@aws-sdk/client-amplifyuibuilder 3.649.0 → 3.650.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 +28 -84
- package/dist-es/commands/CreateComponentCommand.js +1 -3
- package/dist-es/commands/CreateFormCommand.js +1 -3
- package/dist-es/commands/CreateThemeCommand.js +1 -3
- package/dist-es/commands/DeleteComponentCommand.js +1 -3
- package/dist-es/commands/DeleteFormCommand.js +1 -3
- package/dist-es/commands/DeleteThemeCommand.js +1 -3
- package/dist-es/commands/ExchangeCodeForTokenCommand.js +1 -3
- package/dist-es/commands/ExportComponentsCommand.js +1 -3
- package/dist-es/commands/ExportFormsCommand.js +1 -3
- package/dist-es/commands/ExportThemesCommand.js +1 -3
- package/dist-es/commands/GetCodegenJobCommand.js +1 -3
- package/dist-es/commands/GetComponentCommand.js +1 -3
- package/dist-es/commands/GetFormCommand.js +1 -3
- package/dist-es/commands/GetMetadataCommand.js +1 -3
- package/dist-es/commands/GetThemeCommand.js +1 -3
- package/dist-es/commands/ListCodegenJobsCommand.js +1 -3
- package/dist-es/commands/ListComponentsCommand.js +1 -3
- package/dist-es/commands/ListFormsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListThemesCommand.js +1 -3
- package/dist-es/commands/PutMetadataFlagCommand.js +1 -3
- package/dist-es/commands/RefreshTokenCommand.js +1 -3
- package/dist-es/commands/StartCodegenJobCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateComponentCommand.js +1 -3
- package/dist-es/commands/UpdateFormCommand.js +1 -3
- package/dist-es/commands/UpdateThemeCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -2127,9 +2127,7 @@ var _nT = "nextToken";
|
|
|
2127
2127
|
var _tK = "tagKeys";
|
|
2128
2128
|
|
|
2129
2129
|
// src/commands/CreateComponentCommand.ts
|
|
2130
|
-
var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2131
|
-
...commonParams
|
|
2132
|
-
}).m(function(Command, cs, config, o) {
|
|
2130
|
+
var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2133
2131
|
return [
|
|
2134
2132
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2135
2133
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2143,9 +2141,7 @@ var CreateComponentCommand = _CreateComponentCommand;
|
|
|
2143
2141
|
|
|
2144
2142
|
|
|
2145
2143
|
|
|
2146
|
-
var _CreateFormCommand = class _CreateFormCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2147
|
-
...commonParams
|
|
2148
|
-
}).m(function(Command, cs, config, o) {
|
|
2144
|
+
var _CreateFormCommand = class _CreateFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2149
2145
|
return [
|
|
2150
2146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2151
2147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2159,9 +2155,7 @@ var CreateFormCommand = _CreateFormCommand;
|
|
|
2159
2155
|
|
|
2160
2156
|
|
|
2161
2157
|
|
|
2162
|
-
var _CreateThemeCommand = class _CreateThemeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2163
|
-
...commonParams
|
|
2164
|
-
}).m(function(Command, cs, config, o) {
|
|
2158
|
+
var _CreateThemeCommand = class _CreateThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2165
2159
|
return [
|
|
2166
2160
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2167
2161
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2175,9 +2169,7 @@ var CreateThemeCommand = _CreateThemeCommand;
|
|
|
2175
2169
|
|
|
2176
2170
|
|
|
2177
2171
|
|
|
2178
|
-
var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2179
|
-
...commonParams
|
|
2180
|
-
}).m(function(Command, cs, config, o) {
|
|
2172
|
+
var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2181
2173
|
return [
|
|
2182
2174
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2183
2175
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2191,9 +2183,7 @@ var DeleteComponentCommand = _DeleteComponentCommand;
|
|
|
2191
2183
|
|
|
2192
2184
|
|
|
2193
2185
|
|
|
2194
|
-
var _DeleteFormCommand = class _DeleteFormCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2195
|
-
...commonParams
|
|
2196
|
-
}).m(function(Command, cs, config, o) {
|
|
2186
|
+
var _DeleteFormCommand = class _DeleteFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2197
2187
|
return [
|
|
2198
2188
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2199
2189
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2207,9 +2197,7 @@ var DeleteFormCommand = _DeleteFormCommand;
|
|
|
2207
2197
|
|
|
2208
2198
|
|
|
2209
2199
|
|
|
2210
|
-
var _DeleteThemeCommand = class _DeleteThemeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2211
|
-
...commonParams
|
|
2212
|
-
}).m(function(Command, cs, config, o) {
|
|
2200
|
+
var _DeleteThemeCommand = class _DeleteThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2213
2201
|
return [
|
|
2214
2202
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2215
2203
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2223,9 +2211,7 @@ var DeleteThemeCommand = _DeleteThemeCommand;
|
|
|
2223
2211
|
|
|
2224
2212
|
|
|
2225
2213
|
|
|
2226
|
-
var _ExchangeCodeForTokenCommand = class _ExchangeCodeForTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2227
|
-
...commonParams
|
|
2228
|
-
}).m(function(Command, cs, config, o) {
|
|
2214
|
+
var _ExchangeCodeForTokenCommand = class _ExchangeCodeForTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2229
2215
|
return [
|
|
2230
2216
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2231
2217
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2239,9 +2225,7 @@ var ExchangeCodeForTokenCommand = _ExchangeCodeForTokenCommand;
|
|
|
2239
2225
|
|
|
2240
2226
|
|
|
2241
2227
|
|
|
2242
|
-
var _ExportComponentsCommand = class _ExportComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2243
|
-
...commonParams
|
|
2244
|
-
}).m(function(Command, cs, config, o) {
|
|
2228
|
+
var _ExportComponentsCommand = class _ExportComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2245
2229
|
return [
|
|
2246
2230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2247
2231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2255,9 +2239,7 @@ var ExportComponentsCommand = _ExportComponentsCommand;
|
|
|
2255
2239
|
|
|
2256
2240
|
|
|
2257
2241
|
|
|
2258
|
-
var _ExportFormsCommand = class _ExportFormsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2259
|
-
...commonParams
|
|
2260
|
-
}).m(function(Command, cs, config, o) {
|
|
2242
|
+
var _ExportFormsCommand = class _ExportFormsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2261
2243
|
return [
|
|
2262
2244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2263
2245
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2271,9 +2253,7 @@ var ExportFormsCommand = _ExportFormsCommand;
|
|
|
2271
2253
|
|
|
2272
2254
|
|
|
2273
2255
|
|
|
2274
|
-
var _ExportThemesCommand = class _ExportThemesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2275
|
-
...commonParams
|
|
2276
|
-
}).m(function(Command, cs, config, o) {
|
|
2256
|
+
var _ExportThemesCommand = class _ExportThemesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2277
2257
|
return [
|
|
2278
2258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2279
2259
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2287,9 +2267,7 @@ var ExportThemesCommand = _ExportThemesCommand;
|
|
|
2287
2267
|
|
|
2288
2268
|
|
|
2289
2269
|
|
|
2290
|
-
var _GetCodegenJobCommand = class _GetCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2291
|
-
...commonParams
|
|
2292
|
-
}).m(function(Command, cs, config, o) {
|
|
2270
|
+
var _GetCodegenJobCommand = class _GetCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2293
2271
|
return [
|
|
2294
2272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2295
2273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2303,9 +2281,7 @@ var GetCodegenJobCommand = _GetCodegenJobCommand;
|
|
|
2303
2281
|
|
|
2304
2282
|
|
|
2305
2283
|
|
|
2306
|
-
var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2307
|
-
...commonParams
|
|
2308
|
-
}).m(function(Command, cs, config, o) {
|
|
2284
|
+
var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2309
2285
|
return [
|
|
2310
2286
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2311
2287
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2319,9 +2295,7 @@ var GetComponentCommand = _GetComponentCommand;
|
|
|
2319
2295
|
|
|
2320
2296
|
|
|
2321
2297
|
|
|
2322
|
-
var _GetFormCommand = class _GetFormCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2323
|
-
...commonParams
|
|
2324
|
-
}).m(function(Command, cs, config, o) {
|
|
2298
|
+
var _GetFormCommand = class _GetFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2325
2299
|
return [
|
|
2326
2300
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2327
2301
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2335,9 +2309,7 @@ var GetFormCommand = _GetFormCommand;
|
|
|
2335
2309
|
|
|
2336
2310
|
|
|
2337
2311
|
|
|
2338
|
-
var _GetMetadataCommand = class _GetMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2339
|
-
...commonParams
|
|
2340
|
-
}).m(function(Command, cs, config, o) {
|
|
2312
|
+
var _GetMetadataCommand = class _GetMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2341
2313
|
return [
|
|
2342
2314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2343
2315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2351,9 +2323,7 @@ var GetMetadataCommand = _GetMetadataCommand;
|
|
|
2351
2323
|
|
|
2352
2324
|
|
|
2353
2325
|
|
|
2354
|
-
var _GetThemeCommand = class _GetThemeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2355
|
-
...commonParams
|
|
2356
|
-
}).m(function(Command, cs, config, o) {
|
|
2326
|
+
var _GetThemeCommand = class _GetThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2357
2327
|
return [
|
|
2358
2328
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2359
2329
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2367,9 +2337,7 @@ var GetThemeCommand = _GetThemeCommand;
|
|
|
2367
2337
|
|
|
2368
2338
|
|
|
2369
2339
|
|
|
2370
|
-
var _ListCodegenJobsCommand = class _ListCodegenJobsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2371
|
-
...commonParams
|
|
2372
|
-
}).m(function(Command, cs, config, o) {
|
|
2340
|
+
var _ListCodegenJobsCommand = class _ListCodegenJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2373
2341
|
return [
|
|
2374
2342
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2375
2343
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2383,9 +2351,7 @@ var ListCodegenJobsCommand = _ListCodegenJobsCommand;
|
|
|
2383
2351
|
|
|
2384
2352
|
|
|
2385
2353
|
|
|
2386
|
-
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2387
|
-
...commonParams
|
|
2388
|
-
}).m(function(Command, cs, config, o) {
|
|
2354
|
+
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2389
2355
|
return [
|
|
2390
2356
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2391
2357
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2399,9 +2365,7 @@ var ListComponentsCommand = _ListComponentsCommand;
|
|
|
2399
2365
|
|
|
2400
2366
|
|
|
2401
2367
|
|
|
2402
|
-
var _ListFormsCommand = class _ListFormsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2403
|
-
...commonParams
|
|
2404
|
-
}).m(function(Command, cs, config, o) {
|
|
2368
|
+
var _ListFormsCommand = class _ListFormsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2405
2369
|
return [
|
|
2406
2370
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2407
2371
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2415,9 +2379,7 @@ var ListFormsCommand = _ListFormsCommand;
|
|
|
2415
2379
|
|
|
2416
2380
|
|
|
2417
2381
|
|
|
2418
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2419
|
-
...commonParams
|
|
2420
|
-
}).m(function(Command, cs, config, o) {
|
|
2382
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2421
2383
|
return [
|
|
2422
2384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2423
2385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2431,9 +2393,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2431
2393
|
|
|
2432
2394
|
|
|
2433
2395
|
|
|
2434
|
-
var _ListThemesCommand = class _ListThemesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2435
|
-
...commonParams
|
|
2436
|
-
}).m(function(Command, cs, config, o) {
|
|
2396
|
+
var _ListThemesCommand = class _ListThemesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2437
2397
|
return [
|
|
2438
2398
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2439
2399
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2447,9 +2407,7 @@ var ListThemesCommand = _ListThemesCommand;
|
|
|
2447
2407
|
|
|
2448
2408
|
|
|
2449
2409
|
|
|
2450
|
-
var _PutMetadataFlagCommand = class _PutMetadataFlagCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2451
|
-
...commonParams
|
|
2452
|
-
}).m(function(Command, cs, config, o) {
|
|
2410
|
+
var _PutMetadataFlagCommand = class _PutMetadataFlagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2453
2411
|
return [
|
|
2454
2412
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2455
2413
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2463,9 +2421,7 @@ var PutMetadataFlagCommand = _PutMetadataFlagCommand;
|
|
|
2463
2421
|
|
|
2464
2422
|
|
|
2465
2423
|
|
|
2466
|
-
var _RefreshTokenCommand = class _RefreshTokenCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2467
|
-
...commonParams
|
|
2468
|
-
}).m(function(Command, cs, config, o) {
|
|
2424
|
+
var _RefreshTokenCommand = class _RefreshTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2469
2425
|
return [
|
|
2470
2426
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2471
2427
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2479,9 +2435,7 @@ var RefreshTokenCommand = _RefreshTokenCommand;
|
|
|
2479
2435
|
|
|
2480
2436
|
|
|
2481
2437
|
|
|
2482
|
-
var _StartCodegenJobCommand = class _StartCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2483
|
-
...commonParams
|
|
2484
|
-
}).m(function(Command, cs, config, o) {
|
|
2438
|
+
var _StartCodegenJobCommand = class _StartCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2485
2439
|
return [
|
|
2486
2440
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2487
2441
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2495,9 +2449,7 @@ var StartCodegenJobCommand = _StartCodegenJobCommand;
|
|
|
2495
2449
|
|
|
2496
2450
|
|
|
2497
2451
|
|
|
2498
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2499
|
-
...commonParams
|
|
2500
|
-
}).m(function(Command, cs, config, o) {
|
|
2452
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2501
2453
|
return [
|
|
2502
2454
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2503
2455
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2511,9 +2463,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2511
2463
|
|
|
2512
2464
|
|
|
2513
2465
|
|
|
2514
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2515
|
-
...commonParams
|
|
2516
|
-
}).m(function(Command, cs, config, o) {
|
|
2466
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2517
2467
|
return [
|
|
2518
2468
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2519
2469
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2527,9 +2477,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2527
2477
|
|
|
2528
2478
|
|
|
2529
2479
|
|
|
2530
|
-
var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2531
|
-
...commonParams
|
|
2532
|
-
}).m(function(Command, cs, config, o) {
|
|
2480
|
+
var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2533
2481
|
return [
|
|
2534
2482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2535
2483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2543,9 +2491,7 @@ var UpdateComponentCommand = _UpdateComponentCommand;
|
|
|
2543
2491
|
|
|
2544
2492
|
|
|
2545
2493
|
|
|
2546
|
-
var _UpdateFormCommand = class _UpdateFormCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2547
|
-
...commonParams
|
|
2548
|
-
}).m(function(Command, cs, config, o) {
|
|
2494
|
+
var _UpdateFormCommand = class _UpdateFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2549
2495
|
return [
|
|
2550
2496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2551
2497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2559,9 +2505,7 @@ var UpdateFormCommand = _UpdateFormCommand;
|
|
|
2559
2505
|
|
|
2560
2506
|
|
|
2561
2507
|
|
|
2562
|
-
var _UpdateThemeCommand = class _UpdateThemeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2563
|
-
...commonParams
|
|
2564
|
-
}).m(function(Command, cs, config, o) {
|
|
2508
|
+
var _UpdateThemeCommand = class _UpdateThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2565
2509
|
return [
|
|
2566
2510
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2567
2511
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateComponentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateFormCommand, se_CreateFormCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateFormCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateThemeCommand, se_CreateThemeCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateThemeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteComponentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteFormCommand, se_DeleteFormCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteFormCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteThemeCommand, se_DeleteThemeCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteThemeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ExchangeCodeForTokenCommand, se_ExchangeCodeForTokenCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ExchangeCodeForTokenCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportComponentsCommand, se_ExportComponentsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportComponentsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportFormsCommand, se_ExportFormsCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportFormsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportThemesCommand, se_ExportThemesCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportThemesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCodegenJobCommand, se_GetCodegenJobCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCodegenJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetComponentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFormCommand, se_GetFormCommand } from "../protocols/Aws_restJson1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFormCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetMetadataCommand, se_GetMetadataCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetMetadataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetThemeCommand, se_GetThemeCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetThemeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCodegenJobsCommand, se_ListCodegenJobsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCodegenJobsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListComponentsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFormsCommand, se_ListFormsCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFormsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListThemesCommand, se_ListThemesCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListThemesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutMetadataFlagCommand, se_PutMetadataFlagCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutMetadataFlagCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RefreshTokenCommand, se_RefreshTokenCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RefreshTokenCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartCodegenJobCommand, se_StartCodegenJobCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartCodegenJobCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateComponentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateFormCommand, se_UpdateFormCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateFormCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateThemeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplifyuibuilder",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-amplifyuibuilder",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|