test-api-client 0.0.2 → 0.0.3

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/dist/index.d.mts CHANGED
@@ -691,4 +691,4 @@ declare const fileGetApi: (fileName: string) => Promise<GetFileResponse>;
691
691
  */
692
692
  declare const fileListApi: () => Promise<GetFileListResponse>;
693
693
 
694
- export { type ApiApiResponse, type ApiClientConfig, ApiError, type ApiErrorType, type ApiLogLevel, type ApiStructuredHttpLog, ErrorLevel, FunctionModule, airlineAddApi, airlineListApi, airlineQueryApi, airlineUpdateApi, fenceAddApi, fenceListApi, fenceQueryApi, fenceUpdateApi, fileGetApi, fileListApi, fileUploadApi, getApiToken, initApiClient, loginApi, logoutApi, refreshTokenApi, setApiToken, simulateNext401, weatherQueryApi };
694
+ export { type AirlineAddRequest, type AirlineAddResponse, type AirlineItem, type AirlineListRequest, type AirlineListResponse, type AirlineQueryRequest, type AirlineQueryResponse, type AirlineRoutePoint, type AirlineUpdateRequest, type AirlineUpdateResponse, type ApiApiResponse, type ApiClientConfig, ApiError, type ApiErrorType, type ApiLogLevel, type ApiStructuredHttpLog, ErrorLevel, type FenceAddRequest, type FenceAddResponse, type FenceEffectiveTime, type FenceItem, type FenceListRequest, type FenceListResponse, type FencePolygonVertex, type FenceQueryRequest, type FenceQueryResponse, type FenceSectorInfo, type FenceUpdateRequest, type FenceUpdateResponse, FunctionModule, type GetFileListResponse, type GetFileResponse, type LoginRequest, type LoginResponse, type LogoutRequest, type LogoutResponse, type RefreshTokenRequest, type RefreshTokenResponse, type UploadFileResponse, type WeatherParams, type WeatherResponse, airlineAddApi, airlineListApi, airlineQueryApi, airlineUpdateApi, fenceAddApi, fenceListApi, fenceQueryApi, fenceUpdateApi, fileGetApi, fileListApi, fileUploadApi, getApiToken, initApiClient, loginApi, logoutApi, refreshTokenApi, setApiToken, simulateNext401, weatherQueryApi };
package/dist/index.d.ts CHANGED
@@ -691,4 +691,4 @@ declare const fileGetApi: (fileName: string) => Promise<GetFileResponse>;
691
691
  */
692
692
  declare const fileListApi: () => Promise<GetFileListResponse>;
693
693
 
694
- export { type ApiApiResponse, type ApiClientConfig, ApiError, type ApiErrorType, type ApiLogLevel, type ApiStructuredHttpLog, ErrorLevel, FunctionModule, airlineAddApi, airlineListApi, airlineQueryApi, airlineUpdateApi, fenceAddApi, fenceListApi, fenceQueryApi, fenceUpdateApi, fileGetApi, fileListApi, fileUploadApi, getApiToken, initApiClient, loginApi, logoutApi, refreshTokenApi, setApiToken, simulateNext401, weatherQueryApi };
694
+ export { type AirlineAddRequest, type AirlineAddResponse, type AirlineItem, type AirlineListRequest, type AirlineListResponse, type AirlineQueryRequest, type AirlineQueryResponse, type AirlineRoutePoint, type AirlineUpdateRequest, type AirlineUpdateResponse, type ApiApiResponse, type ApiClientConfig, ApiError, type ApiErrorType, type ApiLogLevel, type ApiStructuredHttpLog, ErrorLevel, type FenceAddRequest, type FenceAddResponse, type FenceEffectiveTime, type FenceItem, type FenceListRequest, type FenceListResponse, type FencePolygonVertex, type FenceQueryRequest, type FenceQueryResponse, type FenceSectorInfo, type FenceUpdateRequest, type FenceUpdateResponse, FunctionModule, type GetFileListResponse, type GetFileResponse, type LoginRequest, type LoginResponse, type LogoutRequest, type LogoutResponse, type RefreshTokenRequest, type RefreshTokenResponse, type UploadFileResponse, type WeatherParams, type WeatherResponse, airlineAddApi, airlineListApi, airlineQueryApi, airlineUpdateApi, fenceAddApi, fenceListApi, fenceQueryApi, fenceUpdateApi, fileGetApi, fileListApi, fileUploadApi, getApiToken, initApiClient, loginApi, logoutApi, refreshTokenApi, setApiToken, simulateNext401, weatherQueryApi };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-api-client",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "api平台HTTP API客户端SDK,提供请求封装、签名验证、日志记录和错误处理等核心功能",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",