mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user