@whiplashmerch/whiplash-api-client 3.0.6 → 3.0.8

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.
@@ -1394,131 +1394,131 @@ export interface ApiV2EntitiesFilterSet {
1394
1394
  /** V2 */
1395
1395
  export interface ApiV2EntitiesFilterSetOptions {
1396
1396
  bulk_actions?: {
1397
- location_transfer?: object;
1398
- order_batch?: object;
1399
- meta_key?: object;
1397
+ location?: object;
1398
+ account_transaction?: object;
1400
1399
  shipping_method?: object;
1401
- order?: object;
1402
- project?: object;
1400
+ location_audit?: object;
1401
+ consumer_return?: object;
1402
+ order_batch?: object;
1403
1403
  incident?: object;
1404
1404
  item?: object;
1405
- manifest?: object;
1406
1405
  warehouse?: object;
1407
- account_transaction?: object;
1408
- user?: object;
1409
- consumer_return?: object;
1410
- shipnotice?: object;
1411
- location?: object;
1412
1406
  carrier_account?: object;
1413
- location_audit?: object;
1407
+ order?: object;
1408
+ location_transfer?: object;
1409
+ shipnotice?: object;
1410
+ project?: object;
1411
+ manifest?: object;
1412
+ user?: object;
1413
+ meta_key?: object;
1414
1414
  };
1415
1415
  exporters?: {
1416
- location_transfer?: object;
1416
+ location?: object;
1417
+ account_transaction?: object;
1417
1418
  shipping_method?: object;
1418
- order?: object;
1419
+ location_audit?: object;
1419
1420
  document?: object;
1421
+ consumer_return?: object;
1422
+ customer?: object;
1420
1423
  incident?: object;
1421
1424
  item?: object;
1422
- account_transaction?: object;
1423
- consumer_return?: object;
1425
+ order?: object;
1426
+ location_transfer?: object;
1424
1427
  shipnotice?: object;
1425
- location?: object;
1426
- customer?: object;
1427
- location_audit?: object;
1428
1428
  };
1429
1429
  filters?: {
1430
- location_transfer?: any[];
1431
- order_batch?: any[];
1432
- meta_key?: any[];
1430
+ location?: any[];
1431
+ account_transaction?: any[];
1433
1432
  shipping_method?: any[];
1434
- order?: any[];
1435
- project?: any[];
1433
+ location_audit?: any[];
1436
1434
  document?: any[];
1435
+ transaction?: any[];
1436
+ consumer_return?: any[];
1437
+ order_batch?: any[];
1438
+ customer?: any[];
1437
1439
  incident?: any[];
1438
1440
  item?: any[];
1439
- manifest?: any[];
1440
1441
  warehouse?: any[];
1441
- account_transaction?: any[];
1442
- user?: any[];
1443
- consumer_return?: any[];
1444
- partner?: any[];
1445
- shipnotice?: any[];
1446
- location?: any[];
1447
- transaction?: any[];
1448
1442
  carrier_account?: any[];
1449
- customer?: any[];
1450
- location_audit?: any[];
1443
+ order?: any[];
1444
+ location_transfer?: any[];
1445
+ shipnotice?: any[];
1446
+ project?: any[];
1447
+ partner?: any[];
1448
+ manifest?: any[];
1449
+ user?: any[];
1450
+ meta_key?: any[];
1451
1451
  };
1452
1452
  importers?: {
1453
- location_transfer?: any[];
1454
- order?: any[];
1455
1453
  document?: any[];
1456
- item?: any[];
1457
1454
  consumer_return?: any[];
1455
+ item?: any[];
1456
+ order?: any[];
1457
+ location_transfer?: any[];
1458
1458
  shipnotice?: any[];
1459
1459
  };
1460
1460
  required_scopes?: {
1461
- location_transfer?: any[];
1462
- order_batch?: any[];
1463
- meta_key?: any[];
1461
+ location?: any[];
1462
+ account_transaction?: any[];
1464
1463
  shipping_method?: any[];
1465
- order?: any[];
1466
- project?: any[];
1464
+ location_audit?: any[];
1467
1465
  document?: any[];
1466
+ transaction?: any[];
1467
+ consumer_return?: any[];
1468
+ order_batch?: any[];
1469
+ customer?: any[];
1468
1470
  incident?: any[];
1469
1471
  item?: any[];
1470
- manifest?: any[];
1471
1472
  warehouse?: any[];
1472
- account_transaction?: any[];
1473
- user?: any[];
1474
- consumer_return?: any[];
1475
- partner?: any[];
1476
- shipnotice?: any[];
1477
- location?: any[];
1478
- transaction?: any[];
1479
1473
  carrier_account?: any[];
1480
- customer?: any[];
1481
- location_audit?: any[];
1474
+ order?: any[];
1475
+ location_transfer?: any[];
1476
+ shipnotice?: any[];
1477
+ project?: any[];
1478
+ partner?: any[];
1479
+ manifest?: any[];
1480
+ user?: any[];
1481
+ meta_key?: any[];
1482
1482
  };
1483
1483
  resource_actions?: {
1484
- location_transfer?: object;
1485
- order_batch?: object;
1486
- meta_key?: object;
1484
+ location?: object;
1485
+ account_transaction?: object;
1487
1486
  shipping_method?: object;
1488
- order?: object;
1489
- project?: object;
1487
+ location_audit?: object;
1490
1488
  document?: object;
1489
+ consumer_return?: object;
1490
+ order_batch?: object;
1491
+ customer?: object;
1491
1492
  incident?: object;
1492
1493
  item?: object;
1493
- manifest?: object;
1494
1494
  warehouse?: object;
1495
- account_transaction?: object;
1496
- user?: object;
1497
- consumer_return?: object;
1498
- shipnotice?: object;
1499
- location?: object;
1500
1495
  carrier_account?: object;
1501
- customer?: object;
1502
- location_audit?: object;
1496
+ order?: object;
1497
+ location_transfer?: object;
1498
+ shipnotice?: object;
1499
+ project?: object;
1500
+ manifest?: object;
1501
+ user?: object;
1502
+ meta_key?: object;
1503
1503
  };
1504
1504
  rule_actions?: {
1505
1505
  batching?: object;
1506
- replenishment?: object;
1506
+ routing?: object;
1507
1507
  packing?: object;
1508
1508
  backstock?: object;
1509
- shipping_method?: object;
1510
1509
  carrier_account?: object;
1511
- routing?: object;
1510
+ replenishment?: object;
1511
+ shipping_method?: object;
1512
1512
  };
1513
1513
  traits?: {
1514
+ consumer_return?: any[];
1514
1515
  order_batch?: any[];
1515
- order?: any[];
1516
+ customer?: any[];
1516
1517
  item?: any[];
1517
1518
  warehouse?: any[];
1518
- user?: any[];
1519
- consumer_return?: any[];
1519
+ order?: any[];
1520
1520
  shipnotice?: any[];
1521
- customer?: any[];
1521
+ user?: any[];
1522
1522
  };
1523
1523
  }
1524
1524
  /** V2 */
@@ -18106,7 +18106,7 @@ export interface PostApiV21OrdersBulkRequest {
18106
18106
  /** desired incoterm for the order */
18107
18107
  incoterm?: PostApiV21OrdersBulkRequestIncoterm;
18108
18108
  /**
18109
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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 = "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"
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 = "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"
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
31695
+ * Quote (35) or Shipped Externally (30)
31696
31696
  * @format int32
31697
31697
  */
31698
31698
  export declare enum PostApiV21OrdersRequestStatus {
@@ -31964,12 +31964,12 @@ export declare enum PostApiV21RulesRequestState {
31964
31964
  /** Which type of rule this is */
31965
31965
  export declare enum PostApiV21RulesRequestType {
31966
31966
  BatchingRule = "BatchingRule",
31967
- ReplenishmentRule = "ReplenishmentRule",
31967
+ RoutingRule = "RoutingRule",
31968
31968
  PackingRule = "PackingRule",
31969
31969
  BackstockRule = "BackstockRule",
31970
- ShippingMethodRule = "ShippingMethodRule",
31971
31970
  CarrierAccountRule = "CarrierAccountRule",
31972
- RoutingRule = "RoutingRule"
31971
+ ReplenishmentRule = "ReplenishmentRule",
31972
+ ShippingMethodRule = "ShippingMethodRule"
31973
31973
  }
31974
31974
  /** locale for language settings */
31975
31975
  export declare enum PostApiV21UsersRequestLocale {
@@ -32456,7 +32456,7 @@ export declare enum PostApiV2OrdersBulkRequestPaymentType {
32456
32456
  ThirdParty = "third_party"
32457
32457
  }
32458
32458
  /**
32459
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
32500
+ * Quote (35) or Shipped Externally (30)
32501
32501
  * @format int32
32502
32502
  */
32503
32503
  export declare enum PostApiV2OrdersRequestStatus {
@@ -32769,12 +32769,12 @@ export declare enum PostApiV2RulesRequestState {
32769
32769
  /** Which type of rule this is */
32770
32770
  export declare enum PostApiV2RulesRequestType {
32771
32771
  BatchingRule = "BatchingRule",
32772
- ReplenishmentRule = "ReplenishmentRule",
32772
+ RoutingRule = "RoutingRule",
32773
32773
  PackingRule = "PackingRule",
32774
32774
  BackstockRule = "BackstockRule",
32775
- ShippingMethodRule = "ShippingMethodRule",
32776
32775
  CarrierAccountRule = "CarrierAccountRule",
32777
- RoutingRule = "RoutingRule"
32776
+ ReplenishmentRule = "ReplenishmentRule",
32777
+ ShippingMethodRule = "ShippingMethodRule"
32778
32778
  }
32779
32779
  /** locale for language settings */
32780
32780
  export declare enum PostApiV2UsersRequestLocale {
@@ -1,2 +1,9 @@
1
1
  import { AxiosError } from 'axios';
2
2
  export declare function errorHandler(error: AxiosError): string[];
3
+ export declare function toSentence(array: string[]): string;
4
+ export interface MaximalApiError {
5
+ errors?: string[] | string;
6
+ error?: string[] | string;
7
+ }
8
+ export declare function generateErrorString(input: string[] | string): string;
9
+ export declare function handleApiError(error: AxiosError<MaximalApiError>): Error;
@@ -7089,7 +7089,7 @@ export interface PostApiV21OrdersBulkRequest {
7089
7089
  /** desired incoterm for the order */
7090
7090
  incoterm?: PostApiV21OrdersBulkRequestIncoterm;
7091
7091
  /**
7092
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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 = "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",
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 = "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",
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
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
- * the order status: 30 (Shipped Externally), 35 (Quote), 40 (Cancelled), 45 (Closed by Originator), 50 (Unpaid), 75 (Pending Return), 77 (Return Verified), 80 (Pre-Order), 90 (Paused), 95 (Insufficient Inventory), 100 (Processing), 120 (Printed), 140 (Pending Pick Confirmation), 150 (Picked), 155 (Prepacking in Progress), 160 (Packed), 200 (Label Scheduled for Purchase), 250 (Label Purchased), 300 (Shipped), 325 (Picked Up), 350 (Delivered), 375 (Return Expired), 380 (Replacement Cancelled), 400 (Returned Undeliverable), 410 (Replacement Requested), 430 (Exchanged), 450 (Refund Requested)
14413
+ * Quote (35) or Shipped Externally (30)
14414
14414
  * @format int32
14415
14415
  */
14416
14416
  export enum PostApiV2OrdersRequestStatus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {