@amigo-ai/platform-sdk 0.43.0 → 0.44.0
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 +8 -0
- package/dist/index.cjs.map +2 -2
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +2 -2
- package/dist/resources/channels/ses-setup.js.map +1 -1
- package/dist/resources/functions.js +8 -0
- package/dist/resources/functions.js.map +1 -1
- package/dist/types/generated/api.d.ts +57 -1
- package/dist/types/generated/api.d.ts.map +1 -1
- package/dist/types/resources/channels/ses-setup.d.ts.map +1 -1
- package/dist/types/resources/functions.d.ts +9 -6
- package/dist/types/resources/functions.d.ts.map +1 -1
- package/dist/types/resources/intake.d.ts.map +1 -1
- package/dist/types/resources/metrics.d.ts.map +1 -1
- package/dist/types/resources/operators.d.ts.map +1 -1
- package/dist/types/resources/settings.d.ts.map +1 -1
- package/dist/types/resources/surfaces.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ses-setup.js","sourceRoot":"","sources":["../../../src/resources/channels/ses-setup.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAIH,OAAO,EAAE,uBAAuB,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;
|
|
1
|
+
{"version":3,"file":"ses-setup.js","sourceRoot":"","sources":["../../../src/resources/channels/ses-setup.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAIH,OAAO,EAAE,uBAAuB,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAqDjE,MAAM,8BAA8B,GAOhC,IAAI,CAAA;AACR,KAAK,8BAA8B,CAAA;AAEnC,MAAM,OAAO,gBAAiB,SAAQ,uBAAuB;IAC3D;;;;;;OAMG;IACH,KAAK,CAAC,MAAM,CAAC,IAA2B;QACtC,OAAO,WAAW,CAChB,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,uCAAuC,EAAE;YAC9D,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,IAAI,CAAC,WAAW,EAAE,EAAE;YACpD,IAAI;SACL,CAAC,CACH,CAAA;IACH,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,IAAI,CAAC,MAAmB;QAC5B,OAAO,WAAW,CAChB,MAAM,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,uCAAuC,EAAE;YAC7D,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,IAAI,CAAC,WAAW,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;SACpE,CAAC,CACH,CAAA;IACH,CAAC;IAED,4EAA4E;IAC5E,cAAc,CAAC,MAAmB;QAChC,OAAO,IAAI,CAAC,oBAAoB,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,CAAA;IACjF,CAAC;IAED;;;;;OAKG;IACH,KAAK,CAAC,GAAG,CAAC,OAAe;QACvB,OAAO,WAAW,CAChB,MAAM,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,kDAAkD,EAAE;YACxE,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;SACxE,CAAC,CACH,CAAA;IACH,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,MAAM,CAAC,OAAe;QAC1B,OAAO,WAAW,CAChB,MAAM,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,yDAAyD,EAAE;YAChF,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;SACxE,CAAC,CACH,CAAA;IACH,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,MAAM,CAAC,OAAe;QAC1B,OAAO,WAAW,CAChB,MAAM,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,kDAAkD,EAAE;YAC3E,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE;SACxE,CAAC,CACH,CAAA;IACH,CAAC;CACF"}
|
|
@@ -106,6 +106,14 @@ export class FunctionsResource extends WorkspaceScopedResource {
|
|
|
106
106
|
* Test invoke — same as ``invoke`` plus persists ``last_test_*``
|
|
107
107
|
* telemetry on the version row so the DC tool list can show
|
|
108
108
|
* health without re-running.
|
|
109
|
+
*
|
|
110
|
+
* Returns :type:`TestInvokeResponse` (superset of `InvokeResponse`)
|
|
111
|
+
* so callers can read ``status`` / ``error`` / ``test_duration_ms``
|
|
112
|
+
* directly off the response. The platform-api route catches
|
|
113
|
+
* ``ServiceUnavailableError`` and converts it into ``status='fail'``
|
|
114
|
+
* with the executor's error string in ``error`` — so even on a
|
|
115
|
+
* blown-up SQL execution the response is a 200 with the failure
|
|
116
|
+
* detail surfaced to the caller.
|
|
109
117
|
*/
|
|
110
118
|
async testV2(functionName, body) {
|
|
111
119
|
return extractData(await this.client.POST('/v1/{workspace_id}/functions/{function_name}/v2/test', {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"functions.js","sourceRoot":"","sources":["../../src/resources/functions.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"functions.js","sourceRoot":"","sources":["../../src/resources/functions.ts"],"names":[],"mappings":"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"}
|
|
@@ -3428,6 +3428,12 @@ export interface paths {
|
|
|
3428
3428
|
* Test invoke + persist telemetry
|
|
3429
3429
|
* @description Test invoke — same as invoke + persists last_test_* on the version row.
|
|
3430
3430
|
*
|
|
3431
|
+
* Returns :class:`TestInvokeResponse` so callers can render
|
|
3432
|
+
* ``status`` + ``error`` directly (the previous shape was
|
|
3433
|
+
* :class:`InvokeResponse`, which silently dropped those fields and
|
|
3434
|
+
* left the DC showing a generic "Invocation failed." even on the
|
|
3435
|
+
* catastrophic path).
|
|
3436
|
+
*
|
|
3431
3437
|
* Permissions: admin, owner.
|
|
3432
3438
|
*/
|
|
3433
3439
|
post: operations["test-function-v2"];
|
|
@@ -25517,6 +25523,56 @@ export interface components {
|
|
|
25517
25523
|
*/
|
|
25518
25524
|
status_code?: number | null;
|
|
25519
25525
|
};
|
|
25526
|
+
/**
|
|
25527
|
+
* TestInvokeResponse
|
|
25528
|
+
* @description Response shape for ``POST /v1/{ws}/functions/{name}/v2/test``.
|
|
25529
|
+
*
|
|
25530
|
+
* Structural superset of :class:`InvokeResponse` (inheritance makes
|
|
25531
|
+
* the relationship explicit and refactor-safe — if a field is
|
|
25532
|
+
* renamed on the base, both responses move together). Adds the
|
|
25533
|
+
* test-only telemetry the DC + SDK need to render a pass/fail
|
|
25534
|
+
* badge and an actionable error string when a deployed function
|
|
25535
|
+
* blows up at execute time. The underlying invoke uses the same
|
|
25536
|
+
* path; ``status`` / ``error`` are filled in by ``service.test``
|
|
25537
|
+
* after catching any ``ServiceUnavailableError`` from the
|
|
25538
|
+
* executor, so the route never bubbles a 5xx for a logical SQL
|
|
25539
|
+
* failure — it's still a 200 with ``status=fail`` so the caller
|
|
25540
|
+
* can show the message.
|
|
25541
|
+
*
|
|
25542
|
+
* Invariant (enforced by :func:`_check_error_when_fail`):
|
|
25543
|
+
* ``status == "fail" → error is not None and len(error) > 0``. Caps
|
|
25544
|
+
* the error string length so an upstream stack trace never blows up
|
|
25545
|
+
* a ``console.log`` line in the browser.
|
|
25546
|
+
*/
|
|
25547
|
+
TestInvokeResponse: {
|
|
25548
|
+
/**
|
|
25549
|
+
* Duration Ms
|
|
25550
|
+
* @default 0
|
|
25551
|
+
*/
|
|
25552
|
+
duration_ms?: number;
|
|
25553
|
+
/** Error */
|
|
25554
|
+
error?: string | null;
|
|
25555
|
+
/** Result */
|
|
25556
|
+
result?: unknown;
|
|
25557
|
+
/**
|
|
25558
|
+
* Row Count
|
|
25559
|
+
* @default 0
|
|
25560
|
+
*/
|
|
25561
|
+
row_count?: number;
|
|
25562
|
+
/**
|
|
25563
|
+
* Status
|
|
25564
|
+
* @default pass
|
|
25565
|
+
* @enum {string}
|
|
25566
|
+
*/
|
|
25567
|
+
status?: "pass" | "fail";
|
|
25568
|
+
/** Test Duration Ms */
|
|
25569
|
+
test_duration_ms?: number | null;
|
|
25570
|
+
/**
|
|
25571
|
+
* Version
|
|
25572
|
+
* @default 0
|
|
25573
|
+
*/
|
|
25574
|
+
version?: number;
|
|
25575
|
+
};
|
|
25520
25576
|
/** TestSkillRequest */
|
|
25521
25577
|
TestSkillRequest: {
|
|
25522
25578
|
/**
|
|
@@ -37045,7 +37101,7 @@ export interface operations {
|
|
|
37045
37101
|
[name: string]: unknown;
|
|
37046
37102
|
};
|
|
37047
37103
|
content: {
|
|
37048
|
-
"application/json": components["schemas"]["
|
|
37104
|
+
"application/json": components["schemas"]["TestInvokeResponse"];
|
|
37049
37105
|
};
|
|
37050
37106
|
};
|
|
37051
37107
|
/** @description Function not found */
|