@powerhousedao/shared 6.2.2-dev.3 → 6.2.2-dev.31
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/clis/args/access-token.mjs +1 -1
- package/dist/clis/args/{common-C5n5ai5C.d.mts → common-CHH7ylUY.d.mts} +7 -4
- package/dist/clis/args/{common-C5n5ai5C.d.mts.map → common-CHH7ylUY.d.mts.map} +1 -1
- package/dist/clis/args/{common-dbsvksvf.mjs → common-CcYbXrBx.mjs} +7 -2
- package/dist/clis/args/common-CcYbXrBx.mjs.map +1 -0
- package/dist/clis/args/common.d.mts +2 -2
- package/dist/clis/args/common.mjs +2 -2
- package/dist/clis/args/connect.d.mts +14 -5
- package/dist/clis/args/connect.d.mts.map +1 -1
- package/dist/clis/args/connect.mjs +2 -1
- package/dist/clis/args/connect.mjs.map +1 -1
- package/dist/clis/args/{generate-Cs5okckF.mjs → generate-CQ78RxVS.mjs} +2 -2
- package/dist/clis/args/{generate-Cs5okckF.mjs.map → generate-CQ78RxVS.mjs.map} +1 -1
- package/dist/clis/args/generate.mjs +1 -1
- package/dist/clis/args/{help-BkF9Cxud.mjs → help-Dk-d57W1.mjs} +3 -3
- package/dist/clis/args/{help-BkF9Cxud.mjs.map → help-Dk-d57W1.mjs.map} +1 -1
- package/dist/clis/args/help.mjs +1 -1
- package/dist/clis/args/index.d.mts +2 -2
- package/dist/clis/args/index.mjs +4 -4
- package/dist/clis/args/init.d.mts +1 -1
- package/dist/clis/args/init.mjs +1 -1
- package/dist/clis/args/inspect.mjs +1 -1
- package/dist/clis/args/install.mjs +1 -1
- package/dist/clis/args/list.mjs +1 -1
- package/dist/clis/args/login.mjs +1 -1
- package/dist/clis/args/migrate.mjs +1 -1
- package/dist/clis/args/publish.mjs +1 -1
- package/dist/clis/args/registry.mjs +1 -1
- package/dist/clis/args/service.mjs +1 -1
- package/dist/clis/args/switchboard.mjs +1 -1
- package/dist/clis/args/uninstall.mjs +1 -1
- package/dist/clis/args/unpublish.mjs +1 -1
- package/dist/clis/args/vetra.d.mts +1 -1
- package/dist/clis/args/vetra.mjs +1 -1
- package/dist/clis/build-config.d.mts +4 -4
- package/dist/clis/build-config.d.mts.map +1 -1
- package/dist/clis/constants.d.mts +156 -49
- package/dist/clis/constants.d.mts.map +1 -1
- package/dist/clis/constants.mjs +6 -2
- package/dist/clis/constants.mjs.map +1 -1
- package/dist/clis/index.d.mts +423 -5
- package/dist/clis/index.d.mts.map +1 -1
- package/dist/clis/index.mjs +258 -3
- package/dist/clis/index.mjs.map +1 -1
- package/dist/connect/config-loader.d.ts +2 -1
- package/dist/connect/config-loader.d.ts.map +1 -1
- package/dist/connect/index.d.ts +399 -2
- package/dist/connect/index.d.ts.map +1 -1
- package/dist/connect/index.js +465 -1
- package/dist/connect/index.js.map +1 -1
- package/dist/connect/json-adapter.d.ts.map +1 -1
- package/dist/{constants-C_EQX4DY.d.ts → constants-BP_gjn8g.d.ts} +1 -1
- package/dist/constants-BP_gjn8g.d.ts.map +1 -0
- package/dist/constants.d.ts +1 -1
- package/dist/document-drive/index.d.ts +2 -2
- package/dist/document-drive/index.d.ts.map +1 -1
- package/dist/document-model/index.d.ts +5 -5
- package/dist/document-model/index.js +737 -123
- package/dist/document-model/index.js.map +1 -1
- package/dist/document-model/mock.d.ts +1 -1
- package/dist/document-model/mock.js +32 -3
- package/dist/document-model/mock.js.map +1 -1
- package/dist/document-model/utils.d.ts +2 -2
- package/dist/document-model/utils.js +1 -1
- package/dist/{index-CQDIrK1k.d.ts → index-BJU79_T5.d.ts} +1 -1
- package/dist/index-BJU79_T5.d.ts.map +1 -0
- package/dist/{index-DLx4nU83.d.ts → index-OItp9eXf.d.ts} +205 -3
- package/dist/index-OItp9eXf.d.ts.map +1 -0
- package/dist/index.d.ts +5 -6
- package/dist/mock-BcFWPQyK.d.ts +22 -0
- package/dist/mock-BcFWPQyK.d.ts.map +1 -0
- package/dist/processors/index.d.ts +1 -1
- package/dist/registry/index.d.ts +5 -4
- package/dist/registry/index.d.ts.map +1 -1
- package/dist/registry/index.js +5 -4
- package/dist/registry/index.js.map +1 -1
- package/dist/registry/manifest-slim.d.ts +1 -1
- package/dist/registry/manifest-slim.d.ts.map +1 -1
- package/dist/registry/urls.d.ts +11 -0
- package/dist/registry/urls.d.ts.map +1 -0
- package/dist/registry/urls.js +15 -0
- package/dist/registry/urls.js.map +1 -0
- package/dist/{types-CgGSyOl6.d.ts → types-C7IdvgpK.d.ts} +32 -3
- package/dist/{types-CgGSyOl6.d.ts.map → types-C7IdvgpK.d.ts.map} +1 -1
- package/dist/{types-Bo4Rb8Yf.d.ts → types-aWKQyxzX.d.ts} +400 -12
- package/dist/types-aWKQyxzX.d.ts.map +1 -0
- package/dist/{utils-BEByNOHo.d.ts → utils-1EXU6Qr1.d.ts} +1 -1
- package/dist/utils-1EXU6Qr1.d.ts.map +1 -0
- package/dist/{utils-DKOFCM0Q.js → utils-CTt1XRn-.js} +36 -2
- package/dist/utils-CTt1XRn-.js.map +1 -0
- package/package.json +1 -1
- package/dist/clis/args/common-dbsvksvf.mjs.map +0 -1
- package/dist/constants-C_EQX4DY.d.ts.map +0 -1
- package/dist/index-CQDIrK1k.d.ts.map +0 -1
- package/dist/index-DLx4nU83.d.ts.map +0 -1
- package/dist/mock-CBcf78ra.d.ts +0 -7
- package/dist/mock-CBcf78ra.d.ts.map +0 -1
- package/dist/types-Bo4Rb8Yf.d.ts.map +0 -1
- package/dist/types-D0NNBVGA.d.ts +0 -167
- package/dist/types-D0NNBVGA.d.ts.map +0 -1
- package/dist/utils-BEByNOHo.d.ts.map +0 -1
- package/dist/utils-DKOFCM0Q.js.map +0 -1
|
@@ -1,21 +1,52 @@
|
|
|
1
1
|
import { f as IAnalyticsStore } from "./types-C1in4fl3.js";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
import { Draft } from "mutative";
|
|
4
|
+
import * as cmd_ts_dist_cjs_argparser_js0 from "cmd-ts/dist/cjs/argparser.js";
|
|
5
|
+
import { ArgParser } from "cmd-ts/dist/cjs/argparser.js";
|
|
6
|
+
import * as cmd_ts_dist_cjs_helpdoc_js0 from "cmd-ts/dist/cjs/helpdoc.js";
|
|
7
|
+
import * as cmd_ts_dist_cjs_runner_js0 from "cmd-ts/dist/cjs/runner.js";
|
|
8
|
+
import { Agent } from "package-manager-detector";
|
|
4
9
|
import { OperationWithContext } from "@powerhousedao/shared/document-model";
|
|
5
10
|
import { Kysely, QueryCreator } from "kysely";
|
|
6
11
|
import { FC, ReactNode } from "react";
|
|
7
12
|
|
|
13
|
+
//#region clis/args/common.d.ts
|
|
14
|
+
declare const getPackageManagerCommand: Partial<cmd_ts_dist_cjs_argparser_js0.Register> & {
|
|
15
|
+
parse(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<{
|
|
16
|
+
packageManager: Agent | undefined;
|
|
17
|
+
npm: boolean | undefined;
|
|
18
|
+
pnpm: boolean | undefined;
|
|
19
|
+
yarn: boolean | undefined;
|
|
20
|
+
bun: boolean | undefined;
|
|
21
|
+
}>>;
|
|
22
|
+
} & cmd_ts_dist_cjs_helpdoc_js0.PrintHelp & cmd_ts_dist_cjs_helpdoc_js0.ProvidesHelp & cmd_ts_dist_cjs_helpdoc_js0.Named & Partial<cmd_ts_dist_cjs_helpdoc_js0.Versioned> & cmd_ts_dist_cjs_argparser_js0.Register & cmd_ts_dist_cjs_runner_js0.Handling<{
|
|
23
|
+
packageManager: Agent | undefined;
|
|
24
|
+
npm: boolean | undefined;
|
|
25
|
+
pnpm: boolean | undefined;
|
|
26
|
+
yarn: boolean | undefined;
|
|
27
|
+
bun: boolean | undefined;
|
|
28
|
+
}, {
|
|
29
|
+
packageManager: Agent | undefined;
|
|
30
|
+
npm: boolean | undefined;
|
|
31
|
+
pnpm: boolean | undefined;
|
|
32
|
+
yarn: boolean | undefined;
|
|
33
|
+
bun: boolean | undefined;
|
|
34
|
+
}> & {
|
|
35
|
+
run(context: cmd_ts_dist_cjs_argparser_js0.ParseContext): Promise<cmd_ts_dist_cjs_argparser_js0.ParsingResult<{
|
|
36
|
+
packageManager: Agent | undefined;
|
|
37
|
+
npm: boolean | undefined;
|
|
38
|
+
pnpm: boolean | undefined;
|
|
39
|
+
yarn: boolean | undefined;
|
|
40
|
+
bun: boolean | undefined;
|
|
41
|
+
}>>;
|
|
42
|
+
} & Partial<cmd_ts_dist_cjs_helpdoc_js0.Versioned & cmd_ts_dist_cjs_helpdoc_js0.Descriptive & cmd_ts_dist_cjs_helpdoc_js0.Aliased>;
|
|
43
|
+
//#endregion
|
|
8
44
|
//#region processors/constants.d.ts
|
|
9
45
|
declare const PROCESSOR_APPS: readonly ["connect", "switchboard"];
|
|
10
46
|
declare const DEFAULT_RELATIONAL_PROCESSOR_DB_NAME = "relational-db";
|
|
11
47
|
declare const DEFAULT_ANALYTICS_PROCESSOR_DB_NAME = "analytics-db";
|
|
12
48
|
//#endregion
|
|
13
49
|
//#region document-model/signatures.d.ts
|
|
14
|
-
/**
|
|
15
|
-
* A signature of an action.
|
|
16
|
-
*
|
|
17
|
-
* This will be refactored in a future release.
|
|
18
|
-
*/
|
|
19
50
|
type Signature = [string, string, string, string, string];
|
|
20
51
|
/**
|
|
21
52
|
* A user action signer.
|
|
@@ -84,6 +115,11 @@ declare function createDocumentState(document?: Partial<PHDocumentState>): PHDoc
|
|
|
84
115
|
* Creates a PHBaseState with the given auth and document properties
|
|
85
116
|
*/
|
|
86
117
|
declare function createBaseState(auth?: Partial<PHAuthState>, document?: Partial<PHDocumentState>): PHBaseState;
|
|
118
|
+
/**
|
|
119
|
+
* Backfills the auth scope to the default for legacy documents serialized with
|
|
120
|
+
* an empty `auth`. Replaces only `state.auth`. Idempotent.
|
|
121
|
+
*/
|
|
122
|
+
declare function backfillAuthState<TState extends PHBaseState>(state: TState): TState;
|
|
87
123
|
/**
|
|
88
124
|
* The document state of the document.
|
|
89
125
|
*/
|
|
@@ -101,11 +137,92 @@ type PHDocumentState = {
|
|
|
101
137
|
deletionReason?: string;
|
|
102
138
|
};
|
|
103
139
|
/**
|
|
104
|
-
* The
|
|
105
|
-
*
|
|
106
|
-
*
|
|
140
|
+
* The document's authorization policy: an ordered, stacked list of grants,
|
|
141
|
+
* where the last matching grant wins. `{ version: 0, grants: [] }` is
|
|
142
|
+
* uninitialized and leaves the document open.
|
|
107
143
|
*/
|
|
108
|
-
type PHAuthState = {
|
|
144
|
+
type PHAuthState = {
|
|
145
|
+
/**
|
|
146
|
+
* Policy language version. 0 is the uninitialized state; INITIALIZE_AUTH
|
|
147
|
+
* sets an integer >= 1.
|
|
148
|
+
*/
|
|
149
|
+
version: number;
|
|
150
|
+
grants: Grant[];
|
|
151
|
+
/**
|
|
152
|
+
* The did:key of the auth-policy creator, captured from the INITIALIZE_AUTH
|
|
153
|
+
* signer. The creator may always administer the auth scope, so a grant policy
|
|
154
|
+
* can never lock administration out of itself. Absent for an unsigned genesis.
|
|
155
|
+
*/
|
|
156
|
+
creator?: string;
|
|
157
|
+
};
|
|
158
|
+
type Grant = {
|
|
159
|
+
/** Stable id. */id: string;
|
|
160
|
+
description: string;
|
|
161
|
+
effect: "allow" | "deny";
|
|
162
|
+
principal: Principal;
|
|
163
|
+
capability: Capability;
|
|
164
|
+
/**
|
|
165
|
+
* The grant applies only when this condition holds. Until conditions are
|
|
166
|
+
* evaluated, a grant carrying one never applies.
|
|
167
|
+
*/
|
|
168
|
+
where?: Condition;
|
|
169
|
+
};
|
|
170
|
+
type Principal = {
|
|
171
|
+
anyone: true;
|
|
172
|
+
} | {
|
|
173
|
+
address: string;
|
|
174
|
+
} | {
|
|
175
|
+
group: string;
|
|
176
|
+
} | {
|
|
177
|
+
match: Condition;
|
|
178
|
+
};
|
|
179
|
+
type Capability = {
|
|
180
|
+
can: "read";
|
|
181
|
+
scope?: string;
|
|
182
|
+
} | {
|
|
183
|
+
can: "execute";
|
|
184
|
+
scope?: string;
|
|
185
|
+
operation?: string[];
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* Boolean condition language for grants: deterministic, total, and
|
|
189
|
+
* JSON-serializable, versioned by `PHAuthState.version`. Defined now but not
|
|
190
|
+
* yet evaluated or enforced.
|
|
191
|
+
*/
|
|
192
|
+
type Condition = {
|
|
193
|
+
eq: [Operand, Operand];
|
|
194
|
+
} | {
|
|
195
|
+
ne: [Operand, Operand];
|
|
196
|
+
} | {
|
|
197
|
+
in: [Operand, Operand[]];
|
|
198
|
+
} | {
|
|
199
|
+
notIn: [Operand, Operand[]];
|
|
200
|
+
} | {
|
|
201
|
+
lt: [Operand, Operand];
|
|
202
|
+
} | {
|
|
203
|
+
lte: [Operand, Operand];
|
|
204
|
+
} | {
|
|
205
|
+
gt: [Operand, Operand];
|
|
206
|
+
} | {
|
|
207
|
+
gte: [Operand, Operand];
|
|
208
|
+
} | {
|
|
209
|
+
exists: Operand;
|
|
210
|
+
} | {
|
|
211
|
+
and: Condition[];
|
|
212
|
+
} | {
|
|
213
|
+
or: Condition[];
|
|
214
|
+
} | {
|
|
215
|
+
not: Condition;
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* A condition operand: `attr` is a dotted path into the decision context
|
|
219
|
+
* (e.g. "doc.global.status", "subject.address"); `lit` is a constant value.
|
|
220
|
+
*/
|
|
221
|
+
type Operand = {
|
|
222
|
+
attr: string;
|
|
223
|
+
} | {
|
|
224
|
+
lit: string | number | boolean | null;
|
|
225
|
+
};
|
|
109
226
|
/**
|
|
110
227
|
* The base state of the document.
|
|
111
228
|
*/
|
|
@@ -209,7 +326,11 @@ type Operation = {
|
|
|
209
326
|
skip: number; /** Timestamp of when the operation was added */
|
|
210
327
|
timestampUtcMs: string; /** Hash of the resulting document data after the operation */
|
|
211
328
|
hash: string; /** Error message for a failed action */
|
|
212
|
-
error?: string;
|
|
329
|
+
error?: string;
|
|
330
|
+
/**
|
|
331
|
+
* If authorization rejected the action, this records the reason why.
|
|
332
|
+
*/
|
|
333
|
+
deniedReason?: string; /** The resulting state after the operation */
|
|
213
334
|
resultingState?: string;
|
|
214
335
|
/**
|
|
215
336
|
* The action that was applied to the document to produce this operation.
|
|
@@ -225,6 +346,28 @@ type Operation = {
|
|
|
225
346
|
* but that is a breaking change for codegen + external doc models.
|
|
226
347
|
*/
|
|
227
348
|
type DocumentOperations = Record<string, Operation[]>;
|
|
349
|
+
/**
|
|
350
|
+
* What happened to an operation. An operation that is not `applied` still
|
|
351
|
+
* occupies its index but contributes nothing to the document's state.
|
|
352
|
+
*/
|
|
353
|
+
type OperationOutcome = {
|
|
354
|
+
kind: "applied";
|
|
355
|
+
} | {
|
|
356
|
+
kind: "reducer-error";
|
|
357
|
+
message: string;
|
|
358
|
+
} | {
|
|
359
|
+
kind: "denied";
|
|
360
|
+
reason: string;
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* Reads an operation's outcome. A denial takes precedence over a reducer
|
|
364
|
+
* error, since a denied operation never reaches its reducer.
|
|
365
|
+
*/
|
|
366
|
+
declare function operationOutcome(operation: Operation): OperationOutcome;
|
|
367
|
+
/**
|
|
368
|
+
* True iff authorization rejected the action.
|
|
369
|
+
*/
|
|
370
|
+
declare function isDenied(operation: Operation): boolean;
|
|
228
371
|
type OperationContext = {
|
|
229
372
|
documentId: string;
|
|
230
373
|
documentType: string;
|
|
@@ -375,6 +518,14 @@ declare function mapSkippedOperationsV2(operations: Operation[]): MappedOperatio
|
|
|
375
518
|
* Uses the V2 model where consecutive NOOPs form chains.
|
|
376
519
|
* Unlike V1 garbageCollect, this preserves ALL operations but marks which to apply.
|
|
377
520
|
*/
|
|
521
|
+
/**
|
|
522
|
+
* The base-reducer protocol version a document is written against. Every
|
|
523
|
+
* document carries one, set from the CREATE_DOCUMENT input. A header without
|
|
524
|
+
* one was built outside that path, and choosing a version on its behalf would
|
|
525
|
+
* replay the document through a reducer it was not written for, so it is an
|
|
526
|
+
* error rather than a default.
|
|
527
|
+
*/
|
|
528
|
+
declare function baseReducerVersion(header: PHDocumentHeader): number;
|
|
378
529
|
declare function garbageCollectV2<TOpIndex extends OperationIndex>(sortedOperations: TOpIndex[]): TOpIndex[];
|
|
379
530
|
declare function sortMappedOperations(operations: DocumentOperationsIgnoreMap): MappedOperation[];
|
|
380
531
|
declare function replayDocument<TState extends PHBaseState = PHBaseState>(initialState: TState, operations: DocumentOperations, reducer: Reducer<TState>, header: PHDocumentHeader, dispatch?: SignalDispatch, skipHeaderOperations?: SkipHeaderOperations, options?: ReplayDocumentOptions): PHDocument<TState>;
|
|
@@ -449,6 +600,7 @@ declare function filterDocumentOperationsResultingState(documentOperations?: Doc
|
|
|
449
600
|
timestampUtcMs: string;
|
|
450
601
|
hash: string;
|
|
451
602
|
error?: string;
|
|
603
|
+
deniedReason?: string;
|
|
452
604
|
action: Action;
|
|
453
605
|
}[];
|
|
454
606
|
};
|
|
@@ -1236,10 +1388,12 @@ declare const ConfigEntrySchema: z.ZodObject<{
|
|
|
1236
1388
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1237
1389
|
default: z.ZodOptional<z.ZodBoolean>;
|
|
1238
1390
|
}, z.core.$strip>;
|
|
1391
|
+
declare const PwaConfigSchema: z.ZodType<PHConnectPwa>;
|
|
1239
1392
|
declare const ManifestSchema: z.ZodObject<{
|
|
1240
1393
|
name: z.ZodString;
|
|
1241
1394
|
description: z.ZodOptional<z.ZodString>;
|
|
1242
1395
|
category: z.ZodOptional<z.ZodString>;
|
|
1396
|
+
image: z.ZodOptional<z.ZodString>;
|
|
1243
1397
|
publisher: z.ZodOptional<z.ZodObject<{
|
|
1244
1398
|
name: z.ZodOptional<z.ZodString>;
|
|
1245
1399
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -1276,6 +1430,7 @@ declare const ManifestSchema: z.ZodObject<{
|
|
|
1276
1430
|
required: z.ZodOptional<z.ZodBoolean>;
|
|
1277
1431
|
default: z.ZodOptional<z.ZodBoolean>;
|
|
1278
1432
|
}, z.core.$strip>>>;
|
|
1433
|
+
pwa: z.ZodOptional<z.ZodType<PHConnectPwa, unknown, z.core.$ZodTypeInternals<PHConnectPwa, unknown>>>;
|
|
1279
1434
|
}, z.core.$strip>;
|
|
1280
1435
|
//#endregion
|
|
1281
1436
|
//#region document-model/upgrades.d.ts
|
|
@@ -2488,5 +2643,238 @@ type PowerhouseModule = z.infer<typeof PowerhouseModuleSchema>;
|
|
|
2488
2643
|
type Publisher = z.infer<typeof PublisherSchema>;
|
|
2489
2644
|
type Manifest = z.infer<typeof ManifestSchema>;
|
|
2490
2645
|
//#endregion
|
|
2491
|
-
export { DocumentModelDocumentModelModule as $, RedoActionSchema as $a, merge as $c, UpdateChangeLogItemInput as $i, OperationSpecification as $n, IRelationalQueryBuilder as $o, SetModelIdInput as $r, reorderOperationExamples as $s, MinimalBackupData as $t, CreateDocument as A, DeleteOperationInputSchema as Aa, PHDocument as Ac, SetPreferredEditorActionInput as Ai, createDocumentState as Al, MutationSetModelExtensionArgs as An, SetPreferredEditorActionSchema as Ao, RevisionsFilter as Ar, buildSignedAction as As, IAction as At, DeleteModuleAction as B, ManifestSchema as Ba, filterDuplicatedOperations as Bc, SignalType as Bi, ActionSigner as Bl, MutationSetOperationErrorTemplateArgs as Bn, UpdateStateExampleInputSchema as Bo, SchemaUndoAction as Br, moveOperation as Bs, IsStateOfType as Bt, CodeExample as C, CodeExampleSchema as Ca, undo as Cc, SetOperationSchemaAction as Ci, undoOperation as Cl, MutationReorderOperationErrorsArgs as Cn, SetOperationErrorTemplateInputSchema as Co, ReorderOperationErrorsAction as Cr, addModule as Cs, ENSInfo as Ct, CopyChildDocumentSignal as D, DeleteModuleInputSchema as Da, verifyOperationSignature as Dc, SetOperationTemplateAction as Di, PHDocumentState as Dl, MutationSetAuthorWebsiteArgs as Dn, SetOperationScopeInputSchema as Do, ReorderStateExamplesAction as Dr, addStateExample as Ds, Exact as Dt, CopyChildDocumentInput as E, DeleteChangeLogItemInputSchema as Ea, updateStateExample as Ec, SetOperationScopeInput as Ei, PHBaseState as El, MutationSetAuthorNameArgs as En, SetOperationSchemaInputSchema as Eo, ReorderOperationExamplesInput as Er, addOperationExample as Es, EditorProps as Et, DeleteChangeLogItemInput as F, DocumentSpecificationSchema as Fa, baseCreateDocument as Fc, Set_PreferredEditor as Fi, defaultBaseState as Fl, MutationSetNameArgs as Fn, UndoActionInputSchema as Fo, SchemaNOOPAction as Fr, deleteOperationError as Fs, ISignalResult as Ft, DeleteOperationExampleAction as G, OperationSpecificationSchema as Ga, groupOperationsByScope as Gc, State as Gi, UserActionSigner as Gl, MutationSetStateSchemaArgs as Gn, createRelationalDb as Go, SetAuthorWebsiteInput as Gr, operationWithContext as Gs, LoadStateActionStateInput as Gt, DeleteOperationAction as H, MoveOperationInputSchema as Ha, garbageCollectDocumentOperations as Hc, SigningParameters as Hi, HashConfig as Hl, MutationSetOperationReducerArgs as Hn, isDefinedNonNullAny as Ho, SetAuthorNameAction as Hr, operationExampleCreators as Hs, LoadFromInput as Ht, DeleteChildDocumentInput as I, LoadStateActionInputSchema as Ia, checkCleanedOperationsIntegrity as Ic, Signal as Ii, defaultDocumentState as Il, MutationSetOperationDescriptionArgs as In, UndoActionSchema as Io, SchemaPruneAction as Ir, deleteOperationExample as Is, ISigner as It, DeleteStateExampleAction as J, PruneActionInputSchema as Ja, isNoopOperation as Jc, Undo as Ji, PROCESSOR_APPS as Jl, MutationUpdateOperationExampleArgs as Jn, ExtractProcessorSchemaOrSelf as Jo, SetModelDescriptionAction as Jr, releaseNewVersion as Js, MakeMaybe as Jt, DeleteOperationExampleInput as K, PowerhouseModuleSchema as Ka, hashDocumentStateForScope as Kc, StateReducer as Ki, DEFAULT_ANALYTICS_PROCESSOR_DB_NAME as Kl, MutationUndoArgs as Kn, hashNamespace as Ko, SetInitialStateAction as Kr, prune as Ks, Load_State as Kt, DeleteChildDocumentSignal as L, LoadStateActionSchema as La, checkOperationsIntegrity as Lc, SignalDispatch as Li, defaultGlobalState as Ll, MutationSetOperationErrorCodeArgs as Ln, UndoSchema as Lo, SchemaRedoAction as Lr, deleteStateExample as Ls, Incremental as Lt, CreateDocumentActionInput as M, DocumentActionSchema as Ma, PHDocumentMeta as Mc, SetStateSchemaAction as Mi, createLocalState as Ml, MutationSetModelNameArgs as Mn, Set_NameSchema as Mo, SaveToFileHandle as Mr, deleteChangeLogItem as Ms, IDocument as Mt, CreateState as N, DocumentModelGlobalStateSchema as Na, addUndo as Nc, SetStateSchemaInput as Ni, createState as Nl, MutationSetModuleDescriptionArgs as Nn, Set_PreferredEditorSchema as No, Scalars as Nr, deleteModule as Ns, IOperation as Nt, CreateChildDocumentInput as O, DeleteOperationErrorInputSchema as Oa, IntegrityIssueSubType as Oc, SetOperationTemplateInput as Oi, createAuthState as Ol, MutationSetInitialStateArgs as On, SetOperationTemplateInputSchema as Oo, ReorderStateExamplesInput as Or, baseActions as Os, FileInput as Ot, DeleteChangeLogItemAction as P, DocumentModelInputSchema as Pa, attachBranch as Pc, Set_Name as Pi, defaultAuthState as Pl, MutationSetModuleNameArgs as Pn, StateSchema as Po, SchemaLoadStateAction as Pr, deleteOperation as Ps, ISignal as Pt, DocumentModelDocument as Q, RedoActionInputSchema as Qa, mapSkippedOperationsV2 as Qc, UpdateChangeLogItemAction as Qi, OperationIndex as Qn, IRelationalDbProcessor as Qo, SetModelIdAction as Qr, reorderOperationErrors as Qs, Maybe as Qt, DeleteDocumentAction as R, LoadStateActionStateInputSchema as Ra, diffOperations as Rc, SignalResult as Ri, defaultLocalState as Rl, MutationSetOperationErrorDescriptionArgs as Rn, UpdateChangeLogItemInputSchema as Ro, SchemaSetNameAction as Rr, documentModelActions as Rs, InputMaybe as Rt, Author as S, AuthorSchema as Sa, setStateSchema as Sc, SetOperationReducerInput as Si, setPreferredEditorOperation as Sl, MutationReorderModulesArgs as Sn, SetOperationErrorNameInputSchema as So, ReorderModulesInput as Sr, addChangeLogItem as Ss, DocumentSpecification as St, ConfigEntryType as T, ConfigEntryTypeSchema as Ta, updateOperationExample as Tc, SetOperationScopeAction as Ti, PHAuthState as Tl, MutationReorderStateExamplesArgs as Tn, SetOperationReducerInputSchema as To, ReorderOperationExamplesAction as Tr, addOperationError as Ts, EditorModule as Tt, DeleteOperationErrorAction as U, OperationErrorSchema as Ua, garbageCollectV2 as Uc, SkipHeaderOperationIndex as Ui, PHDocumentSignatureInfo as Ul, MutationSetOperationSchemaArgs as Un, createNamespacedDb as Uo, SetAuthorNameInput as Ur, operationFromAction as Us, LoadStateAction as Ut, DeleteModuleInput as V, ModuleSchema as Va, garbageCollect as Vc, SignatureVerificationHandler as Vi, AppActionSigner as Vl, MutationSetOperationNameArgs as Vn, definedNonNullAnySchema as Vo, ScopeState as Vr, noop as Vs, LoadFromFile as Vt, DeleteOperationErrorInput as W, OperationScopeSchema as Wa, getDocumentLastModified as Wc, SkipHeaderOperations as Wi, Signature as Wl, MutationSetOperationTemplateArgs as Wn, createNamespacedQueryBuilder as Wo, SetAuthorWebsiteAction as Wr, operationFromOperation as Ws, LoadStateActionInput as Wt, DocumentAction as X, PruneSchema as Xa, isUndoRedo as Xc, UndoActionInput as Xi, NOOPAction as Xn, IBaseRelationalDb as Xo, SetModelExtensionAction as Xr, reorderModuleOperations as Xs, Manifest as Xt, DeleteStateExampleInput as Y, PruneActionSchema as Ya, isUndo as Yc, UndoAction as Yi, MutationUpdateStateExampleArgs as Yn, HashAlgorithms as Yo, SetModelDescriptionInput as Yr, reorderChangeLogItems as Ys, MakeOptional as Yt, DocumentModelAction as Z, PublisherSchema as Za, mapSkippedOperations as Zc, UndoRedoAction as Zi, OperationErrorSpecification as Zn, IRelationalDb as Zo, SetModelExtensionInput as Zr, reorderModules as Zs, MappedOperation as Zt, AddRelationshipActionInput as _, AddModuleInputSchema as _a, setOperationReducer as _c, SetOperationErrorTemplateAction as _i, OperationContext as _l, MutationMoveOperationArgs as _n, SetNameActionInputSchema as _o, ReorderChangeLogItemsAction as _r, ActionContext as _s, DocumentModelStateOperations as _t, Actions as a, UpdateStateExampleInput as aa, setModelExtension as ac, SetModuleNameInput as ai, readOnly as al, MutationAddModuleArgs as an, ReorderOperationExamplesInputSchema as ao, PruneAction as ar, IProcessorHostModule as as, DocumentModelLocalState as at, AssertIsDocumentOfType as b, AddOperationInputSchema as ba, setOperationTemplate as bc, SetOperationNameInput as bi, redoOperation as bl, MutationReorderChangeLogItemsInputArgs as bn, SetOperationErrorCodeInputSchema as bo, ReorderModuleOperationsInput as br, actionSigner as bs, DocumentModelVersioningOperations as bt, AddModuleAction as c, User as ca, setModuleDescription as cc, SetNameOperation as ci, reshuffleByTimestamp as cl, MutationAddOperationExampleArgs as cn, SetAuthorNameInputSchema as co, Query as cr, ProcessorApps as cs, DocumentModelModuleOperations as ct, AddOperationErrorAction as d, UpgradeReducer as da, setOperationDescription as dc, SetOperationErrorCodeAction as di, sortMappedOperations as dl, MutationDeleteModuleArgs as dn, SetModelDescriptionInputSchema as do, RedoActionInput as dr, ProcessorFactoryBuilder as ds, DocumentModelOperationErrorOperations as dt, UpdateOperationExampleAction as ea, reorderStateExamples as ec, SetModelNameAction as ei, nextSkipNumber as el, ModuleSpecification as en, RedoSchema as eo, OperationsByScope as er, IRelationalQueryMethods as es, DocumentModelGlobalState as et, AddOperationErrorInput as f, UpgradeTransition as fa, setOperationErrorCode as fc, SetOperationErrorCodeInput as fi, sortOperations as fl, MutationDeleteOperationArgs as fn, SetModelExtensionInputSchema as fo, Reducer as fr, ProcessorFilter as fs, DocumentModelOperationExampleAction as ft, AddRelationshipAction as g, AddChangeLogItemInputSchema as ga, setOperationName as gc, SetOperationErrorNameInput as gi, Operation as gl, MutationLoadStateArgs as gn, SetModuleNameInputSchema as go, RemoveRelationshipActionInput as gr, Action as gs, DocumentModelStateAction as gt, AddOperationInput as h, computeUpgradeTransitions as ha, setOperationErrorTemplate as hc, SetOperationErrorNameAction as hi, DocumentOperations as hl, MutationDeleteStateExampleArgs as hn, SetModuleDescriptionInputSchema as ho, RemoveRelationshipAction as hr, TrackedProcessor as hs, DocumentModelPHState as ht, ActionVerificationHandler as i, UpdateStateExampleAction as ia, setModelDescription as ic, SetModuleNameAction as ii, prepareOperations as il, MutationAddChangeLogItemInputArgs as in, ReorderOperationErrorsInputSchema as io, Prune as ir, IProcessorDispatch as is, DocumentModelLib as it, CreateDocumentAction as j, DeleteStateExampleInputSchema as ja, PHDocumentHeader as jc, SetPreferredEditorOperation as ji, createGlobalState as jl, MutationSetModelIdArgs as jn, SetStateSchemaInputSchema as jo, SaveToFile as jr, createAction as js, ID as jt, CreateChildDocumentSignal as k, DeleteOperationExampleInputSchema as ka, IntegrityIssueType as kc, SetPreferredEditorAction as ki, createBaseState as kl, MutationSetModelDescriptionArgs as kn, SetPreferredEditorActionInputSchema as ko, ReplayDocumentOptions as kr, buildOperationSignature as ks, GetDocumentOptions as kt, AddModuleInput as l, ValidationError as la, setModuleName as lc, SetOperationDescriptionAction as li, reshuffleByTimestampAndIndex as ll, MutationAddStateExampleArgs as ln, SetAuthorWebsiteInputSchema as lo, Redo as lr, ProcessorDispatchResult as ls, DocumentModelOperationAction as lt, AddOperationExampleInput as m, applyUpgradeDocumentAction as ma, setOperationErrorName as mc, SetOperationErrorDescriptionInput as mi, updateHeaderRevision as ml, MutationDeleteOperationExampleArgs as mn, SetModelNameInputSchema as mo, ReleaseNewVersionAction as mr, ProcessorStatus as ms, DocumentModelOperationOperations as mt, ActionSignatureContext as n, UpdateRelationshipAction as na, setAuthorWebsite as nc, SetModuleDescriptionAction as ni, parseResultingState as nl, MoveOperationInput as nn, ReorderModuleOperationsInputSchema as no, PartialState as nr, RelationalDbProcessorClass as ns, DocumentModelHeaderOperations as nt, AddChangeLogItemAction as o, UpgradeDocumentAction as oa, setModelId as oc, SetNameAction as oi, removeExistingOperations as ol, MutationAddOperationArgs as on, ReorderStateExamplesInputSchema as oo, PruneActionInput as or, IProcessorManager as os, DocumentModelModule as ot, AddOperationExampleAction as p, applyDeleteDocumentAction as pa, setOperationErrorDescription as pc, SetOperationErrorDescriptionAction as pi, split as pl, MutationDeleteOperationErrorArgs as pn, SetModelIdInputSchema as po, ReducerOptions as pr, ProcessorRecord as ps, DocumentModelOperationExampleOperations as pt, DeleteOperationInput as q, PowerhouseModulesSchema as qa, isDocumentAction as qc, SubgraphModule as qi, DEFAULT_RELATIONAL_PROCESSOR_DB_NAME as ql, MutationUpdateChangeLogItemInputArgs as qn, relationalDbToQueryBuilder as qo, SetInitialStateInput as qr, redo as qs, MakeEmpty as qt, ActionSigningHandler as r, UpdateRelationshipActionInput as ra, setInitialState as rc, SetModuleDescriptionInput as ri, precedes as rl, Mutation as rn, ReorderModulesInputSchema as ro, PowerhouseModule as rr, IProcessor as rs, DocumentModelInput as rt, AddChangeLogItemInput as s, UpgradeDocumentActionInput as sa, setModelName as sc, SetNameActionInput as si, replayDocument as sl, MutationAddOperationErrorArgs as sn, ScopeStateSchema as so, Publisher as sr, ProcessorApp as ss, DocumentModelModuleAction as st, ActionErrorCallback as t, UpdateOperationExampleInput as ta, setAuthorName as tc, SetModelNameInput as ti, operationsAreEqual as tl, MoveOperationAction as tn, ReorderChangeLogItemsInputSchema as to, PartialRecord as tr, RelationalDbProcessor as ts, DocumentModelHeaderAction as tt, AddOperationAction as u, UpgradeManifest as ua, setName as uc, SetOperationDescriptionInput as ui, skipHeaderOperations as ul, MutationDeleteChangeLogItemInputArgs as un, SetInitialStateInputSchema as uo, RedoAction as ur, ProcessorFactory as us, DocumentModelOperationErrorAction as ut, AddStateExampleAction as v, AddOperationErrorInputSchema as va, setOperationSchema as vc, SetOperationErrorTemplateInput as vi, OperationWithContext$1 as vl, MutationPruneArgs as vn, SetNameActionSchema as vo, ReorderChangeLogItemsInput as vr, actionContext as vs, DocumentModelUtils as vt, ConfigEntry as w, ConfigEntrySchema as wa, updateChangeLogItem as wc, SetOperationSchemaInput as wi, undoOperationV2 as wl, MutationReorderOperationExamplesArgs as wn, SetOperationNameInputSchema as wo, ReorderOperationErrorsInput as wr, addOperation as ws, EditorDispatch as wt, AssertIsStateOfType as x, AddStateExampleInputSchema as xa, setPreferredEditor as xc, SetOperationReducerAction as xi, setNameOperation as xl, MutationReorderModuleOperationsArgs as xn, SetOperationErrorDescriptionInputSchema as xo, ReorderModulesAction as xr, actions as xs, DocumentOperationsIgnoreMap as xt, AddStateExampleInput as y, AddOperationExampleInputSchema as ya, setOperationScope as yc, SetOperationNameAction as yi, loadStateOperation as yl, MutationRedoArgs as yn, SetOperationDescriptionInputSchema as yo, ReorderModuleOperationsAction as yr, actionFromAction as ys, DocumentModelVersioningAction as yt, DeleteDocumentActionInput as z, Load_StateSchema as za, filterDocumentOperationsResultingState as zc, SignalResults as zi, defaultPHState as zl, MutationSetOperationErrorNameArgs as zn, UpdateOperationExampleInputSchema as zo, SchemaSetPreferredEditorAction as zr, loadState as zs, IsDocumentOfType as zt };
|
|
2492
|
-
|
|
2646
|
+
//#region clis/constants.d.ts
|
|
2647
|
+
declare const SERVICE_ACTIONS: readonly ["start", "stop", "status", "setup", "restart"];
|
|
2648
|
+
declare const DRIVES_PRESERVE_STRATEGIES: readonly ["preserve-all", "preserve-by-url-and-detach"];
|
|
2649
|
+
declare const LOG_LEVELS: readonly ["debug", "info", "warn", "error", "verbose"];
|
|
2650
|
+
declare const DEFAULT_REGISTRY_URL: "https://registry.vetra.io";
|
|
2651
|
+
//#endregion
|
|
2652
|
+
//#region clis/types.d.ts
|
|
2653
|
+
type ServiceActions = typeof SERVICE_ACTIONS;
|
|
2654
|
+
type ServiceAction = ServiceActions[number];
|
|
2655
|
+
type DrivePreserveStrategies = typeof DRIVES_PRESERVE_STRATEGIES;
|
|
2656
|
+
type DrivePreserveStrategy = DrivePreserveStrategies[number];
|
|
2657
|
+
type LogLevels = typeof LOG_LEVELS;
|
|
2658
|
+
type LogLevel = LogLevels[number];
|
|
2659
|
+
type ParsedCmdResult<P> = P extends ArgParser<infer Out> ? Out : never;
|
|
2660
|
+
type PackageManagerArgs = ParsedCmdResult<typeof getPackageManagerCommand>;
|
|
2661
|
+
type PHPackageProvider = "npm" | "github" | "local" | "registry";
|
|
2662
|
+
type PathValidation = (dir: string) => boolean;
|
|
2663
|
+
type PowerhousePackage = {
|
|
2664
|
+
packageName: string;
|
|
2665
|
+
version?: string;
|
|
2666
|
+
provider?: PHPackageProvider;
|
|
2667
|
+
url?: string;
|
|
2668
|
+
};
|
|
2669
|
+
type PHConnectBranding = {
|
|
2670
|
+
appName?: string;
|
|
2671
|
+
homeBackground?: string | null;
|
|
2672
|
+
};
|
|
2673
|
+
type PHConnectDefaultDrive = {
|
|
2674
|
+
url: string;
|
|
2675
|
+
name?: string | null;
|
|
2676
|
+
icon?: string | null;
|
|
2677
|
+
};
|
|
2678
|
+
type PHConnectDriveSection = {
|
|
2679
|
+
enabled?: boolean;
|
|
2680
|
+
allowAdd?: boolean;
|
|
2681
|
+
allowDelete?: boolean;
|
|
2682
|
+
};
|
|
2683
|
+
type PHConnectDriveSections = {
|
|
2684
|
+
remote?: PHConnectDriveSection;
|
|
2685
|
+
local?: PHConnectDriveSection;
|
|
2686
|
+
};
|
|
2687
|
+
type PHConnectDrives = {
|
|
2688
|
+
allowAddDrive?: boolean;
|
|
2689
|
+
defaultDrives?: PHConnectDefaultDrive[];
|
|
2690
|
+
preserveStrategy?: DrivePreserveStrategy;
|
|
2691
|
+
sections?: PHConnectDriveSections;
|
|
2692
|
+
};
|
|
2693
|
+
type PHConnectApp = {
|
|
2694
|
+
logLevel?: "debug" | "info" | "warn" | "error";
|
|
2695
|
+
basePath?: string;
|
|
2696
|
+
offline?: boolean;
|
|
2697
|
+
studioMode?: boolean;
|
|
2698
|
+
};
|
|
2699
|
+
type PHConnectPackages = {
|
|
2700
|
+
externalEnabled?: boolean; /** Subscribe to the static-mode `/__packages` SSE channel for live reload. */
|
|
2701
|
+
liveReload?: boolean;
|
|
2702
|
+
};
|
|
2703
|
+
type PHRenownRainbowAdapterConfig = {
|
|
2704
|
+
/** WalletConnect project id; required for the rainbow adapter to function. */walletConnectProjectId?: string; /** Optional Infura project id used to build RPC transports. */
|
|
2705
|
+
infuraProjectId?: string;
|
|
2706
|
+
};
|
|
2707
|
+
type PHRenownPrivyAdapterConfig = {
|
|
2708
|
+
/** Privy application id; required for the privy adapter to function. */appId?: string; /** Optional Privy client id. */
|
|
2709
|
+
clientId?: string; /** Login methods this adapter offers; defaults per adapter when omitted. */
|
|
2710
|
+
methods?: string[];
|
|
2711
|
+
};
|
|
2712
|
+
type PHConnectRenownAdapters = {
|
|
2713
|
+
rainbow?: PHRenownRainbowAdapterConfig;
|
|
2714
|
+
privy?: PHRenownPrivyAdapterConfig;
|
|
2715
|
+
};
|
|
2716
|
+
type PHConnectRenown = {
|
|
2717
|
+
url?: string;
|
|
2718
|
+
networkId?: string;
|
|
2719
|
+
chainId?: number; /** Renown localStorage namespace; share it across Connects to share login. */
|
|
2720
|
+
namespace?: string; /** Switchboard GraphQL URL; when set, enables in-page (no-redirect) auth. */
|
|
2721
|
+
switchboardUrl?: string; /** Per-adapter wallet config; presence of a key enables that adapter. */
|
|
2722
|
+
adapters?: PHConnectRenownAdapters;
|
|
2723
|
+
};
|
|
2724
|
+
type PHConnectSentry = {
|
|
2725
|
+
/** Sentry DSN URL. `null` disables Sentry entirely. */dsn?: string | null; /** Sentry environment label. */
|
|
2726
|
+
env?: string; /** Enable Sentry performance tracing. */
|
|
2727
|
+
tracing?: boolean;
|
|
2728
|
+
};
|
|
2729
|
+
type PHConnectInstance = {
|
|
2730
|
+
namespace: string | null;
|
|
2731
|
+
reactorWorker: boolean;
|
|
2732
|
+
};
|
|
2733
|
+
/**
|
|
2734
|
+
* A URL-matching pattern for a service-worker runtime-caching rule, in
|
|
2735
|
+
* JSON-serialisable form. A plain string is handed to Workbox verbatim (exact
|
|
2736
|
+
* URL or same-origin path match). `{ source, flags }` is reconstructed into a
|
|
2737
|
+
* `RegExp` at build time — use it for prefix/suffix/origin matches (e.g.
|
|
2738
|
+
* `{ source: "^https://api\\.acme\\.io/" }`). Function-valued patterns aren't
|
|
2739
|
+
* expressible here; regex covers the realistic package cases.
|
|
2740
|
+
*/
|
|
2741
|
+
type PHConnectPwaUrlPattern = string | {
|
|
2742
|
+
source: string;
|
|
2743
|
+
flags?: string;
|
|
2744
|
+
};
|
|
2745
|
+
type PHConnectPwaCacheStrategy = "CacheFirst" | "CacheOnly" | "NetworkFirst" | "NetworkOnly" | "StaleWhileRevalidate";
|
|
2746
|
+
/** Serialisable subset of a Workbox `RuntimeCaching` rule. */
|
|
2747
|
+
type PHConnectPwaRuntimeCaching = {
|
|
2748
|
+
urlPattern: PHConnectPwaUrlPattern;
|
|
2749
|
+
handler: PHConnectPwaCacheStrategy;
|
|
2750
|
+
method?: "GET" | "POST" | "PUT" | "DELETE" | "HEAD" | "PATCH";
|
|
2751
|
+
options?: {
|
|
2752
|
+
cacheName?: string;
|
|
2753
|
+
/** Seconds a NetworkFirst rule waits for the network before falling back
|
|
2754
|
+
* to the cache. */
|
|
2755
|
+
networkTimeoutSeconds?: number;
|
|
2756
|
+
expiration?: {
|
|
2757
|
+
maxEntries?: number;
|
|
2758
|
+
maxAgeSeconds?: number;
|
|
2759
|
+
};
|
|
2760
|
+
cacheableResponse?: {
|
|
2761
|
+
statuses?: number[];
|
|
2762
|
+
headers?: Record<string, string>;
|
|
2763
|
+
};
|
|
2764
|
+
};
|
|
2765
|
+
};
|
|
2766
|
+
type PHConnectPwaIcon = {
|
|
2767
|
+
src: string;
|
|
2768
|
+
sizes?: string;
|
|
2769
|
+
type?: string;
|
|
2770
|
+
purpose?: string;
|
|
2771
|
+
};
|
|
2772
|
+
/**
|
|
2773
|
+
* A File Handling API entry a package or project contributes: the OS-level
|
|
2774
|
+
* file types the installed Connect PWA offers to open. There is deliberately
|
|
2775
|
+
* no `action` field — consuming launched files requires runtime code that
|
|
2776
|
+
* lives in Connect itself, so every handler (built-in or contributed) opens
|
|
2777
|
+
* at Connect's app root, injected at build time.
|
|
2778
|
+
*/
|
|
2779
|
+
type PHConnectPwaFileHandler = {
|
|
2780
|
+
/** MIME type → file extensions (each must start with "."). */accept: Record<string, string[]>; /** OS-level file-type icons. */
|
|
2781
|
+
icons?: PHConnectPwaIcon[];
|
|
2782
|
+
launch_type?: "single-client" | "multiple-clients";
|
|
2783
|
+
};
|
|
2784
|
+
/** Web-app-manifest fields a package or project may override. */
|
|
2785
|
+
type PHConnectPwaManifest = {
|
|
2786
|
+
name?: string;
|
|
2787
|
+
short_name?: string;
|
|
2788
|
+
description?: string;
|
|
2789
|
+
theme_color?: string;
|
|
2790
|
+
background_color?: string;
|
|
2791
|
+
display?: "fullscreen" | "standalone" | "minimal-ui" | "browser";
|
|
2792
|
+
start_url?: string;
|
|
2793
|
+
scope?: string;
|
|
2794
|
+
icons?: PHConnectPwaIcon[]; /** Extra file associations, appended after Connect's built-in `.phd`/`.phdm` handler. */
|
|
2795
|
+
file_handlers?: PHConnectPwaFileHandler[]; /** How the OS launches the app for handled files/links. */
|
|
2796
|
+
launch_handler?: {
|
|
2797
|
+
client_mode: "auto" | "focus-existing" | "navigate-existing" | "navigate-new";
|
|
2798
|
+
};
|
|
2799
|
+
/** App-store-style categories. NOT authored under `connect.pwa` — derived at
|
|
2800
|
+
* build/runtime from the `category` field of every contributing
|
|
2801
|
+
* `powerhouse.manifest.json` (project + packages), unioned across them. */
|
|
2802
|
+
categories?: string[];
|
|
2803
|
+
};
|
|
2804
|
+
/**
|
|
2805
|
+
* PWA / service-worker overrides contributed by a package or the project.
|
|
2806
|
+
* Layered on top of Connect's hardcoded PWA defaults at build time. Scalar
|
|
2807
|
+
* fields deep-merge (later layer wins); every array member — the manifest
|
|
2808
|
+
* arrays (`icons`, `file_handlers`, and the derived `categories`) plus the
|
|
2809
|
+
* top-level `globPatterns`, `globIgnores`, `runtimeCaching` and
|
|
2810
|
+
* `navigateFallbackDenylist` — is additive (concatenated/unioned);
|
|
2811
|
+
* `maximumFileSizeToCacheInBytes` takes the max across contributors.
|
|
2812
|
+
* Precedence: defaults < package fragments < project config.
|
|
2813
|
+
*/
|
|
2814
|
+
type PHConnectPwa = {
|
|
2815
|
+
manifest?: PHConnectPwaManifest; /** Extra Workbox precache globs, unioned with the built-in patterns. */
|
|
2816
|
+
globPatterns?: string[]; /** Extra Workbox precache ignore globs, unioned with the built-in list. */
|
|
2817
|
+
globIgnores?: string[]; /** Raise the precache file-size ceiling; the max across contributors wins. */
|
|
2818
|
+
maximumFileSizeToCacheInBytes?: number; /** Additional runtime-caching rules, appended after the built-in rules. */
|
|
2819
|
+
runtimeCaching?: PHConnectPwaRuntimeCaching[]; /** Extra SPA-fallback denylist patterns, unioned with the built-in list. */
|
|
2820
|
+
navigateFallbackDenylist?: PHConnectPwaUrlPattern[];
|
|
2821
|
+
};
|
|
2822
|
+
type PHConnectRuntimeConfig = {
|
|
2823
|
+
branding?: PHConnectBranding;
|
|
2824
|
+
app?: PHConnectApp;
|
|
2825
|
+
packages?: PHConnectPackages;
|
|
2826
|
+
drives?: PHConnectDrives;
|
|
2827
|
+
renown?: PHConnectRenown;
|
|
2828
|
+
sentry?: PHConnectSentry;
|
|
2829
|
+
instance?: PHConnectInstance;
|
|
2830
|
+
pwa?: PHConnectPwa;
|
|
2831
|
+
};
|
|
2832
|
+
type PowerhouseConfig = {
|
|
2833
|
+
logLevel: LogLevel;
|
|
2834
|
+
documentModelsDir: string;
|
|
2835
|
+
editorsDir: string;
|
|
2836
|
+
processorsDir: string;
|
|
2837
|
+
subgraphsDir: string;
|
|
2838
|
+
importScriptsDir: string;
|
|
2839
|
+
skipFormat: boolean;
|
|
2840
|
+
interactive?: boolean;
|
|
2841
|
+
watch?: boolean;
|
|
2842
|
+
reactor?: {
|
|
2843
|
+
port?: number;
|
|
2844
|
+
https?: undefined | boolean | {
|
|
2845
|
+
keyPath: string;
|
|
2846
|
+
certPath: string;
|
|
2847
|
+
};
|
|
2848
|
+
storage?: {
|
|
2849
|
+
type: "filesystem" | "memory" | "postgres" | "browser";
|
|
2850
|
+
filesystemPath?: string;
|
|
2851
|
+
postgresUrl?: string;
|
|
2852
|
+
};
|
|
2853
|
+
};
|
|
2854
|
+
auth?: {
|
|
2855
|
+
enabled?: boolean;
|
|
2856
|
+
admins: string[];
|
|
2857
|
+
};
|
|
2858
|
+
switchboard?: {
|
|
2859
|
+
database?: {
|
|
2860
|
+
url?: string;
|
|
2861
|
+
};
|
|
2862
|
+
port?: number;
|
|
2863
|
+
};
|
|
2864
|
+
studio?: {
|
|
2865
|
+
port?: number;
|
|
2866
|
+
host?: string;
|
|
2867
|
+
https: boolean;
|
|
2868
|
+
openBrowser?: boolean;
|
|
2869
|
+
};
|
|
2870
|
+
packages?: PowerhousePackage[];
|
|
2871
|
+
vetra?: {
|
|
2872
|
+
driveId: string;
|
|
2873
|
+
driveUrl: string;
|
|
2874
|
+
};
|
|
2875
|
+
packageRegistryUrl?: string;
|
|
2876
|
+
connect?: PHConnectRuntimeConfig;
|
|
2877
|
+
};
|
|
2878
|
+
//#endregion
|
|
2879
|
+
export { AddStateExampleInput as $, AddOperationExampleInputSchema as $a, setOperationSchema as $c, SetOperationNameAction as $i, OperationContext as $l, MutationRedoArgs as $n, SetNameActionSchema as $o, ReorderModuleOperationsAction as $r, actionContext as $s, DocumentModelVersioningAction as $t, PowerhouseConfig as A, UndoActionInput as Aa, reorderChangeLogItems as Ac, SetModelExtensionAction as Ai, isNoopOperation as Al, Manifest as An, PruneSchema as Ao, NOOPAction as Ar, HashAlgorithms as As, DocumentAction as At, defaultPHState as Au, AddChangeLogItemAction as B, UpgradeDocumentAction as Ba, setModelExtension as Bc, SetNameAction as Bi, prepareOperations as Bl, MutationAddOperationArgs as Bn, ReorderOperationExamplesInputSchema as Bo, PruneActionInput as Br, IProcessorHostModule as Bs, DocumentModelModule as Bt, PHConnectSentry as C, SkipHeaderOperationIndex as Ca, operationExampleCreators as Cc, SetAuthorNameInput as Ci, garbageCollect as Cl, LoadStateAction as Cn, OperationErrorSchema as Co, MutationSetOperationSchemaArgs as Cr, isDefinedNonNullAny as Cs, DeleteOperationErrorAction as Ct, createLocalState as Cu, PackageManagerArgs as D, SubgraphModule as Da, prune as Dc, SetInitialStateInput as Di, groupOperationsByScope as Dl, MakeEmpty as Dn, PowerhouseModulesSchema as Do, MutationUpdateChangeLogItemInputArgs as Dr, hashNamespace as Ds, DeleteOperationInput as Dt, defaultDocumentState as Du, PHRenownRainbowAdapterConfig as E, StateReducer as Ea, operationWithContext as Ec, SetInitialStateAction as Ei, getDocumentLastModified as El, Load_State as En, PowerhouseModuleSchema as Eo, MutationUndoArgs as Er, createRelationalDb as Es, DeleteOperationExampleInput as Et, defaultBaseState as Eu, ActionErrorCallback as F, UpdateOperationExampleInput as Fa, reorderStateExamples as Fc, SetModelNameInput as Fi, merge as Fl, MoveOperationAction as Fn, RedoSchema as Fo, PartialRecord as Fr, IRelationalQueryMethods as Fs, DocumentModelHeaderAction as Ft, Signature as Fu, AddOperationErrorAction as G, UpgradeReducer as Ga, setName as Gc, SetOperationErrorCodeAction as Gi, reshuffleByTimestampAndIndex as Gl, MutationDeleteModuleArgs as Gn, SetInitialStateInputSchema as Go, RedoActionInput as Gr, ProcessorFactory as Gs, DocumentModelOperationErrorOperations as Gt, AddModuleAction as H, User as Ha, setModelName as Hc, SetNameOperation as Hi, removeExistingOperations as Hl, MutationAddOperationExampleArgs as Hn, ScopeStateSchema as Ho, Query as Hr, ProcessorApp as Hs, DocumentModelModuleOperations as Ht, ActionSignatureContext as I, UpdateRelationshipAction as Ia, setAuthorName as Ic, SetModuleDescriptionAction as Ii, nextSkipNumber as Il, MoveOperationInput as In, ReorderChangeLogItemsInputSchema as Io, PartialState as Ir, RelationalDbProcessor as Is, DocumentModelHeaderOperations as It, UserActionSigner as Iu, AddOperationExampleInput as J, applyUpgradeDocumentAction as Ja, setOperationErrorDescription as Jc, SetOperationErrorDescriptionInput as Ji, sortOperations as Jl, MutationDeleteOperationExampleArgs as Jn, SetModelIdInputSchema as Jo, ReleaseNewVersionAction as Jr, ProcessorRecord as Js, DocumentModelOperationOperations as Jt, AddOperationErrorInput as K, UpgradeTransition as Ka, setOperationDescription as Kc, SetOperationErrorCodeInput as Ki, skipHeaderOperations as Kl, MutationDeleteOperationArgs as Kn, SetModelDescriptionInputSchema as Ko, Reducer as Kr, ProcessorFactoryBuilder as Ks, DocumentModelOperationExampleAction as Kt, ActionSigningHandler as L, UpdateRelationshipActionInput as La, setAuthorWebsite as Lc, SetModuleDescriptionInput as Li, operationsAreEqual as Ll, Mutation as Ln, ReorderModuleOperationsInputSchema as Lo, PowerhouseModule as Lr, RelationalDbProcessorClass as Ls, DocumentModelInput as Lt, DEFAULT_ANALYTICS_PROCESSOR_DB_NAME as Lu, ServiceAction as M, UpdateChangeLogItemAction as Ma, reorderModules as Mc, SetModelIdAction as Mi, isUndoRedo as Ml, Maybe as Mn, PwaConfigSchema as Mo, OperationIndex as Mr, IRelationalDb as Ms, DocumentModelDocument as Mt, AppActionSigner as Mu, ServiceActions as N, UpdateChangeLogItemInput as Na, reorderOperationErrors as Nc, SetModelIdInput as Ni, mapSkippedOperations as Nl, MinimalBackupData as Nn, RedoActionInputSchema as No, OperationSpecification as Nr, IRelationalDbProcessor as Ns, DocumentModelDocumentModelModule as Nt, HashConfig as Nu, ParsedCmdResult as O, Undo as Oa, redo as Oc, SetModelDescriptionAction as Oi, hashDocumentStateForScope as Ol, MakeMaybe as On, PruneActionInputSchema as Oo, MutationUpdateOperationExampleArgs as Or, relationalDbToQueryBuilder as Os, DeleteStateExampleAction as Ot, defaultGlobalState as Ou, DEFAULT_REGISTRY_URL as P, UpdateOperationExampleAction as Pa, reorderOperationExamples as Pc, SetModelNameAction as Pi, mapSkippedOperationsV2 as Pl, ModuleSpecification as Pn, RedoActionSchema as Po, OperationsByScope as Pr, IRelationalQueryBuilder as Ps, DocumentModelGlobalState as Pt, PHDocumentSignatureInfo as Pu, AddStateExampleAction as Q, AddOperationErrorInputSchema as Qa, setOperationReducer as Qc, SetOperationErrorTemplateInput as Qi, Operation as Ql, MutationPruneArgs as Qn, SetNameActionInputSchema as Qo, ReorderChangeLogItemsInput as Qr, ActionContext as Qs, DocumentModelUtils as Qt, ActionVerificationHandler as R, UpdateStateExampleAction as Ra, setInitialState as Rc, SetModuleNameAction as Ri, parseResultingState as Rl, MutationAddChangeLogItemInputArgs as Rn, ReorderModulesInputSchema as Ro, Prune as Rr, IProcessor as Rs, DocumentModelLib as Rt, DEFAULT_RELATIONAL_PROCESSOR_DB_NAME as Ru, PHConnectRuntimeConfig as S, SigningParameters as Sa, noop as Sc, SetAuthorNameAction as Si, filterDuplicatedOperations as Sl, LoadFromInput as Sn, MoveOperationInputSchema as So, MutationSetOperationReducerArgs as Sr, definedNonNullAnySchema as Ss, DeleteOperationAction as St, createGlobalState as Su, PHRenownPrivyAdapterConfig as T, State as Ta, operationFromOperation as Tc, SetAuthorWebsiteInput as Ti, garbageCollectV2 as Tl, LoadStateActionStateInput as Tn, OperationSpecificationSchema as To, MutationSetStateSchemaArgs as Tr, createNamespacedQueryBuilder as Ts, DeleteOperationExampleAction as Tt, defaultAuthState as Tu, AddModuleInput as U, ValidationError as Ua, setModuleDescription as Uc, SetOperationDescriptionAction as Ui, replayDocument as Ul, MutationAddStateExampleArgs as Un, SetAuthorNameInputSchema as Uo, Redo as Ur, ProcessorApps as Us, DocumentModelOperationAction as Ut, AddChangeLogItemInput as V, UpgradeDocumentActionInput as Va, setModelId as Vc, SetNameActionInput as Vi, readOnly as Vl, MutationAddOperationErrorArgs as Vn, ReorderStateExamplesInputSchema as Vo, Publisher as Vr, IProcessorManager as Vs, DocumentModelModuleAction as Vt, AddOperationAction as W, UpgradeManifest as Wa, setModuleName as Wc, SetOperationDescriptionInput as Wi, reshuffleByTimestamp as Wl, MutationDeleteChangeLogItemInputArgs as Wn, SetAuthorWebsiteInputSchema as Wo, RedoAction as Wr, ProcessorDispatchResult as Ws, DocumentModelOperationErrorAction as Wt, AddRelationshipAction as X, AddChangeLogItemInputSchema as Xa, setOperationErrorTemplate as Xc, SetOperationErrorNameInput as Xi, updateHeaderRevision as Xl, MutationLoadStateArgs as Xn, SetModuleDescriptionInputSchema as Xo, RemoveRelationshipActionInput as Xr, TrackedProcessor as Xs, DocumentModelStateAction as Xt, AddOperationInput as Y, computeUpgradeTransitions as Ya, setOperationErrorName as Yc, SetOperationErrorNameAction as Yi, split as Yl, MutationDeleteStateExampleArgs as Yn, SetModelNameInputSchema as Yo, RemoveRelationshipAction as Yr, ProcessorStatus as Ys, DocumentModelPHState as Yt, AddRelationshipActionInput as Z, AddModuleInputSchema as Za, setOperationName as Zc, SetOperationErrorTemplateAction as Zi, DocumentOperations as Zl, MutationMoveOperationArgs as Zn, SetModuleNameInputSchema as Zo, ReorderChangeLogItemsAction as Zr, Action as Zs, DocumentModelStateOperations as Zt, PHConnectPwaManifest as _, SignalDispatch as _a, deleteOperationExample as _c, SchemaRedoAction as _i, baseReducerVersion as _l, Incremental as _n, LoadStateActionSchema as _o, MutationSetOperationErrorCodeArgs as _r, UndoActionSchema as _s, DeleteChildDocumentSignal as _t, Principal as _u, PHConnectApp as a, SetOperationScopeAction as aa, addOperation as ac, ReorderOperationExamplesAction as ai, updateChangeLogItem as al, EditorModule as an, ConfigEntryTypeSchema as ao, MutationReorderStateExamplesArgs as ar, SetOperationNameInputSchema as as, ConfigEntryType as at, redoOperation as au, PHConnectRenown as b, SignalType as ba, loadState as bc, SchemaUndoAction as bi, diffOperations as bl, IsStateOfType as bn, ManifestSchema as bo, MutationSetOperationErrorTemplateArgs as br, UpdateOperationExampleInputSchema as bs, DeleteModuleAction as bt, createBaseState as bu, PHConnectDriveSection as c, SetOperationTemplateInput as ca, addStateExample as cc, ReorderStateExamplesInput as ci, verifyOperationSignature as cl, FileInput as cn, DeleteOperationErrorInputSchema as co, MutationSetInitialStateArgs as cr, SetOperationScopeInputSchema as cs, CreateChildDocumentInput as ct, undoOperation as cu, PHConnectInstance as d, SetPreferredEditorOperation as da, buildSignedAction as dc, SaveToFile as di, PHDocument as dl, ID as dn, DeleteStateExampleInputSchema as do, MutationSetModelIdArgs as dr, SetPreferredEditorActionSchema as ds, CreateDocumentAction as dt, Condition as du, SetOperationNameInput as ea, actionFromAction as ec, ReorderModuleOperationsInput as ei, setOperationScope as el, DocumentModelVersioningOperations as en, AddOperationInputSchema as eo, MutationReorderChangeLogItemsInputArgs as er, SetOperationDescriptionInputSchema as es, AssertIsDocumentOfType as et, OperationOutcome as eu, PHConnectPackages as f, SetStateSchemaAction as fa, createAction as fc, SaveToFileHandle as fi, PHDocumentHeader as fl, IDocument as fn, DocumentActionSchema as fo, MutationSetModelNameArgs as fr, SetStateSchemaInputSchema as fs, CreateDocumentActionInput as ft, Grant as fu, PHConnectPwaIcon as g, Signal as ga, deleteOperationError as gc, SchemaPruneAction as gi, baseCreateDocument as gl, ISigner as gn, LoadStateActionInputSchema as go, MutationSetOperationDescriptionArgs as gr, UndoActionInputSchema as gs, DeleteChildDocumentInput as gt, PHDocumentState as gu, PHConnectPwaFileHandler as h, Set_PreferredEditor as ha, deleteOperation as hc, SchemaNOOPAction as hi, attachBranch as hl, ISignalResult as hn, DocumentSpecificationSchema as ho, MutationSetNameArgs as hr, StateSchema as hs, DeleteChangeLogItemInput as ht, PHBaseState as hu, LogLevels as i, SetOperationSchemaInput as ia, addModule as ic, ReorderOperationErrorsInput as ii, undo as il, EditorDispatch as in, ConfigEntrySchema as io, MutationReorderOperationExamplesArgs as ir, SetOperationErrorTemplateInputSchema as is, ConfigEntry as it, operationOutcome as iu, PowerhousePackage as j, UndoRedoAction as ja, reorderModuleOperations as jc, SetModelExtensionInput as ji, isUndo as jl, MappedOperation as jn, PublisherSchema as jo, OperationErrorSpecification as jr, IBaseRelationalDb as js, DocumentModelAction as jt, ActionSigner as ju, PathValidation as k, UndoAction as ka, releaseNewVersion as kc, SetModelDescriptionInput as ki, isDocumentAction as kl, MakeOptional as kn, PruneActionSchema as ko, MutationUpdateStateExampleArgs as kr, ExtractProcessorSchemaOrSelf as ks, DeleteStateExampleInput as kt, defaultLocalState as ku, PHConnectDriveSections as l, SetPreferredEditorAction as la, baseActions as lc, ReplayDocumentOptions as li, IntegrityIssueSubType as ll, GetDocumentOptions as ln, DeleteOperationExampleInputSchema as lo, MutationSetModelDescriptionArgs as lr, SetOperationTemplateInputSchema as ls, CreateChildDocumentSignal as lt, undoOperationV2 as lu, PHConnectPwaCacheStrategy as m, Set_Name as ma, deleteModule as mc, SchemaLoadStateAction as mi, addUndo as ml, ISignal as mn, DocumentModelInputSchema as mo, MutationSetModuleNameArgs as mr, Set_PreferredEditorSchema as ms, DeleteChangeLogItemAction as mt, PHAuthState as mu, DrivePreserveStrategy as n, SetOperationReducerInput as na, actions as nc, ReorderModulesInput as ni, setPreferredEditor as nl, DocumentSpecification as nn, AuthorSchema as no, MutationReorderModulesArgs as nr, SetOperationErrorDescriptionInputSchema as ns, Author as nt, isDenied as nu, PHConnectBranding as o, SetOperationScopeInput as oa, addOperationError as oc, ReorderOperationExamplesInput as oi, updateOperationExample as ol, EditorProps as on, DeleteChangeLogItemInputSchema as oo, MutationSetAuthorNameArgs as or, SetOperationReducerInputSchema as os, CopyChildDocumentInput as ot, setNameOperation as ou, PHConnectPwa as p, SetStateSchemaInput as pa, deleteChangeLogItem as pc, Scalars as pi, PHDocumentMeta as pl, IOperation as pn, DocumentModelGlobalStateSchema as po, MutationSetModuleDescriptionArgs as pr, Set_NameSchema as ps, CreateState as pt, Operand as pu, AddOperationExampleAction as q, applyDeleteDocumentAction as qa, setOperationErrorCode as qc, SetOperationErrorDescriptionAction as qi, sortMappedOperations as ql, MutationDeleteOperationErrorArgs as qn, SetModelExtensionInputSchema as qo, ReducerOptions as qr, ProcessorFilter as qs, DocumentModelOperationExampleOperations as qt, LogLevel as r, SetOperationSchemaAction as ra, addChangeLogItem as rc, ReorderOperationErrorsAction as ri, setStateSchema as rl, ENSInfo as rn, CodeExampleSchema as ro, MutationReorderOperationErrorsArgs as rr, SetOperationErrorNameInputSchema as rs, CodeExample as rt, loadStateOperation as ru, PHConnectDefaultDrive as s, SetOperationTemplateAction as sa, addOperationExample as sc, ReorderStateExamplesAction as si, updateStateExample as sl, Exact as sn, DeleteModuleInputSchema as so, MutationSetAuthorWebsiteArgs as sr, SetOperationSchemaInputSchema as ss, CopyChildDocumentSignal as st, setPreferredEditorOperation as su, DrivePreserveStrategies as t, SetOperationReducerAction as ta, actionSigner as tc, ReorderModulesAction as ti, setOperationTemplate as tl, DocumentOperationsIgnoreMap as tn, AddStateExampleInputSchema as to, MutationReorderModuleOperationsArgs as tr, SetOperationErrorCodeInputSchema as ts, AssertIsStateOfType as tt, OperationWithContext$1 as tu, PHConnectDrives as u, SetPreferredEditorActionInput as ua, buildOperationSignature as uc, RevisionsFilter as ui, IntegrityIssueType as ul, IAction as un, DeleteOperationInputSchema as uo, MutationSetModelExtensionArgs as ur, SetPreferredEditorActionInputSchema as us, CreateDocument as ut, Capability as uu, PHConnectPwaRuntimeCaching as v, SignalResult as va, deleteStateExample as vc, SchemaSetNameAction as vi, checkCleanedOperationsIntegrity as vl, InputMaybe as vn, LoadStateActionStateInputSchema as vo, MutationSetOperationErrorDescriptionArgs as vr, UndoSchema as vs, DeleteDocumentAction as vt, backfillAuthState as vu, PHPackageProvider as w, SkipHeaderOperations as wa, operationFromAction as wc, SetAuthorWebsiteAction as wi, garbageCollectDocumentOperations as wl, LoadStateActionInput as wn, OperationScopeSchema as wo, MutationSetOperationTemplateArgs as wr, createNamespacedDb as ws, DeleteOperationErrorInput as wt, createState as wu, PHConnectRenownAdapters as x, SignatureVerificationHandler as xa, moveOperation as xc, ScopeState as xi, filterDocumentOperationsResultingState as xl, LoadFromFile as xn, ModuleSchema as xo, MutationSetOperationNameArgs as xr, UpdateStateExampleInputSchema as xs, DeleteModuleInput as xt, createDocumentState as xu, PHConnectPwaUrlPattern as y, SignalResults as ya, documentModelActions as yc, SchemaSetPreferredEditorAction as yi, checkOperationsIntegrity as yl, IsDocumentOfType as yn, Load_StateSchema as yo, MutationSetOperationErrorNameArgs as yr, UpdateChangeLogItemInputSchema as ys, DeleteDocumentActionInput as yt, createAuthState as yu, Actions as z, UpdateStateExampleInput as za, setModelDescription as zc, SetModuleNameInput as zi, precedes as zl, MutationAddModuleArgs as zn, ReorderOperationErrorsInputSchema as zo, PruneAction as zr, IProcessorDispatch as zs, DocumentModelLocalState as zt, PROCESSOR_APPS as zu };
|
|
2880
|
+
//# sourceMappingURL=types-aWKQyxzX.d.ts.map
|