@nvisy/sdk 0.53.0 → 0.54.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/datatypes/index.d.ts +2 -2
- package/dist/{errors-aOivXE8A.d.ts → errors-DShmkdjS.d.ts} +2 -2
- package/dist/{errors-aOivXE8A.d.ts.map → errors-DShmkdjS.d.ts.map} +1 -1
- package/dist/guest/index.d.ts +38 -0
- package/dist/guest/index.d.ts.map +1 -0
- package/dist/guest/index.js +56 -0
- package/dist/guest/index.js.map +1 -0
- package/dist/http-BexRclA5.js +128 -0
- package/dist/http-BexRclA5.js.map +1 -0
- package/dist/{client-DywPcOzJ.d.ts → index-DFbHT_eq.d.ts} +355 -216
- package/dist/index-DFbHT_eq.d.ts.map +1 -0
- package/dist/{index-rc5Y8RNG.d.ts → index-DzEtj1r2.d.ts} +109 -51
- package/dist/index-DzEtj1r2.d.ts.map +1 -0
- package/dist/index.d.ts +3 -4
- package/dist/index.js +22 -117
- 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-DFJfjW1b.js → services-BMmcawiT.js} +117 -60
- package/dist/services-BMmcawiT.js.map +1 -0
- package/dist/webhooks/index.d.ts +2 -2
- package/package.json +4 -4
- package/dist/client-DywPcOzJ.d.ts.map +0 -1
- package/dist/config-BdAgnJlh.d.ts +0 -103
- package/dist/config-BdAgnJlh.d.ts.map +0 -1
- package/dist/error-D_h2zq6T.js +0 -47
- package/dist/error-D_h2zq6T.js.map +0 -1
- package/dist/index-rc5Y8RNG.d.ts.map +0 -1
- package/dist/services-DFJfjW1b.js.map +0 -1
- package/dist/standalone/index.d.ts +0 -117
- package/dist/standalone/index.d.ts.map +0 -1
- package/dist/standalone/index.js +0 -153
- package/dist/standalone/index.js.map +0 -1
|
@@ -1,6 +1,271 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
import { t as ClientConfig } from "./config-BdAgnJlh.js";
|
|
1
|
+
import { $ as WorkspaceProvider, $a as AccountApiTokenPage, $r as Signup, An as WorkspaceInviteCode, B as CreateWorkspaceReview, Bo as AccountIdentities, C as RenameWorkspaceThread, D as WorkspaceThread, Dn as ListWorkspaceInvites, E as WorkspaceComment, Er as StartFileServiceOAuth, Fo as WorkspaceActivityExportOptions, Fr as WorkspaceConnection, G as WorkspaceReviewPage, Go as OidcStartResponse, Gr as ConnectorCapabilities, H as WorkspaceReview, Hr as WorkspacePickerTokenRequest, Ht as CreateWorkspacePipeline, In as DateWindow, Io as WorkspaceActivityFilterQuery, Ir as WorkspaceConnectionPage, It as UpdateWorkspacePolicy, Jn as WorkspaceDocument, Jo as UpdateAccount, Jr as RecognizerCatalog, K as WorkspaceReviewsQuery, Kn as UpdateWorkspaceDocument, Ko as PublicAccount, Kt as UpdateWorkspacePipeline, Lo as WorkspaceActivityPage, Lr as WorkspaceConnectionSync, M as WorkspaceThreadsQuery, Mn as WorkspaceInviteSent, On as ReplyWorkspaceInvite, Pn as Health, Pr as UpdateWorkspaceConnection, Q as UpdateWorkspaceProvider, Qa as AccountApiToken, Qr as Login, Qt as AccountMarkedReadStatus, Rn as ExportQuery, Rr as WorkspaceConnectionSyncPage, Rt as WorkspacePoliciesQuery, S as OpenWorkspaceThread, Sn as GenerateWorkspaceInviteCode, Sr as OAuthStartResponse, T as UpdateWorkspaceComment, Ua as ArtifactSet, Vr as WorkspacePickerToken, Vt as WorkspacePolicySummaryPage, W as WorkspaceReviewEventPage, Wn as ListWorkspaceDocuments, Wo as IdentityProvider, Wr as AuthCapabilities, Wt as PipelineStatus, Xn as CreateAdhocWorkspaceDetection, Xr as AccountDesktopToken, Xt as WorkspacePipelineSummaryPage, Yn as WorkspaceDocumentPage, Yo as paths, Zn as CreateWorkspaceDetection, Zr as DesktopTokenRequest, Zt as CursorPagination, _ as WorkspaceWebhook, _n as UpdateWorkspaceMember, ar as WorkspaceDetectionPage, b as WorkspaceWebhookResult, bn as CreateWorkspaceInvite, br as ImportWorkspaceFiles, c as WorkspacePage, cr as WorkspaceRedactionResult, d as CreateWorkspaceWebhook, en as AccountNotificationPage, eo as AccountApiTokenWithJwt, et as WorkspaceProviderPage, f as TestWorkspaceWebhook, fn as UnreadCountEvent, gi as Audit, gr as ExportWorkspaceFiles, hn as ListWorkspaceMembers, hr as CreateWorkspaceConnection, io as UpdateAccountApiToken, ir as WorkspaceDetection, j as WorkspaceThreadPage, jn as WorkspaceInvitePage, jr as SyncStatus, k as WorkspaceThreadEntryPage, lr as WorkspaceRedactionResultPage, mn as WorkspaceNotificationSettings, mo as WorkspaceDetectionTimeSeries, no as CreateAccountApiToken, nr as RedactWorkspaceDetection, o as UpdateWorkspace, or as WorkspaceDetectionsQuery, ot as CreateWorkspacePolicy, p as UpdateWorkspaceWebhook, pn as UpdateWorkspaceNotificationSettings, q as CreateWorkspaceProvider, qn as WorkspaceDeletedDocuments, qo as SetPassword, qr as LabelCatalog, qt as WorkspacePipeline, s as Workspace, sr as WorkspacePipelineDetectionsQuery, t as CreateWorkspace, tn as AccountUnreadStatus, tr as DetectionStatusEvent, tt as WorkspaceProvidersQuery, uo as WorkspaceAnalytics, v as WorkspaceWebhookCreated, vn as WorkspaceMember, vr as FileServiceProvider, wn as InvitePreview, x as CreateWorkspaceComment, y as WorkspaceWebhookPage, yn as WorkspaceMemberPage, zo as Account$1, zr as WorkspaceConnectionVerification, zt as WorkspacePolicy } from "./index-DzEtj1r2.js";
|
|
3
2
|
import { Client } from "openapi-fetch";
|
|
3
|
+
//#region src/config.d.ts
|
|
4
|
+
/**
|
|
5
|
+
* @fileoverview Configuration types and constants for the Nvisy SDK.
|
|
6
|
+
*
|
|
7
|
+
* This module provides configuration interfaces, default values, and environment
|
|
8
|
+
* variable names used throughout the SDK.
|
|
9
|
+
*
|
|
10
|
+
* @module config
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Current SDK version.
|
|
14
|
+
*
|
|
15
|
+
* Injected from `package.json` at build time, so it always matches the
|
|
16
|
+
* published version. Used in the default user agent string.
|
|
17
|
+
*/
|
|
18
|
+
declare const VERSION: string;
|
|
19
|
+
/**
|
|
20
|
+
* Configuration for a Nvisy client. The authenticated {@link Nvisy} client
|
|
21
|
+
* requires `apiToken`; the pre-auth `NvisyGuest` client (`@nvisy/sdk/guest`)
|
|
22
|
+
* uses the same fields minus `apiToken`. All other fields are optional and use
|
|
23
|
+
* sensible defaults.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* ```typescript
|
|
27
|
+
* const nvisy = new Nvisy({ apiToken: "your-api-token" });
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
interface ClientConfig {
|
|
31
|
+
/**
|
|
32
|
+
* API token for authentication, sent as `Authorization: Bearer <token>`.
|
|
33
|
+
*
|
|
34
|
+
* Tokens can be obtained from the Nvisy dashboard or the api-tokens endpoint.
|
|
35
|
+
* Required by the authenticated {@link Nvisy} client; omitted by the guest
|
|
36
|
+
* client (which authenticates with a cookie session, if any — see
|
|
37
|
+
* `credentials`).
|
|
38
|
+
*/
|
|
39
|
+
apiToken?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Credentials mode for every request, forwarded to `fetch`.
|
|
42
|
+
*
|
|
43
|
+
* Set to `"include"` to send the session cookies established by the guest
|
|
44
|
+
* client's `login` / `signup` (needed for cross-origin browser sessions).
|
|
45
|
+
* Defaults to the platform's `fetch` default when omitted.
|
|
46
|
+
*/
|
|
47
|
+
credentials?: RequestCredentials;
|
|
48
|
+
/**
|
|
49
|
+
* Base URL for the Nvisy API.
|
|
50
|
+
*
|
|
51
|
+
* @default "https://api.nvisy.com"
|
|
52
|
+
*/
|
|
53
|
+
baseUrl?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Custom headers to include with every request.
|
|
56
|
+
*
|
|
57
|
+
* These headers are merged with the default headers (Content-Type, User-Agent,
|
|
58
|
+
* and Authorization). Custom headers take precedence over defaults if there
|
|
59
|
+
* are conflicts.
|
|
60
|
+
*/
|
|
61
|
+
headers?: Record<string, string>;
|
|
62
|
+
/**
|
|
63
|
+
* Custom user agent string to identify your application.
|
|
64
|
+
*
|
|
65
|
+
* @default "@nvisy/sdk v.{version}"
|
|
66
|
+
*/
|
|
67
|
+
userAgent?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Enable logging for requests and responses.
|
|
70
|
+
*
|
|
71
|
+
* When enabled, logs request method, URL, status, and timing to console.
|
|
72
|
+
*
|
|
73
|
+
* @default false
|
|
74
|
+
*/
|
|
75
|
+
withLogging?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Custom fetch implementation used for every request. Must match the WHATWG
|
|
78
|
+
* `fetch` signature. Defaults to the global `fetch`.
|
|
79
|
+
*
|
|
80
|
+
* Lets a host swap in a non-browser transport — e.g. a desktop (Tauri) app
|
|
81
|
+
* passing `@tauri-apps/plugin-http`'s `fetch`, which performs the request in
|
|
82
|
+
* the native process and so is not subject to browser CORS.
|
|
83
|
+
*/
|
|
84
|
+
fetch?: typeof globalThis.fetch;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Configuration for the authenticated {@link Nvisy} client: {@link ClientConfig}
|
|
88
|
+
* with a required `apiToken`.
|
|
89
|
+
*/
|
|
90
|
+
type NvisyConfig = ClientConfig & {
|
|
91
|
+
apiToken: string;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Default configuration values used when options are not explicitly provided.
|
|
95
|
+
*/
|
|
96
|
+
declare const DEFAULTS: {
|
|
97
|
+
/**
|
|
98
|
+
* Default base URL for the Nvisy API.
|
|
99
|
+
*/
|
|
100
|
+
readonly BASE_URL: "https://api.nvisy.com";
|
|
101
|
+
/**
|
|
102
|
+
* Default user agent string.
|
|
103
|
+
*/
|
|
104
|
+
readonly USER_AGENT: `@nvisy/sdk v.${string}`;
|
|
105
|
+
};
|
|
106
|
+
//#endregion
|
|
107
|
+
//#region src/http.d.ts
|
|
108
|
+
/** Typed openapi-fetch client for the Nvisy API. */
|
|
109
|
+
type ApiClient = Client<paths>;
|
|
110
|
+
//#endregion
|
|
111
|
+
//#region src/client.d.ts
|
|
112
|
+
/**
|
|
113
|
+
* Main client class for interacting with the Nvisy document processing API.
|
|
114
|
+
*
|
|
115
|
+
* @example
|
|
116
|
+
* ```typescript
|
|
117
|
+
* const nvisy = new Nvisy({ apiToken: "your-api-token" });
|
|
118
|
+
* const account = await nvisy.account.getAccount();
|
|
119
|
+
* const workspaces = await nvisy.workspaces.listWorkspaces();
|
|
120
|
+
* ```
|
|
121
|
+
*/
|
|
122
|
+
declare class Nvisy {
|
|
123
|
+
#private;
|
|
124
|
+
/**
|
|
125
|
+
* Creates a new authenticated Nvisy client.
|
|
126
|
+
*
|
|
127
|
+
* Requires an `apiToken` (sent as `Authorization: Bearer <token>`). For the
|
|
128
|
+
* pre-auth surface (login / signup / OIDC start, auth capabilities, health),
|
|
129
|
+
* use {@link NvisyGuest} from `@nvisy/sdk/guest`.
|
|
130
|
+
*
|
|
131
|
+
* @param config - Configuration options with a required `apiToken`
|
|
132
|
+
* @throws {NvisyError} If the API token is missing or invalid
|
|
133
|
+
*
|
|
134
|
+
* @example
|
|
135
|
+
* ```typescript
|
|
136
|
+
* const nvisy = new Nvisy({ apiToken: "your-api-token" });
|
|
137
|
+
* const account = await nvisy.account.getAccount();
|
|
138
|
+
* ```
|
|
139
|
+
*/
|
|
140
|
+
constructor(config: NvisyConfig);
|
|
141
|
+
/**
|
|
142
|
+
* Creates a new client with a different API token.
|
|
143
|
+
*
|
|
144
|
+
* Returns a new client instance with the new token. The original client
|
|
145
|
+
* remains unchanged. All other configuration (base URL, headers, etc.)
|
|
146
|
+
* is preserved in the new client.
|
|
147
|
+
*
|
|
148
|
+
* @param apiToken - The new API token
|
|
149
|
+
* @returns A new Nvisy instance with the new token
|
|
150
|
+
* @throws {NvisyError} If the API token is invalid
|
|
151
|
+
*
|
|
152
|
+
* @example
|
|
153
|
+
* ```typescript
|
|
154
|
+
* const nvisy = new Nvisy({ apiToken: "original-token" });
|
|
155
|
+
* const newNvisy = nvisy.withApiToken("new-token");
|
|
156
|
+
*
|
|
157
|
+
* // newNvisy uses the new token
|
|
158
|
+
* // nvisy still uses the original token
|
|
159
|
+
* ```
|
|
160
|
+
*/
|
|
161
|
+
withApiToken(apiToken: string): Nvisy;
|
|
162
|
+
/**
|
|
163
|
+
* The base URL used for API requests.
|
|
164
|
+
*
|
|
165
|
+
* @returns The configured base URL
|
|
166
|
+
*/
|
|
167
|
+
get baseUrl(): string;
|
|
168
|
+
/**
|
|
169
|
+
* The underlying openapi-fetch client for direct API access.
|
|
170
|
+
*
|
|
171
|
+
* Use this for advanced scenarios where you need direct access to the
|
|
172
|
+
* HTTP client, such as calling endpoints not covered by the service classes.
|
|
173
|
+
*
|
|
174
|
+
* @returns The configured ApiClient instance
|
|
175
|
+
*/
|
|
176
|
+
get api(): ApiClient;
|
|
177
|
+
/**
|
|
178
|
+
* Service for authenticated auth operations (logout, desktop token). Pre-auth
|
|
179
|
+
* sign-in lives on {@link NvisyGuest}.
|
|
180
|
+
*/
|
|
181
|
+
get auth(): Auth;
|
|
182
|
+
/**
|
|
183
|
+
* Service for API status and health checks.
|
|
184
|
+
*/
|
|
185
|
+
get status(): Status;
|
|
186
|
+
/**
|
|
187
|
+
* Service for managing the authenticated user's account.
|
|
188
|
+
*/
|
|
189
|
+
get account(): Account;
|
|
190
|
+
/**
|
|
191
|
+
* Service for viewing workspace activities.
|
|
192
|
+
*/
|
|
193
|
+
get activities(): Activities;
|
|
194
|
+
/**
|
|
195
|
+
* Service for workspace analytics.
|
|
196
|
+
*/
|
|
197
|
+
get analytics(): Analytics;
|
|
198
|
+
/**
|
|
199
|
+
* Service for managing API tokens.
|
|
200
|
+
*/
|
|
201
|
+
get apiTokens(): ApiTokens;
|
|
202
|
+
/**
|
|
203
|
+
* Service for managing connections.
|
|
204
|
+
*/
|
|
205
|
+
get connections(): Connections;
|
|
206
|
+
/**
|
|
207
|
+
* Service for document operations (upload, download, delete, review).
|
|
208
|
+
*/
|
|
209
|
+
get documents(): Documents;
|
|
210
|
+
/**
|
|
211
|
+
* Service for discussion threads and comments.
|
|
212
|
+
*/
|
|
213
|
+
get threads(): Threads;
|
|
214
|
+
/**
|
|
215
|
+
* Service for managing pipelines.
|
|
216
|
+
*/
|
|
217
|
+
get pipelines(): Pipelines;
|
|
218
|
+
/**
|
|
219
|
+
* Service for managing policies.
|
|
220
|
+
*/
|
|
221
|
+
get policies(): Policies;
|
|
222
|
+
/**
|
|
223
|
+
* Service for managing a workspace's inference providers.
|
|
224
|
+
*/
|
|
225
|
+
get providers(): Providers;
|
|
226
|
+
/**
|
|
227
|
+
* Service for reading the deployment's capabilities (labels, recognizers,
|
|
228
|
+
* connectors, auth methods).
|
|
229
|
+
*/
|
|
230
|
+
get capabilities(): Capabilities;
|
|
231
|
+
/**
|
|
232
|
+
* Service for managing workspace invitations.
|
|
233
|
+
*/
|
|
234
|
+
get invites(): Invites;
|
|
235
|
+
/**
|
|
236
|
+
* Service for managing workspace members.
|
|
237
|
+
*/
|
|
238
|
+
get members(): Members;
|
|
239
|
+
/**
|
|
240
|
+
* Service for managing notifications.
|
|
241
|
+
*/
|
|
242
|
+
get notifications(): Notifications;
|
|
243
|
+
/**
|
|
244
|
+
* Service for pipeline detections and their redactions.
|
|
245
|
+
*/
|
|
246
|
+
get detections(): Detections;
|
|
247
|
+
/**
|
|
248
|
+
* Service for workspace redactions.
|
|
249
|
+
*/
|
|
250
|
+
get redactions(): Redactions;
|
|
251
|
+
/**
|
|
252
|
+
* Service for document reviews (assigning documents to reviewers).
|
|
253
|
+
*/
|
|
254
|
+
get reviews(): Reviews;
|
|
255
|
+
/**
|
|
256
|
+
* Service for managing connection syncs.
|
|
257
|
+
*/
|
|
258
|
+
get syncs(): Syncs;
|
|
259
|
+
/**
|
|
260
|
+
* Service for managing webhooks.
|
|
261
|
+
*/
|
|
262
|
+
get webhooks(): Webhooks;
|
|
263
|
+
/**
|
|
264
|
+
* Service for managing workspaces.
|
|
265
|
+
*/
|
|
266
|
+
get workspaces(): Workspaces;
|
|
267
|
+
}
|
|
268
|
+
//#endregion
|
|
4
269
|
//#region src/services/account.d.ts
|
|
5
270
|
/**
|
|
6
271
|
* Service for handling account operations
|
|
@@ -217,56 +482,19 @@ declare class ApiTokens {
|
|
|
217
482
|
//#endregion
|
|
218
483
|
//#region src/services/auth.d.ts
|
|
219
484
|
/**
|
|
220
|
-
*
|
|
485
|
+
* Authenticated auth operations: ending the current session and minting a
|
|
486
|
+
* desktop token from it. Pre-auth sign-in (login / signup / OIDC start) lives on
|
|
487
|
+
* the guest client ({@link NvisyGuest}).
|
|
221
488
|
*/
|
|
222
489
|
declare class Auth {
|
|
223
490
|
#private;
|
|
224
491
|
constructor(api: ApiClient);
|
|
225
|
-
/**
|
|
226
|
-
* Login with email and password, starting a browser session.
|
|
227
|
-
*
|
|
228
|
-
* Sets HttpOnly session and CSRF cookies; returns no body. Programmatic
|
|
229
|
-
* clients should instead create an API token via {@link ApiTokens} and pass
|
|
230
|
-
* it as `apiToken` when constructing the client.
|
|
231
|
-
*
|
|
232
|
-
* @param credentials - Login credentials
|
|
233
|
-
* @returns Promise that resolves once the session is started
|
|
234
|
-
* @throws {ApiError} if the request fails
|
|
235
|
-
*/
|
|
236
|
-
loginAccount(credentials: Login): Promise<void>;
|
|
237
|
-
/**
|
|
238
|
-
* Sign up a new account, starting a browser session.
|
|
239
|
-
*
|
|
240
|
-
* Sets HttpOnly session and CSRF cookies; returns no body. Programmatic
|
|
241
|
-
* clients should instead create an API token via {@link ApiTokens} and pass
|
|
242
|
-
* it as `apiToken` when constructing the client.
|
|
243
|
-
*
|
|
244
|
-
* @param credentials - Signup details
|
|
245
|
-
* @returns Promise that resolves once the session is started
|
|
246
|
-
* @throws {ApiError} if the request fails
|
|
247
|
-
*/
|
|
248
|
-
signupAccount(credentials: Signup): Promise<void>;
|
|
249
492
|
/**
|
|
250
493
|
* Logout, invalidating the current session and clearing its cookies.
|
|
251
494
|
* @returns Promise that resolves when logout is complete
|
|
252
495
|
* @throws {ApiError} if the request fails
|
|
253
496
|
*/
|
|
254
497
|
logoutAccount(): Promise<void>;
|
|
255
|
-
/**
|
|
256
|
-
* Begin an OpenID Connect sign-in with a provider.
|
|
257
|
-
*
|
|
258
|
-
* Returns the provider authorize URL to redirect the user to; on consent the
|
|
259
|
-
* provider redirects to the callback, which signs the user in. Also available
|
|
260
|
-
* as the standalone `startOidcSignIn` for use without a client.
|
|
261
|
-
*
|
|
262
|
-
* @param provider - The identity provider to sign in with
|
|
263
|
-
* @param query - Optional frontend URL to return to once done
|
|
264
|
-
* @returns Promise that resolves with the provider authorize URL
|
|
265
|
-
* @throws {ApiError} if the request fails
|
|
266
|
-
*/
|
|
267
|
-
startOidcSignIn(provider: IdentityProvider, query?: {
|
|
268
|
-
redirectUri?: string;
|
|
269
|
-
}): Promise<OidcStartResponse>;
|
|
270
498
|
/**
|
|
271
499
|
* Mint a long-lived native-app token for a desktop app.
|
|
272
500
|
*
|
|
@@ -642,6 +870,77 @@ declare class Documents {
|
|
|
642
870
|
deleteDocuments(workspaceId: string, documentIds: string[]): Promise<WorkspaceDeletedDocuments>;
|
|
643
871
|
}
|
|
644
872
|
//#endregion
|
|
873
|
+
//#region src/services/guest-auth.d.ts
|
|
874
|
+
/**
|
|
875
|
+
* Pre-auth authentication operations, reachable without an API token: starting
|
|
876
|
+
* a browser session (login / signup) and beginning an OIDC sign-in. Exposed on
|
|
877
|
+
* the guest client ({@link NvisyGuest}).
|
|
878
|
+
*/
|
|
879
|
+
declare class GuestAuth {
|
|
880
|
+
#private;
|
|
881
|
+
constructor(api: ApiClient);
|
|
882
|
+
/**
|
|
883
|
+
* Login with email and password, starting a browser session.
|
|
884
|
+
*
|
|
885
|
+
* Sets HttpOnly session and CSRF cookies; returns no body. For a programmatic
|
|
886
|
+
* client, create an API token instead and pass it as `apiToken` when
|
|
887
|
+
* constructing a {@link Nvisy} client.
|
|
888
|
+
*
|
|
889
|
+
* @param credentials - Login credentials
|
|
890
|
+
* @returns Promise that resolves once the session is started
|
|
891
|
+
* @throws {ApiError} if the request fails
|
|
892
|
+
*/
|
|
893
|
+
loginAccount(credentials: Login): Promise<void>;
|
|
894
|
+
/**
|
|
895
|
+
* Sign up a new account, starting a browser session.
|
|
896
|
+
*
|
|
897
|
+
* Sets HttpOnly session and CSRF cookies; returns no body. For a programmatic
|
|
898
|
+
* client, create an API token instead and pass it as `apiToken` when
|
|
899
|
+
* constructing a {@link Nvisy} client.
|
|
900
|
+
*
|
|
901
|
+
* @param credentials - Signup details
|
|
902
|
+
* @returns Promise that resolves once the session is started
|
|
903
|
+
* @throws {ApiError} if the request fails
|
|
904
|
+
*/
|
|
905
|
+
signupAccount(credentials: Signup): Promise<void>;
|
|
906
|
+
/**
|
|
907
|
+
* Begin an OpenID Connect sign-in with a provider.
|
|
908
|
+
*
|
|
909
|
+
* Returns the provider authorize URL to redirect the user to; on consent the
|
|
910
|
+
* provider redirects to the callback, which signs the user in.
|
|
911
|
+
*
|
|
912
|
+
* @param provider - The identity provider to sign in with
|
|
913
|
+
* @param query - Optional frontend URL to return to once done
|
|
914
|
+
* @returns Promise that resolves with the provider authorize URL
|
|
915
|
+
* @throws {ApiError} if the request fails
|
|
916
|
+
*/
|
|
917
|
+
startOidcSignIn(provider: IdentityProvider, query?: {
|
|
918
|
+
redirectUri?: string;
|
|
919
|
+
}): Promise<OidcStartResponse>;
|
|
920
|
+
}
|
|
921
|
+
//#endregion
|
|
922
|
+
//#region src/services/guest-capabilities.d.ts
|
|
923
|
+
/**
|
|
924
|
+
* The pre-auth subset of the deployment's capabilities: the sign-in methods it
|
|
925
|
+
* offers. The label / recognizer / connector capability reads require an
|
|
926
|
+
* authenticated client and live on {@link Capabilities}.
|
|
927
|
+
*/
|
|
928
|
+
declare class GuestCapabilities {
|
|
929
|
+
#private;
|
|
930
|
+
constructor(api: ApiClient);
|
|
931
|
+
/**
|
|
932
|
+
* Get the deployment's available sign-in methods.
|
|
933
|
+
*
|
|
934
|
+
* Public: reports whether password sign-in is enabled and which OIDC
|
|
935
|
+
* providers are configured, so a login screen can render the right buttons
|
|
936
|
+
* before anyone signs in.
|
|
937
|
+
*
|
|
938
|
+
* @returns Promise that resolves with the auth capabilities.
|
|
939
|
+
* @throws {ApiError} if the request fails
|
|
940
|
+
*/
|
|
941
|
+
getAuthCapabilities(): Promise<AuthCapabilities>;
|
|
942
|
+
}
|
|
943
|
+
//#endregion
|
|
645
944
|
//#region src/services/invites.d.ts
|
|
646
945
|
/**
|
|
647
946
|
* Service for handling workspace invitation operations
|
|
@@ -1038,14 +1337,23 @@ declare class Reviews {
|
|
|
1038
1337
|
*/
|
|
1039
1338
|
getReview(workspaceId: string, reviewId: string): Promise<WorkspaceReview>;
|
|
1040
1339
|
/**
|
|
1041
|
-
* Assign
|
|
1340
|
+
* Assign a reviewer to a review (idempotent).
|
|
1341
|
+
* @param workspaceId - Workspace id
|
|
1342
|
+
* @param reviewId - Review ID
|
|
1343
|
+
* @param accountId - Account id of the reviewer to assign
|
|
1344
|
+
* @returns Promise that resolves with the updated review
|
|
1345
|
+
* @throws {ApiError} if the request fails
|
|
1346
|
+
*/
|
|
1347
|
+
assignReviewer(workspaceId: string, reviewId: string, accountId: string): Promise<WorkspaceReview>;
|
|
1348
|
+
/**
|
|
1349
|
+
* Remove a reviewer from a review.
|
|
1042
1350
|
* @param workspaceId - Workspace id
|
|
1043
1351
|
* @param reviewId - Review ID
|
|
1044
|
-
* @param
|
|
1352
|
+
* @param accountId - Account id of the reviewer to remove
|
|
1045
1353
|
* @returns Promise that resolves with the updated review
|
|
1046
1354
|
* @throws {ApiError} if the request fails
|
|
1047
1355
|
*/
|
|
1048
|
-
|
|
1356
|
+
unassignReviewer(workspaceId: string, reviewId: string, accountId: string): Promise<WorkspaceReview>;
|
|
1049
1357
|
/**
|
|
1050
1358
|
* Verify (resolve) a review.
|
|
1051
1359
|
* @param workspaceId - Workspace id
|
|
@@ -1415,174 +1723,5 @@ declare class Workspaces {
|
|
|
1415
1723
|
deleteAvatar(workspaceId: string): Promise<void>;
|
|
1416
1724
|
}
|
|
1417
1725
|
//#endregion
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
* Typed openapi-fetch client for the Nvisy API.
|
|
1421
|
-
*
|
|
1422
|
-
* This type represents the low-level HTTP client configured with the Nvisy API schema.
|
|
1423
|
-
* It's exposed via {@link Nvisy.api} for advanced use cases requiring direct API access.
|
|
1424
|
-
*/
|
|
1425
|
-
type ApiClient = Client<paths>;
|
|
1426
|
-
/**
|
|
1427
|
-
* Main client class for interacting with the Nvisy document processing API.
|
|
1428
|
-
*
|
|
1429
|
-
* @example
|
|
1430
|
-
* ```typescript
|
|
1431
|
-
* const nvisy = new Nvisy({ apiToken: "your-api-token" });
|
|
1432
|
-
* const account = await nvisy.account.getAccount();
|
|
1433
|
-
* const workspaces = await nvisy.workspaces.listWorkspaces();
|
|
1434
|
-
* ```
|
|
1435
|
-
*/
|
|
1436
|
-
declare class Nvisy {
|
|
1437
|
-
#private;
|
|
1438
|
-
/**
|
|
1439
|
-
* Creates a new Nvisy client instance.
|
|
1440
|
-
*
|
|
1441
|
-
* Authenticate with an `apiToken` (bearer token) or, for a browser session
|
|
1442
|
-
* started by the standalone `login` / `signup`, with `credentials: "include"`
|
|
1443
|
-
* and no token.
|
|
1444
|
-
*
|
|
1445
|
-
* @param config - Configuration options; omit `apiToken` for a cookie session
|
|
1446
|
-
* @throws {NvisyError} If an `apiToken` is provided but invalid
|
|
1447
|
-
*
|
|
1448
|
-
* @example
|
|
1449
|
-
* ```typescript
|
|
1450
|
-
* // API token
|
|
1451
|
-
* const nvisy = new Nvisy({ apiToken: "your-api-token" });
|
|
1452
|
-
*
|
|
1453
|
-
* // Browser session
|
|
1454
|
-
* const nvisy = new Nvisy({ credentials: "include" });
|
|
1455
|
-
*
|
|
1456
|
-
* const account = await nvisy.account.getAccount();
|
|
1457
|
-
* ```
|
|
1458
|
-
*/
|
|
1459
|
-
constructor(config?: ClientConfig);
|
|
1460
|
-
/**
|
|
1461
|
-
* Creates a new client with a different API token.
|
|
1462
|
-
*
|
|
1463
|
-
* Returns a new client instance with the new token. The original client
|
|
1464
|
-
* remains unchanged. All other configuration (base URL, headers, etc.)
|
|
1465
|
-
* is preserved in the new client.
|
|
1466
|
-
*
|
|
1467
|
-
* @param apiToken - The new API token
|
|
1468
|
-
* @returns A new Nvisy instance with the new token
|
|
1469
|
-
* @throws {NvisyError} If the API token is invalid
|
|
1470
|
-
*
|
|
1471
|
-
* @example
|
|
1472
|
-
* ```typescript
|
|
1473
|
-
* const nvisy = new Nvisy({ apiToken: "original-token" });
|
|
1474
|
-
* const newNvisy = nvisy.withApiToken("new-token");
|
|
1475
|
-
*
|
|
1476
|
-
* // newNvisy uses the new token
|
|
1477
|
-
* // nvisy still uses the original token
|
|
1478
|
-
* ```
|
|
1479
|
-
*/
|
|
1480
|
-
withApiToken(apiToken: string): Nvisy;
|
|
1481
|
-
/**
|
|
1482
|
-
* The base URL used for API requests.
|
|
1483
|
-
*
|
|
1484
|
-
* @returns The configured base URL
|
|
1485
|
-
*/
|
|
1486
|
-
get baseUrl(): string;
|
|
1487
|
-
/**
|
|
1488
|
-
* The underlying openapi-fetch client for direct API access.
|
|
1489
|
-
*
|
|
1490
|
-
* Use this for advanced scenarios where you need direct access to the
|
|
1491
|
-
* HTTP client, such as calling endpoints not covered by the service classes.
|
|
1492
|
-
*
|
|
1493
|
-
* @returns The configured ApiClient instance
|
|
1494
|
-
*/
|
|
1495
|
-
get api(): ApiClient;
|
|
1496
|
-
/**
|
|
1497
|
-
* Service for authentication operations (login, signup, logout).
|
|
1498
|
-
*/
|
|
1499
|
-
get auth(): Auth;
|
|
1500
|
-
/**
|
|
1501
|
-
* Service for API status and health checks.
|
|
1502
|
-
*/
|
|
1503
|
-
get status(): Status;
|
|
1504
|
-
/**
|
|
1505
|
-
* Service for managing the authenticated user's account.
|
|
1506
|
-
*/
|
|
1507
|
-
get account(): Account;
|
|
1508
|
-
/**
|
|
1509
|
-
* Service for viewing workspace activities.
|
|
1510
|
-
*/
|
|
1511
|
-
get activities(): Activities;
|
|
1512
|
-
/**
|
|
1513
|
-
* Service for workspace analytics.
|
|
1514
|
-
*/
|
|
1515
|
-
get analytics(): Analytics;
|
|
1516
|
-
/**
|
|
1517
|
-
* Service for managing API tokens.
|
|
1518
|
-
*/
|
|
1519
|
-
get apiTokens(): ApiTokens;
|
|
1520
|
-
/**
|
|
1521
|
-
* Service for managing connections.
|
|
1522
|
-
*/
|
|
1523
|
-
get connections(): Connections;
|
|
1524
|
-
/**
|
|
1525
|
-
* Service for document operations (upload, download, delete, review).
|
|
1526
|
-
*/
|
|
1527
|
-
get documents(): Documents;
|
|
1528
|
-
/**
|
|
1529
|
-
* Service for discussion threads and comments.
|
|
1530
|
-
*/
|
|
1531
|
-
get threads(): Threads;
|
|
1532
|
-
/**
|
|
1533
|
-
* Service for managing pipelines.
|
|
1534
|
-
*/
|
|
1535
|
-
get pipelines(): Pipelines;
|
|
1536
|
-
/**
|
|
1537
|
-
* Service for managing policies.
|
|
1538
|
-
*/
|
|
1539
|
-
get policies(): Policies;
|
|
1540
|
-
/**
|
|
1541
|
-
* Service for managing a workspace's inference providers.
|
|
1542
|
-
*/
|
|
1543
|
-
get providers(): Providers;
|
|
1544
|
-
/**
|
|
1545
|
-
* Service for reading the deployment's capabilities (labels, recognizers,
|
|
1546
|
-
* connectors, auth methods).
|
|
1547
|
-
*/
|
|
1548
|
-
get capabilities(): Capabilities;
|
|
1549
|
-
/**
|
|
1550
|
-
* Service for managing workspace invitations.
|
|
1551
|
-
*/
|
|
1552
|
-
get invites(): Invites;
|
|
1553
|
-
/**
|
|
1554
|
-
* Service for managing workspace members.
|
|
1555
|
-
*/
|
|
1556
|
-
get members(): Members;
|
|
1557
|
-
/**
|
|
1558
|
-
* Service for managing notifications.
|
|
1559
|
-
*/
|
|
1560
|
-
get notifications(): Notifications;
|
|
1561
|
-
/**
|
|
1562
|
-
* Service for pipeline detections and their redactions.
|
|
1563
|
-
*/
|
|
1564
|
-
get detections(): Detections;
|
|
1565
|
-
/**
|
|
1566
|
-
* Service for workspace redactions.
|
|
1567
|
-
*/
|
|
1568
|
-
get redactions(): Redactions;
|
|
1569
|
-
/**
|
|
1570
|
-
* Service for document reviews (assigning documents to reviewers).
|
|
1571
|
-
*/
|
|
1572
|
-
get reviews(): Reviews;
|
|
1573
|
-
/**
|
|
1574
|
-
* Service for managing connection syncs.
|
|
1575
|
-
*/
|
|
1576
|
-
get syncs(): Syncs;
|
|
1577
|
-
/**
|
|
1578
|
-
* Service for managing webhooks.
|
|
1579
|
-
*/
|
|
1580
|
-
get webhooks(): Webhooks;
|
|
1581
|
-
/**
|
|
1582
|
-
* Service for managing workspaces.
|
|
1583
|
-
*/
|
|
1584
|
-
get workspaces(): Workspaces;
|
|
1585
|
-
}
|
|
1586
|
-
//#endregion
|
|
1587
|
-
export { Activities as C, Analytics as S, Detections as _, Threads as a, Auth as b, Reviews as c, Policies as d, Pipelines as f, Documents as g, Invites as h, Webhooks as i, Redactions as l, Members as m, Nvisy as n, Syncs as o, Notifications as p, Workspaces as r, Status as s, ApiClient as t, Providers as u, Connections as v, Account as w, ApiTokens as x, Capabilities as y };
|
|
1588
|
-
//# sourceMappingURL=client-DywPcOzJ.d.ts.map
|
|
1726
|
+
export { Activities as C, ClientConfig as D, ApiClient as E, DEFAULTS as O, Analytics as S, Nvisy as T, Detections as _, Status as a, Auth as b, Providers as c, Notifications as d, Members as f, Documents as g, GuestAuth as h, Syncs as i, VERSION as k, Policies as l, GuestCapabilities as m, Webhooks as n, Reviews as o, Invites as p, Threads as r, Redactions as s, Workspaces as t, Pipelines as u, Connections as v, Account as w, ApiTokens as x, Capabilities as y };
|
|
1727
|
+
//# sourceMappingURL=index-DFbHT_eq.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-DFbHT_eq.d.ts","names":[],"sources":["../src/config.ts","../src/http.ts","../src/client.ts","../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/guest-auth.ts","../src/services/guest-capabilities.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/reviews.ts","../src/services/status.ts","../src/services/syncs.ts","../src/services/threads.ts","../src/services/webhooks.ts","../src/services/workspaces.ts"],"mappings":"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"}
|