@runtypelabs/sdk 8.0.1 → 8.0.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/index.cjs +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -6437,7 +6437,7 @@ var Runtype = class {
|
|
|
6437
6437
|
|
|
6438
6438
|
// src/version.ts
|
|
6439
6439
|
var FALLBACK_VERSION = "0.0.0";
|
|
6440
|
-
var SDK_VERSION = "8.0.
|
|
6440
|
+
var SDK_VERSION = "8.0.3".length > 0 ? "8.0.3" : FALLBACK_VERSION;
|
|
6441
6441
|
var RUNTYPE_CLIENT_KIND = "sdk";
|
|
6442
6442
|
var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
|
|
6443
6443
|
|
package/dist/index.d.cts
CHANGED
|
@@ -20050,6 +20050,11 @@ interface paths {
|
|
|
20050
20050
|
};
|
|
20051
20051
|
content: {
|
|
20052
20052
|
"application/json": {
|
|
20053
|
+
/**
|
|
20054
|
+
* @description Coarse hint set when a pending request looks stuck because the platform's Telegram manager webhook is unhealthy.
|
|
20055
|
+
* @enum {string}
|
|
20056
|
+
*/
|
|
20057
|
+
diagnostic?: "manager_webhook_unhealthy";
|
|
20053
20058
|
status: string;
|
|
20054
20059
|
} & {
|
|
20055
20060
|
[key: string]: unknown;
|
package/dist/index.d.ts
CHANGED
|
@@ -20050,6 +20050,11 @@ interface paths {
|
|
|
20050
20050
|
};
|
|
20051
20051
|
content: {
|
|
20052
20052
|
"application/json": {
|
|
20053
|
+
/**
|
|
20054
|
+
* @description Coarse hint set when a pending request looks stuck because the platform's Telegram manager webhook is unhealthy.
|
|
20055
|
+
* @enum {string}
|
|
20056
|
+
*/
|
|
20057
|
+
diagnostic?: "manager_webhook_unhealthy";
|
|
20053
20058
|
status: string;
|
|
20054
20059
|
} & {
|
|
20055
20060
|
[key: string]: unknown;
|
package/dist/index.mjs
CHANGED
|
@@ -6249,7 +6249,7 @@ var Runtype = class {
|
|
|
6249
6249
|
|
|
6250
6250
|
// src/version.ts
|
|
6251
6251
|
var FALLBACK_VERSION = "0.0.0";
|
|
6252
|
-
var SDK_VERSION = "8.0.
|
|
6252
|
+
var SDK_VERSION = "8.0.3".length > 0 ? "8.0.3" : FALLBACK_VERSION;
|
|
6253
6253
|
var RUNTYPE_CLIENT_KIND = "sdk";
|
|
6254
6254
|
var SDK_USER_AGENT = `runtype-sdk/${SDK_VERSION} (typescript)`;
|
|
6255
6255
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runtypelabs/sdk",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
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",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"flow-builder",
|
|
42
42
|
"llm"
|
|
43
43
|
],
|
|
44
|
-
"author": "Runtype
|
|
44
|
+
"author": "Runtype",
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|