@nvisy/sdk 0.4.0 → 0.5.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 +29 -1
- package/README.md +0 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/{client-yLrhST0r.d.ts → client-DAxwkjk3.d.ts} +137 -147
- package/dist/client-DAxwkjk3.d.ts.map +1 -0
- package/dist/datatypes/index.d.ts +2 -2
- package/dist/{index-Cmm2g3SG.d.ts → index-DfNB2LNT.d.ts} +564 -1409
- package/dist/index-DfNB2LNT.d.ts.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -7
- 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-Dh0FMDzU.js → services-DXP-jsLt.js} +298 -251
- package/dist/services-DXP-jsLt.js.map +1 -0
- package/package.json +3 -3
- package/dist/client-yLrhST0r.d.ts.map +0 -1
- package/dist/index-Cmm2g3SG.d.ts.map +0 -1
- package/dist/services-Dh0FMDzU.js.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as
|
|
2
|
-
export type { Account, ActivitiesPage, Activity, ActivityType, AnalyzedDocument, ApiToken, ApiTokenType, ApiTokenWithJWT, ApiTokensPage, AuthToken, CheckHealth, ComponentHealth, Connection, ConnectionsPage, ConnectionsQuery,
|
|
1
|
+
import { $ as InvitePreview, A as PipelineFilter, At as ApiTokensPage, B as NotificationsPage, C as PolicyAction, Ct as UpdateConnection, D as CreatePipeline, Dt as ApiToken, E as UpdatePolicy, Et as Signup, F as UpdatePipeline, Ft as Activity, G as MemberSortField, H as UpdateNotificationSettings, I as CursorPagination, It as ActivityType, J as CreateInvite, K as MembersPage, L as Notification, Lt as Account, M as PipelineSummariesPage, Mt as TokenExpiration, N as PipelineSummary, Nt as UpdateApiToken, O as Pipeline, Ot as ApiTokenType, P as PipelineTriggerType, Pt as ActivitiesPage, Q as InviteExpiration, R as NotificationEvent, Rt as PublicAccount, S as Policy, St as CreateConnection, T as PolicyRule, Tt as Login, U as ListMembers, V as UnreadStatus, W as Member, X as Invite, Y as GenerateInviteCode, Z as InviteCode, _ as PipelineRun, _t as ErrorResponse, a as WorkspacesPage, at as ReplyInvite, b as CreatePolicy, bt as ConnectionsPage, c as UpdateWebhook, ct as ComponentHealth, d as WebhookEvent, dt as File, et as InviteSent, f as WebhookResult, ft as FileFormat, g as CreatePipelineRun, gt as UpdateFile, h as AnalyzedDocument, ht as ListFiles, i as WorkspaceRole, it as ListInvites, j as PipelineStatus, jt as CreateApiToken, k as PipelineDefinition, kt as ApiTokenWithJWT, l as Webhook, lt as Health, m as WebhooksPage, mt as FilesPage, n as UpdateWorkspace, nt as InviteStatus, o as CreateWebhook, ot as SortOrder, p as WebhookStatus, pt as FileSource, q as UpdateMember, r as Workspace, rt as InvitesPage, s as TestWebhook, st as CheckHealth, t as CreateWorkspace, tt as InviteSortField, u as WebhookCreated, ut as HealthStatus, v as PipelineRunStatus, vt as ValidationErrorDetail, w as PolicyDefinition, wt as AuthToken, x as PoliciesPage, xt as ConnectionsQuery, y as PipelineRunsPage, yt as Connection, z as NotificationSettings, zt as UpdateAccount } from "../index-DfNB2LNT.js";
|
|
2
|
+
export type { Account, ActivitiesPage, Activity, ActivityType, AnalyzedDocument, ApiToken, ApiTokenType, ApiTokenWithJWT, ApiTokensPage, AuthToken, CheckHealth, ComponentHealth, Connection, ConnectionsPage, ConnectionsQuery, CreateApiToken, CreateConnection, CreateInvite, CreatePipeline, CreatePipelineRun, CreatePolicy, CreateWebhook, CreateWorkspace, CursorPagination, ErrorResponse, File, FileFormat, FileSource, FilesPage, GenerateInviteCode, Health, HealthStatus, Invite, InviteCode, InviteExpiration, InvitePreview, InviteSent, InviteSortField, InviteStatus, InvitesPage, ListFiles, ListInvites, ListMembers, Login, Member, MemberSortField, MembersPage, Notification, NotificationEvent, NotificationSettings, NotificationsPage, Pipeline, PipelineDefinition, PipelineFilter, PipelineRun, PipelineRunStatus, PipelineRunsPage, PipelineStatus, PipelineSummariesPage, PipelineSummary, PipelineTriggerType, PoliciesPage, Policy, PolicyAction, PolicyDefinition, PolicyRule, PublicAccount, ReplyInvite, Signup, SortOrder, TestWebhook, TokenExpiration, UnreadStatus, UpdateAccount, UpdateApiToken, UpdateConnection, UpdateFile, UpdateMember, UpdateNotificationSettings, UpdatePipeline, UpdatePolicy, UpdateWebhook, UpdateWorkspace, ValidationErrorDetail, Webhook, WebhookCreated, WebhookEvent, WebhookResult, WebhookStatus, WebhooksPage, Workspace, WorkspaceRole, WorkspacesPage };
|