@twin.org/node 0.9.2-next.8 → 0.9.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 +82 -22
- package/docs/changelog.md +158 -0
- package/docs/open-api/spec.json +695 -2
- package/package.json +2 -2
package/dist/locales/en.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"cliCommandParamExtra": "Parameter(s) \"{params}\" are not recognised for command \"{command}\"",
|
|
16
16
|
"cliEnvVarMissing": "Environment variable \"{envVar}\" does not exist",
|
|
17
17
|
"invalidEnvVarValue": "Environment variable \"{key}\" has an invalid value \"{value}\", expected {type} type",
|
|
18
|
+
"invalidEnvVarPair": "Environment variable \"{key}\" has an invalid entry \"{value}\", expected unique name=integer pairs",
|
|
18
19
|
"unknownEnvVars": "Unknown environment variable properties [{keys}]. Check for typos in variable names, for custom variables use the {prefix}ENV_ALLOW_LIST."
|
|
19
20
|
},
|
|
20
21
|
"bootstrapDev": {
|
|
@@ -318,7 +319,8 @@
|
|
|
318
319
|
"updateUserFailed": "Updating the user failed",
|
|
319
320
|
"removeUserFailed": "Removing the user failed",
|
|
320
321
|
"updatePasswordFailed": "Updating the user's password failed",
|
|
321
|
-
"userNotFound": "The user with the specified e-mail could not be found \"{notFoundId}\""
|
|
322
|
+
"userNotFound": "The user with the specified e-mail could not be found \"{notFoundId}\"",
|
|
323
|
+
"insufficientScopeForEscalatedPrivilege": "Caller does not hold the required scope \"{scopeName}\" to assign a role with escalated privilege."
|
|
322
324
|
},
|
|
323
325
|
"authHeaderProcessor": {
|
|
324
326
|
"nodeIdNotSet": "The node ID has not been set"
|
|
@@ -400,6 +402,10 @@
|
|
|
400
402
|
"apiKeyNotFound": "No tenant found for API key \"{key}\".",
|
|
401
403
|
"organizationIdNotFound": "No tenant found for organization ID \"{organizationId}\"."
|
|
402
404
|
},
|
|
405
|
+
"tenantOverrideProcessor": {
|
|
406
|
+
"insufficientScopeForTenantOverride": "Caller does not hold the required scope for tenant override.",
|
|
407
|
+
"tenantNotFound": "Tenant \"{notFoundId}\" not found."
|
|
408
|
+
},
|
|
403
409
|
"singleTenantProcessor": {
|
|
404
410
|
"invalidOrganizationId": "Organization ID query parameter \"{paramName}\" value \"{value}\" is not valid for this node"
|
|
405
411
|
},
|
|
@@ -494,9 +500,7 @@
|
|
|
494
500
|
},
|
|
495
501
|
"healthService": {
|
|
496
502
|
"componentHealthCheckFailed": "Health check failed for component \"{className}\"",
|
|
497
|
-
"
|
|
498
|
-
"componentHealthApplicationCheckFailed": "Application health check failed for component \"{className}\"",
|
|
499
|
-
"componentHealthApplicationTeardownFailed": "Application health check teardown failed for component \"{className}\""
|
|
503
|
+
"applicationHealthCheckTaskFailed": "Application health check background task failed"
|
|
500
504
|
},
|
|
501
505
|
"nftAttestationConnector": {
|
|
502
506
|
"attestingFailed": "Attesting the data failed",
|
|
@@ -524,8 +528,8 @@
|
|
|
524
528
|
"publicKeyMultibaseMissingHeader": "Public key multibase \"{publicKeyMultibase}\" is missing the multi codec header",
|
|
525
529
|
"secretKeyMultibaseMissingHeader": "Secret key multibase \"{secretKeyMultibase}\" is missing the multi codec header"
|
|
526
530
|
},
|
|
527
|
-
"
|
|
528
|
-
"notSupported": "The method \"{methodName}\" is not supported on
|
|
531
|
+
"multiTelemetryConnector": {
|
|
532
|
+
"notSupported": "The method \"{methodName}\" is not supported on multi telemetry connector."
|
|
529
533
|
},
|
|
530
534
|
"verificationHelper": {
|
|
531
535
|
"jwtDecodeFailed": "Decoding the JWT failed",
|
|
@@ -543,6 +547,9 @@
|
|
|
543
547
|
"destroyFailed": "The destruction of the attestation failed",
|
|
544
548
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the attestation service \"{namespace}\""
|
|
545
549
|
},
|
|
550
|
+
"spanHelper": {
|
|
551
|
+
"traceFlagsOutOfRange": "The trace flags value \"{traceFlags}\" is outside the valid range 0 to 255"
|
|
552
|
+
},
|
|
546
553
|
"auditableItemGraphService": {
|
|
547
554
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Auditable Item Graph service \"{namespace}\"",
|
|
548
555
|
"createFailed": "Creating the Auditable Item Graph vertex failed",
|
|
@@ -592,11 +599,11 @@
|
|
|
592
599
|
"actionTypeNotFound": "Action type \"{actionType}\" not found for trigger \"{trigger}\""
|
|
593
600
|
},
|
|
594
601
|
"taskSchedulerService": {
|
|
595
|
-
"taskFailed": "Task with id \"{id}\" failed
|
|
602
|
+
"taskFailed": "Task with id \"{id}\" failed after {duration} ms"
|
|
596
603
|
},
|
|
597
604
|
"backgroundTaskService": {
|
|
598
605
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the entity storage background task \"{namespace}\"",
|
|
599
|
-
"completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\"",
|
|
606
|
+
"completeFailed": "Failed to complete processing task \"{id}\" with type \"{type}\" with status \"{status}\" in {duration} ms",
|
|
600
607
|
"dispatchFailed": "Failed to dispatch task \"{taskId}\" with type \"{taskType}\"",
|
|
601
608
|
"stateChangeCallbackFailed": "The state change callback failed for task \"{id}\" with type \"{type}\" and status \"{status}\"",
|
|
602
609
|
"taskFinishedProcessingFailed": "Failed to finalise background task processing for task \"{id}\" with method \"{type}\"",
|
|
@@ -743,7 +750,8 @@
|
|
|
743
750
|
"datasetWrongOrganization": "The calling organization does not own this dataset.",
|
|
744
751
|
"transferWrongOrganization": "The calling organization does not own this transfer.",
|
|
745
752
|
"invalidDatasetId": "Dataset ID \"{id}\" is not a valid URN or URL",
|
|
746
|
-
"providerTransferTerminateFailed": "Failed to terminate a provider transfer for a lifecycle policy (consumerPid: {consumerPid})"
|
|
753
|
+
"providerTransferTerminateFailed": "Failed to terminate a provider transfer for a lifecycle policy (consumerPid: {consumerPid})",
|
|
754
|
+
"agreementSweepRemoveFailed": "Failed to remove an agreement during the sweep (agreementId: {agreementId})"
|
|
747
755
|
},
|
|
748
756
|
"dataspaceControlPlanePolicyRequester": {},
|
|
749
757
|
"httpDataPullTransferHandler": {
|
|
@@ -1123,7 +1131,8 @@
|
|
|
1123
1131
|
"updateFailed": "Updating the identity profile failed \"{identity}\"",
|
|
1124
1132
|
"notFound": "The identity profile could not be found \"{notFoundId}\"",
|
|
1125
1133
|
"removeFailed": "Removing the identity profile failed \"{identity}\"",
|
|
1126
|
-
"listFailed": "Failed listing identities"
|
|
1134
|
+
"listFailed": "Failed listing identities",
|
|
1135
|
+
"listAdminFailed": "Failed listing identities with private data"
|
|
1127
1136
|
},
|
|
1128
1137
|
"immutableProofService": {
|
|
1129
1138
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the Immutable Proof service \"{namespace}\"",
|
|
@@ -1271,10 +1280,9 @@
|
|
|
1271
1280
|
"transferFailed": "The transfer of the notarization failed"
|
|
1272
1281
|
},
|
|
1273
1282
|
"dataAccessPointService": {
|
|
1274
|
-
"noHandlerForAssetType": "No handler registered for asset type \"{assetType}\""
|
|
1275
|
-
"notAuthorizedToQuery": "Not authorized to query asset type \"{assetType}\"",
|
|
1276
|
-
"notAuthorizedToGet": "Not authorized to get asset type \"{assetType}\" with id \"{id}\""
|
|
1283
|
+
"noHandlerForAssetType": "No handler registered for asset type \"{assetType}\""
|
|
1277
1284
|
},
|
|
1285
|
+
"dataAccessRequestPointService": {},
|
|
1278
1286
|
"policyAdministrationPointService": {
|
|
1279
1287
|
"namespaceMismatch": "The namespace in the urn \"{id}\" does not match the namespace of the rights management components \"{namespace}\"",
|
|
1280
1288
|
"policyAlreadyExists": "A policy with id: \"{existingId}\" already exists",
|
|
@@ -1368,7 +1376,13 @@
|
|
|
1368
1376
|
"counterIncOnly": "A counter metric can only be incremented, or added to with an integer",
|
|
1369
1377
|
"upDownCounterIncOrDecOnly": "An up/down counter metric can only be incremented, decremented or adjusted with an integer",
|
|
1370
1378
|
"gaugeNoIncDec": "A gauge can not be incremented or decremented",
|
|
1371
|
-
"maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer"
|
|
1379
|
+
"maxHistoryMustBePositiveInteger": "The maxHistory option must be a positive integer",
|
|
1380
|
+
"flushFailed": "Failed to flush metric values to storage"
|
|
1381
|
+
},
|
|
1382
|
+
"openTelemetryTelemetryConnector": {
|
|
1383
|
+
"metricNotFound": "The metric could not be found \"{notFoundId}\"",
|
|
1384
|
+
"counterIncOnly": "A counter metric can only be incremented, or added to with an integer",
|
|
1385
|
+
"gaugeNoIncDec": "A gauge can not be incremented or decremented"
|
|
1372
1386
|
},
|
|
1373
1387
|
"metricsCollectorService": {
|
|
1374
1388
|
"producerCollectionFailed": "Failed to collect metrics from producer \"{producer}\""
|
|
@@ -1376,12 +1390,13 @@
|
|
|
1376
1390
|
"entityStorageTracingConnector": {
|
|
1377
1391
|
"spanNotFound": "The span could not be found \"{notFoundId}\""
|
|
1378
1392
|
},
|
|
1379
|
-
"spanHelper": {
|
|
1380
|
-
"traceFlagsOutOfRange": "The trace flags value \"{traceFlags}\" is outside the valid range 0 to 255"
|
|
1381
|
-
},
|
|
1382
1393
|
"openTelemetryTracingConnector": {
|
|
1383
1394
|
"sampleRatioOutOfRange": "The sample ratio \"{sampleRatio}\" must be between 0 and 1"
|
|
1384
1395
|
},
|
|
1396
|
+
"tracingRouteProcessor": {
|
|
1397
|
+
"startSpanFailed": "The span for the request could not be started",
|
|
1398
|
+
"endSpanFailed": "The span for the request could not be ended"
|
|
1399
|
+
},
|
|
1385
1400
|
"tracingRoutes": {
|
|
1386
1401
|
"spanIdMismatch": "The span id in the path \"{pathSpanId}\" does not match the span id in the body \"{bodySpanId}\""
|
|
1387
1402
|
},
|
|
@@ -1456,7 +1471,9 @@
|
|
|
1456
1471
|
"noRestProcessors": "You must configure at least one REST processor",
|
|
1457
1472
|
"noSocketProcessors": "You must configure at least one socket processor",
|
|
1458
1473
|
"postProcessorError": "There was a failure after in a post processor for route \"{route}\"",
|
|
1459
|
-
"invalidPublicOrigin": "The public origin \"{publicOrigin}\" is not a valid origin URL, it should be in the format \"protocol://host[:port]\"."
|
|
1474
|
+
"invalidPublicOrigin": "The public origin \"{publicOrigin}\" is not a valid origin URL, it should be in the format \"protocol://host[:port]\".",
|
|
1475
|
+
"unknownBodyLimit": "The route \"{route}\" uses the body limit named \"{bodyLimit}\", which is not configured",
|
|
1476
|
+
"invalidBodyLimit": "The body limit named \"{bodyLimit}\" must be an integer greater than zero, but it is \"{value}\""
|
|
1460
1477
|
},
|
|
1461
1478
|
"restRouteProcessor": {
|
|
1462
1479
|
"routeNotFound": "The web server could not find the REST route \"{notFoundId}\""
|
|
@@ -1502,6 +1519,36 @@
|
|
|
1502
1519
|
"pushSubscriptionNotFoundForActivity": "Push subscription not found for outbound activity (consumerPid: {consumerPid})",
|
|
1503
1520
|
"transferRetrievalRecordFailed": "Failed to record the transfer retrieval (consumerPid: {consumerPid})"
|
|
1504
1521
|
},
|
|
1522
|
+
"cosmosDbEntityStorageConnector": {
|
|
1523
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1524
|
+
},
|
|
1525
|
+
"dynamoDbEntityStorageConnector": {
|
|
1526
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1527
|
+
},
|
|
1528
|
+
"fileEntityStorageConnector": {
|
|
1529
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1530
|
+
},
|
|
1531
|
+
"firestoreEntityStorageConnector": {
|
|
1532
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1533
|
+
},
|
|
1534
|
+
"memoryEntityStorageConnector": {
|
|
1535
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1536
|
+
},
|
|
1537
|
+
"mongoDbEntityStorageConnector": {
|
|
1538
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1539
|
+
},
|
|
1540
|
+
"mySqlEntityStorageConnector": {
|
|
1541
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1542
|
+
},
|
|
1543
|
+
"postgreSqlEntityStorageConnector": {
|
|
1544
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1545
|
+
},
|
|
1546
|
+
"scyllaDBTableConnector": {
|
|
1547
|
+
"partitionIdsSkipped": "Skipping partition ids whose depth does not match the {expected} configured partition keys: {partitionIds}. Entities in these partitions are ignored by migration."
|
|
1548
|
+
},
|
|
1549
|
+
"schemaVersionService": {
|
|
1550
|
+
"migrationDisabled": "Schema migration is disabled. Schema \"{schemaName}\" requires migration from version {from} to {to}. Continuing without migration may cause errors."
|
|
1551
|
+
},
|
|
1505
1552
|
"immutableProofService": {
|
|
1506
1553
|
"taskRecordRemoveFailed": "Removing the completed task record for proof \"{proofId}\" failed, the record will be removed when its retention expires",
|
|
1507
1554
|
"orphanedTaskRemoveFailed": "Removing the background task \"{taskId}\" for proof \"{proofId}\" failed after the proof entity could not be persisted; the task will still run to completion",
|
|
@@ -2375,11 +2422,12 @@
|
|
|
2375
2422
|
"taskSchedulerService": {
|
|
2376
2423
|
"taskAdded": "Task with id \"{id}\" added",
|
|
2377
2424
|
"taskRemoved": "Task with id \"{id}\" removed",
|
|
2378
|
-
"taskTriggered": "Task with id \"{id}\" triggered at time \"{time}\""
|
|
2425
|
+
"taskTriggered": "Task with id \"{id}\" triggered at time \"{time}\"",
|
|
2426
|
+
"taskCompleted": "Task with id \"{id}\" completed in {duration} ms"
|
|
2379
2427
|
},
|
|
2380
2428
|
"backgroundTaskService": {
|
|
2381
2429
|
"start": "Processing task \"{id}\" with type \"{type}\"",
|
|
2382
|
-
"complete": "Completed processing task \"{id}\" with type \"{type}\" with status \"{status}\"",
|
|
2430
|
+
"complete": "Completed processing task \"{id}\" with type \"{type}\" with status \"{status}\" in {duration} ms",
|
|
2383
2431
|
"initialisingWorker": "Initialising worker for task type \"{type}\"",
|
|
2384
2432
|
"shutdownWorker": "Shutting down worker for task type \"{type}\""
|
|
2385
2433
|
},
|
|
@@ -2441,7 +2489,9 @@
|
|
|
2441
2489
|
"stalledTransfersCleanupComplete": "Stalled transfers cleanup completed (cleanedUp: {cleanedUp})",
|
|
2442
2490
|
"providerTransferPolicySweepComplete": "Provider transfer policy sweep completed (terminated: {terminated})",
|
|
2443
2491
|
"preparingTransfer": "Preparing consumer-initiated data transfer (agreementId: {agreementId}, providerEndpoint: {providerEndpoint}, format: {format})",
|
|
2444
|
-
"transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})"
|
|
2492
|
+
"transferPrepared": "Consumer data transfer prepared successfully (consumerPid: {consumerPid}, providerPid: {providerPid}, agreementId: {agreementId}, format: {format})",
|
|
2493
|
+
"agreementSwept": "Unused agreement removed by the sweep (agreementId: {agreementId}, reason: {reason})",
|
|
2494
|
+
"agreementSweepComplete": "Agreement sweep completed (scanned: {scanned}, skipped: {skipped}, candidates: {candidates}, swept: {swept})"
|
|
2445
2495
|
},
|
|
2446
2496
|
"dataspaceControlPlanePolicyRequester": {
|
|
2447
2497
|
"offerReceived": "Offer received from provider (negotiationId: {negotiationId}, offerId: {offerId})",
|
|
@@ -2539,6 +2589,8 @@
|
|
|
2539
2589
|
"schemaVersionService": {
|
|
2540
2590
|
"noMigrationRequired": "No migration required for schema \"{schemaName}\", version {version}.",
|
|
2541
2591
|
"migrationRequired": "Migration required for schema \"{schemaName}\" from version {from} to {to}.",
|
|
2592
|
+
"connectorVersionUpdated": "Connector version changed from {from} to {to}; forcing schema migrations.",
|
|
2593
|
+
"connectorVersionForceUpgrade": "Forcing migration for schema \"{schemaName}\" because connector version changed.",
|
|
2542
2594
|
"partitionStart": "Starting migration of {itemTotal} partitions.",
|
|
2543
2595
|
"partitionProgress": "Migrating partition {itemIndex} of {itemTotal}.",
|
|
2544
2596
|
"partitionEnd": "Completed migration of {itemTotal} partitions.",
|
|
@@ -2601,6 +2653,13 @@
|
|
|
2601
2653
|
"contractReady": "Contract ready for use"
|
|
2602
2654
|
},
|
|
2603
2655
|
"iotaNotarizationConnector": {},
|
|
2656
|
+
"dataAccessPointService": {
|
|
2657
|
+
"registeredHandler": "Handler registered with id: \"{handlerId}\"",
|
|
2658
|
+
"unregisteredHandler": "Handler unregistered with id: \"{handlerId}\""
|
|
2659
|
+
},
|
|
2660
|
+
"dataAccessRequestPointService": {
|
|
2661
|
+
"missingNodeIdentity": "The node identity is missing"
|
|
2662
|
+
},
|
|
2604
2663
|
"policyEnforcementPointService": {
|
|
2605
2664
|
"processing": "Processing information using processor with id: \"{processorId}\", policy id: \"{policyId}\"",
|
|
2606
2665
|
"intercepting": "Intercepting information for policy id: \"{policyId}\""
|
|
@@ -2906,7 +2965,8 @@
|
|
|
2906
2965
|
"auditableItemGraphService": {},
|
|
2907
2966
|
"debug": {
|
|
2908
2967
|
"dataspaceControlPlaneService": {
|
|
2909
|
-
"engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)"
|
|
2968
|
+
"engineCloneStart": "Skipping control plane startup tasks (engine clone or no engine)",
|
|
2969
|
+
"agreementSweepSkipped": "Agreement excluded from the sweep (agreementId: {agreementId}, reason: {reason})"
|
|
2910
2970
|
},
|
|
2911
2971
|
"dataspaceDataPlaneService": {
|
|
2912
2972
|
"newActivity": "New Activity of type \"{activityType}\" notified by \"{generator}\"",
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,163 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.9.2](https://github.com/iotaledger/twin-node/compare/node-v0.9.2...node-v0.9.2) (2026-08-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add auth admin component ([1661e57](https://github.com/iotaledger/twin-node/commit/1661e57a699d5cf9ebde333e3cbc3aaea89d7c9c))
|
|
9
|
+
* add extend engine and server methods ([ec09c7e](https://github.com/iotaledger/twin-node/commit/ec09c7eb882d9f5797f2fd372e96cad1a3716f59))
|
|
10
|
+
* add extend engine and server methods ([0136a6f](https://github.com/iotaledger/twin-node/commit/0136a6f3f4e1a82b1427ee9618b8a17c79bc7fda))
|
|
11
|
+
* add fedcat to openapi ([eac69bd](https://github.com/iotaledger/twin-node/commit/eac69bdf94a22c35fe58e7523d9cf78bdc72eb7b))
|
|
12
|
+
* add updated config vars ([ebe8178](https://github.com/iotaledger/twin-node/commit/ebe81788ce53ddf3d6925a5f2f6dac381f84f06c))
|
|
13
|
+
* improve default options and spec ([b538721](https://github.com/iotaledger/twin-node/commit/b538721902e7f65021d2715148ba59409ccce035))
|
|
14
|
+
* initial commit ([522f1e5](https://github.com/iotaledger/twin-node/commit/522f1e515348f9b1dd1eeb3170b1249e2b0b5371))
|
|
15
|
+
* migrate env config from engine to node ([5da29b8](https://github.com/iotaledger/twin-node/commit/5da29b8d714495308320d237a68e84355bba2b47))
|
|
16
|
+
* node app use JavaScript ([14fe08c](https://github.com/iotaledger/twin-node/commit/14fe08cb760dd885a5dac9056a4d5dbc3d61df64))
|
|
17
|
+
* release to production ([6319a38](https://github.com/iotaledger/twin-node/commit/6319a38490a2c2809622f8acd170cb92bfa06942))
|
|
18
|
+
* release to production ([4f44403](https://github.com/iotaledger/twin-node/commit/4f444039832edce8fae562baa7c900ccdc2181da))
|
|
19
|
+
* release to production ([2d96e37](https://github.com/iotaledger/twin-node/commit/2d96e3737bd9663bc0d1171c2ff2c7f8b2ab01bb))
|
|
20
|
+
* release to production ([#253](https://github.com/iotaledger/twin-node/issues/253)) ([230efd0](https://github.com/iotaledger/twin-node/commit/230efd0f99af6114e707999b4c1a83a391cc1741))
|
|
21
|
+
* release to production ([#300](https://github.com/iotaledger/twin-node/issues/300)) ([4d2b09f](https://github.com/iotaledger/twin-node/commit/4d2b09f92c7815ad3fe48d54eca0972fefc782f7))
|
|
22
|
+
* release to production ([#364](https://github.com/iotaledger/twin-node/issues/364)) ([dbba3db](https://github.com/iotaledger/twin-node/commit/dbba3dbf3d9efb858b0ea28aaf88378964fcf08e))
|
|
23
|
+
* update dependencies ([9d25f16](https://github.com/iotaledger/twin-node/commit/9d25f16f1d554cd38f3bec28fdf7f8fff892ceaf))
|
|
24
|
+
* update spec generation config ([cff633a](https://github.com/iotaledger/twin-node/commit/cff633a0ffb73ad652d5f1bae653fa91e82dc8ab))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* adding a condition to verify if the password exists when bootstrapping ([6030a42](https://github.com/iotaledger/twin-node/commit/6030a42bdaf581678d96932fd0b809396bf7b8b0))
|
|
30
|
+
* adding a condition to verify if the password exists when bootstrapping ([c66f396](https://github.com/iotaledger/twin-node/commit/c66f396717394161a7647d1f08b3d87729d96e96))
|
|
31
|
+
* broken docs ([61479fd](https://github.com/iotaledger/twin-node/commit/61479fd618f766d22c5aafec5277e1a89e22b453))
|
|
32
|
+
|
|
33
|
+
## [0.9.2-next.17](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.16...node-v0.9.2-next.17) (2026-08-24)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Miscellaneous Chores
|
|
37
|
+
|
|
38
|
+
* **node:** Synchronize repo versions
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Dependencies
|
|
42
|
+
|
|
43
|
+
* The following workspace dependencies were updated
|
|
44
|
+
* dependencies
|
|
45
|
+
* @twin.org/node-core bumped from 0.9.2-next.16 to 0.9.2-next.17
|
|
46
|
+
|
|
47
|
+
## [0.9.2-next.16](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.15...node-v0.9.2-next.16) (2026-08-21)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* configure web server body limits from the environment ([#356](https://github.com/iotaledger/twin-node/issues/356)) ([f196ad3](https://github.com/iotaledger/twin-node/commit/f196ad368559515184e37a99d6876570074ebcd5))
|
|
53
|
+
* telemetry tracing multi ([#357](https://github.com/iotaledger/twin-node/issues/357)) ([b6412ac](https://github.com/iotaledger/twin-node/commit/b6412ac3141a94a0f9f7d1dd391451ac9247e862))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Dependencies
|
|
57
|
+
|
|
58
|
+
* The following workspace dependencies were updated
|
|
59
|
+
* dependencies
|
|
60
|
+
* @twin.org/node-core bumped from 0.9.2-next.15 to 0.9.2-next.16
|
|
61
|
+
|
|
62
|
+
## [0.9.2-next.15](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.14...node-v0.9.2-next.15) (2026-08-20)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Features
|
|
66
|
+
|
|
67
|
+
* silent telemetry and tracing options ([#351](https://github.com/iotaledger/twin-node/issues/351)) ([3a5752f](https://github.com/iotaledger/twin-node/commit/3a5752fc0bf8a028b3ebfc34878524ac799fb81e))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Dependencies
|
|
71
|
+
|
|
72
|
+
* The following workspace dependencies were updated
|
|
73
|
+
* dependencies
|
|
74
|
+
* @twin.org/node-core bumped from 0.9.2-next.14 to 0.9.2-next.15
|
|
75
|
+
|
|
76
|
+
## [0.9.2-next.14](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.13...node-v0.9.2-next.14) (2026-08-19)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* telemetry batching ([#347](https://github.com/iotaledger/twin-node/issues/347)) ([5d5b0a9](https://github.com/iotaledger/twin-node/commit/5d5b0a91396298fe774ae26193b0595875cd118a))
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
### Dependencies
|
|
85
|
+
|
|
86
|
+
* The following workspace dependencies were updated
|
|
87
|
+
* dependencies
|
|
88
|
+
* @twin.org/node-core bumped from 0.9.2-next.13 to 0.9.2-next.14
|
|
89
|
+
|
|
90
|
+
## [0.9.2-next.13](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.12...node-v0.9.2-next.13) (2026-08-18)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Features
|
|
94
|
+
|
|
95
|
+
* add tracing ([#344](https://github.com/iotaledger/twin-node/issues/344)) ([4fa71cd](https://github.com/iotaledger/twin-node/commit/4fa71cd0eafd7d708df15c8f0a85323fecd05561))
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
### Dependencies
|
|
99
|
+
|
|
100
|
+
* The following workspace dependencies were updated
|
|
101
|
+
* dependencies
|
|
102
|
+
* @twin.org/node-core bumped from 0.9.2-next.12 to 0.9.2-next.13
|
|
103
|
+
|
|
104
|
+
## [0.9.2-next.12](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.11...node-v0.9.2-next.12) (2026-08-17)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Features
|
|
108
|
+
|
|
109
|
+
* add dsp sweep vars ([#340](https://github.com/iotaledger/twin-node/issues/340)) ([5487c13](https://github.com/iotaledger/twin-node/commit/5487c13197fcd386206ec37f9f342c55ec5b1176))
|
|
110
|
+
* rest metrics ([#341](https://github.com/iotaledger/twin-node/issues/341)) ([ebec573](https://github.com/iotaledger/twin-node/commit/ebec5736bb66adfd97f7d73912bec1ce7392e5f8))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
### Dependencies
|
|
114
|
+
|
|
115
|
+
* The following workspace dependencies were updated
|
|
116
|
+
* dependencies
|
|
117
|
+
* @twin.org/node-core bumped from 0.9.2-next.11 to 0.9.2-next.12
|
|
118
|
+
|
|
119
|
+
## [0.9.2-next.11](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.10...node-v0.9.2-next.11) (2026-08-14)
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
### Features
|
|
123
|
+
|
|
124
|
+
* add tenant override ([#337](https://github.com/iotaledger/twin-node/issues/337)) ([b4ea765](https://github.com/iotaledger/twin-node/commit/b4ea7656e2557c19053365dd5d4af14d0d945cd5))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Dependencies
|
|
128
|
+
|
|
129
|
+
* The following workspace dependencies were updated
|
|
130
|
+
* dependencies
|
|
131
|
+
* @twin.org/node-core bumped from 0.9.2-next.10 to 0.9.2-next.11
|
|
132
|
+
|
|
133
|
+
## [0.9.2-next.10](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.9...node-v0.9.2-next.10) (2026-08-12)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Miscellaneous Chores
|
|
137
|
+
|
|
138
|
+
* **node:** Synchronize repo versions
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Dependencies
|
|
142
|
+
|
|
143
|
+
* The following workspace dependencies were updated
|
|
144
|
+
* dependencies
|
|
145
|
+
* @twin.org/node-core bumped from 0.9.2-next.9 to 0.9.2-next.10
|
|
146
|
+
|
|
147
|
+
## [0.9.2-next.9](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.8...node-v0.9.2-next.9) (2026-08-12)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
152
|
+
* pool env vars ([#331](https://github.com/iotaledger/twin-node/issues/331)) ([338ea61](https://github.com/iotaledger/twin-node/commit/338ea612b37aa4d15971c8a09def47bee9395d0c))
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @twin.org/node-core bumped from 0.9.2-next.8 to 0.9.2-next.9
|
|
160
|
+
|
|
3
161
|
## [0.9.2-next.8](https://github.com/iotaledger/twin-node/compare/node-v0.9.2-next.7...node-v0.9.2-next.8) (2026-08-11)
|
|
4
162
|
|
|
5
163
|
|
package/docs/open-api/spec.json
CHANGED
|
@@ -5085,6 +5085,463 @@
|
|
|
5085
5085
|
}
|
|
5086
5086
|
}
|
|
5087
5087
|
},
|
|
5088
|
+
"/identity/profile/{userIdentity}": {
|
|
5089
|
+
"get": {
|
|
5090
|
+
"operationId": "identityProfileAdminGet",
|
|
5091
|
+
"summary": "Get the identity profile properties of another user",
|
|
5092
|
+
"tags": [
|
|
5093
|
+
"Identity Profile"
|
|
5094
|
+
],
|
|
5095
|
+
"parameters": [
|
|
5096
|
+
{
|
|
5097
|
+
"name": "userIdentity",
|
|
5098
|
+
"description": "The identity of the user whose profile is to be retrieved.",
|
|
5099
|
+
"in": "path",
|
|
5100
|
+
"required": true,
|
|
5101
|
+
"schema": {
|
|
5102
|
+
"type": "string"
|
|
5103
|
+
},
|
|
5104
|
+
"style": "simple",
|
|
5105
|
+
"example": "did:iota:tst:0xc57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70"
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"name": "publicPropertyNames",
|
|
5109
|
+
"description": "The public properties to get for the profile, defaults to all, should be a comma separated list.",
|
|
5110
|
+
"in": "query",
|
|
5111
|
+
"required": false,
|
|
5112
|
+
"schema": {
|
|
5113
|
+
"type": "string"
|
|
5114
|
+
},
|
|
5115
|
+
"example": "name,jobTitle"
|
|
5116
|
+
},
|
|
5117
|
+
{
|
|
5118
|
+
"name": "privatePropertyNames",
|
|
5119
|
+
"description": "The private properties to get for the profile, defaults to all, should be a comma separated list.",
|
|
5120
|
+
"in": "query",
|
|
5121
|
+
"required": false,
|
|
5122
|
+
"schema": {
|
|
5123
|
+
"type": "string"
|
|
5124
|
+
}
|
|
5125
|
+
}
|
|
5126
|
+
],
|
|
5127
|
+
"security": [
|
|
5128
|
+
{
|
|
5129
|
+
"jwtBearerAuthScheme": []
|
|
5130
|
+
}
|
|
5131
|
+
],
|
|
5132
|
+
"responses": {
|
|
5133
|
+
"200": {
|
|
5134
|
+
"description": "Response to get an identity details.",
|
|
5135
|
+
"content": {
|
|
5136
|
+
"application/json": {
|
|
5137
|
+
"schema": {
|
|
5138
|
+
"$ref": "#/components/schemas/IdentityProfileGetResponse"
|
|
5139
|
+
},
|
|
5140
|
+
"examples": {
|
|
5141
|
+
"identityProfileAdminGetResponseExample": {
|
|
5142
|
+
"value": {
|
|
5143
|
+
"identity": "did:iota:tst:0xc57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70",
|
|
5144
|
+
"publicProfile": {
|
|
5145
|
+
"@context": "https://schema.org",
|
|
5146
|
+
"@type": "Person",
|
|
5147
|
+
"jobTitle": "Professor",
|
|
5148
|
+
"name": "Jane Doe"
|
|
5149
|
+
}
|
|
5150
|
+
}
|
|
5151
|
+
}
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
}
|
|
5155
|
+
},
|
|
5156
|
+
"400": {
|
|
5157
|
+
"description": "The server cannot process the request, see the content for more details.",
|
|
5158
|
+
"content": {
|
|
5159
|
+
"application/json": {
|
|
5160
|
+
"schema": {
|
|
5161
|
+
"$ref": "#/components/schemas/Error"
|
|
5162
|
+
},
|
|
5163
|
+
"examples": {
|
|
5164
|
+
"exampleResponse": {
|
|
5165
|
+
"value": {
|
|
5166
|
+
"name": "GeneralError",
|
|
5167
|
+
"message": "errorMessage",
|
|
5168
|
+
"properties": {
|
|
5169
|
+
"foo": "bar"
|
|
5170
|
+
}
|
|
5171
|
+
}
|
|
5172
|
+
}
|
|
5173
|
+
}
|
|
5174
|
+
}
|
|
5175
|
+
}
|
|
5176
|
+
},
|
|
5177
|
+
"401": {
|
|
5178
|
+
"description": "You are not authorized to use the API or no credentials were supplied, see the content for more details.",
|
|
5179
|
+
"content": {
|
|
5180
|
+
"application/json": {
|
|
5181
|
+
"schema": {
|
|
5182
|
+
"$ref": "#/components/schemas/Error"
|
|
5183
|
+
},
|
|
5184
|
+
"examples": {
|
|
5185
|
+
"exampleResponse": {
|
|
5186
|
+
"value": {
|
|
5187
|
+
"name": "UnauthorizedError",
|
|
5188
|
+
"message": "errorMessage"
|
|
5189
|
+
}
|
|
5190
|
+
}
|
|
5191
|
+
}
|
|
5192
|
+
}
|
|
5193
|
+
}
|
|
5194
|
+
},
|
|
5195
|
+
"403": {
|
|
5196
|
+
"description": "The operation that you tried to perform is not possible, see the content for more details.",
|
|
5197
|
+
"content": {
|
|
5198
|
+
"application/json": {
|
|
5199
|
+
"schema": {
|
|
5200
|
+
"$ref": "#/components/schemas/Error"
|
|
5201
|
+
},
|
|
5202
|
+
"examples": {
|
|
5203
|
+
"exampleResponse": {
|
|
5204
|
+
"value": {
|
|
5205
|
+
"name": "ForbiddenError",
|
|
5206
|
+
"message": "errorMessage",
|
|
5207
|
+
"properties": {
|
|
5208
|
+
"foo": "bar"
|
|
5209
|
+
}
|
|
5210
|
+
}
|
|
5211
|
+
}
|
|
5212
|
+
}
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
5215
|
+
},
|
|
5216
|
+
"404": {
|
|
5217
|
+
"description": "The resource you tried to access does not exist, see the content for more details.",
|
|
5218
|
+
"content": {
|
|
5219
|
+
"application/json": {
|
|
5220
|
+
"schema": {
|
|
5221
|
+
"$ref": "#/components/schemas/NotFoundResponse"
|
|
5222
|
+
},
|
|
5223
|
+
"examples": {
|
|
5224
|
+
"exampleResponse": {
|
|
5225
|
+
"value": {
|
|
5226
|
+
"name": "NotFoundError",
|
|
5227
|
+
"message": "errorMessage",
|
|
5228
|
+
"properties": {
|
|
5229
|
+
"notFoundId": "1"
|
|
5230
|
+
}
|
|
5231
|
+
}
|
|
5232
|
+
}
|
|
5233
|
+
}
|
|
5234
|
+
}
|
|
5235
|
+
}
|
|
5236
|
+
},
|
|
5237
|
+
"500": {
|
|
5238
|
+
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
5239
|
+
"content": {
|
|
5240
|
+
"application/json": {
|
|
5241
|
+
"schema": {
|
|
5242
|
+
"$ref": "#/components/schemas/Error"
|
|
5243
|
+
},
|
|
5244
|
+
"examples": {
|
|
5245
|
+
"exampleResponse": {
|
|
5246
|
+
"value": {
|
|
5247
|
+
"name": "InternalServerError",
|
|
5248
|
+
"message": "errorMessage"
|
|
5249
|
+
}
|
|
5250
|
+
}
|
|
5251
|
+
}
|
|
5252
|
+
}
|
|
5253
|
+
}
|
|
5254
|
+
}
|
|
5255
|
+
}
|
|
5256
|
+
},
|
|
5257
|
+
"put": {
|
|
5258
|
+
"operationId": "identityProfileAdminUpdate",
|
|
5259
|
+
"summary": "Update the identity profile properties of another user",
|
|
5260
|
+
"tags": [
|
|
5261
|
+
"Identity Profile"
|
|
5262
|
+
],
|
|
5263
|
+
"parameters": [
|
|
5264
|
+
{
|
|
5265
|
+
"name": "userIdentity",
|
|
5266
|
+
"description": "The identity of the user whose profile is to be updated.",
|
|
5267
|
+
"in": "path",
|
|
5268
|
+
"required": true,
|
|
5269
|
+
"schema": {
|
|
5270
|
+
"type": "string"
|
|
5271
|
+
},
|
|
5272
|
+
"style": "simple",
|
|
5273
|
+
"example": "did:iota:tst:0xc57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70"
|
|
5274
|
+
}
|
|
5275
|
+
],
|
|
5276
|
+
"security": [
|
|
5277
|
+
{
|
|
5278
|
+
"jwtBearerAuthScheme": []
|
|
5279
|
+
}
|
|
5280
|
+
],
|
|
5281
|
+
"requestBody": {
|
|
5282
|
+
"description": "Request to update the profile of another user as an admin.",
|
|
5283
|
+
"required": true,
|
|
5284
|
+
"content": {
|
|
5285
|
+
"application/json": {
|
|
5286
|
+
"schema": {
|
|
5287
|
+
"$ref": "#/components/schemas/IdentityProfileAdminUpdateRequest"
|
|
5288
|
+
},
|
|
5289
|
+
"examples": {
|
|
5290
|
+
"identityProfileAdminUpdateRequestExample": {
|
|
5291
|
+
"value": {
|
|
5292
|
+
"publicProfile": {
|
|
5293
|
+
"@context": "https://schema.org",
|
|
5294
|
+
"@type": "Person",
|
|
5295
|
+
"jobTitle": "Professor",
|
|
5296
|
+
"name": "Jane Doe"
|
|
5297
|
+
},
|
|
5298
|
+
"privateProfile": {
|
|
5299
|
+
"@context": "https://schema.org",
|
|
5300
|
+
"@type": "Person",
|
|
5301
|
+
"telephone": "(425) 123-4567",
|
|
5302
|
+
"url": "http://www.janedoe.com"
|
|
5303
|
+
}
|
|
5304
|
+
}
|
|
5305
|
+
}
|
|
5306
|
+
}
|
|
5307
|
+
}
|
|
5308
|
+
}
|
|
5309
|
+
},
|
|
5310
|
+
"responses": {
|
|
5311
|
+
"204": {
|
|
5312
|
+
"description": "The rest request ended in success with no data."
|
|
5313
|
+
},
|
|
5314
|
+
"400": {
|
|
5315
|
+
"description": "The server cannot process the request, see the content for more details.",
|
|
5316
|
+
"content": {
|
|
5317
|
+
"application/json": {
|
|
5318
|
+
"schema": {
|
|
5319
|
+
"$ref": "#/components/schemas/Error"
|
|
5320
|
+
},
|
|
5321
|
+
"examples": {
|
|
5322
|
+
"exampleResponse": {
|
|
5323
|
+
"value": {
|
|
5324
|
+
"name": "GeneralError",
|
|
5325
|
+
"message": "errorMessage",
|
|
5326
|
+
"properties": {
|
|
5327
|
+
"foo": "bar"
|
|
5328
|
+
}
|
|
5329
|
+
}
|
|
5330
|
+
}
|
|
5331
|
+
}
|
|
5332
|
+
}
|
|
5333
|
+
}
|
|
5334
|
+
},
|
|
5335
|
+
"401": {
|
|
5336
|
+
"description": "You are not authorized to use the API or no credentials were supplied, see the content for more details.",
|
|
5337
|
+
"content": {
|
|
5338
|
+
"application/json": {
|
|
5339
|
+
"schema": {
|
|
5340
|
+
"$ref": "#/components/schemas/Error"
|
|
5341
|
+
},
|
|
5342
|
+
"examples": {
|
|
5343
|
+
"exampleResponse": {
|
|
5344
|
+
"value": {
|
|
5345
|
+
"name": "UnauthorizedError",
|
|
5346
|
+
"message": "errorMessage"
|
|
5347
|
+
}
|
|
5348
|
+
}
|
|
5349
|
+
}
|
|
5350
|
+
}
|
|
5351
|
+
}
|
|
5352
|
+
},
|
|
5353
|
+
"403": {
|
|
5354
|
+
"description": "The operation that you tried to perform is not possible, see the content for more details.",
|
|
5355
|
+
"content": {
|
|
5356
|
+
"application/json": {
|
|
5357
|
+
"schema": {
|
|
5358
|
+
"$ref": "#/components/schemas/Error"
|
|
5359
|
+
},
|
|
5360
|
+
"examples": {
|
|
5361
|
+
"exampleResponse": {
|
|
5362
|
+
"value": {
|
|
5363
|
+
"name": "ForbiddenError",
|
|
5364
|
+
"message": "errorMessage",
|
|
5365
|
+
"properties": {
|
|
5366
|
+
"foo": "bar"
|
|
5367
|
+
}
|
|
5368
|
+
}
|
|
5369
|
+
}
|
|
5370
|
+
}
|
|
5371
|
+
}
|
|
5372
|
+
}
|
|
5373
|
+
},
|
|
5374
|
+
"404": {
|
|
5375
|
+
"description": "The resource you tried to access does not exist, see the content for more details.",
|
|
5376
|
+
"content": {
|
|
5377
|
+
"application/json": {
|
|
5378
|
+
"schema": {
|
|
5379
|
+
"$ref": "#/components/schemas/NotFoundResponse"
|
|
5380
|
+
},
|
|
5381
|
+
"examples": {
|
|
5382
|
+
"exampleResponse": {
|
|
5383
|
+
"value": {
|
|
5384
|
+
"name": "NotFoundError",
|
|
5385
|
+
"message": "errorMessage",
|
|
5386
|
+
"properties": {
|
|
5387
|
+
"notFoundId": "1"
|
|
5388
|
+
}
|
|
5389
|
+
}
|
|
5390
|
+
}
|
|
5391
|
+
}
|
|
5392
|
+
}
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
"500": {
|
|
5396
|
+
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
5397
|
+
"content": {
|
|
5398
|
+
"application/json": {
|
|
5399
|
+
"schema": {
|
|
5400
|
+
"$ref": "#/components/schemas/Error"
|
|
5401
|
+
},
|
|
5402
|
+
"examples": {
|
|
5403
|
+
"exampleResponse": {
|
|
5404
|
+
"value": {
|
|
5405
|
+
"name": "InternalServerError",
|
|
5406
|
+
"message": "errorMessage"
|
|
5407
|
+
}
|
|
5408
|
+
}
|
|
5409
|
+
}
|
|
5410
|
+
}
|
|
5411
|
+
}
|
|
5412
|
+
}
|
|
5413
|
+
}
|
|
5414
|
+
},
|
|
5415
|
+
"delete": {
|
|
5416
|
+
"operationId": "identityProfileAdminRemove",
|
|
5417
|
+
"summary": "Remove the identity profile of another user",
|
|
5418
|
+
"tags": [
|
|
5419
|
+
"Identity Profile"
|
|
5420
|
+
],
|
|
5421
|
+
"parameters": [
|
|
5422
|
+
{
|
|
5423
|
+
"name": "userIdentity",
|
|
5424
|
+
"description": "The identity of the user whose profile is to be removed.",
|
|
5425
|
+
"in": "path",
|
|
5426
|
+
"required": true,
|
|
5427
|
+
"schema": {
|
|
5428
|
+
"type": "string"
|
|
5429
|
+
},
|
|
5430
|
+
"style": "simple",
|
|
5431
|
+
"example": "did:iota:tst:0xc57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70"
|
|
5432
|
+
}
|
|
5433
|
+
],
|
|
5434
|
+
"security": [
|
|
5435
|
+
{
|
|
5436
|
+
"jwtBearerAuthScheme": []
|
|
5437
|
+
}
|
|
5438
|
+
],
|
|
5439
|
+
"responses": {
|
|
5440
|
+
"204": {
|
|
5441
|
+
"description": "The rest request ended in success with no data."
|
|
5442
|
+
},
|
|
5443
|
+
"400": {
|
|
5444
|
+
"description": "The server cannot process the request, see the content for more details.",
|
|
5445
|
+
"content": {
|
|
5446
|
+
"application/json": {
|
|
5447
|
+
"schema": {
|
|
5448
|
+
"$ref": "#/components/schemas/Error"
|
|
5449
|
+
},
|
|
5450
|
+
"examples": {
|
|
5451
|
+
"exampleResponse": {
|
|
5452
|
+
"value": {
|
|
5453
|
+
"name": "GeneralError",
|
|
5454
|
+
"message": "errorMessage",
|
|
5455
|
+
"properties": {
|
|
5456
|
+
"foo": "bar"
|
|
5457
|
+
}
|
|
5458
|
+
}
|
|
5459
|
+
}
|
|
5460
|
+
}
|
|
5461
|
+
}
|
|
5462
|
+
}
|
|
5463
|
+
},
|
|
5464
|
+
"401": {
|
|
5465
|
+
"description": "You are not authorized to use the API or no credentials were supplied, see the content for more details.",
|
|
5466
|
+
"content": {
|
|
5467
|
+
"application/json": {
|
|
5468
|
+
"schema": {
|
|
5469
|
+
"$ref": "#/components/schemas/Error"
|
|
5470
|
+
},
|
|
5471
|
+
"examples": {
|
|
5472
|
+
"exampleResponse": {
|
|
5473
|
+
"value": {
|
|
5474
|
+
"name": "UnauthorizedError",
|
|
5475
|
+
"message": "errorMessage"
|
|
5476
|
+
}
|
|
5477
|
+
}
|
|
5478
|
+
}
|
|
5479
|
+
}
|
|
5480
|
+
}
|
|
5481
|
+
},
|
|
5482
|
+
"403": {
|
|
5483
|
+
"description": "The operation that you tried to perform is not possible, see the content for more details.",
|
|
5484
|
+
"content": {
|
|
5485
|
+
"application/json": {
|
|
5486
|
+
"schema": {
|
|
5487
|
+
"$ref": "#/components/schemas/Error"
|
|
5488
|
+
},
|
|
5489
|
+
"examples": {
|
|
5490
|
+
"exampleResponse": {
|
|
5491
|
+
"value": {
|
|
5492
|
+
"name": "ForbiddenError",
|
|
5493
|
+
"message": "errorMessage",
|
|
5494
|
+
"properties": {
|
|
5495
|
+
"foo": "bar"
|
|
5496
|
+
}
|
|
5497
|
+
}
|
|
5498
|
+
}
|
|
5499
|
+
}
|
|
5500
|
+
}
|
|
5501
|
+
}
|
|
5502
|
+
},
|
|
5503
|
+
"404": {
|
|
5504
|
+
"description": "The resource you tried to access does not exist, see the content for more details.",
|
|
5505
|
+
"content": {
|
|
5506
|
+
"application/json": {
|
|
5507
|
+
"schema": {
|
|
5508
|
+
"$ref": "#/components/schemas/NotFoundResponse"
|
|
5509
|
+
},
|
|
5510
|
+
"examples": {
|
|
5511
|
+
"exampleResponse": {
|
|
5512
|
+
"value": {
|
|
5513
|
+
"name": "NotFoundError",
|
|
5514
|
+
"message": "errorMessage",
|
|
5515
|
+
"properties": {
|
|
5516
|
+
"notFoundId": "1"
|
|
5517
|
+
}
|
|
5518
|
+
}
|
|
5519
|
+
}
|
|
5520
|
+
}
|
|
5521
|
+
}
|
|
5522
|
+
}
|
|
5523
|
+
},
|
|
5524
|
+
"500": {
|
|
5525
|
+
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
5526
|
+
"content": {
|
|
5527
|
+
"application/json": {
|
|
5528
|
+
"schema": {
|
|
5529
|
+
"$ref": "#/components/schemas/Error"
|
|
5530
|
+
},
|
|
5531
|
+
"examples": {
|
|
5532
|
+
"exampleResponse": {
|
|
5533
|
+
"value": {
|
|
5534
|
+
"name": "InternalServerError",
|
|
5535
|
+
"message": "errorMessage"
|
|
5536
|
+
}
|
|
5537
|
+
}
|
|
5538
|
+
}
|
|
5539
|
+
}
|
|
5540
|
+
}
|
|
5541
|
+
}
|
|
5542
|
+
}
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5088
5545
|
"/identity/profile/{identity}/public": {
|
|
5089
5546
|
"get": {
|
|
5090
5547
|
"operationId": "identityProfileGetPublic",
|
|
@@ -5369,6 +5826,189 @@
|
|
|
5369
5826
|
}
|
|
5370
5827
|
}
|
|
5371
5828
|
},
|
|
5829
|
+
"/identity/profile/admin/query": {
|
|
5830
|
+
"get": {
|
|
5831
|
+
"operationId": "identitiesProfileAdminList",
|
|
5832
|
+
"summary": "Get the list of profile data for identities including private properties",
|
|
5833
|
+
"tags": [
|
|
5834
|
+
"Identity Profile"
|
|
5835
|
+
],
|
|
5836
|
+
"parameters": [
|
|
5837
|
+
{
|
|
5838
|
+
"name": "publicFilters",
|
|
5839
|
+
"description": "The public filters to apply to the list, comma separated list with colon between key and value for each pair e.g. prop1:value1,prop2:value2.",
|
|
5840
|
+
"in": "query",
|
|
5841
|
+
"required": false,
|
|
5842
|
+
"schema": {
|
|
5843
|
+
"type": "string"
|
|
5844
|
+
}
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"name": "privateFilters",
|
|
5848
|
+
"description": "The private filters to apply to the list, comma separated list with colon between key and value for each pair e.g. prop1:value1,prop2:value2.",
|
|
5849
|
+
"in": "query",
|
|
5850
|
+
"required": false,
|
|
5851
|
+
"schema": {
|
|
5852
|
+
"type": "string"
|
|
5853
|
+
}
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"name": "publicPropertyNames",
|
|
5857
|
+
"description": "The public properties to get for the profile, defaults to all, should be a comma separated list.",
|
|
5858
|
+
"in": "query",
|
|
5859
|
+
"required": false,
|
|
5860
|
+
"schema": {
|
|
5861
|
+
"type": "string"
|
|
5862
|
+
}
|
|
5863
|
+
},
|
|
5864
|
+
{
|
|
5865
|
+
"name": "privatePropertyNames",
|
|
5866
|
+
"description": "The private properties to get for the profile, defaults to none, should be a comma separated list.",
|
|
5867
|
+
"in": "query",
|
|
5868
|
+
"required": false,
|
|
5869
|
+
"schema": {
|
|
5870
|
+
"type": "string"
|
|
5871
|
+
}
|
|
5872
|
+
},
|
|
5873
|
+
{
|
|
5874
|
+
"name": "cursor",
|
|
5875
|
+
"description": "The cursor for paged requests.",
|
|
5876
|
+
"in": "query",
|
|
5877
|
+
"required": false,
|
|
5878
|
+
"schema": {
|
|
5879
|
+
"type": "string"
|
|
5880
|
+
}
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"name": "limit",
|
|
5884
|
+
"description": "Number of items to return.",
|
|
5885
|
+
"in": "query",
|
|
5886
|
+
"required": false,
|
|
5887
|
+
"schema": {
|
|
5888
|
+
"type": "string"
|
|
5889
|
+
}
|
|
5890
|
+
}
|
|
5891
|
+
],
|
|
5892
|
+
"security": [
|
|
5893
|
+
{
|
|
5894
|
+
"jwtBearerAuthScheme": []
|
|
5895
|
+
}
|
|
5896
|
+
],
|
|
5897
|
+
"responses": {
|
|
5898
|
+
"200": {
|
|
5899
|
+
"description": "Response to get an admin list of identities including private profile data.",
|
|
5900
|
+
"content": {
|
|
5901
|
+
"application/json": {
|
|
5902
|
+
"schema": {
|
|
5903
|
+
"$ref": "#/components/schemas/IdentityProfileAdminListResponse"
|
|
5904
|
+
},
|
|
5905
|
+
"examples": {
|
|
5906
|
+
"identitiesProfileAdminListResponseExample": {
|
|
5907
|
+
"value": {
|
|
5908
|
+
"items": [
|
|
5909
|
+
{
|
|
5910
|
+
"identity": "did:iota:tst:0xc57d94b088f4c6d2cb32ded014813d0c786aa00134c8ee22f84b1e2545602a70",
|
|
5911
|
+
"publicProfile": {
|
|
5912
|
+
"@context": "https://schema.org",
|
|
5913
|
+
"@type": "Person",
|
|
5914
|
+
"jobTitle": "Professor",
|
|
5915
|
+
"name": "Jane Doe"
|
|
5916
|
+
},
|
|
5917
|
+
"privateProfile": {
|
|
5918
|
+
"@context": "https://schema.org",
|
|
5919
|
+
"@type": "Person",
|
|
5920
|
+
"telephone": "(425) 123-4567"
|
|
5921
|
+
}
|
|
5922
|
+
}
|
|
5923
|
+
],
|
|
5924
|
+
"cursor": "1"
|
|
5925
|
+
}
|
|
5926
|
+
}
|
|
5927
|
+
}
|
|
5928
|
+
}
|
|
5929
|
+
}
|
|
5930
|
+
},
|
|
5931
|
+
"400": {
|
|
5932
|
+
"description": "The server cannot process the request, see the content for more details.",
|
|
5933
|
+
"content": {
|
|
5934
|
+
"application/json": {
|
|
5935
|
+
"schema": {
|
|
5936
|
+
"$ref": "#/components/schemas/Error"
|
|
5937
|
+
},
|
|
5938
|
+
"examples": {
|
|
5939
|
+
"exampleResponse": {
|
|
5940
|
+
"value": {
|
|
5941
|
+
"name": "GeneralError",
|
|
5942
|
+
"message": "errorMessage",
|
|
5943
|
+
"properties": {
|
|
5944
|
+
"foo": "bar"
|
|
5945
|
+
}
|
|
5946
|
+
}
|
|
5947
|
+
}
|
|
5948
|
+
}
|
|
5949
|
+
}
|
|
5950
|
+
}
|
|
5951
|
+
},
|
|
5952
|
+
"401": {
|
|
5953
|
+
"description": "You are not authorized to use the API or no credentials were supplied, see the content for more details.",
|
|
5954
|
+
"content": {
|
|
5955
|
+
"application/json": {
|
|
5956
|
+
"schema": {
|
|
5957
|
+
"$ref": "#/components/schemas/Error"
|
|
5958
|
+
},
|
|
5959
|
+
"examples": {
|
|
5960
|
+
"exampleResponse": {
|
|
5961
|
+
"value": {
|
|
5962
|
+
"name": "UnauthorizedError",
|
|
5963
|
+
"message": "errorMessage"
|
|
5964
|
+
}
|
|
5965
|
+
}
|
|
5966
|
+
}
|
|
5967
|
+
}
|
|
5968
|
+
}
|
|
5969
|
+
},
|
|
5970
|
+
"403": {
|
|
5971
|
+
"description": "The operation that you tried to perform is not possible, see the content for more details.",
|
|
5972
|
+
"content": {
|
|
5973
|
+
"application/json": {
|
|
5974
|
+
"schema": {
|
|
5975
|
+
"$ref": "#/components/schemas/Error"
|
|
5976
|
+
},
|
|
5977
|
+
"examples": {
|
|
5978
|
+
"exampleResponse": {
|
|
5979
|
+
"value": {
|
|
5980
|
+
"name": "ForbiddenError",
|
|
5981
|
+
"message": "errorMessage",
|
|
5982
|
+
"properties": {
|
|
5983
|
+
"foo": "bar"
|
|
5984
|
+
}
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
}
|
|
5988
|
+
}
|
|
5989
|
+
}
|
|
5990
|
+
},
|
|
5991
|
+
"500": {
|
|
5992
|
+
"description": "The server has encountered a situation it does not know how to handle, see the content for more details.",
|
|
5993
|
+
"content": {
|
|
5994
|
+
"application/json": {
|
|
5995
|
+
"schema": {
|
|
5996
|
+
"$ref": "#/components/schemas/Error"
|
|
5997
|
+
},
|
|
5998
|
+
"examples": {
|
|
5999
|
+
"exampleResponse": {
|
|
6000
|
+
"value": {
|
|
6001
|
+
"name": "InternalServerError",
|
|
6002
|
+
"message": "errorMessage"
|
|
6003
|
+
}
|
|
6004
|
+
}
|
|
6005
|
+
}
|
|
6006
|
+
}
|
|
6007
|
+
}
|
|
6008
|
+
}
|
|
6009
|
+
}
|
|
6010
|
+
}
|
|
6011
|
+
},
|
|
5372
6012
|
"/blob-storage": {
|
|
5373
6013
|
"post": {
|
|
5374
6014
|
"operationId": "blobStorageCreate",
|
|
@@ -18751,6 +19391,15 @@
|
|
|
18751
19391
|
"type": "string"
|
|
18752
19392
|
},
|
|
18753
19393
|
"example": "optional-pagination-cursor"
|
|
19394
|
+
},
|
|
19395
|
+
{
|
|
19396
|
+
"name": "properties",
|
|
19397
|
+
"description": "Comma-separated list of policy property names to include in the response, the policy \"@id\" is always included.",
|
|
19398
|
+
"in": "query",
|
|
19399
|
+
"required": false,
|
|
19400
|
+
"schema": {
|
|
19401
|
+
"type": "string"
|
|
19402
|
+
}
|
|
18754
19403
|
}
|
|
18755
19404
|
],
|
|
18756
19405
|
"security": [
|
|
@@ -22124,6 +22773,10 @@
|
|
|
22124
22773
|
{
|
|
22125
22774
|
"const": "duration",
|
|
22126
22775
|
"description": "Duration in seconds."
|
|
22776
|
+
},
|
|
22777
|
+
{
|
|
22778
|
+
"const": "array",
|
|
22779
|
+
"description": "Array."
|
|
22127
22780
|
}
|
|
22128
22781
|
]
|
|
22129
22782
|
},
|
|
@@ -22587,6 +23240,47 @@
|
|
|
22587
23240
|
},
|
|
22588
23241
|
"description": "The data for the request."
|
|
22589
23242
|
},
|
|
23243
|
+
"IdentityProfileAdminListResponse": {
|
|
23244
|
+
"type": "object",
|
|
23245
|
+
"properties": {
|
|
23246
|
+
"items": {
|
|
23247
|
+
"type": "array",
|
|
23248
|
+
"items": {
|
|
23249
|
+
"type": "object",
|
|
23250
|
+
"properties": {
|
|
23251
|
+
"identity": {
|
|
23252
|
+
"type": "string",
|
|
23253
|
+
"description": "The identity."
|
|
23254
|
+
}
|
|
23255
|
+
},
|
|
23256
|
+
"required": [
|
|
23257
|
+
"identity"
|
|
23258
|
+
]
|
|
23259
|
+
},
|
|
23260
|
+
"description": "The identities."
|
|
23261
|
+
},
|
|
23262
|
+
"cursor": {
|
|
23263
|
+
"type": "string",
|
|
23264
|
+
"description": "An optional cursor, when defined can be used to call find to get more entities."
|
|
23265
|
+
}
|
|
23266
|
+
},
|
|
23267
|
+
"required": [
|
|
23268
|
+
"items"
|
|
23269
|
+
],
|
|
23270
|
+
"description": "The response payload."
|
|
23271
|
+
},
|
|
23272
|
+
"IdentityProfileAdminUpdateRequest": {
|
|
23273
|
+
"type": "object",
|
|
23274
|
+
"properties": {
|
|
23275
|
+
"publicProfile": {
|
|
23276
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdDocument"
|
|
23277
|
+
},
|
|
23278
|
+
"privateProfile": {
|
|
23279
|
+
"$ref": "https://schema.twindev.org/json-ld/JsonLdDocument"
|
|
23280
|
+
}
|
|
23281
|
+
},
|
|
23282
|
+
"description": "The data for the request."
|
|
23283
|
+
},
|
|
22590
23284
|
"IdentityProfileCreateRequest": {
|
|
22591
23285
|
"type": "object",
|
|
22592
23286
|
"properties": {
|
|
@@ -23833,8 +24527,7 @@
|
|
|
23833
24527
|
}
|
|
23834
24528
|
},
|
|
23835
24529
|
"required": [
|
|
23836
|
-
"metric"
|
|
23837
|
-
"value"
|
|
24530
|
+
"metric"
|
|
23838
24531
|
],
|
|
23839
24532
|
"description": "The body parameters."
|
|
23840
24533
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node",
|
|
3
|
-
"version": "0.9.2
|
|
3
|
+
"version": "0.9.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.9.2
|
|
17
|
+
"@twin.org/node-core": "^0.9.2"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "git+https://github.com/iotaledger/twin-node/issues"
|