@runtypelabs/sdk 5.3.0 → 5.3.1

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.cjs CHANGED
@@ -5672,7 +5672,7 @@ var Runtype = class {
5672
5672
 
5673
5673
  // src/version.ts
5674
5674
  var FALLBACK_VERSION = "0.0.0";
5675
- var SDK_VERSION = "5.3.0".length > 0 ? "5.3.0" : FALLBACK_VERSION;
5675
+ var SDK_VERSION = "5.3.1".length > 0 ? "5.3.1" : FALLBACK_VERSION;
5676
5676
  var RUNTYPE_CLIENT_KIND = "sdk";
5677
5677
  var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
5678
5678
 
package/dist/index.d.cts CHANGED
@@ -35205,7 +35205,6 @@ interface paths {
35205
35205
  enableDashboardAssistant: boolean;
35206
35206
  enableRuntypeApps: boolean;
35207
35207
  enableSkillScanner: boolean;
35208
- productGeneratorModel: string;
35209
35208
  };
35210
35209
  id: string;
35211
35210
  orgId?: string | null;
package/dist/index.d.ts CHANGED
@@ -35205,7 +35205,6 @@ interface paths {
35205
35205
  enableDashboardAssistant: boolean;
35206
35206
  enableRuntypeApps: boolean;
35207
35207
  enableSkillScanner: boolean;
35208
- productGeneratorModel: string;
35209
35208
  };
35210
35209
  id: string;
35211
35210
  orgId?: string | null;
package/dist/index.mjs CHANGED
@@ -5511,7 +5511,7 @@ var Runtype = class {
5511
5511
 
5512
5512
  // src/version.ts
5513
5513
  var FALLBACK_VERSION = "0.0.0";
5514
- var SDK_VERSION = "5.3.0".length > 0 ? "5.3.0" : FALLBACK_VERSION;
5514
+ var SDK_VERSION = "5.3.1".length > 0 ? "5.3.1" : FALLBACK_VERSION;
5515
5515
  var RUNTYPE_CLIENT_KIND = "sdk";
5516
5516
  var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
5517
5517
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runtypelabs/sdk",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "type": "module",
5
5
  "description": "TypeScript SDK for the Runtype API with fluent methods. Use it to quickly realize AI products, agents, and workflows.",
6
6
  "main": "dist/index.cjs",