sandbox0 0.1.12 → 0.2.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/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/FilesApi.d.ts +96 -0
- package/dist/apispec/src/apis/FilesApi.d.ts.map +1 -1
- package/dist/apispec/src/apis/FilesApi.js +283 -0
- 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/dist/resources/volumes.d.ts +10 -1
- package/dist/resources/volumes.d.ts.map +1 -1
- package/dist/resources/volumes.js +136 -0
- package/package.json +1 -1
|
@@ -0,0 +1,64 @@
|
|
|
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 { VolumeSyncFilesystemCapabilitiesFromJSON, VolumeSyncFilesystemCapabilitiesToJSON, } from './VolumeSyncFilesystemCapabilities.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the SyncReplica interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfSyncReplica(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function SyncReplicaFromJSON(json) {
|
|
22
|
+
return SyncReplicaFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function SyncReplicaFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
30
|
+
'volumeId': json['volume_id'] == null ? undefined : json['volume_id'],
|
|
31
|
+
'teamId': json['team_id'] == null ? undefined : json['team_id'],
|
|
32
|
+
'displayName': json['display_name'] == null ? undefined : json['display_name'],
|
|
33
|
+
'platform': json['platform'] == null ? undefined : json['platform'],
|
|
34
|
+
'rootPath': json['root_path'] == null ? undefined : json['root_path'],
|
|
35
|
+
'caseSensitive': json['case_sensitive'] == null ? undefined : json['case_sensitive'],
|
|
36
|
+
'capabilities': json['capabilities'] == null ? undefined : VolumeSyncFilesystemCapabilitiesFromJSON(json['capabilities']),
|
|
37
|
+
'lastSeenAt': json['last_seen_at'] == null ? undefined : (new Date(json['last_seen_at'])),
|
|
38
|
+
'lastAppliedSeq': json['last_applied_seq'] == null ? undefined : json['last_applied_seq'],
|
|
39
|
+
'createdAt': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
|
|
40
|
+
'updatedAt': json['updated_at'] == null ? undefined : (new Date(json['updated_at'])),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
export function SyncReplicaToJSON(json) {
|
|
44
|
+
return SyncReplicaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
export function SyncReplicaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'id': value['id'],
|
|
52
|
+
'volume_id': value['volumeId'],
|
|
53
|
+
'team_id': value['teamId'],
|
|
54
|
+
'display_name': value['displayName'],
|
|
55
|
+
'platform': value['platform'],
|
|
56
|
+
'root_path': value['rootPath'],
|
|
57
|
+
'case_sensitive': value['caseSensitive'],
|
|
58
|
+
'capabilities': VolumeSyncFilesystemCapabilitiesToJSON(value['capabilities']),
|
|
59
|
+
'last_seen_at': value['lastSeenAt'] == null ? value['lastSeenAt'] : value['lastSeenAt'].toISOString(),
|
|
60
|
+
'last_applied_seq': value['lastAppliedSeq'],
|
|
61
|
+
'created_at': value['createdAt'] == null ? value['createdAt'] : value['createdAt'].toISOString(),
|
|
62
|
+
'updated_at': value['updatedAt'] == null ? value['updatedAt'] : value['updatedAt'].toISOString(),
|
|
63
|
+
};
|
|
64
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 UpdateSyncReplicaCursorRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateSyncReplicaCursorRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof UpdateSyncReplicaCursorRequest
|
|
22
|
+
*/
|
|
23
|
+
lastAppliedSeq: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the UpdateSyncReplicaCursorRequest interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfUpdateSyncReplicaCursorRequest(value: object): value is UpdateSyncReplicaCursorRequest;
|
|
29
|
+
export declare function UpdateSyncReplicaCursorRequestFromJSON(json: any): UpdateSyncReplicaCursorRequest;
|
|
30
|
+
export declare function UpdateSyncReplicaCursorRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateSyncReplicaCursorRequest;
|
|
31
|
+
export declare function UpdateSyncReplicaCursorRequestToJSON(json: any): UpdateSyncReplicaCursorRequest;
|
|
32
|
+
export declare function UpdateSyncReplicaCursorRequestToJSONTyped(value?: UpdateSyncReplicaCursorRequest | null, ignoreDiscriminator?: boolean): any;
|
|
33
|
+
//# sourceMappingURL=UpdateSyncReplicaCursorRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateSyncReplicaCursorRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/UpdateSyncReplicaCursorRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAG/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 UpdateSyncReplicaCursorRequest interface.
|
|
16
|
+
*/
|
|
17
|
+
export function instanceOfUpdateSyncReplicaCursorRequest(value) {
|
|
18
|
+
if (!('lastAppliedSeq' in value) || value['lastAppliedSeq'] === undefined)
|
|
19
|
+
return false;
|
|
20
|
+
return true;
|
|
21
|
+
}
|
|
22
|
+
export function UpdateSyncReplicaCursorRequestFromJSON(json) {
|
|
23
|
+
return UpdateSyncReplicaCursorRequestFromJSONTyped(json, false);
|
|
24
|
+
}
|
|
25
|
+
export function UpdateSyncReplicaCursorRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
26
|
+
if (json == null) {
|
|
27
|
+
return json;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'lastAppliedSeq': json['last_applied_seq'],
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
export function UpdateSyncReplicaCursorRequestToJSON(json) {
|
|
34
|
+
return UpdateSyncReplicaCursorRequestToJSONTyped(json, false);
|
|
35
|
+
}
|
|
36
|
+
export function UpdateSyncReplicaCursorRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
if (value == null) {
|
|
38
|
+
return value;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'last_applied_seq': value['lastAppliedSeq'],
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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 { VolumeSyncFilesystemCapabilities } from './VolumeSyncFilesystemCapabilities.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpsertSyncReplicaRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface UpsertSyncReplicaRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof UpsertSyncReplicaRequest
|
|
23
|
+
*/
|
|
24
|
+
displayName?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof UpsertSyncReplicaRequest
|
|
29
|
+
*/
|
|
30
|
+
platform?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof UpsertSyncReplicaRequest
|
|
35
|
+
*/
|
|
36
|
+
rootPath?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {boolean}
|
|
40
|
+
* @memberof UpsertSyncReplicaRequest
|
|
41
|
+
*/
|
|
42
|
+
caseSensitive?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {VolumeSyncFilesystemCapabilities}
|
|
46
|
+
* @memberof UpsertSyncReplicaRequest
|
|
47
|
+
*/
|
|
48
|
+
capabilities?: VolumeSyncFilesystemCapabilities;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Check if a given object implements the UpsertSyncReplicaRequest interface.
|
|
52
|
+
*/
|
|
53
|
+
export declare function instanceOfUpsertSyncReplicaRequest(value: object): value is UpsertSyncReplicaRequest;
|
|
54
|
+
export declare function UpsertSyncReplicaRequestFromJSON(json: any): UpsertSyncReplicaRequest;
|
|
55
|
+
export declare function UpsertSyncReplicaRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpsertSyncReplicaRequest;
|
|
56
|
+
export declare function UpsertSyncReplicaRequestToJSON(json: any): UpsertSyncReplicaRequest;
|
|
57
|
+
export declare function UpsertSyncReplicaRequestToJSONTyped(value?: UpsertSyncReplicaRequest | null, ignoreDiscriminator?: boolean): any;
|
|
58
|
+
//# sourceMappingURL=UpsertSyncReplicaRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpsertSyncReplicaRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/UpsertSyncReplicaRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,gCAAgC,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAEnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAYvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAatI"}
|
|
@@ -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 { VolumeSyncFilesystemCapabilitiesFromJSON, VolumeSyncFilesystemCapabilitiesToJSON, } from './VolumeSyncFilesystemCapabilities.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the UpsertSyncReplicaRequest interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfUpsertSyncReplicaRequest(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function UpsertSyncReplicaRequestFromJSON(json) {
|
|
22
|
+
return UpsertSyncReplicaRequestFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function UpsertSyncReplicaRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'displayName': json['display_name'] == null ? undefined : json['display_name'],
|
|
30
|
+
'platform': json['platform'] == null ? undefined : json['platform'],
|
|
31
|
+
'rootPath': json['root_path'] == null ? undefined : json['root_path'],
|
|
32
|
+
'caseSensitive': json['case_sensitive'] == null ? undefined : json['case_sensitive'],
|
|
33
|
+
'capabilities': json['capabilities'] == null ? undefined : VolumeSyncFilesystemCapabilitiesFromJSON(json['capabilities']),
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export function UpsertSyncReplicaRequestToJSON(json) {
|
|
37
|
+
return UpsertSyncReplicaRequestToJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function UpsertSyncReplicaRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
40
|
+
if (value == null) {
|
|
41
|
+
return value;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'display_name': value['displayName'],
|
|
45
|
+
'platform': value['platform'],
|
|
46
|
+
'root_path': value['rootPath'],
|
|
47
|
+
'case_sensitive': value['caseSensitive'],
|
|
48
|
+
'capabilities': VolumeSyncFilesystemCapabilitiesToJSON(value['capabilities']),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -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 { Snapshot } from './Snapshot.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VolumeSyncBootstrap
|
|
17
|
+
*/
|
|
18
|
+
export interface VolumeSyncBootstrap {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Snapshot}
|
|
22
|
+
* @memberof VolumeSyncBootstrap
|
|
23
|
+
*/
|
|
24
|
+
snapshot: Snapshot;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof VolumeSyncBootstrap
|
|
29
|
+
*/
|
|
30
|
+
replayAfterSeq: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof VolumeSyncBootstrap
|
|
35
|
+
*/
|
|
36
|
+
archiveDownloadPath: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the VolumeSyncBootstrap interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfVolumeSyncBootstrap(value: object): value is VolumeSyncBootstrap;
|
|
42
|
+
export declare function VolumeSyncBootstrapFromJSON(json: any): VolumeSyncBootstrap;
|
|
43
|
+
export declare function VolumeSyncBootstrapFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncBootstrap;
|
|
44
|
+
export declare function VolumeSyncBootstrapToJSON(json: any): VolumeSyncBootstrap;
|
|
45
|
+
export declare function VolumeSyncBootstrapToJSONTyped(value?: VolumeSyncBootstrap | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=VolumeSyncBootstrap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncBootstrap.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncBootstrap.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAQ3C;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;CAC/B;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAKzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAU7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5H"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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 { SnapshotFromJSON, SnapshotToJSON, } from './Snapshot.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the VolumeSyncBootstrap interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfVolumeSyncBootstrap(value) {
|
|
19
|
+
if (!('snapshot' in value) || value['snapshot'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('replayAfterSeq' in value) || value['replayAfterSeq'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('archiveDownloadPath' in value) || value['archiveDownloadPath'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
export function VolumeSyncBootstrapFromJSON(json) {
|
|
28
|
+
return VolumeSyncBootstrapFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
export function VolumeSyncBootstrapFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'snapshot': SnapshotFromJSON(json['snapshot']),
|
|
36
|
+
'replayAfterSeq': json['replay_after_seq'],
|
|
37
|
+
'archiveDownloadPath': json['archive_download_path'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export function VolumeSyncBootstrapToJSON(json) {
|
|
41
|
+
return VolumeSyncBootstrapToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function VolumeSyncBootstrapToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'snapshot': SnapshotToJSON(value['snapshot']),
|
|
49
|
+
'replay_after_seq': value['replayAfterSeq'],
|
|
50
|
+
'archive_download_path': value['archiveDownloadPath'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { VolumeSyncCompatibilityIssue } from './VolumeSyncCompatibilityIssue.js';
|
|
13
|
+
import type { VolumeSyncFilesystemCapabilities } from './VolumeSyncFilesystemCapabilities.js';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface VolumeSyncBootstrapCompatibilityConflictDetails
|
|
18
|
+
*/
|
|
19
|
+
export interface VolumeSyncBootstrapCompatibilityConflictDetails {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof VolumeSyncBootstrapCompatibilityConflictDetails
|
|
24
|
+
*/
|
|
25
|
+
reason: VolumeSyncBootstrapCompatibilityConflictDetailsReasonEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof VolumeSyncBootstrapCompatibilityConflictDetails
|
|
30
|
+
*/
|
|
31
|
+
snapshotId: string;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {VolumeSyncFilesystemCapabilities}
|
|
35
|
+
* @memberof VolumeSyncBootstrapCompatibilityConflictDetails
|
|
36
|
+
*/
|
|
37
|
+
capabilities: VolumeSyncFilesystemCapabilities;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {Array<VolumeSyncCompatibilityIssue>}
|
|
41
|
+
* @memberof VolumeSyncBootstrapCompatibilityConflictDetails
|
|
42
|
+
*/
|
|
43
|
+
issues: Array<VolumeSyncCompatibilityIssue>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* @export
|
|
47
|
+
*/
|
|
48
|
+
export declare const VolumeSyncBootstrapCompatibilityConflictDetailsReasonEnum: {
|
|
49
|
+
readonly NamespaceIncompatible: "namespace_incompatible";
|
|
50
|
+
};
|
|
51
|
+
export type VolumeSyncBootstrapCompatibilityConflictDetailsReasonEnum = typeof VolumeSyncBootstrapCompatibilityConflictDetailsReasonEnum[keyof typeof VolumeSyncBootstrapCompatibilityConflictDetailsReasonEnum];
|
|
52
|
+
/**
|
|
53
|
+
* Check if a given object implements the VolumeSyncBootstrapCompatibilityConflictDetails interface.
|
|
54
|
+
*/
|
|
55
|
+
export declare function instanceOfVolumeSyncBootstrapCompatibilityConflictDetails(value: object): value is VolumeSyncBootstrapCompatibilityConflictDetails;
|
|
56
|
+
export declare function VolumeSyncBootstrapCompatibilityConflictDetailsFromJSON(json: any): VolumeSyncBootstrapCompatibilityConflictDetails;
|
|
57
|
+
export declare function VolumeSyncBootstrapCompatibilityConflictDetailsFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncBootstrapCompatibilityConflictDetails;
|
|
58
|
+
export declare function VolumeSyncBootstrapCompatibilityConflictDetailsToJSON(json: any): VolumeSyncBootstrapCompatibilityConflictDetails;
|
|
59
|
+
export declare function VolumeSyncBootstrapCompatibilityConflictDetailsToJSONTyped(value?: VolumeSyncBootstrapCompatibilityConflictDetails | null, ignoreDiscriminator?: boolean): any;
|
|
60
|
+
//# sourceMappingURL=VolumeSyncBootstrapCompatibilityConflictDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncBootstrapCompatibilityConflictDetails.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncBootstrapCompatibilityConflictDetails.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,+CAA+C;IAC5D;;;;OAIG;IACH,MAAM,EAAE,yDAAyD,CAAC;IAClE;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,EAAE,gCAAgC,CAAC;IAC/C;;;;OAIG;IACH,MAAM,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;CAC/C;AAGD;;GAEG;AACH,eAAO,MAAM,yDAAyD;;CAE5D,CAAC;AACX,MAAM,MAAM,yDAAyD,GAAG,OAAO,yDAAyD,CAAC,MAAM,OAAO,yDAAyD,CAAC,CAAC;AAGjN;;GAEG;AACH,wBAAgB,yDAAyD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+CAA+C,CAMjJ;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,CAWrK;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,CAYpL"}
|
|
@@ -0,0 +1,63 @@
|
|
|
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 { VolumeSyncCompatibilityIssueFromJSON, VolumeSyncCompatibilityIssueToJSON, } from './VolumeSyncCompatibilityIssue.js';
|
|
15
|
+
import { VolumeSyncFilesystemCapabilitiesFromJSON, VolumeSyncFilesystemCapabilitiesToJSON, } from './VolumeSyncFilesystemCapabilities.js';
|
|
16
|
+
/**
|
|
17
|
+
* @export
|
|
18
|
+
*/
|
|
19
|
+
export const VolumeSyncBootstrapCompatibilityConflictDetailsReasonEnum = {
|
|
20
|
+
NamespaceIncompatible: 'namespace_incompatible'
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the VolumeSyncBootstrapCompatibilityConflictDetails interface.
|
|
24
|
+
*/
|
|
25
|
+
export function instanceOfVolumeSyncBootstrapCompatibilityConflictDetails(value) {
|
|
26
|
+
if (!('reason' in value) || value['reason'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('snapshotId' in value) || value['snapshotId'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('capabilities' in value) || value['capabilities'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('issues' in value) || value['issues'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
export function VolumeSyncBootstrapCompatibilityConflictDetailsFromJSON(json) {
|
|
37
|
+
return VolumeSyncBootstrapCompatibilityConflictDetailsFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
export function VolumeSyncBootstrapCompatibilityConflictDetailsFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if (json == null) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'reason': json['reason'],
|
|
45
|
+
'snapshotId': json['snapshot_id'],
|
|
46
|
+
'capabilities': VolumeSyncFilesystemCapabilitiesFromJSON(json['capabilities']),
|
|
47
|
+
'issues': (json['issues'].map(VolumeSyncCompatibilityIssueFromJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
export function VolumeSyncBootstrapCompatibilityConflictDetailsToJSON(json) {
|
|
51
|
+
return VolumeSyncBootstrapCompatibilityConflictDetailsToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
export function VolumeSyncBootstrapCompatibilityConflictDetailsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'reason': value['reason'],
|
|
59
|
+
'snapshot_id': value['snapshotId'],
|
|
60
|
+
'capabilities': VolumeSyncFilesystemCapabilitiesToJSON(value['capabilities']),
|
|
61
|
+
'issues': (value['issues'].map(VolumeSyncCompatibilityIssueToJSON)),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
@@ -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 { VolumeSyncBootstrapConflictErrorEnvelopeAllOfError } from './VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VolumeSyncBootstrapConflictErrorEnvelope
|
|
17
|
+
*/
|
|
18
|
+
export interface VolumeSyncBootstrapConflictErrorEnvelope {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof VolumeSyncBootstrapConflictErrorEnvelope
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {VolumeSyncBootstrapConflictErrorEnvelopeAllOfError}
|
|
28
|
+
* @memberof VolumeSyncBootstrapConflictErrorEnvelope
|
|
29
|
+
*/
|
|
30
|
+
error: VolumeSyncBootstrapConflictErrorEnvelopeAllOfError;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the VolumeSyncBootstrapConflictErrorEnvelope interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfVolumeSyncBootstrapConflictErrorEnvelope(value: object): value is VolumeSyncBootstrapConflictErrorEnvelope;
|
|
36
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeFromJSON(json: any): VolumeSyncBootstrapConflictErrorEnvelope;
|
|
37
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncBootstrapConflictErrorEnvelope;
|
|
38
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeToJSON(json: any): VolumeSyncBootstrapConflictErrorEnvelope;
|
|
39
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeToJSONTyped(value?: VolumeSyncBootstrapConflictErrorEnvelope | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=VolumeSyncBootstrapConflictErrorEnvelope.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncBootstrapConflictErrorEnvelope.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelope.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kDAAkD,EAAE,MAAM,sDAAsD,CAAC;AAQ/H;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,KAAK,EAAE,kDAAkD,CAAC;CAC7D;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAInI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
|
|
@@ -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 { VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorFromJSON, VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorToJSON, } from './VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the VolumeSyncBootstrapConflictErrorEnvelope interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfVolumeSyncBootstrapConflictErrorEnvelope(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 VolumeSyncBootstrapConflictErrorEnvelopeFromJSON(json) {
|
|
26
|
+
return VolumeSyncBootstrapConflictErrorEnvelopeFromJSONTyped(json, false);
|
|
27
|
+
}
|
|
28
|
+
export function VolumeSyncBootstrapConflictErrorEnvelopeFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'success': json['success'],
|
|
34
|
+
'error': VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorFromJSON(json['error']),
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
export function VolumeSyncBootstrapConflictErrorEnvelopeToJSON(json) {
|
|
38
|
+
return VolumeSyncBootstrapConflictErrorEnvelopeToJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
export function VolumeSyncBootstrapConflictErrorEnvelopeToJSONTyped(value, ignoreDiscriminator = false) {
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'success': value['success'],
|
|
46
|
+
'error': VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorToJSON(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 { VolumeSyncBootstrapCompatibilityConflictDetails } from './VolumeSyncBootstrapCompatibilityConflictDetails.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface VolumeSyncBootstrapConflictErrorEnvelopeAllOfError
|
|
17
|
+
*/
|
|
18
|
+
export interface VolumeSyncBootstrapConflictErrorEnvelopeAllOfError {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof VolumeSyncBootstrapConflictErrorEnvelopeAllOfError
|
|
23
|
+
*/
|
|
24
|
+
code: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof VolumeSyncBootstrapConflictErrorEnvelopeAllOfError
|
|
29
|
+
*/
|
|
30
|
+
message: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {VolumeSyncBootstrapCompatibilityConflictDetails}
|
|
34
|
+
* @memberof VolumeSyncBootstrapConflictErrorEnvelopeAllOfError
|
|
35
|
+
*/
|
|
36
|
+
details?: VolumeSyncBootstrapCompatibilityConflictDetails;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the VolumeSyncBootstrapConflictErrorEnvelopeAllOfError interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfVolumeSyncBootstrapConflictErrorEnvelopeAllOfError(value: object): value is VolumeSyncBootstrapConflictErrorEnvelopeAllOfError;
|
|
42
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorFromJSON(json: any): VolumeSyncBootstrapConflictErrorEnvelopeAllOfError;
|
|
43
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorFromJSONTyped(json: any, ignoreDiscriminator: boolean): VolumeSyncBootstrapConflictErrorEnvelopeAllOfError;
|
|
44
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorToJSON(json: any): VolumeSyncBootstrapConflictErrorEnvelopeAllOfError;
|
|
45
|
+
export declare function VolumeSyncBootstrapConflictErrorEnvelopeAllOfErrorToJSONTyped(value?: VolumeSyncBootstrapConflictErrorEnvelopeAllOfError | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/VolumeSyncBootstrapConflictErrorEnvelopeAllOfError.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+CAA+C,EAAE,MAAM,mDAAmD,CAAC;AAQzH;;;;GAIG;AACH,MAAM,WAAW,kDAAkD;IAC/D;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,+CAA+C,CAAC;CAC7D;AAED;;GAEG;AACH,wBAAgB,4DAA4D,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kDAAkD,CAIvJ;AAED,wBAAgB,0DAA0D,CAAC,IAAI,EAAE,GAAG,GAAG,kDAAkD,CAExI;AAED,wBAAgB,+DAA+D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kDAAkD,CAU3K;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,GAAG,kDAAkD,CAEtI;AAED,wBAAgB,6DAA6D,CAAC,KAAK,CAAC,EAAE,kDAAkD,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1L"}
|