@wix/ecom 1.0.864 → 1.0.865

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.864",
3
+ "version": "1.0.865",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -39,18 +39,18 @@
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.49",
42
+ "@wix/ecom_draft-orders": "1.0.50",
43
43
  "@wix/ecom_gift-vouchers": "1.0.13",
44
44
  "@wix/ecom_gift-vouchers-provider": "1.0.12",
45
- "@wix/ecom_local-delivery-options": "1.0.21",
45
+ "@wix/ecom_local-delivery-options": "1.0.22",
46
46
  "@wix/ecom_memberships": "1.0.10",
47
47
  "@wix/ecom_order-fulfillments": "1.0.55",
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.157",
51
+ "@wix/ecom_orders": "1.0.158",
52
52
  "@wix/ecom_orders-settings": "1.0.55",
53
- "@wix/ecom_payment-settings": "1.0.83",
53
+ "@wix/ecom_payment-settings": "1.0.84",
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",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "0a27c6877250e3ed32e6b637242f441775c89bfb3b0f881b666efeb0"
90
+ "falconPackageHash": "dead7dddf3df7268254625fe103ddb2ceb21a6602c7943226135799b"
91
91
  }
@@ -20719,11 +20719,20 @@ declare enum PaymentStatus$2 {
20719
20719
  PENDING = "PENDING",
20720
20720
  /** At least one payment was received and approved, covering less than total price amount */
20721
20721
  PARTIALLY_PAID = "PARTIALLY_PAID",
20722
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
20722
+ /**
20723
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
20724
+ * @documentationMaturity preview
20725
+ */
20723
20726
  PENDING_MERCHANT = "PENDING_MERCHANT",
20724
- /** Payment was canceled by user on payment provider side */
20727
+ /**
20728
+ * Payment was canceled by user on payment provider side
20729
+ * @documentationMaturity preview
20730
+ */
20725
20731
  CANCELED = "CANCELED",
20726
- /** Payment was declined by payment provider */
20732
+ /**
20733
+ * Payment was declined by payment provider
20734
+ * @documentationMaturity preview
20735
+ */
20727
20736
  DECLINED = "DECLINED"
20728
20737
  }
