@wix/auto_sdk_bookings_resources 1.0.82 → 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.
Files changed (41) hide show
  1. package/build/cjs/{bookings-resources-v2-resource-resources.universal-Ba7IleZN.d.ts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.ts} +16 -41
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +1 -15
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.d.ts +0 -42
  9. package/build/cjs/schemas.js +0 -102
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/{bookings-resources-v2-resource-resources.universal-Ba7IleZN.d.mts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.mts} +16 -41
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +1 -15
  17. package/build/es/meta.mjs.map +1 -1
  18. package/build/es/schemas.d.mts +0 -42
  19. package/build/es/schemas.mjs +0 -102
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-resources-v2-resource-resources.universal-Ba7IleZN.d.ts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.ts} +16 -41
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +2 -2
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +1 -15
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/cjs/schemas.d.ts +0 -42
  29. package/build/internal/cjs/schemas.js +0 -102
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/{bookings-resources-v2-resource-resources.universal-Ba7IleZN.d.mts → bookings-resources-v2-resource-resources.universal-ya1xZBLg.d.mts} +16 -41
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +2 -2
  35. package/build/internal/es/index.typings.mjs.map +1 -1
  36. package/build/internal/es/meta.d.mts +1 -15
  37. package/build/internal/es/meta.mjs.map +1 -1
  38. package/build/internal/es/schemas.d.mts +0 -42
  39. package/build/internal/es/schemas.mjs +0 -102
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -64,20 +64,6 @@ interface Resource extends ResourceCompositionDetailsOneOf {
64
64
  * @readonly
65
65
  */
66
66
  eventsSchedule?: EventsSchedule;
67
- /**
68
- * ID of the app associated with the resource. You can't update `appId`.
69
- * Resources are displayed in Wix Bookings only if they are associated with the Wix Bookings app ID or have no associated app ID.
70
- * Default: `13d21c63-b5ec-5912-8397-c3a5ddb27a97` (Wix Bookings app ID)
71
- * For resources from Wix apps, the following values apply:
72
- * - Wix Bookings: `"13d21c63-b5ec-5912-8397-c3a5ddb27a97"`
73
- * - Wix Services: `"cc552162-24a4-45e0-9695-230c4931ef40"`
74
- * - Wix Meetings: `"6646a75c-2027-4f49-976c-58f3d713ed0f"`
75
- * [Full list of apps created by Wix](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/platform/about-apps-created-by-wix).
76
- * <!-- TODO: Uncomment when Platform docs are published - Learn more about [app identity in the Bookings Platform](https://dev.wix.com/docs/api-reference/business-solutions/bookings/bookings-platform/app-identity-in-the-bookings-platform). -->
77
- * @format GUID
78
- * @immutable
79
- */
80
- appId?: string | null;
81
67
  /** Extensions enabling users to save custom data related to the resource. */
82
68
  extendedFields?: ExtendedFields;
83
69
  }
@@ -1340,6 +1326,8 @@ interface ResourceCreatedEnvelope {
1340
1326
  }
1341
1327
  /**
1342
1328
  * Triggered when a resource is created.
1329
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
1330
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
1343
1331
  * @permissionScope Read Bookings - Public Data
1344
1332
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1345
1333
  * @permissionScope Manage Bookings
@@ -1362,6 +1350,8 @@ interface ResourceDeletedEnvelope {
1362
1350
  }
1363
1351
  /**
1364
1352
  * Triggered when a resource is deleted.
1353
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
1354
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
1365
1355
  * @permissionScope Read Bookings - Public Data
1366
1356
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1367
1357
  * @permissionScope Manage Bookings
@@ -1385,6 +1375,8 @@ interface ResourceUpdatedEnvelope {
1385
1375
  }
1386
1376
  /**
1387
1377
  * Triggered when an resource is updated.
1378
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
1379
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
1388
1380
  * @permissionScope Read Bookings - Public Data
1389
1381
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1390
1382
  * @permissionScope Manage Bookings
@@ -1542,20 +1534,6 @@ interface UpdateResource {
1542
1534
  * @readonly
1543
1535
  */
1544
1536
  eventsSchedule?: EventsSchedule;
