@twin.org/node 0.10.1-next.1 → 0.10.1-next.2
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 +143 -142
- package/docs/changelog.md +14 -0
- package/docs/open-api/spec.json +1 -1
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -142,6 +142,9 @@
|
|
|
142
142
|
"atLeastOneNumber": "The value should contain at least one number",
|
|
143
143
|
"atLeastOneSpecialChar": "The value should contain at least one symbol",
|
|
144
144
|
"saltEntropyTooLow": "Salt must have at least 8 unique characters for sufficient entropy.",
|
|
145
|
+
"auditableItemGraphService": {
|
|
146
|
+
"edgeIdSameAsVertexId": "The edge with target id \"{targetId}\" can not point to the vertex it belongs to"
|
|
147
|
+
},
|
|
145
148
|
"schema": {
|
|
146
149
|
"missingType": "Failed to validate as there is no handler for type \"{dataType}\""
|
|
147
150
|
},
|
|
@@ -152,9 +155,6 @@
|
|
|
152
155
|
"coordinatesLongitudeNumber": "The longitude value must be a number",
|
|
153
156
|
"coordinatesLongitudeRange": "The longitude value must be between -180 and 180"
|
|
154
157
|
},
|
|
155
|
-
"auditableItemGraphService": {
|
|
156
|
-
"edgeIdSameAsVertexId": "The edge with target id \"{targetId}\" can not point to the vertex it belongs to"
|
|
157
|
-
},
|
|
158
158
|
"missingType": "The object must include at least one @type value"
|
|
159
159
|
},
|
|
160
160
|
"guard": {
|
|
@@ -430,6 +430,57 @@
|
|
|
430
430
|
"organizationIdAlreadyExists": "A tenant with organization ID \"{existingId}\" already exists.",
|
|
431
431
|
"publicOriginAlreadyExists": "A tenant with public origin \"{existingId}\" already exists."
|
|
432
432
|
},
|
|
433
|
+
"auditableItemGraphService": {
|
|
434
|
+
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Graph service \"{namespace}\"",
|
|
435
|
+
"createFailed": "Creating the Auditable Item Graph vertex failed",
|
|
436
|
+
"getFailed": "Getting the Auditable Item Graph vertex failed",
|
|
437
|
+
"getVersionFailed": "Getting the Auditable Item Graph vertex version failed",
|
|
438
|
+
"getVersionsFailed": "Getting the Auditable Item Graph vertex versions failed",
|
|
439
|
+
"versionNotFound": "The version with the Id \"{notFoundId}\" was not found",
|
|
440
|
+
"updatingFailed": "Updating the Auditable Item Graph vertex failed",
|
|
441
|
+
"queryingFailed": "Querying the Auditable Item Graph failed",
|
|
442
|
+
"invalidCursor": "The cursor is not valid, it must be one returned by a matching query",
|
|
443
|
+
"removeProofFailed": "Removing the proof from the Auditable Item Graph vertex failed",
|
|
444
|
+
"vertexNotFound": "The vertex with the Id \"{notFoundId}\" was not found",
|
|
445
|
+
"changesetNotFound": "The changeset with the Id \"{notFoundId}\" was not found",
|
|
446
|
+
"resourceIdMissing": "You must provide either the id, or the resourceObject must contain an id property for index \"{index}\"",
|
|
447
|
+
"aliasNotUnique": "The alias id \"{aliasId}\" is already in use on another vertex and the unique flag was set",
|
|
448
|
+
"invalidEdgeId": "The edge id \"{edgeId}\" is not valid",
|
|
449
|
+
"listPatchInvalidFormat": "The property \"{property}\" must be a list patch object with add and/or remove, not a bare array",
|
|
450
|
+
"auditModeTransitionNotAllowed": "The vertex audit mode can not be changed from \"{currentMode}\" to \"{requestedMode}\", bypass is a terminal mode"
|
|
451
|
+
},
|
|
452
|
+
"jsonSchemaHelper": {
|
|
453
|
+
"schemaLoadFailed": "Failed to load the referenced schema \"{uri}\""
|
|
454
|
+
},
|
|
455
|
+
"jsonLdProcessor": {
|
|
456
|
+
"compact": "The JSON-LD compaction failed",
|
|
457
|
+
"expand": "The JSON-LD expansion failed",
|
|
458
|
+
"canonize": "The JSON-LD canonization failed",
|
|
459
|
+
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
460
|
+
"jsonLdError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
461
|
+
},
|
|
462
|
+
"proofHelper": {
|
|
463
|
+
"unsupportedProofType": "Proof type \"{proofType}\" not supported."
|
|
464
|
+
},
|
|
465
|
+
"jsonWebSignature2020SignerVerifier": {
|
|
466
|
+
"missingJws": "JWS is missing from proof."
|
|
467
|
+
},
|
|
468
|
+
"dataIntegrityProofSignerVerifier": {
|
|
469
|
+
"cryptosuiteNotSupported": "Cryptosuite \"{cryptoSuite}\" is not supported.",
|
|
470
|
+
"missingPrivateKey": "Private key is missing.",
|
|
471
|
+
"missingPublicKey": "Public key is missing."
|
|
472
|
+
},
|
|
473
|
+
"multikeyHelper": {
|
|
474
|
+
"invalidPublicKeyMultibase": "Public key multibase \"{publicKeyMultibase}\" is invalid.",
|
|
475
|
+
"invalidSecretKeyMultibase": "Secret key multibase \"{secretKeyMultibase}\" is invalid.",
|
|
476
|
+
"unsupportedCrv": "Curve \"{crv}\" is not supported.",
|
|
477
|
+
"unsupportedKty": "Key type \"{kty}\" is not supported.",
|
|
478
|
+
"publicKeyMultibaseMissingHeader": "Public key multibase \"{publicKeyMultibase}\" is missing the multi codec header",
|
|
479
|
+
"secretKeyMultibaseMissingHeader": "Secret key multibase \"{secretKeyMultibase}\" is missing the multi codec header"
|
|
480
|
+
},
|
|
481
|
+
"multiTelemetryConnector": {
|
|
482
|
+
"notSupported": "The method \"{methodName}\" is not supported on multi telemetry connector."
|
|
483
|
+
},
|
|
433
484
|
"commands": {
|
|
434
485
|
"common": {
|
|
435
486
|
"missingEnv": "The \"{option}\" option is configured as an environment variable, but there is no environment variable with the name \"{value}\" set.",
|
|
@@ -440,16 +491,6 @@
|
|
|
440
491
|
"optionMaxValue": "The \"{option}\" option must be less than or equal to {maxValue}, it is {value}."
|
|
441
492
|
}
|
|
442
493
|
},
|
|
443
|
-
"jsonLdProcessor": {
|
|
444
|
-
"compact": "The JSON-LD compaction failed",
|
|
445
|
-
"expand": "The JSON-LD expansion failed",
|
|
446
|
-
"canonize": "The JSON-LD canonization failed",
|
|
447
|
-
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
448
|
-
"jsonLdError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
449
|
-
},
|
|
450
|
-
"jsonSchemaHelper": {
|
|
451
|
-
"schemaLoadFailed": "Failed to load the referenced schema \"{uri}\""
|
|
452
|
-
},
|
|
453
494
|
"accountHelper": {
|
|
454
495
|
"addressNotFound": "The address is missing could not be found from the seed \"{address}\"",
|
|
455
496
|
"missingPublicKey": "The public key is missing for vault key \"{keyName}\""
|
|
@@ -508,6 +549,9 @@
|
|
|
508
549
|
"failedLoading": "Failed to load file state storage from \"{filename}\"",
|
|
509
550
|
"failedSaving": "Failed to save file state storage to \"{filename}\""
|
|
510
551
|
},
|
|
552
|
+
"engineCloneHelper": {
|
|
553
|
+
"invalidExcludeCloneComponent": "The exclude clone component pattern \"{pattern}\" is not a valid regular expression"
|
|
554
|
+
},
|
|
511
555
|
"moduleHelper": {
|
|
512
556
|
"moduleNotFound": "Failed to load module \"{module}\"",
|
|
513
557
|
"entryNotFound": "Failed to load entry \"{entry}\" from module \"{module}\"",
|
|
@@ -521,8 +565,7 @@
|
|
|
521
565
|
},
|
|
522
566
|
"healthService": {
|
|
523
567
|
"componentHealthCheckFailed": "Health check failed for component \"{className}\"",
|
|
524
|
-
"applicationHealthCheckTaskFailed": "Application health check background task failed"
|
|
525
|
-
"invalidExcludeCloneComponent": "The exclude clone component pattern \"{pattern}\" is not a valid regular expression"
|
|
568
|
+
"applicationHealthCheckTaskFailed": "Application health check background task failed"
|
|
526
569
|
},
|
|
527
570
|
"applicationHealthTask": {
|
|
528
571
|
"engineNotStarted": "Application health engine is not started"
|
|
@@ -534,28 +577,6 @@
|
|
|
534
577
|
"destroyFailed": "Destroying the attestation failed",
|
|
535
578
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the NFT Attestation connector \"{namespace}\""
|
|
536
579
|
},
|
|
537
|
-
"proofHelper": {
|
|
538
|
-
"unsupportedProofType": "Proof type \"{proofType}\" not supported."
|
|
539
|
-
},
|
|
540
|
-
"jsonWebSignature2020SignerVerifier": {
|
|
541
|
-
"missingJws": "JWS is missing from proof."
|
|
542
|
-
},
|
|
543
|
-
"dataIntegrityProofSignerVerifier": {
|
|
544
|
-
"cryptosuiteNotSupported": "Cryptosuite \"{cryptoSuite}\" is not supported.",
|
|
545
|
-
"missingPrivateKey": "Private key is missing.",
|
|
546
|
-
"missingPublicKey": "Public key is missing."
|
|
547
|
-
},
|
|
548
|
-
"multikeyHelper": {
|
|
549
|
-
"invalidPublicKeyMultibase": "Public key multibase \"{publicKeyMultibase}\" is invalid.",
|
|
550
|
-
"invalidSecretKeyMultibase": "Secret key multibase \"{secretKeyMultibase}\" is invalid.",
|
|
551
|
-
"unsupportedCrv": "Curve \"{crv}\" is not supported.",
|
|
552
|
-
"unsupportedKty": "Key type \"{kty}\" is not supported.",
|
|
553
|
-
"publicKeyMultibaseMissingHeader": "Public key multibase \"{publicKeyMultibase}\" is missing the multi codec header",
|
|
554
|
-
"secretKeyMultibaseMissingHeader": "Secret key multibase \"{secretKeyMultibase}\" is missing the multi codec header"
|
|
555
|
-
},
|
|
556
|
-
"multiTelemetryConnector": {
|
|
557
|
-
"notSupported": "The method \"{methodName}\" is not supported on multi telemetry connector."
|
|
558
|
-
},
|
|
559
580
|
"verificationHelper": {
|
|
560
581
|
"jwtDecodeFailed": "Decoding the JWT failed",
|
|
561
582
|
"proofMissingVerificationMethod": "The proof is missing the verification method",
|
|
@@ -575,24 +596,6 @@
|
|
|
575
596
|
"destroyFailed": "The destruction of the attestation failed",
|
|
576
597
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the attestation service \"{namespace}\""
|
|
577
598
|
},
|
|
578
|
-
"auditableItemGraphService": {
|
|
579
|
-
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Graph service \"{namespace}\"",
|
|
580
|
-
"createFailed": "Creating the Auditable Item Graph vertex failed",
|
|
581
|
-
"getFailed": "Getting the Auditable Item Graph vertex failed",
|
|
582
|
-
"getVersionFailed": "Getting the Auditable Item Graph vertex version failed",
|
|
583
|
-
"getVersionsFailed": "Getting the Auditable Item Graph vertex versions failed",
|
|
584
|
-
"versionNotFound": "The version with the Id \"{notFoundId}\" was not found",
|
|
585
|
-
"updatingFailed": "Updating the Auditable Item Graph vertex failed",
|
|
586
|
-
"queryingFailed": "Querying the Auditable Item Graph failed",
|
|
587
|
-
"removeProofFailed": "Removing the proof from the Auditable Item Graph vertex failed",
|
|
588
|
-
"vertexNotFound": "The vertex with the Id \"{notFoundId}\" was not found",
|
|
589
|
-
"changesetNotFound": "The changeset with the Id \"{notFoundId}\" was not found",
|
|
590
|
-
"resourceIdMissing": "You must provide either the id, or the resourceObject must contain an id property for index \"{index}\"",
|
|
591
|
-
"aliasNotUnique": "The alias id \"{aliasId}\" is already in use on another vertex and the unique flag was set",
|
|
592
|
-
"invalidEdgeId": "The edge id \"{edgeId}\" is not valid",
|
|
593
|
-
"listPatchInvalidFormat": "The property \"{property}\" must be a list patch object with add and/or remove, not a bare array",
|
|
594
|
-
"auditModeTransitionNotAllowed": "The vertex audit mode can not be changed from \"{currentMode}\" to \"{requestedMode}\", bypass is a terminal mode"
|
|
595
|
-
},
|
|
596
599
|
"auditableItemStreamService": {
|
|
597
600
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Stream service \"{namespace}\"",
|
|
598
601
|
"createFailed": "Creating the Auditable Item Stream failed",
|
|
@@ -1012,7 +1015,6 @@
|
|
|
1012
1015
|
"findFailed": "Error while querying data on \"{table}\"",
|
|
1013
1016
|
"parseJSONFailed": "Parsing JSON failed for field \"{name}\" with value \"{value}\"",
|
|
1014
1017
|
"comparisonNotSupported": "Dot-notation nested property path \"{property}\" is not supported in CQL queries",
|
|
1015
|
-
"notEqualsNotSupported": "The NotEquals operator is not supported in CQL queries for property \"{property}\"",
|
|
1016
1018
|
"notIncludesNotSupported": "The NotIncludes operator is not supported in CQL queries for property \"{property}\"",
|
|
1017
1019
|
"orConditionNotSupported": "OR logical operators are not supported in CQL queries",
|
|
1018
1020
|
"countFailed": "Unable to count entities",
|
|
@@ -1383,7 +1385,8 @@
|
|
|
1383
1385
|
"offerNotFound": "Offer not found with id: \"{notFoundId}\"",
|
|
1384
1386
|
"offerTypeMismatch": "The policy with id: \"{offerId}\" is not of type Offer, it is of type: \"{type}\".",
|
|
1385
1387
|
"setNotFound": "Set not found with id: \"{notFoundId}\"",
|
|
1386
|
-
"setTypeMismatch": "The policy with id: \"{setId}\" is not of type Set, it is of type: \"{type}\"."
|
|
1388
|
+
"setTypeMismatch": "The policy with id: \"{setId}\" is not of type Set, it is of type: \"{type}\".",
|
|
1389
|
+
"invalidCursor": "The cursor \"{cursor}\" was not produced by a locator query, cursors cannot be reused across queries with different locators"
|
|
1387
1390
|
},
|
|
1388
1391
|
"policyDecisionPointService": {
|
|
1389
1392
|
"decidingFailed": "Deciding on policies for policy id \"{policyId}\" failed in arbiter with id: \"{arbiterId}\"",
|
|
@@ -2709,8 +2712,7 @@
|
|
|
2709
2712
|
"tableExists": "Table \"{tableName}\" created or it already exists",
|
|
2710
2713
|
"tableDropping": "Dropping table \"{tableName}\"",
|
|
2711
2714
|
"tableDropped": "Table \"{tableName}\" dropped",
|
|
2712
|
-
"legacyIndexDropped": "Legacy index \"{indexName}\" dropped from table \"{tableName}\", \"{newIndexName}\"
|
|
2713
|
-
"legacyIndexRenamed": "Legacy index \"{indexName}\" renamed to \"{newIndexName}\" on table \"{tableName}\""
|
|
2715
|
+
"legacyIndexDropped": "Legacy index \"{indexName}\" dropped from table \"{tableName}\", \"{newIndexName}\" now covers the column"
|
|
2714
2716
|
},
|
|
2715
2717
|
"postgreSqlEntityStorageConnector": {
|
|
2716
2718
|
"databaseCreating": "Database \"{databaseName}\" creating",
|
|
@@ -2719,8 +2721,7 @@
|
|
|
2719
2721
|
"tableExists": "Table \"{tableName}\" created or it already exists",
|
|
2720
2722
|
"tableDropping": "Dropping table \"{tableName}\"",
|
|
2721
2723
|
"tableDropped": "Table \"{tableName}\" dropped",
|
|
2722
|
-
"legacyIndexDropped": "Legacy index \"{indexName}\" dropped from table \"{tableName}\", \"{newIndexName}\"
|
|
2723
|
-
"legacyIndexRenamed": "Legacy index \"{indexName}\" renamed to \"{newIndexName}\" on table \"{tableName}\""
|
|
2724
|
+
"legacyIndexDropped": "Legacy index \"{indexName}\" dropped from table \"{tableName}\", \"{newIndexName}\" now covers the column"
|
|
2724
2725
|
},
|
|
2725
2726
|
"scyllaDBTableConnector": {
|
|
2726
2727
|
"keyspaceCreating": "Creating keyspace \"{keyspace}\"",
|
|
@@ -2917,91 +2918,16 @@
|
|
|
2917
2918
|
"responseMessage": "<=== {statusCode} {method} {requestUrl} duration: {elapsedMicroSeconds}µs"
|
|
2918
2919
|
}
|
|
2919
2920
|
},
|
|
2920
|
-
"
|
|
2921
|
-
"progress": {
|
|
2922
|
-
"done": "Done.",
|
|
2923
|
-
"error": "Error",
|
|
2924
|
-
"loadingEnvFiles": "Loading env files",
|
|
2925
|
-
"pleaseWait": "Please wait...",
|
|
2926
|
-
"writingJsonFile": "Writing JSON file",
|
|
2927
|
-
"writingEnvFile": "Writing env file",
|
|
2928
|
-
"readingJsonFile": "Reading JSON file",
|
|
2929
|
-
"readingEnvFile": "Reading env file"
|
|
2930
|
-
},
|
|
2931
|
-
"options": {
|
|
2932
|
-
"lang": {
|
|
2933
|
-
"param": "--lang '<'lang'>'",
|
|
2934
|
-
"description": "The language to display the output in."
|
|
2935
|
-
},
|
|
2936
|
-
"load-env": {
|
|
2937
|
-
"param": "--load-env [env...]",
|
|
2938
|
-
"description": "Load the env files to initialise any environment variables."
|
|
2939
|
-
},
|
|
2940
|
-
"no-console": {
|
|
2941
|
-
"param": "--no-console",
|
|
2942
|
-
"description": "Hides the output in the console."
|
|
2943
|
-
},
|
|
2944
|
-
"json": {
|
|
2945
|
-
"param": "--json '<'filename'>'",
|
|
2946
|
-
"description": "Creates a JSON file containing the output."
|
|
2947
|
-
},
|
|
2948
|
-
"env": {
|
|
2949
|
-
"param": "--env '<'filename'>'",
|
|
2950
|
-
"description": "Creates an env file containing the output."
|
|
2951
|
-
},
|
|
2952
|
-
"merge-json": {
|
|
2953
|
-
"param": "--merge-json",
|
|
2954
|
-
"description": "If the JSON file already exists merge the data instead of overwriting."
|
|
2955
|
-
},
|
|
2956
|
-
"merge-env": {
|
|
2957
|
-
"param": "--merge-env",
|
|
2958
|
-
"description": "If the env file already exists merge the data instead of overwriting."
|
|
2959
|
-
}
|
|
2960
|
-
}
|
|
2961
|
-
},
|
|
2962
|
-
"engineCore": {
|
|
2963
|
-
"debuggingEnabled": "Debugging is enabled",
|
|
2964
|
-
"starting": "Engine is starting",
|
|
2965
|
-
"started": "Engine has started",
|
|
2966
|
-
"stopping": "Engine is stopping",
|
|
2967
|
-
"stopped": "Engine has stopped",
|
|
2968
|
-
"configuring": "Configuring component type \"{componentType}\" with configuration type \"{configType}\"",
|
|
2969
|
-
"bootstrapStarted": "Bootstrap started",
|
|
2970
|
-
"bootstrapComplete": "Bootstrap complete",
|
|
2971
|
-
"bootstrapping": "Bootstrapping component type \"{className}\" with instance type \"{instanceType}\"",
|
|
2972
|
-
"componentsStarting": "Components are starting",
|
|
2973
|
-
"componentsComplete": "Components have started",
|
|
2974
|
-
"componentsSummary": "Components started in {totalMs}ms, slowest: {slowestComponents}",
|
|
2975
|
-
"componentsStopping": "Components are stopping",
|
|
2976
|
-
"componentsStopped": "Components have stopped",
|
|
2977
|
-
"componentStarting": "Starting component type \"{className}\" with instance type \"{instanceType}\"",
|
|
2978
|
-
"componentStarted": "Started component type \"{className}\" with instance type \"{instanceType}\" in {elapsedMs}ms",
|
|
2979
|
-
"componentStopping": "Stopping component type \"{className}\" with instance type \"{instanceType}\""
|
|
2980
|
-
},
|
|
2981
|
-
"fileStateStorage": {
|
|
2982
|
-
"loading": "Loading state from file storage with filename \"{filename}\"",
|
|
2983
|
-
"saving": "Saving state to file storage with filename \"{filename}\""
|
|
2984
|
-
},
|
|
2985
|
-
"memoryStateStorage": {
|
|
2986
|
-
"loading": "Loading state from memory",
|
|
2987
|
-
"saving": "Saving state to memory"
|
|
2988
|
-
},
|
|
2989
|
-
"nftAttestationConnector": {
|
|
2990
|
-
"verificationFailures": {
|
|
2991
|
-
"noData": "There is no data in the resolved NFT",
|
|
2992
|
-
"proofFailed": "The proof of the attestation could not be verified",
|
|
2993
|
-
"revoked": "The proof of the attestation has been revoked"
|
|
2994
|
-
}
|
|
2995
|
-
},
|
|
2921
|
+
"auditableItemGraphService": {},
|
|
2996
2922
|
"health": {
|
|
2997
|
-
"attestationService": {
|
|
2998
|
-
"healthDescription": "Attestation lifecycle (create, get, destroy) using the \"{namespace}\" namespace",
|
|
2999
|
-
"getAttestationFailed": "Failed to get the health check attestation"
|
|
3000
|
-
},
|
|
3001
2923
|
"auditableItemGraphService": {
|
|
3002
2924
|
"healthDescription": "Auditable item graph service application health check",
|
|
3003
2925
|
"getVertexFailed": "Failed to complete the auditable item graph vertex storage health check"
|
|
3004
2926
|
},
|
|
2927
|
+
"attestationService": {
|
|
2928
|
+
"healthDescription": "Attestation lifecycle (create, get, destroy) using the \"{namespace}\" namespace",
|
|
2929
|
+
"getAttestationFailed": "Failed to get the health check attestation"
|
|
2930
|
+
},
|
|
3005
2931
|
"auditableItemStreamService": {
|
|
3006
2932
|
"healthDescription": "Auditable item stream service application health check",
|
|
3007
2933
|
"getStreamFailed": "Failed to complete the auditable item stream storage health check"
|
|
@@ -3131,7 +3057,82 @@
|
|
|
3131
3057
|
"serverNotBuilt": "The server has not been built"
|
|
3132
3058
|
}
|
|
3133
3059
|
},
|
|
3134
|
-
"
|
|
3060
|
+
"cli": {
|
|
3061
|
+
"progress": {
|
|
3062
|
+
"done": "Done.",
|
|
3063
|
+
"error": "Error",
|
|
3064
|
+
"loadingEnvFiles": "Loading env files",
|
|
3065
|
+
"pleaseWait": "Please wait...",
|
|
3066
|
+
"writingJsonFile": "Writing JSON file",
|
|
3067
|
+
"writingEnvFile": "Writing env file",
|
|
3068
|
+
"readingJsonFile": "Reading JSON file",
|
|
3069
|
+
"readingEnvFile": "Reading env file"
|
|
3070
|
+
},
|
|
3071
|
+
"options": {
|
|
3072
|
+
"lang": {
|
|
3073
|
+
"param": "--lang '<'lang'>'",
|
|
3074
|
+
"description": "The language to display the output in."
|
|
3075
|
+
},
|
|
3076
|
+
"load-env": {
|
|
3077
|
+
"param": "--load-env [env...]",
|
|
3078
|
+
"description": "Load the env files to initialise any environment variables."
|
|
3079
|
+
},
|
|
3080
|
+
"no-console": {
|
|
3081
|
+
"param": "--no-console",
|
|
3082
|
+
"description": "Hides the output in the console."
|
|
3083
|
+
},
|
|
3084
|
+
"json": {
|
|
3085
|
+
"param": "--json '<'filename'>'",
|
|
3086
|
+
"description": "Creates a JSON file containing the output."
|
|
3087
|
+
},
|
|
3088
|
+
"env": {
|
|
3089
|
+
"param": "--env '<'filename'>'",
|
|
3090
|
+
"description": "Creates an env file containing the output."
|
|
3091
|
+
},
|
|
3092
|
+
"merge-json": {
|
|
3093
|
+
"param": "--merge-json",
|
|
3094
|
+
"description": "If the JSON file already exists merge the data instead of overwriting."
|
|
3095
|
+
},
|
|
3096
|
+
"merge-env": {
|
|
3097
|
+
"param": "--merge-env",
|
|
3098
|
+
"description": "If the env file already exists merge the data instead of overwriting."
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
"engineCore": {
|
|
3103
|
+
"debuggingEnabled": "Debugging is enabled",
|
|
3104
|
+
"starting": "Engine is starting",
|
|
3105
|
+
"started": "Engine has started",
|
|
3106
|
+
"stopping": "Engine is stopping",
|
|
3107
|
+
"stopped": "Engine has stopped",
|
|
3108
|
+
"configuring": "Configuring component type \"{componentType}\" with configuration type \"{configType}\"",
|
|
3109
|
+
"bootstrapStarted": "Bootstrap started",
|
|
3110
|
+
"bootstrapComplete": "Bootstrap complete",
|
|
3111
|
+
"bootstrapping": "Bootstrapping component type \"{className}\" with instance type \"{instanceType}\"",
|
|
3112
|
+
"componentsStarting": "Components are starting",
|
|
3113
|
+
"componentsComplete": "Components have started",
|
|
3114
|
+
"componentsSummary": "Components started in {totalMs}ms, slowest: {slowestComponents}",
|
|
3115
|
+
"componentsStopping": "Components are stopping",
|
|
3116
|
+
"componentsStopped": "Components have stopped",
|
|
3117
|
+
"componentStarting": "Starting component type \"{className}\" with instance type \"{instanceType}\"",
|
|
3118
|
+
"componentStarted": "Started component type \"{className}\" with instance type \"{instanceType}\" in {elapsedMs}ms",
|
|
3119
|
+
"componentStopping": "Stopping component type \"{className}\" with instance type \"{instanceType}\""
|
|
3120
|
+
},
|
|
3121
|
+
"fileStateStorage": {
|
|
3122
|
+
"loading": "Loading state from file storage with filename \"{filename}\"",
|
|
3123
|
+
"saving": "Saving state to file storage with filename \"{filename}\""
|
|
3124
|
+
},
|
|
3125
|
+
"memoryStateStorage": {
|
|
3126
|
+
"loading": "Loading state from memory",
|
|
3127
|
+
"saving": "Saving state to memory"
|
|
3128
|
+
},
|
|
3129
|
+
"nftAttestationConnector": {
|
|
3130
|
+
"verificationFailures": {
|
|
3131
|
+
"noData": "There is no data in the resolved NFT",
|
|
3132
|
+
"proofFailed": "The proof of the attestation could not be verified",
|
|
3133
|
+
"revoked": "The proof of the attestation has been revoked"
|
|
3134
|
+
}
|
|
3135
|
+
},
|
|
3135
3136
|
"debug": {
|
|
3136
3137
|
"dataspaceControlPlaneService": {
|
|
3137
3138
|
"engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.10.1-next.2](https://github.com/iotaledger/twin-node/compare/node-v0.10.1-next.1...node-v0.10.1-next.2) (2026-09-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **node:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.10.1-next.1 to 0.10.1-next.2
|
|
16
|
+
|
|
3
17
|
## [0.10.1-next.1](https://github.com/iotaledger/twin-node/compare/node-v0.10.1-next.0...node-v0.10.1-next.1) (2026-09-17)
|
|
4
18
|
|
|
5
19
|
|
package/docs/open-api/spec.json
CHANGED
|
@@ -12777,7 +12777,7 @@
|
|
|
12777
12777
|
},
|
|
12778
12778
|
{
|
|
12779
12779
|
"name": "limit",
|
|
12780
|
-
"description": "
|
|
12780
|
+
"description": "The maximum number of entities to return, a page can contain fewer so follow the cursor\nuntil it is absent to read them all.",
|
|
12781
12781
|
"in": "query",
|
|
12782
12782
|
"required": false,
|
|
12783
12783
|
"schema": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.10.1-next.
|
|
3
|
+
"version": "0.10.1-next.2",
|
|
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": ">=24.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/node-core": "0.10.1-next.
|
|
17
|
+
"@twin.org/node-core": "0.10.1-next.2"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|