tencentcloud-sdk-nodejs-mps 4.0.1045 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -52,10 +52,24 @@ npm install tencentcloud-sdk-nodejs --save
52
52
 
53
53
  ## 通过源码包安装
54
54
 
55
- 1. 前往 [GitHub 仓库](https://github.com/tencentcloud/tencentcloud-sdk-nodejs) 或者 [Gitee 仓库](https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs) 下载源码压缩包。
56
- 2. 解压源码包到您项目合适的位置,例如 `sdk/tencentcloud-sdk-nodejs`。
57
- 3. 执行 `npm install ./sdk/tencentcloud-sdk-nodejs`。
58
- 4. 使用 `require("tencentcloud-sdk-nodejs")` 的方式引入 SDK,具体可参考示例。
55
+ 1. clone 代码到本地:
56
+ ```
57
+ git clone https://github.com/tencentcloud/tencentcloud-sdk-nodejs
58
+ # 或者
59
+ git clone https://gitee.com/tencentcloud/tencentcloud-sdk-nodejs
60
+ ```
61
+ 2. 在项目根目录执行以下命令完成构建:
62
+ ```
63
+ npm install && npm run build
64
+ ```
65
+ 3. 打包 NPM 压缩文件,例如 `tencentcloud-sdk-nodejs-4.0.0.tgz`
66
+ ```
67
+ npm pack
68
+ ```
69
+ 4. 安装包到你的项目里:
70
+ ```
71
+ npm install /path/to/tencentcloud-sdk-nodejs/tencentcloud-sdk-nodejs-4.0.0.tgz
72
+ ```
59
73
 
60
74
  # 示例
61
75
 
package/es/index.js ADDED
@@ -0,0 +1 @@
1
+ export * from "./services";
@@ -0,0 +1 @@
1
+ export { mps } from "./mps";
@@ -0,0 +1,4 @@
1
+ import { v20190612 } from "./v20190612";
2
+ export const mps = {
3
+ v20190612: v20190612,
4
+ };
@@ -0,0 +1,6 @@
1
+ import * as Models from "./mps_models";
2
+ import { Client } from "./mps_client";
3
+ export const v20190612 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ };
@@ -0,0 +1,390 @@
1
+ import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
2
+ export class Client extends TencentCloudCommon.AbstractClient {
3
+ constructor(clientConfig) {
4
+ super("mps.tencentcloudapi.com", "2019-06-12", clientConfig);
5
+ }
6
+ async DescribeAsrHotwords(req, cb) {
7
+ return this.request("DescribeAsrHotwords", req, cb);
8
+ }
9
+ async CreateSnapshotByTimeOffsetTemplate(req, cb) {
10
+ return this.request("CreateSnapshotByTimeOffsetTemplate", req, cb);
11
+ }
12
+ async DescribeStreamLinkFlowRealtimeStatus(req, cb) {
13
+ return this.request("DescribeStreamLinkFlowRealtimeStatus", req, cb);
14
+ }
15
+ async CreateAnimatedGraphicsTemplate(req, cb) {
16
+ return this.request("CreateAnimatedGraphicsTemplate", req, cb);
17
+ }
18
+ async ModifySmartSubtitleTemplate(req, cb) {
19
+ return this.request("ModifySmartSubtitleTemplate", req, cb);
20
+ }
21
+ async ModifyLiveRecordTemplate(req, cb) {
22
+ return this.request("ModifyLiveRecordTemplate", req, cb);
23
+ }
24
+ async EditMedia(req, cb) {
25
+ return this.request("EditMedia", req, cb);
26
+ }
27
+ async DescribeStreamLinkEvent(req, cb) {
28
+ return this.request("DescribeStreamLinkEvent", req, cb);
29
+ }
30
+ async DeleteAnimatedGraphicsTemplate(req, cb) {
31
+ return this.request("DeleteAnimatedGraphicsTemplate", req, cb);
32
+ }
33
+ async DescribeAIAnalysisTemplates(req, cb) {
34
+ return this.request("DescribeAIAnalysisTemplates", req, cb);
35
+ }
36
+ async DeleteSmartSubtitleTemplate(req, cb) {
37
+ return this.request("DeleteSmartSubtitleTemplate", req, cb);
38
+ }
39
+ async ParseLiveStreamProcessNotification(req, cb) {
40
+ return this.request("ParseLiveStreamProcessNotification", req, cb);
41
+ }
42
+ async DeleteTranscodeTemplate(req, cb) {
43
+ return this.request("DeleteTranscodeTemplate", req, cb);
44
+ }
45
+ async DescribeTaskDetail(req, cb) {
46
+ return this.request("DescribeTaskDetail", req, cb);
47
+ }
48
+ async DescribeWordSamples(req, cb) {
49
+ return this.request("DescribeWordSamples", req, cb);
50
+ }
51
+ async ProcessMedia(req, cb) {
52
+ return this.request("ProcessMedia", req, cb);
53
+ }
54
+ async ModifyAIAnalysisTemplate(req, cb) {
55
+ return this.request("ModifyAIAnalysisTemplate", req, cb);
56
+ }
57
+ async DeleteAdaptiveDynamicStreamingTemplate(req, cb) {
58
+ return this.request("DeleteAdaptiveDynamicStreamingTemplate", req, cb);
59
+ }
60
+ async CreateAdaptiveDynamicStreamingTemplate(req, cb) {
61
+ return this.request("CreateAdaptiveDynamicStreamingTemplate", req, cb);
62
+ }
63
+ async DisableWorkflow(req, cb) {
64
+ return this.request("DisableWorkflow", req, cb);
65
+ }
66
+ async DescribeSampleSnapshotTemplates(req, cb) {
67
+ return this.request("DescribeSampleSnapshotTemplates", req, cb);
68
+ }
69
+ async DescribeStreamLinkFlowStatistics(req, cb) {
70
+ return this.request("DescribeStreamLinkFlowStatistics", req, cb);
71
+ }
72
+ async BatchDeleteStreamLinkFlow(req, cb) {
73
+ return this.request("BatchDeleteStreamLinkFlow", req, cb);
74
+ }
75
+ async DescribeLiveRecordTemplates(req, cb) {
76
+ return this.request("DescribeLiveRecordTemplates", req, cb);
77
+ }
78
+ async DeleteAsrHotwords(req, cb) {
79
+ return this.request("DeleteAsrHotwords", req, cb);
80
+ }
81
+ async EnableWorkflow(req, cb) {
82
+ return this.request("EnableWorkflow", req, cb);
83
+ }
84
+ async RecognizeMediaForZhiXue(req, cb) {
85
+ return this.request("RecognizeMediaForZhiXue", req, cb);
86
+ }
87
+ async DescribeAsrHotwordsList(req, cb) {
88
+ return this.request("DescribeAsrHotwordsList", req, cb);
89
+ }
90
+ async ModifyStreamLinkFlow(req, cb) {
91
+ return this.request("ModifyStreamLinkFlow", req, cb);
92
+ }
93
+ async DescribeTasks(req, cb) {
94
+ return this.request("DescribeTasks", req, cb);
95
+ }
96
+ async CreateWordSamples(req, cb) {
97
+ return this.request("CreateWordSamples", req, cb);
98
+ }
99
+ async CreateTranscodeTemplate(req, cb) {
100
+ return this.request("CreateTranscodeTemplate", req, cb);
101
+ }
102
+ async CreateStreamLinkFlow(req, cb) {
103
+ return this.request("CreateStreamLinkFlow", req, cb);
104
+ }
105
+ async ExecuteFunction(req, cb) {
106
+ return this.request("ExecuteFunction", req, cb);
107
+ }
108
+ async DescribeStreamLinkFlows(req, cb) {
109
+ return this.request("DescribeStreamLinkFlows", req, cb);
110
+ }
111
+ async ModifyAnimatedGraphicsTemplate(req, cb) {
112
+ return this.request("ModifyAnimatedGraphicsTemplate", req, cb);
113
+ }
114
+ async DeleteStreamLinkOutput(req, cb) {
115
+ return this.request("DeleteStreamLinkOutput", req, cb);
116
+ }
117
+ async CreateContentReviewTemplate(req, cb) {
118
+ return this.request("CreateContentReviewTemplate", req, cb);
119
+ }
120
+ async DescribeGroupAttachFlowsById(req, cb) {
121
+ return this.request("DescribeGroupAttachFlowsById", req, cb);
122
+ }
123
+ async CreateSampleSnapshotTemplate(req, cb) {
124
+ return this.request("CreateSampleSnapshotTemplate", req, cb);
125
+ }
126
+ async DeleteAIAnalysisTemplate(req, cb) {
127
+ return this.request("DeleteAIAnalysisTemplate", req, cb);
128
+ }
129
+ async ModifySchedule(req, cb) {
130
+ return this.request("ModifySchedule", req, cb);
131
+ }
132
+ async DescribeMediaMetaData(req, cb) {
133
+ return this.request("DescribeMediaMetaData", req, cb);
134
+ }
135
+ async DescribeVideoSearchTaskDetail(req, cb) {
136
+ return this.request("DescribeVideoSearchTaskDetail", req, cb);
137
+ }
138
+ async ModifySampleSnapshotTemplate(req, cb) {
139
+ return this.request("ModifySampleSnapshotTemplate", req, cb);
140
+ }
141
+ async ResetWorkflow(req, cb) {
142
+ return this.request("ResetWorkflow", req, cb);
143
+ }
144
+ async DeleteQualityControlTemplate(req, cb) {
145
+ return this.request("DeleteQualityControlTemplate", req, cb);
146
+ }
147
+ async DeleteWorkflow(req, cb) {
148
+ return this.request("DeleteWorkflow", req, cb);
149
+ }
150
+ async CreateQualityControlTemplate(req, cb) {
151
+ return this.request("CreateQualityControlTemplate", req, cb);
152
+ }
153
+ async ModifyImageSpriteTemplate(req, cb) {
154
+ return this.request("ModifyImageSpriteTemplate", req, cb);
155
+ }
156
+ async DescribeTranscodeTemplates(req, cb) {
157
+ return this.request("DescribeTranscodeTemplates", req, cb);
158
+ }
159
+ async ModifyStreamLinkSecurityGroup(req, cb) {
160
+ return this.request("ModifyStreamLinkSecurityGroup", req, cb);
161
+ }
162
+ async DeleteStreamLinkFlow(req, cb) {
163
+ return this.request("DeleteStreamLinkFlow", req, cb);
164
+ }
165
+ async StartStreamLinkFlow(req, cb) {
166
+ return this.request("StartStreamLinkFlow", req, cb);
167
+ }
168
+ async ProcessImage(req, cb) {
169
+ return this.request("ProcessImage", req, cb);
170
+ }
171
+ async ModifyStreamLinkInput(req, cb) {
172
+ return this.request("ModifyStreamLinkInput", req, cb);
173
+ }
174
+ async CreateSmartSubtitleTemplate(req, cb) {
175
+ return this.request("CreateSmartSubtitleTemplate", req, cb);
176
+ }
177
+ async DescribeStreamLinkRegions(req, cb) {
178
+ return this.request("DescribeStreamLinkRegions", req, cb);
179
+ }
180
+ async DescribeSchedules(req, cb) {
181
+ return this.request("DescribeSchedules", req, cb);
182
+ }
183
+ async ModifyPersonSample(req, cb) {
184
+ return this.request("ModifyPersonSample", req, cb);
185
+ }
186
+ async CreateLiveRecordTemplate(req, cb) {
187
+ return this.request("CreateLiveRecordTemplate", req, cb);
188
+ }
189
+ async DescribeStreamLinkSecurityGroups(req, cb) {
190
+ return this.request("DescribeStreamLinkSecurityGroups", req, cb);
191
+ }
192
+ async DeleteStreamLinkSecurityGroup(req, cb) {
193
+ return this.request("DeleteStreamLinkSecurityGroup", req, cb);
194
+ }
195
+ async CreateAIAnalysisTemplate(req, cb) {
196
+ return this.request("CreateAIAnalysisTemplate", req, cb);
197
+ }
198
+ async ModifyQualityControlTemplate(req, cb) {
199
+ return this.request("ModifyQualityControlTemplate", req, cb);
200
+ }
201
+ async StopStreamLinkFlow(req, cb) {
202
+ return this.request("StopStreamLinkFlow", req, cb);
203
+ }
204
+ async DescribeStreamLinkEventAttachedFlows(req, cb) {
205
+ return this.request("DescribeStreamLinkEventAttachedFlows", req, cb);
206
+ }
207
+ async DescribeSmartSubtitleTemplates(req, cb) {
208
+ return this.request("DescribeSmartSubtitleTemplates", req, cb);
209
+ }
210
+ async ModifyStreamLinkOutputInfo(req, cb) {
211
+ return this.request("ModifyStreamLinkOutputInfo", req, cb);
212
+ }
213
+ async DescribeSnapshotByTimeOffsetTemplates(req, cb) {
214
+ return this.request("DescribeSnapshotByTimeOffsetTemplates", req, cb);
215
+ }
216
+ async ModifyTranscodeTemplate(req, cb) {
217
+ return this.request("ModifyTranscodeTemplate", req, cb);
218
+ }
219
+ async DescribeContentReviewTemplates(req, cb) {
220
+ return this.request("DescribeContentReviewTemplates", req, cb);
221
+ }
222
+ async DescribeStreamLinkEvents(req, cb) {
223
+ return this.request("DescribeStreamLinkEvents", req, cb);
224
+ }
225
+ async ModifyAsrHotwords(req, cb) {
226
+ return this.request("ModifyAsrHotwords", req, cb);
227
+ }
228
+ async DescribeStreamLinkFlowSRTStatistics(req, cb) {
229
+ return this.request("DescribeStreamLinkFlowSRTStatistics", req, cb);
230
+ }
231
+ async CreateStreamLinkOutputInfo(req, cb) {
232
+ return this.request("CreateStreamLinkOutputInfo", req, cb);
233
+ }
234
+ async DescribeWorkflows(req, cb) {
235
+ return this.request("DescribeWorkflows", req, cb);
236
+ }
237
+ async ModifyWatermarkTemplate(req, cb) {
238
+ return this.request("ModifyWatermarkTemplate", req, cb);
239
+ }
240
+ async CreateVideoSearchTask(req, cb) {
241
+ return this.request("CreateVideoSearchTask", req, cb);
242
+ }
243
+ async DescribeStreamLinkActivateState(req, cb) {
244
+ return this.request("DescribeStreamLinkActivateState", req, cb);
245
+ }
246
+ async CreateImageSpriteTemplate(req, cb) {
247
+ return this.request("CreateImageSpriteTemplate", req, cb);
248
+ }
249
+ async DescribePersonSamples(req, cb) {
250
+ return this.request("DescribePersonSamples", req, cb);
251
+ }
252
+ async ParseNotification(req, cb) {
253
+ return this.request("ParseNotification", req, cb);
254
+ }
255
+ async DeleteAIRecognitionTemplate(req, cb) {
256
+ return this.request("DeleteAIRecognitionTemplate", req, cb);
257
+ }
258
+ async DescribeAnimatedGraphicsTemplates(req, cb) {
259
+ return this.request("DescribeAnimatedGraphicsTemplates", req, cb);
260
+ }
261
+ async DeleteWordSamples(req, cb) {
262
+ return this.request("DeleteWordSamples", req, cb);
263
+ }
264
+ async ManageTask(req, cb) {
265
+ return this.request("ManageTask", req, cb);
266
+ }
267
+ async DescribeVideoDatabaseEntryTaskDetail(req, cb) {
268
+ return this.request("DescribeVideoDatabaseEntryTaskDetail", req, cb);
269
+ }
270
+ async ModifySnapshotByTimeOffsetTemplate(req, cb) {
271
+ return this.request("ModifySnapshotByTimeOffsetTemplate", req, cb);
272
+ }
273
+ async BatchStartStreamLinkFlow(req, cb) {
274
+ return this.request("BatchStartStreamLinkFlow", req, cb);
275
+ }
276
+ async CreateWorkflow(req, cb) {
277
+ return this.request("CreateWorkflow", req, cb);
278
+ }
279
+ async DescribeAdaptiveDynamicStreamingTemplates(req, cb) {
280
+ return this.request("DescribeAdaptiveDynamicStreamingTemplates", req, cb);
281
+ }
282
+ async CreateSchedule(req, cb) {
283
+ return this.request("CreateSchedule", req, cb);
284
+ }
285
+ async ModifyWordSample(req, cb) {
286
+ return this.request("ModifyWordSample", req, cb);
287
+ }
288
+ async DescribeImageSpriteTemplates(req, cb) {
289
+ return this.request("DescribeImageSpriteTemplates", req, cb);
290
+ }
291
+ async DescribeWatermarkTemplates(req, cb) {
292
+ return this.request("DescribeWatermarkTemplates", req, cb);
293
+ }
294
+ async CreateWatermarkTemplate(req, cb) {
295
+ return this.request("CreateWatermarkTemplate", req, cb);
296
+ }
297
+ async ModifyStreamLinkEvent(req, cb) {
298
+ return this.request("ModifyStreamLinkEvent", req, cb);
299
+ }
300
+ async DescribeAIRecognitionTemplates(req, cb) {
301
+ return this.request("DescribeAIRecognitionTemplates", req, cb);
302
+ }
303
+ async WithdrawsWatermark(req, cb) {
304
+ return this.request("WithdrawsWatermark", req, cb);
305
+ }
306
+ async DescribeStreamLinkFlow(req, cb) {
307
+ return this.request("DescribeStreamLinkFlow", req, cb);
308
+ }
309
+ async DeleteSchedule(req, cb) {
310
+ return this.request("DeleteSchedule", req, cb);
311
+ }
312
+ async ModifyAdaptiveDynamicStreamingTemplate(req, cb) {
313
+ return this.request("ModifyAdaptiveDynamicStreamingTemplate", req, cb);
314
+ }
315
+ async DeleteWatermarkTemplate(req, cb) {
316
+ return this.request("DeleteWatermarkTemplate", req, cb);
317
+ }
318
+ async DeletePersonSample(req, cb) {
319
+ return this.request("DeletePersonSample", req, cb);
320
+ }
321
+ async DeleteSnapshotByTimeOffsetTemplate(req, cb) {
322
+ return this.request("DeleteSnapshotByTimeOffsetTemplate", req, cb);
323
+ }
324
+ async EnableSchedule(req, cb) {
325
+ return this.request("EnableSchedule", req, cb);
326
+ }
327
+ async CreateVideoDatabaseEntryTask(req, cb) {
328
+ return this.request("CreateVideoDatabaseEntryTask", req, cb);
329
+ }
330
+ async ProcessLiveStream(req, cb) {
331
+ return this.request("ProcessLiveStream", req, cb);
332
+ }
333
+ async DeleteLiveRecordTemplate(req, cb) {
334
+ return this.request("DeleteLiveRecordTemplate", req, cb);
335
+ }
336
+ async DeleteContentReviewTemplate(req, cb) {
337
+ return this.request("DeleteContentReviewTemplate", req, cb);
338
+ }
339
+ async DeleteSampleSnapshotTemplate(req, cb) {
340
+ return this.request("DeleteSampleSnapshotTemplate", req, cb);
341
+ }
342
+ async DescribeStreamLinkFlowMediaStatistics(req, cb) {
343
+ return this.request("DescribeStreamLinkFlowMediaStatistics", req, cb);
344
+ }
345
+ async CreateAsrHotwords(req, cb) {
346
+ return this.request("CreateAsrHotwords", req, cb);
347
+ }
348
+ async CreateStreamLinkEvent(req, cb) {
349
+ return this.request("CreateStreamLinkEvent", req, cb);
350
+ }
351
+ async CreatePersonSample(req, cb) {
352
+ return this.request("CreatePersonSample", req, cb);
353
+ }
354
+ async DescribeQualityControlTemplates(req, cb) {
355
+ return this.request("DescribeQualityControlTemplates", req, cb);
356
+ }
357
+ async CreateStreamLinkSecurityGroup(req, cb) {
358
+ return this.request("CreateStreamLinkSecurityGroup", req, cb);
359
+ }
360
+ async DisableSchedule(req, cb) {
361
+ return this.request("DisableSchedule", req, cb);
362
+ }
363
+ async CreateStreamLinkInput(req, cb) {
364
+ return this.request("CreateStreamLinkInput", req, cb);
365
+ }
366
+ async DisassociateSecurityGroup(req, cb) {
367
+ return this.request("DisassociateSecurityGroup", req, cb);
368
+ }
369
+ async ModifyContentReviewTemplate(req, cb) {
370
+ return this.request("ModifyContentReviewTemplate", req, cb);
371
+ }
372
+ async CreateAIRecognitionTemplate(req, cb) {
373
+ return this.request("CreateAIRecognitionTemplate", req, cb);
374
+ }
375
+ async BatchStopStreamLinkFlow(req, cb) {
376
+ return this.request("BatchStopStreamLinkFlow", req, cb);
377
+ }
378
+ async ModifyAIRecognitionTemplate(req, cb) {
379
+ return this.request("ModifyAIRecognitionTemplate", req, cb);
380
+ }
381
+ async DeleteStreamLinkEvent(req, cb) {
382
+ return this.request("DeleteStreamLinkEvent", req, cb);
383
+ }
384
+ async DescribeStreamLinkFlowLogs(req, cb) {
385
+ return this.request("DescribeStreamLinkFlowLogs", req, cb);
386
+ }
387
+ async DeleteImageSpriteTemplate(req, cb) {
388
+ return this.request("DeleteImageSpriteTemplate", req, cb);
389
+ }
390
+ }
File without changes
package/package.json CHANGED
@@ -1,16 +1,25 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mps",
3
- "version": "4.0.1045",
4
- "description": "Tencent Cloud API NODEJS SDK",
5
- "main": "tencentcloud/index.js",
3
+ "version": "4.1.1",
4
+ "description": "腾讯云 API NODEJS SDK",
5
+ "main": "./tencentcloud/index.js",
6
+ "module": "./es/index.js",
7
+ "types": "./tencentcloud/index.d.ts",
6
8
  "scripts": {
7
9
  "test": "mocha -t 10000",
8
- "build": "tsc",
9
- "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"
10
+ "build": "concurrently 'npm:build:cjs' 'npm:build:es'",
11
+ "build:cjs": "tsc -p tsconfig.json",
12
+ "build:es": "tsc -p tsconfig.es.json",
13
+ "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
14
+ "clean": "rimraf tencentcloud es"
10
15
  },
