@communecter/cocolight-api-client 1.0.75 → 1.0.77
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 +63 -1
- package/src/api/EndpointApi.ts +33 -1
- package/src/api/EndpointApi.types.ts +53 -0
- package/src/api/News.ts +21 -5
- package/src/api/Organization.ts +118 -3
- package/src/endpoints.module.ts +12 -1
- package/types/api/BaseEntity.d.ts +29 -0
- package/types/api/EndpointApi.d.ts +21 -1
- package/types/api/EndpointApi.types.d.ts +49 -0
- package/types/api/Organization.d.ts +77 -0
- package/types/endpoints.module.d.ts +429 -0
|
@@ -4086,6 +4086,8 @@ declare const endpoints: {
|
|
|
4086
4086
|
address?: undefined;
|
|
4087
4087
|
userId?: undefined;
|
|
4088
4088
|
docType?: undefined;
|
|
4089
|
+
contextId?: undefined;
|
|
4090
|
+
contextType?: undefined;
|
|
4089
4091
|
};
|
|
4090
4092
|
required: string[];
|
|
4091
4093
|
then: {
|
|
@@ -4534,6 +4536,8 @@ declare const endpoints: {
|
|
|
4534
4536
|
address?: undefined;
|
|
4535
4537
|
userId?: undefined;
|
|
4536
4538
|
docType?: undefined;
|
|
4539
|
+
contextId?: undefined;
|
|
4540
|
+
contextType?: undefined;
|
|
4537
4541
|
};
|
|
4538
4542
|
required: string[];
|
|
4539
4543
|
then: {
|
|
@@ -6776,6 +6780,8 @@ declare const endpoints: {
|
|
|
6776
6780
|
address?: undefined;
|
|
6777
6781
|
userId?: undefined;
|
|
6778
6782
|
docType?: undefined;
|
|
6783
|
+
contextId?: undefined;
|
|
6784
|
+
contextType?: undefined;
|
|
6779
6785
|
};
|
|
6780
6786
|
required: string[];
|
|
6781
6787
|
type: string;
|
|
@@ -9596,6 +9602,8 @@ declare const endpoints: {
|
|
|
9596
9602
|
address?: undefined;
|
|
9597
9603
|
userId?: undefined;
|
|
9598
9604
|
docType?: undefined;
|
|
9605
|
+
contextId?: undefined;
|
|
9606
|
+
contextType?: undefined;
|
|
9599
9607
|
};
|
|
9600
9608
|
required: string[];
|
|
9601
9609
|
then: {
|
|
@@ -12226,6 +12234,8 @@ declare const endpoints: {
|
|
|
12226
12234
|
address?: undefined;
|
|
12227
12235
|
userId?: undefined;
|
|
12228
12236
|
docType?: undefined;
|
|
12237
|
+
contextId?: undefined;
|
|
12238
|
+
contextType?: undefined;
|
|
12229
12239
|
};
|
|
12230
12240
|
required: string[];
|
|
12231
12241
|
type: string;
|
|
@@ -14352,6 +14362,8 @@ declare const endpoints: {
|
|
|
14352
14362
|
address?: undefined;
|
|
14353
14363
|
userId?: undefined;
|
|
14354
14364
|
docType?: undefined;
|
|
14365
|
+
contextId?: undefined;
|
|
14366
|
+
contextType?: undefined;
|
|
14355
14367
|
};
|
|
14356
14368
|
required: string[];
|
|
14357
14369
|
type: string;
|
|
@@ -14388,6 +14400,8 @@ declare const endpoints: {
|
|
|
14388
14400
|
address?: undefined;
|
|
14389
14401
|
userId?: undefined;
|
|
14390
14402
|
docType?: undefined;
|
|
14403
|
+
contextId?: undefined;
|
|
14404
|
+
contextType?: undefined;
|
|
14391
14405
|
};
|
|
14392
14406
|
type: string;
|
|
14393
14407
|
additionalProperties?: undefined;
|
|
@@ -16281,6 +16295,8 @@ declare const endpoints: {
|
|
|
16281
16295
|
address?: undefined;
|
|
16282
16296
|
userId?: undefined;
|
|
16283
16297
|
docType?: undefined;
|
|
16298
|
+
contextId?: undefined;
|
|
16299
|
+
contextType?: undefined;
|
|
16284
16300
|
};
|
|
16285
16301
|
required: string[];
|
|
16286
16302
|
type: string;
|
|
@@ -16332,6 +16348,8 @@ declare const endpoints: {
|
|
|
16332
16348
|
address?: undefined;
|
|
16333
16349
|
userId?: undefined;
|
|
16334
16350
|
docType?: undefined;
|
|
16351
|
+
contextId?: undefined;
|
|
16352
|
+
contextType?: undefined;
|
|
16335
16353
|
};
|
|
16336
16354
|
required: string[];
|
|
16337
16355
|
type: string;
|
|
@@ -17494,6 +17512,8 @@ declare const endpoints: {
|
|
|
17494
17512
|
ownerId?: undefined;
|
|
17495
17513
|
userId?: undefined;
|
|
17496
17514
|
docType?: undefined;
|
|
17515
|
+
contextId?: undefined;
|
|
17516
|
+
contextType?: undefined;
|
|
17497
17517
|
};
|
|
17498
17518
|
required: string[];
|
|
17499
17519
|
type: string;
|
|
@@ -17732,6 +17752,8 @@ declare const endpoints: {
|
|
|
17732
17752
|
ownerId?: undefined;
|
|
17733
17753
|
address?: undefined;
|
|
17734
17754
|
docType?: undefined;
|
|
17755
|
+
contextId?: undefined;
|
|
17756
|
+
contextType?: undefined;
|
|
17735
17757
|
};
|
|
17736
17758
|
required: string[];
|
|
17737
17759
|
type: string;
|
|
@@ -20498,6 +20520,8 @@ declare const endpoints: {
|
|
|
20498
20520
|
ownerId?: undefined;
|
|
20499
20521
|
address?: undefined;
|
|
20500
20522
|
userId?: undefined;
|
|
20523
|
+
contextId?: undefined;
|
|
20524
|
+
contextType?: undefined;
|
|
20501
20525
|
};
|
|
20502
20526
|
required: string[];
|
|
20503
20527
|
then: {
|
|
@@ -22045,6 +22069,411 @@ declare const endpoints: {
|
|
|
22045
22069
|
pathParams?: undefined;
|
|
22046
22070
|
params?: undefined;
|
|
22047
22071
|
functionCocostum?: undefined;
|
|
22072
|
+
} | {
|
|
22073
|
+
auth: string;
|
|
22074
|
+
constant: string;
|
|
22075
|
+
contentType: string;
|
|
22076
|
+
method: string;
|
|
22077
|
+
path: string;
|
|
22078
|
+
request: {
|
|
22079
|
+
additionalProperties: boolean;
|
|
22080
|
+
properties: {
|
|
22081
|
+
arrayForm: {
|
|
22082
|
+
type: string;
|
|
22083
|
+
};
|
|
22084
|
+
collection: {
|
|
22085
|
+
default: string;
|
|
22086
|
+
enum: string[];
|
|
22087
|
+
type: string;
|
|
22088
|
+
};
|
|
22089
|
+
id: {
|
|
22090
|
+
default: string;
|
|
22091
|
+
pattern: string;
|
|
22092
|
+
type: string;
|
|
22093
|
+
};
|
|
22094
|
+
path: {
|
|
22095
|
+
type: string;
|
|
22096
|
+
};
|
|
22097
|
+
value: {};
|
|
22098
|
+
app?: undefined;
|
|
22099
|
+
email?: undefined;
|
|
22100
|
+
isInvitation?: undefined;
|
|
22101
|
+
mode?: undefined;
|
|
22102
|
+
name?: undefined;
|
|
22103
|
+
pendingUserId?: undefined;
|
|
22104
|
+
pwd?: undefined;
|
|
22105
|
+
username?: undefined;
|
|
22106
|
+
password?: undefined;
|
|
22107
|
+
refreshToken?: undefined;
|
|
22108
|
+
type?: undefined;
|
|
22109
|
+
serverUrl?: undefined;
|
|
22110
|
+
newPassword?: undefined;
|
|
22111
|
+
newPassword2?: undefined;
|
|
22112
|
+
oldPassword?: undefined;
|
|
22113
|
+
scope?: undefined;
|
|
22114
|
+
userId?: undefined;
|
|
22115
|
+
idEntity?: undefined;
|
|
22116
|
+
typeEntity?: undefined;
|
|
22117
|
+
block?: undefined;
|
|
22118
|
+
descMentions?: undefined;
|
|
22119
|
+
description?: undefined;
|
|
22120
|
+
shortDescription?: undefined;
|
|
22121
|
+
typeElement?: undefined;
|
|
22122
|
+
diaspora?: undefined;
|
|
22123
|
+
facebook?: undefined;
|
|
22124
|
+
github?: undefined;
|
|
22125
|
+
gitlab?: undefined;
|
|
22126
|
+
instagram?: undefined;
|
|
22127
|
+
mastodon?: undefined;
|
|
22128
|
+
signal?: undefined;
|
|
22129
|
+
telegram?: undefined;
|
|
22130
|
+
twitter?: undefined;
|
|
22131
|
+
address?: undefined;
|
|
22132
|
+
geo?: undefined;
|
|
22133
|
+
geoPosition?: undefined;
|
|
22134
|
+
slug?: undefined;
|
|
22135
|
+
profil_avatar?: undefined;
|
|
22136
|
+
banner?: undefined;
|
|
22137
|
+
cropH?: undefined;
|
|
22138
|
+
cropW?: undefined;
|
|
22139
|
+
cropX?: undefined;
|
|
22140
|
+
cropY?: undefined;
|
|
22141
|
+
formOrigin?: undefined;
|
|
22142
|
+
parentId?: undefined;
|
|
22143
|
+
parentType?: undefined;
|
|
22144
|
+
tpl?: undefined;
|
|
22145
|
+
listInvite?: undefined;
|
|
22146
|
+
dateLimit?: undefined;
|
|
22147
|
+
indexStep?: undefined;
|
|
22148
|
+
search?: undefined;
|
|
22149
|
+
ids?: undefined;
|
|
22150
|
+
json?: undefined;
|
|
22151
|
+
markdownActive?: undefined;
|
|
22152
|
+
mediaFile?: undefined;
|
|
22153
|
+
mediaImg?: undefined;
|
|
22154
|
+
mentions?: undefined;
|
|
22155
|
+
tags?: undefined;
|
|
22156
|
+
text?: undefined;
|
|
22157
|
+
newsImage?: undefined;
|
|
22158
|
+
newsFile?: undefined;
|
|
22159
|
+
isLive?: undefined;
|
|
22160
|
+
idNews?: undefined;
|
|
22161
|
+
childId?: undefined;
|
|
22162
|
+
childType?: undefined;
|
|
22163
|
+
comment?: undefined;
|
|
22164
|
+
connectType?: undefined;
|
|
22165
|
+
argval?: undefined;
|
|
22166
|
+
contextId?: undefined;
|
|
22167
|
+
contextType?: undefined;
|
|
22168
|
+
parentCommentId?: undefined;
|
|
22169
|
+
params?: undefined;
|
|
22170
|
+
count?: undefined;
|
|
22171
|
+
countType?: undefined;
|
|
22172
|
+
fediverse?: undefined;
|
|
22173
|
+
filters?: undefined;
|
|
22174
|
+
indexMax?: undefined;
|
|
22175
|
+
indexMin?: undefined;
|
|
22176
|
+
initType?: undefined;
|
|
22177
|
+
locality?: undefined;
|
|
22178
|
+
notSourceKey?: undefined;
|
|
22179
|
+
ranges?: undefined;
|
|
22180
|
+
searchBy?: undefined;
|
|
22181
|
+
searchTags?: undefined;
|
|
22182
|
+
searchType?: undefined;
|
|
22183
|
+
countryCode?: undefined;
|
|
22184
|
+
formInMap?: undefined;
|
|
22185
|
+
scopeValue?: undefined;
|
|
22186
|
+
fields?: undefined;
|
|
22187
|
+
pull?: undefined;
|
|
22188
|
+
key?: undefined;
|
|
22189
|
+
preferences?: undefined;
|
|
22190
|
+
role?: undefined;
|
|
22191
|
+
url?: undefined;
|
|
22192
|
+
parent?: undefined;
|
|
22193
|
+
public?: undefined;
|
|
22194
|
+
urls?: undefined;
|
|
22195
|
+
endDate?: undefined;
|
|
22196
|
+
openingHours?: undefined;
|
|
22197
|
+
organizer?: undefined;
|
|
22198
|
+
recurrency?: undefined;
|
|
22199
|
+
startDate?: undefined;
|
|
22200
|
+
timeZone?: undefined;
|
|
22201
|
+
qqfile?: undefined;
|
|
22202
|
+
qqfilename?: undefined;
|
|
22203
|
+
qqtotalfilesize?: undefined;
|
|
22204
|
+
qquuid?: undefined;
|
|
22205
|
+
linkOption?: undefined;
|
|
22206
|
+
searchMode?: undefined;
|
|
22207
|
+
refreshTimestamp?: undefined;
|
|
22208
|
+
action?: undefined;
|
|
22209
|
+
all?: undefined;
|
|
22210
|
+
actor?: undefined;
|
|
22211
|
+
payload?: undefined;
|
|
22212
|
+
criteria?: undefined;
|
|
22213
|
+
isParcours?: undefined;
|
|
22214
|
+
issuer?: undefined;
|
|
22215
|
+
award?: undefined;
|
|
22216
|
+
badgeId?: undefined;
|
|
22217
|
+
evidences?: undefined;
|
|
22218
|
+
narative?: undefined;
|
|
22219
|
+
endDateUTC?: undefined;
|
|
22220
|
+
startDateUTC?: undefined;
|
|
22221
|
+
costumEditMode?: undefined;
|
|
22222
|
+
costumSlug?: undefined;
|
|
22223
|
+
mapUsed?: undefined;
|
|
22224
|
+
options?: undefined;
|
|
22225
|
+
sortBy?: undefined;
|
|
22226
|
+
sourceKey?: undefined;
|
|
22227
|
+
parent_only?: undefined;
|
|
22228
|
+
types?: undefined;
|
|
22229
|
+
date?: undefined;
|
|
22230
|
+
fromToday?: undefined;
|
|
22231
|
+
regions?: undefined;
|
|
22232
|
+
timezone?: undefined;
|
|
22233
|
+
event?: undefined;
|
|
22234
|
+
tl?: undefined;
|
|
22235
|
+
contentKey?: undefined;
|
|
22236
|
+
folderId?: undefined;
|
|
22237
|
+
answerId?: undefined;
|
|
22238
|
+
finderPath?: undefined;
|
|
22239
|
+
details?: undefined;
|
|
22240
|
+
};
|
|
22241
|
+
required: string[];
|
|
22242
|
+
type: string;
|
|
22243
|
+
allOf?: undefined;
|
|
22244
|
+
$defs?: undefined;
|
|
22245
|
+
else?: undefined;
|
|
22246
|
+
if?: undefined;
|
|
22247
|
+
then?: undefined;
|
|
22248
|
+
anyOf?: undefined;
|
|
22249
|
+
startBeforeEnd?: undefined;
|
|
22250
|
+
};
|
|
22251
|
+
generateModule?: undefined;
|
|
22252
|
+
onlyAuthNone?: undefined;
|
|
22253
|
+
postActions?: undefined;
|
|
22254
|
+
pathParams?: undefined;
|
|
22255
|
+
params?: undefined;
|
|
22256
|
+
functionCocostum?: undefined;
|
|
22257
|
+
} | {
|
|
22258
|
+
auth: string;
|
|
22259
|
+
constant: string;
|
|
22260
|
+
contentType: string;
|
|
22261
|
+
method: string;
|
|
22262
|
+
path: string;
|
|
22263
|
+
pathParams: {
|
|
22264
|
+
additionalProperties: boolean;
|
|
22265
|
+
properties: {
|
|
22266
|
+
contextId: {
|
|
22267
|
+
default: string;
|
|
22268
|
+
pattern: string;
|
|
22269
|
+
type: string;
|
|
22270
|
+
};
|
|
22271
|
+
contextType: {
|
|
22272
|
+
default: string;
|
|
22273
|
+
enum: string[];
|
|
22274
|
+
type: string;
|
|
22275
|
+
};
|
|
22276
|
+
id?: undefined;
|
|
22277
|
+
type?: undefined;
|
|
22278
|
+
isLive?: undefined;
|
|
22279
|
+
q?: undefined;
|
|
22280
|
+
slug?: undefined;
|
|
22281
|
+
index?: undefined;
|
|
22282
|
+
folder?: undefined;
|
|
22283
|
+
ownerId?: undefined;
|
|
22284
|
+
address?: undefined;
|
|
22285
|
+
userId?: undefined;
|
|
22286
|
+
docType?: undefined;
|
|
22287
|
+
};
|
|
22288
|
+
required: string[];
|
|
22289
|
+
type: string;
|
|
22290
|
+
else?: undefined;
|
|
22291
|
+
if?: undefined;
|
|
22292
|
+
then?: undefined;
|
|
22293
|
+
allOf?: undefined;
|
|
22294
|
+
slug?: undefined;
|
|
22295
|
+
};
|
|
22296
|
+
request: {
|
|
22297
|
+
additionalProperties: boolean;
|
|
22298
|
+
properties: {
|
|
22299
|
+
ids: {
|
|
22300
|
+
pattern: string;
|
|
22301
|
+
type: string;
|
|
22302
|
+
};
|
|
22303
|
+
parentId: {
|
|
22304
|
+
default: string;
|
|
22305
|
+
pattern: string;
|
|
22306
|
+
type: string;
|
|
22307
|
+
};
|
|
22308
|
+
parentType: {
|
|
22309
|
+
default: string;
|
|
22310
|
+
enum: string[];
|
|
22311
|
+
type: string;
|
|
22312
|
+
};
|
|
22313
|
+
path: {
|
|
22314
|
+
const: string;
|
|
22315
|
+
default: string;
|
|
22316
|
+
type: string;
|
|
22317
|
+
};
|
|
22318
|
+
app?: undefined;
|
|
22319
|
+
email?: undefined;
|
|
22320
|
+
isInvitation?: undefined;
|
|
22321
|
+
mode?: undefined;
|
|
22322
|
+
name?: undefined;
|
|
22323
|
+
pendingUserId?: undefined;
|
|
22324
|
+
pwd?: undefined;
|
|
22325
|
+
username?: undefined;
|
|
22326
|
+
password?: undefined;
|
|
22327
|
+
refreshToken?: undefined;
|
|
22328
|
+
type?: undefined;
|
|
22329
|
+
serverUrl?: undefined;
|
|
22330
|
+
newPassword?: undefined;
|
|
22331
|
+
newPassword2?: undefined;
|
|
22332
|
+
oldPassword?: undefined;
|
|
22333
|
+
scope?: undefined;
|
|
22334
|
+
userId?: undefined;
|
|
22335
|
+
idEntity?: undefined;
|
|
22336
|
+
typeEntity?: undefined;
|
|
22337
|
+
value?: undefined;
|
|
22338
|
+
block?: undefined;
|
|
22339
|
+
descMentions?: undefined;
|
|
22340
|
+
description?: undefined;
|
|
22341
|
+
id?: undefined;
|
|
22342
|
+
shortDescription?: undefined;
|
|
22343
|
+
typeElement?: undefined;
|
|
22344
|
+
diaspora?: undefined;
|
|
22345
|
+
facebook?: undefined;
|
|
22346
|
+
github?: undefined;
|
|
22347
|
+
gitlab?: undefined;
|
|
22348
|
+
instagram?: undefined;
|
|
22349
|
+
mastodon?: undefined;
|
|
22350
|
+
signal?: undefined;
|
|
22351
|
+
telegram?: undefined;
|
|
22352
|
+
twitter?: undefined;
|
|
22353
|
+
address?: undefined;
|
|
22354
|
+
geo?: undefined;
|
|
22355
|
+
geoPosition?: undefined;
|
|
22356
|
+
slug?: undefined;
|
|
22357
|
+
profil_avatar?: undefined;
|
|
22358
|
+
banner?: undefined;
|
|
22359
|
+
cropH?: undefined;
|
|
22360
|
+
cropW?: undefined;
|
|
22361
|
+
cropX?: undefined;
|
|
22362
|
+
cropY?: undefined;
|
|
22363
|
+
formOrigin?: undefined;
|
|
22364
|
+
tpl?: undefined;
|
|
22365
|
+
listInvite?: undefined;
|
|
22366
|
+
dateLimit?: undefined;
|
|
22367
|
+
indexStep?: undefined;
|
|
22368
|
+
search?: undefined;
|
|
22369
|
+
json?: undefined;
|
|
22370
|
+
markdownActive?: undefined;
|
|
22371
|
+
mediaFile?: undefined;
|
|
22372
|
+
mediaImg?: undefined;
|
|
22373
|
+
mentions?: undefined;
|
|
22374
|
+
tags?: undefined;
|
|
22375
|
+
text?: undefined;
|
|
22376
|
+
newsImage?: undefined;
|
|
22377
|
+
newsFile?: undefined;
|
|
22378
|
+
isLive?: undefined;
|
|
22379
|
+
idNews?: undefined;
|
|
22380
|
+
childId?: undefined;
|
|
22381
|
+
childType?: undefined;
|
|
22382
|
+
comment?: undefined;
|
|
22383
|
+
connectType?: undefined;
|
|
22384
|
+
argval?: undefined;
|
|
22385
|
+
contextId?: undefined;
|
|
22386
|
+
contextType?: undefined;
|
|
22387
|
+
parentCommentId?: undefined;
|
|
22388
|
+
params?: undefined;
|
|
22389
|
+
count?: undefined;
|
|
22390
|
+
countType?: undefined;
|
|
22391
|
+
fediverse?: undefined;
|
|
22392
|
+
filters?: undefined;
|
|
22393
|
+
indexMax?: undefined;
|
|
22394
|
+
indexMin?: undefined;
|
|
22395
|
+
initType?: undefined;
|
|
22396
|
+
locality?: undefined;
|
|
22397
|
+
notSourceKey?: undefined;
|
|
22398
|
+
ranges?: undefined;
|
|
22399
|
+
searchBy?: undefined;
|
|
22400
|
+
searchTags?: undefined;
|
|
22401
|
+
searchType?: undefined;
|
|
22402
|
+
countryCode?: undefined;
|
|
22403
|
+
formInMap?: undefined;
|
|
22404
|
+
scopeValue?: undefined;
|
|
22405
|
+
fields?: undefined;
|
|
22406
|
+
collection?: undefined;
|
|
22407
|
+
pull?: undefined;
|
|
22408
|
+
arrayForm?: undefined;
|
|
22409
|
+
key?: undefined;
|
|
22410
|
+
preferences?: undefined;
|
|
22411
|
+
role?: undefined;
|
|
22412
|
+
url?: undefined;
|
|
22413
|
+
parent?: undefined;
|
|
22414
|
+
public?: undefined;
|
|
22415
|
+
urls?: undefined;
|
|
22416
|
+
endDate?: undefined;
|
|
22417
|
+
openingHours?: undefined;
|
|
22418
|
+
organizer?: undefined;
|
|
22419
|
+
recurrency?: undefined;
|
|
22420
|
+
startDate?: undefined;
|
|
22421
|
+
timeZone?: undefined;
|
|
22422
|
+
qqfile?: undefined;
|
|
22423
|
+
qqfilename?: undefined;
|
|
22424
|
+
qqtotalfilesize?: undefined;
|
|
22425
|
+
qquuid?: undefined;
|
|
22426
|
+
linkOption?: undefined;
|
|
22427
|
+
searchMode?: undefined;
|
|
22428
|
+
refreshTimestamp?: undefined;
|
|
22429
|
+
action?: undefined;
|
|
22430
|
+
all?: undefined;
|
|
22431
|
+
actor?: undefined;
|
|
22432
|
+
payload?: undefined;
|
|
22433
|
+
criteria?: undefined;
|
|
22434
|
+
isParcours?: undefined;
|
|
22435
|
+
issuer?: undefined;
|
|
22436
|
+
award?: undefined;
|
|
22437
|
+
badgeId?: undefined;
|
|
22438
|
+
evidences?: undefined;
|
|
22439
|
+
narative?: undefined;
|
|
22440
|
+
endDateUTC?: undefined;
|
|
22441
|
+
startDateUTC?: undefined;
|
|
22442
|
+
costumEditMode?: undefined;
|
|
22443
|
+
costumSlug?: undefined;
|
|
22444
|
+
mapUsed?: undefined;
|
|
22445
|
+
options?: undefined;
|
|
22446
|
+
sortBy?: undefined;
|
|
22447
|
+
sourceKey?: undefined;
|
|
22448
|
+
parent_only?: undefined;
|
|
22449
|
+
types?: undefined;
|
|
22450
|
+
date?: undefined;
|
|
22451
|
+
fromToday?: undefined;
|
|
22452
|
+
regions?: undefined;
|
|
22453
|
+
timezone?: undefined;
|
|
22454
|
+
event?: undefined;
|
|
22455
|
+
tl?: undefined;
|
|
22456
|
+
contentKey?: undefined;
|
|
22457
|
+
folderId?: undefined;
|
|
22458
|
+
answerId?: undefined;
|
|
22459
|
+
finderPath?: undefined;
|
|
22460
|
+
details?: undefined;
|
|
22461
|
+
};
|
|
22462
|
+
required: string[];
|
|
22463
|
+
type: string;
|
|
22464
|
+
allOf?: undefined;
|
|
22465
|
+
$defs?: undefined;
|
|
22466
|
+
else?: undefined;
|
|
22467
|
+
if?: undefined;
|
|
22468
|
+
then?: undefined;
|
|
22469
|
+
anyOf?: undefined;
|
|
22470
|
+
startBeforeEnd?: undefined;
|
|
22471
|
+
};
|
|
22472
|
+
generateModule?: undefined;
|
|
22473
|
+
onlyAuthNone?: undefined;
|
|
22474
|
+
postActions?: undefined;
|
|
22475
|
+
params?: undefined;
|
|
22476
|
+
functionCocostum?: undefined;
|
|
22048
22477
|
})[];
|
|
22049
22478
|
};
|
|
22050
22479
|
export default endpoints;
|