@twin.org/node 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.
@@ -316,6 +316,10 @@
316
316
  "invalidEntityKeys": "The entity had additional properties that are not in the schema, \"{keys}\"",
317
317
  "versionMustBeGreaterThanOrEqualZero": "Property \"entitySchema.version\" must be an integer >= 0, but got {version}"
318
318
  },
319
+ "entityStorageHelper": {
320
+ "sortNotIndexed": "The property \"{property}\" is not indexed and cannot be used for sorting",
321
+ "propertyNotInSchema": "The property \"{property}\" does not exist in the schema and cannot be used for projection"
322
+ },
319
323
  "migrationHelper": {
320
324
  "migrationFailed": "Migration failed.",
321
325
  "transformRequiredForProperty": "A transformation function is required to migrate property \"{from}\" to \"{to}\" of type \"{type}\"",
@@ -619,7 +623,8 @@
619
623
  "invalidPushDataAddress": "PUSH transfer cannot start: consumer dataAddress is missing endpoint or endpointType (consumerPid: {consumerPid})",
620
624
  "pushTransferDataPathNotConfigured": "PUSH transfer cannot start: dataPlanePath is not configured (consumerPid: {consumerPid})",
621
625
  "dataPlaneNotRegistered": "Push-mode transfer requires the data plane component to be registered (factory key: \"dataspace-data-plane\"). This deployment was configured without a data plane — register one to enable push, or use pull-mode transfers only.",
622
- "datasetPublishFailed": "Failed to publish dataset {datasetRecordId} for app {appId} (tenant: {tenantId})",
626
+ "datasetPublishFailed": "Failed to publish dataset \"{datasetId}\" for app \"{appId}\" (tenant: \"{tenantId}\")",
627
+ "datasetRemoveFailed": "Failed to remove dataset \"{datasetId}\" from the Federated Catalogue (tenant: \"{tenantId}\")",
623
628
  "datasetNodeContextRequired": "A node context is required to register a dataset.",
624
629
  "datasetAlreadyExists": "A dataset with id \"{existingId}\" already exists.",
625
630
  "datasetNotFound": "Dataset not found",
@@ -692,7 +697,6 @@
692
697
  "comparisonNotSupported": "Comparison operator \"{comparison}\" is not supported",
693
698
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
694
699
  "sortSingle": "You can only sort by a single property",
695
- "sortNotIndexed": "The property \"{property}\" is not indexed and cannot be used for sorting",
696
700
  "containerCreateFailed": "The container couldn't be created \"{containerId}\"",
697
701
  "databaseCreateFailed": "Unable to create database \"{databaseId}\"",
698
702
  "containerDoesNotExist": "Container \"{containerId}\" does not exist",
@@ -714,7 +718,6 @@
714
718
  "comparisonNotSupported": "Comparison operator \"{comparison}\" is not supported",
715
719
  "conditionalNotSupported": "Conditional operator \"{operator}\" is not supported",
716
720
  "sortSingle": "You can only sort by a single property",
717
- "sortNotIndexed": "The property \"{property}\" is not indexed and cannot be used for sorting",
718
721
  "propertyNotFound": "The property \"{property}\" was not found on the entity schema",
719
722
  "getPartitionContextIdsFailed": "Unable to get partition context ids",
720
723
  "setBatchFailed": "Unable to set batch of entities",
@@ -816,11 +819,14 @@
816
819
  "notEqualsNotSupported": "The NotEquals operator is not supported in CQL queries for property \"{property}\"",
817
820
  "notIncludesNotSupported": "The NotIncludes operator is not supported in CQL queries for property \"{property}\"",
818
821
  "orConditionNotSupported": "OR logical operators are not supported in CQL queries",
819
- "countFailed": "Unable to count entities"
822
+ "countFailed": "Unable to count entities",
823
+ "sortOnlyPrimaryKey": "ScyllaDB only supports ORDER BY on clustering (primary key) columns; \"{property}\" is a secondary index and cannot be used for sorting"
820
824
  },
