@google/genai 1.47.0 → 1.48.0

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.
@@ -1393,19 +1393,19 @@ var ServiceTier;
1393
1393
  /**
1394
1394
  * Default service tier, which is standard.
1395
1395
  */
1396
- ServiceTier["SERVICE_TIER_UNSPECIFIED"] = "SERVICE_TIER_UNSPECIFIED";
1396
+ ServiceTier["UNSPECIFIED"] = "unspecified";
1397
1397
  /**
1398
1398
  * Flex service tier.
1399
1399
  */
1400
- ServiceTier["SERVICE_TIER_FLEX"] = "SERVICE_TIER_FLEX";
1400
+ ServiceTier["FLEX"] = "flex";
1401
1401
  /**
1402
1402
  * Standard service tier.
1403
1403
  */
1404
- ServiceTier["SERVICE_TIER_STANDARD"] = "SERVICE_TIER_STANDARD";
1404
+ ServiceTier["STANDARD"] = "standard";
1405
1405
  /**
1406
1406
  * Priority service tier.
1407
1407
  */
1408
- ServiceTier["SERVICE_TIER_PRIORITY"] = "SERVICE_TIER_PRIORITY";
1408
+ ServiceTier["PRIORITY"] = "priority";
1409
1409
  })(ServiceTier || (ServiceTier = {}));
1410
1410
  /** Options for feature selection preference. */
1411
1411
  var FeatureSelectionPreference;
@@ -1897,7 +1897,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
1897
1897
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
1898
1898
  const USER_AGENT_HEADER = 'User-Agent';
1899
1899
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
1900
- const SDK_VERSION = '1.47.0'; // x-release-please-version
1900
+ const SDK_VERSION = '1.48.0'; // x-release-please-version
1901
1901
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
1902
1902
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
1903
1903
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';