@whiplashmerch/whiplash-api-client 3.1.6 → 3.1.7

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.
@@ -24017,7 +24017,7 @@ export interface PutApiV21AddressesIdRequest {
24017
24017
  zip?: string;
24018
24018
  }
24019
24019
  export interface PutApiV21BillOfLadingsIdCallActionRequest {
24020
- action: string;
24020
+ action?: string;
24021
24021
  /** Method params */
24022
24022
  args?: object;
24023
24023
  }
@@ -24235,12 +24235,12 @@ export interface PutApiV21ConsumerReturnsIdRequest {
24235
24235
  tracking?: string;
24236
24236
  }
24237
24237
  export interface PutApiV21CustomersIdCallActionRequest {
24238
- action: string;
24238
+ action?: string;
24239
24239
  /** Method params */
24240
24240
  args?: string;
24241
24241
  }
24242
24242
  export interface PutApiV21CustomersIdCallAsyncActionRequest {
24243
- action: string;
24243
+ action?: string;
24244
24244
  /** Method params */
24245
24245
  args?: string;
24246
24246
  }
@@ -24531,12 +24531,12 @@ export interface PutApiV21CustomsInfosIdRequest {
24531
24531
  uk_vat_number?: string;
24532
24532
  }
24533
24533
  export interface PutApiV21DocumentsIdCallActionRequest {
24534
- action: string;
24534
+ action?: string;
24535
24535
  /** Method params */
24536
24536
  args?: object;
24537
24537
  }
24538
24538
  export interface PutApiV21DocumentsIdCallAsyncActionRequest {
24539
- action: string;
24539
+ action?: string;
24540
24540
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
24541
24541
  args?: object;
24542
24542
  }
@@ -24570,12 +24570,12 @@ export interface PutApiV21FilterSetsIdBatchRequest {
24570
24570
  warehouse_id?: number;
24571
24571
  }
24572
24572
  export interface PutApiV21FilterSetsIdCallActionRequest {
24573
- action: string;
24573
+ action?: string;
24574
24574
  /** Method params */
24575
24575
  args?: object;
24576
24576
  }
24577
24577
  export interface PutApiV21FilterSetsIdCallEachActionRequest {
24578
- action: string;
24578
+ action?: string;
24579
24579
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
24580
24580
  args?: object;
24581
24581
  }
@@ -24665,7 +24665,7 @@ export interface PutApiV21ImporterOfRecordsIdRequest {
24665
24665
  zip?: string;
24666
24666
  }
24667
24667
  export interface PutApiV21IncidentsIdCallActionRequest {
24668
- action: string;
24668
+ action?: string;
24669
24669
  /** Method params */
24670
24670
  args?: object;
24671
24671
  }
@@ -24841,12 +24841,12 @@ export interface PutApiV21IncidentsIdRequest {
24841
24841
  width?: number;
24842
24842
  }
24843
24843
  export interface PutApiV21ItemsIdCallActionRequest {
24844
- action: string;
24844
+ action?: string;
24845
24845
  /** Method params */
24846
24846
  args?: object;
24847
24847
  }
24848
24848
  export interface PutApiV21ItemsIdCallAsyncActionRequest {
24849
- action: string;
24849
+ action?: string;
24850
24850
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
24851
24851
  args?: object;
24852
24852
  }
@@ -25020,7 +25020,7 @@ export interface PutApiV21LoadScacsIdRequest {
25020
25020
  scac?: string;
25021
25021
  }
25022
25022
  export interface PutApiV21LoadsIdCallActionRequest {
25023
- action: string;
25023
+ action?: string;
25024
25024
  /** Method params */
25025
25025
  args?: object;
25026
25026
  }
@@ -25056,7 +25056,7 @@ export interface PutApiV21LoadsIdRequest {
25056
25056
  wholesale_vendor?: string;
25057
25057
  }
25058
25058
  export interface PutApiV21LocationAuditsIdCallActionRequest {
25059
- action: string;
25059
+ action?: string;
25060
25060
  /** Method params */
25061
25061
  args?: object;
25062
25062
  }
@@ -25073,7 +25073,7 @@ export interface PutApiV21LocationAuditsIdRequest {
25073
25073
  quantity_expected?: number;
25074
25074
  }
25075
25075
  export interface PutApiV21LocationTransfersIdCallActionRequest {
25076
- action: string;
25076
+ action?: string;
25077
25077
  /** Method params */
25078
25078
  args?: object;
25079
25079
  }
