@communecter/cocolight-api-client 1.0.90 → 1.0.91
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/endpoints.module.ts +221 -210
- package/types/endpoints.module.d.ts +14 -2
|
@@ -1807,7 +1807,13 @@ declare const endpoints: {
|
|
|
1807
1807
|
$ref: string;
|
|
1808
1808
|
};
|
|
1809
1809
|
fixe: {
|
|
1810
|
-
|
|
1810
|
+
anyOf: ({
|
|
1811
|
+
type: string;
|
|
1812
|
+
const?: undefined;
|
|
1813
|
+
} | {
|
|
1814
|
+
const: string;
|
|
1815
|
+
type: string;
|
|
1816
|
+
})[];
|
|
1811
1817
|
};
|
|
1812
1818
|
id: {
|
|
1813
1819
|
default: string;
|
|
@@ -1815,7 +1821,13 @@ declare const endpoints: {
|
|
|
1815
1821
|
type: string;
|
|
1816
1822
|
};
|
|
1817
1823
|
mobile: {
|
|
1818
|
-
|
|
1824
|
+
anyOf: ({
|
|
1825
|
+
type: string;
|
|
1826
|
+
const?: undefined;
|
|
1827
|
+
} | {
|
|
1828
|
+
const: string;
|
|
1829
|
+
type: string;
|
|
1830
|
+
})[];
|
|
1819
1831
|
};
|
|
1820
1832
|
name: {
|
|
1821
1833
|
$ref: string;
|