@whiplashmerch/whiplash-api-client 3.2.29 → 3.2.31
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? */
|
|
@@ -5371,8 +5371,6 @@ export interface ApiV2EntitiesTransportationMarkup {
|
|
|
5371
5371
|
export interface ApiV2EntitiesUser {
|
|
5372
5372
|
/** is the user active? */
|
|
5373
5373
|
active?: boolean | null;
|
|
5374
|
-
/** operator auth token (staff only) */
|
|
5375
|
-
auth_token?: string | null;
|
|
5376
5374
|
/** auto create a whiplash email for this user? (staff only) */
|
|
5377
5375
|
create_email?: boolean;
|
|
5378
5376
|
/**
|
|
@@ -7128,7 +7126,7 @@ export interface ApiV21EntitiesItem {
|
|
|
7128
7126
|
/** is the item a bundle? */
|
|
7129
7127
|
is_bundle?: boolean | null;
|
|
7130
7128
|
/** label format */
|
|
7131
|
-
label_format?:
|
|
7129
|
+
label_format?: string | null;
|
|
7132
7130
|
/** the item length (in inches) */
|
|
7133
7131
|
length?: string | null;
|
|
7134
7132
|
/** does this item require lot control? */
|
|
@@ -10435,8 +10433,6 @@ export interface ApiV21EntitiesTransportationMarkup {
|
|
|
10435
10433
|
export interface ApiV21EntitiesUser {
|
|
10436
10434
|
/** is the user active? */
|
|
10437
10435
|
active?: boolean | null;
|
|
10438
|
-
/** operator auth token (staff only) */
|
|
10439
|
-
auth_token?: string | null;
|
|
10440
10436
|
/** auto create a whiplash email for this user? (staff only) */
|
|
10441
10437
|
create_email?: boolean;
|
|
10442
10438
|
/**
|
|
@@ -17755,7 +17751,7 @@ export interface PostApiV21ItemsRequest {
|
|
|
17755
17751
|
/** is the item a bundle? */
|
|
17756
17752
|
is_bundle?: boolean;
|
|
17757
17753
|
/** label format */
|
|
17758
|
-
label_format?:
|
|
17754
|
+
label_format?: string;
|
|
17759
17755
|
/** the item length (in inches) */
|
|
17760
17756
|
length?: string;
|
|
17761
17757
|
/** does this item require lot control? */
|
|
@@ -19979,8 +19975,6 @@ export interface PostApiV21UsersAuthorizeRequest {
|
|
|
19979
19975
|
provider: string;
|
|
19980
19976
|
}
|
|
19981
19977
|
export interface PostApiV21UsersRequest {
|
|
19982
|
-
/** operator auth token (staff only) */
|
|
19983
|
-
auth_token?: string;
|
|
19984
19978
|
/** auto create a whiplash email for this user? (staff only) */
|
|
19985
19979
|
create_email?: boolean;
|
|
19986
19980
|
/**
|
|
@@ -21254,7 +21248,7 @@ export interface PostApiV2ItemsRequest {
|
|
|
21254
21248
|
/** is the item a bundle? */
|
|
21255
21249
|
is_bundle?: boolean;
|
|
21256
21250
|
/** label format */
|
|
21257
|
-
label_format?:
|
|
21251
|
+
label_format?: string;
|
|
21258
21252
|
/** the item length (in inches) */
|
|
21259
21253
|
length?: string;
|
|
21260
21254
|
/** does this item require lot control? */
|
|
@@ -23478,8 +23472,6 @@ export interface PostApiV2UsersAuthorizeRequest {
|
|
|
23478
23472
|
provider: string;
|
|
23479
23473
|
}
|
|
23480
23474
|
export interface PostApiV2UsersRequest {
|
|
23481
|
-
/** operator auth token (staff only) */
|
|
23482
|
-
auth_token?: string;
|
|
23483
23475
|
/** auto create a whiplash email for this user? (staff only) */
|
|
23484
23476
|
create_email?: boolean;
|
|
23485
23477
|
/**
|
|
@@ -24389,7 +24381,7 @@ export interface PutApiV21IncidentsIdRequest {
|
|
|
24389
24381
|
/** is the item a bundle? */
|
|
24390
24382
|
is_bundle?: boolean;
|
|
24391
24383
|
/** label format */
|
|
24392
|
-
label_format?:
|
|
24384
|
+
label_format?: string;
|
|
24393
24385
|
/** the item length (in inches) */
|
|
24394
24386
|
length?: string;
|
|
24395
24387
|
/** does this item require lot control? */
|
|
@@ -24548,7 +24540,7 @@ export interface PutApiV21ItemsIdRequest {
|
|
|
24548
24540
|
/** is the item a bundle? */
|
|
24549
24541
|
is_bundle?: boolean;
|
|
24550
24542
|
/** label format */
|
|
24551
|
-
label_format?:
|
|
24543
|
+
label_format?: string;
|
|
24552
24544
|
/** the item length (in inches) */
|
|
24553
24545
|
length?: string;
|
|
24554
24546
|
/** does this item require lot control? */
|
|
@@ -26202,8 +26194,6 @@ export interface PutApiV21UsersIdCallActionRequest {
|
|
|
26202
26194
|
args?: string;
|
|
26203
26195
|
}
|
|
26204
26196
|
export interface PutApiV21UsersIdRequest {
|
|
26205
|
-
/** operator auth token (staff only) */
|
|
26206
|
-
auth_token?: string;
|
|
26207
26197
|
/**
|
|
26208
26198
|
* when the user logged in
|
|
26209
26199
|
* @format date-time
|
|
@@ -27249,7 +27239,7 @@ export interface PutApiV2IncidentsIdRequest {
|
|
|
27249
27239
|
/** is the item a bundle? */
|
|
27250
27240
|
is_bundle?: boolean;
|
|
27251
27241
|
/** label format */
|
|
27252
|
-
label_format?:
|
|
27242
|
+
label_format?: string;
|
|
27253
27243
|
/** the item length (in inches) */
|
|
27254
27244
|
length?: string;
|
|
27255
27245
|
/** does this item require lot control? */
|
|
@@ -27408,7 +27398,7 @@ export interface PutApiV2ItemsIdRequest {
|
|
|
27408
27398
|
/** is the item a bundle? */
|
|
27409
27399
|
is_bundle?: boolean;
|
|
27410
27400
|
/** label format */
|
|
27411
|
-
label_format?:
|
|
27401
|
+
label_format?: string;
|
|
27412
27402
|
/** the item length (in inches) */
|
|
27413
27403
|
length?: string;
|
|
27414
27404
|
/** does this item require lot control? */
|
|
@@ -29062,8 +29052,6 @@ export interface PutApiV2UsersIdCallActionRequest {
|
|
|
29062
29052
|
args?: string;
|
|
29063
29053
|
}
|
|
29064
29054
|
export interface PutApiV2UsersIdRequest {
|
|
29065
|
-
/** operator auth token (staff only) */
|
|
29066
|
-
auth_token?: string;
|
|
29067
29055
|
/**
|
|
29068
29056
|
* when the user logged in
|
|
29069
29057
|
* @format date-time
|
|
@@ -29392,11 +29380,6 @@ export declare enum ApiV21EntitiesItemHazmatType {
|
|
|
29392
29380
|
Ormd = "ormd",
|
|
29393
29381
|
Lighters = "lighters"
|
|
29394
29382
|
}
|
|
29395
|
-
/** label format */
|
|
29396
|
-
export declare enum ApiV21EntitiesItemLabelFormat {
|
|
29397
|
-
Default = "default",
|
|
29398
|
-
WhiplashMini = "whiplash_mini"
|
|
29399
|
-
}
|
|
29400
29383
|
/** pickable, backstock, etc */
|
|
29401
29384
|
export declare enum ApiV21EntitiesItemLocationRole {
|
|
29402
29385
|
Pickable = "pickable",
|
|
@@ -30086,11 +30069,6 @@ export declare enum ApiV2EntitiesItemHazmatType {
|
|
|
30086
30069
|
Ormd = "ormd",
|
|
30087
30070
|
Lighters = "lighters"
|
|
30088
30071
|
}
|
|
30089
|
-
/** label format */
|
|
30090
|
-
export declare enum ApiV2EntitiesItemLabelFormat {
|
|
30091
|
-
Default = "default",
|
|
30092
|
-
WhiplashMini = "whiplash_mini"
|
|
30093
|
-
}
|
|
30094
30072
|
/** pickable, backstock, etc */
|
|
30095
30073
|
export declare enum ApiV2EntitiesItemLocationRole {
|
|
30096
30074
|
Pickable = "pickable",
|
|
@@ -30878,11 +30856,6 @@ export declare enum PostApiV21ItemsRequestHazmatType {
|
|
|
30878
30856
|
Ormd = "ormd",
|
|
30879
30857
|
Lighters = "lighters"
|
|
30880
30858
|
}
|
|
30881
|
-
/** label format */
|
|
30882
|
-
export declare enum PostApiV21ItemsRequestLabelFormat {
|
|
30883
|
-
Default = "default",
|
|
30884
|
-
WhiplashMini = "whiplash_mini"
|
|
30885
|
-
}
|
|
30886
30859
|
/** The country of origin for this item (as an iso2 country code) */
|
|
30887
30860
|
export declare enum PostApiV21ItemsRequestOriginCountry {
|
|
30888
30861
|
AF = "AF",
|
|
@@ -31685,11 +31658,6 @@ export declare enum PostApiV2ItemsRequestHazmatType {
|
|
|
31685
31658
|
Ormd = "ormd",
|
|
31686
31659
|
Lighters = "lighters"
|
|
31687
31660
|
}
|
|
31688
|
-
/** label format */
|
|
31689
|
-
export declare enum PostApiV2ItemsRequestLabelFormat {
|
|
31690
|
-
Default = "default",
|
|
31691
|
-
WhiplashMini = "whiplash_mini"
|
|
31692
|
-
}
|
|
31693
31661
|
/** The country of origin for this item (as an iso2 country code) */
|
|
31694
31662
|
export declare enum PostApiV2ItemsRequestOriginCountry {
|
|
31695
31663
|
AF = "AF",
|
|
@@ -32492,11 +32460,6 @@ export declare enum PutApiV21IncidentsIdRequestHazmatType {
|
|
|
32492
32460
|
Ormd = "ormd",
|
|
32493
32461
|
Lighters = "lighters"
|
|
32494
32462
|
}
|
|
32495
|
-
/** label format */
|
|
32496
|
-
export declare enum PutApiV21IncidentsIdRequestLabelFormat {
|
|
32497
|
-
Default = "default",
|
|
32498
|
-
WhiplashMini = "whiplash_mini"
|
|
32499
|
-
}
|
|
32500
32463
|
/** The country of origin for this item (as an iso2 country code) */
|
|
32501
32464
|
export declare enum PutApiV21IncidentsIdRequestOriginCountry {
|
|
32502
32465
|
AF = "AF",
|
|
@@ -32807,11 +32770,6 @@ export declare enum PutApiV21ItemsIdRequestHazmatType {
|
|
|
32807
32770
|
Ormd = "ormd",
|
|
32808
32771
|
Lighters = "lighters"
|
|
32809
32772
|
}
|
|
32810
|
-
/** label format */
|
|
32811
|
-
export declare enum PutApiV21ItemsIdRequestLabelFormat {
|
|
32812
|
-
Default = "default",
|
|
32813
|
-
WhiplashMini = "whiplash_mini"
|
|
32814
|
-
}
|
|
32815
32773
|
/** The country of origin for this item (as an iso2 country code) */
|
|
32816
32774
|
export declare enum PutApiV21ItemsIdRequestOriginCountry {
|
|
32817
32775
|
AF = "AF",
|
|
@@ -33552,11 +33510,6 @@ export declare enum PutApiV2IncidentsIdRequestHazmatType {
|
|
|
33552
33510
|
Ormd = "ormd",
|
|
33553
33511
|
Lighters = "lighters"
|
|
33554
33512
|
}
|
|
33555
|
-
/** label format */
|
|
33556
|
-
export declare enum PutApiV2IncidentsIdRequestLabelFormat {
|
|
33557
|
-
Default = "default",
|
|
33558
|
-
WhiplashMini = "whiplash_mini"
|
|
33559
|
-
}
|
|
33560
33513
|
/** The country of origin for this item (as an iso2 country code) */
|
|
33561
33514
|
export declare enum PutApiV2IncidentsIdRequestOriginCountry {
|
|
33562
33515
|
AF = "AF",
|
|
@@ -33867,11 +33820,6 @@ export declare enum PutApiV2ItemsIdRequestHazmatType {
|
|
|
33867
33820
|
Ormd = "ormd",
|
|
33868
33821
|
Lighters = "lighters"
|
|
33869
33822
|
}
|
|
33870
|
-
/** label format */
|
|
33871
|
-
export declare enum PutApiV2ItemsIdRequestLabelFormat {
|
|
33872
|
-
Default = "default",
|
|
33873
|
-
WhiplashMini = "whiplash_mini"
|
|
33874
|
-
}
|
|
33875
33823
|
/** The country of origin for this item (as an iso2 country code) */
|
|
33876
33824
|
export declare enum PutApiV2ItemsIdRequestOriginCountry {
|
|
33877
33825
|
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? */
|
|
@@ -2688,8 +2688,6 @@ export interface ApiV2EntitiesTransaction {
|
|
|
2688
2688
|
export interface ApiV2EntitiesUser {
|
|
2689
2689
|
/** is the user active? */
|
|
2690
2690
|
active?: boolean | null;
|
|
2691
|
-
/** operator auth token (staff only) */
|
|
2692
|
-
auth_token?: string | null;
|
|
2693
2691
|
/** auto create a whiplash email for this user? (staff only) */
|
|
2694
2692
|
create_email?: boolean;
|
|
2695
2693
|
/**
|
|
@@ -3707,7 +3705,7 @@ export interface ApiV21EntitiesItem {
|
|
|
3707
3705
|
/** is the item a bundle? */
|
|
3708
3706
|
is_bundle?: boolean | null;
|
|
3709
3707
|
/** label format */
|
|
3710
|
-
label_format?:
|
|
3708
|
+
label_format?: string | null;
|
|
3711
3709
|
/** the item length (in inches) */
|
|
3712
3710
|
length?: string | null;
|
|
3713
3711
|
/** does this item require lot control? */
|
|
@@ -7031,7 +7029,7 @@ export interface PostApiV21ItemsRequest {
|
|
|
7031
7029
|
/** is the item a bundle? */
|
|
7032
7030
|
is_bundle?: boolean;
|
|
7033
7031
|
/** label format */
|
|
7034
|
-
label_format?:
|
|
7032
|
+
label_format?: string;
|
|
7035
7033
|
/** the item length (in inches) */
|
|
7036
7034
|
length?: string;
|
|
7037
7035
|
/** does this item require lot control? */
|
|
@@ -8946,7 +8944,7 @@ export interface PostApiV2ItemsRequest {
|
|
|
8946
8944
|
/** is the item a bundle? */
|
|
8947
8945
|
is_bundle?: boolean;
|
|
8948
8946
|
/** label format */
|
|
8949
|
-
label_format?:
|
|
8947
|
+
label_format?: string;
|
|
8950
8948
|
/** the item length (in inches) */
|
|
8951
8949
|
length?: string;
|
|
8952
8950
|
/** does this item require lot control? */
|
|
@@ -10826,7 +10824,7 @@ export interface PutApiV21ItemsIdRequest {
|
|
|
10826
10824
|
/** is the item a bundle? */
|
|
10827
10825
|
is_bundle?: boolean;
|
|
10828
10826
|
/** label format */
|
|
10829
|
-
label_format?:
|
|
10827
|
+
label_format?: string;
|
|
10830
10828
|
/** the item length (in inches) */
|
|
10831
10829
|
length?: string;
|
|
10832
10830
|
/** does this item require lot control? */
|
|
@@ -12021,7 +12019,7 @@ export interface PutApiV2ItemsIdRequest {
|
|
|
12021
12019
|
/** is the item a bundle? */
|
|
12022
12020
|
is_bundle?: boolean;
|
|
12023
12021
|
/** label format */
|
|
12024
|
-
label_format?:
|
|
12022
|
+
label_format?: string;
|
|
12025
12023
|
/** the item length (in inches) */
|
|
12026
12024
|
length?: string;
|
|
12027
12025
|
/** does this item require lot control? */
|
|
@@ -12870,12 +12868,6 @@ export enum ApiV21EntitiesItemHazmatType {
|
|
|
12870
12868
|
Lighters = "lighters",
|
|
12871
12869
|
}
|
|
12872
12870
|
|
|
12873
|
-
/** label format */
|
|
12874
|
-
export enum ApiV21EntitiesItemLabelFormat {
|
|
12875
|
-
Default = "default",
|
|
12876
|
-
WhiplashMini = "whiplash_mini",
|
|
12877
|
-
}
|
|
12878
|
-
|
|
12879
12871
|
/** pickable, backstock, etc */
|
|
12880
12872
|
export enum ApiV21EntitiesItemLocationRole {
|
|
12881
12873
|
Pickable = "pickable",
|
|
@@ -13272,12 +13264,6 @@ export enum ApiV2EntitiesItemHazmatType {
|
|
|
13272
13264
|
Lighters = "lighters",
|
|
13273
13265
|
}
|
|
13274
13266
|
|
|
13275
|
-
/** label format */
|
|
13276
|
-
export enum ApiV2EntitiesItemLabelFormat {
|
|
13277
|
-
Default = "default",
|
|
13278
|
-
WhiplashMini = "whiplash_mini",
|
|
13279
|
-
}
|
|
13280
|
-
|
|
13281
13267
|
/** pickable, backstock, etc */
|
|
13282
13268
|
export enum ApiV2EntitiesItemLocationRole {
|
|
13283
13269
|
Pickable = "pickable",
|
|
@@ -13715,12 +13701,6 @@ export enum PostApiV21ItemsRequestHazmatType {
|
|
|
13715
13701
|
Lighters = "lighters",
|
|
13716
13702
|
}
|
|
13717
13703
|
|
|
13718
|
-
/** label format */
|
|
13719
|
-
export enum PostApiV21ItemsRequestLabelFormat {
|
|
13720
|
-
Default = "default",
|
|
13721
|
-
WhiplashMini = "whiplash_mini",
|
|
13722
|
-
}
|
|
13723
|
-
|
|
13724
13704
|
/** The country of origin for this item (as an iso2 country code) */
|
|
13725
13705
|
export enum PostApiV21ItemsRequestOriginCountry {
|
|
13726
13706
|
AF = "AF",
|
|
@@ -14124,12 +14104,6 @@ export enum PostApiV2ItemsRequestHazmatType {
|
|
|
14124
14104
|
Lighters = "lighters",
|
|
14125
14105
|
}
|
|
14126
14106
|
|
|
14127
|
-
/** label format */
|
|
14128
|
-
export enum PostApiV2ItemsRequestLabelFormat {
|
|
14129
|
-
Default = "default",
|
|
14130
|
-
WhiplashMini = "whiplash_mini",
|
|
14131
|
-
}
|
|
14132
|
-
|
|
14133
14107
|
/** The country of origin for this item (as an iso2 country code) */
|
|
14134
14108
|
export enum PostApiV2ItemsRequestOriginCountry {
|
|
14135
14109
|
AF = "AF",
|
|
@@ -14533,12 +14507,6 @@ export enum PutApiV21ItemsIdRequestHazmatType {
|
|
|
14533
14507
|
Lighters = "lighters",
|
|
14534
14508
|
}
|
|
14535
14509
|
|
|
14536
|
-
/** label format */
|
|
14537
|
-
export enum PutApiV21ItemsIdRequestLabelFormat {
|
|
14538
|
-
Default = "default",
|
|
14539
|
-
WhiplashMini = "whiplash_mini",
|
|
14540
|
-
}
|
|
14541
|
-
|
|
14542
14510
|
/** The country of origin for this item (as an iso2 country code) */
|
|
14543
14511
|
export enum PutApiV21ItemsIdRequestOriginCountry {
|
|
14544
14512
|
AF = "AF",
|
|
@@ -14895,12 +14863,6 @@ export enum PutApiV2ItemsIdRequestHazmatType {
|
|
|
14895
14863
|
Lighters = "lighters",
|
|
14896
14864
|
}
|
|
14897
14865
|
|
|
14898
|
-
/** label format */
|
|
14899
|
-
export enum PutApiV2ItemsIdRequestLabelFormat {
|
|
14900
|
-
Default = "default",
|
|
14901
|
-
WhiplashMini = "whiplash_mini",
|
|
14902
|
-
}
|
|
14903
|
-
|
|
14904
14866
|
/** The country of origin for this item (as an iso2 country code) */
|
|
14905
14867
|
export enum PutApiV2ItemsIdRequestOriginCountry {
|
|
14906
14868
|
AF = "AF",
|