@aws-sdk/client-codeartifact 3.523.0 → 3.529.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 +38 -78
- package/dist-es/protocols/Aws_restJson1.js +1 -40
- package/package.json +17 -17
- package/dist-cjs/Codeartifact.js +0 -1
- package/dist-cjs/CodeartifactClient.js +0 -1
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -1
- package/dist-cjs/commands/AssociateExternalConnectionCommand.js +0 -1
- package/dist-cjs/commands/CopyPackageVersionsCommand.js +0 -1
- package/dist-cjs/commands/CreateDomainCommand.js +0 -1
- package/dist-cjs/commands/CreateRepositoryCommand.js +0 -1
- package/dist-cjs/commands/DeleteDomainCommand.js +0 -1
- package/dist-cjs/commands/DeleteDomainPermissionsPolicyCommand.js +0 -1
- package/dist-cjs/commands/DeletePackageCommand.js +0 -1
- package/dist-cjs/commands/DeletePackageVersionsCommand.js +0 -1
- package/dist-cjs/commands/DeleteRepositoryCommand.js +0 -1
- package/dist-cjs/commands/DeleteRepositoryPermissionsPolicyCommand.js +0 -1
- package/dist-cjs/commands/DescribeDomainCommand.js +0 -1
- package/dist-cjs/commands/DescribePackageCommand.js +0 -1
- package/dist-cjs/commands/DescribePackageVersionCommand.js +0 -1
- package/dist-cjs/commands/DescribeRepositoryCommand.js +0 -1
- package/dist-cjs/commands/DisassociateExternalConnectionCommand.js +0 -1
- package/dist-cjs/commands/DisposePackageVersionsCommand.js +0 -1
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +0 -1
- package/dist-cjs/commands/GetDomainPermissionsPolicyCommand.js +0 -1
- package/dist-cjs/commands/GetPackageVersionAssetCommand.js +0 -1
- package/dist-cjs/commands/GetPackageVersionReadmeCommand.js +0 -1
- package/dist-cjs/commands/GetRepositoryEndpointCommand.js +0 -1
- package/dist-cjs/commands/GetRepositoryPermissionsPolicyCommand.js +0 -1
- package/dist-cjs/commands/ListDomainsCommand.js +0 -1
- package/dist-cjs/commands/ListPackageVersionAssetsCommand.js +0 -1
- package/dist-cjs/commands/ListPackageVersionDependenciesCommand.js +0 -1
- package/dist-cjs/commands/ListPackageVersionsCommand.js +0 -1
- package/dist-cjs/commands/ListPackagesCommand.js +0 -1
- package/dist-cjs/commands/ListRepositoriesCommand.js +0 -1
- package/dist-cjs/commands/ListRepositoriesInDomainCommand.js +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-cjs/commands/PublishPackageVersionCommand.js +0 -1
- package/dist-cjs/commands/PutDomainPermissionsPolicyCommand.js +0 -1
- package/dist-cjs/commands/PutPackageOriginConfigurationCommand.js +0 -1
- package/dist-cjs/commands/PutRepositoryPermissionsPolicyCommand.js +0 -1
- package/dist-cjs/commands/TagResourceCommand.js +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js +0 -1
- package/dist-cjs/commands/UpdatePackageVersionsStatusCommand.js +0 -1
- package/dist-cjs/commands/UpdateRepositoryCommand.js +0 -1
- package/dist-cjs/commands/index.js +0 -1
- package/dist-cjs/endpoint/EndpointParameters.js +0 -1
- package/dist-cjs/extensionConfiguration.js +0 -1
- package/dist-cjs/models/CodeartifactServiceException.js +0 -1
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -1
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js +0 -1
- package/dist-cjs/pagination/ListPackageVersionAssetsPaginator.js +0 -1
- package/dist-cjs/pagination/ListPackageVersionsPaginator.js +0 -1
- package/dist-cjs/pagination/ListPackagesPaginator.js +0 -1
- package/dist-cjs/pagination/ListRepositoriesInDomainPaginator.js +0 -1
- package/dist-cjs/pagination/ListRepositoriesPaginator.js +0 -1
- package/dist-cjs/pagination/index.js +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js +0 -1
- package/dist-cjs/runtimeExtensions.js +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -246,6 +246,7 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
246
246
|
var import_types = require("@smithy/types");
|
|
247
247
|
|
|
248
248
|
// src/protocols/Aws_restJson1.ts
|
|
249
|
+
var import_core2 = require("@aws-sdk/core");
|
|
249
250
|
|
|
250
251
|
|
|
251
252
|
|
|
@@ -1136,7 +1137,7 @@ var de_AssociateExternalConnectionCommand = /* @__PURE__ */ __name(async (output
|
|
|
1136
1137
|
const contents = (0, import_smithy_client.map)({
|
|
1137
1138
|
$metadata: deserializeMetadata(output)
|
|
1138
1139
|
});
|
|
1139
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1140
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1140
1141
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1141
1142
|
repository: (_) => de_RepositoryDescription(_, context)
|
|
1142
1143
|
});
|
|
@@ -1150,7 +1151,7 @@ var de_CopyPackageVersionsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1150
1151
|
const contents = (0, import_smithy_client.map)({
|
|
1151
1152
|
$metadata: deserializeMetadata(output)
|
|
1152
1153
|
});
|
|
1153
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1154
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1154
1155
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1155
1156
|
failedVersions: import_smithy_client._json,
|
|
1156
1157
|
successfulVersions: import_smithy_client._json
|
|
@@ -1165,7 +1166,7 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1165
1166
|
const contents = (0, import_smithy_client.map)({
|
|
1166
1167
|
$metadata: deserializeMetadata(output)
|
|
1167
1168
|
});
|
|
1168
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1169
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1169
1170
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1170
1171
|
domain: (_) => de_DomainDescription(_, context)
|
|
1171
1172
|
});
|
|
@@ -1179,7 +1180,7 @@ var de_CreateRepositoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1179
1180
|
const contents = (0, import_smithy_client.map)({
|
|
1180
1181
|
$metadata: deserializeMetadata(output)
|
|
1181
1182
|
});
|
|
1182
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1183
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1183
1184
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1184
1185
|
repository: (_) => de_RepositoryDescription(_, context)
|
|
1185
1186
|
});
|
|
@@ -1193,7 +1194,7 @@ var de_DeleteDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1193
1194
|
const contents = (0, import_smithy_client.map)({
|
|
1194
1195
|
$metadata: deserializeMetadata(output)
|
|
1195
1196
|
});
|
|
1196
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1197
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1197
1198
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1198
1199
|
domain: (_) => de_DomainDescription(_, context)
|
|
1199
1200
|
});
|
|
@@ -1207,7 +1208,7 @@ var de_DeleteDomainPermissionsPolicyCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1207
1208
|
const contents = (0, import_smithy_client.map)({
|
|
1208
1209
|
$metadata: deserializeMetadata(output)
|
|
1209
1210
|
});
|
|
1210
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1211
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1211
1212
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1212
1213
|
policy: import_smithy_client._json
|
|
1213
1214
|
});
|
|
@@ -1221,7 +1222,7 @@ var de_DeletePackageCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1221
1222
|
const contents = (0, import_smithy_client.map)({
|
|
1222
1223
|
$metadata: deserializeMetadata(output)
|
|
1223
1224
|
});
|
|
1224
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1225
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1225
1226
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1226
1227
|
deletedPackage: import_smithy_client._json
|
|
1227
1228
|
});
|
|
@@ -1235,7 +1236,7 @@ var de_DeletePackageVersionsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1235
1236
|
const contents = (0, import_smithy_client.map)({
|
|
1236
1237
|
$metadata: deserializeMetadata(output)
|
|
1237
1238
|
});
|
|
1238
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1239
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1239
1240
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1240
1241
|
failedVersions: import_smithy_client._json,
|
|
1241
1242
|
successfulVersions: import_smithy_client._json
|
|
@@ -1250,7 +1251,7 @@ var de_DeleteRepositoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1250
1251
|
const contents = (0, import_smithy_client.map)({
|
|
1251
1252
|
$metadata: deserializeMetadata(output)
|
|
1252
1253
|
});
|
|
1253
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1254
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1254
1255
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1255
1256
|
repository: (_) => de_RepositoryDescription(_, context)
|
|
1256
1257
|
});
|
|
@@ -1264,7 +1265,7 @@ var de_DeleteRepositoryPermissionsPolicyCommand = /* @__PURE__ */ __name(async (
|
|
|
1264
1265
|
const contents = (0, import_smithy_client.map)({
|
|
1265
1266
|
$metadata: deserializeMetadata(output)
|
|
1266
1267
|
});
|
|
1267
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1268
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1268
1269
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1269
1270
|
policy: import_smithy_client._json
|
|
1270
1271
|
});
|
|
@@ -1278,7 +1279,7 @@ var de_DescribeDomainCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1278
1279
|
const contents = (0, import_smithy_client.map)({
|
|
1279
1280
|
$metadata: deserializeMetadata(output)
|
|
1280
1281
|
});
|
|
1281
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1282
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1282
1283
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1283
1284
|
domain: (_) => de_DomainDescription(_, context)
|
|
1284
1285
|
});
|
|
@@ -1292,7 +1293,7 @@ var de_DescribePackageCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1292
1293
|
const contents = (0, import_smithy_client.map)({
|
|
1293
1294
|
$metadata: deserializeMetadata(output)
|
|
1294
1295
|
});
|
|
1295
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1296
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1296
1297
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1297
1298
|
package: import_smithy_client._json
|
|
1298
1299
|
});
|
|
@@ -1306,7 +1307,7 @@ var de_DescribePackageVersionCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1306
1307
|
const contents = (0, import_smithy_client.map)({
|
|
1307
1308
|
$metadata: deserializeMetadata(output)
|
|
1308
1309
|
});
|
|
1309
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1310
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1310
1311
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1311
1312
|
packageVersion: (_) => de_PackageVersionDescription(_, context)
|
|
1312
1313
|
});
|
|
@@ -1320,7 +1321,7 @@ var de_DescribeRepositoryCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1320
1321
|
const contents = (0, import_smithy_client.map)({
|
|
1321
1322
|
$metadata: deserializeMetadata(output)
|
|
1322
1323
|
});
|
|
1323
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1324
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1324
1325
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1325
1326
|
repository: (_) => de_RepositoryDescription(_, context)
|
|
1326
1327
|
});
|
|
@@ -1334,7 +1335,7 @@ var de_DisassociateExternalConnectionCommand = /* @__PURE__ */ __name(async (out
|
|
|
1334
1335
|
const contents = (0, import_smithy_client.map)({
|
|
1335
1336
|
$metadata: deserializeMetadata(output)
|
|
1336
1337
|
});
|
|
1337
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1338
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1338
1339
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1339
1340
|
repository: (_) => de_RepositoryDescription(_, context)
|
|
1340
1341
|
});
|
|
@@ -1348,7 +1349,7 @@ var de_DisposePackageVersionsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1348
1349
|
const contents = (0, import_smithy_client.map)({
|
|
1349
1350
|
$metadata: deserializeMetadata(output)
|
|
1350
1351
|
});
|
|
1351
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1352
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1352
1353
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1353
1354
|
failedVersions: import_smithy_client._json,
|
|
1354
1355
|
successfulVersions: import_smithy_client._json
|
|
@@ -1363,7 +1364,7 @@ var de_GetAuthorizationTokenCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1363
1364
|
const contents = (0, import_smithy_client.map)({
|
|
1364
1365
|
$metadata: deserializeMetadata(output)
|
|
1365
1366
|
});
|
|
1366
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1367
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1367
1368
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1368
1369
|
authorizationToken: import_smithy_client.expectString,
|
|
1369
1370
|
expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
@@ -1378,7 +1379,7 @@ var de_GetDomainPermissionsPolicyCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1378
1379
|
const contents = (0, import_smithy_client.map)({
|
|
1379
1380
|
$metadata: deserializeMetadata(output)
|
|
1380
1381
|
});
|
|
1381
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1382
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1382
1383
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1383
1384
|
policy: import_smithy_client._json
|
|
1384
1385
|
});
|
|
@@ -1407,7 +1408,7 @@ var de_GetPackageVersionReadmeCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1407
1408
|
const contents = (0, import_smithy_client.map)({
|
|
1408
1409
|
$metadata: deserializeMetadata(output)
|
|
1409
1410
|
});
|
|
1410
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1411
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1411
1412
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1412
1413
|
format: import_smithy_client.expectString,
|
|
1413
1414
|
namespace: import_smithy_client.expectString,
|
|
@@ -1426,7 +1427,7 @@ var de_GetRepositoryEndpointCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1426
1427
|
const contents = (0, import_smithy_client.map)({
|
|
1427
1428
|
$metadata: deserializeMetadata(output)
|
|
1428
1429
|
});
|
|
1429
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1430
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1430
1431
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1431
1432
|
repositoryEndpoint: import_smithy_client.expectString
|
|
1432
1433
|
});
|
|
@@ -1440,7 +1441,7 @@ var de_GetRepositoryPermissionsPolicyCommand = /* @__PURE__ */ __name(async (out
|
|
|
1440
1441
|
const contents = (0, import_smithy_client.map)({
|
|
1441
1442
|
$metadata: deserializeMetadata(output)
|
|
1442
1443
|
});
|
|
1443
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1444
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1444
1445
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1445
1446
|
policy: import_smithy_client._json
|
|
1446
1447
|
});
|
|
@@ -1454,7 +1455,7 @@ var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1454
1455
|
const contents = (0, import_smithy_client.map)({
|
|
1455
1456
|
$metadata: deserializeMetadata(output)
|
|
1456
1457
|
});
|
|
1457
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1458
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1458
1459
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1459
1460
|
domains: (_) => de_DomainSummaryList(_, context),
|
|
1460
1461
|
nextToken: import_smithy_client.expectString
|
|
@@ -1469,7 +1470,7 @@ var de_ListPackagesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1469
1470
|
const contents = (0, import_smithy_client.map)({
|
|
1470
1471
|
$metadata: deserializeMetadata(output)
|
|
1471
1472
|
});
|
|
1472
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1473
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1473
1474
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1474
1475
|
nextToken: import_smithy_client.expectString,
|
|
1475
1476
|
packages: import_smithy_client._json
|
|
@@ -1484,7 +1485,7 @@ var de_ListPackageVersionAssetsCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1484
1485
|
const contents = (0, import_smithy_client.map)({
|
|
1485
1486
|
$metadata: deserializeMetadata(output)
|
|
1486
1487
|
});
|
|
1487
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1488
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1488
1489
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1489
1490
|
assets: import_smithy_client._json,
|
|
1490
1491
|
format: import_smithy_client.expectString,
|
|
@@ -1504,7 +1505,7 @@ var de_ListPackageVersionDependenciesCommand = /* @__PURE__ */ __name(async (out
|
|
|
1504
1505
|
const contents = (0, import_smithy_client.map)({
|
|
1505
1506
|
$metadata: deserializeMetadata(output)
|
|
1506
1507
|
});
|
|
1507
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1508
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1508
1509
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1509
1510
|
dependencies: import_smithy_client._json,
|
|
1510
1511
|
format: import_smithy_client.expectString,
|
|
@@ -1524,7 +1525,7 @@ var de_ListPackageVersionsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1524
1525
|
const contents = (0, import_smithy_client.map)({
|
|
1525
1526
|
$metadata: deserializeMetadata(output)
|
|
1526
1527
|
});
|
|
1527
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1528
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1528
1529
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1529
1530
|
defaultDisplayVersion: import_smithy_client.expectString,
|
|
1530
1531
|
format: import_smithy_client.expectString,
|
|
@@ -1543,7 +1544,7 @@ var de_ListRepositoriesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1543
1544
|
const contents = (0, import_smithy_client.map)({
|
|
1544
1545
|
$metadata: deserializeMetadata(output)
|
|
1545
1546
|
});
|
|
1546
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1547
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1547
1548
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1548
1549
|
nextToken: import_smithy_client.expectString,
|
|
1549
1550
|
repositories: (_) => de_RepositorySummaryList(_, context)
|
|
@@ -1558,7 +1559,7 @@ var de_ListRepositoriesInDomainCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
1558
1559
|
const contents = (0, import_smithy_client.map)({
|
|
1559
1560
|
$metadata: deserializeMetadata(output)
|
|
1560
1561
|
});
|
|
1561
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1562
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1562
1563
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1563
1564
|
nextToken: import_smithy_client.expectString,
|
|
1564
1565
|
repositories: (_) => de_RepositorySummaryList(_, context)
|
|
@@ -1573,7 +1574,7 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1573
1574
|
const contents = (0, import_smithy_client.map)({
|
|
1574
1575
|
$metadata: deserializeMetadata(output)
|
|
1575
1576
|
});
|
|
1576
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1577
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1577
1578
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1578
1579
|
tags: import_smithy_client._json
|
|
1579
1580
|
});
|
|
@@ -1587,7 +1588,7 @@ var de_PublishPackageVersionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
1587
1588
|
const contents = (0, import_smithy_client.map)({
|
|
1588
1589
|
$metadata: deserializeMetadata(output)
|
|
1589
1590
|
});
|
|
1590
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1591
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1591
1592
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1592
1593
|
asset: import_smithy_client._json,
|
|
1593
1594
|
format: import_smithy_client.expectString,
|
|
@@ -1607,7 +1608,7 @@ var de_PutDomainPermissionsPolicyCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1607
1608
|
const contents = (0, import_smithy_client.map)({
|
|
1608
1609
|
$metadata: deserializeMetadata(output)
|
|
1609
1610
|
});
|
|
1610
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1611
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1611
1612
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1612
1613
|
policy: import_smithy_client._json
|
|
1613
1614
|
});
|
|
@@ -1621,7 +1622,7 @@ var de_PutPackageOriginConfigurationCommand = /* @__PURE__ */ __name(async (outp
|
|
|
1621
1622
|
const contents = (0, import_smithy_client.map)({
|
|
1622
1623
|
$metadata: deserializeMetadata(output)
|
|
1623
1624
|
});
|
|
1624
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1625
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1625
1626
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1626
1627
|
originConfiguration: import_smithy_client._json
|
|
1627
1628
|
});
|
|
@@ -1635,7 +1636,7 @@ var de_PutRepositoryPermissionsPolicyCommand = /* @__PURE__ */ __name(async (out
|
|
|
1635
1636
|
const contents = (0, import_smithy_client.map)({
|
|
1636
1637
|
$metadata: deserializeMetadata(output)
|
|
1637
1638
|
});
|
|
1638
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1639
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1639
1640
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1640
1641
|
policy: import_smithy_client._json
|
|
1641
1642
|
});
|
|
@@ -1669,7 +1670,7 @@ var de_UpdatePackageVersionsStatusCommand = /* @__PURE__ */ __name(async (output
|
|
|
1669
1670
|
const contents = (0, import_smithy_client.map)({
|
|
1670
1671
|
$metadata: deserializeMetadata(output)
|
|
1671
1672
|
});
|
|
1672
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1673
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1673
1674
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1674
1675
|
failedVersions: import_smithy_client._json,
|
|
1675
1676
|
successfulVersions: import_smithy_client._json
|
|
@@ -1684,7 +1685,7 @@ var de_UpdateRepositoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1684
1685
|
const contents = (0, import_smithy_client.map)({
|
|
1685
1686
|
$metadata: deserializeMetadata(output)
|
|
1686
1687
|
});
|
|
1687
|
-
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await
|
|
1688
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1688
1689
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1689
1690
|
repository: (_) => de_RepositoryDescription(_, context)
|
|
1690
1691
|
});
|
|
@@ -1694,9 +1695,9 @@ var de_UpdateRepositoryCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1694
1695
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1695
1696
|
const parsedOutput = {
|
|
1696
1697
|
...output,
|
|
1697
|
-
body: await
|
|
1698
|
+
body: await (0, import_core2.parseJsonErrorBody)(output.body, context)
|
|
1698
1699
|
};
|
|
1699
|
-
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1700
|
+
const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);
|
|
1700
1701
|
switch (errorCode) {
|
|
1701
1702
|
case "AccessDeniedException":
|
|
1702
1703
|
case "com.amazonaws.codeartifact#AccessDeniedException":
|
|
@@ -1911,7 +1912,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1911
1912
|
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1912
1913
|
cfId: output.headers["x-amz-cf-id"]
|
|
1913
1914
|
}), "deserializeMetadata");
|
|
1914
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
1915
1915
|
var isSerializableHeaderValue = /* @__PURE__ */ __name((value) => value !== void 0 && value !== null && value !== "" && (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) && (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0), "isSerializableHeaderValue");
|
|
1916
1916
|
var _a = "asset";
|
|
1917
1917
|
var _aA = "administratorAccount";
|
|
@@ -1960,46 +1960,6 @@ var _xa = "x-assetname";
|
|
|
1960
1960
|
var _xacs = "x-amz-content-sha256";
|
|
1961
1961
|
var _xp = "x-packageversion";
|
|
1962
1962
|
var _xp_ = "x-packageversionrevision";
|
|
1963
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1964
|
-
if (encoded.length) {
|
|
1965
|
-
return JSON.parse(encoded);
|
|
1966
|
-
}
|
|
1967
|
-
return {};
|
|
1968
|
-
}), "parseBody");
|
|
1969
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
1970
|
-
const value = await parseBody(errorBody, context);
|
|
1971
|
-
value.message = value.message ?? value.Message;
|
|
1972
|
-
return value;
|
|
1973
|
-
}, "parseErrorBody");
|
|
1974
|
-
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
1975
|
-
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
1976
|
-
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
1977
|
-
let cleanValue = rawValue;
|
|
1978
|
-
if (typeof cleanValue === "number") {
|
|
1979
|
-
cleanValue = cleanValue.toString();
|
|
1980
|
-
}
|
|
1981
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1982
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1983
|
-
}
|
|
1984
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1985
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1986
|
-
}
|
|
1987
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1988
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1989
|
-
}
|
|
1990
|
-
return cleanValue;
|
|
1991
|
-
}, "sanitizeErrorCode");
|
|
1992
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1993
|
-
if (headerKey !== void 0) {
|
|
1994
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1995
|
-
}
|
|
1996
|
-
if (data.code !== void 0) {
|
|
1997
|
-
return sanitizeErrorCode(data.code);
|
|
1998
|
-
}
|
|
1999
|
-
if (data["__type"] !== void 0) {
|
|
2000
|
-
return sanitizeErrorCode(data["__type"]);
|
|
2001
|
-
}
|
|
2002
|
-
}, "loadRestJsonErrorCode");
|
|
2003
1963
|
|
|
2004
1964
|
// src/commands/AssociateExternalConnectionCommand.ts
|
|
2005
1965
|
var _AssociateExternalConnectionCommand = class _AssociateExternalConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
1
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
2
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, strictParseInt32 as __strictParseInt32, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { CodeartifactServiceException as __BaseException } from "../models/CodeartifactServiceException";
|
|
@@ -1478,43 +1479,3 @@ const _xa = "x-assetname";
|
|
|
1478
1479
|
const _xacs = "x-amz-content-sha256";
|
|
1479
1480
|
const _xp = "x-packageversion";
|
|
1480
1481
|
const _xp_ = "x-packageversionrevision";
|
|
1481
|
-
const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
1482
|
-
if (encoded.length) {
|
|
1483
|
-
return JSON.parse(encoded);
|
|
1484
|
-
}
|
|
1485
|
-
return {};
|
|
1486
|
-
});
|
|
1487
|
-
const parseErrorBody = async (errorBody, context) => {
|
|
1488
|
-
const value = await parseBody(errorBody, context);
|
|
1489
|
-
value.message = value.message ?? value.Message;
|
|
1490
|
-
return value;
|
|
1491
|
-
};
|
|
1492
|
-
const loadRestJsonErrorCode = (output, data) => {
|
|
1493
|
-
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
1494
|
-
const sanitizeErrorCode = (rawValue) => {
|
|
1495
|
-
let cleanValue = rawValue;
|
|
1496
|
-
if (typeof cleanValue === "number") {
|
|
1497
|
-
cleanValue = cleanValue.toString();
|
|
1498
|
-
}
|
|
1499
|
-
if (cleanValue.indexOf(",") >= 0) {
|
|
1500
|
-
cleanValue = cleanValue.split(",")[0];
|
|
1501
|
-
}
|
|
1502
|
-
if (cleanValue.indexOf(":") >= 0) {
|
|
1503
|
-
cleanValue = cleanValue.split(":")[0];
|
|
1504
|
-
}
|
|
1505
|
-
if (cleanValue.indexOf("#") >= 0) {
|
|
1506
|
-
cleanValue = cleanValue.split("#")[1];
|
|
1507
|
-
}
|
|
1508
|
-
return cleanValue;
|
|
1509
|
-
};
|
|
1510
|
-
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
1511
|
-
if (headerKey !== undefined) {
|
|
1512
|
-
return sanitizeErrorCode(output.headers[headerKey]);
|
|
1513
|
-
}
|
|
1514
|
-
if (data.code !== undefined) {
|
|
1515
|
-
return sanitizeErrorCode(data.code);
|
|
1516
|
-
}
|
|
1517
|
-
if (data["__type"] !== undefined) {
|
|
1518
|
-
return sanitizeErrorCode(data["__type"]);
|
|
1519
|
-
}
|
|
1520
|
-
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeartifact",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.529.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-codeartifact",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.529.0",
|
|
24
|
+
"@aws-sdk/core": "3.529.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.529.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.523.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.523.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.523.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.525.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.525.0",
|
|
31
31
|
"@aws-sdk/types": "3.523.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.525.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.523.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.1.
|
|
36
|
-
"@smithy/core": "^1.3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.525.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.1.4",
|
|
36
|
+
"@smithy/core": "^1.3.5",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.4.3",
|
|
38
38
|
"@smithy/hash-node": "^2.1.3",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.1.3",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.1.3",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
42
|
-
"@smithy/middleware-retry": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.4.4",
|
|
42
|
+
"@smithy/middleware-retry": "^2.1.4",
|
|
43
43
|
"@smithy/middleware-serde": "^2.1.3",
|
|
44
44
|
"@smithy/middleware-stack": "^2.1.3",
|
|
45
|
-
"@smithy/node-config-provider": "^2.2.
|
|
45
|
+
"@smithy/node-config-provider": "^2.2.4",
|
|
46
46
|
"@smithy/node-http-handler": "^2.4.1",
|
|
47
47
|
"@smithy/protocol-http": "^3.2.1",
|
|
48
|
-
"@smithy/smithy-client": "^2.4.
|
|
48
|
+
"@smithy/smithy-client": "^2.4.2",
|
|
49
49
|
"@smithy/types": "^2.10.1",
|
|
50
50
|
"@smithy/url-parser": "^2.1.3",
|
|
51
51
|
"@smithy/util-base64": "^2.1.1",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.1.1",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.1.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.1.4",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.2.3",
|
|
56
|
+
"@smithy/util-endpoints": "^1.1.4",
|
|
57
57
|
"@smithy/util-middleware": "^2.1.3",
|
|
58
58
|
"@smithy/util-retry": "^2.1.3",
|
|
59
59
|
"@smithy/util-stream": "^2.1.3",
|
package/dist-cjs/Codeartifact.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("../index.js");
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
module.exports = require("./index.js");
|