@communecter/cocolight-api-client 1.0.87 → 1.0.88

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.
@@ -1669,6 +1669,15 @@ declare const endpoints: {
1669
1669
  format: string;
1670
1670
  type: string;
1671
1671
  };
1672
+ emailNullable: {
1673
+ anyOf: ({
1674
+ format: string;
1675
+ type: string;
1676
+ } | {
1677
+ const: string;
1678
+ type: string;
1679
+ })[];
1680
+ };
1672
1681
  name: {
1673
1682
  type: string;
1674
1683
  };