@aws-amplify/graphql-api-construct 1.16.0 → 1.16.1-ai-next.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. package/.jsii +19 -19
  2. package/CHANGELOG.md +4 -0
  3. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  4. package/lib/amplify-graphql-api.js +1 -1
  5. package/lib/amplify-graphql-definition.js +1 -1
  6. package/lib/sql-model-datasource-strategy.js +1 -1
  7. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.d.ts +19 -1
  8. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/conversation_handler_construct.js +36 -2
  9. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.d.ts +2 -2
  10. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/index.js +1 -1
  11. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.d.ts +11 -4
  12. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/bedrock_converse_adapter.js +279 -67
  13. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_message_history_retriever.js +34 -8
  14. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.d.ts +2 -2
  15. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_executor.js +17 -4
  16. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.d.ts +17 -3
  17. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/conversation_turn_response_sender.js +56 -18
  18. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/default_handler.d.ts +1 -1
  19. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/event_tools_provider.js +2 -2
  20. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.d.ts +7 -7
  21. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/event-tools-provider/graphql_tool.js +3 -2
  22. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/executable_tool_factory.d.ts +7 -0
  23. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/executable_tool_factory.js +16 -0
  24. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.d.ts +2 -1
  25. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/graphql_request_executor.js +4 -2
  26. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.d.ts +3 -2
  27. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/index.js +4 -2
  28. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.d.ts +71 -14
  29. package/node_modules/@aws-amplify/ai-constructs/lib/conversation/runtime/types.js +1 -1
  30. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/README.md +4 -0
  31. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.d.ts +23 -0
  32. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/index.js +10 -0
  33. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.d.ts +22 -0
  34. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/ai/conversation/v1.js +11 -0
  35. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.d.ts +118 -0
  36. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +10 -0
  37. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.d.ts +117 -0
  38. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +31 -0
  39. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.d.ts +23 -0
  40. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/index.js +10 -0
  41. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.d.ts +22 -0
  42. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/custom/v1.js +11 -0
  43. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.d.ts +23 -0
  44. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/index.js +10 -0
  45. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.d.ts +22 -0
  46. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/function/v1.js +11 -0
  47. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.d.ts +59 -0
  48. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +12 -0
  49. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.d.ts +59 -0
  50. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +25 -0
  51. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +515 -0
  52. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +112 -0
  53. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.d.ts +2 -0
  54. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +18 -0
  55. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.d.ts +42 -0
  56. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +22 -0
  57. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.d.ts +28 -0
  58. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/index.js +10 -0
  59. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.d.ts +27 -0
  60. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/stack/v1.js +12 -0
  61. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.d.ts +33 -0
  62. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +10 -0
  63. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.d.ts +32 -0
  64. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +33 -0
  65. package/node_modules/@aws-amplify/ai-constructs/node_modules/@aws-amplify/backend-output-schemas/package.json +27 -0
  66. package/node_modules/@aws-amplify/ai-constructs/package.json +9 -2
  67. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
  68. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +11 -11
  69. package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +4 -0
  70. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.d.ts +4 -0
  71. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/conversation-directive-configuration.d.ts.map +1 -1
  72. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts +5 -1
  73. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.d.ts.map +1 -1
  74. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js +61 -3
  75. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/message-model.js.map +1 -1
  76. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.d.ts +2 -0
  77. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.d.ts.map +1 -1
  78. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.js +4 -1
  79. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/graphql-types/name-values.js.map +1 -1
  80. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.d.ts +3 -0
  81. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.d.ts.map +1 -0
  82. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.js +58 -0
  83. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/assistant-response-stream-pipeline-definition.js.map +1 -0
  84. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.d.ts +5 -2
  85. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.d.ts.map +1 -1
  86. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.js +9 -3
  87. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/index.js.map +1 -1
  88. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.d.ts +3 -0
  89. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.d.ts.map +1 -0
  90. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.js +24 -0
  91. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-conversations-init-resolver-definition.js.map +1 -0
  92. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/{list-messages-init-resolver.d.ts → list-messages-init-resolver-definition.d.ts} +1 -1
  93. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver-definition.d.ts.map +1 -0
  94. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/{list-messages-init-resolver.js → list-messages-init-resolver-definition.js} +2 -2
  95. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver-definition.js.map +1 -0
  96. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.d.ts +3 -0
  97. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.d.ts.map +1 -0
  98. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.js +10 -0
  99. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-post-processing-resolver-definition.js.map +1 -0
  100. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/send-message-pipeline-definition.js +5 -2
  101. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/send-message-pipeline-definition.js.map +1 -1
  102. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/assistant-streaming-mutation-resolver-fn.template.js +95 -0
  103. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/invoke-lambda-resolver-fn.template.js +6 -4
  104. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-conversations-init-set-index-resolver-fn.template.js +12 -0
  105. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-messages-init-set-index-resolver-fn.template.js +36 -0
  106. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-messages-post-processing-resolver-fn.template.js +12 -0
  107. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/set-updated-at-conversation-table-fn.template.js +31 -0
  108. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.d.ts.map +1 -1
  109. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js +8 -1
  110. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-field-handler.js.map +1 -1
  111. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts +1 -1
  112. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.d.ts.map +1 -1
  113. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js +6 -2
  114. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-prepare-handler.js.map +1 -1
  115. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts +3 -1
  116. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.d.ts.map +1 -1
  117. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js +26 -3
  118. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/transformer-steps/conversation-resolver-generator.js.map +1 -1
  119. package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +9 -9
  120. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
  121. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +6 -6
  122. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
  123. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +5 -5
  124. package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
  125. package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +5 -5
  126. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
  127. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +5 -5
  128. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
  129. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +6 -6
  130. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
  131. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  132. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +9 -9
  133. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
  134. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  135. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  136. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  137. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +5 -5
  138. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
  139. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  140. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +5 -5
  141. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
  142. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +7 -7
  143. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
  144. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  145. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +6 -6
  146. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
  147. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +6 -6
  148. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
  149. package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
  150. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
  151. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +3 -3
  152. package/node_modules/graphql-transformer-common/API.md +1 -0
  153. package/node_modules/graphql-transformer-common/CHANGELOG.md +4 -0
  154. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts +1 -0
  155. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.d.ts.map +1 -1
  156. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js +1 -0
  157. package/node_modules/graphql-transformer-common/lib/TypescriptSchemaConstants.js.map +1 -1
  158. package/node_modules/graphql-transformer-common/package.json +2 -2
  159. package/package.json +20 -20
  160. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.d.ts.map +0 -1
  161. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/list-messages-init-resolver.js.map +0 -1
  162. package/node_modules/@aws-amplify/graphql-conversation-transformer/lib/resolvers/templates/list-messages-init-resolver-fn.template.js +0 -8
