@katerai/sdk 0.5.0 → 0.6.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/CHANGELOG.md +28 -0
- package/client.d.mts +1 -0
- package/client.d.mts.map +1 -1
- package/client.d.ts +1 -0
- package/client.d.ts.map +1 -1
- package/client.js +8 -2
- package/client.js.map +1 -1
- package/client.mjs +8 -2
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/v1/connections/connections.d.mts +725 -102
- package/resources/v1/connections/connections.d.mts.map +1 -1
- package/resources/v1/connections/connections.d.ts +725 -102
- package/resources/v1/connections/connections.d.ts.map +1 -1
- package/resources/v1/connections/connections.js +77 -14
- package/resources/v1/connections/connections.js.map +1 -1
- package/resources/v1/connections/connections.mjs +77 -14
- package/resources/v1/connections/connections.mjs.map +1 -1
- package/resources/v1/connections/index.d.mts +3 -1
- package/resources/v1/connections/index.d.mts.map +1 -1
- package/resources/v1/connections/index.d.ts +3 -1
- package/resources/v1/connections/index.d.ts.map +1 -1
- package/resources/v1/connections/index.js +5 -1
- package/resources/v1/connections/index.js.map +1 -1
- package/resources/v1/connections/index.mjs +2 -0
- package/resources/v1/connections/index.mjs.map +1 -1
- package/resources/v1/connections/views.d.mts +77 -0
- package/resources/v1/connections/views.d.mts.map +1 -0
- package/resources/v1/connections/views.d.ts +77 -0
- package/resources/v1/connections/views.d.ts.map +1 -0
- package/resources/v1/connections/views.js +24 -0
- package/resources/v1/connections/views.js.map +1 -0
- package/resources/v1/connections/views.mjs +20 -0
- package/resources/v1/connections/views.mjs.map +1 -0
- package/resources/v1/connections/yaml.d.mts +57 -0
- package/resources/v1/connections/yaml.d.mts.map +1 -0
- package/resources/v1/connections/yaml.d.ts +57 -0
- package/resources/v1/connections/yaml.d.ts.map +1 -0
- package/resources/v1/connections/yaml.js +22 -0
- package/resources/v1/connections/yaml.js.map +1 -0
- package/resources/v1/connections/yaml.mjs +18 -0
- package/resources/v1/connections/yaml.mjs.map +1 -0
- package/resources/v1/github/github.d.mts +4 -0
- package/resources/v1/github/github.d.mts.map +1 -1
- package/resources/v1/github/github.d.ts +4 -0
- package/resources/v1/github/github.d.ts.map +1 -1
- package/resources/v1/github/github.js.map +1 -1
- package/resources/v1/github/github.mjs.map +1 -1
- package/resources/v1/index.d.mts +2 -2
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +2 -2
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/tenants/groups.d.mts +43 -0
- package/resources/v1/tenants/groups.d.mts.map +1 -0
- package/resources/v1/tenants/groups.d.ts +43 -0
- package/resources/v1/tenants/groups.d.ts.map +1 -0
- package/resources/v1/tenants/groups.js +20 -0
- package/resources/v1/tenants/groups.js.map +1 -0
- package/resources/v1/tenants/groups.mjs +16 -0
- package/resources/v1/tenants/groups.mjs.map +1 -0
- package/resources/v1/tenants/index.d.mts +2 -1
- package/resources/v1/tenants/index.d.mts.map +1 -1
- package/resources/v1/tenants/index.d.ts +2 -1
- package/resources/v1/tenants/index.d.ts.map +1 -1
- package/resources/v1/tenants/index.js +3 -1
- package/resources/v1/tenants/index.js.map +1 -1
- package/resources/v1/tenants/index.mjs +1 -0
- package/resources/v1/tenants/index.mjs.map +1 -1
- package/resources/v1/tenants/tenants.d.mts +44 -1
- package/resources/v1/tenants/tenants.d.mts.map +1 -1
- package/resources/v1/tenants/tenants.d.ts +44 -1
- package/resources/v1/tenants/tenants.d.ts.map +1 -1
- package/resources/v1/tenants/tenants.js +16 -0
- package/resources/v1/tenants/tenants.js.map +1 -1
- package/resources/v1/tenants/tenants.mjs +16 -0
- package/resources/v1/tenants/tenants.mjs.map +1 -1
- package/resources/v1/v1.d.mts +4 -4
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +4 -4
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs.map +1 -1
- package/src/client.ts +9 -2
- package/src/internal/parse.ts +6 -0
- package/src/resources/v1/connections/connections.ts +948 -115
- package/src/resources/v1/connections/index.ts +20 -0
- package/src/resources/v1/connections/views.ts +112 -0
- package/src/resources/v1/connections/yaml.ts +81 -0
- package/src/resources/v1/github/github.ts +8 -0
- package/src/resources/v1/index.ts +13 -0
- package/src/resources/v1/tenants/groups.ts +52 -0
- package/src/resources/v1/tenants/index.ts +2 -0
- package/src/resources/v1/tenants/tenants.ts +54 -0
- package/src/resources/v1/v1.ts +26 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -5,9 +5,29 @@ export {
|
|
|
5
5
|
type Connection,
|
|
6
6
|
type DatabaseConfig,
|
|
7
7
|
type ConnectionListResponse,
|
|
8
|
+
type ConnectionApproveSyncResponse,
|
|
9
|
+
type ConnectionListSyncsResponse,
|
|
8
10
|
type ConnectionRetrieveCredentialResponse,
|
|
11
|
+
type ConnectionRetrieveSchemaResponse,
|
|
12
|
+
type ConnectionRetrieveSyncStatusResponse,
|
|
13
|
+
type ConnectionStreamSyncProgressResponse,
|
|
9
14
|
type ConnectionSyncResponse,
|
|
15
|
+
type ConnectionUpdateCredentialsResponse,
|
|
10
16
|
type ConnectionCreateParams,
|
|
11
17
|
type ConnectionUpdateParams,
|
|
18
|
+
type ConnectionListParams,
|
|
19
|
+
type ConnectionApproveSyncParams,
|
|
20
|
+
type ConnectionListSyncsParams,
|
|
21
|
+
type ConnectionRetrieveSyncStatusParams,
|
|
22
|
+
type ConnectionStreamSyncProgressParams,
|
|
23
|
+
type ConnectionUpdateCredentialsParams,
|
|
12
24
|
} from './connections';
|
|
13
25
|
export { Databases, type DatabaseDeleteSchemaParams } from './databases';
|
|
26
|
+
export {
|
|
27
|
+
Views,
|
|
28
|
+
type ViewRetrieveResponse,
|
|
29
|
+
type ViewListResponse,
|
|
30
|
+
type ViewRetrieveParams,
|
|
31
|
+
type ViewListParams,
|
|
32
|
+
} from './views';
|
|
33
|
+
export { Yaml, type YamlRetrieveResponse, type YamlCommitResponse, type YamlCommitParams } from './yaml';
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
6
|
+
import { path } from '../../../internal/utils/path';
|
|
7
|
+
|
|
8
|
+
export class Views extends APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get the YAML content of a specific view file.
|
|
11
|
+
*/
|
|
12
|
+
retrieve(
|
|
13
|
+
fileName: string,
|
|
14
|
+
params: ViewRetrieveParams,
|
|
15
|
+
options?: RequestOptions,
|
|
16
|
+
): APIPromise<ViewRetrieveResponse> {
|
|
17
|
+
const { connection_id, sync_id } = params;
|
|
18
|
+
return this._client.get(
|
|
19
|
+
path`/api/v1/connections/${connection_id}/sync/${sync_id}/views/${fileName}`,
|
|
20
|
+
options,
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* List all view YAML files created by a schema sync.
|
|
26
|
+
*/
|
|
27
|
+
list(syncID: string, params: ViewListParams, options?: RequestOptions): APIPromise<ViewListResponse> {
|
|
28
|
+
const { connection_id } = params;
|
|
29
|
+
return this._client.get(path`/api/v1/connections/${connection_id}/sync/${syncID}/views`, options);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Response for a single view file's content.
|
|
35
|
+
*/
|
|
36
|
+
export interface ViewRetrieveResponse {
|
|
37
|
+
/**
|
|
38
|
+
* Branch the file was read from
|
|
39
|
+
*/
|
|
40
|
+
branch: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* YAML file content
|
|
44
|
+
*/
|
|
45
|
+
content: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* File name (e.g., 'customers.yaml')
|
|
49
|
+
*/
|
|
50
|
+
name: string;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Full path relative to connection folder
|
|
54
|
+
*/
|
|
55
|
+
path: string;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Response for listing view files in a sync.
|
|
60
|
+
*/
|
|
61
|
+
export interface ViewListResponse {
|
|
62
|
+
/**
|
|
63
|
+
* Branch the files were read from
|
|
64
|
+
*/
|
|
65
|
+
branch: string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* List of view files
|
|
69
|
+
*/
|
|
70
|
+
files: Array<ViewListResponse.File>;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* True if reading from PR branch, False if from main
|
|
74
|
+
*/
|
|
75
|
+
is_pr_branch: boolean;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export namespace ViewListResponse {
|
|
79
|
+
/**
|
|
80
|
+
* A single view file in the sync.
|
|
81
|
+
*/
|
|
82
|
+
export interface File {
|
|
83
|
+
/**
|
|
84
|
+
* File name (e.g., 'customers.yaml')
|
|
85
|
+
*/
|
|
86
|
+
name: string;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Full path relative to connection folder
|
|
90
|
+
*/
|
|
91
|
+
path: string;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface ViewRetrieveParams {
|
|
96
|
+
connection_id: string;
|
|
97
|
+
|
|
98
|
+
sync_id: string;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface ViewListParams {
|
|
102
|
+
connection_id: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export declare namespace Views {
|
|
106
|
+
export {
|
|
107
|
+
type ViewRetrieveResponse as ViewRetrieveResponse,
|
|
108
|
+
type ViewListResponse as ViewListResponse,
|
|
109
|
+
type ViewRetrieveParams as ViewRetrieveParams,
|
|
110
|
+
type ViewListParams as ViewListParams,
|
|
111
|
+
};
|
|
112
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
6
|
+
import { path } from '../../../internal/utils/path';
|
|
7
|
+
|
|
8
|
+
export class Yaml extends APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Read connection.yaml from the main branch of the repo.
|
|
11
|
+
*/
|
|
12
|
+
retrieve(connectionID: string, options?: RequestOptions): APIPromise<YamlRetrieveResponse> {
|
|
13
|
+
return this._client.get(path`/api/v1/connections/${connectionID}/yaml`, options);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Commit updated YAML to a new branch and create a PR.
|
|
18
|
+
*/
|
|
19
|
+
commit(
|
|
20
|
+
connectionID: string,
|
|
21
|
+
body: YamlCommitParams,
|
|
22
|
+
options?: RequestOptions,
|
|
23
|
+
): APIPromise<YamlCommitResponse> {
|
|
24
|
+
return this._client.post(path`/api/v1/connections/${connectionID}/yaml`, { body, ...options });
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Response for reading connection.yaml from repo.
|
|
30
|
+
*/
|
|
31
|
+
export interface YamlRetrieveResponse {
|
|
32
|
+
/**
|
|
33
|
+
* Folder name in the repo (e.g. 'prod_db_connection')
|
|
34
|
+
*/
|
|
35
|
+
folder_name: string;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Raw YAML content of connection.yaml
|
|
39
|
+
*/
|
|
40
|
+
yaml_content: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Response for YAML commit endpoint.
|
|
45
|
+
*/
|
|
46
|
+
export interface YamlCommitResponse {
|
|
47
|
+
/**
|
|
48
|
+
* Whether the PR was auto-merged
|
|
49
|
+
*/
|
|
50
|
+
merged: boolean;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* GitHub PR number
|
|
54
|
+
*/
|
|
55
|
+
pr_number: number;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* GitHub PR URL
|
|
59
|
+
*/
|
|
60
|
+
pr_url: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export interface YamlCommitParams {
|
|
64
|
+
/**
|
|
65
|
+
* Updated YAML content
|
|
66
|
+
*/
|
|
67
|
+
yaml_content: string;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* If true, auto-merge the PR after creation
|
|
71
|
+
*/
|
|
72
|
+
auto_merge?: boolean;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export declare namespace Yaml {
|
|
76
|
+
export {
|
|
77
|
+
type YamlRetrieveResponse as YamlRetrieveResponse,
|
|
78
|
+
type YamlCommitResponse as YamlCommitResponse,
|
|
79
|
+
type YamlCommitParams as YamlCommitParams,
|
|
80
|
+
};
|
|
81
|
+
}
|
|
@@ -83,6 +83,14 @@ export interface GitHubGetStatusResponse {
|
|
|
83
83
|
|
|
84
84
|
repository?: string | null;
|
|
85
85
|
|
|
86
|
+
scaffolding_pr_author?: string | null;
|
|
87
|
+
|
|
88
|
+
scaffolding_pr_created_at?: string | null;
|
|
89
|
+
|
|
90
|
+
scaffolding_pr_state?: string | null;
|
|
91
|
+
|
|
92
|
+
scaffolding_pr_title?: string | null;
|
|
93
|
+
|
|
86
94
|
scaffolding_pr_url?: string | null;
|
|
87
95
|
|
|
88
96
|
scaffolding_status?: string | null;
|
|
@@ -5,10 +5,22 @@ export {
|
|
|
5
5
|
type Connection,
|
|
6
6
|
type DatabaseConfig,
|
|
7
7
|
type ConnectionListResponse,
|
|
8
|
+
type ConnectionApproveSyncResponse,
|
|
9
|
+
type ConnectionListSyncsResponse,
|
|
8
10
|
type ConnectionRetrieveCredentialResponse,
|
|
11
|
+
type ConnectionRetrieveSchemaResponse,
|
|
12
|
+
type ConnectionRetrieveSyncStatusResponse,
|
|
13
|
+
type ConnectionStreamSyncProgressResponse,
|
|
9
14
|
type ConnectionSyncResponse,
|
|
15
|
+
type ConnectionUpdateCredentialsResponse,
|
|
10
16
|
type ConnectionCreateParams,
|
|
11
17
|
type ConnectionUpdateParams,
|
|
18
|
+
type ConnectionListParams,
|
|
19
|
+
type ConnectionApproveSyncParams,
|
|
20
|
+
type ConnectionListSyncsParams,
|
|
21
|
+
type ConnectionRetrieveSyncStatusParams,
|
|
22
|
+
type ConnectionStreamSyncProgressParams,
|
|
23
|
+
type ConnectionUpdateCredentialsParams,
|
|
12
24
|
} from './connections/index';
|
|
13
25
|
export {
|
|
14
26
|
GitHub,
|
|
@@ -33,6 +45,7 @@ export {
|
|
|
33
45
|
type CreateTenant,
|
|
34
46
|
type Tenant,
|
|
35
47
|
type TenantListResponse,
|
|
48
|
+
type TenantRetrieveSchemaResponse,
|
|
36
49
|
type TenantCreateParams,
|
|
37
50
|
type TenantUpdateParams,
|
|
38
51
|
} from './tenants/index';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
6
|
+
|
|
7
|
+
export class Groups extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get all tenant groups as a TenantGroupSchema object.
|
|
10
|
+
*
|
|
11
|
+
* Returns tenant groups in the YAML-compatible schema format. Supports content
|
|
12
|
+
* negotiation: JSON by default, YAML with Accept: application/yaml.
|
|
13
|
+
*
|
|
14
|
+
* RLS: Filtered to current client (ClientRLSDB).
|
|
15
|
+
*/
|
|
16
|
+
retrieveSchema(options?: RequestOptions): APIPromise<GroupRetrieveSchemaResponse> {
|
|
17
|
+
return this._client.get('/api/v1/tenants/groups/schema', options);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Schema for tenant group configuration files
|
|
23
|
+
*/
|
|
24
|
+
export interface GroupRetrieveSchemaResponse {
|
|
25
|
+
/**
|
|
26
|
+
* Array of tenant group configurations
|
|
27
|
+
*/
|
|
28
|
+
tenant_groups: Array<GroupRetrieveSchemaResponse.TenantGroup>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export namespace GroupRetrieveSchemaResponse {
|
|
32
|
+
export interface TenantGroup {
|
|
33
|
+
/**
|
|
34
|
+
* Unique Kater identifier
|
|
35
|
+
*/
|
|
36
|
+
kater_id: string;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Name identifier
|
|
40
|
+
*/
|
|
41
|
+
name: string;
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Description text
|
|
45
|
+
*/
|
|
46
|
+
description?: string | null;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export declare namespace Groups {
|
|
51
|
+
export { type GroupRetrieveSchemaResponse as GroupRetrieveSchemaResponse };
|
|
52
|
+
}
|
|
@@ -11,6 +11,7 @@ export {
|
|
|
11
11
|
type BatchUpdateParams,
|
|
12
12
|
type BatchDeleteParams,
|
|
13
13
|
} from './batch';
|
|
14
|
+
export { Groups, type GroupRetrieveSchemaResponse } from './groups';
|
|
14
15
|
export {
|
|
15
16
|
Import,
|
|
16
17
|
type ImportTenants,
|
|
@@ -22,6 +23,7 @@ export {
|
|
|
22
23
|
type CreateTenant,
|
|
23
24
|
type Tenant,
|
|
24
25
|
type TenantListResponse,
|
|
26
|
+
type TenantRetrieveSchemaResponse,
|
|
25
27
|
type TenantCreateParams,
|
|
26
28
|
type TenantUpdateParams,
|
|
27
29
|
} from './tenants';
|
|
@@ -13,6 +13,8 @@ import {
|
|
|
13
13
|
BatchUpdateParams,
|
|
14
14
|
BatchUpdateResponse,
|
|
15
15
|
} from './batch';
|
|
16
|
+
import * as GroupsAPI from './groups';
|
|
17
|
+
import { GroupRetrieveSchemaResponse, Groups } from './groups';
|
|
16
18
|
import * as ImportAPI from './import';
|
|
17
19
|
import { Import, ImportFromCsvParams, ImportFromWarehouseParams, ImportTenants } from './import';
|
|
18
20
|
import { APIPromise } from '../../../core/api-promise';
|
|
@@ -23,6 +25,7 @@ import { path } from '../../../internal/utils/path';
|
|
|
23
25
|
export class Tenants extends APIResource {
|
|
24
26
|
batch: BatchAPI.Batch = new BatchAPI.Batch(this._client);
|
|
25
27
|
import: ImportAPI.Import = new ImportAPI.Import(this._client);
|
|
28
|
+
groups: GroupsAPI.Groups = new GroupsAPI.Groups(this._client);
|
|
26
29
|
|
|
27
30
|
/**
|
|
28
31
|
* Create a new tenant.
|
|
@@ -102,6 +105,19 @@ export class Tenants extends APIResource {
|
|
|
102
105
|
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
103
106
|
});
|
|
104
107
|
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Get all tenants as a TenantSchema object.
|
|
111
|
+
*
|
|
112
|
+
* Returns tenants in the YAML-compatible schema format with group references.
|
|
113
|
+
* Supports content negotiation: JSON by default, YAML with Accept:
|
|
114
|
+
* application/yaml.
|
|
115
|
+
*
|
|
116
|
+
* RLS: Filtered to current client (ClientRLSDB).
|
|
117
|
+
*/
|
|
118
|
+
retrieveSchema(options?: RequestOptions): APIPromise<TenantRetrieveSchemaResponse> {
|
|
119
|
+
return this._client.get('/api/v1/tenants/schema', options);
|
|
120
|
+
}
|
|
105
121
|
}
|
|
106
122
|
|
|
107
123
|
/**
|
|
@@ -208,6 +224,40 @@ export namespace Tenant {
|
|
|
208
224
|
|
|
209
225
|
export type TenantListResponse = Array<Tenant>;
|
|
210
226
|
|
|
227
|
+
/**
|
|
228
|
+
* Schema for tenant configuration files
|
|
229
|
+
*/
|
|
230
|
+
export interface TenantRetrieveSchemaResponse {
|
|
231
|
+
/**
|
|
232
|
+
* Array of tenant configurations
|
|
233
|
+
*/
|
|
234
|
+
tenants: Array<TenantRetrieveSchemaResponse.Tenant>;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export namespace TenantRetrieveSchemaResponse {
|
|
238
|
+
export interface Tenant {
|
|
239
|
+
/**
|
|
240
|
+
* Unique Kater identifier
|
|
241
|
+
*/
|
|
242
|
+
kater_id: string;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Unique key identifier for the tenant (e.g., 'acme_corp')
|
|
246
|
+
*/
|
|
247
|
+
tenant_key: string;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* References to tenant groups this tenant belongs to
|
|
251
|
+
*/
|
|
252
|
+
groups?: Array<string> | null;
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Human-readable display name for the tenant
|
|
256
|
+
*/
|
|
257
|
+
name?: string | null;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
211
261
|
export interface TenantCreateParams {
|
|
212
262
|
/**
|
|
213
263
|
* Unique tenant identifier within the client
|
|
@@ -259,12 +309,14 @@ export interface TenantUpdateParams {
|
|
|
259
309
|
|
|
260
310
|
Tenants.Batch = Batch;
|
|
261
311
|
Tenants.Import = Import;
|
|
312
|
+
Tenants.Groups = Groups;
|
|
262
313
|
|
|
263
314
|
export declare namespace Tenants {
|
|
264
315
|
export {
|
|
265
316
|
type CreateTenant as CreateTenant,
|
|
266
317
|
type Tenant as Tenant,
|
|
267
318
|
type TenantListResponse as TenantListResponse,
|
|
319
|
+
type TenantRetrieveSchemaResponse as TenantRetrieveSchemaResponse,
|
|
268
320
|
type TenantCreateParams as TenantCreateParams,
|
|
269
321
|
type TenantUpdateParams as TenantUpdateParams,
|
|
270
322
|
};
|
|
@@ -287,4 +339,6 @@ export declare namespace Tenants {
|
|
|
287
339
|
type ImportFromCsvParams as ImportFromCsvParams,
|
|
288
340
|
type ImportFromWarehouseParams as ImportFromWarehouseParams,
|
|
289
341
|
};
|
|
342
|
+
|
|
343
|
+
export { Groups as Groups, type GroupRetrieveSchemaResponse as GroupRetrieveSchemaResponse };
|
|
290
344
|
}
|
package/src/resources/v1/v1.ts
CHANGED
|
@@ -6,10 +6,22 @@ import { ClientUser, ClientUserRole, Me } from './me';
|
|
|
6
6
|
import * as ConnectionsAPI from './connections/connections';
|
|
7
7
|
import {
|
|
8
8
|
Connection,
|
|
9
|
+
ConnectionApproveSyncParams,
|
|
10
|
+
ConnectionApproveSyncResponse,
|
|
9
11
|
ConnectionCreateParams,
|
|
12
|
+
ConnectionListParams,
|
|
10
13
|
ConnectionListResponse,
|
|
14
|
+
ConnectionListSyncsParams,
|
|
15
|
+
ConnectionListSyncsResponse,
|
|
11
16
|
ConnectionRetrieveCredentialResponse,
|
|
17
|
+
ConnectionRetrieveSchemaResponse,
|
|
18
|
+
ConnectionRetrieveSyncStatusParams,
|
|
19
|
+
ConnectionRetrieveSyncStatusResponse,
|
|
20
|
+
ConnectionStreamSyncProgressParams,
|
|
21
|
+
ConnectionStreamSyncProgressResponse,
|
|
12
22
|
ConnectionSyncResponse,
|
|
23
|
+
ConnectionUpdateCredentialsParams,
|
|
24
|
+
ConnectionUpdateCredentialsResponse,
|
|
13
25
|
ConnectionUpdateParams,
|
|
14
26
|
Connections,
|
|
15
27
|
DatabaseConfig,
|
|
@@ -40,6 +52,7 @@ import {
|
|
|
40
52
|
Tenant,
|
|
41
53
|
TenantCreateParams,
|
|
42
54
|
TenantListResponse,
|
|
55
|
+
TenantRetrieveSchemaResponse,
|
|
43
56
|
TenantUpdateParams,
|
|
44
57
|
Tenants,
|
|
45
58
|
} from './tenants/tenants';
|
|
@@ -66,10 +79,22 @@ export declare namespace V1 {
|
|
|
66
79
|
type Connection as Connection,
|
|
67
80
|
type DatabaseConfig as DatabaseConfig,
|
|
68
81
|
type ConnectionListResponse as ConnectionListResponse,
|
|
82
|
+
type ConnectionApproveSyncResponse as ConnectionApproveSyncResponse,
|
|
83
|
+
type ConnectionListSyncsResponse as ConnectionListSyncsResponse,
|
|
69
84
|
type ConnectionRetrieveCredentialResponse as ConnectionRetrieveCredentialResponse,
|
|
85
|
+
type ConnectionRetrieveSchemaResponse as ConnectionRetrieveSchemaResponse,
|
|
86
|
+
type ConnectionRetrieveSyncStatusResponse as ConnectionRetrieveSyncStatusResponse,
|
|
87
|
+
type ConnectionStreamSyncProgressResponse as ConnectionStreamSyncProgressResponse,
|
|
70
88
|
type ConnectionSyncResponse as ConnectionSyncResponse,
|
|
89
|
+
type ConnectionUpdateCredentialsResponse as ConnectionUpdateCredentialsResponse,
|
|
71
90
|
type ConnectionCreateParams as ConnectionCreateParams,
|
|
72
91
|
type ConnectionUpdateParams as ConnectionUpdateParams,
|
|
92
|
+
type ConnectionListParams as ConnectionListParams,
|
|
93
|
+
type ConnectionApproveSyncParams as ConnectionApproveSyncParams,
|
|
94
|
+
type ConnectionListSyncsParams as ConnectionListSyncsParams,
|
|
95
|
+
type ConnectionRetrieveSyncStatusParams as ConnectionRetrieveSyncStatusParams,
|
|
96
|
+
type ConnectionStreamSyncProgressParams as ConnectionStreamSyncProgressParams,
|
|
97
|
+
type ConnectionUpdateCredentialsParams as ConnectionUpdateCredentialsParams,
|
|
73
98
|
};
|
|
74
99
|
|
|
75
100
|
export {
|
|
@@ -99,6 +124,7 @@ export declare namespace V1 {
|
|
|
99
124
|
type CreateTenant as CreateTenant,
|
|
100
125
|
type Tenant as Tenant,
|
|
101
126
|
type TenantListResponse as TenantListResponse,
|
|
127
|
+
type TenantRetrieveSchemaResponse as TenantRetrieveSchemaResponse,
|
|
102
128
|
type TenantCreateParams as TenantCreateParams,
|
|
103
129
|
type TenantUpdateParams as TenantUpdateParams,
|
|
104
130
|
};
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.6.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.6.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.6.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.6.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|