@communecter/cocolight-api-client 1.0.130 → 1.0.131
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 +2 -2
- 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/Action.ts +531 -4
- package/src/api/BaseEntity.ts +22 -0
- package/src/api/EndpointApi.ts +81 -1
- package/src/api/EndpointApi.types.ts +73 -0
- package/src/api/Organization.ts +3 -1
- package/src/api/Project.ts +14 -0
- package/src/endpoints.module.ts +166 -159
- package/types/api/Action.d.ts +275 -2
- package/types/api/BaseEntity.d.ts +17 -0
- package/types/api/EndpointApi.d.ts +51 -1
- package/types/api/EndpointApi.types.d.ts +63 -0
- package/types/api/Project.d.ts +8 -0
- package/types/endpoints.module.d.ts +1117 -0
|
@@ -219,6 +219,10 @@ declare const endpoints: {
|
|
|
219
219
|
min?: undefined;
|
|
220
220
|
status?: undefined;
|
|
221
221
|
timeSpent?: undefined;
|
|
222
|
+
user?: undefined;
|
|
223
|
+
contributor?: undefined;
|
|
224
|
+
contributors?: undefined;
|
|
225
|
+
participate?: undefined;
|
|
222
226
|
limit?: undefined;
|
|
223
227
|
category?: undefined;
|
|
224
228
|
section?: undefined;
|
|
@@ -455,6 +459,10 @@ declare const endpoints: {
|
|
|
455
459
|
min?: undefined;
|
|
456
460
|
status?: undefined;
|
|
457
461
|
timeSpent?: undefined;
|
|
462
|
+
user?: undefined;
|
|
463
|
+
contributor?: undefined;
|
|
464
|
+
contributors?: undefined;
|
|
465
|
+
participate?: undefined;
|
|
458
466
|
limit?: undefined;
|
|
459
467
|
category?: undefined;
|
|
460
468
|
section?: undefined;
|
|
@@ -676,6 +684,10 @@ declare const endpoints: {
|
|
|
676
684
|
min?: undefined;
|
|
677
685
|
status?: undefined;
|
|
678
686
|
timeSpent?: undefined;
|
|
687
|
+
user?: undefined;
|
|
688
|
+
contributor?: undefined;
|
|
689
|
+
contributors?: undefined;
|
|
690
|
+
participate?: undefined;
|
|
679
691
|
limit?: undefined;
|
|
680
692
|
category?: undefined;
|
|
681
693
|
section?: undefined;
|
|
@@ -921,6 +933,10 @@ declare const endpoints: {
|
|
|
921
933
|
min?: undefined;
|
|
922
934
|
status?: undefined;
|
|
923
935
|
timeSpent?: undefined;
|
|
936
|
+
user?: undefined;
|
|
937
|
+
contributor?: undefined;
|
|
938
|
+
contributors?: undefined;
|
|
939
|
+
participate?: undefined;
|
|
924
940
|
limit?: undefined;
|
|
925
941
|
category?: undefined;
|
|
926
942
|
section?: undefined;
|
|
@@ -1144,6 +1160,10 @@ declare const endpoints: {
|
|
|
1144
1160
|
min?: undefined;
|
|
1145
1161
|
status?: undefined;
|
|
1146
1162
|
timeSpent?: undefined;
|
|
1163
|
+
user?: undefined;
|
|
1164
|
+
contributor?: undefined;
|
|
1165
|
+
contributors?: undefined;
|
|
1166
|
+
participate?: undefined;
|
|
1147
1167
|
limit?: undefined;
|
|
1148
1168
|
category?: undefined;
|
|
1149
1169
|
section?: undefined;
|
|
@@ -1383,6 +1403,10 @@ declare const endpoints: {
|
|
|
1383
1403
|
min?: undefined;
|
|
1384
1404
|
status?: undefined;
|
|
1385
1405
|
timeSpent?: undefined;
|
|
1406
|
+
user?: undefined;
|
|
1407
|
+
contributor?: undefined;
|
|
1408
|
+
contributors?: undefined;
|
|
1409
|
+
participate?: undefined;
|
|
1386
1410
|
limit?: undefined;
|
|
1387
1411
|
category?: undefined;
|
|
1388
1412
|
section?: undefined;
|
|
@@ -1723,6 +1747,10 @@ declare const endpoints: {
|
|
|
1723
1747
|
min?: undefined;
|
|
1724
1748
|
status?: undefined;
|
|
1725
1749
|
timeSpent?: undefined;
|
|
1750
|
+
user?: undefined;
|
|
1751
|
+
contributor?: undefined;
|
|
1752
|
+
contributors?: undefined;
|
|
1753
|
+
participate?: undefined;
|
|
1726
1754
|
limit?: undefined;
|
|
1727
1755
|
category?: undefined;
|
|
1728
1756
|
section?: undefined;
|
|
@@ -2012,6 +2040,10 @@ declare const endpoints: {
|
|
|
2012
2040
|
min?: undefined;
|
|
2013
2041
|
status?: undefined;
|
|
2014
2042
|
timeSpent?: undefined;
|
|
2043
|
+
user?: undefined;
|
|
2044
|
+
contributor?: undefined;
|
|
2045
|
+
contributors?: undefined;
|
|
2046
|
+
participate?: undefined;
|
|
2015
2047
|
limit?: undefined;
|
|
2016
2048
|
category?: undefined;
|
|
2017
2049
|
section?: undefined;
|
|
@@ -2923,6 +2955,10 @@ declare const endpoints: {
|
|
|
2923
2955
|
min?: undefined;
|
|
2924
2956
|
status?: undefined;
|
|
2925
2957
|
timeSpent?: undefined;
|
|
2958
|
+
user?: undefined;
|
|
2959
|
+
contributor?: undefined;
|
|
2960
|
+
contributors?: undefined;
|
|
2961
|
+
participate?: undefined;
|
|
2926
2962
|
limit?: undefined;
|
|
2927
2963
|
category?: undefined;
|
|
2928
2964
|
section?: undefined;
|
|
@@ -3367,6 +3403,10 @@ declare const endpoints: {
|
|
|
3367
3403
|
min?: undefined;
|
|
3368
3404
|
status?: undefined;
|
|
3369
3405
|
timeSpent?: undefined;
|
|
3406
|
+
user?: undefined;
|
|
3407
|
+
contributor?: undefined;
|
|
3408
|
+
contributors?: undefined;
|
|
3409
|
+
participate?: undefined;
|
|
3370
3410
|
limit?: undefined;
|
|
3371
3411
|
category?: undefined;
|
|
3372
3412
|
section?: undefined;
|
|
@@ -3722,6 +3762,10 @@ declare const endpoints: {
|
|
|
3722
3762
|
min?: undefined;
|
|
3723
3763
|
status?: undefined;
|
|
3724
3764
|
timeSpent?: undefined;
|
|
3765
|
+
user?: undefined;
|
|
3766
|
+
contributor?: undefined;
|
|
3767
|
+
contributors?: undefined;
|
|
3768
|
+
participate?: undefined;
|
|
3725
3769
|
limit?: undefined;
|
|
3726
3770
|
category?: undefined;
|
|
3727
3771
|
section?: undefined;
|
|
@@ -3981,6 +4025,10 @@ declare const endpoints: {
|
|
|
3981
4025
|
min?: undefined;
|
|
3982
4026
|
status?: undefined;
|
|
3983
4027
|
timeSpent?: undefined;
|
|
4028
|
+
user?: undefined;
|
|
4029
|
+
contributor?: undefined;
|
|
4030
|
+
contributors?: undefined;
|
|
4031
|
+
participate?: undefined;
|
|
3984
4032
|
limit?: undefined;
|
|
3985
4033
|
category?: undefined;
|
|
3986
4034
|
section?: undefined;
|
|
@@ -4238,6 +4286,10 @@ declare const endpoints: {
|
|
|
4238
4286
|
min?: undefined;
|
|
4239
4287
|
status?: undefined;
|
|
4240
4288
|
timeSpent?: undefined;
|
|
4289
|
+
user?: undefined;
|
|
4290
|
+
contributor?: undefined;
|
|
4291
|
+
contributors?: undefined;
|
|
4292
|
+
participate?: undefined;
|
|
4241
4293
|
limit?: undefined;
|
|
4242
4294
|
category?: undefined;
|
|
4243
4295
|
section?: undefined;
|
|
@@ -4502,6 +4554,10 @@ declare const endpoints: {
|
|
|
4502
4554
|
min?: undefined;
|
|
4503
4555
|
status?: undefined;
|
|
4504
4556
|
timeSpent?: undefined;
|
|
4557
|
+
user?: undefined;
|
|
4558
|
+
contributor?: undefined;
|
|
4559
|
+
contributors?: undefined;
|
|
4560
|
+
participate?: undefined;
|
|
4505
4561
|
limit?: undefined;
|
|
4506
4562
|
category?: undefined;
|
|
4507
4563
|
section?: undefined;
|
|
@@ -4778,6 +4834,10 @@ declare const endpoints: {
|
|
|
4778
4834
|
min?: undefined;
|
|
4779
4835
|
status?: undefined;
|
|
4780
4836
|
timeSpent?: undefined;
|
|
4837
|
+
user?: undefined;
|
|
4838
|
+
contributor?: undefined;
|
|
4839
|
+
contributors?: undefined;
|
|
4840
|
+
participate?: undefined;
|
|
4781
4841
|
limit?: undefined;
|
|
4782
4842
|
category?: undefined;
|
|
4783
4843
|
section?: undefined;
|
|
@@ -5054,6 +5114,10 @@ declare const endpoints: {
|
|
|
5054
5114
|
min?: undefined;
|
|
5055
5115
|
status?: undefined;
|
|
5056
5116
|
timeSpent?: undefined;
|
|
5117
|
+
user?: undefined;
|
|
5118
|
+
contributor?: undefined;
|
|
5119
|
+
contributors?: undefined;
|
|
5120
|
+
participate?: undefined;
|
|
5057
5121
|
limit?: undefined;
|
|
5058
5122
|
category?: undefined;
|
|
5059
5123
|
section?: undefined;
|
|
@@ -5318,6 +5382,10 @@ declare const endpoints: {
|
|
|
5318
5382
|
min?: undefined;
|
|
5319
5383
|
status?: undefined;
|
|
5320
5384
|
timeSpent?: undefined;
|
|
5385
|
+
user?: undefined;
|
|
5386
|
+
contributor?: undefined;
|
|
5387
|
+
contributors?: undefined;
|
|
5388
|
+
participate?: undefined;
|
|
5321
5389
|
limit?: undefined;
|
|
5322
5390
|
category?: undefined;
|
|
5323
5391
|
section?: undefined;
|
|
@@ -5615,6 +5683,10 @@ declare const endpoints: {
|
|
|
5615
5683
|
min?: undefined;
|
|
5616
5684
|
status?: undefined;
|
|
5617
5685
|
timeSpent?: undefined;
|
|
5686
|
+
user?: undefined;
|
|
5687
|
+
contributor?: undefined;
|
|
5688
|
+
contributors?: undefined;
|
|
5689
|
+
participate?: undefined;
|
|
5618
5690
|
limit?: undefined;
|
|
5619
5691
|
category?: undefined;
|
|
5620
5692
|
section?: undefined;
|
|
@@ -5842,6 +5914,10 @@ declare const endpoints: {
|
|
|
5842
5914
|
min?: undefined;
|
|
5843
5915
|
status?: undefined;
|
|
5844
5916
|
timeSpent?: undefined;
|
|
5917
|
+
user?: undefined;
|
|
5918
|
+
contributor?: undefined;
|
|
5919
|
+
contributors?: undefined;
|
|
5920
|
+
participate?: undefined;
|
|
5845
5921
|
limit?: undefined;
|
|
5846
5922
|
category?: undefined;
|
|
5847
5923
|
section?: undefined;
|
|
@@ -6174,6 +6250,10 @@ declare const endpoints: {
|
|
|
6174
6250
|
min?: undefined;
|
|
6175
6251
|
status?: undefined;
|
|
6176
6252
|
timeSpent?: undefined;
|
|
6253
|
+
user?: undefined;
|
|
6254
|
+
contributor?: undefined;
|
|
6255
|
+
contributors?: undefined;
|
|
6256
|
+
participate?: undefined;
|
|
6177
6257
|
limit?: undefined;
|
|
6178
6258
|
category?: undefined;
|
|
6179
6259
|
section?: undefined;
|
|
@@ -6437,6 +6517,10 @@ declare const endpoints: {
|
|
|
6437
6517
|
min?: undefined;
|
|
6438
6518
|
status?: undefined;
|
|
6439
6519
|
timeSpent?: undefined;
|
|
6520
|
+
user?: undefined;
|
|
6521
|
+
contributor?: undefined;
|
|
6522
|
+
contributors?: undefined;
|
|
6523
|
+
participate?: undefined;
|
|
6440
6524
|
limit?: undefined;
|
|
6441
6525
|
category?: undefined;
|
|
6442
6526
|
section?: undefined;
|
|
@@ -6695,6 +6779,10 @@ declare const endpoints: {
|
|
|
6695
6779
|
min?: undefined;
|
|
6696
6780
|
status?: undefined;
|
|
6697
6781
|
timeSpent?: undefined;
|
|
6782
|
+
user?: undefined;
|
|
6783
|
+
contributor?: undefined;
|
|
6784
|
+
contributors?: undefined;
|
|
6785
|
+
participate?: undefined;
|
|
6698
6786
|
limit?: undefined;
|
|
6699
6787
|
category?: undefined;
|
|
6700
6788
|
section?: undefined;
|
|
@@ -6930,6 +7018,10 @@ declare const endpoints: {
|
|
|
6930
7018
|
min?: undefined;
|
|
6931
7019
|
status?: undefined;
|
|
6932
7020
|
timeSpent?: undefined;
|
|
7021
|
+
user?: undefined;
|
|
7022
|
+
contributor?: undefined;
|
|
7023
|
+
contributors?: undefined;
|
|
7024
|
+
participate?: undefined;
|
|
6933
7025
|
limit?: undefined;
|
|
6934
7026
|
category?: undefined;
|
|
6935
7027
|
section?: undefined;
|
|
@@ -7260,6 +7352,10 @@ declare const endpoints: {
|
|
|
7260
7352
|
min?: undefined;
|
|
7261
7353
|
status?: undefined;
|
|
7262
7354
|
timeSpent?: undefined;
|
|
7355
|
+
user?: undefined;
|
|
7356
|
+
contributor?: undefined;
|
|
7357
|
+
contributors?: undefined;
|
|
7358
|
+
participate?: undefined;
|
|
7263
7359
|
limit?: undefined;
|
|
7264
7360
|
category?: undefined;
|
|
7265
7361
|
section?: undefined;
|
|
@@ -7520,6 +7616,10 @@ declare const endpoints: {
|
|
|
7520
7616
|
min?: undefined;
|
|
7521
7617
|
status?: undefined;
|
|
7522
7618
|
timeSpent?: undefined;
|
|
7619
|
+
user?: undefined;
|
|
7620
|
+
contributor?: undefined;
|
|
7621
|
+
contributors?: undefined;
|
|
7622
|
+
participate?: undefined;
|
|
7523
7623
|
limit?: undefined;
|
|
7524
7624
|
category?: undefined;
|
|
7525
7625
|
section?: undefined;
|
|
@@ -7839,6 +7939,10 @@ declare const endpoints: {
|
|
|
7839
7939
|
min?: undefined;
|
|
7840
7940
|
status?: undefined;
|
|
7841
7941
|
timeSpent?: undefined;
|
|
7942
|
+
user?: undefined;
|
|
7943
|
+
contributor?: undefined;
|
|
7944
|
+
contributors?: undefined;
|
|
7945
|
+
participate?: undefined;
|
|
7842
7946
|
limit?: undefined;
|
|
7843
7947
|
category?: undefined;
|
|
7844
7948
|
section?: undefined;
|
|
@@ -8124,6 +8228,10 @@ declare const endpoints: {
|
|
|
8124
8228
|
min?: undefined;
|
|
8125
8229
|
status?: undefined;
|
|
8126
8230
|
timeSpent?: undefined;
|
|
8231
|
+
user?: undefined;
|
|
8232
|
+
contributor?: undefined;
|
|
8233
|
+
contributors?: undefined;
|
|
8234
|
+
participate?: undefined;
|
|
8127
8235
|
limit?: undefined;
|
|
8128
8236
|
category?: undefined;
|
|
8129
8237
|
section?: undefined;
|
|
@@ -8477,6 +8585,10 @@ declare const endpoints: {
|
|
|
8477
8585
|
min?: undefined;
|
|
8478
8586
|
status?: undefined;
|
|
8479
8587
|
timeSpent?: undefined;
|
|
8588
|
+
user?: undefined;
|
|
8589
|
+
contributor?: undefined;
|
|
8590
|
+
contributors?: undefined;
|
|
8591
|
+
participate?: undefined;
|
|
8480
8592
|
limit?: undefined;
|
|
8481
8593
|
category?: undefined;
|
|
8482
8594
|
section?: undefined;
|
|
@@ -8724,6 +8836,10 @@ declare const endpoints: {
|
|
|
8724
8836
|
min?: undefined;
|
|
8725
8837
|
status?: undefined;
|
|
8726
8838
|
timeSpent?: undefined;
|
|
8839
|
+
user?: undefined;
|
|
8840
|
+
contributor?: undefined;
|
|
8841
|
+
contributors?: undefined;
|
|
8842
|
+
participate?: undefined;
|
|
8727
8843
|
limit?: undefined;
|
|
8728
8844
|
category?: undefined;
|
|
8729
8845
|
section?: undefined;
|
|
@@ -8959,6 +9075,10 @@ declare const endpoints: {
|
|
|
8959
9075
|
min?: undefined;
|
|
8960
9076
|
status?: undefined;
|
|
8961
9077
|
timeSpent?: undefined;
|
|
9078
|
+
user?: undefined;
|
|
9079
|
+
contributor?: undefined;
|
|
9080
|
+
contributors?: undefined;
|
|
9081
|
+
participate?: undefined;
|
|
8962
9082
|
limit?: undefined;
|
|
8963
9083
|
category?: undefined;
|
|
8964
9084
|
section?: undefined;
|
|
@@ -9199,6 +9319,10 @@ declare const endpoints: {
|
|
|
9199
9319
|
min?: undefined;
|
|
9200
9320
|
status?: undefined;
|
|
9201
9321
|
timeSpent?: undefined;
|
|
9322
|
+
user?: undefined;
|
|
9323
|
+
contributor?: undefined;
|
|
9324
|
+
contributors?: undefined;
|
|
9325
|
+
participate?: undefined;
|
|
9202
9326
|
limit?: undefined;
|
|
9203
9327
|
category?: undefined;
|
|
9204
9328
|
section?: undefined;
|
|
@@ -9646,6 +9770,10 @@ declare const endpoints: {
|
|
|
9646
9770
|
min?: undefined;
|
|
9647
9771
|
status?: undefined;
|
|
9648
9772
|
timeSpent?: undefined;
|
|
9773
|
+
user?: undefined;
|
|
9774
|
+
contributor?: undefined;
|
|
9775
|
+
contributors?: undefined;
|
|
9776
|
+
participate?: undefined;
|
|
9649
9777
|
limit?: undefined;
|
|
9650
9778
|
category?: undefined;
|
|
9651
9779
|
section?: undefined;
|
|
@@ -10130,6 +10258,10 @@ declare const endpoints: {
|
|
|
10130
10258
|
min?: undefined;
|
|
10131
10259
|
status?: undefined;
|
|
10132
10260
|
timeSpent?: undefined;
|
|
10261
|
+
user?: undefined;
|
|
10262
|
+
contributor?: undefined;
|
|
10263
|
+
contributors?: undefined;
|
|
10264
|
+
participate?: undefined;
|
|
10133
10265
|
limit?: undefined;
|
|
10134
10266
|
category?: undefined;
|
|
10135
10267
|
section?: undefined;
|
|
@@ -10529,6 +10661,10 @@ declare const endpoints: {
|
|
|
10529
10661
|
min?: undefined;
|
|
10530
10662
|
status?: undefined;
|
|
10531
10663
|
timeSpent?: undefined;
|
|
10664
|
+
user?: undefined;
|
|
10665
|
+
contributor?: undefined;
|
|
10666
|
+
contributors?: undefined;
|
|
10667
|
+
participate?: undefined;
|
|
10532
10668
|
limit?: undefined;
|
|
10533
10669
|
category?: undefined;
|
|
10534
10670
|
section?: undefined;
|
|
@@ -10966,6 +11102,10 @@ declare const endpoints: {
|
|
|
10966
11102
|
min?: undefined;
|
|
10967
11103
|
status?: undefined;
|
|
10968
11104
|
timeSpent?: undefined;
|
|
11105
|
+
user?: undefined;
|
|
11106
|
+
contributor?: undefined;
|
|
11107
|
+
contributors?: undefined;
|
|
11108
|
+
participate?: undefined;
|
|
10969
11109
|
limit?: undefined;
|
|
10970
11110
|
category?: undefined;
|
|
10971
11111
|
section?: undefined;
|
|
@@ -11388,6 +11528,10 @@ declare const endpoints: {
|
|
|
11388
11528
|
min?: undefined;
|
|
11389
11529
|
status?: undefined;
|
|
11390
11530
|
timeSpent?: undefined;
|
|
11531
|
+
user?: undefined;
|
|
11532
|
+
contributor?: undefined;
|
|
11533
|
+
contributors?: undefined;
|
|
11534
|
+
participate?: undefined;
|
|
11391
11535
|
limit?: undefined;
|
|
11392
11536
|
category?: undefined;
|
|
11393
11537
|
section?: undefined;
|
|
@@ -11862,6 +12006,10 @@ declare const endpoints: {
|
|
|
11862
12006
|
min?: undefined;
|
|
11863
12007
|
status?: undefined;
|
|
11864
12008
|
timeSpent?: undefined;
|
|
12009
|
+
user?: undefined;
|
|
12010
|
+
contributor?: undefined;
|
|
12011
|
+
contributors?: undefined;
|
|
12012
|
+
participate?: undefined;
|
|
11865
12013
|
limit?: undefined;
|
|
11866
12014
|
category?: undefined;
|
|
11867
12015
|
section?: undefined;
|
|
@@ -12279,6 +12427,10 @@ declare const endpoints: {
|
|
|
12279
12427
|
min?: undefined;
|
|
12280
12428
|
status?: undefined;
|
|
12281
12429
|
timeSpent?: undefined;
|
|
12430
|
+
user?: undefined;
|
|
12431
|
+
contributor?: undefined;
|
|
12432
|
+
contributors?: undefined;
|
|
12433
|
+
participate?: undefined;
|
|
12282
12434
|
limit?: undefined;
|
|
12283
12435
|
category?: undefined;
|
|
12284
12436
|
section?: undefined;
|
|
@@ -12750,6 +12902,10 @@ declare const endpoints: {
|
|
|
12750
12902
|
min?: undefined;
|
|
12751
12903
|
status?: undefined;
|
|
12752
12904
|
timeSpent?: undefined;
|
|
12905
|
+
user?: undefined;
|
|
12906
|
+
contributor?: undefined;
|
|
12907
|
+
contributors?: undefined;
|
|
12908
|
+
participate?: undefined;
|
|
12753
12909
|
limit?: undefined;
|
|
12754
12910
|
category?: undefined;
|
|
12755
12911
|
section?: undefined;
|
|
@@ -13189,6 +13345,10 @@ declare const endpoints: {
|
|
|
13189
13345
|
min?: undefined;
|
|
13190
13346
|
status?: undefined;
|
|
13191
13347
|
timeSpent?: undefined;
|
|
13348
|
+
user?: undefined;
|
|
13349
|
+
contributor?: undefined;
|
|
13350
|
+
contributors?: undefined;
|
|
13351
|
+
participate?: undefined;
|
|
13192
13352
|
limit?: undefined;
|
|
13193
13353
|
category?: undefined;
|
|
13194
13354
|
section?: undefined;
|
|
@@ -13566,6 +13726,10 @@ declare const endpoints: {
|
|
|
13566
13726
|
min?: undefined;
|
|
13567
13727
|
status?: undefined;
|
|
13568
13728
|
timeSpent?: undefined;
|
|
13729
|
+
user?: undefined;
|
|
13730
|
+
contributor?: undefined;
|
|
13731
|
+
contributors?: undefined;
|
|
13732
|
+
participate?: undefined;
|
|
13569
13733
|
limit?: undefined;
|
|
13570
13734
|
category?: undefined;
|
|
13571
13735
|
section?: undefined;
|
|
@@ -13956,6 +14120,10 @@ declare const endpoints: {
|
|
|
13956
14120
|
min?: undefined;
|
|
13957
14121
|
status?: undefined;
|
|
13958
14122
|
timeSpent?: undefined;
|
|
14123
|
+
user?: undefined;
|
|
14124
|
+
contributor?: undefined;
|
|
14125
|
+
contributors?: undefined;
|
|
14126
|
+
participate?: undefined;
|
|
13959
14127
|
limit?: undefined;
|
|
13960
14128
|
category?: undefined;
|
|
13961
14129
|
section?: undefined;
|
|
@@ -14383,6 +14551,10 @@ declare const endpoints: {
|
|
|
14383
14551
|
min?: undefined;
|
|
14384
14552
|
status?: undefined;
|
|
14385
14553
|
timeSpent?: undefined;
|
|
14554
|
+
user?: undefined;
|
|
14555
|
+
contributor?: undefined;
|
|
14556
|
+
contributors?: undefined;
|
|
14557
|
+
participate?: undefined;
|
|
14386
14558
|
limit?: undefined;
|
|
14387
14559
|
category?: undefined;
|
|
14388
14560
|
section?: undefined;
|
|
@@ -14822,6 +14994,10 @@ declare const endpoints: {
|
|
|
14822
14994
|
min?: undefined;
|
|
14823
14995
|
status?: undefined;
|
|
14824
14996
|
timeSpent?: undefined;
|
|
14997
|
+
user?: undefined;
|
|
14998
|
+
contributor?: undefined;
|
|
14999
|
+
contributors?: undefined;
|
|
15000
|
+
participate?: undefined;
|
|
14825
15001
|
limit?: undefined;
|
|
14826
15002
|
category?: undefined;
|
|
14827
15003
|
section?: undefined;
|
|
@@ -15239,6 +15415,10 @@ declare const endpoints: {
|
|
|
15239
15415
|
min?: undefined;
|
|
15240
15416
|
status?: undefined;
|
|
15241
15417
|
timeSpent?: undefined;
|
|
15418
|
+
user?: undefined;
|
|
15419
|
+
contributor?: undefined;
|
|
15420
|
+
contributors?: undefined;
|
|
15421
|
+
participate?: undefined;
|
|
15242
15422
|
limit?: undefined;
|
|
15243
15423
|
category?: undefined;
|
|
15244
15424
|
section?: undefined;
|
|
@@ -15710,6 +15890,10 @@ declare const endpoints: {
|
|
|
15710
15890
|
min?: undefined;
|
|
15711
15891
|
status?: undefined;
|
|
15712
15892
|
timeSpent?: undefined;
|
|
15893
|
+
user?: undefined;
|
|
15894
|
+
contributor?: undefined;
|
|
15895
|
+
contributors?: undefined;
|
|
15896
|
+
participate?: undefined;
|
|
15713
15897
|
limit?: undefined;
|
|
15714
15898
|
category?: undefined;
|
|
15715
15899
|
section?: undefined;
|
|
@@ -16042,6 +16226,10 @@ declare const endpoints: {
|
|
|
16042
16226
|
min?: undefined;
|
|
16043
16227
|
status?: undefined;
|
|
16044
16228
|
timeSpent?: undefined;
|
|
16229
|
+
user?: undefined;
|
|
16230
|
+
contributor?: undefined;
|
|
16231
|
+
contributors?: undefined;
|
|
16232
|
+
participate?: undefined;
|
|
16045
16233
|
limit?: undefined;
|
|
16046
16234
|
category?: undefined;
|
|
16047
16235
|
section?: undefined;
|
|
@@ -16547,6 +16735,10 @@ declare const endpoints: {
|
|
|
16547
16735
|
min?: undefined;
|
|
16548
16736
|
status?: undefined;
|
|
16549
16737
|
timeSpent?: undefined;
|
|
16738
|
+
user?: undefined;
|
|
16739
|
+
contributor?: undefined;
|
|
16740
|
+
contributors?: undefined;
|
|
16741
|
+
participate?: undefined;
|
|
16550
16742
|
limit?: undefined;
|
|
16551
16743
|
category?: undefined;
|
|
16552
16744
|
section?: undefined;
|
|
@@ -16839,6 +17031,10 @@ declare const endpoints: {
|
|
|
16839
17031
|
min?: undefined;
|
|
16840
17032
|
status?: undefined;
|
|
16841
17033
|
timeSpent?: undefined;
|
|
17034
|
+
user?: undefined;
|
|
17035
|
+
contributor?: undefined;
|
|
17036
|
+
contributors?: undefined;
|
|
17037
|
+
participate?: undefined;
|
|
16842
17038
|
limit?: undefined;
|
|
16843
17039
|
category?: undefined;
|
|
16844
17040
|
section?: undefined;
|
|
@@ -17149,6 +17345,10 @@ declare const endpoints: {
|
|
|
17149
17345
|
min?: undefined;
|
|
17150
17346
|
status?: undefined;
|
|
17151
17347
|
timeSpent?: undefined;
|
|
17348
|
+
user?: undefined;
|
|
17349
|
+
contributor?: undefined;
|
|
17350
|
+
contributors?: undefined;
|
|
17351
|
+
participate?: undefined;
|
|
17152
17352
|
limit?: undefined;
|
|
17153
17353
|
category?: undefined;
|
|
17154
17354
|
section?: undefined;
|
|
@@ -17386,6 +17586,10 @@ declare const endpoints: {
|
|
|
17386
17586
|
min?: undefined;
|
|
17387
17587
|
status?: undefined;
|
|
17388
17588
|
timeSpent?: undefined;
|
|
17589
|
+
user?: undefined;
|
|
17590
|
+
contributor?: undefined;
|
|
17591
|
+
contributors?: undefined;
|
|
17592
|
+
participate?: undefined;
|
|
17389
17593
|
limit?: undefined;
|
|
17390
17594
|
category?: undefined;
|
|
17391
17595
|
section?: undefined;
|
|
@@ -17903,6 +18107,10 @@ declare const endpoints: {
|
|
|
17903
18107
|
min?: undefined;
|
|
17904
18108
|
status?: undefined;
|
|
17905
18109
|
timeSpent?: undefined;
|
|
18110
|
+
user?: undefined;
|
|
18111
|
+
contributor?: undefined;
|
|
18112
|
+
contributors?: undefined;
|
|
18113
|
+
participate?: undefined;
|
|
17906
18114
|
limit?: undefined;
|
|
17907
18115
|
category?: undefined;
|
|
17908
18116
|
section?: undefined;
|
|
@@ -18296,6 +18504,10 @@ declare const endpoints: {
|
|
|
18296
18504
|
min?: undefined;
|
|
18297
18505
|
status?: undefined;
|
|
18298
18506
|
timeSpent?: undefined;
|
|
18507
|
+
user?: undefined;
|
|
18508
|
+
contributor?: undefined;
|
|
18509
|
+
contributors?: undefined;
|
|
18510
|
+
participate?: undefined;
|
|
18299
18511
|
limit?: undefined;
|
|
18300
18512
|
category?: undefined;
|
|
18301
18513
|
section?: undefined;
|
|
@@ -18662,6 +18874,10 @@ declare const endpoints: {
|
|
|
18662
18874
|
min?: undefined;
|
|
18663
18875
|
status?: undefined;
|
|
18664
18876
|
timeSpent?: undefined;
|
|
18877
|
+
user?: undefined;
|
|
18878
|
+
contributor?: undefined;
|
|
18879
|
+
contributors?: undefined;
|
|
18880
|
+
participate?: undefined;
|
|
18665
18881
|
limit?: undefined;
|
|
18666
18882
|
category?: undefined;
|
|
18667
18883
|
section?: undefined;
|
|
@@ -19169,6 +19385,10 @@ declare const endpoints: {
|
|
|
19169
19385
|
min?: undefined;
|
|
19170
19386
|
status?: undefined;
|
|
19171
19387
|
timeSpent?: undefined;
|
|
19388
|
+
user?: undefined;
|
|
19389
|
+
contributor?: undefined;
|
|
19390
|
+
contributors?: undefined;
|
|
19391
|
+
participate?: undefined;
|
|
19172
19392
|
limit?: undefined;
|
|
19173
19393
|
category?: undefined;
|
|
19174
19394
|
section?: undefined;
|
|
@@ -19516,6 +19736,10 @@ declare const endpoints: {
|
|
|
19516
19736
|
min?: undefined;
|
|
19517
19737
|
status?: undefined;
|
|
19518
19738
|
timeSpent?: undefined;
|
|
19739
|
+
user?: undefined;
|
|
19740
|
+
contributor?: undefined;
|
|
19741
|
+
contributors?: undefined;
|
|
19742
|
+
participate?: undefined;
|
|
19519
19743
|
limit?: undefined;
|
|
19520
19744
|
category?: undefined;
|
|
19521
19745
|
section?: undefined;
|
|
@@ -19754,6 +19978,10 @@ declare const endpoints: {
|
|
|
19754
19978
|
min?: undefined;
|
|
19755
19979
|
status?: undefined;
|
|
19756
19980
|
timeSpent?: undefined;
|
|
19981
|
+
user?: undefined;
|
|
19982
|
+
contributor?: undefined;
|
|
19983
|
+
contributors?: undefined;
|
|
19984
|
+
participate?: undefined;
|
|
19757
19985
|
limit?: undefined;
|
|
19758
19986
|
category?: undefined;
|
|
19759
19987
|
section?: undefined;
|
|
@@ -19982,6 +20210,10 @@ declare const endpoints: {
|
|
|
19982
20210
|
min?: undefined;
|
|
19983
20211
|
status?: undefined;
|
|
19984
20212
|
timeSpent?: undefined;
|
|
20213
|
+
user?: undefined;
|
|
20214
|
+
contributor?: undefined;
|
|
20215
|
+
contributors?: undefined;
|
|
20216
|
+
participate?: undefined;
|
|
19985
20217
|
limit?: undefined;
|
|
19986
20218
|
category?: undefined;
|
|
19987
20219
|
section?: undefined;
|
|
@@ -20224,6 +20456,10 @@ declare const endpoints: {
|
|
|
20224
20456
|
min?: undefined;
|
|
20225
20457
|
status?: undefined;
|
|
20226
20458
|
timeSpent?: undefined;
|
|
20459
|
+
user?: undefined;
|
|
20460
|
+
contributor?: undefined;
|
|
20461
|
+
contributors?: undefined;
|
|
20462
|
+
participate?: undefined;
|
|
20227
20463
|
limit?: undefined;
|
|
20228
20464
|
category?: undefined;
|
|
20229
20465
|
section?: undefined;
|
|
@@ -20464,6 +20700,10 @@ declare const endpoints: {
|
|
|
20464
20700
|
min?: undefined;
|
|
20465
20701
|
status?: undefined;
|
|
20466
20702
|
timeSpent?: undefined;
|
|
20703
|
+
user?: undefined;
|
|
20704
|
+
contributor?: undefined;
|
|
20705
|
+
contributors?: undefined;
|
|
20706
|
+
participate?: undefined;
|
|
20467
20707
|
limit?: undefined;
|
|
20468
20708
|
category?: undefined;
|
|
20469
20709
|
section?: undefined;
|
|
@@ -20694,6 +20934,10 @@ declare const endpoints: {
|
|
|
20694
20934
|
min?: undefined;
|
|
20695
20935
|
status?: undefined;
|
|
20696
20936
|
timeSpent?: undefined;
|
|
20937
|
+
user?: undefined;
|
|
20938
|
+
contributor?: undefined;
|
|
20939
|
+
contributors?: undefined;
|
|
20940
|
+
participate?: undefined;
|
|
20697
20941
|
limit?: undefined;
|
|
20698
20942
|
category?: undefined;
|
|
20699
20943
|
section?: undefined;
|
|
@@ -21003,6 +21247,10 @@ declare const endpoints: {
|
|
|
21003
21247
|
min?: undefined;
|
|
21004
21248
|
status?: undefined;
|
|
21005
21249
|
timeSpent?: undefined;
|
|
21250
|
+
user?: undefined;
|
|
21251
|
+
contributor?: undefined;
|
|
21252
|
+
contributors?: undefined;
|
|
21253
|
+
participate?: undefined;
|
|
21006
21254
|
limit?: undefined;
|
|
21007
21255
|
category?: undefined;
|
|
21008
21256
|
section?: undefined;
|
|
@@ -21366,6 +21614,10 @@ declare const endpoints: {
|
|
|
21366
21614
|
min?: undefined;
|
|
21367
21615
|
status?: undefined;
|
|
21368
21616
|
timeSpent?: undefined;
|
|
21617
|
+
user?: undefined;
|
|
21618
|
+
contributor?: undefined;
|
|
21619
|
+
contributors?: undefined;
|
|
21620
|
+
participate?: undefined;
|
|
21369
21621
|
limit?: undefined;
|
|
21370
21622
|
category?: undefined;
|
|
21371
21623
|
section?: undefined;
|
|
@@ -21638,6 +21890,10 @@ declare const endpoints: {
|
|
|
21638
21890
|
min?: undefined;
|
|
21639
21891
|
status?: undefined;
|
|
21640
21892
|
timeSpent?: undefined;
|
|
21893
|
+
user?: undefined;
|
|
21894
|
+
contributor?: undefined;
|
|
21895
|
+
contributors?: undefined;
|
|
21896
|
+
participate?: undefined;
|
|
21641
21897
|
limit?: undefined;
|
|
21642
21898
|
category?: undefined;
|
|
21643
21899
|
section?: undefined;
|
|
@@ -22068,6 +22324,10 @@ declare const endpoints: {
|
|
|
22068
22324
|
min?: undefined;
|
|
22069
22325
|
status?: undefined;
|
|
22070
22326
|
timeSpent?: undefined;
|
|
22327
|
+
user?: undefined;
|
|
22328
|
+
contributor?: undefined;
|
|
22329
|
+
contributors?: undefined;
|
|
22330
|
+
participate?: undefined;
|
|
22071
22331
|
limit?: undefined;
|
|
22072
22332
|
category?: undefined;
|
|
22073
22333
|
section?: undefined;
|
|
@@ -22428,6 +22688,10 @@ declare const endpoints: {
|
|
|
22428
22688
|
min?: undefined;
|
|
22429
22689
|
status?: undefined;
|
|
22430
22690
|
timeSpent?: undefined;
|
|
22691
|
+
user?: undefined;
|
|
22692
|
+
contributor?: undefined;
|
|
22693
|
+
contributors?: undefined;
|
|
22694
|
+
participate?: undefined;
|
|
22431
22695
|
limit?: undefined;
|
|
22432
22696
|
category?: undefined;
|
|
22433
22697
|
section?: undefined;
|
|
@@ -22670,6 +22934,10 @@ declare const endpoints: {
|
|
|
22670
22934
|
min?: undefined;
|
|
22671
22935
|
status?: undefined;
|
|
22672
22936
|
timeSpent?: undefined;
|
|
22937
|
+
user?: undefined;
|
|
22938
|
+
contributor?: undefined;
|
|
22939
|
+
contributors?: undefined;
|
|
22940
|
+
participate?: undefined;
|
|
22673
22941
|
limit?: undefined;
|
|
22674
22942
|
category?: undefined;
|
|
22675
22943
|
section?: undefined;
|
|
@@ -23054,6 +23322,10 @@ declare const endpoints: {
|
|
|
23054
23322
|
min?: undefined;
|
|
23055
23323
|
status?: undefined;
|
|
23056
23324
|
timeSpent?: undefined;
|
|
23325
|
+
user?: undefined;
|
|
23326
|
+
contributor?: undefined;
|
|
23327
|
+
contributors?: undefined;
|
|
23328
|
+
participate?: undefined;
|
|
23057
23329
|
limit?: undefined;
|
|
23058
23330
|
category?: undefined;
|
|
23059
23331
|
section?: undefined;
|
|
@@ -23315,6 +23587,10 @@ declare const endpoints: {
|
|
|
23315
23587
|
min?: undefined;
|
|
23316
23588
|
status?: undefined;
|
|
23317
23589
|
timeSpent?: undefined;
|
|
23590
|
+
user?: undefined;
|
|
23591
|
+
contributor?: undefined;
|
|
23592
|
+
contributors?: undefined;
|
|
23593
|
+
participate?: undefined;
|
|
23318
23594
|
limit?: undefined;
|
|
23319
23595
|
category?: undefined;
|
|
23320
23596
|
section?: undefined;
|
|
@@ -23625,6 +23901,10 @@ declare const endpoints: {
|
|
|
23625
23901
|
min?: undefined;
|
|
23626
23902
|
status?: undefined;
|
|
23627
23903
|
timeSpent?: undefined;
|
|
23904
|
+
user?: undefined;
|
|
23905
|
+
contributor?: undefined;
|
|
23906
|
+
contributors?: undefined;
|
|
23907
|
+
participate?: undefined;
|
|
23628
23908
|
limit?: undefined;
|
|
23629
23909
|
category?: undefined;
|
|
23630
23910
|
section?: undefined;
|
|
@@ -23947,6 +24227,10 @@ declare const endpoints: {
|
|
|
23947
24227
|
min?: undefined;
|
|
23948
24228
|
status?: undefined;
|
|
23949
24229
|
timeSpent?: undefined;
|
|
24230
|
+
user?: undefined;
|
|
24231
|
+
contributor?: undefined;
|
|
24232
|
+
contributors?: undefined;
|
|
24233
|
+
participate?: undefined;
|
|
23950
24234
|
limit?: undefined;
|
|
23951
24235
|
category?: undefined;
|
|
23952
24236
|
section?: undefined;
|
|
@@ -24203,6 +24487,10 @@ declare const endpoints: {
|
|
|
24203
24487
|
min?: undefined;
|
|
24204
24488
|
status?: undefined;
|
|
24205
24489
|
timeSpent?: undefined;
|
|
24490
|
+
user?: undefined;
|
|
24491
|
+
contributor?: undefined;
|
|
24492
|
+
contributors?: undefined;
|
|
24493
|
+
participate?: undefined;
|
|
24206
24494
|
limit?: undefined;
|
|
24207
24495
|
category?: undefined;
|
|
24208
24496
|
section?: undefined;
|
|
@@ -24460,6 +24748,10 @@ declare const endpoints: {
|
|
|
24460
24748
|
min?: undefined;
|
|
24461
24749
|
status?: undefined;
|
|
24462
24750
|
timeSpent?: undefined;
|
|
24751
|
+
user?: undefined;
|
|
24752
|
+
contributor?: undefined;
|
|
24753
|
+
contributors?: undefined;
|
|
24754
|
+
participate?: undefined;
|
|
24463
24755
|
limit?: undefined;
|
|
24464
24756
|
category?: undefined;
|
|
24465
24757
|
section?: undefined;
|
|
@@ -24740,6 +25032,10 @@ declare const endpoints: {
|
|
|
24740
25032
|
min?: undefined;
|
|
24741
25033
|
status?: undefined;
|
|
24742
25034
|
timeSpent?: undefined;
|
|
25035
|
+
user?: undefined;
|
|
25036
|
+
contributor?: undefined;
|
|
25037
|
+
contributors?: undefined;
|
|
25038
|
+
participate?: undefined;
|
|
24743
25039
|
limit?: undefined;
|
|
24744
25040
|
category?: undefined;
|
|
24745
25041
|
section?: undefined;
|
|
@@ -25157,6 +25453,10 @@ declare const endpoints: {
|
|
|
25157
25453
|
min?: undefined;
|
|
25158
25454
|
status?: undefined;
|
|
25159
25455
|
timeSpent?: undefined;
|
|
25456
|
+
user?: undefined;
|
|
25457
|
+
contributor?: undefined;
|
|
25458
|
+
contributors?: undefined;
|
|
25459
|
+
participate?: undefined;
|
|
25160
25460
|
limit?: undefined;
|
|
25161
25461
|
category?: undefined;
|
|
25162
25462
|
section?: undefined;
|
|
@@ -25629,6 +25929,10 @@ declare const endpoints: {
|
|
|
25629
25929
|
min?: undefined;
|
|
25630
25930
|
status?: undefined;
|
|
25631
25931
|
timeSpent?: undefined;
|
|
25932
|
+
user?: undefined;
|
|
25933
|
+
contributor?: undefined;
|
|
25934
|
+
contributors?: undefined;
|
|
25935
|
+
participate?: undefined;
|
|
25632
25936
|
limit?: undefined;
|
|
25633
25937
|
category?: undefined;
|
|
25634
25938
|
section?: undefined;
|
|
@@ -25863,6 +26167,10 @@ declare const endpoints: {
|
|
|
25863
26167
|
min?: undefined;
|
|
25864
26168
|
status?: undefined;
|
|
25865
26169
|
timeSpent?: undefined;
|
|
26170
|
+
user?: undefined;
|
|
26171
|
+
contributor?: undefined;
|
|
26172
|
+
contributors?: undefined;
|
|
26173
|
+
participate?: undefined;
|
|
25866
26174
|
limit?: undefined;
|
|
25867
26175
|
category?: undefined;
|
|
25868
26176
|
section?: undefined;
|
|
@@ -26088,6 +26396,10 @@ declare const endpoints: {
|
|
|
26088
26396
|
min?: undefined;
|
|
26089
26397
|
status?: undefined;
|
|
26090
26398
|
timeSpent?: undefined;
|
|
26399
|
+
user?: undefined;
|
|
26400
|
+
contributor?: undefined;
|
|
26401
|
+
contributors?: undefined;
|
|
26402
|
+
participate?: undefined;
|
|
26091
26403
|
limit?: undefined;
|
|
26092
26404
|
category?: undefined;
|
|
26093
26405
|
section?: undefined;
|
|
@@ -26333,6 +26645,10 @@ declare const endpoints: {
|
|
|
26333
26645
|
min?: undefined;
|
|
26334
26646
|
status?: undefined;
|
|
26335
26647
|
timeSpent?: undefined;
|
|
26648
|
+
user?: undefined;
|
|
26649
|
+
contributor?: undefined;
|
|
26650
|
+
contributors?: undefined;
|
|
26651
|
+
participate?: undefined;
|
|
26336
26652
|
limit?: undefined;
|
|
26337
26653
|
category?: undefined;
|
|
26338
26654
|
section?: undefined;
|
|
@@ -26567,6 +26883,10 @@ declare const endpoints: {
|
|
|
26567
26883
|
min?: undefined;
|
|
26568
26884
|
status?: undefined;
|
|
26569
26885
|
timeSpent?: undefined;
|
|
26886
|
+
user?: undefined;
|
|
26887
|
+
contributor?: undefined;
|
|
26888
|
+
contributors?: undefined;
|
|
26889
|
+
participate?: undefined;
|
|
26570
26890
|
limit?: undefined;
|
|
26571
26891
|
category?: undefined;
|
|
26572
26892
|
section?: undefined;
|
|
@@ -26801,6 +27121,10 @@ declare const endpoints: {
|
|
|
26801
27121
|
min?: undefined;
|
|
26802
27122
|
status?: undefined;
|
|
26803
27123
|
timeSpent?: undefined;
|
|
27124
|
+
user?: undefined;
|
|
27125
|
+
contributor?: undefined;
|
|
27126
|
+
contributors?: undefined;
|
|
27127
|
+
participate?: undefined;
|
|
26804
27128
|
limit?: undefined;
|
|
26805
27129
|
category?: undefined;
|
|
26806
27130
|
section?: undefined;
|
|
@@ -27045,6 +27369,10 @@ declare const endpoints: {
|
|
|
27045
27369
|
min?: undefined;
|
|
27046
27370
|
status?: undefined;
|
|
27047
27371
|
timeSpent?: undefined;
|
|
27372
|
+
user?: undefined;
|
|
27373
|
+
contributor?: undefined;
|
|
27374
|
+
contributors?: undefined;
|
|
27375
|
+
participate?: undefined;
|
|
27048
27376
|
limit?: undefined;
|
|
27049
27377
|
category?: undefined;
|
|
27050
27378
|
section?: undefined;
|
|
@@ -27291,6 +27619,10 @@ declare const endpoints: {
|
|
|
27291
27619
|
min?: undefined;
|
|
27292
27620
|
status?: undefined;
|
|
27293
27621
|
timeSpent?: undefined;
|
|
27622
|
+
user?: undefined;
|
|
27623
|
+
contributor?: undefined;
|
|
27624
|
+
contributors?: undefined;
|
|
27625
|
+
participate?: undefined;
|
|
27294
27626
|
limit?: undefined;
|
|
27295
27627
|
category?: undefined;
|
|
27296
27628
|
section?: undefined;
|
|
@@ -27562,6 +27894,10 @@ declare const endpoints: {
|
|
|
27562
27894
|
min?: undefined;
|
|
27563
27895
|
status?: undefined;
|
|
27564
27896
|
timeSpent?: undefined;
|
|
27897
|
+
user?: undefined;
|
|
27898
|
+
contributor?: undefined;
|
|
27899
|
+
contributors?: undefined;
|
|
27900
|
+
participate?: undefined;
|
|
27565
27901
|
limit?: undefined;
|
|
27566
27902
|
category?: undefined;
|
|
27567
27903
|
section?: undefined;
|
|
@@ -27832,6 +28168,10 @@ declare const endpoints: {
|
|
|
27832
28168
|
min?: undefined;
|
|
27833
28169
|
status?: undefined;
|
|
27834
28170
|
timeSpent?: undefined;
|
|
28171
|
+
user?: undefined;
|
|
28172
|
+
contributor?: undefined;
|
|
28173
|
+
contributors?: undefined;
|
|
28174
|
+
participate?: undefined;
|
|
27835
28175
|
limit?: undefined;
|
|
27836
28176
|
category?: undefined;
|
|
27837
28177
|
section?: undefined;
|
|
@@ -28072,6 +28412,10 @@ declare const endpoints: {
|
|
|
28072
28412
|
min?: undefined;
|
|
28073
28413
|
status?: undefined;
|
|
28074
28414
|
timeSpent?: undefined;
|
|
28415
|
+
user?: undefined;
|
|
28416
|
+
contributor?: undefined;
|
|
28417
|
+
contributors?: undefined;
|
|
28418
|
+
participate?: undefined;
|
|
28075
28419
|
limit?: undefined;
|
|
28076
28420
|
category?: undefined;
|
|
28077
28421
|
section?: undefined;
|
|
@@ -28301,6 +28645,10 @@ declare const endpoints: {
|
|
|
28301
28645
|
min?: undefined;
|
|
28302
28646
|
status?: undefined;
|
|
28303
28647
|
timeSpent?: undefined;
|
|
28648
|
+
user?: undefined;
|
|
28649
|
+
contributor?: undefined;
|
|
28650
|
+
contributors?: undefined;
|
|
28651
|
+
participate?: undefined;
|
|
28304
28652
|
limit?: undefined;
|
|
28305
28653
|
category?: undefined;
|
|
28306
28654
|
section?: undefined;
|
|
@@ -28543,6 +28891,10 @@ declare const endpoints: {
|
|
|
28543
28891
|
min?: undefined;
|
|
28544
28892
|
status?: undefined;
|
|
28545
28893
|
timeSpent?: undefined;
|
|
28894
|
+
user?: undefined;
|
|
28895
|
+
contributor?: undefined;
|
|
28896
|
+
contributors?: undefined;
|
|
28897
|
+
participate?: undefined;
|
|
28546
28898
|
limit?: undefined;
|
|
28547
28899
|
category?: undefined;
|
|
28548
28900
|
section?: undefined;
|
|
@@ -28777,6 +29129,10 @@ declare const endpoints: {
|
|
|
28777
29129
|
min?: undefined;
|
|
28778
29130
|
status?: undefined;
|
|
28779
29131
|
timeSpent?: undefined;
|
|
29132
|
+
user?: undefined;
|
|
29133
|
+
contributor?: undefined;
|
|
29134
|
+
contributors?: undefined;
|
|
29135
|
+
participate?: undefined;
|
|
28780
29136
|
limit?: undefined;
|
|
28781
29137
|
category?: undefined;
|
|
28782
29138
|
section?: undefined;
|
|
@@ -29008,6 +29364,10 @@ declare const endpoints: {
|
|
|
29008
29364
|
min?: undefined;
|
|
29009
29365
|
status?: undefined;
|
|
29010
29366
|
timeSpent?: undefined;
|
|
29367
|
+
user?: undefined;
|
|
29368
|
+
contributor?: undefined;
|
|
29369
|
+
contributors?: undefined;
|
|
29370
|
+
participate?: undefined;
|
|
29011
29371
|
limit?: undefined;
|
|
29012
29372
|
category?: undefined;
|
|
29013
29373
|
section?: undefined;
|
|
@@ -29261,6 +29621,10 @@ declare const endpoints: {
|
|
|
29261
29621
|
min?: undefined;
|
|
29262
29622
|
status?: undefined;
|
|
29263
29623
|
timeSpent?: undefined;
|
|
29624
|
+
user?: undefined;
|
|
29625
|
+
contributor?: undefined;
|
|
29626
|
+
contributors?: undefined;
|
|
29627
|
+
participate?: undefined;
|
|
29264
29628
|
limit?: undefined;
|
|
29265
29629
|
category?: undefined;
|
|
29266
29630
|
section?: undefined;
|
|
@@ -29507,6 +29871,10 @@ declare const endpoints: {
|
|
|
29507
29871
|
min?: undefined;
|
|
29508
29872
|
status?: undefined;
|
|
29509
29873
|
timeSpent?: undefined;
|
|
29874
|
+
user?: undefined;
|
|
29875
|
+
contributor?: undefined;
|
|
29876
|
+
contributors?: undefined;
|
|
29877
|
+
participate?: undefined;
|
|
29510
29878
|
limit?: undefined;
|
|
29511
29879
|
category?: undefined;
|
|
29512
29880
|
section?: undefined;
|
|
@@ -29743,6 +30111,10 @@ declare const endpoints: {
|
|
|
29743
30111
|
min?: undefined;
|
|
29744
30112
|
status?: undefined;
|
|
29745
30113
|
timeSpent?: undefined;
|
|
30114
|
+
user?: undefined;
|
|
30115
|
+
contributor?: undefined;
|
|
30116
|
+
contributors?: undefined;
|
|
30117
|
+
participate?: undefined;
|
|
29746
30118
|
limit?: undefined;
|
|
29747
30119
|
category?: undefined;
|
|
29748
30120
|
section?: undefined;
|
|
@@ -30048,6 +30420,10 @@ declare const endpoints: {
|
|
|
30048
30420
|
financerType?: undefined;
|
|
30049
30421
|
project?: undefined;
|
|
30050
30422
|
form?: undefined;
|
|
30423
|
+
user?: undefined;
|
|
30424
|
+
contributor?: undefined;
|
|
30425
|
+
contributors?: undefined;
|
|
30426
|
+
participate?: undefined;
|
|
30051
30427
|
limit?: undefined;
|
|
30052
30428
|
category?: undefined;
|
|
30053
30429
|
section?: undefined;
|
|
@@ -30068,6 +30444,739 @@ declare const endpoints: {
|
|
|
30068
30444
|
postActions?: undefined;
|
|
30069
30445
|
pathParams?: undefined;
|
|
30070
30446
|
params?: undefined;
|
|
30447
|
+
} | {
|
|
30448
|
+
auth: string;
|
|
30449
|
+
constant: string;
|
|
30450
|
+
contentType: string;
|
|
30451
|
+
functionCocostum: string;
|
|
30452
|
+
method: string;
|
|
30453
|
+
path: string;
|
|
30454
|
+
request: {
|
|
30455
|
+
additionalProperties: boolean;
|
|
30456
|
+
properties: {
|
|
30457
|
+
id: {
|
|
30458
|
+
pattern: string;
|
|
30459
|
+
type: string;
|
|
30460
|
+
};
|
|
30461
|
+
status: {
|
|
30462
|
+
enum: string[];
|
|
30463
|
+
type: string;
|
|
30464
|
+
default?: undefined;
|
|
30465
|
+
};
|
|
30466
|
+
user: {
|
|
30467
|
+
pattern: string;
|
|
30468
|
+
type: string;
|
|
30469
|
+
};
|
|
30470
|
+
app?: undefined;
|
|
30471
|
+
email?: undefined;
|
|
30472
|
+
isInvitation?: undefined;
|
|
30473
|
+
mode?: undefined;
|
|
30474
|
+
name?: undefined;
|
|
30475
|
+
pendingUserId?: undefined;
|
|
30476
|
+
pwd?: undefined;
|
|
30477
|
+
username?: undefined;
|
|
30478
|
+
password?: undefined;
|
|
30479
|
+
refreshToken?: undefined;
|
|
30480
|
+
type?: undefined;
|
|
30481
|
+
serverUrl?: undefined;
|
|
30482
|
+
newPassword?: undefined;
|
|
30483
|
+
newPassword2?: undefined;
|
|
30484
|
+
oldPassword?: undefined;
|
|
30485
|
+
scope?: undefined;
|
|
30486
|
+
userId?: undefined;
|
|
30487
|
+
idEntity?: undefined;
|
|
30488
|
+
typeEntity?: undefined;
|
|
30489
|
+
value?: undefined;
|
|
30490
|
+
block?: undefined;
|
|
30491
|
+
descMentions?: undefined;
|
|
30492
|
+
description?: undefined;
|
|
30493
|
+
shortDescription?: undefined;
|
|
30494
|
+
typeElement?: undefined;
|
|
30495
|
+
diaspora?: undefined;
|
|
30496
|
+
facebook?: undefined;
|
|
30497
|
+
github?: undefined;
|
|
30498
|
+
gitlab?: undefined;
|
|
30499
|
+
instagram?: undefined;
|
|
30500
|
+
mastodon?: undefined;
|
|
30501
|
+
signal?: undefined;
|
|
30502
|
+
telegram?: undefined;
|
|
30503
|
+
twitter?: undefined;
|
|
30504
|
+
address?: undefined;
|
|
30505
|
+
geo?: undefined;
|
|
30506
|
+
geoPosition?: undefined;
|
|
30507
|
+
slug?: undefined;
|
|
30508
|
+
profil_avatar?: undefined;
|
|
30509
|
+
banner?: undefined;
|
|
30510
|
+
cropH?: undefined;
|
|
30511
|
+
cropW?: undefined;
|
|
30512
|
+
cropX?: undefined;
|
|
30513
|
+
cropY?: undefined;
|
|
30514
|
+
formOrigin?: undefined;
|
|
30515
|
+
parentId?: undefined;
|
|
30516
|
+
parentType?: undefined;
|
|
30517
|
+
tpl?: undefined;
|
|
30518
|
+
listInvite?: undefined;
|
|
30519
|
+
dateLimit?: undefined;
|
|
30520
|
+
indexStep?: undefined;
|
|
30521
|
+
search?: undefined;
|
|
30522
|
+
ids?: undefined;
|
|
30523
|
+
json?: undefined;
|
|
30524
|
+
markdownActive?: undefined;
|
|
30525
|
+
mediaFile?: undefined;
|
|
30526
|
+
mediaImg?: undefined;
|
|
30527
|
+
mentions?: undefined;
|
|
30528
|
+
tags?: undefined;
|
|
30529
|
+
text?: undefined;
|
|
30530
|
+
newsImage?: undefined;
|
|
30531
|
+
newsFile?: undefined;
|
|
30532
|
+
isLive?: undefined;
|
|
30533
|
+
idNews?: undefined;
|
|
30534
|
+
childId?: undefined;
|
|
30535
|
+
childType?: undefined;
|
|
30536
|
+
comment?: undefined;
|
|
30537
|
+
connectType?: undefined;
|
|
30538
|
+
argval?: undefined;
|
|
30539
|
+
contextId?: undefined;
|
|
30540
|
+
contextType?: undefined;
|
|
30541
|
+
parentCommentId?: undefined;
|
|
30542
|
+
path?: undefined;
|
|
30543
|
+
params?: undefined;
|
|
30544
|
+
count?: undefined;
|
|
30545
|
+
countType?: undefined;
|
|
30546
|
+
fediverse?: undefined;
|
|
30547
|
+
filters?: undefined;
|
|
30548
|
+
indexMax?: undefined;
|
|
30549
|
+
indexMin?: undefined;
|
|
30550
|
+
initType?: undefined;
|
|
30551
|
+
locality?: undefined;
|
|
30552
|
+
notSourceKey?: undefined;
|
|
30553
|
+
ranges?: undefined;
|
|
30554
|
+
searchBy?: undefined;
|
|
30555
|
+
searchTags?: undefined;
|
|
30556
|
+
searchType?: undefined;
|
|
30557
|
+
countryCode?: undefined;
|
|
30558
|
+
formInMap?: undefined;
|
|
30559
|
+
scopeValue?: undefined;
|
|
30560
|
+
fields?: undefined;
|
|
30561
|
+
collection?: undefined;
|
|
30562
|
+
pull?: undefined;
|
|
30563
|
+
arrayForm?: undefined;
|
|
30564
|
+
buildingSurfaceArea?: undefined;
|
|
30565
|
+
compagnon?: undefined;
|
|
30566
|
+
costum?: undefined;
|
|
30567
|
+
costumEditMode?: undefined;
|
|
30568
|
+
costumId?: undefined;
|
|
30569
|
+
costumSlug?: undefined;
|
|
30570
|
+
costumType?: undefined;
|
|
30571
|
+
filiere?: undefined;
|
|
30572
|
+
holderOrganization?: undefined;
|
|
30573
|
+
key?: undefined;
|
|
30574
|
+
mainTag?: undefined;
|
|
30575
|
+
manageModel?: undefined;
|
|
30576
|
+
openingDate?: undefined;
|
|
30577
|
+
openingHours?: undefined;
|
|
30578
|
+
preferences?: undefined;
|
|
30579
|
+
role?: undefined;
|
|
30580
|
+
siteSurfaceArea?: undefined;
|
|
30581
|
+
source?: undefined;
|
|
30582
|
+
telephone?: undefined;
|
|
30583
|
+
thematic?: undefined;
|
|
30584
|
+
typePlace?: undefined;
|
|
30585
|
+
url?: undefined;
|
|
30586
|
+
video?: undefined;
|
|
30587
|
+
parent?: undefined;
|
|
30588
|
+
public?: undefined;
|
|
30589
|
+
urls?: undefined;
|
|
30590
|
+
endDate?: undefined;
|
|
30591
|
+
organizer?: undefined;
|
|
30592
|
+
recurrency?: undefined;
|
|
30593
|
+
startDate?: undefined;
|
|
30594
|
+
timeZone?: undefined;
|
|
30595
|
+
qqfile?: undefined;
|
|
30596
|
+
qqfilename?: undefined;
|
|
30597
|
+
qqtotalfilesize?: undefined;
|
|
30598
|
+
qquuid?: undefined;
|
|
30599
|
+
linkOption?: undefined;
|
|
30600
|
+
searchMode?: undefined;
|
|
30601
|
+
refreshTimestamp?: undefined;
|
|
30602
|
+
action?: undefined;
|
|
30603
|
+
all?: undefined;
|
|
30604
|
+
actor?: undefined;
|
|
30605
|
+
payload?: undefined;
|
|
30606
|
+
criteria?: undefined;
|
|
30607
|
+
isParcours?: undefined;
|
|
30608
|
+
issuer?: undefined;
|
|
30609
|
+
award?: undefined;
|
|
30610
|
+
badgeId?: undefined;
|
|
30611
|
+
evidences?: undefined;
|
|
30612
|
+
narative?: undefined;
|
|
30613
|
+
endDateUTC?: undefined;
|
|
30614
|
+
startDateUTC?: undefined;
|
|
30615
|
+
mapUsed?: undefined;
|
|
30616
|
+
options?: undefined;
|
|
30617
|
+
sortBy?: undefined;
|
|
30618
|
+
sourceKey?: undefined;
|
|
30619
|
+
parent_only?: undefined;
|
|
30620
|
+
types?: undefined;
|
|
30621
|
+
date?: undefined;
|
|
30622
|
+
fromToday?: undefined;
|
|
30623
|
+
regions?: undefined;
|
|
30624
|
+
timezone?: undefined;
|
|
30625
|
+
event?: undefined;
|
|
30626
|
+
tl?: undefined;
|
|
30627
|
+
contentKey?: undefined;
|
|
30628
|
+
folderId?: undefined;
|
|
30629
|
+
answerId?: undefined;
|
|
30630
|
+
finderPath?: undefined;
|
|
30631
|
+
formId?: undefined;
|
|
30632
|
+
parentFormId?: undefined;
|
|
30633
|
+
docType?: undefined;
|
|
30634
|
+
subKey?: undefined;
|
|
30635
|
+
addedOptions?: undefined;
|
|
30636
|
+
answers?: undefined;
|
|
30637
|
+
links?: undefined;
|
|
30638
|
+
details?: undefined;
|
|
30639
|
+
setType?: undefined;
|
|
30640
|
+
connect?: undefined;
|
|
30641
|
+
isAdmin?: undefined;
|
|
30642
|
+
searchedData?: undefined;
|
|
30643
|
+
level?: undefined;
|
|
30644
|
+
upperLevelId?: undefined;
|
|
30645
|
+
forms?: undefined;
|
|
30646
|
+
answer?: undefined;
|
|
30647
|
+
financerId?: undefined;
|
|
30648
|
+
financerType?: undefined;
|
|
30649
|
+
project?: undefined;
|
|
30650
|
+
form?: undefined;
|
|
30651
|
+
assign?: undefined;
|
|
30652
|
+
credits?: undefined;
|
|
30653
|
+
idParentRoom?: undefined;
|
|
30654
|
+
importance?: undefined;
|
|
30655
|
+
is_contributor?: undefined;
|
|
30656
|
+
max?: undefined;
|
|
30657
|
+
milestone?: undefined;
|
|
30658
|
+
min?: undefined;
|
|
30659
|
+
timeSpent?: undefined;
|
|
30660
|
+
contributor?: undefined;
|
|
30661
|
+
contributors?: undefined;
|
|
30662
|
+
participate?: undefined;
|
|
30663
|
+
limit?: undefined;
|
|
30664
|
+
category?: undefined;
|
|
30665
|
+
section?: undefined;
|
|
30666
|
+
subtype?: undefined;
|
|
30667
|
+
};
|
|
30668
|
+
required: string[];
|
|
30669
|
+
type: string;
|
|
30670
|
+
allOf?: undefined;
|
|
30671
|
+
$defs?: undefined;
|
|
30672
|
+
else?: undefined;
|
|
30673
|
+
if?: undefined;
|
|
30674
|
+
then?: undefined;
|
|
30675
|
+
anyOf?: undefined;
|
|
30676
|
+
startBeforeEnd?: undefined;
|
|
30677
|
+
};
|
|
30678
|
+
generateModule?: undefined;
|
|
30679
|
+
onlyAuthNone?: undefined;
|
|
30680
|
+
postActions?: undefined;
|
|
30681
|
+
pathParams?: undefined;
|
|
30682
|
+
params?: undefined;
|
|
30683
|
+
} | {
|
|
30684
|
+
auth: string;
|
|
30685
|
+
constant: string;
|
|
30686
|
+
contentType: string;
|
|
30687
|
+
functionCocostum: string;
|
|
30688
|
+
method: string;
|
|
30689
|
+
path: string;
|
|
30690
|
+
request: {
|
|
30691
|
+
additionalProperties: boolean;
|
|
30692
|
+
properties: {
|
|
30693
|
+
endDate: {
|
|
30694
|
+
type: string;
|
|
30695
|
+
};
|
|
30696
|
+
id: {
|
|
30697
|
+
pattern: string;
|
|
30698
|
+
type: string;
|
|
30699
|
+
};
|
|
30700
|
+
startDate: {
|
|
30701
|
+
type: string;
|
|
30702
|
+
};
|
|
30703
|
+
app?: undefined;
|
|
30704
|
+
email?: undefined;
|
|
30705
|
+
isInvitation?: undefined;
|
|
30706
|
+
mode?: undefined;
|
|
30707
|
+
name?: undefined;
|
|
30708
|
+
pendingUserId?: undefined;
|
|
30709
|
+
pwd?: undefined;
|
|
30710
|
+
username?: undefined;
|
|
30711
|
+
password?: undefined;
|
|
30712
|
+
refreshToken?: undefined;
|
|
30713
|
+
type?: undefined;
|
|
30714
|
+
serverUrl?: undefined;
|
|
30715
|
+
newPassword?: undefined;
|
|
30716
|
+
newPassword2?: undefined;
|
|
30717
|
+
oldPassword?: undefined;
|
|
30718
|
+
scope?: undefined;
|
|
30719
|
+
userId?: undefined;
|
|
30720
|
+
idEntity?: undefined;
|
|
30721
|
+
typeEntity?: undefined;
|
|
30722
|
+
value?: undefined;
|
|
30723
|
+
block?: undefined;
|
|
30724
|
+
descMentions?: undefined;
|
|
30725
|
+
description?: undefined;
|
|
30726
|
+
shortDescription?: undefined;
|
|
30727
|
+
typeElement?: undefined;
|
|
30728
|
+
diaspora?: undefined;
|
|
30729
|
+
facebook?: undefined;
|
|
30730
|
+
github?: undefined;
|
|
30731
|
+
gitlab?: undefined;
|
|
30732
|
+
instagram?: undefined;
|
|
30733
|
+
mastodon?: undefined;
|
|
30734
|
+
signal?: undefined;
|
|
30735
|
+
telegram?: undefined;
|
|
30736
|
+
twitter?: undefined;
|
|
30737
|
+
address?: undefined;
|
|
30738
|
+
geo?: undefined;
|
|
30739
|
+
geoPosition?: undefined;
|
|
30740
|
+
slug?: undefined;
|
|
30741
|
+
profil_avatar?: undefined;
|
|
30742
|
+
banner?: undefined;
|
|
30743
|
+
cropH?: undefined;
|
|
30744
|
+
cropW?: undefined;
|
|
30745
|
+
cropX?: undefined;
|
|
30746
|
+
cropY?: undefined;
|
|
30747
|
+
formOrigin?: undefined;
|
|
30748
|
+
parentId?: undefined;
|
|
30749
|
+
parentType?: undefined;
|
|
30750
|
+
tpl?: undefined;
|
|
30751
|
+
listInvite?: undefined;
|
|
30752
|
+
dateLimit?: undefined;
|
|
30753
|
+
indexStep?: undefined;
|
|
30754
|
+
search?: undefined;
|
|
30755
|
+
ids?: undefined;
|
|
30756
|
+
json?: undefined;
|
|
30757
|
+
markdownActive?: undefined;
|
|
30758
|
+
mediaFile?: undefined;
|
|
30759
|
+
mediaImg?: undefined;
|
|
30760
|
+
mentions?: undefined;
|
|
30761
|
+
tags?: undefined;
|
|
30762
|
+
text?: undefined;
|
|
30763
|
+
newsImage?: undefined;
|
|
30764
|
+
newsFile?: undefined;
|
|
30765
|
+
isLive?: undefined;
|
|
30766
|
+
idNews?: undefined;
|
|
30767
|
+
childId?: undefined;
|
|
30768
|
+
childType?: undefined;
|
|
30769
|
+
comment?: undefined;
|
|
30770
|
+
connectType?: undefined;
|
|
30771
|
+
argval?: undefined;
|
|
30772
|
+
contextId?: undefined;
|
|
30773
|
+
contextType?: undefined;
|
|
30774
|
+
parentCommentId?: undefined;
|
|
30775
|
+
path?: undefined;
|
|
30776
|
+
params?: undefined;
|
|
30777
|
+
count?: undefined;
|
|
30778
|
+
countType?: undefined;
|
|
30779
|
+
fediverse?: undefined;
|
|
30780
|
+
filters?: undefined;
|
|
30781
|
+
indexMax?: undefined;
|
|
30782
|
+
indexMin?: undefined;
|
|
30783
|
+
initType?: undefined;
|
|
30784
|
+
locality?: undefined;
|
|
30785
|
+
notSourceKey?: undefined;
|
|
30786
|
+
ranges?: undefined;
|
|
30787
|
+
searchBy?: undefined;
|
|
30788
|
+
searchTags?: undefined;
|
|
30789
|
+
searchType?: undefined;
|
|
30790
|
+
countryCode?: undefined;
|
|
30791
|
+
formInMap?: undefined;
|
|
30792
|
+
scopeValue?: undefined;
|
|
30793
|
+
fields?: undefined;
|
|
30794
|
+
collection?: undefined;
|
|
30795
|
+
pull?: undefined;
|
|
30796
|
+
arrayForm?: undefined;
|
|
30797
|
+
buildingSurfaceArea?: undefined;
|
|
30798
|
+
compagnon?: undefined;
|
|
30799
|
+
costum?: undefined;
|
|
30800
|
+
costumEditMode?: undefined;
|
|
30801
|
+
costumId?: undefined;
|
|
30802
|
+
costumSlug?: undefined;
|
|
30803
|
+
costumType?: undefined;
|
|
30804
|
+
filiere?: undefined;
|
|
30805
|
+
holderOrganization?: undefined;
|
|
30806
|
+
key?: undefined;
|
|
30807
|
+
mainTag?: undefined;
|
|
30808
|
+
manageModel?: undefined;
|
|
30809
|
+
openingDate?: undefined;
|
|
30810
|
+
openingHours?: undefined;
|
|
30811
|
+
preferences?: undefined;
|
|
30812
|
+
role?: undefined;
|
|
30813
|
+
siteSurfaceArea?: undefined;
|
|
30814
|
+
source?: undefined;
|
|
30815
|
+
telephone?: undefined;
|
|
30816
|
+
thematic?: undefined;
|
|
30817
|
+
typePlace?: undefined;
|
|
30818
|
+
url?: undefined;
|
|
30819
|
+
video?: undefined;
|
|
30820
|
+
parent?: undefined;
|
|
30821
|
+
public?: undefined;
|
|
30822
|
+
urls?: undefined;
|
|
30823
|
+
organizer?: undefined;
|
|
30824
|
+
recurrency?: undefined;
|
|
30825
|
+
timeZone?: undefined;
|
|
30826
|
+
qqfile?: undefined;
|
|
30827
|
+
qqfilename?: undefined;
|
|
30828
|
+
qqtotalfilesize?: undefined;
|
|
30829
|
+
qquuid?: undefined;
|
|
30830
|
+
linkOption?: undefined;
|
|
30831
|
+
searchMode?: undefined;
|
|
30832
|
+
refreshTimestamp?: undefined;
|
|
30833
|
+
action?: undefined;
|
|
30834
|
+
all?: undefined;
|
|
30835
|
+
actor?: undefined;
|
|
30836
|
+
payload?: undefined;
|
|
30837
|
+
criteria?: undefined;
|
|
30838
|
+
isParcours?: undefined;
|
|
30839
|
+
issuer?: undefined;
|
|
30840
|
+
award?: undefined;
|
|
30841
|
+
badgeId?: undefined;
|
|
30842
|
+
evidences?: undefined;
|
|
30843
|
+
narative?: undefined;
|
|
30844
|
+
endDateUTC?: undefined;
|
|
30845
|
+
startDateUTC?: undefined;
|
|
30846
|
+
mapUsed?: undefined;
|
|
30847
|
+
options?: undefined;
|
|
30848
|
+
sortBy?: undefined;
|
|
30849
|
+
sourceKey?: undefined;
|
|
30850
|
+
parent_only?: undefined;
|
|
30851
|
+
types?: undefined;
|
|
30852
|
+
date?: undefined;
|
|
30853
|
+
fromToday?: undefined;
|
|
30854
|
+
regions?: undefined;
|
|
30855
|
+
timezone?: undefined;
|
|
30856
|
+
event?: undefined;
|
|
30857
|
+
tl?: undefined;
|
|
30858
|
+
contentKey?: undefined;
|
|
30859
|
+
folderId?: undefined;
|
|
30860
|
+
answerId?: undefined;
|
|
30861
|
+
finderPath?: undefined;
|
|
30862
|
+
formId?: undefined;
|
|
30863
|
+
parentFormId?: undefined;
|
|
30864
|
+
docType?: undefined;
|
|
30865
|
+
subKey?: undefined;
|
|
30866
|
+
addedOptions?: undefined;
|
|
30867
|
+
answers?: undefined;
|
|
30868
|
+
links?: undefined;
|
|
30869
|
+
details?: undefined;
|
|
30870
|
+
setType?: undefined;
|
|
30871
|
+
connect?: undefined;
|
|
30872
|
+
isAdmin?: undefined;
|
|
30873
|
+
searchedData?: undefined;
|
|
30874
|
+
level?: undefined;
|
|
30875
|
+
upperLevelId?: undefined;
|
|
30876
|
+
forms?: undefined;
|
|
30877
|
+
answer?: undefined;
|
|
30878
|
+
financerId?: undefined;
|
|
30879
|
+
financerType?: undefined;
|
|
30880
|
+
project?: undefined;
|
|
30881
|
+
form?: undefined;
|
|
30882
|
+
assign?: undefined;
|
|
30883
|
+
credits?: undefined;
|
|
30884
|
+
idParentRoom?: undefined;
|
|
30885
|
+
importance?: undefined;
|
|
30886
|
+
is_contributor?: undefined;
|
|
30887
|
+
max?: undefined;
|
|
30888
|
+
milestone?: undefined;
|
|
30889
|
+
min?: undefined;
|
|
30890
|
+
status?: undefined;
|
|
30891
|
+
timeSpent?: undefined;
|
|
30892
|
+
user?: undefined;
|
|
30893
|
+
contributor?: undefined;
|
|
30894
|
+
contributors?: undefined;
|
|
30895
|
+
participate?: undefined;
|
|
30896
|
+
limit?: undefined;
|
|
30897
|
+
category?: undefined;
|
|
30898
|
+
section?: undefined;
|
|
30899
|
+
subtype?: undefined;
|
|
30900
|
+
};
|
|
30901
|
+
required: string[];
|
|
30902
|
+
type: string;
|
|
30903
|
+
allOf?: undefined;
|
|
30904
|
+
$defs?: undefined;
|
|
30905
|
+
else?: undefined;
|
|
30906
|
+
if?: undefined;
|
|
30907
|
+
then?: undefined;
|
|
30908
|
+
anyOf?: undefined;
|
|
30909
|
+
startBeforeEnd?: undefined;
|
|
30910
|
+
};
|
|
30911
|
+
generateModule?: undefined;
|
|
30912
|
+
onlyAuthNone?: undefined;
|
|
30913
|
+
postActions?: undefined;
|
|
30914
|
+
pathParams?: undefined;
|
|
30915
|
+
params?: undefined;
|
|
30916
|
+
} | {
|
|
30917
|
+
auth: string;
|
|
30918
|
+
constant: string;
|
|
30919
|
+
contentType: string;
|
|
30920
|
+
functionCocostum: string;
|
|
30921
|
+
method: string;
|
|
30922
|
+
path: string;
|
|
30923
|
+
request: {
|
|
30924
|
+
additionalProperties: boolean;
|
|
30925
|
+
properties: {
|
|
30926
|
+
action: {
|
|
30927
|
+
pattern: string;
|
|
30928
|
+
type: string;
|
|
30929
|
+
};
|
|
30930
|
+
contributor: {
|
|
30931
|
+
pattern: string;
|
|
30932
|
+
type: string;
|
|
30933
|
+
};
|
|
30934
|
+
contributors: {
|
|
30935
|
+
items: {
|
|
30936
|
+
pattern: string;
|
|
30937
|
+
type: string;
|
|
30938
|
+
};
|
|
30939
|
+
type: string;
|
|
30940
|
+
};
|
|
30941
|
+
participate: {
|
|
30942
|
+
enum: number[];
|
|
30943
|
+
type: string;
|
|
30944
|
+
};
|
|
30945
|
+
app?: undefined;
|
|
30946
|
+
email?: undefined;
|
|
30947
|
+
isInvitation?: undefined;
|
|
30948
|
+
mode?: undefined;
|
|
30949
|
+
name?: undefined;
|
|
30950
|
+
pendingUserId?: undefined;
|
|
30951
|
+
pwd?: undefined;
|
|
30952
|
+
username?: undefined;
|
|
30953
|
+
password?: undefined;
|
|
30954
|
+
refreshToken?: undefined;
|
|
30955
|
+
type?: undefined;
|
|
30956
|
+
serverUrl?: undefined;
|
|
30957
|
+
newPassword?: undefined;
|
|
30958
|
+
newPassword2?: undefined;
|
|
30959
|
+
oldPassword?: undefined;
|
|
30960
|
+
scope?: undefined;
|
|
30961
|
+
userId?: undefined;
|
|
30962
|
+
idEntity?: undefined;
|
|
30963
|
+
typeEntity?: undefined;
|
|
30964
|
+
value?: undefined;
|
|
30965
|
+
block?: undefined;
|
|
30966
|
+
descMentions?: undefined;
|
|
30967
|
+
description?: undefined;
|
|
30968
|
+
id?: undefined;
|
|
30969
|
+
shortDescription?: undefined;
|
|
30970
|
+
typeElement?: undefined;
|
|
30971
|
+
diaspora?: undefined;
|
|
30972
|
+
facebook?: undefined;
|
|
30973
|
+
github?: undefined;
|
|
30974
|
+
gitlab?: undefined;
|
|
30975
|
+
instagram?: undefined;
|
|
30976
|
+
mastodon?: undefined;
|
|
30977
|
+
signal?: undefined;
|
|
30978
|
+
telegram?: undefined;
|
|
30979
|
+
twitter?: undefined;
|
|
30980
|
+
address?: undefined;
|
|
30981
|
+
geo?: undefined;
|
|
30982
|
+
geoPosition?: undefined;
|
|
30983
|
+
slug?: undefined;
|
|
30984
|
+
profil_avatar?: undefined;
|
|
30985
|
+
banner?: undefined;
|
|
30986
|
+
cropH?: undefined;
|
|
30987
|
+
cropW?: undefined;
|
|
30988
|
+
cropX?: undefined;
|
|
30989
|
+
cropY?: undefined;
|
|
30990
|
+
formOrigin?: undefined;
|
|
30991
|
+
parentId?: undefined;
|
|
30992
|
+
parentType?: undefined;
|
|
30993
|
+
tpl?: undefined;
|
|
30994
|
+
listInvite?: undefined;
|
|
30995
|
+
dateLimit?: undefined;
|
|
30996
|
+
indexStep?: undefined;
|
|
30997
|
+
search?: undefined;
|
|
30998
|
+
ids?: undefined;
|
|
30999
|
+
json?: undefined;
|
|
31000
|
+
markdownActive?: undefined;
|
|
31001
|
+
mediaFile?: undefined;
|
|
31002
|
+
mediaImg?: undefined;
|
|
31003
|
+
mentions?: undefined;
|
|
31004
|
+
tags?: undefined;
|
|
31005
|
+
text?: undefined;
|
|
31006
|
+
newsImage?: undefined;
|
|
31007
|
+
newsFile?: undefined;
|
|
31008
|
+
isLive?: undefined;
|
|
31009
|
+
idNews?: undefined;
|
|
31010
|
+
childId?: undefined;
|
|
31011
|
+
childType?: undefined;
|
|
31012
|
+
comment?: undefined;
|
|
31013
|
+
connectType?: undefined;
|
|
31014
|
+
argval?: undefined;
|
|
31015
|
+
contextId?: undefined;
|
|
31016
|
+
contextType?: undefined;
|
|
31017
|
+
parentCommentId?: undefined;
|
|
31018
|
+
path?: undefined;
|
|
31019
|
+
params?: undefined;
|
|
31020
|
+
count?: undefined;
|
|
31021
|
+
countType?: undefined;
|
|
31022
|
+
fediverse?: undefined;
|
|
31023
|
+
filters?: undefined;
|
|
31024
|
+
indexMax?: undefined;
|
|
31025
|
+
indexMin?: undefined;
|
|
31026
|
+
initType?: undefined;
|
|
31027
|
+
locality?: undefined;
|
|
31028
|
+
notSourceKey?: undefined;
|
|
31029
|
+
ranges?: undefined;
|
|
31030
|
+
searchBy?: undefined;
|
|
31031
|
+
searchTags?: undefined;
|
|
31032
|
+
searchType?: undefined;
|
|
31033
|
+
countryCode?: undefined;
|
|
31034
|
+
formInMap?: undefined;
|
|
31035
|
+
scopeValue?: undefined;
|
|
31036
|
+
fields?: undefined;
|
|
31037
|
+
collection?: undefined;
|
|
31038
|
+
pull?: undefined;
|
|
31039
|
+
arrayForm?: undefined;
|
|
31040
|
+
buildingSurfaceArea?: undefined;
|
|
31041
|
+
compagnon?: undefined;
|
|
31042
|
+
costum?: undefined;
|
|
31043
|
+
costumEditMode?: undefined;
|
|
31044
|
+
costumId?: undefined;
|
|
31045
|
+
costumSlug?: undefined;
|
|
31046
|
+
costumType?: undefined;
|
|
31047
|
+
filiere?: undefined;
|
|
31048
|
+
holderOrganization?: undefined;
|
|
31049
|
+
key?: undefined;
|
|
31050
|
+
mainTag?: undefined;
|
|
31051
|
+
manageModel?: undefined;
|
|
31052
|
+
openingDate?: undefined;
|
|
31053
|
+
openingHours?: undefined;
|
|
31054
|
+
preferences?: undefined;
|
|
31055
|
+
role?: undefined;
|
|
31056
|
+
siteSurfaceArea?: undefined;
|
|
31057
|
+
source?: undefined;
|
|
31058
|
+
telephone?: undefined;
|
|
31059
|
+
thematic?: undefined;
|
|
31060
|
+
typePlace?: undefined;
|
|
31061
|
+
url?: undefined;
|
|
31062
|
+
video?: undefined;
|
|
31063
|
+
parent?: undefined;
|
|
31064
|
+
public?: undefined;
|
|
31065
|
+
urls?: undefined;
|
|
31066
|
+
endDate?: undefined;
|
|
31067
|
+
organizer?: undefined;
|
|
31068
|
+
recurrency?: undefined;
|
|
31069
|
+
startDate?: undefined;
|
|
31070
|
+
timeZone?: undefined;
|
|
31071
|
+
qqfile?: undefined;
|
|
31072
|
+
qqfilename?: undefined;
|
|
31073
|
+
qqtotalfilesize?: undefined;
|
|
31074
|
+
qquuid?: undefined;
|
|
31075
|
+
linkOption?: undefined;
|
|
31076
|
+
searchMode?: undefined;
|
|
31077
|
+
refreshTimestamp?: undefined;
|
|
31078
|
+
all?: undefined;
|
|
31079
|
+
actor?: undefined;
|
|
31080
|
+
payload?: undefined;
|
|
31081
|
+
criteria?: undefined;
|
|
31082
|
+
isParcours?: undefined;
|
|
31083
|
+
issuer?: undefined;
|
|
31084
|
+
award?: undefined;
|
|
31085
|
+
badgeId?: undefined;
|
|
31086
|
+
evidences?: undefined;
|
|
31087
|
+
narative?: undefined;
|
|
31088
|
+
endDateUTC?: undefined;
|
|
31089
|
+
startDateUTC?: undefined;
|
|
31090
|
+
mapUsed?: undefined;
|
|
31091
|
+
options?: undefined;
|
|
31092
|
+
sortBy?: undefined;
|
|
31093
|
+
sourceKey?: undefined;
|
|
31094
|
+
parent_only?: undefined;
|
|
31095
|
+
types?: undefined;
|
|
31096
|
+
date?: undefined;
|
|
31097
|
+
fromToday?: undefined;
|
|
31098
|
+
regions?: undefined;
|
|
31099
|
+
timezone?: undefined;
|
|
31100
|
+
event?: undefined;
|
|
31101
|
+
tl?: undefined;
|
|
31102
|
+
contentKey?: undefined;
|
|
31103
|
+
folderId?: undefined;
|
|
31104
|
+
answerId?: undefined;
|
|
31105
|
+
finderPath?: undefined;
|
|
31106
|
+
formId?: undefined;
|
|
31107
|
+
parentFormId?: undefined;
|
|
31108
|
+
docType?: undefined;
|
|
31109
|
+
subKey?: undefined;
|
|
31110
|
+
addedOptions?: undefined;
|
|
31111
|
+
answers?: undefined;
|
|
31112
|
+
links?: undefined;
|
|
31113
|
+
details?: undefined;
|
|
31114
|
+
setType?: undefined;
|
|
31115
|
+
connect?: undefined;
|
|
31116
|
+
isAdmin?: undefined;
|
|
31117
|
+
searchedData?: undefined;
|
|
31118
|
+
level?: undefined;
|
|
31119
|
+
upperLevelId?: undefined;
|
|
31120
|
+
forms?: undefined;
|
|
31121
|
+
answer?: undefined;
|
|
31122
|
+
financerId?: undefined;
|
|
31123
|
+
financerType?: undefined;
|
|
31124
|
+
project?: undefined;
|
|
31125
|
+
form?: undefined;
|
|
31126
|
+
assign?: undefined;
|
|
31127
|
+
credits?: undefined;
|
|
31128
|
+
idParentRoom?: undefined;
|
|
31129
|
+
importance?: undefined;
|
|
31130
|
+
is_contributor?: undefined;
|
|
31131
|
+
max?: undefined;
|
|
31132
|
+
milestone?: undefined;
|
|
31133
|
+
min?: undefined;
|
|
31134
|
+
status?: undefined;
|
|
31135
|
+
timeSpent?: undefined;
|
|
31136
|
+
user?: undefined;
|
|
31137
|
+
limit?: undefined;
|
|
31138
|
+
category?: undefined;
|
|
31139
|
+
section?: undefined;
|
|
31140
|
+
subtype?: undefined;
|
|
31141
|
+
};
|
|
31142
|
+
required: string[];
|
|
31143
|
+
type: string;
|
|
31144
|
+
allOf?: undefined;
|
|
31145
|
+
$defs?: undefined;
|
|
31146
|
+
else?: undefined;
|
|
31147
|
+
if?: undefined;
|
|
31148
|
+
then?: undefined;
|
|
31149
|
+
anyOf?: undefined;
|
|
31150
|
+
startBeforeEnd?: undefined;
|
|
31151
|
+
};
|
|
31152
|
+
generateModule?: undefined;
|
|
31153
|
+
onlyAuthNone?: undefined;
|
|
31154
|
+
postActions?: undefined;
|
|
31155
|
+
pathParams?: undefined;
|
|
31156
|
+
params?: undefined;
|
|
31157
|
+
} | {
|
|
31158
|
+
auth: string;
|
|
31159
|
+
constant: string;
|
|
31160
|
+
contentType: string;
|
|
31161
|
+
functionCocostum: string;
|
|
31162
|
+
method: string;
|
|
31163
|
+
path: string;
|
|
31164
|
+
request: {
|
|
31165
|
+
additionalProperties: boolean;
|
|
31166
|
+
properties: {
|
|
31167
|
+
id: {
|
|
31168
|
+
pattern: string;
|
|
31169
|
+
type: string;
|
|
31170
|
+
};
|
|
31171
|
+
};
|
|
31172
|
+
required: string[];
|
|
31173
|
+
type: string;
|
|
31174
|
+
};
|
|
31175
|
+
generateModule?: undefined;
|
|
31176
|
+
onlyAuthNone?: undefined;
|
|
31177
|
+
postActions?: undefined;
|
|
31178
|
+
pathParams?: undefined;
|
|
31179
|
+
params?: undefined;
|
|
30071
31180
|
} | {
|
|
30072
31181
|
auth: string;
|
|
30073
31182
|
constant: string;
|
|
@@ -30309,6 +31418,10 @@ declare const endpoints: {
|
|
|
30309
31418
|
min?: undefined;
|
|
30310
31419
|
status?: undefined;
|
|
30311
31420
|
timeSpent?: undefined;
|
|
31421
|
+
user?: undefined;
|
|
31422
|
+
contributor?: undefined;
|
|
31423
|
+
contributors?: undefined;
|
|
31424
|
+
participate?: undefined;
|
|
30312
31425
|
category?: undefined;
|
|
30313
31426
|
section?: undefined;
|
|
30314
31427
|
subtype?: undefined;
|
|
@@ -30702,6 +31815,10 @@ declare const endpoints: {
|
|
|
30702
31815
|
min?: undefined;
|
|
30703
31816
|
status?: undefined;
|
|
30704
31817
|
timeSpent?: undefined;
|
|
31818
|
+
user?: undefined;
|
|
31819
|
+
contributor?: undefined;
|
|
31820
|
+
contributors?: undefined;
|
|
31821
|
+
participate?: undefined;
|
|
30705
31822
|
limit?: undefined;
|
|
30706
31823
|
};
|
|
30707
31824
|
required: string[];
|