@communecter/cocolight-api-client 1.0.100 → 1.0.102
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 +1 -1
- package/src/api/serverDataType/Poi.ts +0 -4
- package/src/endpoints.module.ts +1 -1
- package/types/api/serverDataType/Poi.d.ts +0 -4
- package/types/endpoints.module.d.ts +2 -24
|
@@ -2262,15 +2262,6 @@ declare const endpoints: {
|
|
|
2262
2262
|
};
|
|
2263
2263
|
};
|
|
2264
2264
|
required: string[];
|
|
2265
|
-
} | {
|
|
2266
|
-
properties: {
|
|
2267
|
-
url: {
|
|
2268
|
-
not: {
|
|
2269
|
-
type: string;
|
|
2270
|
-
};
|
|
2271
|
-
};
|
|
2272
|
-
};
|
|
2273
|
-
required: string[];
|
|
2274
2265
|
} | {
|
|
2275
2266
|
properties: {
|
|
2276
2267
|
tags: {
|
|
@@ -2280,15 +2271,6 @@ declare const endpoints: {
|
|
|
2280
2271
|
};
|
|
2281
2272
|
};
|
|
2282
2273
|
required: string[];
|
|
2283
|
-
} | {
|
|
2284
|
-
properties: {
|
|
2285
|
-
email: {
|
|
2286
|
-
not: {
|
|
2287
|
-
type: string;
|
|
2288
|
-
};
|
|
2289
|
-
};
|
|
2290
|
-
};
|
|
2291
|
-
required: string[];
|
|
2292
2274
|
} | {
|
|
2293
2275
|
properties: {
|
|
2294
2276
|
type: {
|
|
@@ -2314,9 +2296,6 @@ declare const endpoints: {
|
|
|
2314
2296
|
default: string;
|
|
2315
2297
|
type: string;
|
|
2316
2298
|
};
|
|
2317
|
-
email: {
|
|
2318
|
-
$ref: string;
|
|
2319
|
-
};
|
|
2320
2299
|
id: {
|
|
2321
2300
|
type: string;
|
|
2322
2301
|
};
|
|
@@ -2338,9 +2317,6 @@ declare const endpoints: {
|
|
|
2338
2317
|
enum: string[];
|
|
2339
2318
|
type: string;
|
|
2340
2319
|
};
|
|
2341
|
-
url: {
|
|
2342
|
-
$ref: string;
|
|
2343
|
-
};
|
|
2344
2320
|
urls: {
|
|
2345
2321
|
anyOf: ({
|
|
2346
2322
|
items: {
|
|
@@ -2355,8 +2331,10 @@ declare const endpoints: {
|
|
|
2355
2331
|
})[];
|
|
2356
2332
|
};
|
|
2357
2333
|
birthDate?: undefined;
|
|
2334
|
+
email?: undefined;
|
|
2358
2335
|
fixe?: undefined;
|
|
2359
2336
|
mobile?: undefined;
|
|
2337
|
+
url?: undefined;
|
|
2360
2338
|
avancement?: undefined;
|
|
2361
2339
|
parent?: undefined;
|
|
2362
2340
|
organizer?: undefined;
|