@smplkit/sdk 3.0.65 → 3.0.66

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/index.d.cts CHANGED
@@ -1317,7 +1317,7 @@ interface components {
1317
1317
  Flag: {
1318
1318
  /**
1319
1319
  * Name
1320
- * @description Human-readable display name for the flag.
1320
+ * @description Human-readable display name for the flag. Cannot be empty or whitespace-only.
1321
1321
  */
1322
1322
  name: string;
1323
1323
  /**
package/dist/index.d.ts CHANGED
@@ -1317,7 +1317,7 @@ interface components {
1317
1317
  Flag: {
1318
1318
  /**
1319
1319
  * Name
1320
- * @description Human-readable display name for the flag.
1320
+ * @description Human-readable display name for the flag. Cannot be empty or whitespace-only.
1321
1321
  */
1322
1322
  name: string;
1323
1323
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplkit/sdk",
3
- "version": "3.0.65",
3
+ "version": "3.0.66",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript SDK for the smplkit platform",
6
6
  "main": "./dist/index.cjs",