@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.
@@ -1807,7 +1807,13 @@ declare const endpoints: {
1807
1807
  $ref: string;
1808
1808
  };
1809
1809
  fixe: {
1810
- type: string;
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
- type: string;
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;