@whiplashmerch/whiplash-api-client 3.0.2 → 3.0.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.
@@ -1394,131 +1394,131 @@ export interface ApiV2EntitiesFilterSet {
1394
1394
  /** V2 */
1395
1395
  export interface ApiV2EntitiesFilterSetOptions {
1396
1396
  bulk_actions?: {
1397
- location?: object;
1398
- account_transaction?: object;
1399
- shipping_method?: object;
1400
- location_audit?: object;
1401
- consumer_return?: object;
1397
+ location_transfer?: object;
1402
1398
  order_batch?: object;
1403
- incident?: object;
1404
- item?: object;
1405
- warehouse?: object;
1406
- carrier_account?: object;
1399
+ meta_key?: object;
1400
+ shipping_method?: object;
1407
1401
  order?: object;
1408
- location_transfer?: object;
1409
- shipnotice?: object;
1410
1402
  project?: object;
1403
+ incident?: object;
1404
+ item?: object;
1411
1405
  manifest?: object;
1406
+ warehouse?: object;
1407
+ account_transaction?: object;
1412
1408
  user?: object;
1413
- meta_key?: object;
1409
+ consumer_return?: object;
1410
+ shipnotice?: object;
1411
+ location?: object;
1412
+ carrier_account?: object;
1413
+ location_audit?: object;
1414
1414
  };
1415
1415
  exporters?: {
1416
- location?: object;
1417
- account_transaction?: object;
1416
+ location_transfer?: object;
1418
1417
  shipping_method?: object;
1419
- location_audit?: object;
1418
+ order?: object;
1420
1419
  document?: object;
1421
- consumer_return?: object;
1422
- customer?: object;
1423
1420
  incident?: object;
1424
1421
  item?: object;
1425
- order?: object;
1426
- location_transfer?: object;
1422
+ account_transaction?: object;
1423
+ consumer_return?: object;
1427
1424
  shipnotice?: object;
1425
+ location?: object;
1426
+ customer?: object;
1427
+ location_audit?: object;
1428
1428
  };
1429
1429
  filters?: {
1430
- location?: any[];
1431
- account_transaction?: any[];
1430
+ location_transfer?: any[];
1431
+ order_batch?: any[];
1432
+ meta_key?: any[];
1432
1433
  shipping_method?: any[];
1433
- location_audit?: any[];
1434
+ order?: any[];
1435
+ project?: any[];
1434
1436
  document?: any[];
1435
- transaction?: any[];
1436
- consumer_return?: any[];
1437
- order_batch?: any[];
1438
- customer?: any[];
1439
1437
  incident?: any[];
1440
1438
  item?: any[];
1441
- warehouse?: any[];
1442
- carrier_account?: any[];
1443
- order?: any[];
1444
- location_transfer?: any[];
1445
- shipnotice?: any[];
1446
- project?: any[];
1447
- partner?: any[];
1448
1439
  manifest?: any[];
1440
+ warehouse?: any[];
1441
+ account_transaction?: any[];
1449
1442
  user?: any[];
1450
- meta_key?: any[];
1443
+ consumer_return?: any[];
1444
+ partner?: any[];
1445
+ shipnotice?: any[];
1446
+ location?: any[];
1447
+ transaction?: any[];
1448
+ carrier_account?: any[];
1449
+ customer?: any[];
1450
+ location_audit?: any[];
1451
1451
  };
1452
1452
  importers?: {
1453
+ location_transfer?: any[];
1454
+ order?: any[];
1453
1455
  document?: any[];
1454
- consumer_return?: any[];
1455
1456
  item?: any[];
1456
- order?: any[];
1457
- location_transfer?: any[];
1457
+ consumer_return?: any[];
1458
1458
  shipnotice?: any[];
1459
1459
  };
1460
1460
  required_scopes?: {
1461
- location?: any[];
1462
- account_transaction?: any[];
1461
+ location_transfer?: any[];
1462
+ order_batch?: any[];
1463
+ meta_key?: any[];
1463
1464
  shipping_method?: any[];
1464
- location_audit?: any[];
1465
+ order?: any[];
1466
+ project?: any[];
1465
1467
  document?: any[];
1466
- transaction?: any[];
1467
- consumer_return?: any[];
1468
- order_batch?: any[];
1469
- customer?: any[];
1470
1468
  incident?: any[];
1471
1469
  item?: any[];
1472
- warehouse?: any[];
1473
- carrier_account?: any[];
1474
- order?: any[];
1475
- location_transfer?: any[];
1476
- shipnotice?: any[];
1477
- project?: any[];
1478
- partner?: any[];
1479
1470
  manifest?: any[];
1471
+ warehouse?: any[];
1472
+ account_transaction?: any[];
1480
1473
  user?: any[];
1481
- meta_key?: any[];
1474
+ consumer_return?: any[];
1475
+ partner?: any[];
1476
+ shipnotice?: any[];
1477
+ location?: any[];
1478
+ transaction?: any[];
1479
+ carrier_account?: any[];
1480
+ customer?: any[];
1481
+ location_audit?: any[];
1482
1482
  };
1483
1483
  resource_actions?: {
1484
- location?: object;
1485
- account_transaction?: object;
1484
+ location_transfer?: object;
1485
+ order_batch?: object;
1486
+ meta_key?: object;
1486
1487
  shipping_method?: object;
1487
- location_audit?: object;
1488
+ order?: object;
1489
+ project?: object;
1488
1490
  document?: object;
1489
- consumer_return?: object;
1490
- order_batch?: object;
1491
- customer?: object;
1492
1491
  incident?: object;
1493
1492
  item?: object;
1494
- warehouse?: object;
1495
- carrier_account?: object;
1496
- order?: object;
1497
- location_transfer?: object;
1498
- shipnotice?: object;
1499
- project?: object;
1500
1493
  manifest?: object;
1494
+ warehouse?: object;
1495
+ account_transaction?: object;
1501
1496
  user?: object;
1502
- meta_key?: object;
1497
+ consumer_return?: object;
1498
+ shipnotice?: object;
1499
+ location?: object;
1500
+ carrier_account?: object;
1501
+ customer?: object;
1502
+ location_audit?: object;
1503
1503
  };
1504
1504
  rule_actions?: {
1505
1505
  batching?: object;
1506
- routing?: object;
1506
+ replenishment?: object;
1507
1507
  packing?: object;
1508
1508
  backstock?: object;
1509
- carrier_account?: object;
1510
- replenishment?: object;
1511
1509
  shipping_method?: object;
1510
+ carrier_account?: object;
1511
+ routing?: object;
1512
1512
  };
1513
1513
  traits?: {
1514
- consumer_return?: any[];
1515
1514
  order_batch?: any[];
1516
- customer?: any[];
1515
+ order?: any[];
1517
1516
  item?: any[];
1518
1517
  warehouse?: any[];
1519
- order?: any[];
1520
- shipnotice?: any[];
1521
1518
  user?: any[];
1519
+ consumer_return?: any[];
1520
+ shipnotice?: any[];
1521
+ customer?: any[];
1522
1522
  };
1523
1523
  }
1524
1524
  /** V2 */
@@ -5074,6 +5074,8 @@ export interface ApiV2EntitiesShippingMethod {
5074
5074
  /** nicely formatted carrier and service */
5075
5075
  name?: string;
5076
5076
  origins?: string[];
5077
+ /** Standard Carrier Alpha Code */
5078
+ scac?: string | null;
5077
5079
  /** the shipping method service (NextDayAir, Ground, etc) */
5078
5080
  service?: string | null;
5079
5081
  /** is the shipping method trackable? */
@@ -10148,6 +10150,8 @@ export interface ApiV21EntitiesShippingMethod {
10148
10150
  /** nicely formatted carrier and service */
10149
10151
  name?: string;
10150
10152
  origins?: string[];
10153
+ /** Standard Carrier Alpha Code */
10154
+ scac?: string | null;
10151
10155
  /** the shipping method service (NextDayAir, Ground, etc) */
10152
10156
  service?: string | null;
10153
10157
  /** is the shipping method trackable? */
@@ -19793,6 +19797,8 @@ export interface PostApiV21ShippingMethodsRequest {
19793
19797
  name?: string;
19794
19798
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
19795
19799
  origins?: string[];
19800
+ /** Standard Carrier Alpha Code */
19801
+ scac?: string;
19796
19802
  /** the shipping method service (NextDayAir, Ground, etc) */
19797
19803
  service?: string;
19798
19804
  /** is the shipping method trackable? */
@@ -23463,6 +23469,8 @@ export interface PostApiV2ShippingMethodsRequest {
23463
23469
  name?: string;
23464
23470
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
23465
23471
  origins?: string[];
23472
+ /** Standard Carrier Alpha Code */
23473
+ scac?: string;
23466
23474
  /** the shipping method service (NextDayAir, Ground, etc) */
23467
23475
  service?: string;
23468
23476
  /** is the shipping method trackable? */
@@ -26366,6 +26374,8 @@ export interface PutApiV21ShippingMethodsIdRequest {
26366
26374
  name?: string;
26367
26375
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
26368
26376
  origins?: string[];
26377
+ /** Standard Carrier Alpha Code */
26378
+ scac?: string;
26369
26379
  /** the shipping method service (NextDayAir, Ground, etc) */
26370
26380
  service?: string;
26371
26381
  /** is the shipping method trackable? */
@@ -29376,6 +29386,8 @@ export interface PutApiV2ShippingMethodsIdRequest {
29376
29386
  name?: string;
29377
29387
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
29378
29388
  origins?: string[];
29389
+ /** Standard Carrier Alpha Code */
29390
+ scac?: string;
29379
29391
  /** the shipping method service (NextDayAir, Ground, etc) */
29380
29392
  service?: string;
29381
29393
  /** is the shipping method trackable? */
@@ -31961,12 +31973,12 @@ export declare enum PostApiV21RulesRequestState {
31961
31973
  /** Which type of rule this is */
31962
31974
  export declare enum PostApiV21RulesRequestType {
31963
31975
  BatchingRule = "BatchingRule",
31964
- RoutingRule = "RoutingRule",
31976
+ ReplenishmentRule = "ReplenishmentRule",
31965
31977
  PackingRule = "PackingRule",
31966
31978
  BackstockRule = "BackstockRule",
31979
+ ShippingMethodRule = "ShippingMethodRule",
31967
31980
  CarrierAccountRule = "CarrierAccountRule",
31968
- ReplenishmentRule = "ReplenishmentRule",
31969
- ShippingMethodRule = "ShippingMethodRule"
31981
+ RoutingRule = "RoutingRule"
31970
31982
  }
31971
31983
  /** locale for language settings */
31972
31984
  export declare enum PostApiV21UsersRequestLocale {
@@ -32769,12 +32781,12 @@ export declare enum PostApiV2RulesRequestState {
32769
32781
  /** Which type of rule this is */
32770
32782
  export declare enum PostApiV2RulesRequestType {
32771
32783
  BatchingRule = "BatchingRule",
32772
- RoutingRule = "RoutingRule",
32784
+ ReplenishmentRule = "ReplenishmentRule",
32773
32785
  PackingRule = "PackingRule",
32774
32786
  BackstockRule = "BackstockRule",
32787
+ ShippingMethodRule = "ShippingMethodRule",
32775
32788
  CarrierAccountRule = "CarrierAccountRule",
32776
- ReplenishmentRule = "ReplenishmentRule",
32777
- ShippingMethodRule = "ShippingMethodRule"
32789
+ RoutingRule = "RoutingRule"
32778
32790
  }
32779
32791
  /** locale for language settings */
32780
32792
  export declare enum PostApiV2UsersRequestLocale {
@@ -2440,6 +2440,8 @@ export interface ApiV2EntitiesShippingMethod {
2440
2440
  /** nicely formatted carrier and service */
2441
2441
  name?: string;
2442
2442
  origins?: string[];
2443
+ /** Standard Carrier Alpha Code */
2444
+ scac?: string | null;
2443
2445
  /** the shipping method service (NextDayAir, Ground, etc) */
2444
2446
  service?: string | null;
2445
2447
  /** is the shipping method trackable? */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {