mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 05:55:19 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
1
clients/ts/.gitignore
vendored
1
clients/ts/.gitignore
vendored
@@ -46,6 +46,7 @@ routing
|
||||
rss
|
||||
sentiment
|
||||
sms
|
||||
spam
|
||||
stock
|
||||
stream
|
||||
sunnah
|
||||
|
||||
@@ -31,6 +31,7 @@ import * as routing from "./routing";
|
||||
import * as rss from "./rss";
|
||||
import * as sentiment from "./sentiment";
|
||||
import * as sms from "./sms";
|
||||
import * as spam from "./spam";
|
||||
import * as stock from "./stock";
|
||||
import * as stream from "./stream";
|
||||
import * as sunnah from "./sunnah";
|
||||
@@ -78,6 +79,7 @@ export class Client {
|
||||
this.rssService = new rss.RssService(token);
|
||||
this.sentimentService = new sentiment.SentimentService(token);
|
||||
this.smsService = new sms.SmsService(token);
|
||||
this.spamService = new spam.SpamService(token);
|
||||
this.stockService = new stock.StockService(token);
|
||||
this.streamService = new stream.StreamService(token);
|
||||
this.sunnahService = new sunnah.SunnahService(token);
|
||||
@@ -124,6 +126,7 @@ export class Client {
|
||||
rssService: rss.RssService;
|
||||
sentimentService: sentiment.SentimentService;
|
||||
smsService: sms.SmsService;
|
||||
spamService: spam.SpamService;
|
||||
stockService: stock.StockService;
|
||||
streamService: stream.StreamService;
|
||||
sunnahService: sunnah.SunnahService;
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
"rss",
|
||||
"sentiment",
|
||||
"sms",
|
||||
"spam",
|
||||
"stock",
|
||||
"stream",
|
||||
"sunnah",
|
||||
@@ -78,5 +79,5 @@
|
||||
"prepare": "npm run build"
|
||||
},
|
||||
"types": "index.d.ts",
|
||||
"version": "1.0.717"
|
||||
"version": "1.0.734"
|
||||
}
|
||||
Reference in New Issue
Block a user