821
- "synchronisedEntityStorageConnector": {
822
- "missingRequiredProperty": "The property \"{requiredProperty}\" is required when using the Synchronised Entity Storage Connector.",
823
- "missingRequiredPropertySort": "The property \"{requiredProperty}\" requires sorting attributes for the Synchronised Entity Storage Connector."
825
+ "schemaVersionService": {
826
+ "storedVersionNewer": "Stored schema version ({stored}) for \"{schemaName}\" is newer than the current version ({current}). Downgrade is not supported.",
827
+ "noMigrationStep": "No migration step from version {missingFromVersion} to {missingToVersion} found for \"{schemaName}\". Cannot complete migration from {stored} to {current}. Register the versioned schema class \"{schemaName}V{missingFromVersion}\" in EntitySchemaFactory.",
828
+ "noMigrationStepTarget": "No target schema for migration step {missingFromVersion} to {missingToVersion} found for \"{schemaName}\". Cannot complete migration from {stored} to {current}. Register the versioned schema class \"{schemaName}V{missingToVersion}\" in EntitySchemaFactory.",
829
+ "connectorNotMigrationCapable": "Schema \"{schemaName}\" needs migration from version {stored} to {current} but its connector does not support automatic migration. Please migrate the schema manually before starting the node."
824
830
  },
825
831
  "localEventBusConnector": {
826
832
  "callback": "The callback failed during publish topic \"{topic}\" for subscriptionId \"{subscriptionId}\""
@@ -832,15 +838,14 @@
832
838
  },
833
839
  "federatedCatalogueService": {
834
840
  "datasetNotFound": "Dataset with ID \"{notFoundId}\" not found in the catalogue",
835
- "datasetIdInvalidUri": "Dataset @id \"{dataSetId}\" must be a valid URI (URN or URL) per DS Protocol",
836
- "datasetMissingPublisher": "Dataset \"{dataSetId}\" is missing required dcterms:publisher property (needed for participant identification)",
837
- "filterIndexCreationFailed": "Failed to create filter index for dataset \"{dataSetId}\" using filter \"{filterType}\"",
841
+ "datasetIdInvalidUri": "Dataset @id \"{datasetId}\" must be a valid URI (URN or URL) per DS Protocol",
842
+ "datasetMissingPublisher": "Dataset \"{datasetId}\" is missing required dcterms:publisher property (needed for participant identification)",
843
+ "filterIndexCreationFailed": "Failed to create filter index for dataset \"{datasetId}\" using filter \"{filterType}\"",
838
844
  "multipleFiltersNotSupported": "Multiple filters are not supported in a single query",
839
845
  "filterMustBeArray": "Filter must be an array per DS Protocol specification",
840
- "noDatasetsFound": "No datasets found in the catalogue"
841
- },
842
- "federatedCatalogueRestClient": {
843
- "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component"
846
+ "noDatasetsFound": "No datasets found in the catalogue",
847
+ "datasetOwnerMismatch": "Dataset \"{datasetId}\" already exists and is owned by a different identity",
848
+ "datasetRemoveNotOwner": "Dataset \"{datasetId}\" can only be removed by its owner"
844
849
  },
845
850
  "entityStorageIdentityResolverConnector": {
846
851
  "documentNotFound": "The document could not be found",
@@ -1222,21 +1227,6 @@
1222
1227
  "notSupportedOnClient": "The method \"{methodName}\" is not supported on the REST client, it can only be used on a server side component",
1223
1228
  "publicOriginNotRequired": "The publicOrigin parameter is not required on the REST client"
1224
1229
  },
1225
- "synchronisedStorageService": {
1226
- "notTrustedNode": "This method can only be called on a trusted node",
1227
- "entitySyncFailed": "Failed to sync synchronised entity storage connector",
1228
- "consolidationSyncFailed": "Failed to consolidate synchronised entity storage connector",
1229
- "decryptionKeyNotFound": "Decryption key not found, ensure the synchronised storage component is initialised and the decryption key is set"
1230
- },
1231
- "remoteSyncStateHelper": {
1232
- "finalisingSyncChangesFailed": "Failed to finalise sync changes for storage key \"{storageKey}\""
1233
- },
1234
- "blobStorageHelper": {
1235
- "loadBlobFailed": "Failed to load blob with id \"{blobId}\"",
1236
- "saveBlobFailed": "Failed to save blob",
1237
- "notTrustedNode": "Cannot save blob, this is not a trusted node",
1238
- "removeBlobFailed": "Failed to remove blob with id \"{blobId}\""
1239
- },
1240
1230
  "entityStorageTelemetryConnector": {
1241
1231
  "metricNotFound": "The metric could not be found \"{notFoundId}\"",
1242
1232
  "metricAlreadyExists": "The metric already exists \"{existingId}\"",
@@ -1308,50 +1298,6 @@
1308
1298
  "renameKeyFailed": "Failed to rename key from \"{name}\" to \"{newName}\"",
1309
1299
  "keyTypeMismatch": "The key type \"{keyType}\" does not match the requested encryption method \"{encryptionType}\""
1310
1300
  },
1311
- "entityStorageVerifiableStorageConnector": {
1312
- "verifiableStorageNotFound": "The verifiable item with the Id \"{notFoundId}\" was not found",
1313
- "creatingFailed": "Creating the item failed",
1314
- "updatingFailed": "Updating the item failed",
1315
- "gettingFailed": "Getting the item failed",
1316
- "removingFailed": "Removing the item failed",
1317
- "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the IOTA Verifiable Storage connector \"{namespace}\"",
1318
- "notInAllowList": "The user is not in the allow list",
1319
- "notCreator": "Only the creator can remove the verifiable item",
1320
- "allowListTooBig": "The number of items in the allow list is larger than the maximum allowed"
1321
- },
1322
- "iotaVerifiableStorageConnector": {
1323
- "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the IOTA Verifiable Storage connector \"{namespace}\"",
1324
- "creatingFailed": "Creating the verifiable item failed",
1325
- "updatingFailed": "Updating the verifiable item failed",
1326
- "gettingFailed": "Getting the verifiable item failed",
1327
- "removingFailed": "Removing the verifiable item failed",
1328
- "updateFailed": "Updating the verifiable item failed",
1329
- "packageIdNotFound": "Package ID not found for network \"{network}\"",
1330
- "storingTransactionFailed": "The transaction to store the data failed",
1331
- "removingTransactionFailed": "The transaction to remove the data failed",
1332
- "objectNotFound": "The object was not found",
1333
- "objectIdNotFound": "The object ID was not found in the verifiable item for namespace \"{namespace}\"",
1334
- "connectorNotStarted": "Please call start() before using this connector. Package ID: \"{packageId}\" is missing.",
1335
- "startFailed": "Failed to start the IOTA Verifiable Storage connector.",
1336
- "invalidGasBudget": "The gas budget must be greater than 0",
1337
- "notInAllowList": "The user is not in the allow list",
1338
- "notCreator": "Only the creator can remove the verifiable item",
1339
- "allowListTooBig": "The number of items in the allow list is larger than the maximum allowed",
1340
- "contractDataNotFound": "Contract data not found for network \"{network}\". Available networks: {availableNetworks}",
1341
- "deployedPackageIdRequired": "deployedPackageId is required for network operations on \"{network}\".",
1342
- "packageNotFoundOnNetwork": "Package \"{deployedPackageId}\" not found on \"{network}\" network"
1343
- },
1344
- "iotaVerifiableStorageUtils": {
1345
- "invalidVerifiableStorageIdFormat": "The verifiable storage ID \"{id}\" has an invalid format"
1346
- },
1347
- "verifiableStorageService": {
1348
- "namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Verifiable Storage service \"{namespace}\"",
1349
- "noConnectors": "There are no connectors registered with the Verifiable Storage factory",
1350
- "createFailed": "The creating of the Verifiable Storage failed",
1351
- "updateFailed": "The updating of the Verifiable Storage failed",
1352
- "getFailed": "The retrieving of the Verifiable Storage failed",
1353
- "removeFailed": "The removing of the Verifiable Storage failed"
1354
- },
1355
1301
  "entityStorageWalletConnector": {
1356
1302
  "insufficientFunds": "There are insufficient funds in the wallet."
1357
1303
  },
@@ -1419,7 +1365,6 @@
1419
1365
  "nodeIdentityCreate": "Creating node identity",
1420
1366
  "nodeAuthKeyCreate": "Creating node auth key",
1421
1367
  "trustVerificationMethodCreate": "Creating trust verification method for node identity",
1422
- "synchronisedStorageKeyAdd": "Adding synchronised storage key for node identity",
1423
1368
  "nodeIdentitySet": "Setting node identity",
1424
1369
  "nodeTenantCreate": "Creating node tenant",
1425
1370
  "organisationCreate": "Creating organisation identity",
@@ -1987,12 +1932,6 @@
1987
1932
  },
