@communecter/cocolight-api-client 1.0.78 → 1.0.79
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.
- package/dist/cocolight-api-client.browser.js +3 -3
- package/dist/cocolight-api-client.cjs +1 -1
- package/dist/cocolight-api-client.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js.map +1 -1
- package/package.json +1 -1
- package/src/api/BaseEntity.ts +6 -4
- package/src/api/EndpointApi.ts +17 -1
- package/src/api/EndpointApi.types.ts +14 -0
- package/src/api/User.ts +494 -16
- package/src/api/serverDataType/common.ts +1 -0
- package/src/endpoints.module.ts +1 -1
- package/types/api/BaseEntity.d.ts +2 -0
- package/types/api/EndpointApi.d.ts +11 -1
- package/types/api/EndpointApi.types.d.ts +12 -0
- package/types/api/User.d.ts +226 -3
- package/types/api/serverDataType/common.d.ts +1 -0
- package/types/endpoints.module.d.ts +356 -0
|
@@ -174,6 +174,8 @@ declare const endpoints: {
|
|
|
174
174
|
answerId?: undefined;
|
|
175
175
|
finderPath?: undefined;
|
|
176
176
|
details?: undefined;
|
|
177
|
+
connect?: undefined;
|
|
178
|
+
isAdmin?: undefined;
|
|
177
179
|
};
|
|
178
180
|
required: string[];
|
|
179
181
|
type: string;
|
|
@@ -361,6 +363,8 @@ declare const endpoints: {
|
|
|
361
363
|
answerId?: undefined;
|
|
362
364
|
finderPath?: undefined;
|
|
363
365
|
details?: undefined;
|
|
366
|
+
connect?: undefined;
|
|
367
|
+
isAdmin?: undefined;
|
|
364
368
|
};
|
|
365
369
|
required: string[];
|
|
366
370
|
type: string;
|
|
@@ -533,6 +537,8 @@ declare const endpoints: {
|
|
|
533
537
|
answerId?: undefined;
|
|
534
538
|
finderPath?: undefined;
|
|
535
539
|
details?: undefined;
|
|
540
|
+
connect?: undefined;
|
|
541
|
+
isAdmin?: undefined;
|
|
536
542
|
};
|
|
537
543
|
required: string[];
|
|
538
544
|
type: string;
|
|
@@ -729,6 +735,8 @@ declare const endpoints: {
|
|
|
729
735
|
answerId?: undefined;
|
|
730
736
|
finderPath?: undefined;
|
|
731
737
|
details?: undefined;
|
|
738
|
+
connect?: undefined;
|
|
739
|
+
isAdmin?: undefined;
|
|
732
740
|
};
|
|
733
741
|
required: string[];
|
|
734
742
|
type: string;
|
|
@@ -903,6 +911,8 @@ declare const endpoints: {
|
|
|
903
911
|
answerId?: undefined;
|
|
904
912
|
finderPath?: undefined;
|
|
905
913
|
details?: undefined;
|
|
914
|
+
connect?: undefined;
|
|
915
|
+
isAdmin?: undefined;
|
|
906
916
|
};
|
|
907
917
|
required: string[];
|
|
908
918
|
type: string;
|
|
@@ -1093,6 +1103,8 @@ declare const endpoints: {
|
|
|
1093
1103
|
answerId?: undefined;
|
|
1094
1104
|
finderPath?: undefined;
|
|
1095
1105
|
details?: undefined;
|
|
1106
|
+
connect?: undefined;
|
|
1107
|
+
isAdmin?: undefined;
|
|
1096
1108
|
};
|
|
1097
1109
|
required: string[];
|
|
1098
1110
|
type: string;
|
|
@@ -1384,6 +1396,8 @@ declare const endpoints: {
|
|
|
1384
1396
|
answerId?: undefined;
|
|
1385
1397
|
finderPath?: undefined;
|
|
1386
1398
|
details?: undefined;
|
|
1399
|
+
connect?: undefined;
|
|
1400
|
+
isAdmin?: undefined;
|
|
1387
1401
|
};
|
|
1388
1402
|
required: string[];
|
|
1389
1403
|
type: string;
|
|
@@ -1624,6 +1638,8 @@ declare const endpoints: {
|
|
|
1624
1638
|
answerId?: undefined;
|
|
1625
1639
|
finderPath?: undefined;
|
|
1626
1640
|
details?: undefined;
|
|
1641
|
+
connect?: undefined;
|
|
1642
|
+
isAdmin?: undefined;
|
|
1627
1643
|
};
|
|
1628
1644
|
required: string[];
|
|
1629
1645
|
type: string;
|
|
@@ -2473,6 +2489,8 @@ declare const endpoints: {
|
|
|
2473
2489
|
answerId?: undefined;
|
|
2474
2490
|
finderPath?: undefined;
|
|
2475
2491
|
details?: undefined;
|
|
2492
|
+
connect?: undefined;
|
|
2493
|
+
isAdmin?: undefined;
|
|
2476
2494
|
};
|
|
2477
2495
|
required: string[];
|
|
2478
2496
|
type: string;
|
|
@@ -2868,6 +2886,8 @@ declare const endpoints: {
|
|
|
2868
2886
|
answerId?: undefined;
|
|
2869
2887
|
finderPath?: undefined;
|
|
2870
2888
|
details?: undefined;
|
|
2889
|
+
connect?: undefined;
|
|
2890
|
+
isAdmin?: undefined;
|
|
2871
2891
|
};
|
|
2872
2892
|
required: string[];
|
|
2873
2893
|
type: string;
|
|
@@ -3170,6 +3190,8 @@ declare const endpoints: {
|
|
|
3170
3190
|
answerId?: undefined;
|
|
3171
3191
|
finderPath?: undefined;
|
|
3172
3192
|
details?: undefined;
|
|
3193
|
+
connect?: undefined;
|
|
3194
|
+
isAdmin?: undefined;
|
|
3173
3195
|
};
|
|
3174
3196
|
required: string[];
|
|
3175
3197
|
then: {
|
|
@@ -3380,6 +3402,8 @@ declare const endpoints: {
|
|
|
3380
3402
|
answerId?: undefined;
|
|
3381
3403
|
finderPath?: undefined;
|
|
3382
3404
|
details?: undefined;
|
|
3405
|
+
connect?: undefined;
|
|
3406
|
+
isAdmin?: undefined;
|
|
3383
3407
|
};
|
|
3384
3408
|
required: string[];
|
|
3385
3409
|
then: {
|
|
@@ -3588,6 +3612,8 @@ declare const endpoints: {
|
|
|
3588
3612
|
answerId?: undefined;
|
|
3589
3613
|
finderPath?: undefined;
|
|
3590
3614
|
details?: undefined;
|
|
3615
|
+
connect?: undefined;
|
|
3616
|
+
isAdmin?: undefined;
|
|
3591
3617
|
};
|
|
3592
3618
|
required: string[];
|
|
3593
3619
|
then: {
|
|
@@ -3803,6 +3829,8 @@ declare const endpoints: {
|
|
|
3803
3829
|
answerId?: undefined;
|
|
3804
3830
|
finderPath?: undefined;
|
|
3805
3831
|
details?: undefined;
|
|
3832
|
+
connect?: undefined;
|
|
3833
|
+
isAdmin?: undefined;
|
|
3806
3834
|
};
|
|
3807
3835
|
required: string[];
|
|
3808
3836
|
type: string;
|
|
@@ -4030,6 +4058,8 @@ declare const endpoints: {
|
|
|
4030
4058
|
answerId?: undefined;
|
|
4031
4059
|
finderPath?: undefined;
|
|
4032
4060
|
details?: undefined;
|
|
4061
|
+
connect?: undefined;
|
|
4062
|
+
isAdmin?: undefined;
|
|
4033
4063
|
};
|
|
4034
4064
|
required: string[];
|
|
4035
4065
|
type: string;
|
|
@@ -4256,6 +4286,8 @@ declare const endpoints: {
|
|
|
4256
4286
|
answerId?: undefined;
|
|
4257
4287
|
finderPath?: undefined;
|
|
4258
4288
|
details?: undefined;
|
|
4289
|
+
connect?: undefined;
|
|
4290
|
+
isAdmin?: undefined;
|
|
4259
4291
|
};
|
|
4260
4292
|
required: string[];
|
|
4261
4293
|
type: string;
|
|
@@ -4471,6 +4503,8 @@ declare const endpoints: {
|
|
|
4471
4503
|
answerId?: undefined;
|
|
4472
4504
|
finderPath?: undefined;
|
|
4473
4505
|
details?: undefined;
|
|
4506
|
+
connect?: undefined;
|
|
4507
|
+
isAdmin?: undefined;
|
|
4474
4508
|
};
|
|
4475
4509
|
required: string[];
|
|
4476
4510
|
then: {
|
|
@@ -4718,6 +4752,8 @@ declare const endpoints: {
|
|
|
4718
4752
|
answerId?: undefined;
|
|
4719
4753
|
finderPath?: undefined;
|
|
4720
4754
|
details?: undefined;
|
|
4755
|
+
connect?: undefined;
|
|
4756
|
+
isAdmin?: undefined;
|
|
4721
4757
|
};
|
|
4722
4758
|
required: string[];
|
|
4723
4759
|
type: string;
|
|
@@ -4896,6 +4932,8 @@ declare const endpoints: {
|
|
|
4896
4932
|
answerId?: undefined;
|
|
4897
4933
|
finderPath?: undefined;
|
|
4898
4934
|
details?: undefined;
|
|
4935
|
+
connect?: undefined;
|
|
4936
|
+
isAdmin?: undefined;
|
|
4899
4937
|
};
|
|
4900
4938
|
required: string[];
|
|
4901
4939
|
type: string;
|
|
@@ -5179,6 +5217,8 @@ declare const endpoints: {
|
|
|
5179
5217
|
answerId?: undefined;
|
|
5180
5218
|
finderPath?: undefined;
|
|
5181
5219
|
details?: undefined;
|
|
5220
|
+
connect?: undefined;
|
|
5221
|
+
isAdmin?: undefined;
|
|
5182
5222
|
};
|
|
5183
5223
|
required: string[];
|
|
5184
5224
|
then: {
|
|
@@ -5393,6 +5433,8 @@ declare const endpoints: {
|
|
|
5393
5433
|
answerId?: undefined;
|
|
5394
5434
|
finderPath?: undefined;
|
|
5395
5435
|
details?: undefined;
|
|
5436
|
+
connect?: undefined;
|
|
5437
|
+
isAdmin?: undefined;
|
|
5396
5438
|
};
|
|
5397
5439
|
required: string[];
|
|
5398
5440
|
type: string;
|
|
@@ -5602,6 +5644,8 @@ declare const endpoints: {
|
|
|
5602
5644
|
answerId?: undefined;
|
|
5603
5645
|
finderPath?: undefined;
|
|
5604
5646
|
details?: undefined;
|
|
5647
|
+
connect?: undefined;
|
|
5648
|
+
isAdmin?: undefined;
|
|
5605
5649
|
};
|
|
5606
5650
|
required: string[];
|
|
5607
5651
|
type: string;
|
|
@@ -5788,6 +5832,8 @@ declare const endpoints: {
|
|
|
5788
5832
|
answerId?: undefined;
|
|
5789
5833
|
finderPath?: undefined;
|
|
5790
5834
|
details?: undefined;
|
|
5835
|
+
connect?: undefined;
|
|
5836
|
+
isAdmin?: undefined;
|
|
5791
5837
|
};
|
|
5792
5838
|
required: string[];
|
|
5793
5839
|
type: string;
|
|
@@ -6069,6 +6115,8 @@ declare const endpoints: {
|
|
|
6069
6115
|
answerId?: undefined;
|
|
6070
6116
|
finderPath?: undefined;
|
|
6071
6117
|
details?: undefined;
|
|
6118
|
+
connect?: undefined;
|
|
6119
|
+
isAdmin?: undefined;
|
|
6072
6120
|
};
|
|
6073
6121
|
required: string[];
|
|
6074
6122
|
then: {
|
|
@@ -6280,6 +6328,8 @@ declare const endpoints: {
|
|
|
6280
6328
|
answerId?: undefined;
|
|
6281
6329
|
finderPath?: undefined;
|
|
6282
6330
|
details?: undefined;
|
|
6331
|
+
connect?: undefined;
|
|
6332
|
+
isAdmin?: undefined;
|
|
6283
6333
|
};
|
|
6284
6334
|
required: string[];
|
|
6285
6335
|
then: {
|
|
@@ -6505,6 +6555,8 @@ declare const endpoints: {
|
|
|
6505
6555
|
answerId?: undefined;
|
|
6506
6556
|
finderPath?: undefined;
|
|
6507
6557
|
details?: undefined;
|
|
6558
|
+
connect?: undefined;
|
|
6559
|
+
isAdmin?: undefined;
|
|
6508
6560
|
};
|
|
6509
6561
|
required: string[];
|
|
6510
6562
|
type: string;
|
|
@@ -6741,6 +6793,8 @@ declare const endpoints: {
|
|
|
6741
6793
|
answerId?: undefined;
|
|
6742
6794
|
finderPath?: undefined;
|
|
6743
6795
|
details?: undefined;
|
|
6796
|
+
connect?: undefined;
|
|
6797
|
+
isAdmin?: undefined;
|
|
6744
6798
|
};
|
|
6745
6799
|
required: string[];
|
|
6746
6800
|
type: string;
|
|
@@ -7044,6 +7098,8 @@ declare const endpoints: {
|
|
|
7044
7098
|
answerId?: undefined;
|
|
7045
7099
|
finderPath?: undefined;
|
|
7046
7100
|
details?: undefined;
|
|
7101
|
+
connect?: undefined;
|
|
7102
|
+
isAdmin?: undefined;
|
|
7047
7103
|
};
|
|
7048
7104
|
required: string[];
|
|
7049
7105
|
type: string;
|
|
@@ -7242,6 +7298,8 @@ declare const endpoints: {
|
|
|
7242
7298
|
answerId?: undefined;
|
|
7243
7299
|
finderPath?: undefined;
|
|
7244
7300
|
details?: undefined;
|
|
7301
|
+
connect?: undefined;
|
|
7302
|
+
isAdmin?: undefined;
|
|
7245
7303
|
};
|
|
7246
7304
|
required: string[];
|
|
7247
7305
|
type: string;
|
|
@@ -7428,6 +7486,8 @@ declare const endpoints: {
|
|
|
7428
7486
|
answerId?: undefined;
|
|
7429
7487
|
finderPath?: undefined;
|
|
7430
7488
|
details?: undefined;
|
|
7489
|
+
connect?: undefined;
|
|
7490
|
+
isAdmin?: undefined;
|
|
7431
7491
|
};
|
|
7432
7492
|
required: string[];
|
|
7433
7493
|
type: string;
|
|
@@ -7619,6 +7679,8 @@ declare const endpoints: {
|
|
|
7619
7679
|
answerId?: undefined;
|
|
7620
7680
|
finderPath?: undefined;
|
|
7621
7681
|
details?: undefined;
|
|
7682
|
+
connect?: undefined;
|
|
7683
|
+
isAdmin?: undefined;
|
|
7622
7684
|
};
|
|
7623
7685
|
required: string[];
|
|
7624
7686
|
type: string;
|
|
@@ -8011,6 +8073,8 @@ declare const endpoints: {
|
|
|
8011
8073
|
answerId?: undefined;
|
|
8012
8074
|
finderPath?: undefined;
|
|
8013
8075
|
details?: undefined;
|
|
8076
|
+
connect?: undefined;
|
|
8077
|
+
isAdmin?: undefined;
|
|
8014
8078
|
};
|
|
8015
8079
|
required: string[];
|
|
8016
8080
|
type: string;
|
|
@@ -8440,6 +8504,8 @@ declare const endpoints: {
|
|
|
8440
8504
|
answerId?: undefined;
|
|
8441
8505
|
finderPath?: undefined;
|
|
8442
8506
|
details?: undefined;
|
|
8507
|
+
connect?: undefined;
|
|
8508
|
+
isAdmin?: undefined;
|
|
8443
8509
|
};
|
|
8444
8510
|
required: string[];
|
|
8445
8511
|
type: string;
|
|
@@ -8788,6 +8854,8 @@ declare const endpoints: {
|
|
|
8788
8854
|
answerId?: undefined;
|
|
8789
8855
|
finderPath?: undefined;
|
|
8790
8856
|
details?: undefined;
|
|
8857
|
+
connect?: undefined;
|
|
8858
|
+
isAdmin?: undefined;
|
|
8791
8859
|
};
|
|
8792
8860
|
required: string[];
|
|
8793
8861
|
type: string;
|
|
@@ -9174,6 +9242,8 @@ declare const endpoints: {
|
|
|
9174
9242
|
answerId?: undefined;
|
|
9175
9243
|
finderPath?: undefined;
|
|
9176
9244
|
details?: undefined;
|
|
9245
|
+
connect?: undefined;
|
|
9246
|
+
isAdmin?: undefined;
|
|
9177
9247
|
};
|
|
9178
9248
|
required: string[];
|
|
9179
9249
|
type: string;
|
|
@@ -9545,6 +9615,8 @@ declare const endpoints: {
|
|
|
9545
9615
|
answerId?: undefined;
|
|
9546
9616
|
finderPath?: undefined;
|
|
9547
9617
|
details?: undefined;
|
|
9618
|
+
connect?: undefined;
|
|
9619
|
+
isAdmin?: undefined;
|
|
9548
9620
|
};
|
|
9549
9621
|
required: string[];
|
|
9550
9622
|
type: string;
|
|
@@ -9967,6 +10039,8 @@ declare const endpoints: {
|
|
|
9967
10039
|
answerId?: undefined;
|
|
9968
10040
|
finderPath?: undefined;
|
|
9969
10041
|
details?: undefined;
|
|
10042
|
+
connect?: undefined;
|
|
10043
|
+
isAdmin?: undefined;
|
|
9970
10044
|
};
|
|
9971
10045
|
required: string[];
|
|
9972
10046
|
type: string;
|
|
@@ -10335,6 +10409,8 @@ declare const endpoints: {
|
|
|
10335
10409
|
answerId?: undefined;
|
|
10336
10410
|
finderPath?: undefined;
|
|
10337
10411
|
details?: undefined;
|
|
10412
|
+
connect?: undefined;
|
|
10413
|
+
isAdmin?: undefined;
|
|
10338
10414
|
};
|
|
10339
10415
|
required: string[];
|
|
10340
10416
|
type: string;
|
|
@@ -10756,6 +10832,8 @@ declare const endpoints: {
|
|
|
10756
10832
|
answerId?: undefined;
|
|
10757
10833
|
finderPath?: undefined;
|
|
10758
10834
|
details?: undefined;
|
|
10835
|
+
connect?: undefined;
|
|
10836
|
+
isAdmin?: undefined;
|
|
10759
10837
|
};
|
|
10760
10838
|
required: string[];
|
|
10761
10839
|
type: string;
|
|
@@ -11124,6 +11202,8 @@ declare const endpoints: {
|
|
|
11124
11202
|
answerId?: undefined;
|
|
11125
11203
|
finderPath?: undefined;
|
|
11126
11204
|
details?: undefined;
|
|
11205
|
+
connect?: undefined;
|
|
11206
|
+
isAdmin?: undefined;
|
|
11127
11207
|
};
|
|
11128
11208
|
required: string[];
|
|
11129
11209
|
type: string;
|
|
@@ -11451,6 +11531,8 @@ declare const endpoints: {
|
|
|
11451
11531
|
answerId?: undefined;
|
|
11452
11532
|
finderPath?: undefined;
|
|
11453
11533
|
details?: undefined;
|
|
11534
|
+
connect?: undefined;
|
|
11535
|
+
isAdmin?: undefined;
|
|
11454
11536
|
};
|
|
11455
11537
|
required: string[];
|
|
11456
11538
|
type: string;
|
|
@@ -11791,6 +11873,8 @@ declare const endpoints: {
|
|
|
11791
11873
|
answerId?: undefined;
|
|
11792
11874
|
finderPath?: undefined;
|
|
11793
11875
|
details?: undefined;
|
|
11876
|
+
connect?: undefined;
|
|
11877
|
+
isAdmin?: undefined;
|
|
11794
11878
|
};
|
|
11795
11879
|
required: string[];
|
|
11796
11880
|
type: string;
|
|
@@ -12167,6 +12251,8 @@ declare const endpoints: {
|
|
|
12167
12251
|
answerId?: undefined;
|
|
12168
12252
|
finderPath?: undefined;
|
|
12169
12253
|
details?: undefined;
|
|
12254
|
+
connect?: undefined;
|
|
12255
|
+
isAdmin?: undefined;
|
|
12170
12256
|
};
|
|
12171
12257
|
required: string[];
|
|
12172
12258
|
type: string;
|
|
@@ -12554,6 +12640,8 @@ declare const endpoints: {
|
|
|
12554
12640
|
answerId?: undefined;
|
|
12555
12641
|
finderPath?: undefined;
|
|
12556
12642
|
details?: undefined;
|
|
12643
|
+
connect?: undefined;
|
|
12644
|
+
isAdmin?: undefined;
|
|
12557
12645
|
};
|
|
12558
12646
|
required: string[];
|
|
12559
12647
|
type: string;
|
|
@@ -12922,6 +13010,8 @@ declare const endpoints: {
|
|
|
12922
13010
|
answerId?: undefined;
|
|
12923
13011
|
finderPath?: undefined;
|
|
12924
13012
|
details?: undefined;
|
|
13013
|
+
connect?: undefined;
|
|
13014
|
+
isAdmin?: undefined;
|
|
12925
13015
|
};
|
|
12926
13016
|
required: string[];
|
|
12927
13017
|
type: string;
|
|
@@ -13343,6 +13433,8 @@ declare const endpoints: {
|
|
|
13343
13433
|
answerId?: undefined;
|
|
13344
13434
|
finderPath?: undefined;
|
|
13345
13435
|
details?: undefined;
|
|
13436
|
+
connect?: undefined;
|
|
13437
|
+
isAdmin?: undefined;
|
|
13346
13438
|
};
|
|
13347
13439
|
required: string[];
|
|
13348
13440
|
type: string;
|
|
@@ -13624,6 +13716,8 @@ declare const endpoints: {
|
|
|
13624
13716
|
answerId?: undefined;
|
|
13625
13717
|
finderPath?: undefined;
|
|
13626
13718
|
details?: undefined;
|
|
13719
|
+
connect?: undefined;
|
|
13720
|
+
isAdmin?: undefined;
|
|
13627
13721
|
};
|
|
13628
13722
|
required: string[];
|
|
13629
13723
|
type: string;
|
|
@@ -14080,6 +14174,8 @@ declare const endpoints: {
|
|
|
14080
14174
|
answerId?: undefined;
|
|
14081
14175
|
finderPath?: undefined;
|
|
14082
14176
|
details?: undefined;
|
|
14177
|
+
connect?: undefined;
|
|
14178
|
+
isAdmin?: undefined;
|
|
14083
14179
|
};
|
|
14084
14180
|
required: string[];
|
|
14085
14181
|
type: string;
|
|
@@ -14323,6 +14419,8 @@ declare const endpoints: {
|
|
|
14323
14419
|
answerId?: undefined;
|
|
14324
14420
|
finderPath?: undefined;
|
|
14325
14421
|
details?: undefined;
|
|
14422
|
+
connect?: undefined;
|
|
14423
|
+
isAdmin?: undefined;
|
|
14326
14424
|
};
|
|
14327
14425
|
required: string[];
|
|
14328
14426
|
type: string;
|
|
@@ -14582,6 +14680,8 @@ declare const endpoints: {
|
|
|
14582
14680
|
answerId?: undefined;
|
|
14583
14681
|
finderPath?: undefined;
|
|
14584
14682
|
details?: undefined;
|
|
14683
|
+
connect?: undefined;
|
|
14684
|
+
isAdmin?: undefined;
|
|
14585
14685
|
};
|
|
14586
14686
|
required: string[];
|
|
14587
14687
|
type: string;
|
|
@@ -14808,6 +14908,8 @@ declare const endpoints: {
|
|
|
14808
14908
|
answerId?: undefined;
|
|
14809
14909
|
finderPath?: undefined;
|
|
14810
14910
|
details?: undefined;
|
|
14911
|
+
connect?: undefined;
|
|
14912
|
+
isAdmin?: undefined;
|
|
14811
14913
|
};
|
|
14812
14914
|
required: string[];
|
|
14813
14915
|
type: string;
|
|
@@ -15131,6 +15233,8 @@ declare const endpoints: {
|
|
|
15131
15233
|
answerId?: undefined;
|
|
15132
15234
|
finderPath?: undefined;
|
|
15133
15235
|
details?: undefined;
|
|
15236
|
+
connect?: undefined;
|
|
15237
|
+
isAdmin?: undefined;
|
|
15134
15238
|
};
|
|
15135
15239
|
required: string[];
|
|
15136
15240
|
type: string;
|
|
@@ -15475,6 +15579,8 @@ declare const endpoints: {
|
|
|
15475
15579
|
answerId?: undefined;
|
|
15476
15580
|
finderPath?: undefined;
|
|
15477
15581
|
details?: undefined;
|
|
15582
|
+
connect?: undefined;
|
|
15583
|
+
isAdmin?: undefined;
|
|
15478
15584
|
};
|
|
15479
15585
|
required: string[];
|
|
15480
15586
|
type: string;
|
|
@@ -15792,6 +15898,8 @@ declare const endpoints: {
|
|
|
15792
15898
|
answerId?: undefined;
|
|
15793
15899
|
finderPath?: undefined;
|
|
15794
15900
|
details?: undefined;
|
|
15901
|
+
connect?: undefined;
|
|
15902
|
+
isAdmin?: undefined;
|
|
15795
15903
|
};
|
|
15796
15904
|
required: string[];
|
|
15797
15905
|
type: string;
|
|
@@ -16220,6 +16328,8 @@ declare const endpoints: {
|
|
|
16220
16328
|
answerId?: undefined;
|
|
16221
16329
|
finderPath?: undefined;
|
|
16222
16330
|
details?: undefined;
|
|
16331
|
+
connect?: undefined;
|
|
16332
|
+
isAdmin?: undefined;
|
|
16223
16333
|
};
|
|
16224
16334
|
required: string[];
|
|
16225
16335
|
startBeforeEnd: boolean;
|
|
@@ -16516,6 +16626,8 @@ declare const endpoints: {
|
|
|
16516
16626
|
answerId?: undefined;
|
|
16517
16627
|
finderPath?: undefined;
|
|
16518
16628
|
details?: undefined;
|
|
16629
|
+
connect?: undefined;
|
|
16630
|
+
isAdmin?: undefined;
|
|
16519
16631
|
};
|
|
16520
16632
|
required: string[];
|
|
16521
16633
|
type: string;
|
|
@@ -16705,6 +16817,8 @@ declare const endpoints: {
|
|
|
16705
16817
|
answerId?: undefined;
|
|
16706
16818
|
finderPath?: undefined;
|
|
16707
16819
|
details?: undefined;
|
|
16820
|
+
connect?: undefined;
|
|
16821
|
+
isAdmin?: undefined;
|
|
16708
16822
|
};
|
|
16709
16823
|
required: string[];
|
|
16710
16824
|
type: string;
|
|
@@ -16884,6 +16998,8 @@ declare const endpoints: {
|
|
|
16884
16998
|
answerId?: undefined;
|
|
16885
16999
|
finderPath?: undefined;
|
|
16886
17000
|
details?: undefined;
|
|
17001
|
+
connect?: undefined;
|
|
17002
|
+
isAdmin?: undefined;
|
|
16887
17003
|
};
|
|
16888
17004
|
required: string[];
|
|
16889
17005
|
type: string;
|
|
@@ -17077,6 +17193,8 @@ declare const endpoints: {
|
|
|
17077
17193
|
answerId?: undefined;
|
|
17078
17194
|
finderPath?: undefined;
|
|
17079
17195
|
details?: undefined;
|
|
17196
|
+
connect?: undefined;
|
|
17197
|
+
isAdmin?: undefined;
|
|
17080
17198
|
};
|
|
17081
17199
|
type: string;
|
|
17082
17200
|
required?: undefined;
|
|
@@ -17268,6 +17386,8 @@ declare const endpoints: {
|
|
|
17268
17386
|
answerId?: undefined;
|
|
17269
17387
|
finderPath?: undefined;
|
|
17270
17388
|
details?: undefined;
|
|
17389
|
+
connect?: undefined;
|
|
17390
|
+
isAdmin?: undefined;
|
|
17271
17391
|
};
|
|
17272
17392
|
type: string;
|
|
17273
17393
|
required?: undefined;
|
|
@@ -17449,6 +17569,8 @@ declare const endpoints: {
|
|
|
17449
17569
|
answerId?: undefined;
|
|
17450
17570
|
finderPath?: undefined;
|
|
17451
17571
|
details?: undefined;
|
|
17572
|
+
connect?: undefined;
|
|
17573
|
+
isAdmin?: undefined;
|
|
17452
17574
|
};
|
|
17453
17575
|
required: string[];
|
|
17454
17576
|
type: string;
|
|
@@ -17708,6 +17830,8 @@ declare const endpoints: {
|
|
|
17708
17830
|
answerId?: undefined;
|
|
17709
17831
|
finderPath?: undefined;
|
|
17710
17832
|
details?: undefined;
|
|
17833
|
+
connect?: undefined;
|
|
17834
|
+
isAdmin?: undefined;
|
|
17711
17835
|
};
|
|
17712
17836
|
required: string[];
|
|
17713
17837
|
type: string;
|
|
@@ -18020,6 +18144,8 @@ declare const endpoints: {
|
|
|
18020
18144
|
answerId?: undefined;
|
|
18021
18145
|
finderPath?: undefined;
|
|
18022
18146
|
details?: undefined;
|
|
18147
|
+
connect?: undefined;
|
|
18148
|
+
isAdmin?: undefined;
|
|
18023
18149
|
};
|
|
18024
18150
|
required: string[];
|
|
18025
18151
|
type: string;
|
|
@@ -18243,6 +18369,8 @@ declare const endpoints: {
|
|
|
18243
18369
|
answerId?: undefined;
|
|
18244
18370
|
finderPath?: undefined;
|
|
18245
18371
|
details?: undefined;
|
|
18372
|
+
connect?: undefined;
|
|
18373
|
+
isAdmin?: undefined;
|
|
18246
18374
|
};
|
|
18247
18375
|
required: string[];
|
|
18248
18376
|
type: string;
|
|
@@ -18460,6 +18588,8 @@ declare const endpoints: {
|
|
|
18460
18588
|
answerId?: undefined;
|
|
18461
18589
|
finderPath?: undefined;
|
|
18462
18590
|
details?: undefined;
|
|
18591
|
+
connect?: undefined;
|
|
18592
|
+
isAdmin?: undefined;
|
|
18463
18593
|
};
|
|
18464
18594
|
required: string[];
|
|
18465
18595
|
type: string;
|
|
@@ -18771,6 +18901,8 @@ declare const endpoints: {
|
|
|
18771
18901
|
answerId?: undefined;
|
|
18772
18902
|
finderPath?: undefined;
|
|
18773
18903
|
details?: undefined;
|
|
18904
|
+
connect?: undefined;
|
|
18905
|
+
isAdmin?: undefined;
|
|
18774
18906
|
};
|
|
18775
18907
|
required: string[];
|
|
18776
18908
|
then: {
|
|
@@ -18964,6 +19096,8 @@ declare const endpoints: {
|
|
|
18964
19096
|
answerId?: undefined;
|
|
18965
19097
|
finderPath?: undefined;
|
|
18966
19098
|
details?: undefined;
|
|
19099
|
+
connect?: undefined;
|
|
19100
|
+
isAdmin?: undefined;
|
|
18967
19101
|
};
|
|
18968
19102
|
required: string[];
|
|
18969
19103
|
type: string;
|
|
@@ -19299,6 +19433,8 @@ declare const endpoints: {
|
|
|
19299
19433
|
answerId?: undefined;
|
|
19300
19434
|
finderPath?: undefined;
|
|
19301
19435
|
details?: undefined;
|
|
19436
|
+
connect?: undefined;
|
|
19437
|
+
isAdmin?: undefined;
|
|
19302
19438
|
};
|
|
19303
19439
|
required: string[];
|
|
19304
19440
|
type: string;
|
|
@@ -19511,6 +19647,8 @@ declare const endpoints: {
|
|
|
19511
19647
|
answerId?: undefined;
|
|
19512
19648
|
finderPath?: undefined;
|
|
19513
19649
|
details?: undefined;
|
|
19650
|
+
connect?: undefined;
|
|
19651
|
+
isAdmin?: undefined;
|
|
19514
19652
|
};
|
|
19515
19653
|
type: string;
|
|
19516
19654
|
required?: undefined;
|
|
@@ -19772,6 +19910,8 @@ declare const endpoints: {
|
|
|
19772
19910
|
answerId?: undefined;
|
|
19773
19911
|
finderPath?: undefined;
|
|
19774
19912
|
details?: undefined;
|
|
19913
|
+
connect?: undefined;
|
|
19914
|
+
isAdmin?: undefined;
|
|
19775
19915
|
};
|
|
19776
19916
|
type: string;
|
|
19777
19917
|
required?: undefined;
|
|
@@ -20045,6 +20185,8 @@ declare const endpoints: {
|
|
|
20045
20185
|
answerId?: undefined;
|
|
20046
20186
|
finderPath?: undefined;
|
|
20047
20187
|
details?: undefined;
|
|
20188
|
+
connect?: undefined;
|
|
20189
|
+
isAdmin?: undefined;
|
|
20048
20190
|
};
|
|
20049
20191
|
type: string;
|
|
20050
20192
|
required?: undefined;
|
|
@@ -20252,6 +20394,8 @@ declare const endpoints: {
|
|
|
20252
20394
|
answerId?: undefined;
|
|
20253
20395
|
finderPath?: undefined;
|
|
20254
20396
|
details?: undefined;
|
|
20397
|
+
connect?: undefined;
|
|
20398
|
+
isAdmin?: undefined;
|
|
20255
20399
|
};
|
|
20256
20400
|
required: string[];
|
|
20257
20401
|
type: string;
|
|
@@ -20460,6 +20604,8 @@ declare const endpoints: {
|
|
|
20460
20604
|
answerId?: undefined;
|
|
20461
20605
|
finderPath?: undefined;
|
|
20462
20606
|
details?: undefined;
|
|
20607
|
+
connect?: undefined;
|
|
20608
|
+
isAdmin?: undefined;
|
|
20463
20609
|
};
|
|
20464
20610
|
type: string;
|
|
20465
20611
|
required?: undefined;
|
|
@@ -20690,6 +20836,8 @@ declare const endpoints: {
|
|
|
20690
20836
|
answerId?: undefined;
|
|
20691
20837
|
finderPath?: undefined;
|
|
20692
20838
|
details?: undefined;
|
|
20839
|
+
connect?: undefined;
|
|
20840
|
+
isAdmin?: undefined;
|
|
20693
20841
|
};
|
|
20694
20842
|
type: string;
|
|
20695
20843
|
required?: undefined;
|
|
@@ -21057,6 +21205,8 @@ declare const endpoints: {
|
|
|
21057
21205
|
answerId?: undefined;
|
|
21058
21206
|
finderPath?: undefined;
|
|
21059
21207
|
details?: undefined;
|
|
21208
|
+
connect?: undefined;
|
|
21209
|
+
isAdmin?: undefined;
|
|
21060
21210
|
};
|
|
21061
21211
|
required: string[];
|
|
21062
21212
|
type: string;
|
|
@@ -21478,6 +21628,8 @@ declare const endpoints: {
|
|
|
21478
21628
|
answerId?: undefined;
|
|
21479
21629
|
finderPath?: undefined;
|
|
21480
21630
|
details?: undefined;
|
|
21631
|
+
connect?: undefined;
|
|
21632
|
+
isAdmin?: undefined;
|
|
21481
21633
|
};
|
|
21482
21634
|
required: string[];
|
|
21483
21635
|
type: string;
|
|
@@ -21661,6 +21813,8 @@ declare const endpoints: {
|
|
|
21661
21813
|
contentKey?: undefined;
|
|
21662
21814
|
folderId?: undefined;
|
|
21663
21815
|
details?: undefined;
|
|
21816
|
+
connect?: undefined;
|
|
21817
|
+
isAdmin?: undefined;
|
|
21664
21818
|
};
|
|
21665
21819
|
required: string[];
|
|
21666
21820
|
type: string;
|
|
@@ -21855,6 +22009,8 @@ declare const endpoints: {
|
|
|
21855
22009
|
folderId?: undefined;
|
|
21856
22010
|
answerId?: undefined;
|
|
21857
22011
|
finderPath?: undefined;
|
|
22012
|
+
connect?: undefined;
|
|
22013
|
+
isAdmin?: undefined;
|
|
21858
22014
|
};
|
|
21859
22015
|
required: string[];
|
|
21860
22016
|
type: string;
|
|
@@ -22052,6 +22208,8 @@ declare const endpoints: {
|
|
|
22052
22208
|
folderId?: undefined;
|
|
22053
22209
|
answerId?: undefined;
|
|
22054
22210
|
finderPath?: undefined;
|
|
22211
|
+
connect?: undefined;
|
|
22212
|
+
isAdmin?: undefined;
|
|
22055
22213
|
};
|
|
22056
22214
|
required: string[];
|
|
22057
22215
|
type: string;
|
|
@@ -22237,6 +22395,8 @@ declare const endpoints: {
|
|
|
22237
22395
|
answerId?: undefined;
|
|
22238
22396
|
finderPath?: undefined;
|
|
22239
22397
|
details?: undefined;
|
|
22398
|
+
connect?: undefined;
|
|
22399
|
+
isAdmin?: undefined;
|
|
22240
22400
|
};
|
|
22241
22401
|
required: string[];
|
|
22242
22402
|
type: string;
|
|
@@ -22458,6 +22618,8 @@ declare const endpoints: {
|
|
|
22458
22618
|
answerId?: undefined;
|
|
22459
22619
|
finderPath?: undefined;
|
|
22460
22620
|
details?: undefined;
|
|
22621
|
+
connect?: undefined;
|
|
22622
|
+
isAdmin?: undefined;
|
|
22461
22623
|
};
|
|
22462
22624
|
required: string[];
|
|
22463
22625
|
type: string;
|
|
@@ -22474,6 +22636,200 @@ declare const endpoints: {
|
|
|
22474
22636
|
postActions?: undefined;
|
|
22475
22637
|
params?: undefined;
|
|
22476
22638
|
functionCocostum?: undefined;
|
|
22639
|
+
} | {
|
|
22640
|
+
auth: string;
|
|
22641
|
+
constant: string;
|
|
22642
|
+
contentType: string;
|
|
22643
|
+
method: string;
|
|
22644
|
+
path: string;
|
|
22645
|
+
request: {
|
|
22646
|
+
additionalProperties: boolean;
|
|
22647
|
+
properties: {
|
|
22648
|
+
childId: {
|
|
22649
|
+
pattern: string;
|
|
22650
|
+
type: string;
|
|
22651
|
+
};
|
|
22652
|
+
childType: {
|
|
22653
|
+
enum: string[];
|
|
22654
|
+
type: string;
|
|
22655
|
+
};
|
|
22656
|
+
connect: {
|
|
22657
|
+
enum: string[];
|
|
22658
|
+
type: string;
|
|
22659
|
+
};
|
|
22660
|
+
isAdmin: {
|
|
22661
|
+
const: boolean;
|
|
22662
|
+
default: boolean;
|
|
22663
|
+
type: string;
|
|
22664
|
+
};
|
|
22665
|
+
parentId: {
|
|
22666
|
+
pattern: string;
|
|
22667
|
+
type: string;
|
|
22668
|
+
};
|
|
22669
|
+
parentType: {
|
|
22670
|
+
enum: string[];
|
|
22671
|
+
type: string;
|
|
22672
|
+
};
|
|
22673
|
+
app?: undefined;
|
|
22674
|
+
email?: undefined;
|
|
22675
|
+
isInvitation?: undefined;
|
|
22676
|
+
mode?: undefined;
|
|
22677
|
+
name?: undefined;
|
|
22678
|
+
pendingUserId?: undefined;
|
|
22679
|
+
pwd?: undefined;
|
|
22680
|
+
username?: undefined;
|
|
22681
|
+
password?: undefined;
|
|
22682
|
+
refreshToken?: undefined;
|
|
22683
|
+
type?: undefined;
|
|
22684
|
+
serverUrl?: undefined;
|
|
22685
|
+
newPassword?: undefined;
|
|
22686
|
+
newPassword2?: undefined;
|
|
22687
|
+
oldPassword?: undefined;
|
|
22688
|
+
scope?: undefined;
|
|
22689
|
+
userId?: undefined;
|
|
22690
|
+
idEntity?: undefined;
|
|
22691
|
+
typeEntity?: undefined;
|
|
22692
|
+
value?: undefined;
|
|
22693
|
+
block?: undefined;
|
|
22694
|
+
descMentions?: undefined;
|
|
22695
|
+
description?: undefined;
|
|
22696
|
+
id?: undefined;
|
|
22697
|
+
shortDescription?: undefined;
|
|
22698
|
+
typeElement?: undefined;
|
|
22699
|
+
diaspora?: undefined;
|
|
22700
|
+
facebook?: undefined;
|
|
22701
|
+
github?: undefined;
|
|
22702
|
+
gitlab?: undefined;
|
|
22703
|
+
instagram?: undefined;
|
|
22704
|
+
mastodon?: undefined;
|
|
22705
|
+
signal?: undefined;
|
|
22706
|
+
telegram?: undefined;
|
|
22707
|
+
twitter?: undefined;
|
|
22708
|
+
address?: undefined;
|
|
22709
|
+
geo?: undefined;
|
|
22710
|
+
geoPosition?: undefined;
|
|
22711
|
+
slug?: undefined;
|
|
22712
|
+
profil_avatar?: undefined;
|
|
22713
|
+
banner?: undefined;
|
|
22714
|
+
cropH?: undefined;
|
|
22715
|
+
cropW?: undefined;
|
|
22716
|
+
cropX?: undefined;
|
|
22717
|
+
cropY?: undefined;
|
|
22718
|
+
formOrigin?: undefined;
|
|
22719
|
+
tpl?: undefined;
|
|
22720
|
+
listInvite?: undefined;
|
|
22721
|
+
dateLimit?: undefined;
|
|
22722
|
+
indexStep?: undefined;
|
|
22723
|
+
search?: undefined;
|
|
22724
|
+
ids?: undefined;
|
|
22725
|
+
json?: undefined;
|
|
22726
|
+
markdownActive?: undefined;
|
|
22727
|
+
mediaFile?: undefined;
|
|
22728
|
+
mediaImg?: undefined;
|
|
22729
|
+
mentions?: undefined;
|
|
22730
|
+
tags?: undefined;
|
|
22731
|
+
text?: undefined;
|
|
22732
|
+
newsImage?: undefined;
|
|
22733
|
+
newsFile?: undefined;
|
|
22734
|
+
isLive?: undefined;
|
|
22735
|
+
idNews?: undefined;
|
|
22736
|
+
comment?: undefined;
|
|
22737
|
+
connectType?: undefined;
|
|
22738
|
+
argval?: undefined;
|
|
22739
|
+
contextId?: undefined;
|
|
22740
|
+
contextType?: undefined;
|
|
22741
|
+
parentCommentId?: undefined;
|
|
22742
|
+
path?: undefined;
|
|
22743
|
+
params?: undefined;
|
|
22744
|
+
count?: undefined;
|
|
22745
|
+
countType?: undefined;
|
|
22746
|
+
fediverse?: undefined;
|
|
22747
|
+
filters?: undefined;
|
|
22748
|
+
indexMax?: undefined;
|
|
22749
|
+
indexMin?: undefined;
|
|
22750
|
+
initType?: undefined;
|
|
22751
|
+
locality?: undefined;
|
|
22752
|
+
notSourceKey?: undefined;
|
|
22753
|
+
ranges?: undefined;
|
|
22754
|
+
searchBy?: undefined;
|
|
22755
|
+
searchTags?: undefined;
|
|
22756
|
+
searchType?: undefined;
|
|
22757
|
+
countryCode?: undefined;
|
|
22758
|
+
formInMap?: undefined;
|
|
22759
|
+
scopeValue?: undefined;
|
|
22760
|
+
fields?: undefined;
|
|
22761
|
+
collection?: undefined;
|
|
22762
|
+
pull?: undefined;
|
|
22763
|
+
arrayForm?: undefined;
|
|
22764
|
+
key?: undefined;
|
|
22765
|
+
preferences?: undefined;
|
|
22766
|
+
role?: undefined;
|
|
22767
|
+
url?: undefined;
|
|
22768
|
+
parent?: undefined;
|
|
22769
|
+
public?: undefined;
|
|
22770
|
+
urls?: undefined;
|
|
22771
|
+
endDate?: undefined;
|
|
22772
|
+
openingHours?: undefined;
|
|
22773
|
+
organizer?: undefined;
|
|
22774
|
+
recurrency?: undefined;
|
|
22775
|
+
startDate?: undefined;
|
|
22776
|
+
timeZone?: undefined;
|
|
22777
|
+
qqfile?: undefined;
|
|
22778
|
+
qqfilename?: undefined;
|
|
22779
|
+
qqtotalfilesize?: undefined;
|
|
22780
|
+
qquuid?: undefined;
|
|
22781
|
+
linkOption?: undefined;
|
|
22782
|
+
searchMode?: undefined;
|
|
22783
|
+
refreshTimestamp?: undefined;
|
|
22784
|
+
action?: undefined;
|
|
22785
|
+
all?: undefined;
|
|
22786
|
+
actor?: undefined;
|
|
22787
|
+
payload?: undefined;
|
|
22788
|
+
criteria?: undefined;
|
|
22789
|
+
isParcours?: undefined;
|
|
22790
|
+
issuer?: undefined;
|
|
22791
|
+
award?: undefined;
|
|
22792
|
+
badgeId?: undefined;
|
|
22793
|
+
evidences?: undefined;
|
|
22794
|
+
narative?: undefined;
|
|
22795
|
+
endDateUTC?: undefined;
|
|
22796
|
+
startDateUTC?: undefined;
|
|
22797
|
+
costumEditMode?: undefined;
|
|
22798
|
+
costumSlug?: undefined;
|
|
22799
|
+
mapUsed?: undefined;
|
|
22800
|
+
options?: undefined;
|
|
22801
|
+
sortBy?: undefined;
|
|
22802
|
+
sourceKey?: undefined;
|
|
22803
|
+
parent_only?: undefined;
|
|
22804
|
+
types?: undefined;
|
|
22805
|
+
date?: undefined;
|
|
22806
|
+
fromToday?: undefined;
|
|
22807
|
+
regions?: undefined;
|
|
22808
|
+
timezone?: undefined;
|
|
22809
|
+
event?: undefined;
|
|
22810
|
+
tl?: undefined;
|
|
22811
|
+
contentKey?: undefined;
|
|
22812
|
+
folderId?: undefined;
|
|
22813
|
+
answerId?: undefined;
|
|
22814
|
+
finderPath?: undefined;
|
|
22815
|
+
details?: undefined;
|
|
22816
|
+
};
|
|
22817
|
+
required: string[];
|
|
22818
|
+
type: string;
|
|
22819
|
+
allOf?: undefined;
|
|
22820
|
+
$defs?: undefined;
|
|
22821
|
+
else?: undefined;
|
|
22822
|
+
if?: undefined;
|
|
22823
|
+
then?: undefined;
|
|
22824
|
+
anyOf?: undefined;
|
|
22825
|
+
startBeforeEnd?: undefined;
|
|
22826
|
+
};
|
|
22827
|
+
generateModule?: undefined;
|
|
22828
|
+
onlyAuthNone?: undefined;
|
|
22829
|
+
postActions?: undefined;
|
|
22830
|
+
pathParams?: undefined;
|
|
22831
|
+
params?: undefined;
|
|
22832
|
+
functionCocostum?: undefined;
|
|
22477
22833
|
})[];
|
|
22478
22834
|
};
|
|
22479
22835
|
export default endpoints;
|