replicas-engine 0.1.338 → 0.1.339
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/{chunk-MHJJJ2VP.js → chunk-6NGTYZPX.js} +377 -102
- package/dist/src/{chunk-B5KEKENG.js → chunk-A6ZHMNK4.js} +12 -12
- package/dist/src/{chunk-C6IOMGXW.js → chunk-B7L4ZPGB.js} +33 -33
- package/dist/src/{chunk-3YYBZ6D5.js → chunk-EB4AJ2V6.js} +11 -11
- package/dist/src/{chunk-YY2DS5UJ.js → chunk-JWM4YXMZ.js} +55 -54
- package/dist/src/{chunk-ATF5CAZW.js → chunk-QE4MMXQA.js} +80 -72
- package/dist/src/{dist-es-37YNNMWK.js → dist-es-4XW324ME.js} +17 -17
- package/dist/src/{dist-es-M4ZCYBRD.js → dist-es-6PMBQ4JI.js} +7 -7
- package/dist/src/{dist-es-YA3RZ3J2.js → dist-es-GB67RX6P.js} +43 -35
- package/dist/src/{dist-es-7IBRAXHQ.js → dist-es-OTROFLRA.js} +9 -9
- package/dist/src/{dist-es-MNGVDEEO.js → dist-es-VF5HSV72.js} +4 -4
- package/dist/src/{dist-es-JSZE2H6Y.js → dist-es-VJJ2WNNG.js} +22 -19
- package/dist/src/{dist-es-AYVDCHRQ.js → dist-es-XMRJV7XN.js} +7 -7
- package/dist/src/{event-streams-7ZLUNSFX.js → event-streams-3JEJVYQR.js} +17 -17
- package/dist/src/index.js +573 -100
- package/dist/src/{loadSso-2A75N7C3.js → loadSso-QDS4L4DG.js} +19 -19
- package/dist/src/{signin-FXO7O6JB.js → signin-EETD6KX2.js} +155 -77
- package/dist/src/{sso-oidc-4IFMUO6A.js → sso-oidc-25HRWVRW.js} +21 -21
- package/dist/src/{sts-IAUEUXEW.js → sts-2O2TZS6K.js} +434 -45
- package/package.json +5 -1
- package/scripts/opencode +36 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
AwsRestJsonProtocol
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EB4AJ2V6.js";
|
|
5
5
|
import {
|
|
6
6
|
AwsSdkSigV4Signer,
|
|
7
7
|
DefaultIdentityProviderConfig,
|
|
@@ -13,10 +13,10 @@ import {
|
|
|
13
13
|
package_default,
|
|
14
14
|
resolveAwsSdkSigV4Config,
|
|
15
15
|
streamCollector
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-JWM4YXMZ.js";
|
|
17
17
|
import {
|
|
18
18
|
NodeHttpHandler
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-A6ZHMNK4.js";
|
|
20
20
|
import {
|
|
21
21
|
BinaryDecisionDiagram,
|
|
22
22
|
Client,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
resolveHostHeaderConfig,
|
|
51
51
|
resolveRetryConfig,
|
|
52
52
|
resolveUserAgentConfig
|
|
53
|
-
} from "./chunk-
|
|
53
|
+
} from "./chunk-6NGTYZPX.js";
|
|
54
54
|
import {
|
|
55
55
|
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
56
56
|
NODE_REGION_CONFIG_OPTIONS,
|
|
@@ -66,7 +66,7 @@ import {
|
|
|
66
66
|
resolveDefaultsModeConfig,
|
|
67
67
|
resolveHttpHandlerRuntimeConfig,
|
|
68
68
|
resolveRegionConfig
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-QE4MMXQA.js";
|
|
70
70
|
import {
|
|
71
71
|
Hash,
|
|
72
72
|
calculateBodyLength,
|
|
@@ -74,9 +74,9 @@ import {
|
|
|
74
74
|
fromUtf8,
|
|
75
75
|
toBase64,
|
|
76
76
|
toUtf8
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-B7L4ZPGB.js";
|
|
78
78
|
|
|
79
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
79
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
|
|
80
80
|
var defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
81
81
|
return {
|
|
82
82
|
operation: getSmithyContext(context).operation,
|
|
@@ -125,7 +125,7 @@ var resolveHttpAuthSchemeConfig = (config) => {
|
|
|
125
125
|
});
|
|
126
126
|
};
|
|
127
127
|
|
|
128
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
128
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
|
|
129
129
|
var resolveClientEndpointParameters = (options) => {
|
|
130
130
|
return Object.assign(options, {
|
|
131
131
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
@@ -140,7 +140,7 @@ var commonParams = {
|
|
|
140
140
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
143
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js
|
|
144
144
|
var k = "ref";
|
|
145
145
|
var a = -1;
|
|
146
146
|
var b = true;
|
|
@@ -227,7 +227,7 @@ var nodes = new Int32Array([
|
|
|
227
227
|
]);
|
|
228
228
|
var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
229
229
|
|
|
230
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
230
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
|
|
231
231
|
var cache = new EndpointCache({
|
|
232
232
|
size: 50,
|
|
233
233
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
@@ -240,7 +240,7 @@ var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
240
240
|
};
|
|
241
241
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
242
242
|
|
|
243
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
243
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
|
|
244
244
|
var SSOOIDCServiceException = class _SSOOIDCServiceException extends ServiceException {
|
|
245
245
|
constructor(options) {
|
|
246
246
|
super(options);
|
|
@@ -248,7 +248,7 @@ var SSOOIDCServiceException = class _SSOOIDCServiceException extends ServiceExce
|
|
|
248
248
|
}
|
|
249
249
|
};
|
|
250
250
|
|
|
251
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
251
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js
|
|
252
252
|
var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
|
|
253
253
|
name = "AccessDeniedException";
|
|
254
254
|
$fault = "client";
|
|
@@ -430,7 +430,7 @@ var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends
|
|
|
430
430
|
}
|
|
431
431
|
};
|
|
432
432
|
|
|
433
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
433
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js
|
|
434
434
|
var _ADE = "AccessDeniedException";
|
|
435
435
|
var _APE = "AuthorizationPendingException";
|
|
436
436
|
var _AT = "AccessToken";
|
|
@@ -611,7 +611,7 @@ var CreateToken$ = [
|
|
|
611
611
|
() => CreateTokenResponse$
|
|
612
612
|
];
|
|
613
613
|
|
|
614
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
614
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
|
|
615
615
|
var getRuntimeConfig = (config) => {
|
|
616
616
|
return {
|
|
617
617
|
apiVersion: "2019-06-10",
|
|
@@ -648,7 +648,7 @@ var getRuntimeConfig = (config) => {
|
|
|
648
648
|
};
|
|
649
649
|
};
|
|
650
650
|
|
|
651
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
651
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
|
|
652
652
|
var getRuntimeConfig2 = (config) => {
|
|
653
653
|
emitWarningIfUnsupportedVersion2(process.version);
|
|
654
654
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
@@ -682,7 +682,7 @@ var getRuntimeConfig2 = (config) => {
|
|
|
682
682
|
};
|
|
683
683
|
};
|
|
684
684
|
|
|
685
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
685
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
|
|
686
686
|
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
687
687
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
688
688
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -721,14 +721,14 @@ var resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
721
721
|
};
|
|
722
722
|
};
|
|
723
723
|
|
|
724
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
724
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
|
|
725
725
|
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
726
726
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
727
727
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
728
728
|
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
729
729
|
};
|
|
730
730
|
|
|
731
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
731
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
|
|
732
732
|
var SSOOIDCClient = class extends Client {
|
|
733
733
|
config;
|
|
734
734
|
constructor(...[configuration]) {
|
|
@@ -764,13 +764,13 @@ var SSOOIDCClient = class extends Client {
|
|
|
764
764
|
}
|
|
765
765
|
};
|
|
766
766
|
|
|
767
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
767
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
|
|
768
768
|
var CreateTokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
|
|
769
769
|
return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
|
|
770
770
|
}).s("AWSSSOOIDCService", "CreateToken", {}).n("SSOOIDCClient", "CreateTokenCommand").sc(CreateToken$).build() {
|
|
771
771
|
};
|
|
772
772
|
|
|
773
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
773
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
|
|
774
774
|
var commands = {
|
|
775
775
|
CreateTokenCommand
|
|
776
776
|
};
|
|
@@ -778,7 +778,7 @@ var SSOOIDC = class extends SSOOIDCClient {
|
|
|
778
778
|
};
|
|
779
779
|
createAggregatedClient(commands, SSOOIDC);
|
|
780
780
|
|
|
781
|
-
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.
|
|
781
|
+
// ../node_modules/.bun/@aws-sdk+nested-clients@3.997.22/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
|
|
782
782
|
var AccessDeniedExceptionReason = {
|
|
783
783
|
KMS_ACCESS_DENIED: "KMS_AccessDeniedException"
|
|
784
784
|
};
|