uapi-browser-sdk 0.1.4 → 0.1.12
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.
- package/.github/workflows/release.yml +7 -11
- package/README.md +55 -55
- package/dist/internal/src/apis/ClipzyApi.d.ts +70 -0
- package/dist/internal/src/apis/ClipzyApi.js +139 -0
- package/dist/internal/src/apis/ConvertApi.d.ts +52 -0
- package/dist/internal/src/apis/ConvertApi.js +93 -0
- package/dist/internal/src/apis/DailyApi.d.ts +31 -0
- package/dist/internal/src/apis/DailyApi.js +50 -0
- package/dist/internal/src/apis/DefaultApi.d.ts +100 -0
- package/dist/internal/src/apis/DefaultApi.js +196 -0
- package/dist/internal/src/apis/GameApi.d.ts +104 -0
- package/dist/internal/src/apis/GameApi.js +205 -0
- package/dist/internal/src/apis/ImageApi.d.ts +279 -0
- package/dist/internal/src/apis/ImageApi.js +580 -0
- package/dist/internal/src/apis/MiscApi.d.ts +384 -0
- package/dist/internal/src/apis/MiscApi.js +731 -0
- package/dist/internal/src/apis/NetworkApi.d.ts +232 -0
- package/dist/internal/src/apis/NetworkApi.js +436 -0
- package/dist/internal/src/apis/PoemApi.d.ts +32 -0
- package/dist/internal/src/apis/PoemApi.js +51 -0
- package/dist/internal/src/apis/RandomApi.d.ts +132 -0
- package/dist/internal/src/apis/RandomApi.js +208 -0
- package/dist/internal/src/apis/SocialApi.d.ts +163 -0
- package/dist/internal/src/apis/SocialApi.js +337 -0
- package/dist/internal/src/apis/StatusApi.d.ts +52 -0
- package/dist/internal/src/apis/StatusApi.js +91 -0
- package/dist/internal/src/apis/TextApi.d.ts +205 -0
- package/dist/internal/src/apis/TextApi.js +417 -0
- package/dist/internal/src/apis/TranslateApi.d.ts +315 -0
- package/dist/internal/src/apis/TranslateApi.js +404 -0
- package/dist/internal/src/apis/WebParseApi.d.ts +86 -0
- package/dist/internal/src/apis/WebParseApi.js +166 -0
- package/dist/internal/src/apis/index.d.ts +15 -0
- package/dist/internal/src/apis/index.js +17 -0
- package/dist/internal/src/index.d.ts +3 -0
- package/dist/internal/src/index.js +5 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200Response.d.ts +46 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200Response.js +47 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseData.d.ts +47 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseData.js +48 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseDataContextsInner.d.ts +44 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseDataContextsInner.js +45 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseDataLanguagesInner.d.ts +44 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseDataLanguagesInner.js +45 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseDataStylesInner.d.ts +44 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponseDataStylesInner.js +45 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponsePerformance.d.ts +44 -0
- package/dist/internal/src/models/GetAiTranslateLanguages200ResponsePerformance.js +45 -0
- package/dist/internal/src/models/GetAnswerbookAsk200Response.d.ts +38 -0
- package/dist/internal/src/models/GetAnswerbookAsk200Response.js +43 -0
- package/dist/internal/src/models/GetAnswerbookAsk400Response.d.ts +38 -0
- package/dist/internal/src/models/GetAnswerbookAsk400Response.js +43 -0
- package/dist/internal/src/models/GetAnswerbookAsk500Response.d.ts +38 -0
- package/dist/internal/src/models/GetAnswerbookAsk500Response.js +43 -0
- package/dist/internal/src/models/GetAvatarGravatar400Response.d.ts +38 -0
- package/dist/internal/src/models/GetAvatarGravatar400Response.js +43 -0
- package/dist/internal/src/models/GetAvatarGravatar404Response.d.ts +38 -0
- package/dist/internal/src/models/GetAvatarGravatar404Response.js +43 -0
- package/dist/internal/src/models/GetClipzyGet200Response.d.ts +32 -0
- package/dist/internal/src/models/GetClipzyGet200Response.js +41 -0
- package/dist/internal/src/models/GetClipzyGet400Response.d.ts +32 -0
- package/dist/internal/src/models/GetClipzyGet400Response.js +41 -0
- package/dist/internal/src/models/GetClipzyGet404Response.d.ts +32 -0
- package/dist/internal/src/models/GetClipzyGet404Response.js +41 -0
- package/dist/internal/src/models/GetClipzyRaw400Response.d.ts +32 -0
- package/dist/internal/src/models/GetClipzyRaw400Response.js +41 -0
- package/dist/internal/src/models/GetClipzyRaw403Response.d.ts +32 -0
- package/dist/internal/src/models/GetClipzyRaw403Response.js +41 -0
- package/dist/internal/src/models/GetConvertUnixtime200Response.d.ts +38 -0
- package/dist/internal/src/models/GetConvertUnixtime200Response.js +43 -0
- package/dist/internal/src/models/GetConvertUnixtime400Response.d.ts +44 -0
- package/dist/internal/src/models/GetConvertUnixtime400Response.js +45 -0
- package/dist/internal/src/models/GetDailyNewsImage500Response.d.ts +38 -0
- package/dist/internal/src/models/GetDailyNewsImage500Response.js +43 -0
- package/dist/internal/src/models/GetDailyNewsImage502Response.d.ts +38 -0
- package/dist/internal/src/models/GetDailyNewsImage502Response.js +43 -0
- package/dist/internal/src/models/GetGameEpicFree200Response.d.ts +39 -0
- package/dist/internal/src/models/GetGameEpicFree200Response.js +44 -0
- package/dist/internal/src/models/GetGameEpicFree200ResponseDataInner.d.ts +104 -0
- package/dist/internal/src/models/GetGameEpicFree200ResponseDataInner.js +65 -0
- package/dist/internal/src/models/GetGameEpicFree500Response.d.ts +38 -0
- package/dist/internal/src/models/GetGameEpicFree500Response.js +43 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200Response.d.ts +70 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200Response.js +55 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200ResponseHistoryInner.d.ts +38 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200ResponseHistoryInner.js +43 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200ResponseResultsInner.d.ts +51 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200ResponseResultsInner.js +48 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200ResponseResultsInnerHistoryInner.d.ts +38 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid200ResponseResultsInnerHistoryInner.js +43 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid400Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid400Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid404Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid404Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid502Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftHistoryid502Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus200Response.d.ts +80 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus200Response.js +57 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus400Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus400Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus404Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus404Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus502Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftServerstatus502Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo200Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo200Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo400Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo400Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo404Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo404Response.js +45 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo502Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameMinecraftUserinfo502Response.js +45 -0
- package/dist/internal/src/models/GetGameSteamSummary200Response.d.ts +110 -0
- package/dist/internal/src/models/GetGameSteamSummary200Response.js +67 -0
- package/dist/internal/src/models/GetGameSteamSummary400Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameSteamSummary400Response.js +45 -0
- package/dist/internal/src/models/GetGameSteamSummary401Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameSteamSummary401Response.js +45 -0
- package/dist/internal/src/models/GetGameSteamSummary404Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameSteamSummary404Response.js +45 -0
- package/dist/internal/src/models/GetGameSteamSummary502Response.d.ts +44 -0
- package/dist/internal/src/models/GetGameSteamSummary502Response.js +45 -0
- package/dist/internal/src/models/GetGithubRepo200Response.d.ts +174 -0
- package/dist/internal/src/models/GetGithubRepo200Response.js +89 -0
- package/dist/internal/src/models/GetGithubRepo200ResponseCollaboratorsInner.d.ts +50 -0
- package/dist/internal/src/models/GetGithubRepo200ResponseCollaboratorsInner.js +47 -0
- package/dist/internal/src/models/GetGithubRepo200ResponseLatestRelease.d.ts +62 -0
- package/dist/internal/src/models/GetGithubRepo200ResponseLatestRelease.js +51 -0
- package/dist/internal/src/models/GetGithubRepo400Response.d.ts +38 -0
- package/dist/internal/src/models/GetGithubRepo400Response.js +43 -0
- package/dist/internal/src/models/GetGithubRepo502Response.d.ts +38 -0
- package/dist/internal/src/models/GetGithubRepo502Response.js +43 -0
- package/dist/internal/src/models/GetHistoryProgrammer200Response.d.ts +45 -0
- package/dist/internal/src/models/GetHistoryProgrammer200Response.js +46 -0
- package/dist/internal/src/models/GetHistoryProgrammer200ResponseEventsInner.d.ts +68 -0
- package/dist/internal/src/models/GetHistoryProgrammer200ResponseEventsInner.js +53 -0
- package/dist/internal/src/models/GetHistoryProgrammer400Response.d.ts +38 -0
- package/dist/internal/src/models/GetHistoryProgrammer400Response.js +43 -0
- package/dist/internal/src/models/GetHistoryProgrammerToday200Response.d.ts +45 -0
- package/dist/internal/src/models/GetHistoryProgrammerToday200Response.js +46 -0
- package/dist/internal/src/models/GetHistoryProgrammerToday200ResponseEventsInner.d.ts +68 -0
- package/dist/internal/src/models/GetHistoryProgrammerToday200ResponseEventsInner.js +53 -0
- package/dist/internal/src/models/GetHistoryProgrammerToday500Response.d.ts +38 -0
- package/dist/internal/src/models/GetHistoryProgrammerToday500Response.js +43 -0
- package/dist/internal/src/models/GetImageBingDaily502Response.d.ts +38 -0
- package/dist/internal/src/models/GetImageBingDaily502Response.js +43 -0
- package/dist/internal/src/models/GetImageMotou400Response.d.ts +32 -0
- package/dist/internal/src/models/GetImageMotou400Response.js +41 -0
- package/dist/internal/src/models/GetImageMotou500Response.d.ts +32 -0
- package/dist/internal/src/models/GetImageMotou500Response.js +41 -0
- package/dist/internal/src/models/GetImageQrcode200Response.d.ts +32 -0
- package/dist/internal/src/models/GetImageQrcode200Response.js +41 -0
- package/dist/internal/src/models/GetImageQrcode400Response.d.ts +44 -0
- package/dist/internal/src/models/GetImageQrcode400Response.js +45 -0
- package/dist/internal/src/models/GetImageQrcode500Response.d.ts +44 -0
- package/dist/internal/src/models/GetImageQrcode500Response.js +45 -0
- package/dist/internal/src/models/GetImageTobase64200Response.d.ts +38 -0
- package/dist/internal/src/models/GetImageTobase64200Response.js +43 -0
- package/dist/internal/src/models/GetImageTobase64400Response.d.ts +44 -0
- package/dist/internal/src/models/GetImageTobase64400Response.js +45 -0
- package/dist/internal/src/models/GetImageTobase64502Response.d.ts +44 -0
- package/dist/internal/src/models/GetImageTobase64502Response.js +45 -0
- package/dist/internal/src/models/GetMiscDistrict200Response.d.ts +39 -0
- package/dist/internal/src/models/GetMiscDistrict200Response.js +44 -0
- package/dist/internal/src/models/GetMiscDistrict200ResponseResultsInner.d.ts +105 -0
- package/dist/internal/src/models/GetMiscDistrict200ResponseResultsInner.js +66 -0
- package/dist/internal/src/models/GetMiscDistrict200ResponseResultsInnerCenter.d.ts +38 -0
- package/dist/internal/src/models/GetMiscDistrict200ResponseResultsInnerCenter.js +43 -0
- package/dist/internal/src/models/GetMiscDistrict400Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscDistrict400Response.js +43 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200Response.d.ts +67 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200Response.js +56 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseDaysInner.d.ts +158 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseDaysInner.js +83 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseHolidaysInner.d.ts +61 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseHolidaysInner.js +57 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearby.d.ts +40 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearby.js +45 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyNextInner.d.ts +39 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyNextInner.js +44 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyNextInnerEventsInner.d.ts +50 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyNextInnerEventsInner.js +47 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyPreviousInner.d.ts +39 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyPreviousInner.js +44 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyPreviousInnerEventsInner.d.ts +50 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyPreviousInnerEventsInner.js +47 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseQuery.d.ts +68 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseQuery.js +53 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseSummary.d.ts +68 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar200ResponseSummary.js +53 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar400Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscHolidayCalendar400Response.js +43 -0
- package/dist/internal/src/models/GetMiscHotboard200Response.d.ts +24 -0
- package/dist/internal/src/models/GetMiscHotboard200Response.js +58 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf.d.ts +51 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf.js +48 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf1.d.ts +51 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf1.js +48 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf1ResultsInner.d.ts +44 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf1ResultsInner.js +45 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf2.d.ts +32 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOf2.js +41 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOfListInner.d.ts +64 -0
- package/dist/internal/src/models/GetMiscHotboard200ResponseOneOfListInner.js +51 -0
- package/dist/internal/src/models/GetMiscHotboard400Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscHotboard400Response.js +45 -0
- package/dist/internal/src/models/GetMiscHotboard500Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscHotboard500Response.js +45 -0
- package/dist/internal/src/models/GetMiscHotboard502Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscHotboard502Response.js +45 -0
- package/dist/internal/src/models/GetMiscLunartime200Response.d.ts +158 -0
- package/dist/internal/src/models/GetMiscLunartime200Response.js +83 -0
- package/dist/internal/src/models/GetMiscLunartime400Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscLunartime400Response.js +43 -0
- package/dist/internal/src/models/GetMiscPhoneinfo200Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscPhoneinfo200Response.js +45 -0
- package/dist/internal/src/models/GetMiscPhoneinfo400Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscPhoneinfo400Response.js +45 -0
- package/dist/internal/src/models/GetMiscPhoneinfo500Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscPhoneinfo500Response.js +45 -0
- package/dist/internal/src/models/GetMiscRandomnumber200Response.d.ts +32 -0
- package/dist/internal/src/models/GetMiscRandomnumber200Response.js +41 -0
- package/dist/internal/src/models/GetMiscRandomnumber400Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscRandomnumber400Response.js +45 -0
- package/dist/internal/src/models/GetMiscTimestamp200Response.d.ts +56 -0
- package/dist/internal/src/models/GetMiscTimestamp200Response.js +49 -0
- package/dist/internal/src/models/GetMiscTimestamp400Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscTimestamp400Response.js +45 -0
- package/dist/internal/src/models/GetMiscTrackingCarriers200Response.d.ts +39 -0
- package/dist/internal/src/models/GetMiscTrackingCarriers200Response.js +44 -0
- package/dist/internal/src/models/GetMiscTrackingCarriers200ResponseCarriersInner.d.ts +38 -0
- package/dist/internal/src/models/GetMiscTrackingCarriers200ResponseCarriersInner.js +43 -0
- package/dist/internal/src/models/GetMiscTrackingDetect200Response.d.ts +51 -0
- package/dist/internal/src/models/GetMiscTrackingDetect200Response.js +48 -0
- package/dist/internal/src/models/GetMiscTrackingDetect200ResponseAlternativesInner.d.ts +38 -0
- package/dist/internal/src/models/GetMiscTrackingDetect200ResponseAlternativesInner.js +43 -0
- package/dist/internal/src/models/GetMiscTrackingDetect404Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscTrackingDetect404Response.js +43 -0
- package/dist/internal/src/models/GetMiscTrackingQuery200Response.d.ts +57 -0
- package/dist/internal/src/models/GetMiscTrackingQuery200Response.js +50 -0
- package/dist/internal/src/models/GetMiscTrackingQuery200ResponseTracksInner.d.ts +38 -0
- package/dist/internal/src/models/GetMiscTrackingQuery200ResponseTracksInner.js +43 -0
- package/dist/internal/src/models/GetMiscTrackingQuery400Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscTrackingQuery400Response.js +43 -0
- package/dist/internal/src/models/GetMiscTrackingQuery404Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscTrackingQuery404Response.js +43 -0
- package/dist/internal/src/models/GetMiscWeather200Response.d.ts +648 -0
- package/dist/internal/src/models/GetMiscWeather200Response.js +548 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseAirPollutants.d.ts +62 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseAirPollutants.js +51 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseForecastInner.d.ts +128 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseForecastInner.js +73 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseHourlyForecastInner.d.ts +116 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseHourlyForecastInner.js +69 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndices.d.ts +152 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndices.js +93 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesAirConditioner.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesAirConditioner.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesAirPurifier.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesAirPurifier.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesAllergy.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesAllergy.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesBeer.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesBeer.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesCarWash.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesCarWash.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesClothing.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesClothing.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesColdRisk.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesColdRisk.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesComfort.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesComfort.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesDrying.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesDrying.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesExercise.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesExercise.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesFishing.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesFishing.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesMood.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesMood.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesPollen.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesPollen.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesSunscreen.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesSunscreen.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesTraffic.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesTraffic.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesTravel.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesTravel.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesUmbrella.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesUmbrella.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesUv.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseLifeIndicesUv.js +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseMinutelyPrecip.d.ts +45 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseMinutelyPrecip.js +46 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseMinutelyPrecipDataInner.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWeather200ResponseMinutelyPrecipDataInner.js +45 -0
- package/dist/internal/src/models/GetMiscWeather400Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscWeather400Response.js +43 -0
- package/dist/internal/src/models/GetMiscWeather404Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscWeather404Response.js +43 -0
- package/dist/internal/src/models/GetMiscWeather500Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscWeather500Response.js +43 -0
- package/dist/internal/src/models/GetMiscWeather503Response.d.ts +38 -0
- package/dist/internal/src/models/GetMiscWeather503Response.js +43 -0
- package/dist/internal/src/models/GetMiscWorldtime200Response.d.ts +68 -0
- package/dist/internal/src/models/GetMiscWorldtime200Response.js +53 -0
- package/dist/internal/src/models/GetMiscWorldtime400Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWorldtime400Response.js +45 -0
- package/dist/internal/src/models/GetMiscWorldtime404Response.d.ts +44 -0
- package/dist/internal/src/models/GetMiscWorldtime404Response.js +45 -0
- package/dist/internal/src/models/GetNetworkDns200Response.d.ts +51 -0
- package/dist/internal/src/models/GetNetworkDns200Response.js +48 -0
- package/dist/internal/src/models/GetNetworkDns200ResponseRecordsInner.d.ts +68 -0
- package/dist/internal/src/models/GetNetworkDns200ResponseRecordsInner.js +53 -0
- package/dist/internal/src/models/GetNetworkDns400Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkDns400Response.js +45 -0
- package/dist/internal/src/models/GetNetworkDns404Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkDns404Response.js +45 -0
- package/dist/internal/src/models/GetNetworkIcp200Response.d.ts +62 -0
- package/dist/internal/src/models/GetNetworkIcp200Response.js +51 -0
- package/dist/internal/src/models/GetNetworkIcp404Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkIcp404Response.js +45 -0
- package/dist/internal/src/models/GetNetworkIpinfo200Response.d.ts +80 -0
- package/dist/internal/src/models/GetNetworkIpinfo200Response.js +57 -0
- package/dist/internal/src/models/GetNetworkIpinfo400Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkIpinfo400Response.js +45 -0
- package/dist/internal/src/models/GetNetworkIpinfo404Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkIpinfo404Response.js +45 -0
- package/dist/internal/src/models/GetNetworkIpinfo500Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkIpinfo500Response.js +45 -0
- package/dist/internal/src/models/GetNetworkMyip200Response.d.ts +92 -0
- package/dist/internal/src/models/GetNetworkMyip200Response.js +61 -0
- package/dist/internal/src/models/GetNetworkMyip400Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkMyip400Response.js +45 -0
- package/dist/internal/src/models/GetNetworkMyip500Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkMyip500Response.js +45 -0
- package/dist/internal/src/models/GetNetworkPing200Response.d.ts +62 -0
- package/dist/internal/src/models/GetNetworkPing200Response.js +51 -0
- package/dist/internal/src/models/GetNetworkPing400Response.d.ts +38 -0
- package/dist/internal/src/models/GetNetworkPing400Response.js +43 -0
- package/dist/internal/src/models/GetNetworkPing429Response.d.ts +38 -0
- package/dist/internal/src/models/GetNetworkPing429Response.js +43 -0
- package/dist/internal/src/models/GetNetworkPingmyip200Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkPingmyip200Response.js +45 -0
- package/dist/internal/src/models/GetNetworkPingmyip404Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkPingmyip404Response.js +45 -0
- package/dist/internal/src/models/GetNetworkPortscan200Response.d.ts +50 -0
- package/dist/internal/src/models/GetNetworkPortscan200Response.js +47 -0
- package/dist/internal/src/models/GetNetworkPortscan400Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkPortscan400Response.js +45 -0
- package/dist/internal/src/models/GetNetworkPortscan500Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkPortscan500Response.js +45 -0
- package/dist/internal/src/models/GetNetworkUrlstatus200Response.d.ts +23 -0
- package/dist/internal/src/models/GetNetworkUrlstatus200Response.js +51 -0
- package/dist/internal/src/models/GetNetworkUrlstatus200ResponseOneOf.d.ts +38 -0
- package/dist/internal/src/models/GetNetworkUrlstatus200ResponseOneOf.js +43 -0
- package/dist/internal/src/models/GetNetworkUrlstatus200ResponseOneOf1.d.ts +38 -0
- package/dist/internal/src/models/GetNetworkUrlstatus200ResponseOneOf1.js +43 -0
- package/dist/internal/src/models/GetNetworkUrlstatus502Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkUrlstatus502Response.js +45 -0
- package/dist/internal/src/models/GetNetworkWhois200Response.d.ts +23 -0
- package/dist/internal/src/models/GetNetworkWhois200Response.js +51 -0
- package/dist/internal/src/models/GetNetworkWhois200ResponseOneOf.d.ts +35 -0
- package/dist/internal/src/models/GetNetworkWhois200ResponseOneOf.js +41 -0
- package/dist/internal/src/models/GetNetworkWhois200ResponseOneOf1.d.ts +43 -0
- package/dist/internal/src/models/GetNetworkWhois200ResponseOneOf1.js +41 -0
- package/dist/internal/src/models/GetNetworkWhois404Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkWhois404Response.js +45 -0
- package/dist/internal/src/models/GetNetworkWxdomain200Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkWxdomain200Response.js +45 -0
- package/dist/internal/src/models/GetNetworkWxdomain502Response.d.ts +44 -0
- package/dist/internal/src/models/GetNetworkWxdomain502Response.js +45 -0
- package/dist/internal/src/models/GetRandomImage404Response.d.ts +38 -0
- package/dist/internal/src/models/GetRandomImage404Response.js +43 -0
- package/dist/internal/src/models/GetRandomImage500Response.d.ts +38 -0
- package/dist/internal/src/models/GetRandomImage500Response.js +43 -0
- package/dist/internal/src/models/GetRandomString200Response.d.ts +32 -0
- package/dist/internal/src/models/GetRandomString200Response.js +41 -0
- package/dist/internal/src/models/GetRandomString400Response.d.ts +44 -0
- package/dist/internal/src/models/GetRandomString400Response.js +45 -0
- package/dist/internal/src/models/GetRandomString500Response.d.ts +44 -0
- package/dist/internal/src/models/GetRandomString500Response.js +45 -0
- package/dist/internal/src/models/GetSaying200Response.d.ts +32 -0
- package/dist/internal/src/models/GetSaying200Response.js +41 -0
- package/dist/internal/src/models/GetSaying500Response.d.ts +44 -0
- package/dist/internal/src/models/GetSaying500Response.js +45 -0
- package/dist/internal/src/models/GetSearchEngines200Response.d.ts +46 -0
- package/dist/internal/src/models/GetSearchEngines200Response.js +47 -0
- package/dist/internal/src/models/GetSearchEngines200ResponseEngine.d.ts +62 -0
- package/dist/internal/src/models/GetSearchEngines200ResponseEngine.js +51 -0
- package/dist/internal/src/models/GetSearchEngines200ResponseLimits.d.ts +38 -0
- package/dist/internal/src/models/GetSearchEngines200ResponseLimits.js +43 -0
- package/dist/internal/src/models/GetSensitiveWordAnalyzeQuery400Response.d.ts +38 -0
- package/dist/internal/src/models/GetSensitiveWordAnalyzeQuery400Response.js +43 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives200Response.d.ts +51 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives200Response.js +48 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives200ResponseVideosInner.d.ts +92 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives200ResponseVideosInner.js +61 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives400Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives400Response.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives404Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives404Response.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives500Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliArchives500Response.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200Response.d.ts +147 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200Response.js +80 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendants.d.ts +40 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendants.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendantsBadge.d.ts +38 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendantsBadge.js +43 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendantsFrame.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendantsFrame.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200Response.d.ts +94 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200Response.js +63 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponsePage.d.ts +50 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponsePage.js +47 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInner.d.ts +94 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInner.js +63 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInnerContent.d.ts +32 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInnerContent.js +41 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInnerMember.d.ts +51 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInnerMember.js +48 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInnerMemberLevelInfo.d.ts +32 -0
- package/dist/internal/src/models/GetSocialBilibiliReplies200ResponseRepliesInnerMemberLevelInfo.js +41 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo200Response.d.ts +104 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo200Response.js +65 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo400Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo400Response.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo404Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo404Response.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo502Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliUserinfo502Response.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200Response.d.ts +204 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200Response.js +105 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseDescV2Inner.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseDescV2Inner.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseDimension.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseDimension.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseHonorReply.d.ts +33 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseHonorReply.js +42 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseHonorReplyHonorInner.d.ts +50 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseHonorReplyHonorInner.js +47 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseOwner.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseOwner.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponsePagesInner.d.ts +75 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponsePagesInner.js +56 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponsePagesInnerDimension.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponsePagesInnerDimension.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseRights.d.ts +134 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseRights.js +75 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseStaffInner.d.ts +56 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseStaffInner.js +49 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseStat.d.ts +104 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseStat.js +65 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitle.d.ts +39 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitle.js +44 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitleListInner.d.ts +69 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitleListInner.js +54 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitleListInnerAuthor.d.ts +44 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitleListInnerAuthor.js +45 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseUgcSeason.d.ts +62 -0
- package/dist/internal/src/models/GetSocialBilibiliVideoinfo200ResponseUgcSeason.js +51 -0
- package/dist/internal/src/models/GetSocialQqGroupinfo200Response.d.ts +134 -0
- package/dist/internal/src/models/GetSocialQqGroupinfo200Response.js +75 -0
- package/dist/internal/src/models/GetSocialQqGroupinfo400Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialQqGroupinfo400Response.js +45 -0
- package/dist/internal/src/models/GetSocialQqGroupinfo404Response.d.ts +32 -0
- package/dist/internal/src/models/GetSocialQqGroupinfo404Response.js +41 -0
- package/dist/internal/src/models/GetSocialQqUserinfo200Response.d.ts +110 -0
- package/dist/internal/src/models/GetSocialQqUserinfo200Response.js +67 -0
- package/dist/internal/src/models/GetSocialQqUserinfo400Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialQqUserinfo400Response.js +45 -0
- package/dist/internal/src/models/GetSocialQqUserinfo404Response.d.ts +44 -0
- package/dist/internal/src/models/GetSocialQqUserinfo404Response.js +45 -0
- package/dist/internal/src/models/GetStatusRatelimit200Response.d.ts +80 -0
- package/dist/internal/src/models/GetStatusRatelimit200Response.js +57 -0
- package/dist/internal/src/models/GetStatusRatelimit401Response.d.ts +44 -0
- package/dist/internal/src/models/GetStatusRatelimit401Response.js +45 -0
- package/dist/internal/src/models/GetStatusUsage200Response.d.ts +52 -0
- package/dist/internal/src/models/GetStatusUsage200Response.js +49 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOf.d.ts +40 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOf.js +45 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOf1.d.ts +38 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOf1.js +43 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOfEndpointsInner.d.ts +38 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOfEndpointsInner.js +43 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOfUnaggregated.d.ts +38 -0
- package/dist/internal/src/models/GetStatusUsage200ResponseAnyOfUnaggregated.js +43 -0
- package/dist/internal/src/models/GetStatusUsage404Response.d.ts +38 -0
- package/dist/internal/src/models/GetStatusUsage404Response.js +43 -0
- package/dist/internal/src/models/GetTextMd5200Response.d.ts +32 -0
- package/dist/internal/src/models/GetTextMd5200Response.js +41 -0
- package/dist/internal/src/models/GetTextMd5400Response.d.ts +44 -0
- package/dist/internal/src/models/GetTextMd5400Response.js +45 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200Response.d.ts +99 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200Response.js +64 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf.d.ts +62 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf.js +51 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf1.d.ts +74 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf1.js +55 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf2.d.ts +81 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf2.js +58 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf2Result.d.ts +38 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf2Result.js +43 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf3.d.ts +80 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus200ResponseAnyOf3.js +57 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus404Response.d.ts +44 -0
- package/dist/internal/src/models/GetWebTomarkdownAsyncStatus404Response.js +45 -0
- package/dist/internal/src/models/GetWebparseExtractimages200Response.d.ts +38 -0
- package/dist/internal/src/models/GetWebparseExtractimages200Response.js +43 -0
- package/dist/internal/src/models/GetWebparseExtractimages500Response.d.ts +44 -0
- package/dist/internal/src/models/GetWebparseExtractimages500Response.js +45 -0
- package/dist/internal/src/models/GetWebparseMetadata200Response.d.ts +92 -0
- package/dist/internal/src/models/GetWebparseMetadata200Response.js +61 -0
- package/dist/internal/src/models/GetWebparseMetadata500Response.d.ts +44 -0
- package/dist/internal/src/models/GetWebparseMetadata500Response.js +45 -0
- package/dist/internal/src/models/PostAiTranslate200Response.d.ts +52 -0
- package/dist/internal/src/models/PostAiTranslate200Response.js +49 -0
- package/dist/internal/src/models/PostAiTranslate200ResponseData.d.ts +32 -0
- package/dist/internal/src/models/PostAiTranslate200ResponseData.js +41 -0
- package/dist/internal/src/models/PostAiTranslate200ResponsePerformance.d.ts +32 -0
- package/dist/internal/src/models/PostAiTranslate200ResponsePerformance.js +41 -0
- package/dist/internal/src/models/PostAiTranslate400Response.d.ts +44 -0
- package/dist/internal/src/models/PostAiTranslate400Response.js +45 -0
- package/dist/internal/src/models/PostAiTranslate401Response.d.ts +44 -0
- package/dist/internal/src/models/PostAiTranslate401Response.js +45 -0
- package/dist/internal/src/models/PostAiTranslate429Response.d.ts +44 -0
- package/dist/internal/src/models/PostAiTranslate429Response.js +45 -0
- package/dist/internal/src/models/PostAiTranslate500Response.d.ts +44 -0
- package/dist/internal/src/models/PostAiTranslate500Response.js +45 -0
- package/dist/internal/src/models/PostAiTranslateRequest.d.ts +81 -0
- package/dist/internal/src/models/PostAiTranslateRequest.js +74 -0
- package/dist/internal/src/models/PostAnswerbookAsk200Response.d.ts +38 -0
- package/dist/internal/src/models/PostAnswerbookAsk200Response.js +43 -0
- package/dist/internal/src/models/PostAnswerbookAskRequest.d.ts +32 -0
- package/dist/internal/src/models/PostAnswerbookAskRequest.js +43 -0
- package/dist/internal/src/models/PostClipzyStore200Response.d.ts +32 -0
- package/dist/internal/src/models/PostClipzyStore200Response.js +41 -0
- package/dist/internal/src/models/PostClipzyStore400Response.d.ts +38 -0
- package/dist/internal/src/models/PostClipzyStore400Response.js +43 -0
- package/dist/internal/src/models/PostClipzyStore413Response.d.ts +38 -0
- package/dist/internal/src/models/PostClipzyStore413Response.js +43 -0
- package/dist/internal/src/models/PostClipzyStoreRequest.d.ts +38 -0
- package/dist/internal/src/models/PostClipzyStoreRequest.js +45 -0
- package/dist/internal/src/models/PostConvertJson200Response.d.ts +32 -0
- package/dist/internal/src/models/PostConvertJson200Response.js +41 -0
- package/dist/internal/src/models/PostConvertJson400Response.d.ts +44 -0
- package/dist/internal/src/models/PostConvertJson400Response.js +45 -0
- package/dist/internal/src/models/PostConvertJsonRequest.d.ts +32 -0
- package/dist/internal/src/models/PostConvertJsonRequest.js +43 -0
- package/dist/internal/src/models/PostImageCompress400Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageCompress400Response.js +43 -0
- package/dist/internal/src/models/PostImageCompress500Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageCompress500Response.js +43 -0
- package/dist/internal/src/models/PostImageFrombase64200Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageFrombase64200Response.js +43 -0
- package/dist/internal/src/models/PostImageFrombase64400Response.d.ts +44 -0
- package/dist/internal/src/models/PostImageFrombase64400Response.js +45 -0
- package/dist/internal/src/models/PostImageFrombase64500Response.d.ts +44 -0
- package/dist/internal/src/models/PostImageFrombase64500Response.js +45 -0
- package/dist/internal/src/models/PostImageFrombase64Request.d.ts +32 -0
- package/dist/internal/src/models/PostImageFrombase64Request.js +43 -0
- package/dist/internal/src/models/PostImageMotou400Response.d.ts +32 -0
- package/dist/internal/src/models/PostImageMotou400Response.js +41 -0
- package/dist/internal/src/models/PostImageMotou500Response.d.ts +32 -0
- package/dist/internal/src/models/PostImageMotou500Response.js +41 -0
- package/dist/internal/src/models/PostImageNsfw200Response.d.ts +74 -0
- package/dist/internal/src/models/PostImageNsfw200Response.js +55 -0
- package/dist/internal/src/models/PostImageNsfw400Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageNsfw400Response.js +43 -0
- package/dist/internal/src/models/PostImageNsfw413Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageNsfw413Response.js +43 -0
- package/dist/internal/src/models/PostImageNsfw500Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageNsfw500Response.js +43 -0
- package/dist/internal/src/models/PostImageSpeechless400Response.d.ts +32 -0
- package/dist/internal/src/models/PostImageSpeechless400Response.js +41 -0
- package/dist/internal/src/models/PostImageSpeechless500Response.d.ts +32 -0
- package/dist/internal/src/models/PostImageSpeechless500Response.js +41 -0
- package/dist/internal/src/models/PostImageSpeechlessRequest.d.ts +38 -0
- package/dist/internal/src/models/PostImageSpeechlessRequest.js +43 -0
- package/dist/internal/src/models/PostImageSvg400Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageSvg400Response.js +43 -0
- package/dist/internal/src/models/PostImageSvg500Response.d.ts +38 -0
- package/dist/internal/src/models/PostImageSvg500Response.js +43 -0
- package/dist/internal/src/models/PostMiscDateDiff200Response.d.ts +62 -0
- package/dist/internal/src/models/PostMiscDateDiff200Response.js +51 -0
- package/dist/internal/src/models/PostMiscDateDiff400Response.d.ts +44 -0
- package/dist/internal/src/models/PostMiscDateDiff400Response.js +45 -0
- package/dist/internal/src/models/PostMiscDateDiffRequest.d.ts +44 -0
- package/dist/internal/src/models/PostMiscDateDiffRequest.js +49 -0
- package/dist/internal/src/models/PostSearchAggregate200Response.d.ts +64 -0
- package/dist/internal/src/models/PostSearchAggregate200Response.js +53 -0
- package/dist/internal/src/models/PostSearchAggregate200ResponseResultsInner.d.ts +80 -0
- package/dist/internal/src/models/PostSearchAggregate200ResponseResultsInner.js +57 -0
- package/dist/internal/src/models/PostSearchAggregate200ResponseSourcesInner.d.ts +56 -0
- package/dist/internal/src/models/PostSearchAggregate200ResponseSourcesInner.js +49 -0
- package/dist/internal/src/models/PostSearchAggregate400Response.d.ts +44 -0
- package/dist/internal/src/models/PostSearchAggregate400Response.js +45 -0
- package/dist/internal/src/models/PostSearchAggregate401Response.d.ts +44 -0
- package/dist/internal/src/models/PostSearchAggregate401Response.js +45 -0
- package/dist/internal/src/models/PostSearchAggregate429Response.d.ts +44 -0
- package/dist/internal/src/models/PostSearchAggregate429Response.js +45 -0
- package/dist/internal/src/models/PostSearchAggregate500Response.d.ts +44 -0
- package/dist/internal/src/models/PostSearchAggregate500Response.js +45 -0
- package/dist/internal/src/models/PostSearchAggregateRequest.d.ts +86 -0
- package/dist/internal/src/models/PostSearchAggregateRequest.js +71 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze200Response.d.ts +39 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze200Response.js +44 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze200ResponseResultsInner.d.ts +69 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze200ResponseResultsInner.js +64 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze400Response.d.ts +38 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze400Response.js +43 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze401Response.d.ts +38 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze401Response.js +43 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze429Response.d.ts +38 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyze429Response.js +43 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyzeRequest.d.ts +32 -0
- package/dist/internal/src/models/PostSensitiveWordAnalyzeRequest.js +43 -0
- package/dist/internal/src/models/PostSensitiveWordQuickCheck200Response.d.ts +50 -0
- package/dist/internal/src/models/PostSensitiveWordQuickCheck200Response.js +47 -0
- package/dist/internal/src/models/PostSensitiveWordQuickCheckRequest.d.ts +32 -0
- package/dist/internal/src/models/PostSensitiveWordQuickCheckRequest.js +43 -0
- package/dist/internal/src/models/PostTextAesDecrypt200Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextAesDecrypt200Response.js +41 -0
- package/dist/internal/src/models/PostTextAesDecrypt400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextAesDecrypt400Response.js +45 -0
- package/dist/internal/src/models/PostTextAesDecrypt500Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextAesDecrypt500Response.js +45 -0
- package/dist/internal/src/models/PostTextAesDecryptAdvanced200Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextAesDecryptAdvanced200Response.js +41 -0
- package/dist/internal/src/models/PostTextAesDecryptAdvanced400Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextAesDecryptAdvanced400Response.js +41 -0
- package/dist/internal/src/models/PostTextAesDecryptAdvancedRequest.d.ts +77 -0
- package/dist/internal/src/models/PostTextAesDecryptAdvancedRequest.js +74 -0
- package/dist/internal/src/models/PostTextAesDecryptRequest.d.ts +44 -0
- package/dist/internal/src/models/PostTextAesDecryptRequest.js +51 -0
- package/dist/internal/src/models/PostTextAesEncrypt200Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextAesEncrypt200Response.js +41 -0
- package/dist/internal/src/models/PostTextAesEncrypt400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextAesEncrypt400Response.js +45 -0
- package/dist/internal/src/models/PostTextAesEncrypt500Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextAesEncrypt500Response.js +45 -0
- package/dist/internal/src/models/PostTextAesEncryptAdvanced200Response.d.ts +50 -0
- package/dist/internal/src/models/PostTextAesEncryptAdvanced200Response.js +47 -0
- package/dist/internal/src/models/PostTextAesEncryptAdvanced400Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextAesEncryptAdvanced400Response.js +41 -0
- package/dist/internal/src/models/PostTextAesEncryptAdvancedRequest.d.ts +91 -0
- package/dist/internal/src/models/PostTextAesEncryptAdvancedRequest.js +81 -0
- package/dist/internal/src/models/PostTextAesEncryptRequest.d.ts +38 -0
- package/dist/internal/src/models/PostTextAesEncryptRequest.js +47 -0
- package/dist/internal/src/models/PostTextAnalyze200Response.d.ts +56 -0
- package/dist/internal/src/models/PostTextAnalyze200Response.js +49 -0
- package/dist/internal/src/models/PostTextAnalyze400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextAnalyze400Response.js +45 -0
- package/dist/internal/src/models/PostTextAnalyzeRequest.d.ts +32 -0
- package/dist/internal/src/models/PostTextAnalyzeRequest.js +43 -0
- package/dist/internal/src/models/PostTextBase64Decode200Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextBase64Decode200Response.js +41 -0
- package/dist/internal/src/models/PostTextBase64Decode400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextBase64Decode400Response.js +45 -0
- package/dist/internal/src/models/PostTextBase64DecodeRequest.d.ts +32 -0
- package/dist/internal/src/models/PostTextBase64DecodeRequest.js +43 -0
- package/dist/internal/src/models/PostTextBase64Encode200Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextBase64Encode200Response.js +41 -0
- package/dist/internal/src/models/PostTextBase64Encode400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextBase64Encode400Response.js +45 -0
- package/dist/internal/src/models/PostTextBase64EncodeRequest.d.ts +32 -0
- package/dist/internal/src/models/PostTextBase64EncodeRequest.js +43 -0
- package/dist/internal/src/models/PostTextConvert200Response.d.ts +56 -0
- package/dist/internal/src/models/PostTextConvert200Response.js +49 -0
- package/dist/internal/src/models/PostTextConvert400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextConvert400Response.js +45 -0
- package/dist/internal/src/models/PostTextConvertRequest.d.ts +86 -0
- package/dist/internal/src/models/PostTextConvertRequest.js +85 -0
- package/dist/internal/src/models/PostTextMd5400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextMd5400Response.js +45 -0
- package/dist/internal/src/models/PostTextMd5Request.d.ts +32 -0
- package/dist/internal/src/models/PostTextMd5Request.js +43 -0
- package/dist/internal/src/models/PostTextMd5Verify200Response.d.ts +32 -0
- package/dist/internal/src/models/PostTextMd5Verify200Response.js +41 -0
- package/dist/internal/src/models/PostTextMd5Verify400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTextMd5Verify400Response.js +45 -0
- package/dist/internal/src/models/PostTextMd5VerifyRequest.d.ts +38 -0
- package/dist/internal/src/models/PostTextMd5VerifyRequest.js +47 -0
- package/dist/internal/src/models/PostTranslateStream400Response.d.ts +47 -0
- package/dist/internal/src/models/PostTranslateStream400Response.js +51 -0
- package/dist/internal/src/models/PostTranslateStream500Response.d.ts +38 -0
- package/dist/internal/src/models/PostTranslateStream500Response.js +43 -0
- package/dist/internal/src/models/PostTranslateStreamRequest.d.ts +50 -0
- package/dist/internal/src/models/PostTranslateStreamRequest.js +51 -0
- package/dist/internal/src/models/PostTranslateText200Response.d.ts +38 -0
- package/dist/internal/src/models/PostTranslateText200Response.js +43 -0
- package/dist/internal/src/models/PostTranslateText400Response.d.ts +44 -0
- package/dist/internal/src/models/PostTranslateText400Response.js +45 -0
- package/dist/internal/src/models/PostTranslateText500Response.d.ts +44 -0
- package/dist/internal/src/models/PostTranslateText500Response.js +45 -0
- package/dist/internal/src/models/PostTranslateTextRequest.d.ts +32 -0
- package/dist/internal/src/models/PostTranslateTextRequest.js +43 -0
- package/dist/internal/src/models/PostWebTomarkdownAsync202Response.d.ts +56 -0
- package/dist/internal/src/models/PostWebTomarkdownAsync202Response.js +49 -0
- package/dist/internal/src/models/PostWebTomarkdownAsync400Response.d.ts +44 -0
- package/dist/internal/src/models/PostWebTomarkdownAsync400Response.js +45 -0
- package/dist/internal/src/models/index.d.ts +333 -0
- package/dist/internal/src/models/index.js +335 -0
- package/dist/internal/src/runtime.d.ts +184 -0
- package/dist/internal/src/runtime.js +337 -0
- package/dist/src/index.d.ts +984 -0
- package/dist/src/index.js +1423 -0
- package/internal/.openapi-generator/FILES +705 -563
- package/internal/.openapi-generator/VERSION +1 -1
- package/internal/docs/ConvertApi.md +4 -4
- package/internal/docs/DailyApi.md +2 -2
- package/internal/docs/DefaultApi.md +12 -12
- package/internal/docs/EndpointsAggregate.md +1 -1
- package/internal/docs/GameApi.md +21 -18
- package/internal/docs/GetAiTranslateLanguages200Response.md +0 -2
- package/internal/docs/GetAiTranslateLanguages200ResponseDataLanguagesInner.md +1 -1
- package/internal/docs/GetAiTranslateLanguages200ResponsePerformance.md +2 -6
- package/internal/docs/GetAnswerbookAsk200Response.md +0 -2
- package/internal/docs/GetConvertUnixtime200Response.md +0 -2
- package/internal/docs/GetGameEpicFree200Response.md +2 -2
- package/internal/docs/GetGameMinecraftHistoryid200Response.md +12 -7
- package/internal/docs/GetGameMinecraftHistoryid200ResponseResultsInner.md +40 -0
- package/internal/docs/GetGameMinecraftHistoryid200ResponseResultsInnerHistoryInner.md +36 -0
- package/internal/docs/GetGameMinecraftHistoryid400Response.md +1 -1
- package/internal/docs/GetGameMinecraftHistoryid502Response.md +1 -1
- package/internal/docs/GetGameMinecraftServerstatus200Response.md +0 -2
- package/internal/docs/GetGameMinecraftUserinfo200Response.md +0 -2
- package/internal/docs/GetGameMinecraftUserinfo502Response.md +38 -0
- package/internal/docs/GetGameSteamSummary200Response.md +0 -2
- package/internal/docs/GetGithubRepo200Response.md +2 -0
- package/internal/docs/GetGithubRepo200ResponseLatestRelease.md +45 -0
- package/internal/docs/GetHistoryProgrammer200Response.md +0 -2
- package/internal/docs/GetHistoryProgrammerToday200Response.md +0 -2
- package/internal/docs/GetImageTobase64200Response.md +0 -2
- package/internal/docs/GetMiscDistrict200Response.md +36 -0
- package/internal/docs/GetMiscDistrict200ResponseResultsInner.md +58 -0
- package/internal/docs/GetMiscDistrict200ResponseResultsInnerCenter.md +37 -0
- package/internal/docs/GetMiscDistrict400Response.md +36 -0
- package/internal/docs/GetMiscHolidayCalendar200Response.md +44 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseData.md +44 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDataDaysInner.md +76 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDataHolidaysInner.md +40 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDataNearby.md +37 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDataNearbyNextInner.md +38 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDataNearbyPreviousInner.md +38 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDataQuery.md +47 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDataSummary.md +47 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseDaysInner.md +76 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseHolidaysInner.md +40 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseNearby.md +37 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseNearbyNextInner.md +36 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseNearbyNextInnerEventsInner.md +40 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseNearbyPreviousInner.md +36 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseNearbyPreviousInnerEventsInner.md +40 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseQuery.md +47 -0
- package/internal/docs/GetMiscHolidayCalendar200ResponseSummary.md +47 -0
- package/internal/docs/GetMiscHolidayCalendar400Response.md +36 -0
- package/internal/docs/GetMiscHotboard200Response.md +13 -3
- package/internal/docs/GetMiscHotboard200ResponseListInner.md +2 -0
- package/internal/docs/GetMiscHotboard200ResponseOneOf.md +40 -0
- package/internal/docs/GetMiscHotboard200ResponseOneOf1.md +40 -0
- package/internal/docs/GetMiscHotboard200ResponseOneOf1ResultsInner.md +38 -0
- package/internal/docs/GetMiscHotboard200ResponseOneOf2.md +34 -0
- package/internal/docs/GetMiscHotboard200ResponseOneOfListInner.md +44 -0
- package/internal/docs/GetMiscHotboard200ResponseResultsInner.md +38 -0
- package/internal/docs/GetMiscLunartime200Response.md +76 -0
- package/internal/docs/GetMiscLunartime200ResponseData.md +77 -0
- package/internal/docs/GetMiscLunartime400Response.md +36 -0
- package/internal/docs/GetMiscTrackingCarriers200Response.md +4 -6
- package/internal/docs/GetMiscTrackingCarriers200ResponseCarriersInner.md +36 -0
- package/internal/docs/GetMiscTrackingDetect200Response.md +8 -6
- package/internal/docs/GetMiscTrackingDetect200ResponseAlternativesInner.md +36 -0
- package/internal/docs/GetMiscTrackingQuery200Response.md +10 -6
- package/internal/docs/GetMiscTrackingQuery200ResponseTracksInner.md +36 -0
- package/internal/docs/GetMiscWeather200Response.md +51 -13
- package/internal/docs/GetMiscWeather200ResponseAirPollutants.md +45 -0
- package/internal/docs/GetMiscWeather200ResponseForecastInner.md +66 -0
- package/internal/docs/GetMiscWeather200ResponseHourlyForecastInner.md +62 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndices.md +69 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesAirConditioner.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesAirPurifier.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesAllergy.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesBeer.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesCarWash.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesClothing.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesColdRisk.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesComfort.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesDrying.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesExercise.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesFishing.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesMood.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesPollen.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesSunscreen.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesTraffic.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesTravel.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesUmbrella.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseLifeIndicesUv.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseMinutelyPrecip.md +39 -0
- package/internal/docs/GetMiscWeather200ResponseMinutelyPrecipDataInner.md +38 -0
- package/internal/docs/GetMiscWeather400Response.md +2 -4
- package/internal/docs/GetMiscWeather404Response.md +36 -0
- package/internal/docs/GetMiscWeather500Response.md +1 -3
- package/internal/docs/GetMiscWeather503Response.md +36 -0
- package/internal/docs/GetNetworkDns200Response.md +0 -2
- package/internal/docs/GetNetworkIpinfo200Response.md +11 -29
- package/internal/docs/GetNetworkIpinfo500Response.md +1 -1
- package/internal/docs/GetNetworkMyip200Response.md +54 -0
- package/internal/docs/GetNetworkPing200Response.md +0 -2
- package/internal/docs/GetNetworkPingmyip200Response.md +6 -14
- package/internal/docs/GetNetworkPortscan200Response.md +0 -2
- package/internal/docs/GetNetworkUrlstatus200Response.md +2 -4
- package/internal/docs/GetNetworkUrlstatus200ResponseOneOf.md +37 -0
- package/internal/docs/GetNetworkUrlstatus200ResponseOneOf1.md +37 -0
- package/internal/docs/GetNetworkWhois200Response.md +0 -2
- package/internal/docs/GetNetworkWhois200ResponseOneOf.md +0 -2
- package/internal/docs/GetNetworkWhois200ResponseOneOf1.md +0 -2
- package/internal/docs/GetRandomString200Response.md +0 -2
- package/internal/docs/GetSearchEngines200Response.md +1 -1
- package/internal/docs/GetSearchEngines200ResponseEngine.md +1 -1
- package/internal/docs/GetSocialBilibiliLiveroom200Response.md +7 -1
- package/internal/docs/GetSocialBilibiliLiveroom200ResponseNewPendants.md +37 -0
- package/internal/docs/GetSocialBilibiliLiveroom200ResponseNewPendantsBadge.md +37 -0
- package/internal/docs/GetSocialBilibiliLiveroom200ResponseNewPendantsFrame.md +39 -0
- package/internal/docs/GetSocialBilibiliReplies200Response.md +16 -0
- package/internal/docs/GetSocialBilibiliUserinfo200Response.md +26 -6
- package/internal/docs/GetSocialBilibiliVideoinfo200Response.md +28 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseDescV2Inner.md +38 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseDimension.md +39 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseHonorReply.md +35 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseHonorReplyHonorInner.md +40 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponsePagesInner.md +8 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponsePagesInnerDimension.md +39 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseRights.md +69 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseStaffInner.md +42 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseStat.md +12 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseSubtitle.md +37 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseSubtitleListInner.md +46 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseSubtitleListInnerAuthor.md +39 -0
- package/internal/docs/GetSocialBilibiliVideoinfo200ResponseUgcSeason.md +45 -0
- package/internal/docs/GetSocialQqGroupinfo200Response.md +22 -0
- package/internal/docs/GetSocialQqGroupinfo404Response.md +2 -6
- package/internal/docs/GetStatusUsage200Response.md +2 -2
- package/internal/docs/GetStatusUsage200ResponseAnyOf.md +37 -0
- package/internal/docs/GetStatusUsage200ResponseAnyOf1.md +37 -0
- package/internal/docs/GetStatusUsage200ResponseAnyOfEndpointsInner.md +36 -0
- package/internal/docs/GetStatusUsage200ResponseAnyOfUnaggregated.md +36 -0
- package/internal/docs/GetStatusUsage404Response.md +1 -3
- package/internal/docs/GetWebparseExtractimages200Response.md +4 -6
- package/internal/docs/ImageApi.md +104 -21
- package/internal/docs/MiscApi.md +393 -39
- package/internal/docs/NetworkApi.md +19 -19
- package/internal/docs/PoemApi.md +2 -2
- package/internal/docs/PostAiTranslate200Response.md +2 -10
- package/internal/docs/PostAiTranslate200ResponseData.md +1 -11
- package/internal/docs/PostAiTranslate200ResponsePerformance.md +0 -2
- package/internal/docs/PostAiTranslate400Response.md +1 -1
- package/internal/docs/PostAiTranslate500Response.md +0 -2
- package/internal/docs/PostAiTranslateRequest.md +0 -6
- package/internal/docs/PostAnswerbookAsk200Response.md +0 -2
- package/internal/docs/PostConvertJson200Response.md +0 -2
- package/internal/docs/PostImageFrombase64200Response.md +0 -2
- package/internal/docs/PostImageNsfw200Response.md +48 -0
- package/internal/docs/PostImageNsfw400Response.md +36 -0
- package/internal/docs/PostImageNsfw413Response.md +36 -0
- package/internal/docs/PostImageNsfw500Response.md +36 -0
- package/internal/docs/PostMiscDateDiff200Response.md +44 -0
- package/internal/docs/PostMiscDateDiff400Response.md +38 -0
- package/internal/docs/PostMiscDateDiffRequest.md +38 -0
- package/internal/docs/PostSearchAggregateRequest.md +4 -0
- package/internal/docs/PostSensitiveWordAnalyze200ResponseResultsInner.md +6 -10
- package/internal/docs/PostTextAesDecryptAdvanced200Response.md +34 -0
- package/internal/docs/PostTextAesDecryptAdvanced400Response.md +34 -0
- package/internal/docs/PostTextAesDecryptAdvancedRequest.md +42 -0
- package/internal/docs/PostTextAesEncryptAdvanced200Response.md +40 -0
- package/internal/docs/PostTextAesEncryptAdvanced400Response.md +34 -0
- package/internal/docs/PostTextAesEncryptAdvancedRequest.md +44 -0
- package/internal/docs/PostTextAesEncryptRequest.md +1 -1
- package/internal/docs/PostTextConvert200Response.md +42 -0
- package/internal/docs/PostTextConvert400Response.md +38 -0
- package/internal/docs/PostTextConvertRequest.md +40 -0
- package/internal/docs/RandomApi.md +16 -17
- package/internal/docs/SocialApi.md +24 -25
- package/internal/docs/StatusApi.md +4 -6
- package/internal/docs/TextApi.md +235 -28
- package/internal/docs/TranslateApi.md +21 -21
- package/internal/docs/WebParseApi.md +12 -12
- package/internal/src/apis/ClipzyApi.ts +39 -15
- package/internal/src/apis/ConvertApi.ts +28 -12
- package/internal/src/apis/DailyApi.ts +14 -6
- package/internal/src/apis/DefaultApi.ts +69 -29
- package/internal/src/apis/GameApi.ts +81 -40
- package/internal/src/apis/ImageApi.ts +235 -59
- package/internal/src/apis/MiscApi.ts +546 -75
- package/internal/src/apis/NetworkApi.ts +143 -60
- package/internal/src/apis/PoemApi.ts +14 -6
- package/internal/src/apis/RandomApi.ts +70 -39
- package/internal/src/apis/SocialApi.ts +115 -54
- package/internal/src/apis/StatusApi.ts +27 -14
- package/internal/src/apis/TextApi.ts +298 -48
- package/internal/src/apis/TranslateApi.ts +62 -30
- package/internal/src/apis/WebParseApi.ts +60 -28
- package/internal/src/models/GetAiTranslateLanguages200Response.ts +0 -8
- package/internal/src/models/GetAiTranslateLanguages200ResponsePerformance.ts +4 -28
- package/internal/src/models/GetAnswerbookAsk200Response.ts +0 -8
- package/internal/src/models/GetConvertUnixtime200Response.ts +0 -8
- package/internal/src/models/GetGameEpicFree200Response.ts +5 -5
- package/internal/src/models/GetGameMinecraftHistoryid200Response.ts +40 -17
- package/internal/src/models/GetGameMinecraftHistoryid200ResponseResultsInner.ts +97 -0
- package/internal/src/models/GetGameMinecraftHistoryid200ResponseResultsInnerHistoryInner.ts +73 -0
- package/internal/src/models/GetGameMinecraftServerstatus200Response.ts +0 -8
- package/internal/src/models/GetGameMinecraftUserinfo200Response.ts +0 -8
- package/internal/src/models/GetGameMinecraftUserinfo502Response.ts +81 -0
- package/internal/src/models/GetGameSteamSummary200Response.ts +0 -8
- package/internal/src/models/GetGithubRepo200Response.ts +38 -23
- package/internal/src/models/GetGithubRepo200ResponseCollaboratorsInner.ts +4 -4
- package/internal/src/models/GetGithubRepo200ResponseLatestRelease.ts +105 -0
- package/internal/src/models/GetHistoryProgrammer200Response.ts +0 -8
- package/internal/src/models/GetHistoryProgrammerToday200Response.ts +0 -8
- package/internal/src/models/GetImageTobase64200Response.ts +0 -8
- package/internal/src/models/GetMiscDistrict200Response.ts +81 -0
- package/internal/src/models/GetMiscDistrict200ResponseResultsInner.ts +169 -0
- package/internal/src/models/GetMiscDistrict200ResponseResultsInnerCenter.ts +73 -0
- package/internal/src/models/GetMiscDistrict400Response.ts +73 -0
- package/internal/src/models/GetMiscHolidayCalendar200Response.ts +141 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseData.ts +141 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDataDaysInner.ts +233 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDataHolidaysInner.ts +103 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDataNearby.ts +88 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDataNearbyNextInner.ts +81 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDataNearbyPreviousInner.ts +81 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDataQuery.ts +113 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDataSummary.ts +113 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseDaysInner.ts +233 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseHolidaysInner.ts +103 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseNearby.ts +88 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyNextInner.ts +81 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyNextInnerEventsInner.ts +89 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyPreviousInner.ts +81 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseNearbyPreviousInnerEventsInner.ts +89 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseQuery.ts +113 -0
- package/internal/src/models/GetMiscHolidayCalendar200ResponseSummary.ts +113 -0
- package/internal/src/models/GetMiscHolidayCalendar400Response.ts +73 -0
- package/internal/src/models/GetMiscHotboard200Response.ts +49 -49
- package/internal/src/models/GetMiscHotboard200ResponseListInner.ts +8 -0
- package/internal/src/models/GetMiscHotboard200ResponseOneOf.ts +97 -0
- package/internal/src/models/GetMiscHotboard200ResponseOneOf1.ts +97 -0
- package/internal/src/models/GetMiscHotboard200ResponseOneOf1ResultsInner.ts +81 -0
- package/internal/src/models/GetMiscHotboard200ResponseOneOf2.ts +65 -0
- package/internal/src/models/GetMiscHotboard200ResponseOneOfListInner.ts +105 -0
- package/internal/src/models/GetMiscHotboard200ResponseResultsInner.ts +81 -0
- package/internal/src/models/GetMiscLunartime200Response.ts +233 -0
- package/internal/src/models/GetMiscLunartime200ResponseData.ts +233 -0
- package/internal/src/models/GetMiscLunartime400Response.ts +73 -0
- package/internal/src/models/GetMiscTrackingCarriers200Response.ts +16 -24
- package/internal/src/models/GetMiscTrackingCarriers200ResponseCarriersInner.ts +73 -0
- package/internal/src/models/GetMiscTrackingDetect200Response.ts +27 -19
- package/internal/src/models/GetMiscTrackingDetect200ResponseAlternativesInner.ts +73 -0
- package/internal/src/models/GetMiscTrackingQuery200Response.ts +35 -19
- package/internal/src/models/GetMiscTrackingQuery200ResponseTracksInner.ts +73 -0
- package/internal/src/models/GetMiscWeather200Response.ts +666 -26
- package/internal/src/models/GetMiscWeather200ResponseAirPollutants.ts +105 -0
- package/internal/src/models/GetMiscWeather200ResponseForecastInner.ts +193 -0
- package/internal/src/models/GetMiscWeather200ResponseHourlyForecastInner.ts +177 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndices.ts +328 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesAirConditioner.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesAirPurifier.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesAllergy.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesBeer.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesCarWash.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesClothing.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesColdRisk.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesComfort.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesDrying.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesExercise.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesFishing.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesMood.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesPollen.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesSunscreen.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesTraffic.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesTravel.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesUmbrella.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseLifeIndicesUv.ts +81 -0
- package/internal/src/models/GetMiscWeather200ResponseMinutelyPrecip.ts +89 -0
- package/internal/src/models/GetMiscWeather200ResponseMinutelyPrecipDataInner.ts +81 -0
- package/internal/src/models/GetMiscWeather400Response.ts +0 -8
- package/internal/src/models/GetMiscWeather404Response.ts +73 -0
- package/internal/src/models/GetMiscWeather500Response.ts +0 -8
- package/internal/src/models/GetMiscWeather503Response.ts +73 -0
- package/internal/src/models/GetNetworkDns200Response.ts +0 -8
- package/internal/src/models/GetNetworkIpinfo200Response.ts +26 -98
- package/internal/src/models/GetNetworkMyip200Response.ts +145 -0
- package/internal/src/models/GetNetworkPing200Response.ts +0 -8
- package/internal/src/models/GetNetworkPingmyip200Response.ts +13 -45
- package/internal/src/models/GetNetworkPortscan200Response.ts +0 -8
- package/internal/src/models/GetNetworkUrlstatus200Response.ts +38 -43
- package/internal/src/models/GetNetworkUrlstatus200ResponseOneOf.ts +73 -0
- package/internal/src/models/GetNetworkUrlstatus200ResponseOneOf1.ts +73 -0
- package/internal/src/models/GetNetworkWhois200ResponseOneOf.ts +0 -8
- package/internal/src/models/GetNetworkWhois200ResponseOneOf1.ts +0 -8
- package/internal/src/models/GetRandomString200Response.ts +0 -8
- package/internal/src/models/GetSocialBilibiliLiveroom200Response.ts +38 -6
- package/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendants.ts +88 -0
- package/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendantsBadge.ts +73 -0
- package/internal/src/models/GetSocialBilibiliLiveroom200ResponseNewPendantsFrame.ts +81 -0
- package/internal/src/models/GetSocialBilibiliReplies200Response.ts +64 -0
- package/internal/src/models/GetSocialBilibiliUserinfo200Response.ts +90 -18
- package/internal/src/models/GetSocialBilibiliVideoinfo200Response.ts +161 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseDescV2Inner.ts +81 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseDimension.ts +81 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseHonorReply.ts +73 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseHonorReplyHonorInner.ts +89 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponsePagesInner.ts +40 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponsePagesInnerDimension.ts +81 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseRights.ts +201 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseStaffInner.ts +97 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseStat.ts +48 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitle.ts +81 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitleListInner.ts +121 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseSubtitleListInnerAuthor.ts +81 -0
- package/internal/src/models/GetSocialBilibiliVideoinfo200ResponseUgcSeason.ts +105 -0
- package/internal/src/models/GetSocialQqGroupinfo200Response.ts +88 -0
- package/internal/src/models/GetSocialQqGroupinfo404Response.ts +3 -19
- package/internal/src/models/GetStatusUsage200Response.ts +32 -32
- package/internal/src/models/GetStatusUsage200ResponseAnyOf.ts +88 -0
- package/internal/src/models/GetStatusUsage200ResponseAnyOf1.ts +73 -0
- package/internal/src/models/GetStatusUsage200ResponseAnyOfEndpointsInner.ts +73 -0
- package/internal/src/models/GetStatusUsage200ResponseAnyOfUnaggregated.ts +73 -0
- package/internal/src/models/GetStatusUsage404Response.ts +0 -8
- package/internal/src/models/GetWebparseExtractimages200Response.ts +9 -17
- package/internal/src/models/PostAiTranslate200Response.ts +5 -58
- package/internal/src/models/PostAiTranslate200ResponseData.ts +1 -49
- package/internal/src/models/PostAiTranslate200ResponsePerformance.ts +0 -8
- package/internal/src/models/PostAiTranslate500Response.ts +0 -8
- package/internal/src/models/PostAiTranslateRequest.ts +6 -29
- package/internal/src/models/PostAnswerbookAsk200Response.ts +0 -8
- package/internal/src/models/PostConvertJson200Response.ts +0 -8
- package/internal/src/models/PostImageFrombase64200Response.ts +0 -8
- package/internal/src/models/PostImageNsfw200Response.ts +121 -0
- package/internal/src/models/PostImageNsfw400Response.ts +73 -0
- package/internal/src/models/PostImageNsfw413Response.ts +73 -0
- package/internal/src/models/PostImageNsfw500Response.ts +73 -0
- package/internal/src/models/PostMiscDateDiff200Response.ts +105 -0
- package/internal/src/models/PostMiscDateDiff400Response.ts +81 -0
- package/internal/src/models/PostMiscDateDiffRequest.ts +83 -0
- package/internal/src/models/PostSearchAggregate200Response.ts +1 -1
- package/internal/src/models/PostSearchAggregateRequest.ts +38 -0
- package/internal/src/models/PostSensitiveWordAnalyze200ResponseResultsInner.ts +35 -28
- package/internal/src/models/PostSensitiveWordAnalyzeRequest.ts +1 -1
- package/internal/src/models/PostTextAesDecryptAdvanced200Response.ts +65 -0
- package/internal/src/models/PostTextAesDecryptAdvanced400Response.ts +65 -0
- package/internal/src/models/PostTextAesDecryptAdvancedRequest.ts +125 -0
- package/internal/src/models/PostTextAesDecryptRequest.ts +1 -1
- package/internal/src/models/PostTextAesEncryptAdvanced200Response.ts +89 -0
- package/internal/src/models/PostTextAesEncryptAdvanced400Response.ts +65 -0
- package/internal/src/models/PostTextAesEncryptAdvancedRequest.ts +141 -0
- package/internal/src/models/PostTextAesEncryptRequest.ts +2 -2
- package/internal/src/models/PostTextConvert200Response.ts +97 -0
- package/internal/src/models/PostTextConvert400Response.ts +81 -0
- package/internal/src/models/PostTextConvertRequest.ts +130 -0
- package/internal/src/models/PostTextMd5VerifyRequest.ts +2 -2
- package/internal/src/models/PostTranslateStream400Response.ts +1 -1
- package/internal/src/models/PostTranslateStreamRequest.ts +2 -23
- package/internal/src/models/PostTranslateTextRequest.ts +1 -1
- package/internal/src/models/index.ts +92 -21
- package/internal/src/runtime.ts +18 -0
- package/openapitools.json +7 -0
- package/package.json +21 -11
- package/src/index.ts +2810 -751
- package/dist/index.d.ts +0 -175
- package/dist/index.js +0 -950
- /package/dist/{index.test.d.ts → src/index.test.d.ts} +0 -0
- /package/dist/{index.test.js → src/index.test.js} +0 -0
|
@@ -0,0 +1,417 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* UAPI
|
|
5
|
+
* UAPI 官方接口文档
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import * as runtime from '../runtime';
|
|
15
|
+
import { GetTextMd5200ResponseFromJSON, PostTextAesDecrypt200ResponseFromJSON, PostTextAesDecryptAdvanced200ResponseFromJSON, PostTextAesDecryptAdvancedRequestToJSON, PostTextAesDecryptRequestToJSON, PostTextAesEncrypt200ResponseFromJSON, PostTextAesEncryptAdvanced200ResponseFromJSON, PostTextAesEncryptAdvancedRequestToJSON, PostTextAesEncryptRequestToJSON, PostTextAnalyze200ResponseFromJSON, PostTextAnalyzeRequestToJSON, PostTextBase64Decode200ResponseFromJSON, PostTextBase64DecodeRequestToJSON, PostTextBase64Encode200ResponseFromJSON, PostTextBase64EncodeRequestToJSON, PostTextConvert200ResponseFromJSON, PostTextConvertRequestToJSON, PostTextMd5RequestToJSON, PostTextMd5Verify200ResponseFromJSON, PostTextMd5VerifyRequestToJSON, } from '../models/index';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export class TextApi extends runtime.BaseAPI {
|
|
20
|
+
/**
|
|
21
|
+
* Creates request options for getTextMd5 without sending the request
|
|
22
|
+
*/
|
|
23
|
+
async getTextMd5RequestOpts(requestParameters) {
|
|
24
|
+
if (requestParameters['text'] == null) {
|
|
25
|
+
throw new runtime.RequiredError('text', 'Required parameter "text" was null or undefined when calling getTextMd5().');
|
|
26
|
+
}
|
|
27
|
+
const queryParameters = {};
|
|
28
|
+
if (requestParameters['text'] != null) {
|
|
29
|
+
queryParameters['text'] = requestParameters['text'];
|
|
30
|
+
}
|
|
31
|
+
const headerParameters = {};
|
|
32
|
+
let urlPath = `/text/md5`;
|
|
33
|
+
return {
|
|
34
|
+
path: urlPath,
|
|
35
|
+
method: 'GET',
|
|
36
|
+
headers: headerParameters,
|
|
37
|
+
query: queryParameters,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* 一个快速计算文本 MD5 哈希值的工具,适用于短文本且不关心参数暴露的场景。 ## 功能概述 通过GET请求的查询参数传入文本,返回其32位小写的MD5哈希值。 > [!NOTE] > 对于较长或敏感的文本,我们推荐使用本接口的 POST 版本,以避免URL长度限制和参数暴露问题。
|
|
42
|
+
* MD5 哈希
|
|
43
|
+
*/
|
|
44
|
+
async getTextMd5Raw(requestParameters, initOverrides) {
|
|
45
|
+
const requestOptions = await this.getTextMd5RequestOpts(requestParameters);
|
|
46
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
47
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GetTextMd5200ResponseFromJSON(jsonValue));
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* 一个快速计算文本 MD5 哈希值的工具,适用于短文本且不关心参数暴露的场景。 ## 功能概述 通过GET请求的查询参数传入文本,返回其32位小写的MD5哈希值。 > [!NOTE] > 对于较长或敏感的文本,我们推荐使用本接口的 POST 版本,以避免URL长度限制和参数暴露问题。
|
|
51
|
+
* MD5 哈希
|
|
52
|
+
*/
|
|
53
|
+
async getTextMd5(requestParameters, initOverrides) {
|
|
54
|
+
const response = await this.getTextMd5Raw(requestParameters, initOverrides);
|
|
55
|
+
return await response.value();
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Creates request options for postTextAesDecrypt without sending the request
|
|
59
|
+
*/
|
|
60
|
+
async postTextAesDecryptRequestOpts(requestParameters) {
|
|
61
|
+
if (requestParameters['postTextAesDecryptRequest'] == null) {
|
|
62
|
+
throw new runtime.RequiredError('postTextAesDecryptRequest', 'Required parameter "postTextAesDecryptRequest" was null or undefined when calling postTextAesDecrypt().');
|
|
63
|
+
}
|
|
64
|
+
const queryParameters = {};
|
|
65
|
+
const headerParameters = {};
|
|
66
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
67
|
+
let urlPath = `/text/aes/decrypt`;
|
|
68
|
+
return {
|
|
69
|
+
path: urlPath,
|
|
70
|
+
method: 'POST',
|
|
71
|
+
headers: headerParameters,
|
|
72
|
+
query: queryParameters,
|
|
73
|
+
body: PostTextAesDecryptRequestToJSON(requestParameters['postTextAesDecryptRequest']),
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* 收到了用AES加密的密文?把它、密钥和随机数(nonce)交给我们,就能还原出原始内容。 ## 功能概述 这是一个标准的AES解密接口。你需要提供经过Base64编码的密文、加密时使用的密钥和nonce(随机数,通常为16字节字符串)。 > [!IMPORTANT] > **关于密钥 `key`** > 我们支持 AES-128, AES-192, 和 AES-256。请确保你提供的密钥 `key` 的长度(字节数)正好是 **16**、**24** 或 **32**,以分别对应这三种加密强度。 > > **关于随机数 `nonce`** > 通常为16字节字符串,需与加密时一致。
|
|
78
|
+
* AES 解密
|
|
79
|
+
*/
|
|
80
|
+
async postTextAesDecryptRaw(requestParameters, initOverrides) {
|
|
81
|
+
const requestOptions = await this.postTextAesDecryptRequestOpts(requestParameters);
|
|
82
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
83
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextAesDecrypt200ResponseFromJSON(jsonValue));
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* 收到了用AES加密的密文?把它、密钥和随机数(nonce)交给我们,就能还原出原始内容。 ## 功能概述 这是一个标准的AES解密接口。你需要提供经过Base64编码的密文、加密时使用的密钥和nonce(随机数,通常为16字节字符串)。 > [!IMPORTANT] > **关于密钥 `key`** > 我们支持 AES-128, AES-192, 和 AES-256。请确保你提供的密钥 `key` 的长度(字节数)正好是 **16**、**24** 或 **32**,以分别对应这三种加密强度。 > > **关于随机数 `nonce`** > 通常为16字节字符串,需与加密时一致。
|
|
87
|
+
* AES 解密
|
|
88
|
+
*/
|
|
89
|
+
async postTextAesDecrypt(requestParameters, initOverrides) {
|
|
90
|
+
const response = await this.postTextAesDecryptRaw(requestParameters, initOverrides);
|
|
91
|
+
return await response.value();
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Creates request options for postTextAesDecryptAdvanced without sending the request
|
|
95
|
+
*/
|
|
96
|
+
async postTextAesDecryptAdvancedRequestOpts(requestParameters) {
|
|
97
|
+
if (requestParameters['postTextAesDecryptAdvancedRequest'] == null) {
|
|
98
|
+
throw new runtime.RequiredError('postTextAesDecryptAdvancedRequest', 'Required parameter "postTextAesDecryptAdvancedRequest" was null or undefined when calling postTextAesDecryptAdvanced().');
|
|
99
|
+
}
|
|
100
|
+
const queryParameters = {};
|
|
101
|
+
const headerParameters = {};
|
|
102
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
103
|
+
let urlPath = `/text/aes/decrypt-advanced`;
|
|
104
|
+
return {
|
|
105
|
+
path: urlPath,
|
|
106
|
+
method: 'POST',
|
|
107
|
+
headers: headerParameters,
|
|
108
|
+
query: queryParameters,
|
|
109
|
+
body: PostTextAesDecryptAdvancedRequestToJSON(requestParameters['postTextAesDecryptAdvancedRequest']),
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* 需要解密通过高级加密接口加密的数据?这个接口提供与加密接口完全配对的解密功能,支持相同的6种加密模式和3种填充方式。 > [!IMPORTANT] > **解密参数必须与加密时一致** > 解密时,必须提供与加密时相同的密钥、模式和填充方式。对于非GCM模式,还需要提供加密时返回的IV。 ## 功能概述 这是一个功能完整的AES解密接口,能够解密通过高级加密接口加密的所有密文。支持所有6种加密模式和3种填充方式,与加密接口完全配对。 ### 解密流程 1. 获取加密时返回的密文和配置参数 2. 使用相同的密钥、模式、填充方式和IV(如需要) 3. 调用本接口进行解密 4. 获取原始明文 ### 支持的解密模式 - **GCM模式**(推荐):自动验证数据完整性,如果密文被篡改会解密失败 - **CBC模式**:经典块解密模式,需要提供加密时的IV - **CTR/OFB/CFB模式**:流密码解密,需要提供加密时的IV - **ECB模式**:不需要IV,但安全性较低 ### 填充方式处理 - **PKCS7填充**:解密后自动移除填充 - **Zero填充**:解密后自动移除0x00填充 - **None填充**:无填充处理 ## 参数说明 - **`text`**: 待解密的密文(Base64编码,来自加密接口返回的ciphertext字段) - **`key`**: 解密密钥(必须与加密时相同) - **`mode`**: 加密模式(必须与加密时相同) - **`padding`**: 填充方式(可选,默认PKCS7,必须与加密时相同) - **`iv`**: 初始化向量(非GCM模式必须提供,Base64编码) ## 常见错误处理 如果解密失败,请检查以下几点: - 密钥是否与加密时完全相同 - 模式和填充方式是否匹配 - 非GCM模式下是否提供了正确的IV - 密文是否完整且未被修改 - GCM模式下密文是否被篡改
|
|
114
|
+
* AES高级解密
|
|
115
|
+
*/
|
|
116
|
+
async postTextAesDecryptAdvancedRaw(requestParameters, initOverrides) {
|
|
117
|
+
const requestOptions = await this.postTextAesDecryptAdvancedRequestOpts(requestParameters);
|
|
118
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
119
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextAesDecryptAdvanced200ResponseFromJSON(jsonValue));
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* 需要解密通过高级加密接口加密的数据?这个接口提供与加密接口完全配对的解密功能,支持相同的6种加密模式和3种填充方式。 > [!IMPORTANT] > **解密参数必须与加密时一致** > 解密时,必须提供与加密时相同的密钥、模式和填充方式。对于非GCM模式,还需要提供加密时返回的IV。 ## 功能概述 这是一个功能完整的AES解密接口,能够解密通过高级加密接口加密的所有密文。支持所有6种加密模式和3种填充方式,与加密接口完全配对。 ### 解密流程 1. 获取加密时返回的密文和配置参数 2. 使用相同的密钥、模式、填充方式和IV(如需要) 3. 调用本接口进行解密 4. 获取原始明文 ### 支持的解密模式 - **GCM模式**(推荐):自动验证数据完整性,如果密文被篡改会解密失败 - **CBC模式**:经典块解密模式,需要提供加密时的IV - **CTR/OFB/CFB模式**:流密码解密,需要提供加密时的IV - **ECB模式**:不需要IV,但安全性较低 ### 填充方式处理 - **PKCS7填充**:解密后自动移除填充 - **Zero填充**:解密后自动移除0x00填充 - **None填充**:无填充处理 ## 参数说明 - **`text`**: 待解密的密文(Base64编码,来自加密接口返回的ciphertext字段) - **`key`**: 解密密钥(必须与加密时相同) - **`mode`**: 加密模式(必须与加密时相同) - **`padding`**: 填充方式(可选,默认PKCS7,必须与加密时相同) - **`iv`**: 初始化向量(非GCM模式必须提供,Base64编码) ## 常见错误处理 如果解密失败,请检查以下几点: - 密钥是否与加密时完全相同 - 模式和填充方式是否匹配 - 非GCM模式下是否提供了正确的IV - 密文是否完整且未被修改 - GCM模式下密文是否被篡改
|
|
123
|
+
* AES高级解密
|
|
124
|
+
*/
|
|
125
|
+
async postTextAesDecryptAdvanced(requestParameters, initOverrides) {
|
|
126
|
+
const response = await this.postTextAesDecryptAdvancedRaw(requestParameters, initOverrides);
|
|
127
|
+
return await response.value();
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Creates request options for postTextAesEncrypt without sending the request
|
|
131
|
+
*/
|
|
132
|
+
async postTextAesEncryptRequestOpts(requestParameters) {
|
|
133
|
+
if (requestParameters['postTextAesEncryptRequest'] == null) {
|
|
134
|
+
throw new runtime.RequiredError('postTextAesEncryptRequest', 'Required parameter "postTextAesEncryptRequest" was null or undefined when calling postTextAesEncrypt().');
|
|
135
|
+
}
|
|
136
|
+
const queryParameters = {};
|
|
137
|
+
const headerParameters = {};
|
|
138
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
139
|
+
let urlPath = `/text/aes/encrypt`;
|
|
140
|
+
return {
|
|
141
|
+
path: urlPath,
|
|
142
|
+
method: 'POST',
|
|
143
|
+
headers: headerParameters,
|
|
144
|
+
query: queryParameters,
|
|
145
|
+
body: PostTextAesEncryptRequestToJSON(requestParameters['postTextAesEncryptRequest']),
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* 需要安全地传输或存储一些文本信息?AES加密是一个可靠的选择。 ## 功能概述 这是一个标准的AES加密接口。你提供需要加密的明文和密钥,我们返回经过Base64编码的密文。 > [!IMPORTANT] > **关于密钥 `key`** > 我们支持 AES-128, AES-192, 和 AES-256。请确保你提供的密钥 `key` 的长度(字节数)正好是 **16**、**24** 或 **32**,以分别对应这三种加密强度。
|
|
150
|
+
* AES 加密
|
|
151
|
+
*/
|
|
152
|
+
async postTextAesEncryptRaw(requestParameters, initOverrides) {
|
|
153
|
+
const requestOptions = await this.postTextAesEncryptRequestOpts(requestParameters);
|
|
154
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
155
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextAesEncrypt200ResponseFromJSON(jsonValue));
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* 需要安全地传输或存储一些文本信息?AES加密是一个可靠的选择。 ## 功能概述 这是一个标准的AES加密接口。你提供需要加密的明文和密钥,我们返回经过Base64编码的密文。 > [!IMPORTANT] > **关于密钥 `key`** > 我们支持 AES-128, AES-192, 和 AES-256。请确保你提供的密钥 `key` 的长度(字节数)正好是 **16**、**24** 或 **32**,以分别对应这三种加密强度。
|
|
159
|
+
* AES 加密
|
|
160
|
+
*/
|
|
161
|
+
async postTextAesEncrypt(requestParameters, initOverrides) {
|
|
162
|
+
const response = await this.postTextAesEncryptRaw(requestParameters, initOverrides);
|
|
163
|
+
return await response.value();
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Creates request options for postTextAesEncryptAdvanced without sending the request
|
|
167
|
+
*/
|
|
168
|
+
async postTextAesEncryptAdvancedRequestOpts(requestParameters) {
|
|
169
|
+
if (requestParameters['postTextAesEncryptAdvancedRequest'] == null) {
|
|
170
|
+
throw new runtime.RequiredError('postTextAesEncryptAdvancedRequest', 'Required parameter "postTextAesEncryptAdvancedRequest" was null or undefined when calling postTextAesEncryptAdvanced().');
|
|
171
|
+
}
|
|
172
|
+
const queryParameters = {};
|
|
173
|
+
const headerParameters = {};
|
|
174
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
175
|
+
let urlPath = `/text/aes/encrypt-advanced`;
|
|
176
|
+
return {
|
|
177
|
+
path: urlPath,
|
|
178
|
+
method: 'POST',
|
|
179
|
+
headers: headerParameters,
|
|
180
|
+
query: queryParameters,
|
|
181
|
+
body: PostTextAesEncryptAdvancedRequestToJSON(requestParameters['postTextAesEncryptAdvancedRequest']),
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* 需要更灵活的AES加密方案?这个高级接口支持6种加密模式和3种填充方式,让你根据具体场景选择最合适的加密配置。 > [!IMPORTANT] > **推荐使用GCM模式** > GCM模式提供认证加密(AEAD),不仅能加密数据,还能验证数据完整性,防止密文被篡改。这是目前最推荐的加密模式。 ## 功能概述 这是一个功能全面的AES加密接口,支持多种加密模式和填充方式。你可以根据不同的安全需求和性能要求,灵活选择合适的加密配置。 ### 支持的加密模式 - **GCM模式**(推荐):认证加密模式,提供完整性保护 - **CBC模式**:经典块加密模式,需要IV和填充,适用于文件加密 - **CTR模式**:流密码模式,无需填充,适用于实时数据加密 - **OFB/CFB模式**:流密码模式,无需填充,适用于流数据加密 - **ECB模式**(不推荐):仅用于兼容性需求 ### 支持的填充方式 - **PKCS7填充**(推荐):标准填充方式 - **Zero填充**:使用0x00字节填充 - **None填充**:无填充,用于流密码模式 ### 输出格式支持 - **base64**(默认):标准Base64编码输出,适合传输和存储 - **hex**:十六进制编码输出,方便与在线加密工具对比验证 通过 `output_format` 参数可以直接获取HEX格式的密文,无需额外调用转换接口。 ## 参数说明 - **`text`**: 待加密的明文文本 - **`key`**: 加密密钥(支持任意长度) - **`mode`**: 加密模式(可选,默认GCM) - **`padding`**: 填充方式(可选,默认PKCS7) - **`iv`**: 自定义IV(可选,Base64编码,16字节) - **`output_format`**: 输出格式(可选,默认base64) ## 使用示例 **示例1:HEX格式输出** ```json { \"text\": \"测试文本123\", \"key\": \"1234567890123456\", \"mode\": \"ECB\", \"padding\": \"PKCS7\", \"output_format\": \"hex\" } ``` 返回示例: ```json { \"ciphertext\": \"aaaca6027da10918bb5d23d81939552c\", \"mode\": \"ECB\", \"padding\": \"PKCS7\" } ``` **示例2:Base64格式输出(默认)** ```json { \"text\": \"测试文本123\", \"key\": \"1234567890123456\", \"mode\": \"ECB\", \"padding\": \"PKCS7\" } ``` 返回示例: ```json { \"ciphertext\": \"qqymAn2hCRi7XSPYGTlVLA==\", \"mode\": \"ECB\", \"padding\": \"PKCS7\" } ``` ## 技术规格 - **加密算法**: AES-256 - **编码格式**: Base64/HEX(输入/输出) - **IV长度**: 16字节(128位) - **版本标注**: v3.4.8+ > [!NOTE] > **关于IV(初始化向量)** > - GCM模式无需提供IV > - CBC/CTR/OFB/CFB模式可选提供IV > - ECB模式不使用IV > - 建议每次加密使用不同的IV以确保安全性 > [!TIP] > **关于输出格式** > - 如需与在线加密工具(如 toolhelper.cn)对比结果,建议使用 `output_format: \"hex\"` > - Base64格式更适合网络传输和API调用 > - 两种格式可以相互转换,数据完全一致
|
|
186
|
+
* AES高级加密
|
|
187
|
+
*/
|
|
188
|
+
async postTextAesEncryptAdvancedRaw(requestParameters, initOverrides) {
|
|
189
|
+
const requestOptions = await this.postTextAesEncryptAdvancedRequestOpts(requestParameters);
|
|
190
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
191
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextAesEncryptAdvanced200ResponseFromJSON(jsonValue));
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* 需要更灵活的AES加密方案?这个高级接口支持6种加密模式和3种填充方式,让你根据具体场景选择最合适的加密配置。 > [!IMPORTANT] > **推荐使用GCM模式** > GCM模式提供认证加密(AEAD),不仅能加密数据,还能验证数据完整性,防止密文被篡改。这是目前最推荐的加密模式。 ## 功能概述 这是一个功能全面的AES加密接口,支持多种加密模式和填充方式。你可以根据不同的安全需求和性能要求,灵活选择合适的加密配置。 ### 支持的加密模式 - **GCM模式**(推荐):认证加密模式,提供完整性保护 - **CBC模式**:经典块加密模式,需要IV和填充,适用于文件加密 - **CTR模式**:流密码模式,无需填充,适用于实时数据加密 - **OFB/CFB模式**:流密码模式,无需填充,适用于流数据加密 - **ECB模式**(不推荐):仅用于兼容性需求 ### 支持的填充方式 - **PKCS7填充**(推荐):标准填充方式 - **Zero填充**:使用0x00字节填充 - **None填充**:无填充,用于流密码模式 ### 输出格式支持 - **base64**(默认):标准Base64编码输出,适合传输和存储 - **hex**:十六进制编码输出,方便与在线加密工具对比验证 通过 `output_format` 参数可以直接获取HEX格式的密文,无需额外调用转换接口。 ## 参数说明 - **`text`**: 待加密的明文文本 - **`key`**: 加密密钥(支持任意长度) - **`mode`**: 加密模式(可选,默认GCM) - **`padding`**: 填充方式(可选,默认PKCS7) - **`iv`**: 自定义IV(可选,Base64编码,16字节) - **`output_format`**: 输出格式(可选,默认base64) ## 使用示例 **示例1:HEX格式输出** ```json { \"text\": \"测试文本123\", \"key\": \"1234567890123456\", \"mode\": \"ECB\", \"padding\": \"PKCS7\", \"output_format\": \"hex\" } ``` 返回示例: ```json { \"ciphertext\": \"aaaca6027da10918bb5d23d81939552c\", \"mode\": \"ECB\", \"padding\": \"PKCS7\" } ``` **示例2:Base64格式输出(默认)** ```json { \"text\": \"测试文本123\", \"key\": \"1234567890123456\", \"mode\": \"ECB\", \"padding\": \"PKCS7\" } ``` 返回示例: ```json { \"ciphertext\": \"qqymAn2hCRi7XSPYGTlVLA==\", \"mode\": \"ECB\", \"padding\": \"PKCS7\" } ``` ## 技术规格 - **加密算法**: AES-256 - **编码格式**: Base64/HEX(输入/输出) - **IV长度**: 16字节(128位) - **版本标注**: v3.4.8+ > [!NOTE] > **关于IV(初始化向量)** > - GCM模式无需提供IV > - CBC/CTR/OFB/CFB模式可选提供IV > - ECB模式不使用IV > - 建议每次加密使用不同的IV以确保安全性 > [!TIP] > **关于输出格式** > - 如需与在线加密工具(如 toolhelper.cn)对比结果,建议使用 `output_format: \"hex\"` > - Base64格式更适合网络传输和API调用 > - 两种格式可以相互转换,数据完全一致
|
|
195
|
+
* AES高级加密
|
|
196
|
+
*/
|
|
197
|
+
async postTextAesEncryptAdvanced(requestParameters, initOverrides) {
|
|
198
|
+
const response = await this.postTextAesEncryptAdvancedRaw(requestParameters, initOverrides);
|
|
199
|
+
return await response.value();
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* Creates request options for postTextAnalyze without sending the request
|
|
203
|
+
*/
|
|
204
|
+
async postTextAnalyzeRequestOpts(requestParameters) {
|
|
205
|
+
if (requestParameters['postTextAnalyzeRequest'] == null) {
|
|
206
|
+
throw new runtime.RequiredError('postTextAnalyzeRequest', 'Required parameter "postTextAnalyzeRequest" was null or undefined when calling postTextAnalyze().');
|
|
207
|
+
}
|
|
208
|
+
const queryParameters = {};
|
|
209
|
+
const headerParameters = {};
|
|
210
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
211
|
+
let urlPath = `/text/analyze`;
|
|
212
|
+
return {
|
|
213
|
+
path: urlPath,
|
|
214
|
+
method: 'POST',
|
|
215
|
+
headers: headerParameters,
|
|
216
|
+
query: queryParameters,
|
|
217
|
+
body: PostTextAnalyzeRequestToJSON(requestParameters['postTextAnalyzeRequest']),
|
|
218
|
+
};
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* 想知道一篇文章有多少字、多少个词、或者多少行?这个接口可以帮你快速统计。 ## 功能概述 你提供一段文本,我们会从多个维度进行分析,并返回其字符数、词数、句子数、段落数和行数。这对于文本编辑、内容管理等场景非常有用。
|
|
222
|
+
* 文本分析
|
|
223
|
+
*/
|
|
224
|
+
async postTextAnalyzeRaw(requestParameters, initOverrides) {
|
|
225
|
+
const requestOptions = await this.postTextAnalyzeRequestOpts(requestParameters);
|
|
226
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
227
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextAnalyze200ResponseFromJSON(jsonValue));
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* 想知道一篇文章有多少字、多少个词、或者多少行?这个接口可以帮你快速统计。 ## 功能概述 你提供一段文本,我们会从多个维度进行分析,并返回其字符数、词数、句子数、段落数和行数。这对于文本编辑、内容管理等场景非常有用。
|
|
231
|
+
* 文本分析
|
|
232
|
+
*/
|
|
233
|
+
async postTextAnalyze(requestParameters, initOverrides) {
|
|
234
|
+
const response = await this.postTextAnalyzeRaw(requestParameters, initOverrides);
|
|
235
|
+
return await response.value();
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* Creates request options for postTextBase64Decode without sending the request
|
|
239
|
+
*/
|
|
240
|
+
async postTextBase64DecodeRequestOpts(requestParameters) {
|
|
241
|
+
if (requestParameters['postTextBase64DecodeRequest'] == null) {
|
|
242
|
+
throw new runtime.RequiredError('postTextBase64DecodeRequest', 'Required parameter "postTextBase64DecodeRequest" was null or undefined when calling postTextBase64Decode().');
|
|
243
|
+
}
|
|
244
|
+
const queryParameters = {};
|
|
245
|
+
const headerParameters = {};
|
|
246
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
247
|
+
let urlPath = `/text/base64/decode`;
|
|
248
|
+
return {
|
|
249
|
+
path: urlPath,
|
|
250
|
+
method: 'POST',
|
|
251
|
+
headers: headerParameters,
|
|
252
|
+
query: queryParameters,
|
|
253
|
+
body: PostTextBase64DecodeRequestToJSON(requestParameters['postTextBase64DecodeRequest']),
|
|
254
|
+
};
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* 这是一个简单实用的 Base64 解码工具。 ## 功能概述 你提供一个 Base64 编码的字符串,我们帮你解码成原始的 UTF-8 文本。
|
|
258
|
+
* Base64 解码
|
|
259
|
+
*/
|
|
260
|
+
async postTextBase64DecodeRaw(requestParameters, initOverrides) {
|
|
261
|
+
const requestOptions = await this.postTextBase64DecodeRequestOpts(requestParameters);
|
|
262
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
263
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextBase64Decode200ResponseFromJSON(jsonValue));
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* 这是一个简单实用的 Base64 解码工具。 ## 功能概述 你提供一个 Base64 编码的字符串,我们帮你解码成原始的 UTF-8 文本。
|
|
267
|
+
* Base64 解码
|
|
268
|
+
*/
|
|
269
|
+
async postTextBase64Decode(requestParameters, initOverrides) {
|
|
270
|
+
const response = await this.postTextBase64DecodeRaw(requestParameters, initOverrides);
|
|
271
|
+
return await response.value();
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Creates request options for postTextBase64Encode without sending the request
|
|
275
|
+
*/
|
|
276
|
+
async postTextBase64EncodeRequestOpts(requestParameters) {
|
|
277
|
+
if (requestParameters['postTextBase64EncodeRequest'] == null) {
|
|
278
|
+
throw new runtime.RequiredError('postTextBase64EncodeRequest', 'Required parameter "postTextBase64EncodeRequest" was null or undefined when calling postTextBase64Encode().');
|
|
279
|
+
}
|
|
280
|
+
const queryParameters = {};
|
|
281
|
+
const headerParameters = {};
|
|
282
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
283
|
+
let urlPath = `/text/base64/encode`;
|
|
284
|
+
return {
|
|
285
|
+
path: urlPath,
|
|
286
|
+
method: 'POST',
|
|
287
|
+
headers: headerParameters,
|
|
288
|
+
query: queryParameters,
|
|
289
|
+
body: PostTextBase64EncodeRequestToJSON(requestParameters['postTextBase64EncodeRequest']),
|
|
290
|
+
};
|
|
291
|
+
}
|
|
292
|
+
/**
|
|
293
|
+
* 这是一个简单实用的 Base64 编码工具。 ## 功能概述 你提供一段原始文本,我们帮你转换成 Base64 编码的字符串。
|
|
294
|
+
* Base64 编码
|
|
295
|
+
*/
|
|
296
|
+
async postTextBase64EncodeRaw(requestParameters, initOverrides) {
|
|
297
|
+
const requestOptions = await this.postTextBase64EncodeRequestOpts(requestParameters);
|
|
298
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
299
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextBase64Encode200ResponseFromJSON(jsonValue));
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* 这是一个简单实用的 Base64 编码工具。 ## 功能概述 你提供一段原始文本,我们帮你转换成 Base64 编码的字符串。
|
|
303
|
+
* Base64 编码
|
|
304
|
+
*/
|
|
305
|
+
async postTextBase64Encode(requestParameters, initOverrides) {
|
|
306
|
+
const response = await this.postTextBase64EncodeRaw(requestParameters, initOverrides);
|
|
307
|
+
return await response.value();
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* Creates request options for postTextConvert without sending the request
|
|
311
|
+
*/
|
|
312
|
+
async postTextConvertRequestOpts(requestParameters) {
|
|
313
|
+
if (requestParameters['postTextConvertRequest'] == null) {
|
|
314
|
+
throw new runtime.RequiredError('postTextConvertRequest', 'Required parameter "postTextConvertRequest" was null or undefined when calling postTextConvert().');
|
|
315
|
+
}
|
|
316
|
+
const queryParameters = {};
|
|
317
|
+
const headerParameters = {};
|
|
318
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
319
|
+
let urlPath = `/text/convert`;
|
|
320
|
+
return {
|
|
321
|
+
path: urlPath,
|
|
322
|
+
method: 'POST',
|
|
323
|
+
headers: headerParameters,
|
|
324
|
+
query: queryParameters,
|
|
325
|
+
body: PostTextConvertRequestToJSON(requestParameters['postTextConvertRequest']),
|
|
326
|
+
};
|
|
327
|
+
}
|
|
328
|
+
/**
|
|
329
|
+
* 需要在不同文本格式之间转换?这个接口支持Base64、Hex、URL、HTML、Unicode等多种格式互转,还能生成MD5、SHA256等哈希值。 ## 功能概述 你提供待转换的文本、源格式和目标格式,接口会自动完成转换。支持7种双向格式(plain、base64、hex、url、html、unicode、binary)和4种单向哈希(md5、sha1、sha256、sha512)。 ## 格式说明 **双向转换格式**:plain(纯文本)、base64、hex(十六进制)、url、html(HTML实体)、unicode(\\uXXXX转义)、binary(二进制字符串) **单向哈希格式**:md5、sha1、sha256、sha512(仅可作为目标格式,不可逆) ## 链式转换 支持多次调用实现复杂转换,如先将文本转为base64,再将base64转为hex。
|
|
330
|
+
* 格式转换
|
|
331
|
+
*/
|
|
332
|
+
async postTextConvertRaw(requestParameters, initOverrides) {
|
|
333
|
+
const requestOptions = await this.postTextConvertRequestOpts(requestParameters);
|
|
334
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
335
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextConvert200ResponseFromJSON(jsonValue));
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* 需要在不同文本格式之间转换?这个接口支持Base64、Hex、URL、HTML、Unicode等多种格式互转,还能生成MD5、SHA256等哈希值。 ## 功能概述 你提供待转换的文本、源格式和目标格式,接口会自动完成转换。支持7种双向格式(plain、base64、hex、url、html、unicode、binary)和4种单向哈希(md5、sha1、sha256、sha512)。 ## 格式说明 **双向转换格式**:plain(纯文本)、base64、hex(十六进制)、url、html(HTML实体)、unicode(\\uXXXX转义)、binary(二进制字符串) **单向哈希格式**:md5、sha1、sha256、sha512(仅可作为目标格式,不可逆) ## 链式转换 支持多次调用实现复杂转换,如先将文本转为base64,再将base64转为hex。
|
|
339
|
+
* 格式转换
|
|
340
|
+
*/
|
|
341
|
+
async postTextConvert(requestParameters, initOverrides) {
|
|
342
|
+
const response = await this.postTextConvertRaw(requestParameters, initOverrides);
|
|
343
|
+
return await response.value();
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* Creates request options for postTextMd5 without sending the request
|
|
347
|
+
*/
|
|
348
|
+
async postTextMd5RequestOpts(requestParameters) {
|
|
349
|
+
if (requestParameters['postTextMd5Request'] == null) {
|
|
350
|
+
throw new runtime.RequiredError('postTextMd5Request', 'Required parameter "postTextMd5Request" was null or undefined when calling postTextMd5().');
|
|
351
|
+
}
|
|
352
|
+
const queryParameters = {};
|
|
353
|
+
const headerParameters = {};
|
|
354
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
355
|
+
let urlPath = `/text/md5`;
|
|
356
|
+
return {
|
|
357
|
+
path: urlPath,
|
|
358
|
+
method: 'POST',
|
|
359
|
+
headers: headerParameters,
|
|
360
|
+
query: queryParameters,
|
|
361
|
+
body: PostTextMd5RequestToJSON(requestParameters['postTextMd5Request']),
|
|
362
|
+
};
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* 一个用于计算文本 MD5 哈希值的标准工具,推荐使用此版本。 ## 功能概述 通过POST请求的表单体传入文本,返回其32位小写的MD5哈希值。相比GET版本,此方法更适合处理较长或包含敏感信息的文本。
|
|
366
|
+
* MD5 哈希 (POST)
|
|
367
|
+
*/
|
|
368
|
+
async postTextMd5Raw(requestParameters, initOverrides) {
|
|
369
|
+
const requestOptions = await this.postTextMd5RequestOpts(requestParameters);
|
|
370
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
371
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => GetTextMd5200ResponseFromJSON(jsonValue));
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* 一个用于计算文本 MD5 哈希值的标准工具,推荐使用此版本。 ## 功能概述 通过POST请求的表单体传入文本,返回其32位小写的MD5哈希值。相比GET版本,此方法更适合处理较长或包含敏感信息的文本。
|
|
375
|
+
* MD5 哈希 (POST)
|
|
376
|
+
*/
|
|
377
|
+
async postTextMd5(requestParameters, initOverrides) {
|
|
378
|
+
const response = await this.postTextMd5Raw(requestParameters, initOverrides);
|
|
379
|
+
return await response.value();
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* Creates request options for postTextMd5Verify without sending the request
|
|
383
|
+
*/
|
|
384
|
+
async postTextMd5VerifyRequestOpts(requestParameters) {
|
|
385
|
+
if (requestParameters['postTextMd5VerifyRequest'] == null) {
|
|
386
|
+
throw new runtime.RequiredError('postTextMd5VerifyRequest', 'Required parameter "postTextMd5VerifyRequest" was null or undefined when calling postTextMd5Verify().');
|
|
387
|
+
}
|
|
388
|
+
const queryParameters = {};
|
|
389
|
+
const headerParameters = {};
|
|
390
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
391
|
+
let urlPath = `/text/md5/verify`;
|
|
392
|
+
return {
|
|
393
|
+
path: urlPath,
|
|
394
|
+
method: 'POST',
|
|
395
|
+
headers: headerParameters,
|
|
396
|
+
query: queryParameters,
|
|
397
|
+
body: PostTextMd5VerifyRequestToJSON(requestParameters['postTextMd5VerifyRequest']),
|
|
398
|
+
};
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* 下载了一个文件,想确认它在传输过程中有没有损坏?校验MD5值是最常用的方法。 ## 功能概述 你提供原始文本和一个MD5哈希值,我们帮你计算文本的哈希,并与你提供的哈希进行比对,告诉你它们是否匹配。这在文件完整性校验等场景下非常有用。
|
|
402
|
+
* MD5 校验
|
|
403
|
+
*/
|
|
404
|
+
async postTextMd5VerifyRaw(requestParameters, initOverrides) {
|
|
405
|
+
const requestOptions = await this.postTextMd5VerifyRequestOpts(requestParameters);
|
|
406
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
407
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => PostTextMd5Verify200ResponseFromJSON(jsonValue));
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* 下载了一个文件,想确认它在传输过程中有没有损坏?校验MD5值是最常用的方法。 ## 功能概述 你提供原始文本和一个MD5哈希值,我们帮你计算文本的哈希,并与你提供的哈希进行比对,告诉你它们是否匹配。这在文件完整性校验等场景下非常有用。
|
|
411
|
+
* MD5 校验
|
|
412
|
+
*/
|
|
413
|
+
async postTextMd5Verify(requestParameters, initOverrides) {
|
|
414
|
+
const response = await this.postTextMd5VerifyRaw(requestParameters, initOverrides);
|
|
415
|
+
return await response.value();
|
|
416
|
+
}
|
|
417
|
+
}
|