sandbox0 0.1.12 → 0.1.13
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/apispec/src/apis/AuthApi.d.ts +0 -1
- package/dist/apispec/src/apis/AuthApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/AuthApi.js +0 -3
- package/dist/apispec/src/apis/UsersApi.d.ts +11 -11
- package/dist/apispec/src/apis/UsersApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/UsersApi.js +34 -34
- package/dist/apispec/src/apis/VolumeSyncApi.d.ts +145 -0
- package/dist/apispec/src/apis/VolumeSyncApi.d.ts.map +1 -0
- package/dist/apispec/src/apis/VolumeSyncApi.js +416 -0
- package/dist/apispec/src/apis/index.d.ts +1 -0
- package/dist/apispec/src/apis/index.d.ts.map +1 -1
- package/dist/apispec/src/apis/index.js +1 -0
- package/dist/apispec/src/models/AppendReplicaChangesRequest.d.ts +46 -0
- package/dist/apispec/src/models/AppendReplicaChangesRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/AppendReplicaChangesRequest.js +52 -0
- package/dist/apispec/src/models/AppendReplicaChangesResponse.d.ts +47 -0
- package/dist/apispec/src/models/AppendReplicaChangesResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/AppendReplicaChangesResponse.js +53 -0
- package/dist/apispec/src/models/ChangeRequest.d.ts +92 -0
- package/dist/apispec/src/models/ChangeRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/ChangeRequest.js +67 -0
- package/dist/apispec/src/models/CreateVolumeSyncBootstrapRequest.d.ts +52 -0
- package/dist/apispec/src/models/CreateVolumeSyncBootstrapRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/CreateVolumeSyncBootstrapRequest.js +48 -0
- package/dist/apispec/src/models/ListVolumeSyncChangesResponse.d.ts +46 -0
- package/dist/apispec/src/models/ListVolumeSyncChangesResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/ListVolumeSyncChangesResponse.js +52 -0
- package/dist/apispec/src/models/ListVolumeSyncConflictsResponse.d.ts +34 -0
- package/dist/apispec/src/models/ListVolumeSyncConflictsResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/ListVolumeSyncConflictsResponse.js +44 -0
- package/dist/apispec/src/models/ResolveVolumeSyncConflictRequest.d.ts +53 -0
- package/dist/apispec/src/models/ResolveVolumeSyncConflictRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/ResolveVolumeSyncConflictRequest.js +54 -0
- package/dist/apispec/src/models/SuccessVolumeSyncAppendResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessVolumeSyncAppendResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessVolumeSyncAppendResponse.js +46 -0
- package/dist/apispec/src/models/SuccessVolumeSyncBootstrapResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessVolumeSyncBootstrapResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessVolumeSyncBootstrapResponse.js +46 -0
- package/dist/apispec/src/models/SuccessVolumeSyncChangeListResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessVolumeSyncChangeListResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessVolumeSyncChangeListResponse.js +46 -0
- package/dist/apispec/src/models/SuccessVolumeSyncConflictListResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessVolumeSyncConflictListResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessVolumeSyncConflictListResponse.js +46 -0
- package/dist/apispec/src/models/SuccessVolumeSyncConflictResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessVolumeSyncConflictResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessVolumeSyncConflictResponse.js +46 -0
- package/dist/apispec/src/models/SuccessVolumeSyncReplicaResponse.d.ts +40 -0
- package/dist/apispec/src/models/SuccessVolumeSyncReplicaResponse.d.ts.map +1 -0
- package/dist/apispec/src/models/SuccessVolumeSyncReplicaResponse.js +46 -0
- package/dist/apispec/src/models/SyncConflict.d.ts +119 -0
- package/dist/apispec/src/models/SyncConflict.d.ts.map +1 -0
- package/dist/apispec/src/models/SyncConflict.js +69 -0
- package/dist/apispec/src/models/SyncEventType.d.ts +30 -0
- package/dist/apispec/src/models/SyncEventType.d.ts.map +1 -0
- package/dist/apispec/src/models/SyncEventType.js +47 -0
- package/dist/apispec/src/models/SyncJournalEntry.d.ts +154 -0
- package/dist/apispec/src/models/SyncJournalEntry.d.ts.map +1 -0
- package/dist/apispec/src/models/SyncJournalEntry.js +90 -0
- package/dist/apispec/src/models/SyncReplica.d.ts +100 -0
- package/dist/apispec/src/models/SyncReplica.d.ts.map +1 -0
- package/dist/apispec/src/models/SyncReplica.js +64 -0
- package/dist/apispec/src/models/UpdateSyncReplicaCursorRequest.d.ts +33 -0
- package/dist/apispec/src/models/UpdateSyncReplicaCursorRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/UpdateSyncReplicaCursorRequest.js +43 -0
- package/dist/apispec/src/models/UpsertSyncReplicaRequest.d.ts +58 -0
- package/dist/apispec/src/models/UpsertSyncReplicaRequest.d.ts.map +1 -0
- package/dist/apispec/src/models/UpsertSyncReplicaRequest.js +50 -0
- package/dist/apispec/src/models/VolumeSyncBootstrap.d.ts +46 -0
- package/dist/apispec/src/models/VolumeSyncBootstrap.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncBootstrap.js +52 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapCompatibilityConflictDetails.d.ts +60 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapCompatibilityConflictDetails.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapCompatibilityConflictDetails.js +63 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelope.d.ts +40 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelope.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelope.js +48 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.d.ts +46 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.js +50 -0
- package/dist/apispec/src/models/VolumeSyncCompatibilityIssue.d.ts +63 -0
- package/dist/apispec/src/models/VolumeSyncCompatibilityIssue.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncCompatibilityIssue.js +53 -0
- package/dist/apispec/src/models/VolumeSyncFilesystemCapabilities.d.ts +45 -0
- package/dist/apispec/src/models/VolumeSyncFilesystemCapabilities.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncFilesystemCapabilities.js +51 -0
- package/dist/apispec/src/models/VolumeSyncReplicaEnvelope.d.ts +40 -0
- package/dist/apispec/src/models/VolumeSyncReplicaEnvelope.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncReplicaEnvelope.js +48 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredDetails.d.ts +52 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredDetails.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredDetails.js +57 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelope.d.ts +40 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelope.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelope.js +48 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelopeAllOfError.d.ts +46 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelopeAllOfError.d.ts.map +1 -0
- package/dist/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelopeAllOfError.js +50 -0
- package/dist/apispec/src/models/index.d.ts +29 -0
- package/dist/apispec/src/models/index.d.ts.map +1 -1
- package/dist/apispec/src/models/index.js +29 -0
- package/package.json +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sandbox0 API
|
|
5
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* Check if a given object implements the VolumeSyncFilesystemCapabilities interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfVolumeSyncFilesystemCapabilities(value) {
|
|
18
|
+
if (!('caseSensitive' in value) || value['caseSensitive'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
if (!('unicodeNormalizationInsensitive' in value) || value['unicodeNormalizationInsensitive'] === undefined)
|
|
21
|
+
return false;
|
|
22
|
+
if (!('windowsCompatiblePaths' in value) || value['windowsCompatiblePaths'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
export function VolumeSyncFilesystemCapabilitiesFromJSON(json) {
|
|
27
|
+
return VolumeSyncFilesystemCapabilitiesFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function VolumeSyncFilesystemCapabilitiesFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
if (json == null) {
|
|
31
|
+
return json;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'caseSensitive': json['case_sensitive'],
|
|
35
|
+
'unicodeNormalizationInsensitive': json['unicode_normalization_insensitive'],
|
|
36
|
+
'windowsCompatiblePaths': json['windows_compatible_paths'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export function VolumeSyncFilesystemCapabilitiesToJSON(json) {
|
|
40
|
+
return VolumeSyncFilesystemCapabilitiesToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
export function VolumeSyncFilesystemCapabilitiesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'case_sensitive': value['caseSensitive'],
|
|
48
|
+
'unicode_normalization_insensitive': value['unicodeNormalizationInsensitive'],
|
|
49
|
+
'windows_compatible_paths': value['windowsCompatiblePaths'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sandbox0 API
|
|
3
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { SyncReplica } from './SyncReplica.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VolumeSyncReplicaEnvelope
|
|
17
|
+
*/
|
|
18
|
+
export interface VolumeSyncReplicaEnvelope {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {SyncReplica}
|
|
22
|
+
* @memberof VolumeSyncReplicaEnvelope
|
|
23
|
+
*/
|
|
24
|
+
replica: SyncReplica;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof VolumeSyncReplicaEnvelope
|
|
29
|
+
*/
|
|
30
|
+
headSeq: number;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the VolumeSyncReplicaEnvelope interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfVolumeSyncReplicaEnvelope(value: object): value is VolumeSyncReplicaEnvelope;
|
|
36
|
+
export declare function VolumeSyncReplicaEnvelopeFromJSON(json: any): VolumeSyncReplicaEnvelope;
|
|
37
|
+
export declare function VolumeSyncReplicaEnvelopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncReplicaEnvelope;
|
|
38
|
+
export declare function VolumeSyncReplicaEnvelopeToJSON(json: any): VolumeSyncReplicaEnvelope;
|
|
39
|
+
export declare function VolumeSyncReplicaEnvelopeToJSONTyped(value?: VolumeSyncReplicaEnvelope | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=VolumeSyncReplicaEnvelope.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncReplicaEnvelope.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncReplicaEnvelope.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAQjD;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,EAAE,WAAW,CAAC;IACrB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAIrG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CASzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxI"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sandbox0 API
|
|
5
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { SyncReplicaFromJSON, SyncReplicaToJSON, } from './SyncReplica.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the VolumeSyncReplicaEnvelope interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfVolumeSyncReplicaEnvelope(value) {
|
|
19
|
+
if (!('replica' in value) || value['replica'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('headSeq' in value) || value['headSeq'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
export function VolumeSyncReplicaEnvelopeFromJSON(json) {
|
|
26
|
+
return VolumeSyncReplicaEnvelopeFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function VolumeSyncReplicaEnvelopeFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'replica': SyncReplicaFromJSON(json['replica']),
|
|
34
|
+
'headSeq': json['head_seq'],
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function VolumeSyncReplicaEnvelopeToJSON(json) {
|
|
38
|
+
return VolumeSyncReplicaEnvelopeToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function VolumeSyncReplicaEnvelopeToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'replica': SyncReplicaToJSON(value['replica']),
|
|
46
|
+
'head_seq': value['headSeq'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sandbox0 API
|
|
3
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface VolumeSyncReseedRequiredDetails
|
|
16
|
+
*/
|
|
17
|
+
export interface VolumeSyncReseedRequiredDetails {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof VolumeSyncReseedRequiredDetails
|
|
22
|
+
*/
|
|
23
|
+
reason: VolumeSyncReseedRequiredDetailsReasonEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof VolumeSyncReseedRequiredDetails
|
|
28
|
+
*/
|
|
29
|
+
retainedAfterSeq: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof VolumeSyncReseedRequiredDetails
|
|
34
|
+
*/
|
|
35
|
+
headSeq: number;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const VolumeSyncReseedRequiredDetailsReasonEnum: {
|
|
41
|
+
readonly ReseedRequired: "reseed_required";
|
|
42
|
+
};
|
|
43
|
+
export type VolumeSyncReseedRequiredDetailsReasonEnum = typeof VolumeSyncReseedRequiredDetailsReasonEnum[keyof typeof VolumeSyncReseedRequiredDetailsReasonEnum];
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the VolumeSyncReseedRequiredDetails interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfVolumeSyncReseedRequiredDetails(value: object): value is VolumeSyncReseedRequiredDetails;
|
|
48
|
+
export declare function VolumeSyncReseedRequiredDetailsFromJSON(json: any): VolumeSyncReseedRequiredDetails;
|
|
49
|
+
export declare function VolumeSyncReseedRequiredDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncReseedRequiredDetails;
|
|
50
|
+
export declare function VolumeSyncReseedRequiredDetailsToJSON(json: any): VolumeSyncReseedRequiredDetails;
|
|
51
|
+
export declare function VolumeSyncReseedRequiredDetailsToJSONTyped(value?: VolumeSyncReseedRequiredDetails | null, ignoreDiscriminator?: boolean): any;
|
|
52
|
+
//# sourceMappingURL=VolumeSyncReseedRequiredDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncReseedRequiredDetails.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncReseedRequiredDetails.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,MAAM,EAAE,yCAAyC,CAAC;IAClD;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AAGD;;GAEG;AACH,eAAO,MAAM,yCAAyC;;CAE5C,CAAC;AACX,MAAM,MAAM,yCAAyC,GAAG,OAAO,yCAAyC,CAAC,MAAM,OAAO,yCAAyC,CAAC,CAAC;AAGjK;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAKjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAUrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWpJ"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sandbox0 API
|
|
5
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* @export
|
|
16
|
+
*/
|
|
17
|
+
export const VolumeSyncReseedRequiredDetailsReasonEnum = {
|
|
18
|
+
ReseedRequired: 'reseed_required'
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the VolumeSyncReseedRequiredDetails interface.
|
|
22
|
+
*/
|
|
23
|
+
export function instanceOfVolumeSyncReseedRequiredDetails(value) {
|
|
24
|
+
if (!('reason' in value) || value['reason'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('retainedAfterSeq' in value) || value['retainedAfterSeq'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('headSeq' in value) || value['headSeq'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
export function VolumeSyncReseedRequiredDetailsFromJSON(json) {
|
|
33
|
+
return VolumeSyncReseedRequiredDetailsFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
export function VolumeSyncReseedRequiredDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'reason': json['reason'],
|
|
41
|
+
'retainedAfterSeq': json['retained_after_seq'],
|
|
42
|
+
'headSeq': json['head_seq'],
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export function VolumeSyncReseedRequiredDetailsToJSON(json) {
|
|
46
|
+
return VolumeSyncReseedRequiredDetailsToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
export function VolumeSyncReseedRequiredDetailsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'reason': value['reason'],
|
|
54
|
+
'retained_after_seq': value['retainedAfterSeq'],
|
|
55
|
+
'head_seq': value['headSeq'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sandbox0 API
|
|
3
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { VolumeSyncReseedRequiredErrorEnvelopeAllOfError } from './VolumeSyncReseedRequiredErrorEnvelopeAllOfError.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VolumeSyncReseedRequiredErrorEnvelope
|
|
17
|
+
*/
|
|
18
|
+
export interface VolumeSyncReseedRequiredErrorEnvelope {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof VolumeSyncReseedRequiredErrorEnvelope
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {VolumeSyncReseedRequiredErrorEnvelopeAllOfError}
|
|
28
|
+
* @memberof VolumeSyncReseedRequiredErrorEnvelope
|
|
29
|
+
*/
|
|
30
|
+
error: VolumeSyncReseedRequiredErrorEnvelopeAllOfError;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the VolumeSyncReseedRequiredErrorEnvelope interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfVolumeSyncReseedRequiredErrorEnvelope(value: object): value is VolumeSyncReseedRequiredErrorEnvelope;
|
|
36
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeFromJSON(json: any): VolumeSyncReseedRequiredErrorEnvelope;
|
|
37
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncReseedRequiredErrorEnvelope;
|
|
38
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeToJSON(json: any): VolumeSyncReseedRequiredErrorEnvelope;
|
|
39
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeToJSONTyped(value?: VolumeSyncReseedRequiredErrorEnvelope | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=VolumeSyncReseedRequiredErrorEnvelope.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncReseedRequiredErrorEnvelope.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelope.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,mDAAmD,CAAC;AAQzH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,KAAK,EAAE,+CAA+C,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,+CAA+C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qCAAqC,CAI7H;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE9G;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qCAAqC,CASjJ;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE5G;AAED,wBAAgB,gDAAgD,CAAC,KAAK,CAAC,EAAE,qCAAqC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhK"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sandbox0 API
|
|
5
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorFromJSON, VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorToJSON, } from './VolumeSyncReseedRequiredErrorEnvelopeAllOfError.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the VolumeSyncReseedRequiredErrorEnvelope interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfVolumeSyncReseedRequiredErrorEnvelope(value) {
|
|
19
|
+
if (!('success' in value) || value['success'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('error' in value) || value['error'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeFromJSON(json) {
|
|
26
|
+
return VolumeSyncReseedRequiredErrorEnvelopeFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'success': json['success'],
|
|
34
|
+
'error': VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorFromJSON(json['error']),
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeToJSON(json) {
|
|
38
|
+
return VolumeSyncReseedRequiredErrorEnvelopeToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'success': value['success'],
|
|
46
|
+
'error': VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorToJSON(value['error']),
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Sandbox0 API
|
|
3
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { VolumeSyncReseedRequiredDetails } from './VolumeSyncReseedRequiredDetails.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VolumeSyncReseedRequiredErrorEnvelopeAllOfError
|
|
17
|
+
*/
|
|
18
|
+
export interface VolumeSyncReseedRequiredErrorEnvelopeAllOfError {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof VolumeSyncReseedRequiredErrorEnvelopeAllOfError
|
|
23
|
+
*/
|
|
24
|
+
code: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof VolumeSyncReseedRequiredErrorEnvelopeAllOfError
|
|
29
|
+
*/
|
|
30
|
+
message: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {VolumeSyncReseedRequiredDetails}
|
|
34
|
+
* @memberof VolumeSyncReseedRequiredErrorEnvelopeAllOfError
|
|
35
|
+
*/
|
|
36
|
+
details?: VolumeSyncReseedRequiredDetails;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the VolumeSyncReseedRequiredErrorEnvelopeAllOfError interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfVolumeSyncReseedRequiredErrorEnvelopeAllOfError(value: object): value is VolumeSyncReseedRequiredErrorEnvelopeAllOfError;
|
|
42
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorFromJSON(json: any): VolumeSyncReseedRequiredErrorEnvelopeAllOfError;
|
|
43
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncReseedRequiredErrorEnvelopeAllOfError;
|
|
44
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorToJSON(json: any): VolumeSyncReseedRequiredErrorEnvelopeAllOfError;
|
|
45
|
+
export declare function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorToJSONTyped(value?: VolumeSyncReseedRequiredErrorEnvelopeAllOfError | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=VolumeSyncReseedRequiredErrorEnvelopeAllOfError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncReseedRequiredErrorEnvelopeAllOfError.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncReseedRequiredErrorEnvelopeAllOfError.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAQzF;;;;GAIG;AACH,MAAM,WAAW,+CAA+C;IAC5D;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,+BAA+B,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,yDAAyD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+CAA+C,CAIjJ;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,GAAG,+CAA+C,CAElI;AAED,wBAAgB,4DAA4D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+CAA+C,CAUrK;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,GAAG,+CAA+C,CAEhI;AAED,wBAAgB,0DAA0D,CAAC,KAAK,CAAC,EAAE,+CAA+C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWpL"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Sandbox0 API
|
|
5
|
+
* Public HTTP APIs exposed by Sandbox0 regional gateways and the global gateway.
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 0.1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
import { VolumeSyncReseedRequiredDetailsFromJSON, VolumeSyncReseedRequiredDetailsToJSON, } from './VolumeSyncReseedRequiredDetails.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the VolumeSyncReseedRequiredErrorEnvelopeAllOfError interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfVolumeSyncReseedRequiredErrorEnvelopeAllOfError(value) {
|
|
19
|
+
if (!('code' in value) || value['code'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('message' in value) || value['message'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
return true;
|
|
24
|
+
}
|
|
25
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorFromJSON(json) {
|
|
26
|
+
return VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'code': json['code'],
|
|
34
|
+
'message': json['message'],
|
|
35
|
+
'details': json['details'] == null ? undefined : VolumeSyncReseedRequiredDetailsFromJSON(json['details']),
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorToJSON(json) {
|
|
39
|
+
return VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
export function VolumeSyncReseedRequiredErrorEnvelopeAllOfErrorToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'code': value['code'],
|
|
47
|
+
'message': value['message'],
|
|
48
|
+
'details': VolumeSyncReseedRequiredDetailsToJSON(value['details']),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -3,10 +3,13 @@ export * from './ActiveTeam.js';
|
|
|
3
3
|
export * from './AddTeamMemberRequest.js';
|
|
4
4
|
export * from './Affinity.js';
|
|
5
5
|
export * from './ApiV1SandboxesIdFilesGet200Response.js';
|
|
6
|
+
export * from './AppendReplicaChangesRequest.js';
|
|
7
|
+
export * from './AppendReplicaChangesResponse.js';
|
|
6
8
|
export * from './AuthProvider.js';
|
|
7
9
|
export * from './CachePolicySpec.js';
|
|
8
10
|
export * from './Capabilities.js';
|
|
9
11
|
export * from './ChangePasswordRequest.js';
|
|
12
|
+
export * from './ChangeRequest.js';
|
|
10
13
|
export * from './ClaimRequest.js';
|
|
11
14
|
export * from './ClaimResponse.js';
|
|
12
15
|
export * from './ContainerSpec.js';
|
|
@@ -31,6 +34,7 @@ export * from './CreateRegionRequest.js';
|
|
|
31
34
|
export * from './CreateSandboxVolumeRequest.js';
|
|
32
35
|
export * from './CreateSnapshotRequest.js';
|
|
33
36
|
export * from './CreateTeamRequest.js';
|
|
37
|
+
export * from './CreateVolumeSyncBootstrapRequest.js';
|
|
34
38
|
export * from './CredentialBinding.js';
|
|
35
39
|
export * from './CredentialProjectionType.js';
|
|
36
40
|
export * from './CredentialSourceMetadata.js';
|
|
@@ -65,6 +69,8 @@ export * from './IssueRegionTokenResponse.js';
|
|
|
65
69
|
export * from './LabelSelector.js';
|
|
66
70
|
export * from './LabelSelectorRequirement.js';
|
|
67
71
|
export * from './LifecyclePolicy.js';
|
|
72
|
+
export * from './ListVolumeSyncChangesResponse.js';
|
|
73
|
+
export * from './ListVolumeSyncConflictsResponse.js';
|
|
68
74
|
export * from './LoginRequest.js';
|
|
69
75
|
export * from './LoginResponse.js';
|
|
70
76
|
export * from './ModelError.js';
|
|
@@ -102,6 +108,7 @@ export * from './RegionalSession.js';
|
|
|
102
108
|
export * from './RegisterRequest.js';
|
|
103
109
|
export * from './RegistryCredentials.js';
|
|
104
110
|
export * from './ResizeContextRequest.js';
|
|
111
|
+
export * from './ResolveVolumeSyncConflictRequest.js';
|
|
105
112
|
export * from './ResourceQuota.js';
|
|
106
113
|
export * from './ResourceUsage.js';
|
|
107
114
|
export * from './ResumeSandboxResponse.js';
|
|
@@ -199,8 +206,18 @@ export * from './SuccessTemplateResponse.js';
|
|
|
199
206
|
export * from './SuccessUnmountedResponse.js';
|
|
200
207
|
export * from './SuccessUnmountedResponseAllOfData.js';
|
|
201
208
|
export * from './SuccessUserResponse.js';
|
|
209
|
+
export * from './SuccessVolumeSyncAppendResponse.js';
|
|
210
|
+
export * from './SuccessVolumeSyncBootstrapResponse.js';
|
|
211
|
+
export * from './SuccessVolumeSyncChangeListResponse.js';
|
|
212
|
+
export * from './SuccessVolumeSyncConflictListResponse.js';
|
|
213
|
+
export * from './SuccessVolumeSyncConflictResponse.js';
|
|
214
|
+
export * from './SuccessVolumeSyncReplicaResponse.js';
|
|
202
215
|
export * from './SuccessWrittenResponse.js';
|
|
203
216
|
export * from './SuccessWrittenResponseAllOfData.js';
|
|
217
|
+
export * from './SyncConflict.js';
|
|
218
|
+
export * from './SyncEventType.js';
|
|
219
|
+
export * from './SyncJournalEntry.js';
|
|
220
|
+
export * from './SyncReplica.js';
|
|
204
221
|
export * from './Team.js';
|
|
205
222
|
export * from './TeamMember.js';
|
|
206
223
|
export * from './Template.js';
|
|
@@ -213,12 +230,24 @@ export * from './TrafficRuleAppProtocol.js';
|
|
|
213
230
|
export * from './UnmountRequest.js';
|
|
214
231
|
export * from './UpdateExposedPortsRequest.js';
|
|
215
232
|
export * from './UpdateRegionRequest.js';
|
|
233
|
+
export * from './UpdateSyncReplicaCursorRequest.js';
|
|
216
234
|
export * from './UpdateTeamMemberRequest.js';
|
|
217
235
|
export * from './UpdateTeamRequest.js';
|
|
218
236
|
export * from './UpdateUserRequest.js';
|
|
237
|
+
export * from './UpsertSyncReplicaRequest.js';
|
|
219
238
|
export * from './User.js';
|
|
220
239
|
export * from './VolumeAccessMode.js';
|
|
221
240
|
export * from './VolumeConfig.js';
|
|
241
|
+
export * from './VolumeSyncBootstrap.js';
|
|
242
|
+
export * from './VolumeSyncBootstrapCompatibilityConflictDetails.js';
|
|
243
|
+
export * from './VolumeSyncBootstrapConflictErrorEnvelope.js';
|
|
244
|
+
export * from './VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.js';
|
|
245
|
+
export * from './VolumeSyncCompatibilityIssue.js';
|
|
246
|
+
export * from './VolumeSyncFilesystemCapabilities.js';
|
|
247
|
+
export * from './VolumeSyncReplicaEnvelope.js';
|
|
248
|
+
export * from './VolumeSyncReseedRequiredDetails.js';
|
|
249
|
+
export * from './VolumeSyncReseedRequiredErrorEnvelope.js';
|
|
250
|
+
export * from './VolumeSyncReseedRequiredErrorEnvelopeAllOfError.js';
|
|
222
251
|
export * from './WebhookConfig.js';
|
|
223
252
|
export * from './WeightedPodAffinityTerm.js';
|
|
224
253
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,10 +5,13 @@ export * from './ActiveTeam.js';
|
|
|
5
5
|
export * from './AddTeamMemberRequest.js';
|
|
6
6
|
export * from './Affinity.js';
|
|
7
7
|
export * from './ApiV1SandboxesIdFilesGet200Response.js';
|
|
8
|
+
export * from './AppendReplicaChangesRequest.js';
|
|
9
|
+
export * from './AppendReplicaChangesResponse.js';
|
|
8
10
|
export * from './AuthProvider.js';
|
|
9
11
|
export * from './CachePolicySpec.js';
|
|
10
12
|
export * from './Capabilities.js';
|
|
11
13
|
export * from './ChangePasswordRequest.js';
|
|
14
|
+
export * from './ChangeRequest.js';
|
|
12
15
|
export * from './ClaimRequest.js';
|
|
13
16
|
export * from './ClaimResponse.js';
|
|
14
17
|
export * from './ContainerSpec.js';
|
|
@@ -33,6 +36,7 @@ export * from './CreateRegionRequest.js';
|
|
|
33
36
|
export * from './CreateSandboxVolumeRequest.js';
|
|
34
37
|
export * from './CreateSnapshotRequest.js';
|
|
35
38
|
export * from './CreateTeamRequest.js';
|
|
39
|
+
export * from './CreateVolumeSyncBootstrapRequest.js';
|
|
36
40
|
export * from './CredentialBinding.js';
|
|
37
41
|
export * from './CredentialProjectionType.js';
|
|
38
42
|
export * from './CredentialSourceMetadata.js';
|
|
@@ -67,6 +71,8 @@ export * from './IssueRegionTokenResponse.js';
|
|
|
67
71
|
export * from './LabelSelector.js';
|
|
68
72
|
export * from './LabelSelectorRequirement.js';
|
|
69
73
|
export * from './LifecyclePolicy.js';
|
|
74
|
+
export * from './ListVolumeSyncChangesResponse.js';
|
|
75
|
+
export * from './ListVolumeSyncConflictsResponse.js';
|
|
70
76
|
export * from './LoginRequest.js';
|
|
71
77
|
export * from './LoginResponse.js';
|
|
72
78
|
export * from './ModelError.js';
|
|
@@ -104,6 +110,7 @@ export * from './RegionalSession.js';
|
|
|
104
110
|
export * from './RegisterRequest.js';
|
|
105
111
|
export * from './RegistryCredentials.js';
|
|
106
112
|
export * from './ResizeContextRequest.js';
|
|
113
|
+
export * from './ResolveVolumeSyncConflictRequest.js';
|
|
107
114
|
export * from './ResourceQuota.js';
|
|
108
115
|
export * from './ResourceUsage.js';
|
|
109
116
|
export * from './ResumeSandboxResponse.js';
|
|
@@ -201,8 +208,18 @@ export * from './SuccessTemplateResponse.js';
|
|
|
201
208
|
export * from './SuccessUnmountedResponse.js';
|
|
202
209
|
export * from './SuccessUnmountedResponseAllOfData.js';
|
|
203
210
|
export * from './SuccessUserResponse.js';
|
|
211
|
+
export * from './SuccessVolumeSyncAppendResponse.js';
|
|
212
|
+
export * from './SuccessVolumeSyncBootstrapResponse.js';
|
|
213
|
+
export * from './SuccessVolumeSyncChangeListResponse.js';
|
|
214
|
+
export * from './SuccessVolumeSyncConflictListResponse.js';
|
|
215
|
+
export * from './SuccessVolumeSyncConflictResponse.js';
|
|
216
|
+
export * from './SuccessVolumeSyncReplicaResponse.js';
|
|
204
217
|
export * from './SuccessWrittenResponse.js';
|
|
205
218
|
export * from './SuccessWrittenResponseAllOfData.js';
|
|
219
|
+
export * from './SyncConflict.js';
|
|
220
|
+
export * from './SyncEventType.js';
|
|
221
|
+
export * from './SyncJournalEntry.js';
|
|
222
|
+
export * from './SyncReplica.js';
|
|
206
223
|
export * from './Team.js';
|
|
207
224
|
export * from './TeamMember.js';
|
|
208
225
|
export * from './Template.js';
|
|
@@ -215,11 +232,23 @@ export * from './TrafficRuleAppProtocol.js';
|
|
|
215
232
|
export * from './UnmountRequest.js';
|
|
216
233
|
export * from './UpdateExposedPortsRequest.js';
|
|
217
234
|
export * from './UpdateRegionRequest.js';
|
|
235
|
+
export * from './UpdateSyncReplicaCursorRequest.js';
|
|
218
236
|
export * from './UpdateTeamMemberRequest.js';
|
|
219
237
|
export * from './UpdateTeamRequest.js';
|
|
220
238
|
export * from './UpdateUserRequest.js';
|
|
239
|
+
export * from './UpsertSyncReplicaRequest.js';
|
|
221
240
|
export * from './User.js';
|
|
222
241
|
export * from './VolumeAccessMode.js';
|
|
223
242
|
export * from './VolumeConfig.js';
|
|
243
|
+
export * from './VolumeSyncBootstrap.js';
|
|
244
|
+
export * from './VolumeSyncBootstrapCompatibilityConflictDetails.js';
|
|
245
|
+
export * from './VolumeSyncBootstrapConflictErrorEnvelope.js';
|
|
246
|
+
export * from './VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.js';
|
|
247
|
+
export * from './VolumeSyncCompatibilityIssue.js';
|
|
248
|
+
export * from './VolumeSyncFilesystemCapabilities.js';
|
|
249
|
+
export * from './VolumeSyncReplicaEnvelope.js';
|
|
250
|
+
export * from './VolumeSyncReseedRequiredDetails.js';
|
|
251
|
+
export * from './VolumeSyncReseedRequiredErrorEnvelope.js';
|
|
252
|
+
export * from './VolumeSyncReseedRequiredErrorEnvelopeAllOfError.js';
|
|
224
253
|
export * from './WebhookConfig.js';
|
|
225
254
|
export * from './WeightedPodAffinityTerm.js';
|