@graphprotocol/grc-20 0.11.5 → 0.12.1
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/README.md +7 -48
- package/dist/convert-ids.d.ts +2 -0
- package/dist/convert-ids.d.ts.map +1 -0
- package/dist/convert-ids.js +42 -0
- package/dist/convert-ids.js.map +1 -0
- package/dist/index.d.ts +1 -25
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -25
- package/dist/index.js.map +1 -1
- package/dist/proto.d.ts +0 -4
- package/dist/proto.d.ts.map +1 -1
- package/dist/proto.js +0 -4
- package/dist/proto.js.map +1 -1
- package/dist/protov2.d.ts +11 -0
- package/dist/protov2.d.ts.map +1 -0
- package/dist/protov2.js +11 -0
- package/dist/protov2.js.map +1 -0
- package/dist/src/blocks.d.ts +0 -7
- package/dist/src/blocks.d.ts.map +1 -1
- package/dist/src/blocks.js +0 -7
- package/dist/src/blocks.js.map +1 -1
- package/dist/src/core/account.d.ts +2 -2
- package/dist/src/core/account.d.ts.map +1 -1
- package/dist/src/core/account.js +27 -38
- package/dist/src/core/account.js.map +1 -1
- package/dist/src/core/account.test.js +25 -17
- package/dist/src/core/account.test.js.map +1 -1
- package/dist/src/core/blocks/data.d.ts +2 -2
- package/dist/src/core/blocks/data.d.ts.map +1 -1
- package/dist/src/core/blocks/data.js +25 -24
- package/dist/src/core/blocks/data.js.map +1 -1
- package/dist/src/core/blocks/data.test.js +20 -20
- package/dist/src/core/blocks/data.test.js.map +1 -1
- package/dist/src/core/blocks/text.d.ts.map +1 -1
- package/dist/src/core/blocks/text.js +22 -22
- package/dist/src/core/blocks/text.js.map +1 -1
- package/dist/src/core/blocks/text.test.js +11 -11
- package/dist/src/core/blocks/text.test.js.map +1 -1
- package/dist/src/core/ids/content.d.ts +0 -36
- package/dist/src/core/ids/content.d.ts.map +1 -1
- package/dist/src/core/ids/content.js +54 -198
- package/dist/src/core/ids/content.js.map +1 -1
- package/dist/src/core/ids/network.d.ts.map +1 -1
- package/dist/src/core/ids/network.js +3 -3
- package/dist/src/core/ids/network.js.map +1 -1
- package/dist/src/core/ids/system.d.ts +6 -51
- package/dist/src/core/ids/system.d.ts.map +1 -1
- package/dist/src/core/ids/system.js +142 -310
- package/dist/src/core/ids/system.js.map +1 -1
- package/dist/src/core/idsv2/content.d.ts +59 -0
- package/dist/src/core/idsv2/content.d.ts.map +1 -0
- package/dist/src/core/idsv2/content.js +59 -0
- package/dist/src/core/idsv2/content.js.map +1 -0
- package/dist/src/core/idsv2/network.d.ts +5 -0
- package/dist/src/core/idsv2/network.d.ts.map +1 -0
- package/dist/src/core/idsv2/network.js +5 -0
- package/dist/src/core/idsv2/network.js.map +1 -0
- package/dist/src/core/idsv2/system.d.ts +222 -0
- package/dist/src/core/idsv2/system.d.ts.map +1 -0
- package/dist/src/core/idsv2/system.js +230 -0
- package/dist/src/core/idsv2/system.js.map +1 -0
- package/dist/src/core/scheme.d.ts +1 -1
- package/dist/src/core/scheme.d.ts.map +1 -1
- package/dist/src/graph/create-entity.d.ts +21 -18
- package/dist/src/graph/create-entity.d.ts.map +1 -1
- package/dist/src/graph/create-entity.js +96 -27
- package/dist/src/graph/create-entity.js.map +1 -1
- package/dist/src/graph/create-entity.test.js +101 -245
- package/dist/src/graph/create-entity.test.js.map +1 -1
- package/dist/src/graph/create-image.d.ts +1 -14
- package/dist/src/graph/create-image.d.ts.map +1 -1
- package/dist/src/graph/create-image.js +34 -7
- package/dist/src/graph/create-image.js.map +1 -1
- package/dist/src/graph/create-image.test.js +38 -47
- package/dist/src/graph/create-image.test.js.map +1 -1
- package/dist/src/graph/create-property.d.ts +1 -9
- package/dist/src/graph/create-property.d.ts.map +1 -1
- package/dist/src/graph/create-property.js +52 -36
- package/dist/src/graph/create-property.js.map +1 -1
- package/dist/src/graph/create-property.test.js +10 -12
- package/dist/src/graph/create-property.test.js.map +1 -1
- package/dist/src/graph/create-relation.d.ts +33 -0
- package/dist/src/graph/create-relation.d.ts.map +1 -0
- package/dist/src/graph/create-relation.js +66 -0
- package/dist/src/graph/create-relation.js.map +1 -0
- package/dist/src/graph/create-relation.test.d.ts +2 -0
- package/dist/src/graph/create-relation.test.d.ts.map +1 -0
- package/dist/src/graph/create-relation.test.js +208 -0
- package/dist/src/graph/create-relation.test.js.map +1 -0
- package/dist/src/graph/create-type.d.ts +3 -8
- package/dist/src/graph/create-type.d.ts.map +1 -1
- package/dist/src/graph/create-type.js +29 -17
- package/dist/src/graph/create-type.js.map +1 -1
- package/dist/src/graph/create-type.test.js +37 -35
- package/dist/src/graph/create-type.test.js.map +1 -1
- package/dist/src/graph/delete-entity.d.ts +4 -10
- package/dist/src/graph/delete-entity.d.ts.map +1 -1
- package/dist/src/graph/delete-entity.js +10 -35
- package/dist/src/graph/delete-entity.js.map +1 -1
- package/dist/src/graph/delete-entity.test.js +17 -35
- package/dist/src/graph/delete-entity.test.js.map +1 -1
- package/dist/src/graph/delete-relation.d.ts +14 -0
- package/dist/src/graph/delete-relation.d.ts.map +1 -0
- package/dist/src/graph/delete-relation.js +21 -0
- package/dist/src/graph/delete-relation.js.map +1 -0
- package/dist/src/graph/delete-relation.test.d.ts +2 -0
- package/dist/src/graph/delete-relation.test.d.ts.map +1 -0
- package/dist/src/graph/delete-relation.test.js +24 -0
- package/dist/src/graph/delete-relation.test.js.map +1 -0
- package/dist/src/graph/index.d.ts +5 -0
- package/dist/src/graph/index.d.ts.map +1 -1
- package/dist/src/graph/index.js +5 -0
- package/dist/src/graph/index.js.map +1 -1
- package/dist/src/graph/unset-entity-values.d.ts +21 -0
- package/dist/src/graph/unset-entity-values.d.ts.map +1 -0
- package/dist/src/graph/unset-entity-values.js +26 -0
- package/dist/src/graph/unset-entity-values.js.map +1 -0
- package/dist/src/graph/unset-entity-values.test.d.ts +2 -0
- package/dist/src/graph/unset-entity-values.test.d.ts.map +1 -0
- package/dist/src/graph/unset-entity-values.test.js +40 -0
- package/dist/src/graph/unset-entity-values.test.js.map +1 -0
- package/dist/src/graph/unset-relation-fields.d.ts +25 -0
- package/dist/src/graph/unset-relation-fields.d.ts.map +1 -0
- package/dist/src/graph/unset-relation-fields.js +34 -0
- package/dist/src/graph/unset-relation-fields.js.map +1 -0
- package/dist/src/graph/unset-relation-fields.test.d.ts +2 -0
- package/dist/src/graph/unset-relation-fields.test.d.ts.map +1 -0
- package/dist/src/graph/unset-relation-fields.test.js +64 -0
- package/dist/src/graph/unset-relation-fields.test.js.map +1 -0
- package/dist/src/graph/update-entity.d.ts +28 -0
- package/dist/src/graph/update-entity.d.ts.map +1 -0
- package/dist/src/graph/update-entity.js +73 -0
- package/dist/src/graph/update-entity.js.map +1 -0
- package/dist/src/graph/update-entity.test.d.ts +2 -0
- package/dist/src/graph/update-entity.test.d.ts.map +1 -0
- package/dist/src/graph/update-entity.test.js +116 -0
- package/dist/src/graph/update-entity.test.js.map +1 -0
- package/dist/src/graph/update-relation.d.ts +21 -0
- package/dist/src/graph/update-relation.d.ts.map +1 -0
- package/dist/src/graph/update-relation.js +37 -0
- package/dist/src/graph/update-relation.js.map +1 -0
- package/dist/src/graphv2/constants.d.ts +2 -0
- package/dist/src/graphv2/constants.d.ts.map +1 -0
- package/dist/src/graphv2/constants.js +2 -0
- package/dist/src/graphv2/constants.js.map +1 -0
- package/dist/src/graphv2/create-entity.d.ts +52 -0
- package/dist/src/graphv2/create-entity.d.ts.map +1 -0
- package/dist/src/graphv2/create-entity.js +140 -0
- package/dist/src/graphv2/create-entity.js.map +1 -0
- package/dist/src/graphv2/create-entity.test.d.ts +2 -0
- package/dist/src/graphv2/create-entity.test.d.ts.map +1 -0
- package/dist/src/graphv2/create-entity.test.js +158 -0
- package/dist/src/graphv2/create-entity.test.js.map +1 -0
- package/dist/src/graphv2/create-image.d.ts +28 -0
- package/dist/src/graphv2/create-image.d.ts.map +1 -0
- package/dist/src/graphv2/create-image.js +71 -0
- package/dist/src/graphv2/create-image.js.map +1 -0
- package/dist/src/graphv2/create-image.test.d.ts +2 -0
- package/dist/src/graphv2/create-image.test.d.ts.map +1 -0
- package/dist/src/graphv2/create-image.test.js +142 -0
- package/dist/src/graphv2/create-image.test.js.map +1 -0
- package/dist/src/graphv2/create-property.d.ts +22 -0
- package/dist/src/graphv2/create-property.d.ts.map +1 -0
- package/dist/src/graphv2/create-property.js +129 -0
- package/dist/src/graphv2/create-property.js.map +1 -0
- package/dist/src/graphv2/create-property.test.d.ts +2 -0
- package/dist/src/graphv2/create-property.test.d.ts.map +1 -0
- package/dist/src/graphv2/create-property.test.js +82 -0
- package/dist/src/graphv2/create-property.test.js.map +1 -0
- package/dist/src/graphv2/create-relation.d.ts +33 -0
- package/dist/src/graphv2/create-relation.d.ts.map +1 -0
- package/dist/src/graphv2/create-relation.js +66 -0
- package/dist/src/graphv2/create-relation.js.map +1 -0
- package/dist/src/graphv2/create-relation.test.d.ts +2 -0
- package/dist/src/graphv2/create-relation.test.d.ts.map +1 -0
- package/dist/src/graphv2/create-relation.test.js +208 -0
- package/dist/src/graphv2/create-relation.test.js.map +1 -0
- package/dist/src/graphv2/create-space.d.ts +13 -0
- package/dist/src/graphv2/create-space.d.ts.map +1 -0
- package/dist/src/graphv2/create-space.js +21 -0
- package/dist/src/graphv2/create-space.js.map +1 -0
- package/dist/src/graphv2/create-type.d.ts +22 -0
- package/dist/src/graphv2/create-type.d.ts.map +1 -0
- package/dist/src/graphv2/create-type.js +64 -0
- package/dist/src/graphv2/create-type.js.map +1 -0
- package/dist/src/graphv2/create-type.test.d.ts +2 -0
- package/dist/src/graphv2/create-type.test.d.ts.map +1 -0
- package/dist/src/graphv2/create-type.test.js +109 -0
- package/dist/src/graphv2/create-type.test.js.map +1 -0
- package/dist/src/graphv2/delete-entity.d.ts +14 -0
- package/dist/src/graphv2/delete-entity.d.ts.map +1 -0
- package/dist/src/graphv2/delete-entity.js +21 -0
- package/dist/src/graphv2/delete-entity.js.map +1 -0
- package/dist/src/graphv2/delete-entity.test.d.ts +2 -0
- package/dist/src/graphv2/delete-entity.test.d.ts.map +1 -0
- package/dist/src/graphv2/delete-entity.test.js +24 -0
- package/dist/src/graphv2/delete-entity.test.js.map +1 -0
- package/dist/src/graphv2/delete-relation.d.ts +14 -0
- package/dist/src/graphv2/delete-relation.d.ts.map +1 -0
- package/dist/src/graphv2/delete-relation.js +21 -0
- package/dist/src/graphv2/delete-relation.js.map +1 -0
- package/dist/src/graphv2/delete-relation.test.d.ts +2 -0
- package/dist/src/graphv2/delete-relation.test.d.ts.map +1 -0
- package/dist/src/graphv2/delete-relation.test.js +24 -0
- package/dist/src/graphv2/delete-relation.test.js.map +1 -0
- package/dist/src/graphv2/index.d.ts +12 -0
- package/dist/src/graphv2/index.d.ts.map +1 -0
- package/dist/src/graphv2/index.js +12 -0
- package/dist/src/graphv2/index.js.map +1 -0
- package/dist/src/graphv2/remove-entity-properties.d.ts +25 -0
- package/dist/src/graphv2/remove-entity-properties.d.ts.map +1 -0
- package/dist/src/graphv2/remove-entity-properties.js +24 -0
- package/dist/src/graphv2/remove-entity-properties.js.map +1 -0
- package/dist/src/graphv2/unset-entity-values.d.ts +21 -0
- package/dist/src/graphv2/unset-entity-values.d.ts.map +1 -0
- package/dist/src/graphv2/unset-entity-values.js +26 -0
- package/dist/src/graphv2/unset-entity-values.js.map +1 -0
- package/dist/src/graphv2/unset-entity-values.test.d.ts +2 -0
- package/dist/src/graphv2/unset-entity-values.test.d.ts.map +1 -0
- package/dist/src/graphv2/unset-entity-values.test.js +40 -0
- package/dist/src/graphv2/unset-entity-values.test.js.map +1 -0
- package/dist/src/graphv2/unset-relation-fields.d.ts +25 -0
- package/dist/src/graphv2/unset-relation-fields.d.ts.map +1 -0
- package/dist/src/graphv2/unset-relation-fields.js +34 -0
- package/dist/src/graphv2/unset-relation-fields.js.map +1 -0
- package/dist/src/graphv2/unset-relation-fields.test.d.ts +2 -0
- package/dist/src/graphv2/unset-relation-fields.test.d.ts.map +1 -0
- package/dist/src/graphv2/unset-relation-fields.test.js +64 -0
- package/dist/src/graphv2/unset-relation-fields.test.js.map +1 -0
- package/dist/src/graphv2/update-entity.d.ts +28 -0
- package/dist/src/graphv2/update-entity.d.ts.map +1 -0
- package/dist/src/graphv2/update-entity.js +73 -0
- package/dist/src/graphv2/update-entity.js.map +1 -0
- package/dist/src/graphv2/update-entity.test.d.ts +2 -0
- package/dist/src/graphv2/update-entity.test.d.ts.map +1 -0
- package/dist/src/graphv2/update-entity.test.js +116 -0
- package/dist/src/graphv2/update-entity.test.js.map +1 -0
- package/dist/src/graphv2/update-relation.d.ts +21 -0
- package/dist/src/graphv2/update-relation.d.ts.map +1 -0
- package/dist/src/graphv2/update-relation.js +37 -0
- package/dist/src/graphv2/update-relation.js.map +1 -0
- package/dist/src/id.d.ts +9 -2
- package/dist/src/id.d.ts.map +1 -1
- package/dist/src/id.js +55 -22
- package/dist/src/id.js.map +1 -1
- package/dist/src/id.test.js +13 -10
- package/dist/src/id.test.js.map +1 -1
- package/dist/src/idv2.d.ts +27 -0
- package/dist/src/idv2.d.ts.map +1 -0
- package/dist/src/idv2.js +88 -0
- package/dist/src/idv2.js.map +1 -0
- package/dist/src/idv2.test.d.ts +2 -0
- package/dist/src/idv2.test.d.ts.map +1 -0
- package/dist/src/idv2.test.js +26 -0
- package/dist/src/idv2.test.js.map +1 -0
- package/dist/src/ipfs.d.ts +2 -2
- package/dist/src/ipfs.d.ts.map +1 -1
- package/dist/src/ipfs.js +2 -2
- package/dist/src/ipfs.js.map +1 -1
- package/dist/src/ipfs.test.d.ts +2 -0
- package/dist/src/ipfs.test.d.ts.map +1 -0
- package/dist/src/ipfs.test.js +22 -0
- package/dist/src/ipfs.test.js.map +1 -0
- package/dist/src/ipfsv2.d.ts +96 -0
- package/dist/src/ipfsv2.d.ts.map +1 -0
- package/dist/src/ipfsv2.js +163 -0
- package/dist/src/ipfsv2.js.map +1 -0
- package/dist/src/ipfsv2.test.d.ts +2 -0
- package/dist/src/ipfsv2.test.d.ts.map +1 -0
- package/dist/src/ipfsv2.test.js +22 -0
- package/dist/src/ipfsv2.test.js.map +1 -0
- package/dist/src/proto/edit.d.ts +4 -2
- package/dist/src/proto/edit.d.ts.map +1 -1
- package/dist/src/proto/edit.js +53 -32
- package/dist/src/proto/edit.js.map +1 -1
- package/dist/src/proto/edit.test.js +139 -152
- package/dist/src/proto/edit.test.js.map +1 -1
- package/dist/src/proto/editv2.d.ts +11 -0
- package/dist/src/proto/editv2.d.ts.map +1 -0
- package/dist/src/proto/editv2.js +81 -0
- package/dist/src/proto/editv2.js.map +1 -0
- package/dist/src/proto/editv2.test.d.ts +2 -0
- package/dist/src/proto/editv2.test.d.ts.map +1 -0
- package/dist/src/proto/editv2.test.js +211 -0
- package/dist/src/proto/editv2.test.js.map +1 -0
- package/dist/src/proto/gen/src/proto/ipfs_pb.d.ts +249 -369
- package/dist/src/proto/gen/src/proto/ipfs_pb.d.ts.map +1 -1
- package/dist/src/proto/gen/src/proto/ipfs_pb.js +244 -484
- package/dist/src/proto/gen/src/proto/ipfs_pb.js.map +1 -1
- package/dist/src/proto/gen/src/proto/ipfsv2_pb.d.ts +410 -0
- package/dist/src/proto/gen/src/proto/ipfsv2_pb.d.ts.map +1 -0
- package/dist/src/proto/gen/src/proto/ipfsv2_pb.js +536 -0
- package/dist/src/proto/gen/src/proto/ipfsv2_pb.js.map +1 -0
- package/dist/src/smart-wallet-2.test-invalid.d.ts +2 -0
- package/dist/src/smart-wallet-2.test-invalid.d.ts.map +1 -0
- package/dist/src/smart-wallet-2.test-invalid.js +49 -0
- package/dist/src/smart-wallet-2.test-invalid.js.map +1 -0
- package/dist/src/smart-wallet-2.test.d.ts +2 -0
- package/dist/src/smart-wallet-2.test.d.ts.map +1 -0
- package/dist/src/smart-wallet-2.test.js +49 -0
- package/dist/src/smart-wallet-2.test.js.map +1 -0
- package/dist/src/system-ids-v2.d.ts +7 -0
- package/dist/src/system-ids-v2.d.ts.map +1 -0
- package/dist/src/system-ids-v2.js +7 -0
- package/dist/src/system-ids-v2.js.map +1 -0
- package/dist/src/system-ids.d.ts +0 -2
- package/dist/src/system-ids.d.ts.map +1 -1
- package/dist/src/system-ids.js +0 -2
- package/dist/src/system-ids.js.map +1 -1
- package/dist/src/types-backup.d.ts +134 -0
- package/dist/src/types-backup.d.ts.map +1 -0
- package/dist/src/types-backup.js +13 -0
- package/dist/src/types-backup.js.map +1 -0
- package/dist/src/types.d.ts +126 -103
- package/dist/src/types.d.ts.map +1 -1
- package/dist/src/types.js +0 -5
- package/dist/src/types.js.map +1 -1
- package/dist/src/typesv2.d.ts +173 -0
- package/dist/src/typesv2.d.ts.map +1 -0
- package/dist/src/typesv2.js +8 -0
- package/dist/src/typesv2.js.map +1 -0
- package/package.json +1 -1
|
@@ -1,160 +1,32 @@
|
|
|
1
1
|
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
2
2
|
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
3
3
|
/**
|
|
4
|
-
* @generated from
|
|
5
|
-
*/
|
|
6
|
-
export declare enum OpType {
|
|
7
|
-
/**
|
|
8
|
-
* @generated from enum value: OP_TYPE_UNKNOWN = 0;
|
|
9
|
-
*/
|
|
10
|
-
OP_TYPE_UNKNOWN = 0,
|
|
11
|
-
/**
|
|
12
|
-
* @generated from enum value: SET_TRIPLE = 1;
|
|
13
|
-
*/
|
|
14
|
-
SET_TRIPLE = 1,
|
|
15
|
-
/**
|
|
16
|
-
* @generated from enum value: DELETE_TRIPLE = 2;
|
|
17
|
-
*/
|
|
18
|
-
DELETE_TRIPLE = 2,
|
|
19
|
-
/**
|
|
20
|
-
* @generated from enum value: SET_TRIPLE_BATCH = 3;
|
|
21
|
-
*/
|
|
22
|
-
SET_TRIPLE_BATCH = 3,
|
|
23
|
-
/**
|
|
24
|
-
* @generated from enum value: DELETE_ENTITY = 4;
|
|
25
|
-
*/
|
|
26
|
-
DELETE_ENTITY = 4,
|
|
27
|
-
/**
|
|
28
|
-
* @generated from enum value: CREATE_RELATION = 5;
|
|
29
|
-
*/
|
|
30
|
-
CREATE_RELATION = 5,
|
|
31
|
-
/**
|
|
32
|
-
* @generated from enum value: DELETE_RELATION = 6;
|
|
33
|
-
*/
|
|
34
|
-
DELETE_RELATION = 6,
|
|
35
|
-
/**
|
|
36
|
-
* @generated from enum value: IMPORT_FILE = 7;
|
|
37
|
-
*/
|
|
38
|
-
IMPORT_FILE = 7
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* @generated from enum ValueType
|
|
42
|
-
*/
|
|
43
|
-
export declare enum ValueType {
|
|
44
|
-
/**
|
|
45
|
-
* @generated from enum value: VALUE_TYPE_UNKNOWN = 0;
|
|
46
|
-
*/
|
|
47
|
-
VALUE_TYPE_UNKNOWN = 0,
|
|
48
|
-
/**
|
|
49
|
-
* @generated from enum value: TEXT = 1;
|
|
50
|
-
*/
|
|
51
|
-
TEXT = 1,
|
|
52
|
-
/**
|
|
53
|
-
* @generated from enum value: NUMBER = 2;
|
|
54
|
-
*/
|
|
55
|
-
NUMBER = 2,
|
|
56
|
-
/**
|
|
57
|
-
* @generated from enum value: CHECKBOX = 3;
|
|
58
|
-
*/
|
|
59
|
-
CHECKBOX = 3,
|
|
60
|
-
/**
|
|
61
|
-
* @generated from enum value: URL = 4;
|
|
62
|
-
*/
|
|
63
|
-
URL = 4,
|
|
64
|
-
/**
|
|
65
|
-
* @generated from enum value: TIME = 5;
|
|
66
|
-
*/
|
|
67
|
-
TIME = 5,
|
|
68
|
-
/**
|
|
69
|
-
* @generated from enum value: POINT = 6;
|
|
70
|
-
*/
|
|
71
|
-
POINT = 6
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* @generated from enum ActionType
|
|
75
|
-
*/
|
|
76
|
-
export declare enum ActionType {
|
|
77
|
-
/**
|
|
78
|
-
* @generated from enum value: ACTION_TYPE_UNKNOWN = 0;
|
|
79
|
-
*/
|
|
80
|
-
ACTION_TYPE_UNKNOWN = 0,
|
|
81
|
-
/**
|
|
82
|
-
* @generated from enum value: ADD_EDIT = 1;
|
|
83
|
-
*/
|
|
84
|
-
ADD_EDIT = 1,
|
|
85
|
-
/**
|
|
86
|
-
* @generated from enum value: ADD_SUBSPACE = 2;
|
|
87
|
-
*/
|
|
88
|
-
ADD_SUBSPACE = 2,
|
|
89
|
-
/**
|
|
90
|
-
* @generated from enum value: REMOVE_SUBSPACE = 3;
|
|
91
|
-
*/
|
|
92
|
-
REMOVE_SUBSPACE = 3,
|
|
93
|
-
/**
|
|
94
|
-
* @generated from enum value: IMPORT_SPACE = 4;
|
|
95
|
-
*/
|
|
96
|
-
IMPORT_SPACE = 4,
|
|
97
|
-
/**
|
|
98
|
-
* @generated from enum value: ARCHIVE_SPACE = 5;
|
|
99
|
-
*/
|
|
100
|
-
ARCHIVE_SPACE = 5
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* @generated from message IpfsMetadata
|
|
104
|
-
*/
|
|
105
|
-
export declare class IpfsMetadata extends Message<IpfsMetadata> {
|
|
106
|
-
/**
|
|
107
|
-
* We version the data structured used to represent proposal metadata. Each
|
|
108
|
-
* proposal type has their own metadata and versioning that we can change
|
|
109
|
-
* independently of other proposal types.
|
|
110
|
-
*
|
|
111
|
-
* @generated from field: string version = 1;
|
|
112
|
-
*/
|
|
113
|
-
version: string;
|
|
114
|
-
/**
|
|
115
|
-
* @generated from field: ActionType type = 2;
|
|
116
|
-
*/
|
|
117
|
-
type: ActionType;
|
|
118
|
-
constructor(data?: PartialMessage<IpfsMetadata>);
|
|
119
|
-
static readonly runtime: typeof proto3;
|
|
120
|
-
static readonly typeName = "IpfsMetadata";
|
|
121
|
-
static readonly fields: FieldList;
|
|
122
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): IpfsMetadata;
|
|
123
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): IpfsMetadata;
|
|
124
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): IpfsMetadata;
|
|
125
|
-
static equals(a: IpfsMetadata | PlainMessage<IpfsMetadata> | undefined, b: IpfsMetadata | PlainMessage<IpfsMetadata> | undefined): boolean;
|
|
126
|
-
}
|
|
127
|
-
/**
|
|
128
|
-
* @generated from message Edit
|
|
4
|
+
* @generated from message ipfs.Edit
|
|
129
5
|
*/
|
|
130
6
|
export declare class Edit extends Message<Edit> {
|
|
131
7
|
/**
|
|
132
|
-
* @generated from field:
|
|
133
|
-
*/
|
|
134
|
-
version: string;
|
|
135
|
-
/**
|
|
136
|
-
* @generated from field: ActionType type = 2;
|
|
137
|
-
*/
|
|
138
|
-
type: ActionType;
|
|
139
|
-
/**
|
|
140
|
-
* @generated from field: string id = 3;
|
|
8
|
+
* @generated from field: bytes id = 1;
|
|
141
9
|
*/
|
|
142
|
-
id:
|
|
10
|
+
id: Uint8Array<ArrayBuffer>;
|
|
143
11
|
/**
|
|
144
|
-
* @generated from field: string name =
|
|
12
|
+
* @generated from field: string name = 2;
|
|
145
13
|
*/
|
|
146
14
|
name: string;
|
|
147
15
|
/**
|
|
148
|
-
* @generated from field: repeated Op ops =
|
|
16
|
+
* @generated from field: repeated ipfs.Op ops = 3;
|
|
149
17
|
*/
|
|
150
18
|
ops: Op[];
|
|
151
19
|
/**
|
|
152
|
-
* @generated from field: repeated
|
|
20
|
+
* @generated from field: repeated bytes authors = 4;
|
|
153
21
|
*/
|
|
154
|
-
authors:
|
|
22
|
+
authors: Uint8Array[];
|
|
23
|
+
/**
|
|
24
|
+
* @generated from field: optional bytes language = 5;
|
|
25
|
+
*/
|
|
26
|
+
language?: Uint8Array;
|
|
155
27
|
constructor(data?: PartialMessage<Edit>);
|
|
156
28
|
static readonly runtime: typeof proto3;
|
|
157
|
-
static readonly typeName = "Edit";
|
|
29
|
+
static readonly typeName = "ipfs.Edit";
|
|
158
30
|
static readonly fields: FieldList;
|
|
159
31
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Edit;
|
|
160
32
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Edit;
|
|
@@ -162,56 +34,48 @@ export declare class Edit extends Message<Edit> {
|
|
|
162
34
|
static equals(a: Edit | PlainMessage<Edit> | undefined, b: Edit | PlainMessage<Edit> | undefined): boolean;
|
|
163
35
|
}
|
|
164
36
|
/**
|
|
165
|
-
* @generated from message ImportEdit
|
|
37
|
+
* @generated from message ipfs.ImportEdit
|
|
166
38
|
*/
|
|
167
39
|
export declare class ImportEdit extends Message<ImportEdit> {
|
|
168
40
|
/**
|
|
169
|
-
* @generated from field:
|
|
170
|
-
*/
|
|
171
|
-
version: string;
|
|
172
|
-
/**
|
|
173
|
-
* @generated from field: ActionType type = 2;
|
|
41
|
+
* @generated from field: bytes id = 1;
|
|
174
42
|
*/
|
|
175
|
-
|
|
43
|
+
id: Uint8Array<ArrayBuffer>;
|
|
176
44
|
/**
|
|
177
|
-
* @generated from field: string
|
|
178
|
-
*/
|
|
179
|
-
id: string;
|
|
180
|
-
/**
|
|
181
|
-
* @generated from field: string name = 4;
|
|
45
|
+
* @generated from field: string name = 2;
|
|
182
46
|
*/
|
|
183
47
|
name: string;
|
|
184
48
|
/**
|
|
185
|
-
* @generated from field: repeated Op ops =
|
|
49
|
+
* @generated from field: repeated ipfs.Op ops = 3;
|
|
186
50
|
*/
|
|
187
51
|
ops: Op[];
|
|
188
52
|
/**
|
|
189
|
-
* @generated from field: repeated
|
|
53
|
+
* @generated from field: repeated bytes authors = 4;
|
|
190
54
|
*/
|
|
191
|
-
authors:
|
|
55
|
+
authors: Uint8Array[];
|
|
192
56
|
/**
|
|
193
|
-
* @generated from field:
|
|
57
|
+
* @generated from field: bytes created_by = 5;
|
|
194
58
|
*/
|
|
195
|
-
createdBy:
|
|
59
|
+
createdBy: Uint8Array<ArrayBuffer>;
|
|
196
60
|
/**
|
|
197
|
-
* @generated from field: string created_at =
|
|
61
|
+
* @generated from field: string created_at = 6;
|
|
198
62
|
*/
|
|
199
63
|
createdAt: string;
|
|
200
64
|
/**
|
|
201
|
-
* @generated from field:
|
|
65
|
+
* @generated from field: bytes block_hash = 7;
|
|
202
66
|
*/
|
|
203
|
-
blockHash:
|
|
67
|
+
blockHash: Uint8Array<ArrayBuffer>;
|
|
204
68
|
/**
|
|
205
|
-
* @generated from field: string block_number =
|
|
69
|
+
* @generated from field: string block_number = 8;
|
|
206
70
|
*/
|
|
207
71
|
blockNumber: string;
|
|
208
72
|
/**
|
|
209
|
-
* @generated from field:
|
|
73
|
+
* @generated from field: bytes transaction_hash = 9;
|
|
210
74
|
*/
|
|
211
|
-
transactionHash:
|
|
75
|
+
transactionHash: Uint8Array<ArrayBuffer>;
|
|
212
76
|
constructor(data?: PartialMessage<ImportEdit>);
|
|
213
77
|
static readonly runtime: typeof proto3;
|
|
214
|
-
static readonly typeName = "ImportEdit";
|
|
78
|
+
static readonly typeName = "ipfs.ImportEdit";
|
|
215
79
|
static readonly fields: FieldList;
|
|
216
80
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ImportEdit;
|
|
217
81
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ImportEdit;
|
|
@@ -219,250 +83,303 @@ export declare class ImportEdit extends Message<ImportEdit> {
|
|
|
219
83
|
static equals(a: ImportEdit | PlainMessage<ImportEdit> | undefined, b: ImportEdit | PlainMessage<ImportEdit> | undefined): boolean;
|
|
220
84
|
}
|
|
221
85
|
/**
|
|
222
|
-
* @generated from message
|
|
86
|
+
* @generated from message ipfs.Import
|
|
223
87
|
*/
|
|
224
|
-
export declare class
|
|
225
|
-
/**
|
|
226
|
-
* @generated from field: string type = 1;
|
|
227
|
-
*/
|
|
228
|
-
type: string;
|
|
88
|
+
export declare class Import extends Message<Import> {
|
|
229
89
|
/**
|
|
230
|
-
*
|
|
90
|
+
* these strings are IPFS cids representing the import edit message
|
|
91
|
+
*
|
|
92
|
+
* @generated from field: repeated string edits = 1;
|
|
231
93
|
*/
|
|
232
|
-
|
|
233
|
-
constructor(data?: PartialMessage<
|
|
94
|
+
edits: string[];
|
|
95
|
+
constructor(data?: PartialMessage<Import>);
|
|
234
96
|
static readonly runtime: typeof proto3;
|
|
235
|
-
static readonly typeName = "
|
|
97
|
+
static readonly typeName = "ipfs.Import";
|
|
236
98
|
static readonly fields: FieldList;
|
|
237
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
238
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
239
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
240
|
-
static equals(a:
|
|
99
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Import;
|
|
100
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Import;
|
|
101
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Import;
|
|
102
|
+
static equals(a: Import | PlainMessage<Import> | undefined, b: Import | PlainMessage<Import> | undefined): boolean;
|
|
241
103
|
}
|
|
242
104
|
/**
|
|
243
|
-
* @generated from message
|
|
105
|
+
* @generated from message ipfs.IpfsFile
|
|
244
106
|
*/
|
|
245
|
-
export declare class
|
|
107
|
+
export declare class IpfsFile extends Message<IpfsFile> {
|
|
246
108
|
/**
|
|
247
|
-
* @generated from field: string
|
|
109
|
+
* @generated from field: string version = 1;
|
|
248
110
|
*/
|
|
249
|
-
|
|
111
|
+
version: string;
|
|
250
112
|
/**
|
|
251
|
-
* @generated from
|
|
252
|
-
*/
|
|
253
|
-
|
|
113
|
+
* @generated from oneof ipfs.IpfsFile.payload
|
|
114
|
+
*/
|
|
115
|
+
payload: {
|
|
116
|
+
/**
|
|
117
|
+
* @generated from field: ipfs.Edit add_edit = 2;
|
|
118
|
+
*/
|
|
119
|
+
value: Edit;
|
|
120
|
+
case: "addEdit";
|
|
121
|
+
} | {
|
|
122
|
+
/**
|
|
123
|
+
* @generated from field: ipfs.Import import_space = 3;
|
|
124
|
+
*/
|
|
125
|
+
value: Import;
|
|
126
|
+
case: "importSpace";
|
|
127
|
+
} | {
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: bytes archive_space = 4;
|
|
130
|
+
*/
|
|
131
|
+
value: Uint8Array;
|
|
132
|
+
case: "archiveSpace";
|
|
133
|
+
} | {
|
|
134
|
+
case: undefined;
|
|
135
|
+
value?: undefined;
|
|
136
|
+
};
|
|
137
|
+
constructor(data?: PartialMessage<IpfsFile>);
|
|
138
|
+
static readonly runtime: typeof proto3;
|
|
139
|
+
static readonly typeName = "ipfs.IpfsFile";
|
|
140
|
+
static readonly fields: FieldList;
|
|
141
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): IpfsFile;
|
|
142
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): IpfsFile;
|
|
143
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): IpfsFile;
|
|
144
|
+
static equals(a: IpfsFile | PlainMessage<IpfsFile> | undefined, b: IpfsFile | PlainMessage<IpfsFile> | undefined): boolean;
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @generated from message ipfs.Op
|
|
148
|
+
*/
|
|
149
|
+
export declare class Op extends Message<Op> {
|
|
254
150
|
/**
|
|
255
|
-
* @generated from
|
|
256
|
-
*/
|
|
257
|
-
|
|
151
|
+
* @generated from oneof ipfs.Op.payload
|
|
152
|
+
*/
|
|
153
|
+
payload: {
|
|
154
|
+
/**
|
|
155
|
+
* @generated from field: ipfs.Entity update_entity = 1;
|
|
156
|
+
*/
|
|
157
|
+
value: Entity;
|
|
158
|
+
case: "updateEntity";
|
|
159
|
+
} | {
|
|
160
|
+
/**
|
|
161
|
+
* @generated from field: bytes delete_entity = 2;
|
|
162
|
+
*/
|
|
163
|
+
value: Uint8Array;
|
|
164
|
+
case: "deleteEntity";
|
|
165
|
+
} | {
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: ipfs.Relation create_relation = 3;
|
|
168
|
+
*/
|
|
169
|
+
value: Relation;
|
|
170
|
+
case: "createRelation";
|
|
171
|
+
} | {
|
|
172
|
+
/**
|
|
173
|
+
* @generated from field: ipfs.RelationUpdate update_relation = 4;
|
|
174
|
+
*/
|
|
175
|
+
value: RelationUpdate;
|
|
176
|
+
case: "updateRelation";
|
|
177
|
+
} | {
|
|
178
|
+
/**
|
|
179
|
+
* @generated from field: bytes delete_relation = 5;
|
|
180
|
+
*/
|
|
181
|
+
value: Uint8Array;
|
|
182
|
+
case: "deleteRelation";
|
|
183
|
+
} | {
|
|
184
|
+
/**
|
|
185
|
+
* @generated from field: ipfs.UnsetEntityValues unset_entity_values = 6;
|
|
186
|
+
*/
|
|
187
|
+
value: UnsetEntityValues;
|
|
188
|
+
case: "unsetEntityValues";
|
|
189
|
+
} | {
|
|
190
|
+
/**
|
|
191
|
+
* @generated from field: ipfs.UnsetRelationFields unset_relation_fields = 7;
|
|
192
|
+
*/
|
|
193
|
+
value: UnsetRelationFields;
|
|
194
|
+
case: "unsetRelationFields";
|
|
195
|
+
} | {
|
|
196
|
+
case: undefined;
|
|
197
|
+
value?: undefined;
|
|
198
|
+
};
|
|
199
|
+
constructor(data?: PartialMessage<Op>);
|
|
200
|
+
static readonly runtime: typeof proto3;
|
|
201
|
+
static readonly typeName = "ipfs.Op";
|
|
202
|
+
static readonly fields: FieldList;
|
|
203
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Op;
|
|
204
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Op;
|
|
205
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Op;
|
|
206
|
+
static equals(a: Op | PlainMessage<Op> | undefined, b: Op | PlainMessage<Op> | undefined): boolean;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* @generated from message ipfs.UnsetEntityValues
|
|
210
|
+
*/
|
|
211
|
+
export declare class UnsetEntityValues extends Message<UnsetEntityValues> {
|
|
258
212
|
/**
|
|
259
|
-
* @generated from field:
|
|
213
|
+
* @generated from field: bytes id = 1;
|
|
260
214
|
*/
|
|
261
|
-
|
|
215
|
+
id: Uint8Array<ArrayBuffer>;
|
|
262
216
|
/**
|
|
263
|
-
* @generated from field:
|
|
217
|
+
* @generated from field: repeated bytes properties = 2;
|
|
264
218
|
*/
|
|
265
|
-
|
|
266
|
-
constructor(data?: PartialMessage<
|
|
219
|
+
properties: Uint8Array[];
|
|
220
|
+
constructor(data?: PartialMessage<UnsetEntityValues>);
|
|
267
221
|
static readonly runtime: typeof proto3;
|
|
268
|
-
static readonly typeName = "
|
|
222
|
+
static readonly typeName = "ipfs.UnsetEntityValues";
|
|
269
223
|
static readonly fields: FieldList;
|
|
270
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
271
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
272
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
273
|
-
static equals(a:
|
|
224
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnsetEntityValues;
|
|
225
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnsetEntityValues;
|
|
226
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnsetEntityValues;
|
|
227
|
+
static equals(a: UnsetEntityValues | PlainMessage<UnsetEntityValues> | undefined, b: UnsetEntityValues | PlainMessage<UnsetEntityValues> | undefined): boolean;
|
|
274
228
|
}
|
|
275
229
|
/**
|
|
276
|
-
* @generated from
|
|
230
|
+
* @generated from message ipfs.Relation
|
|
277
231
|
*/
|
|
278
|
-
export declare
|
|
232
|
+
export declare class Relation extends Message<Relation> {
|
|
279
233
|
/**
|
|
280
|
-
* @generated from
|
|
234
|
+
* @generated from field: bytes id = 1;
|
|
281
235
|
*/
|
|
282
|
-
|
|
236
|
+
id: Uint8Array<ArrayBuffer>;
|
|
283
237
|
/**
|
|
284
|
-
* @generated from
|
|
238
|
+
* @generated from field: bytes type = 2;
|
|
285
239
|
*/
|
|
286
|
-
|
|
240
|
+
type: Uint8Array<ArrayBuffer>;
|
|
287
241
|
/**
|
|
288
|
-
* @generated from
|
|
242
|
+
* @generated from field: bytes from_entity = 3;
|
|
289
243
|
*/
|
|
290
|
-
|
|
244
|
+
fromEntity: Uint8Array<ArrayBuffer>;
|
|
291
245
|
/**
|
|
292
|
-
* @generated from
|
|
246
|
+
* @generated from field: optional bytes from_space = 4;
|
|
293
247
|
*/
|
|
294
|
-
|
|
248
|
+
fromSpace?: Uint8Array;
|
|
295
249
|
/**
|
|
296
|
-
* @generated from
|
|
250
|
+
* @generated from field: optional bytes from_version = 5;
|
|
297
251
|
*/
|
|
298
|
-
|
|
252
|
+
fromVersion?: Uint8Array;
|
|
299
253
|
/**
|
|
300
|
-
* @generated from
|
|
254
|
+
* @generated from field: bytes to_entity = 6;
|
|
301
255
|
*/
|
|
302
|
-
|
|
256
|
+
toEntity: Uint8Array<ArrayBuffer>;
|
|
303
257
|
/**
|
|
304
|
-
* @generated from
|
|
258
|
+
* @generated from field: optional bytes to_space = 7;
|
|
305
259
|
*/
|
|
306
|
-
|
|
260
|
+
toSpace?: Uint8Array;
|
|
307
261
|
/**
|
|
308
|
-
* @generated from
|
|
262
|
+
* @generated from field: optional bytes to_version = 8;
|
|
309
263
|
*/
|
|
310
|
-
|
|
311
|
-
}
|
|
312
|
-
/**
|
|
313
|
-
* @generated from message Op
|
|
314
|
-
*/
|
|
315
|
-
export declare class Op extends Message<Op> {
|
|
264
|
+
toVersion?: Uint8Array;
|
|
316
265
|
/**
|
|
317
|
-
* @generated from field:
|
|
266
|
+
* @generated from field: bytes entity = 9;
|
|
318
267
|
*/
|
|
319
|
-
|
|
268
|
+
entity: Uint8Array<ArrayBuffer>;
|
|
320
269
|
/**
|
|
321
|
-
*
|
|
322
|
-
* Used when setting a single triple
|
|
323
|
-
*
|
|
324
|
-
* @generated from field: optional Triple triple = 2;
|
|
270
|
+
* @generated from field: optional string position = 10;
|
|
325
271
|
*/
|
|
326
|
-
|
|
272
|
+
position?: string;
|
|
327
273
|
/**
|
|
328
|
-
*
|
|
329
|
-
* Used when setting batch ops or deleting an entity
|
|
330
|
-
*
|
|
331
|
-
* @generated from field: optional Entity entity = 3;
|
|
274
|
+
* @generated from field: optional bool verified = 11;
|
|
332
275
|
*/
|
|
333
|
-
|
|
276
|
+
verified?: boolean;
|
|
277
|
+
constructor(data?: PartialMessage<Relation>);
|
|
278
|
+
static readonly runtime: typeof proto3;
|
|
279
|
+
static readonly typeName = "ipfs.Relation";
|
|
280
|
+
static readonly fields: FieldList;
|
|
281
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Relation;
|
|
282
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Relation;
|
|
283
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Relation;
|
|
284
|
+
static equals(a: Relation | PlainMessage<Relation> | undefined, b: Relation | PlainMessage<Relation> | undefined): boolean;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* @generated from message ipfs.RelationUpdate
|
|
288
|
+
*/
|
|
289
|
+
export declare class RelationUpdate extends Message<RelationUpdate> {
|
|
334
290
|
/**
|
|
335
|
-
*
|
|
336
|
-
* Used when creating or deleting a relation
|
|
337
|
-
*
|
|
338
|
-
* @generated from field: optional Relation relation = 4;
|
|
291
|
+
* @generated from field: bytes id = 1;
|
|
339
292
|
*/
|
|
340
|
-
|
|
293
|
+
id: Uint8Array<ArrayBuffer>;
|
|
341
294
|
/**
|
|
342
|
-
*
|
|
343
|
-
* Used when setting batch ops
|
|
344
|
-
*
|
|
345
|
-
* @generated from field: repeated Triple triples = 5;
|
|
295
|
+
* @generated from field: optional bytes from_space = 2;
|
|
346
296
|
*/
|
|
347
|
-
|
|
297
|
+
fromSpace?: Uint8Array;
|
|
348
298
|
/**
|
|
349
|
-
*
|
|
350
|
-
* Used when importing a csv file
|
|
351
|
-
*
|
|
352
|
-
* @generated from field: optional string url = 6;
|
|
299
|
+
* @generated from field: optional bytes from_version = 3;
|
|
353
300
|
*/
|
|
354
|
-
|
|
301
|
+
fromVersion?: Uint8Array;
|
|
355
302
|
/**
|
|
356
|
-
* @generated from field: optional
|
|
303
|
+
* @generated from field: optional bytes to_space = 4;
|
|
357
304
|
*/
|
|
358
|
-
|
|
359
|
-
constructor(data?: PartialMessage<Op>);
|
|
360
|
-
static readonly runtime: typeof proto3;
|
|
361
|
-
static readonly typeName = "Op";
|
|
362
|
-
static readonly fields: FieldList;
|
|
363
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Op;
|
|
364
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Op;
|
|
365
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Op;
|
|
366
|
-
static equals(a: Op | PlainMessage<Op> | undefined, b: Op | PlainMessage<Op> | undefined): boolean;
|
|
367
|
-
}
|
|
368
|
-
/**
|
|
369
|
-
* @generated from message Triple
|
|
370
|
-
*/
|
|
371
|
-
export declare class Triple extends Message<Triple> {
|
|
305
|
+
toSpace?: Uint8Array;
|
|
372
306
|
/**
|
|
373
|
-
* @generated from field:
|
|
307
|
+
* @generated from field: optional bytes to_version = 5;
|
|
374
308
|
*/
|
|
375
|
-
|
|
309
|
+
toVersion?: Uint8Array;
|
|
376
310
|
/**
|
|
377
|
-
* @generated from field: string
|
|
311
|
+
* @generated from field: optional string position = 6;
|
|
378
312
|
*/
|
|
379
|
-
|
|
313
|
+
position?: string;
|
|
380
314
|
/**
|
|
381
|
-
* @generated from field:
|
|
315
|
+
* @generated from field: optional bool verified = 7;
|
|
382
316
|
*/
|
|
383
|
-
|
|
384
|
-
constructor(data?: PartialMessage<
|
|
317
|
+
verified?: boolean;
|
|
318
|
+
constructor(data?: PartialMessage<RelationUpdate>);
|
|
385
319
|
static readonly runtime: typeof proto3;
|
|
386
|
-
static readonly typeName = "
|
|
320
|
+
static readonly typeName = "ipfs.RelationUpdate";
|
|
387
321
|
static readonly fields: FieldList;
|
|
388
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
389
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
390
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
391
|
-
static equals(a:
|
|
322
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RelationUpdate;
|
|
323
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RelationUpdate;
|
|
324
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RelationUpdate;
|
|
325
|
+
static equals(a: RelationUpdate | PlainMessage<RelationUpdate> | undefined, b: RelationUpdate | PlainMessage<RelationUpdate> | undefined): boolean;
|
|
392
326
|
}
|
|
393
327
|
/**
|
|
394
|
-
* @generated from message
|
|
328
|
+
* @generated from message ipfs.UnsetRelationFields
|
|
395
329
|
*/
|
|
396
|
-
export declare class
|
|
330
|
+
export declare class UnsetRelationFields extends Message<UnsetRelationFields> {
|
|
397
331
|
/**
|
|
398
|
-
* @generated from field:
|
|
332
|
+
* @generated from field: bytes id = 1;
|
|
399
333
|
*/
|
|
400
|
-
|
|
334
|
+
id: Uint8Array<ArrayBuffer>;
|
|
401
335
|
/**
|
|
402
|
-
* @generated from field:
|
|
403
|
-
*/
|
|
404
|
-
value: string;
|
|
405
|
-
/**
|
|
406
|
-
* @generated from field: optional Options options = 3;
|
|
336
|
+
* @generated from field: optional bool from_space = 2;
|
|
407
337
|
*/
|
|
408
|
-
|
|
409
|
-
constructor(data?: PartialMessage<Value>);
|
|
410
|
-
static readonly runtime: typeof proto3;
|
|
411
|
-
static readonly typeName = "Value";
|
|
412
|
-
static readonly fields: FieldList;
|
|
413
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Value;
|
|
414
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Value;
|
|
415
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Value;
|
|
416
|
-
static equals(a: Value | PlainMessage<Value> | undefined, b: Value | PlainMessage<Value> | undefined): boolean;
|
|
417
|
-
}
|
|
418
|
-
/**
|
|
419
|
-
* @generated from message Relation
|
|
420
|
-
*/
|
|
421
|
-
export declare class Relation extends Message<Relation> {
|
|
338
|
+
fromSpace?: boolean;
|
|
422
339
|
/**
|
|
423
|
-
* @generated from field:
|
|
340
|
+
* @generated from field: optional bool from_version = 3;
|
|
424
341
|
*/
|
|
425
|
-
|
|
342
|
+
fromVersion?: boolean;
|
|
426
343
|
/**
|
|
427
|
-
* @generated from field:
|
|
344
|
+
* @generated from field: optional bool to_space = 4;
|
|
428
345
|
*/
|
|
429
|
-
|
|
346
|
+
toSpace?: boolean;
|
|
430
347
|
/**
|
|
431
|
-
* @generated from field:
|
|
348
|
+
* @generated from field: optional bool to_version = 5;
|
|
432
349
|
*/
|
|
433
|
-
|
|
350
|
+
toVersion?: boolean;
|
|
434
351
|
/**
|
|
435
|
-
* @generated from field:
|
|
352
|
+
* @generated from field: optional bool position = 6;
|
|
436
353
|
*/
|
|
437
|
-
|
|
354
|
+
position?: boolean;
|
|
438
355
|
/**
|
|
439
|
-
* @generated from field:
|
|
356
|
+
* @generated from field: optional bool verified = 7;
|
|
440
357
|
*/
|
|
441
|
-
|
|
442
|
-
constructor(data?: PartialMessage<
|
|
358
|
+
verified?: boolean;
|
|
359
|
+
constructor(data?: PartialMessage<UnsetRelationFields>);
|
|
443
360
|
static readonly runtime: typeof proto3;
|
|
444
|
-
static readonly typeName = "
|
|
361
|
+
static readonly typeName = "ipfs.UnsetRelationFields";
|
|
445
362
|
static readonly fields: FieldList;
|
|
446
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
447
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
448
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
449
|
-
static equals(a:
|
|
363
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnsetRelationFields;
|
|
364
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnsetRelationFields;
|
|
365
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnsetRelationFields;
|
|
366
|
+
static equals(a: UnsetRelationFields | PlainMessage<UnsetRelationFields> | undefined, b: UnsetRelationFields | PlainMessage<UnsetRelationFields> | undefined): boolean;
|
|
450
367
|
}
|
|
451
368
|
/**
|
|
452
|
-
* @generated from message Entity
|
|
369
|
+
* @generated from message ipfs.Entity
|
|
453
370
|
*/
|
|
454
371
|
export declare class Entity extends Message<Entity> {
|
|
455
372
|
/**
|
|
456
|
-
* @generated from field:
|
|
373
|
+
* @generated from field: bytes id = 1;
|
|
457
374
|
*/
|
|
458
|
-
id:
|
|
375
|
+
id: Uint8Array<ArrayBuffer>;
|
|
459
376
|
/**
|
|
460
|
-
* @generated from field: repeated
|
|
377
|
+
* @generated from field: repeated ipfs.Value values = 2;
|
|
461
378
|
*/
|
|
462
|
-
|
|
379
|
+
values: Value[];
|
|
463
380
|
constructor(data?: PartialMessage<Entity>);
|
|
464
381
|
static readonly runtime: typeof proto3;
|
|
465
|
-
static readonly typeName = "Entity";
|
|
382
|
+
static readonly typeName = "ipfs.Entity";
|
|
466
383
|
static readonly fields: FieldList;
|
|
467
384
|
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Entity;
|
|
468
385
|
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Entity;
|
|
@@ -470,61 +387,24 @@ export declare class Entity extends Message<Entity> {
|
|
|
470
387
|
static equals(a: Entity | PlainMessage<Entity> | undefined, b: Entity | PlainMessage<Entity> | undefined): boolean;
|
|
471
388
|
}
|
|
472
389
|
/**
|
|
473
|
-
* @generated from message
|
|
474
|
-
*/
|
|
475
|
-
export declare class Import extends Message<Import> {
|
|
476
|
-
/**
|
|
477
|
-
* @generated from field: string version = 1;
|
|
478
|
-
*/
|
|
479
|
-
version: string;
|
|
480
|
-
/**
|
|
481
|
-
* @generated from field: ActionType type = 2;
|
|
482
|
-
*/
|
|
483
|
-
type: ActionType;
|
|
484
|
-
/**
|
|
485
|
-
* @generated from field: string previous_network = 3;
|
|
486
|
-
*/
|
|
487
|
-
previousNetwork: string;
|
|
488
|
-
/**
|
|
489
|
-
* @generated from field: string previous_contract_address = 4;
|
|
490
|
-
*/
|
|
491
|
-
previousContractAddress: string;
|
|
492
|
-
/**
|
|
493
|
-
* @generated from field: repeated string edits = 5;
|
|
494
|
-
*/
|
|
495
|
-
edits: string[];
|
|
496
|
-
constructor(data?: PartialMessage<Import>);
|
|
497
|
-
static readonly runtime: typeof proto3;
|
|
498
|
-
static readonly typeName = "Import";
|
|
499
|
-
static readonly fields: FieldList;
|
|
500
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Import;
|
|
501
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Import;
|
|
502
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Import;
|
|
503
|
-
static equals(a: Import | PlainMessage<Import> | undefined, b: Import | PlainMessage<Import> | undefined): boolean;
|
|
504
|
-
}
|
|
505
|
-
/**
|
|
506
|
-
* @generated from message Options
|
|
390
|
+
* @generated from message ipfs.Value
|
|
507
391
|
*/
|
|
508
|
-
export declare class
|
|
509
|
-
/**
|
|
510
|
-
* @generated from field: optional string format = 1;
|
|
511
|
-
*/
|
|
512
|
-
format?: string;
|
|
392
|
+
export declare class Value extends Message<Value> {
|
|
513
393
|
/**
|
|
514
|
-
* @generated from field:
|
|
394
|
+
* @generated from field: bytes property_id = 1;
|
|
515
395
|
*/
|
|
516
|
-
|
|
396
|
+
propertyId: Uint8Array<ArrayBuffer>;
|
|
517
397
|
/**
|
|
518
|
-
* @generated from field:
|
|
398
|
+
* @generated from field: string value = 2;
|
|
519
399
|
*/
|
|
520
|
-
|
|
521
|
-
constructor(data?: PartialMessage<
|
|
400
|
+
value: string;
|
|
401
|
+
constructor(data?: PartialMessage<Value>);
|
|
522
402
|
static readonly runtime: typeof proto3;
|
|
523
|
-
static readonly typeName = "
|
|
403
|
+
static readonly typeName = "ipfs.Value";
|
|
524
404
|
static readonly fields: FieldList;
|
|
525
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>):
|
|
526
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>):
|
|
527
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>):
|
|
528
|
-
static equals(a:
|
|
405
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Value;
|
|
406
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Value;
|
|
407
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Value;
|
|
408
|
+
static equals(a: Value | PlainMessage<Value> | undefined, b: Value | PlainMessage<Value> | undefined): boolean;
|
|
529
409
|
}
|
|
530
410
|
//# sourceMappingURL=ipfs_pb.d.ts.map
|