@whiplashmerch/whiplash-api-client 2.0.4 → 2.0.6
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.
|
@@ -8442,6 +8442,8 @@ export interface GetApiV21AccountTransactionsParams {
|
|
|
8442
8442
|
* @format int32
|
|
8443
8443
|
*/
|
|
8444
8444
|
per_page?: number;
|
|
8445
|
+
/** Include total count of items */
|
|
8446
|
+
page_total?: boolean;
|
|
8445
8447
|
}
|
|
8446
8448
|
export interface GetApiV21AccountsCountParams {
|
|
8447
8449
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8462,6 +8464,8 @@ export interface GetApiV21AccountsIdAccountTransactionsParams {
|
|
|
8462
8464
|
* @format int32
|
|
8463
8465
|
*/
|
|
8464
8466
|
per_page?: number;
|
|
8467
|
+
/** Include total count of items */
|
|
8468
|
+
page_total?: boolean;
|
|
8465
8469
|
id: number;
|
|
8466
8470
|
}
|
|
8467
8471
|
export interface GetApiV21AccountsParams {
|
|
@@ -8481,6 +8485,8 @@ export interface GetApiV21AccountsParams {
|
|
|
8481
8485
|
* @format int32
|
|
8482
8486
|
*/
|
|
8483
8487
|
per_page?: number;
|
|
8488
|
+
/** Include total count of items */
|
|
8489
|
+
page_total?: boolean;
|
|
8484
8490
|
}
|
|
8485
8491
|
export interface GetApiV21AllocationsParams {
|
|
8486
8492
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8516,6 +8522,8 @@ export interface GetApiV21BillOfLadingsParams {
|
|
|
8516
8522
|
* @format int32
|
|
8517
8523
|
*/
|
|
8518
8524
|
per_page?: number;
|
|
8525
|
+
/** Include total count of items */
|
|
8526
|
+
page_total?: boolean;
|
|
8519
8527
|
}
|
|
8520
8528
|
export interface GetApiV21BroadcastsCountParams {
|
|
8521
8529
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8540,6 +8548,8 @@ export interface GetApiV21BroadcastsParams {
|
|
|
8540
8548
|
* @format int32
|
|
8541
8549
|
*/
|
|
8542
8550
|
per_page?: number;
|
|
8551
|
+
/** Include total count of items */
|
|
8552
|
+
page_total?: boolean;
|
|
8543
8553
|
}
|
|
8544
8554
|
export interface GetApiV21CarrierAccountsCountParams {
|
|
8545
8555
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8567,6 +8577,8 @@ export interface GetApiV21CarrierAccountsParams {
|
|
|
8567
8577
|
* @format int32
|
|
8568
8578
|
*/
|
|
8569
8579
|
per_page?: number;
|
|
8580
|
+
/** Include total count of items */
|
|
8581
|
+
page_total?: boolean;
|
|
8570
8582
|
}
|
|
8571
8583
|
export interface GetApiV21CarrierAccountsProviderAccountsParams {
|
|
8572
8584
|
/** List of provider names to filter by, defaults to return all accounts if no list is provided */
|
|
@@ -8581,6 +8593,8 @@ export interface GetApiV21CarrierAccountsProviderAccountsParams {
|
|
|
8581
8593
|
* @format int32
|
|
8582
8594
|
*/
|
|
8583
8595
|
per_page?: number;
|
|
8596
|
+
/** Include total count of items */
|
|
8597
|
+
page_total?: boolean;
|
|
8584
8598
|
}
|
|
8585
8599
|
export interface GetApiV21CarrierAliasesParams {
|
|
8586
8600
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8599,6 +8613,8 @@ export interface GetApiV21CarrierAliasesParams {
|
|
|
8599
8613
|
* @format int32
|
|
8600
8614
|
*/
|
|
8601
8615
|
per_page?: number;
|
|
8616
|
+
/** Include total count of items */
|
|
8617
|
+
page_total?: boolean;
|
|
8602
8618
|
}
|
|
8603
8619
|
export interface GetApiV21CarriersParams {
|
|
8604
8620
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8613,6 +8629,8 @@ export interface GetApiV21CarriersParams {
|
|
|
8613
8629
|
* @format int32
|
|
8614
8630
|
*/
|
|
8615
8631
|
per_page?: number;
|
|
8632
|
+
/** Include total count of items */
|
|
8633
|
+
page_total?: boolean;
|
|
8616
8634
|
}
|
|
8617
8635
|
export interface GetApiV21ChromalistsParams {
|
|
8618
8636
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8662,6 +8680,8 @@ export interface GetApiV21ConsumerReturnsIdIncidentsParams {
|
|
|
8662
8680
|
* @format int32
|
|
8663
8681
|
*/
|
|
8664
8682
|
per_page?: number;
|
|
8683
|
+
/** Include total count of items */
|
|
8684
|
+
page_total?: boolean;
|
|
8665
8685
|
id: number;
|
|
8666
8686
|
}
|
|
8667
8687
|
export interface GetApiV21ConsumerReturnsIdMetaFieldsParams {
|
|
@@ -8691,6 +8711,8 @@ export interface GetApiV21ConsumerReturnsParams {
|
|
|
8691
8711
|
* @format int32
|
|
8692
8712
|
*/
|
|
8693
8713
|
per_page?: number;
|
|
8714
|
+
/** Include total count of items */
|
|
8715
|
+
page_total?: boolean;
|
|
8694
8716
|
}
|
|
8695
8717
|
export interface GetApiV21CurrenciesParams {
|
|
8696
8718
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8737,6 +8759,8 @@ export interface GetApiV21CustomersParams {
|
|
|
8737
8759
|
* @format int32
|
|
8738
8760
|
*/
|
|
8739
8761
|
per_page?: number;
|
|
8762
|
+
/** Include total count of items */
|
|
8763
|
+
page_total?: boolean;
|
|
8740
8764
|
}
|
|
8741
8765
|
export interface GetApiV21CustomsInfosParams {
|
|
8742
8766
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8755,6 +8779,8 @@ export interface GetApiV21CustomsInfosParams {
|
|
|
8755
8779
|
* @format int32
|
|
8756
8780
|
*/
|
|
8757
8781
|
per_page?: number;
|
|
8782
|
+
/** Include total count of items */
|
|
8783
|
+
page_total?: boolean;
|
|
8758
8784
|
}
|
|
8759
8785
|
export interface GetApiV21DocumentsParams {
|
|
8760
8786
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8805,6 +8831,8 @@ export interface GetApiV21FilterSetsIdResultsParams {
|
|
|
8805
8831
|
* @format int32
|
|
8806
8832
|
*/
|
|
8807
8833
|
per_page?: number;
|
|
8834
|
+
/** Include total count of items */
|
|
8835
|
+
page_total?: boolean;
|
|
8808
8836
|
id: number;
|
|
8809
8837
|
}
|
|
8810
8838
|
export interface GetApiV21FilterSetsIdTraitsParams {
|
|
@@ -8829,6 +8857,8 @@ export interface GetApiV21FilterSetsParams {
|
|
|
8829
8857
|
* @format int32
|
|
8830
8858
|
*/
|
|
8831
8859
|
per_page?: number;
|
|
8860
|
+
/** Include total count of items */
|
|
8861
|
+
page_total?: boolean;
|
|
8832
8862
|
}
|
|
8833
8863
|
export interface GetApiV21ImporterOfRecordsParams {
|
|
8834
8864
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8845,6 +8875,8 @@ export interface GetApiV21ImporterOfRecordsParams {
|
|
|
8845
8875
|
* @format int32
|
|
8846
8876
|
*/
|
|
8847
8877
|
per_page?: number;
|
|
8878
|
+
/** Include total count of items */
|
|
8879
|
+
page_total?: boolean;
|
|
8848
8880
|
}
|
|
8849
8881
|
export interface GetApiV21IncidentsCountParams {
|
|
8850
8882
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8865,6 +8897,8 @@ export interface GetApiV21IncidentsParams {
|
|
|
8865
8897
|
* @format int32
|
|
8866
8898
|
*/
|
|
8867
8899
|
per_page?: number;
|
|
8900
|
+
/** Include total count of items */
|
|
8901
|
+
page_total?: boolean;
|
|
8868
8902
|
}
|
|
8869
8903
|
export interface GetApiV21InvoiceItemsCountParams {
|
|
8870
8904
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8887,6 +8921,8 @@ export interface GetApiV21InvoiceItemsParams {
|
|
|
8887
8921
|
* @format int32
|
|
8888
8922
|
*/
|
|
8889
8923
|
per_page?: number;
|
|
8924
|
+
/** Include total count of items */
|
|
8925
|
+
page_total?: boolean;
|
|
8890
8926
|
}
|
|
8891
8927
|
export interface GetApiV21InvoicesCountParams {
|
|
8892
8928
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -8920,6 +8956,8 @@ export interface GetApiV21InvoicesParams {
|
|
|
8920
8956
|
* @format int32
|
|
8921
8957
|
*/
|
|
8922
8958
|
per_page?: number;
|
|
8959
|
+
/** Include total count of items */
|
|
8960
|
+
page_total?: boolean;
|
|
8923
8961
|
}
|
|
8924
8962
|
export interface GetApiV21ItemsAggregateParams {
|
|
8925
8963
|
/** An array of columns to group by */
|
|
@@ -8954,6 +8992,8 @@ export interface GetApiV21ItemsIdInboundParams {
|
|
|
8954
8992
|
* @format int32
|
|
8955
8993
|
*/
|
|
8956
8994
|
per_page?: number;
|
|
8995
|
+
/** Include total count of items */
|
|
8996
|
+
page_total?: boolean;
|
|
8957
8997
|
id: number;
|
|
8958
8998
|
}
|
|
8959
8999
|
export interface GetApiV21ItemsIdIncidentsCountParams {
|
|
@@ -8976,6 +9016,8 @@ export interface GetApiV21ItemsIdIncidentsParams {
|
|
|
8976
9016
|
* @format int32
|
|
8977
9017
|
*/
|
|
8978
9018
|
per_page?: number;
|
|
9019
|
+
/** Include total count of items */
|
|
9020
|
+
page_total?: boolean;
|
|
8979
9021
|
id: number;
|
|
8980
9022
|
}
|
|
8981
9023
|
export interface GetApiV21ItemsIdLocationsCountParams {
|
|
@@ -9000,6 +9042,8 @@ export interface GetApiV21ItemsIdLocationsParams {
|
|
|
9000
9042
|
* @format int32
|
|
9001
9043
|
*/
|
|
9002
9044
|
per_page?: number;
|
|
9045
|
+
/** Include total count of items */
|
|
9046
|
+
page_total?: boolean;
|
|
9003
9047
|
id: number;
|
|
9004
9048
|
}
|
|
9005
9049
|
export interface GetApiV21ItemsIdLocationsWithTransferCountParams {
|
|
@@ -9039,6 +9083,8 @@ export interface GetApiV21ItemsIdMessagesParams {
|
|
|
9039
9083
|
* @format int32
|
|
9040
9084
|
*/
|
|
9041
9085
|
per_page?: number;
|
|
9086
|
+
/** Include total count of items */
|
|
9087
|
+
page_total?: boolean;
|
|
9042
9088
|
id: number;
|
|
9043
9089
|
}
|
|
9044
9090
|
export interface GetApiV21ItemsIdMetaFieldsParams {
|
|
@@ -9061,6 +9107,8 @@ export interface GetApiV21ItemsIdOriginatorsParams {
|
|
|
9061
9107
|
* @format int32
|
|
9062
9108
|
*/
|
|
9063
9109
|
per_page?: number;
|
|
9110
|
+
/** Include total count of items */
|
|
9111
|
+
page_total?: boolean;
|
|
9064
9112
|
id: number;
|
|
9065
9113
|
}
|
|
9066
9114
|
export interface GetApiV21ItemsIdScancodeAliasesParams {
|
|
@@ -9078,6 +9126,8 @@ export interface GetApiV21ItemsIdScancodeAliasesParams {
|
|
|
9078
9126
|
* @format int32
|
|
9079
9127
|
*/
|
|
9080
9128
|
per_page?: number;
|
|
9129
|
+
/** Include total count of items */
|
|
9130
|
+
page_total?: boolean;
|
|
9081
9131
|
id: number;
|
|
9082
9132
|
}
|
|
9083
9133
|
export interface GetApiV21ItemsIdScancodesCountParams {
|
|
@@ -9100,6 +9150,8 @@ export interface GetApiV21ItemsIdScancodesParams {
|
|
|
9100
9150
|
* @format int32
|
|
9101
9151
|
*/
|
|
9102
9152
|
per_page?: number;
|
|
9153
|
+
/** Include total count of items */
|
|
9154
|
+
page_total?: boolean;
|
|
9103
9155
|
id: number;
|
|
9104
9156
|
}
|
|
9105
9157
|
export interface GetApiV21ItemsIdShipnoticeItemsCountParams {
|
|
@@ -9124,6 +9176,8 @@ export interface GetApiV21ItemsIdShipnoticeItemsParams {
|
|
|
9124
9176
|
* @format int32
|
|
9125
9177
|
*/
|
|
9126
9178
|
per_page?: number;
|
|
9179
|
+
/** Include total count of items */
|
|
9180
|
+
page_total?: boolean;
|
|
9127
9181
|
id: number;
|
|
9128
9182
|
}
|
|
9129
9183
|
export interface GetApiV21ItemsIdTraitsParams {
|
|
@@ -9151,6 +9205,8 @@ export interface GetApiV21ItemsIdTransactionsParams {
|
|
|
9151
9205
|
* @format int32
|
|
9152
9206
|
*/
|
|
9153
9207
|
per_page?: number;
|
|
9208
|
+
/** Include total count of items */
|
|
9209
|
+
page_total?: boolean;
|
|
9154
9210
|
id: number;
|
|
9155
9211
|
}
|
|
9156
9212
|
export interface GetApiV21ItemsParams {
|
|
@@ -9170,6 +9226,8 @@ export interface GetApiV21ItemsParams {
|
|
|
9170
9226
|
* @format int32
|
|
9171
9227
|
*/
|
|
9172
9228
|
per_page?: number;
|
|
9229
|
+
/** Include total count of items */
|
|
9230
|
+
page_total?: boolean;
|
|
9173
9231
|
}
|
|
9174
9232
|
export interface GetApiV21LoadsCountParams {
|
|
9175
9233
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9212,6 +9270,8 @@ export interface GetApiV21LoadsParams {
|
|
|
9212
9270
|
* @format int32
|
|
9213
9271
|
*/
|
|
9214
9272
|
per_page?: number;
|
|
9273
|
+
/** Include total count of items */
|
|
9274
|
+
page_total?: boolean;
|
|
9215
9275
|
}
|
|
9216
9276
|
export interface GetApiV21LocationAuditsAggregateParams {
|
|
9217
9277
|
/** An array of columns to group by */
|
|
@@ -9247,6 +9307,8 @@ export interface GetApiV21LocationAuditsParams {
|
|
|
9247
9307
|
* @format int32
|
|
9248
9308
|
*/
|
|
9249
9309
|
per_page?: number;
|
|
9310
|
+
/** Include total count of items */
|
|
9311
|
+
page_total?: boolean;
|
|
9250
9312
|
}
|
|
9251
9313
|
export interface GetApiV21LocationTransfersAggregateParams {
|
|
9252
9314
|
/** An array of columns to group by */
|
|
@@ -9282,6 +9344,8 @@ export interface GetApiV21LocationTransfersParams {
|
|
|
9282
9344
|
* @format int32
|
|
9283
9345
|
*/
|
|
9284
9346
|
per_page?: number;
|
|
9347
|
+
/** Include total count of items */
|
|
9348
|
+
page_total?: boolean;
|
|
9285
9349
|
}
|
|
9286
9350
|
export interface GetApiV21LocationsAggregateParams {
|
|
9287
9351
|
/** An array of columns to group by */
|
|
@@ -9317,6 +9381,8 @@ export interface GetApiV21LocationsIdIncidentsParams {
|
|
|
9317
9381
|
* @format int32
|
|
9318
9382
|
*/
|
|
9319
9383
|
per_page?: number;
|
|
9384
|
+
/** Include total count of items */
|
|
9385
|
+
page_total?: boolean;
|
|
9320
9386
|
id: number;
|
|
9321
9387
|
}
|
|
9322
9388
|
export interface GetApiV21LocationsParams {
|
|
@@ -9336,6 +9402,8 @@ export interface GetApiV21LocationsParams {
|
|
|
9336
9402
|
* @format int32
|
|
9337
9403
|
*/
|
|
9338
9404
|
per_page?: number;
|
|
9405
|
+
/** Include total count of items */
|
|
9406
|
+
page_total?: boolean;
|
|
9339
9407
|
}
|
|
9340
9408
|
export interface GetApiV21LotsCountParams {
|
|
9341
9409
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9358,6 +9426,8 @@ export interface GetApiV21LotsParams {
|
|
|
9358
9426
|
* @format int32
|
|
9359
9427
|
*/
|
|
9360
9428
|
per_page?: number;
|
|
9429
|
+
/** Include total count of items */
|
|
9430
|
+
page_total?: boolean;
|
|
9361
9431
|
}
|
|
9362
9432
|
export interface GetApiV21ManifestsCountParams {
|
|
9363
9433
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9380,6 +9450,8 @@ export interface GetApiV21ManifestsParams {
|
|
|
9380
9450
|
* @format int32
|
|
9381
9451
|
*/
|
|
9382
9452
|
per_page?: number;
|
|
9453
|
+
/** Include total count of items */
|
|
9454
|
+
page_total?: boolean;
|
|
9383
9455
|
}
|
|
9384
9456
|
export interface GetApiV21MetaKeysCountParams {
|
|
9385
9457
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9402,6 +9474,8 @@ export interface GetApiV21MetaKeysParams {
|
|
|
9402
9474
|
* @format int32
|
|
9403
9475
|
*/
|
|
9404
9476
|
per_page?: number;
|
|
9477
|
+
/** Include total count of items */
|
|
9478
|
+
page_total?: boolean;
|
|
9405
9479
|
}
|
|
9406
9480
|
export interface GetApiV21NotificationEventsParams {
|
|
9407
9481
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9420,6 +9494,8 @@ export interface GetApiV21NotificationEventsParams {
|
|
|
9420
9494
|
* @format int32
|
|
9421
9495
|
*/
|
|
9422
9496
|
per_page?: number;
|
|
9497
|
+
/** Include total count of items */
|
|
9498
|
+
page_total?: boolean;
|
|
9423
9499
|
}
|
|
9424
9500
|
export interface GetApiV21NotificationSubscriptionsCountParams {
|
|
9425
9501
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9442,6 +9518,8 @@ export interface GetApiV21NotificationSubscriptionsParams {
|
|
|
9442
9518
|
* @format int32
|
|
9443
9519
|
*/
|
|
9444
9520
|
per_page?: number;
|
|
9521
|
+
/** Include total count of items */
|
|
9522
|
+
page_total?: boolean;
|
|
9445
9523
|
}
|
|
9446
9524
|
export interface GetApiV21OrderBatchItemsAggregateParams {
|
|
9447
9525
|
/** An array of columns to group by */
|
|
@@ -9470,6 +9548,8 @@ export interface GetApiV21OrderBatchItemsParams {
|
|
|
9470
9548
|
* @format int32
|
|
9471
9549
|
*/
|
|
9472
9550
|
per_page?: number;
|
|
9551
|
+
/** Include total count of items */
|
|
9552
|
+
page_total?: boolean;
|
|
9473
9553
|
}
|
|
9474
9554
|
export interface GetApiV21OrderBatchRequestsCountParams {
|
|
9475
9555
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9492,6 +9572,8 @@ export interface GetApiV21OrderBatchRequestsParams {
|
|
|
9492
9572
|
* @format int32
|
|
9493
9573
|
*/
|
|
9494
9574
|
per_page?: number;
|
|
9575
|
+
/** Include total count of items */
|
|
9576
|
+
page_total?: boolean;
|
|
9495
9577
|
}
|
|
9496
9578
|
export interface GetApiV21OrderBatchesAggregateParams {
|
|
9497
9579
|
/** An array of columns to group by */
|
|
@@ -9529,6 +9611,8 @@ export interface GetApiV21OrderBatchesIdIncidentsParams {
|
|
|
9529
9611
|
* @format int32
|
|
9530
9612
|
*/
|
|
9531
9613
|
per_page?: number;
|
|
9614
|
+
/** Include total count of items */
|
|
9615
|
+
page_total?: boolean;
|
|
9532
9616
|
id: number;
|
|
9533
9617
|
}
|
|
9534
9618
|
export interface GetApiV21OrderBatchesIdMetaFieldsParams {
|
|
@@ -9553,6 +9637,8 @@ export interface GetApiV21OrderBatchesIdOrderBatchItemsParams {
|
|
|
9553
9637
|
* @format int32
|
|
9554
9638
|
*/
|
|
9555
9639
|
per_page?: number;
|
|
9640
|
+
/** Include total count of items */
|
|
9641
|
+
page_total?: boolean;
|
|
9556
9642
|
id: number;
|
|
9557
9643
|
}
|
|
9558
9644
|
export interface GetApiV21OrderBatchesIdPackingslipsParams {
|
|
@@ -9566,6 +9652,8 @@ export interface GetApiV21OrderBatchesIdPackingslipsParams {
|
|
|
9566
9652
|
* @format int32
|
|
9567
9653
|
*/
|
|
9568
9654
|
per_page?: number;
|
|
9655
|
+
/** Include total count of items */
|
|
9656
|
+
page_total?: boolean;
|
|
9569
9657
|
id: number;
|
|
9570
9658
|
}
|
|
9571
9659
|
export interface GetApiV21OrderBatchesIdTraitsParams {
|
|
@@ -9590,6 +9678,8 @@ export interface GetApiV21OrderBatchesParams {
|
|
|
9590
9678
|
* @format int32
|
|
9591
9679
|
*/
|
|
9592
9680
|
per_page?: number;
|
|
9681
|
+
/** Include total count of items */
|
|
9682
|
+
page_total?: boolean;
|
|
9593
9683
|
}
|
|
9594
9684
|
export interface GetApiV21OrderItemsAggregateParams {
|
|
9595
9685
|
/** An array of columns to group by */
|
|
@@ -9617,6 +9707,8 @@ export interface GetApiV21OrderItemsIdParams {
|
|
|
9617
9707
|
* @format int32
|
|
9618
9708
|
*/
|
|
9619
9709
|
per_page?: number;
|
|
9710
|
+
/** Include total count of items */
|
|
9711
|
+
page_total?: boolean;
|
|
9620
9712
|
id: number;
|
|
9621
9713
|
}
|
|
9622
9714
|
export interface GetApiV21OrderItemsParams {
|
|
@@ -9636,6 +9728,8 @@ export interface GetApiV21OrderItemsParams {
|
|
|
9636
9728
|
* @format int32
|
|
9637
9729
|
*/
|
|
9638
9730
|
per_page?: number;
|
|
9731
|
+
/** Include total count of items */
|
|
9732
|
+
page_total?: boolean;
|
|
9639
9733
|
}
|
|
9640
9734
|
export interface GetApiV21OrderTotesCodeOrderItemsCountParams {
|
|
9641
9735
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9659,6 +9753,8 @@ export interface GetApiV21OrderTotesCodeOrderItemsParams {
|
|
|
9659
9753
|
* @format int32
|
|
9660
9754
|
*/
|
|
9661
9755
|
per_page?: number;
|
|
9756
|
+
/** Include total count of items */
|
|
9757
|
+
page_total?: boolean;
|
|
9662
9758
|
code: string;
|
|
9663
9759
|
}
|
|
9664
9760
|
export interface GetApiV21OrderTotesCodeOrdersCountParams {
|
|
@@ -9683,6 +9779,8 @@ export interface GetApiV21OrderTotesCodeOrdersParams {
|
|
|
9683
9779
|
* @format int32
|
|
9684
9780
|
*/
|
|
9685
9781
|
per_page?: number;
|
|
9782
|
+
/** Include total count of items */
|
|
9783
|
+
page_total?: boolean;
|
|
9686
9784
|
code: string;
|
|
9687
9785
|
}
|
|
9688
9786
|
export interface GetApiV21OrderTotesParams {
|
|
@@ -9702,6 +9800,8 @@ export interface GetApiV21OrderTotesParams {
|
|
|
9702
9800
|
* @format int32
|
|
9703
9801
|
*/
|
|
9704
9802
|
per_page?: number;
|
|
9803
|
+
/** Include total count of items */
|
|
9804
|
+
page_total?: boolean;
|
|
9705
9805
|
}
|
|
9706
9806
|
export interface GetApiV21OrdersAggregateParams {
|
|
9707
9807
|
/** An array of columns to group by */
|
|
@@ -9739,6 +9839,8 @@ export interface GetApiV21OrdersIdEventsParams {
|
|
|
9739
9839
|
* @format int32
|
|
9740
9840
|
*/
|
|
9741
9841
|
per_page?: number;
|
|
9842
|
+
/** Include total count of items */
|
|
9843
|
+
page_total?: boolean;
|
|
9742
9844
|
id: number;
|
|
9743
9845
|
}
|
|
9744
9846
|
export interface GetApiV21OrdersIdIncidentsCountParams {
|
|
@@ -9761,6 +9863,8 @@ export interface GetApiV21OrdersIdIncidentsParams {
|
|
|
9761
9863
|
* @format int32
|
|
9762
9864
|
*/
|
|
9763
9865
|
per_page?: number;
|
|
9866
|
+
/** Include total count of items */
|
|
9867
|
+
page_total?: boolean;
|
|
9764
9868
|
id: number;
|
|
9765
9869
|
}
|
|
9766
9870
|
export interface GetApiV21OrdersIdMessagesCountParams {
|
|
@@ -9783,6 +9887,8 @@ export interface GetApiV21OrdersIdMessagesParams {
|
|
|
9783
9887
|
* @format int32
|
|
9784
9888
|
*/
|
|
9785
9889
|
per_page?: number;
|
|
9890
|
+
/** Include total count of items */
|
|
9891
|
+
page_total?: boolean;
|
|
9786
9892
|
id: number;
|
|
9787
9893
|
}
|
|
9788
9894
|
export interface GetApiV21OrdersIdMetaFieldsParams {
|
|
@@ -9807,6 +9913,8 @@ export interface GetApiV21OrdersIdOrderDocumentsParams {
|
|
|
9807
9913
|
* @format int32
|
|
9808
9914
|
*/
|
|
9809
9915
|
per_page?: number;
|
|
9916
|
+
/** Include total count of items */
|
|
9917
|
+
page_total?: boolean;
|
|
9810
9918
|
id: number;
|
|
9811
9919
|
}
|
|
9812
9920
|
export interface GetApiV21OrdersIdOrderItemsCountParams {
|
|
@@ -9831,6 +9939,8 @@ export interface GetApiV21OrdersIdOrderItemsParams {
|
|
|
9831
9939
|
* @format int32
|
|
9832
9940
|
*/
|
|
9833
9941
|
per_page?: number;
|
|
9942
|
+
/** Include total count of items */
|
|
9943
|
+
page_total?: boolean;
|
|
9834
9944
|
id: number;
|
|
9835
9945
|
}
|
|
9836
9946
|
export interface GetApiV21OrdersIdPackagesParams {
|
|
@@ -9850,6 +9960,8 @@ export interface GetApiV21OrdersIdPackagesParams {
|
|
|
9850
9960
|
* @format int32
|
|
9851
9961
|
*/
|
|
9852
9962
|
per_page?: number;
|
|
9963
|
+
/** Include total count of items */
|
|
9964
|
+
page_total?: boolean;
|
|
9853
9965
|
id: number;
|
|
9854
9966
|
}
|
|
9855
9967
|
export interface GetApiV21OrdersIdTraitsParams {
|
|
@@ -9874,6 +9986,8 @@ export interface GetApiV21OrdersParams {
|
|
|
9874
9986
|
* @format int32
|
|
9875
9987
|
*/
|
|
9876
9988
|
per_page?: number;
|
|
9989
|
+
/** Include total count of items */
|
|
9990
|
+
page_total?: boolean;
|
|
9877
9991
|
}
|
|
9878
9992
|
export interface GetApiV21OriginatorsParams {
|
|
9879
9993
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9892,6 +10006,8 @@ export interface GetApiV21OriginatorsParams {
|
|
|
9892
10006
|
* @format int32
|
|
9893
10007
|
*/
|
|
9894
10008
|
per_page?: number;
|
|
10009
|
+
/** Include total count of items */
|
|
10010
|
+
page_total?: boolean;
|
|
9895
10011
|
}
|
|
9896
10012
|
export interface GetApiV21PackagesAggregateParams {
|
|
9897
10013
|
/** An array of columns to group by */
|
|
@@ -9931,6 +10047,8 @@ export interface GetApiV21PackagesParams {
|
|
|
9931
10047
|
* @format int32
|
|
9932
10048
|
*/
|
|
9933
10049
|
per_page?: number;
|
|
10050
|
+
/** Include total count of items */
|
|
10051
|
+
page_total?: boolean;
|
|
9934
10052
|
}
|
|
9935
10053
|
export interface GetApiV21PartnersCountParams {
|
|
9936
10054
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9953,6 +10071,8 @@ export interface GetApiV21PartnersParams {
|
|
|
9953
10071
|
* @format int32
|
|
9954
10072
|
*/
|
|
9955
10073
|
per_page?: number;
|
|
10074
|
+
/** Include total count of items */
|
|
10075
|
+
page_total?: boolean;
|
|
9956
10076
|
}
|
|
9957
10077
|
export interface GetApiV21ProjectsCountParams {
|
|
9958
10078
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -9980,6 +10100,8 @@ export interface GetApiV21ProjectsIdProjectTasksParams {
|
|
|
9980
10100
|
* @format int32
|
|
9981
10101
|
*/
|
|
9982
10102
|
per_page?: number;
|
|
10103
|
+
/** Include total count of items */
|
|
10104
|
+
page_total?: boolean;
|
|
9983
10105
|
id: number;
|
|
9984
10106
|
}
|
|
9985
10107
|
export interface GetApiV21ProjectsParams {
|
|
@@ -9999,6 +10121,8 @@ export interface GetApiV21ProjectsParams {
|
|
|
9999
10121
|
* @format int32
|
|
10000
10122
|
*/
|
|
10001
10123
|
per_page?: number;
|
|
10124
|
+
/** Include total count of items */
|
|
10125
|
+
page_total?: boolean;
|
|
10002
10126
|
}
|
|
10003
10127
|
export interface GetApiV21RatesCountParams {
|
|
10004
10128
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10021,6 +10145,8 @@ export interface GetApiV21RatesParams {
|
|
|
10021
10145
|
* @format int32
|
|
10022
10146
|
*/
|
|
10023
10147
|
per_page?: number;
|
|
10148
|
+
/** Include total count of items */
|
|
10149
|
+
page_total?: boolean;
|
|
10024
10150
|
}
|
|
10025
10151
|
export interface GetApiV21RelocateInventoryTransfersCountParams {
|
|
10026
10152
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10043,6 +10169,8 @@ export interface GetApiV21RelocateInventoryTransfersParams {
|
|
|
10043
10169
|
* @format int32
|
|
10044
10170
|
*/
|
|
10045
10171
|
per_page?: number;
|
|
10172
|
+
/** Include total count of items */
|
|
10173
|
+
page_total?: boolean;
|
|
10046
10174
|
}
|
|
10047
10175
|
export interface GetApiV21ReturnAddressesParams {
|
|
10048
10176
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10059,6 +10187,8 @@ export interface GetApiV21ReturnAddressesParams {
|
|
|
10059
10187
|
* @format int32
|
|
10060
10188
|
*/
|
|
10061
10189
|
per_page?: number;
|
|
10190
|
+
/** Include total count of items */
|
|
10191
|
+
page_total?: boolean;
|
|
10062
10192
|
}
|
|
10063
10193
|
export interface GetApiV21RulesCountParams {
|
|
10064
10194
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10081,6 +10211,8 @@ export interface GetApiV21RulesParams {
|
|
|
10081
10211
|
* @format int32
|
|
10082
10212
|
*/
|
|
10083
10213
|
per_page?: number;
|
|
10214
|
+
/** Include total count of items */
|
|
10215
|
+
page_total?: boolean;
|
|
10084
10216
|
}
|
|
10085
10217
|
export interface GetApiV21ScancodeAliasesParams {
|
|
10086
10218
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10099,6 +10231,8 @@ export interface GetApiV21ScancodeAliasesParams {
|
|
|
10099
10231
|
* @format int32
|
|
10100
10232
|
*/
|
|
10101
10233
|
per_page?: number;
|
|
10234
|
+
/** Include total count of items */
|
|
10235
|
+
page_total?: boolean;
|
|
10102
10236
|
}
|
|
10103
10237
|
export interface GetApiV21SerialNumbersParams {
|
|
10104
10238
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10117,6 +10251,8 @@ export interface GetApiV21SerialNumbersParams {
|
|
|
10117
10251
|
* @format int32
|
|
10118
10252
|
*/
|
|
10119
10253
|
per_page?: number;
|
|
10254
|
+
/** Include total count of items */
|
|
10255
|
+
page_total?: boolean;
|
|
10120
10256
|
}
|
|
10121
10257
|
export interface GetApiV21ShipnoticeItemsAggregateParams {
|
|
10122
10258
|
/** An array of columns to group by */
|
|
@@ -10156,6 +10292,8 @@ export interface GetApiV21ShipnoticeItemsIdLocationsParams {
|
|
|
10156
10292
|
* @format int32
|
|
10157
10293
|
*/
|
|
10158
10294
|
per_page?: number;
|
|
10295
|
+
/** Include total count of items */
|
|
10296
|
+
page_total?: boolean;
|
|
10159
10297
|
id: number;
|
|
10160
10298
|
}
|
|
10161
10299
|
export interface GetApiV21ShipnoticeItemsIdMetaFieldsParams {
|
|
@@ -10190,6 +10328,8 @@ export interface GetApiV21ShipnoticeItemsParams {
|
|
|
10190
10328
|
* @format int32
|
|
10191
10329
|
*/
|
|
10192
10330
|
per_page?: number;
|
|
10331
|
+
/** Include total count of items */
|
|
10332
|
+
page_total?: boolean;
|
|
10193
10333
|
}
|
|
10194
10334
|
export interface GetApiV21ShipnoticesAggregateParams {
|
|
10195
10335
|
/** An array of columns to group by */
|
|
@@ -10231,6 +10371,8 @@ export interface GetApiV21ShipnoticesIdIncidentsParams {
|
|
|
10231
10371
|
* @format int32
|
|
10232
10372
|
*/
|
|
10233
10373
|
per_page?: number;
|
|
10374
|
+
/** Include total count of items */
|
|
10375
|
+
page_total?: boolean;
|
|
10234
10376
|
id: number;
|
|
10235
10377
|
}
|
|
10236
10378
|
export interface GetApiV21ShipnoticesIdMessagesCountParams {
|
|
@@ -10253,6 +10395,8 @@ export interface GetApiV21ShipnoticesIdMessagesParams {
|
|
|
10253
10395
|
* @format int32
|
|
10254
10396
|
*/
|
|
10255
10397
|
per_page?: number;
|
|
10398
|
+
/** Include total count of items */
|
|
10399
|
+
page_total?: boolean;
|
|
10256
10400
|
id: number;
|
|
10257
10401
|
}
|
|
10258
10402
|
export interface GetApiV21ShipnoticesIdMetaFieldsParams {
|
|
@@ -10282,6 +10426,8 @@ export interface GetApiV21ShipnoticesIdShipnoticeItemsParams {
|
|
|
10282
10426
|
* @format int32
|
|
10283
10427
|
*/
|
|
10284
10428
|
per_page?: number;
|
|
10429
|
+
/** Include total count of items */
|
|
10430
|
+
page_total?: boolean;
|
|
10285
10431
|
id: number;
|
|
10286
10432
|
}
|
|
10287
10433
|
export interface GetApiV21ShipnoticesIdTraitsParams {
|
|
@@ -10306,6 +10452,8 @@ export interface GetApiV21ShipnoticesParams {
|
|
|
10306
10452
|
* @format int32
|
|
10307
10453
|
*/
|
|
10308
10454
|
per_page?: number;
|
|
10455
|
+
/** Include total count of items */
|
|
10456
|
+
page_total?: boolean;
|
|
10309
10457
|
}
|
|
10310
10458
|
export interface GetApiV21ShippingAliasesCountParams {
|
|
10311
10459
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10328,6 +10476,8 @@ export interface GetApiV21ShippingAliasesParams {
|
|
|
10328
10476
|
* @format int32
|
|
10329
10477
|
*/
|
|
10330
10478
|
per_page?: number;
|
|
10479
|
+
/** Include total count of items */
|
|
10480
|
+
page_total?: boolean;
|
|
10331
10481
|
}
|
|
10332
10482
|
export interface GetApiV21ShippingBlacklistedMethodsCountParams {
|
|
10333
10483
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10350,6 +10500,8 @@ export interface GetApiV21ShippingBlacklistedMethodsParams {
|
|
|
10350
10500
|
* @format int32
|
|
10351
10501
|
*/
|
|
10352
10502
|
per_page?: number;
|
|
10503
|
+
/** Include total count of items */
|
|
10504
|
+
page_total?: boolean;
|
|
10353
10505
|
}
|
|
10354
10506
|
export interface GetApiV21ShippingMethodsCountParams {
|
|
10355
10507
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10372,6 +10524,8 @@ export interface GetApiV21ShippingMethodsParams {
|
|
|
10372
10524
|
* @format int32
|
|
10373
10525
|
*/
|
|
10374
10526
|
per_page?: number;
|
|
10527
|
+
/** Include total count of items */
|
|
10528
|
+
page_total?: boolean;
|
|
10375
10529
|
}
|
|
10376
10530
|
export interface GetApiV21ShopsIdMetaFieldsParams {
|
|
10377
10531
|
/** Include meta fields for associations */
|
|
@@ -10401,6 +10555,8 @@ export interface GetApiV21TemplatesParams {
|
|
|
10401
10555
|
* @format int32
|
|
10402
10556
|
*/
|
|
10403
10557
|
per_page?: number;
|
|
10558
|
+
/** Include total count of items */
|
|
10559
|
+
page_total?: boolean;
|
|
10404
10560
|
}
|
|
10405
10561
|
export interface GetApiV21TemplatesRenderTypeTemplateTypeSlugResourceIdParams {
|
|
10406
10562
|
fallback?: boolean;
|
|
@@ -10434,6 +10590,8 @@ export interface GetApiV21UsersBroadcastsParams {
|
|
|
10434
10590
|
* @format int32
|
|
10435
10591
|
*/
|
|
10436
10592
|
per_page?: number;
|
|
10593
|
+
/** Include total count of items */
|
|
10594
|
+
page_total?: boolean;
|
|
10437
10595
|
}
|
|
10438
10596
|
export interface GetApiV21UsersCountParams {
|
|
10439
10597
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10471,6 +10629,8 @@ export interface GetApiV21UsersParams {
|
|
|
10471
10629
|
* @format int32
|
|
10472
10630
|
*/
|
|
10473
10631
|
per_page?: number;
|
|
10632
|
+
/** Include total count of items */
|
|
10633
|
+
page_total?: boolean;
|
|
10474
10634
|
}
|
|
10475
10635
|
export interface GetApiV21WarehouseFeaturesCountParams {
|
|
10476
10636
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10511,6 +10671,8 @@ export interface GetApiV21WarehousesIdCarrierAccountsParams {
|
|
|
10511
10671
|
* @format int32
|
|
10512
10672
|
*/
|
|
10513
10673
|
per_page?: number;
|
|
10674
|
+
/** Include total count of items */
|
|
10675
|
+
page_total?: boolean;
|
|
10514
10676
|
id: number;
|
|
10515
10677
|
}
|
|
10516
10678
|
export interface GetApiV21WarehousesIdTraitsParams {
|
|
@@ -10535,6 +10697,8 @@ export interface GetApiV21WarehousesParams {
|
|
|
10535
10697
|
* @format int32
|
|
10536
10698
|
*/
|
|
10537
10699
|
per_page?: number;
|
|
10700
|
+
/** Include total count of items */
|
|
10701
|
+
page_total?: boolean;
|
|
10538
10702
|
}
|
|
10539
10703
|
export interface GetApiV21WholesaleItemsParams {
|
|
10540
10704
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10553,6 +10717,8 @@ export interface GetApiV21WholesaleItemsParams {
|
|
|
10553
10717
|
* @format int32
|
|
10554
10718
|
*/
|
|
10555
10719
|
per_page?: number;
|
|
10720
|
+
/** Include total count of items */
|
|
10721
|
+
page_total?: boolean;
|
|
10556
10722
|
}
|
|
10557
10723
|
export interface GetApiV21WholesalesParams {
|
|
10558
10724
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10571,6 +10737,8 @@ export interface GetApiV21WholesalesParams {
|
|
|
10571
10737
|
* @format int32
|
|
10572
10738
|
*/
|
|
10573
10739
|
per_page?: number;
|
|
10740
|
+
/** Include total count of items */
|
|
10741
|
+
page_total?: boolean;
|
|
10574
10742
|
}
|
|
10575
10743
|
export interface GetApiV2AccountTransactionsCountParams {
|
|
10576
10744
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10591,6 +10759,8 @@ export interface GetApiV2AccountTransactionsParams {
|
|
|
10591
10759
|
* @format int32
|
|
10592
10760
|
*/
|
|
10593
10761
|
per_page?: number;
|
|
10762
|
+
/** Include total count of items */
|
|
10763
|
+
page_total?: boolean;
|
|
10594
10764
|
}
|
|
10595
10765
|
export interface GetApiV2AccountsCountParams {
|
|
10596
10766
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10611,6 +10781,8 @@ export interface GetApiV2AccountsIdAccountTransactionsParams {
|
|
|
10611
10781
|
* @format int32
|
|
10612
10782
|
*/
|
|
10613
10783
|
per_page?: number;
|
|
10784
|
+
/** Include total count of items */
|
|
10785
|
+
page_total?: boolean;
|
|
10614
10786
|
id: number;
|
|
10615
10787
|
}
|
|
10616
10788
|
export interface GetApiV2AccountsParams {
|
|
@@ -10630,6 +10802,8 @@ export interface GetApiV2AccountsParams {
|
|
|
10630
10802
|
* @format int32
|
|
10631
10803
|
*/
|
|
10632
10804
|
per_page?: number;
|
|
10805
|
+
/** Include total count of items */
|
|
10806
|
+
page_total?: boolean;
|
|
10633
10807
|
}
|
|
10634
10808
|
export interface GetApiV2AllocationsParams {
|
|
10635
10809
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10665,6 +10839,8 @@ export interface GetApiV2BillOfLadingsParams {
|
|
|
10665
10839
|
* @format int32
|
|
10666
10840
|
*/
|
|
10667
10841
|
per_page?: number;
|
|
10842
|
+
/** Include total count of items */
|
|
10843
|
+
page_total?: boolean;
|
|
10668
10844
|
}
|
|
10669
10845
|
export interface GetApiV2BroadcastsCountParams {
|
|
10670
10846
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10689,6 +10865,8 @@ export interface GetApiV2BroadcastsParams {
|
|
|
10689
10865
|
* @format int32
|
|
10690
10866
|
*/
|
|
10691
10867
|
per_page?: number;
|
|
10868
|
+
/** Include total count of items */
|
|
10869
|
+
page_total?: boolean;
|
|
10692
10870
|
}
|
|
10693
10871
|
export interface GetApiV2CarrierAccountsCountParams {
|
|
10694
10872
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10716,6 +10894,8 @@ export interface GetApiV2CarrierAccountsParams {
|
|
|
10716
10894
|
* @format int32
|
|
10717
10895
|
*/
|
|
10718
10896
|
per_page?: number;
|
|
10897
|
+
/** Include total count of items */
|
|
10898
|
+
page_total?: boolean;
|
|
10719
10899
|
}
|
|
10720
10900
|
export interface GetApiV2CarrierAccountsProviderAccountsParams {
|
|
10721
10901
|
/** List of provider names to filter by, defaults to return all accounts if no list is provided */
|
|
@@ -10730,6 +10910,8 @@ export interface GetApiV2CarrierAccountsProviderAccountsParams {
|
|
|
10730
10910
|
* @format int32
|
|
10731
10911
|
*/
|
|
10732
10912
|
per_page?: number;
|
|
10913
|
+
/** Include total count of items */
|
|
10914
|
+
page_total?: boolean;
|
|
10733
10915
|
}
|
|
10734
10916
|
export interface GetApiV2CarrierAliasesParams {
|
|
10735
10917
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10748,6 +10930,8 @@ export interface GetApiV2CarrierAliasesParams {
|
|
|
10748
10930
|
* @format int32
|
|
10749
10931
|
*/
|
|
10750
10932
|
per_page?: number;
|
|
10933
|
+
/** Include total count of items */
|
|
10934
|
+
page_total?: boolean;
|
|
10751
10935
|
}
|
|
10752
10936
|
export interface GetApiV2CarriersParams {
|
|
10753
10937
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10762,6 +10946,8 @@ export interface GetApiV2CarriersParams {
|
|
|
10762
10946
|
* @format int32
|
|
10763
10947
|
*/
|
|
10764
10948
|
per_page?: number;
|
|
10949
|
+
/** Include total count of items */
|
|
10950
|
+
page_total?: boolean;
|
|
10765
10951
|
}
|
|
10766
10952
|
export interface GetApiV2ChaosCpuSpinParams {
|
|
10767
10953
|
/**
|
|
@@ -10846,6 +11032,8 @@ export interface GetApiV2ConsumerReturnsIdIncidentsParams {
|
|
|
10846
11032
|
* @format int32
|
|
10847
11033
|
*/
|
|
10848
11034
|
per_page?: number;
|
|
11035
|
+
/** Include total count of items */
|
|
11036
|
+
page_total?: boolean;
|
|
10849
11037
|
id: number;
|
|
10850
11038
|
}
|
|
10851
11039
|
export interface GetApiV2ConsumerReturnsIdMetaFieldsParams {
|
|
@@ -10875,6 +11063,8 @@ export interface GetApiV2ConsumerReturnsParams {
|
|
|
10875
11063
|
* @format int32
|
|
10876
11064
|
*/
|
|
10877
11065
|
per_page?: number;
|
|
11066
|
+
/** Include total count of items */
|
|
11067
|
+
page_total?: boolean;
|
|
10878
11068
|
}
|
|
10879
11069
|
export interface GetApiV2CurrenciesParams {
|
|
10880
11070
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10921,6 +11111,8 @@ export interface GetApiV2CustomersParams {
|
|
|
10921
11111
|
* @format int32
|
|
10922
11112
|
*/
|
|
10923
11113
|
per_page?: number;
|
|
11114
|
+
/** Include total count of items */
|
|
11115
|
+
page_total?: boolean;
|
|
10924
11116
|
}
|
|
10925
11117
|
export interface GetApiV2CustomsInfosParams {
|
|
10926
11118
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10939,6 +11131,8 @@ export interface GetApiV2CustomsInfosParams {
|
|
|
10939
11131
|
* @format int32
|
|
10940
11132
|
*/
|
|
10941
11133
|
per_page?: number;
|
|
11134
|
+
/** Include total count of items */
|
|
11135
|
+
page_total?: boolean;
|
|
10942
11136
|
}
|
|
10943
11137
|
export interface GetApiV2DocumentsParams {
|
|
10944
11138
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -10989,6 +11183,8 @@ export interface GetApiV2FilterSetsIdResultsParams {
|
|
|
10989
11183
|
* @format int32
|
|
10990
11184
|
*/
|
|
10991
11185
|
per_page?: number;
|
|
11186
|
+
/** Include total count of items */
|
|
11187
|
+
page_total?: boolean;
|
|
10992
11188
|
id: number;
|
|
10993
11189
|
}
|
|
10994
11190
|
export interface GetApiV2FilterSetsIdTraitsParams {
|
|
@@ -11013,6 +11209,8 @@ export interface GetApiV2FilterSetsParams {
|
|
|
11013
11209
|
* @format int32
|
|
11014
11210
|
*/
|
|
11015
11211
|
per_page?: number;
|
|
11212
|
+
/** Include total count of items */
|
|
11213
|
+
page_total?: boolean;
|
|
11016
11214
|
}
|
|
11017
11215
|
export interface GetApiV2ImporterOfRecordsParams {
|
|
11018
11216
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11029,6 +11227,8 @@ export interface GetApiV2ImporterOfRecordsParams {
|
|
|
11029
11227
|
* @format int32
|
|
11030
11228
|
*/
|
|
11031
11229
|
per_page?: number;
|
|
11230
|
+
/** Include total count of items */
|
|
11231
|
+
page_total?: boolean;
|
|
11032
11232
|
}
|
|
11033
11233
|
export interface GetApiV2IncidentsCountParams {
|
|
11034
11234
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11049,6 +11249,8 @@ export interface GetApiV2IncidentsParams {
|
|
|
11049
11249
|
* @format int32
|
|
11050
11250
|
*/
|
|
11051
11251
|
per_page?: number;
|
|
11252
|
+
/** Include total count of items */
|
|
11253
|
+
page_total?: boolean;
|
|
11052
11254
|
}
|
|
11053
11255
|
export interface GetApiV2InvoiceItemsCountParams {
|
|
11054
11256
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11071,6 +11273,8 @@ export interface GetApiV2InvoiceItemsParams {
|
|
|
11071
11273
|
* @format int32
|
|
11072
11274
|
*/
|
|
11073
11275
|
per_page?: number;
|
|
11276
|
+
/** Include total count of items */
|
|
11277
|
+
page_total?: boolean;
|
|
11074
11278
|
}
|
|
11075
11279
|
export interface GetApiV2InvoicesCountParams {
|
|
11076
11280
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11104,6 +11308,8 @@ export interface GetApiV2InvoicesParams {
|
|
|
11104
11308
|
* @format int32
|
|
11105
11309
|
*/
|
|
11106
11310
|
per_page?: number;
|
|
11311
|
+
/** Include total count of items */
|
|
11312
|
+
page_total?: boolean;
|
|
11107
11313
|
}
|
|
11108
11314
|
export interface GetApiV2ItemsAggregateParams {
|
|
11109
11315
|
/** An array of columns to group by */
|
|
@@ -11138,6 +11344,8 @@ export interface GetApiV2ItemsIdInboundParams {
|
|
|
11138
11344
|
* @format int32
|
|
11139
11345
|
*/
|
|
11140
11346
|
per_page?: number;
|
|
11347
|
+
/** Include total count of items */
|
|
11348
|
+
page_total?: boolean;
|
|
11141
11349
|
id: number;
|
|
11142
11350
|
}
|
|
11143
11351
|
export interface GetApiV2ItemsIdIncidentsCountParams {
|
|
@@ -11160,6 +11368,8 @@ export interface GetApiV2ItemsIdIncidentsParams {
|
|
|
11160
11368
|
* @format int32
|
|
11161
11369
|
*/
|
|
11162
11370
|
per_page?: number;
|
|
11371
|
+
/** Include total count of items */
|
|
11372
|
+
page_total?: boolean;
|
|
11163
11373
|
id: number;
|
|
11164
11374
|
}
|
|
11165
11375
|
export interface GetApiV2ItemsIdLocationsCountParams {
|
|
@@ -11184,6 +11394,8 @@ export interface GetApiV2ItemsIdLocationsParams {
|
|
|
11184
11394
|
* @format int32
|
|
11185
11395
|
*/
|
|
11186
11396
|
per_page?: number;
|
|
11397
|
+
/** Include total count of items */
|
|
11398
|
+
page_total?: boolean;
|
|
11187
11399
|
id: number;
|
|
11188
11400
|
}
|
|
11189
11401
|
export interface GetApiV2ItemsIdLocationsWithTransferCountParams {
|
|
@@ -11223,6 +11435,8 @@ export interface GetApiV2ItemsIdMessagesParams {
|
|
|
11223
11435
|
* @format int32
|
|
11224
11436
|
*/
|
|
11225
11437
|
per_page?: number;
|
|
11438
|
+
/** Include total count of items */
|
|
11439
|
+
page_total?: boolean;
|
|
11226
11440
|
id: number;
|
|
11227
11441
|
}
|
|
11228
11442
|
export interface GetApiV2ItemsIdMetaFieldsParams {
|
|
@@ -11245,6 +11459,8 @@ export interface GetApiV2ItemsIdOriginatorsParams {
|
|
|
11245
11459
|
* @format int32
|
|
11246
11460
|
*/
|
|
11247
11461
|
per_page?: number;
|
|
11462
|
+
/** Include total count of items */
|
|
11463
|
+
page_total?: boolean;
|
|
11248
11464
|
id: number;
|
|
11249
11465
|
}
|
|
11250
11466
|
export interface GetApiV2ItemsIdScancodeAliasesParams {
|
|
@@ -11262,6 +11478,8 @@ export interface GetApiV2ItemsIdScancodeAliasesParams {
|
|
|
11262
11478
|
* @format int32
|
|
11263
11479
|
*/
|
|
11264
11480
|
per_page?: number;
|
|
11481
|
+
/** Include total count of items */
|
|
11482
|
+
page_total?: boolean;
|
|
11265
11483
|
id: number;
|
|
11266
11484
|
}
|
|
11267
11485
|
export interface GetApiV2ItemsIdScancodesCountParams {
|
|
@@ -11284,6 +11502,8 @@ export interface GetApiV2ItemsIdScancodesParams {
|
|
|
11284
11502
|
* @format int32
|
|
11285
11503
|
*/
|
|
11286
11504
|
per_page?: number;
|
|
11505
|
+
/** Include total count of items */
|
|
11506
|
+
page_total?: boolean;
|
|
11287
11507
|
id: number;
|
|
11288
11508
|
}
|
|
11289
11509
|
export interface GetApiV2ItemsIdShipnoticeItemsCountParams {
|
|
@@ -11308,6 +11528,8 @@ export interface GetApiV2ItemsIdShipnoticeItemsParams {
|
|
|
11308
11528
|
* @format int32
|
|
11309
11529
|
*/
|
|
11310
11530
|
per_page?: number;
|
|
11531
|
+
/** Include total count of items */
|
|
11532
|
+
page_total?: boolean;
|
|
11311
11533
|
id: number;
|
|
11312
11534
|
}
|
|
11313
11535
|
export interface GetApiV2ItemsIdTraitsParams {
|
|
@@ -11335,6 +11557,8 @@ export interface GetApiV2ItemsIdTransactionsParams {
|
|
|
11335
11557
|
* @format int32
|
|
11336
11558
|
*/
|
|
11337
11559
|
per_page?: number;
|
|
11560
|
+
/** Include total count of items */
|
|
11561
|
+
page_total?: boolean;
|
|
11338
11562
|
id: number;
|
|
11339
11563
|
}
|
|
11340
11564
|
export interface GetApiV2ItemsParams {
|
|
@@ -11354,6 +11578,8 @@ export interface GetApiV2ItemsParams {
|
|
|
11354
11578
|
* @format int32
|
|
11355
11579
|
*/
|
|
11356
11580
|
per_page?: number;
|
|
11581
|
+
/** Include total count of items */
|
|
11582
|
+
page_total?: boolean;
|
|
11357
11583
|
}
|
|
11358
11584
|
export interface GetApiV2LoadsCountParams {
|
|
11359
11585
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11396,6 +11622,8 @@ export interface GetApiV2LoadsParams {
|
|
|
11396
11622
|
* @format int32
|
|
11397
11623
|
*/
|
|
11398
11624
|
per_page?: number;
|
|
11625
|
+
/** Include total count of items */
|
|
11626
|
+
page_total?: boolean;
|
|
11399
11627
|
}
|
|
11400
11628
|
export interface GetApiV2LocationAdjustmentsCountParams {
|
|
11401
11629
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11421,6 +11649,8 @@ export interface GetApiV2LocationAdjustmentsParams {
|
|
|
11421
11649
|
* @format int32
|
|
11422
11650
|
*/
|
|
11423
11651
|
per_page?: number;
|
|
11652
|
+
/** Include total count of items */
|
|
11653
|
+
page_total?: boolean;
|
|
11424
11654
|
}
|
|
11425
11655
|
export interface GetApiV2LocationAuditsAggregateParams {
|
|
11426
11656
|
/** An array of columns to group by */
|
|
@@ -11456,6 +11686,8 @@ export interface GetApiV2LocationAuditsParams {
|
|
|
11456
11686
|
* @format int32
|
|
11457
11687
|
*/
|
|
11458
11688
|
per_page?: number;
|
|
11689
|
+
/** Include total count of items */
|
|
11690
|
+
page_total?: boolean;
|
|
11459
11691
|
}
|
|
11460
11692
|
export interface GetApiV2LocationTransfersAggregateParams {
|
|
11461
11693
|
/** An array of columns to group by */
|
|
@@ -11491,6 +11723,8 @@ export interface GetApiV2LocationTransfersParams {
|
|
|
11491
11723
|
* @format int32
|
|
11492
11724
|
*/
|
|
11493
11725
|
per_page?: number;
|
|
11726
|
+
/** Include total count of items */
|
|
11727
|
+
page_total?: boolean;
|
|
11494
11728
|
}
|
|
11495
11729
|
export interface GetApiV2LocationsAggregateParams {
|
|
11496
11730
|
/** An array of columns to group by */
|
|
@@ -11526,6 +11760,8 @@ export interface GetApiV2LocationsIdIncidentsParams {
|
|
|
11526
11760
|
* @format int32
|
|
11527
11761
|
*/
|
|
11528
11762
|
per_page?: number;
|
|
11763
|
+
/** Include total count of items */
|
|
11764
|
+
page_total?: boolean;
|
|
11529
11765
|
id: number;
|
|
11530
11766
|
}
|
|
11531
11767
|
export interface GetApiV2LocationsParams {
|
|
@@ -11545,6 +11781,8 @@ export interface GetApiV2LocationsParams {
|
|
|
11545
11781
|
* @format int32
|
|
11546
11782
|
*/
|
|
11547
11783
|
per_page?: number;
|
|
11784
|
+
/** Include total count of items */
|
|
11785
|
+
page_total?: boolean;
|
|
11548
11786
|
}
|
|
11549
11787
|
export interface GetApiV2LotsCountParams {
|
|
11550
11788
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11567,6 +11805,8 @@ export interface GetApiV2LotsParams {
|
|
|
11567
11805
|
* @format int32
|
|
11568
11806
|
*/
|
|
11569
11807
|
per_page?: number;
|
|
11808
|
+
/** Include total count of items */
|
|
11809
|
+
page_total?: boolean;
|
|
11570
11810
|
}
|
|
11571
11811
|
export interface GetApiV2ManifestsCountParams {
|
|
11572
11812
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11589,6 +11829,8 @@ export interface GetApiV2ManifestsParams {
|
|
|
11589
11829
|
* @format int32
|
|
11590
11830
|
*/
|
|
11591
11831
|
per_page?: number;
|
|
11832
|
+
/** Include total count of items */
|
|
11833
|
+
page_total?: boolean;
|
|
11592
11834
|
}
|
|
11593
11835
|
export interface GetApiV2MetaKeysCountParams {
|
|
11594
11836
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11611,6 +11853,8 @@ export interface GetApiV2MetaKeysParams {
|
|
|
11611
11853
|
* @format int32
|
|
11612
11854
|
*/
|
|
11613
11855
|
per_page?: number;
|
|
11856
|
+
/** Include total count of items */
|
|
11857
|
+
page_total?: boolean;
|
|
11614
11858
|
}
|
|
11615
11859
|
export interface GetApiV2NotificationEventsParams {
|
|
11616
11860
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11629,6 +11873,8 @@ export interface GetApiV2NotificationEventsParams {
|
|
|
11629
11873
|
* @format int32
|
|
11630
11874
|
*/
|
|
11631
11875
|
per_page?: number;
|
|
11876
|
+
/** Include total count of items */
|
|
11877
|
+
page_total?: boolean;
|
|
11632
11878
|
}
|
|
11633
11879
|
export interface GetApiV2NotificationSubscriptionsCountParams {
|
|
11634
11880
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11651,6 +11897,8 @@ export interface GetApiV2NotificationSubscriptionsParams {
|
|
|
11651
11897
|
* @format int32
|
|
11652
11898
|
*/
|
|
11653
11899
|
per_page?: number;
|
|
11900
|
+
/** Include total count of items */
|
|
11901
|
+
page_total?: boolean;
|
|
11654
11902
|
}
|
|
11655
11903
|
export interface GetApiV2OrderBatchItemsAggregateParams {
|
|
11656
11904
|
/** An array of columns to group by */
|
|
@@ -11679,6 +11927,8 @@ export interface GetApiV2OrderBatchItemsParams {
|
|
|
11679
11927
|
* @format int32
|
|
11680
11928
|
*/
|
|
11681
11929
|
per_page?: number;
|
|
11930
|
+
/** Include total count of items */
|
|
11931
|
+
page_total?: boolean;
|
|
11682
11932
|
}
|
|
11683
11933
|
export interface GetApiV2OrderBatchRequestsCountParams {
|
|
11684
11934
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11701,6 +11951,8 @@ export interface GetApiV2OrderBatchRequestsParams {
|
|
|
11701
11951
|
* @format int32
|
|
11702
11952
|
*/
|
|
11703
11953
|
per_page?: number;
|
|
11954
|
+
/** Include total count of items */
|
|
11955
|
+
page_total?: boolean;
|
|
11704
11956
|
}
|
|
11705
11957
|
export interface GetApiV2OrderBatchesAggregateParams {
|
|
11706
11958
|
/** An array of columns to group by */
|
|
@@ -11738,6 +11990,8 @@ export interface GetApiV2OrderBatchesIdIncidentsParams {
|
|
|
11738
11990
|
* @format int32
|
|
11739
11991
|
*/
|
|
11740
11992
|
per_page?: number;
|
|
11993
|
+
/** Include total count of items */
|
|
11994
|
+
page_total?: boolean;
|
|
11741
11995
|
id: number;
|
|
11742
11996
|
}
|
|
11743
11997
|
export interface GetApiV2OrderBatchesIdMetaFieldsParams {
|
|
@@ -11762,6 +12016,8 @@ export interface GetApiV2OrderBatchesIdOrderBatchItemsParams {
|
|
|
11762
12016
|
* @format int32
|
|
11763
12017
|
*/
|
|
11764
12018
|
per_page?: number;
|
|
12019
|
+
/** Include total count of items */
|
|
12020
|
+
page_total?: boolean;
|
|
11765
12021
|
id: number;
|
|
11766
12022
|
}
|
|
11767
12023
|
export interface GetApiV2OrderBatchesIdPackingslipsParams {
|
|
@@ -11775,6 +12031,8 @@ export interface GetApiV2OrderBatchesIdPackingslipsParams {
|
|
|
11775
12031
|
* @format int32
|
|
11776
12032
|
*/
|
|
11777
12033
|
per_page?: number;
|
|
12034
|
+
/** Include total count of items */
|
|
12035
|
+
page_total?: boolean;
|
|
11778
12036
|
id: number;
|
|
11779
12037
|
}
|
|
11780
12038
|
export interface GetApiV2OrderBatchesIdTraitsParams {
|
|
@@ -11799,6 +12057,8 @@ export interface GetApiV2OrderBatchesParams {
|
|
|
11799
12057
|
* @format int32
|
|
11800
12058
|
*/
|
|
11801
12059
|
per_page?: number;
|
|
12060
|
+
/** Include total count of items */
|
|
12061
|
+
page_total?: boolean;
|
|
11802
12062
|
}
|
|
11803
12063
|
export interface GetApiV2OrderItemsAggregateParams {
|
|
11804
12064
|
/** An array of columns to group by */
|
|
@@ -11826,6 +12086,8 @@ export interface GetApiV2OrderItemsIdParams {
|
|
|
11826
12086
|
* @format int32
|
|
11827
12087
|
*/
|
|
11828
12088
|
per_page?: number;
|
|
12089
|
+
/** Include total count of items */
|
|
12090
|
+
page_total?: boolean;
|
|
11829
12091
|
id: number;
|
|
11830
12092
|
}
|
|
11831
12093
|
export interface GetApiV2OrderItemsParams {
|
|
@@ -11845,6 +12107,8 @@ export interface GetApiV2OrderItemsParams {
|
|
|
11845
12107
|
* @format int32
|
|
11846
12108
|
*/
|
|
11847
12109
|
per_page?: number;
|
|
12110
|
+
/** Include total count of items */
|
|
12111
|
+
page_total?: boolean;
|
|
11848
12112
|
}
|
|
11849
12113
|
export interface GetApiV2OrderTotesCodeOrderItemsCountParams {
|
|
11850
12114
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -11868,6 +12132,8 @@ export interface GetApiV2OrderTotesCodeOrderItemsParams {
|
|
|
11868
12132
|
* @format int32
|
|
11869
12133
|
*/
|
|
11870
12134
|
per_page?: number;
|
|
12135
|
+
/** Include total count of items */
|
|
12136
|
+
page_total?: boolean;
|
|
11871
12137
|
code: string;
|
|
11872
12138
|
}
|
|
11873
12139
|
export interface GetApiV2OrderTotesCodeOrdersCountParams {
|
|
@@ -11892,6 +12158,8 @@ export interface GetApiV2OrderTotesCodeOrdersParams {
|
|
|
11892
12158
|
* @format int32
|
|
11893
12159
|
*/
|
|
11894
12160
|
per_page?: number;
|
|
12161
|
+
/** Include total count of items */
|
|
12162
|
+
page_total?: boolean;
|
|
11895
12163
|
code: string;
|
|
11896
12164
|
}
|
|
11897
12165
|
export interface GetApiV2OrderTotesParams {
|
|
@@ -11911,6 +12179,8 @@ export interface GetApiV2OrderTotesParams {
|
|
|
11911
12179
|
* @format int32
|
|
11912
12180
|
*/
|
|
11913
12181
|
per_page?: number;
|
|
12182
|
+
/** Include total count of items */
|
|
12183
|
+
page_total?: boolean;
|
|
11914
12184
|
}
|
|
11915
12185
|
export interface GetApiV2OrdersAggregateParams {
|
|
11916
12186
|
/** An array of columns to group by */
|
|
@@ -11948,6 +12218,8 @@ export interface GetApiV2OrdersIdEventsParams {
|
|
|
11948
12218
|
* @format int32
|
|
11949
12219
|
*/
|
|
11950
12220
|
per_page?: number;
|
|
12221
|
+
/** Include total count of items */
|
|
12222
|
+
page_total?: boolean;
|
|
11951
12223
|
id: number;
|
|
11952
12224
|
}
|
|
11953
12225
|
export interface GetApiV2OrdersIdIncidentsCountParams {
|
|
@@ -11970,6 +12242,8 @@ export interface GetApiV2OrdersIdIncidentsParams {
|
|
|
11970
12242
|
* @format int32
|
|
11971
12243
|
*/
|
|
11972
12244
|
per_page?: number;
|
|
12245
|
+
/** Include total count of items */
|
|
12246
|
+
page_total?: boolean;
|
|
11973
12247
|
id: number;
|
|
11974
12248
|
}
|
|
11975
12249
|
export interface GetApiV2OrdersIdMessagesCountParams {
|
|
@@ -11992,6 +12266,8 @@ export interface GetApiV2OrdersIdMessagesParams {
|
|
|
11992
12266
|
* @format int32
|
|
11993
12267
|
*/
|
|
11994
12268
|
per_page?: number;
|
|
12269
|
+
/** Include total count of items */
|
|
12270
|
+
page_total?: boolean;
|
|
11995
12271
|
id: number;
|
|
11996
12272
|
}
|
|
11997
12273
|
export interface GetApiV2OrdersIdMetaFieldsParams {
|
|
@@ -12016,6 +12292,8 @@ export interface GetApiV2OrdersIdOrderDocumentsParams {
|
|
|
12016
12292
|
* @format int32
|
|
12017
12293
|
*/
|
|
12018
12294
|
per_page?: number;
|
|
12295
|
+
/** Include total count of items */
|
|
12296
|
+
page_total?: boolean;
|
|
12019
12297
|
id: number;
|
|
12020
12298
|
}
|
|
12021
12299
|
export interface GetApiV2OrdersIdOrderItemsCountParams {
|
|
@@ -12040,6 +12318,8 @@ export interface GetApiV2OrdersIdOrderItemsParams {
|
|
|
12040
12318
|
* @format int32
|
|
12041
12319
|
*/
|
|
12042
12320
|
per_page?: number;
|
|
12321
|
+
/** Include total count of items */
|
|
12322
|
+
page_total?: boolean;
|
|
12043
12323
|
id: number;
|
|
12044
12324
|
}
|
|
12045
12325
|
export interface GetApiV2OrdersIdPackagesParams {
|
|
@@ -12059,6 +12339,8 @@ export interface GetApiV2OrdersIdPackagesParams {
|
|
|
12059
12339
|
* @format int32
|
|
12060
12340
|
*/
|
|
12061
12341
|
per_page?: number;
|
|
12342
|
+
/** Include total count of items */
|
|
12343
|
+
page_total?: boolean;
|
|
12062
12344
|
id: number;
|
|
12063
12345
|
}
|
|
12064
12346
|
export interface GetApiV2OrdersIdTraitsParams {
|
|
@@ -12083,6 +12365,8 @@ export interface GetApiV2OrdersParams {
|
|
|
12083
12365
|
* @format int32
|
|
12084
12366
|
*/
|
|
12085
12367
|
per_page?: number;
|
|
12368
|
+
/** Include total count of items */
|
|
12369
|
+
page_total?: boolean;
|
|
12086
12370
|
}
|
|
12087
12371
|
export interface GetApiV2OriginatorsParams {
|
|
12088
12372
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12101,6 +12385,8 @@ export interface GetApiV2OriginatorsParams {
|
|
|
12101
12385
|
* @format int32
|
|
12102
12386
|
*/
|
|
12103
12387
|
per_page?: number;
|
|
12388
|
+
/** Include total count of items */
|
|
12389
|
+
page_total?: boolean;
|
|
12104
12390
|
}
|
|
12105
12391
|
export interface GetApiV2PackagesAggregateParams {
|
|
12106
12392
|
/** An array of columns to group by */
|
|
@@ -12140,6 +12426,8 @@ export interface GetApiV2PackagesParams {
|
|
|
12140
12426
|
* @format int32
|
|
12141
12427
|
*/
|
|
12142
12428
|
per_page?: number;
|
|
12429
|
+
/** Include total count of items */
|
|
12430
|
+
page_total?: boolean;
|
|
12143
12431
|
}
|
|
12144
12432
|
export interface GetApiV2PartnersCountParams {
|
|
12145
12433
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12162,6 +12450,8 @@ export interface GetApiV2PartnersParams {
|
|
|
12162
12450
|
* @format int32
|
|
12163
12451
|
*/
|
|
12164
12452
|
per_page?: number;
|
|
12453
|
+
/** Include total count of items */
|
|
12454
|
+
page_total?: boolean;
|
|
12165
12455
|
}
|
|
12166
12456
|
export interface GetApiV2ProjectsCountParams {
|
|
12167
12457
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12189,6 +12479,8 @@ export interface GetApiV2ProjectsIdProjectTasksParams {
|
|
|
12189
12479
|
* @format int32
|
|
12190
12480
|
*/
|
|
12191
12481
|
per_page?: number;
|
|
12482
|
+
/** Include total count of items */
|
|
12483
|
+
page_total?: boolean;
|
|
12192
12484
|
id: number;
|
|
12193
12485
|
}
|
|
12194
12486
|
export interface GetApiV2ProjectsParams {
|
|
@@ -12208,6 +12500,8 @@ export interface GetApiV2ProjectsParams {
|
|
|
12208
12500
|
* @format int32
|
|
12209
12501
|
*/
|
|
12210
12502
|
per_page?: number;
|
|
12503
|
+
/** Include total count of items */
|
|
12504
|
+
page_total?: boolean;
|
|
12211
12505
|
}
|
|
12212
12506
|
export interface GetApiV2RatesCountParams {
|
|
12213
12507
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12230,6 +12524,8 @@ export interface GetApiV2RatesParams {
|
|
|
12230
12524
|
* @format int32
|
|
12231
12525
|
*/
|
|
12232
12526
|
per_page?: number;
|
|
12527
|
+
/** Include total count of items */
|
|
12528
|
+
page_total?: boolean;
|
|
12233
12529
|
}
|
|
12234
12530
|
export interface GetApiV2ReasonCodesParams {
|
|
12235
12531
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12258,6 +12554,8 @@ export interface GetApiV2RelocateInventoryTransfersParams {
|
|
|
12258
12554
|
* @format int32
|
|
12259
12555
|
*/
|
|
12260
12556
|
per_page?: number;
|
|
12557
|
+
/** Include total count of items */
|
|
12558
|
+
page_total?: boolean;
|
|
12261
12559
|
}
|
|
12262
12560
|
export interface GetApiV2ReturnAddressesParams {
|
|
12263
12561
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12274,6 +12572,8 @@ export interface GetApiV2ReturnAddressesParams {
|
|
|
12274
12572
|
* @format int32
|
|
12275
12573
|
*/
|
|
12276
12574
|
per_page?: number;
|
|
12575
|
+
/** Include total count of items */
|
|
12576
|
+
page_total?: boolean;
|
|
12277
12577
|
}
|
|
12278
12578
|
export interface GetApiV2RulesCountParams {
|
|
12279
12579
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12296,6 +12596,8 @@ export interface GetApiV2RulesParams {
|
|
|
12296
12596
|
* @format int32
|
|
12297
12597
|
*/
|
|
12298
12598
|
per_page?: number;
|
|
12599
|
+
/** Include total count of items */
|
|
12600
|
+
page_total?: boolean;
|
|
12299
12601
|
}
|
|
12300
12602
|
export interface GetApiV2ScancodeAliasesParams {
|
|
12301
12603
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12314,6 +12616,8 @@ export interface GetApiV2ScancodeAliasesParams {
|
|
|
12314
12616
|
* @format int32
|
|
12315
12617
|
*/
|
|
12316
12618
|
per_page?: number;
|
|
12619
|
+
/** Include total count of items */
|
|
12620
|
+
page_total?: boolean;
|
|
12317
12621
|
}
|
|
12318
12622
|
export interface GetApiV2ScancodesParams {
|
|
12319
12623
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12332,6 +12636,8 @@ export interface GetApiV2ScancodesParams {
|
|
|
12332
12636
|
* @format int32
|
|
12333
12637
|
*/
|
|
12334
12638
|
per_page?: number;
|
|
12639
|
+
/** Include total count of items */
|
|
12640
|
+
page_total?: boolean;
|
|
12335
12641
|
}
|
|
12336
12642
|
export interface GetApiV2SerialNumbersParams {
|
|
12337
12643
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12350,6 +12656,8 @@ export interface GetApiV2SerialNumbersParams {
|
|
|
12350
12656
|
* @format int32
|
|
12351
12657
|
*/
|
|
12352
12658
|
per_page?: number;
|
|
12659
|
+
/** Include total count of items */
|
|
12660
|
+
page_total?: boolean;
|
|
12353
12661
|
}
|
|
12354
12662
|
export interface GetApiV2ShipnoticeItemsAggregateParams {
|
|
12355
12663
|
/** An array of columns to group by */
|
|
@@ -12389,6 +12697,8 @@ export interface GetApiV2ShipnoticeItemsIdLocationsParams {
|
|
|
12389
12697
|
* @format int32
|
|
12390
12698
|
*/
|
|
12391
12699
|
per_page?: number;
|
|
12700
|
+
/** Include total count of items */
|
|
12701
|
+
page_total?: boolean;
|
|
12392
12702
|
id: number;
|
|
12393
12703
|
}
|
|
12394
12704
|
export interface GetApiV2ShipnoticeItemsIdMetaFieldsParams {
|
|
@@ -12428,6 +12738,8 @@ export interface GetApiV2ShipnoticeItemsParams {
|
|
|
12428
12738
|
* @format int32
|
|
12429
12739
|
*/
|
|
12430
12740
|
per_page?: number;
|
|
12741
|
+
/** Include total count of items */
|
|
12742
|
+
page_total?: boolean;
|
|
12431
12743
|
}
|
|
12432
12744
|
export interface GetApiV2ShipnoticesAggregateParams {
|
|
12433
12745
|
/** An array of columns to group by */
|
|
@@ -12469,6 +12781,8 @@ export interface GetApiV2ShipnoticesIdIncidentsParams {
|
|
|
12469
12781
|
* @format int32
|
|
12470
12782
|
*/
|
|
12471
12783
|
per_page?: number;
|
|
12784
|
+
/** Include total count of items */
|
|
12785
|
+
page_total?: boolean;
|
|
12472
12786
|
id: number;
|
|
12473
12787
|
}
|
|
12474
12788
|
export interface GetApiV2ShipnoticesIdMessagesCountParams {
|
|
@@ -12491,6 +12805,8 @@ export interface GetApiV2ShipnoticesIdMessagesParams {
|
|
|
12491
12805
|
* @format int32
|
|
12492
12806
|
*/
|
|
12493
12807
|
per_page?: number;
|
|
12808
|
+
/** Include total count of items */
|
|
12809
|
+
page_total?: boolean;
|
|
12494
12810
|
id: number;
|
|
12495
12811
|
}
|
|
12496
12812
|
export interface GetApiV2ShipnoticesIdMetaFieldsParams {
|
|
@@ -12520,6 +12836,8 @@ export interface GetApiV2ShipnoticesIdShipnoticeItemsParams {
|
|
|
12520
12836
|
* @format int32
|
|
12521
12837
|
*/
|
|
12522
12838
|
per_page?: number;
|
|
12839
|
+
/** Include total count of items */
|
|
12840
|
+
page_total?: boolean;
|
|
12523
12841
|
id: number;
|
|
12524
12842
|
}
|
|
12525
12843
|
export interface GetApiV2ShipnoticesIdTraitsParams {
|
|
@@ -12544,6 +12862,8 @@ export interface GetApiV2ShipnoticesParams {
|
|
|
12544
12862
|
* @format int32
|
|
12545
12863
|
*/
|
|
12546
12864
|
per_page?: number;
|
|
12865
|
+
/** Include total count of items */
|
|
12866
|
+
page_total?: boolean;
|
|
12547
12867
|
}
|
|
12548
12868
|
export interface GetApiV2ShippingAliasesCountParams {
|
|
12549
12869
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12566,6 +12886,8 @@ export interface GetApiV2ShippingAliasesParams {
|
|
|
12566
12886
|
* @format int32
|
|
12567
12887
|
*/
|
|
12568
12888
|
per_page?: number;
|
|
12889
|
+
/** Include total count of items */
|
|
12890
|
+
page_total?: boolean;
|
|
12569
12891
|
}
|
|
12570
12892
|
export interface GetApiV2ShippingBlacklistedMethodsCountParams {
|
|
12571
12893
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12588,6 +12910,8 @@ export interface GetApiV2ShippingBlacklistedMethodsParams {
|
|
|
12588
12910
|
* @format int32
|
|
12589
12911
|
*/
|
|
12590
12912
|
per_page?: number;
|
|
12913
|
+
/** Include total count of items */
|
|
12914
|
+
page_total?: boolean;
|
|
12591
12915
|
}
|
|
12592
12916
|
export interface GetApiV2ShippingMethodsCountParams {
|
|
12593
12917
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12610,6 +12934,8 @@ export interface GetApiV2ShippingMethodsParams {
|
|
|
12610
12934
|
* @format int32
|
|
12611
12935
|
*/
|
|
12612
12936
|
per_page?: number;
|
|
12937
|
+
/** Include total count of items */
|
|
12938
|
+
page_total?: boolean;
|
|
12613
12939
|
}
|
|
12614
12940
|
export interface GetApiV2ShopsIdMetaFieldsParams {
|
|
12615
12941
|
/** Include meta fields for associations */
|
|
@@ -12637,6 +12963,8 @@ export interface GetApiV2SurchargeMarkupsParams {
|
|
|
12637
12963
|
* @format int32
|
|
12638
12964
|
*/
|
|
12639
12965
|
per_page?: number;
|
|
12966
|
+
/** Include total count of items */
|
|
12967
|
+
page_total?: boolean;
|
|
12640
12968
|
}
|
|
12641
12969
|
export interface GetApiV2TemplateTypesParams {
|
|
12642
12970
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12661,6 +12989,8 @@ export interface GetApiV2TemplatesParams {
|
|
|
12661
12989
|
* @format int32
|
|
12662
12990
|
*/
|
|
12663
12991
|
per_page?: number;
|
|
12992
|
+
/** Include total count of items */
|
|
12993
|
+
page_total?: boolean;
|
|
12664
12994
|
}
|
|
12665
12995
|
export interface GetApiV2TemplatesRenderTypeTemplateTypeSlugResourceIdParams {
|
|
12666
12996
|
fallback?: boolean;
|
|
@@ -12704,6 +13034,8 @@ export interface GetApiV2TransportationMarkupsParams {
|
|
|
12704
13034
|
* @format int32
|
|
12705
13035
|
*/
|
|
12706
13036
|
per_page?: number;
|
|
13037
|
+
/** Include total count of items */
|
|
13038
|
+
page_total?: boolean;
|
|
12707
13039
|
}
|
|
12708
13040
|
export interface GetApiV2UsersBroadcastsParams {
|
|
12709
13041
|
/**
|
|
@@ -12716,6 +13048,8 @@ export interface GetApiV2UsersBroadcastsParams {
|
|
|
12716
13048
|
* @format int32
|
|
12717
13049
|
*/
|
|
12718
13050
|
per_page?: number;
|
|
13051
|
+
/** Include total count of items */
|
|
13052
|
+
page_total?: boolean;
|
|
12719
13053
|
}
|
|
12720
13054
|
export interface GetApiV2UsersCountParams {
|
|
12721
13055
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12753,6 +13087,8 @@ export interface GetApiV2UsersParams {
|
|
|
12753
13087
|
* @format int32
|
|
12754
13088
|
*/
|
|
12755
13089
|
per_page?: number;
|
|
13090
|
+
/** Include total count of items */
|
|
13091
|
+
page_total?: boolean;
|
|
12756
13092
|
}
|
|
12757
13093
|
export interface GetApiV2WarehouseFeaturesCountParams {
|
|
12758
13094
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12801,6 +13137,8 @@ export interface GetApiV2WarehousesIdCarrierAccountsParams {
|
|
|
12801
13137
|
* @format int32
|
|
12802
13138
|
*/
|
|
12803
13139
|
per_page?: number;
|
|
13140
|
+
/** Include total count of items */
|
|
13141
|
+
page_total?: boolean;
|
|
12804
13142
|
id: number;
|
|
12805
13143
|
}
|
|
12806
13144
|
export interface GetApiV2WarehousesIdTraitsParams {
|
|
@@ -12825,6 +13163,8 @@ export interface GetApiV2WarehousesParams {
|
|
|
12825
13163
|
* @format int32
|
|
12826
13164
|
*/
|
|
12827
13165
|
per_page?: number;
|
|
13166
|
+
/** Include total count of items */
|
|
13167
|
+
page_total?: boolean;
|
|
12828
13168
|
}
|
|
12829
13169
|
export interface GetApiV2WholesaleItemsParams {
|
|
12830
13170
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12843,6 +13183,8 @@ export interface GetApiV2WholesaleItemsParams {
|
|
|
12843
13183
|
* @format int32
|
|
12844
13184
|
*/
|
|
12845
13185
|
per_page?: number;
|
|
13186
|
+
/** Include total count of items */
|
|
13187
|
+
page_total?: boolean;
|
|
12846
13188
|
}
|
|
12847
13189
|
export interface GetApiV2WholesalesParams {
|
|
12848
13190
|
/** JSON search string like {"attribute_eq": "Term"} */
|
|
@@ -12861,6 +13203,8 @@ export interface GetApiV2WholesalesParams {
|
|
|
12861
13203
|
* @format int32
|
|
12862
13204
|
*/
|
|
12863
13205
|
per_page?: number;
|
|
13206
|
+
/** Include total count of items */
|
|
13207
|
+
page_total?: boolean;
|
|
12864
13208
|
}
|
|
12865
13209
|
/** hazmat class */
|
|
12866
13210
|
export declare enum ApiV21EntitiesItemHazmatType {
|