@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 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", "AI"];
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", "AI"];
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
@@ -177,7 +177,7 @@ var init_PlatformConfigs = __esm({
177
177
  "userAgreement",
178
178
  "localeData",
179
179
  "theme",
180
- "AI"
180
+ "ai"
181
181
  ];
182
182
  PlatformConfigsSchema = new import_mongoose2.default.Schema(
183
183
  {
package/dist/node.mjs CHANGED
@@ -182,7 +182,7 @@ var init_PlatformConfigs = __esm({
182
182
  "userAgreement",
183
183
  "localeData",
184
184
  "theme",
185
- "AI"
185
+ "ai"
186
186
  ];
187
187
  PlatformConfigsSchema = new mongoose2.Schema(
188
188
  {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.11",
6
+ "version": "1.4.0",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",