@aws-sdk/client-application-discovery-service 3.696.0 → 3.697.0
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/dist-cjs/index.js +11 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +3 -2
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +3 -0
- package/dist-types/commands/StartImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +34 -3
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -57,6 +57,7 @@ __export(src_exports, {
|
|
|
57
57
|
ExportDataFormat: () => ExportDataFormat,
|
|
58
58
|
ExportPreferences: () => ExportPreferences,
|
|
59
59
|
ExportStatus: () => ExportStatus,
|
|
60
|
+
FileClassification: () => FileClassification,
|
|
60
61
|
GetDiscoverySummaryCommand: () => GetDiscoverySummaryCommand,
|
|
61
62
|
HomeRegionNotSetException: () => HomeRegionNotSetException,
|
|
62
63
|
ImportStatus: () => ImportStatus,
|
|
@@ -426,10 +427,17 @@ var ExportStatus = {
|
|
|
426
427
|
SUCCEEDED: "SUCCEEDED"
|
|
427
428
|
};
|
|
428
429
|
var ImportTaskFilterName = {
|
|
430
|
+
FILE_CLASSIFICATION: "FILE_CLASSIFICATION",
|
|
429
431
|
IMPORT_TASK_ID: "IMPORT_TASK_ID",
|
|
430
432
|
NAME: "NAME",
|
|
431
433
|
STATUS: "STATUS"
|
|
432
434
|
};
|
|
435
|
+
var FileClassification = {
|
|
436
|
+
IMPORT_TEMPLATE: "IMPORT_TEMPLATE",
|
|
437
|
+
MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT",
|
|
438
|
+
RVTOOLS_EXPORT: "RVTOOLS_EXPORT",
|
|
439
|
+
VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT"
|
|
440
|
+
};
|
|
433
441
|
var ImportStatus = {
|
|
434
442
|
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
435
443
|
DELETE_FAILED: "DELETE_FAILED",
|
|
@@ -440,6 +448,7 @@ var ImportStatus = {
|
|
|
440
448
|
IMPORT_FAILED: "IMPORT_FAILED",
|
|
441
449
|
IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
|
|
442
450
|
IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
|
|
451
|
+
IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE",
|
|
443
452
|
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
444
453
|
INTERNAL_ERROR: "INTERNAL_ERROR"
|
|
445
454
|
};
|
|
@@ -1358,6 +1367,7 @@ var de_ImportTask = /* @__PURE__ */ __name((output, context) => {
|
|
|
1358
1367
|
applicationImportSuccess: import_smithy_client.expectInt32,
|
|
1359
1368
|
clientRequestToken: import_smithy_client.expectString,
|
|
1360
1369
|
errorsAndFailedEntriesZip: import_smithy_client.expectString,
|
|
1370
|
+
fileClassification: import_smithy_client.expectString,
|
|
1361
1371
|
importCompletionTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1362
1372
|
importDeletedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1363
1373
|
importRequestTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -1940,6 +1950,7 @@ var paginateListConfigurations = (0, import_core.createPaginator)(ApplicationDis
|
|
|
1940
1950
|
OperationNotPermittedException,
|
|
1941
1951
|
ExportStatus,
|
|
1942
1952
|
ImportTaskFilterName,
|
|
1953
|
+
FileClassification,
|
|
1943
1954
|
ImportStatus,
|
|
1944
1955
|
ConfigurationItemType,
|
|
1945
1956
|
OrderString,
|
|
@@ -130,10 +130,17 @@ export const ExportStatus = {
|
|
|
130
130
|
SUCCEEDED: "SUCCEEDED",
|
|
131
131
|
};
|
|
132
132
|
export const ImportTaskFilterName = {
|
|
133
|
+
FILE_CLASSIFICATION: "FILE_CLASSIFICATION",
|
|
133
134
|
IMPORT_TASK_ID: "IMPORT_TASK_ID",
|
|
134
135
|
NAME: "NAME",
|
|
135
136
|
STATUS: "STATUS",
|
|
136
137
|
};
|
|
138
|
+
export const FileClassification = {
|
|
139
|
+
IMPORT_TEMPLATE: "IMPORT_TEMPLATE",
|
|
140
|
+
MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT",
|
|
141
|
+
RVTOOLS_EXPORT: "RVTOOLS_EXPORT",
|
|
142
|
+
VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT",
|
|
143
|
+
};
|
|
137
144
|
export const ImportStatus = {
|
|
138
145
|
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
139
146
|
DELETE_FAILED: "DELETE_FAILED",
|
|
@@ -144,6 +151,7 @@ export const ImportStatus = {
|
|
|
144
151
|
IMPORT_FAILED: "IMPORT_FAILED",
|
|
145
152
|
IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
|
|
146
153
|
IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
|
|
154
|
+
IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE",
|
|
147
155
|
IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS",
|
|
148
156
|
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
149
157
|
};
|
|
@@ -823,6 +823,7 @@ const de_ImportTask = (output, context) => {
|
|
|
823
823
|
applicationImportSuccess: __expectInt32,
|
|
824
824
|
clientRequestToken: __expectString,
|
|
825
825
|
errorsAndFailedEntriesZip: __expectString,
|
|
826
|
+
fileClassification: __expectString,
|
|
826
827
|
importCompletionTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
827
828
|
importDeletedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
828
829
|
importRequestTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -37,6 +37,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
37
37
|
* const input = { // CreateApplicationRequest
|
|
38
38
|
* name: "STRING_VALUE", // required
|
|
39
39
|
* description: "STRING_VALUE",
|
|
40
|
+
* wave: "STRING_VALUE",
|
|
40
41
|
* };
|
|
41
42
|
* const command = new CreateApplicationCommand(input);
|
|
42
43
|
* const response = await client.send(command);
|
|
@@ -38,7 +38,7 @@ declare const DescribeImportTasksCommand_base: {
|
|
|
38
38
|
* const input = { // DescribeImportTasksRequest
|
|
39
39
|
* filters: [ // DescribeImportTasksFilterList
|
|
40
40
|
* { // ImportTaskFilter
|
|
41
|
-
* name: "IMPORT_TASK_ID" || "STATUS" || "NAME",
|
|
41
|
+
* name: "IMPORT_TASK_ID" || "STATUS" || "NAME" || "FILE_CLASSIFICATION",
|
|
42
42
|
* values: [ // ImportTaskFilterValueList
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
@@ -57,10 +57,11 @@ declare const DescribeImportTasksCommand_base: {
|
|
|
57
57
|
* // clientRequestToken: "STRING_VALUE",
|
|
58
58
|
* // name: "STRING_VALUE",
|
|
59
59
|
* // importUrl: "STRING_VALUE",
|
|
60
|
-
* // status: "IMPORT_IN_PROGRESS" || "IMPORT_COMPLETE" || "IMPORT_COMPLETE_WITH_ERRORS" || "IMPORT_FAILED" || "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED" || "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_FAILED_LIMIT_EXCEEDED" || "INTERNAL_ERROR",
|
|
60
|
+
* // status: "IMPORT_IN_PROGRESS" || "IMPORT_COMPLETE" || "IMPORT_COMPLETE_WITH_ERRORS" || "IMPORT_FAILED" || "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED" || "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED" || "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_FAILED_LIMIT_EXCEEDED" || "INTERNAL_ERROR",
|
|
61
61
|
* // importRequestTime: new Date("TIMESTAMP"),
|
|
62
62
|
* // importCompletionTime: new Date("TIMESTAMP"),
|
|
63
63
|
* // importDeletedTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // fileClassification: "MODELIZEIT_EXPORT" || "RVTOOLS_EXPORT" || "VMWARE_NSX_EXPORT" || "IMPORT_TEMPLATE",
|
|
64
65
|
* // serverImportSuccess: Number("int"),
|
|
65
66
|
* // serverImportFailure: Number("int"),
|
|
66
67
|
* // applicationImportSuccess: Number("int"),
|
|
@@ -64,6 +64,9 @@ declare const StartBatchDeleteConfigurationTaskCommand_base: {
|
|
|
64
64
|
* @throws {@link HomeRegionNotSetException} (client fault)
|
|
65
65
|
* <p>The home Region is not set. Set the home Region to continue.</p>
|
|
66
66
|
*
|
|
67
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
68
|
+
* <p>One or more parameters are not valid. Verify the parameters and try again.</p>
|
|
69
|
+
*
|
|
67
70
|
* @throws {@link InvalidParameterValueException} (client fault)
|
|
68
71
|
* <p>The value of one or more parameters are either invalid or out of range. Verify the
|
|
69
72
|
* parameter values and try again.</p>
|
|
@@ -79,10 +79,11 @@ declare const StartImportTaskCommand_base: {
|
|
|
79
79
|
* // clientRequestToken: "STRING_VALUE",
|
|
80
80
|
* // name: "STRING_VALUE",
|
|
81
81
|
* // importUrl: "STRING_VALUE",
|
|
82
|
-
* // status: "IMPORT_IN_PROGRESS" || "IMPORT_COMPLETE" || "IMPORT_COMPLETE_WITH_ERRORS" || "IMPORT_FAILED" || "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED" || "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_FAILED_LIMIT_EXCEEDED" || "INTERNAL_ERROR",
|
|
82
|
+
* // status: "IMPORT_IN_PROGRESS" || "IMPORT_COMPLETE" || "IMPORT_COMPLETE_WITH_ERRORS" || "IMPORT_FAILED" || "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED" || "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED" || "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_FAILED_LIMIT_EXCEEDED" || "INTERNAL_ERROR",
|
|
83
83
|
* // importRequestTime: new Date("TIMESTAMP"),
|
|
84
84
|
* // importCompletionTime: new Date("TIMESTAMP"),
|
|
85
85
|
* // importDeletedTime: new Date("TIMESTAMP"),
|
|
86
|
+
* // fileClassification: "MODELIZEIT_EXPORT" || "RVTOOLS_EXPORT" || "VMWARE_NSX_EXPORT" || "IMPORT_TEMPLATE",
|
|
86
87
|
* // serverImportSuccess: Number("int"),
|
|
87
88
|
* // serverImportFailure: Number("int"),
|
|
88
89
|
* // applicationImportSuccess: Number("int"),
|
|
@@ -38,6 +38,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
38
38
|
* configurationId: "STRING_VALUE", // required
|
|
39
39
|
* name: "STRING_VALUE",
|
|
40
40
|
* description: "STRING_VALUE",
|
|
41
|
+
* wave: "STRING_VALUE",
|
|
41
42
|
* };
|
|
42
43
|
* const command = new UpdateApplicationCommand(input);
|
|
43
44
|
* const response = await client.send(command);
|
|
@@ -362,22 +362,27 @@ export interface BatchDeleteImportDataResponse {
|
|
|
362
362
|
*/
|
|
363
363
|
export interface CreateApplicationRequest {
|
|
364
364
|
/**
|
|
365
|
-
* <p>
|
|
365
|
+
* <p>The name of the application to be created.</p>
|
|
366
366
|
* @public
|
|
367
367
|
*/
|
|
368
368
|
name: string | undefined;
|
|
369
369
|
/**
|
|
370
|
-
* <p>
|
|
370
|
+
* <p>The description of the application to be created.</p>
|
|
371
371
|
* @public
|
|
372
372
|
*/
|
|
373
373
|
description?: string | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* <p>The name of the migration wave of the application to be created.</p>
|
|
376
|
+
* @public
|
|
377
|
+
*/
|
|
378
|
+
wave?: string | undefined;
|
|
374
379
|
}
|
|
375
380
|
/**
|
|
376
381
|
* @public
|
|
377
382
|
*/
|
|
378
383
|
export interface CreateApplicationResponse {
|
|
379
384
|
/**
|
|
380
|
-
* <p>
|
|
385
|
+
* <p>The configuration ID of an application to be created.</p>
|
|
381
386
|
* @public
|
|
382
387
|
*/
|
|
383
388
|
configurationId?: string | undefined;
|
|
@@ -1193,6 +1198,7 @@ export interface DescribeExportTasksResponse {
|
|
|
1193
1198
|
* @enum
|
|
1194
1199
|
*/
|
|
1195
1200
|
export declare const ImportTaskFilterName: {
|
|
1201
|
+
readonly FILE_CLASSIFICATION: "FILE_CLASSIFICATION";
|
|
1196
1202
|
readonly IMPORT_TASK_ID: "IMPORT_TASK_ID";
|
|
1197
1203
|
readonly NAME: "NAME";
|
|
1198
1204
|
readonly STATUS: "STATUS";
|
|
@@ -1244,6 +1250,20 @@ export interface DescribeImportTasksRequest {
|
|
|
1244
1250
|
*/
|
|
1245
1251
|
nextToken?: string | undefined;
|
|
1246
1252
|
}
|
|
1253
|
+
/**
|
|
1254
|
+
* @public
|
|
1255
|
+
* @enum
|
|
1256
|
+
*/
|
|
1257
|
+
export declare const FileClassification: {
|
|
1258
|
+
readonly IMPORT_TEMPLATE: "IMPORT_TEMPLATE";
|
|
1259
|
+
readonly MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT";
|
|
1260
|
+
readonly RVTOOLS_EXPORT: "RVTOOLS_EXPORT";
|
|
1261
|
+
readonly VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT";
|
|
1262
|
+
};
|
|
1263
|
+
/**
|
|
1264
|
+
* @public
|
|
1265
|
+
*/
|
|
1266
|
+
export type FileClassification = (typeof FileClassification)[keyof typeof FileClassification];
|
|
1247
1267
|
/**
|
|
1248
1268
|
* @public
|
|
1249
1269
|
* @enum
|
|
@@ -1258,6 +1278,7 @@ export declare const ImportStatus: {
|
|
|
1258
1278
|
readonly IMPORT_FAILED: "IMPORT_FAILED";
|
|
1259
1279
|
readonly IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED";
|
|
1260
1280
|
readonly IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED";
|
|
1281
|
+
readonly IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE";
|
|
1261
1282
|
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
1262
1283
|
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
1263
1284
|
};
|
|
@@ -1323,6 +1344,11 @@ export interface ImportTask {
|
|
|
1323
1344
|
* @public
|
|
1324
1345
|
*/
|
|
1325
1346
|
importDeletedTime?: Date | undefined;
|
|
1347
|
+
/**
|
|
1348
|
+
* <p>The type of file detected by the import task.</p>
|
|
1349
|
+
* @public
|
|
1350
|
+
*/
|
|
1351
|
+
fileClassification?: FileClassification | undefined;
|
|
1326
1352
|
/**
|
|
1327
1353
|
* <p>The total number of server records in the import file that were successfully
|
|
1328
1354
|
* imported.</p>
|
|
@@ -2428,6 +2454,11 @@ export interface UpdateApplicationRequest {
|
|
|
2428
2454
|
* @public
|
|
2429
2455
|
*/
|
|
2430
2456
|
description?: string | undefined;
|
|
2457
|
+
/**
|
|
2458
|
+
* <p>The new migration wave of the application that you want to update.</p>
|
|
2459
|
+
* @public
|
|
2460
|
+
*/
|
|
2461
|
+
wave?: string | undefined;
|
|
2431
2462
|
}
|
|
2432
2463
|
/**
|
|
2433
2464
|
* @public
|
|
@@ -114,6 +114,7 @@ export interface BatchDeleteImportDataResponse {
|
|
|
114
114
|
export interface CreateApplicationRequest {
|
|
115
115
|
name: string | undefined;
|
|
116
116
|
description?: string | undefined;
|
|
117
|
+
wave?: string | undefined;
|
|
117
118
|
}
|
|
118
119
|
export interface CreateApplicationResponse {
|
|
119
120
|
configurationId?: string | undefined;
|
|
@@ -287,6 +288,7 @@ export interface DescribeExportTasksResponse {
|
|
|
287
288
|
nextToken?: string | undefined;
|
|
288
289
|
}
|
|
289
290
|
export declare const ImportTaskFilterName: {
|
|
291
|
+
readonly FILE_CLASSIFICATION: "FILE_CLASSIFICATION";
|
|
290
292
|
readonly IMPORT_TASK_ID: "IMPORT_TASK_ID";
|
|
291
293
|
readonly NAME: "NAME";
|
|
292
294
|
readonly STATUS: "STATUS";
|
|
@@ -302,6 +304,14 @@ export interface DescribeImportTasksRequest {
|
|
|
302
304
|
maxResults?: number | undefined;
|
|
303
305
|
nextToken?: string | undefined;
|
|
304
306
|
}
|
|
307
|
+
export declare const FileClassification: {
|
|
308
|
+
readonly IMPORT_TEMPLATE: "IMPORT_TEMPLATE";
|
|
309
|
+
readonly MODELIZEIT_EXPORT: "MODELIZEIT_EXPORT";
|
|
310
|
+
readonly RVTOOLS_EXPORT: "RVTOOLS_EXPORT";
|
|
311
|
+
readonly VMWARE_NSX_EXPORT: "VMWARE_NSX_EXPORT";
|
|
312
|
+
};
|
|
313
|
+
export type FileClassification =
|
|
314
|
+
(typeof FileClassification)[keyof typeof FileClassification];
|
|
305
315
|
export declare const ImportStatus: {
|
|
306
316
|
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
307
317
|
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
@@ -312,6 +322,7 @@ export declare const ImportStatus: {
|
|
|
312
322
|
readonly IMPORT_FAILED: "IMPORT_FAILED";
|
|
313
323
|
readonly IMPORT_FAILED_RECORD_LIMIT_EXCEEDED: "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED";
|
|
314
324
|
readonly IMPORT_FAILED_SERVER_LIMIT_EXCEEDED: "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED";
|
|
325
|
+
readonly IMPORT_FAILED_UNSUPPORTED_FILE_TYPE: "IMPORT_FAILED_UNSUPPORTED_FILE_TYPE";
|
|
315
326
|
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
316
327
|
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
317
328
|
};
|
|
@@ -325,6 +336,7 @@ export interface ImportTask {
|
|
|
325
336
|
importRequestTime?: Date | undefined;
|
|
326
337
|
importCompletionTime?: Date | undefined;
|
|
327
338
|
importDeletedTime?: Date | undefined;
|
|
339
|
+
fileClassification?: FileClassification | undefined;
|
|
328
340
|
serverImportSuccess?: number | undefined;
|
|
329
341
|
serverImportFailure?: number | undefined;
|
|
330
342
|
applicationImportSuccess?: number | undefined;
|
|
@@ -599,6 +611,7 @@ export interface UpdateApplicationRequest {
|
|
|
599
611
|
configurationId: string | undefined;
|
|
600
612
|
name?: string | undefined;
|
|
601
613
|
description?: string | undefined;
|
|
614
|
+
wave?: string | undefined;
|
|
602
615
|
}
|
|
603
616
|
export interface UpdateApplicationResponse {}
|
|
604
617
|
export declare const AgentNetworkInfoFilterSensitiveLog: (
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-discovery-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.697.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-application-discovery-service",
|