@oapiex/sdk-kit 0.1.3 → 0.1.5

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.cts CHANGED
@@ -316,7 +316,7 @@ declare class HttpException extends Error {
316
316
  * @param code
317
317
  * @param data
318
318
  */
319
- static fromCode(code: number, data: Required<UnifiedResponse>, parent?: Error): ForbiddenRequestException | BadRequestException | HttpException | UnauthorizedRequestException;
319
+ static fromCode(code: number, data: Required<UnifiedResponse>, parent?: Error): HttpException | BadRequestException | UnauthorizedRequestException | ForbiddenRequestException;
320
320
  }
321
321
  //#endregion
322
322
  //#region src/Apis/BaseApi.d.ts
package/dist/index.d.ts CHANGED
@@ -317,7 +317,7 @@ declare class HttpException extends Error {
317
317
  * @param code
318
318
  * @param data
319
319
  */
320
- static fromCode(code: number, data: Required<UnifiedResponse>, parent?: Error): ForbiddenRequestException | BadRequestException | HttpException | UnauthorizedRequestException;
320
+ static fromCode(code: number, data: Required<UnifiedResponse>, parent?: Error): HttpException | BadRequestException | UnauthorizedRequestException | ForbiddenRequestException;
321
321
  }
322
322
  //#endregion
323
323
  //#region src/Apis/BaseApi.d.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oapiex/sdk-kit",
3
3
  "type": "module",
4
- "version": "0.1.3",
4
+ "version": "0.1.5",
5
5
  "description": "A TypeScript Base for building SDKs using OpenAPI specifications extracted by OAPIEX.",
6
6
  "main": "./dist/index.cjs",
7
7
  "private": false,