@wix/auto_sdk_ecom_local-delivery-options 1.0.4 → 1.0.5

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.
@@ -59,7 +59,7 @@ interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
59
59
  _updatedDate?: Date | null;
60
60
  /**
61
61
  * This local delivery is active for the following delivery regions.
62
- * @maxSize 5
62
+ * @maxSize 50
63
63
  * @format GUID
64
64
  */
65
65
  deliveryRegionIds?: string[];
@@ -746,7 +746,7 @@ interface UpdateLocalDeliveryOption {
746
746
  _updatedDate?: Date | null;
747
747
  /**
748
748
  * This local delivery is active for the following delivery regions.
749
- * @maxSize 5
749
+ * @maxSize 50
750
750
  * @format GUID
751
751
  */
752
752
  deliveryRegionIds?: string[];
@@ -59,7 +59,7 @@ interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
59
59
  _updatedDate?: Date | null;
60
60
  /**
61
61
  * This local delivery is active for the following delivery regions.
62
- * @maxSize 5
62
+ * @maxSize 50
63
63
  * @format GUID
64
64
  */
65
65
  deliveryRegionIds?: string[];
@@ -746,7 +746,7 @@ interface UpdateLocalDeliveryOption {
746
746
  _updatedDate?: Date | null;
747
747
  /**
748
748
  * This local delivery is active for the following delivery regions.
749
- * @maxSize 5
749
+ * @maxSize 50
750
750
  * @format GUID
751
751
  */
752
752
  deliveryRegionIds?: string[];
package/build/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
2
- import { L as LocalDeliveryOption, G as GetLocalDeliveryOptionOptions, a as ListLocalDeliveryOptionsResponse, b as LocalDeliveryOptionsQueryBuilder, U as UpdateLocalDeliveryOption, D as DeleteLocalDeliveryOptionOptions, B as BulkCreateLocalDeliveryOptionResponse, c as BulkUpdateLocalDeliveryOptionResponse, A as AddDeliveryRegionOptions, d as AddDeliveryRegionResponse, R as RemoveDeliveryRegionOptions, e as RemoveDeliveryRegionResponse } from './ecom-v1-local-delivery-option-local-delivery-options.universal-D5yj1G8h.mjs';
3
- export { aa as ActionEvent, ab as AddDeliveryRegionRequest, m as AddressLocation, _ as BulkCreateLocalDeliveryOptionRequest, a1 as BulkDeleteLocalDeliveryOptionRequest, a2 as BulkDeleteLocalDeliveryOptionResponse, a0 as BulkUpdateLocalDeliveryOptionRequest, v as Condition, C as ConditionType, u as ConditionalRates, w as CreateLocalDeliveryOptionRequest, x as CreateLocalDeliveryOptionResponse, J as CursorPaging, M as CursorPagingMetadata, N as Cursors, n as CustomAreaConfig, g as DayOfWeek, q as DaySlot, p as Days, X as DeleteLocalDeliveryOptionRequest, Y as DeleteLocalDeliveryOptionResponse, j as Destination, a4 as DomainEvent, a5 as DomainEventBodyOneOf, a3 as Empty, a6 as EntityCreatedEvent, a9 as EntityDeletedEvent, a8 as EntityUpdatedEvent, y as GetLocalDeliveryOptionRequest, z as GetLocalDeliveryOptionResponse, ae as IdentificationData, af as IdentificationDataIdOneOf, f as LengthUnit, E as ListLocalDeliveryOptionsRequest, l as LocalDeliveryAddress, i as LocalDeliveryOptionConfigOneOf, $ as LocalDeliveryOptionError, ag as LocalDeliveryOptionsQueryResult, h as LogicalOperator, ad as MessageEnvelope, P as Paging, Q as QueryLocalDeliveryOptionsRequest, K as QueryLocalDeliveryOptionsResponse, F as QueryV2, H as QueryV2PagingMethodOneOf, k as RadiusConfig, ac as RemoveDeliveryRegionRequest, a7 as RestoreInfo, o as ScheduledDelivery, S as SortOrder, I as Sorting, t as TimeOfDay, r as TimePoint, T as TimeSlot, s as TimeWindow, O as UpdateLocalDeliveryOptionRequest, V as UpdateLocalDeliveryOptionResponse, W as WebhookIdentityType, Z as ZipCodeConfig } from './ecom-v1-local-delivery-option-local-delivery-options.universal-D5yj1G8h.mjs';
2
+ import { L as LocalDeliveryOption, G as GetLocalDeliveryOptionOptions, a as ListLocalDeliveryOptionsResponse, b as LocalDeliveryOptionsQueryBuilder, U as UpdateLocalDeliveryOption, D as DeleteLocalDeliveryOptionOptions, B as BulkCreateLocalDeliveryOptionResponse, c as BulkUpdateLocalDeliveryOptionResponse, A as AddDeliveryRegionOptions, d as AddDeliveryRegionResponse, R as RemoveDeliveryRegionOptions, e as RemoveDeliveryRegionResponse } from './ecom-v1-local-delivery-option-local-delivery-options.universal-DPjRka8i.mjs';
3
+ export { aa as ActionEvent, ab as AddDeliveryRegionRequest, m as AddressLocation, _ as BulkCreateLocalDeliveryOptionRequest, a1 as BulkDeleteLocalDeliveryOptionRequest, a2 as BulkDeleteLocalDeliveryOptionResponse, a0 as BulkUpdateLocalDeliveryOptionRequest, v as Condition, C as ConditionType, u as ConditionalRates, w as CreateLocalDeliveryOptionRequest, x as CreateLocalDeliveryOptionResponse, J as CursorPaging, M as CursorPagingMetadata, N as Cursors, n as CustomAreaConfig, g as DayOfWeek, q as DaySlot, p as Days, X as DeleteLocalDeliveryOptionRequest, Y as DeleteLocalDeliveryOptionResponse, j as Destination, a4 as DomainEvent, a5 as DomainEventBodyOneOf, a3 as Empty, a6 as EntityCreatedEvent, a9 as EntityDeletedEvent, a8 as EntityUpdatedEvent, y as GetLocalDeliveryOptionRequest, z as GetLocalDeliveryOptionResponse, ae as IdentificationData, af as IdentificationDataIdOneOf, f as LengthUnit, E as ListLocalDeliveryOptionsRequest, l as LocalDeliveryAddress, i as LocalDeliveryOptionConfigOneOf, $ as LocalDeliveryOptionError, ag as LocalDeliveryOptionsQueryResult, h as LogicalOperator, ad as MessageEnvelope, P as Paging, Q as QueryLocalDeliveryOptionsRequest, K as QueryLocalDeliveryOptionsResponse, F as QueryV2, H as QueryV2PagingMethodOneOf, k as RadiusConfig, ac as RemoveDeliveryRegionRequest, a7 as RestoreInfo, o as ScheduledDelivery, S as SortOrder, I as Sorting, t as TimeOfDay, r as TimePoint, T as TimeSlot, s as TimeWindow, O as UpdateLocalDeliveryOptionRequest, V as UpdateLocalDeliveryOptionResponse, W as WebhookIdentityType, Z as ZipCodeConfig } from './ecom-v1-local-delivery-option-local-delivery-options.universal-DPjRka8i.mjs';
4
4
 
5
5
  declare function createLocalDeliveryOption$1(httpClient: HttpClient): CreateLocalDeliveryOptionSignature;
6
6
  interface CreateLocalDeliveryOptionSignature {
package/build/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
2
- import { L as LocalDeliveryOption, G as GetLocalDeliveryOptionOptions, a as ListLocalDeliveryOptionsResponse, b as LocalDeliveryOptionsQueryBuilder, U as UpdateLocalDeliveryOption, D as DeleteLocalDeliveryOptionOptions, B as BulkCreateLocalDeliveryOptionResponse, c as BulkUpdateLocalDeliveryOptionResponse, A as AddDeliveryRegionOptions, d as AddDeliveryRegionResponse, R as RemoveDeliveryRegionOptions, e as RemoveDeliveryRegionResponse } from './ecom-v1-local-delivery-option-local-delivery-options.universal-D5yj1G8h.js';
3
- export { aa as ActionEvent, ab as AddDeliveryRegionRequest, m as AddressLocation, _ as BulkCreateLocalDeliveryOptionRequest, a1 as BulkDeleteLocalDeliveryOptionRequest, a2 as BulkDeleteLocalDeliveryOptionResponse, a0 as BulkUpdateLocalDeliveryOptionRequest, v as Condition, C as ConditionType, u as ConditionalRates, w as CreateLocalDeliveryOptionRequest, x as CreateLocalDeliveryOptionResponse, J as CursorPaging, M as CursorPagingMetadata, N as Cursors, n as CustomAreaConfig, g as DayOfWeek, q as DaySlot, p as Days, X as DeleteLocalDeliveryOptionRequest, Y as DeleteLocalDeliveryOptionResponse, j as Destination, a4 as DomainEvent, a5 as DomainEventBodyOneOf, a3 as Empty, a6 as EntityCreatedEvent, a9 as EntityDeletedEvent, a8 as EntityUpdatedEvent, y as GetLocalDeliveryOptionRequest, z as GetLocalDeliveryOptionResponse, ae as IdentificationData, af as IdentificationDataIdOneOf, f as LengthUnit, E as ListLocalDeliveryOptionsRequest, l as LocalDeliveryAddress, i as LocalDeliveryOptionConfigOneOf, $ as LocalDeliveryOptionError, ag as LocalDeliveryOptionsQueryResult, h as LogicalOperator, ad as MessageEnvelope, P as Paging, Q as QueryLocalDeliveryOptionsRequest, K as QueryLocalDeliveryOptionsResponse, F as QueryV2, H as QueryV2PagingMethodOneOf, k as RadiusConfig, ac as RemoveDeliveryRegionRequest, a7 as RestoreInfo, o as ScheduledDelivery, S as SortOrder, I as Sorting, t as TimeOfDay, r as TimePoint, T as TimeSlot, s as TimeWindow, O as UpdateLocalDeliveryOptionRequest, V as UpdateLocalDeliveryOptionResponse, W as WebhookIdentityType, Z as ZipCodeConfig } from './ecom-v1-local-delivery-option-local-delivery-options.universal-D5yj1G8h.js';
2
+ import { L as LocalDeliveryOption, G as GetLocalDeliveryOptionOptions, a as ListLocalDeliveryOptionsResponse, b as LocalDeliveryOptionsQueryBuilder, U as UpdateLocalDeliveryOption, D as DeleteLocalDeliveryOptionOptions, B as BulkCreateLocalDeliveryOptionResponse, c as BulkUpdateLocalDeliveryOptionResponse, A as AddDeliveryRegionOptions, d as AddDeliveryRegionResponse, R as RemoveDeliveryRegionOptions, e as RemoveDeliveryRegionResponse } from './ecom-v1-local-delivery-option-local-delivery-options.universal-DPjRka8i.js';
3
+ export { aa as ActionEvent, ab as AddDeliveryRegionRequest, m as AddressLocation, _ as BulkCreateLocalDeliveryOptionRequest, a1 as BulkDeleteLocalDeliveryOptionRequest, a2 as BulkDeleteLocalDeliveryOptionResponse, a0 as BulkUpdateLocalDeliveryOptionRequest, v as Condition, C as ConditionType, u as ConditionalRates, w as CreateLocalDeliveryOptionRequest, x as CreateLocalDeliveryOptionResponse, J as CursorPaging, M as CursorPagingMetadata, N as Cursors, n as CustomAreaConfig, g as DayOfWeek, q as DaySlot, p as Days, X as DeleteLocalDeliveryOptionRequest, Y as DeleteLocalDeliveryOptionResponse, j as Destination, a4 as DomainEvent, a5 as DomainEventBodyOneOf, a3 as Empty, a6 as EntityCreatedEvent, a9 as EntityDeletedEvent, a8 as EntityUpdatedEvent, y as GetLocalDeliveryOptionRequest, z as GetLocalDeliveryOptionResponse, ae as IdentificationData, af as IdentificationDataIdOneOf, f as LengthUnit, E as ListLocalDeliveryOptionsRequest, l as LocalDeliveryAddress, i as LocalDeliveryOptionConfigOneOf, $ as LocalDeliveryOptionError, ag as LocalDeliveryOptionsQueryResult, h as LogicalOperator, ad as MessageEnvelope, P as Paging, Q as QueryLocalDeliveryOptionsRequest, K as QueryLocalDeliveryOptionsResponse, F as QueryV2, H as QueryV2PagingMethodOneOf, k as RadiusConfig, ac as RemoveDeliveryRegionRequest, a7 as RestoreInfo, o as ScheduledDelivery, S as SortOrder, I as Sorting, t as TimeOfDay, r as TimePoint, T as TimeSlot, s as TimeWindow, O as UpdateLocalDeliveryOptionRequest, V as UpdateLocalDeliveryOptionResponse, W as WebhookIdentityType, Z as ZipCodeConfig } from './ecom-v1-local-delivery-option-local-delivery-options.universal-DPjRka8i.js';
4
4
 
5
5
  declare function createLocalDeliveryOption$1(httpClient: HttpClient): CreateLocalDeliveryOptionSignature;
6
6
  interface CreateLocalDeliveryOptionSignature {