@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/es/meta.mjs CHANGED
@@ -1166,6 +1166,7 @@ var GoogleproxyV1Model = /* @__PURE__ */ ((GoogleproxyV1Model2) => {
1166
1166
  GoogleproxyV1Model2["GEMINI_2_5_COMPUTER_USE"] = "GEMINI_2_5_COMPUTER_USE";
1167
1167
  GoogleproxyV1Model2["GEMINI_3_0_PRO"] = "GEMINI_3_0_PRO";
1168
1168
  GoogleproxyV1Model2["GEMINI_3_0_PRO_IMAGE"] = "GEMINI_3_0_PRO_IMAGE";
1169
+ GoogleproxyV1Model2["GEMINI_3_0_FLASH"] = "GEMINI_3_0_FLASH";
1169
1170
  return GoogleproxyV1Model2;
1170
1171
  })(GoogleproxyV1Model || {});
1171
1172
  var ContentRole = /* @__PURE__ */ ((ContentRole2) => {