@twin.org/immutable-proof-models 0.9.2-next.6 → 0.9.3-next.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/dist/es/index.js +0 -2
- package/dist/es/index.js.map +1 -1
- package/dist/types/index.d.ts +0 -2
- package/docs/changelog.md +47 -0
- package/docs/reference/index.md +0 -4
- package/package.json +1 -1
- package/dist/es/models/immutableProofSpanAttributes.js +0 -13
- package/dist/es/models/immutableProofSpanAttributes.js.map +0 -1
- package/dist/es/models/immutableProofSpanNames.js +0 -25
- package/dist/es/models/immutableProofSpanNames.js.map +0 -1
- package/dist/types/models/immutableProofSpanAttributes.d.ts +0 -13
- package/dist/types/models/immutableProofSpanNames.d.ts +0 -25
- package/docs/reference/type-aliases/ImmutableProofSpanAttributes.md +0 -5
- package/docs/reference/type-aliases/ImmutableProofSpanNames.md +0 -5
- package/docs/reference/variables/ImmutableProofSpanAttributes.md +0 -13
- package/docs/reference/variables/ImmutableProofSpanNames.md +0 -31
package/dist/es/index.js
CHANGED
|
@@ -18,8 +18,6 @@ export * from "./models/immutableProofContexts.js";
|
|
|
18
18
|
export * from "./models/immutableProofFailure.js";
|
|
19
19
|
export * from "./models/immutableProofMetricIds.js";
|
|
20
20
|
export * from "./models/immutableProofMetrics.js";
|
|
21
|
-
export * from "./models/immutableProofSpanAttributes.js";
|
|
22
|
-
export * from "./models/immutableProofSpanNames.js";
|
|
23
21
|
export * from "./models/immutableProofTopics.js";
|
|
24
22
|
export * from "./models/immutableProofTypes.js";
|
|
25
23
|
//# sourceMappingURL=index.js.map
|
package/dist/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,cAAc,wCAAwC,CAAC;AACvD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0DAA0D,CAAC;AACzE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,0DAA0D,CAAC;AACzE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,cAAc,wCAAwC,CAAC;AACvD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,0DAA0D,CAAC;AACzE,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,0DAA0D,CAAC;AACzE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,kCAAkC,CAAC;AACjD,cAAc,iCAAiC,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nexport * from \"./dataTypes/immutableProofDataTypes.js\";\nexport * from \"./models/api/IImmutableProofCreateRequest.js\";\nexport * from \"./models/api/IImmutableProofGetRequest.js\";\nexport * from \"./models/api/IImmutableProofGetResponse.js\";\nexport * from \"./models/api/IImmutableProofRemoveNotarizationRequest.js\";\nexport * from \"./models/api/IImmutableProofRemoveRequest.js\";\nexport * from \"./models/api/IImmutableProofVerifyRequest.js\";\nexport * from \"./models/api/IImmutableProofVerifyResponse.js\";\nexport * from \"./models/eventBus/IImmutableProofEventBusProofCreated.js\";\nexport * from \"./models/IImmutableProof.js\";\nexport * from \"./models/IImmutableProofComponent.js\";\nexport * from \"./models/IImmutableProofCredential.js\";\nexport * from \"./models/IImmutableProofDataIntegrity.js\";\nexport * from \"./models/IImmutableProofVerification.js\";\nexport * from \"./models/immutableProofContexts.js\";\nexport * from \"./models/immutableProofFailure.js\";\nexport * from \"./models/immutableProofMetricIds.js\";\nexport * from \"./models/immutableProofMetrics.js\";\nexport * from \"./models/immutableProofTopics.js\";\nexport * from \"./models/immutableProofTypes.js\";\n"]}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -16,7 +16,5 @@ export * from "./models/immutableProofContexts.js";
|
|
|
16
16
|
export * from "./models/immutableProofFailure.js";
|
|
17
17
|
export * from "./models/immutableProofMetricIds.js";
|
|
18
18
|
export * from "./models/immutableProofMetrics.js";
|
|
19
|
-
export * from "./models/immutableProofSpanAttributes.js";
|
|
20
|
-
export * from "./models/immutableProofSpanNames.js";
|
|
21
19
|
export * from "./models/immutableProofTopics.js";
|
|
22
20
|
export * from "./models/immutableProofTypes.js";
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.3-next.1](https://github.com/iotaledger/twin-immutable-proof/compare/immutable-proof-models-v0.9.3-next.0...immutable-proof-models-v0.9.3-next.1) (2026-09-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add context id features ([#14](https://github.com/iotaledger/twin-immutable-proof/issues/14)) ([ed5a594](https://github.com/iotaledger/twin-immutable-proof/commit/ed5a594eaa7d50f74b1c09a7a560d48b33a4ecd1))
|
|
9
|
+
* add event-driven telemetry metrics ([#99](https://github.com/iotaledger/twin-immutable-proof/issues/99)) ([9ceb5dc](https://github.com/iotaledger/twin-immutable-proof/commit/9ceb5dcea75dcd239f5c551208c68d756ecf89a2))
|
|
10
|
+
* add missing proof type registration ([1e9f52b](https://github.com/iotaledger/twin-immutable-proof/commit/1e9f52b88ab201e97c9d2aa7611fb8f77a82d614))
|
|
11
|
+
* add ts-to-jsonld-context tool ([871191b](https://github.com/iotaledger/twin-immutable-proof/commit/871191b75cb82c2f6daaab08a71384ba92f02a64))
|
|
12
|
+
* add validate-locales ([d6a7c07](https://github.com/iotaledger/twin-immutable-proof/commit/d6a7c0794a1922981a42f56cc24724d7cee727f6))
|
|
13
|
+
* enhanced rest testing ([#64](https://github.com/iotaledger/twin-immutable-proof/issues/64)) ([5c389d6](https://github.com/iotaledger/twin-immutable-proof/commit/5c389d6da0292f6ceb3b23f5d1380fc9fb5c652c))
|
|
14
|
+
* eslint migration to flat config ([c8536f2](https://github.com/iotaledger/twin-immutable-proof/commit/c8536f219c7709c6c08b9266e537831f9054dda9))
|
|
15
|
+
* health provider ([#96](https://github.com/iotaledger/twin-immutable-proof/issues/96)) ([b01e203](https://github.com/iotaledger/twin-immutable-proof/commit/b01e203dd8cd65ee31580401b529feb67edfb90f))
|
|
16
|
+
* immutable proof as vc ([#31](https://github.com/iotaledger/twin-immutable-proof/issues/31)) ([79cdb03](https://github.com/iotaledger/twin-immutable-proof/commit/79cdb03eb86c4f6d2ab1d5bf235f74ff74e8b877))
|
|
17
|
+
* remove inline service tracing in favour of the tracing facade ([#113](https://github.com/iotaledger/twin-immutable-proof/issues/113)) ([3117a4e](https://github.com/iotaledger/twin-immutable-proof/commit/3117a4e78a74f077d5dc7facf4bb174ae76826b1))
|
|
18
|
+
* replace verifiable storage with notarization as immutable proof ([#41](https://github.com/iotaledger/twin-immutable-proof/issues/41)) ([54f2154](https://github.com/iotaledger/twin-immutable-proof/commit/54f215469b0bdc9ea94cad572ca13b8533144104))
|
|
19
|
+
* tracing ([#104](https://github.com/iotaledger/twin-immutable-proof/issues/104)) ([63069ac](https://github.com/iotaledger/twin-immutable-proof/commit/63069acf2813da477c0baf31b15ed52ce33129b1))
|
|
20
|
+
* typescript 6 update ([34d8aea](https://github.com/iotaledger/twin-immutable-proof/commit/34d8aea0ea0c1e1252de1882517abb1683d98313))
|
|
21
|
+
* update components ([b950a49](https://github.com/iotaledger/twin-immutable-proof/commit/b950a493c6da4c7e7a18e7c2f67a4f3f73ca4fe8))
|
|
22
|
+
* update contexts ([#22](https://github.com/iotaledger/twin-immutable-proof/issues/22)) ([645b880](https://github.com/iotaledger/twin-immutable-proof/commit/645b8803540408c74e3891b2c5ff9aefd5908d9f))
|
|
23
|
+
* update contexts and namespaces ([#20](https://github.com/iotaledger/twin-immutable-proof/issues/20)) ([d38aa69](https://github.com/iotaledger/twin-immutable-proof/commit/d38aa696c73e4fcc304f08fb458d5900109abcb4))
|
|
24
|
+
* update data types to use fully qualified names ([e94d0f5](https://github.com/iotaledger/twin-immutable-proof/commit/e94d0f5db93856b5b59cfd34e55252fa13a7f4e0))
|
|
25
|
+
* update dependencies ([1ec6b18](https://github.com/iotaledger/twin-immutable-proof/commit/1ec6b18e93198a8fc4935700863cdab1c3df7b64))
|
|
26
|
+
* update dependencies ([7d6b321](https://github.com/iotaledger/twin-immutable-proof/commit/7d6b321928ca0434ee530816b1440f1687b94a6e))
|
|
27
|
+
* update framework core ([e708d4d](https://github.com/iotaledger/twin-immutable-proof/commit/e708d4dd3febcfbcd64663d5be004eab1d26c0fb))
|
|
28
|
+
* update remove methods ([#45](https://github.com/iotaledger/twin-immutable-proof/issues/45)) ([9db19bb](https://github.com/iotaledger/twin-immutable-proof/commit/9db19bb4c8e6f5d66139755e8b8a8071a77c4887))
|
|
29
|
+
* update schemas ([ab0569a](https://github.com/iotaledger/twin-immutable-proof/commit/ab0569adf3419beefd8aef7793fdbe5b2fe2d93e))
|
|
30
|
+
* update ts-to-schema generation ([c4fc864](https://github.com/iotaledger/twin-immutable-proof/commit/c4fc8646e7b8ee040d356f7f0f3b2d6f4ac63e40))
|
|
31
|
+
* update twindev schemas ([d2bb94b](https://github.com/iotaledger/twin-immutable-proof/commit/d2bb94b31e61f899e41dbca1b1aeb2b3bb70b229))
|
|
32
|
+
* use shared store mechanism ([#3](https://github.com/iotaledger/twin-immutable-proof/issues/3)) ([7042a40](https://github.com/iotaledger/twin-immutable-proof/commit/7042a40f0ef8b01463f07aeb1efae4f417162fa1))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* Missing user and node identity on create ([#1](https://github.com/iotaledger/twin-immutable-proof/issues/1)) ([80ea2f9](https://github.com/iotaledger/twin-immutable-proof/commit/80ea2f901afc7531f4a522227a61e6fa1482484d))
|
|
38
|
+
* use async getStore in tests ([ec0b3b3](https://github.com/iotaledger/twin-immutable-proof/commit/ec0b3b38271fddf38a4b521cf871cc9cc01049f4))
|
|
39
|
+
|
|
40
|
+
## [0.9.2](https://github.com/iotaledger/twin-immutable-proof/compare/immutable-proof-models-v0.9.2...immutable-proof-models-v0.9.2) (2026-08-24)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* release to production ([cb7ecff](https://github.com/iotaledger/twin-immutable-proof/commit/cb7ecff3e9a1ec8b4391d7efea4a58057b8b66c6))
|
|
46
|
+
* release to production ([#110](https://github.com/iotaledger/twin-immutable-proof/issues/110)) ([7bfe455](https://github.com/iotaledger/twin-immutable-proof/commit/7bfe4557a6d2dd3c160d09577da86db26cd7c7ab))
|
|
47
|
+
* release to production ([#58](https://github.com/iotaledger/twin-immutable-proof/issues/58)) ([e1d8c04](https://github.com/iotaledger/twin-immutable-proof/commit/e1d8c04c4d2c764980ed44b320c3ce6218c9b70b))
|
|
48
|
+
* release to production ([#82](https://github.com/iotaledger/twin-immutable-proof/issues/82)) ([1d9f43a](https://github.com/iotaledger/twin-immutable-proof/commit/1d9f43a2eaf8d6d6504c23601cc345c5f84d1ec4))
|
|
49
|
+
|
|
3
50
|
## [0.9.2-next.6](https://github.com/iotaledger/twin-immutable-proof/compare/immutable-proof-models-v0.9.2-next.5...immutable-proof-models-v0.9.2-next.6) (2026-08-21)
|
|
4
51
|
|
|
5
52
|
|
package/docs/reference/index.md
CHANGED
|
@@ -25,8 +25,6 @@
|
|
|
25
25
|
- [ImmutableProofContexts](type-aliases/ImmutableProofContexts.md)
|
|
26
26
|
- [ImmutableProofFailure](type-aliases/ImmutableProofFailure.md)
|
|
27
27
|
- [ImmutableProofMetricIds](type-aliases/ImmutableProofMetricIds.md)
|
|
28
|
-
- [ImmutableProofSpanAttributes](type-aliases/ImmutableProofSpanAttributes.md)
|
|
29
|
-
- [ImmutableProofSpanNames](type-aliases/ImmutableProofSpanNames.md)
|
|
30
28
|
- [ImmutableProofTopics](type-aliases/ImmutableProofTopics.md)
|
|
31
29
|
- [ImmutableProofTypes](type-aliases/ImmutableProofTypes.md)
|
|
32
30
|
|
|
@@ -36,7 +34,5 @@
|
|
|
36
34
|
- [ImmutableProofFailure](variables/ImmutableProofFailure.md)
|
|
37
35
|
- [ImmutableProofMetricIds](variables/ImmutableProofMetricIds.md)
|
|
38
36
|
- [ImmutableProofMetrics](variables/ImmutableProofMetrics.md)
|
|
39
|
-
- [ImmutableProofSpanAttributes](variables/ImmutableProofSpanAttributes.md)
|
|
40
|
-
- [ImmutableProofSpanNames](variables/ImmutableProofSpanNames.md)
|
|
41
37
|
- [ImmutableProofTopics](variables/ImmutableProofTopics.md)
|
|
42
38
|
- [ImmutableProofTypes](variables/ImmutableProofTypes.md)
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// Copyright 2026 IOTA Stiftung.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0.
|
|
3
|
-
/**
|
|
4
|
-
* The span attribute keys for the immutable proof domain.
|
|
5
|
-
*/
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
7
|
-
export const ImmutableProofSpanAttributes = {
|
|
8
|
-
/**
|
|
9
|
-
* The id of the immutable proof the operation is for.
|
|
10
|
-
*/
|
|
11
|
-
Id: "immutable-proof.id"
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=immutableProofSpanAttributes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"immutableProofSpanAttributes.js","sourceRoot":"","sources":["../../../src/models/immutableProofSpanAttributes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC3C;;OAEG;IACH,EAAE,EAAE,oBAAoB;CACf,CAAC","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The span attribute keys for the immutable proof domain.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const ImmutableProofSpanAttributes = {\n\t/**\n\t * The id of the immutable proof the operation is for.\n\t */\n\tId: \"immutable-proof.id\"\n} as const;\n\n/**\n * Union type of all immutable proof span attribute key string values.\n */\nexport type ImmutableProofSpanAttributes =\n\t(typeof ImmutableProofSpanAttributes)[keyof typeof ImmutableProofSpanAttributes];\n"]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
// Copyright 2026 IOTA Stiftung.
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0.
|
|
3
|
-
/**
|
|
4
|
-
* The span names for the immutable proof domain.
|
|
5
|
-
*/
|
|
6
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
7
|
-
export const ImmutableProofSpanNames = {
|
|
8
|
-
/**
|
|
9
|
-
* Create an immutable proof.
|
|
10
|
-
*/
|
|
11
|
-
Create: "immutable-proof/create",
|
|
12
|
-
/**
|
|
13
|
-
* Get an immutable proof.
|
|
14
|
-
*/
|
|
15
|
-
Get: "immutable-proof/get",
|
|
16
|
-
/**
|
|
17
|
-
* Verify an immutable proof.
|
|
18
|
-
*/
|
|
19
|
-
Verify: "immutable-proof/verify",
|
|
20
|
-
/**
|
|
21
|
-
* Remove an immutable proof.
|
|
22
|
-
*/
|
|
23
|
-
Remove: "immutable-proof/remove"
|
|
24
|
-
};
|
|
25
|
-
//# sourceMappingURL=immutableProofSpanNames.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"immutableProofSpanNames.js","sourceRoot":"","sources":["../../../src/models/immutableProofSpanNames.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACtC;;OAEG;IACH,MAAM,EAAE,wBAAwB;IAEhC;;OAEG;IACH,GAAG,EAAE,qBAAqB;IAE1B;;OAEG;IACH,MAAM,EAAE,wBAAwB;IAEhC;;OAEG;IACH,MAAM,EAAE,wBAAwB;CACvB,CAAC","sourcesContent":["// Copyright 2026 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The span names for the immutable proof domain.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const ImmutableProofSpanNames = {\n\t/**\n\t * Create an immutable proof.\n\t */\n\tCreate: \"immutable-proof/create\",\n\n\t/**\n\t * Get an immutable proof.\n\t */\n\tGet: \"immutable-proof/get\",\n\n\t/**\n\t * Verify an immutable proof.\n\t */\n\tVerify: \"immutable-proof/verify\",\n\n\t/**\n\t * Remove an immutable proof.\n\t */\n\tRemove: \"immutable-proof/remove\"\n} as const;\n\n/**\n * Union type of all immutable proof span name string values.\n */\nexport type ImmutableProofSpanNames =\n\t(typeof ImmutableProofSpanNames)[keyof typeof ImmutableProofSpanNames];\n"]}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The span attribute keys for the immutable proof domain.
|
|
3
|
-
*/
|
|
4
|
-
export declare const ImmutableProofSpanAttributes: {
|
|
5
|
-
/**
|
|
6
|
-
* The id of the immutable proof the operation is for.
|
|
7
|
-
*/
|
|
8
|
-
readonly Id: "immutable-proof.id";
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* Union type of all immutable proof span attribute key string values.
|
|
12
|
-
*/
|
|
13
|
-
export type ImmutableProofSpanAttributes = (typeof ImmutableProofSpanAttributes)[keyof typeof ImmutableProofSpanAttributes];
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The span names for the immutable proof domain.
|
|
3
|
-
*/
|
|
4
|
-
export declare const ImmutableProofSpanNames: {
|
|
5
|
-
/**
|
|
6
|
-
* Create an immutable proof.
|
|
7
|
-
*/
|
|
8
|
-
readonly Create: "immutable-proof/create";
|
|
9
|
-
/**
|
|
10
|
-
* Get an immutable proof.
|
|
11
|
-
*/
|
|
12
|
-
readonly Get: "immutable-proof/get";
|
|
13
|
-
/**
|
|
14
|
-
* Verify an immutable proof.
|
|
15
|
-
*/
|
|
16
|
-
readonly Verify: "immutable-proof/verify";
|
|
17
|
-
/**
|
|
18
|
-
* Remove an immutable proof.
|
|
19
|
-
*/
|
|
20
|
-
readonly Remove: "immutable-proof/remove";
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Union type of all immutable proof span name string values.
|
|
24
|
-
*/
|
|
25
|
-
export type ImmutableProofSpanNames = (typeof ImmutableProofSpanNames)[keyof typeof ImmutableProofSpanNames];
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: ImmutableProofSpanAttributes
|
|
2
|
-
|
|
3
|
-
> **ImmutableProofSpanAttributes** = *typeof* [`ImmutableProofSpanAttributes`](../variables/ImmutableProofSpanAttributes.md)\[keyof *typeof* [`ImmutableProofSpanAttributes`](../variables/ImmutableProofSpanAttributes.md)\]
|
|
4
|
-
|
|
5
|
-
Union type of all immutable proof span attribute key string values.
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Type Alias: ImmutableProofSpanNames
|
|
2
|
-
|
|
3
|
-
> **ImmutableProofSpanNames** = *typeof* [`ImmutableProofSpanNames`](../variables/ImmutableProofSpanNames.md)\[keyof *typeof* [`ImmutableProofSpanNames`](../variables/ImmutableProofSpanNames.md)\]
|
|
4
|
-
|
|
5
|
-
Union type of all immutable proof span name string values.
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Variable: ImmutableProofSpanAttributes
|
|
2
|
-
|
|
3
|
-
> `const` **ImmutableProofSpanAttributes**: `object`
|
|
4
|
-
|
|
5
|
-
The span attribute keys for the immutable proof domain.
|
|
6
|
-
|
|
7
|
-
## Type Declaration
|
|
8
|
-
|
|
9
|
-
### Id {#id}
|
|
10
|
-
|
|
11
|
-
> `readonly` **Id**: `"immutable-proof.id"` = `"immutable-proof.id"`
|
|
12
|
-
|
|
13
|
-
The id of the immutable proof the operation is for.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Variable: ImmutableProofSpanNames
|
|
2
|
-
|
|
3
|
-
> `const` **ImmutableProofSpanNames**: `object`
|
|
4
|
-
|
|
5
|
-
The span names for the immutable proof domain.
|
|
6
|
-
|
|
7
|
-
## Type Declaration
|
|
8
|
-
|
|
9
|
-
### Create {#create}
|
|
10
|
-
|
|
11
|
-
> `readonly` **Create**: `"immutable-proof/create"` = `"immutable-proof/create"`
|
|
12
|
-
|
|
13
|
-
Create an immutable proof.
|
|
14
|
-
|
|
15
|
-
### Get {#get}
|
|
16
|
-
|
|
17
|
-
> `readonly` **Get**: `"immutable-proof/get"` = `"immutable-proof/get"`
|
|
18
|
-
|
|
19
|
-
Get an immutable proof.
|
|
20
|
-
|
|
21
|
-
### Verify {#verify}
|
|
22
|
-
|
|
23
|
-
> `readonly` **Verify**: `"immutable-proof/verify"` = `"immutable-proof/verify"`
|
|
24
|
-
|
|
25
|
-
Verify an immutable proof.
|
|
26
|
-
|
|
27
|
-
### Remove {#remove}
|
|
28
|
-
|
|
29
|
-
> `readonly` **Remove**: `"immutable-proof/remove"` = `"immutable-proof/remove"`
|
|
30
|
-
|
|
31
|
-
Remove an immutable proof.
|