@amigo-ai/platform-sdk 0.5.0 → 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 CHANGED
@@ -396,3 +396,5 @@ All workspace-scoped resources also expose `withOptions(options)`.
396
396
  - `getCatalog`
397
397
  - `query`
398
398
  - `sync`
399
+
400
+ ### `api`
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") {