@settlemint/dalp-sdk 2.1.7-main.22780452484 → 2.1.7-main.22784829103
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 +16 -16
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -62,12 +62,12 @@ var RoleRequirementSchema = z7.lazy(() => z7.union([
|
|
|
62
62
|
// ../../packages/dalp/dapi/contract/src/errors.ts
|
|
63
63
|
import { oc } from "@orpc/contract";
|
|
64
64
|
|
|
65
|
-
// ../../node_modules/.bun/@orpc+openapi@1.13.
|
|
65
|
+
// ../../node_modules/.bun/@orpc+openapi@1.13.6+50160a4e9ae07948/node_modules/@orpc/openapi/dist/shared/openapi.CoREqFh3.mjs
|
|
66
66
|
import { isORPCErrorStatus as isORPCErrorStatus2, fallbackORPCErrorStatus, fallbackORPCErrorMessage } from "@orpc/client";
|
|
67
67
|
import { toHttpPath as toHttpPath2 } from "@orpc/client/standard";
|
|
68
68
|
import { fallbackContractConfig as fallbackContractConfig3, getEventIteratorSchemaDetails } from "@orpc/contract";
|
|
69
69
|
|
|
70
|
-
// ../../node_modules/.bun/@orpc+shared@1.13.
|
|
70
|
+
// ../../node_modules/.bun/@orpc+shared@1.13.6+460773ef8ff1e07c/node_modules/@orpc/shared/dist/index.mjs
|
|
71
71
|
function resolveMaybeOptionalOptions(rest) {
|
|
72
72
|
return rest[0] ?? {};
|
|
73
73
|
}
|
|
@@ -75,7 +75,7 @@ function toArray(value) {
|
|
|
75
75
|
return Array.isArray(value) ? value : value === undefined || value === null ? [] : [value];
|
|
76
76
|
}
|
|
77
77
|
var ORPC_SHARED_PACKAGE_NAME = "@orpc/shared";
|
|
78
|
-
var ORPC_SHARED_PACKAGE_VERSION = "1.13.
|
|
78
|
+
var ORPC_SHARED_PACKAGE_VERSION = "1.13.6";
|
|
79
79
|
function once(fn) {
|
|
80
80
|
let cached;
|
|
81
81
|
return () => {
|
|
@@ -422,14 +422,14 @@ function overlayProxy(target, partial) {
|
|
|
422
422
|
});
|
|
423
423
|
return proxy;
|
|
424
424
|
}
|
|
425
|
-
// ../../node_modules/.bun/@orpc+openapi-client@1.13.
|
|
425
|
+
// ../../node_modules/.bun/@orpc+openapi-client@1.13.6+460773ef8ff1e07c/node_modules/@orpc/openapi-client/dist/shared/openapi-client.Dgl8z2tb.mjs
|
|
426
426
|
import { isSchemaIssue } from "@orpc/contract";
|
|
427
|
-
// ../../node_modules/.bun/@orpc+openapi-client@1.13.
|
|
427
|
+
// ../../node_modules/.bun/@orpc+openapi-client@1.13.6+460773ef8ff1e07c/node_modules/@orpc/openapi-client/dist/shared/openapi-client.B2Q9qU5m.mjs
|
|
428
428
|
import { toStandardHeaders, toHttpPath, getMalformedResponseErrorCode, StandardLink } from "@orpc/client/standard";
|
|
429
429
|
import { isORPCErrorStatus, isORPCErrorJson, createORPCErrorFromJson, mapEventIterator, toORPCError } from "@orpc/client";
|
|
430
430
|
import { isContractProcedure, fallbackContractConfig, ORPCError } from "@orpc/contract";
|
|
431
431
|
|
|
432
|
-
// ../../node_modules/.bun/@orpc+standard-server@1.13.
|
|
432
|
+
// ../../node_modules/.bun/@orpc+standard-server@1.13.6+460773ef8ff1e07c/node_modules/@orpc/standard-server/dist/index.mjs
|
|
433
433
|
class EventDecoderError extends TypeError {
|
|
434
434
|
}
|
|
435
435
|
|
|
@@ -557,7 +557,7 @@ function mergeStandardHeaders(a, b) {
|
|
|
557
557
|
return merged;
|
|
558
558
|
}
|
|
559
559
|
|
|
560
|
-
// ../../node_modules/.bun/@orpc+openapi-client@1.13.
|
|
560
|
+
// ../../node_modules/.bun/@orpc+openapi-client@1.13.6+460773ef8ff1e07c/node_modules/@orpc/openapi-client/dist/shared/openapi-client.B2Q9qU5m.mjs
|
|
561
561
|
class StandardOpenAPIJsonSerializer {
|
|
562
562
|
customSerializers;
|
|
563
563
|
constructor(options = {}) {
|
|
@@ -840,16 +840,16 @@ class StandardOpenAPISerializer {
|
|
|
840
840
|
return data;
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
|
-
// ../../node_modules/.bun/@orpc+openapi-client@1.13.
|
|
843
|
+
// ../../node_modules/.bun/@orpc+openapi-client@1.13.6+460773ef8ff1e07c/node_modules/@orpc/openapi-client/dist/adapters/standard/index.mjs
|
|
844
844
|
import"@orpc/contract";
|
|
845
845
|
import"@orpc/client/standard";
|
|
846
846
|
import"@orpc/client";
|
|
847
847
|
|
|
848
|
-
// ../../node_modules/.bun/@orpc+server@1.13.
|
|
848
|
+
// ../../node_modules/.bun/@orpc+server@1.13.6+50160a4e9ae07948/node_modules/@orpc/server/dist/index.mjs
|
|
849
849
|
import { mergeErrorMap as mergeErrorMap2, mergeMeta, mergeRoute, mergePrefix as mergePrefix2, mergeTags, isContractProcedure as isContractProcedure3, getContractRouter, fallbackContractConfig as fallbackContractConfig2 } from "@orpc/contract";
|
|
850
850
|
import { ValidationError as ValidationError2, eventIterator, type, validateORPCError as validateORPCError2 } from "@orpc/contract";
|
|
851
851
|
|
|
852
|
-
// ../../node_modules/.bun/@orpc+server@1.13.
|
|
852
|
+
// ../../node_modules/.bun/@orpc+server@1.13.6+50160a4e9ae07948/node_modules/@orpc/server/dist/shared/server.Ds4HPpvH.mjs
|
|
853
853
|
import { isContractProcedure as isContractProcedure2, validateORPCError, ValidationError, mergePrefix, mergeErrorMap, enhanceRoute } from "@orpc/contract";
|
|
854
854
|
import { ORPCError as ORPCError2, mapEventIterator as mapEventIterator2 } from "@orpc/client";
|
|
855
855
|
var LAZY_SYMBOL = Symbol("ORPC_LAZY_SYMBOL");
|
|
@@ -1166,7 +1166,7 @@ async function resolveContractProcedures(options, callback) {
|
|
|
1166
1166
|
}
|
|
1167
1167
|
}
|
|
1168
1168
|
|
|
1169
|
-
// ../../node_modules/.bun/@orpc+server@1.13.
|
|
1169
|
+
// ../../node_modules/.bun/@orpc+server@1.13.6+50160a4e9ae07948/node_modules/@orpc/server/dist/index.mjs
|
|
1170
1170
|
import { toORPCError as toORPCError2 } from "@orpc/client";
|
|
1171
1171
|
import { ORPCError as ORPCError3, isDefinedError, safe } from "@orpc/client";
|
|
1172
1172
|
var DEFAULT_CONFIG = {
|
|
@@ -1435,7 +1435,7 @@ var TypeName;
|
|
|
1435
1435
|
TypeName2["String"] = "string";
|
|
1436
1436
|
})(TypeName || (TypeName = {}));
|
|
1437
1437
|
|
|
1438
|
-
// ../../node_modules/.bun/@orpc+openapi@1.13.
|
|
1438
|
+
// ../../node_modules/.bun/@orpc+openapi@1.13.6+50160a4e9ae07948/node_modules/@orpc/openapi/dist/shared/openapi.CoREqFh3.mjs
|
|
1439
1439
|
var OPERATION_EXTENDER_SYMBOL = Symbol("ORPC_OPERATION_EXTENDER");
|
|
1440
1440
|
function customOpenAPIOperation(o, extend) {
|
|
1441
1441
|
return new Proxy(o, {
|
|
@@ -2237,7 +2237,7 @@ ${errors.join(`
|
|
|
2237
2237
|
}
|
|
2238
2238
|
}
|
|
2239
2239
|
|
|
2240
|
-
// ../../node_modules/.bun/@orpc+openapi@1.13.
|
|
2240
|
+
// ../../node_modules/.bun/@orpc+openapi@1.13.6+50160a4e9ae07948/node_modules/@orpc/openapi/dist/index.mjs
|
|
2241
2241
|
import { createORPCErrorFromJson as createORPCErrorFromJson2 } from "@orpc/client";
|
|
2242
2242
|
import"@orpc/client/standard";
|
|
2243
2243
|
import"@orpc/contract";
|
|
@@ -16109,7 +16109,7 @@ var dalpSerializers = [
|
|
|
16109
16109
|
// package.json
|
|
16110
16110
|
var package_default = {
|
|
16111
16111
|
name: "@settlemint/dalp-sdk",
|
|
16112
|
-
version: "2.1.7-main.
|
|
16112
|
+
version: "2.1.7-main.22784829103",
|
|
16113
16113
|
private: false,
|
|
16114
16114
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
16115
16115
|
homepage: "https://settlemint.com",
|
|
@@ -16160,12 +16160,12 @@ var package_default = {
|
|
|
16160
16160
|
},
|
|
16161
16161
|
dependencies: {
|
|
16162
16162
|
"@orpc/client": "1.13.6",
|
|
16163
|
-
"@orpc/contract": "1.13.
|
|
16163
|
+
"@orpc/contract": "1.13.6",
|
|
16164
16164
|
"currency-codes": "2.2.0",
|
|
16165
16165
|
"date-fns": "4.1.0",
|
|
16166
16166
|
dnum: "2.17.0",
|
|
16167
16167
|
"iso-3166": "4.4.0",
|
|
16168
|
-
viem: "2.
|
|
16168
|
+
viem: "2.47.0",
|
|
16169
16169
|
zod: "4.3.6"
|
|
16170
16170
|
},
|
|
16171
16171
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@settlemint/dalp-sdk",
|
|
3
|
-
"version": "2.1.7-main.
|
|
3
|
+
"version": "2.1.7-main.22784829103",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Fully typed SDK for the DALP tokenization platform API",
|
|
6
6
|
"homepage": "https://settlemint.com",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@orpc/client": "1.13.6",
|
|
54
|
-
"@orpc/contract": "1.13.
|
|
54
|
+
"@orpc/contract": "1.13.6",
|
|
55
55
|
"currency-codes": "2.2.0",
|
|
56
56
|
"date-fns": "4.1.0",
|
|
57
57
|
"dnum": "2.17.0",
|
|
58
58
|
"iso-3166": "4.4.0",
|
|
59
|
-
"viem": "2.
|
|
59
|
+
"viem": "2.47.0",
|
|
60
60
|
"zod": "4.3.6"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|