@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.
@@ -16268,23 +16268,31 @@ declare const endpoints: {
16268
16268
  type: string;
16269
16269
  };
16270
16270
  parent: {
16271
- additionalProperties: boolean;
16272
- patternProperties: {
16273
- "^(?:[a-f0-9]{24}|@userId)$": {
16274
- additionalProperties: boolean;
16275
- properties: {
16276
- name: {
16277
- type: string;
16278
- };
16279
- type: {
16280
- type: string;
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
- type: string;
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: {