@wix/auto_sdk_ai-gateway_prompts 1.0.38 → 1.0.39

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.
@@ -4936,10 +4936,11 @@ declare enum GoogleproxyV1Model {
4936
4936
  GEMINI_2_5_FLASH_IMAGE = "GEMINI_2_5_FLASH_IMAGE",
4937
4937
  GEMINI_2_5_COMPUTER_USE = "GEMINI_2_5_COMPUTER_USE",
4938
4938
  GEMINI_3_0_PRO = "GEMINI_3_0_PRO",
4939
- GEMINI_3_0_PRO_IMAGE = "GEMINI_3_0_PRO_IMAGE"
4939
+ GEMINI_3_0_PRO_IMAGE = "GEMINI_3_0_PRO_IMAGE",
4940
+ GEMINI_3_0_FLASH = "GEMINI_3_0_FLASH"
4940
4941
  }
4941
4942
  /** @enumType */
4942
- type GoogleproxyV1ModelWithLiterals = GoogleproxyV1Model | 'UNKNOWN_MODEL' | 'GEMINI_1_0_PRO' | 'GEMINI_1_0_PRO_VISION' | 'GEMINI_1_5_PRO' | 'GEMINI_1_5_FLASH' | 'GEMINI_2_0_FLASH' | 'GEMINI_2_0_FLASH_LITE' | 'GEMINI_2_5_PRO' | 'GEMINI_2_5_FLASH' | 'GEMINI_2_5_FLASH_LITE' | 'GEMINI_2_5_FLASH_IMAGE' | 'GEMINI_2_5_COMPUTER_USE' | 'GEMINI_3_0_PRO' | 'GEMINI_3_0_PRO_IMAGE';
4943
+ type GoogleproxyV1ModelWithLiterals = GoogleproxyV1Model | 'UNKNOWN_MODEL' | 'GEMINI_1_0_PRO' | 'GEMINI_1_0_PRO_VISION' | 'GEMINI_1_5_PRO' | 'GEMINI_1_5_FLASH' | 'GEMINI_2_0_FLASH' | 'GEMINI_2_0_FLASH_LITE' | 'GEMINI_2_5_PRO' | 'GEMINI_2_5_FLASH' | 'GEMINI_2_5_FLASH_LITE' | 'GEMINI_2_5_FLASH_IMAGE' | 'GEMINI_2_5_COMPUTER_USE' | 'GEMINI_3_0_PRO' | 'GEMINI_3_0_PRO_IMAGE' | 'GEMINI_3_0_FLASH';
4943
4944
  interface Content {
4944
4945
  /**
4945
4946
  * The role in a conversation associated with the content.
package/build/cjs/meta.js CHANGED
@@ -1277,6 +1277,7 @@ var GoogleproxyV1Model = /* @__PURE__ */ ((GoogleproxyV1Model2) => {
1277
1277
  GoogleproxyV1Model2["GEMINI_2_5_COMPUTER_USE"] = "GEMINI_2_5_COMPUTER_USE";
1278
1278
  GoogleproxyV1Model2["GEMINI_3_0_PRO"] = "GEMINI_3_0_PRO";
1279
1279
  GoogleproxyV1Model2["GEMINI_3_0_PRO_IMAGE"] = "GEMINI_3_0_PRO_IMAGE";
1280
+ GoogleproxyV1Model2["GEMINI_3_0_FLASH"] = "GEMINI_3_0_FLASH";
1280
1281
  return GoogleproxyV1Model2;
1281
1282
  })(GoogleproxyV1Model || {});
1282
1283
  var ContentRole = /* @__PURE__ */ ((ContentRole2) => {