@communecter/cocolight-api-client 1.0.147 → 1.0.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cocolight-api-client.browser.js +1 -1
- package/dist/cocolight-api-client.cjs +1 -1
- package/dist/cocolight-api-client.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js.map +1 -1
- package/package.json +1 -1
- package/src/api/BaseEntity.ts +57 -0
- package/src/api/EndpointApi.ts +1 -33
- package/src/api/EndpointApi.types.ts +54 -64
- package/src/api/Event.ts +17 -0
- package/src/api/Organization.ts +20 -0
- package/src/api/Poi.ts +17 -0
- package/src/api/Project.ts +20 -0
- package/src/api/User.ts +12 -1
- package/src/endpoints.module.ts +56 -87
- package/types/api/BaseEntity.d.ts +30 -0
- package/types/api/EndpointApi.d.ts +1 -21
- package/types/api/EndpointApi.types.d.ts +54 -60
- package/types/api/Event.d.ts +14 -0
- package/types/api/Organization.d.ts +17 -0
- package/types/api/Poi.d.ts +14 -0
- package/types/api/Project.d.ts +17 -0
- package/types/endpoints.module.d.ts +143 -421
|
@@ -124,8 +124,6 @@ declare const endpoints: {
|
|
|
124
124
|
arrayForm?: undefined;
|
|
125
125
|
buildingSurfaceArea?: undefined;
|
|
126
126
|
compagnon?: undefined;
|
|
127
|
-
costum?: undefined;
|
|
128
|
-
costumEditMode?: undefined;
|
|
129
127
|
costumId?: undefined;
|
|
130
128
|
costumSlug?: undefined;
|
|
131
129
|
costumType?: undefined;
|
|
@@ -139,7 +137,6 @@ declare const endpoints: {
|
|
|
139
137
|
preferences?: undefined;
|
|
140
138
|
role?: undefined;
|
|
141
139
|
siteSurfaceArea?: undefined;
|
|
142
|
-
source?: undefined;
|
|
143
140
|
telephone?: undefined;
|
|
144
141
|
thematic?: undefined;
|
|
145
142
|
typePlace?: undefined;
|
|
@@ -212,6 +209,7 @@ declare const endpoints: {
|
|
|
212
209
|
narative?: undefined;
|
|
213
210
|
endDateUTC?: undefined;
|
|
214
211
|
startDateUTC?: undefined;
|
|
212
|
+
costumEditMode?: undefined;
|
|
215
213
|
parent_only?: undefined;
|
|
216
214
|
sourceKey?: undefined;
|
|
217
215
|
types?: undefined;
|
|
@@ -413,8 +411,6 @@ declare const endpoints: {
|
|
|
413
411
|
arrayForm?: undefined;
|
|
414
412
|
buildingSurfaceArea?: undefined;
|
|
415
413
|
compagnon?: undefined;
|
|
416
|
-
costum?: undefined;
|
|
417
|
-
costumEditMode?: undefined;
|
|
418
414
|
costumId?: undefined;
|
|
419
415
|
costumSlug?: undefined;
|
|
420
416
|
costumType?: undefined;
|
|
@@ -428,7 +424,6 @@ declare const endpoints: {
|
|
|
428
424
|
preferences?: undefined;
|
|
429
425
|
role?: undefined;
|
|
430
426
|
siteSurfaceArea?: undefined;
|
|
431
|
-
source?: undefined;
|
|
432
427
|
telephone?: undefined;
|
|
433
428
|
thematic?: undefined;
|
|
434
429
|
typePlace?: undefined;
|
|
@@ -501,6 +496,7 @@ declare const endpoints: {
|
|
|
501
496
|
narative?: undefined;
|
|
502
497
|
endDateUTC?: undefined;
|
|
503
498
|
startDateUTC?: undefined;
|
|
499
|
+
costumEditMode?: undefined;
|
|
504
500
|
parent_only?: undefined;
|
|
505
501
|
sourceKey?: undefined;
|
|
506
502
|
types?: undefined;
|
|
@@ -687,8 +683,6 @@ declare const endpoints: {
|
|
|
687
683
|
arrayForm?: undefined;
|
|
688
684
|
buildingSurfaceArea?: undefined;
|
|
689
685
|
compagnon?: undefined;
|
|
690
|
-
costum?: undefined;
|
|
691
|
-
costumEditMode?: undefined;
|
|
692
686
|
costumId?: undefined;
|
|
693
687
|
costumSlug?: undefined;
|
|
694
688
|
costumType?: undefined;
|
|
@@ -702,7 +696,6 @@ declare const endpoints: {
|
|
|
702
696
|
preferences?: undefined;
|
|
703
697
|
role?: undefined;
|
|
704
698
|
siteSurfaceArea?: undefined;
|
|
705
|
-
source?: undefined;
|
|
706
699
|
telephone?: undefined;
|
|
707
700
|
thematic?: undefined;
|
|
708
701
|
typePlace?: undefined;
|
|
@@ -775,6 +768,7 @@ declare const endpoints: {
|
|
|
775
768
|
narative?: undefined;
|
|
776
769
|
endDateUTC?: undefined;
|
|
777
770
|
startDateUTC?: undefined;
|
|
771
|
+
costumEditMode?: undefined;
|
|
778
772
|
parent_only?: undefined;
|
|
779
773
|
sourceKey?: undefined;
|
|
780
774
|
types?: undefined;
|
|
@@ -985,8 +979,6 @@ declare const endpoints: {
|
|
|
985
979
|
arrayForm?: undefined;
|
|
986
980
|
buildingSurfaceArea?: undefined;
|
|
987
981
|
compagnon?: undefined;
|
|
988
|
-
costum?: undefined;
|
|
989
|
-
costumEditMode?: undefined;
|
|
990
982
|
costumId?: undefined;
|
|
991
983
|
costumSlug?: undefined;
|
|
992
984
|
costumType?: undefined;
|
|
@@ -1000,7 +992,6 @@ declare const endpoints: {
|
|
|
1000
992
|
preferences?: undefined;
|
|
1001
993
|
role?: undefined;
|
|
1002
994
|
siteSurfaceArea?: undefined;
|
|
1003
|
-
source?: undefined;
|
|
1004
995
|
telephone?: undefined;
|
|
1005
996
|
thematic?: undefined;
|
|
1006
997
|
typePlace?: undefined;
|
|
@@ -1073,6 +1064,7 @@ declare const endpoints: {
|
|
|
1073
1064
|
narative?: undefined;
|
|
1074
1065
|
endDateUTC?: undefined;
|
|
1075
1066
|
startDateUTC?: undefined;
|
|
1067
|
+
costumEditMode?: undefined;
|
|
1076
1068
|
parent_only?: undefined;
|
|
1077
1069
|
sourceKey?: undefined;
|
|
1078
1070
|
types?: undefined;
|
|
@@ -1261,8 +1253,6 @@ declare const endpoints: {
|
|
|
1261
1253
|
arrayForm?: undefined;
|
|
1262
1254
|
buildingSurfaceArea?: undefined;
|
|
1263
1255
|
compagnon?: undefined;
|
|
1264
|
-
costum?: undefined;
|
|
1265
|
-
costumEditMode?: undefined;
|
|
1266
1256
|
costumId?: undefined;
|
|
1267
1257
|
costumSlug?: undefined;
|
|
1268
1258
|
costumType?: undefined;
|
|
@@ -1276,7 +1266,6 @@ declare const endpoints: {
|
|
|
1276
1266
|
preferences?: undefined;
|
|
1277
1267
|
role?: undefined;
|
|
1278
1268
|
siteSurfaceArea?: undefined;
|
|
1279
|
-
source?: undefined;
|
|
1280
1269
|
telephone?: undefined;
|
|
1281
1270
|
thematic?: undefined;
|
|
1282
1271
|
typePlace?: undefined;
|
|
@@ -1349,6 +1338,7 @@ declare const endpoints: {
|
|
|
1349
1338
|
narative?: undefined;
|
|
1350
1339
|
endDateUTC?: undefined;
|
|
1351
1340
|
startDateUTC?: undefined;
|
|
1341
|
+
costumEditMode?: undefined;
|
|
1352
1342
|
parent_only?: undefined;
|
|
1353
1343
|
sourceKey?: undefined;
|
|
1354
1344
|
types?: undefined;
|
|
@@ -1553,8 +1543,6 @@ declare const endpoints: {
|
|
|
1553
1543
|
arrayForm?: undefined;
|
|
1554
1544
|
buildingSurfaceArea?: undefined;
|
|
1555
1545
|
compagnon?: undefined;
|
|
1556
|
-
costum?: undefined;
|
|
1557
|
-
costumEditMode?: undefined;
|
|
1558
1546
|
costumId?: undefined;
|
|
1559
1547
|
costumSlug?: undefined;
|
|
1560
1548
|
costumType?: undefined;
|
|
@@ -1568,7 +1556,6 @@ declare const endpoints: {
|
|
|
1568
1556
|
preferences?: undefined;
|
|
1569
1557
|
role?: undefined;
|
|
1570
1558
|
siteSurfaceArea?: undefined;
|
|
1571
|
-
source?: undefined;
|
|
1572
1559
|
telephone?: undefined;
|
|
1573
1560
|
thematic?: undefined;
|
|
1574
1561
|
typePlace?: undefined;
|
|
@@ -1641,6 +1628,7 @@ declare const endpoints: {
|
|
|
1641
1628
|
narative?: undefined;
|
|
1642
1629
|
endDateUTC?: undefined;
|
|
1643
1630
|
startDateUTC?: undefined;
|
|
1631
|
+
costumEditMode?: undefined;
|
|
1644
1632
|
parent_only?: undefined;
|
|
1645
1633
|
sourceKey?: undefined;
|
|
1646
1634
|
types?: undefined;
|
|
@@ -1946,8 +1934,6 @@ declare const endpoints: {
|
|
|
1946
1934
|
arrayForm?: undefined;
|
|
1947
1935
|
buildingSurfaceArea?: undefined;
|
|
1948
1936
|
compagnon?: undefined;
|
|
1949
|
-
costum?: undefined;
|
|
1950
|
-
costumEditMode?: undefined;
|
|
1951
1937
|
costumId?: undefined;
|
|
1952
1938
|
costumSlug?: undefined;
|
|
1953
1939
|
costumType?: undefined;
|
|
@@ -1961,7 +1947,6 @@ declare const endpoints: {
|
|
|
1961
1947
|
preferences?: undefined;
|
|
1962
1948
|
role?: undefined;
|
|
1963
1949
|
siteSurfaceArea?: undefined;
|
|
1964
|
-
source?: undefined;
|
|
1965
1950
|
telephone?: undefined;
|
|
1966
1951
|
thematic?: undefined;
|
|
1967
1952
|
typePlace?: undefined;
|
|
@@ -2034,6 +2019,7 @@ declare const endpoints: {
|
|
|
2034
2019
|
narative?: undefined;
|
|
2035
2020
|
endDateUTC?: undefined;
|
|
2036
2021
|
startDateUTC?: undefined;
|
|
2022
|
+
costumEditMode?: undefined;
|
|
2037
2023
|
parent_only?: undefined;
|
|
2038
2024
|
sourceKey?: undefined;
|
|
2039
2025
|
types?: undefined;
|
|
@@ -2288,8 +2274,6 @@ declare const endpoints: {
|
|
|
2288
2274
|
arrayForm?: undefined;
|
|
2289
2275
|
buildingSurfaceArea?: undefined;
|
|
2290
2276
|
compagnon?: undefined;
|
|
2291
|
-
costum?: undefined;
|
|
2292
|
-
costumEditMode?: undefined;
|
|
2293
2277
|
costumId?: undefined;
|
|
2294
2278
|
costumSlug?: undefined;
|
|
2295
2279
|
costumType?: undefined;
|
|
@@ -2303,7 +2287,6 @@ declare const endpoints: {
|
|
|
2303
2287
|
preferences?: undefined;
|
|
2304
2288
|
role?: undefined;
|
|
2305
2289
|
siteSurfaceArea?: undefined;
|
|
2306
|
-
source?: undefined;
|
|
2307
2290
|
telephone?: undefined;
|
|
2308
2291
|
thematic?: undefined;
|
|
2309
2292
|
typePlace?: undefined;
|
|
@@ -2376,6 +2359,7 @@ declare const endpoints: {
|
|
|
2376
2359
|
narative?: undefined;
|
|
2377
2360
|
endDateUTC?: undefined;
|
|
2378
2361
|
startDateUTC?: undefined;
|
|
2362
|
+
costumEditMode?: undefined;
|
|
2379
2363
|
parent_only?: undefined;
|
|
2380
2364
|
sourceKey?: undefined;
|
|
2381
2365
|
types?: undefined;
|
|
@@ -3252,8 +3236,6 @@ declare const endpoints: {
|
|
|
3252
3236
|
arrayForm?: undefined;
|
|
3253
3237
|
buildingSurfaceArea?: undefined;
|
|
3254
3238
|
compagnon?: undefined;
|
|
3255
|
-
costum?: undefined;
|
|
3256
|
-
costumEditMode?: undefined;
|
|
3257
3239
|
costumId?: undefined;
|
|
3258
3240
|
costumSlug?: undefined;
|
|
3259
3241
|
costumType?: undefined;
|
|
@@ -3267,7 +3249,6 @@ declare const endpoints: {
|
|
|
3267
3249
|
preferences?: undefined;
|
|
3268
3250
|
role?: undefined;
|
|
3269
3251
|
siteSurfaceArea?: undefined;
|
|
3270
|
-
source?: undefined;
|
|
3271
3252
|
telephone?: undefined;
|
|
3272
3253
|
thematic?: undefined;
|
|
3273
3254
|
typePlace?: undefined;
|
|
@@ -3340,6 +3321,7 @@ declare const endpoints: {
|
|
|
3340
3321
|
narative?: undefined;
|
|
3341
3322
|
endDateUTC?: undefined;
|
|
3342
3323
|
startDateUTC?: undefined;
|
|
3324
|
+
costumEditMode?: undefined;
|
|
3343
3325
|
parent_only?: undefined;
|
|
3344
3326
|
sourceKey?: undefined;
|
|
3345
3327
|
types?: undefined;
|
|
@@ -3749,8 +3731,6 @@ declare const endpoints: {
|
|
|
3749
3731
|
arrayForm?: undefined;
|
|
3750
3732
|
buildingSurfaceArea?: undefined;
|
|
3751
3733
|
compagnon?: undefined;
|
|
3752
|
-
costum?: undefined;
|
|
3753
|
-
costumEditMode?: undefined;
|
|
3754
3734
|
costumId?: undefined;
|
|
3755
3735
|
costumSlug?: undefined;
|
|
3756
3736
|
costumType?: undefined;
|
|
@@ -3764,7 +3744,6 @@ declare const endpoints: {
|
|
|
3764
3744
|
preferences?: undefined;
|
|
3765
3745
|
role?: undefined;
|
|
3766
3746
|
siteSurfaceArea?: undefined;
|
|
3767
|
-
source?: undefined;
|
|
3768
3747
|
telephone?: undefined;
|
|
3769
3748
|
thematic?: undefined;
|
|
3770
3749
|
typePlace?: undefined;
|
|
@@ -3837,6 +3816,7 @@ declare const endpoints: {
|
|
|
3837
3816
|
narative?: undefined;
|
|
3838
3817
|
endDateUTC?: undefined;
|
|
3839
3818
|
startDateUTC?: undefined;
|
|
3819
|
+
costumEditMode?: undefined;
|
|
3840
3820
|
parent_only?: undefined;
|
|
3841
3821
|
sourceKey?: undefined;
|
|
3842
3822
|
types?: undefined;
|
|
@@ -4157,8 +4137,6 @@ declare const endpoints: {
|
|
|
4157
4137
|
arrayForm?: undefined;
|
|
4158
4138
|
buildingSurfaceArea?: undefined;
|
|
4159
4139
|
compagnon?: undefined;
|
|
4160
|
-
costum?: undefined;
|
|
4161
|
-
costumEditMode?: undefined;
|
|
4162
4140
|
costumId?: undefined;
|
|
4163
4141
|
costumSlug?: undefined;
|
|
4164
4142
|
costumType?: undefined;
|
|
@@ -4172,7 +4150,6 @@ declare const endpoints: {
|
|
|
4172
4150
|
preferences?: undefined;
|
|
4173
4151
|
role?: undefined;
|
|
4174
4152
|
siteSurfaceArea?: undefined;
|
|
4175
|
-
source?: undefined;
|
|
4176
4153
|
telephone?: undefined;
|
|
4177
4154
|
thematic?: undefined;
|
|
4178
4155
|
typePlace?: undefined;
|
|
@@ -4245,6 +4222,7 @@ declare const endpoints: {
|
|
|
4245
4222
|
narative?: undefined;
|
|
4246
4223
|
endDateUTC?: undefined;
|
|
4247
4224
|
startDateUTC?: undefined;
|
|
4225
|
+
costumEditMode?: undefined;
|
|
4248
4226
|
parent_only?: undefined;
|
|
4249
4227
|
sourceKey?: undefined;
|
|
4250
4228
|
types?: undefined;
|
|
@@ -4469,8 +4447,6 @@ declare const endpoints: {
|
|
|
4469
4447
|
arrayForm?: undefined;
|
|
4470
4448
|
buildingSurfaceArea?: undefined;
|
|
4471
4449
|
compagnon?: undefined;
|
|
4472
|
-
costum?: undefined;
|
|
4473
|
-
costumEditMode?: undefined;
|
|
4474
4450
|
costumId?: undefined;
|
|
4475
4451
|
costumSlug?: undefined;
|
|
4476
4452
|
costumType?: undefined;
|
|
@@ -4484,7 +4460,6 @@ declare const endpoints: {
|
|
|
4484
4460
|
preferences?: undefined;
|
|
4485
4461
|
role?: undefined;
|
|
4486
4462
|
siteSurfaceArea?: undefined;
|
|
4487
|
-
source?: undefined;
|
|
4488
4463
|
telephone?: undefined;
|
|
4489
4464
|
thematic?: undefined;
|
|
4490
4465
|
typePlace?: undefined;
|
|
@@ -4557,6 +4532,7 @@ declare const endpoints: {
|
|
|
4557
4532
|
narative?: undefined;
|
|
4558
4533
|
endDateUTC?: undefined;
|
|
4559
4534
|
startDateUTC?: undefined;
|
|
4535
|
+
costumEditMode?: undefined;
|
|
4560
4536
|
parent_only?: undefined;
|
|
4561
4537
|
sourceKey?: undefined;
|
|
4562
4538
|
types?: undefined;
|
|
@@ -4779,8 +4755,6 @@ declare const endpoints: {
|
|
|
4779
4755
|
arrayForm?: undefined;
|
|
4780
4756
|
buildingSurfaceArea?: undefined;
|
|
4781
4757
|
compagnon?: undefined;
|
|
4782
|
-
costum?: undefined;
|
|
4783
|
-
costumEditMode?: undefined;
|
|
4784
4758
|
costumId?: undefined;
|
|
4785
4759
|
costumSlug?: undefined;
|
|
4786
4760
|
costumType?: undefined;
|
|
@@ -4794,7 +4768,6 @@ declare const endpoints: {
|
|
|
4794
4768
|
preferences?: undefined;
|
|
4795
4769
|
role?: undefined;
|
|
4796
4770
|
siteSurfaceArea?: undefined;
|
|
4797
|
-
source?: undefined;
|
|
4798
4771
|
telephone?: undefined;
|
|
4799
4772
|
thematic?: undefined;
|
|
4800
4773
|
typePlace?: undefined;
|
|
@@ -4867,6 +4840,7 @@ declare const endpoints: {
|
|
|
4867
4840
|
narative?: undefined;
|
|
4868
4841
|
endDateUTC?: undefined;
|
|
4869
4842
|
startDateUTC?: undefined;
|
|
4843
|
+
costumEditMode?: undefined;
|
|
4870
4844
|
parent_only?: undefined;
|
|
4871
4845
|
sourceKey?: undefined;
|
|
4872
4846
|
types?: undefined;
|
|
@@ -5096,8 +5070,6 @@ declare const endpoints: {
|
|
|
5096
5070
|
arrayForm?: undefined;
|
|
5097
5071
|
buildingSurfaceArea?: undefined;
|
|
5098
5072
|
compagnon?: undefined;
|
|
5099
|
-
costum?: undefined;
|
|
5100
|
-
costumEditMode?: undefined;
|
|
5101
5073
|
costumId?: undefined;
|
|
5102
5074
|
costumSlug?: undefined;
|
|
5103
5075
|
costumType?: undefined;
|
|
@@ -5111,7 +5083,6 @@ declare const endpoints: {
|
|
|
5111
5083
|
preferences?: undefined;
|
|
5112
5084
|
role?: undefined;
|
|
5113
5085
|
siteSurfaceArea?: undefined;
|
|
5114
|
-
source?: undefined;
|
|
5115
5086
|
telephone?: undefined;
|
|
5116
5087
|
thematic?: undefined;
|
|
5117
5088
|
typePlace?: undefined;
|
|
@@ -5184,6 +5155,7 @@ declare const endpoints: {
|
|
|
5184
5155
|
narative?: undefined;
|
|
5185
5156
|
endDateUTC?: undefined;
|
|
5186
5157
|
startDateUTC?: undefined;
|
|
5158
|
+
costumEditMode?: undefined;
|
|
5187
5159
|
parent_only?: undefined;
|
|
5188
5160
|
sourceKey?: undefined;
|
|
5189
5161
|
types?: undefined;
|
|
@@ -5425,8 +5397,6 @@ declare const endpoints: {
|
|
|
5425
5397
|
arrayForm?: undefined;
|
|
5426
5398
|
buildingSurfaceArea?: undefined;
|
|
5427
5399
|
compagnon?: undefined;
|
|
5428
|
-
costum?: undefined;
|
|
5429
|
-
costumEditMode?: undefined;
|
|
5430
5400
|
costumId?: undefined;
|
|
5431
5401
|
costumSlug?: undefined;
|
|
5432
5402
|
costumType?: undefined;
|
|
@@ -5440,7 +5410,6 @@ declare const endpoints: {
|
|
|
5440
5410
|
preferences?: undefined;
|
|
5441
5411
|
role?: undefined;
|
|
5442
5412
|
siteSurfaceArea?: undefined;
|
|
5443
|
-
source?: undefined;
|
|
5444
5413
|
telephone?: undefined;
|
|
5445
5414
|
thematic?: undefined;
|
|
5446
5415
|
typePlace?: undefined;
|
|
@@ -5513,6 +5482,7 @@ declare const endpoints: {
|
|
|
5513
5482
|
narative?: undefined;
|
|
5514
5483
|
endDateUTC?: undefined;
|
|
5515
5484
|
startDateUTC?: undefined;
|
|
5485
|
+
costumEditMode?: undefined;
|
|
5516
5486
|
parent_only?: undefined;
|
|
5517
5487
|
sourceKey?: undefined;
|
|
5518
5488
|
types?: undefined;
|
|
@@ -5754,8 +5724,6 @@ declare const endpoints: {
|
|
|
5754
5724
|
arrayForm?: undefined;
|
|
5755
5725
|
buildingSurfaceArea?: undefined;
|
|
5756
5726
|
compagnon?: undefined;
|
|
5757
|
-
costum?: undefined;
|
|
5758
|
-
costumEditMode?: undefined;
|
|
5759
5727
|
costumId?: undefined;
|
|
5760
5728
|
costumSlug?: undefined;
|
|
5761
5729
|
costumType?: undefined;
|
|
@@ -5769,7 +5737,6 @@ declare const endpoints: {
|
|
|
5769
5737
|
preferences?: undefined;
|
|
5770
5738
|
role?: undefined;
|
|
5771
5739
|
siteSurfaceArea?: undefined;
|
|
5772
|
-
source?: undefined;
|
|
5773
5740
|
telephone?: undefined;
|
|
5774
5741
|
thematic?: undefined;
|
|
5775
5742
|
typePlace?: undefined;
|
|
@@ -5842,6 +5809,7 @@ declare const endpoints: {
|
|
|
5842
5809
|
narative?: undefined;
|
|
5843
5810
|
endDateUTC?: undefined;
|
|
5844
5811
|
startDateUTC?: undefined;
|
|
5812
|
+
costumEditMode?: undefined;
|
|
5845
5813
|
parent_only?: undefined;
|
|
5846
5814
|
sourceKey?: undefined;
|
|
5847
5815
|
types?: undefined;
|
|
@@ -6071,8 +6039,6 @@ declare const endpoints: {
|
|
|
6071
6039
|
arrayForm?: undefined;
|
|
6072
6040
|
buildingSurfaceArea?: undefined;
|
|
6073
6041
|
compagnon?: undefined;
|
|
6074
|
-
costum?: undefined;
|
|
6075
|
-
costumEditMode?: undefined;
|
|
6076
6042
|
costumId?: undefined;
|
|
6077
6043
|
costumSlug?: undefined;
|
|
6078
6044
|
costumType?: undefined;
|
|
@@ -6086,7 +6052,6 @@ declare const endpoints: {
|
|
|
6086
6052
|
preferences?: undefined;
|
|
6087
6053
|
role?: undefined;
|
|
6088
6054
|
siteSurfaceArea?: undefined;
|
|
6089
|
-
source?: undefined;
|
|
6090
6055
|
telephone?: undefined;
|
|
6091
6056
|
thematic?: undefined;
|
|
6092
6057
|
typePlace?: undefined;
|
|
@@ -6159,6 +6124,7 @@ declare const endpoints: {
|
|
|
6159
6124
|
narative?: undefined;
|
|
6160
6125
|
endDateUTC?: undefined;
|
|
6161
6126
|
startDateUTC?: undefined;
|
|
6127
|
+
costumEditMode?: undefined;
|
|
6162
6128
|
parent_only?: undefined;
|
|
6163
6129
|
sourceKey?: undefined;
|
|
6164
6130
|
types?: undefined;
|
|
@@ -6421,8 +6387,6 @@ declare const endpoints: {
|
|
|
6421
6387
|
arrayForm?: undefined;
|
|
6422
6388
|
buildingSurfaceArea?: undefined;
|
|
6423
6389
|
compagnon?: undefined;
|
|
6424
|
-
costum?: undefined;
|
|
6425
|
-
costumEditMode?: undefined;
|
|
6426
6390
|
costumId?: undefined;
|
|
6427
6391
|
costumSlug?: undefined;
|
|
6428
6392
|
costumType?: undefined;
|
|
@@ -6436,7 +6400,6 @@ declare const endpoints: {
|
|
|
6436
6400
|
preferences?: undefined;
|
|
6437
6401
|
role?: undefined;
|
|
6438
6402
|
siteSurfaceArea?: undefined;
|
|
6439
|
-
source?: undefined;
|
|
6440
6403
|
telephone?: undefined;
|
|
6441
6404
|
thematic?: undefined;
|
|
6442
6405
|
typePlace?: undefined;
|
|
@@ -6509,6 +6472,7 @@ declare const endpoints: {
|
|
|
6509
6472
|
narative?: undefined;
|
|
6510
6473
|
endDateUTC?: undefined;
|
|
6511
6474
|
startDateUTC?: undefined;
|
|
6475
|
+
costumEditMode?: undefined;
|
|
6512
6476
|
parent_only?: undefined;
|
|
6513
6477
|
sourceKey?: undefined;
|
|
6514
6478
|
types?: undefined;
|
|
@@ -6701,8 +6665,6 @@ declare const endpoints: {
|
|
|
6701
6665
|
arrayForm?: undefined;
|
|
6702
6666
|
buildingSurfaceArea?: undefined;
|
|
6703
6667
|
compagnon?: undefined;
|
|
6704
|
-
costum?: undefined;
|
|
6705
|
-
costumEditMode?: undefined;
|
|
6706
6668
|
costumId?: undefined;
|
|
6707
6669
|
costumSlug?: undefined;
|
|
6708
6670
|
costumType?: undefined;
|
|
@@ -6716,7 +6678,6 @@ declare const endpoints: {
|
|
|
6716
6678
|
preferences?: undefined;
|
|
6717
6679
|
role?: undefined;
|
|
6718
6680
|
siteSurfaceArea?: undefined;
|
|
6719
|
-
source?: undefined;
|
|
6720
6681
|
telephone?: undefined;
|
|
6721
6682
|
thematic?: undefined;
|
|
6722
6683
|
typePlace?: undefined;
|
|
@@ -6789,6 +6750,7 @@ declare const endpoints: {
|
|
|
6789
6750
|
narative?: undefined;
|
|
6790
6751
|
endDateUTC?: undefined;
|
|
6791
6752
|
startDateUTC?: undefined;
|
|
6753
|
+
costumEditMode?: undefined;
|
|
6792
6754
|
parent_only?: undefined;
|
|
6793
6755
|
sourceKey?: undefined;
|
|
6794
6756
|
types?: undefined;
|
|
@@ -7086,8 +7048,6 @@ declare const endpoints: {
|
|
|
7086
7048
|
arrayForm?: undefined;
|
|
7087
7049
|
buildingSurfaceArea?: undefined;
|
|
7088
7050
|
compagnon?: undefined;
|
|
7089
|
-
costum?: undefined;
|
|
7090
|
-
costumEditMode?: undefined;
|
|
7091
7051
|
costumId?: undefined;
|
|
7092
7052
|
costumSlug?: undefined;
|
|
7093
7053
|
costumType?: undefined;
|
|
@@ -7101,7 +7061,6 @@ declare const endpoints: {
|
|
|
7101
7061
|
preferences?: undefined;
|
|
7102
7062
|
role?: undefined;
|
|
7103
7063
|
siteSurfaceArea?: undefined;
|
|
7104
|
-
source?: undefined;
|
|
7105
7064
|
telephone?: undefined;
|
|
7106
7065
|
thematic?: undefined;
|
|
7107
7066
|
typePlace?: undefined;
|
|
@@ -7174,6 +7133,7 @@ declare const endpoints: {
|
|
|
7174
7133
|
narative?: undefined;
|
|
7175
7134
|
endDateUTC?: undefined;
|
|
7176
7135
|
startDateUTC?: undefined;
|
|
7136
|
+
costumEditMode?: undefined;
|
|
7177
7137
|
parent_only?: undefined;
|
|
7178
7138
|
sourceKey?: undefined;
|
|
7179
7139
|
types?: undefined;
|
|
@@ -7402,8 +7362,6 @@ declare const endpoints: {
|
|
|
7402
7362
|
arrayForm?: undefined;
|
|
7403
7363
|
buildingSurfaceArea?: undefined;
|
|
7404
7364
|
compagnon?: undefined;
|
|
7405
|
-
costum?: undefined;
|
|
7406
|
-
costumEditMode?: undefined;
|
|
7407
7365
|
costumId?: undefined;
|
|
7408
7366
|
costumSlug?: undefined;
|
|
7409
7367
|
costumType?: undefined;
|
|
@@ -7417,7 +7375,6 @@ declare const endpoints: {
|
|
|
7417
7375
|
preferences?: undefined;
|
|
7418
7376
|
role?: undefined;
|
|
7419
7377
|
siteSurfaceArea?: undefined;
|
|
7420
|
-
source?: undefined;
|
|
7421
7378
|
telephone?: undefined;
|
|
7422
7379
|
thematic?: undefined;
|
|
7423
7380
|
typePlace?: undefined;
|
|
@@ -7490,6 +7447,7 @@ declare const endpoints: {
|
|
|
7490
7447
|
narative?: undefined;
|
|
7491
7448
|
endDateUTC?: undefined;
|
|
7492
7449
|
startDateUTC?: undefined;
|
|
7450
|
+
costumEditMode?: undefined;
|
|
7493
7451
|
parent_only?: undefined;
|
|
7494
7452
|
sourceKey?: undefined;
|
|
7495
7453
|
types?: undefined;
|
|
@@ -7713,8 +7671,6 @@ declare const endpoints: {
|
|
|
7713
7671
|
arrayForm?: undefined;
|
|
7714
7672
|
buildingSurfaceArea?: undefined;
|
|
7715
7673
|
compagnon?: undefined;
|
|
7716
|
-
costum?: undefined;
|
|
7717
|
-
costumEditMode?: undefined;
|
|
7718
7674
|
costumId?: undefined;
|
|
7719
7675
|
costumSlug?: undefined;
|
|
7720
7676
|
costumType?: undefined;
|
|
@@ -7728,7 +7684,6 @@ declare const endpoints: {
|
|
|
7728
7684
|
preferences?: undefined;
|
|
7729
7685
|
role?: undefined;
|
|
7730
7686
|
siteSurfaceArea?: undefined;
|
|
7731
|
-
source?: undefined;
|
|
7732
7687
|
telephone?: undefined;
|
|
7733
7688
|
thematic?: undefined;
|
|
7734
7689
|
typePlace?: undefined;
|
|
@@ -7801,6 +7756,7 @@ declare const endpoints: {
|
|
|
7801
7756
|
narative?: undefined;
|
|
7802
7757
|
endDateUTC?: undefined;
|
|
7803
7758
|
startDateUTC?: undefined;
|
|
7759
|
+
costumEditMode?: undefined;
|
|
7804
7760
|
parent_only?: undefined;
|
|
7805
7761
|
sourceKey?: undefined;
|
|
7806
7762
|
types?: undefined;
|
|
@@ -8001,8 +7957,6 @@ declare const endpoints: {
|
|
|
8001
7957
|
arrayForm?: undefined;
|
|
8002
7958
|
buildingSurfaceArea?: undefined;
|
|
8003
7959
|
compagnon?: undefined;
|
|
8004
|
-
costum?: undefined;
|
|
8005
|
-
costumEditMode?: undefined;
|
|
8006
7960
|
costumId?: undefined;
|
|
8007
7961
|
costumSlug?: undefined;
|
|
8008
7962
|
costumType?: undefined;
|
|
@@ -8016,7 +7970,6 @@ declare const endpoints: {
|
|
|
8016
7970
|
preferences?: undefined;
|
|
8017
7971
|
role?: undefined;
|
|
8018
7972
|
siteSurfaceArea?: undefined;
|
|
8019
|
-
source?: undefined;
|
|
8020
7973
|
telephone?: undefined;
|
|
8021
7974
|
thematic?: undefined;
|
|
8022
7975
|
typePlace?: undefined;
|
|
@@ -8089,6 +8042,7 @@ declare const endpoints: {
|
|
|
8089
8042
|
narative?: undefined;
|
|
8090
8043
|
endDateUTC?: undefined;
|
|
8091
8044
|
startDateUTC?: undefined;
|
|
8045
|
+
costumEditMode?: undefined;
|
|
8092
8046
|
parent_only?: undefined;
|
|
8093
8047
|
sourceKey?: undefined;
|
|
8094
8048
|
types?: undefined;
|
|
@@ -8384,8 +8338,6 @@ declare const endpoints: {
|
|
|
8384
8338
|
arrayForm?: undefined;
|
|
8385
8339
|
buildingSurfaceArea?: undefined;
|
|
8386
8340
|
compagnon?: undefined;
|
|
8387
|
-
costum?: undefined;
|
|
8388
|
-
costumEditMode?: undefined;
|
|
8389
8341
|
costumId?: undefined;
|
|
8390
8342
|
costumSlug?: undefined;
|
|
8391
8343
|
costumType?: undefined;
|
|
@@ -8399,7 +8351,6 @@ declare const endpoints: {
|
|
|
8399
8351
|
preferences?: undefined;
|
|
8400
8352
|
role?: undefined;
|
|
8401
8353
|
siteSurfaceArea?: undefined;
|
|
8402
|
-
source?: undefined;
|
|
8403
8354
|
telephone?: undefined;
|
|
8404
8355
|
thematic?: undefined;
|
|
8405
8356
|
typePlace?: undefined;
|
|
@@ -8472,6 +8423,7 @@ declare const endpoints: {
|
|
|
8472
8423
|
narative?: undefined;
|
|
8473
8424
|
endDateUTC?: undefined;
|
|
8474
8425
|
startDateUTC?: undefined;
|
|
8426
|
+
costumEditMode?: undefined;
|
|
8475
8427
|
parent_only?: undefined;
|
|
8476
8428
|
sourceKey?: undefined;
|
|
8477
8429
|
types?: undefined;
|
|
@@ -8697,8 +8649,6 @@ declare const endpoints: {
|
|
|
8697
8649
|
arrayForm?: undefined;
|
|
8698
8650
|
buildingSurfaceArea?: undefined;
|
|
8699
8651
|
compagnon?: undefined;
|
|
8700
|
-
costum?: undefined;
|
|
8701
|
-
costumEditMode?: undefined;
|
|
8702
8652
|
costumId?: undefined;
|
|
8703
8653
|
costumSlug?: undefined;
|
|
8704
8654
|
costumType?: undefined;
|
|
@@ -8712,7 +8662,6 @@ declare const endpoints: {
|
|
|
8712
8662
|
preferences?: undefined;
|
|
8713
8663
|
role?: undefined;
|
|
8714
8664
|
siteSurfaceArea?: undefined;
|
|
8715
|
-
source?: undefined;
|
|
8716
8665
|
telephone?: undefined;
|
|
8717
8666
|
thematic?: undefined;
|
|
8718
8667
|
typePlace?: undefined;
|
|
@@ -8785,6 +8734,7 @@ declare const endpoints: {
|
|
|
8785
8734
|
narative?: undefined;
|
|
8786
8735
|
endDateUTC?: undefined;
|
|
8787
8736
|
startDateUTC?: undefined;
|
|
8737
|
+
costumEditMode?: undefined;
|
|
8788
8738
|
parent_only?: undefined;
|
|
8789
8739
|
sourceKey?: undefined;
|
|
8790
8740
|
types?: undefined;
|
|
@@ -9069,8 +9019,6 @@ declare const endpoints: {
|
|
|
9069
9019
|
arrayForm?: undefined;
|
|
9070
9020
|
buildingSurfaceArea?: undefined;
|
|
9071
9021
|
compagnon?: undefined;
|
|
9072
|
-
costum?: undefined;
|
|
9073
|
-
costumEditMode?: undefined;
|
|
9074
9022
|
costumId?: undefined;
|
|
9075
9023
|
costumSlug?: undefined;
|
|
9076
9024
|
costumType?: undefined;
|
|
@@ -9084,7 +9032,6 @@ declare const endpoints: {
|
|
|
9084
9032
|
preferences?: undefined;
|
|
9085
9033
|
role?: undefined;
|
|
9086
9034
|
siteSurfaceArea?: undefined;
|
|
9087
|
-
source?: undefined;
|
|
9088
9035
|
telephone?: undefined;
|
|
9089
9036
|
thematic?: undefined;
|
|
9090
9037
|
typePlace?: undefined;
|
|
@@ -9157,6 +9104,7 @@ declare const endpoints: {
|
|
|
9157
9104
|
narative?: undefined;
|
|
9158
9105
|
endDateUTC?: undefined;
|
|
9159
9106
|
startDateUTC?: undefined;
|
|
9107
|
+
costumEditMode?: undefined;
|
|
9160
9108
|
parent_only?: undefined;
|
|
9161
9109
|
sourceKey?: undefined;
|
|
9162
9110
|
types?: undefined;
|
|
@@ -9410,8 +9358,6 @@ declare const endpoints: {
|
|
|
9410
9358
|
arrayForm?: undefined;
|
|
9411
9359
|
buildingSurfaceArea?: undefined;
|
|
9412
9360
|
compagnon?: undefined;
|
|
9413
|
-
costum?: undefined;
|
|
9414
|
-
costumEditMode?: undefined;
|
|
9415
9361
|
costumId?: undefined;
|
|
9416
9362
|
costumSlug?: undefined;
|
|
9417
9363
|
costumType?: undefined;
|
|
@@ -9425,7 +9371,6 @@ declare const endpoints: {
|
|
|
9425
9371
|
preferences?: undefined;
|
|
9426
9372
|
role?: undefined;
|
|
9427
9373
|
siteSurfaceArea?: undefined;
|
|
9428
|
-
source?: undefined;
|
|
9429
9374
|
telephone?: undefined;
|
|
9430
9375
|
thematic?: undefined;
|
|
9431
9376
|
typePlace?: undefined;
|
|
@@ -9498,6 +9443,7 @@ declare const endpoints: {
|
|
|
9498
9443
|
narative?: undefined;
|
|
9499
9444
|
endDateUTC?: undefined;
|
|
9500
9445
|
startDateUTC?: undefined;
|
|
9446
|
+
costumEditMode?: undefined;
|
|
9501
9447
|
parent_only?: undefined;
|
|
9502
9448
|
sourceKey?: undefined;
|
|
9503
9449
|
types?: undefined;
|
|
@@ -9825,8 +9771,6 @@ declare const endpoints: {
|
|
|
9825
9771
|
arrayForm?: undefined;
|
|
9826
9772
|
buildingSurfaceArea?: undefined;
|
|
9827
9773
|
compagnon?: undefined;
|
|
9828
|
-
costum?: undefined;
|
|
9829
|
-
costumEditMode?: undefined;
|
|
9830
9774
|
costumId?: undefined;
|
|
9831
9775
|
costumSlug?: undefined;
|
|
9832
9776
|
costumType?: undefined;
|
|
@@ -9840,7 +9784,6 @@ declare const endpoints: {
|
|
|
9840
9784
|
preferences?: undefined;
|
|
9841
9785
|
role?: undefined;
|
|
9842
9786
|
siteSurfaceArea?: undefined;
|
|
9843
|
-
source?: undefined;
|
|
9844
9787
|
telephone?: undefined;
|
|
9845
9788
|
thematic?: undefined;
|
|
9846
9789
|
typePlace?: undefined;
|
|
@@ -9913,6 +9856,7 @@ declare const endpoints: {
|
|
|
9913
9856
|
narative?: undefined;
|
|
9914
9857
|
endDateUTC?: undefined;
|
|
9915
9858
|
startDateUTC?: undefined;
|
|
9859
|
+
costumEditMode?: undefined;
|
|
9916
9860
|
parent_only?: undefined;
|
|
9917
9861
|
sourceKey?: undefined;
|
|
9918
9862
|
types?: undefined;
|
|
@@ -10126,8 +10070,6 @@ declare const endpoints: {
|
|
|
10126
10070
|
arrayForm?: undefined;
|
|
10127
10071
|
buildingSurfaceArea?: undefined;
|
|
10128
10072
|
compagnon?: undefined;
|
|
10129
|
-
costum?: undefined;
|
|
10130
|
-
costumEditMode?: undefined;
|
|
10131
10073
|
costumId?: undefined;
|
|
10132
10074
|
costumSlug?: undefined;
|
|
10133
10075
|
costumType?: undefined;
|
|
@@ -10141,7 +10083,6 @@ declare const endpoints: {
|
|
|
10141
10083
|
preferences?: undefined;
|
|
10142
10084
|
role?: undefined;
|
|
10143
10085
|
siteSurfaceArea?: undefined;
|
|
10144
|
-
source?: undefined;
|
|
10145
10086
|
telephone?: undefined;
|
|
10146
10087
|
thematic?: undefined;
|
|
10147
10088
|
typePlace?: undefined;
|
|
@@ -10214,6 +10155,7 @@ declare const endpoints: {
|
|
|
10214
10155
|
narative?: undefined;
|
|
10215
10156
|
endDateUTC?: undefined;
|
|
10216
10157
|
startDateUTC?: undefined;
|
|
10158
|
+
costumEditMode?: undefined;
|
|
10217
10159
|
parent_only?: undefined;
|
|
10218
10160
|
sourceKey?: undefined;
|
|
10219
10161
|
types?: undefined;
|
|
@@ -10414,8 +10356,6 @@ declare const endpoints: {
|
|
|
10414
10356
|
arrayForm?: undefined;
|
|
10415
10357
|
buildingSurfaceArea?: undefined;
|
|
10416
10358
|
compagnon?: undefined;
|
|
10417
|
-
costum?: undefined;
|
|
10418
|
-
costumEditMode?: undefined;
|
|
10419
10359
|
costumId?: undefined;
|
|
10420
10360
|
costumSlug?: undefined;
|
|
10421
10361
|
costumType?: undefined;
|
|
@@ -10429,7 +10369,6 @@ declare const endpoints: {
|
|
|
10429
10369
|
preferences?: undefined;
|
|
10430
10370
|
role?: undefined;
|
|
10431
10371
|
siteSurfaceArea?: undefined;
|
|
10432
|
-
source?: undefined;
|
|
10433
10372
|
telephone?: undefined;
|
|
10434
10373
|
thematic?: undefined;
|
|
10435
10374
|
typePlace?: undefined;
|
|
@@ -10502,6 +10441,7 @@ declare const endpoints: {
|
|
|
10502
10441
|
narative?: undefined;
|
|
10503
10442
|
endDateUTC?: undefined;
|
|
10504
10443
|
startDateUTC?: undefined;
|
|
10444
|
+
costumEditMode?: undefined;
|
|
10505
10445
|
parent_only?: undefined;
|
|
10506
10446
|
sourceKey?: undefined;
|
|
10507
10447
|
types?: undefined;
|
|
@@ -10707,8 +10647,6 @@ declare const endpoints: {
|
|
|
10707
10647
|
arrayForm?: undefined;
|
|
10708
10648
|
buildingSurfaceArea?: undefined;
|
|
10709
10649
|
compagnon?: undefined;
|
|
10710
|
-
costum?: undefined;
|
|
10711
|
-
costumEditMode?: undefined;
|
|
10712
10650
|
costumId?: undefined;
|
|
10713
10651
|
costumSlug?: undefined;
|
|
10714
10652
|
costumType?: undefined;
|
|
@@ -10722,7 +10660,6 @@ declare const endpoints: {
|
|
|
10722
10660
|
preferences?: undefined;
|
|
10723
10661
|
role?: undefined;
|
|
10724
10662
|
siteSurfaceArea?: undefined;
|
|
10725
|
-
source?: undefined;
|
|
10726
10663
|
telephone?: undefined;
|
|
10727
10664
|
thematic?: undefined;
|
|
10728
10665
|
typePlace?: undefined;
|
|
@@ -10795,6 +10732,7 @@ declare const endpoints: {
|
|
|
10795
10732
|
narative?: undefined;
|
|
10796
10733
|
endDateUTC?: undefined;
|
|
10797
10734
|
startDateUTC?: undefined;
|
|
10735
|
+
costumEditMode?: undefined;
|
|
10798
10736
|
parent_only?: undefined;
|
|
10799
10737
|
sourceKey?: undefined;
|
|
10800
10738
|
types?: undefined;
|
|
@@ -11213,8 +11151,6 @@ declare const endpoints: {
|
|
|
11213
11151
|
arrayForm?: undefined;
|
|
11214
11152
|
buildingSurfaceArea?: undefined;
|
|
11215
11153
|
compagnon?: undefined;
|
|
11216
|
-
costum?: undefined;
|
|
11217
|
-
costumEditMode?: undefined;
|
|
11218
11154
|
costumId?: undefined;
|
|
11219
11155
|
costumSlug?: undefined;
|
|
11220
11156
|
costumType?: undefined;
|
|
@@ -11228,7 +11164,6 @@ declare const endpoints: {
|
|
|
11228
11164
|
preferences?: undefined;
|
|
11229
11165
|
role?: undefined;
|
|
11230
11166
|
siteSurfaceArea?: undefined;
|
|
11231
|
-
source?: undefined;
|
|
11232
11167
|
telephone?: undefined;
|
|
11233
11168
|
thematic?: undefined;
|
|
11234
11169
|
typePlace?: undefined;
|
|
@@ -11301,6 +11236,7 @@ declare const endpoints: {
|
|
|
11301
11236
|
narative?: undefined;
|
|
11302
11237
|
endDateUTC?: undefined;
|
|
11303
11238
|
startDateUTC?: undefined;
|
|
11239
|
+
costumEditMode?: undefined;
|
|
11304
11240
|
parent_only?: undefined;
|
|
11305
11241
|
sourceKey?: undefined;
|
|
11306
11242
|
types?: undefined;
|
|
@@ -11756,8 +11692,6 @@ declare const endpoints: {
|
|
|
11756
11692
|
arrayForm?: undefined;
|
|
11757
11693
|
buildingSurfaceArea?: undefined;
|
|
11758
11694
|
compagnon?: undefined;
|
|
11759
|
-
costum?: undefined;
|
|
11760
|
-
costumEditMode?: undefined;
|
|
11761
11695
|
costumId?: undefined;
|
|
11762
11696
|
costumSlug?: undefined;
|
|
11763
11697
|
costumType?: undefined;
|
|
@@ -11771,7 +11705,6 @@ declare const endpoints: {
|
|
|
11771
11705
|
preferences?: undefined;
|
|
11772
11706
|
role?: undefined;
|
|
11773
11707
|
siteSurfaceArea?: undefined;
|
|
11774
|
-
source?: undefined;
|
|
11775
11708
|
telephone?: undefined;
|
|
11776
11709
|
thematic?: undefined;
|
|
11777
11710
|
typePlace?: undefined;
|
|
@@ -11844,6 +11777,7 @@ declare const endpoints: {
|
|
|
11844
11777
|
narative?: undefined;
|
|
11845
11778
|
endDateUTC?: undefined;
|
|
11846
11779
|
startDateUTC?: undefined;
|
|
11780
|
+
costumEditMode?: undefined;
|
|
11847
11781
|
parent_only?: undefined;
|
|
11848
11782
|
sourceKey?: undefined;
|
|
11849
11783
|
types?: undefined;
|
|
@@ -12214,8 +12148,6 @@ declare const endpoints: {
|
|
|
12214
12148
|
arrayForm?: undefined;
|
|
12215
12149
|
buildingSurfaceArea?: undefined;
|
|
12216
12150
|
compagnon?: undefined;
|
|
12217
|
-
costum?: undefined;
|
|
12218
|
-
costumEditMode?: undefined;
|
|
12219
12151
|
costumId?: undefined;
|
|
12220
12152
|
costumSlug?: undefined;
|
|
12221
12153
|
costumType?: undefined;
|
|
@@ -12229,7 +12161,6 @@ declare const endpoints: {
|
|
|
12229
12161
|
preferences?: undefined;
|
|
12230
12162
|
role?: undefined;
|
|
12231
12163
|
siteSurfaceArea?: undefined;
|
|
12232
|
-
source?: undefined;
|
|
12233
12164
|
telephone?: undefined;
|
|
12234
12165
|
thematic?: undefined;
|
|
12235
12166
|
typePlace?: undefined;
|
|
@@ -12302,6 +12233,7 @@ declare const endpoints: {
|
|
|
12302
12233
|
narative?: undefined;
|
|
12303
12234
|
endDateUTC?: undefined;
|
|
12304
12235
|
startDateUTC?: undefined;
|
|
12236
|
+
costumEditMode?: undefined;
|
|
12305
12237
|
parent_only?: undefined;
|
|
12306
12238
|
sourceKey?: undefined;
|
|
12307
12239
|
types?: undefined;
|
|
@@ -12710,8 +12642,6 @@ declare const endpoints: {
|
|
|
12710
12642
|
arrayForm?: undefined;
|
|
12711
12643
|
buildingSurfaceArea?: undefined;
|
|
12712
12644
|
compagnon?: undefined;
|
|
12713
|
-
costum?: undefined;
|
|
12714
|
-
costumEditMode?: undefined;
|
|
12715
12645
|
costumId?: undefined;
|
|
12716
12646
|
costumSlug?: undefined;
|
|
12717
12647
|
costumType?: undefined;
|
|
@@ -12725,7 +12655,6 @@ declare const endpoints: {
|
|
|
12725
12655
|
preferences?: undefined;
|
|
12726
12656
|
role?: undefined;
|
|
12727
12657
|
siteSurfaceArea?: undefined;
|
|
12728
|
-
source?: undefined;
|
|
12729
12658
|
telephone?: undefined;
|
|
12730
12659
|
thematic?: undefined;
|
|
12731
12660
|
typePlace?: undefined;
|
|
@@ -12798,6 +12727,7 @@ declare const endpoints: {
|
|
|
12798
12727
|
narative?: undefined;
|
|
12799
12728
|
endDateUTC?: undefined;
|
|
12800
12729
|
startDateUTC?: undefined;
|
|
12730
|
+
costumEditMode?: undefined;
|
|
12801
12731
|
parent_only?: undefined;
|
|
12802
12732
|
sourceKey?: undefined;
|
|
12803
12733
|
types?: undefined;
|
|
@@ -13191,8 +13121,6 @@ declare const endpoints: {
|
|
|
13191
13121
|
arrayForm?: undefined;
|
|
13192
13122
|
buildingSurfaceArea?: undefined;
|
|
13193
13123
|
compagnon?: undefined;
|
|
13194
|
-
costum?: undefined;
|
|
13195
|
-
costumEditMode?: undefined;
|
|
13196
13124
|
costumId?: undefined;
|
|
13197
13125
|
costumSlug?: undefined;
|
|
13198
13126
|
costumType?: undefined;
|
|
@@ -13206,7 +13134,6 @@ declare const endpoints: {
|
|
|
13206
13134
|
preferences?: undefined;
|
|
13207
13135
|
role?: undefined;
|
|
13208
13136
|
siteSurfaceArea?: undefined;
|
|
13209
|
-
source?: undefined;
|
|
13210
13137
|
telephone?: undefined;
|
|
13211
13138
|
thematic?: undefined;
|
|
13212
13139
|
typePlace?: undefined;
|
|
@@ -13279,6 +13206,7 @@ declare const endpoints: {
|
|
|
13279
13206
|
narative?: undefined;
|
|
13280
13207
|
endDateUTC?: undefined;
|
|
13281
13208
|
startDateUTC?: undefined;
|
|
13209
|
+
costumEditMode?: undefined;
|
|
13282
13210
|
parent_only?: undefined;
|
|
13283
13211
|
sourceKey?: undefined;
|
|
13284
13212
|
types?: undefined;
|
|
@@ -13682,8 +13610,6 @@ declare const endpoints: {
|
|
|
13682
13610
|
arrayForm?: undefined;
|
|
13683
13611
|
buildingSurfaceArea?: undefined;
|
|
13684
13612
|
compagnon?: undefined;
|
|
13685
|
-
costum?: undefined;
|
|
13686
|
-
costumEditMode?: undefined;
|
|
13687
13613
|
costumId?: undefined;
|
|
13688
13614
|
costumSlug?: undefined;
|
|
13689
13615
|
costumType?: undefined;
|
|
@@ -13697,7 +13623,6 @@ declare const endpoints: {
|
|
|
13697
13623
|
preferences?: undefined;
|
|
13698
13624
|
role?: undefined;
|
|
13699
13625
|
siteSurfaceArea?: undefined;
|
|
13700
|
-
source?: undefined;
|
|
13701
13626
|
telephone?: undefined;
|
|
13702
13627
|
thematic?: undefined;
|
|
13703
13628
|
typePlace?: undefined;
|
|
@@ -13770,6 +13695,7 @@ declare const endpoints: {
|
|
|
13770
13695
|
narative?: undefined;
|
|
13771
13696
|
endDateUTC?: undefined;
|
|
13772
13697
|
startDateUTC?: undefined;
|
|
13698
|
+
costumEditMode?: undefined;
|
|
13773
13699
|
parent_only?: undefined;
|
|
13774
13700
|
sourceKey?: undefined;
|
|
13775
13701
|
types?: undefined;
|
|
@@ -14075,8 +14001,6 @@ declare const endpoints: {
|
|
|
14075
14001
|
arrayForm?: undefined;
|
|
14076
14002
|
buildingSurfaceArea?: undefined;
|
|
14077
14003
|
compagnon?: undefined;
|
|
14078
|
-
costum?: undefined;
|
|
14079
|
-
costumEditMode?: undefined;
|
|
14080
14004
|
costumId?: undefined;
|
|
14081
14005
|
costumSlug?: undefined;
|
|
14082
14006
|
costumType?: undefined;
|
|
@@ -14090,7 +14014,6 @@ declare const endpoints: {
|
|
|
14090
14014
|
preferences?: undefined;
|
|
14091
14015
|
role?: undefined;
|
|
14092
14016
|
siteSurfaceArea?: undefined;
|
|
14093
|
-
source?: undefined;
|
|
14094
14017
|
telephone?: undefined;
|
|
14095
14018
|
thematic?: undefined;
|
|
14096
14019
|
typePlace?: undefined;
|
|
@@ -14163,6 +14086,7 @@ declare const endpoints: {
|
|
|
14163
14086
|
narative?: undefined;
|
|
14164
14087
|
endDateUTC?: undefined;
|
|
14165
14088
|
startDateUTC?: undefined;
|
|
14089
|
+
costumEditMode?: undefined;
|
|
14166
14090
|
parent_only?: undefined;
|
|
14167
14091
|
sourceKey?: undefined;
|
|
14168
14092
|
types?: undefined;
|
|
@@ -14554,8 +14478,6 @@ declare const endpoints: {
|
|
|
14554
14478
|
arrayForm?: undefined;
|
|
14555
14479
|
buildingSurfaceArea?: undefined;
|
|
14556
14480
|
compagnon?: undefined;
|
|
14557
|
-
costum?: undefined;
|
|
14558
|
-
costumEditMode?: undefined;
|
|
14559
14481
|
costumId?: undefined;
|
|
14560
14482
|
costumSlug?: undefined;
|
|
14561
14483
|
costumType?: undefined;
|
|
@@ -14569,7 +14491,6 @@ declare const endpoints: {
|
|
|
14569
14491
|
preferences?: undefined;
|
|
14570
14492
|
role?: undefined;
|
|
14571
14493
|
siteSurfaceArea?: undefined;
|
|
14572
|
-
source?: undefined;
|
|
14573
14494
|
telephone?: undefined;
|
|
14574
14495
|
thematic?: undefined;
|
|
14575
14496
|
typePlace?: undefined;
|
|
@@ -14642,6 +14563,7 @@ declare const endpoints: {
|
|
|
14642
14563
|
narative?: undefined;
|
|
14643
14564
|
endDateUTC?: undefined;
|
|
14644
14565
|
startDateUTC?: undefined;
|
|
14566
|
+
costumEditMode?: undefined;
|
|
14645
14567
|
parent_only?: undefined;
|
|
14646
14568
|
sourceKey?: undefined;
|
|
14647
14569
|
types?: undefined;
|
|
@@ -15084,8 +15006,6 @@ declare const endpoints: {
|
|
|
15084
15006
|
arrayForm?: undefined;
|
|
15085
15007
|
buildingSurfaceArea?: undefined;
|
|
15086
15008
|
compagnon?: undefined;
|
|
15087
|
-
costum?: undefined;
|
|
15088
|
-
costumEditMode?: undefined;
|
|
15089
15009
|
costumId?: undefined;
|
|
15090
15010
|
costumSlug?: undefined;
|
|
15091
15011
|
costumType?: undefined;
|
|
@@ -15099,7 +15019,6 @@ declare const endpoints: {
|
|
|
15099
15019
|
preferences?: undefined;
|
|
15100
15020
|
role?: undefined;
|
|
15101
15021
|
siteSurfaceArea?: undefined;
|
|
15102
|
-
source?: undefined;
|
|
15103
15022
|
telephone?: undefined;
|
|
15104
15023
|
thematic?: undefined;
|
|
15105
15024
|
typePlace?: undefined;
|
|
@@ -15172,6 +15091,7 @@ declare const endpoints: {
|
|
|
15172
15091
|
narative?: undefined;
|
|
15173
15092
|
endDateUTC?: undefined;
|
|
15174
15093
|
startDateUTC?: undefined;
|
|
15094
|
+
costumEditMode?: undefined;
|
|
15175
15095
|
parent_only?: undefined;
|
|
15176
15096
|
sourceKey?: undefined;
|
|
15177
15097
|
types?: undefined;
|
|
@@ -15573,8 +15493,6 @@ declare const endpoints: {
|
|
|
15573
15493
|
arrayForm?: undefined;
|
|
15574
15494
|
buildingSurfaceArea?: undefined;
|
|
15575
15495
|
compagnon?: undefined;
|
|
15576
|
-
costum?: undefined;
|
|
15577
|
-
costumEditMode?: undefined;
|
|
15578
15496
|
costumId?: undefined;
|
|
15579
15497
|
costumSlug?: undefined;
|
|
15580
15498
|
costumType?: undefined;
|
|
@@ -15588,7 +15506,6 @@ declare const endpoints: {
|
|
|
15588
15506
|
preferences?: undefined;
|
|
15589
15507
|
role?: undefined;
|
|
15590
15508
|
siteSurfaceArea?: undefined;
|
|
15591
|
-
source?: undefined;
|
|
15592
15509
|
telephone?: undefined;
|
|
15593
15510
|
thematic?: undefined;
|
|
15594
15511
|
typePlace?: undefined;
|
|
@@ -15661,6 +15578,7 @@ declare const endpoints: {
|
|
|
15661
15578
|
narative?: undefined;
|
|
15662
15579
|
endDateUTC?: undefined;
|
|
15663
15580
|
startDateUTC?: undefined;
|
|
15581
|
+
costumEditMode?: undefined;
|
|
15664
15582
|
parent_only?: undefined;
|
|
15665
15583
|
sourceKey?: undefined;
|
|
15666
15584
|
types?: undefined;
|
|
@@ -16009,8 +15927,6 @@ declare const endpoints: {
|
|
|
16009
15927
|
arrayForm?: undefined;
|
|
16010
15928
|
buildingSurfaceArea?: undefined;
|
|
16011
15929
|
compagnon?: undefined;
|
|
16012
|
-
costum?: undefined;
|
|
16013
|
-
costumEditMode?: undefined;
|
|
16014
15930
|
costumId?: undefined;
|
|
16015
15931
|
costumSlug?: undefined;
|
|
16016
15932
|
costumType?: undefined;
|
|
@@ -16024,7 +15940,6 @@ declare const endpoints: {
|
|
|
16024
15940
|
preferences?: undefined;
|
|
16025
15941
|
role?: undefined;
|
|
16026
15942
|
siteSurfaceArea?: undefined;
|
|
16027
|
-
source?: undefined;
|
|
16028
15943
|
telephone?: undefined;
|
|
16029
15944
|
thematic?: undefined;
|
|
16030
15945
|
typePlace?: undefined;
|
|
@@ -16097,6 +16012,7 @@ declare const endpoints: {
|
|
|
16097
16012
|
narative?: undefined;
|
|
16098
16013
|
endDateUTC?: undefined;
|
|
16099
16014
|
startDateUTC?: undefined;
|
|
16015
|
+
costumEditMode?: undefined;
|
|
16100
16016
|
parent_only?: undefined;
|
|
16101
16017
|
sourceKey?: undefined;
|
|
16102
16018
|
types?: undefined;
|
|
@@ -16458,8 +16374,6 @@ declare const endpoints: {
|
|
|
16458
16374
|
arrayForm?: undefined;
|
|
16459
16375
|
buildingSurfaceArea?: undefined;
|
|
16460
16376
|
compagnon?: undefined;
|
|
16461
|
-
costum?: undefined;
|
|
16462
|
-
costumEditMode?: undefined;
|
|
16463
16377
|
costumId?: undefined;
|
|
16464
16378
|
costumSlug?: undefined;
|
|
16465
16379
|
costumType?: undefined;
|
|
@@ -16473,7 +16387,6 @@ declare const endpoints: {
|
|
|
16473
16387
|
preferences?: undefined;
|
|
16474
16388
|
role?: undefined;
|
|
16475
16389
|
siteSurfaceArea?: undefined;
|
|
16476
|
-
source?: undefined;
|
|
16477
16390
|
telephone?: undefined;
|
|
16478
16391
|
thematic?: undefined;
|
|
16479
16392
|
typePlace?: undefined;
|
|
@@ -16546,6 +16459,7 @@ declare const endpoints: {
|
|
|
16546
16459
|
narative?: undefined;
|
|
16547
16460
|
endDateUTC?: undefined;
|
|
16548
16461
|
startDateUTC?: undefined;
|
|
16462
|
+
costumEditMode?: undefined;
|
|
16549
16463
|
parent_only?: undefined;
|
|
16550
16464
|
sourceKey?: undefined;
|
|
16551
16465
|
types?: undefined;
|
|
@@ -16944,8 +16858,6 @@ declare const endpoints: {
|
|
|
16944
16858
|
arrayForm?: undefined;
|
|
16945
16859
|
buildingSurfaceArea?: undefined;
|
|
16946
16860
|
compagnon?: undefined;
|
|
16947
|
-
costum?: undefined;
|
|
16948
|
-
costumEditMode?: undefined;
|
|
16949
16861
|
costumId?: undefined;
|
|
16950
16862
|
costumSlug?: undefined;
|
|
16951
16863
|
costumType?: undefined;
|
|
@@ -16959,7 +16871,6 @@ declare const endpoints: {
|
|
|
16959
16871
|
preferences?: undefined;
|
|
16960
16872
|
role?: undefined;
|
|
16961
16873
|
siteSurfaceArea?: undefined;
|
|
16962
|
-
source?: undefined;
|
|
16963
16874
|
telephone?: undefined;
|
|
16964
16875
|
thematic?: undefined;
|
|
16965
16876
|
typePlace?: undefined;
|
|
@@ -17032,6 +16943,7 @@ declare const endpoints: {
|
|
|
17032
16943
|
narative?: undefined;
|
|
17033
16944
|
endDateUTC?: undefined;
|
|
17034
16945
|
startDateUTC?: undefined;
|
|
16946
|
+
costumEditMode?: undefined;
|
|
17035
16947
|
parent_only?: undefined;
|
|
17036
16948
|
sourceKey?: undefined;
|
|
17037
16949
|
types?: undefined;
|
|
@@ -17433,8 +17345,6 @@ declare const endpoints: {
|
|
|
17433
17345
|
arrayForm?: undefined;
|
|
17434
17346
|
buildingSurfaceArea?: undefined;
|
|
17435
17347
|
compagnon?: undefined;
|
|
17436
|
-
costum?: undefined;
|
|
17437
|
-
costumEditMode?: undefined;
|
|
17438
17348
|
costumId?: undefined;
|
|
17439
17349
|
costumSlug?: undefined;
|
|
17440
17350
|
costumType?: undefined;
|
|
@@ -17448,7 +17358,6 @@ declare const endpoints: {
|
|
|
17448
17358
|
preferences?: undefined;
|
|
17449
17359
|
role?: undefined;
|
|
17450
17360
|
siteSurfaceArea?: undefined;
|
|
17451
|
-
source?: undefined;
|
|
17452
17361
|
telephone?: undefined;
|
|
17453
17362
|
thematic?: undefined;
|
|
17454
17363
|
typePlace?: undefined;
|
|
@@ -17521,6 +17430,7 @@ declare const endpoints: {
|
|
|
17521
17430
|
narative?: undefined;
|
|
17522
17431
|
endDateUTC?: undefined;
|
|
17523
17432
|
startDateUTC?: undefined;
|
|
17433
|
+
costumEditMode?: undefined;
|
|
17524
17434
|
parent_only?: undefined;
|
|
17525
17435
|
sourceKey?: undefined;
|
|
17526
17436
|
types?: undefined;
|
|
@@ -17912,8 +17822,6 @@ declare const endpoints: {
|
|
|
17912
17822
|
arrayForm?: undefined;
|
|
17913
17823
|
buildingSurfaceArea?: undefined;
|
|
17914
17824
|
compagnon?: undefined;
|
|
17915
|
-
costum?: undefined;
|
|
17916
|
-
costumEditMode?: undefined;
|
|
17917
17825
|
costumId?: undefined;
|
|
17918
17826
|
costumSlug?: undefined;
|
|
17919
17827
|
costumType?: undefined;
|
|
@@ -17927,7 +17835,6 @@ declare const endpoints: {
|
|
|
17927
17835
|
preferences?: undefined;
|
|
17928
17836
|
role?: undefined;
|
|
17929
17837
|
siteSurfaceArea?: undefined;
|
|
17930
|
-
source?: undefined;
|
|
17931
17838
|
telephone?: undefined;
|
|
17932
17839
|
thematic?: undefined;
|
|
17933
17840
|
typePlace?: undefined;
|
|
@@ -18000,6 +17907,7 @@ declare const endpoints: {
|
|
|
18000
17907
|
narative?: undefined;
|
|
18001
17908
|
endDateUTC?: undefined;
|
|
18002
17909
|
startDateUTC?: undefined;
|
|
17910
|
+
costumEditMode?: undefined;
|
|
18003
17911
|
parent_only?: undefined;
|
|
18004
17912
|
sourceKey?: undefined;
|
|
18005
17913
|
types?: undefined;
|
|
@@ -18442,8 +18350,6 @@ declare const endpoints: {
|
|
|
18442
18350
|
arrayForm?: undefined;
|
|
18443
18351
|
buildingSurfaceArea?: undefined;
|
|
18444
18352
|
compagnon?: undefined;
|
|
18445
|
-
costum?: undefined;
|
|
18446
|
-
costumEditMode?: undefined;
|
|
18447
18353
|
costumId?: undefined;
|
|
18448
18354
|
costumSlug?: undefined;
|
|
18449
18355
|
costumType?: undefined;
|
|
@@ -18457,7 +18363,6 @@ declare const endpoints: {
|
|
|
18457
18363
|
preferences?: undefined;
|
|
18458
18364
|
role?: undefined;
|
|
18459
18365
|
siteSurfaceArea?: undefined;
|
|
18460
|
-
source?: undefined;
|
|
18461
18366
|
telephone?: undefined;
|
|
18462
18367
|
thematic?: undefined;
|
|
18463
18368
|
typePlace?: undefined;
|
|
@@ -18530,6 +18435,7 @@ declare const endpoints: {
|
|
|
18530
18435
|
narative?: undefined;
|
|
18531
18436
|
endDateUTC?: undefined;
|
|
18532
18437
|
startDateUTC?: undefined;
|
|
18438
|
+
costumEditMode?: undefined;
|
|
18533
18439
|
parent_only?: undefined;
|
|
18534
18440
|
sourceKey?: undefined;
|
|
18535
18441
|
types?: undefined;
|
|
@@ -18836,8 +18742,6 @@ declare const endpoints: {
|
|
|
18836
18742
|
arrayForm?: undefined;
|
|
18837
18743
|
buildingSurfaceArea?: undefined;
|
|
18838
18744
|
compagnon?: undefined;
|
|
18839
|
-
costum?: undefined;
|
|
18840
|
-
costumEditMode?: undefined;
|
|
18841
18745
|
costumId?: undefined;
|
|
18842
18746
|
costumSlug?: undefined;
|
|
18843
18747
|
costumType?: undefined;
|
|
@@ -18851,7 +18755,6 @@ declare const endpoints: {
|
|
|
18851
18755
|
preferences?: undefined;
|
|
18852
18756
|
role?: undefined;
|
|
18853
18757
|
siteSurfaceArea?: undefined;
|
|
18854
|
-
source?: undefined;
|
|
18855
18758
|
telephone?: undefined;
|
|
18856
18759
|
thematic?: undefined;
|
|
18857
18760
|
typePlace?: undefined;
|
|
@@ -18924,6 +18827,7 @@ declare const endpoints: {
|
|
|
18924
18827
|
narative?: undefined;
|
|
18925
18828
|
endDateUTC?: undefined;
|
|
18926
18829
|
startDateUTC?: undefined;
|
|
18830
|
+
costumEditMode?: undefined;
|
|
18927
18831
|
parent_only?: undefined;
|
|
18928
18832
|
sourceKey?: undefined;
|
|
18929
18833
|
types?: undefined;
|
|
@@ -19394,8 +19298,6 @@ declare const endpoints: {
|
|
|
19394
19298
|
arrayForm?: undefined;
|
|
19395
19299
|
buildingSurfaceArea?: undefined;
|
|
19396
19300
|
compagnon?: undefined;
|
|
19397
|
-
costum?: undefined;
|
|
19398
|
-
costumEditMode?: undefined;
|
|
19399
19301
|
costumId?: undefined;
|
|
19400
19302
|
costumSlug?: undefined;
|
|
19401
19303
|
costumType?: undefined;
|
|
@@ -19409,7 +19311,6 @@ declare const endpoints: {
|
|
|
19409
19311
|
preferences?: undefined;
|
|
19410
19312
|
role?: undefined;
|
|
19411
19313
|
siteSurfaceArea?: undefined;
|
|
19412
|
-
source?: undefined;
|
|
19413
19314
|
telephone?: undefined;
|
|
19414
19315
|
thematic?: undefined;
|
|
19415
19316
|
typePlace?: undefined;
|
|
@@ -19482,6 +19383,7 @@ declare const endpoints: {
|
|
|
19482
19383
|
narative?: undefined;
|
|
19483
19384
|
endDateUTC?: undefined;
|
|
19484
19385
|
startDateUTC?: undefined;
|
|
19386
|
+
costumEditMode?: undefined;
|
|
19485
19387
|
parent_only?: undefined;
|
|
19486
19388
|
sourceKey?: undefined;
|
|
19487
19389
|
types?: undefined;
|
|
@@ -19739,8 +19641,6 @@ declare const endpoints: {
|
|
|
19739
19641
|
arrayForm?: undefined;
|
|
19740
19642
|
buildingSurfaceArea?: undefined;
|
|
19741
19643
|
compagnon?: undefined;
|
|
19742
|
-
costum?: undefined;
|
|
19743
|
-
costumEditMode?: undefined;
|
|
19744
19644
|
costumId?: undefined;
|
|
19745
19645
|
costumSlug?: undefined;
|
|
19746
19646
|
costumType?: undefined;
|
|
@@ -19754,7 +19654,6 @@ declare const endpoints: {
|
|
|
19754
19654
|
preferences?: undefined;
|
|
19755
19655
|
role?: undefined;
|
|
19756
19656
|
siteSurfaceArea?: undefined;
|
|
19757
|
-
source?: undefined;
|
|
19758
19657
|
telephone?: undefined;
|
|
19759
19658
|
thematic?: undefined;
|
|
19760
19659
|
typePlace?: undefined;
|
|
@@ -19827,6 +19726,7 @@ declare const endpoints: {
|
|
|
19827
19726
|
narative?: undefined;
|
|
19828
19727
|
endDateUTC?: undefined;
|
|
19829
19728
|
startDateUTC?: undefined;
|
|
19729
|
+
costumEditMode?: undefined;
|
|
19830
19730
|
parent_only?: undefined;
|
|
19831
19731
|
sourceKey?: undefined;
|
|
19832
19732
|
types?: undefined;
|
|
@@ -20102,8 +20002,6 @@ declare const endpoints: {
|
|
|
20102
20002
|
arrayForm?: undefined;
|
|
20103
20003
|
buildingSurfaceArea?: undefined;
|
|
20104
20004
|
compagnon?: undefined;
|
|
20105
|
-
costum?: undefined;
|
|
20106
|
-
costumEditMode?: undefined;
|
|
20107
20005
|
costumId?: undefined;
|
|
20108
20006
|
costumSlug?: undefined;
|
|
20109
20007
|
costumType?: undefined;
|
|
@@ -20117,7 +20015,6 @@ declare const endpoints: {
|
|
|
20117
20015
|
preferences?: undefined;
|
|
20118
20016
|
role?: undefined;
|
|
20119
20017
|
siteSurfaceArea?: undefined;
|
|
20120
|
-
source?: undefined;
|
|
20121
20018
|
telephone?: undefined;
|
|
20122
20019
|
thematic?: undefined;
|
|
20123
20020
|
typePlace?: undefined;
|
|
@@ -20190,6 +20087,7 @@ declare const endpoints: {
|
|
|
20190
20087
|
narative?: undefined;
|
|
20191
20088
|
endDateUTC?: undefined;
|
|
20192
20089
|
startDateUTC?: undefined;
|
|
20090
|
+
costumEditMode?: undefined;
|
|
20193
20091
|
parent_only?: undefined;
|
|
20194
20092
|
sourceKey?: undefined;
|
|
20195
20093
|
types?: undefined;
|
|
@@ -20392,8 +20290,6 @@ declare const endpoints: {
|
|
|
20392
20290
|
pull?: undefined;
|
|
20393
20291
|
buildingSurfaceArea?: undefined;
|
|
20394
20292
|
compagnon?: undefined;
|
|
20395
|
-
costum?: undefined;
|
|
20396
|
-
costumEditMode?: undefined;
|
|
20397
20293
|
costumId?: undefined;
|
|
20398
20294
|
costumSlug?: undefined;
|
|
20399
20295
|
costumType?: undefined;
|
|
@@ -20407,7 +20303,6 @@ declare const endpoints: {
|
|
|
20407
20303
|
preferences?: undefined;
|
|
20408
20304
|
role?: undefined;
|
|
20409
20305
|
siteSurfaceArea?: undefined;
|
|
20410
|
-
source?: undefined;
|
|
20411
20306
|
telephone?: undefined;
|
|
20412
20307
|
thematic?: undefined;
|
|
20413
20308
|
typePlace?: undefined;
|
|
@@ -20480,6 +20375,7 @@ declare const endpoints: {
|
|
|
20480
20375
|
narative?: undefined;
|
|
20481
20376
|
endDateUTC?: undefined;
|
|
20482
20377
|
startDateUTC?: undefined;
|
|
20378
|
+
costumEditMode?: undefined;
|
|
20483
20379
|
parent_only?: undefined;
|
|
20484
20380
|
sourceKey?: undefined;
|
|
20485
20381
|
types?: undefined;
|
|
@@ -20633,39 +20529,6 @@ declare const endpoints: {
|
|
|
20633
20529
|
compagnon: {
|
|
20634
20530
|
type: string;
|
|
20635
20531
|
};
|
|
20636
|
-
costum: {
|
|
20637
|
-
additionalProperties: boolean;
|
|
20638
|
-
properties: {
|
|
20639
|
-
bannerImageUrl: {
|
|
20640
|
-
type: string;
|
|
20641
|
-
};
|
|
20642
|
-
bannerLogoUrl: {
|
|
20643
|
-
type: string;
|
|
20644
|
-
};
|
|
20645
|
-
bannerText: {
|
|
20646
|
-
type: string;
|
|
20647
|
-
};
|
|
20648
|
-
cocity: {
|
|
20649
|
-
default: boolean;
|
|
20650
|
-
type: string;
|
|
20651
|
-
};
|
|
20652
|
-
slug: {
|
|
20653
|
-
type: string;
|
|
20654
|
-
};
|
|
20655
|
-
transparentCommune: {
|
|
20656
|
-
default: boolean;
|
|
20657
|
-
type: string;
|
|
20658
|
-
};
|
|
20659
|
-
typeCocity: {
|
|
20660
|
-
type: string;
|
|
20661
|
-
};
|
|
20662
|
-
};
|
|
20663
|
-
required: never[];
|
|
20664
|
-
type: string;
|
|
20665
|
-
};
|
|
20666
|
-
costumEditMode: {
|
|
20667
|
-
type: string;
|
|
20668
|
-
};
|
|
20669
20532
|
costumId: {
|
|
20670
20533
|
type: string;
|
|
20671
20534
|
};
|
|
@@ -20844,23 +20707,6 @@ declare const endpoints: {
|
|
|
20844
20707
|
siteSurfaceArea: {
|
|
20845
20708
|
type: string;
|
|
20846
20709
|
};
|
|
20847
|
-
source: {
|
|
20848
|
-
properties: {
|
|
20849
|
-
insertOrign: {
|
|
20850
|
-
type: string;
|
|
20851
|
-
};
|
|
20852
|
-
key: {
|
|
20853
|
-
type: string;
|
|
20854
|
-
};
|
|
20855
|
-
keys: {
|
|
20856
|
-
items: {
|
|
20857
|
-
type: string;
|
|
20858
|
-
};
|
|
20859
|
-
type: string;
|
|
20860
|
-
};
|
|
20861
|
-
};
|
|
20862
|
-
type: string;
|
|
20863
|
-
};
|
|
20864
20710
|
tags: {
|
|
20865
20711
|
items: {
|
|
20866
20712
|
type: string;
|
|
@@ -21050,6 +20896,7 @@ declare const endpoints: {
|
|
|
21050
20896
|
narative?: undefined;
|
|
21051
20897
|
endDateUTC?: undefined;
|
|
21052
20898
|
startDateUTC?: undefined;
|
|
20899
|
+
costumEditMode?: undefined;
|
|
21053
20900
|
parent_only?: undefined;
|
|
21054
20901
|
sourceKey?: undefined;
|
|
21055
20902
|
types?: undefined;
|
|
@@ -21196,6 +21043,15 @@ declare const endpoints: {
|
|
|
21196
21043
|
default: string;
|
|
21197
21044
|
type: string;
|
|
21198
21045
|
};
|
|
21046
|
+
costumId: {
|
|
21047
|
+
type: string;
|
|
21048
|
+
};
|
|
21049
|
+
costumSlug: {
|
|
21050
|
+
type: string;
|
|
21051
|
+
};
|
|
21052
|
+
costumType: {
|
|
21053
|
+
type: string;
|
|
21054
|
+
};
|
|
21199
21055
|
geo: {
|
|
21200
21056
|
additionalProperties: boolean;
|
|
21201
21057
|
properties: {
|
|
@@ -21413,11 +21269,6 @@ declare const endpoints: {
|
|
|
21413
21269
|
arrayForm?: undefined;
|
|
21414
21270
|
buildingSurfaceArea?: undefined;
|
|
21415
21271
|
compagnon?: undefined;
|
|
21416
|
-
costum?: undefined;
|
|
21417
|
-
costumEditMode?: undefined;
|
|
21418
|
-
costumId?: undefined;
|
|
21419
|
-
costumSlug?: undefined;
|
|
21420
|
-
costumType?: undefined;
|
|
21421
21272
|
filiere?: undefined;
|
|
21422
21273
|
holderOrganization?: undefined;
|
|
21423
21274
|
mainTag?: undefined;
|
|
@@ -21426,7 +21277,6 @@ declare const endpoints: {
|
|
|
21426
21277
|
openingHours?: undefined;
|
|
21427
21278
|
role?: undefined;
|
|
21428
21279
|
siteSurfaceArea?: undefined;
|
|
21429
|
-
source?: undefined;
|
|
21430
21280
|
telephone?: undefined;
|
|
21431
21281
|
thematic?: undefined;
|
|
21432
21282
|
typePlace?: undefined;
|
|
@@ -21496,6 +21346,7 @@ declare const endpoints: {
|
|
|
21496
21346
|
narative?: undefined;
|
|
21497
21347
|
endDateUTC?: undefined;
|
|
21498
21348
|
startDateUTC?: undefined;
|
|
21349
|
+
costumEditMode?: undefined;
|
|
21499
21350
|
parent_only?: undefined;
|
|
21500
21351
|
sourceKey?: undefined;
|
|
21501
21352
|
types?: undefined;
|
|
@@ -21651,6 +21502,15 @@ declare const endpoints: {
|
|
|
21651
21502
|
default: string;
|
|
21652
21503
|
type: string;
|
|
21653
21504
|
};
|
|
21505
|
+
costumId: {
|
|
21506
|
+
type: string;
|
|
21507
|
+
};
|
|
21508
|
+
costumSlug: {
|
|
21509
|
+
type: string;
|
|
21510
|
+
};
|
|
21511
|
+
costumType: {
|
|
21512
|
+
type: string;
|
|
21513
|
+
};
|
|
21654
21514
|
description: {
|
|
21655
21515
|
type: string;
|
|
21656
21516
|
};
|
|
@@ -21856,23 +21716,6 @@ declare const endpoints: {
|
|
|
21856
21716
|
default: string;
|
|
21857
21717
|
type: string;
|
|
21858
21718
|
};
|
|
21859
|
-
source: {
|
|
21860
|
-
properties: {
|
|
21861
|
-
insertOrign: {
|
|
21862
|
-
type: string;
|
|
21863
|
-
};
|
|
21864
|
-
key: {
|
|
21865
|
-
type: string;
|
|
21866
|
-
};
|
|
21867
|
-
keys: {
|
|
21868
|
-
items: {
|
|
21869
|
-
type: string;
|
|
21870
|
-
};
|
|
21871
|
-
type: string;
|
|
21872
|
-
};
|
|
21873
|
-
};
|
|
21874
|
-
type: string;
|
|
21875
|
-
};
|
|
21876
21719
|
tags: {
|
|
21877
21720
|
items: {
|
|
21878
21721
|
type: string;
|
|
@@ -21976,11 +21819,6 @@ declare const endpoints: {
|
|
|
21976
21819
|
arrayForm?: undefined;
|
|
21977
21820
|
buildingSurfaceArea?: undefined;
|
|
21978
21821
|
compagnon?: undefined;
|
|
21979
|
-
costum?: undefined;
|
|
21980
|
-
costumEditMode?: undefined;
|
|
21981
|
-
costumId?: undefined;
|
|
21982
|
-
costumSlug?: undefined;
|
|
21983
|
-
costumType?: undefined;
|
|
21984
21822
|
filiere?: undefined;
|
|
21985
21823
|
holderOrganization?: undefined;
|
|
21986
21824
|
mainTag?: undefined;
|
|
@@ -22021,6 +21859,7 @@ declare const endpoints: {
|
|
|
22021
21859
|
narative?: undefined;
|
|
22022
21860
|
endDateUTC?: undefined;
|
|
22023
21861
|
startDateUTC?: undefined;
|
|
21862
|
+
costumEditMode?: undefined;
|
|
22024
21863
|
parent_only?: undefined;
|
|
22025
21864
|
sourceKey?: undefined;
|
|
22026
21865
|
types?: undefined;
|
|
@@ -22186,6 +22025,15 @@ declare const endpoints: {
|
|
|
22186
22025
|
default: string;
|
|
22187
22026
|
type: string;
|
|
22188
22027
|
};
|
|
22028
|
+
costumId: {
|
|
22029
|
+
type: string;
|
|
22030
|
+
};
|
|
22031
|
+
costumSlug: {
|
|
22032
|
+
type: string;
|
|
22033
|
+
};
|
|
22034
|
+
costumType: {
|
|
22035
|
+
type: string;
|
|
22036
|
+
};
|
|
22189
22037
|
email: {
|
|
22190
22038
|
anyOf: ({
|
|
22191
22039
|
format: string;
|
|
@@ -22504,11 +22352,6 @@ declare const endpoints: {
|
|
|
22504
22352
|
arrayForm?: undefined;
|
|
22505
22353
|
buildingSurfaceArea?: undefined;
|
|
22506
22354
|
compagnon?: undefined;
|
|
22507
|
-
costum?: undefined;
|
|
22508
|
-
costumEditMode?: undefined;
|
|
22509
|
-
costumId?: undefined;
|
|
22510
|
-
costumSlug?: undefined;
|
|
22511
|
-
costumType?: undefined;
|
|
22512
22355
|
filiere?: undefined;
|
|
22513
22356
|
holderOrganization?: undefined;
|
|
22514
22357
|
mainTag?: undefined;
|
|
@@ -22516,7 +22359,6 @@ declare const endpoints: {
|
|
|
22516
22359
|
openingDate?: undefined;
|
|
22517
22360
|
role?: undefined;
|
|
22518
22361
|
siteSurfaceArea?: undefined;
|
|
22519
|
-
source?: undefined;
|
|
22520
22362
|
telephone?: undefined;
|
|
22521
22363
|
thematic?: undefined;
|
|
22522
22364
|
typePlace?: undefined;
|
|
@@ -22581,6 +22423,7 @@ declare const endpoints: {
|
|
|
22581
22423
|
narative?: undefined;
|
|
22582
22424
|
endDateUTC?: undefined;
|
|
22583
22425
|
startDateUTC?: undefined;
|
|
22426
|
+
costumEditMode?: undefined;
|
|
22584
22427
|
parent_only?: undefined;
|
|
22585
22428
|
sourceKey?: undefined;
|
|
22586
22429
|
types?: undefined;
|
|
@@ -22662,39 +22505,6 @@ declare const endpoints: {
|
|
|
22662
22505
|
pathParams?: undefined;
|
|
22663
22506
|
params?: undefined;
|
|
22664
22507
|
functionCocostum?: undefined;
|
|
22665
|
-
} | {
|
|
22666
|
-
auth: string;
|
|
22667
|
-
constant: string;
|
|
22668
|
-
contentType: string;
|
|
22669
|
-
method: string;
|
|
22670
|
-
path: string;
|
|
22671
|
-
pathParams: {
|
|
22672
|
-
additionalProperties: boolean;
|
|
22673
|
-
properties: {
|
|
22674
|
-
id: {
|
|
22675
|
-
pattern: string;
|
|
22676
|
-
type: string;
|
|
22677
|
-
};
|
|
22678
|
-
};
|
|
22679
|
-
required: string[];
|
|
22680
|
-
type: string;
|
|
22681
|
-
};
|
|
22682
|
-
request: {
|
|
22683
|
-
additionalProperties: boolean;
|
|
22684
|
-
properties: {
|
|
22685
|
-
reason: {
|
|
22686
|
-
default: string;
|
|
22687
|
-
type: string;
|
|
22688
|
-
};
|
|
22689
|
-
};
|
|
22690
|
-
required: string[];
|
|
22691
|
-
type: string;
|
|
22692
|
-
};
|
|
22693
|
-
generateModule?: undefined;
|
|
22694
|
-
onlyAuthNone?: undefined;
|
|
22695
|
-
postActions?: undefined;
|
|
22696
|
-
params?: undefined;
|
|
22697
|
-
functionCocostum?: undefined;
|
|
22698
22508
|
} | {
|
|
22699
22509
|
auth: string;
|
|
22700
22510
|
constant: string;
|
|
@@ -22897,8 +22707,6 @@ declare const endpoints: {
|
|
|
22897
22707
|
arrayForm?: undefined;
|
|
22898
22708
|
buildingSurfaceArea?: undefined;
|
|
22899
22709
|
compagnon?: undefined;
|
|
22900
|
-
costum?: undefined;
|
|
22901
|
-
costumEditMode?: undefined;
|
|
22902
22710
|
costumId?: undefined;
|
|
22903
22711
|
costumSlug?: undefined;
|
|
22904
22712
|
costumType?: undefined;
|
|
@@ -22912,7 +22720,6 @@ declare const endpoints: {
|
|
|
22912
22720
|
preferences?: undefined;
|
|
22913
22721
|
role?: undefined;
|
|
22914
22722
|
siteSurfaceArea?: undefined;
|
|
22915
|
-
source?: undefined;
|
|
22916
22723
|
telephone?: undefined;
|
|
22917
22724
|
thematic?: undefined;
|
|
22918
22725
|
typePlace?: undefined;
|
|
@@ -22981,6 +22788,7 @@ declare const endpoints: {
|
|
|
22981
22788
|
narative?: undefined;
|
|
22982
22789
|
endDateUTC?: undefined;
|
|
22983
22790
|
startDateUTC?: undefined;
|
|
22791
|
+
costumEditMode?: undefined;
|
|
22984
22792
|
parent_only?: undefined;
|
|
22985
22793
|
sourceKey?: undefined;
|
|
22986
22794
|
types?: undefined;
|
|
@@ -23185,8 +22993,6 @@ declare const endpoints: {
|
|
|
23185
22993
|
arrayForm?: undefined;
|
|
23186
22994
|
buildingSurfaceArea?: undefined;
|
|
23187
22995
|
compagnon?: undefined;
|
|
23188
|
-
costum?: undefined;
|
|
23189
|
-
costumEditMode?: undefined;
|
|
23190
22996
|
costumId?: undefined;
|
|
23191
22997
|
costumSlug?: undefined;
|
|
23192
22998
|
costumType?: undefined;
|
|
@@ -23200,7 +23006,6 @@ declare const endpoints: {
|
|
|
23200
23006
|
preferences?: undefined;
|
|
23201
23007
|
role?: undefined;
|
|
23202
23008
|
siteSurfaceArea?: undefined;
|
|
23203
|
-
source?: undefined;
|
|
23204
23009
|
telephone?: undefined;
|
|
23205
23010
|
thematic?: undefined;
|
|
23206
23011
|
typePlace?: undefined;
|
|
@@ -23272,6 +23077,7 @@ declare const endpoints: {
|
|
|
23272
23077
|
narative?: undefined;
|
|
23273
23078
|
endDateUTC?: undefined;
|
|
23274
23079
|
startDateUTC?: undefined;
|
|
23080
|
+
costumEditMode?: undefined;
|
|
23275
23081
|
parent_only?: undefined;
|
|
23276
23082
|
sourceKey?: undefined;
|
|
23277
23083
|
types?: undefined;
|
|
@@ -23466,8 +23272,6 @@ declare const endpoints: {
|
|
|
23466
23272
|
arrayForm?: undefined;
|
|
23467
23273
|
buildingSurfaceArea?: undefined;
|
|
23468
23274
|
compagnon?: undefined;
|
|
23469
|
-
costum?: undefined;
|
|
23470
|
-
costumEditMode?: undefined;
|
|
23471
23275
|
costumId?: undefined;
|
|
23472
23276
|
costumSlug?: undefined;
|
|
23473
23277
|
costumType?: undefined;
|
|
@@ -23481,7 +23285,6 @@ declare const endpoints: {
|
|
|
23481
23285
|
preferences?: undefined;
|
|
23482
23286
|
role?: undefined;
|
|
23483
23287
|
siteSurfaceArea?: undefined;
|
|
23484
|
-
source?: undefined;
|
|
23485
23288
|
telephone?: undefined;
|
|
23486
23289
|
thematic?: undefined;
|
|
23487
23290
|
typePlace?: undefined;
|
|
@@ -23553,6 +23356,7 @@ declare const endpoints: {
|
|
|
23553
23356
|
narative?: undefined;
|
|
23554
23357
|
endDateUTC?: undefined;
|
|
23555
23358
|
startDateUTC?: undefined;
|
|
23359
|
+
costumEditMode?: undefined;
|
|
23556
23360
|
parent_only?: undefined;
|
|
23557
23361
|
sourceKey?: undefined;
|
|
23558
23362
|
types?: undefined;
|
|
@@ -23760,8 +23564,6 @@ declare const endpoints: {
|
|
|
23760
23564
|
arrayForm?: undefined;
|
|
23761
23565
|
buildingSurfaceArea?: undefined;
|
|
23762
23566
|
compagnon?: undefined;
|
|
23763
|
-
costum?: undefined;
|
|
23764
|
-
costumEditMode?: undefined;
|
|
23765
23567
|
costumId?: undefined;
|
|
23766
23568
|
costumSlug?: undefined;
|
|
23767
23569
|
costumType?: undefined;
|
|
@@ -23775,7 +23577,6 @@ declare const endpoints: {
|
|
|
23775
23577
|
preferences?: undefined;
|
|
23776
23578
|
role?: undefined;
|
|
23777
23579
|
siteSurfaceArea?: undefined;
|
|
23778
|
-
source?: undefined;
|
|
23779
23580
|
telephone?: undefined;
|
|
23780
23581
|
thematic?: undefined;
|
|
23781
23582
|
typePlace?: undefined;
|
|
@@ -23848,6 +23649,7 @@ declare const endpoints: {
|
|
|
23848
23649
|
narative?: undefined;
|
|
23849
23650
|
endDateUTC?: undefined;
|
|
23850
23651
|
startDateUTC?: undefined;
|
|
23652
|
+
costumEditMode?: undefined;
|
|
23851
23653
|
parent_only?: undefined;
|
|
23852
23654
|
sourceKey?: undefined;
|
|
23853
23655
|
types?: undefined;
|
|
@@ -24054,8 +23856,6 @@ declare const endpoints: {
|
|
|
24054
23856
|
arrayForm?: undefined;
|
|
24055
23857
|
buildingSurfaceArea?: undefined;
|
|
24056
23858
|
compagnon?: undefined;
|
|
24057
|
-
costum?: undefined;
|
|
24058
|
-
costumEditMode?: undefined;
|
|
24059
23859
|
costumId?: undefined;
|
|
24060
23860
|
costumSlug?: undefined;
|
|
24061
23861
|
costumType?: undefined;
|
|
@@ -24069,7 +23869,6 @@ declare const endpoints: {
|
|
|
24069
23869
|
preferences?: undefined;
|
|
24070
23870
|
role?: undefined;
|
|
24071
23871
|
siteSurfaceArea?: undefined;
|
|
24072
|
-
source?: undefined;
|
|
24073
23872
|
telephone?: undefined;
|
|
24074
23873
|
thematic?: undefined;
|
|
24075
23874
|
typePlace?: undefined;
|
|
@@ -24141,6 +23940,7 @@ declare const endpoints: {
|
|
|
24141
23940
|
narative?: undefined;
|
|
24142
23941
|
endDateUTC?: undefined;
|
|
24143
23942
|
startDateUTC?: undefined;
|
|
23943
|
+
costumEditMode?: undefined;
|
|
24144
23944
|
parent_only?: undefined;
|
|
24145
23945
|
sourceKey?: undefined;
|
|
24146
23946
|
types?: undefined;
|
|
@@ -24338,8 +24138,6 @@ declare const endpoints: {
|
|
|
24338
24138
|
arrayForm?: undefined;
|
|
24339
24139
|
buildingSurfaceArea?: undefined;
|
|
24340
24140
|
compagnon?: undefined;
|
|
24341
|
-
costum?: undefined;
|
|
24342
|
-
costumEditMode?: undefined;
|
|
24343
24141
|
costumId?: undefined;
|
|
24344
24142
|
costumSlug?: undefined;
|
|
24345
24143
|
costumType?: undefined;
|
|
@@ -24353,7 +24151,6 @@ declare const endpoints: {
|
|
|
24353
24151
|
preferences?: undefined;
|
|
24354
24152
|
role?: undefined;
|
|
24355
24153
|
siteSurfaceArea?: undefined;
|
|
24356
|
-
source?: undefined;
|
|
24357
24154
|
telephone?: undefined;
|
|
24358
24155
|
thematic?: undefined;
|
|
24359
24156
|
typePlace?: undefined;
|
|
@@ -24424,6 +24221,7 @@ declare const endpoints: {
|
|
|
24424
24221
|
narative?: undefined;
|
|
24425
24222
|
endDateUTC?: undefined;
|
|
24426
24223
|
startDateUTC?: undefined;
|
|
24224
|
+
costumEditMode?: undefined;
|
|
24427
24225
|
parent_only?: undefined;
|
|
24428
24226
|
sourceKey?: undefined;
|
|
24429
24227
|
types?: undefined;
|
|
@@ -24701,8 +24499,6 @@ declare const endpoints: {
|
|
|
24701
24499
|
arrayForm?: undefined;
|
|
24702
24500
|
buildingSurfaceArea?: undefined;
|
|
24703
24501
|
compagnon?: undefined;
|
|
24704
|
-
costum?: undefined;
|
|
24705
|
-
costumEditMode?: undefined;
|
|
24706
24502
|
costumId?: undefined;
|
|
24707
24503
|
costumSlug?: undefined;
|
|
24708
24504
|
costumType?: undefined;
|
|
@@ -24716,7 +24512,6 @@ declare const endpoints: {
|
|
|
24716
24512
|
preferences?: undefined;
|
|
24717
24513
|
role?: undefined;
|
|
24718
24514
|
siteSurfaceArea?: undefined;
|
|
24719
|
-
source?: undefined;
|
|
24720
24515
|
telephone?: undefined;
|
|
24721
24516
|
thematic?: undefined;
|
|
24722
24517
|
typePlace?: undefined;
|
|
@@ -24786,6 +24581,7 @@ declare const endpoints: {
|
|
|
24786
24581
|
narative?: undefined;
|
|
24787
24582
|
endDateUTC?: undefined;
|
|
24788
24583
|
startDateUTC?: undefined;
|
|
24584
|
+
costumEditMode?: undefined;
|
|
24789
24585
|
parent_only?: undefined;
|
|
24790
24586
|
sourceKey?: undefined;
|
|
24791
24587
|
types?: undefined;
|
|
@@ -24926,6 +24722,15 @@ declare const endpoints: {
|
|
|
24926
24722
|
default: string;
|
|
24927
24723
|
type: string;
|
|
24928
24724
|
};
|
|
24725
|
+
costumId: {
|
|
24726
|
+
type: string;
|
|
24727
|
+
};
|
|
24728
|
+
costumSlug: {
|
|
24729
|
+
type: string;
|
|
24730
|
+
};
|
|
24731
|
+
costumType: {
|
|
24732
|
+
type: string;
|
|
24733
|
+
};
|
|
24929
24734
|
criteria: {
|
|
24930
24735
|
additionalProperties: boolean;
|
|
24931
24736
|
properties: {
|
|
@@ -25121,11 +24926,6 @@ declare const endpoints: {
|
|
|
25121
24926
|
arrayForm?: undefined;
|
|
25122
24927
|
buildingSurfaceArea?: undefined;
|
|
25123
24928
|
compagnon?: undefined;
|
|
25124
|
-
costum?: undefined;
|
|
25125
|
-
costumEditMode?: undefined;
|
|
25126
|
-
costumId?: undefined;
|
|
25127
|
-
costumSlug?: undefined;
|
|
25128
|
-
costumType?: undefined;
|
|
25129
24929
|
filiere?: undefined;
|
|
25130
24930
|
holderOrganization?: undefined;
|
|
25131
24931
|
mainTag?: undefined;
|
|
@@ -25134,7 +24934,6 @@ declare const endpoints: {
|
|
|
25134
24934
|
openingHours?: undefined;
|
|
25135
24935
|
role?: undefined;
|
|
25136
24936
|
siteSurfaceArea?: undefined;
|
|
25137
|
-
source?: undefined;
|
|
25138
24937
|
telephone?: undefined;
|
|
25139
24938
|
thematic?: undefined;
|
|
25140
24939
|
typePlace?: undefined;
|
|
@@ -25202,6 +25001,7 @@ declare const endpoints: {
|
|
|
25202
25001
|
narative?: undefined;
|
|
25203
25002
|
endDateUTC?: undefined;
|
|
25204
25003
|
startDateUTC?: undefined;
|
|
25004
|
+
costumEditMode?: undefined;
|
|
25205
25005
|
parent_only?: undefined;
|
|
25206
25006
|
sourceKey?: undefined;
|
|
25207
25007
|
types?: undefined;
|
|
@@ -25444,8 +25244,6 @@ declare const endpoints: {
|
|
|
25444
25244
|
arrayForm?: undefined;
|
|
25445
25245
|
buildingSurfaceArea?: undefined;
|
|
25446
25246
|
compagnon?: undefined;
|
|
25447
|
-
costum?: undefined;
|
|
25448
|
-
costumEditMode?: undefined;
|
|
25449
25247
|
costumId?: undefined;
|
|
25450
25248
|
costumSlug?: undefined;
|
|
25451
25249
|
costumType?: undefined;
|
|
@@ -25458,7 +25256,6 @@ declare const endpoints: {
|
|
|
25458
25256
|
preferences?: undefined;
|
|
25459
25257
|
role?: undefined;
|
|
25460
25258
|
siteSurfaceArea?: undefined;
|
|
25461
|
-
source?: undefined;
|
|
25462
25259
|
telephone?: undefined;
|
|
25463
25260
|
thematic?: undefined;
|
|
25464
25261
|
typePlace?: undefined;
|
|
@@ -25527,6 +25324,7 @@ declare const endpoints: {
|
|
|
25527
25324
|
issuer?: undefined;
|
|
25528
25325
|
endDateUTC?: undefined;
|
|
25529
25326
|
startDateUTC?: undefined;
|
|
25327
|
+
costumEditMode?: undefined;
|
|
25530
25328
|
parent_only?: undefined;
|
|
25531
25329
|
sourceKey?: undefined;
|
|
25532
25330
|
types?: undefined;
|
|
@@ -25919,8 +25717,6 @@ declare const endpoints: {
|
|
|
25919
25717
|
arrayForm?: undefined;
|
|
25920
25718
|
buildingSurfaceArea?: undefined;
|
|
25921
25719
|
compagnon?: undefined;
|
|
25922
|
-
costum?: undefined;
|
|
25923
|
-
costumEditMode?: undefined;
|
|
25924
25720
|
costumId?: undefined;
|
|
25925
25721
|
costumSlug?: undefined;
|
|
25926
25722
|
costumType?: undefined;
|
|
@@ -25934,7 +25730,6 @@ declare const endpoints: {
|
|
|
25934
25730
|
preferences?: undefined;
|
|
25935
25731
|
role?: undefined;
|
|
25936
25732
|
siteSurfaceArea?: undefined;
|
|
25937
|
-
source?: undefined;
|
|
25938
25733
|
telephone?: undefined;
|
|
25939
25734
|
thematic?: undefined;
|
|
25940
25735
|
typePlace?: undefined;
|
|
@@ -26004,6 +25799,7 @@ declare const endpoints: {
|
|
|
26004
25799
|
badgeId?: undefined;
|
|
26005
25800
|
evidences?: undefined;
|
|
26006
25801
|
narative?: undefined;
|
|
25802
|
+
costumEditMode?: undefined;
|
|
26007
25803
|
parent_only?: undefined;
|
|
26008
25804
|
sourceKey?: undefined;
|
|
26009
25805
|
types?: undefined;
|
|
@@ -26329,8 +26125,6 @@ declare const endpoints: {
|
|
|
26329
26125
|
arrayForm?: undefined;
|
|
26330
26126
|
buildingSurfaceArea?: undefined;
|
|
26331
26127
|
compagnon?: undefined;
|
|
26332
|
-
costum?: undefined;
|
|
26333
|
-
costumEditMode?: undefined;
|
|
26334
26128
|
costumId?: undefined;
|
|
26335
26129
|
costumSlug?: undefined;
|
|
26336
26130
|
costumType?: undefined;
|
|
@@ -26344,7 +26138,6 @@ declare const endpoints: {
|
|
|
26344
26138
|
preferences?: undefined;
|
|
26345
26139
|
role?: undefined;
|
|
26346
26140
|
siteSurfaceArea?: undefined;
|
|
26347
|
-
source?: undefined;
|
|
26348
26141
|
telephone?: undefined;
|
|
26349
26142
|
thematic?: undefined;
|
|
26350
26143
|
typePlace?: undefined;
|
|
@@ -26417,6 +26210,7 @@ declare const endpoints: {
|
|
|
26417
26210
|
narative?: undefined;
|
|
26418
26211
|
endDateUTC?: undefined;
|
|
26419
26212
|
startDateUTC?: undefined;
|
|
26213
|
+
costumEditMode?: undefined;
|
|
26420
26214
|
parent_only?: undefined;
|
|
26421
26215
|
sourceKey?: undefined;
|
|
26422
26216
|
types?: undefined;
|
|
@@ -26624,8 +26418,6 @@ declare const endpoints: {
|
|
|
26624
26418
|
arrayForm?: undefined;
|
|
26625
26419
|
buildingSurfaceArea?: undefined;
|
|
26626
26420
|
compagnon?: undefined;
|
|
26627
|
-
costum?: undefined;
|
|
26628
|
-
costumEditMode?: undefined;
|
|
26629
26421
|
costumId?: undefined;
|
|
26630
26422
|
costumSlug?: undefined;
|
|
26631
26423
|
costumType?: undefined;
|
|
@@ -26639,7 +26431,6 @@ declare const endpoints: {
|
|
|
26639
26431
|
preferences?: undefined;
|
|
26640
26432
|
role?: undefined;
|
|
26641
26433
|
siteSurfaceArea?: undefined;
|
|
26642
|
-
source?: undefined;
|
|
26643
26434
|
telephone?: undefined;
|
|
26644
26435
|
thematic?: undefined;
|
|
26645
26436
|
typePlace?: undefined;
|
|
@@ -26712,6 +26503,7 @@ declare const endpoints: {
|
|
|
26712
26503
|
narative?: undefined;
|
|
26713
26504
|
endDateUTC?: undefined;
|
|
26714
26505
|
startDateUTC?: undefined;
|
|
26506
|
+
costumEditMode?: undefined;
|
|
26715
26507
|
parent_only?: undefined;
|
|
26716
26508
|
sourceKey?: undefined;
|
|
26717
26509
|
types?: undefined;
|
|
@@ -26979,7 +26771,6 @@ declare const endpoints: {
|
|
|
26979
26771
|
arrayForm?: undefined;
|
|
26980
26772
|
buildingSurfaceArea?: undefined;
|
|
26981
26773
|
compagnon?: undefined;
|
|
26982
|
-
costum?: undefined;
|
|
26983
26774
|
filiere?: undefined;
|
|
26984
26775
|
holderOrganization?: undefined;
|
|
26985
26776
|
key?: undefined;
|
|
@@ -26990,7 +26781,6 @@ declare const endpoints: {
|
|
|
26990
26781
|
preferences?: undefined;
|
|
26991
26782
|
role?: undefined;
|
|
26992
26783
|
siteSurfaceArea?: undefined;
|
|
26993
|
-
source?: undefined;
|
|
26994
26784
|
telephone?: undefined;
|
|
26995
26785
|
thematic?: undefined;
|
|
26996
26786
|
typePlace?: undefined;
|
|
@@ -27352,7 +27142,6 @@ declare const endpoints: {
|
|
|
27352
27142
|
arrayForm?: undefined;
|
|
27353
27143
|
buildingSurfaceArea?: undefined;
|
|
27354
27144
|
compagnon?: undefined;
|
|
27355
|
-
costum?: undefined;
|
|
27356
27145
|
filiere?: undefined;
|
|
27357
27146
|
holderOrganization?: undefined;
|
|
27358
27147
|
key?: undefined;
|
|
@@ -27363,7 +27152,6 @@ declare const endpoints: {
|
|
|
27363
27152
|
preferences?: undefined;
|
|
27364
27153
|
role?: undefined;
|
|
27365
27154
|
siteSurfaceArea?: undefined;
|
|
27366
|
-
source?: undefined;
|
|
27367
27155
|
telephone?: undefined;
|
|
27368
27156
|
thematic?: undefined;
|
|
27369
27157
|
typePlace?: undefined;
|
|
@@ -27743,7 +27531,6 @@ declare const endpoints: {
|
|
|
27743
27531
|
arrayForm?: undefined;
|
|
27744
27532
|
buildingSurfaceArea?: undefined;
|
|
27745
27533
|
compagnon?: undefined;
|
|
27746
|
-
costum?: undefined;
|
|
27747
27534
|
filiere?: undefined;
|
|
27748
27535
|
holderOrganization?: undefined;
|
|
27749
27536
|
key?: undefined;
|
|
@@ -27754,7 +27541,6 @@ declare const endpoints: {
|
|
|
27754
27541
|
preferences?: undefined;
|
|
27755
27542
|
role?: undefined;
|
|
27756
27543
|
siteSurfaceArea?: undefined;
|
|
27757
|
-
source?: undefined;
|
|
27758
27544
|
telephone?: undefined;
|
|
27759
27545
|
thematic?: undefined;
|
|
27760
27546
|
typePlace?: undefined;
|
|
@@ -28061,7 +27847,6 @@ declare const endpoints: {
|
|
|
28061
27847
|
arrayForm?: undefined;
|
|
28062
27848
|
buildingSurfaceArea?: undefined;
|
|
28063
27849
|
compagnon?: undefined;
|
|
28064
|
-
costum?: undefined;
|
|
28065
27850
|
filiere?: undefined;
|
|
28066
27851
|
holderOrganization?: undefined;
|
|
28067
27852
|
key?: undefined;
|
|
@@ -28072,7 +27857,6 @@ declare const endpoints: {
|
|
|
28072
27857
|
preferences?: undefined;
|
|
28073
27858
|
role?: undefined;
|
|
28074
27859
|
siteSurfaceArea?: undefined;
|
|
28075
|
-
source?: undefined;
|
|
28076
27860
|
telephone?: undefined;
|
|
28077
27861
|
thematic?: undefined;
|
|
28078
27862
|
typePlace?: undefined;
|
|
@@ -28378,7 +28162,6 @@ declare const endpoints: {
|
|
|
28378
28162
|
arrayForm?: undefined;
|
|
28379
28163
|
buildingSurfaceArea?: undefined;
|
|
28380
28164
|
compagnon?: undefined;
|
|
28381
|
-
costum?: undefined;
|
|
28382
28165
|
filiere?: undefined;
|
|
28383
28166
|
holderOrganization?: undefined;
|
|
28384
28167
|
key?: undefined;
|
|
@@ -28389,7 +28172,6 @@ declare const endpoints: {
|
|
|
28389
28172
|
preferences?: undefined;
|
|
28390
28173
|
role?: undefined;
|
|
28391
28174
|
siteSurfaceArea?: undefined;
|
|
28392
|
-
source?: undefined;
|
|
28393
28175
|
telephone?: undefined;
|
|
28394
28176
|
thematic?: undefined;
|
|
28395
28177
|
typePlace?: undefined;
|
|
@@ -28707,8 +28489,6 @@ declare const endpoints: {
|
|
|
28707
28489
|
arrayForm?: undefined;
|
|
28708
28490
|
buildingSurfaceArea?: undefined;
|
|
28709
28491
|
compagnon?: undefined;
|
|
28710
|
-
costum?: undefined;
|
|
28711
|
-
costumEditMode?: undefined;
|
|
28712
28492
|
costumId?: undefined;
|
|
28713
28493
|
costumSlug?: undefined;
|
|
28714
28494
|
costumType?: undefined;
|
|
@@ -28722,7 +28502,6 @@ declare const endpoints: {
|
|
|
28722
28502
|
preferences?: undefined;
|
|
28723
28503
|
role?: undefined;
|
|
28724
28504
|
siteSurfaceArea?: undefined;
|
|
28725
|
-
source?: undefined;
|
|
28726
28505
|
telephone?: undefined;
|
|
28727
28506
|
thematic?: undefined;
|
|
28728
28507
|
typePlace?: undefined;
|
|
@@ -28795,6 +28574,7 @@ declare const endpoints: {
|
|
|
28795
28574
|
narative?: undefined;
|
|
28796
28575
|
endDateUTC?: undefined;
|
|
28797
28576
|
startDateUTC?: undefined;
|
|
28577
|
+
costumEditMode?: undefined;
|
|
28798
28578
|
parent_only?: undefined;
|
|
28799
28579
|
sourceKey?: undefined;
|
|
28800
28580
|
types?: undefined;
|
|
@@ -29184,8 +28964,6 @@ declare const endpoints: {
|
|
|
29184
28964
|
arrayForm?: undefined;
|
|
29185
28965
|
buildingSurfaceArea?: undefined;
|
|
29186
28966
|
compagnon?: undefined;
|
|
29187
|
-
costum?: undefined;
|
|
29188
|
-
costumEditMode?: undefined;
|
|
29189
28967
|
costumId?: undefined;
|
|
29190
28968
|
costumSlug?: undefined;
|
|
29191
28969
|
costumType?: undefined;
|
|
@@ -29199,7 +28977,6 @@ declare const endpoints: {
|
|
|
29199
28977
|
preferences?: undefined;
|
|
29200
28978
|
role?: undefined;
|
|
29201
28979
|
siteSurfaceArea?: undefined;
|
|
29202
|
-
source?: undefined;
|
|
29203
28980
|
telephone?: undefined;
|
|
29204
28981
|
thematic?: undefined;
|
|
29205
28982
|
typePlace?: undefined;
|
|
@@ -29272,6 +29049,7 @@ declare const endpoints: {
|
|
|
29272
29049
|
narative?: undefined;
|
|
29273
29050
|
endDateUTC?: undefined;
|
|
29274
29051
|
startDateUTC?: undefined;
|
|
29052
|
+
costumEditMode?: undefined;
|
|
29275
29053
|
parent_only?: undefined;
|
|
29276
29054
|
sourceKey?: undefined;
|
|
29277
29055
|
types?: undefined;
|
|
@@ -29715,8 +29493,6 @@ declare const endpoints: {
|
|
|
29715
29493
|
arrayForm?: undefined;
|
|
29716
29494
|
buildingSurfaceArea?: undefined;
|
|
29717
29495
|
compagnon?: undefined;
|
|
29718
|
-
costum?: undefined;
|
|
29719
|
-
costumEditMode?: undefined;
|
|
29720
29496
|
costumId?: undefined;
|
|
29721
29497
|
costumSlug?: undefined;
|
|
29722
29498
|
costumType?: undefined;
|
|
@@ -29730,7 +29506,6 @@ declare const endpoints: {
|
|
|
29730
29506
|
preferences?: undefined;
|
|
29731
29507
|
role?: undefined;
|
|
29732
29508
|
siteSurfaceArea?: undefined;
|
|
29733
|
-
source?: undefined;
|
|
29734
29509
|
telephone?: undefined;
|
|
29735
29510
|
thematic?: undefined;
|
|
29736
29511
|
typePlace?: undefined;
|
|
@@ -29803,6 +29578,7 @@ declare const endpoints: {
|
|
|
29803
29578
|
narative?: undefined;
|
|
29804
29579
|
endDateUTC?: undefined;
|
|
29805
29580
|
startDateUTC?: undefined;
|
|
29581
|
+
costumEditMode?: undefined;
|
|
29806
29582
|
parent_only?: undefined;
|
|
29807
29583
|
sourceKey?: undefined;
|
|
29808
29584
|
types?: undefined;
|
|
@@ -30151,7 +29927,6 @@ declare const endpoints: {
|
|
|
30151
29927
|
arrayForm?: undefined;
|
|
30152
29928
|
buildingSurfaceArea?: undefined;
|
|
30153
29929
|
compagnon?: undefined;
|
|
30154
|
-
costum?: undefined;
|
|
30155
29930
|
filiere?: undefined;
|
|
30156
29931
|
holderOrganization?: undefined;
|
|
30157
29932
|
key?: undefined;
|
|
@@ -30162,7 +29937,6 @@ declare const endpoints: {
|
|
|
30162
29937
|
preferences?: undefined;
|
|
30163
29938
|
role?: undefined;
|
|
30164
29939
|
siteSurfaceArea?: undefined;
|
|
30165
|
-
source?: undefined;
|
|
30166
29940
|
telephone?: undefined;
|
|
30167
29941
|
thematic?: undefined;
|
|
30168
29942
|
typePlace?: undefined;
|
|
@@ -30433,8 +30207,6 @@ declare const endpoints: {
|
|
|
30433
30207
|
arrayForm?: undefined;
|
|
30434
30208
|
buildingSurfaceArea?: undefined;
|
|
30435
30209
|
compagnon?: undefined;
|
|
30436
|
-
costum?: undefined;
|
|
30437
|
-
costumEditMode?: undefined;
|
|
30438
30210
|
costumId?: undefined;
|
|
30439
30211
|
costumSlug?: undefined;
|
|
30440
30212
|
costumType?: undefined;
|
|
@@ -30448,7 +30220,6 @@ declare const endpoints: {
|
|
|
30448
30220
|
preferences?: undefined;
|
|
30449
30221
|
role?: undefined;
|
|
30450
30222
|
siteSurfaceArea?: undefined;
|
|
30451
|
-
source?: undefined;
|
|
30452
30223
|
telephone?: undefined;
|
|
30453
30224
|
thematic?: undefined;
|
|
30454
30225
|
typePlace?: undefined;
|
|
@@ -30521,6 +30292,7 @@ declare const endpoints: {
|
|
|
30521
30292
|
narative?: undefined;
|
|
30522
30293
|
endDateUTC?: undefined;
|
|
30523
30294
|
startDateUTC?: undefined;
|
|
30295
|
+
costumEditMode?: undefined;
|
|
30524
30296
|
parent_only?: undefined;
|
|
30525
30297
|
sourceKey?: undefined;
|
|
30526
30298
|
types?: undefined;
|
|
@@ -30717,8 +30489,6 @@ declare const endpoints: {
|
|
|
30717
30489
|
arrayForm?: undefined;
|
|
30718
30490
|
buildingSurfaceArea?: undefined;
|
|
30719
30491
|
compagnon?: undefined;
|
|
30720
|
-
costum?: undefined;
|
|
30721
|
-
costumEditMode?: undefined;
|
|
30722
30492
|
costumId?: undefined;
|
|
30723
30493
|
costumSlug?: undefined;
|
|
30724
30494
|
costumType?: undefined;
|
|
@@ -30732,7 +30502,6 @@ declare const endpoints: {
|
|
|
30732
30502
|
preferences?: undefined;
|
|
30733
30503
|
role?: undefined;
|
|
30734
30504
|
siteSurfaceArea?: undefined;
|
|
30735
|
-
source?: undefined;
|
|
30736
30505
|
telephone?: undefined;
|
|
30737
30506
|
thematic?: undefined;
|
|
30738
30507
|
typePlace?: undefined;
|
|
@@ -30805,6 +30574,7 @@ declare const endpoints: {
|
|
|
30805
30574
|
narative?: undefined;
|
|
30806
30575
|
endDateUTC?: undefined;
|
|
30807
30576
|
startDateUTC?: undefined;
|
|
30577
|
+
costumEditMode?: undefined;
|
|
30808
30578
|
parent_only?: undefined;
|
|
30809
30579
|
sourceKey?: undefined;
|
|
30810
30580
|
types?: undefined;
|
|
@@ -31021,8 +30791,6 @@ declare const endpoints: {
|
|
|
31021
30791
|
arrayForm?: undefined;
|
|
31022
30792
|
buildingSurfaceArea?: undefined;
|
|
31023
30793
|
compagnon?: undefined;
|
|
31024
|
-
costum?: undefined;
|
|
31025
|
-
costumEditMode?: undefined;
|
|
31026
30794
|
costumId?: undefined;
|
|
31027
30795
|
costumSlug?: undefined;
|
|
31028
30796
|
costumType?: undefined;
|
|
@@ -31036,7 +30804,6 @@ declare const endpoints: {
|
|
|
31036
30804
|
preferences?: undefined;
|
|
31037
30805
|
role?: undefined;
|
|
31038
30806
|
siteSurfaceArea?: undefined;
|
|
31039
|
-
source?: undefined;
|
|
31040
30807
|
telephone?: undefined;
|
|
31041
30808
|
thematic?: undefined;
|
|
31042
30809
|
typePlace?: undefined;
|
|
@@ -31105,6 +30872,7 @@ declare const endpoints: {
|
|
|
31105
30872
|
narative?: undefined;
|
|
31106
30873
|
endDateUTC?: undefined;
|
|
31107
30874
|
startDateUTC?: undefined;
|
|
30875
|
+
costumEditMode?: undefined;
|
|
31108
30876
|
parent_only?: undefined;
|
|
31109
30877
|
sourceKey?: undefined;
|
|
31110
30878
|
types?: undefined;
|
|
@@ -31303,8 +31071,6 @@ declare const endpoints: {
|
|
|
31303
31071
|
arrayForm?: undefined;
|
|
31304
31072
|
buildingSurfaceArea?: undefined;
|
|
31305
31073
|
compagnon?: undefined;
|
|
31306
|
-
costum?: undefined;
|
|
31307
|
-
costumEditMode?: undefined;
|
|
31308
31074
|
costumId?: undefined;
|
|
31309
31075
|
costumSlug?: undefined;
|
|
31310
31076
|
costumType?: undefined;
|
|
@@ -31318,7 +31084,6 @@ declare const endpoints: {
|
|
|
31318
31084
|
preferences?: undefined;
|
|
31319
31085
|
role?: undefined;
|
|
31320
31086
|
siteSurfaceArea?: undefined;
|
|
31321
|
-
source?: undefined;
|
|
31322
31087
|
telephone?: undefined;
|
|
31323
31088
|
thematic?: undefined;
|
|
31324
31089
|
typePlace?: undefined;
|
|
@@ -31391,6 +31156,7 @@ declare const endpoints: {
|
|
|
31391
31156
|
narative?: undefined;
|
|
31392
31157
|
endDateUTC?: undefined;
|
|
31393
31158
|
startDateUTC?: undefined;
|
|
31159
|
+
costumEditMode?: undefined;
|
|
31394
31160
|
parent_only?: undefined;
|
|
31395
31161
|
sourceKey?: undefined;
|
|
31396
31162
|
types?: undefined;
|
|
@@ -31582,8 +31348,6 @@ declare const endpoints: {
|
|
|
31582
31348
|
arrayForm?: undefined;
|
|
31583
31349
|
buildingSurfaceArea?: undefined;
|
|
31584
31350
|
compagnon?: undefined;
|
|
31585
|
-
costum?: undefined;
|
|
31586
|
-
costumEditMode?: undefined;
|
|
31587
31351
|
costumId?: undefined;
|
|
31588
31352
|
costumSlug?: undefined;
|
|
31589
31353
|
costumType?: undefined;
|
|
@@ -31597,7 +31361,6 @@ declare const endpoints: {
|
|
|
31597
31361
|
preferences?: undefined;
|
|
31598
31362
|
role?: undefined;
|
|
31599
31363
|
siteSurfaceArea?: undefined;
|
|
31600
|
-
source?: undefined;
|
|
31601
31364
|
telephone?: undefined;
|
|
31602
31365
|
thematic?: undefined;
|
|
31603
31366
|
typePlace?: undefined;
|
|
@@ -31670,6 +31433,7 @@ declare const endpoints: {
|
|
|
31670
31433
|
narative?: undefined;
|
|
31671
31434
|
endDateUTC?: undefined;
|
|
31672
31435
|
startDateUTC?: undefined;
|
|
31436
|
+
costumEditMode?: undefined;
|
|
31673
31437
|
parent_only?: undefined;
|
|
31674
31438
|
sourceKey?: undefined;
|
|
31675
31439
|
types?: undefined;
|
|
@@ -31871,8 +31635,6 @@ declare const endpoints: {
|
|
|
31871
31635
|
arrayForm?: undefined;
|
|
31872
31636
|
buildingSurfaceArea?: undefined;
|
|
31873
31637
|
compagnon?: undefined;
|
|
31874
|
-
costum?: undefined;
|
|
31875
|
-
costumEditMode?: undefined;
|
|
31876
31638
|
costumId?: undefined;
|
|
31877
31639
|
costumSlug?: undefined;
|
|
31878
31640
|
costumType?: undefined;
|
|
@@ -31886,7 +31648,6 @@ declare const endpoints: {
|
|
|
31886
31648
|
preferences?: undefined;
|
|
31887
31649
|
role?: undefined;
|
|
31888
31650
|
siteSurfaceArea?: undefined;
|
|
31889
|
-
source?: undefined;
|
|
31890
31651
|
telephone?: undefined;
|
|
31891
31652
|
thematic?: undefined;
|
|
31892
31653
|
typePlace?: undefined;
|
|
@@ -31959,6 +31720,7 @@ declare const endpoints: {
|
|
|
31959
31720
|
narative?: undefined;
|
|
31960
31721
|
endDateUTC?: undefined;
|
|
31961
31722
|
startDateUTC?: undefined;
|
|
31723
|
+
costumEditMode?: undefined;
|
|
31962
31724
|
parent_only?: undefined;
|
|
31963
31725
|
sourceKey?: undefined;
|
|
31964
31726
|
types?: undefined;
|
|
@@ -32146,8 +31908,6 @@ declare const endpoints: {
|
|
|
32146
31908
|
arrayForm?: undefined;
|
|
32147
31909
|
buildingSurfaceArea?: undefined;
|
|
32148
31910
|
compagnon?: undefined;
|
|
32149
|
-
costum?: undefined;
|
|
32150
|
-
costumEditMode?: undefined;
|
|
32151
31911
|
costumId?: undefined;
|
|
32152
31912
|
costumSlug?: undefined;
|
|
32153
31913
|
costumType?: undefined;
|
|
@@ -32161,7 +31921,6 @@ declare const endpoints: {
|
|
|
32161
31921
|
preferences?: undefined;
|
|
32162
31922
|
role?: undefined;
|
|
32163
31923
|
siteSurfaceArea?: undefined;
|
|
32164
|
-
source?: undefined;
|
|
32165
31924
|
telephone?: undefined;
|
|
32166
31925
|
thematic?: undefined;
|
|
32167
31926
|
typePlace?: undefined;
|
|
@@ -32234,6 +31993,7 @@ declare const endpoints: {
|
|
|
32234
31993
|
narative?: undefined;
|
|
32235
31994
|
endDateUTC?: undefined;
|
|
32236
31995
|
startDateUTC?: undefined;
|
|
31996
|
+
costumEditMode?: undefined;
|
|
32237
31997
|
parent_only?: undefined;
|
|
32238
31998
|
sourceKey?: undefined;
|
|
32239
31999
|
types?: undefined;
|
|
@@ -32427,8 +32187,6 @@ declare const endpoints: {
|
|
|
32427
32187
|
arrayForm?: undefined;
|
|
32428
32188
|
buildingSurfaceArea?: undefined;
|
|
32429
32189
|
compagnon?: undefined;
|
|
32430
|
-
costum?: undefined;
|
|
32431
|
-
costumEditMode?: undefined;
|
|
32432
32190
|
costumId?: undefined;
|
|
32433
32191
|
costumSlug?: undefined;
|
|
32434
32192
|
costumType?: undefined;
|
|
@@ -32442,7 +32200,6 @@ declare const endpoints: {
|
|
|
32442
32200
|
preferences?: undefined;
|
|
32443
32201
|
role?: undefined;
|
|
32444
32202
|
siteSurfaceArea?: undefined;
|
|
32445
|
-
source?: undefined;
|
|
32446
32203
|
telephone?: undefined;
|
|
32447
32204
|
thematic?: undefined;
|
|
32448
32205
|
typePlace?: undefined;
|
|
@@ -32515,6 +32272,7 @@ declare const endpoints: {
|
|
|
32515
32272
|
narative?: undefined;
|
|
32516
32273
|
endDateUTC?: undefined;
|
|
32517
32274
|
startDateUTC?: undefined;
|
|
32275
|
+
costumEditMode?: undefined;
|
|
32518
32276
|
parent_only?: undefined;
|
|
32519
32277
|
sourceKey?: undefined;
|
|
32520
32278
|
types?: undefined;
|
|
@@ -32710,8 +32468,6 @@ declare const endpoints: {
|
|
|
32710
32468
|
arrayForm?: undefined;
|
|
32711
32469
|
buildingSurfaceArea?: undefined;
|
|
32712
32470
|
compagnon?: undefined;
|
|
32713
|
-
costum?: undefined;
|
|
32714
|
-
costumEditMode?: undefined;
|
|
32715
32471
|
costumId?: undefined;
|
|
32716
32472
|
costumSlug?: undefined;
|
|
32717
32473
|
costumType?: undefined;
|
|
@@ -32725,7 +32481,6 @@ declare const endpoints: {
|
|
|
32725
32481
|
preferences?: undefined;
|
|
32726
32482
|
role?: undefined;
|
|
32727
32483
|
siteSurfaceArea?: undefined;
|
|
32728
|
-
source?: undefined;
|
|
32729
32484
|
telephone?: undefined;
|
|
32730
32485
|
thematic?: undefined;
|
|
32731
32486
|
typePlace?: undefined;
|
|
@@ -32798,6 +32553,7 @@ declare const endpoints: {
|
|
|
32798
32553
|
narative?: undefined;
|
|
32799
32554
|
endDateUTC?: undefined;
|
|
32800
32555
|
startDateUTC?: undefined;
|
|
32556
|
+
costumEditMode?: undefined;
|
|
32801
32557
|
parent_only?: undefined;
|
|
32802
32558
|
sourceKey?: undefined;
|
|
32803
32559
|
types?: undefined;
|
|
@@ -33005,8 +32761,6 @@ declare const endpoints: {
|
|
|
33005
32761
|
arrayForm?: undefined;
|
|
33006
32762
|
buildingSurfaceArea?: undefined;
|
|
33007
32763
|
compagnon?: undefined;
|
|
33008
|
-
costum?: undefined;
|
|
33009
|
-
costumEditMode?: undefined;
|
|
33010
32764
|
costumId?: undefined;
|
|
33011
32765
|
costumSlug?: undefined;
|
|
33012
32766
|
costumType?: undefined;
|
|
@@ -33020,7 +32774,6 @@ declare const endpoints: {
|
|
|
33020
32774
|
preferences?: undefined;
|
|
33021
32775
|
role?: undefined;
|
|
33022
32776
|
siteSurfaceArea?: undefined;
|
|
33023
|
-
source?: undefined;
|
|
33024
32777
|
telephone?: undefined;
|
|
33025
32778
|
thematic?: undefined;
|
|
33026
32779
|
typePlace?: undefined;
|
|
@@ -33092,6 +32845,7 @@ declare const endpoints: {
|
|
|
33092
32845
|
narative?: undefined;
|
|
33093
32846
|
endDateUTC?: undefined;
|
|
33094
32847
|
startDateUTC?: undefined;
|
|
32848
|
+
costumEditMode?: undefined;
|
|
33095
32849
|
parent_only?: undefined;
|
|
33096
32850
|
sourceKey?: undefined;
|
|
33097
32851
|
types?: undefined;
|
|
@@ -33304,8 +33058,6 @@ declare const endpoints: {
|
|
|
33304
33058
|
arrayForm?: undefined;
|
|
33305
33059
|
buildingSurfaceArea?: undefined;
|
|
33306
33060
|
compagnon?: undefined;
|
|
33307
|
-
costum?: undefined;
|
|
33308
|
-
costumEditMode?: undefined;
|
|
33309
33061
|
costumId?: undefined;
|
|
33310
33062
|
costumSlug?: undefined;
|
|
33311
33063
|
costumType?: undefined;
|
|
@@ -33319,7 +33071,6 @@ declare const endpoints: {
|
|
|
33319
33071
|
preferences?: undefined;
|
|
33320
33072
|
role?: undefined;
|
|
33321
33073
|
siteSurfaceArea?: undefined;
|
|
33322
|
-
source?: undefined;
|
|
33323
33074
|
telephone?: undefined;
|
|
33324
33075
|
thematic?: undefined;
|
|
33325
33076
|
typePlace?: undefined;
|
|
@@ -33391,6 +33142,7 @@ declare const endpoints: {
|
|
|
33391
33142
|
narative?: undefined;
|
|
33392
33143
|
endDateUTC?: undefined;
|
|
33393
33144
|
startDateUTC?: undefined;
|
|
33145
|
+
costumEditMode?: undefined;
|
|
33394
33146
|
parent_only?: undefined;
|
|
33395
33147
|
sourceKey?: undefined;
|
|
33396
33148
|
types?: undefined;
|
|
@@ -33637,8 +33389,6 @@ declare const endpoints: {
|
|
|
33637
33389
|
fields?: undefined;
|
|
33638
33390
|
buildingSurfaceArea?: undefined;
|
|
33639
33391
|
compagnon?: undefined;
|
|
33640
|
-
costum?: undefined;
|
|
33641
|
-
costumEditMode?: undefined;
|
|
33642
33392
|
costumId?: undefined;
|
|
33643
33393
|
costumSlug?: undefined;
|
|
33644
33394
|
costumType?: undefined;
|
|
@@ -33652,7 +33402,6 @@ declare const endpoints: {
|
|
|
33652
33402
|
preferences?: undefined;
|
|
33653
33403
|
role?: undefined;
|
|
33654
33404
|
siteSurfaceArea?: undefined;
|
|
33655
|
-
source?: undefined;
|
|
33656
33405
|
telephone?: undefined;
|
|
33657
33406
|
thematic?: undefined;
|
|
33658
33407
|
typePlace?: undefined;
|
|
@@ -33725,6 +33474,7 @@ declare const endpoints: {
|
|
|
33725
33474
|
narative?: undefined;
|
|
33726
33475
|
endDateUTC?: undefined;
|
|
33727
33476
|
startDateUTC?: undefined;
|
|
33477
|
+
costumEditMode?: undefined;
|
|
33728
33478
|
parent_only?: undefined;
|
|
33729
33479
|
sourceKey?: undefined;
|
|
33730
33480
|
types?: undefined;
|
|
@@ -33956,8 +33706,6 @@ declare const endpoints: {
|
|
|
33956
33706
|
arrayForm?: undefined;
|
|
33957
33707
|
buildingSurfaceArea?: undefined;
|
|
33958
33708
|
compagnon?: undefined;
|
|
33959
|
-
costum?: undefined;
|
|
33960
|
-
costumEditMode?: undefined;
|
|
33961
33709
|
costumId?: undefined;
|
|
33962
33710
|
costumSlug?: undefined;
|
|
33963
33711
|
costumType?: undefined;
|
|
@@ -33971,7 +33719,6 @@ declare const endpoints: {
|
|
|
33971
33719
|
preferences?: undefined;
|
|
33972
33720
|
role?: undefined;
|
|
33973
33721
|
siteSurfaceArea?: undefined;
|
|
33974
|
-
source?: undefined;
|
|
33975
33722
|
telephone?: undefined;
|
|
33976
33723
|
thematic?: undefined;
|
|
33977
33724
|
typePlace?: undefined;
|
|
@@ -34044,6 +33791,7 @@ declare const endpoints: {
|
|
|
34044
33791
|
narative?: undefined;
|
|
34045
33792
|
endDateUTC?: undefined;
|
|
34046
33793
|
startDateUTC?: undefined;
|
|
33794
|
+
costumEditMode?: undefined;
|
|
34047
33795
|
parent_only?: undefined;
|
|
34048
33796
|
sourceKey?: undefined;
|
|
34049
33797
|
types?: undefined;
|
|
@@ -34251,8 +33999,6 @@ declare const endpoints: {
|
|
|
34251
33999
|
arrayForm?: undefined;
|
|
34252
34000
|
buildingSurfaceArea?: undefined;
|
|
34253
34001
|
compagnon?: undefined;
|
|
34254
|
-
costum?: undefined;
|
|
34255
|
-
costumEditMode?: undefined;
|
|
34256
34002
|
costumId?: undefined;
|
|
34257
34003
|
costumSlug?: undefined;
|
|
34258
34004
|
costumType?: undefined;
|
|
@@ -34266,7 +34012,6 @@ declare const endpoints: {
|
|
|
34266
34012
|
preferences?: undefined;
|
|
34267
34013
|
role?: undefined;
|
|
34268
34014
|
siteSurfaceArea?: undefined;
|
|
34269
|
-
source?: undefined;
|
|
34270
34015
|
telephone?: undefined;
|
|
34271
34016
|
thematic?: undefined;
|
|
34272
34017
|
typePlace?: undefined;
|
|
@@ -34339,6 +34084,7 @@ declare const endpoints: {
|
|
|
34339
34084
|
narative?: undefined;
|
|
34340
34085
|
endDateUTC?: undefined;
|
|
34341
34086
|
startDateUTC?: undefined;
|
|
34087
|
+
costumEditMode?: undefined;
|
|
34342
34088
|
parent_only?: undefined;
|
|
34343
34089
|
sourceKey?: undefined;
|
|
34344
34090
|
types?: undefined;
|
|
@@ -34535,8 +34281,6 @@ declare const endpoints: {
|
|
|
34535
34281
|
arrayForm?: undefined;
|
|
34536
34282
|
buildingSurfaceArea?: undefined;
|
|
34537
34283
|
compagnon?: undefined;
|
|
34538
|
-
costum?: undefined;
|
|
34539
|
-
costumEditMode?: undefined;
|
|
34540
34284
|
filiere?: undefined;
|
|
34541
34285
|
holderOrganization?: undefined;
|
|
34542
34286
|
key?: undefined;
|
|
@@ -34547,7 +34291,6 @@ declare const endpoints: {
|
|
|
34547
34291
|
preferences?: undefined;
|
|
34548
34292
|
role?: undefined;
|
|
34549
34293
|
siteSurfaceArea?: undefined;
|
|
34550
|
-
source?: undefined;
|
|
34551
34294
|
telephone?: undefined;
|
|
34552
34295
|
thematic?: undefined;
|
|
34553
34296
|
typePlace?: undefined;
|
|
@@ -34620,6 +34363,7 @@ declare const endpoints: {
|
|
|
34620
34363
|
narative?: undefined;
|
|
34621
34364
|
endDateUTC?: undefined;
|
|
34622
34365
|
startDateUTC?: undefined;
|
|
34366
|
+
costumEditMode?: undefined;
|
|
34623
34367
|
parent_only?: undefined;
|
|
34624
34368
|
sourceKey?: undefined;
|
|
34625
34369
|
types?: undefined;
|
|
@@ -34918,7 +34662,6 @@ declare const endpoints: {
|
|
|
34918
34662
|
arrayForm?: undefined;
|
|
34919
34663
|
buildingSurfaceArea?: undefined;
|
|
34920
34664
|
compagnon?: undefined;
|
|
34921
|
-
costum?: undefined;
|
|
34922
34665
|
filiere?: undefined;
|
|
34923
34666
|
holderOrganization?: undefined;
|
|
34924
34667
|
key?: undefined;
|
|
@@ -34929,7 +34672,6 @@ declare const endpoints: {
|
|
|
34929
34672
|
preferences?: undefined;
|
|
34930
34673
|
role?: undefined;
|
|
34931
34674
|
siteSurfaceArea?: undefined;
|
|
34932
|
-
source?: undefined;
|
|
34933
34675
|
telephone?: undefined;
|
|
34934
34676
|
thematic?: undefined;
|
|
34935
34677
|
typePlace?: undefined;
|
|
@@ -35210,7 +34952,6 @@ declare const endpoints: {
|
|
|
35210
34952
|
arrayForm?: undefined;
|
|
35211
34953
|
buildingSurfaceArea?: undefined;
|
|
35212
34954
|
compagnon?: undefined;
|
|
35213
|
-
costum?: undefined;
|
|
35214
34955
|
filiere?: undefined;
|
|
35215
34956
|
holderOrganization?: undefined;
|
|
35216
34957
|
key?: undefined;
|
|
@@ -35221,7 +34962,6 @@ declare const endpoints: {
|
|
|
35221
34962
|
preferences?: undefined;
|
|
35222
34963
|
role?: undefined;
|
|
35223
34964
|
siteSurfaceArea?: undefined;
|
|
35224
|
-
source?: undefined;
|
|
35225
34965
|
telephone?: undefined;
|
|
35226
34966
|
thematic?: undefined;
|
|
35227
34967
|
typePlace?: undefined;
|
|
@@ -35499,8 +35239,6 @@ declare const endpoints: {
|
|
|
35499
35239
|
arrayForm?: undefined;
|
|
35500
35240
|
buildingSurfaceArea?: undefined;
|
|
35501
35241
|
compagnon?: undefined;
|
|
35502
|
-
costum?: undefined;
|
|
35503
|
-
costumEditMode?: undefined;
|
|
35504
35242
|
filiere?: undefined;
|
|
35505
35243
|
holderOrganization?: undefined;
|
|
35506
35244
|
key?: undefined;
|
|
@@ -35511,7 +35249,6 @@ declare const endpoints: {
|
|
|
35511
35249
|
preferences?: undefined;
|
|
35512
35250
|
role?: undefined;
|
|
35513
35251
|
siteSurfaceArea?: undefined;
|
|
35514
|
-
source?: undefined;
|
|
35515
35252
|
telephone?: undefined;
|
|
35516
35253
|
thematic?: undefined;
|
|
35517
35254
|
typePlace?: undefined;
|
|
@@ -35584,6 +35321,7 @@ declare const endpoints: {
|
|
|
35584
35321
|
narative?: undefined;
|
|
35585
35322
|
endDateUTC?: undefined;
|
|
35586
35323
|
startDateUTC?: undefined;
|
|
35324
|
+
costumEditMode?: undefined;
|
|
35587
35325
|
parent_only?: undefined;
|
|
35588
35326
|
sourceKey?: undefined;
|
|
35589
35327
|
types?: undefined;
|
|
@@ -35778,8 +35516,6 @@ declare const endpoints: {
|
|
|
35778
35516
|
arrayForm?: undefined;
|
|
35779
35517
|
buildingSurfaceArea?: undefined;
|
|
35780
35518
|
compagnon?: undefined;
|
|
35781
|
-
costum?: undefined;
|
|
35782
|
-
costumEditMode?: undefined;
|
|
35783
35519
|
costumId?: undefined;
|
|
35784
35520
|
costumSlug?: undefined;
|
|
35785
35521
|
costumType?: undefined;
|
|
@@ -35793,7 +35529,6 @@ declare const endpoints: {
|
|
|
35793
35529
|
preferences?: undefined;
|
|
35794
35530
|
role?: undefined;
|
|
35795
35531
|
siteSurfaceArea?: undefined;
|
|
35796
|
-
source?: undefined;
|
|
35797
35532
|
telephone?: undefined;
|
|
35798
35533
|
thematic?: undefined;
|
|
35799
35534
|
typePlace?: undefined;
|
|
@@ -35866,6 +35601,7 @@ declare const endpoints: {
|
|
|
35866
35601
|
narative?: undefined;
|
|
35867
35602
|
endDateUTC?: undefined;
|
|
35868
35603
|
startDateUTC?: undefined;
|
|
35604
|
+
costumEditMode?: undefined;
|
|
35869
35605
|
parent_only?: undefined;
|
|
35870
35606
|
sourceKey?: undefined;
|
|
35871
35607
|
types?: undefined;
|
|
@@ -36084,8 +35820,6 @@ declare const endpoints: {
|
|
|
36084
35820
|
arrayForm?: undefined;
|
|
36085
35821
|
buildingSurfaceArea?: undefined;
|
|
36086
35822
|
compagnon?: undefined;
|
|
36087
|
-
costum?: undefined;
|
|
36088
|
-
costumEditMode?: undefined;
|
|
36089
35823
|
costumId?: undefined;
|
|
36090
35824
|
costumSlug?: undefined;
|
|
36091
35825
|
costumType?: undefined;
|
|
@@ -36099,7 +35833,6 @@ declare const endpoints: {
|
|
|
36099
35833
|
preferences?: undefined;
|
|
36100
35834
|
role?: undefined;
|
|
36101
35835
|
siteSurfaceArea?: undefined;
|
|
36102
|
-
source?: undefined;
|
|
36103
35836
|
telephone?: undefined;
|
|
36104
35837
|
thematic?: undefined;
|
|
36105
35838
|
typePlace?: undefined;
|
|
@@ -36171,6 +35904,7 @@ declare const endpoints: {
|
|
|
36171
35904
|
narative?: undefined;
|
|
36172
35905
|
endDateUTC?: undefined;
|
|
36173
35906
|
startDateUTC?: undefined;
|
|
35907
|
+
costumEditMode?: undefined;
|
|
36174
35908
|
parent_only?: undefined;
|
|
36175
35909
|
sourceKey?: undefined;
|
|
36176
35910
|
types?: undefined;
|
|
@@ -36388,8 +36122,6 @@ declare const endpoints: {
|
|
|
36388
36122
|
arrayForm?: undefined;
|
|
36389
36123
|
buildingSurfaceArea?: undefined;
|
|
36390
36124
|
compagnon?: undefined;
|
|
36391
|
-
costum?: undefined;
|
|
36392
|
-
costumEditMode?: undefined;
|
|
36393
36125
|
costumId?: undefined;
|
|
36394
36126
|
costumSlug?: undefined;
|
|
36395
36127
|
costumType?: undefined;
|
|
@@ -36403,7 +36135,6 @@ declare const endpoints: {
|
|
|
36403
36135
|
preferences?: undefined;
|
|
36404
36136
|
role?: undefined;
|
|
36405
36137
|
siteSurfaceArea?: undefined;
|
|
36406
|
-
source?: undefined;
|
|
36407
36138
|
telephone?: undefined;
|
|
36408
36139
|
thematic?: undefined;
|
|
36409
36140
|
typePlace?: undefined;
|
|
@@ -36475,6 +36206,7 @@ declare const endpoints: {
|
|
|
36475
36206
|
narative?: undefined;
|
|
36476
36207
|
endDateUTC?: undefined;
|
|
36477
36208
|
startDateUTC?: undefined;
|
|
36209
|
+
costumEditMode?: undefined;
|
|
36478
36210
|
parent_only?: undefined;
|
|
36479
36211
|
sourceKey?: undefined;
|
|
36480
36212
|
types?: undefined;
|
|
@@ -36675,8 +36407,6 @@ declare const endpoints: {
|
|
|
36675
36407
|
arrayForm?: undefined;
|
|
36676
36408
|
buildingSurfaceArea?: undefined;
|
|
36677
36409
|
compagnon?: undefined;
|
|
36678
|
-
costum?: undefined;
|
|
36679
|
-
costumEditMode?: undefined;
|
|
36680
36410
|
costumId?: undefined;
|
|
36681
36411
|
costumSlug?: undefined;
|
|
36682
36412
|
costumType?: undefined;
|
|
@@ -36690,7 +36420,6 @@ declare const endpoints: {
|
|
|
36690
36420
|
preferences?: undefined;
|
|
36691
36421
|
role?: undefined;
|
|
36692
36422
|
siteSurfaceArea?: undefined;
|
|
36693
|
-
source?: undefined;
|
|
36694
36423
|
telephone?: undefined;
|
|
36695
36424
|
thematic?: undefined;
|
|
36696
36425
|
typePlace?: undefined;
|
|
@@ -36762,6 +36491,7 @@ declare const endpoints: {
|
|
|
36762
36491
|
narative?: undefined;
|
|
36763
36492
|
endDateUTC?: undefined;
|
|
36764
36493
|
startDateUTC?: undefined;
|
|
36494
|
+
costumEditMode?: undefined;
|
|
36765
36495
|
parent_only?: undefined;
|
|
36766
36496
|
sourceKey?: undefined;
|
|
36767
36497
|
types?: undefined;
|
|
@@ -37042,8 +36772,6 @@ declare const endpoints: {
|
|
|
37042
36772
|
arrayForm?: undefined;
|
|
37043
36773
|
buildingSurfaceArea?: undefined;
|
|
37044
36774
|
compagnon?: undefined;
|
|
37045
|
-
costum?: undefined;
|
|
37046
|
-
costumEditMode?: undefined;
|
|
37047
36775
|
costumId?: undefined;
|
|
37048
36776
|
costumSlug?: undefined;
|
|
37049
36777
|
costumType?: undefined;
|
|
@@ -37057,7 +36785,6 @@ declare const endpoints: {
|
|
|
37057
36785
|
preferences?: undefined;
|
|
37058
36786
|
role?: undefined;
|
|
37059
36787
|
siteSurfaceArea?: undefined;
|
|
37060
|
-
source?: undefined;
|
|
37061
36788
|
telephone?: undefined;
|
|
37062
36789
|
thematic?: undefined;
|
|
37063
36790
|
typePlace?: undefined;
|
|
@@ -37127,6 +36854,7 @@ declare const endpoints: {
|
|
|
37127
36854
|
narative?: undefined;
|
|
37128
36855
|
endDateUTC?: undefined;
|
|
37129
36856
|
startDateUTC?: undefined;
|
|
36857
|
+
costumEditMode?: undefined;
|
|
37130
36858
|
parent_only?: undefined;
|
|
37131
36859
|
sourceKey?: undefined;
|
|
37132
36860
|
types?: undefined;
|
|
@@ -37316,8 +37044,6 @@ declare const endpoints: {
|
|
|
37316
37044
|
arrayForm?: undefined;
|
|
37317
37045
|
buildingSurfaceArea?: undefined;
|
|
37318
37046
|
compagnon?: undefined;
|
|
37319
|
-
costum?: undefined;
|
|
37320
|
-
costumEditMode?: undefined;
|
|
37321
37047
|
costumId?: undefined;
|
|
37322
37048
|
costumSlug?: undefined;
|
|
37323
37049
|
costumType?: undefined;
|
|
@@ -37331,7 +37057,6 @@ declare const endpoints: {
|
|
|
37331
37057
|
preferences?: undefined;
|
|
37332
37058
|
role?: undefined;
|
|
37333
37059
|
siteSurfaceArea?: undefined;
|
|
37334
|
-
source?: undefined;
|
|
37335
37060
|
telephone?: undefined;
|
|
37336
37061
|
thematic?: undefined;
|
|
37337
37062
|
typePlace?: undefined;
|
|
@@ -37404,6 +37129,7 @@ declare const endpoints: {
|
|
|
37404
37129
|
narative?: undefined;
|
|
37405
37130
|
endDateUTC?: undefined;
|
|
37406
37131
|
startDateUTC?: undefined;
|
|
37132
|
+
costumEditMode?: undefined;
|
|
37407
37133
|
parent_only?: undefined;
|
|
37408
37134
|
sourceKey?: undefined;
|
|
37409
37135
|
types?: undefined;
|
|
@@ -37598,8 +37324,6 @@ declare const endpoints: {
|
|
|
37598
37324
|
arrayForm?: undefined;
|
|
37599
37325
|
buildingSurfaceArea?: undefined;
|
|
37600
37326
|
compagnon?: undefined;
|
|
37601
|
-
costum?: undefined;
|
|
37602
|
-
costumEditMode?: undefined;
|
|
37603
37327
|
costumId?: undefined;
|
|
37604
37328
|
costumSlug?: undefined;
|
|
37605
37329
|
costumType?: undefined;
|
|
@@ -37613,7 +37337,6 @@ declare const endpoints: {
|
|
|
37613
37337
|
preferences?: undefined;
|
|
37614
37338
|
role?: undefined;
|
|
37615
37339
|
siteSurfaceArea?: undefined;
|
|
37616
|
-
source?: undefined;
|
|
37617
37340
|
telephone?: undefined;
|
|
37618
37341
|
thematic?: undefined;
|
|
37619
37342
|
typePlace?: undefined;
|
|
@@ -37684,6 +37407,7 @@ declare const endpoints: {
|
|
|
37684
37407
|
narative?: undefined;
|
|
37685
37408
|
endDateUTC?: undefined;
|
|
37686
37409
|
startDateUTC?: undefined;
|
|
37410
|
+
costumEditMode?: undefined;
|
|
37687
37411
|
parent_only?: undefined;
|
|
37688
37412
|
sourceKey?: undefined;
|
|
37689
37413
|
types?: undefined;
|
|
@@ -37890,8 +37614,6 @@ declare const endpoints: {
|
|
|
37890
37614
|
arrayForm?: undefined;
|
|
37891
37615
|
buildingSurfaceArea?: undefined;
|
|
37892
37616
|
compagnon?: undefined;
|
|
37893
|
-
costum?: undefined;
|
|
37894
|
-
costumEditMode?: undefined;
|
|
37895
37617
|
costumId?: undefined;
|
|
37896
37618
|
costumSlug?: undefined;
|
|
37897
37619
|
costumType?: undefined;
|
|
@@ -37905,7 +37627,6 @@ declare const endpoints: {
|
|
|
37905
37627
|
preferences?: undefined;
|
|
37906
37628
|
role?: undefined;
|
|
37907
37629
|
siteSurfaceArea?: undefined;
|
|
37908
|
-
source?: undefined;
|
|
37909
37630
|
telephone?: undefined;
|
|
37910
37631
|
thematic?: undefined;
|
|
37911
37632
|
typePlace?: undefined;
|
|
@@ -37977,6 +37698,7 @@ declare const endpoints: {
|
|
|
37977
37698
|
narative?: undefined;
|
|
37978
37699
|
endDateUTC?: undefined;
|
|
37979
37700
|
startDateUTC?: undefined;
|
|
37701
|
+
costumEditMode?: undefined;
|
|
37980
37702
|
parent_only?: undefined;
|
|
37981
37703
|
sourceKey?: undefined;
|
|
37982
37704
|
types?: undefined;
|
|
@@ -38226,8 +37948,6 @@ declare const endpoints: {
|
|
|
38226
37948
|
arrayForm?: undefined;
|
|
38227
37949
|
buildingSurfaceArea?: undefined;
|
|
38228
37950
|
compagnon?: undefined;
|
|
38229
|
-
costum?: undefined;
|
|
38230
|
-
costumEditMode?: undefined;
|
|
38231
37951
|
filiere?: undefined;
|
|
38232
37952
|
holderOrganization?: undefined;
|
|
38233
37953
|
key?: undefined;
|
|
@@ -38238,7 +37958,6 @@ declare const endpoints: {
|
|
|
38238
37958
|
preferences?: undefined;
|
|
38239
37959
|
role?: undefined;
|
|
38240
37960
|
siteSurfaceArea?: undefined;
|
|
38241
|
-
source?: undefined;
|
|
38242
37961
|
telephone?: undefined;
|
|
38243
37962
|
thematic?: undefined;
|
|
38244
37963
|
typePlace?: undefined;
|
|
@@ -38311,6 +38030,7 @@ declare const endpoints: {
|
|
|
38311
38030
|
narative?: undefined;
|
|
38312
38031
|
endDateUTC?: undefined;
|
|
38313
38032
|
startDateUTC?: undefined;
|
|
38033
|
+
costumEditMode?: undefined;
|
|
38314
38034
|
parent_only?: undefined;
|
|
38315
38035
|
sourceKey?: undefined;
|
|
38316
38036
|
types?: undefined;
|
|
@@ -38466,6 +38186,15 @@ declare const endpoints: {
|
|
|
38466
38186
|
type: string;
|
|
38467
38187
|
enum?: undefined;
|
|
38468
38188
|
};
|
|
38189
|
+
costumId: {
|
|
38190
|
+
type: string;
|
|
38191
|
+
};
|
|
38192
|
+
costumSlug: {
|
|
38193
|
+
type: string;
|
|
38194
|
+
};
|
|
38195
|
+
costumType: {
|
|
38196
|
+
type: string;
|
|
38197
|
+
};
|
|
38469
38198
|
description: {
|
|
38470
38199
|
type: string;
|
|
38471
38200
|
};
|
|
@@ -38672,11 +38401,6 @@ declare const endpoints: {
|
|
|
38672
38401
|
arrayForm?: undefined;
|
|
38673
38402
|
buildingSurfaceArea?: undefined;
|
|
38674
38403
|
compagnon?: undefined;
|
|
38675
|
-
costum?: undefined;
|
|
38676
|
-
costumEditMode?: undefined;
|
|
38677
|
-
costumId?: undefined;
|
|
38678
|
-
costumSlug?: undefined;
|
|
38679
|
-
costumType?: undefined;
|
|
38680
38404
|
filiere?: undefined;
|
|
38681
38405
|
holderOrganization?: undefined;
|
|
38682
38406
|
mainTag?: undefined;
|
|
@@ -38685,7 +38409,6 @@ declare const endpoints: {
|
|
|
38685
38409
|
openingHours?: undefined;
|
|
38686
38410
|
role?: undefined;
|
|
38687
38411
|
siteSurfaceArea?: undefined;
|
|
38688
|
-
source?: undefined;
|
|
38689
38412
|
telephone?: undefined;
|
|
38690
38413
|
thematic?: undefined;
|
|
38691
38414
|
typePlace?: undefined;
|
|
@@ -38757,6 +38480,7 @@ declare const endpoints: {
|
|
|
38757
38480
|
narative?: undefined;
|
|
38758
38481
|
endDateUTC?: undefined;
|
|
38759
38482
|
startDateUTC?: undefined;
|
|
38483
|
+
costumEditMode?: undefined;
|
|
38760
38484
|
parent_only?: undefined;
|
|
38761
38485
|
sourceKey?: undefined;
|
|
38762
38486
|
types?: undefined;
|
|
@@ -38948,8 +38672,6 @@ declare const endpoints: {
|
|
|
38948
38672
|
arrayForm?: undefined;
|
|
38949
38673
|
buildingSurfaceArea?: undefined;
|
|
38950
38674
|
compagnon?: undefined;
|
|
38951
|
-
costum?: undefined;
|
|
38952
|
-
costumEditMode?: undefined;
|
|
38953
38675
|
costumId?: undefined;
|
|
38954
38676
|
costumSlug?: undefined;
|
|
38955
38677
|
costumType?: undefined;
|
|
@@ -38963,7 +38685,6 @@ declare const endpoints: {
|
|
|
38963
38685
|
preferences?: undefined;
|
|
38964
38686
|
role?: undefined;
|
|
38965
38687
|
siteSurfaceArea?: undefined;
|
|
38966
|
-
source?: undefined;
|
|
38967
38688
|
telephone?: undefined;
|
|
38968
38689
|
thematic?: undefined;
|
|
38969
38690
|
typePlace?: undefined;
|
|
@@ -39036,6 +38757,7 @@ declare const endpoints: {
|
|
|
39036
38757
|
narative?: undefined;
|
|
39037
38758
|
endDateUTC?: undefined;
|
|
39038
38759
|
startDateUTC?: undefined;
|
|
38760
|
+
costumEditMode?: undefined;
|
|
39039
38761
|
parent_only?: undefined;
|
|
39040
38762
|
sourceKey?: undefined;
|
|
39041
38763
|
types?: undefined;
|