@@ -25087,7 +25087,7 @@ export interface PutApiV21LocationTransfersIdRequest {
25087
25087
  quantity?: number;
25088
25088
  }
25089
25089
  export interface PutApiV21LocationsIdCallActionRequest {
25090
- action: string;
25090
+ action?: string;
25091
25091
  /** Method params */
25092
25092
  args?: object;
25093
25093
  }
@@ -25129,7 +25129,7 @@ export interface PutApiV21LotsIdRequest {
25129
25129
  number?: string;
25130
25130
  }
25131
25131
  export interface PutApiV21ManifestsIdCallActionRequest {
25132
- action: string;
25132
+ action?: string;
25133
25133
  /** Method params */
25134
25134
  args?: object;
25135
25135
  }
@@ -25177,17 +25177,17 @@ export interface PutApiV21NotificationSubscriptionsIdRequest {
25177
25177
  version?: number;
25178
25178
  }
25179
25179
  export interface PutApiV21OrderBatchItemsIdCallActionRequest {
25180
- action: string;
25180
+ action?: string;
25181
25181
  /** Method params */
25182
25182
  args?: object;
25183
25183
  }
25184
25184
  export interface PutApiV21OrderBatchesIdCallActionRequest {
25185
- action: string;
25185
+ action?: string;
25186
25186
  /** Method params */
25187
25187
  args?: object;
25188
25188
  }
25189
25189
  export interface PutApiV21OrderBatchesIdCallAsyncActionRequest {
25190
- action: string;
25190
+ action?: string;
25191
25191
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
25192
25192
  args?: object;
25193
25193
  }
@@ -25271,7 +25271,7 @@ export interface PutApiV21OrderDocumentsIdRequest {
25271
25271
  url?: string;
25272
25272
  }
25273
25273
  export interface PutApiV21OrderItemsIdCallActionRequest {
25274
- action: string;
25274
+ action?: string;
25275
25275
  /** Method params */
25276
25276
  args?: object;
25277
25277
  }
@@ -25477,12 +25477,12 @@ export interface PutApiV21OrderItemsIdWholesaleItemRequest {
25477
25477
  vendor_part_number?: string;
25478
25478
  }
25479
25479
  export interface PutApiV21OrdersIdCallActionRequest {
25480
- action: string;
25480
+ action?: string;
25481
25481
  /** Method params */
25482
25482
  args?: object;
25483
25483
  }
25484
25484
  export interface PutApiV21OrdersIdCallAsyncActionRequest {
25485
- action: string;
25485
+ action?: string;
25486
25486
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
25487
25487
  args?: object;
25488
25488
  }
@@ -25953,7 +25953,7 @@ export interface PutApiV21OriginatorsIdRequest {
25953
25953
  last_notified_at?: string;
25954
25954
  }
25955
25955
  export interface PutApiV21PackagesIdCallActionRequest {
25956
- action: string;
25956
+ action?: string;
25957
25957
  /** Method params */
25958
25958
  args?: object;
25959
25959
  }
@@ -26009,7 +26009,7 @@ export interface PutApiV21PackagesIdRequest {
26009
26009
  tracking?: string;
26010
26010
  }
26011
26011
  export interface PutApiV21PalletsIdCallActionRequest {
26012
- action: string;
26012
+ action?: string;
26013
26013
  /** Method params */
26014
26014
  args?: object;
26015
26015
  }
@@ -26134,7 +26134,7 @@ export interface PutApiV21ProjectTasksIdRequest {
26134
26134
  warehouse_id?: number;
26135
26135
  }
26136
26136
  export interface PutApiV21ProjectsIdCallActionRequest {
26137
- action: string;
26137
+ action?: string;
26138
26138
  /** Method params */
26139
26139
  args?: object;
26140
26140
  }
@@ -26199,7 +26199,7 @@ export interface PutApiV21ProjectsIdRequest {
26199
26199
  total_duration?: number;
26200
26200
  }
26201
26201
  export interface PutApiV21RatesIdCallActionRequest {
26202
- action: string;
26202
+ action?: string;
26203
26203
  /** Method params */
26204
26204
  args?: object;
26205
26205
  }
@@ -26304,7 +26304,7 @@ export interface PutApiV21ReturnAddressesIdRequest {
26304
26304
  zip?: string;
26305
26305
  }
