@whiplashmerch/whiplash-api-client 3.0.5 → 3.0.7
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 +58 -58
- package/dist/client.esm.js.map +1 -1
- package/dist/generated/data-contracts.d.ts +62 -62
- package/generated/data-contracts.ts +62 -62
- package/package.json +1 -1
|
@@ -18106,7 +18106,7 @@ export interface PostApiV21OrdersBulkRequest {
|
|
|
18106
18106
|
/** desired incoterm for the order */
|
|
18107
18107
|
incoterm?: PostApiV21OrdersBulkRequestIncoterm;
|
|
18108
18108
|
/**
|
|
18109
|
-
*
|
|
18109
|
+
* Quote (35) or Shipped Externally (30)
|
|
18110
18110
|
* @format int32
|
|
18111
18111
|
*/
|
|
18112
18112
|
status?: PostApiV21OrdersBulkRequestStatus;
|
|
@@ -18897,7 +18897,7 @@ export interface PostApiV21OrdersRequest {
|
|
|
18897
18897
|
/** skip street date for this order? */
|
|
18898
18898
|
skip_street_date?: boolean;
|
|
18899
18899
|
/**
|
|
18900
|
-
*
|
|
18900
|
+
* Quote (35) or Shipped Externally (30)
|
|
18901
18901
|
* @format int32
|
|
18902
18902
|
*/
|
|
18903
18903
|
status?: PostApiV21OrdersRequestStatus;
|
|
@@ -21778,7 +21778,7 @@ export interface PostApiV2OrdersBulkRequest {
|
|
|
21778
21778
|
/** desired incoterm for the order */
|
|
21779
21779
|
incoterm?: PostApiV2OrdersBulkRequestIncoterm;
|
|
21780
21780
|
/**
|
|
21781
|
-
*
|
|
21781
|
+
* Quote (35) or Shipped Externally (30)
|
|
21782
21782
|
* @format int32
|
|
21783
21783
|
*/
|
|
21784
21784
|
status?: PostApiV2OrdersBulkRequestStatus;
|
|
@@ -22569,7 +22569,7 @@ export interface PostApiV2OrdersRequest {
|
|
|
22569
22569
|
/** skip street date for this order? */
|
|
22570
22570
|
skip_street_date?: boolean;
|
|
22571
22571
|
/**
|
|
22572
|
-
*
|
|
22572
|
+
* Quote (35) or Shipped Externally (30)
|
|
22573
22573
|
* @format int32
|
|
22574
22574
|
*/
|
|
22575
22575
|
status?: PostApiV2OrdersRequestStatus;
|
|
@@ -30167,33 +30167,33 @@ export declare enum ApiV21EntitiesOrderPaymentType {
|
|
|
30167
30167
|
* @format int32
|
|
30168
30168
|
*/
|
|
30169
30169
|
export declare enum ApiV21EntitiesOrderStatus {
|
|
30170
|
-
Value30 =
|
|
30171
|
-
Value35 =
|
|
30172
|
-
Value40 =
|
|
30173
|
-
Value45 =
|
|
30174
|
-
Value50 =
|
|
30175
|
-
Value75 =
|
|
30176
|
-
Value77 =
|
|
30177
|
-
Value80 =
|
|
30178
|
-
Value90 =
|
|
30179
|
-
Value95 =
|
|
30180
|
-
Value100 =
|
|
30181
|
-
Value120 =
|
|
30182
|
-
Value140 =
|
|
30183
|
-
Value150 =
|
|
30184
|
-
Value155 =
|
|
30185
|
-
Value160 =
|
|
30186
|
-
Value200 =
|
|
30187
|
-
Value250 =
|
|
30188
|
-
Value300 =
|
|
30189
|
-
Value325 =
|
|
30190
|
-
Value350 =
|
|
30191
|
-
Value375 =
|
|
30192
|
-
Value380 =
|
|
30193
|
-
Value400 =
|
|
30194
|
-
Value410 =
|
|
30195
|
-
Value430 =
|
|
30196
|
-
Value450 =
|
|
30170
|
+
Value30 = 30,
|
|
30171
|
+
Value35 = 35,
|
|
30172
|
+
Value40 = 40,
|
|
30173
|
+
Value45 = 45,
|
|
30174
|
+
Value50 = 50,
|
|
30175
|
+
Value75 = 75,
|
|
30176
|
+
Value77 = 77,
|
|
30177
|
+
Value80 = 80,
|
|
30178
|
+
Value90 = 90,
|
|
30179
|
+
Value95 = 95,
|
|
30180
|
+
Value100 = 100,
|
|
30181
|
+
Value120 = 120,
|
|
30182
|
+
Value140 = 140,
|
|
30183
|
+
Value150 = 150,
|
|
30184
|
+
Value155 = 155,
|
|
30185
|
+
Value160 = 160,
|
|
30186
|
+
Value200 = 200,
|
|
30187
|
+
Value250 = 250,
|
|
30188
|
+
Value300 = 300,
|
|
30189
|
+
Value325 = 325,
|
|
30190
|
+
Value350 = 350,
|
|
30191
|
+
Value375 = 375,
|
|
30192
|
+
Value380 = 380,
|
|
30193
|
+
Value400 = 400,
|
|
30194
|
+
Value410 = 410,
|
|
30195
|
+
Value430 = 430,
|
|
30196
|
+
Value450 = 450
|
|
30197
30197
|
}
|
|
30198
30198
|
/** the return address shipping country iso2 (US, GB, CA, etc) */
|
|
30199
30199
|
export declare enum ApiV21EntitiesReturnAddressCountryIso2 {
|
|
@@ -30861,33 +30861,33 @@ export declare enum ApiV2EntitiesOrderPaymentType {
|
|
|
30861
30861
|
* @format int32
|
|
30862
30862
|
*/
|
|
30863
30863
|
export declare enum ApiV2EntitiesOrderStatus {
|
|
30864
|
-
Value30 =
|
|
30865
|
-
Value35 =
|
|
30866
|
-
Value40 =
|
|
30867
|
-
Value45 =
|
|
30868
|
-
Value50 =
|
|
30869
|
-
Value75 =
|
|
30870
|
-
Value77 =
|
|
30871
|
-
Value80 =
|
|
30872
|
-
Value90 =
|
|
30873
|
-
Value95 =
|
|
30874
|
-
Value100 =
|
|
30875
|
-
Value120 =
|
|
30876
|
-
Value140 =
|
|
30877
|
-
Value150 =
|
|
30878
|
-
Value155 =
|
|
30879
|
-
Value160 =
|
|
30880
|
-
Value200 =
|
|
30881
|
-
Value250 =
|
|
30882
|
-
Value300 =
|
|
30883
|
-
Value325 =
|
|
30884
|
-
Value350 =
|
|
30885
|
-
Value375 =
|
|
30886
|
-
Value380 =
|
|
30887
|
-
Value400 =
|
|
30888
|
-
Value410 =
|
|
30889
|
-
Value430 =
|
|
30890
|
-
Value450 =
|
|
30864
|
+
Value30 = 30,
|
|
30865
|
+
Value35 = 35,
|
|
30866
|
+
Value40 = 40,
|
|
30867
|
+
Value45 = 45,
|
|
30868
|
+
Value50 = 50,
|
|
30869
|
+
Value75 = 75,
|
|
30870
|
+
Value77 = 77,
|
|
30871
|
+
Value80 = 80,
|
|
30872
|
+
Value90 = 90,
|
|
30873
|
+
Value95 = 95,
|
|
30874
|
+
Value100 = 100,
|
|
30875
|
+
Value120 = 120,
|
|
30876
|
+
Value140 = 140,
|
|
30877
|
+
Value150 = 150,
|
|
30878
|
+
Value155 = 155,
|
|
30879
|
+
Value160 = 160,
|
|
30880
|
+
Value200 = 200,
|
|
30881
|
+
Value250 = 250,
|
|
30882
|
+
Value300 = 300,
|
|
30883
|
+
Value325 = 325,
|
|
30884
|
+
Value350 = 350,
|
|
30885
|
+
Value375 = 375,
|
|
30886
|
+
Value380 = 380,
|
|
30887
|
+
Value400 = 400,
|
|
30888
|
+
Value410 = 410,
|
|
30889
|
+
Value430 = 430,
|
|
30890
|
+
Value450 = 450
|
|
30891
30891
|
}
|
|
30892
30892
|
/** the return address shipping country iso2 (US, GB, CA, etc) */
|
|
30893
30893
|
export declare enum ApiV2EntitiesReturnAddressCountryIso2 {
|
|
@@ -31651,7 +31651,7 @@ export declare enum PostApiV21OrdersBulkRequestPaymentType {
|
|
|
31651
31651
|
ThirdParty = "third_party"
|
|
31652
31652
|
}
|
|
31653
31653
|
/**
|
|
31654
|
-
*
|
|
31654
|
+
* Quote (35) or Shipped Externally (30)
|
|
31655
31655
|
* @format int32
|
|
31656
31656
|
*/
|
|
31657
31657
|
export declare enum PostApiV21OrdersBulkRequestStatus {
|
|
@@ -31692,7 +31692,7 @@ export declare enum PostApiV21OrdersRequestPaymentType {
|
|
|
31692
31692
|
ThirdParty = "third_party"
|
|
31693
31693
|
}
|
|
31694
31694
|
/**
|
|
31695
|
-
*
|
|
31695
|
+
* Quote (35) or Shipped Externally (30)
|
|
31696
31696
|
* @format int32
|
|
31697
31697
|
*/
|
|
31698
31698
|
export declare enum PostApiV21OrdersRequestStatus {
|
|
@@ -32456,7 +32456,7 @@ export declare enum PostApiV2OrdersBulkRequestPaymentType {
|
|
|
32456
32456
|
ThirdParty = "third_party"
|
|
32457
32457
|
}
|
|
32458
32458
|
/**
|
|
32459
|
-
*
|
|
32459
|
+
* Quote (35) or Shipped Externally (30)
|
|
32460
32460
|
* @format int32
|
|
32461
32461
|
*/
|
|
32462
32462
|
export declare enum PostApiV2OrdersBulkRequestStatus {
|
|
@@ -32497,7 +32497,7 @@ export declare enum PostApiV2OrdersRequestPaymentType {
|
|
|
32497
32497
|
ThirdParty = "third_party"
|
|
32498
32498
|
}
|
|
32499
32499
|
/**
|
|
32500
|
-
*
|
|
32500
|
+
* Quote (35) or Shipped Externally (30)
|
|
32501
32501
|
* @format int32
|
|
32502
32502
|
*/
|
|
32503
32503
|
export declare enum PostApiV2OrdersRequestStatus {
|
|
@@ -7089,7 +7089,7 @@ export interface PostApiV21OrdersBulkRequest {
|
|
|
7089
7089
|
/** desired incoterm for the order */
|
|
7090
7090
|
incoterm?: PostApiV21OrdersBulkRequestIncoterm;
|
|
7091
7091
|
/**
|
|
7092
|
-
*
|
|
7092
|
+
* Quote (35) or Shipped Externally (30)
|
|
7093
7093
|
* @format int32
|
|
7094
7094
|
*/
|
|
7095
7095
|
status?: PostApiV21OrdersBulkRequestStatus;
|
|
@@ -7779,7 +7779,7 @@ export interface PostApiV21OrdersRequest {
|
|
|
7779
7779
|
/** skip street date for this order? */
|
|
7780
7780
|
skip_street_date?: boolean;
|
|
7781
7781
|
/**
|
|
7782
|
-
*
|
|
7782
|
+
* Quote (35) or Shipped Externally (30)
|
|
7783
7783
|
* @format int32
|
|
7784
7784
|
*/
|
|
7785
7785
|
status?: PostApiV21OrdersRequestStatus;
|
|
@@ -9068,7 +9068,7 @@ export interface PostApiV2OrdersBulkRequest {
|
|
|
9068
9068
|
/** desired incoterm for the order */
|
|
9069
9069
|
incoterm?: PostApiV2OrdersBulkRequestIncoterm;
|
|
9070
9070
|
/**
|
|
9071
|
-
*
|
|
9071
|
+
* Quote (35) or Shipped Externally (30)
|
|
9072
9072
|
* @format int32
|
|
9073
9073
|
*/
|
|
9074
9074
|
status?: PostApiV2OrdersBulkRequestStatus;
|
|
@@ -9758,7 +9758,7 @@ export interface PostApiV2OrdersRequest {
|
|
|
9758
9758
|
/** skip street date for this order? */
|
|
9759
9759
|
skip_street_date?: boolean;
|
|
9760
9760
|
/**
|
|
9761
|
-
*
|
|
9761
|
+
* Quote (35) or Shipped Externally (30)
|
|
9762
9762
|
* @format int32
|
|
9763
9763
|
*/
|
|
9764
9764
|
status?: PostApiV2OrdersRequestStatus;
|
|
@@ -13128,33 +13128,33 @@ export enum ApiV21EntitiesOrderPaymentType {
|
|
|
13128
13128
|
* @format int32
|
|
13129
13129
|
*/
|
|
13130
13130
|
export enum ApiV21EntitiesOrderStatus {
|
|
13131
|
-
Value30 =
|
|
13132
|
-
Value35 =
|
|
13133
|
-
Value40 =
|
|
13134
|
-
Value45 =
|
|
13135
|
-
Value50 =
|
|
13136
|
-
Value75 =
|
|
13137
|
-
Value77 =
|
|
13138
|
-
Value80 =
|
|
13139
|
-
Value90 =
|
|
13140
|
-
Value95 =
|
|
13141
|
-
Value100 =
|
|
13142
|
-
Value120 =
|
|
13143
|
-
Value140 =
|
|
13144
|
-
Value150 =
|
|
13145
|
-
Value155 =
|
|
13146
|
-
Value160 =
|
|
13147
|
-
Value200 =
|
|
13148
|
-
Value250 =
|
|
13149
|
-
Value300 =
|
|
13150
|
-
Value325 =
|
|
13151
|
-
Value350 =
|
|
13152
|
-
Value375 =
|
|
13153
|
-
Value380 =
|
|
13154
|
-
Value400 =
|
|
13155
|
-
Value410 =
|
|
13156
|
-
Value430 =
|
|
13157
|
-
Value450 =
|
|
13131
|
+
Value30 = 30,
|
|
13132
|
+
Value35 = 35,
|
|
13133
|
+
Value40 = 40,
|
|
13134
|
+
Value45 = 45,
|
|
13135
|
+
Value50 = 50,
|
|
13136
|
+
Value75 = 75,
|
|
13137
|
+
Value77 = 77,
|
|
13138
|
+
Value80 = 80,
|
|
13139
|
+
Value90 = 90,
|
|
13140
|
+
Value95 = 95,
|
|
13141
|
+
Value100 = 100,
|
|
13142
|
+
Value120 = 120,
|
|
13143
|
+
Value140 = 140,
|
|
13144
|
+
Value150 = 150,
|
|
13145
|
+
Value155 = 155,
|
|
13146
|
+
Value160 = 160,
|
|
13147
|
+
Value200 = 200,
|
|
13148
|
+
Value250 = 250,
|
|
13149
|
+
Value300 = 300,
|
|
13150
|
+
Value325 = 325,
|
|
13151
|
+
Value350 = 350,
|
|
13152
|
+
Value375 = 375,
|
|
13153
|
+
Value380 = 380,
|
|
13154
|
+
Value400 = 400,
|
|
13155
|
+
Value410 = 410,
|
|
13156
|
+
Value430 = 430,
|
|
13157
|
+
Value450 = 450,
|
|
13158
13158
|
}
|
|
13159
13159
|
|
|
13160
13160
|
/** hazmat class */
|
|
@@ -13530,33 +13530,33 @@ export enum ApiV2EntitiesOrderPaymentType {
|
|
|
13530
13530
|
* @format int32
|
|
13531
13531
|
*/
|
|
13532
13532
|
export enum ApiV2EntitiesOrderStatus {
|
|
13533
|
-
Value30 =
|
|
13534
|
-
Value35 =
|
|
13535
|
-
Value40 =
|
|
13536
|
-
Value45 =
|
|
13537
|
-
Value50 =
|
|
13538
|
-
Value75 =
|
|
13539
|
-
Value77 =
|
|
13540
|
-
Value80 =
|
|
13541
|
-
Value90 =
|
|
13542
|
-
Value95 =
|
|
13543
|
-
Value100 =
|
|
13544
|
-
Value120 =
|
|
13545
|
-
Value140 =
|
|
13546
|
-
Value150 =
|
|
13547
|
-
Value155 =
|
|
13548
|
-
Value160 =
|
|
13549
|
-
Value200 =
|
|
13550
|
-
Value250 =
|
|
13551
|
-
Value300 =
|
|
13552
|
-
Value325 =
|
|
13553
|
-
Value350 =
|
|
13554
|
-
Value375 =
|
|
13555
|
-
Value380 =
|
|
13556
|
-
Value400 =
|
|
13557
|
-
Value410 =
|
|
13558
|
-
Value430 =
|
|
13559
|
-
Value450 =
|
|
13533
|
+
Value30 = 30,
|
|
13534
|
+
Value35 = 35,
|
|
13535
|
+
Value40 = 40,
|
|
13536
|
+
Value45 = 45,
|
|
13537
|
+
Value50 = 50,
|
|
13538
|
+
Value75 = 75,
|
|
13539
|
+
Value77 = 77,
|
|
13540
|
+
Value80 = 80,
|
|
13541
|
+
Value90 = 90,
|
|
13542
|
+
Value95 = 95,
|
|
13543
|
+
Value100 = 100,
|
|
13544
|
+
Value120 = 120,
|
|
13545
|
+
Value140 = 140,
|
|
13546
|
+
Value150 = 150,
|
|
13547
|
+
Value155 = 155,
|
|
13548
|
+
Value160 = 160,
|
|
13549
|
+
Value200 = 200,
|
|
13550
|
+
Value250 = 250,
|
|
13551
|
+
Value300 = 300,
|
|
13552
|
+
Value325 = 325,
|
|
13553
|
+
Value350 = 350,
|
|
13554
|
+
Value375 = 375,
|
|
13555
|
+
Value380 = 380,
|
|
13556
|
+
Value400 = 400,
|
|
13557
|
+
Value410 = 410,
|
|
13558
|
+
Value430 = 430,
|
|
13559
|
+
Value450 = 450,
|
|
13560
13560
|
}
|
|
13561
13561
|
|
|
13562
13562
|
/** locale for language settings */
|
|
@@ -13956,7 +13956,7 @@ export enum PostApiV21OrdersBulkRequestPaymentType {
|
|
|
13956
13956
|
}
|
|
13957
13957
|
|
|
13958
13958
|
/**
|
|
13959
|
-
*
|
|
13959
|
+
* Quote (35) or Shipped Externally (30)
|
|
13960
13960
|
* @format int32
|
|
13961
13961
|
*/
|
|
13962
13962
|
export enum PostApiV21OrdersBulkRequestStatus {
|
|
@@ -14001,7 +14001,7 @@ export enum PostApiV21OrdersRequestPaymentType {
|
|
|
14001
14001
|
}
|
|
14002
14002
|
|
|
14003
14003
|
/**
|
|
14004
|
-
*
|
|
14004
|
+
* Quote (35) or Shipped Externally (30)
|
|
14005
14005
|
* @format int32
|
|
14006
14006
|
*/
|
|
14007
14007
|
export enum PostApiV21OrdersRequestStatus {
|
|
@@ -14365,7 +14365,7 @@ export enum PostApiV2OrdersBulkRequestPaymentType {
|
|
|
14365
14365
|
}
|
|
14366
14366
|
|
|
14367
14367
|
/**
|
|
14368
|
-
*
|
|
14368
|
+
* Quote (35) or Shipped Externally (30)
|
|
14369
14369
|
* @format int32
|
|
14370
14370
|
*/
|
|
14371
14371
|
export enum PostApiV2OrdersBulkRequestStatus {
|
|
@@ -14410,7 +14410,7 @@ export enum PostApiV2OrdersRequestPaymentType {
|
|
|
14410
14410
|
}
|
|
14411
14411
|
|
|
14412
14412
|
/**
|
|
14413
|
-
*
|
|
14413
|
+
* Quote (35) or Shipped Externally (30)
|
|
14414
14414
|
* @format int32
|
|
14415
14415
|
*/
|
|
14416
14416
|
export enum PostApiV2OrdersRequestStatus {
|