@settlemint/dalp-sdk 2.1.7-main.25511173112 → 2.1.7-main.25512605712
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 +17 -17
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -18,20 +18,20 @@ var RoleRequirementSchema = z.lazy(() => z.union([
|
|
|
18
18
|
// ../../packages/dalp/api-contract/src/errors.ts
|
|
19
19
|
import { oc } from "@orpc/contract";
|
|
20
20
|
|
|
21
|
-
// ../../node_modules/.bun/@orpc+openapi@1.14.
|
|
21
|
+
// ../../node_modules/.bun/@orpc+openapi@1.14.1+a8082fcec9085813/node_modules/@orpc/openapi/dist/shared/openapi.BwdtJjDu.mjs
|
|
22
22
|
import { isORPCErrorStatus, fallbackORPCErrorStatus, fallbackORPCErrorMessage } from "@orpc/client";
|
|
23
23
|
import { toHttpPath } from "@orpc/client/standard";
|
|
24
24
|
import { fallbackContractConfig as fallbackContractConfig2, getEventIteratorSchemaDetails } from "@orpc/contract";
|
|
25
25
|
import { standardizeHTTPPath, StandardOpenAPIJsonSerializer, getDynamicParams } from "@orpc/openapi-client/standard";
|
|
26
26
|
|
|
27
|
-
// ../../node_modules/.bun/@orpc+server@1.14.
|
|
27
|
+
// ../../node_modules/.bun/@orpc+server@1.14.1+a8082fcec9085813/node_modules/@orpc/server/dist/index.mjs
|
|
28
28
|
import { mergeErrorMap as mergeErrorMap2, mergeMeta, mergeRoute, mergePrefix as mergePrefix2, mergeTags, isContractProcedure as isContractProcedure2, getContractRouter, fallbackContractConfig } from "@orpc/contract";
|
|
29
29
|
import { ValidationError as ValidationError2, eventIterator, type, validateORPCError as validateORPCError2 } from "@orpc/contract";
|
|
30
30
|
|
|
31
|
-
// ../../node_modules/.bun/@orpc+server@1.14.
|
|
31
|
+
// ../../node_modules/.bun/@orpc+server@1.14.1+a8082fcec9085813/node_modules/@orpc/server/dist/shared/server.BOmqcs4W.mjs
|
|
32
32
|
import { isContractProcedure, validateORPCError, ValidationError, mergePrefix, mergeErrorMap, enhanceRoute } from "@orpc/contract";
|
|
33
33
|
|
|
34
|
-
// ../../node_modules/.bun/@orpc+shared@1.14.
|
|
34
|
+
// ../../node_modules/.bun/@orpc+shared@1.14.1+e40b0dfdd726a224/node_modules/@orpc/shared/dist/index.mjs
|
|
35
35
|
function resolveMaybeOptionalOptions(rest) {
|
|
36
36
|
return rest[0] ?? {};
|
|
37
37
|
}
|
|
@@ -39,7 +39,7 @@ function toArray(value) {
|
|
|
39
39
|
return Array.isArray(value) ? value : value === undefined || value === null ? [] : [value];
|
|
40
40
|
}
|
|
41
41
|
var ORPC_SHARED_PACKAGE_NAME = "@orpc/shared";
|
|
42
|
-
var ORPC_SHARED_PACKAGE_VERSION = "1.14.
|
|
42
|
+
var ORPC_SHARED_PACKAGE_VERSION = "1.14.1";
|
|
43
43
|
function once(fn) {
|
|
44
44
|
let cached;
|
|
45
45
|
return () => {
|
|
@@ -374,10 +374,10 @@ function overlayProxy(target, partial) {
|
|
|
374
374
|
return proxy;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
|
-
// ../../node_modules/.bun/@orpc+server@1.14.
|
|
377
|
+
// ../../node_modules/.bun/@orpc+server@1.14.1+a8082fcec9085813/node_modules/@orpc/server/dist/shared/server.BOmqcs4W.mjs
|
|
378
378
|
import { ORPCError, mapEventIterator } from "@orpc/client";
|
|
379
379
|
|
|
380
|
-
// ../../node_modules/.bun/@orpc+standard-server@1.14.
|
|
380
|
+
// ../../node_modules/.bun/@orpc+standard-server@1.14.1+e40b0dfdd726a224/node_modules/@orpc/standard-server/dist/index.mjs
|
|
381
381
|
class EventDecoderError extends TypeError {
|
|
382
382
|
}
|
|
383
383
|
function decodeEventMessage(encoded) {
|
|
@@ -480,7 +480,7 @@ class HibernationEventIterator extends AsyncIteratorClass {
|
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
// ../../node_modules/.bun/@orpc+server@1.14.
|
|
483
|
+
// ../../node_modules/.bun/@orpc+server@1.14.1+a8082fcec9085813/node_modules/@orpc/server/dist/shared/server.BOmqcs4W.mjs
|
|
484
484
|
var LAZY_SYMBOL = Symbol("ORPC_LAZY_SYMBOL");
|
|
485
485
|
function lazy(loader, meta = {}) {
|
|
486
486
|
return {
|
|
@@ -804,7 +804,7 @@ async function resolveContractProcedures(options, callback) {
|
|
|
804
804
|
}
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
-
// ../../node_modules/.bun/@orpc+server@1.14.
|
|
807
|
+
// ../../node_modules/.bun/@orpc+server@1.14.1+a8082fcec9085813/node_modules/@orpc/server/dist/index.mjs
|
|
808
808
|
import { toORPCError } from "@orpc/client";
|
|
809
809
|
import { ORPCError as ORPCError2, isDefinedError, safe } from "@orpc/client";
|
|
810
810
|
var DEFAULT_CONFIG = {
|
|
@@ -1073,7 +1073,7 @@ var TypeName;
|
|
|
1073
1073
|
TypeName2["String"] = "string";
|
|
1074
1074
|
})(TypeName || (TypeName = {}));
|
|
1075
1075
|
|
|
1076
|
-
// ../../node_modules/.bun/@orpc+openapi@1.14.
|
|
1076
|
+
// ../../node_modules/.bun/@orpc+openapi@1.14.1+a8082fcec9085813/node_modules/@orpc/openapi/dist/shared/openapi.BwdtJjDu.mjs
|
|
1077
1077
|
var OPERATION_EXTENDER_SYMBOL = Symbol("ORPC_OPERATION_EXTENDER");
|
|
1078
1078
|
function customOpenAPIOperation(o, extend) {
|
|
1079
1079
|
return new Proxy(o, {
|
|
@@ -1900,7 +1900,7 @@ ${errors.join(`
|
|
|
1900
1900
|
}
|
|
1901
1901
|
}
|
|
1902
1902
|
|
|
1903
|
-
// ../../node_modules/.bun/@orpc+openapi@1.14.
|
|
1903
|
+
// ../../node_modules/.bun/@orpc+openapi@1.14.1+a8082fcec9085813/node_modules/@orpc/openapi/dist/index.mjs
|
|
1904
1904
|
import { createORPCErrorFromJson } from "@orpc/client";
|
|
1905
1905
|
import { StandardOpenAPISerializer, StandardOpenAPIJsonSerializer as StandardOpenAPIJsonSerializer2, StandardBracketNotationSerializer } from "@orpc/openapi-client/standard";
|
|
1906
1906
|
import"@orpc/client/standard";
|
|
@@ -27320,7 +27320,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
27320
27320
|
// package.json
|
|
27321
27321
|
var package_default = {
|
|
27322
27322
|
name: "@settlemint/dalp-sdk",
|
|
27323
|
-
version: "2.1.7-main.
|
|
27323
|
+
version: "2.1.7-main.25512605712",
|
|
27324
27324
|
private: false,
|
|
27325
27325
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
27326
27326
|
homepage: "https://settlemint.com",
|
|
@@ -27372,23 +27372,23 @@ var package_default = {
|
|
|
27372
27372
|
dependencies: {
|
|
27373
27373
|
"@better-auth/api-key": "1.6.9",
|
|
27374
27374
|
"@better-auth/passkey": "1.6.9",
|
|
27375
|
-
"@orpc/client": "1.14.
|
|
27376
|
-
"@orpc/contract": "1.14.
|
|
27377
|
-
"@orpc/openapi-client": "1.14.
|
|
27375
|
+
"@orpc/client": "1.14.1",
|
|
27376
|
+
"@orpc/contract": "1.14.1",
|
|
27377
|
+
"@orpc/openapi-client": "1.14.1",
|
|
27378
27378
|
"better-auth": "1.6.9",
|
|
27379
27379
|
"currency-codes": "2.2.0",
|
|
27380
27380
|
"date-fns": "4.1.0",
|
|
27381
27381
|
dnum: "2.17.0",
|
|
27382
27382
|
"iso-3166": "4.4.0",
|
|
27383
27383
|
viem: "2.48.8",
|
|
27384
|
-
zod: "4.4.
|
|
27384
|
+
zod: "4.4.3"
|
|
27385
27385
|
},
|
|
27386
27386
|
devDependencies: {
|
|
27387
27387
|
"@arethetypeswrong/cli": "0.18.2",
|
|
27388
27388
|
"@dalp/api-contract": "workspace:*",
|
|
27389
27389
|
"@tools/typescript-config": "workspace:*",
|
|
27390
27390
|
"@types/bun": "1.3.13",
|
|
27391
|
-
publint: "0.3.
|
|
27391
|
+
publint: "0.3.19",
|
|
27392
27392
|
typescript: "6.0.3"
|
|
27393
27393
|
},
|
|
27394
27394
|
engines: {
|
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.25512605712",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Fully typed SDK for the DALP tokenization platform API",
|
|
6
6
|
"homepage": "https://settlemint.com",
|
|
@@ -52,23 +52,23 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@better-auth/api-key": "1.6.9",
|
|
54
54
|
"@better-auth/passkey": "1.6.9",
|
|
55
|
-
"@orpc/client": "1.14.
|
|
56
|
-
"@orpc/contract": "1.14.
|
|
57
|
-
"@orpc/openapi-client": "1.14.
|
|
55
|
+
"@orpc/client": "1.14.1",
|
|
56
|
+
"@orpc/contract": "1.14.1",
|
|
57
|
+
"@orpc/openapi-client": "1.14.1",
|
|
58
58
|
"better-auth": "1.6.9",
|
|
59
59
|
"currency-codes": "2.2.0",
|
|
60
60
|
"date-fns": "4.1.0",
|
|
61
61
|
"dnum": "2.17.0",
|
|
62
62
|
"iso-3166": "4.4.0",
|
|
63
63
|
"viem": "2.48.8",
|
|
64
|
-
"zod": "4.4.
|
|
64
|
+
"zod": "4.4.3"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@arethetypeswrong/cli": "0.18.2",
|
|
68
68
|
"@dalp/api-contract": "workspace:*",
|
|
69
69
|
"@tools/typescript-config": "workspace:*",
|
|
70
70
|
"@types/bun": "1.3.13",
|
|
71
|
-
"publint": "0.3.
|
|
71
|
+
"publint": "0.3.19",
|
|
72
72
|
"typescript": "6.0.3"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|