@crowi/api-contract 2.0.0-alpha.2 → 2.0.0-alpha.6

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.
@@ -3854,6 +3854,22 @@ interface paths {
3854
3854
  };
3855
3855
  };
3856
3856
  };
3857
+ /** @description Page / revision not found, or the caller cannot access it (existence hidden) */
3858
+ 404: {
3859
+ headers: {
3860
+ [name: string]: unknown;
3861
+ };
3862
+ content: {
3863
+ "application/json": {
3864
+ error: {
3865
+ /** @enum {string} */
3866
+ code: "PAGE_NOT_FOUND";
3867
+ /** @enum {string} */
3868
+ message: "Page not found";
3869
+ };
3870
+ };
3871
+ };
3872
+ };
3857
3873
  };
3858
3874
  };
3859
3875
  put?: never;
@@ -12164,7 +12180,7 @@ interface paths {
12164
12180
  registers: string[];
12165
12181
  adminPlacement: {
12166
12182
  /** @enum {string} */
12167
- section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
12183
+ section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
12168
12184
  label: string;
12169
12185
  icon?: string;
12170
12186
  };
@@ -14788,7 +14804,7 @@ interface components {
14788
14804
  registers: string[];
14789
14805
  adminPlacement: {
14790
14806
  /** @enum {string} */
14791
- section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
14807
+ section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
14792
14808
  label: string;
14793
14809
  icon?: string;
14794
14810
  };
@@ -14803,7 +14819,7 @@ interface components {
14803
14819
  registers: string[];
14804
14820
  adminPlacement: {
14805
14821
  /** @enum {string} */
14806
- section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
14822
+ section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
14807
14823
  label: string;
14808
14824
  icon?: string;
14809
14825
  };
@@ -3854,6 +3854,22 @@ interface paths {
3854
3854
  };
3855
3855
  };
3856
3856
  };
3857
+ /** @description Page / revision not found, or the caller cannot access it (existence hidden) */
3858
+ 404: {
3859
+ headers: {
3860
+ [name: string]: unknown;
3861
+ };
3862
+ content: {
3863
+ "application/json": {
3864
+ error: {
3865
+ /** @enum {string} */
3866
+ code: "PAGE_NOT_FOUND";
3867
+ /** @enum {string} */
3868
+ message: "Page not found";
3869
+ };
3870
+ };
3871
+ };
3872
+ };
3857
3873
  };
3858
3874
  };
3859
3875
  put?: never;
@@ -12164,7 +12180,7 @@ interface paths {
12164
12180
  registers: string[];
12165
12181
  adminPlacement: {
12166
12182
  /** @enum {string} */
12167
- section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
12183
+ section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
12168
12184
  label: string;
12169
12185
  icon?: string;
12170
12186
  };
@@ -14788,7 +14804,7 @@ interface components {
14788
14804
  registers: string[];
14789
14805
  adminPlacement: {
14790
14806
  /** @enum {string} */
14791
- section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
14807
+ section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
14792
14808
  label: string;
14793
14809
  icon?: string;
14794
14810
  };
@@ -14803,7 +14819,7 @@ interface components {
14803
14819
  registers: string[];
14804
14820
  adminPlacement: {
14805
14821
  /** @enum {string} */
14806
- section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
14822
+ section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
14807
14823
  label: string;
14808
14824
  icon?: string;
14809
14825
  };