@whiplashmerch/whiplash-api-client 2.0.5 → 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.
@@ -4292,6 +4292,8 @@ export interface GetApiV21CarrierAliasesParams {
4292
4292
  * @format int32
4293
4293
  */
4294
4294
  per_page?: number;
4295
+ /** Include total count of items */
4296
+ page_total?: boolean;
4295
4297
  }
4296
4298
 
4297
4299
  export interface GetApiV21ConsumerReturnsCountParams {
@@ -4322,6 +4324,8 @@ export interface GetApiV21ConsumerReturnsParams {
4322
4324
  * @format int32
4323
4325
  */
4324
4326
  per_page?: number;
4327
+ /** Include total count of items */
4328
+ page_total?: boolean;
4325
4329
  }
4326
4330
 
4327
4331
  export interface GetApiV21CustomersCountParams {
@@ -4346,6 +4350,8 @@ export interface GetApiV21CustomersParams {
4346
4350
  * @format int32
4347
4351
  */
4348
4352
  per_page?: number;
4353
+ /** Include total count of items */
4354
+ page_total?: boolean;
4349
4355
  }
4350
4356
 
4351
4357
  export interface GetApiV21DocumentsParams {
@@ -4403,6 +4409,8 @@ export interface GetApiV21ItemsIdOriginatorsParams {
4403
4409
  * @format int32
4404
4410
  */
4405
4411
  per_page?: number;
4412
+ /** Include total count of items */
4413
+ page_total?: boolean;
4406
4414
  id: number;
4407
4415
  }
4408
4416
 
@@ -4421,6 +4429,8 @@ export interface GetApiV21ItemsIdScancodesParams {
4421
4429
  * @format int32
4422
4430
  */
4423
4431
  per_page?: number;
4432
+ /** Include total count of items */
4433
+ page_total?: boolean;
4424
4434
  id: number;
4425
4435
  }
4426
4436
 
@@ -4447,6 +4457,8 @@ export interface GetApiV21ItemsIdShipnoticeItemsParams {
4447
4457
  * @format int32
4448
4458
  */
4449
4459
  per_page?: number;
4460
+ /** Include total count of items */
4461
+ page_total?: boolean;
4450
4462
  id: number;
4451
4463
  }
4452
4464
 
@@ -4471,6 +4483,8 @@ export interface GetApiV21ItemsIdTransactionsParams {
4471
4483
  * @format int32
4472
4484
  */
4473
4485
  per_page?: number;
4486
+ /** Include total count of items */
4487
+ page_total?: boolean;
4474
4488
  id: number;
4475
4489
  }
4476
4490
 
@@ -4491,6 +4505,8 @@ export interface GetApiV21ItemsParams {
4491
4505
  * @format int32
4492
4506
  */
4493
4507
  per_page?: number;
4508
+ /** Include total count of items */
4509
+ page_total?: boolean;
4494
4510
  }
4495
4511
 
4496
4512
  export interface GetApiV21NotificationEventsParams {
@@ -4510,6 +4526,8 @@ export interface GetApiV21NotificationEventsParams {
4510
4526
  * @format int32
4511
4527
  */
4512
4528
  per_page?: number;
4529
+ /** Include total count of items */
4530
+ page_total?: boolean;
4513
4531
  }
4514
4532
 
4515
4533
  export interface GetApiV21NotificationSubscriptionsCountParams {
@@ -4534,6 +4552,8 @@ export interface GetApiV21NotificationSubscriptionsParams {
4534
4552
  * @format int32
4535
4553
  */
4536
4554
  per_page?: number;
4555
+ /** Include total count of items */
4556
+ page_total?: boolean;
4537
4557
  }
4538
4558
 
4539
4559
  export interface GetApiV21OrderItemsIdMetaFieldsParams {
@@ -4553,6 +4573,8 @@ export interface GetApiV21OrderItemsIdParams {
4553
4573
  * @format int32
4554
4574
  */
4555
4575
  per_page?: number;
4576
+ /** Include total count of items */
4577
+ page_total?: boolean;
4556
4578
  id: number;
4557
4579
  }
4558
4580
 
@@ -4590,6 +4612,8 @@ export interface GetApiV21OrdersIdEventsParams {
4590
4612
  * @format int32
4591
4613
  */
4592
4614
  per_page?: number;
4615
+ /** Include total count of items */
4616
+ page_total?: boolean;
4593
4617
  id: number;
4594
4618
  }
4595
4619
 
@@ -4616,6 +4640,8 @@ export interface GetApiV21OrdersIdOrderDocumentsParams {
4616
4640
  * @format int32
4617
4641
  */
4618
4642
  per_page?: number;
4643
+ /** Include total count of items */
4644
+ page_total?: boolean;
4619
4645
  id: number;
4620
4646
  }
4621
4647
 
@@ -4642,6 +4668,8 @@ export interface GetApiV21OrdersIdOrderItemsParams {
4642
4668
  * @format int32
4643
4669
  */
4644
4670
  per_page?: number;
4671
+ /** Include total count of items */
4672
+ page_total?: boolean;
4645
4673
  id: number;
4646
4674
  }
4647
4675
 
@@ -4662,6 +4690,8 @@ export interface GetApiV21OrdersParams {
4662
4690
  * @format int32
4663
4691
  */
4664
4692
  per_page?: number;
4693
+ /** Include total count of items */
4694
+ page_total?: boolean;
4665
4695
  }
4666
4696
 
4667
4697
  export interface GetApiV21OriginatorsParams {
@@ -4681,6 +4711,8 @@ export interface GetApiV21OriginatorsParams {
4681
4711
  * @format int32
4682
4712
  */
4683
4713
  per_page?: number;
4714
+ /** Include total count of items */
4715
+ page_total?: boolean;
4684
4716
  }
4685
4717
 
4686
4718
  export interface GetApiV21ProjectsIdProjectTasksParams {
@@ -4700,6 +4732,8 @@ export interface GetApiV21ProjectsIdProjectTasksParams {
4700
4732
  * @format int32
4701
4733
  */
4702
4734
  per_page?: number;
4735
+ /** Include total count of items */
4736
+ page_total?: boolean;
4703
4737
  id: number;
4704
4738
  }
4705
4739
 
@@ -4748,6 +4782,8 @@ export interface GetApiV21ShipnoticesIdShipnoticeItemsParams {
4748
4782
  * @format int32
4749
4783
  */
4750
4784
  per_page?: number;
4785
+ /** Include total count of items */
4786
+ page_total?: boolean;
4751
4787
  id: number;
4752
4788
  }
4753
4789
 
@@ -4768,6 +4804,8 @@ export interface GetApiV21ShipnoticesParams {
4768
4804
  * @format int32
4769
4805
  */
4770
4806
  per_page?: number;
4807
+ /** Include total count of items */
4808
+ page_total?: boolean;
4771
4809
  }
4772
4810
 
4773
4811
  export interface GetApiV21TemplatesParams {
@@ -4783,6 +4821,8 @@ export interface GetApiV21TemplatesParams {
4783
4821
  * @format int32
4784
4822
  */
4785
4823
  per_page?: number;
4824
+ /** Include total count of items */
4825
+ page_total?: boolean;
4786
4826
  }
4787
4827
 
4788
4828
  export interface GetApiV21WholesaleItemsParams {
@@ -4802,6 +4842,8 @@ export interface GetApiV21WholesaleItemsParams {
4802
4842
  * @format int32
4803
4843
  */
4804
4844
  per_page?: number;
4845
+ /** Include total count of items */
4846
+ page_total?: boolean;
4805
4847
  }
4806
4848
 
4807
4849
  export interface GetApiV2CarrierAliasesParams {
@@ -4821,6 +4863,8 @@ export interface GetApiV2CarrierAliasesParams {
4821
4863
  * @format int32
4822
4864
  */
4823
4865
  per_page?: number;
4866
+ /** Include total count of items */
4867
+ page_total?: boolean;
4824
4868
  }
4825
4869
 
4826
4870
  export interface GetApiV2ConsumerReturnsCountParams {
@@ -4851,6 +4895,8 @@ export interface GetApiV2ConsumerReturnsParams {
4851
4895
  * @format int32
4852
4896
  */
4853
4897
  per_page?: number;
4898
+ /** Include total count of items */
4899
+ page_total?: boolean;
4854
4900
  }
4855
4901
 
4856
4902
  export interface GetApiV2CustomersCountParams {
@@ -4875,6 +4921,8 @@ export interface GetApiV2CustomersParams {
4875
4921
  * @format int32
4876
4922
  */
4877
4923
  per_page?: number;
4924
+ /** Include total count of items */
4925
+ page_total?: boolean;
4878
4926
  }
4879
4927
 
4880
4928
  export interface GetApiV2DocumentsParams {
@@ -4932,6 +4980,8 @@ export interface GetApiV2ItemsIdOriginatorsParams {
4932
4980
  * @format int32
4933
4981
  */
4934
4982
  per_page?: number;
4983
+ /** Include total count of items */
4984
+ page_total?: boolean;
4935
4985
  id: number;
4936
4986
  }
4937
4987
 
@@ -4950,6 +5000,8 @@ export interface GetApiV2ItemsIdScancodesParams {
4950
5000
  * @format int32
4951
5001
  */
4952
5002
  per_page?: number;
5003
+ /** Include total count of items */
5004
+ page_total?: boolean;
4953
5005
  id: number;
4954
5006
  }
4955
5007
 
@@ -4976,6 +5028,8 @@ export interface GetApiV2ItemsIdShipnoticeItemsParams {
4976
5028
  * @format int32
4977
5029
  */
4978
5030
  per_page?: number;
5031
+ /** Include total count of items */
5032
+ page_total?: boolean;
4979
5033
  id: number;
4980
5034
  }
4981
5035
 
@@ -5000,6 +5054,8 @@ export interface GetApiV2ItemsIdTransactionsParams {
5000
5054
  * @format int32
5001
5055
  */
5002
5056
  per_page?: number;
5057
+ /** Include total count of items */
5058
+ page_total?: boolean;
5003
5059
  id: number;
5004
5060
  }
5005
5061
 
@@ -5020,6 +5076,8 @@ export interface GetApiV2ItemsParams {
5020
5076
  * @format int32
5021
5077
  */
5022
5078
  per_page?: number;
5079
+ /** Include total count of items */
5080
+ page_total?: boolean;
5023
5081
  }
5024
5082
 
5025
5083
  export interface GetApiV2NotificationEventsParams {
@@ -5039,6 +5097,8 @@ export interface GetApiV2NotificationEventsParams {
5039
5097
  * @format int32
5040
5098
  */
5041
5099
  per_page?: number;
5100
+ /** Include total count of items */
5101
+ page_total?: boolean;
5042
5102
  }
5043
5103
 
5044
5104
  export interface GetApiV2NotificationSubscriptionsCountParams {
@@ -5063,6 +5123,8 @@ export interface GetApiV2NotificationSubscriptionsParams {
5063
5123
  * @format int32
5064
5124
  */
5065
5125
  per_page?: number;
5126
+ /** Include total count of items */
5127
+ page_total?: boolean;
5066
5128
  }
5067
5129
 
5068
5130
  export interface GetApiV2OrderItemsIdMetaFieldsParams {
@@ -5082,6 +5144,8 @@ export interface GetApiV2OrderItemsIdParams {
5082
5144
  * @format int32
5083
5145
  */
5084
5146
  per_page?: number;
5147
+ /** Include total count of items */
5148
+ page_total?: boolean;
5085
5149
  id: number;
5086
5150
  }
5087
5151
 
@@ -5119,6 +5183,8 @@ export interface GetApiV2OrdersIdEventsParams {
5119
5183
  * @format int32
5120
5184
  */
5121
5185
  per_page?: number;
5186
+ /** Include total count of items */
5187
+ page_total?: boolean;
5122
5188
  id: number;
5123
5189
  }
5124
5190
 
@@ -5145,6 +5211,8 @@ export interface GetApiV2OrdersIdOrderDocumentsParams {
5145
5211
  * @format int32
5146
5212
  */
5147
5213
  per_page?: number;
5214
+ /** Include total count of items */
5215
+ page_total?: boolean;
5148
5216
  id: number;
5149
5217
  }
5150
5218
 
@@ -5171,6 +5239,8 @@ export interface GetApiV2OrdersIdOrderItemsParams {
5171
5239
  * @format int32
5172
5240
  */
5173
5241
  per_page?: number;
5242
+ /** Include total count of items */
5243
+ page_total?: boolean;
5174
5244
  id: number;
5175
5245
  }
5176
5246
 
@@ -5191,6 +5261,8 @@ export interface GetApiV2OrdersParams {
5191
5261
  * @format int32
5192
5262
  */
5193
5263
  per_page?: number;
5264
+ /** Include total count of items */
5265
+ page_total?: boolean;
5194
5266
  }
5195
5267
 
5196
5268
  export interface GetApiV2OriginatorsParams {
@@ -5210,6 +5282,8 @@ export interface GetApiV2OriginatorsParams {
5210
5282
  * @format int32
5211
5283
  */
5212
5284
  per_page?: number;
5285
+ /** Include total count of items */
5286
+ page_total?: boolean;
5213
5287
  }
5214
5288
 
5215
5289
  export interface GetApiV2ProjectsIdProjectTasksParams {
@@ -5229,6 +5303,8 @@ export interface GetApiV2ProjectsIdProjectTasksParams {
5229
5303
  * @format int32
5230
5304
  */
5231
5305
  per_page?: number;
5306
+ /** Include total count of items */
5307
+ page_total?: boolean;
5232
5308
  id: number;
5233
5309
  }
5234
5310
 
@@ -5277,6 +5353,8 @@ export interface GetApiV2ShipnoticesIdShipnoticeItemsParams {
5277
5353
  * @format int32
5278
5354
  */
5279
5355
  per_page?: number;
5356
+ /** Include total count of items */
5357
+ page_total?: boolean;
5280
5358
  id: number;
5281
5359
  }
5282
5360
 
@@ -5297,6 +5375,8 @@ export interface GetApiV2ShipnoticesParams {
5297
5375
  * @format int32
5298
5376
  */
5299
5377
  per_page?: number;
5378
+ /** Include total count of items */
5379
+ page_total?: boolean;
5300
5380
  }
5301
5381
 
5302
5382
  export interface GetApiV2TemplatesParams {
@@ -5312,6 +5392,8 @@ export interface GetApiV2TemplatesParams {
5312
5392
  * @format int32
5313
5393
  */
5314
5394
  per_page?: number;
5395
+ /** Include total count of items */
5396
+ page_total?: boolean;
5315
5397
  }
5316
5398
 
5317
5399
  export interface GetApiV2WholesaleItemsParams {
@@ -5331,6 +5413,8 @@ export interface GetApiV2WholesaleItemsParams {
5331
5413
  * @format int32
5332
5414
  */
5333
5415
  per_page?: number;
5416
+ /** Include total count of items */
5417
+ page_total?: boolean;
5334
5418
  }
5335
5419
 
5336
5420
  /** hazmat class */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {