@twin.org/node 0.0.3-next.34 → 0.0.3-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.
@@ -276,6 +276,9 @@
276
276
  "slip0010": {
277
277
  "invalidSeed": "The seed is invalid \"{seed}\""
278
278
  },
279
+ "pbkdf2": {
280
+ "keyLengthTooSmall": "The key length must be at least 1, it is \"{keyLength}\""
281
+ },
279
282
  "baseRestClient": {
280
283
  "missingRouteProp": "Missing route parameter in data \"{routeProp}\" for route \"{route}\"",
281
284
  "decodingFailed": "Decoding JSON failed for route \"{route}\"",
@@ -464,41 +467,52 @@
464
467
  },
465
468
  "s3BlobStorageConnector": {
466
469
  "bucketCreateFailed": "Creating bucket \"{bucket}\" failed",
470
+ "teardownFailed": "Failed to teardown S3 bucket \"{bucket}\"",
467
471
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
468
472
  "getBlobFailed": "Failed to get blob in S3",
469
473
  "setBlobFailed": "Failed to set blob in S3",
470
- "removeBlobFailed": "Failed to remove blob in S3"
474
+ "removeBlobFailed": "Failed to remove blob in S3",
475
+ "emptyFailed": "Failed to empty S3 bucket \"{bucketName}\""
471
476
  },
472
477
  "azureBlobStorageConnector": {
473
478
  "containerCreateFailed": "Creating container \"{container}\" failed",
479
+ "teardownFailed": "Failed to teardown Azure blob storage container \"{container}\"",
474
480
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
475
481
  "getBlobFailed": "Failed to get blob in Azure",
476
482
  "setBlobFailed": "Failed to set blob in Azure",
477
- "removeBlobFailed": "Failed to remove blob in Azure"
483
+ "removeBlobFailed": "Failed to remove blob in Azure",
484
+ "emptyFailed": "Failed to empty Azure blob storage container \"{containerName}\""
478
485
  },
479
486
  "fileBlobStorageConnector": {
480
487
  "directoryCreateFailed": "Creating directory \"{directory}\" failed",
481
488
  "getBlobFailed": "Unable to get blob \"{id}\"",
482
489
  "setBlobFailed": "Unable to set blob",
483
490
  "removeBlobFailed": "Unable to remove blob",
491
+ "emptyFailed": "Failed to empty file blob storage directory \"{directory}\"",
492
+ "teardownFailed": "Failed to teardown file blob storage directory \"{directory}\"",
484
493
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\""
485
494
  },
486
495
  "gcpBlobStorageConnector": {
487
496
  "bucketCreateFailed": "Creating bucket \"{bucket}\" failed",
497
+ "teardownFailed": "Failed to teardown GCP storage bucket \"{bucket}\"",
488
498
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
489
499
  "getBlobFailed": "Failed to get blob in GCP",
490
500
  "setBlobFailed": "Failed to set blob in GCP",
491
- "removeBlobFailed": "Failed to remove blob in GCP"
501
+ "removeBlobFailed": "Failed to remove blob in GCP",
502
+ "emptyFailed": "Failed to empty GCP storage bucket \"{bucketName}\""
492
503
  },
493
504
  "ipfsBlobStorageConnector": {
494
505
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
495
506
  "fetchFail": "Failure during IPFS request",
496
507
  "setBlobFailed": "Failed to store blob in IPFS",
497
508
  "getBlobFailed": "Failed to get blob from IPFS",
498
- "removeBlobFailed": "Failed to remove blob from IPFS"
509
+ "removeBlobFailed": "Failed to remove blob from IPFS",
510
+ "emptyFailed": "Failed to empty IPFS blob storage",
511
+ "teardownFailed": "Failed to teardown IPFS blob storage"
499
512
  },
500
513
  "memoryBlobStorageConnector": {
501
- "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\""
514
+ "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
515
+ "emptyFailed": "Failed to empty memory blob storage"
502
516
  },
