@nvisy/sdk 0.8.0 → 0.9.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 +24 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/{client-DjVBhmD1.d.ts → client-Ct4xfgNc.d.ts} +16 -16
- package/dist/{client-DjVBhmD1.d.ts.map → client-Ct4xfgNc.d.ts.map} +1 -1
- package/dist/datatypes/index.d.ts +2 -2
- package/dist/{index-D1bAc98R.d.ts → index-BHXlYpCf.d.ts} +2511 -2378
- package/dist/{index-D1bAc98R.d.ts.map → index-BHXlYpCf.d.ts.map} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/services/index.d.ts +1 -1
- package/dist/services-BL_Ka09L.js.map +1 -1
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,28 @@ and this project adheres to
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.9.0] - 2026-08-04
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Regenerated the API schema against the updated platform handlers
|
|
16
|
+
- **BREAKING**: paginated response types renamed from plural to singular
|
|
17
|
+
base (e.g. `FilesPage` → `FilePage`, `ActivitiesPage` → `ActivityPage`,
|
|
18
|
+
`PoliciesPage` → `PolicyPage`, `PipelineSummariesPage` →
|
|
19
|
+
`PipelineSummaryPage`), matching the schema. All list methods return the
|
|
20
|
+
renamed types.
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
|
|
24
|
+
- Connection provider config datatypes: `ConnectionConfig`, `S3Credentials`,
|
|
25
|
+
`AzureCredentials`, `GcsCredentials` (needed to build a connection's
|
|
26
|
+
`config`)
|
|
27
|
+
- Connection sync datatypes: `SyncMode`, `SyncStatus`, `SyncTriggerType`,
|
|
28
|
+
`SyncDeletionPolicy`
|
|
29
|
+
- `Artifact` datatype for pipeline run artifacts
|
|
30
|
+
- `scripts/audit-coverage.mjs` and `audit:coverage` / `audit:coverage:remote`
|
|
31
|
+
scripts to verify the SDK covers every spec operation (1:1)
|
|
32
|
+
|
|
11
33
|
## [0.8.0] - 2026-08-04
|
|
12
34
|
|
|
13
35
|
### Added
|
|
@@ -224,7 +246,8 @@ and this project adheres to
|
|
|
224
246
|
- Network error handling for timeouts, DNS resolution, and connection issues
|
|
225
247
|
- Configuration validation with detailed error messages
|
|
226
248
|
|
|
227
|
-
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.
|
|
249
|
+
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.9.0...HEAD
|
|
250
|
+
[0.9.0]: https://github.com/nvisycom/sdk-ts/compare/v0.8.0...v0.9.0
|
|
228
251
|
[0.8.0]: https://github.com/nvisycom/sdk-ts/compare/v0.7.0...v0.8.0
|
|
229
252
|
[0.7.0]: https://github.com/nvisycom/sdk-ts/compare/v0.6.0...v0.7.0
|
|
230
253
|
[0.6.0]: https://github.com/nvisycom/sdk-ts/compare/v0.5.0...v0.6.0
|
package/dist/auth/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as ClientConfig } from "../config-BRQp8Cat.js";
|
|
2
|
-
import {
|
|
2
|
+
import { Lt as AuthToken, Rt as Login, zt as Signup } from "../index-BHXlYpCf.js";
|
|
3
3
|
//#region src/auth/config.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Configuration options for standalone authentication functions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as ClientConfig } from "./config-BRQp8Cat.js";
|
|
2
|
-
import { $ as
|
|
2
|
+
import { $t as paths, B as NotificationPage, Bt as ApiToken, Ct as ConnectionPage, D as UpdatePolicy, Et as ConnectionVerification, G as Member, H as UnreadStatus, I as UpdatePipeline, It as UpdateConnection, J as UpdateMember, Jt as ActivityPage, K as MemberPage, Kt as UpdateApiToken, L as CursorPagination, Lt as AuthToken, M as PipelineStatus, O as CreatePipeline, Ot as CreateConnection, P as PipelineSummaryPage, Q as InviteCode, Qt as UpdateAccount, Rt as Login, S as Policy, T as PolicyPage, Tt as ConnectionSyncPage, U as UpdateNotificationSettings, Ut as ApiTokenWithJWT, V as NotificationSettings, Vt as ApiTokenPage, W as ListMembers, Wt as CreateApiToken, X as GenerateInviteCode, Xt as Account$1, Y as CreateInvite, Zt as PublicAccount, _ as CreatePipelineRun, _t as UpdateFile, at as ListInvites, b as PipelineRunStatus, c as UpdateWebhook, dt as File, et as InvitePage, f as WebhookPage, ft as FilePage, h as AnalyzedDocument, ht as ListFiles, i as WorkspacePage, jt as SyncConnection, k as Pipeline, l as Webhook, lt as Health, n as UpdateWorkspace, nt as InviteSent, o as CreateWebhook, ot as ReplyInvite, p as WebhookResult, r as Workspace, s as TestWebhook, t as CreateWorkspace, tt as InvitePreview, u as WebhookCreated, v as PipelineRun, wt as ConnectionSync, x as CreatePolicy, xt as Connection, y as PipelineRunPage, zt as Signup } from "./index-BHXlYpCf.js";
|
|
3
3
|
import { Client } from "openapi-fetch";
|
|
4
4
|
//#region src/services/account.d.ts
|
|
5
5
|
/**
|
|
@@ -50,7 +50,7 @@ declare class Activities {
|
|
|
50
50
|
* @returns Promise that resolves with a paginated list of activities
|
|
51
51
|
* @throws {ApiError} if the request fails
|
|
52
52
|
*/
|
|
53
|
-
listActivities(workspaceSlug: string, query?: CursorPagination): Promise<
|
|
53
|
+
listActivities(workspaceSlug: string, query?: CursorPagination): Promise<ActivityPage>;
|
|
54
54
|
}
|
|
55
55
|
//#endregion
|
|
56
56
|
//#region src/services/api-tokens.d.ts
|
|
@@ -66,7 +66,7 @@ declare class ApiTokens {
|
|
|
66
66
|
* @returns Promise that resolves with a paginated list of API tokens
|
|
67
67
|
* @throws {ApiError} if the request fails
|
|
68
68
|
*/
|
|
69
|
-
listApiTokens(query?: CursorPagination): Promise<
|
|
69
|
+
listApiTokens(query?: CursorPagination): Promise<ApiTokenPage>;
|
|
70
70
|
/**
|
|
71
71
|
* Get a specific API token by token ID
|
|
72
72
|
* @param tokenId - The token identifier
|
|
@@ -143,7 +143,7 @@ declare class Connections {
|
|
|
143
143
|
*/
|
|
144
144
|
listConnections(workspaceSlug: string, query?: CursorPagination & {
|
|
145
145
|
provider?: string;
|
|
146
|
-
}): Promise<
|
|
146
|
+
}): Promise<ConnectionPage>;
|
|
147
147
|
/**
|
|
148
148
|
* Create a connection in a workspace
|
|
149
149
|
* @param workspaceSlug - Workspace slug
|
|
@@ -209,7 +209,7 @@ declare class Files {
|
|
|
209
209
|
* @returns Promise that resolves with a paginated list of files
|
|
210
210
|
* @throws {ApiError} if the request fails
|
|
211
211
|
*/
|
|
212
|
-
listFiles(workspaceSlug: string, query?: ListFiles & CursorPagination): Promise<
|
|
212
|
+
listFiles(workspaceSlug: string, query?: ListFiles & CursorPagination): Promise<FilePage>;
|
|
213
213
|
/**
|
|
214
214
|
* Get file metadata by ID
|
|
215
215
|
* @param workspaceSlug - Workspace slug
|
|
@@ -259,7 +259,7 @@ declare class Invites {
|
|
|
259
259
|
* @returns Promise that resolves with a paginated list of invitations
|
|
260
260
|
* @throws {ApiError} if the request fails
|
|
261
261
|
*/
|
|
262
|
-
listInvites(workspaceSlug: string, query?: ListInvites & CursorPagination): Promise<
|
|
262
|
+
listInvites(workspaceSlug: string, query?: ListInvites & CursorPagination): Promise<InvitePage>;
|
|
263
263
|
/**
|
|
264
264
|
* Send an invitation to join a workspace
|
|
265
265
|
* @param workspaceSlug - Workspace slug
|
|
@@ -324,7 +324,7 @@ declare class Members {
|
|
|
324
324
|
* @returns Promise that resolves with a paginated list of members
|
|
325
325
|
* @throws {ApiError} if the request fails
|
|
326
326
|
*/
|
|
327
|
-
listMembers(workspaceSlug: string, query?: ListMembers & CursorPagination): Promise<
|
|
327
|
+
listMembers(workspaceSlug: string, query?: ListMembers & CursorPagination): Promise<MemberPage>;
|
|
328
328
|
/**
|
|
329
329
|
* Get member details by username
|
|
330
330
|
* @param workspaceSlug - Workspace slug
|
|
@@ -372,7 +372,7 @@ declare class Notifications {
|
|
|
372
372
|
* @returns Promise that resolves with a paginated list of notifications
|
|
373
373
|
* @throws {ApiError} if the request fails
|
|
374
374
|
*/
|
|
375
|
-
listNotifications(query?: CursorPagination): Promise<
|
|
375
|
+
listNotifications(query?: CursorPagination): Promise<NotificationPage>;
|
|
376
376
|
/**
|
|
377
377
|
* Get the unread notifications count for the authenticated account
|
|
378
378
|
* @returns Promise that resolves with the unread status
|
|
@@ -398,7 +398,7 @@ declare class Pipelines {
|
|
|
398
398
|
listPipelines(workspaceSlug: string, query?: CursorPagination & {
|
|
399
399
|
search?: string;
|
|
400
400
|
status?: PipelineStatus;
|
|
401
|
-
}): Promise<
|
|
401
|
+
}): Promise<PipelineSummaryPage>;
|
|
402
402
|
/**
|
|
403
403
|
* Create a pipeline in a workspace
|
|
404
404
|
* @param workspaceSlug - Workspace slug
|
|
@@ -448,7 +448,7 @@ declare class Policies {
|
|
|
448
448
|
* @returns Promise that resolves with a paginated list of policies
|
|
449
449
|
* @throws {ApiError} if the request fails
|
|
450
450
|
*/
|
|
451
|
-
listPolicies(workspaceSlug: string, query?: CursorPagination): Promise<
|
|
451
|
+
listPolicies(workspaceSlug: string, query?: CursorPagination): Promise<PolicyPage>;
|
|
452
452
|
/**
|
|
453
453
|
* Create a policy in a workspace
|
|
454
454
|
* @param workspaceSlug - Workspace slug
|
|
@@ -500,7 +500,7 @@ declare class Runs {
|
|
|
500
500
|
*/
|
|
501
501
|
listRuns(workspaceSlug: string, query?: CursorPagination & {
|
|
502
502
|
status?: PipelineRunStatus;
|
|
503
|
-
}): Promise<
|
|
503
|
+
}): Promise<PipelineRunPage>;
|
|
504
504
|
/**
|
|
505
505
|
* List runs for a specific pipeline
|
|
506
506
|
* @param workspaceSlug - Workspace slug
|
|
@@ -509,7 +509,7 @@ declare class Runs {
|
|
|
509
509
|
* @returns Promise that resolves with a paginated list of pipeline runs
|
|
510
510
|
* @throws {ApiError} if the request fails
|
|
511
511
|
*/
|
|
512
|
-
listPipelineRuns(workspaceSlug: string, pipelineSlug: string, query?: CursorPagination): Promise<
|
|
512
|
+
listPipelineRuns(workspaceSlug: string, pipelineSlug: string, query?: CursorPagination): Promise<PipelineRunPage>;
|
|
513
513
|
/**
|
|
514
514
|
* Trigger a new run for a pipeline
|
|
515
515
|
* @param workspaceSlug - Workspace slug
|
|
@@ -583,7 +583,7 @@ declare class Syncs {
|
|
|
583
583
|
* @returns Promise that resolves with a paginated list of connection syncs
|
|
584
584
|
* @throws {ApiError} if the request fails
|
|
585
585
|
*/
|
|
586
|
-
listSyncs(workspaceSlug: string, connectionId: string, query?: CursorPagination): Promise<
|
|
586
|
+
listSyncs(workspaceSlug: string, connectionId: string, query?: CursorPagination): Promise<ConnectionSyncPage>;
|
|
587
587
|
/**
|
|
588
588
|
* Get a connection sync by ID
|
|
589
589
|
* @param workspaceSlug - Workspace slug
|
|
@@ -618,7 +618,7 @@ declare class Webhooks {
|
|
|
618
618
|
* @returns Promise that resolves with a paginated list of webhooks
|
|
619
619
|
* @throws {ApiError} if the request fails
|
|
620
620
|
*/
|
|
621
|
-
listWebhooks(workspaceSlug: string, query?: CursorPagination): Promise<
|
|
621
|
+
listWebhooks(workspaceSlug: string, query?: CursorPagination): Promise<WebhookPage>;
|
|
622
622
|
/**
|
|
623
623
|
* Create a new webhook
|
|
624
624
|
* @param workspaceSlug - Workspace slug
|
|
@@ -676,7 +676,7 @@ declare class Workspaces {
|
|
|
676
676
|
* @returns Promise that resolves with a paginated list of workspaces
|
|
677
677
|
* @throws {ApiError} if the request fails
|
|
678
678
|
*/
|
|
679
|
-
listWorkspaces(query?: CursorPagination): Promise<
|
|
679
|
+
listWorkspaces(query?: CursorPagination): Promise<WorkspacePage>;
|
|
680
680
|
/**
|
|
681
681
|
* Get workspace details by ID
|
|
682
682
|
* @param workspaceSlug - Workspace slug
|
|
@@ -862,4 +862,4 @@ declare class Nvisy {
|
|
|
862
862
|
}
|
|
863
863
|
//#endregion
|
|
864
864
|
export { Activities as _, Syncs as a, Policies as c, Members as d, Invites as f, ApiTokens as g, Auth as h, Webhooks as i, Pipelines as l, Connections as m, Nvisy as n, Status as o, Files as p, Workspaces as r, Runs as s, ApiClient as t, Notifications as u, Account as v };
|
|
865
|
-
//# sourceMappingURL=client-
|
|
865
|
+
//# sourceMappingURL=client-Ct4xfgNc.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-
|
|
1
|
+
{"version":3,"file":"client-Ct4xfgNc.d.ts","names":[],"sources":["../src/services/account.ts","../src/services/activities.ts","../src/services/api-tokens.ts","../src/services/auth.ts","../src/services/connections.ts","../src/services/files.ts","../src/services/invites.ts","../src/services/members.ts","../src/services/notifications.ts","../src/services/pipelines.ts","../src/services/policies.ts","../src/services/runs.ts","../src/services/status.ts","../src/services/syncs.ts","../src/services/webhooks.ts","../src/services/workspaces.ts","../src/client.ts"],"mappings":";;;;;;;cAUa;;EAGA,YAAA,KAAK;;;;;;EASX,cAAc,QAAQ;;;;;;;EAWtB,cAAc,SAAS,gBAAgB,QAAQ;;;;;;EAY/C,iBAAiB;;;;;;;EAUjB,iBAAiB,mBAAmB,QAAQ;;;;;;;cCjDtC;;EAGA,YAAA,KAAK;;;;;;;;EAWX,eACL,uBACA,QAAQ,mBACN,QAAQ;;;;;;;cCVC;;EAGA,YAAA,KAAK;;;;;;;EAUX,cAAc,QAAQ,mBAAmB,QAAQ;;;;;;;EAajD,YAAY,kBAAkB,QAAQ;;;;;;;EAatC,eAAe,OAAO,iBAAiB,QAAQ;;;;;;;;EAc/C,eACL,iBACA,SAAS,iBACP,QAAQ;;;;;;;EAcL,eAAe,kBAAkB;;;;;;;cC7E3B;;EAGA,YAAA,KAAK;;;;;;;EAUX,aAAa,aAAa,QAAQ,QAAQ;;;;;;;EAa1C,cAAc,aAAa,SAAS,QAAQ;;;;;;EAY5C,iBAAiB;;;;;;;cC/BX;;EAGA,YAAA,KAAK;;;;;;;;EAWX,gBACL,uBACA,QAAQ;IAAqB;MAC3B,QAAQ;;;;;;;;EAiBL,iBACL,uBACA,YAAY,mBACV,QAAQ;;;;;;;;EAkBL,cACL,uBACA,uBACE,QAAQ;;;;;;;;;EAkBL,iBACL,uBACA,sBACA,SAAS,mBACP,QAAQ;;;;;;;;EAkBL,iBACL,uBACA,uBACE;;;;;;;;EAgBG,iBACL,uBACA,uBACE,QAAQ;;;;;;;cCzHC;;EAGA,YAAA,KAAK;;;;;;;;EAWX,YACL,uBACA,OAAO,OAAO,SACZ,QAAQ;;;;;;;;EA+BL,UACL,uBACA,QAAQ,YAAY,mBAClB,QAAQ;;;;;;;;EAcL,QAAQ,uBAAuB,iBAAiB,QAAQ;;;;;;;;EAiBxD,aAAa,uBAAuB,iBAAiB,QAAQ;;;;;;;;;EAmB7D,WACL,uBACA,gBACA,SAAS,aACP,QAAQ;;;;;;;;EAkBL,WAAW,uBAAuB,iBAAiB;;;;;;;cCtH7C;;EAGA,YAAA,KAAK;;;;;;;;EAWX,YACL,uBACA,QAAQ,cAAc,mBACpB,QAAQ;;;;;;;;EAiBL,WACL,uBACA,QAAQ,eACN,QAAQ;;;;;;;;EAkBL,aAAa,uBAAuB,mBAAmB;;;;;;;;;EAcvD,cACL,uBACA,kBACA,OAAO,cACL,QAAQ;;;;;;;;EAkBL,mBACL,uBACA,SAAS,qBACP,QAAQ;;;;;;;;EAkBL,kBACL,oBACA,QAAQ,qBACN,QAAQ;;;;;;;EAcL,cAAc,qBAAqB,QAAQ;;;;;;;cCtIrC;;EAGA,YAAA,KAAK;;;;;;;;EAWX,YACL,uBACA,QAAQ,cAAc,mBACpB,QAAQ;;;;;;;;EAiBL,UAAU,uBAAuB,mBAAmB,QAAQ;;;;;;;;;EAoB5D,aACL,uBACA,kBACA,SAAS,eACP,QAAQ;;;;;;;;EAoBL,aAAa,uBAAuB,mBAAmB;;;;;;;EAYvD,eAAe,wBAAwB;;;;;;;cC5FjC;;EAGA,YAAA,KAAK;;;;;;;EAUX,kBAAkB,QAAQ,mBAAmB,QAAQ;;;;;;EAYrD,gCAAgC,QAAQ;;;;;;;cCtBlC;;EAGA,YAAA,KAAK;;;;;;;;EAWX,cACL,uBACA,QAAQ;IAAqB;IAAiB,SAAS;MACrD,QAAQ;;;;;;;;EAiBL,eACL,uBACA,UAAU,iBACR,QAAQ;;;;;;;;EAkBL,YACL,uBACA,uBACE,QAAQ;;;;;;;;;EAkBL,eACL,uBACA,sBACA,SAAS,iBACP,QAAQ;;;;;;;;EAkBL,eACL,uBACA,uBACE;;;;;;;cCtGS;;EAGA,YAAA,KAAK;;;;;;;;EAWX,aACL,uBACA,QAAQ,mBACN,QAAQ;;;;;;;;EAiBL,aACL,uBACA,QAAQ,eACN,QAAQ;;;;;;;;EAkBL,UAAU,uBAAuB,qBAAqB,QAAQ;;;;;;;;;EAkB9D,aACL,uBACA,oBACA,SAAS,eACP,QAAQ;;;;;;;;EAkBL,aAAa,uBAAuB,qBAAqB;;;;;;;cC9FnD;;EAGA,YAAA,KAAK;;;;;;;;EAWX,SACL,uBACA,QAAQ;IAAqB,SAAS;MACpC,QAAQ;;;;;;;;;EAkBL,iBACL,uBACA,sBACA,QAAQ,mBACN,QAAQ;;;;;;;;;EAkBL,UACL,uBACA,sBACA,KAAK,oBACH,QAAQ;;;;;;;;EAkBL,OAAO,uBAAuB,gBAAgB,QAAQ;;;;;;;;EAiBtD,cACL,uBACA,gBACE,QAAQ;;;;;;;;EAiBL,OAAO,uBAAuB,gBAAgB,QAAQ;;;;;;;cC3HhD;;EAGA,YAAA,KAAK;;;;;EAQX,eAAe,QAAQ;;;;;;;cCNjB;;EAGA,YAAA,KAAK;;;;;;;;;EAYX,UACL,uBACA,sBACA,MAAM,iBACJ,QAAQ;;;;;;;;;EAmBL,UACL,uBACA,sBACA,QAAQ,mBACN,QAAQ;;;;;;;;;EAkBL,QACL,uBACA,sBACA,iBACE,QAAQ;;;;;;;;;EAkBL,WACL,uBACA,sBACA,iBACE,QAAQ;;;;;;;cClFC;;EAGA,YAAA,KAAK;;;;;;;;EAWX,aACL,uBACA,QAAQ,mBACN,QAAQ;;;;;;;;EAiBL,cACL,uBACA,SAAS,gBACP,QAAQ;;;;;;;;EAkBL,WAAW,uBAAuB,oBAAoB,QAAQ;;;;;;;;;EAkB9D,cACL,uBACA,mBACA,SAAS,gBACP,QAAQ;;;;;;;;EAkBL,cAAc,uBAAuB,oBAAoB;;;;;;;;;EAiBzD,YACL,uBACA,mBACA,UAAU,cACR,QAAQ;;;;;;;cCrHC;;EAGA,YAAA,KAAK;;;;;;;EAUX,eAAe,QAAQ,mBAAmB,QAAQ;;;;;;;EAalD,aAAa,wBAAwB,QAAQ;;;;;;;EAa7C,gBAAgB,WAAW,kBAAkB,QAAQ;;;;;;;;EAcrD,gBACL,uBACA,SAAS,kBACP,QAAQ;;;;;;;EAcL,gBAAgB,wBAAwB;;;;;;;EAYxC,wBACL,wBACE,QAAQ;;;;;;;;EAiBL,2BACL,uBACA,UAAU,6BACR,QAAQ;;;;;;;;;;KCtEA,YAAY,OAAc;;;;;;;;;;;cAmBzB;;;;;;;;;;;;;;;;;EA4BA,YAAA,QAAQ;;;;;;;;;;;;;;;;;;;;;EAsFpB,aAAa,mBAAmB;;;;;;MAS5B;;;;;;;;;MAYA,OAAO;;;;MAOP,QAAQ;;;;MAOR,UAAU;;;;MAOV,WAAW;;;;MAOX,cAAc;;;;MAOd,aAAa;;;;MAOb,eAAe;;;;MAOf,SAAS;;;;MAOT,aAAa;;;;MAOb,YAAY;;;;MAOZ,WAAW;;;;MAOX,WAAW;;;;MAOX,iBAAiB;;;;MAOjB,QAAQ;;;;MAOR,SAAS;;;;MAOT,YAAY;;;;MAOZ,cAAc"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export type { Account,
|
|
1
|
+
import { $ as InviteExpiration, A as PipelineDefinition, At as S3Credentials, B as NotificationPage, Bt as ApiToken, C as PolicyAction, Ct as ConnectionPage, D as UpdatePolicy, Dt as ConnectionsQuery, E as PolicyRule, Et as ConnectionVerification, F as PipelineTriggerType, Ft as SyncTriggerType, G as Member, Gt as TokenExpiration, H as UnreadStatus, Ht as ApiTokenType, I as UpdatePipeline, It as UpdateConnection, J as UpdateMember, Jt as ActivityPage, K as MemberPage, Kt as UpdateApiToken, L as CursorPagination, Lt as AuthToken, M as PipelineStatus, Mt as SyncDeletionPolicy, N as PipelineSummary, Nt as SyncMode, O as CreatePipeline, Ot as CreateConnection, P as PipelineSummaryPage, Pt as SyncStatus, Q as InviteCode, Qt as UpdateAccount, R as Notification, Rt as Login, S as Policy, St as ConnectionConfig, T as PolicyPage, Tt as ConnectionSyncPage, U as UpdateNotificationSettings, Ut as ApiTokenWithJWT, V as NotificationSettings, Vt as ApiTokenPage, W as ListMembers, Wt as CreateApiToken, X as GenerateInviteCode, Xt as Account, Y as CreateInvite, Yt as ActivityType, Z as Invite, Zt as PublicAccount, _ as CreatePipelineRun, _t as UpdateFile, a as WorkspaceRole, at as ListInvites, b as PipelineRunStatus, bt as AzureCredentials, c as UpdateWebhook, ct as ComponentHealth, d as WebhookEvent, dt as File, et as InvitePage, f as WebhookPage, ft as FilePage, g as Artifact, gt as ModalityToken, h as AnalyzedDocument, ht as ListFiles, i as WorkspacePage, it as InviteStatus, j as PipelineFilter, jt as SyncConnection, k as Pipeline, kt as GcsCredentials, l as Webhook, lt as Health, m as WebhookStatus, mt as FormatToken, n as UpdateWorkspace, nt as InviteSent, o as CreateWebhook, ot as ReplyInvite, p as WebhookResult, pt as FileSource, q as MemberSortField, qt as Activity, r as Workspace, rt as InviteSortField, s as TestWebhook, st as SortOrder, t as CreateWorkspace, tt as InvitePreview, u as WebhookCreated, ut as HealthStatus, v as PipelineRun, vt as ErrorResponse, w as PolicyDefinition, wt as ConnectionSync, x as CreatePolicy, xt as Connection, y as PipelineRunPage, yt as ValidationErrorDetail, z as NotificationEvent, zt as Signup } from "../index-BHXlYpCf.js";
|
|
2
|
+
export type { Account, Activity, ActivityPage, ActivityType, AnalyzedDocument, ApiToken, ApiTokenPage, ApiTokenType, ApiTokenWithJWT, Artifact, AuthToken, AzureCredentials, ComponentHealth, Connection, ConnectionConfig, ConnectionPage, ConnectionSync, ConnectionSyncPage, ConnectionVerification, ConnectionsQuery, CreateApiToken, CreateConnection, CreateInvite, CreatePipeline, CreatePipelineRun, CreatePolicy, CreateWebhook, CreateWorkspace, CursorPagination, ErrorResponse, File, FilePage, FileSource, FormatToken, GcsCredentials, GenerateInviteCode, Health, HealthStatus, Invite, InviteCode, InviteExpiration, InvitePage, InvitePreview, InviteSent, InviteSortField, InviteStatus, ListFiles, ListInvites, ListMembers, Login, Member, MemberPage, MemberSortField, ModalityToken, Notification, NotificationEvent, NotificationPage, NotificationSettings, Pipeline, PipelineDefinition, PipelineFilter, PipelineRun, PipelineRunPage, PipelineRunStatus, PipelineStatus, PipelineSummary, PipelineSummaryPage, PipelineTriggerType, Policy, PolicyAction, PolicyDefinition, PolicyPage, PolicyRule, PublicAccount, ReplyInvite, S3Credentials, Signup, SortOrder, SyncConnection, SyncDeletionPolicy, SyncMode, SyncStatus, SyncTriggerType, TestWebhook, TokenExpiration, UnreadStatus, UpdateAccount, UpdateApiToken, UpdateConnection, UpdateFile, UpdateMember, UpdateNotificationSettings, UpdatePipeline, UpdatePolicy, UpdateWebhook, UpdateWorkspace, ValidationErrorDetail, Webhook, WebhookCreated, WebhookEvent, WebhookPage, WebhookResult, WebhookStatus, Workspace, WorkspacePage, WorkspaceRole };
|