@wix/auto_sdk_bookings_resources 1.0.83 → 1.0.84
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/{bookings-resources-v2-resource-resources.universal-CI0rQPIN.d.ts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.ts} +6 -0
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/{bookings-resources-v2-resource-resources.universal-CI0rQPIN.d.mts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.mts} +6 -0
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/{bookings-resources-v2-resource-resources.universal-CI0rQPIN.d.ts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.ts} +6 -0
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/{bookings-resources-v2-resource-resources.universal-CI0rQPIN.d.mts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.mts} +6 -0
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
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, aX as QueryResourcesResponse$1, aY as CountResourcesRequest$1, j as CountResourcesResponse$1 } from './bookings-resources-v2-resource-resources.universal-
|
|
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, aX as QueryResourcesResponse$1, aY as CountResourcesRequest$1, j as CountResourcesResponse$1 } from './bookings-resources-v2-resource-resources.universal-ya1xZBLg.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.
|
|
3
|
+
"version": "1.0.84",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": "wix.bookings.resources.v2.resource"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "cf855c51154567bce33308482a62df75129ab4e392ebafbde6dd48d8"
|
|
61
61
|
}
|