503
517
  "blobStorageService": {
504
518
  "noConnectors": "There are no connectors registered with the blob storage factory",
@@ -506,6 +520,7 @@
506
520
  "getFailed": "There was a problem getting the blob",
507
521
  "updateFailed": "There was a problem updating the blob",
508
522
  "removeFailed": "There was a problem removing the blob",
523
+ "emptyFailed": "There was a problem emptying the blob storage",
509
524
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage service \"{namespace}\"",
510
525
  "vaultConnectorNotConfigured": "The vault connector is not configured, but encryption/decryption was requested.",
511
526
  "blobNotFound": "The blob with id \"{notFoundId}\" was not found",
@@ -535,8 +550,6 @@
535
550
  "dataspaceControlPlaneService": {
536
551
  "transferProcessNotFound": "Transfer Process not found",
537
552
  "pullTransfersNotSupported": "PULL transfers are not supported. Configure dataPlanePath in service configuration to enable PULL transfers.",
538
- "datasetRegistrationFailed": "Failed to register dataset {datasetId} from app {appName}",
539
- "appDatasetsRetrievalFailed": "Failed to retrieve datasets from app {appName}",
540
553
  "transferProcessTerminated": "Transfer Process \"{consumerPid}\" is terminated and cannot be used",
541
554
  "transferProcessTerminatedProvider": "Transfer Process \"{providerPid}\" is terminated and cannot be used",
542
555
  "invalidTransferRequest": "Transfer Request does not conform to Dataspace Protocol specification",
@@ -574,7 +587,12 @@
574
587
  "callerNotAuthorizedAsConsumer": "The caller's verified identity does not match the consumer for this transfer process",
575
588
  "callerNotAuthorizedAsProvider": "The caller's verified identity does not match the provider for this transfer process",
576
589
  "callerNotAuthorizedForTransfer": "The caller's verified identity does not match the consumer or provider for this transfer process",
577
- "multipleAssignersNotSupported": "Multiple assigners found in agreement, which is not supported. Only single assigner agreements are supported."
590
+ "multipleAssignersNotSupported": "Multiple assigners found in agreement, which is not supported. Only single assigner agreements are supported.",
591
+ "datasetPublishFailed": "Failed to publish dataset {datasetRecordId} for app {appId} (tenant: {tenantId})",
592
+ "datasetNodeContextRequired": "A node context is required to register a dataset.",
593
+ "datasetAlreadyExists": "A dataset with id \"{id}\" already exists.",
594
+ "datasetNotFound": "Dataset not found",
595
+ "datasetWrongTenant": "The calling tenant does not own this dataset."
578
596
  },
579
597
  "dataspaceControlPlanePolicyRequester": {},
580
598
  "odrlPolicyHelper": {
@@ -634,7 +652,12 @@
634
652
  "sortNotIndexed": "The property \"{property}\" is not indexed and cannot be used for sorting",
635
653
  "containerCreateFailed": "The container couldn't be created \"{containerId}\"",
636
654
  "databaseCreateFailed": "Unable to create database \"{databaseId}\"",
637
- "containerDoesNotExist": "Container \"{containerId}\" does not exist"
655
+ "containerDoesNotExist": "Container \"{containerId}\" does not exist",
656
+ "setBatchFailed": "Unable to set batch of entities",
657
+ "countFailed": "Unable to count entities",
658
+ "emptyFailed": "Unable to empty entity storage",
659
+ "removeBatchFailed": "Unable to remove batch of entities",
660
+ "teardownFailed": "Unable to teardown entity storage"
638
661
  },
639
662
  "dynamoDbEntityStorageConnector": {
640
663
  "tableCreateFailed": "Creating table \"{tableName}\" failed",
@@ -647,10 +670,18 @@
647
670
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
648
671
  "sortSingle": "You can only sort by a single property",
649
672
  "sortNotIndexed": "The property \"{property}\" is not indexed and cannot be used for sorting",
650
- "propertyNotFound": "The property \"{property}\" was not found on the entity schema"
673
+ "propertyNotFound": "The property \"{property}\" was not found on the entity schema",
674
+ "setBatchFailed": "Unable to set batch of entities",
675
+ "removeBatchFailed": "Unable to remove batch of entities",
676
+ "emptyFailed": "Unable to empty entity storage",
677
+ "countFailed": "Unable to count entities",
678
+ "teardownFailed": "Unable to teardown entity storage"
651
679
  },
652
680
  "fileEntityStorageConnector": {
653
- "directoryCreateFailed": "Creating directory \"{directory}\" failed"
681
+ "directoryCreateFailed": "Creating directory \"{directory}\" failed",
682
+ "emptyFailed": "Unable to empty entity storage",
683
+ "removeBatchFailed": "Unable to remove batch of entities",
684
+ "teardownFailed": "Unable to teardown entity storage"
654
685
  },
655
686
  "firestoreEntityStorageConnector": {
656
687
  "firestoreCreationFailed": "Failed to connect to Firestore",
@@ -658,15 +689,24 @@
658
689
  "getEntityFailed": "Failed to get entity \"{id}\"",
659
690
  "removeEntityFailed": "Failed to remove entity \"{id}\"",
660
691
  "queryFailed": "The query failed when issuing the following command \"{queryDescription}\"",
661
- "collectionDeleteFailed": "Failed to delete collection \"{collectionName}\"",
662
- "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported"
692
+ "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported",
693
+ "setBatchFailed": "Failed to set batch of entities",
694
+ "countFailed": "Unable to count entities",
695
+ "emptyFailed": "Failed to empty entity storage",
696
+ "removeBatchFailed": "Unable to remove batch of entities",
697
+ "teardownFailed": "Unable to teardown entity storage"
663
698
  },
664
699
  "mongoDbEntityStorageConnector": {
665
700
  "setFailed": "Unable to set entity \"{id}\"",
666
701
  "getFailed": "Unable to get entity \"{id}\"",
667
702
  "removeFailed": "Unable to remove entity \"{id}\"",
668
703
  "databaseCreateFailed": "The database creation failed for \"{databaseName}\"",
669
- "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported"
704
+ "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported",
705
+ "setBatchFailed": "Unable to set batch of entities",
706
+ "removeBatchFailed": "Unable to remove batch of entities",
707
+ "emptyFailed": "Unable to empty entity storage",
708
+ "countFailed": "Unable to count entities",
709
+ "teardownFailed": "Unable to teardown entity storage"
670
710
  },
671
711
  "mySqlEntityStorageConnector": {
672
712
  "setFailed": "Unable to set entity \"{id}\"",
@@ -676,7 +716,12 @@
676
716
  "comparisonNotSupported": "Comparison operator \"{comparison}\" is not supported",
677
717
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
678
718
  "entitySchemaPropertiesUndefined": "The entity schema properties are undefined",
679
- "databaseCreateFailed": "Unable to create database \"{databaseName}\""
719
+ "databaseCreateFailed": "Unable to create database \"{databaseName}\"",
720
+ "setBatchFailed": "Unable to set batch of entities",
721
+ "countFailed": "Unable to count entities",
722
+ "emptyFailed": "Unable to empty entity storage",
723
+ "removeBatchFailed": "Unable to remove batch of entities",
724
+ "teardownFailed": "Unable to teardown entity storage"
680
725
  },
681
726
  "postgreSqlEntityStorageConnector": {
682
727
  "databaseCreateFailed": "Unable to create database \"{databaseName}\"",
@@ -686,14 +731,21 @@
686
731
  "queryFailed": "The query failed",
687
732
  "comparisonNotSupported": "Comparison operator \"{comparison}\" is not supported",
688
733
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
689
- "entitySchemaPropertiesUndefined": "The entity schema properties are undefined"
734
+ "entitySchemaPropertiesUndefined": "The entity schema properties are undefined",
735
+ "setBatchFailed": "Unable to set batch of entities",
736
+ "countFailed": "Unable to count entities",
737
+ "emptyFailed": "Unable to empty entity storage",
738
+ "removeBatchFailed": "Unable to remove batch of entities",
739
+ "teardownFailed": "Unable to teardown entity storage"
690
740
  },
691
741
  "scyllaDBTableConnector": {
692
742
  "tableCreateFailed": "Creating table \"{table}\" failed",
693
- "dropTableFailed": " \"{table}\" cannot be dropped",
694
- "truncateTableFailed": " \"{table}\" cannot be dropped",
695
743
  "removeFailed": "Removing item with \"{id}\" failed",
696
- "setFailed": "Setting item with \"{id}\" failed"
744
+ "setFailed": "Setting item with \"{id}\" failed",
745
+ "setBatchFailed": "Setting batch of items failed",
746
+ "emptyFailed": "Emptying entity storage failed",
747
+ "removeBatchFailed": "Remove batch of entities failed",
748
+ "teardownFailed": "Teardown entity storage failed"
697
749
  },
698
750
  "scyllaDBViewConnector": {
699
751
  "viewCreateFailed": "Creating view \"{view}\" failed",
@@ -703,15 +755,13 @@
703
755
  "getFailed": "Getting item with \"{id}\" failed",
704
756
  "findFailed": "Error while querying data on \"{table}\"",
705
757
  "parseJSONFailed": "Parsing JSON failed for field \"{name}\" with value \"{value}\"",
706
- "comparisonNotSupported": "Dot-notation nested property path \"{property}\" is not supported in CQL queries"
758
+ "comparisonNotSupported": "Dot-notation nested property path \"{property}\" is not supported in CQL queries",
759
+ "countFailed": "Unable to count entities"
707
760
  },
708
761
  "synchronisedEntityStorageConnector": {
709
762
  "missingRequiredProperty": "The property \"{requiredProperty}\" is required when using the Synchronised Entity Storage Connector.",
710
763
  "missingRequiredPropertySort": "The property \"{requiredProperty}\" requires sorting attributes for the Synchronised Entity Storage Connector."
711
764
  },
712
- "entityStorageService": {
713
- "entityNotFound": "Could not find entity with id \"{notFoundId}\""
714
- },
715
765
  "localEventBusConnector": {
716
766
  "callback": "The callback failed during publish topic \"{topic}\" for subscriptionId \"{subscriptionId}\""
717
767
  },
@@ -824,7 +874,9 @@
824
874
  "transactionFailed": "The transaction failed",
825
875
  "addressNotFound": "The address is missing could not be found from the seed \"{address}\"",
826
876
  "gasStationTransactionFailed": "The gas station transaction failed",
827
- "dryRunFailed": "The dry run execution failed"
877
+ "dryRunFailed": "The dry run execution failed",
878
+ "fundingFailed": "Fund the address from faucet failed",
879
+ "faucetRateLimit": "Faucet rate limit exceeded"
828
880
  },
