@whiplashmerch/whiplash-api-client 3.0.1 → 3.0.2

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.
@@ -1 +1,160 @@
1
- export declare const ApiV21ConsumerReturnAllExample: never[];
1
+ export declare const ApiV21ConsumerReturnAllExample: ({
2
+ id: number;
3
+ order_id: number;
4
+ customer_id: number;
5
+ warehouse_id: number;
6
+ sender: string;
7
+ eta: string;
8
+ status: number;
9
+ status_name: string;
10
+ received_by: null;
11
+ notes_by_whiplash: string;
12
+ notes_by_customer: string;
13
+ total_boxes: null;
14
+ created_at: string;
15
+ updated_at: string;
16
+ arrived_at: string;
17
+ skip_images: null;
18
+ easypostable_id: null;
19
+ easypostable_type: string;
20
+ shipping_label_url: null;
21
+ ship_actual_cost: null;
22
+ shipping_method_text: null;
23
+ tracking: string;
24
+ type: string;
25
+ postage_billed: null;
26
+ handling_billed: null;
27
+ ship_3rdparty_cost: null;
28
+ requires_label: boolean;
29
+ completed_at: string;
30
+ ship_actual_currency: null;
31
+ delivered_at: string;
32
+ due_at: null;
33
+ reference: null;
34
+ originator: {
35
+ id: number;
36
+ originated_id: null;
37
+ originated_type: string;
38
+ shop_id: null;
39
+ provider: string;
40
+ original_id: string;
41
+ group_id: string;
42
+ misc: null;
43
+ active: boolean;
44
+ integration_id: null;
45
+ last_notified_at: null;
46
+ last_notification_status: null;
47
+ distinct_originator_key: null;
48
+ created_at: string;
49
+ updated_at: string;
50
+ application_id: number;
51
+ };
52
+ customer_name: string;
53
+ warehouse_name: string;
54
+ } | {
55
+ id: number;
56
+ order_id: number;
57
+ customer_id: number;
58
+ warehouse_id: number;
59
+ sender: string;
60
+ eta: string;
61
+ status: number;
62
+ status_name: string;
63
+ received_by: null;
64
+ notes_by_whiplash: string;
65
+ notes_by_customer: string;
66
+ total_boxes: null;
67
+ created_at: string;
68
+ updated_at: string;
69
+ arrived_at: null;
70
+ skip_images: null;
71
+ easypostable_id: null;
72
+ easypostable_type: string;
73
+ shipping_label_url: null;
74
+ ship_actual_cost: null;
75
+ shipping_method_text: null;
76
+ tracking: string;
77
+ type: string;
78
+ postage_billed: null;
79
+ handling_billed: null;
80
+ ship_3rdparty_cost: null;
81
+ requires_label: boolean;
82
+ completed_at: null;
83
+ ship_actual_currency: null;
84
+ delivered_at: null;
85
+ due_at: null;
86
+ reference: null;
87
+ originator: {
88
+ id: number;
89
+ originated_id: null;
90
+ originated_type: string;
91
+ shop_id: null;
92
+ provider: string;
93
+ original_id: string;
94
+ group_id: string;
95
+ misc: null;
96
+ active: boolean;
97
+ integration_id: null;
98
+ last_notified_at: null;
99
+ last_notification_status: null;
100
+ distinct_originator_key: null;
101
+ created_at: string;
102
+ updated_at: string;
103
+ application_id: number;
104
+ };
105
+ customer_name: string;
106
+ warehouse_name: string;
107
+ } | {
108
+ id: number;
109
+ order_id: number;
110
+ customer_id: number;
111
+ warehouse_id: number;
112
+ sender: string;
113
+ eta: string;
114
+ status: number;
115
+ status_name: string;
116
+ received_by: null;
117
+ notes_by_whiplash: string;
118
+ notes_by_customer: string;
119
+ total_boxes: null;
120
+ created_at: string;
121
+ updated_at: string;
122
+ arrived_at: string;
123
+ skip_images: null;
124
+ easypostable_id: null;
125
+ easypostable_type: string;
126
+ shipping_label_url: null;
127
+ ship_actual_cost: null;
128
+ shipping_method_text: null;
129
+ tracking: string;
130
+ type: string;
131
+ postage_billed: null;
132
+ handling_billed: null;
133
+ ship_3rdparty_cost: null;
134
+ requires_label: boolean;
135
+ completed_at: null;
136
+ ship_actual_currency: null;
137
+ delivered_at: string;
138
+ due_at: null;
139
+ reference: null;
140
+ originator: {
141
+ id: number;
142
+ originated_id: null;
143
+ originated_type: string;
144
+ shop_id: null;
145
+ provider: string;
146
+ original_id: string;
147
+ group_id: string;
148
+ misc: null;
149
+ active: boolean;
150
+ integration_id: null;
151
+ last_notified_at: null;
152
+ last_notification_status: null;
153
+ distinct_originator_key: null;
154
+ created_at: string;
155
+ updated_at: string;
156
+ application_id: number;
157
+ };
158
+ customer_name: string;
159
+ warehouse_name: string;
160
+ })[];