26306
26306
  export interface PutApiV21RulesIdCallActionRequest {
26307
- action: string;
26307
+ action?: string;
26308
26308
  /** Method params */
26309
26309
  args?: object;
26310
26310
  }
@@ -26357,17 +26357,17 @@ export interface PutApiV21ScancodesIdRequest {
26357
26357
  scancode?: string;
26358
26358
  }
26359
26359
  export interface PutApiV21SerialNumbersIdCallActionRequest {
26360
- action: string;
26360
+ action?: string;
26361
26361
  /** Method params */
26362
26362
  args?: object;
26363
26363
  }
26364
26364
  export interface PutApiV21ShipnoticeItemsIdCallActionRequest {
26365
- action: string;
26365
+ action?: string;
26366
26366
  /** Method params */
26367
26367
  args?: object;
26368
26368
  }
26369
26369
  export interface PutApiV21ShipnoticeItemsIdCallAsyncActionRequest {
26370
- action: string;
26370
+ action?: string;
26371
26371
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
26372
26372
  args?: object;
26373
26373
  }
@@ -26413,12 +26413,12 @@ export interface PutApiV21ShipnoticeItemsIdRequest {
26413
26413
  unit_cost?: number;
26414
26414
  }
26415
26415
  export interface PutApiV21ShipnoticesIdCallActionRequest {
26416
- action: string;
26416
+ action?: string;
26417
26417
  /** Method params */
26418
26418
  args?: object;
26419
26419
  }
26420
26420
  export interface PutApiV21ShipnoticesIdCallAsyncActionRequest {
26421
- action: string;
26421
+ action?: string;
26422
26422
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
26423
26423
  args?: object;
26424
26424
  }
@@ -26624,12 +26624,12 @@ export interface PutApiV21SurchargeMarkupsIdRequest {
26624
26624
  surcharge?: number;
26625
26625
  }
26626
26626
  export interface PutApiV21TemplatesIdCallActionRequest {
26627
- action: string;
26627
+ action?: string;
26628
26628
  /** Method params */
26629
26629
  args?: string;
26630
26630
  }
26631
26631
  export interface PutApiV21TemplatesIdCallAsyncActionRequest {
26632
- action: string;
26632
+ action?: string;
26633
26633
  /** { "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
26634
26634
  args?: object;
26635
26635
  }
@@ -26652,7 +26652,7 @@ export interface PutApiV21TransportationMarkupsIdRequest {
26652
26652
  surcharge?: number;
26653
26653
  }
26654
26654
  export interface PutApiV21UsersIdCallActionRequest {
26655
- action: string;
26655
+ action?: string;
26656
26656
  /** Method params */
26657
26657
  args?: string;
26658
26658
  }
@@ -26703,12 +26703,12 @@ export interface PutApiV21WarehouseFeaturesIdRequest {
26703
26703
  warehouse_ids?: number[];
26704
26704
  }
26705
26705
  export interface PutApiV21WarehousesIdCallActionRequest {
26706
- action: string;
26706
+ action?: string;
26707
26707
  /** Method params */
26708
26708
  args?: string;
26709
26709
  }
26710
26710
  export interface PutApiV21WarehousesIdCallAsyncActionRequest {
26711
- action: string;
26711
+ action?: string;
26712
26712
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
26713
26713
  args?: object;
26714
26714
  }
@@ -27033,7 +27033,7 @@ export interface PutApiV2AddressesIdRequest {
27033
27033
  zip?: string;
27034
27034
  }
27035
27035
  export interface PutApiV2BillOfLadingsIdCallActionRequest {
27036
- action: string;
27036
+ action?: string;
27037
27037
  /** Method params */
27038
27038
  args?: object;
27039
27039
  }
@@ -27251,12 +27251,12 @@ export interface PutApiV2ConsumerReturnsIdRequest {
27251
27251
  tracking?: string;
27252
27252
  }
27253
27253
  export interface PutApiV2CustomersIdCallActionRequest {
27254
- action: string;
27254
+ action?: string;
27255
27255
  /** Method params */
27256
27256
  args?: string;
27257
27257
  }
27258
27258
  export interface PutApiV2CustomersIdCallAsyncActionRequest {
27259
- action: string;
27259
+ action?: string;
27260
27260
  /** Method params */
27261
27261
  args?: string;
27262
27262
  }
@@ -27547,12 +27547,12 @@ export interface PutApiV2CustomsInfosIdRequest {
27547
27547
  uk_vat_number?: string;
27548
27548
  }