1988
1933
  "policyNegotiationAdminPointService": {
1989
1934
  "sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
1990
- },
1991
- "changeSetHelper": {
1992
- "getChangeSetError": "Failed to retrieve change set with id \"{changeSetStorageId}\""
1993
- },
1994
- "remoteSyncStateHelper": {
1995
- "getSyncStateError": "Failed to retrieve sync state for syncPointerId \"{syncPointerId}\""
1996
1935
  }
1997
1936
  },
1998
1937
  "cli": {
@@ -2245,12 +2184,12 @@
2245
2184
  "unsubscribe": "Subscription removed for topic \"{topic}\" with id \"{subscriptionId}\""
2246
2185
  },
2247
2186
  "federatedCatalogueService": {
2248
- "datasetRetrieve": "Retrieving dataset \"{dataSetId}\" from catalogue",
2249
- "datasetSet": "Storing dataset \"{dataSetId}\" in catalogue",
2250
- "datasetRemove": "Removing dataset \"{dataSetId}\" from catalogue",
2187
+ "datasetRetrieve": "Retrieving dataset \"{datasetId}\" from catalogue",
2188
+ "datasetSet": "Storing dataset \"{datasetId}\" in catalogue",
2189
+ "datasetRemove": "Removing dataset \"{datasetId}\" from catalogue",
2251
2190
  "catalogQuery": "Executing catalogue query",
2252
2191
  "catalogQueryComplete": "Catalogue query complete, found {resultCount} results",
2253
- "filterIndexPersisted": "Filter indexes persisted for dataset \"{dataSetId}\" using filter \"{filterType}\", {indexCount} entries"
2192
+ "filterIndexPersisted": "Filter indexes persisted for dataset \"{datasetId}\" using filter \"{filterType}\", {indexCount} entries"
2254
2193
  },
