@wix/auto_sdk_restaurants_operations 1.0.96 → 1.0.97

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.
Files changed (41) hide show
  1. package/build/cjs/index.js +11 -8
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +15 -11
  4. package/build/cjs/index.typings.js +2 -3
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +10 -2
  7. package/build/cjs/meta.js +1 -0
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.js +112 -104
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/index.mjs +11 -8
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +15 -11
  14. package/build/es/index.typings.mjs +2 -3
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +10 -2
  17. package/build/es/meta.mjs +1 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/es/schemas.mjs +112 -104
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/index.js +11 -8
  22. package/build/internal/cjs/index.js.map +1 -1
  23. package/build/internal/cjs/index.typings.d.ts +15 -11
  24. package/build/internal/cjs/index.typings.js +2 -3
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +10 -2
  27. package/build/internal/cjs/meta.js +1 -0
  28. package/build/internal/cjs/meta.js.map +1 -1
  29. package/build/internal/cjs/schemas.js +112 -104
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/index.mjs +11 -8
  32. package/build/internal/es/index.mjs.map +1 -1
  33. package/build/internal/es/index.typings.d.mts +15 -11
  34. package/build/internal/es/index.typings.mjs +2 -3
  35. package/build/internal/es/index.typings.mjs.map +1 -1
  36. package/build/internal/es/meta.d.mts +10 -2
  37. package/build/internal/es/meta.mjs +1 -0
  38. package/build/internal/es/meta.mjs.map +1 -1
  39. package/build/internal/es/schemas.mjs +112 -104
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1331,6 +1331,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1331
1331
  Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
1332
1332
  Namespace2["VIBU"] = "VIBU";
1333
1333
  Namespace2["ENTERPRISE_BRAND_KIT"] = "ENTERPRISE_BRAND_KIT";
1334
+ Namespace2["DEV_CENTER_DEV_SITE"] = "DEV_CENTER_DEV_SITE";
1334
1335
  return Namespace2;
1335
1336
  })(Namespace || {});
1336
1337
  var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
@@ -1555,9 +1556,7 @@ async function typedQueryOperation(query) {
1555
1556
  }
1556
1557
  }
1557
1558
  var utils = {
1558
- query: {
1559
- ...(0, import_query_builder_utils.createQueryUtils)()
1560
- }
1559
+ query: /* @__PURE__ */ (0, import_query_builder_utils.createQueryUtils)()
1561
1560
  };
1562
1561
  async function listOperations2() {
1563
1562
  const { httpClient, sideEffects } = arguments[0];
@@ -2436,7 +2435,7 @@ function bulkUpdateOperationTagsByFilter3(httpClient) {
2436
2435
  { httpClient }
2437
2436
  );
2438
2437
  }
2439
- var onOperationDeleted = (0, import_sdk_types.EventDefinition)(
2438
+ var onOperationDeleted = /* @__PURE__ */ (0, import_sdk_types.EventDefinition)(
2440
2439
  "wix.restaurants.operations.v1.operation_deleted",
2441
2440
  true,
2442
2441
  (event) => (0, import_rename_all_nested_keys2.renameKeysFromRESTResponseToSDKResponse)(
@@ -2457,7 +2456,7 @@ var onOperationDeleted = (0, import_sdk_types.EventDefinition)(
2457
2456
  ])
2458
2457
  )
2459
2458
  )();
2460
- var onOperationUpdated = (0, import_sdk_types.EventDefinition)(
2459
+ var onOperationUpdated = /* @__PURE__ */ (0, import_sdk_types.EventDefinition)(
2461
2460
  "wix.restaurants.operations.v1.operation_updated",
2462
2461
  true,
2463
2462
  (event) => (0, import_rename_all_nested_keys2.renameKeysFromRESTResponseToSDKResponse)(
@@ -2490,7 +2489,7 @@ var import_rest_modules3 = require("@wix/sdk-runtime/rest-modules");
2490
2489
  var import_event_definition_modules = require("@wix/sdk-runtime/event-definition-modules");
2491
2490
  var import_query_method_router = require("@wix/sdk-runtime/query-method-router");
2492
2491
  function customQueryOperation(httpClient) {
2493
- const router = (0, import_query_method_router.createQueryOverloadRouter)({
2492
+ const router = /* @__PURE__ */ (0, import_query_method_router.createQueryOverloadRouter)({
2494
2493
  builderQueryFunction: () => queryOperation3(httpClient)(),
2495
2494
  typedQueryFunction: (query) => typedQueryOperation2(httpClient)(query),
2496
2495
  hasOptionsParameter: false
@@ -2533,8 +2532,12 @@ var validateOperationAddress4 = /* @__PURE__ */ (0, import_rest_modules3.createR
2533
2532
  var bulkUpdateOperationTags4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkUpdateOperationTags3);
2534
2533
  var bulkUpdateOperationTagsByFilter4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkUpdateOperationTagsByFilter3);
2535
2534
  var queryOperation4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(customQueryOperation);
2536
- var onOperationDeleted2 = (0, import_event_definition_modules.createEventModule)(onOperationDeleted);
2537
- var onOperationUpdated2 = (0, import_event_definition_modules.createEventModule)(onOperationUpdated);
2535
+ var onOperationDeleted2 = /* @__PURE__ */ (0, import_event_definition_modules.createEventModule)(
2536
+ onOperationDeleted
2537
+ );
2538
+ var onOperationUpdated2 = /* @__PURE__ */ (0, import_event_definition_modules.createEventModule)(
2539
+ onOperationUpdated
2540
+ );
2538
2541
  // Annotate the CommonJS export names for ESM import in node:
2539
2542
  0 && (module.exports = {
2540
2543
  ActivationType,