@whiplashmerch/whiplash-api-client 3.1.2 → 3.1.3

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.
Files changed (26) hide show
  1. package/dist/client.esm.js +1231 -11
  2. package/dist/client.esm.js.map +1 -1
  3. package/dist/mock-data/index.d.ts +22 -0
  4. package/dist/mock-data/v2/bill-of-lading/child-bols.d.ts +34 -0
  5. package/dist/mock-data/v2/bill-of-lading/master-bol.d.ts +34 -0
  6. package/dist/mock-data/v2/load/closed-listing.d.ts +22 -0
  7. package/dist/mock-data/v2/load/closed.d.ts +22 -0
  8. package/dist/mock-data/v2/load/open-with-batches.d.ts +22 -0
  9. package/dist/mock-data/v2/load/open-with-bol.d.ts +22 -0
  10. package/dist/mock-data/v2/load/open-with-notes.d.ts +22 -0
  11. package/dist/mock-data/v2/load/trait-closeable-all-met.d.ts +8 -0
  12. package/dist/mock-data/v2/load/trait-closeable-partial.d.ts +8 -0
  13. package/dist/mock-data/v2/order-batch/in-load-with-bol.d.ts +203 -0
  14. package/dist/mock-data/v2/order-batch/in-load-with-grouping.d.ts +99 -0
  15. package/dist/mock-data/v2_1/bill-of-lading/child-bols.d.ts +32 -0
  16. package/dist/mock-data/v2_1/bill-of-lading/master-bol.d.ts +32 -0
  17. package/dist/mock-data/v2_1/load/closed-listing.d.ts +22 -0
  18. package/dist/mock-data/v2_1/load/closed.d.ts +22 -0
  19. package/dist/mock-data/v2_1/load/open-with-batches.d.ts +22 -0
  20. package/dist/mock-data/v2_1/load/open-with-bol.d.ts +22 -0
  21. package/dist/mock-data/v2_1/load/open-with-notes.d.ts +22 -0
  22. package/dist/mock-data/v2_1/load/trait-closeable-all-met.d.ts +8 -0
  23. package/dist/mock-data/v2_1/load/trait-closeable-partial.d.ts +8 -0
  24. package/dist/mock-data/v2_1/order-batch/in-load-with-bol.d.ts +43 -0
  25. package/dist/mock-data/v2_1/order-batch/in-load-with-grouping.d.ts +43 -0
  26. package/package.json +1 -1
@@ -1,3 +1,5 @@
1
+ export * from './v2/bill-of-lading/master-bol';
2
+ export * from './v2/bill-of-lading/child-bols';
1
3
  export * from './v2/consumer-return/all';
2
4
  export * from './v2/consumer-return/in-transit';
3
5
  export * from './v2/customer/normal';
@@ -6,8 +8,17 @@ export * from './v2/item/packaging';
6
8
  export * from './v2/item/bundle';
7
9
  export * from './v2/item/single';
8
10
  export * from './v2/load/open-no-bol';
11
+ export * from './v2/load/open-with-batches';
12
+ export * from './v2/load/open-with-notes';
13
+ export * from './v2/load/open-with-bol';
14
+ export * from './v2/load/closed';
15
+ export * from './v2/load/closed-listing';
16
+ export * from './v2/load/trait-closeable-all-met';
17
+ export * from './v2/load/trait-closeable-partial';
9
18
  export * from './v2/load/created';
10
19
  export * from './v2/order-batch/in-load';
20
+ export * from './v2/order-batch/in-load-with-grouping';
21
+ export * from './v2/order-batch/in-load-with-bol';
11
22
  export * from './v2/location/multiple';
12
23
  export * from './v2/location/single';
13
24
  export * from './v2/nav/normal';
@@ -21,6 +32,8 @@ export * from './v2/user/normal';
21
32
  export * from './v2/warehouse/normal';
22
33
  export * from './v2_1/account-transaction/created';
23
34
  export * from './v2_1/account/created';
