@twin.org/document-management-models 0.0.3-next.12 → 0.0.3-next.13
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,264 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.3-next.
|
|
3
|
+
## [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)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Features
|
|
7
7
|
|
|
8
|
-
*
|
|
8
|
+
* typescript 6 update ([35631d8](https://github.com/iotaledger/twin-document-management/commit/35631d88551380933009443d77b1a844b631a98e))
|
|
9
9
|
|
|
10
|
-
## [0.0.3-next.
|
|
10
|
+
## [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)
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
### Features
|
|
14
14
|
|
|
15
|
-
* update
|
|
15
|
+
* update to latest aig method shapes ([497e895](https://github.com/iotaledger/twin-document-management/commit/497e8954f24774db628e057ebb9d158a1fd9d92a))
|
|
16
16
|
|
|
17
|
-
## [0.0.3-next.
|
|
17
|
+
## [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)
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
### Features
|
|
21
21
|
|
|
22
|
-
*
|
|
23
|
-
* blobHash to integrity ([#38](https://github.com/twinfoundation/document-management/issues/38)) ([2d45756](https://github.com/twinfoundation/document-management/commit/2d457565ba61d260ace12a762e592b6b1a65788d))
|
|
22
|
+
* update schemas ([310261d](https://github.com/iotaledger/twin-document-management/commit/310261d620254d9c00dfa8fbb470948af9101778))
|
|
24
23
|
|
|
25
|
-
## [0.0.3-next.
|
|
24
|
+
## [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)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* add ts-to-jsonld-context tool ([da11115](https://github.com/iotaledger/twin-document-management/commit/da111155614dc7f7789480c8b0d2f03c66a16ae4))
|
|
30
|
+
* blobHash to integrity ([#38](https://github.com/iotaledger/twin-document-management/issues/38)) ([2d45756](https://github.com/iotaledger/twin-document-management/commit/2d457565ba61d260ace12a762e592b6b1a65788d))
|
|
31
|
+
|
|
32
|
+
## [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
33
|
|
|
27
34
|
|
|
28
35
|
### Miscellaneous Chores
|
|
29
36
|
|
|
30
37
|
* **document-management-models:** Synchronize repo versions
|
|
31
38
|
|
|
32
|
-
## [0.0.3-next.8](https://github.com/
|
|
39
|
+
## [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
40
|
|
|
34
41
|
|
|
35
42
|
### Miscellaneous Chores
|
|
36
43
|
|
|
37
44
|
* **document-management-models:** Synchronize repo versions
|
|
38
45
|
|
|
39
|
-
## [0.0.3-next.7](https://github.com/
|
|
46
|
+
## [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
47
|
|
|
41
48
|
|
|
42
49
|
### Features
|
|
43
50
|
|
|
44
|
-
* replace nextItem property with Link header ([#34](https://github.com/
|
|
51
|
+
* 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
52
|
|
|
46
|
-
## [0.0.3-next.6](https://github.com/
|
|
53
|
+
## [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
54
|
|
|
48
55
|
|
|
49
56
|
### Features
|
|
50
57
|
|
|
51
|
-
* update contexts ([#32](https://github.com/
|
|
58
|
+
* update contexts ([#32](https://github.com/iotaledger/twin-document-management/issues/32)) ([2fc1d92](https://github.com/iotaledger/twin-document-management/commit/2fc1d9200ecd8b755efb552c5f84f996cb61e64a))
|
|
52
59
|
|
|
53
|
-
## [0.0.3-next.5](https://github.com/
|
|
60
|
+
## [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
61
|
|
|
55
62
|
|
|
56
63
|
### Features
|
|
57
64
|
|
|
58
|
-
* update contexts and namespaces ([#29](https://github.com/
|
|
65
|
+
* 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
66
|
|
|
60
|
-
## [0.0.3-next.4](https://github.com/
|
|
67
|
+
## [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
68
|
|
|
62
69
|
|
|
63
70
|
### Features
|
|
64
71
|
|
|
65
|
-
* update unece dependencies ([a27548c](https://github.com/
|
|
72
|
+
* update unece dependencies ([a27548c](https://github.com/iotaledger/twin-document-management/commit/a27548cdebbe1d9577fc8341166538c2f07348a3))
|
|
66
73
|
|
|
67
|
-
## [0.0.3-next.3](https://github.com/
|
|
74
|
+
## [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
75
|
|
|
69
76
|
|
|
70
77
|
### Features
|
|
71
78
|
|
|
72
|
-
* use updated unece types ([c141a89](https://github.com/
|
|
79
|
+
* use updated unece types ([c141a89](https://github.com/iotaledger/twin-document-management/commit/c141a895138cb45fa0b1e95c42f56e31708c846c))
|
|
73
80
|
|
|
74
|
-
## [0.0.3-next.2](https://github.com/
|
|
81
|
+
## [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
82
|
|
|
76
83
|
|
|
77
84
|
### Features
|
|
78
85
|
|
|
79
|
-
* update background task service ([5c380dc](https://github.com/
|
|
86
|
+
* update background task service ([5c380dc](https://github.com/iotaledger/twin-document-management/commit/5c380dca3114254201768f184f9486828501ff66))
|
|
80
87
|
|
|
81
|
-
## [0.0.3-next.1](https://github.com/
|
|
88
|
+
## [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
89
|
|
|
83
90
|
|
|
84
91
|
### Features
|
|
85
92
|
|
|
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/
|
|
93
|
+
* add context id features ([#24](https://github.com/iotaledger/twin-document-management/issues/24)) ([83f65f1](https://github.com/iotaledger/twin-document-management/commit/83f65f15e55f2293f5ca0d9d1e4679ba67c4ec8d))
|
|
94
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
95
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
96
|
+
* 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))
|
|
97
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
98
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
99
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
100
|
+
* 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))
|
|
101
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
102
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
103
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
104
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
105
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
99
106
|
|
|
100
107
|
|
|
101
108
|
### Bug Fixes
|
|
102
109
|
|
|
103
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
110
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
104
111
|
|
|
105
|
-
## [0.0.2-next.4](https://github.com/
|
|
112
|
+
## [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
113
|
|
|
107
114
|
|
|
108
115
|
### Features
|
|
109
116
|
|
|
110
|
-
* add validate-locales ([b6b6f9e](https://github.com/
|
|
117
|
+
* add validate-locales ([b6b6f9e](https://github.com/iotaledger/twin-document-management/commit/b6b6f9e9d66c17af3d030247ca168ac0b5844bdc))
|
|
111
118
|
|
|
112
|
-
## [0.0.2-next.3](https://github.com/
|
|
119
|
+
## [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
120
|
|
|
114
121
|
|
|
115
122
|
### Features
|
|
116
123
|
|
|
117
|
-
* use targetId in AIG for edges ([82dec81](https://github.com/
|
|
124
|
+
* use targetId in AIG for edges ([82dec81](https://github.com/iotaledger/twin-document-management/commit/82dec8190d8b523b350ef133bdcf648cab1023b0))
|
|
118
125
|
|
|
119
|
-
## [0.0.2-next.2](https://github.com/
|
|
126
|
+
## [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
127
|
|
|
121
128
|
|
|
122
129
|
### Features
|
|
123
130
|
|
|
124
|
-
* eslint migration to flat config ([98635aa](https://github.com/
|
|
131
|
+
* eslint migration to flat config ([98635aa](https://github.com/iotaledger/twin-document-management/commit/98635aa24ebafba265e989e461fe98104f683191))
|
|
125
132
|
|
|
126
|
-
## [0.0.2-next.1](https://github.com/
|
|
133
|
+
## [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
134
|
|
|
128
135
|
|
|
129
136
|
### Features
|
|
130
137
|
|
|
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/
|
|
138
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
139
|
+
* 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))
|
|
140
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
141
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
142
|
+
* 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))
|
|
143
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
144
|
+
* update framework core ([f991a59](https://github.com/iotaledger/twin-document-management/commit/f991a59d25ec228bcdd7a5b6bd55578985b55a84))
|
|
145
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
146
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
140
147
|
|
|
141
148
|
|
|
142
149
|
### Bug Fixes
|
|
143
150
|
|
|
144
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
151
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
145
152
|
|
|
146
153
|
## 0.0.1 (2025-07-09)
|
|
147
154
|
|
|
148
155
|
|
|
149
156
|
### Features
|
|
150
157
|
|
|
151
|
-
* release to production ([a009526](https://github.com/
|
|
158
|
+
* release to production ([a009526](https://github.com/iotaledger/twin-document-management/commit/a009526032a0ee6e6b74f476a01fbe5f4c7fd4da))
|
|
152
159
|
|
|
153
|
-
## [0.0.1-next.20](https://github.com/
|
|
160
|
+
## [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
161
|
|
|
155
162
|
|
|
156
163
|
### Features
|
|
157
164
|
|
|
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/
|
|
165
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
166
|
+
* 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))
|
|
167
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
168
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
169
|
+
* 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))
|
|
170
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
171
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
172
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
166
173
|
|
|
167
174
|
|
|
168
175
|
### Bug Fixes
|
|
169
176
|
|
|
170
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
177
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
171
178
|
|
|
172
|
-
## [0.0.1-next.19](https://github.com/
|
|
179
|
+
## [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
180
|
|
|
174
181
|
|
|
175
182
|
### Bug Fixes
|
|
176
183
|
|
|
177
|
-
* query params force coercion ([d667d0f](https://github.com/
|
|
184
|
+
* query params force coercion ([d667d0f](https://github.com/iotaledger/twin-document-management/commit/d667d0f195accca2887a5ca732e9790063763996))
|
|
178
185
|
|
|
179
|
-
## [0.0.1-next.18](https://github.com/
|
|
186
|
+
## [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
187
|
|
|
181
188
|
|
|
182
189
|
### Miscellaneous Chores
|
|
183
190
|
|
|
184
191
|
* **document-management-models:** Synchronize repo versions
|
|
185
192
|
|
|
186
|
-
## [0.0.1-next.17](https://github.com/
|
|
193
|
+
## [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
194
|
|
|
188
195
|
|
|
189
196
|
### Features
|
|
190
197
|
|
|
191
|
-
* update dependencies ([f9d8641](https://github.com/
|
|
198
|
+
* update dependencies ([f9d8641](https://github.com/iotaledger/twin-document-management/commit/f9d86417dba24027699225ec7473296e361dcb00))
|
|
192
199
|
|
|
193
|
-
## [0.0.1-next.16](https://github.com/
|
|
200
|
+
## [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
201
|
|
|
195
202
|
|
|
196
203
|
### Features
|
|
197
204
|
|
|
198
|
-
* update ts-to-schema generation ([01a5335](https://github.com/
|
|
205
|
+
* update ts-to-schema generation ([01a5335](https://github.com/iotaledger/twin-document-management/commit/01a5335372f6a4764a74d56c446d669724a308aa))
|
|
199
206
|
|
|
200
|
-
## [0.0.1-next.15](https://github.com/
|
|
207
|
+
## [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
208
|
|
|
202
209
|
|
|
203
210
|
### Features
|
|
204
211
|
|
|
205
|
-
* data type registration use fully qualified names ([18d27d0](https://github.com/
|
|
212
|
+
* data type registration use fully qualified names ([18d27d0](https://github.com/iotaledger/twin-document-management/commit/18d27d0c21d0f652b7df4b409bb2d3c66cf22f84))
|
|
206
213
|
|
|
207
|
-
## [0.0.1-next.14](https://github.com/
|
|
214
|
+
## [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
215
|
|
|
209
216
|
|
|
210
217
|
### Features
|
|
211
218
|
|
|
212
|
-
* use standard list json ld types ([20ea04b](https://github.com/
|
|
219
|
+
* use standard list json ld types ([20ea04b](https://github.com/iotaledger/twin-document-management/commit/20ea04b05fd4bc4fcedce8f66958942c3c2fa303))
|
|
213
220
|
|
|
214
|
-
## [0.0.1-next.13](https://github.com/
|
|
221
|
+
## [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
222
|
|
|
216
223
|
|
|
217
224
|
### Miscellaneous Chores
|
|
218
225
|
|
|
219
226
|
* **document-management-models:** Synchronize repo versions
|
|
220
227
|
|
|
221
|
-
## [0.0.1-next.12](https://github.com/
|
|
228
|
+
## [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
229
|
|
|
223
230
|
|
|
224
231
|
### Features
|
|
225
232
|
|
|
226
|
-
* get document revision ([080eddc](https://github.com/
|
|
233
|
+
* get document revision ([080eddc](https://github.com/iotaledger/twin-document-management/commit/080eddcc024c622dda6bb36f60f5fa80a86cf5bb))
|
|
227
234
|
|
|
228
|
-
## [0.0.1-next.11](https://github.com/
|
|
235
|
+
## [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
236
|
|
|
230
237
|
|
|
231
238
|
### Features
|
|
232
239
|
|
|
233
|
-
* document get can perform extraction ([#6](https://github.com/
|
|
240
|
+
* 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
241
|
|
|
235
|
-
## [0.0.1-next.10](https://github.com/
|
|
242
|
+
## [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
243
|
|
|
237
244
|
|
|
238
245
|
### Miscellaneous Chores
|
|
239
246
|
|
|
240
247
|
* **document-management-models:** Synchronize repo versions
|
|
241
248
|
|
|
242
|
-
## [0.0.1-next.9](https://github.com/
|
|
249
|
+
## [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
250
|
|
|
244
251
|
|
|
245
252
|
### Features
|
|
246
253
|
|
|
247
|
-
* store document as a vertex ([#2](https://github.com/
|
|
254
|
+
* 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
255
|
|
|
249
|
-
## [0.0.1-next.8](https://github.com/
|
|
256
|
+
## [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
257
|
|
|
251
258
|
|
|
252
259
|
### Features
|
|
253
260
|
|
|
254
|
-
* improve comments ([4d2f094](https://github.com/
|
|
261
|
+
* improve comments ([4d2f094](https://github.com/iotaledger/twin-document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
|
|
255
262
|
|
|
256
263
|
## v0.0.1-next.7
|
|
257
264
|
|
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.13",
|
|
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
|
}
|