@nvisy/sdk 0.8.0 → 0.10.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 +38 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/{client-DjVBhmD1.d.ts → client-BMoPfQi5.d.ts} +28 -17
- package/dist/client-BMoPfQi5.d.ts.map +1 -0
- package/dist/datatypes/index.d.ts +2 -2
- package/dist/{index-D1bAc98R.d.ts → index-DVds_8ZR.d.ts} +3014 -2740
- package/dist/index-DVds_8ZR.d.ts.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/services/index.d.ts +1 -1
- package/dist/services/index.js +1 -1
- package/dist/{services-BL_Ka09L.js → services-Cws6JV9E.js} +15 -1
- package/dist/services-Cws6JV9E.js.map +1 -0
- package/package.json +4 -2
- package/dist/client-DjVBhmD1.d.ts.map +0 -1
- package/dist/index-D1bAc98R.d.ts.map +0 -1
- package/dist/services-BL_Ka09L.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,41 @@ and this project adheres to
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.10.0] - 2026-08-04
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- `syncs.listWorkspaceSyncs()` to list all syncs across a workspace's
|
|
16
|
+
connections (`GET /workspaces/{workspaceSlug}/syncs/`)
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Regenerated the API schema against the updated platform handlers
|
|
21
|
+
- `connections.listConnections()` and `syncs.listWorkspaceSyncs()` accept a
|
|
22
|
+
repeatable `provider` filter (`string[]`)
|
|
23
|
+
|
|
24
|
+
## [0.9.0] - 2026-08-04
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- Regenerated the API schema against the updated platform handlers
|
|
29
|
+
- **BREAKING**: paginated response types renamed from plural to singular
|
|
30
|
+
base (e.g. `FilesPage` → `FilePage`, `ActivitiesPage` → `ActivityPage`,
|
|
31
|
+
`PoliciesPage` → `PolicyPage`, `PipelineSummariesPage` →
|
|
32
|
+
`PipelineSummaryPage`), matching the schema. All list methods return the
|
|
33
|
+
renamed types.
|
|
34
|
+
|
|
35
|
+
### Added
|
|
36
|
+
|
|
37
|
+
- Connection provider config datatypes: `ConnectionConfig`, `S3Credentials`,
|
|
38
|
+
`AzureCredentials`, `GcsCredentials` (needed to build a connection's
|
|
39
|
+
`config`)
|
|
40
|
+
- Connection sync datatypes: `SyncMode`, `SyncStatus`, `SyncTriggerType`,
|
|
41
|
+
`SyncDeletionPolicy`
|
|
42
|
+
- `Artifact` datatype for pipeline run artifacts
|
|
43
|
+
- `scripts/audit-coverage.mjs` and `audit:coverage` / `audit:coverage:remote`
|
|
44
|
+
scripts to verify the SDK covers every spec operation (1:1)
|
|
45
|
+
|
|
11
46
|
## [0.8.0] - 2026-08-04
|
|
12
47
|
|
|
13
48
|
### Added
|
|
@@ -224,7 +259,9 @@ and this project adheres to
|
|
|
224
259
|
- Network error handling for timeouts, DNS resolution, and connection issues
|
|
225
260
|
- Configuration validation with detailed error messages
|
|
226
261
|
|
|
227
|
-
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.
|
|
262
|
+
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.10.0...HEAD
|
|
263
|
+
[0.10.0]: https://github.com/nvisycom/sdk-ts/compare/v0.9.0...v0.10.0
|
|
264
|
+
[0.9.0]: https://github.com/nvisycom/sdk-ts/compare/v0.8.0...v0.9.0
|
|
228
265
|
[0.8.0]: https://github.com/nvisycom/sdk-ts/compare/v0.7.0...v0.8.0
|
|
229
266
|
[0.7.0]: https://github.com/nvisycom/sdk-ts/compare/v0.6.0...v0.7.0
|
|
230
267
|
[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-DVds_8ZR.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, Pt as SyncStatus, 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-DVds_8ZR.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
|
|
@@ -142,8 +142,8 @@ declare class Connections {
|
|
|
142
142
|
* @throws {ApiError} if the request fails
|
|
143
143
|
*/
|
|
144
144
|
listConnections(workspaceSlug: string, query?: CursorPagination & {
|
|
145
|
-
provider?: string;
|
|
146
|
-
}): Promise<
|
|
145
|
+
provider?: string[];
|
|
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
|
|
@@ -566,6 +566,17 @@ declare class Status {
|
|
|
566
566
|
declare class Syncs {
|
|
567
567
|
#private;
|
|
568
568
|
constructor(api: ApiClient);
|
|
569
|
+
/**
|
|
570
|
+
* List all syncs across a workspace's connections
|
|
571
|
+
* @param workspaceSlug - Workspace slug
|
|
572
|
+
* @param query - Optional query parameters (provider, status, limit, after)
|
|
573
|
+
* @returns Promise that resolves with a paginated list of connection syncs
|
|
574
|
+
* @throws {ApiError} if the request fails
|
|
575
|
+
*/
|
|
576
|
+
listWorkspaceSyncs(workspaceSlug: string, query?: CursorPagination & {
|
|
577
|
+
provider?: string[];
|
|
578
|
+
status?: SyncStatus;
|
|
579
|
+
}): Promise<ConnectionSyncPage>;
|
|
569
580
|
/**
|
|
570
581
|
* Start a sync for a connection
|
|
571
582
|
* @param workspaceSlug - Workspace slug
|
|
@@ -583,7 +594,7 @@ declare class Syncs {
|
|
|
583
594
|
* @returns Promise that resolves with a paginated list of connection syncs
|
|
584
595
|
* @throws {ApiError} if the request fails
|
|
585
596
|
*/
|
|
586
|
-
listSyncs(workspaceSlug: string, connectionId: string, query?: CursorPagination): Promise<
|
|
597
|
+
listSyncs(workspaceSlug: string, connectionId: string, query?: CursorPagination): Promise<ConnectionSyncPage>;
|
|
587
598
|
/**
|
|
588
599
|
* Get a connection sync by ID
|
|
589
600
|
* @param workspaceSlug - Workspace slug
|
|
@@ -618,7 +629,7 @@ declare class Webhooks {
|
|
|
618
629
|
* @returns Promise that resolves with a paginated list of webhooks
|
|
619
630
|
* @throws {ApiError} if the request fails
|
|
620
631
|
*/
|
|
621
|
-
listWebhooks(workspaceSlug: string, query?: CursorPagination): Promise<
|
|
632
|
+
listWebhooks(workspaceSlug: string, query?: CursorPagination): Promise<WebhookPage>;
|
|
622
633
|
/**
|
|
623
634
|
* Create a new webhook
|
|
624
635
|
* @param workspaceSlug - Workspace slug
|
|
@@ -676,7 +687,7 @@ declare class Workspaces {
|
|
|
676
687
|
* @returns Promise that resolves with a paginated list of workspaces
|
|
677
688
|
* @throws {ApiError} if the request fails
|
|
678
689
|
*/
|
|
679
|
-
listWorkspaces(query?: CursorPagination): Promise<
|
|
690
|
+
listWorkspaces(query?: CursorPagination): Promise<WorkspacePage>;
|
|
680
691
|
/**
|
|
681
692
|
* Get workspace details by ID
|
|
682
693
|
* @param workspaceSlug - Workspace slug
|
|
@@ -862,4 +873,4 @@ declare class Nvisy {
|
|
|
862
873
|
}
|
|
863
874
|
//#endregion
|
|
864
875
|
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-
|
|
876
|
+
//# sourceMappingURL=client-BMoPfQi5.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-BMoPfQi5.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":"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"}
|
|
@@ -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-DVds_8ZR.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 };
|