@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.
- package/dist/client.esm.js +9898 -2120
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/Orders.d.ts +19 -1
- package/dist/generated/data-contracts.d.ts +86 -78
- package/dist/mock-data/v2/consumer-return/all.d.ts +1141 -1
- package/dist/mock-data/v2/order/all.d.ts +1135 -1
- package/dist/mock-data/v2/shipnotice/all.d.ts +771 -1
- package/dist/mock-data/v2_1/consumer-return/all.d.ts +160 -1
- package/dist/mock-data/v2_1/order/all.d.ts +573 -1
- package/dist/mock-data/v2_1/shipnotice/all.d.ts +196 -1
- package/package.json +1 -1
|
@@ -1 +1,196 @@
|
|
|
1
|
-
export declare const ApiV21ShipnoticeAllExample:
|
|
1
|
+
export declare const ApiV21ShipnoticeAllExample: ({
|
|
2
|
+
id: number;
|
|
3
|
+
customer_id: number;
|
|
4
|
+
warehouse_id: number;
|
|
5
|
+
sender: string;
|
|
6
|
+
eta: string;
|
|
7
|
+
status: number;
|
|
8
|
+
status_name: string;
|
|
9
|
+
received_by: null;
|
|
10
|
+
notes_by_whiplash: string;
|
|
11
|
+
notes_by_customer: string;
|
|
12
|
+
total_boxes: null;
|
|
13
|
+
created_at: string;
|
|
14
|
+
updated_at: string;
|
|
15
|
+
arrived_at: string;
|
|
16
|
+
skip_images: null;
|
|
17
|
+
easypostable_id: null;
|
|
18
|
+
easypostable_type: string;
|
|
19
|
+
shipping_label_url: null;
|
|
20
|
+
ship_actual_cost: null;
|
|
21
|
+
shipping_method_text: null;
|
|
22
|
+
shipping_method_id: null;
|
|
23
|
+
tracking: string;
|
|
24
|
+
order_id: null;
|
|
25
|
+
type: string;
|
|
26
|
+
postage_billed: null;
|
|
27
|
+
handling_billed: null;
|
|
28
|
+
ship_3rdparty_cost: null;
|
|
29
|
+
requires_label: boolean;
|
|
30
|
+
completed_at: string;
|
|
31
|
+
complete_by: string;
|
|
32
|
+
ship_actual_currency: null;
|
|
33
|
+
delivered_at: string;
|
|
34
|
+
due_at: null;
|
|
35
|
+
meta_data: null;
|
|
36
|
+
reference: null;
|
|
37
|
+
shipnotice_item_count: number;
|
|
38
|
+
shipnotice_item_sku_count: number;
|
|
39
|
+
shipnotice_item_quantity: number;
|
|
40
|
+
quantities_verified: null;
|
|
41
|
+
bol_proxy: null;
|
|
42
|
+
mid_code: null;
|
|
43
|
+
zone_status: null;
|
|
44
|
+
originator: {
|
|
45
|
+
id: number;
|
|
46
|
+
originated_id: null;
|
|
47
|
+
originated_type: string;
|
|
48
|
+
shop_id: null;
|
|
49
|
+
provider: string;
|
|
50
|
+
original_id: string;
|
|
51
|
+
group_id: string;
|
|
52
|
+
misc: null;
|
|
53
|
+
active: boolean;
|
|
54
|
+
integration_id: null;
|
|
55
|
+
last_notified_at: null;
|
|
56
|
+
last_notification_status: null;
|
|
57
|
+
distinct_originator_key: null;
|
|
58
|
+
created_at: string;
|
|
59
|
+
updated_at: string;
|
|
60
|
+
application_id: number;
|
|
61
|
+
};
|
|
62
|
+
customer_name: string;
|
|
63
|
+
warehouse_name: string;
|
|
64
|
+
inspection_required: boolean;
|
|
65
|
+
processing_started_at: string;
|
|
66
|
+
} | {
|
|
67
|
+
id: number;
|
|
68
|
+
customer_id: number;
|
|
69
|
+
warehouse_id: number;
|
|
70
|
+
sender: string;
|
|
71
|
+
eta: string;
|
|
72
|
+
status: number;
|
|
73
|
+
status_name: string;
|
|
74
|
+
received_by: null;
|
|
75
|
+
notes_by_whiplash: string;
|
|
76
|
+
notes_by_customer: string;
|
|
77
|
+
total_boxes: null;
|
|
78
|
+
created_at: string;
|
|
79
|
+
updated_at: string;
|
|
80
|
+
arrived_at: null;
|
|
81
|
+
skip_images: null;
|
|
82
|
+
easypostable_id: null;
|
|
83
|
+
easypostable_type: string;
|
|
84
|
+
shipping_label_url: null;
|
|
85
|
+
ship_actual_cost: null;
|
|
86
|
+
shipping_method_text: null;
|
|
87
|
+
shipping_method_id: null;
|
|
88
|
+
tracking: string;
|
|
89
|
+
order_id: null;
|
|
90
|
+
type: string;
|
|
91
|
+
postage_billed: null;
|
|
92
|
+
handling_billed: null;
|
|
93
|
+
ship_3rdparty_cost: null;
|
|
94
|
+
requires_label: boolean;
|
|
95
|
+
completed_at: null;
|
|
96
|
+
complete_by: string;
|
|
97
|
+
ship_actual_currency: null;
|
|
98
|
+
delivered_at: null;
|
|
99
|
+
due_at: null;
|
|
100
|
+
meta_data: null;
|
|
101
|
+
reference: null;
|
|
102
|
+
shipnotice_item_count: number;
|
|
103
|
+
shipnotice_item_sku_count: number;
|
|
104
|
+
shipnotice_item_quantity: number;
|
|
105
|
+
quantities_verified: null;
|
|
106
|
+
bol_proxy: null;
|
|
107
|
+
mid_code: null;
|
|
108
|
+
zone_status: null;
|
|
109
|
+
originator: {
|
|
110
|
+
id: number;
|
|
111
|
+
originated_id: null;
|
|
112
|
+
originated_type: string;
|
|
113
|
+
shop_id: null;
|
|
114
|
+
provider: string;
|
|
115
|
+
original_id: string;
|
|
116
|
+
group_id: string;
|
|
117
|
+
misc: null;
|
|
118
|
+
active: boolean;
|
|
119
|
+
integration_id: null;
|
|
120
|
+
last_notified_at: null;
|
|
121
|
+
last_notification_status: null;
|
|
122
|
+
distinct_originator_key: null;
|
|
123
|
+
created_at: string;
|
|
124
|
+
updated_at: string;
|
|
125
|
+
application_id: number;
|
|
126
|
+
};
|
|
127
|
+
customer_name: string;
|
|
128
|
+
warehouse_name: string;
|
|
129
|
+
inspection_required: boolean;
|
|
130
|
+
processing_started_at: null;
|
|
131
|
+
} | {
|
|
132
|
+
id: number;
|
|
133
|
+
customer_id: number;
|
|
134
|
+
warehouse_id: number;
|
|
135
|
+
sender: string;
|
|
136
|
+
eta: string;
|
|
137
|
+
status: number;
|
|
138
|
+
status_name: string;
|
|
139
|
+
received_by: null;
|
|
140
|
+
notes_by_whiplash: string;
|
|
141
|
+
notes_by_customer: string;
|
|
142
|
+
total_boxes: null;
|
|
143
|
+
created_at: string;
|
|
144
|
+
updated_at: string;
|
|
145
|
+
arrived_at: string;
|
|
146
|
+
skip_images: null;
|
|
147
|
+
easypostable_id: null;
|
|
148
|
+
easypostable_type: string;
|
|
149
|
+
shipping_label_url: null;
|
|
150
|
+
ship_actual_cost: null;
|
|
151
|
+
shipping_method_text: null;
|
|
152
|
+
shipping_method_id: null;
|
|
153
|
+
tracking: string;
|
|
154
|
+
order_id: null;
|
|
155
|
+
type: string;
|
|
156
|
+
postage_billed: null;
|
|
157
|
+
handling_billed: null;
|
|
158
|
+
ship_3rdparty_cost: null;
|
|
159
|
+
requires_label: boolean;
|
|
160
|
+
completed_at: null;
|
|
161
|
+
complete_by: string;
|
|
162
|
+
ship_actual_currency: null;
|
|
163
|
+
delivered_at: string;
|
|
164
|
+
due_at: null;
|
|
165
|
+
meta_data: null;
|
|
166
|
+
reference: null;
|
|
167
|
+
shipnotice_item_count: number;
|
|
168
|
+
shipnotice_item_sku_count: number;
|
|
169
|
+
shipnotice_item_quantity: number;
|
|
170
|
+
quantities_verified: null;
|
|
171
|
+
bol_proxy: null;
|
|
172
|
+
mid_code: null;
|
|
173
|
+
zone_status: null;
|
|
174
|
+
originator: {
|
|
175
|
+
id: number;
|
|
176
|
+
originated_id: null;
|
|
177
|
+
originated_type: string;
|
|
178
|
+
shop_id: null;
|
|
179
|
+
provider: string;
|
|
180
|
+
original_id: string;
|
|
181
|
+
group_id: string;
|
|
182
|
+
misc: null;
|
|
183
|
+
active: boolean;
|
|
184
|
+
integration_id: null;
|
|
185
|
+
last_notified_at: null;
|
|
186
|
+
last_notification_status: null;
|
|
187
|
+
distinct_originator_key: null;
|
|
188
|
+
created_at: string;
|
|
189
|
+
updated_at: string;
|
|
190
|
+
application_id: number;
|
|
191
|
+
};
|
|
192
|
+
customer_name: string;
|
|
193
|
+
warehouse_name: string;
|
|
194
|
+
inspection_required: boolean;
|
|
195
|
+
processing_started_at: null;
|
|
196
|
+
})[];
|