@settlemint/dalp-cli 2.1.7-main.26148137478 → 2.1.7-main.26149809240

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 +7 -5
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -76062,10 +76062,10 @@ var V1_ONLY_COMPLIANCE_TYPE_IDS = [
76062
76062
  "token-supply-limit"
76063
76063
  ];
76064
76064
  var V1_ONLY_COMPLIANCE_TYPE_ID_SET = new Set(V1_ONLY_COMPLIANCE_TYPE_IDS);
76065
- var GLEIF_SPECIAL_CODES = ["EU", "UN"];
76065
+ var GLEIF_SPECIAL_CODES = ["EU", "EEA", "UN"];
76066
76066
  var JurisdictionCodeSchema = exports_external2.union([isoCountryCode, exports_external2.enum(GLEIF_SPECIAL_CODES)]).meta({
76067
- description: "GLEIF-compatible jurisdiction code (ISO 3166-1 alpha-2 or EU/UN)",
76068
- examples: ["US", "EU", "DE"]
76067
+ description: "GLEIF-compatible jurisdiction code (ISO 3166-1 alpha-2, EU, EEA, or UN)",
76068
+ examples: ["US", "EU", "EEA", "DE"]
76069
76069
  });
76070
76070
  var JurisdictionsArraySchema = exports_external2.array(exports_external2.string().transform((s) => s.toUpperCase())).transform((arr) => [...new Set(arr)].sort()).pipe(exports_external2.array(JurisdictionCodeSchema)).meta({
76071
76071
  description: "Array of GLEIF jurisdiction codes. Empty array = global template.",
@@ -76101,6 +76101,8 @@ var EU_MEMBER_STATE_NUMERIC_CODES = [
76101
76101
  752
76102
76102
  ];
76103
76103
  var EU_MEMBER_NUMERIC_SET = new Set(EU_MEMBER_STATE_NUMERIC_CODES);
76104
+ var EEA_NON_EU_MEMBER_NUMERIC_CODES = [352, 438, 578];
76105
+ var EEA_NON_EU_MEMBER_NUMERIC_SET = new Set(EEA_NON_EU_MEMBER_NUMERIC_CODES);
76104
76106
  var configurableInDesigner = exports_external2.boolean().optional();
76105
76107
  var TemplateModuleConfigSchema = exports_external2.discriminatedUnion("typeId", [
76106
76108
  exports_external2.object({
@@ -93322,7 +93324,7 @@ function normalizeDalpBaseUrl(url3) {
93322
93324
  }
93323
93325
  var package_default = {
93324
93326
  name: "@settlemint/dalp-sdk",
93325
- version: "2.1.7-main.26148137478",
93327
+ version: "2.1.7-main.26149809240",
93326
93328
  private: false,
93327
93329
  description: "Fully typed SDK for the DALP tokenization platform API",
93328
93330
  homepage: "https://settlemint.com",
@@ -93894,7 +93896,7 @@ function toStandardWebhookSecret(secret) {
93894
93896
  // package.json
93895
93897
  var package_default2 = {
93896
93898
  name: "@settlemint/dalp-cli",
93897
- version: "2.1.7-main.26148137478",
93899
+ version: "2.1.7-main.26149809240",
93898
93900
  private: false,
93899
93901
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
93900
93902
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-cli",
3
- "version": "2.1.7-main.26148137478",
3
+ "version": "2.1.7-main.26149809240",
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",