35
+ export * from './v2_1/bill-of-lading/master-bol';
36
+ export * from './v2_1/bill-of-lading/child-bols';
24
37
  export * from './v2_1/bill-of-lading/created';
25
38
  export * from './v2_1/address/created';
26
39
  export * from './v2_1/broadcast/created';
@@ -42,8 +55,17 @@ export * from './v2_1/item/bundle';
42
55
  export * from './v2_1/item/created';
43
56
  export * from './v2_1/load-scac/created';
44
57
  export * from './v2_1/load/open-no-bol';
58
+ export * from './v2_1/load/open-with-batches';
59
+ export * from './v2_1/load/open-with-notes';
60
+ export * from './v2_1/load/open-with-bol';
61
+ export * from './v2_1/load/closed';
62
+ export * from './v2_1/load/closed-listing';
63
+ export * from './v2_1/load/trait-closeable-all-met';
64
+ export * from './v2_1/load/trait-closeable-partial';
45
65
  export * from './v2_1/load/created';
46
66
  export * from './v2_1/order-batch/in-load';
67
+ export * from './v2_1/order-batch/in-load-with-grouping';
68
+ export * from './v2_1/order-batch/in-load-with-bol';
47
69
  export * from './v2_1/location-audit/created';
48
70
  export * from './v2_1/location/multiple';
49
71
  export * from './v2_1/location/created';
