@wix/app-extensions 1.0.54 → 1.0.55
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.js +9 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +8 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +65 -10
- package/build/trusted/cjs/index.js +9 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +65 -10
- package/build/trusted/es/index.mjs +8 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -155,6 +155,7 @@ __export(index_exports, {
|
|
|
155
155
|
IntegrationType: () => IntegrationType,
|
|
156
156
|
Intent: () => Intent,
|
|
157
157
|
InterfaceConfigurationType: () => InterfaceConfigurationType,
|
|
158
|
+
ItemField: () => ItemField,
|
|
158
159
|
ItemType: () => ItemType,
|
|
159
160
|
Layout: () => Layout,
|
|
160
161
|
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
@@ -2452,6 +2453,13 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
2452
2453
|
DataType2["sort"] = "sort";
|
|
2453
2454
|
return DataType2;
|
|
2454
2455
|
})(DataType || {});
|
|
2456
|
+
var ItemField = /* @__PURE__ */ ((ItemField2) => {
|
|
2457
|
+
ItemField2["ID"] = "ID";
|
|
2458
|
+
ItemField2["NAME"] = "NAME";
|
|
2459
|
+
ItemField2["DESCRIPTION"] = "DESCRIPTION";
|
|
2460
|
+
ItemField2["NOTE"] = "NOTE";
|
|
2461
|
+
return ItemField2;
|
|
2462
|
+
})(ItemField || {});
|
|
2455
2463
|
var A11yAttributes = /* @__PURE__ */ ((A11yAttributes2) => {
|
|
2456
2464
|
A11yAttributes2["Unknown_AriaAttributes"] = "Unknown_AriaAttributes";
|
|
2457
2465
|
A11yAttributes2["tabIndex"] = "tabIndex";
|
|
@@ -6327,6 +6335,7 @@ function bookingsPlatformPremiumValidation({
|
|
|
6327
6335
|
IntegrationType,
|
|
6328
6336
|
Intent,
|
|
6329
6337
|
InterfaceConfigurationType,
|
|
6338
|
+
ItemField,
|
|
6330
6339
|
ItemType,
|
|
6331
6340
|
Layout,
|
|
6332
6341
|
LayoutDataBackgroundType,
|