sandbox0 0.1.11 → 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/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/RegisterRequest.d.ts +6 -0
- package/dist/apispec/src/models/RegisterRequest.d.ts.map +1 -1
- package/dist/apispec/src/models/RegisterRequest.js +2 -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,92 @@
|
|
|
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 { SyncEventType } from './SyncEventType.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChangeRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {SyncEventType}
|
|
22
|
+
* @memberof ChangeRequest
|
|
23
|
+
*/
|
|
24
|
+
eventType: SyncEventType;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof ChangeRequest
|
|
29
|
+
*/
|
|
30
|
+
path?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof ChangeRequest
|
|
35
|
+
*/
|
|
36
|
+
oldPath?: string;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof ChangeRequest
|
|
41
|
+
*/
|
|
42
|
+
entryKind?: ChangeRequestEntryKindEnum;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ChangeRequest
|
|
47
|
+
*/
|
|
48
|
+
contentBase64?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof ChangeRequest
|
|
53
|
+
*/
|
|
54
|
+
mode?: number | null;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof ChangeRequest
|
|
59
|
+
*/
|
|
60
|
+
contentSha256?: string;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {number}
|
|
64
|
+
* @memberof ChangeRequest
|
|
65
|
+
*/
|
|
66
|
+
sizeBytes?: number;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {{ [key: string]: any; }}
|
|
70
|
+
* @memberof ChangeRequest
|
|
71
|
+
*/
|
|
72
|
+
metadata?: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @export
|
|
78
|
+
*/
|
|
79
|
+
export declare const ChangeRequestEntryKindEnum: {
|
|
80
|
+
readonly File: "file";
|
|
81
|
+
readonly Directory: "directory";
|
|
82
|
+
};
|
|
83
|
+
export type ChangeRequestEntryKindEnum = typeof ChangeRequestEntryKindEnum[keyof typeof ChangeRequestEntryKindEnum];
|
|
84
|
+
/**
|
|
85
|
+
* Check if a given object implements the ChangeRequest interface.
|
|
86
|
+
*/
|
|
87
|
+
export declare function instanceOfChangeRequest(value: object): value is ChangeRequest;
|
|
88
|
+
export declare function ChangeRequestFromJSON(json: any): ChangeRequest;
|
|
89
|
+
export declare function ChangeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChangeRequest;
|
|
90
|
+
export declare function ChangeRequestToJSON(json: any): ChangeRequest;
|
|
91
|
+
export declare function ChangeRequestToJSONTyped(value?: ChangeRequest | null, ignoreDiscriminator?: boolean): any;
|
|
92
|
+
//# sourceMappingURL=ChangeRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChangeRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ChangeRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAQrD;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,SAAS,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,0BAA0B,CAAC;IACvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CACtC;AAGD;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;CAG7B,CAAC;AACX,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,MAAM,OAAO,0BAA0B,CAAC,CAAC;AAGpH;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAG7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAgBjG;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBhH"}
|
|
@@ -0,0 +1,67 @@
|
|
|
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 { SyncEventTypeFromJSON, SyncEventTypeToJSON, } from './SyncEventType.js';
|
|
15
|
+
/**
|
|
16
|
+
* @export
|
|
17
|
+
*/
|
|
18
|
+
export const ChangeRequestEntryKindEnum = {
|
|
19
|
+
File: 'file',
|
|
20
|
+
Directory: 'directory'
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ChangeRequest interface.
|
|
24
|
+
*/
|
|
25
|
+
export function instanceOfChangeRequest(value) {
|
|
26
|
+
if (!('eventType' in value) || value['eventType'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
export function ChangeRequestFromJSON(json) {
|
|
31
|
+
return ChangeRequestFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
export function ChangeRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'eventType': SyncEventTypeFromJSON(json['event_type']),
|
|
39
|
+
'path': json['path'] == null ? undefined : json['path'],
|
|
40
|
+
'oldPath': json['old_path'] == null ? undefined : json['old_path'],
|
|
41
|
+
'entryKind': json['entry_kind'] == null ? undefined : json['entry_kind'],
|
|
42
|
+
'contentBase64': json['content_base64'] == null ? undefined : json['content_base64'],
|
|
43
|
+
'mode': json['mode'] == null ? undefined : json['mode'],
|
|
44
|
+
'contentSha256': json['content_sha256'] == null ? undefined : json['content_sha256'],
|
|
45
|
+
'sizeBytes': json['size_bytes'] == null ? undefined : json['size_bytes'],
|
|
46
|
+
'metadata': json['metadata'] == null ? undefined : json['metadata'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export function ChangeRequestToJSON(json) {
|
|
50
|
+
return ChangeRequestToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
export function ChangeRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'event_type': SyncEventTypeToJSON(value['eventType']),
|
|
58
|
+
'path': value['path'],
|
|
59
|
+
'old_path': value['oldPath'],
|
|
60
|
+
'entry_kind': value['entryKind'],
|
|
61
|
+
'content_base64': value['contentBase64'],
|
|
62
|
+
'mode': value['mode'],
|
|
63
|
+
'content_sha256': value['contentSha256'],
|
|
64
|
+
'size_bytes': value['sizeBytes'],
|
|
65
|
+
'metadata': value['metadata'],
|
|
66
|
+
};
|
|
67
|
+
}
|
|
@@ -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
|
+
import type { VolumeSyncFilesystemCapabilities } from './VolumeSyncFilesystemCapabilities.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateVolumeSyncBootstrapRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateVolumeSyncBootstrapRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof CreateVolumeSyncBootstrapRequest
|
|
23
|
+
*/
|
|
24
|
+
snapshotName?: string;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof CreateVolumeSyncBootstrapRequest
|
|
29
|
+
*/
|
|
30
|
+
snapshotDescription?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {boolean}
|
|
34
|
+
* @memberof CreateVolumeSyncBootstrapRequest
|
|
35
|
+
*/
|
|
36
|
+
caseSensitive?: boolean | null;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {VolumeSyncFilesystemCapabilities}
|
|
40
|
+
* @memberof CreateVolumeSyncBootstrapRequest
|
|
41
|
+
*/
|
|
42
|
+
capabilities?: VolumeSyncFilesystemCapabilities;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Check if a given object implements the CreateVolumeSyncBootstrapRequest interface.
|
|
46
|
+
*/
|
|
47
|
+
export declare function instanceOfCreateVolumeSyncBootstrapRequest(value: object): value is CreateVolumeSyncBootstrapRequest;
|
|
48
|
+
export declare function CreateVolumeSyncBootstrapRequestFromJSON(json: any): CreateVolumeSyncBootstrapRequest;
|
|
49
|
+
export declare function CreateVolumeSyncBootstrapRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateVolumeSyncBootstrapRequest;
|
|
50
|
+
export declare function CreateVolumeSyncBootstrapRequestToJSON(json: any): CreateVolumeSyncBootstrapRequest;
|
|
51
|
+
export declare function CreateVolumeSyncBootstrapRequestToJSONTyped(value?: CreateVolumeSyncBootstrapRequest | null, ignoreDiscriminator?: boolean): any;
|
|
52
|
+
//# sourceMappingURL=CreateVolumeSyncBootstrapRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateVolumeSyncBootstrapRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/CreateVolumeSyncBootstrapRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,gCAAgC,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAWvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYtJ"}
|
|
@@ -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 { VolumeSyncFilesystemCapabilitiesFromJSON, VolumeSyncFilesystemCapabilitiesToJSON, } from './VolumeSyncFilesystemCapabilities.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the CreateVolumeSyncBootstrapRequest interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfCreateVolumeSyncBootstrapRequest(value) {
|
|
19
|
+
return true;
|
|
20
|
+
}
|
|
21
|
+
export function CreateVolumeSyncBootstrapRequestFromJSON(json) {
|
|
22
|
+
return CreateVolumeSyncBootstrapRequestFromJSONTyped(json, false);
|
|
23
|
+
}
|
|
24
|
+
export function CreateVolumeSyncBootstrapRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
25
|
+
if (json == null) {
|
|
26
|
+
return json;
|
|
27
|
+
}
|
|
28
|
+
return {
|
|
29
|
+
'snapshotName': json['snapshot_name'] == null ? undefined : json['snapshot_name'],
|
|
30
|
+
'snapshotDescription': json['snapshot_description'] == null ? undefined : json['snapshot_description'],
|
|
31
|
+
'caseSensitive': json['case_sensitive'] == null ? undefined : json['case_sensitive'],
|
|
32
|
+
'capabilities': json['capabilities'] == null ? undefined : VolumeSyncFilesystemCapabilitiesFromJSON(json['capabilities']),
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
export function CreateVolumeSyncBootstrapRequestToJSON(json) {
|
|
36
|
+
return CreateVolumeSyncBootstrapRequestToJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
export function CreateVolumeSyncBootstrapRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'snapshot_name': value['snapshotName'],
|
|
44
|
+
'snapshot_description': value['snapshotDescription'],
|
|
45
|
+
'case_sensitive': value['caseSensitive'],
|
|
46
|
+
'capabilities': VolumeSyncFilesystemCapabilitiesToJSON(value['capabilities']),
|
|
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 { SyncJournalEntry } from './SyncJournalEntry.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListVolumeSyncChangesResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ListVolumeSyncChangesResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ListVolumeSyncChangesResponse
|
|
23
|
+
*/
|
|
24
|
+
headSeq: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {number}
|
|
28
|
+
* @memberof ListVolumeSyncChangesResponse
|
|
29
|
+
*/
|
|
30
|
+
retainedAfterSeq: number;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {Array<SyncJournalEntry>}
|
|
34
|
+
* @memberof ListVolumeSyncChangesResponse
|
|
35
|
+
*/
|
|
36
|
+
changes: Array<SyncJournalEntry>;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the ListVolumeSyncChangesResponse interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfListVolumeSyncChangesResponse(value: object): value is ListVolumeSyncChangesResponse;
|
|
42
|
+
export declare function ListVolumeSyncChangesResponseFromJSON(json: any): ListVolumeSyncChangesResponse;
|
|
43
|
+
export declare function ListVolumeSyncChangesResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListVolumeSyncChangesResponse;
|
|
44
|
+
export declare function ListVolumeSyncChangesResponseToJSON(json: any): ListVolumeSyncChangesResponse;
|
|
45
|
+
export declare function ListVolumeSyncChangesResponseToJSONTyped(value?: ListVolumeSyncChangesResponse | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=ListVolumeSyncChangesResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListVolumeSyncChangesResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ListVolumeSyncChangesResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAQ3D;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CACpC;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAK7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAUjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWhJ"}
|
|
@@ -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 { SyncJournalEntryFromJSON, SyncJournalEntryToJSON, } from './SyncJournalEntry.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ListVolumeSyncChangesResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfListVolumeSyncChangesResponse(value) {
|
|
19
|
+
if (!('headSeq' in value) || value['headSeq'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
if (!('retainedAfterSeq' in value) || value['retainedAfterSeq'] === undefined)
|
|
22
|
+
return false;
|
|
23
|
+
if (!('changes' in value) || value['changes'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
export function ListVolumeSyncChangesResponseFromJSON(json) {
|
|
28
|
+
return ListVolumeSyncChangesResponseFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
export function ListVolumeSyncChangesResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'headSeq': json['head_seq'],
|
|
36
|
+
'retainedAfterSeq': json['retained_after_seq'],
|
|
37
|
+
'changes': (json['changes'].map(SyncJournalEntryFromJSON)),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
export function ListVolumeSyncChangesResponseToJSON(json) {
|
|
41
|
+
return ListVolumeSyncChangesResponseToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
export function ListVolumeSyncChangesResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'head_seq': value['headSeq'],
|
|
49
|
+
'retained_after_seq': value['retainedAfterSeq'],
|
|
50
|
+
'changes': (value['changes'].map(SyncJournalEntryToJSON)),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { SyncConflict } from './SyncConflict.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ListVolumeSyncConflictsResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ListVolumeSyncConflictsResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<SyncConflict>}
|
|
22
|
+
* @memberof ListVolumeSyncConflictsResponse
|
|
23
|
+
*/
|
|
24
|
+
conflicts: Array<SyncConflict>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ListVolumeSyncConflictsResponse interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfListVolumeSyncConflictsResponse(value: object): value is ListVolumeSyncConflictsResponse;
|
|
30
|
+
export declare function ListVolumeSyncConflictsResponseFromJSON(json: any): ListVolumeSyncConflictsResponse;
|
|
31
|
+
export declare function ListVolumeSyncConflictsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListVolumeSyncConflictsResponse;
|
|
32
|
+
export declare function ListVolumeSyncConflictsResponseToJSON(json: any): ListVolumeSyncConflictsResponse;
|
|
33
|
+
export declare function ListVolumeSyncConflictsResponseToJSONTyped(value?: ListVolumeSyncConflictsResponse | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=ListVolumeSyncConflictsResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListVolumeSyncConflictsResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ListVolumeSyncConflictsResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAQnD;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAGjH;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,CAQrI;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,CASpJ"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 { SyncConflictFromJSON, SyncConflictToJSON, } from './SyncConflict.js';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the ListVolumeSyncConflictsResponse interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfListVolumeSyncConflictsResponse(value) {
|
|
19
|
+
if (!('conflicts' in value) || value['conflicts'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
export function ListVolumeSyncConflictsResponseFromJSON(json) {
|
|
24
|
+
return ListVolumeSyncConflictsResponseFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function ListVolumeSyncConflictsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if (json == null) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'conflicts': (json['conflicts'].map(SyncConflictFromJSON)),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function ListVolumeSyncConflictsResponseToJSON(json) {
|
|
35
|
+
return ListVolumeSyncConflictsResponseToJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
export function ListVolumeSyncConflictsResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
38
|
+
if (value == null) {
|
|
39
|
+
return value;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'conflicts': (value['conflicts'].map(SyncConflictToJSON)),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -33,6 +33,12 @@ export interface RegisterRequest {
|
|
|
33
33
|
* @memberof RegisterRequest
|
|
34
34
|
*/
|
|
35
35
|
name: string;
|
|
36
|
+
/**
|
|
37
|
+
* Required in global-gateway mode because registration creates the user's default team.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof RegisterRequest
|
|
40
|
+
*/
|
|
41
|
+
homeRegionId?: string | null;
|
|
36
42
|
}
|
|
37
43
|
/**
|
|
38
44
|
* Check if a given object implements the RegisterRequest interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RegisterRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/RegisterRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"RegisterRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/RegisterRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAChC;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAKjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAWrG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYpH"}
|
|
@@ -34,6 +34,7 @@ export function RegisterRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
'email': json['email'],
|
|
35
35
|
'password': json['password'],
|
|
36
36
|
'name': json['name'],
|
|
37
|
+
'homeRegionId': json['home_region_id'] == null ? undefined : json['home_region_id'],
|
|
37
38
|
};
|
|
38
39
|
}
|
|
39
40
|
export function RegisterRequestToJSON(json) {
|
|
@@ -47,5 +48,6 @@ export function RegisterRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
47
48
|
'email': value['email'],
|
|
48
49
|
'password': value['password'],
|
|
49
50
|
'name': value['name'],
|
|
51
|
+
'home_region_id': value['homeRegionId'],
|
|
50
52
|
};
|
|
51
53
|
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 ResolveVolumeSyncConflictRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface ResolveVolumeSyncConflictRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ResolveVolumeSyncConflictRequest
|
|
22
|
+
*/
|
|
23
|
+
status: ResolveVolumeSyncConflictRequestStatusEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ResolveVolumeSyncConflictRequest
|
|
28
|
+
*/
|
|
29
|
+
resolution?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof ResolveVolumeSyncConflictRequest
|
|
34
|
+
*/
|
|
35
|
+
note?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const ResolveVolumeSyncConflictRequestStatusEnum: {
|
|
41
|
+
readonly Resolved: "resolved";
|
|
42
|
+
readonly Ignored: "ignored";
|
|
43
|
+
};
|
|
44
|
+
export type ResolveVolumeSyncConflictRequestStatusEnum = typeof ResolveVolumeSyncConflictRequestStatusEnum[keyof typeof ResolveVolumeSyncConflictRequestStatusEnum];
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the ResolveVolumeSyncConflictRequest interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfResolveVolumeSyncConflictRequest(value: object): value is ResolveVolumeSyncConflictRequest;
|
|
49
|
+
export declare function ResolveVolumeSyncConflictRequestFromJSON(json: any): ResolveVolumeSyncConflictRequest;
|
|
50
|
+
export declare function ResolveVolumeSyncConflictRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ResolveVolumeSyncConflictRequest;
|
|
51
|
+
export declare function ResolveVolumeSyncConflictRequestToJSON(json: any): ResolveVolumeSyncConflictRequest;
|
|
52
|
+
export declare function ResolveVolumeSyncConflictRequestToJSONTyped(value?: ResolveVolumeSyncConflictRequest | null, ignoreDiscriminator?: boolean): any;
|
|
53
|
+
//# sourceMappingURL=ResolveVolumeSyncConflictRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResolveVolumeSyncConflictRequest.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/ResolveVolumeSyncConflictRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,MAAM,EAAE,0CAA0C,CAAC;IACnD;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAGD;;GAEG;AACH,eAAO,MAAM,0CAA0C;;;CAG7C,CAAC;AACX,MAAM,MAAM,0CAA0C,GAAG,OAAO,0CAA0C,CAAC,MAAM,OAAO,0CAA0C,CAAC,CAAC;AAGpK;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAGnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAUvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtJ"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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 ResolveVolumeSyncConflictRequestStatusEnum = {
|
|
18
|
+
Resolved: 'resolved',
|
|
19
|
+
Ignored: 'ignored'
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ResolveVolumeSyncConflictRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
export function instanceOfResolveVolumeSyncConflictRequest(value) {
|
|
25
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
export function ResolveVolumeSyncConflictRequestFromJSON(json) {
|
|
30
|
+
return ResolveVolumeSyncConflictRequestFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
export function ResolveVolumeSyncConflictRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'status': json['status'],
|
|
38
|
+
'resolution': json['resolution'] == null ? undefined : json['resolution'],
|
|
39
|
+
'note': json['note'] == null ? undefined : json['note'],
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export function ResolveVolumeSyncConflictRequestToJSON(json) {
|
|
43
|
+
return ResolveVolumeSyncConflictRequestToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
export function ResolveVolumeSyncConflictRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
46
|
+
if (value == null) {
|
|
47
|
+
return value;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'status': value['status'],
|
|
51
|
+
'resolution': value['resolution'],
|
|
52
|
+
'note': value['note'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -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 { AppendReplicaChangesResponse } from './AppendReplicaChangesResponse.js';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface SuccessVolumeSyncAppendResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface SuccessVolumeSyncAppendResponse {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {boolean}
|
|
22
|
+
* @memberof SuccessVolumeSyncAppendResponse
|
|
23
|
+
*/
|
|
24
|
+
success: boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {AppendReplicaChangesResponse}
|
|
28
|
+
* @memberof SuccessVolumeSyncAppendResponse
|
|
29
|
+
*/
|
|
30
|
+
data?: AppendReplicaChangesResponse;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Check if a given object implements the SuccessVolumeSyncAppendResponse interface.
|
|
34
|
+
*/
|
|
35
|
+
export declare function instanceOfSuccessVolumeSyncAppendResponse(value: object): value is SuccessVolumeSyncAppendResponse;
|
|
36
|
+
export declare function SuccessVolumeSyncAppendResponseFromJSON(json: any): SuccessVolumeSyncAppendResponse;
|
|
37
|
+
export declare function SuccessVolumeSyncAppendResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SuccessVolumeSyncAppendResponse;
|
|
38
|
+
export declare function SuccessVolumeSyncAppendResponseToJSON(json: any): SuccessVolumeSyncAppendResponse;
|
|
39
|
+
export declare function SuccessVolumeSyncAppendResponseToJSONTyped(value?: SuccessVolumeSyncAppendResponse | null, ignoreDiscriminator?: boolean): any;
|
|
40
|
+
//# sourceMappingURL=SuccessVolumeSyncAppendResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuccessVolumeSyncAppendResponse.d.ts","sourceRoot":"","sources":["../../../../src/apispec/src/models/SuccessVolumeSyncAppendResponse.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAQnF;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAGjH;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,CASrI;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,CAUpJ"}
|