@wix/auto_sdk_bookings_resources 1.0.57 → 1.0.59

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 (33) hide show
  1. package/build/cjs/{bookings-resources-v2-resource-resources.universal-8jOjAHjX.d.ts → bookings-resources-v2-resource-resources.universal-eE3GuYhS.d.ts} +7 -1
  2. package/build/cjs/index.d.ts +8 -26
  3. package/build/cjs/index.js +43 -1
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +25 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +1 -1
  9. package/build/es/{bookings-resources-v2-resource-resources.universal-8jOjAHjX.d.mts → bookings-resources-v2-resource-resources.universal-eE3GuYhS.d.mts} +7 -1
  10. package/build/es/index.d.mts +8 -26
  11. package/build/es/index.mjs +43 -1
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +2 -2
  14. package/build/es/index.typings.mjs +24 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +1 -1
  17. package/build/internal/cjs/{bookings-resources-v2-resource-resources.universal-8jOjAHjX.d.ts → bookings-resources-v2-resource-resources.universal-eE3GuYhS.d.ts} +7 -1
  18. package/build/internal/cjs/index.d.ts +8 -26
  19. package/build/internal/cjs/index.js +43 -1
  20. package/build/internal/cjs/index.js.map +1 -1
  21. package/build/internal/cjs/index.typings.d.ts +2 -2
  22. package/build/internal/cjs/index.typings.js +25 -0
  23. package/build/internal/cjs/index.typings.js.map +1 -1
  24. package/build/internal/cjs/meta.d.ts +1 -1
  25. package/build/internal/es/{bookings-resources-v2-resource-resources.universal-8jOjAHjX.d.mts → bookings-resources-v2-resource-resources.universal-eE3GuYhS.d.mts} +7 -1
  26. package/build/internal/es/index.d.mts +8 -26
  27. package/build/internal/es/index.mjs +43 -1
  28. package/build/internal/es/index.mjs.map +1 -1
  29. package/build/internal/es/index.typings.d.mts +2 -2
  30. package/build/internal/es/index.typings.mjs +24 -0
  31. package/build/internal/es/index.typings.mjs.map +1 -1
  32. package/build/internal/es/meta.d.mts +1 -1
  33. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- import { H as CreateResourceRequest$1, J as CreateResourceResponse$1, K as BulkCreateResourcesRequest$1, a as BulkCreateResourcesResponse$1, X as GetResourceRequest$1, Y as GetResourceResponse$1, a8 as UpdateResourceRequest$1, a9 as UpdateResourceResponse$1, aa as BulkUpdateResourcesRequest$1, e as BulkUpdateResourcesResponse$1, ab as DeleteResourceRequest$1, ac as DeleteResourceResponse$1, ad as BulkDeleteResourcesRequest$1, g as BulkDeleteResourcesResponse$1, ae as SearchResourcesRequest$1, S as SearchResourcesResponse$1, aS as QueryResourcesRequest$1, aV as QueryResourcesResponse$1, aW as CountResourcesRequest$1, k as CountResourcesResponse$1 } from './bookings-resources-v2-resource-resources.universal-8jOjAHjX.mjs';
1
+ import { K as CreateResourceRequest$1, O as CreateResourceResponse$1, P as BulkCreateResourcesRequest$1, a as BulkCreateResourcesResponse$1, Z as GetResourceRequest$1, _ as GetResourceResponse$1, aa as UpdateResourceRequest$1, ab as UpdateResourceResponse$1, ac as BulkUpdateResourcesRequest$1, e as BulkUpdateResourcesResponse$1, ad as DeleteResourceRequest$1, ae as DeleteResourceResponse$1, af as BulkDeleteResourcesRequest$1, g as BulkDeleteResourcesResponse$1, ag as SearchResourcesRequest$1, S as SearchResourcesResponse$1, aU as QueryResourcesRequest$1, aW as QueryResourcesResponse$1, aX as CountResourcesRequest$1, j as CountResourcesResponse$1 } from './bookings-resources-v2-resource-resources.universal-eE3GuYhS.mjs';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_resources",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -29,7 +29,7 @@
29
29
  "service-plugins"
30
30
  ],
31
31
  "dependencies": {
32
- "@wix/sdk-runtime": "^0.5.0",
32
+ "@wix/sdk-runtime": "^1.0.0",
33
33
  "@wix/sdk-types": "^1.13.35"
34
34
  },
35
35
  "devDependencies": {
@@ -50,5 +50,5 @@
50
50
  "fqdn": "wix.bookings.resources.v2.resource"
51
51
  }
52
52
  },
53
- "falconPackageHash": "42366b50244b50470e55c834483e33ea60979b786e12abc2f8cd4e82"
53
+ "falconPackageHash": "0007e8264352af09a49a6472239f6d7dabceb69b59a84ac70c1ae5da"
54
54
  }