1545
- /**
1546
- * ID of the app associated with the resource. You can't update `appId`.
1547
- * Resources are displayed in Wix Bookings only if they are associated with the Wix Bookings app ID or have no associated app ID.
1548
- * Default: `13d21c63-b5ec-5912-8397-c3a5ddb27a97` (Wix Bookings app ID)
1549
- * For resources from Wix apps, the following values apply:
1550
- * - Wix Bookings: `"13d21c63-b5ec-5912-8397-c3a5ddb27a97"`
1551
- * - Wix Services: `"cc552162-24a4-45e0-9695-230c4931ef40"`
1552
- * - Wix Meetings: `"6646a75c-2027-4f49-976c-58f3d713ed0f"`
1553
- * [Full list of apps created by Wix](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/platform/about-apps-created-by-wix).
1554
- * <!-- TODO: Uncomment when Platform docs are published - Learn more about [app identity in the Bookings Platform](https://dev.wix.com/docs/api-reference/business-solutions/bookings/bookings-platform/app-identity-in-the-bookings-platform). -->
1555
- * @format GUID
1556
- * @immutable
1557
- */
1558
- appId?: string | null;
1559
1537
  /** Extensions enabling users to save custom data related to the resource. */
1560
1538
  extendedFields?: ExtendedFields;
1561
1539
  }
