@nvisy/sdk 0.51.0 → 0.52.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 +26 -1
- package/dist/{client-SotZfT6b.d.ts → client-CSxuXX5e.d.ts} +25 -3
- package/dist/client-CSxuXX5e.d.ts.map +1 -0
- package/dist/datatypes/index.d.ts +1 -1
- package/dist/{error-DTQ8nnQc.js → error-Bc6Sg_y-.js} +3 -3
- package/dist/{error-DTQ8nnQc.js.map → error-Bc6Sg_y-.js.map} +1 -1
- package/dist/{errors-ClHc4LMK.d.ts → errors-CcTfWeEE.d.ts} +2 -7
- package/dist/errors-CcTfWeEE.d.ts.map +1 -0
- package/dist/{errors-D2J3LbE-.js → errors-ChRSBkhj.js} +2 -9
- package/dist/errors-ChRSBkhj.js.map +1 -0
- package/dist/{index-BxYFvgTy.d.ts → index-DmLbi0Gi.d.ts} +2842 -2390
- package/dist/index-DmLbi0Gi.d.ts.map +1 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/services/index.d.ts +1 -1
- package/dist/services/index.js +1 -1
- package/dist/{services-CFFmQDgA.js → services-Bt15MerP.js} +154 -126
- package/dist/services-Bt15MerP.js.map +1 -0
- package/dist/standalone/index.d.ts +4 -13
- package/dist/standalone/index.d.ts.map +1 -1
- package/dist/standalone/index.js +6 -7
- package/dist/standalone/index.js.map +1 -1
- package/dist/webhooks/index.d.ts +2 -2
- package/dist/webhooks/index.js +1 -1
- package/package.json +3 -3
- package/dist/client-SotZfT6b.d.ts.map +0 -1
- package/dist/errors-ClHc4LMK.d.ts.map +0 -1
- package/dist/errors-D2J3LbE-.js.map +0 -1
- package/dist/index-BxYFvgTy.d.ts.map +0 -1
- package/dist/services-CFFmQDgA.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,30 @@ and this project adheres to
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.52.0] - 2026-09-14
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- `status.checkLiveness()` (`GET /health/live`) — a liveness probe that resolves
|
|
16
|
+
when the process is running; returns the raw `Response`
|
|
17
|
+
- `status.checkReadiness()` (`GET /health/ready`) — a readiness probe reporting
|
|
18
|
+
the server and its dependencies (`Health`; 200 healthy/degraded, 503 unhealthy)
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- Regenerated the API schema against the updated platform handlers
|
|
23
|
+
- **Breaking:** endpoint paths no longer have a trailing slash (e.g.
|
|
24
|
+
`/workspaces/{workspaceId}/documents`, `/account`). This is transparent to
|
|
25
|
+
callers using the service methods
|
|
26
|
+
- **Breaking:** `checkHealth()` (both the client `status` service and the
|
|
27
|
+
standalone `checkHealth`) no longer takes a version segment — the health route
|
|
28
|
+
is `/health`. The `version` option on `HealthConfig` is removed
|
|
29
|
+
|
|
30
|
+
### Removed
|
|
31
|
+
|
|
32
|
+
- **Breaking:** `ErrorResponse` no longer carries `resource`; `NvisyApiError`
|
|
33
|
+
drops its `resource` property accordingly
|
|
34
|
+
|
|
11
35
|
## [0.51.0] - 2026-09-13
|
|
12
36
|
|
|
13
37
|
A platform-wide rename and restructure. Nearly every exported type and several
|
|
@@ -1109,7 +1133,8 @@ redaction an independent resource. This release renames the SDK to match.
|
|
|
1109
1133
|
- Network error handling for timeouts, DNS resolution, and connection issues
|
|
1110
1134
|
- Configuration validation with detailed error messages
|
|
1111
1135
|
|
|
1112
|
-
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.
|
|
1136
|
+
[Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.52.0...HEAD
|
|
1137
|
+
[0.52.0]: https://github.com/nvisycom/sdk-ts/compare/v0.51.0...v0.52.0
|
|
1113
1138
|
[0.51.0]: https://github.com/nvisycom/sdk-ts/compare/v0.50.0...v0.51.0
|
|
1114
1139
|
[0.50.0]: https://github.com/nvisycom/sdk-ts/compare/v0.49.0...v0.50.0
|
|
1115
1140
|
[0.49.0]: https://github.com/nvisycom/sdk-ts/compare/v0.48.0...v0.49.0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as CreateWorkspacePolicy, $a as UpdateAccountApiToken, $n as WorkspaceDetection, Ao as WorkspaceActivityExportOptions, Ar as WorkspaceConnection, B as CreateWorkspaceProvider, Bo as OidcStartResponse, Br as ConnectorCapabilities, Bt as WorkspacePipeline, C as RenameWorkspaceThread, Cn as WorkspaceInviteCode, D as WorkspaceThread, Dn as Health, E as WorkspaceComment, Er as SyncStatus, Fo as AccountIdentities, Ft as CreateWorkspacePipeline, G as UpdateWorkspaceProvider, Gn as CreateAdhocWorkspaceDetection, Gr as AccountDesktopToken, Gt as AccountMarkedReadStatus, Hn as WorkspaceDeletedDocuments, Ho as SetPassword, Hr as LabelCatalog, Ir as WorkspacePickerToken, J as WorkspaceProvidersQuery, Ja as AccountApiTokenPage, Jr as Signup, Jt as AccountUnreadStatus, K as WorkspaceProvider, Kn as CreateWorkspaceDetection, Kr as DesktopTokenRequest, Lr as WorkspacePickerTokenRequest, Lt as PipelineStatus, M as WorkspaceThreadsQuery, Mo as WorkspaceActivityPage, Mr as WorkspaceConnectionSync, Mt as WorkspacePolicy, Nn as AssignWorkspaceReview, Nr as WorkspaceConnectionSyncPage, Po as Account$1, Pr as WorkspaceConnectionVerification, Pt as WorkspacePolicySummaryPage, Ra as ArtifactSet, Rn as ListWorkspaceDocuments, S as OpenWorkspaceThread, T as UpdateWorkspaceComment, Tn as WorkspaceInviteSent, Un as WorkspaceDocument, Uo as UpdateAccount, Ur as RecognizerCatalog, Ut as WorkspacePipelineSummaryPage, Vn as UpdateWorkspaceDocument, Vo as PublicAccount, Wn as WorkspaceDocumentPage, Wo as paths, Wt as CursorPagination, Xn as DetectionStatusEvent, Ya as AccountApiTokenWithJwt, Za as CreateAccountApiToken, Zn as RedactWorkspaceDetection, _ as WorkspaceWebhook, _n as InvitePreview, _r as OAuthStartResponse, an as UnreadCountEvent, ao as WorkspaceAnalytics, b as WorkspaceWebhookResult, bn as ListWorkspaceInvites, c as WorkspacePage, cn as ListWorkspaceMembers, d as CreateWorkspaceWebhook, di as Audit, dn as WorkspaceMember, dr as ExportWorkspaceFiles, er as WorkspaceDetectionPage, f as TestWorkspaceWebhook, fn as WorkspaceMemberPage, hn as GenerateWorkspaceInviteCode, hr as ImportWorkspaceFiles, ir as WorkspaceRedactionResultPage, j as WorkspaceThreadPage, jn as ExportQuery, jo as WorkspaceActivityFilterQuery, jr as WorkspaceConnectionPage, jt as WorkspacePoliciesQuery, k as WorkspaceThreadEntryPage, kn as DateWindow, kr as UpdateWorkspaceConnection, kt as UpdateWorkspacePolicy, lo as WorkspaceDetectionTimeSeries, nr as WorkspacePipelineDetectionsQuery, o as UpdateWorkspace, on as UpdateWorkspaceNotificationSettings, p as UpdateWorkspaceWebhook, pn as CreateWorkspaceInvite, pr as FileServiceProvider, q as WorkspaceProviderPage, qa as AccountApiToken, qr as Login, qt as AccountNotificationPage, rr as WorkspaceRedactionResult, s as Workspace, sn as WorkspaceNotificationSettings, t as CreateWorkspace, tr as WorkspaceDetectionsQuery, un as UpdateWorkspaceMember, ur as CreateWorkspaceConnection, v as WorkspaceWebhookCreated, wn as WorkspaceInvitePage, x as CreateWorkspaceComment, xn as ReplyWorkspaceInvite, xr as StartFileServiceOAuth, y as WorkspaceWebhookPage, zo as IdentityProvider, zr as AuthCapabilities, zt as UpdateWorkspacePipeline } from "./index-
|
|
1
|
+
import { $ as CreateWorkspacePolicy, $a as UpdateAccountApiToken, $n as WorkspaceDetection, Ao as WorkspaceActivityExportOptions, Ar as WorkspaceConnection, B as CreateWorkspaceProvider, Bo as OidcStartResponse, Br as ConnectorCapabilities, Bt as WorkspacePipeline, C as RenameWorkspaceThread, Cn as WorkspaceInviteCode, D as WorkspaceThread, Dn as Health, E as WorkspaceComment, Er as SyncStatus, Fo as AccountIdentities, Ft as CreateWorkspacePipeline, G as UpdateWorkspaceProvider, Gn as CreateAdhocWorkspaceDetection, Gr as AccountDesktopToken, Gt as AccountMarkedReadStatus, Hn as WorkspaceDeletedDocuments, Ho as SetPassword, Hr as LabelCatalog, Ir as WorkspacePickerToken, J as WorkspaceProvidersQuery, Ja as AccountApiTokenPage, Jr as Signup, Jt as AccountUnreadStatus, K as WorkspaceProvider, Kn as CreateWorkspaceDetection, Kr as DesktopTokenRequest, Lr as WorkspacePickerTokenRequest, Lt as PipelineStatus, M as WorkspaceThreadsQuery, Mo as WorkspaceActivityPage, Mr as WorkspaceConnectionSync, Mt as WorkspacePolicy, Nn as AssignWorkspaceReview, Nr as WorkspaceConnectionSyncPage, Po as Account$1, Pr as WorkspaceConnectionVerification, Pt as WorkspacePolicySummaryPage, Ra as ArtifactSet, Rn as ListWorkspaceDocuments, S as OpenWorkspaceThread, T as UpdateWorkspaceComment, Tn as WorkspaceInviteSent, Un as WorkspaceDocument, Uo as UpdateAccount, Ur as RecognizerCatalog, Ut as WorkspacePipelineSummaryPage, Vn as UpdateWorkspaceDocument, Vo as PublicAccount, Wn as WorkspaceDocumentPage, Wo as paths, Wt as CursorPagination, Xn as DetectionStatusEvent, Ya as AccountApiTokenWithJwt, Za as CreateAccountApiToken, Zn as RedactWorkspaceDetection, _ as WorkspaceWebhook, _n as InvitePreview, _r as OAuthStartResponse, an as UnreadCountEvent, ao as WorkspaceAnalytics, b as WorkspaceWebhookResult, bn as ListWorkspaceInvites, c as WorkspacePage, cn as ListWorkspaceMembers, d as CreateWorkspaceWebhook, di as Audit, dn as WorkspaceMember, dr as ExportWorkspaceFiles, er as WorkspaceDetectionPage, f as TestWorkspaceWebhook, fn as WorkspaceMemberPage, hn as GenerateWorkspaceInviteCode, hr as ImportWorkspaceFiles, ir as WorkspaceRedactionResultPage, j as WorkspaceThreadPage, jn as ExportQuery, jo as WorkspaceActivityFilterQuery, jr as WorkspaceConnectionPage, jt as WorkspacePoliciesQuery, k as WorkspaceThreadEntryPage, kn as DateWindow, kr as UpdateWorkspaceConnection, kt as UpdateWorkspacePolicy, lo as WorkspaceDetectionTimeSeries, nr as WorkspacePipelineDetectionsQuery, o as UpdateWorkspace, on as UpdateWorkspaceNotificationSettings, p as UpdateWorkspaceWebhook, pn as CreateWorkspaceInvite, pr as FileServiceProvider, q as WorkspaceProviderPage, qa as AccountApiToken, qr as Login, qt as AccountNotificationPage, rr as WorkspaceRedactionResult, s as Workspace, sn as WorkspaceNotificationSettings, t as CreateWorkspace, tr as WorkspaceDetectionsQuery, un as UpdateWorkspaceMember, ur as CreateWorkspaceConnection, v as WorkspaceWebhookCreated, wn as WorkspaceInvitePage, x as CreateWorkspaceComment, xn as ReplyWorkspaceInvite, xr as StartFileServiceOAuth, y as WorkspaceWebhookPage, zo as IdentityProvider, zr as AuthCapabilities, zt as UpdateWorkspacePipeline } from "./index-DmLbi0Gi.js";
|
|
2
2
|
import { t as ClientConfig } from "./config-BdAgnJlh.js";
|
|
3
3
|
import { Client } from "openapi-fetch";
|
|
4
4
|
//#region src/services/account.d.ts
|
|
@@ -1020,10 +1020,32 @@ declare class Status {
|
|
|
1020
1020
|
#private;
|
|
1021
1021
|
constructor(api: ApiClient);
|
|
1022
1022
|
/**
|
|
1023
|
-
* Check the health status of the API
|
|
1023
|
+
* Check the health status of the API.
|
|
1024
|
+
*
|
|
1025
|
+
* Reports the server's health and that of its dependencies. Returns `Health`
|
|
1026
|
+
* for both the healthy/degraded (200) and unhealthy (503) cases.
|
|
1027
|
+
*
|
|
1024
1028
|
* @returns Promise that resolves with the API health status
|
|
1025
1029
|
*/
|
|
1026
1030
|
checkHealth(): Promise<Health>;
|
|
1031
|
+
/**
|
|
1032
|
+
* Liveness probe: resolves if the process is running. Probes no dependencies.
|
|
1033
|
+
*
|
|
1034
|
+
* Returns the raw `Response` (the endpoint has no body); a non-2xx status
|
|
1035
|
+
* throws via the error middleware.
|
|
1036
|
+
*
|
|
1037
|
+
* @returns Promise that resolves with the probe response
|
|
1038
|
+
* @throws {ApiError} if the process is not live
|
|
1039
|
+
*/
|
|
1040
|
+
checkLiveness(): Promise<Response>;
|
|
1041
|
+
/**
|
|
1042
|
+
* Readiness probe: reports the server's health and that of its dependencies,
|
|
1043
|
+
* served from a short-lived cache. Returns `Health` for both the
|
|
1044
|
+
* healthy/degraded (200) and unhealthy (503) cases. Safe to poll frequently.
|
|
1045
|
+
*
|
|
1046
|
+
* @returns Promise that resolves with the API health status
|
|
1047
|
+
*/
|
|
1048
|
+
checkReadiness(): Promise<Health>;
|
|
1027
1049
|
}
|
|
1028
1050
|
//#endregion
|
|
1029
1051
|
//#region src/services/syncs.d.ts
|
|
@@ -1480,4 +1502,4 @@ declare class Nvisy {
|
|
|
1480
1502
|
}
|
|
1481
1503
|
//#endregion
|
|
1482
1504
|
export { Account as C, Activities as S, Connections as _, Threads as a, ApiTokens as b, Redactions as c, Pipelines as d, Notifications as f, Detections as g, Documents as h, Webhooks as i, Providers as l, Invites as m, Nvisy as n, Syncs as o, Members as p, Workspaces as r, Status as s, ApiClient as t, Policies as u, Capabilities as v, Analytics as x, Auth as y };
|
|
1483
|
-
//# sourceMappingURL=client-
|
|
1505
|
+
//# sourceMappingURL=client-CSxuXX5e.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-CSxuXX5e.d.ts","names":[],"sources":["../src/services/account.ts","../src/services/activities.ts","../src/services/analytics.ts","../src/services/api-tokens.ts","../src/services/auth.ts","../src/services/capabilities.ts","../src/services/connections.ts","../src/services/detections.ts","../src/services/documents.ts","../src/services/invites.ts","../src/services/members.ts","../src/services/notifications.ts","../src/services/pipelines.ts","../src/services/policies.ts","../src/services/providers.ts","../src/services/redactions.ts","../src/services/status.ts","../src/services/syncs.ts","../src/services/threads.ts","../src/services/webhooks.ts","../src/services/workspaces.ts","../src/client.ts"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as CreateWorkspacePolicy, $a as UpdateAccountApiToken, $i as Recognition, $n as WorkspaceDetection, $r as AudioAuditLog, $t as DetectionFailedParams, A as WorkspaceThreadEvent, Aa as TextLocation, Ai as ImageAuditKind, An as ExportFormat, Ao as WorkspaceActivityExportOptions, Ar as WorkspaceConnection, At as Waveform, B as CreateWorkspaceProvider, Ba as LayoutBlock, Bi as ImagePattern, Bn as ReviewStatus, Bo as OidcStartResponse, Br as ConnectorCapabilities, Bt as WorkspacePipeline, C as RenameWorkspaceThread, Ca as TextAuditKind, Ci as DocumentContext, Cn as WorkspaceInviteCode, Co as ProviderActivityParams, Cr as SyncDeletionPolicy, Ct as Predicate, D as WorkspaceThread, Da as TextEdit, Di as FreeformAttribution, Dn as Health, Do as ThreadCommentActivityParams, Dr as SyncTriggerType, Dt as TerminalFallback, E as WorkspaceComment, Ea as TextData, Ei as EntityCoRef, En as ComponentHealth, Eo as ThreadActivityParams, Er as SyncStatus, Et as TemplateOrigin, F as Language, Fa as TextRefinement, Fi as ImageHint, Fn as DocumentHash, Fo as AccountIdentities, Fr as WorkspaceConnectionsQuery, Ft as CreateWorkspacePipeline, G as UpdateWorkspaceProvider, Ga as TranscriptWord, Gi as MetadataEvent, Gn as CreateAdhocWorkspaceDetection, Gr as AccountDesktopToken, Gt as AccountMarkedReadStatus, H as ProviderConfig, Ha as Token, Hi as ImageRetag, Hn as WorkspaceDeletedDocuments, Ho as SetPassword, Hr as LabelCatalog, Ht as WorkspacePipelineSummary, I as LanguageProvenance, Ia as TextRetag, Ii as ImageLocation, In as DocumentKind, Io as AccountIdentity, Ir as WorkspacePickerToken, It as PipelineDefinition, J as WorkspaceProvidersQuery, Ja as AccountApiTokenPage, Ji as PatternEvent, Jn as DetectionMetadata, Jr as Signup, Jt as AccountUnreadStatus, K as WorkspaceProvider, Ka as Transcription, Ki as ModelEvent, Kn as CreateWorkspaceDetection, Kr as DesktopTokenRequest, Kt as AccountNotification, L as LanguageSpan, La as TimeSpan, Li as ImageManual, Ln as FormatToken, Lo as AccountRef, Lr as WorkspacePickerTokenRequest, Lt as PipelineStatus, M as WorkspaceThreadsQuery, Ma as TextMetadata, Mi as ImageData, Mn as ErrorResponse, Mo as WorkspaceActivityPage, Mr as WorkspaceConnectionSync, Mt as WorkspacePolicy, N as Confidence, Na as TextModel, Ni as ImageEdit, Nn as AssignWorkspaceReview, No as WorkspaceActivityParams, Nr as WorkspaceConnectionSyncPage, Nt as WorkspacePolicySummary, O as WorkspaceThreadEntry, Oa as TextEntity, Oi as ImageAdd, On as HealthStatus, Oo as WebhookActivityParams, Or as UnauthenticatedProvider, Ot as TextRedaction, P as CountryCode, Pa as TextPattern, Pi as ImageEntity, Pn as DeleteWorkspaceDocuments, Po as Account, Pr as WorkspaceConnectionVerification, Pt as WorkspacePolicySummaryPage, Q as ConfidenceThreshold, Qa as TokenExpiration, Qi as RasterMode, Qn as RedactionId, Qr as AudioAuditKind, Qt as DetectionCompletedParams, R as Languages, Ra as ArtifactSet, Ri as ImageMetadata, Rn as ListWorkspaceDocuments, Ro as Handle, Rr as WorkspaceSyncSchedule, Rt as PipelineTriggerType, S as OpenWorkspaceThread, Sa as TextAuditEvent, Si as Dimensions, Sn as WorkspaceInvite, So as PolicyActivityParams, Sr as StorageConfig, St as PolicyTemplate, T as UpdateWorkspaceComment, Ta as TextCoord, Ti as EditSet, Tn as WorkspaceInviteSent, To as ReviewActivityParams, Tr as SyncScheduleInput, Tt as TabularRedaction, U as ProviderId, Ua as Tokens, Ui as LeakProfile, Un as WorkspaceDocument, Uo as UpdateAccount, Ur as RecognizerCatalog, Ut as WorkspacePipelineSummaryPage, V as InferenceConfig, Va as LayoutWord, Vi as ImageRefinement, Vn as UpdateWorkspaceDocument, Vo as PublicAccount, Vr as FileProviders, Vt as WorkspacePipelineFilter, W as ProviderType, Wa as TranscriptSegment, Wi as ManualIntent, Wn as WorkspaceDocumentPage, Wr as RegisteredRecognizer, Wt as CursorPagination, X as ClampBucket, Xa as ApiTokenType, Xi as Polygon, Xn as DetectionStatusEvent, Xr as AudioAdd, Xt as ConnectionSyncCompletedParams, Y as AudioRedaction, Ya as AccountApiTokenWithJwt, Yi as Point, Yn as DetectionStatus, Yr as Attribution, Yt as CommentMentionedParams, Z as Color, Za as CreateAccountApiToken, Zi as RangeOfUint, Zn as RedactWorkspaceDetection, Zr as AudioAuditEvent, Zt as ConnectionSyncFailedParams, _ as WorkspaceWebhook, _a as TabularModel, _i as CodecParams, _n as InvitePreview, _o as DetectionActivityParams, _r as OAuthStartResponse, _t as PciPanRender, a as RetentionSettings, aa as SourceSpan, ai as AudioManual, an as UnreadCountEvent, ao as WorkspaceAnalytics, ar as AuthenticatedProvider, at as HipaaAccountNumbers, b as WorkspaceWebhookResult, ba as TabularRetag, bi as DecodedSpan, bn as ListWorkspaceInvites, bo as MemberActivityParams, br as S3Credentials, bt as PolicyKind, c as WorkspacePage, ca as TabularAuditEvent, ci as AudioPattern, cn as ListWorkspaceMembers, co as WorkspaceDetectionStatusEntry, cr as ConnectionId, ct as Label, d as CreateWorkspaceWebhook, da as TabularEdit, di as Audit, dn as WorkspaceMember, do as WorkspaceStorageAnalytics, dr as ExportWorkspaceFiles, dt as LabelRef, ea as Redaction, ei as AudioData, en as MemberJoinedParams, eo as ModelUsage, er as WorkspaceDetectionPage, et as CustomMatcher, f as TestWorkspaceWebhook, fa as TabularEntity, fi as AuditHash, fn as WorkspaceMemberPage, fo as WorkspaceStorageKindEntry, fr as FileServiceConfig, ft as LabelScope, g as WebhookStatus, ga as TabularMetadata, gi as CitedAttribution, gn as InviteExpiration, go as ConnectionActivityParams, gr as LlmConfig, gt as PciDssPart, h as WebhookId, ha as TabularManual, hi as Category, hn as GenerateWorkspaceInviteCode, ho as ActivityType, hr as ImportWorkspaceFiles, ht as ModalityRedactions, i as RetentionOverride, ia as SourceRef, ii as AudioLocation, in as ReviewAssignedParams, io as UsageReport, ir as WorkspaceRedactionResultPage, it as GdprSensitiveScope, j as WorkspaceThreadPage, ja as TextManual, ji as ImageAuditLog, jn as ExportQuery, jo as WorkspaceActivityFilterQuery, jr as WorkspaceConnectionPage, jt as WorkspacePoliciesQuery, k as WorkspaceThreadEntryPage, ka as TextHint, ki as ImageAuditEvent, kn as DateWindow, ko as WorkspaceActivity, kr as UpdateWorkspaceConnection, kt as UpdateWorkspacePolicy, l as WorkspaceRole, la as TabularAuditKind, li as AudioRefinement, ln as MemberSortField, lo as WorkspaceDetectionTimeSeries, lr as ConnectionType, lt as LabelEntry, m as WebhookEvent, ma as TabularLocation, mi as Calibration, mn as Direction, mo as ActivityPayload, mr as GcsCredentials, mt as LocalizedText, n as RasterPolicy, na as RuleMatch, ni as AudioEntity, nn as NotificationPayload, no as TokenCounts, nr as WorkspacePipelineDetectionsQuery, nt as DateStyle, o as UpdateWorkspace, oa as Suppress, oi as AudioMetadata, on as UpdateWorkspaceNotificationSettings, oo as WorkspaceDetectionAnalytics, or as AzureCredentials, ot as HipaaDeidMethod, p as UpdateWorkspaceWebhook, pa as TabularHint, pi as BoundingBox, pn as CreateWorkspaceInvite, po as WorkspaceUsageAnalytics, pr as FileServiceProvider, pt as LanguageTag, q as WorkspaceProviderPage, qa as AccountApiToken, qi as OperatorId, qn as DetectionId, qr as Login, qt as AccountNotificationPage, r as Retention, ra as Selection, ri as AudioHint, rn as RedactionCreatedParams, ro as Usage, rr as WorkspaceRedactionResult, rt as GdprArticle9Treatment, s as Workspace, sa as TabularAdd, si as AudioModel, sn as WorkspaceNotificationSettings, so as WorkspaceDetectionDayEntry, sr as ConnectionConfig, st as ImageRedaction, t as CreateWorkspace, ta as Report, ti as AudioEdit, tn as NotificationEvent, to as RecognizerId, tr as WorkspaceDetectionsQuery, tt as DateGranularity, u as WorkspaceSettings, ua as TabularAuditLog, ui as AudioRetag, un as UpdateWorkspaceMember, uo as WorkspaceModelUsageEntry, ur as CreateWorkspaceConnection, ut as LabelLocale, v as WorkspaceWebhookCreated, va as TabularPattern, vi as Conflict, vn as InviteSortField, vo as DocumentActivityParams, vr as OAuthTokens, vt as Policy, w as ThreadEventKind, wa as TextAuditLog, wi as Dpi, wn as WorkspaceInvitePage, wo as RedactionActivityParams, wr as SyncMode, wt as Sha2Algorithm, x as CreateWorkspaceComment, xa as TextAdd, xi as Deduplication, xn as ReplyWorkspaceInvite, xo as PipelineActivityParams, xr as StartFileServiceOAuth, xt as PolicyRule, y as WorkspaceWebhookPage, ya as TabularRefinement, yi as Contested, yn as InviteStatus, yo as InviteActivityParams, yr as PickedFile, yt as PolicyDraft, z as ScopeMetadata, za as Layout, zi as ImageModel, zn as ModalityToken, zo as IdentityProvider, zr as AuthCapabilities, zt as UpdateWorkspacePipeline } from "../index-
|
|
1
|
+
import { $ as CreateWorkspacePolicy, $a as UpdateAccountApiToken, $i as Recognition, $n as WorkspaceDetection, $r as AudioAuditLog, $t as DetectionFailedParams, A as WorkspaceThreadEvent, Aa as TextLocation, Ai as ImageAuditKind, An as ExportFormat, Ao as WorkspaceActivityExportOptions, Ar as WorkspaceConnection, At as Waveform, B as CreateWorkspaceProvider, Ba as LayoutBlock, Bi as ImagePattern, Bn as ReviewStatus, Bo as OidcStartResponse, Br as ConnectorCapabilities, Bt as WorkspacePipeline, C as RenameWorkspaceThread, Ca as TextAuditKind, Ci as DocumentContext, Cn as WorkspaceInviteCode, Co as ProviderActivityParams, Cr as SyncDeletionPolicy, Ct as Predicate, D as WorkspaceThread, Da as TextEdit, Di as FreeformAttribution, Dn as Health, Do as ThreadCommentActivityParams, Dr as SyncTriggerType, Dt as TerminalFallback, E as WorkspaceComment, Ea as TextData, Ei as EntityCoRef, En as ComponentHealth, Eo as ThreadActivityParams, Er as SyncStatus, Et as TemplateOrigin, F as Language, Fa as TextRefinement, Fi as ImageHint, Fn as DocumentHash, Fo as AccountIdentities, Fr as WorkspaceConnectionsQuery, Ft as CreateWorkspacePipeline, G as UpdateWorkspaceProvider, Ga as TranscriptWord, Gi as MetadataEvent, Gn as CreateAdhocWorkspaceDetection, Gr as AccountDesktopToken, Gt as AccountMarkedReadStatus, H as ProviderConfig, Ha as Token, Hi as ImageRetag, Hn as WorkspaceDeletedDocuments, Ho as SetPassword, Hr as LabelCatalog, Ht as WorkspacePipelineSummary, I as LanguageProvenance, Ia as TextRetag, Ii as ImageLocation, In as DocumentKind, Io as AccountIdentity, Ir as WorkspacePickerToken, It as PipelineDefinition, J as WorkspaceProvidersQuery, Ja as AccountApiTokenPage, Ji as PatternEvent, Jn as DetectionMetadata, Jr as Signup, Jt as AccountUnreadStatus, K as WorkspaceProvider, Ka as Transcription, Ki as ModelEvent, Kn as CreateWorkspaceDetection, Kr as DesktopTokenRequest, Kt as AccountNotification, L as LanguageSpan, La as TimeSpan, Li as ImageManual, Ln as FormatToken, Lo as AccountRef, Lr as WorkspacePickerTokenRequest, Lt as PipelineStatus, M as WorkspaceThreadsQuery, Ma as TextMetadata, Mi as ImageData, Mn as ErrorResponse, Mo as WorkspaceActivityPage, Mr as WorkspaceConnectionSync, Mt as WorkspacePolicy, N as Confidence, Na as TextModel, Ni as ImageEdit, Nn as AssignWorkspaceReview, No as WorkspaceActivityParams, Nr as WorkspaceConnectionSyncPage, Nt as WorkspacePolicySummary, O as WorkspaceThreadEntry, Oa as TextEntity, Oi as ImageAdd, On as HealthStatus, Oo as WebhookActivityParams, Or as UnauthenticatedProvider, Ot as TextRedaction, P as CountryCode, Pa as TextPattern, Pi as ImageEntity, Pn as DeleteWorkspaceDocuments, Po as Account, Pr as WorkspaceConnectionVerification, Pt as WorkspacePolicySummaryPage, Q as ConfidenceThreshold, Qa as TokenExpiration, Qi as RasterMode, Qn as RedactionId, Qr as AudioAuditKind, Qt as DetectionCompletedParams, R as Languages, Ra as ArtifactSet, Ri as ImageMetadata, Rn as ListWorkspaceDocuments, Ro as Handle, Rr as WorkspaceSyncSchedule, Rt as PipelineTriggerType, S as OpenWorkspaceThread, Sa as TextAuditEvent, Si as Dimensions, Sn as WorkspaceInvite, So as PolicyActivityParams, Sr as StorageConfig, St as PolicyTemplate, T as UpdateWorkspaceComment, Ta as TextCoord, Ti as EditSet, Tn as WorkspaceInviteSent, To as ReviewActivityParams, Tr as SyncScheduleInput, Tt as TabularRedaction, U as ProviderId, Ua as Tokens, Ui as LeakProfile, Un as WorkspaceDocument, Uo as UpdateAccount, Ur as RecognizerCatalog, Ut as WorkspacePipelineSummaryPage, V as InferenceConfig, Va as LayoutWord, Vi as ImageRefinement, Vn as UpdateWorkspaceDocument, Vo as PublicAccount, Vr as FileProviders, Vt as WorkspacePipelineFilter, W as ProviderType, Wa as TranscriptSegment, Wi as ManualIntent, Wn as WorkspaceDocumentPage, Wr as RegisteredRecognizer, Wt as CursorPagination, X as ClampBucket, Xa as ApiTokenType, Xi as Polygon, Xn as DetectionStatusEvent, Xr as AudioAdd, Xt as ConnectionSyncCompletedParams, Y as AudioRedaction, Ya as AccountApiTokenWithJwt, Yi as Point, Yn as DetectionStatus, Yr as Attribution, Yt as CommentMentionedParams, Z as Color, Za as CreateAccountApiToken, Zi as RangeOfUint, Zn as RedactWorkspaceDetection, Zr as AudioAuditEvent, Zt as ConnectionSyncFailedParams, _ as WorkspaceWebhook, _a as TabularModel, _i as CodecParams, _n as InvitePreview, _o as DetectionActivityParams, _r as OAuthStartResponse, _t as PciPanRender, a as RetentionSettings, aa as SourceSpan, ai as AudioManual, an as UnreadCountEvent, ao as WorkspaceAnalytics, ar as AuthenticatedProvider, at as HipaaAccountNumbers, b as WorkspaceWebhookResult, ba as TabularRetag, bi as DecodedSpan, bn as ListWorkspaceInvites, bo as MemberActivityParams, br as S3Credentials, bt as PolicyKind, c as WorkspacePage, ca as TabularAuditEvent, ci as AudioPattern, cn as ListWorkspaceMembers, co as WorkspaceDetectionStatusEntry, cr as ConnectionId, ct as Label, d as CreateWorkspaceWebhook, da as TabularEdit, di as Audit, dn as WorkspaceMember, do as WorkspaceStorageAnalytics, dr as ExportWorkspaceFiles, dt as LabelRef, ea as Redaction, ei as AudioData, en as MemberJoinedParams, eo as ModelUsage, er as WorkspaceDetectionPage, et as CustomMatcher, f as TestWorkspaceWebhook, fa as TabularEntity, fi as AuditHash, fn as WorkspaceMemberPage, fo as WorkspaceStorageKindEntry, fr as FileServiceConfig, ft as LabelScope, g as WebhookStatus, ga as TabularMetadata, gi as CitedAttribution, gn as InviteExpiration, go as ConnectionActivityParams, gr as LlmConfig, gt as PciDssPart, h as WebhookId, ha as TabularManual, hi as Category, hn as GenerateWorkspaceInviteCode, ho as ActivityType, hr as ImportWorkspaceFiles, ht as ModalityRedactions, i as RetentionOverride, ia as SourceRef, ii as AudioLocation, in as ReviewAssignedParams, io as UsageReport, ir as WorkspaceRedactionResultPage, it as GdprSensitiveScope, j as WorkspaceThreadPage, ja as TextManual, ji as ImageAuditLog, jn as ExportQuery, jo as WorkspaceActivityFilterQuery, jr as WorkspaceConnectionPage, jt as WorkspacePoliciesQuery, k as WorkspaceThreadEntryPage, ka as TextHint, ki as ImageAuditEvent, kn as DateWindow, ko as WorkspaceActivity, kr as UpdateWorkspaceConnection, kt as UpdateWorkspacePolicy, l as WorkspaceRole, la as TabularAuditKind, li as AudioRefinement, ln as MemberSortField, lo as WorkspaceDetectionTimeSeries, lr as ConnectionType, lt as LabelEntry, m as WebhookEvent, ma as TabularLocation, mi as Calibration, mn as Direction, mo as ActivityPayload, mr as GcsCredentials, mt as LocalizedText, n as RasterPolicy, na as RuleMatch, ni as AudioEntity, nn as NotificationPayload, no as TokenCounts, nr as WorkspacePipelineDetectionsQuery, nt as DateStyle, o as UpdateWorkspace, oa as Suppress, oi as AudioMetadata, on as UpdateWorkspaceNotificationSettings, oo as WorkspaceDetectionAnalytics, or as AzureCredentials, ot as HipaaDeidMethod, p as UpdateWorkspaceWebhook, pa as TabularHint, pi as BoundingBox, pn as CreateWorkspaceInvite, po as WorkspaceUsageAnalytics, pr as FileServiceProvider, pt as LanguageTag, q as WorkspaceProviderPage, qa as AccountApiToken, qi as OperatorId, qn as DetectionId, qr as Login, qt as AccountNotificationPage, r as Retention, ra as Selection, ri as AudioHint, rn as RedactionCreatedParams, ro as Usage, rr as WorkspaceRedactionResult, rt as GdprArticle9Treatment, s as Workspace, sa as TabularAdd, si as AudioModel, sn as WorkspaceNotificationSettings, so as WorkspaceDetectionDayEntry, sr as ConnectionConfig, st as ImageRedaction, t as CreateWorkspace, ta as Report, ti as AudioEdit, tn as NotificationEvent, to as RecognizerId, tr as WorkspaceDetectionsQuery, tt as DateGranularity, u as WorkspaceSettings, ua as TabularAuditLog, ui as AudioRetag, un as UpdateWorkspaceMember, uo as WorkspaceModelUsageEntry, ur as CreateWorkspaceConnection, ut as LabelLocale, v as WorkspaceWebhookCreated, va as TabularPattern, vi as Conflict, vn as InviteSortField, vo as DocumentActivityParams, vr as OAuthTokens, vt as Policy, w as ThreadEventKind, wa as TextAuditLog, wi as Dpi, wn as WorkspaceInvitePage, wo as RedactionActivityParams, wr as SyncMode, wt as Sha2Algorithm, x as CreateWorkspaceComment, xa as TextAdd, xi as Deduplication, xn as ReplyWorkspaceInvite, xo as PipelineActivityParams, xr as StartFileServiceOAuth, xt as PolicyRule, y as WorkspaceWebhookPage, ya as TabularRefinement, yi as Contested, yn as InviteStatus, yo as InviteActivityParams, yr as PickedFile, yt as PolicyDraft, z as ScopeMetadata, za as Layout, zi as ImageModel, zn as ModalityToken, zo as IdentityProvider, zr as AuthCapabilities, zt as UpdateWorkspacePipeline } from "../index-DmLbi0Gi.js";
|
|
2
2
|
export type { Account, AccountApiToken, AccountApiTokenPage, AccountApiTokenWithJwt, AccountDesktopToken, AccountIdentities, AccountIdentity, AccountMarkedReadStatus, AccountNotification, AccountNotificationPage, AccountRef, AccountUnreadStatus, ActivityPayload, ActivityType, ApiTokenType, ArtifactSet, AssignWorkspaceReview, Attribution, AudioAdd, AudioAuditEvent, AudioAuditKind, AudioAuditLog, AudioData, AudioEdit, AudioEntity, AudioHint, AudioLocation, AudioManual, AudioMetadata, AudioModel, AudioPattern, AudioRedaction, AudioRefinement, AudioRetag, Audit, AuditHash, AuthCapabilities, AuthenticatedProvider, AzureCredentials, BoundingBox, Calibration, Category, CitedAttribution, ClampBucket, CodecParams, Color, CommentMentionedParams, ComponentHealth, Confidence, ConfidenceThreshold, Conflict, ConnectionActivityParams, ConnectionConfig, ConnectionId, ConnectionSyncCompletedParams, ConnectionSyncFailedParams, ConnectionType, ConnectorCapabilities, Contested, CountryCode, CreateAccountApiToken, CreateAdhocWorkspaceDetection, CreateWorkspace, CreateWorkspaceComment, CreateWorkspaceConnection, CreateWorkspaceDetection, CreateWorkspaceInvite, CreateWorkspacePipeline, CreateWorkspacePolicy, CreateWorkspaceProvider, CreateWorkspaceWebhook, CursorPagination, CustomMatcher, DateGranularity, DateStyle, DateWindow, DecodedSpan, Deduplication, DeleteWorkspaceDocuments, DesktopTokenRequest, DetectionActivityParams, DetectionCompletedParams, DetectionFailedParams, DetectionId, DetectionMetadata, DetectionStatus, DetectionStatusEvent, Dimensions, Direction, DocumentActivityParams, DocumentContext, DocumentHash, DocumentKind, Dpi, EditSet, EntityCoRef, ErrorResponse, ExportFormat, ExportQuery, ExportWorkspaceFiles, FileProviders, FileServiceConfig, FileServiceProvider, FormatToken, FreeformAttribution, GcsCredentials, GdprArticle9Treatment, GdprSensitiveScope, GenerateWorkspaceInviteCode, Handle, Health, HealthStatus, HipaaAccountNumbers, HipaaDeidMethod, IdentityProvider, ImageAdd, ImageAuditEvent, ImageAuditKind, ImageAuditLog, ImageData, ImageEdit, ImageEntity, ImageHint, ImageLocation, ImageManual, ImageMetadata, ImageModel, ImagePattern, ImageRedaction, ImageRefinement, ImageRetag, ImportWorkspaceFiles, InferenceConfig, InviteActivityParams, InviteExpiration, InvitePreview, InviteSortField, InviteStatus, Label, LabelCatalog, LabelEntry, LabelLocale, LabelRef, LabelScope, Language, LanguageProvenance, LanguageSpan, LanguageTag, Languages, Layout, LayoutBlock, LayoutWord, LeakProfile, ListWorkspaceDocuments, ListWorkspaceInvites, ListWorkspaceMembers, LlmConfig, LocalizedText, Login, ManualIntent, MemberActivityParams, MemberJoinedParams, MemberSortField, MetadataEvent, ModalityRedactions, ModalityToken, ModelEvent, ModelUsage, NotificationEvent, NotificationPayload, OAuthStartResponse, OAuthTokens, OidcStartResponse, OpenWorkspaceThread, OperatorId, PatternEvent, PciDssPart, PciPanRender, PickedFile, PipelineActivityParams, PipelineDefinition, PipelineStatus, PipelineTriggerType, Point, Policy, PolicyActivityParams, PolicyDraft, PolicyKind, PolicyRule, PolicyTemplate, Polygon, Predicate, ProviderActivityParams, ProviderConfig, ProviderId, ProviderType, PublicAccount, RangeOfUint, RasterMode, RasterPolicy, Recognition, RecognizerCatalog, RecognizerId, RedactWorkspaceDetection, Redaction, RedactionActivityParams, RedactionCreatedParams, RedactionId, RegisteredRecognizer, RenameWorkspaceThread, ReplyWorkspaceInvite, Report, Retention, RetentionOverride, RetentionSettings, ReviewActivityParams, ReviewAssignedParams, ReviewStatus, RuleMatch, S3Credentials, ScopeMetadata, Selection, SetPassword, Sha2Algorithm, Signup, SourceRef, SourceSpan, StartFileServiceOAuth, StorageConfig, Suppress, SyncDeletionPolicy, SyncMode, SyncScheduleInput, SyncStatus, SyncTriggerType, TabularAdd, TabularAuditEvent, TabularAuditKind, TabularAuditLog, TabularEdit, TabularEntity, TabularHint, TabularLocation, TabularManual, TabularMetadata, TabularModel, TabularPattern, TabularRedaction, TabularRefinement, TabularRetag, TemplateOrigin, TerminalFallback, TestWorkspaceWebhook, TextAdd, TextAuditEvent, TextAuditKind, TextAuditLog, TextCoord, TextData, TextEdit, TextEntity, TextHint, TextLocation, TextManual, TextMetadata, TextModel, TextPattern, TextRedaction, TextRefinement, TextRetag, ThreadActivityParams, ThreadCommentActivityParams, ThreadEventKind, TimeSpan, Token, TokenCounts, TokenExpiration, Tokens, TranscriptSegment, TranscriptWord, Transcription, UnauthenticatedProvider, UnreadCountEvent, UpdateAccount, UpdateAccountApiToken, UpdateWorkspace, UpdateWorkspaceComment, UpdateWorkspaceConnection, UpdateWorkspaceDocument, UpdateWorkspaceMember, UpdateWorkspaceNotificationSettings, UpdateWorkspacePipeline, UpdateWorkspacePolicy, UpdateWorkspaceProvider, UpdateWorkspaceWebhook, Usage, UsageReport, Waveform, WebhookActivityParams, WebhookEvent, WebhookId, WebhookStatus, Workspace, WorkspaceActivity, WorkspaceActivityExportOptions, WorkspaceActivityFilterQuery, WorkspaceActivityPage, WorkspaceActivityParams, WorkspaceAnalytics, WorkspaceComment, WorkspaceConnection, WorkspaceConnectionPage, WorkspaceConnectionSync, WorkspaceConnectionSyncPage, WorkspaceConnectionVerification, WorkspaceConnectionsQuery, WorkspaceDeletedDocuments, WorkspaceDetection, WorkspaceDetectionAnalytics, WorkspaceDetectionDayEntry, WorkspaceDetectionPage, WorkspaceDetectionStatusEntry, WorkspaceDetectionTimeSeries, WorkspaceDetectionsQuery, WorkspaceDocument, WorkspaceDocumentPage, WorkspaceInvite, WorkspaceInviteCode, WorkspaceInvitePage, WorkspaceInviteSent, WorkspaceMember, WorkspaceMemberPage, WorkspaceModelUsageEntry, WorkspaceNotificationSettings, WorkspacePage, WorkspacePickerToken, WorkspacePickerTokenRequest, WorkspacePipeline, WorkspacePipelineDetectionsQuery, WorkspacePipelineFilter, WorkspacePipelineSummary, WorkspacePipelineSummaryPage, WorkspacePoliciesQuery, WorkspacePolicy, WorkspacePolicySummary, WorkspacePolicySummaryPage, WorkspaceProvider, WorkspaceProviderPage, WorkspaceProvidersQuery, WorkspaceRedactionResult, WorkspaceRedactionResultPage, WorkspaceRole, WorkspaceSettings, WorkspaceStorageAnalytics, WorkspaceStorageKindEntry, WorkspaceSyncSchedule, WorkspaceThread, WorkspaceThreadEntry, WorkspaceThreadEntryPage, WorkspaceThreadEvent, WorkspaceThreadPage, WorkspaceThreadsQuery, WorkspaceUsageAnalytics, WorkspaceWebhook, WorkspaceWebhookCreated, WorkspaceWebhookPage, WorkspaceWebhookResult };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as NvisyError, t as NvisyApiError } from "./errors-
|
|
1
|
+
import { n as NvisyError, t as NvisyApiError } from "./errors-ChRSBkhj.js";
|
|
2
2
|
|
|
3
3
|
//#region src/config.ts
|
|
4
4
|
/**
|
|
@@ -7,7 +7,7 @@ import { n as NvisyError, t as NvisyApiError } from "./errors-D2J3LbE-.js";
|
|
|
7
7
|
* Injected from `package.json` at build time, so it always matches the
|
|
8
8
|
* published version. Used in the default user agent string.
|
|
9
9
|
*/
|
|
10
|
-
const VERSION = "0.
|
|
10
|
+
const VERSION = "0.52.0";
|
|
11
11
|
/**
|
|
12
12
|
* Default configuration values used when options are not explicitly provided.
|
|
13
13
|
*/
|
|
@@ -44,4 +44,4 @@ const errorMiddleware = {
|
|
|
44
44
|
|
|
45
45
|
//#endregion
|
|
46
46
|
export { DEFAULTS as n, VERSION as r, errorMiddleware as t };
|
|
47
|
-
//# sourceMappingURL=error-
|
|
47
|
+
//# sourceMappingURL=error-Bc6Sg_y-.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-
|
|
1
|
+
{"version":3,"file":"error-Bc6Sg_y-.js","names":[],"sources":["../src/config.ts","../src/middleware/error.ts"],"sourcesContent":["/**\n * @fileoverview Configuration types and constants for the Nvisy SDK.\n *\n * This module provides configuration interfaces, default values, and environment\n * variable names used throughout the SDK.\n *\n * @module config\n */\n\n/**\n * Compile-time version token, replaced with the `package.json` version by the\n * build (see `tsdown.config.ts`). Declared so it type-checks; the `typeof`\n * guard below keeps it safe when the define isn't applied (tests, direct `tsc`).\n */\ndeclare const __SDK_VERSION__: string | undefined;\n\n/**\n * Current SDK version.\n *\n * Injected from `package.json` at build time, so it always matches the\n * published version. Used in the default user agent string.\n */\nexport const VERSION =\n\ttypeof __SDK_VERSION__ === \"string\" ? __SDK_VERSION__ : \"0.0.0-dev\";\n\n/**\n * Configuration options for creating a Nvisy client.\n *\n * Authenticate one of two ways: pass an `apiToken` (sent as a bearer token on\n * every request), or use a browser session — sign in with the standalone\n * `login` / `signup`, then set `credentials: \"include\"` so the session cookies\n * are sent. All other fields are optional and use sensible defaults.\n *\n * @example\n * ```typescript\n * // API token\n * const client = new Client({ apiToken: \"your-api-token\" });\n *\n * // Browser session (after `login()` set the cookies)\n * const client = new Client({ credentials: \"include\" });\n * ```\n */\nexport interface ClientConfig {\n\t/**\n\t * API token for authentication, sent as `Authorization: Bearer <token>`.\n\t *\n\t * Tokens can be obtained from the Nvisy dashboard or the api-tokens endpoint.\n\t * Omit it to authenticate with a browser session instead (see `credentials`).\n\t */\n\tapiToken?: string;\n\n\t/**\n\t * Credentials mode for every request, forwarded to `fetch`.\n\t *\n\t * Set to `\"include\"` to send the session cookies established by the\n\t * standalone `login` / `signup` (needed for cross-origin browser sessions).\n\t * Defaults to the platform's `fetch` default when omitted.\n\t */\n\tcredentials?: RequestCredentials;\n\n\t/**\n\t * Base URL for the Nvisy API.\n\t *\n\t * @default \"https://api.nvisy.com\"\n\t */\n\tbaseUrl?: string;\n\n\t/**\n\t * Custom headers to include with every request.\n\t *\n\t * These headers are merged with the default headers (Content-Type, User-Agent,\n\t * and Authorization). Custom headers take precedence over defaults if there\n\t * are conflicts.\n\t */\n\theaders?: Record<string, string>;\n\n\t/**\n\t * Custom user agent string to identify your application.\n\t *\n\t * @default \"@nvisy/sdk v.{version}\"\n\t */\n\tuserAgent?: string;\n\n\t/**\n\t * Enable logging for requests and responses.\n\t *\n\t * When enabled, logs request method, URL, status, and timing to console.\n\t *\n\t * @default false\n\t */\n\twithLogging?: boolean;\n\n\t/**\n\t * Custom fetch implementation used for every request. Must match the WHATWG\n\t * `fetch` signature. Defaults to the global `fetch`.\n\t *\n\t * Lets a host swap in a non-browser transport — e.g. a desktop (Tauri) app\n\t * passing `@tauri-apps/plugin-http`'s `fetch`, which performs the request in\n\t * the native process and so is not subject to browser CORS.\n\t */\n\tfetch?: typeof globalThis.fetch;\n}\n\n/**\n * Default configuration values used when options are not explicitly provided.\n */\nexport const DEFAULTS = {\n\t/**\n\t * Default base URL for the Nvisy API.\n\t */\n\tBASE_URL: \"https://api.nvisy.com\",\n\n\t/**\n\t * Default user agent string.\n\t */\n\tUSER_AGENT: `@nvisy/sdk v.${VERSION}`,\n} as const;\n","import type { Middleware } from \"openapi-fetch\";\nimport type { ErrorResponse } from \"@/datatypes/index.js\";\nimport { NvisyApiError, NvisyError } from \"@/errors.js\";\n\n/**\n * Middleware that automatically throws NvisyApiError for error responses.\n * This replaces the need for manual checks in services.\n */\nexport const errorMiddleware: Middleware = {\n\tasync onResponse({ response }) {\n\t\tif (!response.ok) {\n\t\t\tconst error = (await response.clone().json()) as ErrorResponse;\n\t\t\tthrow new NvisyApiError(error, response.status);\n\t\t}\n\t\treturn response;\n\t},\n\n\tonError({ error }) {\n\t\t// Wrap fetch errors (network failures, CORS, etc.) in NvisyError\n\t\tif (error instanceof Error) {\n\t\t\tthrow new NvisyError(error.message);\n\t\t}\n\t\tthrow new NvisyError(\"An unknown network error occurred\");\n\t},\n};\n"],"mappings":";;;;;;;;;AAsBA,MAAa;;;;AAoFb,MAAa,WAAW;;;;CAIvB,UAAU;;;;CAKV,YAAY,gBAAgB;AAC7B;;;;;;;;AC5GA,MAAa,kBAA8B;CAC1C,MAAM,WAAW,EAAE,YAAY;EAC9B,IAAI,CAAC,SAAS,IAAI;GACjB,MAAM,QAAS,MAAM,SAAS,MAAM,CAAC,CAAC,KAAK;GAC3C,MAAM,IAAI,cAAc,OAAO,SAAS,MAAM;EAC/C;EACA,OAAO;CACR;CAEA,QAAQ,EAAE,SAAS;EAElB,IAAI,iBAAiB,OACpB,MAAM,IAAI,WAAW,MAAM,OAAO;EAEnC,MAAM,IAAI,WAAW,mCAAmC;CACzD;AACD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Mn as ErrorResponse } from "./index-
|
|
1
|
+
import { Mn as ErrorResponse } from "./index-DmLbi0Gi.js";
|
|
2
2
|
//#region src/errors.d.ts
|
|
3
3
|
/**
|
|
4
4
|
* Base error class for all Nvisy SDK errors.
|
|
@@ -60,11 +60,6 @@ declare class NvisyApiError extends NvisyError implements ErrorResponse {
|
|
|
60
60
|
* Human-readable error message safe for display to end users.
|
|
61
61
|
*/
|
|
62
62
|
readonly message: string;
|
|
63
|
-
/**
|
|
64
|
-
* The resource type that the error relates to (e.g., "account", "project").
|
|
65
|
-
* May be undefined if the error is not resource-specific.
|
|
66
|
-
*/
|
|
67
|
-
readonly resource?: string;
|
|
68
63
|
/**
|
|
69
64
|
* HTTP status code of the response (e.g., 400, 404, 500).
|
|
70
65
|
*/
|
|
@@ -114,4 +109,4 @@ declare class NvisyApiError extends NvisyError implements ErrorResponse {
|
|
|
114
109
|
}
|
|
115
110
|
//#endregion
|
|
116
111
|
export { NvisyError as n, NvisyApiError as t };
|
|
117
|
-
//# sourceMappingURL=errors-
|
|
112
|
+
//# sourceMappingURL=errors-CcTfWeEE.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors-CcTfWeEE.d.ts","names":[],"sources":["../src/errors.ts"],"mappings":";;;;;;;;;;;;;;;;;;;cAgCa,mBAAmB;;;;WAIf;;;;;;EAOJ,YAAA;;;;;;;;;;;;;;;;;;;;;;;;cA4BA,sBAAsB,sBAAsB;;;;WAIxC;;;;WAKA;;;;WAKA;;;;;;;EAQJ,YAAA,UAAU,eAAe;;;;;;;;;EAerC;;;;;;;;;EAYA;;;;;;;;;EAYA;;;;;;;;EAeA,UAAU"}
|
|
@@ -63,11 +63,6 @@ var NvisyApiError = class extends NvisyError {
|
|
|
63
63
|
*/
|
|
64
64
|
message;
|
|
65
65
|
/**
|
|
66
|
-
* The resource type that the error relates to (e.g., "account", "project").
|
|
67
|
-
* May be undefined if the error is not resource-specific.
|
|
68
|
-
*/
|
|
69
|
-
resource;
|
|
70
|
-
/**
|
|
71
66
|
* HTTP status code of the response (e.g., 400, 404, 500).
|
|
72
67
|
*/
|
|
73
68
|
statusCode;
|
|
@@ -81,7 +76,6 @@ var NvisyApiError = class extends NvisyError {
|
|
|
81
76
|
super(response.message);
|
|
82
77
|
this.name = response.name;
|
|
83
78
|
this.message = response.message;
|
|
84
|
-
this.resource = response.resource;
|
|
85
79
|
this.statusCode = statusCode;
|
|
86
80
|
}
|
|
87
81
|
/**
|
|
@@ -127,12 +121,11 @@ var NvisyApiError = class extends NvisyError {
|
|
|
127
121
|
toJSON() {
|
|
128
122
|
return {
|
|
129
123
|
name: this.name,
|
|
130
|
-
message: this.message
|
|
131
|
-
resource: this.resource
|
|
124
|
+
message: this.message
|
|
132
125
|
};
|
|
133
126
|
}
|
|
134
127
|
};
|
|
135
128
|
|
|
136
129
|
//#endregion
|
|
137
130
|
export { NvisyError as n, NvisyApiError as t };
|
|
138
|
-
//# sourceMappingURL=errors-
|
|
131
|
+
//# sourceMappingURL=errors-ChRSBkhj.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors-ChRSBkhj.js","names":[],"sources":["../src/errors.ts"],"sourcesContent":["/**\n * @fileoverview Error types for the Nvisy SDK.\n *\n * This module defines the error hierarchy used throughout the SDK:\n * - {@link NvisyError} - Base error class for all SDK errors\n * - {@link NvisyApiError} - Errors returned by the Nvisy API (4xx/5xx responses)\n *\n * @module errors\n */\n\nimport type { ErrorResponse } from \"@/datatypes/index.js\";\n\n// Re-export ErrorResponse type for convenience\nexport type { ErrorResponse } from \"@/datatypes/index.js\";\n\n/**\n * Base error class for all Nvisy SDK errors.\n *\n * This class provides common functionality for all SDK errors.\n * It ensures proper error naming and stack traces.\n *\n * @example\n * ```typescript\n * try {\n * const client = new Client({ apiToken: \"\" });\n * } catch (error) {\n * if (error instanceof NvisyError) {\n * console.log(\"SDK error:\", error.message);\n * }\n * }\n * ```\n */\nexport class NvisyError extends Error {\n\t/**\n\t * The error class name.\n\t */\n\tpublic readonly name: string;\n\n\t/**\n\t * Creates a new NvisyError.\n\t *\n\t * @param message - The error message\n\t */\n\tconstructor(message: string) {\n\t\tsuper(message);\n\t\tthis.name = this.constructor.name;\n\t}\n}\n\n/**\n * Error thrown when the Nvisy API returns an error response.\n *\n * This error class wraps the API's {@link ErrorResponse} format and adds\n * the HTTP status code. It provides helper methods to categorize errors\n * and determine if they are retryable.\n *\n * @example\n * ```typescript\n * try {\n * await client.account.getAccount();\n * } catch (error) {\n * if (error instanceof NvisyApiError) {\n * console.log(`API Error: ${error.message}`);\n * console.log(`Status: ${error.statusCode}`);\n * if (error.isRetryable()) {\n * // Implement retry logic\n * }\n * }\n * }\n * ```\n */\nexport class NvisyApiError extends NvisyError implements ErrorResponse {\n\t/**\n\t * The error type identifier (e.g., \"ValidationError\", \"NotFoundError\").\n\t */\n\tpublic readonly name: string;\n\n\t/**\n\t * Human-readable error message safe for display to end users.\n\t */\n\tpublic readonly message: string;\n\n\t/**\n\t * HTTP status code of the response (e.g., 400, 404, 500).\n\t */\n\tpublic readonly statusCode: number;\n\n\t/**\n\t * Creates a new NvisyApiError from an API error response.\n\t *\n\t * @param response - The error response from the API\n\t * @param statusCode - The HTTP status code of the response\n\t */\n\tconstructor(response: ErrorResponse, statusCode: number) {\n\t\tsuper(response.message);\n\t\tthis.name = response.name;\n\t\tthis.message = response.message;\n\t\tthis.statusCode = statusCode;\n\t}\n\n\t/**\n\t * Checks if this is a client error (4xx status code).\n\t *\n\t * Client errors indicate problems with the request itself, such as\n\t * invalid input, missing authentication, or accessing non-existent resources.\n\t *\n\t * @returns True if the status code is in the 4xx range\n\t */\n\tisClientError(): boolean {\n\t\treturn this.statusCode >= 400 && this.statusCode < 500;\n\t}\n\n\t/**\n\t * Checks if this is a server error (5xx status code).\n\t *\n\t * Server errors indicate problems on the API side. These are typically\n\t * transient and may succeed if retried.\n\t *\n\t * @returns True if the status code is in the 5xx range\n\t */\n\tisServerError(): boolean {\n\t\treturn this.statusCode >= 500;\n\t}\n\n\t/**\n\t * Determines if this error is safe to retry.\n\t *\n\t * An error is considered retryable if it's a server error (5xx),\n\t * a request timeout (408), or rate limiting (429).\n\t *\n\t * @returns True if the request may succeed on retry\n\t */\n\tisRetryable(): boolean {\n\t\treturn (\n\t\t\tthis.statusCode >= 500 || // Server errors\n\t\t\tthis.statusCode === 408 || // Request timeout\n\t\t\tthis.statusCode === 429 // Rate limited\n\t\t);\n\t}\n\n\t/**\n\t * Converts the error to a plain {@link ErrorResponse} object.\n\t *\n\t * Useful for serialization or logging.\n\t *\n\t * @returns A plain object representation of the error\n\t */\n\ttoJSON(): ErrorResponse {\n\t\treturn {\n\t\t\tname: this.name,\n\t\t\tmessage: this.message,\n\t\t};\n\t}\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAgCA,IAAa,aAAb,cAAgC,MAAM;;;;CAIrC,AAAgB;;;;;;CAOhB,YAAY,SAAiB;EAC5B,MAAM,OAAO;EACb,KAAK,OAAO,KAAK,YAAY;CAC9B;AACD;;;;;;;;;;;;;;;;;;;;;;;AAwBA,IAAa,gBAAb,cAAmC,WAAoC;;;;CAItE,AAAgB;;;;CAKhB,AAAgB;;;;CAKhB,AAAgB;;;;;;;CAQhB,YAAY,UAAyB,YAAoB;EACxD,MAAM,SAAS,OAAO;EACtB,KAAK,OAAO,SAAS;EACrB,KAAK,UAAU,SAAS;EACxB,KAAK,aAAa;CACnB;;;;;;;;;CAUA,gBAAyB;EACxB,OAAO,KAAK,cAAc,OAAO,KAAK,aAAa;CACpD;;;;;;;;;CAUA,gBAAyB;EACxB,OAAO,KAAK,cAAc;CAC3B;;;;;;;;;CAUA,cAAuB;EACtB,OACC,KAAK,cAAc,OACnB,KAAK,eAAe,OACpB,KAAK,eAAe;CAEtB;;;;;;;;CASA,SAAwB;EACvB,OAAO;GACN,MAAM,KAAK;GACX,SAAS,KAAK;EACf;CACD;AACD"}
|