@@ -0,0 +1,515 @@
1
+ import { z } from 'zod';
2
+ /**
3
+ * The auth, graphql and storage exports here are duplicated from the submodule exports in the package.json file
4
+ * This is because these types need to be consumed in CDK Constructs that may be JSII classes. JSII only supports
5
+ * CommonJS modules which can't interpret submodule exports
6
+ */
7
+ /**
8
+ * ---------- Platform exports ----------
9
+ */
10
+ export declare const platformOutputKey = "AWS::Amplify::Platform";
11
+ export * from './platform/index.js';
12
+ /**
13
+ * ---------- Custom exports ----------
14
+ */
15
+ export declare const customOutputKey = "AWS::Amplify::Custom";
16
+ export * from './custom/index.js';
17
+ /**
18
+ * ---------- Auth exports ----------
19
+ */
20
+ /**
21
+ * re-export the auth output schema
22
+ */
23
+ export * from './auth/index.js';
24
+ /**
25
+ * Expected key that auth output is stored under
26
+ */
27
+ export declare const authOutputKey = "AWS::Amplify::Auth";
28
+ /**
29
+ * ---------- GraphQL exports ----------
30
+ */
31
+ /**
32
+ * re-export the graphql output schema
33
+ */
34
+ export * from './graphql/index.js';
35
+ /**
36
+ * Expected key that graphql output is stored under
37
+ */
38
+ export declare const graphqlOutputKey = "AWS::Amplify::GraphQL";
39
+ /**
40
+ * ---------- Storage exports ----------
41
+ */
42
+ /**
43
+ * re-export the storage output schema
44
+ */
45
+ export * from './storage/index.js';
46
+ /**
47
+ * Expected key that storage output is stored under
48
+ */
49
+ export declare const storageOutputKey = "AWS::Amplify::Storage";
50
+ /**
51
+ * ---------- Function exports ----------
52
+ */
53
+ /**
54
+ * re-export the function output schema
55
+ */
56
+ export * from './function/index.js';
57
+ /**
58
+ * Expected key that function output is stored under
59
+ */
60
+ export declare const functionOutputKey = "AWS::Amplify::Function";
61
+ /**
62
+ * ---------- AI conversation exports ----------
63
+ */
64
+ /**
65
+ * re-export the AI conversation output schema
66
+ */
67
+ export * from './ai/conversation/index.js';
68
+ /**
69
+ * Expected key that AI conversation output is stored under
70
+ */
71
+ export declare const aiConversationOutputKey = "AWS::Amplify::AI::Conversation";
72
+ /**
73
+ * ---------- Unified exports ----------
74
+ */
75
+ /**
76
+ * Defines the unified expected shape of Amplify backend output.
77
+ * As new constructs are added that need to contribute backend output, entries should be added here so that client config generation is aware of these outputs
78
+ */
79
+ export declare const unifiedBackendOutputSchema: z.ZodObject<{
80
+ "AWS::Amplify::Platform": z.ZodOptional<z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
81
+ version: z.ZodLiteral<"1">;
82
+ payload: z.ZodObject<{
83
+ deploymentType: z.ZodString;
84
+ region: z.ZodString;
85
+ }, "strip", z.ZodTypeAny, {
86
+ deploymentType: string;
87
+ region: string;
88
+ }, {
89
+ deploymentType: string;
90
+ region: string;
91
+ }>;
92
+ }, "strip", z.ZodTypeAny, {
93
+ version: "1";
94
+ payload: {
95
+ deploymentType: string;
96
+ region: string;
97
+ };
98
+ }, {
99
+ version: "1";
100
+ payload: {
101
+ deploymentType: string;
102
+ region: string;
103
+ };
104
+ }>]>>;
105
+ "AWS::Amplify::Auth": z.ZodOptional<z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
106
+ version: z.ZodLiteral<"1">;
107
+ payload: z.ZodObject<{
108
+ authRegion: z.ZodString;
109
+ userPoolId: z.ZodString;
110
+ webClientId: z.ZodString;
111
+ identityPoolId: z.ZodString;
112
+ allowUnauthenticatedIdentities: z.ZodOptional<z.ZodString>;
113
+ usernameAttributes: z.ZodOptional<z.ZodString>;
114
+ signupAttributes: z.ZodOptional<z.ZodString>;
115
+ passwordPolicyMinLength: z.ZodOptional<z.ZodString>;
116
+ passwordPolicyRequirements: z.ZodOptional<z.ZodString>;
117
+ mfaConfiguration: z.ZodOptional<z.ZodString>;
118
+ mfaTypes: z.ZodOptional<z.ZodString>;
119
+ verificationMechanisms: z.ZodOptional<z.ZodString>;
120
+ socialProviders: z.ZodOptional<z.ZodString>;
121
+ oauthCognitoDomain: z.ZodOptional<z.ZodString>;
122
+ oauthScope: z.ZodOptional<z.ZodString>;
123
+ oauthRedirectSignIn: z.ZodOptional<z.ZodString>;
124
+ oauthRedirectSignOut: z.ZodOptional<z.ZodString>;
125
+ oauthClientId: z.ZodOptional<z.ZodString>;
126
+ oauthResponseType: z.ZodOptional<z.ZodString>;
127
+ groups: z.ZodOptional<z.ZodString>;
128
+ }, "strip", z.ZodTypeAny, {
129
+ authRegion: string;
130
+ userPoolId: string;
131
+ webClientId: string;
132
+ identityPoolId: string;
133
+ allowUnauthenticatedIdentities?: string | undefined;
134
+ usernameAttributes?: string | undefined;
135
+ signupAttributes?: string | undefined;
136
+ passwordPolicyMinLength?: string | undefined;
137
+ passwordPolicyRequirements?: string | undefined;
138
+ mfaConfiguration?: string | undefined;
139
+ mfaTypes?: string | undefined;
140
+ verificationMechanisms?: string | undefined;
141
+ socialProviders?: string | undefined;
142
+ oauthCognitoDomain?: string | undefined;
143
+ oauthScope?: string | undefined;
144
+ oauthRedirectSignIn?: string | undefined;
145
+ oauthRedirectSignOut?: string | undefined;
146
+ oauthClientId?: string | undefined;
147
+ oauthResponseType?: string | undefined;
148
+ groups?: string | undefined;
149
+ }, {
150
+ authRegion: string;
151
+ userPoolId: string;
152
+ webClientId: string;
153
+ identityPoolId: string;
154
+ allowUnauthenticatedIdentities?: string | undefined;
155
+ usernameAttributes?: string | undefined;
156
+ signupAttributes?: string | undefined;
157
+ passwordPolicyMinLength?: string | undefined;
158
+ passwordPolicyRequirements?: string | undefined;
159
+ mfaConfiguration?: string | undefined;
160
+ mfaTypes?: string | undefined;
161
+ verificationMechanisms?: string | undefined;
162
+ socialProviders?: string | undefined;
163
+ oauthCognitoDomain?: string | undefined;
164
+ oauthScope?: string | undefined;
165
+ oauthRedirectSignIn?: string | undefined;
166
+ oauthRedirectSignOut?: string | undefined;
167
+ oauthClientId?: string | undefined;
168
+ oauthResponseType?: string | undefined;
169
+ groups?: string | undefined;
170
+ }>;
171
+ }, "strip", z.ZodTypeAny, {
172
+ version: "1";
173
+ payload: {
174
+ authRegion: string;
175
+ userPoolId: string;
176
+ webClientId: string;
177
+ identityPoolId: string;
178
+ allowUnauthenticatedIdentities?: string | undefined;
179
+ usernameAttributes?: string | undefined;
180
+ signupAttributes?: string | undefined;
181
+ passwordPolicyMinLength?: string | undefined;
182
+ passwordPolicyRequirements?: string | undefined;
183
+ mfaConfiguration?: string | undefined;
184
+ mfaTypes?: string | undefined;
185
+ verificationMechanisms?: string | undefined;
186
+ socialProviders?: string | undefined;
187
+ oauthCognitoDomain?: string | undefined;
188
+ oauthScope?: string | undefined;
189
+ oauthRedirectSignIn?: string | undefined;
190
+ oauthRedirectSignOut?: string | undefined;
191
+ oauthClientId?: string | undefined;
192
+ oauthResponseType?: string | undefined;
193
+ groups?: string | undefined;
194
+ };
195
+ }, {
196
+ version: "1";
197
+ payload: {
198
+ authRegion: string;
199
+ userPoolId: string;
200
+ webClientId: string;
201
+ identityPoolId: string;
202
+ allowUnauthenticatedIdentities?: string | undefined;
203
+ usernameAttributes?: string | undefined;
204
+ signupAttributes?: string | undefined;
205
+ passwordPolicyMinLength?: string | undefined;
206
+ passwordPolicyRequirements?: string | undefined;
207
+ mfaConfiguration?: string | undefined;
208
+ mfaTypes?: string | undefined;
209
+ verificationMechanisms?: string | undefined;
210
+ socialProviders?: string | undefined;
211
+ oauthCognitoDomain?: string | undefined;
212
+ oauthScope?: string | undefined;
213
+ oauthRedirectSignIn?: string | undefined;
214
+ oauthRedirectSignOut?: string | undefined;
215
+ oauthClientId?: string | undefined;
216
+ oauthResponseType?: string | undefined;
217
+ groups?: string | undefined;
218
+ };
219
+ }>]>>;
220
+ "AWS::Amplify::GraphQL": z.ZodOptional<z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
221
+ version: z.ZodLiteral<"1">;
222
+ payload: z.ZodObject<{
223
+ awsAppsyncRegion: z.ZodString;
224
+ awsAppsyncApiEndpoint: z.ZodString;
225
+ awsAppsyncAuthenticationType: z.ZodEnum<["API_KEY", "AWS_LAMBDA", "AWS_IAM", "OPENID_CONNECT", "AMAZON_COGNITO_USER_POOLS"]>;
226
+ awsAppsyncAdditionalAuthenticationTypes: z.ZodOptional<z.ZodString>;
227
+ awsAppsyncConflictResolutionMode: z.ZodOptional<z.ZodString>;
228
+ awsAppsyncApiKey: z.ZodOptional<z.ZodString>;
229
+ awsAppsyncApiId: z.ZodString;
230
+ amplifyApiModelSchemaS3Uri: z.ZodString;
231
+ }, "strip", z.ZodTypeAny, {
232
+ awsAppsyncRegion: string;
233
+ awsAppsyncApiEndpoint: string;
234
+ awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
235
+ awsAppsyncApiId: string;
236
+ amplifyApiModelSchemaS3Uri: string;
237
+ awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
238
+ awsAppsyncConflictResolutionMode?: string | undefined;
239
+ awsAppsyncApiKey?: string | undefined;
240
+ }, {
241
+ awsAppsyncRegion: string;
242
+ awsAppsyncApiEndpoint: string;
243
+ awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
244
+ awsAppsyncApiId: string;
245
+ amplifyApiModelSchemaS3Uri: string;
246
+ awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
247
+ awsAppsyncConflictResolutionMode?: string | undefined;
248
+ awsAppsyncApiKey?: string | undefined;
249
+ }>;
250
+ }, "strip", z.ZodTypeAny, {
251
+ version: "1";
252
+ payload: {
253
+ awsAppsyncRegion: string;
254
+ awsAppsyncApiEndpoint: string;
255
+ awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
256
+ awsAppsyncApiId: string;
257
+ amplifyApiModelSchemaS3Uri: string;
258
+ awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
259
+ awsAppsyncConflictResolutionMode?: string | undefined;
260
+ awsAppsyncApiKey?: string | undefined;
261
+ };
262
+ }, {
263
+ version: "1";
264
+ payload: {
265
+ awsAppsyncRegion: string;
266
+ awsAppsyncApiEndpoint: string;
267
+ awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
268
+ awsAppsyncApiId: string;
269
+ amplifyApiModelSchemaS3Uri: string;
270
+ awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
271
+ awsAppsyncConflictResolutionMode?: string | undefined;
272
+ awsAppsyncApiKey?: string | undefined;
273
+ };
274
+ }>]>>;
275
+ "AWS::Amplify::Storage": z.ZodOptional<z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
276
+ version: z.ZodLiteral<"1">;
277
+ payload: z.ZodObject<{
278
+ bucketName: z.ZodString;
279
+ storageRegion: z.ZodString;
280
+ buckets: z.ZodOptional<z.ZodString>;
281
+ }, "strip", z.ZodTypeAny, {
282
+ bucketName: string;
283
+ storageRegion: string;
284
+ buckets?: string | undefined;
285
+ }, {
286
+ bucketName: string;
287
+ storageRegion: string;
288
+ buckets?: string | undefined;
289
+ }>;
290
+ }, "strip", z.ZodTypeAny, {
291
+ version: "1";
292
+ payload: {
293
+ bucketName: string;
294
+ storageRegion: string;
295
+ buckets?: string | undefined;
296
+ };
297
+ }, {
298
+ version: "1";
299
+ payload: {
300
+ bucketName: string;
301
+ storageRegion: string;
302
+ buckets?: string | undefined;
303
+ };
304
+ }>]>>;
305
+ "AWS::Amplify::Custom": z.ZodOptional<z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
306
+ version: z.ZodLiteral<"1">;
307
+ payload: z.ZodObject<{
308
+ customOutputs: z.ZodString;
309
+ }, "strip", z.ZodTypeAny, {
310
+ customOutputs: string;
311
+ }, {
312
+ customOutputs: string;
313
+ }>;
314
+ }, "strip", z.ZodTypeAny, {
315
+ version: "1";
316
+ payload: {
317
+ customOutputs: string;
318
+ };
319
+ }, {
320
+ version: "1";
321
+ payload: {
322
+ customOutputs: string;
323
+ };
324
+ }>]>>;
325
+ "AWS::Amplify::Function": z.ZodOptional<z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
326
+ version: z.ZodLiteral<"1">;
327
+ payload: z.ZodObject<{
328
+ definedFunctions: z.ZodString;
329
+ }, "strip", z.ZodTypeAny, {
330
+ definedFunctions: string;
331
+ }, {
332
+ definedFunctions: string;
333
+ }>;
334
+ }, "strip", z.ZodTypeAny, {
335
+ version: "1";
336
+ payload: {
337
+ definedFunctions: string;
338
+ };
339
+ }, {
340
+ version: "1";
341
+ payload: {
342
+ definedFunctions: string;
343
+ };
344
+ }>]>>;
345
+ "AWS::Amplify::AI::Conversation": z.ZodOptional<z.ZodDiscriminatedUnion<"version", [z.ZodObject<{
346
+ version: z.ZodLiteral<"1">;
347
+ payload: z.ZodObject<{
348
+ definedConversationHandlers: z.ZodString;
349
+ }, "strip", z.ZodTypeAny, {
350
+ definedConversationHandlers: string;
351
+ }, {
352
+ definedConversationHandlers: string;
353
+ }>;
354
+ }, "strip", z.ZodTypeAny, {
355
+ version: "1";
356
+ payload: {
357
+ definedConversationHandlers: string;
358
+ };
359
+ }, {
360
+ version: "1";
361
+ payload: {
362
+ definedConversationHandlers: string;
363
+ };
364
+ }>]>>;
365
+ }, "strip", z.ZodTypeAny, {
366
+ "AWS::Amplify::Platform"?: {
367
+ version: "1";
368
+ payload: {
369
+ deploymentType: string;
370
+ region: string;
371
+ };
372
+ } | undefined;
373
+ "AWS::Amplify::Custom"?: {
374
+ version: "1";
375
+ payload: {
376
+ customOutputs: string;
377
+ };
378
+ } | undefined;
379
+ "AWS::Amplify::Auth"?: {
380
+ version: "1";
381
+ payload: {
382
+ authRegion: string;
383
+ userPoolId: string;
384
+ webClientId: string;
385
+ identityPoolId: string;
386
+ allowUnauthenticatedIdentities?: string | undefined;
387
+ usernameAttributes?: string | undefined;
388
+ signupAttributes?: string | undefined;
389
+ passwordPolicyMinLength?: string | undefined;
390
+ passwordPolicyRequirements?: string | undefined;
391
+ mfaConfiguration?: string | undefined;
392
+ mfaTypes?: string | undefined;
393
+ verificationMechanisms?: string | undefined;
394
+ socialProviders?: string | undefined;
395
+ oauthCognitoDomain?: string | undefined;
396
+ oauthScope?: string | undefined;
397
+ oauthRedirectSignIn?: string | undefined;
398
+ oauthRedirectSignOut?: string | undefined;
399
+ oauthClientId?: string | undefined;
400
+ oauthResponseType?: string | undefined;
401
+ groups?: string | undefined;
402
+ };
403
+ } | undefined;
404
+ "AWS::Amplify::GraphQL"?: {
405
+ version: "1";
406
+ payload: {
407
+ awsAppsyncRegion: string;
408
+ awsAppsyncApiEndpoint: string;
409
+ awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
410
+ awsAppsyncApiId: string;
411
+ amplifyApiModelSchemaS3Uri: string;
412
+ awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
413
+ awsAppsyncConflictResolutionMode?: string | undefined;
414
+ awsAppsyncApiKey?: string | undefined;
415
+ };
416
+ } | undefined;
417
+ "AWS::Amplify::Storage"?: {
418
+ version: "1";
419
+ payload: {
420
+ bucketName: string;
421
+ storageRegion: string;
422
+ buckets?: string | undefined;
423
+ };
424
+ } | undefined;
425
+ "AWS::Amplify::Function"?: {
426
+ version: "1";
427
+ payload: {
428
+ definedFunctions: string;
429
+ };
430
+ } | undefined;
431
+ "AWS::Amplify::AI::Conversation"?: {
432
+ version: "1";
433
+ payload: {
434
+ definedConversationHandlers: string;
435
+ };
436
+ } | undefined;
437
+ }, {
438
+ "AWS::Amplify::Platform"?: {
439
+ version: "1";
440
+ payload: {
441
+ deploymentType: string;
442
+ region: string;
443
+ };
444
+ } | undefined;
445
+ "AWS::Amplify::Custom"?: {
446
+ version: "1";
447
+ payload: {
448
+ customOutputs: string;
449
+ };
450
+ } | undefined;
451
+ "AWS::Amplify::Auth"?: {
452
+ version: "1";
453
+ payload: {
454
+ authRegion: string;
455
+ userPoolId: string;
456
+ webClientId: string;
457
+ identityPoolId: string;
458
+ allowUnauthenticatedIdentities?: string | undefined;
459
+ usernameAttributes?: string | undefined;
460
+ signupAttributes?: string | undefined;
461
+ passwordPolicyMinLength?: string | undefined;
462
+ passwordPolicyRequirements?: string | undefined;
463
+ mfaConfiguration?: string | undefined;
464
+ mfaTypes?: string | undefined;
465
+ verificationMechanisms?: string | undefined;
466
+ socialProviders?: string | undefined;
467
+ oauthCognitoDomain?: string | undefined;
468
+ oauthScope?: string | undefined;
469
+ oauthRedirectSignIn?: string | undefined;
470
+ oauthRedirectSignOut?: string | undefined;
471
+ oauthClientId?: string | undefined;
472
+ oauthResponseType?: string | undefined;
473
+ groups?: string | undefined;
474
+ };
475
+ } | undefined;
476
+ "AWS::Amplify::GraphQL"?: {
477
+ version: "1";
478
+ payload: {
479
+ awsAppsyncRegion: string;
480
+ awsAppsyncApiEndpoint: string;
481
+ awsAppsyncAuthenticationType: "API_KEY" | "AWS_LAMBDA" | "AWS_IAM" | "OPENID_CONNECT" | "AMAZON_COGNITO_USER_POOLS";
482
+ awsAppsyncApiId: string;
483
+ amplifyApiModelSchemaS3Uri: string;
484
+ awsAppsyncAdditionalAuthenticationTypes?: string | undefined;
485
+ awsAppsyncConflictResolutionMode?: string | undefined;
486
+ awsAppsyncApiKey?: string | undefined;
487
+ };
488
+ } | undefined;
489
+ "AWS::Amplify::Storage"?: {
490
+ version: "1";
491
+ payload: {
492
+ bucketName: string;
493
+ storageRegion: string;
494
+ buckets?: string | undefined;
495
+ };
496
+ } | undefined;
497
+ "AWS::Amplify::Function"?: {
498
+ version: "1";
499
+ payload: {
500
+ definedFunctions: string;
501
+ };
502
+ } | undefined;
503
+ "AWS::Amplify::AI::Conversation"?: {
504
+ version: "1";
505
+ payload: {
506
+ definedConversationHandlers: string;
507
+ };
508
+ } | undefined;
509
+ }>;
510
+ /**
511
+ * This type is a subset of the BackendOutput type that is exposed by the platform.
512
+ * It represents BackendOutput that has been validated against the schema of known output values
513
+ */
514
+ export type UnifiedBackendOutput = z.infer<typeof unifiedBackendOutputSchema>;
515
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.unifiedBackendOutputSchema = exports.aiConversationOutputKey = exports.functionOutputKey = exports.storageOutputKey = exports.graphqlOutputKey = exports.authOutputKey = exports.customOutputKey = exports.platformOutputKey = void 0;
18
+ const zod_1 = require("zod");
19
+ const index_js_1 = require("./auth/index.js");
20
+ const index_js_2 = require("./graphql/index.js");
21
+ const index_js_3 = require("./storage/index.js");
22
+ const index_js_4 = require("./stack/index.js");
23
+ const custom_1 = require("./custom");
24
+ const index_js_5 = require("./function/index.js");
25
+ const index_js_6 = require("./ai/conversation/index.js");
26
+ /**
27
+ * The auth, graphql and storage exports here are duplicated from the submodule exports in the package.json file
28
+ * This is because these types need to be consumed in CDK Constructs that may be JSII classes. JSII only supports
29
+ * CommonJS modules which can't interpret submodule exports
30
+ */
31
+ /**
32
+ * ---------- Platform exports ----------
33
+ */
34
+ exports.platformOutputKey = 'AWS::Amplify::Platform';
35
+ __exportStar(require("./platform/index.js"), exports);
36
+ /**
37
+ * ---------- Custom exports ----------
38
+ */
39
+ exports.customOutputKey = 'AWS::Amplify::Custom';
40
+ __exportStar(require("./custom/index.js"), exports);
41
+ /**
42
+ * ---------- Auth exports ----------
43
+ */
44
+ /**
45
+ * re-export the auth output schema
46
+ */
47
+ __exportStar(require("./auth/index.js"), exports);
48
+ /**
49
+ * Expected key that auth output is stored under
50
+ */
51
+ exports.authOutputKey = 'AWS::Amplify::Auth';
52
+ /**
53
+ * ---------- GraphQL exports ----------
54
+ */
55
+ /**
56
+ * re-export the graphql output schema
57
+ */
58
+ __exportStar(require("./graphql/index.js"), exports);
59
+ /**
60
+ * Expected key that graphql output is stored under
61
+ */
62
+ exports.graphqlOutputKey = 'AWS::Amplify::GraphQL';
63
+ /**
64
+ * ---------- Storage exports ----------
65
+ */
66
+ /**
67
+ * re-export the storage output schema
68
+ */
69
+ __exportStar(require("./storage/index.js"), exports);
70
+ /**
71
+ * Expected key that storage output is stored under
72
+ */
73
+ exports.storageOutputKey = 'AWS::Amplify::Storage';
74
+ /**
75
+ * ---------- Function exports ----------
76
+ */
77
+ /**
78
+ * re-export the function output schema
79
+ */
80
+ __exportStar(require("./function/index.js"), exports);
81
+ /**
82
+ * Expected key that function output is stored under
83
+ */
84
+ exports.functionOutputKey = 'AWS::Amplify::Function';
85
+ /**
86
+ * ---------- AI conversation exports ----------
87
+ */
88
+ /**
89
+ * re-export the AI conversation output schema
90
+ */
91
+ __exportStar(require("./ai/conversation/index.js"), exports);
92
+ /**
93
+ * Expected key that AI conversation output is stored under
94
+ */
95
+ exports.aiConversationOutputKey = 'AWS::Amplify::AI::Conversation';
96
+ /**
97
+ * ---------- Unified exports ----------
98
+ */
99
+ /**
100
+ * Defines the unified expected shape of Amplify backend output.
101
+ * As new constructs are added that need to contribute backend output, entries should be added here so that client config generation is aware of these outputs
102
+ */
103
+ exports.unifiedBackendOutputSchema = zod_1.z.object({
104
+ [exports.platformOutputKey]: index_js_4.versionedStackOutputSchema.optional(),
105
+ [exports.authOutputKey]: index_js_1.versionedAuthOutputSchema.optional(),
106
+ [exports.graphqlOutputKey]: index_js_2.versionedGraphqlOutputSchema.optional(),
107
+ [exports.storageOutputKey]: index_js_3.versionedStorageOutputSchema.optional(),
108
+ [exports.customOutputKey]: custom_1.versionedCustomOutputSchema.optional(),
109
+ [exports.functionOutputKey]: index_js_5.versionedFunctionOutputSchema.optional(),
110
+ [exports.aiConversationOutputKey]: index_js_6.versionedAIConversationOutputSchema.optional(),
111
+ });
112
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSw2QkFBd0I7QUFDeEIsOENBQTREO0FBQzVELGlEQUFrRTtBQUNsRSxpREFBa0U7QUFDbEUsK0NBQThEO0FBQzlELHFDQUF1RDtBQUN2RCxrREFBb0U7QUFDcEUseURBQWlGO0FBRWpGOzs7O0dBSUc7QUFFSDs7R0FFRztBQUVVLFFBQUEsaUJBQWlCLEdBQUcsd0JBQXdCLENBQUM7QUFFMUQsc0RBQW9DO0FBRXBDOztHQUVHO0FBRVUsUUFBQSxlQUFlLEdBQUcsc0JBQXNCLENBQUM7QUFFdEQsb0RBQWtDO0FBRWxDOztHQUVHO0FBRUg7O0dBRUc7QUFDSCxrREFBZ0M7QUFFaEM7O0dBRUc7QUFDVSxRQUFBLGFBQWEsR0FBRyxvQkFBb0IsQ0FBQztBQUVsRDs7R0FFRztBQUVIOztHQUVHO0FBQ0gscURBQW1DO0FBRW5DOztHQUVHO0FBQ1UsUUFBQSxnQkFBZ0IsR0FBRyx1QkFBdUIsQ0FBQztBQUV4RDs7R0FFRztBQUVIOztHQUVHO0FBQ0gscURBQW1DO0FBRW5DOztHQUVHO0FBQ1UsUUFBQSxnQkFBZ0IsR0FBRyx1QkFBdUIsQ0FBQztBQUV4RDs7R0FFRztBQUVIOztHQUVHO0FBQ0gsc0RBQW9DO0FBRXBDOztHQUVHO0FBQ1UsUUFBQSxpQkFBaUIsR0FBRyx3QkFBd0IsQ0FBQztBQUUxRDs7R0FFRztBQUVIOztHQUVHO0FBQ0gsNkRBQTJDO0FBRTNDOztHQUVHO0FBQ1UsUUFBQSx1QkFBdUIsR0FBRyxnQ0FBZ0MsQ0FBQztBQUV4RTs7R0FFRztBQUVIOzs7R0FHRztBQUNVLFFBQUEsMEJBQTBCLEdBQUcsT0FBQyxDQUFDLE1BQU0sQ0FBQztJQUNqRCxDQUFDLHlCQUFpQixDQUFDLEVBQUUscUNBQTBCLENBQUMsUUFBUSxFQUFFO0lBQzFELENBQUMscUJBQWEsQ0FBQyxFQUFFLG9DQUF5QixDQUFDLFFBQVEsRUFBRTtJQUNyRCxDQUFDLHdCQUFnQixDQUFDLEVBQUUsdUNBQTRCLENBQUMsUUFBUSxFQUFFO0lBQzNELENBQUMsd0JBQWdCLENBQUMsRUFBRSx1Q0FBNEIsQ0FBQyxRQUFRLEVBQUU7SUFDM0QsQ0FBQyx1QkFBZSxDQUFDLEVBQUUsb0NBQTJCLENBQUMsUUFBUSxFQUFFO0lBQ3pELENBQUMseUJBQWlCLENBQUMsRUFBRSx3Q0FBNkIsQ0FBQyxRQUFRLEVBQUU7SUFDN0QsQ0FBQywrQkFBdUIsQ0FBQyxFQUFFLDhDQUFtQyxDQUFDLFFBQVEsRUFBRTtDQUMxRSxDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyB6IH0gZnJvbSAnem9kJztcbmltcG9ydCB7IHZlcnNpb25lZEF1dGhPdXRwdXRTY2hlbWEgfSBmcm9tICcuL2F1dGgvaW5kZXguanMnO1xuaW1wb3J0IHsgdmVyc2lvbmVkR3JhcGhxbE91dHB1dFNjaGVtYSB9IGZyb20gJy4vZ3JhcGhxbC9pbmRleC5qcyc7XG5pbXBvcnQgeyB2ZXJzaW9uZWRTdG9yYWdlT3V0cHV0U2NoZW1hIH0gZnJvbSAnLi9zdG9yYWdlL2luZGV4LmpzJztcbmltcG9ydCB7IHZlcnNpb25lZFN0YWNrT3V0cHV0U2NoZW1hIH0gZnJvbSAnLi9zdGFjay9pbmRleC5qcyc7XG5pbXBvcnQgeyB2ZXJzaW9uZWRDdXN0b21PdXRwdXRTY2hlbWEgfSBmcm9tICcuL2N1c3RvbSc7XG5pbXBvcnQgeyB2ZXJzaW9uZWRGdW5jdGlvbk91dHB1dFNjaGVtYSB9IGZyb20gJy4vZnVuY3Rpb24vaW5kZXguanMnO1xuaW1wb3J0IHsgdmVyc2lvbmVkQUlDb252ZXJzYXRpb25PdXRwdXRTY2hlbWEgfSBmcm9tICcuL2FpL2NvbnZlcnNhdGlvbi9pbmRleC5qcyc7XG5cbi8qKlxuICogVGhlIGF1dGgsIGdyYXBocWwgYW5kIHN0b3JhZ2UgZXhwb3J0cyBoZXJlIGFyZSBkdXBsaWNhdGVkIGZyb20gdGhlIHN1Ym1vZHVsZSBleHBvcnRzIGluIHRoZSBwYWNrYWdlLmpzb24gZmlsZVxuICogVGhpcyBpcyBiZWNhdXNlIHRoZXNlIHR5cGVzIG5lZWQgdG8gYmUgY29uc3VtZWQgaW4gQ0RLIENvbnN0cnVjdHMgdGhhdCBtYXkgYmUgSlNJSSBjbGFzc2VzLiBKU0lJIG9ubHkgc3VwcG9ydHNcbiAqIENvbW1vbkpTIG1vZHVsZXMgd2hpY2ggY2FuJ3QgaW50ZXJwcmV0IHN1Ym1vZHVsZSBleHBvcnRzXG4gKi9cblxuLyoqXG4gKiAtLS0tLS0tLS0tIFBsYXRmb3JtIGV4cG9ydHMgLS0tLS0tLS0tLVxuICovXG5cbmV4cG9ydCBjb25zdCBwbGF0Zm9ybU91dHB1dEtleSA9ICdBV1M6OkFtcGxpZnk6OlBsYXRmb3JtJztcblxuZXhwb3J0ICogZnJvbSAnLi9wbGF0Zm9ybS9pbmRleC5qcyc7XG5cbi8qKlxuICogLS0tLS0tLS0tLSBDdXN0b20gZXhwb3J0cyAtLS0tLS0tLS0tXG4gKi9cblxuZXhwb3J0IGNvbnN0IGN1c3RvbU91dHB1dEtleSA9ICdBV1M6OkFtcGxpZnk6OkN1c3RvbSc7XG5cbmV4cG9ydCAqIGZyb20gJy4vY3VzdG9tL2luZGV4LmpzJztcblxuLyoqXG4gKiAtLS0tLS0tLS0tIEF1dGggZXhwb3J0cyAtLS0tLS0tLS0tXG4gKi9cblxuLyoqXG4gKiByZS1leHBvcnQgdGhlIGF1dGggb3V0cHV0IHNjaGVtYVxuICovXG5leHBvcnQgKiBmcm9tICcuL2F1dGgvaW5kZXguanMnO1xuXG4vKipcbiAqIEV4cGVjdGVkIGtleSB0aGF0IGF1dGggb3V0cHV0IGlzIHN0b3JlZCB1bmRlclxuICovXG5leHBvcnQgY29uc3QgYXV0aE91dHB1dEtleSA9ICdBV1M6OkFtcGxpZnk6OkF1dGgnO1xuXG4vKipcbiAqIC0tLS0tLS0tLS0gR3JhcGhRTCBleHBvcnRzIC0tLS0tLS0tLS1cbiAqL1xuXG4vKipcbiAqIHJlLWV4cG9ydCB0aGUgZ3JhcGhxbCBvdXRwdXQgc2NoZW1hXG4gKi9cbmV4cG9ydCAqIGZyb20gJy4vZ3JhcGhxbC9pbmRleC5qcyc7XG5cbi8qKlxuICogRXhwZWN0ZWQga2V5IHRoYXQgZ3JhcGhxbCBvdXRwdXQgaXMgc3RvcmVkIHVuZGVyXG4gKi9cbmV4cG9ydCBjb25zdCBncmFwaHFsT3V0cHV0S2V5ID0gJ0FXUzo6QW1wbGlmeTo6R3JhcGhRTCc7XG5cbi8qKlxuICogLS0tLS0tLS0tLSBTdG9yYWdlIGV4cG9ydHMgLS0tLS0tLS0tLVxuICovXG5cbi8qKlxuICogcmUtZXhwb3J0IHRoZSBzdG9yYWdlIG91dHB1dCBzY2hlbWFcbiAqL1xuZXhwb3J0ICogZnJvbSAnLi9zdG9yYWdlL2luZGV4LmpzJztcblxuLyoqXG4gKiBFeHBlY3RlZCBrZXkgdGhhdCBzdG9yYWdlIG91dHB1dCBpcyBzdG9yZWQgdW5kZXJcbiAqL1xuZXhwb3J0IGNvbnN0IHN0b3JhZ2VPdXRwdXRLZXkgPSAnQVdTOjpBbXBsaWZ5OjpTdG9yYWdlJztcblxuLyoqXG4gKiAtLS0tLS0tLS0tIEZ1bmN0aW9uIGV4cG9ydHMgLS0tLS0tLS0tLVxuICovXG5cbi8qKlxuICogcmUtZXhwb3J0IHRoZSBmdW5jdGlvbiBvdXRwdXQgc2NoZW1hXG4gKi9cbmV4cG9ydCAqIGZyb20gJy4vZnVuY3Rpb24vaW5kZXguanMnO1xuXG4vKipcbiAqIEV4cGVjdGVkIGtleSB0aGF0IGZ1bmN0aW9uIG91dHB1dCBpcyBzdG9yZWQgdW5kZXJcbiAqL1xuZXhwb3J0IGNvbnN0IGZ1bmN0aW9uT3V0cHV0S2V5ID0gJ0FXUzo6QW1wbGlmeTo6RnVuY3Rpb24nO1xuXG4vKipcbiAqIC0tLS0tLS0tLS0gQUkgY29udmVyc2F0aW9uIGV4cG9ydHMgLS0tLS0tLS0tLVxuICovXG5cbi8qKlxuICogcmUtZXhwb3J0IHRoZSBBSSBjb252ZXJzYXRpb24gb3V0cHV0IHNjaGVtYVxuICovXG5leHBvcnQgKiBmcm9tICcuL2FpL2NvbnZlcnNhdGlvbi9pbmRleC5qcyc7XG5cbi8qKlxuICogRXhwZWN0ZWQga2V5IHRoYXQgQUkgY29udmVyc2F0aW9uIG91dHB1dCBpcyBzdG9yZWQgdW5kZXJcbiAqL1xuZXhwb3J0IGNvbnN0IGFpQ29udmVyc2F0aW9uT3V0cHV0S2V5ID0gJ0FXUzo6QW1wbGlmeTo6QUk6OkNvbnZlcnNhdGlvbic7XG5cbi8qKlxuICogLS0tLS0tLS0tLSBVbmlmaWVkIGV4cG9ydHMgLS0tLS0tLS0tLVxuICovXG5cbi8qKlxuICogRGVmaW5lcyB0aGUgdW5pZmllZCBleHBlY3RlZCBzaGFwZSBvZiBBbXBsaWZ5IGJhY2tlbmQgb3V0cHV0LlxuICogQXMgbmV3IGNvbnN0cnVjdHMgYXJlIGFkZGVkIHRoYXQgbmVlZCB0byBjb250cmlidXRlIGJhY2tlbmQgb3V0cHV0LCBlbnRyaWVzIHNob3VsZCBiZSBhZGRlZCBoZXJlIHNvIHRoYXQgY2xpZW50IGNvbmZpZyBnZW5lcmF0aW9uIGlzIGF3YXJlIG9mIHRoZXNlIG91dHB1dHNcbiAqL1xuZXhwb3J0IGNvbnN0IHVuaWZpZWRCYWNrZW5kT3V0cHV0U2NoZW1hID0gei5vYmplY3Qoe1xuICBbcGxhdGZvcm1PdXRwdXRLZXldOiB2ZXJzaW9uZWRTdGFja091dHB1dFNjaGVtYS5vcHRpb25hbCgpLFxuICBbYXV0aE91dHB1dEtleV06IHZlcnNpb25lZEF1dGhPdXRwdXRTY2hlbWEub3B0aW9uYWwoKSxcbiAgW2dyYXBocWxPdXRwdXRLZXldOiB2ZXJzaW9uZWRHcmFwaHFsT3V0cHV0U2NoZW1hLm9wdGlvbmFsKCksXG4gIFtzdG9yYWdlT3V0cHV0S2V5XTogdmVyc2lvbmVkU3RvcmFnZU91dHB1dFNjaGVtYS5vcHRpb25hbCgpLFxuICBbY3VzdG9tT3V0cHV0S2V5XTogdmVyc2lvbmVkQ3VzdG9tT3V0cHV0U2NoZW1hLm9wdGlvbmFsKCksXG4gIFtmdW5jdGlvbk91dHB1dEtleV06IHZlcnNpb25lZEZ1bmN0aW9uT3V0cHV0U2NoZW1hLm9wdGlvbmFsKCksXG4gIFthaUNvbnZlcnNhdGlvbk91dHB1dEtleV06IHZlcnNpb25lZEFJQ29udmVyc2F0aW9uT3V0cHV0U2NoZW1hLm9wdGlvbmFsKCksXG59KTtcbi8qKlxuICogVGhpcyB0eXBlIGlzIGEgc3Vic2V0IG9mIHRoZSBCYWNrZW5kT3V0cHV0IHR5cGUgdGhhdCBpcyBleHBvc2VkIGJ5IHRoZSBwbGF0Zm9ybS5cbiAqIEl0IHJlcHJlc2VudHMgQmFja2VuZE91dHB1dCB0aGF0IGhhcyBiZWVuIHZhbGlkYXRlZCBhZ2FpbnN0IHRoZSBzY2hlbWEgb2Yga25vd24gb3V0cHV0IHZhbHVlc1xuICovXG5leHBvcnQgdHlwZSBVbmlmaWVkQmFja2VuZE91dHB1dCA9IHouaW5mZXI8dHlwZW9mIHVuaWZpZWRCYWNrZW5kT3V0cHV0U2NoZW1hPjtcbiJdfQ==
@@ -0,0 +1,2 @@
1
+ export * from './stack_metadata_schemas.js';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./stack_metadata_schemas.js"), exports);
18
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvcGxhdGZvcm0vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDhEQUE0QyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vc3RhY2tfbWV0YWRhdGFfc2NoZW1hcy5qcyc7XG4iXX0=