inferred-types 0.47.8 → 0.47.9

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.
@@ -27,6 +27,17 @@ __export(inferred_types_exports, {
27
27
  DEFAULT_MANY_TO_ONE_MAPPING: () => DEFAULT_MANY_TO_ONE_MAPPING,
28
28
  DEFAULT_ONE_TO_MANY_MAPPING: () => DEFAULT_ONE_TO_MANY_MAPPING,
29
29
  DEFAULT_ONE_TO_ONE_MAPPING: () => DEFAULT_ONE_TO_ONE_MAPPING,
30
+ ExifCompression: () => ExifCompression,
31
+ ExifContrast: () => ExifContrast,
32
+ ExifEmbedPolicy: () => ExifEmbedPolicy,
33
+ ExifFlashValues: () => ExifFlashValues,
34
+ ExifGainControl: () => ExifGainControl,
35
+ ExifLightSource: () => ExifLightSource,
36
+ ExifPreviewColorSpace: () => ExifPreviewColorSpace,
37
+ ExifSaturation: () => ExifSaturation,
38
+ ExifSceneCaptureType: () => ExifSceneCaptureType,
39
+ ExifSharpness: () => ExifSharpness,
40
+ ExifSubjectDistance: () => ExifSubjectDistance,
30
41
  FALSY_TYPE_KINDS: () => FALSY_TYPE_KINDS,
31
42
  FALSY_VALUES: () => FALSY_VALUES,
32
43
  GITHUB_INSIGHT_CATEGORY_LOOKUP: () => GITHUB_INSIGHT_CATEGORY_LOOKUP,
@@ -1787,6 +1798,171 @@ var MapCardinality = /* @__PURE__ */ ((MapCardinality2) => {
1787
1798
  return MapCardinality2;
1788
1799
  })(MapCardinality || {});
1789
1800
 
1801
+ // src/types/string-literals/character-sets/images/Exif.ts
1802
+ var ExifCompression = /* @__PURE__ */ ((ExifCompression2) => {
1803
+ ExifCompression2[ExifCompression2["Uncompressed"] = 1] = "Uncompressed";
1804
+ ExifCompression2[ExifCompression2["CCITT"] = 2] = "CCITT";
1805
+ ExifCompression2[ExifCompression2["T4Group3Fax"] = 3] = "T4Group3Fax";
1806
+ ExifCompression2[ExifCompression2["T6Group3Fax"] = 4] = "T6Group3Fax";
1807
+ ExifCompression2[ExifCompression2["LZW"] = 5] = "LZW";
1808
+ ExifCompression2[ExifCompression2["JpgOldStyle"] = 6] = "JpgOldStyle";
1809
+ ExifCompression2[ExifCompression2["Jpg"] = 7] = "Jpg";
1810
+ ExifCompression2[ExifCompression2["AdobeDeflate"] = 8] = "AdobeDeflate";
1811
+ ExifCompression2[ExifCompression2["JBigBw"] = 9] = "JBigBw";
1812
+ ExifCompression2[ExifCompression2["JBigColor"] = 10] = "JBigColor";
1813
+ ExifCompression2[ExifCompression2["JpegAlt"] = 99] = "JpegAlt";
1814
+ ExifCompression2[ExifCompression2["Kodak262"] = 262] = "Kodak262";
1815
+ ExifCompression2[ExifCompression2["Next"] = 32766] = "Next";
1816
+ ExifCompression2[ExifCompression2["SonyRawCompressed"] = 32767] = "SonyRawCompressed";
1817
+ ExifCompression2[ExifCompression2["PackedRaw"] = 32769] = "PackedRaw";
1818
+ ExifCompression2[ExifCompression2["SamsungSrwCompressed"] = 32770] = "SamsungSrwCompressed";
1819
+ ExifCompression2[ExifCompression2["CCIRLEW"] = 32771] = "CCIRLEW";
1820
+ ExifCompression2[ExifCompression2["SamsungSrwCompressed2"] = 32772] = "SamsungSrwCompressed2";
1821
+ ExifCompression2[ExifCompression2["Packbits"] = 32773] = "Packbits";
1822
+ ExifCompression2[ExifCompression2["Thunderscan"] = 32809] = "Thunderscan";
1823
+ ExifCompression2[ExifCompression2["KodakKdcCompressed"] = 32867] = "KodakKdcCompressed";
1824
+ ExifCompression2[ExifCompression2["IT8CTPAD"] = 32895] = "IT8CTPAD";
1825
+ ExifCompression2[ExifCompression2["IT8LW"] = 32896] = "IT8LW";
1826
+ ExifCompression2[ExifCompression2["IT8MP"] = 32897] = "IT8MP";
1827
+ ExifCompression2[ExifCompression2["IT8BL"] = 32898] = "IT8BL";
1828
+ ExifCompression2[ExifCompression2["PixarFilm"] = 32908] = "PixarFilm";
1829
+ ExifCompression2[ExifCompression2["PixarLog"] = 32909] = "PixarLog";
1830
+ ExifCompression2[ExifCompression2["Deflate"] = 32946] = "Deflate";
1831
+ ExifCompression2[ExifCompression2["DCS"] = 32947] = "DCS";
1832
+ ExifCompression2[ExifCompression2["AperioJpeg2000YCbCr"] = 33003] = "AperioJpeg2000YCbCr";
1833
+ ExifCompression2[ExifCompression2["AperioJpeg2000RGB"] = 33005] = "AperioJpeg2000RGB";
1834
+ ExifCompression2[ExifCompression2["JBig"] = 34661] = "JBig";
1835
+ ExifCompression2[ExifCompression2["SGILog"] = 34676] = "SGILog";
1836
+ ExifCompression2[ExifCompression2["SGILog24"] = 34677] = "SGILog24";
1837
+ ExifCompression2[ExifCompression2["Jpeg2000"] = 34712] = "Jpeg2000";
1838
+ ExifCompression2[ExifCompression2["NikonNEFCompressed"] = 34713] = "NikonNEFCompressed";
1839
+ ExifCompression2[ExifCompression2["JBig2TiffFx"] = 34715] = "JBig2TiffFx";
1840
+ ExifCompression2[ExifCompression2["MicrosoftBinaryLevelCodec"] = 34718] = "MicrosoftBinaryLevelCodec";
1841
+ ExifCompression2[ExifCompression2["MicrosoftProgressiveTransformCodec"] = 34719] = "MicrosoftProgressiveTransformCodec";
1842
+ ExifCompression2[ExifCompression2["MicrosoftVector"] = 34720] = "MicrosoftVector";
1843
+ ExifCompression2[ExifCompression2["ESRCLerc"] = 34887] = "ESRCLerc";
1844
+ ExifCompression2[ExifCompression2["LossyJpeg"] = 34892] = "LossyJpeg";
1845
+ ExifCompression2[ExifCompression2["LZMA2"] = 34925] = "LZMA2";
1846
+ ExifCompression2[ExifCompression2["Zstd"] = 34926] = "Zstd";
1847
+ ExifCompression2[ExifCompression2["WepP"] = 34927] = "WepP";
1848
+ ExifCompression2[ExifCompression2["PNG"] = 34933] = "PNG";
1849
+ ExifCompression2[ExifCompression2["JpegXR"] = 34934] = "JpegXR";
1850
+ ExifCompression2[ExifCompression2["KodakDCRCompressed"] = 65e3] = "KodakDCRCompressed";
1851
+ ExifCompression2[ExifCompression2["PentaxPEFCompressed"] = 65535] = "PentaxPEFCompressed";
1852
+ return ExifCompression2;
1853
+ })(ExifCompression || {});
1854
+ var ExifLightSource = /* @__PURE__ */ ((ExifLightSource2) => {
1855
+ ExifLightSource2[ExifLightSource2["Unknown"] = 0] = "Unknown";
1856
+ ExifLightSource2[ExifLightSource2["Daylight"] = 1] = "Daylight";
1857
+ ExifLightSource2[ExifLightSource2["Fluorescent"] = 2] = "Fluorescent";
1858
+ ExifLightSource2[ExifLightSource2["Tungsten"] = 3] = "Tungsten";
1859
+ ExifLightSource2[ExifLightSource2["Flash"] = 4] = "Flash";
1860
+ ExifLightSource2[ExifLightSource2["FineWeather"] = 5] = "FineWeather";
1861
+ ExifLightSource2[ExifLightSource2["Cloudy"] = 6] = "Cloudy";
1862
+ ExifLightSource2[ExifLightSource2["Shade"] = 7] = "Shade";
1863
+ ExifLightSource2[ExifLightSource2["DaylightFluorescent"] = 8] = "DaylightFluorescent";
1864
+ ExifLightSource2[ExifLightSource2["DayWhiteFluorescent"] = 9] = "DayWhiteFluorescent";
1865
+ ExifLightSource2[ExifLightSource2["CoolWhiteFluorescent"] = 10] = "CoolWhiteFluorescent";
1866
+ ExifLightSource2[ExifLightSource2["WhiteFluorescent"] = 11] = "WhiteFluorescent";
1867
+ ExifLightSource2[ExifLightSource2["WarmWhiteFluorescent"] = 12] = "WarmWhiteFluorescent";
1868
+ ExifLightSource2[ExifLightSource2["StandardLightA"] = 13] = "StandardLightA";
1869
+ ExifLightSource2[ExifLightSource2["StandardLightB"] = 14] = "StandardLightB";
1870
+ ExifLightSource2[ExifLightSource2["StandardLightC"] = 15] = "StandardLightC";
1871
+ ExifLightSource2[ExifLightSource2["D55"] = 16] = "D55";
1872
+ ExifLightSource2[ExifLightSource2["D65"] = 17] = "D65";
1873
+ ExifLightSource2[ExifLightSource2["D75"] = 18] = "D75";
1874
+ ExifLightSource2[ExifLightSource2["D50"] = 19] = "D50";
1875
+ ExifLightSource2[ExifLightSource2["ISOStudioTungsten"] = 20] = "ISOStudioTungsten";
1876
+ ExifLightSource2[ExifLightSource2["Other"] = 255] = "Other";
1877
+ return ExifLightSource2;
1878
+ })(ExifLightSource || {});
1879
+ var ExifFlashValues = /* @__PURE__ */ ((ExifFlashValues2) => {
1880
+ ExifFlashValues2[ExifFlashValues2["NoFlash"] = 0] = "NoFlash";
1881
+ ExifFlashValues2[ExifFlashValues2["Fired"] = 1] = "Fired";
1882
+ ExifFlashValues2[ExifFlashValues2["FiredReturnNotDetected"] = 5] = "FiredReturnNotDetected";
1883
+ ExifFlashValues2[ExifFlashValues2["FiredReturnDetected"] = 7] = "FiredReturnDetected";
1884
+ ExifFlashValues2[ExifFlashValues2["OnDidNotFire"] = 8] = "OnDidNotFire";
1885
+ ExifFlashValues2[ExifFlashValues2["OnFired"] = 9] = "OnFired";
1886
+ ExifFlashValues2[ExifFlashValues2["OnReturnNotDetected"] = 13] = "OnReturnNotDetected";
1887
+ ExifFlashValues2[ExifFlashValues2["OnReturnDetected"] = 15] = "OnReturnDetected";
1888
+ ExifFlashValues2[ExifFlashValues2["OffDidNotFire"] = 16] = "OffDidNotFire";
1889
+ ExifFlashValues2[ExifFlashValues2["OffDidNotFireReturnNotDetected"] = 20] = "OffDidNotFireReturnNotDetected";
1890
+ ExifFlashValues2[ExifFlashValues2["AutoDidNotFire"] = 24] = "AutoDidNotFire";
1891
+ ExifFlashValues2[ExifFlashValues2["AutoFired"] = 25] = "AutoFired";
1892
+ ExifFlashValues2[ExifFlashValues2["AutoFiredReturnNotDetected"] = 29] = "AutoFiredReturnNotDetected";
1893
+ ExifFlashValues2[ExifFlashValues2["AutoFiredReturnDetected"] = 31] = "AutoFiredReturnDetected";
1894
+ ExifFlashValues2[ExifFlashValues2["NoFlashFunction"] = 32] = "NoFlashFunction";
1895
+ ExifFlashValues2[ExifFlashValues2["OffNoFlashFunction"] = 48] = "OffNoFlashFunction";
1896
+ ExifFlashValues2[ExifFlashValues2["FiredRedEyeReduction"] = 65] = "FiredRedEyeReduction";
1897
+ ExifFlashValues2[ExifFlashValues2["FiredRedEyeReductionReturnNotDetected"] = 69] = "FiredRedEyeReductionReturnNotDetected";
1898
+ ExifFlashValues2[ExifFlashValues2["FiredRedEyeReductionReturnDetected"] = 71] = "FiredRedEyeReductionReturnDetected";
1899
+ ExifFlashValues2[ExifFlashValues2["OnRedEyeReduction"] = 73] = "OnRedEyeReduction";
1900
+ ExifFlashValues2[ExifFlashValues2["OnRedEyeReductionReturnNotDetected"] = 77] = "OnRedEyeReductionReturnNotDetected";
1901
+ ExifFlashValues2[ExifFlashValues2["OnRedEyeReductionReturnDetected"] = 79] = "OnRedEyeReductionReturnDetected";
1902
+ ExifFlashValues2[ExifFlashValues2["OffRedEyeReduction"] = 80] = "OffRedEyeReduction";
1903
+ ExifFlashValues2[ExifFlashValues2["AutoDidNotFireRedEyeReduction"] = 88] = "AutoDidNotFireRedEyeReduction";
1904
+ ExifFlashValues2[ExifFlashValues2["AutoFiredRedEyeReduction"] = 89] = "AutoFiredRedEyeReduction";
1905
+ ExifFlashValues2[ExifFlashValues2["AutoFiredRedEyeReductionNotDetected"] = 96] = "AutoFiredRedEyeReductionNotDetected";
1906
+ ExifFlashValues2[ExifFlashValues2["AutoFiredRedEyeReductionDetected"] = 93] = "AutoFiredRedEyeReductionDetected";
1907
+ return ExifFlashValues2;
1908
+ })(ExifFlashValues || {});
1909
+ var ExifPreviewColorSpace = /* @__PURE__ */ ((ExifPreviewColorSpace2) => {
1910
+ ExifPreviewColorSpace2[ExifPreviewColorSpace2["Unknown"] = 0] = "Unknown";
1911
+ ExifPreviewColorSpace2[ExifPreviewColorSpace2["GrayGamma22"] = 1] = "GrayGamma22";
1912
+ ExifPreviewColorSpace2[ExifPreviewColorSpace2["sRGB"] = 2] = "sRGB";
1913
+ ExifPreviewColorSpace2[ExifPreviewColorSpace2["AdobeRGB"] = 3] = "AdobeRGB";
1914
+ ExifPreviewColorSpace2[ExifPreviewColorSpace2["ProPhotoRGB"] = 4] = "ProPhotoRGB";
1915
+ return ExifPreviewColorSpace2;
1916
+ })(ExifPreviewColorSpace || {});
1917
+ var ExifEmbedPolicy = /* @__PURE__ */ ((ExifEmbedPolicy2) => {
1918
+ ExifEmbedPolicy2[ExifEmbedPolicy2["AllowCopying"] = 0] = "AllowCopying";
1919
+ ExifEmbedPolicy2[ExifEmbedPolicy2["EmbedIfUsed"] = 1] = "EmbedIfUsed";
1920
+ ExifEmbedPolicy2[ExifEmbedPolicy2["NeverEmbed"] = 2] = "NeverEmbed";
1921
+ ExifEmbedPolicy2[ExifEmbedPolicy2["NoRestrictions"] = 3] = "NoRestrictions";
1922
+ return ExifEmbedPolicy2;
1923
+ })(ExifEmbedPolicy || {});
1924
+ var ExifSubjectDistance = /* @__PURE__ */ ((ExifSubjectDistance2) => {
1925
+ ExifSubjectDistance2[ExifSubjectDistance2["Unknown"] = 0] = "Unknown";
1926
+ ExifSubjectDistance2[ExifSubjectDistance2["Macro"] = 1] = "Macro";
1927
+ ExifSubjectDistance2[ExifSubjectDistance2["Close"] = 2] = "Close";
1928
+ ExifSubjectDistance2[ExifSubjectDistance2["Distant"] = 3] = "Distant";
1929
+ return ExifSubjectDistance2;
1930
+ })(ExifSubjectDistance || {});
1931
+ var ExifSharpness = /* @__PURE__ */ ((ExifSharpness2) => {
1932
+ ExifSharpness2[ExifSharpness2["Normal"] = 0] = "Normal";
1933
+ ExifSharpness2[ExifSharpness2["Soft"] = 1] = "Soft";
1934
+ ExifSharpness2[ExifSharpness2["Hard"] = 2] = "Hard";
1935
+ return ExifSharpness2;
1936
+ })(ExifSharpness || {});
1937
+ var ExifSceneCaptureType = /* @__PURE__ */ ((ExifSceneCaptureType2) => {
1938
+ ExifSceneCaptureType2[ExifSceneCaptureType2["Standard"] = 0] = "Standard";
1939
+ ExifSceneCaptureType2[ExifSceneCaptureType2["Landscape"] = 1] = "Landscape";
1940
+ ExifSceneCaptureType2[ExifSceneCaptureType2["Portrait"] = 2] = "Portrait";
1941
+ ExifSceneCaptureType2[ExifSceneCaptureType2["Night"] = 3] = "Night";
1942
+ ExifSceneCaptureType2[ExifSceneCaptureType2["Other"] = 4] = "Other";
1943
+ return ExifSceneCaptureType2;
1944
+ })(ExifSceneCaptureType || {});
1945
+ var ExifGainControl = /* @__PURE__ */ ((ExifGainControl2) => {
1946
+ ExifGainControl2[ExifGainControl2["None"] = 0] = "None";
1947
+ ExifGainControl2[ExifGainControl2["LowGainUp"] = 1] = "LowGainUp";
1948
+ ExifGainControl2[ExifGainControl2["HighGainUp"] = 2] = "HighGainUp";
1949
+ ExifGainControl2[ExifGainControl2["LowGainDown"] = 3] = "LowGainDown";
1950
+ ExifGainControl2[ExifGainControl2["HighGainDown"] = 4] = "HighGainDown";
1951
+ return ExifGainControl2;
1952
+ })(ExifGainControl || {});
1953
+ var ExifContrast = /* @__PURE__ */ ((ExifContrast2) => {
1954
+ ExifContrast2[ExifContrast2["Normal"] = 0] = "Normal";
1955
+ ExifContrast2[ExifContrast2["Low"] = 1] = "Low";
1956
+ ExifContrast2[ExifContrast2["High"] = 2] = "High";
1957
+ return ExifContrast2;
1958
+ })(ExifContrast || {});
1959
+ var ExifSaturation = /* @__PURE__ */ ((ExifSaturation2) => {
1960
+ ExifSaturation2[ExifSaturation2["Normal"] = 0] = "Normal";
1961
+ ExifSaturation2[ExifSaturation2["Low"] = 1] = "Low";
1962
+ ExifSaturation2[ExifSaturation2["High"] = 2] = "High";
1963
+ return ExifSaturation2;
1964
+ })(ExifSaturation || {});
1965
+
1790
1966
  // src/runtime/api/defineApi.ts
1791
1967
  var asEscapeFunction = (fn2) => createFnWithProps(fn2, { escape: true });
1792
1968
  var asOptionalParamFunction = (fn2) => createFnWithProps(fn2, { optionalParams: true });
@@ -3754,6 +3930,17 @@ var asVueRef = (value) => ({
3754
3930
  DEFAULT_MANY_TO_ONE_MAPPING,
3755
3931
  DEFAULT_ONE_TO_MANY_MAPPING,
3756
3932
  DEFAULT_ONE_TO_ONE_MAPPING,
3933
+ ExifCompression,
3934
+ ExifContrast,
3935
+ ExifEmbedPolicy,
3936
+ ExifFlashValues,
3937
+ ExifGainControl,
3938
+ ExifLightSource,
3939
+ ExifPreviewColorSpace,
3940
+ ExifSaturation,
3941
+ ExifSceneCaptureType,
3942
+ ExifSharpness,
3943
+ ExifSubjectDistance,
3757
3944
  FALSY_TYPE_KINDS,
3758
3945
  FALSY_VALUES,
3759
3946
  GITHUB_INSIGHT_CATEGORY_LOOKUP,