vercel-api-js 1.19.3 → 1.20.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.
@@ -1961,6 +1961,40 @@ const userEventSchema = z__namespace.object({
1961
1961
  modelSlug: z__namespace.string().optional()
1962
1962
  })
1963
1963
  }).strict(),
1964
+ z__namespace.object({
1965
+ changedFields: z__namespace.array(z__namespace.enum([
1966
+ "allowFallbackFromFast",
1967
+ "baseUrl",
1968
+ "byokCredentialIds",
1969
+ "caching",
1970
+ "description",
1971
+ "disallowPromptTraining",
1972
+ "displayName",
1973
+ "has",
1974
+ "hipaaCompliant",
1975
+ "inferenceRegion",
1976
+ "modelSlug",
1977
+ "models",
1978
+ "observabilityTags",
1979
+ "providerOnly",
1980
+ "providerOptions",
1981
+ "providerOrder",
1982
+ "providerTimeouts",
1983
+ "requires",
1984
+ "selector",
1985
+ "serviceTier",
1986
+ "sort",
1987
+ "speed",
1988
+ "status",
1989
+ "visibility",
1990
+ "zeroDataRetention"
1991
+ ])).optional(),
1992
+ virtualModelConfig: z__namespace.object({
1993
+ displayName: z__namespace.string().optional(),
1994
+ id: z__namespace.string(),
1995
+ modelSlug: z__namespace.string().optional()
1996
+ })
1997
+ }).strict(),
1964
1998
  z__namespace.object({
1965
1999
  accessGroup: z__namespace.object({
1966
2000
  id: z__namespace.string(),
@@ -1941,6 +1941,40 @@ const userEventSchema = z.object({
1941
1941
  modelSlug: z.string().optional()
1942
1942
  })
1943
1943
  }).strict(),
1944
+ z.object({
1945
+ changedFields: z.array(z.enum([
1946
+ "allowFallbackFromFast",
1947
+ "baseUrl",
1948
+ "byokCredentialIds",
1949
+ "caching",
1950
+ "description",
1951
+ "disallowPromptTraining",
1952
+ "displayName",
1953
+ "has",
1954
+ "hipaaCompliant",
1955
+ "inferenceRegion",
1956
+ "modelSlug",
1957
+ "models",
1958
+ "observabilityTags",
1959
+ "providerOnly",
1960
+ "providerOptions",
1961
+ "providerOrder",
1962
+ "providerTimeouts",
1963
+ "requires",
1964
+ "selector",
1965
+ "serviceTier",
1966
+ "sort",
1967
+ "speed",
1968
+ "status",
1969
+ "visibility",
1970
+ "zeroDataRetention"
1971
+ ])).optional(),
1972
+ virtualModelConfig: z.object({
1973
+ displayName: z.string().optional(),
1974
+ id: z.string(),
1975
+ modelSlug: z.string().optional()
1976
+ })
1977
+ }).strict(),
1944
1978
  z.object({
1945
1979
  accessGroup: z.object({
1946
1980
  id: z.string(),
package/dist/schemas.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var schemas = require('./schemas-mrdopgdo.cjs');
3
+ var schemas = require('./schemas-b636kgje.cjs');
4
4
 
5
5
 
6
6
 
@@ -1580,6 +1580,39 @@ declare const userEventSchema: z.ZodObject<{
1580
1580
  id: z.ZodString;
1581
1581
  modelSlug: z.ZodOptional<z.ZodString>;
1582
1582
  }, z.core.$strip>;
1583
+ }, z.core.$strict>, z.ZodObject<{
1584
+ changedFields: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1585
+ status: "status";
1586
+ baseUrl: "baseUrl";
1587
+ sort: "sort";
1588
+ allowFallbackFromFast: "allowFallbackFromFast";
1589
+ byokCredentialIds: "byokCredentialIds";
1590
+ caching: "caching";
1591
+ description: "description";
1592
+ disallowPromptTraining: "disallowPromptTraining";
1593
+ displayName: "displayName";
1594
+ has: "has";
1595
+ hipaaCompliant: "hipaaCompliant";
1596
+ inferenceRegion: "inferenceRegion";
1597
+ models: "models";
1598
+ modelSlug: "modelSlug";
1599
+ observabilityTags: "observabilityTags";
1600
+ providerOnly: "providerOnly";
1601
+ providerOptions: "providerOptions";
1602
+ providerOrder: "providerOrder";
1603
+ providerTimeouts: "providerTimeouts";
1604
+ requires: "requires";
1605
+ selector: "selector";
1606
+ serviceTier: "serviceTier";
1607
+ speed: "speed";
1608
+ visibility: "visibility";
1609
+ zeroDataRetention: "zeroDataRetention";
1610
+ }>>>;
1611
+ virtualModelConfig: z.ZodObject<{
1612
+ displayName: z.ZodOptional<z.ZodString>;
1613
+ id: z.ZodString;
1614
+ modelSlug: z.ZodOptional<z.ZodString>;
1615
+ }, z.core.$strip>;
1583
1616
  }, z.core.$strict>, z.ZodObject<{
1584
1617
  accessGroup: z.ZodObject<{
1585
1618
  id: z.ZodString;