@adaline/google 1.14.1 → 1.14.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/dist/index.d.mts CHANGED
@@ -2257,13 +2257,16 @@ declare const GoogleChatContentPartFunctionResponse: z.ZodObject<{
2257
2257
  }>;
2258
2258
  type GoogleChatContentPartFunctionResponseType = z.infer<typeof GoogleChatContentPartFunctionResponse>;
2259
2259
  declare const GoogleChatContentPartThinking: z.ZodObject<{
2260
- thought: z.ZodBoolean;
2260
+ text: z.ZodString;
2261
+ thought: z.ZodLiteral<true>;
2261
2262
  thought_signature: z.ZodString;
2262
2263
  }, "strip", z.ZodTypeAny, {
2263
- thought: boolean;
2264
+ text: string;
2265
+ thought: true;
2264
2266
  thought_signature: string;
2265
2267
  }, {
2266
- thought: boolean;
2268
+ text: string;
2269
+ thought: true;
2267
2270
  thought_signature: string;
2268
2271
  }>;
2269
2272
  type GoogleChatContentPartThinkingType = z.infer<typeof GoogleChatContentPartThinking>;
@@ -2360,13 +2363,28 @@ declare const GoogleChatContent: z.ZodObject<{
2360
2363
  response: Record<string, string>;
2361
2364
  };
2362
2365
  }>, z.ZodObject<{
2363
- thought: z.ZodBoolean;
2366
+ text: z.ZodString;
2367
+ thought: z.ZodLiteral<true>;
2364
2368
  thought_signature: z.ZodString;
2365
2369
  }, "strip", z.ZodTypeAny, {
2366
- thought: boolean;
2370
+ text: string;
2371
+ thought: true;
2367
2372
  thought_signature: string;
2368
2373
  }, {
2369
- thought: boolean;
2374
+ text: string;
2375
+ thought: true;
2376
+ thought_signature: string;
2377
+ }>, z.ZodObject<{
2378
+ text: z.ZodString;
2379
+ thought: z.ZodLiteral<true>;
2380
+ thought_signature: z.ZodString;
2381
+ }, "strip", z.ZodTypeAny, {
2382
+ text: string;
2383
+ thought: true;
2384
+ thought_signature: string;
2385
+ }, {
2386
+ text: string;
2387
+ thought: true;
2370
2388
  thought_signature: string;
2371
2389
  }>]>, "many">;
2372
2390
  }, "strip", z.ZodTypeAny, {
@@ -2394,7 +2412,8 @@ declare const GoogleChatContent: z.ZodObject<{
2394
2412
  response: Record<string, string>;
2395
2413
  };
2396
2414
  } | {
2397
- thought: boolean;
2415
+ text: string;
2416
+ thought: true;
2398
2417
  thought_signature: string;
2399
2418
  })[];
2400
2419
  }, {
@@ -2422,7 +2441,8 @@ declare const GoogleChatContent: z.ZodObject<{
2422
2441
  response: Record<string, string>;
2423
2442
  };
2424
2443
  } | {
2425
- thought: boolean;
2444
+ text: string;
2445
+ thought: true;
2426
2446
  thought_signature: string;
2427
2447
  })[];
2428
2448
  }>;
@@ -2640,13 +2660,28 @@ declare const GoogleChatRequest: z.ZodObject<{
2640
2660
  response: Record<string, string>;
2641
2661
  };
2642
2662
  }>, z.ZodObject<{
2643
- thought: z.ZodBoolean;
2663
+ text: z.ZodString;
2664
+ thought: z.ZodLiteral<true>;
2665
+ thought_signature: z.ZodString;
2666
+ }, "strip", z.ZodTypeAny, {
2667
+ text: string;
2668
+ thought: true;
2669
+ thought_signature: string;
2670
+ }, {
2671
+ text: string;
2672
+ thought: true;
2673
+ thought_signature: string;
2674
+ }>, z.ZodObject<{
2675
+ text: z.ZodString;
2676
+ thought: z.ZodLiteral<true>;
2644
2677
  thought_signature: z.ZodString;
2645
2678
  }, "strip", z.ZodTypeAny, {
2646
- thought: boolean;
2679
+ text: string;
2680
+ thought: true;
2647
2681
  thought_signature: string;
2648
2682
  }, {
2649
- thought: boolean;
2683
+ text: string;
2684
+ thought: true;
2650
2685
  thought_signature: string;
2651
2686
  }>]>, "many">;
