@twin.org/node-core 0.0.3-next.49 → 0.0.3-next.50

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.
@@ -578,18 +578,6 @@ The default blob storage connector to use, defaults to the first one in the list
578
578
 
579
579
  ***
580
580
 
581
- ### blobStorageConnectorPublic? {#blobstorageconnectorpublic}
582
-
583
- > `optional` **blobStorageConnectorPublic?**: `string`
584
-
585
- Blog storage connector which has public access.
586
-
587
- #### Inherited from
588
-
589
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`blobStorageConnectorPublic`](IEngineEnvironmentVariables.md#blobstorageconnectorpublic)
590
-
591
- ***
592
-
593
581
  ### blobStorageEnableEncryption? {#blobstorageenableencryption}
594
582
 
595
583
  > `optional` **blobStorageEnableEncryption?**: `string`
@@ -1190,30 +1178,6 @@ The type of identity resolver connector: entity-storage, iota.
1190
1178
 
1191
1179
  ***
1192
1180
 
1193
- ### verifiableStorageConnector? {#verifiablestorageconnector}
1194
-
1195
- > `optional` **verifiableStorageConnector?**: `string`
1196
-
1197
- The type of verifiable storage connector: entity-storage, iota.
1198
-
1199
- #### Inherited from
1200
-
1201
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`verifiableStorageConnector`](IEngineEnvironmentVariables.md#verifiablestorageconnector)
1202
-
1203
- ***
1204
-
1205
- ### verifiableStoragePackageId? {#verifiablestoragepackageid}
1206
-
1207
- > `optional` **verifiableStoragePackageId?**: `string`
1208
-
1209
- The verifiable storage deployed package id, for custom deployments.
1210
-
1211
- #### Inherited from
1212
-
1213
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`verifiableStoragePackageId`](IEngineEnvironmentVariables.md#verifiablestoragepackageid)
1214
-
1215
- ***
1216
-
1217
1181
  ### iotaFaucetEndpoint? {#iotafaucetendpoint}
1218
1182
 
1219
1183
  > `optional` **iotaFaucetEndpoint?**: `string`
@@ -1442,151 +1406,39 @@ Is the document management enabled, defaults to false.
1442
1406
 
1443
1407
  ***
1444
1408
 
1445
- ### synchronisedStorageEnabled? {#synchronisedstorageenabled}
1446
-
1447
- > `optional` **synchronisedStorageEnabled?**: `string`
1448
-
1449
- Is the synchronised storage enabled, defaults to false.
1450
-
1451
- #### Inherited from
1452
-
1453
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageEnabled`](IEngineEnvironmentVariables.md#synchronisedstorageenabled)
1454
-
1455
- ***
1456
-
1457
- ### synchronisedStorageTrustedUrl? {#synchronisedstoragetrustedurl}
1409
+ ### federatedCatalogueEnabled? {#federatedcatalogueenabled}
1458
1410
 
1459
- > `optional` **synchronisedStorageTrustedUrl?**: `string`
1411
+ > `optional` **federatedCatalogueEnabled?**: `string`
1460
1412
 
1461
- Url which points to the api for a trusted synchronised storage node, not required if this is a trusted node.
1413
+ Enable the federated catalogue, defaults to false, automatically enabled if remote endpoint, filters or dataspace is enabled.
1462
1414
 
1463
1415
  #### Inherited from
1464
1416
 
1465
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageTrustedUrl`](IEngineEnvironmentVariables.md#synchronisedstoragetrustedurl)
1417
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`federatedCatalogueEnabled`](IEngineEnvironmentVariables.md#federatedcatalogueenabled)
1466
1418
 
1467
1419
  ***
1468
1420
 
1469
- ### synchronisedStorageVerifiableStorageKeyId? {#synchronisedstorageverifiablestoragekeyid}
1470
-
1471
- > `optional` **synchronisedStorageVerifiableStorageKeyId?**: `string`
1472
-
1473
- The key for the smart contract which contains the verifiable storage pointer store for synchronised storage.
1474
- This only required if using a custom verifiable storage item, otherwise it will default to the network name.
1475
-
1476
- #### Inherited from
1477
-
1478
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageVerifiableStorageKeyId`](IEngineEnvironmentVariables.md#synchronisedstorageverifiablestoragekeyid)
1479
-
1480
- ***
1481
-
1482
- ### synchronisedStorageBlobStorageEncryptionKeyId? {#synchronisedstorageblobstorageencryptionkeyid}
1483
-
1484
- > `optional` **synchronisedStorageBlobStorageEncryptionKeyId?**: `string`
1485
-
1486
- The key from the vault which is used to encrypt the synchronised storage blobs.
1487
- Only required for trusted nodes, as regular nodes will request from the trusted nodes.
1488
- Defaults to synchronised-storage-blob-encryption
1489
-
1490
- #### Inherited from
1491
-
1492
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageBlobStorageEncryptionKeyId`](IEngineEnvironmentVariables.md#synchronisedstorageblobstorageencryptionkeyid)
1493
-
1494
- ***
1495
-
1496
- ### synchronisedStorageBlobStorageKey? {#synchronisedstorageblobstoragekey}
1497
-
1498
- > `optional` **synchronisedStorageBlobStorageKey?**: `string`
1499
-
1500
- The key used for blob encryption, should be ChaCha20Poly1305 encoded as base64.
1501
- Only required for trusted nodes, as regular nodes will not write encrypted data.
1502
-
1503
- #### Inherited from
1504
-
1505
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageBlobStorageKey`](IEngineEnvironmentVariables.md#synchronisedstorageblobstoragekey)
1506
-
1507
- ***
1508
-
1509
- ### synchronisedStorageEntityUpdateIntervalMinutes? {#synchronisedstorageentityupdateintervalminutes}
1510
-
1511
- > `optional` **synchronisedStorageEntityUpdateIntervalMinutes?**: `string`
1512
-
1513
- How often to check for entity updates in minutes.
1514
-
1515
- #### Default
1516
-
1517
- ```ts
1518
- 5
1519
- ```
1520
-
1521
- #### Inherited from
1522
-
1523
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageEntityUpdateIntervalMinutes`](IEngineEnvironmentVariables.md#synchronisedstorageentityupdateintervalminutes)
1524
-
1525
- ***
1526
-
1527
- ### synchronisedStorageConsolidationIntervalMinutes? {#synchronisedstorageconsolidationintervalminutes}
1528
-
1529
- > `optional` **synchronisedStorageConsolidationIntervalMinutes?**: `string`
1530
-
1531
- Interval to perform consolidation of changesets, only used if this is a trusted node.
1532
-
1533
- #### Default
1534
-
1535
- ```ts
1536
- 60
1537
- ```
1538
-
1539
- #### Inherited from
1540
-
1541
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageConsolidationIntervalMinutes`](IEngineEnvironmentVariables.md#synchronisedstorageconsolidationintervalminutes)
1542
-
1543
- ***
1544
-
1545
- ### synchronisedStorageConsolidationBatchSize? {#synchronisedstorageconsolidationbatchsize}
1546
-
1547
- > `optional` **synchronisedStorageConsolidationBatchSize?**: `string`
1548
-
1549
- The number of entities to process in a single consolidation batch, only used if this is a trusted node.
1550
-
1551
- #### Default
1552
-
1553
- ```ts
1554
- 1000
1555
- ```
1556
-
1557
- #### Inherited from
1558
-
1559
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageConsolidationBatchSize`](IEngineEnvironmentVariables.md#synchronisedstorageconsolidationbatchsize)
1560
-
1561
- ***
1562
-
1563
- ### synchronisedStorageMaxConsolidations? {#synchronisedstoragemaxconsolidations}
1564
-
1565
- > `optional` **synchronisedStorageMaxConsolidations?**: `string`
1566
-
1567
- The maximum number of consolidations to keep in storage, only used if this is a trusted node.
1421
+ ### federatedCatalogueFilters? {#federatedcataloguefilters}
1568
1422
 
1569
- #### Default
1423
+ > `optional` **federatedCatalogueFilters?**: `string`
1570
1424
 
1571
- ```ts
1572
- 5
1573
- ```
1425
+ Federated catalog filters, command separated list of filters to add.
1574
1426
 
1575
1427
  #### Inherited from
1576
1428
 
1577
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`synchronisedStorageMaxConsolidations`](IEngineEnvironmentVariables.md#synchronisedstoragemaxconsolidations)
1429
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`federatedCatalogueFilters`](IEngineEnvironmentVariables.md#federatedcataloguefilters)
1578
1430
 
1579
1431
  ***
1580
1432
 
1581
- ### federatedCatalogueFilters? {#federatedcataloguefilters}
1433
+ ### federatedCatalogueRemoteEndpoint? {#federatedcatalogueremoteendpoint}
1582
1434
 
1583
- > `optional` **federatedCatalogueFilters?**: `string`
1435
+ > `optional` **federatedCatalogueRemoteEndpoint?**: `string`
1584
1436
 
1585
- Federated catalog filters, command separated list of filters to add.
1437
+ Federated catalog remote endpoint, if set will use a REST client instead of local service.
1586
1438
 
1587
1439
  #### Inherited from
1588
1440
 
1589
- [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`federatedCatalogueFilters`](IEngineEnvironmentVariables.md#federatedcataloguefilters)
1441
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`federatedCatalogueRemoteEndpoint`](IEngineEnvironmentVariables.md#federatedcatalogueremoteendpoint)
1590
1442
 
1591
1443
  ***
1592
1444
 
@@ -1640,6 +1492,30 @@ Defaults to undefined for never expiring.
1640
1492
 
1641
1493
  ***
1642
1494
 
1495
+ ### trustIdentitiesAllow? {#trustidentitiesallow}
1496
+
1497
+ > `optional` **trustIdentitiesAllow?**: `string`
1498
+
1499
+ The allow lists for the trust identity verifier, comma separated list of identities.
1500
+
1501
+ #### Inherited from
1502
+
1503
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`trustIdentitiesAllow`](IEngineEnvironmentVariables.md#trustidentitiesallow)
1504
+
1505
+ ***
1506
+
1507
+ ### trustIdentitiesDeny? {#trustidentitiesdeny}
1508
+
1509
+ > `optional` **trustIdentitiesDeny?**: `string`
1510
+
1511
+ The deny lists for the trust identity verifier, comma separated list of identities.
1512
+
1513
+ #### Inherited from
1514
+
1515
+ [`IEngineEnvironmentVariables`](IEngineEnvironmentVariables.md).[`trustIdentitiesDeny`](IEngineEnvironmentVariables.md#trustidentitiesdeny)
1516
+
1517
+ ***
1518
+
1643
1519
  ### rightsManagementCallbackPath? {#rightsmanagementcallbackpath}
1644
1520
 
1645
1521
  > `optional` **rightsManagementCallbackPath?**: `string`
@@ -574,18 +574,6 @@ The default blob storage connector to use, defaults to the first one in the list
574
574
 
575
575
  ***
576
576
 
577
- ### blobStorageConnectorPublic? {#blobstorageconnectorpublic}
578
-
579
- > `optional` **blobStorageConnectorPublic?**: `string`
580
-
581
- Blog storage connector which has public access.
582
-
583
- #### Inherited from
584
-
585
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`blobStorageConnectorPublic`](IEngineServerEnvironmentVariables.md#blobstorageconnectorpublic)
586
-
587
- ***
588
-
589
577
  ### blobStorageEnableEncryption? {#blobstorageenableencryption}
590
578
 
591
579
  > `optional` **blobStorageEnableEncryption?**: `string`
@@ -1186,30 +1174,6 @@ The type of identity resolver connector: entity-storage, iota.
1186
1174
 
1187
1175
  ***
1188
1176
 
1189
- ### verifiableStorageConnector? {#verifiablestorageconnector}
1190
-
1191
- > `optional` **verifiableStorageConnector?**: `string`
1192
-
1193
- The type of verifiable storage connector: entity-storage, iota.
1194
-
1195
- #### Inherited from
1196
-
1197
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`verifiableStorageConnector`](IEngineServerEnvironmentVariables.md#verifiablestorageconnector)
1198
-
1199
- ***
1200
-
1201
- ### verifiableStoragePackageId? {#verifiablestoragepackageid}
1202
-
1203
- > `optional` **verifiableStoragePackageId?**: `string`
1204
-
1205
- The verifiable storage deployed package id, for custom deployments.
1206
-
1207
- #### Inherited from
1208
-
1209
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`verifiableStoragePackageId`](IEngineServerEnvironmentVariables.md#verifiablestoragepackageid)
1210
-
1211
- ***
1212
-
1213
1177
  ### iotaFaucetEndpoint? {#iotafaucetendpoint}
1214
1178
 
1215
1179
  > `optional` **iotaFaucetEndpoint?**: `string`
@@ -1438,151 +1402,39 @@ Is the document management enabled, defaults to false.
1438
1402
 
1439
1403
  ***
1440
1404
 
1441
- ### synchronisedStorageEnabled? {#synchronisedstorageenabled}
1442
-
1443
- > `optional` **synchronisedStorageEnabled?**: `string`
1444
-
1445
- Is the synchronised storage enabled, defaults to false.
1446
-
1447
- #### Inherited from
1448
-
1449
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageEnabled`](IEngineServerEnvironmentVariables.md#synchronisedstorageenabled)
1450
-
1451
- ***
1452
-
1453
- ### synchronisedStorageTrustedUrl? {#synchronisedstoragetrustedurl}
1405
+ ### federatedCatalogueEnabled? {#federatedcatalogueenabled}
1454
1406
 
1455
- > `optional` **synchronisedStorageTrustedUrl?**: `string`
1407
+ > `optional` **federatedCatalogueEnabled?**: `string`
1456
1408
 
1457
- Url which points to the api for a trusted synchronised storage node, not required if this is a trusted node.
1409
+ Enable the federated catalogue, defaults to false, automatically enabled if remote endpoint, filters or dataspace is enabled.
1458
1410
 
1459
1411
  #### Inherited from
1460
1412
 
1461
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageTrustedUrl`](IEngineServerEnvironmentVariables.md#synchronisedstoragetrustedurl)
1413
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`federatedCatalogueEnabled`](IEngineServerEnvironmentVariables.md#federatedcatalogueenabled)
1462
1414
 
1463
1415
  ***
1464
1416
 
1465
- ### synchronisedStorageVerifiableStorageKeyId? {#synchronisedstorageverifiablestoragekeyid}
1466
-
1467
- > `optional` **synchronisedStorageVerifiableStorageKeyId?**: `string`
1468
-
1469
- The key for the smart contract which contains the verifiable storage pointer store for synchronised storage.
1470
- This only required if using a custom verifiable storage item, otherwise it will default to the network name.
1471
-
1472
- #### Inherited from
1473
-
1474
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageVerifiableStorageKeyId`](IEngineServerEnvironmentVariables.md#synchronisedstorageverifiablestoragekeyid)
1475
-
1476
- ***
1477
-
1478
- ### synchronisedStorageBlobStorageEncryptionKeyId? {#synchronisedstorageblobstorageencryptionkeyid}
1479
-
1480
- > `optional` **synchronisedStorageBlobStorageEncryptionKeyId?**: `string`
1481
-
1482
- The key from the vault which is used to encrypt the synchronised storage blobs.
1483
- Only required for trusted nodes, as regular nodes will request from the trusted nodes.
1484
- Defaults to synchronised-storage-blob-encryption
1485
-
1486
- #### Inherited from
1487
-
1488
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageBlobStorageEncryptionKeyId`](IEngineServerEnvironmentVariables.md#synchronisedstorageblobstorageencryptionkeyid)
1489
-
1490
- ***
1491
-
1492
- ### synchronisedStorageBlobStorageKey? {#synchronisedstorageblobstoragekey}
1493
-
1494
- > `optional` **synchronisedStorageBlobStorageKey?**: `string`
1495
-
1496
- The key used for blob encryption, should be ChaCha20Poly1305 encoded as base64.
1497
- Only required for trusted nodes, as regular nodes will not write encrypted data.
1498
-
1499
- #### Inherited from
1500
-
1501
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageBlobStorageKey`](IEngineServerEnvironmentVariables.md#synchronisedstorageblobstoragekey)
1502
-
1503
- ***
1504
-
1505
- ### synchronisedStorageEntityUpdateIntervalMinutes? {#synchronisedstorageentityupdateintervalminutes}
1506
-
1507
- > `optional` **synchronisedStorageEntityUpdateIntervalMinutes?**: `string`
1508
-
1509
- How often to check for entity updates in minutes.
1510
-
1511
- #### Default
1512
-
1513
- ```ts
1514
- 5
1515
- ```
1516
-
1517
- #### Inherited from
1518
-
1519
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageEntityUpdateIntervalMinutes`](IEngineServerEnvironmentVariables.md#synchronisedstorageentityupdateintervalminutes)
1520
-
1521
- ***
1522
-
1523
- ### synchronisedStorageConsolidationIntervalMinutes? {#synchronisedstorageconsolidationintervalminutes}
1524
-
1525
- > `optional` **synchronisedStorageConsolidationIntervalMinutes?**: `string`
1526
-
1527
- Interval to perform consolidation of changesets, only used if this is a trusted node.
1528
-
1529
- #### Default
1530
-
1531
- ```ts
1532
- 60
1533
- ```
1534
-
1535
- #### Inherited from
1536
-
1537
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageConsolidationIntervalMinutes`](IEngineServerEnvironmentVariables.md#synchronisedstorageconsolidationintervalminutes)
1538
-
1539
- ***
1540
-
1541
- ### synchronisedStorageConsolidationBatchSize? {#synchronisedstorageconsolidationbatchsize}
1542
-
1543
- > `optional` **synchronisedStorageConsolidationBatchSize?**: `string`
1544
-
1545
- The number of entities to process in a single consolidation batch, only used if this is a trusted node.
1546
-
1547
- #### Default
1548
-
1549
- ```ts
1550
- 1000
1551
- ```
1552
-
1553
- #### Inherited from
1554
-
1555
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageConsolidationBatchSize`](IEngineServerEnvironmentVariables.md#synchronisedstorageconsolidationbatchsize)
1556
-
1557
- ***
1558
-
1559
- ### synchronisedStorageMaxConsolidations? {#synchronisedstoragemaxconsolidations}
1560
-
1561
- > `optional` **synchronisedStorageMaxConsolidations?**: `string`
1562
-
1563
- The maximum number of consolidations to keep in storage, only used if this is a trusted node.
1417
+ ### federatedCatalogueFilters? {#federatedcataloguefilters}
1564
1418
 
1565
- #### Default
1419
+ > `optional` **federatedCatalogueFilters?**: `string`
1566
1420
 
1567
- ```ts
1568
- 5
1569
- ```
1421
+ Federated catalog filters, command separated list of filters to add.
1570
1422
 
1571
1423
  #### Inherited from
1572
1424
 
1573
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`synchronisedStorageMaxConsolidations`](IEngineServerEnvironmentVariables.md#synchronisedstoragemaxconsolidations)
1425
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`federatedCatalogueFilters`](IEngineServerEnvironmentVariables.md#federatedcataloguefilters)
1574
1426
 
1575
1427
  ***
1576
1428
 
1577
- ### federatedCatalogueFilters? {#federatedcataloguefilters}
1429
+ ### federatedCatalogueRemoteEndpoint? {#federatedcatalogueremoteendpoint}
1578
1430
 
1579
- > `optional` **federatedCatalogueFilters?**: `string`
1431
+ > `optional` **federatedCatalogueRemoteEndpoint?**: `string`
1580
1432
 
1581
- Federated catalog filters, command separated list of filters to add.
1433
+ Federated catalog remote endpoint, if set will use a REST client instead of local service.
1582
1434
 
1583
1435
  #### Inherited from
1584
1436
 
1585
- [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`federatedCatalogueFilters`](IEngineServerEnvironmentVariables.md#federatedcataloguefilters)
1437
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`federatedCatalogueRemoteEndpoint`](IEngineServerEnvironmentVariables.md#federatedcatalogueremoteendpoint)
1586
1438
 
1587
1439
  ***
1588
1440
 
@@ -1636,6 +1488,30 @@ Defaults to undefined for never expiring.
1636
1488
 
1637
1489
  ***
1638
1490
 
1491
+ ### trustIdentitiesAllow? {#trustidentitiesallow}
1492
+
1493
+ > `optional` **trustIdentitiesAllow?**: `string`
1494
+
1495
+ The allow lists for the trust identity verifier, comma separated list of identities.
1496
+
1497
+ #### Inherited from
1498
+
1499
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`trustIdentitiesAllow`](IEngineServerEnvironmentVariables.md#trustidentitiesallow)
1500
+
1501
+ ***
1502
+
1503
+ ### trustIdentitiesDeny? {#trustidentitiesdeny}
1504
+
1505
+ > `optional` **trustIdentitiesDeny?**: `string`
1506
+
1507
+ The deny lists for the trust identity verifier, comma separated list of identities.
1508
+
1509
+ #### Inherited from
1510
+
1511
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`trustIdentitiesDeny`](IEngineServerEnvironmentVariables.md#trustidentitiesdeny)
1512
+
1513
+ ***
1514
+
1639
1515
  ### rightsManagementCallbackPath? {#rightsmanagementcallbackpath}
1640
1516
 
1641
1517
  > `optional` **rightsManagementCallbackPath?**: `string`
package/locales/en.json CHANGED
@@ -100,7 +100,6 @@
100
100
  "nodeIdentityCreate": "Creating node identity",
101
101
  "nodeAuthKeyCreate": "Creating node auth key",
102
102
  "trustVerificationMethodCreate": "Creating trust verification method for node identity",
103
- "synchronisedStorageKeyAdd": "Adding synchronised storage key for node identity",
104
103
  "nodeIdentitySet": "Setting node identity",
105
104
  "nodeTenantCreate": "Creating node tenant",
106
105
  "organisationCreate": "Creating organisation identity",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node-core",
3
- "version": "0.0.3-next.49",
3
+ "version": "0.0.3-next.50",
4
4
  "description": "TWIN Node Core for serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +0,0 @@
1
- # Variable: SYNCHRONISED\_STORAGE\_BLOB\_STORAGE\_ENCRYPTION\_KEY\_ID
2
-
3
- > `const` **SYNCHRONISED\_STORAGE\_BLOB\_STORAGE\_ENCRYPTION\_KEY\_ID**: `"synchronised-storage-blob-encryption"` = `"synchronised-storage-blob-encryption"`