mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 07:15:25 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
1
clients/ts/.gitignore
vendored
1
clients/ts/.gitignore
vendored
@@ -34,6 +34,7 @@ id
|
||||
image
|
||||
ip
|
||||
location
|
||||
mq
|
||||
notes
|
||||
otp
|
||||
pkg
|
||||
|
||||
@@ -20,6 +20,7 @@ import * as id from "./id";
|
||||
import * as image from "./image";
|
||||
import * as ip from "./ip";
|
||||
import * as location from "./location";
|
||||
import * as mq from "./mq";
|
||||
import * as notes from "./notes";
|
||||
import * as otp from "./otp";
|
||||
import * as postcode from "./postcode";
|
||||
@@ -66,6 +67,7 @@ export class Client {
|
||||
this.imageService = new image.ImageService(token);
|
||||
this.ipService = new ip.IpService(token);
|
||||
this.locationService = new location.LocationService(token);
|
||||
this.mqService = new mq.MqService(token);
|
||||
this.notesService = new notes.NotesService(token);
|
||||
this.otpService = new otp.OtpService(token);
|
||||
this.postcodeService = new postcode.PostcodeService(token);
|
||||
@@ -111,6 +113,7 @@ export class Client {
|
||||
imageService: image.ImageService;
|
||||
ipService: ip.IpService;
|
||||
locationService: location.LocationService;
|
||||
mqService: mq.MqService;
|
||||
notesService: notes.NotesService;
|
||||
otpService: otp.OtpService;
|
||||
postcodeService: postcode.PostcodeService;
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
"image",
|
||||
"ip",
|
||||
"location",
|
||||
"mq",
|
||||
"notes",
|
||||
"otp",
|
||||
"pkg",
|
||||
@@ -77,5 +78,5 @@
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "1.0.600"
|
||||
"version": "1.0.601"
|
||||
}
|
||||
Reference in New Issue
Block a user