@powerhousedao/vetra 6.0.0-dev.68 → 6.0.0-dev.69
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/document-models/app-module/actions.d.ts +3 -1
- package/dist/document-models/app-module/actions.d.ts.map +1 -1
- package/dist/document-models/document-editor/actions.d.ts +3 -1
- package/dist/document-models/document-editor/actions.d.ts.map +1 -1
- package/dist/document-models/processor-module/actions.d.ts +3 -1
- package/dist/document-models/processor-module/actions.d.ts.map +1 -1
- package/dist/document-models/subgraph-module/actions.d.ts +3 -1
- package/dist/document-models/subgraph-module/actions.d.ts.map +1 -1
- package/dist/document-models/vetra-package/actions.d.ts +3 -1
- package/dist/document-models/vetra-package/actions.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -12
|
@@ -6,7 +6,9 @@ export declare const actions: {
|
|
|
6
6
|
addDocumentType: (input: import("./index.js").AddDocumentTypeInput) => import("./index.js").AddDocumentTypeAction;
|
|
7
7
|
removeDocumentType: (input: import("./index.js").RemoveDocumentTypeInput) => import("./index.js").RemoveDocumentTypeAction;
|
|
8
8
|
setDocumentTypes: (input: import("./index.js").SetDocumentTypesInput) => import("./index.js").SetDocumentTypesAction;
|
|
9
|
-
setName: (name: string
|
|
9
|
+
setName: (name: string | {
|
|
10
|
+
name: string;
|
|
11
|
+
}) => import("document-model").SetNameAction;
|
|
10
12
|
undo: (count?: number, scope?: string) => import("document-model").UndoAction;
|
|
11
13
|
redo: (count?: number, scope?: string) => import("document-model").RedoAction;
|
|
12
14
|
prune: (start?: number, end?: number, scope?: string) => import("document-model").SchemaPruneAction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/app-module/actions.ts"],"names":[],"mappings":"AAGA,+CAA+C;AAE/C,eAAO,MAAM,OAAO;4BAKV,sDAAiC;iBAA2P,2CAAsB;mBAAwK,6CAAwB;sBAAiL,gDAA2B;yBAA6L,mDAA8B;uBAAoM,iDAA4B
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/app-module/actions.ts"],"names":[],"mappings":"AAGA,+CAA+C;AAE/C,eAAO,MAAM,OAAO;4BAKV,sDAAiC;iBAA2P,2CAAsB;mBAAwK,6CAAwB;sBAAiL,gDAA2B;yBAA6L,mDAA8B;uBAAoM,iDAA4B;;;;gBAA+xL,CAAC,eAAe,CAAC;gBAAkE,CAAC,eAAe,CAAC;iBAAmE,CAAC,aAAa,CAAC,eAAe,CAAC;;;;gBAAqS,CAAC;CAD74O,CAAC"}
|
|
@@ -4,7 +4,9 @@ export declare const actions: {
|
|
|
4
4
|
addDocumentType: (input: import("./index.js").AddDocumentTypeInput) => import("./index.js").AddDocumentTypeAction;
|
|
5
5
|
removeDocumentType: (input: import("./index.js").RemoveDocumentTypeInput) => import("./index.js").RemoveDocumentTypeAction;
|
|
6
6
|
setEditorStatus: (input: import("./index.js").SetEditorStatusInput) => import("./index.js").SetEditorStatusAction;
|
|
7
|
-
setName: (name: string
|
|
7
|
+
setName: (name: string | {
|
|
8
|
+
name: string;
|
|
9
|
+
}) => import("document-model").SetNameAction;
|
|
8
10
|
undo: (count?: number, scope?: string) => import("document-model").UndoAction;
|
|
9
11
|
redo: (count?: number, scope?: string) => import("document-model").RedoAction;
|
|
10
12
|
prune: (start?: number, end?: number, scope?: string) => import("document-model").SchemaPruneAction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/document-editor/actions.ts"],"names":[],"mappings":"AAGA,oDAAoD;AAEpD,eAAO,MAAM,OAAO;oBACsQ,8CAAyB;sBAAoL,gDAA2B;yBAA6L,mDAA8B;sBAAmM,gDAA2B
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/document-editor/actions.ts"],"names":[],"mappings":"AAGA,oDAAoD;AAEpD,eAAO,MAAM,OAAO;oBACsQ,8CAAyB;sBAAoL,gDAA2B;yBAA6L,mDAA8B;sBAAmM,gDAA2B;;;;gBAAwhM,CAAC,eAAe,CAAC;gBAAkE,CAAC,eAAe,CAAC;iBAAmE,CAAC,aAAa,CAAC,eAAe,CAAC;;;;gBAAqS,CAAC;CAD53O,CAAC"}
|
|
@@ -7,7 +7,9 @@ export declare const actions: {
|
|
|
7
7
|
addProcessorApp: (input: import("./index.js").AddProcessorAppInput) => import("./index.js").AddProcessorAppAction;
|
|
8
8
|
removeProcessorApp: (input: import("./index.js").RemoveProcessorAppInput) => import("./index.js").RemoveProcessorAppAction;
|
|
9
9
|
setProcessorStatus: (input: import("./index.js").SetProcessorStatusInput) => import("./index.js").SetProcessorStatusAction;
|
|
10
|
-
setName: (name: string
|
|
10
|
+
setName: (name: string | {
|
|
11
|
+
name: string;
|
|
12
|
+
}) => import("document-model").SetNameAction;
|
|
11
13
|
undo: (count?: number, scope?: string) => import("document-model").UndoAction;
|
|
12
14
|
redo: (count?: number, scope?: string) => import("document-model").RedoAction;
|
|
13
15
|
prune: (start?: number, end?: number, scope?: string) => import("document-model").SchemaPruneAction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/processor-module/actions.ts"],"names":[],"mappings":"AAGA,qDAAqD;AAErD,eAAO,MAAM,OAAO;uBACmhB,iDAA4B;uBAA8L,iDAA4B;sBAA6L,gDAA2B;yBAA6L,mDAA8B;sBAAmM,gDAA2B;yBAA6L,mDAA8B;yBAAsM,mDAA8B
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/processor-module/actions.ts"],"names":[],"mappings":"AAGA,qDAAqD;AAErD,eAAO,MAAM,OAAO;uBACmhB,iDAA4B;uBAA8L,iDAA4B;sBAA6L,gDAA2B;yBAA6L,mDAA8B;sBAAmM,gDAA2B;yBAA6L,mDAA8B;yBAAsM,mDAA8B;;;;gBAAqmK,CAAC,eAAe,CAAC;gBAAkE,CAAC,eAAe,CAAC;iBAAmE,CAAC,aAAa,CAAC,eAAe,CAAC;;;;gBAAqS,CAAC;CAD33O,CAAC"}
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
export declare const actions: {
|
|
3
3
|
setSubgraphName: (input: import("./index.js").SetSubgraphNameInput) => import("./index.js").SetSubgraphNameAction;
|
|
4
4
|
setSubgraphStatus: (input: import("./index.js").SetSubgraphStatusInput) => import("./index.js").SetSubgraphStatusAction;
|
|
5
|
-
setName: (name: string
|
|
5
|
+
setName: (name: string | {
|
|
6
|
+
name: string;
|
|
7
|
+
}) => import("document-model").SetNameAction;
|
|
6
8
|
undo: (count?: number, scope?: string) => import("document-model").UndoAction;
|
|
7
9
|
redo: (count?: number, scope?: string) => import("document-model").RedoAction;
|
|
8
10
|
prune: (start?: number, end?: number, scope?: string) => import("document-model").SchemaPruneAction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/subgraph-module/actions.ts"],"names":[],"mappings":"AAGA,oDAAoD;AAEpD,eAAO,MAAM,OAAO;sBACwG,gDAA2B;wBAA4L,kDAA6B
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/subgraph-module/actions.ts"],"names":[],"mappings":"AAGA,oDAAoD;AAEpD,eAAO,MAAM,OAAO;sBACwG,gDAA2B;wBAA4L,kDAA6B;;;;gBAAmmN,CAAC,eAAe,CAAC;gBAAkE,CAAC,eAAe,CAAC;iBAAmE,CAAC,aAAa,CAAC,eAAe,CAAC;;;;gBAAqS,CAAC;CAD53O,CAAC"}
|
|
@@ -10,7 +10,9 @@ export declare const actions: {
|
|
|
10
10
|
removePackageKeyword: (input: import("./index.js").RemovePackageKeywordInput) => import("./index.js").RemovePackageKeywordAction;
|
|
11
11
|
setPackageGithubUrl: (input: import("./index.js").SetPackageGithubUrlInput) => import("./index.js").SetPackageGithubUrlAction;
|
|
12
12
|
setPackageNpmUrl: (input: import("./index.js").SetPackageNpmUrlInput) => import("./index.js").SetPackageNpmUrlAction;
|
|
13
|
-
setName: (name: string
|
|
13
|
+
setName: (name: string | {
|
|
14
|
+
name: string;
|
|
15
|
+
}) => import("document-model").SetNameAction;
|
|
14
16
|
undo: (count?: number, scope?: string) => import("document-model").UndoAction;
|
|
15
17
|
redo: (count?: number, scope?: string) => import("document-model").RedoAction;
|
|
16
18
|
prune: (start?: number, end?: number, scope?: string) => import("document-model").SchemaPruneAction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/vetra-package/actions.ts"],"names":[],"mappings":"AAGA,kDAAkD;AAElD,eAAO,MAAM,OAAO;qBACs0B,+CAA0B;4BAA6L,sDAAiC;yBAA+M,mDAA8B;uBAAoM,iDAA4B;2BAAkM,qDAAgC;8BAAkN,wDAAmC;wBAAqN,kDAA6B;2BAAqM,qDAAgC;0BAA6M,oDAA+B;uBAAwM,iDAA4B
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../document-models/vetra-package/actions.ts"],"names":[],"mappings":"AAGA,kDAAkD;AAElD,eAAO,MAAM,OAAO;qBACs0B,+CAA0B;4BAA6L,sDAAiC;yBAA+M,mDAA8B;uBAAoM,iDAA4B;2BAAkM,qDAAgC;8BAAkN,wDAAmC;wBAAqN,kDAA6B;2BAAqM,qDAAgC;0BAA6M,oDAA+B;uBAAwM,iDAA4B;;;;gBAAwjI,CAAC,eAAe,CAAC;gBAAkE,CAAC,eAAe,CAAC;iBAAmE,CAAC,aAAa,CAAC,eAAe,CAAC;;;;gBAAqS,CAAC;CAD93O,CAAC"}
|