@vrplatform/api 1.3.1-stage.4720 → 1.3.1-stage.4722
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.
|
@@ -47762,6 +47762,7 @@ export interface operations {
|
|
|
47762
47762
|
endAt?: string;
|
|
47763
47763
|
search?: string;
|
|
47764
47764
|
date?: string;
|
|
47765
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
47765
47766
|
amount?: string;
|
|
47766
47767
|
/**
|
|
47767
47768
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -47857,6 +47858,7 @@ export interface operations {
|
|
|
47857
47858
|
endAt?: string;
|
|
47858
47859
|
search?: string;
|
|
47859
47860
|
date?: string;
|
|
47861
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
47860
47862
|
amount?: string;
|
|
47861
47863
|
/**
|
|
47862
47864
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -47958,6 +47960,7 @@ export interface operations {
|
|
|
47958
47960
|
endAt?: string;
|
|
47959
47961
|
search?: string;
|
|
47960
47962
|
date?: string;
|
|
47963
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
47961
47964
|
amount?: string;
|
|
47962
47965
|
/**
|
|
47963
47966
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48055,6 +48058,7 @@ export interface operations {
|
|
|
48055
48058
|
endAt?: string;
|
|
48056
48059
|
search?: string;
|
|
48057
48060
|
date?: string;
|
|
48061
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48058
48062
|
amount?: string;
|
|
48059
48063
|
/**
|
|
48060
48064
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48150,6 +48154,7 @@ export interface operations {
|
|
|
48150
48154
|
endAt?: string;
|
|
48151
48155
|
search?: string;
|
|
48152
48156
|
date?: string;
|
|
48157
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48153
48158
|
amount?: string;
|
|
48154
48159
|
/**
|
|
48155
48160
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48251,6 +48256,7 @@ export interface operations {
|
|
|
48251
48256
|
endAt?: string;
|
|
48252
48257
|
search?: string;
|
|
48253
48258
|
date?: string;
|
|
48259
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48254
48260
|
amount?: string;
|
|
48255
48261
|
/**
|
|
48256
48262
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48348,6 +48354,7 @@ export interface operations {
|
|
|
48348
48354
|
endAt?: string;
|
|
48349
48355
|
search?: string;
|
|
48350
48356
|
date?: string;
|
|
48357
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48351
48358
|
amount?: string;
|
|
48352
48359
|
/**
|
|
48353
48360
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48443,6 +48450,7 @@ export interface operations {
|
|
|
48443
48450
|
endAt?: string;
|
|
48444
48451
|
search?: string;
|
|
48445
48452
|
date?: string;
|
|
48453
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48446
48454
|
amount?: string;
|
|
48447
48455
|
/**
|
|
48448
48456
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48544,6 +48552,7 @@ export interface operations {
|
|
|
48544
48552
|
endAt?: string;
|
|
48545
48553
|
search?: string;
|
|
48546
48554
|
date?: string;
|
|
48555
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48547
48556
|
amount?: string;
|
|
48548
48557
|
/**
|
|
48549
48558
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48641,6 +48650,7 @@ export interface operations {
|
|
|
48641
48650
|
endAt?: string;
|
|
48642
48651
|
search?: string;
|
|
48643
48652
|
date?: string;
|
|
48653
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48644
48654
|
amount?: string;
|
|
48645
48655
|
/**
|
|
48646
48656
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48736,6 +48746,7 @@ export interface operations {
|
|
|
48736
48746
|
endAt?: string;
|
|
48737
48747
|
search?: string;
|
|
48738
48748
|
date?: string;
|
|
48749
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48739
48750
|
amount?: string;
|
|
48740
48751
|
/**
|
|
48741
48752
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -48837,6 +48848,7 @@ export interface operations {
|
|
|
48837
48848
|
endAt?: string;
|
|
48838
48849
|
search?: string;
|
|
48839
48850
|
date?: string;
|
|
48851
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
48840
48852
|
amount?: string;
|
|
48841
48853
|
/**
|
|
48842
48854
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -49294,6 +49306,7 @@ export interface operations {
|
|
|
49294
49306
|
endAt?: string;
|
|
49295
49307
|
search?: string;
|
|
49296
49308
|
date?: string;
|
|
49309
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
49297
49310
|
amount?: string;
|
|
49298
49311
|
/**
|
|
49299
49312
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -49842,6 +49855,7 @@ export interface operations {
|
|
|
49842
49855
|
endAt?: string;
|
|
49843
49856
|
search?: string;
|
|
49844
49857
|
date?: string;
|
|
49858
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
49845
49859
|
amount?: string;
|
|
49846
49860
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
49847
49861
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -50187,6 +50201,7 @@ export interface operations {
|
|
|
50187
50201
|
endAt?: string;
|
|
50188
50202
|
search?: string;
|
|
50189
50203
|
date?: string;
|
|
50204
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
50190
50205
|
amount?: string;
|
|
50191
50206
|
/** @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`). */
|
|
50192
50207
|
isDateRangeEndInclusive?: boolean;
|
|
@@ -50825,6 +50840,7 @@ export interface operations {
|
|
|
50825
50840
|
endAt?: string;
|
|
50826
50841
|
search?: string;
|
|
50827
50842
|
date?: string;
|
|
50843
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
50828
50844
|
amount?: string;
|
|
50829
50845
|
/**
|
|
50830
50846
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -50927,6 +50943,7 @@ export interface operations {
|
|
|
50927
50943
|
endAt?: string;
|
|
50928
50944
|
search?: string;
|
|
50929
50945
|
date?: string;
|
|
50946
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
50930
50947
|
amount?: string;
|
|
50931
50948
|
/**
|
|
50932
50949
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -51014,6 +51031,7 @@ export interface operations {
|
|
|
51014
51031
|
endAt?: string;
|
|
51015
51032
|
search?: string;
|
|
51016
51033
|
date?: string;
|
|
51034
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
51017
51035
|
amount?: string;
|
|
51018
51036
|
/**
|
|
51019
51037
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -51395,6 +51413,7 @@ export interface operations {
|
|
|
51395
51413
|
endAt?: string;
|
|
51396
51414
|
search?: string;
|
|
51397
51415
|
date?: string;
|
|
51416
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
51398
51417
|
amount?: string;
|
|
51399
51418
|
/** @description comma separated reservation ids or "unmapped" */
|
|
51400
51419
|
reservationIds?: string;
|
|
@@ -51735,6 +51754,7 @@ export interface operations {
|
|
|
51735
51754
|
endAt?: string;
|
|
51736
51755
|
search?: string;
|
|
51737
51756
|
date?: string;
|
|
51757
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
51738
51758
|
amount?: string;
|
|
51739
51759
|
/** @description comma separated reservation ids or "unmapped" */
|
|
51740
51760
|
reservationIds?: string;
|
|
@@ -52331,6 +52351,7 @@ export interface operations {
|
|
|
52331
52351
|
endAt?: string;
|
|
52332
52352
|
search?: string;
|
|
52333
52353
|
date?: string;
|
|
52354
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
52334
52355
|
amount?: string;
|
|
52335
52356
|
/**
|
|
52336
52357
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -52947,6 +52968,7 @@ export interface operations {
|
|
|
52947
52968
|
endAt?: string;
|
|
52948
52969
|
search?: string;
|
|
52949
52970
|
date?: string;
|
|
52971
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
52950
52972
|
amount?: string;
|
|
52951
52973
|
/**
|
|
52952
52974
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53035,6 +53057,7 @@ export interface operations {
|
|
|
53035
53057
|
endAt?: string;
|
|
53036
53058
|
search?: string;
|
|
53037
53059
|
date?: string;
|
|
53060
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53038
53061
|
amount?: string;
|
|
53039
53062
|
/**
|
|
53040
53063
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53148,6 +53171,7 @@ export interface operations {
|
|
|
53148
53171
|
endAt?: string;
|
|
53149
53172
|
search?: string;
|
|
53150
53173
|
date?: string;
|
|
53174
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53151
53175
|
amount?: string;
|
|
53152
53176
|
/**
|
|
53153
53177
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53233,6 +53257,7 @@ export interface operations {
|
|
|
53233
53257
|
endAt?: string;
|
|
53234
53258
|
search?: string;
|
|
53235
53259
|
date?: string;
|
|
53260
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53236
53261
|
amount?: string;
|
|
53237
53262
|
/**
|
|
53238
53263
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53318,6 +53343,7 @@ export interface operations {
|
|
|
53318
53343
|
endAt?: string;
|
|
53319
53344
|
search?: string;
|
|
53320
53345
|
date?: string;
|
|
53346
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53321
53347
|
amount?: string;
|
|
53322
53348
|
/**
|
|
53323
53349
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53413,6 +53439,7 @@ export interface operations {
|
|
|
53413
53439
|
endAt?: string;
|
|
53414
53440
|
search?: string;
|
|
53415
53441
|
date?: string;
|
|
53442
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53416
53443
|
amount?: string;
|
|
53417
53444
|
/**
|
|
53418
53445
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53498,6 +53525,7 @@ export interface operations {
|
|
|
53498
53525
|
endAt?: string;
|
|
53499
53526
|
search?: string;
|
|
53500
53527
|
date?: string;
|
|
53528
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53501
53529
|
amount?: string;
|
|
53502
53530
|
/**
|
|
53503
53531
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53614,6 +53642,7 @@ export interface operations {
|
|
|
53614
53642
|
endAt?: string;
|
|
53615
53643
|
search?: string;
|
|
53616
53644
|
date?: string;
|
|
53645
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53617
53646
|
amount?: string;
|
|
53618
53647
|
/**
|
|
53619
53648
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53699,6 +53728,7 @@ export interface operations {
|
|
|
53699
53728
|
endAt?: string;
|
|
53700
53729
|
search?: string;
|
|
53701
53730
|
date?: string;
|
|
53731
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53702
53732
|
amount?: string;
|
|
53703
53733
|
/**
|
|
53704
53734
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53784,6 +53814,7 @@ export interface operations {
|
|
|
53784
53814
|
endAt?: string;
|
|
53785
53815
|
search?: string;
|
|
53786
53816
|
date?: string;
|
|
53817
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53787
53818
|
amount?: string;
|
|
53788
53819
|
/**
|
|
53789
53820
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53879,6 +53910,7 @@ export interface operations {
|
|
|
53879
53910
|
endAt?: string;
|
|
53880
53911
|
search?: string;
|
|
53881
53912
|
date?: string;
|
|
53913
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53882
53914
|
amount?: string;
|
|
53883
53915
|
/**
|
|
53884
53916
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -53964,6 +53996,7 @@ export interface operations {
|
|
|
53964
53996
|
endAt?: string;
|
|
53965
53997
|
search?: string;
|
|
53966
53998
|
date?: string;
|
|
53999
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
53967
54000
|
amount?: string;
|
|
53968
54001
|
/**
|
|
53969
54002
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -54079,6 +54112,7 @@ export interface operations {
|
|
|
54079
54112
|
endAt?: string;
|
|
54080
54113
|
search?: string;
|
|
54081
54114
|
date?: string;
|
|
54115
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
54082
54116
|
amount?: string;
|
|
54083
54117
|
/**
|
|
54084
54118
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -54164,6 +54198,7 @@ export interface operations {
|
|
|
54164
54198
|
endAt?: string;
|
|
54165
54199
|
search?: string;
|
|
54166
54200
|
date?: string;
|
|
54201
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
54167
54202
|
amount?: string;
|
|
54168
54203
|
/**
|
|
54169
54204
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -54249,6 +54284,7 @@ export interface operations {
|
|
|
54249
54284
|
endAt?: string;
|
|
54250
54285
|
search?: string;
|
|
54251
54286
|
date?: string;
|
|
54287
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
54252
54288
|
amount?: string;
|
|
54253
54289
|
/**
|
|
54254
54290
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -54344,6 +54380,7 @@ export interface operations {
|
|
|
54344
54380
|
endAt?: string;
|
|
54345
54381
|
search?: string;
|
|
54346
54382
|
date?: string;
|
|
54383
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
54347
54384
|
amount?: string;
|
|
54348
54385
|
/**
|
|
54349
54386
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -54429,6 +54466,7 @@ export interface operations {
|
|
|
54429
54466
|
endAt?: string;
|
|
54430
54467
|
search?: string;
|
|
54431
54468
|
date?: string;
|
|
54469
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
54432
54470
|
amount?: string;
|
|
54433
54471
|
/**
|
|
54434
54472
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55223,6 +55261,7 @@ export interface operations {
|
|
|
55223
55261
|
endAt?: string;
|
|
55224
55262
|
search?: string;
|
|
55225
55263
|
date?: string;
|
|
55264
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55226
55265
|
amount?: string;
|
|
55227
55266
|
/**
|
|
55228
55267
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55314,6 +55353,7 @@ export interface operations {
|
|
|
55314
55353
|
endAt?: string;
|
|
55315
55354
|
search?: string;
|
|
55316
55355
|
date?: string;
|
|
55356
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55317
55357
|
amount?: string;
|
|
55318
55358
|
/**
|
|
55319
55359
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55410,6 +55450,7 @@ export interface operations {
|
|
|
55410
55450
|
endAt?: string;
|
|
55411
55451
|
search?: string;
|
|
55412
55452
|
date?: string;
|
|
55453
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55413
55454
|
amount?: string;
|
|
55414
55455
|
/**
|
|
55415
55456
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55500,6 +55541,7 @@ export interface operations {
|
|
|
55500
55541
|
endAt?: string;
|
|
55501
55542
|
search?: string;
|
|
55502
55543
|
date?: string;
|
|
55544
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55503
55545
|
amount?: string;
|
|
55504
55546
|
/**
|
|
55505
55547
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55599,6 +55641,7 @@ export interface operations {
|
|
|
55599
55641
|
endAt?: string;
|
|
55600
55642
|
search?: string;
|
|
55601
55643
|
date?: string;
|
|
55644
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55602
55645
|
amount?: string;
|
|
55603
55646
|
/**
|
|
55604
55647
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55690,6 +55733,7 @@ export interface operations {
|
|
|
55690
55733
|
endAt?: string;
|
|
55691
55734
|
search?: string;
|
|
55692
55735
|
date?: string;
|
|
55736
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55693
55737
|
amount?: string;
|
|
55694
55738
|
/**
|
|
55695
55739
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55786,6 +55830,7 @@ export interface operations {
|
|
|
55786
55830
|
endAt?: string;
|
|
55787
55831
|
search?: string;
|
|
55788
55832
|
date?: string;
|
|
55833
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55789
55834
|
amount?: string;
|
|
55790
55835
|
/**
|
|
55791
55836
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55876,6 +55921,7 @@ export interface operations {
|
|
|
55876
55921
|
endAt?: string;
|
|
55877
55922
|
search?: string;
|
|
55878
55923
|
date?: string;
|
|
55924
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55879
55925
|
amount?: string;
|
|
55880
55926
|
/**
|
|
55881
55927
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -55975,6 +56021,7 @@ export interface operations {
|
|
|
55975
56021
|
endAt?: string;
|
|
55976
56022
|
search?: string;
|
|
55977
56023
|
date?: string;
|
|
56024
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
55978
56025
|
amount?: string;
|
|
55979
56026
|
/**
|
|
55980
56027
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -56066,6 +56113,7 @@ export interface operations {
|
|
|
56066
56113
|
endAt?: string;
|
|
56067
56114
|
search?: string;
|
|
56068
56115
|
date?: string;
|
|
56116
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
56069
56117
|
amount?: string;
|
|
56070
56118
|
/**
|
|
56071
56119
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -56162,6 +56210,7 @@ export interface operations {
|
|
|
56162
56210
|
endAt?: string;
|
|
56163
56211
|
search?: string;
|
|
56164
56212
|
date?: string;
|
|
56213
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
56165
56214
|
amount?: string;
|
|
56166
56215
|
/**
|
|
56167
56216
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -56252,6 +56301,7 @@ export interface operations {
|
|
|
56252
56301
|
endAt?: string;
|
|
56253
56302
|
search?: string;
|
|
56254
56303
|
date?: string;
|
|
56304
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
56255
56305
|
amount?: string;
|
|
56256
56306
|
/**
|
|
56257
56307
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -56351,6 +56401,7 @@ export interface operations {
|
|
|
56351
56401
|
endAt?: string;
|
|
56352
56402
|
search?: string;
|
|
56353
56403
|
date?: string;
|
|
56404
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
56354
56405
|
amount?: string;
|
|
56355
56406
|
/**
|
|
56356
56407
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -56442,6 +56493,7 @@ export interface operations {
|
|
|
56442
56493
|
endAt?: string;
|
|
56443
56494
|
search?: string;
|
|
56444
56495
|
date?: string;
|
|
56496
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
56445
56497
|
amount?: string;
|
|
56446
56498
|
/**
|
|
56447
56499
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -56538,6 +56590,7 @@ export interface operations {
|
|
|
56538
56590
|
endAt?: string;
|
|
56539
56591
|
search?: string;
|
|
56540
56592
|
date?: string;
|
|
56593
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
56541
56594
|
amount?: string;
|
|
56542
56595
|
/**
|
|
56543
56596
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -56628,6 +56681,7 @@ export interface operations {
|
|
|
56628
56681
|
endAt?: string;
|
|
56629
56682
|
search?: string;
|
|
56630
56683
|
date?: string;
|
|
56684
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
56631
56685
|
amount?: string;
|
|
56632
56686
|
/**
|
|
56633
56687
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -57073,6 +57127,7 @@ export interface operations {
|
|
|
57073
57127
|
endAt?: string;
|
|
57074
57128
|
search?: string;
|
|
57075
57129
|
date?: string;
|
|
57130
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
57076
57131
|
amount?: string;
|
|
57077
57132
|
/**
|
|
57078
57133
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -57157,6 +57212,7 @@ export interface operations {
|
|
|
57157
57212
|
endAt?: string;
|
|
57158
57213
|
search?: string;
|
|
57159
57214
|
date?: string;
|
|
57215
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
57160
57216
|
amount?: string;
|
|
57161
57217
|
/**
|
|
57162
57218
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -57585,6 +57641,7 @@ export interface operations {
|
|
|
57585
57641
|
endAt?: string;
|
|
57586
57642
|
search?: string;
|
|
57587
57643
|
date?: string;
|
|
57644
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
57588
57645
|
amount?: string;
|
|
57589
57646
|
/**
|
|
57590
57647
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -57669,6 +57726,7 @@ export interface operations {
|
|
|
57669
57726
|
endAt?: string;
|
|
57670
57727
|
search?: string;
|
|
57671
57728
|
date?: string;
|
|
57729
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
57672
57730
|
amount?: string;
|
|
57673
57731
|
/**
|
|
57674
57732
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -57753,6 +57811,7 @@ export interface operations {
|
|
|
57753
57811
|
endAt?: string;
|
|
57754
57812
|
search?: string;
|
|
57755
57813
|
date?: string;
|
|
57814
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
57756
57815
|
amount?: string;
|
|
57757
57816
|
/**
|
|
57758
57817
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -57837,6 +57896,7 @@ export interface operations {
|
|
|
57837
57896
|
endAt?: string;
|
|
57838
57897
|
search?: string;
|
|
57839
57898
|
date?: string;
|
|
57899
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
57840
57900
|
amount?: string;
|
|
57841
57901
|
/**
|
|
57842
57902
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -57931,6 +57991,7 @@ export interface operations {
|
|
|
57931
57991
|
endAt?: string;
|
|
57932
57992
|
search?: string;
|
|
57933
57993
|
date?: string;
|
|
57994
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
57934
57995
|
amount?: string;
|
|
57935
57996
|
/**
|
|
57936
57997
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -58015,6 +58076,7 @@ export interface operations {
|
|
|
58015
58076
|
endAt?: string;
|
|
58016
58077
|
search?: string;
|
|
58017
58078
|
date?: string;
|
|
58079
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
58018
58080
|
amount?: string;
|
|
58019
58081
|
/**
|
|
58020
58082
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -58099,6 +58161,7 @@ export interface operations {
|
|
|
58099
58161
|
endAt?: string;
|
|
58100
58162
|
search?: string;
|
|
58101
58163
|
date?: string;
|
|
58164
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
58102
58165
|
amount?: string;
|
|
58103
58166
|
/**
|
|
58104
58167
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -58183,6 +58246,7 @@ export interface operations {
|
|
|
58183
58246
|
endAt?: string;
|
|
58184
58247
|
search?: string;
|
|
58185
58248
|
date?: string;
|
|
58249
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
58186
58250
|
amount?: string;
|
|
58187
58251
|
/**
|
|
58188
58252
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -58614,6 +58678,7 @@ export interface operations {
|
|
|
58614
58678
|
endAt?: string;
|
|
58615
58679
|
search?: string;
|
|
58616
58680
|
date?: string;
|
|
58681
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
58617
58682
|
amount?: string;
|
|
58618
58683
|
/**
|
|
58619
58684
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -58719,6 +58784,7 @@ export interface operations {
|
|
|
58719
58784
|
endAt?: string;
|
|
58720
58785
|
search?: string;
|
|
58721
58786
|
date?: string;
|
|
58787
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
58722
58788
|
amount?: string;
|
|
58723
58789
|
/**
|
|
58724
58790
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -58814,6 +58880,7 @@ export interface operations {
|
|
|
58814
58880
|
endAt?: string;
|
|
58815
58881
|
search?: string;
|
|
58816
58882
|
date?: string;
|
|
58883
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
58817
58884
|
amount?: string;
|
|
58818
58885
|
/**
|
|
58819
58886
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -59078,6 +59145,7 @@ export interface operations {
|
|
|
59078
59145
|
endAt?: string;
|
|
59079
59146
|
search?: string;
|
|
59080
59147
|
date?: string;
|
|
59148
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
59081
59149
|
amount?: string;
|
|
59082
59150
|
/**
|
|
59083
59151
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -59187,6 +59255,7 @@ export interface operations {
|
|
|
59187
59255
|
endAt?: string;
|
|
59188
59256
|
search?: string;
|
|
59189
59257
|
date?: string;
|
|
59258
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
59190
59259
|
amount?: string;
|
|
59191
59260
|
/**
|
|
59192
59261
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -59302,6 +59371,7 @@ export interface operations {
|
|
|
59302
59371
|
endAt?: string;
|
|
59303
59372
|
search?: string;
|
|
59304
59373
|
date?: string;
|
|
59374
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
59305
59375
|
amount?: string;
|
|
59306
59376
|
/**
|
|
59307
59377
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -65871,6 +65941,7 @@ export interface operations {
|
|
|
65871
65941
|
endAt?: string;
|
|
65872
65942
|
search?: string;
|
|
65873
65943
|
date?: string;
|
|
65944
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
65874
65945
|
amount?: string;
|
|
65875
65946
|
/**
|
|
65876
65947
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -66442,6 +66513,7 @@ export interface operations {
|
|
|
66442
66513
|
endAt?: string;
|
|
66443
66514
|
search?: string;
|
|
66444
66515
|
date?: string;
|
|
66516
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
66445
66517
|
amount?: string;
|
|
66446
66518
|
/**
|
|
66447
66519
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -66770,6 +66842,7 @@ export interface operations {
|
|
|
66770
66842
|
endAt?: string;
|
|
66771
66843
|
search?: string;
|
|
66772
66844
|
date?: string;
|
|
66845
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
66773
66846
|
amount?: string;
|
|
66774
66847
|
/**
|
|
66775
66848
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -66858,6 +66931,7 @@ export interface operations {
|
|
|
66858
66931
|
endAt?: string;
|
|
66859
66932
|
search?: string;
|
|
66860
66933
|
date?: string;
|
|
66934
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
66861
66935
|
amount?: string;
|
|
66862
66936
|
/**
|
|
66863
66937
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -67033,6 +67107,7 @@ export interface operations {
|
|
|
67033
67107
|
endAt?: string;
|
|
67034
67108
|
search?: string;
|
|
67035
67109
|
date?: string;
|
|
67110
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
67036
67111
|
amount?: string;
|
|
67037
67112
|
/**
|
|
67038
67113
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -67121,6 +67196,7 @@ export interface operations {
|
|
|
67121
67196
|
endAt?: string;
|
|
67122
67197
|
search?: string;
|
|
67123
67198
|
date?: string;
|
|
67199
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
67124
67200
|
amount?: string;
|
|
67125
67201
|
/**
|
|
67126
67202
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -67301,6 +67377,7 @@ export interface operations {
|
|
|
67301
67377
|
endAt?: string;
|
|
67302
67378
|
search?: string;
|
|
67303
67379
|
date?: string;
|
|
67380
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
67304
67381
|
amount?: string;
|
|
67305
67382
|
/**
|
|
67306
67383
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -67389,6 +67466,7 @@ export interface operations {
|
|
|
67389
67466
|
endAt?: string;
|
|
67390
67467
|
search?: string;
|
|
67391
67468
|
date?: string;
|
|
67469
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
67392
67470
|
amount?: string;
|
|
67393
67471
|
/**
|
|
67394
67472
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -67857,6 +67935,7 @@ export interface operations {
|
|
|
67857
67935
|
endAt?: string;
|
|
67858
67936
|
search?: string;
|
|
67859
67937
|
date?: string;
|
|
67938
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
67860
67939
|
amount?: string;
|
|
67861
67940
|
/**
|
|
67862
67941
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -68185,6 +68264,7 @@ export interface operations {
|
|
|
68185
68264
|
endAt?: string;
|
|
68186
68265
|
search?: string;
|
|
68187
68266
|
date?: string;
|
|
68267
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
68188
68268
|
amount?: string;
|
|
68189
68269
|
/**
|
|
68190
68270
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -68273,6 +68353,7 @@ export interface operations {
|
|
|
68273
68353
|
endAt?: string;
|
|
68274
68354
|
search?: string;
|
|
68275
68355
|
date?: string;
|
|
68356
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
68276
68357
|
amount?: string;
|
|
68277
68358
|
/**
|
|
68278
68359
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -68448,6 +68529,7 @@ export interface operations {
|
|
|
68448
68529
|
endAt?: string;
|
|
68449
68530
|
search?: string;
|
|
68450
68531
|
date?: string;
|
|
68532
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
68451
68533
|
amount?: string;
|
|
68452
68534
|
/**
|
|
68453
68535
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -68536,6 +68618,7 @@ export interface operations {
|
|
|
68536
68618
|
endAt?: string;
|
|
68537
68619
|
search?: string;
|
|
68538
68620
|
date?: string;
|
|
68621
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
68539
68622
|
amount?: string;
|
|
68540
68623
|
/**
|
|
68541
68624
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -68716,6 +68799,7 @@ export interface operations {
|
|
|
68716
68799
|
endAt?: string;
|
|
68717
68800
|
search?: string;
|
|
68718
68801
|
date?: string;
|
|
68802
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
68719
68803
|
amount?: string;
|
|
68720
68804
|
/**
|
|
68721
68805
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -68804,6 +68888,7 @@ export interface operations {
|
|
|
68804
68888
|
endAt?: string;
|
|
68805
68889
|
search?: string;
|
|
68806
68890
|
date?: string;
|
|
68891
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
68807
68892
|
amount?: string;
|
|
68808
68893
|
/**
|
|
68809
68894
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -72940,6 +73025,7 @@ export interface operations {
|
|
|
72940
73025
|
endAt?: string;
|
|
72941
73026
|
search?: string;
|
|
72942
73027
|
date?: string;
|
|
73028
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
72943
73029
|
amount?: string;
|
|
72944
73030
|
/**
|
|
72945
73031
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -73268,6 +73354,7 @@ export interface operations {
|
|
|
73268
73354
|
endAt?: string;
|
|
73269
73355
|
search?: string;
|
|
73270
73356
|
date?: string;
|
|
73357
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
73271
73358
|
amount?: string;
|
|
73272
73359
|
/**
|
|
73273
73360
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -73356,6 +73443,7 @@ export interface operations {
|
|
|
73356
73443
|
endAt?: string;
|
|
73357
73444
|
search?: string;
|
|
73358
73445
|
date?: string;
|
|
73446
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
73359
73447
|
amount?: string;
|
|
73360
73448
|
/**
|
|
73361
73449
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -73531,6 +73619,7 @@ export interface operations {
|
|
|
73531
73619
|
endAt?: string;
|
|
73532
73620
|
search?: string;
|
|
73533
73621
|
date?: string;
|
|
73622
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
73534
73623
|
amount?: string;
|
|
73535
73624
|
/**
|
|
73536
73625
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -73619,6 +73708,7 @@ export interface operations {
|
|
|
73619
73708
|
endAt?: string;
|
|
73620
73709
|
search?: string;
|
|
73621
73710
|
date?: string;
|
|
73711
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
73622
73712
|
amount?: string;
|
|
73623
73713
|
/**
|
|
73624
73714
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -73799,6 +73889,7 @@ export interface operations {
|
|
|
73799
73889
|
endAt?: string;
|
|
73800
73890
|
search?: string;
|
|
73801
73891
|
date?: string;
|
|
73892
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
73802
73893
|
amount?: string;
|
|
73803
73894
|
/**
|
|
73804
73895
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -73887,6 +73978,7 @@ export interface operations {
|
|
|
73887
73978
|
endAt?: string;
|
|
73888
73979
|
search?: string;
|
|
73889
73980
|
date?: string;
|
|
73981
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
73890
73982
|
amount?: string;
|
|
73891
73983
|
/**
|
|
73892
73984
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -74363,6 +74455,7 @@ export interface operations {
|
|
|
74363
74455
|
endAt?: string;
|
|
74364
74456
|
search?: string;
|
|
74365
74457
|
date?: string;
|
|
74458
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
74366
74459
|
amount?: string;
|
|
74367
74460
|
/**
|
|
74368
74461
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -74691,6 +74784,7 @@ export interface operations {
|
|
|
74691
74784
|
endAt?: string;
|
|
74692
74785
|
search?: string;
|
|
74693
74786
|
date?: string;
|
|
74787
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
74694
74788
|
amount?: string;
|
|
74695
74789
|
/**
|
|
74696
74790
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -74779,6 +74873,7 @@ export interface operations {
|
|
|
74779
74873
|
endAt?: string;
|
|
74780
74874
|
search?: string;
|
|
74781
74875
|
date?: string;
|
|
74876
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
74782
74877
|
amount?: string;
|
|
74783
74878
|
/**
|
|
74784
74879
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -74954,6 +75049,7 @@ export interface operations {
|
|
|
74954
75049
|
endAt?: string;
|
|
74955
75050
|
search?: string;
|
|
74956
75051
|
date?: string;
|
|
75052
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
74957
75053
|
amount?: string;
|
|
74958
75054
|
/**
|
|
74959
75055
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -75042,6 +75138,7 @@ export interface operations {
|
|
|
75042
75138
|
endAt?: string;
|
|
75043
75139
|
search?: string;
|
|
75044
75140
|
date?: string;
|
|
75141
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
75045
75142
|
amount?: string;
|
|
75046
75143
|
/**
|
|
75047
75144
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -75222,6 +75319,7 @@ export interface operations {
|
|
|
75222
75319
|
endAt?: string;
|
|
75223
75320
|
search?: string;
|
|
75224
75321
|
date?: string;
|
|
75322
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
75225
75323
|
amount?: string;
|
|
75226
75324
|
/**
|
|
75227
75325
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|
|
@@ -75310,6 +75408,7 @@ export interface operations {
|
|
|
75310
75408
|
endAt?: string;
|
|
75311
75409
|
search?: string;
|
|
75312
75410
|
date?: string;
|
|
75411
|
+
/** @description Amount in cents, also accepts ranges like 100...200 */
|
|
75313
75412
|
amount?: string;
|
|
75314
75413
|
/**
|
|
75315
75414
|
* @description Whether the end date in `dateRange` or `paidAtRange` is treated as inclusive (`true`) or exclusive (`false`).
|