@twin.org/node 0.0.3-next.34 → 0.0.3-next.35

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.
@@ -464,41 +464,52 @@
464
464
  },
465
465
  "s3BlobStorageConnector": {
466
466
  "bucketCreateFailed": "Creating bucket \"{bucket}\" failed",
467
+ "teardownFailed": "Failed to teardown S3 bucket \"{bucket}\"",
467
468
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
468
469
  "getBlobFailed": "Failed to get blob in S3",
469
470
  "setBlobFailed": "Failed to set blob in S3",
470
- "removeBlobFailed": "Failed to remove blob in S3"
471
+ "removeBlobFailed": "Failed to remove blob in S3",
472
+ "emptyFailed": "Failed to empty S3 bucket \"{bucketName}\""
471
473
  },
472
474
  "azureBlobStorageConnector": {
473
475
  "containerCreateFailed": "Creating container \"{container}\" failed",
476
+ "teardownFailed": "Failed to teardown Azure blob storage container \"{container}\"",
474
477
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
475
478
  "getBlobFailed": "Failed to get blob in Azure",
476
479
  "setBlobFailed": "Failed to set blob in Azure",
477
- "removeBlobFailed": "Failed to remove blob in Azure"
480
+ "removeBlobFailed": "Failed to remove blob in Azure",
481
+ "emptyFailed": "Failed to empty Azure blob storage container \"{containerName}\""
478
482
  },
479
483
  "fileBlobStorageConnector": {
480
484
  "directoryCreateFailed": "Creating directory \"{directory}\" failed",
481
485
  "getBlobFailed": "Unable to get blob \"{id}\"",
482
486
  "setBlobFailed": "Unable to set blob",
483
487
  "removeBlobFailed": "Unable to remove blob",
488
+ "emptyFailed": "Failed to empty file blob storage directory \"{directory}\"",
489
+ "teardownFailed": "Failed to teardown file blob storage directory \"{directory}\"",
484
490
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\""
485
491
  },
486
492
  "gcpBlobStorageConnector": {
487
493
  "bucketCreateFailed": "Creating bucket \"{bucket}\" failed",
494
+ "teardownFailed": "Failed to teardown GCP storage bucket \"{bucket}\"",
488
495
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
489
496
  "getBlobFailed": "Failed to get blob in GCP",
490
497
  "setBlobFailed": "Failed to set blob in GCP",
491
- "removeBlobFailed": "Failed to remove blob in GCP"
498
+ "removeBlobFailed": "Failed to remove blob in GCP",
499
+ "emptyFailed": "Failed to empty GCP storage bucket \"{bucketName}\""
492
500
  },
493
501
  "ipfsBlobStorageConnector": {
494
502
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
495
503
  "fetchFail": "Failure during IPFS request",
496
504
  "setBlobFailed": "Failed to store blob in IPFS",
497
505
  "getBlobFailed": "Failed to get blob from IPFS",
498
- "removeBlobFailed": "Failed to remove blob from IPFS"
506
+ "removeBlobFailed": "Failed to remove blob from IPFS",
507
+ "emptyFailed": "Failed to empty IPFS blob storage",
508
+ "teardownFailed": "Failed to teardown IPFS blob storage"
499
509
  },
500
510
  "memoryBlobStorageConnector": {
501
- "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\""
511
+ "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage \"{namespace}\"",
512
+ "emptyFailed": "Failed to empty memory blob storage"
502
513
  },
