@settlemint/dalp-cli 3.0.7-main.28643090779 → 3.0.7-main.28799463854

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 +47 -39
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -46115,7 +46115,7 @@ function defineErrorCodes(codes2) {
46115
46115
  }]));
46116
46116
  }
46117
46117
 
46118
- // ../../node_modules/.bun/@better-auth+api-key@1.6.20+f9e624b32d576a63/node_modules/@better-auth/api-key/dist/version-pXLsRgwf.mjs
46118
+ // ../../node_modules/.bun/@better-auth+api-key@1.6.20+3e0a7f32b10f576e/node_modules/@better-auth/api-key/dist/version-pXLsRgwf.mjs
46119
46119
  var API_KEY_ERROR_CODES = defineErrorCodes({
46120
46120
  INVALID_METADATA_TYPE: "metadata must be an object or undefined",
46121
46121
  REFILL_AMOUNT_AND_INTERVAL_REQUIRED: "refillAmount is required when refillInterval is provided",
@@ -46151,7 +46151,7 @@ var API_KEY_ERROR_CODES = defineErrorCodes({
46151
46151
  });
46152
46152
  var PACKAGE_VERSION = "1.6.20";
46153
46153
 
46154
- // ../../node_modules/.bun/@better-auth+api-key@1.6.20+f9e624b32d576a63/node_modules/@better-auth/api-key/dist/client.mjs
46154
+ // ../../node_modules/.bun/@better-auth+api-key@1.6.20+3e0a7f32b10f576e/node_modules/@better-auth/api-key/dist/client.mjs
46155
46155
  var apiKeyClient = () => {
46156
46156
  return {
46157
46157
  id: "api-key",
@@ -46166,7 +46166,7 @@ var apiKeyClient = () => {
46166
46166
  };
46167
46167
  };
46168
46168
 
46169
- // ../../node_modules/.bun/@better-auth+passkey@1.6.20+f9e624b32d576a63/node_modules/@better-auth/passkey/dist/version-CBNQTD_8.mjs
46169
+ // ../../node_modules/.bun/@better-auth+passkey@1.6.20+3e0a7f32b10f576e/node_modules/@better-auth/passkey/dist/version-CBNQTD_8.mjs
46170
46170
  var PASSKEY_ERROR_CODES = defineErrorCodes({
46171
46171
  CHALLENGE_NOT_FOUND: "Challenge not found",
46172
46172
  YOU_ARE_NOT_ALLOWED_TO_REGISTER_THIS_PASSKEY: "You are not allowed to register this passkey",
@@ -46591,13 +46591,13 @@ async function startAuthentication(options) {
46591
46591
  authenticatorAttachment: toAuthenticatorAttachment(credential.authenticatorAttachment)
46592
46592
  };
46593
46593
  }
46594
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/package.mjs
46594
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/package.mjs
46595
46595
  var version4 = "1.6.20";
46596
46596
 
46597
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/version.mjs
46597
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/version.mjs
46598
46598
  var PACKAGE_VERSION3 = version4;
46599
46599
 
46600
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/broadcast-channel.mjs
46600
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/broadcast-channel.mjs
46601
46601
  var kBroadcastChannel = Symbol.for("better-auth:broadcast-channel");
46602
46602
  var now = () => Math.floor(Date.now() / 1000);
46603
46603
  var WindowBroadcastChannel = class {
@@ -46831,7 +46831,7 @@ var onMount = ($store, initialize) => {
46831
46831
  };
46832
46832
  });
46833
46833
  };
46834
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/equality.mjs
46834
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/equality.mjs
46835
46835
  function isPlainObject4(value2) {
46836
46836
  if (typeof value2 !== "object" || value2 === null)
46837
46837
  return false;
@@ -46868,7 +46868,7 @@ function withEquality(store, isEqual) {
46868
46868
  });
46869
46869
  }
46870
46870
 
46871
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/focus-manager.mjs
46871
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/focus-manager.mjs
46872
46872
  var kFocusManager = Symbol.for("better-auth:focus-manager");
46873
46873
  var WindowFocusManager = class {
46874
46874
  listeners = /* @__PURE__ */ new Set;
@@ -46900,7 +46900,7 @@ function getGlobalFocusManager() {
46900
46900
  return globalThis[kFocusManager];
46901
46901
  }
46902
46902
 
46903
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/online-manager.mjs
46903
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/online-manager.mjs
46904
46904
  var kOnlineManager = Symbol.for("better-auth:online-manager");
46905
46905
  var WindowOnlineManager = class {
46906
46906
  listeners = /* @__PURE__ */ new Set;
@@ -46934,7 +46934,7 @@ function getGlobalOnlineManager() {
46934
46934
  return globalThis[kOnlineManager];
46935
46935
  }
46936
46936
 
46937
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/parser.mjs
46937
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/parser.mjs
46938
46938
  var PROTO_POLLUTION_PATTERNS = {
46939
46939
  proto: /"(?:_|\\u0{2}5[Ff]){2}(?:p|\\u0{2}70)(?:r|\\u0{2}72)(?:o|\\u0{2}6[Ff])(?:t|\\u0{2}74)(?:o|\\u0{2}6[Ff])(?:_|\\u0{2}5[Ff]){2}"\s*:/,
46940
46940
  constructor: /"(?:c|\\u0063)(?:o|\\u006[Ff])(?:n|\\u006[Ee])(?:s|\\u0073)(?:t|\\u0074)(?:r|\\u0072)(?:u|\\u0075)(?:c|\\u0063)(?:t|\\u0074)(?:o|\\u006[Ff])(?:r|\\u0072)"\s*:/,
@@ -47012,7 +47012,7 @@ function parseJSON(value2, options = { strict: true }) {
47012
47012
  return betterJSONParse(value2, options);
47013
47013
  }
47014
47014
 
47015
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/query.mjs
47015
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/query.mjs
47016
47016
  var isServer = () => typeof window === "undefined";
47017
47017
  function isAuthQueryStateEqual(a, b) {
47018
47018
  return isJsonEqual(a.data, b.data) && a.error === b.error && a.isPending === b.isPending && a.isRefetching === b.isRefetching && a.refetch === b.refetch;
@@ -47120,7 +47120,7 @@ var useAuthQuery = (initializedAtom, path4, $fetch, options) => {
47120
47120
  return value2;
47121
47121
  };
47122
47122
 
47123
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/session-refresh.mjs
47123
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/session-refresh.mjs
47124
47124
  var now2 = () => Math.floor(Date.now() / 1000);
47125
47125
  var FOCUS_REFETCH_RATE_LIMIT_SECONDS = 5;
47126
47126
  function createSessionRefreshManager(opts) {
@@ -47437,7 +47437,7 @@ var BetterAuthError = class extends Error {
47437
47437
  }
47438
47438
  };
47439
47439
 
47440
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/utils/url.mjs
47440
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/utils/url.mjs
47441
47441
  var SLASH_CHAR_CODE = 47;
47442
47442
  function trimTrailingSlashes(value2) {
47443
47443
  let end = value2.length;
@@ -47544,7 +47544,7 @@ function isSafeUrlScheme(value2) {
47544
47544
  return !DANGEROUS_URL_SCHEMES.includes(parsed.protocol);
47545
47545
  }
47546
47546
 
47547
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/fetch-plugins.mjs
47547
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/fetch-plugins.mjs
47548
47548
  var redirectPlugin = {
47549
47549
  id: "redirect",
47550
47550
  name: "Redirect",
@@ -47560,7 +47560,7 @@ var redirectPlugin = {
47560
47560
  } }
47561
47561
  };
47562
47562
 
47563
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/session-atom.mjs
47563
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/session-atom.mjs
47564
47564
  var isServer2 = () => typeof window === "undefined";
47565
47565
  function normalizeSessionResponse(res) {
47566
47566
  if (typeof res === "object" && res !== null && "data" in res && "error" in res)
@@ -48401,7 +48401,7 @@ var betterFetch = async (url2, options) => {
48401
48401
  };
48402
48402
  };
48403
48403
 
48404
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/config.mjs
48404
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/config.mjs
48405
48405
  var resolvePublicAuthUrl = (basePath) => {
48406
48406
  if (typeof process === "undefined")
48407
48407
  return;
@@ -48511,7 +48511,7 @@ var getClientConfig = (options, loadEnv) => {
48511
48511
  };
48512
48512
  };
48513
48513
 
48514
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/utils/is-atom.mjs
48514
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/utils/is-atom.mjs
48515
48515
  function isAtom(value2) {
48516
48516
  return typeof value2 === "object" && value2 !== null && "get" in value2 && typeof value2.get === "function" && "lc" in value2 && typeof value2.lc === "number";
48517
48517
  }
@@ -48529,7 +48529,7 @@ function toKebabCase(input) {
48529
48529
  return splitWords(input).map((word) => word.toLowerCase()).join("-");
48530
48530
  }
48531
48531
 
48532
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/proxy.mjs
48532
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/proxy.mjs
48533
48533
  function getMethod2(path4, knownPathMethods, args) {
48534
48534
  const method = knownPathMethods[path4];
48535
48535
  const { fetchOptions, query: _query, ...body } = args || {};
@@ -48611,7 +48611,7 @@ function createDynamicPathProxy(routes, client, knownPathMethods, atoms, atomLis
48611
48611
  return createProxy();
48612
48612
  }
48613
48613
 
48614
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/vanilla.mjs
48614
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/vanilla.mjs
48615
48615
  function createAuthClient(options) {
48616
48616
  const { pluginPathMethods, pluginsActions, pluginsAtoms, $fetch, atomListeners, $store } = getClientConfig(options);
48617
48617
  const resolvedHooks = {};
@@ -48625,7 +48625,7 @@ function createAuthClient(options) {
48625
48625
  }, $fetch, pluginPathMethods, pluginsAtoms, atomListeners);
48626
48626
  }
48627
48627
 
48628
- // ../../node_modules/.bun/@better-auth+passkey@1.6.20+f9e624b32d576a63/node_modules/@better-auth/passkey/dist/client.mjs
48628
+ // ../../node_modules/.bun/@better-auth+passkey@1.6.20+3e0a7f32b10f576e/node_modules/@better-auth/passkey/dist/client.mjs
48629
48629
  var getPasskeyActions = ($fetch, { $listPasskeys, $store }) => {
48630
48630
  const signInPasskey = async (opts, options) => {
48631
48631
  const response = await $fetch("/passkey/generate-authenticate-options", {
@@ -48820,7 +48820,7 @@ var passkeyClient = () => {
48820
48820
  };
48821
48821
  };
48822
48822
 
48823
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/additional-fields/client.mjs
48823
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/additional-fields/client.mjs
48824
48824
  var inferAdditionalFields = (schema) => {
48825
48825
  return {
48826
48826
  id: "additional-fields-client",
@@ -48828,7 +48828,7 @@ var inferAdditionalFields = (schema) => {
48828
48828
  $InferServerPlugin: {}
48829
48829
  };
48830
48830
  };
48831
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/access/access.mjs
48831
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/access/access.mjs
48832
48832
  function unknownResourceResponse(requestedResource) {
48833
48833
  return {
48834
48834
  success: false,
@@ -48914,7 +48914,7 @@ function createAccessControl(s) {
48914
48914
  };
48915
48915
  }
48916
48916
 
48917
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/admin/access/statement.mjs
48917
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/admin/access/statement.mjs
48918
48918
  var defaultStatements = {
48919
48919
  user: [
48920
48920
  "create",
@@ -48964,7 +48964,7 @@ var defaultRoles = {
48964
48964
  user: userAc
48965
48965
  };
48966
48966
 
48967
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/admin/error-codes.mjs
48967
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/admin/error-codes.mjs
48968
48968
  var ADMIN_ERROR_CODES = defineErrorCodes({
48969
48969
  FAILED_TO_CREATE_USER: "Failed to create user",
48970
48970
  USER_ALREADY_EXISTS: "User already exists.",
@@ -48991,7 +48991,7 @@ var ADMIN_ERROR_CODES = defineErrorCodes({
48991
48991
  PASSWORD_CANNOT_BE_UPDATED_VIA_UPDATE_USER: "Password cannot be updated through update-user. Use the set-user-password endpoint instead"
48992
48992
  });
48993
48993
 
48994
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/admin/has-permission.mjs
48994
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/admin/has-permission.mjs
48995
48995
  var hasPermission = (input) => {
48996
48996
  if (input.userId && input.options?.adminUserIds?.includes(input.userId))
48997
48997
  return true;
@@ -49005,7 +49005,7 @@ var hasPermission = (input) => {
49005
49005
  return false;
49006
49006
  };
49007
49007
 
49008
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/admin/client.mjs
49008
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/admin/client.mjs
49009
49009
  var adminClient = (options) => {
49010
49010
  const roles = {
49011
49011
  admin: adminAc,
@@ -49038,7 +49038,7 @@ var adminClient = (options) => {
49038
49038
  $ERROR_CODES: ADMIN_ERROR_CODES
49039
49039
  };
49040
49040
  };
49041
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/client/plugins/infer-plugin.mjs
49041
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/client/plugins/infer-plugin.mjs
49042
49042
  var InferServerPlugin = () => {
49043
49043
  return {
49044
49044
  id: "infer-server-plugin",
@@ -49047,12 +49047,12 @@ var InferServerPlugin = () => {
49047
49047
  };
49048
49048
  };
49049
49049
 
49050
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/custom-session/client.mjs
49050
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/custom-session/client.mjs
49051
49051
  var customSessionClient = () => {
49052
49052
  return InferServerPlugin();
49053
49053
  };
49054
49054
 
49055
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/device-authorization/client.mjs
49055
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/device-authorization/client.mjs
49056
49056
  var deviceAuthorizationClient = () => {
49057
49057
  return {
49058
49058
  id: "device-authorization",
@@ -49067,7 +49067,7 @@ var deviceAuthorizationClient = () => {
49067
49067
  }
49068
49068
  };
49069
49069
  };
49070
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/organization/access/statement.mjs
49070
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/organization/access/statement.mjs
49071
49071
  var defaultStatements2 = {
49072
49072
  organization: ["update", "delete"],
49073
49073
  member: [
@@ -49142,7 +49142,7 @@ var defaultRoles2 = {
49142
49142
  member: memberAc
49143
49143
  };
49144
49144
 
49145
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/organization/error-codes.mjs
49145
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/organization/error-codes.mjs
49146
49146
  var ORGANIZATION_ERROR_CODES = defineErrorCodes({
49147
49147
  YOU_ARE_NOT_ALLOWED_TO_CREATE_A_NEW_ORGANIZATION: "You are not allowed to create a new organization",
49148
49148
  YOU_HAVE_REACHED_THE_MAXIMUM_NUMBER_OF_ORGANIZATIONS: "You have reached the maximum number of organizations",
@@ -49205,7 +49205,7 @@ var ORGANIZATION_ERROR_CODES = defineErrorCodes({
49205
49205
  INVALID_TEAM_ID: "Team id contains a reserved character"
49206
49206
  });
49207
49207
 
49208
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/organization/permission.mjs
49208
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/organization/permission.mjs
49209
49209
  var hasPermissionFn = (input, acRoles) => {
49210
49210
  if (!input.permissions)
49211
49211
  return false;
@@ -49221,7 +49221,7 @@ var hasPermissionFn = (input, acRoles) => {
49221
49221
  return false;
49222
49222
  };
49223
49223
 
49224
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/organization/client.mjs
49224
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/organization/client.mjs
49225
49225
  var clientSideHasPermission = (input) => {
49226
49226
  return hasPermissionFn(input, input.options.roles || defaultRoles2);
49227
49227
  };
@@ -49311,7 +49311,7 @@ var organizationClient = (options) => {
49311
49311
  $ERROR_CODES: ORGANIZATION_ERROR_CODES
49312
49312
  };
49313
49313
  };
49314
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/two-factor/error-code.mjs
49314
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/two-factor/error-code.mjs
49315
49315
  var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
49316
49316
  OTP_NOT_ENABLED: "OTP not enabled",
49317
49317
  OTP_HAS_EXPIRED: "OTP has expired",
@@ -49324,7 +49324,7 @@ var TWO_FACTOR_ERROR_CODES = defineErrorCodes({
49324
49324
  INVALID_TWO_FACTOR_COOKIE: "Invalid two factor cookie"
49325
49325
  });
49326
49326
 
49327
- // ../../node_modules/.bun/better-auth@1.6.20+993a93186af0467f/node_modules/better-auth/dist/plugins/two-factor/client.mjs
49327
+ // ../../node_modules/.bun/better-auth@1.6.20+a0c8708e1e673791/node_modules/better-auth/dist/plugins/two-factor/client.mjs
49328
49328
  var twoFactorClient = (options) => {
49329
49329
  return {
49330
49330
  id: "two-factor",
@@ -120549,7 +120549,7 @@ var IdentitySchema = exports_external.object({
120549
120549
  hasIdentity: exports_external.boolean(),
120550
120550
  registered: exports_external.object({
120551
120551
  isRegistered: exports_external.literal(true),
120552
- country: isoCountryCode
120552
+ country: v1FrozenRequired(isoCountryCode.nullable(), { nonNullable: true })
120553
120553
  }).or(exports_external.literal(false)).optional(),
120554
120554
  claims: exports_external.array(identityClaim).default([])
120555
120555
  });
@@ -122907,7 +122907,7 @@ var SystemSchema = exports_external.object({
122907
122907
  }),
122908
122908
  registered: exports_external.object({
122909
122909
  isRegistered: exports_external.literal(true),
122910
- country: isoCountryCode
122910
+ country: isoCountryCode.nullable()
122911
122911
  }).optional()
122912
122912
  }).optional().meta({
122913
122913
  description: "The user's identity information within this system. `address` = identity contract exists; `registered` = ACTIVE in registry.",
@@ -133939,6 +133939,10 @@ var HoldingAssetClassSchema = exports_external.object({
133939
133939
  slug: exports_external.string().meta({ description: "Asset class slug used for grouping.", examples: ["equity", "cash"] }),
133940
133940
  name: exports_external.string().meta({ description: "Human-readable asset class name.", examples: ["Equity", "Cash"] })
133941
133941
  }).meta({ description: "Asset class the token belongs to." });
133942
+ var HoldingOrganizationSchema = exports_external.object({
133943
+ id: exports_external.string().meta({ description: "Issuing organisation id.", examples: ["org_acme"] }),
133944
+ name: exports_external.string().meta({ description: "Issuing organisation display name.", examples: ["Acme Corp"] })
133945
+ }).meta({ description: "The organisation whose system issued the token." });
133942
133946
  var HoldingTokenSchema = exports_external.object({
133943
133947
  id: ethereumAddress.meta({
133944
133948
  description: "The token contract address.",
@@ -133966,6 +133970,10 @@ var ParticipantHoldingV2ItemSchema = exports_external.object({
133966
133970
  description: "The token's asset class. Null for external tokens (no template) — rendered under External tokens.",
133967
133971
  examples: [null]
133968
133972
  }),
133973
+ organization: HoldingOrganizationSchema.nullable().meta({
133974
+ description: "The organisation that issued the token, resolved from the token's system. Null when no issuing organisation resolves (e.g. an external token) — the UI shows a fallback label (R3).",
133975
+ examples: [null]
133976
+ }),
133969
133977
  walletAddress: ethereumAddress.meta({
133970
133978
  description: "The participant wallet address that holds this balance.",
133971
133979
  examples: ["0x71C7656EC7ab88b098defB751B7401B5f6d8976F"]
@@ -143481,7 +143489,7 @@ function normalizeDalpBaseUrl(url2) {
143481
143489
  }
143482
143490
  var package_default = {
143483
143491
  name: "@settlemint/dalp-sdk",
143484
- version: "3.0.7-main.28643090779",
143492
+ version: "3.0.7-main.28799463854",
143485
143493
  private: false,
143486
143494
  description: "Fully typed SDK for the DALP tokenization platform API",
143487
143495
  homepage: "https://settlemint.com",
@@ -144745,7 +144753,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
144745
144753
  // package.json
144746
144754
  var package_default2 = {
144747
144755
  name: "@settlemint/dalp-cli",
144748
- version: "3.0.7-main.28643090779",
144756
+ version: "3.0.7-main.28799463854",
144749
144757
  private: false,
144750
144758
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
144751
144759
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "3.0.7-main.28643090779",
3
+ "version": "3.0.7-main.28799463854",
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",