@communecter/cocolight-api-client 1.0.131 → 1.0.132

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.
Files changed (48) hide show
  1. package/dist/cocolight-api-client.browser.js +3 -3
  2. package/dist/cocolight-api-client.cjs +1 -1
  3. package/dist/cocolight-api-client.mjs.js +1 -1
  4. package/dist/cocolight-api-client.vite.mjs.js +1 -1
  5. package/dist/cocolight-api-client.vite.mjs.js.map +1 -1
  6. package/package.json +1 -1
  7. package/src/Api.ts +4 -4
  8. package/src/ApiClient.ts +3 -1
  9. package/src/api/Action.ts +4 -0
  10. package/src/api/Answer.ts +4 -1
  11. package/src/api/Badge.ts +5 -0
  12. package/src/api/BaseEntity.ts +96 -7
  13. package/src/api/Classified.ts +4 -0
  14. package/src/api/Comment.ts +3 -0
  15. package/src/api/EndpointApi.ts +16 -1
  16. package/src/api/EndpointApi.types.ts +375 -44
  17. package/src/api/Event.ts +5 -0
  18. package/src/api/Form.ts +64 -2
  19. package/src/api/News.ts +3 -0
  20. package/src/api/Organization.ts +44 -2
  21. package/src/api/Poi.ts +4 -0
  22. package/src/api/Project.ts +47 -0
  23. package/src/api/User.ts +10 -0
  24. package/src/api/serverDataType/Answer.ts +25 -0
  25. package/src/api/serverDataType/Form.ts +84 -4
  26. package/src/api/serverDataType/Organization.ts +13 -0
  27. package/src/api/serverDataType/Project.ts +15 -0
  28. package/src/endpoints.module.ts +1185 -208
  29. package/types/api/Action.d.ts +1 -0
  30. package/types/api/Answer.d.ts +1 -0
  31. package/types/api/Badge.d.ts +1 -0
  32. package/types/api/BaseEntity.d.ts +45 -0
  33. package/types/api/Classified.d.ts +1 -0
  34. package/types/api/Comment.d.ts +1 -0
  35. package/types/api/EndpointApi.d.ts +10 -1
  36. package/types/api/EndpointApi.types.d.ts +334 -41
  37. package/types/api/Event.d.ts +1 -0
  38. package/types/api/Form.d.ts +34 -0
  39. package/types/api/News.d.ts +1 -0
  40. package/types/api/Organization.d.ts +20 -1
  41. package/types/api/Poi.d.ts +1 -0
  42. package/types/api/Project.d.ts +21 -0
  43. package/types/api/User.d.ts +7 -0
  44. package/types/api/serverDataType/Answer.d.ts +22 -0
  45. package/types/api/serverDataType/Form.d.ts +89 -4
  46. package/types/api/serverDataType/Organization.d.ts +13 -0
  47. package/types/api/serverDataType/Project.d.ts +15 -0
  48. package/types/endpoints.module.d.ts +1222 -1005
