byzip-v2-sdk 1.0.44 → 1.0.46

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.
@@ -270,7 +270,7 @@ export interface TokenResponseDto {
270
270
  grantType: string;
271
271
  refreshToken: string;
272
272
  }
273
- export declare const enum BugReportErrorType {
273
+ export declare enum BugReportErrorType {
274
274
  UNKNOWN = "UNKNOWN",
275
275
  CLIENT_ERROR = "CLIENT_ERROR",
276
276
  SERVER_ERROR = "SERVER_ERROR",
@@ -281,13 +281,13 @@ export declare const enum BugReportErrorType {
281
281
  REFERENCE_ERROR = "REFERENCE_ERROR",
282
282
  TYPE_ERROR = "TYPE_ERROR"
283
283
  }
284
- export declare const enum BugReportSeverity {
284
+ export declare enum BugReportSeverity {
285
285
  LOW = "LOW",
286
286
  MEDIUM = "MEDIUM",
287
287
  HIGH = "HIGH",
288
288
  CRITICAL = "CRITICAL"
289
289
  }
290
- export declare const enum BugReportStatus {
290
+ export declare enum BugReportStatus {
291
291
  OPEN = "OPEN",
292
292
  IN_PROGRESS = "IN_PROGRESS",
293
293
  RESOLVED = "RESOLVED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byzip-v2-sdk",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [