@slates/test 1.0.0-rc.13 → 1.0.0-rc.15

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.cts CHANGED
@@ -55,12 +55,18 @@ declare let expectToolCall: (d: {
55
55
  content: {
56
56
  type: "url";
57
57
  url: string;
58
+ headers?: Record<string, string> | undefined;
59
+ query?: Record<string, string> | undefined;
58
60
  } | {
59
61
  type: "content";
60
62
  encoding: "utf-8" | "base64";
61
63
  content: string;
64
+ } | {
65
+ type: "upload_reference";
66
+ referenceId: string;
62
67
  };
63
68
  mimeType?: string | undefined;
69
+ attachmentHash?: string | undefined;
64
70
  }[] | undefined;
65
71
  requestTraces?: {
66
72
  startedAt: string;
@@ -302,7 +308,6 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
302
308
  id: string;
303
309
  title: string;
304
310
  description?: string | undefined;
305
- defaultChecked?: boolean | undefined;
306
311
  }[] | undefined;
307
312
  }[];
308
313
  configSchema: Record<string, any>;
@@ -525,7 +530,6 @@ declare let expectSlateContract: (d: {
525
530
  id: string;
526
531
  title: string;
527
532
  description?: string | undefined;
528
- defaultChecked?: boolean | undefined;
529
533
  }[] | undefined;
530
534
  }[];
531
535
  configSchema: Record<string, any>;
package/dist/index.d.ts CHANGED
@@ -55,12 +55,18 @@ declare let expectToolCall: (d: {
55
55
  content: {
56
56
  type: "url";
57
57
  url: string;
58
+ headers?: Record<string, string> | undefined;
59
+ query?: Record<string, string> | undefined;
58
60
  } | {
59
61
  type: "content";
60
62
  encoding: "utf-8" | "base64";
61
63
  content: string;
64
+ } | {
65
+ type: "upload_reference";
66
+ referenceId: string;
62
67
  };
63
68
  mimeType?: string | undefined;
69
+ attachmentHash?: string | undefined;
64
70
  }[] | undefined;
65
71
  requestTraces?: {
66
72
  startedAt: string;
@@ -302,7 +308,6 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
302
308
  id: string;
303
309
  title: string;
304
310
  description?: string | undefined;
305
- defaultChecked?: boolean | undefined;
306
311
  }[] | undefined;
307
312
  }[];
308
313
  configSchema: Record<string, any>;
@@ -525,7 +530,6 @@ declare let expectSlateContract: (d: {
525
530
  id: string;
526
531
  title: string;
527
532
  description?: string | undefined;
528
- defaultChecked?: boolean | undefined;
529
533
  }[] | undefined;
530
534
  }[];
531
535
  configSchema: Record<string, any>;