@whiplashmerch/whiplash-api-client 3.2.29 → 3.2.30
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.
|
@@ -1815,7 +1815,7 @@ export interface ApiV2EntitiesItem {
|
|
|
1815
1815
|
/** is the item a bundle? */
|
|
1816
1816
|
is_bundle?: boolean | null;
|
|
1817
1817
|
/** label format */
|
|
1818
|
-
label_format?:
|
|
1818
|
+
label_format?: string | null;
|
|
1819
1819
|
/** the item length (in inches) */
|
|
1820
1820
|
length?: string | null;
|
|
1821
1821
|
/** does this item require lot control? */
|
|
@@ -7128,7 +7128,7 @@ export interface ApiV21EntitiesItem {
|
|
|
7128
7128
|
/** is the item a bundle? */
|
|
7129
7129
|
is_bundle?: boolean | null;
|
|
7130
7130
|
/** label format */
|
|
7131
|
-
label_format?:
|
|
7131
|
+
label_format?: string | null;
|
|
7132
7132
|
/** the item length (in inches) */
|
|
7133
7133
|
length?: string | null;
|
|
7134
7134
|
/** does this item require lot control? */
|
|
@@ -17755,7 +17755,7 @@ export interface PostApiV21ItemsRequest {
|
|
|
17755
17755
|
/** is the item a bundle? */
|
|
17756
17756
|
is_bundle?: boolean;
|
|
17757
17757
|
/** label format */
|
|
17758
|
-
label_format?:
|
|
17758
|
+
label_format?: string;
|
|
17759
17759
|
/** the item length (in inches) */
|
|
17760
17760
|
length?: string;
|
|
17761
17761
|
/** does this item require lot control? */
|
|
@@ -21254,7 +21254,7 @@ export interface PostApiV2ItemsRequest {
|
|
|
21254
21254
|
/** is the item a bundle? */
|
|
21255
21255
|
is_bundle?: boolean;
|
|
21256
21256
|
/** label format */
|
|
21257
|
-
label_format?:
|
|
21257
|
+
label_format?: string;
|
|
21258
21258
|
/** the item length (in inches) */
|
|
21259
21259
|
length?: string;
|
|
21260
21260
|
/** does this item require lot control? */
|
|
@@ -24389,7 +24389,7 @@ export interface PutApiV21IncidentsIdRequest {
|
|
|
24389
24389
|
/** is the item a bundle? */
|
|
24390
24390
|
is_bundle?: boolean;
|
|
24391
24391
|
/** label format */
|
|
24392
|
-
label_format?:
|
|
24392
|
+
label_format?: string;
|
|
24393
24393
|
/** the item length (in inches) */
|
|
24394
24394
|
length?: string;
|
|
24395
24395
|
/** does this item require lot control? */
|
|
@@ -24548,7 +24548,7 @@ export interface PutApiV21ItemsIdRequest {
|
|
|
24548
24548
|
/** is the item a bundle? */
|
|
24549
24549
|
is_bundle?: boolean;
|
|
24550
24550
|
/** label format */
|
|
24551
|
-
label_format?:
|
|
24551
|
+
label_format?: string;
|
|
24552
24552
|
/** the item length (in inches) */
|
|
24553
24553
|
length?: string;
|
|
24554
24554
|
/** does this item require lot control? */
|
|
@@ -27249,7 +27249,7 @@ export interface PutApiV2IncidentsIdRequest {
|
|
|
27249
27249
|
/** is the item a bundle? */
|
|
27250
27250
|
is_bundle?: boolean;
|
|
27251
27251
|
/** label format */
|
|
27252
|
-
label_format?:
|
|
27252
|
+
label_format?: string;
|
|
27253
27253
|
/** the item length (in inches) */
|
|
27254
27254
|
length?: string;
|
|
27255
27255
|
/** does this item require lot control? */
|
|
@@ -27408,7 +27408,7 @@ export interface PutApiV2ItemsIdRequest {
|
|
|
27408
27408
|
/** is the item a bundle? */
|
|
27409
27409
|
is_bundle?: boolean;
|
|
27410
27410
|
/** label format */
|
|
27411
|
-
label_format?:
|
|
27411
|
+
label_format?: string;
|
|
27412
27412
|
/** the item length (in inches) */
|
|
27413
27413
|
length?: string;
|
|
27414
27414
|
/** does this item require lot control? */
|
|
@@ -29392,11 +29392,6 @@ export declare enum ApiV21EntitiesItemHazmatType {
|
|
|
29392
29392
|
Ormd = "ormd",
|
|
29393
29393
|
Lighters = "lighters"
|
|
29394
29394
|
}
|
|
29395
|
-
/** label format */
|
|
29396
|
-
export declare enum ApiV21EntitiesItemLabelFormat {
|
|
29397
|
-
Default = "default",
|
|
29398
|
-
WhiplashMini = "whiplash_mini"
|
|
29399
|
-
}
|
|
29400
29395
|
/** pickable, backstock, etc */
|
|
29401
29396
|
export declare enum ApiV21EntitiesItemLocationRole {
|
|
29402
29397
|
Pickable = "pickable",
|
|
@@ -30086,11 +30081,6 @@ export declare enum ApiV2EntitiesItemHazmatType {
|
|
|
30086
30081
|
Ormd = "ormd",
|
|
30087
30082
|
Lighters = "lighters"
|
|
30088
30083
|
}
|
|
30089
|
-
/** label format */
|
|
30090
|
-
export declare enum ApiV2EntitiesItemLabelFormat {
|
|
30091
|
-
Default = "default",
|
|
30092
|
-
WhiplashMini = "whiplash_mini"
|
|
30093
|
-
}
|
|
30094
30084
|
/** pickable, backstock, etc */
|
|
30095
30085
|
export declare enum ApiV2EntitiesItemLocationRole {
|
|
30096
30086
|
Pickable = "pickable",
|
|
@@ -30878,11 +30868,6 @@ export declare enum PostApiV21ItemsRequestHazmatType {
|
|
|
30878
30868
|
Ormd = "ormd",
|
|
30879
30869
|
Lighters = "lighters"
|
|
30880
30870
|
}
|
|
30881
|
-
/** label format */
|
|
30882
|
-
export declare enum PostApiV21ItemsRequestLabelFormat {
|
|
30883
|
-
Default = "default",
|
|
30884
|
-
WhiplashMini = "whiplash_mini"
|
|
30885
|
-
}
|
|
30886
30871
|
/** The country of origin for this item (as an iso2 country code) */
|
|
30887
30872
|
export declare enum PostApiV21ItemsRequestOriginCountry {
|
|
30888
30873
|
AF = "AF",
|
|
@@ -31685,11 +31670,6 @@ export declare enum PostApiV2ItemsRequestHazmatType {
|
|
|
31685
31670
|
Ormd = "ormd",
|
|
31686
31671
|
Lighters = "lighters"
|
|
31687
31672
|
}
|
|
31688
|
-
/** label format */
|
|
31689
|
-
export declare enum PostApiV2ItemsRequestLabelFormat {
|
|
31690
|
-
Default = "default",
|
|
31691
|
-
WhiplashMini = "whiplash_mini"
|
|
31692
|
-
}
|
|
31693
31673
|
/** The country of origin for this item (as an iso2 country code) */
|
|
31694
31674
|
export declare enum PostApiV2ItemsRequestOriginCountry {
|
|
31695
31675
|
AF = "AF",
|
|
@@ -32492,11 +32472,6 @@ export declare enum PutApiV21IncidentsIdRequestHazmatType {
|
|
|
32492
32472
|
Ormd = "ormd",
|
|
32493
32473
|
Lighters = "lighters"
|
|
32494
32474
|
}
|
|
32495
|
-
/** label format */
|
|
32496
|
-
export declare enum PutApiV21IncidentsIdRequestLabelFormat {
|
|
32497
|
-
Default = "default",
|
|
32498
|
-
WhiplashMini = "whiplash_mini"
|
|
32499
|
-
}
|
|
32500
32475
|
/** The country of origin for this item (as an iso2 country code) */
|
|
32501
32476
|
export declare enum PutApiV21IncidentsIdRequestOriginCountry {
|
|
32502
32477
|
AF = "AF",
|
|
@@ -32807,11 +32782,6 @@ export declare enum PutApiV21ItemsIdRequestHazmatType {
|
|
|
32807
32782
|
Ormd = "ormd",
|
|
32808
32783
|
Lighters = "lighters"
|
|
32809
32784
|
}
|
|
32810
|
-
/** label format */
|
|
32811
|
-
export declare enum PutApiV21ItemsIdRequestLabelFormat {
|
|
32812
|
-
Default = "default",
|
|
32813
|
-
WhiplashMini = "whiplash_mini"
|
|
32814
|
-
}
|
|
32815
32785
|
/** The country of origin for this item (as an iso2 country code) */
|
|
32816
32786
|
export declare enum PutApiV21ItemsIdRequestOriginCountry {
|
|
32817
32787
|
AF = "AF",
|
|
@@ -33552,11 +33522,6 @@ export declare enum PutApiV2IncidentsIdRequestHazmatType {
|
|
|
33552
33522
|
Ormd = "ormd",
|
|
33553
33523
|
Lighters = "lighters"
|
|
33554
33524
|
}
|
|
33555
|
-
/** label format */
|
|
33556
|
-
export declare enum PutApiV2IncidentsIdRequestLabelFormat {
|
|
33557
|
-
Default = "default",
|
|
33558
|
-
WhiplashMini = "whiplash_mini"
|
|
33559
|
-
}
|
|
33560
33525
|
/** The country of origin for this item (as an iso2 country code) */
|
|
33561
33526
|
export declare enum PutApiV2IncidentsIdRequestOriginCountry {
|
|
33562
33527
|
AF = "AF",
|
|
@@ -33867,11 +33832,6 @@ export declare enum PutApiV2ItemsIdRequestHazmatType {
|
|
|
33867
33832
|
Ormd = "ormd",
|
|
33868
33833
|
Lighters = "lighters"
|
|
33869
33834
|
}
|
|
33870
|
-
/** label format */
|
|
33871
|
-
export declare enum PutApiV2ItemsIdRequestLabelFormat {
|
|
33872
|
-
Default = "default",
|
|
33873
|
-
WhiplashMini = "whiplash_mini"
|
|
33874
|
-
}
|
|
33875
33835
|
/** The country of origin for this item (as an iso2 country code) */
|
|
33876
33836
|
export declare enum PutApiV2ItemsIdRequestOriginCountry {
|
|
33877
33837
|
AF = "AF",
|
|
@@ -909,7 +909,7 @@ export interface ApiV2EntitiesItem {
|
|
|
909
909
|
/** is the item a bundle? */
|
|
910
910
|
is_bundle?: boolean | null;
|
|
911
911
|
/** label format */
|
|
912
|
-
label_format?:
|
|
912
|
+
label_format?: string | null;
|
|
913
913
|
/** the item length (in inches) */
|
|
914
914
|
length?: string | null;
|
|
915
915
|
/** does this item require lot control? */
|
|
@@ -3707,7 +3707,7 @@ export interface ApiV21EntitiesItem {
|
|
|
3707
3707
|
/** is the item a bundle? */
|
|
3708
3708
|
is_bundle?: boolean | null;
|
|
3709
3709
|
/** label format */
|
|
3710
|
-
label_format?:
|
|
3710
|
+
label_format?: string | null;
|
|
3711
3711
|
/** the item length (in inches) */
|
|
3712
3712
|
length?: string | null;
|
|
3713
3713
|
/** does this item require lot control? */
|
|
@@ -7031,7 +7031,7 @@ export interface PostApiV21ItemsRequest {
|
|
|
7031
7031
|
/** is the item a bundle? */
|
|
7032
7032
|
is_bundle?: boolean;
|
|
7033
7033
|
/** label format */
|
|
7034
|
-
label_format?:
|
|
7034
|
+
label_format?: string;
|
|
7035
7035
|
/** the item length (in inches) */
|
|
7036
7036
|
length?: string;
|
|
7037
7037
|
/** does this item require lot control? */
|
|
@@ -8946,7 +8946,7 @@ export interface PostApiV2ItemsRequest {
|
|
|
8946
8946
|
/** is the item a bundle? */
|
|
8947
8947
|
is_bundle?: boolean;
|
|
8948
8948
|
/** label format */
|
|
8949
|
-
label_format?:
|
|
8949
|
+
label_format?: string;
|
|
8950
8950
|
/** the item length (in inches) */
|
|
8951
8951
|
length?: string;
|
|
8952
8952
|
/** does this item require lot control? */
|
|
@@ -10826,7 +10826,7 @@ export interface PutApiV21ItemsIdRequest {
|
|
|
10826
10826
|
/** is the item a bundle? */
|
|
10827
10827
|
is_bundle?: boolean;
|
|
10828
10828
|
/** label format */
|
|
10829
|
-
label_format?:
|
|
10829
|
+
label_format?: string;
|
|
10830
10830
|
/** the item length (in inches) */
|
|
10831
10831
|
length?: string;
|
|
10832
10832
|
/** does this item require lot control? */
|
|
@@ -12021,7 +12021,7 @@ export interface PutApiV2ItemsIdRequest {
|
|
|
12021
12021
|
/** is the item a bundle? */
|
|
12022
12022
|
is_bundle?: boolean;
|
|
12023
12023
|
/** label format */
|
|
12024
|
-
label_format?:
|
|
12024
|
+
label_format?: string;
|
|
12025
12025
|
/** the item length (in inches) */
|
|
12026
12026
|
length?: string;
|
|
12027
12027
|
/** does this item require lot control? */
|
|
@@ -12870,12 +12870,6 @@ export enum ApiV21EntitiesItemHazmatType {
|
|
|
12870
12870
|
Lighters = "lighters",
|
|
12871
12871
|
}
|
|
12872
12872
|
|
|
12873
|
-
/** label format */
|
|
12874
|
-
export enum ApiV21EntitiesItemLabelFormat {
|
|
12875
|
-
Default = "default",
|
|
12876
|
-
WhiplashMini = "whiplash_mini",
|
|
12877
|
-
}
|
|
12878
|
-
|
|
12879
12873
|
/** pickable, backstock, etc */
|
|
12880
12874
|
export enum ApiV21EntitiesItemLocationRole {
|
|
12881
12875
|
Pickable = "pickable",
|
|
@@ -13272,12 +13266,6 @@ export enum ApiV2EntitiesItemHazmatType {
|
|
|
13272
13266
|
Lighters = "lighters",
|
|
13273
13267
|
}
|
|
13274
13268
|
|
|
13275
|
-
/** label format */
|
|
13276
|
-
export enum ApiV2EntitiesItemLabelFormat {
|
|
13277
|
-
Default = "default",
|
|
13278
|
-
WhiplashMini = "whiplash_mini",
|
|
13279
|
-
}
|
|
13280
|
-
|
|
13281
13269
|
/** pickable, backstock, etc */
|
|
13282
13270
|
export enum ApiV2EntitiesItemLocationRole {
|
|
13283
13271
|
Pickable = "pickable",
|
|
@@ -13715,12 +13703,6 @@ export enum PostApiV21ItemsRequestHazmatType {
|
|
|
13715
13703
|
Lighters = "lighters",
|
|
13716
13704
|
}
|
|
13717
13705
|
|
|
13718
|
-
/** label format */
|
|
13719
|
-
export enum PostApiV21ItemsRequestLabelFormat {
|
|
13720
|
-
Default = "default",
|
|
13721
|
-
WhiplashMini = "whiplash_mini",
|
|
13722
|
-
}
|
|
13723
|
-
|
|
13724
13706
|
/** The country of origin for this item (as an iso2 country code) */
|
|
13725
13707
|
export enum PostApiV21ItemsRequestOriginCountry {
|
|
13726
13708
|
AF = "AF",
|
|
@@ -14124,12 +14106,6 @@ export enum PostApiV2ItemsRequestHazmatType {
|
|
|
14124
14106
|
Lighters = "lighters",
|
|
14125
14107
|
}
|
|
14126
14108
|
|
|
14127
|
-
/** label format */
|
|
14128
|
-
export enum PostApiV2ItemsRequestLabelFormat {
|
|
14129
|
-
Default = "default",
|
|
14130
|
-
WhiplashMini = "whiplash_mini",
|
|
14131
|
-
}
|
|
14132
|
-
|
|
14133
14109
|
/** The country of origin for this item (as an iso2 country code) */
|
|
14134
14110
|
export enum PostApiV2ItemsRequestOriginCountry {
|
|
14135
14111
|
AF = "AF",
|
|
@@ -14533,12 +14509,6 @@ export enum PutApiV21ItemsIdRequestHazmatType {
|
|
|
14533
14509
|
Lighters = "lighters",
|
|
14534
14510
|
}
|
|
14535
14511
|
|
|
14536
|
-
/** label format */
|
|
14537
|
-
export enum PutApiV21ItemsIdRequestLabelFormat {
|
|
14538
|
-
Default = "default",
|
|
14539
|
-
WhiplashMini = "whiplash_mini",
|
|
14540
|
-
}
|
|
14541
|
-
|
|
14542
14512
|
/** The country of origin for this item (as an iso2 country code) */
|
|
14543
14513
|
export enum PutApiV21ItemsIdRequestOriginCountry {
|
|
14544
14514
|
AF = "AF",
|
|
@@ -14895,12 +14865,6 @@ export enum PutApiV2ItemsIdRequestHazmatType {
|
|
|
14895
14865
|
Lighters = "lighters",
|
|
14896
14866
|
}
|
|
14897
14867
|
|
|
14898
|
-
/** label format */
|
|
14899
|
-
export enum PutApiV2ItemsIdRequestLabelFormat {
|
|
14900
|
-
Default = "default",
|
|
14901
|
-
WhiplashMini = "whiplash_mini",
|
|
14902
|
-
}
|
|
14903
|
-
|
|
14904
14868
|
/** The country of origin for this item (as an iso2 country code) */
|
|
14905
14869
|
export enum PutApiV2ItemsIdRequestOriginCountry {
|
|
14906
14870
|
AF = "AF",
|