monorise 0.1.0 → 1.1.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base/index.d.ts +90 -5
- package/dist/base/index.js.map +1 -1
- package/dist/cli/cli.js +6 -0
- package/dist/cli/cli.js.map +1 -1
- package/dist/core/chunk-QV4Q5377.js +76 -0
- package/dist/core/chunk-QV4Q5377.js.map +1 -0
- package/dist/core/index.d.ts +187 -19
- package/dist/core/index.js +1583 -85
- package/dist/core/index.js.map +1 -1
- package/dist/core/service.config-ZJEZ6EKA.js +13 -0
- package/dist/core/service.config-ZJEZ6EKA.js.map +1 -0
- package/dist/proxy/index.d.ts +35 -0
- package/dist/proxy/index.js +75 -0
- package/dist/proxy/index.js.map +1 -0
- package/dist/react/actions/websocket.action.d.ts +71 -0
- package/dist/react/actions/websocket.action.d.ts.map +1 -0
- package/dist/react/chunk-4D22OCZG.js +65 -0
- package/dist/react/chunk-4D22OCZG.js.map +1 -0
- package/dist/react/chunk-4N3P4ONH.js +588 -0
- package/dist/react/chunk-4N3P4ONH.js.map +1 -0
- package/dist/react/chunk-4Y4KWGJD.js +182 -0
- package/dist/react/chunk-4Y4KWGJD.js.map +1 -0
- package/dist/react/chunk-757E5UYA.js +893 -0
- package/dist/react/chunk-757E5UYA.js.map +1 -0
- package/dist/react/chunk-A5TI2FW3.js +13 -0
- package/dist/react/chunk-A5TI2FW3.js.map +1 -0
- package/dist/react/chunk-B3XDGUFO.js +489 -0
- package/dist/react/chunk-B3XDGUFO.js.map +1 -0
- package/dist/react/chunk-BPBCUO2Z.js +248 -0
- package/dist/react/chunk-BPBCUO2Z.js.map +1 -0
- package/dist/react/chunk-CQBOIXWK.js +142 -0
- package/dist/react/chunk-CQBOIXWK.js.map +1 -0
- package/dist/react/chunk-DRH2BB7I.js +383 -0
- package/dist/react/chunk-DRH2BB7I.js.map +1 -0
- package/dist/react/chunk-EQ3PKQ2S.js +402 -0
- package/dist/react/chunk-EQ3PKQ2S.js.map +1 -0
- package/dist/react/chunk-H64MMAL7.js +245 -0
- package/dist/react/chunk-H64MMAL7.js.map +1 -0
- package/dist/react/chunk-KJX5LOMN.js +43 -0
- package/dist/react/chunk-KJX5LOMN.js.map +1 -0
- package/dist/react/chunk-MO35V2Y7.js +172 -0
- package/dist/react/chunk-MO35V2Y7.js.map +1 -0
- package/dist/react/chunk-UC3E72G7.js +73 -0
- package/dist/react/chunk-UC3E72G7.js.map +1 -0
- package/dist/react/chunk-UHMKB3OR.js +5568 -0
- package/dist/react/chunk-UHMKB3OR.js.map +1 -0
- package/dist/react/chunk-UQPQBWEQ.js +54 -0
- package/dist/react/chunk-UQPQBWEQ.js.map +1 -0
- package/dist/react/chunk-XCDCVRJR.js +43 -0
- package/dist/react/chunk-XCDCVRJR.js.map +1 -0
- package/dist/react/chunk-XOYAZDIH.js +47 -0
- package/dist/react/chunk-XOYAZDIH.js.map +1 -0
- package/dist/react/chunk-YNFQEPO5.js +29 -0
- package/dist/react/chunk-YNFQEPO5.js.map +1 -0
- package/dist/react/dist-es-35AO47NO.js +90 -0
- package/dist/react/dist-es-35AO47NO.js.map +1 -0
- package/dist/react/dist-es-5GDBXNKQ.js +333 -0
- package/dist/react/dist-es-5GDBXNKQ.js.map +1 -0
- package/dist/react/dist-es-B3JDGWY6.js +71 -0
- package/dist/react/dist-es-B3JDGWY6.js.map +1 -0
- package/dist/react/dist-es-IWIE5JLA.js +169 -0
- package/dist/react/dist-es-IWIE5JLA.js.map +1 -0
- package/dist/react/dist-es-NRIS3TYJ.js +494 -0
- package/dist/react/dist-es-NRIS3TYJ.js.map +1 -0
- package/dist/react/dist-es-VCXAEYYN.js +22 -0
- package/dist/react/dist-es-VCXAEYYN.js.map +1 -0
- package/dist/react/dist-es-VU33JFTZ.js +379 -0
- package/dist/react/dist-es-VU33JFTZ.js.map +1 -0
- package/dist/react/event-streams-OSOTOTTP.js +277 -0
- package/dist/react/event-streams-OSOTOTTP.js.map +1 -0
- package/dist/react/index.d.ts +53 -4
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +10948 -190
- package/dist/react/index.js.map +1 -1
- package/dist/react/loadSso-ME7MKAM3.js +556 -0
- package/dist/react/loadSso-ME7MKAM3.js.map +1 -0
- package/dist/react/service.config-ZJEZ6EKA-FC2TR3GH.js +14 -0
- package/dist/react/service.config-ZJEZ6EKA-FC2TR3GH.js.map +1 -0
- package/dist/react/services/core.service.d.ts +11 -1
- package/dist/react/services/core.service.d.ts.map +1 -1
- package/dist/react/signin-LOXYIE5I.js +653 -0
- package/dist/react/signin-LOXYIE5I.js.map +1 -0
- package/dist/react/sso-oidc-X63KRRLO.js +786 -0
- package/dist/react/sso-oidc-X63KRRLO.js.map +1 -0
- package/dist/react/sts-OXBEY7HY.js +3948 -0
- package/dist/react/sts-OXBEY7HY.js.map +1 -0
- package/dist/react/websocket/WebSocketManager.d.ts +68 -0
- package/dist/react/websocket/WebSocketManager.d.ts.map +1 -0
- package/dist/react/websocket/index.d.ts +3 -0
- package/dist/react/websocket/index.d.ts.map +1 -0
- package/dist/react/websocket/optimistic.d.ts +51 -0
- package/dist/react/websocket/optimistic.d.ts.map +1 -0
- package/dist/react/websocket-QHA7SQXG.js +10 -0
- package/dist/react/websocket-QHA7SQXG.js.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/alb.d.ts +280 -0
- package/dist/sst/.sst/platform/src/components/aws/alb.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket-route.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts +13 -2
- package/dist/sst/.sst/platform/src/components/aws/apigateway-websocket.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-authorizer.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1-lambda-route.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts +93 -83
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-authorizer.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2-lambda-route.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts +8 -2
- package/dist/sst/.sst/platform/src/components/aws/apigatewayv2.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync-data-source.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/app-sync.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts +18 -0
- package/dist/sst/.sst/platform/src/components/aws/aurora.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/auth-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/auth.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket-notification.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts +13 -8
- package/dist/sst/.sst/platform/src/components/aws/bucket.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts +3 -2
- package/dist/sst/.sst/platform/src/components/aws/bus-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/bus.d.ts +34 -3
- package/dist/sst/.sst/platform/src/components/aws/bus.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/cdn.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts +59 -1
- package/dist/sst/.sst/platform/src/components/aws/cluster.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-identity-pool.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts +100 -0
- package/dist/sst/.sst/platform/src/components/aws/cognito-user-pool.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/cron-v2.d.ts +325 -0
- package/dist/sst/.sst/platform/src/components/aws/cron-v2.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/cron.d.ts +15 -6
- package/dist/sst/.sst/platform/src/components/aws/cron.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/dsql.d.ts +369 -0
- package/dist/sst/.sst/platform/src/components/aws/dsql.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/dynamo-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts +63 -3
- package/dist/sst/.sst/platform/src/components/aws/dynamo.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/email.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/email.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts +95 -4
- package/dist/sst/.sst/platform/src/components/aws/fargate.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/function.d.ts +121 -21
- package/dist/sst/.sst/platform/src/components/aws/function.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts +11 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/arn.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/container-builder.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts +7 -3
- package/dist/sst/.sst/platform/src/components/aws/helpers/function-builder.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/load-balancer.d.ts +9 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/load-balancer.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts +2 -2
- package/dist/sst/.sst/platform/src/components/aws/helpers/provider.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/site-builder.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/helpers/subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/https-redirect.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/index.d.ts +4 -0
- package/dist/sst/.sst/platform/src/components/aws/index.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts +8 -3
- package/dist/sst/.sst/platform/src/components/aws/kinesis-stream.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/linkable.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts +34 -5
- package/dist/sst/.sst/platform/src/components/aws/mysql.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts +39 -5
- package/dist/sst/.sst/platform/src/components/aws/nextjs.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/nuxt.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts +12 -1
- package/dist/sst/.sst/platform/src/components/aws/open-search.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts +7 -3
- package/dist/sst/.sst/platform/src/components/aws/opencontrol.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/permission.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/permission.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts +13 -2
- package/dist/sst/.sst/platform/src/components/aws/postgres-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts +34 -5
- package/dist/sst/.sst/platform/src/components/aws/postgres.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts +6 -1
- package/dist/sst/.sst/platform/src/components/aws/queue-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/queue.d.ts +10 -1
- package/dist/sst/.sst/platform/src/components/aws/queue.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts +6 -1
- package/dist/sst/.sst/platform/src/components/aws/realtime.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts +10 -0
- package/dist/sst/.sst/platform/src/components/aws/redis-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/redis.d.ts +14 -0
- package/dist/sst/.sst/platform/src/components/aws/redis.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/router.d.ts +482 -2
- package/dist/sst/.sst/platform/src/components/aws/router.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/service-v1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/service.d.ts +125 -0
- package/dist/sst/.sst/platform/src/components/aws/service.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic-lambda-subscriber.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts +6 -1
- package/dist/sst/.sst/platform/src/components/aws/sns-topic.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts +7 -7
- package/dist/sst/.sst/platform/src/components/aws/ssr-site.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/static-site.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions/state.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts +10 -2
- package/dist/sst/.sst/platform/src/components/aws/step-functions/task.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/step-functions.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts +20 -6
- package/dist/sst/.sst/platform/src/components/aws/tan-stack-start.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/task.d.ts +35 -15
- package/dist/sst/.sst/platform/src/components/aws/task.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/vector.d.ts +5 -0
- package/dist/sst/.sst/platform/src/components/aws/vector.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts +51 -4
- package/dist/sst/.sst/platform/src/components/aws/vpc.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/aws/workflow.d.ts +331 -0
- package/dist/sst/.sst/platform/src/components/aws/workflow.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/ai.d.ts +82 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/ai.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts +15 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/binding.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts +4 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/bucket.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts +29 -5
- package/dist/sst/.sst/platform/src/components/cloudflare/cron.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts +37 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/d1.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/index.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts +36 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/kv.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-placement.d.ts +27 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/worker-placement.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/providers/zone-lookup.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/queue-worker-subscriber.d.ts +116 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/queue-worker-subscriber.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts +186 -3
- package/dist/sst/.sst/platform/src/components/cloudflare/queue.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts +2 -2
- package/dist/sst/.sst/platform/src/components/cloudflare/static-site.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts +39 -5
- package/dist/sst/.sst/platform/src/components/cloudflare/worker.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/component.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/duration.d.ts +2 -0
- package/dist/sst/.sst/platform/src/components/duration.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/esbuild.d.ts +3 -0
- package/dist/sst/.sst/platform/src/components/esbuild.d.ts.map +1 -0
- package/dist/sst/.sst/platform/src/components/link.d.ts +2 -2
- package/dist/sst/.sst/platform/src/components/link.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/linkable.d.ts +32 -2
- package/dist/sst/.sst/platform/src/components/linkable.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/rpc/rpc.d.ts.map +1 -1
- package/dist/sst/.sst/platform/src/components/vercel/dns.d.ts +2 -2
- package/dist/sst/.sst/platform/src/util/minify.d.ts +2 -0
- package/dist/sst/.sst/platform/src/util/minify.d.ts.map +1 -0
- package/dist/sst/components/monorise-core.d.ts +10 -0
- package/dist/sst/components/monorise-core.d.ts.map +1 -1
- package/dist/sst/components/q-function.d.ts +2 -3
- package/dist/sst/components/q-function.d.ts.map +1 -1
- package/dist/sst/index.js +75 -12
- package/dist/sst/index.js.map +1 -1
- package/package.json +10 -2
- package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts +0 -7
- package/dist/sst/.sst/platform/src/components/aws/helpers/quota.d.ts.map +0 -1
|
@@ -0,0 +1,786 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createAggregatedClient
|
|
3
|
+
} from "./chunk-UQPQBWEQ.js";
|
|
4
|
+
import {
|
|
5
|
+
AwsRestJsonProtocol
|
|
6
|
+
} from "./chunk-4N3P4ONH.js";
|
|
7
|
+
import {
|
|
8
|
+
package_default
|
|
9
|
+
} from "./chunk-DRH2BB7I.js";
|
|
10
|
+
import "./chunk-B3XDGUFO.js";
|
|
11
|
+
import {
|
|
12
|
+
AwsSdkSigV4Signer,
|
|
13
|
+
BinaryDecisionDiagram,
|
|
14
|
+
Client,
|
|
15
|
+
Command,
|
|
16
|
+
DEFAULT_RETRY_MODE,
|
|
17
|
+
DefaultIdentityProviderConfig,
|
|
18
|
+
EndpointCache,
|
|
19
|
+
Hash,
|
|
20
|
+
NODE_APP_ID_CONFIG_OPTIONS,
|
|
21
|
+
NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
|
|
22
|
+
NODE_MAX_ATTEMPT_CONFIG_OPTIONS,
|
|
23
|
+
NODE_REGION_CONFIG_FILE_OPTIONS,
|
|
24
|
+
NODE_REGION_CONFIG_OPTIONS,
|
|
25
|
+
NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
26
|
+
NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS,
|
|
27
|
+
NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS,
|
|
28
|
+
NoAuthSigner,
|
|
29
|
+
NoOpLogger,
|
|
30
|
+
ServiceException,
|
|
31
|
+
TypeRegistry,
|
|
32
|
+
awsEndpointFunctions,
|
|
33
|
+
calculateBodyLength,
|
|
34
|
+
createDefaultUserAgentProvider,
|
|
35
|
+
customEndpointFunctions,
|
|
36
|
+
decideEndpoint,
|
|
37
|
+
emitWarningIfUnsupportedVersion,
|
|
38
|
+
emitWarningIfUnsupportedVersion2,
|
|
39
|
+
getAwsRegionExtensionConfiguration,
|
|
40
|
+
getContentLengthPlugin,
|
|
41
|
+
getDefaultExtensionConfiguration,
|
|
42
|
+
getEndpointPlugin,
|
|
43
|
+
getHostHeaderPlugin,
|
|
44
|
+
getHttpAuthSchemeEndpointRuleSetPlugin,
|
|
45
|
+
getHttpHandlerExtensionConfiguration,
|
|
46
|
+
getHttpSigningPlugin,
|
|
47
|
+
getLoggerPlugin,
|
|
48
|
+
getRecursionDetectionPlugin,
|
|
49
|
+
getRetryPlugin,
|
|
50
|
+
getSchemaSerdePlugin,
|
|
51
|
+
getSmithyContext,
|
|
52
|
+
getUserAgentPlugin,
|
|
53
|
+
loadConfigsForDefaultMode,
|
|
54
|
+
normalizeProvider,
|
|
55
|
+
resolveAwsRegionExtensionConfiguration,
|
|
56
|
+
resolveAwsSdkSigV4Config,
|
|
57
|
+
resolveDefaultRuntimeConfig,
|
|
58
|
+
resolveDefaultsModeConfig,
|
|
59
|
+
resolveEndpointConfig,
|
|
60
|
+
resolveHostHeaderConfig,
|
|
61
|
+
resolveHttpHandlerRuntimeConfig,
|
|
62
|
+
resolveRegionConfig,
|
|
63
|
+
resolveRetryConfig,
|
|
64
|
+
resolveUserAgentConfig
|
|
65
|
+
} from "./chunk-UHMKB3OR.js";
|
|
66
|
+
import {
|
|
67
|
+
loadConfig,
|
|
68
|
+
parseUrl
|
|
69
|
+
} from "./chunk-MO35V2Y7.js";
|
|
70
|
+
import "./chunk-YNFQEPO5.js";
|
|
71
|
+
import "./chunk-BPBCUO2Z.js";
|
|
72
|
+
import "./chunk-4Y4KWGJD.js";
|
|
73
|
+
import {
|
|
74
|
+
NodeHttpHandler,
|
|
75
|
+
fromBase64,
|
|
76
|
+
streamCollector,
|
|
77
|
+
toBase64
|
|
78
|
+
} from "./chunk-757E5UYA.js";
|
|
79
|
+
import "./chunk-4D22OCZG.js";
|
|
80
|
+
import {
|
|
81
|
+
fromUtf8,
|
|
82
|
+
toUtf8
|
|
83
|
+
} from "./chunk-KJX5LOMN.js";
|
|
84
|
+
import "./chunk-A5TI2FW3.js";
|
|
85
|
+
import "./chunk-XCDCVRJR.js";
|
|
86
|
+
import {
|
|
87
|
+
__publicField,
|
|
88
|
+
__spreadProps,
|
|
89
|
+
__spreadValues
|
|
90
|
+
} from "./chunk-CQBOIXWK.js";
|
|
91
|
+
|
|
92
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js
|
|
93
|
+
var defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
94
|
+
return {
|
|
95
|
+
operation: getSmithyContext(context).operation,
|
|
96
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
97
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
98
|
+
})()
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
102
|
+
return {
|
|
103
|
+
schemeId: "aws.auth#sigv4",
|
|
104
|
+
signingProperties: {
|
|
105
|
+
name: "sso-oauth",
|
|
106
|
+
region: authParameters.region
|
|
107
|
+
},
|
|
108
|
+
propertiesExtractor: (config, context) => ({
|
|
109
|
+
signingProperties: {
|
|
110
|
+
config,
|
|
111
|
+
context
|
|
112
|
+
}
|
|
113
|
+
})
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
function createSmithyApiNoAuthHttpAuthOption(authParameters) {
|
|
117
|
+
return {
|
|
118
|
+
schemeId: "smithy.api#noAuth"
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
var defaultSSOOIDCHttpAuthSchemeProvider = (authParameters) => {
|
|
122
|
+
const options = [];
|
|
123
|
+
switch (authParameters.operation) {
|
|
124
|
+
case "CreateToken": {
|
|
125
|
+
options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));
|
|
126
|
+
break;
|
|
127
|
+
}
|
|
128
|
+
default: {
|
|
129
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
return options;
|
|
133
|
+
};
|
|
134
|
+
var resolveHttpAuthSchemeConfig = (config) => {
|
|
135
|
+
var _a;
|
|
136
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
137
|
+
return Object.assign(config_0, {
|
|
138
|
+
authSchemePreference: normalizeProvider((_a = config.authSchemePreference) != null ? _a : [])
|
|
139
|
+
});
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js
|
|
143
|
+
var resolveClientEndpointParameters = (options) => {
|
|
144
|
+
var _a, _b;
|
|
145
|
+
return Object.assign(options, {
|
|
146
|
+
useDualstackEndpoint: (_a = options.useDualstackEndpoint) != null ? _a : false,
|
|
147
|
+
useFipsEndpoint: (_b = options.useFipsEndpoint) != null ? _b : false,
|
|
148
|
+
defaultSigningName: "sso-oauth"
|
|
149
|
+
});
|
|
150
|
+
};
|
|
151
|
+
var commonParams = {
|
|
152
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
153
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
154
|
+
Region: { type: "builtInParams", name: "region" },
|
|
155
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js
|
|
159
|
+
var k = "ref";
|
|
160
|
+
var a = -1;
|
|
161
|
+
var b = true;
|
|
162
|
+
var c = "isSet";
|
|
163
|
+
var d = "PartitionResult";
|
|
164
|
+
var e = "booleanEquals";
|
|
165
|
+
var f = "getAttr";
|
|
166
|
+
var g = { [k]: "Endpoint" };
|
|
167
|
+
var h = { [k]: d };
|
|
168
|
+
var i = {};
|
|
169
|
+
var j = [{ [k]: "Region" }];
|
|
170
|
+
var _data = {
|
|
171
|
+
conditions: [
|
|
172
|
+
[c, [g]],
|
|
173
|
+
[c, j],
|
|
174
|
+
["aws.partition", j, d],
|
|
175
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
176
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
177
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
178
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
179
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
180
|
+
],
|
|
181
|
+
results: [
|
|
182
|
+
[a],
|
|
183
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
184
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
185
|
+
[g, i],
|
|
186
|
+
["https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
187
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
188
|
+
["https://oidc.{Region}.amazonaws.com", i],
|
|
189
|
+
["https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
190
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
191
|
+
["https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
192
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
193
|
+
["https://oidc.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
194
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
195
|
+
]
|
|
196
|
+
};
|
|
197
|
+
var root = 2;
|
|
198
|
+
var r = 1e8;
|
|
199
|
+
var nodes = new Int32Array([
|
|
200
|
+
-1,
|
|
201
|
+
1,
|
|
202
|
+
-1,
|
|
203
|
+
0,
|
|
204
|
+
13,
|
|
205
|
+
3,
|
|
206
|
+
1,
|
|
207
|
+
4,
|
|
208
|
+
r + 12,
|
|
209
|
+
2,
|
|
210
|
+
5,
|
|
211
|
+
r + 12,
|
|
212
|
+
3,
|
|
213
|
+
8,
|
|
214
|
+
6,
|
|
215
|
+
4,
|
|
216
|
+
7,
|
|
217
|
+
r + 11,
|
|
218
|
+
5,
|
|
219
|
+
r + 9,
|
|
220
|
+
r + 10,
|
|
221
|
+
4,
|
|
222
|
+
11,
|
|
223
|
+
9,
|
|
224
|
+
6,
|
|
225
|
+
10,
|
|
226
|
+
r + 8,
|
|
227
|
+
7,
|
|
228
|
+
r + 6,
|
|
229
|
+
r + 7,
|
|
230
|
+
5,
|
|
231
|
+
12,
|
|
232
|
+
r + 5,
|
|
233
|
+
6,
|
|
234
|
+
r + 4,
|
|
235
|
+
r + 5,
|
|
236
|
+
3,
|
|
237
|
+
r + 1,
|
|
238
|
+
14,
|
|
239
|
+
4,
|
|
240
|
+
r + 2,
|
|
241
|
+
r + 3
|
|
242
|
+
]);
|
|
243
|
+
var bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
244
|
+
|
|
245
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js
|
|
246
|
+
var cache = new EndpointCache({
|
|
247
|
+
size: 50,
|
|
248
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"]
|
|
249
|
+
});
|
|
250
|
+
var defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
251
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
252
|
+
endpointParams,
|
|
253
|
+
logger: context.logger
|
|
254
|
+
}));
|
|
255
|
+
};
|
|
256
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
257
|
+
|
|
258
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js
|
|
259
|
+
var SSOOIDCServiceException = class _SSOOIDCServiceException extends ServiceException {
|
|
260
|
+
constructor(options) {
|
|
261
|
+
super(options);
|
|
262
|
+
Object.setPrototypeOf(this, _SSOOIDCServiceException.prototype);
|
|
263
|
+
}
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js
|
|
267
|
+
var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
|
|
268
|
+
constructor(opts) {
|
|
269
|
+
super(__spreadValues({
|
|
270
|
+
name: "AccessDeniedException",
|
|
271
|
+
$fault: "client"
|
|
272
|
+
}, opts));
|
|
273
|
+
__publicField(this, "name", "AccessDeniedException");
|
|
274
|
+
__publicField(this, "$fault", "client");
|
|
275
|
+
__publicField(this, "error");
|
|
276
|
+
__publicField(this, "reason");
|
|
277
|
+
__publicField(this, "error_description");
|
|
278
|
+
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
279
|
+
this.error = opts.error;
|
|
280
|
+
this.reason = opts.reason;
|
|
281
|
+
this.error_description = opts.error_description;
|
|
282
|
+
}
|
|
283
|
+
};
|
|
284
|
+
var AuthorizationPendingException = class _AuthorizationPendingException extends SSOOIDCServiceException {
|
|
285
|
+
constructor(opts) {
|
|
286
|
+
super(__spreadValues({
|
|
287
|
+
name: "AuthorizationPendingException",
|
|
288
|
+
$fault: "client"
|
|
289
|
+
}, opts));
|
|
290
|
+
__publicField(this, "name", "AuthorizationPendingException");
|
|
291
|
+
__publicField(this, "$fault", "client");
|
|
292
|
+
__publicField(this, "error");
|
|
293
|
+
__publicField(this, "error_description");
|
|
294
|
+
Object.setPrototypeOf(this, _AuthorizationPendingException.prototype);
|
|
295
|
+
this.error = opts.error;
|
|
296
|
+
this.error_description = opts.error_description;
|
|
297
|
+
}
|
|
298
|
+
};
|
|
299
|
+
var ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCServiceException {
|
|
300
|
+
constructor(opts) {
|
|
301
|
+
super(__spreadValues({
|
|
302
|
+
name: "ExpiredTokenException",
|
|
303
|
+
$fault: "client"
|
|
304
|
+
}, opts));
|
|
305
|
+
__publicField(this, "name", "ExpiredTokenException");
|
|
306
|
+
__publicField(this, "$fault", "client");
|
|
307
|
+
__publicField(this, "error");
|
|
308
|
+
__publicField(this, "error_description");
|
|
309
|
+
Object.setPrototypeOf(this, _ExpiredTokenException.prototype);
|
|
310
|
+
this.error = opts.error;
|
|
311
|
+
this.error_description = opts.error_description;
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
var InternalServerException = class _InternalServerException extends SSOOIDCServiceException {
|
|
315
|
+
constructor(opts) {
|
|
316
|
+
super(__spreadValues({
|
|
317
|
+
name: "InternalServerException",
|
|
318
|
+
$fault: "server"
|
|
319
|
+
}, opts));
|
|
320
|
+
__publicField(this, "name", "InternalServerException");
|
|
321
|
+
__publicField(this, "$fault", "server");
|
|
322
|
+
__publicField(this, "error");
|
|
323
|
+
__publicField(this, "error_description");
|
|
324
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
325
|
+
this.error = opts.error;
|
|
326
|
+
this.error_description = opts.error_description;
|
|
327
|
+
}
|
|
328
|
+
};
|
|
329
|
+
var InvalidClientException = class _InvalidClientException extends SSOOIDCServiceException {
|
|
330
|
+
constructor(opts) {
|
|
331
|
+
super(__spreadValues({
|
|
332
|
+
name: "InvalidClientException",
|
|
333
|
+
$fault: "client"
|
|
334
|
+
}, opts));
|
|
335
|
+
__publicField(this, "name", "InvalidClientException");
|
|
336
|
+
__publicField(this, "$fault", "client");
|
|
337
|
+
__publicField(this, "error");
|
|
338
|
+
__publicField(this, "error_description");
|
|
339
|
+
Object.setPrototypeOf(this, _InvalidClientException.prototype);
|
|
340
|
+
this.error = opts.error;
|
|
341
|
+
this.error_description = opts.error_description;
|
|
342
|
+
}
|
|
343
|
+
};
|
|
344
|
+
var InvalidGrantException = class _InvalidGrantException extends SSOOIDCServiceException {
|
|
345
|
+
constructor(opts) {
|
|
346
|
+
super(__spreadValues({
|
|
347
|
+
name: "InvalidGrantException",
|
|
348
|
+
$fault: "client"
|
|
349
|
+
}, opts));
|
|
350
|
+
__publicField(this, "name", "InvalidGrantException");
|
|
351
|
+
__publicField(this, "$fault", "client");
|
|
352
|
+
__publicField(this, "error");
|
|
353
|
+
__publicField(this, "error_description");
|
|
354
|
+
Object.setPrototypeOf(this, _InvalidGrantException.prototype);
|
|
355
|
+
this.error = opts.error;
|
|
356
|
+
this.error_description = opts.error_description;
|
|
357
|
+
}
|
|
358
|
+
};
|
|
359
|
+
var InvalidRequestException = class _InvalidRequestException extends SSOOIDCServiceException {
|
|
360
|
+
constructor(opts) {
|
|
361
|
+
super(__spreadValues({
|
|
362
|
+
name: "InvalidRequestException",
|
|
363
|
+
$fault: "client"
|
|
364
|
+
}, opts));
|
|
365
|
+
__publicField(this, "name", "InvalidRequestException");
|
|
366
|
+
__publicField(this, "$fault", "client");
|
|
367
|
+
__publicField(this, "error");
|
|
368
|
+
__publicField(this, "reason");
|
|
369
|
+
__publicField(this, "error_description");
|
|
370
|
+
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
371
|
+
this.error = opts.error;
|
|
372
|
+
this.reason = opts.reason;
|
|
373
|
+
this.error_description = opts.error_description;
|
|
374
|
+
}
|
|
375
|
+
};
|
|
376
|
+
var InvalidScopeException = class _InvalidScopeException extends SSOOIDCServiceException {
|
|
377
|
+
constructor(opts) {
|
|
378
|
+
super(__spreadValues({
|
|
379
|
+
name: "InvalidScopeException",
|
|
380
|
+
$fault: "client"
|
|
381
|
+
}, opts));
|
|
382
|
+
__publicField(this, "name", "InvalidScopeException");
|
|
383
|
+
__publicField(this, "$fault", "client");
|
|
384
|
+
__publicField(this, "error");
|
|
385
|
+
__publicField(this, "error_description");
|
|
386
|
+
Object.setPrototypeOf(this, _InvalidScopeException.prototype);
|
|
387
|
+
this.error = opts.error;
|
|
388
|
+
this.error_description = opts.error_description;
|
|
389
|
+
}
|
|
390
|
+
};
|
|
391
|
+
var SlowDownException = class _SlowDownException extends SSOOIDCServiceException {
|
|
392
|
+
constructor(opts) {
|
|
393
|
+
super(__spreadValues({
|
|
394
|
+
name: "SlowDownException",
|
|
395
|
+
$fault: "client"
|
|
396
|
+
}, opts));
|
|
397
|
+
__publicField(this, "name", "SlowDownException");
|
|
398
|
+
__publicField(this, "$fault", "client");
|
|
399
|
+
__publicField(this, "error");
|
|
400
|
+
__publicField(this, "error_description");
|
|
401
|
+
Object.setPrototypeOf(this, _SlowDownException.prototype);
|
|
402
|
+
this.error = opts.error;
|
|
403
|
+
this.error_description = opts.error_description;
|
|
404
|
+
}
|
|
405
|
+
};
|
|
406
|
+
var UnauthorizedClientException = class _UnauthorizedClientException extends SSOOIDCServiceException {
|
|
407
|
+
constructor(opts) {
|
|
408
|
+
super(__spreadValues({
|
|
409
|
+
name: "UnauthorizedClientException",
|
|
410
|
+
$fault: "client"
|
|
411
|
+
}, opts));
|
|
412
|
+
__publicField(this, "name", "UnauthorizedClientException");
|
|
413
|
+
__publicField(this, "$fault", "client");
|
|
414
|
+
__publicField(this, "error");
|
|
415
|
+
__publicField(this, "error_description");
|
|
416
|
+
Object.setPrototypeOf(this, _UnauthorizedClientException.prototype);
|
|
417
|
+
this.error = opts.error;
|
|
418
|
+
this.error_description = opts.error_description;
|
|
419
|
+
}
|
|
420
|
+
};
|
|
421
|
+
var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends SSOOIDCServiceException {
|
|
422
|
+
constructor(opts) {
|
|
423
|
+
super(__spreadValues({
|
|
424
|
+
name: "UnsupportedGrantTypeException",
|
|
425
|
+
$fault: "client"
|
|
426
|
+
}, opts));
|
|
427
|
+
__publicField(this, "name", "UnsupportedGrantTypeException");
|
|
428
|
+
__publicField(this, "$fault", "client");
|
|
429
|
+
__publicField(this, "error");
|
|
430
|
+
__publicField(this, "error_description");
|
|
431
|
+
Object.setPrototypeOf(this, _UnsupportedGrantTypeException.prototype);
|
|
432
|
+
this.error = opts.error;
|
|
433
|
+
this.error_description = opts.error_description;
|
|
434
|
+
}
|
|
435
|
+
};
|
|
436
|
+
|
|
437
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js
|
|
438
|
+
var _ADE = "AccessDeniedException";
|
|
439
|
+
var _APE = "AuthorizationPendingException";
|
|
440
|
+
var _AT = "AccessToken";
|
|
441
|
+
var _CS = "ClientSecret";
|
|
442
|
+
var _CT = "CreateToken";
|
|
443
|
+
var _CTR = "CreateTokenRequest";
|
|
444
|
+
var _CTRr = "CreateTokenResponse";
|
|
445
|
+
var _CV = "CodeVerifier";
|
|
446
|
+
var _ETE = "ExpiredTokenException";
|
|
447
|
+
var _ICE = "InvalidClientException";
|
|
448
|
+
var _IGE = "InvalidGrantException";
|
|
449
|
+
var _IRE = "InvalidRequestException";
|
|
450
|
+
var _ISE = "InternalServerException";
|
|
451
|
+
var _ISEn = "InvalidScopeException";
|
|
452
|
+
var _IT = "IdToken";
|
|
453
|
+
var _RT = "RefreshToken";
|
|
454
|
+
var _SDE = "SlowDownException";
|
|
455
|
+
var _UCE = "UnauthorizedClientException";
|
|
456
|
+
var _UGTE = "UnsupportedGrantTypeException";
|
|
457
|
+
var _aT = "accessToken";
|
|
458
|
+
var _c = "client";
|
|
459
|
+
var _cI = "clientId";
|
|
460
|
+
var _cS = "clientSecret";
|
|
461
|
+
var _cV = "codeVerifier";
|
|
462
|
+
var _co = "code";
|
|
463
|
+
var _dC = "deviceCode";
|
|
464
|
+
var _e = "error";
|
|
465
|
+
var _eI = "expiresIn";
|
|
466
|
+
var _ed = "error_description";
|
|
467
|
+
var _gT = "grantType";
|
|
468
|
+
var _h = "http";
|
|
469
|
+
var _hE = "httpError";
|
|
470
|
+
var _iT = "idToken";
|
|
471
|
+
var _r = "reason";
|
|
472
|
+
var _rT = "refreshToken";
|
|
473
|
+
var _rU = "redirectUri";
|
|
474
|
+
var _s = "smithy.ts.sdk.synthetic.com.amazonaws.ssooidc";
|
|
475
|
+
var _sc = "scope";
|
|
476
|
+
var _se = "server";
|
|
477
|
+
var _tT = "tokenType";
|
|
478
|
+
var n0 = "com.amazonaws.ssooidc";
|
|
479
|
+
var _s_registry = TypeRegistry.for(_s);
|
|
480
|
+
var SSOOIDCServiceException$ = [-3, _s, "SSOOIDCServiceException", 0, [], []];
|
|
481
|
+
_s_registry.registerError(SSOOIDCServiceException$, SSOOIDCServiceException);
|
|
482
|
+
var n0_registry = TypeRegistry.for(n0);
|
|
483
|
+
var AccessDeniedException$ = [
|
|
484
|
+
-3,
|
|
485
|
+
n0,
|
|
486
|
+
_ADE,
|
|
487
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
488
|
+
[_e, _r, _ed],
|
|
489
|
+
[0, 0, 0]
|
|
490
|
+
];
|
|
491
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
492
|
+
var AuthorizationPendingException$ = [
|
|
493
|
+
-3,
|
|
494
|
+
n0,
|
|
495
|
+
_APE,
|
|
496
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
497
|
+
[_e, _ed],
|
|
498
|
+
[0, 0]
|
|
499
|
+
];
|
|
500
|
+
n0_registry.registerError(AuthorizationPendingException$, AuthorizationPendingException);
|
|
501
|
+
var ExpiredTokenException$ = [-3, n0, _ETE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
|
|
502
|
+
n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException);
|
|
503
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _ed], [0, 0]];
|
|
504
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
505
|
+
var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 401 }, [_e, _ed], [0, 0]];
|
|
506
|
+
n0_registry.registerError(InvalidClientException$, InvalidClientException);
|
|
507
|
+
var InvalidGrantException$ = [-3, n0, _IGE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
|
|
508
|
+
n0_registry.registerError(InvalidGrantException$, InvalidGrantException);
|
|
509
|
+
var InvalidRequestException$ = [
|
|
510
|
+
-3,
|
|
511
|
+
n0,
|
|
512
|
+
_IRE,
|
|
513
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
514
|
+
[_e, _r, _ed],
|
|
515
|
+
[0, 0, 0]
|
|
516
|
+
];
|
|
517
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
518
|
+
var InvalidScopeException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
|
|
519
|
+
n0_registry.registerError(InvalidScopeException$, InvalidScopeException);
|
|
520
|
+
var SlowDownException$ = [-3, n0, _SDE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
|
|
521
|
+
n0_registry.registerError(SlowDownException$, SlowDownException);
|
|
522
|
+
var UnauthorizedClientException$ = [
|
|
523
|
+
-3,
|
|
524
|
+
n0,
|
|
525
|
+
_UCE,
|
|
526
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
527
|
+
[_e, _ed],
|
|
528
|
+
[0, 0]
|
|
529
|
+
];
|
|
530
|
+
n0_registry.registerError(UnauthorizedClientException$, UnauthorizedClientException);
|
|
531
|
+
var UnsupportedGrantTypeException$ = [
|
|
532
|
+
-3,
|
|
533
|
+
n0,
|
|
534
|
+
_UGTE,
|
|
535
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
536
|
+
[_e, _ed],
|
|
537
|
+
[0, 0]
|
|
538
|
+
];
|
|
539
|
+
n0_registry.registerError(UnsupportedGrantTypeException$, UnsupportedGrantTypeException);
|
|
540
|
+
var errorTypeRegistries = [_s_registry, n0_registry];
|
|
541
|
+
var AccessToken = [0, n0, _AT, 8, 0];
|
|
542
|
+
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
543
|
+
var CodeVerifier = [0, n0, _CV, 8, 0];
|
|
544
|
+
var IdToken = [0, n0, _IT, 8, 0];
|
|
545
|
+
var RefreshToken = [0, n0, _RT, 8, 0];
|
|
546
|
+
var CreateTokenRequest$ = [
|
|
547
|
+
3,
|
|
548
|
+
n0,
|
|
549
|
+
_CTR,
|
|
550
|
+
0,
|
|
551
|
+
[_cI, _cS, _gT, _dC, _co, _rT, _sc, _rU, _cV],
|
|
552
|
+
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
|
|
553
|
+
3
|
|
554
|
+
];
|
|
555
|
+
var CreateTokenResponse$ = [
|
|
556
|
+
3,
|
|
557
|
+
n0,
|
|
558
|
+
_CTRr,
|
|
559
|
+
0,
|
|
560
|
+
[_aT, _tT, _eI, _rT, _iT],
|
|
561
|
+
[[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]]
|
|
562
|
+
];
|
|
563
|
+
var Scopes = 64 | 0;
|
|
564
|
+
var CreateToken$ = [
|
|
565
|
+
9,
|
|
566
|
+
n0,
|
|
567
|
+
_CT,
|
|
568
|
+
{ [_h]: ["POST", "/token", 200] },
|
|
569
|
+
() => CreateTokenRequest$,
|
|
570
|
+
() => CreateTokenResponse$
|
|
571
|
+
];
|
|
572
|
+
|
|
573
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js
|
|
574
|
+
var getRuntimeConfig = (config) => {
|
|
575
|
+
var _a, _b, _c2, _d, _e2, _f, _g, _h2, _i, _j, _k, _l, _m, _n;
|
|
576
|
+
return {
|
|
577
|
+
apiVersion: "2019-06-10",
|
|
578
|
+
base64Decoder: (_a = config == null ? void 0 : config.base64Decoder) != null ? _a : fromBase64,
|
|
579
|
+
base64Encoder: (_b = config == null ? void 0 : config.base64Encoder) != null ? _b : toBase64,
|
|
580
|
+
disableHostPrefix: (_c2 = config == null ? void 0 : config.disableHostPrefix) != null ? _c2 : false,
|
|
581
|
+
endpointProvider: (_d = config == null ? void 0 : config.endpointProvider) != null ? _d : defaultEndpointResolver,
|
|
582
|
+
extensions: (_e2 = config == null ? void 0 : config.extensions) != null ? _e2 : [],
|
|
583
|
+
httpAuthSchemeProvider: (_f = config == null ? void 0 : config.httpAuthSchemeProvider) != null ? _f : defaultSSOOIDCHttpAuthSchemeProvider,
|
|
584
|
+
httpAuthSchemes: (_g = config == null ? void 0 : config.httpAuthSchemes) != null ? _g : [
|
|
585
|
+
{
|
|
586
|
+
schemeId: "aws.auth#sigv4",
|
|
587
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
588
|
+
signer: new AwsSdkSigV4Signer()
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
schemeId: "smithy.api#noAuth",
|
|
592
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
|
593
|
+
signer: new NoAuthSigner()
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
logger: (_h2 = config == null ? void 0 : config.logger) != null ? _h2 : new NoOpLogger(),
|
|
597
|
+
protocol: (_i = config == null ? void 0 : config.protocol) != null ? _i : AwsRestJsonProtocol,
|
|
598
|
+
protocolSettings: (_j = config == null ? void 0 : config.protocolSettings) != null ? _j : {
|
|
599
|
+
defaultNamespace: "com.amazonaws.ssooidc",
|
|
600
|
+
errorTypeRegistries,
|
|
601
|
+
version: "2019-06-10",
|
|
602
|
+
serviceTarget: "AWSSSOOIDCService"
|
|
603
|
+
},
|
|
604
|
+
serviceId: (_k = config == null ? void 0 : config.serviceId) != null ? _k : "SSO OIDC",
|
|
605
|
+
urlParser: (_l = config == null ? void 0 : config.urlParser) != null ? _l : parseUrl,
|
|
606
|
+
utf8Decoder: (_m = config == null ? void 0 : config.utf8Decoder) != null ? _m : fromUtf8,
|
|
607
|
+
utf8Encoder: (_n = config == null ? void 0 : config.utf8Encoder) != null ? _n : toUtf8
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
|
|
611
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js
|
|
612
|
+
var getRuntimeConfig2 = (config) => {
|
|
613
|
+
var _a, _b, _c2, _d, _e2, _f, _g, _h2, _i, _j, _k, _l;
|
|
614
|
+
emitWarningIfUnsupportedVersion2(process.version);
|
|
615
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
616
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
617
|
+
const clientSharedValues = getRuntimeConfig(config);
|
|
618
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
619
|
+
const loaderConfig = {
|
|
620
|
+
profile: config == null ? void 0 : config.profile,
|
|
621
|
+
logger: clientSharedValues.logger
|
|
622
|
+
};
|
|
623
|
+
return __spreadProps(__spreadValues(__spreadValues({}, clientSharedValues), config), {
|
|
624
|
+
runtime: "node",
|
|
625
|
+
defaultsMode,
|
|
626
|
+
authSchemePreference: (_a = config == null ? void 0 : config.authSchemePreference) != null ? _a : loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
627
|
+
bodyLengthChecker: (_b = config == null ? void 0 : config.bodyLengthChecker) != null ? _b : calculateBodyLength,
|
|
628
|
+
defaultUserAgentProvider: (_c2 = config == null ? void 0 : config.defaultUserAgentProvider) != null ? _c2 : createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
|
|
629
|
+
maxAttempts: (_d = config == null ? void 0 : config.maxAttempts) != null ? _d : loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
630
|
+
region: (_e2 = config == null ? void 0 : config.region) != null ? _e2 : loadConfig(NODE_REGION_CONFIG_OPTIONS, __spreadValues(__spreadValues({}, NODE_REGION_CONFIG_FILE_OPTIONS), loaderConfig)),
|
|
631
|
+
requestHandler: NodeHttpHandler.create((_f = config == null ? void 0 : config.requestHandler) != null ? _f : defaultConfigProvider),
|
|
632
|
+
retryMode: (_g = config == null ? void 0 : config.retryMode) != null ? _g : loadConfig(__spreadProps(__spreadValues({}, NODE_RETRY_MODE_CONFIG_OPTIONS), {
|
|
633
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE
|
|
634
|
+
}), config),
|
|
635
|
+
sha256: (_h2 = config == null ? void 0 : config.sha256) != null ? _h2 : Hash.bind(null, "sha256"),
|
|
636
|
+
streamCollector: (_i = config == null ? void 0 : config.streamCollector) != null ? _i : streamCollector,
|
|
637
|
+
useDualstackEndpoint: (_j = config == null ? void 0 : config.useDualstackEndpoint) != null ? _j : loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
638
|
+
useFipsEndpoint: (_k = config == null ? void 0 : config.useFipsEndpoint) != null ? _k : loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
639
|
+
userAgentAppId: (_l = config == null ? void 0 : config.userAgentAppId) != null ? _l : loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig)
|
|
640
|
+
});
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js
|
|
644
|
+
var getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
645
|
+
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
646
|
+
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
647
|
+
let _credentials = runtimeConfig.credentials;
|
|
648
|
+
return {
|
|
649
|
+
setHttpAuthScheme(httpAuthScheme) {
|
|
650
|
+
const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);
|
|
651
|
+
if (index === -1) {
|
|
652
|
+
_httpAuthSchemes.push(httpAuthScheme);
|
|
653
|
+
} else {
|
|
654
|
+
_httpAuthSchemes.splice(index, 1, httpAuthScheme);
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
httpAuthSchemes() {
|
|
658
|
+
return _httpAuthSchemes;
|
|
659
|
+
},
|
|
660
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider) {
|
|
661
|
+
_httpAuthSchemeProvider = httpAuthSchemeProvider;
|
|
662
|
+
},
|
|
663
|
+
httpAuthSchemeProvider() {
|
|
664
|
+
return _httpAuthSchemeProvider;
|
|
665
|
+
},
|
|
666
|
+
setCredentials(credentials) {
|
|
667
|
+
_credentials = credentials;
|
|
668
|
+
},
|
|
669
|
+
credentials() {
|
|
670
|
+
return _credentials;
|
|
671
|
+
}
|
|
672
|
+
};
|
|
673
|
+
};
|
|
674
|
+
var resolveHttpAuthRuntimeConfig = (config) => {
|
|
675
|
+
return {
|
|
676
|
+
httpAuthSchemes: config.httpAuthSchemes(),
|
|
677
|
+
httpAuthSchemeProvider: config.httpAuthSchemeProvider(),
|
|
678
|
+
credentials: config.credentials()
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
|
|
682
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js
|
|
683
|
+
var resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
684
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
685
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
686
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
687
|
+
};
|
|
688
|
+
|
|
689
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js
|
|
690
|
+
var SSOOIDCClient = class extends Client {
|
|
691
|
+
constructor(...[configuration]) {
|
|
692
|
+
const _config_0 = getRuntimeConfig2(configuration || {});
|
|
693
|
+
super(_config_0);
|
|
694
|
+
__publicField(this, "config");
|
|
695
|
+
this.initConfig = _config_0;
|
|
696
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
697
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
698
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
699
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
|
700
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
701
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
|
702
|
+
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
703
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
704
|
+
this.config = _config_8;
|
|
705
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
706
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
707
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
708
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
709
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
710
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
711
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
712
|
+
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
713
|
+
httpAuthSchemeParametersProvider: defaultSSOOIDCHttpAuthSchemeParametersProvider,
|
|
714
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
715
|
+
"aws.auth#sigv4": config.credentials
|
|
716
|
+
})
|
|
717
|
+
}));
|
|
718
|
+
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
719
|
+
}
|
|
720
|
+
destroy() {
|
|
721
|
+
super.destroy();
|
|
722
|
+
}
|
|
723
|
+
};
|
|
724
|
+
|
|
725
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js
|
|
726
|
+
var CreateTokenCommand = class extends Command.classBuilder().ep(commonParams).m(function(Command2, cs, config, o) {
|
|
727
|
+
return [getEndpointPlugin(config, Command2.getEndpointParameterInstructions())];
|
|
728
|
+
}).s("AWSSSOOIDCService", "CreateToken", {}).n("SSOOIDCClient", "CreateTokenCommand").sc(CreateToken$).build() {
|
|
729
|
+
};
|
|
730
|
+
|
|
731
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js
|
|
732
|
+
var commands = {
|
|
733
|
+
CreateTokenCommand
|
|
734
|
+
};
|
|
735
|
+
var SSOOIDC = class extends SSOOIDCClient {
|
|
736
|
+
};
|
|
737
|
+
createAggregatedClient(commands, SSOOIDC);
|
|
738
|
+
|
|
739
|
+
// ../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js
|
|
740
|
+
var AccessDeniedExceptionReason = {
|
|
741
|
+
KMS_ACCESS_DENIED: "KMS_AccessDeniedException"
|
|
742
|
+
};
|
|
743
|
+
var InvalidRequestExceptionReason = {
|
|
744
|
+
KMS_DISABLED_KEY: "KMS_DisabledException",
|
|
745
|
+
KMS_INVALID_KEY_USAGE: "KMS_InvalidKeyUsageException",
|
|
746
|
+
KMS_INVALID_STATE: "KMS_InvalidStateException",
|
|
747
|
+
KMS_KEY_NOT_FOUND: "KMS_NotFoundException"
|
|
748
|
+
};
|
|
749
|
+
export {
|
|
750
|
+
Command as $Command,
|
|
751
|
+
AccessDeniedException,
|
|
752
|
+
AccessDeniedException$,
|
|
753
|
+
AccessDeniedExceptionReason,
|
|
754
|
+
AuthorizationPendingException,
|
|
755
|
+
AuthorizationPendingException$,
|
|
756
|
+
CreateToken$,
|
|
757
|
+
CreateTokenCommand,
|
|
758
|
+
CreateTokenRequest$,
|
|
759
|
+
CreateTokenResponse$,
|
|
760
|
+
ExpiredTokenException,
|
|
761
|
+
ExpiredTokenException$,
|
|
762
|
+
InternalServerException,
|
|
763
|
+
InternalServerException$,
|
|
764
|
+
InvalidClientException,
|
|
765
|
+
InvalidClientException$,
|
|
766
|
+
InvalidGrantException,
|
|
767
|
+
InvalidGrantException$,
|
|
768
|
+
InvalidRequestException,
|
|
769
|
+
InvalidRequestException$,
|
|
770
|
+
InvalidRequestExceptionReason,
|
|
771
|
+
InvalidScopeException,
|
|
772
|
+
InvalidScopeException$,
|
|
773
|
+
SSOOIDC,
|
|
774
|
+
SSOOIDCClient,
|
|
775
|
+
SSOOIDCServiceException,
|
|
776
|
+
SSOOIDCServiceException$,
|
|
777
|
+
SlowDownException,
|
|
778
|
+
SlowDownException$,
|
|
779
|
+
UnauthorizedClientException,
|
|
780
|
+
UnauthorizedClientException$,
|
|
781
|
+
UnsupportedGrantTypeException,
|
|
782
|
+
UnsupportedGrantTypeException$,
|
|
783
|
+
Client as __Client,
|
|
784
|
+
errorTypeRegistries
|
|
785
|
+
};
|
|
786
|
+
//# sourceMappingURL=sso-oidc-X63KRRLO.js.map
|