@twin.org/standards-w3c-odrl 0.0.1-next.34 → 0.0.1-next.36
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/docs/changelog.md +30 -0
- package/docs/reference/interfaces/IOdrlAction.md +1 -1
- package/docs/reference/interfaces/IOdrlAsset.md +1 -1
- package/docs/reference/interfaces/IOdrlAssetCollection.md +3 -3
- package/docs/reference/interfaces/IOdrlConstraint.md +1 -1
- package/docs/reference/interfaces/IOdrlDuty.md +3 -3
- package/docs/reference/interfaces/IOdrlLogicalConstraint.md +1 -1
- package/docs/reference/interfaces/IOdrlParty.md +1 -1
- package/docs/reference/interfaces/IOdrlPartyCollection.md +3 -3
- package/docs/reference/interfaces/IOdrlPermission.md +1 -1
- package/docs/reference/interfaces/IOdrlPolicy.md +1 -1
- package/docs/reference/interfaces/IOdrlProhibition.md +1 -1
- package/docs/reference/interfaces/IOdrlRule.md +1 -1
- package/docs/reference/type-aliases/ActionType.md +1 -1
- package/docs/reference/type-aliases/ConflictStrategyType.md +1 -1
- package/docs/reference/type-aliases/DataType.md +1 -1
- package/docs/reference/type-aliases/LeftOperandType.md +1 -1
- package/docs/reference/type-aliases/LogicalConstraintType.md +1 -1
- package/docs/reference/type-aliases/OdrlContexts.md +1 -1
- package/docs/reference/type-aliases/OdrlTypes.md +1 -1
- package/docs/reference/type-aliases/OperatorType.md +1 -1
- package/docs/reference/type-aliases/PolicyType.md +1 -1
- package/docs/reference/type-aliases/RightOperandType.md +1 -1
- package/docs/reference/type-aliases/RuleType.md +1 -1
- package/docs/reference/type-aliases/StatusType.md +1 -1
- package/docs/reference/type-aliases/UriActionType.md +1 -1
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @twin.org/standards-w3c-odrl - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.36](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.1-next.35...standards-w3c-odrl-v0.0.1-next.36) (2025-04-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **standards-w3c-odrl:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/standards-w3c-vcard bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
16
|
+
* @twin.org/standards-dublin-core bumped from 0.0.1-next.35 to 0.0.1-next.36
|
|
17
|
+
|
|
18
|
+
## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.1-next.34...standards-w3c-odrl-v0.0.1-next.35) (2025-04-17)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Dependencies
|
|
27
|
+
|
|
28
|
+
* The following workspace dependencies were updated
|
|
29
|
+
* dependencies
|
|
30
|
+
* @twin.org/standards-w3c-vcard bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
31
|
+
* @twin.org/standards-dublin-core bumped from 0.0.1-next.34 to 0.0.1-next.35
|
|
32
|
+
|
|
3
33
|
## [0.0.1-next.34](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.1-next.33...standards-w3c-odrl-v0.0.1-next.34) (2025-03-28)
|
|
4
34
|
|
|
5
35
|
|
|
@@ -8,7 +8,7 @@ Interface for ODRL Actions.
|
|
|
8
8
|
|
|
9
9
|
## Indexable
|
|
10
10
|
|
|
11
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
11
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
12
12
|
|
|
13
13
|
## Properties
|
|
14
14
|
|
|
@@ -12,7 +12,7 @@ Interface for ODRL Assets.
|
|
|
12
12
|
|
|
13
13
|
## Indexable
|
|
14
14
|
|
|
15
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
15
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
16
16
|
|
|
17
17
|
## Properties
|
|
18
18
|
|
|
@@ -10,7 +10,7 @@ where all members of the set will be the subject of the Rule.
|
|
|
10
10
|
|
|
11
11
|
## Indexable
|
|
12
12
|
|
|
13
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
13
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
@@ -36,13 +36,13 @@ Can be used to specify additional type information.
|
|
|
36
36
|
|
|
37
37
|
#### Inherited from
|
|
38
38
|
|
|
39
|
-
[`IOdrlAsset`](IOdrlAsset.md).[`@type`](IOdrlAsset.md
|
|
39
|
+
[`IOdrlAsset`](IOdrlAsset.md).[`@type`](IOdrlAsset.md#type)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
43
43
|
### partOf?
|
|
44
44
|
|
|
45
|
-
> `optional` **partOf**: `string` \|
|
|
45
|
+
> `optional` **partOf**: `string` \| `IOdrlAssetCollection`
|
|
46
46
|
|
|
47
47
|
Reference to the asset collection this asset is part of.
|
|
48
48
|
Used to identify an AssetCollection that this Asset is a member of.
|
|
@@ -8,7 +8,7 @@ Interface for ODRL Constraints.
|
|
|
8
8
|
|
|
9
9
|
## Indexable
|
|
10
10
|
|
|
11
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
11
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
12
12
|
|
|
13
13
|
## Properties
|
|
14
14
|
|
|
@@ -10,7 +10,7 @@ A Duty is fulfilled if all constraints are satisfied and if its action has been
|
|
|
10
10
|
|
|
11
11
|
## Indexable
|
|
12
12
|
|
|
13
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
13
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
@@ -34,7 +34,7 @@ Used when the duty involves tracking
|
|
|
34
34
|
|
|
35
35
|
### consequence?
|
|
36
36
|
|
|
37
|
-
> `optional` **consequence**:
|
|
37
|
+
> `optional` **consequence**: `IOdrlDuty`[]
|
|
38
38
|
|
|
39
39
|
The consequences if the duty is not fulfilled.
|
|
40
40
|
Only applicable when the Duty is referenced by a Rule with duty or obligation
|
|
@@ -44,7 +44,7 @@ properties.
|
|
|
44
44
|
|
|
45
45
|
### remedy?
|
|
46
46
|
|
|
47
|
-
> `optional` **remedy**:
|
|
47
|
+
> `optional` **remedy**: `IOdrlDuty`[]
|
|
48
48
|
|
|
49
49
|
The remedies that may be fulfilled to cure the violation.
|
|
50
50
|
|
|
@@ -10,7 +10,7 @@ If the comparison returns a logical match, then the Logical Constraint is satisf
|
|
|
10
10
|
|
|
11
11
|
## Indexable
|
|
12
12
|
|
|
13
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
13
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
@@ -12,7 +12,7 @@ Interface for ODRL Parties.
|
|
|
12
12
|
|
|
13
13
|
## Indexable
|
|
14
14
|
|
|
15
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
15
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
16
16
|
|
|
17
17
|
## Properties
|
|
18
18
|
|
|
@@ -9,7 +9,7 @@ A PartyCollection identifies a collection of entities and is a subclass of Party
|
|
|
9
9
|
|
|
10
10
|
## Indexable
|
|
11
11
|
|
|
12
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
12
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
13
13
|
|
|
14
14
|
## Properties
|
|
15
15
|
|
|
@@ -36,13 +36,13 @@ Can be used to specify additional type information (e.g., "Party",
|
|
|
36
36
|
|
|
37
37
|
#### Inherited from
|
|
38
38
|
|
|
39
|
-
[`IOdrlParty`](IOdrlParty.md).[`@type`](IOdrlParty.md
|
|
39
|
+
[`IOdrlParty`](IOdrlParty.md).[`@type`](IOdrlParty.md#type)
|
|
40
40
|
|
|
41
41
|
***
|
|
42
42
|
|
|
43
43
|
### partOf?
|
|
44
44
|
|
|
45
|
-
> `optional` **partOf**: `string` \|
|
|
45
|
+
> `optional` **partOf**: `string` \| `IOdrlPartyCollection`
|
|
46
46
|
|
|
47
47
|
Reference to the party collection this party is part of.
|
|
48
48
|
Used to identify a PartyCollection that a Party entity is a member of.
|
|
@@ -10,7 +10,7 @@ if all constraints are satisfied and if all duties are fulfilled.
|
|
|
10
10
|
|
|
11
11
|
## Indexable
|
|
12
12
|
|
|
13
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
13
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
@@ -8,7 +8,7 @@ Interface representing an ODRL Policy.
|
|
|
8
8
|
|
|
9
9
|
## Indexable
|
|
10
10
|
|
|
11
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
11
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
12
12
|
|
|
13
13
|
## Properties
|
|
14
14
|
|
|
@@ -8,7 +8,7 @@ Interface for Prohibition Rules.
|
|
|
8
8
|
|
|
9
9
|
## Indexable
|
|
10
10
|
|
|
11
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
11
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
12
12
|
|
|
13
13
|
## Properties
|
|
14
14
|
|
|
@@ -14,7 +14,7 @@ Base interface for ODRL Rules.
|
|
|
14
14
|
|
|
15
15
|
## Indexable
|
|
16
16
|
|
|
17
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
17
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
18
18
|
|
|
19
19
|
## Properties
|
|
20
20
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: ActionType
|
|
2
2
|
|
|
3
|
-
> **ActionType
|
|
3
|
+
> **ActionType** = *typeof* [`ActionTypes`](../variables/ActionTypes.md)\[keyof *typeof* [`ActionTypes`](../variables/ActionTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Actions.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: ConflictStrategyType
|
|
2
2
|
|
|
3
|
-
> **ConflictStrategyType
|
|
3
|
+
> **ConflictStrategyType** = *typeof* [`ConflictStrategyTypes`](../variables/ConflictStrategyTypes.md)\[keyof *typeof* [`ConflictStrategyTypes`](../variables/ConflictStrategyTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Conflict Resolution Strategies.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: DataType
|
|
2
2
|
|
|
3
|
-
> **DataType
|
|
3
|
+
> **DataType** = *typeof* [`DataType`](../variables/DataType.md)\[keyof *typeof* [`DataType`](../variables/DataType.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Data Types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: LeftOperandType
|
|
2
2
|
|
|
3
|
-
> **LeftOperandType
|
|
3
|
+
> **LeftOperandType** = *typeof* [`LeftOperandType`](../variables/LeftOperandType.md)\[keyof *typeof* [`LeftOperandType`](../variables/LeftOperandType.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Data Types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: LogicalConstraintType
|
|
2
2
|
|
|
3
|
-
> **LogicalConstraintType
|
|
3
|
+
> **LogicalConstraintType** = *typeof* [`LogicalConstraintType`](../variables/LogicalConstraintType.md)\[keyof *typeof* [`LogicalConstraintType`](../variables/LogicalConstraintType.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Logical Constraints.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: OdrlContexts
|
|
2
2
|
|
|
3
|
-
> **OdrlContexts
|
|
3
|
+
> **OdrlContexts** = *typeof* [`OdrlContexts`](../variables/OdrlContexts.md)\[keyof *typeof* [`OdrlContexts`](../variables/OdrlContexts.md)\]
|
|
4
4
|
|
|
5
5
|
The contexts for ODRL.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: OdrlTypes
|
|
2
2
|
|
|
3
|
-
> **OdrlTypes
|
|
3
|
+
> **OdrlTypes** = *typeof* [`OdrlTypes`](../variables/OdrlTypes.md)\[keyof *typeof* [`OdrlTypes`](../variables/OdrlTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: OperatorType
|
|
2
2
|
|
|
3
|
-
> **OperatorType
|
|
3
|
+
> **OperatorType** = *typeof* [`OperatorType`](../variables/OperatorType.md)\[keyof *typeof* [`OperatorType`](../variables/OperatorType.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Operators.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: PolicyType
|
|
2
2
|
|
|
3
|
-
> **PolicyType
|
|
3
|
+
> **PolicyType** = *typeof* [`PolicyType`](../variables/PolicyType.md)\[keyof *typeof* [`PolicyType`](../variables/PolicyType.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Policies.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: RightOperandType
|
|
2
2
|
|
|
3
|
-
> **RightOperandType
|
|
3
|
+
> **RightOperandType** = *typeof* [`RightOperandTypes`](../variables/RightOperandTypes.md)\[keyof *typeof* [`RightOperandTypes`](../variables/RightOperandTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Right Operand Types.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: RuleType
|
|
2
2
|
|
|
3
|
-
> **RuleType
|
|
3
|
+
> **RuleType** = *typeof* [`RuleType`](../variables/RuleType.md)\[keyof *typeof* [`RuleType`](../variables/RuleType.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Rules.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: StatusType
|
|
2
2
|
|
|
3
|
-
> **StatusType
|
|
3
|
+
> **StatusType** = *typeof* [`StatusType`](../variables/StatusType.md)\[keyof *typeof* [`StatusType`](../variables/StatusType.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Status.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Type Alias: UriActionType
|
|
2
2
|
|
|
3
|
-
> **UriActionType
|
|
3
|
+
> **UriActionType** = *typeof* [`UriActionTypes`](../variables/UriActionTypes.md)\[keyof *typeof* [`UriActionTypes`](../variables/UriActionTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types for ODRL Actions.
|
|
6
6
|
Simple action types (for direct string usage)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-w3c-odrl",
|
|
3
|
-
"version": "0.0.1-next.
|
|
3
|
+
"version": "0.0.1-next.36",
|
|
4
4
|
"description": "Models which define the structure of W3C ODRL Standard",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@twin.org/data-json-ld": "next",
|
|
18
|
-
"@twin.org/standards-dublin-core": "0.0.1-next.
|
|
19
|
-
"@twin.org/standards-w3c-vcard": "0.0.1-next.
|
|
18
|
+
"@twin.org/standards-dublin-core": "0.0.1-next.36",
|
|
19
|
+
"@twin.org/standards-w3c-vcard": "0.0.1-next.36",
|
|
20
20
|
"@twin.org/web": "next"
|
|
21
21
|
},
|
|
22
22
|
"main": "./dist/cjs/index.cjs",
|