thinkwork-cli 0.13.2 → 1.0.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/README.md +3 -14
- package/dist/{api-client-JYZXYQJR.js → api-client-4P4JZOBX.js} +1 -1
- package/dist/{chunk-Z2F6RJFR.js → chunk-4OMDWYZQ.js} +4 -5
- package/dist/{chunk-ILZKG5WV.js → chunk-AD2NIWB5.js} +434 -69
- package/dist/chunk-MWQ7RO76.js +137 -0
- package/dist/{chunk-DVPBI5HM.js → chunk-OLUQ4U2Z.js} +26 -26
- package/dist/{chunk-QOERT44A.js → chunk-YQCYD6NE.js} +57 -44
- package/dist/cli.js +4400 -16431
- package/dist/commands/enterprise/templates/deploy-repo/scripts/apply-release.mjs +0 -1
- package/dist/commands/enterprise/templates/deploy-repo/scripts/smoke.mjs +0 -1
- package/dist/commands/enterprise/templates/deploy-repo/terraform/main.tf +0 -14
- package/dist/{dist-es-CRV46D5B.js → dist-es-2OTNTL4N.js} +4 -4
- package/dist/{dist-es-ENBUC3JP.js → dist-es-2XVAH4BQ.js} +2 -2
- package/dist/{dist-es-DCY4IC3Y.js → dist-es-3DPDUJAH.js} +2 -2
- package/dist/{dist-es-G7PTG75M.js → dist-es-BNZTBBVC.js} +1 -1
- package/dist/{dist-es-GKDBE7E6.js → dist-es-CD2RBDAC.js} +1 -1
- package/dist/{dist-es-R7FGL2IB.js → dist-es-I4FW57PS.js} +1 -1
- package/dist/{dist-es-USORBXZ5.js → dist-es-KVFWJNDY.js} +4 -4
- package/dist/{dist-es-HY3535OI.js → dist-es-PS73DWNL.js} +2 -2
- package/dist/{dist-es-LDE437AM.js → dist-es-S3NZQFGT.js} +1 -1
- package/dist/{dist-es-G54LBMRN.js → dist-es-SGCA4P32.js} +1 -1
- package/dist/{dist-es-Q57SZXZ7.js → dist-es-WBM6J4RA.js} +2 -2
- package/dist/{dist-es-P26FWFLT.js → dist-es-ZGVADYIF.js} +8 -8
- package/dist/drizzle/0227_analyst_reader_role.sql +17 -26
- package/dist/drizzle/0230_analyst_rls.sql +28 -45
- package/dist/drizzle/0261_native_auth_control_plane.sql +7 -3
- package/dist/drizzle/0270_tool_execution_ledger.sql +115 -0
- package/dist/drizzle/0271_ontology_twin_declarations.sql +47 -0
- package/dist/drizzle/0272_identity_graph_projection_cursor.sql +23 -0
- package/dist/drizzle/0273_twin_materialization_suggestions.sql +29 -0
- package/dist/drizzle/0274_tenant_mcp_twin_keys.sql +59 -0
- package/dist/drizzle/0275_identity_bulk_rebuild_fence.sql +30 -0
- package/dist/drizzle/0276_tool_execution_ledger_allow_cascade_delete.sql +18 -0
- package/dist/drizzle/0277_knowledge_base_sources.sql +107 -0
- package/dist/drizzle/0278_kb_page_transcription.sql +55 -0
- package/dist/drizzle/0279_mcp_servers_off_plugin_provenance.sql +93 -0
- package/dist/drizzle/0280_work_item_external_refs_drop_plane_provider.sql +46 -0
- package/dist/drizzle/0281_tenant_mcp_twin_keys_expiry_suffix.sql +9 -0
- package/dist/drizzle/0282_tenant_mcp_twin_keys_grants.sql +24 -0
- package/dist/drizzle/0283_agents_agentcore_runtime_dispatch.sql +13 -0
- package/dist/drizzle/0284_user_brain_claims.sql +69 -0
- package/dist/drizzle/0285_tenant_mcp_twin_keys_trusted_subsystem.sql +30 -0
- package/dist/drizzle/0286_brain_analytics_key.sql +26 -0
- package/dist/drizzle/0287_brain_subject.sql +25 -0
- package/dist/drizzle/0288_multi_lane_identities.sql +25 -0
- package/dist/{loadSso-DJVB7BXE.js → loadSso-ETCXTR4I.js} +2 -2
- package/dist/{loadSso-JAMNA3WY.js → loadSso-UBD7KUHE.js} +2 -2
- package/dist/plugins/README.md +2 -2
- package/dist/plugins/catalog/package.json +0 -3
- package/dist/plugins/catalog/src/__tests__/build-catalog.test.ts +6 -3
- package/dist/plugins/catalog/src/__tests__/catalog.test.ts +21 -21
- package/dist/plugins/catalog/src/__tests__/contracts.test.ts +102 -25
- package/dist/plugins/catalog/src/__tests__/plugin-package.test.ts +7 -6
- package/dist/plugins/catalog/src/__tests__/plugin-registry.test.ts +0 -15
- package/dist/plugins/catalog/src/contracts.ts +15 -0
- package/dist/plugins/catalog/src/registry/generated-first-party.ts +0 -18
- package/dist/plugins/n8n/test/integrated-app-contract.test.ts +1 -1
- package/dist/plugins/twenty/package.json +2 -1
- package/dist/plugins/twenty/scripts/LAMBDA_DEPLOY.md +114 -0
- package/dist/plugins/twenty/scripts/build-lambda.sh +29 -0
- package/dist/plugins/twenty/scripts/configure-product-views.ts +195 -0
- package/dist/plugins/twenty/scripts/lambda-handler.ts +49 -0
- package/dist/plugins/twenty/scripts/lib/__tests__/load-attachments.test.ts +38 -0
- package/dist/plugins/twenty/scripts/lib/__tests__/load-records.test.ts +145 -2
- package/dist/plugins/twenty/scripts/lib/__tests__/mappers.test.ts +397 -151
- package/dist/plugins/twenty/scripts/lib/__tests__/members-ensure.test.ts +28 -129
- package/dist/plugins/twenty/scripts/lib/__tests__/provision-members-db.test.ts +10 -0
- package/dist/plugins/twenty/scripts/lib/__tests__/schema-ensure.test.ts +13 -8
- package/dist/plugins/twenty/scripts/lib/lastmile-reader.ts +222 -2
- package/dist/plugins/twenty/scripts/lib/load-attachments.ts +29 -0
- package/dist/plugins/twenty/scripts/lib/load-records.ts +160 -43
- package/dist/plugins/twenty/scripts/lib/mappers.ts +368 -152
- package/dist/plugins/twenty/scripts/lib/members-ensure.ts +43 -268
- package/dist/plugins/twenty/scripts/lib/provision-members-db.ts +57 -0
- package/dist/plugins/twenty/scripts/lib/schema-ensure.ts +136 -31
- package/dist/plugins/twenty/scripts/migrate-lastmile.ts +254 -152
- package/dist/plugins/twenty/scripts/provision-twenty-members.ts +44 -1
- package/dist/plugins/twenty/scripts/purge-lastmile-import.ts +178 -0
- package/dist/plugins/twenty/scripts/restructure-products.ts +312 -0
- package/dist/plugins/twenty/scripts/retag-stage-values.ts +362 -0
- package/dist/plugins/twenty/test/manifest.test.ts +2 -4
- package/dist/scripts/post-deploy.sh +79 -1
- package/dist/{signin-UGDWTGS4.js → signin-5QZNRSOO.js} +2 -2
- package/dist/{sso-oidc-Q4VXANXY.js → sso-oidc-XK673P54.js} +2 -2
- package/dist/{sts-CWLSE3GH.js → sts-OXI2UALF.js} +6 -134
- package/dist/{sts-DNZLNVOV.js → sts-SQW4NBK3.js} +6 -134
- package/dist/terraform/examples/greenfield/main.tf +233 -175
- package/dist/terraform/examples/greenfield/terraform.tfvars.example +12 -8
- package/dist/terraform/modules/app/agentcore-admin/main.tf +47 -0
- package/dist/terraform/modules/app/agentcore-code-interpreter/README.md +39 -47
- package/dist/terraform/modules/app/agentcore-code-interpreter/main.tf +13 -66
- package/dist/terraform/modules/app/agentcore-identity/main.tf +106 -26
- package/dist/terraform/modules/app/agentcore-identity/outputs.tf +6 -6
- package/dist/terraform/modules/app/agentcore-identity/scripts/bootstrap_twenty_oauth_client.sh +216 -99
- package/dist/terraform/modules/app/agentcore-identity/scripts/delete_identity.sh +6 -9
- package/dist/terraform/modules/app/agentcore-identity/scripts/delete_workload_identity.sh +19 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/ensure_workload_identity.sh +29 -0
- package/dist/terraform/modules/app/agentcore-identity/scripts/read_identity.sh +22 -7
- package/dist/terraform/modules/app/agentcore-identity/scripts/reconcile_twenty_identity.sh +17 -46
- package/dist/terraform/modules/app/agentcore-identity/scripts/reconcile_twenty_provider.mjs +65 -3
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/after.tf +15 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/before.tf +7 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/identity-after.tf +8 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/identity-before.tf +9 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/thinkwork-after.tf +3 -0
- package/dist/terraform/modules/app/agentcore-identity/tests/tainted-marker/thinkwork-before.tf +3 -0
- package/dist/terraform/modules/app/agentcore-identity/variables.tf +6 -0
- package/dist/terraform/modules/app/agentcore-memory/README.md +46 -9
- package/dist/terraform/modules/app/agentcore-memory/main.tf +27 -10
- package/dist/terraform/modules/app/agentcore-memory/scripts/create_or_find_memory.sh +156 -24
- package/dist/terraform/modules/app/agentcore-pi/README.md +1 -3
- package/dist/terraform/modules/app/agentcore-pi/main.tf +42 -52
- package/dist/terraform/modules/app/agentcore-pi/outputs.tf +3 -3
- package/dist/terraform/modules/app/agentcore-pi/scripts/reconcile_pi_runtime.mjs +175 -0
- package/dist/terraform/modules/app/agentcore-pi/variables.tf +35 -28
- package/dist/terraform/modules/app/agentcore-platform/main.tf +68 -0
- package/dist/terraform/modules/app/agentcore-runtime/main.tf +4 -20
- package/dist/terraform/modules/app/capability-broker/main.tf +2 -2
- package/dist/terraform/modules/app/capability-broker/variables.tf +11 -0
- package/dist/terraform/modules/app/deployment-control-plane/README.md +264 -0
- package/dist/terraform/modules/app/deployment-control-plane/buildspec.yml +4 -1
- package/dist/terraform/modules/app/deployment-control-plane/main.tf +94 -0
- package/dist/terraform/modules/app/deployment-control-plane/outputs.tf +5 -0
- package/dist/terraform/modules/app/deployment-control-plane/runner.py +2641 -124
- package/dist/terraform/modules/app/deployment-control-plane/test_runner_bundle.py +2034 -154
- package/dist/terraform/modules/app/deployment-control-plane/variables.tf +33 -0
- package/dist/terraform/modules/app/lambda-api/auth-state.tf +72 -0
- package/dist/terraform/modules/app/lambda-api/chat-latency-observability.tf +466 -0
- package/dist/terraform/modules/app/lambda-api/dispatch-dlq.tf +55 -0
- package/dist/terraform/modules/app/lambda-api/handlers.tf +411 -723
- package/dist/terraform/modules/app/lambda-api/iam-grouped.tf +262 -198
- package/dist/terraform/modules/app/lambda-api/main.tf +51 -13
- package/dist/terraform/modules/app/lambda-api/mcp-oauth.tf +4 -181
- package/dist/terraform/modules/app/lambda-api/memory-alarms.tf +3 -28
- package/dist/terraform/modules/app/lambda-api/oauth-secrets.tf +1 -2
- package/dist/terraform/modules/app/lambda-api/outputs.tf +17 -45
- package/dist/terraform/modules/app/lambda-api/turn-assertion.tf +45 -0
- package/dist/terraform/modules/app/lambda-api/variables.tf +219 -126
- package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/README.md +1 -1
- package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/main.tf +18 -18
- package/dist/terraform/modules/app/sandbox-log-scrubber/README.md +11 -10
- package/dist/terraform/modules/app/sandbox-log-scrubber/main.tf +5 -5
- package/dist/terraform/modules/app/static-site/main.tf +1 -1
- package/dist/terraform/modules/app/www-dns/main.tf +9 -27
- package/dist/terraform/modules/app/www-dns/variables.tf +4 -10
- package/dist/terraform/modules/data/aurora-postgres/README.md +34 -0
- package/dist/terraform/modules/data/aurora-postgres/alarms.tf +82 -0
- package/dist/terraform/modules/data/aurora-postgres/main.tf +27 -57
- package/dist/terraform/modules/data/aurora-postgres/outputs.tf +0 -9
- package/dist/terraform/modules/data/aurora-postgres/variables.tf +41 -0
- package/dist/terraform/modules/data/s3-buckets/main.tf +5 -6
- package/dist/terraform/modules/foundation/cognito/main.tf +81 -8
- package/dist/terraform/modules/foundation/cognito/outputs.tf +5 -0
- package/dist/terraform/modules/foundation/cognito/variables.tf +24 -12
- package/dist/terraform/modules/thinkwork/README.md +5 -1
- package/dist/terraform/modules/thinkwork/main.tf +376 -374
- package/dist/terraform/modules/thinkwork/outputs.tf +12 -158
- package/dist/terraform/modules/thinkwork/variables.tf +246 -89
- package/dist/workspace-defaults/files/INSTRUCTIONS.md +9 -11
- package/dist/workspace-defaults/files/MEMORY_GUIDE.md +38 -35
- package/dist/workspace-defaults/files/ROUTER.md +1 -1
- package/dist/workspace-defaults/files/TOOLS.md +9 -39
- package/dist/workspace-defaults/files/agents/analyst/INSTRUCTIONS.md +6 -3
- package/dist/workspace-defaults/files/catalog-skills/brain-brief-builder/SKILL.md +165 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/SKILL.md +75 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/references/mcp-tooling.md +40 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/references/validation-and-handoff.md +40 -0
- package/dist/workspace-defaults/files/catalog-skills/n8n-workflow-operator/references/workflow-authoring.md +46 -0
- package/dist/workspace-defaults/files/skills/artifact-builder/references/crm-dashboard.md +1 -1
- package/dist/workspace-defaults/files/skills/document-composer/SKILL.md +22 -3
- package/package.json +1 -1
- package/dist/drizzle/0261_managed_harness_multiplayer.sql +0 -313
- package/dist/drizzle/0262_parallel_harness_threads.sql +0 -9
- package/dist/drizzle/0264_harness_tool_execution_ledger.sql +0 -113
- package/dist/plugins/company-data/README.md +0 -49
- package/dist/plugins/company-data/package.json +0 -21
- package/dist/plugins/company-data/src/index.ts +0 -30
- package/dist/plugins/company-data/src/manifest.ts +0 -26
- package/dist/plugins/company-data/test/manifest.test.ts +0 -116
- package/dist/plugins/company-data/tsconfig.json +0 -8
- package/dist/plugins/company-etl/README.md +0 -46
- package/dist/plugins/company-etl/package.json +0 -21
- package/dist/plugins/company-etl/src/index.ts +0 -29
- package/dist/plugins/company-etl/src/manifest.ts +0 -26
- package/dist/plugins/company-etl/test/manifest.test.ts +0 -108
- package/dist/plugins/company-etl/tsconfig.json +0 -8
- package/dist/plugins/lastmile/README.md +0 -50
- package/dist/plugins/lastmile/package.json +0 -23
- package/dist/plugins/lastmile/smoke/lastmile-plugin-smoke.mjs +0 -661
- package/dist/plugins/lastmile/src/api/tasks-adapter.ts +0 -572
- package/dist/plugins/lastmile/src/discovery.fixture.ts +0 -64
- package/dist/plugins/lastmile/src/index.ts +0 -46
- package/dist/plugins/lastmile/src/manifest.ts +0 -139
- package/dist/plugins/lastmile/test/api/tasks-adapter.test.ts +0 -266
- package/dist/plugins/lastmile/test/discovery.test.ts +0 -88
- package/dist/plugins/lastmile/tsconfig.json +0 -8
- package/dist/plugins/n8n/smoke/n8n-managed-app-smoke.mjs +0 -409
- package/dist/plugins/twenty/smoke/twenty-managed-app-smoke.mjs +0 -359
- package/dist/terraform/modules/app/agentcore-code-interpreter/Dockerfile.sandbox-base +0 -61
- package/dist/terraform/modules/app/agentcore-code-interpreter/sandbox/sitecustomize.py +0 -227
- package/dist/terraform/modules/app/agentcore-code-interpreter/sandbox/test_sitecustomize.py +0 -277
- package/dist/terraform/modules/app/agentcore-code-interpreter/scripts/build_and_push_sandbox_base.sh +0 -70
- package/dist/terraform/modules/app/agentcore-gateway/main.tf +0 -305
- package/dist/terraform/modules/app/agentcore-gateway/outputs.tf +0 -44
- package/dist/terraform/modules/app/agentcore-gateway/scripts/delete_gateway.sh +0 -93
- package/dist/terraform/modules/app/agentcore-gateway/scripts/read_gateway.sh +0 -33
- package/dist/terraform/modules/app/agentcore-gateway/scripts/reconcile_gateway.sh +0 -543
- package/dist/terraform/modules/app/agentcore-gateway/variables.tf +0 -70
- package/dist/terraform/modules/app/agentcore-harness/main.tf +0 -330
- package/dist/terraform/modules/app/agentcore-harness/outputs.tf +0 -72
- package/dist/terraform/modules/app/agentcore-harness/scripts/delete_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-lifecycle.mjs +0 -430
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-readback.mjs +0 -180
- package/dist/terraform/modules/app/agentcore-harness/scripts/harness-tool-contract.mjs +0 -193
- package/dist/terraform/modules/app/agentcore-harness/scripts/prune_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/scripts/read_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/scripts/reconcile_harness.sh +0 -5
- package/dist/terraform/modules/app/agentcore-harness/variables.tf +0 -96
- package/dist/terraform/modules/app/hindsight-memory/README.md +0 -89
- package/dist/terraform/modules/app/hindsight-memory/main.tf +0 -411
- package/dist/terraform/modules/app/lambda-api/agentcore-harness-alarms.tf +0 -88
- package/dist/terraform/modules/app/lambda-api/agentcore-identity-alarms.tf +0 -91
- package/dist/terraform/modules/data/bedrock-knowledge-base/main.tf +0 -102
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/outputs.tf +0 -0
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/scripts/sync-database.py +0 -0
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/scripts/test_sync_database.py +0 -0
- /package/dist/{plugins/n8n/terraform → terraform/modules/app}/n8n/variables.tf +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/README.md +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/main.tf +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/outputs.tf +0 -0
- /package/dist/{plugins/twenty/terraform → terraform/modules/app}/twenty/variables.tf +0 -0
|
@@ -1690,13 +1690,16 @@ var normalizeProvider2 = (input) => {
|
|
|
1690
1690
|
return () => promisified;
|
|
1691
1691
|
};
|
|
1692
1692
|
|
|
1693
|
-
// ../../node_modules/.pnpm/@
|
|
1694
|
-
function
|
|
1695
|
-
if (!
|
|
1696
|
-
|
|
1693
|
+
// ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/setFeature.js
|
|
1694
|
+
function setFeature2(context, feature, value) {
|
|
1695
|
+
if (!context.__smithy_context) {
|
|
1696
|
+
context.__smithy_context = {
|
|
1697
|
+
features: {}
|
|
1698
|
+
};
|
|
1699
|
+
} else if (!context.__smithy_context.features) {
|
|
1700
|
+
context.__smithy_context.features = {};
|
|
1697
1701
|
}
|
|
1698
|
-
|
|
1699
|
-
return credentials;
|
|
1702
|
+
context.__smithy_context.features[feature] = value;
|
|
1700
1703
|
}
|
|
1701
1704
|
|
|
1702
1705
|
// ../../node_modules/.pnpm/@smithy+core@3.29.5/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js
|
|
@@ -2283,7 +2286,16 @@ function bindGetRetryPlugin(isStreamingPayload2) {
|
|
|
2283
2286
|
var retryMiddleware = bindRetryMiddleware(isStreamingPayload);
|
|
2284
2287
|
var getRetryPlugin = bindGetRetryPlugin(isStreamingPayload);
|
|
2285
2288
|
|
|
2286
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2289
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js
|
|
2290
|
+
function setCredentialFeature(credentials, feature, value) {
|
|
2291
|
+
if (!credentials.$source) {
|
|
2292
|
+
credentials.$source = {};
|
|
2293
|
+
}
|
|
2294
|
+
credentials.$source[feature] = value;
|
|
2295
|
+
return credentials;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js
|
|
2287
2299
|
function resolveHostHeaderConfig(input) {
|
|
2288
2300
|
return input;
|
|
2289
2301
|
}
|
|
@@ -2316,7 +2328,7 @@ var getHostHeaderPlugin = (options) => ({
|
|
|
2316
2328
|
}
|
|
2317
2329
|
});
|
|
2318
2330
|
|
|
2319
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2331
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-logger/loggerMiddleware.js
|
|
2320
2332
|
var loggerMiddleware = () => (next, context) => async (args) => {
|
|
2321
2333
|
try {
|
|
2322
2334
|
const response = await next(args);
|
|
@@ -2359,7 +2371,7 @@ var getLoggerPlugin = (options) => ({
|
|
|
2359
2371
|
}
|
|
2360
2372
|
});
|
|
2361
2373
|
|
|
2362
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2374
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js
|
|
2363
2375
|
var recursionDetectionMiddlewareOptions = {
|
|
2364
2376
|
step: "build",
|
|
2365
2377
|
tags: ["RECURSION_DETECTION", "TRACE_CONTEXT_PROPAGATION"],
|
|
@@ -2491,7 +2503,7 @@ var InvokeStore;
|
|
|
2491
2503
|
} : void 0;
|
|
2492
2504
|
})(InvokeStore || (InvokeStore = {}));
|
|
2493
2505
|
|
|
2494
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2506
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js
|
|
2495
2507
|
var AWS_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME";
|
|
2496
2508
|
var _X_AMZN_TRACE_ID = "_X_AMZN_TRACE_ID";
|
|
2497
2509
|
var X_AMZN_TRACE_ID = "X-Amzn-Trace-Id";
|
|
@@ -2548,14 +2560,14 @@ function sanitizeTraceHeaders(headers) {
|
|
|
2548
2560
|
}
|
|
2549
2561
|
}
|
|
2550
2562
|
|
|
2551
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2563
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.js
|
|
2552
2564
|
var getRecursionDetectionPlugin = (options) => ({
|
|
2553
2565
|
applyToStack: (clientStack) => {
|
|
2554
2566
|
clientStack.add(recursionDetectionMiddleware(), recursionDetectionMiddlewareOptions);
|
|
2555
2567
|
}
|
|
2556
2568
|
});
|
|
2557
2569
|
|
|
2558
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2570
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/configurations.js
|
|
2559
2571
|
var DEFAULT_UA_APP_ID = void 0;
|
|
2560
2572
|
function isValidUserAgentAppId(appId) {
|
|
2561
2573
|
if (appId === void 0) {
|
|
@@ -2583,7 +2595,7 @@ function resolveUserAgentConfig(input) {
|
|
|
2583
2595
|
});
|
|
2584
2596
|
}
|
|
2585
2597
|
|
|
2586
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2598
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js
|
|
2587
2599
|
var partitionsInfo = {
|
|
2588
2600
|
"partitions": [
|
|
2589
2601
|
{
|
|
@@ -2861,7 +2873,7 @@ var partitionsInfo = {
|
|
|
2861
2873
|
"version": "1.1"
|
|
2862
2874
|
};
|
|
2863
2875
|
|
|
2864
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2876
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partition.js
|
|
2865
2877
|
var selectedPartitionsInfo = partitionsInfo;
|
|
2866
2878
|
var selectedUserAgentPrefix = "";
|
|
2867
2879
|
var partition = (value) => {
|
|
@@ -2895,9 +2907,9 @@ var partition = (value) => {
|
|
|
2895
2907
|
};
|
|
2896
2908
|
var getUserAgentPrefix = () => selectedUserAgentPrefix;
|
|
2897
2909
|
|
|
2898
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2910
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js
|
|
2899
2911
|
Retry.v2026 ||= typeof process === "object" && process.env?.AWS_NEW_RETRIES_2026 === "true";
|
|
2900
|
-
function
|
|
2912
|
+
function setFeature3(context, feature, value) {
|
|
2901
2913
|
if (!context.__aws_sdk_context) {
|
|
2902
2914
|
context.__aws_sdk_context = {
|
|
2903
2915
|
features: {}
|
|
@@ -2908,22 +2920,22 @@ function setFeature2(context, feature, value) {
|
|
|
2908
2920
|
context.__aws_sdk_context.features[feature] = value;
|
|
2909
2921
|
}
|
|
2910
2922
|
|
|
2911
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2923
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/check-features.js
|
|
2912
2924
|
var ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
|
|
2913
2925
|
async function checkFeatures(context, config, args) {
|
|
2914
2926
|
const request = args.request;
|
|
2915
2927
|
if (request?.headers?.["smithy-protocol"] === "rpc-v2-cbor") {
|
|
2916
|
-
|
|
2928
|
+
setFeature3(context, "PROTOCOL_RPC_V2_CBOR", "M");
|
|
2917
2929
|
}
|
|
2918
2930
|
if (typeof config.retryStrategy === "function") {
|
|
2919
2931
|
const retryStrategy = await config.retryStrategy();
|
|
2920
2932
|
if (typeof retryStrategy.mode === "string") {
|
|
2921
2933
|
switch (retryStrategy.mode) {
|
|
2922
2934
|
case RETRY_MODES.ADAPTIVE:
|
|
2923
|
-
|
|
2935
|
+
setFeature3(context, "RETRY_MODE_ADAPTIVE", "F");
|
|
2924
2936
|
break;
|
|
2925
2937
|
case RETRY_MODES.STANDARD:
|
|
2926
|
-
|
|
2938
|
+
setFeature3(context, "RETRY_MODE_STANDARD", "E");
|
|
2927
2939
|
break;
|
|
2928
2940
|
}
|
|
2929
2941
|
}
|
|
@@ -2931,17 +2943,17 @@ async function checkFeatures(context, config, args) {
|
|
|
2931
2943
|
if (typeof config.accountIdEndpointMode === "function") {
|
|
2932
2944
|
const endpointV2 = context.endpointV2;
|
|
2933
2945
|
if (String(endpointV2?.url?.hostname).match(ACCOUNT_ID_ENDPOINT_REGEX)) {
|
|
2934
|
-
|
|
2946
|
+
setFeature3(context, "ACCOUNT_ID_ENDPOINT", "O");
|
|
2935
2947
|
}
|
|
2936
2948
|
switch (await config.accountIdEndpointMode?.()) {
|
|
2937
2949
|
case "disabled":
|
|
2938
|
-
|
|
2950
|
+
setFeature3(context, "ACCOUNT_ID_MODE_DISABLED", "Q");
|
|
2939
2951
|
break;
|
|
2940
2952
|
case "preferred":
|
|
2941
|
-
|
|
2953
|
+
setFeature3(context, "ACCOUNT_ID_MODE_PREFERRED", "P");
|
|
2942
2954
|
break;
|
|
2943
2955
|
case "required":
|
|
2944
|
-
|
|
2956
|
+
setFeature3(context, "ACCOUNT_ID_MODE_REQUIRED", "R");
|
|
2945
2957
|
break;
|
|
2946
2958
|
}
|
|
2947
2959
|
}
|
|
@@ -2949,15 +2961,15 @@ async function checkFeatures(context, config, args) {
|
|
|
2949
2961
|
if (identity?.$source) {
|
|
2950
2962
|
const credentials = identity;
|
|
2951
2963
|
if (credentials.accountId) {
|
|
2952
|
-
|
|
2964
|
+
setFeature3(context, "RESOLVED_ACCOUNT_ID", "T");
|
|
2953
2965
|
}
|
|
2954
2966
|
for (const [key, value] of Object.entries(credentials.$source ?? {})) {
|
|
2955
|
-
|
|
2967
|
+
setFeature3(context, key, value);
|
|
2956
2968
|
}
|
|
2957
2969
|
}
|
|
2958
2970
|
}
|
|
2959
2971
|
|
|
2960
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2972
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/constants.js
|
|
2961
2973
|
var USER_AGENT = "user-agent";
|
|
2962
2974
|
var X_AMZ_USER_AGENT = "x-amz-user-agent";
|
|
2963
2975
|
var SPACE = " ";
|
|
@@ -2966,7 +2978,7 @@ var UA_NAME_ESCAPE_REGEX = /[^!$%&'*+\-.^_`|~\w]/g;
|
|
|
2966
2978
|
var UA_VALUE_ESCAPE_REGEX = /[^!$%&'*+\-.^_`|~\w#]/g;
|
|
2967
2979
|
var UA_ESCAPE_CHAR = "-";
|
|
2968
2980
|
|
|
2969
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
2981
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/encode-features.js
|
|
2970
2982
|
var BYTE_LIMIT = 1024;
|
|
2971
2983
|
function encodeFeatures(features) {
|
|
2972
2984
|
let buffer = "";
|
|
@@ -2985,7 +2997,7 @@ function encodeFeatures(features) {
|
|
|
2985
2997
|
return buffer;
|
|
2986
2998
|
}
|
|
2987
2999
|
|
|
2988
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3000
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-user-agent/user-agent-middleware.js
|
|
2989
3001
|
var userAgentMiddleware = (options) => (next, context) => async (args) => {
|
|
2990
3002
|
const { request } = args;
|
|
2991
3003
|
if (!HttpRequest.isInstance(request)) {
|
|
@@ -3054,7 +3066,7 @@ var getUserAgentPlugin = (config) => ({
|
|
|
3054
3066
|
}
|
|
3055
3067
|
});
|
|
3056
3068
|
|
|
3057
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3069
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
|
|
3058
3070
|
var state = {
|
|
3059
3071
|
warningEmitted: false
|
|
3060
3072
|
};
|
|
@@ -3080,11 +3092,11 @@ More information can be found at: https://a.co/c895JFp`);
|
|
|
3080
3092
|
}
|
|
3081
3093
|
};
|
|
3082
3094
|
|
|
3083
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3095
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js
|
|
3084
3096
|
import { platform, release } from "os";
|
|
3085
3097
|
import { env } from "process";
|
|
3086
3098
|
|
|
3087
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3099
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getRuntimeUserAgentPair.js
|
|
3088
3100
|
import { versions } from "process";
|
|
3089
3101
|
var getRuntimeUserAgentPair = () => {
|
|
3090
3102
|
const runtimesToCheck = ["deno", "bun", "llrt"];
|
|
@@ -3096,12 +3108,12 @@ var getRuntimeUserAgentPair = () => {
|
|
|
3096
3108
|
return ["md/nodejs", versions.node];
|
|
3097
3109
|
};
|
|
3098
3110
|
|
|
3099
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3111
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/crt-availability.js
|
|
3100
3112
|
var crtAvailability = {
|
|
3101
3113
|
isCrtAvailable: false
|
|
3102
3114
|
};
|
|
3103
3115
|
|
|
3104
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3116
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/is-crt-available.js
|
|
3105
3117
|
var isCrtAvailable = () => {
|
|
3106
3118
|
if (crtAvailability.isCrtAvailable) {
|
|
3107
3119
|
return ["md/crt-avail"];
|
|
@@ -3109,7 +3121,7 @@ var isCrtAvailable = () => {
|
|
|
3109
3121
|
return null;
|
|
3110
3122
|
};
|
|
3111
3123
|
|
|
3112
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3124
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js
|
|
3113
3125
|
var createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
3114
3126
|
const runtimeUserAgentPair = getRuntimeUserAgentPair();
|
|
3115
3127
|
return async (config) => {
|
|
@@ -3136,7 +3148,7 @@ var createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
|
|
|
3136
3148
|
};
|
|
3137
3149
|
};
|
|
3138
3150
|
|
|
3139
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3151
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/nodeAppIdConfigOptions.js
|
|
3140
3152
|
var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
|
|
3141
3153
|
var UA_APP_ID_INI_NAME = "sdk_ua_app_id";
|
|
3142
3154
|
var UA_APP_ID_INI_NAME_DEPRECATED = "sdk-ua-app-id";
|
|
@@ -3146,7 +3158,7 @@ var NODE_APP_ID_CONFIG_OPTIONS = {
|
|
|
3146
3158
|
default: DEFAULT_UA_APP_ID
|
|
3147
3159
|
};
|
|
3148
3160
|
|
|
3149
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3161
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/isVirtualHostableS3Bucket.js
|
|
3150
3162
|
var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
3151
3163
|
if (allowSubDomains) {
|
|
3152
3164
|
for (const label of value.split(".")) {
|
|
@@ -3171,7 +3183,7 @@ var isVirtualHostableS3Bucket = (value, allowSubDomains = false) => {
|
|
|
3171
3183
|
return true;
|
|
3172
3184
|
};
|
|
3173
3185
|
|
|
3174
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3186
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/parseArn.js
|
|
3175
3187
|
var ARN_DELIMITER = ":";
|
|
3176
3188
|
var RESOURCE_DELIMITER = "/";
|
|
3177
3189
|
var parseArn = (value) => {
|
|
@@ -3191,7 +3203,7 @@ var parseArn = (value) => {
|
|
|
3191
3203
|
};
|
|
3192
3204
|
};
|
|
3193
3205
|
|
|
3194
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3206
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/aws.js
|
|
3195
3207
|
var awsEndpointFunctions = {
|
|
3196
3208
|
isVirtualHostableS3Bucket,
|
|
3197
3209
|
parseArn,
|
|
@@ -3199,7 +3211,7 @@ var awsEndpointFunctions = {
|
|
|
3199
3211
|
};
|
|
3200
3212
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
3201
3213
|
|
|
3202
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3214
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/stsRegionDefaultResolver.js
|
|
3203
3215
|
function stsRegionDefaultResolver(loaderConfig = {}) {
|
|
3204
3216
|
return loadConfig({
|
|
3205
3217
|
...NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -3215,7 +3227,7 @@ var warning = {
|
|
|
3215
3227
|
silence: false
|
|
3216
3228
|
};
|
|
3217
3229
|
|
|
3218
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
3230
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/client/region-config-resolver/extensions.js
|
|
3219
3231
|
var getAwsRegionExtensionConfiguration = (runtimeConfig) => {
|
|
3220
3232
|
return {
|
|
3221
3233
|
setRegion(region) {
|
|
@@ -3258,19 +3270,20 @@ export {
|
|
|
3258
3270
|
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
3259
3271
|
getHttpSigningPlugin,
|
|
3260
3272
|
normalizeProvider2 as normalizeProvider,
|
|
3273
|
+
setFeature2 as setFeature,
|
|
3261
3274
|
DefaultIdentityProviderConfig,
|
|
3262
3275
|
NoAuthSigner,
|
|
3263
3276
|
isIdentityExpired,
|
|
3264
3277
|
doesIdentityRequireRefresh,
|
|
3265
3278
|
memoizeIdentityProvider,
|
|
3266
|
-
|
|
3267
|
-
setCredentialFeature,
|
|
3279
|
+
Retry,
|
|
3268
3280
|
DEFAULT_RETRY_MODE,
|
|
3269
3281
|
NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
|
|
3270
3282
|
resolveRetryConfig,
|
|
3271
3283
|
NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
3272
3284
|
getRetryPlugin,
|
|
3273
|
-
|
|
3285
|
+
emitWarningIfUnsupportedVersion2,
|
|
3286
|
+
setCredentialFeature,
|
|
3274
3287
|
resolveHostHeaderConfig,
|
|
3275
3288
|
getHostHeaderPlugin,
|
|
3276
3289
|
getLoggerPlugin,
|