@xmobitea/gn-typescript-client 2.6.11-tsc → 2.6.12-tsc
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.ts +2 -0
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -130,6 +130,8 @@ import { CustomOperationResponse, CustomOperationResponseAbstract } from "./runt
|
|
|
130
130
|
export { CustomOperationResponse, CustomOperationResponseAbstract };
|
|
131
131
|
import { GetAuthInfoResponse } from "./runtime/entity/response/GetAuthInfoResponse";
|
|
132
132
|
export { GetAuthInfoResponse };
|
|
133
|
+
import { HealthCheckResponse } from "./runtime/entity/response/HealthCheckResponse";
|
|
134
|
+
export { HealthCheckResponse };
|
|
133
135
|
import { UploadFileResponse } from "./runtime/entity/response/UploadFileResponse";
|
|
134
136
|
export { UploadFileResponse };
|
|
135
137
|
import { InvalidMember } from "./runtime/entity/InvalidMember";
|
package/dist/index.js
CHANGED
|
@@ -120,6 +120,8 @@ import { CustomOperationResponse, CustomOperationResponseAbstract } from "./runt
|
|
|
120
120
|
export { CustomOperationResponse, CustomOperationResponseAbstract };
|
|
121
121
|
import { GetAuthInfoResponse } from "./runtime/entity/response/GetAuthInfoResponse";
|
|
122
122
|
export { GetAuthInfoResponse };
|
|
123
|
+
import { HealthCheckResponse } from "./runtime/entity/response/HealthCheckResponse";
|
|
124
|
+
export { HealthCheckResponse };
|
|
123
125
|
import { UploadFileResponse } from "./runtime/entity/response/UploadFileResponse";
|
|
124
126
|
export { UploadFileResponse };
|
|
125
127
|
import { OperationEvent } from "./runtime/entity/OperationEvent";
|