11
16
  "engines": {
12
17
  "node": ">=10"
13
18
  },
19
+ "files": [
20
+ "tencentcloud",
21
+ "es"
22
+ ],
14
23
  "keywords": [
15
24
  "tencentcloudapi",
16
25
  "tencentcloud",
@@ -22,7 +31,7 @@
22
31
  "author": "tencentcloudapi",
23
32
  "license": "Apache-2.0",
24
33
  "dependencies": {
25
- "tencentcloud-sdk-nodejs-common": "^4.0.488",
34
+ "tencentcloud-sdk-nodejs-common": "*",
26
35
  "tslib": "1.13.0"
27
36
  },
28
37
  "directories": {
@@ -35,14 +44,21 @@
35
44
  },
36
45
  "devDependencies": {
37
46
  "@types/form-data": "^2.5.0",
47
+ "@types/json-bigint": "^1.0.1",
38
48
  "@types/node": "^14.0.26",
39
49
  "@types/node-fetch": "^2.5.7",
50
+ "@types/uuid": "^9.0.8",
40
51
  "@typescript-eslint/eslint-plugin": "^2.34.0",
41
52
  "@typescript-eslint/parser": "^2.34.0",
53
+ "babel-eslint": "^10.0.2",
42
54
  "chai": "^4.2.0",
55
+ "concurrently": "^6.5.1",
43
56
  "eslint": "^6.8.0",
44
- "mocha": "^8.1.1",
57
+ "eslint-plugin-react": "^7.17.0",
58
+ "mocha": "^8.4.0",
59
+ "prettier": "^2.3.0",
60
+ "rimraf": "^5.0.10",
45
61
  "ts-node": "^8.10.2",
46
62
  "typescript": "^3.9.7"
47
63
  }
48
- }
64
+ }
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.v20190612 = void 0;
4
- const Models = require("./mps_models");
4
+ const tslib_1 = require("tslib");
5
+ const Models = tslib_1.__importStar(require("./mps_models"));
5
6
  const mps_client_1 = require("./mps_client");
6
7
  exports.v20190612 = {
7
8
  Client: mps_client_1.Client,