@powerhousedao/reactor-browser 6.0.0-dev.194 → 6.0.0-dev.196
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/dist/client-DMdsUVJw.js +852 -0
- package/dist/client-DMdsUVJw.js.map +1 -0
- package/dist/client-DS0--utd.d.ts +777 -0
- package/dist/client-DS0--utd.d.ts.map +1 -0
- package/dist/document-by-id-CDLUqru5.js +441 -0
- package/dist/document-by-id-CDLUqru5.js.map +1 -0
- package/dist/index-Ce4S7Kk1.d.ts +726 -0
- package/dist/index-Ce4S7Kk1.d.ts.map +1 -0
- package/dist/index-DgwLcoI3.d.ts +343 -0
- package/dist/index-DgwLcoI3.d.ts.map +1 -0
- package/dist/index.d.ts +8 -1278
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -2800
- package/dist/index.js.map +1 -1
- package/dist/make-ph-event-functions-Cr4GqOTT.js +57 -0
- package/dist/make-ph-event-functions-Cr4GqOTT.js.map +1 -0
- package/dist/relational-jwreqDwz.js +123 -0
- package/dist/relational-jwreqDwz.js.map +1 -0
- package/dist/renown-CV_45Xc1.js +1014 -0
- package/dist/renown-CV_45Xc1.js.map +1 -0
- package/dist/src/analytics/index.d.ts +113 -0
- package/dist/src/analytics/index.d.ts.map +1 -0
- package/dist/src/analytics/index.js +343 -0
- package/dist/src/analytics/index.js.map +1 -0
- package/dist/src/graphql/client.d.ts +2 -0
- package/dist/src/graphql/client.js +2 -0
- package/dist/src/relational/index.d.ts +2 -0
- package/dist/src/relational/index.js +2 -0
- package/dist/src/renown/index.d.ts +2 -0
- package/dist/src/renown/index.js +2 -0
- package/dist/types-BmR60pPN.d.ts +22 -0
- package/dist/types-BmR60pPN.d.ts.map +1 -0
- package/package.json +24 -8
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import { a as getAnalyticsStore, i as createAnalyticsStore, n as IPowerhouseAnalytics, r as CreateStoreOptions } from "./types-BmR60pPN.js";
|
|
2
|
+
import { a as RelationalDbWithLive, c as PGlite, i as useRelationalQueryOptions, n as QueryCallbackReturnType, o as useRelationalDb, r as useRelationalQuery, s as PGliteWithLive, t as createProcessorQuery } from "./index-Ce4S7Kk1.js";
|
|
3
|
+
import { a as PropagationMode, i as PhDocumentFieldsFragment, n as ReactorGraphQLClient, r as GetDocumentOperationsQuery, t as createClient } from "./client-DS0--utd.js";
|
|
4
|
+
import { A as logout, C as RenownUserButtonMenuItem, D as RenownAuthButton, E as RenownLoginButtonProps, M as RenownAuth, N as RenownAuthStatus, O as RenownAuthButtonProps, P as useRenownAuth, S as RenownUserButton, T as RenownLoginButton, _ as CopyIcon, a as CREDENTIAL_SCHEMA_EIP712_TYPE, b as SpinnerIcon, c as DOMAIN_TYPE, d as RENOWN_NETWORK_ID, f as RENOWN_URL, g as ChevronDownIcon, h as initRenownCrypto, i as useRenownInit, j as openRenown, k as login, l as ISSUER_TYPE, m as initConnectCrypto, n as RenownProps, o as CREDENTIAL_SUBJECT_TYPE, p as VERIFIABLE_CREDENTIAL_EIP712_TYPE, r as RenownInitOptions, s as CREDENTIAL_TYPES, t as Renown, u as RENOWN_CHAIN_ID, v as DisconnectIcon, w as RenownUserButtonProps, x as UserIcon, y as RenownLogo } from "./index-DgwLcoI3.js";
|
|
1
5
|
import * as document_model0 from "document-model";
|
|
2
6
|
import { DocumentModelLib, DocumentModelModule, EditorModule, PHDocumentController } from "document-model";
|
|
3
7
|
import { Action, DocumentAction, DocumentModelModule as DocumentModelModule$1, DocumentModelPHState, DocumentOperations, ISigner, Operation, PHBaseState, PHDocument, PHDocumentHeader, SubgraphModule, ValidationError } from "@powerhousedao/shared/document-model";
|
|
@@ -5,23 +9,13 @@ import * as _powerhousedao_shared_document_drive0 from "@powerhousedao/shared/do
|
|
|
5
9
|
import { DocumentDriveAction, DocumentDriveDocument, DriveInput, FileNode, FolderNode, Node, SharingType } from "@powerhousedao/shared/document-drive";
|
|
6
10
|
import * as _powerhousedao_reactor0 from "@powerhousedao/reactor";
|
|
7
11
|
import { ChannelScheme, ConnectionState, ConnectionStateSnapshot, ConnectionStateSnapshot as ConnectionStateSnapshot$1, Database, Database as Database$1, DocumentChangeType, DocumentIntegrityService, GqlRequestChannel, IChannel, IDocumentModelLoader, IDocumentModelLoader as IDocumentModelLoader$1, IDocumentModelRegistry, IProcessor, IProcessorHostModule, IQueue, IReactorClient, IRelationalDb, ISyncManager, InMemoryQueue, IntervalPollTimer, Job, JwtHandler, KeyframeValidationIssue, OperationWithContext, ParsedDriveUrl, ProcessorApp, ProcessorFactory, ProcessorFactoryBuilder, ProcessorFilter, ProcessorRecord, REACTOR_SCHEMA, ReactorBuilder, ReactorClientBuilder, ReactorClientModule, RebuildResult, RelationalDbProcessor, Remote, SignerConfig, SnapshotValidationIssue, SyncOperation, SyncOperationStatus, ValidationResult, driveCollectionId, driveIdFromUrl, parseDriveUrl } from "@powerhousedao/reactor";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
11
|
-
import { QueryClient, UseMutationOptions, UseQueryOptions, UseQueryResult } from "@tanstack/react-query";
|
|
12
|
-
import { CSSProperties, PropsWithChildren, ReactNode } from "react";
|
|
13
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
14
|
-
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
15
|
-
import * as _renown_sdk0 from "@renown/sdk";
|
|
12
|
+
import { ReactNode } from "react";
|
|
13
|
+
import { Kysely } from "kysely";
|
|
16
14
|
import { IRenown, LoginStatus, User } from "@renown/sdk";
|
|
17
|
-
import { CompiledQuery, Kysely } from "kysely";
|
|
18
15
|
import * as _powerhousedao_reactor_browser0 from "@powerhousedao/reactor-browser";
|
|
19
|
-
import { AddPHGlobalEventHandler as AddPHGlobalEventHandler$1, BrowserReactorClientModule as BrowserReactorClientModule$1, DocumentDispatch as DocumentDispatch$1, PHAppConfig as PHAppConfig$1, PHAppConfigHooks as PHAppConfigHooks$1, PHAppConfigKey as PHAppConfigKey$1, PHAppConfigSetters as PHAppConfigSetters$1, PHDocumentEditorConfig as PHDocumentEditorConfig$1, PHDocumentEditorConfigHooks as PHDocumentEditorConfigHooks$1, PHDocumentEditorConfigKey as PHDocumentEditorConfigKey$1, PHDocumentEditorConfigSetters as PHDocumentEditorConfigSetters$1, PHGlobal as PHGlobal$1, PHGlobalConfig as PHGlobalConfig$1, PHGlobalConfigHooks as PHGlobalConfigHooks$1, PHGlobalConfigKey as PHGlobalConfigKey$1, PHGlobalConfigSetters as PHGlobalConfigSetters$1, PHGlobalKey as PHGlobalKey$1, PHModal as PHModal$1,
|
|
20
|
-
import { LiveNamespace, LiveQueryResults, PGliteWithLive } from "@electric-sql/pglite/live";
|
|
21
|
-
import { PGlite } from "@electric-sql/pglite";
|
|
16
|
+
import { AddPHGlobalEventHandler as AddPHGlobalEventHandler$1, BrowserReactorClientModule as BrowserReactorClientModule$1, DocumentDispatch as DocumentDispatch$1, PHAppConfig as PHAppConfig$1, PHAppConfigHooks as PHAppConfigHooks$1, PHAppConfigKey as PHAppConfigKey$1, PHAppConfigSetters as PHAppConfigSetters$1, PHDocumentEditorConfig as PHDocumentEditorConfig$1, PHDocumentEditorConfigHooks as PHDocumentEditorConfigHooks$1, PHDocumentEditorConfigKey as PHDocumentEditorConfigKey$1, PHDocumentEditorConfigSetters as PHDocumentEditorConfigSetters$1, PHGlobal as PHGlobal$1, PHGlobalConfig as PHGlobalConfig$1, PHGlobalConfigHooks as PHGlobalConfigHooks$1, PHGlobalConfigKey as PHGlobalConfigKey$1, PHGlobalConfigSetters as PHGlobalConfigSetters$1, PHGlobalKey as PHGlobalKey$1, PHModal as PHModal$1, SetPHGlobalValue as SetPHGlobalValue$1, UsePHGlobalValue as UsePHGlobalValue$1 } from "@powerhousedao/reactor-browser";
|
|
22
17
|
import { DocumentModelLib as DocumentModelLib$1, RegistryPackageSource } from "@powerhousedao/shared";
|
|
23
18
|
import { PackageInfo } from "@powerhousedao/shared/registry";
|
|
24
|
-
import { IRelationalDb as IRelationalDb$1, IRelationalQueryBuilder, RelationalDbProcessorClass } from "@powerhousedao/shared/processors";
|
|
25
19
|
|
|
26
20
|
//#region src/actions/dispatch.d.ts
|
|
27
21
|
/**
|
|
@@ -62,124 +56,6 @@ declare function renameDrive(driveId: string, name: string): Promise<PHDocument
|
|
|
62
56
|
declare function setDriveAvailableOffline(driveId: string, availableOffline: boolean): Promise<PHDocument | undefined>;
|
|
63
57
|
declare function setDriveSharingType(driveId: string, sharingType: SharingType): Promise<PHDocument | undefined>;
|
|
64
58
|
//#endregion
|
|
65
|
-
//#region src/analytics/context.d.ts
|
|
66
|
-
type CreateStoreOptions = BrowserAnalyticsStoreOptions;
|
|
67
|
-
declare const analyticsOptionsKey: readonly ["analytics", "options"];
|
|
68
|
-
declare const analyticsStoreKey: readonly ["analytics", "store"];
|
|
69
|
-
declare const analyticsEngineKey: readonly ["analytics", "store"];
|
|
70
|
-
declare function createAnalyticsStore(options: CreateStoreOptions): Promise<{
|
|
71
|
-
store: BrowserAnalyticsStore;
|
|
72
|
-
engine: AnalyticsQueryEngine;
|
|
73
|
-
options: BrowserAnalyticsStoreOptions;
|
|
74
|
-
}>;
|
|
75
|
-
declare function getAnalyticsStore(): Promise<IAnalyticsStore | null>;
|
|
76
|
-
declare function useAnalyticsStoreOptions(): BrowserAnalyticsStoreOptions | undefined;
|
|
77
|
-
declare function useCreateAnalyticsStore(options?: CreateStoreOptions): _tanstack_react_query0.UseMutationResult<IAnalyticsStore | null, Error, void, unknown>;
|
|
78
|
-
declare function useAnalyticsStoreQuery(options?: CreateStoreOptions): _tanstack_react_query0.UseSuspenseQueryResult<IAnalyticsStore | null, Error>;
|
|
79
|
-
declare function useAnalyticsStore(options?: CreateStoreOptions): IAnalyticsStore | null;
|
|
80
|
-
declare function useAnalyticsStoreAsync(options?: CreateStoreOptions): _tanstack_react_query0.UseQueryResult<IAnalyticsStore | null, Error>;
|
|
81
|
-
interface BaseAnalyticsProviderProps extends PropsWithChildren {
|
|
82
|
-
/**
|
|
83
|
-
* Custom QueryClient instance
|
|
84
|
-
* @default undefined
|
|
85
|
-
*/
|
|
86
|
-
queryClient?: QueryClient;
|
|
87
|
-
}
|
|
88
|
-
type CreateAnalyticsStoreProps = {
|
|
89
|
-
options?: CreateStoreOptions;
|
|
90
|
-
} | {
|
|
91
|
-
databaseName?: string;
|
|
92
|
-
};
|
|
93
|
-
type AnalyticsProviderProps = BaseAnalyticsProviderProps & CreateAnalyticsStoreProps;
|
|
94
|
-
declare function AnalyticsProvider({
|
|
95
|
-
children,
|
|
96
|
-
queryClient,
|
|
97
|
-
...props
|
|
98
|
-
}: AnalyticsProviderProps): react_jsx_runtime0.JSX.Element;
|
|
99
|
-
declare function useAnalyticsEngine(): AnalyticsQueryEngine | undefined;
|
|
100
|
-
declare function useAnalyticsEngineAsync(): _tanstack_react_query0.UseQueryResult<AnalyticsQueryEngine, Error>;
|
|
101
|
-
//#endregion
|
|
102
|
-
//#region src/analytics/hooks/analytics-query.d.ts
|
|
103
|
-
type UseAnalyticsQueryOptions<TData = GroupedPeriodResults> = Omit<UseQueryOptions<GroupedPeriodResults, Error, TData>, "queryKey" | "queryFn"> & {
|
|
104
|
-
sources?: AnalyticsPath[];
|
|
105
|
-
};
|
|
106
|
-
type UseAnalyticsQueryResult<TData = GroupedPeriodResults> = UseQueryResult<TData>;
|
|
107
|
-
declare function useAnalyticsQuery<TData = GroupedPeriodResults>(query: AnalyticsQuery, options?: UseAnalyticsQueryOptions<TData>): UseAnalyticsQueryResult<TData>;
|
|
108
|
-
type UseAnalyticsSeriesOptions = Omit<UseQueryOptions<AnalyticsSeries[], Error, AnalyticsSeries[]>, "queryKey" | "queryFn">;
|
|
109
|
-
declare function useAnalyticsSeries(query: AnalyticsSeriesQuery, options?: UseAnalyticsSeriesOptions): UseQueryResult<AnalyticsSeries[], Error>;
|
|
110
|
-
type UseAddSeriesValueOptions = Omit<UseMutationOptions<void, Error, AnalyticsSeriesInput>, "mutationKey" | "mutationFn">;
|
|
111
|
-
declare function useAddSeriesValue(options?: UseAddSeriesValueOptions): _tanstack_react_query0.UseMutationResult<void, Error, AnalyticsSeriesInput, unknown>;
|
|
112
|
-
type UseClearSeriesBySourceOptions = Omit<UseMutationOptions<number, Error, {
|
|
113
|
-
source: AnalyticsPath;
|
|
114
|
-
cleanUpDimensions?: boolean;
|
|
115
|
-
}>, "mutationKey" | "mutationFn">;
|
|
116
|
-
declare function useClearSeriesBySource(options?: UseClearSeriesBySourceOptions): _tanstack_react_query0.UseMutationResult<number, Error, {
|
|
117
|
-
source: AnalyticsPath;
|
|
118
|
-
cleanUpDimensions?: boolean;
|
|
119
|
-
}, unknown>;
|
|
120
|
-
type UseClearEmptyAnalyticsDimensionsOptions = Omit<UseMutationOptions<number>, "mutationKey" | "mutationFn">;
|
|
121
|
-
declare function useClearEmptyAnalyticsDimensions(options?: UseClearEmptyAnalyticsDimensionsOptions): _tanstack_react_query0.UseMutationResult<number, Error, void, unknown>;
|
|
122
|
-
type UseAddSeriesValuesOptions = Omit<UseMutationOptions<void, Error, AnalyticsSeriesInput[]>, "mutationKey" | "mutationFn">;
|
|
123
|
-
declare function useAddSeriesValues(options?: UseAddSeriesValuesOptions): _tanstack_react_query0.UseMutationResult<void, Error, AnalyticsSeriesInput[], unknown>;
|
|
124
|
-
type UseGetDimensionsOptions<TData> = Omit<UseQueryOptions<any, Error, TData>, "queryKey" | "queryFn">;
|
|
125
|
-
declare function useGetDimensions<TData = any>(options?: UseGetDimensionsOptions<TData>): UseQueryResult<_tanstack_react_query0.NoInfer<TData>, Error>;
|
|
126
|
-
type UseMatchingSeriesOptions = Omit<UseQueryOptions<AnalyticsSeries[], Error, AnalyticsSeries[]>, "queryKey" | "queryFn">;
|
|
127
|
-
declare function useMatchingSeries(query: AnalyticsSeriesQuery, options?: UseMatchingSeriesOptions): UseQueryResult<AnalyticsSeries[], Error>;
|
|
128
|
-
type UseQuerySourcesOptions = Omit<UseQueryOptions<AnalyticsPath[] | undefined>, "queryKey" | "queryFn">;
|
|
129
|
-
declare function useQuerySources(query: AnalyticsSeriesQuery, options?: UseQuerySourcesOptions): UseQueryResult<AnalyticsPath[] | undefined, Error>;
|
|
130
|
-
//#endregion
|
|
131
|
-
//#region src/analytics/hooks/document-timeline.d.ts
|
|
132
|
-
declare function useDocumentTimeline(documentId?: string): ({
|
|
133
|
-
id: string;
|
|
134
|
-
type: "bar";
|
|
135
|
-
addSize: 0 | 1 | 2 | 3 | 4;
|
|
136
|
-
delSize: 0 | 1 | 2 | 3 | 4;
|
|
137
|
-
additions: number;
|
|
138
|
-
deletions: number;
|
|
139
|
-
timestampUtcMs: string;
|
|
140
|
-
startDate: Date;
|
|
141
|
-
endDate: Date;
|
|
142
|
-
revision?: number;
|
|
143
|
-
} | {
|
|
144
|
-
id: string;
|
|
145
|
-
type: "divider";
|
|
146
|
-
revision?: number;
|
|
147
|
-
startDate?: Date;
|
|
148
|
-
endDate?: Date;
|
|
149
|
-
})[];
|
|
150
|
-
//#endregion
|
|
151
|
-
//#region src/analytics/hooks/timeline-items.d.ts
|
|
152
|
-
type BarItem = {
|
|
153
|
-
id: string;
|
|
154
|
-
type: "bar";
|
|
155
|
-
addSize: 0 | 1 | 2 | 3 | 4;
|
|
156
|
-
delSize: 0 | 1 | 2 | 3 | 4;
|
|
157
|
-
additions: number;
|
|
158
|
-
deletions: number;
|
|
159
|
-
timestampUtcMs: string;
|
|
160
|
-
startDate: Date;
|
|
161
|
-
endDate: Date;
|
|
162
|
-
revision?: number;
|
|
163
|
-
};
|
|
164
|
-
type DividerItem = {
|
|
165
|
-
id: string;
|
|
166
|
-
type: "divider";
|
|
167
|
-
revision?: number;
|
|
168
|
-
startDate?: Date;
|
|
169
|
-
endDate?: Date;
|
|
170
|
-
};
|
|
171
|
-
type TimelineItem$1 = BarItem | DividerItem;
|
|
172
|
-
type UseTimelineItemsResult = UseAnalyticsQueryResult<TimelineItem$1[]>;
|
|
173
|
-
declare const useTimelineItems: (documentId?: string, startTimestamp?: string, driveId?: string) => UseTimelineItemsResult;
|
|
174
|
-
//#endregion
|
|
175
|
-
//#region src/analytics/types.d.ts
|
|
176
|
-
type IAnalyticsStoreOptions = BrowserAnalyticsStoreOptions;
|
|
177
|
-
type IPowerhouseAnalytics = {
|
|
178
|
-
store: IAnalyticsStore;
|
|
179
|
-
engine: AnalyticsQueryEngine;
|
|
180
|
-
options: IAnalyticsStoreOptions;
|
|
181
|
-
};
|
|
182
|
-
//#endregion
|
|
183
59
|
//#region src/constants.d.ts
|
|
184
60
|
declare const DEFAULT_DRIVE_EDITOR_ID = "powerhouse/generic-drive-explorer";
|
|
185
61
|
declare const COMMON_PACKAGE_ID = "powerhouse/common";
|
|
@@ -264,796 +140,6 @@ declare function getGlobal<K extends keyof PowerhouseGlobal>(namespace: K): Powe
|
|
|
264
140
|
declare function setGlobal<K extends keyof PowerhouseGlobal>(namespace: K, value: PowerhouseGlobal[K]): void;
|
|
265
141
|
declare function clearGlobal(namespace: keyof PowerhouseGlobal): void;
|
|
266
142
|
//#endregion
|
|
267
|
-
//#region src/graphql/gen/schema.d.ts
|
|
268
|
-
type InputMaybe<T> = T | null | undefined;
|
|
269
|
-
type Exact<T extends {
|
|
270
|
-
[key: string]: unknown;
|
|
271
|
-
}> = { [K in keyof T]: T[K] };
|
|
272
|
-
type GraphQLClientRequestHeaders = RequestOptions["requestHeaders"];
|
|
273
|
-
/** All built-in and custom scalars, mapped to their actual values */
|
|
274
|
-
type Scalars = {
|
|
275
|
-
ID: {
|
|
276
|
-
input: string;
|
|
277
|
-
output: string;
|
|
278
|
-
};
|
|
279
|
-
String: {
|
|
280
|
-
input: string;
|
|
281
|
-
output: string;
|
|
282
|
-
};
|
|
283
|
-
Boolean: {
|
|
284
|
-
input: boolean;
|
|
285
|
-
output: boolean;
|
|
286
|
-
};
|
|
287
|
-
Int: {
|
|
288
|
-
input: number;
|
|
289
|
-
output: number;
|
|
290
|
-
};
|
|
291
|
-
Float: {
|
|
292
|
-
input: number;
|
|
293
|
-
output: number;
|
|
294
|
-
};
|
|
295
|
-
DateTime: {
|
|
296
|
-
input: string | Date;
|
|
297
|
-
output: string | Date;
|
|
298
|
-
};
|
|
299
|
-
JSONObject: {
|
|
300
|
-
input: NonNullable<unknown>;
|
|
301
|
-
output: NonNullable<unknown>;
|
|
302
|
-
};
|
|
303
|
-
};
|
|
304
|
-
type ActionContextInput = {
|
|
305
|
-
readonly signer?: InputMaybe<ReactorSignerInput>;
|
|
306
|
-
};
|
|
307
|
-
type ActionInput = {
|
|
308
|
-
readonly attachments?: InputMaybe<ReadonlyArray<AttachmentInput>>;
|
|
309
|
-
readonly context?: InputMaybe<ActionContextInput>;
|
|
310
|
-
readonly id: Scalars["String"]["input"];
|
|
311
|
-
readonly input: Scalars["JSONObject"]["input"];
|
|
312
|
-
readonly scope: Scalars["String"]["input"];
|
|
313
|
-
readonly timestampUtcMs: Scalars["String"]["input"];
|
|
314
|
-
readonly type: Scalars["String"]["input"];
|
|
315
|
-
};
|
|
316
|
-
type AttachmentInput = {
|
|
317
|
-
readonly data: Scalars["String"]["input"];
|
|
318
|
-
readonly extension?: InputMaybe<Scalars["String"]["input"]>;
|
|
319
|
-
readonly fileName?: InputMaybe<Scalars["String"]["input"]>;
|
|
320
|
-
readonly hash: Scalars["String"]["input"];
|
|
321
|
-
readonly mimeType: Scalars["String"]["input"];
|
|
322
|
-
};
|
|
323
|
-
type ChannelMetaInput = {
|
|
324
|
-
readonly id: Scalars["String"]["input"];
|
|
325
|
-
};
|
|
326
|
-
declare enum DocumentChangeType$2 {
|
|
327
|
-
ChildAdded = "CHILD_ADDED",
|
|
328
|
-
ChildRemoved = "CHILD_REMOVED",
|
|
329
|
-
Created = "CREATED",
|
|
330
|
-
Deleted = "DELETED",
|
|
331
|
-
ParentAdded = "PARENT_ADDED",
|
|
332
|
-
ParentRemoved = "PARENT_REMOVED",
|
|
333
|
-
Updated = "UPDATED"
|
|
334
|
-
}
|
|
335
|
-
type DocumentOperationsFilterInput = {
|
|
336
|
-
readonly actionTypes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
337
|
-
readonly branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
338
|
-
readonly scopes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
339
|
-
readonly sinceRevision?: InputMaybe<Scalars["Int"]["input"]>;
|
|
340
|
-
readonly timestampFrom?: InputMaybe<Scalars["String"]["input"]>;
|
|
341
|
-
readonly timestampTo?: InputMaybe<Scalars["String"]["input"]>;
|
|
342
|
-
};
|
|
343
|
-
type OperationContextInput = {
|
|
344
|
-
readonly branch: Scalars["String"]["input"];
|
|
345
|
-
readonly documentId: Scalars["String"]["input"];
|
|
346
|
-
readonly documentType: Scalars["String"]["input"];
|
|
347
|
-
readonly ordinal: Scalars["Int"]["input"];
|
|
348
|
-
readonly scope: Scalars["String"]["input"];
|
|
349
|
-
};
|
|
350
|
-
type OperationInput = {
|
|
351
|
-
readonly action: ActionInput;
|
|
352
|
-
readonly error?: InputMaybe<Scalars["String"]["input"]>;
|
|
353
|
-
readonly hash: Scalars["String"]["input"];
|
|
354
|
-
readonly id?: InputMaybe<Scalars["String"]["input"]>;
|
|
355
|
-
readonly index: Scalars["Int"]["input"];
|
|
356
|
-
readonly skip: Scalars["Int"]["input"];
|
|
357
|
-
readonly timestampUtcMs: Scalars["String"]["input"];
|
|
358
|
-
};
|
|
359
|
-
type OperationWithContextInput = {
|
|
360
|
-
readonly context: OperationContextInput;
|
|
361
|
-
readonly operation: OperationInput;
|
|
362
|
-
};
|
|
363
|
-
type OperationsFilterInput = {
|
|
364
|
-
readonly actionTypes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
365
|
-
readonly branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
366
|
-
readonly documentId: Scalars["String"]["input"];
|
|
367
|
-
readonly scopes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
368
|
-
readonly sinceRevision?: InputMaybe<Scalars["Int"]["input"]>;
|
|
369
|
-
readonly timestampFrom?: InputMaybe<Scalars["String"]["input"]>;
|
|
370
|
-
readonly timestampTo?: InputMaybe<Scalars["String"]["input"]>;
|
|
371
|
-
};
|
|
372
|
-
type PagingInput = {
|
|
373
|
-
readonly cursor?: InputMaybe<Scalars["String"]["input"]>;
|
|
374
|
-
readonly limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
375
|
-
readonly offset?: InputMaybe<Scalars["Int"]["input"]>;
|
|
376
|
-
};
|
|
377
|
-
declare enum PropagationMode {
|
|
378
|
-
Cascade = "CASCADE",
|
|
379
|
-
Orphan = "ORPHAN"
|
|
380
|
-
}
|
|
381
|
-
type ReactorSignerAppInput = {
|
|
382
|
-
readonly key: Scalars["String"]["input"];
|
|
383
|
-
readonly name: Scalars["String"]["input"];
|
|
384
|
-
};
|
|
385
|
-
type ReactorSignerInput = {
|
|
386
|
-
readonly app?: InputMaybe<ReactorSignerAppInput>;
|
|
387
|
-
readonly signatures: ReadonlyArray<Scalars["String"]["input"]>;
|
|
388
|
-
readonly user?: InputMaybe<ReactorSignerUserInput>;
|
|
389
|
-
};
|
|
390
|
-
type ReactorSignerUserInput = {
|
|
391
|
-
readonly address: Scalars["String"]["input"];
|
|
392
|
-
readonly chainId: Scalars["Int"]["input"];
|
|
393
|
-
readonly networkId: Scalars["String"]["input"];
|
|
394
|
-
};
|
|
395
|
-
type RemoteCursorInput = {
|
|
396
|
-
readonly cursorOrdinal: Scalars["Int"]["input"];
|
|
397
|
-
readonly lastSyncedAtUtcMs?: InputMaybe<Scalars["String"]["input"]>;
|
|
398
|
-
readonly remoteName: Scalars["String"]["input"];
|
|
399
|
-
};
|
|
400
|
-
type RemoteFilterInput = {
|
|
401
|
-
readonly branch: Scalars["String"]["input"];
|
|
402
|
-
readonly documentId: ReadonlyArray<Scalars["String"]["input"]>;
|
|
403
|
-
readonly scope: ReadonlyArray<Scalars["String"]["input"]>;
|
|
404
|
-
};
|
|
405
|
-
type SearchFilterInput = {
|
|
406
|
-
readonly identifiers?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
407
|
-
readonly parentId?: InputMaybe<Scalars["String"]["input"]>;
|
|
408
|
-
readonly type?: InputMaybe<Scalars["String"]["input"]>;
|
|
409
|
-
};
|
|
410
|
-
type SyncEnvelopeInput = {
|
|
411
|
-
readonly channelMeta: ChannelMetaInput;
|
|
412
|
-
readonly cursor?: InputMaybe<RemoteCursorInput>;
|
|
413
|
-
readonly dependsOn?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
414
|
-
readonly key?: InputMaybe<Scalars["String"]["input"]>;
|
|
415
|
-
readonly operations?: InputMaybe<ReadonlyArray<OperationWithContextInput>>;
|
|
416
|
-
readonly type: SyncEnvelopeType;
|
|
417
|
-
};
|
|
418
|
-
declare enum SyncEnvelopeType {
|
|
419
|
-
Ack = "ACK",
|
|
420
|
-
Operations = "OPERATIONS"
|
|
421
|
-
}
|
|
422
|
-
type TouchChannelInput = {
|
|
423
|
-
readonly collectionId: Scalars["String"]["input"];
|
|
424
|
-
readonly filter: RemoteFilterInput;
|
|
425
|
-
readonly id: Scalars["String"]["input"];
|
|
426
|
-
readonly name: Scalars["String"]["input"];
|
|
427
|
-
readonly sinceTimestampUtcMs: Scalars["String"]["input"];
|
|
428
|
-
};
|
|
429
|
-
type ViewFilterInput = {
|
|
430
|
-
readonly branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
431
|
-
readonly scopes?: InputMaybe<ReadonlyArray<Scalars["String"]["input"]>>;
|
|
432
|
-
};
|
|
433
|
-
type PhDocumentFieldsFragment = {
|
|
434
|
-
readonly id: string;
|
|
435
|
-
readonly slug?: string | null | undefined;
|
|
436
|
-
readonly name: string;
|
|
437
|
-
readonly documentType: string;
|
|
438
|
-
readonly state: NonNullable<unknown>;
|
|
439
|
-
readonly createdAtUtcIso: string | Date;
|
|
440
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
441
|
-
readonly revisionsList: ReadonlyArray<{
|
|
442
|
-
readonly scope: string;
|
|
443
|
-
readonly revision: number;
|
|
444
|
-
}>;
|
|
445
|
-
};
|
|
446
|
-
type GetDocumentModelsQueryVariables = Exact<{
|
|
447
|
-
namespace?: InputMaybe<Scalars["String"]["input"]>;
|
|
448
|
-
paging?: InputMaybe<PagingInput>;
|
|
449
|
-
}>;
|
|
450
|
-
type GetDocumentModelsQuery = {
|
|
451
|
-
readonly documentModels: {
|
|
452
|
-
readonly totalCount: number;
|
|
453
|
-
readonly hasNextPage: boolean;
|
|
454
|
-
readonly hasPreviousPage: boolean;
|
|
455
|
-
readonly cursor?: string | null | undefined;
|
|
456
|
-
readonly items: ReadonlyArray<{
|
|
457
|
-
readonly id: string;
|
|
458
|
-
readonly name: string;
|
|
459
|
-
readonly namespace?: string | null | undefined;
|
|
460
|
-
readonly version?: string | null | undefined;
|
|
461
|
-
readonly specification: NonNullable<unknown>;
|
|
462
|
-
}>;
|
|
463
|
-
};
|
|
464
|
-
};
|
|
465
|
-
type GetDocumentQueryVariables = Exact<{
|
|
466
|
-
identifier: Scalars["String"]["input"];
|
|
467
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
468
|
-
}>;
|
|
469
|
-
type GetDocumentQuery = {
|
|
470
|
-
readonly document?: {
|
|
471
|
-
readonly childIds: ReadonlyArray<string>;
|
|
472
|
-
readonly document: {
|
|
473
|
-
readonly id: string;
|
|
474
|
-
readonly slug?: string | null | undefined;
|
|
475
|
-
readonly name: string;
|
|
476
|
-
readonly documentType: string;
|
|
477
|
-
readonly state: NonNullable<unknown>;
|
|
478
|
-
readonly createdAtUtcIso: string | Date;
|
|
479
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
480
|
-
readonly revisionsList: ReadonlyArray<{
|
|
481
|
-
readonly scope: string;
|
|
482
|
-
readonly revision: number;
|
|
483
|
-
}>;
|
|
484
|
-
};
|
|
485
|
-
} | null | undefined;
|
|
486
|
-
};
|
|
487
|
-
type GetDocumentWithOperationsQueryVariables = Exact<{
|
|
488
|
-
identifier: Scalars["String"]["input"];
|
|
489
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
490
|
-
operationsFilter?: InputMaybe<DocumentOperationsFilterInput>;
|
|
491
|
-
operationsPaging?: InputMaybe<PagingInput>;
|
|
492
|
-
}>;
|
|
493
|
-
type GetDocumentWithOperationsQuery = {
|
|
494
|
-
readonly document?: {
|
|
495
|
-
readonly childIds: ReadonlyArray<string>;
|
|
496
|
-
readonly document: {
|
|
497
|
-
readonly id: string;
|
|
498
|
-
readonly slug?: string | null | undefined;
|
|
499
|
-
readonly name: string;
|
|
500
|
-
readonly documentType: string;
|
|
501
|
-
readonly state: NonNullable<unknown>;
|
|
502
|
-
readonly createdAtUtcIso: string | Date;
|
|
503
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
504
|
-
readonly operations?: {
|
|
505
|
-
readonly totalCount: number;
|
|
506
|
-
readonly hasNextPage: boolean;
|
|
507
|
-
readonly hasPreviousPage: boolean;
|
|
508
|
-
readonly cursor?: string | null | undefined;
|
|
509
|
-
readonly items: ReadonlyArray<{
|
|
510
|
-
readonly index: number;
|
|
511
|
-
readonly timestampUtcMs: string;
|
|
512
|
-
readonly hash: string;
|
|
513
|
-
readonly skip: number;
|
|
514
|
-
readonly error?: string | null | undefined;
|
|
515
|
-
readonly id?: string | null | undefined;
|
|
516
|
-
readonly action: {
|
|
517
|
-
readonly id: string;
|
|
518
|
-
readonly type: string;
|
|
519
|
-
readonly timestampUtcMs: string;
|
|
520
|
-
readonly input: NonNullable<unknown>;
|
|
521
|
-
readonly scope: string;
|
|
522
|
-
readonly attachments?: ReadonlyArray<{
|
|
523
|
-
readonly data: string;
|
|
524
|
-
readonly mimeType: string;
|
|
525
|
-
readonly hash: string;
|
|
526
|
-
readonly extension?: string | null | undefined;
|
|
527
|
-
readonly fileName?: string | null | undefined;
|
|
528
|
-
}> | null | undefined;
|
|
529
|
-
readonly context?: {
|
|
530
|
-
readonly signer?: {
|
|
531
|
-
readonly signatures: ReadonlyArray<string>;
|
|
532
|
-
readonly user?: {
|
|
533
|
-
readonly address: string;
|
|
534
|
-
readonly networkId: string;
|
|
535
|
-
readonly chainId: number;
|
|
536
|
-
} | null | undefined;
|
|
537
|
-
readonly app?: {
|
|
538
|
-
readonly name: string;
|
|
539
|
-
readonly key: string;
|
|
540
|
-
} | null | undefined;
|
|
541
|
-
} | null | undefined;
|
|
542
|
-
} | null | undefined;
|
|
543
|
-
};
|
|
544
|
-
}>;
|
|
545
|
-
} | null | undefined;
|
|
546
|
-
readonly revisionsList: ReadonlyArray<{
|
|
547
|
-
readonly scope: string;
|
|
548
|
-
readonly revision: number;
|
|
549
|
-
}>;
|
|
550
|
-
};
|
|
551
|
-
} | null | undefined;
|
|
552
|
-
};
|
|
553
|
-
type GetDocumentChildrenQueryVariables = Exact<{
|
|
554
|
-
parentIdentifier: Scalars["String"]["input"];
|
|
555
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
556
|
-
paging?: InputMaybe<PagingInput>;
|
|
557
|
-
}>;
|
|
558
|
-
type GetDocumentChildrenQuery = {
|
|
559
|
-
readonly documentChildren: {
|
|
560
|
-
readonly totalCount: number;
|
|
561
|
-
readonly hasNextPage: boolean;
|
|
562
|
-
readonly hasPreviousPage: boolean;
|
|
563
|
-
readonly cursor?: string | null | undefined;
|
|
564
|
-
readonly items: ReadonlyArray<{
|
|
565
|
-
readonly id: string;
|
|
566
|
-
readonly slug?: string | null | undefined;
|
|
567
|
-
readonly name: string;
|
|
568
|
-
readonly documentType: string;
|
|
569
|
-
readonly state: NonNullable<unknown>;
|
|
570
|
-
readonly createdAtUtcIso: string | Date;
|
|
571
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
572
|
-
readonly revisionsList: ReadonlyArray<{
|
|
573
|
-
readonly scope: string;
|
|
574
|
-
readonly revision: number;
|
|
575
|
-
}>;
|
|
576
|
-
}>;
|
|
577
|
-
};
|
|
578
|
-
};
|
|
579
|
-
type GetDocumentParentsQueryVariables = Exact<{
|
|
580
|
-
childIdentifier: Scalars["String"]["input"];
|
|
581
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
582
|
-
paging?: InputMaybe<PagingInput>;
|
|
583
|
-
}>;
|
|
584
|
-
type GetDocumentParentsQuery = {
|
|
585
|
-
readonly documentParents: {
|
|
586
|
-
readonly totalCount: number;
|
|
587
|
-
readonly hasNextPage: boolean;
|
|
588
|
-
readonly hasPreviousPage: boolean;
|
|
589
|
-
readonly cursor?: string | null | undefined;
|
|
590
|
-
readonly items: ReadonlyArray<{
|
|
591
|
-
readonly id: string;
|
|
592
|
-
readonly slug?: string | null | undefined;
|
|
593
|
-
readonly name: string;
|
|
594
|
-
readonly documentType: string;
|
|
595
|
-
readonly state: NonNullable<unknown>;
|
|
596
|
-
readonly createdAtUtcIso: string | Date;
|
|
597
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
598
|
-
readonly revisionsList: ReadonlyArray<{
|
|
599
|
-
readonly scope: string;
|
|
600
|
-
readonly revision: number;
|
|
601
|
-
}>;
|
|
602
|
-
}>;
|
|
603
|
-
};
|
|
604
|
-
};
|
|
605
|
-
type FindDocumentsQueryVariables = Exact<{
|
|
606
|
-
search?: InputMaybe<SearchFilterInput>;
|
|
607
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
608
|
-
paging?: InputMaybe<PagingInput>;
|
|
609
|
-
}>;
|
|
610
|
-
type FindDocumentsQuery = {
|
|
611
|
-
readonly findDocuments: {
|
|
612
|
-
readonly totalCount: number;
|
|
613
|
-
readonly hasNextPage: boolean;
|
|
614
|
-
readonly hasPreviousPage: boolean;
|
|
615
|
-
readonly cursor?: string | null | undefined;
|
|
616
|
-
readonly items: ReadonlyArray<{
|
|
617
|
-
readonly id: string;
|
|
618
|
-
readonly slug?: string | null | undefined;
|
|
619
|
-
readonly name: string;
|
|
620
|
-
readonly documentType: string;
|
|
621
|
-
readonly state: NonNullable<unknown>;
|
|
622
|
-
readonly createdAtUtcIso: string | Date;
|
|
623
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
624
|
-
readonly revisionsList: ReadonlyArray<{
|
|
625
|
-
readonly scope: string;
|
|
626
|
-
readonly revision: number;
|
|
627
|
-
}>;
|
|
628
|
-
}>;
|
|
629
|
-
};
|
|
630
|
-
};
|
|
631
|
-
type GetDocumentOperationsQueryVariables = Exact<{
|
|
632
|
-
filter: OperationsFilterInput;
|
|
633
|
-
paging?: InputMaybe<PagingInput>;
|
|
634
|
-
}>;
|
|
635
|
-
type GetDocumentOperationsQuery = {
|
|
636
|
-
readonly documentOperations: {
|
|
637
|
-
readonly totalCount: number;
|
|
638
|
-
readonly hasNextPage: boolean;
|
|
639
|
-
readonly hasPreviousPage: boolean;
|
|
640
|
-
readonly cursor?: string | null | undefined;
|
|
641
|
-
readonly items: ReadonlyArray<{
|
|
642
|
-
readonly index: number;
|
|
643
|
-
readonly timestampUtcMs: string;
|
|
644
|
-
readonly hash: string;
|
|
645
|
-
readonly skip: number;
|
|
646
|
-
readonly error?: string | null | undefined;
|
|
647
|
-
readonly id?: string | null | undefined;
|
|
648
|
-
readonly action: {
|
|
649
|
-
readonly id: string;
|
|
650
|
-
readonly type: string;
|
|
651
|
-
readonly timestampUtcMs: string;
|
|
652
|
-
readonly input: NonNullable<unknown>;
|
|
653
|
-
readonly scope: string;
|
|
654
|
-
readonly attachments?: ReadonlyArray<{
|
|
655
|
-
readonly data: string;
|
|
656
|
-
readonly mimeType: string;
|
|
657
|
-
readonly hash: string;
|
|
658
|
-
readonly extension?: string | null | undefined;
|
|
659
|
-
readonly fileName?: string | null | undefined;
|
|
660
|
-
}> | null | undefined;
|
|
661
|
-
readonly context?: {
|
|
662
|
-
readonly signer?: {
|
|
663
|
-
readonly signatures: ReadonlyArray<string>;
|
|
664
|
-
readonly user?: {
|
|
665
|
-
readonly address: string;
|
|
666
|
-
readonly networkId: string;
|
|
667
|
-
readonly chainId: number;
|
|
668
|
-
} | null | undefined;
|
|
669
|
-
readonly app?: {
|
|
670
|
-
readonly name: string;
|
|
671
|
-
readonly key: string;
|
|
672
|
-
} | null | undefined;
|
|
673
|
-
} | null | undefined;
|
|
674
|
-
} | null | undefined;
|
|
675
|
-
};
|
|
676
|
-
}>;
|
|
677
|
-
};
|
|
678
|
-
};
|
|
679
|
-
type GetJobStatusQueryVariables = Exact<{
|
|
680
|
-
jobId: Scalars["String"]["input"];
|
|
681
|
-
}>;
|
|
682
|
-
type GetJobStatusQuery = {
|
|
683
|
-
readonly jobStatus?: {
|
|
684
|
-
readonly id: string;
|
|
685
|
-
readonly status: string;
|
|
686
|
-
readonly result: NonNullable<unknown>;
|
|
687
|
-
readonly error?: string | null | undefined;
|
|
688
|
-
readonly createdAt: string | Date;
|
|
689
|
-
readonly completedAt?: string | Date | null | undefined;
|
|
690
|
-
} | null | undefined;
|
|
691
|
-
};
|
|
692
|
-
type CreateDocumentMutationVariables = Exact<{
|
|
693
|
-
document: Scalars["JSONObject"]["input"];
|
|
694
|
-
parentIdentifier?: InputMaybe<Scalars["String"]["input"]>;
|
|
695
|
-
}>;
|
|
696
|
-
type CreateDocumentMutation = {
|
|
697
|
-
readonly createDocument: {
|
|
698
|
-
readonly id: string;
|
|
699
|
-
readonly slug?: string | null | undefined;
|
|
700
|
-
readonly name: string;
|
|
701
|
-
readonly documentType: string;
|
|
702
|
-
readonly state: NonNullable<unknown>;
|
|
703
|
-
readonly createdAtUtcIso: string | Date;
|
|
704
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
705
|
-
readonly revisionsList: ReadonlyArray<{
|
|
706
|
-
readonly scope: string;
|
|
707
|
-
readonly revision: number;
|
|
708
|
-
}>;
|
|
709
|
-
};
|
|
710
|
-
};
|
|
711
|
-
type CreateEmptyDocumentMutationVariables = Exact<{
|
|
712
|
-
documentType: Scalars["String"]["input"];
|
|
713
|
-
parentIdentifier?: InputMaybe<Scalars["String"]["input"]>;
|
|
714
|
-
}>;
|
|
715
|
-
type CreateEmptyDocumentMutation = {
|
|
716
|
-
readonly createEmptyDocument: {
|
|
717
|
-
readonly id: string;
|
|
718
|
-
readonly slug?: string | null | undefined;
|
|
719
|
-
readonly name: string;
|
|
720
|
-
readonly documentType: string;
|
|
721
|
-
readonly state: NonNullable<unknown>;
|
|
722
|
-
readonly createdAtUtcIso: string | Date;
|
|
723
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
724
|
-
readonly revisionsList: ReadonlyArray<{
|
|
725
|
-
readonly scope: string;
|
|
726
|
-
readonly revision: number;
|
|
727
|
-
}>;
|
|
728
|
-
};
|
|
729
|
-
};
|
|
730
|
-
type MutateDocumentMutationVariables = Exact<{
|
|
731
|
-
documentIdentifier: Scalars["String"]["input"];
|
|
732
|
-
actions: ReadonlyArray<Scalars["JSONObject"]["input"]>;
|
|
733
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
734
|
-
}>;
|
|
735
|
-
type MutateDocumentMutation = {
|
|
736
|
-
readonly mutateDocument: {
|
|
737
|
-
readonly id: string;
|
|
738
|
-
readonly slug?: string | null | undefined;
|
|
739
|
-
readonly name: string;
|
|
740
|
-
readonly documentType: string;
|
|
741
|
-
readonly state: NonNullable<unknown>;
|
|
742
|
-
readonly createdAtUtcIso: string | Date;
|
|
743
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
744
|
-
readonly revisionsList: ReadonlyArray<{
|
|
745
|
-
readonly scope: string;
|
|
746
|
-
readonly revision: number;
|
|
747
|
-
}>;
|
|
748
|
-
};
|
|
749
|
-
};
|
|
750
|
-
type MutateDocumentAsyncMutationVariables = Exact<{
|
|
751
|
-
documentIdentifier: Scalars["String"]["input"];
|
|
752
|
-
actions: ReadonlyArray<Scalars["JSONObject"]["input"]>;
|
|
753
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
754
|
-
}>;
|
|
755
|
-
type MutateDocumentAsyncMutation = {
|
|
756
|
-
readonly mutateDocumentAsync: string;
|
|
757
|
-
};
|
|
758
|
-
type RenameDocumentMutationVariables = Exact<{
|
|
759
|
-
documentIdentifier: Scalars["String"]["input"];
|
|
760
|
-
name: Scalars["String"]["input"];
|
|
761
|
-
branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
762
|
-
}>;
|
|
763
|
-
type RenameDocumentMutation = {
|
|
764
|
-
readonly renameDocument: {
|
|
765
|
-
readonly id: string;
|
|
766
|
-
readonly slug?: string | null | undefined;
|
|
767
|
-
readonly name: string;
|
|
768
|
-
readonly documentType: string;
|
|
769
|
-
readonly state: NonNullable<unknown>;
|
|
770
|
-
readonly createdAtUtcIso: string | Date;
|
|
771
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
772
|
-
readonly revisionsList: ReadonlyArray<{
|
|
773
|
-
readonly scope: string;
|
|
774
|
-
readonly revision: number;
|
|
775
|
-
}>;
|
|
776
|
-
};
|
|
777
|
-
};
|
|
778
|
-
type AddChildrenMutationVariables = Exact<{
|
|
779
|
-
parentIdentifier: Scalars["String"]["input"];
|
|
780
|
-
documentIdentifiers: ReadonlyArray<Scalars["String"]["input"]>;
|
|
781
|
-
branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
782
|
-
}>;
|
|
783
|
-
type AddChildrenMutation = {
|
|
784
|
-
readonly addChildren: {
|
|
785
|
-
readonly id: string;
|
|
786
|
-
readonly slug?: string | null | undefined;
|
|
787
|
-
readonly name: string;
|
|
788
|
-
readonly documentType: string;
|
|
789
|
-
readonly state: NonNullable<unknown>;
|
|
790
|
-
readonly createdAtUtcIso: string | Date;
|
|
791
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
792
|
-
readonly revisionsList: ReadonlyArray<{
|
|
793
|
-
readonly scope: string;
|
|
794
|
-
readonly revision: number;
|
|
795
|
-
}>;
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
type RemoveChildrenMutationVariables = Exact<{
|
|
799
|
-
parentIdentifier: Scalars["String"]["input"];
|
|
800
|
-
documentIdentifiers: ReadonlyArray<Scalars["String"]["input"]>;
|
|
801
|
-
branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
802
|
-
}>;
|
|
803
|
-
type RemoveChildrenMutation = {
|
|
804
|
-
readonly removeChildren: {
|
|
805
|
-
readonly id: string;
|
|
806
|
-
readonly slug?: string | null | undefined;
|
|
807
|
-
readonly name: string;
|
|
808
|
-
readonly documentType: string;
|
|
809
|
-
readonly state: NonNullable<unknown>;
|
|
810
|
-
readonly createdAtUtcIso: string | Date;
|
|
811
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
812
|
-
readonly revisionsList: ReadonlyArray<{
|
|
813
|
-
readonly scope: string;
|
|
814
|
-
readonly revision: number;
|
|
815
|
-
}>;
|
|
816
|
-
};
|
|
817
|
-
};
|
|
818
|
-
type MoveChildrenMutationVariables = Exact<{
|
|
819
|
-
sourceParentIdentifier: Scalars["String"]["input"];
|
|
820
|
-
targetParentIdentifier: Scalars["String"]["input"];
|
|
821
|
-
documentIdentifiers: ReadonlyArray<Scalars["String"]["input"]>;
|
|
822
|
-
branch?: InputMaybe<Scalars["String"]["input"]>;
|
|
823
|
-
}>;
|
|
824
|
-
type MoveChildrenMutation = {
|
|
825
|
-
readonly moveChildren: {
|
|
826
|
-
readonly source: {
|
|
827
|
-
readonly id: string;
|
|
828
|
-
readonly slug?: string | null | undefined;
|
|
829
|
-
readonly name: string;
|
|
830
|
-
readonly documentType: string;
|
|
831
|
-
readonly state: NonNullable<unknown>;
|
|
832
|
-
readonly createdAtUtcIso: string | Date;
|
|
833
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
834
|
-
readonly revisionsList: ReadonlyArray<{
|
|
835
|
-
readonly scope: string;
|
|
836
|
-
readonly revision: number;
|
|
837
|
-
}>;
|
|
838
|
-
};
|
|
839
|
-
readonly target: {
|
|
840
|
-
readonly id: string;
|
|
841
|
-
readonly slug?: string | null | undefined;
|
|
842
|
-
readonly name: string;
|
|
843
|
-
readonly documentType: string;
|
|
844
|
-
readonly state: NonNullable<unknown>;
|
|
845
|
-
readonly createdAtUtcIso: string | Date;
|
|
846
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
847
|
-
readonly revisionsList: ReadonlyArray<{
|
|
848
|
-
readonly scope: string;
|
|
849
|
-
readonly revision: number;
|
|
850
|
-
}>;
|
|
851
|
-
};
|
|
852
|
-
};
|
|
853
|
-
};
|
|
854
|
-
type DeleteDocumentMutationVariables = Exact<{
|
|
855
|
-
identifier: Scalars["String"]["input"];
|
|
856
|
-
propagate?: InputMaybe<PropagationMode>;
|
|
857
|
-
}>;
|
|
858
|
-
type DeleteDocumentMutation = {
|
|
859
|
-
readonly deleteDocument: boolean;
|
|
860
|
-
};
|
|
861
|
-
type DeleteDocumentsMutationVariables = Exact<{
|
|
862
|
-
identifiers: ReadonlyArray<Scalars["String"]["input"]>;
|
|
863
|
-
propagate?: InputMaybe<PropagationMode>;
|
|
864
|
-
}>;
|
|
865
|
-
type DeleteDocumentsMutation = {
|
|
866
|
-
readonly deleteDocuments: boolean;
|
|
867
|
-
};
|
|
868
|
-
type DocumentChangesSubscriptionVariables = Exact<{
|
|
869
|
-
search?: InputMaybe<SearchFilterInput>;
|
|
870
|
-
view?: InputMaybe<ViewFilterInput>;
|
|
871
|
-
}>;
|
|
872
|
-
type DocumentChangesSubscription = {
|
|
873
|
-
readonly documentChanges: {
|
|
874
|
-
readonly type: DocumentChangeType$2;
|
|
875
|
-
readonly documents: ReadonlyArray<{
|
|
876
|
-
readonly id: string;
|
|
877
|
-
readonly slug?: string | null | undefined;
|
|
878
|
-
readonly name: string;
|
|
879
|
-
readonly documentType: string;
|
|
880
|
-
readonly state: NonNullable<unknown>;
|
|
881
|
-
readonly createdAtUtcIso: string | Date;
|
|
882
|
-
readonly lastModifiedAtUtcIso: string | Date;
|
|
883
|
-
readonly revisionsList: ReadonlyArray<{
|
|
884
|
-
readonly scope: string;
|
|
885
|
-
readonly revision: number;
|
|
886
|
-
}>;
|
|
887
|
-
}>;
|
|
888
|
-
readonly context?: {
|
|
889
|
-
readonly parentId?: string | null | undefined;
|
|
890
|
-
readonly childId?: string | null | undefined;
|
|
891
|
-
} | null | undefined;
|
|
892
|
-
};
|
|
893
|
-
};
|
|
894
|
-
type JobChangesSubscriptionVariables = Exact<{
|
|
895
|
-
jobId: Scalars["String"]["input"];
|
|
896
|
-
}>;
|
|
897
|
-
type JobChangesSubscription = {
|
|
898
|
-
readonly jobChanges: {
|
|
899
|
-
readonly jobId: string;
|
|
900
|
-
readonly status: string;
|
|
901
|
-
readonly result: NonNullable<unknown>;
|
|
902
|
-
readonly error?: string | null | undefined;
|
|
903
|
-
};
|
|
904
|
-
};
|
|
905
|
-
type PollSyncEnvelopesQueryVariables = Exact<{
|
|
906
|
-
channelId: Scalars["String"]["input"];
|
|
907
|
-
outboxAck: Scalars["Int"]["input"];
|
|
908
|
-
outboxLatest: Scalars["Int"]["input"];
|
|
909
|
-
}>;
|
|
910
|
-
type PollSyncEnvelopesQuery = {
|
|
911
|
-
readonly pollSyncEnvelopes: {
|
|
912
|
-
readonly ackOrdinal: number;
|
|
913
|
-
readonly hasMore: boolean;
|
|
914
|
-
readonly envelopes: ReadonlyArray<{
|
|
915
|
-
readonly type: SyncEnvelopeType;
|
|
916
|
-
readonly key?: string | null | undefined;
|
|
917
|
-
readonly dependsOn?: ReadonlyArray<string> | null | undefined;
|
|
918
|
-
readonly channelMeta: {
|
|
919
|
-
readonly id: string;
|
|
920
|
-
};
|
|
921
|
-
readonly operations?: ReadonlyArray<{
|
|
922
|
-
readonly operation: {
|
|
923
|
-
readonly index: number;
|
|
924
|
-
readonly timestampUtcMs: string;
|
|
925
|
-
readonly hash: string;
|
|
926
|
-
readonly skip: number;
|
|
927
|
-
readonly error?: string | null | undefined;
|
|
928
|
-
readonly id?: string | null | undefined;
|
|
929
|
-
readonly action: {
|
|
930
|
-
readonly id: string;
|
|
931
|
-
readonly type: string;
|
|
932
|
-
readonly timestampUtcMs: string;
|
|
933
|
-
readonly input: NonNullable<unknown>;
|
|
934
|
-
readonly scope: string;
|
|
935
|
-
readonly attachments?: ReadonlyArray<{
|
|
936
|
-
readonly data: string;
|
|
937
|
-
readonly mimeType: string;
|
|
938
|
-
readonly hash: string;
|
|
939
|
-
readonly extension?: string | null | undefined;
|
|
940
|
-
readonly fileName?: string | null | undefined;
|
|
941
|
-
}> | null | undefined;
|
|
942
|
-
readonly context?: {
|
|
943
|
-
readonly signer?: {
|
|
944
|
-
readonly signatures: ReadonlyArray<string>;
|
|
945
|
-
readonly user?: {
|
|
946
|
-
readonly address: string;
|
|
947
|
-
readonly networkId: string;
|
|
948
|
-
readonly chainId: number;
|
|
949
|
-
} | null | undefined;
|
|
950
|
-
readonly app?: {
|
|
951
|
-
readonly name: string;
|
|
952
|
-
readonly key: string;
|
|
953
|
-
} | null | undefined;
|
|
954
|
-
} | null | undefined;
|
|
955
|
-
} | null | undefined;
|
|
956
|
-
};
|
|
957
|
-
};
|
|
958
|
-
readonly context: {
|
|
959
|
-
readonly documentId: string;
|
|
960
|
-
readonly documentType: string;
|
|
961
|
-
readonly scope: string;
|
|
962
|
-
readonly branch: string;
|
|
963
|
-
};
|
|
964
|
-
}> | null | undefined;
|
|
965
|
-
readonly cursor?: {
|
|
966
|
-
readonly remoteName: string;
|
|
967
|
-
readonly cursorOrdinal: number;
|
|
968
|
-
readonly lastSyncedAtUtcMs?: string | null | undefined;
|
|
969
|
-
} | null | undefined;
|
|
970
|
-
}>;
|
|
971
|
-
readonly deadLetters: ReadonlyArray<{
|
|
972
|
-
readonly documentId: string;
|
|
973
|
-
readonly error: string;
|
|
974
|
-
}>;
|
|
975
|
-
};
|
|
976
|
-
};
|
|
977
|
-
type TouchChannelMutationVariables = Exact<{
|
|
978
|
-
input: TouchChannelInput;
|
|
979
|
-
}>;
|
|
980
|
-
type TouchChannelMutation = {
|
|
981
|
-
readonly touchChannel: {
|
|
982
|
-
readonly success: boolean;
|
|
983
|
-
readonly ackOrdinal: number;
|
|
984
|
-
};
|
|
985
|
-
};
|
|
986
|
-
type PushSyncEnvelopesMutationVariables = Exact<{
|
|
987
|
-
envelopes: ReadonlyArray<SyncEnvelopeInput>;
|
|
988
|
-
}>;
|
|
989
|
-
type PushSyncEnvelopesMutation = {
|
|
990
|
-
readonly pushSyncEnvelopes: boolean;
|
|
991
|
-
};
|
|
992
|
-
type SdkFunctionWrapper = <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
|
|
993
|
-
declare function getSdk(client: GraphQLClient, withWrapper?: SdkFunctionWrapper): {
|
|
994
|
-
GetDocumentModels(variables?: GetDocumentModelsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDocumentModelsQuery>;
|
|
995
|
-
GetDocument(variables: GetDocumentQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDocumentQuery>;
|
|
996
|
-
GetDocumentWithOperations(variables: GetDocumentWithOperationsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDocumentWithOperationsQuery>;
|
|
997
|
-
GetDocumentChildren(variables: GetDocumentChildrenQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDocumentChildrenQuery>;
|
|
998
|
-
GetDocumentParents(variables: GetDocumentParentsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDocumentParentsQuery>;
|
|
999
|
-
FindDocuments(variables?: FindDocumentsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<FindDocumentsQuery>;
|
|
1000
|
-
GetDocumentOperations(variables: GetDocumentOperationsQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetDocumentOperationsQuery>;
|
|
1001
|
-
GetJobStatus(variables: GetJobStatusQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<GetJobStatusQuery>;
|
|
1002
|
-
CreateDocument(variables: CreateDocumentMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateDocumentMutation>;
|
|
1003
|
-
CreateEmptyDocument(variables: CreateEmptyDocumentMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<CreateEmptyDocumentMutation>;
|
|
1004
|
-
MutateDocument(variables: MutateDocumentMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MutateDocumentMutation>;
|
|
1005
|
-
MutateDocumentAsync(variables: MutateDocumentAsyncMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MutateDocumentAsyncMutation>;
|
|
1006
|
-
RenameDocument(variables: RenameDocumentMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<RenameDocumentMutation>;
|
|
1007
|
-
AddChildren(variables: AddChildrenMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<AddChildrenMutation>;
|
|
1008
|
-
RemoveChildren(variables: RemoveChildrenMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<RemoveChildrenMutation>;
|
|
1009
|
-
MoveChildren(variables: MoveChildrenMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<MoveChildrenMutation>;
|
|
1010
|
-
DeleteDocument(variables: DeleteDocumentMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteDocumentMutation>;
|
|
1011
|
-
DeleteDocuments(variables: DeleteDocumentsMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DeleteDocumentsMutation>;
|
|
1012
|
-
DocumentChanges(variables?: DocumentChangesSubscriptionVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<DocumentChangesSubscription>;
|
|
1013
|
-
JobChanges(variables: JobChangesSubscriptionVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<JobChangesSubscription>;
|
|
1014
|
-
PollSyncEnvelopes(variables: PollSyncEnvelopesQueryVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<PollSyncEnvelopesQuery>;
|
|
1015
|
-
TouchChannel(variables: TouchChannelMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<TouchChannelMutation>;
|
|
1016
|
-
PushSyncEnvelopes(variables: PushSyncEnvelopesMutationVariables, requestHeaders?: GraphQLClientRequestHeaders, signal?: RequestInit["signal"]): Promise<PushSyncEnvelopesMutation>;
|
|
1017
|
-
};
|
|
1018
|
-
type Sdk = ReturnType<typeof getSdk>;
|
|
1019
|
-
//#endregion
|
|
1020
|
-
//#region src/graphql/types.d.ts
|
|
1021
|
-
type DocumentOperationsPage = GetDocumentOperationsQuery["documentOperations"];
|
|
1022
|
-
type DocumentResult = NonNullable<GetDocumentQuery["document"]>;
|
|
1023
|
-
type ReactorGraphQLClient = Sdk & {
|
|
1024
|
-
/** Fetch multiple documentOperations in a single request via aliases. */BatchGetDocumentOperations?: (filters: OperationsFilterInput[], pagings: (PagingInput | undefined | null)[]) => Promise<DocumentOperationsPage[]>; /** Fetch a document and multiple documentOperations in a single request. */
|
|
1025
|
-
BatchGetDocumentWithOperations?: (identifier: string, view: ViewFilterInput | undefined, filters: OperationsFilterInput[], pagings: (PagingInput | undefined)[]) => Promise<{
|
|
1026
|
-
document: DocumentResult | null;
|
|
1027
|
-
operations: DocumentOperationsPage[];
|
|
1028
|
-
}>;
|
|
1029
|
-
};
|
|
1030
|
-
//#endregion
|
|
1031
|
-
//#region src/graphql/client.d.ts
|
|
1032
|
-
/**
|
|
1033
|
-
* Creates a GraphQL client for the Reactor Subgraph API.
|
|
1034
|
-
* @param urlOrGQLClient The URL of the GraphQL API or a GraphQL client instance.
|
|
1035
|
-
* @param middleware An optional middleware function to wrap the GraphQL client calls.
|
|
1036
|
-
* @returns A GraphQL client for the Reactor Subgraph API.
|
|
1037
|
-
*/
|
|
1038
|
-
declare function createClient(urlOrGQLClient: string | GraphQLClient, middleware?: SdkFunctionWrapper): ReactorGraphQLClient;
|
|
1039
|
-
//#endregion
|
|
1040
|
-
//#region src/renown/use-renown-auth.d.ts
|
|
1041
|
-
type RenownAuthStatus = LoginStatus | "loading";
|
|
1042
|
-
interface RenownAuth {
|
|
1043
|
-
status: RenownAuthStatus | undefined;
|
|
1044
|
-
user: User | undefined;
|
|
1045
|
-
address: string | undefined;
|
|
1046
|
-
ensName: string | undefined;
|
|
1047
|
-
avatarUrl: string | undefined;
|
|
1048
|
-
profileId: string | undefined;
|
|
1049
|
-
displayName: string | undefined;
|
|
1050
|
-
displayAddress: string | undefined;
|
|
1051
|
-
login: () => void;
|
|
1052
|
-
logout: () => Promise<void>;
|
|
1053
|
-
openProfile: () => void;
|
|
1054
|
-
}
|
|
1055
|
-
declare function useRenownAuth(): RenownAuth;
|
|
1056
|
-
//#endregion
|
|
1057
143
|
//#region src/hooks/add-ph-event-handlers.d.ts
|
|
1058
144
|
declare function addPHEventHandlers(): void;
|
|
1059
145
|
//#endregion
|
|
@@ -1244,17 +330,6 @@ declare function usePHDocumentEditorConfigByKey<TKey extends PHDocumentEditorCon
|
|
|
1244
330
|
//#region src/hooks/config/utils.d.ts
|
|
1245
331
|
declare function callGlobalSetterForKey<TKey extends PHGlobalConfigKey$1>(key: TKey, value: PHGlobalConfig$1[TKey] | undefined): void;
|
|
1246
332
|
//#endregion
|
|
1247
|
-
//#region src/renown/utils.d.ts
|
|
1248
|
-
declare function openRenown(documentId?: string): void;
|
|
1249
|
-
/**
|
|
1250
|
-
* Log in the user. Resolves the user DID from (in order):
|
|
1251
|
-
* 1. Explicit `userDid` argument
|
|
1252
|
-
* 2. `?user=` URL parameter (from Renown portal redirect)
|
|
1253
|
-
* 3. Previously stored session in the Renown instance
|
|
1254
|
-
*/
|
|
1255
|
-
declare function login(userDid: string | undefined, renown: IRenown | undefined): Promise<User | undefined>;
|
|
1256
|
-
declare function logout(): Promise<void>;
|
|
1257
|
-
//#endregion
|
|
1258
333
|
//#region src/types/config.d.ts
|
|
1259
334
|
type PHGlobalConfig = PHCommonGlobalConfig & PHAppConfig & PHDocumentEditorConfig & PHDrivesGlobalConfig & PHAnalyticsGlobalConfig & PHRelationalProcessorsGlobalConfig & PHProcessorsGlobalConfig & PHRenownGlobalConfig & PHSentryGlobalConfig;
|
|
1260
335
|
type PHGlobalConfigKey = keyof PHGlobalConfig;
|
|
@@ -1940,18 +1015,6 @@ type RefreshReactorDataConfig = {
|
|
|
1940
1015
|
};
|
|
1941
1016
|
declare const refreshReactorData: (reactor: IReactorClient, immediate?: boolean) => Promise<void>;
|
|
1942
1017
|
declare const refreshReactorDataClient: (reactor: IReactorClient | undefined, immediate?: boolean) => Promise<void>;
|
|
1943
|
-
/**
|
|
1944
|
-
* @deprecated Use {@link initRenownCrypto} instead
|
|
1945
|
-
*
|
|
1946
|
-
* Initialize ConnectCrypto
|
|
1947
|
-
* @returns ConnectCrypto instance
|
|
1948
|
-
*/
|
|
1949
|
-
declare function initConnectCrypto(): Promise<_renown_sdk0.RenownCrypto>;
|
|
1950
|
-
/**
|
|
1951
|
-
* Initialize RenownCrypto
|
|
1952
|
-
* @returns RenownCrypto instance
|
|
1953
|
-
*/
|
|
1954
|
-
declare function initRenownCrypto(): Promise<_renown_sdk0.RenownCrypto>;
|
|
1955
1018
|
//#endregion
|
|
1956
1019
|
//#region src/registry/types.d.ts
|
|
1957
1020
|
interface PublishEvent {
|
|
@@ -1973,45 +1036,6 @@ declare class RegistryClient {
|
|
|
1973
1036
|
declare function getPackages(registryUrl: string): Promise<PackageInfo[]>;
|
|
1974
1037
|
declare function getPackagesByDocumentType(registryUrl: string, documentType: string): Promise<string[]>;
|
|
1975
1038
|
//#endregion
|
|
1976
|
-
//#region src/relational/hooks/useRelationalDb.d.ts
|
|
1977
|
-
type RelationalDbWithLive<Schema> = IRelationalDb$1<Schema> & {
|
|
1978
|
-
live: LiveNamespace;
|
|
1979
|
-
};
|
|
1980
|
-
interface IRelationalDbState<Schema> {
|
|
1981
|
-
db: RelationalDbWithLive<Schema> | null;
|
|
1982
|
-
isLoading: boolean;
|
|
1983
|
-
error: Error | null;
|
|
1984
|
-
}
|
|
1985
|
-
declare const useRelationalDb: <Schema>() => IRelationalDbState<Schema>;
|
|
1986
|
-
//#endregion
|
|
1987
|
-
//#region src/relational/hooks/useRelationalQuery.d.ts
|
|
1988
|
-
type QueryCallbackReturnType = {
|
|
1989
|
-
sql: string;
|
|
1990
|
-
parameters?: readonly unknown[];
|
|
1991
|
-
};
|
|
1992
|
-
type useRelationalQueryOptions = {
|
|
1993
|
-
hashNamespace?: boolean;
|
|
1994
|
-
};
|
|
1995
|
-
declare function useRelationalQuery<Schema, T = unknown, TParams = undefined>(ProcessorClass: RelationalDbProcessorClass<Schema>, driveId: string, queryCallback: (db: IRelationalQueryBuilder<Schema>, parameters?: TParams) => QueryCallbackReturnType, parameters?: TParams, options?: useRelationalQueryOptions): {
|
|
1996
|
-
readonly isLoading: boolean;
|
|
1997
|
-
readonly error: Error | null;
|
|
1998
|
-
readonly result: LiveQueryResults<T> | null;
|
|
1999
|
-
};
|
|
2000
|
-
//#endregion
|
|
2001
|
-
//#region src/relational/utils/createProcessorQuery.d.ts
|
|
2002
|
-
declare function createProcessorQuery<TSchema>(ProcessorClass: RelationalDbProcessorClass<TSchema>): {
|
|
2003
|
-
<TQueryBuilder extends (db: IRelationalQueryBuilder<TSchema>) => QueryCallbackReturnType$1>(driveId: string, queryCallback: TQueryBuilder): {
|
|
2004
|
-
isLoading: boolean;
|
|
2005
|
-
error: Error | null;
|
|
2006
|
-
result: LiveQueryResults<ReturnType<TQueryBuilder> extends CompiledQuery<infer R> ? R : any> | null;
|
|
2007
|
-
};
|
|
2008
|
-
<TParams, TQueryBuilder extends (db: IRelationalQueryBuilder<TSchema>, parameters: TParams) => QueryCallbackReturnType$1>(driveId: string, queryCallback: TQueryBuilder, parameters: TParams, options?: useRelationalQueryOptions$1): {
|
|
2009
|
-
isLoading: boolean;
|
|
2010
|
-
error: Error | null;
|
|
2011
|
-
result: LiveQueryResults<ReturnType<TQueryBuilder> extends CompiledQuery<infer R> ? R : any> | null;
|
|
2012
|
-
};
|
|
2013
|
-
};
|
|
2014
|
-
//#endregion
|
|
2015
1039
|
//#region src/remote-controller/types.d.ts
|
|
2016
1040
|
type RemoteControllerGraphQLClient = Pick<ReactorGraphQLClient, "GetDocument" | "GetDocumentWithOperations" | "GetDocumentOperations" | "MutateDocument" | "CreateDocument" | "CreateEmptyDocument" | "DeleteDocument" | "BatchGetDocumentOperations" | "BatchGetDocumentWithOperations">;
|
|
2017
1041
|
type RemoteDocumentData = PhDocumentFieldsFragment;
|
|
@@ -2295,300 +1319,6 @@ declare class ConflictError extends Error {
|
|
|
2295
1319
|
/** Convert remote operations to local DocumentOperations format. */
|
|
2296
1320
|
declare function convertRemoteOperations(operationsByScope: Record<string, RemoteOperation[]>): DocumentOperations;
|
|
2297
1321
|
//#endregion
|
|
2298
|
-
//#region src/renown/components/RenownAuthButton.d.ts
|
|
2299
|
-
interface RenownAuthButtonProps {
|
|
2300
|
-
className?: string;
|
|
2301
|
-
darkMode?: boolean;
|
|
2302
|
-
loginContent?: ReactNode;
|
|
2303
|
-
userContent?: ReactNode;
|
|
2304
|
-
loadingContent?: ReactNode;
|
|
2305
|
-
children?: (auth: RenownAuth) => ReactNode;
|
|
2306
|
-
}
|
|
2307
|
-
declare function RenownAuthButton({
|
|
2308
|
-
className,
|
|
2309
|
-
darkMode,
|
|
2310
|
-
loginContent,
|
|
2311
|
-
userContent,
|
|
2312
|
-
loadingContent,
|
|
2313
|
-
children
|
|
2314
|
-
}: RenownAuthButtonProps): react_jsx_runtime0.JSX.Element;
|
|
2315
|
-
//#endregion
|
|
2316
|
-
//#region src/renown/components/RenownLoginButton.d.ts
|
|
2317
|
-
interface RenownLoginButtonProps {
|
|
2318
|
-
onLogin?: () => void;
|
|
2319
|
-
darkMode?: boolean;
|
|
2320
|
-
style?: CSSProperties;
|
|
2321
|
-
className?: string;
|
|
2322
|
-
asChild?: boolean;
|
|
2323
|
-
children?: ReactNode;
|
|
2324
|
-
}
|
|
2325
|
-
declare function RenownLoginButton({
|
|
2326
|
-
onLogin: onLoginProp,
|
|
2327
|
-
darkMode,
|
|
2328
|
-
style,
|
|
2329
|
-
className,
|
|
2330
|
-
asChild,
|
|
2331
|
-
children
|
|
2332
|
-
}: RenownLoginButtonProps): react_jsx_runtime0.JSX.Element;
|
|
2333
|
-
//#endregion
|
|
2334
|
-
//#region src/renown/components/RenownUserButton.d.ts
|
|
2335
|
-
interface RenownUserButtonMenuItem {
|
|
2336
|
-
label: string;
|
|
2337
|
-
icon?: ReactNode;
|
|
2338
|
-
onClick: () => void;
|
|
2339
|
-
style?: CSSProperties;
|
|
2340
|
-
}
|
|
2341
|
-
interface RenownUserButtonProps {
|
|
2342
|
-
address?: string;
|
|
2343
|
-
username?: string;
|
|
2344
|
-
avatarUrl?: string;
|
|
2345
|
-
userId?: string;
|
|
2346
|
-
onDisconnect?: () => void;
|
|
2347
|
-
style?: CSSProperties;
|
|
2348
|
-
className?: string;
|
|
2349
|
-
asChild?: boolean;
|
|
2350
|
-
children?: ReactNode;
|
|
2351
|
-
menuItems?: RenownUserButtonMenuItem[];
|
|
2352
|
-
}
|
|
2353
|
-
declare function RenownUserButton({
|
|
2354
|
-
address: addressProp,
|
|
2355
|
-
username: usernameProp,
|
|
2356
|
-
avatarUrl: avatarUrlProp,
|
|
2357
|
-
userId: userIdProp,
|
|
2358
|
-
onDisconnect: onDisconnectProp,
|
|
2359
|
-
style,
|
|
2360
|
-
className,
|
|
2361
|
-
asChild,
|
|
2362
|
-
children,
|
|
2363
|
-
menuItems
|
|
2364
|
-
}: RenownUserButtonProps): react_jsx_runtime0.JSX.Element;
|
|
2365
|
-
//#endregion
|
|
2366
|
-
//#region src/renown/components/icons.d.ts
|
|
2367
|
-
interface IconProps {
|
|
2368
|
-
size?: number;
|
|
2369
|
-
width?: number;
|
|
2370
|
-
height?: number;
|
|
2371
|
-
color?: string;
|
|
2372
|
-
style?: CSSProperties;
|
|
2373
|
-
className?: string;
|
|
2374
|
-
}
|
|
2375
|
-
interface RenownLogoProps extends IconProps {
|
|
2376
|
-
hovered?: boolean;
|
|
2377
|
-
}
|
|
2378
|
-
declare function RenownLogo({
|
|
2379
|
-
width,
|
|
2380
|
-
height,
|
|
2381
|
-
hovered,
|
|
2382
|
-
color,
|
|
2383
|
-
className
|
|
2384
|
-
}: RenownLogoProps): react_jsx_runtime0.JSX.Element;
|
|
2385
|
-
declare function CopyIcon({
|
|
2386
|
-
size,
|
|
2387
|
-
color
|
|
2388
|
-
}: IconProps): react_jsx_runtime0.JSX.Element;
|
|
2389
|
-
declare function DisconnectIcon({
|
|
2390
|
-
size,
|
|
2391
|
-
color
|
|
2392
|
-
}: IconProps): react_jsx_runtime0.JSX.Element;
|
|
2393
|
-
declare function SpinnerIcon({
|
|
2394
|
-
size,
|
|
2395
|
-
color
|
|
2396
|
-
}: IconProps): react_jsx_runtime0.JSX.Element;
|
|
2397
|
-
declare function ChevronDownIcon({
|
|
2398
|
-
size,
|
|
2399
|
-
color,
|
|
2400
|
-
style
|
|
2401
|
-
}: IconProps): react_jsx_runtime0.JSX.Element;
|
|
2402
|
-
declare function UserIcon({
|
|
2403
|
-
size,
|
|
2404
|
-
color
|
|
2405
|
-
}: IconProps): react_jsx_runtime0.JSX.Element;
|
|
2406
|
-
//#endregion
|
|
2407
|
-
//#region src/renown/constants.d.ts
|
|
2408
|
-
declare const RENOWN_URL = "https://www.renown.id";
|
|
2409
|
-
declare const RENOWN_NETWORK_ID = "eip155";
|
|
2410
|
-
declare const RENOWN_CHAIN_ID = "1";
|
|
2411
|
-
declare const DOMAIN_TYPE: readonly [{
|
|
2412
|
-
readonly name: "name";
|
|
2413
|
-
readonly type: "string";
|
|
2414
|
-
}, {
|
|
2415
|
-
readonly name: "version";
|
|
2416
|
-
readonly type: "string";
|
|
2417
|
-
}, {
|
|
2418
|
-
readonly name: "chainId";
|
|
2419
|
-
readonly type: "uint256";
|
|
2420
|
-
}, {
|
|
2421
|
-
readonly name: "verifyingContract";
|
|
2422
|
-
readonly type: "address";
|
|
2423
|
-
}];
|
|
2424
|
-
declare const VERIFIABLE_CREDENTIAL_EIP712_TYPE: readonly [{
|
|
2425
|
-
readonly name: "@context";
|
|
2426
|
-
readonly type: "string[]";
|
|
2427
|
-
}, {
|
|
2428
|
-
readonly name: "type";
|
|
2429
|
-
readonly type: "string[]";
|
|
2430
|
-
}, {
|
|
2431
|
-
readonly name: "id";
|
|
2432
|
-
readonly type: "string";
|
|
2433
|
-
}, {
|
|
2434
|
-
readonly name: "issuer";
|
|
2435
|
-
readonly type: "Issuer";
|
|
2436
|
-
}, {
|
|
2437
|
-
readonly name: "credentialSubject";
|
|
2438
|
-
readonly type: "CredentialSubject";
|
|
2439
|
-
}, {
|
|
2440
|
-
readonly name: "credentialSchema";
|
|
2441
|
-
readonly type: "CredentialSchema";
|
|
2442
|
-
}, {
|
|
2443
|
-
readonly name: "issuanceDate";
|
|
2444
|
-
readonly type: "string";
|
|
2445
|
-
}, {
|
|
2446
|
-
readonly name: "expirationDate";
|
|
2447
|
-
readonly type: "string";
|
|
2448
|
-
}];
|
|
2449
|
-
declare const CREDENTIAL_SCHEMA_EIP712_TYPE: readonly [{
|
|
2450
|
-
readonly name: "id";
|
|
2451
|
-
readonly type: "string";
|
|
2452
|
-
}, {
|
|
2453
|
-
readonly name: "type";
|
|
2454
|
-
readonly type: "string";
|
|
2455
|
-
}];
|
|
2456
|
-
declare const CREDENTIAL_SUBJECT_TYPE: readonly [{
|
|
2457
|
-
readonly name: "app";
|
|
2458
|
-
readonly type: "string";
|
|
2459
|
-
}, {
|
|
2460
|
-
readonly name: "id";
|
|
2461
|
-
readonly type: "string";
|
|
2462
|
-
}, {
|
|
2463
|
-
readonly name: "name";
|
|
2464
|
-
readonly type: "string";
|
|
2465
|
-
}];
|
|
2466
|
-
declare const ISSUER_TYPE: readonly [{
|
|
2467
|
-
readonly name: "id";
|
|
2468
|
-
readonly type: "string";
|
|
2469
|
-
}, {
|
|
2470
|
-
readonly name: "ethereumAddress";
|
|
2471
|
-
readonly type: "string";
|
|
2472
|
-
}];
|
|
2473
|
-
declare const CREDENTIAL_TYPES: {
|
|
2474
|
-
readonly EIP712Domain: readonly [{
|
|
2475
|
-
readonly name: "name";
|
|
2476
|
-
readonly type: "string";
|
|
2477
|
-
}, {
|
|
2478
|
-
readonly name: "version";
|
|
2479
|
-
readonly type: "string";
|
|
2480
|
-
}, {
|
|
2481
|
-
readonly name: "chainId";
|
|
2482
|
-
readonly type: "uint256";
|
|
2483
|
-
}, {
|
|
2484
|
-
readonly name: "verifyingContract";
|
|
2485
|
-
readonly type: "address";
|
|
2486
|
-
}];
|
|
2487
|
-
readonly VerifiableCredential: readonly [{
|
|
2488
|
-
readonly name: "@context";
|
|
2489
|
-
readonly type: "string[]";
|
|
2490
|
-
}, {
|
|
2491
|
-
readonly name: "type";
|
|
2492
|
-
readonly type: "string[]";
|
|
2493
|
-
}, {
|
|
2494
|
-
readonly name: "id";
|
|
2495
|
-
readonly type: "string";
|
|
2496
|
-
}, {
|
|
2497
|
-
readonly name: "issuer";
|
|
2498
|
-
readonly type: "Issuer";
|
|
2499
|
-
}, {
|
|
2500
|
-
readonly name: "credentialSubject";
|
|
2501
|
-
readonly type: "CredentialSubject";
|
|
2502
|
-
}, {
|
|
2503
|
-
readonly name: "credentialSchema";
|
|
2504
|
-
readonly type: "CredentialSchema";
|
|
2505
|
-
}, {
|
|
2506
|
-
readonly name: "issuanceDate";
|
|
2507
|
-
readonly type: "string";
|
|
2508
|
-
}, {
|
|
2509
|
-
readonly name: "expirationDate";
|
|
2510
|
-
readonly type: "string";
|
|
2511
|
-
}];
|
|
2512
|
-
readonly CredentialSchema: readonly [{
|
|
2513
|
-
readonly name: "id";
|
|
2514
|
-
readonly type: "string";
|
|
2515
|
-
}, {
|
|
2516
|
-
readonly name: "type";
|
|
2517
|
-
readonly type: "string";
|
|
2518
|
-
}];
|
|
2519
|
-
readonly CredentialSubject: readonly [{
|
|
2520
|
-
readonly name: "app";
|
|
2521
|
-
readonly type: "string";
|
|
2522
|
-
}, {
|
|
2523
|
-
readonly name: "id";
|
|
2524
|
-
readonly type: "string";
|
|
2525
|
-
}, {
|
|
2526
|
-
readonly name: "name";
|
|
2527
|
-
readonly type: "string";
|
|
2528
|
-
}];
|
|
2529
|
-
readonly Issuer: readonly [{
|
|
2530
|
-
readonly name: "id";
|
|
2531
|
-
readonly type: "string";
|
|
2532
|
-
}, {
|
|
2533
|
-
readonly name: "ethereumAddress";
|
|
2534
|
-
readonly type: "string";
|
|
2535
|
-
}];
|
|
2536
|
-
};
|
|
2537
|
-
//#endregion
|
|
2538
|
-
//#region src/renown/use-renown-init.d.ts
|
|
2539
|
-
interface RenownInitOptions {
|
|
2540
|
-
appName: string;
|
|
2541
|
-
/**
|
|
2542
|
-
* Prefix for localStorage keys, allowing multiple apps
|
|
2543
|
-
* to use Renown on the same domain without conflicts.
|
|
2544
|
-
*/
|
|
2545
|
-
namespace?: string;
|
|
2546
|
-
url?: string;
|
|
2547
|
-
}
|
|
2548
|
-
/**
|
|
2549
|
-
* Hook that initializes the Renown SDK.
|
|
2550
|
-
* Call once at the top of your app. Options are read only on first mount.
|
|
2551
|
-
* Returns a promise that resolves with the Renown instance.
|
|
2552
|
-
*
|
|
2553
|
-
* @example
|
|
2554
|
-
* ```tsx
|
|
2555
|
-
* function App() {
|
|
2556
|
-
* const renownPromise = useRenownInit({ appName: "my-app" });
|
|
2557
|
-
* return <MyApp />;
|
|
2558
|
-
* }
|
|
2559
|
-
* ```
|
|
2560
|
-
*/
|
|
2561
|
-
declare function useRenownInit({
|
|
2562
|
-
appName,
|
|
2563
|
-
namespace,
|
|
2564
|
-
url
|
|
2565
|
-
}: RenownInitOptions): Promise<IRenown>;
|
|
2566
|
-
//#endregion
|
|
2567
|
-
//#region src/renown/renown-init.d.ts
|
|
2568
|
-
interface RenownProps extends RenownInitOptions {
|
|
2569
|
-
onError?: (error: unknown) => void;
|
|
2570
|
-
}
|
|
2571
|
-
/**
|
|
2572
|
-
* Side-effect component that initializes the Renown SDK.
|
|
2573
|
-
* Renders nothing — place it alongside your app tree.
|
|
2574
|
-
*
|
|
2575
|
-
* @example
|
|
2576
|
-
* ```tsx
|
|
2577
|
-
* function App() {
|
|
2578
|
-
* return (
|
|
2579
|
-
* <>
|
|
2580
|
-
* <Renown appName="my-app" onError={console.error} />
|
|
2581
|
-
* <MyApp />
|
|
2582
|
-
* </>
|
|
2583
|
-
* );
|
|
2584
|
-
* }
|
|
2585
|
-
* ```
|
|
2586
|
-
*/
|
|
2587
|
-
declare function Renown({
|
|
2588
|
-
onError,
|
|
2589
|
-
...initOptions
|
|
2590
|
-
}: RenownProps): null;
|
|
2591
|
-
//#endregion
|
|
2592
1322
|
//#region src/storage/base-storage.d.ts
|
|
2593
1323
|
declare abstract class BaseStorage<V> implements Iterable<[string, V]> {
|
|
2594
1324
|
abstract get(key: string): V | undefined;
|
|
@@ -2697,5 +1427,5 @@ declare function getUserPermissions(): {
|
|
|
2697
1427
|
//#region src/utils/validate-document.d.ts
|
|
2698
1428
|
declare const validateDocument: (document: PHDocument) => ValidationError[];
|
|
2699
1429
|
//#endregion
|
|
2700
|
-
export { ActionTracker, AddPHGlobalEventHandler, AnalyticsProvider, BaseStorage, BrowserLocalStorage, BrowserReactorClientModule, COMMON_PACKAGE_ID, CREDENTIAL_SCHEMA_EIP712_TYPE, CREDENTIAL_SUBJECT_TYPE, CREDENTIAL_TYPES, ChannelScheme, ChevronDownIcon, ConflictError, type ConflictInfo, ConflictResolution, type ConflictStrategy, type ConnectionState, type ConnectionStateSnapshot, CopyIcon, DEFAULT_DRIVE_EDITOR_ID, DOMAIN_TYPE, type Database, DisconnectIcon, DiscoveryEvent, DiscoveryEventListener, DispatchFn, DocumentCache, type RemoteDocumentChangeEvent as DocumentChangeEvent, type DocumentChangeListener, DocumentChangeType, DocumentDispatch, DocumentIntegrityService, DocumentTypeIcon, FileUploadProgress, FileUploadProgressCallback, FulfilledPromise, FullPHGlobalConfig, type GetDocumentResult, type GetDocumentWithOperationsResult, type GetOperationsResult, GqlRequestChannel, IAnalyticsStoreOptions, type IChannel, IDocumentCache, type IDocumentModelLoader, IPackageDiscoveryService, IPackageListerUnsubscribe, IPackageManager, IPackagesListener, IPowerhouseAnalytics, type IProcessor, type IProcessorHostModule, type IQueue, type IRelationalDb, type IRemoteClient, type IRemoteController, ISSUER_TYPE, IStorage, InMemoryQueue, IntervalPollTimer, type Job, type JwtHandler, type KeyframeValidationIssue, LOADING, type MergeHandler, NodeKind, type OperationWithContext, PHAnalyticsGlobalConfig, PHAppConfig, PHAppConfigHooks, PHAppConfigKey, PHAppConfigSetters, PHCommonGlobalConfig, PHDocumentEditorConfig, PHDocumentEditorConfigHooks, PHDocumentEditorConfigKey, PHDocumentEditorConfigSetters, PHDrivesGlobalConfig, PHGlobal, PHGlobalConfig, PHGlobalConfigHooks, PHGlobalConfigHooksForKey, PHGlobalConfigKey, PHGlobalConfigSetters, PHGlobalConfigSettersForKey, PHGlobalEventHandlerAdders, PHGlobalKey, PHGlobalValue, PHModal, PHProcessorsGlobalConfig, PHRelationalProcessorsGlobalConfig, PHRenownGlobalConfig, PHSentryGlobalConfig, PHToastFn, PHToastOptions, PHToastType, PackageManagerInstallResult, type ParsedDriveUrl, PendingInstallation, type ProcessorApp, type ProcessorFactory, type ProcessorFactoryBuilder, type ProcessorFilter, type ProcessorRecord, PromiseState, PromiseWithState, PropagationMode, PublishEvent, type PushResult, QueryCallbackReturnType, REACTOR_SCHEMA, RENOWN_CHAIN_ID, RENOWN_NETWORK_ID, RENOWN_URL, ReactorBuilder, ReactorClientBuilder, ReactorDefaultDrivesConfig, type ReactorGraphQLClient, type RebuildResult, RefreshReactorDataConfig, RegistryClient, RejectedPromise, RelationalDbProcessor, RelationalDbWithLive, type Remote, RemoteClient, type RemoteControllerGraphQLClient, type RemoteControllerOptions, RemoteDocumentController, type RemoteDocumentControllerWith, type RemoteDocumentData, type RemoteOperation, type RemoteOperationResultPage, Renown, type RenownAuth, RenownAuthButton, type RenownAuthButtonProps, type RenownAuthStatus, type RenownInitOptions, RenownLoginButton, type RenownLoginButtonProps, RenownLogo, type RenownProps, RenownUserButton, type RenownUserButtonMenuItem, type RenownUserButtonProps, SetEvent, SetPHGlobalValue, type SignerConfig, type SnapshotValidationIssue, SpinnerIcon, type SyncOperation, SyncOperationStatus, type SyncStatus, TimelineBarItem, TimelineDividerItem, TimelineItem, type TrackedAction, UISyncStatus, UseAddSeriesValueOptions, UseAddSeriesValuesOptions, UseAnalyticsQueryOptions, UseAnalyticsQueryResult, UseAnalyticsSeriesOptions, UseClearEmptyAnalyticsDimensionsOptions, UseClearSeriesBySourceOptions, UseDispatchResult, UseGetDimensionsOptions, UseMatchingSeriesOptions, UseOnDropFile, UsePHGlobalValue, UseQuerySourcesOptions, UseTimelineItemsResult, UserIcon, VERIFIABLE_CREDENTIAL_EIP712_TYPE, type ValidationResult, addAllowListEventHandler, addAllowedDocumentTypesEventHandler, addAnalyticsDatabaseNameEventHandler, addBasePathEventHandler, addCliVersionEventHandler, addDefaultDrivesUrlEventHandler, addDisabledEditorsEventHandler, addDocument, addDocumentCacheEventHandler, addDrive, addDrivesEventHandler, addDrivesPreserveStrategyEventHandler, addEnabledEditorsEventHandler, addFeaturesEventHandler, addFileUploadOperationsChunkSizeEventHandler, addFolder, addGaTrackingIdEventHandler, addIsAddCloudDrivesEnabledEventHandler, addIsAddDriveEnabledEventHandler, addIsAddLocalDrivesEnabledEventHandler, addIsAddPublicDrivesEnabledEventHandler, addIsAnalyticsDatabaseWorkerEnabledEventHandler, addIsAnalyticsEnabledEventHandler, addIsAnalyticsExternalProcessorsEnabledEventHandler, addIsCloudDrivesEnabledEventHandler, addIsDeleteCloudDrivesEnabledEventHandler, addIsDeleteLocalDrivesEnabledEventHandler, addIsDeletePublicDrivesEnabledEventHandler, addIsDiffAnalyticsEnabledEventHandler, addIsDocumentModelSelectionSettingsEnabledEventHandler, addIsDragAndDropEnabledEventHandler, addIsDriveAnalyticsEnabledEventHandler, addIsEditorDebugModeEnabledEventHandler, addIsEditorReadModeEnabledEventHandler, addIsExternalControlsEnabledEventHandler, addIsExternalPackagesEnabledEventHandler, addIsExternalProcessorsEnabledEventHandler, addIsExternalRelationalProcessorsEnabledEventHandler, addIsLocalDrivesEnabledEventHandler, addIsPublicDrivesEnabledEventHandler, addIsRelationalProcessorsEnabledEventHandler, addIsSentryTracingEnabledEventHandler, addLoadingEventHandler, addLocalDrivesEnabledEventHandler, addLogLevelEventHandler, addModalEventHandler, addPHEventHandlers, addPackageDiscoveryServiceEventHandler, addPromiseState, addReactorClientEventHandler, addReactorClientModuleEventHandler, addRemoteDrive, addRenownChainIdEventHandler, addRenownEventHandler, addRenownNetworkIdEventHandler, addRenownUrlEventHandler, addRequiresHardRefreshEventHandler, addResetSelectedNodeEventHandler, addRevisionHistoryVisibleEventHandler, addRouterBasenameEventHandler, addSelectedDriveIdEventHandler, addSelectedNodeIdEventHandler, addSelectedTimelineItemEventHandler, addSelectedTimelineRevisionEventHandler, addSentryDsnEventHandler, addSentryEnvEventHandler, addSentryReleaseEventHandler, addSetSelectedDriveOnPopStateEventHandler, addSetSelectedNodeOnPopStateEventHandler, addStudioModeEventHandler, addToastEventHandler, addVersionCheckIntervalEventHandler, addVersionEventHandler, addVetraPackageManagerEventHandler, addWarnOutdatedAppEventHandler, analyticsEngineKey, analyticsOptionsKey, analyticsStoreKey, baseDocumentModels, baseDocumentModelsMap, buildDocumentSubgraphQuery, buildDocumentSubgraphUrl, callGlobalSetterForKey, clearGlobal, closePHModal, convertRemoteOperations, createAnalyticsStore, createClient, createProcessorQuery, createUrlWithPreservedParams, deleteDrive, deleteNode, dispatchActions, driveCollectionId, driveIdFromUrl, dropAllReactorStorage, exportDocument, exportFile, extractDriveIdFromPath, extractDriveIdFromSlug, extractDriveSlugFromPath, extractNodeIdFromPath, extractNodeIdFromSlug, extractNodeSlugFromPath, findUuid, getAnalyticsStore, getDocumentGraphqlQuery, getDriveIdBySlug, getDrives, getGlobal, getPackages, getPackagesByDocumentType, getPathWithoutBase, getRevisionFromDate, getSlugFromDriveUrl, getSwitchboardGatewayUrlFromDriveUrl, getSyncStatus, getSyncStatusSync, getUserPermissions, hideRevisionHistory, initConnectCrypto, initRenownCrypto, isDocumentTypeSupported, isExternalControlsEnabledEventFunctions, isFileNodeKind, isFolderNodeKind, loading, login, logout, makeDriveUrlComponent, makeNodeSlug, makePHEventFunctions, openRenown, parseDriveUrl, phAppConfigHooks, phAppConfigSetters, phDocumentEditorConfigHooks, phDocumentEditorConfigSetters, phGlobalConfigHooks, phGlobalConfigSetters, readPromiseState, refreshReactorData, refreshReactorDataClient, renameDrive, renameDriveNode, resolveUrlPathname, setAllowList, setAllowedDocumentTypes, setAnalyticsDatabaseName, setBasePath, setCliVersion, setDefaultDrivesUrl, setDefaultPHGlobalConfig, setDisabledEditors, setDocumentCache, setDriveAvailableOffline, setDriveSharingType, setDrives, setDrivesPreserveStrategy, setEnabledEditors, setFeatures, setFileUploadOperationsChunkSize, setGaTrackingId, setGlobal, setIsAddCloudDrivesEnabled, setIsAddDriveEnabled, setIsAddLocalDrivesEnabled, setIsAddPublicDrivesEnabled, setIsAnalyticsDatabaseWorkerEnabled, setIsAnalyticsEnabled, setIsAnalyticsExternalProcessorsEnabled, setIsCloudDrivesEnabled, setIsDeleteCloudDrivesEnabled, setIsDeleteLocalDrivesEnabled, setIsDeletePublicDrivesEnabled, setIsDiffAnalyticsEnabled, setIsDocumentModelSelectionSettingsEnabled, setIsDragAndDropEnabled, setIsDriveAnalyticsEnabled, setIsEditorDebugModeEnabled, setIsEditorReadModeEnabled, setIsExternalControlsEnabled, setIsExternalPackagesEnabled, setIsExternalProcessorsEnabled, setIsExternalRelationalProcessorsEnabled, setIsLocalDrivesEnabled, setIsPublicDrivesEnabled, setIsRelationalProcessorsEnabled, setIsSentryTracingEnabled, setLoading, setLocalDrivesEnabled, setLogLevel, setPHAppConfig, setPHAppConfigByKey, setPHDocumentEditorConfig, setPHDocumentEditorConfigByKey, setPHGlobalConfig, setPHGlobalConfigByKey, setPHModal, setPHToast, setPackageDiscoveryService, setReactorClient, setReactorClientModule, setRenown, setRenownChainId, setRenownNetworkId, setRenownUrl, setRequiresHardRefresh, setRevisionHistoryVisible, setRouterBasename, setSelectedDrive, setSelectedNode, setSelectedTimelineItem, setSelectedTimelineRevision, setSentryDsn, setSentryEnv, setSentryRelease, setStudioMode, setVersion, setVersionCheckInterval, setVetraPackageManager, setWarnOutdatedApp, showCreateDocumentModal, showDeleteNodeModal, showPHModal, showRevisionHistory, sortNodesByName, truncateAllTables, useAddSeriesValue, useAddSeriesValues, useAllowList, useAllowedDocumentModelModules, useAllowedDocumentTypes, useAnalyticsDatabaseName, useAnalyticsEngine, useAnalyticsEngineAsync, useAnalyticsQuery, useAnalyticsSeries, useAnalyticsStore, useAnalyticsStoreAsync, useAnalyticsStoreOptions, useAnalyticsStoreQuery, useAppModuleById, useAppModules, useBasePath, useClearEmptyAnalyticsDimensions, useClearSeriesBySource, useCliVersion, useConnectionState, useConnectionStates, useCreateAnalyticsStore, useDatabase, useDefaultAppModule, useDefaultDrivesUrl, useDid, useDisabledEditors, useDispatch, useDocument, useDocumentById, useDocumentCache, useDocumentModelModuleById, useDocumentModelModules, useDocumentOfType, useDocumentOperations, useDocumentTimeline, useDocumentTypes, useDocumentTypesInSelectedDrive, useDocuments, useDocumentsByIds, useDocumentsInSelectedDrive, useDocumentsInSelectedFolder, useDriveById, useDrives, useDrivesPreserveStrategy, useEditorModuleById, useEditorModules, useEditorModulesForDocumentType, useEnabledEditors, useFallbackEditorModule, useFeatures, useFileNodesInSelectedDrive, useFileNodesInSelectedFolder, useFileUploadOperationsChunkSize, useFolderById, useFolderNodesInSelectedDrive, useFolderNodesInSelectedFolder, useGaTrackingId, useGetDimensions, useGetDocument, useGetDocumentAsync, useGetDocuments, useGetSwitchboardLink, useIsAddCloudDrivesEnabled, useIsAddDriveEnabled, useIsAddLocalDrivesEnabled, useIsAddPublicDrivesEnabled, useIsAnalyticsDatabaseWorkerEnabled, useIsAnalyticsEnabled, useIsAnalyticsExternalProcessorsEnabled, useIsCloudDrivesEnabled, useIsDeleteCloudDrivesEnabled, useIsDeleteLocalDrivesEnabled, useIsDeletePublicDrivesEnabled, useIsDiffAnalyticsEnabled, useIsDocumentModelSelectionSettingsEnabled, useIsDragAndDropEnabled, useIsDriveAnalyticsEnabled, useIsEditorDebugModeEnabled, useIsEditorReadModeEnabled, useIsExternalControlsEnabled, useIsExternalPackagesEnabled, useIsExternalProcessorsEnabled, useIsExternalRelationalProcessorsEnabled, useIsLocalDrivesEnabled, useIsPublicDrivesEnabled, useIsRelationalProcessorsEnabled, useIsSentryTracingEnabled, useLoading, useLocalDrivesEnabled, useLogLevel, useLoginStatus, useMatchingSeries, useModelRegistry, useNodeActions, useNodeById, useNodeParentFolderById, useNodePathById, useNodesInSelectedDrive, useNodesInSelectedDriveOrFolder, useNodesInSelectedFolder, useOnDropFile, usePGlite, usePHAppConfigByKey, usePHDocumentEditorConfigByKey, usePHGlobalConfigByKey, usePHModal, usePHToast, usePackageDiscoveryService, useParentFolderForSelectedNode, useQuerySources, useReactorClient, useReactorClientModule, useRelationalDb, useRelationalQuery, useRelationalQueryOptions, useRenown, useRenownAuth, useRenownChainId, useRenownInit, useRenownNetworkId, useRenownUrl, useRequiresHardRefresh, useResetPHGlobalConfig, useRevisionHistoryVisible, useRouterBasename, useSelectedDocument, useSelectedDocumentId, useSelectedDocumentOfType, useSelectedDocumentSafe, useSelectedDrive, useSelectedDriveId, useSelectedDriveSafe, useSelectedFolder, useSelectedNode, useSelectedNodePath, useSelectedTimelineItem, useSelectedTimelineRevision, useSentryDsn, useSentryEnv, useSentryRelease, useSetDefaultPHGlobalConfig, useSetPHAppConfig, useSetPHDocumentEditorConfig, useSetPHGlobalConfig, useStudioMode, useSubgraphModules, useSupportedDocumentTypesInReactor, useSync, useSyncList, useTimelineItems, useUser, useUserPermissions, useVersion, useVersionCheckInterval, useVetraPackageManager, useVetraPackages, useWarnOutdatedApp, validateDocument };
|
|
1430
|
+
export { ActionTracker, AddPHGlobalEventHandler, BaseStorage, BrowserLocalStorage, BrowserReactorClientModule, COMMON_PACKAGE_ID, CREDENTIAL_SCHEMA_EIP712_TYPE, CREDENTIAL_SUBJECT_TYPE, CREDENTIAL_TYPES, ChannelScheme, ChevronDownIcon, ConflictError, type ConflictInfo, ConflictResolution, type ConflictStrategy, type ConnectionState, type ConnectionStateSnapshot, CopyIcon, CreateStoreOptions, DEFAULT_DRIVE_EDITOR_ID, DOMAIN_TYPE, type Database, DisconnectIcon, DiscoveryEvent, DiscoveryEventListener, DispatchFn, DocumentCache, type RemoteDocumentChangeEvent as DocumentChangeEvent, type DocumentChangeListener, DocumentChangeType, DocumentDispatch, DocumentIntegrityService, DocumentTypeIcon, FileUploadProgress, FileUploadProgressCallback, FulfilledPromise, FullPHGlobalConfig, type GetDocumentResult, type GetDocumentWithOperationsResult, type GetOperationsResult, GqlRequestChannel, type IChannel, IDocumentCache, type IDocumentModelLoader, IPackageDiscoveryService, IPackageListerUnsubscribe, IPackageManager, IPackagesListener, type IProcessor, type IProcessorHostModule, type IQueue, type IRelationalDb, type IRemoteClient, type IRemoteController, ISSUER_TYPE, IStorage, InMemoryQueue, IntervalPollTimer, type Job, type JwtHandler, type KeyframeValidationIssue, LOADING, type MergeHandler, NodeKind, type OperationWithContext, PHAnalyticsGlobalConfig, PHAppConfig, PHAppConfigHooks, PHAppConfigKey, PHAppConfigSetters, PHCommonGlobalConfig, PHDocumentEditorConfig, PHDocumentEditorConfigHooks, PHDocumentEditorConfigKey, PHDocumentEditorConfigSetters, PHDrivesGlobalConfig, PHGlobal, PHGlobalConfig, PHGlobalConfigHooks, PHGlobalConfigHooksForKey, PHGlobalConfigKey, PHGlobalConfigSetters, PHGlobalConfigSettersForKey, PHGlobalEventHandlerAdders, PHGlobalKey, PHGlobalValue, PHModal, PHProcessorsGlobalConfig, PHRelationalProcessorsGlobalConfig, PHRenownGlobalConfig, PHSentryGlobalConfig, PHToastFn, PHToastOptions, PHToastType, PackageManagerInstallResult, type ParsedDriveUrl, PendingInstallation, type ProcessorApp, type ProcessorFactory, type ProcessorFactoryBuilder, type ProcessorFilter, type ProcessorRecord, PromiseState, PromiseWithState, PropagationMode, PublishEvent, type PushResult, QueryCallbackReturnType, REACTOR_SCHEMA, RENOWN_CHAIN_ID, RENOWN_NETWORK_ID, RENOWN_URL, ReactorBuilder, ReactorClientBuilder, ReactorDefaultDrivesConfig, ReactorGraphQLClient, type RebuildResult, RefreshReactorDataConfig, RegistryClient, RejectedPromise, RelationalDbProcessor, RelationalDbWithLive, type Remote, RemoteClient, type RemoteControllerGraphQLClient, type RemoteControllerOptions, RemoteDocumentController, type RemoteDocumentControllerWith, type RemoteDocumentData, type RemoteOperation, type RemoteOperationResultPage, Renown, RenownAuth, RenownAuthButton, RenownAuthButtonProps, RenownAuthStatus, RenownInitOptions, RenownLoginButton, RenownLoginButtonProps, RenownLogo, RenownProps, RenownUserButton, RenownUserButtonMenuItem, RenownUserButtonProps, SetEvent, SetPHGlobalValue, type SignerConfig, type SnapshotValidationIssue, SpinnerIcon, type SyncOperation, SyncOperationStatus, type SyncStatus, TimelineBarItem, TimelineDividerItem, TimelineItem, type TrackedAction, UISyncStatus, UseDispatchResult, UseOnDropFile, UsePHGlobalValue, UserIcon, VERIFIABLE_CREDENTIAL_EIP712_TYPE, type ValidationResult, addAllowListEventHandler, addAllowedDocumentTypesEventHandler, addAnalyticsDatabaseNameEventHandler, addBasePathEventHandler, addCliVersionEventHandler, addDefaultDrivesUrlEventHandler, addDisabledEditorsEventHandler, addDocument, addDocumentCacheEventHandler, addDrive, addDrivesEventHandler, addDrivesPreserveStrategyEventHandler, addEnabledEditorsEventHandler, addFeaturesEventHandler, addFileUploadOperationsChunkSizeEventHandler, addFolder, addGaTrackingIdEventHandler, addIsAddCloudDrivesEnabledEventHandler, addIsAddDriveEnabledEventHandler, addIsAddLocalDrivesEnabledEventHandler, addIsAddPublicDrivesEnabledEventHandler, addIsAnalyticsDatabaseWorkerEnabledEventHandler, addIsAnalyticsEnabledEventHandler, addIsAnalyticsExternalProcessorsEnabledEventHandler, addIsCloudDrivesEnabledEventHandler, addIsDeleteCloudDrivesEnabledEventHandler, addIsDeleteLocalDrivesEnabledEventHandler, addIsDeletePublicDrivesEnabledEventHandler, addIsDiffAnalyticsEnabledEventHandler, addIsDocumentModelSelectionSettingsEnabledEventHandler, addIsDragAndDropEnabledEventHandler, addIsDriveAnalyticsEnabledEventHandler, addIsEditorDebugModeEnabledEventHandler, addIsEditorReadModeEnabledEventHandler, addIsExternalControlsEnabledEventHandler, addIsExternalPackagesEnabledEventHandler, addIsExternalProcessorsEnabledEventHandler, addIsExternalRelationalProcessorsEnabledEventHandler, addIsLocalDrivesEnabledEventHandler, addIsPublicDrivesEnabledEventHandler, addIsRelationalProcessorsEnabledEventHandler, addIsSentryTracingEnabledEventHandler, addLoadingEventHandler, addLocalDrivesEnabledEventHandler, addLogLevelEventHandler, addModalEventHandler, addPHEventHandlers, addPackageDiscoveryServiceEventHandler, addPromiseState, addReactorClientEventHandler, addReactorClientModuleEventHandler, addRemoteDrive, addRenownChainIdEventHandler, addRenownEventHandler, addRenownNetworkIdEventHandler, addRenownUrlEventHandler, addRequiresHardRefreshEventHandler, addResetSelectedNodeEventHandler, addRevisionHistoryVisibleEventHandler, addRouterBasenameEventHandler, addSelectedDriveIdEventHandler, addSelectedNodeIdEventHandler, addSelectedTimelineItemEventHandler, addSelectedTimelineRevisionEventHandler, addSentryDsnEventHandler, addSentryEnvEventHandler, addSentryReleaseEventHandler, addSetSelectedDriveOnPopStateEventHandler, addSetSelectedNodeOnPopStateEventHandler, addStudioModeEventHandler, addToastEventHandler, addVersionCheckIntervalEventHandler, addVersionEventHandler, addVetraPackageManagerEventHandler, addWarnOutdatedAppEventHandler, baseDocumentModels, baseDocumentModelsMap, buildDocumentSubgraphQuery, buildDocumentSubgraphUrl, callGlobalSetterForKey, clearGlobal, closePHModal, convertRemoteOperations, createAnalyticsStore, createClient, createProcessorQuery, createUrlWithPreservedParams, deleteDrive, deleteNode, dispatchActions, driveCollectionId, driveIdFromUrl, dropAllReactorStorage, exportDocument, exportFile, extractDriveIdFromPath, extractDriveIdFromSlug, extractDriveSlugFromPath, extractNodeIdFromPath, extractNodeIdFromSlug, extractNodeSlugFromPath, findUuid, getAnalyticsStore, getDocumentGraphqlQuery, getDriveIdBySlug, getDrives, getGlobal, getPackages, getPackagesByDocumentType, getPathWithoutBase, getRevisionFromDate, getSlugFromDriveUrl, getSwitchboardGatewayUrlFromDriveUrl, getSyncStatus, getSyncStatusSync, getUserPermissions, hideRevisionHistory, initConnectCrypto, initRenownCrypto, isDocumentTypeSupported, isExternalControlsEnabledEventFunctions, isFileNodeKind, isFolderNodeKind, loading, login, logout, makeDriveUrlComponent, makeNodeSlug, makePHEventFunctions, openRenown, parseDriveUrl, phAppConfigHooks, phAppConfigSetters, phDocumentEditorConfigHooks, phDocumentEditorConfigSetters, phGlobalConfigHooks, phGlobalConfigSetters, readPromiseState, refreshReactorData, refreshReactorDataClient, renameDrive, renameDriveNode, resolveUrlPathname, setAllowList, setAllowedDocumentTypes, setAnalyticsDatabaseName, setBasePath, setCliVersion, setDefaultDrivesUrl, setDefaultPHGlobalConfig, setDisabledEditors, setDocumentCache, setDriveAvailableOffline, setDriveSharingType, setDrives, setDrivesPreserveStrategy, setEnabledEditors, setFeatures, setFileUploadOperationsChunkSize, setGaTrackingId, setGlobal, setIsAddCloudDrivesEnabled, setIsAddDriveEnabled, setIsAddLocalDrivesEnabled, setIsAddPublicDrivesEnabled, setIsAnalyticsDatabaseWorkerEnabled, setIsAnalyticsEnabled, setIsAnalyticsExternalProcessorsEnabled, setIsCloudDrivesEnabled, setIsDeleteCloudDrivesEnabled, setIsDeleteLocalDrivesEnabled, setIsDeletePublicDrivesEnabled, setIsDiffAnalyticsEnabled, setIsDocumentModelSelectionSettingsEnabled, setIsDragAndDropEnabled, setIsDriveAnalyticsEnabled, setIsEditorDebugModeEnabled, setIsEditorReadModeEnabled, setIsExternalControlsEnabled, setIsExternalPackagesEnabled, setIsExternalProcessorsEnabled, setIsExternalRelationalProcessorsEnabled, setIsLocalDrivesEnabled, setIsPublicDrivesEnabled, setIsRelationalProcessorsEnabled, setIsSentryTracingEnabled, setLoading, setLocalDrivesEnabled, setLogLevel, setPHAppConfig, setPHAppConfigByKey, setPHDocumentEditorConfig, setPHDocumentEditorConfigByKey, setPHGlobalConfig, setPHGlobalConfigByKey, setPHModal, setPHToast, setPackageDiscoveryService, setReactorClient, setReactorClientModule, setRenown, setRenownChainId, setRenownNetworkId, setRenownUrl, setRequiresHardRefresh, setRevisionHistoryVisible, setRouterBasename, setSelectedDrive, setSelectedNode, setSelectedTimelineItem, setSelectedTimelineRevision, setSentryDsn, setSentryEnv, setSentryRelease, setStudioMode, setVersion, setVersionCheckInterval, setVetraPackageManager, setWarnOutdatedApp, showCreateDocumentModal, showDeleteNodeModal, showPHModal, showRevisionHistory, sortNodesByName, truncateAllTables, useAllowList, useAllowedDocumentModelModules, useAllowedDocumentTypes, useAnalyticsDatabaseName, useAppModuleById, useAppModules, useBasePath, useCliVersion, useConnectionState, useConnectionStates, useDatabase, useDefaultAppModule, useDefaultDrivesUrl, useDid, useDisabledEditors, useDispatch, useDocument, useDocumentById, useDocumentCache, useDocumentModelModuleById, useDocumentModelModules, useDocumentOfType, useDocumentOperations, useDocumentTypes, useDocumentTypesInSelectedDrive, useDocuments, useDocumentsByIds, useDocumentsInSelectedDrive, useDocumentsInSelectedFolder, useDriveById, useDrives, useDrivesPreserveStrategy, useEditorModuleById, useEditorModules, useEditorModulesForDocumentType, useEnabledEditors, useFallbackEditorModule, useFeatures, useFileNodesInSelectedDrive, useFileNodesInSelectedFolder, useFileUploadOperationsChunkSize, useFolderById, useFolderNodesInSelectedDrive, useFolderNodesInSelectedFolder, useGaTrackingId, useGetDocument, useGetDocumentAsync, useGetDocuments, useGetSwitchboardLink, useIsAddCloudDrivesEnabled, useIsAddDriveEnabled, useIsAddLocalDrivesEnabled, useIsAddPublicDrivesEnabled, useIsAnalyticsDatabaseWorkerEnabled, useIsAnalyticsEnabled, useIsAnalyticsExternalProcessorsEnabled, useIsCloudDrivesEnabled, useIsDeleteCloudDrivesEnabled, useIsDeleteLocalDrivesEnabled, useIsDeletePublicDrivesEnabled, useIsDiffAnalyticsEnabled, useIsDocumentModelSelectionSettingsEnabled, useIsDragAndDropEnabled, useIsDriveAnalyticsEnabled, useIsEditorDebugModeEnabled, useIsEditorReadModeEnabled, useIsExternalControlsEnabled, useIsExternalPackagesEnabled, useIsExternalProcessorsEnabled, useIsExternalRelationalProcessorsEnabled, useIsLocalDrivesEnabled, useIsPublicDrivesEnabled, useIsRelationalProcessorsEnabled, useIsSentryTracingEnabled, useLoading, useLocalDrivesEnabled, useLogLevel, useLoginStatus, useModelRegistry, useNodeActions, useNodeById, useNodeParentFolderById, useNodePathById, useNodesInSelectedDrive, useNodesInSelectedDriveOrFolder, useNodesInSelectedFolder, useOnDropFile, usePGlite, usePHAppConfigByKey, usePHDocumentEditorConfigByKey, usePHGlobalConfigByKey, usePHModal, usePHToast, usePackageDiscoveryService, useParentFolderForSelectedNode, useReactorClient, useReactorClientModule, useRelationalDb, useRelationalQuery, useRelationalQueryOptions, useRenown, useRenownAuth, useRenownChainId, useRenownInit, useRenownNetworkId, useRenownUrl, useRequiresHardRefresh, useResetPHGlobalConfig, useRevisionHistoryVisible, useRouterBasename, useSelectedDocument, useSelectedDocumentId, useSelectedDocumentOfType, useSelectedDocumentSafe, useSelectedDrive, useSelectedDriveId, useSelectedDriveSafe, useSelectedFolder, useSelectedNode, useSelectedNodePath, useSelectedTimelineItem, useSelectedTimelineRevision, useSentryDsn, useSentryEnv, useSentryRelease, useSetDefaultPHGlobalConfig, useSetPHAppConfig, useSetPHDocumentEditorConfig, useSetPHGlobalConfig, useStudioMode, useSubgraphModules, useSupportedDocumentTypesInReactor, useSync, useSyncList, useUser, useUserPermissions, useVersion, useVersionCheckInterval, useVetraPackageManager, useVetraPackages, useWarnOutdatedApp, validateDocument };
|
|
2701
1431
|
//# sourceMappingURL=index.d.ts.map
|