27549
27549
  export interface PutApiV2DocumentsIdCallActionRequest {
27550
- action: string;
27550
+ action?: string;
27551
27551
  /** Method params */
27552
27552
  args?: object;
27553
27553
  }
27554
27554
  export interface PutApiV2DocumentsIdCallAsyncActionRequest {
27555
- action: string;
27555
+ action?: string;
27556
27556
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
27557
27557
  args?: object;
27558
27558
  }
@@ -27586,12 +27586,12 @@ export interface PutApiV2FilterSetsIdBatchRequest {
27586
27586
  warehouse_id?: number;
27587
27587
  }
27588
27588
  export interface PutApiV2FilterSetsIdCallActionRequest {
27589
- action: string;
27589
+ action?: string;
27590
27590
  /** Method params */
27591
27591
  args?: object;
27592
27592
  }
27593
27593
  export interface PutApiV2FilterSetsIdCallEachActionRequest {
27594
- action: string;
27594
+ action?: string;
27595
27595
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
27596
27596
  args?: object;
27597
27597
  }
@@ -27681,7 +27681,7 @@ export interface PutApiV2ImporterOfRecordsIdRequest {
27681
27681
  zip?: string;
27682
27682
  }
27683
27683
  export interface PutApiV2IncidentsIdCallActionRequest {
27684
- action: string;
27684
+ action?: string;
27685
27685
  /** Method params */
27686
27686
  args?: object;
27687
27687
  }
@@ -27857,12 +27857,12 @@ export interface PutApiV2IncidentsIdRequest {
27857
27857
  width?: number;
27858
27858
  }
27859
27859
  export interface PutApiV2ItemsIdCallActionRequest {
27860
- action: string;
27860
+ action?: string;
27861
27861
  /** Method params */
27862
27862
  args?: object;
27863
27863
  }
27864
27864
  export interface PutApiV2ItemsIdCallAsyncActionRequest {
27865
- action: string;
27865
+ action?: string;
27866
27866
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
27867
27867
  args?: object;
27868
27868
  }
@@ -28036,7 +28036,7 @@ export interface PutApiV2LoadScacsIdRequest {
28036
28036
  scac?: string;
28037
28037
  }
28038
28038
  export interface PutApiV2LoadsIdCallActionRequest {
28039
- action: string;
28039
+ action?: string;
28040
28040
  /** Method params */
28041
28041
  args?: object;
28042
28042
  }
@@ -28072,7 +28072,7 @@ export interface PutApiV2LoadsIdRequest {
28072
28072
  wholesale_vendor?: string;
28073
28073
  }
28074
28074
  export interface PutApiV2LocationAuditsIdCallActionRequest {
28075
- action: string;
28075
+ action?: string;
28076
28076
  /** Method params */
28077
28077
  args?: object;
28078
28078
  }
@@ -28089,7 +28089,7 @@ export interface PutApiV2LocationAuditsIdRequest {
28089
28089
  quantity_expected?: number;
28090
28090
  }
28091
28091
  export interface PutApiV2LocationTransfersIdCallActionRequest {
28092
- action: string;
28092
+ action?: string;
28093
28093
  /** Method params */
28094
28094
  args?: object;
28095
28095
  }
@@ -28103,7 +28103,7 @@ export interface PutApiV2LocationTransfersIdRequest {
28103
28103
  quantity?: number;
28104
28104
  }
28105
28105
  export interface PutApiV2LocationsIdCallActionRequest {
28106
- action: string;
28106
+ action?: string;
28107
28107
  /** Method params */
28108
28108
  args?: object;
28109
28109
  }
@@ -28145,7 +28145,7 @@ export interface PutApiV2LotsIdRequest {
28145
28145
  number?: string;
28146
28146
  }
28147
28147
  export interface PutApiV2ManifestsIdCallActionRequest {
28148
- action: string;
28148
+ action?: string;
28149
28149
  /** Method params */
28150
28150
  args?: object;
28151
28151
  }
@@ -28193,17 +28193,17 @@ export interface PutApiV2NotificationSubscriptionsIdRequest {
28193
28193
  version?: number;
28194
28194
  }
28195
28195
  export interface PutApiV2OrderBatchItemsIdCallActionRequest {
28196
- action: string;
28196
+ action?: string;
28197
28197
  /** Method params */
28198
28198
  args?: object;
28199
28199
  }
