@wix/ecom 1.0.780 → 1.0.782

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.
@@ -4177,15 +4177,15 @@ interface Membership$7 {
4177
4177
  additionalData?: Record<string, any> | null;
4178
4178
  }
4179
4179
  interface MembershipName$7 {
4180
- /** The name of this membership */
4180
+ /** Membership name. */
4181
4181
  original?: string;
4182
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
4182
+ /** Translated membership name. Defaults to `original` when not provided. */
4183
4183
  translated?: string | null;
4184
4184
  }
4185
4185
  interface MembershipPaymentCredits$7 {
4186
- /** How much credit this membership has in total */
4186
+ /** Membership's total amount of credits. */
4187
4187
  total?: number;
4188
- /** How much credit remained for this membership */
4188
+ /** Membership's remaining amount of credits. */
4189
4189
  remaining?: number;
4190
4190
  }
4191
4191
  interface InvalidMembership$7 {
@@ -6114,15 +6114,15 @@ interface Membership$6 {
6114
6114
  additionalData?: Record<string, any> | null;
6115
6115
  }
6116
6116
  interface MembershipName$6 {
6117
- /** The name of this membership */
6117
+ /** Membership name. */
6118
6118
  original?: string;
6119
6119
  /** Membership name translated into buyer's language. Defaults to `original` when not defined. */
6120
6120
  translated?: string | null;
6121
6121
  }
6122
6122
  interface MembershipPaymentCredits$6 {
6123
- /** How much credit this membership has in total */
6123
+ /** Membership's total amount of credits. */
6124
6124
  total?: number;
6125
- /** How much credit remained for this membership */
6125
+ /** Membership's remaining amount of credits. */
6126
6126
  remaining?: number;
6127
6127
  }
6128
6128
  interface InvalidMembership$6 {
@@ -8166,15 +8166,15 @@ interface Membership$5 {
8166
8166
  additionalData?: Record<string, any> | null;
8167
8167
  }
8168
8168
  interface MembershipName$5 {
8169
- /** The name of this membership */
8169
+ /** Membership name. */
8170
8170
  original?: string;
8171
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
8171
+ /** Translated membership name. Defaults to `original` when not provided. */
8172
8172
  translated?: string | null;
8173
8173
  }
8174
8174
  interface MembershipPaymentCredits$5 {
8175
- /** How much credit this membership has in total */
8175
+ /** Membership's total amount of credits. */
8176
8176
  total?: number;
8177
- /** How much credit remained for this membership */
8177
+ /** Membership's remaining amount of credits. */
8178
8178
  remaining?: number;
8179
8179
  }
8180
8180
  interface InvalidMembership$5 {
@@ -10063,15 +10063,15 @@ interface Membership$4 {
10063
10063
  additionalData?: Record<string, any> | null;
10064
10064
  }
10065
10065
  interface MembershipName$4 {
10066
- /** The name of this membership */
10066
+ /** Membership name. */
10067
10067
  original?: string;
10068
10068
  /** Membership name translated into buyer's language. Defaults to `original` when not defined. */
10069
10069
  translated?: string | null;
10070
10070
  }
10071
10071
  interface MembershipPaymentCredits$4 {
10072
- /** How much credit this membership has in total */
10072
+ /** Membership's total amount of credits. */
10073
10073
  total?: number;
10074
- /** How much credit remained for this membership */
10074
+ /** Membership's remaining amount of credits. */
10075
10075
  remaining?: number;
10076
10076
  }
10077
10077
  interface InvalidMembership$4 {
@@ -11957,15 +11957,15 @@ interface Membership$3 {
11957
11957
  additionalData?: Record<string, any> | null;
11958
11958
  }
11959
11959
  interface MembershipName$3 {
11960
- /** The name of this membership */
11960
+ /** Membership name. */
11961
11961
  original?: string;
11962
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
11962
+ /** Translated membership name. Defaults to `original` when not provided. */
11963
11963
  translated?: string | null;
11964
11964
  }
11965
11965
  interface MembershipPaymentCredits$3 {
11966
- /** How much credit this membership has in total */
11966
+ /** Membership's total amount of credits. */
11967
11967
  total?: number;
11968
- /** How much credit remained for this membership */
11968
+ /** Membership's remaining amount of credits. */
11969
11969
  remaining?: number;
11970
11970
  }
11971
11971
  interface InvalidMembership$3 {
@@ -14094,15 +14094,15 @@ interface Membership$2 {
14094
14094
  additionalData?: Record<string, any> | null;
14095
14095
  }
14096
14096
  interface MembershipName$2 {
14097
- /** The name of this membership */
14097
+ /** Membership name. */
14098
14098
  original?: string;
14099
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
14099
+ /** Translated membership name. Defaults to `original` when not provided. */
14100
14100
  translated?: string | null;
14101
14101
  }
14102
14102
  interface MembershipPaymentCredits$2 {
14103
- /** How much credit this membership has in total */
14103
+ /** Membership's total amount of credits. */
14104
14104
  total?: number;
14105
- /** How much credit remained for this membership */
14105
+ /** Membership's remaining amount of credits. */
14106
14106
  remaining?: number;
14107
14107
  }
14108
14108
  interface InvalidMembership$2 {
@@ -19759,7 +19759,10 @@ declare enum ActivityType$3 {
19759
19759
  REFUND_INITIATED = "REFUND_INITIATED",
19760
19760
  PAYMENT_REFUNDED = "PAYMENT_REFUNDED",
19761
19761
  PAYMENT_REFUND_FAILED = "PAYMENT_REFUND_FAILED",
19762
- REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT"
19762
+ REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT",
19763
+ PAYMENT_PENDING = "PAYMENT_PENDING",
19764
+ PAYMENT_CANCELED = "PAYMENT_CANCELED",
19765
+ PAYMENT_DECLINED = "PAYMENT_DECLINED"
19763
19766
  }
19764
19767
  declare enum AttributionSource$3 {
19765
19768
  UNSPECIFIED = "UNSPECIFIED",
@@ -20487,6 +20490,21 @@ interface PaymentRefundFailedNonNullableFields$3 {
20487
20490
  interface RefundedAsStoreCreditNonNullableFields$3 {
20488
20491
  amount?: PriceNonNullableFields$7;
20489
20492
  }
20493
+ interface RegularPaymentNonNullableFields$3 {
20494
+ amount?: PriceNonNullableFields$7;
20495
+ }
20496
+ interface PaymentPendingNonNullableFields$3 {
20497
+ regular?: RegularPaymentNonNullableFields$3;
20498
+ paymentId: string;
20499
+ }
20500
+ interface PaymentCanceledNonNullableFields$3 {
20501
+ regular?: RegularPaymentNonNullableFields$3;
20502
+ paymentId: string;
20503
+ }
20504
+ interface PaymentDeclinedNonNullableFields$3 {
20505
+ regular?: RegularPaymentNonNullableFields$3;
20506
+ paymentId: string;
20507
+ }
20490
20508
  interface ActivityNonNullableFields$3 {
20491
20509
  customActivity?: CustomActivityNonNullableFields$3;
20492
20510
  merchantComment?: MerchantCommentNonNullableFields$3;
@@ -20502,6 +20520,9 @@ interface ActivityNonNullableFields$3 {
20502
20520
  paymentRefunded?: PaymentRefundedNonNullableFields$3;
20503
20521
  paymentRefundFailed?: PaymentRefundFailedNonNullableFields$3;
20504
20522
  refundedAsStoreCredit?: RefundedAsStoreCreditNonNullableFields$3;
20523
+ paymentPending?: PaymentPendingNonNullableFields$3;
20524
+ paymentCanceled?: PaymentCanceledNonNullableFields$3;
20525
+ paymentDeclined?: PaymentDeclinedNonNullableFields$3;
20505
20526
  type: ActivityType$3;
20506
20527
  }
20507
20528
  interface V1CreatedByNonNullableFields$1 {
@@ -22318,7 +22339,10 @@ declare enum ActivityType$2 {
22318
22339
  REFUND_INITIATED = "REFUND_INITIATED",
22319
22340
  PAYMENT_REFUNDED = "PAYMENT_REFUNDED",
22320
22341
  PAYMENT_REFUND_FAILED = "PAYMENT_REFUND_FAILED",
22321
- REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT"
22342
+ REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT",
22343
+ PAYMENT_PENDING = "PAYMENT_PENDING",
22344
+ PAYMENT_CANCELED = "PAYMENT_CANCELED",
22345
+ PAYMENT_DECLINED = "PAYMENT_DECLINED"
22322
22346
  }
22323
22347
  declare enum AttributionSource$2 {
22324
22348
  UNSPECIFIED = "UNSPECIFIED",
@@ -23040,6 +23064,21 @@ interface PaymentRefundFailedNonNullableFields$2 {
23040
23064
  interface RefundedAsStoreCreditNonNullableFields$2 {
23041
23065
  amount?: PriceNonNullableFields$6;
23042
23066
  }
23067
+ interface RegularPaymentNonNullableFields$2 {
23068
+ amount?: PriceNonNullableFields$6;
23069
+ }
23070
+ interface PaymentPendingNonNullableFields$2 {
23071
+ regular?: RegularPaymentNonNullableFields$2;
23072
+ paymentId: string;
23073
+ }
23074
+ interface PaymentCanceledNonNullableFields$2 {
23075
+ regular?: RegularPaymentNonNullableFields$2;
23076
+ paymentId: string;
23077
+ }
23078
+ interface PaymentDeclinedNonNullableFields$2 {
23079
+ regular?: RegularPaymentNonNullableFields$2;
23080
+ paymentId: string;
23081
+ }
23043
23082
  interface ActivityNonNullableFields$2 {
23044
23083
  customActivity?: CustomActivityNonNullableFields$2;
23045
23084
  merchantComment?: MerchantCommentNonNullableFields$2;
@@ -23055,6 +23094,9 @@ interface ActivityNonNullableFields$2 {
23055
23094
  paymentRefunded?: PaymentRefundedNonNullableFields$2;
23056
23095
  paymentRefundFailed?: PaymentRefundFailedNonNullableFields$2;
23057
23096
  refundedAsStoreCredit?: RefundedAsStoreCreditNonNullableFields$2;
23097
+ paymentPending?: PaymentPendingNonNullableFields$2;
23098
+ paymentCanceled?: PaymentCanceledNonNullableFields$2;
23099
+ paymentDeclined?: PaymentDeclinedNonNullableFields$2;
23058
23100
  type: ActivityType$2;
23059
23101
  }
23060
23102
  interface V1CreatedByNonNullableFields {
@@ -25530,7 +25572,10 @@ declare enum ActivityType$1 {
25530
25572
  REFUND_INITIATED = "REFUND_INITIATED",
25531
25573
  PAYMENT_REFUNDED = "PAYMENT_REFUNDED",
25532
25574
  PAYMENT_REFUND_FAILED = "PAYMENT_REFUND_FAILED",
25533
- REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT"
25575
+ REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT",
25576
+ PAYMENT_PENDING = "PAYMENT_PENDING",
25577
+ PAYMENT_CANCELED = "PAYMENT_CANCELED",
25578
+ PAYMENT_DECLINED = "PAYMENT_DECLINED"
25534
25579
  }
25535
25580
  declare enum AttributionSource$1 {
25536
25581
  UNSPECIFIED = "UNSPECIFIED",
@@ -26704,6 +26749,21 @@ interface PaymentRefundFailedNonNullableFields$1 {
26704
26749
  interface RefundedAsStoreCreditNonNullableFields$1 {
26705
26750
  amount?: PriceNonNullableFields$5;
26706
26751
  }
26752
+ interface RegularPaymentNonNullableFields$1 {
26753
+ amount?: PriceNonNullableFields$5;
26754
+ }
26755
+ interface PaymentPendingNonNullableFields$1 {
26756
+ regular?: RegularPaymentNonNullableFields$1;
26757
+ paymentId: string;
26758
+ }
26759
+ interface PaymentCanceledNonNullableFields$1 {
26760
+ regular?: RegularPaymentNonNullableFields$1;
26761
+ paymentId: string;
26762
+ }
26763
+ interface PaymentDeclinedNonNullableFields$1 {
26764
+ regular?: RegularPaymentNonNullableFields$1;
26765
+ paymentId: string;
26766
+ }
26707
26767
  interface ActivityNonNullableFields$1 {
26708
26768
  customActivity?: CustomActivityNonNullableFields$1;
26709
26769
  merchantComment?: MerchantCommentNonNullableFields$1;
@@ -26719,6 +26779,9 @@ interface ActivityNonNullableFields$1 {
26719
26779
  paymentRefunded?: PaymentRefundedNonNullableFields$1;
26720
26780
  paymentRefundFailed?: PaymentRefundFailedNonNullableFields$1;
26721
26781
  refundedAsStoreCredit?: RefundedAsStoreCreditNonNullableFields$1;
26782
+ paymentPending?: PaymentPendingNonNullableFields$1;
26783
+ paymentCanceled?: PaymentCanceledNonNullableFields$1;
26784
+ paymentDeclined?: PaymentDeclinedNonNullableFields$1;
26722
26785
  type: ActivityType$1;
26723
26786
  }
26724
26787
  interface CreatedByNonNullableFields$1 {
@@ -27780,7 +27843,10 @@ declare enum ActivityType {
27780
27843
  REFUND_INITIATED = "REFUND_INITIATED",
27781
27844
  PAYMENT_REFUNDED = "PAYMENT_REFUNDED",
27782
27845
  PAYMENT_REFUND_FAILED = "PAYMENT_REFUND_FAILED",
27783
- REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT"
27846
+ REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT",
27847
+ PAYMENT_PENDING = "PAYMENT_PENDING",
27848
+ PAYMENT_CANCELED = "PAYMENT_CANCELED",
27849
+ PAYMENT_DECLINED = "PAYMENT_DECLINED"
27784
27850
  }
27785
27851
  declare enum AttributionSource {
27786
27852
  UNSPECIFIED = "UNSPECIFIED",
@@ -28948,6 +29014,21 @@ interface PaymentRefundFailedNonNullableFields {
28948
29014
  interface RefundedAsStoreCreditNonNullableFields {
28949
29015
  amount?: PriceNonNullableFields$4;
28950
29016
  }
29017
+ interface RegularPaymentNonNullableFields {
29018
+ amount?: PriceNonNullableFields$4;
29019
+ }
29020
+ interface PaymentPendingNonNullableFields {
29021
+ regular?: RegularPaymentNonNullableFields;
29022
+ paymentId: string;
29023
+ }
29024
+ interface PaymentCanceledNonNullableFields {
29025
+ regular?: RegularPaymentNonNullableFields;
29026
+ paymentId: string;
29027
+ }
29028
+ interface PaymentDeclinedNonNullableFields {
29029
+ regular?: RegularPaymentNonNullableFields;
29030
+ paymentId: string;
29031
+ }
28951
29032
  interface ActivityNonNullableFields {
28952
29033
  customActivity?: CustomActivityNonNullableFields;
28953
29034
  merchantComment?: MerchantCommentNonNullableFields;
@@ -28963,6 +29044,9 @@ interface ActivityNonNullableFields {
28963
29044
  paymentRefunded?: PaymentRefundedNonNullableFields;
28964
29045
  paymentRefundFailed?: PaymentRefundFailedNonNullableFields;
28965
29046
  refundedAsStoreCredit?: RefundedAsStoreCreditNonNullableFields;
29047
+ paymentPending?: PaymentPendingNonNullableFields;
29048
+ paymentCanceled?: PaymentCanceledNonNullableFields;
29049
+ paymentDeclined?: PaymentDeclinedNonNullableFields;
28966
29050
  type: ActivityType;
28967
29051
  }
28968
29052
  interface CreatedByNonNullableFields {
@@ -33555,15 +33639,15 @@ interface Membership$1 {
33555
33639
  additionalData?: Record<string, any> | null;
33556
33640
  }
33557
33641
  interface MembershipName$1 {
33558
- /** The name of this membership */
33642
+ /** Membership name. */
33559
33643
  original?: string;
33560
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
33644
+ /** Translated membership name. Defaults to `original` when not provided. */
33561
33645
  translated?: string | null;
33562
33646
  }
33563
33647
  interface MembershipPaymentCredits$1 {
33564
- /** How much credit this membership has in total */
33648
+ /** Membership's total amount of credits. */
33565
33649
  total?: number;
33566
- /** How much credit remained for this membership */
33650
+ /** Membership's remaining amount of credits. */
33567
33651
  remaining?: number;
33568
33652
  }
33569
33653
  interface InvalidMembership$1 {
@@ -34696,15 +34780,15 @@ interface Membership {
34696
34780
  additionalData?: Record<string, any> | null;
34697
34781
  }
34698
34782
  interface MembershipName {
34699
- /** The name of this membership */
34783
+ /** Membership name. */
34700
34784
  original?: string;
34701
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
34785
+ /** Translated membership name. Defaults to `original` when not provided. */
34702
34786
  translated?: string | null;
34703
34787
  }
34704
34788
  interface MembershipPaymentCredits {
34705
- /** How much credit this membership has in total */
34789
+ /** Membership's total amount of credits. */
34706
34790
  total?: number;
34707
- /** How much credit remained for this membership */
34791
+ /** Membership's remaining amount of credits. */
34708
34792
  remaining?: number;
34709
34793
  }
34710
34794
  interface InvalidMembership {
@@ -3418,6 +3418,56 @@ interface RefundedAsStoreCredit {
3418
3418
  /** Reason for refund */
3419
3419
  reason?: string | null;
3420
3420
  }
3421
+ interface PaymentPending extends PaymentPendingPaymentDetailsOneOf {
3422
+ /** Regular payment. */
3423
+ regular?: RegularPayment;
3424
+ /** Payment ID of payment associated with this activity */
3425
+ paymentId?: string;
3426
+ }
3427
+ /** @oneof */
3428
+ interface PaymentPendingPaymentDetailsOneOf {
3429
+ /** Regular payment. */
3430
+ regular?: RegularPayment;
3431
+ }
3432
+ interface RegularPayment extends RegularPaymentPaymentMethodDetailsOneOf {
3433
+ /** Whether regular card used */
3434
+ creditCardDetails?: CreditCardDetails;
3435
+ /** Payment amount */
3436
+ amount?: Price;
3437
+ }
3438
+ /** @oneof */
3439
+ interface RegularPaymentPaymentMethodDetailsOneOf {
3440
+ /** Whether regular card used */
3441
+ creditCardDetails?: CreditCardDetails;
3442
+ }
3443
+ interface CreditCardDetails {
3444
+ /** The last 4 digits of the card number. */
3445
+ lastFourDigits?: string | null;
3446
+ /** Card issuer's brand. */
3447
+ brand?: string | null;
3448
+ }
3449
+ interface PaymentCanceled extends PaymentCanceledPaymentDetailsOneOf {
3450
+ /** Regular payment. */
3451
+ regular?: RegularPayment;
3452
+ /** Payment ID of payment associated with this activity */
3453
+ paymentId?: string;
3454
+ }
3455
+ /** @oneof */
3456
+ interface PaymentCanceledPaymentDetailsOneOf {
3457
+ /** Regular payment. */
3458
+ regular?: RegularPayment;
3459
+ }
3460
+ interface PaymentDeclined extends PaymentDeclinedPaymentDetailsOneOf {
3461
+ /** Regular payment. */
3462
+ regular?: RegularPayment;
3463
+ /** Payment ID of payment associated with this activity */
3464
+ paymentId?: string;
3465
+ }
3466
+ /** @oneof */
3467
+ interface PaymentDeclinedPaymentDetailsOneOf {
3468
+ /** Regular payment. */
3469
+ regular?: RegularPayment;
3470
+ }
3421
3471
  declare enum ActivityType {
3422
3472
  ORDER_REFUNDED = "ORDER_REFUNDED",
3423
3473
  ORDER_PLACED = "ORDER_PLACED",
@@ -3450,7 +3500,10 @@ declare enum ActivityType {
3450
3500
  REFUND_INITIATED = "REFUND_INITIATED",
3451
3501
  PAYMENT_REFUNDED = "PAYMENT_REFUNDED",
3452
3502
  PAYMENT_REFUND_FAILED = "PAYMENT_REFUND_FAILED",
3453
- REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT"
3503
+ REFUNDED_AS_STORE_CREDIT = "REFUNDED_AS_STORE_CREDIT",
3504
+ PAYMENT_PENDING = "PAYMENT_PENDING",
3505
+ PAYMENT_CANCELED = "PAYMENT_CANCELED",
3506
+ PAYMENT_DECLINED = "PAYMENT_DECLINED"
3454
3507
  }
3455
3508
  declare enum AttributionSource {
3456
3509
  UNSPECIFIED = "UNSPECIFIED",
@@ -4702,15 +4755,15 @@ interface Membership {
4702
4755
  additionalData?: Record<string, any> | null;
4703
4756
  }
4704
4757
  interface MembershipName {
4705
- /** The name of this membership */
4758
+ /** Membership name. */
4706
4759
  original?: string;
4707
- /** Optional - Translated name of this membership. Defaults to `original` when not provided. */
4760
+ /** Translated membership name. Defaults to `original` when not provided. */
4708
4761
  translated?: string | null;
4709
4762
  }
4710
4763
  interface MembershipPaymentCredits {
4711
- /** How much credit this membership has in total */
4764
+ /** Membership's total amount of credits. */
4712
4765
  total?: number;
4713
- /** How much credit remained for this membership */
4766
+ /** Membership's remaining amount of credits. */
4714
4767
  remaining?: number;
4715
4768
  }
4716
4769
  interface InvalidMembership {
@@ -5043,6 +5096,7 @@ type context$1_Color = Color;
5043
5096
  type context$1_ConversionInfo = ConversionInfo;
5044
5097
  type context$1_CreatedBy = CreatedBy;
5045
5098
  type context$1_CreatedByIdOneOf = CreatedByIdOneOf;
5099
+ type context$1_CreditCardDetails = CreditCardDetails;
5046
5100
  type context$1_CustomActivity = CustomActivity;
5047
5101
  type context$1_CustomContentReference = CustomContentReference;
5048
5102
  type context$1_CustomSettings = CustomSettings;
@@ -5112,10 +5166,16 @@ declare const context$1_OrderStatus: typeof OrderStatus;
5112
5166
  type context$1_OrderTaxBreakdown = OrderTaxBreakdown;
5113
5167
  type context$1_OrderTaxInfo = OrderTaxInfo;
5114
5168
  type context$1_OtherCharge = OtherCharge;
5169
+ type context$1_PaymentCanceled = PaymentCanceled;
5170
+ type context$1_PaymentCanceledPaymentDetailsOneOf = PaymentCanceledPaymentDetailsOneOf;
5171
+ type context$1_PaymentDeclined = PaymentDeclined;
5172
+ type context$1_PaymentDeclinedPaymentDetailsOneOf = PaymentDeclinedPaymentDetailsOneOf;
5115
5173
  type context$1_PaymentOption = PaymentOption;
5116
5174
  declare const context$1_PaymentOption: typeof PaymentOption;
5117
5175
  type context$1_PaymentOptionType = PaymentOptionType;
5118
5176
  declare const context$1_PaymentOptionType: typeof PaymentOptionType;
5177
+ type context$1_PaymentPending = PaymentPending;
5178
+ type context$1_PaymentPendingPaymentDetailsOneOf = PaymentPendingPaymentDetailsOneOf;
5119
5179
  type context$1_PaymentRefundFailed = PaymentRefundFailed;
5120
5180
  type context$1_PaymentRefunded = PaymentRefunded;
5121
5181
  type context$1_PaymentSettings = PaymentSettings;
@@ -5137,6 +5197,8 @@ type context$1_RefundInitiated = RefundInitiated;
5137
5197
  type context$1_RefundedAsStoreCredit = RefundedAsStoreCredit;
5138
5198
  type context$1_RefundedPayment = RefundedPayment;
5139
5199
  type context$1_RefundedPaymentKindOneOf = RefundedPaymentKindOneOf;
5200
+ type context$1_RegularPayment = RegularPayment;
5201
+ type context$1_RegularPaymentPaymentMethodDetailsOneOf = RegularPaymentPaymentMethodDetailsOneOf;
5140
5202
  type context$1_RegularPaymentRefund = RegularPaymentRefund;
5141
5203
  type context$1_RuleType = RuleType;
5142
5204
  declare const context$1_RuleType: typeof RuleType;
@@ -5192,7 +5254,7 @@ type context$1_V1SubscriptionSettings = V1SubscriptionSettings;
5192
5254
  type context$1_V1TaxSummary = V1TaxSummary;
5193
5255
  type context$1_ValidationError = ValidationError;
5194
5256
  declare namespace context$1 {
5195
- export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, type context$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_V1TaxSummary as V1TaxSummary, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
5257
+ export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CreditCardDetails as CreditCardDetails, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, type context$1_PaymentCanceled as PaymentCanceled, type context$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$1_PaymentDeclined as PaymentDeclined, type context$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentPending as PaymentPending, type context$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPayment as RegularPayment, type context$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, type context$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_V1TaxSummary as V1TaxSummary, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
5196
5258
  }
5197
5259
 
5198
5260
  interface GetValidationViolationsRequest {