@aws-amplify/graphql-api-construct 1.15.1-ai-streaming.4 → 1.15.1
Sign up to get free protection for your applications and to get access to all the features.
- package/.jsii +19 -19
- package/CHANGELOG.md +5 -15
- package/lib/amplify-dynamodb-table-wrapper.js +1 -1
- package/lib/amplify-graphql-api.js +1 -1
- package/lib/amplify-graphql-definition.js +1 -1
- package/lib/sql-model-datasource-strategy.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.d.ts +1 -12
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.js +2 -22
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.d.ts +2 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +2 -8
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +34 -195
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_message_history_retriever.js +3 -19
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.d.ts +3 -5
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.js +5 -20
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +1 -3
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +7 -6
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.d.ts +1 -1
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.js +2 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.d.ts +7 -7
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +2 -3
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.d.ts +1 -2
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.js +2 -4
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.d.ts +2 -3
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.js +2 -4
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.d.ts +10 -32
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.js +1 -1
- package/node_modules/@aws-amplify/ai-constructs/package.json +2 -9
- package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +12 -11
- package/node_modules/@aws-amplify/graphql-conversation-transformer/API.md +2 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +3 -19
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts +0 -2
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js +3 -34
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts +6 -0
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js +40 -6
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/grapqhl-conversation-transformer.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver-fn.template.js +1 -14
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js +0 -6
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/invoke-lambda-resolver.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js +2 -3
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +0 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +4 -20
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +11 -10
- package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +7 -6
- package/node_modules/@aws-amplify/graphql-directives/CHANGELOG.md +6 -0
- package/node_modules/@aws-amplify/graphql-directives/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.d.ts.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js +6 -0
- package/node_modules/@aws-amplify/graphql-directives/lib/directives/conversation.js.map +1 -1
- package/node_modules/@aws-amplify/graphql-directives/package.json +3 -2
- package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-function-transformer/package.json +6 -5
- package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +6 -5
- package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-http-transformer/package.json +6 -5
- package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-index-transformer/package.json +7 -6
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +10 -9
- package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-model-transformer/package.json +6 -5
- package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
- package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +6 -5
- package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +8 -7
- package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
- package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +7 -6
- package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +7 -6
- package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +1 -17
- package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
- package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/LICENSE +201 -0
- package/node_modules/@aws-amplify/graphql-transformer-core/package.json +4 -3
- package/package.json +20 -20
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_streaming_response_sender.d.ts +0 -19
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_streaming_response_sender.js +0 -38
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/executable_tool_factory.d.ts +0 -7
- package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/executable_tool_factory.js +0 -16
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/README.md +0 -4
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.d.ts +0 -23
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.js +0 -10
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.d.ts +0 -22
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.js +0 -11
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.d.ts +0 -113
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +0 -10
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.d.ts +0 -112
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +0 -30
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.d.ts +0 -23
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.js +0 -10
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.d.ts +0 -22
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.js +0 -11
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.d.ts +0 -23
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.js +0 -10
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.d.ts +0 -22
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.js +0 -11
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.d.ts +0 -59
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +0 -12
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.d.ts +0 -59
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +0 -25
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +0 -508
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +0 -112
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.d.ts +0 -2
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +0 -18
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.d.ts +0 -42
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +0 -22
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.d.ts +0 -28
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.js +0 -10
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.d.ts +0 -27
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.js +0 -12
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.d.ts +0 -33
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +0 -10
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.d.ts +0 -32
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +0 -33
- package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/package.json +0 -27
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-reduce-chunks-resolver-fn.template.js +0 -100
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-reduce-chunks-resolver.d.ts +0 -4
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-reduce-chunks-resolver.d.ts.map +0 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-reduce-chunks-resolver.js +0 -25
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-reduce-chunks-resolver.js.map +0 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-resolver-fn.template.js +0 -121
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-resolver.d.ts +0 -4
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-resolver.d.ts.map +0 -1
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-resolver.js +0 -25
- package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-streaming-mutation-resolver.js.map +0 -1
@@ -1,112 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export declare const authOutputSchema: z.ZodObject<{
|
3
|
-
version: z.ZodLiteral<"1">;
|
4
|
-
payload: z.ZodObject<{
|
5
|
-
authRegion: z.ZodString;
|
6
|
-
userPoolId: z.ZodString;
|
7
|
-
webClientId: z.ZodString;
|
8
|
-
identityPoolId: z.ZodString;
|
9
|
-
allowUnauthenticatedIdentities: z.ZodOptional<z.ZodString>;
|
10
|
-
usernameAttributes: z.ZodOptional<z.ZodString>;
|
11
|
-
signupAttributes: z.ZodOptional<z.ZodString>;
|
12
|
-
passwordPolicyMinLength: z.ZodOptional<z.ZodString>;
|
13
|
-
passwordPolicyRequirements: z.ZodOptional<z.ZodString>;
|
14
|
-
mfaConfiguration: z.ZodOptional<z.ZodString>;
|
15
|
-
mfaTypes: z.ZodOptional<z.ZodString>;
|
16
|
-
verificationMechanisms: z.ZodOptional<z.ZodString>;
|
17
|
-
socialProviders: z.ZodOptional<z.ZodString>;
|
18
|
-
oauthCognitoDomain: z.ZodOptional<z.ZodString>;
|
19
|
-
oauthScope: z.ZodOptional<z.ZodString>;
|
20
|
-
oauthRedirectSignIn: z.ZodOptional<z.ZodString>;
|
21
|
-
oauthRedirectSignOut: z.ZodOptional<z.ZodString>;
|
22
|
-
oauthClientId: z.ZodOptional<z.ZodString>;
|
23
|
-
oauthResponseType: z.ZodOptional<z.ZodString>;
|
24
|
-
}, "strip", z.ZodTypeAny, {
|
25
|
-
authRegion: string;
|
26
|
-
userPoolId: string;
|
27
|
-
webClientId: string;
|
28
|
-
identityPoolId: string;
|
29
|
-
allowUnauthenticatedIdentities?: string | undefined;
|
30
|
-
usernameAttributes?: string | undefined;
|
31
|
-
signupAttributes?: string | undefined;
|
32
|
-
passwordPolicyMinLength?: string | undefined;
|
33
|
-
passwordPolicyRequirements?: string | undefined;
|
34
|
-
mfaConfiguration?: string | undefined;
|
35
|
-
mfaTypes?: string | undefined;
|
36
|
-
verificationMechanisms?: string | undefined;
|
37
|
-
socialProviders?: string | undefined;
|
38
|
-
oauthCognitoDomain?: string | undefined;
|
39
|
-
oauthScope?: string | undefined;
|
40
|
-
oauthRedirectSignIn?: string | undefined;
|
41
|
-
oauthRedirectSignOut?: string | undefined;
|
42
|
-
oauthClientId?: string | undefined;
|
43
|
-
oauthResponseType?: string | undefined;
|
44
|
-
}, {
|
45
|
-
authRegion: string;
|
46
|
-
userPoolId: string;
|
47
|
-
webClientId: string;
|
48
|
-
identityPoolId: string;
|
49
|
-
allowUnauthenticatedIdentities?: string | undefined;
|
50
|
-
usernameAttributes?: string | undefined;
|
51
|
-
signupAttributes?: string | undefined;
|
52
|
-
passwordPolicyMinLength?: string | undefined;
|
53
|
-
passwordPolicyRequirements?: string | undefined;
|
54
|
-
mfaConfiguration?: string | undefined;
|
55
|
-
mfaTypes?: string | undefined;
|
56
|
-
verificationMechanisms?: string | undefined;
|
57
|
-
socialProviders?: string | undefined;
|
58
|
-
oauthCognitoDomain?: string | undefined;
|
59
|
-
oauthScope?: string | undefined;
|
60
|
-
oauthRedirectSignIn?: string | undefined;
|
61
|
-
oauthRedirectSignOut?: string | undefined;
|
62
|
-
oauthClientId?: string | undefined;
|
63
|
-
oauthResponseType?: string | undefined;
|
64
|
-
}>;
|
65
|
-
}, "strip", z.ZodTypeAny, {
|
66
|
-
version: "1";
|
67
|
-
payload: {
|
68
|
-
authRegion: string;
|
69
|
-
userPoolId: string;
|
70
|
-
webClientId: string;
|
71
|
-
identityPoolId: string;
|
72
|
-
allowUnauthenticatedIdentities?: string | undefined;
|
73
|
-
usernameAttributes?: string | undefined;
|
74
|
-
signupAttributes?: string | undefined;
|
75
|
-
passwordPolicyMinLength?: string | undefined;
|
76
|
-
passwordPolicyRequirements?: string | undefined;
|
77
|
-
mfaConfiguration?: string | undefined;
|
78
|
-
mfaTypes?: string | undefined;
|
79
|
-
verificationMechanisms?: string | undefined;
|
80
|
-
socialProviders?: string | undefined;
|
81
|
-
oauthCognitoDomain?: string | undefined;
|
82
|
-
oauthScope?: string | undefined;
|
83
|
-
oauthRedirectSignIn?: string | undefined;
|
84
|
-
oauthRedirectSignOut?: string | undefined;
|
85
|
-
oauthClientId?: string | undefined;
|
86
|
-
oauthResponseType?: string | undefined;
|
87
|
-
};
|
88
|
-
}, {
|
89
|
-
version: "1";
|
90
|
-
payload: {
|
91
|
-
authRegion: string;
|
92
|
-
userPoolId: string;
|
93
|
-
webClientId: string;
|
94
|
-
identityPoolId: string;
|
95
|
-
allowUnauthenticatedIdentities?: string | undefined;
|
96
|
-
usernameAttributes?: string | undefined;
|
97
|
-
signupAttributes?: string | undefined;
|
98
|
-
passwordPolicyMinLength?: string | undefined;
|
99
|
-
passwordPolicyRequirements?: string | undefined;
|
100
|
-
mfaConfiguration?: string | undefined;
|
101
|
-
mfaTypes?: string | undefined;
|
102
|
-
verificationMechanisms?: string | undefined;
|
103
|
-
socialProviders?: string | undefined;
|
104
|
-
oauthCognitoDomain?: string | undefined;
|
105
|
-
oauthScope?: string | undefined;
|
106
|
-
oauthRedirectSignIn?: string | undefined;
|
107
|
-
oauthRedirectSignOut?: string | undefined;
|
108
|
-
oauthClientId?: string | undefined;
|
109
|
-
oauthResponseType?: string | undefined;
|
110
|
-
};
|
111
|
-
}>;
|
112
|
-
//# sourceMappingURL=v1.d.ts.map
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.authOutputSchema = void 0;
|
4
|
-
const zod_1 = require("zod");
|
5
|
-
// The values stored in the stack output is converted to string.
|
6
|
-
exports.authOutputSchema = zod_1.z.object({
|
7
|
-
version: zod_1.z.literal('1'),
|
8
|
-
payload: zod_1.z.object({
|
9
|
-
authRegion: zod_1.z.string(),
|
10
|
-
userPoolId: zod_1.z.string(),
|
11
|
-
webClientId: zod_1.z.string(),
|
12
|
-
identityPoolId: zod_1.z.string(),
|
13
|
-
allowUnauthenticatedIdentities: zod_1.z.optional(zod_1.z.string()),
|
14
|
-
usernameAttributes: zod_1.z.string().optional(),
|
15
|
-
signupAttributes: zod_1.z.string().optional(),
|
16
|
-
passwordPolicyMinLength: zod_1.z.string().optional(),
|
17
|
-
passwordPolicyRequirements: zod_1.z.string().optional(),
|
18
|
-
mfaConfiguration: zod_1.z.string().optional(),
|
19
|
-
mfaTypes: zod_1.z.string().optional(),
|
20
|
-
verificationMechanisms: zod_1.z.string().optional(),
|
21
|
-
socialProviders: zod_1.z.string().optional(),
|
22
|
-
oauthCognitoDomain: zod_1.z.string().optional(),
|
23
|
-
oauthScope: zod_1.z.string().optional(),
|
24
|
-
oauthRedirectSignIn: zod_1.z.string().optional(),
|
25
|
-
oauthRedirectSignOut: zod_1.z.string().optional(),
|
26
|
-
oauthClientId: zod_1.z.string().optional(),
|
27
|
-
oauthResponseType: zod_1.z.string().optional(),
|
28
|
-
}),
|
29
|
-
});
|
30
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYXV0aC92MS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSw2QkFBd0I7QUFFeEIsZ0VBQWdFO0FBQ25ELFFBQUEsZ0JBQWdCLEdBQUcsT0FBQyxDQUFDLE1BQU0sQ0FBQztJQUN2QyxPQUFPLEVBQUUsT0FBQyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUM7SUFDdkIsT0FBTyxFQUFFLE9BQUMsQ0FBQyxNQUFNLENBQUM7UUFDaEIsVUFBVSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUU7UUFDdEIsVUFBVSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUU7UUFDdEIsV0FBVyxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUU7UUFDdkIsY0FBYyxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUU7UUFFMUIsOEJBQThCLEVBQUUsT0FBQyxDQUFDLFFBQVEsQ0FBQyxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7UUFFdEQsa0JBQWtCLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtRQUN6QyxnQkFBZ0IsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO1FBQ3ZDLHVCQUF1QixFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7UUFDOUMsMEJBQTBCLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtRQUNqRCxnQkFBZ0IsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO1FBQ3ZDLFFBQVEsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO1FBQy9CLHNCQUFzQixFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7UUFFN0MsZUFBZSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7UUFFdEMsa0JBQWtCLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtRQUN6QyxVQUFVLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtRQUNqQyxtQkFBbUIsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO1FBQzFDLG9CQUFvQixFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7UUFDM0MsYUFBYSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7UUFDcEMsaUJBQWlCLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtLQUN6QyxDQUFDO0NBQ0gsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgeiB9IGZyb20gJ3pvZCc7XG5cbi8vIFRoZSB2YWx1ZXMgc3RvcmVkIGluIHRoZSBzdGFjayBvdXRwdXQgaXMgY29udmVydGVkIHRvIHN0cmluZy5cbmV4cG9ydCBjb25zdCBhdXRoT3V0cHV0U2NoZW1hID0gei5vYmplY3Qoe1xuICB2ZXJzaW9uOiB6LmxpdGVyYWwoJzEnKSxcbiAgcGF5bG9hZDogei5vYmplY3Qoe1xuICAgIGF1dGhSZWdpb246IHouc3RyaW5nKCksXG4gICAgdXNlclBvb2xJZDogei5zdHJpbmcoKSxcbiAgICB3ZWJDbGllbnRJZDogei5zdHJpbmcoKSxcbiAgICBpZGVudGl0eVBvb2xJZDogei5zdHJpbmcoKSxcblxuICAgIGFsbG93VW5hdXRoZW50aWNhdGVkSWRlbnRpdGllczogei5vcHRpb25hbCh6LnN0cmluZygpKSwgLy8gYm9vbGVhbiBhcyBzdHJpbmcgJ3RydWUnIHwgJ2ZhbHNlJ1xuXG4gICAgdXNlcm5hbWVBdHRyaWJ1dGVzOiB6LnN0cmluZygpLm9wdGlvbmFsKCksIC8vIEpTT04gYXJyYXkgYXMgc3RyaW5nXG4gICAgc2lnbnVwQXR0cmlidXRlczogei5zdHJpbmcoKS5vcHRpb25hbCgpLCAvLyBKU09OIGFycmF5IGFzIHN0cmluZ1xuICAgIHBhc3N3b3JkUG9saWN5TWluTGVuZ3RoOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgcGFzc3dvcmRQb2xpY3lSZXF1aXJlbWVudHM6IHouc3RyaW5nKCkub3B0aW9uYWwoKSwgLy8gSlNPTiBhcnJheSBhcyBzdHJpbmdcbiAgICBtZmFDb25maWd1cmF0aW9uOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgbWZhVHlwZXM6IHouc3RyaW5nKCkub3B0aW9uYWwoKSwgLy8gSlNPTiBhcnJheSBhcyBzdHJpbmdcbiAgICB2ZXJpZmljYXRpb25NZWNoYW5pc21zOiB6LnN0cmluZygpLm9wdGlvbmFsKCksIC8vIEpTT04gYXJyYXkgYXMgc3RyaW5nXG5cbiAgICBzb2NpYWxQcm92aWRlcnM6IHouc3RyaW5nKCkub3B0aW9uYWwoKSwgLy8gSlNPTiBhcnJheSBhcyBzdHJpbmdcblxuICAgIG9hdXRoQ29nbml0b0RvbWFpbjogei5zdHJpbmcoKS5vcHRpb25hbCgpLFxuICAgIG9hdXRoU2NvcGU6IHouc3RyaW5nKCkub3B0aW9uYWwoKSwgLy8gSlNPTiBhcnJheSBhcyBzdHJpbmdcbiAgICBvYXV0aFJlZGlyZWN0U2lnbkluOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgb2F1dGhSZWRpcmVjdFNpZ25PdXQ6IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgICBvYXV0aENsaWVudElkOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgb2F1dGhSZXNwb25zZVR5cGU6IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgfSksXG59KTtcbiJdfQ==
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export declare const versionedCustomOutputSchema: z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
|
3
|
-
version: z.ZodLiteral<"1">;
|
4
|
-
payload: z.ZodObject<{
|
5
|
-
customOutputs: z.ZodString;
|
6
|
-
}, "strip", z.ZodTypeAny, {
|
7
|
-
customOutputs: string;
|
8
|
-
}, {
|
9
|
-
customOutputs: string;
|
10
|
-
}>;
|
11
|
-
}, "strip", z.ZodTypeAny, {
|
12
|
-
version: "1";
|
13
|
-
payload: {
|
14
|
-
customOutputs: string;
|
15
|
-
};
|
16
|
-
}, {
|
17
|
-
version: "1";
|
18
|
-
payload: {
|
19
|
-
customOutputs: string;
|
20
|
-
};
|
21
|
-
}>]>;
|
22
|
-
export type CustomOutput = z.infer<typeof versionedCustomOutputSchema>;
|
23
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.versionedCustomOutputSchema = void 0;
|
4
|
-
const zod_1 = require("zod");
|
5
|
-
const v1_js_1 = require("./v1.js");
|
6
|
-
exports.versionedCustomOutputSchema = zod_1.z.discriminatedUnion('version', [
|
7
|
-
v1_js_1.customOutputSchema,
|
8
|
-
// this is where additional custom major version schemas would go
|
9
|
-
]);
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY3VzdG9tL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDZCQUF3QjtBQUN4QixtQ0FBcUU7QUFFeEQsUUFBQSwyQkFBMkIsR0FBRyxPQUFDLENBQUMsa0JBQWtCLENBQUMsU0FBUyxFQUFFO0lBQ3pFLDBCQUFvQjtJQUNwQixpRUFBaUU7Q0FDbEUsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgeiB9IGZyb20gJ3pvZCc7XG5pbXBvcnQgeyBjdXN0b21PdXRwdXRTY2hlbWEgYXMgY3VzdG9tT3V0cHV0U2NoZW1hVjEgfSBmcm9tICcuL3YxLmpzJztcblxuZXhwb3J0IGNvbnN0IHZlcnNpb25lZEN1c3RvbU91dHB1dFNjaGVtYSA9IHouZGlzY3JpbWluYXRlZFVuaW9uKCd2ZXJzaW9uJywgW1xuICBjdXN0b21PdXRwdXRTY2hlbWFWMSxcbiAgLy8gdGhpcyBpcyB3aGVyZSBhZGRpdGlvbmFsIGN1c3RvbSBtYWpvciB2ZXJzaW9uIHNjaGVtYXMgd291bGQgZ29cbl0pO1xuXG5leHBvcnQgdHlwZSBDdXN0b21PdXRwdXQgPSB6LmluZmVyPHR5cGVvZiB2ZXJzaW9uZWRDdXN0b21PdXRwdXRTY2hlbWE+O1xuIl19
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export declare const customOutputSchema: z.ZodObject<{
|
3
|
-
version: z.ZodLiteral<"1">;
|
4
|
-
payload: z.ZodObject<{
|
5
|
-
customOutputs: z.ZodString;
|
6
|
-
}, "strip", z.ZodTypeAny, {
|
7
|
-
customOutputs: string;
|
8
|
-
}, {
|
9
|
-
customOutputs: string;
|
10
|
-
}>;
|
11
|
-
}, "strip", z.ZodTypeAny, {
|
12
|
-
version: "1";
|
13
|
-
payload: {
|
14
|
-
customOutputs: string;
|
15
|
-
};
|
16
|
-
}, {
|
17
|
-
version: "1";
|
18
|
-
payload: {
|
19
|
-
customOutputs: string;
|
20
|
-
};
|
21
|
-
}>;
|
22
|
-
//# sourceMappingURL=v1.d.ts.map
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.customOutputSchema = void 0;
|
4
|
-
const zod_1 = require("zod");
|
5
|
-
exports.customOutputSchema = zod_1.z.object({
|
6
|
-
version: zod_1.z.literal('1'),
|
7
|
-
payload: zod_1.z.object({
|
8
|
-
customOutputs: zod_1.z.string(), // serialized Partial<ClientConfig>
|
9
|
-
}),
|
10
|
-
});
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY3VzdG9tL3YxLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDZCQUF3QjtBQUVYLFFBQUEsa0JBQWtCLEdBQUcsT0FBQyxDQUFDLE1BQU0sQ0FBQztJQUN6QyxPQUFPLEVBQUUsT0FBQyxDQUFDLE9BQU8sQ0FBQyxHQUFHLENBQUM7SUFDdkIsT0FBTyxFQUFFLE9BQUMsQ0FBQyxNQUFNLENBQUM7UUFDaEIsYUFBYSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsRUFBRSxtQ0FBbUM7S0FDL0QsQ0FBQztDQUNILENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHogfSBmcm9tICd6b2QnO1xuXG5leHBvcnQgY29uc3QgY3VzdG9tT3V0cHV0U2NoZW1hID0gei5vYmplY3Qoe1xuICB2ZXJzaW9uOiB6LmxpdGVyYWwoJzEnKSxcbiAgcGF5bG9hZDogei5vYmplY3Qoe1xuICAgIGN1c3RvbU91dHB1dHM6IHouc3RyaW5nKCksIC8vIHNlcmlhbGl6ZWQgUGFydGlhbDxDbGllbnRDb25maWc+XG4gIH0pLFxufSk7XG4iXX0=
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export declare const versionedFunctionOutputSchema: z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
|
3
|
-
version: z.ZodLiteral<"1">;
|
4
|
-
payload: z.ZodObject<{
|
5
|
-
definedFunctions: z.ZodString;
|
6
|
-
}, "strip", z.ZodTypeAny, {
|
7
|
-
definedFunctions: string;
|
8
|
-
}, {
|
9
|
-
definedFunctions: string;
|
10
|
-
}>;
|
11
|
-
}, "strip", z.ZodTypeAny, {
|
12
|
-
version: "1";
|
13
|
-
payload: {
|
14
|
-
definedFunctions: string;
|
15
|
-
};
|
16
|
-
}, {
|
17
|
-
version: "1";
|
18
|
-
payload: {
|
19
|
-
definedFunctions: string;
|
20
|
-
};
|
21
|
-
}>]>;
|
22
|
-
export type FunctionOutput = z.infer<typeof versionedFunctionOutputSchema>;
|
23
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.versionedFunctionOutputSchema = void 0;
|
4
|
-
const zod_1 = require("zod");
|
5
|
-
const v1_1 = require("./v1");
|
6
|
-
exports.versionedFunctionOutputSchema = zod_1.z.discriminatedUnion('version', [
|
7
|
-
v1_1.functionOutputSchema,
|
8
|
-
// this is where additional function major version schemas would go
|
9
|
-
]);
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZnVuY3Rpb24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsNkJBQXdCO0FBQ3hCLDZCQUFzRTtBQUV6RCxRQUFBLDZCQUE2QixHQUFHLE9BQUMsQ0FBQyxrQkFBa0IsQ0FBQyxTQUFTLEVBQUU7SUFDM0UseUJBQXNCO0lBQ3RCLG1FQUFtRTtDQUNwRSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyB6IH0gZnJvbSAnem9kJztcbmltcG9ydCB7IGZ1bmN0aW9uT3V0cHV0U2NoZW1hIGFzIGZ1bmN0aW9uT3V0cHV0U2NoZW1hVjEgfSBmcm9tICcuL3YxJztcblxuZXhwb3J0IGNvbnN0IHZlcnNpb25lZEZ1bmN0aW9uT3V0cHV0U2NoZW1hID0gei5kaXNjcmltaW5hdGVkVW5pb24oJ3ZlcnNpb24nLCBbXG4gIGZ1bmN0aW9uT3V0cHV0U2NoZW1hVjEsXG4gIC8vIHRoaXMgaXMgd2hlcmUgYWRkaXRpb25hbCBmdW5jdGlvbiBtYWpvciB2ZXJzaW9uIHNjaGVtYXMgd291bGQgZ29cbl0pO1xuXG5leHBvcnQgdHlwZSBGdW5jdGlvbk91dHB1dCA9IHouaW5mZXI8dHlwZW9mIHZlcnNpb25lZEZ1bmN0aW9uT3V0cHV0U2NoZW1hPjtcbiJdfQ==
|
@@ -1,22 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export declare const functionOutputSchema: z.ZodObject<{
|
3
|
-
version: z.ZodLiteral<"1">;
|
4
|
-
payload: z.ZodObject<{
|
5
|
-
definedFunctions: z.ZodString;
|
6
|
-
}, "strip", z.ZodTypeAny, {
|
7
|
-
definedFunctions: string;
|
8
|
-
}, {
|
9
|
-
definedFunctions: string;
|
10
|
-
}>;
|
11
|
-
}, "strip", z.ZodTypeAny, {
|
12
|
-
version: "1";
|
13
|
-
payload: {
|
14
|
-
definedFunctions: string;
|
15
|
-
};
|
16
|
-
}, {
|
17
|
-
version: "1";
|
18
|
-
payload: {
|
19
|
-
definedFunctions: string;
|
20
|
-
};
|
21
|
-
}>;
|
22
|
-
//# sourceMappingURL=v1.d.ts.map
|
@@ -1,11 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.functionOutputSchema = void 0;
|
4
|
-
const zod_1 = require("zod");
|
5
|
-
exports.functionOutputSchema = zod_1.z.object({
|
6
|
-
version: zod_1.z.literal('1'),
|
7
|
-
payload: zod_1.z.object({
|
8
|
-
definedFunctions: zod_1.z.string(), // JSON array as string
|
9
|
-
}),
|
10
|
-
});
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZnVuY3Rpb24vdjEudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsNkJBQXdCO0FBRVgsUUFBQSxvQkFBb0IsR0FBRyxPQUFDLENBQUMsTUFBTSxDQUFDO0lBQzNDLE9BQU8sRUFBRSxPQUFDLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQztJQUN2QixPQUFPLEVBQUUsT0FBQyxDQUFDLE1BQU0sQ0FBQztRQUNoQixnQkFBZ0IsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLEVBQUUsdUJBQXVCO0tBQ3RELENBQUM7Q0FDSCxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyB6IH0gZnJvbSAnem9kJztcblxuZXhwb3J0IGNvbnN0IGZ1bmN0aW9uT3V0cHV0U2NoZW1hID0gei5vYmplY3Qoe1xuICB2ZXJzaW9uOiB6LmxpdGVyYWwoJzEnKSxcbiAgcGF5bG9hZDogei5vYmplY3Qoe1xuICAgIGRlZmluZWRGdW5jdGlvbnM6IHouc3RyaW5nKCksIC8vIEpTT04gYXJyYXkgYXMgc3RyaW5nXG4gIH0pLFxufSk7XG4iXX0=
|
@@ -1,59 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export { AwsAppsyncAuthenticationType, AwsAppsyncAuthenticationZodEnum, } from './v1.js';
|
3
|
-
export declare const versionedGraphqlOutputSchema: z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
|
4
|
-
version: z.ZodLiteral<"1">;
|
5
|
-
payload: z.ZodObject<{
|
6
|
-
awsAppsyncRegion: z.ZodString;
|
7
|
-
awsAppsyncApiEndpoint: z.ZodString;
|
8
|
-
awsAppsyncAuthenticationType: z.ZodEnum<["API_KEY", "AWS_LAMBDA", "AWS_IAM", "OPENID_CONNECT", "AMAZON_COGNITO_USER_POOLS"]>;
|
9
|
-
awsAppsyncAdditionalAuthenticationTypes: z.ZodOptional<z.ZodString>;
|
10
|
-
awsAppsyncConflictResolutionMode: z.ZodOptional<z.ZodString>;
|
11
|
-
awsAppsyncApiKey: z.ZodOptional<z.ZodString>;
|
12
|
-
awsAppsyncApiId: z.ZodString;
|
13
|
-
amplifyApiModelSchemaS3Uri: z.ZodString;
|
14
|
-
}, "strip", z.ZodTypeAny, {
|
15
|
-
awsAppsyncRegion: string;
|
16
|
-
awsAppsyncApiEndpoint: string;
|
17
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
18
|
-
awsAppsyncApiId: string;
|
19
|
-
amplifyApiModelSchemaS3Uri: string;
|
20
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
21
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
22
|
-
awsAppsyncApiKey?: string | undefined;
|
23
|
-
}, {
|
24
|
-
awsAppsyncRegion: string;
|
25
|
-
awsAppsyncApiEndpoint: string;
|
26
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
27
|
-
awsAppsyncApiId: string;
|
28
|
-
amplifyApiModelSchemaS3Uri: string;
|
29
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
30
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
31
|
-
awsAppsyncApiKey?: string | undefined;
|
32
|
-
}>;
|
33
|
-
}, "strip", z.ZodTypeAny, {
|
34
|
-
version: "1";
|
35
|
-
payload: {
|
36
|
-
awsAppsyncRegion: string;
|
37
|
-
awsAppsyncApiEndpoint: string;
|
38
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
39
|
-
awsAppsyncApiId: string;
|
40
|
-
amplifyApiModelSchemaS3Uri: string;
|
41
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
42
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
43
|
-
awsAppsyncApiKey?: string | undefined;
|
44
|
-
};
|
45
|
-
}, {
|
46
|
-
version: "1";
|
47
|
-
payload: {
|
48
|
-
awsAppsyncRegion: string;
|
49
|
-
awsAppsyncApiEndpoint: string;
|
50
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
51
|
-
awsAppsyncApiId: string;
|
52
|
-
amplifyApiModelSchemaS3Uri: string;
|
53
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
54
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
55
|
-
awsAppsyncApiKey?: string | undefined;
|
56
|
-
};
|
57
|
-
}>]>;
|
58
|
-
export type GraphqlOutput = z.infer<typeof versionedGraphqlOutputSchema>;
|
59
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1,12 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.versionedGraphqlOutputSchema = exports.AwsAppsyncAuthenticationZodEnum = void 0;
|
4
|
-
const zod_1 = require("zod");
|
5
|
-
const v1_js_1 = require("./v1.js");
|
6
|
-
var v1_js_2 = require("./v1.js");
|
7
|
-
Object.defineProperty(exports, "AwsAppsyncAuthenticationZodEnum", { enumerable: true, get: function () { return v1_js_2.AwsAppsyncAuthenticationZodEnum; } });
|
8
|
-
exports.versionedGraphqlOutputSchema = zod_1.z.discriminatedUnion('version', [
|
9
|
-
v1_js_1.graphqlOutputSchema,
|
10
|
-
// this is where additional graphql major version schemas would go
|
11
|
-
]);
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZ3JhcGhxbC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSw2QkFBd0I7QUFDeEIsbUNBQXVFO0FBRXZFLGlDQUdpQjtBQURmLHdIQUFBLCtCQUErQixPQUFBO0FBR3BCLFFBQUEsNEJBQTRCLEdBQUcsT0FBQyxDQUFDLGtCQUFrQixDQUFDLFNBQVMsRUFBRTtJQUMxRSwyQkFBcUI7SUFDckIsa0VBQWtFO0NBQ25FLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHogfSBmcm9tICd6b2QnO1xuaW1wb3J0IHsgZ3JhcGhxbE91dHB1dFNjaGVtYSBhcyBncmFwaHFsT3V0cHV0U2NoZW1hVjEgfSBmcm9tICcuL3YxLmpzJztcblxuZXhwb3J0IHtcbiAgQXdzQXBwc3luY0F1dGhlbnRpY2F0aW9uVHlwZSxcbiAgQXdzQXBwc3luY0F1dGhlbnRpY2F0aW9uWm9kRW51bSxcbn0gZnJvbSAnLi92MS5qcyc7XG5cbmV4cG9ydCBjb25zdCB2ZXJzaW9uZWRHcmFwaHFsT3V0cHV0U2NoZW1hID0gei5kaXNjcmltaW5hdGVkVW5pb24oJ3ZlcnNpb24nLCBbXG4gIGdyYXBocWxPdXRwdXRTY2hlbWFWMSxcbiAgLy8gdGhpcyBpcyB3aGVyZSBhZGRpdGlvbmFsIGdyYXBocWwgbWFqb3IgdmVyc2lvbiBzY2hlbWFzIHdvdWxkIGdvXG5dKTtcblxuZXhwb3J0IHR5cGUgR3JhcGhxbE91dHB1dCA9IHouaW5mZXI8dHlwZW9mIHZlcnNpb25lZEdyYXBocWxPdXRwdXRTY2hlbWE+O1xuIl19
|
@@ -1,59 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export declare const AwsAppsyncAuthenticationZodEnum: z.ZodEnum<["API_KEY", "AWS_LAMBDA", "AWS_IAM", "OPENID_CONNECT", "AMAZON_COGNITO_USER_POOLS"]>;
|
3
|
-
export type AwsAppsyncAuthenticationType = z.infer<typeof AwsAppsyncAuthenticationZodEnum>;
|
4
|
-
export declare const graphqlOutputSchema: z.ZodObject<{
|
5
|
-
version: z.ZodLiteral<"1">;
|
6
|
-
payload: z.ZodObject<{
|
7
|
-
awsAppsyncRegion: z.ZodString;
|
8
|
-
awsAppsyncApiEndpoint: z.ZodString;
|
9
|
-
awsAppsyncAuthenticationType: z.ZodEnum<["API_KEY", "AWS_LAMBDA", "AWS_IAM", "OPENID_CONNECT", "AMAZON_COGNITO_USER_POOLS"]>;
|
10
|
-
awsAppsyncAdditionalAuthenticationTypes: z.ZodOptional<z.ZodString>;
|
11
|
-
awsAppsyncConflictResolutionMode: z.ZodOptional<z.ZodString>;
|
12
|
-
awsAppsyncApiKey: z.ZodOptional<z.ZodString>;
|
13
|
-
awsAppsyncApiId: z.ZodString;
|
14
|
-
amplifyApiModelSchemaS3Uri: z.ZodString;
|
15
|
-
}, "strip", z.ZodTypeAny, {
|
16
|
-
awsAppsyncRegion: string;
|
17
|
-
awsAppsyncApiEndpoint: string;
|
18
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
19
|
-
awsAppsyncApiId: string;
|
20
|
-
amplifyApiModelSchemaS3Uri: string;
|
21
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
22
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
23
|
-
awsAppsyncApiKey?: string | undefined;
|
24
|
-
}, {
|
25
|
-
awsAppsyncRegion: string;
|
26
|
-
awsAppsyncApiEndpoint: string;
|
27
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
28
|
-
awsAppsyncApiId: string;
|
29
|
-
amplifyApiModelSchemaS3Uri: string;
|
30
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
31
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
32
|
-
awsAppsyncApiKey?: string | undefined;
|
33
|
-
}>;
|
34
|
-
}, "strip", z.ZodTypeAny, {
|
35
|
-
version: "1";
|
36
|
-
payload: {
|
37
|
-
awsAppsyncRegion: string;
|
38
|
-
awsAppsyncApiEndpoint: string;
|
39
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
40
|
-
awsAppsyncApiId: string;
|
41
|
-
amplifyApiModelSchemaS3Uri: string;
|
42
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
43
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
44
|
-
awsAppsyncApiKey?: string | undefined;
|
45
|
-
};
|
46
|
-
}, {
|
47
|
-
version: "1";
|
48
|
-
payload: {
|
49
|
-
awsAppsyncRegion: string;
|
50
|
-
awsAppsyncApiEndpoint: string;
|
51
|
-
awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
|
52
|
-
awsAppsyncApiId: string;
|
53
|
-
amplifyApiModelSchemaS3Uri: string;
|
54
|
-
awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
|
55
|
-
awsAppsyncConflictResolutionMode?: string | undefined;
|
56
|
-
awsAppsyncApiKey?: string | undefined;
|
57
|
-
};
|
58
|
-
}>;
|
59
|
-
//# sourceMappingURL=v1.d.ts.map
|
@@ -1,25 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.graphqlOutputSchema = exports.AwsAppsyncAuthenticationZodEnum = void 0;
|
4
|
-
const zod_1 = require("zod");
|
5
|
-
exports.AwsAppsyncAuthenticationZodEnum = zod_1.z.enum([
|
6
|
-
'API_KEY',
|
7
|
-
'AWS_LAMBDA',
|
8
|
-
'AWS_IAM',
|
9
|
-
'OPENID_CONNECT',
|
10
|
-
'AMAZON_COGNITO_USER_POOLS',
|
11
|
-
]);
|
12
|
-
exports.graphqlOutputSchema = zod_1.z.object({
|
13
|
-
version: zod_1.z.literal('1'),
|
14
|
-
payload: zod_1.z.object({
|
15
|
-
awsAppsyncRegion: zod_1.z.string(),
|
16
|
-
awsAppsyncApiEndpoint: zod_1.z.string(),
|
17
|
-
awsAppsyncAuthenticationType: exports.AwsAppsyncAuthenticationZodEnum,
|
18
|
-
awsAppsyncAdditionalAuthenticationTypes: zod_1.z.string().optional(),
|
19
|
-
awsAppsyncConflictResolutionMode: zod_1.z.string().optional(),
|
20
|
-
awsAppsyncApiKey: zod_1.z.string().optional(),
|
21
|
-
awsAppsyncApiId: zod_1.z.string(),
|
22
|
-
amplifyApiModelSchemaS3Uri: zod_1.z.string(),
|
23
|
-
}),
|
24
|
-
});
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidjEuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvZ3JhcGhxbC92MS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQSw2QkFBd0I7QUFFWCxRQUFBLCtCQUErQixHQUFHLE9BQUMsQ0FBQyxJQUFJLENBQUM7SUFDcEQsU0FBUztJQUNULFlBQVk7SUFDWixTQUFTO0lBQ1QsZ0JBQWdCO0lBQ2hCLDJCQUEyQjtDQUM1QixDQUFDLENBQUM7QUFLVSxRQUFBLG1CQUFtQixHQUFHLE9BQUMsQ0FBQyxNQUFNLENBQUM7SUFDMUMsT0FBTyxFQUFFLE9BQUMsQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDO0lBQ3ZCLE9BQU8sRUFBRSxPQUFDLENBQUMsTUFBTSxDQUFDO1FBQ2hCLGdCQUFnQixFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUU7UUFDNUIscUJBQXFCLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRTtRQUNqQyw0QkFBNEIsRUFBRSx1Q0FBK0I7UUFDN0QsdUNBQXVDLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRSxDQUFDLFFBQVEsRUFBRTtRQUM5RCxnQ0FBZ0MsRUFBRSxPQUFDLENBQUMsTUFBTSxFQUFFLENBQUMsUUFBUSxFQUFFO1FBQ3ZELGdCQUFnQixFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUUsQ0FBQyxRQUFRLEVBQUU7UUFDdkMsZUFBZSxFQUFFLE9BQUMsQ0FBQyxNQUFNLEVBQUU7UUFDM0IsMEJBQTBCLEVBQUUsT0FBQyxDQUFDLE1BQU0sRUFBRTtLQUN2QyxDQUFDO0NBQ0gsQ0FBQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgeiB9IGZyb20gJ3pvZCc7XG5cbmV4cG9ydCBjb25zdCBBd3NBcHBzeW5jQXV0aGVudGljYXRpb25ab2RFbnVtID0gei5lbnVtKFtcbiAgJ0FQSV9LRVknLFxuICAnQVdTX0xBTUJEQScsXG4gICdBV1NfSUFNJyxcbiAgJ09QRU5JRF9DT05ORUNUJyxcbiAgJ0FNQVpPTl9DT0dOSVRPX1VTRVJfUE9PTFMnLFxuXSk7XG5leHBvcnQgdHlwZSBBd3NBcHBzeW5jQXV0aGVudGljYXRpb25UeXBlID0gei5pbmZlcjxcbiAgdHlwZW9mIEF3c0FwcHN5bmNBdXRoZW50aWNhdGlvblpvZEVudW1cbj47XG5cbmV4cG9ydCBjb25zdCBncmFwaHFsT3V0cHV0U2NoZW1hID0gei5vYmplY3Qoe1xuICB2ZXJzaW9uOiB6LmxpdGVyYWwoJzEnKSxcbiAgcGF5bG9hZDogei5vYmplY3Qoe1xuICAgIGF3c0FwcHN5bmNSZWdpb246IHouc3RyaW5nKCksXG4gICAgYXdzQXBwc3luY0FwaUVuZHBvaW50OiB6LnN0cmluZygpLFxuICAgIGF3c0FwcHN5bmNBdXRoZW50aWNhdGlvblR5cGU6IEF3c0FwcHN5bmNBdXRoZW50aWNhdGlvblpvZEVudW0sXG4gICAgYXdzQXBwc3luY0FkZGl0aW9uYWxBdXRoZW50aWNhdGlvblR5cGVzOiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgYXdzQXBwc3luY0NvbmZsaWN0UmVzb2x1dGlvbk1vZGU6IHouc3RyaW5nKCkub3B0aW9uYWwoKSxcbiAgICBhd3NBcHBzeW5jQXBpS2V5OiB6LnN0cmluZygpLm9wdGlvbmFsKCksXG4gICAgYXdzQXBwc3luY0FwaUlkOiB6LnN0cmluZygpLFxuICAgIGFtcGxpZnlBcGlNb2RlbFNjaGVtYVMzVXJpOiB6LnN0cmluZygpLFxuICB9KSxcbn0pO1xuIl19
|