@openloaf-saas/sdk 0.1.43 → 0.1.45

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.d.ts CHANGED
@@ -1757,6 +1757,7 @@ declare class SaaSContract {
1757
1757
  params?: Record<string, unknown> | undefined;
1758
1758
  }, {
1759
1759
  success: true;
1760
+ variantId: string;
1760
1761
  data: unknown;
1761
1762
  }>;
1762
1763
  };
@@ -3991,6 +3992,7 @@ declare const aiEndpoints: {
3991
3992
  params?: Record<string, unknown> | undefined;
3992
3993
  }, {
3993
3994
  success: true;
3995
+ variantId: string;
3994
3996
  data: unknown;
3995
3997
  }>;
3996
3998
  };
@@ -6504,6 +6506,7 @@ declare const v3ToolExecuteRequestSchema: z.ZodObject<{
6504
6506
  /** v3 tool execute response. */
6505
6507
  declare const v3ToolExecuteResponseSchema: z.ZodObject<{
6506
6508
  success: z.ZodLiteral<true>;
6509
+ variantId: z.ZodString;
6507
6510
  data: z.ZodUnknown;
6508
6511
  }, z.core.$strip>;
6509
6512
  /** Capabilities overview response. */