@etainabl/nodejs-sdk 1.3.141 → 1.3.143

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.
Files changed (33) hide show
  1. package/dist/esm/{chunk-JFJBZL6W.js → chunk-ERJ7YQOC.js} +3 -2
  2. package/dist/esm/chunk-ERJ7YQOC.js.map +1 -0
  3. package/dist/esm/{chunk-AFIWRSL2.js → chunk-R7YQNQCA.js} +2 -2
  4. package/dist/esm/{chunk-GEJJRBZZ.js → chunk-WM7HFHZ7.js} +2 -2
  5. package/dist/esm/{chunk-V42NON4H.js → chunk-XSNDIVB7.js} +17 -17
  6. package/dist/esm/chunk-XSNDIVB7.js.map +1 -0
  7. package/dist/esm/{dist-es-AV5FKRC6.js → dist-es-H6RNNZCB.js} +2 -2
  8. package/dist/esm/dist-es-H6RNNZCB.js.map +1 -0
  9. package/dist/esm/{dist-es-N5B4V37N.js → dist-es-NTQEV6F2.js} +5 -5
  10. package/dist/esm/{dist-es-T2FMHNMU.js → dist-es-TB64XY7K.js} +4 -4
  11. package/dist/esm/{dist-es-HQRLUYWI.js → dist-es-UR3AUDEA.js} +2 -2
  12. package/dist/esm/index.js +13 -7
  13. package/dist/esm/index.js.map +1 -1
  14. package/dist/esm/{loadSso-KRYOAJJX.js → loadSso-V7VCWVTK.js} +19 -19
  15. package/dist/esm/loadSso-V7VCWVTK.js.map +1 -0
  16. package/dist/esm/{sso-oidc-RASI2Q3K.js → sso-oidc-NMJAI4GO.js} +4 -4
  17. package/dist/esm/{sts-IERANB7E.js → sts-TWR2FNQX.js} +4 -4
  18. package/dist/index.d.cts +41 -26
  19. package/dist/index.d.ts +41 -26
  20. package/dist/index.js +304 -309
  21. package/dist/index.js.map +1 -1
  22. package/package.json +2 -1
  23. package/dist/esm/chunk-JFJBZL6W.js.map +0 -1
  24. package/dist/esm/chunk-V42NON4H.js.map +0 -1
  25. package/dist/esm/dist-es-AV5FKRC6.js.map +0 -1
  26. package/dist/esm/loadSso-KRYOAJJX.js.map +0 -1
  27. /package/dist/esm/{chunk-AFIWRSL2.js.map → chunk-R7YQNQCA.js.map} +0 -0
  28. /package/dist/esm/{chunk-GEJJRBZZ.js.map → chunk-WM7HFHZ7.js.map} +0 -0
  29. /package/dist/esm/{dist-es-N5B4V37N.js.map → dist-es-NTQEV6F2.js.map} +0 -0
  30. /package/dist/esm/{dist-es-T2FMHNMU.js.map → dist-es-TB64XY7K.js.map} +0 -0
  31. /package/dist/esm/{dist-es-HQRLUYWI.js.map → dist-es-UR3AUDEA.js.map} +0 -0
  32. /package/dist/esm/{sso-oidc-RASI2Q3K.js.map → sso-oidc-NMJAI4GO.js.map} +0 -0
  33. /package/dist/esm/{sts-IERANB7E.js.map → sts-TWR2FNQX.js.map} +0 -0
@@ -2,7 +2,7 @@ import {
2
2
  loadRestJsonErrorCode,
3
3
  parseJsonBody,
4
4
  parseJsonErrorBody
5
- } from "./chunk-AFIWRSL2.js";
5
+ } from "./chunk-R7YQNQCA.js";
6
6
  import {
7
7
  requestBuilder
8
8
  } from "./chunk-UGK43V2L.js";
