@nvisy/sdk 0.15.0 → 0.17.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 CHANGED
@@ -8,6 +8,63 @@ and this project adheres to
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [0.17.0] - 2026-08-10
12
+
13
+ ### Added
14
+
15
+ - Typed workspace settings datatypes: `WorkspaceSettings` (default retention
16
+ plus OCR rasterization policy) and `OcrPolicy`
17
+ - Retention model datatypes: `RetentionSettings` (per-scope workspace
18
+ retention) and `RetentionOverride` (a pipeline's per-scope override)
19
+ - Detection-result datatypes for the OCR mode a run actually used, reachable
20
+ via `Audit`: `OcrMode` and `Dpi`
21
+
22
+ ### Changed
23
+
24
+ - Regenerated the API schema against the updated platform handlers
25
+ - Renamed the `FileSource` datatype to `FileKind`, matching `File.fileKind`
26
+
27
+ ### Removed
28
+
29
+ - **Breaking:** `FileSource` datatype (renamed to `FileKind`)
30
+ - **Breaking:** `Artifact` and `ArtifactType` datatypes. They are no longer
31
+ part of the schema; `runs.redact()` already returns `PipelineRun`
32
+ - **Breaking:** `RetentionPolicy` and `RetentionScope` datatypes, superseded
33
+ by `RetentionSettings` / `RetentionOverride`
34
+
35
+ ## [0.16.0] - 2026-08-10
36
+
37
+ ### Added
38
+
39
+ - `catalog` service for reading the deployment's built-in catalogs:
40
+ `catalog.listLabels()` (`GET /catalog/labels/`) returns the label taxonomy,
41
+ and `catalog.listRecognizers()` (`GET /catalog/recognizers/`) returns the
42
+ engine's registered recognizers grouped into NER and LLM
43
+ - Catalog datatypes: `LabelCatalog`, `RecognizerCatalog`,
44
+ `RegisteredRecognizer`
45
+ - Detection-result datatypes (`src/datatypes/audit.ts`), the model
46
+ `runs.getDetections()` returns via `Audit`: the entity container
47
+ (`EntityGroup`, `AuditContext`, `EntityCoRef`), redaction rationale
48
+ (`Review`, `Attribution`, `LeakProfile`, `RuleMatch`), recognition detail
49
+ (`ModelEvent`, `PatternEvent`, `OperatorId`, `RangeOfUint`), geometry and
50
+ spans (`BoundingBox`, `Point`, `Polygon`, `Dimensions`, `TimeSpan`), and the
51
+ per-modality entity/event/hint/location/provenance/data types for text,
52
+ image, audio, and tabular content
53
+ - `ArtifactType` datatype, reachable from `Artifact`
54
+
55
+ ### Changed
56
+
57
+ - Regenerated the API schema against the updated platform handlers
58
+ - The coverage audit now also flags schema types reachable from response
59
+ bodies the SDK returns (`Audit`, `Artifact`), not only request bodies
60
+
61
+ ### Removed
62
+
63
+ - **Breaking:** `PredicatedRule`, `TableRule`, and `DocumentPredicate`
64
+ datatypes. The predicate grammar is now unified into the single `Predicate`
65
+ union, and the two rule shapes are inlined variants of `PolicyRule`
66
+ (`kind: "predicated"` / `kind: "table"`)
67
+
11
68
  ## [0.15.0] - 2026-08-09
12
69
 
13
70
  ### Added
@@ -357,7 +414,9 @@ and this project adheres to
357
414
  - Network error handling for timeouts, DNS resolution, and connection issues
358
415
  - Configuration validation with detailed error messages
359
416
 
360
- [Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.15.0...HEAD
417
+ [Unreleased]: https://github.com/nvisycom/sdk-ts/compare/v0.17.0...HEAD
418
+ [0.17.0]: https://github.com/nvisycom/sdk-ts/compare/v0.16.0...v0.17.0
419
+ [0.16.0]: https://github.com/nvisycom/sdk-ts/compare/v0.15.0...v0.16.0
361
420
  [0.15.0]: https://github.com/nvisycom/sdk-ts/compare/v0.14.0...v0.15.0
362
421
  [0.14.0]: https://github.com/nvisycom/sdk-ts/compare/v0.13.0...v0.14.0
363
422
  [0.13.0]: https://github.com/nvisycom/sdk-ts/compare/v0.12.0...v0.13.0
@@ -1,5 +1,5 @@
1
1
  import { t as ClientConfig } from "../config-BRQp8Cat.js";
2
- import { Bn as AuthToken, Hn as Signup, Vn as Login } from "../index-BCjrTe_H.js";
2
+ import { Hn as Login, Un as Signup, Vn as AuthToken } from "../index-xsIOUQmc.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 { $n as Account$1, $t as InviteSent, Bn as AuthToken, Bt as UpdateNotificationSettings, Cn as ConnectionSyncPage, Ct as UpdatePolicy, En as CreateConnection, Et as Pipeline, Gt as UpdateMember, Hn as Signup, Ht as Member, Kn as ApiTokenWithJWT, Kt as CreateInvite, Ln as SyncStatus, Lt as NotificationPage, Mn as SyncConnection, Nt as UpdatePipeline, Pt as CursorPagination, Qt as InvitePreview, Rt as NotificationSettings, Sn as ConnectionSync, Tt as CreatePipeline, Un as ApiToken, Ut as MemberPage, Vn as Login, Vt as ListMembers, W as CreatePolicy, Wn as ApiTokenPage, Yn as UpdateApiToken, Yt as InviteCode, Zn as ActivityPage, Zt as InvitePage, _ as CreatePipelineRun, b as PipelineRunStatus, c as UpdateWebhook, cn as File, dt as PolicySummaryPage, f as WebhookPage, fn as ListFiles, g as Audit, i as WorkspacePage, jt as PipelineSummaryPage, kt as PipelineStatus, l as Webhook, ln as FilePage, mn as UpdateFile, n as UpdateWorkspace, nn as ListInvites, nr as UpdateAccount, o as CreateWebhook, on as Health, p as WebhookResult, qn as CreateApiToken, qt as GenerateInviteCode, r as Workspace, rn as ReplyInvite, rr as paths, s as TestWebhook, st as Policy, t as CreateWorkspace, tr as PublicAccount, u as WebhookCreated, v as PipelineRun, wn as ConnectionVerification, xn as ConnectionPage, y as PipelineRunPage, yn as Connection, zn as UpdateConnection, zt as UnreadStatus } from "./index-BCjrTe_H.js";
2
+ import { $r as paths, An as SyncConnection, Br as ApiTokenPage, Bt as Member, C as PipelineRunPage, Ct as CreatePipeline, Dt as PipelineStatus, Fn as SyncStatus, Ft as NotificationPage, Gr as UpdateApiToken, Gt as GenerateInviteCode, Hn as Login, Hr as ApiTokenWithJWT, It as NotificationSettings, J as CreatePolicy, Ln as UpdateConnection, Lt as UnreadStatus, Mt as CursorPagination, Qr as UpdateAccount, Rn as LabelCatalog, Rt as UpdateNotificationSettings, S as PipelineRun, Sn as ConnectionVerification, Un as Signup, Ur as CreateApiToken, Ut as UpdateMember, Vn as AuthToken, Vt as MemberPage, Wt as CreateInvite, Xt as InvitePreview, Yr as Account$1, Yt as InvitePage, Zr as PublicAccount, Zt as InviteSent, _ as WebhookPage, _n as Connection, b as Audit, bn as ConnectionSync, c as WorkspacePage, cn as FilePage, d as CreateWebhook, en as ListInvites, f as TestWebhook, fn as UpdateFile, h as WebhookCreated, in as Health, jt as UpdatePipeline, kt as PipelineSummaryPage, m as Webhook, mt as PolicySummaryPage, o as UpdateWorkspace, on as File, p as UpdateWebhook, qr as ActivityPage, qt as InviteCode, s as Workspace, t as CreateWorkspace, tn as ReplyInvite, un as ListFiles, ut as Policy, v as WebhookResult, w as PipelineRunStatus, wn as CreateConnection, wt as Pipeline, x as CreatePipelineRun, xn as ConnectionSyncPage, xt as UpdatePolicy, yn as ConnectionPage, zn as RecognizerCatalog, zr as ApiToken, zt as ListMembers } from "./index-xsIOUQmc.js";
3
3
  import { Client } from "openapi-fetch";
4
4
  //#region src/services/account.d.ts
5
5
  /**
@@ -142,6 +142,26 @@ declare class Auth {
142
142
  logoutAccount(): Promise<void>;
143
143
  }
144
144
  //#endregion
145
+ //#region src/services/catalog.d.ts
146
+ /**
147
+ * Service for reading the deployment's built-in catalogs: the label taxonomy
148
+ * and the registered recognizers that policies and pipelines can target.
149
+ */
150
+ declare class Catalog {
151
+ #private;
152
+ constructor(api: ApiClient);
153
+ /**
154
+ * List the deployment's built-in label taxonomy.
155
+ * @returns Promise that resolves with the label catalog.
156
+ */
157
+ listLabels(): Promise<LabelCatalog>;
158
+ /**
159
+ * List the engine's registered recognizers, grouped into NER and LLM.
160
+ * @returns Promise that resolves with the recognizer catalog.
161
+ */
162
+ listRecognizers(): Promise<RecognizerCatalog>;
163
+ }
164
+ //#endregion
145
165
  //#region src/services/connections.d.ts
146
166
  /**
147
167
  * Service for handling connection operations
@@ -872,6 +892,10 @@ declare class Nvisy {
872
892
  * Service for managing policies.
873
893
  */
874
894
  get policies(): Policies;
895
+ /**
896
+ * Service for reading the deployment's label and recognizer catalogs.
897
+ */
898
+ get catalog(): Catalog;
875
899
  /**
876
900
  * Service for managing workspace invitations.
877
901
  */
@@ -902,5 +926,5 @@ declare class Nvisy {
902
926
  get workspaces(): Workspaces;
903
927
  }
904
928
  //#endregion
905
- 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 };
906
- //# sourceMappingURL=client-C5Jt7cZW.d.ts.map
929
+ export { ApiTokens as _, Syncs as a, Policies as c, Members as d, Invites as f, Auth as g, Catalog 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, Activities as v, Account as y };
930
+ //# sourceMappingURL=client-DTDeY65u.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-DTDeY65u.d.ts","names":[],"sources":["../src/services/account.ts","../src/services/activities.ts","../src/services/api-tokens.ts","../src/services/auth.ts","../src/services/catalog.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 LabelGroup, $n as Account, $t as InviteSent, A as LanguageSpan, An as S3Credentials, At as PipelineSummary, B as AudioRedaction, Bn as AuthToken, Bt as UpdateNotificationSettings, C as CustomDictionary, Cn as ConnectionSyncPage, Ct as UpdatePolicy, D as CustomPatternVariant, Dn as GcsCredentials, Dt as PipelineDefinition, E as CustomPatternRule, En as CreateConnection, Et as Pipeline, F as ProviderSelection, Fn as SyncSchedule, Ft as Notification, G as DateGranularity, Gn as ApiTokenType, Gt as UpdateMember, H as Color, Hn as Signup, Ht as Member, I as RecognizerParams, In as SyncScheduleInput, It as NotificationEvent, J as GdprArticle9Treatment, Jn as TokenExpiration, Jt as Invite, K as DateStyle, Kn as ApiTokenWithJWT, Kt as CreateInvite, L as ScopeMetadata, Ln as SyncStatus, Lt as NotificationPage, M as MergingStrategyParams, Mn as SyncConnection, Mt as PipelineTriggerType, N as PatternRecognizerParams, Nn as SyncDeletionPolicy, Nt as UpdatePipeline, O as Language, On as LlmConfig, Ot as PipelineFilter, P as PipelineDeduplication, Pn as SyncMode, Pt as CursorPagination, Q as LabelEntry, Qn as ActivityType, Qt as InvitePreview, R as ScopeParams, Rn as SyncTriggerType, Rt as NotificationSettings, S as CountryCode, Sn as ConnectionSync, St as TextRedaction, T as CustomPatternContext, Tn as ConnectionsQuery, Tt as CreatePipeline, U as ConfidenceThreshold, Un as ApiToken, Ut as MemberPage, V as ClampBucket, Vn as Login, Vt as ListMembers, W as CreatePolicy, Wn as ApiTokenPage, Wt as MemberSortField, X as ImageRedaction, Xn as Activity, Xt as InviteExpiration, Y as HipaaDeidMethod, Yn as UpdateApiToken, Yt as InviteCode, Z as Label, Zn as ActivityPage, Zt as InvitePage, _ as CreatePipelineRun, _n as AnthropicCredentials, _t as RetentionScope, a as WorkspaceRole, an as ComponentHealth, at as PciDssPart, b as PipelineRunStatus, bn as ConnectionConfig, bt as TabularRedaction, c as UpdateWebhook, cn as File, ct as PolicyDefinition, d as WebhookEvent, dn as FormatToken, dt as PolicySummaryPage, en as InviteSortField, er as AccountRef, et as LabelLocale, f as WebhookPage, fn as ListFiles, ft as PolicyTemplate, g as Audit, gn as ValidationErrorDetail, gt as RetentionPolicy, h as Artifact, hn as ErrorResponse, ht as Retention, i as WorkspacePage, in as SortOrder, it as ModalityRedactions, j as Languages, jn as StorageConfig, jt as PipelineSummaryPage, k as LanguageProvenance, kn as OpenAiCredentials, kt as PipelineStatus, l as Webhook, ln as FilePage, lt as PolicyRule, m as WebhookStatus, mn as UpdateFile, mt as PredicatedRule, n as UpdateWorkspace, nn as ListInvites, nr as UpdateAccount, nt as LanguageTag, o as CreateWebhook, on as Health, ot as PciPanRender, p as WebhookResult, pn as ModalityToken, pt as Predicate, q as DocumentPredicate, qn as CreateApiToken, qt as GenerateInviteCode, r as Workspace, rn as ReplyInvite, rt as LocalizedText, s as TestWebhook, sn as HealthStatus, st as Policy, t as CreateWorkspace, tn as InviteStatus, tr as PublicAccount, tt as Labels, u as WebhookCreated, un as FileSource, ut as PolicySummary, v as PipelineRun, vn as AzureCredentials, vt as Sha2Algorithm, w as CustomDictionaryTerm, wn as ConnectionVerification, wt as Waveform, x as Confidence, xn as ConnectionPage, xt as TerminalFallback, y as PipelineRunPage, yn as Connection, yt as TableRule, z as TiebreakerParams, zn as UpdateConnection, zt as UnreadStatus } from "../index-BCjrTe_H.js";
2
- export type { Account, AccountRef, Activity, ActivityPage, ActivityType, AnthropicCredentials, ApiToken, ApiTokenPage, ApiTokenType, ApiTokenWithJWT, Artifact, AudioRedaction, Audit, AuthToken, AzureCredentials, ClampBucket, Color, ComponentHealth, Confidence, ConfidenceThreshold, Connection, ConnectionConfig, ConnectionPage, ConnectionSync, ConnectionSyncPage, ConnectionVerification, ConnectionsQuery, CountryCode, CreateApiToken, CreateConnection, CreateInvite, CreatePipeline, CreatePipelineRun, CreatePolicy, CreateWebhook, CreateWorkspace, CursorPagination, CustomDictionary, CustomDictionaryTerm, CustomPatternContext, CustomPatternRule, CustomPatternVariant, DateGranularity, DateStyle, DocumentPredicate, ErrorResponse, File, FilePage, FileSource, FormatToken, GcsCredentials, GdprArticle9Treatment, GenerateInviteCode, Health, HealthStatus, HipaaDeidMethod, ImageRedaction, Invite, InviteCode, InviteExpiration, InvitePage, InvitePreview, InviteSent, InviteSortField, InviteStatus, Label, LabelEntry, LabelGroup, LabelLocale, Labels, Language, LanguageProvenance, LanguageSpan, LanguageTag, Languages, ListFiles, ListInvites, ListMembers, LlmConfig, LocalizedText, Login, Member, MemberPage, MemberSortField, MergingStrategyParams, ModalityRedactions, ModalityToken, Notification, NotificationEvent, NotificationPage, NotificationSettings, OpenAiCredentials, PatternRecognizerParams, PciDssPart, PciPanRender, Pipeline, PipelineDeduplication, PipelineDefinition, PipelineFilter, PipelineRun, PipelineRunPage, PipelineRunStatus, PipelineStatus, PipelineSummary, PipelineSummaryPage, PipelineTriggerType, Policy, PolicyDefinition, PolicyRule, PolicySummary, PolicySummaryPage, PolicyTemplate, Predicate, PredicatedRule, ProviderSelection, PublicAccount, RecognizerParams, ReplyInvite, Retention, RetentionPolicy, RetentionScope, S3Credentials, ScopeMetadata, ScopeParams, Sha2Algorithm, Signup, SortOrder, StorageConfig, SyncConnection, SyncDeletionPolicy, SyncMode, SyncSchedule, SyncScheduleInput, SyncStatus, SyncTriggerType, TableRule, TabularRedaction, TerminalFallback, TestWebhook, TextRedaction, TiebreakerParams, TokenExpiration, UnreadStatus, UpdateAccount, UpdateApiToken, UpdateConnection, UpdateFile, UpdateMember, UpdateNotificationSettings, UpdatePipeline, UpdatePolicy, UpdateWebhook, UpdateWorkspace, ValidationErrorDetail, Waveform, Webhook, WebhookCreated, WebhookEvent, WebhookPage, WebhookResult, WebhookStatus, Workspace, WorkspacePage, WorkspaceRole };
1
+ import { $ as ImageRedaction, $n as AuditContext, $t as InviteStatus, A as CustomPatternRule, An as SyncConnection, Ar as TextData, At as PipelineTriggerType, B as RecognizerParams, Bn as RegisteredRecognizer, Br as ApiTokenPage, Bt as Member, C as PipelineRunPage, Cn as ConnectionsQuery, Cr as TabularEntity, Ct as CreatePipeline, D as CustomDictionary, Dn as OpenAiCredentials, Dr as TabularHint, Dt as PipelineStatus, E as CountryCode, En as LlmConfig, Er as TabularEventKind, Et as PipelineFilter, F as Languages, Fn as SyncStatus, Fr as TextHint, Ft as NotificationPage, G as ClampBucket, Gn as AudioData, Gr as UpdateApiToken, Gt as GenerateInviteCode, H as ScopeParams, Hn as Login, Hr as ApiTokenWithJWT, Ht as MemberSortField, I as MergingStrategyParams, In as SyncTriggerType, Ir as TextLocation, It as NotificationSettings, J as CreatePolicy, Jn as AudioEvent, Jr as ActivityType, Jt as InviteExpiration, K as Color, Kn as AudioEntity, Kr as Activity, Kt as Invite, L as PatternRecognizerParams, Ln as UpdateConnection, Lr as TextProvenance, Lt as UnreadStatus, M as Language, Mn as SyncMode, Mr as TextEntityRecord, Mt as CursorPagination, N as LanguageProvenance, Nn as SyncSchedule, Nr as TextEvent, Nt as Notification, O as CustomDictionaryTerm, On as S3Credentials, Or as TabularLocation, Ot as PipelineSummary, P as LanguageSpan, Pn as SyncScheduleInput, Pr as TextEventKind, Pt as NotificationEvent, Q as HipaaDeidMethod, Qn as AudioProvenance, Qr as UpdateAccount, Qt as InviteSortField, R as PipelineDeduplication, Rn as LabelCatalog, Rr as TimeSpan, Rt as UpdateNotificationSettings, S as PipelineRun, Sn as ConnectionVerification, Sr as RuleMatch, St as Waveform, T as Confidence, Tn as GcsCredentials, Tr as TabularEvent, Tt as PipelineDefinition, U as TiebreakerParams, Un as Signup, Ur as CreateApiToken, Ut as UpdateMember, V as ScopeMetadata, Vn as AuthToken, Vr as ApiTokenType, Vt as MemberPage, W as AudioRedaction, Wn as Attribution, Wr as TokenExpiration, Wt as CreateInvite, X as DateStyle, Xn as AudioHint, Xr as AccountRef, Xt as InvitePreview, Y as DateGranularity, Yn as AudioEventKind, Yr as Account, Yt as InvitePage, Z as GdprArticle9Treatment, Zn as AudioLocation, Zr as PublicAccount, Zt as InviteSent, _ as WebhookPage, _n as Connection, _r as PatternEvent, _t as Sha2Algorithm, a as RetentionSettings, an as HealthStatus, ar as ImageData, at as LanguageTag, b as Audit, bn as ConnectionSync, br as RangeOfUint, bt as TextRedaction, c as WorkspacePage, cn as FilePage, cr as ImageEvent, ct as PciDssPart, d as CreateWebhook, dn as ModalityToken, dr as ImageLocation, dt as PolicyDefinition, en as ListInvites, er as BoundingBox, et as Label, f as TestWebhook, fn as UpdateFile, fr as ImageProvenance, ft as PolicyRule, g as WebhookEvent, gn as AzureCredentials, gr as OperatorId, gt as Predicate, h as WebhookCreated, hn as AnthropicCredentials, hr as OcrMode, ht as PolicyTemplate, i as RetentionOverride, in as Health, ir as EntityGroup, it as Labels, j as CustomPatternVariant, jn as SyncDeletionPolicy, jr as TextEntity, jt as UpdatePipeline, k as CustomPatternContext, kn as StorageConfig, kr as TabularProvenance, kt as PipelineSummaryPage, l as WorkspaceRole, ln as FormatToken, lr as ImageEventKind, lt as PciPanRender, m as Webhook, mn as ValidationErrorDetail, mr as ModelEvent, mt as PolicySummaryPage, n as OcrPolicy, nn as SortOrder, nr as Dpi, nt as LabelGroup, o as UpdateWorkspace, on as File, or as ImageEntity, ot as LocalizedText, p as UpdateWebhook, pn as ErrorResponse, pr as LeakProfile, pt as PolicySummary, q as ConfidenceThreshold, qn as AudioEntityRecord, qr as ActivityPage, qt as InviteCode, r as Retention, rn as ComponentHealth, rr as EntityCoRef, rt as LabelLocale, s as Workspace, sn as FileKind, sr as ImageEntityRecord, st as ModalityRedactions, t as CreateWorkspace, tn as ReplyInvite, tr as Dimensions, tt as LabelEntry, u as WorkspaceSettings, un as ListFiles, ur as ImageHint, ut as Policy, v as WebhookResult, vn as ConnectionConfig, vr as Point, vt as TabularRedaction, w as PipelineRunStatus, wn as CreateConnection, wr as TabularEntityRecord, wt as Pipeline, x as CreatePipelineRun, xn as ConnectionSyncPage, xr as Review, xt as UpdatePolicy, y as WebhookStatus, yn as ConnectionPage, yr as Polygon, yt as TerminalFallback, z as ProviderSelection, zn as RecognizerCatalog, zr as ApiToken, zt as ListMembers } from "../index-xsIOUQmc.js";
2
+ export type { Account, AccountRef, Activity, ActivityPage, ActivityType, AnthropicCredentials, ApiToken, ApiTokenPage, ApiTokenType, ApiTokenWithJWT, Attribution, AudioData, AudioEntity, AudioEntityRecord, AudioEvent, AudioEventKind, AudioHint, AudioLocation, AudioProvenance, AudioRedaction, Audit, AuditContext, AuthToken, AzureCredentials, BoundingBox, ClampBucket, Color, ComponentHealth, Confidence, ConfidenceThreshold, Connection, ConnectionConfig, ConnectionPage, ConnectionSync, ConnectionSyncPage, ConnectionVerification, ConnectionsQuery, CountryCode, CreateApiToken, CreateConnection, CreateInvite, CreatePipeline, CreatePipelineRun, CreatePolicy, CreateWebhook, CreateWorkspace, CursorPagination, CustomDictionary, CustomDictionaryTerm, CustomPatternContext, CustomPatternRule, CustomPatternVariant, DateGranularity, DateStyle, Dimensions, Dpi, EntityCoRef, EntityGroup, ErrorResponse, File, FileKind, FilePage, FormatToken, GcsCredentials, GdprArticle9Treatment, GenerateInviteCode, Health, HealthStatus, HipaaDeidMethod, ImageData, ImageEntity, ImageEntityRecord, ImageEvent, ImageEventKind, ImageHint, ImageLocation, ImageProvenance, ImageRedaction, Invite, InviteCode, InviteExpiration, InvitePage, InvitePreview, InviteSent, InviteSortField, InviteStatus, Label, LabelCatalog, LabelEntry, LabelGroup, LabelLocale, Labels, Language, LanguageProvenance, LanguageSpan, LanguageTag, Languages, LeakProfile, ListFiles, ListInvites, ListMembers, LlmConfig, LocalizedText, Login, Member, MemberPage, MemberSortField, MergingStrategyParams, ModalityRedactions, ModalityToken, ModelEvent, Notification, NotificationEvent, NotificationPage, NotificationSettings, OcrMode, OcrPolicy, OpenAiCredentials, OperatorId, PatternEvent, PatternRecognizerParams, PciDssPart, PciPanRender, Pipeline, PipelineDeduplication, PipelineDefinition, PipelineFilter, PipelineRun, PipelineRunPage, PipelineRunStatus, PipelineStatus, PipelineSummary, PipelineSummaryPage, PipelineTriggerType, Point, Policy, PolicyDefinition, PolicyRule, PolicySummary, PolicySummaryPage, PolicyTemplate, Polygon, Predicate, ProviderSelection, PublicAccount, RangeOfUint, RecognizerCatalog, RecognizerParams, RegisteredRecognizer, ReplyInvite, Retention, RetentionOverride, RetentionSettings, Review, RuleMatch, S3Credentials, ScopeMetadata, ScopeParams, Sha2Algorithm, Signup, SortOrder, StorageConfig, SyncConnection, SyncDeletionPolicy, SyncMode, SyncSchedule, SyncScheduleInput, SyncStatus, SyncTriggerType, TabularEntity, TabularEntityRecord, TabularEvent, TabularEventKind, TabularHint, TabularLocation, TabularProvenance, TabularRedaction, TerminalFallback, TestWebhook, TextData, TextEntity, TextEntityRecord, TextEvent, TextEventKind, TextHint, TextLocation, TextProvenance, TextRedaction, TiebreakerParams, TimeSpan, TokenExpiration, UnreadStatus, UpdateAccount, UpdateApiToken, UpdateConnection, UpdateFile, UpdateMember, UpdateNotificationSettings, UpdatePipeline, UpdatePolicy, UpdateWebhook, UpdateWorkspace, ValidationErrorDetail, Waveform, Webhook, WebhookCreated, WebhookEvent, WebhookPage, WebhookResult, WebhookStatus, Workspace, WorkspacePage, WorkspaceRole, WorkspaceSettings };
@@ -1,4 +1,4 @@
1
- import { hn as ErrorResponse } from "./index-BCjrTe_H.js";
1
+ import { pn as ErrorResponse } from "./index-xsIOUQmc.js";
2
2
  //#region src/errors.d.ts
3
3
  /**
4
4
  * Base error class for all Nvisy SDK errors.
@@ -124,4 +124,4 @@ declare class NvisyApiError extends NvisyError implements ErrorResponse {
124
124
  }
125
125
  //#endregion
126
126
  export { NvisyError as n, NvisyApiError as t };
127
- //# sourceMappingURL=errors-BjF5Dbju.d.ts.map
127
+ //# sourceMappingURL=errors-DvGetnl_.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"errors-BjF5Dbju.d.ts","names":[],"sources":["../src/errors.ts"],"mappings":";;;;;;;;;;;;;;;;;;;cAgCa,mBAAmB;;;;WAIf;;;;;;EAOJ,YAAA;;;;;;;;;;;;;;;;;;;;;;;;cA4BA,sBAAsB,sBAAsB;;;;WAIxC;;;;WAKA;;;;;WAMA;;;;;WAMA;;;;;WAMA,aAAa;;;;WAKb;;;;;;;EAQJ,YAAA,UAAU,eAAe;;;;;;;;;EAkBrC;;;;;;;;;EAYA;;;;;;;;;EAYA;;;;;;;;EAeA,UAAU"}
1
+ {"version":3,"file":"errors-DvGetnl_.d.ts","names":[],"sources":["../src/errors.ts"],"mappings":";;;;;;;;;;;;;;;;;;;cAgCa,mBAAmB;;;;WAIf;;;;;;EAOJ,YAAA;;;;;;;;;;;;;;;;;;;;;;;;cA4BA,sBAAsB,sBAAsB;;;;WAIxC;;;;WAKA;;;;;WAMA;;;;;WAMA;;;;;WAMA,aAAa;;;;WAKb;;;;;;;EAQJ,YAAA,UAAU,eAAe;;;;;;;;;EAkBrC;;;;;;;;;EAYA;;;;;;;;;EAYA;;;;;;;;EAeA,UAAU"}