@communecter/cocolight-api-client 1.0.84 → 1.0.86
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/Badge.ts +1 -1
- package/src/api/BaseEntity.ts +29 -1
- package/src/api/EndpointApi.ts +1 -1
- package/src/api/EndpointApi.types.ts +15 -7
- package/src/api/Event.ts +1 -1
- package/src/api/Organization.ts +8 -4
- package/src/api/Poi.ts +1 -1
- package/src/api/Project.ts +7 -3
- package/src/api/User.ts +9 -0
- package/src/endpoints.module.ts +122 -156
- package/types/api/BaseEntity.d.ts +8 -1
- package/types/api/EndpointApi.d.ts +1 -1
- package/types/api/EndpointApi.types.d.ts +15 -7
- package/types/api/Organization.d.ts +6 -0
- package/types/api/Project.d.ts +6 -1
- package/types/api/User.d.ts +6 -0
- package/types/endpoints.module.d.ts +248 -5
|
@@ -6352,6 +6352,50 @@ declare const endpoints: {
|
|
|
6352
6352
|
pathParams?: undefined;
|
|
6353
6353
|
params?: undefined;
|
|
6354
6354
|
functionCocostum?: undefined;
|
|
6355
|
+
} | {
|
|
6356
|
+
auth: string;
|
|
6357
|
+
constant: string;
|
|
6358
|
+
contentType: string;
|
|
6359
|
+
method: string;
|
|
6360
|
+
path: string;
|
|
6361
|
+
pathParams: {
|
|
6362
|
+
additionalProperties: boolean;
|
|
6363
|
+
properties: {
|
|
6364
|
+
id: {
|
|
6365
|
+
pattern: string;
|
|
6366
|
+
type: string;
|
|
6367
|
+
};
|
|
6368
|
+
type: {
|
|
6369
|
+
default: string;
|
|
6370
|
+
enum: string[];
|
|
6371
|
+
type: string;
|
|
6372
|
+
};
|
|
6373
|
+
isLive?: undefined;
|
|
6374
|
+
q?: undefined;
|
|
6375
|
+
slug?: undefined;
|
|
6376
|
+
index?: undefined;
|
|
6377
|
+
folder?: undefined;
|
|
6378
|
+
ownerId?: undefined;
|
|
6379
|
+
address?: undefined;
|
|
6380
|
+
userId?: undefined;
|
|
6381
|
+
docType?: undefined;
|
|
6382
|
+
contextId?: undefined;
|
|
6383
|
+
contextType?: undefined;
|
|
6384
|
+
};
|
|
6385
|
+
required: string[];
|
|
6386
|
+
type: string;
|
|
6387
|
+
else?: undefined;
|
|
6388
|
+
if?: undefined;
|
|
6389
|
+
then?: undefined;
|
|
6390
|
+
allOf?: undefined;
|
|
6391
|
+
slug?: undefined;
|
|
6392
|
+
};
|
|
6393
|
+
generateModule?: undefined;
|
|
6394
|
+
onlyAuthNone?: undefined;
|
|
6395
|
+
request?: undefined;
|
|
6396
|
+
postActions?: undefined;
|
|
6397
|
+
params?: undefined;
|
|
6398
|
+
functionCocostum?: undefined;
|
|
6355
6399
|
} | {
|
|
6356
6400
|
auth: string;
|
|
6357
6401
|
constant: string;
|
|
@@ -7738,6 +7782,8 @@ declare const endpoints: {
|
|
|
7738
7782
|
};
|
|
7739
7783
|
"links.contributors.@{pathParams.id}"?: undefined;
|
|
7740
7784
|
"parent.@{pathParams.id}"?: undefined;
|
|
7785
|
+
"links.attendees.@userId"?: undefined;
|
|
7786
|
+
"organizer.@userId"?: undefined;
|
|
7741
7787
|
};
|
|
7742
7788
|
"links.contributors.@userId": {
|
|
7743
7789
|
$exists: boolean;
|
|
@@ -7770,6 +7816,7 @@ declare const endpoints: {
|
|
|
7770
7816
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
7771
7817
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
7772
7818
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
7819
|
+
"links.attendees.@userId"?: undefined;
|
|
7773
7820
|
"links.events.@{pathParams.id}"?: undefined;
|
|
7774
7821
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
7775
7822
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -7824,6 +7871,7 @@ declare const endpoints: {
|
|
|
7824
7871
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
7825
7872
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
7826
7873
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
7874
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
7827
7875
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
7828
7876
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
7829
7877
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -7866,6 +7914,8 @@ declare const endpoints: {
|
|
|
7866
7914
|
"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
7867
7915
|
"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
7868
7916
|
"^issuer\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
7917
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
7918
|
+
"^organizer\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
7869
7919
|
};
|
|
7870
7920
|
type: string;
|
|
7871
7921
|
};
|
|
@@ -8169,6 +8219,8 @@ declare const endpoints: {
|
|
|
8169
8219
|
};
|
|
8170
8220
|
"links.contributors.@userId"?: undefined;
|
|
8171
8221
|
"parent.@userId"?: undefined;
|
|
8222
|
+
"links.attendees.@userId"?: undefined;
|
|
8223
|
+
"organizer.@userId"?: undefined;
|
|
8172
8224
|
};
|
|
8173
8225
|
"links.contributors.@{pathParams.id}": {
|
|
8174
8226
|
$exists: boolean;
|
|
@@ -8201,6 +8253,7 @@ declare const endpoints: {
|
|
|
8201
8253
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
8202
8254
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
8203
8255
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
8256
|
+
"links.attendees.@userId"?: undefined;
|
|
8204
8257
|
"links.events.@{pathParams.id}"?: undefined;
|
|
8205
8258
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
8206
8259
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -8255,6 +8308,7 @@ declare const endpoints: {
|
|
|
8255
8308
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
8256
8309
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
8257
8310
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
8311
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8258
8312
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8259
8313
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
8260
8314
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -8297,6 +8351,8 @@ declare const endpoints: {
|
|
|
8297
8351
|
"^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8298
8352
|
"^parent\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8299
8353
|
"^issuer\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8354
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8355
|
+
"^organizer\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8300
8356
|
};
|
|
8301
8357
|
type: string;
|
|
8302
8358
|
};
|
|
@@ -8585,6 +8641,7 @@ declare const endpoints: {
|
|
|
8585
8641
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
8586
8642
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
8587
8643
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
8644
|
+
"links.attendees.@userId"?: undefined;
|
|
8588
8645
|
"links.events.@{pathParams.id}"?: undefined;
|
|
8589
8646
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
8590
8647
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -8639,6 +8696,7 @@ declare const endpoints: {
|
|
|
8639
8696
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
8640
8697
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
8641
8698
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
8699
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8642
8700
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
8643
8701
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
8644
8702
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -8973,6 +9031,7 @@ declare const endpoints: {
|
|
|
8973
9031
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
8974
9032
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
8975
9033
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
9034
|
+
"links.attendees.@userId"?: undefined;
|
|
8976
9035
|
"links.events.@{pathParams.id}"?: undefined;
|
|
8977
9036
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
8978
9037
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -9027,6 +9086,7 @@ declare const endpoints: {
|
|
|
9027
9086
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
9028
9087
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
9029
9088
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
9089
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
9030
9090
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
9031
9091
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
9032
9092
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -9327,6 +9387,7 @@ declare const endpoints: {
|
|
|
9327
9387
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
9328
9388
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
9329
9389
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
9390
|
+
"links.attendees.@userId"?: undefined;
|
|
9330
9391
|
"links.events.@{pathParams.id}"?: undefined;
|
|
9331
9392
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
9332
9393
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -9399,6 +9460,7 @@ declare const endpoints: {
|
|
|
9399
9460
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
9400
9461
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
9401
9462
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
9463
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
9402
9464
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
9403
9465
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
9404
9466
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -9751,6 +9813,7 @@ declare const endpoints: {
|
|
|
9751
9813
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
9752
9814
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
9753
9815
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
9816
|
+
"links.attendees.@userId"?: undefined;
|
|
9754
9817
|
"links.events.@{pathParams.id}"?: undefined;
|
|
9755
9818
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
9756
9819
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -9823,6 +9886,7 @@ declare const endpoints: {
|
|
|
9823
9886
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
9824
9887
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
9825
9888
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
9889
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
9826
9890
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
9827
9891
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
9828
9892
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -10194,6 +10258,7 @@ declare const endpoints: {
|
|
|
10194
10258
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
10195
10259
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
10196
10260
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
10261
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
10197
10262
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
10198
10263
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
10199
10264
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -10513,6 +10578,7 @@ declare const endpoints: {
|
|
|
10513
10578
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
10514
10579
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
10515
10580
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
10581
|
+
"links.attendees.@userId"?: undefined;
|
|
10516
10582
|
"links.events.@{pathParams.id}"?: undefined;
|
|
10517
10583
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
10518
10584
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -10618,6 +10684,7 @@ declare const endpoints: {
|
|
|
10618
10684
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
10619
10685
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
10620
10686
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
10687
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
10621
10688
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
10622
10689
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
10623
10690
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -10936,6 +11003,7 @@ declare const endpoints: {
|
|
|
10936
11003
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
10937
11004
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
10938
11005
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
11006
|
+
"links.attendees.@userId"?: undefined;
|
|
10939
11007
|
"links.events.@{pathParams.id}"?: undefined;
|
|
10940
11008
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
10941
11009
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -11010,6 +11078,7 @@ declare const endpoints: {
|
|
|
11010
11078
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
11011
11079
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
11012
11080
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
11081
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
11013
11082
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
11014
11083
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
11015
11084
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -11314,6 +11383,7 @@ declare const endpoints: {
|
|
|
11314
11383
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
11315
11384
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
11316
11385
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
11386
|
+
"links.attendees.@userId"?: undefined;
|
|
11317
11387
|
"links.events.@{pathParams.id}"?: undefined;
|
|
11318
11388
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
11319
11389
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -11656,6 +11726,7 @@ declare const endpoints: {
|
|
|
11656
11726
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
11657
11727
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
11658
11728
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
11729
|
+
"links.attendees.@userId"?: undefined;
|
|
11659
11730
|
"links.events.@{pathParams.id}"?: undefined;
|
|
11660
11731
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
11661
11732
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -11985,6 +12056,7 @@ declare const endpoints: {
|
|
|
11985
12056
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
11986
12057
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
11987
12058
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
12059
|
+
"links.attendees.@userId"?: undefined;
|
|
11988
12060
|
"links.events.@{pathParams.id}"?: undefined;
|
|
11989
12061
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
11990
12062
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -12057,6 +12129,7 @@ declare const endpoints: {
|
|
|
12057
12129
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
12058
12130
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
12059
12131
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
12132
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
12060
12133
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
12061
12134
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
12062
12135
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -12414,6 +12487,7 @@ declare const endpoints: {
|
|
|
12414
12487
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
12415
12488
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
12416
12489
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
12490
|
+
"links.attendees.@userId"?: undefined;
|
|
12417
12491
|
"links.events.@{pathParams.id}"?: undefined;
|
|
12418
12492
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
12419
12493
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -12470,6 +12544,7 @@ declare const endpoints: {
|
|
|
12470
12544
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
12471
12545
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
12472
12546
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
12547
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
12473
12548
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
12474
12549
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
12475
12550
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -12815,6 +12890,7 @@ declare const endpoints: {
|
|
|
12815
12890
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
12816
12891
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
12817
12892
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
12893
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
12818
12894
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
12819
12895
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
12820
12896
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -13134,6 +13210,7 @@ declare const endpoints: {
|
|
|
13134
13210
|
"links.follows.@{userId}.isInviting"?: undefined;
|
|
13135
13211
|
"links.follows.@{userId}.toBeValidated"?: undefined;
|
|
13136
13212
|
"links.follows.@{pathParams.id}"?: undefined;
|
|
13213
|
+
"links.attendees.@userId"?: undefined;
|
|
13137
13214
|
"links.events.@{pathParams.id}"?: undefined;
|
|
13138
13215
|
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
13139
13216
|
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
@@ -13239,6 +13316,7 @@ declare const endpoints: {
|
|
|
13239
13316
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
|
|
13240
13317
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
|
|
13241
13318
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
|
|
13319
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
13242
13320
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
13243
13321
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
13244
13322
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
@@ -13519,6 +13597,8 @@ declare const endpoints: {
|
|
|
13519
13597
|
"^parent\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
13520
13598
|
"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
13521
13599
|
"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
13600
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
13601
|
+
"^organizer\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
13522
13602
|
};
|
|
13523
13603
|
type: string;
|
|
13524
13604
|
maxProperties?: undefined;
|
|
@@ -18435,6 +18515,165 @@ declare const endpoints: {
|
|
|
18435
18515
|
default: boolean;
|
|
18436
18516
|
type: string;
|
|
18437
18517
|
};
|
|
18518
|
+
filters: {
|
|
18519
|
+
additionalProperties: boolean;
|
|
18520
|
+
default: {
|
|
18521
|
+
$or: {
|
|
18522
|
+
"links.attendees.@userId": {
|
|
18523
|
+
$exists: boolean;
|
|
18524
|
+
};
|
|
18525
|
+
"organizer.@userId": {
|
|
18526
|
+
$exists: boolean;
|
|
18527
|
+
};
|
|
18528
|
+
"links.contributors.@userId"?: undefined;
|
|
18529
|
+
"parent.@userId"?: undefined;
|
|
18530
|
+
"links.contributors.@{pathParams.id}"?: undefined;
|
|
18531
|
+
"parent.@{pathParams.id}"?: undefined;
|
|
18532
|
+
};
|
|
18533
|
+
"links.attendees.@userId": {
|
|
18534
|
+
$exists: boolean;
|
|
18535
|
+
};
|
|
18536
|
+
"links.contributors.@userId"?: undefined;
|
|
18537
|
+
"links.contributors.@{pathParams.id}"?: undefined;
|
|
18538
|
+
"parent.@userId"?: undefined;
|
|
18539
|
+
"parent.@{pathParams.id}"?: undefined;
|
|
18540
|
+
"links.members.@userId"?: undefined;
|
|
18541
|
+
"links.members.@userId.isInviting"?: undefined;
|
|
18542
|
+
"links.members.@userId.toBeValidated"?: undefined;
|
|
18543
|
+
"links.members.@{pathParams.id}"?: undefined;
|
|
18544
|
+
"links.members.@{pathParams.id}.isInviting"?: undefined;
|
|
18545
|
+
"links.members.@{pathParams.id}.toBeValidated"?: undefined;
|
|
18546
|
+
"links.memberOf.@{pathParams.id}"?: undefined;
|
|
18547
|
+
"links.memberOf.@{pathParams.id}.isInviting"?: undefined;
|
|
18548
|
+
"links.memberOf.@{pathParams.id}.toBeValidated"?: undefined;
|
|
18549
|
+
"links.friends.@{pathParams.id}"?: undefined;
|
|
18550
|
+
"links.friends.@{pathParams.id}.isInviting"?: undefined;
|
|
18551
|
+
"links.friends.@{pathParams.id}.toBeValidated"?: undefined;
|
|
18552
|
+
"links.followers.@userId"?: undefined;
|
|
18553
|
+
"links.followers.@{userId}.isInviting"?: undefined;
|
|
18554
|
+
"links.followers.@{userId}.toBeValidated"?: undefined;
|
|
18555
|
+
"links.followers.@{pathParams.id}"?: undefined;
|
|
18556
|
+
"links.followers.@{pathParams.id}.isInviting"?: undefined;
|
|
18557
|
+
"links.followers.@{pathParams.id}.toBeValidated"?: undefined;
|
|
18558
|
+
"links.follows.@userId"?: undefined;
|
|
18559
|
+
"links.follows.@{userId}.isInviting"?: undefined;
|
|
18560
|
+
"links.follows.@{userId}.toBeValidated"?: undefined;
|
|
18561
|
+
"links.follows.@{pathParams.id}"?: undefined;
|
|
18562
|
+
"links.projects.@{pathParams.id}"?: undefined;
|
|
18563
|
+
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
18564
|
+
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
18565
|
+
"links.events.@{pathParams.id}"?: undefined;
|
|
18566
|
+
"links.events.@{pathParams.id}.isInviting"?: undefined;
|
|
18567
|
+
"links.events.@{pathParams.id}.toBeValidated"?: undefined;
|
|
18568
|
+
};
|
|
18569
|
+
patternProperties: {
|
|
18570
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$": {
|
|
18571
|
+
additionalProperties: boolean;
|
|
18572
|
+
properties: {
|
|
18573
|
+
$exists: {
|
|
18574
|
+
const: boolean;
|
|
18575
|
+
};
|
|
18576
|
+
};
|
|
18577
|
+
required: string[];
|
|
18578
|
+
type: string;
|
|
18579
|
+
};
|
|
18580
|
+
"^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18581
|
+
"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18582
|
+
"^parent\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18583
|
+
"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18584
|
+
"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18585
|
+
"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
|
|
18586
|
+
"^links\\.members\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
|
|
18587
|
+
"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18588
|
+
"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
18589
|
+
"^links\\.members\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
18590
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18591
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
18592
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
18593
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
|
|
18594
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
|
|
18595
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
|
|
18596
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18597
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
|
|
18598
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
|
|
18599
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
18600
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
18601
|
+
"^links\\.memberOf\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
18602
|
+
"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18603
|
+
"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
18604
|
+
"^links\\.friends\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
18605
|
+
"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18606
|
+
"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
18607
|
+
"^links\\.follows\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
18608
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18609
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
18610
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
18611
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
|
|
18612
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
|
|
18613
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
|
|
18614
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18615
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
|
|
18616
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
|
|
18617
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
18618
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
18619
|
+
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
18620
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18621
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
18622
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|
|
18623
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isInviting$"?: undefined;
|
|
18624
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.roles$"?: undefined;
|
|
18625
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.toBeValidated$"?: undefined;
|
|
18626
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18627
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
|
|
18628
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
|
|
18629
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
18630
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
18631
|
+
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
18632
|
+
};
|
|
18633
|
+
properties: {
|
|
18634
|
+
$or: {
|
|
18635
|
+
additionalProperties: boolean;
|
|
18636
|
+
maxProperties: number;
|
|
18637
|
+
minProperties: number;
|
|
18638
|
+
patternProperties: {
|
|
18639
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$": {
|
|
18640
|
+
additionalProperties: boolean;
|
|
18641
|
+
properties: {
|
|
18642
|
+
$exists: {
|
|
18643
|
+
const: boolean;
|
|
18644
|
+
};
|
|
18645
|
+
};
|
|
18646
|
+
required: string[];
|
|
18647
|
+
type: string;
|
|
18648
|
+
};
|
|
18649
|
+
"^organizer\\.(?:[a-f0-9]{24}|@\\w+)$": {
|
|
18650
|
+
additionalProperties: boolean;
|
|
18651
|
+
properties: {
|
|
18652
|
+
$exists: {
|
|
18653
|
+
const: boolean;
|
|
18654
|
+
};
|
|
18655
|
+
};
|
|
18656
|
+
required: string[];
|
|
18657
|
+
type: string;
|
|
18658
|
+
};
|
|
18659
|
+
"^links\\.contributors\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18660
|
+
"^parent\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18661
|
+
"^links\\.contributors\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18662
|
+
"^parent\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
18663
|
+
"^issuer\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
18664
|
+
};
|
|
18665
|
+
type: string;
|
|
18666
|
+
};
|
|
18667
|
+
isParcours?: undefined;
|
|
18668
|
+
"preferences.private"?: undefined;
|
|
18669
|
+
};
|
|
18670
|
+
required: string[];
|
|
18671
|
+
type: string;
|
|
18672
|
+
allOf?: undefined;
|
|
18673
|
+
maxProperties?: undefined;
|
|
18674
|
+
minProperties?: undefined;
|
|
18675
|
+
oneOf?: undefined;
|
|
18676
|
+
};
|
|
18438
18677
|
indexMin: {
|
|
18439
18678
|
default: number;
|
|
18440
18679
|
type: string;
|
|
@@ -18454,17 +18693,19 @@ declare const endpoints: {
|
|
|
18454
18693
|
name: {
|
|
18455
18694
|
type: string;
|
|
18456
18695
|
};
|
|
18696
|
+
recurrency: {
|
|
18697
|
+
default: boolean;
|
|
18698
|
+
type: string;
|
|
18699
|
+
};
|
|
18457
18700
|
searchType: {
|
|
18458
18701
|
const: string[];
|
|
18459
18702
|
default: string[];
|
|
18460
18703
|
items: {
|
|
18704
|
+
enum: string[];
|
|
18461
18705
|
type: string;
|
|
18462
18706
|
};
|
|
18463
18707
|
type: string;
|
|
18464
18708
|
};
|
|
18465
|
-
startDate: {
|
|
18466
|
-
type: string;
|
|
18467
|
-
};
|
|
18468
18709
|
startDateUTC: {
|
|
18469
18710
|
format: string;
|
|
18470
18711
|
type: string;
|
|
@@ -18545,7 +18786,6 @@ declare const endpoints: {
|
|
|
18545
18786
|
parentCommentId?: undefined;
|
|
18546
18787
|
path?: undefined;
|
|
18547
18788
|
params?: undefined;
|
|
18548
|
-
filters?: undefined;
|
|
18549
18789
|
indexMax?: undefined;
|
|
18550
18790
|
initType?: undefined;
|
|
18551
18791
|
notSourceKey?: undefined;
|
|
@@ -18569,7 +18809,7 @@ declare const endpoints: {
|
|
|
18569
18809
|
endDate?: undefined;
|
|
18570
18810
|
openingHours?: undefined;
|
|
18571
18811
|
organizer?: undefined;
|
|
18572
|
-
|
|
18812
|
+
startDate?: undefined;
|
|
18573
18813
|
timeZone?: undefined;
|
|
18574
18814
|
qqfile?: undefined;
|
|
18575
18815
|
qqfilename?: undefined;
|
|
@@ -21016,6 +21256,7 @@ declare const endpoints: {
|
|
|
21016
21256
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
21017
21257
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
21018
21258
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
21259
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
21019
21260
|
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$"?: undefined;
|
|
21020
21261
|
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdmin$"?: undefined;
|
|
21021
21262
|
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isAdminPending$"?: undefined;
|
|
@@ -21332,6 +21573,7 @@ declare const endpoints: {
|
|
|
21332
21573
|
"links.projects.@{pathParams.id}"?: undefined;
|
|
21333
21574
|
"links.projects.@{pathParams.id}.isInviting"?: undefined;
|
|
21334
21575
|
"links.projects.@{pathParams.id}.toBeValidated"?: undefined;
|
|
21576
|
+
"links.attendees.@userId"?: undefined;
|
|
21335
21577
|
};
|
|
21336
21578
|
patternProperties: {
|
|
21337
21579
|
"^links\\.events\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))$": {
|
|
@@ -21440,6 +21682,7 @@ declare const endpoints: {
|
|
|
21440
21682
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.isInviting$"?: undefined;
|
|
21441
21683
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.roles$"?: undefined;
|
|
21442
21684
|
"^links\\.projects\\.(?:[a-f0-9]{24}|@(?:\\{[^}]+\\}|[A-Za-z0-9_]+(?:\\.[A-Za-z0-9_]+)?))\\.toBeValidated$"?: undefined;
|
|
21685
|
+
"^links\\.attendees\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
21443
21686
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)$"?: undefined;
|
|
21444
21687
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdmin$"?: undefined;
|
|
21445
21688
|
"^links\\.events\\.(?:[a-f0-9]{24}|@\\w+)\\.isAdminPending$"?: undefined;
|