@wix/auto_sdk_data_scheduled-workflows 1.0.1 → 1.0.3
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +344 -19
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +759 -59
- package/build/cjs/index.typings.js +238 -19
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +758 -58
- package/build/cjs/meta.js +238 -19
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +1380 -12
- package/build/cjs/schemas.js +6437 -707
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +343 -19
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +759 -59
- package/build/es/index.typings.mjs +237 -19
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +758 -58
- package/build/es/meta.mjs +237 -19
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +1380 -12
- package/build/es/schemas.mjs +6437 -707
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +344 -19
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +759 -59
- package/build/internal/cjs/index.typings.js +238 -19
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +758 -58
- package/build/internal/cjs/meta.js +238 -19
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +1380 -12
- package/build/internal/cjs/schemas.js +6437 -707
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +343 -19
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +759 -59
- package/build/internal/es/index.typings.mjs +237 -19
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +758 -58
- package/build/internal/es/meta.mjs +237 -19
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +1380 -12
- package/build/internal/es/schemas.mjs +6437 -707
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
// src/data-sync-v1-jobs-scheduled-workflows.http.ts
|
|
2
2
|
import { toURLSearchParams } from "@wix/sdk-runtime/rest-modules";
|
|
3
|
+
import { transformSDKFloatToRESTFloat } from "@wix/sdk-runtime/transformations/float";
|
|
4
|
+
import { transformRESTFloatToSDKFloat } from "@wix/sdk-runtime/transformations/float";
|
|
3
5
|
import { transformSDKTimestampToRESTTimestamp } from "@wix/sdk-runtime/transformations/timestamp";
|
|
4
6
|
import { transformRESTTimestampToSDKTimestamp } from "@wix/sdk-runtime/transformations/timestamp";
|
|
5
7
|
import { transformSDKFieldMaskToRESTFieldMask } from "@wix/sdk-runtime/transformations/field-mask";
|
|
@@ -62,6 +64,41 @@ function createScheduledDataWorkflow(payload) {
|
|
|
62
64
|
{ path: "scheduledDataWorkflow.lastExecutionDate" },
|
|
63
65
|
{ path: "scheduledDataWorkflow.nextExecutionDate" }
|
|
64
66
|
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
transformFn: transformSDKFloatToRESTFloat,
|
|
70
|
+
paths: [
|
|
71
|
+
{
|
|
72
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.groupIds.expression.numeric"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.avg.expression.numeric"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.min.expression.numeric"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.max.expression.numeric"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.sum.expression.numeric"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.first.expression.numeric"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.last.expression.numeric"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.push.expression.numeric"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.projection.fields.reshape.expression.numeric"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.addFields.fields.expression.numeric"
|
|
100
|
+
}
|
|
101
|
+
]
|
|
65
102
|
}
|
|
66
103
|
]);
|
|
67
104
|
const metadata = {
|
|
@@ -85,6 +122,41 @@ function createScheduledDataWorkflow(payload) {
|
|
|
85
122
|
{ path: "scheduledDataWorkflow.lastExecutionDate" },
|
|
86
123
|
{ path: "scheduledDataWorkflow.nextExecutionDate" }
|
|
87
124
|
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
transformFn: transformRESTFloatToSDKFloat,
|
|
128
|
+
paths: [
|
|
129
|
+
{
|
|
130
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.groupIds.expression.numeric"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.avg.expression.numeric"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.min.expression.numeric"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.max.expression.numeric"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.sum.expression.numeric"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.first.expression.numeric"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.last.expression.numeric"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.push.expression.numeric"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.projection.fields.reshape.expression.numeric"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.addFields.fields.expression.numeric"
|
|
158
|
+
}
|
|
159
|
+
]
|
|
88
160
|
}
|
|
89
161
|
])
|
|
90
162
|
};
|
|
@@ -153,6 +225,41 @@ function updateScheduledDataWorkflow(payload) {
|
|
|
153
225
|
{ path: "scheduledDataWorkflow.lastExecutionDate" },
|
|
154
226
|
{ path: "scheduledDataWorkflow.nextExecutionDate" }
|
|
155
227
|
]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
transformFn: transformSDKFloatToRESTFloat,
|
|
231
|
+
paths: [
|
|
232
|
+
{
|
|
233
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.groupIds.expression.numeric"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.avg.expression.numeric"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.min.expression.numeric"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.max.expression.numeric"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.sum.expression.numeric"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.first.expression.numeric"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.last.expression.numeric"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.push.expression.numeric"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.projection.fields.reshape.expression.numeric"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.addFields.fields.expression.numeric"
|
|
261
|
+
}
|
|
262
|
+
]
|
|
156
263
|
}
|
|
157
264
|
]);
|
|
158
265
|
const metadata = {
|
|
@@ -176,6 +283,41 @@ function updateScheduledDataWorkflow(payload) {
|
|
|
176
283
|
{ path: "scheduledDataWorkflow.lastExecutionDate" },
|
|
177
284
|
{ path: "scheduledDataWorkflow.nextExecutionDate" }
|
|
178
285
|
]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
transformFn: transformRESTFloatToSDKFloat,
|
|
289
|
+
paths: [
|
|
290
|
+
{
|
|
291
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.groupIds.expression.numeric"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.avg.expression.numeric"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.min.expression.numeric"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.max.expression.numeric"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.sum.expression.numeric"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.first.expression.numeric"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.last.expression.numeric"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.push.expression.numeric"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.projection.fields.reshape.expression.numeric"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.addFields.fields.expression.numeric"
|
|
319
|
+
}
|
|
320
|
+
]
|
|
179
321
|
}
|
|
180
322
|
])
|
|
181
323
|
};
|
|
@@ -227,6 +369,41 @@ function getScheduledDataWorkflow(payload) {
|
|
|
227
369
|
{ path: "scheduledDataWorkflow.lastExecutionDate" },
|
|
228
370
|
{ path: "scheduledDataWorkflow.nextExecutionDate" }
|
|
229
371
|
]
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
transformFn: transformRESTFloatToSDKFloat,
|
|
375
|
+
paths: [
|
|
376
|
+
{
|
|
377
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.groupIds.expression.numeric"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.avg.expression.numeric"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.min.expression.numeric"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.max.expression.numeric"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.sum.expression.numeric"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.first.expression.numeric"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.last.expression.numeric"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.push.expression.numeric"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.projection.fields.reshape.expression.numeric"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
path: "scheduledDataWorkflow.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.addFields.fields.expression.numeric"
|
|
405
|
+
}
|
|
406
|
+
]
|
|
230
407
|
}
|
|
231
408
|
])
|
|
232
409
|
};
|
|
@@ -257,6 +434,41 @@ function listScheduledDataWorkflows(payload) {
|
|
|
257
434
|
{ path: "scheduledDataWorkflows.lastExecutionDate" },
|
|
258
435
|
{ path: "scheduledDataWorkflows.nextExecutionDate" }
|
|
259
436
|
]
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
transformFn: transformRESTFloatToSDKFloat,
|
|
440
|
+
paths: [
|
|
441
|
+
{
|
|
442
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.groupIds.expression.numeric"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.avg.expression.numeric"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.min.expression.numeric"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.max.expression.numeric"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.sum.expression.numeric"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.first.expression.numeric"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.last.expression.numeric"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.group.accumulators.push.expression.numeric"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.projection.fields.reshape.expression.numeric"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
path: "scheduledDataWorkflows.workflow.steps.source.wixDataCollection.aggregationQuery.aggregationPipeline.stages.addFields.fields.expression.numeric"
|
|
470
|
+
}
|
|
471
|
+
]
|
|
260
472
|
}
|
|
261
473
|
])
|
|
262
474
|
};
|
|
@@ -266,6 +478,30 @@ function listScheduledDataWorkflows(payload) {
|
|
|
266
478
|
}
|
|
267
479
|
|
|
268
480
|
// src/data-sync-v1-jobs-scheduled-workflows.types.ts
|
|
481
|
+
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
482
|
+
SortOrder2["ASC"] = "ASC";
|
|
483
|
+
SortOrder2["DESC"] = "DESC";
|
|
484
|
+
return SortOrder2;
|
|
485
|
+
})(SortOrder || {});
|
|
486
|
+
var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
487
|
+
FieldType2["ANY"] = "ANY";
|
|
488
|
+
FieldType2["STRING"] = "STRING";
|
|
489
|
+
FieldType2["NUMBER"] = "NUMBER";
|
|
490
|
+
FieldType2["BOOLEAN"] = "BOOLEAN";
|
|
491
|
+
FieldType2["DATE"] = "DATE";
|
|
492
|
+
FieldType2["DATETIME"] = "DATETIME";
|
|
493
|
+
FieldType2["BINARY"] = "BINARY";
|
|
494
|
+
FieldType2["OBJECT"] = "OBJECT";
|
|
495
|
+
FieldType2["ARRAY"] = "ARRAY";
|
|
496
|
+
FieldType2["URL"] = "URL";
|
|
497
|
+
FieldType2["WIX_MEDIA_URL"] = "WIX_MEDIA_URL";
|
|
498
|
+
FieldType2["WIX_MEDIA_IMAGE_URL"] = "WIX_MEDIA_IMAGE_URL";
|
|
499
|
+
FieldType2["WIX_MEDIA_VIDEO_URL"] = "WIX_MEDIA_VIDEO_URL";
|
|
500
|
+
FieldType2["WIX_MEDIA_DOCUMENT_URL"] = "WIX_MEDIA_DOCUMENT_URL";
|
|
501
|
+
FieldType2["IMAGE_URL"] = "IMAGE_URL";
|
|
502
|
+
FieldType2["VIDEO_URL"] = "VIDEO_URL";
|
|
503
|
+
return FieldType2;
|
|
504
|
+
})(FieldType || {});
|
|
269
505
|
var WixDataEnvironment = /* @__PURE__ */ ((WixDataEnvironment2) => {
|
|
270
506
|
WixDataEnvironment2["LIVE"] = "LIVE";
|
|
271
507
|
WixDataEnvironment2["SANDBOX"] = "SANDBOX";
|
|
@@ -291,25 +527,6 @@ var WixDataDestinationWritePolicy = /* @__PURE__ */ ((WixDataDestinationWritePol
|
|
|
291
527
|
WixDataDestinationWritePolicy2["TRUNCATE_BEFORE"] = "TRUNCATE_BEFORE";
|
|
292
528
|
return WixDataDestinationWritePolicy2;
|
|
293
529
|
})(WixDataDestinationWritePolicy || {});
|
|
294
|
-
var FieldType = /* @__PURE__ */ ((FieldType2) => {
|
|
295
|
-
FieldType2["ANY"] = "ANY";
|
|
296
|
-
FieldType2["STRING"] = "STRING";
|
|
297
|
-
FieldType2["NUMBER"] = "NUMBER";
|
|
298
|
-
FieldType2["BOOLEAN"] = "BOOLEAN";
|
|
299
|
-
FieldType2["DATE"] = "DATE";
|
|
300
|
-
FieldType2["DATETIME"] = "DATETIME";
|
|
301
|
-
FieldType2["BINARY"] = "BINARY";
|
|
302
|
-
FieldType2["OBJECT"] = "OBJECT";
|
|
303
|
-
FieldType2["ARRAY"] = "ARRAY";
|
|
304
|
-
FieldType2["URL"] = "URL";
|
|
305
|
-
FieldType2["WIX_MEDIA_URL"] = "WIX_MEDIA_URL";
|
|
306
|
-
FieldType2["WIX_MEDIA_IMAGE_URL"] = "WIX_MEDIA_IMAGE_URL";
|
|
307
|
-
FieldType2["WIX_MEDIA_VIDEO_URL"] = "WIX_MEDIA_VIDEO_URL";
|
|
308
|
-
FieldType2["WIX_MEDIA_DOCUMENT_URL"] = "WIX_MEDIA_DOCUMENT_URL";
|
|
309
|
-
FieldType2["IMAGE_URL"] = "IMAGE_URL";
|
|
310
|
-
FieldType2["VIDEO_URL"] = "VIDEO_URL";
|
|
311
|
-
return FieldType2;
|
|
312
|
-
})(FieldType || {});
|
|
313
530
|
var WixMediaDestinationWritePolicy = /* @__PURE__ */ ((WixMediaDestinationWritePolicy2) => {
|
|
314
531
|
WixMediaDestinationWritePolicy2["OVERWRITE"] = "OVERWRITE";
|
|
315
532
|
WixMediaDestinationWritePolicy2["SKIP_EXISTING"] = "SKIP_EXISTING";
|
|
@@ -473,6 +690,7 @@ export {
|
|
|
473
690
|
Fields as FieldsOriginal,
|
|
474
691
|
FileFormat as FileFormatOriginal,
|
|
475
692
|
MediaType as MediaTypeOriginal,
|
|
693
|
+
SortOrder as SortOrderOriginal,
|
|
476
694
|
WebhookIdentityType as WebhookIdentityTypeOriginal,
|
|
477
695
|
WixDataDestinationWritePolicy as WixDataDestinationWritePolicyOriginal,
|
|
478
696
|
WixDataEnvironment as WixDataEnvironmentOriginal,
|