@spree/docs 0.1.148 → 0.1.149
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.
|
@@ -9806,6 +9806,20 @@ components:
|
|
|
9806
9806
|
bearerFormat: JWT
|
|
9807
9807
|
description: JWT token for authenticated customers
|
|
9808
9808
|
schemas:
|
|
9809
|
+
ClaimReason:
|
|
9810
|
+
type: object
|
|
9811
|
+
properties:
|
|
9812
|
+
id:
|
|
9813
|
+
type: string
|
|
9814
|
+
name:
|
|
9815
|
+
type: string
|
|
9816
|
+
active:
|
|
9817
|
+
type: boolean
|
|
9818
|
+
required:
|
|
9819
|
+
- id
|
|
9820
|
+
- name
|
|
9821
|
+
- active
|
|
9822
|
+
x-typelizer: true
|
|
9809
9823
|
PaginationMeta:
|
|
9810
9824
|
type: object
|
|
9811
9825
|
properties:
|
|
@@ -10587,8 +10601,6 @@ components:
|
|
|
10587
10601
|
type: string
|
|
10588
10602
|
status:
|
|
10589
10603
|
type: string
|
|
10590
|
-
claim_type:
|
|
10591
|
-
type: string
|
|
10592
10604
|
resolution:
|
|
10593
10605
|
type: string
|
|
10594
10606
|
nullable: true
|
|
@@ -10614,6 +10626,8 @@ components:
|
|
|
10614
10626
|
canceled_at:
|
|
10615
10627
|
type: string
|
|
10616
10628
|
nullable: true
|
|
10629
|
+
reason:
|
|
10630
|
+
"$ref": "#/components/schemas/ClaimReason"
|
|
10617
10631
|
claim_line_items:
|
|
10618
10632
|
type: array
|
|
10619
10633
|
items:
|
|
@@ -10622,7 +10636,6 @@ components:
|
|
|
10622
10636
|
- id
|
|
10623
10637
|
- number
|
|
10624
10638
|
- status
|
|
10625
|
-
- claim_type
|
|
10626
10639
|
- resolution
|
|
10627
10640
|
- order_id
|
|
10628
10641
|
- reason_id
|
|
@@ -12578,6 +12591,8 @@ components:
|
|
|
12578
12591
|
canceled_at:
|
|
12579
12592
|
type: string
|
|
12580
12593
|
nullable: true
|
|
12594
|
+
reason:
|
|
12595
|
+
"$ref": "#/components/schemas/ReturnReason"
|
|
12581
12596
|
return_line_items:
|
|
12582
12597
|
type: array
|
|
12583
12598
|
items:
|
|
@@ -12595,6 +12610,20 @@ components:
|
|
|
12595
12610
|
- refunded_at
|
|
12596
12611
|
- canceled_at
|
|
12597
12612
|
x-typelizer: true
|
|
12613
|
+
ReturnReason:
|
|
12614
|
+
type: object
|
|
12615
|
+
properties:
|
|
12616
|
+
id:
|
|
12617
|
+
type: string
|
|
12618
|
+
name:
|
|
12619
|
+
type: string
|
|
12620
|
+
active:
|
|
12621
|
+
type: boolean
|
|
12622
|
+
required:
|
|
12623
|
+
- id
|
|
12624
|
+
- name
|
|
12625
|
+
- active
|
|
12626
|
+
x-typelizer: true
|
|
12598
12627
|
State:
|
|
12599
12628
|
type: object
|
|
12600
12629
|
properties:
|