@whiplashmerch/whiplash-api-client 3.0.2 → 3.0.3

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 */
@@ -31961,12 +31961,12 @@ export declare enum PostApiV21RulesRequestState {
31961
31961
  /** Which type of rule this is */
31962
31962
  export declare enum PostApiV21RulesRequestType {
31963
31963
  BatchingRule = "BatchingRule",
31964
- RoutingRule = "RoutingRule",
31964
+ ReplenishmentRule = "ReplenishmentRule",
31965
31965
  PackingRule = "PackingRule",
31966
31966
  BackstockRule = "BackstockRule",
31967
+ ShippingMethodRule = "ShippingMethodRule",
31967
31968
  CarrierAccountRule = "CarrierAccountRule",
31968
- ReplenishmentRule = "ReplenishmentRule",
31969
- ShippingMethodRule = "ShippingMethodRule"
31969
+ RoutingRule = "RoutingRule"
31970
31970
  }
31971
31971
  /** locale for language settings */
31972
31972
  export declare enum PostApiV21UsersRequestLocale {
@@ -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
- RoutingRule = "RoutingRule",
32772
+ ReplenishmentRule = "ReplenishmentRule",
32773
32773
  PackingRule = "PackingRule",
32774
32774
  BackstockRule = "BackstockRule",
32775
+ ShippingMethodRule = "ShippingMethodRule",
32775
32776
  CarrierAccountRule = "CarrierAccountRule",
32776
- ReplenishmentRule = "ReplenishmentRule",
32777
- ShippingMethodRule = "ShippingMethodRule"
32777
+ RoutingRule = "RoutingRule"
32778
32778
  }
32779
32779
  /** locale for language settings */
32780
32780
  export declare enum PostApiV2UsersRequestLocale {
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.3",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {