@cirrobio/api-client 0.12.23 → 0.12.25
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/README.md +1 -1
- package/dist/apis/ProjectsApi.d.ts +28 -1
- package/dist/apis/ProjectsApi.js +79 -0
- package/dist/apis/SheetsApi.d.ts +102 -0
- package/dist/apis/SheetsApi.js +276 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.js +1 -0
- package/dist/esm/apis/ProjectsApi.d.ts +28 -1
- package/dist/esm/apis/ProjectsApi.js +80 -1
- package/dist/esm/apis/SheetsApi.d.ts +102 -0
- package/dist/esm/apis/SheetsApi.js +272 -0
- package/dist/esm/apis/index.d.ts +1 -0
- package/dist/esm/apis/index.js +1 -0
- package/dist/esm/models/CloudQuota.d.ts +55 -0
- package/dist/esm/models/CloudQuota.js +55 -0
- package/dist/esm/models/ColumnDataType.d.ts +30 -0
- package/dist/esm/models/ColumnDataType.js +39 -0
- package/dist/esm/models/ColumnDef.d.ts +51 -0
- package/dist/esm/models/ColumnDef.js +54 -0
- package/dist/esm/models/CreateSheetRequest.d.ts +70 -0
- package/dist/esm/models/CreateSheetRequest.js +63 -0
- package/dist/esm/models/CreateSheetRequestFileDef.d.ts +38 -0
- package/dist/esm/models/CreateSheetRequestFileDef.js +47 -0
- package/dist/esm/models/FeatureFlags.d.ts +6 -0
- package/dist/esm/models/FeatureFlags.js +3 -0
- package/dist/esm/models/FileDef.d.ts +38 -0
- package/dist/esm/models/FileDef.js +47 -0
- package/dist/esm/models/FileType.d.ts +24 -0
- package/dist/esm/models/FileType.js +33 -0
- package/dist/esm/models/ForeignKeyRef.d.ts +37 -0
- package/dist/esm/models/ForeignKeyRef.js +46 -0
- package/dist/esm/models/Permission.d.ts +4 -0
- package/dist/esm/models/Permission.js +4 -0
- package/dist/esm/models/RequestQuotaIncreaseCommand.d.ts +43 -0
- package/dist/esm/models/RequestQuotaIncreaseCommand.js +49 -0
- package/dist/esm/models/RequestQuotaIncreaseResponse.d.ts +38 -0
- package/dist/esm/models/RequestQuotaIncreaseResponse.js +47 -0
- package/dist/esm/models/Sheet.d.ts +88 -0
- package/dist/esm/models/Sheet.js +73 -0
- package/dist/esm/models/SheetDetail.d.ts +107 -0
- package/dist/esm/models/SheetDetail.js +83 -0
- package/dist/esm/models/SheetJob.d.ts +93 -0
- package/dist/esm/models/SheetJob.js +71 -0
- package/dist/esm/models/SheetJobType.d.ts +25 -0
- package/dist/esm/models/SheetJobType.js +34 -0
- package/dist/esm/models/SheetTableType.d.ts +25 -0
- package/dist/esm/models/SheetTableType.js +34 -0
- package/dist/esm/models/SheetType.d.ts +23 -0
- package/dist/esm/models/SheetType.js +32 -0
- package/dist/esm/models/TriggerIngestRequest.d.ts +32 -0
- package/dist/esm/models/TriggerIngestRequest.js +44 -0
- package/dist/esm/models/index.d.ts +17 -0
- package/dist/esm/models/index.js +17 -0
- package/dist/models/CloudQuota.d.ts +55 -0
- package/dist/models/CloudQuota.js +62 -0
- package/dist/models/ColumnDataType.d.ts +30 -0
- package/dist/models/ColumnDataType.js +45 -0
- package/dist/models/ColumnDef.d.ts +51 -0
- package/dist/models/ColumnDef.js +61 -0
- package/dist/models/CreateSheetRequest.d.ts +70 -0
- package/dist/models/CreateSheetRequest.js +70 -0
- package/dist/models/CreateSheetRequestFileDef.d.ts +38 -0
- package/dist/models/CreateSheetRequestFileDef.js +54 -0
- package/dist/models/FeatureFlags.d.ts +6 -0
- package/dist/models/FeatureFlags.js +3 -0
- package/dist/models/FileDef.d.ts +38 -0
- package/dist/models/FileDef.js +54 -0
- package/dist/models/FileType.d.ts +24 -0
- package/dist/models/FileType.js +39 -0
- package/dist/models/ForeignKeyRef.d.ts +37 -0
- package/dist/models/ForeignKeyRef.js +53 -0
- package/dist/models/Permission.d.ts +4 -0
- package/dist/models/Permission.js +4 -0
- package/dist/models/RequestQuotaIncreaseCommand.d.ts +43 -0
- package/dist/models/RequestQuotaIncreaseCommand.js +56 -0
- package/dist/models/RequestQuotaIncreaseResponse.d.ts +38 -0
- package/dist/models/RequestQuotaIncreaseResponse.js +54 -0
- package/dist/models/Sheet.d.ts +88 -0
- package/dist/models/Sheet.js +80 -0
- package/dist/models/SheetDetail.d.ts +107 -0
- package/dist/models/SheetDetail.js +90 -0
- package/dist/models/SheetJob.d.ts +93 -0
- package/dist/models/SheetJob.js +78 -0
- package/dist/models/SheetJobType.d.ts +25 -0
- package/dist/models/SheetJobType.js +40 -0
- package/dist/models/SheetTableType.d.ts +25 -0
- package/dist/models/SheetTableType.js +40 -0
- package/dist/models/SheetType.d.ts +23 -0
- package/dist/models/SheetType.js +38 -0
- package/dist/models/TriggerIngestRequest.d.ts +32 -0
- package/dist/models/TriggerIngestRequest.js +51 -0
- package/dist/models/index.d.ts +17 -0
- package/dist/models/index.js +17 -0
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Cirro Data
|
|
5
|
+
* Cirro Data Platform service API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: latest
|
|
8
|
+
* Contact: support@cirro.bio
|
|
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
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export var SheetJobType;
|
|
20
|
+
(function (SheetJobType) {
|
|
21
|
+
SheetJobType["Ddl"] = "DDL";
|
|
22
|
+
SheetJobType["Ingest"] = "INGEST";
|
|
23
|
+
SheetJobType["DdlIngest"] = "DDL_INGEST";
|
|
24
|
+
SheetJobType["DropTable"] = "DROP_TABLE";
|
|
25
|
+
})(SheetJobType || (SheetJobType = {}));
|
|
26
|
+
export function SheetJobTypeFromJSON(json) {
|
|
27
|
+
return SheetJobTypeFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function SheetJobTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
export function SheetJobTypeToJSON(value) {
|
|
33
|
+
return value;
|
|
34
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum SheetTableType {
|
|
18
|
+
File = "FILE",
|
|
19
|
+
Scratch = "SCRATCH",
|
|
20
|
+
Template = "TEMPLATE",
|
|
21
|
+
Standard = "STANDARD"
|
|
22
|
+
}
|
|
23
|
+
export declare function SheetTableTypeFromJSON(json: any): SheetTableType;
|
|
24
|
+
export declare function SheetTableTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SheetTableType;
|
|
25
|
+
export declare function SheetTableTypeToJSON(value?: SheetTableType | null): any;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Cirro Data
|
|
5
|
+
* Cirro Data Platform service API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: latest
|
|
8
|
+
* Contact: support@cirro.bio
|
|
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
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export var SheetTableType;
|
|
20
|
+
(function (SheetTableType) {
|
|
21
|
+
SheetTableType["File"] = "FILE";
|
|
22
|
+
SheetTableType["Scratch"] = "SCRATCH";
|
|
23
|
+
SheetTableType["Template"] = "TEMPLATE";
|
|
24
|
+
SheetTableType["Standard"] = "STANDARD";
|
|
25
|
+
})(SheetTableType || (SheetTableType = {}));
|
|
26
|
+
export function SheetTableTypeFromJSON(json) {
|
|
27
|
+
return SheetTableTypeFromJSONTyped(json, false);
|
|
28
|
+
}
|
|
29
|
+
export function SheetTableTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
export function SheetTableTypeToJSON(value) {
|
|
33
|
+
return value;
|
|
34
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum SheetType {
|
|
18
|
+
Table = "TABLE",
|
|
19
|
+
View = "VIEW"
|
|
20
|
+
}
|
|
21
|
+
export declare function SheetTypeFromJSON(json: any): SheetType;
|
|
22
|
+
export declare function SheetTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SheetType;
|
|
23
|
+
export declare function SheetTypeToJSON(value?: SheetType | null): any;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Cirro Data
|
|
5
|
+
* Cirro Data Platform service API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: latest
|
|
8
|
+
* Contact: support@cirro.bio
|
|
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
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @enum {string}
|
|
18
|
+
*/
|
|
19
|
+
export var SheetType;
|
|
20
|
+
(function (SheetType) {
|
|
21
|
+
SheetType["Table"] = "TABLE";
|
|
22
|
+
SheetType["View"] = "VIEW";
|
|
23
|
+
})(SheetType || (SheetType = {}));
|
|
24
|
+
export function SheetTypeFromJSON(json) {
|
|
25
|
+
return SheetTypeFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
export function SheetTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
export function SheetTypeToJSON(value) {
|
|
31
|
+
return value;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
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 { FileDef } from './FileDef';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TriggerIngestRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface TriggerIngestRequest {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {FileDef}
|
|
22
|
+
* @memberof TriggerIngestRequest
|
|
23
|
+
*/
|
|
24
|
+
fileDef: FileDef;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the TriggerIngestRequest interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfTriggerIngestRequest(value: object): boolean;
|
|
30
|
+
export declare function TriggerIngestRequestFromJSON(json: any): TriggerIngestRequest;
|
|
31
|
+
export declare function TriggerIngestRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): TriggerIngestRequest;
|
|
32
|
+
export declare function TriggerIngestRequestToJSON(value?: TriggerIngestRequest | null): any;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Cirro Data
|
|
5
|
+
* Cirro Data Platform service API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: latest
|
|
8
|
+
* Contact: support@cirro.bio
|
|
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 { FileDefFromJSON, FileDefToJSON, } from './FileDef';
|
|
15
|
+
/**
|
|
16
|
+
* Check if a given object implements the TriggerIngestRequest interface.
|
|
17
|
+
*/
|
|
18
|
+
export function instanceOfTriggerIngestRequest(value) {
|
|
19
|
+
let isInstance = true;
|
|
20
|
+
isInstance = isInstance && "fileDef" in value;
|
|
21
|
+
return isInstance;
|
|
22
|
+
}
|
|
23
|
+
export function TriggerIngestRequestFromJSON(json) {
|
|
24
|
+
return TriggerIngestRequestFromJSONTyped(json, false);
|
|
25
|
+
}
|
|
26
|
+
export function TriggerIngestRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
27
|
+
if ((json === undefined) || (json === null)) {
|
|
28
|
+
return json;
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
'fileDef': FileDefFromJSON(json['fileDef']),
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export function TriggerIngestRequestToJSON(value) {
|
|
35
|
+
if (value === undefined) {
|
|
36
|
+
return undefined;
|
|
37
|
+
}
|
|
38
|
+
if (value === null) {
|
|
39
|
+
return null;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'fileDef': FileDefToJSON(value.fileDef),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
@@ -23,6 +23,9 @@ export * from './BudgetPeriod';
|
|
|
23
23
|
export * from './ClassificationInput';
|
|
24
24
|
export * from './CloudAccount';
|
|
25
25
|
export * from './CloudAccountType';
|
|
26
|
+
export * from './CloudQuota';
|
|
27
|
+
export * from './ColumnDataType';
|
|
28
|
+
export * from './ColumnDef';
|
|
26
29
|
export * from './ColumnDefinition';
|
|
27
30
|
export * from './ComputeEnvironmentConfiguration';
|
|
28
31
|
export * from './ComputeEnvironmentConfigurationInput';
|
|
@@ -33,6 +36,8 @@ export * from './CreateNotebookInstanceRequest';
|
|
|
33
36
|
export * from './CreateProjectAccessRequest';
|
|
34
37
|
export * from './CreateReferenceRequest';
|
|
35
38
|
export * from './CreateResponse';
|
|
39
|
+
export * from './CreateSheetRequest';
|
|
40
|
+
export * from './CreateSheetRequestFileDef';
|
|
36
41
|
export * from './CustomPipelineSettings';
|
|
37
42
|
export * from './CustomProcessInput';
|
|
38
43
|
export * from './CustomerType';
|
|
@@ -54,11 +59,14 @@ export * from './EnvironmentType';
|
|
|
54
59
|
export * from './ErrorMessage';
|
|
55
60
|
export * from './Executor';
|
|
56
61
|
export * from './FeatureFlags';
|
|
62
|
+
export * from './FileDef';
|
|
57
63
|
export * from './FileEntry';
|
|
58
64
|
export * from './FileMappingRule';
|
|
59
65
|
export * from './FileNameMatch';
|
|
60
66
|
export * from './FileNamePattern';
|
|
61
67
|
export * from './FileRequirements';
|
|
68
|
+
export * from './FileType';
|
|
69
|
+
export * from './ForeignKeyRef';
|
|
62
70
|
export * from './FormSchema';
|
|
63
71
|
export * from './FulfillmentResponse';
|
|
64
72
|
export * from './GenerateSftpCredentialsRequest';
|
|
@@ -125,6 +133,8 @@ export * from './ProjectUser';
|
|
|
125
133
|
export * from './Reference';
|
|
126
134
|
export * from './ReferenceType';
|
|
127
135
|
export * from './RepositoryType';
|
|
136
|
+
export * from './RequestQuotaIncreaseCommand';
|
|
137
|
+
export * from './RequestQuotaIncreaseResponse';
|
|
128
138
|
export * from './RequestStatus';
|
|
129
139
|
export * from './RequirementFulfillmentInput';
|
|
130
140
|
export * from './RequirementInput';
|
|
@@ -141,6 +151,12 @@ export * from './ShareDetail';
|
|
|
141
151
|
export * from './ShareInput';
|
|
142
152
|
export * from './ShareType';
|
|
143
153
|
export * from './SharingType';
|
|
154
|
+
export * from './Sheet';
|
|
155
|
+
export * from './SheetDetail';
|
|
156
|
+
export * from './SheetJob';
|
|
157
|
+
export * from './SheetJobType';
|
|
158
|
+
export * from './SheetTableType';
|
|
159
|
+
export * from './SheetType';
|
|
144
160
|
export * from './SortOrder';
|
|
145
161
|
export * from './Status';
|
|
146
162
|
export * from './StopExecutionResponse';
|
|
@@ -151,6 +167,7 @@ export * from './Tag';
|
|
|
151
167
|
export * from './Task';
|
|
152
168
|
export * from './TaskCost';
|
|
153
169
|
export * from './TenantInfo';
|
|
170
|
+
export * from './TriggerIngestRequest';
|
|
154
171
|
export * from './UpdateDatasetRequest';
|
|
155
172
|
export * from './UpdateUserRequest';
|
|
156
173
|
export * from './UploadDatasetCreateResponse';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -25,6 +25,9 @@ export * from './BudgetPeriod';
|
|
|
25
25
|
export * from './ClassificationInput';
|
|
26
26
|
export * from './CloudAccount';
|
|
27
27
|
export * from './CloudAccountType';
|
|
28
|
+
export * from './CloudQuota';
|
|
29
|
+
export * from './ColumnDataType';
|
|
30
|
+
export * from './ColumnDef';
|
|
28
31
|
export * from './ColumnDefinition';
|
|
29
32
|
export * from './ComputeEnvironmentConfiguration';
|
|
30
33
|
export * from './ComputeEnvironmentConfigurationInput';
|
|
@@ -35,6 +38,8 @@ export * from './CreateNotebookInstanceRequest';
|
|
|
35
38
|
export * from './CreateProjectAccessRequest';
|
|
36
39
|
export * from './CreateReferenceRequest';
|
|
37
40
|
export * from './CreateResponse';
|
|
41
|
+
export * from './CreateSheetRequest';
|
|
42
|
+
export * from './CreateSheetRequestFileDef';
|
|
38
43
|
export * from './CustomPipelineSettings';
|
|
39
44
|
export * from './CustomProcessInput';
|
|
40
45
|
export * from './CustomerType';
|
|
@@ -56,11 +61,14 @@ export * from './EnvironmentType';
|
|
|
56
61
|
export * from './ErrorMessage';
|
|
57
62
|
export * from './Executor';
|
|
58
63
|
export * from './FeatureFlags';
|
|
64
|
+
export * from './FileDef';
|
|
59
65
|
export * from './FileEntry';
|
|
60
66
|
export * from './FileMappingRule';
|
|
61
67
|
export * from './FileNameMatch';
|
|
62
68
|
export * from './FileNamePattern';
|
|
63
69
|
export * from './FileRequirements';
|
|
70
|
+
export * from './FileType';
|
|
71
|
+
export * from './ForeignKeyRef';
|
|
64
72
|
export * from './FormSchema';
|
|
65
73
|
export * from './FulfillmentResponse';
|
|
66
74
|
export * from './GenerateSftpCredentialsRequest';
|
|
@@ -127,6 +135,8 @@ export * from './ProjectUser';
|
|
|
127
135
|
export * from './Reference';
|
|
128
136
|
export * from './ReferenceType';
|
|
129
137
|
export * from './RepositoryType';
|
|
138
|
+
export * from './RequestQuotaIncreaseCommand';
|
|
139
|
+
export * from './RequestQuotaIncreaseResponse';
|
|
130
140
|
export * from './RequestStatus';
|
|
131
141
|
export * from './RequirementFulfillmentInput';
|
|
132
142
|
export * from './RequirementInput';
|
|
@@ -143,6 +153,12 @@ export * from './ShareDetail';
|
|
|
143
153
|
export * from './ShareInput';
|
|
144
154
|
export * from './ShareType';
|
|
145
155
|
export * from './SharingType';
|
|
156
|
+
export * from './Sheet';
|
|
157
|
+
export * from './SheetDetail';
|
|
158
|
+
export * from './SheetJob';
|
|
159
|
+
export * from './SheetJobType';
|
|
160
|
+
export * from './SheetTableType';
|
|
161
|
+
export * from './SheetType';
|
|
146
162
|
export * from './SortOrder';
|
|
147
163
|
export * from './Status';
|
|
148
164
|
export * from './StopExecutionResponse';
|
|
@@ -153,6 +169,7 @@ export * from './Tag';
|
|
|
153
169
|
export * from './Task';
|
|
154
170
|
export * from './TaskCost';
|
|
155
171
|
export * from './TenantInfo';
|
|
172
|
+
export * from './TriggerIngestRequest';
|
|
156
173
|
export * from './UpdateDatasetRequest';
|
|
157
174
|
export * from './UpdateUserRequest';
|
|
158
175
|
export * from './UploadDatasetCreateResponse';
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
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 CloudQuota
|
|
16
|
+
*/
|
|
17
|
+
export interface CloudQuota {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CloudQuota
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CloudQuota
|
|
28
|
+
*/
|
|
29
|
+
description: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CloudQuota
|
|
34
|
+
*/
|
|
35
|
+
service: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof CloudQuota
|
|
40
|
+
*/
|
|
41
|
+
code: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof CloudQuota
|
|
46
|
+
*/
|
|
47
|
+
appliedQuota: number;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Check if a given object implements the CloudQuota interface.
|
|
51
|
+
*/
|
|
52
|
+
export declare function instanceOfCloudQuota(value: object): boolean;
|
|
53
|
+
export declare function CloudQuotaFromJSON(json: any): CloudQuota;
|
|
54
|
+
export declare function CloudQuotaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CloudQuota;
|
|
55
|
+
export declare function CloudQuotaToJSON(value?: CloudQuota | null): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CloudQuotaToJSON = exports.CloudQuotaFromJSONTyped = exports.CloudQuotaFromJSON = exports.instanceOfCloudQuota = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the CloudQuota interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfCloudQuota(value) {
|
|
21
|
+
let isInstance = true;
|
|
22
|
+
isInstance = isInstance && "name" in value;
|
|
23
|
+
isInstance = isInstance && "description" in value;
|
|
24
|
+
isInstance = isInstance && "service" in value;
|
|
25
|
+
isInstance = isInstance && "code" in value;
|
|
26
|
+
isInstance = isInstance && "appliedQuota" in value;
|
|
27
|
+
return isInstance;
|
|
28
|
+
}
|
|
29
|
+
exports.instanceOfCloudQuota = instanceOfCloudQuota;
|
|
30
|
+
function CloudQuotaFromJSON(json) {
|
|
31
|
+
return CloudQuotaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
exports.CloudQuotaFromJSON = CloudQuotaFromJSON;
|
|
34
|
+
function CloudQuotaFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if ((json === undefined) || (json === null)) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'name': json['name'],
|
|
40
|
+
'description': json['description'],
|
|
41
|
+
'service': json['service'],
|
|
42
|
+
'code': json['code'],
|
|
43
|
+
'appliedQuota': json['appliedQuota'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
exports.CloudQuotaFromJSONTyped = CloudQuotaFromJSONTyped;
|
|
47
|
+
function CloudQuotaToJSON(value) {
|
|
48
|
+
if (value === undefined) {
|
|
49
|
+
return undefined;
|
|
50
|
+
}
|
|
51
|
+
if (value === null) {
|
|
52
|
+
return null;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'name': value.name,
|
|
56
|
+
'description': value.description,
|
|
57
|
+
'service': value.service,
|
|
58
|
+
'code': value.code,
|
|
59
|
+
'appliedQuota': value.appliedQuota,
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
exports.CloudQuotaToJSON = CloudQuotaToJSON;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
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
|
+
* @enum {string}
|
|
16
|
+
*/
|
|
17
|
+
export declare enum ColumnDataType {
|
|
18
|
+
String = "STRING",
|
|
19
|
+
Integer = "INTEGER",
|
|
20
|
+
Bigint = "BIGINT",
|
|
21
|
+
Float = "FLOAT",
|
|
22
|
+
Double = "DOUBLE",
|
|
23
|
+
Boolean = "BOOLEAN",
|
|
24
|
+
Date = "DATE",
|
|
25
|
+
Timestamp = "TIMESTAMP",
|
|
26
|
+
Blob = "BLOB"
|
|
27
|
+
}
|
|
28
|
+
export declare function ColumnDataTypeFromJSON(json: any): ColumnDataType;
|
|
29
|
+
export declare function ColumnDataTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColumnDataType;
|
|
30
|
+
export declare function ColumnDataTypeToJSON(value?: ColumnDataType | null): any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ColumnDataTypeToJSON = exports.ColumnDataTypeFromJSONTyped = exports.ColumnDataTypeFromJSON = exports.ColumnDataType = void 0;
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
var ColumnDataType;
|
|
23
|
+
(function (ColumnDataType) {
|
|
24
|
+
ColumnDataType["String"] = "STRING";
|
|
25
|
+
ColumnDataType["Integer"] = "INTEGER";
|
|
26
|
+
ColumnDataType["Bigint"] = "BIGINT";
|
|
27
|
+
ColumnDataType["Float"] = "FLOAT";
|
|
28
|
+
ColumnDataType["Double"] = "DOUBLE";
|
|
29
|
+
ColumnDataType["Boolean"] = "BOOLEAN";
|
|
30
|
+
ColumnDataType["Date"] = "DATE";
|
|
31
|
+
ColumnDataType["Timestamp"] = "TIMESTAMP";
|
|
32
|
+
ColumnDataType["Blob"] = "BLOB";
|
|
33
|
+
})(ColumnDataType = exports.ColumnDataType || (exports.ColumnDataType = {}));
|
|
34
|
+
function ColumnDataTypeFromJSON(json) {
|
|
35
|
+
return ColumnDataTypeFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
exports.ColumnDataTypeFromJSON = ColumnDataTypeFromJSON;
|
|
38
|
+
function ColumnDataTypeFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
exports.ColumnDataTypeFromJSONTyped = ColumnDataTypeFromJSONTyped;
|
|
42
|
+
function ColumnDataTypeToJSON(value) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
exports.ColumnDataTypeToJSON = ColumnDataTypeToJSON;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Cirro Data
|
|
3
|
+
* Cirro Data Platform service API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: latest
|
|
6
|
+
* Contact: support@cirro.bio
|
|
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 { ColumnDataType } from './ColumnDataType';
|
|
13
|
+
import type { ForeignKeyRef } from './ForeignKeyRef';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ColumnDef
|
|
18
|
+
*/
|
|
19
|
+
export interface ColumnDef {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof ColumnDef
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {ColumnDataType}
|
|
29
|
+
* @memberof ColumnDef
|
|
30
|
+
*/
|
|
31
|
+
dataType: ColumnDataType;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof ColumnDef
|
|
36
|
+
*/
|
|
37
|
+
description: string;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
* @type {ForeignKeyRef}
|
|
41
|
+
* @memberof ColumnDef
|
|
42
|
+
*/
|
|
43
|
+
foreignKey?: ForeignKeyRef | null;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the ColumnDef interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfColumnDef(value: object): boolean;
|
|
49
|
+
export declare function ColumnDefFromJSON(json: any): ColumnDef;
|
|
50
|
+
export declare function ColumnDefFromJSONTyped(json: any, ignoreDiscriminator: boolean): ColumnDef;
|
|
51
|
+
export declare function ColumnDefToJSON(value?: ColumnDef | null): any;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Cirro Data
|
|
6
|
+
* Cirro Data Platform service API
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: latest
|
|
9
|
+
* Contact: support@cirro.bio
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ColumnDefToJSON = exports.ColumnDefFromJSONTyped = exports.ColumnDefFromJSON = exports.instanceOfColumnDef = void 0;
|
|
17
|
+
const runtime_1 = require("../runtime");
|
|
18
|
+
const ColumnDataType_1 = require("./ColumnDataType");
|
|
19
|
+
const ForeignKeyRef_1 = require("./ForeignKeyRef");
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the ColumnDef interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfColumnDef(value) {
|
|
24
|
+
let isInstance = true;
|
|
25
|
+
isInstance = isInstance && "name" in value;
|
|
26
|
+
isInstance = isInstance && "dataType" in value;
|
|
27
|
+
isInstance = isInstance && "description" in value;
|
|
28
|
+
return isInstance;
|
|
29
|
+
}
|
|
30
|
+
exports.instanceOfColumnDef = instanceOfColumnDef;
|
|
31
|
+
function ColumnDefFromJSON(json) {
|
|
32
|
+
return ColumnDefFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
exports.ColumnDefFromJSON = ColumnDefFromJSON;
|
|
35
|
+
function ColumnDefFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if ((json === undefined) || (json === null)) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'name': json['name'],
|
|
41
|
+
'dataType': (0, ColumnDataType_1.ColumnDataTypeFromJSON)(json['dataType']),
|
|
42
|
+
'description': json['description'],
|
|
43
|
+
'foreignKey': !(0, runtime_1.exists)(json, 'foreignKey') ? undefined : (0, ForeignKeyRef_1.ForeignKeyRefFromJSON)(json['foreignKey']),
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
exports.ColumnDefFromJSONTyped = ColumnDefFromJSONTyped;
|
|
47
|
+
function ColumnDefToJSON(value) {
|
|
48
|
+
if (value === undefined) {
|
|
49
|
+
return undefined;
|
|
50
|
+
}
|
|
51
|
+
if (value === null) {
|
|
52
|
+
return null;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'name': value.name,
|
|
56
|
+
'dataType': (0, ColumnDataType_1.ColumnDataTypeToJSON)(value.dataType),
|
|
57
|
+
'description': value.description,
|
|
58
|
+
'foreignKey': (0, ForeignKeyRef_1.ForeignKeyRefToJSON)(value.foreignKey),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
exports.ColumnDefToJSON = ColumnDefToJSON;
|