@settlemint/dalp-cli 3.0.10-release.30526984430 → 3.0.10-release.30550147726

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.
Files changed (2) hide show
  1. package/dist/dalp.js +458 -3
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -91357,6 +91357,202 @@ var ENTRIES_INDEX = {
91357
91357
  owner: "dapi",
91358
91358
  orpcCode: "USER_KYC_DUPLICATE_NATIONAL_ID_ON_INVITE"
91359
91359
  },
91360
+ "DALP-9085": {
91361
+ id: "DALP-9085",
91362
+ kind: "route",
91363
+ category: "domain",
91364
+ status: 409,
91365
+ retryable: false,
91366
+ expectedClientError: true,
91367
+ public: {
91368
+ message: "This person already belongs to this organization",
91369
+ why: "The organization already has an active member registered under this email address, so a second invitation would create a duplicate membership.",
91370
+ fix: "Open the existing member from the participants list to adjust their roles, or send the invitation to a different email address."
91371
+ },
91372
+ observability: {
91373
+ severity: "info",
91374
+ otelEventName: "dapi.error",
91375
+ metricAttributeKey: "dapi.error.id",
91376
+ dimensions: [
91377
+ "error.id",
91378
+ "error.category",
91379
+ "surface",
91380
+ "route",
91381
+ "status_class",
91382
+ "retryable"
91383
+ ]
91384
+ },
91385
+ owner: "dapi",
91386
+ orpcCode: "INVITATION_RECIPIENT_ALREADY_A_MEMBER"
91387
+ },
91388
+ "DALP-9087": {
91389
+ id: "DALP-9087",
91390
+ kind: "route",
91391
+ category: "permission",
91392
+ status: 403,
91393
+ retryable: false,
91394
+ expectedClientError: true,
91395
+ public: {
91396
+ message: "This account cannot invite members to this organization",
91397
+ why: "The organization did not accept this invitation request from the acting account, so no invitation exists for the address.",
91398
+ fix: "Ask an organization owner to confirm that the acting account may invite members and that the organization is ready to take new members, then send the invitation again. Check the invitations list as well, because an invitation that was pending for this address may have been cancelled by this attempt and would need re-issuing."
91399
+ },
91400
+ observability: {
91401
+ severity: "info",
91402
+ otelEventName: "dapi.error",
91403
+ metricAttributeKey: "dapi.error.id",
91404
+ dimensions: [
91405
+ "error.id",
91406
+ "error.category",
91407
+ "surface",
91408
+ "route",
91409
+ "status_class",
91410
+ "retryable"
91411
+ ]
91412
+ },
91413
+ owner: "dapi",
91414
+ orpcCode: "INVITATION_CREATE_NOT_PERMITTED"
91415
+ },
91416
+ "DALP-9089": {
91417
+ id: "DALP-9089",
91418
+ kind: "route",
91419
+ category: "permission",
91420
+ status: 403,
91421
+ retryable: false,
91422
+ expectedClientError: true,
91423
+ public: {
91424
+ message: "This organization has reached its limit on pending invitations",
91425
+ why: "The number of invitations still awaiting a response in this organization sits at the configured ceiling, so no further invitation can be created. Any invitation that was still pending for this address was cancelled first and was not replaced.",
91426
+ fix: "Cancel or accept some of the outstanding invitations, then send this invitation again to restore the cancelled one."
91427
+ },
91428
+ observability: {
91429
+ severity: "info",
91430
+ otelEventName: "dapi.error",
91431
+ metricAttributeKey: "dapi.error.id",
91432
+ dimensions: [
91433
+ "error.id",
91434
+ "error.category",
91435
+ "surface",
91436
+ "route",
91437
+ "status_class",
91438
+ "retryable"
91439
+ ]
91440
+ },
91441
+ owner: "dapi",
91442
+ orpcCode: "INVITATION_LIMIT_REACHED"
91443
+ },
91444
+ "DALP-9090": {
91445
+ id: "DALP-9090",
91446
+ kind: "route",
91447
+ category: "client",
91448
+ status: 404,
91449
+ retryable: false,
91450
+ expectedClientError: true,
91451
+ public: {
91452
+ message: "No organization is available to invite this person into",
91453
+ why: "The membership service could not resolve an organization to invite into: the current session may have no organization selected, or the acting account may no longer hold a membership in the organization it points at.",
91454
+ fix: "Select an organization the acting account belongs to and send the invitation again. If one is already selected, ask an organization owner to confirm the acting account is still a member of it."
91455
+ },
91456
+ observability: {
91457
+ severity: "info",
91458
+ otelEventName: "dapi.error",
91459
+ metricAttributeKey: "dapi.error.id",
91460
+ dimensions: [
91461
+ "error.id",
91462
+ "error.category",
91463
+ "surface",
91464
+ "route",
91465
+ "status_class",
91466
+ "retryable"
91467
+ ]
91468
+ },
91469
+ owner: "dapi",
91470
+ orpcCode: "INVITATION_INVITER_NOT_A_MEMBER"
91471
+ },
91472
+ "DALP-9092": {
91473
+ id: "DALP-9092",
91474
+ kind: "route",
91475
+ category: "vendor-boundary",
91476
+ status: 502,
91477
+ retryable: false,
91478
+ expectedClientError: false,
91479
+ public: {
91480
+ message: "The membership service refused to create this invitation",
91481
+ why: "The service that owns organization memberships rejected the invitation for a reason this catalog does not yet describe, so no invitation was created.",
91482
+ fix: "Send the request id to support so the rejection reason can be traced, and expect an immediate repeat to fail the same way."
91483
+ },
91484
+ observability: {
91485
+ severity: "error",
91486
+ otelEventName: "dapi.error",
91487
+ metricAttributeKey: "dapi.error.id",
91488
+ dimensions: [
91489
+ "error.id",
91490
+ "error.category",
91491
+ "surface",
91492
+ "route",
91493
+ "status_class",
91494
+ "retryable"
91495
+ ]
91496
+ },
91497
+ owner: "dapi",
91498
+ orpcCode: "INVITATION_CREATE_PROVIDER_FAILED"
91499
+ },
91500
+ "DALP-9093": {
91501
+ id: "DALP-9093",
91502
+ kind: "route",
91503
+ category: "auth",
91504
+ status: 401,
91505
+ retryable: false,
91506
+ expectedClientError: true,
91507
+ public: {
91508
+ message: "This request's API key was rejected",
91509
+ why: "The credential presented with this request is unknown, switched off, past its expiry, over its usage allowance, or tied to a blocked account, so the invitation was never attempted.",
91510
+ fix: "Rotate to an active API key, re-enable the existing one, or raise its usage allowance, then send the invitation again."
91511
+ },
91512
+ observability: {
91513
+ severity: "info",
91514
+ otelEventName: "dapi.error",
91515
+ metricAttributeKey: "dapi.error.id",
91516
+ dimensions: [
91517
+ "error.id",
91518
+ "error.category",
91519
+ "surface",
91520
+ "route",
91521
+ "status_class",
91522
+ "retryable"
91523
+ ]
91524
+ },
91525
+ owner: "dapi",
91526
+ orpcCode: "INVITATION_CALLER_CREDENTIAL_REJECTED"
91527
+ },
91528
+ "DALP-9094": {
91529
+ id: "DALP-9094",
91530
+ kind: "route",
91531
+ category: "client",
91532
+ status: 429,
91533
+ retryable: true,
91534
+ expectedClientError: true,
91535
+ public: {
91536
+ message: "This request's API key has sent too many requests",
91537
+ why: "The credential presented with this request has used up the requests its rate limit allows inside the current time window, so the invitation was never attempted.",
91538
+ fix: "Wait for the current rate-limit window to pass, then send the invitation again. Space bulk invitations out over a longer period, or ask an organization owner to raise the request allowance on this key."
91539
+ },
91540
+ observability: {
91541
+ severity: "info",
91542
+ otelEventName: "dapi.error",
91543
+ metricAttributeKey: "dapi.error.id",
91544
+ dimensions: [
91545
+ "error.id",
91546
+ "error.category",
91547
+ "surface",
91548
+ "route",
91549
+ "status_class",
91550
+ "retryable"
91551
+ ]
91552
+ },
91553
+ owner: "dapi",
91554
+ orpcCode: "INVITATION_CALLER_RATE_LIMITED"
91555
+ },
91360
91556
  "DALP-CHAIN-EMPTY-REVERT": {
91361
91557
  id: "DALP-CHAIN-EMPTY-REVERT",
91362
91558
  kind: "contract",
@@ -101667,6 +101863,13 @@ var DALP_ERROR_TYPED_FIELD_NAMES = {
101667
101863
  "DALP-9082": [],
101668
101864
  "DALP-9083": [],
101669
101865
  "DALP-9084": [],
101866
+ "DALP-9085": [],
101867
+ "DALP-9087": [],
101868
+ "DALP-9089": [],
101869
+ "DALP-9090": [],
101870
+ "DALP-9092": [],
101871
+ "DALP-9093": [],
101872
+ "DALP-9094": [],
101670
101873
  "DALP-CHAIN-EMPTY-REVERT": [
101671
101874
  "args",
101672
101875
  "correlationId",
@@ -111673,6 +111876,13 @@ var DALP_ERROR_DATA_SCHEMA_BY_ID = {
111673
111876
  "DALP-9082": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111674
111877
  "DALP-9083": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111675
111878
  "DALP-9084": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111879
+ "DALP-9085": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111880
+ "DALP-9087": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111881
+ "DALP-9089": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111882
+ "DALP-9090": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111883
+ "DALP-9092": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111884
+ "DALP-9093": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111885
+ "DALP-9094": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA,
111676
111886
  "DALP-CHAIN-EMPTY-REVERT": DALP_ORPC_ERROR_DATA_BASE_SCHEMA.extend({
111677
111887
  args: exports_external.record(exports_external.string(), exports_external.string()),
111678
111888
  correlationId: exports_external.string(),
@@ -114881,6 +115091,22 @@ var CUSTOM_ERRORS = {
114881
115091
  status: 409,
114882
115092
  message: "Invitation already accepted"
114883
115093
  },
115094
+ INVITATION_CALLER_CREDENTIAL_REJECTED: {
115095
+ status: 401,
115096
+ message: "This request's API key was rejected"
115097
+ },
115098
+ INVITATION_CALLER_RATE_LIMITED: {
115099
+ status: 429,
115100
+ message: "This request's API key has sent too many requests"
115101
+ },
115102
+ INVITATION_CREATE_NOT_PERMITTED: {
115103
+ status: 403,
115104
+ message: "This account cannot invite members to this organization"
115105
+ },
115106
+ INVITATION_CREATE_PROVIDER_FAILED: {
115107
+ status: 502,
115108
+ message: "The membership service refused to create this invitation"
115109
+ },
114884
115110
  INVITATION_EMAIL_MISMATCH: {
114885
115111
  status: 403,
114886
115112
  message: "This invitation was issued to a different email address. Ask your admin to send a new invitation."
@@ -114889,10 +115115,22 @@ var CUSTOM_ERRORS = {
114889
115115
  status: 403,
114890
115116
  message: "Invitation has expired"
114891
115117
  },
115118
+ INVITATION_INVITER_NOT_A_MEMBER: {
115119
+ status: 404,
115120
+ message: "No organization is available to invite this person into"
115121
+ },
115122
+ INVITATION_LIMIT_REACHED: {
115123
+ status: 403,
115124
+ message: "This organization has reached its limit on pending invitations"
115125
+ },
114892
115126
  INVITATION_NOT_FOUND: {
114893
115127
  status: 404,
114894
115128
  message: "Invitation not found"
114895
115129
  },
115130
+ INVITATION_RECIPIENT_ALREADY_A_MEMBER: {
115131
+ status: 409,
115132
+ message: "This person already belongs to this organization"
115133
+ },
114896
115134
  INVITATION_REVOKED: {
114897
115135
  status: 403,
114898
115136
  message: "Invitation revoked"
@@ -140637,7 +140875,7 @@ function normalizeDalpBaseUrl(url2) {
140637
140875
  }
140638
140876
  var package_default = {
140639
140877
  name: "@settlemint/dalp-sdk",
140640
- version: "3.0.10-release.30526984430",
140878
+ version: "3.0.10-release.30550147726",
140641
140879
  private: false,
140642
140880
  description: "Fully typed SDK for the DALP tokenization platform API",
140643
140881
  homepage: "https://settlemint.com",
@@ -141813,7 +142051,14 @@ var DAPI_ROUTE_ERROR_IDS = {
141813
142051
  "DALP-9080": "DALP-9080",
141814
142052
  "DALP-9082": "DALP-9082",
141815
142053
  "DALP-9083": "DALP-9083",
141816
- "DALP-9084": "DALP-9084"
142054
+ "DALP-9084": "DALP-9084",
142055
+ "DALP-9085": "DALP-9085",
142056
+ "DALP-9087": "DALP-9087",
142057
+ "DALP-9089": "DALP-9089",
142058
+ "DALP-9090": "DALP-9090",
142059
+ "DALP-9092": "DALP-9092",
142060
+ "DALP-9093": "DALP-9093",
142061
+ "DALP-9094": "DALP-9094"
141817
142062
  };
141818
142063
  var DAPI_ERROR_IDS = {
141819
142064
  ...DAPI_ROUTE_ERROR_IDS,
@@ -141836,7 +142081,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
141836
142081
  // package.json
141837
142082
  var package_default2 = {
141838
142083
  name: "@settlemint/dalp-cli",
141839
- version: "3.0.10-release.30526984430",
142084
+ version: "3.0.10-release.30550147726",
141840
142085
  private: false,
141841
142086
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
141842
142087
  homepage: "https://settlemint.com",
@@ -182921,6 +183166,202 @@ var ENTRIES_INDEX2 = {
182921
183166
  owner: "dapi",
182922
183167
  orpcCode: "USER_KYC_DUPLICATE_NATIONAL_ID_ON_INVITE"
182923
183168
  },
183169
+ "DALP-9085": {
183170
+ id: "DALP-9085",
183171
+ kind: "route",
183172
+ category: "domain",
183173
+ status: 409,
183174
+ retryable: false,
183175
+ expectedClientError: true,
183176
+ public: {
183177
+ message: "This person already belongs to this organization",
183178
+ why: "The organization already has an active member registered under this email address, so a second invitation would create a duplicate membership.",
183179
+ fix: "Open the existing member from the participants list to adjust their roles, or send the invitation to a different email address."
183180
+ },
183181
+ observability: {
183182
+ severity: "info",
183183
+ otelEventName: "dapi.error",
183184
+ metricAttributeKey: "dapi.error.id",
183185
+ dimensions: [
183186
+ "error.id",
183187
+ "error.category",
183188
+ "surface",
183189
+ "route",
183190
+ "status_class",
183191
+ "retryable"
183192
+ ]
183193
+ },
183194
+ owner: "dapi",
183195
+ orpcCode: "INVITATION_RECIPIENT_ALREADY_A_MEMBER"
183196
+ },
183197
+ "DALP-9087": {
183198
+ id: "DALP-9087",
183199
+ kind: "route",
183200
+ category: "permission",
183201
+ status: 403,
183202
+ retryable: false,
183203
+ expectedClientError: true,
183204
+ public: {
183205
+ message: "This account cannot invite members to this organization",
183206
+ why: "The organization did not accept this invitation request from the acting account, so no invitation exists for the address.",
183207
+ fix: "Ask an organization owner to confirm that the acting account may invite members and that the organization is ready to take new members, then send the invitation again. Check the invitations list as well, because an invitation that was pending for this address may have been cancelled by this attempt and would need re-issuing."
183208
+ },
183209
+ observability: {
183210
+ severity: "info",
183211
+ otelEventName: "dapi.error",
183212
+ metricAttributeKey: "dapi.error.id",
183213
+ dimensions: [
183214
+ "error.id",
183215
+ "error.category",
183216
+ "surface",
183217
+ "route",
183218
+ "status_class",
183219
+ "retryable"
183220
+ ]
183221
+ },
183222
+ owner: "dapi",
183223
+ orpcCode: "INVITATION_CREATE_NOT_PERMITTED"
183224
+ },
183225
+ "DALP-9089": {
183226
+ id: "DALP-9089",
183227
+ kind: "route",
183228
+ category: "permission",
183229
+ status: 403,
183230
+ retryable: false,
183231
+ expectedClientError: true,
183232
+ public: {
183233
+ message: "This organization has reached its limit on pending invitations",
183234
+ why: "The number of invitations still awaiting a response in this organization sits at the configured ceiling, so no further invitation can be created. Any invitation that was still pending for this address was cancelled first and was not replaced.",
183235
+ fix: "Cancel or accept some of the outstanding invitations, then send this invitation again to restore the cancelled one."
183236
+ },
183237
+ observability: {
183238
+ severity: "info",
183239
+ otelEventName: "dapi.error",
183240
+ metricAttributeKey: "dapi.error.id",
183241
+ dimensions: [
183242
+ "error.id",
183243
+ "error.category",
183244
+ "surface",
183245
+ "route",
183246
+ "status_class",
183247
+ "retryable"
183248
+ ]
183249
+ },
183250
+ owner: "dapi",
183251
+ orpcCode: "INVITATION_LIMIT_REACHED"
183252
+ },
183253
+ "DALP-9090": {
183254
+ id: "DALP-9090",
183255
+ kind: "route",
183256
+ category: "client",
183257
+ status: 404,
183258
+ retryable: false,
183259
+ expectedClientError: true,
183260
+ public: {
183261
+ message: "No organization is available to invite this person into",
183262
+ why: "The membership service could not resolve an organization to invite into: the current session may have no organization selected, or the acting account may no longer hold a membership in the organization it points at.",
183263
+ fix: "Select an organization the acting account belongs to and send the invitation again. If one is already selected, ask an organization owner to confirm the acting account is still a member of it."
183264
+ },
183265
+ observability: {
183266
+ severity: "info",
183267
+ otelEventName: "dapi.error",
183268
+ metricAttributeKey: "dapi.error.id",
183269
+ dimensions: [
183270
+ "error.id",
183271
+ "error.category",
183272
+ "surface",
183273
+ "route",
183274
+ "status_class",
183275
+ "retryable"
183276
+ ]
183277
+ },
183278
+ owner: "dapi",
183279
+ orpcCode: "INVITATION_INVITER_NOT_A_MEMBER"
183280
+ },
183281
+ "DALP-9092": {
183282
+ id: "DALP-9092",
183283
+ kind: "route",
183284
+ category: "vendor-boundary",
183285
+ status: 502,
183286
+ retryable: false,
183287
+ expectedClientError: false,
183288
+ public: {
183289
+ message: "The membership service refused to create this invitation",
183290
+ why: "The service that owns organization memberships rejected the invitation for a reason this catalog does not yet describe, so no invitation was created.",
183291
+ fix: "Send the request id to support so the rejection reason can be traced, and expect an immediate repeat to fail the same way."
183292
+ },
183293
+ observability: {
183294
+ severity: "error",
183295
+ otelEventName: "dapi.error",
183296
+ metricAttributeKey: "dapi.error.id",
183297
+ dimensions: [
183298
+ "error.id",
183299
+ "error.category",
183300
+ "surface",
183301
+ "route",
183302
+ "status_class",
183303
+ "retryable"
183304
+ ]
183305
+ },
183306
+ owner: "dapi",
183307
+ orpcCode: "INVITATION_CREATE_PROVIDER_FAILED"
183308
+ },
183309
+ "DALP-9093": {
183310
+ id: "DALP-9093",
183311
+ kind: "route",
183312
+ category: "auth",
183313
+ status: 401,
183314
+ retryable: false,
183315
+ expectedClientError: true,
183316
+ public: {
183317
+ message: "This request's API key was rejected",
183318
+ why: "The credential presented with this request is unknown, switched off, past its expiry, over its usage allowance, or tied to a blocked account, so the invitation was never attempted.",
183319
+ fix: "Rotate to an active API key, re-enable the existing one, or raise its usage allowance, then send the invitation again."
183320
+ },
183321
+ observability: {
183322
+ severity: "info",
183323
+ otelEventName: "dapi.error",
183324
+ metricAttributeKey: "dapi.error.id",
183325
+ dimensions: [
183326
+ "error.id",
183327
+ "error.category",
183328
+ "surface",
183329
+ "route",
183330
+ "status_class",
183331
+ "retryable"
183332
+ ]
183333
+ },
183334
+ owner: "dapi",
183335
+ orpcCode: "INVITATION_CALLER_CREDENTIAL_REJECTED"
183336
+ },
183337
+ "DALP-9094": {
183338
+ id: "DALP-9094",
183339
+ kind: "route",
183340
+ category: "client",
183341
+ status: 429,
183342
+ retryable: true,
183343
+ expectedClientError: true,
183344
+ public: {
183345
+ message: "This request's API key has sent too many requests",
183346
+ why: "The credential presented with this request has used up the requests its rate limit allows inside the current time window, so the invitation was never attempted.",
183347
+ fix: "Wait for the current rate-limit window to pass, then send the invitation again. Space bulk invitations out over a longer period, or ask an organization owner to raise the request allowance on this key."
183348
+ },
183349
+ observability: {
183350
+ severity: "info",
183351
+ otelEventName: "dapi.error",
183352
+ metricAttributeKey: "dapi.error.id",
183353
+ dimensions: [
183354
+ "error.id",
183355
+ "error.category",
183356
+ "surface",
183357
+ "route",
183358
+ "status_class",
183359
+ "retryable"
183360
+ ]
183361
+ },
183362
+ owner: "dapi",
183363
+ orpcCode: "INVITATION_CALLER_RATE_LIMITED"
183364
+ },
182924
183365
  "DALP-CHAIN-EMPTY-REVERT": {
182925
183366
  id: "DALP-CHAIN-EMPTY-REVERT",
182926
183367
  kind: "contract",
@@ -193248,6 +193689,13 @@ var DALP_ERROR_TYPED_FIELD_NAMES2 = {
193248
193689
  "DALP-9082": [],
193249
193690
  "DALP-9083": [],
193250
193691
  "DALP-9084": [],
193692
+ "DALP-9085": [],
193693
+ "DALP-9087": [],
193694
+ "DALP-9089": [],
193695
+ "DALP-9090": [],
193696
+ "DALP-9092": [],
193697
+ "DALP-9093": [],
193698
+ "DALP-9094": [],
193251
193699
  "DALP-CHAIN-EMPTY-REVERT": [
193252
193700
  "args",
193253
193701
  "correlationId",
@@ -203256,6 +203704,13 @@ var DALP_ERROR_DATA_SCHEMA_BY_ID2 = {
203256
203704
  "DALP-9082": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203257
203705
  "DALP-9083": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203258
203706
  "DALP-9084": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203707
+ "DALP-9085": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203708
+ "DALP-9087": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203709
+ "DALP-9089": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203710
+ "DALP-9090": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203711
+ "DALP-9092": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203712
+ "DALP-9093": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203713
+ "DALP-9094": DALP_ORPC_ERROR_DATA_WIRE_SCHEMA2,
203259
203714
  "DALP-CHAIN-EMPTY-REVERT": DALP_ORPC_ERROR_DATA_BASE_SCHEMA2.extend({
203260
203715
  args: exports_external.record(exports_external.string(), exports_external.string()),
203261
203716
  correlationId: exports_external.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.10-release.30526984430",
3
+ "version": "3.0.10-release.30550147726",
4
4
  "private": false,
5
5
  "description": "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
6
6
  "homepage": "https://settlemint.com",