@daytonaio/api-client 0.124.0-alpha.8 → 0.124.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/api-client",
3
- "version": "0.124.0-alpha.8",
3
+ "version": "0.124.0",
4
4
  "description": "OpenAPI client for @daytonaio/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -70,10 +70,4 @@ export interface CreateSnapshot {
70
70
  * @memberof CreateSnapshot
71
71
  */
72
72
  buildInfo?: CreateBuildInfo;
73
- /**
74
- * Whether to skip validation for the snapshot
75
- * @type {boolean}
76
- * @memberof CreateSnapshot
77
- */
78
- skipValidation?: boolean;
79
73
  }
@@ -16,6 +16,12 @@ import type { RateLimitEntry } from './rate-limit-entry';
16
16
  * @interface RateLimitConfig
17
17
  */
18
18
  export interface RateLimitConfig {
19
+ /**
20
+ * Failed authentication rate limit
21
+ * @type {RateLimitEntry}
22
+ * @memberof RateLimitConfig
23
+ */
24
+ failedAuth?: RateLimitEntry;
19
25
  /**
20
26
  * Authenticated rate limit
21
27
  * @type {RateLimitEntry}
@@ -119,10 +119,4 @@ export interface SnapshotDto {
119
119
  * @memberof SnapshotDto
120
120
  */
121
121
  buildInfo?: BuildInfo;
122
- /**
123
- *
124
- * @type {boolean}
125
- * @memberof SnapshotDto
126
- */
127
- skipValidation: boolean;
128
122
  }
@@ -18,8 +18,6 @@ export declare const SnapshotState: {
18
18
  readonly BUILDING: "building";
19
19
  readonly PENDING: "pending";
20
20
  readonly PULLING: "pulling";
21
- readonly PENDING_VALIDATION: "pending_validation";
22
- readonly VALIDATING: "validating";
23
21
  readonly ACTIVE: "active";
24
22
  readonly INACTIVE: "inactive";
25
23
  readonly ERROR: "error";
@@ -22,8 +22,6 @@ exports.SnapshotState = {
22
22
  BUILDING: 'building',
23
23
  PENDING: 'pending',
24
24
  PULLING: 'pulling',
25
- PENDING_VALIDATION: 'pending_validation',
26
- VALIDATING: 'validating',
27
25
  ACTIVE: 'active',
28
26
  INACTIVE: 'inactive',
29
27
  ERROR: 'error',
@@ -1 +1 @@
1
- {"version":3,"file":"snapshot-state.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/snapshot-state.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AAEpB;;;;;;;;;;GAUG;AAEH;;;;GAIG;AAEU,QAAA,aAAa,GAAG;IAC3B,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,kBAAkB,EAAE,oBAAoB;IACxC,UAAU,EAAE,YAAY;IACxB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,QAAQ,EAAE,UAAU;CACZ,CAAA"}
1
+ {"version":3,"file":"snapshot-state.js","sourceRoot":"","sources":["../../../../../libs/api-client/src/models/snapshot-state.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AAEpB;;;;;;;;;;GAUG;AAEH;;;;GAIG;AAEU,QAAA,aAAa,GAAG;IAC3B,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,QAAQ,EAAE,UAAU;CACZ,CAAA"}