@settlemint/dalp-sdk 3.0.7-main.28538365167 → 3.0.7-main.28571008673
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 +11 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -63855,17 +63855,17 @@ var CUSTOM_ERROR_DATA_SCHEMAS = {
|
|
|
63855
63855
|
WEBHOOK_REPLAY_RATE_LIMITED: retryAfterDataSchema
|
|
63856
63856
|
};
|
|
63857
63857
|
|
|
63858
|
-
// ../../node_modules/.bun/@orpc+openapi@1.14.6+
|
|
63858
|
+
// ../../node_modules/.bun/@orpc+openapi@1.14.6+a6ca093a398e9d25/node_modules/@orpc/openapi/dist/shared/openapi.BwdtJjDu.mjs
|
|
63859
63859
|
import { isORPCErrorStatus, fallbackORPCErrorStatus, fallbackORPCErrorMessage } from "@orpc/client";
|
|
63860
63860
|
import { toHttpPath } from "@orpc/client/standard";
|
|
63861
63861
|
import { fallbackContractConfig as fallbackContractConfig2, getEventIteratorSchemaDetails } from "@orpc/contract";
|
|
63862
63862
|
import { standardizeHTTPPath, StandardOpenAPIJsonSerializer, getDynamicParams } from "@orpc/openapi-client/standard";
|
|
63863
63863
|
|
|
63864
|
-
// ../../node_modules/.bun/@orpc+server@1.14.6+
|
|
63864
|
+
// ../../node_modules/.bun/@orpc+server@1.14.6+a6ca093a398e9d25/node_modules/@orpc/server/dist/index.mjs
|
|
63865
63865
|
import { mergeErrorMap as mergeErrorMap2, mergeMeta, mergeRoute, mergePrefix as mergePrefix2, mergeTags, isContractProcedure as isContractProcedure2, getContractRouter, fallbackContractConfig } from "@orpc/contract";
|
|
63866
63866
|
import { ValidationError as ValidationError2, eventIterator, type, validateORPCError as validateORPCError2 } from "@orpc/contract";
|
|
63867
63867
|
|
|
63868
|
-
// ../../node_modules/.bun/@orpc+server@1.14.6+
|
|
63868
|
+
// ../../node_modules/.bun/@orpc+server@1.14.6+a6ca093a398e9d25/node_modules/@orpc/server/dist/shared/server.DEBcqOjg.mjs
|
|
63869
63869
|
import { isContractProcedure, validateORPCError, ValidationError, mergePrefix, mergeErrorMap, enhanceRoute } from "@orpc/contract";
|
|
63870
63870
|
|
|
63871
63871
|
// ../../node_modules/.bun/@orpc+shared@1.14.6+e40b0dfdd726a224/node_modules/@orpc/shared/dist/index.mjs
|
|
@@ -64214,7 +64214,7 @@ function overlayProxy(target, partial) {
|
|
|
64214
64214
|
return proxy;
|
|
64215
64215
|
}
|
|
64216
64216
|
|
|
64217
|
-
// ../../node_modules/.bun/@orpc+server@1.14.6+
|
|
64217
|
+
// ../../node_modules/.bun/@orpc+server@1.14.6+a6ca093a398e9d25/node_modules/@orpc/server/dist/shared/server.DEBcqOjg.mjs
|
|
64218
64218
|
import { ORPCError as ORPCError6, mapEventIterator } from "@orpc/client";
|
|
64219
64219
|
|
|
64220
64220
|
// ../../node_modules/.bun/@orpc+standard-server@1.14.6+e40b0dfdd726a224/node_modules/@orpc/standard-server/dist/index.mjs
|
|
@@ -64320,7 +64320,7 @@ class HibernationEventIterator extends AsyncIteratorClass {
|
|
|
64320
64320
|
}
|
|
64321
64321
|
}
|
|
64322
64322
|
|
|
64323
|
-
// ../../node_modules/.bun/@orpc+server@1.14.6+
|
|
64323
|
+
// ../../node_modules/.bun/@orpc+server@1.14.6+a6ca093a398e9d25/node_modules/@orpc/server/dist/shared/server.DEBcqOjg.mjs
|
|
64324
64324
|
var LAZY_SYMBOL = Symbol("ORPC_LAZY_SYMBOL");
|
|
64325
64325
|
function lazy(loader, meta = {}) {
|
|
64326
64326
|
return {
|
|
@@ -64641,7 +64641,7 @@ async function resolveContractProcedures(options, callback) {
|
|
|
64641
64641
|
}
|
|
64642
64642
|
}
|
|
64643
64643
|
|
|
64644
|
-
// ../../node_modules/.bun/@orpc+server@1.14.6+
|
|
64644
|
+
// ../../node_modules/.bun/@orpc+server@1.14.6+a6ca093a398e9d25/node_modules/@orpc/server/dist/index.mjs
|
|
64645
64645
|
import { toORPCError } from "@orpc/client";
|
|
64646
64646
|
import { ORPCError as ORPCError7, isDefinedError, safe } from "@orpc/client";
|
|
64647
64647
|
var DEFAULT_CONFIG = {
|
|
@@ -64910,7 +64910,7 @@ var TypeName;
|
|
|
64910
64910
|
TypeName2["String"] = "string";
|
|
64911
64911
|
})(TypeName || (TypeName = {}));
|
|
64912
64912
|
|
|
64913
|
-
// ../../node_modules/.bun/@orpc+openapi@1.14.6+
|
|
64913
|
+
// ../../node_modules/.bun/@orpc+openapi@1.14.6+a6ca093a398e9d25/node_modules/@orpc/openapi/dist/shared/openapi.BwdtJjDu.mjs
|
|
64914
64914
|
var OPERATION_EXTENDER_SYMBOL = Symbol("ORPC_OPERATION_EXTENDER");
|
|
64915
64915
|
function customOpenAPIOperation(o, extend) {
|
|
64916
64916
|
return new Proxy(o, {
|
|
@@ -65737,7 +65737,7 @@ ${errors.join(`
|
|
|
65737
65737
|
}
|
|
65738
65738
|
}
|
|
65739
65739
|
|
|
65740
|
-
// ../../node_modules/.bun/@orpc+openapi@1.14.6+
|
|
65740
|
+
// ../../node_modules/.bun/@orpc+openapi@1.14.6+a6ca093a398e9d25/node_modules/@orpc/openapi/dist/index.mjs
|
|
65741
65741
|
import { createORPCErrorFromJson } from "@orpc/client";
|
|
65742
65742
|
import { StandardOpenAPISerializer, StandardOpenAPIJsonSerializer as StandardOpenAPIJsonSerializer2, StandardBracketNotationSerializer } from "@orpc/openapi-client/standard";
|
|
65743
65743
|
import"@orpc/client/standard";
|
|
@@ -72689,7 +72689,8 @@ var PublicConfigFeaturesSchema = z84.object({
|
|
|
72689
72689
|
var PublicConfigGetOutputSchema = z84.object({
|
|
72690
72690
|
app: z84.object({
|
|
72691
72691
|
url: z84.string(),
|
|
72692
|
-
logLevel: z84.enum(["debug", "info", "warn", "error"])
|
|
72692
|
+
logLevel: z84.enum(["debug", "info", "warn", "error"]),
|
|
72693
|
+
isDevelopment: z84.boolean()
|
|
72693
72694
|
}),
|
|
72694
72695
|
explorer: z84.object({
|
|
72695
72696
|
url: z84.string().url().optional()
|
|
@@ -96436,7 +96437,7 @@ function normalizeDalpBaseUrl(url) {
|
|
|
96436
96437
|
// package.json
|
|
96437
96438
|
var package_default = {
|
|
96438
96439
|
name: "@settlemint/dalp-sdk",
|
|
96439
|
-
version: "3.0.7-main.
|
|
96440
|
+
version: "3.0.7-main.28571008673",
|
|
96440
96441
|
private: false,
|
|
96441
96442
|
description: "Fully typed SDK for the DALP tokenization platform API",
|
|
96442
96443
|
homepage: "https://settlemint.com",
|
package/package.json
CHANGED