@wix/ditto-codegen-public 1.0.242 → 1.0.243
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/out.js +18 -8
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -34,12 +34,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
));
|
|
35
35
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/build/
|
|
37
|
+
// ../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/cjs/build/types.impl.js
|
|
38
38
|
var require_types_impl = __commonJS({
|
|
39
|
-
"../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/build/
|
|
39
|
+
"../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/cjs/build/types.impl.js"(exports2) {
|
|
40
40
|
"use strict";
|
|
41
41
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
42
|
-
exports2.Status = exports2.TaskKind = void 0;
|
|
42
|
+
exports2.UserDecisionQuestionType = exports2.Status = exports2.TaskKind = void 0;
|
|
43
43
|
var TaskKind;
|
|
44
44
|
(function(TaskKind2) {
|
|
45
45
|
TaskKind2["UNKNOWN_TASK_KIND"] = "UNKNOWN_TASK_KIND";
|
|
@@ -59,6 +59,11 @@ var require_types_impl = __commonJS({
|
|
|
59
59
|
Status2["PENDING_CANCEL"] = "PENDING_CANCEL";
|
|
60
60
|
Status2["AWAITING_USER_INPUT"] = "AWAITING_USER_INPUT";
|
|
61
61
|
})(Status || (exports2.Status = Status = {}));
|
|
62
|
+
var UserDecisionQuestionType;
|
|
63
|
+
(function(UserDecisionQuestionType2) {
|
|
64
|
+
UserDecisionQuestionType2["UNKNOWN_QUESTION_TYPE"] = "UNKNOWN_QUESTION_TYPE";
|
|
65
|
+
UserDecisionQuestionType2["UI_COMPONENT_TYPE"] = "UI_COMPONENT_TYPE";
|
|
66
|
+
})(UserDecisionQuestionType || (exports2.UserDecisionQuestionType = UserDecisionQuestionType = {}));
|
|
62
67
|
}
|
|
63
68
|
});
|
|
64
69
|
|
|
@@ -6498,9 +6503,9 @@ var require_ambassador_index = __commonJS({
|
|
|
6498
6503
|
}
|
|
6499
6504
|
});
|
|
6500
6505
|
|
|
6501
|
-
// ../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/build/
|
|
6506
|
+
// ../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/cjs/build/http.impl.js
|
|
6502
6507
|
var require_http_impl = __commonJS({
|
|
6503
|
-
"../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/build/
|
|
6508
|
+
"../../node_modules/@wix/ambassador-ctp-codegen-job-service-v1-job/cjs/build/http.impl.js"(exports2) {
|
|
6504
6509
|
"use strict";
|
|
6505
6510
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
6506
6511
|
exports2.listProjects = listProjects;
|
|
@@ -88366,12 +88371,12 @@ var require_api2 = __commonJS({
|
|
|
88366
88371
|
}
|
|
88367
88372
|
});
|
|
88368
88373
|
|
|
88369
|
-
// ../../node_modules/@wix/ambassador-data-v2-data-collection/build/
|
|
88374
|
+
// ../../node_modules/@wix/ambassador-data-v2-data-collection/cjs/build/types.impl.js
|
|
88370
88375
|
var require_types_impl3 = __commonJS({
|
|
88371
|
-
"../../node_modules/@wix/ambassador-data-v2-data-collection/build/
|
|
88376
|
+
"../../node_modules/@wix/ambassador-data-v2-data-collection/cjs/build/types.impl.js"(exports2) {
|
|
88372
88377
|
"use strict";
|
|
88373
88378
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
88374
|
-
exports2.WebhookIdentityType = exports2.IndexSource = exports2.IndexStatus = exports2.Order = exports2.TenantMode = exports2.SortOrder = exports2.Segment = exports2.AccessLevel = exports2.PagingMode = exports2.Type = exports2.Format = exports2.Status = exports2.Role = exports2.FieldPluginType = exports2.PageLinkType = exports2.QueryOperator = exports2.FieldType = exports2.CollectionOperation = exports2.DataOperation = exports2.Direction = exports2.CollectionType = void 0;
|
|
88379
|
+
exports2.WebhookIdentityType = exports2.IndexSource = exports2.IndexStatus = exports2.Order = exports2.TenantMode = exports2.SortOrder = exports2.Segment = exports2.AccessLevel = exports2.PagingMode = exports2.Type = exports2.Format = exports2.Status = exports2.Role = exports2.Permission = exports2.FieldPluginType = exports2.PageLinkType = exports2.QueryOperator = exports2.FieldType = exports2.CollectionOperation = exports2.DataOperation = exports2.Direction = exports2.CollectionType = void 0;
|
|
88375
88380
|
var CollectionType;
|
|
88376
88381
|
(function(CollectionType2) {
|
|
88377
88382
|
CollectionType2["NATIVE"] = "NATIVE";
|
|
@@ -88477,6 +88482,11 @@ var require_types_impl3 = __commonJS({
|
|
|
88477
88482
|
FieldPluginType2["UNKNOWN"] = "UNKNOWN";
|
|
88478
88483
|
FieldPluginType2["CMS"] = "CMS";
|
|
88479
88484
|
})(FieldPluginType || (exports2.FieldPluginType = FieldPluginType = {}));
|
|
88485
|
+
var Permission;
|
|
88486
|
+
(function(Permission2) {
|
|
88487
|
+
Permission2["ANYONE"] = "ANYONE";
|
|
88488
|
+
Permission2["RESTRICTED"] = "RESTRICTED";
|
|
88489
|
+
})(Permission || (exports2.Permission = Permission = {}));
|
|
88480
88490
|
var Role;
|
|
88481
88491
|
(function(Role2) {
|
|
88482
88492
|
Role2["UNKNOWN_ROLE"] = "UNKNOWN_ROLE";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.243",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"@wix/ditto-codegen": "1.0.0",
|
|
29
29
|
"esbuild": "^0.27.2"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "1dea80c5a030b0e80c612a5820bde206fe15e80c5411c5f6745979f7"
|
|
32
32
|
}
|