@settlemint/dalp-sdk 3.0.0-main.27341045963 → 3.0.0-main.27341680508
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 +10 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -67129,7 +67129,15 @@ var PaginatedListSchema = SortableListSchema.extend({
|
|
|
67129
67129
|
|
|
67130
67130
|
// ../../packages/dalp/api-contract/src/routes/addons/xvp/routes/xvp.list.schema.ts
|
|
67131
67131
|
var XvpSettlementTypeSchema = z37.enum(["LOCAL", "HTLC"]);
|
|
67132
|
-
var XvpSettlementStatusSchema = z37.enum([
|
|
67132
|
+
var XvpSettlementStatusSchema = z37.enum([
|
|
67133
|
+
"EXECUTED",
|
|
67134
|
+
"CANCELLED",
|
|
67135
|
+
"EXPIRED",
|
|
67136
|
+
"READY",
|
|
67137
|
+
"SETTLE_AFTER_REVEAL_READY",
|
|
67138
|
+
"WAITING_SECRET",
|
|
67139
|
+
"PENDING"
|
|
67140
|
+
]);
|
|
67133
67141
|
var XvpSettlementWarningSchema = z37.enum([
|
|
67134
67142
|
"CANCEL_PROPOSED",
|
|
67135
67143
|
"EXPIRY_APPROACHING",
|
|
@@ -91217,7 +91225,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
91217
91225
|
// package.json
|
|
91218
91226
|
var package_default = {
|
|
91219
91227
|
name: "@settlemint/dalp-sdk",
|
|
91220
|
-
version: "3.0.0-main.
|
|
91228
|
+
version: "3.0.0-main.27341680508",
|
|
91221
91229
|
private: false,
|
|
91222
91230
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
91223
91231
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED