@amigo-ai/platform-sdk 0.5.1 → 0.5.2
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/api.md +2 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +2 -2
- package/dist/types/index.d.ts +3 -2
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
package/api.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3085,6 +3085,7 @@ var AmigoClient = class _AmigoClient {
|
|
|
3085
3085
|
safety;
|
|
3086
3086
|
compliance;
|
|
3087
3087
|
functions;
|
|
3088
|
+
/** @internal — exposed for path-level type inference in GET/POST/PUT/etc. */
|
|
3088
3089
|
api;
|
|
3089
3090
|
constructor(config) {
|
|
3090
3091
|
if (!config.apiKey || typeof config.apiKey !== "string") {
|