503
514
  "blobStorageService": {
504
515
  "noConnectors": "There are no connectors registered with the blob storage factory",
@@ -506,6 +517,7 @@
506
517
  "getFailed": "There was a problem getting the blob",
507
518
  "updateFailed": "There was a problem updating the blob",
508
519
  "removeFailed": "There was a problem removing the blob",
520
+ "emptyFailed": "There was a problem emptying the blob storage",
509
521
  "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the blob storage service \"{namespace}\"",
510
522
  "vaultConnectorNotConfigured": "The vault connector is not configured, but encryption/decryption was requested.",
511
523
  "blobNotFound": "The blob with id \"{notFoundId}\" was not found",
@@ -535,8 +547,6 @@
535
547
  "dataspaceControlPlaneService": {
536
548
  "transferProcessNotFound": "Transfer Process not found",
537
549
  "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
550
  "transferProcessTerminated": "Transfer Process \"{consumerPid}\" is terminated and cannot be used",
541
551
  "transferProcessTerminatedProvider": "Transfer Process \"{providerPid}\" is terminated and cannot be used",
542
552
  "invalidTransferRequest": "Transfer Request does not conform to Dataspace Protocol specification",
@@ -574,7 +584,12 @@
574
584
  "callerNotAuthorizedAsConsumer": "The caller's verified identity does not match the consumer for this transfer process",
575
585
  "callerNotAuthorizedAsProvider": "The caller's verified identity does not match the provider for this transfer process",
576
586
  "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."
587
+ "multipleAssignersNotSupported": "Multiple assigners found in agreement, which is not supported. Only single assigner agreements are supported.",
588
+ "datasetPublishFailed": "Failed to publish dataset {datasetRecordId} for app {appId} (tenant: {tenantId})",
589
+ "datasetNodeContextRequired": "A node context is required to register a dataset.",
590
+ "datasetAlreadyExists": "A dataset with id \"{id}\" already exists.",
591
+ "datasetNotFound": "Dataset not found",
592
+ "datasetWrongTenant": "The calling tenant does not own this dataset."
578
593
  },
579
594
  "dataspaceControlPlanePolicyRequester": {},
580
595
  "odrlPolicyHelper": {
@@ -634,7 +649,12 @@
634
649
  "sortNotIndexed": "The property \"{property}\" is not indexed and cannot be used for sorting",
635
650
  "containerCreateFailed": "The container couldn't be created \"{containerId}\"",
636
651
  "databaseCreateFailed": "Unable to create database \"{databaseId}\"",
637
- "containerDoesNotExist": "Container \"{containerId}\" does not exist"
652
+ "containerDoesNotExist": "Container \"{containerId}\" does not exist",
653
+ "setBatchFailed": "Unable to set batch of entities",
654
+ "countFailed": "Unable to count entities",
655
+ "emptyFailed": "Unable to empty entity storage",
656
+ "removeBatchFailed": "Unable to remove batch of entities",
657
+ "teardownFailed": "Unable to teardown entity storage"
638
658
  },
639
659
  "dynamoDbEntityStorageConnector": {
640
660
  "tableCreateFailed": "Creating table \"{tableName}\" failed",
@@ -647,10 +667,18 @@
647
667
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
648
668
  "sortSingle": "You can only sort by a single property",
649
669
  "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"
670
+ "propertyNotFound": "The property \"{property}\" was not found on the entity schema",
671
+ "setBatchFailed": "Unable to set batch of entities",
672
+ "removeBatchFailed": "Unable to remove batch of entities",
673
+ "emptyFailed": "Unable to empty entity storage",
674
+ "countFailed": "Unable to count entities",
675
+ "teardownFailed": "Unable to teardown entity storage"
651
676
  },
652
677
  "fileEntityStorageConnector": {
653
- "directoryCreateFailed": "Creating directory \"{directory}\" failed"
678
+ "directoryCreateFailed": "Creating directory \"{directory}\" failed",
679
+ "emptyFailed": "Unable to empty entity storage",
680
+ "removeBatchFailed": "Unable to remove batch of entities",
681
+ "teardownFailed": "Unable to teardown entity storage"
654
682
  },
655
683
  "firestoreEntityStorageConnector": {
656
684
  "firestoreCreationFailed": "Failed to connect to Firestore",
@@ -658,15 +686,24 @@
658
686
  "getEntityFailed": "Failed to get entity \"{id}\"",
659
687
  "removeEntityFailed": "Failed to remove entity \"{id}\"",
660
688
  "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"
689
+ "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported",
690
+ "setBatchFailed": "Failed to set batch of entities",
691
+ "countFailed": "Unable to count entities",
692
+ "emptyFailed": "Failed to empty entity storage",
693
+ "removeBatchFailed": "Unable to remove batch of entities",
694
+ "teardownFailed": "Unable to teardown entity storage"
663
695
  },
664
696
  "mongoDbEntityStorageConnector": {
665
697
  "setFailed": "Unable to set entity \"{id}\"",
666
698
  "getFailed": "Unable to get entity \"{id}\"",
667
699
  "removeFailed": "Unable to remove entity \"{id}\"",
668
700
  "databaseCreateFailed": "The database creation failed for \"{databaseName}\"",
669
- "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported"
701
+ "unsupportedComparisonOperator": "Comparison operator \"{comparison}\" is not supported",
702
+ "setBatchFailed": "Unable to set batch of entities",
703
+ "removeBatchFailed": "Unable to remove batch of entities",
704
+ "emptyFailed": "Unable to empty entity storage",
705
+ "countFailed": "Unable to count entities",
706
+ "teardownFailed": "Unable to teardown entity storage"
670
707
  },
671
708
  "mySqlEntityStorageConnector": {
672
709
  "setFailed": "Unable to set entity \"{id}\"",
@@ -676,7 +713,12 @@
676
713
  "comparisonNotSupported": "Comparison operator \"{comparison}\" is not supported",
677
714
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
678
715
  "entitySchemaPropertiesUndefined": "The entity schema properties are undefined",
679
- "databaseCreateFailed": "Unable to create database \"{databaseName}\""
716
+ "databaseCreateFailed": "Unable to create database \"{databaseName}\"",
717
+ "setBatchFailed": "Unable to set batch of entities",
718
+ "countFailed": "Unable to count entities",
719
+ "emptyFailed": "Unable to empty entity storage",
720
+ "removeBatchFailed": "Unable to remove batch of entities",
721
+ "teardownFailed": "Unable to teardown entity storage"
680
722
  },
681
723
  "postgreSqlEntityStorageConnector": {
682
724
  "databaseCreateFailed": "Unable to create database \"{databaseName}\"",
@@ -686,14 +728,21 @@
686
728
  "queryFailed": "The query failed",
687
729
  "comparisonNotSupported": "Comparison operator \"{comparison}\" is not supported",
688
730
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
689
- "entitySchemaPropertiesUndefined": "The entity schema properties are undefined"
731
+ "entitySchemaPropertiesUndefined": "The entity schema properties are undefined",
732
+ "setBatchFailed": "Unable to set batch of entities",
733
+ "countFailed": "Unable to count entities",
734
+ "emptyFailed": "Unable to empty entity storage",
735
+ "removeBatchFailed": "Unable to remove batch of entities",
736
+ "teardownFailed": "Unable to teardown entity storage"
690
737
  },
691
738
  "scyllaDBTableConnector": {
692
739
  "tableCreateFailed": "Creating table \"{table}\" failed",
693
- "dropTableFailed": " \"{table}\" cannot be dropped",
694
- "truncateTableFailed": " \"{table}\" cannot be dropped",
695
740
  "removeFailed": "Removing item with \"{id}\" failed",
696
- "setFailed": "Setting item with \"{id}\" failed"
741
+ "setFailed": "Setting item with \"{id}\" failed",
742
+ "setBatchFailed": "Setting batch of items failed",
743
+ "emptyFailed": "Emptying entity storage failed",
744
+ "removeBatchFailed": "Remove batch of entities failed",
745
+ "teardownFailed": "Teardown entity storage failed"
697
746
  },
698
747
  "scyllaDBViewConnector": {
699
748
  "viewCreateFailed": "Creating view \"{view}\" failed",
@@ -703,15 +752,13 @@
703
752
  "getFailed": "Getting item with \"{id}\" failed",
704
753
  "findFailed": "Error while querying data on \"{table}\"",
705
754
  "parseJSONFailed": "Parsing JSON failed for field \"{name}\" with value \"{value}\"",
706
- "comparisonNotSupported": "Dot-notation nested property path \"{property}\" is not supported in CQL queries"
755
+ "comparisonNotSupported": "Dot-notation nested property path \"{property}\" is not supported in CQL queries",
756
+ "countFailed": "Unable to count entities"
707
757
  },
708
758
  "synchronisedEntityStorageConnector": {
709
759
  "missingRequiredProperty": "The property \"{requiredProperty}\" is required when using the Synchronised Entity Storage Connector.",
710
760
  "missingRequiredPropertySort": "The property \"{requiredProperty}\" requires sorting attributes for the Synchronised Entity Storage Connector."
711
761
  },
712
- "entityStorageService": {
713
- "entityNotFound": "Could not find entity with id \"{notFoundId}\""
714
- },
715
762
  "localEventBusConnector": {
716
763
  "callback": "The callback failed during publish topic \"{topic}\" for subscriptionId \"{subscriptionId}\""
717
764
  },
@@ -1132,7 +1179,8 @@
1132
1179
  "metricAlreadyExists": "The metric already exists \"{existingId}\"",
1133
1180
  "counterIncOnly": "A counter metric can only be incremented, or added to with an integer",
1134
1181
  "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"
1182
+ "gaugeNoIncDec": "A gauge can not be incremented or decremented",
1183
+ "maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer"
1136
1184
  },
