@twin.org/node 0.0.3-next.50 → 0.0.3-next.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locales/en.json +115 -96
- package/docs/changelog.md +14 -0
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"propertyNotInSchema": "The property \"{property}\" does not exist in the schema and cannot be used for projection"
|
|
322
322
|
},
|
|
323
323
|
"migrationHelper": {
|
|
324
|
-
"
|
|
324
|
+
"migrateSchemaFailed": "Migration failed for schema \"{schemaName}\".",
|
|
325
325
|
"transformRequiredForProperty": "A transformation function is required to migrate property \"{from}\" to \"{to}\" of type \"{type}\"",
|
|
326
326
|
"coercionProducedUndefined": "Coercion of property \"{property}\" to type \"{type}\" produced undefined but the property is not optional"
|
|
327
327
|
},
|
|
@@ -491,7 +491,10 @@
|
|
|
491
491
|
},
|
|
492
492
|
"backgroundTaskService": {
|
|
493
493
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the entity storage background task \"{namespace}\"",
|
|
494
|
-
"completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\""
|
|
494
|
+
"completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\"",
|
|
495
|
+
"dispatchFailed": "Failed to dispatch task \"{taskId}\" with type \"{taskType}\"",
|
|
496
|
+
"stateChangeCallbackFailed": "The state change callback failed for task \"{id}\" with type \"{type}\" and status \"{status}\"",
|
|
497
|
+
"taskFinishedProcessingFailed": "Failed to finalise background task processing for task \"{id}\" with method \"{type}\""
|
|
495
498
|
},
|
|
496
499
|
"s3BlobStorageConnector": {
|
|
497
500
|
"bucketCreateFailed": "Creating bucket \"{bucket}\" failed",
|
|
@@ -665,6 +668,7 @@
|
|
|
665
668
|
"missingHandleActivity": "Handler App \"{dataspaceAppId}\" does not export a \"handleActivity\" function",
|
|
666
669
|
"pushSubscriptionNotFound": "Push subscription not found for consumerPid \"{notFoundId}\"",
|
|
667
670
|
"pushActivityNotAuthorized": "Unauthorized push activity — no matching STARTED transfer found for the activity generator",
|
|
671
|
+
"pushActivityNotPermittedByPolicy": "Push activity rejected — the transfer's agreement (\"{agreementId}\") does not permit the activity for consumerPid \"{consumerPid}\"",
|
|
668
672
|
"processOutboxActivityMultipleTo": "processOutboxActivity does not support multiple recipients — activity.to contains {count} values, expected exactly one consumerPid",
|
|
669
673
|
"pushSubscriptionCompensationFailed": "Compensating unsubscribeToData failed after push-subscription storage write failed (consumerPid: {consumerPid}, providerPid: {providerPid}) — app may be left with a dangling Follow until orphan cleanup runs",
|
|
670
674
|
"activitySemanticError": "Activity could not be processed due to a semantic error in the provided Activity"
|
|
@@ -1907,101 +1911,12 @@
|
|
|
1907
1911
|
"validation": {
|
|
1908
1912
|
"defaultFieldName": "The field"
|
|
1909
1913
|
},
|
|
1910
|
-
"warn": {
|
|
1911
|
-
"common": {
|
|
1912
|
-
"devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
|
|
1913
|
-
},
|
|
1914
|
-
"taskSchedulerService": {
|
|
1915
|
-
"taskStalled": "Task with id \"{id}\" is stalled, last run at \"{lastRunTime}\" and exceeded timeout \"{stalledTaskTimeoutMs}\" ms"
|
|
1916
|
-
},
|
|
1917
|
-
"backgroundTaskService": {
|
|
1918
|
-
"maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\""
|
|
1919
|
-
},
|
|
1920
|
-
"dataspaceControlPlaneService": {
|
|
1921
|
-
"catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
|
|
1922
|
-
"stalledNegotiationCleanedUp": "Stalled negotiation cleaned up (negotiationId: {negotiationId})"
|
|
1923
|
-
},
|
|
1924
|
-
"dataspaceControlPlanePolicyRequester": {
|
|
1925
|
-
"unknownNegotiationFinalized": "Unknown negotiation finalized (negotiationId: {negotiationId})",
|
|
1926
|
-
"negotiationTerminated": "Negotiation terminated by provider (negotiationId: {negotiationId})",
|
|
1927
|
-
"unknownNegotiationTerminated": "Unknown negotiation terminated (negotiationId: {negotiationId})"
|
|
1928
|
-
},
|
|
1929
|
-
"dataspaceDataPlaneService": {
|
|
1930
|
-
"pushSubscriptionNotFoundOnTeardown": "Push subscription not found for consumerPid \"{consumerPid}\" during teardown — treating as no-op",
|
|
1931
|
-
"pushSubscriptionNotFoundForActivity": "Push subscription not found for outbound activity (consumerPid: {consumerPid})"
|
|
1932
|
-
},
|
|
1933
|
-
"policyNegotiationAdminPointService": {
|
|
1934
|
-
"sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1937
|
-
"cli": {
|
|
1938
|
-
"progress": {
|
|
1939
|
-
"done": "Done.",
|
|
1940
|
-
"error": "Error",
|
|
1941
|
-
"loadingEnvFiles": "Loading env files",
|
|
1942
|
-
"pleaseWait": "Please wait...",
|
|
1943
|
-
"writingJsonFile": "Writing JSON file",
|
|
1944
|
-
"writingEnvFile": "Writing env file",
|
|
1945
|
-
"readingJsonFile": "Reading JSON file",
|
|
1946
|
-
"readingEnvFile": "Reading env file"
|
|
1947
|
-
},
|
|
1948
|
-
"options": {
|
|
1949
|
-
"lang": {
|
|
1950
|
-
"param": "--lang '<'lang'>'",
|
|
1951
|
-
"description": "The language to display the output in."
|
|
1952
|
-
},
|
|
1953
|
-
"load-env": {
|
|
1954
|
-
"param": "--load-env [env...]",
|
|
1955
|
-
"description": "Load the env files to initialise any environment variables."
|
|
1956
|
-
},
|
|
1957
|
-
"no-console": {
|
|
1958
|
-
"param": "--no-console",
|
|
1959
|
-
"description": "Hides the output in the console."
|
|
1960
|
-
},
|
|
1961
|
-
"json": {
|
|
1962
|
-
"param": "--json '<'filename'>'",
|
|
1963
|
-
"description": "Creates a JSON file containing the output."
|
|
1964
|
-
},
|
|
1965
|
-
"env": {
|
|
1966
|
-
"param": "--env '<'filename'>'",
|
|
1967
|
-
"description": "Creates an env file containing the output."
|
|
1968
|
-
},
|
|
1969
|
-
"merge-json": {
|
|
1970
|
-
"param": "--merge-json",
|
|
1971
|
-
"description": "If the JSON file already exists merge the data instead of overwriting."
|
|
1972
|
-
},
|
|
1973
|
-
"merge-env": {
|
|
1974
|
-
"param": "--merge-env",
|
|
1975
|
-
"description": "If the env file already exists merge the data instead of overwriting."
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
"engineCore": {
|
|
1980
|
-
"debuggingEnabled": "Debugging is enabled",
|
|
1981
|
-
"starting": "Engine is starting",
|
|
1982
|
-
"started": "Engine has started",
|
|
1983
|
-
"stopping": "Engine is stopping",
|
|
1984
|
-
"stopped": "Engine has stopped",
|
|
1985
|
-
"configuring": "Configuring component type \"{componentType}\" with configuration type \"{configType}\"",
|
|
1986
|
-
"bootstrapStarted": "Bootstrap started",
|
|
1987
|
-
"bootstrapComplete": "Bootstrap complete",
|
|
1988
|
-
"bootstrapping": "Bootstrapping component type \"{className}\" with instance type \"{instanceType}\"",
|
|
1989
|
-
"componentsStarting": "Components are starting",
|
|
1990
|
-
"componentsComplete": "Components have started",
|
|
1991
|
-
"componentsStopping": "Components are stopping",
|
|
1992
|
-
"componentsStopped": "Components have stopped",
|
|
1993
|
-
"componentStarting": "Starting component type \"{className}\" with instance type \"{instanceType}\"",
|
|
1994
|
-
"componentStopping": "Stopping component type \"{className}\" with instance type \"{instanceType}\""
|
|
1995
|
-
},
|
|
1996
|
-
"fileStateStorage": {
|
|
1997
|
-
"loading": "Loading state from file storage with filename \"{filename}\"",
|
|
1998
|
-
"saving": "Saving state to file storage with filename \"{filename}\""
|
|
1999
|
-
},
|
|
2000
|
-
"memoryStateStorage": {
|
|
2001
|
-
"loading": "Loading state from memory",
|
|
2002
|
-
"saving": "Saving state to memory"
|
|
2003
|
-
},
|
|
2004
1914
|
"info": {
|
|
1915
|
+
"migrationHelper": {
|
|
1916
|
+
"migrateSchemaStarting": "Migrating schema \"{schemaName}\"",
|
|
1917
|
+
"migrateSchemaFinalizing": "Finalizing migration of schema \"{schemaName}\"",
|
|
1918
|
+
"migrateSchemaComplete": "Migration of schema \"{schemaName}\" complete"
|
|
1919
|
+
},
|
|
2005
1920
|
"engineTypes": {
|
|
2006
1921
|
"configuringEntityStorage": "Configuring {element} with name \"{storageName}\" using \"{storageType}\" connector"
|
|
2007
1922
|
},
|
|
@@ -2174,6 +2089,16 @@
|
|
|
2174
2089
|
"abstractScyllaDBConnector": {
|
|
2175
2090
|
"sql": "SQL: \"{sql}\""
|
|
2176
2091
|
},
|
|
2092
|
+
"schemaVersionService": {
|
|
2093
|
+
"noMigrationRequired": "No migration required for schema \"{schemaName}\", version {version}.",
|
|
2094
|
+
"migrationRequired": "Migration required for schema \"{schemaName}\" from version {from} to {to}.",
|
|
2095
|
+
"partitionStart": "Starting migration of {itemTotal} partitions.",
|
|
2096
|
+
"partitionProgress": "Migrating partition {itemIndex} of {itemTotal}.",
|
|
2097
|
+
"partitionEnd": "Completed migration of {itemTotal} partitions.",
|
|
2098
|
+
"partitionItemsStart": "Starting migration of {itemTotal} items in current partition.",
|
|
2099
|
+
"partitionItemsProgress": "Migrating items in current partition: {itemIndex} of {itemTotal} processed.",
|
|
2100
|
+
"partitionItemsEnd": "Completed migration of {itemTotal} items in current partition."
|
|
2101
|
+
},
|
|
2177
2102
|
"localEventBusConnector": {
|
|
2178
2103
|
"subscribe": "Subscription created for topic \"{topic}\" with id \"{subscriptionId}\"",
|
|
2179
2104
|
"unsubscribe": "Subscription removed for topic \"{topic}\" with id \"{subscriptionId}\"",
|
|
@@ -2304,6 +2229,100 @@
|
|
|
2304
2229
|
"responseMessage": "<=== {statusCode} {method} {requestUrl} duration: {elapsedMicroSeconds}µs"
|
|
2305
2230
|
}
|
|
2306
2231
|
},
|
|
2232
|
+
"warn": {
|
|
2233
|
+
"common": {
|
|
2234
|
+
"devOnlyTool": "This tool is intended to be used for development purposes, it is not recommended for use in production scenarios."
|
|
2235
|
+
},
|
|
2236
|
+
"taskSchedulerService": {
|
|
2237
|
+
"taskStalled": "Task with id \"{id}\" is stalled, last run at \"{lastRunTime}\" and exceeded timeout \"{stalledTaskTimeoutMs}\" ms"
|
|
2238
|
+
},
|
|
2239
|
+
"backgroundTaskService": {
|
|
2240
|
+
"maxSystemWorkerCountReached": "The maximum system worker count of {maxSystemWorkerCount} has been reached, can not create any more worker for task type \"{type}\""
|
|
2241
|
+
},
|
|
2242
|
+
"dataspaceControlPlaneService": {
|
|
2243
|
+
"catalogDatasetHasNoOffers": "Dataset has no Offers (odrl:hasPolicy) in Federated Catalogue",
|
|
2244
|
+
"stalledNegotiationCleanedUp": "Stalled negotiation cleaned up (negotiationId: {negotiationId})"
|
|
2245
|
+
},
|
|
2246
|
+
"dataspaceControlPlanePolicyRequester": {
|
|
2247
|
+
"unknownNegotiationFinalized": "Unknown negotiation finalized (negotiationId: {negotiationId})",
|
|
2248
|
+
"negotiationTerminated": "Negotiation terminated by provider (negotiationId: {negotiationId})",
|
|
2249
|
+
"unknownNegotiationTerminated": "Unknown negotiation terminated (negotiationId: {negotiationId})"
|
|
2250
|
+
},
|
|
2251
|
+
"dataspaceDataPlaneService": {
|
|
2252
|
+
"pushSubscriptionNotFoundOnTeardown": "Push subscription not found for consumerPid \"{consumerPid}\" during teardown — treating as no-op",
|
|
2253
|
+
"pushSubscriptionNotFoundForActivity": "Push subscription not found for outbound activity (consumerPid: {consumerPid})"
|
|
2254
|
+
},
|
|
2255
|
+
"policyNegotiationAdminPointService": {
|
|
2256
|
+
"sendTerminateFailed": "Failed to send terminate to consumer for negotiation id: \"{id}\", correlation id: \"{correlationId}\""
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"cli": {
|
|
2260
|
+
"progress": {
|
|
2261
|
+
"done": "Done.",
|
|
2262
|
+
"error": "Error",
|
|
2263
|
+
"loadingEnvFiles": "Loading env files",
|
|
2264
|
+
"pleaseWait": "Please wait...",
|
|
2265
|
+
"writingJsonFile": "Writing JSON file",
|
|
2266
|
+
"writingEnvFile": "Writing env file",
|
|
2267
|
+
"readingJsonFile": "Reading JSON file",
|
|
2268
|
+
"readingEnvFile": "Reading env file"
|
|
2269
|
+
},
|
|
2270
|
+
"options": {
|
|
2271
|
+
"lang": {
|
|
2272
|
+
"param": "--lang '<'lang'>'",
|
|
2273
|
+
"description": "The language to display the output in."
|
|
2274
|
+
},
|
|
2275
|
+
"load-env": {
|
|
2276
|
+
"param": "--load-env [env...]",
|
|
2277
|
+
"description": "Load the env files to initialise any environment variables."
|
|
2278
|
+
},
|
|
2279
|
+
"no-console": {
|
|
2280
|
+
"param": "--no-console",
|
|
2281
|
+
"description": "Hides the output in the console."
|
|
2282
|
+
},
|
|
2283
|
+
"json": {
|
|
2284
|
+
"param": "--json '<'filename'>'",
|
|
2285
|
+
"description": "Creates a JSON file containing the output."
|
|
2286
|
+
},
|
|
2287
|
+
"env": {
|
|
2288
|
+
"param": "--env '<'filename'>'",
|
|
2289
|
+
"description": "Creates an env file containing the output."
|
|
2290
|
+
},
|
|
2291
|
+
"merge-json": {
|
|
2292
|
+
"param": "--merge-json",
|
|
2293
|
+
"description": "If the JSON file already exists merge the data instead of overwriting."
|
|
2294
|
+
},
|
|
2295
|
+
"merge-env": {
|
|
2296
|
+
"param": "--merge-env",
|
|
2297
|
+
"description": "If the env file already exists merge the data instead of overwriting."
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
},
|
|
2301
|
+
"engineCore": {
|
|
2302
|
+
"debuggingEnabled": "Debugging is enabled",
|
|
2303
|
+
"starting": "Engine is starting",
|
|
2304
|
+
"started": "Engine has started",
|
|
2305
|
+
"stopping": "Engine is stopping",
|
|
2306
|
+
"stopped": "Engine has stopped",
|
|
2307
|
+
"configuring": "Configuring component type \"{componentType}\" with configuration type \"{configType}\"",
|
|
2308
|
+
"bootstrapStarted": "Bootstrap started",
|
|
2309
|
+
"bootstrapComplete": "Bootstrap complete",
|
|
2310
|
+
"bootstrapping": "Bootstrapping component type \"{className}\" with instance type \"{instanceType}\"",
|
|
2311
|
+
"componentsStarting": "Components are starting",
|
|
2312
|
+
"componentsComplete": "Components have started",
|
|
2313
|
+
"componentsStopping": "Components are stopping",
|
|
2314
|
+
"componentsStopped": "Components have stopped",
|
|
2315
|
+
"componentStarting": "Starting component type \"{className}\" with instance type \"{instanceType}\"",
|
|
2316
|
+
"componentStopping": "Stopping component type \"{className}\" with instance type \"{instanceType}\""
|
|
2317
|
+
},
|
|
2318
|
+
"fileStateStorage": {
|
|
2319
|
+
"loading": "Loading state from file storage with filename \"{filename}\"",
|
|
2320
|
+
"saving": "Saving state to file storage with filename \"{filename}\""
|
|
2321
|
+
},
|
|
2322
|
+
"memoryStateStorage": {
|
|
2323
|
+
"loading": "Loading state from memory",
|
|
2324
|
+
"saving": "Saving state to memory"
|
|
2325
|
+
},
|
|
2307
2326
|
"nftAttestationConnector": {
|
|
2308
2327
|
"verificationFailures": {
|
|
2309
2328
|
"noData": "There is no data in the resolved NFT",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.51](https://github.com/iotaledger/twin-node/compare/node-v0.0.3-next.50...node-v0.0.3-next.51) (2026-06-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* migration testing ([#199](https://github.com/iotaledger/twin-node/issues/199)) ([97a731c](https://github.com/iotaledger/twin-node/commit/97a731c520d66ab0588d80987a0f88d388ce51ae))
|
|
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.50 to 0.0.3-next.51
|
|
16
|
+
|
|
3
17
|
## [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
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.0.3-next.
|
|
3
|
+
"version": "0.0.3-next.51",
|
|
4
4
|
"description": "TWIN Node serving APIs using the specified configuration",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/node-core": "0.0.3-next.
|
|
17
|
+
"@twin.org/node-core": "0.0.3-next.51"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|