28200
28200
  export interface PutApiV2OrderBatchesIdCallActionRequest {
28201
- action: string;
28201
+ action?: string;
28202
28202
  /** Method params */
28203
28203
  args?: object;
28204
28204
  }
28205
28205
  export interface PutApiV2OrderBatchesIdCallAsyncActionRequest {
28206
- action: string;
28206
+ action?: string;
28207
28207
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
28208
28208
  args?: object;
28209
28209
  }
@@ -28287,7 +28287,7 @@ export interface PutApiV2OrderDocumentsIdRequest {
28287
28287
  url?: string;
28288
28288
  }
28289
28289
  export interface PutApiV2OrderItemsIdCallActionRequest {
28290
- action: string;
28290
+ action?: string;
28291
28291
  /** Method params */
28292
28292
  args?: object;
28293
28293
  }
@@ -28493,12 +28493,12 @@ export interface PutApiV2OrderItemsIdWholesaleItemRequest {
28493
28493
  vendor_part_number?: string;
28494
28494
  }
28495
28495
  export interface PutApiV2OrdersIdCallActionRequest {
28496
- action: string;
28496
+ action?: string;
28497
28497
  /** Method params */
28498
28498
  args?: object;
28499
28499
  }
28500
28500
  export interface PutApiV2OrdersIdCallAsyncActionRequest {
28501
- action: string;
28501
+ action?: string;
28502
28502
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
28503
28503
  args?: object;
28504
28504
  }
@@ -28969,7 +28969,7 @@ export interface PutApiV2OriginatorsIdRequest {
28969
28969
  last_notified_at?: string;
28970
28970
  }
28971
28971
  export interface PutApiV2PackagesIdCallActionRequest {
28972
- action: string;
28972
+ action?: string;
28973
28973
  /** Method params */
28974
28974
  args?: object;
28975
28975
  }
@@ -29025,7 +29025,7 @@ export interface PutApiV2PackagesIdRequest {
29025
29025
  tracking?: string;
29026
29026
  }
29027
29027
  export interface PutApiV2PalletsIdCallActionRequest {
29028
- action: string;
29028
+ action?: string;
29029
29029
  /** Method params */
29030
29030
  args?: object;
29031
29031
  }
@@ -29150,7 +29150,7 @@ export interface PutApiV2ProjectTasksIdRequest {
29150
29150
  warehouse_id?: number;
29151
29151
  }
29152
29152
  export interface PutApiV2ProjectsIdCallActionRequest {
29153
- action: string;
29153
+ action?: string;
29154
29154
  /** Method params */
29155
29155
  args?: object;
29156
29156
  }
@@ -29215,7 +29215,7 @@ export interface PutApiV2ProjectsIdRequest {
29215
29215
  total_duration?: number;
29216
29216
  }
29217
29217
  export interface PutApiV2RatesIdCallActionRequest {
29218
- action: string;
29218
+ action?: string;
29219
29219
  /** Method params */
29220
29220
  args?: object;
29221
29221
  }
@@ -29320,7 +29320,7 @@ export interface PutApiV2ReturnAddressesIdRequest {
29320
29320
  zip?: string;
29321
29321
  }
29322
29322
  export interface PutApiV2RulesIdCallActionRequest {
29323
- action: string;
29323
+ action?: string;
29324
29324
  /** Method params */
29325
29325
  args?: object;
29326
29326
  }
@@ -29373,17 +29373,17 @@ export interface PutApiV2ScancodesIdRequest {
29373
29373
  scancode?: string;
29374
29374
  }
29375
29375
  export interface PutApiV2SerialNumbersIdCallActionRequest {
29376
- action: string;
29376
+ action?: string;
29377
29377
  /** Method params */
29378
29378
  args?: object;
29379
29379
  }
29380
29380
  export interface PutApiV2ShipnoticeItemsIdCallActionRequest {
29381
- action: string;
29381
+ action?: string;
29382
29382
  /** Method params */
29383
29383
  args?: object;
29384
29384
  }
29385
29385
  export interface PutApiV2ShipnoticeItemsIdCallAsyncActionRequest {
29386
- action: string;
29386
+ action?: string;
29387
29387
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
29388
29388
  args?: object;
29389
29389
  }
@@ -29429,12 +29429,12 @@ export interface PutApiV2ShipnoticeItemsIdRequest {
29429
29429
  unit_cost?: number;
29430
29430
  }