829
881
  "iotaIdentityUtils": {
830
882
  "getControllerCapInfoFailed": "Getting the controller capability info for the identity failed",
@@ -964,8 +1016,7 @@
964
1016
  "packageNotFoundOnNetwork": "Package \"{deployedPackageId}\" not found on \"{network}\" network",
965
1017
  "deployedPackageIdRequired": "deployedPackageId is required for network operations on \"{network}\".",
966
1018
  "packageIdNotFound": "Package ID not found for network \"{network}\"",
967
- "invalidGasBudget": "Invalid gas budget: {gasBudget}",
968
- "noWalletConfigured": "For write operations a wallet must be configured in the connector options"
1019
+ "invalidGasBudget": "Invalid gas budget: {gasBudget}"
969
1020
  },
970
1021
  "iotaNftUtils": {
971
1022
  "invalidNftIdFormat": "The NFT ID \"{id}\" has an invalid format"
@@ -1132,11 +1183,15 @@
1132
1183
  "metricAlreadyExists": "The metric already exists \"{existingId}\"",
1133
1184
  "counterIncOnly": "A counter metric can only be incremented, or added to with an integer",
1134
1185
  "upDownCounterIncOrDecOnly": "An up/down counter metric can only be incremented, decremented or adjusted with an integer",
1135
- "gaugeNoIncDec": "A gauge can not be incremented or decremented"
1186
+ "gaugeNoIncDec": "A gauge can not be incremented or decremented",
1187
+ "maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer"
1136
1188
  },
1137
1189
  "silentTelemetryConnector": {
1138
1190
  "notSupported": "The method \"{methodName}\" is not supported on silent telemetry connector."
1139
1191
  },
1192
+ "openTelemetryTelemetryConnector": {
1193
+ "unknownReaderType": "The reader type \"{type}\" is not supported, valid values are: prometheus"
1194
+ },
1140
1195
  "trustService": {
1141
1196
  "notVerified": "Payload verification failed",
1142
1197
  "noGeneratorsRegistered": "No trust generators are registered in the factory",
@@ -1239,10 +1294,6 @@
1239
1294
  "iotaWalletConnector": {
1240
1295
  "transferFailed": "The wallet transfer failed."
1241
1296
  },
1242
- "iotaFaucetConnector": {
1243
- "fundingFailed": "Fund the address from faucet failed",
1244
- "faucetRateLimit": "Faucet rate limit exceeded"
1245
- },
1246
1297
  "fastifyWebServer": {
1247
1298
  "startFailed": "The Web Server failed to start",
1248
1299
  "badRequest": "The web server could not handle the request",
@@ -1836,9 +1887,6 @@
1836
1887
  "validation": {
1837
1888
  "defaultFieldName": "The field"
1838
1889
  },
1839
- "errorMessages": {
1840
- "fetch": "Fetch"
1841
- },
1842
1890
  "warn": {
1843
1891
  "common": {
1844
1892
  "devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
@@ -1940,6 +1988,10 @@
1940
1988
  "engineTypes": {
1941
1989
  "configuringEntityStorage": "Configuring {element} with name \"{storageName}\" using \"{storageType}\" connector"
1942
1990
  },
1991
+ "memoryEntityStorageConnector": {
1992
+ "storeTearingDown": "Tearing down entity storage",
1993
+ "storeTornDown": "Entity storage torn down"
1994
+ },
1943
1995
  "fetchAction": {
1944
1996
  "fetch": "Fetch \"{url}\" with method \"{method}\""
1945
1997
  },
@@ -1960,19 +2012,35 @@
1960
2012
  },
1961
2013
  "s3BlobStorageConnector": {
1962
2014
  "bucketCreating": "Creating bucket \"{bucket}\"",
1963
- "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists"
2015
+ "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists",
2016
+ "bucketDeleting": "Deleting bucket \"{bucket}\"",
2017
+ "bucketDeleted": "Bucket \"{bucket}\" deleted"
1964
2018
  },
1965
2019
  "azureBlobStorageConnector": {
1966
2020
  "containerCreating": "Creating container \"{container}\"",
1967
- "containerExists": "Skipping create container \"{container}\" as it already exists"
2021
+ "containerExists": "Skipping create container \"{container}\" as it already exists",
2022
+ "containerDeleting": "Deleting container \"{container}\"",
2023
+ "containerDeleted": "Container \"{container}\" deleted"
1968
2024
  },
1969
2025
  "fileBlobStorageConnector": {
1970
2026
  "directoryCreating": "Creating directory \"{directory}\"",
1971
- "directoryExists": "Skipping create directory \"{directory}\" as it already exists"
2027
+ "directoryExists": "Skipping create directory \"{directory}\" as it already exists",
2028
+ "directoryRemoving": "Removing directory \"{directory}\"",
2029
+ "directoryRemoved": "Directory \"{directory}\" removed"
1972
2030
  },
1973
2031
  "gcpBlobStorageConnector": {
1974
2032
  "bucketCreating": "Creating bucket \"{bucket}\"",
1975
- "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists"
2033
+ "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists",
2034
+ "bucketDeleting": "Deleting bucket \"{bucket}\"",
2035
+ "bucketDeleted": "Bucket \"{bucket}\" deleted"
2036
+ },
2037
+ "ipfsBlobStorageConnector": {
2038
+ "storeTearingDown": "Tearing down IPFS blob storage",
2039
+ "storeTornDown": "IPFS blob storage torn down"
2040
+ },
2041
+ "memoryBlobStorageConnector": {
2042
+ "storeTearingDown": "Tearing down memory blob storage",
2043
+ "storeTornDown": "Memory blob storage torn down"
1976
2044
  },
1977
2045
  "dataspaceControlPlaneService": {
1978
2046
  "transferProcessInitiated": "Transfer Process initiated",
@@ -1986,8 +2054,8 @@
1986
2054
  "resolvedProviderPid": "Resolved providerPid to Transfer Context",
1987
2055
  "catalogDatasetFound": "Dataset validated in Federated Catalogue",
1988
2056
  "agreementMatchedOffer": "Agreement matched Catalog Offer",
1989
- "populatingFederatedCatalogue": "Populating Federated Catalogue with datasets from registered apps",
1990
- "federatedCataloguePopulated": "Federated Catalogue population completed (registered: {registeredCount}, errors: {errorCount}, apps: {totalApps})",
2057
+ "populatingFederatedCatalogue": "Populating Federated Catalogue with stored app datasets",
2058
+ "federatedCataloguePopulated": "Federated Catalogue population completed (registered: {registeredCount}, errors: {errorCount}, datasets: {totalDatasets})",
1991
2059
  "startingContractNegotiation": "Starting contract negotiation with provider",
1992
2060
  "offerFoundInCatalog": "Offer found in Federated Catalogue and validated",
1993
2061
  "negotiationInitiated": "Contract negotiation initiated successfully",
@@ -2016,38 +2084,52 @@
2016
2084
  "databaseCreating": "Database \"{databaseId}\" creating",
2017
2085
  "databaseExists": "Database \"{databaseId}\" created or it already exists",
2018
2086
  "containerCreating": "Container \"{containerId}\" creating",
2019
- "containerExists": "Container \"{containerId}\" created or it already exists"
2087
+ "containerExists": "Container \"{containerId}\" created or it already exists",
2088
+ "containerDeleting": "Deleting container \"{containerId}\"",
2089
+ "containerDeleted": "Container \"{containerId}\" deleted"
2020
2090
  },
2021
2091
  "dynamoDbEntityStorageConnector": {
2022
2092
  "tableCreating": "Creating table \"{tableName}\"",
2023
2093
  "tableCreated": "Created table \"{tableName}\"",
2024
- "tableExists": "Skipping create table \"{tableName}\" as it already exists"
2094
+ "tableExists": "Skipping create table \"{tableName}\" as it already exists",
2095
+ "tableDeleting": "Deleting table \"{tableName}\"",
2096
+ "tableDeleted": "Table \"{tableName}\" deleted"
2025
2097
  },
2026
2098
  "fileEntityStorageConnector": {
2027
2099
  "directoryCreating": "Creating directory \"{directory}\"",
2028
2100
  "directoryCreated": "Created directory \"{directory}\"",
2029
- "directoryExists": "Skipping create directory \"{directory}\" as it already exists"
2101
+ "directoryExists": "Skipping create directory \"{directory}\" as it already exists",
2102
+ "storeTearingDown": "Tearing down entity storage",
2103
+ "storeTornDown": "Entity storage torn down"
2030
2104
  },
2031
2105
  "firestoreEntityStorageConnector": {
2032
2106
  "firestoreCreating": "Creating Firestore",
2033
- "firestoreCreated": "Created Firestore"
2107
+ "firestoreCreated": "Created Firestore",
2108
+ "storeTearingDown": "Tearing down entity storage",
2109
+ "storeTornDown": "Entity storage torn down"
2034
2110
  },
2035
2111
  "mongoDbEntityStorageConnector": {
2036
2112
  "databaseCreating": "Database \"{databaseName}\" creating",
2037
2113
  "databaseExists": "Database \"{databaseName}\" created or it already exists",
2038
- "collectionExists": "Database \"{collectionName}\" created or it already exists"
2114
+ "collectionExists": "Database \"{collectionName}\" created or it already exists",
2115
+ "collectionDropping": "Dropping collection \"{collection}\"",
2116
+ "collectionDropped": "Collection \"{collection}\" dropped"
2039
2117
  },
2040
2118
  "mySqlEntityStorageConnector": {
2041
2119
  "databaseCreating": "Database \"{databaseName}\" creating",
2042
2120
  "databaseExists": "Database \"{databaseName}\" created or it already exists",
2043
2121
  "tableCreating": "Table \"{tableName}\" creating",
2044
- "tableExists": "Table \"{tableName}\" created or it already exists"
2122
+ "tableExists": "Table \"{tableName}\" created or it already exists",
2123
+ "tableDropping": "Dropping table \"{tableName}\"",
2124
+ "tableDropped": "Table \"{tableName}\" dropped"
2045
2125
  },
2046
2126
  "postgreSqlEntityStorageConnector": {
2047
2127
  "databaseCreating": "Database \"{databaseName}\" creating",
2048
2128
  "databaseExists": "Database \"{databaseName}\" created or it already exists",
2049
2129
  "tableCreating": "Table \"{tableName}\" creating",
2050
- "tableExists": "Table \"{tableName}\" created or it already exists"
2130
+ "tableExists": "Table \"{tableName}\" created or it already exists",
2131
+ "tableDropping": "Dropping table \"{tableName}\"",
2132
+ "tableDropped": "Table \"{tableName}\" dropped"
2051
2133
  },
2052
2134
  "scyllaDBTableConnector": {
2053
2135
  "keyspaceCreating": "Creating keyspace \"{keyspace}\"",
@@ -2055,7 +2137,9 @@
2055
2137
  "tableCreating": "Creating table \"{table}\"",
2056
2138
  "tableExists": "Skipping create table \"{table}\" as it already exists",
2057
2139
  "typeCreating": "Creating type \"{typeName}\"",
2058
- "sql": "SQL: \"{sql}\""
2140
+ "sql": "SQL: \"{sql}\"",
2141
+ "tableDropping": "Dropping table \"{table}\"",
2142
+ "tableDropped": "Table \"{table}\" dropped"
2059
2143
  },
2060
2144
  "scyllaDBViewConnector": {
2061
2145
  "viewCreating": "Creating view \"{view}\"",
@@ -2234,6 +2318,10 @@
2234
2318
  "metricRemoved": "The metric was removed \"{id}\"",
2235
2319
  "metricValueCreated": "The metric value was created for \"{id}\" with value \"{value}\""
2236
2320
  },
2321
+ "openTelemetryTelemetryConnector": {
2322
+ "connectorStarted": "The connector was started with \"{readerCount}\" metric reader(s)",
2323
+ "connectorStopped": "The connector was stopped"
2324
+ },
2237
2325
  "trustService": {
2238
2326
  "verifying": "Verifying payload: \"{payload}\"",
2239
2327
  "verified": "Payload verified successfully"
@@ -2264,12 +2352,98 @@
2264
2352
  "revoked": "The proof of the attestation has been revoked"
2265
2353
  }
2266
2354
  },
2355
+ "health": {
2356
+ "memoryEntityStorageConnector": {
2357
+ "healthDescription": "Memory entity storage for \"{entityType}\" is always available"
2358
+ },
2359
+ "s3BlobStorageConnector": {
2360
+ "healthDescription": "S3 blob storage connector is healthy, bucket \"{bucketName}\" in region \"{region}\"",
2361
+ "healthCheckFailed": "Failed to connect to S3 bucket \"{bucketName}\" in region \"{region}\""
2362
+ },
2363
+ "azureBlobStorageConnector": {
2364
+ "healthDescription": "Azure blob storage connector is healthy, container \"{containerName}\" in account \"{accountName}\"",
2365
+ "healthCheckFailed": "Failed to connect to Azure blob storage container \"{containerName}\" in account \"{accountName}\""
2366
+ },
2367
+ "fileBlobStorageConnector": {
2368
+ "healthDescription": "File blob storage connector is healthy, directory \"{directory}\"",
2369
+ "healthCheckFailed": "Failed to access the storage directory \"{directory}\""
2370
+ },
2371
+ "gcpBlobStorageConnector": {
2372
+ "healthDescription": "GCP blob storage connector is healthy, bucket \"{bucketName}\" in project \"{projectId}\"",
2373
+ "healthCheckFailed": "Failed to connect to GCP storage bucket \"{bucketName}\" in project \"{projectId}\""
2374
+ },
2375
+ "ipfsBlobStorageConnector": {
2376
+ "healthDescription": "IPFS blob storage connector is healthy, connected to \"{apiUrl}\"",
2377
+ "healthCheckFailed": "Failed to connect to IPFS node at \"{apiUrl}\""
2378
+ },
2379
+ "memoryBlobStorageConnector": {
2380
+ "healthDescription": "Memory blob storage connector is healthy, storing \"{storedItemCount}\" items"
2381
+ },
2382
+ "cosmosDbEntityStorageConnector": {
2383
+ "healthDescription": "Checks if the Cosmos DB container \"{containerId}\" in database \"{databaseId}\" is available",
2384
+ "connectionFailed": "Failed to connect to Cosmos DB container \"{containerId}\" in database \"{databaseId}\""
2385
+ },
2386
+ "dynamoDbEntityStorageConnector": {
2387
+ "healthDescription": "Checks if the DynamoDB table \"{tableName}\" is available",
2388
+ "connectionFailed": "Failed to connect to DynamoDB table \"{tableName}\""
2389
+ },
2390
+ "fileEntityStorageConnector": {
2391
+ "healthDescription": "Checks if there is sufficient disk space in directory \"{directory}\" for the file entity storage connector to operate properly",
2392
+ "diskSpaceError": "Disk space critically low in directory \"{directory}\", {freeBytes} bytes free, threshold is {thresholdBytes} bytes",
2393
+ "diskSpaceCheckFailed": "Failed to check disk space in directory \"{directory}\"",
2394
+ "diskSpaceWarning": "Disk space low in directory \"{directory}\", {freeBytes} bytes free, threshold is {thresholdBytes} bytes"
2395
+ },
2396
+ "firestoreEntityStorageConnector": {
2397
+ "healthDescription": "Checks if the Firestore collection \"{collectionName}\" in project \"{projectId}\" is available",
2398
+ "connectionFailed": "Failed to connect to Firestore collection \"{collectionName}\" in project \"{projectId}\""
2399
+ },
2400
+ "mongoDbEntityStorageConnector": {
2401
+ "healthDescription": "Checks if the MongoDB collection \"{collection}\" in database \"{database}\" is available",
2402
+ "connectionFailed": "Failed to connect to MongoDB collection \"{collection}\" in database \"{database}\""
2403
+ },
2404
+ "mySqlEntityStorageConnector": {
2405
+ "healthDescription": "Checks if the MySQL table \"{tableName}\" in database \"{database}\" is available",
2406
+ "connectionFailed": "Failed to connect to MySQL table \"{tableName}\" in database \"{database}\""
2407
+ },
2408
+ "postgreSqlEntityStorageConnector": {
2409
+ "healthDescription": "Checks if the PostgreSQL table \"{tableName}\" is available",
2410
+ "connectionFailed": "Failed to connect to PostgreSQL table \"{tableName}\""
2411
+ },
2412
+ "scyllaDBTableConnector": {
2413
+ "healthDescription": "Checks if the ScyllaDB table \"{table}\" is available",
2414
+ "connectionFailed": "Failed to connect to ScyllaDB table \"{table}\""
2415
+ },
2416
+ "iotaIdentityConnector": {
2417
+ "healthDescription": "Connectivity and availability of the IOTA node \"{endpoint}\"",
2418
+ "nodeHealthCheckFailed": "Failed to check IOTA node health status \"{endpoint}\""
2419
+ },
2420
+ "iotaIdentityConnectorGasStation": {
2421
+ "healthDescription": "Connectivity and availability of the IOTA gas station \"{endpoint}\"",
2422
+ "healthCheckFailed": "Failed to check gas station health status \"{endpoint}\""
2423
+ },
2424
+ "iotaIdentityResolverConnector": {
2425
+ "healthDescription": "Connectivity and availability of the IOTA resolver node \"{endpoint}\"",
2426
+ "nodeHealthCheckFailed": "Failed to check IOTA node health status \"{endpoint}\""
2427
+ },
2428
+ "universalResolverConnector": {
2429
+ "healthDescription": "Connectivity and availability of the universal resolver \"{endpoint}\"",
2430
+ "resolverHealthCheckFailed": "Failed to check universal resolver health status \"{endpoint}\""
2431
+ },
2432
+ "hashicorpVaultConnector": {
2433
+ "healthDescription": "Connectivity and availability of the Hashicorp Vault server \"{endpoint}\"",
2434
+ "vaultHealthCheckFailed": "Failed to check Vault health status \"{endpoint}\""
2435
+ },
2436
+ "fastifyWebServer": {
2437
+ "description": "Checks if the Web Server is reachable",
2438
+ "reachable": "The Web Server is reachable",
2439
+ "unreachable": "The Web Server is unreachable"
2440
+ }
2441
+ },
2267
2442
  "auditableItemGraphService": {},
2268
2443
  "debug": {
2269
2444
  "dataspaceControlPlaneService": {
2270
2445
  "engineCloneStart": "Skipping Federated Catalogue population (engine clone or no engine)",
2271
- "discoveredApps": "Discovered {count} registered Dataspace apps",
2272
- "datasetRegistered": "Dataset {datasetId} registered from app {appName}"
2446
+ "datasetRegistered": "Dataset {datasetId} registered for app {appId} (tenant: {tenantId})"
2273
2447
  },
2274
2448
  "dataspaceDataPlaneService": {
2275
2449
  "newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
@@ -16853,11 +17027,5 @@
16853
17027
  "unece:specifiedParameter": "A parameter specified for this XHE context.",
16854
17028
  "unece:specifiedParameter_label": "Specified Parameter"
16855
17029
  }
16856
- },
16857
- "health": {
16858
- "fastifyWebServer": {
16859
- "reachable": "The Web Server is reachable",
16860
- "unreachable": "The Web Server is unreachable"
16861
- }
16862
17030
  }
16863
17031
  }
package/docs/changelog.md CHANGED
@@ -1,11 +1,40 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3-next.34](https://github.com/twinfoundation/twin-node/compare/node-v0.0.3-next.33...node-v0.0.3-next.34) (2026-05-05)
3
+ ## [0.0.3-next.36](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.35...node-v0.0.3-next.36) (2026-05-12)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * health and url transformer ([#131](https://github.com/twinfoundation/twin-node/issues/131)) ([3658903](https://github.com/twinfoundation/twin-node/commit/36589036b9bea120880fc395b0d123a89032cf40))
8
+ * typescript 6 update ([ce2e3ca](https://github.com/iotaledger/twin-node/commit/ce2e3ca5219587709f7b9cf6c65909b48fba11b5))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/node-core bumped from 0.0.3-next.35 to 0.0.3-next.36
16
+
17
+ ## [0.0.3-next.35](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.34...node-v0.0.3-next.35) (2026-05-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * env var simplification ([460b0f2](https://github.com/iotaledger/twin-node/commit/460b0f20a73cb482f7443af502f261d5f9d01759))
23
+ * multi-tenant env wiring, trust auto-enable, tenant-token vault key, engine-driven callbackPath ([#128](https://github.com/iotaledger/twin-node/issues/128)) ([0de4d35](https://github.com/iotaledger/twin-node/commit/0de4d356fb2f825afae5469005d475700f510ee4))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/node-core bumped from 0.0.3-next.34 to 0.0.3-next.35
31
+
32
+ ## [0.0.3-next.34](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.33...node-v0.0.3-next.34) (2026-05-05)
33
+
34
+
35
+ ### Features
36
+
37
+ * health and url transformer ([#131](https://github.com/iotaledger/twin-node/issues/131)) ([3658903](https://github.com/iotaledger/twin-node/commit/36589036b9bea120880fc395b0d123a89032cf40))
9
38
 
10
39
 
11
40
  ### Dependencies