@@ -173,11 +173,8 @@ declare const endpoints: {
173
173
  narative?: undefined;
174
174
  endDateUTC?: undefined;
175
175
  startDateUTC?: undefined;
176
- mapUsed?: undefined;
177
- options?: undefined;
178
- sortBy?: undefined;
179
- sourceKey?: undefined;
180
176
  parent_only?: undefined;
177
+ sourceKey?: undefined;
181
178
  types?: undefined;
182
179
  date?: undefined;
183
180
  fromToday?: undefined;
@@ -187,6 +184,9 @@ declare const endpoints: {
187
184
  tl?: undefined;
188
185
  contentKey?: undefined;
189
186
  folderId?: undefined;
187
+ mapUsed?: undefined;
188
+ options?: undefined;
189
+ sortBy?: undefined;
190
190
  answerId?: undefined;
191
191
  finderPath?: undefined;
192
192
  formId?: undefined;
@@ -413,11 +413,8 @@ declare const endpoints: {
413
413
  narative?: undefined;
414
414
  endDateUTC?: undefined;
415
415
  startDateUTC?: undefined;
416
- mapUsed?: undefined;
417
- options?: undefined;
418
- sortBy?: undefined;
419
- sourceKey?: undefined;
420
416
  parent_only?: undefined;
417
+ sourceKey?: undefined;
421
418
  types?: undefined;
422
419
  date?: undefined;
423
420
  fromToday?: undefined;
@@ -427,6 +424,9 @@ declare const endpoints: {
427
424
  tl?: undefined;
428
425
  contentKey?: undefined;
429
426
  folderId?: undefined;
427
+ mapUsed?: undefined;
428
+ options?: undefined;
429
+ sortBy?: undefined;
430
430
  answerId?: undefined;
431
431
  finderPath?: undefined;
432
432
  formId?: undefined;
@@ -638,11 +638,8 @@ declare const endpoints: {
638
638
  narative?: undefined;
639
639
  endDateUTC?: undefined;
640
640
  startDateUTC?: undefined;
641
- mapUsed?: undefined;
642
- options?: undefined;
643
- sortBy?: undefined;
644
- sourceKey?: undefined;
645
641
  parent_only?: undefined;
642
+ sourceKey?: undefined;
646
643
  types?: undefined;
647
644
  date?: undefined;
648
645
  fromToday?: undefined;
@@ -652,6 +649,9 @@ declare const endpoints: {
652
649
  tl?: undefined;
653
650
  contentKey?: undefined;
654
651
  folderId?: undefined;
652
+ mapUsed?: undefined;
653
+ options?: undefined;
654
+ sortBy?: undefined;
655
655
  answerId?: undefined;
656
656
  finderPath?: undefined;
657
657
  formId?: undefined;
@@ -887,11 +887,8 @@ declare const endpoints: {
887
887
  narative?: undefined;
888
888
  endDateUTC?: undefined;
889
889
  startDateUTC?: undefined;
890
- mapUsed?: undefined;
891
- options?: undefined;
892
- sortBy?: undefined;
893
- sourceKey?: undefined;
894
890
  parent_only?: undefined;
891
+ sourceKey?: undefined;
895
892
  types?: undefined;
896
893
  date?: undefined;
897
894
  fromToday?: undefined;
@@ -901,6 +898,9 @@ declare const endpoints: {
901
898
  tl?: undefined;
902
899
  contentKey?: undefined;
903
900
  folderId?: undefined;
901
+ mapUsed?: undefined;
902
+ options?: undefined;
903
+ sortBy?: undefined;
904
904
  answerId?: undefined;
905
905
  finderPath?: undefined;
906
906
  formId?: undefined;
@@ -1114,11 +1114,8 @@ declare const endpoints: {
1114
1114
  narative?: undefined;
1115
1115
  endDateUTC?: undefined;
1116
1116
  startDateUTC?: undefined;
1117
- mapUsed?: undefined;
1118
- options?: undefined;
1119
- sortBy?: undefined;
1120
- sourceKey?: undefined;
1121
1117
  parent_only?: undefined;
1118
+ sourceKey?: undefined;
1122
1119
  types?: undefined;
1123
1120
  date?: undefined;
1124
1121
  fromToday?: undefined;
@@ -1128,6 +1125,9 @@ declare const endpoints: {
1128
1125
  tl?: undefined;
1129
1126
  contentKey?: undefined;
1130
1127
  folderId?: undefined;
1128
+ mapUsed?: undefined;
1129
+ options?: undefined;
1130
+ sortBy?: undefined;
1131
1131
  answerId?: undefined;
1132
1132
  finderPath?: undefined;
1133
1133
  formId?: undefined;
@@ -1357,11 +1357,8 @@ declare const endpoints: {
1357
1357
  narative?: undefined;
1358
1358
  endDateUTC?: undefined;
1359
1359
  startDateUTC?: undefined;
1360
- mapUsed?: undefined;
1361
- options?: undefined;
1362
- sortBy?: undefined;
1363
- sourceKey?: undefined;
1364
1360
  parent_only?: undefined;
1361
+ sourceKey?: undefined;
1365
1362
  types?: undefined;
1366
1363
  date?: undefined;
1367
1364
  fromToday?: undefined;
@@ -1371,6 +1368,9 @@ declare const endpoints: {
1371
1368
  tl?: undefined;
1372
1369
  contentKey?: undefined;
1373
1370
  folderId?: undefined;
1371
+ mapUsed?: undefined;
1372
+ options?: undefined;
1373
+ sortBy?: undefined;
1374
1374
  answerId?: undefined;
1375
1375
  finderPath?: undefined;
1376
1376
  formId?: undefined;
@@ -1701,11 +1701,8 @@ declare const endpoints: {
1701
1701
  narative?: undefined;
1702
1702
  endDateUTC?: undefined;
1703
1703
  startDateUTC?: undefined;
1704
- mapUsed?: undefined;
1705
- options?: undefined;
1706
- sortBy?: undefined;
1707
- sourceKey?: undefined;
1708
1704
  parent_only?: undefined;
1705
+ sourceKey?: undefined;
1709
1706
  types?: undefined;
1710
1707
  date?: undefined;
1711
1708
  fromToday?: undefined;
@@ -1715,6 +1712,9 @@ declare const endpoints: {
1715
1712
  tl?: undefined;
1716
1713
  contentKey?: undefined;
1717
1714
  folderId?: undefined;
1715
+ mapUsed?: undefined;
1716
+ options?: undefined;
1717
+ sortBy?: undefined;
1718
1718
  answerId?: undefined;
1719
1719
  finderPath?: undefined;
1720
1720
  formId?: undefined;
@@ -1994,11 +1994,8 @@ declare const endpoints: {
1994
1994
  narative?: undefined;
1995
1995
  endDateUTC?: undefined;
1996
1996
  startDateUTC?: undefined;
1997
- mapUsed?: undefined;
1998
- options?: undefined;
1999
- sortBy?: undefined;
2000
- sourceKey?: undefined;
2001
1997
  parent_only?: undefined;
1998
+ sourceKey?: undefined;
2002
1999
  types?: undefined;
2003
2000
  date?: undefined;
2004
2001
  fromToday?: undefined;
@@ -2008,6 +2005,9 @@ declare const endpoints: {
2008
2005
  tl?: undefined;
2009
2006
  contentKey?: undefined;
2010
2007
  folderId?: undefined;
2008
+ mapUsed?: undefined;
2009
+ options?: undefined;
2010
+ sortBy?: undefined;
2011
2011
  answerId?: undefined;
2012
2012
  finderPath?: undefined;
2013
2013
  formId?: undefined;
@@ -2909,11 +2909,8 @@ declare const endpoints: {
2909
2909
  narative?: undefined;
2910
2910
  endDateUTC?: undefined;
2911
2911
  startDateUTC?: undefined;
2912
- mapUsed?: undefined;
2913
- options?: undefined;
2914
- sortBy?: undefined;
2915
- sourceKey?: undefined;
2916
2912
  parent_only?: undefined;
2913
+ sourceKey?: undefined;
2917
2914
  types?: undefined;
2918
2915
  date?: undefined;
2919
2916
  fromToday?: undefined;
@@ -2923,6 +2920,9 @@ declare const endpoints: {
2923
2920
  tl?: undefined;
2924
2921
  contentKey?: undefined;
2925
2922
  folderId?: undefined;
2923
+ mapUsed?: undefined;
2924
+ options?: undefined;
2925
+ sortBy?: undefined;
2926
2926
  answerId?: undefined;
2927
2927
  finderPath?: undefined;
2928
2928
  formId?: undefined;
@@ -3357,11 +3357,8 @@ declare const endpoints: {
3357
3357
  narative?: undefined;
3358
3358
  endDateUTC?: undefined;
3359
3359
  startDateUTC?: undefined;
3360
- mapUsed?: undefined;
3361
- options?: undefined;
3362
- sortBy?: undefined;
3363
- sourceKey?: undefined;
3364
3360
  parent_only?: undefined;
3361
+ sourceKey?: undefined;
3365
3362
  types?: undefined;
3366
3363
  date?: undefined;
3367
3364
  fromToday?: undefined;
@@ -3371,6 +3368,9 @@ declare const endpoints: {
3371
3368
  tl?: undefined;
3372
3369
  contentKey?: undefined;
3373
3370
  folderId?: undefined;
3371
+ mapUsed?: undefined;
3372
+ options?: undefined;
3373
+ sortBy?: undefined;
3374
3374
  answerId?: undefined;
3375
3375
  finderPath?: undefined;
3376
3376
  formId?: undefined;
@@ -3716,11 +3716,8 @@ declare const endpoints: {
3716
3716
  narative?: undefined;
3717
3717
  endDateUTC?: undefined;
3718
3718
  startDateUTC?: undefined;
3719
- mapUsed?: undefined;
3720
- options?: undefined;
3721
- sortBy?: undefined;
3722
- sourceKey?: undefined;
3723
3719
  parent_only?: undefined;
3720
+ sourceKey?: undefined;
3724
3721
  types?: undefined;
3725
3722
  date?: undefined;
3726
3723
  fromToday?: undefined;
@@ -3730,6 +3727,9 @@ declare const endpoints: {
3730
3727
  tl?: undefined;
3731
3728
  contentKey?: undefined;
3732
3729
  folderId?: undefined;
3730
+ mapUsed?: undefined;
3731
+ options?: undefined;
3732
+ sortBy?: undefined;
3733
3733
  answerId?: undefined;
3734
3734
  finderPath?: undefined;
3735
3735
  formId?: undefined;
@@ -3979,11 +3979,8 @@ declare const endpoints: {
3979
3979
  narative?: undefined;
3980
3980
  endDateUTC?: undefined;
3981
3981
  startDateUTC?: undefined;
3982
- mapUsed?: undefined;
3983
- options?: undefined;
3984
- sortBy?: undefined;
3985
- sourceKey?: undefined;
3986
3982
  parent_only?: undefined;
3983
+ sourceKey?: undefined;
3987
3984
  types?: undefined;
3988
3985
  date?: undefined;
3989
3986
  fromToday?: undefined;
@@ -3993,6 +3990,9 @@ declare const endpoints: {
3993
3990
  tl?: undefined;
3994
3991
  contentKey?: undefined;
3995
3992
  folderId?: undefined;
3993
+ mapUsed?: undefined;
3994
+ options?: undefined;
3995
+ sortBy?: undefined;
3996
3996
  answerId?: undefined;
3997
3997
  finderPath?: undefined;
3998
3998
  formId?: undefined;
@@ -4240,11 +4240,8 @@ declare const endpoints: {
4240
4240
  narative?: undefined;
4241
4241
  endDateUTC?: undefined;
4242
4242
  startDateUTC?: undefined;
4243
- mapUsed?: undefined;
4244
- options?: undefined;
4245
- sortBy?: undefined;
4246
- sourceKey?: undefined;
4247
4243
  parent_only?: undefined;
4244
+ sourceKey?: undefined;
4248
4245
  types?: undefined;
4249
4246
  date?: undefined;
4250
4247
  fromToday?: undefined;
@@ -4254,6 +4251,9 @@ declare const endpoints: {
4254
4251
  tl?: undefined;
4255
4252
  contentKey?: undefined;
4256
4253
  folderId?: undefined;
4254
+ mapUsed?: undefined;
4255
+ options?: undefined;
4256
+ sortBy?: undefined;
4257
4257
  answerId?: undefined;
4258
4258
  finderPath?: undefined;
4259
4259
  formId?: undefined;
@@ -4508,11 +4508,8 @@ declare const endpoints: {
4508
4508
  narative?: undefined;
4509
4509
  endDateUTC?: undefined;
4510
4510
  startDateUTC?: undefined;
4511
- mapUsed?: undefined;
4512
- options?: undefined;
4513
- sortBy?: undefined;
4514
- sourceKey?: undefined;
4515
4511
  parent_only?: undefined;
4512
+ sourceKey?: undefined;
4516
4513
  types?: undefined;
4517
4514
  date?: undefined;
4518
4515
  fromToday?: undefined;
@@ -4522,6 +4519,9 @@ declare const endpoints: {
4522
4519
  tl?: undefined;
4523
4520
  contentKey?: undefined;
4524
4521
  folderId?: undefined;
4522
+ mapUsed?: undefined;
4523
+ options?: undefined;
4524
+ sortBy?: undefined;
4525
4525
  answerId?: undefined;
4526
4526
  finderPath?: undefined;
4527
4527
  formId?: undefined;
@@ -4788,11 +4788,8 @@ declare const endpoints: {
4788
4788
  narative?: undefined;
4789
4789
  endDateUTC?: undefined;
4790
4790
  startDateUTC?: undefined;
4791
- mapUsed?: undefined;
4792
- options?: undefined;
4793
- sortBy?: undefined;
4794
- sourceKey?: undefined;
4795
4791
  parent_only?: undefined;
4792
+ sourceKey?: undefined;
4796
4793
  types?: undefined;
4797
4794
  date?: undefined;
4798
4795
  fromToday?: undefined;
@@ -4802,6 +4799,9 @@ declare const endpoints: {
4802
4799
  tl?: undefined;
4803
4800
  contentKey?: undefined;
4804
4801
  folderId?: undefined;
4802
+ mapUsed?: undefined;
4803
+ options?: undefined;
4804
+ sortBy?: undefined;
4805
4805
  answerId?: undefined;
4806
4806
  finderPath?: undefined;
4807
4807
  formId?: undefined;
@@ -5068,11 +5068,8 @@ declare const endpoints: {
5068
5068
  narative?: undefined;
5069
5069
  endDateUTC?: undefined;
5070
5070
  startDateUTC?: undefined;
5071
- mapUsed?: undefined;
5072
- options?: undefined;
5073
- sortBy?: undefined;
5074
- sourceKey?: undefined;
5075
5071
  parent_only?: undefined;
5072
+ sourceKey?: undefined;
5076
5073
  types?: undefined;
5077
5074
  date?: undefined;
5078
5075
  fromToday?: undefined;
@@ -5082,6 +5079,9 @@ declare const endpoints: {
5082
5079
  tl?: undefined;
5083
5080
  contentKey?: undefined;
5084
5081
  folderId?: undefined;
5082
+ mapUsed?: undefined;
5083
+ options?: undefined;
5084
+ sortBy?: undefined;
5085
5085
  answerId?: undefined;
5086
5086
  finderPath?: undefined;
5087
5087
  formId?: undefined;
@@ -5336,11 +5336,8 @@ declare const endpoints: {
5336
5336
  narative?: undefined;
5337
5337
  endDateUTC?: undefined;
5338
5338
  startDateUTC?: undefined;
5339
- mapUsed?: undefined;
5340
- options?: undefined;
5341
- sortBy?: undefined;
5342
- sourceKey?: undefined;
5343
5339
  parent_only?: undefined;
5340
+ sourceKey?: undefined;
5344
5341
  types?: undefined;
5345
5342
  date?: undefined;
5346
5343
  fromToday?: undefined;
@@ -5350,6 +5347,9 @@ declare const endpoints: {
5350
5347
  tl?: undefined;
5351
5348
  contentKey?: undefined;
5352
5349
  folderId?: undefined;
5350
+ mapUsed?: undefined;
5351
+ options?: undefined;
5352
+ sortBy?: undefined;
5353
5353
  answerId?: undefined;
5354
5354
  finderPath?: undefined;
5355
5355
  formId?: undefined;
@@ -5637,11 +5637,8 @@ declare const endpoints: {
5637
5637
  narative?: undefined;
5638
5638
  endDateUTC?: undefined;
5639
5639
  startDateUTC?: undefined;
5640
- mapUsed?: undefined;
5641
- options?: undefined;
5642
- sortBy?: undefined;
5643
- sourceKey?: undefined;
5644
5640
  parent_only?: undefined;
5641
+ sourceKey?: undefined;
5645
5642
  types?: undefined;
5646
5643
  date?: undefined;
5647
5644
  fromToday?: undefined;
@@ -5651,6 +5648,9 @@ declare const endpoints: {
5651
5648
  tl?: undefined;
5652
5649
  contentKey?: undefined;
5653
5650
  folderId?: undefined;
5651
+ mapUsed?: undefined;
5652
+ options?: undefined;
5653
+ sortBy?: undefined;
5654
5654
  answerId?: undefined;
5655
5655
  finderPath?: undefined;
5656
5656
  formId?: undefined;
@@ -5868,11 +5868,8 @@ declare const endpoints: {
5868
5868
  narative?: undefined;
5869
5869
  endDateUTC?: undefined;
5870
5870
  startDateUTC?: undefined;
5871
- mapUsed?: undefined;
5872
- options?: undefined;
5873
- sortBy?: undefined;
5874
- sourceKey?: undefined;
5875
5871
  parent_only?: undefined;
5872
+ sourceKey?: undefined;
5876
5873
  types?: undefined;
5877
5874
  date?: undefined;
5878
5875
  fromToday?: undefined;
@@ -5882,6 +5879,9 @@ declare const endpoints: {
5882
5879
  tl?: undefined;
5883
5880
  contentKey?: undefined;
5884
5881
  folderId?: undefined;
5882
+ mapUsed?: undefined;
5883
+ options?: undefined;
5884
+ sortBy?: undefined;
5885
5885
  answerId?: undefined;
5886
5886
  finderPath?: undefined;
5887
5887
  formId?: undefined;
@@ -6204,11 +6204,8 @@ declare const endpoints: {
6204
6204
  narative?: undefined;
6205
6205
  endDateUTC?: undefined;
6206
6206
  startDateUTC?: undefined;
6207
- mapUsed?: undefined;
6208
- options?: undefined;
6209
- sortBy?: undefined;
6210
- sourceKey?: undefined;
6211
6207
  parent_only?: undefined;
6208
+ sourceKey?: undefined;
6212
6209
  types?: undefined;
6213
6210
  date?: undefined;
6214
6211
  fromToday?: undefined;
@@ -6218,6 +6215,9 @@ declare const endpoints: {
6218
6215
  tl?: undefined;
6219
6216
  contentKey?: undefined;
6220
6217
  folderId?: undefined;
6218
+ mapUsed?: undefined;
6219
+ options?: undefined;
6220
+ sortBy?: undefined;
6221
6221
  answerId?: undefined;
6222
6222
  finderPath?: undefined;
6223
6223
  formId?: undefined;
@@ -6471,11 +6471,8 @@ declare const endpoints: {
6471
6471
  narative?: undefined;
6472
6472
  endDateUTC?: undefined;
6473
6473
  startDateUTC?: undefined;
6474
- mapUsed?: undefined;
6475
- options?: undefined;
6476
- sortBy?: undefined;
6477
- sourceKey?: undefined;
6478
6474
  parent_only?: undefined;
6475
+ sourceKey?: undefined;
6479
6476
  types?: undefined;
6480
6477
  date?: undefined;
6481
6478
  fromToday?: undefined;
@@ -6485,6 +6482,9 @@ declare const endpoints: {
6485
6482
  tl?: undefined;
6486
6483
  contentKey?: undefined;
6487
6484
  folderId?: undefined;
6485
+ mapUsed?: undefined;
6486
+ options?: undefined;
6487
+ sortBy?: undefined;
6488
6488
  answerId?: undefined;
6489
6489
  finderPath?: undefined;
6490
6490
  formId?: undefined;
@@ -6733,11 +6733,8 @@ declare const endpoints: {
6733
6733
  narative?: undefined;
6734
6734
  endDateUTC?: undefined;
6735
6735
  startDateUTC?: undefined;
6736
- mapUsed?: undefined;
6737
- options?: undefined;
6738
- sortBy?: undefined;
6739
- sourceKey?: undefined;
6740
6736
  parent_only?: undefined;
6737
+ sourceKey?: undefined;
6741
6738
  types?: undefined;
6742
6739
  date?: undefined;
6743
6740
  fromToday?: undefined;
@@ -6747,6 +6744,9 @@ declare const endpoints: {
6747
6744
  tl?: undefined;
6748
6745
  contentKey?: undefined;
6749
6746
  folderId?: undefined;
6747
+ mapUsed?: undefined;
6748
+ options?: undefined;
6749
+ sortBy?: undefined;
6750
6750
  answerId?: undefined;
6751
6751
  finderPath?: undefined;
6752
6752
  formId?: undefined;
@@ -6972,11 +6972,8 @@ declare const endpoints: {
6972
6972
  narative?: undefined;
6973
6973
  endDateUTC?: undefined;
6974
6974
  startDateUTC?: undefined;
6975
- mapUsed?: undefined;
6976
- options?: undefined;
6977
- sortBy?: undefined;
6978
- sourceKey?: undefined;
6979
6975
  parent_only?: undefined;
6976
+ sourceKey?: undefined;
6980
6977
  types?: undefined;
6981
6978
  date?: undefined;
6982
6979
  fromToday?: undefined;
@@ -6986,6 +6983,9 @@ declare const endpoints: {
6986
6983
  tl?: undefined;
6987
6984
  contentKey?: undefined;
6988
6985
  folderId?: undefined;
6986
+ mapUsed?: undefined;
6987
+ options?: undefined;
6988
+ sortBy?: undefined;
6989
6989
  answerId?: undefined;
6990
6990
  finderPath?: undefined;
6991
6991
  formId?: undefined;
@@ -7306,11 +7306,8 @@ declare const endpoints: {
7306
7306
  narative?: undefined;
7307
7307
  endDateUTC?: undefined;
7308
7308
  startDateUTC?: undefined;
7309
- mapUsed?: undefined;
7310
- options?: undefined;
7311
- sortBy?: undefined;
7312
- sourceKey?: undefined;
7313
7309
  parent_only?: undefined;
7310
+ sourceKey?: undefined;
7314
7311
  types?: undefined;
7315
7312
  date?: undefined;
7316
7313
  fromToday?: undefined;
@@ -7320,6 +7317,9 @@ declare const endpoints: {
7320
7317
  tl?: undefined;
7321
7318
  contentKey?: undefined;
7322
7319
  folderId?: undefined;
7320
+ mapUsed?: undefined;
7321
+ options?: undefined;
7322
+ sortBy?: undefined;
7323
7323
  answerId?: undefined;
7324
7324
  finderPath?: undefined;
7325
7325
  formId?: undefined;
@@ -7570,11 +7570,8 @@ declare const endpoints: {
7570
7570
  narative?: undefined;
7571
7571
  endDateUTC?: undefined;
7572
7572
  startDateUTC?: undefined;
7573
- mapUsed?: undefined;
7574
- options?: undefined;
7575
- sortBy?: undefined;
7576
- sourceKey?: undefined;
7577
7573
  parent_only?: undefined;
7574
+ sourceKey?: undefined;
7578
7575
  types?: undefined;
7579
7576
  date?: undefined;
7580
7577
  fromToday?: undefined;
@@ -7584,6 +7581,9 @@ declare const endpoints: {
7584
7581
  tl?: undefined;
7585
7582
  contentKey?: undefined;
7586
7583
  folderId?: undefined;
7584
+ mapUsed?: undefined;
7585
+ options?: undefined;
7586
+ sortBy?: undefined;
7587
7587
  answerId?: undefined;
7588
7588
  finderPath?: undefined;
7589
7589
  formId?: undefined;
@@ -7893,11 +7893,8 @@ declare const endpoints: {
7893
7893
  narative?: undefined;
7894
7894
  endDateUTC?: undefined;
7895
7895
  startDateUTC?: undefined;
7896
- mapUsed?: undefined;
7897
- options?: undefined;
7898
- sortBy?: undefined;
7899
- sourceKey?: undefined;
7900
7896
  parent_only?: undefined;
7897
+ sourceKey?: undefined;
7901
7898
  types?: undefined;
7902
7899
  date?: undefined;
7903
7900
  fromToday?: undefined;
@@ -7907,6 +7904,9 @@ declare const endpoints: {
7907
7904
  tl?: undefined;
7908
7905
  contentKey?: undefined;
7909
7906
  folderId?: undefined;
7907
+ mapUsed?: undefined;
7908
+ options?: undefined;
7909
+ sortBy?: undefined;
7910
7910
  answerId?: undefined;
7911
7911
  finderPath?: undefined;
7912
7912
  formId?: undefined;
@@ -8182,11 +8182,8 @@ declare const endpoints: {
8182
8182
  narative?: undefined;
8183
8183
  endDateUTC?: undefined;
8184
8184
  startDateUTC?: undefined;
8185
- mapUsed?: undefined;
8186
- options?: undefined;
8187
- sortBy?: undefined;
8188
- sourceKey?: undefined;
8189
8185
  parent_only?: undefined;
8186
+ sourceKey?: undefined;
8190
8187
  types?: undefined;
8191
8188
  date?: undefined;
8192
8189
  fromToday?: undefined;
@@ -8196,6 +8193,9 @@ declare const endpoints: {
8196
8193
  tl?: undefined;
8197
8194
  contentKey?: undefined;
8198
8195
  folderId?: undefined;
8196
+ mapUsed?: undefined;
8197
+ options?: undefined;
8198
+ sortBy?: undefined;
8199
8199
  answerId?: undefined;
8200
8200
  finderPath?: undefined;
8201
8201
  formId?: undefined;
@@ -8390,8 +8390,17 @@ declare const endpoints: {
8390
8390
  type: string;
8391
8391
  };
8392
8392
  searchBy: {
8393
- enum: string[];
8394
- type: string;
8393
+ anyOf: ({
8394
+ type: string;
8395
+ items?: undefined;
8396
+ minItems?: undefined;
8397
+ } | {
8398
+ items: {
8399
+ type: string;
8400
+ };
8401
+ minItems: number;
8402
+ type: string;
8403
+ })[];
8395
8404
  };
8396
8405
  searchTags: {
8397
8406
  items: {
@@ -8539,11 +8548,8 @@ declare const endpoints: {
8539
8548
  narative?: undefined;
8540
8549
  endDateUTC?: undefined;
8541
8550
  startDateUTC?: undefined;
8542
- mapUsed?: undefined;
8543
- options?: undefined;
8544
- sortBy?: undefined;
8545
- sourceKey?: undefined;
8546
8551
  parent_only?: undefined;
8552
+ sourceKey?: undefined;
8547
8553
  types?: undefined;
8548
8554
  date?: undefined;
8549
8555
  fromToday?: undefined;
@@ -8553,6 +8559,9 @@ declare const endpoints: {
8553
8559
  tl?: undefined;
8554
8560
  contentKey?: undefined;
8555
8561
  folderId?: undefined;
8562
+ mapUsed?: undefined;
8563
+ options?: undefined;
8564
+ sortBy?: undefined;
8556
8565
  answerId?: undefined;
8557
8566
  finderPath?: undefined;
8558
8567
  formId?: undefined;
@@ -8790,11 +8799,8 @@ declare const endpoints: {
8790
8799
  narative?: undefined;
8791
8800
  endDateUTC?: undefined;
8792
8801
  startDateUTC?: undefined;
8793
- mapUsed?: undefined;
8794
- options?: undefined;
8795
- sortBy?: undefined;
8796
- sourceKey?: undefined;
8797
8802
  parent_only?: undefined;
8803
+ sourceKey?: undefined;
8798
8804
  types?: undefined;
8799
8805
  date?: undefined;
8800
8806
  fromToday?: undefined;
@@ -8804,6 +8810,9 @@ declare const endpoints: {
8804
8810
  tl?: undefined;
8805
8811
  contentKey?: undefined;
8806
8812
  folderId?: undefined;
8813
+ mapUsed?: undefined;
8814
+ options?: undefined;
8815
+ sortBy?: undefined;
8807
8816
  answerId?: undefined;
8808
8817
  finderPath?: undefined;
8809
8818
  formId?: undefined;
@@ -9029,11 +9038,8 @@ declare const endpoints: {
9029
9038
  narative?: undefined;
9030
9039
  endDateUTC?: undefined;
9031
9040
  startDateUTC?: undefined;
9032
- mapUsed?: undefined;
9033
- options?: undefined;
9034
- sortBy?: undefined;
9035
- sourceKey?: undefined;
9036
9041
  parent_only?: undefined;
9042
+ sourceKey?: undefined;
9037
9043
  types?: undefined;
9038
9044
  date?: undefined;
9039
9045
  fromToday?: undefined;
@@ -9043,6 +9049,9 @@ declare const endpoints: {
9043
9049
  tl?: undefined;
9044
9050
  contentKey?: undefined;
9045
9051
  folderId?: undefined;
9052
+ mapUsed?: undefined;
9053
+ options?: undefined;
9054
+ sortBy?: undefined;
9046
9055
  answerId?: undefined;
9047
9056
  finderPath?: undefined;
9048
9057
  formId?: undefined;
@@ -9273,11 +9282,8 @@ declare const endpoints: {
9273
9282
  narative?: undefined;
9274
9283
  endDateUTC?: undefined;
9275
9284
  startDateUTC?: undefined;
9276
- mapUsed?: undefined;
9277
- options?: undefined;
9278
- sortBy?: undefined;
9279
- sourceKey?: undefined;
9280
9285
  parent_only?: undefined;
9286
+ sourceKey?: undefined;
9281
9287
  types?: undefined;
9282
9288
  date?: undefined;
9283
9289
  fromToday?: undefined;
@@ -9287,6 +9293,9 @@ declare const endpoints: {
9287
9293
  tl?: undefined;
9288
9294
  contentKey?: undefined;
9289
9295
  folderId?: undefined;
9296
+ mapUsed?: undefined;
9297
+ options?: undefined;
9298
+ sortBy?: undefined;
9290
9299
  answerId?: undefined;
9291
9300
  finderPath?: undefined;
9292
9301
  formId?: undefined;
@@ -9580,8 +9589,17 @@ declare const endpoints: {
9580
9589
  type: string;
9581
9590
  };
9582
9591
  searchBy: {
9583
- enum: string[];
9584
- type: string;
9592
+ anyOf: ({
9593
+ type: string;
9594
+ items?: undefined;
9595
+ minItems?: undefined;
9596
+ } | {
9597
+ items: {
9598
+ type: string;
9599
+ };
9600
+ minItems: number;
9601
+ type: string;
9602
+ })[];
9585
9603
  };
9586
9604
  searchType: {
9587
9605
  const: string[];
@@ -9724,11 +9742,8 @@ declare const endpoints: {
9724
9742
  narative?: undefined;
9725
9743
  endDateUTC?: undefined;
9726
9744
  startDateUTC?: undefined;
9727
- mapUsed?: undefined;
9728
- options?: undefined;
9729
- sortBy?: undefined;
9730
- sourceKey?: undefined;
9731
9745
  parent_only?: undefined;
9746
+ sourceKey?: undefined;
9732
9747
  types?: undefined;
9733
9748
  date?: undefined;
9734
9749
  fromToday?: undefined;
@@ -9738,6 +9753,9 @@ declare const endpoints: {
9738
9753
  tl?: undefined;
9739
9754
  contentKey?: undefined;
9740
9755
  folderId?: undefined;
9756
+ mapUsed?: undefined;
9757
+ options?: undefined;
9758
+ sortBy?: undefined;
9741
9759
  answerId?: undefined;
9742
9760
  finderPath?: undefined;
9743
9761
  formId?: undefined;
@@ -10068,8 +10086,17 @@ declare const endpoints: {
10068
10086
  type: string;
10069
10087
  };
10070
10088
  searchBy: {
10071
- enum: string[];
10072
- type: string;
10089
+ anyOf: ({
10090
+ type: string;
10091
+ items?: undefined;
10092
+ minItems?: undefined;
10093
+ } | {
10094
+ items: {
10095
+ type: string;
10096
+ };
10097
+ minItems: number;
10098
+ type: string;
10099
+ })[];
10073
10100
  };
10074
10101
  searchType: {
10075
10102
  const: string[];
@@ -10212,11 +10239,8 @@ declare const endpoints: {
10212
10239
  narative?: undefined;
10213
10240
  endDateUTC?: undefined;
10214
10241
  startDateUTC?: undefined;
10215
- mapUsed?: undefined;
10216
- options?: undefined;
10217
- sortBy?: undefined;
10218
- sourceKey?: undefined;
10219
10242
  parent_only?: undefined;
10243
+ sourceKey?: undefined;
10220
10244
  types?: undefined;
10221
10245
  date?: undefined;
10222
10246
  fromToday?: undefined;
@@ -10226,6 +10250,9 @@ declare const endpoints: {
10226
10250
  tl?: undefined;
10227
10251
  contentKey?: undefined;
10228
10252
  folderId?: undefined;
10253
+ mapUsed?: undefined;
10254
+ options?: undefined;
10255
+ sortBy?: undefined;
10229
10256
  answerId?: undefined;
10230
10257
  finderPath?: undefined;
10231
10258
  formId?: undefined;
@@ -10471,8 +10498,17 @@ declare const endpoints: {
10471
10498
  type: string;
10472
10499
  };
10473
10500
  searchBy: {
10474
- enum: string[];
10475
- type: string;
10501
+ anyOf: ({
10502
+ type: string;
10503
+ items?: undefined;
10504
+ minItems?: undefined;
10505
+ } | {
10506
+ items: {
10507
+ type: string;
10508
+ };
10509
+ minItems: number;
10510
+ type: string;
10511
+ })[];
10476
10512
  };
10477
10513
  searchType: {
10478
10514
  const: string[];
@@ -10615,11 +10651,8 @@ declare const endpoints: {
10615
10651
  narative?: undefined;
10616
10652
  endDateUTC?: undefined;
10617
10653
  startDateUTC?: undefined;
10618
- mapUsed?: undefined;
10619
- options?: undefined;
10620
- sortBy?: undefined;
10621
- sourceKey?: undefined;
10622
10654
  parent_only?: undefined;
10655
+ sourceKey?: undefined;
10623
10656
  types?: undefined;
10624
10657
  date?: undefined;
10625
10658
  fromToday?: undefined;
@@ -10629,6 +10662,9 @@ declare const endpoints: {
10629
10662
  tl?: undefined;
10630
10663
  contentKey?: undefined;
10631
10664
  folderId?: undefined;
10665
+ mapUsed?: undefined;
10666
+ options?: undefined;
10667
+ sortBy?: undefined;
10632
10668
  answerId?: undefined;
10633
10669
  finderPath?: undefined;
10634
10670
  formId?: undefined;
@@ -10912,8 +10948,17 @@ declare const endpoints: {
10912
10948
  type: string;
10913
10949
  };
10914
10950
  searchBy: {
10915
- enum: string[];
10916
- type: string;
10951
+ anyOf: ({
10952
+ type: string;
10953
+ items?: undefined;
10954
+ minItems?: undefined;
10955
+ } | {
10956
+ items: {
10957
+ type: string;
10958
+ };
10959
+ minItems: number;
10960
+ type: string;
10961
+ })[];
10917
10962
  };
10918
10963
  searchType: {
10919
10964
  const: string[];
@@ -11056,11 +11101,8 @@ declare const endpoints: {
11056
11101
  narative?: undefined;
11057
11102
  endDateUTC?: undefined;
11058
11103
  startDateUTC?: undefined;
11059
- mapUsed?: undefined;
11060
- options?: undefined;
11061
- sortBy?: undefined;
11062
- sourceKey?: undefined;
11063
11104
  parent_only?: undefined;
11105
+ sourceKey?: undefined;
11064
11106
  types?: undefined;
11065
11107
  date?: undefined;
11066
11108
  fromToday?: undefined;
@@ -11070,6 +11112,9 @@ declare const endpoints: {
11070
11112
  tl?: undefined;
11071
11113
  contentKey?: undefined;
11072
11114
  folderId?: undefined;
11115
+ mapUsed?: undefined;
11116
+ options?: undefined;
11117
+ sortBy?: undefined;
11073
11118
  answerId?: undefined;
11074
11119
  finderPath?: undefined;
11075
11120
  formId?: undefined;
@@ -11338,8 +11383,17 @@ declare const endpoints: {
11338
11383
  type: string;
11339
11384
  };
11340
11385
  searchBy: {
11341
- enum: string[];
11342
- type: string;
11386
+ anyOf: ({
11387
+ type: string;
11388
+ items?: undefined;
11389
+ minItems?: undefined;
11390
+ } | {
11391
+ items: {
11392
+ type: string;
11393
+ };
11394
+ minItems: number;
11395
+ type: string;
11396
+ })[];
11343
11397
  };
11344
11398
  searchType: {
11345
11399
  const: string[];
@@ -11482,11 +11536,8 @@ declare const endpoints: {
11482
11536
  narative?: undefined;
11483
11537
  endDateUTC?: undefined;
11484
11538
  startDateUTC?: undefined;
11485
- mapUsed?: undefined;
11486
- options?: undefined;
11487
- sortBy?: undefined;
11488
- sourceKey?: undefined;
11489
11539
  parent_only?: undefined;
11540
+ sourceKey?: undefined;
11490
11541
  types?: undefined;
11491
11542
  date?: undefined;
11492
11543
  fromToday?: undefined;
@@ -11496,6 +11547,9 @@ declare const endpoints: {
11496
11547
  tl?: undefined;
11497
11548
  contentKey?: undefined;
11498
11549
  folderId?: undefined;
11550
+ mapUsed?: undefined;
11551
+ options?: undefined;
11552
+ sortBy?: undefined;
11499
11553
  answerId?: undefined;
11500
11554
  finderPath?: undefined;
11501
11555
  formId?: undefined;
@@ -11816,8 +11870,17 @@ declare const endpoints: {
11816
11870
  type: string;
11817
11871
  };
11818
11872
  searchBy: {
11819
- enum: string[];
11820
- type: string;
11873
+ anyOf: ({
11874
+ type: string;
11875
+ items?: undefined;
11876
+ minItems?: undefined;
11877
+ } | {
11878
+ items: {
11879
+ type: string;
11880
+ };
11881
+ minItems: number;
11882
+ type: string;
11883
+ })[];
11821
11884
  };
11822
11885
  searchType: {
11823
11886
  const: string[];
@@ -11960,11 +12023,8 @@ declare const endpoints: {
11960
12023
  narative?: undefined;
11961
12024
  endDateUTC?: undefined;
11962
12025
  startDateUTC?: undefined;
11963
- mapUsed?: undefined;
11964
- options?: undefined;
11965
- sortBy?: undefined;
11966
- sourceKey?: undefined;
11967
12026
  parent_only?: undefined;
12027
+ sourceKey?: undefined;
11968
12028
  types?: undefined;
11969
12029
  date?: undefined;
11970
12030
  fromToday?: undefined;
@@ -11974,6 +12034,9 @@ declare const endpoints: {
11974
12034
  tl?: undefined;
11975
12035
  contentKey?: undefined;
11976
12036
  folderId?: undefined;
12037
+ mapUsed?: undefined;
12038
+ options?: undefined;
12039
+ sortBy?: undefined;
11977
12040
  answerId?: undefined;
11978
12041
  finderPath?: undefined;
11979
12042
  formId?: undefined;
@@ -12237,8 +12300,17 @@ declare const endpoints: {
12237
12300
  type: string;
12238
12301
  };
12239
12302
  searchBy: {
12240
- enum: string[];
12241
- type: string;
12303
+ anyOf: ({
12304
+ type: string;
12305
+ items?: undefined;
12306
+ minItems?: undefined;
12307
+ } | {
12308
+ items: {
12309
+ type: string;
12310
+ };
12311
+ minItems: number;
12312
+ type: string;
12313
+ })[];
12242
12314
  };
12243
12315
  searchType: {
12244
12316
  default: string[];
@@ -12381,11 +12453,8 @@ declare const endpoints: {
12381
12453
  narative?: undefined;
12382
12454
  endDateUTC?: undefined;
12383
12455
  startDateUTC?: undefined;
12384
- mapUsed?: undefined;
12385
- options?: undefined;
12386
- sortBy?: undefined;
12387
- sourceKey?: undefined;
12388
12456
  parent_only?: undefined;
12457
+ sourceKey?: undefined;
12389
12458
  types?: undefined;
12390
12459
  date?: undefined;
12391
12460
  fromToday?: undefined;
@@ -12395,6 +12464,9 @@ declare const endpoints: {
12395
12464
  tl?: undefined;
12396
12465
  contentKey?: undefined;
12397
12466
  folderId?: undefined;
12467
+ mapUsed?: undefined;
12468
+ options?: undefined;
12469
+ sortBy?: undefined;
12398
12470
  answerId?: undefined;
12399
12471
  finderPath?: undefined;
12400
12472
  formId?: undefined;
@@ -12712,8 +12784,17 @@ declare const endpoints: {
12712
12784
  type: string;
12713
12785
  };
12714
12786
  searchBy: {
12715
- enum: string[];
12716
- type: string;
12787
+ anyOf: ({
12788
+ type: string;
12789
+ items?: undefined;
12790
+ minItems?: undefined;
12791
+ } | {
12792
+ items: {
12793
+ type: string;
12794
+ };
12795
+ minItems: number;
12796
+ type: string;
12797
+ })[];
12717
12798
  };
12718
12799
  searchType: {
12719
12800
  default: string[];
@@ -12856,11 +12937,8 @@ declare const endpoints: {
12856
12937
  narative?: undefined;
12857
12938
  endDateUTC?: undefined;
12858
12939
  startDateUTC?: undefined;
12859
- mapUsed?: undefined;
12860
- options?: undefined;
12861
- sortBy?: undefined;
12862
- sourceKey?: undefined;
12863
12940
  parent_only?: undefined;
12941
+ sourceKey?: undefined;
12864
12942
  types?: undefined;
12865
12943
  date?: undefined;
12866
12944
  fromToday?: undefined;
@@ -12870,6 +12948,9 @@ declare const endpoints: {
12870
12948
  tl?: undefined;
12871
12949
  contentKey?: undefined;
12872
12950
  folderId?: undefined;
12951
+ mapUsed?: undefined;
12952
+ options?: undefined;
12953
+ sortBy?: undefined;
12873
12954
  answerId?: undefined;
12874
12955
  finderPath?: undefined;
12875
12956
  formId?: undefined;
@@ -13299,11 +13380,8 @@ declare const endpoints: {
13299
13380
  narative?: undefined;
13300
13381
  endDateUTC?: undefined;
13301
13382
  startDateUTC?: undefined;
13302
- mapUsed?: undefined;
13303
- options?: undefined;
13304
- sortBy?: undefined;
13305
- sourceKey?: undefined;
13306
13383
  parent_only?: undefined;
13384
+ sourceKey?: undefined;
13307
13385
  types?: undefined;
13308
13386
  date?: undefined;
13309
13387
  fromToday?: undefined;
@@ -13313,6 +13391,9 @@ declare const endpoints: {
13313
13391
  tl?: undefined;
13314
13392
  contentKey?: undefined;
13315
13393
  folderId?: undefined;
13394
+ mapUsed?: undefined;
13395
+ options?: undefined;
13396
+ sortBy?: undefined;
13316
13397
  answerId?: undefined;
13317
13398
  finderPath?: undefined;
13318
13399
  formId?: undefined;
@@ -13536,8 +13617,17 @@ declare const endpoints: {
13536
13617
  type: string;
13537
13618
  };
13538
13619
  searchBy: {
13539
- enum: string[];
13540
- type: string;
13620
+ anyOf: ({
13621
+ type: string;
13622
+ items?: undefined;
13623
+ minItems?: undefined;
13624
+ } | {
13625
+ items: {
13626
+ type: string;
13627
+ };
13628
+ minItems: number;
13629
+ type: string;
13630
+ })[];
13541
13631
  };
13542
13632
  searchType: {
13543
13633
  const: string[];
@@ -13680,11 +13770,8 @@ declare const endpoints: {
13680
13770
  narative?: undefined;
13681
13771
  endDateUTC?: undefined;
13682
13772
  startDateUTC?: undefined;
13683
- mapUsed?: undefined;
13684
- options?: undefined;
13685
- sortBy?: undefined;
13686
- sourceKey?: undefined;
13687
13773
  parent_only?: undefined;
13774
+ sourceKey?: undefined;
13688
13775
  types?: undefined;
13689
13776
  date?: undefined;
13690
13777
  fromToday?: undefined;
@@ -13694,6 +13781,9 @@ declare const endpoints: {
13694
13781
  tl?: undefined;
13695
13782
  contentKey?: undefined;
13696
13783
  folderId?: undefined;
13784
+ mapUsed?: undefined;
13785
+ options?: undefined;
13786
+ sortBy?: undefined;
13697
13787
  answerId?: undefined;
13698
13788
  finderPath?: undefined;
13699
13789
  formId?: undefined;
@@ -13930,8 +14020,17 @@ declare const endpoints: {
13930
14020
  type: string;
13931
14021
  };
13932
14022
  searchBy: {
13933
- enum: string[];
13934
- type: string;
14023
+ anyOf: ({
14024
+ type: string;
14025
+ items?: undefined;
14026
+ minItems?: undefined;
14027
+ } | {
14028
+ items: {
14029
+ type: string;
14030
+ };
14031
+ minItems: number;
14032
+ type: string;
14033
+ })[];
13935
14034
  };
13936
14035
  searchType: {
13937
14036
  const: string[];
@@ -14074,11 +14173,8 @@ declare const endpoints: {
14074
14173
  narative?: undefined;
14075
14174
  endDateUTC?: undefined;
14076
14175
  startDateUTC?: undefined;
14077
- mapUsed?: undefined;
14078
- options?: undefined;
14079
- sortBy?: undefined;
14080
- sourceKey?: undefined;
14081
14176
  parent_only?: undefined;
14177
+ sourceKey?: undefined;
14082
14178
  types?: undefined;
14083
14179
  date?: undefined;
14084
14180
  fromToday?: undefined;
@@ -14088,6 +14184,9 @@ declare const endpoints: {
14088
14184
  tl?: undefined;
14089
14185
  contentKey?: undefined;
14090
14186
  folderId?: undefined;
14187
+ mapUsed?: undefined;
14188
+ options?: undefined;
14189
+ sortBy?: undefined;
14091
14190
  answerId?: undefined;
14092
14191
  finderPath?: undefined;
14093
14192
  formId?: undefined;
@@ -14361,8 +14460,17 @@ declare const endpoints: {
14361
14460
  type: string;
14362
14461
  };
14363
14462
  searchBy: {
14364
- enum: string[];
14365
- type: string;
14463
+ anyOf: ({
14464
+ type: string;
14465
+ items?: undefined;
14466
+ minItems?: undefined;
14467
+ } | {
14468
+ items: {
14469
+ type: string;
14470
+ };
14471
+ minItems: number;
14472
+ type: string;
14473
+ })[];
14366
14474
  };
14367
14475
  searchType: {
14368
14476
  const: string[];
@@ -14505,11 +14613,8 @@ declare const endpoints: {
14505
14613
  narative?: undefined;
14506
14614
  endDateUTC?: undefined;
14507
14615
  startDateUTC?: undefined;
14508
- mapUsed?: undefined;
14509
- options?: undefined;
14510
- sortBy?: undefined;
14511
- sourceKey?: undefined;
14512
14616
  parent_only?: undefined;
14617
+ sourceKey?: undefined;
14513
14618
  types?: undefined;
14514
14619
  date?: undefined;
14515
14620
  fromToday?: undefined;
@@ -14519,6 +14624,9 @@ declare const endpoints: {
14519
14624
  tl?: undefined;
14520
14625
  contentKey?: undefined;
14521
14626
  folderId?: undefined;
14627
+ mapUsed?: undefined;
14628
+ options?: undefined;
14629
+ sortBy?: undefined;
14522
14630
  answerId?: undefined;
14523
14631
  finderPath?: undefined;
14524
14632
  formId?: undefined;
@@ -14948,11 +15056,8 @@ declare const endpoints: {
14948
15056
  narative?: undefined;
14949
15057
  endDateUTC?: undefined;
14950
15058
  startDateUTC?: undefined;
14951
- mapUsed?: undefined;
14952
- options?: undefined;
14953
- sortBy?: undefined;
14954
- sourceKey?: undefined;
14955
15059
  parent_only?: undefined;
15060
+ sourceKey?: undefined;
14956
15061
  types?: undefined;
14957
15062
  date?: undefined;
14958
15063
  fromToday?: undefined;
@@ -14962,6 +15067,9 @@ declare const endpoints: {
14962
15067
  tl?: undefined;
14963
15068
  contentKey?: undefined;
14964
15069
  folderId?: undefined;
15070
+ mapUsed?: undefined;
15071
+ options?: undefined;
15072
+ sortBy?: undefined;
14965
15073
  answerId?: undefined;
14966
15074
  finderPath?: undefined;
14967
15075
  formId?: undefined;
@@ -15225,8 +15333,17 @@ declare const endpoints: {
15225
15333
  type: string;
15226
15334
  };
15227
15335
  searchBy: {
15228
- enum: string[];
15229
- type: string;
15336
+ anyOf: ({
15337
+ type: string;
15338
+ items?: undefined;
15339
+ minItems?: undefined;
15340
+ } | {
15341
+ items: {
15342
+ type: string;
15343
+ };
15344
+ minItems: number;
15345
+ type: string;
15346
+ })[];
15230
15347
  };
15231
15348
  searchType: {
15232
15349
  default: string[];
@@ -15369,11 +15486,8 @@ declare const endpoints: {
15369
15486
  narative?: undefined;
15370
15487
  endDateUTC?: undefined;
15371
15488
  startDateUTC?: undefined;
15372
- mapUsed?: undefined;
15373
- options?: undefined;
15374
- sortBy?: undefined;
15375
- sourceKey?: undefined;
15376
15489
  parent_only?: undefined;
15490
+ sourceKey?: undefined;
15377
15491
  types?: undefined;
15378
15492
  date?: undefined;
15379
15493
  fromToday?: undefined;
@@ -15383,6 +15497,9 @@ declare const endpoints: {
15383
15497
  tl?: undefined;
15384
15498
  contentKey?: undefined;
15385
15499
  folderId?: undefined;
15500
+ mapUsed?: undefined;
15501
+ options?: undefined;
15502
+ sortBy?: undefined;
15386
15503
  answerId?: undefined;
15387
15504
  finderPath?: undefined;
15388
15505
  formId?: undefined;
@@ -15700,15 +15817,24 @@ declare const endpoints: {
15700
15817
  type: string;
15701
15818
  };
15702
15819
  searchBy: {
15703
- enum: string[];
15704
- type: string;
15705
- };
15706
- searchType: {
15707
- default: string[];
15708
- items: {
15709
- enum: string[];
15820
+ anyOf: ({
15710
15821
  type: string;
15711
- };
15822
+ items?: undefined;
15823
+ minItems?: undefined;
15824
+ } | {
15825
+ items: {
15826
+ type: string;
15827
+ };
15828
+ minItems: number;
15829
+ type: string;
15830
+ })[];
15831
+ };
15832
+ searchType: {
15833
+ default: string[];
15834
+ items: {
15835
+ enum: string[];
15836
+ type: string;
15837
+ };
15712
15838
  minItems: number;
15713
15839
  type: string;
15714
15840
  };
@@ -15844,11 +15970,8 @@ declare const endpoints: {
15844
15970
  narative?: undefined;
15845
15971
  endDateUTC?: undefined;
15846
15972
  startDateUTC?: undefined;
15847
- mapUsed?: undefined;
15848
- options?: undefined;
15849
- sortBy?: undefined;
15850
- sourceKey?: undefined;
15851
15973
  parent_only?: undefined;
15974
+ sourceKey?: undefined;
15852
15975
  types?: undefined;
15853
15976
  date?: undefined;
15854
15977
  fromToday?: undefined;
@@ -15858,6 +15981,9 @@ declare const endpoints: {
15858
15981
  tl?: undefined;
15859
15982
  contentKey?: undefined;
15860
15983
  folderId?: undefined;
15984
+ mapUsed?: undefined;
15985
+ options?: undefined;
15986
+ sortBy?: undefined;
15861
15987
  answerId?: undefined;
15862
15988
  finderPath?: undefined;
15863
15989
  formId?: undefined;
@@ -16036,8 +16162,17 @@ declare const endpoints: {
16036
16162
  type: string;
16037
16163
  };
16038
16164
  searchBy: {
16039
- enum: string[];
16040
- type: string;
16165
+ anyOf: ({
16166
+ type: string;
16167
+ items?: undefined;
16168
+ minItems?: undefined;
16169
+ } | {
16170
+ items: {
16171
+ type: string;
16172
+ };
16173
+ minItems: number;
16174
+ type: string;
16175
+ })[];
16041
16176
  };
16042
16177
  searchType: {
16043
16178
  const: string[];
@@ -16180,11 +16315,8 @@ declare const endpoints: {
16180
16315
  narative?: undefined;
16181
16316
  endDateUTC?: undefined;
16182
16317
  startDateUTC?: undefined;
16183
- mapUsed?: undefined;
16184
- options?: undefined;
16185
- sortBy?: undefined;
16186
- sourceKey?: undefined;
16187
16318
  parent_only?: undefined;
16319
+ sourceKey?: undefined;
16188
16320
  types?: undefined;
16189
16321
  date?: undefined;
16190
16322
  fromToday?: undefined;
@@ -16194,6 +16326,9 @@ declare const endpoints: {
16194
16326
  tl?: undefined;
16195
16327
  contentKey?: undefined;
16196
16328
  folderId?: undefined;
16329
+ mapUsed?: undefined;
16330
+ options?: undefined;
16331
+ sortBy?: undefined;
16197
16332
  answerId?: undefined;
16198
16333
  finderPath?: undefined;
16199
16334
  formId?: undefined;
@@ -16689,11 +16824,8 @@ declare const endpoints: {
16689
16824
  narative?: undefined;
16690
16825
  endDateUTC?: undefined;
16691
16826
  startDateUTC?: undefined;
16692
- mapUsed?: undefined;
16693
- options?: undefined;
16694
- sortBy?: undefined;
16695
- sourceKey?: undefined;
16696
16827
  parent_only?: undefined;
16828
+ sourceKey?: undefined;
16697
16829
  types?: undefined;
16698
16830
  date?: undefined;
16699
16831
  fromToday?: undefined;
@@ -16703,6 +16835,9 @@ declare const endpoints: {
16703
16835
  tl?: undefined;
16704
16836
  contentKey?: undefined;
16705
16837
  folderId?: undefined;
16838
+ mapUsed?: undefined;
16839
+ options?: undefined;
16840
+ sortBy?: undefined;
16706
16841
  answerId?: undefined;
16707
16842
  finderPath?: undefined;
16708
16843
  formId?: undefined;
@@ -16985,11 +17120,8 @@ declare const endpoints: {
16985
17120
  narative?: undefined;
16986
17121
  endDateUTC?: undefined;
16987
17122
  startDateUTC?: undefined;
16988
- mapUsed?: undefined;
16989
- options?: undefined;
16990
- sortBy?: undefined;
16991
- sourceKey?: undefined;
16992
17123
  parent_only?: undefined;
17124
+ sourceKey?: undefined;
16993
17125
  types?: undefined;
16994
17126
  date?: undefined;
16995
17127
  fromToday?: undefined;
@@ -16999,6 +17131,9 @@ declare const endpoints: {
16999
17131
  tl?: undefined;
17000
17132
  contentKey?: undefined;
17001
17133
  folderId?: undefined;
17134
+ mapUsed?: undefined;
17135
+ options?: undefined;
17136
+ sortBy?: undefined;
17002
17137
  answerId?: undefined;
17003
17138
  finderPath?: undefined;
17004
17139
  formId?: undefined;
@@ -17299,11 +17434,8 @@ declare const endpoints: {
17299
17434
  narative?: undefined;
17300
17435
  endDateUTC?: undefined;
17301
17436
  startDateUTC?: undefined;
17302
- mapUsed?: undefined;
17303
- options?: undefined;
17304
- sortBy?: undefined;
17305
- sourceKey?: undefined;
17306
17437
  parent_only?: undefined;
17438
+ sourceKey?: undefined;
17307
17439
  types?: undefined;
17308
17440
  date?: undefined;
17309
17441
  fromToday?: undefined;
@@ -17313,6 +17445,9 @@ declare const endpoints: {
17313
17445
  tl?: undefined;
17314
17446
  contentKey?: undefined;
17315
17447
  folderId?: undefined;
17448
+ mapUsed?: undefined;
17449
+ options?: undefined;
17450
+ sortBy?: undefined;
17316
17451
  answerId?: undefined;
17317
17452
  finderPath?: undefined;
17318
17453
  formId?: undefined;
@@ -17540,11 +17675,8 @@ declare const endpoints: {
17540
17675
  narative?: undefined;
17541
17676
  endDateUTC?: undefined;
17542
17677
  startDateUTC?: undefined;
17543
- mapUsed?: undefined;
17544
- options?: undefined;
17545
- sortBy?: undefined;
17546
- sourceKey?: undefined;
17547
17678
  parent_only?: undefined;
17679
+ sourceKey?: undefined;
17548
17680
  types?: undefined;
17549
17681
  date?: undefined;
17550
17682
  fromToday?: undefined;
@@ -17554,6 +17686,9 @@ declare const endpoints: {
17554
17686
  tl?: undefined;
17555
17687
  contentKey?: undefined;
17556
17688
  folderId?: undefined;
17689
+ mapUsed?: undefined;
17690
+ options?: undefined;
17691
+ sortBy?: undefined;
17557
17692
  answerId?: undefined;
17558
17693
  finderPath?: undefined;
17559
17694
  formId?: undefined;
@@ -18061,11 +18196,8 @@ declare const endpoints: {
18061
18196
  narative?: undefined;
18062
18197
  endDateUTC?: undefined;
18063
18198
  startDateUTC?: undefined;
18064
- mapUsed?: undefined;
18065
- options?: undefined;
18066
- sortBy?: undefined;
18067
- sourceKey?: undefined;
18068
18199
  parent_only?: undefined;
18200
+ sourceKey?: undefined;
18069
18201
  types?: undefined;
18070
18202
  date?: undefined;
18071
18203
  fromToday?: undefined;
@@ -18075,6 +18207,9 @@ declare const endpoints: {
18075
18207
  tl?: undefined;
18076
18208
  contentKey?: undefined;
18077
18209
  folderId?: undefined;
18210
+ mapUsed?: undefined;
18211
+ options?: undefined;
18212
+ sortBy?: undefined;
18078
18213
  answerId?: undefined;
18079
18214
  finderPath?: undefined;
18080
18215
  formId?: undefined;
@@ -18458,11 +18593,8 @@ declare const endpoints: {
18458
18593
  narative?: undefined;
18459
18594
  endDateUTC?: undefined;
18460
18595
  startDateUTC?: undefined;
18461
- mapUsed?: undefined;
18462
- options?: undefined;
18463
- sortBy?: undefined;
18464
- sourceKey?: undefined;
18465
18596
  parent_only?: undefined;
18597
+ sourceKey?: undefined;
18466
18598
  types?: undefined;
18467
18599
  date?: undefined;
18468
18600
  fromToday?: undefined;
@@ -18472,6 +18604,9 @@ declare const endpoints: {
18472
18604
  tl?: undefined;
18473
18605
  contentKey?: undefined;
18474
18606
  folderId?: undefined;
18607
+ mapUsed?: undefined;
18608
+ options?: undefined;
18609
+ sortBy?: undefined;
18475
18610
  answerId?: undefined;
18476
18611
  finderPath?: undefined;
18477
18612
  formId?: undefined;
@@ -18828,11 +18963,8 @@ declare const endpoints: {
18828
18963
  narative?: undefined;
18829
18964
  endDateUTC?: undefined;
18830
18965
  startDateUTC?: undefined;
18831
- mapUsed?: undefined;
18832
- options?: undefined;
18833
- sortBy?: undefined;
18834
- sourceKey?: undefined;
18835
18966
  parent_only?: undefined;
18967
+ sourceKey?: undefined;
18836
18968
  types?: undefined;
18837
18969
  date?: undefined;
18838
18970
  fromToday?: undefined;
@@ -18842,6 +18974,9 @@ declare const endpoints: {
18842
18974
  tl?: undefined;
18843
18975
  contentKey?: undefined;
18844
18976
  folderId?: undefined;
18977
+ mapUsed?: undefined;
18978
+ options?: undefined;
18979
+ sortBy?: undefined;
18845
18980
  answerId?: undefined;
18846
18981
  finderPath?: undefined;
18847
18982
  formId?: undefined;
@@ -19339,11 +19474,8 @@ declare const endpoints: {
19339
19474
  narative?: undefined;
19340
19475
  endDateUTC?: undefined;
19341
19476
  startDateUTC?: undefined;
19342
- mapUsed?: undefined;
19343
- options?: undefined;
19344
- sortBy?: undefined;
19345
- sourceKey?: undefined;
19346
19477
  parent_only?: undefined;
19478
+ sourceKey?: undefined;
19347
19479
  types?: undefined;
19348
19480
  date?: undefined;
19349
19481
  fromToday?: undefined;
@@ -19353,6 +19485,9 @@ declare const endpoints: {
19353
19485
  tl?: undefined;
19354
19486
  contentKey?: undefined;
19355
19487
  folderId?: undefined;
19488
+ mapUsed?: undefined;
19489
+ options?: undefined;
19490
+ sortBy?: undefined;
19356
19491
  answerId?: undefined;
19357
19492
  finderPath?: undefined;
19358
19493
  formId?: undefined;
@@ -19690,11 +19825,8 @@ declare const endpoints: {
19690
19825
  narative?: undefined;
19691
19826
  endDateUTC?: undefined;
19692
19827
  startDateUTC?: undefined;
19693
- mapUsed?: undefined;
19694
- options?: undefined;
19695
- sortBy?: undefined;
19696
- sourceKey?: undefined;
19697
19828
  parent_only?: undefined;
19829
+ sourceKey?: undefined;
19698
19830
  types?: undefined;
19699
19831
  date?: undefined;
19700
19832
  fromToday?: undefined;
@@ -19704,6 +19836,9 @@ declare const endpoints: {
19704
19836
  tl?: undefined;
19705
19837
  contentKey?: undefined;
19706
19838
  folderId?: undefined;
19839
+ mapUsed?: undefined;
19840
+ options?: undefined;
19841
+ sortBy?: undefined;
19707
19842
  answerId?: undefined;
19708
19843
  finderPath?: undefined;
19709
19844
  formId?: undefined;
@@ -19932,11 +20067,8 @@ declare const endpoints: {
19932
20067
  narative?: undefined;
19933
20068
  endDateUTC?: undefined;
19934
20069
  startDateUTC?: undefined;
19935
- mapUsed?: undefined;
19936
- options?: undefined;
19937
- sortBy?: undefined;
19938
- sourceKey?: undefined;
19939
20070
  parent_only?: undefined;
20071
+ sourceKey?: undefined;
19940
20072
  types?: undefined;
19941
20073
  date?: undefined;
19942
20074
  fromToday?: undefined;
@@ -19946,6 +20078,9 @@ declare const endpoints: {
19946
20078
  tl?: undefined;
19947
20079
  contentKey?: undefined;
19948
20080
  folderId?: undefined;
20081
+ mapUsed?: undefined;
20082
+ options?: undefined;
20083
+ sortBy?: undefined;
19949
20084
  answerId?: undefined;
19950
20085
  finderPath?: undefined;
19951
20086
  formId?: undefined;
@@ -20164,11 +20299,8 @@ declare const endpoints: {
20164
20299
  narative?: undefined;
20165
20300
  endDateUTC?: undefined;
20166
20301
  startDateUTC?: undefined;
20167
- mapUsed?: undefined;
20168
- options?: undefined;
20169
- sortBy?: undefined;
20170
- sourceKey?: undefined;
20171
20302
  parent_only?: undefined;
20303
+ sourceKey?: undefined;
20172
20304
  types?: undefined;
20173
20305
  date?: undefined;
20174
20306
  fromToday?: undefined;
@@ -20178,6 +20310,9 @@ declare const endpoints: {
20178
20310
  tl?: undefined;
20179
20311
  contentKey?: undefined;
20180
20312
  folderId?: undefined;
20313
+ mapUsed?: undefined;
20314
+ options?: undefined;
20315
+ sortBy?: undefined;
20181
20316
  answerId?: undefined;
20182
20317
  finderPath?: undefined;
20183
20318
  formId?: undefined;
@@ -20410,11 +20545,8 @@ declare const endpoints: {
20410
20545
  narative?: undefined;
20411
20546
  endDateUTC?: undefined;
20412
20547
  startDateUTC?: undefined;
20413
- mapUsed?: undefined;
20414
- options?: undefined;
20415
- sortBy?: undefined;
20416
- sourceKey?: undefined;
20417
20548
  parent_only?: undefined;
20549
+ sourceKey?: undefined;
20418
20550
  types?: undefined;
20419
20551
  date?: undefined;
20420
20552
  fromToday?: undefined;
@@ -20424,6 +20556,9 @@ declare const endpoints: {
20424
20556
  tl?: undefined;
20425
20557
  contentKey?: undefined;
20426
20558
  folderId?: undefined;
20559
+ mapUsed?: undefined;
20560
+ options?: undefined;
20561
+ sortBy?: undefined;
20427
20562
  answerId?: undefined;
20428
20563
  finderPath?: undefined;
20429
20564
  formId?: undefined;
@@ -20654,11 +20789,8 @@ declare const endpoints: {
20654
20789
  narative?: undefined;
20655
20790
  endDateUTC?: undefined;
20656
20791
  startDateUTC?: undefined;
20657
- mapUsed?: undefined;
20658
- options?: undefined;
20659
- sortBy?: undefined;
20660
- sourceKey?: undefined;
20661
20792
  parent_only?: undefined;
20793
+ sourceKey?: undefined;
20662
20794
  types?: undefined;
20663
20795
  date?: undefined;
20664
20796
  fromToday?: undefined;
@@ -20668,6 +20800,9 @@ declare const endpoints: {
20668
20800
  tl?: undefined;
20669
20801
  contentKey?: undefined;
20670
20802
  folderId?: undefined;
20803
+ mapUsed?: undefined;
20804
+ options?: undefined;
20805
+ sortBy?: undefined;
20671
20806
  answerId?: undefined;
20672
20807
  finderPath?: undefined;
20673
20808
  formId?: undefined;
@@ -20888,11 +21023,8 @@ declare const endpoints: {
20888
21023
  narative?: undefined;
20889
21024
  endDateUTC?: undefined;
20890
21025
  startDateUTC?: undefined;
20891
- mapUsed?: undefined;
20892
- options?: undefined;
20893
- sortBy?: undefined;
20894
- sourceKey?: undefined;
20895
21026
  parent_only?: undefined;
21027
+ sourceKey?: undefined;
20896
21028
  types?: undefined;
20897
21029
  date?: undefined;
20898
21030
  fromToday?: undefined;
@@ -20902,6 +21034,9 @@ declare const endpoints: {
20902
21034
  tl?: undefined;
20903
21035
  contentKey?: undefined;
20904
21036
  folderId?: undefined;
21037
+ mapUsed?: undefined;
21038
+ options?: undefined;
21039
+ sortBy?: undefined;
20905
21040
  answerId?: undefined;
20906
21041
  finderPath?: undefined;
20907
21042
  formId?: undefined;
@@ -21201,11 +21336,8 @@ declare const endpoints: {
21201
21336
  narative?: undefined;
21202
21337
  endDateUTC?: undefined;
21203
21338
  startDateUTC?: undefined;
21204
- mapUsed?: undefined;
21205
- options?: undefined;
21206
- sortBy?: undefined;
21207
- sourceKey?: undefined;
21208
21339
  parent_only?: undefined;
21340
+ sourceKey?: undefined;
21209
21341
  types?: undefined;
21210
21342
  date?: undefined;
21211
21343
  fromToday?: undefined;
@@ -21215,6 +21347,9 @@ declare const endpoints: {
21215
21347
  tl?: undefined;
21216
21348
  contentKey?: undefined;
21217
21349
  folderId?: undefined;
21350
+ mapUsed?: undefined;
21351
+ options?: undefined;
21352
+ sortBy?: undefined;
21218
21353
  answerId?: undefined;
21219
21354
  finderPath?: undefined;
21220
21355
  formId?: undefined;
@@ -21568,11 +21703,8 @@ declare const endpoints: {
21568
21703
  narative?: undefined;
21569
21704
  endDateUTC?: undefined;
21570
21705
  startDateUTC?: undefined;
21571
- mapUsed?: undefined;
21572
- options?: undefined;
21573
- sortBy?: undefined;
21574
- sourceKey?: undefined;
21575
21706
  parent_only?: undefined;
21707
+ sourceKey?: undefined;
21576
21708
  types?: undefined;
21577
21709
  date?: undefined;
21578
21710
  fromToday?: undefined;
@@ -21582,6 +21714,9 @@ declare const endpoints: {
21582
21714
  tl?: undefined;
21583
21715
  contentKey?: undefined;
21584
21716
  folderId?: undefined;
21717
+ mapUsed?: undefined;
21718
+ options?: undefined;
21719
+ sortBy?: undefined;
21585
21720
  answerId?: undefined;
21586
21721
  finderPath?: undefined;
21587
21722
  formId?: undefined;
@@ -21844,11 +21979,8 @@ declare const endpoints: {
21844
21979
  issuer?: undefined;
21845
21980
  endDateUTC?: undefined;
21846
21981
  startDateUTC?: undefined;
21847
- mapUsed?: undefined;
21848
- options?: undefined;
21849
- sortBy?: undefined;
21850
- sourceKey?: undefined;
21851
21982
  parent_only?: undefined;
21983
+ sourceKey?: undefined;
21852
21984
  types?: undefined;
21853
21985
  date?: undefined;
21854
21986
  fromToday?: undefined;
@@ -21858,6 +21990,9 @@ declare const endpoints: {
21858
21990
  tl?: undefined;
21859
21991
  contentKey?: undefined;
21860
21992
  folderId?: undefined;
21993
+ mapUsed?: undefined;
21994
+ options?: undefined;
21995
+ sortBy?: undefined;
21861
21996
  answerId?: undefined;
21862
21997
  finderPath?: undefined;
21863
21998
  formId?: undefined;
@@ -22113,13 +22248,9 @@ declare const endpoints: {
22113
22248
  patternProperties: {
22114
22249
  "^[^\\s]+$": {
22115
22250
  type: string;
22116
- additionalProperties?: undefined;
22117
- properties?: undefined;
22118
- required?: undefined;
22119
22251
  };
22120
22252
  };
22121
22253
  type: string;
22122
- additionalProperties?: undefined;
22123
22254
  };
22124
22255
  name: {
22125
22256
  type: string;
@@ -22278,11 +22409,8 @@ declare const endpoints: {
22278
22409
  badgeId?: undefined;
22279
22410
  evidences?: undefined;
22280
22411
  narative?: undefined;
22281
- mapUsed?: undefined;
22282
- options?: undefined;
22283
- sortBy?: undefined;
22284
- sourceKey?: undefined;
22285
22412
  parent_only?: undefined;
22413
+ sourceKey?: undefined;
22286
22414
  types?: undefined;
22287
22415
  date?: undefined;
22288
22416
  fromToday?: undefined;
@@ -22292,6 +22420,9 @@ declare const endpoints: {
22292
22420
  tl?: undefined;
22293
22421
  contentKey?: undefined;
22294
22422
  folderId?: undefined;
22423
+ mapUsed?: undefined;
22424
+ options?: undefined;
22425
+ sortBy?: undefined;
22295
22426
  answerId?: undefined;
22296
22427
  finderPath?: undefined;
22297
22428
  formId?: undefined;
@@ -22642,11 +22773,8 @@ declare const endpoints: {
22642
22773
  narative?: undefined;
22643
22774
  endDateUTC?: undefined;
22644
22775
  startDateUTC?: undefined;
22645
- mapUsed?: undefined;
22646
- options?: undefined;
22647
- sortBy?: undefined;
22648
- sourceKey?: undefined;
22649
22776
  parent_only?: undefined;
22777
+ sourceKey?: undefined;
22650
22778
  types?: undefined;
22651
22779
  date?: undefined;
22652
22780
  fromToday?: undefined;
@@ -22656,6 +22784,9 @@ declare const endpoints: {
22656
22784
  tl?: undefined;
22657
22785
  contentKey?: undefined;
22658
22786
  folderId?: undefined;
22787
+ mapUsed?: undefined;
22788
+ options?: undefined;
22789
+ sortBy?: undefined;
22659
22790
  answerId?: undefined;
22660
22791
  finderPath?: undefined;
22661
22792
  formId?: undefined;
@@ -22888,11 +23019,8 @@ declare const endpoints: {
22888
23019
  narative?: undefined;
22889
23020
  endDateUTC?: undefined;
22890
23021
  startDateUTC?: undefined;
22891
- mapUsed?: undefined;
22892
- options?: undefined;
22893
- sortBy?: undefined;
22894
- sourceKey?: undefined;
22895
23022
  parent_only?: undefined;
23023
+ sourceKey?: undefined;
22896
23024
  types?: undefined;
22897
23025
  date?: undefined;
22898
23026
  fromToday?: undefined;
@@ -22902,6 +23030,9 @@ declare const endpoints: {
22902
23030
  tl?: undefined;
22903
23031
  contentKey?: undefined;
22904
23032
  folderId?: undefined;
23033
+ mapUsed?: undefined;
23034
+ options?: undefined;
23035
+ sortBy?: undefined;
22905
23036
  answerId?: undefined;
22906
23037
  finderPath?: undefined;
22907
23038
  formId?: undefined;
@@ -22991,6 +23122,21 @@ declare const endpoints: {
22991
23122
  functionCocostum: string;
22992
23123
  method: string;
22993
23124
  path: string;
23125
+ pathParams: {
23126
+ additionalProperties: boolean;
23127
+ properties: {
23128
+ id: {
23129
+ pattern: string;
23130
+ type: string;
23131
+ };
23132
+ type: {
23133
+ default: string;
23134
+ type: string;
23135
+ };
23136
+ };
23137
+ required: string[];
23138
+ type: string;
23139
+ };
22994
23140
  request: {
22995
23141
  additionalProperties: boolean;
22996
23142
  properties: {
@@ -23006,158 +23152,40 @@ declare const endpoints: {
23006
23152
  default: boolean;
23007
23153
  type: string;
23008
23154
  };
23155
+ costumId: {
23156
+ pattern: string;
23157
+ type: string;
23158
+ };
23009
23159
  costumSlug: {
23010
23160
  type: string;
23011
23161
  };
23012
- count: {
23013
- const: boolean;
23014
- default: boolean;
23162
+ costumType: {
23163
+ enum: string[];
23015
23164
  type: string;
23016
23165
  };
23017
- countType: {
23018
- items: {
23019
- enum: string[];
23020
- type: string;
23021
- };
23166
+ mode: {
23022
23167
  type: string;
23023
23168
  };
23024
- fediverse: {
23025
- default: boolean;
23169
+ parent_only: {
23026
23170
  type: string;
23027
23171
  };
23028
- fields: {
23172
+ sourceKey: {
23029
23173
  items: {
23030
23174
  type: string;
23031
23175
  };
23032
23176
  type: string;
23033
23177
  };
23034
- filters: {
23035
- default: string;
23036
- oneOf: ({
23037
- additionalProperties: boolean;
23038
- type: string;
23039
- const?: undefined;
23040
- } | {
23041
- const: string;
23178
+ types: {
23179
+ items: {
23180
+ enum: string[];
23042
23181
  type: string;
23043
- additionalProperties?: undefined;
23044
- })[];
23045
- };
23046
- indexMax: {
23047
- type: string;
23048
- };
23049
- indexMin: {
23050
- default: number;
23051
- type: string;
23052
- };
23053
- indexStep: {
23054
- default: number;
23055
- type: string;
23056
- };
23057
- initType: {
23058
- const: string;
23059
- default: string;
23060
- type: string;
23061
- };
23062
- locality: {
23063
- additionalProperties: boolean;
23064
- patternProperties: {
23065
- "^[^\\s]+$": {
23066
- additionalProperties: boolean;
23067
- properties: {
23068
- id: {
23069
- type: string;
23070
- };
23071
- type: {
23072
- enum: string[];
23073
- type: string;
23074
- };
23075
- };
23076
- required: string[];
23077
- type: string;
23078
- };
23079
- };
23080
- type: string;
23081
- };
23082
- mapUsed: {
23083
- const: boolean;
23084
- type: string;
23085
- };
23086
- name: {
23087
- type: string;
23088
- };
23089
- notSourceKey: {
23090
- const: boolean;
23091
- type: string;
23092
- };
23093
- options: {
23094
- additionalProperties: boolean;
23095
- properties: {
23096
- tags: {
23097
- additionalProperties: boolean;
23098
- properties: {
23099
- verb: {
23100
- type: string;
23101
- };
23102
- };
23103
- type: string;
23104
- };
23105
- };
23106
- type: string;
23107
- };
23108
- ranges: {
23109
- additionalProperties: boolean;
23110
- patternProperties: {
23111
- "^[^\\s]+$": {
23112
- additionalProperties: boolean;
23113
- properties: {
23114
- indexMax: {
23115
- type: string;
23116
- };
23117
- indexMin: {
23118
- type: string;
23119
- };
23120
- };
23121
- required: string[];
23122
- type: string;
23123
- };
23124
- };
23125
- type: string;
23126
- };
23127
- searchBy: {
23128
- enum: string[];
23129
- type: string;
23130
- };
23131
- searchTags: {
23132
- items: {
23133
- type: string;
23134
- };
23135
- type: string;
23136
- };
23137
- searchType: {
23138
- items: {
23139
- enum: string[];
23140
- type: string;
23141
- };
23142
- type: string;
23143
- };
23144
- sortBy: {
23145
- additionalProperties: {
23146
- enum: number[];
23147
- type: string;
23148
- };
23149
- type: string;
23150
- };
23151
- sourceKey: {
23152
- items: {
23153
- type: string;
23154
- };
23182
+ };
23155
23183
  type: string;
23156
23184
  };
23157
23185
  app?: undefined;
23158
23186
  email?: undefined;
23159
23187
  isInvitation?: undefined;
23160
- mode?: undefined;
23188
+ name?: undefined;
23161
23189
  pendingUserId?: undefined;
23162
23190
  pwd?: undefined;
23163
23191
  username?: undefined;
@@ -23204,6 +23232,7 @@ declare const endpoints: {
23204
23232
  tpl?: undefined;
23205
23233
  listInvite?: undefined;
23206
23234
  dateLimit?: undefined;
23235
+ indexStep?: undefined;
23207
23236
  search?: undefined;
23208
23237
  ids?: undefined;
23209
23238
  json?: undefined;
@@ -23225,17 +23254,29 @@ declare const endpoints: {
23225
23254
  parentCommentId?: undefined;
23226
23255
  path?: undefined;
23227
23256
  params?: undefined;
23257
+ count?: undefined;
23258
+ countType?: undefined;
23259
+ fediverse?: undefined;
23260
+ filters?: undefined;
23261
+ indexMax?: undefined;
23262
+ indexMin?: undefined;
23263
+ initType?: undefined;
23264
+ locality?: undefined;
23265
+ notSourceKey?: undefined;
23266
+ ranges?: undefined;
23267
+ searchBy?: undefined;
23268
+ searchTags?: undefined;
23269
+ searchType?: undefined;
23228
23270
  countryCode?: undefined;
23229
23271
  formInMap?: undefined;
23230
23272
  scopeValue?: undefined;
23273
+ fields?: undefined;
23231
23274
  collection?: undefined;
23232
23275
  pull?: undefined;
23233
23276
  arrayForm?: undefined;
23234
23277
  buildingSurfaceArea?: undefined;
23235
23278
  compagnon?: undefined;
23236
23279
  costum?: undefined;
23237
- costumId?: undefined;
23238
- costumType?: undefined;
23239
23280
  filiere?: undefined;
23240
23281
  holderOrganization?: undefined;
23241
23282
  key?: undefined;
@@ -23280,8 +23321,6 @@ declare const endpoints: {
23280
23321
  narative?: undefined;
23281
23322
  endDateUTC?: undefined;
23282
23323
  startDateUTC?: undefined;
23283
- parent_only?: undefined;
23284
- types?: undefined;
23285
23324
  date?: undefined;
23286
23325
  fromToday?: undefined;
23287
23326
  regions?: undefined;
@@ -23290,6 +23329,9 @@ declare const endpoints: {
23290
23329
  tl?: undefined;
23291
23330
  contentKey?: undefined;
23292
23331
  folderId?: undefined;
23332
+ mapUsed?: undefined;
23333
+ options?: undefined;
23334
+ sortBy?: undefined;
23293
23335
  answerId?: undefined;
23294
23336
  finderPath?: undefined;
23295
23337
  formId?: undefined;
@@ -23331,8 +23373,8 @@ declare const endpoints: {
23331
23373
  section?: undefined;
23332
23374
  subtype?: undefined;
23333
23375
  };
23334
- required: string[];
23335
23376
  type: string;
23377
+ required?: undefined;
23336
23378
  allOf?: undefined;
23337
23379
  $defs?: undefined;
23338
23380
  else?: undefined;
@@ -23344,7 +23386,6 @@ declare const endpoints: {
23344
23386
  generateModule?: undefined;
23345
23387
  onlyAuthNone?: undefined;
23346
23388
  postActions?: undefined;
23347
- pathParams?: undefined;
23348
23389
  params?: undefined;
23349
23390
  } | {
23350
23391
  auth: string;
@@ -23370,6 +23411,19 @@ declare const endpoints: {
23370
23411
  };
23371
23412
  request: {
23372
23413
  additionalProperties: boolean;
23414
+ allOf: {
23415
+ if: {
23416
+ properties: {
23417
+ date: {
23418
+ type: string;
23419
+ };
23420
+ };
23421
+ required: string[];
23422
+ };
23423
+ then: {
23424
+ required: string[];
23425
+ };
23426
+ }[];
23373
23427
  properties: {
23374
23428
  contextId: {
23375
23429
  pattern: string;
@@ -23383,10 +23437,57 @@ declare const endpoints: {
23383
23437
  default: boolean;
23384
23438
  type: string;
23385
23439
  };
23440
+ costumId: {
23441
+ pattern: string;
23442
+ type: string;
23443
+ };
23386
23444
  costumSlug: {
23387
23445
  type: string;
23388
23446
  };
23389
- parent_only: {
23447
+ costumType: {
23448
+ enum: string[];
23449
+ type: string;
23450
+ };
23451
+ date: {
23452
+ oneOf: ({
23453
+ type: string;
23454
+ } | {
23455
+ properties: {
23456
+ between: {
23457
+ properties: {
23458
+ end: {
23459
+ format: string;
23460
+ type: string;
23461
+ };
23462
+ start: {
23463
+ format: string;
23464
+ type: string;
23465
+ };
23466
+ };
23467
+ required: string[];
23468
+ type: string;
23469
+ };
23470
+ };
23471
+ required: string[];
23472
+ type: string;
23473
+ })[];
23474
+ };
23475
+ fromToday: {
23476
+ type: string;
23477
+ };
23478
+ mode: {
23479
+ type: string;
23480
+ };
23481
+ regions: {
23482
+ items: {
23483
+ properties: {
23484
+ id: {
23485
+ type: string;
23486
+ };
23487
+ };
23488
+ required: string[];
23489
+ type: string;
23490
+ };
23390
23491
  type: string;
23391
23492
  };
23392
23493
  sourceKey: {
@@ -23395,24 +23496,27 @@ declare const endpoints: {
23395
23496
  };
23396
23497
  type: string;
23397
23498
  };
23398
- types: {
23499
+ tags: {
23399
23500
  items: {
23400
- enum: string[];
23401
23501
  type: string;
23402
23502
  };
23403
23503
  type: string;
23404
23504
  };
23505
+ timezone: {
23506
+ type: string;
23507
+ };
23508
+ type: {
23509
+ type: string;
23510
+ };
23405
23511
  app?: undefined;
23406
23512
  email?: undefined;
23407
23513
  isInvitation?: undefined;
23408
- mode?: undefined;
23409
23514
  name?: undefined;
23410
23515
  pendingUserId?: undefined;
23411
23516
  pwd?: undefined;
23412
23517
  username?: undefined;
23413
23518
  password?: undefined;
23414
23519
  refreshToken?: undefined;
23415
- type?: undefined;
23416
23520
  serverUrl?: undefined;
23417
23521
  newPassword?: undefined;
23418
23522
  newPassword2?: undefined;
@@ -23461,7 +23565,6 @@ declare const endpoints: {
23461
23565
  mediaFile?: undefined;
23462
23566
  mediaImg?: undefined;
23463
23567
  mentions?: undefined;
23464
- tags?: undefined;
23465
23568
  text?: undefined;
23466
23569
  newsImage?: undefined;
23467
23570
  newsFile?: undefined;
@@ -23498,8 +23601,6 @@ declare const endpoints: {
23498
23601
  buildingSurfaceArea?: undefined;
23499
23602
  compagnon?: undefined;
23500
23603
  costum?: undefined;
23501
- costumId?: undefined;
23502
- costumType?: undefined;
23503
23604
  filiere?: undefined;
23504
23605
  holderOrganization?: undefined;
23505
23606
  key?: undefined;
@@ -23544,17 +23645,15 @@ declare const endpoints: {
23544
23645
  narative?: undefined;
23545
23646
  endDateUTC?: undefined;
23546
23647
  startDateUTC?: undefined;
23547
- mapUsed?: undefined;
23548
- options?: undefined;
23549
- sortBy?: undefined;
23550
- date?: undefined;
23551
- fromToday?: undefined;
23552
- regions?: undefined;
23553
- timezone?: undefined;
23648
+ parent_only?: undefined;
23649
+ types?: undefined;
23554
23650
  event?: undefined;
23555
23651
  tl?: undefined;
23556
23652
  contentKey?: undefined;
23557
23653
  folderId?: undefined;
23654
+ mapUsed?: undefined;
23655
+ options?: undefined;
23656
+ sortBy?: undefined;
23558
23657
  answerId?: undefined;
23559
23658
  finderPath?: undefined;
23560
23659
  formId?: undefined;
@@ -23598,7 +23697,6 @@ declare const endpoints: {
23598
23697
  };
23599
23698
  type: string;
23600
23699
  required?: undefined;
23601
- allOf?: undefined;
23602
23700
  $defs?: undefined;
23603
23701
  else?: undefined;
23604
23702
  if?: undefined;
@@ -23634,19 +23732,6 @@ declare const endpoints: {
23634
23732
  };
23635
23733
  request: {
23636
23734
  additionalProperties: boolean;
23637
- allOf: {
23638
- if: {
23639
- properties: {
23640
- date: {
23641
- type: string;
23642
- };
23643
- };
23644
- required: string[];
23645
- };
23646
- then: {
23647
- required: string[];
23648
- };
23649
- }[];
23650
23735
  properties: {
23651
23736
  contextId: {
23652
23737
  pattern: string;
@@ -23660,34 +23745,82 @@ declare const endpoints: {
23660
23745
  default: boolean;
23661
23746
  type: string;
23662
23747
  };
23748
+ costumId: {
23749
+ pattern: string;
23750
+ type: string;
23751
+ };
23663
23752
  costumSlug: {
23664
23753
  type: string;
23665
23754
  };
23666
- date: {
23667
- oneOf: ({
23755
+ costumType: {
23756
+ enum: string[];
23757
+ type: string;
23758
+ };
23759
+ mode: {
23760
+ type: string;
23761
+ };
23762
+ sourceKey: {
23763
+ items: {
23668
23764
  type: string;
23669
- } | {
23670
- properties: {
23671
- between: {
23672
- properties: {
23673
- end: {
23674
- format: string;
23675
- type: string;
23676
- };
23677
- start: {
23678
- format: string;
23679
- type: string;
23680
- };
23681
- };
23682
- required: string[];
23683
- type: string;
23684
- };
23685
- };
23686
- required: string[];
23687
- type: string;
23688
- })[];
23765
+ };
23766
+ type: string;
23689
23767
  };
23690
- fromToday: {
23768
+ };
23769
+ type: string;
23770
+ };
23771
+ generateModule?: undefined;
23772
+ onlyAuthNone?: undefined;
23773
+ postActions?: undefined;
23774
+ params?: undefined;
23775
+ } | {
23776
+ auth: string;
23777
+ constant: string;
23778
+ contentType: string;
23779
+ functionCocostum: string;
23780
+ method: string;
23781
+ path: string;
23782
+ pathParams: {
23783
+ additionalProperties: boolean;
23784
+ properties: {
23785
+ id: {
23786
+ pattern: string;
23787
+ type: string;
23788
+ };
23789
+ type: {
23790
+ default: string;
23791
+ type: string;
23792
+ };
23793
+ };
23794
+ required: string[];
23795
+ type: string;
23796
+ };
23797
+ request: {
23798
+ additionalProperties: boolean;
23799
+ properties: {
23800
+ contextId: {
23801
+ pattern: string;
23802
+ type: string;
23803
+ };
23804
+ contextType: {
23805
+ enum: string[];
23806
+ type: string;
23807
+ };
23808
+ costumEditMode: {
23809
+ default: boolean;
23810
+ type: string;
23811
+ };
23812
+ costumId: {
23813
+ pattern: string;
23814
+ type: string;
23815
+ };
23816
+ costumSlug: {
23817
+ type: string;
23818
+ };
23819
+ costumType: {
23820
+ enum: string[];
23821
+ type: string;
23822
+ };
23823
+ mode: {
23691
23824
  type: string;
23692
23825
  };
23693
23826
  regions: {
@@ -23714,16 +23847,12 @@ declare const endpoints: {
23714
23847
  };
23715
23848
  type: string;
23716
23849
  };
23717
- timezone: {
23718
- type: string;
23719
- };
23720
23850
  type: {
23721
23851
  type: string;
23722
23852
  };
23723
23853
  app?: undefined;
23724
23854
  email?: undefined;
23725
23855
  isInvitation?: undefined;
23726
- mode?: undefined;
23727
23856
  name?: undefined;
23728
23857
  pendingUserId?: undefined;
23729
23858
  pwd?: undefined;
@@ -23814,8 +23943,6 @@ declare const endpoints: {
23814
23943
  buildingSurfaceArea?: undefined;
23815
23944
  compagnon?: undefined;
23816
23945
  costum?: undefined;
23817
- costumId?: undefined;
23818
- costumType?: undefined;
23819
23946
  filiere?: undefined;
23820
23947
  holderOrganization?: undefined;
23821
23948
  key?: undefined;
@@ -23860,15 +23987,18 @@ declare const endpoints: {
23860
23987
  narative?: undefined;
23861
23988
  endDateUTC?: undefined;
23862
23989
  startDateUTC?: undefined;
23863
- mapUsed?: undefined;
23864
- options?: undefined;
23865
- sortBy?: undefined;
23866
23990
  parent_only?: undefined;
23867
23991
  types?: undefined;
23992
+ date?: undefined;
23993
+ fromToday?: undefined;
23994
+ timezone?: undefined;
23868
23995
  event?: undefined;
23869
23996
  tl?: undefined;
23870
23997
  contentKey?: undefined;
23871
23998
  folderId?: undefined;
23999
+ mapUsed?: undefined;
24000
+ options?: undefined;
24001
+ sortBy?: undefined;
23872
24002
  answerId?: undefined;
23873
24003
  finderPath?: undefined;
23874
24004
  formId?: undefined;
@@ -23912,6 +24042,7 @@ declare const endpoints: {
23912
24042
  };
23913
24043
  type: string;
23914
24044
  required?: undefined;
24045
+ allOf?: undefined;
23915
24046
  $defs?: undefined;
23916
24047
  else?: undefined;
23917
24048
  if?: undefined;
@@ -23960,72 +24091,21 @@ declare const endpoints: {
23960
24091
  default: boolean;
23961
24092
  type: string;
23962
24093
  };
23963
- costumSlug: {
23964
- type: string;
23965
- };
23966
- sourceKey: {
23967
- items: {
23968
- type: string;
23969
- };
23970
- type: string;
23971
- };
23972
- };
23973
- type: string;
23974
- };
23975
- generateModule?: undefined;
23976
- onlyAuthNone?: undefined;
23977
- postActions?: undefined;
23978
- params?: undefined;
23979
- } | {
23980
- auth: string;
23981
- constant: string;
23982
- contentType: string;
23983
- functionCocostum: string;
23984
- method: string;
23985
- path: string;
23986
- pathParams: {
23987
- additionalProperties: boolean;
23988
- properties: {
23989
- id: {
24094
+ costumId: {
23990
24095
  pattern: string;
23991
24096
  type: string;
23992
24097
  };
23993
- type: {
23994
- default: string;
23995
- type: string;
23996
- };
23997
- };
23998
- required: string[];
23999
- type: string;
24000
- };
24001
- request: {
24002
- additionalProperties: boolean;
24003
- properties: {
24004
- contextId: {
24005
- pattern: string;
24098
+ costumSlug: {
24006
24099
  type: string;
24007
24100
  };
24008
- contextType: {
24101
+ costumType: {
24009
24102
  enum: string[];
24010
24103
  type: string;
24011
24104
  };
24012
- costumEditMode: {
24013
- default: boolean;
24014
- type: string;
24015
- };
24016
- costumSlug: {
24105
+ event: {
24017
24106
  type: string;
24018
24107
  };
24019
- regions: {
24020
- items: {
24021
- properties: {
24022
- id: {
24023
- type: string;
24024
- };
24025
- };
24026
- required: string[];
24027
- type: string;
24028
- };
24108
+ mode: {
24029
24109
  type: string;
24030
24110
  };
24031
24111
  sourceKey: {
@@ -24034,25 +24114,19 @@ declare const endpoints: {
24034
24114
  };
24035
24115
  type: string;
24036
24116
  };
24037
- tags: {
24038
- items: {
24039
- type: string;
24040
- };
24041
- type: string;
24042
- };
24043
- type: {
24117
+ tl: {
24044
24118
  type: string;
24045
24119
  };
24046
24120
  app?: undefined;
24047
24121
  email?: undefined;
24048
24122
  isInvitation?: undefined;
24049
- mode?: undefined;
24050
24123
  name?: undefined;
24051
24124
  pendingUserId?: undefined;
24052
24125
  pwd?: undefined;
24053
24126
  username?: undefined;
24054
24127
  password?: undefined;
24055
24128
  refreshToken?: undefined;
24129
+ type?: undefined;
24056
24130
  serverUrl?: undefined;
24057
24131
  newPassword?: undefined;
24058
24132
  newPassword2?: undefined;
@@ -24101,6 +24175,7 @@ declare const endpoints: {
24101
24175
  mediaFile?: undefined;
24102
24176
  mediaImg?: undefined;
24103
24177
  mentions?: undefined;
24178
+ tags?: undefined;
24104
24179
  text?: undefined;
24105
24180
  newsImage?: undefined;
24106
24181
  newsFile?: undefined;
@@ -24137,8 +24212,6 @@ declare const endpoints: {
24137
24212
  buildingSurfaceArea?: undefined;
24138
24213
  compagnon?: undefined;
24139
24214
  costum?: undefined;
24140
- costumId?: undefined;
24141
- costumType?: undefined;
24142
24215
  filiere?: undefined;
24143
24216
  holderOrganization?: undefined;
24144
24217
  key?: undefined;
@@ -24183,18 +24256,17 @@ declare const endpoints: {
24183
24256
  narative?: undefined;
24184
24257
  endDateUTC?: undefined;
24185
24258
  startDateUTC?: undefined;
24186
- mapUsed?: undefined;
24187
- options?: undefined;
24188
- sortBy?: undefined;
24189
24259
  parent_only?: undefined;
24190
24260
  types?: undefined;
24191
24261
  date?: undefined;
24192
24262
  fromToday?: undefined;
24263
+ regions?: undefined;
24193
24264
  timezone?: undefined;
24194
- event?: undefined;
24195
- tl?: undefined;
24196
24265
  contentKey?: undefined;
24197
24266
  folderId?: undefined;
24267
+ mapUsed?: undefined;
24268
+ options?: undefined;
24269
+ sortBy?: undefined;
24198
24270
  answerId?: undefined;
24199
24271
  finderPath?: undefined;
24200
24272
  formId?: undefined;
@@ -24236,8 +24308,8 @@ declare const endpoints: {
24236
24308
  section?: undefined;
24237
24309
  subtype?: undefined;
24238
24310
  };
24311
+ required: string[];
24239
24312
  type: string;
24240
- required?: undefined;
24241
24313
  allOf?: undefined;
24242
24314
  $defs?: undefined;
24243
24315
  else?: undefined;
@@ -24287,10 +24359,25 @@ declare const endpoints: {
24287
24359
  default: boolean;
24288
24360
  type: string;
24289
24361
  };
24362
+ costumId: {
24363
+ pattern: string;
24364
+ type: string;
24365
+ };
24290
24366
  costumSlug: {
24291
24367
  type: string;
24292
24368
  };
24369
+ costumType: {
24370
+ enum: string[];
24371
+ type: string;
24372
+ };
24293
24373
  event: {
24374
+ pattern: string;
24375
+ type: string;
24376
+ };
24377
+ mode: {
24378
+ type: string;
24379
+ };
24380
+ search: {
24294
24381
  type: string;
24295
24382
  };
24296
24383
  sourceKey: {
@@ -24299,13 +24386,9 @@ declare const endpoints: {
24299
24386
  };
24300
24387
  type: string;
24301
24388
  };
24302
- tl: {
24303
- type: string;
24304
- };
24305
24389
  app?: undefined;
24306
24390
  email?: undefined;
24307
24391
  isInvitation?: undefined;
24308
- mode?: undefined;
24309
24392
  name?: undefined;
24310
24393
  pendingUserId?: undefined;
24311
24394
  pwd?: undefined;
@@ -24354,7 +24437,6 @@ declare const endpoints: {
24354
24437
  listInvite?: undefined;
24355
24438
  dateLimit?: undefined;
24356
24439
  indexStep?: undefined;
24357
- search?: undefined;
24358
24440
  ids?: undefined;
24359
24441
  json?: undefined;
24360
24442
  markdownActive?: undefined;
@@ -24398,8 +24480,6 @@ declare const endpoints: {
24398
24480
  buildingSurfaceArea?: undefined;
24399
24481
  compagnon?: undefined;
24400
24482
  costum?: undefined;
24401
- costumId?: undefined;
24402
- costumType?: undefined;
24403
24483
  filiere?: undefined;
24404
24484
  holderOrganization?: undefined;
24405
24485
  key?: undefined;
@@ -24444,17 +24524,18 @@ declare const endpoints: {
24444
24524
  narative?: undefined;
24445
24525
  endDateUTC?: undefined;
24446
24526
  startDateUTC?: undefined;
24447
- mapUsed?: undefined;
24448
- options?: undefined;
24449
- sortBy?: undefined;
24450
24527
  parent_only?: undefined;
24451
24528
  types?: undefined;
24452
24529
  date?: undefined;
24453
24530
  fromToday?: undefined;
24454
24531
  regions?: undefined;
24455
24532
  timezone?: undefined;
24533
+ tl?: undefined;
24456
24534
  contentKey?: undefined;
24457
24535
  folderId?: undefined;
24536
+ mapUsed?: undefined;
24537
+ options?: undefined;
24538
+ sortBy?: undefined;
24458
24539
  answerId?: undefined;
24459
24540
  finderPath?: undefined;
24460
24541
  formId?: undefined;
@@ -24496,8 +24577,8 @@ declare const endpoints: {
24496
24577
  section?: undefined;
24497
24578
  subtype?: undefined;
24498
24579
  };
24499
- required: string[];
24500
24580
  type: string;
24581
+ required?: undefined;
24501
24582
  allOf?: undefined;
24502
24583
  $defs?: undefined;
24503
24584
  else?: undefined;
@@ -24519,48 +24600,66 @@ declare const endpoints: {
24519
24600
  path: string;
24520
24601
  pathParams: {
24521
24602
  additionalProperties: boolean;
24603
+ else: {
24604
+ properties: {
24605
+ id: {
24606
+ pattern: string;
24607
+ };
24608
+ };
24609
+ };
24610
+ if: {
24611
+ properties: {
24612
+ type: {
24613
+ const: string;
24614
+ };
24615
+ };
24616
+ };
24522
24617
  properties: {
24618
+ docType: {
24619
+ default: string;
24620
+ enum: string[];
24621
+ type: string;
24622
+ };
24523
24623
  id: {
24524
- pattern: string;
24525
24624
  type: string;
24526
24625
  };
24527
24626
  type: {
24528
24627
  default: string;
24628
+ enum: string[];
24529
24629
  type: string;
24530
24630
  };
24631
+ isLive?: undefined;
24632
+ q?: undefined;
24633
+ slug?: undefined;
24634
+ index?: undefined;
24635
+ folder?: undefined;
24636
+ ownerId?: undefined;
24637
+ address?: undefined;
24638
+ userId?: undefined;
24639
+ contextId?: undefined;
24640
+ contextType?: undefined;
24641
+ formId?: undefined;
24531
24642
  };
24532
24643
  required: string[];
24644
+ then: {
24645
+ properties: {
24646
+ id: {
24647
+ default: string;
24648
+ pattern: string;
24649
+ };
24650
+ };
24651
+ };
24533
24652
  type: string;
24653
+ allOf?: undefined;
24654
+ slug?: undefined;
24534
24655
  };
24535
24656
  request: {
24536
24657
  additionalProperties: boolean;
24537
24658
  properties: {
24538
- contextId: {
24539
- pattern: string;
24540
- type: string;
24541
- };
24542
- contextType: {
24543
- enum: string[];
24659
+ contentKey: {
24544
24660
  type: string;
24545
24661
  };
24546
- costumEditMode: {
24547
- default: boolean;
24548
- type: string;
24549
- };
24550
- costumSlug: {
24551
- type: string;
24552
- };
24553
- event: {
24554
- pattern: string;
24555
- type: string;
24556
- };
24557
- search: {
24558
- type: string;
24559
- };
24560
- sourceKey: {
24561
- items: {
24562
- type: string;
24563
- };
24662
+ folderId: {
24564
24663
  type: string;
24565
24664
  };
24566
24665
  app?: undefined;
@@ -24615,6 +24714,7 @@ declare const endpoints: {
24615
24714
  listInvite?: undefined;
24616
24715
  dateLimit?: undefined;
24617
24716
  indexStep?: undefined;
24717
+ search?: undefined;
24618
24718
  ids?: undefined;
24619
24719
  json?: undefined;
24620
24720
  markdownActive?: undefined;
@@ -24632,6 +24732,8 @@ declare const endpoints: {
24632
24732
  comment?: undefined;
24633
24733
  connectType?: undefined;
24634
24734
  argval?: undefined;
24735
+ contextId?: undefined;
24736
+ contextType?: undefined;
24635
24737
  parentCommentId?: undefined;
24636
24738
  path?: undefined;
24637
24739
  params?: undefined;
@@ -24658,7 +24760,9 @@ declare const endpoints: {
24658
24760
  buildingSurfaceArea?: undefined;
24659
24761
  compagnon?: undefined;
24660
24762
  costum?: undefined;
24763
+ costumEditMode?: undefined;
24661
24764
  costumId?: undefined;
24765
+ costumSlug?: undefined;
24662
24766
  costumType?: undefined;
24663
24767
  filiere?: undefined;
24664
24768
  holderOrganization?: undefined;
@@ -24704,18 +24808,18 @@ declare const endpoints: {
24704
24808
  narative?: undefined;
24705
24809
  endDateUTC?: undefined;
24706
24810
  startDateUTC?: undefined;
24707
- mapUsed?: undefined;
24708
- options?: undefined;
24709
- sortBy?: undefined;
24710
24811
  parent_only?: undefined;
24812
+ sourceKey?: undefined;
24711
24813
  types?: undefined;
24712
24814
  date?: undefined;
24713
24815
  fromToday?: undefined;
24714
24816
  regions?: undefined;
24715
24817
  timezone?: undefined;
24818
+ event?: undefined;
24716
24819
  tl?: undefined;
24717
- contentKey?: undefined;
24718
- folderId?: undefined;
24820
+ mapUsed?: undefined;
24821
+ options?: undefined;
24822
+ sortBy?: undefined;
24719
24823
  answerId?: undefined;
24720
24824
  finderPath?: undefined;
24721
24825
  formId?: undefined;
@@ -24775,78 +24879,235 @@ declare const endpoints: {
24775
24879
  auth: string;
24776
24880
  constant: string;
24777
24881
  contentType: string;
24778
- functionCocostum: string;
24779
24882
  method: string;
24780
24883
  path: string;
24781
- pathParams: {
24884
+ request: {
24782
24885
  additionalProperties: boolean;
24783
- else: {
24784
- properties: {
24785
- id: {
24786
- pattern: string;
24886
+ properties: {
24887
+ count: {
24888
+ const: boolean;
24889
+ default: boolean;
24890
+ type: string;
24891
+ };
24892
+ countType: {
24893
+ const: string[];
24894
+ default: string[];
24895
+ items: {
24896
+ enum: string[];
24897
+ type: string;
24787
24898
  };
24899
+ type: string;
24788
24900
  };
24789
- };
24790
- if: {
24791
- properties: {
24792
- type: {
24793
- const: string;
24901
+ fediverse: {
24902
+ const: boolean;
24903
+ default: boolean;
24904
+ type: string;
24905
+ };
24906
+ filters: {
24907
+ additionalProperties: boolean;
24908
+ allOf: {
24909
+ not: {
24910
+ propertyNames: {
24911
+ pattern: string;
24912
+ };
24913
+ };
24914
+ }[];
24915
+ patternProperties: {
24916
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$": {
24917
+ additionalProperties: boolean;
24918
+ properties: {
24919
+ $exists: {
24920
+ const: boolean;
24921
+ };
24922
+ };
24923
+ required: string[];
24924
+ type: string;
24925
+ };
24926
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$": {
24927
+ additionalProperties: boolean;
24928
+ properties: {
24929
+ $exists: {
24930
+ const: boolean;
24931
+ };
24932
+ };
24933
+ required: string[];
24934
+ type: string;
24935
+ };
24936
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$": {
24937
+ additionalProperties: boolean;
24938
+ properties: {
24939
+ $exists: {
24940
+ const: boolean;
24941
+ };
24942
+ };
24943
+ required: string[];
24944
+ type: string;
24945
+ };
24946
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$": {
24947
+ additionalProperties: boolean;
24948
+ properties: {
24949
+ $exists: {
24950
+ default: boolean;
24951
+ type: string;
24952
+ };
24953
+ };
24954
+ required: string[];
24955
+ type: string;
24956
+ };
24957
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$": {
24958
+ additionalProperties: boolean;
24959
+ properties: {
24960
+ $in: {
24961
+ items: {
24962
+ type: string;
24963
+ };
24964
+ minItems: number;
24965
+ type: string;
24966
+ };
24967
+ };
24968
+ required: string[];
24969
+ type: string;
24970
+ };
24971
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$": {
24972
+ additionalProperties: boolean;
24973
+ properties: {
24974
+ $exists: {
24975
+ const: boolean;
24976
+ };
24977
+ };
24978
+ required: string[];
24979
+ type: string;
24980
+ };
24981
+ "^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
24982
+ "^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
24983
+ "^parent\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
24984
+ "^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
24985
+ "^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
24986
+ "^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
24987
+ "^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
24988
+ "^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
24989
+ "^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
24990
+ "^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
24991
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
24992
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
24993
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
24994
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
24995
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
24996
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
24997
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
24998
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
24999
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
25000
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25001
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
25002
+ "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25003
+ "^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25004
+ "^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25005
+ "^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25006
+ "^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25007
+ "^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25008
+ "^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25009
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25010
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
25011
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
25012
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
25013
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
25014
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
25015
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25016
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
25017
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
25018
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25019
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
25020
+ "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25021
+ "^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25022
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25023
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
25024
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
25025
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25026
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
25027
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
24794
25028
  };
25029
+ type: string;
25030
+ default?: undefined;
25031
+ properties?: undefined;
25032
+ required?: undefined;
25033
+ maxProperties?: undefined;
25034
+ minProperties?: undefined;
25035
+ oneOf?: undefined;
24795
25036
  };
24796
- };
24797
- properties: {
24798
- docType: {
24799
- default: string;
24800
- enum: string[];
25037
+ indexMax: {
24801
25038
  type: string;
24802
25039
  };
24803
- id: {
25040
+ indexMin: {
25041
+ default: number;
24804
25042
  type: string;
24805
25043
  };
24806
- type: {
25044
+ indexStep: {
25045
+ default: number;
25046
+ type: string;
25047
+ };
25048
+ initType: {
25049
+ const: string;
24807
25050
  default: string;
24808
- enum: string[];
24809
25051
  type: string;
24810
25052
  };
24811
- isLive?: undefined;
24812
- q?: undefined;
24813
- slug?: undefined;
24814
- index?: undefined;
24815
- folder?: undefined;
24816
- ownerId?: undefined;
24817
- address?: undefined;
24818
- userId?: undefined;
24819
- contextId?: undefined;
24820
- contextType?: undefined;
24821
- formId?: undefined;
24822
- };
24823
- required: string[];
24824
- then: {
24825
- properties: {
24826
- id: {
24827
- default: string;
24828
- pattern: string;
24829
- };
25053
+ locality: {
25054
+ const: string;
25055
+ default: string;
25056
+ type: string;
24830
25057
  };
24831
- };
24832
- type: string;
24833
- allOf?: undefined;
24834
- slug?: undefined;
24835
- };
24836
- request: {
24837
- additionalProperties: boolean;
24838
- properties: {
24839
- contentKey: {
25058
+ name: {
24840
25059
  type: string;
24841
25060
  };
24842
- folderId: {
25061
+ notSourceKey: {
25062
+ const: boolean;
25063
+ default: boolean;
25064
+ type: string;
25065
+ };
25066
+ ranges: {
25067
+ additionalProperties: boolean;
25068
+ patternProperties: {
25069
+ "^[^\\s]+$": {
25070
+ additionalProperties: boolean;
25071
+ properties: {
25072
+ indexMax: {
25073
+ type: string;
25074
+ };
25075
+ indexMin: {
25076
+ type: string;
25077
+ };
25078
+ };
25079
+ required: string[];
25080
+ type: string;
25081
+ };
25082
+ };
25083
+ type: string;
25084
+ };
25085
+ searchBy: {
25086
+ anyOf: ({
25087
+ type: string;
25088
+ items?: undefined;
25089
+ minItems?: undefined;
25090
+ } | {
25091
+ items: {
25092
+ type: string;
25093
+ };
25094
+ minItems: number;
25095
+ type: string;
25096
+ })[];
25097
+ };
25098
+ searchType: {
25099
+ const: string[];
25100
+ default: string[];
25101
+ items: {
25102
+ enum: string[];
25103
+ type: string;
25104
+ };
24843
25105
  type: string;
24844
25106
  };
24845
25107
  app?: undefined;
24846
25108
  email?: undefined;
24847
25109
  isInvitation?: undefined;
24848
25110
  mode?: undefined;
24849
- name?: undefined;
24850
25111
  pendingUserId?: undefined;
24851
25112
  pwd?: undefined;
24852
25113
  username?: undefined;
@@ -24893,7 +25154,6 @@ declare const endpoints: {
24893
25154
  tpl?: undefined;
24894
25155
  listInvite?: undefined;
24895
25156
  dateLimit?: undefined;
24896
- indexStep?: undefined;
24897
25157
  search?: undefined;
24898
25158
  ids?: undefined;
24899
25159
  json?: undefined;
@@ -24917,19 +25177,7 @@ declare const endpoints: {
24917
25177
  parentCommentId?: undefined;
24918
25178
  path?: undefined;
24919
25179
  params?: undefined;
24920
- count?: undefined;
24921
- countType?: undefined;
24922
- fediverse?: undefined;
24923
- filters?: undefined;
24924
- indexMax?: undefined;
24925
- indexMin?: undefined;
24926
- initType?: undefined;
24927
- locality?: undefined;
24928
- notSourceKey?: undefined;
24929
- ranges?: undefined;
24930
- searchBy?: undefined;
24931
25180
  searchTags?: undefined;
24932
- searchType?: undefined;
24933
25181
  countryCode?: undefined;
24934
25182
  formInMap?: undefined;
24935
25183
  scopeValue?: undefined;
@@ -24988,11 +25236,8 @@ declare const endpoints: {
24988
25236
  narative?: undefined;
24989
25237
  endDateUTC?: undefined;
24990
25238
  startDateUTC?: undefined;
24991
- mapUsed?: undefined;
24992
- options?: undefined;
24993
- sortBy?: undefined;
24994
- sourceKey?: undefined;
24995
25239
  parent_only?: undefined;
25240
+ sourceKey?: undefined;
24996
25241
  types?: undefined;
24997
25242
  date?: undefined;
24998
25243
  fromToday?: undefined;
@@ -25000,6 +25245,11 @@ declare const endpoints: {
25000
25245
  timezone?: undefined;
25001
25246
  event?: undefined;
25002
25247
  tl?: undefined;
25248
+ contentKey?: undefined;
25249
+ folderId?: undefined;
25250
+ mapUsed?: undefined;
25251
+ options?: undefined;
25252
+ sortBy?: undefined;
25003
25253
  answerId?: undefined;
25004
25254
  finderPath?: undefined;
25005
25255
  formId?: undefined;
@@ -25041,8 +25291,8 @@ declare const endpoints: {
25041
25291
  section?: undefined;
25042
25292
  subtype?: undefined;
25043
25293
  };
25294
+ required: string[];
25044
25295
  type: string;
25045
- required?: undefined;
25046
25296
  allOf?: undefined;
25047
25297
  $defs?: undefined;
25048
25298
  else?: undefined;
@@ -25054,13 +25304,26 @@ declare const endpoints: {
25054
25304
  generateModule?: undefined;
25055
25305
  onlyAuthNone?: undefined;
25056
25306
  postActions?: undefined;
25307
+ pathParams?: undefined;
25057
25308
  params?: undefined;
25309
+ functionCocostum?: undefined;
25058
25310
  } | {
25059
25311
  auth: string;
25060
25312
  constant: string;
25061
25313
  contentType: string;
25062
25314
  method: string;
25063
25315
  path: string;
25316
+ pathParams: {
25317
+ additionalProperties: boolean;
25318
+ properties: {
25319
+ id: {
25320
+ pattern: string;
25321
+ type: string;
25322
+ };
25323
+ };
25324
+ required: string[];
25325
+ type: string;
25326
+ };
25064
25327
  request: {
25065
25328
  additionalProperties: boolean;
25066
25329
  properties: {
@@ -25092,8 +25355,50 @@ declare const endpoints: {
25092
25355
  };
25093
25356
  };
25094
25357
  }[];
25358
+ default: {
25359
+ "links.events.@{pathParams.id}": {
25360
+ $exists: boolean;
25361
+ };
25362
+ "links.events.@{pathParams.id}.isInviting": {
25363
+ $exists: boolean;
25364
+ };
25365
+ "links.events.@{pathParams.id}.toBeValidated": {
25366
+ $exists: boolean;
25367
+ };
25368
+ $or?: undefined;
25369
+ "links.contributors.@userId"?: undefined;
25370
+ "links.contributors.@{pathParams.id}"?: undefined;
25371
+ "parent.@userId"?: undefined;
25372
+ "parent.@{pathParams.id}"?: undefined;
25373
+ "links.members.@userId"?: undefined;
25374
+ "links.members.@userId.isInviting"?: undefined;
25375
+ "links.members.@userId.toBeValidated"?: undefined;
25376
+ "links.members.@{pathParams.id}"?: undefined;
25377
+ "links.members.@{pathParams.id}.isInviting"?: undefined;
25378
+ "links.members.@{pathParams.id}.toBeValidated"?: undefined;
25379
+ "links.memberOf.@{pathParams.id}"?: undefined;
25380
+ "links.memberOf.@{pathParams.id}.isInviting"?: undefined;
25381
+ "links.memberOf.@{pathParams.id}.toBeValidated"?: undefined;
25382
+ "links.friends.@{pathParams.id}"?: undefined;
25383
+ "links.friends.@{pathParams.id}.isInviting"?: undefined;
25384
+ "links.friends.@{pathParams.id}.toBeValidated"?: undefined;
25385
+ "links.followers.@userId"?: undefined;
25386
+ "links.followers.@{userId}.isInviting"?: undefined;
25387
+ "links.followers.@{userId}.toBeValidated"?: undefined;
25388
+ "links.followers.@{pathParams.id}"?: undefined;
25389
+ "links.followers.@{pathParams.id}.isInviting"?: undefined;
25390
+ "links.followers.@{pathParams.id}.toBeValidated"?: undefined;
25391
+ "links.follows.@userId"?: undefined;
25392
+ "links.follows.@{userId}.isInviting"?: undefined;
25393
+ "links.follows.@{userId}.toBeValidated"?: undefined;
25394
+ "links.follows.@{pathParams.id}"?: undefined;
25395
+ "links.projects.@{pathParams.id}"?: undefined;
25396
+ "links.projects.@{pathParams.id}.isInviting"?: undefined;
25397
+ "links.projects.@{pathParams.id}.toBeValidated"?: undefined;
25398
+ "links.attendees.@userId"?: undefined;
25399
+ };
25095
25400
  patternProperties: {
25096
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$": {
25401
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$": {
25097
25402
  additionalProperties: boolean;
25098
25403
  properties: {
25099
25404
  $exists: {
@@ -25103,7 +25408,7 @@ declare const endpoints: {
25103
25408
  required: string[];
25104
25409
  type: string;
25105
25410
  };
25106
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$": {
25411
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$": {
25107
25412
  additionalProperties: boolean;
25108
25413
  properties: {
25109
25414
  $exists: {
@@ -25113,7 +25418,7 @@ declare const endpoints: {
25113
25418
  required: string[];
25114
25419
  type: string;
25115
25420
  };
25116
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$": {
25421
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$": {
25117
25422
  additionalProperties: boolean;
25118
25423
  properties: {
25119
25424
  $exists: {
@@ -25123,7 +25428,7 @@ declare const endpoints: {
25123
25428
  required: string[];
25124
25429
  type: string;
25125
25430
  };
25126
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$": {
25431
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$": {
25127
25432
  additionalProperties: boolean;
25128
25433
  properties: {
25129
25434
  $exists: {
@@ -25134,7 +25439,7 @@ declare const endpoints: {
25134
25439
  required: string[];
25135
25440
  type: string;
25136
25441
  };
25137
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$": {
25442
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$": {
25138
25443
  additionalProperties: boolean;
25139
25444
  properties: {
25140
25445
  $in: {
@@ -25148,11 +25453,12 @@ declare const endpoints: {
25148
25453
  required: string[];
25149
25454
  type: string;
25150
25455
  };
25151
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$": {
25456
+ "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$": {
25152
25457
  additionalProperties: boolean;
25153
25458
  properties: {
25154
25459
  $exists: {
25155
- const: boolean;
25460
+ default: boolean;
25461
+ type: string;
25156
25462
  };
25157
25463
  };
25158
25464
  required: string[];
@@ -25199,15 +25505,14 @@ declare const endpoints: {
25199
25505
  "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
25200
25506
  "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25201
25507
  "^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25202
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25203
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
25204
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
25205
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25206
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
25207
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25508
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25509
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
25510
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
25511
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
25512
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
25513
+ "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
25208
25514
  };
25209
25515
  type: string;
25210
- default?: undefined;
25211
25516
  properties?: undefined;
25212
25517
  required?: undefined;
25213
25518
  maxProperties?: undefined;
@@ -25263,8 +25568,17 @@ declare const endpoints: {
25263
25568
  type: string;
25264
25569
  };
25265
25570
  searchBy: {
25266
- enum: string[];
25267
- type: string;
25571
+ anyOf: ({
25572
+ type: string;
25573
+ items?: undefined;
25574
+ minItems?: undefined;
25575
+ } | {
25576
+ items: {
25577
+ type: string;
25578
+ };
25579
+ minItems: number;
25580
+ type: string;
25581
+ })[];
25268
25582
  };
25269
25583
  searchType: {
25270
25584
  const: string[];
@@ -25407,11 +25721,8 @@ declare const endpoints: {
25407
25721
  narative?: undefined;
25408
25722
  endDateUTC?: undefined;
25409
25723
  startDateUTC?: undefined;
25410
- mapUsed?: undefined;
25411
- options?: undefined;
25412
- sortBy?: undefined;
25413
- sourceKey?: undefined;
25414
25724
  parent_only?: undefined;
25725
+ sourceKey?: undefined;
25415
25726
  types?: undefined;
25416
25727
  date?: undefined;
25417
25728
  fromToday?: undefined;
@@ -25421,6 +25732,9 @@ declare const endpoints: {
25421
25732
  tl?: undefined;
25422
25733
  contentKey?: undefined;
25423
25734
  folderId?: undefined;
25735
+ mapUsed?: undefined;
25736
+ options?: undefined;
25737
+ sortBy?: undefined;
25424
25738
  answerId?: undefined;
25425
25739
  finderPath?: undefined;
25426
25740
  formId?: undefined;
@@ -25475,37 +25789,47 @@ declare const endpoints: {
25475
25789
  generateModule?: undefined;
25476
25790
  onlyAuthNone?: undefined;
25477
25791
  postActions?: undefined;
25478
- pathParams?: undefined;
25479
25792
  params?: undefined;
25480
25793
  functionCocostum?: undefined;
25481
25794
  } | {
25482
25795
  auth: string;
25483
25796
  constant: string;
25484
25797
  contentType: string;
25798
+ functionCocostum: string;
25485
25799
  method: string;
25486
25800
  path: string;
25487
- pathParams: {
25801
+ request: {
25488
25802
  additionalProperties: boolean;
25489
25803
  properties: {
25490
- id: {
25804
+ contextId: {
25491
25805
  pattern: string;
25492
25806
  type: string;
25493
25807
  };
25494
- };
25495
- required: string[];
25496
- type: string;
25497
- };
25498
- request: {
25499
- additionalProperties: boolean;
25500
- properties: {
25808
+ contextType: {
25809
+ enum: string[];
25810
+ type: string;
25811
+ };
25812
+ costumEditMode: {
25813
+ default: boolean;
25814
+ type: string;
25815
+ };
25816
+ costumId: {
25817
+ pattern: string;
25818
+ type: string;
25819
+ };
25820
+ costumSlug: {
25821
+ type: string;
25822
+ };
25823
+ costumType: {
25824
+ enum: string[];
25825
+ type: string;
25826
+ };
25501
25827
  count: {
25502
25828
  const: boolean;
25503
25829
  default: boolean;
25504
25830
  type: string;
25505
25831
  };
25506
25832
  countType: {
25507
- const: string[];
25508
- default: string[];
25509
25833
  items: {
25510
25834
  enum: string[];
25511
25835
  type: string;
@@ -25513,182 +25837,26 @@ declare const endpoints: {
25513
25837
  type: string;
25514
25838
  };
25515
25839
  fediverse: {
25516
- const: boolean;
25517
25840
  default: boolean;
25518
25841
  type: string;
25519
25842
  };
25520
- filters: {
25521
- additionalProperties: boolean;
25522
- allOf: {
25523
- not: {
25524
- propertyNames: {
25525
- pattern: string;
25526
- };
25527
- };
25528
- }[];
25529
- default: {
25530
- "links.events.@{pathParams.id}": {
25531
- $exists: boolean;
25532
- };
25533
- "links.events.@{pathParams.id}.isInviting": {
25534
- $exists: boolean;
25535
- };
25536
- "links.events.@{pathParams.id}.toBeValidated": {
25537
- $exists: boolean;
25538
- };
25539
- $or?: undefined;
25540
- "links.contributors.@userId"?: undefined;
25541
- "links.contributors.@{pathParams.id}"?: undefined;
25542
- "parent.@userId"?: undefined;
25543
- "parent.@{pathParams.id}"?: undefined;
25544
- "links.members.@userId"?: undefined;
25545
- "links.members.@userId.isInviting"?: undefined;
25546
- "links.members.@userId.toBeValidated"?: undefined;
25547
- "links.members.@{pathParams.id}"?: undefined;
25548
- "links.members.@{pathParams.id}.isInviting"?: undefined;
25549
- "links.members.@{pathParams.id}.toBeValidated"?: undefined;
25550
- "links.memberOf.@{pathParams.id}"?: undefined;
25551
- "links.memberOf.@{pathParams.id}.isInviting"?: undefined;
25552
- "links.memberOf.@{pathParams.id}.toBeValidated"?: undefined;
25553
- "links.friends.@{pathParams.id}"?: undefined;
25554
- "links.friends.@{pathParams.id}.isInviting"?: undefined;
25555
- "links.friends.@{pathParams.id}.toBeValidated"?: undefined;
25556
- "links.followers.@userId"?: undefined;
25557
- "links.followers.@{userId}.isInviting"?: undefined;
25558
- "links.followers.@{userId}.toBeValidated"?: undefined;
25559
- "links.followers.@{pathParams.id}"?: undefined;
25560
- "links.followers.@{pathParams.id}.isInviting"?: undefined;
25561
- "links.followers.@{pathParams.id}.toBeValidated"?: undefined;
25562
- "links.follows.@userId"?: undefined;
25563
- "links.follows.@{userId}.isInviting"?: undefined;
25564
- "links.follows.@{userId}.toBeValidated"?: undefined;
25565
- "links.follows.@{pathParams.id}"?: undefined;
25566
- "links.projects.@{pathParams.id}"?: undefined;
25567
- "links.projects.@{pathParams.id}.isInviting"?: undefined;
25568
- "links.projects.@{pathParams.id}.toBeValidated"?: undefined;
25569
- "links.attendees.@userId"?: undefined;
25570
- };
25571
- patternProperties: {
25572
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$": {
25573
- additionalProperties: boolean;
25574
- properties: {
25575
- $exists: {
25576
- const: boolean;
25577
- };
25578
- };
25579
- required: string[];
25580
- type: string;
25581
- };
25582
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$": {
25583
- additionalProperties: boolean;
25584
- properties: {
25585
- $exists: {
25586
- const: boolean;
25587
- };
25588
- };
25589
- required: string[];
25590
- type: string;
25591
- };
25592
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$": {
25593
- additionalProperties: boolean;
25594
- properties: {
25595
- $exists: {
25596
- const: boolean;
25597
- };
25598
- };
25599
- required: string[];
25600
- type: string;
25601
- };
25602
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$": {
25603
- additionalProperties: boolean;
25604
- properties: {
25605
- $exists: {
25606
- default: boolean;
25607
- type: string;
25608
- };
25609
- };
25610
- required: string[];
25611
- type: string;
25612
- };
25613
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$": {
25614
- additionalProperties: boolean;
25615
- properties: {
25616
- $in: {
25617
- items: {
25618
- type: string;
25619
- };
25620
- minItems: number;
25621
- type: string;
25622
- };
25623
- };
25624
- required: string[];
25625
- type: string;
25626
- };
25627
- "^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$": {
25628
- additionalProperties: boolean;
25629
- properties: {
25630
- $exists: {
25631
- default: boolean;
25632
- type: string;
25633
- };
25634
- };
25635
- required: string[];
25636
- type: string;
25637
- };
25638
- "^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25639
- "^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25640
- "^parent\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25641
- "^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25642
- "^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25643
- "^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
25644
- "^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
25645
- "^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25646
- "^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25647
- "^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25648
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25649
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
25650
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
25651
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
25652
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
25653
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
25654
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25655
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
25656
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
25657
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25658
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
25659
- "^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25660
- "^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25661
- "^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25662
- "^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25663
- "^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25664
- "^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25665
- "^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25666
- "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25667
- "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
25668
- "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
25669
- "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
25670
- "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
25671
- "^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
25672
- "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
25673
- "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
25674
- "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
25675
- "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
25676
- "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
25677
- "^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
25678
- "^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25679
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
25680
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
25681
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
25682
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
25683
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
25684
- "^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
25843
+ fields: {
25844
+ items: {
25845
+ type: string;
25685
25846
  };
25686
25847
  type: string;
25687
- properties?: undefined;
25688
- required?: undefined;
25689
- maxProperties?: undefined;
25690
- minProperties?: undefined;
25691
- oneOf?: undefined;
25848
+ };
25849
+ filters: {
25850
+ default: string;
25851
+ oneOf: ({
25852
+ additionalProperties: boolean;
25853
+ type: string;
25854
+ const?: undefined;
25855
+ } | {
25856
+ const: string;
25857
+ type: string;
25858
+ additionalProperties?: undefined;
25859
+ })[];
25692
25860
  };
25693
25861
  indexMax: {
25694
25862
  type: string;
@@ -25701,14 +25869,36 @@ declare const endpoints: {
25701
25869
  default: number;
25702
25870
  type: string;
25703
25871
  };
25704
- initType: {
25705
- const: string;
25706
- default: string;
25872
+ initType: {
25873
+ const: string;
25874
+ default: string;
25875
+ type: string;
25876
+ };
25877
+ locality: {
25878
+ additionalProperties: boolean;
25879
+ patternProperties: {
25880
+ "^[^\\s]+$": {
25881
+ additionalProperties: boolean;
25882
+ properties: {
25883
+ id: {
25884
+ type: string;
25885
+ };
25886
+ type: {
25887
+ enum: string[];
25888
+ type: string;
25889
+ };
25890
+ };
25891
+ required: string[];
25892
+ type: string;
25893
+ };
25894
+ };
25895
+ type: string;
25896
+ };
25897
+ mapUsed: {
25898
+ const: boolean;
25707
25899
  type: string;
25708
25900
  };
25709
- locality: {
25710
- const: string;
25711
- default: string;
25901
+ mode: {
25712
25902
  type: string;
25713
25903
  };
25714
25904
  name: {
@@ -25716,7 +25906,21 @@ declare const endpoints: {
25716
25906
  };
25717
25907
  notSourceKey: {
25718
25908
  const: boolean;
25719
- default: boolean;
25909
+ type: string;
25910
+ };
25911
+ options: {
25912
+ additionalProperties: boolean;
25913
+ properties: {
25914
+ tags: {
25915
+ additionalProperties: boolean;
25916
+ properties: {
25917
+ verb: {
25918
+ type: string;
25919
+ };
25920
+ };
25921
+ type: string;
25922
+ };
25923
+ };
25720
25924
  type: string;
25721
25925
  };
25722
25926
  ranges: {
@@ -25739,22 +25943,47 @@ declare const endpoints: {
25739
25943
  type: string;
25740
25944
  };
25741
25945
  searchBy: {
25742
- enum: string[];
25946
+ anyOf: ({
25947
+ type: string;
25948
+ items?: undefined;
25949
+ minItems?: undefined;
25950
+ } | {
25951
+ items: {
25952
+ type: string;
25953
+ };
25954
+ minItems: number;
25955
+ type: string;
25956
+ })[];
25957
+ };
25958
+ searchTags: {
25959
+ items: {
25960
+ type: string;
25961
+ };
25743
25962
  type: string;
25744
25963
  };
25745
25964
  searchType: {
25746
- const: string[];
25747
- default: string[];
25748
25965
  items: {
25749
25966
  enum: string[];
25750
25967
  type: string;
25751
25968
  };
25752
25969
  type: string;
25753
25970
  };
25971
+ sortBy: {
25972
+ additionalProperties: {
25973
+ enum: number[];
25974
+ type: string;
25975
+ };
25976
+ type: string;
25977
+ };
25978
+ sourceKey: {
25979
+ items: {
25980
+ type: string;
25981
+ };
25982
+ type: string;
25983
+ };
25754
25984
  app?: undefined;
25755
25985
  email?: undefined;
25756
25986
  isInvitation?: undefined;
25757
- mode?: undefined;
25758
25987
  pendingUserId?: undefined;
25759
25988
  pwd?: undefined;
25760
25989
  username?: undefined;
@@ -25819,26 +26048,18 @@ declare const endpoints: {
25819
26048
  comment?: undefined;
25820
26049
  connectType?: undefined;
25821
26050
  argval?: undefined;
25822
- contextId?: undefined;
25823
- contextType?: undefined;
25824
26051
  parentCommentId?: undefined;
25825
26052
  path?: undefined;
25826
26053
  params?: undefined;
25827
- searchTags?: undefined;
25828
26054
  countryCode?: undefined;
25829
26055
  formInMap?: undefined;
25830
26056
  scopeValue?: undefined;
25831
- fields?: undefined;
25832
26057
  collection?: undefined;
25833
26058
  pull?: undefined;
25834
26059
  arrayForm?: undefined;
25835
26060
  buildingSurfaceArea?: undefined;
25836
26061
  compagnon?: undefined;
25837
26062
  costum?: undefined;
25838
- costumEditMode?: undefined;
25839
- costumId?: undefined;
25840
- costumSlug?: undefined;
25841
- costumType?: undefined;
25842
26063
  filiere?: undefined;
25843
26064
  holderOrganization?: undefined;
25844
26065
  key?: undefined;
@@ -25883,10 +26104,6 @@ declare const endpoints: {
25883
26104
  narative?: undefined;
25884
26105
  endDateUTC?: undefined;
25885
26106
  startDateUTC?: undefined;
25886
- mapUsed?: undefined;
25887
- options?: undefined;
25888
- sortBy?: undefined;
25889
- sourceKey?: undefined;
25890
26107
  parent_only?: undefined;
25891
26108
  types?: undefined;
25892
26109
  date?: undefined;
@@ -25951,8 +26168,8 @@ declare const endpoints: {
25951
26168
  generateModule?: undefined;
25952
26169
  onlyAuthNone?: undefined;
25953
26170
  postActions?: undefined;
26171
+ pathParams?: undefined;
25954
26172
  params?: undefined;
25955
- functionCocostum?: undefined;
25956
26173
  } | {
25957
26174
  auth: string;
25958
26175
  constant: string;
@@ -26124,11 +26341,8 @@ declare const endpoints: {
26124
26341
  narative?: undefined;
26125
26342
  endDateUTC?: undefined;
26126
26343
  startDateUTC?: undefined;
26127
- mapUsed?: undefined;
26128
- options?: undefined;
26129
- sortBy?: undefined;
26130
- sourceKey?: undefined;
26131
26344
  parent_only?: undefined;
26345
+ sourceKey?: undefined;
26132
26346
  types?: undefined;
26133
26347
  date?: undefined;
26134
26348
  fromToday?: undefined;
@@ -26138,6 +26352,9 @@ declare const endpoints: {
26138
26352
  tl?: undefined;
26139
26353
  contentKey?: undefined;
26140
26354
  folderId?: undefined;
26355
+ mapUsed?: undefined;
26356
+ options?: undefined;
26357
+ sortBy?: undefined;
26141
26358
  parentFormId?: undefined;
26142
26359
  docType?: undefined;
26143
26360
  subKey?: undefined;
@@ -26351,11 +26568,8 @@ declare const endpoints: {
26351
26568
  narative?: undefined;
26352
26569
  endDateUTC?: undefined;
26353
26570
  startDateUTC?: undefined;
26354
- mapUsed?: undefined;
26355
- options?: undefined;
26356
- sortBy?: undefined;
26357
- sourceKey?: undefined;
26358
26571
  parent_only?: undefined;
26572
+ sourceKey?: undefined;
26359
26573
  types?: undefined;
26360
26574
  date?: undefined;
26361
26575
  fromToday?: undefined;
@@ -26365,6 +26579,9 @@ declare const endpoints: {
26365
26579
  tl?: undefined;
26366
26580
  contentKey?: undefined;
26367
26581
  folderId?: undefined;
26582
+ mapUsed?: undefined;
26583
+ options?: undefined;
26584
+ sortBy?: undefined;
26368
26585
  answerId?: undefined;
26369
26586
  finderPath?: undefined;
26370
26587
  formId?: undefined;
@@ -26604,11 +26821,8 @@ declare const endpoints: {
26604
26821
  narative?: undefined;
26605
26822
  endDateUTC?: undefined;
26606
26823
  startDateUTC?: undefined;
26607
- mapUsed?: undefined;
26608
- options?: undefined;
26609
- sortBy?: undefined;
26610
- sourceKey?: undefined;
26611
26824
  parent_only?: undefined;
26825
+ sourceKey?: undefined;
26612
26826
  types?: undefined;
26613
26827
  date?: undefined;
26614
26828
  fromToday?: undefined;
@@ -26617,6 +26831,9 @@ declare const endpoints: {
26617
26831
  event?: undefined;
26618
26832
  tl?: undefined;
26619
26833
  folderId?: undefined;
26834
+ mapUsed?: undefined;
26835
+ options?: undefined;
26836
+ sortBy?: undefined;
26620
26837
  finderPath?: undefined;
26621
26838
  parentFormId?: undefined;
26622
26839
  addedOptions?: undefined;
@@ -26841,11 +27058,8 @@ declare const endpoints: {
26841
27058
  narative?: undefined;
26842
27059
  endDateUTC?: undefined;
26843
27060
  startDateUTC?: undefined;
26844
- mapUsed?: undefined;
26845
- options?: undefined;
26846
- sortBy?: undefined;
26847
- sourceKey?: undefined;
26848
27061
  parent_only?: undefined;
27062
+ sourceKey?: undefined;
26849
27063
  types?: undefined;
26850
27064
  date?: undefined;
26851
27065
  fromToday?: undefined;
@@ -26854,6 +27068,9 @@ declare const endpoints: {
26854
27068
  event?: undefined;
26855
27069
  tl?: undefined;
26856
27070
  folderId?: undefined;
27071
+ mapUsed?: undefined;
27072
+ options?: undefined;
27073
+ sortBy?: undefined;
26857
27074
  finderPath?: undefined;
26858
27075
  formId?: undefined;
26859
27076
  parentFormId?: undefined;
@@ -27080,11 +27297,8 @@ declare const endpoints: {
27080
27297
  narative?: undefined;
27081
27298
  endDateUTC?: undefined;
27082
27299
  startDateUTC?: undefined;
27083
- mapUsed?: undefined;
27084
- options?: undefined;
27085
- sortBy?: undefined;
27086
- sourceKey?: undefined;
27087
27300
  parent_only?: undefined;
27301
+ sourceKey?: undefined;
27088
27302
  types?: undefined;
27089
27303
  date?: undefined;
27090
27304
  fromToday?: undefined;
@@ -27094,6 +27308,9 @@ declare const endpoints: {
27094
27308
  tl?: undefined;
27095
27309
  contentKey?: undefined;
27096
27310
  folderId?: undefined;
27311
+ mapUsed?: undefined;
27312
+ options?: undefined;
27313
+ sortBy?: undefined;
27097
27314
  finderPath?: undefined;
27098
27315
  parentFormId?: undefined;
27099
27316
  docType?: undefined;
@@ -27324,11 +27541,8 @@ declare const endpoints: {
27324
27541
  narative?: undefined;
27325
27542
  endDateUTC?: undefined;
27326
27543
  startDateUTC?: undefined;
27327
- mapUsed?: undefined;
27328
- options?: undefined;
27329
- sortBy?: undefined;
27330
- sourceKey?: undefined;
27331
27544
  parent_only?: undefined;
27545
+ sourceKey?: undefined;
27332
27546
  types?: undefined;
27333
27547
  date?: undefined;
27334
27548
  fromToday?: undefined;
@@ -27338,6 +27552,9 @@ declare const endpoints: {
27338
27552
  tl?: undefined;
27339
27553
  contentKey?: undefined;
27340
27554
  folderId?: undefined;
27555
+ mapUsed?: undefined;
27556
+ options?: undefined;
27557
+ sortBy?: undefined;
27341
27558
  answerId?: undefined;
27342
27559
  finderPath?: undefined;
27343
27560
  formId?: undefined;
@@ -27574,11 +27791,8 @@ declare const endpoints: {
27574
27791
  narative?: undefined;
27575
27792
  endDateUTC?: undefined;
27576
27793
  startDateUTC?: undefined;
27577
- mapUsed?: undefined;
27578
- options?: undefined;
27579
- sortBy?: undefined;
27580
- sourceKey?: undefined;
27581
27794
  parent_only?: undefined;
27795
+ sourceKey?: undefined;
27582
27796
  types?: undefined;
27583
27797
  date?: undefined;
27584
27798
  fromToday?: undefined;
@@ -27588,6 +27802,9 @@ declare const endpoints: {
27588
27802
  tl?: undefined;
27589
27803
  contentKey?: undefined;
27590
27804
  folderId?: undefined;
27805
+ mapUsed?: undefined;
27806
+ options?: undefined;
27807
+ sortBy?: undefined;
27591
27808
  answerId?: undefined;
27592
27809
  finderPath?: undefined;
27593
27810
  formId?: undefined;
@@ -27849,11 +28066,8 @@ declare const endpoints: {
27849
28066
  narative?: undefined;
27850
28067
  endDateUTC?: undefined;
27851
28068
  startDateUTC?: undefined;
27852
- mapUsed?: undefined;
27853
- options?: undefined;
27854
- sortBy?: undefined;
27855
- sourceKey?: undefined;
27856
28069
  parent_only?: undefined;
28070
+ sourceKey?: undefined;
27857
28071
  types?: undefined;
27858
28072
  date?: undefined;
27859
28073
  fromToday?: undefined;
@@ -27863,6 +28077,9 @@ declare const endpoints: {
27863
28077
  tl?: undefined;
27864
28078
  contentKey?: undefined;
27865
28079
  folderId?: undefined;
28080
+ mapUsed?: undefined;
28081
+ options?: undefined;
28082
+ sortBy?: undefined;
27866
28083
  answerId?: undefined;
27867
28084
  finderPath?: undefined;
27868
28085
  formId?: undefined;
@@ -28122,11 +28339,8 @@ declare const endpoints: {
28122
28339
  narative?: undefined;
28123
28340
  endDateUTC?: undefined;
28124
28341
  startDateUTC?: undefined;
28125
- mapUsed?: undefined;
28126
- options?: undefined;
28127
- sortBy?: undefined;
28128
- sourceKey?: undefined;
28129
28342
  parent_only?: undefined;
28343
+ sourceKey?: undefined;
28130
28344
  types?: undefined;
28131
28345
  date?: undefined;
28132
28346
  fromToday?: undefined;
@@ -28136,6 +28350,9 @@ declare const endpoints: {
28136
28350
  tl?: undefined;
28137
28351
  contentKey?: undefined;
28138
28352
  folderId?: undefined;
28353
+ mapUsed?: undefined;
28354
+ options?: undefined;
28355
+ sortBy?: undefined;
28139
28356
  answerId?: undefined;
28140
28357
  finderPath?: undefined;
28141
28358
  formId?: undefined;
@@ -28368,11 +28585,8 @@ declare const endpoints: {
28368
28585
  narative?: undefined;
28369
28586
  endDateUTC?: undefined;
28370
28587
  startDateUTC?: undefined;
28371
- mapUsed?: undefined;
28372
- options?: undefined;
28373
- sortBy?: undefined;
28374
- sourceKey?: undefined;
28375
28588
  parent_only?: undefined;
28589
+ sourceKey?: undefined;
28376
28590
  types?: undefined;
28377
28591
  date?: undefined;
28378
28592
  fromToday?: undefined;
@@ -28382,6 +28596,9 @@ declare const endpoints: {
28382
28596
  tl?: undefined;
28383
28597
  contentKey?: undefined;
28384
28598
  folderId?: undefined;
28599
+ mapUsed?: undefined;
28600
+ options?: undefined;
28601
+ sortBy?: undefined;
28385
28602
  answerId?: undefined;
28386
28603
  finderPath?: undefined;
28387
28604
  formId?: undefined;
@@ -28600,11 +28817,8 @@ declare const endpoints: {
28600
28817
  narative?: undefined;
28601
28818
  endDateUTC?: undefined;
28602
28819
  startDateUTC?: undefined;
28603
- mapUsed?: undefined;
28604
- options?: undefined;
28605
- sortBy?: undefined;
28606
- sourceKey?: undefined;
28607
28820
  parent_only?: undefined;
28821
+ sourceKey?: undefined;
28608
28822
  types?: undefined;
28609
28823
  date?: undefined;
28610
28824
  fromToday?: undefined;
@@ -28614,6 +28828,9 @@ declare const endpoints: {
28614
28828
  tl?: undefined;
28615
28829
  contentKey?: undefined;
28616
28830
  folderId?: undefined;
28831
+ mapUsed?: undefined;
28832
+ options?: undefined;
28833
+ sortBy?: undefined;
28617
28834
  answerId?: undefined;
28618
28835
  finderPath?: undefined;
28619
28836
  formId?: undefined;
@@ -28845,11 +29062,8 @@ declare const endpoints: {
28845
29062
  narative?: undefined;
28846
29063
  endDateUTC?: undefined;
28847
29064
  startDateUTC?: undefined;
28848
- mapUsed?: undefined;
28849
- options?: undefined;
28850
- sortBy?: undefined;
28851
- sourceKey?: undefined;
28852
29065
  parent_only?: undefined;
29066
+ sourceKey?: undefined;
28853
29067
  types?: undefined;
28854
29068
  date?: undefined;
28855
29069
  fromToday?: undefined;
@@ -28859,6 +29073,9 @@ declare const endpoints: {
28859
29073
  tl?: undefined;
28860
29074
  contentKey?: undefined;
28861
29075
  folderId?: undefined;
29076
+ mapUsed?: undefined;
29077
+ options?: undefined;
29078
+ sortBy?: undefined;
28862
29079
  answerId?: undefined;
28863
29080
  finderPath?: undefined;
28864
29081
  formId?: undefined;
@@ -29086,10 +29303,8 @@ declare const endpoints: {
29086
29303
  narative?: undefined;
29087
29304
  endDateUTC?: undefined;
29088
29305
  startDateUTC?: undefined;
29089
- mapUsed?: undefined;
29090
- options?: undefined;
29091
- sourceKey?: undefined;
29092
29306
  parent_only?: undefined;
29307
+ sourceKey?: undefined;
29093
29308
  types?: undefined;
29094
29309
  date?: undefined;
29095
29310
  fromToday?: undefined;
@@ -29099,6 +29314,8 @@ declare const endpoints: {
29099
29314
  tl?: undefined;
29100
29315
  contentKey?: undefined;
29101
29316
  folderId?: undefined;
29317
+ mapUsed?: undefined;
29318
+ options?: undefined;
29102
29319
  answerId?: undefined;
29103
29320
  finderPath?: undefined;
29104
29321
  formId?: undefined;
@@ -29319,11 +29536,8 @@ declare const endpoints: {
29319
29536
  narative?: undefined;
29320
29537
  endDateUTC?: undefined;
29321
29538
  startDateUTC?: undefined;
29322
- mapUsed?: undefined;
29323
- options?: undefined;
29324
- sortBy?: undefined;
29325
- sourceKey?: undefined;
29326
29539
  parent_only?: undefined;
29540
+ sourceKey?: undefined;
29327
29541
  types?: undefined;
29328
29542
  date?: undefined;
29329
29543
  fromToday?: undefined;
@@ -29333,6 +29547,9 @@ declare const endpoints: {
29333
29547
  tl?: undefined;
29334
29548
  contentKey?: undefined;
29335
29549
  folderId?: undefined;
29550
+ mapUsed?: undefined;
29551
+ options?: undefined;
29552
+ sortBy?: undefined;
29336
29553
  answerId?: undefined;
29337
29554
  finderPath?: undefined;
29338
29555
  formId?: undefined;
@@ -29575,11 +29792,8 @@ declare const endpoints: {
29575
29792
  narative?: undefined;
29576
29793
  endDateUTC?: undefined;
29577
29794
  startDateUTC?: undefined;
29578
- mapUsed?: undefined;
29579
- options?: undefined;
29580
- sortBy?: undefined;
29581
- sourceKey?: undefined;
29582
29795
  parent_only?: undefined;
29796
+ sourceKey?: undefined;
29583
29797
  types?: undefined;
29584
29798
  date?: undefined;
29585
29799
  fromToday?: undefined;
@@ -29589,6 +29803,9 @@ declare const endpoints: {
29589
29803
  tl?: undefined;
29590
29804
  contentKey?: undefined;
29591
29805
  folderId?: undefined;
29806
+ mapUsed?: undefined;
29807
+ options?: undefined;
29808
+ sortBy?: undefined;
29592
29809
  answerId?: undefined;
29593
29810
  finderPath?: undefined;
29594
29811
  formId?: undefined;
@@ -29830,11 +30047,8 @@ declare const endpoints: {
29830
30047
  narative?: undefined;
29831
30048
  endDateUTC?: undefined;
29832
30049
  startDateUTC?: undefined;
29833
- mapUsed?: undefined;
29834
- options?: undefined;
29835
- sortBy?: undefined;
29836
- sourceKey?: undefined;
29837
30050
  parent_only?: undefined;
30051
+ sourceKey?: undefined;
29838
30052
  types?: undefined;
29839
30053
  date?: undefined;
29840
30054
  fromToday?: undefined;
@@ -29844,6 +30058,9 @@ declare const endpoints: {
29844
30058
  tl?: undefined;
29845
30059
  contentKey?: undefined;
29846
30060
  folderId?: undefined;
30061
+ mapUsed?: undefined;
30062
+ options?: undefined;
30063
+ sortBy?: undefined;
29847
30064
  answerId?: undefined;
29848
30065
  finderPath?: undefined;
29849
30066
  parentFormId?: undefined;
@@ -30068,11 +30285,8 @@ declare const endpoints: {
30068
30285
  narative?: undefined;
30069
30286
  endDateUTC?: undefined;
30070
30287
  startDateUTC?: undefined;
30071
- mapUsed?: undefined;
30072
- options?: undefined;
30073
- sortBy?: undefined;
30074
- sourceKey?: undefined;
30075
30288
  parent_only?: undefined;
30289
+ sourceKey?: undefined;
30076
30290
  types?: undefined;
30077
30291
  date?: undefined;
30078
30292
  fromToday?: undefined;
@@ -30082,6 +30296,9 @@ declare const endpoints: {
30082
30296
  tl?: undefined;
30083
30297
  contentKey?: undefined;
30084
30298
  folderId?: undefined;
30299
+ mapUsed?: undefined;
30300
+ options?: undefined;
30301
+ sortBy?: undefined;
30085
30302
  answerId?: undefined;
30086
30303
  finderPath?: undefined;
30087
30304
  formId?: undefined;
@@ -30384,11 +30601,8 @@ declare const endpoints: {
30384
30601
  narative?: undefined;
30385
30602
  endDateUTC?: undefined;
30386
30603
  startDateUTC?: undefined;
30387
- mapUsed?: undefined;
30388
- options?: undefined;
30389
- sortBy?: undefined;
30390
- sourceKey?: undefined;
30391
30604
  parent_only?: undefined;
30605
+ sourceKey?: undefined;
30392
30606
  types?: undefined;
30393
30607
  date?: undefined;
30394
30608
  fromToday?: undefined;
@@ -30398,6 +30612,9 @@ declare const endpoints: {
30398
30612
  tl?: undefined;
30399
30613
  contentKey?: undefined;
30400
30614
  folderId?: undefined;
30615
+ mapUsed?: undefined;
30616
+ options?: undefined;
30617
+ sortBy?: undefined;
30401
30618
  answerId?: undefined;
30402
30619
  finderPath?: undefined;
30403
30620
  formId?: undefined;
@@ -30612,11 +30829,8 @@ declare const endpoints: {
30612
30829
  narative?: undefined;
30613
30830
  endDateUTC?: undefined;
30614
30831
  startDateUTC?: undefined;
30615
- mapUsed?: undefined;
30616
- options?: undefined;
30617
- sortBy?: undefined;
30618
- sourceKey?: undefined;
30619
30832
  parent_only?: undefined;
30833
+ sourceKey?: undefined;
30620
30834
  types?: undefined;
30621
30835
  date?: undefined;
30622
30836
  fromToday?: undefined;
@@ -30626,6 +30840,9 @@ declare const endpoints: {
30626
30840
  tl?: undefined;
30627
30841
  contentKey?: undefined;
30628
30842
  folderId?: undefined;
30843
+ mapUsed?: undefined;
30844
+ options?: undefined;
30845
+ sortBy?: undefined;
30629
30846
  answerId?: undefined;
30630
30847
  finderPath?: undefined;
30631
30848
  formId?: undefined;
@@ -30843,11 +31060,8 @@ declare const endpoints: {
30843
31060
  narative?: undefined;
30844
31061
  endDateUTC?: undefined;
30845
31062
  startDateUTC?: undefined;
30846
- mapUsed?: undefined;
30847
- options?: undefined;
30848
- sortBy?: undefined;
30849
- sourceKey?: undefined;
30850
31063
  parent_only?: undefined;
31064
+ sourceKey?: undefined;
30851
31065
  types?: undefined;
30852
31066
  date?: undefined;
30853
31067
  fromToday?: undefined;
@@ -30857,6 +31071,9 @@ declare const endpoints: {
30857
31071
  tl?: undefined;
30858
31072
  contentKey?: undefined;
30859
31073
  folderId?: undefined;
31074
+ mapUsed?: undefined;
31075
+ options?: undefined;
31076
+ sortBy?: undefined;
30860
31077
  answerId?: undefined;
30861
31078
  finderPath?: undefined;
30862
31079
  formId?: undefined;
@@ -31087,11 +31304,8 @@ declare const endpoints: {
31087
31304
  narative?: undefined;
31088
31305
  endDateUTC?: undefined;
31089
31306
  startDateUTC?: undefined;
31090
- mapUsed?: undefined;
31091
- options?: undefined;
31092
- sortBy?: undefined;
31093
- sourceKey?: undefined;
31094
31307
  parent_only?: undefined;
31308
+ sourceKey?: undefined;
31095
31309
  types?: undefined;
31096
31310
  date?: undefined;
31097
31311
  fromToday?: undefined;
@@ -31101,6 +31315,9 @@ declare const endpoints: {
31101
31315
  tl?: undefined;
31102
31316
  contentKey?: undefined;
31103
31317
  folderId?: undefined;
31318
+ mapUsed?: undefined;
31319
+ options?: undefined;
31320
+ sortBy?: undefined;
31104
31321
  answerId?: undefined;
31105
31322
  finderPath?: undefined;
31106
31323
  formId?: undefined;
@@ -31372,11 +31589,8 @@ declare const endpoints: {
31372
31589
  narative?: undefined;
31373
31590
  endDateUTC?: undefined;
31374
31591
  startDateUTC?: undefined;
31375
- mapUsed?: undefined;
31376
- options?: undefined;
31377
- sortBy?: undefined;
31378
- sourceKey?: undefined;
31379
31592
  parent_only?: undefined;
31593
+ sourceKey?: undefined;
31380
31594
  types?: undefined;
31381
31595
  date?: undefined;
31382
31596
  fromToday?: undefined;
@@ -31386,6 +31600,9 @@ declare const endpoints: {
31386
31600
  tl?: undefined;
31387
31601
  contentKey?: undefined;
31388
31602
  folderId?: undefined;
31603
+ mapUsed?: undefined;
31604
+ options?: undefined;
31605
+ sortBy?: undefined;
31389
31606
  answerId?: undefined;
31390
31607
  finderPath?: undefined;
31391
31608
  formId?: undefined;
@@ -31769,11 +31986,8 @@ declare const endpoints: {
31769
31986
  narative?: undefined;
31770
31987
  endDateUTC?: undefined;
31771
31988
  startDateUTC?: undefined;
31772
- mapUsed?: undefined;
31773
- options?: undefined;
31774
- sortBy?: undefined;
31775
- sourceKey?: undefined;
31776
31989
  parent_only?: undefined;
31990
+ sourceKey?: undefined;
31777
31991
  types?: undefined;
31778
31992
  date?: undefined;
31779
31993
  fromToday?: undefined;
@@ -31783,6 +31997,9 @@ declare const endpoints: {
31783
31997
  tl?: undefined;
31784
31998
  contentKey?: undefined;
31785
31999
  folderId?: undefined;
32000
+ mapUsed?: undefined;
32001
+ options?: undefined;
32002
+ sortBy?: undefined;
31786
32003
  answerId?: undefined;
31787
32004
  finderPath?: undefined;
31788
32005
  formId?: undefined;