@nvisy/sdk 0.7.0 → 0.8.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 +34 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/{client-C_-ZV3VC.d.ts → client-DjVBhmD1.d.ts} +62 -6
- package/dist/client-DjVBhmD1.d.ts.map +1 -0
- package/dist/datatypes/index.d.ts +2 -2
- package/dist/{index-CAJoN0TD.d.ts → index-D1bAc98R.d.ts} +946 -274
- package/dist/index-D1bAc98R.d.ts.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/services/index.d.ts +2 -2
- package/dist/services/index.js +2 -2
- package/dist/{services-DXP-jsLt.js → services-BL_Ka09L.js} +101 -11
- package/dist/services-BL_Ka09L.js.map +1 -0
- package/package.json +6 -5
- package/dist/client-C_-ZV3VC.d.ts.map +0 -1
- package/dist/index-CAJoN0TD.d.ts.map +0 -1
- package/dist/services-DXP-jsLt.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,38 @@ and this project adheres to
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.8.0] - 2026-08-04
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- `syncs` service for connection syncs: `startSync`, `listSyncs`, `getSync`,
|
|
16
|
+
`cancelSync`
|
|
17
|
+
- `connections.verifyConnection()` to validate a connection's configuration
|
|
18
|
+
and credentials
|
|
19
|
+
- `ConnectionSync`, `ConnectionSyncsPage`, `SyncConnection`, and
|
|
20
|
+
`ConnectionVerification` datatypes
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- Regenerated the API schema against the updated platform handlers
|
|
25
|
+
- **BREAKING**: `connections.updateConnection()`,
|
|
26
|
+
`policies.updatePolicy()`, and `webhooks.updateWebhook()` now issue
|
|
27
|
+
`PATCH` instead of `PUT`
|
|
28
|
+
- **BREAKING**: `invites.replyToInvite()` now resolves to `Member` (the
|
|
29
|
+
created member) instead of `Invite`
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
- **BREAKING**: `status.checkHealth()` no longer sends a request body on the
|
|
34
|
+
`GET /health/` request. A GET with a body throws `TypeError: Request with
|
|
35
|
+
GET method cannot have body` in browsers, which made the method unusable
|
|
36
|
+
there. The method now takes no arguments (was `checkHealth(options?)`).
|
|
37
|
+
|
|
38
|
+
### Removed
|
|
39
|
+
|
|
40
|
+
- **BREAKING**: `CheckHealth` datatype (the health endpoint no longer accepts
|
|
41
|
+
a request payload)
|
|
42
|
+
|
|
11
43
|
## [0.7.0] - 2026-08-02
|
|
12
44
|
|
|
13
45
|
### Added
|
|
@@ -192,7 +224,8 @@ and this project adheres to
|
|
|
192
224
|
- Network error handling for timeouts, DNS resolution, and connection issues
|
|
193
225
|
- Configuration validation with detailed error messages
|
|
194
226
|
|
|
195
|
-
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.
|
|
227
|
+
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.8.0...HEAD
|
|
228
|
+
[0.8.0]: https://github.com/nvisycom/sdk-ts/compare/v0.7.0...v0.8.0
|
|
196
229
|
[0.7.0]: https://github.com/nvisycom/sdk-ts/compare/v0.6.0...v0.7.0
|
|
197
230
|
[0.6.0]: https://github.com/nvisycom/sdk-ts/compare/v0.5.0...v0.6.0
|
|
198
231
|
[0.5.0]: https://github.com/nvisycom/sdk-ts/compare/v0.4.0...v0.5.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 { At as Signup, Ot as AuthToken, kt as Login } from "../index-D1bAc98R.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 InvitePreview, At as
|
|
2
|
+
import { $ as InvitePreview, At as Signup, B as NotificationsPage, Ct as ConnectionsPage, D as CreatePipeline, Dt as UpdateConnection, E as UpdatePolicy, Et as SyncConnection, F as UpdatePipeline, Ft as CreateApiToken, H as UpdateNotificationSettings, Ht as PublicAccount, I as CursorPagination, J as CreateInvite, K as MembersPage, Lt as UpdateApiToken, M as PipelineSummariesPage, Nt as ApiTokenWithJWT, O as Pipeline, Ot as AuthToken, Pt as ApiTokensPage, Rt as ActivitiesPage, S as Policy, St as ConnectionVerification, Tt as CreateConnection, U as ListMembers, Ut as UpdateAccount, V as UnreadStatus, Vt as Account$1, W as Member, Wt as paths, Y as GenerateInviteCode, Z as InviteCode, _ as PipelineRun, a as WorkspacesPage, at as ReplyInvite, b as CreatePolicy, bt as ConnectionSync, c as UpdateWebhook, ct as Health, et as InviteSent, f as WebhookResult, ft as FilesPage, g as CreatePipelineRun, gt as UpdateFile, h as AnalyzedDocument, it as ListInvites, j as PipelineStatus, jt as ApiToken, kt as Login, l as Webhook, m as WebhooksPage, mt as ListFiles, n as UpdateWorkspace, o as CreateWebhook, q as UpdateMember, r as Workspace, rt as InvitesPage, s as TestWebhook, t as CreateWorkspace, u as WebhookCreated, ut as File, v as PipelineRunStatus, x as PoliciesPage, xt as ConnectionSyncsPage, y as PipelineRunsPage, yt as Connection, z as NotificationSettings } from "./index-D1bAc98R.js";
|
|
3
3
|
import { Client } from "openapi-fetch";
|
|
4
4
|
//#region src/services/account.d.ts
|
|
5
5
|
/**
|
|
@@ -177,6 +177,14 @@ declare class Connections {
|
|
|
177
177
|
* @throws {ApiError} if the request fails
|
|
178
178
|
*/
|
|
179
179
|
deleteConnection(workspaceSlug: string, connectionId: string): Promise<void>;
|
|
180
|
+
/**
|
|
181
|
+
* Verify a connection's configuration and credentials
|
|
182
|
+
* @param workspaceSlug - Workspace slug
|
|
183
|
+
* @param connectionId - Connection ID
|
|
184
|
+
* @returns Promise that resolves with the verification result
|
|
185
|
+
* @throws {ApiError} if the request fails
|
|
186
|
+
*/
|
|
187
|
+
verifyConnection(workspaceSlug: string, connectionId: string): Promise<ConnectionVerification>;
|
|
180
188
|
}
|
|
181
189
|
//#endregion
|
|
182
190
|
//#region src/services/files.d.ts
|
|
@@ -276,7 +284,7 @@ declare class Invites {
|
|
|
276
284
|
* @returns Promise that resolves with the updated invitation
|
|
277
285
|
* @throws {ApiError} if the request fails
|
|
278
286
|
*/
|
|
279
|
-
replyToInvite(workspaceSlug: string, inviteId: string, reply: ReplyInvite): Promise<
|
|
287
|
+
replyToInvite(workspaceSlug: string, inviteId: string, reply: ReplyInvite): Promise<Member>;
|
|
280
288
|
/**
|
|
281
289
|
* Generate a shareable invite code for a workspace
|
|
282
290
|
* @param workspaceSlug - Workspace slug
|
|
@@ -546,10 +554,54 @@ declare class Status {
|
|
|
546
554
|
constructor(api: ApiClient);
|
|
547
555
|
/**
|
|
548
556
|
* Check the health status of the API
|
|
549
|
-
* @param options - Health check options
|
|
550
557
|
* @returns Promise that resolves with the API health status
|
|
551
558
|
*/
|
|
552
|
-
checkHealth(
|
|
559
|
+
checkHealth(): Promise<Health>;
|
|
560
|
+
}
|
|
561
|
+
//#endregion
|
|
562
|
+
//#region src/services/syncs.d.ts
|
|
563
|
+
/**
|
|
564
|
+
* Service for handling connection sync operations
|
|
565
|
+
*/
|
|
566
|
+
declare class Syncs {
|
|
567
|
+
#private;
|
|
568
|
+
constructor(api: ApiClient);
|
|
569
|
+
/**
|
|
570
|
+
* Start a sync for a connection
|
|
571
|
+
* @param workspaceSlug - Workspace slug
|
|
572
|
+
* @param connectionId - Connection ID
|
|
573
|
+
* @param sync - Sync request
|
|
574
|
+
* @returns Promise that resolves with the started connection sync
|
|
575
|
+
* @throws {ApiError} if the request fails
|
|
576
|
+
*/
|
|
577
|
+
startSync(workspaceSlug: string, connectionId: string, sync: SyncConnection): Promise<ConnectionSync>;
|
|
578
|
+
/**
|
|
579
|
+
* List syncs for a connection
|
|
580
|
+
* @param workspaceSlug - Workspace slug
|
|
581
|
+
* @param connectionId - Connection ID
|
|
582
|
+
* @param query - Optional pagination parameters (limit, after)
|
|
583
|
+
* @returns Promise that resolves with a paginated list of connection syncs
|
|
584
|
+
* @throws {ApiError} if the request fails
|
|
585
|
+
*/
|
|
586
|
+
listSyncs(workspaceSlug: string, connectionId: string, query?: CursorPagination): Promise<ConnectionSyncsPage>;
|
|
587
|
+
/**
|
|
588
|
+
* Get a connection sync by ID
|
|
589
|
+
* @param workspaceSlug - Workspace slug
|
|
590
|
+
* @param connectionId - Connection ID
|
|
591
|
+
* @param syncId - Sync ID
|
|
592
|
+
* @returns Promise that resolves with the connection sync details
|
|
593
|
+
* @throws {ApiError} if the request fails
|
|
594
|
+
*/
|
|
595
|
+
getSync(workspaceSlug: string, connectionId: string, syncId: string): Promise<ConnectionSync>;
|
|
596
|
+
/**
|
|
597
|
+
* Cancel a running connection sync
|
|
598
|
+
* @param workspaceSlug - Workspace slug
|
|
599
|
+
* @param connectionId - Connection ID
|
|
600
|
+
* @param syncId - Sync ID
|
|
601
|
+
* @returns Promise that resolves with the canceled connection sync
|
|
602
|
+
* @throws {ApiError} if the request fails
|
|
603
|
+
*/
|
|
604
|
+
cancelSync(workspaceSlug: string, connectionId: string, syncId: string): Promise<ConnectionSync>;
|
|
553
605
|
}
|
|
554
606
|
//#endregion
|
|
555
607
|
//#region src/services/webhooks.d.ts
|
|
@@ -795,6 +847,10 @@ declare class Nvisy {
|
|
|
795
847
|
* Service for managing pipeline runs.
|
|
796
848
|
*/
|
|
797
849
|
get runs(): Runs;
|
|
850
|
+
/**
|
|
851
|
+
* Service for managing connection syncs.
|
|
852
|
+
*/
|
|
853
|
+
get syncs(): Syncs;
|
|
798
854
|
/**
|
|
799
855
|
* Service for managing webhooks.
|
|
800
856
|
*/
|
|
@@ -805,5 +861,5 @@ declare class Nvisy {
|
|
|
805
861
|
get workspaces(): Workspaces;
|
|
806
862
|
}
|
|
807
863
|
//#endregion
|
|
808
|
-
export {
|
|
809
|
-
//# sourceMappingURL=client-
|
|
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-DjVBhmD1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-DjVBhmD1.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 InvitePreview, A as PipelineFilter, At as
|
|
2
|
-
export type { Account, ActivitiesPage, Activity, ActivityType, AnalyzedDocument, ApiToken, ApiTokenType, ApiTokenWithJWT, ApiTokensPage, AuthToken,
|
|
1
|
+
import { $ as InvitePreview, A as PipelineFilter, At as Signup, B as NotificationsPage, Bt as ActivityType, C as PolicyAction, Ct as ConnectionsPage, D as CreatePipeline, Dt as UpdateConnection, E as UpdatePolicy, Et as SyncConnection, F as UpdatePipeline, Ft as CreateApiToken, G as MemberSortField, H as UpdateNotificationSettings, Ht as PublicAccount, I as CursorPagination, It as TokenExpiration, J as CreateInvite, K as MembersPage, L as Notification, Lt as UpdateApiToken, M as PipelineSummariesPage, Mt as ApiTokenType, N as PipelineSummary, Nt as ApiTokenWithJWT, O as Pipeline, Ot as AuthToken, P as PipelineTriggerType, Pt as ApiTokensPage, Q as InviteExpiration, R as NotificationEvent, Rt as ActivitiesPage, S as Policy, St as ConnectionVerification, T as PolicyRule, Tt as CreateConnection, U as ListMembers, Ut as UpdateAccount, V as UnreadStatus, Vt as Account, W as Member, X as Invite, Y as GenerateInviteCode, Z as InviteCode, _ as PipelineRun, _t as ErrorResponse, a as WorkspacesPage, at as ReplyInvite, b as CreatePolicy, bt as ConnectionSync, c as UpdateWebhook, ct as Health, d as WebhookEvent, dt as FileSource, et as InviteSent, f as WebhookResult, ft as FilesPage, g as CreatePipelineRun, gt as UpdateFile, h as AnalyzedDocument, ht as ModalityToken, i as WorkspaceRole, it as ListInvites, j as PipelineStatus, jt as ApiToken, k as PipelineDefinition, kt as Login, l as Webhook, lt as HealthStatus, m as WebhooksPage, mt as ListFiles, n as UpdateWorkspace, nt as InviteStatus, o as CreateWebhook, ot as SortOrder, p as WebhookStatus, pt as FormatToken, q as UpdateMember, r as Workspace, rt as InvitesPage, s as TestWebhook, st as ComponentHealth, t as CreateWorkspace, tt as InviteSortField, u as WebhookCreated, ut as File, v as PipelineRunStatus, vt as ValidationErrorDetail, w as PolicyDefinition, wt as ConnectionsQuery, x as PoliciesPage, xt as ConnectionSyncsPage, y as PipelineRunsPage, yt as Connection, z as NotificationSettings, zt as Activity } from "../index-D1bAc98R.js";
|
|
2
|
+
export type { Account, ActivitiesPage, Activity, ActivityType, AnalyzedDocument, ApiToken, ApiTokenType, ApiTokenWithJWT, ApiTokensPage, AuthToken, ComponentHealth, Connection, ConnectionSync, ConnectionSyncsPage, ConnectionVerification, ConnectionsPage, ConnectionsQuery, CreateApiToken, CreateConnection, CreateInvite, CreatePipeline, CreatePipelineRun, CreatePolicy, CreateWebhook, CreateWorkspace, CursorPagination, ErrorResponse, File, FileSource, FilesPage, FormatToken, GenerateInviteCode, Health, HealthStatus, Invite, InviteCode, InviteExpiration, InvitePreview, InviteSent, InviteSortField, InviteStatus, InvitesPage, ListFiles, ListInvites, ListMembers, Login, Member, MemberSortField, MembersPage, ModalityToken, Notification, NotificationEvent, NotificationSettings, NotificationsPage, Pipeline, PipelineDefinition, PipelineFilter, PipelineRun, PipelineRunStatus, PipelineRunsPage, PipelineStatus, PipelineSummariesPage, PipelineSummary, PipelineTriggerType, PoliciesPage, Policy, PolicyAction, PolicyDefinition, PolicyRule, PublicAccount, ReplyInvite, Signup, SortOrder, SyncConnection, TestWebhook, TokenExpiration, UnreadStatus, UpdateAccount, UpdateApiToken, UpdateConnection, UpdateFile, UpdateMember, UpdateNotificationSettings, UpdatePipeline, UpdatePolicy, UpdateWebhook, UpdateWorkspace, ValidationErrorDetail, Webhook, WebhookCreated, WebhookEvent, WebhookResult, WebhookStatus, WebhooksPage, Workspace, WorkspaceRole, WorkspacesPage };
|