1137
1185
  "silentTelemetryConnector": {
1138
1186
  "notSupported": "The method \"{methodName}\" is not supported on silent telemetry connector."
@@ -1836,9 +1884,6 @@
1836
1884
  "validation": {
1837
1885
  "defaultFieldName": "The field"
1838
1886
  },
1839
- "errorMessages": {
1840
- "fetch": "Fetch"
1841
- },
1842
1887
  "warn": {
1843
1888
  "common": {
1844
1889
  "devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
@@ -1940,6 +1985,10 @@
1940
1985
  "engineTypes": {
1941
1986
  "configuringEntityStorage": "Configuring {element} with name \"{storageName}\" using \"{storageType}\" connector"
1942
1987
  },
1988
+ "memoryEntityStorageConnector": {
1989
+ "storeTearingDown": "Tearing down entity storage",
1990
+ "storeTornDown": "Entity storage torn down"
1991
+ },
1943
1992
  "fetchAction": {
1944
1993
  "fetch": "Fetch \"{url}\" with method \"{method}\""
1945
1994
  },
@@ -1960,19 +2009,35 @@
1960
2009
  },
1961
2010
  "s3BlobStorageConnector": {
1962
2011
  "bucketCreating": "Creating bucket \"{bucket}\"",
1963
- "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists"
2012
+ "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists",
2013
+ "bucketDeleting": "Deleting bucket \"{bucket}\"",
2014
+ "bucketDeleted": "Bucket \"{bucket}\" deleted"
1964
2015
  },
1965
2016
  "azureBlobStorageConnector": {
1966
2017
  "containerCreating": "Creating container \"{container}\"",
1967
- "containerExists": "Skipping create container \"{container}\" as it already exists"
2018
+ "containerExists": "Skipping create container \"{container}\" as it already exists",
2019
+ "containerDeleting": "Deleting container \"{container}\"",
2020
+ "containerDeleted": "Container \"{container}\" deleted"
1968
2021
  },
1969
2022
  "fileBlobStorageConnector": {
1970
2023
  "directoryCreating": "Creating directory \"{directory}\"",
1971
- "directoryExists": "Skipping create directory \"{directory}\" as it already exists"
2024
+ "directoryExists": "Skipping create directory \"{directory}\" as it already exists",
2025
+ "directoryRemoving": "Removing directory \"{directory}\"",
2026
+ "directoryRemoved": "Directory \"{directory}\" removed"
1972
2027
  },
1973
2028
  "gcpBlobStorageConnector": {
1974
2029
  "bucketCreating": "Creating bucket \"{bucket}\"",
1975
- "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists"
2030
+ "bucketExists": "Skipping create bucket \"{bucket}\" as it already exists",
2031
+ "bucketDeleting": "Deleting bucket \"{bucket}\"",
2032
+ "bucketDeleted": "Bucket \"{bucket}\" deleted"
2033
+ },
2034
+ "ipfsBlobStorageConnector": {
2035
+ "storeTearingDown": "Tearing down IPFS blob storage",
2036
+ "storeTornDown": "IPFS blob storage torn down"
2037
+ },
2038
+ "memoryBlobStorageConnector": {
2039
+ "storeTearingDown": "Tearing down memory blob storage",
2040
+ "storeTornDown": "Memory blob storage torn down"
1976
2041
  },
1977
2042
  "dataspaceControlPlaneService": {
1978
2043
  "transferProcessInitiated": "Transfer Process initiated",
@@ -1986,8 +2051,8 @@
1986
2051
  "resolvedProviderPid": "Resolved providerPid to Transfer Context",
1987
2052
  "catalogDatasetFound": "Dataset validated in Federated Catalogue",
1988
2053
  "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})",
2054
+ "populatingFederatedCatalogue": "Populating Federated Catalogue with stored app datasets",
2055
+ "federatedCataloguePopulated": "Federated Catalogue population completed (registered: {registeredCount}, errors: {errorCount}, datasets: {totalDatasets})",
1991
2056
  "startingContractNegotiation": "Starting contract negotiation with provider",
1992
2057
  "offerFoundInCatalog": "Offer found in Federated Catalogue and validated",
1993
2058
  "negotiationInitiated": "Contract negotiation initiated successfully",
@@ -2016,38 +2081,52 @@
2016
2081
  "databaseCreating": "Database \"{databaseId}\" creating",
2017
2082
  "databaseExists": "Database \"{databaseId}\" created or it already exists",
2018
2083
  "containerCreating": "Container \"{containerId}\" creating",
2019
- "containerExists": "Container \"{containerId}\" created or it already exists"
2084
+ "containerExists": "Container \"{containerId}\" created or it already exists",
2085
+ "containerDeleting": "Deleting container \"{containerId}\"",
2086
+ "containerDeleted": "Container \"{containerId}\" deleted"
2020
2087
  },
2021
2088
  "dynamoDbEntityStorageConnector": {
2022
2089
  "tableCreating": "Creating table \"{tableName}\"",
2023
2090
  "tableCreated": "Created table \"{tableName}\"",
2024
- "tableExists": "Skipping create table \"{tableName}\" as it already exists"
2091
+ "tableExists": "Skipping create table \"{tableName}\" as it already exists",
2092
+ "tableDeleting": "Deleting table \"{tableName}\"",
2093
+ "tableDeleted": "Table \"{tableName}\" deleted"
2025
2094
  },
2026
2095
  "fileEntityStorageConnector": {
2027
2096
  "directoryCreating": "Creating directory \"{directory}\"",
2028
2097
  "directoryCreated": "Created directory \"{directory}\"",
2029
- "directoryExists": "Skipping create directory \"{directory}\" as it already exists"
2098
+ "directoryExists": "Skipping create directory \"{directory}\" as it already exists",
2099
+ "storeTearingDown": "Tearing down entity storage",
2100
+ "storeTornDown": "Entity storage torn down"
2030
2101
  },
2031
2102
  "firestoreEntityStorageConnector": {
2032
2103
  "firestoreCreating": "Creating Firestore",
2033
- "firestoreCreated": "Created Firestore"
2104
+ "firestoreCreated": "Created Firestore",
2105
+ "storeTearingDown": "Tearing down entity storage",
2106
+ "storeTornDown": "Entity storage torn down"
2034
2107
  },
2035
2108
  "mongoDbEntityStorageConnector": {
2036
2109
  "databaseCreating": "Database \"{databaseName}\" creating",
2037
2110
  "databaseExists": "Database \"{databaseName}\" created or it already exists",
2038
- "collectionExists": "Database \"{collectionName}\" created or it already exists"
2111
+ "collectionExists": "Database \"{collectionName}\" created or it already exists",
2112
+ "collectionDropping": "Dropping collection \"{collection}\"",
2113
+ "collectionDropped": "Collection \"{collection}\" dropped"
2039
2114
  },
2040
2115
  "mySqlEntityStorageConnector": {
2041
2116
  "databaseCreating": "Database \"{databaseName}\" creating",
2042
2117
  "databaseExists": "Database \"{databaseName}\" created or it already exists",
2043
2118
  "tableCreating": "Table \"{tableName}\" creating",
2044
- "tableExists": "Table \"{tableName}\" created or it already exists"
2119
+ "tableExists": "Table \"{tableName}\" created or it already exists",
2120
+ "tableDropping": "Dropping table \"{tableName}\"",
2121
+ "tableDropped": "Table \"{tableName}\" dropped"
2045
2122
  },
2046
2123
  "postgreSqlEntityStorageConnector": {
2047
2124
  "databaseCreating": "Database \"{databaseName}\" creating",
2048
2125
  "databaseExists": "Database \"{databaseName}\" created or it already exists",
2049
2126
  "tableCreating": "Table \"{tableName}\" creating",
2050
- "tableExists": "Table \"{tableName}\" created or it already exists"
2127
+ "tableExists": "Table \"{tableName}\" created or it already exists",
2128
+ "tableDropping": "Dropping table \"{tableName}\"",
2129
+ "tableDropped": "Table \"{tableName}\" dropped"
2051
2130
  },
2052
2131
  "scyllaDBTableConnector": {
2053
2132
  "keyspaceCreating": "Creating keyspace \"{keyspace}\"",
@@ -2055,7 +2134,9 @@
2055
2134
  "tableCreating": "Creating table \"{table}\"",
2056
2135
  "tableExists": "Skipping create table \"{table}\" as it already exists",
2057
2136
  "typeCreating": "Creating type \"{typeName}\"",
2058
- "sql": "SQL: \"{sql}\""
2137
+ "sql": "SQL: \"{sql}\"",
2138
+ "tableDropping": "Dropping table \"{table}\"",
2139
+ "tableDropped": "Table \"{table}\" dropped"
2059
2140
  },
2060
2141
  "scyllaDBViewConnector": {
2061
2142
  "viewCreating": "Creating view \"{view}\"",
@@ -2264,12 +2345,98 @@
2264
2345
  "revoked": "The proof of the attestation has been revoked"
2265
2346
  }
2266
2347
  },
2348
+ "health": {
2349
+ "memoryEntityStorageConnector": {
2350
+ "healthDescription": "Memory entity storage for \"{entityType}\" is always available"
2351
+ },
2352
+ "s3BlobStorageConnector": {
2353
+ "healthDescription": "S3 blob storage connector is healthy, bucket \"{bucketName}\" in region \"{region}\"",
2354
+ "healthCheckFailed": "Failed to connect to S3 bucket \"{bucketName}\" in region \"{region}\""
2355
+ },
2356
+ "azureBlobStorageConnector": {
2357
+ "healthDescription": "Azure blob storage connector is healthy, container \"{containerName}\" in account \"{accountName}\"",
2358
+ "healthCheckFailed": "Failed to connect to Azure blob storage container \"{containerName}\" in account \"{accountName}\""
2359
+ },
2360
+ "fileBlobStorageConnector": {
2361
+ "healthDescription": "File blob storage connector is healthy, directory \"{directory}\"",
2362
+ "healthCheckFailed": "Failed to access the storage directory \"{directory}\""
2363
+ },
2364
+ "gcpBlobStorageConnector": {
2365
+ "healthDescription": "GCP blob storage connector is healthy, bucket \"{bucketName}\" in project \"{projectId}\"",
2366
+ "healthCheckFailed": "Failed to connect to GCP storage bucket \"{bucketName}\" in project \"{projectId}\""
2367
+ },
2368
+ "ipfsBlobStorageConnector": {
2369
+ "healthDescription": "IPFS blob storage connector is healthy, connected to \"{apiUrl}\"",
2370
+ "healthCheckFailed": "Failed to connect to IPFS node at \"{apiUrl}\""
2371
+ },
2372
+ "memoryBlobStorageConnector": {
2373
+ "healthDescription": "Memory blob storage connector is healthy, storing \"{storedItemCount}\" items"
2374
+ },
2375
+ "cosmosDbEntityStorageConnector": {
2376
+ "healthDescription": "Checks if the Cosmos DB container \"{containerId}\" in database \"{databaseId}\" is available",
2377
+ "connectionFailed": "Failed to connect to Cosmos DB container \"{containerId}\" in database \"{databaseId}\""
2378
+ },
2379
+ "dynamoDbEntityStorageConnector": {
2380
+ "healthDescription": "Checks if the DynamoDB table \"{tableName}\" is available",
2381
+ "connectionFailed": "Failed to connect to DynamoDB table \"{tableName}\""
2382
+ },
2383
+ "fileEntityStorageConnector": {
2384
+ "healthDescription": "Checks if there is sufficient disk space in directory \"{directory}\" for the file entity storage connector to operate properly",
2385
+ "diskSpaceError": "Disk space critically low in directory \"{directory}\", {freeBytes} bytes free, threshold is {thresholdBytes} bytes",
2386
+ "diskSpaceCheckFailed": "Failed to check disk space in directory \"{directory}\"",
2387
+ "diskSpaceWarning": "Disk space low in directory \"{directory}\", {freeBytes} bytes free, threshold is {thresholdBytes} bytes"
2388
+ },
2389
+ "firestoreEntityStorageConnector": {
2390
+ "healthDescription": "Checks if the Firestore collection \"{collectionName}\" in project \"{projectId}\" is available",
2391
+ "connectionFailed": "Failed to connect to Firestore collection \"{collectionName}\" in project \"{projectId}\""
2392
+ },
2393
+ "mongoDbEntityStorageConnector": {
2394
+ "healthDescription": "Checks if the MongoDB collection \"{collection}\" in database \"{database}\" is available",
2395
+ "connectionFailed": "Failed to connect to MongoDB collection \"{collection}\" in database \"{database}\""
2396
+ },
2397
+ "mySqlEntityStorageConnector": {
2398
+ "healthDescription": "Checks if the MySQL table \"{tableName}\" in database \"{database}\" is available",
2399
+ "connectionFailed": "Failed to connect to MySQL table \"{tableName}\" in database \"{database}\""
2400
+ },
2401
+ "postgreSqlEntityStorageConnector": {
2402
+ "healthDescription": "Checks if the PostgreSQL table \"{tableName}\" is available",
2403
+ "connectionFailed": "Failed to connect to PostgreSQL table \"{tableName}\""
2404
+ },
2405
+ "scyllaDBTableConnector": {
2406
+ "healthDescription": "Checks if the ScyllaDB table \"{table}\" is available",
2407
+ "connectionFailed": "Failed to connect to ScyllaDB table \"{table}\""
2408
+ },
2409
+ "iotaIdentityConnector": {
2410
+ "healthDescription": "Connectivity and availability of the IOTA node \"{endpoint}\"",
2411
+ "nodeHealthCheckFailed": "Failed to check IOTA node health status \"{endpoint}\""
2412
+ },
2413
+ "iotaIdentityConnectorGasStation": {
2414
+ "healthDescription": "Connectivity and availability of the IOTA gas station \"{endpoint}\"",
2415
+ "healthCheckFailed": "Failed to check gas station health status \"{endpoint}\""
2416
+ },
2417
+ "iotaIdentityResolverConnector": {
2418
+ "healthDescription": "Connectivity and availability of the IOTA resolver node \"{endpoint}\"",
2419
+ "nodeHealthCheckFailed": "Failed to check IOTA node health status \"{endpoint}\""
2420
+ },
2421
+ "universalResolverConnector": {
2422
+ "healthDescription": "Connectivity and availability of the universal resolver \"{endpoint}\"",
2423
+ "resolverHealthCheckFailed": "Failed to check universal resolver health status \"{endpoint}\""
2424
+ },
2425
+ "hashicorpVaultConnector": {
2426
+ "healthDescription": "Connectivity and availability of the Hashicorp Vault server \"{endpoint}\"",
2427
+ "vaultHealthCheckFailed": "Failed to check Vault health status \"{endpoint}\""
2428
+ },
2429
+ "fastifyWebServer": {
2430
+ "description": "Checks if the Web Server is reachable",
2431
+ "reachable": "The Web Server is reachable",
2432
+ "unreachable": "The Web Server is unreachable"
2433
+ }
2434
+ },
2267
2435
  "auditableItemGraphService": {},
2268
2436
  "debug": {
2269
2437
  "dataspaceControlPlaneService": {
2270
2438
  "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}"
2439
+ "datasetRegistered": "Dataset {datasetId} registered for app {appId} (tenant: {tenantId})"
2273
2440
  },
2274
2441
  "dataspaceDataPlaneService": {
2275
2442
  "newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
@@ -16853,11 +17020,5 @@
16853
17020
  "unece:specifiedParameter": "A parameter specified for this XHE context.",
16854
17021
  "unece:specifiedParameter_label": "Specified Parameter"
16855
17022
  }
16856
- },
16857
- "health": {
16858
- "fastifyWebServer": {
16859
- "reachable": "The Web Server is reachable",
16860
- "unreachable": "The Web Server is unreachable"
16861
- }
16862
17023
  }
16863
17024
  }
package/docs/changelog.md CHANGED
@@ -1,11 +1,26 @@
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.35](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.34...node-v0.0.3-next.35) (2026-05-08)
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
+ * env var simplification ([460b0f2](https://github.com/iotaledger/twin-node/commit/460b0f20a73cb482f7443af502f261d5f9d01759))
9
+ * 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))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * The following workspace dependencies were updated
15
+ * dependencies
16
+ * @twin.org/node-core bumped from 0.0.3-next.34 to 0.0.3-next.35
17
+
18
+ ## [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)
19
+
20
+
21
+ ### Features
22
+
23
+ * health and url transformer ([#131](https://github.com/iotaledger/twin-node/issues/131)) ([3658903](https://github.com/iotaledger/twin-node/commit/36589036b9bea120880fc395b0d123a89032cf40))
9
24
 
10
25
 
11
26
  ### Dependencies