document-model 6.0.0-dev.105 → 6.0.0-dev.106
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/index.d.ts +81 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +216 -0
- package/dist/index.js.map +1 -0
- package/dist/{src/core/node.d.ts → node.d.mts} +25 -23
- package/dist/node.d.mts.map +1 -0
- package/dist/node.mjs +151 -0
- package/dist/node.mjs.map +1 -0
- package/package.json +11 -15
- package/dist/src/core/actions.d.ts +0 -87
- package/dist/src/core/actions.d.ts.map +0 -1
- package/dist/src/core/actions.js +0 -187
- package/dist/src/core/actions.js.map +0 -1
- package/dist/src/core/controller.d.ts +0 -30
- package/dist/src/core/controller.d.ts.map +0 -1
- package/dist/src/core/controller.js +0 -60
- package/dist/src/core/controller.js.map +0 -1
- package/dist/src/core/crypto.d.ts +0 -8
- package/dist/src/core/crypto.d.ts.map +0 -1
- package/dist/src/core/crypto.js +0 -68
- package/dist/src/core/crypto.js.map +0 -1
- package/dist/src/core/documents.d.ts +0 -147
- package/dist/src/core/documents.d.ts.map +0 -1
- package/dist/src/core/documents.js +0 -845
- package/dist/src/core/documents.js.map +0 -1
- package/dist/src/core/errors.d.ts +0 -21
- package/dist/src/core/errors.d.ts.map +0 -1
- package/dist/src/core/errors.js +0 -46
- package/dist/src/core/errors.js.map +0 -1
- package/dist/src/core/files.d.ts +0 -27
- package/dist/src/core/files.d.ts.map +0 -1
- package/dist/src/core/files.js +0 -90
- package/dist/src/core/files.js.map +0 -1
- package/dist/src/core/header.d.ts +0 -63
- package/dist/src/core/header.d.ts.map +0 -1
- package/dist/src/core/header.js +0 -173
- package/dist/src/core/header.js.map +0 -1
- package/dist/src/core/index.d.ts +0 -16
- package/dist/src/core/index.d.ts.map +0 -1
- package/dist/src/core/index.js +0 -16
- package/dist/src/core/index.js.map +0 -1
- package/dist/src/core/logger-types.d.ts +0 -12
- package/dist/src/core/logger-types.d.ts.map +0 -1
- package/dist/src/core/logger-types.js +0 -2
- package/dist/src/core/logger-types.js.map +0 -1
- package/dist/src/core/logger.d.ts +0 -27
- package/dist/src/core/logger.d.ts.map +0 -1
- package/dist/src/core/logger.js +0 -127
- package/dist/src/core/logger.js.map +0 -1
- package/dist/src/core/node.d.ts.map +0 -1
- package/dist/src/core/node.js +0 -155
- package/dist/src/core/node.js.map +0 -1
- package/dist/src/core/operations.d.ts +0 -50
- package/dist/src/core/operations.d.ts.map +0 -1
- package/dist/src/core/operations.js +0 -126
- package/dist/src/core/operations.js.map +0 -1
- package/dist/src/core/ph-types.d.ts +0 -2
- package/dist/src/core/ph-types.d.ts.map +0 -1
- package/dist/src/core/ph-types.js +0 -2
- package/dist/src/core/ph-types.js.map +0 -1
- package/dist/src/core/reducer.d.ts +0 -63
- package/dist/src/core/reducer.d.ts.map +0 -1
- package/dist/src/core/reducer.js +0 -446
- package/dist/src/core/reducer.js.map +0 -1
- package/dist/src/core/schemas.d.ts +0 -75
- package/dist/src/core/schemas.d.ts.map +0 -1
- package/dist/src/core/schemas.js +0 -116
- package/dist/src/core/schemas.js.map +0 -1
- package/dist/src/core/state.d.ts +0 -26
- package/dist/src/core/state.d.ts.map +0 -1
- package/dist/src/core/state.js +0 -56
- package/dist/src/core/state.js.map +0 -1
- package/dist/src/core/types.d.ts +0 -2
- package/dist/src/core/types.d.ts.map +0 -1
- package/dist/src/core/types.js +0 -2
- package/dist/src/core/types.js.map +0 -1
- package/dist/src/core/utils.d.ts +0 -6
- package/dist/src/core/utils.d.ts.map +0 -1
- package/dist/src/core/utils.js +0 -15
- package/dist/src/core/utils.js.map +0 -1
- package/dist/src/core/validation.d.ts +0 -4
- package/dist/src/core/validation.d.ts.map +0 -1
- package/dist/src/core/validation.js +0 -27
- package/dist/src/core/validation.js.map +0 -1
- package/dist/src/document-model/actions.d.ts +0 -164
- package/dist/src/document-model/actions.d.ts.map +0 -1
- package/dist/src/document-model/actions.js +0 -111
- package/dist/src/document-model/actions.js.map +0 -1
- package/dist/src/document-model/constants.d.ts +0 -6
- package/dist/src/document-model/constants.d.ts.map +0 -1
- package/dist/src/document-model/constants.js +0 -584
- package/dist/src/document-model/constants.js.map +0 -1
- package/dist/src/document-model/controller.d.ts +0 -5
- package/dist/src/document-model/controller.d.ts.map +0 -1
- package/dist/src/document-model/controller.js +0 -5
- package/dist/src/document-model/controller.js.map +0 -1
- package/dist/src/document-model/document-schema.d.ts +0 -69
- package/dist/src/document-model/document-schema.d.ts.map +0 -1
- package/dist/src/document-model/document-schema.js +0 -43
- package/dist/src/document-model/document-schema.js.map +0 -1
- package/dist/src/document-model/document-type.d.ts +0 -2
- package/dist/src/document-model/document-type.d.ts.map +0 -1
- package/dist/src/document-model/document-type.js +0 -2
- package/dist/src/document-model/document-type.js.map +0 -1
- package/dist/src/document-model/files.d.ts +0 -5
- package/dist/src/document-model/files.d.ts.map +0 -1
- package/dist/src/document-model/files.js +0 -9
- package/dist/src/document-model/files.js.map +0 -1
- package/dist/src/document-model/index.d.ts +0 -12
- package/dist/src/document-model/index.d.ts.map +0 -1
- package/dist/src/document-model/index.js +0 -12
- package/dist/src/document-model/index.js.map +0 -1
- package/dist/src/document-model/module.d.ts +0 -3
- package/dist/src/document-model/module.d.ts.map +0 -1
- package/dist/src/document-model/module.js +0 -24
- package/dist/src/document-model/module.js.map +0 -1
- package/dist/src/document-model/reducers.d.ts +0 -11
- package/dist/src/document-model/reducers.d.ts.map +0 -1
- package/dist/src/document-model/reducers.js +0 -618
- package/dist/src/document-model/reducers.js.map +0 -1
- package/dist/src/document-model/schemas.d.ts +0 -189
- package/dist/src/document-model/schemas.d.ts.map +0 -1
- package/dist/src/document-model/schemas.js +0 -388
- package/dist/src/document-model/schemas.js.map +0 -1
- package/dist/src/document-model/state.d.ts +0 -15
- package/dist/src/document-model/state.d.ts.map +0 -1
- package/dist/src/document-model/state.js +0 -75
- package/dist/src/document-model/state.js.map +0 -1
- package/dist/src/document-model/types.d.ts +0 -584
- package/dist/src/document-model/types.d.ts.map +0 -1
- package/dist/src/document-model/types.js +0 -2
- package/dist/src/document-model/types.js.map +0 -1
- package/dist/src/document-model/validation.d.ts +0 -32
- package/dist/src/document-model/validation.d.ts.map +0 -1
- package/dist/src/document-model/validation.js +0 -166
- package/dist/src/document-model/validation.js.map +0 -1
- package/dist/src/index.d.ts +0 -6
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/index.js +0 -3
- package/dist/src/index.js.map +0 -1
- package/dist/test/document/crypto.test.d.ts +0 -2
- package/dist/test/document/crypto.test.d.ts.map +0 -1
- package/dist/test/document/crypto.test.js +0 -192
- package/dist/test/document/crypto.test.js.map +0 -1
- package/dist/test/document/event-vs-command.test.d.ts +0 -2
- package/dist/test/document/event-vs-command.test.d.ts.map +0 -1
- package/dist/test/document/event-vs-command.test.js +0 -202
- package/dist/test/document/event-vs-command.test.js.map +0 -1
- package/dist/test/document/local.test.d.ts +0 -2
- package/dist/test/document/local.test.d.ts.map +0 -1
- package/dist/test/document/local.test.js +0 -226
- package/dist/test/document/local.test.js.map +0 -1
- package/dist/test/document/operation-id.test.d.ts +0 -2
- package/dist/test/document/operation-id.test.d.ts.map +0 -1
- package/dist/test/document/operation-id.test.js +0 -118
- package/dist/test/document/operation-id.test.js.map +0 -1
- package/dist/test/document/prune.test.d.ts +0 -2
- package/dist/test/document/prune.test.d.ts.map +0 -1
- package/dist/test/document/prune.test.js +0 -159
- package/dist/test/document/prune.test.js.map +0 -1
- package/dist/test/document/reducer.test.d.ts +0 -2
- package/dist/test/document/reducer.test.d.ts.map +0 -1
- package/dist/test/document/reducer.test.js +0 -284
- package/dist/test/document/reducer.test.js.map +0 -1
- package/dist/test/document/skip-operations.test.d.ts +0 -2
- package/dist/test/document/skip-operations.test.d.ts.map +0 -1
- package/dist/test/document/skip-operations.test.js +0 -495
- package/dist/test/document/skip-operations.test.js.map +0 -1
- package/dist/test/document/undo-redo-v2.test.d.ts +0 -2
- package/dist/test/document/undo-redo-v2.test.d.ts.map +0 -1
- package/dist/test/document/undo-redo-v2.test.js +0 -207
- package/dist/test/document/undo-redo-v2.test.js.map +0 -1
- package/dist/test/document/undo-redo.test.d.ts +0 -2
- package/dist/test/document/undo-redo.test.d.ts.map +0 -1
- package/dist/test/document/undo-redo.test.js +0 -413
- package/dist/test/document/undo-redo.test.js.map +0 -1
- package/dist/test/document/utils.test.d.ts +0 -2
- package/dist/test/document/utils.test.d.ts.map +0 -1
- package/dist/test/document/utils.test.js +0 -172
- package/dist/test/document/utils.test.js.map +0 -1
- package/dist/test/document-helpers/addUndo.test.d.ts +0 -2
- package/dist/test/document-helpers/addUndo.test.d.ts.map +0 -1
- package/dist/test/document-helpers/addUndo.test.js +0 -120
- package/dist/test/document-helpers/addUndo.test.js.map +0 -1
- package/dist/test/document-helpers/attachBranch.test.d.ts +0 -2
- package/dist/test/document-helpers/attachBranch.test.d.ts.map +0 -1
- package/dist/test/document-helpers/attachBranch.test.js +0 -364
- package/dist/test/document-helpers/attachBranch.test.js.map +0 -1
- package/dist/test/document-helpers/checkCleanedOperationsIntegrity.test.d.ts +0 -2
- package/dist/test/document-helpers/checkCleanedOperationsIntegrity.test.d.ts.map +0 -1
- package/dist/test/document-helpers/checkCleanedOperationsIntegrity.test.js +0 -252
- package/dist/test/document-helpers/checkCleanedOperationsIntegrity.test.js.map +0 -1
- package/dist/test/document-helpers/conflictResolution.test.d.ts +0 -2
- package/dist/test/document-helpers/conflictResolution.test.d.ts.map +0 -1
- package/dist/test/document-helpers/conflictResolution.test.js +0 -109
- package/dist/test/document-helpers/conflictResolution.test.js.map +0 -1
- package/dist/test/document-helpers/filterDuplicatedOperations.test.d.ts +0 -2
- package/dist/test/document-helpers/filterDuplicatedOperations.test.d.ts.map +0 -1
- package/dist/test/document-helpers/filterDuplicatedOperations.test.js +0 -126
- package/dist/test/document-helpers/filterDuplicatedOperations.test.js.map +0 -1
- package/dist/test/document-helpers/garbageCollect.test.d.ts +0 -2
- package/dist/test/document-helpers/garbageCollect.test.d.ts.map +0 -1
- package/dist/test/document-helpers/garbageCollect.test.js +0 -136
- package/dist/test/document-helpers/garbageCollect.test.js.map +0 -1
- package/dist/test/document-helpers/groupOperationsByScope.test.d.ts +0 -2
- package/dist/test/document-helpers/groupOperationsByScope.test.d.ts.map +0 -1
- package/dist/test/document-helpers/groupOperationsByScope.test.js +0 -102
- package/dist/test/document-helpers/groupOperationsByScope.test.js.map +0 -1
- package/dist/test/document-helpers/headerRevision.test.d.ts +0 -2
- package/dist/test/document-helpers/headerRevision.test.d.ts.map +0 -1
- package/dist/test/document-helpers/headerRevision.test.js +0 -203
- package/dist/test/document-helpers/headerRevision.test.js.map +0 -1
- package/dist/test/document-helpers/merge.test.d.ts +0 -2
- package/dist/test/document-helpers/merge.test.d.ts.map +0 -1
- package/dist/test/document-helpers/merge.test.js +0 -906
- package/dist/test/document-helpers/merge.test.js.map +0 -1
- package/dist/test/document-helpers/nextSkipNumber.test.d.ts +0 -2
- package/dist/test/document-helpers/nextSkipNumber.test.d.ts.map +0 -1
- package/dist/test/document-helpers/nextSkipNumber.test.js +0 -135
- package/dist/test/document-helpers/nextSkipNumber.test.js.map +0 -1
- package/dist/test/document-helpers/prepareOperations.test.d.ts +0 -2
- package/dist/test/document-helpers/prepareOperations.test.d.ts.map +0 -1
- package/dist/test/document-helpers/prepareOperations.test.js +0 -304
- package/dist/test/document-helpers/prepareOperations.test.js.map +0 -1
- package/dist/test/document-helpers/removeExistingOperations.test.d.ts +0 -2
- package/dist/test/document-helpers/removeExistingOperations.test.d.ts.map +0 -1
- package/dist/test/document-helpers/removeExistingOperations.test.js +0 -177
- package/dist/test/document-helpers/removeExistingOperations.test.js.map +0 -1
- package/dist/test/document-helpers/reshuffleByTimestamp.test.d.ts +0 -2
- package/dist/test/document-helpers/reshuffleByTimestamp.test.d.ts.map +0 -1
- package/dist/test/document-helpers/reshuffleByTimestamp.test.js +0 -148
- package/dist/test/document-helpers/reshuffleByTimestamp.test.js.map +0 -1
- package/dist/test/document-helpers/reshuffleByTimestampAndIndex.test.d.ts +0 -2
- package/dist/test/document-helpers/reshuffleByTimestampAndIndex.test.d.ts.map +0 -1
- package/dist/test/document-helpers/reshuffleByTimestampAndIndex.test.js +0 -200
- package/dist/test/document-helpers/reshuffleByTimestampAndIndex.test.js.map +0 -1
- package/dist/test/document-helpers/skipHeaderOperations.test.d.ts +0 -2
- package/dist/test/document-helpers/skipHeaderOperations.test.d.ts.map +0 -1
- package/dist/test/document-helpers/skipHeaderOperations.test.js +0 -72
- package/dist/test/document-helpers/skipHeaderOperations.test.js.map +0 -1
- package/dist/test/document-helpers/sortOperations.test.d.ts +0 -2
- package/dist/test/document-helpers/sortOperations.test.d.ts.map +0 -1
- package/dist/test/document-helpers/sortOperations.test.js +0 -101
- package/dist/test/document-helpers/sortOperations.test.js.map +0 -1
- package/dist/test/document-helpers/split.test.d.ts +0 -2
- package/dist/test/document-helpers/split.test.d.ts.map +0 -1
- package/dist/test/document-helpers/split.test.js +0 -121
- package/dist/test/document-helpers/split.test.js.map +0 -1
- package/dist/test/document-helpers/utils.d.ts +0 -15
- package/dist/test/document-helpers/utils.d.ts.map +0 -1
- package/dist/test/document-helpers/utils.js +0 -61
- package/dist/test/document-helpers/utils.js.map +0 -1
- package/dist/test/document-model/replay.test.d.ts +0 -2
- package/dist/test/document-model/replay.test.d.ts.map +0 -1
- package/dist/test/document-model/replay.test.js +0 -139
- package/dist/test/document-model/replay.test.js.map +0 -1
- package/dist/test/document-model/skip-operations.test.d.ts +0 -2
- package/dist/test/document-model/skip-operations.test.d.ts.map +0 -1
- package/dist/test/document-model/skip-operations.test.js +0 -214
- package/dist/test/document-model/skip-operations.test.js.map +0 -1
- package/dist/test/document-model/validation.test.d.ts +0 -2
- package/dist/test/document-model/validation.test.d.ts.map +0 -1
- package/dist/test/document-model/validation.test.js +0 -451
- package/dist/test/document-model/validation.test.js.map +0 -1
- package/dist/test/document-model/versioning.test.d.ts +0 -2
- package/dist/test/document-model/versioning.test.d.ts.map +0 -1
- package/dist/test/document-model/versioning.test.js +0 -93
- package/dist/test/document-model/versioning.test.js.map +0 -1
- package/dist/test/document-model/zip.test.d.ts +0 -2
- package/dist/test/document-model/zip.test.d.ts.map +0 -1
- package/dist/test/document-model/zip.test.js +0 -79
- package/dist/test/document-model/zip.test.js.map +0 -1
- package/dist/test/helpers.d.ts +0 -79
- package/dist/test/helpers.d.ts.map +0 -1
- package/dist/test/helpers.js +0 -121
- package/dist/test/helpers.js.map +0 -1
- package/dist/test/index.d.ts +0 -4
- package/dist/test/index.d.ts.map +0 -1
- package/dist/test/index.js +0 -3
- package/dist/test/index.js.map +0 -1
- package/dist/test/types.d.ts +0 -6
- package/dist/test/types.d.ts.map +0 -1
- package/dist/test/types.js +0 -2
- package/dist/test/types.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/vitest.config.d.ts +0 -3
- package/dist/vitest.config.d.ts.map +0 -1
- package/dist/vitest.config.js +0 -7
- package/dist/vitest.config.js.map +0 -1
|
@@ -1,584 +0,0 @@
|
|
|
1
|
-
import type { Action, DocumentModelGlobalState, InputMaybe, Maybe, Scalars } from "document-model";
|
|
2
|
-
export type * from "@powerhousedao/shared/document-model/types";
|
|
3
|
-
export type DocumentModelAction = DocumentModelHeaderAction | DocumentModelVersioningAction | DocumentModelModuleAction | DocumentModelOperationErrorAction | DocumentModelOperationExampleAction | DocumentModelOperationAction | DocumentModelStateAction;
|
|
4
|
-
export type AddChangeLogItemInput = {
|
|
5
|
-
__typename?: "AddChangeLogItemInput";
|
|
6
|
-
content: Scalars["String"]["output"];
|
|
7
|
-
id: Scalars["ID"]["output"];
|
|
8
|
-
insertBefore: Maybe<Scalars["ID"]["output"]>;
|
|
9
|
-
};
|
|
10
|
-
export type AddModuleInput = {
|
|
11
|
-
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
12
|
-
id: Scalars["ID"]["input"];
|
|
13
|
-
name: Scalars["String"]["input"];
|
|
14
|
-
};
|
|
15
|
-
export type AddOperationErrorInput = {
|
|
16
|
-
errorCode?: InputMaybe<Scalars["String"]["input"]>;
|
|
17
|
-
errorDescription?: InputMaybe<Scalars["String"]["input"]>;
|
|
18
|
-
errorName?: InputMaybe<Scalars["String"]["input"]>;
|
|
19
|
-
errorTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
20
|
-
id: Scalars["ID"]["input"];
|
|
21
|
-
operationId: Scalars["ID"]["input"];
|
|
22
|
-
};
|
|
23
|
-
export type AddOperationExampleInput = {
|
|
24
|
-
example: Scalars["String"]["input"];
|
|
25
|
-
id: Scalars["ID"]["input"];
|
|
26
|
-
operationId: Scalars["ID"]["input"];
|
|
27
|
-
};
|
|
28
|
-
export type AddOperationInput = {
|
|
29
|
-
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
30
|
-
id: Scalars["ID"]["input"];
|
|
31
|
-
moduleId: Scalars["ID"]["input"];
|
|
32
|
-
name: Scalars["String"]["input"];
|
|
33
|
-
reducer?: InputMaybe<Scalars["String"]["input"]>;
|
|
34
|
-
schema?: InputMaybe<Scalars["String"]["input"]>;
|
|
35
|
-
template?: InputMaybe<Scalars["String"]["input"]>;
|
|
36
|
-
scope?: InputMaybe<string>;
|
|
37
|
-
};
|
|
38
|
-
export type AddStateExampleInput = {
|
|
39
|
-
scope: Scalars["String"]["input"];
|
|
40
|
-
example: Scalars["String"]["input"];
|
|
41
|
-
id: Scalars["ID"]["input"];
|
|
42
|
-
insertBefore?: InputMaybe<Scalars["ID"]["input"]>;
|
|
43
|
-
};
|
|
44
|
-
export type DeleteChangeLogItemInput = {
|
|
45
|
-
__typename?: "DeleteChangeLogItemInput";
|
|
46
|
-
id: Scalars["ID"]["output"];
|
|
47
|
-
};
|
|
48
|
-
export type DeleteModuleInput = {
|
|
49
|
-
id: Scalars["ID"]["input"];
|
|
50
|
-
};
|
|
51
|
-
export type DeleteOperationErrorInput = {
|
|
52
|
-
id: Scalars["ID"]["input"];
|
|
53
|
-
};
|
|
54
|
-
export type DeleteOperationExampleInput = {
|
|
55
|
-
id: Scalars["ID"]["input"];
|
|
56
|
-
};
|
|
57
|
-
export type DeleteOperationInput = {
|
|
58
|
-
id: Scalars["ID"]["input"];
|
|
59
|
-
};
|
|
60
|
-
export type DeleteStateExampleInput = {
|
|
61
|
-
scope: Scalars["String"]["input"];
|
|
62
|
-
id: Scalars["ID"]["input"];
|
|
63
|
-
};
|
|
64
|
-
export type DocumentModelInput = AddChangeLogItemInput | AddModuleInput | AddOperationErrorInput | AddOperationExampleInput | AddOperationInput | AddStateExampleInput | DeleteChangeLogItemInput | DeleteModuleInput | DeleteOperationErrorInput | DeleteOperationExampleInput | DeleteOperationInput | DeleteStateExampleInput | MoveOperationInput | ReorderChangeLogItemsInput | ReorderModuleOperationsInput | ReorderModulesInput | ReorderOperationErrorsInput | ReorderOperationExamplesInput | ReorderStateExamplesInput | SetAuthorNameInput | SetAuthorWebsiteInput | SetInitialStateInput | SetModelDescriptionInput | SetModelExtensionInput | SetModelIdInput | SetModelNameInput | SetModuleDescriptionInput | SetModuleNameInput | SetOperationDescriptionInput | SetOperationErrorCodeInput | SetOperationErrorDescriptionInput | SetOperationErrorNameInput | SetOperationErrorTemplateInput | SetOperationNameInput | SetOperationReducerInput | SetOperationSchemaInput | SetOperationTemplateInput | SetStateSchemaInput | UpdateChangeLogItemInput | UpdateOperationExampleInput | UpdateStateExampleInput;
|
|
65
|
-
export type MoveOperationInput = {
|
|
66
|
-
newModuleId: Scalars["ID"]["input"];
|
|
67
|
-
operationId: Scalars["ID"]["input"];
|
|
68
|
-
};
|
|
69
|
-
export type Mutation = {
|
|
70
|
-
__typename?: "Mutation";
|
|
71
|
-
addChangeLogItemInput: DocumentModelGlobalState;
|
|
72
|
-
addModule: DocumentModelGlobalState;
|
|
73
|
-
addOperation: DocumentModelGlobalState;
|
|
74
|
-
addOperationError: DocumentModelGlobalState;
|
|
75
|
-
addOperationExample: DocumentModelGlobalState;
|
|
76
|
-
addStateExample: DocumentModelGlobalState;
|
|
77
|
-
deleteChangeLogItemInput: DocumentModelGlobalState;
|
|
78
|
-
deleteModule: DocumentModelGlobalState;
|
|
79
|
-
deleteOperation: DocumentModelGlobalState;
|
|
80
|
-
deleteOperationError: DocumentModelGlobalState;
|
|
81
|
-
deleteOperationExample: DocumentModelGlobalState;
|
|
82
|
-
deleteStateExample: DocumentModelGlobalState;
|
|
83
|
-
moveOperation: DocumentModelGlobalState;
|
|
84
|
-
releaseNewVersion: DocumentModelGlobalState;
|
|
85
|
-
reorderChangeLogItemsInput: DocumentModelGlobalState;
|
|
86
|
-
reorderModuleOperations: DocumentModelGlobalState;
|
|
87
|
-
reorderModules: DocumentModelGlobalState;
|
|
88
|
-
reorderOperationErrors: DocumentModelGlobalState;
|
|
89
|
-
reorderOperationExamples: DocumentModelGlobalState;
|
|
90
|
-
reorderStateExamples: DocumentModelGlobalState;
|
|
91
|
-
setAuthorName: DocumentModelGlobalState;
|
|
92
|
-
setAuthorWebsite: DocumentModelGlobalState;
|
|
93
|
-
setInitialState: DocumentModelGlobalState;
|
|
94
|
-
setModelDescription: DocumentModelGlobalState;
|
|
95
|
-
setModelExtension: DocumentModelGlobalState;
|
|
96
|
-
setModelId: DocumentModelGlobalState;
|
|
97
|
-
setModelName: DocumentModelGlobalState;
|
|
98
|
-
setModuleDescription: DocumentModelGlobalState;
|
|
99
|
-
setModuleName: DocumentModelGlobalState;
|
|
100
|
-
setOperationDescription: DocumentModelGlobalState;
|
|
101
|
-
setOperationErrorCode: DocumentModelGlobalState;
|
|
102
|
-
setOperationErrorDescription: DocumentModelGlobalState;
|
|
103
|
-
setOperationErrorName: DocumentModelGlobalState;
|
|
104
|
-
setOperationErrorTemplate: DocumentModelGlobalState;
|
|
105
|
-
setOperationName: DocumentModelGlobalState;
|
|
106
|
-
setOperationReducer: DocumentModelGlobalState;
|
|
107
|
-
setOperationSchema: DocumentModelGlobalState;
|
|
108
|
-
setOperationTemplate: DocumentModelGlobalState;
|
|
109
|
-
setStateSchema: DocumentModelGlobalState;
|
|
110
|
-
updateChangeLogItemInput: DocumentModelGlobalState;
|
|
111
|
-
updateOperationExample: DocumentModelGlobalState;
|
|
112
|
-
updateStateExample: DocumentModelGlobalState;
|
|
113
|
-
};
|
|
114
|
-
export type MutationAddChangeLogItemInputArgs = {
|
|
115
|
-
input?: InputMaybe<AddChangeLogItemInput>;
|
|
116
|
-
};
|
|
117
|
-
export type MutationAddModuleArgs = {
|
|
118
|
-
input: AddModuleInput;
|
|
119
|
-
};
|
|
120
|
-
export type MutationAddOperationArgs = {
|
|
121
|
-
input: AddOperationInput;
|
|
122
|
-
};
|
|
123
|
-
export type MutationAddOperationErrorArgs = {
|
|
124
|
-
input: AddOperationErrorInput;
|
|
125
|
-
};
|
|
126
|
-
export type MutationAddOperationExampleArgs = {
|
|
127
|
-
input: AddOperationExampleInput;
|
|
128
|
-
};
|
|
129
|
-
export type MutationAddStateExampleArgs = {
|
|
130
|
-
input: AddStateExampleInput;
|
|
131
|
-
};
|
|
132
|
-
export type MutationDeleteChangeLogItemInputArgs = {
|
|
133
|
-
input?: InputMaybe<DeleteChangeLogItemInput>;
|
|
134
|
-
};
|
|
135
|
-
export type MutationDeleteModuleArgs = {
|
|
136
|
-
input: DeleteModuleInput;
|
|
137
|
-
};
|
|
138
|
-
export type MutationDeleteOperationArgs = {
|
|
139
|
-
input: DeleteOperationInput;
|
|
140
|
-
};
|
|
141
|
-
export type MutationDeleteOperationErrorArgs = {
|
|
142
|
-
input: DeleteOperationErrorInput;
|
|
143
|
-
};
|
|
144
|
-
export type MutationDeleteOperationExampleArgs = {
|
|
145
|
-
input: DeleteOperationExampleInput;
|
|
146
|
-
};
|
|
147
|
-
export type MutationDeleteStateExampleArgs = {
|
|
148
|
-
input: DeleteStateExampleInput;
|
|
149
|
-
};
|
|
150
|
-
export type MutationMoveOperationArgs = {
|
|
151
|
-
input: MoveOperationInput;
|
|
152
|
-
};
|
|
153
|
-
export type MutationReorderChangeLogItemsInputArgs = {
|
|
154
|
-
input?: InputMaybe<ReorderChangeLogItemsInput>;
|
|
155
|
-
};
|
|
156
|
-
export type MutationReorderModuleOperationsArgs = {
|
|
157
|
-
input: ReorderModuleOperationsInput;
|
|
158
|
-
};
|
|
159
|
-
export type MutationReorderModulesArgs = {
|
|
160
|
-
input: ReorderModulesInput;
|
|
161
|
-
};
|
|
162
|
-
export type MutationReorderOperationErrorsArgs = {
|
|
163
|
-
input: ReorderOperationErrorsInput;
|
|
164
|
-
};
|
|
165
|
-
export type MutationReorderOperationExamplesArgs = {
|
|
166
|
-
input: ReorderOperationExamplesInput;
|
|
167
|
-
};
|
|
168
|
-
export type MutationReorderStateExamplesArgs = {
|
|
169
|
-
input: ReorderStateExamplesInput;
|
|
170
|
-
};
|
|
171
|
-
export type MutationSetAuthorNameArgs = {
|
|
172
|
-
input: SetAuthorNameInput;
|
|
173
|
-
};
|
|
174
|
-
export type MutationSetAuthorWebsiteArgs = {
|
|
175
|
-
input: SetAuthorWebsiteInput;
|
|
176
|
-
};
|
|
177
|
-
export type MutationSetInitialStateArgs = {
|
|
178
|
-
input: SetInitialStateInput;
|
|
179
|
-
};
|
|
180
|
-
export type MutationSetModelDescriptionArgs = {
|
|
181
|
-
input: SetModelDescriptionInput;
|
|
182
|
-
};
|
|
183
|
-
export type MutationSetModelExtensionArgs = {
|
|
184
|
-
input: SetModelExtensionInput;
|
|
185
|
-
};
|
|
186
|
-
export type MutationSetModelIdArgs = {
|
|
187
|
-
input: SetModelIdInput;
|
|
188
|
-
};
|
|
189
|
-
export type MutationSetModelNameArgs = {
|
|
190
|
-
input: SetModelNameInput;
|
|
191
|
-
};
|
|
192
|
-
export type MutationSetModuleDescriptionArgs = {
|
|
193
|
-
input: SetModuleDescriptionInput;
|
|
194
|
-
};
|
|
195
|
-
export type MutationSetModuleNameArgs = {
|
|
196
|
-
input: SetModuleNameInput;
|
|
197
|
-
};
|
|
198
|
-
export type MutationSetOperationDescriptionArgs = {
|
|
199
|
-
input: SetOperationDescriptionInput;
|
|
200
|
-
};
|
|
201
|
-
export type MutationSetOperationErrorCodeArgs = {
|
|
202
|
-
input: SetOperationErrorCodeInput;
|
|
203
|
-
};
|
|
204
|
-
export type MutationSetOperationErrorDescriptionArgs = {
|
|
205
|
-
input: SetOperationErrorDescriptionInput;
|
|
206
|
-
};
|
|
207
|
-
export type MutationSetOperationErrorNameArgs = {
|
|
208
|
-
input: SetOperationErrorNameInput;
|
|
209
|
-
};
|
|
210
|
-
export type MutationSetOperationErrorTemplateArgs = {
|
|
211
|
-
input: SetOperationErrorTemplateInput;
|
|
212
|
-
};
|
|
213
|
-
export type MutationSetOperationNameArgs = {
|
|
214
|
-
input: SetOperationNameInput;
|
|
215
|
-
};
|
|
216
|
-
export type MutationSetOperationReducerArgs = {
|
|
217
|
-
input: SetOperationReducerInput;
|
|
218
|
-
};
|
|
219
|
-
export type MutationSetOperationSchemaArgs = {
|
|
220
|
-
input: SetOperationSchemaInput;
|
|
221
|
-
};
|
|
222
|
-
export type MutationSetOperationTemplateArgs = {
|
|
223
|
-
input: SetOperationTemplateInput;
|
|
224
|
-
};
|
|
225
|
-
export type MutationSetStateSchemaArgs = {
|
|
226
|
-
input: SetStateSchemaInput;
|
|
227
|
-
};
|
|
228
|
-
export type MutationUpdateChangeLogItemInputArgs = {
|
|
229
|
-
input?: InputMaybe<UpdateChangeLogItemInput>;
|
|
230
|
-
};
|
|
231
|
-
export type MutationUpdateOperationExampleArgs = {
|
|
232
|
-
input: UpdateOperationExampleInput;
|
|
233
|
-
};
|
|
234
|
-
export type MutationUpdateStateExampleArgs = {
|
|
235
|
-
input: UpdateStateExampleInput;
|
|
236
|
-
};
|
|
237
|
-
export type ReorderChangeLogItemsInput = {
|
|
238
|
-
__typename?: "ReorderChangeLogItemsInput";
|
|
239
|
-
order: Array<Scalars["ID"]["output"]>;
|
|
240
|
-
};
|
|
241
|
-
export type ReorderModuleOperationsInput = {
|
|
242
|
-
moduleId: Scalars["ID"]["input"];
|
|
243
|
-
order: Array<Scalars["ID"]["input"]>;
|
|
244
|
-
};
|
|
245
|
-
export type ReorderModulesInput = {
|
|
246
|
-
order: Array<Scalars["ID"]["input"]>;
|
|
247
|
-
};
|
|
248
|
-
export type ReorderOperationErrorsInput = {
|
|
249
|
-
operationId: Scalars["ID"]["input"];
|
|
250
|
-
order: Array<Scalars["ID"]["input"]>;
|
|
251
|
-
};
|
|
252
|
-
export type ReorderOperationExamplesInput = {
|
|
253
|
-
operationId: Scalars["ID"]["input"];
|
|
254
|
-
order: Array<Scalars["ID"]["input"]>;
|
|
255
|
-
};
|
|
256
|
-
export type ReorderStateExamplesInput = {
|
|
257
|
-
scope: Scalars["String"]["input"];
|
|
258
|
-
order: Array<Scalars["ID"]["input"]>;
|
|
259
|
-
};
|
|
260
|
-
export type SetAuthorNameInput = {
|
|
261
|
-
authorName: Scalars["String"]["input"];
|
|
262
|
-
};
|
|
263
|
-
export type SetAuthorWebsiteInput = {
|
|
264
|
-
authorWebsite: Scalars["String"]["input"];
|
|
265
|
-
};
|
|
266
|
-
export type SetInitialStateInput = {
|
|
267
|
-
scope: Scalars["String"]["input"];
|
|
268
|
-
initialValue: Scalars["String"]["input"];
|
|
269
|
-
};
|
|
270
|
-
export type SetModelDescriptionInput = {
|
|
271
|
-
description: Scalars["String"]["input"];
|
|
272
|
-
};
|
|
273
|
-
export type SetModelExtensionInput = {
|
|
274
|
-
extension: Scalars["String"]["input"];
|
|
275
|
-
};
|
|
276
|
-
export type SetModelIdInput = {
|
|
277
|
-
id: Scalars["String"]["input"];
|
|
278
|
-
};
|
|
279
|
-
export type SetModelNameInput = {
|
|
280
|
-
name: Scalars["String"]["input"];
|
|
281
|
-
};
|
|
282
|
-
export type SetModuleDescriptionInput = {
|
|
283
|
-
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
284
|
-
id: Scalars["ID"]["input"];
|
|
285
|
-
};
|
|
286
|
-
export type SetModuleNameInput = {
|
|
287
|
-
id: Scalars["ID"]["input"];
|
|
288
|
-
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
289
|
-
};
|
|
290
|
-
export type SetOperationDescriptionInput = {
|
|
291
|
-
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
292
|
-
id: Scalars["ID"]["input"];
|
|
293
|
-
};
|
|
294
|
-
export type SetOperationErrorCodeInput = {
|
|
295
|
-
errorCode?: InputMaybe<Scalars["String"]["input"]>;
|
|
296
|
-
id: Scalars["ID"]["input"];
|
|
297
|
-
};
|
|
298
|
-
export type SetOperationErrorDescriptionInput = {
|
|
299
|
-
errorDescription?: InputMaybe<Scalars["String"]["input"]>;
|
|
300
|
-
id: Scalars["ID"]["input"];
|
|
301
|
-
};
|
|
302
|
-
export type SetOperationErrorNameInput = {
|
|
303
|
-
errorName?: InputMaybe<Scalars["String"]["input"]>;
|
|
304
|
-
id: Scalars["ID"]["input"];
|
|
305
|
-
};
|
|
306
|
-
export type SetOperationErrorTemplateInput = {
|
|
307
|
-
errorTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
308
|
-
id: Scalars["ID"]["input"];
|
|
309
|
-
};
|
|
310
|
-
export type SetOperationNameInput = {
|
|
311
|
-
id: Scalars["ID"]["input"];
|
|
312
|
-
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
313
|
-
};
|
|
314
|
-
export type SetOperationScopeInput = {
|
|
315
|
-
id: Scalars["ID"]["input"];
|
|
316
|
-
scope?: InputMaybe<string>;
|
|
317
|
-
};
|
|
318
|
-
export type SetOperationReducerInput = {
|
|
319
|
-
id: Scalars["ID"]["input"];
|
|
320
|
-
reducer?: InputMaybe<Scalars["String"]["input"]>;
|
|
321
|
-
};
|
|
322
|
-
export type SetOperationSchemaInput = {
|
|
323
|
-
id: Scalars["ID"]["input"];
|
|
324
|
-
schema?: InputMaybe<Scalars["String"]["input"]>;
|
|
325
|
-
};
|
|
326
|
-
export type SetOperationTemplateInput = {
|
|
327
|
-
id: Scalars["ID"]["input"];
|
|
328
|
-
template?: InputMaybe<Scalars["String"]["input"]>;
|
|
329
|
-
};
|
|
330
|
-
export type SetStateSchemaInput = {
|
|
331
|
-
scope: Scalars["String"]["input"];
|
|
332
|
-
schema: Scalars["String"]["input"];
|
|
333
|
-
};
|
|
334
|
-
export type UpdateChangeLogItemInput = {
|
|
335
|
-
__typename?: "UpdateChangeLogItemInput";
|
|
336
|
-
id: Scalars["ID"]["output"];
|
|
337
|
-
newContent: Scalars["String"]["output"];
|
|
338
|
-
};
|
|
339
|
-
export type UpdateOperationExampleInput = {
|
|
340
|
-
example: Scalars["String"]["input"];
|
|
341
|
-
id: Scalars["ID"]["input"];
|
|
342
|
-
};
|
|
343
|
-
export type UpdateStateExampleInput = {
|
|
344
|
-
scope: Scalars["String"]["input"];
|
|
345
|
-
id: Scalars["ID"]["input"];
|
|
346
|
-
newExample: Scalars["String"]["input"];
|
|
347
|
-
};
|
|
348
|
-
export type SetModelNameAction = Action & {
|
|
349
|
-
type: "SET_MODEL_NAME";
|
|
350
|
-
input: SetModelNameInput;
|
|
351
|
-
};
|
|
352
|
-
export type SetModelIdAction = Action & {
|
|
353
|
-
type: "SET_MODEL_ID";
|
|
354
|
-
input: SetModelIdInput;
|
|
355
|
-
};
|
|
356
|
-
export type SetModelExtensionAction = Action & {
|
|
357
|
-
type: "SET_MODEL_EXTENSION";
|
|
358
|
-
input: SetModelExtensionInput;
|
|
359
|
-
};
|
|
360
|
-
export type SetModelDescriptionAction = Action & {
|
|
361
|
-
type: "SET_MODEL_DESCRIPTION";
|
|
362
|
-
input: SetModelDescriptionInput;
|
|
363
|
-
};
|
|
364
|
-
export type SetAuthorNameAction = Action & {
|
|
365
|
-
type: "SET_AUTHOR_NAME";
|
|
366
|
-
input: SetAuthorNameInput;
|
|
367
|
-
};
|
|
368
|
-
export type SetAuthorWebsiteAction = Action & {
|
|
369
|
-
type: "SET_AUTHOR_WEBSITE";
|
|
370
|
-
input: SetAuthorWebsiteInput;
|
|
371
|
-
};
|
|
372
|
-
export type DocumentModelHeaderAction = SetModelNameAction | SetModelIdAction | SetModelExtensionAction | SetModelDescriptionAction | SetAuthorNameAction | SetAuthorWebsiteAction;
|
|
373
|
-
export type AddModuleAction = Action & {
|
|
374
|
-
type: "ADD_MODULE";
|
|
375
|
-
input: AddModuleInput;
|
|
376
|
-
};
|
|
377
|
-
export type SetModuleNameAction = Action & {
|
|
378
|
-
type: "SET_MODULE_NAME";
|
|
379
|
-
input: SetModuleNameInput;
|
|
380
|
-
};
|
|
381
|
-
export type SetModuleDescriptionAction = Action & {
|
|
382
|
-
type: "SET_MODULE_DESCRIPTION";
|
|
383
|
-
input: SetModuleDescriptionInput;
|
|
384
|
-
};
|
|
385
|
-
export type DeleteModuleAction = Action & {
|
|
386
|
-
type: "DELETE_MODULE";
|
|
387
|
-
input: DeleteModuleInput;
|
|
388
|
-
};
|
|
389
|
-
export type ReorderModulesAction = Action & {
|
|
390
|
-
type: "REORDER_MODULES";
|
|
391
|
-
input: ReorderModulesInput;
|
|
392
|
-
};
|
|
393
|
-
export type DocumentModelModuleAction = AddModuleAction | SetModuleNameAction | SetModuleDescriptionAction | DeleteModuleAction | ReorderModulesAction;
|
|
394
|
-
export type AddOperationAction = Action & {
|
|
395
|
-
type: "ADD_OPERATION";
|
|
396
|
-
input: AddOperationInput;
|
|
397
|
-
};
|
|
398
|
-
export type SetOperationNameAction = Action & {
|
|
399
|
-
type: "SET_OPERATION_NAME";
|
|
400
|
-
input: SetOperationNameInput;
|
|
401
|
-
};
|
|
402
|
-
export type SetOperationScopeAction = Action & {
|
|
403
|
-
type: "SET_OPERATION_SCOPE";
|
|
404
|
-
input: SetOperationScopeInput;
|
|
405
|
-
};
|
|
406
|
-
export type SetOperationSchemaAction = Action & {
|
|
407
|
-
type: "SET_OPERATION_SCHEMA";
|
|
408
|
-
input: SetOperationSchemaInput;
|
|
409
|
-
};
|
|
410
|
-
export type SetOperationDescriptionAction = Action & {
|
|
411
|
-
type: "SET_OPERATION_DESCRIPTION";
|
|
412
|
-
input: SetOperationDescriptionInput;
|
|
413
|
-
};
|
|
414
|
-
export type SetOperationTemplateAction = Action & {
|
|
415
|
-
type: "SET_OPERATION_TEMPLATE";
|
|
416
|
-
input: SetOperationTemplateInput;
|
|
417
|
-
};
|
|
418
|
-
export type SetOperationReducerAction = Action & {
|
|
419
|
-
type: "SET_OPERATION_REDUCER";
|
|
420
|
-
input: SetOperationReducerInput;
|
|
421
|
-
};
|
|
422
|
-
export type MoveOperationAction = Action & {
|
|
423
|
-
type: "MOVE_OPERATION";
|
|
424
|
-
input: MoveOperationInput;
|
|
425
|
-
};
|
|
426
|
-
export type DeleteOperationAction = Action & {
|
|
427
|
-
type: "DELETE_OPERATION";
|
|
428
|
-
input: DeleteOperationInput;
|
|
429
|
-
};
|
|
430
|
-
export type ReorderModuleOperationsAction = Action & {
|
|
431
|
-
type: "REORDER_MODULE_OPERATIONS";
|
|
432
|
-
input: ReorderModuleOperationsInput;
|
|
433
|
-
};
|
|
434
|
-
export type DocumentModelOperationAction = AddOperationAction | SetOperationNameAction | SetOperationScopeAction | SetOperationSchemaAction | SetOperationDescriptionAction | SetOperationTemplateAction | SetOperationReducerAction | MoveOperationAction | DeleteOperationAction | ReorderModuleOperationsAction;
|
|
435
|
-
export type AddOperationErrorAction = Action & {
|
|
436
|
-
type: "ADD_OPERATION_ERROR";
|
|
437
|
-
input: AddOperationErrorInput;
|
|
438
|
-
};
|
|
439
|
-
export type SetOperationErrorCodeAction = Action & {
|
|
440
|
-
type: "SET_OPERATION_ERROR_CODE";
|
|
441
|
-
input: SetOperationErrorCodeInput;
|
|
442
|
-
};
|
|
443
|
-
export type SetOperationErrorNameAction = Action & {
|
|
444
|
-
type: "SET_OPERATION_ERROR_NAME";
|
|
445
|
-
input: SetOperationErrorNameInput;
|
|
446
|
-
};
|
|
447
|
-
export type SetOperationErrorDescriptionAction = Action & {
|
|
448
|
-
type: "SET_OPERATION_ERROR_DESCRIPTION";
|
|
449
|
-
input: SetOperationErrorDescriptionInput;
|
|
450
|
-
};
|
|
451
|
-
export type SetOperationErrorTemplateAction = Action & {
|
|
452
|
-
type: "SET_OPERATION_ERROR_TEMPLATE";
|
|
453
|
-
input: SetOperationErrorTemplateInput;
|
|
454
|
-
};
|
|
455
|
-
export type DeleteOperationErrorAction = Action & {
|
|
456
|
-
type: "DELETE_OPERATION_ERROR";
|
|
457
|
-
input: DeleteOperationErrorInput;
|
|
458
|
-
};
|
|
459
|
-
export type ReorderOperationErrorsAction = Action & {
|
|
460
|
-
type: "REORDER_OPERATION_ERRORS";
|
|
461
|
-
input: ReorderOperationErrorsInput;
|
|
462
|
-
};
|
|
463
|
-
export type DocumentModelOperationErrorAction = AddOperationErrorAction | SetOperationErrorCodeAction | SetOperationErrorNameAction | SetOperationErrorDescriptionAction | SetOperationErrorTemplateAction | DeleteOperationErrorAction | ReorderOperationErrorsAction;
|
|
464
|
-
export type AddOperationExampleAction = Action & {
|
|
465
|
-
type: "ADD_OPERATION_EXAMPLE";
|
|
466
|
-
input: AddOperationExampleInput;
|
|
467
|
-
};
|
|
468
|
-
export type UpdateOperationExampleAction = Action & {
|
|
469
|
-
type: "UPDATE_OPERATION_EXAMPLE";
|
|
470
|
-
input: UpdateOperationExampleInput;
|
|
471
|
-
};
|
|
472
|
-
export type DeleteOperationExampleAction = Action & {
|
|
473
|
-
type: "DELETE_OPERATION_EXAMPLE";
|
|
474
|
-
input: DeleteOperationExampleInput;
|
|
475
|
-
};
|
|
476
|
-
export type ReorderOperationExamplesAction = Action & {
|
|
477
|
-
type: "REORDER_OPERATION_EXAMPLES";
|
|
478
|
-
input: ReorderOperationExamplesInput;
|
|
479
|
-
};
|
|
480
|
-
export type DocumentModelOperationExampleAction = AddOperationExampleAction | UpdateOperationExampleAction | DeleteOperationExampleAction | ReorderOperationExamplesAction;
|
|
481
|
-
export type SetStateSchemaAction = Action & {
|
|
482
|
-
type: "SET_STATE_SCHEMA";
|
|
483
|
-
input: SetStateSchemaInput;
|
|
484
|
-
};
|
|
485
|
-
export type SetInitialStateAction = Action & {
|
|
486
|
-
type: "SET_INITIAL_STATE";
|
|
487
|
-
input: SetInitialStateInput;
|
|
488
|
-
};
|
|
489
|
-
export type AddStateExampleAction = Action & {
|
|
490
|
-
type: "ADD_STATE_EXAMPLE";
|
|
491
|
-
input: AddStateExampleInput;
|
|
492
|
-
};
|
|
493
|
-
export type UpdateStateExampleAction = Action & {
|
|
494
|
-
type: "UPDATE_STATE_EXAMPLE";
|
|
495
|
-
input: UpdateStateExampleInput;
|
|
496
|
-
};
|
|
497
|
-
export type DeleteStateExampleAction = Action & {
|
|
498
|
-
type: "DELETE_STATE_EXAMPLE";
|
|
499
|
-
input: DeleteStateExampleInput;
|
|
500
|
-
};
|
|
501
|
-
export type ReorderStateExamplesAction = Action & {
|
|
502
|
-
type: "REORDER_STATE_EXAMPLES";
|
|
503
|
-
input: ReorderStateExamplesInput;
|
|
504
|
-
};
|
|
505
|
-
export type DocumentModelStateAction = SetStateSchemaAction | SetInitialStateAction | AddStateExampleAction | UpdateStateExampleAction | DeleteStateExampleAction | ReorderStateExamplesAction;
|
|
506
|
-
export type AddChangeLogItemAction = Action & {
|
|
507
|
-
type: "ADD_CHANGE_LOG_ITEM";
|
|
508
|
-
input: AddChangeLogItemInput;
|
|
509
|
-
};
|
|
510
|
-
export type UpdateChangeLogItemAction = Action & {
|
|
511
|
-
type: "UPDATE_CHANGE_LOG_ITEM";
|
|
512
|
-
input: UpdateChangeLogItemInput;
|
|
513
|
-
};
|
|
514
|
-
export type DeleteChangeLogItemAction = Action & {
|
|
515
|
-
type: "DELETE_CHANGE_LOG_ITEM";
|
|
516
|
-
input: DeleteChangeLogItemInput;
|
|
517
|
-
};
|
|
518
|
-
export type ReorderChangeLogItemsAction = Action & {
|
|
519
|
-
type: "REORDER_CHANGE_LOG_ITEMS";
|
|
520
|
-
input: ReorderChangeLogItemsInput;
|
|
521
|
-
};
|
|
522
|
-
export type ReleaseNewVersionAction = Action & {
|
|
523
|
-
type: "RELEASE_NEW_VERSION";
|
|
524
|
-
input: {};
|
|
525
|
-
};
|
|
526
|
-
export type DocumentModelVersioningAction = AddChangeLogItemAction | UpdateChangeLogItemAction | DeleteChangeLogItemAction | ReorderChangeLogItemsAction | ReleaseNewVersionAction;
|
|
527
|
-
export interface DocumentModelHeaderOperations {
|
|
528
|
-
setModelNameOperation: (state: DocumentModelGlobalState, action: SetModelNameAction) => void;
|
|
529
|
-
setModelIdOperation: (state: DocumentModelGlobalState, action: SetModelIdAction) => void;
|
|
530
|
-
setModelExtensionOperation: (state: DocumentModelGlobalState, action: SetModelExtensionAction) => void;
|
|
531
|
-
setModelDescriptionOperation: (state: DocumentModelGlobalState, action: SetModelDescriptionAction) => void;
|
|
532
|
-
setAuthorNameOperation: (state: DocumentModelGlobalState, action: SetAuthorNameAction) => void;
|
|
533
|
-
setAuthorWebsiteOperation: (state: DocumentModelGlobalState, action: SetAuthorWebsiteAction) => void;
|
|
534
|
-
}
|
|
535
|
-
export interface DocumentModelModuleOperations {
|
|
536
|
-
addModuleOperation: (state: DocumentModelGlobalState, action: AddModuleAction) => void;
|
|
537
|
-
setModuleNameOperation: (state: DocumentModelGlobalState, action: SetModuleNameAction) => void;
|
|
538
|
-
setModuleDescriptionOperation: (state: DocumentModelGlobalState, action: SetModuleDescriptionAction) => void;
|
|
539
|
-
deleteModuleOperation: (state: DocumentModelGlobalState, action: DeleteModuleAction) => void;
|
|
540
|
-
reorderModulesOperation: (state: DocumentModelGlobalState, action: ReorderModulesAction) => void;
|
|
541
|
-
}
|
|
542
|
-
export type DocumentModelOperationOperations = {
|
|
543
|
-
addOperationOperation: (state: DocumentModelGlobalState, action: AddOperationAction) => void;
|
|
544
|
-
setOperationNameOperation: (state: DocumentModelGlobalState, action: SetOperationNameAction) => void;
|
|
545
|
-
setOperationScopeOperation: (state: DocumentModelGlobalState, action: SetOperationScopeAction) => void;
|
|
546
|
-
setOperationSchemaOperation: (state: DocumentModelGlobalState, action: SetOperationSchemaAction) => void;
|
|
547
|
-
setOperationDescriptionOperation: (state: DocumentModelGlobalState, action: SetOperationDescriptionAction) => void;
|
|
548
|
-
setOperationTemplateOperation: (state: DocumentModelGlobalState, action: SetOperationTemplateAction) => void;
|
|
549
|
-
setOperationReducerOperation: (state: DocumentModelGlobalState, action: SetOperationReducerAction) => void;
|
|
550
|
-
moveOperationOperation: (state: DocumentModelGlobalState, action: MoveOperationAction) => void;
|
|
551
|
-
deleteOperationOperation: (state: DocumentModelGlobalState, action: DeleteOperationAction) => void;
|
|
552
|
-
reorderModuleOperationsOperation: (state: DocumentModelGlobalState, action: ReorderModuleOperationsAction) => void;
|
|
553
|
-
};
|
|
554
|
-
export interface DocumentModelOperationErrorOperations {
|
|
555
|
-
addOperationErrorOperation: (state: DocumentModelGlobalState, action: AddOperationErrorAction) => void;
|
|
556
|
-
setOperationErrorCodeOperation: (state: DocumentModelGlobalState, action: SetOperationErrorCodeAction) => void;
|
|
557
|
-
setOperationErrorNameOperation: (state: DocumentModelGlobalState, action: SetOperationErrorNameAction) => void;
|
|
558
|
-
setOperationErrorDescriptionOperation: (state: DocumentModelGlobalState, action: SetOperationErrorDescriptionAction) => void;
|
|
559
|
-
setOperationErrorTemplateOperation: (state: DocumentModelGlobalState, action: SetOperationErrorTemplateAction) => void;
|
|
560
|
-
deleteOperationErrorOperation: (state: DocumentModelGlobalState, action: DeleteOperationErrorAction) => void;
|
|
561
|
-
reorderOperationErrorsOperation: (state: DocumentModelGlobalState, action: ReorderOperationErrorsAction) => void;
|
|
562
|
-
}
|
|
563
|
-
export interface DocumentModelOperationExampleOperations {
|
|
564
|
-
addOperationExampleOperation: (state: DocumentModelGlobalState, action: AddOperationExampleAction) => void;
|
|
565
|
-
updateOperationExampleOperation: (state: DocumentModelGlobalState, action: UpdateOperationExampleAction) => void;
|
|
566
|
-
deleteOperationExampleOperation: (state: DocumentModelGlobalState, action: DeleteOperationExampleAction) => void;
|
|
567
|
-
reorderOperationExamplesOperation: (state: DocumentModelGlobalState, action: ReorderOperationExamplesAction) => void;
|
|
568
|
-
}
|
|
569
|
-
export interface DocumentModelStateOperations {
|
|
570
|
-
setStateSchemaOperation: (state: DocumentModelGlobalState, action: SetStateSchemaAction) => void;
|
|
571
|
-
setInitialStateOperation: (state: DocumentModelGlobalState, action: SetInitialStateAction) => void;
|
|
572
|
-
addStateExampleOperation: (state: DocumentModelGlobalState, action: AddStateExampleAction) => void;
|
|
573
|
-
updateStateExampleOperation: (state: DocumentModelGlobalState, action: UpdateStateExampleAction) => void;
|
|
574
|
-
deleteStateExampleOperation: (state: DocumentModelGlobalState, action: DeleteStateExampleAction) => void;
|
|
575
|
-
reorderStateExamplesOperation: (state: DocumentModelGlobalState, action: ReorderStateExamplesAction) => void;
|
|
576
|
-
}
|
|
577
|
-
export interface DocumentModelVersioningOperations {
|
|
578
|
-
addChangeLogItemOperation: (state: DocumentModelGlobalState, action: AddChangeLogItemAction) => void;
|
|
579
|
-
updateChangeLogItemOperation: (state: DocumentModelGlobalState, action: UpdateChangeLogItemAction) => void;
|
|
580
|
-
deleteChangeLogItemOperation: (state: DocumentModelGlobalState, action: DeleteChangeLogItemAction) => void;
|
|
581
|
-
reorderChangeLogItemsOperation: (state: DocumentModelGlobalState, action: ReorderChangeLogItemsAction) => void;
|
|
582
|
-
releaseNewVersionOperation: (state: DocumentModelGlobalState, action: ReleaseNewVersionAction) => void;
|
|
583
|
-
}
|
|
584
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/document-model/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/document-model/types.ts"],"names":[],"mappings":""}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import type { ModuleSpecification, OperationSpecification, ValidationError } from "document-model";
|
|
2
|
-
import type { DocumentModelGlobalState } from "./types.js";
|
|
3
|
-
/**
|
|
4
|
-
* Reserved operation names from base reducer (core/actions.ts).
|
|
5
|
-
* These names cannot be used for custom operations.
|
|
6
|
-
*/
|
|
7
|
-
export declare const RESERVED_OPERATION_NAMES: readonly ["UNDO", "REDO", "PRUNE", "LOAD_STATE", "SET_NAME", "NOOP"];
|
|
8
|
-
export type ReservedOperationName = (typeof RESERVED_OPERATION_NAMES)[number];
|
|
9
|
-
/**
|
|
10
|
-
* Check if name conflicts with base reducer actions (case-insensitive).
|
|
11
|
-
*/
|
|
12
|
-
export declare function isReservedOperationName(name: string): boolean;
|
|
13
|
-
/**
|
|
14
|
-
* Get all operation names from all modules in the latest specification.
|
|
15
|
-
* Returns names in uppercase for case-insensitive comparison.
|
|
16
|
-
*/
|
|
17
|
-
export declare function getAllOperationNames(state: DocumentModelGlobalState, excludeOperationId?: string): string[];
|
|
18
|
-
/**
|
|
19
|
-
* Validate operation name is not reserved or duplicate. Throws on failure.
|
|
20
|
-
*
|
|
21
|
-
* @param name - The operation name to validate
|
|
22
|
-
* @param state - The document model global state
|
|
23
|
-
* @param excludeOperationId - Optional operation ID to exclude (for rename validation)
|
|
24
|
-
* @throws Error if the name is reserved or a duplicate
|
|
25
|
-
*/
|
|
26
|
-
export declare function validateOperationName(name: string, state: DocumentModelGlobalState, excludeOperationId?: string): void;
|
|
27
|
-
export declare function validateInitialState(initialState: string, allowEmptyState?: boolean): ValidationError[];
|
|
28
|
-
export declare function validateStateSchemaName(schema: string, documentName: string, scope?: string, allowEmptySchema?: boolean): ValidationError[];
|
|
29
|
-
export declare function validateModules(modules: ModuleSpecification[]): ValidationError[];
|
|
30
|
-
export declare function validateModule(mod: ModuleSpecification): ValidationError[];
|
|
31
|
-
export declare function validateModuleOperation(operation: OperationSpecification): ValidationError[];
|
|
32
|
-
//# sourceMappingURL=validation.d.ts.map
|