2652
2687
  }, "strip", z.ZodTypeAny, {
@@ -2674,7 +2709,8 @@ declare const GoogleChatRequest: z.ZodObject<{
2674
2709
  response: Record<string, string>;
2675
2710
  };
2676
2711
  } | {
2677
- thought: boolean;
2712
+ text: string;
2713
+ thought: true;
2678
2714
  thought_signature: string;
2679
2715
  })[];
2680
2716
  }, {
@@ -2702,7 +2738,8 @@ declare const GoogleChatRequest: z.ZodObject<{
2702
2738
  response: Record<string, string>;
2703
2739
  };
2704
2740
  } | {
2705
- thought: boolean;
2741
+ text: string;
2742
+ thought: true;
2706
2743
  thought_signature: string;
2707
2744
  })[];
2708
2745
  }>, "many">;
@@ -2947,7 +2984,8 @@ declare const GoogleChatRequest: z.ZodObject<{
2947
2984
  response: Record<string, string>;
2948
2985
  };
2949
2986
  } | {
2950
- thought: boolean;
2987
+ text: string;
2988
+ thought: true;
2951
2989
  thought_signature: string;
2952
2990
  })[];
2953
2991
  }[];
@@ -3041,7 +3079,8 @@ declare const GoogleChatRequest: z.ZodObject<{
3041
3079
  response: Record<string, string>;
3042
3080
  };
3043
3081
  } | {
3044
- thought: boolean;
3082
+ text: string;
3083
+ thought: true;
3045
3084
  thought_signature: string;
3046
3085
  })[];
3047
3086
  }[];
package/dist/index.d.ts CHANGED
@@ -2257,13 +2257,16 @@ declare const GoogleChatContentPartFunctionResponse: z.ZodObject<{
2257
2257
  }>;
2258
2258
  type GoogleChatContentPartFunctionResponseType = z.infer<typeof GoogleChatContentPartFunctionResponse>;
2259
2259
  declare const GoogleChatContentPartThinking: z.ZodObject<{
2260
- thought: z.ZodBoolean;
2260
+ text: z.ZodString;
2261
+ thought: z.ZodLiteral<true>;
2261
2262
  thought_signature: z.ZodString;
2262
2263
  }, "strip", z.ZodTypeAny, {
2263
- thought: boolean;
2264
+ text: string;
2265
+ thought: true;
2264
2266
  thought_signature: string;
2265
2267
  }, {
2266
- thought: boolean;
2268
+ text: string;
2269
+ thought: true;
2267
2270
  thought_signature: string;
2268
2271
  }>;
2269
2272
  type GoogleChatContentPartThinkingType = z.infer<typeof GoogleChatContentPartThinking>;
@@ -2360,13 +2363,28 @@ declare const GoogleChatContent: z.ZodObject<{
2360
2363
  response: Record<string, string>;
2361
2364
  };
2362
2365
  }>, z.ZodObject<{
2363
- thought: z.ZodBoolean;
2366
+ text: z.ZodString;
2367
+ thought: z.ZodLiteral<true>;
2364
2368
  thought_signature: z.ZodString;
2365
2369
  }, "strip", z.ZodTypeAny, {
2366
- thought: boolean;
2370
+ text: string;
2371
+ thought: true;
2367
2372
  thought_signature: string;
2368
2373
  }, {
2369
- thought: boolean;
2374
+ text: string;
2375
+ thought: true;
2376
+ thought_signature: string;
2377
+ }>, z.ZodObject<{
2378
+ text: z.ZodString;
2379
+ thought: z.ZodLiteral<true>;
2380
+ thought_signature: z.ZodString;
2381
+ }, "strip", z.ZodTypeAny, {
2382
+ text: string;
2383
+ thought: true;
2384
+ thought_signature: string;
2385
+ }, {
2386
+ text: string;
2387
+ thought: true;
2370
2388
  thought_signature: string;
2371
2389
  }>]>, "many">;
2372
2390
  }, "strip", z.ZodTypeAny, {
@@ -2394,7 +2412,8 @@ declare const GoogleChatContent: z.ZodObject<{
2394
2412
  response: Record<string, string>;
2395
2413
  };
2396
2414
  } | {
2397
- thought: boolean;
2415
+ text: string;
2416
+ thought: true;
2398
2417
  thought_signature: string;
2399
2418
  })[];
2400
2419
  }, {
@@ -2422,7 +2441,8 @@ declare const GoogleChatContent: z.ZodObject<{
2422
2441
  response: Record<string, string>;
2423
2442
  };
2424
2443
  } | {
2425
- thought: boolean;
2444
+ text: string;
2445
+ thought: true;
2426
2446
  thought_signature: string;
2427
2447
  })[];
2428
2448
  }>;
@@ -2640,13 +2660,28 @@ declare const GoogleChatRequest: z.ZodObject<{
2640
2660
  response: Record<string, string>;
2641
2661
  };
2642
2662
  }>, z.ZodObject<{
2643
- thought: z.ZodBoolean;
2663
+ text: z.ZodString;
2664
+ thought: z.ZodLiteral<true>;
2665
+ thought_signature: z.ZodString;
2666
+ }, "strip", z.ZodTypeAny, {
2667
+ text: string;
2668
+ thought: true;
2669
+ thought_signature: string;
2670
+ }, {
2671
+ text: string;
2672
+ thought: true;
2673
+ thought_signature: string;
2674
+ }>, z.ZodObject<{
2675
+ text: z.ZodString;
2676
+ thought: z.ZodLiteral<true>;
2644
2677
  thought_signature: z.ZodString;
2645
2678
  }, "strip", z.ZodTypeAny, {
2646
- thought: boolean;
2679
+ text: string;
2680
+ thought: true;
2647
2681
  thought_signature: string;
2648
2682
  }, {
2649
- thought: boolean;
2683
+ text: string;
2684
+ thought: true;
2650
2685
  thought_signature: string;
2651
2686
  }>]>, "many">;
2652
2687
  }, "strip", z.ZodTypeAny, {
@@ -2674,7 +2709,8 @@ declare const GoogleChatRequest: z.ZodObject<{
2674
2709
  response: Record<string, string>;
2675
2710
  };
2676
2711
  } | {
2677
- thought: boolean;
2712
+ text: string;
2713
+ thought: true;
2678
2714
  thought_signature: string;
2679
2715
  })[];
2680
2716
  }, {
@@ -2702,7 +2738,8 @@ declare const GoogleChatRequest: z.ZodObject<{
2702
2738
  response: Record<string, string>;
2703
2739
  };
2704
2740
  } | {
2705
- thought: boolean;
2741
+ text: string;
2742
+ thought: true;
2706
2743
  thought_signature: string;
2707
2744
  })[];
2708
2745
  }>, "many">;
@@ -2947,7 +2984,8 @@ declare const GoogleChatRequest: z.ZodObject<{
2947
2984
  response: Record<string, string>;
2948
2985
  };
2949
2986
  } | {
2950
- thought: boolean;
2987
+ text: string;
2988
+ thought: true;
2951
2989
  thought_signature: string;
2952
2990
  })[];
2953
2991
  }[];
@@ -3041,7 +3079,8 @@ declare const GoogleChatRequest: z.ZodObject<{
3041
3079
  response: Record<string, string>;
3042
3080
  };
3043
3081
  } | {
3044
- thought: boolean;
3082
+ text: string;
3083
+ thought: true;
3045
3084
  thought_signature: string;
3046
3085
  })[];
3047
3086
  }[];