2255
2194
  "iota": {
2256
2195
  "transactionCosts": "Transaction costs for operation \"{operation}\", \"{cost}\""
@@ -2335,69 +2274,6 @@
2335
2274
  "executingActions": "Executing actions for stage: \"{stage}\", policy id: \"{policyId}\"",
2336
2275
  "executingAction": "Executing action for stage: \"{stage}\", policy id: \"{policyId}\""
2337
2276
  },
2338
- "changeSetHelper": {
2339
- "changeSetApplyingChange": "Applying remote sync change with operation id \"{operation}\" for item with id \"{id}\"",
2340
- "changeSetStoring": "Storing remote sync change set with id \"{id}\"",
2341
- "getChangeSet": "Retrieving change set with id \"{changeSetStorageId}\"",
2342
- "getChangeSetEmpty": "No change set found with id \"{changeSetStorageId}\"",
2343
- "copyChangeSet": "Copying change set with id \"{changeSetStorageId}\"",
2344
- "storageReset": "Resetting storage for storage key \"{storageKey}\""
2345
- },
2346
- "localSyncStateHelper": {
2347
- "getSnapshots": "Retrieving snapshot for storage key \"{storageKey}\"",
2348
- "getSnapshotsExists": "Found existing snapshot for storage key \"{storageKey}\"",
2349
- "getSnapshotsDoesNotExist": "No local change snapshot found for storage key \"{storageKey}\", creating new one",
2350
- "applySyncState": "Syncing from remote state with \"{snapshotCount}\" snapshots",
2351
- "applySnapshot": "Processing sync snapshot with id \"{snapshotId}\" created on \"{dateCreated}\"",
2352
- "applySnapshotNoExisting": "There are no existing snapshots, find a consolidated snapshot for storage key \"{storageKey}\"",
2353
- "applySnapshotFoundConsolidated": "Found consolidated snapshot with id \"{snapshotId}\" for storage key \"{storageKey}\"",
2354
- "applySnapshotNoConsolidated": "No consolidated snapshot found, cannot apply sync state for storage key \"{storageKey}\"",
2355
- "processModifiedSnapshot": "Processing modified sync snapshot with id \"{snapshotId}\", remote modified on \"{remoteModified}\", local modified on \"{localModified}\"",
2356
- "processNewSnapshot": "Processing new sync snapshot with id \"{snapshotId}\", created on \"{dateCreated}\"",
2357
- "removeLocalChangeSnapshot": "Removing local change snapshot with id \"{snapshotId}\"",
2358
- "addLocalChange": "Adding local change with id \"{id}\" to local change snapshot for storage key \"{storageKey}\", operation \"{operation}\"",
2359
- "setLocalChangeSnapshot": "Storing local change snapshot for storage key \"{storageKey}\""
2360
- },
2361
- "remoteSyncStateHelper": {
2362
- "verifiableSyncPointerStoreRetrieving": "Retrieving verifiable sync pointer for key \"{key}\"",
2363
- "verifiableSyncPointerStoreNotFound": "No verifiable sync pointer store found for key \"{key}\"",
2364
- "verifiableSyncPointerStoreRetrieved": "Retrieved verifiable sync pointer for key \"{key}\"",
2365
- "verifiableSyncPointerStoreStoring": "Storing verifiable sync pointer store for key \"{key}\"",
2366
- "syncStateStoring": "Storing sync state entry with \"{snapshotCount}\" snapshots",
2367
- "syncStateRetrieving": "Retrieving sync state entry for syncPointerId \"{syncPointerId}\"",
2368
- "syncStateRetrieved": "Retrieving sync state entry for syncPointerId \"{syncPointerId}\" with \"{snapshotCount}\" snapshots",
2369
- "syncStateNotFound": "No sync state entry found for syncPointerId \"{syncPointerId}\"",
2370
- "consolidationStarting": "Starting consolidation of remote sync state",
2371
- "consolidationCompleted": "Consolidation of remote sync state completed",
2372
- "addChangeSetToSyncState": "Adding change set with id \"{changeSetStorageId}\" to remote sync state for storage key \"{storageKey}\"",
2373
- "buildingChangeSet": "Building change set for storage key \"{storageKey}\" with \"{changeCount}\" changes",
2374
- "finalisingSyncChanges": "Finalising sync changes for storage key \"{storageKey}\"",
2375
- "createChangeSetRequestingItem": "Creating change set for key \"{storageKey}\", requesting item with id \"{id}\"",
2376
- "createChangeSetRespondingItem": "Responding to change set request for key \"{storageKey}\", item with id \"{id}\""
2377
- },
2378
- "synchronisedStorageService": {
2379
- "registerStorageKey": "Registering synchronised storage key \"{storageKey}\"",
2380
- "activateStorageKey": "Activating synchronised storage key \"{storageKey}\"",
2381
- "startEntitySync": "Starting synchronised entity storage for key \"{storageKey}\"",
2382
- "updateFromRemoteSyncState": "Updating synchronised entity storage from remote sync state for key \"{storageKey}\"",
2383
- "updateFromLocalSyncState": "Updating synchronised entity storage from local sync state for key \"{storageKey}\"",
2384
- "updateFromLocalSyncStateNoChanges": "No changes found in local sync state for key \"{storageKey}\", skipping update",
2385
- "builtStorageChangeSet": "Built storage change set for key \"{storageKey}\" with id \"{changeSetStorageId}\"",
2386
- "builtStorageChangeSetNone": "No changes found for key \"{storageKey}\", no storage change set created",
2387
- "sendingChangeSetToTrustedNode": "Sending change set with id \"{changeSetStorageId}\" to trusted node for key \"{storageKey}\"",
2388
- "decryptionKeyRequest": "Decryption key requested by node identity \"{nodeId}\"",
2389
- "syncChangeSetForRemoteNode": "Synchronising change set with id \"{changeSetStorageId}\" for node identity \"{nodeId}\""
2390
- },
2391
- "blobStorageHelper": {
2392
- "loadBlob": "Loading blob with id \"{blobId}\"",
2393
- "loadedBlob": "Loaded blob with id \"{blobId}\"",
2394
- "loadBlobEmpty": "No blob found with id \"{blobId}\"",
2395
- "saveBlob": "Saving blob",
2396
- "savedBlob": "Saved blob with id \"{blobId}\"",
2397
- "removeBlob": "Removing blob with id \"{blobId}\"",
2398
- "removedBlob": "Removed blob with id \"{blobId}\"",
2399
- "removeBlobEmpty": "No blob found to remove with id \"{blobId}\""
2400
- },
2401
2277
  "entityStorageTelemetryConnector": {
2402
2278
  "metricCreated": "The metric was created \"{id}\" with type \"type\" and label \"{label}\"",
2403
2279
  "metricUpdated": "The metric was updated \"{id}\" with type \"type\" and label \"{label}\"",
@@ -2415,9 +2291,6 @@
2415
2291
  "hashicorpVaultConnector": {
2416
2292
  "hashicorpVaultConnected": "Connected to Hashicorp Vault"
2417
2293
  },
2418
- "iotaVerifiableStorageConnector": {
2419
- "contractReady": "Contract ready for use"
2420
- },
2421
2294
  "fastifyWebServer": {
2422
2295
  "building": "Building Web Server",
2423
2296
  "starting": "Starting Web Server at address \"{host}\" on port \"{port}\"",
package/docs/changelog.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.50](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.49...node-v0.0.3-next.50) (2026-06-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * federated catalogue trust mode ([#194](https://github.com/iotaledger/twin-node/issues/194)) ([c18e6fb](https://github.com/iotaledger/twin-node/commit/c18e6fbe0014eb5faf8084d16169d86f3d3b23a6))
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.49 to 0.0.3-next.50
16
+
3
17
  ## [0.0.3-next.49](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.48...node-v0.0.3-next.49) (2026-06-05)
4
18
 
5
19