@okf/ootils 1.29.2 → 1.29.3

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
@@ -1787,7 +1787,7 @@ declare const AIChatSchema: mongoose__default.Schema<IAIChat, mongoose__default.
1787
1787
  __v: number;
1788
1788
  }>;
1789
1789
 
1790
- declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "ai"];
1790
+ declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "ai", "onboarding"];
1791
1791
 
1792
1792
  type PlatformConfigType = typeof platformConfigTypes[number];
1793
1793
  interface IPlatformConfig extends Document {
package/dist/node.d.ts CHANGED
@@ -1787,7 +1787,7 @@ declare const AIChatSchema: mongoose__default.Schema<IAIChat, mongoose__default.
1787
1787
  __v: number;
1788
1788
  }>;
1789
1789
 
1790
- declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "ai"];
1790
+ declare const platformConfigTypes: readonly ["roles", "nav", "deployment", "userAgreement", "localeData", "theme", "ai", "onboarding"];
1791
1791
 
1792
1792
  type PlatformConfigType = typeof platformConfigTypes[number];
1793
1793
  interface IPlatformConfig extends Document {
package/dist/node.js CHANGED
@@ -546,7 +546,8 @@ var init_platformConfigTypes = __esm({
546
546
  "userAgreement",
547
547
  "localeData",
548
548
  "theme",
549
- "ai"
549
+ "ai",
550
+ "onboarding"
550
551
  ];
551
552
  }
552
553
  });
package/dist/node.mjs CHANGED
@@ -551,7 +551,8 @@ var init_platformConfigTypes = __esm({
551
551
  "userAgreement",
552
552
  "localeData",
553
553
  "theme",
554
- "ai"
554
+ "ai",
555
+ "onboarding"
555
556
  ];
556
557
  }
557
558
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.29.2",
6
+ "version": "1.29.3",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",