@communecter/cocolight-api-client 1.0.95 → 1.0.96
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/EndpointApi.types.ts +19 -17
- package/src/endpoints.module.ts +1 -1
- package/types/api/EndpointApi.types.d.ts +2 -2
- package/types/endpoints.module.d.ts +23 -14
|
@@ -16268,23 +16268,31 @@ declare const endpoints: {
|
|
|
16268
16268
|
type: string;
|
|
16269
16269
|
};
|
|
16270
16270
|
parent: {
|
|
16271
|
-
|
|
16272
|
-
|
|
16273
|
-
|
|
16274
|
-
|
|
16275
|
-
|
|
16276
|
-
|
|
16277
|
-
|
|
16278
|
-
|
|
16279
|
-
|
|
16280
|
-
|
|
16271
|
+
oneOf: ({
|
|
16272
|
+
const: string;
|
|
16273
|
+
type: string;
|
|
16274
|
+
} | {
|
|
16275
|
+
additionalProperties: boolean;
|
|
16276
|
+
patternProperties: {
|
|
16277
|
+
"^(?:[a-f0-9]{24}|@userId)$": {
|
|
16278
|
+
additionalProperties: boolean;
|
|
16279
|
+
properties: {
|
|
16280
|
+
name: {
|
|
16281
|
+
type: string;
|
|
16282
|
+
};
|
|
16283
|
+
type: {
|
|
16284
|
+
type: string;
|
|
16285
|
+
};
|
|
16281
16286
|
};
|
|
16287
|
+
required: string[];
|
|
16288
|
+
type: string;
|
|
16282
16289
|
};
|
|
16283
|
-
required: string[];
|
|
16284
|
-
type: string;
|
|
16285
16290
|
};
|
|
16286
|
-
|
|
16287
|
-
|
|
16291
|
+
type: string;
|
|
16292
|
+
})[];
|
|
16293
|
+
additionalProperties?: undefined;
|
|
16294
|
+
patternProperties?: undefined;
|
|
16295
|
+
type?: undefined;
|
|
16288
16296
|
};
|
|
16289
16297
|
preferences: {
|
|
16290
16298
|
default: {
|
|
@@ -18129,6 +18137,7 @@ declare const endpoints: {
|
|
|
18129
18137
|
};
|
|
18130
18138
|
};
|
|
18131
18139
|
type: string;
|
|
18140
|
+
oneOf?: undefined;
|
|
18132
18141
|
};
|
|
18133
18142
|
preferences: {
|
|
18134
18143
|
default: {
|