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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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 };
|