20729
20738
  declare enum FulfillmentStatus$3 {
@@ -20741,7 +20750,9 @@ declare enum OrderStatus$1 {
20741
20750
  INITIALIZED = "INITIALIZED",
20742
20751
  APPROVED = "APPROVED",
20743
20752
  CANCELED = "CANCELED",
20753
+ /** @documentationMaturity preview */
20744
20754
  PENDING = "PENDING",
20755
+ /** @documentationMaturity preview */
20745
20756
  REJECTED = "REJECTED"
20746
20757
  }
20747
20758
  interface Activity$2 extends ActivityContentOneOf$1 {
@@ -21118,10 +21129,15 @@ declare enum ActivityType$2 {
21118
21129
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
21119
21130
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
21120
21131
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
21132
+ /** @documentationMaturity preview */
21121
21133
  PAYMENT_PENDING = "PAYMENT_PENDING",
21134
+ /** @documentationMaturity preview */
21122
21135
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
21136
+ /** @documentationMaturity preview */
21123
21137
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
21138
+ /** @documentationMaturity preview */
21124
21139
  ORDER_PENDING = "ORDER_PENDING",
21140
+ /** @documentationMaturity preview */
21125
21141
  ORDER_REJECTED = "ORDER_REJECTED"
21126
21142
  }
21127
21143
  declare enum AttributionSource$1 {
@@ -23450,7 +23466,10 @@ interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
23450
23466
  zipConfig?: ZipCodeConfig;
23451
23467
  radiusConfig?: RadiusConfig;
23452
23468
  customAreaConfig?: CustomAreaConfig;
23453
- /** LocalDeliveryOptionId - unique identifier of local delivery option */
23469
+ /**
23470
+ * LocalDeliveryOptionId - unique identifier of local delivery option
23471
+ * @readonly
23472
+ */
23454
23473
  _id?: string | null;
23455
23474
  /** Area name of Local Delivery Option */
23456
23475
  areaName?: string | null;
@@ -23758,6 +23777,7 @@ interface Cursors$8 {
23758
23777
  prev?: string | null;
23759
23778
  }
23760
23779
  interface UpdateLocalDeliveryOptionRequest {
23780
+ /** LocalDeliveryOption to be updated, may be partial. */
23761
23781
  localDeliveryOption: LocalDeliveryOption;
23762
23782
  }
23763
23783
  interface UpdateLocalDeliveryOptionResponse {
@@ -24064,7 +24084,10 @@ interface UpdateLocalDeliveryOption {
24064
24084
  zipConfig?: ZipCodeConfig;
24065
24085
  radiusConfig?: RadiusConfig;
24066
24086
  customAreaConfig?: CustomAreaConfig;
24067
- /** LocalDeliveryOptionId - unique identifier of local delivery option */
24087
+ /**
24088
+ * LocalDeliveryOptionId - unique identifier of local delivery option
24089
+ * @readonly
24090
+ */
24068
24091
  _id?: string | null;
24069
24092
  /** Area name of Local Delivery Option */
24070
24093
  areaName?: string | null;
@@ -24829,11 +24852,20 @@ declare enum PaymentStatus$1 {
24829
24852
  PENDING = "PENDING",
24830
24853
  /** At least one payment was received and approved, covering less than total price amount */
24831
24854
  PARTIALLY_PAID = "PARTIALLY_PAID",
24832
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
24855
+ /**
24856
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
24857
+ * @documentationMaturity preview
24858
+ */
24833
24859
  PENDING_MERCHANT = "PENDING_MERCHANT",
24834
- /** Payment was canceled by user on payment provider side */
24860
+ /**
24861
+ * Payment was canceled by user on payment provider side
24862
+ * @documentationMaturity preview
24863
+ */
24835
24864
  CANCELED = "CANCELED",
24836
- /** Payment was declined by payment provider */
24865
+ /**
24866
+ * Payment was declined by payment provider
24867
+ * @documentationMaturity preview
24868
+ */
24837
24869
  DECLINED = "DECLINED"
24838
24870
  }
24839
24871
  declare enum FulfillmentStatus$1 {
@@ -25042,7 +25074,9 @@ declare enum OrderStatus {
25042
25074
  INITIALIZED = "INITIALIZED",
25043
25075
  APPROVED = "APPROVED",
25044
25076
  CANCELED = "CANCELED",
25077
+ /** @documentationMaturity preview */
25045
25078
  PENDING = "PENDING",
25079
+ /** @documentationMaturity preview */
25046
25080
  REJECTED = "REJECTED"
25047
25081
  }
25048
25082
  interface TaxSummary$1 {
@@ -25553,10 +25587,15 @@ declare enum ActivityType$1 {
25553
25587
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
25554
25588
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
25555
25589
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
25590
+ /** @documentationMaturity preview */
25556
25591
  PAYMENT_PENDING = "PAYMENT_PENDING",
25592
+ /** @documentationMaturity preview */
25557
25593
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
25594
+ /** @documentationMaturity preview */
25558
25595
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
25596
+ /** @documentationMaturity preview */
25559
25597
  ORDER_PENDING = "ORDER_PENDING",
25598
+ /** @documentationMaturity preview */
25560
25599
  ORDER_REJECTED = "ORDER_REJECTED"
25561
25600
  }
25562
25601
  declare enum AttributionSource {
@@ -20719,11 +20719,20 @@ declare enum PaymentStatus$2 {
20719
20719
  PENDING = "PENDING",
20720
20720
  /** At least one payment was received and approved, covering less than total price amount */
20721
20721
  PARTIALLY_PAID = "PARTIALLY_PAID",
20722
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
20722
+ /**
20723
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
20724
+ * @documentationMaturity preview
20725
+ */
20723
20726
  PENDING_MERCHANT = "PENDING_MERCHANT",
20724
- /** Payment was canceled by user on payment provider side */
20727
+ /**
20728
+ * Payment was canceled by user on payment provider side
20729
+ * @documentationMaturity preview
20730
+ */
20725
20731
  CANCELED = "CANCELED",
20726
- /** Payment was declined by payment provider */
20732
+ /**
20733
+ * Payment was declined by payment provider
20734
+ * @documentationMaturity preview
20735
+ */
20727
20736
  DECLINED = "DECLINED"
20728
20737
  }
20729
20738
  declare enum FulfillmentStatus$3 {
@@ -20741,7 +20750,9 @@ declare enum OrderStatus$1 {
20741
20750
  INITIALIZED = "INITIALIZED",
20742
20751
  APPROVED = "APPROVED",
20743
20752
  CANCELED = "CANCELED",
20753
+ /** @documentationMaturity preview */
20744
20754
  PENDING = "PENDING",
20755
+ /** @documentationMaturity preview */
20745
20756
  REJECTED = "REJECTED"
20746
20757
  }
20747
20758
  interface Activity$2 extends ActivityContentOneOf$1 {
@@ -21118,10 +21129,15 @@ declare enum ActivityType$2 {
21118
21129
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
21119
21130
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
21120
21131
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
21132
+ /** @documentationMaturity preview */
21121
21133
  PAYMENT_PENDING = "PAYMENT_PENDING",
21134
+ /** @documentationMaturity preview */
21122
21135
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
21136
+ /** @documentationMaturity preview */
21123
21137
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
21138
+ /** @documentationMaturity preview */
21124
21139
  ORDER_PENDING = "ORDER_PENDING",
21140
+ /** @documentationMaturity preview */
21125
21141
  ORDER_REJECTED = "ORDER_REJECTED"
21126
21142
  }
21127
21143
  declare enum AttributionSource$1 {
@@ -23450,7 +23466,10 @@ interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
23450
23466
  zipConfig?: ZipCodeConfig;
23451
23467
  radiusConfig?: RadiusConfig;
23452
23468
  customAreaConfig?: CustomAreaConfig;
23453
- /** LocalDeliveryOptionId - unique identifier of local delivery option */
23469
+ /**
23470
+ * LocalDeliveryOptionId - unique identifier of local delivery option
23471
+ * @readonly
23472
+ */
23454
23473
  _id?: string | null;
23455
23474
  /** Area name of Local Delivery Option */
23456
23475
  areaName?: string | null;
@@ -23758,6 +23777,7 @@ interface Cursors$8 {
23758
23777
  prev?: string | null;
23759
23778
  }
23760
23779
  interface UpdateLocalDeliveryOptionRequest {
23780
+ /** LocalDeliveryOption to be updated, may be partial. */
23761
23781
  localDeliveryOption: LocalDeliveryOption;
23762
23782
  }
23763
23783
  interface UpdateLocalDeliveryOptionResponse {
@@ -24064,7 +24084,10 @@ interface UpdateLocalDeliveryOption {
24064
24084
  zipConfig?: ZipCodeConfig;
24065
24085
  radiusConfig?: RadiusConfig;
24066
24086
  customAreaConfig?: CustomAreaConfig;
24067
- /** LocalDeliveryOptionId - unique identifier of local delivery option */
24087
+ /**
24088
+ * LocalDeliveryOptionId - unique identifier of local delivery option
24089
+ * @readonly
24090
+ */
24068
24091
  _id?: string | null;
24069
24092
  /** Area name of Local Delivery Option */
24070
24093
  areaName?: string | null;
@@ -24829,11 +24852,20 @@ declare enum PaymentStatus$1 {
24829
24852
  PENDING = "PENDING",
24830
24853
  /** At least one payment was received and approved, covering less than total price amount */
24831
24854
  PARTIALLY_PAID = "PARTIALLY_PAID",
24832
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
24855
+ /**
24856
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
24857
+ * @documentationMaturity preview
24858
+ */
24833
24859
  PENDING_MERCHANT = "PENDING_MERCHANT",
24834
- /** Payment was canceled by user on payment provider side */
24860
+ /**
24861
+ * Payment was canceled by user on payment provider side
24862
+ * @documentationMaturity preview
24863
+ */
24835
24864
  CANCELED = "CANCELED",
24836
- /** Payment was declined by payment provider */
24865
+ /**
24866
+ * Payment was declined by payment provider
24867
+ * @documentationMaturity preview
24868
+ */
24837
24869
  DECLINED = "DECLINED"
24838
24870
  }
24839
24871
  declare enum FulfillmentStatus$1 {
@@ -25042,7 +25074,9 @@ declare enum OrderStatus {
25042
25074
  INITIALIZED = "INITIALIZED",
25043
25075
  APPROVED = "APPROVED",
25044
25076
  CANCELED = "CANCELED",
25077
+ /** @documentationMaturity preview */
25045
25078
  PENDING = "PENDING",
25079
+ /** @documentationMaturity preview */
25046
25080
  REJECTED = "REJECTED"
25047
25081
  }
25048
25082
  interface TaxSummary$1 {
@@ -25553,10 +25587,15 @@ declare enum ActivityType$1 {
25553
25587
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
25554
25588
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
25555
25589
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
25590
+ /** @documentationMaturity preview */
25556
25591
  PAYMENT_PENDING = "PAYMENT_PENDING",
25592
+ /** @documentationMaturity preview */
25557
25593
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
25594
+ /** @documentationMaturity preview */
25558
25595
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
25596
+ /** @documentationMaturity preview */
25559
25597
  ORDER_PENDING = "ORDER_PENDING",
25598
+ /** @documentationMaturity preview */
25560
25599
  ORDER_REJECTED = "ORDER_REJECTED"
25561
25600
  }
25562
25601
  declare enum AttributionSource {
@@ -22734,11 +22734,20 @@ declare enum PaymentStatus$3 {
22734
22734
  PENDING = "PENDING",
22735
22735
  /** At least one payment was received and approved, covering less than total price amount */
22736
22736
  PARTIALLY_PAID = "PARTIALLY_PAID",
22737
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
22737
+ /**
22738
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
22739
+ * @documentationMaturity preview
22740
+ */
22738
22741
  PENDING_MERCHANT = "PENDING_MERCHANT",
22739
- /** Payment was canceled by user on payment provider side */
22742
+ /**
22743
+ * Payment was canceled by user on payment provider side
22744
+ * @documentationMaturity preview
22745
+ */
22740
22746
  CANCELED = "CANCELED",
22741
- /** Payment was declined by payment provider */
22747
+ /**
22748
+ * Payment was declined by payment provider
22749
+ * @documentationMaturity preview
22750
+ */
22742
22751
  DECLINED = "DECLINED"
22743
22752
  }
22744
22753
  declare enum FulfillmentStatus$3 {
@@ -22756,7 +22765,9 @@ declare enum OrderStatus$3 {
22756
22765
  INITIALIZED = "INITIALIZED",
22757
22766
  APPROVED = "APPROVED",
22758
22767
  CANCELED = "CANCELED",
22768
+ /** @documentationMaturity preview */
22759
22769
  PENDING = "PENDING",
22770
+ /** @documentationMaturity preview */
22760
22771
  REJECTED = "REJECTED"
22761
22772
  }
22762
22773
  interface Activity$3 extends ActivityContentOneOf$3 {
@@ -22846,10 +22857,15 @@ declare enum ActivityType$3 {
22846
22857
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
22847
22858
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
22848
22859
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
22860
+ /** @documentationMaturity preview */
22849
22861
  PAYMENT_PENDING = "PAYMENT_PENDING",
22862
+ /** @documentationMaturity preview */
22850
22863
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
22864
+ /** @documentationMaturity preview */
22851
22865
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
22866
+ /** @documentationMaturity preview */
22852
22867
  ORDER_PENDING = "ORDER_PENDING",
22868
+ /** @documentationMaturity preview */
22853
22869
  ORDER_REJECTED = "ORDER_REJECTED"
22854
22870
  }
22855
22871
  declare enum AttributionSource$3 {
@@ -25361,11 +25377,20 @@ declare enum PaymentStatus$2 {
25361
25377
  PENDING = "PENDING",
25362
25378
  /** At least one payment was received and approved, covering less than total price amount */
25363
25379
  PARTIALLY_PAID = "PARTIALLY_PAID",
25364
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
25380
+ /**
25381
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
25382
+ * @documentationMaturity preview
25383
+ */
25365
25384
  PENDING_MERCHANT = "PENDING_MERCHANT",
25366
- /** Payment was canceled by user on payment provider side */
25385
+ /**
25386
+ * Payment was canceled by user on payment provider side
25387
+ * @documentationMaturity preview
25388
+ */
25367
25389
  CANCELED = "CANCELED",
25368
- /** Payment was declined by payment provider */
25390
+ /**
25391
+ * Payment was declined by payment provider
25392
+ * @documentationMaturity preview
25393
+ */
25369
25394
  DECLINED = "DECLINED"
25370
25395
  }
25371
25396
  declare enum FulfillmentStatus$2 {
@@ -25383,7 +25408,9 @@ declare enum OrderStatus$2 {
25383
25408
  INITIALIZED = "INITIALIZED",
25384
25409
  APPROVED = "APPROVED",
25385
25410
  CANCELED = "CANCELED",
25411
+ /** @documentationMaturity preview */
25386
25412
  PENDING = "PENDING",
25413
+ /** @documentationMaturity preview */
25387
25414
  REJECTED = "REJECTED"
25388
25415
  }
25389
25416
  interface Activity$2 extends ActivityContentOneOf$2 {
@@ -25473,10 +25500,15 @@ declare enum ActivityType$2 {
25473
25500
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
25474
25501
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
25475
25502
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
25503
+ /** @documentationMaturity preview */
25476
25504
  PAYMENT_PENDING = "PAYMENT_PENDING",
25505
+ /** @documentationMaturity preview */
25477
25506
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
25507
+ /** @documentationMaturity preview */
25478
25508
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
25509
+ /** @documentationMaturity preview */
25479
25510
  ORDER_PENDING = "ORDER_PENDING",
25511
+ /** @documentationMaturity preview */
25480
25512
  ORDER_REJECTED = "ORDER_REJECTED"
25481
25513
  }
25482
25514
  declare enum AttributionSource$2 {
@@ -27105,7 +27137,10 @@ interface LocalDeliveryOption$1 extends LocalDeliveryOptionConfigOneOf$1 {
27105
27137
  zipConfig?: ZipCodeConfig$1;
27106
27138
  radiusConfig?: RadiusConfig$1;
27107
27139
  customAreaConfig?: CustomAreaConfig$1;
27108
- /** LocalDeliveryOptionId - unique identifier of local delivery option */
27140
+ /**
27141
+ * LocalDeliveryOptionId - unique identifier of local delivery option
27142
+ * @readonly
27143
+ */
27109
27144
  id?: string | null;
27110
27145
  /** Area name of Local Delivery Option */
27111
27146
  areaName?: string | null;
@@ -27413,6 +27448,7 @@ interface Cursors$f {
27413
27448
  prev?: string | null;
27414
27449
  }
27415
27450
  interface UpdateLocalDeliveryOptionRequest$1 {
27451
+ /** LocalDeliveryOption to be updated, may be partial. */
27416
27452
  localDeliveryOption: LocalDeliveryOption$1;
27417
27453
  }
27418
27454
  interface UpdateLocalDeliveryOptionResponse$1 {
@@ -27547,7 +27583,10 @@ interface LocalDeliveryOption extends LocalDeliveryOptionConfigOneOf {
27547
27583
  zipConfig?: ZipCodeConfig;
27548
27584
  radiusConfig?: RadiusConfig;
27549
27585
  customAreaConfig?: CustomAreaConfig;
27550
- /** LocalDeliveryOptionId - unique identifier of local delivery option */
27586
+ /**
27587
+ * LocalDeliveryOptionId - unique identifier of local delivery option
27588
+ * @readonly
27589
+ */
27551
27590
  _id?: string | null;
27552
27591
  /** Area name of Local Delivery Option */
27553
27592
  areaName?: string | null;
@@ -27855,6 +27894,7 @@ interface Cursors$e {
27855
27894
  prev?: string | null;
27856
27895
  }
27857
27896
  interface UpdateLocalDeliveryOptionRequest {
27897
+ /** LocalDeliveryOption to be updated, may be partial. */
27858
27898
  localDeliveryOption: LocalDeliveryOption;
27859
27899
  }
27860
27900
  interface UpdateLocalDeliveryOptionResponse {
@@ -28588,11 +28628,20 @@ declare enum PaymentStatus$1 {
28588
28628
  PENDING = "PENDING",
28589
28629
  /** At least one payment was received and approved, covering less than total price amount */
28590
28630
  PARTIALLY_PAID = "PARTIALLY_PAID",
28591
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
28631
+ /**
28632
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
28633
+ * @documentationMaturity preview
28634
+ */
28592
28635
  PENDING_MERCHANT = "PENDING_MERCHANT",
28593
- /** Payment was canceled by user on payment provider side */
28636
+ /**
28637
+ * Payment was canceled by user on payment provider side
28638
+ * @documentationMaturity preview
28639
+ */
28594
28640
  CANCELED = "CANCELED",
28595
- /** Payment was declined by payment provider */
28641
+ /**
28642
+ * Payment was declined by payment provider
28643
+ * @documentationMaturity preview
28644
+ */
28596
28645
  DECLINED = "DECLINED"
28597
28646
  }
28598
28647
  declare enum FulfillmentStatus$1 {
@@ -28815,7 +28864,9 @@ declare enum OrderStatus$1 {
28815
28864
  INITIALIZED = "INITIALIZED",
28816
28865
  APPROVED = "APPROVED",
28817
28866
  CANCELED = "CANCELED",
28867
+ /** @documentationMaturity preview */
28818
28868
  PENDING = "PENDING",
28869
+ /** @documentationMaturity preview */
28819
28870
  REJECTED = "REJECTED"
28820
28871
  }
28821
28872
  interface TaxSummary$3 {
@@ -29033,10 +29084,15 @@ declare enum ActivityType$1 {
29033
29084
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
29034
29085
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
29035
29086
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
29087
+ /** @documentationMaturity preview */
29036
29088
  PAYMENT_PENDING = "PAYMENT_PENDING",
29089
+ /** @documentationMaturity preview */
29037
29090
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
29091
+ /** @documentationMaturity preview */
29038
29092
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
29093
+ /** @documentationMaturity preview */
29039
29094
  ORDER_PENDING = "ORDER_PENDING",
29095
+ /** @documentationMaturity preview */
29040
29096
  ORDER_REJECTED = "ORDER_REJECTED"
29041
29097
  }
29042
29098
  declare enum AttributionSource$1 {
@@ -30907,11 +30963,20 @@ declare enum PaymentStatus {
30907
30963
  PENDING = "PENDING",
30908
30964
  /** At least one payment was received and approved, covering less than total price amount */
30909
30965
  PARTIALLY_PAID = "PARTIALLY_PAID",
30910
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
30966
+ /**
30967
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
30968
+ * @documentationMaturity preview
30969
+ */
30911
30970
  PENDING_MERCHANT = "PENDING_MERCHANT",
30912
- /** Payment was canceled by user on payment provider side */
30971
+ /**
30972
+ * Payment was canceled by user on payment provider side
30973
+ * @documentationMaturity preview
30974
+ */
30913
30975
  CANCELED = "CANCELED",
30914
- /** Payment was declined by payment provider */
30976
+ /**
30977
+ * Payment was declined by payment provider
30978
+ * @documentationMaturity preview
30979
+ */
30915
30980
  DECLINED = "DECLINED"
30916
30981
  }
30917
30982
  declare enum FulfillmentStatus {
@@ -31114,7 +31179,9 @@ declare enum OrderStatus {
31114
31179
  INITIALIZED = "INITIALIZED",
31115
31180
  APPROVED = "APPROVED",
31116
31181
  CANCELED = "CANCELED",
31182
+ /** @documentationMaturity preview */
31117
31183
  PENDING = "PENDING",
31184
+ /** @documentationMaturity preview */
31118
31185
  REJECTED = "REJECTED"
31119
31186
  }
31120
31187
  interface TaxSummary$2 {
@@ -31332,10 +31399,15 @@ declare enum ActivityType {
31332
31399
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
31333
31400
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
31334
31401
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
31402
+ /** @documentationMaturity preview */
31335
31403
  PAYMENT_PENDING = "PAYMENT_PENDING",
31404
+ /** @documentationMaturity preview */
31336
31405
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
31406
+ /** @documentationMaturity preview */
31337
31407
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
31408
+ /** @documentationMaturity preview */
31338
31409
  ORDER_PENDING = "ORDER_PENDING",
31410
+ /** @documentationMaturity preview */
31339
31411
  ORDER_REJECTED = "ORDER_REJECTED"
31340
31412
  }
31341
31413
  declare enum AttributionSource {
@@ -3282,11 +3282,20 @@ declare enum PaymentStatus {
3282
3282
  PENDING = "PENDING",
3283
3283
  /** At least one payment was received and approved, covering less than total price amount */
3284
3284
  PARTIALLY_PAID = "PARTIALLY_PAID",
3285
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
3285
+ /**
3286
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
3287
+ * @documentationMaturity preview
3288
+ */
3286
3289
  PENDING_MERCHANT = "PENDING_MERCHANT",
3287
- /** Payment was canceled by user on payment provider side */
3290
+ /**
3291
+ * Payment was canceled by user on payment provider side
3292
+ * @documentationMaturity preview
3293
+ */
3288
3294
  CANCELED = "CANCELED",
3289
- /** Payment was declined by payment provider */
3295
+ /**
3296
+ * Payment was declined by payment provider
3297
+ * @documentationMaturity preview
3298
+ */
3290
3299
  DECLINED = "DECLINED"
3291
3300
  }
3292
3301
  declare enum FulfillmentStatus {
@@ -3495,7 +3504,9 @@ declare enum OrderStatus {
3495
3504
  INITIALIZED = "INITIALIZED",
3496
3505
  APPROVED = "APPROVED",
3497
3506
  CANCELED = "CANCELED",
3507
+ /** @documentationMaturity preview */
3498
3508
  PENDING = "PENDING",
3509
+ /** @documentationMaturity preview */
3499
3510
  REJECTED = "REJECTED"
3500
3511
  }
3501
3512
  interface TaxSummary {
@@ -4006,10 +4017,15 @@ declare enum ActivityType {
4006
4017
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
4007
4018
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
4008
4019
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
4020
+ /** @documentationMaturity preview */
4009
4021
  PAYMENT_PENDING = "PAYMENT_PENDING",
4022
+ /** @documentationMaturity preview */
4010
4023
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
4024
+ /** @documentationMaturity preview */
4011
4025
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
4026
+ /** @documentationMaturity preview */
4012
4027
  ORDER_PENDING = "ORDER_PENDING",
4028
+ /** @documentationMaturity preview */
4013
4029
  ORDER_REJECTED = "ORDER_REJECTED"
4014
4030
  }
4015
4031
  declare enum AttributionSource {
@@ -3282,11 +3282,20 @@ declare enum PaymentStatus {
3282
3282
  PENDING = "PENDING",
3283
3283
  /** At least one payment was received and approved, covering less than total price amount */
3284
3284
  PARTIALLY_PAID = "PARTIALLY_PAID",
3285
- /** Payment received but not yet confirmed by the payment provider and waits for some user action */
3285
+ /**
3286
+ * Payment received but not yet confirmed by the payment provider and waits for some user action
3287
+ * @documentationMaturity preview
3288
+ */
3286
3289
  PENDING_MERCHANT = "PENDING_MERCHANT",
3287
- /** Payment was canceled by user on payment provider side */
3290
+ /**
3291
+ * Payment was canceled by user on payment provider side
3292
+ * @documentationMaturity preview
3293
+ */
3288
3294
  CANCELED = "CANCELED",
3289
- /** Payment was declined by payment provider */
3295
+ /**
3296
+ * Payment was declined by payment provider
3297
+ * @documentationMaturity preview
3298
+ */
3290
3299
  DECLINED = "DECLINED"
3291
3300
  }
3292
3301
  declare enum FulfillmentStatus {
@@ -3495,7 +3504,9 @@ declare enum OrderStatus {
3495
3504
  INITIALIZED = "INITIALIZED",
3496
3505
  APPROVED = "APPROVED",
3497
3506
  CANCELED = "CANCELED",
3507
+ /** @documentationMaturity preview */
3498
3508
  PENDING = "PENDING",
3509
+ /** @documentationMaturity preview */
3499
3510
  REJECTED = "REJECTED"
3500
3511
  }
3501
3512
  interface TaxSummary {
@@ -4006,10 +4017,15 @@ declare enum ActivityType {
4006
4017
  ORDER_PARTIALLY_PAID = "ORDER_PARTIALLY_PAID",
4007
4018
  DRAFT_ORDER_CHANGES_APPLIED = "DRAFT_ORDER_CHANGES_APPLIED",
4008
4019
  SAVED_PAYMENT_METHOD = "SAVED_PAYMENT_METHOD",
4020
+ /** @documentationMaturity preview */
4009
4021
  PAYMENT_PENDING = "PAYMENT_PENDING",
4022
+ /** @documentationMaturity preview */
4010
4023
  PAYMENT_CANCELED = "PAYMENT_CANCELED",
4024
+ /** @documentationMaturity preview */
4011
4025
  PAYMENT_DECLINED = "PAYMENT_DECLINED",
4026
+ /** @documentationMaturity preview */
4012
4027
  ORDER_PENDING = "ORDER_PENDING",
4028
+ /** @documentationMaturity preview */
4013
4029
  ORDER_REJECTED = "ORDER_REJECTED"
4014
4030
  }
4015
4031
  declare enum AttributionSource {