oraculo-ui 0.2.13 → 0.2.14
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.
|
@@ -114,7 +114,6 @@ export declare const LANDING_FALLBACK_JSON: {
|
|
|
114
114
|
apiUrl: string;
|
|
115
115
|
visible: boolean;
|
|
116
116
|
title: string;
|
|
117
|
-
apiMethod: string;
|
|
118
117
|
componentKey: string;
|
|
119
118
|
variableName: string;
|
|
120
119
|
apiParams: {
|
|
@@ -160,6 +159,7 @@ export declare const LANDING_FALLBACK_JSON: {
|
|
|
160
159
|
manualItems?: undefined;
|
|
161
160
|
manualItems2?: undefined;
|
|
162
161
|
variableName2?: undefined;
|
|
162
|
+
apiMethod?: undefined;
|
|
163
163
|
} | {
|
|
164
164
|
apiMethod: string;
|
|
165
165
|
id: number;
|
|
@@ -227,6 +227,58 @@ export declare const LANDING_FALLBACK_JSON: {
|
|
|
227
227
|
apiUrl?: undefined;
|
|
228
228
|
apiMethod?: undefined;
|
|
229
229
|
apiParams?: undefined;
|
|
230
|
+
} | {
|
|
231
|
+
apiMethod: string;
|
|
232
|
+
visible: boolean;
|
|
233
|
+
title: string;
|
|
234
|
+
apiUrl: string;
|
|
235
|
+
dataMode: string;
|
|
236
|
+
id: number;
|
|
237
|
+
order: number;
|
|
238
|
+
manualScalarFields: ({
|
|
239
|
+
name: string;
|
|
240
|
+
required: boolean;
|
|
241
|
+
isImage: boolean;
|
|
242
|
+
value: string;
|
|
243
|
+
id: string;
|
|
244
|
+
type: string;
|
|
245
|
+
maxSizeMB?: undefined;
|
|
246
|
+
} | {
|
|
247
|
+
type: string;
|
|
248
|
+
maxSizeMB: number;
|
|
249
|
+
id: string;
|
|
250
|
+
value: string;
|
|
251
|
+
isImage: boolean;
|
|
252
|
+
required: boolean;
|
|
253
|
+
name: string;
|
|
254
|
+
} | {
|
|
255
|
+
isImage: boolean;
|
|
256
|
+
required: boolean;
|
|
257
|
+
name: string;
|
|
258
|
+
id: string;
|
|
259
|
+
type: string;
|
|
260
|
+
value: boolean;
|
|
261
|
+
maxSizeMB?: undefined;
|
|
262
|
+
} | {
|
|
263
|
+
type: string;
|
|
264
|
+
id: string;
|
|
265
|
+
value: number;
|
|
266
|
+
isImage: boolean;
|
|
267
|
+
required: boolean;
|
|
268
|
+
name: string;
|
|
269
|
+
maxSizeMB?: undefined;
|
|
270
|
+
})[];
|
|
271
|
+
updatedAt: string;
|
|
272
|
+
variableName: string;
|
|
273
|
+
apiParams: {
|
|
274
|
+
id: string;
|
|
275
|
+
value: string;
|
|
276
|
+
key: string;
|
|
277
|
+
}[];
|
|
278
|
+
componentKey: string;
|
|
279
|
+
manualItems?: undefined;
|
|
280
|
+
manualItems2?: undefined;
|
|
281
|
+
variableName2?: undefined;
|
|
230
282
|
} | {
|
|
231
283
|
title: string;
|
|
232
284
|
visible: boolean;
|