@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
|
@@ -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}
|
|
@@ -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";
|
|
@@ -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,
|
|
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"}
|