@wix/auto_sdk_restaurants_operations 1.0.50 → 1.0.51
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 +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -2
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -2
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -2
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -2
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -1196,6 +1196,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
1196
1196
|
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
1197
1197
|
Namespace2["MIMIR"] = "MIMIR";
|
|
1198
1198
|
Namespace2["TWINS"] = "TWINS";
|
|
1199
|
+
Namespace2["NANO"] = "NANO";
|
|
1199
1200
|
return Namespace2;
|
|
1200
1201
|
})(Namespace || {});
|
|
1201
1202
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|