@settlemint/dalp-cli 3.0.7-release.28580809394 → 3.0.7-release.28585632593

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 +18 -5
  2. package/package.json +1 -1
package/dist/dalp.js CHANGED
@@ -140563,7 +140563,7 @@ function normalizeDalpBaseUrl(url2) {
140563
140563
  }
140564
140564
  var package_default = {
140565
140565
  name: "@settlemint/dalp-sdk",
140566
- version: "3.0.7-release.28580809394",
140566
+ version: "3.0.7-release.28585632593",
140567
140567
  private: false,
140568
140568
  description: "Fully typed SDK for the DALP tokenization platform API",
140569
140569
  homepage: "https://settlemint.com",
@@ -140697,6 +140697,10 @@ function createDalpClient(config3) {
140697
140697
  if (idempotencyKey) {
140698
140698
  secured["Idempotency-Key"] = idempotencyKey;
140699
140699
  }
140700
+ const perCallIdempotencyKey = options.context?.idempotencyKey;
140701
+ if (perCallIdempotencyKey) {
140702
+ secured["Idempotency-Key"] = perCallIdempotencyKey;
140703
+ }
140700
140704
  if (organizationId) {
140701
140705
  secured["x-organization-id"] = organizationId;
140702
140706
  }
@@ -140711,9 +140715,18 @@ function createDalpClient(config3) {
140711
140715
  },
140712
140716
  plugins,
140713
140717
  customJsonSerializers: [
140714
- { condition: bigDecimalSerializer.condition, serialize: bigDecimalSerializer.serialize },
140715
- { condition: bigIntSerializer.condition, serialize: bigIntSerializer.serialize },
140716
- { condition: timestampSerializer.condition, serialize: timestampSerializer.serialize }
140718
+ {
140719
+ condition: bigDecimalSerializer.condition,
140720
+ serialize: bigDecimalSerializer.serialize
140721
+ },
140722
+ {
140723
+ condition: bigIntSerializer.condition,
140724
+ serialize: bigIntSerializer.serialize
140725
+ },
140726
+ {
140727
+ condition: timestampSerializer.condition,
140728
+ serialize: timestampSerializer.serialize
140729
+ }
140717
140730
  ],
140718
140731
  customErrorResponseBodyDecoder: decodeDapiErrorResponseBody,
140719
140732
  fetch: wrappedFetch
@@ -141747,7 +141760,7 @@ var failedStateSet = new Set(FAILED_TRANSACTION_STATES);
141747
141760
  // package.json
141748
141761
  var package_default2 = {
141749
141762
  name: "@settlemint/dalp-cli",
141750
- version: "3.0.7-release.28580809394",
141763
+ version: "3.0.7-release.28585632593",
141751
141764
  private: false,
141752
141765
  description: "CLI for the Digital Asset Lifecycle Platform — manage tokens, identities, compliance, and more from the command line.",
141753
141766
  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-release.28580809394",
3
+ "version": "3.0.7-release.28585632593",
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",