@capgo/cli 2.2.10 → 2.3.5

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.
@@ -1,4607 +0,0 @@
1
- /**
2
- * This file was auto-generated by openapi-typescript.
3
- * Do not make direct changes to the file.
4
- */
5
-
6
- export interface paths {
7
- "/": {
8
- get: {
9
- responses: {
10
- /** OK */
11
- 200: unknown;
12
- };
13
- };
14
- };
15
- "/channels": {
16
- get: {
17
- parameters: {
18
- query: {
19
- id?: parameters["rowFilter.channels.id"];
20
- created_at?: parameters["rowFilter.channels.created_at"];
21
- name?: parameters["rowFilter.channels.name"];
22
- app_id?: parameters["rowFilter.channels.app_id"];
23
- version?: parameters["rowFilter.channels.version"];
24
- created_by?: parameters["rowFilter.channels.created_by"];
25
- updated_at?: parameters["rowFilter.channels.updated_at"];
26
- public?: parameters["rowFilter.channels.public"];
27
- disableAutoUpdateUnderNative?: parameters["rowFilter.channels.disableAutoUpdateUnderNative"];
28
- disableAutoUpdateToMajor?: parameters["rowFilter.channels.disableAutoUpdateToMajor"];
29
- beta?: parameters["rowFilter.channels.beta"];
30
- ios?: parameters["rowFilter.channels.ios"];
31
- android?: parameters["rowFilter.channels.android"];
32
- allow_device_self_set?: parameters["rowFilter.channels.allow_device_self_set"];
33
- allow_emulator?: parameters["rowFilter.channels.allow_emulator"];
34
- allow_dev?: parameters["rowFilter.channels.allow_dev"];
35
- /** Filtering Columns */
36
- select?: parameters["select"];
37
- /** Ordering */
38
- order?: parameters["order"];
39
- /** Limiting and Pagination */
40
- offset?: parameters["offset"];
41
- /** Limiting and Pagination */
42
- limit?: parameters["limit"];
43
- };
44
- header: {
45
- /** Limiting and Pagination */
46
- Range?: parameters["range"];
47
- /** Limiting and Pagination */
48
- "Range-Unit"?: parameters["rangeUnit"];
49
- /** Preference */
50
- Prefer?: parameters["preferCount"];
51
- };
52
- };
53
- responses: {
54
- /** OK */
55
- 200: {
56
- schema: definitions["channels"][];
57
- };
58
- /** Partial Content */
59
- 206: unknown;
60
- };
61
- };
62
- post: {
63
- parameters: {
64
- body: {
65
- /** channels */
66
- channels?: definitions["channels"];
67
- };
68
- query: {
69
- /** Filtering Columns */
70
- select?: parameters["select"];
71
- };
72
- header: {
73
- /** Preference */
74
- Prefer?: parameters["preferReturn"];
75
- };
76
- };
77
- responses: {
78
- /** Created */
79
- 201: unknown;
80
- };
81
- };
82
- delete: {
83
- parameters: {
84
- query: {
85
- id?: parameters["rowFilter.channels.id"];
86
- created_at?: parameters["rowFilter.channels.created_at"];
87
- name?: parameters["rowFilter.channels.name"];
88
- app_id?: parameters["rowFilter.channels.app_id"];
89
- version?: parameters["rowFilter.channels.version"];
90
- created_by?: parameters["rowFilter.channels.created_by"];
91
- updated_at?: parameters["rowFilter.channels.updated_at"];
92
- public?: parameters["rowFilter.channels.public"];
93
- disableAutoUpdateUnderNative?: parameters["rowFilter.channels.disableAutoUpdateUnderNative"];
94
- disableAutoUpdateToMajor?: parameters["rowFilter.channels.disableAutoUpdateToMajor"];
95
- beta?: parameters["rowFilter.channels.beta"];
96
- ios?: parameters["rowFilter.channels.ios"];
97
- android?: parameters["rowFilter.channels.android"];
98
- allow_device_self_set?: parameters["rowFilter.channels.allow_device_self_set"];
99
- allow_emulator?: parameters["rowFilter.channels.allow_emulator"];
100
- allow_dev?: parameters["rowFilter.channels.allow_dev"];
101
- };
102
- header: {
103
- /** Preference */
104
- Prefer?: parameters["preferReturn"];
105
- };
106
- };
107
- responses: {
108
- /** No Content */
109
- 204: never;
110
- };
111
- };
112
- patch: {
113
- parameters: {
114
- query: {
115
- id?: parameters["rowFilter.channels.id"];
116
- created_at?: parameters["rowFilter.channels.created_at"];
117
- name?: parameters["rowFilter.channels.name"];
118
- app_id?: parameters["rowFilter.channels.app_id"];
119
- version?: parameters["rowFilter.channels.version"];
120
- created_by?: parameters["rowFilter.channels.created_by"];
121
- updated_at?: parameters["rowFilter.channels.updated_at"];
122
- public?: parameters["rowFilter.channels.public"];
123
- disableAutoUpdateUnderNative?: parameters["rowFilter.channels.disableAutoUpdateUnderNative"];
124
- disableAutoUpdateToMajor?: parameters["rowFilter.channels.disableAutoUpdateToMajor"];
125
- beta?: parameters["rowFilter.channels.beta"];
126
- ios?: parameters["rowFilter.channels.ios"];
127
- android?: parameters["rowFilter.channels.android"];
128
- allow_device_self_set?: parameters["rowFilter.channels.allow_device_self_set"];
129
- allow_emulator?: parameters["rowFilter.channels.allow_emulator"];
130
- allow_dev?: parameters["rowFilter.channels.allow_dev"];
131
- };
132
- body: {
133
- /** channels */
134
- channels?: definitions["channels"];
135
- };
136
- header: {
137
- /** Preference */
138
- Prefer?: parameters["preferReturn"];
139
- };
140
- };
141
- responses: {
142
- /** No Content */
143
- 204: never;
144
- };
145
- };
146
- };
147
- "/deleted_account": {
148
- get: {
149
- parameters: {
150
- query: {
151
- created_at?: parameters["rowFilter.deleted_account.created_at"];
152
- email?: parameters["rowFilter.deleted_account.email"];
153
- id?: parameters["rowFilter.deleted_account.id"];
154
- /** Filtering Columns */
155
- select?: parameters["select"];
156
- /** Ordering */
157
- order?: parameters["order"];
158
- /** Limiting and Pagination */
159
- offset?: parameters["offset"];
160
- /** Limiting and Pagination */
161
- limit?: parameters["limit"];
162
- };
163
- header: {
164
- /** Limiting and Pagination */
165
- Range?: parameters["range"];
166
- /** Limiting and Pagination */
167
- "Range-Unit"?: parameters["rangeUnit"];
168
- /** Preference */
169
- Prefer?: parameters["preferCount"];
170
- };
171
- };
172
- responses: {
173
- /** OK */
174
- 200: {
175
- schema: definitions["deleted_account"][];
176
- };
177
- /** Partial Content */
178
- 206: unknown;
179
- };
180
- };
181
- post: {
182
- parameters: {
183
- body: {
184
- /** deleted_account */
185
- deleted_account?: definitions["deleted_account"];
186
- };
187
- query: {
188
- /** Filtering Columns */
189
- select?: parameters["select"];
190
- };
191
- header: {
192
- /** Preference */
193
- Prefer?: parameters["preferReturn"];
194
- };
195
- };
196
- responses: {
197
- /** Created */
198
- 201: unknown;
199
- };
200
- };
201
- delete: {
202
- parameters: {
203
- query: {
204
- created_at?: parameters["rowFilter.deleted_account.created_at"];
205
- email?: parameters["rowFilter.deleted_account.email"];
206
- id?: parameters["rowFilter.deleted_account.id"];
207
- };
208
- header: {
209
- /** Preference */
210
- Prefer?: parameters["preferReturn"];
211
- };
212
- };
213
- responses: {
214
- /** No Content */
215
- 204: never;
216
- };
217
- };
218
- patch: {
219
- parameters: {
220
- query: {
221
- created_at?: parameters["rowFilter.deleted_account.created_at"];
222
- email?: parameters["rowFilter.deleted_account.email"];
223
- id?: parameters["rowFilter.deleted_account.id"];
224
- };
225
- body: {
226
- /** deleted_account */
227
- deleted_account?: definitions["deleted_account"];
228
- };
229
- header: {
230
- /** Preference */
231
- Prefer?: parameters["preferReturn"];
232
- };
233
- };
234
- responses: {
235
- /** No Content */
236
- 204: never;
237
- };
238
- };
239
- };
240
- "/global_stats": {
241
- get: {
242
- parameters: {
243
- query: {
244
- created_at?: parameters["rowFilter.global_stats.created_at"];
245
- date_id?: parameters["rowFilter.global_stats.date_id"];
246
- apps?: parameters["rowFilter.global_stats.apps"];
247
- updates?: parameters["rowFilter.global_stats.updates"];
248
- stars?: parameters["rowFilter.global_stats.stars"];
249
- users?: parameters["rowFilter.global_stats.users"];
250
- paying?: parameters["rowFilter.global_stats.paying"];
251
- trial?: parameters["rowFilter.global_stats.trial"];
252
- need_upgrade?: parameters["rowFilter.global_stats.need_upgrade"];
253
- not_paying?: parameters["rowFilter.global_stats.not_paying"];
254
- /** Filtering Columns */
255
- select?: parameters["select"];
256
- /** Ordering */
257
- order?: parameters["order"];
258
- /** Limiting and Pagination */
259
- offset?: parameters["offset"];
260
- /** Limiting and Pagination */
261
- limit?: parameters["limit"];
262
- };
263
- header: {
264
- /** Limiting and Pagination */
265
- Range?: parameters["range"];
266
- /** Limiting and Pagination */
267
- "Range-Unit"?: parameters["rangeUnit"];
268
- /** Preference */
269
- Prefer?: parameters["preferCount"];
270
- };
271
- };
272
- responses: {
273
- /** OK */
274
- 200: {
275
- schema: definitions["global_stats"][];
276
- };
277
- /** Partial Content */
278
- 206: unknown;
279
- };
280
- };
281
- post: {
282
- parameters: {
283
- body: {
284
- /** global_stats */
285
- global_stats?: definitions["global_stats"];
286
- };
287
- query: {
288
- /** Filtering Columns */
289
- select?: parameters["select"];
290
- };
291
- header: {
292
- /** Preference */
293
- Prefer?: parameters["preferReturn"];
294
- };
295
- };
296
- responses: {
297
- /** Created */
298
- 201: unknown;
299
- };
300
- };
301
- delete: {
302
- parameters: {
303
- query: {
304
- created_at?: parameters["rowFilter.global_stats.created_at"];
305
- date_id?: parameters["rowFilter.global_stats.date_id"];
306
- apps?: parameters["rowFilter.global_stats.apps"];
307
- updates?: parameters["rowFilter.global_stats.updates"];
308
- stars?: parameters["rowFilter.global_stats.stars"];
309
- users?: parameters["rowFilter.global_stats.users"];
310
- paying?: parameters["rowFilter.global_stats.paying"];
311
- trial?: parameters["rowFilter.global_stats.trial"];
312
- need_upgrade?: parameters["rowFilter.global_stats.need_upgrade"];
313
- not_paying?: parameters["rowFilter.global_stats.not_paying"];
314
- };
315
- header: {
316
- /** Preference */
317
- Prefer?: parameters["preferReturn"];
318
- };
319
- };
320
- responses: {
321
- /** No Content */
322
- 204: never;
323
- };
324
- };
325
- patch: {
326
- parameters: {
327
- query: {
328
- created_at?: parameters["rowFilter.global_stats.created_at"];
329
- date_id?: parameters["rowFilter.global_stats.date_id"];
330
- apps?: parameters["rowFilter.global_stats.apps"];
331
- updates?: parameters["rowFilter.global_stats.updates"];
332
- stars?: parameters["rowFilter.global_stats.stars"];
333
- users?: parameters["rowFilter.global_stats.users"];
334
- paying?: parameters["rowFilter.global_stats.paying"];
335
- trial?: parameters["rowFilter.global_stats.trial"];
336
- need_upgrade?: parameters["rowFilter.global_stats.need_upgrade"];
337
- not_paying?: parameters["rowFilter.global_stats.not_paying"];
338
- };
339
- body: {
340
- /** global_stats */
341
- global_stats?: definitions["global_stats"];
342
- };
343
- header: {
344
- /** Preference */
345
- Prefer?: parameters["preferReturn"];
346
- };
347
- };
348
- responses: {
349
- /** No Content */
350
- 204: never;
351
- };
352
- };
353
- };
354
- "/plans": {
355
- get: {
356
- parameters: {
357
- query: {
358
- created_at?: parameters["rowFilter.plans.created_at"];
359
- updated_at?: parameters["rowFilter.plans.updated_at"];
360
- name?: parameters["rowFilter.plans.name"];
361
- description?: parameters["rowFilter.plans.description"];
362
- price_m?: parameters["rowFilter.plans.price_m"];
363
- price_y?: parameters["rowFilter.plans.price_y"];
364
- stripe_id?: parameters["rowFilter.plans.stripe_id"];
365
- app?: parameters["rowFilter.plans.app"];
366
- channel?: parameters["rowFilter.plans.channel"];
367
- update?: parameters["rowFilter.plans.update"];
368
- version?: parameters["rowFilter.plans.version"];
369
- shared?: parameters["rowFilter.plans.shared"];
370
- abtest?: parameters["rowFilter.plans.abtest"];
371
- progressive_deploy?: parameters["rowFilter.plans.progressive_deploy"];
372
- id?: parameters["rowFilter.plans.id"];
373
- price_m_id?: parameters["rowFilter.plans.price_m_id"];
374
- price_y_id?: parameters["rowFilter.plans.price_y_id"];
375
- storage?: parameters["rowFilter.plans.storage"];
376
- bandwidth?: parameters["rowFilter.plans.bandwidth"];
377
- mau?: parameters["rowFilter.plans.mau"];
378
- market_desc?: parameters["rowFilter.plans.market_desc"];
379
- storage_unit?: parameters["rowFilter.plans.storage_unit"];
380
- bandwidth_unit?: parameters["rowFilter.plans.bandwidth_unit"];
381
- mau_unit?: parameters["rowFilter.plans.mau_unit"];
382
- /** Filtering Columns */
383
- select?: parameters["select"];
384
- /** Ordering */
385
- order?: parameters["order"];
386
- /** Limiting and Pagination */
387
- offset?: parameters["offset"];
388
- /** Limiting and Pagination */
389
- limit?: parameters["limit"];
390
- };
391
- header: {
392
- /** Limiting and Pagination */
393
- Range?: parameters["range"];
394
- /** Limiting and Pagination */
395
- "Range-Unit"?: parameters["rangeUnit"];
396
- /** Preference */
397
- Prefer?: parameters["preferCount"];
398
- };
399
- };
400
- responses: {
401
- /** OK */
402
- 200: {
403
- schema: definitions["plans"][];
404
- };
405
- /** Partial Content */
406
- 206: unknown;
407
- };
408
- };
409
- post: {
410
- parameters: {
411
- body: {
412
- /** plans */
413
- plans?: definitions["plans"];
414
- };
415
- query: {
416
- /** Filtering Columns */
417
- select?: parameters["select"];
418
- };
419
- header: {
420
- /** Preference */
421
- Prefer?: parameters["preferReturn"];
422
- };
423
- };
424
- responses: {
425
- /** Created */
426
- 201: unknown;
427
- };
428
- };
429
- delete: {
430
- parameters: {
431
- query: {
432
- created_at?: parameters["rowFilter.plans.created_at"];
433
- updated_at?: parameters["rowFilter.plans.updated_at"];
434
- name?: parameters["rowFilter.plans.name"];
435
- description?: parameters["rowFilter.plans.description"];
436
- price_m?: parameters["rowFilter.plans.price_m"];
437
- price_y?: parameters["rowFilter.plans.price_y"];
438
- stripe_id?: parameters["rowFilter.plans.stripe_id"];
439
- app?: parameters["rowFilter.plans.app"];
440
- channel?: parameters["rowFilter.plans.channel"];
441
- update?: parameters["rowFilter.plans.update"];
442
- version?: parameters["rowFilter.plans.version"];
443
- shared?: parameters["rowFilter.plans.shared"];
444
- abtest?: parameters["rowFilter.plans.abtest"];
445
- progressive_deploy?: parameters["rowFilter.plans.progressive_deploy"];
446
- id?: parameters["rowFilter.plans.id"];
447
- price_m_id?: parameters["rowFilter.plans.price_m_id"];
448
- price_y_id?: parameters["rowFilter.plans.price_y_id"];
449
- storage?: parameters["rowFilter.plans.storage"];
450
- bandwidth?: parameters["rowFilter.plans.bandwidth"];
451
- mau?: parameters["rowFilter.plans.mau"];
452
- market_desc?: parameters["rowFilter.plans.market_desc"];
453
- storage_unit?: parameters["rowFilter.plans.storage_unit"];
454
- bandwidth_unit?: parameters["rowFilter.plans.bandwidth_unit"];
455
- mau_unit?: parameters["rowFilter.plans.mau_unit"];
456
- };
457
- header: {
458
- /** Preference */
459
- Prefer?: parameters["preferReturn"];
460
- };
461
- };
462
- responses: {
463
- /** No Content */
464
- 204: never;
465
- };
466
- };
467
- patch: {
468
- parameters: {
469
- query: {
470
- created_at?: parameters["rowFilter.plans.created_at"];
471
- updated_at?: parameters["rowFilter.plans.updated_at"];
472
- name?: parameters["rowFilter.plans.name"];
473
- description?: parameters["rowFilter.plans.description"];
474
- price_m?: parameters["rowFilter.plans.price_m"];
475
- price_y?: parameters["rowFilter.plans.price_y"];
476
- stripe_id?: parameters["rowFilter.plans.stripe_id"];
477
- app?: parameters["rowFilter.plans.app"];
478
- channel?: parameters["rowFilter.plans.channel"];
479
- update?: parameters["rowFilter.plans.update"];
480
- version?: parameters["rowFilter.plans.version"];
481
- shared?: parameters["rowFilter.plans.shared"];
482
- abtest?: parameters["rowFilter.plans.abtest"];
483
- progressive_deploy?: parameters["rowFilter.plans.progressive_deploy"];
484
- id?: parameters["rowFilter.plans.id"];
485
- price_m_id?: parameters["rowFilter.plans.price_m_id"];
486
- price_y_id?: parameters["rowFilter.plans.price_y_id"];
487
- storage?: parameters["rowFilter.plans.storage"];
488
- bandwidth?: parameters["rowFilter.plans.bandwidth"];
489
- mau?: parameters["rowFilter.plans.mau"];
490
- market_desc?: parameters["rowFilter.plans.market_desc"];
491
- storage_unit?: parameters["rowFilter.plans.storage_unit"];
492
- bandwidth_unit?: parameters["rowFilter.plans.bandwidth_unit"];
493
- mau_unit?: parameters["rowFilter.plans.mau_unit"];
494
- };
495
- body: {
496
- /** plans */
497
- plans?: definitions["plans"];
498
- };
499
- header: {
500
- /** Preference */
501
- Prefer?: parameters["preferReturn"];
502
- };
503
- };
504
- responses: {
505
- /** No Content */
506
- 204: never;
507
- };
508
- };
509
- };
510
- "/stripe_info": {
511
- get: {
512
- parameters: {
513
- query: {
514
- created_at?: parameters["rowFilter.stripe_info.created_at"];
515
- updated_at?: parameters["rowFilter.stripe_info.updated_at"];
516
- subscription_id?: parameters["rowFilter.stripe_info.subscription_id"];
517
- customer_id?: parameters["rowFilter.stripe_info.customer_id"];
518
- status?: parameters["rowFilter.stripe_info.status"];
519
- product_id?: parameters["rowFilter.stripe_info.product_id"];
520
- trial_at?: parameters["rowFilter.stripe_info.trial_at"];
521
- price_id?: parameters["rowFilter.stripe_info.price_id"];
522
- is_good_plan?: parameters["rowFilter.stripe_info.is_good_plan"];
523
- /** Filtering Columns */
524
- select?: parameters["select"];
525
- /** Ordering */
526
- order?: parameters["order"];
527
- /** Limiting and Pagination */
528
- offset?: parameters["offset"];
529
- /** Limiting and Pagination */
530
- limit?: parameters["limit"];
531
- };
532
- header: {
533
- /** Limiting and Pagination */
534
- Range?: parameters["range"];
535
- /** Limiting and Pagination */
536
- "Range-Unit"?: parameters["rangeUnit"];
537
- /** Preference */
538
- Prefer?: parameters["preferCount"];
539
- };
540
- };
541
- responses: {
542
- /** OK */
543
- 200: {
544
- schema: definitions["stripe_info"][];
545
- };
546
- /** Partial Content */
547
- 206: unknown;
548
- };
549
- };
550
- post: {
551
- parameters: {
552
- body: {
553
- /** stripe_info */
554
- stripe_info?: definitions["stripe_info"];
555
- };
556
- query: {
557
- /** Filtering Columns */
558
- select?: parameters["select"];
559
- };
560
- header: {
561
- /** Preference */
562
- Prefer?: parameters["preferReturn"];
563
- };
564
- };
565
- responses: {
566
- /** Created */
567
- 201: unknown;
568
- };
569
- };
570
- delete: {
571
- parameters: {
572
- query: {
573
- created_at?: parameters["rowFilter.stripe_info.created_at"];
574
- updated_at?: parameters["rowFilter.stripe_info.updated_at"];
575
- subscription_id?: parameters["rowFilter.stripe_info.subscription_id"];
576
- customer_id?: parameters["rowFilter.stripe_info.customer_id"];
577
- status?: parameters["rowFilter.stripe_info.status"];
578
- product_id?: parameters["rowFilter.stripe_info.product_id"];
579
- trial_at?: parameters["rowFilter.stripe_info.trial_at"];
580
- price_id?: parameters["rowFilter.stripe_info.price_id"];
581
- is_good_plan?: parameters["rowFilter.stripe_info.is_good_plan"];
582
- };
583
- header: {
584
- /** Preference */
585
- Prefer?: parameters["preferReturn"];
586
- };
587
- };
588
- responses: {
589
- /** No Content */
590
- 204: never;
591
- };
592
- };
593
- patch: {
594
- parameters: {
595
- query: {
596
- created_at?: parameters["rowFilter.stripe_info.created_at"];
597
- updated_at?: parameters["rowFilter.stripe_info.updated_at"];
598
- subscription_id?: parameters["rowFilter.stripe_info.subscription_id"];
599
- customer_id?: parameters["rowFilter.stripe_info.customer_id"];
600
- status?: parameters["rowFilter.stripe_info.status"];
601
- product_id?: parameters["rowFilter.stripe_info.product_id"];
602
- trial_at?: parameters["rowFilter.stripe_info.trial_at"];
603
- price_id?: parameters["rowFilter.stripe_info.price_id"];
604
- is_good_plan?: parameters["rowFilter.stripe_info.is_good_plan"];
605
- };
606
- body: {
607
- /** stripe_info */
608
- stripe_info?: definitions["stripe_info"];
609
- };
610
- header: {
611
- /** Preference */
612
- Prefer?: parameters["preferReturn"];
613
- };
614
- };
615
- responses: {
616
- /** No Content */
617
- 204: never;
618
- };
619
- };
620
- };
621
- "/devices_onprem": {
622
- get: {
623
- parameters: {
624
- query: {
625
- created_at?: parameters["rowFilter.devices_onprem.created_at"];
626
- updated_at?: parameters["rowFilter.devices_onprem.updated_at"];
627
- platform?: parameters["rowFilter.devices_onprem.platform"];
628
- plugin_version?: parameters["rowFilter.devices_onprem.plugin_version"];
629
- version?: parameters["rowFilter.devices_onprem.version"];
630
- app_id?: parameters["rowFilter.devices_onprem.app_id"];
631
- device_id?: parameters["rowFilter.devices_onprem.device_id"];
632
- os_version?: parameters["rowFilter.devices_onprem.os_version"];
633
- id?: parameters["rowFilter.devices_onprem.id"];
634
- version_build?: parameters["rowFilter.devices_onprem.version_build"];
635
- custom_id?: parameters["rowFilter.devices_onprem.custom_id"];
636
- is_prod?: parameters["rowFilter.devices_onprem.is_prod"];
637
- is_emulator?: parameters["rowFilter.devices_onprem.is_emulator"];
638
- /** Filtering Columns */
639
- select?: parameters["select"];
640
- /** Ordering */
641
- order?: parameters["order"];
642
- /** Limiting and Pagination */
643
- offset?: parameters["offset"];
644
- /** Limiting and Pagination */
645
- limit?: parameters["limit"];
646
- };
647
- header: {
648
- /** Limiting and Pagination */
649
- Range?: parameters["range"];
650
- /** Limiting and Pagination */
651
- "Range-Unit"?: parameters["rangeUnit"];
652
- /** Preference */
653
- Prefer?: parameters["preferCount"];
654
- };
655
- };
656
- responses: {
657
- /** OK */
658
- 200: {
659
- schema: definitions["devices_onprem"][];
660
- };
661
- /** Partial Content */
662
- 206: unknown;
663
- };
664
- };
665
- post: {
666
- parameters: {
667
- body: {
668
- /** devices_onprem */
669
- devices_onprem?: definitions["devices_onprem"];
670
- };
671
- query: {
672
- /** Filtering Columns */
673
- select?: parameters["select"];
674
- };
675
- header: {
676
- /** Preference */
677
- Prefer?: parameters["preferReturn"];
678
- };
679
- };
680
- responses: {
681
- /** Created */
682
- 201: unknown;
683
- };
684
- };
685
- delete: {
686
- parameters: {
687
- query: {
688
- created_at?: parameters["rowFilter.devices_onprem.created_at"];
689
- updated_at?: parameters["rowFilter.devices_onprem.updated_at"];
690
- platform?: parameters["rowFilter.devices_onprem.platform"];
691
- plugin_version?: parameters["rowFilter.devices_onprem.plugin_version"];
692
- version?: parameters["rowFilter.devices_onprem.version"];
693
- app_id?: parameters["rowFilter.devices_onprem.app_id"];
694
- device_id?: parameters["rowFilter.devices_onprem.device_id"];
695
- os_version?: parameters["rowFilter.devices_onprem.os_version"];
696
- id?: parameters["rowFilter.devices_onprem.id"];
697
- version_build?: parameters["rowFilter.devices_onprem.version_build"];
698
- custom_id?: parameters["rowFilter.devices_onprem.custom_id"];
699
- is_prod?: parameters["rowFilter.devices_onprem.is_prod"];
700
- is_emulator?: parameters["rowFilter.devices_onprem.is_emulator"];
701
- };
702
- header: {
703
- /** Preference */
704
- Prefer?: parameters["preferReturn"];
705
- };
706
- };
707
- responses: {
708
- /** No Content */
709
- 204: never;
710
- };
711
- };
712
- patch: {
713
- parameters: {
714
- query: {
715
- created_at?: parameters["rowFilter.devices_onprem.created_at"];
716
- updated_at?: parameters["rowFilter.devices_onprem.updated_at"];
717
- platform?: parameters["rowFilter.devices_onprem.platform"];
718
- plugin_version?: parameters["rowFilter.devices_onprem.plugin_version"];
719
- version?: parameters["rowFilter.devices_onprem.version"];
720
- app_id?: parameters["rowFilter.devices_onprem.app_id"];
721
- device_id?: parameters["rowFilter.devices_onprem.device_id"];
722
- os_version?: parameters["rowFilter.devices_onprem.os_version"];
723
- id?: parameters["rowFilter.devices_onprem.id"];
724
- version_build?: parameters["rowFilter.devices_onprem.version_build"];
725
- custom_id?: parameters["rowFilter.devices_onprem.custom_id"];
726
- is_prod?: parameters["rowFilter.devices_onprem.is_prod"];
727
- is_emulator?: parameters["rowFilter.devices_onprem.is_emulator"];
728
- };
729
- body: {
730
- /** devices_onprem */
731
- devices_onprem?: definitions["devices_onprem"];
732
- };
733
- header: {
734
- /** Preference */
735
- Prefer?: parameters["preferReturn"];
736
- };
737
- };
738
- responses: {
739
- /** No Content */
740
- 204: never;
741
- };
742
- };
743
- };
744
- "/stats_onprem": {
745
- get: {
746
- parameters: {
747
- query: {
748
- id?: parameters["rowFilter.stats_onprem.id"];
749
- created_at?: parameters["rowFilter.stats_onprem.created_at"];
750
- platform?: parameters["rowFilter.stats_onprem.platform"];
751
- action?: parameters["rowFilter.stats_onprem.action"];
752
- device_id?: parameters["rowFilter.stats_onprem.device_id"];
753
- version_build?: parameters["rowFilter.stats_onprem.version_build"];
754
- app_id?: parameters["rowFilter.stats_onprem.app_id"];
755
- updated_at?: parameters["rowFilter.stats_onprem.updated_at"];
756
- version?: parameters["rowFilter.stats_onprem.version"];
757
- /** Filtering Columns */
758
- select?: parameters["select"];
759
- /** Ordering */
760
- order?: parameters["order"];
761
- /** Limiting and Pagination */
762
- offset?: parameters["offset"];
763
- /** Limiting and Pagination */
764
- limit?: parameters["limit"];
765
- };
766
- header: {
767
- /** Limiting and Pagination */
768
- Range?: parameters["range"];
769
- /** Limiting and Pagination */
770
- "Range-Unit"?: parameters["rangeUnit"];
771
- /** Preference */
772
- Prefer?: parameters["preferCount"];
773
- };
774
- };
775
- responses: {
776
- /** OK */
777
- 200: {
778
- schema: definitions["stats_onprem"][];
779
- };
780
- /** Partial Content */
781
- 206: unknown;
782
- };
783
- };
784
- post: {
785
- parameters: {
786
- body: {
787
- /** stats_onprem */
788
- stats_onprem?: definitions["stats_onprem"];
789
- };
790
- query: {
791
- /** Filtering Columns */
792
- select?: parameters["select"];
793
- };
794
- header: {
795
- /** Preference */
796
- Prefer?: parameters["preferReturn"];
797
- };
798
- };
799
- responses: {
800
- /** Created */
801
- 201: unknown;
802
- };
803
- };
804
- delete: {
805
- parameters: {
806
- query: {
807
- id?: parameters["rowFilter.stats_onprem.id"];
808
- created_at?: parameters["rowFilter.stats_onprem.created_at"];
809
- platform?: parameters["rowFilter.stats_onprem.platform"];
810
- action?: parameters["rowFilter.stats_onprem.action"];
811
- device_id?: parameters["rowFilter.stats_onprem.device_id"];
812
- version_build?: parameters["rowFilter.stats_onprem.version_build"];
813
- app_id?: parameters["rowFilter.stats_onprem.app_id"];
814
- updated_at?: parameters["rowFilter.stats_onprem.updated_at"];
815
- version?: parameters["rowFilter.stats_onprem.version"];
816
- };
817
- header: {
818
- /** Preference */
819
- Prefer?: parameters["preferReturn"];
820
- };
821
- };
822
- responses: {
823
- /** No Content */
824
- 204: never;
825
- };
826
- };
827
- patch: {
828
- parameters: {
829
- query: {
830
- id?: parameters["rowFilter.stats_onprem.id"];
831
- created_at?: parameters["rowFilter.stats_onprem.created_at"];
832
- platform?: parameters["rowFilter.stats_onprem.platform"];
833
- action?: parameters["rowFilter.stats_onprem.action"];
834
- device_id?: parameters["rowFilter.stats_onprem.device_id"];
835
- version_build?: parameters["rowFilter.stats_onprem.version_build"];
836
- app_id?: parameters["rowFilter.stats_onprem.app_id"];
837
- updated_at?: parameters["rowFilter.stats_onprem.updated_at"];
838
- version?: parameters["rowFilter.stats_onprem.version"];
839
- };
840
- body: {
841
- /** stats_onprem */
842
- stats_onprem?: definitions["stats_onprem"];
843
- };
844
- header: {
845
- /** Preference */
846
- Prefer?: parameters["preferReturn"];
847
- };
848
- };
849
- responses: {
850
- /** No Content */
851
- 204: never;
852
- };
853
- };
854
- };
855
- "/channel_devices": {
856
- get: {
857
- parameters: {
858
- query: {
859
- created_at?: parameters["rowFilter.channel_devices.created_at"];
860
- channel_id?: parameters["rowFilter.channel_devices.channel_id"];
861
- app_id?: parameters["rowFilter.channel_devices.app_id"];
862
- updated_at?: parameters["rowFilter.channel_devices.updated_at"];
863
- created_by?: parameters["rowFilter.channel_devices.created_by"];
864
- device_id?: parameters["rowFilter.channel_devices.device_id"];
865
- /** Filtering Columns */
866
- select?: parameters["select"];
867
- /** Ordering */
868
- order?: parameters["order"];
869
- /** Limiting and Pagination */
870
- offset?: parameters["offset"];
871
- /** Limiting and Pagination */
872
- limit?: parameters["limit"];
873
- };
874
- header: {
875
- /** Limiting and Pagination */
876
- Range?: parameters["range"];
877
- /** Limiting and Pagination */
878
- "Range-Unit"?: parameters["rangeUnit"];
879
- /** Preference */
880
- Prefer?: parameters["preferCount"];
881
- };
882
- };
883
- responses: {
884
- /** OK */
885
- 200: {
886
- schema: definitions["channel_devices"][];
887
- };
888
- /** Partial Content */
889
- 206: unknown;
890
- };
891
- };
892
- post: {
893
- parameters: {
894
- body: {
895
- /** channel_devices */
896
- channel_devices?: definitions["channel_devices"];
897
- };
898
- query: {
899
- /** Filtering Columns */
900
- select?: parameters["select"];
901
- };
902
- header: {
903
- /** Preference */
904
- Prefer?: parameters["preferReturn"];
905
- };
906
- };
907
- responses: {
908
- /** Created */
909
- 201: unknown;
910
- };
911
- };
912
- delete: {
913
- parameters: {
914
- query: {
915
- created_at?: parameters["rowFilter.channel_devices.created_at"];
916
- channel_id?: parameters["rowFilter.channel_devices.channel_id"];
917
- app_id?: parameters["rowFilter.channel_devices.app_id"];
918
- updated_at?: parameters["rowFilter.channel_devices.updated_at"];
919
- created_by?: parameters["rowFilter.channel_devices.created_by"];
920
- device_id?: parameters["rowFilter.channel_devices.device_id"];
921
- };
922
- header: {
923
- /** Preference */
924
- Prefer?: parameters["preferReturn"];
925
- };
926
- };
927
- responses: {
928
- /** No Content */
929
- 204: never;
930
- };
931
- };
932
- patch: {
933
- parameters: {
934
- query: {
935
- created_at?: parameters["rowFilter.channel_devices.created_at"];
936
- channel_id?: parameters["rowFilter.channel_devices.channel_id"];
937
- app_id?: parameters["rowFilter.channel_devices.app_id"];
938
- updated_at?: parameters["rowFilter.channel_devices.updated_at"];
939
- created_by?: parameters["rowFilter.channel_devices.created_by"];
940
- device_id?: parameters["rowFilter.channel_devices.device_id"];
941
- };
942
- body: {
943
- /** channel_devices */
944
- channel_devices?: definitions["channel_devices"];
945
- };
946
- header: {
947
- /** Preference */
948
- Prefer?: parameters["preferReturn"];
949
- };
950
- };
951
- responses: {
952
- /** No Content */
953
- 204: never;
954
- };
955
- };
956
- };
957
- "/apps": {
958
- get: {
959
- parameters: {
960
- query: {
961
- created_at?: parameters["rowFilter.apps.created_at"];
962
- app_id?: parameters["rowFilter.apps.app_id"];
963
- icon_url?: parameters["rowFilter.apps.icon_url"];
964
- user_id?: parameters["rowFilter.apps.user_id"];
965
- name?: parameters["rowFilter.apps.name"];
966
- last_version?: parameters["rowFilter.apps.last_version"];
967
- updated_at?: parameters["rowFilter.apps.updated_at"];
968
- id?: parameters["rowFilter.apps.id"];
969
- /** Filtering Columns */
970
- select?: parameters["select"];
971
- /** Ordering */
972
- order?: parameters["order"];
973
- /** Limiting and Pagination */
974
- offset?: parameters["offset"];
975
- /** Limiting and Pagination */
976
- limit?: parameters["limit"];
977
- };
978
- header: {
979
- /** Limiting and Pagination */
980
- Range?: parameters["range"];
981
- /** Limiting and Pagination */
982
- "Range-Unit"?: parameters["rangeUnit"];
983
- /** Preference */
984
- Prefer?: parameters["preferCount"];
985
- };
986
- };
987
- responses: {
988
- /** OK */
989
- 200: {
990
- schema: definitions["apps"][];
991
- };
992
- /** Partial Content */
993
- 206: unknown;
994
- };
995
- };
996
- post: {
997
- parameters: {
998
- body: {
999
- /** apps */
1000
- apps?: definitions["apps"];
1001
- };
1002
- query: {
1003
- /** Filtering Columns */
1004
- select?: parameters["select"];
1005
- };
1006
- header: {
1007
- /** Preference */
1008
- Prefer?: parameters["preferReturn"];
1009
- };
1010
- };
1011
- responses: {
1012
- /** Created */
1013
- 201: unknown;
1014
- };
1015
- };
1016
- delete: {
1017
- parameters: {
1018
- query: {
1019
- created_at?: parameters["rowFilter.apps.created_at"];
1020
- app_id?: parameters["rowFilter.apps.app_id"];
1021
- icon_url?: parameters["rowFilter.apps.icon_url"];
1022
- user_id?: parameters["rowFilter.apps.user_id"];
1023
- name?: parameters["rowFilter.apps.name"];
1024
- last_version?: parameters["rowFilter.apps.last_version"];
1025
- updated_at?: parameters["rowFilter.apps.updated_at"];
1026
- id?: parameters["rowFilter.apps.id"];
1027
- };
1028
- header: {
1029
- /** Preference */
1030
- Prefer?: parameters["preferReturn"];
1031
- };
1032
- };
1033
- responses: {
1034
- /** No Content */
1035
- 204: never;
1036
- };
1037
- };
1038
- patch: {
1039
- parameters: {
1040
- query: {
1041
- created_at?: parameters["rowFilter.apps.created_at"];
1042
- app_id?: parameters["rowFilter.apps.app_id"];
1043
- icon_url?: parameters["rowFilter.apps.icon_url"];
1044
- user_id?: parameters["rowFilter.apps.user_id"];
1045
- name?: parameters["rowFilter.apps.name"];
1046
- last_version?: parameters["rowFilter.apps.last_version"];
1047
- updated_at?: parameters["rowFilter.apps.updated_at"];
1048
- id?: parameters["rowFilter.apps.id"];
1049
- };
1050
- body: {
1051
- /** apps */
1052
- apps?: definitions["apps"];
1053
- };
1054
- header: {
1055
- /** Preference */
1056
- Prefer?: parameters["preferReturn"];
1057
- };
1058
- };
1059
- responses: {
1060
- /** No Content */
1061
- 204: never;
1062
- };
1063
- };
1064
- };
1065
- "/apikeys": {
1066
- get: {
1067
- parameters: {
1068
- query: {
1069
- id?: parameters["rowFilter.apikeys.id"];
1070
- created_at?: parameters["rowFilter.apikeys.created_at"];
1071
- user_id?: parameters["rowFilter.apikeys.user_id"];
1072
- key?: parameters["rowFilter.apikeys.key"];
1073
- mode?: parameters["rowFilter.apikeys.mode"];
1074
- updated_at?: parameters["rowFilter.apikeys.updated_at"];
1075
- /** Filtering Columns */
1076
- select?: parameters["select"];
1077
- /** Ordering */
1078
- order?: parameters["order"];
1079
- /** Limiting and Pagination */
1080
- offset?: parameters["offset"];
1081
- /** Limiting and Pagination */
1082
- limit?: parameters["limit"];
1083
- };
1084
- header: {
1085
- /** Limiting and Pagination */
1086
- Range?: parameters["range"];
1087
- /** Limiting and Pagination */
1088
- "Range-Unit"?: parameters["rangeUnit"];
1089
- /** Preference */
1090
- Prefer?: parameters["preferCount"];
1091
- };
1092
- };
1093
- responses: {
1094
- /** OK */
1095
- 200: {
1096
- schema: definitions["apikeys"][];
1097
- };
1098
- /** Partial Content */
1099
- 206: unknown;
1100
- };
1101
- };
1102
- post: {
1103
- parameters: {
1104
- body: {
1105
- /** apikeys */
1106
- apikeys?: definitions["apikeys"];
1107
- };
1108
- query: {
1109
- /** Filtering Columns */
1110
- select?: parameters["select"];
1111
- };
1112
- header: {
1113
- /** Preference */
1114
- Prefer?: parameters["preferReturn"];
1115
- };
1116
- };
1117
- responses: {
1118
- /** Created */
1119
- 201: unknown;
1120
- };
1121
- };
1122
- delete: {
1123
- parameters: {
1124
- query: {
1125
- id?: parameters["rowFilter.apikeys.id"];
1126
- created_at?: parameters["rowFilter.apikeys.created_at"];
1127
- user_id?: parameters["rowFilter.apikeys.user_id"];
1128
- key?: parameters["rowFilter.apikeys.key"];
1129
- mode?: parameters["rowFilter.apikeys.mode"];
1130
- updated_at?: parameters["rowFilter.apikeys.updated_at"];
1131
- };
1132
- header: {
1133
- /** Preference */
1134
- Prefer?: parameters["preferReturn"];
1135
- };
1136
- };
1137
- responses: {
1138
- /** No Content */
1139
- 204: never;
1140
- };
1141
- };
1142
- patch: {
1143
- parameters: {
1144
- query: {
1145
- id?: parameters["rowFilter.apikeys.id"];
1146
- created_at?: parameters["rowFilter.apikeys.created_at"];
1147
- user_id?: parameters["rowFilter.apikeys.user_id"];
1148
- key?: parameters["rowFilter.apikeys.key"];
1149
- mode?: parameters["rowFilter.apikeys.mode"];
1150
- updated_at?: parameters["rowFilter.apikeys.updated_at"];
1151
- };
1152
- body: {
1153
- /** apikeys */
1154
- apikeys?: definitions["apikeys"];
1155
- };
1156
- header: {
1157
- /** Preference */
1158
- Prefer?: parameters["preferReturn"];
1159
- };
1160
- };
1161
- responses: {
1162
- /** No Content */
1163
- 204: never;
1164
- };
1165
- };
1166
- };
1167
- "/pay_as_you_go": {
1168
- get: {
1169
- parameters: {
1170
- query: {
1171
- id?: parameters["rowFilter.pay_as_you_go.id"];
1172
- created_at?: parameters["rowFilter.pay_as_you_go.created_at"];
1173
- mau?: parameters["rowFilter.pay_as_you_go.mau"];
1174
- storage?: parameters["rowFilter.pay_as_you_go.storage"];
1175
- bandwidth?: parameters["rowFilter.pay_as_you_go.bandwidth"];
1176
- type?: parameters["rowFilter.pay_as_you_go.type"];
1177
- /** Filtering Columns */
1178
- select?: parameters["select"];
1179
- /** Ordering */
1180
- order?: parameters["order"];
1181
- /** Limiting and Pagination */
1182
- offset?: parameters["offset"];
1183
- /** Limiting and Pagination */
1184
- limit?: parameters["limit"];
1185
- };
1186
- header: {
1187
- /** Limiting and Pagination */
1188
- Range?: parameters["range"];
1189
- /** Limiting and Pagination */
1190
- "Range-Unit"?: parameters["rangeUnit"];
1191
- /** Preference */
1192
- Prefer?: parameters["preferCount"];
1193
- };
1194
- };
1195
- responses: {
1196
- /** OK */
1197
- 200: {
1198
- schema: definitions["pay_as_you_go"][];
1199
- };
1200
- /** Partial Content */
1201
- 206: unknown;
1202
- };
1203
- };
1204
- post: {
1205
- parameters: {
1206
- body: {
1207
- /** pay_as_you_go */
1208
- pay_as_you_go?: definitions["pay_as_you_go"];
1209
- };
1210
- query: {
1211
- /** Filtering Columns */
1212
- select?: parameters["select"];
1213
- };
1214
- header: {
1215
- /** Preference */
1216
- Prefer?: parameters["preferReturn"];
1217
- };
1218
- };
1219
- responses: {
1220
- /** Created */
1221
- 201: unknown;
1222
- };
1223
- };
1224
- delete: {
1225
- parameters: {
1226
- query: {
1227
- id?: parameters["rowFilter.pay_as_you_go.id"];
1228
- created_at?: parameters["rowFilter.pay_as_you_go.created_at"];
1229
- mau?: parameters["rowFilter.pay_as_you_go.mau"];
1230
- storage?: parameters["rowFilter.pay_as_you_go.storage"];
1231
- bandwidth?: parameters["rowFilter.pay_as_you_go.bandwidth"];
1232
- type?: parameters["rowFilter.pay_as_you_go.type"];
1233
- };
1234
- header: {
1235
- /** Preference */
1236
- Prefer?: parameters["preferReturn"];
1237
- };
1238
- };
1239
- responses: {
1240
- /** No Content */
1241
- 204: never;
1242
- };
1243
- };
1244
- patch: {
1245
- parameters: {
1246
- query: {
1247
- id?: parameters["rowFilter.pay_as_you_go.id"];
1248
- created_at?: parameters["rowFilter.pay_as_you_go.created_at"];
1249
- mau?: parameters["rowFilter.pay_as_you_go.mau"];
1250
- storage?: parameters["rowFilter.pay_as_you_go.storage"];
1251
- bandwidth?: parameters["rowFilter.pay_as_you_go.bandwidth"];
1252
- type?: parameters["rowFilter.pay_as_you_go.type"];
1253
- };
1254
- body: {
1255
- /** pay_as_you_go */
1256
- pay_as_you_go?: definitions["pay_as_you_go"];
1257
- };
1258
- header: {
1259
- /** Preference */
1260
- Prefer?: parameters["preferReturn"];
1261
- };
1262
- };
1263
- responses: {
1264
- /** No Content */
1265
- 204: never;
1266
- };
1267
- };
1268
- };
1269
- "/stats": {
1270
- get: {
1271
- parameters: {
1272
- query: {
1273
- id?: parameters["rowFilter.stats.id"];
1274
- created_at?: parameters["rowFilter.stats.created_at"];
1275
- platform?: parameters["rowFilter.stats.platform"];
1276
- action?: parameters["rowFilter.stats.action"];
1277
- device_id?: parameters["rowFilter.stats.device_id"];
1278
- version_build?: parameters["rowFilter.stats.version_build"];
1279
- version?: parameters["rowFilter.stats.version"];
1280
- app_id?: parameters["rowFilter.stats.app_id"];
1281
- updated_at?: parameters["rowFilter.stats.updated_at"];
1282
- /** Filtering Columns */
1283
- select?: parameters["select"];
1284
- /** Ordering */
1285
- order?: parameters["order"];
1286
- /** Limiting and Pagination */
1287
- offset?: parameters["offset"];
1288
- /** Limiting and Pagination */
1289
- limit?: parameters["limit"];
1290
- };
1291
- header: {
1292
- /** Limiting and Pagination */
1293
- Range?: parameters["range"];
1294
- /** Limiting and Pagination */
1295
- "Range-Unit"?: parameters["rangeUnit"];
1296
- /** Preference */
1297
- Prefer?: parameters["preferCount"];
1298
- };
1299
- };
1300
- responses: {
1301
- /** OK */
1302
- 200: {
1303
- schema: definitions["stats"][];
1304
- };
1305
- /** Partial Content */
1306
- 206: unknown;
1307
- };
1308
- };
1309
- post: {
1310
- parameters: {
1311
- body: {
1312
- /** stats */
1313
- stats?: definitions["stats"];
1314
- };
1315
- query: {
1316
- /** Filtering Columns */
1317
- select?: parameters["select"];
1318
- };
1319
- header: {
1320
- /** Preference */
1321
- Prefer?: parameters["preferReturn"];
1322
- };
1323
- };
1324
- responses: {
1325
- /** Created */
1326
- 201: unknown;
1327
- };
1328
- };
1329
- delete: {
1330
- parameters: {
1331
- query: {
1332
- id?: parameters["rowFilter.stats.id"];
1333
- created_at?: parameters["rowFilter.stats.created_at"];
1334
- platform?: parameters["rowFilter.stats.platform"];
1335
- action?: parameters["rowFilter.stats.action"];
1336
- device_id?: parameters["rowFilter.stats.device_id"];
1337
- version_build?: parameters["rowFilter.stats.version_build"];
1338
- version?: parameters["rowFilter.stats.version"];
1339
- app_id?: parameters["rowFilter.stats.app_id"];
1340
- updated_at?: parameters["rowFilter.stats.updated_at"];
1341
- };
1342
- header: {
1343
- /** Preference */
1344
- Prefer?: parameters["preferReturn"];
1345
- };
1346
- };
1347
- responses: {
1348
- /** No Content */
1349
- 204: never;
1350
- };
1351
- };
1352
- patch: {
1353
- parameters: {
1354
- query: {
1355
- id?: parameters["rowFilter.stats.id"];
1356
- created_at?: parameters["rowFilter.stats.created_at"];
1357
- platform?: parameters["rowFilter.stats.platform"];
1358
- action?: parameters["rowFilter.stats.action"];
1359
- device_id?: parameters["rowFilter.stats.device_id"];
1360
- version_build?: parameters["rowFilter.stats.version_build"];
1361
- version?: parameters["rowFilter.stats.version"];
1362
- app_id?: parameters["rowFilter.stats.app_id"];
1363
- updated_at?: parameters["rowFilter.stats.updated_at"];
1364
- };
1365
- body: {
1366
- /** stats */
1367
- stats?: definitions["stats"];
1368
- };
1369
- header: {
1370
- /** Preference */
1371
- Prefer?: parameters["preferReturn"];
1372
- };
1373
- };
1374
- responses: {
1375
- /** No Content */
1376
- 204: never;
1377
- };
1378
- };
1379
- };
1380
- "/users": {
1381
- get: {
1382
- parameters: {
1383
- query: {
1384
- created_at?: parameters["rowFilter.users.created_at"];
1385
- image_url?: parameters["rowFilter.users.image_url"];
1386
- first_name?: parameters["rowFilter.users.first_name"];
1387
- last_name?: parameters["rowFilter.users.last_name"];
1388
- country?: parameters["rowFilter.users.country"];
1389
- email?: parameters["rowFilter.users.email"];
1390
- id?: parameters["rowFilter.users.id"];
1391
- updated_at?: parameters["rowFilter.users.updated_at"];
1392
- enableNotifications?: parameters["rowFilter.users.enableNotifications"];
1393
- optForNewsletters?: parameters["rowFilter.users.optForNewsletters"];
1394
- legalAccepted?: parameters["rowFilter.users.legalAccepted"];
1395
- customer_id?: parameters["rowFilter.users.customer_id"];
1396
- /** Filtering Columns */
1397
- select?: parameters["select"];
1398
- /** Ordering */
1399
- order?: parameters["order"];
1400
- /** Limiting and Pagination */
1401
- offset?: parameters["offset"];
1402
- /** Limiting and Pagination */
1403
- limit?: parameters["limit"];
1404
- };
1405
- header: {
1406
- /** Limiting and Pagination */
1407
- Range?: parameters["range"];
1408
- /** Limiting and Pagination */
1409
- "Range-Unit"?: parameters["rangeUnit"];
1410
- /** Preference */
1411
- Prefer?: parameters["preferCount"];
1412
- };
1413
- };
1414
- responses: {
1415
- /** OK */
1416
- 200: {
1417
- schema: definitions["users"][];
1418
- };
1419
- /** Partial Content */
1420
- 206: unknown;
1421
- };
1422
- };
1423
- post: {
1424
- parameters: {
1425
- body: {
1426
- /** users */
1427
- users?: definitions["users"];
1428
- };
1429
- query: {
1430
- /** Filtering Columns */
1431
- select?: parameters["select"];
1432
- };
1433
- header: {
1434
- /** Preference */
1435
- Prefer?: parameters["preferReturn"];
1436
- };
1437
- };
1438
- responses: {
1439
- /** Created */
1440
- 201: unknown;
1441
- };
1442
- };
1443
- delete: {
1444
- parameters: {
1445
- query: {
1446
- created_at?: parameters["rowFilter.users.created_at"];
1447
- image_url?: parameters["rowFilter.users.image_url"];
1448
- first_name?: parameters["rowFilter.users.first_name"];
1449
- last_name?: parameters["rowFilter.users.last_name"];
1450
- country?: parameters["rowFilter.users.country"];
1451
- email?: parameters["rowFilter.users.email"];
1452
- id?: parameters["rowFilter.users.id"];
1453
- updated_at?: parameters["rowFilter.users.updated_at"];
1454
- enableNotifications?: parameters["rowFilter.users.enableNotifications"];
1455
- optForNewsletters?: parameters["rowFilter.users.optForNewsletters"];
1456
- legalAccepted?: parameters["rowFilter.users.legalAccepted"];
1457
- customer_id?: parameters["rowFilter.users.customer_id"];
1458
- };
1459
- header: {
1460
- /** Preference */
1461
- Prefer?: parameters["preferReturn"];
1462
- };
1463
- };
1464
- responses: {
1465
- /** No Content */
1466
- 204: never;
1467
- };
1468
- };
1469
- patch: {
1470
- parameters: {
1471
- query: {
1472
- created_at?: parameters["rowFilter.users.created_at"];
1473
- image_url?: parameters["rowFilter.users.image_url"];
1474
- first_name?: parameters["rowFilter.users.first_name"];
1475
- last_name?: parameters["rowFilter.users.last_name"];
1476
- country?: parameters["rowFilter.users.country"];
1477
- email?: parameters["rowFilter.users.email"];
1478
- id?: parameters["rowFilter.users.id"];
1479
- updated_at?: parameters["rowFilter.users.updated_at"];
1480
- enableNotifications?: parameters["rowFilter.users.enableNotifications"];
1481
- optForNewsletters?: parameters["rowFilter.users.optForNewsletters"];
1482
- legalAccepted?: parameters["rowFilter.users.legalAccepted"];
1483
- customer_id?: parameters["rowFilter.users.customer_id"];
1484
- };
1485
- body: {
1486
- /** users */
1487
- users?: definitions["users"];
1488
- };
1489
- header: {
1490
- /** Preference */
1491
- Prefer?: parameters["preferReturn"];
1492
- };
1493
- };
1494
- responses: {
1495
- /** No Content */
1496
- 204: never;
1497
- };
1498
- };
1499
- };
1500
- "/notifications": {
1501
- get: {
1502
- parameters: {
1503
- query: {
1504
- id?: parameters["rowFilter.notifications.id"];
1505
- created_at?: parameters["rowFilter.notifications.created_at"];
1506
- updated_at?: parameters["rowFilter.notifications.updated_at"];
1507
- user_id?: parameters["rowFilter.notifications.user_id"];
1508
- last_send_at?: parameters["rowFilter.notifications.last_send_at"];
1509
- total_send?: parameters["rowFilter.notifications.total_send"];
1510
- cron?: parameters["rowFilter.notifications.cron"];
1511
- /** Filtering Columns */
1512
- select?: parameters["select"];
1513
- /** Ordering */
1514
- order?: parameters["order"];
1515
- /** Limiting and Pagination */
1516
- offset?: parameters["offset"];
1517
- /** Limiting and Pagination */
1518
- limit?: parameters["limit"];
1519
- };
1520
- header: {
1521
- /** Limiting and Pagination */
1522
- Range?: parameters["range"];
1523
- /** Limiting and Pagination */
1524
- "Range-Unit"?: parameters["rangeUnit"];
1525
- /** Preference */
1526
- Prefer?: parameters["preferCount"];
1527
- };
1528
- };
1529
- responses: {
1530
- /** OK */
1531
- 200: {
1532
- schema: definitions["notifications"][];
1533
- };
1534
- /** Partial Content */
1535
- 206: unknown;
1536
- };
1537
- };
1538
- post: {
1539
- parameters: {
1540
- body: {
1541
- /** notifications */
1542
- notifications?: definitions["notifications"];
1543
- };
1544
- query: {
1545
- /** Filtering Columns */
1546
- select?: parameters["select"];
1547
- };
1548
- header: {
1549
- /** Preference */
1550
- Prefer?: parameters["preferReturn"];
1551
- };
1552
- };
1553
- responses: {
1554
- /** Created */
1555
- 201: unknown;
1556
- };
1557
- };
1558
- delete: {
1559
- parameters: {
1560
- query: {
1561
- id?: parameters["rowFilter.notifications.id"];
1562
- created_at?: parameters["rowFilter.notifications.created_at"];
1563
- updated_at?: parameters["rowFilter.notifications.updated_at"];
1564
- user_id?: parameters["rowFilter.notifications.user_id"];
1565
- last_send_at?: parameters["rowFilter.notifications.last_send_at"];
1566
- total_send?: parameters["rowFilter.notifications.total_send"];
1567
- cron?: parameters["rowFilter.notifications.cron"];
1568
- };
1569
- header: {
1570
- /** Preference */
1571
- Prefer?: parameters["preferReturn"];
1572
- };
1573
- };
1574
- responses: {
1575
- /** No Content */
1576
- 204: never;
1577
- };
1578
- };
1579
- patch: {
1580
- parameters: {
1581
- query: {
1582
- id?: parameters["rowFilter.notifications.id"];
1583
- created_at?: parameters["rowFilter.notifications.created_at"];
1584
- updated_at?: parameters["rowFilter.notifications.updated_at"];
1585
- user_id?: parameters["rowFilter.notifications.user_id"];
1586
- last_send_at?: parameters["rowFilter.notifications.last_send_at"];
1587
- total_send?: parameters["rowFilter.notifications.total_send"];
1588
- cron?: parameters["rowFilter.notifications.cron"];
1589
- };
1590
- body: {
1591
- /** notifications */
1592
- notifications?: definitions["notifications"];
1593
- };
1594
- header: {
1595
- /** Preference */
1596
- Prefer?: parameters["preferReturn"];
1597
- };
1598
- };
1599
- responses: {
1600
- /** No Content */
1601
- 204: never;
1602
- };
1603
- };
1604
- };
1605
- "/channel_users": {
1606
- get: {
1607
- parameters: {
1608
- query: {
1609
- id?: parameters["rowFilter.channel_users.id"];
1610
- created_at?: parameters["rowFilter.channel_users.created_at"];
1611
- user_id?: parameters["rowFilter.channel_users.user_id"];
1612
- channel_id?: parameters["rowFilter.channel_users.channel_id"];
1613
- app_id?: parameters["rowFilter.channel_users.app_id"];
1614
- updated_at?: parameters["rowFilter.channel_users.updated_at"];
1615
- created_by?: parameters["rowFilter.channel_users.created_by"];
1616
- /** Filtering Columns */
1617
- select?: parameters["select"];
1618
- /** Ordering */
1619
- order?: parameters["order"];
1620
- /** Limiting and Pagination */
1621
- offset?: parameters["offset"];
1622
- /** Limiting and Pagination */
1623
- limit?: parameters["limit"];
1624
- };
1625
- header: {
1626
- /** Limiting and Pagination */
1627
- Range?: parameters["range"];
1628
- /** Limiting and Pagination */
1629
- "Range-Unit"?: parameters["rangeUnit"];
1630
- /** Preference */
1631
- Prefer?: parameters["preferCount"];
1632
- };
1633
- };
1634
- responses: {
1635
- /** OK */
1636
- 200: {
1637
- schema: definitions["channel_users"][];
1638
- };
1639
- /** Partial Content */
1640
- 206: unknown;
1641
- };
1642
- };
1643
- post: {
1644
- parameters: {
1645
- body: {
1646
- /** channel_users */
1647
- channel_users?: definitions["channel_users"];
1648
- };
1649
- query: {
1650
- /** Filtering Columns */
1651
- select?: parameters["select"];
1652
- };
1653
- header: {
1654
- /** Preference */
1655
- Prefer?: parameters["preferReturn"];
1656
- };
1657
- };
1658
- responses: {
1659
- /** Created */
1660
- 201: unknown;
1661
- };
1662
- };
1663
- delete: {
1664
- parameters: {
1665
- query: {
1666
- id?: parameters["rowFilter.channel_users.id"];
1667
- created_at?: parameters["rowFilter.channel_users.created_at"];
1668
- user_id?: parameters["rowFilter.channel_users.user_id"];
1669
- channel_id?: parameters["rowFilter.channel_users.channel_id"];
1670
- app_id?: parameters["rowFilter.channel_users.app_id"];
1671
- updated_at?: parameters["rowFilter.channel_users.updated_at"];
1672
- created_by?: parameters["rowFilter.channel_users.created_by"];
1673
- };
1674
- header: {
1675
- /** Preference */
1676
- Prefer?: parameters["preferReturn"];
1677
- };
1678
- };
1679
- responses: {
1680
- /** No Content */
1681
- 204: never;
1682
- };
1683
- };
1684
- patch: {
1685
- parameters: {
1686
- query: {
1687
- id?: parameters["rowFilter.channel_users.id"];
1688
- created_at?: parameters["rowFilter.channel_users.created_at"];
1689
- user_id?: parameters["rowFilter.channel_users.user_id"];
1690
- channel_id?: parameters["rowFilter.channel_users.channel_id"];
1691
- app_id?: parameters["rowFilter.channel_users.app_id"];
1692
- updated_at?: parameters["rowFilter.channel_users.updated_at"];
1693
- created_by?: parameters["rowFilter.channel_users.created_by"];
1694
- };
1695
- body: {
1696
- /** channel_users */
1697
- channel_users?: definitions["channel_users"];
1698
- };
1699
- header: {
1700
- /** Preference */
1701
- Prefer?: parameters["preferReturn"];
1702
- };
1703
- };
1704
- responses: {
1705
- /** No Content */
1706
- 204: never;
1707
- };
1708
- };
1709
- };
1710
- "/devices_override": {
1711
- get: {
1712
- parameters: {
1713
- query: {
1714
- created_at?: parameters["rowFilter.devices_override.created_at"];
1715
- updated_at?: parameters["rowFilter.devices_override.updated_at"];
1716
- device_id?: parameters["rowFilter.devices_override.device_id"];
1717
- version?: parameters["rowFilter.devices_override.version"];
1718
- app_id?: parameters["rowFilter.devices_override.app_id"];
1719
- created_by?: parameters["rowFilter.devices_override.created_by"];
1720
- /** Filtering Columns */
1721
- select?: parameters["select"];
1722
- /** Ordering */
1723
- order?: parameters["order"];
1724
- /** Limiting and Pagination */
1725
- offset?: parameters["offset"];
1726
- /** Limiting and Pagination */
1727
- limit?: parameters["limit"];
1728
- };
1729
- header: {
1730
- /** Limiting and Pagination */
1731
- Range?: parameters["range"];
1732
- /** Limiting and Pagination */
1733
- "Range-Unit"?: parameters["rangeUnit"];
1734
- /** Preference */
1735
- Prefer?: parameters["preferCount"];
1736
- };
1737
- };
1738
- responses: {
1739
- /** OK */
1740
- 200: {
1741
- schema: definitions["devices_override"][];
1742
- };
1743
- /** Partial Content */
1744
- 206: unknown;
1745
- };
1746
- };
1747
- post: {
1748
- parameters: {
1749
- body: {
1750
- /** devices_override */
1751
- devices_override?: definitions["devices_override"];
1752
- };
1753
- query: {
1754
- /** Filtering Columns */
1755
- select?: parameters["select"];
1756
- };
1757
- header: {
1758
- /** Preference */
1759
- Prefer?: parameters["preferReturn"];
1760
- };
1761
- };
1762
- responses: {
1763
- /** Created */
1764
- 201: unknown;
1765
- };
1766
- };
1767
- delete: {
1768
- parameters: {
1769
- query: {
1770
- created_at?: parameters["rowFilter.devices_override.created_at"];
1771
- updated_at?: parameters["rowFilter.devices_override.updated_at"];
1772
- device_id?: parameters["rowFilter.devices_override.device_id"];
1773
- version?: parameters["rowFilter.devices_override.version"];
1774
- app_id?: parameters["rowFilter.devices_override.app_id"];
1775
- created_by?: parameters["rowFilter.devices_override.created_by"];
1776
- };
1777
- header: {
1778
- /** Preference */
1779
- Prefer?: parameters["preferReturn"];
1780
- };
1781
- };
1782
- responses: {
1783
- /** No Content */
1784
- 204: never;
1785
- };
1786
- };
1787
- patch: {
1788
- parameters: {
1789
- query: {
1790
- created_at?: parameters["rowFilter.devices_override.created_at"];
1791
- updated_at?: parameters["rowFilter.devices_override.updated_at"];
1792
- device_id?: parameters["rowFilter.devices_override.device_id"];
1793
- version?: parameters["rowFilter.devices_override.version"];
1794
- app_id?: parameters["rowFilter.devices_override.app_id"];
1795
- created_by?: parameters["rowFilter.devices_override.created_by"];
1796
- };
1797
- body: {
1798
- /** devices_override */
1799
- devices_override?: definitions["devices_override"];
1800
- };
1801
- header: {
1802
- /** Preference */
1803
- Prefer?: parameters["preferReturn"];
1804
- };
1805
- };
1806
- responses: {
1807
- /** No Content */
1808
- 204: never;
1809
- };
1810
- };
1811
- };
1812
- "/app_stats": {
1813
- get: {
1814
- parameters: {
1815
- query: {
1816
- app_id?: parameters["rowFilter.app_stats.app_id"];
1817
- user_id?: parameters["rowFilter.app_stats.user_id"];
1818
- created_at?: parameters["rowFilter.app_stats.created_at"];
1819
- updated_at?: parameters["rowFilter.app_stats.updated_at"];
1820
- channels?: parameters["rowFilter.app_stats.channels"];
1821
- mlu?: parameters["rowFilter.app_stats.mlu"];
1822
- versions?: parameters["rowFilter.app_stats.versions"];
1823
- shared?: parameters["rowFilter.app_stats.shared"];
1824
- mlu_real?: parameters["rowFilter.app_stats.mlu_real"];
1825
- devices?: parameters["rowFilter.app_stats.devices"];
1826
- date_id?: parameters["rowFilter.app_stats.date_id"];
1827
- version_size?: parameters["rowFilter.app_stats.version_size"];
1828
- bandwidth?: parameters["rowFilter.app_stats.bandwidth"];
1829
- /** Filtering Columns */
1830
- select?: parameters["select"];
1831
- /** Ordering */
1832
- order?: parameters["order"];
1833
- /** Limiting and Pagination */
1834
- offset?: parameters["offset"];
1835
- /** Limiting and Pagination */
1836
- limit?: parameters["limit"];
1837
- };
1838
- header: {
1839
- /** Limiting and Pagination */
1840
- Range?: parameters["range"];
1841
- /** Limiting and Pagination */
1842
- "Range-Unit"?: parameters["rangeUnit"];
1843
- /** Preference */
1844
- Prefer?: parameters["preferCount"];
1845
- };
1846
- };
1847
- responses: {
1848
- /** OK */
1849
- 200: {
1850
- schema: definitions["app_stats"][];
1851
- };
1852
- /** Partial Content */
1853
- 206: unknown;
1854
- };
1855
- };
1856
- post: {
1857
- parameters: {
1858
- body: {
1859
- /** app_stats */
1860
- app_stats?: definitions["app_stats"];
1861
- };
1862
- query: {
1863
- /** Filtering Columns */
1864
- select?: parameters["select"];
1865
- };
1866
- header: {
1867
- /** Preference */
1868
- Prefer?: parameters["preferReturn"];
1869
- };
1870
- };
1871
- responses: {
1872
- /** Created */
1873
- 201: unknown;
1874
- };
1875
- };
1876
- delete: {
1877
- parameters: {
1878
- query: {
1879
- app_id?: parameters["rowFilter.app_stats.app_id"];
1880
- user_id?: parameters["rowFilter.app_stats.user_id"];
1881
- created_at?: parameters["rowFilter.app_stats.created_at"];
1882
- updated_at?: parameters["rowFilter.app_stats.updated_at"];
1883
- channels?: parameters["rowFilter.app_stats.channels"];
1884
- mlu?: parameters["rowFilter.app_stats.mlu"];
1885
- versions?: parameters["rowFilter.app_stats.versions"];
1886
- shared?: parameters["rowFilter.app_stats.shared"];
1887
- mlu_real?: parameters["rowFilter.app_stats.mlu_real"];
1888
- devices?: parameters["rowFilter.app_stats.devices"];
1889
- date_id?: parameters["rowFilter.app_stats.date_id"];
1890
- version_size?: parameters["rowFilter.app_stats.version_size"];
1891
- bandwidth?: parameters["rowFilter.app_stats.bandwidth"];
1892
- };
1893
- header: {
1894
- /** Preference */
1895
- Prefer?: parameters["preferReturn"];
1896
- };
1897
- };
1898
- responses: {
1899
- /** No Content */
1900
- 204: never;
1901
- };
1902
- };
1903
- patch: {
1904
- parameters: {
1905
- query: {
1906
- app_id?: parameters["rowFilter.app_stats.app_id"];
1907
- user_id?: parameters["rowFilter.app_stats.user_id"];
1908
- created_at?: parameters["rowFilter.app_stats.created_at"];
1909
- updated_at?: parameters["rowFilter.app_stats.updated_at"];
1910
- channels?: parameters["rowFilter.app_stats.channels"];
1911
- mlu?: parameters["rowFilter.app_stats.mlu"];
1912
- versions?: parameters["rowFilter.app_stats.versions"];
1913
- shared?: parameters["rowFilter.app_stats.shared"];
1914
- mlu_real?: parameters["rowFilter.app_stats.mlu_real"];
1915
- devices?: parameters["rowFilter.app_stats.devices"];
1916
- date_id?: parameters["rowFilter.app_stats.date_id"];
1917
- version_size?: parameters["rowFilter.app_stats.version_size"];
1918
- bandwidth?: parameters["rowFilter.app_stats.bandwidth"];
1919
- };
1920
- body: {
1921
- /** app_stats */
1922
- app_stats?: definitions["app_stats"];
1923
- };
1924
- header: {
1925
- /** Preference */
1926
- Prefer?: parameters["preferReturn"];
1927
- };
1928
- };
1929
- responses: {
1930
- /** No Content */
1931
- 204: never;
1932
- };
1933
- };
1934
- };
1935
- "/devices": {
1936
- get: {
1937
- parameters: {
1938
- query: {
1939
- created_at?: parameters["rowFilter.devices.created_at"];
1940
- updated_at?: parameters["rowFilter.devices.updated_at"];
1941
- device_id?: parameters["rowFilter.devices.device_id"];
1942
- version?: parameters["rowFilter.devices.version"];
1943
- app_id?: parameters["rowFilter.devices.app_id"];
1944
- platform?: parameters["rowFilter.devices.platform"];
1945
- plugin_version?: parameters["rowFilter.devices.plugin_version"];
1946
- os_version?: parameters["rowFilter.devices.os_version"];
1947
- date_id?: parameters["rowFilter.devices.date_id"];
1948
- version_build?: parameters["rowFilter.devices.version_build"];
1949
- custom_id?: parameters["rowFilter.devices.custom_id"];
1950
- is_prod?: parameters["rowFilter.devices.is_prod"];
1951
- is_emulator?: parameters["rowFilter.devices.is_emulator"];
1952
- /** Filtering Columns */
1953
- select?: parameters["select"];
1954
- /** Ordering */
1955
- order?: parameters["order"];
1956
- /** Limiting and Pagination */
1957
- offset?: parameters["offset"];
1958
- /** Limiting and Pagination */
1959
- limit?: parameters["limit"];
1960
- };
1961
- header: {
1962
- /** Limiting and Pagination */
1963
- Range?: parameters["range"];
1964
- /** Limiting and Pagination */
1965
- "Range-Unit"?: parameters["rangeUnit"];
1966
- /** Preference */
1967
- Prefer?: parameters["preferCount"];
1968
- };
1969
- };
1970
- responses: {
1971
- /** OK */
1972
- 200: {
1973
- schema: definitions["devices"][];
1974
- };
1975
- /** Partial Content */
1976
- 206: unknown;
1977
- };
1978
- };
1979
- post: {
1980
- parameters: {
1981
- body: {
1982
- /** devices */
1983
- devices?: definitions["devices"];
1984
- };
1985
- query: {
1986
- /** Filtering Columns */
1987
- select?: parameters["select"];
1988
- };
1989
- header: {
1990
- /** Preference */
1991
- Prefer?: parameters["preferReturn"];
1992
- };
1993
- };
1994
- responses: {
1995
- /** Created */
1996
- 201: unknown;
1997
- };
1998
- };
1999
- delete: {
2000
- parameters: {
2001
- query: {
2002
- created_at?: parameters["rowFilter.devices.created_at"];
2003
- updated_at?: parameters["rowFilter.devices.updated_at"];
2004
- device_id?: parameters["rowFilter.devices.device_id"];
2005
- version?: parameters["rowFilter.devices.version"];
2006
- app_id?: parameters["rowFilter.devices.app_id"];
2007
- platform?: parameters["rowFilter.devices.platform"];
2008
- plugin_version?: parameters["rowFilter.devices.plugin_version"];
2009
- os_version?: parameters["rowFilter.devices.os_version"];
2010
- date_id?: parameters["rowFilter.devices.date_id"];
2011
- version_build?: parameters["rowFilter.devices.version_build"];
2012
- custom_id?: parameters["rowFilter.devices.custom_id"];
2013
- is_prod?: parameters["rowFilter.devices.is_prod"];
2014
- is_emulator?: parameters["rowFilter.devices.is_emulator"];
2015
- };
2016
- header: {
2017
- /** Preference */
2018
- Prefer?: parameters["preferReturn"];
2019
- };
2020
- };
2021
- responses: {
2022
- /** No Content */
2023
- 204: never;
2024
- };
2025
- };
2026
- patch: {
2027
- parameters: {
2028
- query: {
2029
- created_at?: parameters["rowFilter.devices.created_at"];
2030
- updated_at?: parameters["rowFilter.devices.updated_at"];
2031
- device_id?: parameters["rowFilter.devices.device_id"];
2032
- version?: parameters["rowFilter.devices.version"];
2033
- app_id?: parameters["rowFilter.devices.app_id"];
2034
- platform?: parameters["rowFilter.devices.platform"];
2035
- plugin_version?: parameters["rowFilter.devices.plugin_version"];
2036
- os_version?: parameters["rowFilter.devices.os_version"];
2037
- date_id?: parameters["rowFilter.devices.date_id"];
2038
- version_build?: parameters["rowFilter.devices.version_build"];
2039
- custom_id?: parameters["rowFilter.devices.custom_id"];
2040
- is_prod?: parameters["rowFilter.devices.is_prod"];
2041
- is_emulator?: parameters["rowFilter.devices.is_emulator"];
2042
- };
2043
- body: {
2044
- /** devices */
2045
- devices?: definitions["devices"];
2046
- };
2047
- header: {
2048
- /** Preference */
2049
- Prefer?: parameters["preferReturn"];
2050
- };
2051
- };
2052
- responses: {
2053
- /** No Content */
2054
- 204: never;
2055
- };
2056
- };
2057
- };
2058
- "/app_versions_meta": {
2059
- get: {
2060
- parameters: {
2061
- query: {
2062
- created_at?: parameters["rowFilter.app_versions_meta.created_at"];
2063
- app_id?: parameters["rowFilter.app_versions_meta.app_id"];
2064
- user_id?: parameters["rowFilter.app_versions_meta.user_id"];
2065
- updated_at?: parameters["rowFilter.app_versions_meta.updated_at"];
2066
- checksum?: parameters["rowFilter.app_versions_meta.checksum"];
2067
- size?: parameters["rowFilter.app_versions_meta.size"];
2068
- id?: parameters["rowFilter.app_versions_meta.id"];
2069
- devices?: parameters["rowFilter.app_versions_meta.devices"];
2070
- /** Filtering Columns */
2071
- select?: parameters["select"];
2072
- /** Ordering */
2073
- order?: parameters["order"];
2074
- /** Limiting and Pagination */
2075
- offset?: parameters["offset"];
2076
- /** Limiting and Pagination */
2077
- limit?: parameters["limit"];
2078
- };
2079
- header: {
2080
- /** Limiting and Pagination */
2081
- Range?: parameters["range"];
2082
- /** Limiting and Pagination */
2083
- "Range-Unit"?: parameters["rangeUnit"];
2084
- /** Preference */
2085
- Prefer?: parameters["preferCount"];
2086
- };
2087
- };
2088
- responses: {
2089
- /** OK */
2090
- 200: {
2091
- schema: definitions["app_versions_meta"][];
2092
- };
2093
- /** Partial Content */
2094
- 206: unknown;
2095
- };
2096
- };
2097
- post: {
2098
- parameters: {
2099
- body: {
2100
- /** app_versions_meta */
2101
- app_versions_meta?: definitions["app_versions_meta"];
2102
- };
2103
- query: {
2104
- /** Filtering Columns */
2105
- select?: parameters["select"];
2106
- };
2107
- header: {
2108
- /** Preference */
2109
- Prefer?: parameters["preferReturn"];
2110
- };
2111
- };
2112
- responses: {
2113
- /** Created */
2114
- 201: unknown;
2115
- };
2116
- };
2117
- delete: {
2118
- parameters: {
2119
- query: {
2120
- created_at?: parameters["rowFilter.app_versions_meta.created_at"];
2121
- app_id?: parameters["rowFilter.app_versions_meta.app_id"];
2122
- user_id?: parameters["rowFilter.app_versions_meta.user_id"];
2123
- updated_at?: parameters["rowFilter.app_versions_meta.updated_at"];
2124
- checksum?: parameters["rowFilter.app_versions_meta.checksum"];
2125
- size?: parameters["rowFilter.app_versions_meta.size"];
2126
- id?: parameters["rowFilter.app_versions_meta.id"];
2127
- devices?: parameters["rowFilter.app_versions_meta.devices"];
2128
- };
2129
- header: {
2130
- /** Preference */
2131
- Prefer?: parameters["preferReturn"];
2132
- };
2133
- };
2134
- responses: {
2135
- /** No Content */
2136
- 204: never;
2137
- };
2138
- };
2139
- patch: {
2140
- parameters: {
2141
- query: {
2142
- created_at?: parameters["rowFilter.app_versions_meta.created_at"];
2143
- app_id?: parameters["rowFilter.app_versions_meta.app_id"];
2144
- user_id?: parameters["rowFilter.app_versions_meta.user_id"];
2145
- updated_at?: parameters["rowFilter.app_versions_meta.updated_at"];
2146
- checksum?: parameters["rowFilter.app_versions_meta.checksum"];
2147
- size?: parameters["rowFilter.app_versions_meta.size"];
2148
- id?: parameters["rowFilter.app_versions_meta.id"];
2149
- devices?: parameters["rowFilter.app_versions_meta.devices"];
2150
- };
2151
- body: {
2152
- /** app_versions_meta */
2153
- app_versions_meta?: definitions["app_versions_meta"];
2154
- };
2155
- header: {
2156
- /** Preference */
2157
- Prefer?: parameters["preferReturn"];
2158
- };
2159
- };
2160
- responses: {
2161
- /** No Content */
2162
- 204: never;
2163
- };
2164
- };
2165
- };
2166
- "/app_stats_onprem": {
2167
- get: {
2168
- parameters: {
2169
- query: {
2170
- app_id?: parameters["rowFilter.app_stats_onprem.app_id"];
2171
- created_at?: parameters["rowFilter.app_stats_onprem.created_at"];
2172
- updated_at?: parameters["rowFilter.app_stats_onprem.updated_at"];
2173
- mlu?: parameters["rowFilter.app_stats_onprem.mlu"];
2174
- versions?: parameters["rowFilter.app_stats_onprem.versions"];
2175
- mlu_real?: parameters["rowFilter.app_stats_onprem.mlu_real"];
2176
- date_id?: parameters["rowFilter.app_stats_onprem.date_id"];
2177
- devices?: parameters["rowFilter.app_stats_onprem.devices"];
2178
- /** Filtering Columns */
2179
- select?: parameters["select"];
2180
- /** Ordering */
2181
- order?: parameters["order"];
2182
- /** Limiting and Pagination */
2183
- offset?: parameters["offset"];
2184
- /** Limiting and Pagination */
2185
- limit?: parameters["limit"];
2186
- };
2187
- header: {
2188
- /** Limiting and Pagination */
2189
- Range?: parameters["range"];
2190
- /** Limiting and Pagination */
2191
- "Range-Unit"?: parameters["rangeUnit"];
2192
- /** Preference */
2193
- Prefer?: parameters["preferCount"];
2194
- };
2195
- };
2196
- responses: {
2197
- /** OK */
2198
- 200: {
2199
- schema: definitions["app_stats_onprem"][];
2200
- };
2201
- /** Partial Content */
2202
- 206: unknown;
2203
- };
2204
- };
2205
- post: {
2206
- parameters: {
2207
- body: {
2208
- /** app_stats_onprem */
2209
- app_stats_onprem?: definitions["app_stats_onprem"];
2210
- };
2211
- query: {
2212
- /** Filtering Columns */
2213
- select?: parameters["select"];
2214
- };
2215
- header: {
2216
- /** Preference */
2217
- Prefer?: parameters["preferReturn"];
2218
- };
2219
- };
2220
- responses: {
2221
- /** Created */
2222
- 201: unknown;
2223
- };
2224
- };
2225
- delete: {
2226
- parameters: {
2227
- query: {
2228
- app_id?: parameters["rowFilter.app_stats_onprem.app_id"];
2229
- created_at?: parameters["rowFilter.app_stats_onprem.created_at"];
2230
- updated_at?: parameters["rowFilter.app_stats_onprem.updated_at"];
2231
- mlu?: parameters["rowFilter.app_stats_onprem.mlu"];
2232
- versions?: parameters["rowFilter.app_stats_onprem.versions"];
2233
- mlu_real?: parameters["rowFilter.app_stats_onprem.mlu_real"];
2234
- date_id?: parameters["rowFilter.app_stats_onprem.date_id"];
2235
- devices?: parameters["rowFilter.app_stats_onprem.devices"];
2236
- };
2237
- header: {
2238
- /** Preference */
2239
- Prefer?: parameters["preferReturn"];
2240
- };
2241
- };
2242
- responses: {
2243
- /** No Content */
2244
- 204: never;
2245
- };
2246
- };
2247
- patch: {
2248
- parameters: {
2249
- query: {
2250
- app_id?: parameters["rowFilter.app_stats_onprem.app_id"];
2251
- created_at?: parameters["rowFilter.app_stats_onprem.created_at"];
2252
- updated_at?: parameters["rowFilter.app_stats_onprem.updated_at"];
2253
- mlu?: parameters["rowFilter.app_stats_onprem.mlu"];
2254
- versions?: parameters["rowFilter.app_stats_onprem.versions"];
2255
- mlu_real?: parameters["rowFilter.app_stats_onprem.mlu_real"];
2256
- date_id?: parameters["rowFilter.app_stats_onprem.date_id"];
2257
- devices?: parameters["rowFilter.app_stats_onprem.devices"];
2258
- };
2259
- body: {
2260
- /** app_stats_onprem */
2261
- app_stats_onprem?: definitions["app_stats_onprem"];
2262
- };
2263
- header: {
2264
- /** Preference */
2265
- Prefer?: parameters["preferReturn"];
2266
- };
2267
- };
2268
- responses: {
2269
- /** No Content */
2270
- 204: never;
2271
- };
2272
- };
2273
- };
2274
- "/app_versions": {
2275
- get: {
2276
- parameters: {
2277
- query: {
2278
- id?: parameters["rowFilter.app_versions.id"];
2279
- created_at?: parameters["rowFilter.app_versions.created_at"];
2280
- app_id?: parameters["rowFilter.app_versions.app_id"];
2281
- name?: parameters["rowFilter.app_versions.name"];
2282
- bucket_id?: parameters["rowFilter.app_versions.bucket_id"];
2283
- user_id?: parameters["rowFilter.app_versions.user_id"];
2284
- updated_at?: parameters["rowFilter.app_versions.updated_at"];
2285
- deleted?: parameters["rowFilter.app_versions.deleted"];
2286
- external_url?: parameters["rowFilter.app_versions.external_url"];
2287
- checksum?: parameters["rowFilter.app_versions.checksum"];
2288
- session_key?: parameters["rowFilter.app_versions.session_key"];
2289
- /** Filtering Columns */
2290
- select?: parameters["select"];
2291
- /** Ordering */
2292
- order?: parameters["order"];
2293
- /** Limiting and Pagination */
2294
- offset?: parameters["offset"];
2295
- /** Limiting and Pagination */
2296
- limit?: parameters["limit"];
2297
- };
2298
- header: {
2299
- /** Limiting and Pagination */
2300
- Range?: parameters["range"];
2301
- /** Limiting and Pagination */
2302
- "Range-Unit"?: parameters["rangeUnit"];
2303
- /** Preference */
2304
- Prefer?: parameters["preferCount"];
2305
- };
2306
- };
2307
- responses: {
2308
- /** OK */
2309
- 200: {
2310
- schema: definitions["app_versions"][];
2311
- };
2312
- /** Partial Content */
2313
- 206: unknown;
2314
- };
2315
- };
2316
- post: {
2317
- parameters: {
2318
- body: {
2319
- /** app_versions */
2320
- app_versions?: definitions["app_versions"];
2321
- };
2322
- query: {
2323
- /** Filtering Columns */
2324
- select?: parameters["select"];
2325
- };
2326
- header: {
2327
- /** Preference */
2328
- Prefer?: parameters["preferReturn"];
2329
- };
2330
- };
2331
- responses: {
2332
- /** Created */
2333
- 201: unknown;
2334
- };
2335
- };
2336
- delete: {
2337
- parameters: {
2338
- query: {
2339
- id?: parameters["rowFilter.app_versions.id"];
2340
- created_at?: parameters["rowFilter.app_versions.created_at"];
2341
- app_id?: parameters["rowFilter.app_versions.app_id"];
2342
- name?: parameters["rowFilter.app_versions.name"];
2343
- bucket_id?: parameters["rowFilter.app_versions.bucket_id"];
2344
- user_id?: parameters["rowFilter.app_versions.user_id"];
2345
- updated_at?: parameters["rowFilter.app_versions.updated_at"];
2346
- deleted?: parameters["rowFilter.app_versions.deleted"];
2347
- external_url?: parameters["rowFilter.app_versions.external_url"];
2348
- checksum?: parameters["rowFilter.app_versions.checksum"];
2349
- session_key?: parameters["rowFilter.app_versions.session_key"];
2350
- };
2351
- header: {
2352
- /** Preference */
2353
- Prefer?: parameters["preferReturn"];
2354
- };
2355
- };
2356
- responses: {
2357
- /** No Content */
2358
- 204: never;
2359
- };
2360
- };
2361
- patch: {
2362
- parameters: {
2363
- query: {
2364
- id?: parameters["rowFilter.app_versions.id"];
2365
- created_at?: parameters["rowFilter.app_versions.created_at"];
2366
- app_id?: parameters["rowFilter.app_versions.app_id"];
2367
- name?: parameters["rowFilter.app_versions.name"];
2368
- bucket_id?: parameters["rowFilter.app_versions.bucket_id"];
2369
- user_id?: parameters["rowFilter.app_versions.user_id"];
2370
- updated_at?: parameters["rowFilter.app_versions.updated_at"];
2371
- deleted?: parameters["rowFilter.app_versions.deleted"];
2372
- external_url?: parameters["rowFilter.app_versions.external_url"];
2373
- checksum?: parameters["rowFilter.app_versions.checksum"];
2374
- session_key?: parameters["rowFilter.app_versions.session_key"];
2375
- };
2376
- body: {
2377
- /** app_versions */
2378
- app_versions?: definitions["app_versions"];
2379
- };
2380
- header: {
2381
- /** Preference */
2382
- Prefer?: parameters["preferReturn"];
2383
- };
2384
- };
2385
- responses: {
2386
- /** No Content */
2387
- 204: never;
2388
- };
2389
- };
2390
- };
2391
- "/rpc/increment_stats": {
2392
- post: {
2393
- parameters: {
2394
- body: {
2395
- args: {
2396
- /** Format: character varying */
2397
- app_id: string;
2398
- /** Format: integer */
2399
- bandwidth: number;
2400
- /** Format: integer */
2401
- channels: number;
2402
- /** Format: character varying */
2403
- date_id: string;
2404
- /** Format: integer */
2405
- devices: number;
2406
- /** Format: integer */
2407
- mlu: number;
2408
- /** Format: integer */
2409
- mlu_real: number;
2410
- /** Format: integer */
2411
- shared: number;
2412
- /** Format: integer */
2413
- version_size: number;
2414
- /** Format: integer */
2415
- versions: number;
2416
- };
2417
- };
2418
- header: {
2419
- /** Preference */
2420
- Prefer?: parameters["preferParams"];
2421
- };
2422
- };
2423
- responses: {
2424
- /** OK */
2425
- 200: unknown;
2426
- };
2427
- };
2428
- };
2429
- "/rpc/is_app_owner": {
2430
- post: {
2431
- parameters: {
2432
- body: {
2433
- args: {
2434
- /** Format: character varying */
2435
- appid: string;
2436
- /** Format: uuid */
2437
- userid: string;
2438
- };
2439
- };
2440
- header: {
2441
- /** Preference */
2442
- Prefer?: parameters["preferParams"];
2443
- };
2444
- };
2445
- responses: {
2446
- /** OK */
2447
- 200: unknown;
2448
- };
2449
- };
2450
- };
2451
- "/rpc/is_in_channel": {
2452
- post: {
2453
- parameters: {
2454
- body: {
2455
- args: {
2456
- /** Format: uuid */
2457
- ownerid: string;
2458
- /** Format: uuid */
2459
- userid: string;
2460
- };
2461
- };
2462
- header: {
2463
- /** Preference */
2464
- Prefer?: parameters["preferParams"];
2465
- };
2466
- };
2467
- responses: {
2468
- /** OK */
2469
- 200: unknown;
2470
- };
2471
- };
2472
- };
2473
- "/rpc/is_not_deleted": {
2474
- post: {
2475
- parameters: {
2476
- body: {
2477
- args: {
2478
- /** Format: character varying */
2479
- email_check: string;
2480
- };
2481
- };
2482
- header: {
2483
- /** Preference */
2484
- Prefer?: parameters["preferParams"];
2485
- };
2486
- };
2487
- responses: {
2488
- /** OK */
2489
- 200: unknown;
2490
- };
2491
- };
2492
- };
2493
- "/rpc/get_max_channel": {
2494
- post: {
2495
- parameters: {
2496
- body: {
2497
- args: {
2498
- /** Format: uuid */
2499
- userid: string;
2500
- };
2501
- };
2502
- header: {
2503
- /** Preference */
2504
- Prefer?: parameters["preferParams"];
2505
- };
2506
- };
2507
- responses: {
2508
- /** OK */
2509
- 200: unknown;
2510
- };
2511
- };
2512
- };
2513
- "/rpc/get_stats": {
2514
- post: {
2515
- parameters: {
2516
- body: {
2517
- args: {
2518
- /** Format: character varying */
2519
- dateid: string;
2520
- /** Format: uuid */
2521
- userid: string;
2522
- };
2523
- };
2524
- header: {
2525
- /** Preference */
2526
- Prefer?: parameters["preferParams"];
2527
- };
2528
- };
2529
- responses: {
2530
- /** OK */
2531
- 200: unknown;
2532
- };
2533
- };
2534
- };
2535
- "/rpc/get_current_plan_name": {
2536
- post: {
2537
- parameters: {
2538
- body: {
2539
- args: {
2540
- /** Format: uuid */
2541
- userid: string;
2542
- };
2543
- };
2544
- header: {
2545
- /** Preference */
2546
- Prefer?: parameters["preferParams"];
2547
- };
2548
- };
2549
- responses: {
2550
- /** OK */
2551
- 200: unknown;
2552
- };
2553
- };
2554
- };
2555
- "/rpc/is_canceled": {
2556
- post: {
2557
- parameters: {
2558
- body: {
2559
- args: {
2560
- /** Format: uuid */
2561
- userid: string;
2562
- };
2563
- };
2564
- header: {
2565
- /** Preference */
2566
- Prefer?: parameters["preferParams"];
2567
- };
2568
- };
2569
- responses: {
2570
- /** OK */
2571
- 200: unknown;
2572
- };
2573
- };
2574
- };
2575
- "/rpc/get_dl_by_month_by_app": {
2576
- post: {
2577
- parameters: {
2578
- body: {
2579
- args: {
2580
- /** Format: character varying */
2581
- appid: string;
2582
- /** Format: integer */
2583
- pastmonth: number;
2584
- /** Format: uuid */
2585
- userid: string;
2586
- };
2587
- };
2588
- header: {
2589
- /** Preference */
2590
- Prefer?: parameters["preferParams"];
2591
- };
2592
- };
2593
- responses: {
2594
- /** OK */
2595
- 200: unknown;
2596
- };
2597
- };
2598
- };
2599
- "/rpc/find_best_plan": {
2600
- post: {
2601
- parameters: {
2602
- body: {
2603
- args: {
2604
- /** Format: bigint */
2605
- apps_n: number;
2606
- /** Format: bigint */
2607
- channels_n: number;
2608
- /** Format: bigint */
2609
- shared_n: number;
2610
- /** Format: bigint */
2611
- updates_n: number;
2612
- /** Format: bigint */
2613
- versions_n: number;
2614
- };
2615
- };
2616
- header: {
2617
- /** Preference */
2618
- Prefer?: parameters["preferParams"];
2619
- };
2620
- };
2621
- responses: {
2622
- /** OK */
2623
- 200: unknown;
2624
- };
2625
- };
2626
- };
2627
- "/rpc/exist_channel": {
2628
- post: {
2629
- parameters: {
2630
- body: {
2631
- args: {
2632
- /** Format: text */
2633
- apikey: string;
2634
- /** Format: character varying */
2635
- appid: string;
2636
- /** Format: character varying */
2637
- name_channel: string;
2638
- };
2639
- };
2640
- header: {
2641
- /** Preference */
2642
- Prefer?: parameters["preferParams"];
2643
- };
2644
- };
2645
- responses: {
2646
- /** OK */
2647
- 200: unknown;
2648
- };
2649
- };
2650
- };
2651
- "/rpc/get_total_stats": {
2652
- post: {
2653
- parameters: {
2654
- body: {
2655
- args: {
2656
- /** Format: character varying */
2657
- dateid: string;
2658
- /** Format: uuid */
2659
- userid: string;
2660
- };
2661
- };
2662
- header: {
2663
- /** Preference */
2664
- Prefer?: parameters["preferParams"];
2665
- };
2666
- };
2667
- responses: {
2668
- /** OK */
2669
- 200: unknown;
2670
- };
2671
- };
2672
- };
2673
- "/rpc/increment_version_stats": {
2674
- post: {
2675
- parameters: {
2676
- body: {
2677
- args: {
2678
- /** Format: character varying */
2679
- app_id: string;
2680
- /** Format: integer */
2681
- devices: number;
2682
- /** Format: bigint */
2683
- version_id: number;
2684
- };
2685
- };
2686
- header: {
2687
- /** Preference */
2688
- Prefer?: parameters["preferParams"];
2689
- };
2690
- };
2691
- responses: {
2692
- /** OK */
2693
- 200: unknown;
2694
- };
2695
- };
2696
- };
2697
- "/rpc/get_current_plan_max": {
2698
- post: {
2699
- parameters: {
2700
- body: {
2701
- args: {
2702
- /** Format: uuid */
2703
- userid: string;
2704
- };
2705
- };
2706
- header: {
2707
- /** Preference */
2708
- Prefer?: parameters["preferParams"];
2709
- };
2710
- };
2711
- responses: {
2712
- /** OK */
2713
- 200: unknown;
2714
- };
2715
- };
2716
- };
2717
- "/rpc/find_fit_plan": {
2718
- post: {
2719
- parameters: {
2720
- body: {
2721
- args: {
2722
- /** Format: bigint */
2723
- apps_n: number;
2724
- /** Format: bigint */
2725
- channels_n: number;
2726
- /** Format: bigint */
2727
- shared_n: number;
2728
- /** Format: bigint */
2729
- updates_n: number;
2730
- /** Format: bigint */
2731
- versions_n: number;
2732
- };
2733
- };
2734
- header: {
2735
- /** Preference */
2736
- Prefer?: parameters["preferParams"];
2737
- };
2738
- };
2739
- responses: {
2740
- /** OK */
2741
- 200: unknown;
2742
- };
2743
- };
2744
- };
2745
- "/rpc/exist_app_versions": {
2746
- post: {
2747
- parameters: {
2748
- body: {
2749
- args: {
2750
- /** Format: text */
2751
- apikey: string;
2752
- /** Format: character varying */
2753
- appid: string;
2754
- /** Format: character varying */
2755
- name_version: string;
2756
- };
2757
- };
2758
- header: {
2759
- /** Preference */
2760
- Prefer?: parameters["preferParams"];
2761
- };
2762
- };
2763
- responses: {
2764
- /** OK */
2765
- 200: unknown;
2766
- };
2767
- };
2768
- };
2769
- "/rpc/is_good_plan_v2": {
2770
- post: {
2771
- parameters: {
2772
- body: {
2773
- args: {
2774
- /** Format: uuid */
2775
- userid: string;
2776
- };
2777
- };
2778
- header: {
2779
- /** Preference */
2780
- Prefer?: parameters["preferParams"];
2781
- };
2782
- };
2783
- responses: {
2784
- /** OK */
2785
- 200: unknown;
2786
- };
2787
- };
2788
- };
2789
- "/rpc/get_user_id": {
2790
- post: {
2791
- parameters: {
2792
- body: {
2793
- args: {
2794
- /** Format: text */
2795
- apikey: string;
2796
- };
2797
- };
2798
- header: {
2799
- /** Preference */
2800
- Prefer?: parameters["preferParams"];
2801
- };
2802
- };
2803
- responses: {
2804
- /** OK */
2805
- 200: unknown;
2806
- };
2807
- };
2808
- };
2809
- "/rpc/is_trial": {
2810
- post: {
2811
- parameters: {
2812
- body: {
2813
- args: {
2814
- /** Format: uuid */
2815
- userid: string;
2816
- };
2817
- };
2818
- header: {
2819
- /** Preference */
2820
- Prefer?: parameters["preferParams"];
2821
- };
2822
- };
2823
- responses: {
2824
- /** OK */
2825
- 200: unknown;
2826
- };
2827
- };
2828
- };
2829
- "/rpc/is_admin": {
2830
- post: {
2831
- parameters: {
2832
- body: {
2833
- args: {
2834
- /** Format: uuid */
2835
- userid: string;
2836
- };
2837
- };
2838
- header: {
2839
- /** Preference */
2840
- Prefer?: parameters["preferParams"];
2841
- };
2842
- };
2843
- responses: {
2844
- /** OK */
2845
- 200: unknown;
2846
- };
2847
- };
2848
- };
2849
- "/rpc/exist_app": {
2850
- post: {
2851
- parameters: {
2852
- body: {
2853
- args: {
2854
- /** Format: text */
2855
- apikey: string;
2856
- /** Format: character varying */
2857
- appid: string;
2858
- };
2859
- };
2860
- header: {
2861
- /** Preference */
2862
- Prefer?: parameters["preferParams"];
2863
- };
2864
- };
2865
- responses: {
2866
- /** OK */
2867
- 200: unknown;
2868
- };
2869
- };
2870
- };
2871
- "/rpc/is_paying": {
2872
- post: {
2873
- parameters: {
2874
- body: {
2875
- args: {
2876
- /** Format: uuid */
2877
- userid: string;
2878
- };
2879
- };
2880
- header: {
2881
- /** Preference */
2882
- Prefer?: parameters["preferParams"];
2883
- };
2884
- };
2885
- responses: {
2886
- /** OK */
2887
- 200: unknown;
2888
- };
2889
- };
2890
- };
2891
- "/rpc/find_best_plan_v2": {
2892
- post: {
2893
- parameters: {
2894
- body: {
2895
- args: {
2896
- /** Format: bigint */
2897
- bandwidth: number;
2898
- /** Format: bigint */
2899
- mau: number;
2900
- /** Format: bigint */
2901
- storage: number;
2902
- };
2903
- };
2904
- header: {
2905
- /** Preference */
2906
- Prefer?: parameters["preferParams"];
2907
- };
2908
- };
2909
- responses: {
2910
- /** OK */
2911
- 200: unknown;
2912
- };
2913
- };
2914
- };
2915
- "/rpc/is_app_shared": {
2916
- post: {
2917
- parameters: {
2918
- body: {
2919
- args: {
2920
- /** Format: character varying */
2921
- appid: string;
2922
- /** Format: uuid */
2923
- userid: string;
2924
- };
2925
- };
2926
- header: {
2927
- /** Preference */
2928
- Prefer?: parameters["preferParams"];
2929
- };
2930
- };
2931
- responses: {
2932
- /** OK */
2933
- 200: unknown;
2934
- };
2935
- };
2936
- };
2937
- "/rpc/get_max_shared": {
2938
- post: {
2939
- parameters: {
2940
- body: {
2941
- args: {
2942
- /** Format: uuid */
2943
- userid: string;
2944
- };
2945
- };
2946
- header: {
2947
- /** Preference */
2948
- Prefer?: parameters["preferParams"];
2949
- };
2950
- };
2951
- responses: {
2952
- /** OK */
2953
- 200: unknown;
2954
- };
2955
- };
2956
- };
2957
- "/rpc/get_max_version": {
2958
- post: {
2959
- parameters: {
2960
- body: {
2961
- args: {
2962
- /** Format: uuid */
2963
- userid: string;
2964
- };
2965
- };
2966
- header: {
2967
- /** Preference */
2968
- Prefer?: parameters["preferParams"];
2969
- };
2970
- };
2971
- responses: {
2972
- /** OK */
2973
- 200: unknown;
2974
- };
2975
- };
2976
- };
2977
- "/rpc/find_fit_plan_v2": {
2978
- post: {
2979
- parameters: {
2980
- body: {
2981
- args: {
2982
- /** Format: bigint */
2983
- bandwidth: number;
2984
- /** Format: bigint */
2985
- mau: number;
2986
- /** Format: bigint */
2987
- storage: number;
2988
- };
2989
- };
2990
- header: {
2991
- /** Preference */
2992
- Prefer?: parameters["preferParams"];
2993
- };
2994
- };
2995
- responses: {
2996
- /** OK */
2997
- 200: unknown;
2998
- };
2999
- };
3000
- };
3001
- "/rpc/is_version_shared": {
3002
- post: {
3003
- parameters: {
3004
- body: {
3005
- args: {
3006
- /** Format: uuid */
3007
- userid: string;
3008
- /** Format: bigint */
3009
- versionid: number;
3010
- };
3011
- };
3012
- header: {
3013
- /** Preference */
3014
- Prefer?: parameters["preferParams"];
3015
- };
3016
- };
3017
- responses: {
3018
- /** OK */
3019
- 200: unknown;
3020
- };
3021
- };
3022
- };
3023
- "/rpc/get_max_plan": {
3024
- post: {
3025
- parameters: {
3026
- body: {
3027
- args: {
3028
- /** Format: uuid */
3029
- userid: string;
3030
- };
3031
- };
3032
- header: {
3033
- /** Preference */
3034
- Prefer?: parameters["preferParams"];
3035
- };
3036
- };
3037
- responses: {
3038
- /** OK */
3039
- 200: unknown;
3040
- };
3041
- };
3042
- };
3043
- "/rpc/get_max_stats": {
3044
- post: {
3045
- parameters: {
3046
- body: {
3047
- args: {
3048
- /** Format: character varying */
3049
- dateid: string;
3050
- /** Format: uuid */
3051
- userid: string;
3052
- };
3053
- };
3054
- header: {
3055
- /** Preference */
3056
- Prefer?: parameters["preferParams"];
3057
- };
3058
- };
3059
- responses: {
3060
- /** OK */
3061
- 200: unknown;
3062
- };
3063
- };
3064
- };
3065
- "/rpc/count_all_apps": {
3066
- post: {
3067
- parameters: {
3068
- body: {
3069
- args: { [key: string]: unknown };
3070
- };
3071
- header: {
3072
- /** Preference */
3073
- Prefer?: parameters["preferParams"];
3074
- };
3075
- };
3076
- responses: {
3077
- /** OK */
3078
- 200: unknown;
3079
- };
3080
- };
3081
- };
3082
- "/rpc/exist_user": {
3083
- post: {
3084
- parameters: {
3085
- body: {
3086
- args: {
3087
- /** Format: character varying */
3088
- e_mail: string;
3089
- };
3090
- };
3091
- header: {
3092
- /** Preference */
3093
- Prefer?: parameters["preferParams"];
3094
- };
3095
- };
3096
- responses: {
3097
- /** OK */
3098
- 200: unknown;
3099
- };
3100
- };
3101
- };
3102
- "/rpc/is_allowed_capgkey": {
3103
- post: {
3104
- parameters: {
3105
- body: {
3106
- args: {
3107
- /** Format: text */
3108
- apikey: string;
3109
- /** Format: character varying */
3110
- app_id: string;
3111
- /** Format: public.key_mode[] */
3112
- keymode: string;
3113
- };
3114
- };
3115
- header: {
3116
- /** Preference */
3117
- Prefer?: parameters["preferParams"];
3118
- };
3119
- };
3120
- responses: {
3121
- /** OK */
3122
- 200: unknown;
3123
- };
3124
- };
3125
- };
3126
- "/rpc/is_good_plan": {
3127
- post: {
3128
- parameters: {
3129
- body: {
3130
- args: {
3131
- /** Format: uuid */
3132
- userid: string;
3133
- };
3134
- };
3135
- header: {
3136
- /** Preference */
3137
- Prefer?: parameters["preferParams"];
3138
- };
3139
- };
3140
- responses: {
3141
- /** OK */
3142
- 200: unknown;
3143
- };
3144
- };
3145
- };
3146
- "/rpc/count_all_updates": {
3147
- post: {
3148
- parameters: {
3149
- body: {
3150
- args: { [key: string]: unknown };
3151
- };
3152
- header: {
3153
- /** Preference */
3154
- Prefer?: parameters["preferParams"];
3155
- };
3156
- };
3157
- responses: {
3158
- /** OK */
3159
- 200: unknown;
3160
- };
3161
- };
3162
- };
3163
- "/rpc/is_allowed_action": {
3164
- post: {
3165
- parameters: {
3166
- body: {
3167
- args: {
3168
- /** Format: text */
3169
- apikey: string;
3170
- };
3171
- };
3172
- header: {
3173
- /** Preference */
3174
- Prefer?: parameters["preferParams"];
3175
- };
3176
- };
3177
- responses: {
3178
- /** OK */
3179
- 200: unknown;
3180
- };
3181
- };
3182
- };
3183
- "/rpc/get_dl_by_month": {
3184
- post: {
3185
- parameters: {
3186
- body: {
3187
- args: {
3188
- /** Format: integer */
3189
- pastmonth: number;
3190
- /** Format: uuid */
3191
- userid: string;
3192
- };
3193
- };
3194
- header: {
3195
- /** Preference */
3196
- Prefer?: parameters["preferParams"];
3197
- };
3198
- };
3199
- responses: {
3200
- /** OK */
3201
- 200: unknown;
3202
- };
3203
- };
3204
- };
3205
- }
3206
-
3207
- export interface definitions {
3208
- channels: {
3209
- /**
3210
- * Format: bigint
3211
- * @description Note:
3212
- * This is a Primary Key.<pk/>
3213
- */
3214
- id: number;
3215
- /**
3216
- * Format: timestamp with time zone
3217
- * @default now()
3218
- */
3219
- created_at: string;
3220
- /** Format: character varying */
3221
- name: string;
3222
- /**
3223
- * Format: character varying
3224
- * @description Note:
3225
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
3226
- */
3227
- app_id: string;
3228
- /**
3229
- * Format: bigint
3230
- * @description Note:
3231
- * This is a Foreign Key to `app_versions.id`.<fk table='app_versions' column='id'/>
3232
- */
3233
- version: number;
3234
- /**
3235
- * Format: uuid
3236
- * @description Note:
3237
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3238
- */
3239
- created_by: string;
3240
- /**
3241
- * Format: timestamp with time zone
3242
- * @default now()
3243
- */
3244
- updated_at: string;
3245
- /**
3246
- * Format: boolean
3247
- * @default false
3248
- */
3249
- public: boolean;
3250
- /**
3251
- * Format: boolean
3252
- * @default true
3253
- */
3254
- disableAutoUpdateUnderNative: boolean;
3255
- /**
3256
- * Format: boolean
3257
- * @default true
3258
- */
3259
- disableAutoUpdateToMajor: boolean;
3260
- /**
3261
- * Format: boolean
3262
- * @default false
3263
- */
3264
- beta: boolean;
3265
- /**
3266
- * Format: boolean
3267
- * @default true
3268
- */
3269
- ios: boolean;
3270
- /**
3271
- * Format: boolean
3272
- * @default true
3273
- */
3274
- android: boolean;
3275
- /**
3276
- * Format: boolean
3277
- * @default false
3278
- */
3279
- allow_device_self_set: boolean;
3280
- /**
3281
- * Format: boolean
3282
- * @default true
3283
- */
3284
- allow_emulator: boolean;
3285
- /**
3286
- * Format: boolean
3287
- * @default true
3288
- */
3289
- allow_dev: boolean;
3290
- };
3291
- deleted_account: {
3292
- /**
3293
- * Format: timestamp with time zone
3294
- * @default now()
3295
- */
3296
- created_at?: string;
3297
- /** Format: character varying */
3298
- email: string;
3299
- /**
3300
- * Format: uuid
3301
- * @description Note:
3302
- * This is a Primary Key.<pk/>
3303
- * @default extensions.uuid_generate_v4()
3304
- */
3305
- id: string;
3306
- };
3307
- global_stats: {
3308
- /**
3309
- * Format: timestamp with time zone
3310
- * @default now()
3311
- */
3312
- created_at?: string;
3313
- /**
3314
- * Format: character varying
3315
- * @description Note:
3316
- * This is a Primary Key.<pk/>
3317
- */
3318
- date_id: string;
3319
- /** Format: bigint */
3320
- apps: number;
3321
- /** Format: bigint */
3322
- updates: number;
3323
- /** Format: bigint */
3324
- stars: number;
3325
- /** Format: bigint */
3326
- users?: number;
3327
- /** Format: bigint */
3328
- paying?: number;
3329
- /** Format: bigint */
3330
- trial?: number;
3331
- /** Format: bigint */
3332
- need_upgrade?: number;
3333
- /** Format: bigint */
3334
- not_paying?: number;
3335
- };
3336
- plans: {
3337
- /**
3338
- * Format: timestamp with time zone
3339
- * @default now()
3340
- */
3341
- created_at: string;
3342
- /**
3343
- * Format: timestamp with time zone
3344
- * @default now()
3345
- */
3346
- updated_at: string;
3347
- /**
3348
- * Format: character varying
3349
- * @description Note:
3350
- * This is a Primary Key.<pk/>
3351
- * @default
3352
- */
3353
- name: string;
3354
- /**
3355
- * Format: character varying
3356
- * @default
3357
- */
3358
- description: string;
3359
- /** Format: bigint */
3360
- price_m: number;
3361
- /** Format: bigint */
3362
- price_y: number;
3363
- /**
3364
- * Format: character varying
3365
- * @description Note:
3366
- * This is a Primary Key.<pk/>
3367
- * @default
3368
- */
3369
- stripe_id: string;
3370
- /** Format: bigint */
3371
- app: number;
3372
- /** Format: bigint */
3373
- channel: number;
3374
- /** Format: bigint */
3375
- update: number;
3376
- /** Format: bigint */
3377
- version: number;
3378
- /** Format: bigint */
3379
- shared: number;
3380
- /**
3381
- * Format: boolean
3382
- * @default false
3383
- */
3384
- abtest: boolean;
3385
- /**
3386
- * Format: boolean
3387
- * @default false
3388
- */
3389
- progressive_deploy: boolean;
3390
- /**
3391
- * Format: uuid
3392
- * @description Note:
3393
- * This is a Primary Key.<pk/>
3394
- * @default extensions.uuid_generate_v4()
3395
- */
3396
- id: string;
3397
- /** Format: character varying */
3398
- price_m_id: string;
3399
- /** Format: character varying */
3400
- price_y_id: string;
3401
- /** Format: double precision */
3402
- storage: number;
3403
- /** Format: double precision */
3404
- bandwidth: number;
3405
- /** Format: bigint */
3406
- mau: number;
3407
- /**
3408
- * Format: character varying
3409
- * @default
3410
- */
3411
- market_desc?: string;
3412
- /** Format: double precision */
3413
- storage_unit?: number;
3414
- /** Format: double precision */
3415
- bandwidth_unit?: number;
3416
- /** Format: double precision */
3417
- mau_unit?: number;
3418
- };
3419
- stripe_info: {
3420
- /**
3421
- * Format: timestamp with time zone
3422
- * @default now()
3423
- */
3424
- created_at: string;
3425
- /**
3426
- * Format: timestamp with time zone
3427
- * @default now()
3428
- */
3429
- updated_at: string;
3430
- /** Format: character varying */
3431
- subscription_id?: string;
3432
- /**
3433
- * Format: character varying
3434
- * @description Note:
3435
- * This is a Primary Key.<pk/>
3436
- */
3437
- customer_id: string;
3438
- /**
3439
- * Format: public.stripe_status
3440
- * @enum {string}
3441
- */
3442
- status?:
3443
- | "created"
3444
- | "succeeded"
3445
- | "updated"
3446
- | "failed"
3447
- | "deleted"
3448
- | "canceled";
3449
- /**
3450
- * Format: character varying
3451
- * @description Note:
3452
- * This is a Foreign Key to `plans.stripe_id`.<fk table='plans' column='stripe_id'/>
3453
- * @default free
3454
- */
3455
- product_id: string;
3456
- /**
3457
- * Format: timestamp with time zone
3458
- * @default now()
3459
- */
3460
- trial_at: string;
3461
- /** Format: character varying */
3462
- price_id?: string;
3463
- /**
3464
- * Format: boolean
3465
- * @default true
3466
- */
3467
- is_good_plan?: boolean;
3468
- };
3469
- devices_onprem: {
3470
- /**
3471
- * Format: timestamp with time zone
3472
- * @default now()
3473
- */
3474
- created_at?: string;
3475
- /**
3476
- * Format: timestamp with time zone
3477
- * @default now()
3478
- */
3479
- updated_at?: string;
3480
- /**
3481
- * Format: public.platform_os
3482
- * @enum {string}
3483
- */
3484
- platform?: "ios" | "android";
3485
- /**
3486
- * Format: text
3487
- * @default 2.3.3
3488
- */
3489
- plugin_version: string;
3490
- /** Format: character varying */
3491
- version?: string;
3492
- /** Format: character varying */
3493
- app_id?: string;
3494
- /** Format: character varying */
3495
- device_id?: string;
3496
- /** Format: character varying */
3497
- os_version?: string;
3498
- /**
3499
- * Format: uuid
3500
- * @description Note:
3501
- * This is a Primary Key.<pk/>
3502
- * @default extensions.uuid_generate_v4()
3503
- */
3504
- id: string;
3505
- /**
3506
- * Format: text
3507
- * @default builtin
3508
- */
3509
- version_build?: string;
3510
- /**
3511
- * Format: text
3512
- * @default
3513
- */
3514
- custom_id?: string;
3515
- /**
3516
- * Format: boolean
3517
- * @default true
3518
- */
3519
- is_prod?: boolean;
3520
- /**
3521
- * Format: boolean
3522
- * @default false
3523
- */
3524
- is_emulator?: boolean;
3525
- };
3526
- stats_onprem: {
3527
- /**
3528
- * Format: bigint
3529
- * @description Note:
3530
- * This is a Primary Key.<pk/>
3531
- */
3532
- id: number;
3533
- /**
3534
- * Format: timestamp with time zone
3535
- * @default now()
3536
- */
3537
- created_at?: string;
3538
- /**
3539
- * Format: public.platform_os
3540
- * @enum {string}
3541
- */
3542
- platform: "ios" | "android";
3543
- /** Format: text */
3544
- action: string;
3545
- /** Format: character varying */
3546
- device_id: string;
3547
- /** Format: text */
3548
- version_build: string;
3549
- /** Format: character varying */
3550
- app_id: string;
3551
- /**
3552
- * Format: timestamp with time zone
3553
- * @default now()
3554
- */
3555
- updated_at?: string;
3556
- /** Format: character varying */
3557
- version: string;
3558
- };
3559
- channel_devices: {
3560
- /**
3561
- * Format: timestamp with time zone
3562
- * @default now()
3563
- */
3564
- created_at?: string;
3565
- /**
3566
- * Format: bigint
3567
- * @description Note:
3568
- * This is a Foreign Key to `channels.id`.<fk table='channels' column='id'/>
3569
- */
3570
- channel_id: number;
3571
- /**
3572
- * Format: character varying
3573
- * @description Note:
3574
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
3575
- */
3576
- app_id: string;
3577
- /**
3578
- * Format: timestamp with time zone
3579
- * @default now()
3580
- */
3581
- updated_at: string;
3582
- /**
3583
- * Format: uuid
3584
- * @description Note:
3585
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3586
- */
3587
- created_by: string;
3588
- /**
3589
- * Format: text
3590
- * @description Note:
3591
- * This is a Primary Key.<pk/>
3592
- * This is a Foreign Key to `devices.device_id`.<fk table='devices' column='device_id'/>
3593
- */
3594
- device_id: string;
3595
- };
3596
- apps: {
3597
- /**
3598
- * Format: timestamp with time zone
3599
- * @default now()
3600
- */
3601
- created_at?: string;
3602
- /**
3603
- * Format: character varying
3604
- * @description Note:
3605
- * This is a Primary Key.<pk/>
3606
- */
3607
- app_id: string;
3608
- /** Format: character varying */
3609
- icon_url: string;
3610
- /**
3611
- * Format: uuid
3612
- * @description Note:
3613
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3614
- */
3615
- user_id: string;
3616
- /** Format: character varying */
3617
- name?: string;
3618
- /** Format: character varying */
3619
- last_version?: string;
3620
- /** Format: timestamp with time zone */
3621
- updated_at?: string;
3622
- /**
3623
- * Format: uuid
3624
- * @default extensions.uuid_generate_v4()
3625
- */
3626
- id?: string;
3627
- };
3628
- apikeys: {
3629
- /**
3630
- * Format: bigint
3631
- * @description Note:
3632
- * This is a Primary Key.<pk/>
3633
- */
3634
- id: number;
3635
- /**
3636
- * Format: timestamp with time zone
3637
- * @default now()
3638
- */
3639
- created_at?: string;
3640
- /**
3641
- * Format: uuid
3642
- * @description Note:
3643
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3644
- */
3645
- user_id: string;
3646
- /** Format: character varying */
3647
- key: string;
3648
- /**
3649
- * Format: public.key_mode
3650
- * @enum {string}
3651
- */
3652
- mode: "read" | "write" | "all" | "upload";
3653
- /**
3654
- * Format: timestamp with time zone
3655
- * @default now()
3656
- */
3657
- updated_at?: string;
3658
- };
3659
- /** @description price for pay as you go */
3660
- pay_as_you_go: {
3661
- /**
3662
- * Format: bigint
3663
- * @description Note:
3664
- * This is a Primary Key.<pk/>
3665
- */
3666
- id: number;
3667
- /**
3668
- * Format: timestamp with time zone
3669
- * @default now()
3670
- */
3671
- created_at?: string;
3672
- /** Format: double precision */
3673
- mau: number;
3674
- /** Format: double precision */
3675
- storage: number;
3676
- /** Format: double precision */
3677
- bandwidth: number;
3678
- /**
3679
- * Format: public.pay_as_you_go_type
3680
- * @enum {string}
3681
- */
3682
- type: "base" | "units";
3683
- };
3684
- stats: {
3685
- /**
3686
- * Format: bigint
3687
- * @description Note:
3688
- * This is a Primary Key.<pk/>
3689
- */
3690
- id: number;
3691
- /**
3692
- * Format: timestamp with time zone
3693
- * @default now()
3694
- */
3695
- created_at?: string;
3696
- /**
3697
- * Format: public.platform_os
3698
- * @enum {string}
3699
- */
3700
- platform: "ios" | "android";
3701
- /** Format: text */
3702
- action: string;
3703
- /**
3704
- * Format: text
3705
- * @description Note:
3706
- * This is a Foreign Key to `devices.device_id`.<fk table='devices' column='device_id'/>
3707
- */
3708
- device_id: string;
3709
- /** Format: text */
3710
- version_build: string;
3711
- /**
3712
- * Format: bigint
3713
- * @description Note:
3714
- * This is a Foreign Key to `app_versions.id`.<fk table='app_versions' column='id'/>
3715
- */
3716
- version: number;
3717
- /**
3718
- * Format: character varying
3719
- * @description Note:
3720
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
3721
- */
3722
- app_id: string;
3723
- /**
3724
- * Format: timestamp with time zone
3725
- * @default now()
3726
- */
3727
- updated_at?: string;
3728
- };
3729
- users: {
3730
- /**
3731
- * Format: timestamp with time zone
3732
- * @default now()
3733
- */
3734
- created_at?: string;
3735
- /** Format: character varying */
3736
- image_url?: string;
3737
- /** Format: character varying */
3738
- first_name?: string;
3739
- /** Format: character varying */
3740
- last_name?: string;
3741
- /** Format: character varying */
3742
- country?: string;
3743
- /** Format: character varying */
3744
- email: string;
3745
- /**
3746
- * Format: uuid
3747
- * @description Note:
3748
- * This is a Primary Key.<pk/>
3749
- */
3750
- id: string;
3751
- /**
3752
- * Format: timestamp with time zone
3753
- * @default now()
3754
- */
3755
- updated_at?: string;
3756
- /**
3757
- * Format: boolean
3758
- * @default false
3759
- */
3760
- enableNotifications: boolean;
3761
- /**
3762
- * Format: boolean
3763
- * @default false
3764
- */
3765
- optForNewsletters: boolean;
3766
- /**
3767
- * Format: boolean
3768
- * @default false
3769
- */
3770
- legalAccepted: boolean;
3771
- /**
3772
- * Format: character varying
3773
- * @description Note:
3774
- * This is a Foreign Key to `stripe_info.customer_id`.<fk table='stripe_info' column='customer_id'/>
3775
- */
3776
- customer_id?: string;
3777
- };
3778
- notifications: {
3779
- /**
3780
- * Format: character varying
3781
- * @description Note:
3782
- * This is a Primary Key.<pk/>
3783
- */
3784
- id: string;
3785
- /**
3786
- * Format: timestamp with time zone
3787
- * @default now()
3788
- */
3789
- created_at?: string;
3790
- /**
3791
- * Format: timestamp with time zone
3792
- * @default now()
3793
- */
3794
- updated_at?: string;
3795
- /**
3796
- * Format: uuid
3797
- * @description Note:
3798
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3799
- */
3800
- user_id: string;
3801
- /**
3802
- * Format: timestamp with time zone
3803
- * @default now()
3804
- */
3805
- last_send_at: string;
3806
- /** Format: bigint */
3807
- total_send: number;
3808
- /**
3809
- * Format: character varying
3810
- * @default * * * * *
3811
- */
3812
- cron: string;
3813
- };
3814
- channel_users: {
3815
- /**
3816
- * Format: bigint
3817
- * @description Note:
3818
- * This is a Primary Key.<pk/>
3819
- */
3820
- id: number;
3821
- /**
3822
- * Format: timestamp with time zone
3823
- * @default now()
3824
- */
3825
- created_at?: string;
3826
- /**
3827
- * Format: uuid
3828
- * @description Note:
3829
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3830
- */
3831
- user_id: string;
3832
- /**
3833
- * Format: bigint
3834
- * @description Note:
3835
- * This is a Foreign Key to `channels.id`.<fk table='channels' column='id'/>
3836
- */
3837
- channel_id: number;
3838
- /**
3839
- * Format: character varying
3840
- * @description Note:
3841
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
3842
- */
3843
- app_id: string;
3844
- /**
3845
- * Format: timestamp with time zone
3846
- * @default now()
3847
- */
3848
- updated_at: string;
3849
- /**
3850
- * Format: uuid
3851
- * @description Note:
3852
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3853
- */
3854
- created_by?: string;
3855
- };
3856
- devices_override: {
3857
- /**
3858
- * Format: timestamp with time zone
3859
- * @default now()
3860
- */
3861
- created_at?: string;
3862
- /**
3863
- * Format: timestamp with time zone
3864
- * @default now()
3865
- */
3866
- updated_at?: string;
3867
- /**
3868
- * Format: text
3869
- * @description Note:
3870
- * This is a Primary Key.<pk/>
3871
- * This is a Foreign Key to `devices.device_id`.<fk table='devices' column='device_id'/>
3872
- */
3873
- device_id: string;
3874
- /**
3875
- * Format: bigint
3876
- * @description Note:
3877
- * This is a Foreign Key to `app_versions.id`.<fk table='app_versions' column='id'/>
3878
- */
3879
- version: number;
3880
- /**
3881
- * Format: character varying
3882
- * @description Note:
3883
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
3884
- */
3885
- app_id: string;
3886
- /**
3887
- * Format: uuid
3888
- * @description Note:
3889
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
3890
- */
3891
- created_by?: string;
3892
- };
3893
- app_stats: {
3894
- /**
3895
- * Format: character varying
3896
- * @description Note:
3897
- * This is a Primary Key.<pk/>
3898
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
3899
- */
3900
- app_id: string;
3901
- /** Format: uuid */
3902
- user_id: string;
3903
- /**
3904
- * Format: timestamp with time zone
3905
- * @default now()
3906
- */
3907
- created_at?: string;
3908
- /**
3909
- * Format: timestamp with time zone
3910
- * @default now()
3911
- */
3912
- updated_at?: string;
3913
- /** Format: smallint */
3914
- channels: number;
3915
- /** Format: bigint */
3916
- mlu: number;
3917
- /** Format: bigint */
3918
- versions: number;
3919
- /** Format: bigint */
3920
- shared: number;
3921
- /** Format: bigint */
3922
- mlu_real: number;
3923
- /** Format: bigint */
3924
- devices: number;
3925
- /**
3926
- * Format: character varying
3927
- * @description Note:
3928
- * This is a Primary Key.<pk/>
3929
- * @default 2022-05
3930
- */
3931
- date_id: string;
3932
- /** Format: bigint */
3933
- version_size?: number;
3934
- /** Format: bigint */
3935
- bandwidth?: number;
3936
- };
3937
- devices: {
3938
- /**
3939
- * Format: timestamp with time zone
3940
- * @default now()
3941
- */
3942
- created_at?: string;
3943
- /**
3944
- * Format: timestamp with time zone
3945
- * @default now()
3946
- */
3947
- updated_at?: string;
3948
- /**
3949
- * Format: text
3950
- * @description Note:
3951
- * This is a Primary Key.<pk/>
3952
- */
3953
- device_id: string;
3954
- /**
3955
- * Format: bigint
3956
- * @description Note:
3957
- * This is a Foreign Key to `app_versions.id`.<fk table='app_versions' column='id'/>
3958
- */
3959
- version: number;
3960
- /**
3961
- * Format: character varying
3962
- * @description Note:
3963
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
3964
- */
3965
- app_id: string;
3966
- /**
3967
- * Format: public.platform_os
3968
- * @enum {string}
3969
- */
3970
- platform?: "ios" | "android";
3971
- /**
3972
- * Format: text
3973
- * @default 2.3.3
3974
- */
3975
- plugin_version: string;
3976
- /** Format: character varying */
3977
- os_version?: string;
3978
- /**
3979
- * Format: character varying
3980
- * @default
3981
- */
3982
- date_id?: string;
3983
- /**
3984
- * Format: text
3985
- * @default builtin
3986
- */
3987
- version_build?: string;
3988
- /**
3989
- * Format: text
3990
- * @default
3991
- */
3992
- custom_id: string;
3993
- /**
3994
- * Format: boolean
3995
- * @default true
3996
- */
3997
- is_prod?: boolean;
3998
- /**
3999
- * Format: boolean
4000
- * @default false
4001
- */
4002
- is_emulator?: boolean;
4003
- };
4004
- app_versions_meta: {
4005
- /**
4006
- * Format: timestamp with time zone
4007
- * @default now()
4008
- */
4009
- created_at?: string;
4010
- /**
4011
- * Format: character varying
4012
- * @description Note:
4013
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
4014
- */
4015
- app_id: string;
4016
- /**
4017
- * Format: uuid
4018
- * @description Note:
4019
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
4020
- */
4021
- user_id: string;
4022
- /**
4023
- * Format: timestamp with time zone
4024
- * @default now()
4025
- */
4026
- updated_at?: string;
4027
- /** Format: character varying */
4028
- checksum: string;
4029
- /** Format: bigint */
4030
- size: number;
4031
- /**
4032
- * Format: bigint
4033
- * @description Note:
4034
- * This is a Primary Key.<pk/>
4035
- * This is a Foreign Key to `app_versions.id`.<fk table='app_versions' column='id'/>
4036
- */
4037
- id: number;
4038
- /** Format: bigint */
4039
- devices?: number;
4040
- };
4041
- app_stats_onprem: {
4042
- /**
4043
- * Format: character varying
4044
- * @description Note:
4045
- * This is a Primary Key.<pk/>
4046
- */
4047
- app_id: string;
4048
- /**
4049
- * Format: timestamp with time zone
4050
- * @default now()
4051
- */
4052
- created_at?: string;
4053
- /**
4054
- * Format: timestamp with time zone
4055
- * @default now()
4056
- */
4057
- updated_at?: string;
4058
- /** Format: bigint */
4059
- mlu?: number;
4060
- /** Format: bigint */
4061
- versions?: number;
4062
- /** Format: bigint */
4063
- mlu_real?: number;
4064
- /**
4065
- * Format: character varying
4066
- * @description Note:
4067
- * This is a Primary Key.<pk/>
4068
- */
4069
- date_id: string;
4070
- /** Format: bigint */
4071
- devices?: number;
4072
- };
4073
- app_versions: {
4074
- /**
4075
- * Format: bigint
4076
- * @description Note:
4077
- * This is a Primary Key.<pk/>
4078
- */
4079
- id: number;
4080
- /**
4081
- * Format: timestamp with time zone
4082
- * @default now()
4083
- */
4084
- created_at?: string;
4085
- /**
4086
- * Format: character varying
4087
- * @description Note:
4088
- * This is a Foreign Key to `apps.app_id`.<fk table='apps' column='app_id'/>
4089
- */
4090
- app_id: string;
4091
- /** Format: character varying */
4092
- name: string;
4093
- /** Format: character varying */
4094
- bucket_id?: string;
4095
- /**
4096
- * Format: uuid
4097
- * @description Note:
4098
- * This is a Foreign Key to `users.id`.<fk table='users' column='id'/>
4099
- */
4100
- user_id: string;
4101
- /**
4102
- * Format: timestamp with time zone
4103
- * @default now()
4104
- */
4105
- updated_at?: string;
4106
- /**
4107
- * Format: boolean
4108
- * @default false
4109
- */
4110
- deleted: boolean;
4111
- /** Format: character varying */
4112
- external_url?: string;
4113
- /** Format: character varying */
4114
- checksum?: string;
4115
- /** Format: character varying */
4116
- session_key?: string;
4117
- };
4118
- }
4119
-
4120
- export interface parameters {
4121
- /**
4122
- * @description Preference
4123
- * @enum {string}
4124
- */
4125
- preferParams: "params=single-object";
4126
- /**
4127
- * @description Preference
4128
- * @enum {string}
4129
- */
4130
- preferReturn: "return=representation" | "return=minimal" | "return=none";
4131
- /**
4132
- * @description Preference
4133
- * @enum {string}
4134
- */
4135
- preferCount: "count=none";
4136
- /** @description Filtering Columns */
4137
- select: string;
4138
- /** @description On Conflict */
4139
- on_conflict: string;
4140
- /** @description Ordering */
4141
- order: string;
4142
- /** @description Limiting and Pagination */
4143
- range: string;
4144
- /**
4145
- * @description Limiting and Pagination
4146
- * @default items
4147
- */
4148
- rangeUnit: string;
4149
- /** @description Limiting and Pagination */
4150
- offset: string;
4151
- /** @description Limiting and Pagination */
4152
- limit: string;
4153
- /** @description channels */
4154
- "body.channels": definitions["channels"];
4155
- /** Format: bigint */
4156
- "rowFilter.channels.id": string;
4157
- /** Format: timestamp with time zone */
4158
- "rowFilter.channels.created_at": string;
4159
- /** Format: character varying */
4160
- "rowFilter.channels.name": string;
4161
- /** Format: character varying */
4162
- "rowFilter.channels.app_id": string;
4163
- /** Format: bigint */
4164
- "rowFilter.channels.version": string;
4165
- /** Format: uuid */
4166
- "rowFilter.channels.created_by": string;
4167
- /** Format: timestamp with time zone */
4168
- "rowFilter.channels.updated_at": string;
4169
- /** Format: boolean */
4170
- "rowFilter.channels.public": string;
4171
- /** Format: boolean */
4172
- "rowFilter.channels.disableAutoUpdateUnderNative": string;
4173
- /** Format: boolean */
4174
- "rowFilter.channels.disableAutoUpdateToMajor": string;
4175
- /** Format: boolean */
4176
- "rowFilter.channels.beta": string;
4177
- /** Format: boolean */
4178
- "rowFilter.channels.ios": string;
4179
- /** Format: boolean */
4180
- "rowFilter.channels.android": string;
4181
- /** Format: boolean */
4182
- "rowFilter.channels.allow_device_self_set": string;
4183
- /** Format: boolean */
4184
- "rowFilter.channels.allow_emulator": string;
4185
- /** Format: boolean */
4186
- "rowFilter.channels.allow_dev": string;
4187
- /** @description deleted_account */
4188
- "body.deleted_account": definitions["deleted_account"];
4189
- /** Format: timestamp with time zone */
4190
- "rowFilter.deleted_account.created_at": string;
4191
- /** Format: character varying */
4192
- "rowFilter.deleted_account.email": string;
4193
- /** Format: uuid */
4194
- "rowFilter.deleted_account.id": string;
4195
- /** @description global_stats */
4196
- "body.global_stats": definitions["global_stats"];
4197
- /** Format: timestamp with time zone */
4198
- "rowFilter.global_stats.created_at": string;
4199
- /** Format: character varying */
4200
- "rowFilter.global_stats.date_id": string;
4201
- /** Format: bigint */
4202
- "rowFilter.global_stats.apps": string;
4203
- /** Format: bigint */
4204
- "rowFilter.global_stats.updates": string;
4205
- /** Format: bigint */
4206
- "rowFilter.global_stats.stars": string;
4207
- /** Format: bigint */
4208
- "rowFilter.global_stats.users": string;
4209
- /** Format: bigint */
4210
- "rowFilter.global_stats.paying": string;
4211
- /** Format: bigint */
4212
- "rowFilter.global_stats.trial": string;
4213
- /** Format: bigint */
4214
- "rowFilter.global_stats.need_upgrade": string;
4215
- /** Format: bigint */
4216
- "rowFilter.global_stats.not_paying": string;
4217
- /** @description plans */
4218
- "body.plans": definitions["plans"];
4219
- /** Format: timestamp with time zone */
4220
- "rowFilter.plans.created_at": string;
4221
- /** Format: timestamp with time zone */
4222
- "rowFilter.plans.updated_at": string;
4223
- /** Format: character varying */
4224
- "rowFilter.plans.name": string;
4225
- /** Format: character varying */
4226
- "rowFilter.plans.description": string;
4227
- /** Format: bigint */
4228
- "rowFilter.plans.price_m": string;
4229
- /** Format: bigint */
4230
- "rowFilter.plans.price_y": string;
4231
- /** Format: character varying */
4232
- "rowFilter.plans.stripe_id": string;
4233
- /** Format: bigint */
4234
- "rowFilter.plans.app": string;
4235
- /** Format: bigint */
4236
- "rowFilter.plans.channel": string;
4237
- /** Format: bigint */
4238
- "rowFilter.plans.update": string;
4239
- /** Format: bigint */
4240
- "rowFilter.plans.version": string;
4241
- /** Format: bigint */
4242
- "rowFilter.plans.shared": string;
4243
- /** Format: boolean */
4244
- "rowFilter.plans.abtest": string;
4245
- /** Format: boolean */
4246
- "rowFilter.plans.progressive_deploy": string;
4247
- /** Format: uuid */
4248
- "rowFilter.plans.id": string;
4249
- /** Format: character varying */
4250
- "rowFilter.plans.price_m_id": string;
4251
- /** Format: character varying */
4252
- "rowFilter.plans.price_y_id": string;
4253
- /** Format: double precision */
4254
- "rowFilter.plans.storage": string;
4255
- /** Format: double precision */
4256
- "rowFilter.plans.bandwidth": string;
4257
- /** Format: bigint */
4258
- "rowFilter.plans.mau": string;
4259
- /** Format: character varying */
4260
- "rowFilter.plans.market_desc": string;
4261
- /** Format: double precision */
4262
- "rowFilter.plans.storage_unit": string;
4263
- /** Format: double precision */
4264
- "rowFilter.plans.bandwidth_unit": string;
4265
- /** Format: double precision */
4266
- "rowFilter.plans.mau_unit": string;
4267
- /** @description stripe_info */
4268
- "body.stripe_info": definitions["stripe_info"];
4269
- /** Format: timestamp with time zone */
4270
- "rowFilter.stripe_info.created_at": string;
4271
- /** Format: timestamp with time zone */
4272
- "rowFilter.stripe_info.updated_at": string;
4273
- /** Format: character varying */
4274
- "rowFilter.stripe_info.subscription_id": string;
4275
- /** Format: character varying */
4276
- "rowFilter.stripe_info.customer_id": string;
4277
- /** Format: public.stripe_status */
4278
- "rowFilter.stripe_info.status": string;
4279
- /** Format: character varying */
4280
- "rowFilter.stripe_info.product_id": string;
4281
- /** Format: timestamp with time zone */
4282
- "rowFilter.stripe_info.trial_at": string;
4283
- /** Format: character varying */
4284
- "rowFilter.stripe_info.price_id": string;
4285
- /** Format: boolean */
4286
- "rowFilter.stripe_info.is_good_plan": string;
4287
- /** @description devices_onprem */
4288
- "body.devices_onprem": definitions["devices_onprem"];
4289
- /** Format: timestamp with time zone */
4290
- "rowFilter.devices_onprem.created_at": string;
4291
- /** Format: timestamp with time zone */
4292
- "rowFilter.devices_onprem.updated_at": string;
4293
- /** Format: public.platform_os */
4294
- "rowFilter.devices_onprem.platform": string;
4295
- /** Format: text */
4296
- "rowFilter.devices_onprem.plugin_version": string;
4297
- /** Format: character varying */
4298
- "rowFilter.devices_onprem.version": string;
4299
- /** Format: character varying */
4300
- "rowFilter.devices_onprem.app_id": string;
4301
- /** Format: character varying */
4302
- "rowFilter.devices_onprem.device_id": string;
4303
- /** Format: character varying */
4304
- "rowFilter.devices_onprem.os_version": string;
4305
- /** Format: uuid */
4306
- "rowFilter.devices_onprem.id": string;
4307
- /** Format: text */
4308
- "rowFilter.devices_onprem.version_build": string;
4309
- /** Format: text */
4310
- "rowFilter.devices_onprem.custom_id": string;
4311
- /** Format: boolean */
4312
- "rowFilter.devices_onprem.is_prod": string;
4313
- /** Format: boolean */
4314
- "rowFilter.devices_onprem.is_emulator": string;
4315
- /** @description stats_onprem */
4316
- "body.stats_onprem": definitions["stats_onprem"];
4317
- /** Format: bigint */
4318
- "rowFilter.stats_onprem.id": string;
4319
- /** Format: timestamp with time zone */
4320
- "rowFilter.stats_onprem.created_at": string;
4321
- /** Format: public.platform_os */
4322
- "rowFilter.stats_onprem.platform": string;
4323
- /** Format: text */
4324
- "rowFilter.stats_onprem.action": string;
4325
- /** Format: character varying */
4326
- "rowFilter.stats_onprem.device_id": string;
4327
- /** Format: text */
4328
- "rowFilter.stats_onprem.version_build": string;
4329
- /** Format: character varying */
4330
- "rowFilter.stats_onprem.app_id": string;
4331
- /** Format: timestamp with time zone */
4332
- "rowFilter.stats_onprem.updated_at": string;
4333
- /** Format: character varying */
4334
- "rowFilter.stats_onprem.version": string;
4335
- /** @description channel_devices */
4336
- "body.channel_devices": definitions["channel_devices"];
4337
- /** Format: timestamp with time zone */
4338
- "rowFilter.channel_devices.created_at": string;
4339
- /** Format: bigint */
4340
- "rowFilter.channel_devices.channel_id": string;
4341
- /** Format: character varying */
4342
- "rowFilter.channel_devices.app_id": string;
4343
- /** Format: timestamp with time zone */
4344
- "rowFilter.channel_devices.updated_at": string;
4345
- /** Format: uuid */
4346
- "rowFilter.channel_devices.created_by": string;
4347
- /** Format: text */
4348
- "rowFilter.channel_devices.device_id": string;
4349
- /** @description apps */
4350
- "body.apps": definitions["apps"];
4351
- /** Format: timestamp with time zone */
4352
- "rowFilter.apps.created_at": string;
4353
- /** Format: character varying */
4354
- "rowFilter.apps.app_id": string;
4355
- /** Format: character varying */
4356
- "rowFilter.apps.icon_url": string;
4357
- /** Format: uuid */
4358
- "rowFilter.apps.user_id": string;
4359
- /** Format: character varying */
4360
- "rowFilter.apps.name": string;
4361
- /** Format: character varying */
4362
- "rowFilter.apps.last_version": string;
4363
- /** Format: timestamp with time zone */
4364
- "rowFilter.apps.updated_at": string;
4365
- /** Format: uuid */
4366
- "rowFilter.apps.id": string;
4367
- /** @description apikeys */
4368
- "body.apikeys": definitions["apikeys"];
4369
- /** Format: bigint */
4370
- "rowFilter.apikeys.id": string;
4371
- /** Format: timestamp with time zone */
4372
- "rowFilter.apikeys.created_at": string;
4373
- /** Format: uuid */
4374
- "rowFilter.apikeys.user_id": string;
4375
- /** Format: character varying */
4376
- "rowFilter.apikeys.key": string;
4377
- /** Format: public.key_mode */
4378
- "rowFilter.apikeys.mode": string;
4379
- /** Format: timestamp with time zone */
4380
- "rowFilter.apikeys.updated_at": string;
4381
- /** @description pay_as_you_go */
4382
- "body.pay_as_you_go": definitions["pay_as_you_go"];
4383
- /** Format: bigint */
4384
- "rowFilter.pay_as_you_go.id": string;
4385
- /** Format: timestamp with time zone */
4386
- "rowFilter.pay_as_you_go.created_at": string;
4387
- /** Format: double precision */
4388
- "rowFilter.pay_as_you_go.mau": string;
4389
- /** Format: double precision */
4390
- "rowFilter.pay_as_you_go.storage": string;
4391
- /** Format: double precision */
4392
- "rowFilter.pay_as_you_go.bandwidth": string;
4393
- /** Format: public.pay_as_you_go_type */
4394
- "rowFilter.pay_as_you_go.type": string;
4395
- /** @description stats */
4396
- "body.stats": definitions["stats"];
4397
- /** Format: bigint */
4398
- "rowFilter.stats.id": string;
4399
- /** Format: timestamp with time zone */
4400
- "rowFilter.stats.created_at": string;
4401
- /** Format: public.platform_os */
4402
- "rowFilter.stats.platform": string;
4403
- /** Format: text */
4404
- "rowFilter.stats.action": string;
4405
- /** Format: text */
4406
- "rowFilter.stats.device_id": string;
4407
- /** Format: text */
4408
- "rowFilter.stats.version_build": string;
4409
- /** Format: bigint */
4410
- "rowFilter.stats.version": string;
4411
- /** Format: character varying */
4412
- "rowFilter.stats.app_id": string;
4413
- /** Format: timestamp with time zone */
4414
- "rowFilter.stats.updated_at": string;
4415
- /** @description users */
4416
- "body.users": definitions["users"];
4417
- /** Format: timestamp with time zone */
4418
- "rowFilter.users.created_at": string;
4419
- /** Format: character varying */
4420
- "rowFilter.users.image_url": string;
4421
- /** Format: character varying */
4422
- "rowFilter.users.first_name": string;
4423
- /** Format: character varying */
4424
- "rowFilter.users.last_name": string;
4425
- /** Format: character varying */
4426
- "rowFilter.users.country": string;
4427
- /** Format: character varying */
4428
- "rowFilter.users.email": string;
4429
- /** Format: uuid */
4430
- "rowFilter.users.id": string;
4431
- /** Format: timestamp with time zone */
4432
- "rowFilter.users.updated_at": string;
4433
- /** Format: boolean */
4434
- "rowFilter.users.enableNotifications": string;
4435
- /** Format: boolean */
4436
- "rowFilter.users.optForNewsletters": string;
4437
- /** Format: boolean */
4438
- "rowFilter.users.legalAccepted": string;
4439
- /** Format: character varying */
4440
- "rowFilter.users.customer_id": string;
4441
- /** @description notifications */
4442
- "body.notifications": definitions["notifications"];
4443
- /** Format: character varying */
4444
- "rowFilter.notifications.id": string;
4445
- /** Format: timestamp with time zone */
4446
- "rowFilter.notifications.created_at": string;
4447
- /** Format: timestamp with time zone */
4448
- "rowFilter.notifications.updated_at": string;
4449
- /** Format: uuid */
4450
- "rowFilter.notifications.user_id": string;
4451
- /** Format: timestamp with time zone */
4452
- "rowFilter.notifications.last_send_at": string;
4453
- /** Format: bigint */
4454
- "rowFilter.notifications.total_send": string;
4455
- /** Format: character varying */
4456
- "rowFilter.notifications.cron": string;
4457
- /** @description channel_users */
4458
- "body.channel_users": definitions["channel_users"];
4459
- /** Format: bigint */
4460
- "rowFilter.channel_users.id": string;
4461
- /** Format: timestamp with time zone */
4462
- "rowFilter.channel_users.created_at": string;
4463
- /** Format: uuid */
4464
- "rowFilter.channel_users.user_id": string;
4465
- /** Format: bigint */
4466
- "rowFilter.channel_users.channel_id": string;
4467
- /** Format: character varying */
4468
- "rowFilter.channel_users.app_id": string;
4469
- /** Format: timestamp with time zone */
4470
- "rowFilter.channel_users.updated_at": string;
4471
- /** Format: uuid */
4472
- "rowFilter.channel_users.created_by": string;
4473
- /** @description devices_override */
4474
- "body.devices_override": definitions["devices_override"];
4475
- /** Format: timestamp with time zone */
4476
- "rowFilter.devices_override.created_at": string;
4477
- /** Format: timestamp with time zone */
4478
- "rowFilter.devices_override.updated_at": string;
4479
- /** Format: text */
4480
- "rowFilter.devices_override.device_id": string;
4481
- /** Format: bigint */
4482
- "rowFilter.devices_override.version": string;
4483
- /** Format: character varying */
4484
- "rowFilter.devices_override.app_id": string;
4485
- /** Format: uuid */
4486
- "rowFilter.devices_override.created_by": string;
4487
- /** @description app_stats */
4488
- "body.app_stats": definitions["app_stats"];
4489
- /** Format: character varying */
4490
- "rowFilter.app_stats.app_id": string;
4491
- /** Format: uuid */
4492
- "rowFilter.app_stats.user_id": string;
4493
- /** Format: timestamp with time zone */
4494
- "rowFilter.app_stats.created_at": string;
4495
- /** Format: timestamp with time zone */
4496
- "rowFilter.app_stats.updated_at": string;
4497
- /** Format: smallint */
4498
- "rowFilter.app_stats.channels": string;
4499
- /** Format: bigint */
4500
- "rowFilter.app_stats.mlu": string;
4501
- /** Format: bigint */
4502
- "rowFilter.app_stats.versions": string;
4503
- /** Format: bigint */
4504
- "rowFilter.app_stats.shared": string;
4505
- /** Format: bigint */
4506
- "rowFilter.app_stats.mlu_real": string;
4507
- /** Format: bigint */
4508
- "rowFilter.app_stats.devices": string;
4509
- /** Format: character varying */
4510
- "rowFilter.app_stats.date_id": string;
4511
- /** Format: bigint */
4512
- "rowFilter.app_stats.version_size": string;
4513
- /** Format: bigint */
4514
- "rowFilter.app_stats.bandwidth": string;
4515
- /** @description devices */
4516
- "body.devices": definitions["devices"];
4517
- /** Format: timestamp with time zone */
4518
- "rowFilter.devices.created_at": string;
4519
- /** Format: timestamp with time zone */
4520
- "rowFilter.devices.updated_at": string;
4521
- /** Format: text */
4522
- "rowFilter.devices.device_id": string;
4523
- /** Format: bigint */
4524
- "rowFilter.devices.version": string;
4525
- /** Format: character varying */
4526
- "rowFilter.devices.app_id": string;
4527
- /** Format: public.platform_os */
4528
- "rowFilter.devices.platform": string;
4529
- /** Format: text */
4530
- "rowFilter.devices.plugin_version": string;
4531
- /** Format: character varying */
4532
- "rowFilter.devices.os_version": string;
4533
- /** Format: character varying */
4534
- "rowFilter.devices.date_id": string;
4535
- /** Format: text */
4536
- "rowFilter.devices.version_build": string;
4537
- /** Format: text */
4538
- "rowFilter.devices.custom_id": string;
4539
- /** Format: boolean */
4540
- "rowFilter.devices.is_prod": string;
4541
- /** Format: boolean */
4542
- "rowFilter.devices.is_emulator": string;
4543
- /** @description app_versions_meta */
4544
- "body.app_versions_meta": definitions["app_versions_meta"];
4545
- /** Format: timestamp with time zone */
4546
- "rowFilter.app_versions_meta.created_at": string;
4547
- /** Format: character varying */
4548
- "rowFilter.app_versions_meta.app_id": string;
4549
- /** Format: uuid */
4550
- "rowFilter.app_versions_meta.user_id": string;
4551
- /** Format: timestamp with time zone */
4552
- "rowFilter.app_versions_meta.updated_at": string;
4553
- /** Format: character varying */
4554
- "rowFilter.app_versions_meta.checksum": string;
4555
- /** Format: bigint */
4556
- "rowFilter.app_versions_meta.size": string;
4557
- /** Format: bigint */
4558
- "rowFilter.app_versions_meta.id": string;
4559
- /** Format: bigint */
4560
- "rowFilter.app_versions_meta.devices": string;
4561
- /** @description app_stats_onprem */
4562
- "body.app_stats_onprem": definitions["app_stats_onprem"];
4563
- /** Format: character varying */
4564
- "rowFilter.app_stats_onprem.app_id": string;
4565
- /** Format: timestamp with time zone */
4566
- "rowFilter.app_stats_onprem.created_at": string;
4567
- /** Format: timestamp with time zone */
4568
- "rowFilter.app_stats_onprem.updated_at": string;
4569
- /** Format: bigint */
4570
- "rowFilter.app_stats_onprem.mlu": string;
4571
- /** Format: bigint */
4572
- "rowFilter.app_stats_onprem.versions": string;
4573
- /** Format: bigint */
4574
- "rowFilter.app_stats_onprem.mlu_real": string;
4575
- /** Format: character varying */
4576
- "rowFilter.app_stats_onprem.date_id": string;
4577
- /** Format: bigint */
4578
- "rowFilter.app_stats_onprem.devices": string;
4579
- /** @description app_versions */
4580
- "body.app_versions": definitions["app_versions"];
4581
- /** Format: bigint */
4582
- "rowFilter.app_versions.id": string;
4583
- /** Format: timestamp with time zone */
4584
- "rowFilter.app_versions.created_at": string;
4585
- /** Format: character varying */
4586
- "rowFilter.app_versions.app_id": string;
4587
- /** Format: character varying */
4588
- "rowFilter.app_versions.name": string;
4589
- /** Format: character varying */
4590
- "rowFilter.app_versions.bucket_id": string;
4591
- /** Format: uuid */
4592
- "rowFilter.app_versions.user_id": string;
4593
- /** Format: timestamp with time zone */
4594
- "rowFilter.app_versions.updated_at": string;
4595
- /** Format: boolean */
4596
- "rowFilter.app_versions.deleted": string;
4597
- /** Format: character varying */
4598
- "rowFilter.app_versions.external_url": string;
4599
- /** Format: character varying */
4600
- "rowFilter.app_versions.checksum": string;
4601
- /** Format: character varying */
4602
- "rowFilter.app_versions.session_key": string;
4603
- }
4604
-
4605
- export interface operations { }
4606
-
4607
- export interface external { }