@settlemint/dalp-sdk 3.0.7-main.29010212507 → 3.0.7-main.29013839342
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71179,7 +71179,7 @@ var del3 = v1Contract.route({
|
|
|
71179
71179
|
description: "Delete a setting",
|
|
71180
71180
|
successDescription: "Setting deleted successfully",
|
|
71181
71181
|
tags: [V1_TAG.settings]
|
|
71182
|
-
}).input(SettingsDeleteSchema).output(z95.object({ success: z95.boolean() }));
|
|
71182
|
+
}).meta(dalpMeta({ contractErrors: ["DALP-9167", "DALP-9169"] })).input(SettingsDeleteSchema).output(z95.object({ success: z95.boolean() }));
|
|
71183
71183
|
var themeGet = v1Contract.route({
|
|
71184
71184
|
method: "GET",
|
|
71185
71185
|
path: "/settings/theme",
|
|
@@ -85727,7 +85727,7 @@ var del8 = v2Contract.route({
|
|
|
85727
85727
|
description: "Delete a setting by key.",
|
|
85728
85728
|
successDescription: "Setting deleted successfully.",
|
|
85729
85729
|
tags: [V2_TAG.settings]
|
|
85730
|
-
}).input(v2Input.params(SettingsDeleteSchema)).output(DeleteResponseSchema);
|
|
85730
|
+
}).meta(dalpMeta({ contractErrors: ["DALP-9167", "DALP-9169"] })).input(v2Input.params(SettingsDeleteSchema)).output(DeleteResponseSchema);
|
|
85731
85731
|
var themeGet2 = v2Contract.route({
|
|
85732
85732
|
method: "GET",
|
|
85733
85733
|
path: "/settings/theme",
|
|
@@ -94670,7 +94670,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
94670
94670
|
// package.json
|
|
94671
94671
|
var package_default = {
|
|
94672
94672
|
name: "@settlemint/dalp-sdk",
|
|
94673
|
-
version: "3.0.7-main.
|
|
94673
|
+
version: "3.0.7-main.29013839342",
|
|
94674
94674
|
private: false,
|
|
94675
94675
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
94676
94676
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED