@aws-sdk/client-amplifyuibuilder 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +47 -1470
- package/dist-cjs/models/AmplifyUIBuilderServiceException.js +12 -0
- package/dist-cjs/models/errors.js +95 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1218 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +91 -85
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -0,0 +1,1218 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ExportComponentsResponse$ = exports.ExportComponentsRequest$ = exports.ExchangeCodeForTokenResponse$ = exports.ExchangeCodeForTokenRequestBody$ = exports.ExchangeCodeForTokenRequest$ = exports.DeleteThemeRequest$ = exports.DeleteFormRequest$ = exports.DeleteComponentRequest$ = exports.DataStoreRenderConfig$ = exports.CreateThemeResponse$ = exports.CreateThemeRequest$ = exports.CreateThemeData$ = exports.CreateFormResponse$ = exports.CreateFormRequest$ = exports.CreateFormData$ = exports.CreateComponentResponse$ = exports.CreateComponentRequest$ = exports.CreateComponentData$ = exports.ComponentVariant$ = exports.ComponentSummary$ = exports.ComponentPropertyBindingProperties$ = exports.ComponentProperty$ = exports.ComponentEvent$ = exports.ComponentDataConfiguration$ = exports.ComponentConditionProperty$ = exports.ComponentChild$ = exports.ComponentBindingPropertiesValueProperties$ = exports.ComponentBindingPropertiesValue$ = exports.Component$ = exports.CodegenJobSummary$ = exports.CodegenJobGenericDataSchema$ = exports.CodegenJobAsset$ = exports.CodegenJob$ = exports.CodegenGenericDataRelationshipType$ = exports.CodegenGenericDataNonModel$ = exports.CodegenGenericDataModel$ = exports.CodegenGenericDataField$ = exports.CodegenGenericDataEnum$ = exports.CodegenFeatureFlags$ = exports.CodegenDependency$ = exports.ActionParameters$ = exports.errorTypeRegistries = exports.UnauthorizedException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.ResourceConflictException$ = exports.InvalidParameterException$ = exports.InternalServerException$ = exports.AmplifyUIBuilderServiceException$ = void 0;
|
|
4
|
+
exports.SectionalElement$ = exports.RefreshTokenResponse$ = exports.RefreshTokenRequestBody$ = exports.RefreshTokenRequest$ = exports.ReactStartCodegenJobData$ = exports.PutMetadataFlagRequest$ = exports.PutMetadataFlagBody$ = exports.Predicate$ = exports.NoApiRenderConfig$ = exports.MutationActionSetStateParameter$ = exports.ListThemesResponse$ = exports.ListThemesRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListFormsResponse$ = exports.ListFormsRequest$ = exports.ListComponentsResponse$ = exports.ListComponentsRequest$ = exports.ListCodegenJobsResponse$ = exports.ListCodegenJobsRequest$ = exports.GraphQLRenderConfig$ = exports.GetThemeResponse$ = exports.GetThemeRequest$ = exports.GetMetadataResponse$ = exports.GetMetadataRequest$ = exports.GetFormResponse$ = exports.GetFormRequest$ = exports.GetComponentResponse$ = exports.GetComponentRequest$ = exports.GetCodegenJobResponse$ = exports.GetCodegenJobRequest$ = exports.FormSummary$ = exports.FormStyle$ = exports.FormInputValuePropertyBindingProperties$ = exports.FormInputValueProperty$ = exports.FormInputBindingPropertiesValueProperties$ = exports.FormInputBindingPropertiesValue$ = exports.FormDataTypeConfig$ = exports.FormCTA$ = exports.FormButton$ = exports.FormBindingElement$ = exports.Form$ = exports.FileUploaderFieldConfig$ = exports.FieldValidationConfiguration$ = exports.FieldInputConfig$ = exports.FieldConfig$ = exports.ExportThemesResponse$ = exports.ExportThemesRequest$ = exports.ExportFormsResponse$ = exports.ExportFormsRequest$ = void 0;
|
|
5
|
+
exports.StartCodegenJob$ = exports.RefreshToken$ = exports.PutMetadataFlag$ = exports.ListThemes$ = exports.ListTagsForResource$ = exports.ListForms$ = exports.ListComponents$ = exports.ListCodegenJobs$ = exports.GetTheme$ = exports.GetMetadata$ = exports.GetForm$ = exports.GetComponent$ = exports.GetCodegenJob$ = exports.ExportThemes$ = exports.ExportForms$ = exports.ExportComponents$ = exports.ExchangeCodeForToken$ = exports.DeleteTheme$ = exports.DeleteForm$ = exports.DeleteComponent$ = exports.CreateTheme$ = exports.CreateForm$ = exports.CreateComponent$ = exports.FormStyleConfig$ = exports.FieldPosition$ = exports.CodegenJobRenderConfig$ = exports.ApiConfiguration$ = exports.ValueMappings$ = exports.ValueMapping$ = exports.UpdateThemeResponse$ = exports.UpdateThemeRequest$ = exports.UpdateThemeData$ = exports.UpdateFormResponse$ = exports.UpdateFormRequest$ = exports.UpdateFormData$ = exports.UpdateComponentResponse$ = exports.UpdateComponentRequest$ = exports.UpdateComponentData$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.ThemeValues$ = exports.ThemeValue$ = exports.ThemeSummary$ = exports.Theme$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StartCodegenJobResponse$ = exports.StartCodegenJobRequest$ = exports.StartCodegenJobData$ = exports.SortProperty$ = void 0;
|
|
6
|
+
exports.UpdateTheme$ = exports.UpdateForm$ = exports.UpdateComponent$ = exports.UntagResource$ = exports.TagResource$ = void 0;
|
|
7
|
+
const _AC = "ApiConfiguration";
|
|
8
|
+
const _AP = "ActionParameters";
|
|
9
|
+
const _C = "Component";
|
|
10
|
+
const _CBP = "ComponentBindingProperties";
|
|
11
|
+
const _CBPV = "ComponentBindingPropertiesValue";
|
|
12
|
+
const _CBPVP = "ComponentBindingPropertiesValueProperties";
|
|
13
|
+
const _CC = "ComponentChild";
|
|
14
|
+
const _CCD = "CreateComponentData";
|
|
15
|
+
const _CCL = "ComponentChildList";
|
|
16
|
+
const _CCP = "ComponentConditionProperty";
|
|
17
|
+
const _CCPo = "ComponentCollectionProperties";
|
|
18
|
+
const _CCR = "CreateComponentRequest";
|
|
19
|
+
const _CCRr = "CreateComponentResponse";
|
|
20
|
+
const _CCr = "CreateComponent";
|
|
21
|
+
const _CD = "CodegenDependency";
|
|
22
|
+
const _CDC = "ComponentDataConfiguration";
|
|
23
|
+
const _CDo = "CodegenDependencies";
|
|
24
|
+
const _CE = "ComponentEvent";
|
|
25
|
+
const _CEo = "ComponentEvents";
|
|
26
|
+
const _CF = "CreateForm";
|
|
27
|
+
const _CFD = "CreateFormData";
|
|
28
|
+
const _CFF = "CodegenFeatureFlags";
|
|
29
|
+
const _CFR = "CreateFormRequest";
|
|
30
|
+
const _CFRr = "CreateFormResponse";
|
|
31
|
+
const _CGDE = "CodegenGenericDataEnum";
|
|
32
|
+
const _CGDEo = "CodegenGenericDataEnums";
|
|
33
|
+
const _CGDF = "CodegenGenericDataField";
|
|
34
|
+
const _CGDFo = "CodegenGenericDataFields";
|
|
35
|
+
const _CGDM = "CodegenGenericDataModel";
|
|
36
|
+
const _CGDMo = "CodegenGenericDataModels";
|
|
37
|
+
const _CGDNM = "CodegenGenericDataNonModel";
|
|
38
|
+
const _CGDNMF = "CodegenGenericDataNonModelFields";
|
|
39
|
+
const _CGDNMo = "CodegenGenericDataNonModels";
|
|
40
|
+
const _CGDRT = "CodegenGenericDataRelationshipType";
|
|
41
|
+
const _CJ = "CodegenJob";
|
|
42
|
+
const _CJA = "CodegenJobAsset";
|
|
43
|
+
const _CJGDS = "CodegenJobGenericDataSchema";
|
|
44
|
+
const _CJRC = "CodegenJobRenderConfig";
|
|
45
|
+
const _CJS = "CodegenJobSummary";
|
|
46
|
+
const _CJSL = "CodegenJobSummaryList";
|
|
47
|
+
const _CL = "ComponentList";
|
|
48
|
+
const _CO = "ComponentOverrides";
|
|
49
|
+
const _CP = "ComponentProperty";
|
|
50
|
+
const _CPBP = "ComponentPropertyBindingProperties";
|
|
51
|
+
const _CPL = "ComponentPropertyList";
|
|
52
|
+
const _CPo = "ComponentProperties";
|
|
53
|
+
const _CS = "ComponentSummary";
|
|
54
|
+
const _CSL = "ComponentSummaryList";
|
|
55
|
+
const _CT = "CreateTheme";
|
|
56
|
+
const _CTD = "CreateThemeData";
|
|
57
|
+
const _CTR = "CreateThemeRequest";
|
|
58
|
+
const _CTRr = "CreateThemeResponse";
|
|
59
|
+
const _CV = "ComponentVariant";
|
|
60
|
+
const _CVo = "ComponentVariants";
|
|
61
|
+
const _DC = "DeleteComponent";
|
|
62
|
+
const _DCR = "DeleteComponentRequest";
|
|
63
|
+
const _DF = "DeleteForm";
|
|
64
|
+
const _DFR = "DeleteFormRequest";
|
|
65
|
+
const _DSRC = "DataStoreRenderConfig";
|
|
66
|
+
const _DT = "DeleteTheme";
|
|
67
|
+
const _DTR = "DeleteThemeRequest";
|
|
68
|
+
const _EC = "ExportComponents";
|
|
69
|
+
const _ECFT = "ExchangeCodeForToken";
|
|
70
|
+
const _ECFTR = "ExchangeCodeForTokenRequest";
|
|
71
|
+
const _ECFTRB = "ExchangeCodeForTokenRequestBody";
|
|
72
|
+
const _ECFTRx = "ExchangeCodeForTokenResponse";
|
|
73
|
+
const _ECR = "ExportComponentsRequest";
|
|
74
|
+
const _ECRx = "ExportComponentsResponse";
|
|
75
|
+
const _EF = "ExportForms";
|
|
76
|
+
const _EFR = "ExportFormsRequest";
|
|
77
|
+
const _EFRx = "ExportFormsResponse";
|
|
78
|
+
const _ET = "ExportThemes";
|
|
79
|
+
const _ETR = "ExportThemesRequest";
|
|
80
|
+
const _ETRx = "ExportThemesResponse";
|
|
81
|
+
const _F = "Form";
|
|
82
|
+
const _FB = "FormButton";
|
|
83
|
+
const _FBE = "FormBindingElement";
|
|
84
|
+
const _FBo = "FormBindings";
|
|
85
|
+
const _FC = "FieldConfig";
|
|
86
|
+
const _FCTA = "FormCTA";
|
|
87
|
+
const _FDTC = "FormDataTypeConfig";
|
|
88
|
+
const _FIBP = "FormInputBindingProperties";
|
|
89
|
+
const _FIBPV = "FormInputBindingPropertiesValue";
|
|
90
|
+
const _FIBPVP = "FormInputBindingPropertiesValueProperties";
|
|
91
|
+
const _FIC = "FieldInputConfig";
|
|
92
|
+
const _FIVP = "FormInputValueProperty";
|
|
93
|
+
const _FIVPBP = "FormInputValuePropertyBindingProperties";
|
|
94
|
+
const _FIVPL = "FormInputValuePropertyList";
|
|
95
|
+
const _FL = "FormList";
|
|
96
|
+
const _FM = "FieldsMap";
|
|
97
|
+
const _FP = "FieldPosition";
|
|
98
|
+
const _FS = "FormStyle";
|
|
99
|
+
const _FSC = "FormStyleConfig";
|
|
100
|
+
const _FSL = "FormSummaryList";
|
|
101
|
+
const _FSo = "FormSummary";
|
|
102
|
+
const _FUFC = "FileUploaderFieldConfig";
|
|
103
|
+
const _FVC = "FieldValidationConfiguration";
|
|
104
|
+
const _GC = "GetComponent";
|
|
105
|
+
const _GCJ = "GetCodegenJob";
|
|
106
|
+
const _GCJR = "GetCodegenJobRequest";
|
|
107
|
+
const _GCJRe = "GetCodegenJobResponse";
|
|
108
|
+
const _GCR = "GetComponentRequest";
|
|
109
|
+
const _GCRe = "GetComponentResponse";
|
|
110
|
+
const _GF = "GetForm";
|
|
111
|
+
const _GFR = "GetFormRequest";
|
|
112
|
+
const _GFRe = "GetFormResponse";
|
|
113
|
+
const _GM = "GetMetadata";
|
|
114
|
+
const _GMR = "GetMetadataRequest";
|
|
115
|
+
const _GMRe = "GetMetadataResponse";
|
|
116
|
+
const _GQLRC = "GraphQLRenderConfig";
|
|
117
|
+
const _GT = "GetTheme";
|
|
118
|
+
const _GTR = "GetThemeRequest";
|
|
119
|
+
const _GTRe = "GetThemeResponse";
|
|
120
|
+
const _IPE = "InvalidParameterException";
|
|
121
|
+
const _ISE = "InternalServerException";
|
|
122
|
+
const _LC = "ListComponents";
|
|
123
|
+
const _LCJ = "ListCodegenJobs";
|
|
124
|
+
const _LCJR = "ListCodegenJobsRequest";
|
|
125
|
+
const _LCJRi = "ListCodegenJobsResponse";
|
|
126
|
+
const _LCR = "ListComponentsRequest";
|
|
127
|
+
const _LCRi = "ListComponentsResponse";
|
|
128
|
+
const _LF = "ListForms";
|
|
129
|
+
const _LFR = "ListFormsRequest";
|
|
130
|
+
const _LFRi = "ListFormsResponse";
|
|
131
|
+
const _LT = "ListThemes";
|
|
132
|
+
const _LTFR = "ListTagsForResource";
|
|
133
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
134
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
135
|
+
const _LTR = "ListThemesRequest";
|
|
136
|
+
const _LTRi = "ListThemesResponse";
|
|
137
|
+
const _MASSP = "MutationActionSetStateParameter";
|
|
138
|
+
const _NARC = "NoApiRenderConfig";
|
|
139
|
+
const _P = "Predicate";
|
|
140
|
+
const _PL = "PredicateList";
|
|
141
|
+
const _PMF = "PutMetadataFlag";
|
|
142
|
+
const _PMFB = "PutMetadataFlagBody";
|
|
143
|
+
const _PMFR = "PutMetadataFlagRequest";
|
|
144
|
+
const _RCE = "ResourceConflictException";
|
|
145
|
+
const _RNFE = "ResourceNotFoundException";
|
|
146
|
+
const _RSCJD = "ReactStartCodegenJobData";
|
|
147
|
+
const _RT = "RefreshToken";
|
|
148
|
+
const _RTR = "RefreshTokenRequest";
|
|
149
|
+
const _RTRB = "RefreshTokenRequestBody";
|
|
150
|
+
const _RTRe = "RefreshTokenResponse";
|
|
151
|
+
const _SCJ = "StartCodegenJob";
|
|
152
|
+
const _SCJD = "StartCodegenJobData";
|
|
153
|
+
const _SCJR = "StartCodegenJobRequest";
|
|
154
|
+
const _SCJRt = "StartCodegenJobResponse";
|
|
155
|
+
const _SE = "SectionalElement";
|
|
156
|
+
const _SEM = "SectionalElementMap";
|
|
157
|
+
const _SP = "SortProperty";
|
|
158
|
+
const _SPL = "SortPropertyList";
|
|
159
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
160
|
+
const _SS = "SensitiveString";
|
|
161
|
+
const _T = "Theme";
|
|
162
|
+
const _TE = "ThrottlingException";
|
|
163
|
+
const _TL = "ThemeList";
|
|
164
|
+
const _TR = "TagResource";
|
|
165
|
+
const _TRR = "TagResourceRequest";
|
|
166
|
+
const _TRRa = "TagResourceResponse";
|
|
167
|
+
const _TS = "ThemeSummary";
|
|
168
|
+
const _TSL = "ThemeSummaryList";
|
|
169
|
+
const _TV = "ThemeValue";
|
|
170
|
+
const _TVL = "ThemeValuesList";
|
|
171
|
+
const _TVh = "ThemeValues";
|
|
172
|
+
const _UC = "UpdateComponent";
|
|
173
|
+
const _UCD = "UpdateComponentData";
|
|
174
|
+
const _UCR = "UpdateComponentRequest";
|
|
175
|
+
const _UCRp = "UpdateComponentResponse";
|
|
176
|
+
const _UE = "UnauthorizedException";
|
|
177
|
+
const _UF = "UpdateForm";
|
|
178
|
+
const _UFD = "UpdateFormData";
|
|
179
|
+
const _UFR = "UpdateFormRequest";
|
|
180
|
+
const _UFRp = "UpdateFormResponse";
|
|
181
|
+
const _UR = "UntagResource";
|
|
182
|
+
const _URR = "UntagResourceRequest";
|
|
183
|
+
const _URRn = "UntagResourceResponse";
|
|
184
|
+
const _UT = "UpdateTheme";
|
|
185
|
+
const _UTD = "UpdateThemeData";
|
|
186
|
+
const _UTR = "UpdateThemeRequest";
|
|
187
|
+
const _UTRp = "UpdateThemeResponse";
|
|
188
|
+
const _VL = "ValidationsList";
|
|
189
|
+
const _VM = "ValueMapping";
|
|
190
|
+
const _VML = "ValueMappingList";
|
|
191
|
+
const _VMa = "ValueMappings";
|
|
192
|
+
const _a = "anchor";
|
|
193
|
+
const _aC = "apiConfiguration";
|
|
194
|
+
const _aF = "associatedFields";
|
|
195
|
+
const _aFT = "acceptedFileTypes";
|
|
196
|
+
const _aGF = "autoGenerateForms";
|
|
197
|
+
const _aI = "appId";
|
|
198
|
+
const _aL = "accessLevel";
|
|
199
|
+
const _aT = "accessToken";
|
|
200
|
+
const _ac = "action";
|
|
201
|
+
const _an = "and";
|
|
202
|
+
const _as = "asset";
|
|
203
|
+
const _b = "bucket";
|
|
204
|
+
const _bE = "bindingEvent";
|
|
205
|
+
const _bP = "bindingProperties";
|
|
206
|
+
const _bTFORM = "belongsToFieldOnRelatedModel";
|
|
207
|
+
const _be = "below";
|
|
208
|
+
const _bi = "bindings";
|
|
209
|
+
const _bo = "body";
|
|
210
|
+
const _c = "client";
|
|
211
|
+
const _cA = "createdAt";
|
|
212
|
+
const _cBP = "collectionBindingProperties";
|
|
213
|
+
const _cI = "clientId";
|
|
214
|
+
const _cJTC = "codegenJobToCreate";
|
|
215
|
+
const _cN = "componentName";
|
|
216
|
+
const _cP = "collectionProperties";
|
|
217
|
+
const _cT = "componentType";
|
|
218
|
+
const _cTC = "componentToCreate";
|
|
219
|
+
const _cTl = "clientToken";
|
|
220
|
+
const _cUAM = "canUnlinkAssociatedModel";
|
|
221
|
+
const _ca = "cancel";
|
|
222
|
+
const _ch = "children";
|
|
223
|
+
const _cl = "clear";
|
|
224
|
+
const _co = "concat";
|
|
225
|
+
const _cod = "code";
|
|
226
|
+
const _com = "component";
|
|
227
|
+
const _con = "condition";
|
|
228
|
+
const _conf = "configured";
|
|
229
|
+
const _ct = "cta";
|
|
230
|
+
const _d = "dependencies";
|
|
231
|
+
const _dC = "defaultChecked";
|
|
232
|
+
const _dCC = "defaultCountryCode";
|
|
233
|
+
const _dSC = "dataStoreConfig";
|
|
234
|
+
const _dST = "dataSourceType";
|
|
235
|
+
const _dT = "dataType";
|
|
236
|
+
const _dTN = "dataTypeName";
|
|
237
|
+
const _dTV = "dataTypeValue";
|
|
238
|
+
const _dTe = "descriptiveText";
|
|
239
|
+
const _dU = "downloadUrl";
|
|
240
|
+
const _dV = "defaultValue";
|
|
241
|
+
const _dVi = "displayValue";
|
|
242
|
+
const _di = "direction";
|
|
243
|
+
const _e = "error";
|
|
244
|
+
const _eI = "expiresIn";
|
|
245
|
+
const _eN = "environmentName";
|
|
246
|
+
const _el = "else";
|
|
247
|
+
const _ele = "element";
|
|
248
|
+
const _en = "enums";
|
|
249
|
+
const _ent = "entity";
|
|
250
|
+
const _enti = "entities";
|
|
251
|
+
const _ev = "events";
|
|
252
|
+
const _eve = "event";
|
|
253
|
+
const _ex = "excluded";
|
|
254
|
+
const _f = "fields";
|
|
255
|
+
const _fAT = "formActionType";
|
|
256
|
+
const _fFP = "fragmentsFilePath";
|
|
257
|
+
const _fN = "featureName";
|
|
258
|
+
const _fTC = "formToCreate";
|
|
259
|
+
const _fUC = "fileUploaderConfig";
|
|
260
|
+
const _fe = "features";
|
|
261
|
+
const _fi = "field";
|
|
262
|
+
const _fix = "fixed";
|
|
263
|
+
const _fo = "form";
|
|
264
|
+
const _g = "global";
|
|
265
|
+
const _gDS = "genericDataSchema";
|
|
266
|
+
const _gQLC = "graphQLConfig";
|
|
267
|
+
const _h = "http";
|
|
268
|
+
const _hE = "httpError";
|
|
269
|
+
const _hG = "horizontalGap";
|
|
270
|
+
const _hQ = "httpQuery";
|
|
271
|
+
const _i = "id";
|
|
272
|
+
const _iA = "isArray";
|
|
273
|
+
const _iHMI = "isHasManyIndex";
|
|
274
|
+
const _iJT = "isJoinTable";
|
|
275
|
+
const _iNMS = "isNonModelSupported";
|
|
276
|
+
const _iR = "isResumable";
|
|
277
|
+
const _iRS = "isRelationshipSupported";
|
|
278
|
+
const _iSM = "inlineSourceMap";
|
|
279
|
+
const _iSV = "isSemVer";
|
|
280
|
+
const _iT = "idempotencyToken";
|
|
281
|
+
const _iTn = "inputType";
|
|
282
|
+
const _iV = "importedValue";
|
|
283
|
+
const _id = "identifiers";
|
|
284
|
+
const _j = "job";
|
|
285
|
+
const _k = "key";
|
|
286
|
+
const _l = "label";
|
|
287
|
+
const _lD = "labelDecorator";
|
|
288
|
+
const _le = "level";
|
|
289
|
+
const _m = "message";
|
|
290
|
+
const _mA = "modifiedAt";
|
|
291
|
+
const _mFC = "maxFileCount";
|
|
292
|
+
const _mFP = "mutationsFilePath";
|
|
293
|
+
const _mR = "maxResults";
|
|
294
|
+
const _mS = "maxSize";
|
|
295
|
+
const _mV = "minValue";
|
|
296
|
+
const _mVa = "maxValue";
|
|
297
|
+
const _mo = "model";
|
|
298
|
+
const _mod = "models";
|
|
299
|
+
const _modu = "module";
|
|
300
|
+
const _n = "name";
|
|
301
|
+
const _nAC = "noApiConfig";
|
|
302
|
+
const _nM = "nonModels";
|
|
303
|
+
const _nT = "nextToken";
|
|
304
|
+
const _nV = "numValues";
|
|
305
|
+
const _nVe = "newValue";
|
|
306
|
+
const _o = "overrides";
|
|
307
|
+
const _oP = "outerPadding";
|
|
308
|
+
const _oT = "operandType";
|
|
309
|
+
const _op = "operator";
|
|
310
|
+
const _ope = "operand";
|
|
311
|
+
const _or = "or";
|
|
312
|
+
const _ori = "orientation";
|
|
313
|
+
const _p = "properties";
|
|
314
|
+
const _pK = "primaryKeys";
|
|
315
|
+
const _pa = "parameters";
|
|
316
|
+
const _pl = "placeholder";
|
|
317
|
+
const _po = "position";
|
|
318
|
+
const _pr = "predicates";
|
|
319
|
+
const _pre = "predicate";
|
|
320
|
+
const _pro = "property";
|
|
321
|
+
const _prov = "provider";
|
|
322
|
+
const _qFP = "queriesFilePath";
|
|
323
|
+
const _r = "reason";
|
|
324
|
+
const _rA = "resourceArn";
|
|
325
|
+
const _rC = "renderConfig";
|
|
326
|
+
const _rJFN = "relatedJoinFieldName";
|
|
327
|
+
const _rJTN = "relatedJoinTableName";
|
|
328
|
+
const _rMF = "relatedModelFields";
|
|
329
|
+
const _rMN = "relatedModelName";
|
|
330
|
+
const _rO = "readOnly";
|
|
331
|
+
const _rOi = "rightOf";
|
|
332
|
+
const _rT = "refreshToken";
|
|
333
|
+
const _rTB = "refreshTokenBody";
|
|
334
|
+
const _rTD = "renderTypeDeclarations";
|
|
335
|
+
const _rU = "redirectUri";
|
|
336
|
+
const _re = "required";
|
|
337
|
+
const _rea = "react";
|
|
338
|
+
const _rel = "relationship";
|
|
339
|
+
const _req = "request";
|
|
340
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.amplifyuibuilder";
|
|
341
|
+
const _sE = "sectionalElements";
|
|
342
|
+
const _sFP = "subscriptionsFilePath";
|
|
343
|
+
const _sI = "sourceId";
|
|
344
|
+
const _sM = "statusMessage";
|
|
345
|
+
const _sN = "slotName";
|
|
346
|
+
const _sT = "showThumbnails";
|
|
347
|
+
const _sV = "supportedVersion";
|
|
348
|
+
const _sVc = "schemaVersion";
|
|
349
|
+
const _sVt = "strValues";
|
|
350
|
+
const _sc = "script";
|
|
351
|
+
const _se = "server";
|
|
352
|
+
const _set = "set";
|
|
353
|
+
const _so = "sort";
|
|
354
|
+
const _st = "state";
|
|
355
|
+
const _sta = "status";
|
|
356
|
+
const _ste = "step";
|
|
357
|
+
const _sty = "style";
|
|
358
|
+
const _su = "submit";
|
|
359
|
+
const _t = "type";
|
|
360
|
+
const _tFP = "typesFilePath";
|
|
361
|
+
const _tK = "tagKeys";
|
|
362
|
+
const _tR = "tokenReference";
|
|
363
|
+
const _tTC = "themeToCreate";
|
|
364
|
+
const _ta = "target";
|
|
365
|
+
const _tag = "tags";
|
|
366
|
+
const _te = "text";
|
|
367
|
+
const _th = "then";
|
|
368
|
+
const _the = "theme";
|
|
369
|
+
const _to = "token";
|
|
370
|
+
const _u = "url";
|
|
371
|
+
const _uA = "userAttribute";
|
|
372
|
+
const _uC = "updatedComponent";
|
|
373
|
+
const _uF = "updatedForm";
|
|
374
|
+
const _uT = "updatedTheme";
|
|
375
|
+
const _v = "values";
|
|
376
|
+
const _vG = "verticalGap";
|
|
377
|
+
const _vM = "valueMappings";
|
|
378
|
+
const _vMa = "validationMessage";
|
|
379
|
+
const _vV = "variantValues";
|
|
380
|
+
const _va = "variants";
|
|
381
|
+
const _val = "value";
|
|
382
|
+
const _vali = "validations";
|
|
383
|
+
const n0 = "com.amazonaws.amplifyuibuilder";
|
|
384
|
+
const schema_1 = require("@smithy/core/schema");
|
|
385
|
+
const AmplifyUIBuilderServiceException_1 = require("../models/AmplifyUIBuilderServiceException");
|
|
386
|
+
const errors_1 = require("../models/errors");
|
|
387
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
388
|
+
exports.AmplifyUIBuilderServiceException$ = [-3, _s, "AmplifyUIBuilderServiceException", 0, [], []];
|
|
389
|
+
_s_registry.registerError(exports.AmplifyUIBuilderServiceException$, AmplifyUIBuilderServiceException_1.AmplifyUIBuilderServiceException);
|
|
390
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
391
|
+
exports.InternalServerException$ = [-3, n0, _ISE,
|
|
392
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
393
|
+
[_m],
|
|
394
|
+
[0]
|
|
395
|
+
];
|
|
396
|
+
n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
|
|
397
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
398
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
399
|
+
[_m],
|
|
400
|
+
[0]
|
|
401
|
+
];
|
|
402
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
403
|
+
exports.ResourceConflictException$ = [-3, n0, _RCE,
|
|
404
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
405
|
+
[_m],
|
|
406
|
+
[0]
|
|
407
|
+
];
|
|
408
|
+
n0_registry.registerError(exports.ResourceConflictException$, errors_1.ResourceConflictException);
|
|
409
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
410
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
411
|
+
[_m],
|
|
412
|
+
[0]
|
|
413
|
+
];
|
|
414
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
415
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
416
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
417
|
+
[_m],
|
|
418
|
+
[0]
|
|
419
|
+
];
|
|
420
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
421
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
422
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
423
|
+
[_m],
|
|
424
|
+
[0]
|
|
425
|
+
];
|
|
426
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
427
|
+
exports.UnauthorizedException$ = [-3, n0, _UE,
|
|
428
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
429
|
+
[_m],
|
|
430
|
+
[0]
|
|
431
|
+
];
|
|
432
|
+
n0_registry.registerError(exports.UnauthorizedException$, errors_1.UnauthorizedException);
|
|
433
|
+
exports.errorTypeRegistries = [
|
|
434
|
+
_s_registry,
|
|
435
|
+
n0_registry,
|
|
436
|
+
];
|
|
437
|
+
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
438
|
+
exports.ActionParameters$ = [3, n0, _AP,
|
|
439
|
+
0,
|
|
440
|
+
[_t, _u, _a, _ta, _g, _mo, _i, _f, _st],
|
|
441
|
+
[() => exports.ComponentProperty$, () => exports.ComponentProperty$, () => exports.ComponentProperty$, () => exports.ComponentProperty$, () => exports.ComponentProperty$, 0, () => exports.ComponentProperty$, () => ComponentProperties, () => exports.MutationActionSetStateParameter$]
|
|
442
|
+
];
|
|
443
|
+
exports.CodegenDependency$ = [3, n0, _CD,
|
|
444
|
+
0,
|
|
445
|
+
[_n, _sV, _iSV, _r],
|
|
446
|
+
[0, 0, 2, 0]
|
|
447
|
+
];
|
|
448
|
+
exports.CodegenFeatureFlags$ = [3, n0, _CFF,
|
|
449
|
+
0,
|
|
450
|
+
[_iRS, _iNMS],
|
|
451
|
+
[2, 2]
|
|
452
|
+
];
|
|
453
|
+
exports.CodegenGenericDataEnum$ = [3, n0, _CGDE,
|
|
454
|
+
0,
|
|
455
|
+
[_v],
|
|
456
|
+
[64 | 0], 1
|
|
457
|
+
];
|
|
458
|
+
exports.CodegenGenericDataField$ = [3, n0, _CGDF,
|
|
459
|
+
0,
|
|
460
|
+
[_dT, _dTV, _re, _rO, _iA, _rel],
|
|
461
|
+
[0, 0, 2, 2, 2, () => exports.CodegenGenericDataRelationshipType$], 5
|
|
462
|
+
];
|
|
463
|
+
exports.CodegenGenericDataModel$ = [3, n0, _CGDM,
|
|
464
|
+
0,
|
|
465
|
+
[_f, _pK, _iJT],
|
|
466
|
+
[() => CodegenGenericDataFields, 64 | 0, 2], 2
|
|
467
|
+
];
|
|
468
|
+
exports.CodegenGenericDataNonModel$ = [3, n0, _CGDNM,
|
|
469
|
+
0,
|
|
470
|
+
[_f],
|
|
471
|
+
[() => CodegenGenericDataNonModelFields], 1
|
|
472
|
+
];
|
|
473
|
+
exports.CodegenGenericDataRelationshipType$ = [3, n0, _CGDRT,
|
|
474
|
+
0,
|
|
475
|
+
[_t, _rMN, _rMF, _cUAM, _rJFN, _rJTN, _bTFORM, _aF, _iHMI],
|
|
476
|
+
[0, 0, 64 | 0, 2, 0, 0, 0, 64 | 0, 2], 2
|
|
477
|
+
];
|
|
478
|
+
exports.CodegenJob$ = [3, n0, _CJ,
|
|
479
|
+
0,
|
|
480
|
+
[_i, _aI, _eN, _rC, _gDS, _aGF, _fe, _sta, _sM, _as, _tag, _cA, _mA, _d],
|
|
481
|
+
[0, 0, 0, () => exports.CodegenJobRenderConfig$, () => exports.CodegenJobGenericDataSchema$, 2, () => exports.CodegenFeatureFlags$, 0, 0, () => exports.CodegenJobAsset$, 128 | 0, 5, 5, () => CodegenDependencies], 3
|
|
482
|
+
];
|
|
483
|
+
exports.CodegenJobAsset$ = [3, n0, _CJA,
|
|
484
|
+
0,
|
|
485
|
+
[_dU],
|
|
486
|
+
[0]
|
|
487
|
+
];
|
|
488
|
+
exports.CodegenJobGenericDataSchema$ = [3, n0, _CJGDS,
|
|
489
|
+
0,
|
|
490
|
+
[_dST, _mod, _en, _nM],
|
|
491
|
+
[0, () => CodegenGenericDataModels, () => CodegenGenericDataEnums, () => CodegenGenericDataNonModels], 4
|
|
492
|
+
];
|
|
493
|
+
exports.CodegenJobSummary$ = [3, n0, _CJS,
|
|
494
|
+
0,
|
|
495
|
+
[_aI, _eN, _i, _cA, _mA],
|
|
496
|
+
[0, 0, 0, 5, 5], 3
|
|
497
|
+
];
|
|
498
|
+
exports.Component$ = [3, n0, _C,
|
|
499
|
+
0,
|
|
500
|
+
[_aI, _eN, _i, _n, _cT, _p, _va, _o, _bP, _cA, _sI, _ch, _cP, _mA, _tag, _ev, _sVc],
|
|
501
|
+
[0, 0, 0, 0, 0, () => ComponentProperties, () => ComponentVariants, [2, n0, _CO, 0, 0, 128 | 0], () => ComponentBindingProperties, 5, 0, () => ComponentChildList, () => ComponentCollectionProperties, 5, 128 | 0, () => ComponentEvents, 0], 10
|
|
502
|
+
];
|
|
503
|
+
exports.ComponentBindingPropertiesValue$ = [3, n0, _CBPV,
|
|
504
|
+
0,
|
|
505
|
+
[_t, _bP, _dV],
|
|
506
|
+
[0, () => exports.ComponentBindingPropertiesValueProperties$, 0]
|
|
507
|
+
];
|
|
508
|
+
exports.ComponentBindingPropertiesValueProperties$ = [3, n0, _CBPVP,
|
|
509
|
+
0,
|
|
510
|
+
[_mo, _fi, _pr, _uA, _b, _k, _dV, _sN],
|
|
511
|
+
[0, 0, () => PredicateList, 0, 0, 0, 0, 0]
|
|
512
|
+
];
|
|
513
|
+
exports.ComponentChild$ = [3, n0, _CC,
|
|
514
|
+
0,
|
|
515
|
+
[_cT, _n, _p, _ch, _ev, _sI],
|
|
516
|
+
[0, 0, () => ComponentProperties, () => ComponentChildList, () => ComponentEvents, 0], 3
|
|
517
|
+
];
|
|
518
|
+
exports.ComponentConditionProperty$ = [3, n0, _CCP,
|
|
519
|
+
0,
|
|
520
|
+
[_pro, _fi, _op, _ope, _th, _el, _oT],
|
|
521
|
+
[0, 0, 0, 0, () => exports.ComponentProperty$, () => exports.ComponentProperty$, 0]
|
|
522
|
+
];
|
|
523
|
+
exports.ComponentDataConfiguration$ = [3, n0, _CDC,
|
|
524
|
+
0,
|
|
525
|
+
[_mo, _so, _pre, _id],
|
|
526
|
+
[0, () => SortPropertyList, () => exports.Predicate$, 64 | 0], 1
|
|
527
|
+
];
|
|
528
|
+
exports.ComponentEvent$ = [3, n0, _CE,
|
|
529
|
+
0,
|
|
530
|
+
[_ac, _pa, _bE],
|
|
531
|
+
[0, () => exports.ActionParameters$, 0]
|
|
532
|
+
];
|
|
533
|
+
exports.ComponentProperty$ = [3, n0, _CP,
|
|
534
|
+
0,
|
|
535
|
+
[_val, _bP, _cBP, _dV, _mo, _bi, _eve, _uA, _co, _con, _conf, _t, _iV, _cN, _pro],
|
|
536
|
+
[0, () => exports.ComponentPropertyBindingProperties$, () => exports.ComponentPropertyBindingProperties$, 0, 0, () => FormBindings, 0, 0, () => ComponentPropertyList, () => exports.ComponentConditionProperty$, 2, 0, 0, 0, 0]
|
|
537
|
+
];
|
|
538
|
+
exports.ComponentPropertyBindingProperties$ = [3, n0, _CPBP,
|
|
539
|
+
0,
|
|
540
|
+
[_pro, _fi],
|
|
541
|
+
[0, 0], 1
|
|
542
|
+
];
|
|
543
|
+
exports.ComponentSummary$ = [3, n0, _CS,
|
|
544
|
+
0,
|
|
545
|
+
[_aI, _eN, _i, _n, _cT],
|
|
546
|
+
[0, 0, 0, 0, 0], 5
|
|
547
|
+
];
|
|
548
|
+
exports.ComponentVariant$ = [3, n0, _CV,
|
|
549
|
+
0,
|
|
550
|
+
[_vV, _o],
|
|
551
|
+
[128 | 0, [2, n0, _CO, 0, 0, 128 | 0]]
|
|
552
|
+
];
|
|
553
|
+
exports.CreateComponentData$ = [3, n0, _CCD,
|
|
554
|
+
0,
|
|
555
|
+
[_n, _cT, _p, _va, _o, _bP, _sI, _ch, _cP, _tag, _ev, _sVc],
|
|
556
|
+
[0, 0, () => ComponentProperties, () => ComponentVariants, [2, n0, _CO, 0, 0, 128 | 0], () => ComponentBindingProperties, 0, () => ComponentChildList, () => ComponentCollectionProperties, 128 | 0, () => ComponentEvents, 0], 6
|
|
557
|
+
];
|
|
558
|
+
exports.CreateComponentRequest$ = [3, n0, _CCR,
|
|
559
|
+
0,
|
|
560
|
+
[_aI, _eN, _cTC, _cTl],
|
|
561
|
+
[[0, 1], [0, 1], [() => exports.CreateComponentData$, 16], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 3
|
|
562
|
+
];
|
|
563
|
+
exports.CreateComponentResponse$ = [3, n0, _CCRr,
|
|
564
|
+
0,
|
|
565
|
+
[_ent],
|
|
566
|
+
[[() => exports.Component$, 16]]
|
|
567
|
+
];
|
|
568
|
+
exports.CreateFormData$ = [3, n0, _CFD,
|
|
569
|
+
0,
|
|
570
|
+
[_n, _dT, _fAT, _f, _sty, _sE, _sVc, _ct, _tag, _lD],
|
|
571
|
+
[0, () => exports.FormDataTypeConfig$, 0, () => FieldsMap, () => exports.FormStyle$, () => SectionalElementMap, 0, () => exports.FormCTA$, 128 | 0, 0], 7
|
|
572
|
+
];
|
|
573
|
+
exports.CreateFormRequest$ = [3, n0, _CFR,
|
|
574
|
+
0,
|
|
575
|
+
[_aI, _eN, _fTC, _cTl],
|
|
576
|
+
[[0, 1], [0, 1], [() => exports.CreateFormData$, 16], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 3
|
|
577
|
+
];
|
|
578
|
+
exports.CreateFormResponse$ = [3, n0, _CFRr,
|
|
579
|
+
0,
|
|
580
|
+
[_ent],
|
|
581
|
+
[[() => exports.Form$, 16]]
|
|
582
|
+
];
|
|
583
|
+
exports.CreateThemeData$ = [3, n0, _CTD,
|
|
584
|
+
0,
|
|
585
|
+
[_n, _v, _o, _tag],
|
|
586
|
+
[0, () => ThemeValuesList, () => ThemeValuesList, 128 | 0], 2
|
|
587
|
+
];
|
|
588
|
+
exports.CreateThemeRequest$ = [3, n0, _CTR,
|
|
589
|
+
0,
|
|
590
|
+
[_aI, _eN, _tTC, _cTl],
|
|
591
|
+
[[0, 1], [0, 1], [() => exports.CreateThemeData$, 16], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 3
|
|
592
|
+
];
|
|
593
|
+
exports.CreateThemeResponse$ = [3, n0, _CTRr,
|
|
594
|
+
0,
|
|
595
|
+
[_ent],
|
|
596
|
+
[[() => exports.Theme$, 16]]
|
|
597
|
+
];
|
|
598
|
+
exports.DataStoreRenderConfig$ = [3, n0, _DSRC,
|
|
599
|
+
0,
|
|
600
|
+
[],
|
|
601
|
+
[]
|
|
602
|
+
];
|
|
603
|
+
exports.DeleteComponentRequest$ = [3, n0, _DCR,
|
|
604
|
+
0,
|
|
605
|
+
[_aI, _eN, _i],
|
|
606
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
607
|
+
];
|
|
608
|
+
exports.DeleteFormRequest$ = [3, n0, _DFR,
|
|
609
|
+
0,
|
|
610
|
+
[_aI, _eN, _i],
|
|
611
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
612
|
+
];
|
|
613
|
+
exports.DeleteThemeRequest$ = [3, n0, _DTR,
|
|
614
|
+
0,
|
|
615
|
+
[_aI, _eN, _i],
|
|
616
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
617
|
+
];
|
|
618
|
+
exports.ExchangeCodeForTokenRequest$ = [3, n0, _ECFTR,
|
|
619
|
+
0,
|
|
620
|
+
[_prov, _req],
|
|
621
|
+
[[0, 1], [() => exports.ExchangeCodeForTokenRequestBody$, 16]], 2
|
|
622
|
+
];
|
|
623
|
+
exports.ExchangeCodeForTokenRequestBody$ = [3, n0, _ECFTRB,
|
|
624
|
+
0,
|
|
625
|
+
[_cod, _rU, _cI],
|
|
626
|
+
[[() => SensitiveString, 0], 0, [() => SensitiveString, 0]], 2
|
|
627
|
+
];
|
|
628
|
+
exports.ExchangeCodeForTokenResponse$ = [3, n0, _ECFTRx,
|
|
629
|
+
0,
|
|
630
|
+
[_aT, _eI, _rT],
|
|
631
|
+
[[() => SensitiveString, 0], 1, [() => SensitiveString, 0]], 3
|
|
632
|
+
];
|
|
633
|
+
exports.ExportComponentsRequest$ = [3, n0, _ECR,
|
|
634
|
+
0,
|
|
635
|
+
[_aI, _eN, _nT],
|
|
636
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }]], 2
|
|
637
|
+
];
|
|
638
|
+
exports.ExportComponentsResponse$ = [3, n0, _ECRx,
|
|
639
|
+
0,
|
|
640
|
+
[_enti, _nT],
|
|
641
|
+
[() => ComponentList, 0], 1
|
|
642
|
+
];
|
|
643
|
+
exports.ExportFormsRequest$ = [3, n0, _EFR,
|
|
644
|
+
0,
|
|
645
|
+
[_aI, _eN, _nT],
|
|
646
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }]], 2
|
|
647
|
+
];
|
|
648
|
+
exports.ExportFormsResponse$ = [3, n0, _EFRx,
|
|
649
|
+
0,
|
|
650
|
+
[_enti, _nT],
|
|
651
|
+
[() => FormList, 0], 1
|
|
652
|
+
];
|
|
653
|
+
exports.ExportThemesRequest$ = [3, n0, _ETR,
|
|
654
|
+
0,
|
|
655
|
+
[_aI, _eN, _nT],
|
|
656
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }]], 2
|
|
657
|
+
];
|
|
658
|
+
exports.ExportThemesResponse$ = [3, n0, _ETRx,
|
|
659
|
+
0,
|
|
660
|
+
[_enti, _nT],
|
|
661
|
+
[() => ThemeList, 0], 1
|
|
662
|
+
];
|
|
663
|
+
exports.FieldConfig$ = [3, n0, _FC,
|
|
664
|
+
0,
|
|
665
|
+
[_l, _po, _ex, _iTn, _vali],
|
|
666
|
+
[0, () => exports.FieldPosition$, 2, () => exports.FieldInputConfig$, () => ValidationsList]
|
|
667
|
+
];
|
|
668
|
+
exports.FieldInputConfig$ = [3, n0, _FIC,
|
|
669
|
+
0,
|
|
670
|
+
[_t, _re, _rO, _pl, _dV, _dTe, _dC, _dCC, _vM, _n, _mV, _mVa, _ste, _val, _iA, _fUC],
|
|
671
|
+
[0, 2, 2, 0, 0, 0, 2, 0, () => exports.ValueMappings$, 0, 1, 1, 1, 0, 2, () => exports.FileUploaderFieldConfig$], 1
|
|
672
|
+
];
|
|
673
|
+
exports.FieldValidationConfiguration$ = [3, n0, _FVC,
|
|
674
|
+
0,
|
|
675
|
+
[_t, _sVt, _nV, _vMa],
|
|
676
|
+
[0, 64 | 0, 64 | 1, 0], 1
|
|
677
|
+
];
|
|
678
|
+
exports.FileUploaderFieldConfig$ = [3, n0, _FUFC,
|
|
679
|
+
0,
|
|
680
|
+
[_aL, _aFT, _sT, _iR, _mFC, _mS],
|
|
681
|
+
[0, 64 | 0, 2, 2, 1, 1], 2
|
|
682
|
+
];
|
|
683
|
+
exports.Form$ = [3, n0, _F,
|
|
684
|
+
0,
|
|
685
|
+
[_aI, _eN, _i, _n, _fAT, _sty, _dT, _f, _sE, _sVc, _tag, _ct, _lD],
|
|
686
|
+
[0, 0, 0, 0, 0, () => exports.FormStyle$, () => exports.FormDataTypeConfig$, () => FieldsMap, () => SectionalElementMap, 0, 128 | 0, () => exports.FormCTA$, 0], 10
|
|
687
|
+
];
|
|
688
|
+
exports.FormBindingElement$ = [3, n0, _FBE,
|
|
689
|
+
0,
|
|
690
|
+
[_ele, _pro],
|
|
691
|
+
[0, 0], 2
|
|
692
|
+
];
|
|
693
|
+
exports.FormButton$ = [3, n0, _FB,
|
|
694
|
+
0,
|
|
695
|
+
[_ex, _ch, _po],
|
|
696
|
+
[2, 0, () => exports.FieldPosition$]
|
|
697
|
+
];
|
|
698
|
+
exports.FormCTA$ = [3, n0, _FCTA,
|
|
699
|
+
0,
|
|
700
|
+
[_po, _cl, _ca, _su],
|
|
701
|
+
[0, () => exports.FormButton$, () => exports.FormButton$, () => exports.FormButton$]
|
|
702
|
+
];
|
|
703
|
+
exports.FormDataTypeConfig$ = [3, n0, _FDTC,
|
|
704
|
+
0,
|
|
705
|
+
[_dST, _dTN],
|
|
706
|
+
[0, 0], 2
|
|
707
|
+
];
|
|
708
|
+
exports.FormInputBindingPropertiesValue$ = [3, n0, _FIBPV,
|
|
709
|
+
0,
|
|
710
|
+
[_t, _bP],
|
|
711
|
+
[0, () => exports.FormInputBindingPropertiesValueProperties$]
|
|
712
|
+
];
|
|
713
|
+
exports.FormInputBindingPropertiesValueProperties$ = [3, n0, _FIBPVP,
|
|
714
|
+
0,
|
|
715
|
+
[_mo],
|
|
716
|
+
[0]
|
|
717
|
+
];
|
|
718
|
+
exports.FormInputValueProperty$ = [3, n0, _FIVP,
|
|
719
|
+
0,
|
|
720
|
+
[_val, _bP, _co],
|
|
721
|
+
[0, () => exports.FormInputValuePropertyBindingProperties$, () => FormInputValuePropertyList]
|
|
722
|
+
];
|
|
723
|
+
exports.FormInputValuePropertyBindingProperties$ = [3, n0, _FIVPBP,
|
|
724
|
+
0,
|
|
725
|
+
[_pro, _fi],
|
|
726
|
+
[0, 0], 1
|
|
727
|
+
];
|
|
728
|
+
exports.FormStyle$ = [3, n0, _FS,
|
|
729
|
+
0,
|
|
730
|
+
[_hG, _vG, _oP],
|
|
731
|
+
[() => exports.FormStyleConfig$, () => exports.FormStyleConfig$, () => exports.FormStyleConfig$]
|
|
732
|
+
];
|
|
733
|
+
exports.FormSummary$ = [3, n0, _FSo,
|
|
734
|
+
0,
|
|
735
|
+
[_aI, _dT, _eN, _fAT, _i, _n],
|
|
736
|
+
[0, () => exports.FormDataTypeConfig$, 0, 0, 0, 0], 6
|
|
737
|
+
];
|
|
738
|
+
exports.GetCodegenJobRequest$ = [3, n0, _GCJR,
|
|
739
|
+
0,
|
|
740
|
+
[_aI, _eN, _i],
|
|
741
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
742
|
+
];
|
|
743
|
+
exports.GetCodegenJobResponse$ = [3, n0, _GCJRe,
|
|
744
|
+
0,
|
|
745
|
+
[_j],
|
|
746
|
+
[[() => exports.CodegenJob$, 16]]
|
|
747
|
+
];
|
|
748
|
+
exports.GetComponentRequest$ = [3, n0, _GCR,
|
|
749
|
+
0,
|
|
750
|
+
[_aI, _eN, _i],
|
|
751
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
752
|
+
];
|
|
753
|
+
exports.GetComponentResponse$ = [3, n0, _GCRe,
|
|
754
|
+
0,
|
|
755
|
+
[_com],
|
|
756
|
+
[[() => exports.Component$, 16]]
|
|
757
|
+
];
|
|
758
|
+
exports.GetFormRequest$ = [3, n0, _GFR,
|
|
759
|
+
0,
|
|
760
|
+
[_aI, _eN, _i],
|
|
761
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
762
|
+
];
|
|
763
|
+
exports.GetFormResponse$ = [3, n0, _GFRe,
|
|
764
|
+
0,
|
|
765
|
+
[_fo],
|
|
766
|
+
[[() => exports.Form$, 16]]
|
|
767
|
+
];
|
|
768
|
+
exports.GetMetadataRequest$ = [3, n0, _GMR,
|
|
769
|
+
0,
|
|
770
|
+
[_aI, _eN],
|
|
771
|
+
[[0, 1], [0, 1]], 2
|
|
772
|
+
];
|
|
773
|
+
exports.GetMetadataResponse$ = [3, n0, _GMRe,
|
|
774
|
+
0,
|
|
775
|
+
[_fe],
|
|
776
|
+
[128 | 0], 1
|
|
777
|
+
];
|
|
778
|
+
exports.GetThemeRequest$ = [3, n0, _GTR,
|
|
779
|
+
0,
|
|
780
|
+
[_aI, _eN, _i],
|
|
781
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
782
|
+
];
|
|
783
|
+
exports.GetThemeResponse$ = [3, n0, _GTRe,
|
|
784
|
+
0,
|
|
785
|
+
[_the],
|
|
786
|
+
[[() => exports.Theme$, 16]]
|
|
787
|
+
];
|
|
788
|
+
exports.GraphQLRenderConfig$ = [3, n0, _GQLRC,
|
|
789
|
+
0,
|
|
790
|
+
[_tFP, _qFP, _mFP, _sFP, _fFP],
|
|
791
|
+
[0, 0, 0, 0, 0], 5
|
|
792
|
+
];
|
|
793
|
+
exports.ListCodegenJobsRequest$ = [3, n0, _LCJR,
|
|
794
|
+
0,
|
|
795
|
+
[_aI, _eN, _nT, _mR],
|
|
796
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
797
|
+
];
|
|
798
|
+
exports.ListCodegenJobsResponse$ = [3, n0, _LCJRi,
|
|
799
|
+
0,
|
|
800
|
+
[_enti, _nT],
|
|
801
|
+
[() => CodegenJobSummaryList, 0], 1
|
|
802
|
+
];
|
|
803
|
+
exports.ListComponentsRequest$ = [3, n0, _LCR,
|
|
804
|
+
0,
|
|
805
|
+
[_aI, _eN, _nT, _mR],
|
|
806
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
807
|
+
];
|
|
808
|
+
exports.ListComponentsResponse$ = [3, n0, _LCRi,
|
|
809
|
+
0,
|
|
810
|
+
[_enti, _nT],
|
|
811
|
+
[() => ComponentSummaryList, 0], 1
|
|
812
|
+
];
|
|
813
|
+
exports.ListFormsRequest$ = [3, n0, _LFR,
|
|
814
|
+
0,
|
|
815
|
+
[_aI, _eN, _nT, _mR],
|
|
816
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
817
|
+
];
|
|
818
|
+
exports.ListFormsResponse$ = [3, n0, _LFRi,
|
|
819
|
+
0,
|
|
820
|
+
[_enti, _nT],
|
|
821
|
+
[() => FormSummaryList, 0], 1
|
|
822
|
+
];
|
|
823
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
824
|
+
0,
|
|
825
|
+
[_rA],
|
|
826
|
+
[[0, 1]], 1
|
|
827
|
+
];
|
|
828
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
829
|
+
0,
|
|
830
|
+
[_tag],
|
|
831
|
+
[128 | 0], 1
|
|
832
|
+
];
|
|
833
|
+
exports.ListThemesRequest$ = [3, n0, _LTR,
|
|
834
|
+
0,
|
|
835
|
+
[_aI, _eN, _nT, _mR],
|
|
836
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
837
|
+
];
|
|
838
|
+
exports.ListThemesResponse$ = [3, n0, _LTRi,
|
|
839
|
+
0,
|
|
840
|
+
[_enti, _nT],
|
|
841
|
+
[() => ThemeSummaryList, 0], 1
|
|
842
|
+
];
|
|
843
|
+
exports.MutationActionSetStateParameter$ = [3, n0, _MASSP,
|
|
844
|
+
0,
|
|
845
|
+
[_cN, _pro, _set],
|
|
846
|
+
[0, 0, () => exports.ComponentProperty$], 3
|
|
847
|
+
];
|
|
848
|
+
exports.NoApiRenderConfig$ = [3, n0, _NARC,
|
|
849
|
+
0,
|
|
850
|
+
[],
|
|
851
|
+
[]
|
|
852
|
+
];
|
|
853
|
+
exports.Predicate$ = [3, n0, _P,
|
|
854
|
+
0,
|
|
855
|
+
[_or, _an, _fi, _op, _ope, _oT],
|
|
856
|
+
[() => PredicateList, () => PredicateList, 0, 0, 0, 0]
|
|
857
|
+
];
|
|
858
|
+
exports.PutMetadataFlagBody$ = [3, n0, _PMFB,
|
|
859
|
+
0,
|
|
860
|
+
[_nVe],
|
|
861
|
+
[0], 1
|
|
862
|
+
];
|
|
863
|
+
exports.PutMetadataFlagRequest$ = [3, n0, _PMFR,
|
|
864
|
+
0,
|
|
865
|
+
[_aI, _eN, _fN, _bo],
|
|
866
|
+
[[0, 1], [0, 1], [0, 1], [() => exports.PutMetadataFlagBody$, 16]], 4
|
|
867
|
+
];
|
|
868
|
+
exports.ReactStartCodegenJobData$ = [3, n0, _RSCJD,
|
|
869
|
+
0,
|
|
870
|
+
[_modu, _ta, _sc, _rTD, _iSM, _aC, _d],
|
|
871
|
+
[0, 0, 0, 2, 2, () => exports.ApiConfiguration$, 128 | 0]
|
|
872
|
+
];
|
|
873
|
+
exports.RefreshTokenRequest$ = [3, n0, _RTR,
|
|
874
|
+
0,
|
|
875
|
+
[_prov, _rTB],
|
|
876
|
+
[[0, 1], [() => exports.RefreshTokenRequestBody$, 16]], 2
|
|
877
|
+
];
|
|
878
|
+
exports.RefreshTokenRequestBody$ = [3, n0, _RTRB,
|
|
879
|
+
0,
|
|
880
|
+
[_to, _cI],
|
|
881
|
+
[[() => SensitiveString, 0], [() => SensitiveString, 0]], 1
|
|
882
|
+
];
|
|
883
|
+
exports.RefreshTokenResponse$ = [3, n0, _RTRe,
|
|
884
|
+
0,
|
|
885
|
+
[_aT, _eI],
|
|
886
|
+
[[() => SensitiveString, 0], 1], 2
|
|
887
|
+
];
|
|
888
|
+
exports.SectionalElement$ = [3, n0, _SE,
|
|
889
|
+
0,
|
|
890
|
+
[_t, _po, _te, _le, _ori, _ex],
|
|
891
|
+
[0, () => exports.FieldPosition$, 0, 1, 0, 2], 1
|
|
892
|
+
];
|
|
893
|
+
exports.SortProperty$ = [3, n0, _SP,
|
|
894
|
+
0,
|
|
895
|
+
[_fi, _di],
|
|
896
|
+
[0, 0], 2
|
|
897
|
+
];
|
|
898
|
+
exports.StartCodegenJobData$ = [3, n0, _SCJD,
|
|
899
|
+
0,
|
|
900
|
+
[_rC, _gDS, _aGF, _fe, _tag],
|
|
901
|
+
[() => exports.CodegenJobRenderConfig$, () => exports.CodegenJobGenericDataSchema$, 2, () => exports.CodegenFeatureFlags$, 128 | 0], 1
|
|
902
|
+
];
|
|
903
|
+
exports.StartCodegenJobRequest$ = [3, n0, _SCJR,
|
|
904
|
+
0,
|
|
905
|
+
[_aI, _eN, _cJTC, _cTl],
|
|
906
|
+
[[0, 1], [0, 1], [() => exports.StartCodegenJobData$, 16], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 3
|
|
907
|
+
];
|
|
908
|
+
exports.StartCodegenJobResponse$ = [3, n0, _SCJRt,
|
|
909
|
+
0,
|
|
910
|
+
[_ent],
|
|
911
|
+
[[() => exports.CodegenJob$, 16]]
|
|
912
|
+
];
|
|
913
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
914
|
+
0,
|
|
915
|
+
[_rA, _tag],
|
|
916
|
+
[[0, 1], 128 | 0], 2
|
|
917
|
+
];
|
|
918
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
919
|
+
0,
|
|
920
|
+
[],
|
|
921
|
+
[]
|
|
922
|
+
];
|
|
923
|
+
exports.Theme$ = [3, n0, _T,
|
|
924
|
+
0,
|
|
925
|
+
[_aI, _eN, _i, _n, _cA, _v, _mA, _o, _tag],
|
|
926
|
+
[0, 0, 0, 0, 5, () => ThemeValuesList, 5, () => ThemeValuesList, 128 | 0], 6
|
|
927
|
+
];
|
|
928
|
+
exports.ThemeSummary$ = [3, n0, _TS,
|
|
929
|
+
0,
|
|
930
|
+
[_aI, _eN, _i, _n],
|
|
931
|
+
[0, 0, 0, 0], 4
|
|
932
|
+
];
|
|
933
|
+
exports.ThemeValue$ = [3, n0, _TV,
|
|
934
|
+
0,
|
|
935
|
+
[_val, _ch],
|
|
936
|
+
[0, () => ThemeValuesList]
|
|
937
|
+
];
|
|
938
|
+
exports.ThemeValues$ = [3, n0, _TVh,
|
|
939
|
+
0,
|
|
940
|
+
[_k, _val],
|
|
941
|
+
[0, () => exports.ThemeValue$]
|
|
942
|
+
];
|
|
943
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
944
|
+
0,
|
|
945
|
+
[_rA, _tK],
|
|
946
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
947
|
+
];
|
|
948
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
949
|
+
0,
|
|
950
|
+
[],
|
|
951
|
+
[]
|
|
952
|
+
];
|
|
953
|
+
exports.UpdateComponentData$ = [3, n0, _UCD,
|
|
954
|
+
0,
|
|
955
|
+
[_i, _n, _sI, _cT, _p, _ch, _va, _o, _bP, _cP, _ev, _sVc],
|
|
956
|
+
[0, 0, 0, 0, () => ComponentProperties, () => ComponentChildList, () => ComponentVariants, [2, n0, _CO, 0, 0, 128 | 0], () => ComponentBindingProperties, () => ComponentCollectionProperties, () => ComponentEvents, 0]
|
|
957
|
+
];
|
|
958
|
+
exports.UpdateComponentRequest$ = [3, n0, _UCR,
|
|
959
|
+
0,
|
|
960
|
+
[_aI, _eN, _i, _uC, _cTl],
|
|
961
|
+
[[0, 1], [0, 1], [0, 1], [() => exports.UpdateComponentData$, 16], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 4
|
|
962
|
+
];
|
|
963
|
+
exports.UpdateComponentResponse$ = [3, n0, _UCRp,
|
|
964
|
+
0,
|
|
965
|
+
[_ent],
|
|
966
|
+
[[() => exports.Component$, 16]]
|
|
967
|
+
];
|
|
968
|
+
exports.UpdateFormData$ = [3, n0, _UFD,
|
|
969
|
+
0,
|
|
970
|
+
[_n, _dT, _fAT, _f, _sty, _sE, _sVc, _ct, _lD],
|
|
971
|
+
[0, () => exports.FormDataTypeConfig$, 0, () => FieldsMap, () => exports.FormStyle$, () => SectionalElementMap, 0, () => exports.FormCTA$, 0]
|
|
972
|
+
];
|
|
973
|
+
exports.UpdateFormRequest$ = [3, n0, _UFR,
|
|
974
|
+
0,
|
|
975
|
+
[_aI, _eN, _i, _uF, _cTl],
|
|
976
|
+
[[0, 1], [0, 1], [0, 1], [() => exports.UpdateFormData$, 16], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 4
|
|
977
|
+
];
|
|
978
|
+
exports.UpdateFormResponse$ = [3, n0, _UFRp,
|
|
979
|
+
0,
|
|
980
|
+
[_ent],
|
|
981
|
+
[[() => exports.Form$, 16]]
|
|
982
|
+
];
|
|
983
|
+
exports.UpdateThemeData$ = [3, n0, _UTD,
|
|
984
|
+
0,
|
|
985
|
+
[_v, _i, _n, _o],
|
|
986
|
+
[() => ThemeValuesList, 0, 0, () => ThemeValuesList], 1
|
|
987
|
+
];
|
|
988
|
+
exports.UpdateThemeRequest$ = [3, n0, _UTR,
|
|
989
|
+
0,
|
|
990
|
+
[_aI, _eN, _i, _uT, _cTl],
|
|
991
|
+
[[0, 1], [0, 1], [0, 1], [() => exports.UpdateThemeData$, 16], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 4
|
|
992
|
+
];
|
|
993
|
+
exports.UpdateThemeResponse$ = [3, n0, _UTRp,
|
|
994
|
+
0,
|
|
995
|
+
[_ent],
|
|
996
|
+
[[() => exports.Theme$, 16]]
|
|
997
|
+
];
|
|
998
|
+
exports.ValueMapping$ = [3, n0, _VM,
|
|
999
|
+
0,
|
|
1000
|
+
[_val, _dVi],
|
|
1001
|
+
[() => exports.FormInputValueProperty$, () => exports.FormInputValueProperty$], 1
|
|
1002
|
+
];
|
|
1003
|
+
exports.ValueMappings$ = [3, n0, _VMa,
|
|
1004
|
+
0,
|
|
1005
|
+
[_v, _bP],
|
|
1006
|
+
[() => ValueMappingList, () => FormInputBindingProperties], 1
|
|
1007
|
+
];
|
|
1008
|
+
var __Unit = "unit";
|
|
1009
|
+
var AssociatedFieldsList = 64 | 0;
|
|
1010
|
+
var CodegenDependencies = [1, n0, _CDo,
|
|
1011
|
+
0, () => exports.CodegenDependency$
|
|
1012
|
+
];
|
|
1013
|
+
var CodegenGenericDataEnumValuesList = 64 | 0;
|
|
1014
|
+
var CodegenJobSummaryList = [1, n0, _CJSL,
|
|
1015
|
+
0, () => exports.CodegenJobSummary$
|
|
1016
|
+
];
|
|
1017
|
+
var CodegenPrimaryKeysList = 64 | 0;
|
|
1018
|
+
var ComponentChildList = [1, n0, _CCL,
|
|
1019
|
+
0, () => exports.ComponentChild$
|
|
1020
|
+
];
|
|
1021
|
+
var ComponentList = [1, n0, _CL,
|
|
1022
|
+
0, () => exports.Component$
|
|
1023
|
+
];
|
|
1024
|
+
var ComponentPropertyList = [1, n0, _CPL,
|
|
1025
|
+
0, () => exports.ComponentProperty$
|
|
1026
|
+
];
|
|
1027
|
+
var ComponentSummaryList = [1, n0, _CSL,
|
|
1028
|
+
0, () => exports.ComponentSummary$
|
|
1029
|
+
];
|
|
1030
|
+
var ComponentVariants = [1, n0, _CVo,
|
|
1031
|
+
0, () => exports.ComponentVariant$
|
|
1032
|
+
];
|
|
1033
|
+
var FormInputValuePropertyList = [1, n0, _FIVPL,
|
|
1034
|
+
0, () => exports.FormInputValueProperty$
|
|
1035
|
+
];
|
|
1036
|
+
var FormList = [1, n0, _FL,
|
|
1037
|
+
0, () => exports.Form$
|
|
1038
|
+
];
|
|
1039
|
+
var FormSummaryList = [1, n0, _FSL,
|
|
1040
|
+
0, () => exports.FormSummary$
|
|
1041
|
+
];
|
|
1042
|
+
var IdentifierList = 64 | 0;
|
|
1043
|
+
var NumValues = 64 | 1;
|
|
1044
|
+
var PredicateList = [1, n0, _PL,
|
|
1045
|
+
0, () => exports.Predicate$
|
|
1046
|
+
];
|
|
1047
|
+
var RelatedModelFieldsList = 64 | 0;
|
|
1048
|
+
var SortPropertyList = [1, n0, _SPL,
|
|
1049
|
+
0, () => exports.SortProperty$
|
|
1050
|
+
];
|
|
1051
|
+
var StrValues = 64 | 0;
|
|
1052
|
+
var TagKeyList = 64 | 0;
|
|
1053
|
+
var ThemeList = [1, n0, _TL,
|
|
1054
|
+
0, () => exports.Theme$
|
|
1055
|
+
];
|
|
1056
|
+
var ThemeSummaryList = [1, n0, _TSL,
|
|
1057
|
+
0, () => exports.ThemeSummary$
|
|
1058
|
+
];
|
|
1059
|
+
var ThemeValuesList = [1, n0, _TVL,
|
|
1060
|
+
0, () => exports.ThemeValues$
|
|
1061
|
+
];
|
|
1062
|
+
var ValidationsList = [1, n0, _VL,
|
|
1063
|
+
0, () => exports.FieldValidationConfiguration$
|
|
1064
|
+
];
|
|
1065
|
+
var ValueMappingList = [1, n0, _VML,
|
|
1066
|
+
0, () => exports.ValueMapping$
|
|
1067
|
+
];
|
|
1068
|
+
var CodegenGenericDataEnums = [2, n0, _CGDEo,
|
|
1069
|
+
0, 0, () => exports.CodegenGenericDataEnum$
|
|
1070
|
+
];
|
|
1071
|
+
var CodegenGenericDataFields = [2, n0, _CGDFo,
|
|
1072
|
+
0, 0, () => exports.CodegenGenericDataField$
|
|
1073
|
+
];
|
|
1074
|
+
var CodegenGenericDataModels = [2, n0, _CGDMo,
|
|
1075
|
+
0, 0, () => exports.CodegenGenericDataModel$
|
|
1076
|
+
];
|
|
1077
|
+
var CodegenGenericDataNonModelFields = [2, n0, _CGDNMF,
|
|
1078
|
+
0, 0, () => exports.CodegenGenericDataField$
|
|
1079
|
+
];
|
|
1080
|
+
var CodegenGenericDataNonModels = [2, n0, _CGDNMo,
|
|
1081
|
+
0, 0, () => exports.CodegenGenericDataNonModel$
|
|
1082
|
+
];
|
|
1083
|
+
var ComponentBindingProperties = [2, n0, _CBP,
|
|
1084
|
+
0, 0, () => exports.ComponentBindingPropertiesValue$
|
|
1085
|
+
];
|
|
1086
|
+
var ComponentCollectionProperties = [2, n0, _CCPo,
|
|
1087
|
+
0, 0, () => exports.ComponentDataConfiguration$
|
|
1088
|
+
];
|
|
1089
|
+
var ComponentEvents = [2, n0, _CEo,
|
|
1090
|
+
0, 0, () => exports.ComponentEvent$
|
|
1091
|
+
];
|
|
1092
|
+
var ComponentOverrides = [2, n0, _CO,
|
|
1093
|
+
0, 0, 128 | 0
|
|
1094
|
+
];
|
|
1095
|
+
var ComponentOverridesValue = 128 | 0;
|
|
1096
|
+
var ComponentProperties = [2, n0, _CPo,
|
|
1097
|
+
0, 0, () => exports.ComponentProperty$
|
|
1098
|
+
];
|
|
1099
|
+
var ComponentVariantValues = 128 | 0;
|
|
1100
|
+
var FeaturesMap = 128 | 0;
|
|
1101
|
+
var FieldsMap = [2, n0, _FM,
|
|
1102
|
+
0, 0, () => exports.FieldConfig$
|
|
1103
|
+
];
|
|
1104
|
+
var FormBindings = [2, n0, _FBo,
|
|
1105
|
+
0, 0, () => exports.FormBindingElement$
|
|
1106
|
+
];
|
|
1107
|
+
var FormInputBindingProperties = [2, n0, _FIBP,
|
|
1108
|
+
0, 0, () => exports.FormInputBindingPropertiesValue$
|
|
1109
|
+
];
|
|
1110
|
+
var ReactCodegenDependencies = 128 | 0;
|
|
1111
|
+
var SectionalElementMap = [2, n0, _SEM,
|
|
1112
|
+
0, 0, () => exports.SectionalElement$
|
|
1113
|
+
];
|
|
1114
|
+
var Tags = 128 | 0;
|
|
1115
|
+
exports.ApiConfiguration$ = [4, n0, _AC,
|
|
1116
|
+
0,
|
|
1117
|
+
[_gQLC, _dSC, _nAC],
|
|
1118
|
+
[() => exports.GraphQLRenderConfig$, () => exports.DataStoreRenderConfig$, () => exports.NoApiRenderConfig$]
|
|
1119
|
+
];
|
|
1120
|
+
exports.CodegenJobRenderConfig$ = [4, n0, _CJRC,
|
|
1121
|
+
0,
|
|
1122
|
+
[_rea],
|
|
1123
|
+
[() => exports.ReactStartCodegenJobData$]
|
|
1124
|
+
];
|
|
1125
|
+
exports.FieldPosition$ = [4, n0, _FP,
|
|
1126
|
+
0,
|
|
1127
|
+
[_fix, _rOi, _be],
|
|
1128
|
+
[0, 0, 0]
|
|
1129
|
+
];
|
|
1130
|
+
exports.FormStyleConfig$ = [4, n0, _FSC,
|
|
1131
|
+
0,
|
|
1132
|
+
[_tR, _val],
|
|
1133
|
+
[0, 0]
|
|
1134
|
+
];
|
|
1135
|
+
exports.CreateComponent$ = [9, n0, _CCr,
|
|
1136
|
+
{ [_h]: ["POST", "/app/{appId}/environment/{environmentName}/components", 200] }, () => exports.CreateComponentRequest$, () => exports.CreateComponentResponse$
|
|
1137
|
+
];
|
|
1138
|
+
exports.CreateForm$ = [9, n0, _CF,
|
|
1139
|
+
{ [_h]: ["POST", "/app/{appId}/environment/{environmentName}/forms", 200] }, () => exports.CreateFormRequest$, () => exports.CreateFormResponse$
|
|
1140
|
+
];
|
|
1141
|
+
exports.CreateTheme$ = [9, n0, _CT,
|
|
1142
|
+
{ [_h]: ["POST", "/app/{appId}/environment/{environmentName}/themes", 200] }, () => exports.CreateThemeRequest$, () => exports.CreateThemeResponse$
|
|
1143
|
+
];
|
|
1144
|
+
exports.DeleteComponent$ = [9, n0, _DC,
|
|
1145
|
+
{ [_h]: ["DELETE", "/app/{appId}/environment/{environmentName}/components/{id}", 200] }, () => exports.DeleteComponentRequest$, () => __Unit
|
|
1146
|
+
];
|
|
1147
|
+
exports.DeleteForm$ = [9, n0, _DF,
|
|
1148
|
+
{ [_h]: ["DELETE", "/app/{appId}/environment/{environmentName}/forms/{id}", 200] }, () => exports.DeleteFormRequest$, () => __Unit
|
|
1149
|
+
];
|
|
1150
|
+
exports.DeleteTheme$ = [9, n0, _DT,
|
|
1151
|
+
{ [_h]: ["DELETE", "/app/{appId}/environment/{environmentName}/themes/{id}", 200] }, () => exports.DeleteThemeRequest$, () => __Unit
|
|
1152
|
+
];
|
|
1153
|
+
exports.ExchangeCodeForToken$ = [9, n0, _ECFT,
|
|
1154
|
+
{ [_h]: ["POST", "/tokens/{provider}", 200] }, () => exports.ExchangeCodeForTokenRequest$, () => exports.ExchangeCodeForTokenResponse$
|
|
1155
|
+
];
|
|
1156
|
+
exports.ExportComponents$ = [9, n0, _EC,
|
|
1157
|
+
{ [_h]: ["GET", "/export/app/{appId}/environment/{environmentName}/components", 200] }, () => exports.ExportComponentsRequest$, () => exports.ExportComponentsResponse$
|
|
1158
|
+
];
|
|
1159
|
+
exports.ExportForms$ = [9, n0, _EF,
|
|
1160
|
+
{ [_h]: ["GET", "/export/app/{appId}/environment/{environmentName}/forms", 200] }, () => exports.ExportFormsRequest$, () => exports.ExportFormsResponse$
|
|
1161
|
+
];
|
|
1162
|
+
exports.ExportThemes$ = [9, n0, _ET,
|
|
1163
|
+
{ [_h]: ["GET", "/export/app/{appId}/environment/{environmentName}/themes", 200] }, () => exports.ExportThemesRequest$, () => exports.ExportThemesResponse$
|
|
1164
|
+
];
|
|
1165
|
+
exports.GetCodegenJob$ = [9, n0, _GCJ,
|
|
1166
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/codegen-jobs/{id}", 200] }, () => exports.GetCodegenJobRequest$, () => exports.GetCodegenJobResponse$
|
|
1167
|
+
];
|
|
1168
|
+
exports.GetComponent$ = [9, n0, _GC,
|
|
1169
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/components/{id}", 200] }, () => exports.GetComponentRequest$, () => exports.GetComponentResponse$
|
|
1170
|
+
];
|
|
1171
|
+
exports.GetForm$ = [9, n0, _GF,
|
|
1172
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/forms/{id}", 200] }, () => exports.GetFormRequest$, () => exports.GetFormResponse$
|
|
1173
|
+
];
|
|
1174
|
+
exports.GetMetadata$ = [9, n0, _GM,
|
|
1175
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/metadata", 200] }, () => exports.GetMetadataRequest$, () => exports.GetMetadataResponse$
|
|
1176
|
+
];
|
|
1177
|
+
exports.GetTheme$ = [9, n0, _GT,
|
|
1178
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/themes/{id}", 200] }, () => exports.GetThemeRequest$, () => exports.GetThemeResponse$
|
|
1179
|
+
];
|
|
1180
|
+
exports.ListCodegenJobs$ = [9, n0, _LCJ,
|
|
1181
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/codegen-jobs", 200] }, () => exports.ListCodegenJobsRequest$, () => exports.ListCodegenJobsResponse$
|
|
1182
|
+
];
|
|
1183
|
+
exports.ListComponents$ = [9, n0, _LC,
|
|
1184
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/components", 200] }, () => exports.ListComponentsRequest$, () => exports.ListComponentsResponse$
|
|
1185
|
+
];
|
|
1186
|
+
exports.ListForms$ = [9, n0, _LF,
|
|
1187
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/forms", 200] }, () => exports.ListFormsRequest$, () => exports.ListFormsResponse$
|
|
1188
|
+
];
|
|
1189
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
1190
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
1191
|
+
];
|
|
1192
|
+
exports.ListThemes$ = [9, n0, _LT,
|
|
1193
|
+
{ [_h]: ["GET", "/app/{appId}/environment/{environmentName}/themes", 200] }, () => exports.ListThemesRequest$, () => exports.ListThemesResponse$
|
|
1194
|
+
];
|
|
1195
|
+
exports.PutMetadataFlag$ = [9, n0, _PMF,
|
|
1196
|
+
{ [_h]: ["PUT", "/app/{appId}/environment/{environmentName}/metadata/features/{featureName}", 200] }, () => exports.PutMetadataFlagRequest$, () => __Unit
|
|
1197
|
+
];
|
|
1198
|
+
exports.RefreshToken$ = [9, n0, _RT,
|
|
1199
|
+
{ [_h]: ["POST", "/tokens/{provider}/refresh", 200] }, () => exports.RefreshTokenRequest$, () => exports.RefreshTokenResponse$
|
|
1200
|
+
];
|
|
1201
|
+
exports.StartCodegenJob$ = [9, n0, _SCJ,
|
|
1202
|
+
{ [_h]: ["POST", "/app/{appId}/environment/{environmentName}/codegen-jobs", 200] }, () => exports.StartCodegenJobRequest$, () => exports.StartCodegenJobResponse$
|
|
1203
|
+
];
|
|
1204
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
1205
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
1206
|
+
];
|
|
1207
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
1208
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
1209
|
+
];
|
|
1210
|
+
exports.UpdateComponent$ = [9, n0, _UC,
|
|
1211
|
+
{ [_h]: ["PATCH", "/app/{appId}/environment/{environmentName}/components/{id}", 200] }, () => exports.UpdateComponentRequest$, () => exports.UpdateComponentResponse$
|
|
1212
|
+
];
|
|
1213
|
+
exports.UpdateForm$ = [9, n0, _UF,
|
|
1214
|
+
{ [_h]: ["PATCH", "/app/{appId}/environment/{environmentName}/forms/{id}", 200] }, () => exports.UpdateFormRequest$, () => exports.UpdateFormResponse$
|
|
1215
|
+
];
|
|
1216
|
+
exports.UpdateTheme$ = [9, n0, _UT,
|
|
1217
|
+
{ [_h]: ["PATCH", "/app/{appId}/environment/{environmentName}/themes/{id}", 200] }, () => exports.UpdateThemeRequest$, () => exports.UpdateThemeResponse$
|
|
1218
|
+
];
|