@whiplashmerch/whiplash-api-client 0.1.2 → 0.1.4
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 +33 -33
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/ConsumerReturns.d.ts +4 -4
- package/dist/generated/Items.d.ts +6 -6
- package/dist/generated/OrderItems.d.ts +6 -6
- package/dist/generated/Orders.d.ts +6 -6
- package/dist/generated/ShipnoticeItems.d.ts +4 -4
- package/dist/generated/Shipnotices.d.ts +4 -4
- package/dist/generated/data-contracts.d.ts +19 -19
- package/generated/ConsumerReturns.ts +4 -4
- package/generated/Items.ts +6 -6
- package/generated/OrderItems.ts +6 -6
- package/generated/Orders.ts +6 -6
- package/generated/ShipnoticeItems.ts +4 -4
- package/generated/Shipnotices.ts +4 -4
- package/generated/data-contracts.ts +19 -19
- package/package.json +1 -1
package/generated/Shipnotices.ts
CHANGED
|
@@ -295,7 +295,7 @@ export const getApiV2ShipnoticesIdShipnoticeItems = (
|
|
|
295
295
|
});
|
|
296
296
|
};
|
|
297
297
|
/**
|
|
298
|
-
* @description Update
|
|
298
|
+
* @description Update Shipnotice meta fields
|
|
299
299
|
*
|
|
300
300
|
* @tags shipnotices
|
|
301
301
|
* @name PutApiV2ShipnoticesIdMetaFields
|
|
@@ -317,7 +317,7 @@ export const putApiV2ShipnoticesIdMetaFields = (
|
|
|
317
317
|
});
|
|
318
318
|
};
|
|
319
319
|
/**
|
|
320
|
-
* @description Get the meta fields for a(n)
|
|
320
|
+
* @description Get the meta fields for a(n) Shipnotice
|
|
321
321
|
*
|
|
322
322
|
* @tags shipnotices
|
|
323
323
|
* @name GetApiV2ShipnoticesIdMetaFields
|
|
@@ -632,7 +632,7 @@ export const getApiV21ShipnoticesIdShipnoticeItems = (
|
|
|
632
632
|
});
|
|
633
633
|
};
|
|
634
634
|
/**
|
|
635
|
-
* @description Update
|
|
635
|
+
* @description Update Shipnotice meta fields
|
|
636
636
|
*
|
|
637
637
|
* @tags shipnotices
|
|
638
638
|
* @name PutApiV21ShipnoticesIdMetaFields
|
|
@@ -654,7 +654,7 @@ export const putApiV21ShipnoticesIdMetaFields = (
|
|
|
654
654
|
});
|
|
655
655
|
};
|
|
656
656
|
/**
|
|
657
|
-
* @description Get the meta fields for a(n)
|
|
657
|
+
* @description Get the meta fields for a(n) Shipnotice
|
|
658
658
|
*
|
|
659
659
|
* @tags shipnotices
|
|
660
660
|
* @name GetApiV21ShipnoticesIdMetaFields
|
|
@@ -840,7 +840,7 @@ export interface APIV2EntitiesLot {
|
|
|
840
840
|
shipnotice_item_id?: number;
|
|
841
841
|
}
|
|
842
842
|
|
|
843
|
-
/** Get the meta fields for a(n)
|
|
843
|
+
/** Get the meta fields for a(n) ConsumerReturn */
|
|
844
844
|
export interface APIV2EntitiesMetaFields {
|
|
845
845
|
/** Included meta fields for associations */
|
|
846
846
|
association_fields?: object;
|
|
@@ -5427,7 +5427,7 @@ export interface PostApiV2Items {
|
|
|
5427
5427
|
full_description?: string;
|
|
5428
5428
|
/** (deprecated) is the item hazmat? */
|
|
5429
5429
|
hazmat?: boolean;
|
|
5430
|
-
/** hazmat class
|
|
5430
|
+
/** hazmat class */
|
|
5431
5431
|
hazmat_type?: PostApiV2ItemsHazmatType;
|
|
5432
5432
|
/**
|
|
5433
5433
|
* the item height (in inches)
|
|
@@ -5551,7 +5551,7 @@ export interface PostApiV2Items {
|
|
|
5551
5551
|
width?: number;
|
|
5552
5552
|
}
|
|
5553
5553
|
|
|
5554
|
-
/** hazmat class
|
|
5554
|
+
/** hazmat class */
|
|
5555
5555
|
export enum PostApiV2ItemsHazmatType {
|
|
5556
5556
|
ORMD = "ORMD",
|
|
5557
5557
|
LITHIUM = "LITHIUM",
|
|
@@ -6697,7 +6697,7 @@ export interface PutApiV21ConsumerReturns {
|
|
|
6697
6697
|
tracking?: string;
|
|
6698
6698
|
}
|
|
6699
6699
|
|
|
6700
|
-
/** Update
|
|
6700
|
+
/** Update ConsumerReturn meta fields */
|
|
6701
6701
|
export interface PutApiV21ConsumerReturnsIdMetaFields {
|
|
6702
6702
|
/** Included meta fields for associations */
|
|
6703
6703
|
association_fields?: object;
|
|
@@ -7137,7 +7137,7 @@ export interface PutApiV21ItemsIdCall {
|
|
|
7137
7137
|
args?: object;
|
|
7138
7138
|
}
|
|
7139
7139
|
|
|
7140
|
-
/** Update
|
|
7140
|
+
/** Update Item meta fields */
|
|
7141
7141
|
export interface PutApiV21ItemsIdMetaFields {
|
|
7142
7142
|
/** Included meta fields for associations */
|
|
7143
7143
|
association_fields?: object;
|
|
@@ -8049,7 +8049,7 @@ export interface PutApiV21OrderItemsIdCall {
|
|
|
8049
8049
|
args?: object;
|
|
8050
8050
|
}
|
|
8051
8051
|
|
|
8052
|
-
/** Update
|
|
8052
|
+
/** Update OrderItem meta fields */
|
|
8053
8053
|
export interface PutApiV21OrderItemsIdMetaFields {
|
|
8054
8054
|
/** Included meta fields for associations */
|
|
8055
8055
|
association_fields?: object;
|
|
@@ -8280,7 +8280,7 @@ export interface PutApiV21OrdersIdCall {
|
|
|
8280
8280
|
args?: object;
|
|
8281
8281
|
}
|
|
8282
8282
|
|
|
8283
|
-
/** Update
|
|
8283
|
+
/** Update Order meta fields */
|
|
8284
8284
|
export interface PutApiV21OrdersIdMetaFields {
|
|
8285
8285
|
/** Included meta fields for associations */
|
|
8286
8286
|
association_fields?: object;
|
|
@@ -8562,7 +8562,7 @@ export interface PutApiV21ShipnoticeItems {
|
|
|
8562
8562
|
quantity?: number;
|
|
8563
8563
|
}
|
|
8564
8564
|
|
|
8565
|
-
/** Update
|
|
8565
|
+
/** Update ShipnoticeItem meta fields */
|
|
8566
8566
|
export interface PutApiV21ShipnoticeItemsIdMetaFields {
|
|
8567
8567
|
/** Included meta fields for associations */
|
|
8568
8568
|
association_fields?: object;
|
|
@@ -8689,7 +8689,7 @@ export interface PutApiV21Shipnotices {
|
|
|
8689
8689
|
type?: string;
|
|
8690
8690
|
}
|
|
8691
8691
|
|
|
8692
|
-
/** Update
|
|
8692
|
+
/** Update Shipnotice meta fields */
|
|
8693
8693
|
export interface PutApiV21ShipnoticesIdMetaFields {
|
|
8694
8694
|
/** Included meta fields for associations */
|
|
8695
8695
|
association_fields?: object;
|
|
@@ -8901,7 +8901,7 @@ export interface PutApiV2ConsumerReturns {
|
|
|
8901
8901
|
tracking?: string;
|
|
8902
8902
|
}
|
|
8903
8903
|
|
|
8904
|
-
/** Update
|
|
8904
|
+
/** Update ConsumerReturn meta fields */
|
|
8905
8905
|
export interface PutApiV2ConsumerReturnsIdMetaFields {
|
|
8906
8906
|
/** Included meta fields for associations */
|
|
8907
8907
|
association_fields?: object;
|
|
@@ -9205,7 +9205,7 @@ export interface PutApiV2Items {
|
|
|
9205
9205
|
full_description?: string;
|
|
9206
9206
|
/** (deprecated) is the item hazmat? */
|
|
9207
9207
|
hazmat?: boolean;
|
|
9208
|
-
/** hazmat class
|
|
9208
|
+
/** hazmat class */
|
|
9209
9209
|
hazmat_type?: PutApiV2ItemsHazmatType;
|
|
9210
9210
|
/**
|
|
9211
9211
|
* the item height (in inches)
|
|
@@ -9326,7 +9326,7 @@ export interface PutApiV2Items {
|
|
|
9326
9326
|
width?: number;
|
|
9327
9327
|
}
|
|
9328
9328
|
|
|
9329
|
-
/** hazmat class
|
|
9329
|
+
/** hazmat class */
|
|
9330
9330
|
export enum PutApiV2ItemsHazmatType {
|
|
9331
9331
|
ORMD = "ORMD",
|
|
9332
9332
|
LITHIUM = "LITHIUM",
|
|
@@ -9339,7 +9339,7 @@ export interface PutApiV2ItemsIdCall {
|
|
|
9339
9339
|
args?: object;
|
|
9340
9340
|
}
|
|
9341
9341
|
|
|
9342
|
-
/** Update
|
|
9342
|
+
/** Update Item meta fields */
|
|
9343
9343
|
export interface PutApiV2ItemsIdMetaFields {
|
|
9344
9344
|
/** Included meta fields for associations */
|
|
9345
9345
|
association_fields?: object;
|
|
@@ -9640,7 +9640,7 @@ export interface PutApiV2ItemsOriginator {
|
|
|
9640
9640
|
full_description?: string;
|
|
9641
9641
|
/** (deprecated) is the item hazmat? */
|
|
9642
9642
|
hazmat?: boolean;
|
|
9643
|
-
/** hazmat class
|
|
9643
|
+
/** hazmat class */
|
|
9644
9644
|
hazmat_type?: PutApiV2ItemsOriginatorHazmatType;
|
|
9645
9645
|
/**
|
|
9646
9646
|
* the item height (in inches)
|
|
@@ -9761,7 +9761,7 @@ export interface PutApiV2ItemsOriginator {
|
|
|
9761
9761
|
width?: number;
|
|
9762
9762
|
}
|
|
9763
9763
|
|
|
9764
|
-
/** hazmat class
|
|
9764
|
+
/** hazmat class */
|
|
9765
9765
|
export enum PutApiV2ItemsOriginatorHazmatType {
|
|
9766
9766
|
ORMD = "ORMD",
|
|
9767
9767
|
LITHIUM = "LITHIUM",
|
|
@@ -10251,7 +10251,7 @@ export interface PutApiV2OrderItemsIdCall {
|
|
|
10251
10251
|
args?: object;
|
|
10252
10252
|
}
|
|
10253
10253
|
|
|
10254
|
-
/** Update
|
|
10254
|
+
/** Update OrderItem meta fields */
|
|
10255
10255
|
export interface PutApiV2OrderItemsIdMetaFields {
|
|
10256
10256
|
/** Included meta fields for associations */
|
|
10257
10257
|
association_fields?: object;
|
|
@@ -10480,7 +10480,7 @@ export interface PutApiV2OrdersIdCall {
|
|
|
10480
10480
|
args?: object;
|
|
10481
10481
|
}
|
|
10482
10482
|
|
|
10483
|
-
/** Update
|
|
10483
|
+
/** Update Order meta fields */
|
|
10484
10484
|
export interface PutApiV2OrdersIdMetaFields {
|
|
10485
10485
|
/** Included meta fields for associations */
|
|
10486
10486
|
association_fields?: object;
|
|
@@ -10760,7 +10760,7 @@ export interface PutApiV2ShipnoticeItems {
|
|
|
10760
10760
|
quantity?: number;
|
|
10761
10761
|
}
|
|
10762
10762
|
|
|
10763
|
-
/** Update
|
|
10763
|
+
/** Update ShipnoticeItem meta fields */
|
|
10764
10764
|
export interface PutApiV2ShipnoticeItemsIdMetaFields {
|
|
10765
10765
|
/** Included meta fields for associations */
|
|
10766
10766
|
association_fields?: object;
|
|
@@ -10885,7 +10885,7 @@ export interface PutApiV2Shipnotices {
|
|
|
10885
10885
|
type?: string;
|
|
10886
10886
|
}
|
|
10887
10887
|
|
|
10888
|
-
/** Update
|
|
10888
|
+
/** Update Shipnotice meta fields */
|
|
10889
10889
|
export interface PutApiV2ShipnoticesIdMetaFields {
|
|
10890
10890
|
/** Included meta fields for associations */
|
|
10891
10891
|
association_fields?: object;
|