@wix/ditto-codegen-public 1.0.34 → 1.0.36
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 +7 -3
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -117511,8 +117511,7 @@ var require_load_examples = __commonJS({
|
|
|
117511
117511
|
],
|
|
117512
117512
|
[types.EmbeddedScript]: [
|
|
117513
117513
|
appsExamples.MixPanelAnalystic,
|
|
117514
|
-
appsExamples.SitePopup
|
|
117515
|
-
appsExamples.SPISExample
|
|
117514
|
+
appsExamples.SitePopup
|
|
117516
117515
|
],
|
|
117517
117516
|
[types.ServicePluginExtension]: [appsExamples.SPISExample],
|
|
117518
117517
|
[types.CustomElementPlugin]: [appsExamples.InventoryCountdown],
|
|
@@ -118920,7 +118919,7 @@ var require_types_impl2 = __commonJS({
|
|
|
118920
118919
|
"../../node_modules/@wix/ambassador-data-v2-data-collection/build/cjs/types.impl.js"(exports2) {
|
|
118921
118920
|
"use strict";
|
|
118922
118921
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
118923
|
-
exports2.WebhookIdentityType = exports2.IndexSource = exports2.IndexStatus = exports2.Order = exports2.SortOrder = exports2.Segment = exports2.AccessLevel = exports2.PagingMode = exports2.Type = exports2.Format = exports2.Status = exports2.Role = exports2.FieldPluginType = exports2.QueryOperator = exports2.FieldType = exports2.CollectionOperation = exports2.DataOperation = exports2.Direction = exports2.CollectionType = void 0;
|
|
118922
|
+
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.QueryOperator = exports2.FieldType = exports2.CollectionOperation = exports2.DataOperation = exports2.Direction = exports2.CollectionType = void 0;
|
|
118924
118923
|
var CollectionType;
|
|
118925
118924
|
(function(CollectionType2) {
|
|
118926
118925
|
CollectionType2["NATIVE"] = "NATIVE";
|
|
@@ -119076,6 +119075,11 @@ var require_types_impl2 = __commonJS({
|
|
|
119076
119075
|
SortOrder2["ASC"] = "ASC";
|
|
119077
119076
|
SortOrder2["DESC"] = "DESC";
|
|
119078
119077
|
})(SortOrder = exports2.SortOrder || (exports2.SortOrder = {}));
|
|
119078
|
+
var TenantMode;
|
|
119079
|
+
(function(TenantMode2) {
|
|
119080
|
+
TenantMode2["META_SITE"] = "META_SITE";
|
|
119081
|
+
TenantMode2["ACCOUNT"] = "ACCOUNT";
|
|
119082
|
+
})(TenantMode = exports2.TenantMode || (exports2.TenantMode = {}));
|
|
119079
119083
|
var Order;
|
|
119080
119084
|
(function(Order2) {
|
|
119081
119085
|
Order2["ASC"] = "ASC";
|
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.36",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@wix/ditto-codegen": "1.0.0",
|
|
25
25
|
"esbuild": "^0.25.9"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "f78cfb6e7bdafb3a57f084c58b26c3a4b12662154bae77080decebba"
|
|
28
28
|
}
|