@@ -1619,7 +1597,6 @@ interface ResourceSearchSpec extends SearchSpec {
1619
1597
  '_createdDate',
1620
1598
  '_id',
1621
1599
  '_updatedDate',
1622
- 'appId',
1623
1600
  'singleResource.locationOptions.availableInAllLocations',
1624
1601
  'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations',
1625
1602
  'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId'
@@ -1639,7 +1616,6 @@ interface ResourceSearchSpec extends SearchSpec {
1639
1616
  '_createdDate',
1640
1617
  '_id',
1641
1618
  '_updatedDate',
1642
- 'appId',
1643
1619
  'name',
1644
1620
  'singleResource.locationOptions.availableInAllLocations',
1645
1621
  'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations'
@@ -1826,37 +1802,37 @@ interface ResourcesQueryBuilder {
1826
1802
  /** @param propertyName - Property whose value is compared with `value`.
1827
1803
  * @param value - Value to compare against.
1828
1804
  */
1829
- eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId' | 'appId', value: any) => ResourcesQueryBuilder;
1805
+ eq: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId', value: any) => ResourcesQueryBuilder;
1830
1806
  /** @param propertyName - Property whose value is compared with `value`.
1831
1807
  * @param value - Value to compare against.
1832
1808
  */
1833
- ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId' | 'appId', value: any) => ResourcesQueryBuilder;
1809
+ ne: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId', value: any) => ResourcesQueryBuilder;
1834
1810
  /** @param propertyName - Property whose value is compared with `value`.
1835
1811
  * @param value - Value to compare against.
1836
1812
  */
1837
- ge: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId' | 'appId', value: any) => ResourcesQueryBuilder;
1813
+ ge: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId', value: any) => ResourcesQueryBuilder;
1838
1814
  /** @param propertyName - Property whose value is compared with `value`.
1839
1815
  * @param value - Value to compare against.
1840
1816
  */
1841
- gt: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId' | 'appId', value: any) => ResourcesQueryBuilder;
1817
+ gt: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId', value: any) => ResourcesQueryBuilder;
1842
1818
  /** @param propertyName - Property whose value is compared with `value`.
1843
1819
  * @param value - Value to compare against.
1844
1820
  */
1845
- le: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId' | 'appId', value: any) => ResourcesQueryBuilder;
1821
+ le: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId', value: any) => ResourcesQueryBuilder;
1846
1822
  /** @param propertyName - Property whose value is compared with `value`.
1847
1823
  * @param value - Value to compare against.
1848
1824
  */
1849
- lt: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId' | 'appId', value: any) => ResourcesQueryBuilder;
1825
+ lt: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'eventsSchedule.scheduleId', value: any) => ResourcesQueryBuilder;
1850
1826
  /** @param propertyName - Property whose value is compared with `string`.
1851
1827
  * @param string - String to compare against. Case-insensitive.
1852
1828
  */
1853
- startsWith: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | 'name' | 'typeId' | 'eventsSchedule.scheduleId' | 'appId', value: string) => ResourcesQueryBuilder;
1829
+ startsWith: (propertyName: 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | 'name' | 'typeId' | 'eventsSchedule.scheduleId', value: string) => ResourcesQueryBuilder;
1854
1830
  /** @param propertyName - Property whose value is compared with `values`.
1855
1831
  * @param values - List of values to compare against.
1856
1832
  */
1857
- hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId' | 'appId', value: any[]) => ResourcesQueryBuilder;
1858
- in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId' | 'appId', value: any) => ResourcesQueryBuilder;
1859
- exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId' | 'appId', value: boolean) => ResourcesQueryBuilder;
1833
+ hasSome: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId', value: any[]) => ResourcesQueryBuilder;
1834
+ in: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId', value: any) => ResourcesQueryBuilder;
1835
+ exists: (propertyName: 'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'name' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId', value: boolean) => ResourcesQueryBuilder;
1860
1836
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
1861
1837
  ascending: (...propertyNames: Array<'singleResource.locationOptions.availableInAllLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomerLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInCustomLocations' | 'singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations' | 'singleResource.locationOptions.specificLocationOptions.businessLocations.locationId' | '_id' | '_createdDate' | '_updatedDate' | 'type' | 'typeId' | 'locationOptions.availableInAllLocations' | 'eventsSchedule.scheduleId' | 'appId' | 'managementType'>) => ResourcesQueryBuilder;
1862
1838
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
@@ -1881,7 +1857,6 @@ interface ResourceQuerySpec extends QuerySpec {
1881
1857
  '_createdDate',
1882
1858
  '_id',
1883
1859
  '_updatedDate',
1884
- 'appId',
1885
1860
  'eventsSchedule.scheduleId',
1886
1861
  'locationOptions.availableInAllLocations',
1887
1862
  'locationOptions.specificLocationOptions.availableInBusinessLocations',
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { R as Resource, C as CreateResourceValidationErrors, B as BulkCreateResourcesOptions, a as BulkCreateResourcesResponse, b as BulkCreateResourcesValidationErrors, U as UpdateResource, c as UpdateResourceValidationErrors, M as MaskedResource, d as BulkUpdateResourcesOptions, e as BulkUpdateResourcesResponse, f as BulkUpdateResourcesValidationErrors, g as BulkDeleteResourcesResponse, h as ResourceSearch, S as SearchResourcesResponse, i as CountResourcesOptions, j as CountResourcesResponse, k as ResourceCreatedEnvelope, l as ResourceDeletedEnvelope, m as ResourceUpdatedEnvelope, n as ResourcesQueryBuilder, o as ResourceQuery, t as typedQueryResources } from './bookings-resources-v2-resource-resources.universal-Ba7IleZN.js';
3
- export { bc as AccountInfo, bf as AccountInfoMetadata, b7 as ActionEvent, ak as Aggregation, az as AggregationData, al as AggregationKindOneOf, aS as AggregationResults, aT as AggregationResultsResultOneOf, aG as AggregationResultsScalarResult, A as AggregationType, bs as AggregationTypeWithLiterals, X as ApplicationError, bd as BaseEventMetadata, Y as BulkActionMetadata, P as BulkCreateResourcesRequest, af as BulkDeleteResourcesRequest, Q as BulkResourceResult, ac as BulkUpdateResourcesRequest, F as BusinessLocation, bw as CommonQueryWithEntityContext, bv as CommonSearchWithEntityContext, aY as CountResourcesRequest, K as CreateResourceRequest, O as CreateResourceResponse, a2 as CursorPaging, a4 as CursorPagingMetadata, aV as CursorQuery, aW as CursorQueryPagingMethodOneOf, ah as CursorSearch, ai as CursorSearchPagingMethodOneOf, a5 as Cursors, as as DateHistogramAggregation, aO as DateHistogramResult, aQ as DateHistogramResults, ad as DeleteResourceRequest, ae as DeleteResourceResponse, b1 as DomainEvent, b2 as DomainEventBodyOneOf, b8 as Empty, b3 as EntityCreatedEvent, b6 as EntityDeletedEvent, b5 as EntityUpdatedEvent, be as EventMetadata, H as EventsSchedule, J as ExtendedFields, aZ as FixResourceSchedulesRequest, a_ as FixResourceSchedulesResponse, $ as GetDeletedResourceRequest, a0 as GetDeletedResourceResponse, Z as GetResourceRequest, _ as GetResourceResponse, aw as GroupByAggregation, ax as GroupByAggregationKindOneOf, aP as GroupByValueResults, ba as IdentificationData, bb as IdentificationDataIdOneOf, an as IncludeMissingValuesOptions, I as Interval, br as IntervalWithLiterals, T as ItemMetadata, a1 as ListDeletedResourcesRequest, a3 as ListDeletedResourcesResponse, L as LocationOptions, p as ManagementType, bk as ManagementTypeWithLiterals, b9 as MessageEnvelope, u as MissingValues, bo as MissingValuesWithLiterals, w as Mode, bt as ModeWithLiterals, av as NestedAggregation, at as NestedAggregationItem, au as NestedAggregationItemKindOneOf, aC as NestedAggregationResults, aD as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bq as NestedAggregationTypeWithLiterals, aL as NestedResultValue, aM as NestedResultValueResultOneOf, aR as NestedResults, aH as NestedValueAggregationResult, aU as QueryResourcesRequest, aX as QueryResourcesResponse, aq as RangeAggregation, aB as RangeAggregationResult, am as RangeBucket, aJ as RangeResult, aF as RangeResults, a$ as ReindexTenantRequest, b0 as ReindexTenantResponse, a6 as RemoveResourceFromTrashBinRequest, a7 as RemoveResourceFromTrashBinResponse, x as ResourceCompositionDetailsOneOf, bi as ResourceQuerySpec, bg as ResourceSearchSpec, bh as ResourcesQueryResult, b4 as RestoreInfo, a8 as RestoreResourceFromTrashBinRequest, a9 as RestoreResourceFromTrashBinResponse, aN as Results, ar as ScalarAggregation, aK as ScalarResult, v as ScalarType, bp as ScalarTypeWithLiterals, D as Schedule, ay as SearchDetails, ag as SearchResourcesRequest, z as SingleResource, s as SortDirection, bn as SortDirectionWithLiterals, q as SortOrder, bl as SortOrderWithLiterals, r as SortType, bm as SortTypeWithLiterals, aj as Sorting, E as SpecificLocation, aa as UpdateResourceRequest, ab as UpdateResourceResponse, V as V2WorkingHoursSchedules, ao as ValueAggregation, ap as ValueAggregationOptionsOneOf, aA as ValueAggregationResult, aI as ValueResult, aE as ValueResults, W as WebhookIdentityType, bu as WebhookIdentityTypeWithLiterals, y as WorkingHoursSchedule, G as WorkingHoursSchedules, bj as utils } from './bookings-resources-v2-resource-resources.universal-Ba7IleZN.js';
2
+ import { R as Resource, C as CreateResourceValidationErrors, B as BulkCreateResourcesOptions, a as BulkCreateResourcesResponse, b as BulkCreateResourcesValidationErrors, U as UpdateResource, c as UpdateResourceValidationErrors, M as MaskedResource, d as BulkUpdateResourcesOptions, e as BulkUpdateResourcesResponse, f as BulkUpdateResourcesValidationErrors, g as BulkDeleteResourcesResponse, h as ResourceSearch, S as SearchResourcesResponse, i as CountResourcesOptions, j as CountResourcesResponse, k as ResourceCreatedEnvelope, l as ResourceDeletedEnvelope, m as ResourceUpdatedEnvelope, n as ResourcesQueryBuilder, o as ResourceQuery, t as typedQueryResources } from './bookings-resources-v2-resource-resources.universal-ya1xZBLg.js';
3
+ export { bc as AccountInfo, bf as AccountInfoMetadata, b7 as ActionEvent, ak as Aggregation, az as AggregationData, al as AggregationKindOneOf, aS as AggregationResults, aT as AggregationResultsResultOneOf, aG as AggregationResultsScalarResult, A as AggregationType, bs as AggregationTypeWithLiterals, X as ApplicationError, bd as BaseEventMetadata, Y as BulkActionMetadata, P as BulkCreateResourcesRequest, af as BulkDeleteResourcesRequest, Q as BulkResourceResult, ac as BulkUpdateResourcesRequest, F as BusinessLocation, bw as CommonQueryWithEntityContext, bv as CommonSearchWithEntityContext, aY as CountResourcesRequest, K as CreateResourceRequest, O as CreateResourceResponse, a2 as CursorPaging, a4 as CursorPagingMetadata, aV as CursorQuery, aW as CursorQueryPagingMethodOneOf, ah as CursorSearch, ai as CursorSearchPagingMethodOneOf, a5 as Cursors, as as DateHistogramAggregation, aO as DateHistogramResult, aQ as DateHistogramResults, ad as DeleteResourceRequest, ae as DeleteResourceResponse, b1 as DomainEvent, b2 as DomainEventBodyOneOf, b8 as Empty, b3 as EntityCreatedEvent, b6 as EntityDeletedEvent, b5 as EntityUpdatedEvent, be as EventMetadata, H as EventsSchedule, J as ExtendedFields, aZ as FixResourceSchedulesRequest, a_ as FixResourceSchedulesResponse, $ as GetDeletedResourceRequest, a0 as GetDeletedResourceResponse, Z as GetResourceRequest, _ as GetResourceResponse, aw as GroupByAggregation, ax as GroupByAggregationKindOneOf, aP as GroupByValueResults, ba as IdentificationData, bb as IdentificationDataIdOneOf, an as IncludeMissingValuesOptions, I as Interval, br as IntervalWithLiterals, T as ItemMetadata, a1 as ListDeletedResourcesRequest, a3 as ListDeletedResourcesResponse, L as LocationOptions, p as ManagementType, bk as ManagementTypeWithLiterals, b9 as MessageEnvelope, u as MissingValues, bo as MissingValuesWithLiterals, w as Mode, bt as ModeWithLiterals, av as NestedAggregation, at as NestedAggregationItem, au as NestedAggregationItemKindOneOf, aC as NestedAggregationResults, aD as NestedAggregationResultsResultOneOf, N as NestedAggregationType, bq as NestedAggregationTypeWithLiterals, aL as NestedResultValue, aM as NestedResultValueResultOneOf, aR as NestedResults, aH as NestedValueAggregationResult, aU as QueryResourcesRequest, aX as QueryResourcesResponse, aq as RangeAggregation, aB as RangeAggregationResult, am as RangeBucket, aJ as RangeResult, aF as RangeResults, a$ as ReindexTenantRequest, b0 as ReindexTenantResponse, a6 as RemoveResourceFromTrashBinRequest, a7 as RemoveResourceFromTrashBinResponse, x as ResourceCompositionDetailsOneOf, bi as ResourceQuerySpec, bg as ResourceSearchSpec, bh as ResourcesQueryResult, b4 as RestoreInfo, a8 as RestoreResourceFromTrashBinRequest, a9 as RestoreResourceFromTrashBinResponse, aN as Results, ar as ScalarAggregation, aK as ScalarResult, v as ScalarType, bp as ScalarTypeWithLiterals, D as Schedule, ay as SearchDetails, ag as SearchResourcesRequest, z as SingleResource, s as SortDirection, bn as SortDirectionWithLiterals, q as SortOrder, bl as SortOrderWithLiterals, r as SortType, bm as SortTypeWithLiterals, aj as Sorting, E as SpecificLocation, aa as UpdateResourceRequest, ab as UpdateResourceResponse, V as V2WorkingHoursSchedules, ao as ValueAggregation, ap as ValueAggregationOptionsOneOf, aA as ValueAggregationResult, aI as ValueResult, aE as ValueResults, W as WebhookIdentityType, bu as WebhookIdentityTypeWithLiterals, y as WorkingHoursSchedule, G as WorkingHoursSchedules, bj as utils } from './bookings-resources-v2-resource-resources.universal-ya1xZBLg.js';
4
4
 
5
5
  declare function createResource$1(httpClient: HttpClient): CreateResourceSignature;
6
6
  interface CreateResourceSignature {