@documenso/sdk-typescript 0.8.1 → 0.9.0
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/README.md +385 -360
- package/bin/mcp-server.js +3946 -1699
- package/bin/mcp-server.js.map +68 -57
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.d.ts +18 -0
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.js +127 -0
- package/funcs/envelopeEnvelopeAuditLogDownloadPdf.js.map +1 -0
- package/funcs/envelopeEnvelopeCancel.d.ts +15 -0
- package/funcs/envelopeEnvelopeCancel.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeCancel.js +116 -0
- package/funcs/envelopeEnvelopeCancel.js.map +1 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.d.ts +18 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.d.ts.map +1 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.js +124 -0
- package/funcs/envelopeEnvelopeCertificateDownloadPdf.js.map +1 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts +18 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts.map +1 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js +125 -0
- package/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js.map +1 -0
- package/hooks/types.d.ts +1 -0
- package/hooks/types.d.ts.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/encodings.js +12 -12
- package/lib/encodings.js.map +1 -1
- package/lib/env.d.ts.map +1 -1
- package/lib/env.js +3 -3
- package/lib/env.js.map +1 -1
- package/lib/http.d.ts +1 -1
- package/lib/http.d.ts.map +1 -1
- package/lib/http.js +1 -1
- package/lib/http.js.map +1 -1
- package/lib/matchers.js +3 -3
- package/lib/matchers.js.map +1 -1
- package/lib/primitives.d.ts +1 -0
- package/lib/primitives.d.ts.map +1 -1
- package/lib/primitives.js +18 -0
- package/lib/primitives.js.map +1 -1
- package/lib/retries.js +7 -0
- package/lib/retries.js.map +1 -1
- package/lib/sdks.d.ts.map +1 -1
- package/lib/sdks.js +50 -16
- package/lib/sdks.js.map +1 -1
- package/lib/security.d.ts +5 -4
- package/lib/security.d.ts.map +1 -1
- package/lib/security.js +6 -7
- package/lib/security.js.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +9 -1
- package/mcp-server/server.js.map +1 -1
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.js +64 -0
- package/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.js.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.js +62 -0
- package/mcp-server/tools/envelopeEnvelopeCancel.js.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.d.ts +8 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.d.ts.map +1 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.js +64 -0
- package/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.js.map +1 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts +8 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.d.ts.map +1 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js +64 -0
- package/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js.map +1 -0
- package/models/errors/envelopeauditlogdownloadpdf.d.ts +230 -0
- package/models/errors/envelopeauditlogdownloadpdf.d.ts.map +1 -0
- package/models/errors/envelopeauditlogdownloadpdf.js +318 -0
- package/models/errors/envelopeauditlogdownloadpdf.js.map +1 -0
- package/models/errors/envelopecancel.d.ts +185 -0
- package/models/errors/envelopecancel.d.ts.map +1 -0
- package/models/errors/envelopecancel.js +268 -0
- package/models/errors/envelopecancel.js.map +1 -0
- package/models/errors/envelopecertificatedownloadpdf.d.ts +230 -0
- package/models/errors/envelopecertificatedownloadpdf.d.ts.map +1 -0
- package/models/errors/envelopecertificatedownloadpdf.js +319 -0
- package/models/errors/envelopecertificatedownloadpdf.js.map +1 -0
- package/models/errors/enveloperecipientrejectonbehalfof.d.ts +185 -0
- package/models/errors/enveloperecipientrejectonbehalfof.d.ts.map +1 -0
- package/models/errors/enveloperecipientrejectonbehalfof.js +265 -0
- package/models/errors/enveloperecipientrejectonbehalfof.js.map +1 -0
- package/models/errors/index.d.ts +4 -0
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +4 -0
- package/models/errors/index.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +1 -0
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +1 -0
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentdistribute.d.ts +1 -0
- package/models/operations/documentdistribute.d.ts.map +1 -1
- package/models/operations/documentdistribute.js +1 -0
- package/models/operations/documentdistribute.js.map +1 -1
- package/models/operations/documentfind.d.ts +2 -0
- package/models/operations/documentfind.d.ts.map +1 -1
- package/models/operations/documentfind.js +2 -0
- package/models/operations/documentfind.js.map +1 -1
- package/models/operations/documentget.d.ts +1 -0
- package/models/operations/documentget.d.ts.map +1 -1
- package/models/operations/documentget.js +1 -0
- package/models/operations/documentget.js.map +1 -1
- package/models/operations/documentgetmany.d.ts +1 -0
- package/models/operations/documentgetmany.d.ts.map +1 -1
- package/models/operations/documentgetmany.js +1 -0
- package/models/operations/documentgetmany.js.map +1 -1
- package/models/operations/documentupdate.d.ts +1 -0
- package/models/operations/documentupdate.d.ts.map +1 -1
- package/models/operations/documentupdate.js +1 -0
- package/models/operations/documentupdate.js.map +1 -1
- package/models/operations/envelopeauditlogdownloadpdf.d.ts +39 -0
- package/models/operations/envelopeauditlogdownloadpdf.d.ts.map +1 -0
- package/models/operations/envelopeauditlogdownloadpdf.js +87 -0
- package/models/operations/envelopeauditlogdownloadpdf.js.map +1 -0
- package/models/operations/envelopeauditlogfind.d.ts +591 -251
- package/models/operations/envelopeauditlogfind.d.ts.map +1 -1
- package/models/operations/envelopeauditlogfind.js +678 -278
- package/models/operations/envelopeauditlogfind.js.map +1 -1
- package/models/operations/envelopecancel.d.ts +35 -0
- package/models/operations/envelopecancel.d.ts.map +1 -0
- package/models/operations/envelopecancel.js +76 -0
- package/models/operations/envelopecancel.js.map +1 -0
- package/models/operations/envelopecertificatedownloadpdf.d.ts +39 -0
- package/models/operations/envelopecertificatedownloadpdf.d.ts.map +1 -0
- package/models/operations/envelopecertificatedownloadpdf.js +87 -0
- package/models/operations/envelopecertificatedownloadpdf.js.map +1 -0
- package/models/operations/envelopeduplicate.d.ts +4 -0
- package/models/operations/envelopeduplicate.d.ts.map +1 -1
- package/models/operations/envelopeduplicate.js +4 -0
- package/models/operations/envelopeduplicate.js.map +1 -1
- package/models/operations/envelopefind.d.ts +2 -0
- package/models/operations/envelopefind.d.ts.map +1 -1
- package/models/operations/envelopefind.js +2 -0
- package/models/operations/envelopefind.js.map +1 -1
- package/models/operations/envelopeget.d.ts +1 -0
- package/models/operations/envelopeget.d.ts.map +1 -1
- package/models/operations/envelopeget.js +1 -0
- package/models/operations/envelopeget.js.map +1 -1
- package/models/operations/envelopegetmany.d.ts +1 -0
- package/models/operations/envelopegetmany.d.ts.map +1 -1
- package/models/operations/envelopegetmany.js +1 -0
- package/models/operations/envelopegetmany.js.map +1 -1
- package/models/operations/enveloperecipientrejectonbehalfof.d.ts +793 -0
- package/models/operations/enveloperecipientrejectonbehalfof.d.ts.map +1 -0
- package/models/operations/enveloperecipientrejectonbehalfof.js +965 -0
- package/models/operations/enveloperecipientrejectonbehalfof.js.map +1 -0
- package/models/operations/envelopeupdate.d.ts +1 -0
- package/models/operations/envelopeupdate.d.ts.map +1 -1
- package/models/operations/envelopeupdate.js +1 -0
- package/models/operations/envelopeupdate.js.map +1 -1
- package/models/operations/index.d.ts +4 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +4 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +1 -0
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +1 -0
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/package.json +1 -1
- package/sdk/envelope.d.ts +18 -0
- package/sdk/envelope.d.ts.map +1 -1
- package/sdk/envelope.js +27 -0
- package/sdk/envelope.js.map +1 -1
- package/sdk/enveloperecipients.d.ts +12 -0
- package/sdk/enveloperecipients.d.ts.map +1 -0
- package/sdk/enveloperecipients.js +22 -0
- package/sdk/enveloperecipients.js.map +1 -0
- package/sdk/sdk.d.ts +3 -0
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +4 -0
- package/sdk/sdk.js.map +1 -1
- package/src/funcs/envelopeEnvelopeAuditLogDownloadPdf.ts +213 -0
- package/src/funcs/envelopeEnvelopeCancel.ts +180 -0
- package/src/funcs/envelopeEnvelopeCertificateDownloadPdf.ts +216 -0
- package/src/funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.ts +209 -0
- package/src/hooks/types.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/encodings.ts +1 -1
- package/src/lib/env.ts +7 -3
- package/src/lib/http.ts +3 -1
- package/src/lib/matchers.ts +1 -1
- package/src/lib/primitives.ts +16 -0
- package/src/lib/retries.ts +8 -0
- package/src/lib/sdks.ts +54 -17
- package/src/lib/security.ts +10 -5
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +9 -1
- package/src/mcp-server/tools/envelopeEnvelopeAuditLogDownloadPdf.ts +39 -0
- package/src/mcp-server/tools/envelopeEnvelopeCancel.ts +35 -0
- package/src/mcp-server/tools/envelopeEnvelopeCertificateDownloadPdf.ts +39 -0
- package/src/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.ts +39 -0
- package/src/models/errors/envelopeauditlogdownloadpdf.ts +689 -0
- package/src/models/errors/envelopecancel.ts +498 -0
- package/src/models/errors/envelopecertificatedownloadpdf.ts +716 -0
- package/src/models/errors/enveloperecipientrejectonbehalfof.ts +584 -0
- package/src/models/errors/index.ts +4 -0
- package/src/models/operations/documentcreatedocumenttemporary.ts +1 -0
- package/src/models/operations/documentdistribute.ts +1 -0
- package/src/models/operations/documentfind.ts +2 -0
- package/src/models/operations/documentget.ts +1 -0
- package/src/models/operations/documentgetmany.ts +1 -0
- package/src/models/operations/documentupdate.ts +1 -0
- package/src/models/operations/envelopeauditlogdownloadpdf.ts +118 -0
- package/src/models/operations/envelopeauditlogfind.ts +1471 -513
- package/src/models/operations/envelopecancel.ts +101 -0
- package/src/models/operations/envelopecertificatedownloadpdf.ts +119 -0
- package/src/models/operations/envelopeduplicate.ts +8 -0
- package/src/models/operations/envelopefind.ts +2 -0
- package/src/models/operations/envelopeget.ts +1 -0
- package/src/models/operations/envelopegetmany.ts +1 -0
- package/src/models/operations/enveloperecipientrejectonbehalfof.ts +2277 -0
- package/src/models/operations/envelopeupdate.ts +1 -0
- package/src/models/operations/index.ts +4 -0
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +1 -0
- package/src/sdk/envelope.ts +51 -0
- package/src/sdk/enveloperecipients.ts +27 -0
- package/src/sdk/sdk.ts +6 -0
- package/src/types/async.ts +8 -7
- package/types/async.d.ts.map +1 -1
- package/types/async.js +8 -7
- package/types/async.js.map +1 -1
- package/lib/dlv.d.ts +0 -14
- package/lib/dlv.d.ts.map +0 -1
- package/lib/dlv.js +0 -49
- package/lib/dlv.js.map +0 -1
- package/lib/is-plain-object.d.ts +0 -2
- package/lib/is-plain-object.d.ts.map +0 -1
- package/lib/is-plain-object.js +0 -41
- package/lib/is-plain-object.js.map +0 -1
- package/src/lib/dlv.ts +0 -53
- package/src/lib/is-plain-object.ts +0 -43
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.tool$envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf = void 0;
|
|
40
|
+
const envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf_js_1 = require("../../funcs/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js");
|
|
41
|
+
const operations = __importStar(require("../../models/operations/index.js"));
|
|
42
|
+
const tools_js_1 = require("../tools.js");
|
|
43
|
+
const args = {
|
|
44
|
+
request: operations.EnvelopeRecipientRejectOnBehalfOfRequest$inboundSchema,
|
|
45
|
+
};
|
|
46
|
+
exports.tool$envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf = {
|
|
47
|
+
name: "envelope-recipients-envelope-recipient-reject-on-behalf-of",
|
|
48
|
+
description: `Reject envelope recipient on behalf of
|
|
49
|
+
|
|
50
|
+
Records a rejection on behalf of a recipient. Use this when a recipient has declined to sign outside of the platform. The rejection is flagged as external in the document audit log. By default the action is attributed to the API user; supply \`actAsEmail\` to attribute it to a specific team member.`,
|
|
51
|
+
args,
|
|
52
|
+
tool: async (client, args, ctx) => {
|
|
53
|
+
const [result, apiCall] = await (0, envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf_js_1.envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf)(client, args.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
54
|
+
if (!result.ok) {
|
|
55
|
+
return {
|
|
56
|
+
content: [{ type: "text", text: result.error.message }],
|
|
57
|
+
isError: true,
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
const value = result.value;
|
|
61
|
+
return (0, tools_js_1.formatResult)(value, apiCall);
|
|
62
|
+
},
|
|
63
|
+
};
|
|
64
|
+
//# sourceMappingURL=envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.js","sourceRoot":"","sources":["../../src/mcp-server/tools/envelopeRecipientsEnvelopeRecipientRejectOnBehalfOf.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,+IAAyI;AACzI,6EAA+D;AAC/D,0CAA2D;AAE3D,MAAM,IAAI,GAAG;IACX,OAAO,EAAE,UAAU,CAAC,sDAAsD;CAC3E,CAAC;AAEW,QAAA,wDAAwD,GACrC;IAC5B,IAAI,EAAE,4DAA4D;IAClE,WAAW,EAAE;;4SAE2R;IACxS,IAAI;IACJ,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE;QAChC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GACrB,MAAM,IAAA,4GAAmD,EACvD,MAAM,EACN,IAAI,CAAC,OAAO,EACZ,EAAE,YAAY,EAAE,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,EAAE,CACzC,CAAC,QAAQ,EAAE,CAAC;QAEf,IAAI,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC;YACf,OAAO;gBACL,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC;gBACvD,OAAO,EAAE,IAAI;aACd,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC;QAE3B,OAAO,IAAA,uBAAY,EAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACtC,CAAC;CACF,CAAC"}
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { DocumensoError } from "./documensoerror.js";
|
|
4
|
+
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
5
|
+
export type EnvelopeAuditLogDownloadPdfInternalServerErrorIssue = {
|
|
6
|
+
message: string;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Internal server error
|
|
10
|
+
*/
|
|
11
|
+
export type EnvelopeAuditLogDownloadPdfInternalServerErrorData = {
|
|
12
|
+
message: string;
|
|
13
|
+
code: string;
|
|
14
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfInternalServerErrorIssue> | undefined;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Internal server error
|
|
18
|
+
*/
|
|
19
|
+
export declare class EnvelopeAuditLogDownloadPdfInternalServerError extends DocumensoError {
|
|
20
|
+
code: string;
|
|
21
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfInternalServerErrorIssue> | undefined;
|
|
22
|
+
/** The original data that was passed to this error instance. */
|
|
23
|
+
data$: EnvelopeAuditLogDownloadPdfInternalServerErrorData;
|
|
24
|
+
constructor(err: EnvelopeAuditLogDownloadPdfInternalServerErrorData, httpMeta: {
|
|
25
|
+
response: Response;
|
|
26
|
+
request: Request;
|
|
27
|
+
body: string;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
export type EnvelopeAuditLogDownloadPdfNotFoundIssue = {
|
|
31
|
+
message: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Not found
|
|
35
|
+
*/
|
|
36
|
+
export type EnvelopeAuditLogDownloadPdfNotFoundErrorData = {
|
|
37
|
+
message: string;
|
|
38
|
+
code: string;
|
|
39
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfNotFoundIssue> | undefined;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Not found
|
|
43
|
+
*/
|
|
44
|
+
export declare class EnvelopeAuditLogDownloadPdfNotFoundError extends DocumensoError {
|
|
45
|
+
code: string;
|
|
46
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfNotFoundIssue> | undefined;
|
|
47
|
+
/** The original data that was passed to this error instance. */
|
|
48
|
+
data$: EnvelopeAuditLogDownloadPdfNotFoundErrorData;
|
|
49
|
+
constructor(err: EnvelopeAuditLogDownloadPdfNotFoundErrorData, httpMeta: {
|
|
50
|
+
response: Response;
|
|
51
|
+
request: Request;
|
|
52
|
+
body: string;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
export type EnvelopeAuditLogDownloadPdfForbiddenIssue = {
|
|
56
|
+
message: string;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Insufficient access
|
|
60
|
+
*/
|
|
61
|
+
export type EnvelopeAuditLogDownloadPdfForbiddenErrorData = {
|
|
62
|
+
message: string;
|
|
63
|
+
code: string;
|
|
64
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfForbiddenIssue> | undefined;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Insufficient access
|
|
68
|
+
*/
|
|
69
|
+
export declare class EnvelopeAuditLogDownloadPdfForbiddenError extends DocumensoError {
|
|
70
|
+
code: string;
|
|
71
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfForbiddenIssue> | undefined;
|
|
72
|
+
/** The original data that was passed to this error instance. */
|
|
73
|
+
data$: EnvelopeAuditLogDownloadPdfForbiddenErrorData;
|
|
74
|
+
constructor(err: EnvelopeAuditLogDownloadPdfForbiddenErrorData, httpMeta: {
|
|
75
|
+
response: Response;
|
|
76
|
+
request: Request;
|
|
77
|
+
body: string;
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
export type EnvelopeAuditLogDownloadPdfUnauthorizedIssue = {
|
|
81
|
+
message: string;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Authorization not provided
|
|
85
|
+
*/
|
|
86
|
+
export type EnvelopeAuditLogDownloadPdfUnauthorizedErrorData = {
|
|
87
|
+
message: string;
|
|
88
|
+
code: string;
|
|
89
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfUnauthorizedIssue> | undefined;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Authorization not provided
|
|
93
|
+
*/
|
|
94
|
+
export declare class EnvelopeAuditLogDownloadPdfUnauthorizedError extends DocumensoError {
|
|
95
|
+
code: string;
|
|
96
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfUnauthorizedIssue> | undefined;
|
|
97
|
+
/** The original data that was passed to this error instance. */
|
|
98
|
+
data$: EnvelopeAuditLogDownloadPdfUnauthorizedErrorData;
|
|
99
|
+
constructor(err: EnvelopeAuditLogDownloadPdfUnauthorizedErrorData, httpMeta: {
|
|
100
|
+
response: Response;
|
|
101
|
+
request: Request;
|
|
102
|
+
body: string;
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
export type EnvelopeAuditLogDownloadPdfBadRequestIssue = {
|
|
106
|
+
message: string;
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* Invalid input data
|
|
110
|
+
*/
|
|
111
|
+
export type EnvelopeAuditLogDownloadPdfBadRequestErrorData = {
|
|
112
|
+
message: string;
|
|
113
|
+
code: string;
|
|
114
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfBadRequestIssue> | undefined;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Invalid input data
|
|
118
|
+
*/
|
|
119
|
+
export declare class EnvelopeAuditLogDownloadPdfBadRequestError extends DocumensoError {
|
|
120
|
+
code: string;
|
|
121
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfBadRequestIssue> | undefined;
|
|
122
|
+
/** The original data that was passed to this error instance. */
|
|
123
|
+
data$: EnvelopeAuditLogDownloadPdfBadRequestErrorData;
|
|
124
|
+
constructor(err: EnvelopeAuditLogDownloadPdfBadRequestErrorData, httpMeta: {
|
|
125
|
+
response: Response;
|
|
126
|
+
request: Request;
|
|
127
|
+
body: string;
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
/** @internal */
|
|
131
|
+
export declare const EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfInternalServerErrorIssue, z.ZodTypeDef, unknown>;
|
|
132
|
+
/** @internal */
|
|
133
|
+
export type EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$Outbound = {
|
|
134
|
+
message: string;
|
|
135
|
+
};
|
|
136
|
+
/** @internal */
|
|
137
|
+
export declare const EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfInternalServerErrorIssue>;
|
|
138
|
+
export declare function envelopeAuditLogDownloadPdfInternalServerErrorIssueToJSON(envelopeAuditLogDownloadPdfInternalServerErrorIssue: EnvelopeAuditLogDownloadPdfInternalServerErrorIssue): string;
|
|
139
|
+
export declare function envelopeAuditLogDownloadPdfInternalServerErrorIssueFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogDownloadPdfInternalServerErrorIssue, SDKValidationError>;
|
|
140
|
+
/** @internal */
|
|
141
|
+
export declare const EnvelopeAuditLogDownloadPdfInternalServerError$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfInternalServerError, z.ZodTypeDef, unknown>;
|
|
142
|
+
/** @internal */
|
|
143
|
+
export type EnvelopeAuditLogDownloadPdfInternalServerError$Outbound = {
|
|
144
|
+
message: string;
|
|
145
|
+
code: string;
|
|
146
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$Outbound> | undefined;
|
|
147
|
+
};
|
|
148
|
+
/** @internal */
|
|
149
|
+
export declare const EnvelopeAuditLogDownloadPdfInternalServerError$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfInternalServerError$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfInternalServerError>;
|
|
150
|
+
/** @internal */
|
|
151
|
+
export declare const EnvelopeAuditLogDownloadPdfNotFoundIssue$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfNotFoundIssue, z.ZodTypeDef, unknown>;
|
|
152
|
+
/** @internal */
|
|
153
|
+
export type EnvelopeAuditLogDownloadPdfNotFoundIssue$Outbound = {
|
|
154
|
+
message: string;
|
|
155
|
+
};
|
|
156
|
+
/** @internal */
|
|
157
|
+
export declare const EnvelopeAuditLogDownloadPdfNotFoundIssue$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfNotFoundIssue$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfNotFoundIssue>;
|
|
158
|
+
export declare function envelopeAuditLogDownloadPdfNotFoundIssueToJSON(envelopeAuditLogDownloadPdfNotFoundIssue: EnvelopeAuditLogDownloadPdfNotFoundIssue): string;
|
|
159
|
+
export declare function envelopeAuditLogDownloadPdfNotFoundIssueFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogDownloadPdfNotFoundIssue, SDKValidationError>;
|
|
160
|
+
/** @internal */
|
|
161
|
+
export declare const EnvelopeAuditLogDownloadPdfNotFoundError$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfNotFoundError, z.ZodTypeDef, unknown>;
|
|
162
|
+
/** @internal */
|
|
163
|
+
export type EnvelopeAuditLogDownloadPdfNotFoundError$Outbound = {
|
|
164
|
+
message: string;
|
|
165
|
+
code: string;
|
|
166
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfNotFoundIssue$Outbound> | undefined;
|
|
167
|
+
};
|
|
168
|
+
/** @internal */
|
|
169
|
+
export declare const EnvelopeAuditLogDownloadPdfNotFoundError$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfNotFoundError$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfNotFoundError>;
|
|
170
|
+
/** @internal */
|
|
171
|
+
export declare const EnvelopeAuditLogDownloadPdfForbiddenIssue$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfForbiddenIssue, z.ZodTypeDef, unknown>;
|
|
172
|
+
/** @internal */
|
|
173
|
+
export type EnvelopeAuditLogDownloadPdfForbiddenIssue$Outbound = {
|
|
174
|
+
message: string;
|
|
175
|
+
};
|
|
176
|
+
/** @internal */
|
|
177
|
+
export declare const EnvelopeAuditLogDownloadPdfForbiddenIssue$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfForbiddenIssue$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfForbiddenIssue>;
|
|
178
|
+
export declare function envelopeAuditLogDownloadPdfForbiddenIssueToJSON(envelopeAuditLogDownloadPdfForbiddenIssue: EnvelopeAuditLogDownloadPdfForbiddenIssue): string;
|
|
179
|
+
export declare function envelopeAuditLogDownloadPdfForbiddenIssueFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogDownloadPdfForbiddenIssue, SDKValidationError>;
|
|
180
|
+
/** @internal */
|
|
181
|
+
export declare const EnvelopeAuditLogDownloadPdfForbiddenError$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfForbiddenError, z.ZodTypeDef, unknown>;
|
|
182
|
+
/** @internal */
|
|
183
|
+
export type EnvelopeAuditLogDownloadPdfForbiddenError$Outbound = {
|
|
184
|
+
message: string;
|
|
185
|
+
code: string;
|
|
186
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfForbiddenIssue$Outbound> | undefined;
|
|
187
|
+
};
|
|
188
|
+
/** @internal */
|
|
189
|
+
export declare const EnvelopeAuditLogDownloadPdfForbiddenError$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfForbiddenError$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfForbiddenError>;
|
|
190
|
+
/** @internal */
|
|
191
|
+
export declare const EnvelopeAuditLogDownloadPdfUnauthorizedIssue$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfUnauthorizedIssue, z.ZodTypeDef, unknown>;
|
|
192
|
+
/** @internal */
|
|
193
|
+
export type EnvelopeAuditLogDownloadPdfUnauthorizedIssue$Outbound = {
|
|
194
|
+
message: string;
|
|
195
|
+
};
|
|
196
|
+
/** @internal */
|
|
197
|
+
export declare const EnvelopeAuditLogDownloadPdfUnauthorizedIssue$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfUnauthorizedIssue$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfUnauthorizedIssue>;
|
|
198
|
+
export declare function envelopeAuditLogDownloadPdfUnauthorizedIssueToJSON(envelopeAuditLogDownloadPdfUnauthorizedIssue: EnvelopeAuditLogDownloadPdfUnauthorizedIssue): string;
|
|
199
|
+
export declare function envelopeAuditLogDownloadPdfUnauthorizedIssueFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogDownloadPdfUnauthorizedIssue, SDKValidationError>;
|
|
200
|
+
/** @internal */
|
|
201
|
+
export declare const EnvelopeAuditLogDownloadPdfUnauthorizedError$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfUnauthorizedError, z.ZodTypeDef, unknown>;
|
|
202
|
+
/** @internal */
|
|
203
|
+
export type EnvelopeAuditLogDownloadPdfUnauthorizedError$Outbound = {
|
|
204
|
+
message: string;
|
|
205
|
+
code: string;
|
|
206
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfUnauthorizedIssue$Outbound> | undefined;
|
|
207
|
+
};
|
|
208
|
+
/** @internal */
|
|
209
|
+
export declare const EnvelopeAuditLogDownloadPdfUnauthorizedError$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfUnauthorizedError$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfUnauthorizedError>;
|
|
210
|
+
/** @internal */
|
|
211
|
+
export declare const EnvelopeAuditLogDownloadPdfBadRequestIssue$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfBadRequestIssue, z.ZodTypeDef, unknown>;
|
|
212
|
+
/** @internal */
|
|
213
|
+
export type EnvelopeAuditLogDownloadPdfBadRequestIssue$Outbound = {
|
|
214
|
+
message: string;
|
|
215
|
+
};
|
|
216
|
+
/** @internal */
|
|
217
|
+
export declare const EnvelopeAuditLogDownloadPdfBadRequestIssue$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfBadRequestIssue$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfBadRequestIssue>;
|
|
218
|
+
export declare function envelopeAuditLogDownloadPdfBadRequestIssueToJSON(envelopeAuditLogDownloadPdfBadRequestIssue: EnvelopeAuditLogDownloadPdfBadRequestIssue): string;
|
|
219
|
+
export declare function envelopeAuditLogDownloadPdfBadRequestIssueFromJSON(jsonString: string): SafeParseResult<EnvelopeAuditLogDownloadPdfBadRequestIssue, SDKValidationError>;
|
|
220
|
+
/** @internal */
|
|
221
|
+
export declare const EnvelopeAuditLogDownloadPdfBadRequestError$inboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfBadRequestError, z.ZodTypeDef, unknown>;
|
|
222
|
+
/** @internal */
|
|
223
|
+
export type EnvelopeAuditLogDownloadPdfBadRequestError$Outbound = {
|
|
224
|
+
message: string;
|
|
225
|
+
code: string;
|
|
226
|
+
issues?: Array<EnvelopeAuditLogDownloadPdfBadRequestIssue$Outbound> | undefined;
|
|
227
|
+
};
|
|
228
|
+
/** @internal */
|
|
229
|
+
export declare const EnvelopeAuditLogDownloadPdfBadRequestError$outboundSchema: z.ZodType<EnvelopeAuditLogDownloadPdfBadRequestError$Outbound, z.ZodTypeDef, EnvelopeAuditLogDownloadPdfBadRequestError>;
|
|
230
|
+
//# sourceMappingURL=envelopeauditlogdownloadpdf.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"envelopeauditlogdownloadpdf.d.ts","sourceRoot":"","sources":["../../src/models/errors/envelopeauditlogdownloadpdf.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.EnvelopeAuditLogDownloadPdfBadRequestError$outboundSchema = exports.EnvelopeAuditLogDownloadPdfBadRequestError$inboundSchema = exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$outboundSchema = exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$inboundSchema = exports.EnvelopeAuditLogDownloadPdfUnauthorizedError$outboundSchema = exports.EnvelopeAuditLogDownloadPdfUnauthorizedError$inboundSchema = exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$outboundSchema = exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$inboundSchema = exports.EnvelopeAuditLogDownloadPdfForbiddenError$outboundSchema = exports.EnvelopeAuditLogDownloadPdfForbiddenError$inboundSchema = exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$outboundSchema = exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$inboundSchema = exports.EnvelopeAuditLogDownloadPdfNotFoundError$outboundSchema = exports.EnvelopeAuditLogDownloadPdfNotFoundError$inboundSchema = exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$outboundSchema = exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$inboundSchema = exports.EnvelopeAuditLogDownloadPdfInternalServerError$outboundSchema = exports.EnvelopeAuditLogDownloadPdfInternalServerError$inboundSchema = exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$outboundSchema = exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$inboundSchema = exports.EnvelopeAuditLogDownloadPdfBadRequestError = exports.EnvelopeAuditLogDownloadPdfUnauthorizedError = exports.EnvelopeAuditLogDownloadPdfForbiddenError = exports.EnvelopeAuditLogDownloadPdfNotFoundError = exports.EnvelopeAuditLogDownloadPdfInternalServerError = void 0;
|
|
40
|
+
exports.envelopeAuditLogDownloadPdfInternalServerErrorIssueToJSON = envelopeAuditLogDownloadPdfInternalServerErrorIssueToJSON;
|
|
41
|
+
exports.envelopeAuditLogDownloadPdfInternalServerErrorIssueFromJSON = envelopeAuditLogDownloadPdfInternalServerErrorIssueFromJSON;
|
|
42
|
+
exports.envelopeAuditLogDownloadPdfNotFoundIssueToJSON = envelopeAuditLogDownloadPdfNotFoundIssueToJSON;
|
|
43
|
+
exports.envelopeAuditLogDownloadPdfNotFoundIssueFromJSON = envelopeAuditLogDownloadPdfNotFoundIssueFromJSON;
|
|
44
|
+
exports.envelopeAuditLogDownloadPdfForbiddenIssueToJSON = envelopeAuditLogDownloadPdfForbiddenIssueToJSON;
|
|
45
|
+
exports.envelopeAuditLogDownloadPdfForbiddenIssueFromJSON = envelopeAuditLogDownloadPdfForbiddenIssueFromJSON;
|
|
46
|
+
exports.envelopeAuditLogDownloadPdfUnauthorizedIssueToJSON = envelopeAuditLogDownloadPdfUnauthorizedIssueToJSON;
|
|
47
|
+
exports.envelopeAuditLogDownloadPdfUnauthorizedIssueFromJSON = envelopeAuditLogDownloadPdfUnauthorizedIssueFromJSON;
|
|
48
|
+
exports.envelopeAuditLogDownloadPdfBadRequestIssueToJSON = envelopeAuditLogDownloadPdfBadRequestIssueToJSON;
|
|
49
|
+
exports.envelopeAuditLogDownloadPdfBadRequestIssueFromJSON = envelopeAuditLogDownloadPdfBadRequestIssueFromJSON;
|
|
50
|
+
const z = __importStar(require("zod/v3"));
|
|
51
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
52
|
+
const documensoerror_js_1 = require("./documensoerror.js");
|
|
53
|
+
/**
|
|
54
|
+
* Internal server error
|
|
55
|
+
*/
|
|
56
|
+
class EnvelopeAuditLogDownloadPdfInternalServerError extends documensoerror_js_1.DocumensoError {
|
|
57
|
+
constructor(err, httpMeta) {
|
|
58
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
59
|
+
super(message, httpMeta);
|
|
60
|
+
this.data$ = err;
|
|
61
|
+
this.code = err.code;
|
|
62
|
+
if (err.issues != null)
|
|
63
|
+
this.issues = err.issues;
|
|
64
|
+
this.name = "EnvelopeAuditLogDownloadPdfInternalServerError";
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.EnvelopeAuditLogDownloadPdfInternalServerError = EnvelopeAuditLogDownloadPdfInternalServerError;
|
|
68
|
+
/**
|
|
69
|
+
* Not found
|
|
70
|
+
*/
|
|
71
|
+
class EnvelopeAuditLogDownloadPdfNotFoundError extends documensoerror_js_1.DocumensoError {
|
|
72
|
+
constructor(err, httpMeta) {
|
|
73
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
74
|
+
super(message, httpMeta);
|
|
75
|
+
this.data$ = err;
|
|
76
|
+
this.code = err.code;
|
|
77
|
+
if (err.issues != null)
|
|
78
|
+
this.issues = err.issues;
|
|
79
|
+
this.name = "EnvelopeAuditLogDownloadPdfNotFoundError";
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.EnvelopeAuditLogDownloadPdfNotFoundError = EnvelopeAuditLogDownloadPdfNotFoundError;
|
|
83
|
+
/**
|
|
84
|
+
* Insufficient access
|
|
85
|
+
*/
|
|
86
|
+
class EnvelopeAuditLogDownloadPdfForbiddenError extends documensoerror_js_1.DocumensoError {
|
|
87
|
+
constructor(err, httpMeta) {
|
|
88
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
89
|
+
super(message, httpMeta);
|
|
90
|
+
this.data$ = err;
|
|
91
|
+
this.code = err.code;
|
|
92
|
+
if (err.issues != null)
|
|
93
|
+
this.issues = err.issues;
|
|
94
|
+
this.name = "EnvelopeAuditLogDownloadPdfForbiddenError";
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
exports.EnvelopeAuditLogDownloadPdfForbiddenError = EnvelopeAuditLogDownloadPdfForbiddenError;
|
|
98
|
+
/**
|
|
99
|
+
* Authorization not provided
|
|
100
|
+
*/
|
|
101
|
+
class EnvelopeAuditLogDownloadPdfUnauthorizedError extends documensoerror_js_1.DocumensoError {
|
|
102
|
+
constructor(err, httpMeta) {
|
|
103
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
104
|
+
super(message, httpMeta);
|
|
105
|
+
this.data$ = err;
|
|
106
|
+
this.code = err.code;
|
|
107
|
+
if (err.issues != null)
|
|
108
|
+
this.issues = err.issues;
|
|
109
|
+
this.name = "EnvelopeAuditLogDownloadPdfUnauthorizedError";
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
exports.EnvelopeAuditLogDownloadPdfUnauthorizedError = EnvelopeAuditLogDownloadPdfUnauthorizedError;
|
|
113
|
+
/**
|
|
114
|
+
* Invalid input data
|
|
115
|
+
*/
|
|
116
|
+
class EnvelopeAuditLogDownloadPdfBadRequestError extends documensoerror_js_1.DocumensoError {
|
|
117
|
+
constructor(err, httpMeta) {
|
|
118
|
+
const message = err.message || `API error occurred: ${JSON.stringify(err)}`;
|
|
119
|
+
super(message, httpMeta);
|
|
120
|
+
this.data$ = err;
|
|
121
|
+
this.code = err.code;
|
|
122
|
+
if (err.issues != null)
|
|
123
|
+
this.issues = err.issues;
|
|
124
|
+
this.name = "EnvelopeAuditLogDownloadPdfBadRequestError";
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
exports.EnvelopeAuditLogDownloadPdfBadRequestError = EnvelopeAuditLogDownloadPdfBadRequestError;
|
|
128
|
+
/** @internal */
|
|
129
|
+
exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$inboundSchema = z.object({
|
|
130
|
+
message: z.string(),
|
|
131
|
+
});
|
|
132
|
+
/** @internal */
|
|
133
|
+
exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$outboundSchema = z.object({
|
|
134
|
+
message: z.string(),
|
|
135
|
+
});
|
|
136
|
+
function envelopeAuditLogDownloadPdfInternalServerErrorIssueToJSON(envelopeAuditLogDownloadPdfInternalServerErrorIssue) {
|
|
137
|
+
return JSON.stringify(exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$outboundSchema.parse(envelopeAuditLogDownloadPdfInternalServerErrorIssue));
|
|
138
|
+
}
|
|
139
|
+
function envelopeAuditLogDownloadPdfInternalServerErrorIssueFromJSON(jsonString) {
|
|
140
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogDownloadPdfInternalServerErrorIssue' from JSON`);
|
|
141
|
+
}
|
|
142
|
+
/** @internal */
|
|
143
|
+
exports.EnvelopeAuditLogDownloadPdfInternalServerError$inboundSchema = z.object({
|
|
144
|
+
message: z.string(),
|
|
145
|
+
code: z.string(),
|
|
146
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$inboundSchema)).optional(),
|
|
147
|
+
request$: z.instanceof(Request),
|
|
148
|
+
response$: z.instanceof(Response),
|
|
149
|
+
body$: z.string(),
|
|
150
|
+
})
|
|
151
|
+
.transform((v) => {
|
|
152
|
+
return new EnvelopeAuditLogDownloadPdfInternalServerError(v, {
|
|
153
|
+
request: v.request$,
|
|
154
|
+
response: v.response$,
|
|
155
|
+
body: v.body$,
|
|
156
|
+
});
|
|
157
|
+
});
|
|
158
|
+
/** @internal */
|
|
159
|
+
exports.EnvelopeAuditLogDownloadPdfInternalServerError$outboundSchema = z.instanceof(EnvelopeAuditLogDownloadPdfInternalServerError)
|
|
160
|
+
.transform(v => v.data$)
|
|
161
|
+
.pipe(z.object({
|
|
162
|
+
message: z.string(),
|
|
163
|
+
code: z.string(),
|
|
164
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfInternalServerErrorIssue$outboundSchema)).optional(),
|
|
165
|
+
}));
|
|
166
|
+
/** @internal */
|
|
167
|
+
exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$inboundSchema = z.object({
|
|
168
|
+
message: z.string(),
|
|
169
|
+
});
|
|
170
|
+
/** @internal */
|
|
171
|
+
exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$outboundSchema = z.object({
|
|
172
|
+
message: z.string(),
|
|
173
|
+
});
|
|
174
|
+
function envelopeAuditLogDownloadPdfNotFoundIssueToJSON(envelopeAuditLogDownloadPdfNotFoundIssue) {
|
|
175
|
+
return JSON.stringify(exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$outboundSchema.parse(envelopeAuditLogDownloadPdfNotFoundIssue));
|
|
176
|
+
}
|
|
177
|
+
function envelopeAuditLogDownloadPdfNotFoundIssueFromJSON(jsonString) {
|
|
178
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogDownloadPdfNotFoundIssue' from JSON`);
|
|
179
|
+
}
|
|
180
|
+
/** @internal */
|
|
181
|
+
exports.EnvelopeAuditLogDownloadPdfNotFoundError$inboundSchema = z.object({
|
|
182
|
+
message: z.string(),
|
|
183
|
+
code: z.string(),
|
|
184
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$inboundSchema)).optional(),
|
|
185
|
+
request$: z.instanceof(Request),
|
|
186
|
+
response$: z.instanceof(Response),
|
|
187
|
+
body$: z.string(),
|
|
188
|
+
})
|
|
189
|
+
.transform((v) => {
|
|
190
|
+
return new EnvelopeAuditLogDownloadPdfNotFoundError(v, {
|
|
191
|
+
request: v.request$,
|
|
192
|
+
response: v.response$,
|
|
193
|
+
body: v.body$,
|
|
194
|
+
});
|
|
195
|
+
});
|
|
196
|
+
/** @internal */
|
|
197
|
+
exports.EnvelopeAuditLogDownloadPdfNotFoundError$outboundSchema = z.instanceof(EnvelopeAuditLogDownloadPdfNotFoundError)
|
|
198
|
+
.transform(v => v.data$)
|
|
199
|
+
.pipe(z.object({
|
|
200
|
+
message: z.string(),
|
|
201
|
+
code: z.string(),
|
|
202
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfNotFoundIssue$outboundSchema)).optional(),
|
|
203
|
+
}));
|
|
204
|
+
/** @internal */
|
|
205
|
+
exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$inboundSchema = z.object({
|
|
206
|
+
message: z.string(),
|
|
207
|
+
});
|
|
208
|
+
/** @internal */
|
|
209
|
+
exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$outboundSchema = z.object({
|
|
210
|
+
message: z.string(),
|
|
211
|
+
});
|
|
212
|
+
function envelopeAuditLogDownloadPdfForbiddenIssueToJSON(envelopeAuditLogDownloadPdfForbiddenIssue) {
|
|
213
|
+
return JSON.stringify(exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$outboundSchema.parse(envelopeAuditLogDownloadPdfForbiddenIssue));
|
|
214
|
+
}
|
|
215
|
+
function envelopeAuditLogDownloadPdfForbiddenIssueFromJSON(jsonString) {
|
|
216
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogDownloadPdfForbiddenIssue' from JSON`);
|
|
217
|
+
}
|
|
218
|
+
/** @internal */
|
|
219
|
+
exports.EnvelopeAuditLogDownloadPdfForbiddenError$inboundSchema = z.object({
|
|
220
|
+
message: z.string(),
|
|
221
|
+
code: z.string(),
|
|
222
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$inboundSchema)).optional(),
|
|
223
|
+
request$: z.instanceof(Request),
|
|
224
|
+
response$: z.instanceof(Response),
|
|
225
|
+
body$: z.string(),
|
|
226
|
+
})
|
|
227
|
+
.transform((v) => {
|
|
228
|
+
return new EnvelopeAuditLogDownloadPdfForbiddenError(v, {
|
|
229
|
+
request: v.request$,
|
|
230
|
+
response: v.response$,
|
|
231
|
+
body: v.body$,
|
|
232
|
+
});
|
|
233
|
+
});
|
|
234
|
+
/** @internal */
|
|
235
|
+
exports.EnvelopeAuditLogDownloadPdfForbiddenError$outboundSchema = z.instanceof(EnvelopeAuditLogDownloadPdfForbiddenError)
|
|
236
|
+
.transform(v => v.data$)
|
|
237
|
+
.pipe(z.object({
|
|
238
|
+
message: z.string(),
|
|
239
|
+
code: z.string(),
|
|
240
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfForbiddenIssue$outboundSchema)).optional(),
|
|
241
|
+
}));
|
|
242
|
+
/** @internal */
|
|
243
|
+
exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$inboundSchema = z.object({
|
|
244
|
+
message: z.string(),
|
|
245
|
+
});
|
|
246
|
+
/** @internal */
|
|
247
|
+
exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$outboundSchema = z.object({
|
|
248
|
+
message: z.string(),
|
|
249
|
+
});
|
|
250
|
+
function envelopeAuditLogDownloadPdfUnauthorizedIssueToJSON(envelopeAuditLogDownloadPdfUnauthorizedIssue) {
|
|
251
|
+
return JSON.stringify(exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$outboundSchema.parse(envelopeAuditLogDownloadPdfUnauthorizedIssue));
|
|
252
|
+
}
|
|
253
|
+
function envelopeAuditLogDownloadPdfUnauthorizedIssueFromJSON(jsonString) {
|
|
254
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogDownloadPdfUnauthorizedIssue' from JSON`);
|
|
255
|
+
}
|
|
256
|
+
/** @internal */
|
|
257
|
+
exports.EnvelopeAuditLogDownloadPdfUnauthorizedError$inboundSchema = z.object({
|
|
258
|
+
message: z.string(),
|
|
259
|
+
code: z.string(),
|
|
260
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$inboundSchema)).optional(),
|
|
261
|
+
request$: z.instanceof(Request),
|
|
262
|
+
response$: z.instanceof(Response),
|
|
263
|
+
body$: z.string(),
|
|
264
|
+
})
|
|
265
|
+
.transform((v) => {
|
|
266
|
+
return new EnvelopeAuditLogDownloadPdfUnauthorizedError(v, {
|
|
267
|
+
request: v.request$,
|
|
268
|
+
response: v.response$,
|
|
269
|
+
body: v.body$,
|
|
270
|
+
});
|
|
271
|
+
});
|
|
272
|
+
/** @internal */
|
|
273
|
+
exports.EnvelopeAuditLogDownloadPdfUnauthorizedError$outboundSchema = z.instanceof(EnvelopeAuditLogDownloadPdfUnauthorizedError)
|
|
274
|
+
.transform(v => v.data$)
|
|
275
|
+
.pipe(z.object({
|
|
276
|
+
message: z.string(),
|
|
277
|
+
code: z.string(),
|
|
278
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfUnauthorizedIssue$outboundSchema)).optional(),
|
|
279
|
+
}));
|
|
280
|
+
/** @internal */
|
|
281
|
+
exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$inboundSchema = z.object({
|
|
282
|
+
message: z.string(),
|
|
283
|
+
});
|
|
284
|
+
/** @internal */
|
|
285
|
+
exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$outboundSchema = z.object({
|
|
286
|
+
message: z.string(),
|
|
287
|
+
});
|
|
288
|
+
function envelopeAuditLogDownloadPdfBadRequestIssueToJSON(envelopeAuditLogDownloadPdfBadRequestIssue) {
|
|
289
|
+
return JSON.stringify(exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$outboundSchema.parse(envelopeAuditLogDownloadPdfBadRequestIssue));
|
|
290
|
+
}
|
|
291
|
+
function envelopeAuditLogDownloadPdfBadRequestIssueFromJSON(jsonString) {
|
|
292
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EnvelopeAuditLogDownloadPdfBadRequestIssue' from JSON`);
|
|
293
|
+
}
|
|
294
|
+
/** @internal */
|
|
295
|
+
exports.EnvelopeAuditLogDownloadPdfBadRequestError$inboundSchema = z.object({
|
|
296
|
+
message: z.string(),
|
|
297
|
+
code: z.string(),
|
|
298
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$inboundSchema)).optional(),
|
|
299
|
+
request$: z.instanceof(Request),
|
|
300
|
+
response$: z.instanceof(Response),
|
|
301
|
+
body$: z.string(),
|
|
302
|
+
})
|
|
303
|
+
.transform((v) => {
|
|
304
|
+
return new EnvelopeAuditLogDownloadPdfBadRequestError(v, {
|
|
305
|
+
request: v.request$,
|
|
306
|
+
response: v.response$,
|
|
307
|
+
body: v.body$,
|
|
308
|
+
});
|
|
309
|
+
});
|
|
310
|
+
/** @internal */
|
|
311
|
+
exports.EnvelopeAuditLogDownloadPdfBadRequestError$outboundSchema = z.instanceof(EnvelopeAuditLogDownloadPdfBadRequestError)
|
|
312
|
+
.transform(v => v.data$)
|
|
313
|
+
.pipe(z.object({
|
|
314
|
+
message: z.string(),
|
|
315
|
+
code: z.string(),
|
|
316
|
+
issues: z.array(z.lazy(() => exports.EnvelopeAuditLogDownloadPdfBadRequestIssue$outboundSchema)).optional(),
|
|
317
|
+
}));
|
|
318
|
+
//# sourceMappingURL=envelopeauditlogdownloadpdf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"envelopeauditlogdownloadpdf.js","sourceRoot":"","sources":["../../src/models/errors/envelopeauditlogdownloadpdf.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiOH,8HASC;AACD,kIAcC;AA6ED,wGASC;AACD,4GAcC;AAsED,0GASC;AACD,8GAcC;AA0ED,gHASC;AACD,oHAcC;AA0ED,4GASC;AACD,gHAcC;AA9nBD,0CAA4B;AAC5B,qDAAiD;AAEjD,2DAAqD;AAkBrD;;GAEG;AACH,MAAa,8CACX,SAAQ,kCAAc;IAUtB,YACE,GAAuD,EACvD,QAAgE;QAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QAC5E,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACrB,IAAI,GAAG,CAAC,MAAM,IAAI,IAAI;YAAE,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QAEjD,IAAI,CAAC,IAAI,GAAG,gDAAgD,CAAC;IAC/D,CAAC;CACF;AAvBD,wGAuBC;AAeD;;GAEG;AACH,MAAa,wCAAyC,SAAQ,kCAAc;IAO1E,YACE,GAAiD,EACjD,QAAgE;QAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QAC5E,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACrB,IAAI,GAAG,CAAC,MAAM,IAAI,IAAI;YAAE,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QAEjD,IAAI,CAAC,IAAI,GAAG,0CAA0C,CAAC;IACzD,CAAC;CACF;AAnBD,4FAmBC;AAeD;;GAEG;AACH,MAAa,yCAA0C,SAAQ,kCAAc;IAO3E,YACE,GAAkD,EAClD,QAAgE;QAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QAC5E,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACrB,IAAI,GAAG,CAAC,MAAM,IAAI,IAAI;YAAE,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QAEjD,IAAI,CAAC,IAAI,GAAG,2CAA2C,CAAC;IAC1D,CAAC;CACF;AAnBD,8FAmBC;AAeD;;GAEG;AACH,MAAa,4CACX,SAAQ,kCAAc;IAQtB,YACE,GAAqD,EACrD,QAAgE;QAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QAC5E,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACrB,IAAI,GAAG,CAAC,MAAM,IAAI,IAAI;YAAE,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QAEjD,IAAI,CAAC,IAAI,GAAG,8CAA8C,CAAC;IAC7D,CAAC;CACF;AArBD,oGAqBC;AAeD;;GAEG;AACH,MAAa,0CAA2C,SAAQ,kCAAc;IAO5E,YACE,GAAmD,EACnD,QAAgE;QAEhE,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,IAAI,uBAAuB,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;QAC5E,KAAK,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;QACzB,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC;QACjB,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,IAAI,CAAC;QACrB,IAAI,GAAG,CAAC,MAAM,IAAI,IAAI;YAAE,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAC;QAEjD,IAAI,CAAC,IAAI,GAAG,4CAA4C,CAAC;IAC3D,CAAC;CACF;AAnBD,gGAmBC;AAED,gBAAgB;AACH,QAAA,iEAAiE,GAKxE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAML,gBAAgB;AACH,QAAA,kEAAkE,GAKzE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAEL,SAAgB,yDAAyD,CACvE,mDACqD;IAErD,OAAO,IAAI,CAAC,SAAS,CACnB,0EAAkE,CAAC,KAAK,CACtE,mDAAmD,CACpD,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,2DAA2D,CACzE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,yEAAiE,CAAC,KAAK,CACrE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,iFAAiF,CAClF,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,4DAA4D,GAKnE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CACV,yEAAiE,CAClE,CACF,CAAC,QAAQ,EAAE;IACZ,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC;KACC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACf,OAAO,IAAI,8CAA8C,CAAC,CAAC,EAAE;QAC3D,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWP,gBAAgB;AACH,QAAA,6DAA6D,GAKpE,CAAC,CAAC,UAAU,CAAC,8CAA8C,CAAC;KAC7D,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;KACvB,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CACV,0EAAkE,CACnE,CACF,CAAC,QAAQ,EAAE;CACb,CAAC,CAAC,CAAC;AAER,gBAAgB;AACH,QAAA,sDAAsD,GAI/D,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAMH,gBAAgB;AACH,QAAA,uDAAuD,GAIhE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAEH,SAAgB,8CAA8C,CAC5D,wCAC0C;IAE1C,OAAO,IAAI,CAAC,SAAS,CACnB,+DAAuD,CAAC,KAAK,CAC3D,wCAAwC,CACzC,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,gDAAgD,CAC9D,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,8DAAsD,CAAC,KAAK,CAC1D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,sEAAsE,CACvE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,sDAAsD,GAI/D,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,8DAAsD,CAAC,CACrE,CAAC,QAAQ,EAAE;IACZ,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC;KACC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACf,OAAO,IAAI,wCAAwC,CAAC,CAAC,EAAE;QACrD,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASL,gBAAgB;AACH,QAAA,uDAAuD,GAIhE,CAAC,CAAC,UAAU,CAAC,wCAAwC,CAAC;KACvD,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;KACvB,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,+DAAuD,CAAC,CACtE,CAAC,QAAQ,EAAE;CACb,CAAC,CAAC,CAAC;AAEN,gBAAgB;AACH,QAAA,uDAAuD,GAIhE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAMH,gBAAgB;AACH,QAAA,wDAAwD,GAK/D,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAEL,SAAgB,+CAA+C,CAC7D,yCAC2C;IAE3C,OAAO,IAAI,CAAC,SAAS,CACnB,gEAAwD,CAAC,KAAK,CAC5D,yCAAyC,CAC1C,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,iDAAiD,CAC/D,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,+DAAuD,CAAC,KAAK,CAC3D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,uEAAuE,CACxE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,uDAAuD,GAIhE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,+DAAuD,CAAC,CACtE,CAAC,QAAQ,EAAE;IACZ,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC;KACC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACf,OAAO,IAAI,yCAAyC,CAAC,CAAC,EAAE;QACtD,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWL,gBAAgB;AACH,QAAA,wDAAwD,GAK/D,CAAC,CAAC,UAAU,CAAC,yCAAyC,CAAC;KACxD,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;KACvB,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,gEAAwD,CAAC,CACvE,CAAC,QAAQ,EAAE;CACb,CAAC,CAAC,CAAC;AAER,gBAAgB;AACH,QAAA,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAML,gBAAgB;AACH,QAAA,2DAA2D,GAKlE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAEL,SAAgB,kDAAkD,CAChE,4CAC8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,mEAA2D,CAAC,KAAK,CAC/D,4CAA4C,CAC7C,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,oDAAoD,CAClE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,kEAA0D,CAAC,KAAK,CAC9D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,0EAA0E,CAC3E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,0DAA0D,GAKjE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,kEAA0D,CAAC,CACzE,CAAC,QAAQ,EAAE;IACZ,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC;KACC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACf,OAAO,IAAI,4CAA4C,CAAC,CAAC,EAAE;QACzD,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWP,gBAAgB;AACH,QAAA,2DAA2D,GAKlE,CAAC,CAAC,UAAU,CAAC,4CAA4C,CAAC;KAC3D,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;KACvB,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CACV,mEAA2D,CAC5D,CACF,CAAC,QAAQ,EAAE;CACb,CAAC,CAAC,CAAC;AAER,gBAAgB;AACH,QAAA,wDAAwD,GAEjE,CAAC,CAAC,MAAM,CAAC;IACP,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAMP,gBAAgB;AACH,QAAA,yDAAyD,GAKhE,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAC;AAEL,SAAgB,gDAAgD,CAC9D,0CAC4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,iEAAyD,CAAC,KAAK,CAC7D,0CAA0C,CAC3C,CACF,CAAC;AACJ,CAAC;AACD,SAAgB,kDAAkD,CAChE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,gEAAwD,CAAC,KAAK,CAC5D,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,wEAAwE,CACzE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,wDAAwD,GAEjE,CAAC,CAAC,MAAM,CAAC;IACP,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,gEAAwD,CAAC,CACvE,CAAC,QAAQ,EAAE;IACZ,QAAQ,EAAE,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC/B,SAAS,EAAE,CAAC,CAAC,UAAU,CAAC,QAAQ,CAAC;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;CAClB,CAAC;KACC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACf,OAAO,IAAI,0CAA0C,CAAC,CAAC,EAAE;QACvD,OAAO,EAAE,CAAC,CAAC,QAAQ;QACnB,QAAQ,EAAE,CAAC,CAAC,SAAS;QACrB,IAAI,EAAE,CAAC,CAAC,KAAK;KACd,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAWT,gBAAgB;AACH,QAAA,yDAAyD,GAKhE,CAAC,CAAC,UAAU,CAAC,0CAA0C,CAAC;KACzD,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;KACvB,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,iEAAyD,CAAC,CACxE,CAAC,QAAQ,EAAE;CACb,CAAC,CAAC,CAAC"}
|