Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-02 14:55:41 +00:00
parent ad9b51b20e
commit d8fe0a59a9
9 changed files with 7 additions and 15 deletions

View File

@@ -47,7 +47,6 @@ rss
sentiment
sms
stock
stream
sunnah
test
thumbnail

View File

@@ -32,7 +32,6 @@ import * as rss from "./rss";
import * as sentiment from "./sentiment";
import * as sms from "./sms";
import * as stock from "./stock";
import * as stream from "./stream";
import * as sunnah from "./sunnah";
import * as thumbnail from "./thumbnail";
import * as time from "./time";
@@ -79,7 +78,6 @@ export class Client {
this.sentimentService = new sentiment.SentimentService(token);
this.smsService = new sms.SmsService(token);
this.stockService = new stock.StockService(token);
this.streamService = new stream.StreamService(token);
this.sunnahService = new sunnah.SunnahService(token);
this.thumbnailService = new thumbnail.ThumbnailService(token);
this.timeService = new time.TimeService(token);
@@ -125,7 +123,6 @@ export class Client {
sentimentService: sentiment.SentimentService;
smsService: sms.SmsService;
stockService: stock.StockService;
streamService: stream.StreamService;
sunnahService: sunnah.SunnahService;
thumbnailService: thumbnail.ThumbnailService;
timeService: time.TimeService;

View File

@@ -52,7 +52,6 @@
"sentiment",
"sms",
"stock",
"stream",
"sunnah",
"test",
"thumbnail",
@@ -78,5 +77,5 @@
"prepare": "npm run build"
},
"types": "index.d.ts",
"version": "1.0.605"
"version": "1.0.607"
}