@communecter/cocolight-api-client 1.0.151 → 1.0.152
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 +1 -1
- 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 +101 -4
- package/src/api/EndpointApi.ts +16 -1
- package/src/api/EndpointApi.types.ts +95 -2
- package/src/api/User.ts +13 -4
- package/src/api/UserApi.ts +16 -5
- package/src/costum/runtime.ts +65 -12
- package/src/endpoints.module.ts +96 -46
- package/types/api/BaseEntity.d.ts +56 -2
- package/types/api/EndpointApi.d.ts +10 -1
- package/types/api/EndpointApi.types.d.ts +73 -2
- package/types/api/User.d.ts +9 -2
- package/types/api/UserApi.d.ts +7 -1
- package/types/costum/runtime.d.ts +14 -5
- package/types/endpoints.module.d.ts +844 -420
|
@@ -210,9 +210,13 @@ declare const endpoints: {
|
|
|
210
210
|
narative?: undefined;
|
|
211
211
|
endDateUTC?: undefined;
|
|
212
212
|
startDateUTC?: undefined;
|
|
213
|
+
category?: undefined;
|
|
214
|
+
links?: undefined;
|
|
215
|
+
section?: undefined;
|
|
216
|
+
sourceKey?: undefined;
|
|
217
|
+
subType?: undefined;
|
|
213
218
|
costumEditMode?: undefined;
|
|
214
219
|
parent_only?: undefined;
|
|
215
|
-
sourceKey?: undefined;
|
|
216
220
|
types?: undefined;
|
|
217
221
|
date?: undefined;
|
|
218
222
|
fromToday?: undefined;
|
|
@@ -236,7 +240,6 @@ declare const endpoints: {
|
|
|
236
240
|
inputKeys?: undefined;
|
|
237
241
|
addedOptions?: undefined;
|
|
238
242
|
answers?: undefined;
|
|
239
|
-
links?: undefined;
|
|
240
243
|
stepKey?: undefined;
|
|
241
244
|
criteriaIds?: undefined;
|
|
242
245
|
inputKey?: undefined;
|
|
@@ -271,8 +274,6 @@ declare const endpoints: {
|
|
|
271
274
|
contributors?: undefined;
|
|
272
275
|
participate?: undefined;
|
|
273
276
|
limit?: undefined;
|
|
274
|
-
category?: undefined;
|
|
275
|
-
section?: undefined;
|
|
276
277
|
subtype?: undefined;
|
|
277
278
|
validationKey?: undefined;
|
|
278
279
|
};
|
|
@@ -453,9 +454,13 @@ declare const endpoints: {
|
|
|
453
454
|
narative?: undefined;
|
|
454
455
|
endDateUTC?: undefined;
|
|
455
456
|
startDateUTC?: undefined;
|
|
457
|
+
category?: undefined;
|
|
458
|
+
links?: undefined;
|
|
459
|
+
section?: undefined;
|
|
460
|
+
sourceKey?: undefined;
|
|
461
|
+
subType?: undefined;
|
|
456
462
|
costumEditMode?: undefined;
|
|
457
463
|
parent_only?: undefined;
|
|
458
|
-
sourceKey?: undefined;
|
|
459
464
|
types?: undefined;
|
|
460
465
|
date?: undefined;
|
|
461
466
|
fromToday?: undefined;
|
|
@@ -479,7 +484,6 @@ declare const endpoints: {
|
|
|
479
484
|
inputKeys?: undefined;
|
|
480
485
|
addedOptions?: undefined;
|
|
481
486
|
answers?: undefined;
|
|
482
|
-
links?: undefined;
|
|
483
487
|
stepKey?: undefined;
|
|
484
488
|
criteriaIds?: undefined;
|
|
485
489
|
inputKey?: undefined;
|
|
@@ -514,8 +518,6 @@ declare const endpoints: {
|
|
|
514
518
|
contributors?: undefined;
|
|
515
519
|
participate?: undefined;
|
|
516
520
|
limit?: undefined;
|
|
517
|
-
category?: undefined;
|
|
518
|
-
section?: undefined;
|
|
519
521
|
subtype?: undefined;
|
|
520
522
|
validationKey?: undefined;
|
|
521
523
|
};
|
|
@@ -681,9 +683,13 @@ declare const endpoints: {
|
|
|
681
683
|
narative?: undefined;
|
|
682
684
|
endDateUTC?: undefined;
|
|
683
685
|
startDateUTC?: undefined;
|
|
686
|
+
category?: undefined;
|
|
687
|
+
links?: undefined;
|
|
688
|
+
section?: undefined;
|
|
689
|
+
sourceKey?: undefined;
|
|
690
|
+
subType?: undefined;
|
|
684
691
|
costumEditMode?: undefined;
|
|
685
692
|
parent_only?: undefined;
|
|
686
|
-
sourceKey?: undefined;
|
|
687
693
|
types?: undefined;
|
|
688
694
|
date?: undefined;
|
|
689
695
|
fromToday?: undefined;
|
|
@@ -707,7 +713,6 @@ declare const endpoints: {
|
|
|
707
713
|
inputKeys?: undefined;
|
|
708
714
|
addedOptions?: undefined;
|
|
709
715
|
answers?: undefined;
|
|
710
|
-
links?: undefined;
|
|
711
716
|
stepKey?: undefined;
|
|
712
717
|
criteriaIds?: undefined;
|
|
713
718
|
inputKey?: undefined;
|
|
@@ -742,8 +747,6 @@ declare const endpoints: {
|
|
|
742
747
|
contributors?: undefined;
|
|
743
748
|
participate?: undefined;
|
|
744
749
|
limit?: undefined;
|
|
745
|
-
category?: undefined;
|
|
746
|
-
section?: undefined;
|
|
747
750
|
subtype?: undefined;
|
|
748
751
|
validationKey?: undefined;
|
|
749
752
|
};
|
|
@@ -933,9 +936,13 @@ declare const endpoints: {
|
|
|
933
936
|
narative?: undefined;
|
|
934
937
|
endDateUTC?: undefined;
|
|
935
938
|
startDateUTC?: undefined;
|
|
939
|
+
category?: undefined;
|
|
940
|
+
links?: undefined;
|
|
941
|
+
section?: undefined;
|
|
942
|
+
sourceKey?: undefined;
|
|
943
|
+
subType?: undefined;
|
|
936
944
|
costumEditMode?: undefined;
|
|
937
945
|
parent_only?: undefined;
|
|
938
|
-
sourceKey?: undefined;
|
|
939
946
|
types?: undefined;
|
|
940
947
|
date?: undefined;
|
|
941
948
|
fromToday?: undefined;
|
|
@@ -959,7 +966,6 @@ declare const endpoints: {
|
|
|
959
966
|
inputKeys?: undefined;
|
|
960
967
|
addedOptions?: undefined;
|
|
961
968
|
answers?: undefined;
|
|
962
|
-
links?: undefined;
|
|
963
969
|
stepKey?: undefined;
|
|
964
970
|
criteriaIds?: undefined;
|
|
965
971
|
inputKey?: undefined;
|
|
@@ -994,8 +1000,6 @@ declare const endpoints: {
|
|
|
994
1000
|
contributors?: undefined;
|
|
995
1001
|
participate?: undefined;
|
|
996
1002
|
limit?: undefined;
|
|
997
|
-
category?: undefined;
|
|
998
|
-
section?: undefined;
|
|
999
1003
|
subtype?: undefined;
|
|
1000
1004
|
validationKey?: undefined;
|
|
1001
1005
|
};
|
|
@@ -1163,9 +1167,13 @@ declare const endpoints: {
|
|
|
1163
1167
|
narative?: undefined;
|
|
1164
1168
|
endDateUTC?: undefined;
|
|
1165
1169
|
startDateUTC?: undefined;
|
|
1170
|
+
category?: undefined;
|
|
1171
|
+
links?: undefined;
|
|
1172
|
+
section?: undefined;
|
|
1173
|
+
sourceKey?: undefined;
|
|
1174
|
+
subType?: undefined;
|
|
1166
1175
|
costumEditMode?: undefined;
|
|
1167
1176
|
parent_only?: undefined;
|
|
1168
|
-
sourceKey?: undefined;
|
|
1169
1177
|
types?: undefined;
|
|
1170
1178
|
date?: undefined;
|
|
1171
1179
|
fromToday?: undefined;
|
|
@@ -1189,7 +1197,6 @@ declare const endpoints: {
|
|
|
1189
1197
|
inputKeys?: undefined;
|
|
1190
1198
|
addedOptions?: undefined;
|
|
1191
1199
|
answers?: undefined;
|
|
1192
|
-
links?: undefined;
|
|
1193
1200
|
stepKey?: undefined;
|
|
1194
1201
|
criteriaIds?: undefined;
|
|
1195
1202
|
inputKey?: undefined;
|
|
@@ -1224,8 +1231,6 @@ declare const endpoints: {
|
|
|
1224
1231
|
contributors?: undefined;
|
|
1225
1232
|
participate?: undefined;
|
|
1226
1233
|
limit?: undefined;
|
|
1227
|
-
category?: undefined;
|
|
1228
|
-
section?: undefined;
|
|
1229
1234
|
subtype?: undefined;
|
|
1230
1235
|
validationKey?: undefined;
|
|
1231
1236
|
};
|
|
@@ -1409,9 +1414,13 @@ declare const endpoints: {
|
|
|
1409
1414
|
narative?: undefined;
|
|
1410
1415
|
endDateUTC?: undefined;
|
|
1411
1416
|
startDateUTC?: undefined;
|
|
1417
|
+
category?: undefined;
|
|
1418
|
+
links?: undefined;
|
|
1419
|
+
section?: undefined;
|
|
1420
|
+
sourceKey?: undefined;
|
|
1421
|
+
subType?: undefined;
|
|
1412
1422
|
costumEditMode?: undefined;
|
|
1413
1423
|
parent_only?: undefined;
|
|
1414
|
-
sourceKey?: undefined;
|
|
1415
1424
|
types?: undefined;
|
|
1416
1425
|
date?: undefined;
|
|
1417
1426
|
fromToday?: undefined;
|
|
@@ -1435,7 +1444,6 @@ declare const endpoints: {
|
|
|
1435
1444
|
inputKeys?: undefined;
|
|
1436
1445
|
addedOptions?: undefined;
|
|
1437
1446
|
answers?: undefined;
|
|
1438
|
-
links?: undefined;
|
|
1439
1447
|
stepKey?: undefined;
|
|
1440
1448
|
criteriaIds?: undefined;
|
|
1441
1449
|
inputKey?: undefined;
|
|
@@ -1470,8 +1478,6 @@ declare const endpoints: {
|
|
|
1470
1478
|
contributors?: undefined;
|
|
1471
1479
|
participate?: undefined;
|
|
1472
1480
|
limit?: undefined;
|
|
1473
|
-
category?: undefined;
|
|
1474
|
-
section?: undefined;
|
|
1475
1481
|
subtype?: undefined;
|
|
1476
1482
|
validationKey?: undefined;
|
|
1477
1483
|
};
|
|
@@ -1756,9 +1762,13 @@ declare const endpoints: {
|
|
|
1756
1762
|
narative?: undefined;
|
|
1757
1763
|
endDateUTC?: undefined;
|
|
1758
1764
|
startDateUTC?: undefined;
|
|
1765
|
+
category?: undefined;
|
|
1766
|
+
links?: undefined;
|
|
1767
|
+
section?: undefined;
|
|
1768
|
+
sourceKey?: undefined;
|
|
1769
|
+
subType?: undefined;
|
|
1759
1770
|
costumEditMode?: undefined;
|
|
1760
1771
|
parent_only?: undefined;
|
|
1761
|
-
sourceKey?: undefined;
|
|
1762
1772
|
types?: undefined;
|
|
1763
1773
|
date?: undefined;
|
|
1764
1774
|
fromToday?: undefined;
|
|
@@ -1782,7 +1792,6 @@ declare const endpoints: {
|
|
|
1782
1792
|
inputKeys?: undefined;
|
|
1783
1793
|
addedOptions?: undefined;
|
|
1784
1794
|
answers?: undefined;
|
|
1785
|
-
links?: undefined;
|
|
1786
1795
|
stepKey?: undefined;
|
|
1787
1796
|
criteriaIds?: undefined;
|
|
1788
1797
|
inputKey?: undefined;
|
|
@@ -1817,8 +1826,6 @@ declare const endpoints: {
|
|
|
1817
1826
|
contributors?: undefined;
|
|
1818
1827
|
participate?: undefined;
|
|
1819
1828
|
limit?: undefined;
|
|
1820
|
-
category?: undefined;
|
|
1821
|
-
section?: undefined;
|
|
1822
1829
|
subtype?: undefined;
|
|
1823
1830
|
validationKey?: undefined;
|
|
1824
1831
|
};
|
|
@@ -2052,9 +2059,13 @@ declare const endpoints: {
|
|
|
2052
2059
|
narative?: undefined;
|
|
2053
2060
|
endDateUTC?: undefined;
|
|
2054
2061
|
startDateUTC?: undefined;
|
|
2062
|
+
category?: undefined;
|
|
2063
|
+
links?: undefined;
|
|
2064
|
+
section?: undefined;
|
|
2065
|
+
sourceKey?: undefined;
|
|
2066
|
+
subType?: undefined;
|
|
2055
2067
|
costumEditMode?: undefined;
|
|
2056
2068
|
parent_only?: undefined;
|
|
2057
|
-
sourceKey?: undefined;
|
|
2058
2069
|
types?: undefined;
|
|
2059
2070
|
date?: undefined;
|
|
2060
2071
|
fromToday?: undefined;
|
|
@@ -2078,7 +2089,6 @@ declare const endpoints: {
|
|
|
2078
2089
|
inputKeys?: undefined;
|
|
2079
2090
|
addedOptions?: undefined;
|
|
2080
2091
|
answers?: undefined;
|
|
2081
|
-
links?: undefined;
|
|
2082
2092
|
stepKey?: undefined;
|
|
2083
2093
|
criteriaIds?: undefined;
|
|
2084
2094
|
inputKey?: undefined;
|
|
@@ -2113,8 +2123,6 @@ declare const endpoints: {
|
|
|
2113
2123
|
contributors?: undefined;
|
|
2114
2124
|
participate?: undefined;
|
|
2115
2125
|
limit?: undefined;
|
|
2116
|
-
category?: undefined;
|
|
2117
|
-
section?: undefined;
|
|
2118
2126
|
subtype?: undefined;
|
|
2119
2127
|
validationKey?: undefined;
|
|
2120
2128
|
};
|
|
@@ -2970,9 +2978,13 @@ declare const endpoints: {
|
|
|
2970
2978
|
narative?: undefined;
|
|
2971
2979
|
endDateUTC?: undefined;
|
|
2972
2980
|
startDateUTC?: undefined;
|
|
2981
|
+
category?: undefined;
|
|
2982
|
+
links?: undefined;
|
|
2983
|
+
section?: undefined;
|
|
2984
|
+
sourceKey?: undefined;
|
|
2985
|
+
subType?: undefined;
|
|
2973
2986
|
costumEditMode?: undefined;
|
|
2974
2987
|
parent_only?: undefined;
|
|
2975
|
-
sourceKey?: undefined;
|
|
2976
2988
|
types?: undefined;
|
|
2977
2989
|
date?: undefined;
|
|
2978
2990
|
fromToday?: undefined;
|
|
@@ -2996,7 +3008,6 @@ declare const endpoints: {
|
|
|
2996
3008
|
inputKeys?: undefined;
|
|
2997
3009
|
addedOptions?: undefined;
|
|
2998
3010
|
answers?: undefined;
|
|
2999
|
-
links?: undefined;
|
|
3000
3011
|
stepKey?: undefined;
|
|
3001
3012
|
criteriaIds?: undefined;
|
|
3002
3013
|
inputKey?: undefined;
|
|
@@ -3031,8 +3042,6 @@ declare const endpoints: {
|
|
|
3031
3042
|
contributors?: undefined;
|
|
3032
3043
|
participate?: undefined;
|
|
3033
3044
|
limit?: undefined;
|
|
3034
|
-
category?: undefined;
|
|
3035
|
-
section?: undefined;
|
|
3036
3045
|
subtype?: undefined;
|
|
3037
3046
|
validationKey?: undefined;
|
|
3038
3047
|
};
|
|
@@ -3421,9 +3430,13 @@ declare const endpoints: {
|
|
|
3421
3430
|
narative?: undefined;
|
|
3422
3431
|
endDateUTC?: undefined;
|
|
3423
3432
|
startDateUTC?: undefined;
|
|
3433
|
+
category?: undefined;
|
|
3434
|
+
links?: undefined;
|
|
3435
|
+
section?: undefined;
|
|
3436
|
+
sourceKey?: undefined;
|
|
3437
|
+
subType?: undefined;
|
|
3424
3438
|
costumEditMode?: undefined;
|
|
3425
3439
|
parent_only?: undefined;
|
|
3426
|
-
sourceKey?: undefined;
|
|
3427
3440
|
types?: undefined;
|
|
3428
3441
|
date?: undefined;
|
|
3429
3442
|
fromToday?: undefined;
|
|
@@ -3447,7 +3460,6 @@ declare const endpoints: {
|
|
|
3447
3460
|
inputKeys?: undefined;
|
|
3448
3461
|
addedOptions?: undefined;
|
|
3449
3462
|
answers?: undefined;
|
|
3450
|
-
links?: undefined;
|
|
3451
3463
|
stepKey?: undefined;
|
|
3452
3464
|
criteriaIds?: undefined;
|
|
3453
3465
|
inputKey?: undefined;
|
|
@@ -3482,8 +3494,6 @@ declare const endpoints: {
|
|
|
3482
3494
|
contributors?: undefined;
|
|
3483
3495
|
participate?: undefined;
|
|
3484
3496
|
limit?: undefined;
|
|
3485
|
-
category?: undefined;
|
|
3486
|
-
section?: undefined;
|
|
3487
3497
|
subtype?: undefined;
|
|
3488
3498
|
validationKey?: undefined;
|
|
3489
3499
|
};
|
|
@@ -3787,9 +3797,13 @@ declare const endpoints: {
|
|
|
3787
3797
|
narative?: undefined;
|
|
3788
3798
|
endDateUTC?: undefined;
|
|
3789
3799
|
startDateUTC?: undefined;
|
|
3800
|
+
category?: undefined;
|
|
3801
|
+
links?: undefined;
|
|
3802
|
+
section?: undefined;
|
|
3803
|
+
sourceKey?: undefined;
|
|
3804
|
+
subType?: undefined;
|
|
3790
3805
|
costumEditMode?: undefined;
|
|
3791
3806
|
parent_only?: undefined;
|
|
3792
|
-
sourceKey?: undefined;
|
|
3793
3807
|
types?: undefined;
|
|
3794
3808
|
date?: undefined;
|
|
3795
3809
|
fromToday?: undefined;
|
|
@@ -3813,7 +3827,6 @@ declare const endpoints: {
|
|
|
3813
3827
|
inputKeys?: undefined;
|
|
3814
3828
|
addedOptions?: undefined;
|
|
3815
3829
|
answers?: undefined;
|
|
3816
|
-
links?: undefined;
|
|
3817
3830
|
stepKey?: undefined;
|
|
3818
3831
|
criteriaIds?: undefined;
|
|
3819
3832
|
inputKey?: undefined;
|
|
@@ -3848,8 +3861,6 @@ declare const endpoints: {
|
|
|
3848
3861
|
contributors?: undefined;
|
|
3849
3862
|
participate?: undefined;
|
|
3850
3863
|
limit?: undefined;
|
|
3851
|
-
category?: undefined;
|
|
3852
|
-
section?: undefined;
|
|
3853
3864
|
subtype?: undefined;
|
|
3854
3865
|
validationKey?: undefined;
|
|
3855
3866
|
};
|
|
@@ -4053,9 +4064,13 @@ declare const endpoints: {
|
|
|
4053
4064
|
narative?: undefined;
|
|
4054
4065
|
endDateUTC?: undefined;
|
|
4055
4066
|
startDateUTC?: undefined;
|
|
4067
|
+
category?: undefined;
|
|
4068
|
+
links?: undefined;
|
|
4069
|
+
section?: undefined;
|
|
4070
|
+
sourceKey?: undefined;
|
|
4071
|
+
subType?: undefined;
|
|
4056
4072
|
costumEditMode?: undefined;
|
|
4057
4073
|
parent_only?: undefined;
|
|
4058
|
-
sourceKey?: undefined;
|
|
4059
4074
|
types?: undefined;
|
|
4060
4075
|
date?: undefined;
|
|
4061
4076
|
fromToday?: undefined;
|
|
@@ -4079,7 +4094,6 @@ declare const endpoints: {
|
|
|
4079
4094
|
inputKeys?: undefined;
|
|
4080
4095
|
addedOptions?: undefined;
|
|
4081
4096
|
answers?: undefined;
|
|
4082
|
-
links?: undefined;
|
|
4083
4097
|
stepKey?: undefined;
|
|
4084
4098
|
criteriaIds?: undefined;
|
|
4085
4099
|
inputKey?: undefined;
|
|
@@ -4114,8 +4128,6 @@ declare const endpoints: {
|
|
|
4114
4128
|
contributors?: undefined;
|
|
4115
4129
|
participate?: undefined;
|
|
4116
4130
|
limit?: undefined;
|
|
4117
|
-
category?: undefined;
|
|
4118
|
-
section?: undefined;
|
|
4119
4131
|
subtype?: undefined;
|
|
4120
4132
|
validationKey?: undefined;
|
|
4121
4133
|
};
|
|
@@ -4317,9 +4329,13 @@ declare const endpoints: {
|
|
|
4317
4329
|
narative?: undefined;
|
|
4318
4330
|
endDateUTC?: undefined;
|
|
4319
4331
|
startDateUTC?: undefined;
|
|
4332
|
+
category?: undefined;
|
|
4333
|
+
links?: undefined;
|
|
4334
|
+
section?: undefined;
|
|
4335
|
+
sourceKey?: undefined;
|
|
4336
|
+
subType?: undefined;
|
|
4320
4337
|
costumEditMode?: undefined;
|
|
4321
4338
|
parent_only?: undefined;
|
|
4322
|
-
sourceKey?: undefined;
|
|
4323
4339
|
types?: undefined;
|
|
4324
4340
|
date?: undefined;
|
|
4325
4341
|
fromToday?: undefined;
|
|
@@ -4343,7 +4359,6 @@ declare const endpoints: {
|
|
|
4343
4359
|
inputKeys?: undefined;
|
|
4344
4360
|
addedOptions?: undefined;
|
|
4345
4361
|
answers?: undefined;
|
|
4346
|
-
links?: undefined;
|
|
4347
4362
|
stepKey?: undefined;
|
|
4348
4363
|
criteriaIds?: undefined;
|
|
4349
4364
|
inputKey?: undefined;
|
|
@@ -4378,8 +4393,6 @@ declare const endpoints: {
|
|
|
4378
4393
|
contributors?: undefined;
|
|
4379
4394
|
participate?: undefined;
|
|
4380
4395
|
limit?: undefined;
|
|
4381
|
-
category?: undefined;
|
|
4382
|
-
section?: undefined;
|
|
4383
4396
|
subtype?: undefined;
|
|
4384
4397
|
validationKey?: undefined;
|
|
4385
4398
|
};
|
|
@@ -4588,9 +4601,13 @@ declare const endpoints: {
|
|
|
4588
4601
|
narative?: undefined;
|
|
4589
4602
|
endDateUTC?: undefined;
|
|
4590
4603
|
startDateUTC?: undefined;
|
|
4604
|
+
category?: undefined;
|
|
4605
|
+
links?: undefined;
|
|
4606
|
+
section?: undefined;
|
|
4607
|
+
sourceKey?: undefined;
|
|
4608
|
+
subType?: undefined;
|
|
4591
4609
|
costumEditMode?: undefined;
|
|
4592
4610
|
parent_only?: undefined;
|
|
4593
|
-
sourceKey?: undefined;
|
|
4594
4611
|
types?: undefined;
|
|
4595
4612
|
date?: undefined;
|
|
4596
4613
|
fromToday?: undefined;
|
|
@@ -4614,7 +4631,6 @@ declare const endpoints: {
|
|
|
4614
4631
|
inputKeys?: undefined;
|
|
4615
4632
|
addedOptions?: undefined;
|
|
4616
4633
|
answers?: undefined;
|
|
4617
|
-
links?: undefined;
|
|
4618
4634
|
stepKey?: undefined;
|
|
4619
4635
|
criteriaIds?: undefined;
|
|
4620
4636
|
inputKey?: undefined;
|
|
@@ -4649,8 +4665,6 @@ declare const endpoints: {
|
|
|
4649
4665
|
contributors?: undefined;
|
|
4650
4666
|
participate?: undefined;
|
|
4651
4667
|
limit?: undefined;
|
|
4652
|
-
category?: undefined;
|
|
4653
|
-
section?: undefined;
|
|
4654
4668
|
subtype?: undefined;
|
|
4655
4669
|
validationKey?: undefined;
|
|
4656
4670
|
};
|
|
@@ -4871,9 +4885,13 @@ declare const endpoints: {
|
|
|
4871
4885
|
narative?: undefined;
|
|
4872
4886
|
endDateUTC?: undefined;
|
|
4873
4887
|
startDateUTC?: undefined;
|
|
4888
|
+
category?: undefined;
|
|
4889
|
+
links?: undefined;
|
|
4890
|
+
section?: undefined;
|
|
4891
|
+
sourceKey?: undefined;
|
|
4892
|
+
subType?: undefined;
|
|
4874
4893
|
costumEditMode?: undefined;
|
|
4875
4894
|
parent_only?: undefined;
|
|
4876
|
-
sourceKey?: undefined;
|
|
4877
4895
|
types?: undefined;
|
|
4878
4896
|
date?: undefined;
|
|
4879
4897
|
fromToday?: undefined;
|
|
@@ -4897,7 +4915,6 @@ declare const endpoints: {
|
|
|
4897
4915
|
inputKeys?: undefined;
|
|
4898
4916
|
addedOptions?: undefined;
|
|
4899
4917
|
answers?: undefined;
|
|
4900
|
-
links?: undefined;
|
|
4901
4918
|
stepKey?: undefined;
|
|
4902
4919
|
criteriaIds?: undefined;
|
|
4903
4920
|
inputKey?: undefined;
|
|
@@ -4932,8 +4949,6 @@ declare const endpoints: {
|
|
|
4932
4949
|
contributors?: undefined;
|
|
4933
4950
|
participate?: undefined;
|
|
4934
4951
|
limit?: undefined;
|
|
4935
|
-
category?: undefined;
|
|
4936
|
-
section?: undefined;
|
|
4937
4952
|
subtype?: undefined;
|
|
4938
4953
|
validationKey?: undefined;
|
|
4939
4954
|
};
|
|
@@ -5154,9 +5169,13 @@ declare const endpoints: {
|
|
|
5154
5169
|
narative?: undefined;
|
|
5155
5170
|
endDateUTC?: undefined;
|
|
5156
5171
|
startDateUTC?: undefined;
|
|
5172
|
+
category?: undefined;
|
|
5173
|
+
links?: undefined;
|
|
5174
|
+
section?: undefined;
|
|
5175
|
+
sourceKey?: undefined;
|
|
5176
|
+
subType?: undefined;
|
|
5157
5177
|
costumEditMode?: undefined;
|
|
5158
5178
|
parent_only?: undefined;
|
|
5159
|
-
sourceKey?: undefined;
|
|
5160
5179
|
types?: undefined;
|
|
5161
5180
|
date?: undefined;
|
|
5162
5181
|
fromToday?: undefined;
|
|
@@ -5180,7 +5199,6 @@ declare const endpoints: {
|
|
|
5180
5199
|
inputKeys?: undefined;
|
|
5181
5200
|
addedOptions?: undefined;
|
|
5182
5201
|
answers?: undefined;
|
|
5183
|
-
links?: undefined;
|
|
5184
5202
|
stepKey?: undefined;
|
|
5185
5203
|
criteriaIds?: undefined;
|
|
5186
5204
|
inputKey?: undefined;
|
|
@@ -5215,8 +5233,6 @@ declare const endpoints: {
|
|
|
5215
5233
|
contributors?: undefined;
|
|
5216
5234
|
participate?: undefined;
|
|
5217
5235
|
limit?: undefined;
|
|
5218
|
-
category?: undefined;
|
|
5219
|
-
section?: undefined;
|
|
5220
5236
|
subtype?: undefined;
|
|
5221
5237
|
validationKey?: undefined;
|
|
5222
5238
|
};
|
|
@@ -5425,9 +5441,13 @@ declare const endpoints: {
|
|
|
5425
5441
|
narative?: undefined;
|
|
5426
5442
|
endDateUTC?: undefined;
|
|
5427
5443
|
startDateUTC?: undefined;
|
|
5444
|
+
category?: undefined;
|
|
5445
|
+
links?: undefined;
|
|
5446
|
+
section?: undefined;
|
|
5447
|
+
sourceKey?: undefined;
|
|
5448
|
+
subType?: undefined;
|
|
5428
5449
|
costumEditMode?: undefined;
|
|
5429
5450
|
parent_only?: undefined;
|
|
5430
|
-
sourceKey?: undefined;
|
|
5431
5451
|
types?: undefined;
|
|
5432
5452
|
date?: undefined;
|
|
5433
5453
|
fromToday?: undefined;
|
|
@@ -5451,7 +5471,6 @@ declare const endpoints: {
|
|
|
5451
5471
|
inputKeys?: undefined;
|
|
5452
5472
|
addedOptions?: undefined;
|
|
5453
5473
|
answers?: undefined;
|
|
5454
|
-
links?: undefined;
|
|
5455
5474
|
stepKey?: undefined;
|
|
5456
5475
|
criteriaIds?: undefined;
|
|
5457
5476
|
inputKey?: undefined;
|
|
@@ -5486,8 +5505,6 @@ declare const endpoints: {
|
|
|
5486
5505
|
contributors?: undefined;
|
|
5487
5506
|
participate?: undefined;
|
|
5488
5507
|
limit?: undefined;
|
|
5489
|
-
category?: undefined;
|
|
5490
|
-
section?: undefined;
|
|
5491
5508
|
subtype?: undefined;
|
|
5492
5509
|
validationKey?: undefined;
|
|
5493
5510
|
};
|
|
@@ -5729,9 +5746,13 @@ declare const endpoints: {
|
|
|
5729
5746
|
narative?: undefined;
|
|
5730
5747
|
endDateUTC?: undefined;
|
|
5731
5748
|
startDateUTC?: undefined;
|
|
5749
|
+
category?: undefined;
|
|
5750
|
+
links?: undefined;
|
|
5751
|
+
section?: undefined;
|
|
5752
|
+
sourceKey?: undefined;
|
|
5753
|
+
subType?: undefined;
|
|
5732
5754
|
costumEditMode?: undefined;
|
|
5733
5755
|
parent_only?: undefined;
|
|
5734
|
-
sourceKey?: undefined;
|
|
5735
5756
|
types?: undefined;
|
|
5736
5757
|
date?: undefined;
|
|
5737
5758
|
fromToday?: undefined;
|
|
@@ -5755,7 +5776,6 @@ declare const endpoints: {
|
|
|
5755
5776
|
inputKeys?: undefined;
|
|
5756
5777
|
addedOptions?: undefined;
|
|
5757
5778
|
answers?: undefined;
|
|
5758
|
-
links?: undefined;
|
|
5759
5779
|
stepKey?: undefined;
|
|
5760
5780
|
criteriaIds?: undefined;
|
|
5761
5781
|
inputKey?: undefined;
|
|
@@ -5790,8 +5810,6 @@ declare const endpoints: {
|
|
|
5790
5810
|
contributors?: undefined;
|
|
5791
5811
|
participate?: undefined;
|
|
5792
5812
|
limit?: undefined;
|
|
5793
|
-
category?: undefined;
|
|
5794
|
-
section?: undefined;
|
|
5795
5813
|
subtype?: undefined;
|
|
5796
5814
|
validationKey?: undefined;
|
|
5797
5815
|
};
|
|
@@ -5963,9 +5981,13 @@ declare const endpoints: {
|
|
|
5963
5981
|
narative?: undefined;
|
|
5964
5982
|
endDateUTC?: undefined;
|
|
5965
5983
|
startDateUTC?: undefined;
|
|
5984
|
+
category?: undefined;
|
|
5985
|
+
links?: undefined;
|
|
5986
|
+
section?: undefined;
|
|
5987
|
+
sourceKey?: undefined;
|
|
5988
|
+
subType?: undefined;
|
|
5966
5989
|
costumEditMode?: undefined;
|
|
5967
5990
|
parent_only?: undefined;
|
|
5968
|
-
sourceKey?: undefined;
|
|
5969
5991
|
types?: undefined;
|
|
5970
5992
|
date?: undefined;
|
|
5971
5993
|
fromToday?: undefined;
|
|
@@ -5989,7 +6011,6 @@ declare const endpoints: {
|
|
|
5989
6011
|
inputKeys?: undefined;
|
|
5990
6012
|
addedOptions?: undefined;
|
|
5991
6013
|
answers?: undefined;
|
|
5992
|
-
links?: undefined;
|
|
5993
6014
|
stepKey?: undefined;
|
|
5994
6015
|
criteriaIds?: undefined;
|
|
5995
6016
|
inputKey?: undefined;
|
|
@@ -6024,8 +6045,6 @@ declare const endpoints: {
|
|
|
6024
6045
|
contributors?: undefined;
|
|
6025
6046
|
participate?: undefined;
|
|
6026
6047
|
limit?: undefined;
|
|
6027
|
-
category?: undefined;
|
|
6028
|
-
section?: undefined;
|
|
6029
6048
|
subtype?: undefined;
|
|
6030
6049
|
validationKey?: undefined;
|
|
6031
6050
|
};
|
|
@@ -6302,9 +6321,13 @@ declare const endpoints: {
|
|
|
6302
6321
|
narative?: undefined;
|
|
6303
6322
|
endDateUTC?: undefined;
|
|
6304
6323
|
startDateUTC?: undefined;
|
|
6324
|
+
category?: undefined;
|
|
6325
|
+
links?: undefined;
|
|
6326
|
+
section?: undefined;
|
|
6327
|
+
sourceKey?: undefined;
|
|
6328
|
+
subType?: undefined;
|
|
6305
6329
|
costumEditMode?: undefined;
|
|
6306
6330
|
parent_only?: undefined;
|
|
6307
|
-
sourceKey?: undefined;
|
|
6308
6331
|
types?: undefined;
|
|
6309
6332
|
date?: undefined;
|
|
6310
6333
|
fromToday?: undefined;
|
|
@@ -6328,7 +6351,6 @@ declare const endpoints: {
|
|
|
6328
6351
|
inputKeys?: undefined;
|
|
6329
6352
|
addedOptions?: undefined;
|
|
6330
6353
|
answers?: undefined;
|
|
6331
|
-
links?: undefined;
|
|
6332
6354
|
stepKey?: undefined;
|
|
6333
6355
|
criteriaIds?: undefined;
|
|
6334
6356
|
inputKey?: undefined;
|
|
@@ -6363,8 +6385,6 @@ declare const endpoints: {
|
|
|
6363
6385
|
contributors?: undefined;
|
|
6364
6386
|
participate?: undefined;
|
|
6365
6387
|
limit?: undefined;
|
|
6366
|
-
category?: undefined;
|
|
6367
|
-
section?: undefined;
|
|
6368
6388
|
subtype?: undefined;
|
|
6369
6389
|
validationKey?: undefined;
|
|
6370
6390
|
};
|
|
@@ -6572,9 +6592,13 @@ declare const endpoints: {
|
|
|
6572
6592
|
narative?: undefined;
|
|
6573
6593
|
endDateUTC?: undefined;
|
|
6574
6594
|
startDateUTC?: undefined;
|
|
6595
|
+
category?: undefined;
|
|
6596
|
+
links?: undefined;
|
|
6597
|
+
section?: undefined;
|
|
6598
|
+
sourceKey?: undefined;
|
|
6599
|
+
subType?: undefined;
|
|
6575
6600
|
costumEditMode?: undefined;
|
|
6576
6601
|
parent_only?: undefined;
|
|
6577
|
-
sourceKey?: undefined;
|
|
6578
6602
|
types?: undefined;
|
|
6579
6603
|
date?: undefined;
|
|
6580
6604
|
fromToday?: undefined;
|
|
@@ -6598,7 +6622,6 @@ declare const endpoints: {
|
|
|
6598
6622
|
inputKeys?: undefined;
|
|
6599
6623
|
addedOptions?: undefined;
|
|
6600
6624
|
answers?: undefined;
|
|
6601
|
-
links?: undefined;
|
|
6602
6625
|
stepKey?: undefined;
|
|
6603
6626
|
criteriaIds?: undefined;
|
|
6604
6627
|
inputKey?: undefined;
|
|
@@ -6633,8 +6656,6 @@ declare const endpoints: {
|
|
|
6633
6656
|
contributors?: undefined;
|
|
6634
6657
|
participate?: undefined;
|
|
6635
6658
|
limit?: undefined;
|
|
6636
|
-
category?: undefined;
|
|
6637
|
-
section?: undefined;
|
|
6638
6659
|
subtype?: undefined;
|
|
6639
6660
|
validationKey?: undefined;
|
|
6640
6661
|
};
|
|
@@ -6837,9 +6858,13 @@ declare const endpoints: {
|
|
|
6837
6858
|
narative?: undefined;
|
|
6838
6859
|
endDateUTC?: undefined;
|
|
6839
6860
|
startDateUTC?: undefined;
|
|
6861
|
+
category?: undefined;
|
|
6862
|
+
links?: undefined;
|
|
6863
|
+
section?: undefined;
|
|
6864
|
+
sourceKey?: undefined;
|
|
6865
|
+
subType?: undefined;
|
|
6840
6866
|
costumEditMode?: undefined;
|
|
6841
6867
|
parent_only?: undefined;
|
|
6842
|
-
sourceKey?: undefined;
|
|
6843
6868
|
types?: undefined;
|
|
6844
6869
|
date?: undefined;
|
|
6845
6870
|
fromToday?: undefined;
|
|
@@ -6863,7 +6888,6 @@ declare const endpoints: {
|
|
|
6863
6888
|
inputKeys?: undefined;
|
|
6864
6889
|
addedOptions?: undefined;
|
|
6865
6890
|
answers?: undefined;
|
|
6866
|
-
links?: undefined;
|
|
6867
6891
|
stepKey?: undefined;
|
|
6868
6892
|
criteriaIds?: undefined;
|
|
6869
6893
|
inputKey?: undefined;
|
|
@@ -6898,8 +6922,6 @@ declare const endpoints: {
|
|
|
6898
6922
|
contributors?: undefined;
|
|
6899
6923
|
participate?: undefined;
|
|
6900
6924
|
limit?: undefined;
|
|
6901
|
-
category?: undefined;
|
|
6902
|
-
section?: undefined;
|
|
6903
6925
|
subtype?: undefined;
|
|
6904
6926
|
validationKey?: undefined;
|
|
6905
6927
|
};
|
|
@@ -7079,9 +7101,13 @@ declare const endpoints: {
|
|
|
7079
7101
|
narative?: undefined;
|
|
7080
7102
|
endDateUTC?: undefined;
|
|
7081
7103
|
startDateUTC?: undefined;
|
|
7104
|
+
category?: undefined;
|
|
7105
|
+
links?: undefined;
|
|
7106
|
+
section?: undefined;
|
|
7107
|
+
sourceKey?: undefined;
|
|
7108
|
+
subType?: undefined;
|
|
7082
7109
|
costumEditMode?: undefined;
|
|
7083
7110
|
parent_only?: undefined;
|
|
7084
|
-
sourceKey?: undefined;
|
|
7085
7111
|
types?: undefined;
|
|
7086
7112
|
date?: undefined;
|
|
7087
7113
|
fromToday?: undefined;
|
|
@@ -7105,7 +7131,6 @@ declare const endpoints: {
|
|
|
7105
7131
|
inputKeys?: undefined;
|
|
7106
7132
|
addedOptions?: undefined;
|
|
7107
7133
|
answers?: undefined;
|
|
7108
|
-
links?: undefined;
|
|
7109
7134
|
stepKey?: undefined;
|
|
7110
7135
|
criteriaIds?: undefined;
|
|
7111
7136
|
inputKey?: undefined;
|
|
@@ -7140,8 +7165,6 @@ declare const endpoints: {
|
|
|
7140
7165
|
contributors?: undefined;
|
|
7141
7166
|
participate?: undefined;
|
|
7142
7167
|
limit?: undefined;
|
|
7143
|
-
category?: undefined;
|
|
7144
|
-
section?: undefined;
|
|
7145
7168
|
subtype?: undefined;
|
|
7146
7169
|
validationKey?: undefined;
|
|
7147
7170
|
};
|
|
@@ -7416,9 +7439,13 @@ declare const endpoints: {
|
|
|
7416
7439
|
narative?: undefined;
|
|
7417
7440
|
endDateUTC?: undefined;
|
|
7418
7441
|
startDateUTC?: undefined;
|
|
7442
|
+
category?: undefined;
|
|
7443
|
+
links?: undefined;
|
|
7444
|
+
section?: undefined;
|
|
7445
|
+
sourceKey?: undefined;
|
|
7446
|
+
subType?: undefined;
|
|
7419
7447
|
costumEditMode?: undefined;
|
|
7420
7448
|
parent_only?: undefined;
|
|
7421
|
-
sourceKey?: undefined;
|
|
7422
7449
|
types?: undefined;
|
|
7423
7450
|
date?: undefined;
|
|
7424
7451
|
fromToday?: undefined;
|
|
@@ -7442,7 +7469,6 @@ declare const endpoints: {
|
|
|
7442
7469
|
inputKeys?: undefined;
|
|
7443
7470
|
addedOptions?: undefined;
|
|
7444
7471
|
answers?: undefined;
|
|
7445
|
-
links?: undefined;
|
|
7446
7472
|
stepKey?: undefined;
|
|
7447
7473
|
criteriaIds?: undefined;
|
|
7448
7474
|
inputKey?: undefined;
|
|
@@ -7477,8 +7503,6 @@ declare const endpoints: {
|
|
|
7477
7503
|
contributors?: undefined;
|
|
7478
7504
|
participate?: undefined;
|
|
7479
7505
|
limit?: undefined;
|
|
7480
|
-
category?: undefined;
|
|
7481
|
-
section?: undefined;
|
|
7482
7506
|
subtype?: undefined;
|
|
7483
7507
|
validationKey?: undefined;
|
|
7484
7508
|
};
|
|
@@ -7683,9 +7707,13 @@ declare const endpoints: {
|
|
|
7683
7707
|
narative?: undefined;
|
|
7684
7708
|
endDateUTC?: undefined;
|
|
7685
7709
|
startDateUTC?: undefined;
|
|
7710
|
+
category?: undefined;
|
|
7711
|
+
links?: undefined;
|
|
7712
|
+
section?: undefined;
|
|
7713
|
+
sourceKey?: undefined;
|
|
7714
|
+
subType?: undefined;
|
|
7686
7715
|
costumEditMode?: undefined;
|
|
7687
7716
|
parent_only?: undefined;
|
|
7688
|
-
sourceKey?: undefined;
|
|
7689
7717
|
types?: undefined;
|
|
7690
7718
|
date?: undefined;
|
|
7691
7719
|
fromToday?: undefined;
|
|
@@ -7709,7 +7737,6 @@ declare const endpoints: {
|
|
|
7709
7737
|
inputKeys?: undefined;
|
|
7710
7738
|
addedOptions?: undefined;
|
|
7711
7739
|
answers?: undefined;
|
|
7712
|
-
links?: undefined;
|
|
7713
7740
|
stepKey?: undefined;
|
|
7714
7741
|
criteriaIds?: undefined;
|
|
7715
7742
|
inputKey?: undefined;
|
|
@@ -7744,8 +7771,6 @@ declare const endpoints: {
|
|
|
7744
7771
|
contributors?: undefined;
|
|
7745
7772
|
participate?: undefined;
|
|
7746
7773
|
limit?: undefined;
|
|
7747
|
-
category?: undefined;
|
|
7748
|
-
section?: undefined;
|
|
7749
7774
|
subtype?: undefined;
|
|
7750
7775
|
validationKey?: undefined;
|
|
7751
7776
|
};
|
|
@@ -7964,9 +7989,13 @@ declare const endpoints: {
|
|
|
7964
7989
|
narative?: undefined;
|
|
7965
7990
|
endDateUTC?: undefined;
|
|
7966
7991
|
startDateUTC?: undefined;
|
|
7992
|
+
category?: undefined;
|
|
7993
|
+
links?: undefined;
|
|
7994
|
+
section?: undefined;
|
|
7995
|
+
sourceKey?: undefined;
|
|
7996
|
+
subType?: undefined;
|
|
7967
7997
|
costumEditMode?: undefined;
|
|
7968
7998
|
parent_only?: undefined;
|
|
7969
|
-
sourceKey?: undefined;
|
|
7970
7999
|
types?: undefined;
|
|
7971
8000
|
date?: undefined;
|
|
7972
8001
|
fromToday?: undefined;
|
|
@@ -7990,7 +8019,6 @@ declare const endpoints: {
|
|
|
7990
8019
|
inputKeys?: undefined;
|
|
7991
8020
|
addedOptions?: undefined;
|
|
7992
8021
|
answers?: undefined;
|
|
7993
|
-
links?: undefined;
|
|
7994
8022
|
stepKey?: undefined;
|
|
7995
8023
|
criteriaIds?: undefined;
|
|
7996
8024
|
inputKey?: undefined;
|
|
@@ -8025,8 +8053,6 @@ declare const endpoints: {
|
|
|
8025
8053
|
contributors?: undefined;
|
|
8026
8054
|
participate?: undefined;
|
|
8027
8055
|
limit?: undefined;
|
|
8028
|
-
category?: undefined;
|
|
8029
|
-
section?: undefined;
|
|
8030
8056
|
subtype?: undefined;
|
|
8031
8057
|
validationKey?: undefined;
|
|
8032
8058
|
};
|
|
@@ -8259,9 +8285,13 @@ declare const endpoints: {
|
|
|
8259
8285
|
narative?: undefined;
|
|
8260
8286
|
endDateUTC?: undefined;
|
|
8261
8287
|
startDateUTC?: undefined;
|
|
8288
|
+
category?: undefined;
|
|
8289
|
+
links?: undefined;
|
|
8290
|
+
section?: undefined;
|
|
8291
|
+
sourceKey?: undefined;
|
|
8292
|
+
subType?: undefined;
|
|
8262
8293
|
costumEditMode?: undefined;
|
|
8263
8294
|
parent_only?: undefined;
|
|
8264
|
-
sourceKey?: undefined;
|
|
8265
8295
|
types?: undefined;
|
|
8266
8296
|
date?: undefined;
|
|
8267
8297
|
fromToday?: undefined;
|
|
@@ -8285,7 +8315,6 @@ declare const endpoints: {
|
|
|
8285
8315
|
inputKeys?: undefined;
|
|
8286
8316
|
addedOptions?: undefined;
|
|
8287
8317
|
answers?: undefined;
|
|
8288
|
-
links?: undefined;
|
|
8289
8318
|
stepKey?: undefined;
|
|
8290
8319
|
criteriaIds?: undefined;
|
|
8291
8320
|
inputKey?: undefined;
|
|
@@ -8320,8 +8349,6 @@ declare const endpoints: {
|
|
|
8320
8349
|
contributors?: undefined;
|
|
8321
8350
|
participate?: undefined;
|
|
8322
8351
|
limit?: undefined;
|
|
8323
|
-
category?: undefined;
|
|
8324
|
-
section?: undefined;
|
|
8325
8352
|
subtype?: undefined;
|
|
8326
8353
|
validationKey?: undefined;
|
|
8327
8354
|
};
|
|
@@ -8402,7 +8429,6 @@ declare const endpoints: {
|
|
|
8402
8429
|
type: string;
|
|
8403
8430
|
};
|
|
8404
8431
|
type: string;
|
|
8405
|
-
const?: undefined;
|
|
8406
8432
|
};
|
|
8407
8433
|
fediverse: {
|
|
8408
8434
|
const: boolean;
|
|
@@ -8628,9 +8654,13 @@ declare const endpoints: {
|
|
|
8628
8654
|
narative?: undefined;
|
|
8629
8655
|
endDateUTC?: undefined;
|
|
8630
8656
|
startDateUTC?: undefined;
|
|
8657
|
+
category?: undefined;
|
|
8658
|
+
links?: undefined;
|
|
8659
|
+
section?: undefined;
|
|
8660
|
+
sourceKey?: undefined;
|
|
8661
|
+
subType?: undefined;
|
|
8631
8662
|
costumEditMode?: undefined;
|
|
8632
8663
|
parent_only?: undefined;
|
|
8633
|
-
sourceKey?: undefined;
|
|
8634
8664
|
types?: undefined;
|
|
8635
8665
|
date?: undefined;
|
|
8636
8666
|
fromToday?: undefined;
|
|
@@ -8654,7 +8684,6 @@ declare const endpoints: {
|
|
|
8654
8684
|
inputKeys?: undefined;
|
|
8655
8685
|
addedOptions?: undefined;
|
|
8656
8686
|
answers?: undefined;
|
|
8657
|
-
links?: undefined;
|
|
8658
8687
|
stepKey?: undefined;
|
|
8659
8688
|
criteriaIds?: undefined;
|
|
8660
8689
|
inputKey?: undefined;
|
|
@@ -8689,8 +8718,6 @@ declare const endpoints: {
|
|
|
8689
8718
|
contributors?: undefined;
|
|
8690
8719
|
participate?: undefined;
|
|
8691
8720
|
limit?: undefined;
|
|
8692
|
-
category?: undefined;
|
|
8693
|
-
section?: undefined;
|
|
8694
8721
|
subtype?: undefined;
|
|
8695
8722
|
validationKey?: undefined;
|
|
8696
8723
|
};
|
|
@@ -8883,9 +8910,13 @@ declare const endpoints: {
|
|
|
8883
8910
|
narative?: undefined;
|
|
8884
8911
|
endDateUTC?: undefined;
|
|
8885
8912
|
startDateUTC?: undefined;
|
|
8913
|
+
category?: undefined;
|
|
8914
|
+
links?: undefined;
|
|
8915
|
+
section?: undefined;
|
|
8916
|
+
sourceKey?: undefined;
|
|
8917
|
+
subType?: undefined;
|
|
8886
8918
|
costumEditMode?: undefined;
|
|
8887
8919
|
parent_only?: undefined;
|
|
8888
|
-
sourceKey?: undefined;
|
|
8889
8920
|
types?: undefined;
|
|
8890
8921
|
date?: undefined;
|
|
8891
8922
|
fromToday?: undefined;
|
|
@@ -8909,7 +8940,6 @@ declare const endpoints: {
|
|
|
8909
8940
|
inputKeys?: undefined;
|
|
8910
8941
|
addedOptions?: undefined;
|
|
8911
8942
|
answers?: undefined;
|
|
8912
|
-
links?: undefined;
|
|
8913
8943
|
stepKey?: undefined;
|
|
8914
8944
|
criteriaIds?: undefined;
|
|
8915
8945
|
inputKey?: undefined;
|
|
@@ -8944,8 +8974,6 @@ declare const endpoints: {
|
|
|
8944
8974
|
contributors?: undefined;
|
|
8945
8975
|
participate?: undefined;
|
|
8946
8976
|
limit?: undefined;
|
|
8947
|
-
category?: undefined;
|
|
8948
|
-
section?: undefined;
|
|
8949
8977
|
subtype?: undefined;
|
|
8950
8978
|
validationKey?: undefined;
|
|
8951
8979
|
};
|
|
@@ -9125,9 +9153,13 @@ declare const endpoints: {
|
|
|
9125
9153
|
narative?: undefined;
|
|
9126
9154
|
endDateUTC?: undefined;
|
|
9127
9155
|
startDateUTC?: undefined;
|
|
9156
|
+
category?: undefined;
|
|
9157
|
+
links?: undefined;
|
|
9158
|
+
section?: undefined;
|
|
9159
|
+
sourceKey?: undefined;
|
|
9160
|
+
subType?: undefined;
|
|
9128
9161
|
costumEditMode?: undefined;
|
|
9129
9162
|
parent_only?: undefined;
|
|
9130
|
-
sourceKey?: undefined;
|
|
9131
9163
|
types?: undefined;
|
|
9132
9164
|
date?: undefined;
|
|
9133
9165
|
fromToday?: undefined;
|
|
@@ -9151,7 +9183,6 @@ declare const endpoints: {
|
|
|
9151
9183
|
inputKeys?: undefined;
|
|
9152
9184
|
addedOptions?: undefined;
|
|
9153
9185
|
answers?: undefined;
|
|
9154
|
-
links?: undefined;
|
|
9155
9186
|
stepKey?: undefined;
|
|
9156
9187
|
criteriaIds?: undefined;
|
|
9157
9188
|
inputKey?: undefined;
|
|
@@ -9186,8 +9217,6 @@ declare const endpoints: {
|
|
|
9186
9217
|
contributors?: undefined;
|
|
9187
9218
|
participate?: undefined;
|
|
9188
9219
|
limit?: undefined;
|
|
9189
|
-
category?: undefined;
|
|
9190
|
-
section?: undefined;
|
|
9191
9220
|
subtype?: undefined;
|
|
9192
9221
|
validationKey?: undefined;
|
|
9193
9222
|
};
|
|
@@ -9372,9 +9401,13 @@ declare const endpoints: {
|
|
|
9372
9401
|
narative?: undefined;
|
|
9373
9402
|
endDateUTC?: undefined;
|
|
9374
9403
|
startDateUTC?: undefined;
|
|
9404
|
+
category?: undefined;
|
|
9405
|
+
links?: undefined;
|
|
9406
|
+
section?: undefined;
|
|
9407
|
+
sourceKey?: undefined;
|
|
9408
|
+
subType?: undefined;
|
|
9375
9409
|
costumEditMode?: undefined;
|
|
9376
9410
|
parent_only?: undefined;
|
|
9377
|
-
sourceKey?: undefined;
|
|
9378
9411
|
types?: undefined;
|
|
9379
9412
|
date?: undefined;
|
|
9380
9413
|
fromToday?: undefined;
|
|
@@ -9398,7 +9431,6 @@ declare const endpoints: {
|
|
|
9398
9431
|
inputKeys?: undefined;
|
|
9399
9432
|
addedOptions?: undefined;
|
|
9400
9433
|
answers?: undefined;
|
|
9401
|
-
links?: undefined;
|
|
9402
9434
|
stepKey?: undefined;
|
|
9403
9435
|
criteriaIds?: undefined;
|
|
9404
9436
|
inputKey?: undefined;
|
|
@@ -9433,8 +9465,6 @@ declare const endpoints: {
|
|
|
9433
9465
|
contributors?: undefined;
|
|
9434
9466
|
participate?: undefined;
|
|
9435
9467
|
limit?: undefined;
|
|
9436
|
-
category?: undefined;
|
|
9437
|
-
section?: undefined;
|
|
9438
9468
|
subtype?: undefined;
|
|
9439
9469
|
validationKey?: undefined;
|
|
9440
9470
|
};
|
|
@@ -9832,9 +9862,13 @@ declare const endpoints: {
|
|
|
9832
9862
|
narative?: undefined;
|
|
9833
9863
|
endDateUTC?: undefined;
|
|
9834
9864
|
startDateUTC?: undefined;
|
|
9865
|
+
category?: undefined;
|
|
9866
|
+
links?: undefined;
|
|
9867
|
+
section?: undefined;
|
|
9868
|
+
sourceKey?: undefined;
|
|
9869
|
+
subType?: undefined;
|
|
9835
9870
|
costumEditMode?: undefined;
|
|
9836
9871
|
parent_only?: undefined;
|
|
9837
|
-
sourceKey?: undefined;
|
|
9838
9872
|
types?: undefined;
|
|
9839
9873
|
date?: undefined;
|
|
9840
9874
|
fromToday?: undefined;
|
|
@@ -9858,7 +9892,6 @@ declare const endpoints: {
|
|
|
9858
9892
|
inputKeys?: undefined;
|
|
9859
9893
|
addedOptions?: undefined;
|
|
9860
9894
|
answers?: undefined;
|
|
9861
|
-
links?: undefined;
|
|
9862
9895
|
stepKey?: undefined;
|
|
9863
9896
|
criteriaIds?: undefined;
|
|
9864
9897
|
inputKey?: undefined;
|
|
@@ -9893,8 +9926,6 @@ declare const endpoints: {
|
|
|
9893
9926
|
contributors?: undefined;
|
|
9894
9927
|
participate?: undefined;
|
|
9895
9928
|
limit?: undefined;
|
|
9896
|
-
category?: undefined;
|
|
9897
|
-
section?: undefined;
|
|
9898
9929
|
subtype?: undefined;
|
|
9899
9930
|
validationKey?: undefined;
|
|
9900
9931
|
};
|
|
@@ -10329,9 +10360,13 @@ declare const endpoints: {
|
|
|
10329
10360
|
narative?: undefined;
|
|
10330
10361
|
endDateUTC?: undefined;
|
|
10331
10362
|
startDateUTC?: undefined;
|
|
10363
|
+
category?: undefined;
|
|
10364
|
+
links?: undefined;
|
|
10365
|
+
section?: undefined;
|
|
10366
|
+
sourceKey?: undefined;
|
|
10367
|
+
subType?: undefined;
|
|
10332
10368
|
costumEditMode?: undefined;
|
|
10333
10369
|
parent_only?: undefined;
|
|
10334
|
-
sourceKey?: undefined;
|
|
10335
10370
|
types?: undefined;
|
|
10336
10371
|
date?: undefined;
|
|
10337
10372
|
fromToday?: undefined;
|
|
@@ -10355,7 +10390,6 @@ declare const endpoints: {
|
|
|
10355
10390
|
inputKeys?: undefined;
|
|
10356
10391
|
addedOptions?: undefined;
|
|
10357
10392
|
answers?: undefined;
|
|
10358
|
-
links?: undefined;
|
|
10359
10393
|
stepKey?: undefined;
|
|
10360
10394
|
criteriaIds?: undefined;
|
|
10361
10395
|
inputKey?: undefined;
|
|
@@ -10390,8 +10424,6 @@ declare const endpoints: {
|
|
|
10390
10424
|
contributors?: undefined;
|
|
10391
10425
|
participate?: undefined;
|
|
10392
10426
|
limit?: undefined;
|
|
10393
|
-
category?: undefined;
|
|
10394
|
-
section?: undefined;
|
|
10395
10427
|
subtype?: undefined;
|
|
10396
10428
|
validationKey?: undefined;
|
|
10397
10429
|
};
|
|
@@ -10741,9 +10773,13 @@ declare const endpoints: {
|
|
|
10741
10773
|
narative?: undefined;
|
|
10742
10774
|
endDateUTC?: undefined;
|
|
10743
10775
|
startDateUTC?: undefined;
|
|
10776
|
+
category?: undefined;
|
|
10777
|
+
links?: undefined;
|
|
10778
|
+
section?: undefined;
|
|
10779
|
+
sourceKey?: undefined;
|
|
10780
|
+
subType?: undefined;
|
|
10744
10781
|
costumEditMode?: undefined;
|
|
10745
10782
|
parent_only?: undefined;
|
|
10746
|
-
sourceKey?: undefined;
|
|
10747
10783
|
types?: undefined;
|
|
10748
10784
|
date?: undefined;
|
|
10749
10785
|
fromToday?: undefined;
|
|
@@ -10767,7 +10803,6 @@ declare const endpoints: {
|
|
|
10767
10803
|
inputKeys?: undefined;
|
|
10768
10804
|
addedOptions?: undefined;
|
|
10769
10805
|
answers?: undefined;
|
|
10770
|
-
links?: undefined;
|
|
10771
10806
|
stepKey?: undefined;
|
|
10772
10807
|
criteriaIds?: undefined;
|
|
10773
10808
|
inputKey?: undefined;
|
|
@@ -10802,8 +10837,6 @@ declare const endpoints: {
|
|
|
10802
10837
|
contributors?: undefined;
|
|
10803
10838
|
participate?: undefined;
|
|
10804
10839
|
limit?: undefined;
|
|
10805
|
-
category?: undefined;
|
|
10806
|
-
section?: undefined;
|
|
10807
10840
|
subtype?: undefined;
|
|
10808
10841
|
validationKey?: undefined;
|
|
10809
10842
|
};
|
|
@@ -11191,9 +11224,13 @@ declare const endpoints: {
|
|
|
11191
11224
|
narative?: undefined;
|
|
11192
11225
|
endDateUTC?: undefined;
|
|
11193
11226
|
startDateUTC?: undefined;
|
|
11227
|
+
category?: undefined;
|
|
11228
|
+
links?: undefined;
|
|
11229
|
+
section?: undefined;
|
|
11230
|
+
sourceKey?: undefined;
|
|
11231
|
+
subType?: undefined;
|
|
11194
11232
|
costumEditMode?: undefined;
|
|
11195
11233
|
parent_only?: undefined;
|
|
11196
|
-
sourceKey?: undefined;
|
|
11197
11234
|
types?: undefined;
|
|
11198
11235
|
date?: undefined;
|
|
11199
11236
|
fromToday?: undefined;
|
|
@@ -11217,7 +11254,6 @@ declare const endpoints: {
|
|
|
11217
11254
|
inputKeys?: undefined;
|
|
11218
11255
|
addedOptions?: undefined;
|
|
11219
11256
|
answers?: undefined;
|
|
11220
|
-
links?: undefined;
|
|
11221
11257
|
stepKey?: undefined;
|
|
11222
11258
|
criteriaIds?: undefined;
|
|
11223
11259
|
inputKey?: undefined;
|
|
@@ -11252,8 +11288,6 @@ declare const endpoints: {
|
|
|
11252
11288
|
contributors?: undefined;
|
|
11253
11289
|
participate?: undefined;
|
|
11254
11290
|
limit?: undefined;
|
|
11255
|
-
category?: undefined;
|
|
11256
|
-
section?: undefined;
|
|
11257
11291
|
subtype?: undefined;
|
|
11258
11292
|
validationKey?: undefined;
|
|
11259
11293
|
};
|
|
@@ -11626,9 +11660,13 @@ declare const endpoints: {
|
|
|
11626
11660
|
narative?: undefined;
|
|
11627
11661
|
endDateUTC?: undefined;
|
|
11628
11662
|
startDateUTC?: undefined;
|
|
11663
|
+
category?: undefined;
|
|
11664
|
+
links?: undefined;
|
|
11665
|
+
section?: undefined;
|
|
11666
|
+
sourceKey?: undefined;
|
|
11667
|
+
subType?: undefined;
|
|
11629
11668
|
costumEditMode?: undefined;
|
|
11630
11669
|
parent_only?: undefined;
|
|
11631
|
-
sourceKey?: undefined;
|
|
11632
11670
|
types?: undefined;
|
|
11633
11671
|
date?: undefined;
|
|
11634
11672
|
fromToday?: undefined;
|
|
@@ -11652,7 +11690,6 @@ declare const endpoints: {
|
|
|
11652
11690
|
inputKeys?: undefined;
|
|
11653
11691
|
addedOptions?: undefined;
|
|
11654
11692
|
answers?: undefined;
|
|
11655
|
-
links?: undefined;
|
|
11656
11693
|
stepKey?: undefined;
|
|
11657
11694
|
criteriaIds?: undefined;
|
|
11658
11695
|
inputKey?: undefined;
|
|
@@ -11687,8 +11724,6 @@ declare const endpoints: {
|
|
|
11687
11724
|
contributors?: undefined;
|
|
11688
11725
|
participate?: undefined;
|
|
11689
11726
|
limit?: undefined;
|
|
11690
|
-
category?: undefined;
|
|
11691
|
-
section?: undefined;
|
|
11692
11727
|
subtype?: undefined;
|
|
11693
11728
|
validationKey?: undefined;
|
|
11694
11729
|
};
|
|
@@ -12071,9 +12106,13 @@ declare const endpoints: {
|
|
|
12071
12106
|
narative?: undefined;
|
|
12072
12107
|
endDateUTC?: undefined;
|
|
12073
12108
|
startDateUTC?: undefined;
|
|
12109
|
+
category?: undefined;
|
|
12110
|
+
links?: undefined;
|
|
12111
|
+
section?: undefined;
|
|
12112
|
+
sourceKey?: undefined;
|
|
12113
|
+
subType?: undefined;
|
|
12074
12114
|
costumEditMode?: undefined;
|
|
12075
12115
|
parent_only?: undefined;
|
|
12076
|
-
sourceKey?: undefined;
|
|
12077
12116
|
types?: undefined;
|
|
12078
12117
|
date?: undefined;
|
|
12079
12118
|
fromToday?: undefined;
|
|
@@ -12097,7 +12136,6 @@ declare const endpoints: {
|
|
|
12097
12136
|
inputKeys?: undefined;
|
|
12098
12137
|
addedOptions?: undefined;
|
|
12099
12138
|
answers?: undefined;
|
|
12100
|
-
links?: undefined;
|
|
12101
12139
|
stepKey?: undefined;
|
|
12102
12140
|
criteriaIds?: undefined;
|
|
12103
12141
|
inputKey?: undefined;
|
|
@@ -12132,8 +12170,6 @@ declare const endpoints: {
|
|
|
12132
12170
|
contributors?: undefined;
|
|
12133
12171
|
participate?: undefined;
|
|
12134
12172
|
limit?: undefined;
|
|
12135
|
-
category?: undefined;
|
|
12136
|
-
section?: undefined;
|
|
12137
12173
|
subtype?: undefined;
|
|
12138
12174
|
validationKey?: undefined;
|
|
12139
12175
|
};
|
|
@@ -12418,9 +12454,13 @@ declare const endpoints: {
|
|
|
12418
12454
|
narative?: undefined;
|
|
12419
12455
|
endDateUTC?: undefined;
|
|
12420
12456
|
startDateUTC?: undefined;
|
|
12457
|
+
category?: undefined;
|
|
12458
|
+
links?: undefined;
|
|
12459
|
+
section?: undefined;
|
|
12460
|
+
sourceKey?: undefined;
|
|
12461
|
+
subType?: undefined;
|
|
12421
12462
|
costumEditMode?: undefined;
|
|
12422
12463
|
parent_only?: undefined;
|
|
12423
|
-
sourceKey?: undefined;
|
|
12424
12464
|
types?: undefined;
|
|
12425
12465
|
date?: undefined;
|
|
12426
12466
|
fromToday?: undefined;
|
|
@@ -12444,7 +12484,6 @@ declare const endpoints: {
|
|
|
12444
12484
|
inputKeys?: undefined;
|
|
12445
12485
|
addedOptions?: undefined;
|
|
12446
12486
|
answers?: undefined;
|
|
12447
|
-
links?: undefined;
|
|
12448
12487
|
stepKey?: undefined;
|
|
12449
12488
|
criteriaIds?: undefined;
|
|
12450
12489
|
inputKey?: undefined;
|
|
@@ -12479,8 +12518,6 @@ declare const endpoints: {
|
|
|
12479
12518
|
contributors?: undefined;
|
|
12480
12519
|
participate?: undefined;
|
|
12481
12520
|
limit?: undefined;
|
|
12482
|
-
category?: undefined;
|
|
12483
|
-
section?: undefined;
|
|
12484
12521
|
subtype?: undefined;
|
|
12485
12522
|
validationKey?: undefined;
|
|
12486
12523
|
};
|
|
@@ -12851,9 +12888,13 @@ declare const endpoints: {
|
|
|
12851
12888
|
narative?: undefined;
|
|
12852
12889
|
endDateUTC?: undefined;
|
|
12853
12890
|
startDateUTC?: undefined;
|
|
12891
|
+
category?: undefined;
|
|
12892
|
+
links?: undefined;
|
|
12893
|
+
section?: undefined;
|
|
12894
|
+
sourceKey?: undefined;
|
|
12895
|
+
subType?: undefined;
|
|
12854
12896
|
costumEditMode?: undefined;
|
|
12855
12897
|
parent_only?: undefined;
|
|
12856
|
-
sourceKey?: undefined;
|
|
12857
12898
|
types?: undefined;
|
|
12858
12899
|
date?: undefined;
|
|
12859
12900
|
fromToday?: undefined;
|
|
@@ -12877,7 +12918,6 @@ declare const endpoints: {
|
|
|
12877
12918
|
inputKeys?: undefined;
|
|
12878
12919
|
addedOptions?: undefined;
|
|
12879
12920
|
answers?: undefined;
|
|
12880
|
-
links?: undefined;
|
|
12881
12921
|
stepKey?: undefined;
|
|
12882
12922
|
criteriaIds?: undefined;
|
|
12883
12923
|
inputKey?: undefined;
|
|
@@ -12912,8 +12952,6 @@ declare const endpoints: {
|
|
|
12912
12952
|
contributors?: undefined;
|
|
12913
12953
|
participate?: undefined;
|
|
12914
12954
|
limit?: undefined;
|
|
12915
|
-
category?: undefined;
|
|
12916
|
-
section?: undefined;
|
|
12917
12955
|
subtype?: undefined;
|
|
12918
12956
|
validationKey?: undefined;
|
|
12919
12957
|
};
|
|
@@ -13335,9 +13373,13 @@ declare const endpoints: {
|
|
|
13335
13373
|
narative?: undefined;
|
|
13336
13374
|
endDateUTC?: undefined;
|
|
13337
13375
|
startDateUTC?: undefined;
|
|
13376
|
+
category?: undefined;
|
|
13377
|
+
links?: undefined;
|
|
13378
|
+
section?: undefined;
|
|
13379
|
+
sourceKey?: undefined;
|
|
13380
|
+
subType?: undefined;
|
|
13338
13381
|
costumEditMode?: undefined;
|
|
13339
13382
|
parent_only?: undefined;
|
|
13340
|
-
sourceKey?: undefined;
|
|
13341
13383
|
types?: undefined;
|
|
13342
13384
|
date?: undefined;
|
|
13343
13385
|
fromToday?: undefined;
|
|
@@ -13361,7 +13403,6 @@ declare const endpoints: {
|
|
|
13361
13403
|
inputKeys?: undefined;
|
|
13362
13404
|
addedOptions?: undefined;
|
|
13363
13405
|
answers?: undefined;
|
|
13364
|
-
links?: undefined;
|
|
13365
13406
|
stepKey?: undefined;
|
|
13366
13407
|
criteriaIds?: undefined;
|
|
13367
13408
|
inputKey?: undefined;
|
|
@@ -13396,8 +13437,6 @@ declare const endpoints: {
|
|
|
13396
13437
|
contributors?: undefined;
|
|
13397
13438
|
participate?: undefined;
|
|
13398
13439
|
limit?: undefined;
|
|
13399
|
-
category?: undefined;
|
|
13400
|
-
section?: undefined;
|
|
13401
13440
|
subtype?: undefined;
|
|
13402
13441
|
validationKey?: undefined;
|
|
13403
13442
|
};
|
|
@@ -13778,9 +13817,13 @@ declare const endpoints: {
|
|
|
13778
13817
|
narative?: undefined;
|
|
13779
13818
|
endDateUTC?: undefined;
|
|
13780
13819
|
startDateUTC?: undefined;
|
|
13820
|
+
category?: undefined;
|
|
13821
|
+
links?: undefined;
|
|
13822
|
+
section?: undefined;
|
|
13823
|
+
sourceKey?: undefined;
|
|
13824
|
+
subType?: undefined;
|
|
13781
13825
|
costumEditMode?: undefined;
|
|
13782
13826
|
parent_only?: undefined;
|
|
13783
|
-
sourceKey?: undefined;
|
|
13784
13827
|
types?: undefined;
|
|
13785
13828
|
date?: undefined;
|
|
13786
13829
|
fromToday?: undefined;
|
|
@@ -13804,7 +13847,6 @@ declare const endpoints: {
|
|
|
13804
13847
|
inputKeys?: undefined;
|
|
13805
13848
|
addedOptions?: undefined;
|
|
13806
13849
|
answers?: undefined;
|
|
13807
|
-
links?: undefined;
|
|
13808
13850
|
stepKey?: undefined;
|
|
13809
13851
|
criteriaIds?: undefined;
|
|
13810
13852
|
inputKey?: undefined;
|
|
@@ -13839,8 +13881,6 @@ declare const endpoints: {
|
|
|
13839
13881
|
contributors?: undefined;
|
|
13840
13882
|
participate?: undefined;
|
|
13841
13883
|
limit?: undefined;
|
|
13842
|
-
category?: undefined;
|
|
13843
|
-
section?: undefined;
|
|
13844
13884
|
subtype?: undefined;
|
|
13845
13885
|
validationKey?: undefined;
|
|
13846
13886
|
};
|
|
@@ -14168,9 +14208,13 @@ declare const endpoints: {
|
|
|
14168
14208
|
narative?: undefined;
|
|
14169
14209
|
endDateUTC?: undefined;
|
|
14170
14210
|
startDateUTC?: undefined;
|
|
14211
|
+
category?: undefined;
|
|
14212
|
+
links?: undefined;
|
|
14213
|
+
section?: undefined;
|
|
14214
|
+
sourceKey?: undefined;
|
|
14215
|
+
subType?: undefined;
|
|
14171
14216
|
costumEditMode?: undefined;
|
|
14172
14217
|
parent_only?: undefined;
|
|
14173
|
-
sourceKey?: undefined;
|
|
14174
14218
|
types?: undefined;
|
|
14175
14219
|
date?: undefined;
|
|
14176
14220
|
fromToday?: undefined;
|
|
@@ -14194,7 +14238,6 @@ declare const endpoints: {
|
|
|
14194
14238
|
inputKeys?: undefined;
|
|
14195
14239
|
addedOptions?: undefined;
|
|
14196
14240
|
answers?: undefined;
|
|
14197
|
-
links?: undefined;
|
|
14198
14241
|
stepKey?: undefined;
|
|
14199
14242
|
criteriaIds?: undefined;
|
|
14200
14243
|
inputKey?: undefined;
|
|
@@ -14229,8 +14272,6 @@ declare const endpoints: {
|
|
|
14229
14272
|
contributors?: undefined;
|
|
14230
14273
|
participate?: undefined;
|
|
14231
14274
|
limit?: undefined;
|
|
14232
|
-
category?: undefined;
|
|
14233
|
-
section?: undefined;
|
|
14234
14275
|
subtype?: undefined;
|
|
14235
14276
|
validationKey?: undefined;
|
|
14236
14277
|
};
|
|
@@ -14571,9 +14612,13 @@ declare const endpoints: {
|
|
|
14571
14612
|
narative?: undefined;
|
|
14572
14613
|
endDateUTC?: undefined;
|
|
14573
14614
|
startDateUTC?: undefined;
|
|
14615
|
+
category?: undefined;
|
|
14616
|
+
links?: undefined;
|
|
14617
|
+
section?: undefined;
|
|
14618
|
+
sourceKey?: undefined;
|
|
14619
|
+
subType?: undefined;
|
|
14574
14620
|
costumEditMode?: undefined;
|
|
14575
14621
|
parent_only?: undefined;
|
|
14576
|
-
sourceKey?: undefined;
|
|
14577
14622
|
types?: undefined;
|
|
14578
14623
|
date?: undefined;
|
|
14579
14624
|
fromToday?: undefined;
|
|
@@ -14597,7 +14642,6 @@ declare const endpoints: {
|
|
|
14597
14642
|
inputKeys?: undefined;
|
|
14598
14643
|
addedOptions?: undefined;
|
|
14599
14644
|
answers?: undefined;
|
|
14600
|
-
links?: undefined;
|
|
14601
14645
|
stepKey?: undefined;
|
|
14602
14646
|
criteriaIds?: undefined;
|
|
14603
14647
|
inputKey?: undefined;
|
|
@@ -14632,8 +14676,6 @@ declare const endpoints: {
|
|
|
14632
14676
|
contributors?: undefined;
|
|
14633
14677
|
participate?: undefined;
|
|
14634
14678
|
limit?: undefined;
|
|
14635
|
-
category?: undefined;
|
|
14636
|
-
section?: undefined;
|
|
14637
14679
|
subtype?: undefined;
|
|
14638
14680
|
validationKey?: undefined;
|
|
14639
14681
|
};
|
|
@@ -15011,9 +15053,13 @@ declare const endpoints: {
|
|
|
15011
15053
|
narative?: undefined;
|
|
15012
15054
|
endDateUTC?: undefined;
|
|
15013
15055
|
startDateUTC?: undefined;
|
|
15056
|
+
category?: undefined;
|
|
15057
|
+
links?: undefined;
|
|
15058
|
+
section?: undefined;
|
|
15059
|
+
sourceKey?: undefined;
|
|
15060
|
+
subType?: undefined;
|
|
15014
15061
|
costumEditMode?: undefined;
|
|
15015
15062
|
parent_only?: undefined;
|
|
15016
|
-
sourceKey?: undefined;
|
|
15017
15063
|
types?: undefined;
|
|
15018
15064
|
date?: undefined;
|
|
15019
15065
|
fromToday?: undefined;
|
|
@@ -15037,7 +15083,6 @@ declare const endpoints: {
|
|
|
15037
15083
|
inputKeys?: undefined;
|
|
15038
15084
|
addedOptions?: undefined;
|
|
15039
15085
|
answers?: undefined;
|
|
15040
|
-
links?: undefined;
|
|
15041
15086
|
stepKey?: undefined;
|
|
15042
15087
|
criteriaIds?: undefined;
|
|
15043
15088
|
inputKey?: undefined;
|
|
@@ -15072,8 +15117,6 @@ declare const endpoints: {
|
|
|
15072
15117
|
contributors?: undefined;
|
|
15073
15118
|
participate?: undefined;
|
|
15074
15119
|
limit?: undefined;
|
|
15075
|
-
category?: undefined;
|
|
15076
|
-
section?: undefined;
|
|
15077
15120
|
subtype?: undefined;
|
|
15078
15121
|
validationKey?: undefined;
|
|
15079
15122
|
};
|
|
@@ -15454,9 +15497,13 @@ declare const endpoints: {
|
|
|
15454
15497
|
narative?: undefined;
|
|
15455
15498
|
endDateUTC?: undefined;
|
|
15456
15499
|
startDateUTC?: undefined;
|
|
15500
|
+
category?: undefined;
|
|
15501
|
+
links?: undefined;
|
|
15502
|
+
section?: undefined;
|
|
15503
|
+
sourceKey?: undefined;
|
|
15504
|
+
subType?: undefined;
|
|
15457
15505
|
costumEditMode?: undefined;
|
|
15458
15506
|
parent_only?: undefined;
|
|
15459
|
-
sourceKey?: undefined;
|
|
15460
15507
|
types?: undefined;
|
|
15461
15508
|
date?: undefined;
|
|
15462
15509
|
fromToday?: undefined;
|
|
@@ -15480,7 +15527,6 @@ declare const endpoints: {
|
|
|
15480
15527
|
inputKeys?: undefined;
|
|
15481
15528
|
addedOptions?: undefined;
|
|
15482
15529
|
answers?: undefined;
|
|
15483
|
-
links?: undefined;
|
|
15484
15530
|
stepKey?: undefined;
|
|
15485
15531
|
criteriaIds?: undefined;
|
|
15486
15532
|
inputKey?: undefined;
|
|
@@ -15515,8 +15561,6 @@ declare const endpoints: {
|
|
|
15515
15561
|
contributors?: undefined;
|
|
15516
15562
|
participate?: undefined;
|
|
15517
15563
|
limit?: undefined;
|
|
15518
|
-
category?: undefined;
|
|
15519
|
-
section?: undefined;
|
|
15520
15564
|
subtype?: undefined;
|
|
15521
15565
|
validationKey?: undefined;
|
|
15522
15566
|
};
|
|
@@ -15887,9 +15931,13 @@ declare const endpoints: {
|
|
|
15887
15931
|
narative?: undefined;
|
|
15888
15932
|
endDateUTC?: undefined;
|
|
15889
15933
|
startDateUTC?: undefined;
|
|
15934
|
+
category?: undefined;
|
|
15935
|
+
links?: undefined;
|
|
15936
|
+
section?: undefined;
|
|
15937
|
+
sourceKey?: undefined;
|
|
15938
|
+
subType?: undefined;
|
|
15890
15939
|
costumEditMode?: undefined;
|
|
15891
15940
|
parent_only?: undefined;
|
|
15892
|
-
sourceKey?: undefined;
|
|
15893
15941
|
types?: undefined;
|
|
15894
15942
|
date?: undefined;
|
|
15895
15943
|
fromToday?: undefined;
|
|
@@ -15913,7 +15961,6 @@ declare const endpoints: {
|
|
|
15913
15961
|
inputKeys?: undefined;
|
|
15914
15962
|
addedOptions?: undefined;
|
|
15915
15963
|
answers?: undefined;
|
|
15916
|
-
links?: undefined;
|
|
15917
15964
|
stepKey?: undefined;
|
|
15918
15965
|
criteriaIds?: undefined;
|
|
15919
15966
|
inputKey?: undefined;
|
|
@@ -15948,8 +15995,6 @@ declare const endpoints: {
|
|
|
15948
15995
|
contributors?: undefined;
|
|
15949
15996
|
participate?: undefined;
|
|
15950
15997
|
limit?: undefined;
|
|
15951
|
-
category?: undefined;
|
|
15952
|
-
section?: undefined;
|
|
15953
15998
|
subtype?: undefined;
|
|
15954
15999
|
validationKey?: undefined;
|
|
15955
16000
|
};
|
|
@@ -16371,9 +16416,13 @@ declare const endpoints: {
|
|
|
16371
16416
|
narative?: undefined;
|
|
16372
16417
|
endDateUTC?: undefined;
|
|
16373
16418
|
startDateUTC?: undefined;
|
|
16419
|
+
category?: undefined;
|
|
16420
|
+
links?: undefined;
|
|
16421
|
+
section?: undefined;
|
|
16422
|
+
sourceKey?: undefined;
|
|
16423
|
+
subType?: undefined;
|
|
16374
16424
|
costumEditMode?: undefined;
|
|
16375
16425
|
parent_only?: undefined;
|
|
16376
|
-
sourceKey?: undefined;
|
|
16377
16426
|
types?: undefined;
|
|
16378
16427
|
date?: undefined;
|
|
16379
16428
|
fromToday?: undefined;
|
|
@@ -16397,7 +16446,6 @@ declare const endpoints: {
|
|
|
16397
16446
|
inputKeys?: undefined;
|
|
16398
16447
|
addedOptions?: undefined;
|
|
16399
16448
|
answers?: undefined;
|
|
16400
|
-
links?: undefined;
|
|
16401
16449
|
stepKey?: undefined;
|
|
16402
16450
|
criteriaIds?: undefined;
|
|
16403
16451
|
inputKey?: undefined;
|
|
@@ -16432,8 +16480,6 @@ declare const endpoints: {
|
|
|
16432
16480
|
contributors?: undefined;
|
|
16433
16481
|
participate?: undefined;
|
|
16434
16482
|
limit?: undefined;
|
|
16435
|
-
category?: undefined;
|
|
16436
|
-
section?: undefined;
|
|
16437
16483
|
subtype?: undefined;
|
|
16438
16484
|
validationKey?: undefined;
|
|
16439
16485
|
};
|
|
@@ -16719,9 +16765,13 @@ declare const endpoints: {
|
|
|
16719
16765
|
narative?: undefined;
|
|
16720
16766
|
endDateUTC?: undefined;
|
|
16721
16767
|
startDateUTC?: undefined;
|
|
16768
|
+
category?: undefined;
|
|
16769
|
+
links?: undefined;
|
|
16770
|
+
section?: undefined;
|
|
16771
|
+
sourceKey?: undefined;
|
|
16772
|
+
subType?: undefined;
|
|
16722
16773
|
costumEditMode?: undefined;
|
|
16723
16774
|
parent_only?: undefined;
|
|
16724
|
-
sourceKey?: undefined;
|
|
16725
16775
|
types?: undefined;
|
|
16726
16776
|
date?: undefined;
|
|
16727
16777
|
fromToday?: undefined;
|
|
@@ -16745,7 +16795,6 @@ declare const endpoints: {
|
|
|
16745
16795
|
inputKeys?: undefined;
|
|
16746
16796
|
addedOptions?: undefined;
|
|
16747
16797
|
answers?: undefined;
|
|
16748
|
-
links?: undefined;
|
|
16749
16798
|
stepKey?: undefined;
|
|
16750
16799
|
criteriaIds?: undefined;
|
|
16751
16800
|
inputKey?: undefined;
|
|
@@ -16780,8 +16829,6 @@ declare const endpoints: {
|
|
|
16780
16829
|
contributors?: undefined;
|
|
16781
16830
|
participate?: undefined;
|
|
16782
16831
|
limit?: undefined;
|
|
16783
|
-
category?: undefined;
|
|
16784
|
-
section?: undefined;
|
|
16785
16832
|
subtype?: undefined;
|
|
16786
16833
|
validationKey?: undefined;
|
|
16787
16834
|
};
|
|
@@ -17231,9 +17278,13 @@ declare const endpoints: {
|
|
|
17231
17278
|
narative?: undefined;
|
|
17232
17279
|
endDateUTC?: undefined;
|
|
17233
17280
|
startDateUTC?: undefined;
|
|
17281
|
+
category?: undefined;
|
|
17282
|
+
links?: undefined;
|
|
17283
|
+
section?: undefined;
|
|
17284
|
+
sourceKey?: undefined;
|
|
17285
|
+
subType?: undefined;
|
|
17234
17286
|
costumEditMode?: undefined;
|
|
17235
17287
|
parent_only?: undefined;
|
|
17236
|
-
sourceKey?: undefined;
|
|
17237
17288
|
types?: undefined;
|
|
17238
17289
|
date?: undefined;
|
|
17239
17290
|
fromToday?: undefined;
|
|
@@ -17257,7 +17308,6 @@ declare const endpoints: {
|
|
|
17257
17308
|
inputKeys?: undefined;
|
|
17258
17309
|
addedOptions?: undefined;
|
|
17259
17310
|
answers?: undefined;
|
|
17260
|
-
links?: undefined;
|
|
17261
17311
|
stepKey?: undefined;
|
|
17262
17312
|
criteriaIds?: undefined;
|
|
17263
17313
|
inputKey?: undefined;
|
|
@@ -17292,8 +17342,6 @@ declare const endpoints: {
|
|
|
17292
17342
|
contributors?: undefined;
|
|
17293
17343
|
participate?: undefined;
|
|
17294
17344
|
limit?: undefined;
|
|
17295
|
-
category?: undefined;
|
|
17296
|
-
section?: undefined;
|
|
17297
17345
|
subtype?: undefined;
|
|
17298
17346
|
validationKey?: undefined;
|
|
17299
17347
|
};
|
|
@@ -17530,9 +17578,13 @@ declare const endpoints: {
|
|
|
17530
17578
|
narative?: undefined;
|
|
17531
17579
|
endDateUTC?: undefined;
|
|
17532
17580
|
startDateUTC?: undefined;
|
|
17581
|
+
category?: undefined;
|
|
17582
|
+
links?: undefined;
|
|
17583
|
+
section?: undefined;
|
|
17584
|
+
sourceKey?: undefined;
|
|
17585
|
+
subType?: undefined;
|
|
17533
17586
|
costumEditMode?: undefined;
|
|
17534
17587
|
parent_only?: undefined;
|
|
17535
|
-
sourceKey?: undefined;
|
|
17536
17588
|
types?: undefined;
|
|
17537
17589
|
date?: undefined;
|
|
17538
17590
|
fromToday?: undefined;
|
|
@@ -17556,7 +17608,6 @@ declare const endpoints: {
|
|
|
17556
17608
|
inputKeys?: undefined;
|
|
17557
17609
|
addedOptions?: undefined;
|
|
17558
17610
|
answers?: undefined;
|
|
17559
|
-
links?: undefined;
|
|
17560
17611
|
stepKey?: undefined;
|
|
17561
17612
|
criteriaIds?: undefined;
|
|
17562
17613
|
inputKey?: undefined;
|
|
@@ -17591,8 +17642,6 @@ declare const endpoints: {
|
|
|
17591
17642
|
contributors?: undefined;
|
|
17592
17643
|
participate?: undefined;
|
|
17593
17644
|
limit?: undefined;
|
|
17594
|
-
category?: undefined;
|
|
17595
|
-
section?: undefined;
|
|
17596
17645
|
subtype?: undefined;
|
|
17597
17646
|
validationKey?: undefined;
|
|
17598
17647
|
};
|
|
@@ -17847,9 +17896,13 @@ declare const endpoints: {
|
|
|
17847
17896
|
narative?: undefined;
|
|
17848
17897
|
endDateUTC?: undefined;
|
|
17849
17898
|
startDateUTC?: undefined;
|
|
17899
|
+
category?: undefined;
|
|
17900
|
+
links?: undefined;
|
|
17901
|
+
section?: undefined;
|
|
17902
|
+
sourceKey?: undefined;
|
|
17903
|
+
subType?: undefined;
|
|
17850
17904
|
costumEditMode?: undefined;
|
|
17851
17905
|
parent_only?: undefined;
|
|
17852
|
-
sourceKey?: undefined;
|
|
17853
17906
|
types?: undefined;
|
|
17854
17907
|
date?: undefined;
|
|
17855
17908
|
fromToday?: undefined;
|
|
@@ -17873,7 +17926,6 @@ declare const endpoints: {
|
|
|
17873
17926
|
inputKeys?: undefined;
|
|
17874
17927
|
addedOptions?: undefined;
|
|
17875
17928
|
answers?: undefined;
|
|
17876
|
-
links?: undefined;
|
|
17877
17929
|
stepKey?: undefined;
|
|
17878
17930
|
criteriaIds?: undefined;
|
|
17879
17931
|
inputKey?: undefined;
|
|
@@ -17908,8 +17960,6 @@ declare const endpoints: {
|
|
|
17908
17960
|
contributors?: undefined;
|
|
17909
17961
|
participate?: undefined;
|
|
17910
17962
|
limit?: undefined;
|
|
17911
|
-
category?: undefined;
|
|
17912
|
-
section?: undefined;
|
|
17913
17963
|
subtype?: undefined;
|
|
17914
17964
|
validationKey?: undefined;
|
|
17915
17965
|
};
|
|
@@ -18091,9 +18141,13 @@ declare const endpoints: {
|
|
|
18091
18141
|
narative?: undefined;
|
|
18092
18142
|
endDateUTC?: undefined;
|
|
18093
18143
|
startDateUTC?: undefined;
|
|
18144
|
+
category?: undefined;
|
|
18145
|
+
links?: undefined;
|
|
18146
|
+
section?: undefined;
|
|
18147
|
+
sourceKey?: undefined;
|
|
18148
|
+
subType?: undefined;
|
|
18094
18149
|
costumEditMode?: undefined;
|
|
18095
18150
|
parent_only?: undefined;
|
|
18096
|
-
sourceKey?: undefined;
|
|
18097
18151
|
types?: undefined;
|
|
18098
18152
|
date?: undefined;
|
|
18099
18153
|
fromToday?: undefined;
|
|
@@ -18117,7 +18171,6 @@ declare const endpoints: {
|
|
|
18117
18171
|
inputKeys?: undefined;
|
|
18118
18172
|
addedOptions?: undefined;
|
|
18119
18173
|
answers?: undefined;
|
|
18120
|
-
links?: undefined;
|
|
18121
18174
|
stepKey?: undefined;
|
|
18122
18175
|
criteriaIds?: undefined;
|
|
18123
18176
|
inputKey?: undefined;
|
|
@@ -18152,8 +18205,6 @@ declare const endpoints: {
|
|
|
18152
18205
|
contributors?: undefined;
|
|
18153
18206
|
participate?: undefined;
|
|
18154
18207
|
limit?: undefined;
|
|
18155
|
-
category?: undefined;
|
|
18156
|
-
section?: undefined;
|
|
18157
18208
|
subtype?: undefined;
|
|
18158
18209
|
validationKey?: undefined;
|
|
18159
18210
|
};
|
|
@@ -18587,9 +18638,13 @@ declare const endpoints: {
|
|
|
18587
18638
|
narative?: undefined;
|
|
18588
18639
|
endDateUTC?: undefined;
|
|
18589
18640
|
startDateUTC?: undefined;
|
|
18641
|
+
category?: undefined;
|
|
18642
|
+
links?: undefined;
|
|
18643
|
+
section?: undefined;
|
|
18644
|
+
sourceKey?: undefined;
|
|
18645
|
+
subType?: undefined;
|
|
18590
18646
|
costumEditMode?: undefined;
|
|
18591
18647
|
parent_only?: undefined;
|
|
18592
|
-
sourceKey?: undefined;
|
|
18593
18648
|
types?: undefined;
|
|
18594
18649
|
date?: undefined;
|
|
18595
18650
|
fromToday?: undefined;
|
|
@@ -18613,7 +18668,6 @@ declare const endpoints: {
|
|
|
18613
18668
|
inputKeys?: undefined;
|
|
18614
18669
|
addedOptions?: undefined;
|
|
18615
18670
|
answers?: undefined;
|
|
18616
|
-
links?: undefined;
|
|
18617
18671
|
stepKey?: undefined;
|
|
18618
18672
|
criteriaIds?: undefined;
|
|
18619
18673
|
inputKey?: undefined;
|
|
@@ -18648,8 +18702,6 @@ declare const endpoints: {
|
|
|
18648
18702
|
contributors?: undefined;
|
|
18649
18703
|
participate?: undefined;
|
|
18650
18704
|
limit?: undefined;
|
|
18651
|
-
category?: undefined;
|
|
18652
|
-
section?: undefined;
|
|
18653
18705
|
subtype?: undefined;
|
|
18654
18706
|
validationKey?: undefined;
|
|
18655
18707
|
};
|
|
@@ -19021,9 +19073,13 @@ declare const endpoints: {
|
|
|
19021
19073
|
narative?: undefined;
|
|
19022
19074
|
endDateUTC?: undefined;
|
|
19023
19075
|
startDateUTC?: undefined;
|
|
19076
|
+
category?: undefined;
|
|
19077
|
+
links?: undefined;
|
|
19078
|
+
section?: undefined;
|
|
19079
|
+
sourceKey?: undefined;
|
|
19080
|
+
subType?: undefined;
|
|
19024
19081
|
costumEditMode?: undefined;
|
|
19025
19082
|
parent_only?: undefined;
|
|
19026
|
-
sourceKey?: undefined;
|
|
19027
19083
|
types?: undefined;
|
|
19028
19084
|
date?: undefined;
|
|
19029
19085
|
fromToday?: undefined;
|
|
@@ -19047,7 +19103,6 @@ declare const endpoints: {
|
|
|
19047
19103
|
inputKeys?: undefined;
|
|
19048
19104
|
addedOptions?: undefined;
|
|
19049
19105
|
answers?: undefined;
|
|
19050
|
-
links?: undefined;
|
|
19051
19106
|
stepKey?: undefined;
|
|
19052
19107
|
criteriaIds?: undefined;
|
|
19053
19108
|
inputKey?: undefined;
|
|
@@ -19082,8 +19137,6 @@ declare const endpoints: {
|
|
|
19082
19137
|
contributors?: undefined;
|
|
19083
19138
|
participate?: undefined;
|
|
19084
19139
|
limit?: undefined;
|
|
19085
|
-
category?: undefined;
|
|
19086
|
-
section?: undefined;
|
|
19087
19140
|
subtype?: undefined;
|
|
19088
19141
|
validationKey?: undefined;
|
|
19089
19142
|
};
|
|
@@ -19445,9 +19498,13 @@ declare const endpoints: {
|
|
|
19445
19498
|
narative?: undefined;
|
|
19446
19499
|
endDateUTC?: undefined;
|
|
19447
19500
|
startDateUTC?: undefined;
|
|
19501
|
+
category?: undefined;
|
|
19502
|
+
links?: undefined;
|
|
19503
|
+
section?: undefined;
|
|
19504
|
+
sourceKey?: undefined;
|
|
19505
|
+
subType?: undefined;
|
|
19448
19506
|
costumEditMode?: undefined;
|
|
19449
19507
|
parent_only?: undefined;
|
|
19450
|
-
sourceKey?: undefined;
|
|
19451
19508
|
types?: undefined;
|
|
19452
19509
|
date?: undefined;
|
|
19453
19510
|
fromToday?: undefined;
|
|
@@ -19471,7 +19528,6 @@ declare const endpoints: {
|
|
|
19471
19528
|
inputKeys?: undefined;
|
|
19472
19529
|
addedOptions?: undefined;
|
|
19473
19530
|
answers?: undefined;
|
|
19474
|
-
links?: undefined;
|
|
19475
19531
|
stepKey?: undefined;
|
|
19476
19532
|
criteriaIds?: undefined;
|
|
19477
19533
|
inputKey?: undefined;
|
|
@@ -19506,8 +19562,6 @@ declare const endpoints: {
|
|
|
19506
19562
|
contributors?: undefined;
|
|
19507
19563
|
participate?: undefined;
|
|
19508
19564
|
limit?: undefined;
|
|
19509
|
-
category?: undefined;
|
|
19510
|
-
section?: undefined;
|
|
19511
19565
|
subtype?: undefined;
|
|
19512
19566
|
validationKey?: undefined;
|
|
19513
19567
|
};
|
|
@@ -19977,9 +20031,13 @@ declare const endpoints: {
|
|
|
19977
20031
|
narative?: undefined;
|
|
19978
20032
|
endDateUTC?: undefined;
|
|
19979
20033
|
startDateUTC?: undefined;
|
|
20034
|
+
category?: undefined;
|
|
20035
|
+
links?: undefined;
|
|
20036
|
+
section?: undefined;
|
|
20037
|
+
sourceKey?: undefined;
|
|
20038
|
+
subType?: undefined;
|
|
19980
20039
|
costumEditMode?: undefined;
|
|
19981
20040
|
parent_only?: undefined;
|
|
19982
|
-
sourceKey?: undefined;
|
|
19983
20041
|
types?: undefined;
|
|
19984
20042
|
date?: undefined;
|
|
19985
20043
|
fromToday?: undefined;
|
|
@@ -20003,7 +20061,6 @@ declare const endpoints: {
|
|
|
20003
20061
|
inputKeys?: undefined;
|
|
20004
20062
|
addedOptions?: undefined;
|
|
20005
20063
|
answers?: undefined;
|
|
20006
|
-
links?: undefined;
|
|
20007
20064
|
stepKey?: undefined;
|
|
20008
20065
|
criteriaIds?: undefined;
|
|
20009
20066
|
inputKey?: undefined;
|
|
@@ -20038,8 +20095,6 @@ declare const endpoints: {
|
|
|
20038
20095
|
contributors?: undefined;
|
|
20039
20096
|
participate?: undefined;
|
|
20040
20097
|
limit?: undefined;
|
|
20041
|
-
category?: undefined;
|
|
20042
|
-
section?: undefined;
|
|
20043
20098
|
subtype?: undefined;
|
|
20044
20099
|
validationKey?: undefined;
|
|
20045
20100
|
};
|
|
@@ -20298,9 +20353,13 @@ declare const endpoints: {
|
|
|
20298
20353
|
narative?: undefined;
|
|
20299
20354
|
endDateUTC?: undefined;
|
|
20300
20355
|
startDateUTC?: undefined;
|
|
20356
|
+
category?: undefined;
|
|
20357
|
+
links?: undefined;
|
|
20358
|
+
section?: undefined;
|
|
20359
|
+
sourceKey?: undefined;
|
|
20360
|
+
subType?: undefined;
|
|
20301
20361
|
costumEditMode?: undefined;
|
|
20302
20362
|
parent_only?: undefined;
|
|
20303
|
-
sourceKey?: undefined;
|
|
20304
20363
|
types?: undefined;
|
|
20305
20364
|
date?: undefined;
|
|
20306
20365
|
fromToday?: undefined;
|
|
@@ -20324,7 +20383,6 @@ declare const endpoints: {
|
|
|
20324
20383
|
inputKeys?: undefined;
|
|
20325
20384
|
addedOptions?: undefined;
|
|
20326
20385
|
answers?: undefined;
|
|
20327
|
-
links?: undefined;
|
|
20328
20386
|
stepKey?: undefined;
|
|
20329
20387
|
criteriaIds?: undefined;
|
|
20330
20388
|
inputKey?: undefined;
|
|
@@ -20359,8 +20417,6 @@ declare const endpoints: {
|
|
|
20359
20417
|
contributors?: undefined;
|
|
20360
20418
|
participate?: undefined;
|
|
20361
20419
|
limit?: undefined;
|
|
20362
|
-
category?: undefined;
|
|
20363
|
-
section?: undefined;
|
|
20364
20420
|
subtype?: undefined;
|
|
20365
20421
|
validationKey?: undefined;
|
|
20366
20422
|
};
|
|
@@ -20543,9 +20599,13 @@ declare const endpoints: {
|
|
|
20543
20599
|
narative?: undefined;
|
|
20544
20600
|
endDateUTC?: undefined;
|
|
20545
20601
|
startDateUTC?: undefined;
|
|
20602
|
+
category?: undefined;
|
|
20603
|
+
links?: undefined;
|
|
20604
|
+
section?: undefined;
|
|
20605
|
+
sourceKey?: undefined;
|
|
20606
|
+
subType?: undefined;
|
|
20546
20607
|
costumEditMode?: undefined;
|
|
20547
20608
|
parent_only?: undefined;
|
|
20548
|
-
sourceKey?: undefined;
|
|
20549
20609
|
types?: undefined;
|
|
20550
20610
|
date?: undefined;
|
|
20551
20611
|
fromToday?: undefined;
|
|
@@ -20569,7 +20629,6 @@ declare const endpoints: {
|
|
|
20569
20629
|
inputKeys?: undefined;
|
|
20570
20630
|
addedOptions?: undefined;
|
|
20571
20631
|
answers?: undefined;
|
|
20572
|
-
links?: undefined;
|
|
20573
20632
|
stepKey?: undefined;
|
|
20574
20633
|
criteriaIds?: undefined;
|
|
20575
20634
|
inputKey?: undefined;
|
|
@@ -20604,8 +20663,6 @@ declare const endpoints: {
|
|
|
20604
20663
|
contributors?: undefined;
|
|
20605
20664
|
participate?: undefined;
|
|
20606
20665
|
limit?: undefined;
|
|
20607
|
-
category?: undefined;
|
|
20608
|
-
section?: undefined;
|
|
20609
20666
|
subtype?: undefined;
|
|
20610
20667
|
validationKey?: undefined;
|
|
20611
20668
|
};
|
|
@@ -20778,9 +20835,13 @@ declare const endpoints: {
|
|
|
20778
20835
|
narative?: undefined;
|
|
20779
20836
|
endDateUTC?: undefined;
|
|
20780
20837
|
startDateUTC?: undefined;
|
|
20838
|
+
category?: undefined;
|
|
20839
|
+
links?: undefined;
|
|
20840
|
+
section?: undefined;
|
|
20841
|
+
sourceKey?: undefined;
|
|
20842
|
+
subType?: undefined;
|
|
20781
20843
|
costumEditMode?: undefined;
|
|
20782
20844
|
parent_only?: undefined;
|
|
20783
|
-
sourceKey?: undefined;
|
|
20784
20845
|
types?: undefined;
|
|
20785
20846
|
date?: undefined;
|
|
20786
20847
|
fromToday?: undefined;
|
|
@@ -20804,7 +20865,6 @@ declare const endpoints: {
|
|
|
20804
20865
|
inputKeys?: undefined;
|
|
20805
20866
|
addedOptions?: undefined;
|
|
20806
20867
|
answers?: undefined;
|
|
20807
|
-
links?: undefined;
|
|
20808
20868
|
stepKey?: undefined;
|
|
20809
20869
|
criteriaIds?: undefined;
|
|
20810
20870
|
inputKey?: undefined;
|
|
@@ -20839,8 +20899,6 @@ declare const endpoints: {
|
|
|
20839
20899
|
contributors?: undefined;
|
|
20840
20900
|
participate?: undefined;
|
|
20841
20901
|
limit?: undefined;
|
|
20842
|
-
category?: undefined;
|
|
20843
|
-
section?: undefined;
|
|
20844
20902
|
subtype?: undefined;
|
|
20845
20903
|
validationKey?: undefined;
|
|
20846
20904
|
};
|
|
@@ -21027,9 +21085,13 @@ declare const endpoints: {
|
|
|
21027
21085
|
narative?: undefined;
|
|
21028
21086
|
endDateUTC?: undefined;
|
|
21029
21087
|
startDateUTC?: undefined;
|
|
21088
|
+
category?: undefined;
|
|
21089
|
+
links?: undefined;
|
|
21090
|
+
section?: undefined;
|
|
21091
|
+
sourceKey?: undefined;
|
|
21092
|
+
subType?: undefined;
|
|
21030
21093
|
costumEditMode?: undefined;
|
|
21031
21094
|
parent_only?: undefined;
|
|
21032
|
-
sourceKey?: undefined;
|
|
21033
21095
|
types?: undefined;
|
|
21034
21096
|
date?: undefined;
|
|
21035
21097
|
fromToday?: undefined;
|
|
@@ -21053,7 +21115,6 @@ declare const endpoints: {
|
|
|
21053
21115
|
inputKeys?: undefined;
|
|
21054
21116
|
addedOptions?: undefined;
|
|
21055
21117
|
answers?: undefined;
|
|
21056
|
-
links?: undefined;
|
|
21057
21118
|
stepKey?: undefined;
|
|
21058
21119
|
criteriaIds?: undefined;
|
|
21059
21120
|
inputKey?: undefined;
|
|
@@ -21088,8 +21149,6 @@ declare const endpoints: {
|
|
|
21088
21149
|
contributors?: undefined;
|
|
21089
21150
|
participate?: undefined;
|
|
21090
21151
|
limit?: undefined;
|
|
21091
|
-
category?: undefined;
|
|
21092
|
-
section?: undefined;
|
|
21093
21152
|
subtype?: undefined;
|
|
21094
21153
|
validationKey?: undefined;
|
|
21095
21154
|
};
|
|
@@ -21274,9 +21333,13 @@ declare const endpoints: {
|
|
|
21274
21333
|
narative?: undefined;
|
|
21275
21334
|
endDateUTC?: undefined;
|
|
21276
21335
|
startDateUTC?: undefined;
|
|
21336
|
+
category?: undefined;
|
|
21337
|
+
links?: undefined;
|
|
21338
|
+
section?: undefined;
|
|
21339
|
+
sourceKey?: undefined;
|
|
21340
|
+
subType?: undefined;
|
|
21277
21341
|
costumEditMode?: undefined;
|
|
21278
21342
|
parent_only?: undefined;
|
|
21279
|
-
sourceKey?: undefined;
|
|
21280
21343
|
types?: undefined;
|
|
21281
21344
|
date?: undefined;
|
|
21282
21345
|
fromToday?: undefined;
|
|
@@ -21300,7 +21363,6 @@ declare const endpoints: {
|
|
|
21300
21363
|
inputKeys?: undefined;
|
|
21301
21364
|
addedOptions?: undefined;
|
|
21302
21365
|
answers?: undefined;
|
|
21303
|
-
links?: undefined;
|
|
21304
21366
|
stepKey?: undefined;
|
|
21305
21367
|
criteriaIds?: undefined;
|
|
21306
21368
|
inputKey?: undefined;
|
|
@@ -21335,8 +21397,6 @@ declare const endpoints: {
|
|
|
21335
21397
|
contributors?: undefined;
|
|
21336
21398
|
participate?: undefined;
|
|
21337
21399
|
limit?: undefined;
|
|
21338
|
-
category?: undefined;
|
|
21339
|
-
section?: undefined;
|
|
21340
21400
|
subtype?: undefined;
|
|
21341
21401
|
validationKey?: undefined;
|
|
21342
21402
|
};
|
|
@@ -21511,9 +21571,13 @@ declare const endpoints: {
|
|
|
21511
21571
|
narative?: undefined;
|
|
21512
21572
|
endDateUTC?: undefined;
|
|
21513
21573
|
startDateUTC?: undefined;
|
|
21574
|
+
category?: undefined;
|
|
21575
|
+
links?: undefined;
|
|
21576
|
+
section?: undefined;
|
|
21577
|
+
sourceKey?: undefined;
|
|
21578
|
+
subType?: undefined;
|
|
21514
21579
|
costumEditMode?: undefined;
|
|
21515
21580
|
parent_only?: undefined;
|
|
21516
|
-
sourceKey?: undefined;
|
|
21517
21581
|
types?: undefined;
|
|
21518
21582
|
date?: undefined;
|
|
21519
21583
|
fromToday?: undefined;
|
|
@@ -21537,7 +21601,6 @@ declare const endpoints: {
|
|
|
21537
21601
|
inputKeys?: undefined;
|
|
21538
21602
|
addedOptions?: undefined;
|
|
21539
21603
|
answers?: undefined;
|
|
21540
|
-
links?: undefined;
|
|
21541
21604
|
stepKey?: undefined;
|
|
21542
21605
|
criteriaIds?: undefined;
|
|
21543
21606
|
inputKey?: undefined;
|
|
@@ -21572,8 +21635,6 @@ declare const endpoints: {
|
|
|
21572
21635
|
contributors?: undefined;
|
|
21573
21636
|
participate?: undefined;
|
|
21574
21637
|
limit?: undefined;
|
|
21575
|
-
category?: undefined;
|
|
21576
|
-
section?: undefined;
|
|
21577
21638
|
subtype?: undefined;
|
|
21578
21639
|
validationKey?: undefined;
|
|
21579
21640
|
};
|
|
@@ -21827,9 +21888,13 @@ declare const endpoints: {
|
|
|
21827
21888
|
narative?: undefined;
|
|
21828
21889
|
endDateUTC?: undefined;
|
|
21829
21890
|
startDateUTC?: undefined;
|
|
21891
|
+
category?: undefined;
|
|
21892
|
+
links?: undefined;
|
|
21893
|
+
section?: undefined;
|
|
21894
|
+
sourceKey?: undefined;
|
|
21895
|
+
subType?: undefined;
|
|
21830
21896
|
costumEditMode?: undefined;
|
|
21831
21897
|
parent_only?: undefined;
|
|
21832
|
-
sourceKey?: undefined;
|
|
21833
21898
|
types?: undefined;
|
|
21834
21899
|
date?: undefined;
|
|
21835
21900
|
fromToday?: undefined;
|
|
@@ -21853,7 +21918,6 @@ declare const endpoints: {
|
|
|
21853
21918
|
inputKeys?: undefined;
|
|
21854
21919
|
addedOptions?: undefined;
|
|
21855
21920
|
answers?: undefined;
|
|
21856
|
-
links?: undefined;
|
|
21857
21921
|
stepKey?: undefined;
|
|
21858
21922
|
criteriaIds?: undefined;
|
|
21859
21923
|
inputKey?: undefined;
|
|
@@ -21888,8 +21952,6 @@ declare const endpoints: {
|
|
|
21888
21952
|
contributors?: undefined;
|
|
21889
21953
|
participate?: undefined;
|
|
21890
21954
|
limit?: undefined;
|
|
21891
|
-
category?: undefined;
|
|
21892
|
-
section?: undefined;
|
|
21893
21955
|
subtype?: undefined;
|
|
21894
21956
|
validationKey?: undefined;
|
|
21895
21957
|
};
|
|
@@ -22203,9 +22265,13 @@ declare const endpoints: {
|
|
|
22203
22265
|
narative?: undefined;
|
|
22204
22266
|
endDateUTC?: undefined;
|
|
22205
22267
|
startDateUTC?: undefined;
|
|
22268
|
+
category?: undefined;
|
|
22269
|
+
links?: undefined;
|
|
22270
|
+
section?: undefined;
|
|
22271
|
+
sourceKey?: undefined;
|
|
22272
|
+
subType?: undefined;
|
|
22206
22273
|
costumEditMode?: undefined;
|
|
22207
22274
|
parent_only?: undefined;
|
|
22208
|
-
sourceKey?: undefined;
|
|
22209
22275
|
types?: undefined;
|
|
22210
22276
|
date?: undefined;
|
|
22211
22277
|
fromToday?: undefined;
|
|
@@ -22229,7 +22295,6 @@ declare const endpoints: {
|
|
|
22229
22295
|
inputKeys?: undefined;
|
|
22230
22296
|
addedOptions?: undefined;
|
|
22231
22297
|
answers?: undefined;
|
|
22232
|
-
links?: undefined;
|
|
22233
22298
|
stepKey?: undefined;
|
|
22234
22299
|
criteriaIds?: undefined;
|
|
22235
22300
|
inputKey?: undefined;
|
|
@@ -22264,8 +22329,6 @@ declare const endpoints: {
|
|
|
22264
22329
|
contributors?: undefined;
|
|
22265
22330
|
participate?: undefined;
|
|
22266
22331
|
limit?: undefined;
|
|
22267
|
-
category?: undefined;
|
|
22268
|
-
section?: undefined;
|
|
22269
22332
|
subtype?: undefined;
|
|
22270
22333
|
validationKey?: undefined;
|
|
22271
22334
|
};
|
|
@@ -22482,9 +22545,13 @@ declare const endpoints: {
|
|
|
22482
22545
|
issuer?: undefined;
|
|
22483
22546
|
endDateUTC?: undefined;
|
|
22484
22547
|
startDateUTC?: undefined;
|
|
22548
|
+
category?: undefined;
|
|
22549
|
+
links?: undefined;
|
|
22550
|
+
section?: undefined;
|
|
22551
|
+
sourceKey?: undefined;
|
|
22552
|
+
subType?: undefined;
|
|
22485
22553
|
costumEditMode?: undefined;
|
|
22486
22554
|
parent_only?: undefined;
|
|
22487
|
-
sourceKey?: undefined;
|
|
22488
22555
|
types?: undefined;
|
|
22489
22556
|
date?: undefined;
|
|
22490
22557
|
fromToday?: undefined;
|
|
@@ -22508,7 +22575,6 @@ declare const endpoints: {
|
|
|
22508
22575
|
inputKeys?: undefined;
|
|
22509
22576
|
addedOptions?: undefined;
|
|
22510
22577
|
answers?: undefined;
|
|
22511
|
-
links?: undefined;
|
|
22512
22578
|
stepKey?: undefined;
|
|
22513
22579
|
criteriaIds?: undefined;
|
|
22514
22580
|
inputKey?: undefined;
|
|
@@ -22543,8 +22609,6 @@ declare const endpoints: {
|
|
|
22543
22609
|
contributors?: undefined;
|
|
22544
22610
|
participate?: undefined;
|
|
22545
22611
|
limit?: undefined;
|
|
22546
|
-
category?: undefined;
|
|
22547
|
-
section?: undefined;
|
|
22548
22612
|
subtype?: undefined;
|
|
22549
22613
|
validationKey?: undefined;
|
|
22550
22614
|
};
|
|
@@ -22581,7 +22645,6 @@ declare const endpoints: {
|
|
|
22581
22645
|
const: string[];
|
|
22582
22646
|
default: string[];
|
|
22583
22647
|
type: string;
|
|
22584
|
-
items?: undefined;
|
|
22585
22648
|
};
|
|
22586
22649
|
endDateUTC: {
|
|
22587
22650
|
format: string;
|
|
@@ -22762,13 +22825,12 @@ declare const endpoints: {
|
|
|
22762
22825
|
};
|
|
22763
22826
|
};
|
|
22764
22827
|
type: string;
|
|
22765
|
-
oneOf?: undefined;
|
|
22766
22828
|
};
|
|
22767
22829
|
name: {
|
|
22768
22830
|
type: string;
|
|
22769
22831
|
};
|
|
22770
22832
|
recurrency: {
|
|
22771
|
-
|
|
22833
|
+
const: boolean;
|
|
22772
22834
|
type: string;
|
|
22773
22835
|
};
|
|
22774
22836
|
searchType: {
|
|
@@ -22913,9 +22975,335 @@ declare const endpoints: {
|
|
|
22913
22975
|
badgeId?: undefined;
|
|
22914
22976
|
evidences?: undefined;
|
|
22915
22977
|
narative?: undefined;
|
|
22978
|
+
category?: undefined;
|
|
22979
|
+
links?: undefined;
|
|
22980
|
+
section?: undefined;
|
|
22981
|
+
sourceKey?: undefined;
|
|
22982
|
+
subType?: undefined;
|
|
22983
|
+
costumEditMode?: undefined;
|
|
22984
|
+
parent_only?: undefined;
|
|
22985
|
+
types?: undefined;
|
|
22986
|
+
date?: undefined;
|
|
22987
|
+
fromToday?: undefined;
|
|
22988
|
+
regions?: undefined;
|
|
22989
|
+
timezone?: undefined;
|
|
22990
|
+
event?: undefined;
|
|
22991
|
+
tl?: undefined;
|
|
22992
|
+
contentKey?: undefined;
|
|
22993
|
+
folderId?: undefined;
|
|
22994
|
+
mapUsed?: undefined;
|
|
22995
|
+
options?: undefined;
|
|
22996
|
+
sortBy?: undefined;
|
|
22997
|
+
answerId?: undefined;
|
|
22998
|
+
finderPath?: undefined;
|
|
22999
|
+
formId?: undefined;
|
|
23000
|
+
elementId?: undefined;
|
|
23001
|
+
elementType?: undefined;
|
|
23002
|
+
parentFormId?: undefined;
|
|
23003
|
+
docType?: undefined;
|
|
23004
|
+
subKey?: undefined;
|
|
23005
|
+
inputKeys?: undefined;
|
|
23006
|
+
addedOptions?: undefined;
|
|
23007
|
+
answers?: undefined;
|
|
23008
|
+
stepKey?: undefined;
|
|
23009
|
+
criteriaIds?: undefined;
|
|
23010
|
+
inputKey?: undefined;
|
|
23011
|
+
details?: undefined;
|
|
23012
|
+
edit?: undefined;
|
|
23013
|
+
formParentId?: undefined;
|
|
23014
|
+
setType?: undefined;
|
|
23015
|
+
updatePartial?: undefined;
|
|
23016
|
+
connect?: undefined;
|
|
23017
|
+
isAdmin?: undefined;
|
|
23018
|
+
searchedData?: undefined;
|
|
23019
|
+
level?: undefined;
|
|
23020
|
+
upperLevelId?: undefined;
|
|
23021
|
+
forms?: undefined;
|
|
23022
|
+
answer?: undefined;
|
|
23023
|
+
financerId?: undefined;
|
|
23024
|
+
financerType?: undefined;
|
|
23025
|
+
project?: undefined;
|
|
23026
|
+
form?: undefined;
|
|
23027
|
+
assign?: undefined;
|
|
23028
|
+
credits?: undefined;
|
|
23029
|
+
idParentRoom?: undefined;
|
|
23030
|
+
importance?: undefined;
|
|
23031
|
+
is_contributor?: undefined;
|
|
23032
|
+
max?: undefined;
|
|
23033
|
+
milestone?: undefined;
|
|
23034
|
+
min?: undefined;
|
|
23035
|
+
status?: undefined;
|
|
23036
|
+
timeSpent?: undefined;
|
|
23037
|
+
user?: undefined;
|
|
23038
|
+
contributor?: undefined;
|
|
23039
|
+
contributors?: undefined;
|
|
23040
|
+
participate?: undefined;
|
|
23041
|
+
limit?: undefined;
|
|
23042
|
+
subtype?: undefined;
|
|
23043
|
+
validationKey?: undefined;
|
|
23044
|
+
};
|
|
23045
|
+
required: string[];
|
|
23046
|
+
type: string;
|
|
23047
|
+
allOf?: undefined;
|
|
23048
|
+
$defs?: undefined;
|
|
23049
|
+
else?: undefined;
|
|
23050
|
+
if?: undefined;
|
|
23051
|
+
then?: undefined;
|
|
23052
|
+
anyOf?: undefined;
|
|
23053
|
+
startBeforeEnd?: undefined;
|
|
23054
|
+
};
|
|
23055
|
+
pathParams?: undefined;
|
|
23056
|
+
generateModule?: undefined;
|
|
23057
|
+
onlyAuthNone?: undefined;
|
|
23058
|
+
postActions?: undefined;
|
|
23059
|
+
params?: undefined;
|
|
23060
|
+
functionCocostum?: undefined;
|
|
23061
|
+
} | {
|
|
23062
|
+
auth: string;
|
|
23063
|
+
constant: string;
|
|
23064
|
+
contentType: string;
|
|
23065
|
+
method: string;
|
|
23066
|
+
path: string;
|
|
23067
|
+
request: {
|
|
23068
|
+
additionalProperties: boolean;
|
|
23069
|
+
properties: {
|
|
23070
|
+
category: {
|
|
23071
|
+
type: string;
|
|
23072
|
+
};
|
|
23073
|
+
contextId: {
|
|
23074
|
+
type: string;
|
|
23075
|
+
};
|
|
23076
|
+
contextType: {
|
|
23077
|
+
type: string;
|
|
23078
|
+
};
|
|
23079
|
+
costumId: {
|
|
23080
|
+
type: string;
|
|
23081
|
+
};
|
|
23082
|
+
costumSlug: {
|
|
23083
|
+
type: string;
|
|
23084
|
+
};
|
|
23085
|
+
costumType: {
|
|
23086
|
+
type: string;
|
|
23087
|
+
};
|
|
23088
|
+
count: {
|
|
23089
|
+
default: boolean;
|
|
23090
|
+
type: string;
|
|
23091
|
+
};
|
|
23092
|
+
countType: {
|
|
23093
|
+
const: string[];
|
|
23094
|
+
default: string[];
|
|
23095
|
+
type: string;
|
|
23096
|
+
};
|
|
23097
|
+
endDateUTC: {
|
|
23098
|
+
format: string;
|
|
23099
|
+
type: string;
|
|
23100
|
+
};
|
|
23101
|
+
fediverse: {
|
|
23102
|
+
default: boolean;
|
|
23103
|
+
type: string;
|
|
23104
|
+
};
|
|
23105
|
+
filters: {
|
|
23106
|
+
additionalProperties: boolean;
|
|
23107
|
+
type: string;
|
|
23108
|
+
};
|
|
23109
|
+
indexMin: {
|
|
23110
|
+
default: number;
|
|
23111
|
+
type: string;
|
|
23112
|
+
};
|
|
23113
|
+
indexStep: {
|
|
23114
|
+
default: number;
|
|
23115
|
+
type: string;
|
|
23116
|
+
};
|
|
23117
|
+
links: {
|
|
23118
|
+
items: {
|
|
23119
|
+
properties: {
|
|
23120
|
+
id: {
|
|
23121
|
+
type: string;
|
|
23122
|
+
};
|
|
23123
|
+
type: {
|
|
23124
|
+
type: string;
|
|
23125
|
+
};
|
|
23126
|
+
};
|
|
23127
|
+
required: string[];
|
|
23128
|
+
type: string;
|
|
23129
|
+
};
|
|
23130
|
+
type: string;
|
|
23131
|
+
};
|
|
23132
|
+
locality: {
|
|
23133
|
+
patternProperties: {
|
|
23134
|
+
"^[^\\s]+$": {
|
|
23135
|
+
type: string;
|
|
23136
|
+
};
|
|
23137
|
+
};
|
|
23138
|
+
type: string;
|
|
23139
|
+
};
|
|
23140
|
+
name: {
|
|
23141
|
+
type: string;
|
|
23142
|
+
};
|
|
23143
|
+
recurrency: {
|
|
23144
|
+
const: boolean;
|
|
23145
|
+
type: string;
|
|
23146
|
+
};
|
|
23147
|
+
searchTags: {
|
|
23148
|
+
items: {
|
|
23149
|
+
type: string;
|
|
23150
|
+
};
|
|
23151
|
+
type: string;
|
|
23152
|
+
};
|
|
23153
|
+
searchType: {
|
|
23154
|
+
const: string[];
|
|
23155
|
+
default: string[];
|
|
23156
|
+
items: {
|
|
23157
|
+
enum: string[];
|
|
23158
|
+
type: string;
|
|
23159
|
+
};
|
|
23160
|
+
type: string;
|
|
23161
|
+
};
|
|
23162
|
+
section: {
|
|
23163
|
+
anyOf: {
|
|
23164
|
+
type: string;
|
|
23165
|
+
}[];
|
|
23166
|
+
enum?: undefined;
|
|
23167
|
+
type?: undefined;
|
|
23168
|
+
};
|
|
23169
|
+
sourceKey: {
|
|
23170
|
+
items: {
|
|
23171
|
+
type: string;
|
|
23172
|
+
};
|
|
23173
|
+
type: string;
|
|
23174
|
+
};
|
|
23175
|
+
startDateUTC: {
|
|
23176
|
+
format: string;
|
|
23177
|
+
type: string;
|
|
23178
|
+
};
|
|
23179
|
+
subType: {
|
|
23180
|
+
type: string;
|
|
23181
|
+
};
|
|
23182
|
+
type: {
|
|
23183
|
+
enum: string[];
|
|
23184
|
+
type: string;
|
|
23185
|
+
};
|
|
23186
|
+
app?: undefined;
|
|
23187
|
+
email?: undefined;
|
|
23188
|
+
isInvitation?: undefined;
|
|
23189
|
+
mode?: undefined;
|
|
23190
|
+
pendingUserId?: undefined;
|
|
23191
|
+
pwd?: undefined;
|
|
23192
|
+
username?: undefined;
|
|
23193
|
+
password?: undefined;
|
|
23194
|
+
refreshToken?: undefined;
|
|
23195
|
+
serverUrl?: undefined;
|
|
23196
|
+
newPassword?: undefined;
|
|
23197
|
+
newPassword2?: undefined;
|
|
23198
|
+
oldPassword?: undefined;
|
|
23199
|
+
scope?: undefined;
|
|
23200
|
+
userId?: undefined;
|
|
23201
|
+
idEntity?: undefined;
|
|
23202
|
+
typeEntity?: undefined;
|
|
23203
|
+
value?: undefined;
|
|
23204
|
+
block?: undefined;
|
|
23205
|
+
descMentions?: undefined;
|
|
23206
|
+
description?: undefined;
|
|
23207
|
+
id?: undefined;
|
|
23208
|
+
shortDescription?: undefined;
|
|
23209
|
+
typeElement?: undefined;
|
|
23210
|
+
diaspora?: undefined;
|
|
23211
|
+
facebook?: undefined;
|
|
23212
|
+
github?: undefined;
|
|
23213
|
+
gitlab?: undefined;
|
|
23214
|
+
instagram?: undefined;
|
|
23215
|
+
mastodon?: undefined;
|
|
23216
|
+
signal?: undefined;
|
|
23217
|
+
telegram?: undefined;
|
|
23218
|
+
twitter?: undefined;
|
|
23219
|
+
address?: undefined;
|
|
23220
|
+
geo?: undefined;
|
|
23221
|
+
geoPosition?: undefined;
|
|
23222
|
+
slug?: undefined;
|
|
23223
|
+
profil_avatar?: undefined;
|
|
23224
|
+
banner?: undefined;
|
|
23225
|
+
cropH?: undefined;
|
|
23226
|
+
cropW?: undefined;
|
|
23227
|
+
cropX?: undefined;
|
|
23228
|
+
cropY?: undefined;
|
|
23229
|
+
formOrigin?: undefined;
|
|
23230
|
+
parentId?: undefined;
|
|
23231
|
+
parentType?: undefined;
|
|
23232
|
+
tpl?: undefined;
|
|
23233
|
+
listInvite?: undefined;
|
|
23234
|
+
dateLimit?: undefined;
|
|
23235
|
+
search?: undefined;
|
|
23236
|
+
ids?: undefined;
|
|
23237
|
+
json?: undefined;
|
|
23238
|
+
markdownActive?: undefined;
|
|
23239
|
+
mediaFile?: undefined;
|
|
23240
|
+
mediaImg?: undefined;
|
|
23241
|
+
mentions?: undefined;
|
|
23242
|
+
tags?: undefined;
|
|
23243
|
+
text?: undefined;
|
|
23244
|
+
newsImage?: undefined;
|
|
23245
|
+
newsFile?: undefined;
|
|
23246
|
+
isLive?: undefined;
|
|
23247
|
+
idNews?: undefined;
|
|
23248
|
+
childId?: undefined;
|
|
23249
|
+
childType?: undefined;
|
|
23250
|
+
comment?: undefined;
|
|
23251
|
+
connectType?: undefined;
|
|
23252
|
+
argval?: undefined;
|
|
23253
|
+
parentCommentId?: undefined;
|
|
23254
|
+
path?: undefined;
|
|
23255
|
+
params?: undefined;
|
|
23256
|
+
indexMax?: undefined;
|
|
23257
|
+
initType?: undefined;
|
|
23258
|
+
notSourceKey?: undefined;
|
|
23259
|
+
ranges?: undefined;
|
|
23260
|
+
searchBy?: undefined;
|
|
23261
|
+
countryCode?: undefined;
|
|
23262
|
+
formInMap?: undefined;
|
|
23263
|
+
scopeValue?: undefined;
|
|
23264
|
+
fields?: undefined;
|
|
23265
|
+
collection?: undefined;
|
|
23266
|
+
pull?: undefined;
|
|
23267
|
+
arrayForm?: undefined;
|
|
23268
|
+
filiere?: undefined;
|
|
23269
|
+
key?: undefined;
|
|
23270
|
+
mainTag?: undefined;
|
|
23271
|
+
openingHours?: undefined;
|
|
23272
|
+
preferences?: undefined;
|
|
23273
|
+
role?: undefined;
|
|
23274
|
+
socialNetwork?: undefined;
|
|
23275
|
+
telephone?: undefined;
|
|
23276
|
+
thematic?: undefined;
|
|
23277
|
+
url?: undefined;
|
|
23278
|
+
video?: undefined;
|
|
23279
|
+
parent?: undefined;
|
|
23280
|
+
public?: undefined;
|
|
23281
|
+
source?: undefined;
|
|
23282
|
+
urls?: undefined;
|
|
23283
|
+
endDate?: undefined;
|
|
23284
|
+
organizer?: undefined;
|
|
23285
|
+
startDate?: undefined;
|
|
23286
|
+
timeZone?: undefined;
|
|
23287
|
+
qqfile?: undefined;
|
|
23288
|
+
qqfilename?: undefined;
|
|
23289
|
+
qqtotalfilesize?: undefined;
|
|
23290
|
+
qquuid?: undefined;
|
|
23291
|
+
linkOption?: undefined;
|
|
23292
|
+
searchMode?: undefined;
|
|
23293
|
+
refreshTimestamp?: undefined;
|
|
23294
|
+
action?: undefined;
|
|
23295
|
+
all?: undefined;
|
|
23296
|
+
actor?: undefined;
|
|
23297
|
+
payload?: undefined;
|
|
23298
|
+
criteria?: undefined;
|
|
23299
|
+
isParcours?: undefined;
|
|
23300
|
+
issuer?: undefined;
|
|
23301
|
+
award?: undefined;
|
|
23302
|
+
badgeId?: undefined;
|
|
23303
|
+
evidences?: undefined;
|
|
23304
|
+
narative?: undefined;
|
|
22916
23305
|
costumEditMode?: undefined;
|
|
22917
23306
|
parent_only?: undefined;
|
|
22918
|
-
sourceKey?: undefined;
|
|
22919
23307
|
types?: undefined;
|
|
22920
23308
|
date?: undefined;
|
|
22921
23309
|
fromToday?: undefined;
|
|
@@ -22939,7 +23327,6 @@ declare const endpoints: {
|
|
|
22939
23327
|
inputKeys?: undefined;
|
|
22940
23328
|
addedOptions?: undefined;
|
|
22941
23329
|
answers?: undefined;
|
|
22942
|
-
links?: undefined;
|
|
22943
23330
|
stepKey?: undefined;
|
|
22944
23331
|
criteriaIds?: undefined;
|
|
22945
23332
|
inputKey?: undefined;
|
|
@@ -22974,8 +23361,6 @@ declare const endpoints: {
|
|
|
22974
23361
|
contributors?: undefined;
|
|
22975
23362
|
participate?: undefined;
|
|
22976
23363
|
limit?: undefined;
|
|
22977
|
-
category?: undefined;
|
|
22978
|
-
section?: undefined;
|
|
22979
23364
|
subtype?: undefined;
|
|
22980
23365
|
validationKey?: undefined;
|
|
22981
23366
|
};
|
|
@@ -23280,9 +23665,13 @@ declare const endpoints: {
|
|
|
23280
23665
|
narative?: undefined;
|
|
23281
23666
|
endDateUTC?: undefined;
|
|
23282
23667
|
startDateUTC?: undefined;
|
|
23668
|
+
category?: undefined;
|
|
23669
|
+
links?: undefined;
|
|
23670
|
+
section?: undefined;
|
|
23671
|
+
sourceKey?: undefined;
|
|
23672
|
+
subType?: undefined;
|
|
23283
23673
|
costumEditMode?: undefined;
|
|
23284
23674
|
parent_only?: undefined;
|
|
23285
|
-
sourceKey?: undefined;
|
|
23286
23675
|
types?: undefined;
|
|
23287
23676
|
date?: undefined;
|
|
23288
23677
|
fromToday?: undefined;
|
|
@@ -23306,7 +23695,6 @@ declare const endpoints: {
|
|
|
23306
23695
|
inputKeys?: undefined;
|
|
23307
23696
|
addedOptions?: undefined;
|
|
23308
23697
|
answers?: undefined;
|
|
23309
|
-
links?: undefined;
|
|
23310
23698
|
stepKey?: undefined;
|
|
23311
23699
|
criteriaIds?: undefined;
|
|
23312
23700
|
inputKey?: undefined;
|
|
@@ -23341,8 +23729,6 @@ declare const endpoints: {
|
|
|
23341
23729
|
contributors?: undefined;
|
|
23342
23730
|
participate?: undefined;
|
|
23343
23731
|
limit?: undefined;
|
|
23344
|
-
category?: undefined;
|
|
23345
|
-
section?: undefined;
|
|
23346
23732
|
subtype?: undefined;
|
|
23347
23733
|
validationKey?: undefined;
|
|
23348
23734
|
};
|
|
@@ -23529,9 +23915,13 @@ declare const endpoints: {
|
|
|
23529
23915
|
narative?: undefined;
|
|
23530
23916
|
endDateUTC?: undefined;
|
|
23531
23917
|
startDateUTC?: undefined;
|
|
23918
|
+
category?: undefined;
|
|
23919
|
+
links?: undefined;
|
|
23920
|
+
section?: undefined;
|
|
23921
|
+
sourceKey?: undefined;
|
|
23922
|
+
subType?: undefined;
|
|
23532
23923
|
costumEditMode?: undefined;
|
|
23533
23924
|
parent_only?: undefined;
|
|
23534
|
-
sourceKey?: undefined;
|
|
23535
23925
|
types?: undefined;
|
|
23536
23926
|
date?: undefined;
|
|
23537
23927
|
fromToday?: undefined;
|
|
@@ -23555,7 +23945,6 @@ declare const endpoints: {
|
|
|
23555
23945
|
inputKeys?: undefined;
|
|
23556
23946
|
addedOptions?: undefined;
|
|
23557
23947
|
answers?: undefined;
|
|
23558
|
-
links?: undefined;
|
|
23559
23948
|
stepKey?: undefined;
|
|
23560
23949
|
criteriaIds?: undefined;
|
|
23561
23950
|
inputKey?: undefined;
|
|
@@ -23590,8 +23979,6 @@ declare const endpoints: {
|
|
|
23590
23979
|
contributors?: undefined;
|
|
23591
23980
|
participate?: undefined;
|
|
23592
23981
|
limit?: undefined;
|
|
23593
|
-
category?: undefined;
|
|
23594
|
-
section?: undefined;
|
|
23595
23982
|
subtype?: undefined;
|
|
23596
23983
|
validationKey?: undefined;
|
|
23597
23984
|
};
|
|
@@ -23835,6 +24222,10 @@ declare const endpoints: {
|
|
|
23835
24222
|
narative?: undefined;
|
|
23836
24223
|
endDateUTC?: undefined;
|
|
23837
24224
|
startDateUTC?: undefined;
|
|
24225
|
+
category?: undefined;
|
|
24226
|
+
links?: undefined;
|
|
24227
|
+
section?: undefined;
|
|
24228
|
+
subType?: undefined;
|
|
23838
24229
|
date?: undefined;
|
|
23839
24230
|
fromToday?: undefined;
|
|
23840
24231
|
regions?: undefined;
|
|
@@ -23857,7 +24248,6 @@ declare const endpoints: {
|
|
|
23857
24248
|
inputKeys?: undefined;
|
|
23858
24249
|
addedOptions?: undefined;
|
|
23859
24250
|
answers?: undefined;
|
|
23860
|
-
links?: undefined;
|
|
23861
24251
|
stepKey?: undefined;
|
|
23862
24252
|
criteriaIds?: undefined;
|
|
23863
24253
|
inputKey?: undefined;
|
|
@@ -23892,8 +24282,6 @@ declare const endpoints: {
|
|
|
23892
24282
|
contributors?: undefined;
|
|
23893
24283
|
participate?: undefined;
|
|
23894
24284
|
limit?: undefined;
|
|
23895
|
-
category?: undefined;
|
|
23896
|
-
section?: undefined;
|
|
23897
24285
|
subtype?: undefined;
|
|
23898
24286
|
validationKey?: undefined;
|
|
23899
24287
|
};
|
|
@@ -24162,6 +24550,10 @@ declare const endpoints: {
|
|
|
24162
24550
|
narative?: undefined;
|
|
24163
24551
|
endDateUTC?: undefined;
|
|
24164
24552
|
startDateUTC?: undefined;
|
|
24553
|
+
category?: undefined;
|
|
24554
|
+
links?: undefined;
|
|
24555
|
+
section?: undefined;
|
|
24556
|
+
subType?: undefined;
|
|
24165
24557
|
parent_only?: undefined;
|
|
24166
24558
|
types?: undefined;
|
|
24167
24559
|
event?: undefined;
|
|
@@ -24182,7 +24574,6 @@ declare const endpoints: {
|
|
|
24182
24574
|
inputKeys?: undefined;
|
|
24183
24575
|
addedOptions?: undefined;
|
|
24184
24576
|
answers?: undefined;
|
|
24185
|
-
links?: undefined;
|
|
24186
24577
|
stepKey?: undefined;
|
|
24187
24578
|
criteriaIds?: undefined;
|
|
24188
24579
|
inputKey?: undefined;
|
|
@@ -24217,8 +24608,6 @@ declare const endpoints: {
|
|
|
24217
24608
|
contributors?: undefined;
|
|
24218
24609
|
participate?: undefined;
|
|
24219
24610
|
limit?: undefined;
|
|
24220
|
-
category?: undefined;
|
|
24221
|
-
section?: undefined;
|
|
24222
24611
|
subtype?: undefined;
|
|
24223
24612
|
validationKey?: undefined;
|
|
24224
24613
|
};
|
|
@@ -24507,6 +24896,10 @@ declare const endpoints: {
|
|
|
24507
24896
|
narative?: undefined;
|
|
24508
24897
|
endDateUTC?: undefined;
|
|
24509
24898
|
startDateUTC?: undefined;
|
|
24899
|
+
category?: undefined;
|
|
24900
|
+
links?: undefined;
|
|
24901
|
+
section?: undefined;
|
|
24902
|
+
subType?: undefined;
|
|
24510
24903
|
parent_only?: undefined;
|
|
24511
24904
|
types?: undefined;
|
|
24512
24905
|
date?: undefined;
|
|
@@ -24530,7 +24923,6 @@ declare const endpoints: {
|
|
|
24530
24923
|
inputKeys?: undefined;
|
|
24531
24924
|
addedOptions?: undefined;
|
|
24532
24925
|
answers?: undefined;
|
|
24533
|
-
links?: undefined;
|
|
24534
24926
|
stepKey?: undefined;
|
|
24535
24927
|
criteriaIds?: undefined;
|
|
24536
24928
|
inputKey?: undefined;
|
|
@@ -24565,8 +24957,6 @@ declare const endpoints: {
|
|
|
24565
24957
|
contributors?: undefined;
|
|
24566
24958
|
participate?: undefined;
|
|
24567
24959
|
limit?: undefined;
|
|
24568
|
-
category?: undefined;
|
|
24569
|
-
section?: undefined;
|
|
24570
24960
|
subtype?: undefined;
|
|
24571
24961
|
validationKey?: undefined;
|
|
24572
24962
|
};
|
|
@@ -24779,6 +25169,10 @@ declare const endpoints: {
|
|
|
24779
25169
|
narative?: undefined;
|
|
24780
25170
|
endDateUTC?: undefined;
|
|
24781
25171
|
startDateUTC?: undefined;
|
|
25172
|
+
category?: undefined;
|
|
25173
|
+
links?: undefined;
|
|
25174
|
+
section?: undefined;
|
|
25175
|
+
subType?: undefined;
|
|
24782
25176
|
parent_only?: undefined;
|
|
24783
25177
|
types?: undefined;
|
|
24784
25178
|
date?: undefined;
|
|
@@ -24801,7 +25195,6 @@ declare const endpoints: {
|
|
|
24801
25195
|
inputKeys?: undefined;
|
|
24802
25196
|
addedOptions?: undefined;
|
|
24803
25197
|
answers?: undefined;
|
|
24804
|
-
links?: undefined;
|
|
24805
25198
|
stepKey?: undefined;
|
|
24806
25199
|
criteriaIds?: undefined;
|
|
24807
25200
|
inputKey?: undefined;
|
|
@@ -24836,8 +25229,6 @@ declare const endpoints: {
|
|
|
24836
25229
|
contributors?: undefined;
|
|
24837
25230
|
participate?: undefined;
|
|
24838
25231
|
limit?: undefined;
|
|
24839
|
-
category?: undefined;
|
|
24840
|
-
section?: undefined;
|
|
24841
25232
|
subtype?: undefined;
|
|
24842
25233
|
validationKey?: undefined;
|
|
24843
25234
|
};
|
|
@@ -25050,6 +25441,10 @@ declare const endpoints: {
|
|
|
25050
25441
|
narative?: undefined;
|
|
25051
25442
|
endDateUTC?: undefined;
|
|
25052
25443
|
startDateUTC?: undefined;
|
|
25444
|
+
category?: undefined;
|
|
25445
|
+
links?: undefined;
|
|
25446
|
+
section?: undefined;
|
|
25447
|
+
subType?: undefined;
|
|
25053
25448
|
parent_only?: undefined;
|
|
25054
25449
|
types?: undefined;
|
|
25055
25450
|
date?: undefined;
|
|
@@ -25073,7 +25468,6 @@ declare const endpoints: {
|
|
|
25073
25468
|
inputKeys?: undefined;
|
|
25074
25469
|
addedOptions?: undefined;
|
|
25075
25470
|
answers?: undefined;
|
|
25076
|
-
links?: undefined;
|
|
25077
25471
|
stepKey?: undefined;
|
|
25078
25472
|
criteriaIds?: undefined;
|
|
25079
25473
|
inputKey?: undefined;
|
|
@@ -25108,8 +25502,6 @@ declare const endpoints: {
|
|
|
25108
25502
|
contributors?: undefined;
|
|
25109
25503
|
participate?: undefined;
|
|
25110
25504
|
limit?: undefined;
|
|
25111
|
-
category?: undefined;
|
|
25112
|
-
section?: undefined;
|
|
25113
25505
|
subtype?: undefined;
|
|
25114
25506
|
validationKey?: undefined;
|
|
25115
25507
|
};
|
|
@@ -25336,9 +25728,13 @@ declare const endpoints: {
|
|
|
25336
25728
|
narative?: undefined;
|
|
25337
25729
|
endDateUTC?: undefined;
|
|
25338
25730
|
startDateUTC?: undefined;
|
|
25731
|
+
category?: undefined;
|
|
25732
|
+
links?: undefined;
|
|
25733
|
+
section?: undefined;
|
|
25734
|
+
sourceKey?: undefined;
|
|
25735
|
+
subType?: undefined;
|
|
25339
25736
|
costumEditMode?: undefined;
|
|
25340
25737
|
parent_only?: undefined;
|
|
25341
|
-
sourceKey?: undefined;
|
|
25342
25738
|
types?: undefined;
|
|
25343
25739
|
date?: undefined;
|
|
25344
25740
|
fromToday?: undefined;
|
|
@@ -25360,7 +25756,6 @@ declare const endpoints: {
|
|
|
25360
25756
|
inputKeys?: undefined;
|
|
25361
25757
|
addedOptions?: undefined;
|
|
25362
25758
|
answers?: undefined;
|
|
25363
|
-
links?: undefined;
|
|
25364
25759
|
stepKey?: undefined;
|
|
25365
25760
|
criteriaIds?: undefined;
|
|
25366
25761
|
inputKey?: undefined;
|
|
@@ -25395,8 +25790,6 @@ declare const endpoints: {
|
|
|
25395
25790
|
contributors?: undefined;
|
|
25396
25791
|
participate?: undefined;
|
|
25397
25792
|
limit?: undefined;
|
|
25398
|
-
category?: undefined;
|
|
25399
|
-
section?: undefined;
|
|
25400
25793
|
subtype?: undefined;
|
|
25401
25794
|
validationKey?: undefined;
|
|
25402
25795
|
};
|
|
@@ -25767,9 +26160,13 @@ declare const endpoints: {
|
|
|
25767
26160
|
narative?: undefined;
|
|
25768
26161
|
endDateUTC?: undefined;
|
|
25769
26162
|
startDateUTC?: undefined;
|
|
26163
|
+
category?: undefined;
|
|
26164
|
+
links?: undefined;
|
|
26165
|
+
section?: undefined;
|
|
26166
|
+
sourceKey?: undefined;
|
|
26167
|
+
subType?: undefined;
|
|
25770
26168
|
costumEditMode?: undefined;
|
|
25771
26169
|
parent_only?: undefined;
|
|
25772
|
-
sourceKey?: undefined;
|
|
25773
26170
|
types?: undefined;
|
|
25774
26171
|
date?: undefined;
|
|
25775
26172
|
fromToday?: undefined;
|
|
@@ -25793,7 +26190,6 @@ declare const endpoints: {
|
|
|
25793
26190
|
inputKeys?: undefined;
|
|
25794
26191
|
addedOptions?: undefined;
|
|
25795
26192
|
answers?: undefined;
|
|
25796
|
-
links?: undefined;
|
|
25797
26193
|
stepKey?: undefined;
|
|
25798
26194
|
criteriaIds?: undefined;
|
|
25799
26195
|
inputKey?: undefined;
|
|
@@ -25828,8 +26224,6 @@ declare const endpoints: {
|
|
|
25828
26224
|
contributors?: undefined;
|
|
25829
26225
|
participate?: undefined;
|
|
25830
26226
|
limit?: undefined;
|
|
25831
|
-
category?: undefined;
|
|
25832
|
-
section?: undefined;
|
|
25833
26227
|
subtype?: undefined;
|
|
25834
26228
|
validationKey?: undefined;
|
|
25835
26229
|
};
|
|
@@ -26252,9 +26646,13 @@ declare const endpoints: {
|
|
|
26252
26646
|
narative?: undefined;
|
|
26253
26647
|
endDateUTC?: undefined;
|
|
26254
26648
|
startDateUTC?: undefined;
|
|
26649
|
+
category?: undefined;
|
|
26650
|
+
links?: undefined;
|
|
26651
|
+
section?: undefined;
|
|
26652
|
+
sourceKey?: undefined;
|
|
26653
|
+
subType?: undefined;
|
|
26255
26654
|
costumEditMode?: undefined;
|
|
26256
26655
|
parent_only?: undefined;
|
|
26257
|
-
sourceKey?: undefined;
|
|
26258
26656
|
types?: undefined;
|
|
26259
26657
|
date?: undefined;
|
|
26260
26658
|
fromToday?: undefined;
|
|
@@ -26278,7 +26676,6 @@ declare const endpoints: {
|
|
|
26278
26676
|
inputKeys?: undefined;
|
|
26279
26677
|
addedOptions?: undefined;
|
|
26280
26678
|
answers?: undefined;
|
|
26281
|
-
links?: undefined;
|
|
26282
26679
|
stepKey?: undefined;
|
|
26283
26680
|
criteriaIds?: undefined;
|
|
26284
26681
|
inputKey?: undefined;
|
|
@@ -26313,8 +26710,6 @@ declare const endpoints: {
|
|
|
26313
26710
|
contributors?: undefined;
|
|
26314
26711
|
participate?: undefined;
|
|
26315
26712
|
limit?: undefined;
|
|
26316
|
-
category?: undefined;
|
|
26317
|
-
section?: undefined;
|
|
26318
26713
|
subtype?: undefined;
|
|
26319
26714
|
validationKey?: undefined;
|
|
26320
26715
|
};
|
|
@@ -26639,6 +27034,10 @@ declare const endpoints: {
|
|
|
26639
27034
|
narative?: undefined;
|
|
26640
27035
|
endDateUTC?: undefined;
|
|
26641
27036
|
startDateUTC?: undefined;
|
|
27037
|
+
category?: undefined;
|
|
27038
|
+
links?: undefined;
|
|
27039
|
+
section?: undefined;
|
|
27040
|
+
subType?: undefined;
|
|
26642
27041
|
parent_only?: undefined;
|
|
26643
27042
|
types?: undefined;
|
|
26644
27043
|
date?: undefined;
|
|
@@ -26660,7 +27059,6 @@ declare const endpoints: {
|
|
|
26660
27059
|
inputKeys?: undefined;
|
|
26661
27060
|
addedOptions?: undefined;
|
|
26662
27061
|
answers?: undefined;
|
|
26663
|
-
links?: undefined;
|
|
26664
27062
|
stepKey?: undefined;
|
|
26665
27063
|
criteriaIds?: undefined;
|
|
26666
27064
|
inputKey?: undefined;
|
|
@@ -26695,8 +27093,6 @@ declare const endpoints: {
|
|
|
26695
27093
|
contributors?: undefined;
|
|
26696
27094
|
participate?: undefined;
|
|
26697
27095
|
limit?: undefined;
|
|
26698
|
-
category?: undefined;
|
|
26699
|
-
section?: undefined;
|
|
26700
27096
|
subtype?: undefined;
|
|
26701
27097
|
validationKey?: undefined;
|
|
26702
27098
|
};
|
|
@@ -26878,9 +27274,13 @@ declare const endpoints: {
|
|
|
26878
27274
|
narative?: undefined;
|
|
26879
27275
|
endDateUTC?: undefined;
|
|
26880
27276
|
startDateUTC?: undefined;
|
|
27277
|
+
category?: undefined;
|
|
27278
|
+
links?: undefined;
|
|
27279
|
+
section?: undefined;
|
|
27280
|
+
sourceKey?: undefined;
|
|
27281
|
+
subType?: undefined;
|
|
26881
27282
|
costumEditMode?: undefined;
|
|
26882
27283
|
parent_only?: undefined;
|
|
26883
|
-
sourceKey?: undefined;
|
|
26884
27284
|
types?: undefined;
|
|
26885
27285
|
date?: undefined;
|
|
26886
27286
|
fromToday?: undefined;
|
|
@@ -26901,7 +27301,6 @@ declare const endpoints: {
|
|
|
26901
27301
|
inputKeys?: undefined;
|
|
26902
27302
|
addedOptions?: undefined;
|
|
26903
27303
|
answers?: undefined;
|
|
26904
|
-
links?: undefined;
|
|
26905
27304
|
stepKey?: undefined;
|
|
26906
27305
|
criteriaIds?: undefined;
|
|
26907
27306
|
inputKey?: undefined;
|
|
@@ -26936,8 +27335,6 @@ declare const endpoints: {
|
|
|
26936
27335
|
contributors?: undefined;
|
|
26937
27336
|
participate?: undefined;
|
|
26938
27337
|
limit?: undefined;
|
|
26939
|
-
category?: undefined;
|
|
26940
|
-
section?: undefined;
|
|
26941
27338
|
subtype?: undefined;
|
|
26942
27339
|
validationKey?: undefined;
|
|
26943
27340
|
};
|
|
@@ -27116,9 +27513,13 @@ declare const endpoints: {
|
|
|
27116
27513
|
narative?: undefined;
|
|
27117
27514
|
endDateUTC?: undefined;
|
|
27118
27515
|
startDateUTC?: undefined;
|
|
27516
|
+
category?: undefined;
|
|
27517
|
+
links?: undefined;
|
|
27518
|
+
section?: undefined;
|
|
27519
|
+
sourceKey?: undefined;
|
|
27520
|
+
subType?: undefined;
|
|
27119
27521
|
costumEditMode?: undefined;
|
|
27120
27522
|
parent_only?: undefined;
|
|
27121
|
-
sourceKey?: undefined;
|
|
27122
27523
|
types?: undefined;
|
|
27123
27524
|
date?: undefined;
|
|
27124
27525
|
fromToday?: undefined;
|
|
@@ -27139,7 +27540,6 @@ declare const endpoints: {
|
|
|
27139
27540
|
inputKeys?: undefined;
|
|
27140
27541
|
addedOptions?: undefined;
|
|
27141
27542
|
answers?: undefined;
|
|
27142
|
-
links?: undefined;
|
|
27143
27543
|
stepKey?: undefined;
|
|
27144
27544
|
criteriaIds?: undefined;
|
|
27145
27545
|
inputKey?: undefined;
|
|
@@ -27174,8 +27574,6 @@ declare const endpoints: {
|
|
|
27174
27574
|
contributors?: undefined;
|
|
27175
27575
|
participate?: undefined;
|
|
27176
27576
|
limit?: undefined;
|
|
27177
|
-
category?: undefined;
|
|
27178
|
-
section?: undefined;
|
|
27179
27577
|
subtype?: undefined;
|
|
27180
27578
|
validationKey?: undefined;
|
|
27181
27579
|
};
|
|
@@ -27370,9 +27768,13 @@ declare const endpoints: {
|
|
|
27370
27768
|
narative?: undefined;
|
|
27371
27769
|
endDateUTC?: undefined;
|
|
27372
27770
|
startDateUTC?: undefined;
|
|
27771
|
+
category?: undefined;
|
|
27772
|
+
links?: undefined;
|
|
27773
|
+
section?: undefined;
|
|
27774
|
+
sourceKey?: undefined;
|
|
27775
|
+
subType?: undefined;
|
|
27373
27776
|
costumEditMode?: undefined;
|
|
27374
27777
|
parent_only?: undefined;
|
|
27375
|
-
sourceKey?: undefined;
|
|
27376
27778
|
types?: undefined;
|
|
27377
27779
|
date?: undefined;
|
|
27378
27780
|
fromToday?: undefined;
|
|
@@ -27391,7 +27793,6 @@ declare const endpoints: {
|
|
|
27391
27793
|
inputKeys?: undefined;
|
|
27392
27794
|
addedOptions?: undefined;
|
|
27393
27795
|
answers?: undefined;
|
|
27394
|
-
links?: undefined;
|
|
27395
27796
|
stepKey?: undefined;
|
|
27396
27797
|
criteriaIds?: undefined;
|
|
27397
27798
|
inputKey?: undefined;
|
|
@@ -27426,8 +27827,6 @@ declare const endpoints: {
|
|
|
27426
27827
|
contributors?: undefined;
|
|
27427
27828
|
participate?: undefined;
|
|
27428
27829
|
limit?: undefined;
|
|
27429
|
-
category?: undefined;
|
|
27430
|
-
section?: undefined;
|
|
27431
27830
|
subtype?: undefined;
|
|
27432
27831
|
validationKey?: undefined;
|
|
27433
27832
|
};
|
|
@@ -27610,9 +28009,13 @@ declare const endpoints: {
|
|
|
27610
28009
|
narative?: undefined;
|
|
27611
28010
|
endDateUTC?: undefined;
|
|
27612
28011
|
startDateUTC?: undefined;
|
|
28012
|
+
category?: undefined;
|
|
28013
|
+
links?: undefined;
|
|
28014
|
+
section?: undefined;
|
|
28015
|
+
sourceKey?: undefined;
|
|
28016
|
+
subType?: undefined;
|
|
27613
28017
|
costumEditMode?: undefined;
|
|
27614
28018
|
parent_only?: undefined;
|
|
27615
|
-
sourceKey?: undefined;
|
|
27616
28019
|
types?: undefined;
|
|
27617
28020
|
date?: undefined;
|
|
27618
28021
|
fromToday?: undefined;
|
|
@@ -27632,7 +28035,6 @@ declare const endpoints: {
|
|
|
27632
28035
|
inputKeys?: undefined;
|
|
27633
28036
|
addedOptions?: undefined;
|
|
27634
28037
|
answers?: undefined;
|
|
27635
|
-
links?: undefined;
|
|
27636
28038
|
stepKey?: undefined;
|
|
27637
28039
|
criteriaIds?: undefined;
|
|
27638
28040
|
inputKey?: undefined;
|
|
@@ -27667,8 +28069,6 @@ declare const endpoints: {
|
|
|
27667
28069
|
contributors?: undefined;
|
|
27668
28070
|
participate?: undefined;
|
|
27669
28071
|
limit?: undefined;
|
|
27670
|
-
category?: undefined;
|
|
27671
|
-
section?: undefined;
|
|
27672
28072
|
subtype?: undefined;
|
|
27673
28073
|
validationKey?: undefined;
|
|
27674
28074
|
};
|
|
@@ -27843,9 +28243,13 @@ declare const endpoints: {
|
|
|
27843
28243
|
narative?: undefined;
|
|
27844
28244
|
endDateUTC?: undefined;
|
|
27845
28245
|
startDateUTC?: undefined;
|
|
28246
|
+
category?: undefined;
|
|
28247
|
+
links?: undefined;
|
|
28248
|
+
section?: undefined;
|
|
28249
|
+
sourceKey?: undefined;
|
|
28250
|
+
subType?: undefined;
|
|
27846
28251
|
costumEditMode?: undefined;
|
|
27847
28252
|
parent_only?: undefined;
|
|
27848
|
-
sourceKey?: undefined;
|
|
27849
28253
|
types?: undefined;
|
|
27850
28254
|
date?: undefined;
|
|
27851
28255
|
fromToday?: undefined;
|
|
@@ -27867,7 +28271,6 @@ declare const endpoints: {
|
|
|
27867
28271
|
subKey?: undefined;
|
|
27868
28272
|
addedOptions?: undefined;
|
|
27869
28273
|
answers?: undefined;
|
|
27870
|
-
links?: undefined;
|
|
27871
28274
|
stepKey?: undefined;
|
|
27872
28275
|
criteriaIds?: undefined;
|
|
27873
28276
|
inputKey?: undefined;
|
|
@@ -27902,8 +28305,6 @@ declare const endpoints: {
|
|
|
27902
28305
|
contributors?: undefined;
|
|
27903
28306
|
participate?: undefined;
|
|
27904
28307
|
limit?: undefined;
|
|
27905
|
-
category?: undefined;
|
|
27906
|
-
section?: undefined;
|
|
27907
28308
|
subtype?: undefined;
|
|
27908
28309
|
validationKey?: undefined;
|
|
27909
28310
|
};
|
|
@@ -28086,9 +28487,12 @@ declare const endpoints: {
|
|
|
28086
28487
|
narative?: undefined;
|
|
28087
28488
|
endDateUTC?: undefined;
|
|
28088
28489
|
startDateUTC?: undefined;
|
|
28490
|
+
category?: undefined;
|
|
28491
|
+
section?: undefined;
|
|
28492
|
+
sourceKey?: undefined;
|
|
28493
|
+
subType?: undefined;
|
|
28089
28494
|
costumEditMode?: undefined;
|
|
28090
28495
|
parent_only?: undefined;
|
|
28091
|
-
sourceKey?: undefined;
|
|
28092
28496
|
types?: undefined;
|
|
28093
28497
|
date?: undefined;
|
|
28094
28498
|
fromToday?: undefined;
|
|
@@ -28142,8 +28546,6 @@ declare const endpoints: {
|
|
|
28142
28546
|
contributors?: undefined;
|
|
28143
28547
|
participate?: undefined;
|
|
28144
28548
|
limit?: undefined;
|
|
28145
|
-
category?: undefined;
|
|
28146
|
-
section?: undefined;
|
|
28147
28549
|
subtype?: undefined;
|
|
28148
28550
|
validationKey?: undefined;
|
|
28149
28551
|
};
|
|
@@ -28315,9 +28717,13 @@ declare const endpoints: {
|
|
|
28315
28717
|
narative?: undefined;
|
|
28316
28718
|
endDateUTC?: undefined;
|
|
28317
28719
|
startDateUTC?: undefined;
|
|
28720
|
+
category?: undefined;
|
|
28721
|
+
links?: undefined;
|
|
28722
|
+
section?: undefined;
|
|
28723
|
+
sourceKey?: undefined;
|
|
28724
|
+
subType?: undefined;
|
|
28318
28725
|
costumEditMode?: undefined;
|
|
28319
28726
|
parent_only?: undefined;
|
|
28320
|
-
sourceKey?: undefined;
|
|
28321
28727
|
types?: undefined;
|
|
28322
28728
|
date?: undefined;
|
|
28323
28729
|
fromToday?: undefined;
|
|
@@ -28340,7 +28746,6 @@ declare const endpoints: {
|
|
|
28340
28746
|
inputKeys?: undefined;
|
|
28341
28747
|
addedOptions?: undefined;
|
|
28342
28748
|
answers?: undefined;
|
|
28343
|
-
links?: undefined;
|
|
28344
28749
|
stepKey?: undefined;
|
|
28345
28750
|
criteriaIds?: undefined;
|
|
28346
28751
|
inputKey?: undefined;
|
|
@@ -28375,8 +28780,6 @@ declare const endpoints: {
|
|
|
28375
28780
|
contributors?: undefined;
|
|
28376
28781
|
participate?: undefined;
|
|
28377
28782
|
limit?: undefined;
|
|
28378
|
-
category?: undefined;
|
|
28379
|
-
section?: undefined;
|
|
28380
28783
|
subtype?: undefined;
|
|
28381
28784
|
validationKey?: undefined;
|
|
28382
28785
|
};
|
|
@@ -28550,9 +28953,13 @@ declare const endpoints: {
|
|
|
28550
28953
|
narative?: undefined;
|
|
28551
28954
|
endDateUTC?: undefined;
|
|
28552
28955
|
startDateUTC?: undefined;
|
|
28956
|
+
category?: undefined;
|
|
28957
|
+
links?: undefined;
|
|
28958
|
+
section?: undefined;
|
|
28959
|
+
sourceKey?: undefined;
|
|
28960
|
+
subType?: undefined;
|
|
28553
28961
|
costumEditMode?: undefined;
|
|
28554
28962
|
parent_only?: undefined;
|
|
28555
|
-
sourceKey?: undefined;
|
|
28556
28963
|
types?: undefined;
|
|
28557
28964
|
date?: undefined;
|
|
28558
28965
|
fromToday?: undefined;
|
|
@@ -28575,7 +28982,6 @@ declare const endpoints: {
|
|
|
28575
28982
|
inputKeys?: undefined;
|
|
28576
28983
|
addedOptions?: undefined;
|
|
28577
28984
|
answers?: undefined;
|
|
28578
|
-
links?: undefined;
|
|
28579
28985
|
criteriaIds?: undefined;
|
|
28580
28986
|
inputKey?: undefined;
|
|
28581
28987
|
details?: undefined;
|
|
@@ -28609,8 +29015,6 @@ declare const endpoints: {
|
|
|
28609
29015
|
contributors?: undefined;
|
|
28610
29016
|
participate?: undefined;
|
|
28611
29017
|
limit?: undefined;
|
|
28612
|
-
category?: undefined;
|
|
28613
|
-
section?: undefined;
|
|
28614
29018
|
subtype?: undefined;
|
|
28615
29019
|
validationKey?: undefined;
|
|
28616
29020
|
};
|
|
@@ -28787,9 +29191,13 @@ declare const endpoints: {
|
|
|
28787
29191
|
narative?: undefined;
|
|
28788
29192
|
endDateUTC?: undefined;
|
|
28789
29193
|
startDateUTC?: undefined;
|
|
29194
|
+
category?: undefined;
|
|
29195
|
+
links?: undefined;
|
|
29196
|
+
section?: undefined;
|
|
29197
|
+
sourceKey?: undefined;
|
|
29198
|
+
subType?: undefined;
|
|
28790
29199
|
costumEditMode?: undefined;
|
|
28791
29200
|
parent_only?: undefined;
|
|
28792
|
-
sourceKey?: undefined;
|
|
28793
29201
|
types?: undefined;
|
|
28794
29202
|
date?: undefined;
|
|
28795
29203
|
fromToday?: undefined;
|
|
@@ -28812,7 +29220,6 @@ declare const endpoints: {
|
|
|
28812
29220
|
inputKeys?: undefined;
|
|
28813
29221
|
addedOptions?: undefined;
|
|
28814
29222
|
answers?: undefined;
|
|
28815
|
-
links?: undefined;
|
|
28816
29223
|
stepKey?: undefined;
|
|
28817
29224
|
details?: undefined;
|
|
28818
29225
|
edit?: undefined;
|
|
@@ -28845,8 +29252,6 @@ declare const endpoints: {
|
|
|
28845
29252
|
contributors?: undefined;
|
|
28846
29253
|
participate?: undefined;
|
|
28847
29254
|
limit?: undefined;
|
|
28848
|
-
category?: undefined;
|
|
28849
|
-
section?: undefined;
|
|
28850
29255
|
subtype?: undefined;
|
|
28851
29256
|
validationKey?: undefined;
|
|
28852
29257
|
};
|
|
@@ -29035,9 +29440,13 @@ declare const endpoints: {
|
|
|
29035
29440
|
narative?: undefined;
|
|
29036
29441
|
endDateUTC?: undefined;
|
|
29037
29442
|
startDateUTC?: undefined;
|
|
29443
|
+
category?: undefined;
|
|
29444
|
+
links?: undefined;
|
|
29445
|
+
section?: undefined;
|
|
29446
|
+
sourceKey?: undefined;
|
|
29447
|
+
subType?: undefined;
|
|
29038
29448
|
costumEditMode?: undefined;
|
|
29039
29449
|
parent_only?: undefined;
|
|
29040
|
-
sourceKey?: undefined;
|
|
29041
29450
|
types?: undefined;
|
|
29042
29451
|
date?: undefined;
|
|
29043
29452
|
fromToday?: undefined;
|
|
@@ -29061,7 +29470,6 @@ declare const endpoints: {
|
|
|
29061
29470
|
inputKeys?: undefined;
|
|
29062
29471
|
addedOptions?: undefined;
|
|
29063
29472
|
answers?: undefined;
|
|
29064
|
-
links?: undefined;
|
|
29065
29473
|
stepKey?: undefined;
|
|
29066
29474
|
criteriaIds?: undefined;
|
|
29067
29475
|
inputKey?: undefined;
|
|
@@ -29095,8 +29503,6 @@ declare const endpoints: {
|
|
|
29095
29503
|
contributors?: undefined;
|
|
29096
29504
|
participate?: undefined;
|
|
29097
29505
|
limit?: undefined;
|
|
29098
|
-
category?: undefined;
|
|
29099
|
-
section?: undefined;
|
|
29100
29506
|
subtype?: undefined;
|
|
29101
29507
|
validationKey?: undefined;
|
|
29102
29508
|
};
|
|
@@ -29288,9 +29694,13 @@ declare const endpoints: {
|
|
|
29288
29694
|
narative?: undefined;
|
|
29289
29695
|
endDateUTC?: undefined;
|
|
29290
29696
|
startDateUTC?: undefined;
|
|
29697
|
+
category?: undefined;
|
|
29698
|
+
links?: undefined;
|
|
29699
|
+
section?: undefined;
|
|
29700
|
+
sourceKey?: undefined;
|
|
29701
|
+
subType?: undefined;
|
|
29291
29702
|
costumEditMode?: undefined;
|
|
29292
29703
|
parent_only?: undefined;
|
|
29293
|
-
sourceKey?: undefined;
|
|
29294
29704
|
types?: undefined;
|
|
29295
29705
|
date?: undefined;
|
|
29296
29706
|
fromToday?: undefined;
|
|
@@ -29314,7 +29724,6 @@ declare const endpoints: {
|
|
|
29314
29724
|
inputKeys?: undefined;
|
|
29315
29725
|
addedOptions?: undefined;
|
|
29316
29726
|
answers?: undefined;
|
|
29317
|
-
links?: undefined;
|
|
29318
29727
|
stepKey?: undefined;
|
|
29319
29728
|
criteriaIds?: undefined;
|
|
29320
29729
|
inputKey?: undefined;
|
|
@@ -29348,8 +29757,6 @@ declare const endpoints: {
|
|
|
29348
29757
|
contributors?: undefined;
|
|
29349
29758
|
participate?: undefined;
|
|
29350
29759
|
limit?: undefined;
|
|
29351
|
-
category?: undefined;
|
|
29352
|
-
section?: undefined;
|
|
29353
29760
|
subtype?: undefined;
|
|
29354
29761
|
validationKey?: undefined;
|
|
29355
29762
|
};
|
|
@@ -29576,9 +29983,13 @@ declare const endpoints: {
|
|
|
29576
29983
|
narative?: undefined;
|
|
29577
29984
|
endDateUTC?: undefined;
|
|
29578
29985
|
startDateUTC?: undefined;
|
|
29986
|
+
category?: undefined;
|
|
29987
|
+
links?: undefined;
|
|
29988
|
+
section?: undefined;
|
|
29989
|
+
sourceKey?: undefined;
|
|
29990
|
+
subType?: undefined;
|
|
29579
29991
|
costumEditMode?: undefined;
|
|
29580
29992
|
parent_only?: undefined;
|
|
29581
|
-
sourceKey?: undefined;
|
|
29582
29993
|
types?: undefined;
|
|
29583
29994
|
date?: undefined;
|
|
29584
29995
|
fromToday?: undefined;
|
|
@@ -29602,7 +30013,6 @@ declare const endpoints: {
|
|
|
29602
30013
|
inputKeys?: undefined;
|
|
29603
30014
|
addedOptions?: undefined;
|
|
29604
30015
|
answers?: undefined;
|
|
29605
|
-
links?: undefined;
|
|
29606
30016
|
stepKey?: undefined;
|
|
29607
30017
|
criteriaIds?: undefined;
|
|
29608
30018
|
inputKey?: undefined;
|
|
@@ -29633,8 +30043,6 @@ declare const endpoints: {
|
|
|
29633
30043
|
contributors?: undefined;
|
|
29634
30044
|
participate?: undefined;
|
|
29635
30045
|
limit?: undefined;
|
|
29636
|
-
category?: undefined;
|
|
29637
|
-
section?: undefined;
|
|
29638
30046
|
subtype?: undefined;
|
|
29639
30047
|
validationKey?: undefined;
|
|
29640
30048
|
};
|
|
@@ -29849,9 +30257,13 @@ declare const endpoints: {
|
|
|
29849
30257
|
narative?: undefined;
|
|
29850
30258
|
endDateUTC?: undefined;
|
|
29851
30259
|
startDateUTC?: undefined;
|
|
30260
|
+
category?: undefined;
|
|
30261
|
+
links?: undefined;
|
|
30262
|
+
section?: undefined;
|
|
30263
|
+
sourceKey?: undefined;
|
|
30264
|
+
subType?: undefined;
|
|
29852
30265
|
costumEditMode?: undefined;
|
|
29853
30266
|
parent_only?: undefined;
|
|
29854
|
-
sourceKey?: undefined;
|
|
29855
30267
|
types?: undefined;
|
|
29856
30268
|
date?: undefined;
|
|
29857
30269
|
fromToday?: undefined;
|
|
@@ -29875,7 +30287,6 @@ declare const endpoints: {
|
|
|
29875
30287
|
inputKeys?: undefined;
|
|
29876
30288
|
addedOptions?: undefined;
|
|
29877
30289
|
answers?: undefined;
|
|
29878
|
-
links?: undefined;
|
|
29879
30290
|
stepKey?: undefined;
|
|
29880
30291
|
criteriaIds?: undefined;
|
|
29881
30292
|
inputKey?: undefined;
|
|
@@ -29910,8 +30321,6 @@ declare const endpoints: {
|
|
|
29910
30321
|
contributors?: undefined;
|
|
29911
30322
|
participate?: undefined;
|
|
29912
30323
|
limit?: undefined;
|
|
29913
|
-
category?: undefined;
|
|
29914
|
-
section?: undefined;
|
|
29915
30324
|
subtype?: undefined;
|
|
29916
30325
|
validationKey?: undefined;
|
|
29917
30326
|
};
|
|
@@ -30098,9 +30507,13 @@ declare const endpoints: {
|
|
|
30098
30507
|
narative?: undefined;
|
|
30099
30508
|
endDateUTC?: undefined;
|
|
30100
30509
|
startDateUTC?: undefined;
|
|
30510
|
+
category?: undefined;
|
|
30511
|
+
links?: undefined;
|
|
30512
|
+
section?: undefined;
|
|
30513
|
+
sourceKey?: undefined;
|
|
30514
|
+
subType?: undefined;
|
|
30101
30515
|
costumEditMode?: undefined;
|
|
30102
30516
|
parent_only?: undefined;
|
|
30103
|
-
sourceKey?: undefined;
|
|
30104
30517
|
types?: undefined;
|
|
30105
30518
|
date?: undefined;
|
|
30106
30519
|
fromToday?: undefined;
|
|
@@ -30124,7 +30537,6 @@ declare const endpoints: {
|
|
|
30124
30537
|
inputKeys?: undefined;
|
|
30125
30538
|
addedOptions?: undefined;
|
|
30126
30539
|
answers?: undefined;
|
|
30127
|
-
links?: undefined;
|
|
30128
30540
|
stepKey?: undefined;
|
|
30129
30541
|
criteriaIds?: undefined;
|
|
30130
30542
|
inputKey?: undefined;
|
|
@@ -30157,8 +30569,6 @@ declare const endpoints: {
|
|
|
30157
30569
|
contributors?: undefined;
|
|
30158
30570
|
participate?: undefined;
|
|
30159
30571
|
limit?: undefined;
|
|
30160
|
-
category?: undefined;
|
|
30161
|
-
section?: undefined;
|
|
30162
30572
|
subtype?: undefined;
|
|
30163
30573
|
validationKey?: undefined;
|
|
30164
30574
|
};
|
|
@@ -30333,9 +30743,13 @@ declare const endpoints: {
|
|
|
30333
30743
|
narative?: undefined;
|
|
30334
30744
|
endDateUTC?: undefined;
|
|
30335
30745
|
startDateUTC?: undefined;
|
|
30746
|
+
category?: undefined;
|
|
30747
|
+
links?: undefined;
|
|
30748
|
+
section?: undefined;
|
|
30749
|
+
sourceKey?: undefined;
|
|
30750
|
+
subType?: undefined;
|
|
30336
30751
|
costumEditMode?: undefined;
|
|
30337
30752
|
parent_only?: undefined;
|
|
30338
|
-
sourceKey?: undefined;
|
|
30339
30753
|
types?: undefined;
|
|
30340
30754
|
date?: undefined;
|
|
30341
30755
|
fromToday?: undefined;
|
|
@@ -30359,7 +30773,6 @@ declare const endpoints: {
|
|
|
30359
30773
|
inputKeys?: undefined;
|
|
30360
30774
|
addedOptions?: undefined;
|
|
30361
30775
|
answers?: undefined;
|
|
30362
|
-
links?: undefined;
|
|
30363
30776
|
stepKey?: undefined;
|
|
30364
30777
|
criteriaIds?: undefined;
|
|
30365
30778
|
inputKey?: undefined;
|
|
@@ -30393,8 +30806,6 @@ declare const endpoints: {
|
|
|
30393
30806
|
contributors?: undefined;
|
|
30394
30807
|
participate?: undefined;
|
|
30395
30808
|
limit?: undefined;
|
|
30396
|
-
category?: undefined;
|
|
30397
|
-
section?: undefined;
|
|
30398
30809
|
subtype?: undefined;
|
|
30399
30810
|
validationKey?: undefined;
|
|
30400
30811
|
};
|
|
@@ -30505,8 +30916,6 @@ declare const endpoints: {
|
|
|
30505
30916
|
};
|
|
30506
30917
|
type: string;
|
|
30507
30918
|
})[];
|
|
30508
|
-
patternProperties?: undefined;
|
|
30509
|
-
type?: undefined;
|
|
30510
30919
|
};
|
|
30511
30920
|
notSourceKey: {
|
|
30512
30921
|
default: boolean;
|
|
@@ -30670,6 +31079,10 @@ declare const endpoints: {
|
|
|
30670
31079
|
narative?: undefined;
|
|
30671
31080
|
endDateUTC?: undefined;
|
|
30672
31081
|
startDateUTC?: undefined;
|
|
31082
|
+
category?: undefined;
|
|
31083
|
+
links?: undefined;
|
|
31084
|
+
section?: undefined;
|
|
31085
|
+
subType?: undefined;
|
|
30673
31086
|
parent_only?: undefined;
|
|
30674
31087
|
types?: undefined;
|
|
30675
31088
|
date?: undefined;
|
|
@@ -30693,7 +31106,6 @@ declare const endpoints: {
|
|
|
30693
31106
|
inputKeys?: undefined;
|
|
30694
31107
|
addedOptions?: undefined;
|
|
30695
31108
|
answers?: undefined;
|
|
30696
|
-
links?: undefined;
|
|
30697
31109
|
stepKey?: undefined;
|
|
30698
31110
|
criteriaIds?: undefined;
|
|
30699
31111
|
inputKey?: undefined;
|
|
@@ -30728,8 +31140,6 @@ declare const endpoints: {
|
|
|
30728
31140
|
contributors?: undefined;
|
|
30729
31141
|
participate?: undefined;
|
|
30730
31142
|
limit?: undefined;
|
|
30731
|
-
category?: undefined;
|
|
30732
|
-
section?: undefined;
|
|
30733
31143
|
subtype?: undefined;
|
|
30734
31144
|
validationKey?: undefined;
|
|
30735
31145
|
};
|
|
@@ -30916,8 +31326,12 @@ declare const endpoints: {
|
|
|
30916
31326
|
narative?: undefined;
|
|
30917
31327
|
endDateUTC?: undefined;
|
|
30918
31328
|
startDateUTC?: undefined;
|
|
30919
|
-
|
|
31329
|
+
category?: undefined;
|
|
31330
|
+
links?: undefined;
|
|
31331
|
+
section?: undefined;
|
|
30920
31332
|
sourceKey?: undefined;
|
|
31333
|
+
subType?: undefined;
|
|
31334
|
+
parent_only?: undefined;
|
|
30921
31335
|
types?: undefined;
|
|
30922
31336
|
date?: undefined;
|
|
30923
31337
|
fromToday?: undefined;
|
|
@@ -30941,7 +31355,6 @@ declare const endpoints: {
|
|
|
30941
31355
|
inputKeys?: undefined;
|
|
30942
31356
|
addedOptions?: undefined;
|
|
30943
31357
|
answers?: undefined;
|
|
30944
|
-
links?: undefined;
|
|
30945
31358
|
stepKey?: undefined;
|
|
30946
31359
|
criteriaIds?: undefined;
|
|
30947
31360
|
inputKey?: undefined;
|
|
@@ -30976,8 +31389,6 @@ declare const endpoints: {
|
|
|
30976
31389
|
contributors?: undefined;
|
|
30977
31390
|
participate?: undefined;
|
|
30978
31391
|
limit?: undefined;
|
|
30979
|
-
category?: undefined;
|
|
30980
|
-
section?: undefined;
|
|
30981
31392
|
subtype?: undefined;
|
|
30982
31393
|
validationKey?: undefined;
|
|
30983
31394
|
};
|
|
@@ -31159,9 +31570,13 @@ declare const endpoints: {
|
|
|
31159
31570
|
narative?: undefined;
|
|
31160
31571
|
endDateUTC?: undefined;
|
|
31161
31572
|
startDateUTC?: undefined;
|
|
31573
|
+
category?: undefined;
|
|
31574
|
+
links?: undefined;
|
|
31575
|
+
section?: undefined;
|
|
31576
|
+
sourceKey?: undefined;
|
|
31577
|
+
subType?: undefined;
|
|
31162
31578
|
costumEditMode?: undefined;
|
|
31163
31579
|
parent_only?: undefined;
|
|
31164
|
-
sourceKey?: undefined;
|
|
31165
31580
|
types?: undefined;
|
|
31166
31581
|
date?: undefined;
|
|
31167
31582
|
fromToday?: undefined;
|
|
@@ -31184,7 +31599,6 @@ declare const endpoints: {
|
|
|
31184
31599
|
inputKeys?: undefined;
|
|
31185
31600
|
addedOptions?: undefined;
|
|
31186
31601
|
answers?: undefined;
|
|
31187
|
-
links?: undefined;
|
|
31188
31602
|
stepKey?: undefined;
|
|
31189
31603
|
criteriaIds?: undefined;
|
|
31190
31604
|
inputKey?: undefined;
|
|
@@ -31217,8 +31631,6 @@ declare const endpoints: {
|
|
|
31217
31631
|
contributors?: undefined;
|
|
31218
31632
|
participate?: undefined;
|
|
31219
31633
|
limit?: undefined;
|
|
31220
|
-
category?: undefined;
|
|
31221
|
-
section?: undefined;
|
|
31222
31634
|
subtype?: undefined;
|
|
31223
31635
|
validationKey?: undefined;
|
|
31224
31636
|
};
|
|
@@ -31395,9 +31807,13 @@ declare const endpoints: {
|
|
|
31395
31807
|
narative?: undefined;
|
|
31396
31808
|
endDateUTC?: undefined;
|
|
31397
31809
|
startDateUTC?: undefined;
|
|
31810
|
+
category?: undefined;
|
|
31811
|
+
links?: undefined;
|
|
31812
|
+
section?: undefined;
|
|
31813
|
+
sourceKey?: undefined;
|
|
31814
|
+
subType?: undefined;
|
|
31398
31815
|
costumEditMode?: undefined;
|
|
31399
31816
|
parent_only?: undefined;
|
|
31400
|
-
sourceKey?: undefined;
|
|
31401
31817
|
types?: undefined;
|
|
31402
31818
|
date?: undefined;
|
|
31403
31819
|
fromToday?: undefined;
|
|
@@ -31421,7 +31837,6 @@ declare const endpoints: {
|
|
|
31421
31837
|
inputKeys?: undefined;
|
|
31422
31838
|
addedOptions?: undefined;
|
|
31423
31839
|
answers?: undefined;
|
|
31424
|
-
links?: undefined;
|
|
31425
31840
|
stepKey?: undefined;
|
|
31426
31841
|
criteriaIds?: undefined;
|
|
31427
31842
|
inputKey?: undefined;
|
|
@@ -31455,8 +31870,6 @@ declare const endpoints: {
|
|
|
31455
31870
|
contributors?: undefined;
|
|
31456
31871
|
participate?: undefined;
|
|
31457
31872
|
limit?: undefined;
|
|
31458
|
-
category?: undefined;
|
|
31459
|
-
section?: undefined;
|
|
31460
31873
|
subtype?: undefined;
|
|
31461
31874
|
validationKey?: undefined;
|
|
31462
31875
|
};
|
|
@@ -31654,9 +32067,13 @@ declare const endpoints: {
|
|
|
31654
32067
|
narative?: undefined;
|
|
31655
32068
|
endDateUTC?: undefined;
|
|
31656
32069
|
startDateUTC?: undefined;
|
|
32070
|
+
category?: undefined;
|
|
32071
|
+
links?: undefined;
|
|
32072
|
+
section?: undefined;
|
|
32073
|
+
sourceKey?: undefined;
|
|
32074
|
+
subType?: undefined;
|
|
31657
32075
|
costumEditMode?: undefined;
|
|
31658
32076
|
parent_only?: undefined;
|
|
31659
|
-
sourceKey?: undefined;
|
|
31660
32077
|
types?: undefined;
|
|
31661
32078
|
date?: undefined;
|
|
31662
32079
|
fromToday?: undefined;
|
|
@@ -31680,7 +32097,6 @@ declare const endpoints: {
|
|
|
31680
32097
|
inputKeys?: undefined;
|
|
31681
32098
|
addedOptions?: undefined;
|
|
31682
32099
|
answers?: undefined;
|
|
31683
|
-
links?: undefined;
|
|
31684
32100
|
stepKey?: undefined;
|
|
31685
32101
|
criteriaIds?: undefined;
|
|
31686
32102
|
inputKey?: undefined;
|
|
@@ -31715,8 +32131,6 @@ declare const endpoints: {
|
|
|
31715
32131
|
contributors?: undefined;
|
|
31716
32132
|
participate?: undefined;
|
|
31717
32133
|
limit?: undefined;
|
|
31718
|
-
category?: undefined;
|
|
31719
|
-
section?: undefined;
|
|
31720
32134
|
subtype?: undefined;
|
|
31721
32135
|
validationKey?: undefined;
|
|
31722
32136
|
};
|
|
@@ -31912,9 +32326,13 @@ declare const endpoints: {
|
|
|
31912
32326
|
narative?: undefined;
|
|
31913
32327
|
endDateUTC?: undefined;
|
|
31914
32328
|
startDateUTC?: undefined;
|
|
32329
|
+
category?: undefined;
|
|
32330
|
+
links?: undefined;
|
|
32331
|
+
section?: undefined;
|
|
32332
|
+
sourceKey?: undefined;
|
|
32333
|
+
subType?: undefined;
|
|
31915
32334
|
costumEditMode?: undefined;
|
|
31916
32335
|
parent_only?: undefined;
|
|
31917
|
-
sourceKey?: undefined;
|
|
31918
32336
|
types?: undefined;
|
|
31919
32337
|
date?: undefined;
|
|
31920
32338
|
fromToday?: undefined;
|
|
@@ -31937,7 +32355,6 @@ declare const endpoints: {
|
|
|
31937
32355
|
inputKeys?: undefined;
|
|
31938
32356
|
addedOptions?: undefined;
|
|
31939
32357
|
answers?: undefined;
|
|
31940
|
-
links?: undefined;
|
|
31941
32358
|
stepKey?: undefined;
|
|
31942
32359
|
criteriaIds?: undefined;
|
|
31943
32360
|
inputKey?: undefined;
|
|
@@ -31968,8 +32385,6 @@ declare const endpoints: {
|
|
|
31968
32385
|
contributors?: undefined;
|
|
31969
32386
|
participate?: undefined;
|
|
31970
32387
|
limit?: undefined;
|
|
31971
|
-
category?: undefined;
|
|
31972
|
-
section?: undefined;
|
|
31973
32388
|
subtype?: undefined;
|
|
31974
32389
|
validationKey?: undefined;
|
|
31975
32390
|
};
|
|
@@ -32153,9 +32568,13 @@ declare const endpoints: {
|
|
|
32153
32568
|
narative?: undefined;
|
|
32154
32569
|
endDateUTC?: undefined;
|
|
32155
32570
|
startDateUTC?: undefined;
|
|
32571
|
+
category?: undefined;
|
|
32572
|
+
links?: undefined;
|
|
32573
|
+
section?: undefined;
|
|
32574
|
+
sourceKey?: undefined;
|
|
32575
|
+
subType?: undefined;
|
|
32156
32576
|
costumEditMode?: undefined;
|
|
32157
32577
|
parent_only?: undefined;
|
|
32158
|
-
sourceKey?: undefined;
|
|
32159
32578
|
types?: undefined;
|
|
32160
32579
|
date?: undefined;
|
|
32161
32580
|
fromToday?: undefined;
|
|
@@ -32179,7 +32598,6 @@ declare const endpoints: {
|
|
|
32179
32598
|
inputKeys?: undefined;
|
|
32180
32599
|
addedOptions?: undefined;
|
|
32181
32600
|
answers?: undefined;
|
|
32182
|
-
links?: undefined;
|
|
32183
32601
|
stepKey?: undefined;
|
|
32184
32602
|
criteriaIds?: undefined;
|
|
32185
32603
|
inputKey?: undefined;
|
|
@@ -32211,8 +32629,6 @@ declare const endpoints: {
|
|
|
32211
32629
|
contributors?: undefined;
|
|
32212
32630
|
participate?: undefined;
|
|
32213
32631
|
limit?: undefined;
|
|
32214
|
-
category?: undefined;
|
|
32215
|
-
section?: undefined;
|
|
32216
32632
|
subtype?: undefined;
|
|
32217
32633
|
validationKey?: undefined;
|
|
32218
32634
|
};
|
|
@@ -32472,9 +32888,13 @@ declare const endpoints: {
|
|
|
32472
32888
|
narative?: undefined;
|
|
32473
32889
|
endDateUTC?: undefined;
|
|
32474
32890
|
startDateUTC?: undefined;
|
|
32891
|
+
category?: undefined;
|
|
32892
|
+
links?: undefined;
|
|
32893
|
+
section?: undefined;
|
|
32894
|
+
sourceKey?: undefined;
|
|
32895
|
+
subType?: undefined;
|
|
32475
32896
|
costumEditMode?: undefined;
|
|
32476
32897
|
parent_only?: undefined;
|
|
32477
|
-
sourceKey?: undefined;
|
|
32478
32898
|
types?: undefined;
|
|
32479
32899
|
date?: undefined;
|
|
32480
32900
|
fromToday?: undefined;
|
|
@@ -32498,7 +32918,6 @@ declare const endpoints: {
|
|
|
32498
32918
|
inputKeys?: undefined;
|
|
32499
32919
|
addedOptions?: undefined;
|
|
32500
32920
|
answers?: undefined;
|
|
32501
|
-
links?: undefined;
|
|
32502
32921
|
stepKey?: undefined;
|
|
32503
32922
|
criteriaIds?: undefined;
|
|
32504
32923
|
inputKey?: undefined;
|
|
@@ -32523,8 +32942,6 @@ declare const endpoints: {
|
|
|
32523
32942
|
contributors?: undefined;
|
|
32524
32943
|
participate?: undefined;
|
|
32525
32944
|
limit?: undefined;
|
|
32526
|
-
category?: undefined;
|
|
32527
|
-
section?: undefined;
|
|
32528
32945
|
subtype?: undefined;
|
|
32529
32946
|
validationKey?: undefined;
|
|
32530
32947
|
};
|
|
@@ -32703,9 +33120,13 @@ declare const endpoints: {
|
|
|
32703
33120
|
narative?: undefined;
|
|
32704
33121
|
endDateUTC?: undefined;
|
|
32705
33122
|
startDateUTC?: undefined;
|
|
33123
|
+
category?: undefined;
|
|
33124
|
+
links?: undefined;
|
|
33125
|
+
section?: undefined;
|
|
33126
|
+
sourceKey?: undefined;
|
|
33127
|
+
subType?: undefined;
|
|
32706
33128
|
costumEditMode?: undefined;
|
|
32707
33129
|
parent_only?: undefined;
|
|
32708
|
-
sourceKey?: undefined;
|
|
32709
33130
|
types?: undefined;
|
|
32710
33131
|
date?: undefined;
|
|
32711
33132
|
fromToday?: undefined;
|
|
@@ -32729,7 +33150,6 @@ declare const endpoints: {
|
|
|
32729
33150
|
inputKeys?: undefined;
|
|
32730
33151
|
addedOptions?: undefined;
|
|
32731
33152
|
answers?: undefined;
|
|
32732
|
-
links?: undefined;
|
|
32733
33153
|
stepKey?: undefined;
|
|
32734
33154
|
criteriaIds?: undefined;
|
|
32735
33155
|
inputKey?: undefined;
|
|
@@ -32762,8 +33182,6 @@ declare const endpoints: {
|
|
|
32762
33182
|
contributors?: undefined;
|
|
32763
33183
|
participate?: undefined;
|
|
32764
33184
|
limit?: undefined;
|
|
32765
|
-
category?: undefined;
|
|
32766
|
-
section?: undefined;
|
|
32767
33185
|
subtype?: undefined;
|
|
32768
33186
|
validationKey?: undefined;
|
|
32769
33187
|
};
|
|
@@ -32937,9 +33355,13 @@ declare const endpoints: {
|
|
|
32937
33355
|
narative?: undefined;
|
|
32938
33356
|
endDateUTC?: undefined;
|
|
32939
33357
|
startDateUTC?: undefined;
|
|
33358
|
+
category?: undefined;
|
|
33359
|
+
links?: undefined;
|
|
33360
|
+
section?: undefined;
|
|
33361
|
+
sourceKey?: undefined;
|
|
33362
|
+
subType?: undefined;
|
|
32940
33363
|
costumEditMode?: undefined;
|
|
32941
33364
|
parent_only?: undefined;
|
|
32942
|
-
sourceKey?: undefined;
|
|
32943
33365
|
types?: undefined;
|
|
32944
33366
|
date?: undefined;
|
|
32945
33367
|
fromToday?: undefined;
|
|
@@ -32963,7 +33385,6 @@ declare const endpoints: {
|
|
|
32963
33385
|
inputKeys?: undefined;
|
|
32964
33386
|
addedOptions?: undefined;
|
|
32965
33387
|
answers?: undefined;
|
|
32966
|
-
links?: undefined;
|
|
32967
33388
|
stepKey?: undefined;
|
|
32968
33389
|
criteriaIds?: undefined;
|
|
32969
33390
|
inputKey?: undefined;
|
|
@@ -32998,8 +33419,6 @@ declare const endpoints: {
|
|
|
32998
33419
|
contributors?: undefined;
|
|
32999
33420
|
participate?: undefined;
|
|
33000
33421
|
limit?: undefined;
|
|
33001
|
-
category?: undefined;
|
|
33002
|
-
section?: undefined;
|
|
33003
33422
|
subtype?: undefined;
|
|
33004
33423
|
validationKey?: undefined;
|
|
33005
33424
|
};
|
|
@@ -33184,9 +33603,13 @@ declare const endpoints: {
|
|
|
33184
33603
|
narative?: undefined;
|
|
33185
33604
|
endDateUTC?: undefined;
|
|
33186
33605
|
startDateUTC?: undefined;
|
|
33606
|
+
category?: undefined;
|
|
33607
|
+
links?: undefined;
|
|
33608
|
+
section?: undefined;
|
|
33609
|
+
sourceKey?: undefined;
|
|
33610
|
+
subType?: undefined;
|
|
33187
33611
|
costumEditMode?: undefined;
|
|
33188
33612
|
parent_only?: undefined;
|
|
33189
|
-
sourceKey?: undefined;
|
|
33190
33613
|
types?: undefined;
|
|
33191
33614
|
date?: undefined;
|
|
33192
33615
|
fromToday?: undefined;
|
|
@@ -33210,7 +33633,6 @@ declare const endpoints: {
|
|
|
33210
33633
|
inputKeys?: undefined;
|
|
33211
33634
|
addedOptions?: undefined;
|
|
33212
33635
|
answers?: undefined;
|
|
33213
|
-
links?: undefined;
|
|
33214
33636
|
stepKey?: undefined;
|
|
33215
33637
|
criteriaIds?: undefined;
|
|
33216
33638
|
inputKey?: undefined;
|
|
@@ -33242,8 +33664,6 @@ declare const endpoints: {
|
|
|
33242
33664
|
timeSpent?: undefined;
|
|
33243
33665
|
user?: undefined;
|
|
33244
33666
|
limit?: undefined;
|
|
33245
|
-
category?: undefined;
|
|
33246
|
-
section?: undefined;
|
|
33247
33667
|
subtype?: undefined;
|
|
33248
33668
|
validationKey?: undefined;
|
|
33249
33669
|
};
|
|
@@ -33472,9 +33892,13 @@ declare const endpoints: {
|
|
|
33472
33892
|
narative?: undefined;
|
|
33473
33893
|
endDateUTC?: undefined;
|
|
33474
33894
|
startDateUTC?: undefined;
|
|
33895
|
+
category?: undefined;
|
|
33896
|
+
links?: undefined;
|
|
33897
|
+
section?: undefined;
|
|
33898
|
+
sourceKey?: undefined;
|
|
33899
|
+
subType?: undefined;
|
|
33475
33900
|
costumEditMode?: undefined;
|
|
33476
33901
|
parent_only?: undefined;
|
|
33477
|
-
sourceKey?: undefined;
|
|
33478
33902
|
types?: undefined;
|
|
33479
33903
|
date?: undefined;
|
|
33480
33904
|
fromToday?: undefined;
|
|
@@ -33498,7 +33922,6 @@ declare const endpoints: {
|
|
|
33498
33922
|
inputKeys?: undefined;
|
|
33499
33923
|
addedOptions?: undefined;
|
|
33500
33924
|
answers?: undefined;
|
|
33501
|
-
links?: undefined;
|
|
33502
33925
|
stepKey?: undefined;
|
|
33503
33926
|
criteriaIds?: undefined;
|
|
33504
33927
|
inputKey?: undefined;
|
|
@@ -33532,8 +33955,6 @@ declare const endpoints: {
|
|
|
33532
33955
|
contributor?: undefined;
|
|
33533
33956
|
contributors?: undefined;
|
|
33534
33957
|
participate?: undefined;
|
|
33535
|
-
category?: undefined;
|
|
33536
|
-
section?: undefined;
|
|
33537
33958
|
subtype?: undefined;
|
|
33538
33959
|
validationKey?: undefined;
|
|
33539
33960
|
};
|
|
@@ -33744,6 +34165,7 @@ declare const endpoints: {
|
|
|
33744
34165
|
section: {
|
|
33745
34166
|
enum: string[];
|
|
33746
34167
|
type: string;
|
|
34168
|
+
anyOf?: undefined;
|
|
33747
34169
|
};
|
|
33748
34170
|
subtype: {
|
|
33749
34171
|
minLength: number;
|
|
@@ -33878,9 +34300,11 @@ declare const endpoints: {
|
|
|
33878
34300
|
narative?: undefined;
|
|
33879
34301
|
endDateUTC?: undefined;
|
|
33880
34302
|
startDateUTC?: undefined;
|
|
34303
|
+
links?: undefined;
|
|
34304
|
+
sourceKey?: undefined;
|
|
34305
|
+
subType?: undefined;
|
|
33881
34306
|
costumEditMode?: undefined;
|
|
33882
34307
|
parent_only?: undefined;
|
|
33883
|
-
sourceKey?: undefined;
|
|
33884
34308
|
types?: undefined;
|
|
33885
34309
|
date?: undefined;
|
|
33886
34310
|
fromToday?: undefined;
|
|
@@ -33904,7 +34328,6 @@ declare const endpoints: {
|
|
|
33904
34328
|
inputKeys?: undefined;
|
|
33905
34329
|
addedOptions?: undefined;
|
|
33906
34330
|
answers?: undefined;
|
|
33907
|
-
links?: undefined;
|
|
33908
34331
|
stepKey?: undefined;
|
|
33909
34332
|
criteriaIds?: undefined;
|
|
33910
34333
|
inputKey?: undefined;
|
|
@@ -34111,9 +34534,13 @@ declare const endpoints: {
|
|
|
34111
34534
|
narative?: undefined;
|
|
34112
34535
|
endDateUTC?: undefined;
|
|
34113
34536
|
startDateUTC?: undefined;
|
|
34537
|
+
category?: undefined;
|
|
34538
|
+
links?: undefined;
|
|
34539
|
+
section?: undefined;
|
|
34540
|
+
sourceKey?: undefined;
|
|
34541
|
+
subType?: undefined;
|
|
34114
34542
|
costumEditMode?: undefined;
|
|
34115
34543
|
parent_only?: undefined;
|
|
34116
|
-
sourceKey?: undefined;
|
|
34117
34544
|
types?: undefined;
|
|
34118
34545
|
date?: undefined;
|
|
34119
34546
|
fromToday?: undefined;
|
|
@@ -34137,7 +34564,6 @@ declare const endpoints: {
|
|
|
34137
34564
|
inputKeys?: undefined;
|
|
34138
34565
|
addedOptions?: undefined;
|
|
34139
34566
|
answers?: undefined;
|
|
34140
|
-
links?: undefined;
|
|
34141
34567
|
stepKey?: undefined;
|
|
34142
34568
|
criteriaIds?: undefined;
|
|
34143
34569
|
inputKey?: undefined;
|
|
@@ -34171,8 +34597,6 @@ declare const endpoints: {
|
|
|
34171
34597
|
contributors?: undefined;
|
|
34172
34598
|
participate?: undefined;
|
|
34173
34599
|
limit?: undefined;
|
|
34174
|
-
category?: undefined;
|
|
34175
|
-
section?: undefined;
|
|
34176
34600
|
subtype?: undefined;
|
|
34177
34601
|
};
|
|
34178
34602
|
required: string[];
|