@okf/ootils 1.3.11 → 1.4.0
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/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/package.json +1 -1
package/dist/node.d.mts
CHANGED
|
@@ -378,7 +378,7 @@ declare const AIChatSchema: mongoose.Schema<IAIChat, mongoose.Model<IAIChat, any
|
|
|
378
378
|
__v: number;
|
|
379
379
|
}>;
|
|
380
380
|
|
|
381
|
-
declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "
|
|
381
|
+
declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "ai"];
|
|
382
382
|
type PlatformConfigType = typeof platformConfigTypes[number];
|
|
383
383
|
interface IPlatformConfig extends Document {
|
|
384
384
|
type: PlatformConfigType;
|
package/dist/node.d.ts
CHANGED
|
@@ -378,7 +378,7 @@ declare const AIChatSchema: mongoose.Schema<IAIChat, mongoose.Model<IAIChat, any
|
|
|
378
378
|
__v: number;
|
|
379
379
|
}>;
|
|
380
380
|
|
|
381
|
-
declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "
|
|
381
|
+
declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "ai"];
|
|
382
382
|
type PlatformConfigType = typeof platformConfigTypes[number];
|
|
383
383
|
interface IPlatformConfig extends Document {
|
|
384
384
|
type: PlatformConfigType;
|
package/dist/node.js
CHANGED
package/dist/node.mjs
CHANGED