@whiplashmerch/whiplash-api-client 2.0.30 → 2.0.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.
|
@@ -1359,131 +1359,131 @@ export interface ApiV2EntitiesFilterSet {
|
|
|
1359
1359
|
/** V2 */
|
|
1360
1360
|
export interface ApiV2EntitiesFilterSetOptions {
|
|
1361
1361
|
bulk_actions?: {
|
|
1362
|
+
location_transfer?: object;
|
|
1363
|
+
order_batch?: object;
|
|
1364
|
+
meta_key?: object;
|
|
1365
|
+
shipping_method?: object;
|
|
1366
|
+
order?: object;
|
|
1362
1367
|
project?: object;
|
|
1368
|
+
incident?: object;
|
|
1369
|
+
item?: object;
|
|
1370
|
+
manifest?: object;
|
|
1363
1371
|
warehouse?: object;
|
|
1372
|
+
account_transaction?: object;
|
|
1373
|
+
user?: object;
|
|
1364
1374
|
consumer_return?: object;
|
|
1365
|
-
shipping_method?: object;
|
|
1366
|
-
manifest?: object;
|
|
1367
|
-
location?: object;
|
|
1368
|
-
incident?: object;
|
|
1369
1375
|
shipnotice?: object;
|
|
1370
|
-
|
|
1376
|
+
location?: object;
|
|
1371
1377
|
carrier_account?: object;
|
|
1372
|
-
item?: object;
|
|
1373
1378
|
location_audit?: object;
|
|
1374
|
-
order?: object;
|
|
1375
|
-
order_batch?: object;
|
|
1376
|
-
user?: object;
|
|
1377
|
-
meta_key?: object;
|
|
1378
|
-
location_transfer?: object;
|
|
1379
1379
|
};
|
|
1380
1380
|
exporters?: {
|
|
1381
|
-
|
|
1381
|
+
location_transfer?: object;
|
|
1382
1382
|
shipping_method?: object;
|
|
1383
|
-
|
|
1384
|
-
incident?: object;
|
|
1385
|
-
customer?: object;
|
|
1386
|
-
shipnotice?: object;
|
|
1383
|
+
order?: object;
|
|
1387
1384
|
document?: object;
|
|
1388
|
-
|
|
1385
|
+
incident?: object;
|
|
1389
1386
|
item?: object;
|
|
1387
|
+
account_transaction?: object;
|
|
1388
|
+
consumer_return?: object;
|
|
1389
|
+
shipnotice?: object;
|
|
1390
|
+
location?: object;
|
|
1391
|
+
customer?: object;
|
|
1390
1392
|
location_audit?: object;
|
|
1391
|
-
order?: object;
|
|
1392
|
-
location_transfer?: object;
|
|
1393
1393
|
};
|
|
1394
1394
|
filters?: {
|
|
1395
|
+
location_transfer?: any[];
|
|
1396
|
+
order_batch?: any[];
|
|
1397
|
+
meta_key?: any[];
|
|
1398
|
+
shipping_method?: any[];
|
|
1399
|
+
order?: any[];
|
|
1395
1400
|
project?: any[];
|
|
1401
|
+
document?: any[];
|
|
1402
|
+
incident?: any[];
|
|
1403
|
+
item?: any[];
|
|
1404
|
+
manifest?: any[];
|
|
1396
1405
|
warehouse?: any[];
|
|
1406
|
+
account_transaction?: any[];
|
|
1407
|
+
user?: any[];
|
|
1397
1408
|
consumer_return?: any[];
|
|
1398
|
-
|
|
1399
|
-
|
|
1409
|
+
partner?: any[];
|
|
1410
|
+
shipnotice?: any[];
|
|
1400
1411
|
location?: any[];
|
|
1401
1412
|
transaction?: any[];
|
|
1402
|
-
incident?: any[];
|
|
1403
|
-
customer?: any[];
|
|
1404
|
-
shipnotice?: any[];
|
|
1405
|
-
document?: any[];
|
|
1406
|
-
account_transaction?: any[];
|
|
1407
1413
|
carrier_account?: any[];
|
|
1408
|
-
|
|
1414
|
+
customer?: any[];
|
|
1409
1415
|
location_audit?: any[];
|
|
1410
|
-
order?: any[];
|
|
1411
|
-
order_batch?: any[];
|
|
1412
|
-
user?: any[];
|
|
1413
|
-
meta_key?: any[];
|
|
1414
|
-
partner?: any[];
|
|
1415
|
-
location_transfer?: any[];
|
|
1416
1416
|
};
|
|
1417
1417
|
importers?: {
|
|
1418
|
-
|
|
1419
|
-
|
|
1418
|
+
location_transfer?: any[];
|
|
1419
|
+
order?: any[];
|
|
1420
1420
|
document?: any[];
|
|
1421
1421
|
item?: any[];
|
|
1422
|
-
|
|
1423
|
-
|
|
1422
|
+
consumer_return?: any[];
|
|
1423
|
+
shipnotice?: any[];
|
|
1424
1424
|
};
|
|
1425
1425
|
required_scopes?: {
|
|
1426
|
+
location_transfer?: any[];
|
|
1427
|
+
order_batch?: any[];
|
|
1428
|
+
meta_key?: any[];
|
|
1429
|
+
shipping_method?: any[];
|
|
1430
|
+
order?: any[];
|
|
1426
1431
|
project?: any[];
|
|
1432
|
+
document?: any[];
|
|
1433
|
+
incident?: any[];
|
|
1434
|
+
item?: any[];
|
|
1435
|
+
manifest?: any[];
|
|
1427
1436
|
warehouse?: any[];
|
|
1437
|
+
account_transaction?: any[];
|
|
1438
|
+
user?: any[];
|
|
1428
1439
|
consumer_return?: any[];
|
|
1429
|
-
|
|
1430
|
-
|
|
1440
|
+
partner?: any[];
|
|
1441
|
+
shipnotice?: any[];
|
|
1431
1442
|
location?: any[];
|
|
1432
1443
|
transaction?: any[];
|
|
1433
|
-
incident?: any[];
|
|
1434
|
-
customer?: any[];
|
|
1435
|
-
shipnotice?: any[];
|
|
1436
|
-
document?: any[];
|
|
1437
|
-
account_transaction?: any[];
|
|
1438
1444
|
carrier_account?: any[];
|
|
1439
|
-
|
|
1445
|
+
customer?: any[];
|
|
1440
1446
|
location_audit?: any[];
|
|
1441
|
-
order?: any[];
|
|
1442
|
-
order_batch?: any[];
|
|
1443
|
-
user?: any[];
|
|
1444
|
-
meta_key?: any[];
|
|
1445
|
-
partner?: any[];
|
|
1446
|
-
location_transfer?: any[];
|
|
1447
1447
|
};
|
|
1448
1448
|
resource_actions?: {
|
|
1449
|
+
location_transfer?: object;
|
|
1450
|
+
order_batch?: object;
|
|
1451
|
+
meta_key?: object;
|
|
1452
|
+
shipping_method?: object;
|
|
1453
|
+
order?: object;
|
|
1449
1454
|
project?: object;
|
|
1455
|
+
document?: object;
|
|
1456
|
+
incident?: object;
|
|
1457
|
+
item?: object;
|
|
1458
|
+
manifest?: object;
|
|
1450
1459
|
warehouse?: object;
|
|
1460
|
+
account_transaction?: object;
|
|
1461
|
+
user?: object;
|
|
1451
1462
|
consumer_return?: object;
|
|
1452
|
-
shipping_method?: object;
|
|
1453
|
-
manifest?: object;
|
|
1454
|
-
location?: object;
|
|
1455
|
-
incident?: object;
|
|
1456
|
-
customer?: object;
|
|
1457
1463
|
shipnotice?: object;
|
|
1458
|
-
|
|
1459
|
-
account_transaction?: object;
|
|
1464
|
+
location?: object;
|
|
1460
1465
|
carrier_account?: object;
|
|
1461
|
-
|
|
1466
|
+
customer?: object;
|
|
1462
1467
|
location_audit?: object;
|
|
1463
|
-
order?: object;
|
|
1464
|
-
order_batch?: object;
|
|
1465
|
-
user?: object;
|
|
1466
|
-
meta_key?: object;
|
|
1467
|
-
location_transfer?: object;
|
|
1468
1468
|
};
|
|
1469
1469
|
rule_actions?: {
|
|
1470
|
-
packing?: object;
|
|
1471
|
-
shipping_method?: object;
|
|
1472
|
-
routing?: object;
|
|
1473
1470
|
batching?: object;
|
|
1474
1471
|
replenishment?: object;
|
|
1475
|
-
|
|
1472
|
+
packing?: object;
|
|
1476
1473
|
backstock?: object;
|
|
1474
|
+
shipping_method?: object;
|
|
1475
|
+
carrier_account?: object;
|
|
1476
|
+
routing?: object;
|
|
1477
1477
|
};
|
|
1478
1478
|
traits?: {
|
|
1479
|
+
order_batch?: any[];
|
|
1480
|
+
order?: any[];
|
|
1481
|
+
item?: any[];
|
|
1479
1482
|
warehouse?: any[];
|
|
1483
|
+
user?: any[];
|
|
1480
1484
|
consumer_return?: any[];
|
|
1481
|
-
customer?: any[];
|
|
1482
1485
|
shipnotice?: any[];
|
|
1483
|
-
|
|
1484
|
-
order?: any[];
|
|
1485
|
-
order_batch?: any[];
|
|
1486
|
-
user?: any[];
|
|
1486
|
+
customer?: any[];
|
|
1487
1487
|
};
|
|
1488
1488
|
}
|
|
1489
1489
|
/** V2 */
|
|
@@ -7651,9 +7651,9 @@ export interface ApiV21EntitiesOrder {
|
|
|
7651
7651
|
status?: ApiV21EntitiesOrderStatus;
|
|
7652
7652
|
/** the order status name */
|
|
7653
7653
|
status_name?: string;
|
|
7654
|
-
/**
|
|
7654
|
+
/** the order tms id */
|
|
7655
7655
|
tms_id?: string | null;
|
|
7656
|
-
/**
|
|
7656
|
+
/** Whether tms is required */
|
|
7657
7657
|
tms_required?: boolean | null;
|
|
7658
7658
|
tracking?: string[];
|
|
7659
7659
|
tracking_links?: string[];
|
|
@@ -29622,13 +29622,13 @@ export declare enum PostApiV21RulesRequestState {
|
|
|
29622
29622
|
}
|
|
29623
29623
|
/** Which type of rule this is */
|
|
29624
29624
|
export declare enum PostApiV21RulesRequestType {
|
|
29625
|
-
PackingRule = "PackingRule",
|
|
29626
|
-
ShippingMethodRule = "ShippingMethodRule",
|
|
29627
|
-
RoutingRule = "RoutingRule",
|
|
29628
29625
|
BatchingRule = "BatchingRule",
|
|
29629
29626
|
ReplenishmentRule = "ReplenishmentRule",
|
|
29627
|
+
PackingRule = "PackingRule",
|
|
29628
|
+
BackstockRule = "BackstockRule",
|
|
29629
|
+
ShippingMethodRule = "ShippingMethodRule",
|
|
29630
29630
|
CarrierAccountRule = "CarrierAccountRule",
|
|
29631
|
-
|
|
29631
|
+
RoutingRule = "RoutingRule"
|
|
29632
29632
|
}
|
|
29633
29633
|
/** locale for language settings */
|
|
29634
29634
|
export declare enum PostApiV21UsersRequestLocale {
|
|
@@ -30428,13 +30428,13 @@ export declare enum PostApiV2RulesRequestState {
|
|
|
30428
30428
|
}
|
|
30429
30429
|
/** Which type of rule this is */
|
|
30430
30430
|
export declare enum PostApiV2RulesRequestType {
|
|
30431
|
-
PackingRule = "PackingRule",
|
|
30432
|
-
ShippingMethodRule = "ShippingMethodRule",
|
|
30433
|
-
RoutingRule = "RoutingRule",
|
|
30434
30431
|
BatchingRule = "BatchingRule",
|
|
30435
30432
|
ReplenishmentRule = "ReplenishmentRule",
|
|
30433
|
+
PackingRule = "PackingRule",
|
|
30434
|
+
BackstockRule = "BackstockRule",
|
|
30435
|
+
ShippingMethodRule = "ShippingMethodRule",
|
|
30436
30436
|
CarrierAccountRule = "CarrierAccountRule",
|
|
30437
|
-
|
|
30437
|
+
RoutingRule = "RoutingRule"
|
|
30438
30438
|
}
|
|
30439
30439
|
/** locale for language settings */
|
|
30440
30440
|
export declare enum PostApiV2UsersRequestLocale {
|
|
@@ -4053,9 +4053,9 @@ export interface ApiV21EntitiesOrder {
|
|
|
4053
4053
|
status?: ApiV21EntitiesOrderStatus;
|
|
4054
4054
|
/** the order status name */
|
|
4055
4055
|
status_name?: string;
|
|
4056
|
-
/**
|
|
4056
|
+
/** the order tms id */
|
|
4057
4057
|
tms_id?: string | null;
|
|
4058
|
-
/**
|
|
4058
|
+
/** Whether tms is required */
|
|
4059
4059
|
tms_required?: boolean | null;
|
|
4060
4060
|
tracking?: string[];
|
|
4061
4061
|
tracking_links?: string[];
|