@wix/ecom 1.0.865 → 1.0.866

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.865",
3
+ "version": "1.0.866",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,23 +23,23 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@wix/ecom_abandoned-checkouts": "1.0.56",
26
- "@wix/ecom_additional-fees": "1.0.36",
27
- "@wix/ecom_back-in-stock-notifications": "1.0.61",
26
+ "@wix/ecom_additional-fees": "1.0.37",
27
+ "@wix/ecom_back-in-stock-notifications": "1.0.62",
28
28
  "@wix/ecom_back-in-stock-settings": "1.0.44",
29
- "@wix/ecom_cart": "1.0.112",
30
- "@wix/ecom_checkout": "1.0.117",
29
+ "@wix/ecom_cart": "1.0.113",
30
+ "@wix/ecom_checkout": "1.0.118",
31
31
  "@wix/ecom_checkout-content": "1.0.15",
32
32
  "@wix/ecom_checkout-settings": "1.0.61",
33
- "@wix/ecom_checkout-templates": "1.0.114",
33
+ "@wix/ecom_checkout-templates": "1.0.115",
34
34
  "@wix/ecom_currencies": "1.0.45",
35
- "@wix/ecom_current-cart": "1.0.112",
35
+ "@wix/ecom_current-cart": "1.0.113",
36
36
  "@wix/ecom_custom-triggers": "1.0.31",
37
37
  "@wix/ecom_delivery-profile": "1.0.37",
38
- "@wix/ecom_delivery-solutions": "1.0.13",
38
+ "@wix/ecom_delivery-solutions": "1.0.14",
39
39
  "@wix/ecom_discount-rules": "1.0.63",
40
40
  "@wix/ecom_discounts": "1.0.14",
41
41
  "@wix/ecom_discounts-custom-trigger": "1.0.17",
42
- "@wix/ecom_draft-orders": "1.0.50",
42
+ "@wix/ecom_draft-orders": "1.0.51",
43
43
  "@wix/ecom_gift-vouchers": "1.0.13",
44
44
  "@wix/ecom_gift-vouchers-provider": "1.0.12",
45
45
  "@wix/ecom_local-delivery-options": "1.0.22",
@@ -48,21 +48,21 @@
48
48
  "@wix/ecom_order-invoices": "1.0.48",
49
49
  "@wix/ecom_order-payment-requests": "1.0.20",
50
50
  "@wix/ecom_order-transactions": "1.0.80",
51
- "@wix/ecom_orders": "1.0.158",
51
+ "@wix/ecom_orders": "1.0.159",
52
52
  "@wix/ecom_orders-settings": "1.0.55",
53
- "@wix/ecom_payment-settings": "1.0.84",
53
+ "@wix/ecom_payment-settings": "1.0.85",
54
54
  "@wix/ecom_pickup-locations": "1.0.18",
55
55
  "@wix/ecom_recommendations": "1.0.52",
56
56
  "@wix/ecom_recommendations-provider": "1.0.12",
57
57
  "@wix/ecom_shipping-options": "1.0.16",
58
58
  "@wix/ecom_shipping-rates": "1.0.54",
59
- "@wix/ecom_shippo-configurations": "1.0.23",
60
- "@wix/ecom_subscription-contracts": "1.0.13",
59
+ "@wix/ecom_shippo-configurations": "1.0.24",
60
+ "@wix/ecom_subscription-contracts": "1.0.14",
61
61
  "@wix/ecom_tip-settings": "1.0.4",
62
62
  "@wix/ecom_tippable-staff": "1.0.4",
63
- "@wix/ecom_tips": "1.0.6",
64
- "@wix/ecom_totals-calculator": "1.0.24",
65
- "@wix/ecom_validations": "1.0.47"
63
+ "@wix/ecom_tips": "1.0.7",
64
+ "@wix/ecom_totals-calculator": "1.0.25",
65
+ "@wix/ecom_validations": "1.0.48"
66
66
  },
67
67
  "devDependencies": {
68
68
  "glob": "^10.4.1",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "dead7dddf3df7268254625fe103ddb2ceb21a6602c7943226135799b"
90
+ "falconPackageHash": "e0e68cff87010212692357227f2c66a25e2a2f8e27157a6a7d4c3468"
91
91
  }
@@ -2778,6 +2778,16 @@ interface Address$b {
2778
2778
  addressLine1?: string | null;
2779
2779
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
2780
2780
  addressLine2?: string | null;
2781
+ /**
2782
+ * Country's full name.
2783
+ * @readonly
2784
+ */
2785
+ countryFullname?: string | null;
2786
+ /**
2787
+ * Subdivision full-name.
2788
+ * @readonly
2789
+ */
2790
+ subdivisionFullname?: string | null;
2781
2791
  }
2782
2792
  interface StreetAddress$a {
2783
2793
  /** Street number. */
@@ -2887,6 +2897,16 @@ interface PickupAddress$4 {
2887
2897
  addressLine1?: string | null;
2888
2898
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
2889
2899
  addressLine2?: string | null;
2900
+ /**
2901
+ * Country's full name.
2902
+ * @readonly
2903
+ */
2904
+ countryFullname?: string | null;
2905
+ /**
2906
+ * Subdivision full-name.
2907
+ * @readonly
2908
+ */
2909
+ subdivisionFullname?: string | null;
2890
2910
  }
2891
2911
  declare enum PickupMethod$8 {
2892
2912
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -6083,6 +6103,16 @@ interface Address$a {
6083
6103
  addressLine1?: string | null;
6084
6104
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
6085
6105
  addressLine2?: string | null;
6106
+ /**
6107
+ * Country's full name.
6108
+ * @readonly
6109
+ */
6110
+ countryFullname?: string | null;
6111
+ /**
6112
+ * Subdivision full-name.
6113
+ * @readonly
6114
+ */
6115
+ subdivisionFullname?: string | null;
6086
6116
  }
6087
6117
  interface StreetAddress$9 {
6088
6118
  /** Street number. */
@@ -8900,6 +8930,16 @@ interface Address$9 {
8900
8930
  addressLine1?: string | null;
8901
8931
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
8902
8932
  addressLine2?: string | null;
8933
+ /**
8934
+ * Country's full name.
8935
+ * @readonly
8936
+ */
8937
+ countryFullname?: string | null;
8938
+ /**
8939
+ * Subdivision full-name.
8940
+ * @readonly
8941
+ */
8942
+ subdivisionFullname?: string | null;
8903
8943
  }
8904
8944
  interface StreetAddress$8 {
8905
8945
  /** Street number. */
@@ -11736,6 +11776,16 @@ interface ApiAddress {
11736
11776
  addressLine1?: string | null;
11737
11777
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
11738
11778
  addressLine2?: string | null;
11779
+ /**
11780
+ * Country's full name.
11781
+ * @readonly
11782
+ */
11783
+ countryFullname?: string | null;
11784
+ /**
11785
+ * Subdivision full-name.
11786
+ * @readonly
11787
+ */
11788
+ subdivisionFullname?: string | null;
11739
11789
  }
11740
11790
  interface StreetAddress$7 {
11741
11791
  /** Street number. */
@@ -16101,6 +16151,16 @@ interface Address$7 {
16101
16151
  addressLine1?: string | null;
16102
16152
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
16103
16153
  addressLine2?: string | null;
16154
+ /**
16155
+ * Country's full name.
16156
+ * @readonly
16157
+ */
16158
+ countryFullname?: string | null;
16159
+ /**
16160
+ * Subdivision full-name.
16161
+ * @readonly
16162
+ */
16163
+ subdivisionFullname?: string | null;
16104
16164
  }
16105
16165
  interface StreetAddress$6 {
16106
16166
  /** Street number. */
@@ -19579,6 +19639,16 @@ interface Address$6 {
19579
19639
  addressLine1?: string | null;
19580
19640
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
19581
19641
  addressLine2?: string | null;
19642
+ /**
19643
+ * Country's full name.
19644
+ * @readonly
19645
+ */
19646
+ countryFullname?: string | null;
19647
+ /**
19648
+ * Subdivision full-name.
19649
+ * @readonly
19650
+ */
19651
+ subdivisionFullname?: string | null;
19582
19652
  }
19583
19653
  interface StreetAddress$5 {
19584
19654
  /** Street number. */
@@ -19647,6 +19717,16 @@ interface PickupAddress$2 {
19647
19717
  addressLine1?: string | null;
19648
19718
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
19649
19719
  addressLine2?: string | null;
19720
+ /**
19721
+ * Country's full name.
19722
+ * @readonly
19723
+ */
19724
+ countryFullname?: string | null;
19725
+ /**
19726
+ * Subdivision full-name.
19727
+ * @readonly
19728
+ */
19729
+ subdivisionFullname?: string | null;
19650
19730
  }
19651
19731
  declare enum PickupDetailsPickupMethod {
19652
19732
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -24924,6 +25004,16 @@ interface Address$5 {
24924
25004
  addressLine1?: string | null;
24925
25005
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
24926
25006
  addressLine2?: string | null;
25007
+ /**
25008
+ * Country's full name.
25009
+ * @readonly
25010
+ */
25011
+ countryFullname?: string | null;
25012
+ /**
25013
+ * Subdivision full-name.
25014
+ * @readonly
25015
+ */
25016
+ subdivisionFullname?: string | null;
24927
25017
  }
24928
25018
  interface StreetAddress$4 {
24929
25019
  /** Street number. */
@@ -25033,6 +25123,16 @@ interface PickupAddress$1 {
25033
25123
  addressLine1?: string | null;
25034
25124
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
25035
25125
  addressLine2?: string | null;
25126
+ /**
25127
+ * Country's full name.
25128
+ * @readonly
25129
+ */
25130
+ countryFullname?: string | null;
25131
+ /**
25132
+ * Subdivision full-name.
25133
+ * @readonly
25134
+ */
25135
+ subdivisionFullname?: string | null;
25036
25136
  }
25037
25137
  declare enum PickupMethod$2 {
25038
25138
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -34671,6 +34771,16 @@ interface Address$2 {
34671
34771
  addressLine1?: string | null;
34672
34772
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
34673
34773
  addressLine2?: string | null;
34774
+ /**
34775
+ * Country's full name.
34776
+ * @readonly
34777
+ */
34778
+ countryFullname?: string | null;
34779
+ /**
34780
+ * Subdivision full-name.
34781
+ * @readonly
34782
+ */
34783
+ subdivisionFullname?: string | null;
34674
34784
  }
34675
34785
  interface StreetAddress$2 {
34676
34786
  /** Street number. */
@@ -35545,6 +35655,16 @@ interface Address$1 {
35545
35655
  addressLine1?: string | null;
35546
35656
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
35547
35657
  addressLine2?: string | null;
35658
+ /**
35659
+ * Country's full name.
35660
+ * @readonly
35661
+ */
35662
+ countryFullname?: string | null;
35663
+ /**
35664
+ * Subdivision full-name.
35665
+ * @readonly
35666
+ */
35667
+ subdivisionFullname?: string | null;
35548
35668
  }
35549
35669
  interface StreetAddress$1 {
35550
35670
  /** Street number. */
@@ -37439,8 +37559,12 @@ interface StreetAddressNonNullableFields {
37439
37559
  name: string;
37440
37560
  apt: string;
37441
37561
  }
37562
+ interface SubdivisionNonNullableFields {
37563
+ name: string;
37564
+ }
37442
37565
  interface AddressNonNullableFields {
37443
37566
  streetAddress?: StreetAddressNonNullableFields;
37567
+ subdivisions: SubdivisionNonNullableFields[];
37444
37568
  }
37445
37569
  interface PickupDetailsNonNullableFields {
37446
37570
  address?: AddressNonNullableFields;
@@ -39200,8 +39324,15 @@ interface GetTipByOrderIdSignature {
39200
39324
  declare function getTipByDraftOrderId$1(httpClient: HttpClient): GetTipByDraftOrderIdSignature;
39201
39325
  interface GetTipByDraftOrderIdSignature {
39202
39326
  /**
39203
- * Retrieves the tip that's associated with an
39204
- * eCommerce draft order.
39327
+ * Retrieves the tip that's associated with an eCommerce draft order.
39328
+ *
39329
+ *
39330
+ * <blockquote class="important">
39331
+ *
39332
+ * __Important:__
39333
+ * The eCommerce Draft Orders API is currently under development and will be available soon.
39334
+ *
39335
+ * </blockquote>
39205
39336
  * @param - ID of the draft order to retrieve the tip for.
39206
39337
  */
39207
39338
  (draftOrderId: string | null): Promise<GetTipByDraftOrderIdResponse & GetTipByDraftOrderIdResponseNonNullableFields>;
@@ -2778,6 +2778,16 @@ interface Address$b {
2778
2778
  addressLine1?: string | null;
2779
2779
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
2780
2780
  addressLine2?: string | null;
2781
+ /**
2782
+ * Country's full name.
2783
+ * @readonly
2784
+ */
2785
+ countryFullname?: string | null;
2786
+ /**
2787
+ * Subdivision full-name.
2788
+ * @readonly
2789
+ */
2790
+ subdivisionFullname?: string | null;
2781
2791
  }
2782
2792
  interface StreetAddress$a {
2783
2793
  /** Street number. */
@@ -2887,6 +2897,16 @@ interface PickupAddress$4 {
2887
2897
  addressLine1?: string | null;
2888
2898
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
2889
2899
  addressLine2?: string | null;
2900
+ /**
2901
+ * Country's full name.
2902
+ * @readonly
2903
+ */
2904
+ countryFullname?: string | null;
2905
+ /**
2906
+ * Subdivision full-name.
2907
+ * @readonly
2908
+ */
2909
+ subdivisionFullname?: string | null;
2890
2910
  }
2891
2911
  declare enum PickupMethod$8 {
2892
2912
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -6083,6 +6103,16 @@ interface Address$a {
6083
6103
  addressLine1?: string | null;
6084
6104
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
6085
6105
  addressLine2?: string | null;
6106
+ /**
6107
+ * Country's full name.
6108
+ * @readonly
6109
+ */
6110
+ countryFullname?: string | null;
6111
+ /**
6112
+ * Subdivision full-name.
6113
+ * @readonly
6114
+ */
6115
+ subdivisionFullname?: string | null;
6086
6116
  }
6087
6117
  interface StreetAddress$9 {
6088
6118
  /** Street number. */
@@ -8900,6 +8930,16 @@ interface Address$9 {
8900
8930
  addressLine1?: string | null;
8901
8931
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
8902
8932
  addressLine2?: string | null;
8933
+ /**
8934
+ * Country's full name.
8935
+ * @readonly
8936
+ */
8937
+ countryFullname?: string | null;
8938
+ /**
8939
+ * Subdivision full-name.
8940
+ * @readonly
8941
+ */
8942
+ subdivisionFullname?: string | null;
8903
8943
  }
8904
8944
  interface StreetAddress$8 {
8905
8945
  /** Street number. */
@@ -11736,6 +11776,16 @@ interface ApiAddress {
11736
11776
  addressLine1?: string | null;
11737
11777
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
11738
11778
  addressLine2?: string | null;
11779
+ /**
11780
+ * Country's full name.
11781
+ * @readonly
11782
+ */
11783
+ countryFullname?: string | null;
11784
+ /**
11785
+ * Subdivision full-name.
11786
+ * @readonly
11787
+ */
11788
+ subdivisionFullname?: string | null;
11739
11789
  }
11740
11790
  interface StreetAddress$7 {
11741
11791
  /** Street number. */
@@ -16101,6 +16151,16 @@ interface Address$7 {
16101
16151
  addressLine1?: string | null;
16102
16152
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
16103
16153
  addressLine2?: string | null;
16154
+ /**
16155
+ * Country's full name.
16156
+ * @readonly
16157
+ */
16158
+ countryFullname?: string | null;
16159
+ /**
16160
+ * Subdivision full-name.
16161
+ * @readonly
16162
+ */
16163
+ subdivisionFullname?: string | null;
16104
16164
  }
16105
16165
  interface StreetAddress$6 {
16106
16166
  /** Street number. */
@@ -19579,6 +19639,16 @@ interface Address$6 {
19579
19639
  addressLine1?: string | null;
19580
19640
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
19581
19641
  addressLine2?: string | null;
19642
+ /**
19643
+ * Country's full name.
19644
+ * @readonly
19645
+ */
19646
+ countryFullname?: string | null;
19647
+ /**
19648
+ * Subdivision full-name.
19649
+ * @readonly
19650
+ */
19651
+ subdivisionFullname?: string | null;
19582
19652
  }
19583
19653
  interface StreetAddress$5 {
19584
19654
  /** Street number. */
@@ -19647,6 +19717,16 @@ interface PickupAddress$2 {
19647
19717
  addressLine1?: string | null;
19648
19718
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
19649
19719
  addressLine2?: string | null;
19720
+ /**
19721
+ * Country's full name.
19722
+ * @readonly
19723
+ */
19724
+ countryFullname?: string | null;
19725
+ /**
19726
+ * Subdivision full-name.
19727
+ * @readonly
19728
+ */
19729
+ subdivisionFullname?: string | null;
19650
19730
  }
19651
19731
  declare enum PickupDetailsPickupMethod {
19652
19732
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -24924,6 +25004,16 @@ interface Address$5 {
24924
25004
  addressLine1?: string | null;
24925
25005
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
24926
25006
  addressLine2?: string | null;
25007
+ /**
25008
+ * Country's full name.
25009
+ * @readonly
25010
+ */
25011
+ countryFullname?: string | null;
25012
+ /**
25013
+ * Subdivision full-name.
25014
+ * @readonly
25015
+ */
25016
+ subdivisionFullname?: string | null;
24927
25017
  }
24928
25018
  interface StreetAddress$4 {
24929
25019
  /** Street number. */
@@ -25033,6 +25123,16 @@ interface PickupAddress$1 {
25033
25123
  addressLine1?: string | null;
25034
25124
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
25035
25125
  addressLine2?: string | null;
25126
+ /**
25127
+ * Country's full name.
25128
+ * @readonly
25129
+ */
25130
+ countryFullname?: string | null;
25131
+ /**
25132
+ * Subdivision full-name.
25133
+ * @readonly
25134
+ */
25135
+ subdivisionFullname?: string | null;
25036
25136
  }
25037
25137
  declare enum PickupMethod$2 {
25038
25138
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -34671,6 +34771,16 @@ interface Address$2 {
34671
34771
  addressLine1?: string | null;
34672
34772
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
34673
34773
  addressLine2?: string | null;
34774
+ /**
34775
+ * Country's full name.
34776
+ * @readonly
34777
+ */
34778
+ countryFullname?: string | null;
34779
+ /**
34780
+ * Subdivision full-name.
34781
+ * @readonly
34782
+ */
34783
+ subdivisionFullname?: string | null;
34674
34784
  }
34675
34785
  interface StreetAddress$2 {
34676
34786
  /** Street number. */
@@ -35545,6 +35655,16 @@ interface Address$1 {
35545
35655
  addressLine1?: string | null;
35546
35656
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
35547
35657
  addressLine2?: string | null;
35658
+ /**
35659
+ * Country's full name.
35660
+ * @readonly
35661
+ */
35662
+ countryFullname?: string | null;
35663
+ /**
35664
+ * Subdivision full-name.
35665
+ * @readonly
35666
+ */
35667
+ subdivisionFullname?: string | null;
35548
35668
  }
35549
35669
  interface StreetAddress$1 {
35550
35670
  /** Street number. */
@@ -37439,8 +37559,12 @@ interface StreetAddressNonNullableFields {
37439
37559
  name: string;
37440
37560
  apt: string;
37441
37561
  }
37562
+ interface SubdivisionNonNullableFields {
37563
+ name: string;
37564
+ }
37442
37565
  interface AddressNonNullableFields {
37443
37566
  streetAddress?: StreetAddressNonNullableFields;
37567
+ subdivisions: SubdivisionNonNullableFields[];
37444
37568
  }
37445
37569
  interface PickupDetailsNonNullableFields {
37446
37570
  address?: AddressNonNullableFields;
@@ -39200,8 +39324,15 @@ interface GetTipByOrderIdSignature {
39200
39324
  declare function getTipByDraftOrderId$1(httpClient: HttpClient): GetTipByDraftOrderIdSignature;
39201
39325
  interface GetTipByDraftOrderIdSignature {
39202
39326
  /**
39203
- * Retrieves the tip that's associated with an
39204
- * eCommerce draft order.
39327
+ * Retrieves the tip that's associated with an eCommerce draft order.
39328
+ *
39329
+ *
39330
+ * <blockquote class="important">
39331
+ *
39332
+ * __Important:__
39333
+ * The eCommerce Draft Orders API is currently under development and will be available soon.
39334
+ *
39335
+ * </blockquote>
39205
39336
  * @param - ID of the draft order to retrieve the tip for.
39206
39337
  */
39207
39338
  (draftOrderId: string | null): Promise<GetTipByDraftOrderIdResponse & GetTipByDraftOrderIdResponseNonNullableFields>;
@@ -3159,6 +3159,16 @@ interface Address$g {
3159
3159
  addressLine1?: string | null;
3160
3160
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
3161
3161
  addressLine2?: string | null;
3162
+ /**
3163
+ * Country's full name.
3164
+ * @readonly
3165
+ */
3166
+ countryFullname?: string | null;
3167
+ /**
3168
+ * Subdivision full-name.
3169
+ * @readonly
3170
+ */
3171
+ subdivisionFullname?: string | null;
3162
3172
  }
3163
3173
  interface StreetAddress$i {
3164
3174
  /** Street number. */
@@ -3262,6 +3272,16 @@ interface PickupAddress$4 {
3262
3272
  addressLine1?: string | null;
3263
3273
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
3264
3274
  addressLine2?: string | null;
3275
+ /**
3276
+ * Country's full name.
3277
+ * @readonly
3278
+ */
3279
+ countryFullname?: string | null;
3280
+ /**
3281
+ * Subdivision full-name.
3282
+ * @readonly
3283
+ */
3284
+ subdivisionFullname?: string | null;
3265
3285
  }
3266
3286
  declare enum PickupMethod$e {
3267
3287
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -7972,6 +7992,16 @@ interface Address$e {
7972
7992
  addressLine1?: string | null;
7973
7993
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
7974
7994
  addressLine2?: string | null;
7995
+ /**
7996
+ * Country's full name.
7997
+ * @readonly
7998
+ */
7999
+ countryFullname?: string | null;
8000
+ /**
8001
+ * Subdivision full-name.
8002
+ * @readonly
8003
+ */
8004
+ subdivisionFullname?: string | null;
7975
8005
  }
7976
8006
  interface StreetAddress$g {
7977
8007
  /** Street number. */
@@ -12044,6 +12074,16 @@ interface Address$c {
12044
12074
  addressLine1?: string | null;
12045
12075
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
12046
12076
  addressLine2?: string | null;
12077
+ /**
12078
+ * Country's full name.
12079
+ * @readonly
12080
+ */
12081
+ countryFullname?: string | null;
12082
+ /**
12083
+ * Subdivision full-name.
12084
+ * @readonly
12085
+ */
12086
+ subdivisionFullname?: string | null;
12047
12087
  }
12048
12088
  interface StreetAddress$e {
12049
12089
  /** Street number. */
@@ -16435,6 +16475,16 @@ interface ApiAddress {
16435
16475
  addressLine1?: string | null;
16436
16476
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
16437
16477
  addressLine2?: string | null;
16478
+ /**
16479
+ * Country's full name.
16480
+ * @readonly
16481
+ */
16482
+ countryFullname?: string | null;
16483
+ /**
16484
+ * Subdivision full-name.
16485
+ * @readonly
16486
+ */
16487
+ subdivisionFullname?: string | null;
16438
16488
  }
16439
16489
  interface StreetAddress$c {
16440
16490
  /** Street number. */
@@ -24308,6 +24358,16 @@ interface Address$a {
24308
24358
  addressLine1?: string | null;
24309
24359
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
24310
24360
  addressLine2?: string | null;
24361
+ /**
24362
+ * Country's full name.
24363
+ * @readonly
24364
+ */
24365
+ countryFullname?: string | null;
24366
+ /**
24367
+ * Subdivision full-name.
24368
+ * @readonly
24369
+ */
24370
+ subdivisionFullname?: string | null;
24311
24371
  }
24312
24372
  interface StreetAddress$a {
24313
24373
  /** Street number. */
@@ -24370,6 +24430,16 @@ interface PickupAddress$2 {
24370
24430
  addressLine1?: string | null;
24371
24431
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
24372
24432
  addressLine2?: string | null;
24433
+ /**
24434
+ * Country's full name.
24435
+ * @readonly
24436
+ */
24437
+ countryFullname?: string | null;
24438
+ /**
24439
+ * Subdivision full-name.
24440
+ * @readonly
24441
+ */
24442
+ subdivisionFullname?: string | null;
24373
24443
  }
24374
24444
  declare enum PickupDetailsPickupMethod {
24375
24445
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -31035,6 +31105,16 @@ interface Address$8 {
31035
31105
  addressLine1?: string | null;
31036
31106
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
31037
31107
  addressLine2?: string | null;
31108
+ /**
31109
+ * Country's full name.
31110
+ * @readonly
31111
+ */
31112
+ countryFullname?: string | null;
31113
+ /**
31114
+ * Subdivision full-name.
31115
+ * @readonly
31116
+ */
31117
+ subdivisionFullname?: string | null;
31038
31118
  }
31039
31119
  interface StreetAddress$8 {
31040
31120
  /** Street number. */
@@ -31138,6 +31218,16 @@ interface PickupAddress {
31138
31218
  addressLine1?: string | null;
31139
31219
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
31140
31220
  addressLine2?: string | null;
31221
+ /**
31222
+ * Country's full name.
31223
+ * @readonly
31224
+ */
31225
+ countryFullname?: string | null;
31226
+ /**
31227
+ * Subdivision full-name.
31228
+ * @readonly
31229
+ */
31230
+ subdivisionFullname?: string | null;
31141
31231
  }
31142
31232
  declare enum PickupMethod$4 {
31143
31233
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -36136,6 +36226,16 @@ interface Address$4 {
36136
36226
  addressLine1?: string | null;
36137
36227
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
36138
36228
  addressLine2?: string | null;
36229
+ /**
36230
+ * Country's full name.
36231
+ * @readonly
36232
+ */
36233
+ countryFullname?: string | null;
36234
+ /**
36235
+ * Subdivision full-name.
36236
+ * @readonly
36237
+ */
36238
+ subdivisionFullname?: string | null;
36139
36239
  }
36140
36240
  interface StreetAddress$4 {
36141
36241
  /** Street number. */
@@ -37741,6 +37841,16 @@ interface Address$2 {
37741
37841
  addressLine1?: string | null;
37742
37842
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
37743
37843
  addressLine2?: string | null;
37844
+ /**
37845
+ * Country's full name.
37846
+ * @readonly
37847
+ */
37848
+ countryFullname?: string | null;
37849
+ /**
37850
+ * Subdivision full-name.
37851
+ * @readonly
37852
+ */
37853
+ subdivisionFullname?: string | null;
37744
37854
  }
37745
37855
  interface StreetAddress$2 {
37746
37856
  /** Street number. */
@@ -39219,14 +39329,14 @@ interface StreetAddressNonNullableFields$1 {
39219
39329
  name: string;
39220
39330
  apt: string;
39221
39331
  }
39222
- interface SubdivisionNonNullableFields {
39332
+ interface SubdivisionNonNullableFields$1 {
39223
39333
  code: string;
39224
39334
  name: string;
39225
39335
  type: SubdivisionType;
39226
39336
  }
39227
39337
  interface AddressNonNullableFields$1 {
39228
39338
  streetAddress?: StreetAddressNonNullableFields$1;
39229
- subdivisions: SubdivisionNonNullableFields[];
39339
+ subdivisions: SubdivisionNonNullableFields$1[];
39230
39340
  }
39231
39341
  interface PickupDetailsNonNullableFields$1 {
39232
39342
  address?: AddressNonNullableFields$1;
@@ -39640,8 +39750,12 @@ interface StreetAddressNonNullableFields {
39640
39750
  name: string;
39641
39751
  apt: string;
39642
39752
  }
39753
+ interface SubdivisionNonNullableFields {
39754
+ name: string;
39755
+ }
39643
39756
  interface AddressNonNullableFields {
39644
39757
  streetAddress?: StreetAddressNonNullableFields;
39758
+ subdivisions: SubdivisionNonNullableFields[];
39645
39759
  }
39646
39760
  interface PickupDetailsNonNullableFields {
39647
39761
  address?: AddressNonNullableFields;
@@ -1851,6 +1851,16 @@ interface Address$2 {
1851
1851
  addressLine1?: string | null;
1852
1852
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
1853
1853
  addressLine2?: string | null;
1854
+ /**
1855
+ * Country's full name.
1856
+ * @readonly
1857
+ */
1858
+ countryFullname?: string | null;
1859
+ /**
1860
+ * Subdivision full-name.
1861
+ * @readonly
1862
+ */
1863
+ subdivisionFullname?: string | null;
1854
1864
  }
1855
1865
  interface StreetAddress$2 {
1856
1866
  /** Street number. */
@@ -3354,6 +3364,16 @@ interface Address$1 {
3354
3364
  addressLine1?: string | null;
3355
3365
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
3356
3366
  addressLine2?: string | null;
3367
+ /**
3368
+ * Country's full name.
3369
+ * @readonly
3370
+ */
3371
+ countryFullname?: string | null;
3372
+ /**
3373
+ * Subdivision full-name.
3374
+ * @readonly
3375
+ */
3376
+ subdivisionFullname?: string | null;
3357
3377
  }
3358
3378
  interface StreetAddress$1 {
3359
3379
  /** Street number. */
@@ -3463,6 +3483,16 @@ interface PickupAddress {
3463
3483
  addressLine1?: string | null;
3464
3484
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
3465
3485
  addressLine2?: string | null;
3486
+ /**
3487
+ * Country's full name.
3488
+ * @readonly
3489
+ */
3490
+ countryFullname?: string | null;
3491
+ /**
3492
+ * Subdivision full-name.
3493
+ * @readonly
3494
+ */
3495
+ subdivisionFullname?: string | null;
3466
3496
  }
3467
3497
  declare enum PickupMethod {
3468
3498
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -6190,6 +6220,16 @@ interface Address {
6190
6220
  addressLine1?: string | null;
6191
6221
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
6192
6222
  addressLine2?: string | null;
6223
+ /**
6224
+ * Country's full name.
6225
+ * @readonly
6226
+ */
6227
+ countryFullname?: string | null;
6228
+ /**
6229
+ * Subdivision full-name.
6230
+ * @readonly
6231
+ */
6232
+ subdivisionFullname?: string | null;
6193
6233
  }
6194
6234
  interface StreetAddress {
6195
6235
  /** Street number. */
@@ -1851,6 +1851,16 @@ interface Address$2 {
1851
1851
  addressLine1?: string | null;
1852
1852
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
1853
1853
  addressLine2?: string | null;
1854
+ /**
1855
+ * Country's full name.
1856
+ * @readonly
1857
+ */
1858
+ countryFullname?: string | null;
1859
+ /**
1860
+ * Subdivision full-name.
1861
+ * @readonly
1862
+ */
1863
+ subdivisionFullname?: string | null;
1854
1864
  }
1855
1865
  interface StreetAddress$2 {
1856
1866
  /** Street number. */
@@ -3354,6 +3364,16 @@ interface Address$1 {
3354
3364
  addressLine1?: string | null;
3355
3365
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
3356
3366
  addressLine2?: string | null;
3367
+ /**
3368
+ * Country's full name.
3369
+ * @readonly
3370
+ */
3371
+ countryFullname?: string | null;
3372
+ /**
3373
+ * Subdivision full-name.
3374
+ * @readonly
3375
+ */
3376
+ subdivisionFullname?: string | null;
3357
3377
  }
3358
3378
  interface StreetAddress$1 {
3359
3379
  /** Street number. */
@@ -3463,6 +3483,16 @@ interface PickupAddress {
3463
3483
  addressLine1?: string | null;
3464
3484
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
3465
3485
  addressLine2?: string | null;
3486
+ /**
3487
+ * Country's full name.
3488
+ * @readonly
3489
+ */
3490
+ countryFullname?: string | null;
3491
+ /**
3492
+ * Subdivision full-name.
3493
+ * @readonly
3494
+ */
3495
+ subdivisionFullname?: string | null;
3466
3496
  }
3467
3497
  declare enum PickupMethod {
3468
3498
  UNKNOWN_METHOD = "UNKNOWN_METHOD",
@@ -6190,6 +6220,16 @@ interface Address {
6190
6220
  addressLine1?: string | null;
6191
6221
  /** Free text providing more detailed address info. Usually contains apt, suite, floor. */
6192
6222
  addressLine2?: string | null;
6223
+ /**
6224
+ * Country's full name.
6225
+ * @readonly
6226
+ */
6227
+ countryFullname?: string | null;
6228
+ /**
6229
+ * Subdivision full-name.
6230
+ * @readonly
6231
+ */
6232
+ subdivisionFullname?: string | null;
6193
6233
  }
6194
6234
  interface StreetAddress {
6195
6235
  /** Street number. */