@smplkit/sdk 1.3.34 → 1.3.36

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
@@ -303,8 +303,6 @@ interface components {
303
303
  * }
304
304
  */
305
305
  Flag: {
306
- /** Id */
307
- id?: string | null;
308
306
  /**
309
307
  * Name
310
308
  * @description Human-readable display name
package/dist/index.d.ts CHANGED
@@ -303,8 +303,6 @@ interface components {
303
303
  * }
304
304
  */
305
305
  Flag: {
306
- /** Id */
307
- id?: string | null;
308
306
  /**
309
307
  * Name
310
308
  * @description Human-readable display name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplkit/sdk",
3
- "version": "1.3.34",
3
+ "version": "1.3.36",
4
4
  "type": "module",
5
5
  "description": "Official TypeScript SDK for the smplkit platform",
6
6
  "main": "./dist/index.cjs",