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
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { createRequire as __createRequire } from "node:module"; const require = __createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
SignatureV4,
|
|
4
|
+
signatureV4aContainer
|
|
5
|
+
} from "./chunk-EI5ZX7CN.js";
|
|
6
|
+
|
|
7
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.41/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js
|
|
8
|
+
var signatureV4CrtContainer = {
|
|
9
|
+
CrtSignerV4: null
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.41/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js
|
|
13
|
+
var SESSION_TOKEN_QUERY_PARAM = "X-Amz-S3session-Token";
|
|
14
|
+
var SESSION_TOKEN_HEADER = SESSION_TOKEN_QUERY_PARAM.toLowerCase();
|
|
15
|
+
var SignatureV4SignWithCredentials = class extends SignatureV4 {
|
|
16
|
+
async signWithCredentials(requestToSign, credentials, options) {
|
|
17
|
+
const credentialsWithoutSessionToken = getCredentialsWithoutSessionToken(credentials);
|
|
18
|
+
requestToSign.headers[SESSION_TOKEN_HEADER] = credentials.sessionToken;
|
|
19
|
+
const privateAccess = this;
|
|
20
|
+
setSingleOverride(privateAccess, credentialsWithoutSessionToken);
|
|
21
|
+
return privateAccess.signRequest(requestToSign, options ?? {});
|
|
22
|
+
}
|
|
23
|
+
async presignWithCredentials(requestToSign, credentials, options) {
|
|
24
|
+
const credentialsWithoutSessionToken = getCredentialsWithoutSessionToken(credentials);
|
|
25
|
+
delete requestToSign.headers[SESSION_TOKEN_HEADER];
|
|
26
|
+
requestToSign.headers[SESSION_TOKEN_QUERY_PARAM] = credentials.sessionToken;
|
|
27
|
+
requestToSign.query = requestToSign.query ?? {};
|
|
28
|
+
requestToSign.query[SESSION_TOKEN_QUERY_PARAM] = credentials.sessionToken;
|
|
29
|
+
const privateAccess = this;
|
|
30
|
+
setSingleOverride(privateAccess, credentialsWithoutSessionToken);
|
|
31
|
+
return this.presign(requestToSign, options);
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
function getCredentialsWithoutSessionToken(credentials) {
|
|
35
|
+
return {
|
|
36
|
+
accessKeyId: credentials.accessKeyId,
|
|
37
|
+
secretAccessKey: credentials.secretAccessKey,
|
|
38
|
+
expiration: credentials.expiration
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function setSingleOverride(privateAccess, credentialsWithoutSessionToken) {
|
|
42
|
+
const currentCredentialProvider = privateAccess.credentialProvider;
|
|
43
|
+
privateAccess.credentialProvider = () => {
|
|
44
|
+
privateAccess.credentialProvider = currentCredentialProvider;
|
|
45
|
+
return Promise.resolve(credentialsWithoutSessionToken);
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// ../../node_modules/.pnpm/@aws-sdk+signature-v4-multi-region@3.996.41/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js
|
|
50
|
+
var SignatureV4MultiRegion = class {
|
|
51
|
+
sigv4aSigner;
|
|
52
|
+
sigv4Signer;
|
|
53
|
+
signerOptions;
|
|
54
|
+
static sigv4aDependency() {
|
|
55
|
+
if (typeof signatureV4CrtContainer.CrtSignerV4 === "function") {
|
|
56
|
+
return "crt";
|
|
57
|
+
} else if (typeof signatureV4aContainer.SignatureV4a === "function") {
|
|
58
|
+
return "js";
|
|
59
|
+
}
|
|
60
|
+
return "none";
|
|
61
|
+
}
|
|
62
|
+
constructor(options) {
|
|
63
|
+
this.sigv4Signer = new SignatureV4SignWithCredentials(options);
|
|
64
|
+
this.signerOptions = options;
|
|
65
|
+
}
|
|
66
|
+
async sign(requestToSign, options = {}) {
|
|
67
|
+
if (options.signingRegion === "*") {
|
|
68
|
+
return this.getSigv4aSigner().sign(requestToSign, options);
|
|
69
|
+
}
|
|
70
|
+
return this.sigv4Signer.sign(requestToSign, options);
|
|
71
|
+
}
|
|
72
|
+
async signWithCredentials(requestToSign, credentials, options = {}) {
|
|
73
|
+
if (options.signingRegion === "*") {
|
|
74
|
+
const signer = this.getSigv4aSigner();
|
|
75
|
+
const CrtSignerV4 = signatureV4CrtContainer.CrtSignerV4;
|
|
76
|
+
if (CrtSignerV4 && signer instanceof CrtSignerV4) {
|
|
77
|
+
return signer.signWithCredentials(requestToSign, credentials, options);
|
|
78
|
+
} else {
|
|
79
|
+
throw new Error(`signWithCredentials with signingRegion '*' is only supported when using the CRT dependency @aws-sdk/signature-v4-crt. Please check whether you have installed the "@aws-sdk/signature-v4-crt" package explicitly. You must also register the package by calling [require("@aws-sdk/signature-v4-crt");] or an ESM equivalent such as [import "@aws-sdk/signature-v4-crt";]. For more information please go to https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt`);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
return this.sigv4Signer.signWithCredentials(requestToSign, credentials, options);
|
|
83
|
+
}
|
|
84
|
+
async presign(originalRequest, options = {}) {
|
|
85
|
+
if (options.signingRegion === "*") {
|
|
86
|
+
const signer = this.getSigv4aSigner();
|
|
87
|
+
const CrtSignerV4 = signatureV4CrtContainer.CrtSignerV4;
|
|
88
|
+
if (CrtSignerV4 && signer instanceof CrtSignerV4) {
|
|
89
|
+
return signer.presign(originalRequest, options);
|
|
90
|
+
} else {
|
|
91
|
+
throw new Error(`presign with signingRegion '*' is only supported when using the CRT dependency @aws-sdk/signature-v4-crt. Please check whether you have installed the "@aws-sdk/signature-v4-crt" package explicitly. You must also register the package by calling [require("@aws-sdk/signature-v4-crt");] or an ESM equivalent such as [import "@aws-sdk/signature-v4-crt";]. For more information please go to https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt`);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
return this.sigv4Signer.presign(originalRequest, options);
|
|
95
|
+
}
|
|
96
|
+
async presignWithCredentials(originalRequest, credentials, options = {}) {
|
|
97
|
+
if (options.signingRegion === "*") {
|
|
98
|
+
throw new Error("Method presignWithCredentials is not supported for [signingRegion=*].");
|
|
99
|
+
}
|
|
100
|
+
return this.sigv4Signer.presignWithCredentials(originalRequest, credentials, options);
|
|
101
|
+
}
|
|
102
|
+
getSigv4aSigner() {
|
|
103
|
+
if (!this.sigv4aSigner) {
|
|
104
|
+
const CrtSignerV4 = signatureV4CrtContainer.CrtSignerV4;
|
|
105
|
+
const JsSigV4aSigner = signatureV4aContainer.SignatureV4a;
|
|
106
|
+
if (this.signerOptions.runtime === "node") {
|
|
107
|
+
if (!CrtSignerV4 && !JsSigV4aSigner) {
|
|
108
|
+
throw new Error("Neither CRT nor JS SigV4a implementation is available. Please load either @aws-sdk/signature-v4-crt or @aws-sdk/signature-v4a. For more information please go to https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt");
|
|
109
|
+
}
|
|
110
|
+
if (CrtSignerV4 && typeof CrtSignerV4 === "function") {
|
|
111
|
+
this.sigv4aSigner = new CrtSignerV4({
|
|
112
|
+
...this.signerOptions,
|
|
113
|
+
signingAlgorithm: 1
|
|
114
|
+
});
|
|
115
|
+
} else if (JsSigV4aSigner && typeof JsSigV4aSigner === "function") {
|
|
116
|
+
this.sigv4aSigner = new JsSigV4aSigner({
|
|
117
|
+
...this.signerOptions
|
|
118
|
+
});
|
|
119
|
+
} else {
|
|
120
|
+
throw new Error("Available SigV4a implementation is not a valid constructor. Please ensure you've properly imported @aws-sdk/signature-v4-crt or @aws-sdk/signature-v4a.For more information please go to https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt");
|
|
121
|
+
}
|
|
122
|
+
} else {
|
|
123
|
+
if (!JsSigV4aSigner || typeof JsSigV4aSigner !== "function") {
|
|
124
|
+
throw new Error("JS SigV4a implementation is not available or not a valid constructor. Please check whether you have installed the @aws-sdk/signature-v4a package explicitly. The CRT implementation is not available for browsers. You must also register the package by calling [require('@aws-sdk/signature-v4a');] or an ESM equivalent such as [import '@aws-sdk/signature-v4a';]. For more information please go to https://github.com/aws/aws-sdk-js-v3#using-javascript-non-crt-implementation-of-sigv4a");
|
|
125
|
+
}
|
|
126
|
+
this.sigv4aSigner = new JsSigV4aSigner({
|
|
127
|
+
...this.signerOptions
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
return this.sigv4aSigner;
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
export {
|
|
136
|
+
SignatureV4MultiRegion
|
|
137
|
+
};
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
memoizeIdentityProvider,
|
|
11
11
|
normalizeProvider,
|
|
12
12
|
setCredentialFeature
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-YQCYD6NE.js";
|
|
14
14
|
import {
|
|
15
15
|
FromStringShapeDeserializer,
|
|
16
16
|
HttpBindingProtocol,
|
|
@@ -40,16 +40,16 @@ import {
|
|
|
40
40
|
toUtf8
|
|
41
41
|
} from "./chunk-OCPHU34C.js";
|
|
42
42
|
|
|
43
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
43
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js
|
|
44
44
|
var getDateHeader = (response) => HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : void 0;
|
|
45
45
|
|
|
46
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
46
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js
|
|
47
47
|
var getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
|
|
48
48
|
|
|
49
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
49
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js
|
|
50
50
|
var isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 3e5;
|
|
51
51
|
|
|
52
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
52
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js
|
|
53
53
|
var getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
54
54
|
const clockTimeInMs = Date.parse(clockTime);
|
|
55
55
|
if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
|
|
@@ -58,7 +58,7 @@ var getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
|
58
58
|
return currentSystemClockOffset;
|
|
59
59
|
};
|
|
60
60
|
|
|
61
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
61
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js
|
|
62
62
|
var throwSigningPropertyError = (name, property) => {
|
|
63
63
|
if (!property) {
|
|
64
64
|
throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
|
|
@@ -134,7 +134,7 @@ var AwsSdkSigV4Signer = class {
|
|
|
134
134
|
}
|
|
135
135
|
};
|
|
136
136
|
|
|
137
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
137
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js
|
|
138
138
|
var AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
|
|
139
139
|
async sign(httpRequest, identity, signingProperties) {
|
|
140
140
|
if (!HttpRequest.isInstance(httpRequest)) {
|
|
@@ -153,13 +153,13 @@ var AwsSdkSigV4ASigner = class extends AwsSdkSigV4Signer {
|
|
|
153
153
|
}
|
|
154
154
|
};
|
|
155
155
|
|
|
156
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
156
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js
|
|
157
157
|
var getArrayForCommaSeparatedString = (str) => typeof str === "string" && str.length > 0 ? str.split(",").map((item) => item.trim()) : [];
|
|
158
158
|
|
|
159
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
159
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js
|
|
160
160
|
var getBearerTokenEnvKey = (signingName) => `AWS_BEARER_TOKEN_${signingName.replace(/[\s-]/g, "_").toUpperCase()}`;
|
|
161
161
|
|
|
162
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
162
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js
|
|
163
163
|
var NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY = "AWS_AUTH_SCHEME_PREFERENCE";
|
|
164
164
|
var NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY = "auth_scheme_preference";
|
|
165
165
|
var NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
|
|
@@ -181,7 +181,7 @@ var NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
|
|
|
181
181
|
default: []
|
|
182
182
|
};
|
|
183
183
|
|
|
184
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
184
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js
|
|
185
185
|
var resolveAwsSdkSigV4AConfig = (config) => {
|
|
186
186
|
config.sigv4aSigningRegionSet = normalizeProvider(config.sigv4aSigningRegionSet);
|
|
187
187
|
return config;
|
|
@@ -206,7 +206,7 @@ var NODE_SIGV4A_CONFIG_OPTIONS = {
|
|
|
206
206
|
default: void 0
|
|
207
207
|
};
|
|
208
208
|
|
|
209
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
209
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js
|
|
210
210
|
var resolveAwsSdkSigV4Config = (config) => {
|
|
211
211
|
let inputCredentials = config.credentials;
|
|
212
212
|
let isUserSupplied = !!config.credentials;
|
|
@@ -335,7 +335,7 @@ function bindCallerConfig(config, credentialsProvider) {
|
|
|
335
335
|
return fn;
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
338
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js
|
|
339
339
|
var ProtocolLib = class {
|
|
340
340
|
queryCompat;
|
|
341
341
|
errorRegistry;
|
|
@@ -469,7 +469,7 @@ var ProtocolLib = class {
|
|
|
469
469
|
}
|
|
470
470
|
};
|
|
471
471
|
|
|
472
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
472
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js
|
|
473
473
|
var SerdeContextConfig = class {
|
|
474
474
|
serdeContext;
|
|
475
475
|
setSerdeContext(serdeContext) {
|
|
@@ -477,7 +477,7 @@ var SerdeContextConfig = class {
|
|
|
477
477
|
}
|
|
478
478
|
};
|
|
479
479
|
|
|
480
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
480
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
|
|
481
481
|
var UnionSerde = class {
|
|
482
482
|
from;
|
|
483
483
|
to;
|
|
@@ -505,7 +505,7 @@ var UnionSerde = class {
|
|
|
505
505
|
}
|
|
506
506
|
};
|
|
507
507
|
|
|
508
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
508
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js
|
|
509
509
|
function jsonReviver(key, value, context) {
|
|
510
510
|
if (context?.source) {
|
|
511
511
|
const numericString = context.source;
|
|
@@ -523,10 +523,10 @@ function jsonReviver(key, value, context) {
|
|
|
523
523
|
return value;
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
526
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js
|
|
527
527
|
var collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => (context?.utf8Encoder ?? toUtf8)(body));
|
|
528
528
|
|
|
529
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
529
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js
|
|
530
530
|
var parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
531
531
|
if (encoded.length) {
|
|
532
532
|
try {
|
|
@@ -587,7 +587,7 @@ var loadErrorCode = ({ headers }, data, order) => {
|
|
|
587
587
|
}
|
|
588
588
|
};
|
|
589
589
|
|
|
590
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
590
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js
|
|
591
591
|
var JsonShapeDeserializer = class extends SerdeContextConfig {
|
|
592
592
|
settings;
|
|
593
593
|
constructor(settings) {
|
|
@@ -729,7 +729,7 @@ var JsonShapeDeserializer = class extends SerdeContextConfig {
|
|
|
729
729
|
}
|
|
730
730
|
};
|
|
731
731
|
|
|
732
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
732
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js
|
|
733
733
|
var NUMERIC_CONTROL_CHAR = String.fromCharCode(925);
|
|
734
734
|
var JsonReplacer = class {
|
|
735
735
|
values = /* @__PURE__ */ new Map();
|
|
@@ -776,7 +776,7 @@ var JsonReplacer = class {
|
|
|
776
776
|
}
|
|
777
777
|
};
|
|
778
778
|
|
|
779
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
779
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js
|
|
780
780
|
var JsonShapeSerializer = class extends SerdeContextConfig {
|
|
781
781
|
settings;
|
|
782
782
|
buffer;
|
|
@@ -950,7 +950,7 @@ var JsonShapeSerializer = class extends SerdeContextConfig {
|
|
|
950
950
|
}
|
|
951
951
|
};
|
|
952
952
|
|
|
953
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
953
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js
|
|
954
954
|
var JsonCodec = class extends SerdeContextConfig {
|
|
955
955
|
settings;
|
|
956
956
|
constructor(settings) {
|
|
@@ -969,7 +969,7 @@ var JsonCodec = class extends SerdeContextConfig {
|
|
|
969
969
|
}
|
|
970
970
|
};
|
|
971
971
|
|
|
972
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
972
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js
|
|
973
973
|
var AwsRestJsonProtocol = class extends HttpBindingProtocol {
|
|
974
974
|
serializer;
|
|
975
975
|
deserializer;
|
|
@@ -1275,7 +1275,7 @@ var AwsXmlParser = class _AwsXmlParser {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
};
|
|
1277
1277
|
|
|
1278
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
1278
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js
|
|
1279
1279
|
var XmlShapeDeserializer = class extends SerdeContextConfig {
|
|
1280
1280
|
settings;
|
|
1281
1281
|
stringDeserializer;
|
|
@@ -1416,7 +1416,7 @@ var XmlShapeDeserializer = class extends SerdeContextConfig {
|
|
|
1416
1416
|
}
|
|
1417
1417
|
};
|
|
1418
1418
|
|
|
1419
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
1419
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js
|
|
1420
1420
|
var QueryShapeSerializer = class extends SerdeContextConfig {
|
|
1421
1421
|
settings;
|
|
1422
1422
|
buffer;
|
|
@@ -1586,7 +1586,7 @@ var QueryShapeSerializer = class extends SerdeContextConfig {
|
|
|
1586
1586
|
}
|
|
1587
1587
|
};
|
|
1588
1588
|
|
|
1589
|
-
// ../../node_modules/.pnpm/@aws-sdk+core@3.
|
|
1589
|
+
// ../../node_modules/.pnpm/@aws-sdk+core@3.976.0/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js
|
|
1590
1590
|
var AwsQueryProtocol = class extends RpcProtocol {
|
|
1591
1591
|
options;
|
|
1592
1592
|
serializer;
|