@wix/ecom 1.0.778 → 1.0.780

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.
@@ -17123,7 +17123,7 @@ interface Cursors$d {
17123
17123
  /** Cursor pointing to the previous page in the list of results. */
17124
17124
  prev?: string | null;
17125
17125
  }
17126
- interface AddDeliveryRegionRequest$1 {
17126
+ interface AddDeliveryRegionRequest$3 {
17127
17127
  /** delivery profile id to associated with the DeliveryRegion */
17128
17128
  deliveryProfileId: string;
17129
17129
  /** DeliveryRegion to be created */
@@ -17134,7 +17134,7 @@ interface AddDeliveryRegionRequest$1 {
17134
17134
  */
17135
17135
  revision?: string | null;
17136
17136
  }
17137
- interface AddDeliveryRegionResponse$1 {
17137
+ interface AddDeliveryRegionResponse$3 {
17138
17138
  /** The updated DeliveryProfile with the new DeliveryRegion */
17139
17139
  deliveryProfile?: DeliveryProfile$1;
17140
17140
  }
@@ -17153,7 +17153,7 @@ interface UpdateDeliveryRegionResponse$1 {
17153
17153
  /** The updated DeliveryProfile with the updated DeliveryRegion */
17154
17154
  deliveryProfile?: DeliveryProfile$1;
17155
17155
  }
17156
- interface RemoveDeliveryRegionRequest$1 {
17156
+ interface RemoveDeliveryRegionRequest$3 {
17157
17157
  /** DeliveryProfile id that owns the DeliveryRegion */
17158
17158
  deliveryProfileId: string;
17159
17159
  /** Id of the DeliveryRegion to delete */
@@ -17164,7 +17164,7 @@ interface RemoveDeliveryRegionRequest$1 {
17164
17164
  */
17165
17165
  revision?: string | null;
17166
17166
  }
17167
- interface RemoveDeliveryRegionResponse$1 {
17167
+ interface RemoveDeliveryRegionResponse$3 {
17168
17168
  /** The updated DeliveryProfile without DeliveryRegion */
17169
17169
  deliveryProfile?: DeliveryProfile$1;
17170
17170
  }
@@ -17338,13 +17338,13 @@ interface UpdateDeliveryProfileResponseNonNullableFields$1 {
17338
17338
  interface QueryDeliveryProfilesResponseNonNullableFields$1 {
17339
17339
  deliveryProfiles: DeliveryProfileNonNullableFields$1[];
17340
17340
  }
17341
- interface AddDeliveryRegionResponseNonNullableFields$1 {
17341
+ interface AddDeliveryRegionResponseNonNullableFields$3 {
17342
17342
  deliveryProfile?: DeliveryProfileNonNullableFields$1;
17343
17343
  }
17344
17344
  interface UpdateDeliveryRegionResponseNonNullableFields$1 {
17345
17345
  deliveryProfile?: DeliveryProfileNonNullableFields$1;
17346
17346
  }
17347
- interface RemoveDeliveryRegionResponseNonNullableFields$1 {
17347
+ interface RemoveDeliveryRegionResponseNonNullableFields$3 {
17348
17348
  deliveryProfile?: DeliveryProfileNonNullableFields$1;
17349
17349
  }
17350
17350
  interface AddDeliveryCarrierResponseNonNullableFields$1 {
@@ -17620,7 +17620,7 @@ interface Cursors$c {
17620
17620
  /** Cursor pointing to the previous page in the list of results. */
17621
17621
  prev?: string | null;
17622
17622
  }
17623
- interface AddDeliveryRegionRequest {
17623
+ interface AddDeliveryRegionRequest$2 {
17624
17624
  /** delivery profile id to associated with the DeliveryRegion */
17625
17625
  deliveryProfileId: string;
17626
17626
  /** DeliveryRegion to be created */
@@ -17631,7 +17631,7 @@ interface AddDeliveryRegionRequest {
17631
17631
  */
17632
17632
  revision?: string | null;
17633
17633
  }
17634
- interface AddDeliveryRegionResponse {
17634
+ interface AddDeliveryRegionResponse$2 {
17635
17635
  /** The updated DeliveryProfile with the new DeliveryRegion */
17636
17636
  deliveryProfile?: DeliveryProfile;
17637
17637
  }
@@ -17650,7 +17650,7 @@ interface UpdateDeliveryRegionResponse {
17650
17650
  /** The updated DeliveryProfile with the updated DeliveryRegion */
17651
17651
  deliveryProfile?: DeliveryProfile;
17652
17652
  }
17653
- interface RemoveDeliveryRegionRequest {
17653
+ interface RemoveDeliveryRegionRequest$2 {
17654
17654
  /** DeliveryProfile id that owns the DeliveryRegion */
17655
17655
  deliveryProfileId: string;
17656
17656
  /** Id of the DeliveryRegion to delete */
@@ -17661,7 +17661,7 @@ interface RemoveDeliveryRegionRequest {
17661
17661
  */
17662
17662
  revision?: string | null;
17663
17663
  }
17664
- interface RemoveDeliveryRegionResponse {
17664
+ interface RemoveDeliveryRegionResponse$2 {
17665
17665
  /** The updated DeliveryProfile without DeliveryRegion */
17666
17666
  deliveryProfile?: DeliveryProfile;
17667
17667
  }
@@ -17835,13 +17835,13 @@ interface UpdateDeliveryProfileResponseNonNullableFields {
17835
17835
  interface QueryDeliveryProfilesResponseNonNullableFields {
17836
17836
  deliveryProfiles: DeliveryProfileNonNullableFields[];
17837
17837
  }
17838
- interface AddDeliveryRegionResponseNonNullableFields {
17838
+ interface AddDeliveryRegionResponseNonNullableFields$2 {
17839
17839
  deliveryProfile?: DeliveryProfileNonNullableFields;
17840
17840
  }
17841
17841
  interface UpdateDeliveryRegionResponseNonNullableFields {
17842
17842
  deliveryProfile?: DeliveryProfileNonNullableFields;
17843
17843
  }
17844
- interface RemoveDeliveryRegionResponseNonNullableFields {
17844
+ interface RemoveDeliveryRegionResponseNonNullableFields$2 {
17845
17845
  deliveryProfile?: DeliveryProfileNonNullableFields;
17846
17846
  }
17847
17847
  interface AddDeliveryCarrierResponseNonNullableFields {
@@ -17924,17 +17924,17 @@ declare function deleteDeliveryProfile(): __PublicMethodMetaInfo$d<'DELETE', {
17924
17924
  deliveryProfileId: string;
17925
17925
  }, DeleteDeliveryProfileRequest, DeleteDeliveryProfileRequest$1, DeleteDeliveryProfileResponse, DeleteDeliveryProfileResponse$1>;
17926
17926
  declare function queryDeliveryProfiles(): __PublicMethodMetaInfo$d<'GET', {}, QueryDeliveryProfilesRequest, QueryDeliveryProfilesRequest$1, QueryDeliveryProfilesResponse & QueryDeliveryProfilesResponseNonNullableFields, QueryDeliveryProfilesResponse$1 & QueryDeliveryProfilesResponseNonNullableFields$1>;
17927
- declare function addDeliveryRegion(): __PublicMethodMetaInfo$d<'POST', {
17927
+ declare function addDeliveryRegion$1(): __PublicMethodMetaInfo$d<'POST', {
17928
17928
  deliveryProfileId: string;
17929
- }, AddDeliveryRegionRequest, AddDeliveryRegionRequest$1, AddDeliveryRegionResponse & AddDeliveryRegionResponseNonNullableFields, AddDeliveryRegionResponse$1 & AddDeliveryRegionResponseNonNullableFields$1>;
17929
+ }, AddDeliveryRegionRequest$2, AddDeliveryRegionRequest$3, AddDeliveryRegionResponse$2 & AddDeliveryRegionResponseNonNullableFields$2, AddDeliveryRegionResponse$3 & AddDeliveryRegionResponseNonNullableFields$3>;
17930
17930
  declare function updateDeliveryRegion(): __PublicMethodMetaInfo$d<'PATCH', {
17931
17931
  deliveryProfileId: string;
17932
17932
  deliveryRegionId: string;
17933
17933
  }, UpdateDeliveryRegionRequest, UpdateDeliveryRegionRequest$1, UpdateDeliveryRegionResponse & UpdateDeliveryRegionResponseNonNullableFields, UpdateDeliveryRegionResponse$1 & UpdateDeliveryRegionResponseNonNullableFields$1>;
17934
- declare function removeDeliveryRegion(): __PublicMethodMetaInfo$d<'DELETE', {
17934
+ declare function removeDeliveryRegion$1(): __PublicMethodMetaInfo$d<'DELETE', {
17935
17935
  deliveryProfileId: string;
17936
17936
  deliveryRegionId: string;
17937
- }, RemoveDeliveryRegionRequest, RemoveDeliveryRegionRequest$1, RemoveDeliveryRegionResponse & RemoveDeliveryRegionResponseNonNullableFields, RemoveDeliveryRegionResponse$1 & RemoveDeliveryRegionResponseNonNullableFields$1>;
17937
+ }, RemoveDeliveryRegionRequest$2, RemoveDeliveryRegionRequest$3, RemoveDeliveryRegionResponse$2 & RemoveDeliveryRegionResponseNonNullableFields$2, RemoveDeliveryRegionResponse$3 & RemoveDeliveryRegionResponseNonNullableFields$3>;
17938
17938
  declare function addDeliveryCarrier(): __PublicMethodMetaInfo$d<'POST', {}, AddDeliveryCarrierRequest, AddDeliveryCarrierRequest$1, AddDeliveryCarrierResponse & AddDeliveryCarrierResponseNonNullableFields, AddDeliveryCarrierResponse$1 & AddDeliveryCarrierResponseNonNullableFields$1>;
17939
17939
  declare function removeDeliveryCarrier(): __PublicMethodMetaInfo$d<'POST', {}, RemoveDeliveryCarrierRequest, RemoveDeliveryCarrierRequest$1, RemoveDeliveryCarrierResponse & RemoveDeliveryCarrierResponseNonNullableFields, RemoveDeliveryCarrierResponse$1 & RemoveDeliveryCarrierResponseNonNullableFields$1>;
17940
17940
  declare function updateDeliveryCarrier(): __PublicMethodMetaInfo$d<'PATCH', {}, UpdateDeliveryCarrierRequest, UpdateDeliveryCarrierRequest$1, UpdateDeliveryCarrierResponse & UpdateDeliveryCarrierResponseNonNullableFields, UpdateDeliveryCarrierResponse$1 & UpdateDeliveryCarrierResponseNonNullableFields$1>;
@@ -17947,7 +17947,6 @@ declare function updateExtendedFields$3(): __PublicMethodMetaInfo$d<'POST', {
17947
17947
  }, UpdateExtendedFieldsRequest$6, UpdateExtendedFieldsRequest$7, UpdateExtendedFieldsResponse$6 & UpdateExtendedFieldsResponseNonNullableFields$6, UpdateExtendedFieldsResponse$7 & UpdateExtendedFieldsResponseNonNullableFields$7>;
17948
17948
 
17949
17949
  declare const meta$d_addDeliveryCarrier: typeof addDeliveryCarrier;
17950
- declare const meta$d_addDeliveryRegion: typeof addDeliveryRegion;
17951
17950
  declare const meta$d_createDeliveryProfile: typeof createDeliveryProfile;
17952
17951
  declare const meta$d_deleteDeliveryProfile: typeof deleteDeliveryProfile;
17953
17952
  declare const meta$d_getDeliveryProfile: typeof getDeliveryProfile;
@@ -17955,12 +17954,11 @@ declare const meta$d_listDeliveryCarrierDetails: typeof listDeliveryCarrierDetai
17955
17954
  declare const meta$d_listDeliveryCarriers: typeof listDeliveryCarriers;
17956
17955
  declare const meta$d_queryDeliveryProfiles: typeof queryDeliveryProfiles;
17957
17956
  declare const meta$d_removeDeliveryCarrier: typeof removeDeliveryCarrier;
17958
- declare const meta$d_removeDeliveryRegion: typeof removeDeliveryRegion;
17959
17957
  declare const meta$d_updateDeliveryCarrier: typeof updateDeliveryCarrier;
17960
17958
  declare const meta$d_updateDeliveryProfile: typeof updateDeliveryProfile;
17961
17959
  declare const meta$d_updateDeliveryRegion: typeof updateDeliveryRegion;
17962
17960
  declare namespace meta$d {
17963
- export { type __PublicMethodMetaInfo$d as __PublicMethodMetaInfo, meta$d_addDeliveryCarrier as addDeliveryCarrier, meta$d_addDeliveryRegion as addDeliveryRegion, meta$d_createDeliveryProfile as createDeliveryProfile, meta$d_deleteDeliveryProfile as deleteDeliveryProfile, meta$d_getDeliveryProfile as getDeliveryProfile, meta$d_listDeliveryCarrierDetails as listDeliveryCarrierDetails, meta$d_listDeliveryCarriers as listDeliveryCarriers, meta$d_queryDeliveryProfiles as queryDeliveryProfiles, meta$d_removeDeliveryCarrier as removeDeliveryCarrier, meta$d_removeDeliveryRegion as removeDeliveryRegion, meta$d_updateDeliveryCarrier as updateDeliveryCarrier, meta$d_updateDeliveryProfile as updateDeliveryProfile, meta$d_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$3 as updateExtendedFields };
17961
+ export { type __PublicMethodMetaInfo$d as __PublicMethodMetaInfo, meta$d_addDeliveryCarrier as addDeliveryCarrier, addDeliveryRegion$1 as addDeliveryRegion, meta$d_createDeliveryProfile as createDeliveryProfile, meta$d_deleteDeliveryProfile as deleteDeliveryProfile, meta$d_getDeliveryProfile as getDeliveryProfile, meta$d_listDeliveryCarrierDetails as listDeliveryCarrierDetails, meta$d_listDeliveryCarriers as listDeliveryCarriers, meta$d_queryDeliveryProfiles as queryDeliveryProfiles, meta$d_removeDeliveryCarrier as removeDeliveryCarrier, removeDeliveryRegion$1 as removeDeliveryRegion, meta$d_updateDeliveryCarrier as updateDeliveryCarrier, meta$d_updateDeliveryProfile as updateDeliveryProfile, meta$d_updateDeliveryRegion as updateDeliveryRegion, updateExtendedFields$3 as updateExtendedFields };
17964
17962
  }
17965
17963
 
17966
17964
  /** DraftOrder is the main entity of DraftOrders service. It represents a single edit order. */
@@ -30850,9 +30848,10 @@ interface PickupLocation$1 {
30850
30848
  * @readonly
30851
30849
  */
30852
30850
  id?: string | null;
30853
- /** ShippingRuleId from ecom */
30854
- shippingRuleId?: string | null;
30855
- /** Represents the current state of an item. Each time the item is modified, its `revision` changes. for an update operation to succeed, you MUST pass the latest revision */
30851
+ /**
30852
+ * Represents the current state of an item. Each time the item is modified, its `revision` changes. for an update operation to succeed, you MUST pass the latest revision
30853
+ * @readonly
30854
+ */
30856
30855
  revision?: string | null;
30857
30856
  /**
30858
30857
  * Represents the time this PickupLocation was created
@@ -30876,6 +30875,8 @@ interface PickupLocation$1 {
30876
30875
  active?: boolean | null;
30877
30876
  /** at runtime for a given pickup input, up to one rate (price) should be returned in an option. If more than one rate is valid then we return the lowest one. */
30878
30877
  rates?: ConditionalRates$3[];
30878
+ /** This pickup location is active for the following delivery regions. */
30879
+ deliveryRegionIds?: string[];
30879
30880
  }
30880
30881
  /** Physical address */
30881
30882
  interface Address$5 extends AddressStreetOneOf$1 {
@@ -31031,7 +31032,7 @@ interface QueryPickupLocationResponse$1 {
31031
31032
  pagingMetadata?: CursorPagingMetadata$5;
31032
31033
  }
31033
31034
  interface CursorPagingMetadata$5 {
31034
- /** Number of items returned in the response. */
31035
+ /** Number of items returned in current page. */
31035
31036
  count?: number | null;
31036
31037
  /** Cursor strings that point to the next page, previous page, or both. */
31037
31038
  cursors?: Cursors$5;
@@ -31049,6 +31050,30 @@ interface Cursors$5 {
31049
31050
  /** Cursor pointing to the previous page in the list of results. */
31050
31051
  prev?: string | null;
31051
31052
  }
31053
+ interface AddDeliveryRegionRequest$1 {
31054
+ /** Id of the PickupLocation to add to the delivery region */
31055
+ pickupLocationId: string;
31056
+ /** Id of the DeliveryRegion to add the PickupLocation to */
31057
+ deliveryRegionId: string;
31058
+ /** Revision of the PickupLocation */
31059
+ revision: string | null;
31060
+ }
31061
+ interface AddDeliveryRegionResponse$1 {
31062
+ /** The updated PickupLocation */
31063
+ pickupLocation?: PickupLocation$1;
31064
+ }
31065
+ interface RemoveDeliveryRegionRequest$1 {
31066
+ /** Id of the PickupLocation to add to the delivery region */
31067
+ pickupLocationId: string;
31068
+ /** Id of the DeliveryRegion to add the PickupLocation to */
31069
+ deliveryRegionId: string;
31070
+ /** Revision of the PickupLocation */
31071
+ revision: string | null;
31072
+ }
31073
+ interface RemoveDeliveryRegionResponse$1 {
31074
+ /** The updated PickupLocation */
31075
+ pickupLocation?: PickupLocation$1;
31076
+ }
31052
31077
  interface BulkCreatePickupLocationRequest$1 {
31053
31078
  pickupLocations: PickupLocation$1[];
31054
31079
  }
@@ -31101,6 +31126,7 @@ interface ConditionalRatesNonNullableFields$3 {
31101
31126
  interface PickupLocationNonNullableFields$1 {
31102
31127
  address?: AddressNonNullableFields$5;
31103
31128
  rates: ConditionalRatesNonNullableFields$3[];
31129
+ deliveryRegionIds: string[];
31104
31130
  }
31105
31131
  interface CreatePickupLocationResponseNonNullableFields$1 {
31106
31132
  pickupLocation?: PickupLocationNonNullableFields$1;
@@ -31114,6 +31140,12 @@ interface UpdatePickupLocationResponseNonNullableFields$1 {
31114
31140
  interface QueryPickupLocationResponseNonNullableFields$1 {
31115
31141
  pickupLocations: PickupLocationNonNullableFields$1[];
31116
31142
  }
31143
+ interface AddDeliveryRegionResponseNonNullableFields$1 {
31144
+ pickupLocation?: PickupLocationNonNullableFields$1;
31145
+ }
31146
+ interface RemoveDeliveryRegionResponseNonNullableFields$1 {
31147
+ pickupLocation?: PickupLocationNonNullableFields$1;
31148
+ }
31117
31149
  interface ApplicationErrorNonNullableFields$3 {
31118
31150
  code: string;
31119
31151
  description: string;
@@ -31141,9 +31173,10 @@ interface PickupLocation {
31141
31173
  * @readonly
31142
31174
  */
31143
31175
  _id?: string | null;
31144
- /** ShippingRuleId from ecom */
31145
- shippingRuleId?: string | null;
31146
- /** Represents the current state of an item. Each time the item is modified, its `revision` changes. for an update operation to succeed, you MUST pass the latest revision */
31176
+ /**
31177
+ * Represents the current state of an item. Each time the item is modified, its `revision` changes. for an update operation to succeed, you MUST pass the latest revision
31178
+ * @readonly
31179
+ */
31147
31180
  revision?: string | null;
31148
31181
  /**
31149
31182
  * Represents the time this PickupLocation was created
@@ -31167,6 +31200,8 @@ interface PickupLocation {
31167
31200
  active?: boolean | null;
31168
31201
  /** at runtime for a given pickup input, up to one rate (price) should be returned in an option. If more than one rate is valid then we return the lowest one. */
31169
31202
  rates?: ConditionalRates$2[];
31203
+ /** This pickup location is active for the following delivery regions. */
31204
+ deliveryRegionIds?: string[];
31170
31205
  }
31171
31206
  /** Physical address */
31172
31207
  interface Address$4 extends AddressStreetOneOf {
@@ -31322,7 +31357,7 @@ interface QueryPickupLocationResponse {
31322
31357
  pagingMetadata?: CursorPagingMetadata$4;
31323
31358
  }
31324
31359
  interface CursorPagingMetadata$4 {
31325
- /** Number of items returned in the response. */
31360
+ /** Number of items returned in current page. */
31326
31361
  count?: number | null;
31327
31362
  /** Cursor strings that point to the next page, previous page, or both. */
31328
31363
  cursors?: Cursors$4;
@@ -31340,6 +31375,30 @@ interface Cursors$4 {
31340
31375
  /** Cursor pointing to the previous page in the list of results. */
31341
31376
  prev?: string | null;
31342
31377
  }
31378
+ interface AddDeliveryRegionRequest {
31379
+ /** Id of the PickupLocation to add to the delivery region */
31380
+ pickupLocationId: string;
31381
+ /** Id of the DeliveryRegion to add the PickupLocation to */
31382
+ deliveryRegionId: string;
31383
+ /** Revision of the PickupLocation */
31384
+ revision: string | null;
31385
+ }
31386
+ interface AddDeliveryRegionResponse {
31387
+ /** The updated PickupLocation */
31388
+ pickupLocation?: PickupLocation;
31389
+ }
31390
+ interface RemoveDeliveryRegionRequest {
31391
+ /** Id of the PickupLocation to add to the delivery region */
31392
+ pickupLocationId: string;
31393
+ /** Id of the DeliveryRegion to add the PickupLocation to */
31394
+ deliveryRegionId: string;
31395
+ /** Revision of the PickupLocation */
31396
+ revision: string | null;
31397
+ }
31398
+ interface RemoveDeliveryRegionResponse {
31399
+ /** The updated PickupLocation */
31400
+ pickupLocation?: PickupLocation;
31401
+ }
31343
31402
  interface BulkCreatePickupLocationRequest {
31344
31403
  pickupLocations: PickupLocation[];
31345
31404
  }
@@ -31392,6 +31451,7 @@ interface ConditionalRatesNonNullableFields$2 {
31392
31451
  interface PickupLocationNonNullableFields {
31393
31452
  address?: AddressNonNullableFields$4;
31394
31453
  rates: ConditionalRatesNonNullableFields$2[];
31454
+ deliveryRegionIds: string[];
31395
31455
  }
31396
31456
  interface CreatePickupLocationResponseNonNullableFields {
31397
31457
  pickupLocation?: PickupLocationNonNullableFields;
@@ -31405,6 +31465,12 @@ interface UpdatePickupLocationResponseNonNullableFields {
31405
31465
  interface QueryPickupLocationResponseNonNullableFields {
31406
31466
  pickupLocations: PickupLocationNonNullableFields[];
31407
31467
  }
31468
+ interface AddDeliveryRegionResponseNonNullableFields {
31469
+ pickupLocation?: PickupLocationNonNullableFields;
31470
+ }
31471
+ interface RemoveDeliveryRegionResponseNonNullableFields {
31472
+ pickupLocation?: PickupLocationNonNullableFields;
31473
+ }
31408
31474
  interface ApplicationErrorNonNullableFields$2 {
31409
31475
  code: string;
31410
31476
  description: string;
@@ -31446,10 +31512,17 @@ declare function deletePickupLocation(): __PublicMethodMetaInfo$4<'DELETE', {
31446
31512
  pickupLocationId: string;
31447
31513
  }, DeletePickupLocationRequest, DeletePickupLocationRequest$1, DeletePickupLocationResponse, DeletePickupLocationResponse$1>;
31448
31514
  declare function queryPickupLocation(): __PublicMethodMetaInfo$4<'POST', {}, QueryPickupLocationRequest, QueryPickupLocationRequest$1, QueryPickupLocationResponse & QueryPickupLocationResponseNonNullableFields, QueryPickupLocationResponse$1 & QueryPickupLocationResponseNonNullableFields$1>;
31515
+ declare function addDeliveryRegion(): __PublicMethodMetaInfo$4<'POST', {
31516
+ pickupLocationId: string;
31517
+ }, AddDeliveryRegionRequest, AddDeliveryRegionRequest$1, AddDeliveryRegionResponse & AddDeliveryRegionResponseNonNullableFields, AddDeliveryRegionResponse$1 & AddDeliveryRegionResponseNonNullableFields$1>;
31518
+ declare function removeDeliveryRegion(): __PublicMethodMetaInfo$4<'POST', {
31519
+ pickupLocationId: string;
31520
+ }, RemoveDeliveryRegionRequest, RemoveDeliveryRegionRequest$1, RemoveDeliveryRegionResponse & RemoveDeliveryRegionResponseNonNullableFields, RemoveDeliveryRegionResponse$1 & RemoveDeliveryRegionResponseNonNullableFields$1>;
31449
31521
  declare function bulkCreatePickupLocation(): __PublicMethodMetaInfo$4<'POST', {}, BulkCreatePickupLocationRequest, BulkCreatePickupLocationRequest$1, BulkCreatePickupLocationResponse & BulkCreatePickupLocationResponseNonNullableFields, BulkCreatePickupLocationResponse$1 & BulkCreatePickupLocationResponseNonNullableFields$1>;
31450
31522
  declare function bulkUpdatePickupLocation(): __PublicMethodMetaInfo$4<'PATCH', {}, BulkUpdatePickupLocationRequest, BulkUpdatePickupLocationRequest$1, BulkUpdatePickupLocationResponse & BulkUpdatePickupLocationResponseNonNullableFields, BulkUpdatePickupLocationResponse$1 & BulkUpdatePickupLocationResponseNonNullableFields$1>;
31451
31523
  declare function bulkDeletePickupLocation(): __PublicMethodMetaInfo$4<'DELETE', {}, BulkDeletePickupLocationRequest, BulkDeletePickupLocationRequest$1, BulkDeletePickupLocationResponse & BulkDeletePickupLocationResponseNonNullableFields, BulkDeletePickupLocationResponse$1 & BulkDeletePickupLocationResponseNonNullableFields$1>;
31452
31524
 
31525
+ declare const meta$4_addDeliveryRegion: typeof addDeliveryRegion;
31453
31526
  declare const meta$4_bulkCreatePickupLocation: typeof bulkCreatePickupLocation;
31454
31527
  declare const meta$4_bulkDeletePickupLocation: typeof bulkDeletePickupLocation;
31455
31528
  declare const meta$4_bulkUpdatePickupLocation: typeof bulkUpdatePickupLocation;
@@ -31457,9 +31530,10 @@ declare const meta$4_createPickupLocation: typeof createPickupLocation;
31457
31530
  declare const meta$4_deletePickupLocation: typeof deletePickupLocation;
31458
31531
  declare const meta$4_getPickupLocation: typeof getPickupLocation;
31459
31532
  declare const meta$4_queryPickupLocation: typeof queryPickupLocation;
31533
+ declare const meta$4_removeDeliveryRegion: typeof removeDeliveryRegion;
31460
31534
  declare const meta$4_updatePickupLocation: typeof updatePickupLocation;
31461
31535
  declare namespace meta$4 {
31462
- export { type __PublicMethodMetaInfo$4 as __PublicMethodMetaInfo, meta$4_bulkCreatePickupLocation as bulkCreatePickupLocation, meta$4_bulkDeletePickupLocation as bulkDeletePickupLocation, meta$4_bulkUpdatePickupLocation as bulkUpdatePickupLocation, meta$4_createPickupLocation as createPickupLocation, meta$4_deletePickupLocation as deletePickupLocation, meta$4_getPickupLocation as getPickupLocation, meta$4_queryPickupLocation as queryPickupLocation, meta$4_updatePickupLocation as updatePickupLocation };
31536
+ export { type __PublicMethodMetaInfo$4 as __PublicMethodMetaInfo, meta$4_addDeliveryRegion as addDeliveryRegion, meta$4_bulkCreatePickupLocation as bulkCreatePickupLocation, meta$4_bulkDeletePickupLocation as bulkDeletePickupLocation, meta$4_bulkUpdatePickupLocation as bulkUpdatePickupLocation, meta$4_createPickupLocation as createPickupLocation, meta$4_deletePickupLocation as deletePickupLocation, meta$4_getPickupLocation as getPickupLocation, meta$4_queryPickupLocation as queryPickupLocation, meta$4_removeDeliveryRegion as removeDeliveryRegion, meta$4_updatePickupLocation as updatePickupLocation };
31463
31537
  }
31464
31538
 
31465
31539
  interface ShippingOption$3 {