@crowi/api-contract 2.0.0-alpha.2 → 2.0.0-alpha.5
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/generated/openapi.d.mts +3 -3
- package/dist/generated/openapi.d.ts +3 -3
- package/dist/generated/openapi.js.map +1 -1
- package/dist/index.d.mts +28 -4
- package/dist/index.d.ts +28 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -12164,7 +12164,7 @@ interface paths {
|
|
|
12164
12164
|
registers: string[];
|
|
12165
12165
|
adminPlacement: {
|
|
12166
12166
|
/** @enum {string} */
|
|
12167
|
-
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
|
|
12167
|
+
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
|
|
12168
12168
|
label: string;
|
|
12169
12169
|
icon?: string;
|
|
12170
12170
|
};
|
|
@@ -14788,7 +14788,7 @@ interface components {
|
|
|
14788
14788
|
registers: string[];
|
|
14789
14789
|
adminPlacement: {
|
|
14790
14790
|
/** @enum {string} */
|
|
14791
|
-
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
|
|
14791
|
+
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
|
|
14792
14792
|
label: string;
|
|
14793
14793
|
icon?: string;
|
|
14794
14794
|
};
|
|
@@ -14803,7 +14803,7 @@ interface components {
|
|
|
14803
14803
|
registers: string[];
|
|
14804
14804
|
adminPlacement: {
|
|
14805
14805
|
/** @enum {string} */
|
|
14806
|
-
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
|
|
14806
|
+
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
|
|
14807
14807
|
label: string;
|
|
14808
14808
|
icon?: string;
|
|
14809
14809
|
};
|
|
@@ -12164,7 +12164,7 @@ interface paths {
|
|
|
12164
12164
|
registers: string[];
|
|
12165
12165
|
adminPlacement: {
|
|
12166
12166
|
/** @enum {string} */
|
|
12167
|
-
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
|
|
12167
|
+
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
|
|
12168
12168
|
label: string;
|
|
12169
12169
|
icon?: string;
|
|
12170
12170
|
};
|
|
@@ -14788,7 +14788,7 @@ interface components {
|
|
|
14788
14788
|
registers: string[];
|
|
14789
14789
|
adminPlacement: {
|
|
14790
14790
|
/** @enum {string} */
|
|
14791
|
-
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
|
|
14791
|
+
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
|
|
14792
14792
|
label: string;
|
|
14793
14793
|
icon?: string;
|
|
14794
14794
|
};
|
|
@@ -14803,7 +14803,7 @@ interface components {
|
|
|
14803
14803
|
registers: string[];
|
|
14804
14804
|
adminPlacement: {
|
|
14805
14805
|
/** @enum {string} */
|
|
14806
|
-
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer";
|
|
14806
|
+
section: "settings" | "shared" | "storage" | "mail" | "notification" | "auth" | "search" | "renderer" | "platform";
|
|
14807
14807
|
label: string;
|
|
14808
14808
|
icon?: string;
|
|
14809
14809
|
};
|