@twin.org/document-management-models 0.0.3-next.12 → 0.0.3-next.14
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentManagementDataTypes.js","sourceRoot":"","sources":["../../../src/dataTypes/documentManagementDataTypes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"documentManagementDataTypes.js","sourceRoot":"","sources":["../../../src/dataTypes/documentManagementDataTypes.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,cAAc,MAAM,0BAA0B,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AAE5E;;GAEG;AACH,MAAM,OAAO,2BAA2B;IACvC;;OAEG;IACI,MAAM,CAAC,aAAa;QAC1B,sBAAsB,CAAC,QAAQ,CAC9B,GAAG,gBAAgB,CAAC,SAAS,GAAG,aAAa,CAAC,QAAQ,EAAE,EACxD,GAAG,EAAE,CAAC,CAAC;YACN,SAAS,EAAE,gBAAgB,CAAC,SAAS;YACrC,IAAI,EAAE,aAAa,CAAC,QAAQ;YAC5B,YAAY,EAAE,EAAE;YAChB,UAAU,EAAE,KAAK,IAAI,EAAE,CAAC,cAAc;SACtC,CAAC,CACF,CAAC;QAEF,sBAAsB,CAAC,QAAQ,CAC9B,GAAG,gBAAgB,CAAC,SAAS,GAAG,aAAa,CAAC,mBAAmB,EAAE,EACnE,GAAG,EAAE,CAAC,CAAC;YACN,SAAS,EAAE,gBAAgB,CAAC,SAAS;YACrC,IAAI,EAAE,aAAa,CAAC,mBAAmB;YACvC,YAAY,EAAE,EAAE;YAChB,UAAU,EAAE,KAAK,IAAI,EAAE,CAAC,cAAc;SACtC,CAAC,CACF,CAAC;IACH,CAAC;CACD","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\nimport { DataTypeHandlerFactory } from \"@twin.org/data-core\";\nimport { DocumentContexts } from \"../models/documentContexts.js\";\nimport { DocumentTypes } from \"../models/documentTypes.js\";\nimport DocumentSchema from \"../schemas/Document.json\" with { type: \"json\" };\n\n/**\n * Handle all the data types for document management.\n */\nexport class DocumentManagementDataTypes {\n\t/**\n\t * Register all the data types.\n\t */\n\tpublic static registerTypes(): void {\n\t\tDataTypeHandlerFactory.register(\n\t\t\t`${DocumentContexts.Namespace}${DocumentTypes.Document}`,\n\t\t\t() => ({\n\t\t\t\tnamespace: DocumentContexts.Namespace,\n\t\t\t\ttype: DocumentTypes.Document,\n\t\t\t\tdefaultValue: {},\n\t\t\t\tjsonSchema: async () => DocumentSchema\n\t\t\t})\n\t\t);\n\n\t\tDataTypeHandlerFactory.register(\n\t\t\t`${DocumentContexts.Namespace}${DocumentTypes.DocumentAttestation}`,\n\t\t\t() => ({\n\t\t\t\tnamespace: DocumentContexts.Namespace,\n\t\t\t\ttype: DocumentTypes.DocumentAttestation,\n\t\t\t\tdefaultValue: {},\n\t\t\t\tjsonSchema: async () => DocumentSchema\n\t\t\t})\n\t\t);\n\t}\n}\n"]}
|
package/docs/changelog.md
CHANGED
|
@@ -1,257 +1,271 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [0.0.3-next.14](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.13...document-management-models-v0.0.3-next.14) (2026-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **document-management-models:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.3-next.13](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.12...document-management-models-v0.0.3-next.13) (2026-05-12)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* typescript 6 update ([35631d8](https://github.com/iotaledger/twin-document-management/commit/35631d88551380933009443d77b1a844b631a98e))
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.12](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.11...document-management-models-v0.0.3-next.12) (2026-03-26)
|
|
4
18
|
|
|
5
19
|
|
|
6
20
|
### Features
|
|
7
21
|
|
|
8
|
-
* update to latest aig method shapes ([497e895](https://github.com/
|
|
22
|
+
* update to latest aig method shapes ([497e895](https://github.com/iotaledger/twin-document-management/commit/497e8954f24774db628e057ebb9d158a1fd9d92a))
|
|
9
23
|
|
|
10
|
-
## [0.0.3-next.11](https://github.com/
|
|
24
|
+
## [0.0.3-next.11](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.10...document-management-models-v0.0.3-next.11) (2026-02-25)
|
|
11
25
|
|
|
12
26
|
|
|
13
27
|
### Features
|
|
14
28
|
|
|
15
|
-
* update schemas ([310261d](https://github.com/
|
|
29
|
+
* update schemas ([310261d](https://github.com/iotaledger/twin-document-management/commit/310261d620254d9c00dfa8fbb470948af9101778))
|
|
16
30
|
|
|
17
|
-
## [0.0.3-next.10](https://github.com/
|
|
31
|
+
## [0.0.3-next.10](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.9...document-management-models-v0.0.3-next.10) (2026-02-11)
|
|
18
32
|
|
|
19
33
|
|
|
20
34
|
### Features
|
|
21
35
|
|
|
22
|
-
* add ts-to-jsonld-context tool ([da11115](https://github.com/
|
|
23
|
-
* blobHash to integrity ([#38](https://github.com/
|
|
36
|
+
* add ts-to-jsonld-context tool ([da11115](https://github.com/iotaledger/twin-document-management/commit/da111155614dc7f7789480c8b0d2f03c66a16ae4))
|
|
37
|
+
* blobHash to integrity ([#38](https://github.com/iotaledger/twin-document-management/issues/38)) ([2d45756](https://github.com/iotaledger/twin-document-management/commit/2d457565ba61d260ace12a762e592b6b1a65788d))
|
|
24
38
|
|
|
25
|
-
## [0.0.3-next.9](https://github.com/
|
|
39
|
+
## [0.0.3-next.9](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.8...document-management-models-v0.0.3-next.9) (2026-01-26)
|
|
26
40
|
|
|
27
41
|
|
|
28
42
|
### Miscellaneous Chores
|
|
29
43
|
|
|
30
44
|
* **document-management-models:** Synchronize repo versions
|
|
31
45
|
|
|
32
|
-
## [0.0.3-next.8](https://github.com/
|
|
46
|
+
## [0.0.3-next.8](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.7...document-management-models-v0.0.3-next.8) (2026-01-26)
|
|
33
47
|
|
|
34
48
|
|
|
35
49
|
### Miscellaneous Chores
|
|
36
50
|
|
|
37
51
|
* **document-management-models:** Synchronize repo versions
|
|
38
52
|
|
|
39
|
-
## [0.0.3-next.7](https://github.com/
|
|
53
|
+
## [0.0.3-next.7](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.6...document-management-models-v0.0.3-next.7) (2026-01-23)
|
|
40
54
|
|
|
41
55
|
|
|
42
56
|
### Features
|
|
43
57
|
|
|
44
|
-
* replace nextItem property with Link header ([#34](https://github.com/
|
|
58
|
+
* replace nextItem property with Link header ([#34](https://github.com/iotaledger/twin-document-management/issues/34)) ([3f04c3f](https://github.com/iotaledger/twin-document-management/commit/3f04c3fb5c9ec0c56f213089a15cc247fbfbd59c))
|
|
45
59
|
|
|
46
|
-
## [0.0.3-next.6](https://github.com/
|
|
60
|
+
## [0.0.3-next.6](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.5...document-management-models-v0.0.3-next.6) (2026-01-22)
|
|
47
61
|
|
|
48
62
|
|
|
49
63
|
### Features
|
|
50
64
|
|
|
51
|
-
* update contexts ([#32](https://github.com/
|
|
65
|
+
* update contexts ([#32](https://github.com/iotaledger/twin-document-management/issues/32)) ([2fc1d92](https://github.com/iotaledger/twin-document-management/commit/2fc1d9200ecd8b755efb552c5f84f996cb61e64a))
|
|
52
66
|
|
|
53
|
-
## [0.0.3-next.5](https://github.com/
|
|
67
|
+
## [0.0.3-next.5](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.4...document-management-models-v0.0.3-next.5) (2026-01-14)
|
|
54
68
|
|
|
55
69
|
|
|
56
70
|
### Features
|
|
57
71
|
|
|
58
|
-
* update contexts and namespaces ([#29](https://github.com/
|
|
72
|
+
* update contexts and namespaces ([#29](https://github.com/iotaledger/twin-document-management/issues/29)) ([ef7abc0](https://github.com/iotaledger/twin-document-management/commit/ef7abc01d10b3f9528be8afaa21dbd00181939ae))
|
|
59
73
|
|
|
60
|
-
## [0.0.3-next.4](https://github.com/
|
|
74
|
+
## [0.0.3-next.4](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.3...document-management-models-v0.0.3-next.4) (2026-01-06)
|
|
61
75
|
|
|
62
76
|
|
|
63
77
|
### Features
|
|
64
78
|
|
|
65
|
-
* update unece dependencies ([a27548c](https://github.com/
|
|
79
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
66
80
|
|
|
67
|
-
## [0.0.3-next.3](https://github.com/
|
|
81
|
+
## [0.0.3-next.3](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.2...document-management-models-v0.0.3-next.3) (2025-12-03)
|
|
68
82
|
|
|
69
83
|
|
|
70
84
|
### Features
|
|
71
85
|
|
|
72
|
-
* use updated unece types ([c141a89](https://github.com/
|
|
86
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
73
87
|
|
|
74
|
-
## [0.0.3-next.2](https://github.com/
|
|
88
|
+
## [0.0.3-next.2](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.1...document-management-models-v0.0.3-next.2) (2025-11-28)
|
|
75
89
|
|
|
76
90
|
|
|
77
91
|
### Features
|
|
78
92
|
|
|
79
|
-
* update background task service ([5c380dc](https://github.com/
|
|
93
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
80
94
|
|
|
81
|
-
## [0.0.3-next.1](https://github.com/
|
|
95
|
+
## [0.0.3-next.1](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.3-next.0...document-management-models-v0.0.3-next.1) (2025-11-12)
|
|
82
96
|
|
|
83
97
|
|
|
84
98
|
### Features
|
|
85
99
|
|
|
86
|
-
* add context id features ([#24](https://github.com/
|
|
87
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
88
|
-
* data type registration use fully qualified names ([18d27d0](https://github.com/
|
|
89
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
90
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
91
|
-
* get document revision ([080eddc](https://github.com/
|
|
92
|
-
* improve comments ([4d2f094](https://github.com/
|
|
93
|
-
* store document as a vertex ([#2](https://github.com/
|
|
94
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
95
|
-
* update framework core ([f991a59](https://github.com/
|
|
96
|
-
* update ts-to-schema generation ([01a5335](https://github.com/
|
|
97
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
98
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
100
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-document-management/issues/24)) ([83f65f1](https://github.com/iotaledger/twin-document-management/commit/83f65f15e55f2293f5ca0d9d1e4679ba67c4ec8d))
|
|
101
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
102
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
103
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
104
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
105
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
106
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
107
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
108
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
109
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
110
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
111
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
112
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
99
113
|
|
|
100
114
|
|
|
101
115
|
### Bug Fixes
|
|
102
116
|
|
|
103
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
117
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
104
118
|
|
|
105
|
-
## [0.0.2-next.4](https://github.com/
|
|
119
|
+
## [0.0.2-next.4](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.2-next.3...document-management-models-v0.0.2-next.4) (2025-10-09)
|
|
106
120
|
|
|
107
121
|
|
|
108
122
|
### Features
|
|
109
123
|
|
|
110
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
124
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
111
125
|
|
|
112
|
-
## [0.0.2-next.3](https://github.com/
|
|
126
|
+
## [0.0.2-next.3](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.2-next.2...document-management-models-v0.0.2-next.3) (2025-09-29)
|
|
113
127
|
|
|
114
128
|
|
|
115
129
|
### Features
|
|
116
130
|
|
|
117
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
131
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
118
132
|
|
|
119
|
-
## [0.0.2-next.2](https://github.com/
|
|
133
|
+
## [0.0.2-next.2](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.2-next.1...document-management-models-v0.0.2-next.2) (2025-08-29)
|
|
120
134
|
|
|
121
135
|
|
|
122
136
|
### Features
|
|
123
137
|
|
|
124
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
138
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
125
139
|
|
|
126
|
-
## [0.0.2-next.1](https://github.com/
|
|
140
|
+
## [0.0.2-next.1](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.2-next.0...document-management-models-v0.0.2-next.1) (2025-08-21)
|
|
127
141
|
|
|
128
142
|
|
|
129
143
|
### Features
|
|
130
144
|
|
|
131
|
-
* data type registration use fully qualified names ([18d27d0](https://github.com/
|
|
132
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
133
|
-
* get document revision ([080eddc](https://github.com/
|
|
134
|
-
* improve comments ([4d2f094](https://github.com/
|
|
135
|
-
* store document as a vertex ([#2](https://github.com/
|
|
136
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
137
|
-
* update framework core ([f991a59](https://github.com/
|
|
138
|
-
* update ts-to-schema generation ([01a5335](https://github.com/
|
|
139
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
145
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
146
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
147
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
148
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
149
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
150
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
151
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
152
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
153
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
140
154
|
|
|
141
155
|
|
|
142
156
|
### Bug Fixes
|
|
143
157
|
|
|
144
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
158
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
145
159
|
|
|
146
160
|
## 0.0.1 (2025-07-09)
|
|
147
161
|
|
|
148
162
|
|
|
149
163
|
### Features
|
|
150
164
|
|
|
151
|
-
* release to production ([a009526](https://github.com/
|
|
165
|
+
* release to production ([a009526](https://github.com/iotaledger/twin-document-management/commit/a009526032a0ee6e6b74f476a01fbe5f4c7fd4da))
|
|
152
166
|
|
|
153
|
-
## [0.0.1-next.20](https://github.com/
|
|
167
|
+
## [0.0.1-next.20](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.19...document-management-models-v0.0.1-next.20) (2025-06-20)
|
|
154
168
|
|
|
155
169
|
|
|
156
170
|
### Features
|
|
157
171
|
|
|
158
|
-
* data type registration use fully qualified names ([18d27d0](https://github.com/
|
|
159
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
160
|
-
* get document revision ([080eddc](https://github.com/
|
|
161
|
-
* improve comments ([4d2f094](https://github.com/
|
|
162
|
-
* store document as a vertex ([#2](https://github.com/
|
|
163
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
164
|
-
* update ts-to-schema generation ([01a5335](https://github.com/
|
|
165
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
172
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
173
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
174
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
175
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
176
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
177
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
178
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
179
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
166
180
|
|
|
167
181
|
|
|
168
182
|
### Bug Fixes
|
|
169
183
|
|
|
170
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
184
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
171
185
|
|
|
172
|
-
## [0.0.1-next.19](https://github.com/
|
|
186
|
+
## [0.0.1-next.19](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.18...document-management-models-v0.0.1-next.19) (2025-06-20)
|
|
173
187
|
|
|
174
188
|
|
|
175
189
|
### Bug Fixes
|
|
176
190
|
|
|
177
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
191
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
178
192
|
|
|
179
|
-
## [0.0.1-next.18](https://github.com/
|
|
193
|
+
## [0.0.1-next.18](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.17...document-management-models-v0.0.1-next.18) (2025-06-18)
|
|
180
194
|
|
|
181
195
|
|
|
182
196
|
### Miscellaneous Chores
|
|
183
197
|
|
|
184
198
|
* **document-management-models:** Synchronize repo versions
|
|
185
199
|
|
|
186
|
-
## [0.0.1-next.17](https://github.com/
|
|
200
|
+
## [0.0.1-next.17](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.16...document-management-models-v0.0.1-next.17) (2025-06-12)
|
|
187
201
|
|
|
188
202
|
|
|
189
203
|
### Features
|
|
190
204
|
|
|
191
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
205
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
192
206
|
|
|
193
|
-
## [0.0.1-next.16](https://github.com/
|
|
207
|
+
## [0.0.1-next.16](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.15...document-management-models-v0.0.1-next.16) (2025-06-03)
|
|
194
208
|
|
|
195
209
|
|
|
196
210
|
### Features
|
|
197
211
|
|
|
198
|
-
* update ts-to-schema generation ([01a5335](https://github.com/
|
|
212
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
199
213
|
|
|
200
|
-
## [0.0.1-next.15](https://github.com/
|
|
214
|
+
## [0.0.1-next.15](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.14...document-management-models-v0.0.1-next.15) (2025-05-28)
|
|
201
215
|
|
|
202
216
|
|
|
203
217
|
### Features
|
|
204
218
|
|
|
205
|
-
* data type registration use fully qualified names ([18d27d0](https://github.com/
|
|
219
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
206
220
|
|
|
207
|
-
## [0.0.1-next.14](https://github.com/
|
|
221
|
+
## [0.0.1-next.14](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.13...document-management-models-v0.0.1-next.14) (2025-05-08)
|
|
208
222
|
|
|
209
223
|
|
|
210
224
|
### Features
|
|
211
225
|
|
|
212
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
226
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
213
227
|
|
|
214
|
-
## [0.0.1-next.13](https://github.com/
|
|
228
|
+
## [0.0.1-next.13](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.12...document-management-models-v0.0.1-next.13) (2025-04-30)
|
|
215
229
|
|
|
216
230
|
|
|
217
231
|
### Miscellaneous Chores
|
|
218
232
|
|
|
219
233
|
* **document-management-models:** Synchronize repo versions
|
|
220
234
|
|
|
221
|
-
## [0.0.1-next.12](https://github.com/
|
|
235
|
+
## [0.0.1-next.12](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.11...document-management-models-v0.0.1-next.12) (2025-04-30)
|
|
222
236
|
|
|
223
237
|
|
|
224
238
|
### Features
|
|
225
239
|
|
|
226
|
-
* get document revision ([080eddc](https://github.com/
|
|
240
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
227
241
|
|
|
228
|
-
## [0.0.1-next.11](https://github.com/
|
|
242
|
+
## [0.0.1-next.11](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.10...document-management-models-v0.0.1-next.11) (2025-04-28)
|
|
229
243
|
|
|
230
244
|
|
|
231
245
|
### Features
|
|
232
246
|
|
|
233
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
247
|
+
* document get can perform extraction ([#6](https://github.com/iotaledger/twin-document-management/issues/6)) ([5ce6d37](https://github.com/iotaledger/twin-document-management/commit/5ce6d37432ad271ca5783f422846f4be98ec2215))
|
|
234
248
|
|
|
235
|
-
## [0.0.1-next.10](https://github.com/
|
|
249
|
+
## [0.0.1-next.10](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.9...document-management-models-v0.0.1-next.10) (2025-04-25)
|
|
236
250
|
|
|
237
251
|
|
|
238
252
|
### Miscellaneous Chores
|
|
239
253
|
|
|
240
254
|
* **document-management-models:** Synchronize repo versions
|
|
241
255
|
|
|
242
|
-
## [0.0.1-next.9](https://github.com/
|
|
256
|
+
## [0.0.1-next.9](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.8...document-management-models-v0.0.1-next.9) (2025-04-17)
|
|
243
257
|
|
|
244
258
|
|
|
245
259
|
### Features
|
|
246
260
|
|
|
247
|
-
* store document as a vertex ([#2](https://github.com/
|
|
261
|
+
* store document as a vertex ([#2](https://github.com/iotaledger/twin-document-management/issues/2)) ([7febedc](https://github.com/iotaledger/twin-document-management/commit/7febedc3fb31de9c19565d6326341046834f2c74))
|
|
248
262
|
|
|
249
|
-
## [0.0.1-next.8](https://github.com/
|
|
263
|
+
## [0.0.1-next.8](https://github.com/iotaledger/twin-document-management/compare/document-management-models-v0.0.1-next.7...document-management-models-v0.0.1-next.8) (2025-03-28)
|
|
250
264
|
|
|
251
265
|
|
|
252
266
|
### Features
|
|
253
267
|
|
|
254
|
-
* improve comments ([4d2f094](https://github.com/
|
|
268
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
255
269
|
|
|
256
270
|
## v0.0.1-next.7
|
|
257
271
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/document-management-models",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.14",
|
|
4
4
|
"description": "Shared data models, schemas, and context definitions for document lifecycle records.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/iotaledger/document-management.git",
|
|
8
8
|
"directory": "packages/document-management-models"
|
|
9
9
|
},
|
|
10
10
|
"author": "martyn.janes@iota.org",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"schemas"
|
|
57
57
|
],
|
|
58
58
|
"bugs": {
|
|
59
|
-
"url": "git+https://github.com/
|
|
59
|
+
"url": "git+https://github.com/iotaledger/document-management/issues"
|
|
60
60
|
},
|
|
61
61
|
"homepage": "https://twindev.org"
|
|
62
62
|
}
|