29431
29431
  export interface PutApiV2ShipnoticesIdCallActionRequest {
29432
- action: string;
29432
+ action?: string;
29433
29433
  /** Method params */
29434
29434
  args?: object;
29435
29435
  }
29436
29436
  export interface PutApiV2ShipnoticesIdCallAsyncActionRequest {
29437
- action: string;
29437
+ action?: string;
29438
29438
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
29439
29439
  args?: object;
29440
29440
  }
@@ -29640,12 +29640,12 @@ export interface PutApiV2SurchargeMarkupsIdRequest {
29640
29640
  surcharge?: number;
29641
29641
  }
29642
29642
  export interface PutApiV2TemplatesIdCallActionRequest {
29643
- action: string;
29643
+ action?: string;
29644
29644
  /** Method params */
29645
29645
  args?: string;
29646
29646
  }
29647
29647
  export interface PutApiV2TemplatesIdCallAsyncActionRequest {
29648
- action: string;
29648
+ action?: string;
29649
29649
  /** { "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
29650
29650
  args?: object;
29651
29651
  }
@@ -29668,7 +29668,7 @@ export interface PutApiV2TransportationMarkupsIdRequest {
29668
29668
  surcharge?: number;
29669
29669
  }
29670
29670
  export interface PutApiV2UsersIdCallActionRequest {
29671
- action: string;
29671
+ action?: string;
29672
29672
  /** Method params */
29673
29673
  args?: string;
29674
29674
  }
@@ -29719,12 +29719,12 @@ export interface PutApiV2WarehouseFeaturesIdRequest {
29719
29719
  warehouse_ids?: number[];
29720
29720
  }
29721
29721
  export interface PutApiV2WarehousesIdCallActionRequest {
29722
- action: string;
29722
+ action?: string;
29723
29723
  /** Method params */
29724
29724
  args?: string;
29725
29725
  }
29726
29726
  export interface PutApiV2WarehousesIdCallAsyncActionRequest {
29727
- action: string;
29727
+ action?: string;
29728
29728
  /** Method params <br>{ "raise_errors": true } is an optional key-value pair and comes in handy for viewing errors */
29729
29729
  args?: object;
29730
29730
  }
@@ -10696,7 +10696,7 @@ export interface PutApiV21CustomersIdRequest {
10696
10696
  }
10697
10697
 
10698
10698
  export interface PutApiV21ItemsIdCallActionRequest {
10699
- action: string;
10699
+ action?: string;
10700
10700
  /** Method params */
10701
10701
  args?: object;
10702
10702
  }
@@ -10899,7 +10899,7 @@ export interface PutApiV21NotificationSubscriptionsIdRequest {
10899
10899
  }
10900
10900
 
10901
10901
  export interface PutApiV21OrderItemsIdCallActionRequest {
10902
- action: string;
10902
+ action?: string;
10903
10903
  /** Method params */
10904
10904
  args?: object;
10905
10905
  }
@@ -11096,7 +11096,7 @@ export interface PutApiV21OrderItemsIdWholesaleItemRequest {
11096
11096
  }
11097
11097
 
11098
11098
  export interface PutApiV21OrdersIdCallActionRequest {
11099
- action: string;
11099
+ action?: string;
11100
11100
  /** Method params */
11101
11101
  args?: object;
11102
11102
  }
@@ -11939,7 +11939,7 @@ export interface PutApiV2CustomersIdRequest {
11939
11939
  }
11940
11940
 
11941
11941
  export interface PutApiV2ItemsIdCallActionRequest {
11942
- action: string;
11942
+ action?: string;
11943
11943
  /** Method params */
11944
11944
  args?: object;
11945
11945
  }
@@ -12142,7 +12142,7 @@ export interface PutApiV2NotificationSubscriptionsIdRequest {
12142
12142
  }
12143
12143
 
12144
12144
  export interface PutApiV2OrderItemsIdCallActionRequest {
12145
- action: string;
12145
+ action?: string;
12146
12146
  /** Method params */
12147
12147
  args?: object;
12148
12148
  }
@@ -12339,7 +12339,7 @@ export interface PutApiV2OrderItemsIdWholesaleItemRequest {
12339
12339
  }
12340
12340
 
12341
12341
  export interface PutApiV2OrdersIdCallActionRequest {
12342
- action: string;
12342
+ action?: string;
12343
12343
  /** Method params */
12344
12344
  args?: object;
12345
12345
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {