@twin.org/engine-types 0.0.2-next.7 → 0.0.2-next.8
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/cjs/index.cjs +291 -2
- package/dist/esm/index.mjs +282 -3
- package/dist/types/components/rightsManagementPdp.d.ts +13 -0
- package/dist/types/components/rightsManagementPep.d.ts +13 -0
- package/dist/types/components/rightsManagementPip.d.ts +13 -0
- package/dist/types/components/rightsManagementPmp.d.ts +13 -0
- package/dist/types/components/rightsManagementPxp.d.ts +13 -0
- package/dist/types/index.d.ts +15 -0
- package/dist/types/models/IEngineConfig.d.ts +25 -0
- package/dist/types/models/config/rightsManagementPdpComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPepComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPipComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPmpComponentConfig.d.ts +9 -0
- package/dist/types/models/config/rightsManagementPxpComponentConfig.d.ts +9 -0
- package/dist/types/models/types/rightsManagementPdpComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPepComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPipComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPmpComponentType.d.ts +13 -0
- package/dist/types/models/types/rightsManagementPxpComponentType.d.ts +13 -0
- package/docs/changelog.md +14 -0
- package/docs/reference/functions/initialiseRightsManagementPdpComponent.md +41 -0
- package/docs/reference/functions/initialiseRightsManagementPepComponent.md +41 -0
- package/docs/reference/functions/initialiseRightsManagementPipComponent.md +41 -0
- package/docs/reference/functions/initialiseRightsManagementPmpComponent.md +41 -0
- package/docs/reference/functions/initialiseRightsManagementPxpComponent.md +41 -0
- package/docs/reference/index.md +20 -0
- package/docs/reference/interfaces/IEngineConfig.md +30 -0
- package/docs/reference/type-aliases/RightsManagementPdpComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPdpComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPepComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPepComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPipComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPipComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPmpComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPmpComponentType.md +5 -0
- package/docs/reference/type-aliases/RightsManagementPxpComponentConfig.md +17 -0
- package/docs/reference/type-aliases/RightsManagementPxpComponentType.md +5 -0
- package/docs/reference/variables/RightsManagementPdpComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPepComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPipComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPmpComponentType.md +13 -0
- package/docs/reference/variables/RightsManagementPxpComponentType.md +13 -0
- package/package.json +7 -2
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPmpComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPmpComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management PMP component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Service`](../variables/RightsManagementPmpComponentType.md#service)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IPolicyManagementPointServiceOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPmpComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPmpComponentType** = *typeof* [`RightsManagementPmpComponentType`](../variables/RightsManagementPmpComponentType.md)\[keyof *typeof* [`RightsManagementPmpComponentType`](../variables/RightsManagementPmpComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management PMP component types.
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPxpComponentConfig
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPxpComponentConfig** = `object`
|
|
4
|
+
|
|
5
|
+
Rights management PXP component config types.
|
|
6
|
+
|
|
7
|
+
## Properties
|
|
8
|
+
|
|
9
|
+
### type
|
|
10
|
+
|
|
11
|
+
> **type**: *typeof* [`Service`](../variables/RightsManagementPxpComponentType.md#service)
|
|
12
|
+
|
|
13
|
+
***
|
|
14
|
+
|
|
15
|
+
### options?
|
|
16
|
+
|
|
17
|
+
> `optional` **options**: `IPolicyExecutionPointServiceOptions`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Type Alias: RightsManagementPxpComponentType
|
|
2
|
+
|
|
3
|
+
> **RightsManagementPxpComponentType** = *typeof* [`RightsManagementPxpComponentType`](../variables/RightsManagementPxpComponentType.md)\[keyof *typeof* [`RightsManagementPxpComponentType`](../variables/RightsManagementPxpComponentType.md)\]
|
|
4
|
+
|
|
5
|
+
Rights management PXP component types.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Variable: RightsManagementPdpComponentType
|
|
2
|
+
|
|
3
|
+
> `const` **RightsManagementPdpComponentType**: `object`
|
|
4
|
+
|
|
5
|
+
Rights management PDP component types.
|
|
6
|
+
|
|
7
|
+
## Type declaration
|
|
8
|
+
|
|
9
|
+
### Service
|
|
10
|
+
|
|
11
|
+
> `readonly` **Service**: `"service"` = `"service"`
|
|
12
|
+
|
|
13
|
+
Service.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Variable: RightsManagementPepComponentType
|
|
2
|
+
|
|
3
|
+
> `const` **RightsManagementPepComponentType**: `object`
|
|
4
|
+
|
|
5
|
+
Rights management PEP component types.
|
|
6
|
+
|
|
7
|
+
## Type declaration
|
|
8
|
+
|
|
9
|
+
### Service
|
|
10
|
+
|
|
11
|
+
> `readonly` **Service**: `"service"` = `"service"`
|
|
12
|
+
|
|
13
|
+
Service.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Variable: RightsManagementPipComponentType
|
|
2
|
+
|
|
3
|
+
> `const` **RightsManagementPipComponentType**: `object`
|
|
4
|
+
|
|
5
|
+
Rights management PIP component types.
|
|
6
|
+
|
|
7
|
+
## Type declaration
|
|
8
|
+
|
|
9
|
+
### Service
|
|
10
|
+
|
|
11
|
+
> `readonly` **Service**: `"service"` = `"service"`
|
|
12
|
+
|
|
13
|
+
Service.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Variable: RightsManagementPmpComponentType
|
|
2
|
+
|
|
3
|
+
> `const` **RightsManagementPmpComponentType**: `object`
|
|
4
|
+
|
|
5
|
+
Rights management PMP component types.
|
|
6
|
+
|
|
7
|
+
## Type declaration
|
|
8
|
+
|
|
9
|
+
### Service
|
|
10
|
+
|
|
11
|
+
> `readonly` **Service**: `"service"` = `"service"`
|
|
12
|
+
|
|
13
|
+
Service.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Variable: RightsManagementPxpComponentType
|
|
2
|
+
|
|
3
|
+
> `const` **RightsManagementPxpComponentType**: `object`
|
|
4
|
+
|
|
5
|
+
Rights management PXP component types.
|
|
6
|
+
|
|
7
|
+
## Type declaration
|
|
8
|
+
|
|
9
|
+
### Service
|
|
10
|
+
|
|
11
|
+
> `readonly` **Service**: `"service"` = `"service"`
|
|
12
|
+
|
|
13
|
+
Service.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/engine-types",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.8",
|
|
4
4
|
"description": "Types to use in an engine.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@twin.org/document-management-models": "next",
|
|
48
48
|
"@twin.org/document-management-rest-client": "next",
|
|
49
49
|
"@twin.org/document-management-service": "next",
|
|
50
|
-
"@twin.org/engine-models": "0.0.2-next.
|
|
50
|
+
"@twin.org/engine-models": "0.0.2-next.8",
|
|
51
51
|
"@twin.org/entity": "next",
|
|
52
52
|
"@twin.org/entity-storage-connector-cosmosdb": "next",
|
|
53
53
|
"@twin.org/entity-storage-connector-dynamodb": "next",
|
|
@@ -96,6 +96,11 @@
|
|
|
96
96
|
"@twin.org/nft-service": "next",
|
|
97
97
|
"@twin.org/rights-management-models": "next",
|
|
98
98
|
"@twin.org/rights-management-pap-service": "next",
|
|
99
|
+
"@twin.org/rights-management-pdp-service": "next",
|
|
100
|
+
"@twin.org/rights-management-pep-service": "next",
|
|
101
|
+
"@twin.org/rights-management-pip-service": "next",
|
|
102
|
+
"@twin.org/rights-management-pmp-service": "next",
|
|
103
|
+
"@twin.org/rights-management-pxp-service": "next",
|
|
99
104
|
"@twin.org/rights-management-rest-client": "next",
|
|
100
105
|
"@twin.org/rights-management-service": "next",
|
|
101
106
|
"@twin.org/synchronised-storage-models": "next",
|