@@ -0,0 +1,34 @@
1
+ export declare const ApiV2BillOfLadingChildBolsExample: {
2
+ id: number;
3
+ created_at: string;
4
+ updated_at: string;
5
+ printed_at: null;
6
+ picked_at: null;
7
+ number: string;
8
+ carrier_name: null;
9
+ cid_number: null;
10
+ dep_number: null;
11
+ freight_charge: null;
12
+ location_number: null;
13
+ pallet_count: number;
14
+ package_type: string;
15
+ package_hazmat: boolean;
16
+ packages_count: number;
17
+ packages_total: number;
18
+ packages_weight: number;
19
+ pro_number: null;
20
+ scac_number: null;
21
+ seal_number: null;
22
+ sid_number: null;
23
+ special_instructions: null;
24
+ trailer_number: null;
25
+ bol_type: string;
26
+ vics_number: null;
27
+ master_vics_number: null;
28
+ pdf_url: null;
29
+ warehouse_id: number;
30
+ nmfc_sub: null;
31
+ nmfc_class: null;
32
+ group_by_bol_numbers: boolean;
33
+ status: string;
34
+ }[];
@@ -0,0 +1,34 @@
1
+ export declare const ApiV2BillOfLadingMasterBolExample: {
2
+ id: number;
3
+ created_at: string;
4
+ updated_at: string;
5
+ printed_at: null;
6
+ picked_at: null;
7
+ number: string;
8
+ carrier_name: string;
9
+ cid_number: null;
10
+ dep_number: null;
11
+ freight_charge: string;
12
+ location_number: null;
13
+ pallet_count: number;
14
+ package_type: string;
15
+ package_hazmat: boolean;
16
+ packages_count: number;
17
+ packages_total: number;
18
+ packages_weight: number;
19
+ pro_number: string;
20
+ scac_number: string;
21
+ seal_number: null;
22
+ sid_number: null;
23
+ special_instructions: null;
24
+ trailer_number: null;
25
+ bol_type: string;
26
+ vics_number: null;
27
+ master_vics_number: string;
28
+ pdf_url: string;
29
+ warehouse_id: number;
30
+ nmfc_sub: null;
31
+ nmfc_class: null;
32
+ group_by_bol_numbers: boolean;
33
+ status: string;
34
+ };
@@ -0,0 +1,22 @@
1
+ export declare const ApiV2LoadClosedListingExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: string;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: number;
10
+ packages_total_weight: string;
11
+ packages_total_dimensional_weight: string;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: null;
18
+ bill_of_lading_id: number;
19
+ customer_id: number;
20
+ notes: null;
21
+ reference: null;
22
+ }[];
@@ -0,0 +1,22 @@
1
+ export declare const ApiV2LoadClosedExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: string;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: number;
10
+ packages_total_weight: string;
11
+ packages_total_dimensional_weight: string;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: null;
18
+ bill_of_lading_id: number;
19
+ customer_id: number;
20
+ notes: string;
21
+ reference: null;
22
+ }[];
@@ -0,0 +1,22 @@
1
+ export declare const ApiV2LoadOpenWithBatchesExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: null;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: null;
10
+ packages_total_weight: null;
11
+ packages_total_dimensional_weight: null;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: string;
18
+ bill_of_lading_id: null;
19
+ customer_id: number;
20
+ notes: null;
21
+ reference: null;
22
+ }[];
@@ -0,0 +1,22 @@
1
+ export declare const ApiV2LoadOpenWithBolExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: null;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: number;
10
+ packages_total_weight: string;
11
+ packages_total_dimensional_weight: string;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: string;
18
+ bill_of_lading_id: number;
19
+ customer_id: number;
20
+ notes: null;
21
+ reference: null;
22
+ }[];
@@ -0,0 +1,22 @@
1
+ export declare const ApiV2LoadOpenWithNotesExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: null;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: null;
10
+ packages_total_weight: null;
11
+ packages_total_dimensional_weight: null;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: string;
18
+ bill_of_lading_id: null;
19
+ customer_id: number;
20
+ notes: string;
21
+ reference: null;
22
+ }[];
@@ -0,0 +1,8 @@
1
+ export declare const ApiV2LoadTraitCloseableAllMetExample: {
2
+ result: {
3
+ all_batches_have_bol: boolean;
4
+ all_orders_packed: boolean;
5
+ all_orders_needs_routing: boolean;
6
+ routing_satisfied: boolean;
7
+ };
8
+ };
@@ -0,0 +1,8 @@
1
+ export declare const ApiV2LoadTraitCloseablePartialExample: {
2
+ result: {
3
+ all_batches_have_bol: boolean;
4
+ all_orders_packed: boolean;
5
+ all_orders_needs_routing: boolean;
6
+ routing_satisfied: boolean;
7
+ };
8
+ };
@@ -0,0 +1,203 @@
1
+ export declare const ApiV2OrderBatchInLoadWithBolExample: ({
2
+ id: number;
3
+ created_at: string;
4
+ updated_at: string;
5
+ status: number;
6
+ status_name: string;
7
+ warehouse_id: number;
8
+ assigned_to: null;
9
+ packingslips_pdf_url: string;
10
+ cf_packingslips_pdf_url: string;
11
+ packingslips_printed_at: null;
12
+ picklist_pdf_url: null;
13
+ started_at: null;
14
+ stopped_at: null;
15
+ expedited_shipping: null;
16
+ identical_orders: null;
17
+ pick_strategy: string;
18
+ single_item: null;
19
+ order_batch_item_count: number;
20
+ order_batch_item_quantity: number;
21
+ location_roles: string[];
22
+ actual_location_roles: never[];
23
+ short_form: null;
24
+ grouping_fields: {
25
+ wholesale_po_number: string;
26
+ wholesale_start_date: string;
27
+ wholesale_distribution_center: string;
28
+ };
29
+ bol_id: number;
30
+ call_in_date: null;
31
+ requested_ship_date: null;
32
+ bill_of_lading_id: number;
33
+ load_id: number;
34
+ customer_id: number;
35
+ packages_count: number;
36
+ packages_total_weight: null;
37
+ packages_total_dimensional_weight: null;
38
+ items_count: number;
39
+ items_total_quantity: number;
40
+ order_batch_request_id: null;
41
+ international: null;
42
+ expedited_orders: null;
43
+ prepack: null;
44
+ user: null;
45
+ warehouse: {
46
+ id: number;
47
+ name: string;
48
+ timezone: string;
49
+ timezone_raw: string;
50
+ partner_id: number;
51
+ shipping_address_1: string;
52
+ shipping_address_2: string;
53
+ shipping_city: string;
54
+ shipping_state: string;
55
+ shipping_zip: string;
56
+ shipping_country: string;
57
+ shipping_country_iso2: string;
58
+ latitude: number;
59
+ longitude: number;
60
+ slug: string;
61
+ default_pick_strategy: string;
62
+ bin_total_count_max: null;
63
+ bin_cubic_volume_max: null;
64
+ number_of_groups: null;
65
+ fedex_pickup_time: null;
66
+ active: boolean;
67
+ square_footage: number;
68
+ created_at: string;
69
+ updated_at: string;
70
+ ups_shipper_number: string;
71
+ email: string;
72
+ ups_carrier_facility: string;
73
+ currency: string;
74
+ vat: null;
75
+ domestic_return_labels: boolean;
76
+ international_return_labels: boolean;
77
+ accepting_new_customers: boolean;
78
+ receiving_hours: string;
79
+ pickup_hours: null;
80
+ contact_name: string;
81
+ contact_phone: null;
82
+ delivery_appointment_required: boolean;
83
+ label_format: string;
84
+ shipping_label_format: string;
85
+ loading_dock_quantity: number;
86
+ receiving_special_instructions: string;
87
+ single_item_batch_size: null;
88
+ packaging_customer_id: null;
89
+ notes: null;
90
+ warehouse_features: {
91
+ id: number;
92
+ feature: string;
93
+ feature_code: string;
94
+ created_at: string;
95
+ updated_at: string;
96
+ }[];
97
+ };
98
+ groups: {
99
+ 109432543: number;
100
+ 109432544?: undefined;
101
+ };
102
+ } | {
103
+ id: number;
104
+ created_at: string;
105
+ updated_at: string;
106
+ status: number;
107
+ status_name: string;
108
+ warehouse_id: number;
109
+ assigned_to: null;
110
+ packingslips_pdf_url: string;
111
+ cf_packingslips_pdf_url: string;
112
+ packingslips_printed_at: null;
113
+ picklist_pdf_url: null;
114
+ started_at: null;
115
+ stopped_at: null;
116
+ expedited_shipping: null;
117
+ identical_orders: null;
118
+ pick_strategy: string;
119
+ single_item: null;
120
+ order_batch_item_count: number;
121
+ order_batch_item_quantity: number;
122
+ location_roles: string[];
123
+ actual_location_roles: never[];
124
+ short_form: null;
125
+ grouping_fields: {
126
+ wholesale_po_number: string;
127
+ wholesale_start_date: string;
128
+ wholesale_distribution_center: string;
129
+ };
130
+ bol_id: number;
131
+ call_in_date: null;
132
+ requested_ship_date: null;
133
+ bill_of_lading_id: number;
134
+ load_id: number;
135
+ customer_id: number;
136
+ packages_count: number;
137
+ packages_total_weight: null;
138
+ packages_total_dimensional_weight: null;
139
+ items_count: number;
140
+ items_total_quantity: number;
141
+ order_batch_request_id: null;
142
+ international: null;
143
+ expedited_orders: null;
144
+ prepack: null;
145
+ user: null;
146
+ warehouse: {
147
+ id: number;
148
+ name: string;
149
+ timezone: string;
150
+ timezone_raw: string;
151
+ partner_id: number;
152
+ shipping_address_1: string;
153
+ shipping_address_2: string;
154
+ shipping_city: string;
155
+ shipping_state: string;
156
+ shipping_zip: string;
157
+ shipping_country: string;
158
+ shipping_country_iso2: string;
159
+ latitude: number;
160
+ longitude: number;
161
+ slug: string;
162
+ default_pick_strategy: string;
163
+ bin_total_count_max: null;
164
+ bin_cubic_volume_max: null;
165
+ number_of_groups: null;
166
+ fedex_pickup_time: null;
167
+ active: boolean;
168
+ square_footage: number;
169
+ created_at: string;
170
+ updated_at: string;
171
+ ups_shipper_number: string;
172
+ email: string;
173
+ ups_carrier_facility: string;
174
+ currency: string;
175
+ vat: null;
176
+ domestic_return_labels: boolean;
177
+ international_return_labels: boolean;
178
+ accepting_new_customers: boolean;
179
+ receiving_hours: string;
180
+ pickup_hours: null;
181
+ contact_name: string;
182
+ contact_phone: null;
183
+ delivery_appointment_required: boolean;
184
+ label_format: string;
185
+ shipping_label_format: string;
186
+ loading_dock_quantity: number;
187
+ receiving_special_instructions: string;
188
+ single_item_batch_size: null;
189
+ packaging_customer_id: null;
190
+ notes: null;
191
+ warehouse_features: {
192
+ id: number;
193
+ feature: string;
194
+ feature_code: string;
195
+ created_at: string;
196
+ updated_at: string;
197
+ }[];
198
+ };
199
+ groups: {
200
+ 109432544: number;
201
+ 109432543?: undefined;
202
+ };
203
+ })[];
@@ -0,0 +1,99 @@
1
+ export declare const ApiV2OrderBatchInLoadWithGroupingExample: {
2
+ id: number;
3
+ created_at: string;
4
+ updated_at: string;
5
+ status: number;
6
+ status_name: string;
7
+ warehouse_id: number;
8
+ assigned_to: null;
9
+ packingslips_pdf_url: string;
10
+ cf_packingslips_pdf_url: string;
11
+ packingslips_printed_at: null;
12
+ picklist_pdf_url: null;
13
+ started_at: null;
14
+ stopped_at: null;
15
+ expedited_shipping: null;
16
+ identical_orders: null;
17
+ pick_strategy: string;
18
+ single_item: null;
19
+ order_batch_item_count: number;
20
+ order_batch_item_quantity: number;
21
+ location_roles: string[];
22
+ actual_location_roles: never[];
23
+ short_form: null;
24
+ grouping_fields: {
25
+ wholesale_po_number: string;
26
+ wholesale_distribution_center: string;
27
+ wholesale_start_date: string;
28
+ };
29
+ bol_id: null;
30
+ call_in_date: null;
31
+ requested_ship_date: null;
32
+ bill_of_lading_id: null;
33
+ load_id: number;
34
+ customer_id: number;
35
+ packages_count: number;
36
+ packages_total_weight: null;
37
+ packages_total_dimensional_weight: null;
38
+ items_count: number;
39
+ items_total_quantity: number;
40
+ order_batch_request_id: null;
41
+ international: null;
42
+ expedited_orders: null;
43
+ prepack: null;
44
+ user: null;
45
+ warehouse: {
46
+ id: number;
47
+ name: string;
48
+ timezone: string;
49
+ timezone_raw: string;
50
+ partner_id: number;
51
+ shipping_address_1: string;
52
+ shipping_address_2: string;
53
+ shipping_city: string;
54
+ shipping_state: string;
55
+ shipping_zip: string;
56
+ shipping_country: string;
57
+ shipping_country_iso2: string;
58
+ latitude: number;
59
+ longitude: number;
60
+ slug: string;
61
+ default_pick_strategy: string;
62
+ bin_total_count_max: null;
63
+ bin_cubic_volume_max: null;
64
+ number_of_groups: null;
65
+ fedex_pickup_time: null;
66
+ active: boolean;
67
+ square_footage: number;
68
+ created_at: string;
69
+ updated_at: string;
70
+ ups_shipper_number: string;
71
+ email: string;
72
+ ups_carrier_facility: string;
73
+ currency: string;
74
+ vat: null;
75
+ domestic_return_labels: boolean;
76
+ international_return_labels: boolean;
77
+ accepting_new_customers: boolean;
78
+ receiving_hours: string;
79
+ pickup_hours: null;
80
+ contact_name: string;
81
+ contact_phone: null;
82
+ delivery_appointment_required: boolean;
83
+ label_format: string;
84
+ shipping_label_format: string;
85
+ loading_dock_quantity: number;
86
+ receiving_special_instructions: string;
87
+ single_item_batch_size: null;
88
+ packaging_customer_id: null;
89
+ notes: null;
90
+ warehouse_features: {
91
+ id: number;
92
+ feature: string;
93
+ feature_code: string;
94
+ created_at: string;
95
+ updated_at: string;
96
+ }[];
97
+ };
98
+ groups: {};
99
+ }[];
@@ -0,0 +1,32 @@
1
+ export declare const ApiV21BillOfLadingChildBolsExample: {
2
+ id: number;
3
+ created_at: string;
4
+ updated_at: string;
5
+ printed_at: null;
6
+ picked_at: null;
7
+ number: string;
8
+ carrier_name: null;
9
+ cid_number: null;
10
+ dep_number: null;
11
+ freight_charge: null;
12
+ location_number: null;
13
+ pallet_count: number;
14
+ package_type: string;
15
+ package_hazmat: boolean;
16
+ packages_count: number;
17
+ packages_total: number;
18
+ packages_weight: number;
19
+ pro_number: null;
20
+ scac_number: null;
21
+ seal_number: null;
22
+ sid_number: null;
23
+ special_instructions: null;
24
+ trailer_number: null;
25
+ bol_type: string;
26
+ vics_number: null;
27
+ master_vics_number: null;
28
+ pdf_url: null;
29
+ warehouse_id: number;
30
+ group_by_bol_numbers: boolean;
31
+ status: string;
32
+ }[];
@@ -0,0 +1,32 @@
1
+ export declare const ApiV21BillOfLadingMasterBolExample: {
2
+ id: number;
3
+ created_at: string;
4
+ updated_at: string;
5
+ printed_at: null;
6
+ picked_at: null;
7
+ number: string;
8
+ carrier_name: string;
9
+ cid_number: null;
10
+ dep_number: null;
11
+ freight_charge: string;
12
+ location_number: null;
13
+ pallet_count: number;
14
+ package_type: string;
15
+ package_hazmat: boolean;
16
+ packages_count: number;
17
+ packages_total: number;
18
+ packages_weight: number;
19
+ pro_number: string;
20
+ scac_number: string;
21
+ seal_number: null;
22
+ sid_number: null;
23
+ special_instructions: null;
24
+ trailer_number: null;
25
+ bol_type: string;
26
+ vics_number: null;
27
+ master_vics_number: string;
28
+ pdf_url: string;
29
+ warehouse_id: number;
30
+ group_by_bol_numbers: boolean;
31
+ status: string;
32
+ };
@@ -0,0 +1,22 @@
1
+ export declare const ApiV21LoadClosedListingExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: string;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: number;
10
+ packages_total_weight: string;
11
+ packages_total_dimensional_weight: string;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: null;
18
+ bill_of_lading_id: number;
19
+ customer_id: number;
20
+ notes: null;
21
+ reference: null;
22
+ }[];
@@ -0,0 +1,22 @@
1
+ export declare const ApiV21LoadClosedExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: string;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: number;
10
+ packages_total_weight: string;
11
+ packages_total_dimensional_weight: string;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: null;
18
+ bill_of_lading_id: number;
19
+ customer_id: number;
20
+ notes: string;
21
+ reference: null;
22
+ }[];
@@ -0,0 +1,22 @@
1
+ export declare const ApiV21LoadOpenWithBatchesExample: {
2
+ id: number;
3
+ status: string;
4
+ closed_at_datetime: null;
5
+ wholesale_purchase_order_number: string;
6
+ wholesale_distribution_center: string;
7
+ wholesale_vendor: string;
8
+ wholesale_start_date: string;
9
+ packages_count: null;
10
+ packages_total_weight: null;
11
+ packages_total_dimensional_weight: null;
12
+ order_batches_count: number;
13
+ warehouse_id: number;
14
+ created_at: string;
15
+ updated_at: string;
16
+ cascade_routing: boolean;
17
+ appointment_datetime: string;
18
+ bill_of_lading_id: null;
19
+ customer_id: number;
20
+ notes: null;
21
+ reference: null;
22
+ }[];