@@ -50,7 +50,7 @@ import {
50
50
  resolveRegionConfig,
51
51
  resolveRetryConfig,
52
52
  resolveUserAgentConfig
53
- } from "./chunk-JFJBZL6W.js";
53
+ } from "./chunk-ERJ7YQOC.js";
54
54
  import {
55
55
  loadConfig,
56
56
  parseUrl
@@ -168,7 +168,7 @@ var commonParams = {
168
168
  var package_default = {
169
169
  name: "@aws-sdk/client-sso",
170
170
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
171
- version: "3.864.0",
171
+ version: "3.882.0",
172
172
  scripts: {
173
173
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
174
174
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -187,37 +187,37 @@ var package_default = {
187
187
  dependencies: {
188
188
  "@aws-crypto/sha256-browser": "5.2.0",
189
189
  "@aws-crypto/sha256-js": "5.2.0",
190
- "@aws-sdk/core": "3.864.0",
191
- "@aws-sdk/middleware-host-header": "3.862.0",
192
- "@aws-sdk/middleware-logger": "3.862.0",
193
- "@aws-sdk/middleware-recursion-detection": "3.862.0",
194
- "@aws-sdk/middleware-user-agent": "3.864.0",
195
- "@aws-sdk/region-config-resolver": "3.862.0",
190
+ "@aws-sdk/core": "3.882.0",
191
+ "@aws-sdk/middleware-host-header": "3.873.0",
192
+ "@aws-sdk/middleware-logger": "3.876.0",
193
+ "@aws-sdk/middleware-recursion-detection": "3.873.0",
194
+ "@aws-sdk/middleware-user-agent": "3.882.0",
195
+ "@aws-sdk/region-config-resolver": "3.873.0",
196
196
  "@aws-sdk/types": "3.862.0",
197
- "@aws-sdk/util-endpoints": "3.862.0",
198
- "@aws-sdk/util-user-agent-browser": "3.862.0",
199
- "@aws-sdk/util-user-agent-node": "3.864.0",
197
+ "@aws-sdk/util-endpoints": "3.879.0",
198
+ "@aws-sdk/util-user-agent-browser": "3.873.0",
199
+ "@aws-sdk/util-user-agent-node": "3.882.0",
200
200
  "@smithy/config-resolver": "^4.1.5",
201
- "@smithy/core": "^3.8.0",
201
+ "@smithy/core": "^3.9.2",
202
202
  "@smithy/fetch-http-handler": "^5.1.1",
203
203
  "@smithy/hash-node": "^4.0.5",
204
204
  "@smithy/invalid-dependency": "^4.0.5",
205
205
  "@smithy/middleware-content-length": "^4.0.5",
206
- "@smithy/middleware-endpoint": "^4.1.18",
207
- "@smithy/middleware-retry": "^4.1.19",
206
+ "@smithy/middleware-endpoint": "^4.1.21",
207
+ "@smithy/middleware-retry": "^4.1.22",
208
208
  "@smithy/middleware-serde": "^4.0.9",
209
209
  "@smithy/middleware-stack": "^4.0.5",
210
210
  "@smithy/node-config-provider": "^4.1.4",
211
211
  "@smithy/node-http-handler": "^4.1.1",
212
212
  "@smithy/protocol-http": "^5.1.3",
213
- "@smithy/smithy-client": "^4.4.10",
213
+ "@smithy/smithy-client": "^4.5.2",
214
214
  "@smithy/types": "^4.3.2",
215
215
  "@smithy/url-parser": "^4.0.5",
216
216
  "@smithy/util-base64": "^4.0.0",
217
217
  "@smithy/util-body-length-browser": "^4.0.0",
218
218
  "@smithy/util-body-length-node": "^4.0.0",
219
- "@smithy/util-defaults-mode-browser": "^4.0.26",
220
- "@smithy/util-defaults-mode-node": "^4.0.26",
219
+ "@smithy/util-defaults-mode-browser": "^4.0.29",
220
+ "@smithy/util-defaults-mode-node": "^4.0.29",
221
221
  "@smithy/util-endpoints": "^3.0.7",
222
222
  "@smithy/util-middleware": "^4.0.5",
223
223
  "@smithy/util-retry": "^4.0.7",
@@ -656,4 +656,4 @@ export {
656
656
  GetRoleCredentialsCommand,
657
657
  SSOClient
658
658
  };
659
- //# sourceMappingURL=loadSso-KRYOAJJX.js.map
659
+ //# sourceMappingURL=loadSso-V7VCWVTK.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js","../../node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js","../../node_modules/@aws-sdk/client-sso/package.json","../../node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js","../../node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js","../../node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js","../../node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js","../../node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js","../../node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js","../../node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js","../../node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js","../../node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js","../../node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js","../../node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js"],"sourcesContent":["import { resolveAwsSdkSigV4Config, } from \"@aws-sdk/core\";\nimport { getSmithyContext, normalizeProvider } from \"@smithy/util-middleware\";\nexport const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {\n return {\n operation: getSmithyContext(context).operation,\n region: (await normalizeProvider(config.region)()) ||\n (() => {\n throw new Error(\"expected `region` to be configured for `aws.auth#sigv4`\");\n })(),\n };\n};\nfunction createAwsAuthSigv4HttpAuthOption(authParameters) {\n return {\n schemeId: \"aws.auth#sigv4\",\n signingProperties: {\n name: \"awsssoportal\",\n region: authParameters.region,\n },\n propertiesExtractor: (config, context) => ({\n signingProperties: {\n config,\n context,\n },\n }),\n };\n}\nfunction createSmithyApiNoAuthHttpAuthOption(authParameters) {\n return {\n schemeId: \"smithy.api#noAuth\",\n };\n}\nexport const defaultSSOHttpAuthSchemeProvider = (authParameters) => {\n const options = [];\n switch (authParameters.operation) {\n case \"GetRoleCredentials\": {\n options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));\n break;\n }\n case \"ListAccountRoles\": {\n options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));\n break;\n }\n case \"ListAccounts\": {\n options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));\n break;\n }\n case \"Logout\": {\n options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));\n break;\n }\n default: {\n options.push(createAwsAuthSigv4HttpAuthOption(authParameters));\n }\n }\n return options;\n};\nexport const resolveHttpAuthSchemeConfig = (config) => {\n const config_0 = resolveAwsSdkSigV4Config(config);\n return Object.assign(config_0, {\n authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),\n });\n};\n","export const resolveClientEndpointParameters = (options) => {\n return Object.assign(options, {\n useDualstackEndpoint: options.useDualstackEndpoint ?? false,\n useFipsEndpoint: options.useFipsEndpoint ?? false,\n defaultSigningName: \"awsssoportal\",\n });\n};\nexport const commonParams = {\n UseFIPS: { type: \"builtInParams\", name: \"useFipsEndpoint\" },\n Endpoint: { type: \"builtInParams\", name: \"endpoint\" },\n Region: { type: \"builtInParams\", name: \"region\" },\n UseDualStack: { type: \"builtInParams\", name: \"useDualstackEndpoint\" },\n};\n","{\n \"name\": \"@aws-sdk/client-sso\",\n \"description\": \"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native\",\n \"version\": \"3.882.0\",\n \"scripts\": {\n \"build\": \"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'\",\n \"build:cjs\": \"node ../../scripts/compilation/inline client-sso\",\n \"build:es\": \"tsc -p tsconfig.es.json\",\n \"build:include:deps\": \"lerna run --scope $npm_package_name --include-dependencies build\",\n \"build:types\": \"tsc -p tsconfig.types.json\",\n \"build:types:downlevel\": \"downlevel-dts dist-types dist-types/ts3.4\",\n \"clean\": \"rimraf ./dist-* && rimraf *.tsbuildinfo\",\n \"extract:docs\": \"api-extractor run --local\",\n \"generate:client\": \"node ../../scripts/generate-clients/single-service --solo sso\"\n },\n \"main\": \"./dist-cjs/index.js\",\n \"types\": \"./dist-types/index.d.ts\",\n \"module\": \"./dist-es/index.js\",\n \"sideEffects\": false,\n \"dependencies\": {\n \"@aws-crypto/sha256-browser\": \"5.2.0\",\n \"@aws-crypto/sha256-js\": \"5.2.0\",\n \"@aws-sdk/core\": \"3.882.0\",\n \"@aws-sdk/middleware-host-header\": \"3.873.0\",\n \"@aws-sdk/middleware-logger\": \"3.876.0\",\n \"@aws-sdk/middleware-recursion-detection\": \"3.873.0\",\n \"@aws-sdk/middleware-user-agent\": \"3.882.0\",\n \"@aws-sdk/region-config-resolver\": \"3.873.0\",\n \"@aws-sdk/types\": \"3.862.0\",\n \"@aws-sdk/util-endpoints\": \"3.879.0\",\n \"@aws-sdk/util-user-agent-browser\": \"3.873.0\",\n \"@aws-sdk/util-user-agent-node\": \"3.882.0\",\n \"@smithy/config-resolver\": \"^4.1.5\",\n \"@smithy/core\": \"^3.9.2\",\n \"@smithy/fetch-http-handler\": \"^5.1.1\",\n \"@smithy/hash-node\": \"^4.0.5\",\n \"@smithy/invalid-dependency\": \"^4.0.5\",\n \"@smithy/middleware-content-length\": \"^4.0.5\",\n \"@smithy/middleware-endpoint\": \"^4.1.21\",\n \"@smithy/middleware-retry\": \"^4.1.22\",\n \"@smithy/middleware-serde\": \"^4.0.9\",\n \"@smithy/middleware-stack\": \"^4.0.5\",\n \"@smithy/node-config-provider\": \"^4.1.4\",\n \"@smithy/node-http-handler\": \"^4.1.1\",\n \"@smithy/protocol-http\": \"^5.1.3\",\n \"@smithy/smithy-client\": \"^4.5.2\",\n \"@smithy/types\": \"^4.3.2\",\n \"@smithy/url-parser\": \"^4.0.5\",\n \"@smithy/util-base64\": \"^4.0.0\",\n \"@smithy/util-body-length-browser\": \"^4.0.0\",\n \"@smithy/util-body-length-node\": \"^4.0.0\",\n \"@smithy/util-defaults-mode-browser\": \"^4.0.29\",\n \"@smithy/util-defaults-mode-node\": \"^4.0.29\",\n \"@smithy/util-endpoints\": \"^3.0.7\",\n \"@smithy/util-middleware\": \"^4.0.5\",\n \"@smithy/util-retry\": \"^4.0.7\",\n \"@smithy/util-utf8\": \"^4.0.0\",\n \"tslib\": \"^2.6.2\"\n },\n \"devDependencies\": {\n \"@tsconfig/node18\": \"18.2.4\",\n \"@types/node\": \"^18.19.69\",\n \"concurrently\": \"7.0.0\",\n \"downlevel-dts\": \"0.10.1\",\n \"rimraf\": \"3.0.2\",\n \"typescript\": \"~5.8.3\"\n },\n \"engines\": {\n \"node\": \">=18.0.0\"\n },\n \"typesVersions\": {\n \"<4.0\": {\n \"dist-types/*\": [\n \"dist-types/ts3.4/*\"\n ]\n }\n },\n \"files\": [\n \"dist-*/**\"\n ],\n \"author\": {\n \"name\": \"AWS SDK for JavaScript Team\",\n \"url\": \"https://aws.amazon.com/javascript/\"\n },\n \"license\": \"Apache-2.0\",\n \"browser\": {\n \"./dist-es/runtimeConfig\": \"./dist-es/runtimeConfig.browser\"\n },\n \"react-native\": {\n \"./dist-es/runtimeConfig\": \"./dist-es/runtimeConfig.native\"\n },\n \"homepage\": \"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso\",\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/aws/aws-sdk-js-v3.git\",\n \"directory\": \"clients/client-sso\"\n }\n}\n","const u = \"required\", v = \"fn\", w = \"argv\", x = \"ref\";\nconst a = true, b = \"isSet\", c = \"booleanEquals\", d = \"error\", e = \"endpoint\", f = \"tree\", g = \"PartitionResult\", h = \"getAttr\", i = { [u]: false, \"type\": \"String\" }, j = { [u]: true, \"default\": false, \"type\": \"Boolean\" }, k = { [x]: \"Endpoint\" }, l = { [v]: c, [w]: [{ [x]: \"UseFIPS\" }, true] }, m = { [v]: c, [w]: [{ [x]: \"UseDualStack\" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, \"supportsFIPS\"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, \"supportsDualStack\"] }] }, r = [l], s = [m], t = [{ [x]: \"Region\" }];\nconst _data = { version: \"1.0\", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: \"Invalid Configuration: FIPS and custom endpoint are not supported\", type: d }, { conditions: s, error: \"Invalid Configuration: Dualstack and custom endpoint are not supported\", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: \"aws.partition\", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: \"https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}\", properties: n, headers: n }, type: e }], type: f }, { error: \"FIPS and DualStack are enabled, but this partition does not support one or both\", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: \"stringEquals\", [w]: [{ [v]: h, [w]: [p, \"name\"] }, \"aws-us-gov\"] }], endpoint: { url: \"https://portal.sso.{Region}.amazonaws.com\", properties: n, headers: n }, type: e }, { endpoint: { url: \"https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}\", properties: n, headers: n }, type: e }], type: f }, { error: \"FIPS is enabled but this partition does not support FIPS\", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: \"https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}\", properties: n, headers: n }, type: e }], type: f }, { error: \"DualStack is enabled but this partition does not support DualStack\", type: d }], type: f }, { endpoint: { url: \"https://portal.sso.{Region}.{PartitionResult#dnsSuffix}\", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: \"Invalid Configuration: Missing Region\", type: d }] };\nexport const ruleSet = _data;\n","import { awsEndpointFunctions } from \"@aws-sdk/util-endpoints\";\nimport { customEndpointFunctions, EndpointCache, resolveEndpoint } from \"@smithy/util-endpoints\";\nimport { ruleSet } from \"./ruleset\";\nconst cache = new EndpointCache({\n size: 50,\n params: [\"Endpoint\", \"Region\", \"UseDualStack\", \"UseFIPS\"],\n});\nexport const defaultEndpointResolver = (endpointParams, context = {}) => {\n return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {\n endpointParams: endpointParams,\n logger: context.logger,\n }));\n};\ncustomEndpointFunctions.aws = awsEndpointFunctions;\n","import { AwsSdkSigV4Signer } from \"@aws-sdk/core\";\nimport { NoAuthSigner } from \"@smithy/core\";\nimport { NoOpLogger } from \"@smithy/smithy-client\";\nimport { parseUrl } from \"@smithy/url-parser\";\nimport { fromBase64, toBase64 } from \"@smithy/util-base64\";\nimport { fromUtf8, toUtf8 } from \"@smithy/util-utf8\";\nimport { defaultSSOHttpAuthSchemeProvider } from \"./auth/httpAuthSchemeProvider\";\nimport { defaultEndpointResolver } from \"./endpoint/endpointResolver\";\nexport const getRuntimeConfig = (config) => {\n return {\n apiVersion: \"2019-06-10\",\n base64Decoder: config?.base64Decoder ?? fromBase64,\n base64Encoder: config?.base64Encoder ?? toBase64,\n disableHostPrefix: config?.disableHostPrefix ?? false,\n endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,\n extensions: config?.extensions ?? [],\n httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSSOHttpAuthSchemeProvider,\n httpAuthSchemes: config?.httpAuthSchemes ?? [\n {\n schemeId: \"aws.auth#sigv4\",\n identityProvider: (ipc) => ipc.getIdentityProvider(\"aws.auth#sigv4\"),\n signer: new AwsSdkSigV4Signer(),\n },\n {\n schemeId: \"smithy.api#noAuth\",\n identityProvider: (ipc) => ipc.getIdentityProvider(\"smithy.api#noAuth\") || (async () => ({})),\n signer: new NoAuthSigner(),\n },\n ],\n logger: config?.logger ?? new NoOpLogger(),\n serviceId: config?.serviceId ?? \"SSO\",\n urlParser: config?.urlParser ?? parseUrl,\n utf8Decoder: config?.utf8Decoder ?? fromUtf8,\n utf8Encoder: config?.utf8Encoder ?? toUtf8,\n };\n};\n","import packageInfo from \"../package.json\";\nimport { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from \"@aws-sdk/core\";\nimport { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from \"@aws-sdk/util-user-agent-node\";\nimport { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from \"@smithy/config-resolver\";\nimport { Hash } from \"@smithy/hash-node\";\nimport { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from \"@smithy/middleware-retry\";\nimport { loadConfig as loadNodeConfig } from \"@smithy/node-config-provider\";\nimport { NodeHttpHandler as RequestHandler, streamCollector } from \"@smithy/node-http-handler\";\nimport { calculateBodyLength } from \"@smithy/util-body-length-node\";\nimport { DEFAULT_RETRY_MODE } from \"@smithy/util-retry\";\nimport { getRuntimeConfig as getSharedRuntimeConfig } from \"./runtimeConfig.shared\";\nimport { loadConfigsForDefaultMode } from \"@smithy/smithy-client\";\nimport { resolveDefaultsModeConfig } from \"@smithy/util-defaults-mode-node\";\nimport { emitWarningIfUnsupportedVersion } from \"@smithy/smithy-client\";\nexport const getRuntimeConfig = (config) => {\n emitWarningIfUnsupportedVersion(process.version);\n const defaultsMode = resolveDefaultsModeConfig(config);\n const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);\n const clientSharedValues = getSharedRuntimeConfig(config);\n awsCheckVersion(process.version);\n const loaderConfig = {\n profile: config?.profile,\n logger: clientSharedValues.logger,\n };\n return {\n ...clientSharedValues,\n ...config,\n runtime: \"node\",\n defaultsMode,\n authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),\n bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,\n defaultUserAgentProvider: config?.defaultUserAgentProvider ??\n createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),\n maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),\n region: config?.region ??\n loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),\n requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),\n retryMode: config?.retryMode ??\n loadNodeConfig({\n ...NODE_RETRY_MODE_CONFIG_OPTIONS,\n default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,\n }, config),\n sha256: config?.sha256 ?? Hash.bind(null, \"sha256\"),\n streamCollector: config?.streamCollector ?? streamCollector,\n useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),\n useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),\n userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),\n };\n};\n","export const getHttpAuthExtensionConfiguration = (runtimeConfig) => {\n const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;\n let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;\n let _credentials = runtimeConfig.credentials;\n return {\n setHttpAuthScheme(httpAuthScheme) {\n const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);\n if (index === -1) {\n _httpAuthSchemes.push(httpAuthScheme);\n }\n else {\n _httpAuthSchemes.splice(index, 1, httpAuthScheme);\n }\n },\n httpAuthSchemes() {\n return _httpAuthSchemes;\n },\n setHttpAuthSchemeProvider(httpAuthSchemeProvider) {\n _httpAuthSchemeProvider = httpAuthSchemeProvider;\n },\n httpAuthSchemeProvider() {\n return _httpAuthSchemeProvider;\n },\n setCredentials(credentials) {\n _credentials = credentials;\n },\n credentials() {\n return _credentials;\n },\n };\n};\nexport const resolveHttpAuthRuntimeConfig = (config) => {\n return {\n httpAuthSchemes: config.httpAuthSchemes(),\n httpAuthSchemeProvider: config.httpAuthSchemeProvider(),\n credentials: config.credentials(),\n };\n};\n","import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from \"@aws-sdk/region-config-resolver\";\nimport { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from \"@smithy/protocol-http\";\nimport { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from \"@smithy/smithy-client\";\nimport { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from \"./auth/httpAuthExtensionConfiguration\";\nexport const resolveRuntimeExtensions = (runtimeConfig, extensions) => {\n const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));\n extensions.forEach((extension) => extension.configure(extensionConfiguration));\n return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));\n};\n","import { getHostHeaderPlugin, resolveHostHeaderConfig, } from \"@aws-sdk/middleware-host-header\";\nimport { getLoggerPlugin } from \"@aws-sdk/middleware-logger\";\nimport { getRecursionDetectionPlugin } from \"@aws-sdk/middleware-recursion-detection\";\nimport { getUserAgentPlugin, resolveUserAgentConfig, } from \"@aws-sdk/middleware-user-agent\";\nimport { resolveRegionConfig } from \"@smithy/config-resolver\";\nimport { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from \"@smithy/core\";\nimport { getContentLengthPlugin } from \"@smithy/middleware-content-length\";\nimport { resolveEndpointConfig } from \"@smithy/middleware-endpoint\";\nimport { getRetryPlugin, resolveRetryConfig } from \"@smithy/middleware-retry\";\nimport { Client as __Client, } from \"@smithy/smithy-client\";\nimport { defaultSSOHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from \"./auth/httpAuthSchemeProvider\";\nimport { resolveClientEndpointParameters, } from \"./endpoint/EndpointParameters\";\nimport { getRuntimeConfig as __getRuntimeConfig } from \"./runtimeConfig\";\nimport { resolveRuntimeExtensions } from \"./runtimeExtensions\";\nexport { __Client };\nexport class SSOClient extends __Client {\n config;\n constructor(...[configuration]) {\n const _config_0 = __getRuntimeConfig(configuration || {});\n super(_config_0);\n this.initConfig = _config_0;\n const _config_1 = resolveClientEndpointParameters(_config_0);\n const _config_2 = resolveUserAgentConfig(_config_1);\n const _config_3 = resolveRetryConfig(_config_2);\n const _config_4 = resolveRegionConfig(_config_3);\n const _config_5 = resolveHostHeaderConfig(_config_4);\n const _config_6 = resolveEndpointConfig(_config_5);\n const _config_7 = resolveHttpAuthSchemeConfig(_config_6);\n const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);\n this.config = _config_8;\n this.middlewareStack.use(getUserAgentPlugin(this.config));\n this.middlewareStack.use(getRetryPlugin(this.config));\n this.middlewareStack.use(getContentLengthPlugin(this.config));\n this.middlewareStack.use(getHostHeaderPlugin(this.config));\n this.middlewareStack.use(getLoggerPlugin(this.config));\n this.middlewareStack.use(getRecursionDetectionPlugin(this.config));\n this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {\n httpAuthSchemeParametersProvider: defaultSSOHttpAuthSchemeParametersProvider,\n identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({\n \"aws.auth#sigv4\": config.credentials,\n }),\n }));\n this.middlewareStack.use(getHttpSigningPlugin(this.config));\n }\n destroy() {\n super.destroy();\n }\n}\n","import { ServiceException as __ServiceException, } from \"@smithy/smithy-client\";\nexport { __ServiceException };\nexport class SSOServiceException extends __ServiceException {\n constructor(options) {\n super(options);\n Object.setPrototypeOf(this, SSOServiceException.prototype);\n }\n}\n","import { SENSITIVE_STRING } from \"@smithy/smithy-client\";\nimport { SSOServiceException as __BaseException } from \"./SSOServiceException\";\nexport class InvalidRequestException extends __BaseException {\n name = \"InvalidRequestException\";\n $fault = \"client\";\n constructor(opts) {\n super({\n name: \"InvalidRequestException\",\n $fault: \"client\",\n ...opts,\n });\n Object.setPrototypeOf(this, InvalidRequestException.prototype);\n }\n}\nexport class ResourceNotFoundException extends __BaseException {\n name = \"ResourceNotFoundException\";\n $fault = \"client\";\n constructor(opts) {\n super({\n name: \"ResourceNotFoundException\",\n $fault: \"client\",\n ...opts,\n });\n Object.setPrototypeOf(this, ResourceNotFoundException.prototype);\n }\n}\nexport class TooManyRequestsException extends __BaseException {\n name = \"TooManyRequestsException\";\n $fault = \"client\";\n constructor(opts) {\n super({\n name: \"TooManyRequestsException\",\n $fault: \"client\",\n ...opts,\n });\n Object.setPrototypeOf(this, TooManyRequestsException.prototype);\n }\n}\nexport class UnauthorizedException extends __BaseException {\n name = \"UnauthorizedException\";\n $fault = \"client\";\n constructor(opts) {\n super({\n name: \"UnauthorizedException\",\n $fault: \"client\",\n ...opts,\n });\n Object.setPrototypeOf(this, UnauthorizedException.prototype);\n }\n}\nexport const GetRoleCredentialsRequestFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),\n});\nexport const RoleCredentialsFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.secretAccessKey && { secretAccessKey: SENSITIVE_STRING }),\n ...(obj.sessionToken && { sessionToken: SENSITIVE_STRING }),\n});\nexport const GetRoleCredentialsResponseFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.roleCredentials && { roleCredentials: RoleCredentialsFilterSensitiveLog(obj.roleCredentials) }),\n});\nexport const ListAccountRolesRequestFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),\n});\nexport const ListAccountsRequestFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),\n});\nexport const LogoutRequestFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),\n});\n","import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from \"@aws-sdk/core\";\nimport { requestBuilder as rb } from \"@smithy/core\";\nimport { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, isSerializableHeaderValue, map, take, withBaseException, } from \"@smithy/smithy-client\";\nimport { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from \"../models/models_0\";\nimport { SSOServiceException as __BaseException } from \"../models/SSOServiceException\";\nexport const se_GetRoleCredentialsCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = map({}, isSerializableHeaderValue, {\n [_xasbt]: input[_aT],\n });\n b.bp(\"/federation/credentials\");\n const query = map({\n [_rn]: [, __expectNonNull(input[_rN], `roleName`)],\n [_ai]: [, __expectNonNull(input[_aI], `accountId`)],\n });\n let body;\n b.m(\"GET\").h(headers).q(query).b(body);\n return b.build();\n};\nexport const se_ListAccountRolesCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = map({}, isSerializableHeaderValue, {\n [_xasbt]: input[_aT],\n });\n b.bp(\"/assignment/roles\");\n const query = map({\n [_nt]: [, input[_nT]],\n [_mr]: [() => input.maxResults !== void 0, () => input[_mR].toString()],\n [_ai]: [, __expectNonNull(input[_aI], `accountId`)],\n });\n let body;\n b.m(\"GET\").h(headers).q(query).b(body);\n return b.build();\n};\nexport const se_ListAccountsCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = map({}, isSerializableHeaderValue, {\n [_xasbt]: input[_aT],\n });\n b.bp(\"/assignment/accounts\");\n const query = map({\n [_nt]: [, input[_nT]],\n [_mr]: [() => input.maxResults !== void 0, () => input[_mR].toString()],\n });\n let body;\n b.m(\"GET\").h(headers).q(query).b(body);\n return b.build();\n};\nexport const se_LogoutCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = map({}, isSerializableHeaderValue, {\n [_xasbt]: input[_aT],\n });\n b.bp(\"/logout\");\n let body;\n b.m(\"POST\").h(headers).b(body);\n return b.build();\n};\nexport const de_GetRoleCredentialsCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n roleCredentials: _json,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_ListAccountRolesCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n nextToken: __expectString,\n roleList: _json,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_ListAccountsCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n accountList: _json,\n nextToken: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_LogoutCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n await collectBody(output.body, context);\n return contents;\n};\nconst de_CommandError = async (output, context) => {\n const parsedOutput = {\n ...output,\n body: await parseErrorBody(output.body, context),\n };\n const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);\n switch (errorCode) {\n case \"InvalidRequestException\":\n case \"com.amazonaws.sso#InvalidRequestException\":\n throw await de_InvalidRequestExceptionRes(parsedOutput, context);\n case \"ResourceNotFoundException\":\n case \"com.amazonaws.sso#ResourceNotFoundException\":\n throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);\n case \"TooManyRequestsException\":\n case \"com.amazonaws.sso#TooManyRequestsException\":\n throw await de_TooManyRequestsExceptionRes(parsedOutput, context);\n case \"UnauthorizedException\":\n case \"com.amazonaws.sso#UnauthorizedException\":\n throw await de_UnauthorizedExceptionRes(parsedOutput, context);\n default:\n const parsedBody = parsedOutput.body;\n return throwDefaultError({\n output,\n parsedBody,\n errorCode,\n });\n }\n};\nconst throwDefaultError = withBaseException(__BaseException);\nconst de_InvalidRequestExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n message: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidRequestException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n message: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new ResourceNotFoundException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_TooManyRequestsExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n message: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new TooManyRequestsException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_UnauthorizedExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n message: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new UnauthorizedException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst deserializeMetadata = (output) => ({\n httpStatusCode: output.statusCode,\n requestId: output.headers[\"x-amzn-requestid\"] ?? output.headers[\"x-amzn-request-id\"] ?? output.headers[\"x-amz-request-id\"],\n extendedRequestId: output.headers[\"x-amz-id-2\"],\n cfId: output.headers[\"x-amz-cf-id\"],\n});\nconst collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));\nconst _aI = \"accountId\";\nconst _aT = \"accessToken\";\nconst _ai = \"account_id\";\nconst _mR = \"maxResults\";\nconst _mr = \"max_result\";\nconst _nT = \"nextToken\";\nconst _nt = \"next_token\";\nconst _rN = \"roleName\";\nconst _rn = \"role_name\";\nconst _xasbt = \"x-amz-sso_bearer_token\";\n","import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { GetRoleCredentialsRequestFilterSensitiveLog, GetRoleCredentialsResponseFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_GetRoleCredentialsCommand, se_GetRoleCredentialsCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class GetRoleCredentialsCommand extends $Command\n .classBuilder()\n .ep(commonParams)\n .m(function (Command, cs, config, o) {\n return [\n getSerdePlugin(config, this.serialize, this.deserialize),\n getEndpointPlugin(config, Command.getEndpointParameterInstructions()),\n ];\n})\n .s(\"SWBPortalService\", \"GetRoleCredentials\", {})\n .n(\"SSOClient\", \"GetRoleCredentialsCommand\")\n .f(GetRoleCredentialsRequestFilterSensitiveLog, GetRoleCredentialsResponseFilterSensitiveLog)\n .ser(se_GetRoleCredentialsCommand)\n .de(de_GetRoleCredentialsCommand)\n .build() {\n}\n"],"mappings":"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","names":["getRuntimeConfig","emitWarningIfUnsupportedVersion","getRuntimeConfig","b","Command","o"]}
@@ -2,13 +2,13 @@ import {
2
2
  loadRestJsonErrorCode,
3
3
  parseJsonBody,
4
4
  parseJsonErrorBody
5
- } from "./chunk-AFIWRSL2.js";
5
+ } from "./chunk-R7YQNQCA.js";
6
6
  import {
7
7
  requestBuilder
8
8
  } from "./chunk-UGK43V2L.js";
9
9
  import {
10
10
  package_default
11
- } from "./chunk-V42NON4H.js";
11
+ } from "./chunk-XSNDIVB7.js";
12
12
  import {
13
13
  NoAuthSigner
14
14
  } from "./chunk-UQAJZJ7E.js";
@@ -53,7 +53,7 @@ import {
53
53
  resolveRegionConfig,
54
54
  resolveRetryConfig,
55
55
  resolveUserAgentConfig
56
- } from "./chunk-JFJBZL6W.js";
56
+ } from "./chunk-ERJ7YQOC.js";
57
57
  import {
58
58
  loadConfig,
59
59
  parseUrl
@@ -828,4 +828,4 @@ export {
828
828
  UnsupportedGrantTypeException,
829
829
  Client as __Client
830
830
  };
831
- //# sourceMappingURL=sso-oidc-RASI2Q3K.js.map
831
+ //# sourceMappingURL=sso-oidc-NMJAI4GO.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  parseXmlBody,
3
3
  parseXmlErrorBody
4
- } from "./chunk-GEJJRBZZ.js";
4
+ } from "./chunk-WM7HFHZ7.js";
5
5
  import {
6
6
  package_default
7
- } from "./chunk-V42NON4H.js";
7
+ } from "./chunk-XSNDIVB7.js";
8
8
  import {
9
9
  NoAuthSigner
10
10
  } from "./chunk-UQAJZJ7E.js";
@@ -49,7 +49,7 @@ import {
49
49
  resolveRegionConfig,
50
50
  resolveRetryConfig,
51
51
  resolveUserAgentConfig
52
- } from "./chunk-JFJBZL6W.js";
52
+ } from "./chunk-ERJ7YQOC.js";
53
53
  import {
54
54
  loadConfig,
55
55
  parseUrl
@@ -1161,4 +1161,4 @@ export {
1161
1161
  getDefaultRoleAssumer2 as getDefaultRoleAssumer,
1162
1162
  getDefaultRoleAssumerWithWebIdentity2 as getDefaultRoleAssumerWithWebIdentity
1163
1163
  };
1164
- //# sourceMappingURL=sts-IERANB7E.js.map
1164
+ //# sourceMappingURL=sts-TWR2FNQX.js.map
package/dist/index.d.cts CHANGED
@@ -6,6 +6,7 @@ import * as _aws_sdk_client_ses from '@aws-sdk/client-ses';
6
6
  import { S3Client } from '@aws-sdk/client-s3';
7
7
  import { Context, SQSEvent, SNSEvent, APIGatewayEvent, S3Event } from 'aws-lambda';
8
8
  import { SQSClient } from '@aws-sdk/client-sqs';
9
+ import { SoftDeleteDocument } from 'mongoose-delete';
9
10
  import winston from 'winston';
10
11
  import moment from 'moment';
11
12
  import { ZodObject } from 'zod';
@@ -305,12 +306,12 @@ declare namespace units {
305
306
  export { type units_AccountType as AccountType, type units_BaseUnit as BaseUnit, type units_ETNUnit as ETNUnit, units_accountTypeMap as accountTypeMap, units_accountTypeUnitMap as accountTypeUnitMap, units_checkAccountTypeVsUnits as checkAccountTypeVsUnits, units_convertItems as convertItems, units_simpleConvert as simpleConvert };
306
307
  }
307
308
 
308
- interface Portal<IDType = ObjectId | string> {
309
+ interface Portal {
309
310
  username?: string;
310
311
  password?: string;
311
312
  scraperEnabled?: boolean;
312
313
  url?: string;
313
- scraperId?: IDType;
314
+ scraperId?: string;
314
315
  scraperStartDate?: Date;
315
316
  }
316
317
 
@@ -1073,7 +1074,7 @@ interface InvoiceRate {
1073
1074
  type InvoiceStatus = 'processing' | 'pending' | 'uploading' | 'queued' | 'captured' | 'error' | 'completed';
1074
1075
  type FinancialStatus = 'approved' | 'new' | 'not-approved' | 'paid' | 'sent-for-payment';
1075
1076
  type InvoiceRateType = 'unitRate' | 'daily' | 'levy' | 'tax' | 'kva' | 'waterRate' | 'wasteRate' | 'discount' | 'misc' | 'feedInTariff' | 'latePaymentCharge';
1076
- interface Invoice<IDType = ObjectId | string, DateType = Date> {
1077
+ interface Invoice<IDType = ObjectId | string, DateType = Date> extends SoftDeleteDocument {
1077
1078
  _id: IDType;
1078
1079
  jobId?: string | null;
1079
1080
  startTime?: DateType;
@@ -1414,27 +1415,27 @@ interface AuthOptions {
1414
1415
  declare const _default$4: (auth: AuthOptions, instanceOptions?: CreateAxiosDefaults) => {
1415
1416
  instance: AxiosInstance;
1416
1417
  getAccount: (id: string, options?: AxiosRequestConfig) => Promise<Account<string>>;
1417
- listAccounts: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Account<string>>>;
1418
+ listAccounts: <P = Account<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1418
1419
  updateAccount: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Account<string>>;
1419
1420
  createAccount: (data: any, options?: AxiosRequestConfig) => Promise<Account<string>>;
1420
1421
  removeAccount: (id: string, options?: AxiosRequestConfig) => Promise<Account<string>>;
1421
1422
  getAccountSchema: (options?: AxiosRequestConfig) => Promise<any>;
1422
1423
  invalidateAccountCache: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1423
1424
  getAsset: (id: string, options?: AxiosRequestConfig) => Promise<Asset<string>>;
1424
- listAssets: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Asset<string>>>;
1425
+ listAssets: <P = Asset<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1425
1426
  updateAsset: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Asset<string>>;
1426
1427
  createAsset: (data: any, options?: AxiosRequestConfig) => Promise<Asset<string>>;
1427
1428
  removeAsset: (id: string, options?: AxiosRequestConfig) => Promise<Asset<string>>;
1428
1429
  getAssetSchema: (options?: AxiosRequestConfig) => Promise<any>;
1429
1430
  getAssetGroup: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1430
- listAssetGroups: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<any>>;
1431
+ listAssetGroups: <P = any>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1431
1432
  updateAssetGroup: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1432
1433
  createAssetGroup: (data: any, options?: AxiosRequestConfig) => Promise<any>;
1433
1434
  removeAssetGroup: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1434
1435
  getAssetGroupAssets: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1435
1436
  getAssetGroupSchema: (options?: AxiosRequestConfig) => Promise<any>;
1436
1437
  getAutomation: (id: string, options?: AxiosRequestConfig) => Promise<Automation<string>>;
1437
- listAutomations: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Automation<string>>>;
1438
+ listAutomations: <P = Automation<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1438
1439
  updateAutomation: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Automation<string>>;
1439
1440
  createAutomation: (data: any, options?: AxiosRequestConfig) => Promise<Automation<string>>;
1440
1441
  removeAutomation: (id: string, options?: AxiosRequestConfig) => Promise<Automation<string>>;
@@ -1444,97 +1445,99 @@ declare const _default$4: (auth: AuthOptions, instanceOptions?: CreateAxiosDefau
1444
1445
  updateAccountStatusForAutomation: (id: string, subId: string, data: any, options?: AxiosRequestConfig) => Promise<Automation<string>>;
1445
1446
  getCompany: (id: string, options?: AxiosRequestConfig) => Promise<Company<string>>;
1446
1447
  getCompanyInvoiceValidationRules: (id: string, options?: AxiosRequestConfig) => Promise<CompanyInvoiceValidationRule<string>[]>;
1447
- listCompanies: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Company<string>>>;
1448
+ listCompanies: <P = Company<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1448
1449
  updateCompany: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Company<string>>;
1449
1450
  getConsumption: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1450
- listConsumptions: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<any>>;
1451
+ listConsumptions: <P = any>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1451
1452
  updateConsumption: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1452
1453
  createConsumption: (data: any, options?: AxiosRequestConfig) => Promise<any>;
1453
1454
  removeConsumption: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1454
1455
  getConsumptionSchema: (options?: AxiosRequestConfig) => Promise<any>;
1455
1456
  getEmail: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1456
- listEmails: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<any>>;
1457
+ listEmails: <P = any>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1457
1458
  updateEmail: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1458
1459
  createEmail: (data: any, options?: AxiosRequestConfig) => Promise<any>;
1459
1460
  removeEmail: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1460
1461
  getEmissionFactor: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1461
- listEmissionFactors: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<any>>;
1462
+ listEmissionFactors: <P = any>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1462
1463
  updateEmissionFactor: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1463
1464
  createEmissionFactor: (data: any, options?: AxiosRequestConfig) => Promise<any>;
1464
1465
  removeEmissionFactor: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1465
1466
  getEntity: (id: string, options?: AxiosRequestConfig) => Promise<Entity<string>>;
1466
- listEntities: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Entity<string>>>;
1467
+ listEntities: <P = Entity<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1467
1468
  updateEntity: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Entity<string>>;
1468
1469
  createEntity: (data: any, options?: AxiosRequestConfig) => Promise<Entity<string>>;
1469
1470
  removeEntity: (id: string, options?: AxiosRequestConfig) => Promise<Entity<string>>;
1470
1471
  getEntitiesSchema: (options?: AxiosRequestConfig) => Promise<any>;
1471
1472
  getEntityStructure: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1472
1473
  getLog: (id: string, options?: AxiosRequestConfig) => Promise<Log<string>>;
1473
- listLogs: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Log<string>>>;
1474
+ listLogs: <P = Log<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1474
1475
  updateLog: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Log<string>>;
1475
1476
  createLog: (data: any, options?: AxiosRequestConfig) => Promise<Log<string>>;
1476
1477
  removeLog: (id: string, options?: AxiosRequestConfig) => Promise<Log<string>>;
1477
1478
  getReading: (id: string, options?: AxiosRequestConfig) => Promise<Reading<string, Date>>;
1478
- listReadings: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Reading<string, Date>>>;
1479
+ listReadings: <P = Reading<string, Date>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1479
1480
  updateReading: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Reading<string, Date>>;
1480
1481
  createReading: (data: any, options?: AxiosRequestConfig) => Promise<Reading<string, Date>>;
1481
1482
  removeReading: (id: string, options?: AxiosRequestConfig) => Promise<Reading<string, Date>>;
1482
1483
  getReadingSchema: (options?: AxiosRequestConfig) => Promise<any>;
1483
1484
  getReport: (id: string, options?: AxiosRequestConfig) => Promise<Report<string>>;
1484
- listReports: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Report<string>>>;
1485
+ listReports: <P = Report<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1485
1486
  updateReport: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Report<string>>;
1486
1487
  createReport: (data: any, options?: AxiosRequestConfig) => Promise<Report<string>>;
1487
1488
  removeReport: (id: string, options?: AxiosRequestConfig) => Promise<Report<string>>;
1488
1489
  sendReport: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1489
1490
  getReportTemplate: (id: string, options?: AxiosRequestConfig) => Promise<ReportTemplate<string>>;
1490
- listReportTemplates: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<ReportTemplate<string>>>;
1491
+ listReportTemplates: <P = ReportTemplate<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1491
1492
  updateReportTemplate: (id: string, data: any, options?: AxiosRequestConfig) => Promise<ReportTemplate<string>>;
1492
1493
  createReportTemplate: (data: any, options?: AxiosRequestConfig) => Promise<ReportTemplate<string>>;
1493
1494
  removeReportTemplate: (id: string, options?: AxiosRequestConfig) => Promise<ReportTemplate<string>>;
1494
1495
  getScheduledReport: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1495
- listScheduledReports: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<any>>;
1496
+ listScheduledReports: <P = any>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1496
1497
  updateScheduledReport: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1497
1498
  createScheduledReport: (data: any, options?: AxiosRequestConfig) => Promise<any>;
1498
1499
  removeScheduledReport: (id: string, options?: AxiosRequestConfig) => Promise<any>;
1499
1500
  sendScheduledReport: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1500
1501
  getInvoice: (id: string, options?: AxiosRequestConfig) => Promise<Invoice<string, Date>>;
1501
- listInvoices: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Invoice<string, Date>>>;
1502
+ listInvoices: <P = Invoice<string, string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1502
1503
  updateInvoice: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Invoice<string, Date>>;
1503
1504
  createInvoice: (data: any, options?: AxiosRequestConfig) => Promise<Invoice<string, Date>>;
1504
1505
  removeInvoice: (id: string, options?: AxiosRequestConfig) => Promise<Invoice<string, Date>>;
1505
1506
  getInvoiceSchema: (options?: AxiosRequestConfig) => Promise<any>;
1506
1507
  downloadInvoice: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1507
1508
  getInvoiceCapture: (id: string, options?: AxiosRequestConfig) => Promise<InvoiceCapture<string>>;
1508
- listInvoicesCapture: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<InvoiceCapture<string>>>;
1509
+ listInvoicesCapture: <P = InvoiceCapture<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1509
1510
  updateInvoiceCapture: (id: string, data: any, options?: AxiosRequestConfig) => Promise<InvoiceCapture<string>>;
1510
1511
  createInvoiceCapture: (data: any, options?: AxiosRequestConfig) => Promise<InvoiceCapture<string>>;
1511
1512
  removeInvoiceCapture: (id: string, options?: AxiosRequestConfig) => Promise<InvoiceCapture<string>>;
1512
1513
  getInvoiceCaptureSchema: (options?: AxiosRequestConfig) => Promise<any>;
1513
1514
  startInvoiceCaptureValidation: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1514
1515
  getInvoiceValidation: (id: string, options?: AxiosRequestConfig) => Promise<InvoiceValidation<string>>;
1515
- listInvoicesValidation: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<InvoiceValidation<string>>>;
1516
+ listInvoicesValidation: <P = InvoiceValidation<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1516
1517
  updateInvoiceValidation: (id: string, data: any, options?: AxiosRequestConfig) => Promise<InvoiceValidation<string>>;
1517
1518
  createInvoiceValidation: (data: any, options?: AxiosRequestConfig) => Promise<InvoiceValidation<string>>;
1518
1519
  removeInvoiceValidation: (id: string, options?: AxiosRequestConfig) => Promise<InvoiceValidation<string>>;
1519
1520
  getInvoiceValidationSchema: (options?: AxiosRequestConfig) => Promise<any>;
1520
1521
  restartInvoiceValidation: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1521
1522
  getSupplier: (id: string, options?: AxiosRequestConfig) => Promise<Supplier<string>>;
1522
- listSuppliers: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<Supplier<string>>>;
1523
+ listSuppliers: <P = Supplier<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1523
1524
  getSupplierSchema: (options?: AxiosRequestConfig) => Promise<any>;
1524
1525
  updateSupplier: (id: string, data: any, options?: AxiosRequestConfig) => Promise<Supplier<string>>;
1525
1526
  getImportTemplate: (id: string, options?: AxiosRequestConfig) => Promise<ImportTemplate<string, Record<string, any>, Record<string, any>, Record<string, any>>>;
1526
- listDataIngest: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<DataIngest<string>>>;
1527
+ listDataIngest: <P = DataIngest<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1527
1528
  updateDataIngest: (id: string, data: any, options?: AxiosRequestConfig) => Promise<DataIngest<string>>;
1528
1529
  createDataIngest: (data: any, options?: AxiosRequestConfig) => Promise<DataIngest<string>>;
1529
- listUsers: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<User<string>>>;
1530
+ listUsers: <P = User<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1530
1531
  getUser: (id: string, options?: AxiosRequestConfig) => Promise<User<string>>;
1531
1532
  getUserSelf: (options?: AxiosRequestConfig) => Promise<User<string>>;
1532
1533
  socketConnect: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1533
1534
  socketDisconnect: (id: string, data: any, options?: AxiosRequestConfig) => Promise<any>;
1534
- listScraperRuns: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<ScraperRun<string>>>;
1535
+ listScraperRuns: <P = ScraperRun<string>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1535
1536
  updateScraperRun: (id: string, data: any, options?: AxiosRequestConfig) => Promise<ScraperRun<string>>;
1537
+ createScraperRun: (data: any, options?: AxiosRequestConfig) => Promise<ScraperRun<string>>;
1538
+ createScraperRunLog: (id: string, data: any, options?: AxiosRequestConfig) => Promise<ScraperRun<string>>;
1536
1539
  createAutomationRun: (data: Omit<AutomationRun<string, string>, "_id">, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
1537
- listAutomationRun: (options?: AxiosRequestConfig) => Promise<ETNPagedResponse<AutomationRun<string, string | Date>>>;
1540
+ listAutomationRun: <P = AutomationRun<string, string | Date>>(options?: AxiosRequestConfig) => Promise<ETNPagedResponse<P>>;
1538
1541
  getAutomationRun: (id: string, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
1539
1542
  updateAutomationRun: (id: string, data: any, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string>>;
1540
1543
  createAutomationRunLog: (id: string, data: Omit<AutomationRunLog<string>, "date">, options?: AxiosRequestConfig) => Promise<AutomationRun<string, string | Date>>;
@@ -1762,4 +1765,16 @@ declare namespace index {
1762
1765
  export { index_Prompt as Prompt, type index_PromptInput as PromptInput, type index_PromptOptions as PromptOptions, type index_PromptResponse as PromptResponse };
1763
1766
  }
1764
1767
 
1765
- export { type AccessLevel, type Account, type AccountResult, type Asset, type Automation, type AutomationRun, type AutomationRunLog, type AutomationRunSummary, type AutomationService, type AutomationServiceCategory, type AutomationSource, type Company, type CompanyInvoiceValidationRule, type CompanyInvoiceValidationSettings, type Consumption, type CreateScraperRunParams, type DataIngest, type DefaultField, type ETNEvent, type ETNPagedResponse$1 as ETNPagedResponse, type Email, type Entity, type FileFormat, type ImportTemplate, type Invoice, type InvoiceCapture, type InvoiceCaptureMetadata, type InvoiceCaptureMetadataResult, type InvoiceRate, type InvoiceRateType, type InvoiceValidation, type InvoiceValidationInvoice, type InvoiceValidationResults, type InvoiceValidationRule, type InvoiceValues, type Log, type Problem, type ProblemCodes, type ProblemDetails, type Reading, type Report, type ReportMetadata, type ReportSource, type ReportSourceIdItem, type ReportTemplate, type ReportType, type ScraperRun, type SourceType, type Supplier, type User, type UtilityType, type WasteCategories, type WasteTypes, _default$4 as api, consumption, _default$1 as db, _default$3 as emailTemplate, integrations, _default$2 as logger, monitoring, index as openai, reporting, _default as slack, units, index$1 as utils };
1768
+ type ETNAccount = Account<string> & {
1769
+ scraperSettings: PortalSupplierSchema & Portal & {
1770
+ schedule?: string;
1771
+ };
1772
+ sharedSupplierRef?: boolean;
1773
+ };
1774
+
1775
+ type scrapers_ETNAccount = ETNAccount;
1776
+ declare namespace scrapers {
1777
+ export type { scrapers_ETNAccount as ETNAccount };
1778
+ }
1779
+
1780
+ export { type AccessLevel, type Account, type AccountResult, type Asset, type Automation, type AutomationRun, type AutomationRunLog, type AutomationRunSummary, type AutomationService, type AutomationServiceCategory, type AutomationSource, type Company, type CompanyInvoiceValidationRule, type CompanyInvoiceValidationSettings, type Consumption, type CreateScraperRunParams, type DataIngest, type DefaultField, type ETNEvent, type ETNPagedResponse$1 as ETNPagedResponse, type Email, type Entity, type FileFormat, type ImportTemplate, type Invoice, type InvoiceCapture, type InvoiceCaptureMetadata, type InvoiceCaptureMetadataResult, type InvoiceRate, type InvoiceRateType, type InvoiceValidation, type InvoiceValidationInvoice, type InvoiceValidationResults, type InvoiceValidationRule, type InvoiceValues, type Log, type Portal, type PortalSupplierSchema, type Problem, type ProblemCodes, type ProblemDetails, type Reading, type Report, type ReportMetadata, type ReportSource, type ReportSourceIdItem, type ReportTemplate, type ReportType, type ScraperRun, type SourceType, type Supplier, type User, type UtilityType, type WasteCategories, type WasteTypes, _default$4 as api, consumption, _default$1 as db, _default$3 as emailTemplate, integrations, _default$2 as logger, monitoring, index as openai, reporting, scrapers, _default as slack, units, index$1 as utils };