diff --git a/CHANGELOG.md b/CHANGELOG.md index 9182a0287..6070cb4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,32 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for ## [v4.6.0] - eSignature API v2-20.1.00 ### Changed -- The SDK now supports version 20.1.00 of the DocuSign eSignature v2 API. -- SDK Release Version updated. + +- Added support for version v2-20.1.00 of the DocuSign eSignature API. +- Updated the SDK release version. + +### Added + +- Added the new property `copyRecipientData` to envelopes. When set to **true**, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that the new account UI setting `enableEnvelopeCopyWithData` must be enabled for the account. +- Added `RecipientIdentityInputOption` and `inputOptions` to `RecipientIdentityVerification.js`: Reserved for DocuSign. + +### Deleted + +- Deleted the GET methods for account seals providers, which returned the seals for an account. ## [v4.5.0] - eSignature API v2-19.4.01 ### Changed -- The SDK now supports version 19.4.01 of the DocuSign eSignature v2 API. +- The SDK now supports version 19.4.01 of the DocuSign eSignature API. - SDK Release Version updated. ## [v4.4.0] - eSignature API v2-19.2.02 ### Changed -- The SDK now supports version 19.2.02 of the DocuSign eSignature v2 API. +- The SDK now supports version 19.2.02 of the DocuSign eSignature API. - SDK Release Version updated. ## [v4.3.0] - eSignature API v2-19.1.02 ### Changed -- The SDK now supports version 19.1.02 of the DocuSign eSignature v2 API. +- The SDK now supports version 19.1.02 of the DocuSign eSignature API. - SDK Release Version updated. ### Added - Cache-control and Pragma headers to the oAuth calls. (DCM-2244) @@ -30,7 +40,7 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for ### Fixed - A bug where API response for 'moveEnvelopes' was improperly documented as a non-undefined value. (DCM-3085) - A bug where dateTabs and numberTabs were not being able to be initialized by the docusign.Tabs object. (DCM-3226) - + ##[v4.2.2] eSignature API v18.4.02 ### Added - Support for the **latest DocuSign API** (18.4.02.00). @@ -63,23 +73,23 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for ## [v4.0.2] - eSignature API v18.1.02 - 7/3/2018 ### Changed -- All SDK methods have been updated such that the `opts` parameter may now contain the callback, making the other opts parameters optional, and it has been renamed `optsOrCallback`. +- All SDK methods have been updated such that the `opts` parameter may now contain the callback, making the other opts parameters optional, and it has been renamed `optsOrCallback`. This resolves the breaking change for applications upgrading from version 3.X.X to 4.X.X. - The OAuth authorization code grant and implicit grant code examples in the readme.md file have been updated to use the addDefaultHeader method. Each API client needs this header to access DocuSign APIs. - + ## [4.0.1] - 2018-06-25 ### Fixed - Issues [`#101`](https://github.com/docusign/DocuSign-Node-Client/issues/101) and [`#66`](https://github.com/docusign/DocuSign-Node-Client/issues/66) - listTabs now maps to an array of List instead of array of Array - + ## [4.0.0] - 2018-06-06 ### BREAKING -- This update has some breaking changes as certain api calls no longer accept query parameters. +- This update has some breaking changes as certain api calls no longer accept query parameters. - Due to this, their respective SDK method signatures of changed For example: - - EnvelopesApi.listDocuments(accountId, envelopeId, opts, callback) + - EnvelopesApi.listDocuments(accountId, envelopeId, opts, callback) - has changed to: - - EnvelopesApi.listDocuments(accountId, envelopeId, callback) + - EnvelopesApi.listDocuments(accountId, envelopeId, callback) ### Changed - Updated the package with the latest API release. @@ -92,7 +102,7 @@ For example: ## [3.2.0] - 2017-08-01 ### Added - Support for DocuSign JWT OAuth for service integration (2-legged authentication) - + ## [3.1.0] - 2017-06-17 ### Added - Support for DocuSign OAuth diff --git a/package-lock.json b/package-lock.json index c71df2b2b..da44805b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,9 @@ { "name": "docusign-esign", - "version": "4.2.2-rc1", + "version": "4.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { - "accepts": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", - "integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", - "requires": { - "mime-types": "~2.1.18", - "negotiator": "0.6.1" - } - }, "acorn": { "version": "5.7.3", "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", @@ -81,11 +72,6 @@ "sprintf-js": "~1.0.2" } }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, "array-includes": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz", @@ -166,51 +152,6 @@ "integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==", "dev": true }, - "body-parser": { - "version": "1.18.3", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", - "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", - "requires": { - "bytes": "3.0.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "~1.6.3", - "iconv-lite": "0.4.23", - "on-finished": "~2.3.0", - "qs": "6.5.2", - "raw-body": "2.3.3", - "type-is": "~1.6.16" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "iconv-lite": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", - "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" - } - } - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -244,11 +185,6 @@ "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", "dev": true }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, "caller-path": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", @@ -407,26 +343,6 @@ "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=", "dev": true }, - "content-disposition": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", - "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, - "cookie": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, "cookiejar": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz", @@ -510,16 +426,6 @@ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, "diff": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", @@ -549,16 +455,6 @@ "safe-buffer": "^5.0.1" } }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, "error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -593,11 +489,6 @@ "is-symbol": "^1.0.2" } }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -864,74 +755,12 @@ "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=", "dev": true }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, "expect.js": { "version": "0.3.1", "resolved": "https://registry.npmjs.org/expect.js/-/expect.js-0.3.1.tgz", "integrity": "sha1-sKWaDS7/VDdUTr8M6qYBWEHQm1s=", "dev": true }, - "express": { - "version": "4.16.4", - "resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", - "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", - "requires": { - "accepts": "~1.3.5", - "array-flatten": "1.1.1", - "body-parser": "1.18.3", - "content-disposition": "0.5.2", - "content-type": "~1.0.4", - "cookie": "0.3.1", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.1.1", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.4", - "qs": "6.5.2", - "range-parser": "~1.2.0", - "safe-buffer": "5.1.2", - "send": "0.16.2", - "serve-static": "1.13.2", - "setprototypeof": "1.1.0", - "statuses": "~1.4.0", - "type-is": "~1.6.16", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "qs": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", - "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" - } - } - }, "extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", @@ -985,35 +814,6 @@ "object-assign": "^4.0.1" } }, - "finalhandler": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", - "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.2", - "statuses": "~1.4.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, "find-root": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", @@ -1056,16 +856,6 @@ "resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.1.tgz", "integrity": "sha512-Fs9VRguL0gqGHkXS5GQiMCr1VhZBxz0JnJs4JmMp/2jL18Fmbzvv7vOFRU+U8TBkHEE/CX1qDXzJplVULgsLeg==" }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -1172,17 +962,6 @@ "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", "dev": true }, - "http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -1241,11 +1020,6 @@ "through": "^2.3.6" } }, - "ipaddr.js": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz", - "integrity": "sha1-6qM9bd16zo9/b+DJygRA5wZzix4=" - }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -1554,16 +1328,6 @@ "is-buffer": "~1.1.1" } }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", @@ -1699,11 +1463,6 @@ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", "dev": true }, - "negotiator": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", - "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" - }, "normalize-package-data": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", @@ -1733,14 +1492,6 @@ "integrity": "sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg==", "dev": true }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -1812,11 +1563,6 @@ "error-ex": "^1.2.0" } }, - "parseurl": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz", - "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=" - }, "passport-oauth2": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.4.0.tgz", @@ -1857,11 +1603,6 @@ "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", "dev": true }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, "path-type": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", @@ -1971,15 +1712,6 @@ "react-is": "^16.8.1" } }, - "proxy-addr": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz", - "integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.8.0" - } - }, "pseudomap": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", @@ -1991,32 +1723,6 @@ "resolved": "https://registry.npmjs.org/qs/-/qs-6.6.0.tgz", "integrity": "sha512-KIJqT9jQJDQx5h5uAVPimw6yVg2SekOKu959OCtktD3FjzbpvaPr8i4zzg07DOMz+igA4W/aNM7OV8H37pFYfA==" }, - "range-parser": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", - "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" - }, - "raw-body": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", - "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", - "requires": { - "bytes": "3.0.0", - "http-errors": "1.6.3", - "iconv-lite": "0.4.23", - "unpipe": "1.0.0" - }, - "dependencies": { - "iconv-lite": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", - "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - } - } - }, "react-is": { "version": "16.8.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.8.2.tgz", @@ -2173,7 +1879,8 @@ "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true }, "semistandard": { "version": "12.0.1", @@ -2199,62 +1906,6 @@ "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==", "dev": true }, - "send": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", - "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.6.2", - "mime": "1.4.1", - "ms": "2.0.0", - "on-finished": "~2.3.0", - "range-parser": "~1.2.0", - "statuses": "~1.4.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "mime": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", - "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "serve-static": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", - "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.2", - "send": "0.16.2" - } - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", @@ -2343,11 +1994,6 @@ } } }, - "statuses": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", - "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" - }, "string-width": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", @@ -2463,15 +2109,6 @@ "prelude-ls": "~1.1.2" } }, - "type-is": { - "version": "1.6.16", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz", - "integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.18" - } - }, "typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", @@ -2512,11 +2149,6 @@ "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", "dev": true }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -2537,11 +2169,6 @@ "spdx-expression-parse": "^3.0.0" } }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, "which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", diff --git a/package.json b/package.json index 1036ead80..1f97b3dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docusign-esign", - "version": "4.6.0-rc1", + "version": "4.6.0", "description": "DocuSign Node.js API client.", "license": "MIT", "main": "src/index.js", @@ -54,6 +54,7 @@ "csv-stringify": "^1.0.0", "jsonwebtoken": "8.2.0", "passport-oauth2": "1.4.0", + "safe-buffer": "^5.1.2", "superagent": "3.8.2" }, "devDependencies": { diff --git a/src/api/AccountsApi.js b/src/api/AccountsApi.js index 094546b25..8a399b515 100644 --- a/src/api/AccountsApi.js +++ b/src/api/AccountsApi.js @@ -29,7 +29,7 @@ /** * Accounts service. * @module api/AccountsApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/AuthenticationApi.js b/src/api/AuthenticationApi.js index 15adc81c1..18453f2a8 100644 --- a/src/api/AuthenticationApi.js +++ b/src/api/AuthenticationApi.js @@ -29,7 +29,7 @@ /** * Authentication service. * @module api/AuthenticationApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/BillingApi.js b/src/api/BillingApi.js index c81337798..60320010f 100644 --- a/src/api/BillingApi.js +++ b/src/api/BillingApi.js @@ -29,7 +29,7 @@ /** * Billing service. * @module api/BillingApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/BulkEnvelopesApi.js b/src/api/BulkEnvelopesApi.js index 8da48360b..6bbcde684 100644 --- a/src/api/BulkEnvelopesApi.js +++ b/src/api/BulkEnvelopesApi.js @@ -29,7 +29,7 @@ /** * BulkEnvelopes service. * @module api/BulkEnvelopesApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/CloudStorageApi.js b/src/api/CloudStorageApi.js index 0439c9f21..e9167e7a8 100644 --- a/src/api/CloudStorageApi.js +++ b/src/api/CloudStorageApi.js @@ -29,7 +29,7 @@ /** * CloudStorage service. * @module api/CloudStorageApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/ConnectApi.js b/src/api/ConnectApi.js index 1cc8875e9..45967df21 100644 --- a/src/api/ConnectApi.js +++ b/src/api/ConnectApi.js @@ -29,7 +29,7 @@ /** * Connect service. * @module api/ConnectApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** @@ -115,56 +115,6 @@ ); }; - /** - * (Optional)Callback function to receive the result of the createConnectSecret operation. If none specified a Promise will be returned. - * @callback module:api/ConnectApi~createConnectSecretCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Generates a new connect HMAC Secret. - * @param {String} accountId The external account number (int) or account ID Guid. - * @param {module:api/ConnectApi~createConnectSecretCallback} callback The callback function, accepting three arguments: error, data, response - */ - this.createConnectSecret = function(accountId, callback) { - var postBody = null; - - // verify the required parameter 'accountId' is set - if (accountId == undefined || accountId == null) { - throw new Error("Missing the required parameter 'accountId' when calling createConnectSecret"); - } - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - 'accountId': accountId - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = null; - - return this.apiClient.callApi( - '/v2/accounts/{accountId}/connect/secret', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - /** * (Optional)Callback function to receive the result of the deleteConfiguration operation. If none specified a Promise will be returned. * @callback module:api/ConnectApi~deleteConfigurationCallback @@ -228,63 +178,6 @@ ); }; - /** - * (Optional)Callback function to receive the result of the deleteConnectSecret operation. If none specified a Promise will be returned. - * @callback module:api/ConnectApi~deleteConnectSecretCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Delete the connect HMAC Secret for AccountID - * @param {String} accountId The external account number (int) or account ID Guid. - * @param {String} keyId - * @param {module:api/ConnectApi~deleteConnectSecretCallback} callback The callback function, accepting three arguments: error, data, response - */ - this.deleteConnectSecret = function(accountId, keyId, callback) { - var postBody = null; - - // verify the required parameter 'accountId' is set - if (accountId == undefined || accountId == null) { - throw new Error("Missing the required parameter 'accountId' when calling deleteConnectSecret"); - } - - // verify the required parameter 'keyId' is set - if (keyId == undefined || keyId == null) { - throw new Error("Missing the required parameter 'keyId' when calling deleteConnectSecret"); - } - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - 'accountId': accountId, - 'keyId': keyId - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = null; - - return this.apiClient.callApi( - '/v2/accounts/{accountId}/connect/secret/{keyId}/delete', 'DELETE', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - /** * (Optional)Callback function to receive the result of the deleteEventFailureLog operation. If none specified a Promise will be returned. * @callback module:api/ConnectApi~deleteEventFailureLogCallback @@ -516,56 +409,6 @@ ); }; - /** - * (Optional)Callback function to receive the result of the generateConnectSecret operation. If none specified a Promise will be returned. - * @callback module:api/ConnectApi~generateConnectSecretCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Generates a new connect HMAC Secret. - * @param {String} accountId The external account number (int) or account ID Guid. - * @param {module:api/ConnectApi~generateConnectSecretCallback} callback The callback function, accepting three arguments: error, data, response - */ - this.generateConnectSecret = function(accountId, callback) { - var postBody = null; - - // verify the required parameter 'accountId' is set - if (accountId == undefined || accountId == null) { - throw new Error("Missing the required parameter 'accountId' when calling generateConnectSecret"); - } - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - 'accountId': accountId - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = null; - - return this.apiClient.callApi( - '/v2/accounts/{accountId}/connect/secret', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - /** * (Optional)Callback function to receive the result of the getConfiguration operation. If none specified a Promise will be returned. * @callback module:api/ConnectApi~getConfigurationCallback @@ -628,56 +471,6 @@ ); }; - /** - * (Optional)Callback function to receive the result of the getConnectSecrets operation. If none specified a Promise will be returned. - * @callback module:api/ConnectApi~getConnectSecretsCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Get the connect HMAC Secrets for AccountID - * @param {String} accountId The external account number (int) or account ID Guid. - * @param {module:api/ConnectApi~getConnectSecretsCallback} callback The callback function, accepting three arguments: error, data, response - */ - this.getConnectSecrets = function(accountId, callback) { - var postBody = null; - - // verify the required parameter 'accountId' is set - if (accountId == undefined || accountId == null) { - throw new Error("Missing the required parameter 'accountId' when calling getConnectSecrets"); - } - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - 'accountId': accountId - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = null; - - return this.apiClient.callApi( - '/v2/accounts/{accountId}/connect/secrets', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - /** * (Optional)Callback function to receive the result of the getEventLog operation. If none specified a Promise will be returned. * @callback module:api/ConnectApi~getEventLogCallback diff --git a/src/api/CustomTabsApi.js b/src/api/CustomTabsApi.js index ae478814c..d0204dd14 100644 --- a/src/api/CustomTabsApi.js +++ b/src/api/CustomTabsApi.js @@ -29,7 +29,7 @@ /** * CustomTabs service. * @module api/CustomTabsApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/DiagnosticsApi.js b/src/api/DiagnosticsApi.js index 30538b0d1..5a9c54e51 100644 --- a/src/api/DiagnosticsApi.js +++ b/src/api/DiagnosticsApi.js @@ -29,7 +29,7 @@ /** * Diagnostics service. * @module api/DiagnosticsApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/EnvelopesApi.js b/src/api/EnvelopesApi.js index 3864a34b7..af605e412 100644 --- a/src/api/EnvelopesApi.js +++ b/src/api/EnvelopesApi.js @@ -29,7 +29,7 @@ /** * Envelopes service. * @module api/EnvelopesApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/FoldersApi.js b/src/api/FoldersApi.js index f69eb1338..df4595d2f 100644 --- a/src/api/FoldersApi.js +++ b/src/api/FoldersApi.js @@ -29,7 +29,7 @@ /** * Folders service. * @module api/FoldersApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/GroupsApi.js b/src/api/GroupsApi.js index f6128fea3..b3c65ae50 100644 --- a/src/api/GroupsApi.js +++ b/src/api/GroupsApi.js @@ -29,7 +29,7 @@ /** * Groups service. * @module api/GroupsApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/NotaryApi.js b/src/api/NotaryApi.js index af471e9b3..a9c9bdf4f 100644 --- a/src/api/NotaryApi.js +++ b/src/api/NotaryApi.js @@ -29,7 +29,7 @@ /** * Notary service. * @module api/NotaryApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/OrganizationsApi.js b/src/api/OrganizationsApi.js index 0a24c4b91..5d873bfd6 100644 --- a/src/api/OrganizationsApi.js +++ b/src/api/OrganizationsApi.js @@ -29,7 +29,7 @@ /** * Organizations service. * @module api/OrganizationsApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** @@ -109,63 +109,6 @@ ); }; - /** - * (Optional)Callback function to receive the result of the getAccountSettingsExport operation. If none specified a Promise will be returned. - * @callback module:api/OrganizationsApi~getAccountSettingsExportCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Retrieves an account settings comparison. - * @param {String} organizationId - * @param {String} resultId - * @param {module:api/OrganizationsApi~getAccountSettingsExportCallback} callback The callback function, accepting three arguments: error, data, response - */ - this.getAccountSettingsExport = function(organizationId, resultId, callback) { - var postBody = null; - - // verify the required parameter 'organizationId' is set - if (organizationId == undefined || organizationId == null) { - throw new Error("Missing the required parameter 'organizationId' when calling getAccountSettingsExport"); - } - - // verify the required parameter 'resultId' is set - if (resultId == undefined || resultId == null) { - throw new Error("Missing the required parameter 'resultId' when calling getAccountSettingsExport"); - } - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - 'organizationId': organizationId, - 'resultId': resultId - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = null; - - return this.apiClient.callApi( - '/v2/organization_exports/{organizationId}/account_settings/{resultId}', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - /** * (Optional)Callback function to receive the result of the getReport operation. If none specified a Promise will be returned. * @callback module:api/OrganizationsApi~getReportCallback @@ -222,63 +165,6 @@ authNames, contentTypes, accepts, returnType, callback ); }; - - /** - * (Optional)Callback function to receive the result of the getUserListExport operation. If none specified a Promise will be returned. - * @callback module:api/OrganizationsApi~getUserListExportCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Retrieves UserList Export Results data. - * @param {String} organizationId - * @param {String} resultId - * @param {module:api/OrganizationsApi~getUserListExportCallback} callback The callback function, accepting three arguments: error, data, response - */ - this.getUserListExport = function(organizationId, resultId, callback) { - var postBody = null; - - // verify the required parameter 'organizationId' is set - if (organizationId == undefined || organizationId == null) { - throw new Error("Missing the required parameter 'organizationId' when calling getUserListExport"); - } - - // verify the required parameter 'resultId' is set - if (resultId == undefined || resultId == null) { - throw new Error("Missing the required parameter 'resultId' when calling getUserListExport"); - } - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - 'organizationId': organizationId, - 'resultId': resultId - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = null; - - return this.apiClient.callApi( - '/v2/organization_exports/{organizationId}/user_list/{resultId}', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; }; return exports; diff --git a/src/api/PowerFormsApi.js b/src/api/PowerFormsApi.js index f7b8dc0ff..21b7647cd 100644 --- a/src/api/PowerFormsApi.js +++ b/src/api/PowerFormsApi.js @@ -29,7 +29,7 @@ /** * PowerForms service. * @module api/PowerFormsApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/SigningGroupsApi.js b/src/api/SigningGroupsApi.js index 53ac9085f..65b35ee6b 100644 --- a/src/api/SigningGroupsApi.js +++ b/src/api/SigningGroupsApi.js @@ -29,7 +29,7 @@ /** * SigningGroups service. * @module api/SigningGroupsApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/TSPsApi.js b/src/api/TSPsApi.js deleted file mode 100644 index 528ad68dc..000000000 --- a/src/api/TSPsApi.js +++ /dev/null @@ -1,312 +0,0 @@ -/** - * DocuSign REST API - * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. - * - * OpenAPI spec version: v2 - * Contact: devcenter@docusign.com - * - * NOTE: This class is auto generated. Do not edit the class manually and submit a new issue instead. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. Register as an anonymous module. - define(['Configuration', 'ApiClient', 'model/CompleteSignHashResponse', 'model/CompleteSignRequest', 'model/ErrorDetails', 'model/SignHashSessionInfoResponse', 'model/SignSessionInfoRequest', 'model/TspHealthCheckRequest', 'model/UpdateTransactionRequest', 'model/UpdateTransactionResponse', 'model/UserInfoResponse'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - module.exports = factory(require('../Configuration'), require('../ApiClient'), require('../model/CompleteSignHashResponse'), require('../model/CompleteSignRequest'), require('../model/ErrorDetails'), require('../model/SignHashSessionInfoResponse'), require('../model/SignSessionInfoRequest'), require('../model/TspHealthCheckRequest'), require('../model/UpdateTransactionRequest'), require('../model/UpdateTransactionResponse'), require('../model/UserInfoResponse')); - } else { - // Browser globals (root is window) - if (!root.Docusign) { - root.Docusign = {}; - } - root.Docusign.TSPsApi = factory(root.Docusign.Configuration, root.Docusign.ApiClient, root.Docusign.CompleteSignHashResponse, root.Docusign.CompleteSignRequest, root.Docusign.ErrorDetails, root.Docusign.SignHashSessionInfoResponse, root.Docusign.SignSessionInfoRequest, root.Docusign.TspHealthCheckRequest, root.Docusign.UpdateTransactionRequest, root.Docusign.UpdateTransactionResponse, root.Docusign.UserInfoResponse); - } -}(this, function(Configuration, ApiClient, CompleteSignHashResponse, CompleteSignRequest, ErrorDetails, SignHashSessionInfoResponse, SignSessionInfoRequest, TspHealthCheckRequest, UpdateTransactionRequest, UpdateTransactionResponse, UserInfoResponse) { - 'use strict'; - - /** - * TSPs service. - * @module api/TSPsApi - * @version 3.0.0 - */ - - /** - * Constructs a new TSPsApi. - * @alias module:api/TSPsApi - * @class - * @param {module:ApiClient} apiClient Optional API client implementation to use, - * default to {@link module:ApiClient#instance} if unspecified. - */ - var exports = function(apiClient) { - this.apiClient = apiClient || Configuration.default.getDefaultApiClient() || ApiClient.instance; - - - this.setApiClient = function(apiClient) { - this.apiClient = apiClient; - }; - - this.getApiClient = function() { - return this.apiClient; - }; - - - /** - * (Optional)Callback function to receive the result of the completeSignHash operation. If none specified a Promise will be returned. - * @callback module:api/TSPsApi~completeSignHashCallback - * @param {String} error Error message, if any. - * @param {module:model/CompleteSignHashResponse} data The data returned by the service call. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Complete Sign Hash - * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. - * @param {module:model/CompleteSignRequest} optsOrCallback.completeSignRequest - * @param {module:api/TSPsApi~completeSignHashCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link module:model/CompleteSignHashResponse} - */ - this.completeSignHash = function(optsOrCallback, callback) { - optsOrCallback = optsOrCallback || {}; - - if (typeof optsOrCallback === 'function') { - callback = optsOrCallback; - optsOrCallback = {}; - } - - var postBody = optsOrCallback['completeSignRequest']; - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = CompleteSignHashResponse; - - return this.apiClient.callApi( - '/v2/signature/completesignhash', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - - /** - * (Optional)Callback function to receive the result of the getUserInfo operation. If none specified a Promise will be returned. - * @callback module:api/TSPsApi~getUserInfoCallback - * @param {String} error Error message, if any. - * @param {module:model/UserInfoResponse} data The data returned by the service call. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Get User Info To Sign Document - * @param {module:api/TSPsApi~getUserInfoCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link module:model/UserInfoResponse} - */ - this.getUserInfo = function(callback) { - var postBody = null; - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = UserInfoResponse; - - return this.apiClient.callApi( - '/v2/signature/userInfo', 'GET', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - - /** - * (Optional)Callback function to receive the result of the healthCheck operation. If none specified a Promise will be returned. - * @callback module:api/TSPsApi~healthCheckCallback - * @param {String} error Error message, if any. - * @param data This operation does not return a value. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Report status from the TSP to DocuSign - * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. - * @param {module:model/TspHealthCheckRequest} optsOrCallback.tspHealthCheckRequest - * @param {module:api/TSPsApi~healthCheckCallback} callback The callback function, accepting three arguments: error, data, response - */ - this.healthCheck = function(optsOrCallback, callback) { - optsOrCallback = optsOrCallback || {}; - - if (typeof optsOrCallback === 'function') { - callback = optsOrCallback; - optsOrCallback = {}; - } - - var postBody = optsOrCallback['tspHealthCheckRequest']; - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = null; - - return this.apiClient.callApi( - '/v2/signature/healthcheck', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - - /** - * (Optional)Callback function to receive the result of the signHashSessionInfo operation. If none specified a Promise will be returned. - * @callback module:api/TSPsApi~signHashSessionInfoCallback - * @param {String} error Error message, if any. - * @param {module:model/SignHashSessionInfoResponse} data The data returned by the service call. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Get Signature Session Info To Sign Document Hash - * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. - * @param {module:model/SignSessionInfoRequest} optsOrCallback.signSessionInfoRequest - * @param {module:api/TSPsApi~signHashSessionInfoCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link module:model/SignHashSessionInfoResponse} - */ - this.signHashSessionInfo = function(optsOrCallback, callback) { - optsOrCallback = optsOrCallback || {}; - - if (typeof optsOrCallback === 'function') { - callback = optsOrCallback; - optsOrCallback = {}; - } - - var postBody = optsOrCallback['signSessionInfoRequest']; - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = SignHashSessionInfoResponse; - - return this.apiClient.callApi( - '/v2/signature/signhashsessioninfo', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - - /** - * (Optional)Callback function to receive the result of the updateTransaction operation. If none specified a Promise will be returned. - * @callback module:api/TSPsApi~updateTransactionCallback - * @param {String} error Error message, if any. - * @param {module:model/UpdateTransactionResponse} data The data returned by the service call. - * @param {String} If a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data. - */ - - /** - * Report an error from the tsp to docusign - * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. - * @param {module:model/UpdateTransactionRequest} optsOrCallback.updateTransactionRequest - * @param {module:api/TSPsApi~updateTransactionCallback} callback The callback function, accepting three arguments: error, data, response - * data is of type: {@link module:model/UpdateTransactionResponse} - */ - this.updateTransaction = function(optsOrCallback, callback) { - optsOrCallback = optsOrCallback || {}; - - if (typeof optsOrCallback === 'function') { - callback = optsOrCallback; - optsOrCallback = {}; - } - - var postBody = optsOrCallback['updateTransactionRequest']; - - if (typeof callback !== 'function' && arguments.length && typeof arguments[arguments.length-1] === 'function'){ - if (typeof optsOrCallback !== 'undefined') { - optsOrCallback = callback; - } - callback = arguments[arguments.length-1]; - } - - var pathParams = { - }; - var queryParams = { - }; - var headerParams = { - }; - var formParams = { - }; - - var authNames = []; - var contentTypes = []; - var accepts = ['application/json']; - var returnType = UpdateTransactionResponse; - - return this.apiClient.callApi( - '/v2/signature/updatetransaction', 'POST', - pathParams, queryParams, headerParams, formParams, postBody, - authNames, contentTypes, accepts, returnType, callback - ); - }; - }; - - return exports; -})); diff --git a/src/api/TemplatesApi.js b/src/api/TemplatesApi.js index 5391e26a2..6b6e6ac5a 100644 --- a/src/api/TemplatesApi.js +++ b/src/api/TemplatesApi.js @@ -29,7 +29,7 @@ /** * Templates service. * @module api/TemplatesApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/UsersApi.js b/src/api/UsersApi.js index b827a49a8..dcd79277f 100644 --- a/src/api/UsersApi.js +++ b/src/api/UsersApi.js @@ -29,7 +29,7 @@ /** * Users service. * @module api/UsersApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/api/WorkspacesApi.js b/src/api/WorkspacesApi.js index 46b6a6c08..ee1eceb39 100644 --- a/src/api/WorkspacesApi.js +++ b/src/api/WorkspacesApi.js @@ -29,7 +29,7 @@ /** * Workspaces service. * @module api/WorkspacesApi - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/index.js b/src/index.js index 2c5b8d88d..7f9790962 100644 --- a/src/index.js +++ b/src/index.js @@ -12,12 +12,12 @@ (function(factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. - define(['Configuration', 'ApiClient', 'model/AccountAddress', 'model/AccountBillingPlan', 'model/AccountBillingPlanResponse', 'model/AccountIdentityVerificationResponse', 'model/AccountIdentityVerificationStep', 'model/AccountIdentityVerificationWorkflow', 'model/AccountInformation', 'model/AccountMinimumPasswordLength', 'model/AccountPasswordExpirePasswordDays', 'model/AccountPasswordLockoutDurationMinutes', 'model/AccountPasswordLockoutDurationType', 'model/AccountPasswordMinimumPasswordAgeDays', 'model/AccountPasswordQuestionsRequired', 'model/AccountPasswordRules', 'model/AccountPasswordStrengthType', 'model/AccountPasswordStrengthTypeOption', 'model/AccountRoleSettings', 'model/AccountSeals', 'model/AccountSettingsInformation', 'model/AccountSharedAccess', 'model/AccountSignatureProvider', 'model/AccountSignatureProviderOption', 'model/AccountSignatureProviders', 'model/AddOn', 'model/AddressInformation', 'model/AddressInformationInput', 'model/AddressInformationV2', 'model/Agent', 'model/ApiRequestLog', 'model/ApiRequestLogsResult', 'model/AppStoreProduct', 'model/AppStoreReceipt', 'model/Approve', 'model/Attachment', 'model/AuthenticationMethod', 'model/AuthenticationStatus', 'model/BccEmailAddress', 'model/BillingCharge', 'model/BillingChargeResponse', 'model/BillingDiscount', 'model/BillingInvoice', 'model/BillingInvoiceItem', 'model/BillingInvoicesResponse', 'model/BillingInvoicesSummary', 'model/BillingPayment', 'model/BillingPaymentItem', 'model/BillingPaymentRequest', 'model/BillingPaymentResponse', 'model/BillingPaymentsResponse', 'model/BillingPlan', 'model/BillingPlanInformation', 'model/BillingPlanPreview', 'model/BillingPlanResponse', 'model/BillingPlanUpdateResponse', 'model/BillingPlansResponse', 'model/BillingPrice', 'model/Brand', 'model/BrandEmailContent', 'model/BrandLink', 'model/BrandLogos', 'model/BrandRequest', 'model/BrandResourceUrls', 'model/BrandResources', 'model/BrandResourcesList', 'model/BrandsRequest', 'model/BrandsResponse', 'model/BulkEnvelope', 'model/BulkEnvelopeStatus', 'model/BulkEnvelopesResponse', 'model/BulkRecipient', 'model/BulkRecipientSignatureProvider', 'model/BulkRecipientTabLabel', 'model/BulkRecipientsRequest', 'model/BulkRecipientsResponse', 'model/BulkRecipientsSummaryResponse', 'model/BulkRecipientsUpdateResponse', 'model/CaptiveRecipient', 'model/CaptiveRecipientInformation', 'model/CarbonCopy', 'model/CertifiedDelivery', 'model/Checkbox', 'model/ChunkedUploadPart', 'model/ChunkedUploadRequest', 'model/ChunkedUploadResponse', 'model/CloudStorageProvider', 'model/CloudStorageProviders', 'model/Company', 'model/CompleteSignHashResponse', 'model/CompleteSignRequest', 'model/CompositeTemplate', 'model/ConnectConfigResults', 'model/ConnectCustomConfiguration', 'model/ConnectDebugLog', 'model/ConnectFailureFilter', 'model/ConnectFailureResult', 'model/ConnectFailureResults', 'model/ConnectLog', 'model/ConnectLogs', 'model/ConsoleViewRequest', 'model/ConsumerDisclosure', 'model/Contact', 'model/ContactGetResponse', 'model/ContactModRequest', 'model/ContactPhoneNumber', 'model/ContactUpdateResponse', 'model/CorrectViewRequest', 'model/Country', 'model/Credential', 'model/CreditCardInformation', 'model/CreditCardTypes', 'model/CurrencyFeatureSetPrice', 'model/CurrencyPlanPrice', 'model/CustomField', 'model/CustomFieldV2', 'model/CustomFields', 'model/CustomFieldsEnvelope', 'model/CustomSettingsInformation', 'model/DateSigned', 'model/DateStampProperties', 'model/Decline', 'model/DiagnosticsSettingsInformation', 'model/DobInformationInput', 'model/Document', 'model/DocumentFieldsInformation', 'model/DocumentHtmlCollapsibleDisplaySettings', 'model/DocumentHtmlDefinition', 'model/DocumentHtmlDefinitionOriginal', 'model/DocumentHtmlDefinitionOriginals', 'model/DocumentHtmlDefinitions', 'model/DocumentHtmlDisplayAnchor', 'model/DocumentHtmlDisplaySettings', 'model/DocumentSecurityStore', 'model/DocumentTemplate', 'model/DocumentTemplateList', 'model/DocumentUpdateInfo', 'model/DocumentVisibility', 'model/DocumentVisibilityList', 'model/ENoteConfiguration', 'model/Editor', 'model/Email', 'model/EmailAddress', 'model/EmailSettings', 'model/Envelope', 'model/EnvelopeAttachment', 'model/EnvelopeAttachmentsRequest', 'model/EnvelopeAttachmentsResult', 'model/EnvelopeAuditEvent', 'model/EnvelopeAuditEventResponse', 'model/EnvelopeDefinition', 'model/EnvelopeDocument', 'model/EnvelopeDocumentsResult', 'model/EnvelopeEvent', 'model/EnvelopeFormData', 'model/EnvelopeId', 'model/EnvelopeIdsRequest', 'model/EnvelopeNotificationRequest', 'model/EnvelopeSummary', 'model/EnvelopeTemplate', 'model/EnvelopeTemplateDefinition', 'model/EnvelopeTemplateResult', 'model/EnvelopeTemplateResults', 'model/EnvelopeTransactionStatus', 'model/EnvelopeUpdateSummary', 'model/EnvelopesInformation', 'model/ErrorDetails', 'model/EventNotification', 'model/EventResult', 'model/Expirations', 'model/ExternalDocServiceErrorDetails', 'model/ExternalFile', 'model/ExternalFolder', 'model/FeatureSet', 'model/FileType', 'model/FileTypeList', 'model/Filter', 'model/FirstName', 'model/Folder', 'model/FolderItem', 'model/FolderItemResponse', 'model/FolderItemV2', 'model/FolderItemsResponse', 'model/FoldersRequest', 'model/FoldersResponse', 'model/ForgottenPasswordInformation', 'model/FormulaTab', 'model/FullName', 'model/Group', 'model/GroupInformation', 'model/IdCheckInformationInput', 'model/InPersonSigner', 'model/InitialHere', 'model/InlineTemplate', 'model/IntegratedUserInfoList', 'model/Intermediary', 'model/Jurisdiction', 'model/LastName', 'model/List', 'model/ListCustomField', 'model/ListItem', 'model/LockInformation', 'model/LockRequest', 'model/LoginAccount', 'model/LoginInformation', 'model/MatchBox', 'model/MemberGroupSharedItem', 'model/MemberSharedItems', 'model/MergeField', 'model/MobileNotifierConfiguration', 'model/MobileNotifierConfigurationInformation', 'model/ModelDate', 'model/ModelNumber', 'model/Money', 'model/NameValue', 'model/NewAccountDefinition', 'model/NewAccountSummary', 'model/NewUser', 'model/NewUsersDefinition', 'model/NewUsersSummary', 'model/Notarize', 'model/NotaryHost', 'model/NotaryJournal', 'model/NotaryJournalCredibleWitness', 'model/NotaryJournalList', 'model/NotaryJournalMetaData', 'model/Note', 'model/Notification', 'model/OauthAccess', 'model/OfflineAttributes', 'model/Page', 'model/PageImages', 'model/PageRequest', 'model/PaymentDetails', 'model/PaymentGatewayAccount', 'model/PaymentGatewayAccountsInfo', 'model/PaymentLineItem', 'model/PaymentProcessorInformation', 'model/PermissionProfile', 'model/PermissionProfileInformation', 'model/PlanInformation', 'model/PowerForm', 'model/PowerFormFormDataEnvelope', 'model/PowerFormFormDataRecipient', 'model/PowerFormRecipient', 'model/PowerFormSendersResponse', 'model/PowerFormsFormDataResponse', 'model/PowerFormsRequest', 'model/PowerFormsResponse', 'model/PropertyMetadata', 'model/Province', 'model/ProvisioningInformation', 'model/PurchasedEnvelopesInformation', 'model/Radio', 'model/RadioGroup', 'model/RecipientAttachment', 'model/RecipientDomain', 'model/RecipientEmailNotification', 'model/RecipientEvent', 'model/RecipientFormData', 'model/RecipientIdentityInputOption', 'model/RecipientIdentityPhoneNumber', 'model/RecipientIdentityVerification', 'model/RecipientNamesResponse', 'model/RecipientPhoneAuthentication', 'model/RecipientProofFile', 'model/RecipientSAMLAuthentication', 'model/RecipientSMSAuthentication', 'model/RecipientSignatureInformation', 'model/RecipientSignatureProvider', 'model/RecipientSignatureProviderOptions', 'model/RecipientUpdateResponse', 'model/RecipientViewRequest', 'model/Recipients', 'model/RecipientsUpdateSummary', 'model/ReferralInformation', 'model/Reminders', 'model/ResourceInformation', 'model/ReturnUrlRequest', 'model/Revision', 'model/SamlAssertionAttribute', 'model/Seal', 'model/SealIdentifier', 'model/SealSign', 'model/SeatDiscount', 'model/Sender', 'model/SenderEmailNotifications', 'model/ServerTemplate', 'model/ServiceInformation', 'model/ServiceVersion', 'model/SettingsMetadata', 'model/SharedItem', 'model/SignHashDocument', 'model/SignHashSessionInfoResponse', 'model/SignHere', 'model/SignSessionInfoRequest', 'model/SignatureDataInfo', 'model/SignatureProviderRequiredOption', 'model/SignatureType', 'model/Signer', 'model/SignerAttachment', 'model/SignerEmailNotifications', 'model/SigningGroup', 'model/SigningGroupInformation', 'model/SigningGroupUser', 'model/SigningGroupUsers', 'model/SmartSection', 'model/SmartSectionAnchorPosition', 'model/SmartSectionCollapsibleDisplaySettings', 'model/SmartSectionDisplaySettings', 'model/SocialAccountInformation', 'model/SocialAuthentication', 'model/Ssn', 'model/Ssn4InformationInput', 'model/Ssn9InformationInput', 'model/SupportedLanguages', 'model/TabAccountSettings', 'model/TabMetadata', 'model/TabMetadataList', 'model/Tabs', 'model/TemplateCustomFields', 'model/TemplateDocumentVisibilityList', 'model/TemplateDocumentsResult', 'model/TemplateInformation', 'model/TemplateMatch', 'model/TemplateNotificationRequest', 'model/TemplateRecipients', 'model/TemplateRole', 'model/TemplateSharedItem', 'model/TemplateSummary', 'model/TemplateTabs', 'model/TemplateUpdateSummary', 'model/Text', 'model/TextCustomField', 'model/TimeStampField', 'model/Title', 'model/TspHealthCheckRequest', 'model/TspHealthCheckStatusDescription', 'model/UpdateTransactionRequest', 'model/UpdateTransactionResponse', 'model/UsageHistory', 'model/User', 'model/UserAccountManagementGranularInformation', 'model/UserInfo', 'model/UserInfoList', 'model/UserInfoResponse', 'model/UserInformation', 'model/UserInformationList', 'model/UserPasswordInformation', 'model/UserPasswordRules', 'model/UserProfile', 'model/UserSettingsInformation', 'model/UserSharedItem', 'model/UserSignature', 'model/UserSignatureDefinition', 'model/UserSignaturesInformation', 'model/UserSocialIdResult', 'model/UsersResponse', 'model/View', 'model/ViewUrl', 'model/Watermark', 'model/Witness', 'model/Workspace', 'model/WorkspaceFolderContents', 'model/WorkspaceItem', 'model/WorkspaceItemList', 'model/WorkspaceList', 'model/WorkspaceUser', 'model/WorkspaceUserAuthorization', 'model/Zip', 'api/AccountsApi', 'api/AuthenticationApi', 'api/BillingApi', 'api/BulkEnvelopesApi', 'api/CloudStorageApi', 'api/ConnectApi', 'api/CustomTabsApi', 'api/DiagnosticsApi', 'api/EnvelopesApi', 'api/FoldersApi', 'api/GroupsApi', 'api/NotaryApi', 'api/OrganizationsApi', 'api/PowerFormsApi', 'api/SigningGroupsApi', 'api/TemplatesApi', 'api/UsersApi', 'api/WorkspacesApi'], factory); + define(['Configuration', 'ApiClient', 'model/AccountAddress', 'model/AccountBillingPlan', 'model/AccountBillingPlanResponse', 'model/AccountIdentityVerificationResponse', 'model/AccountIdentityVerificationStep', 'model/AccountIdentityVerificationWorkflow', 'model/AccountInformation', 'model/AccountMinimumPasswordLength', 'model/AccountPasswordExpirePasswordDays', 'model/AccountPasswordLockoutDurationMinutes', 'model/AccountPasswordLockoutDurationType', 'model/AccountPasswordMinimumPasswordAgeDays', 'model/AccountPasswordQuestionsRequired', 'model/AccountPasswordRules', 'model/AccountPasswordStrengthType', 'model/AccountPasswordStrengthTypeOption', 'model/AccountRoleSettings', 'model/AccountSeals', 'model/AccountSettingsInformation', 'model/AccountSharedAccess', 'model/AccountSignatureProvider', 'model/AccountSignatureProviderOption', 'model/AccountSignatureProviders', 'model/AddOn', 'model/AddressInformation', 'model/AddressInformationInput', 'model/AddressInformationV2', 'model/Agent', 'model/ApiRequestLog', 'model/ApiRequestLogsResult', 'model/AppStoreProduct', 'model/AppStoreReceipt', 'model/Approve', 'model/Attachment', 'model/AuthenticationMethod', 'model/AuthenticationStatus', 'model/BccEmailAddress', 'model/BillingCharge', 'model/BillingChargeResponse', 'model/BillingDiscount', 'model/BillingInvoice', 'model/BillingInvoiceItem', 'model/BillingInvoicesResponse', 'model/BillingInvoicesSummary', 'model/BillingPayment', 'model/BillingPaymentItem', 'model/BillingPaymentRequest', 'model/BillingPaymentResponse', 'model/BillingPaymentsResponse', 'model/BillingPlan', 'model/BillingPlanInformation', 'model/BillingPlanPreview', 'model/BillingPlanResponse', 'model/BillingPlanUpdateResponse', 'model/BillingPlansResponse', 'model/BillingPrice', 'model/Brand', 'model/BrandEmailContent', 'model/BrandLink', 'model/BrandLogos', 'model/BrandRequest', 'model/BrandResourceUrls', 'model/BrandResources', 'model/BrandResourcesList', 'model/BrandsRequest', 'model/BrandsResponse', 'model/BulkEnvelope', 'model/BulkEnvelopeStatus', 'model/BulkEnvelopesResponse', 'model/BulkRecipient', 'model/BulkRecipientSignatureProvider', 'model/BulkRecipientTabLabel', 'model/BulkRecipientsRequest', 'model/BulkRecipientsResponse', 'model/BulkRecipientsSummaryResponse', 'model/BulkRecipientsUpdateResponse', 'model/CaptiveRecipient', 'model/CaptiveRecipientInformation', 'model/CarbonCopy', 'model/CertifiedDelivery', 'model/Checkbox', 'model/ChunkedUploadPart', 'model/ChunkedUploadRequest', 'model/ChunkedUploadResponse', 'model/CloudStorageProvider', 'model/CloudStorageProviders', 'model/Company', 'model/CompositeTemplate', 'model/ConnectConfigResults', 'model/ConnectCustomConfiguration', 'model/ConnectDebugLog', 'model/ConnectFailureFilter', 'model/ConnectFailureResult', 'model/ConnectFailureResults', 'model/ConnectLog', 'model/ConnectLogs', 'model/ConsoleViewRequest', 'model/ConsumerDisclosure', 'model/Contact', 'model/ContactGetResponse', 'model/ContactModRequest', 'model/ContactPhoneNumber', 'model/ContactUpdateResponse', 'model/CorrectViewRequest', 'model/Country', 'model/CreditCardInformation', 'model/CreditCardTypes', 'model/CurrencyFeatureSetPrice', 'model/CurrencyPlanPrice', 'model/CustomField', 'model/CustomFieldV2', 'model/CustomFields', 'model/CustomFieldsEnvelope', 'model/CustomSettingsInformation', 'model/DateSigned', 'model/DateStampProperties', 'model/Decline', 'model/DiagnosticsSettingsInformation', 'model/DobInformationInput', 'model/Document', 'model/DocumentFieldsInformation', 'model/DocumentHtmlCollapsibleDisplaySettings', 'model/DocumentHtmlDefinition', 'model/DocumentHtmlDefinitionOriginal', 'model/DocumentHtmlDefinitionOriginals', 'model/DocumentHtmlDefinitions', 'model/DocumentHtmlDisplayAnchor', 'model/DocumentHtmlDisplaySettings', 'model/DocumentTemplate', 'model/DocumentTemplateList', 'model/DocumentVisibility', 'model/DocumentVisibilityList', 'model/ENoteConfiguration', 'model/Editor', 'model/Email', 'model/EmailAddress', 'model/EmailSettings', 'model/Envelope', 'model/EnvelopeAttachment', 'model/EnvelopeAttachmentsRequest', 'model/EnvelopeAttachmentsResult', 'model/EnvelopeAuditEvent', 'model/EnvelopeAuditEventResponse', 'model/EnvelopeDefinition', 'model/EnvelopeDocument', 'model/EnvelopeDocumentsResult', 'model/EnvelopeEvent', 'model/EnvelopeFormData', 'model/EnvelopeId', 'model/EnvelopeIdsRequest', 'model/EnvelopeNotificationRequest', 'model/EnvelopeSummary', 'model/EnvelopeTemplate', 'model/EnvelopeTemplateDefinition', 'model/EnvelopeTemplateResult', 'model/EnvelopeTemplateResults', 'model/EnvelopeTransactionStatus', 'model/EnvelopeUpdateSummary', 'model/EnvelopesInformation', 'model/ErrorDetails', 'model/EventNotification', 'model/EventResult', 'model/Expirations', 'model/ExternalDocServiceErrorDetails', 'model/ExternalFile', 'model/ExternalFolder', 'model/FeatureSet', 'model/FileType', 'model/FileTypeList', 'model/Filter', 'model/FirstName', 'model/Folder', 'model/FolderItem', 'model/FolderItemResponse', 'model/FolderItemV2', 'model/FolderItemsResponse', 'model/FoldersRequest', 'model/FoldersResponse', 'model/ForgottenPasswordInformation', 'model/FormulaTab', 'model/FullName', 'model/Group', 'model/GroupInformation', 'model/IdCheckInformationInput', 'model/InPersonSigner', 'model/InitialHere', 'model/InlineTemplate', 'model/IntegratedUserInfoList', 'model/Intermediary', 'model/Jurisdiction', 'model/LastName', 'model/List', 'model/ListCustomField', 'model/ListItem', 'model/LockInformation', 'model/LockRequest', 'model/LoginAccount', 'model/LoginInformation', 'model/MatchBox', 'model/MemberGroupSharedItem', 'model/MemberSharedItems', 'model/MergeField', 'model/MobileNotifierConfiguration', 'model/MobileNotifierConfigurationInformation', 'model/ModelDate', 'model/ModelNumber', 'model/Money', 'model/NameValue', 'model/NewAccountDefinition', 'model/NewAccountSummary', 'model/NewUser', 'model/NewUsersDefinition', 'model/NewUsersSummary', 'model/Notarize', 'model/NotaryHost', 'model/NotaryJournal', 'model/NotaryJournalCredibleWitness', 'model/NotaryJournalList', 'model/NotaryJournalMetaData', 'model/Note', 'model/Notification', 'model/OauthAccess', 'model/OfflineAttributes', 'model/Page', 'model/PageImages', 'model/PageRequest', 'model/PaymentDetails', 'model/PaymentGatewayAccount', 'model/PaymentGatewayAccountsInfo', 'model/PaymentLineItem', 'model/PaymentProcessorInformation', 'model/PermissionProfile', 'model/PermissionProfileInformation', 'model/PlanInformation', 'model/PowerForm', 'model/PowerFormFormDataEnvelope', 'model/PowerFormFormDataRecipient', 'model/PowerFormRecipient', 'model/PowerFormSendersResponse', 'model/PowerFormsFormDataResponse', 'model/PowerFormsRequest', 'model/PowerFormsResponse', 'model/PropertyMetadata', 'model/Province', 'model/ProvisioningInformation', 'model/PurchasedEnvelopesInformation', 'model/Radio', 'model/RadioGroup', 'model/RecipientAttachment', 'model/RecipientDomain', 'model/RecipientEmailNotification', 'model/RecipientEvent', 'model/RecipientFormData', 'model/RecipientIdentityInputOption', 'model/RecipientIdentityPhoneNumber', 'model/RecipientIdentityVerification', 'model/RecipientNamesResponse', 'model/RecipientPhoneAuthentication', 'model/RecipientProofFile', 'model/RecipientSAMLAuthentication', 'model/RecipientSMSAuthentication', 'model/RecipientSignatureInformation', 'model/RecipientSignatureProvider', 'model/RecipientSignatureProviderOptions', 'model/RecipientUpdateResponse', 'model/RecipientViewRequest', 'model/Recipients', 'model/RecipientsUpdateSummary', 'model/ReferralInformation', 'model/Reminders', 'model/ResourceInformation', 'model/ReturnUrlRequest', 'model/SamlAssertionAttribute', 'model/SealIdentifier', 'model/SealSign', 'model/SeatDiscount', 'model/SenderEmailNotifications', 'model/ServerTemplate', 'model/ServiceInformation', 'model/ServiceVersion', 'model/SettingsMetadata', 'model/SharedItem', 'model/SignHere', 'model/SignatureProviderRequiredOption', 'model/SignatureType', 'model/Signer', 'model/SignerAttachment', 'model/SignerEmailNotifications', 'model/SigningGroup', 'model/SigningGroupInformation', 'model/SigningGroupUser', 'model/SigningGroupUsers', 'model/SmartSection', 'model/SmartSectionAnchorPosition', 'model/SmartSectionCollapsibleDisplaySettings', 'model/SmartSectionDisplaySettings', 'model/SocialAccountInformation', 'model/SocialAuthentication', 'model/Ssn', 'model/Ssn4InformationInput', 'model/Ssn9InformationInput', 'model/SupportedLanguages', 'model/TabAccountSettings', 'model/TabMetadata', 'model/TabMetadataList', 'model/Tabs', 'model/TemplateCustomFields', 'model/TemplateDocumentVisibilityList', 'model/TemplateDocumentsResult', 'model/TemplateInformation', 'model/TemplateMatch', 'model/TemplateNotificationRequest', 'model/TemplateRecipients', 'model/TemplateRole', 'model/TemplateSharedItem', 'model/TemplateSummary', 'model/TemplateTabs', 'model/TemplateUpdateSummary', 'model/Text', 'model/TextCustomField', 'model/Title', 'model/UsageHistory', 'model/UserAccountManagementGranularInformation', 'model/UserInfo', 'model/UserInfoList', 'model/UserInformation', 'model/UserInformationList', 'model/UserPasswordInformation', 'model/UserPasswordRules', 'model/UserProfile', 'model/UserSettingsInformation', 'model/UserSharedItem', 'model/UserSignature', 'model/UserSignatureDefinition', 'model/UserSignaturesInformation', 'model/UserSocialIdResult', 'model/UsersResponse', 'model/View', 'model/ViewUrl', 'model/Watermark', 'model/Witness', 'model/Workspace', 'model/WorkspaceFolderContents', 'model/WorkspaceItem', 'model/WorkspaceItemList', 'model/WorkspaceList', 'model/WorkspaceUser', 'model/WorkspaceUserAuthorization', 'model/Zip', 'api/AccountsApi', 'api/AuthenticationApi', 'api/BillingApi', 'api/BulkEnvelopesApi', 'api/CloudStorageApi', 'api/ConnectApi', 'api/CustomTabsApi', 'api/DiagnosticsApi', 'api/EnvelopesApi', 'api/FoldersApi', 'api/GroupsApi', 'api/NotaryApi', 'api/OrganizationsApi', 'api/PowerFormsApi', 'api/SigningGroupsApi', 'api/TemplatesApi', 'api/UsersApi', 'api/WorkspacesApi'], factory); } else if (typeof module === 'object' && module.exports) { // CommonJS-like environments that support module.exports, like Node. - module.exports = factory(require('./Configuration'), require('./ApiClient'), require('./model/AccountAddress'), require('./model/AccountBillingPlan'), require('./model/AccountBillingPlanResponse'), require('./model/AccountIdentityVerificationResponse'), require('./model/AccountIdentityVerificationStep'), require('./model/AccountIdentityVerificationWorkflow'), require('./model/AccountInformation'), require('./model/AccountMinimumPasswordLength'), require('./model/AccountPasswordExpirePasswordDays'), require('./model/AccountPasswordLockoutDurationMinutes'), require('./model/AccountPasswordLockoutDurationType'), require('./model/AccountPasswordMinimumPasswordAgeDays'), require('./model/AccountPasswordQuestionsRequired'), require('./model/AccountPasswordRules'), require('./model/AccountPasswordStrengthType'), require('./model/AccountPasswordStrengthTypeOption'), require('./model/AccountRoleSettings'), require('./model/AccountSeals'), require('./model/AccountSettingsInformation'), require('./model/AccountSharedAccess'), require('./model/AccountSignatureProvider'), require('./model/AccountSignatureProviderOption'), require('./model/AccountSignatureProviders'), require('./model/AddOn'), require('./model/AddressInformation'), require('./model/AddressInformationInput'), require('./model/AddressInformationV2'), require('./model/Agent'), require('./model/ApiRequestLog'), require('./model/ApiRequestLogsResult'), require('./model/AppStoreProduct'), require('./model/AppStoreReceipt'), require('./model/Approve'), require('./model/Attachment'), require('./model/AuthenticationMethod'), require('./model/AuthenticationStatus'), require('./model/BccEmailAddress'), require('./model/BillingCharge'), require('./model/BillingChargeResponse'), require('./model/BillingDiscount'), require('./model/BillingInvoice'), require('./model/BillingInvoiceItem'), require('./model/BillingInvoicesResponse'), require('./model/BillingInvoicesSummary'), require('./model/BillingPayment'), require('./model/BillingPaymentItem'), require('./model/BillingPaymentRequest'), require('./model/BillingPaymentResponse'), require('./model/BillingPaymentsResponse'), require('./model/BillingPlan'), require('./model/BillingPlanInformation'), require('./model/BillingPlanPreview'), require('./model/BillingPlanResponse'), require('./model/BillingPlanUpdateResponse'), require('./model/BillingPlansResponse'), require('./model/BillingPrice'), require('./model/Brand'), require('./model/BrandEmailContent'), require('./model/BrandLink'), require('./model/BrandLogos'), require('./model/BrandRequest'), require('./model/BrandResourceUrls'), require('./model/BrandResources'), require('./model/BrandResourcesList'), require('./model/BrandsRequest'), require('./model/BrandsResponse'), require('./model/BulkEnvelope'), require('./model/BulkEnvelopeStatus'), require('./model/BulkEnvelopesResponse'), require('./model/BulkRecipient'), require('./model/BulkRecipientSignatureProvider'), require('./model/BulkRecipientTabLabel'), require('./model/BulkRecipientsRequest'), require('./model/BulkRecipientsResponse'), require('./model/BulkRecipientsSummaryResponse'), require('./model/BulkRecipientsUpdateResponse'), require('./model/CaptiveRecipient'), require('./model/CaptiveRecipientInformation'), require('./model/CarbonCopy'), require('./model/CertifiedDelivery'), require('./model/Checkbox'), require('./model/ChunkedUploadPart'), require('./model/ChunkedUploadRequest'), require('./model/ChunkedUploadResponse'), require('./model/CloudStorageProvider'), require('./model/CloudStorageProviders'), require('./model/Company'), require('./model/CompleteSignHashResponse'), require('./model/CompleteSignRequest'), require('./model/CompositeTemplate'), require('./model/ConnectConfigResults'), require('./model/ConnectCustomConfiguration'), require('./model/ConnectDebugLog'), require('./model/ConnectFailureFilter'), require('./model/ConnectFailureResult'), require('./model/ConnectFailureResults'), require('./model/ConnectLog'), require('./model/ConnectLogs'), require('./model/ConsoleViewRequest'), require('./model/ConsumerDisclosure'), require('./model/Contact'), require('./model/ContactGetResponse'), require('./model/ContactModRequest'), require('./model/ContactPhoneNumber'), require('./model/ContactUpdateResponse'), require('./model/CorrectViewRequest'), require('./model/Country'), require('./model/Credential'), require('./model/CreditCardInformation'), require('./model/CreditCardTypes'), require('./model/CurrencyFeatureSetPrice'), require('./model/CurrencyPlanPrice'), require('./model/CustomField'), require('./model/CustomFieldV2'), require('./model/CustomFields'), require('./model/CustomFieldsEnvelope'), require('./model/CustomSettingsInformation'), require('./model/DateSigned'), require('./model/DateStampProperties'), require('./model/Decline'), require('./model/DiagnosticsSettingsInformation'), require('./model/DobInformationInput'), require('./model/Document'), require('./model/DocumentFieldsInformation'), require('./model/DocumentHtmlCollapsibleDisplaySettings'), require('./model/DocumentHtmlDefinition'), require('./model/DocumentHtmlDefinitionOriginal'), require('./model/DocumentHtmlDefinitionOriginals'), require('./model/DocumentHtmlDefinitions'), require('./model/DocumentHtmlDisplayAnchor'), require('./model/DocumentHtmlDisplaySettings'), require('./model/DocumentSecurityStore'), require('./model/DocumentTemplate'), require('./model/DocumentTemplateList'), require('./model/DocumentUpdateInfo'), require('./model/DocumentVisibility'), require('./model/DocumentVisibilityList'), require('./model/ENoteConfiguration'), require('./model/Editor'), require('./model/Email'), require('./model/EmailAddress'), require('./model/EmailSettings'), require('./model/Envelope'), require('./model/EnvelopeAttachment'), require('./model/EnvelopeAttachmentsRequest'), require('./model/EnvelopeAttachmentsResult'), require('./model/EnvelopeAuditEvent'), require('./model/EnvelopeAuditEventResponse'), require('./model/EnvelopeDefinition'), require('./model/EnvelopeDocument'), require('./model/EnvelopeDocumentsResult'), require('./model/EnvelopeEvent'), require('./model/EnvelopeFormData'), require('./model/EnvelopeId'), require('./model/EnvelopeIdsRequest'), require('./model/EnvelopeNotificationRequest'), require('./model/EnvelopeSummary'), require('./model/EnvelopeTemplate'), require('./model/EnvelopeTemplateDefinition'), require('./model/EnvelopeTemplateResult'), require('./model/EnvelopeTemplateResults'), require('./model/EnvelopeTransactionStatus'), require('./model/EnvelopeUpdateSummary'), require('./model/EnvelopesInformation'), require('./model/ErrorDetails'), require('./model/EventNotification'), require('./model/EventResult'), require('./model/Expirations'), require('./model/ExternalDocServiceErrorDetails'), require('./model/ExternalFile'), require('./model/ExternalFolder'), require('./model/FeatureSet'), require('./model/FileType'), require('./model/FileTypeList'), require('./model/Filter'), require('./model/FirstName'), require('./model/Folder'), require('./model/FolderItem'), require('./model/FolderItemResponse'), require('./model/FolderItemV2'), require('./model/FolderItemsResponse'), require('./model/FoldersRequest'), require('./model/FoldersResponse'), require('./model/ForgottenPasswordInformation'), require('./model/FormulaTab'), require('./model/FullName'), require('./model/Group'), require('./model/GroupInformation'), require('./model/IdCheckInformationInput'), require('./model/InPersonSigner'), require('./model/InitialHere'), require('./model/InlineTemplate'), require('./model/IntegratedUserInfoList'), require('./model/Intermediary'), require('./model/Jurisdiction'), require('./model/LastName'), require('./model/List'), require('./model/ListCustomField'), require('./model/ListItem'), require('./model/LockInformation'), require('./model/LockRequest'), require('./model/LoginAccount'), require('./model/LoginInformation'), require('./model/MatchBox'), require('./model/MemberGroupSharedItem'), require('./model/MemberSharedItems'), require('./model/MergeField'), require('./model/MobileNotifierConfiguration'), require('./model/MobileNotifierConfigurationInformation'), require('./model/ModelDate'), require('./model/ModelNumber'), require('./model/Money'), require('./model/NameValue'), require('./model/NewAccountDefinition'), require('./model/NewAccountSummary'), require('./model/NewUser'), require('./model/NewUsersDefinition'), require('./model/NewUsersSummary'), require('./model/Notarize'), require('./model/NotaryHost'), require('./model/NotaryJournal'), require('./model/NotaryJournalCredibleWitness'), require('./model/NotaryJournalList'), require('./model/NotaryJournalMetaData'), require('./model/Note'), require('./model/Notification'), require('./model/OauthAccess'), require('./model/OfflineAttributes'), require('./model/Page'), require('./model/PageImages'), require('./model/PageRequest'), require('./model/PaymentDetails'), require('./model/PaymentGatewayAccount'), require('./model/PaymentGatewayAccountsInfo'), require('./model/PaymentLineItem'), require('./model/PaymentProcessorInformation'), require('./model/PermissionProfile'), require('./model/PermissionProfileInformation'), require('./model/PlanInformation'), require('./model/PowerForm'), require('./model/PowerFormFormDataEnvelope'), require('./model/PowerFormFormDataRecipient'), require('./model/PowerFormRecipient'), require('./model/PowerFormSendersResponse'), require('./model/PowerFormsFormDataResponse'), require('./model/PowerFormsRequest'), require('./model/PowerFormsResponse'), require('./model/PropertyMetadata'), require('./model/Province'), require('./model/ProvisioningInformation'), require('./model/PurchasedEnvelopesInformation'), require('./model/Radio'), require('./model/RadioGroup'), require('./model/RecipientAttachment'), require('./model/RecipientDomain'), require('./model/RecipientEmailNotification'), require('./model/RecipientEvent'), require('./model/RecipientFormData'), require('./model/RecipientIdentityInputOption'), require('./model/RecipientIdentityPhoneNumber'), require('./model/RecipientIdentityVerification'), require('./model/RecipientNamesResponse'), require('./model/RecipientPhoneAuthentication'), require('./model/RecipientProofFile'), require('./model/RecipientSAMLAuthentication'), require('./model/RecipientSMSAuthentication'), require('./model/RecipientSignatureInformation'), require('./model/RecipientSignatureProvider'), require('./model/RecipientSignatureProviderOptions'), require('./model/RecipientUpdateResponse'), require('./model/RecipientViewRequest'), require('./model/Recipients'), require('./model/RecipientsUpdateSummary'), require('./model/ReferralInformation'), require('./model/Reminders'), require('./model/ResourceInformation'), require('./model/ReturnUrlRequest'), require('./model/Revision'), require('./model/SamlAssertionAttribute'), require('./model/Seal'), require('./model/SealIdentifier'), require('./model/SealSign'), require('./model/SeatDiscount'), require('./model/Sender'), require('./model/SenderEmailNotifications'), require('./model/ServerTemplate'), require('./model/ServiceInformation'), require('./model/ServiceVersion'), require('./model/SettingsMetadata'), require('./model/SharedItem'), require('./model/SignHashDocument'), require('./model/SignHashSessionInfoResponse'), require('./model/SignHere'), require('./model/SignSessionInfoRequest'), require('./model/SignatureDataInfo'), require('./model/SignatureProviderRequiredOption'), require('./model/SignatureType'), require('./model/Signer'), require('./model/SignerAttachment'), require('./model/SignerEmailNotifications'), require('./model/SigningGroup'), require('./model/SigningGroupInformation'), require('./model/SigningGroupUser'), require('./model/SigningGroupUsers'), require('./model/SmartSection'), require('./model/SmartSectionAnchorPosition'), require('./model/SmartSectionCollapsibleDisplaySettings'), require('./model/SmartSectionDisplaySettings'), require('./model/SocialAccountInformation'), require('./model/SocialAuthentication'), require('./model/Ssn'), require('./model/Ssn4InformationInput'), require('./model/Ssn9InformationInput'), require('./model/SupportedLanguages'), require('./model/TabAccountSettings'), require('./model/TabMetadata'), require('./model/TabMetadataList'), require('./model/Tabs'), require('./model/TemplateCustomFields'), require('./model/TemplateDocumentVisibilityList'), require('./model/TemplateDocumentsResult'), require('./model/TemplateInformation'), require('./model/TemplateMatch'), require('./model/TemplateNotificationRequest'), require('./model/TemplateRecipients'), require('./model/TemplateRole'), require('./model/TemplateSharedItem'), require('./model/TemplateSummary'), require('./model/TemplateTabs'), require('./model/TemplateUpdateSummary'), require('./model/Text'), require('./model/TextCustomField'), require('./model/TimeStampField'), require('./model/Title'), require('./model/TspHealthCheckRequest'), require('./model/TspHealthCheckStatusDescription'), require('./model/UpdateTransactionRequest'), require('./model/UpdateTransactionResponse'), require('./model/UsageHistory'), require('./model/User'), require('./model/UserAccountManagementGranularInformation'), require('./model/UserInfo'), require('./model/UserInfoList'), require('./model/UserInfoResponse'), require('./model/UserInformation'), require('./model/UserInformationList'), require('./model/UserPasswordInformation'), require('./model/UserPasswordRules'), require('./model/UserProfile'), require('./model/UserSettingsInformation'), require('./model/UserSharedItem'), require('./model/UserSignature'), require('./model/UserSignatureDefinition'), require('./model/UserSignaturesInformation'), require('./model/UserSocialIdResult'), require('./model/UsersResponse'), require('./model/View'), require('./model/ViewUrl'), require('./model/Watermark'), require('./model/Witness'), require('./model/Workspace'), require('./model/WorkspaceFolderContents'), require('./model/WorkspaceItem'), require('./model/WorkspaceItemList'), require('./model/WorkspaceList'), require('./model/WorkspaceUser'), require('./model/WorkspaceUserAuthorization'), require('./model/Zip'), require('./api/AccountsApi'), require('./api/AuthenticationApi'), require('./api/BillingApi'), require('./api/BulkEnvelopesApi'), require('./api/CloudStorageApi'), require('./api/ConnectApi'), require('./api/CustomTabsApi'), require('./api/DiagnosticsApi'), require('./api/EnvelopesApi'), require('./api/FoldersApi'), require('./api/GroupsApi'), require('./api/NotaryApi'), require('./api/OrganizationsApi'), require('./api/PowerFormsApi'), require('./api/SigningGroupsApi'), require('./api/TemplatesApi'), require('./api/UsersApi'), require('./api/WorkspacesApi')); + module.exports = factory(require('./Configuration'), require('./ApiClient'), require('./model/AccountAddress'), require('./model/AccountBillingPlan'), require('./model/AccountBillingPlanResponse'), require('./model/AccountIdentityVerificationResponse'), require('./model/AccountIdentityVerificationStep'), require('./model/AccountIdentityVerificationWorkflow'), require('./model/AccountInformation'), require('./model/AccountMinimumPasswordLength'), require('./model/AccountPasswordExpirePasswordDays'), require('./model/AccountPasswordLockoutDurationMinutes'), require('./model/AccountPasswordLockoutDurationType'), require('./model/AccountPasswordMinimumPasswordAgeDays'), require('./model/AccountPasswordQuestionsRequired'), require('./model/AccountPasswordRules'), require('./model/AccountPasswordStrengthType'), require('./model/AccountPasswordStrengthTypeOption'), require('./model/AccountRoleSettings'), require('./model/AccountSeals'), require('./model/AccountSettingsInformation'), require('./model/AccountSharedAccess'), require('./model/AccountSignatureProvider'), require('./model/AccountSignatureProviderOption'), require('./model/AccountSignatureProviders'), require('./model/AddOn'), require('./model/AddressInformation'), require('./model/AddressInformationInput'), require('./model/AddressInformationV2'), require('./model/Agent'), require('./model/ApiRequestLog'), require('./model/ApiRequestLogsResult'), require('./model/AppStoreProduct'), require('./model/AppStoreReceipt'), require('./model/Approve'), require('./model/Attachment'), require('./model/AuthenticationMethod'), require('./model/AuthenticationStatus'), require('./model/BccEmailAddress'), require('./model/BillingCharge'), require('./model/BillingChargeResponse'), require('./model/BillingDiscount'), require('./model/BillingInvoice'), require('./model/BillingInvoiceItem'), require('./model/BillingInvoicesResponse'), require('./model/BillingInvoicesSummary'), require('./model/BillingPayment'), require('./model/BillingPaymentItem'), require('./model/BillingPaymentRequest'), require('./model/BillingPaymentResponse'), require('./model/BillingPaymentsResponse'), require('./model/BillingPlan'), require('./model/BillingPlanInformation'), require('./model/BillingPlanPreview'), require('./model/BillingPlanResponse'), require('./model/BillingPlanUpdateResponse'), require('./model/BillingPlansResponse'), require('./model/BillingPrice'), require('./model/Brand'), require('./model/BrandEmailContent'), require('./model/BrandLink'), require('./model/BrandLogos'), require('./model/BrandRequest'), require('./model/BrandResourceUrls'), require('./model/BrandResources'), require('./model/BrandResourcesList'), require('./model/BrandsRequest'), require('./model/BrandsResponse'), require('./model/BulkEnvelope'), require('./model/BulkEnvelopeStatus'), require('./model/BulkEnvelopesResponse'), require('./model/BulkRecipient'), require('./model/BulkRecipientSignatureProvider'), require('./model/BulkRecipientTabLabel'), require('./model/BulkRecipientsRequest'), require('./model/BulkRecipientsResponse'), require('./model/BulkRecipientsSummaryResponse'), require('./model/BulkRecipientsUpdateResponse'), require('./model/CaptiveRecipient'), require('./model/CaptiveRecipientInformation'), require('./model/CarbonCopy'), require('./model/CertifiedDelivery'), require('./model/Checkbox'), require('./model/ChunkedUploadPart'), require('./model/ChunkedUploadRequest'), require('./model/ChunkedUploadResponse'), require('./model/CloudStorageProvider'), require('./model/CloudStorageProviders'), require('./model/Company'), require('./model/CompositeTemplate'), require('./model/ConnectConfigResults'), require('./model/ConnectCustomConfiguration'), require('./model/ConnectDebugLog'), require('./model/ConnectFailureFilter'), require('./model/ConnectFailureResult'), require('./model/ConnectFailureResults'), require('./model/ConnectLog'), require('./model/ConnectLogs'), require('./model/ConsoleViewRequest'), require('./model/ConsumerDisclosure'), require('./model/Contact'), require('./model/ContactGetResponse'), require('./model/ContactModRequest'), require('./model/ContactPhoneNumber'), require('./model/ContactUpdateResponse'), require('./model/CorrectViewRequest'), require('./model/Country'), require('./model/CreditCardInformation'), require('./model/CreditCardTypes'), require('./model/CurrencyFeatureSetPrice'), require('./model/CurrencyPlanPrice'), require('./model/CustomField'), require('./model/CustomFieldV2'), require('./model/CustomFields'), require('./model/CustomFieldsEnvelope'), require('./model/CustomSettingsInformation'), require('./model/DateSigned'), require('./model/DateStampProperties'), require('./model/Decline'), require('./model/DiagnosticsSettingsInformation'), require('./model/DobInformationInput'), require('./model/Document'), require('./model/DocumentFieldsInformation'), require('./model/DocumentHtmlCollapsibleDisplaySettings'), require('./model/DocumentHtmlDefinition'), require('./model/DocumentHtmlDefinitionOriginal'), require('./model/DocumentHtmlDefinitionOriginals'), require('./model/DocumentHtmlDefinitions'), require('./model/DocumentHtmlDisplayAnchor'), require('./model/DocumentHtmlDisplaySettings'), require('./model/DocumentTemplate'), require('./model/DocumentTemplateList'), require('./model/DocumentVisibility'), require('./model/DocumentVisibilityList'), require('./model/ENoteConfiguration'), require('./model/Editor'), require('./model/Email'), require('./model/EmailAddress'), require('./model/EmailSettings'), require('./model/Envelope'), require('./model/EnvelopeAttachment'), require('./model/EnvelopeAttachmentsRequest'), require('./model/EnvelopeAttachmentsResult'), require('./model/EnvelopeAuditEvent'), require('./model/EnvelopeAuditEventResponse'), require('./model/EnvelopeDefinition'), require('./model/EnvelopeDocument'), require('./model/EnvelopeDocumentsResult'), require('./model/EnvelopeEvent'), require('./model/EnvelopeFormData'), require('./model/EnvelopeId'), require('./model/EnvelopeIdsRequest'), require('./model/EnvelopeNotificationRequest'), require('./model/EnvelopeSummary'), require('./model/EnvelopeTemplate'), require('./model/EnvelopeTemplateDefinition'), require('./model/EnvelopeTemplateResult'), require('./model/EnvelopeTemplateResults'), require('./model/EnvelopeTransactionStatus'), require('./model/EnvelopeUpdateSummary'), require('./model/EnvelopesInformation'), require('./model/ErrorDetails'), require('./model/EventNotification'), require('./model/EventResult'), require('./model/Expirations'), require('./model/ExternalDocServiceErrorDetails'), require('./model/ExternalFile'), require('./model/ExternalFolder'), require('./model/FeatureSet'), require('./model/FileType'), require('./model/FileTypeList'), require('./model/Filter'), require('./model/FirstName'), require('./model/Folder'), require('./model/FolderItem'), require('./model/FolderItemResponse'), require('./model/FolderItemV2'), require('./model/FolderItemsResponse'), require('./model/FoldersRequest'), require('./model/FoldersResponse'), require('./model/ForgottenPasswordInformation'), require('./model/FormulaTab'), require('./model/FullName'), require('./model/Group'), require('./model/GroupInformation'), require('./model/IdCheckInformationInput'), require('./model/InPersonSigner'), require('./model/InitialHere'), require('./model/InlineTemplate'), require('./model/IntegratedUserInfoList'), require('./model/Intermediary'), require('./model/Jurisdiction'), require('./model/LastName'), require('./model/List'), require('./model/ListCustomField'), require('./model/ListItem'), require('./model/LockInformation'), require('./model/LockRequest'), require('./model/LoginAccount'), require('./model/LoginInformation'), require('./model/MatchBox'), require('./model/MemberGroupSharedItem'), require('./model/MemberSharedItems'), require('./model/MergeField'), require('./model/MobileNotifierConfiguration'), require('./model/MobileNotifierConfigurationInformation'), require('./model/ModelDate'), require('./model/ModelNumber'), require('./model/Money'), require('./model/NameValue'), require('./model/NewAccountDefinition'), require('./model/NewAccountSummary'), require('./model/NewUser'), require('./model/NewUsersDefinition'), require('./model/NewUsersSummary'), require('./model/Notarize'), require('./model/NotaryHost'), require('./model/NotaryJournal'), require('./model/NotaryJournalCredibleWitness'), require('./model/NotaryJournalList'), require('./model/NotaryJournalMetaData'), require('./model/Note'), require('./model/Notification'), require('./model/OauthAccess'), require('./model/OfflineAttributes'), require('./model/Page'), require('./model/PageImages'), require('./model/PageRequest'), require('./model/PaymentDetails'), require('./model/PaymentGatewayAccount'), require('./model/PaymentGatewayAccountsInfo'), require('./model/PaymentLineItem'), require('./model/PaymentProcessorInformation'), require('./model/PermissionProfile'), require('./model/PermissionProfileInformation'), require('./model/PlanInformation'), require('./model/PowerForm'), require('./model/PowerFormFormDataEnvelope'), require('./model/PowerFormFormDataRecipient'), require('./model/PowerFormRecipient'), require('./model/PowerFormSendersResponse'), require('./model/PowerFormsFormDataResponse'), require('./model/PowerFormsRequest'), require('./model/PowerFormsResponse'), require('./model/PropertyMetadata'), require('./model/Province'), require('./model/ProvisioningInformation'), require('./model/PurchasedEnvelopesInformation'), require('./model/Radio'), require('./model/RadioGroup'), require('./model/RecipientAttachment'), require('./model/RecipientDomain'), require('./model/RecipientEmailNotification'), require('./model/RecipientEvent'), require('./model/RecipientFormData'), require('./model/RecipientIdentityInputOption'), require('./model/RecipientIdentityPhoneNumber'), require('./model/RecipientIdentityVerification'), require('./model/RecipientNamesResponse'), require('./model/RecipientPhoneAuthentication'), require('./model/RecipientProofFile'), require('./model/RecipientSAMLAuthentication'), require('./model/RecipientSMSAuthentication'), require('./model/RecipientSignatureInformation'), require('./model/RecipientSignatureProvider'), require('./model/RecipientSignatureProviderOptions'), require('./model/RecipientUpdateResponse'), require('./model/RecipientViewRequest'), require('./model/Recipients'), require('./model/RecipientsUpdateSummary'), require('./model/ReferralInformation'), require('./model/Reminders'), require('./model/ResourceInformation'), require('./model/ReturnUrlRequest'), require('./model/SamlAssertionAttribute'), require('./model/SealIdentifier'), require('./model/SealSign'), require('./model/SeatDiscount'), require('./model/SenderEmailNotifications'), require('./model/ServerTemplate'), require('./model/ServiceInformation'), require('./model/ServiceVersion'), require('./model/SettingsMetadata'), require('./model/SharedItem'), require('./model/SignHere'), require('./model/SignatureProviderRequiredOption'), require('./model/SignatureType'), require('./model/Signer'), require('./model/SignerAttachment'), require('./model/SignerEmailNotifications'), require('./model/SigningGroup'), require('./model/SigningGroupInformation'), require('./model/SigningGroupUser'), require('./model/SigningGroupUsers'), require('./model/SmartSection'), require('./model/SmartSectionAnchorPosition'), require('./model/SmartSectionCollapsibleDisplaySettings'), require('./model/SmartSectionDisplaySettings'), require('./model/SocialAccountInformation'), require('./model/SocialAuthentication'), require('./model/Ssn'), require('./model/Ssn4InformationInput'), require('./model/Ssn9InformationInput'), require('./model/SupportedLanguages'), require('./model/TabAccountSettings'), require('./model/TabMetadata'), require('./model/TabMetadataList'), require('./model/Tabs'), require('./model/TemplateCustomFields'), require('./model/TemplateDocumentVisibilityList'), require('./model/TemplateDocumentsResult'), require('./model/TemplateInformation'), require('./model/TemplateMatch'), require('./model/TemplateNotificationRequest'), require('./model/TemplateRecipients'), require('./model/TemplateRole'), require('./model/TemplateSharedItem'), require('./model/TemplateSummary'), require('./model/TemplateTabs'), require('./model/TemplateUpdateSummary'), require('./model/Text'), require('./model/TextCustomField'), require('./model/Title'), require('./model/UsageHistory'), require('./model/UserAccountManagementGranularInformation'), require('./model/UserInfo'), require('./model/UserInfoList'), require('./model/UserInformation'), require('./model/UserInformationList'), require('./model/UserPasswordInformation'), require('./model/UserPasswordRules'), require('./model/UserProfile'), require('./model/UserSettingsInformation'), require('./model/UserSharedItem'), require('./model/UserSignature'), require('./model/UserSignatureDefinition'), require('./model/UserSignaturesInformation'), require('./model/UserSocialIdResult'), require('./model/UsersResponse'), require('./model/View'), require('./model/ViewUrl'), require('./model/Watermark'), require('./model/Witness'), require('./model/Workspace'), require('./model/WorkspaceFolderContents'), require('./model/WorkspaceItem'), require('./model/WorkspaceItemList'), require('./model/WorkspaceList'), require('./model/WorkspaceUser'), require('./model/WorkspaceUserAuthorization'), require('./model/Zip'), require('./api/AccountsApi'), require('./api/AuthenticationApi'), require('./api/BillingApi'), require('./api/BulkEnvelopesApi'), require('./api/CloudStorageApi'), require('./api/ConnectApi'), require('./api/CustomTabsApi'), require('./api/DiagnosticsApi'), require('./api/EnvelopesApi'), require('./api/FoldersApi'), require('./api/GroupsApi'), require('./api/NotaryApi'), require('./api/OrganizationsApi'), require('./api/PowerFormsApi'), require('./api/SigningGroupsApi'), require('./api/TemplatesApi'), require('./api/UsersApi'), require('./api/WorkspacesApi')); } -}(function(Configuration, ApiClient, AccountAddress, AccountBillingPlan, AccountBillingPlanResponse, AccountIdentityVerificationResponse, AccountIdentityVerificationStep, AccountIdentityVerificationWorkflow, AccountInformation, AccountMinimumPasswordLength, AccountPasswordExpirePasswordDays, AccountPasswordLockoutDurationMinutes, AccountPasswordLockoutDurationType, AccountPasswordMinimumPasswordAgeDays, AccountPasswordQuestionsRequired, AccountPasswordRules, AccountPasswordStrengthType, AccountPasswordStrengthTypeOption, AccountRoleSettings, AccountSeals, AccountSettingsInformation, AccountSharedAccess, AccountSignatureProvider, AccountSignatureProviderOption, AccountSignatureProviders, AddOn, AddressInformation, AddressInformationInput, AddressInformationV2, Agent, ApiRequestLog, ApiRequestLogsResult, AppStoreProduct, AppStoreReceipt, Approve, Attachment, AuthenticationMethod, AuthenticationStatus, BccEmailAddress, BillingCharge, BillingChargeResponse, BillingDiscount, BillingInvoice, BillingInvoiceItem, BillingInvoicesResponse, BillingInvoicesSummary, BillingPayment, BillingPaymentItem, BillingPaymentRequest, BillingPaymentResponse, BillingPaymentsResponse, BillingPlan, BillingPlanInformation, BillingPlanPreview, BillingPlanResponse, BillingPlanUpdateResponse, BillingPlansResponse, BillingPrice, Brand, BrandEmailContent, BrandLink, BrandLogos, BrandRequest, BrandResourceUrls, BrandResources, BrandResourcesList, BrandsRequest, BrandsResponse, BulkEnvelope, BulkEnvelopeStatus, BulkEnvelopesResponse, BulkRecipient, BulkRecipientSignatureProvider, BulkRecipientTabLabel, BulkRecipientsRequest, BulkRecipientsResponse, BulkRecipientsSummaryResponse, BulkRecipientsUpdateResponse, CaptiveRecipient, CaptiveRecipientInformation, CarbonCopy, CertifiedDelivery, Checkbox, ChunkedUploadPart, ChunkedUploadRequest, ChunkedUploadResponse, CloudStorageProvider, CloudStorageProviders, Company, CompleteSignHashResponse, CompleteSignRequest, CompositeTemplate, ConnectConfigResults, ConnectCustomConfiguration, ConnectDebugLog, ConnectFailureFilter, ConnectFailureResult, ConnectFailureResults, ConnectLog, ConnectLogs, ConsoleViewRequest, ConsumerDisclosure, Contact, ContactGetResponse, ContactModRequest, ContactPhoneNumber, ContactUpdateResponse, CorrectViewRequest, Country, Credential, CreditCardInformation, CreditCardTypes, CurrencyFeatureSetPrice, CurrencyPlanPrice, CustomField, CustomFieldV2, CustomFields, CustomFieldsEnvelope, CustomSettingsInformation, DateSigned, DateStampProperties, Decline, DiagnosticsSettingsInformation, DobInformationInput, Document, DocumentFieldsInformation, DocumentHtmlCollapsibleDisplaySettings, DocumentHtmlDefinition, DocumentHtmlDefinitionOriginal, DocumentHtmlDefinitionOriginals, DocumentHtmlDefinitions, DocumentHtmlDisplayAnchor, DocumentHtmlDisplaySettings, DocumentSecurityStore, DocumentTemplate, DocumentTemplateList, DocumentUpdateInfo, DocumentVisibility, DocumentVisibilityList, ENoteConfiguration, Editor, Email, EmailAddress, EmailSettings, Envelope, EnvelopeAttachment, EnvelopeAttachmentsRequest, EnvelopeAttachmentsResult, EnvelopeAuditEvent, EnvelopeAuditEventResponse, EnvelopeDefinition, EnvelopeDocument, EnvelopeDocumentsResult, EnvelopeEvent, EnvelopeFormData, EnvelopeId, EnvelopeIdsRequest, EnvelopeNotificationRequest, EnvelopeSummary, EnvelopeTemplate, EnvelopeTemplateDefinition, EnvelopeTemplateResult, EnvelopeTemplateResults, EnvelopeTransactionStatus, EnvelopeUpdateSummary, EnvelopesInformation, ErrorDetails, EventNotification, EventResult, Expirations, ExternalDocServiceErrorDetails, ExternalFile, ExternalFolder, FeatureSet, FileType, FileTypeList, Filter, FirstName, Folder, FolderItem, FolderItemResponse, FolderItemV2, FolderItemsResponse, FoldersRequest, FoldersResponse, ForgottenPasswordInformation, FormulaTab, FullName, Group, GroupInformation, IdCheckInformationInput, InPersonSigner, InitialHere, InlineTemplate, IntegratedUserInfoList, Intermediary, Jurisdiction, LastName, List, ListCustomField, ListItem, LockInformation, LockRequest, LoginAccount, LoginInformation, MatchBox, MemberGroupSharedItem, MemberSharedItems, MergeField, MobileNotifierConfiguration, MobileNotifierConfigurationInformation, ModelDate, ModelNumber, Money, NameValue, NewAccountDefinition, NewAccountSummary, NewUser, NewUsersDefinition, NewUsersSummary, Notarize, NotaryHost, NotaryJournal, NotaryJournalCredibleWitness, NotaryJournalList, NotaryJournalMetaData, Note, Notification, OauthAccess, OfflineAttributes, Page, PageImages, PageRequest, PaymentDetails, PaymentGatewayAccount, PaymentGatewayAccountsInfo, PaymentLineItem, PaymentProcessorInformation, PermissionProfile, PermissionProfileInformation, PlanInformation, PowerForm, PowerFormFormDataEnvelope, PowerFormFormDataRecipient, PowerFormRecipient, PowerFormSendersResponse, PowerFormsFormDataResponse, PowerFormsRequest, PowerFormsResponse, PropertyMetadata, Province, ProvisioningInformation, PurchasedEnvelopesInformation, Radio, RadioGroup, RecipientAttachment, RecipientDomain, RecipientEmailNotification, RecipientEvent, RecipientFormData, RecipientIdentityInputOption, RecipientIdentityPhoneNumber, RecipientIdentityVerification, RecipientNamesResponse, RecipientPhoneAuthentication, RecipientProofFile, RecipientSAMLAuthentication, RecipientSMSAuthentication, RecipientSignatureInformation, RecipientSignatureProvider, RecipientSignatureProviderOptions, RecipientUpdateResponse, RecipientViewRequest, Recipients, RecipientsUpdateSummary, ReferralInformation, Reminders, ResourceInformation, ReturnUrlRequest, Revision, SamlAssertionAttribute, Seal, SealIdentifier, SealSign, SeatDiscount, Sender, SenderEmailNotifications, ServerTemplate, ServiceInformation, ServiceVersion, SettingsMetadata, SharedItem, SignHashDocument, SignHashSessionInfoResponse, SignHere, SignSessionInfoRequest, SignatureDataInfo, SignatureProviderRequiredOption, SignatureType, Signer, SignerAttachment, SignerEmailNotifications, SigningGroup, SigningGroupInformation, SigningGroupUser, SigningGroupUsers, SmartSection, SmartSectionAnchorPosition, SmartSectionCollapsibleDisplaySettings, SmartSectionDisplaySettings, SocialAccountInformation, SocialAuthentication, Ssn, Ssn4InformationInput, Ssn9InformationInput, SupportedLanguages, TabAccountSettings, TabMetadata, TabMetadataList, Tabs, TemplateCustomFields, TemplateDocumentVisibilityList, TemplateDocumentsResult, TemplateInformation, TemplateMatch, TemplateNotificationRequest, TemplateRecipients, TemplateRole, TemplateSharedItem, TemplateSummary, TemplateTabs, TemplateUpdateSummary, Text, TextCustomField, TimeStampField, Title, TspHealthCheckRequest, TspHealthCheckStatusDescription, UpdateTransactionRequest, UpdateTransactionResponse, UsageHistory, User, UserAccountManagementGranularInformation, UserInfo, UserInfoList, UserInfoResponse, UserInformation, UserInformationList, UserPasswordInformation, UserPasswordRules, UserProfile, UserSettingsInformation, UserSharedItem, UserSignature, UserSignatureDefinition, UserSignaturesInformation, UserSocialIdResult, UsersResponse, View, ViewUrl, Watermark, Witness, Workspace, WorkspaceFolderContents, WorkspaceItem, WorkspaceItemList, WorkspaceList, WorkspaceUser, WorkspaceUserAuthorization, Zip, AccountsApi, AuthenticationApi, BillingApi, BulkEnvelopesApi, CloudStorageApi, ConnectApi, CustomTabsApi, DiagnosticsApi, EnvelopesApi, FoldersApi, GroupsApi, NotaryApi, OrganizationsApi, PowerFormsApi, SigningGroupsApi, TemplatesApi, UsersApi, WorkspacesApi) { +}(function(Configuration, ApiClient, AccountAddress, AccountBillingPlan, AccountBillingPlanResponse, AccountIdentityVerificationResponse, AccountIdentityVerificationStep, AccountIdentityVerificationWorkflow, AccountInformation, AccountMinimumPasswordLength, AccountPasswordExpirePasswordDays, AccountPasswordLockoutDurationMinutes, AccountPasswordLockoutDurationType, AccountPasswordMinimumPasswordAgeDays, AccountPasswordQuestionsRequired, AccountPasswordRules, AccountPasswordStrengthType, AccountPasswordStrengthTypeOption, AccountRoleSettings, AccountSeals, AccountSettingsInformation, AccountSharedAccess, AccountSignatureProvider, AccountSignatureProviderOption, AccountSignatureProviders, AddOn, AddressInformation, AddressInformationInput, AddressInformationV2, Agent, ApiRequestLog, ApiRequestLogsResult, AppStoreProduct, AppStoreReceipt, Approve, Attachment, AuthenticationMethod, AuthenticationStatus, BccEmailAddress, BillingCharge, BillingChargeResponse, BillingDiscount, BillingInvoice, BillingInvoiceItem, BillingInvoicesResponse, BillingInvoicesSummary, BillingPayment, BillingPaymentItem, BillingPaymentRequest, BillingPaymentResponse, BillingPaymentsResponse, BillingPlan, BillingPlanInformation, BillingPlanPreview, BillingPlanResponse, BillingPlanUpdateResponse, BillingPlansResponse, BillingPrice, Brand, BrandEmailContent, BrandLink, BrandLogos, BrandRequest, BrandResourceUrls, BrandResources, BrandResourcesList, BrandsRequest, BrandsResponse, BulkEnvelope, BulkEnvelopeStatus, BulkEnvelopesResponse, BulkRecipient, BulkRecipientSignatureProvider, BulkRecipientTabLabel, BulkRecipientsRequest, BulkRecipientsResponse, BulkRecipientsSummaryResponse, BulkRecipientsUpdateResponse, CaptiveRecipient, CaptiveRecipientInformation, CarbonCopy, CertifiedDelivery, Checkbox, ChunkedUploadPart, ChunkedUploadRequest, ChunkedUploadResponse, CloudStorageProvider, CloudStorageProviders, Company, CompositeTemplate, ConnectConfigResults, ConnectCustomConfiguration, ConnectDebugLog, ConnectFailureFilter, ConnectFailureResult, ConnectFailureResults, ConnectLog, ConnectLogs, ConsoleViewRequest, ConsumerDisclosure, Contact, ContactGetResponse, ContactModRequest, ContactPhoneNumber, ContactUpdateResponse, CorrectViewRequest, Country, CreditCardInformation, CreditCardTypes, CurrencyFeatureSetPrice, CurrencyPlanPrice, CustomField, CustomFieldV2, CustomFields, CustomFieldsEnvelope, CustomSettingsInformation, DateSigned, DateStampProperties, Decline, DiagnosticsSettingsInformation, DobInformationInput, Document, DocumentFieldsInformation, DocumentHtmlCollapsibleDisplaySettings, DocumentHtmlDefinition, DocumentHtmlDefinitionOriginal, DocumentHtmlDefinitionOriginals, DocumentHtmlDefinitions, DocumentHtmlDisplayAnchor, DocumentHtmlDisplaySettings, DocumentTemplate, DocumentTemplateList, DocumentVisibility, DocumentVisibilityList, ENoteConfiguration, Editor, Email, EmailAddress, EmailSettings, Envelope, EnvelopeAttachment, EnvelopeAttachmentsRequest, EnvelopeAttachmentsResult, EnvelopeAuditEvent, EnvelopeAuditEventResponse, EnvelopeDefinition, EnvelopeDocument, EnvelopeDocumentsResult, EnvelopeEvent, EnvelopeFormData, EnvelopeId, EnvelopeIdsRequest, EnvelopeNotificationRequest, EnvelopeSummary, EnvelopeTemplate, EnvelopeTemplateDefinition, EnvelopeTemplateResult, EnvelopeTemplateResults, EnvelopeTransactionStatus, EnvelopeUpdateSummary, EnvelopesInformation, ErrorDetails, EventNotification, EventResult, Expirations, ExternalDocServiceErrorDetails, ExternalFile, ExternalFolder, FeatureSet, FileType, FileTypeList, Filter, FirstName, Folder, FolderItem, FolderItemResponse, FolderItemV2, FolderItemsResponse, FoldersRequest, FoldersResponse, ForgottenPasswordInformation, FormulaTab, FullName, Group, GroupInformation, IdCheckInformationInput, InPersonSigner, InitialHere, InlineTemplate, IntegratedUserInfoList, Intermediary, Jurisdiction, LastName, List, ListCustomField, ListItem, LockInformation, LockRequest, LoginAccount, LoginInformation, MatchBox, MemberGroupSharedItem, MemberSharedItems, MergeField, MobileNotifierConfiguration, MobileNotifierConfigurationInformation, ModelDate, ModelNumber, Money, NameValue, NewAccountDefinition, NewAccountSummary, NewUser, NewUsersDefinition, NewUsersSummary, Notarize, NotaryHost, NotaryJournal, NotaryJournalCredibleWitness, NotaryJournalList, NotaryJournalMetaData, Note, Notification, OauthAccess, OfflineAttributes, Page, PageImages, PageRequest, PaymentDetails, PaymentGatewayAccount, PaymentGatewayAccountsInfo, PaymentLineItem, PaymentProcessorInformation, PermissionProfile, PermissionProfileInformation, PlanInformation, PowerForm, PowerFormFormDataEnvelope, PowerFormFormDataRecipient, PowerFormRecipient, PowerFormSendersResponse, PowerFormsFormDataResponse, PowerFormsRequest, PowerFormsResponse, PropertyMetadata, Province, ProvisioningInformation, PurchasedEnvelopesInformation, Radio, RadioGroup, RecipientAttachment, RecipientDomain, RecipientEmailNotification, RecipientEvent, RecipientFormData, RecipientIdentityInputOption, RecipientIdentityPhoneNumber, RecipientIdentityVerification, RecipientNamesResponse, RecipientPhoneAuthentication, RecipientProofFile, RecipientSAMLAuthentication, RecipientSMSAuthentication, RecipientSignatureInformation, RecipientSignatureProvider, RecipientSignatureProviderOptions, RecipientUpdateResponse, RecipientViewRequest, Recipients, RecipientsUpdateSummary, ReferralInformation, Reminders, ResourceInformation, ReturnUrlRequest, SamlAssertionAttribute, SealIdentifier, SealSign, SeatDiscount, SenderEmailNotifications, ServerTemplate, ServiceInformation, ServiceVersion, SettingsMetadata, SharedItem, SignHere, SignatureProviderRequiredOption, SignatureType, Signer, SignerAttachment, SignerEmailNotifications, SigningGroup, SigningGroupInformation, SigningGroupUser, SigningGroupUsers, SmartSection, SmartSectionAnchorPosition, SmartSectionCollapsibleDisplaySettings, SmartSectionDisplaySettings, SocialAccountInformation, SocialAuthentication, Ssn, Ssn4InformationInput, Ssn9InformationInput, SupportedLanguages, TabAccountSettings, TabMetadata, TabMetadataList, Tabs, TemplateCustomFields, TemplateDocumentVisibilityList, TemplateDocumentsResult, TemplateInformation, TemplateMatch, TemplateNotificationRequest, TemplateRecipients, TemplateRole, TemplateSharedItem, TemplateSummary, TemplateTabs, TemplateUpdateSummary, Text, TextCustomField, Title, UsageHistory, UserAccountManagementGranularInformation, UserInfo, UserInfoList, UserInformation, UserInformationList, UserPasswordInformation, UserPasswordRules, UserProfile, UserSettingsInformation, UserSharedItem, UserSignature, UserSignatureDefinition, UserSignaturesInformation, UserSocialIdResult, UsersResponse, View, ViewUrl, Watermark, Witness, Workspace, WorkspaceFolderContents, WorkspaceItem, WorkspaceItemList, WorkspaceList, WorkspaceUser, WorkspaceUserAuthorization, Zip, AccountsApi, AuthenticationApi, BillingApi, BulkEnvelopesApi, CloudStorageApi, ConnectApi, CustomTabsApi, DiagnosticsApi, EnvelopesApi, FoldersApi, GroupsApi, NotaryApi, OrganizationsApi, PowerFormsApi, SigningGroupsApi, TemplatesApi, UsersApi, WorkspacesApi) { 'use strict'; /** @@ -49,7 +49,7 @@ * *

* @module index - * @version 4.6.0-rc1 + * @version 4.6.0 */ var exports = { /** @@ -497,16 +497,6 @@ * @property {module:model/Company} */ Company: Company, - /** - * The CompleteSignHashResponse model constructor. - * @property {module:model/CompleteSignHashResponse} - */ - CompleteSignHashResponse: CompleteSignHashResponse, - /** - * The CompleteSignRequest model constructor. - * @property {module:model/CompleteSignRequest} - */ - CompleteSignRequest: CompleteSignRequest, /** * The CompositeTemplate model constructor. * @property {module:model/CompositeTemplate} @@ -597,11 +587,6 @@ * @property {module:model/Country} */ Country: Country, - /** - * The Credential model constructor. - * @property {module:model/Credential} - */ - Credential: Credential, /** * The CreditCardInformation model constructor. * @property {module:model/CreditCardInformation} @@ -717,11 +702,6 @@ * @property {module:model/DocumentHtmlDisplaySettings} */ DocumentHtmlDisplaySettings: DocumentHtmlDisplaySettings, - /** - * The DocumentSecurityStore model constructor. - * @property {module:model/DocumentSecurityStore} - */ - DocumentSecurityStore: DocumentSecurityStore, /** * The DocumentTemplate model constructor. * @property {module:model/DocumentTemplate} @@ -732,11 +712,6 @@ * @property {module:model/DocumentTemplateList} */ DocumentTemplateList: DocumentTemplateList, - /** - * The DocumentUpdateInfo model constructor. - * @property {module:model/DocumentUpdateInfo} - */ - DocumentUpdateInfo: DocumentUpdateInfo, /** * The DocumentVisibility model constructor. * @property {module:model/DocumentVisibility} @@ -1447,21 +1422,11 @@ * @property {module:model/ReturnUrlRequest} */ ReturnUrlRequest: ReturnUrlRequest, - /** - * The Revision model constructor. - * @property {module:model/Revision} - */ - Revision: Revision, /** * The SamlAssertionAttribute model constructor. * @property {module:model/SamlAssertionAttribute} */ SamlAssertionAttribute: SamlAssertionAttribute, - /** - * The Seal model constructor. - * @property {module:model/Seal} - */ - Seal: Seal, /** * The SealIdentifier model constructor. * @property {module:model/SealIdentifier} @@ -1477,11 +1442,6 @@ * @property {module:model/SeatDiscount} */ SeatDiscount: SeatDiscount, - /** - * The Sender model constructor. - * @property {module:model/Sender} - */ - Sender: Sender, /** * The SenderEmailNotifications model constructor. * @property {module:model/SenderEmailNotifications} @@ -1512,31 +1472,11 @@ * @property {module:model/SharedItem} */ SharedItem: SharedItem, - /** - * The SignHashDocument model constructor. - * @property {module:model/SignHashDocument} - */ - SignHashDocument: SignHashDocument, - /** - * The SignHashSessionInfoResponse model constructor. - * @property {module:model/SignHashSessionInfoResponse} - */ - SignHashSessionInfoResponse: SignHashSessionInfoResponse, /** * The SignHere model constructor. * @property {module:model/SignHere} */ SignHere: SignHere, - /** - * The SignSessionInfoRequest model constructor. - * @property {module:model/SignSessionInfoRequest} - */ - SignSessionInfoRequest: SignSessionInfoRequest, - /** - * The SignatureDataInfo model constructor. - * @property {module:model/SignatureDataInfo} - */ - SignatureDataInfo: SignatureDataInfo, /** * The SignatureProviderRequiredOption model constructor. * @property {module:model/SignatureProviderRequiredOption} @@ -1722,46 +1662,16 @@ * @property {module:model/TextCustomField} */ TextCustomField: TextCustomField, - /** - * The TimeStampField model constructor. - * @property {module:model/TimeStampField} - */ - TimeStampField: TimeStampField, /** * The Title model constructor. * @property {module:model/Title} */ Title: Title, - /** - * The TspHealthCheckRequest model constructor. - * @property {module:model/TspHealthCheckRequest} - */ - TspHealthCheckRequest: TspHealthCheckRequest, - /** - * The TspHealthCheckStatusDescription model constructor. - * @property {module:model/TspHealthCheckStatusDescription} - */ - TspHealthCheckStatusDescription: TspHealthCheckStatusDescription, - /** - * The UpdateTransactionRequest model constructor. - * @property {module:model/UpdateTransactionRequest} - */ - UpdateTransactionRequest: UpdateTransactionRequest, - /** - * The UpdateTransactionResponse model constructor. - * @property {module:model/UpdateTransactionResponse} - */ - UpdateTransactionResponse: UpdateTransactionResponse, /** * The UsageHistory model constructor. * @property {module:model/UsageHistory} */ UsageHistory: UsageHistory, - /** - * The User model constructor. - * @property {module:model/User} - */ - User: User, /** * The UserAccountManagementGranularInformation model constructor. * @property {module:model/UserAccountManagementGranularInformation} @@ -1777,11 +1687,6 @@ * @property {module:model/UserInfoList} */ UserInfoList: UserInfoList, - /** - * The UserInfoResponse model constructor. - * @property {module:model/UserInfoResponse} - */ - UserInfoResponse: UserInfoResponse, /** * The UserInformation model constructor. * @property {module:model/UserInformation} diff --git a/src/model/AccountAddress.js b/src/model/AccountAddress.js index 2922b6667..0aa38cebb 100644 --- a/src/model/AccountAddress.js +++ b/src/model/AccountAddress.js @@ -30,7 +30,7 @@ /** * The AccountAddress model module. * @module model/AccountAddress - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountBillingPlan.js b/src/model/AccountBillingPlan.js index 97511ca26..518577c16 100644 --- a/src/model/AccountBillingPlan.js +++ b/src/model/AccountBillingPlan.js @@ -30,7 +30,7 @@ /** * The AccountBillingPlan model module. * @module model/AccountBillingPlan - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountBillingPlanResponse.js b/src/model/AccountBillingPlanResponse.js index e8aaf83ca..3656a2edb 100644 --- a/src/model/AccountBillingPlanResponse.js +++ b/src/model/AccountBillingPlanResponse.js @@ -30,7 +30,7 @@ /** * The AccountBillingPlanResponse model module. * @module model/AccountBillingPlanResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountIdentityVerificationResponse.js b/src/model/AccountIdentityVerificationResponse.js index 2f94a6cb2..0fa2c0643 100644 --- a/src/model/AccountIdentityVerificationResponse.js +++ b/src/model/AccountIdentityVerificationResponse.js @@ -30,7 +30,7 @@ /** * The AccountIdentityVerificationResponse model module. * @module model/AccountIdentityVerificationResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountIdentityVerificationStep.js b/src/model/AccountIdentityVerificationStep.js index 5f12b768a..e934a75bf 100644 --- a/src/model/AccountIdentityVerificationStep.js +++ b/src/model/AccountIdentityVerificationStep.js @@ -30,7 +30,7 @@ /** * The AccountIdentityVerificationStep model module. * @module model/AccountIdentityVerificationStep - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountIdentityVerificationWorkflow.js b/src/model/AccountIdentityVerificationWorkflow.js index 670b71d5f..30b870bee 100644 --- a/src/model/AccountIdentityVerificationWorkflow.js +++ b/src/model/AccountIdentityVerificationWorkflow.js @@ -30,7 +30,7 @@ /** * The AccountIdentityVerificationWorkflow model module. * @module model/AccountIdentityVerificationWorkflow - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountInformation.js b/src/model/AccountInformation.js index c99a6a43a..7ed9a9498 100644 --- a/src/model/AccountInformation.js +++ b/src/model/AccountInformation.js @@ -30,7 +30,7 @@ /** * The AccountInformation model module. * @module model/AccountInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountMinimumPasswordLength.js b/src/model/AccountMinimumPasswordLength.js index ec365c575..86939626b 100644 --- a/src/model/AccountMinimumPasswordLength.js +++ b/src/model/AccountMinimumPasswordLength.js @@ -30,7 +30,7 @@ /** * The AccountMinimumPasswordLength model module. * @module model/AccountMinimumPasswordLength - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordExpirePasswordDays.js b/src/model/AccountPasswordExpirePasswordDays.js index 173794a4d..f1602c9fb 100644 --- a/src/model/AccountPasswordExpirePasswordDays.js +++ b/src/model/AccountPasswordExpirePasswordDays.js @@ -30,7 +30,7 @@ /** * The AccountPasswordExpirePasswordDays model module. * @module model/AccountPasswordExpirePasswordDays - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordLockoutDurationMinutes.js b/src/model/AccountPasswordLockoutDurationMinutes.js index 9f17af10b..a0cd57409 100644 --- a/src/model/AccountPasswordLockoutDurationMinutes.js +++ b/src/model/AccountPasswordLockoutDurationMinutes.js @@ -30,7 +30,7 @@ /** * The AccountPasswordLockoutDurationMinutes model module. * @module model/AccountPasswordLockoutDurationMinutes - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordLockoutDurationType.js b/src/model/AccountPasswordLockoutDurationType.js index d56f27e4e..945cbb8f3 100644 --- a/src/model/AccountPasswordLockoutDurationType.js +++ b/src/model/AccountPasswordLockoutDurationType.js @@ -30,7 +30,7 @@ /** * The AccountPasswordLockoutDurationType model module. * @module model/AccountPasswordLockoutDurationType - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordMinimumPasswordAgeDays.js b/src/model/AccountPasswordMinimumPasswordAgeDays.js index 769a5d2ab..c0c9bb086 100644 --- a/src/model/AccountPasswordMinimumPasswordAgeDays.js +++ b/src/model/AccountPasswordMinimumPasswordAgeDays.js @@ -30,7 +30,7 @@ /** * The AccountPasswordMinimumPasswordAgeDays model module. * @module model/AccountPasswordMinimumPasswordAgeDays - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordQuestionsRequired.js b/src/model/AccountPasswordQuestionsRequired.js index 95da4702e..e4a2dab69 100644 --- a/src/model/AccountPasswordQuestionsRequired.js +++ b/src/model/AccountPasswordQuestionsRequired.js @@ -30,7 +30,7 @@ /** * The AccountPasswordQuestionsRequired model module. * @module model/AccountPasswordQuestionsRequired - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordRules.js b/src/model/AccountPasswordRules.js index d6123358f..97ac2e451 100644 --- a/src/model/AccountPasswordRules.js +++ b/src/model/AccountPasswordRules.js @@ -30,7 +30,7 @@ /** * The AccountPasswordRules model module. * @module model/AccountPasswordRules - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordStrengthType.js b/src/model/AccountPasswordStrengthType.js index 798a075a7..8d280c935 100644 --- a/src/model/AccountPasswordStrengthType.js +++ b/src/model/AccountPasswordStrengthType.js @@ -30,7 +30,7 @@ /** * The AccountPasswordStrengthType model module. * @module model/AccountPasswordStrengthType - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountPasswordStrengthTypeOption.js b/src/model/AccountPasswordStrengthTypeOption.js index f91a27b88..0a14c9ac9 100644 --- a/src/model/AccountPasswordStrengthTypeOption.js +++ b/src/model/AccountPasswordStrengthTypeOption.js @@ -30,7 +30,7 @@ /** * The AccountPasswordStrengthTypeOption model module. * @module model/AccountPasswordStrengthTypeOption - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountRoleSettings.js b/src/model/AccountRoleSettings.js index 0ff2eb272..a363463e0 100644 --- a/src/model/AccountRoleSettings.js +++ b/src/model/AccountRoleSettings.js @@ -30,7 +30,7 @@ /** * The AccountRoleSettings model module. * @module model/AccountRoleSettings - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountSeals.js b/src/model/AccountSeals.js index d1218c57e..97b62d271 100644 --- a/src/model/AccountSeals.js +++ b/src/model/AccountSeals.js @@ -30,7 +30,7 @@ /** * The AccountSeals model module. * @module model/AccountSeals - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountSettingsInformation.js b/src/model/AccountSettingsInformation.js index e33d9a356..d828f2fc5 100644 --- a/src/model/AccountSettingsInformation.js +++ b/src/model/AccountSettingsInformation.js @@ -30,7 +30,7 @@ /** * The AccountSettingsInformation model module. * @module model/AccountSettingsInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountSharedAccess.js b/src/model/AccountSharedAccess.js index 6c2d8f73c..8b47cc906 100644 --- a/src/model/AccountSharedAccess.js +++ b/src/model/AccountSharedAccess.js @@ -30,7 +30,7 @@ /** * The AccountSharedAccess model module. * @module model/AccountSharedAccess - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountSignatureProvider.js b/src/model/AccountSignatureProvider.js index abf0e1302..44a4287a6 100644 --- a/src/model/AccountSignatureProvider.js +++ b/src/model/AccountSignatureProvider.js @@ -30,7 +30,7 @@ /** * The AccountSignatureProvider model module. * @module model/AccountSignatureProvider - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountSignatureProviderOption.js b/src/model/AccountSignatureProviderOption.js index 047ead356..ba13dd4b6 100644 --- a/src/model/AccountSignatureProviderOption.js +++ b/src/model/AccountSignatureProviderOption.js @@ -30,7 +30,7 @@ /** * The AccountSignatureProviderOption model module. * @module model/AccountSignatureProviderOption - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AccountSignatureProviders.js b/src/model/AccountSignatureProviders.js index 4dd3fedf2..fc5f90ce7 100644 --- a/src/model/AccountSignatureProviders.js +++ b/src/model/AccountSignatureProviders.js @@ -30,7 +30,7 @@ /** * The AccountSignatureProviders model module. * @module model/AccountSignatureProviders - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AddOn.js b/src/model/AddOn.js index 8e29fc699..d2e8e1019 100644 --- a/src/model/AddOn.js +++ b/src/model/AddOn.js @@ -30,7 +30,7 @@ /** * The AddOn model module. * @module model/AddOn - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AddressInformation.js b/src/model/AddressInformation.js index 601b12df0..e3dc807f9 100644 --- a/src/model/AddressInformation.js +++ b/src/model/AddressInformation.js @@ -30,7 +30,7 @@ /** * The AddressInformation model module. * @module model/AddressInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AddressInformationInput.js b/src/model/AddressInformationInput.js index 6c4f13697..0e4c65915 100644 --- a/src/model/AddressInformationInput.js +++ b/src/model/AddressInformationInput.js @@ -30,7 +30,7 @@ /** * The AddressInformationInput model module. * @module model/AddressInformationInput - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AddressInformationV2.js b/src/model/AddressInformationV2.js index f872df621..e4f884d07 100644 --- a/src/model/AddressInformationV2.js +++ b/src/model/AddressInformationV2.js @@ -30,7 +30,7 @@ /** * The AddressInformationV2 model module. * @module model/AddressInformationV2 - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Agent.js b/src/model/Agent.js index 4b1bfda7b..5be9b76cd 100644 --- a/src/model/Agent.js +++ b/src/model/Agent.js @@ -30,7 +30,7 @@ /** * The Agent model module. * @module model/Agent - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ApiRequestLog.js b/src/model/ApiRequestLog.js index 8419523e4..e19506b2c 100644 --- a/src/model/ApiRequestLog.js +++ b/src/model/ApiRequestLog.js @@ -30,7 +30,7 @@ /** * The ApiRequestLog model module. * @module model/ApiRequestLog - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ApiRequestLogsResult.js b/src/model/ApiRequestLogsResult.js index 4aa607c88..5c5982a6c 100644 --- a/src/model/ApiRequestLogsResult.js +++ b/src/model/ApiRequestLogsResult.js @@ -30,7 +30,7 @@ /** * The ApiRequestLogsResult model module. * @module model/ApiRequestLogsResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AppStoreProduct.js b/src/model/AppStoreProduct.js index 1465ab7f0..ff6a02472 100644 --- a/src/model/AppStoreProduct.js +++ b/src/model/AppStoreProduct.js @@ -30,7 +30,7 @@ /** * The AppStoreProduct model module. * @module model/AppStoreProduct - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AppStoreReceipt.js b/src/model/AppStoreReceipt.js index 1cf622fae..229e0a304 100644 --- a/src/model/AppStoreReceipt.js +++ b/src/model/AppStoreReceipt.js @@ -30,7 +30,7 @@ /** * The AppStoreReceipt model module. * @module model/AppStoreReceipt - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Approve.js b/src/model/Approve.js index 4799066b9..e757a875d 100644 --- a/src/model/Approve.js +++ b/src/model/Approve.js @@ -30,7 +30,7 @@ /** * The Approve model module. * @module model/Approve - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Attachment.js b/src/model/Attachment.js index b89650adf..652365760 100644 --- a/src/model/Attachment.js +++ b/src/model/Attachment.js @@ -30,7 +30,7 @@ /** * The Attachment model module. * @module model/Attachment - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AuthenticationMethod.js b/src/model/AuthenticationMethod.js index 773b71384..f73765bac 100644 --- a/src/model/AuthenticationMethod.js +++ b/src/model/AuthenticationMethod.js @@ -30,7 +30,7 @@ /** * The AuthenticationMethod model module. * @module model/AuthenticationMethod - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/AuthenticationStatus.js b/src/model/AuthenticationStatus.js index 2c660cb9d..6338efa40 100644 --- a/src/model/AuthenticationStatus.js +++ b/src/model/AuthenticationStatus.js @@ -30,7 +30,7 @@ /** * The AuthenticationStatus model module. * @module model/AuthenticationStatus - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BccEmailAddress.js b/src/model/BccEmailAddress.js index 079152e62..99674eaf7 100644 --- a/src/model/BccEmailAddress.js +++ b/src/model/BccEmailAddress.js @@ -30,7 +30,7 @@ /** * The BccEmailAddress model module. * @module model/BccEmailAddress - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingCharge.js b/src/model/BillingCharge.js index a579f2ba5..a446d5182 100644 --- a/src/model/BillingCharge.js +++ b/src/model/BillingCharge.js @@ -30,7 +30,7 @@ /** * The BillingCharge model module. * @module model/BillingCharge - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingChargeResponse.js b/src/model/BillingChargeResponse.js index 9fe99a3f1..91eb8bd60 100644 --- a/src/model/BillingChargeResponse.js +++ b/src/model/BillingChargeResponse.js @@ -30,7 +30,7 @@ /** * The BillingChargeResponse model module. * @module model/BillingChargeResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingDiscount.js b/src/model/BillingDiscount.js index 752f52fd1..6c2638f1e 100644 --- a/src/model/BillingDiscount.js +++ b/src/model/BillingDiscount.js @@ -30,7 +30,7 @@ /** * The BillingDiscount model module. * @module model/BillingDiscount - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingInvoice.js b/src/model/BillingInvoice.js index d8722b6a8..aadae590b 100644 --- a/src/model/BillingInvoice.js +++ b/src/model/BillingInvoice.js @@ -30,7 +30,7 @@ /** * The BillingInvoice model module. * @module model/BillingInvoice - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingInvoiceItem.js b/src/model/BillingInvoiceItem.js index 1ed4f0812..9c06d6ffc 100644 --- a/src/model/BillingInvoiceItem.js +++ b/src/model/BillingInvoiceItem.js @@ -30,7 +30,7 @@ /** * The BillingInvoiceItem model module. * @module model/BillingInvoiceItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingInvoicesResponse.js b/src/model/BillingInvoicesResponse.js index 818898865..6b8575996 100644 --- a/src/model/BillingInvoicesResponse.js +++ b/src/model/BillingInvoicesResponse.js @@ -30,7 +30,7 @@ /** * The BillingInvoicesResponse model module. * @module model/BillingInvoicesResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingInvoicesSummary.js b/src/model/BillingInvoicesSummary.js index 3bb780770..28008beb2 100644 --- a/src/model/BillingInvoicesSummary.js +++ b/src/model/BillingInvoicesSummary.js @@ -30,7 +30,7 @@ /** * The BillingInvoicesSummary model module. * @module model/BillingInvoicesSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPayment.js b/src/model/BillingPayment.js index 9fa11af88..28954da9f 100644 --- a/src/model/BillingPayment.js +++ b/src/model/BillingPayment.js @@ -30,7 +30,7 @@ /** * The BillingPayment model module. * @module model/BillingPayment - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPaymentItem.js b/src/model/BillingPaymentItem.js index f9ddb7dd2..320c1d8e4 100644 --- a/src/model/BillingPaymentItem.js +++ b/src/model/BillingPaymentItem.js @@ -30,7 +30,7 @@ /** * The BillingPaymentItem model module. * @module model/BillingPaymentItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPaymentRequest.js b/src/model/BillingPaymentRequest.js index 2cef17dc4..c4bcb2b91 100644 --- a/src/model/BillingPaymentRequest.js +++ b/src/model/BillingPaymentRequest.js @@ -30,7 +30,7 @@ /** * The BillingPaymentRequest model module. * @module model/BillingPaymentRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPaymentResponse.js b/src/model/BillingPaymentResponse.js index 46c3f27f7..e43165a41 100644 --- a/src/model/BillingPaymentResponse.js +++ b/src/model/BillingPaymentResponse.js @@ -30,7 +30,7 @@ /** * The BillingPaymentResponse model module. * @module model/BillingPaymentResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPaymentsResponse.js b/src/model/BillingPaymentsResponse.js index 6e350a62b..8797343bc 100644 --- a/src/model/BillingPaymentsResponse.js +++ b/src/model/BillingPaymentsResponse.js @@ -30,7 +30,7 @@ /** * The BillingPaymentsResponse model module. * @module model/BillingPaymentsResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPlan.js b/src/model/BillingPlan.js index 5d5a6defb..24108a71d 100644 --- a/src/model/BillingPlan.js +++ b/src/model/BillingPlan.js @@ -30,7 +30,7 @@ /** * The BillingPlan model module. * @module model/BillingPlan - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPlanInformation.js b/src/model/BillingPlanInformation.js index fa4a46556..14a247a4b 100644 --- a/src/model/BillingPlanInformation.js +++ b/src/model/BillingPlanInformation.js @@ -30,7 +30,7 @@ /** * The BillingPlanInformation model module. * @module model/BillingPlanInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPlanPreview.js b/src/model/BillingPlanPreview.js index 60f1c8b36..62c7abc98 100644 --- a/src/model/BillingPlanPreview.js +++ b/src/model/BillingPlanPreview.js @@ -30,7 +30,7 @@ /** * The BillingPlanPreview model module. * @module model/BillingPlanPreview - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPlanResponse.js b/src/model/BillingPlanResponse.js index de0e79838..586e12c3b 100644 --- a/src/model/BillingPlanResponse.js +++ b/src/model/BillingPlanResponse.js @@ -30,7 +30,7 @@ /** * The BillingPlanResponse model module. * @module model/BillingPlanResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPlanUpdateResponse.js b/src/model/BillingPlanUpdateResponse.js index 8bf2ef015..acef81831 100644 --- a/src/model/BillingPlanUpdateResponse.js +++ b/src/model/BillingPlanUpdateResponse.js @@ -30,7 +30,7 @@ /** * The BillingPlanUpdateResponse model module. * @module model/BillingPlanUpdateResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPlansResponse.js b/src/model/BillingPlansResponse.js index b9e9359ec..9d00a43b0 100644 --- a/src/model/BillingPlansResponse.js +++ b/src/model/BillingPlansResponse.js @@ -30,7 +30,7 @@ /** * The BillingPlansResponse model module. * @module model/BillingPlansResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BillingPrice.js b/src/model/BillingPrice.js index 0e2e43331..ef9789cf8 100644 --- a/src/model/BillingPrice.js +++ b/src/model/BillingPrice.js @@ -30,7 +30,7 @@ /** * The BillingPrice model module. * @module model/BillingPrice - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Brand.js b/src/model/Brand.js index c617454a3..d22c9fedf 100644 --- a/src/model/Brand.js +++ b/src/model/Brand.js @@ -30,7 +30,7 @@ /** * The Brand model module. * @module model/Brand - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandEmailContent.js b/src/model/BrandEmailContent.js index 4592b5e76..aa0ec424e 100644 --- a/src/model/BrandEmailContent.js +++ b/src/model/BrandEmailContent.js @@ -30,7 +30,7 @@ /** * The BrandEmailContent model module. * @module model/BrandEmailContent - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandLink.js b/src/model/BrandLink.js index 7c56ad697..f20f602a3 100644 --- a/src/model/BrandLink.js +++ b/src/model/BrandLink.js @@ -30,7 +30,7 @@ /** * The BrandLink model module. * @module model/BrandLink - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandLogos.js b/src/model/BrandLogos.js index 9d56fef6d..6e5ee24de 100644 --- a/src/model/BrandLogos.js +++ b/src/model/BrandLogos.js @@ -30,7 +30,7 @@ /** * The BrandLogos model module. * @module model/BrandLogos - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandRequest.js b/src/model/BrandRequest.js index d49fd2d7b..05314db36 100644 --- a/src/model/BrandRequest.js +++ b/src/model/BrandRequest.js @@ -30,7 +30,7 @@ /** * The BrandRequest model module. * @module model/BrandRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandResourceUrls.js b/src/model/BrandResourceUrls.js index 25bf5d1d8..94e3f44d7 100644 --- a/src/model/BrandResourceUrls.js +++ b/src/model/BrandResourceUrls.js @@ -30,7 +30,7 @@ /** * The BrandResourceUrls model module. * @module model/BrandResourceUrls - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandResources.js b/src/model/BrandResources.js index 4b29f23fd..436e297d6 100644 --- a/src/model/BrandResources.js +++ b/src/model/BrandResources.js @@ -30,7 +30,7 @@ /** * The BrandResources model module. * @module model/BrandResources - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandResourcesList.js b/src/model/BrandResourcesList.js index 0afe07d57..b07e6ce09 100644 --- a/src/model/BrandResourcesList.js +++ b/src/model/BrandResourcesList.js @@ -30,7 +30,7 @@ /** * The BrandResourcesList model module. * @module model/BrandResourcesList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandsRequest.js b/src/model/BrandsRequest.js index 96216f16b..2add95fc4 100644 --- a/src/model/BrandsRequest.js +++ b/src/model/BrandsRequest.js @@ -30,7 +30,7 @@ /** * The BrandsRequest model module. * @module model/BrandsRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BrandsResponse.js b/src/model/BrandsResponse.js index 7995ce58c..73436a858 100644 --- a/src/model/BrandsResponse.js +++ b/src/model/BrandsResponse.js @@ -30,7 +30,7 @@ /** * The BrandsResponse model module. * @module model/BrandsResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkEnvelope.js b/src/model/BulkEnvelope.js index 74df0996e..280ead177 100644 --- a/src/model/BulkEnvelope.js +++ b/src/model/BulkEnvelope.js @@ -30,7 +30,7 @@ /** * The BulkEnvelope model module. * @module model/BulkEnvelope - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkEnvelopeStatus.js b/src/model/BulkEnvelopeStatus.js index 103a0d73d..8da29efba 100644 --- a/src/model/BulkEnvelopeStatus.js +++ b/src/model/BulkEnvelopeStatus.js @@ -30,7 +30,7 @@ /** * The BulkEnvelopeStatus model module. * @module model/BulkEnvelopeStatus - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkEnvelopesResponse.js b/src/model/BulkEnvelopesResponse.js index 36d347941..0f0228db9 100644 --- a/src/model/BulkEnvelopesResponse.js +++ b/src/model/BulkEnvelopesResponse.js @@ -30,7 +30,7 @@ /** * The BulkEnvelopesResponse model module. * @module model/BulkEnvelopesResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkRecipient.js b/src/model/BulkRecipient.js index 915d6e42a..50465985e 100644 --- a/src/model/BulkRecipient.js +++ b/src/model/BulkRecipient.js @@ -30,7 +30,7 @@ /** * The BulkRecipient model module. * @module model/BulkRecipient - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkRecipientSignatureProvider.js b/src/model/BulkRecipientSignatureProvider.js index 4dca9ecdc..450bf5101 100644 --- a/src/model/BulkRecipientSignatureProvider.js +++ b/src/model/BulkRecipientSignatureProvider.js @@ -30,7 +30,7 @@ /** * The BulkRecipientSignatureProvider model module. * @module model/BulkRecipientSignatureProvider - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkRecipientTabLabel.js b/src/model/BulkRecipientTabLabel.js index 54b9f2220..79f55db4b 100644 --- a/src/model/BulkRecipientTabLabel.js +++ b/src/model/BulkRecipientTabLabel.js @@ -30,7 +30,7 @@ /** * The BulkRecipientTabLabel model module. * @module model/BulkRecipientTabLabel - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkRecipientsRequest.js b/src/model/BulkRecipientsRequest.js index 6ab7b4a5a..caae34404 100644 --- a/src/model/BulkRecipientsRequest.js +++ b/src/model/BulkRecipientsRequest.js @@ -30,7 +30,7 @@ /** * The BulkRecipientsRequest model module. * @module model/BulkRecipientsRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkRecipientsResponse.js b/src/model/BulkRecipientsResponse.js index cbf9e331a..4b534dea7 100644 --- a/src/model/BulkRecipientsResponse.js +++ b/src/model/BulkRecipientsResponse.js @@ -30,7 +30,7 @@ /** * The BulkRecipientsResponse model module. * @module model/BulkRecipientsResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkRecipientsSummaryResponse.js b/src/model/BulkRecipientsSummaryResponse.js index 2b59dae74..ab31c0c6e 100644 --- a/src/model/BulkRecipientsSummaryResponse.js +++ b/src/model/BulkRecipientsSummaryResponse.js @@ -30,7 +30,7 @@ /** * The BulkRecipientsSummaryResponse model module. * @module model/BulkRecipientsSummaryResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/BulkRecipientsUpdateResponse.js b/src/model/BulkRecipientsUpdateResponse.js index 979f549ce..d925dfd8b 100644 --- a/src/model/BulkRecipientsUpdateResponse.js +++ b/src/model/BulkRecipientsUpdateResponse.js @@ -30,7 +30,7 @@ /** * The BulkRecipientsUpdateResponse model module. * @module model/BulkRecipientsUpdateResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CaptiveRecipient.js b/src/model/CaptiveRecipient.js index b1b0e0965..da367c543 100644 --- a/src/model/CaptiveRecipient.js +++ b/src/model/CaptiveRecipient.js @@ -30,7 +30,7 @@ /** * The CaptiveRecipient model module. * @module model/CaptiveRecipient - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CaptiveRecipientInformation.js b/src/model/CaptiveRecipientInformation.js index 6792256c6..0cca7d3fe 100644 --- a/src/model/CaptiveRecipientInformation.js +++ b/src/model/CaptiveRecipientInformation.js @@ -30,7 +30,7 @@ /** * The CaptiveRecipientInformation model module. * @module model/CaptiveRecipientInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CarbonCopy.js b/src/model/CarbonCopy.js index 203933757..09c43a361 100644 --- a/src/model/CarbonCopy.js +++ b/src/model/CarbonCopy.js @@ -30,7 +30,7 @@ /** * The CarbonCopy model module. * @module model/CarbonCopy - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CertifiedDelivery.js b/src/model/CertifiedDelivery.js index 92b4bc8a3..d779c97e8 100644 --- a/src/model/CertifiedDelivery.js +++ b/src/model/CertifiedDelivery.js @@ -30,7 +30,7 @@ /** * The CertifiedDelivery model module. * @module model/CertifiedDelivery - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Checkbox.js b/src/model/Checkbox.js index 11e552915..8d1cccca1 100644 --- a/src/model/Checkbox.js +++ b/src/model/Checkbox.js @@ -30,7 +30,7 @@ /** * The Checkbox model module. * @module model/Checkbox - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ChunkedUploadPart.js b/src/model/ChunkedUploadPart.js index 067d6c6e3..e2a3c8984 100644 --- a/src/model/ChunkedUploadPart.js +++ b/src/model/ChunkedUploadPart.js @@ -30,7 +30,7 @@ /** * The ChunkedUploadPart model module. * @module model/ChunkedUploadPart - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ChunkedUploadRequest.js b/src/model/ChunkedUploadRequest.js index 7984841cc..fcc2010b4 100644 --- a/src/model/ChunkedUploadRequest.js +++ b/src/model/ChunkedUploadRequest.js @@ -30,7 +30,7 @@ /** * The ChunkedUploadRequest model module. * @module model/ChunkedUploadRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ChunkedUploadResponse.js b/src/model/ChunkedUploadResponse.js index 87ebd26df..5558ae366 100644 --- a/src/model/ChunkedUploadResponse.js +++ b/src/model/ChunkedUploadResponse.js @@ -30,7 +30,7 @@ /** * The ChunkedUploadResponse model module. * @module model/ChunkedUploadResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CloudStorageProvider.js b/src/model/CloudStorageProvider.js index c46f05e6f..a8020f7fc 100644 --- a/src/model/CloudStorageProvider.js +++ b/src/model/CloudStorageProvider.js @@ -30,7 +30,7 @@ /** * The CloudStorageProvider model module. * @module model/CloudStorageProvider - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CloudStorageProviders.js b/src/model/CloudStorageProviders.js index db3b0e9bb..3a49748ce 100644 --- a/src/model/CloudStorageProviders.js +++ b/src/model/CloudStorageProviders.js @@ -30,7 +30,7 @@ /** * The CloudStorageProviders model module. * @module model/CloudStorageProviders - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Company.js b/src/model/Company.js index 786a30306..9e8f3246d 100644 --- a/src/model/Company.js +++ b/src/model/Company.js @@ -30,7 +30,7 @@ /** * The Company model module. * @module model/Company - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CompleteSignHashResponse.js b/src/model/CompleteSignHashResponse.js index 701092e63..ad728b04a 100644 --- a/src/model/CompleteSignHashResponse.js +++ b/src/model/CompleteSignHashResponse.js @@ -30,7 +30,7 @@ /** * The CompleteSignHashResponse model module. * @module model/CompleteSignHashResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CompleteSignRequest.js b/src/model/CompleteSignRequest.js index 262cea06f..620b29319 100644 --- a/src/model/CompleteSignRequest.js +++ b/src/model/CompleteSignRequest.js @@ -30,7 +30,7 @@ /** * The CompleteSignRequest model module. * @module model/CompleteSignRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CompositeTemplate.js b/src/model/CompositeTemplate.js index 06b8c9e41..f4d928781 100644 --- a/src/model/CompositeTemplate.js +++ b/src/model/CompositeTemplate.js @@ -30,7 +30,7 @@ /** * The CompositeTemplate model module. * @module model/CompositeTemplate - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectConfigResults.js b/src/model/ConnectConfigResults.js index 68a89ee43..c9245e6a9 100644 --- a/src/model/ConnectConfigResults.js +++ b/src/model/ConnectConfigResults.js @@ -30,7 +30,7 @@ /** * The ConnectConfigResults model module. * @module model/ConnectConfigResults - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectCustomConfiguration.js b/src/model/ConnectCustomConfiguration.js index 28fbccc1e..f04a6f76c 100644 --- a/src/model/ConnectCustomConfiguration.js +++ b/src/model/ConnectCustomConfiguration.js @@ -30,7 +30,7 @@ /** * The ConnectCustomConfiguration model module. * @module model/ConnectCustomConfiguration - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectDebugLog.js b/src/model/ConnectDebugLog.js index 6755286c5..46a6788fe 100644 --- a/src/model/ConnectDebugLog.js +++ b/src/model/ConnectDebugLog.js @@ -30,7 +30,7 @@ /** * The ConnectDebugLog model module. * @module model/ConnectDebugLog - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectFailureFilter.js b/src/model/ConnectFailureFilter.js index 00b865812..820663c48 100644 --- a/src/model/ConnectFailureFilter.js +++ b/src/model/ConnectFailureFilter.js @@ -30,7 +30,7 @@ /** * The ConnectFailureFilter model module. * @module model/ConnectFailureFilter - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectFailureResult.js b/src/model/ConnectFailureResult.js index 85570b228..448559ed9 100644 --- a/src/model/ConnectFailureResult.js +++ b/src/model/ConnectFailureResult.js @@ -30,7 +30,7 @@ /** * The ConnectFailureResult model module. * @module model/ConnectFailureResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectFailureResults.js b/src/model/ConnectFailureResults.js index a6ff749d8..249df0829 100644 --- a/src/model/ConnectFailureResults.js +++ b/src/model/ConnectFailureResults.js @@ -30,7 +30,7 @@ /** * The ConnectFailureResults model module. * @module model/ConnectFailureResults - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectLog.js b/src/model/ConnectLog.js index a85616003..c31e5231f 100644 --- a/src/model/ConnectLog.js +++ b/src/model/ConnectLog.js @@ -30,7 +30,7 @@ /** * The ConnectLog model module. * @module model/ConnectLog - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConnectLogs.js b/src/model/ConnectLogs.js index cfa63e94c..465c229fb 100644 --- a/src/model/ConnectLogs.js +++ b/src/model/ConnectLogs.js @@ -30,7 +30,7 @@ /** * The ConnectLogs model module. * @module model/ConnectLogs - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConsoleViewRequest.js b/src/model/ConsoleViewRequest.js index ba752f708..6e48ec575 100644 --- a/src/model/ConsoleViewRequest.js +++ b/src/model/ConsoleViewRequest.js @@ -30,7 +30,7 @@ /** * The ConsoleViewRequest model module. * @module model/ConsoleViewRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ConsumerDisclosure.js b/src/model/ConsumerDisclosure.js index 2674b1f87..b0affa1d6 100644 --- a/src/model/ConsumerDisclosure.js +++ b/src/model/ConsumerDisclosure.js @@ -30,7 +30,7 @@ /** * The ConsumerDisclosure model module. * @module model/ConsumerDisclosure - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Contact.js b/src/model/Contact.js index aac4029a8..47e39d0eb 100644 --- a/src/model/Contact.js +++ b/src/model/Contact.js @@ -30,7 +30,7 @@ /** * The Contact model module. * @module model/Contact - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ContactGetResponse.js b/src/model/ContactGetResponse.js index 3a923c651..319d1740c 100644 --- a/src/model/ContactGetResponse.js +++ b/src/model/ContactGetResponse.js @@ -30,7 +30,7 @@ /** * The ContactGetResponse model module. * @module model/ContactGetResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ContactModRequest.js b/src/model/ContactModRequest.js index a7ceeb334..6cbdf4004 100644 --- a/src/model/ContactModRequest.js +++ b/src/model/ContactModRequest.js @@ -30,7 +30,7 @@ /** * The ContactModRequest model module. * @module model/ContactModRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ContactPhoneNumber.js b/src/model/ContactPhoneNumber.js index 52fcef13d..61e5e32ac 100644 --- a/src/model/ContactPhoneNumber.js +++ b/src/model/ContactPhoneNumber.js @@ -30,7 +30,7 @@ /** * The ContactPhoneNumber model module. * @module model/ContactPhoneNumber - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ContactUpdateResponse.js b/src/model/ContactUpdateResponse.js index 0ac4f4f3f..d98306de4 100644 --- a/src/model/ContactUpdateResponse.js +++ b/src/model/ContactUpdateResponse.js @@ -30,7 +30,7 @@ /** * The ContactUpdateResponse model module. * @module model/ContactUpdateResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CorrectViewRequest.js b/src/model/CorrectViewRequest.js index 9a93f37c6..d86896a54 100644 --- a/src/model/CorrectViewRequest.js +++ b/src/model/CorrectViewRequest.js @@ -30,7 +30,7 @@ /** * The CorrectViewRequest model module. * @module model/CorrectViewRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Country.js b/src/model/Country.js index 82ee16c64..23628ac13 100644 --- a/src/model/Country.js +++ b/src/model/Country.js @@ -30,7 +30,7 @@ /** * The Country model module. * @module model/Country - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Credential.js b/src/model/Credential.js index 197ffff1c..99046c5c4 100644 --- a/src/model/Credential.js +++ b/src/model/Credential.js @@ -30,7 +30,7 @@ /** * The Credential model module. * @module model/Credential - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CreditCardInformation.js b/src/model/CreditCardInformation.js index 4a36a8c3c..ee0d24af6 100644 --- a/src/model/CreditCardInformation.js +++ b/src/model/CreditCardInformation.js @@ -30,7 +30,7 @@ /** * The CreditCardInformation model module. * @module model/CreditCardInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CreditCardTypes.js b/src/model/CreditCardTypes.js index a6a08fbbd..03047fb99 100644 --- a/src/model/CreditCardTypes.js +++ b/src/model/CreditCardTypes.js @@ -30,7 +30,7 @@ /** * The CreditCardTypes model module. * @module model/CreditCardTypes - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CurrencyFeatureSetPrice.js b/src/model/CurrencyFeatureSetPrice.js index caed4ee03..88d3fe083 100644 --- a/src/model/CurrencyFeatureSetPrice.js +++ b/src/model/CurrencyFeatureSetPrice.js @@ -30,7 +30,7 @@ /** * The CurrencyFeatureSetPrice model module. * @module model/CurrencyFeatureSetPrice - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CurrencyPlanPrice.js b/src/model/CurrencyPlanPrice.js index 0f4145fc9..be7487370 100644 --- a/src/model/CurrencyPlanPrice.js +++ b/src/model/CurrencyPlanPrice.js @@ -30,7 +30,7 @@ /** * The CurrencyPlanPrice model module. * @module model/CurrencyPlanPrice - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CustomField.js b/src/model/CustomField.js index 8144b7ffc..c71ef9153 100644 --- a/src/model/CustomField.js +++ b/src/model/CustomField.js @@ -30,7 +30,7 @@ /** * The CustomField model module. * @module model/CustomField - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CustomFieldV2.js b/src/model/CustomFieldV2.js index c3590fd30..f6b082153 100644 --- a/src/model/CustomFieldV2.js +++ b/src/model/CustomFieldV2.js @@ -30,7 +30,7 @@ /** * The CustomFieldV2 model module. * @module model/CustomFieldV2 - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CustomFields.js b/src/model/CustomFields.js index 1b703ed25..2555d76d9 100644 --- a/src/model/CustomFields.js +++ b/src/model/CustomFields.js @@ -30,7 +30,7 @@ /** * The CustomFields model module. * @module model/CustomFields - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CustomFieldsEnvelope.js b/src/model/CustomFieldsEnvelope.js index 37efce9f4..aa5c3626c 100644 --- a/src/model/CustomFieldsEnvelope.js +++ b/src/model/CustomFieldsEnvelope.js @@ -30,7 +30,7 @@ /** * The CustomFieldsEnvelope model module. * @module model/CustomFieldsEnvelope - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/CustomSettingsInformation.js b/src/model/CustomSettingsInformation.js index 34fb90426..d293a44d3 100644 --- a/src/model/CustomSettingsInformation.js +++ b/src/model/CustomSettingsInformation.js @@ -30,7 +30,7 @@ /** * The CustomSettingsInformation model module. * @module model/CustomSettingsInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DateSigned.js b/src/model/DateSigned.js index 1234309b0..331fe2d2d 100644 --- a/src/model/DateSigned.js +++ b/src/model/DateSigned.js @@ -30,7 +30,7 @@ /** * The DateSigned model module. * @module model/DateSigned - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DateStampProperties.js b/src/model/DateStampProperties.js index fdedc5318..37df19b4c 100644 --- a/src/model/DateStampProperties.js +++ b/src/model/DateStampProperties.js @@ -30,7 +30,7 @@ /** * The DateStampProperties model module. * @module model/DateStampProperties - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Decline.js b/src/model/Decline.js index ab7996f44..a62686017 100644 --- a/src/model/Decline.js +++ b/src/model/Decline.js @@ -30,7 +30,7 @@ /** * The Decline model module. * @module model/Decline - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DiagnosticsSettingsInformation.js b/src/model/DiagnosticsSettingsInformation.js index 60808d92f..0cbea207c 100644 --- a/src/model/DiagnosticsSettingsInformation.js +++ b/src/model/DiagnosticsSettingsInformation.js @@ -30,7 +30,7 @@ /** * The DiagnosticsSettingsInformation model module. * @module model/DiagnosticsSettingsInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DobInformationInput.js b/src/model/DobInformationInput.js index 1933b78a9..8a2b38bbd 100644 --- a/src/model/DobInformationInput.js +++ b/src/model/DobInformationInput.js @@ -30,7 +30,7 @@ /** * The DobInformationInput model module. * @module model/DobInformationInput - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Document.js b/src/model/Document.js index e6627f62a..445d0f78c 100644 --- a/src/model/Document.js +++ b/src/model/Document.js @@ -30,7 +30,7 @@ /** * The Document model module. * @module model/Document - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentFieldsInformation.js b/src/model/DocumentFieldsInformation.js index eb50cbc23..2022f7074 100644 --- a/src/model/DocumentFieldsInformation.js +++ b/src/model/DocumentFieldsInformation.js @@ -30,7 +30,7 @@ /** * The DocumentFieldsInformation model module. * @module model/DocumentFieldsInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentHtmlCollapsibleDisplaySettings.js b/src/model/DocumentHtmlCollapsibleDisplaySettings.js index 9173f3c54..170105da9 100644 --- a/src/model/DocumentHtmlCollapsibleDisplaySettings.js +++ b/src/model/DocumentHtmlCollapsibleDisplaySettings.js @@ -30,7 +30,7 @@ /** * The DocumentHtmlCollapsibleDisplaySettings model module. * @module model/DocumentHtmlCollapsibleDisplaySettings - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentHtmlDefinition.js b/src/model/DocumentHtmlDefinition.js index f59b5d768..465fb6858 100644 --- a/src/model/DocumentHtmlDefinition.js +++ b/src/model/DocumentHtmlDefinition.js @@ -30,7 +30,7 @@ /** * The DocumentHtmlDefinition model module. * @module model/DocumentHtmlDefinition - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentHtmlDefinitionOriginal.js b/src/model/DocumentHtmlDefinitionOriginal.js index 5ba174473..ee12bd956 100644 --- a/src/model/DocumentHtmlDefinitionOriginal.js +++ b/src/model/DocumentHtmlDefinitionOriginal.js @@ -30,7 +30,7 @@ /** * The DocumentHtmlDefinitionOriginal model module. * @module model/DocumentHtmlDefinitionOriginal - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentHtmlDefinitionOriginals.js b/src/model/DocumentHtmlDefinitionOriginals.js index 963c712ac..85c1b4a0d 100644 --- a/src/model/DocumentHtmlDefinitionOriginals.js +++ b/src/model/DocumentHtmlDefinitionOriginals.js @@ -30,7 +30,7 @@ /** * The DocumentHtmlDefinitionOriginals model module. * @module model/DocumentHtmlDefinitionOriginals - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentHtmlDefinitions.js b/src/model/DocumentHtmlDefinitions.js index 2331a77e7..1d768e066 100644 --- a/src/model/DocumentHtmlDefinitions.js +++ b/src/model/DocumentHtmlDefinitions.js @@ -30,7 +30,7 @@ /** * The DocumentHtmlDefinitions model module. * @module model/DocumentHtmlDefinitions - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentHtmlDisplayAnchor.js b/src/model/DocumentHtmlDisplayAnchor.js index f2bfcbb7a..a5bb8fcc9 100644 --- a/src/model/DocumentHtmlDisplayAnchor.js +++ b/src/model/DocumentHtmlDisplayAnchor.js @@ -30,7 +30,7 @@ /** * The DocumentHtmlDisplayAnchor model module. * @module model/DocumentHtmlDisplayAnchor - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentHtmlDisplaySettings.js b/src/model/DocumentHtmlDisplaySettings.js index 7c2741165..cf36a0996 100644 --- a/src/model/DocumentHtmlDisplaySettings.js +++ b/src/model/DocumentHtmlDisplaySettings.js @@ -30,7 +30,7 @@ /** * The DocumentHtmlDisplaySettings model module. * @module model/DocumentHtmlDisplaySettings - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentSecurityStore.js b/src/model/DocumentSecurityStore.js index 58a7eab0b..eb7be81ad 100644 --- a/src/model/DocumentSecurityStore.js +++ b/src/model/DocumentSecurityStore.js @@ -30,7 +30,7 @@ /** * The DocumentSecurityStore model module. * @module model/DocumentSecurityStore - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentTemplate.js b/src/model/DocumentTemplate.js index ff678c2cf..ec9ce0f07 100644 --- a/src/model/DocumentTemplate.js +++ b/src/model/DocumentTemplate.js @@ -30,7 +30,7 @@ /** * The DocumentTemplate model module. * @module model/DocumentTemplate - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentTemplateList.js b/src/model/DocumentTemplateList.js index 4c0042265..d9212620d 100644 --- a/src/model/DocumentTemplateList.js +++ b/src/model/DocumentTemplateList.js @@ -30,7 +30,7 @@ /** * The DocumentTemplateList model module. * @module model/DocumentTemplateList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentUpdateInfo.js b/src/model/DocumentUpdateInfo.js index 8ce92085c..5b27cf563 100644 --- a/src/model/DocumentUpdateInfo.js +++ b/src/model/DocumentUpdateInfo.js @@ -30,7 +30,7 @@ /** * The DocumentUpdateInfo model module. * @module model/DocumentUpdateInfo - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentVisibility.js b/src/model/DocumentVisibility.js index 6fd81d5da..7d255dc49 100644 --- a/src/model/DocumentVisibility.js +++ b/src/model/DocumentVisibility.js @@ -30,7 +30,7 @@ /** * The DocumentVisibility model module. * @module model/DocumentVisibility - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/DocumentVisibilityList.js b/src/model/DocumentVisibilityList.js index 2c8693248..2249335ed 100644 --- a/src/model/DocumentVisibilityList.js +++ b/src/model/DocumentVisibilityList.js @@ -30,7 +30,7 @@ /** * The DocumentVisibilityList model module. * @module model/DocumentVisibilityList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ENoteConfiguration.js b/src/model/ENoteConfiguration.js index fe8883831..08cacb71d 100644 --- a/src/model/ENoteConfiguration.js +++ b/src/model/ENoteConfiguration.js @@ -30,7 +30,7 @@ /** * The ENoteConfiguration model module. * @module model/ENoteConfiguration - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Editor.js b/src/model/Editor.js index 9cf7faf87..d67ea16c7 100644 --- a/src/model/Editor.js +++ b/src/model/Editor.js @@ -30,7 +30,7 @@ /** * The Editor model module. * @module model/Editor - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Email.js b/src/model/Email.js index 8bcb029da..f1e856ab0 100644 --- a/src/model/Email.js +++ b/src/model/Email.js @@ -30,7 +30,7 @@ /** * The Email model module. * @module model/Email - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EmailAddress.js b/src/model/EmailAddress.js index 656ce452c..a9a91ba37 100644 --- a/src/model/EmailAddress.js +++ b/src/model/EmailAddress.js @@ -30,7 +30,7 @@ /** * The EmailAddress model module. * @module model/EmailAddress - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EmailSettings.js b/src/model/EmailSettings.js index 59bc64984..c8d1a99f0 100644 --- a/src/model/EmailSettings.js +++ b/src/model/EmailSettings.js @@ -30,7 +30,7 @@ /** * The EmailSettings model module. * @module model/EmailSettings - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Envelope.js b/src/model/Envelope.js index 5a95a87a8..fa2f8c6ca 100644 --- a/src/model/Envelope.js +++ b/src/model/Envelope.js @@ -30,7 +30,7 @@ /** * The Envelope model module. * @module model/Envelope - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeAttachment.js b/src/model/EnvelopeAttachment.js index 20d68a2d0..0106e3ccf 100644 --- a/src/model/EnvelopeAttachment.js +++ b/src/model/EnvelopeAttachment.js @@ -30,7 +30,7 @@ /** * The EnvelopeAttachment model module. * @module model/EnvelopeAttachment - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeAttachmentsRequest.js b/src/model/EnvelopeAttachmentsRequest.js index 3b666c80f..ba83c2803 100644 --- a/src/model/EnvelopeAttachmentsRequest.js +++ b/src/model/EnvelopeAttachmentsRequest.js @@ -30,7 +30,7 @@ /** * The EnvelopeAttachmentsRequest model module. * @module model/EnvelopeAttachmentsRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeAttachmentsResult.js b/src/model/EnvelopeAttachmentsResult.js index 2b3778991..649efa13a 100644 --- a/src/model/EnvelopeAttachmentsResult.js +++ b/src/model/EnvelopeAttachmentsResult.js @@ -30,7 +30,7 @@ /** * The EnvelopeAttachmentsResult model module. * @module model/EnvelopeAttachmentsResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeAuditEvent.js b/src/model/EnvelopeAuditEvent.js index b835fcacc..fef9c5f20 100644 --- a/src/model/EnvelopeAuditEvent.js +++ b/src/model/EnvelopeAuditEvent.js @@ -30,7 +30,7 @@ /** * The EnvelopeAuditEvent model module. * @module model/EnvelopeAuditEvent - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeAuditEventResponse.js b/src/model/EnvelopeAuditEventResponse.js index 380c05d6b..55b63ab88 100644 --- a/src/model/EnvelopeAuditEventResponse.js +++ b/src/model/EnvelopeAuditEventResponse.js @@ -30,7 +30,7 @@ /** * The EnvelopeAuditEventResponse model module. * @module model/EnvelopeAuditEventResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeDefinition.js b/src/model/EnvelopeDefinition.js index a87a42f91..3e40d942b 100644 --- a/src/model/EnvelopeDefinition.js +++ b/src/model/EnvelopeDefinition.js @@ -30,7 +30,7 @@ /** * The EnvelopeDefinition model module. * @module model/EnvelopeDefinition - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeDocument.js b/src/model/EnvelopeDocument.js index e72dbcb81..a0a3c1dc2 100644 --- a/src/model/EnvelopeDocument.js +++ b/src/model/EnvelopeDocument.js @@ -30,7 +30,7 @@ /** * The EnvelopeDocument model module. * @module model/EnvelopeDocument - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeDocumentsResult.js b/src/model/EnvelopeDocumentsResult.js index 83e3b0f49..68f40e88a 100644 --- a/src/model/EnvelopeDocumentsResult.js +++ b/src/model/EnvelopeDocumentsResult.js @@ -30,7 +30,7 @@ /** * The EnvelopeDocumentsResult model module. * @module model/EnvelopeDocumentsResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeEvent.js b/src/model/EnvelopeEvent.js index 7fa7abcd2..69a3a4593 100644 --- a/src/model/EnvelopeEvent.js +++ b/src/model/EnvelopeEvent.js @@ -30,7 +30,7 @@ /** * The EnvelopeEvent model module. * @module model/EnvelopeEvent - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeFormData.js b/src/model/EnvelopeFormData.js index 43773dce7..b4713b1f4 100644 --- a/src/model/EnvelopeFormData.js +++ b/src/model/EnvelopeFormData.js @@ -30,7 +30,7 @@ /** * The EnvelopeFormData model module. * @module model/EnvelopeFormData - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeId.js b/src/model/EnvelopeId.js index 89691903b..08e586b83 100644 --- a/src/model/EnvelopeId.js +++ b/src/model/EnvelopeId.js @@ -30,7 +30,7 @@ /** * The EnvelopeId model module. * @module model/EnvelopeId - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeIdsRequest.js b/src/model/EnvelopeIdsRequest.js index faa2cae18..890c97d3a 100644 --- a/src/model/EnvelopeIdsRequest.js +++ b/src/model/EnvelopeIdsRequest.js @@ -30,7 +30,7 @@ /** * The EnvelopeIdsRequest model module. * @module model/EnvelopeIdsRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeNotificationRequest.js b/src/model/EnvelopeNotificationRequest.js index e61389334..19bcda6bd 100644 --- a/src/model/EnvelopeNotificationRequest.js +++ b/src/model/EnvelopeNotificationRequest.js @@ -30,7 +30,7 @@ /** * The EnvelopeNotificationRequest model module. * @module model/EnvelopeNotificationRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeSummary.js b/src/model/EnvelopeSummary.js index cf57d3464..ed401322e 100644 --- a/src/model/EnvelopeSummary.js +++ b/src/model/EnvelopeSummary.js @@ -30,7 +30,7 @@ /** * The EnvelopeSummary model module. * @module model/EnvelopeSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeTemplate.js b/src/model/EnvelopeTemplate.js index b105cfe93..0f7813824 100644 --- a/src/model/EnvelopeTemplate.js +++ b/src/model/EnvelopeTemplate.js @@ -30,7 +30,7 @@ /** * The EnvelopeTemplate model module. * @module model/EnvelopeTemplate - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeTemplateDefinition.js b/src/model/EnvelopeTemplateDefinition.js index 12c331360..22a270814 100644 --- a/src/model/EnvelopeTemplateDefinition.js +++ b/src/model/EnvelopeTemplateDefinition.js @@ -30,7 +30,7 @@ /** * The EnvelopeTemplateDefinition model module. * @module model/EnvelopeTemplateDefinition - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeTemplateResult.js b/src/model/EnvelopeTemplateResult.js index 61af3fb22..e3461cb4d 100644 --- a/src/model/EnvelopeTemplateResult.js +++ b/src/model/EnvelopeTemplateResult.js @@ -30,7 +30,7 @@ /** * The EnvelopeTemplateResult model module. * @module model/EnvelopeTemplateResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeTemplateResults.js b/src/model/EnvelopeTemplateResults.js index df4ecc3fd..d276cb05d 100644 --- a/src/model/EnvelopeTemplateResults.js +++ b/src/model/EnvelopeTemplateResults.js @@ -30,7 +30,7 @@ /** * The EnvelopeTemplateResults model module. * @module model/EnvelopeTemplateResults - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeTransactionStatus.js b/src/model/EnvelopeTransactionStatus.js index 2a432eaaf..8b894d9b3 100644 --- a/src/model/EnvelopeTransactionStatus.js +++ b/src/model/EnvelopeTransactionStatus.js @@ -30,7 +30,7 @@ /** * The EnvelopeTransactionStatus model module. * @module model/EnvelopeTransactionStatus - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopeUpdateSummary.js b/src/model/EnvelopeUpdateSummary.js index 206901426..fd5920a20 100644 --- a/src/model/EnvelopeUpdateSummary.js +++ b/src/model/EnvelopeUpdateSummary.js @@ -30,7 +30,7 @@ /** * The EnvelopeUpdateSummary model module. * @module model/EnvelopeUpdateSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EnvelopesInformation.js b/src/model/EnvelopesInformation.js index 3da852023..b99908b64 100644 --- a/src/model/EnvelopesInformation.js +++ b/src/model/EnvelopesInformation.js @@ -30,7 +30,7 @@ /** * The EnvelopesInformation model module. * @module model/EnvelopesInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ErrorDetails.js b/src/model/ErrorDetails.js index c842bfe70..ed1e15225 100644 --- a/src/model/ErrorDetails.js +++ b/src/model/ErrorDetails.js @@ -30,7 +30,7 @@ /** * The ErrorDetails model module. * @module model/ErrorDetails - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EventNotification.js b/src/model/EventNotification.js index b2bb78cf0..e592d1078 100644 --- a/src/model/EventNotification.js +++ b/src/model/EventNotification.js @@ -30,7 +30,7 @@ /** * The EventNotification model module. * @module model/EventNotification - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/EventResult.js b/src/model/EventResult.js index 57d46a0a6..81fabf59d 100644 --- a/src/model/EventResult.js +++ b/src/model/EventResult.js @@ -30,7 +30,7 @@ /** * The EventResult model module. * @module model/EventResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Expirations.js b/src/model/Expirations.js index b6ca57cd6..8e1c32b5f 100644 --- a/src/model/Expirations.js +++ b/src/model/Expirations.js @@ -30,7 +30,7 @@ /** * The Expirations model module. * @module model/Expirations - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ExternalDocServiceErrorDetails.js b/src/model/ExternalDocServiceErrorDetails.js index ef28b932c..ebc07c7ae 100644 --- a/src/model/ExternalDocServiceErrorDetails.js +++ b/src/model/ExternalDocServiceErrorDetails.js @@ -30,7 +30,7 @@ /** * The ExternalDocServiceErrorDetails model module. * @module model/ExternalDocServiceErrorDetails - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ExternalFile.js b/src/model/ExternalFile.js index 3aa5b758a..5a86ea050 100644 --- a/src/model/ExternalFile.js +++ b/src/model/ExternalFile.js @@ -30,7 +30,7 @@ /** * The ExternalFile model module. * @module model/ExternalFile - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ExternalFolder.js b/src/model/ExternalFolder.js index 37b6e1cfb..79c930823 100644 --- a/src/model/ExternalFolder.js +++ b/src/model/ExternalFolder.js @@ -30,7 +30,7 @@ /** * The ExternalFolder model module. * @module model/ExternalFolder - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FeatureSet.js b/src/model/FeatureSet.js index dfd02662e..f2609312b 100644 --- a/src/model/FeatureSet.js +++ b/src/model/FeatureSet.js @@ -30,7 +30,7 @@ /** * The FeatureSet model module. * @module model/FeatureSet - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FileType.js b/src/model/FileType.js index ea223beeb..32a54d3d1 100644 --- a/src/model/FileType.js +++ b/src/model/FileType.js @@ -30,7 +30,7 @@ /** * The FileType model module. * @module model/FileType - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FileTypeList.js b/src/model/FileTypeList.js index dd464f288..daf4d5835 100644 --- a/src/model/FileTypeList.js +++ b/src/model/FileTypeList.js @@ -30,7 +30,7 @@ /** * The FileTypeList model module. * @module model/FileTypeList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Filter.js b/src/model/Filter.js index 1d581b476..992ccb50e 100644 --- a/src/model/Filter.js +++ b/src/model/Filter.js @@ -30,7 +30,7 @@ /** * The Filter model module. * @module model/Filter - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FirstName.js b/src/model/FirstName.js index 121da4470..a284e7923 100644 --- a/src/model/FirstName.js +++ b/src/model/FirstName.js @@ -30,7 +30,7 @@ /** * The FirstName model module. * @module model/FirstName - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Folder.js b/src/model/Folder.js index 1585297a9..b3cb40395 100644 --- a/src/model/Folder.js +++ b/src/model/Folder.js @@ -30,7 +30,7 @@ /** * The Folder model module. * @module model/Folder - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FolderItem.js b/src/model/FolderItem.js index 69e0144fa..5dcec9dd1 100644 --- a/src/model/FolderItem.js +++ b/src/model/FolderItem.js @@ -30,7 +30,7 @@ /** * The FolderItem model module. * @module model/FolderItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FolderItemResponse.js b/src/model/FolderItemResponse.js index 8940d0e7d..e48663f98 100644 --- a/src/model/FolderItemResponse.js +++ b/src/model/FolderItemResponse.js @@ -30,7 +30,7 @@ /** * The FolderItemResponse model module. * @module model/FolderItemResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FolderItemV2.js b/src/model/FolderItemV2.js index 1d9289c56..bde705db0 100644 --- a/src/model/FolderItemV2.js +++ b/src/model/FolderItemV2.js @@ -30,7 +30,7 @@ /** * The FolderItemV2 model module. * @module model/FolderItemV2 - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FolderItemsResponse.js b/src/model/FolderItemsResponse.js index 9acd55673..247d20511 100644 --- a/src/model/FolderItemsResponse.js +++ b/src/model/FolderItemsResponse.js @@ -30,7 +30,7 @@ /** * The FolderItemsResponse model module. * @module model/FolderItemsResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FoldersRequest.js b/src/model/FoldersRequest.js index b02d00003..e11817d42 100644 --- a/src/model/FoldersRequest.js +++ b/src/model/FoldersRequest.js @@ -30,7 +30,7 @@ /** * The FoldersRequest model module. * @module model/FoldersRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FoldersResponse.js b/src/model/FoldersResponse.js index f8afc2203..292b63ca0 100644 --- a/src/model/FoldersResponse.js +++ b/src/model/FoldersResponse.js @@ -30,7 +30,7 @@ /** * The FoldersResponse model module. * @module model/FoldersResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ForgottenPasswordInformation.js b/src/model/ForgottenPasswordInformation.js index 64bfc6e6a..7d36460a6 100644 --- a/src/model/ForgottenPasswordInformation.js +++ b/src/model/ForgottenPasswordInformation.js @@ -30,7 +30,7 @@ /** * The ForgottenPasswordInformation model module. * @module model/ForgottenPasswordInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FormulaTab.js b/src/model/FormulaTab.js index 0fae72fed..9959984fe 100644 --- a/src/model/FormulaTab.js +++ b/src/model/FormulaTab.js @@ -30,7 +30,7 @@ /** * The FormulaTab model module. * @module model/FormulaTab - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/FullName.js b/src/model/FullName.js index 9357fb719..cd1eb9005 100644 --- a/src/model/FullName.js +++ b/src/model/FullName.js @@ -30,7 +30,7 @@ /** * The FullName model module. * @module model/FullName - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Group.js b/src/model/Group.js index ee00d01f4..df9ac8d0f 100644 --- a/src/model/Group.js +++ b/src/model/Group.js @@ -30,7 +30,7 @@ /** * The Group model module. * @module model/Group - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/GroupInformation.js b/src/model/GroupInformation.js index ec3364be8..ff0342ac3 100644 --- a/src/model/GroupInformation.js +++ b/src/model/GroupInformation.js @@ -30,7 +30,7 @@ /** * The GroupInformation model module. * @module model/GroupInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/IdCheckInformationInput.js b/src/model/IdCheckInformationInput.js index fdc6b64d3..6734af487 100644 --- a/src/model/IdCheckInformationInput.js +++ b/src/model/IdCheckInformationInput.js @@ -30,7 +30,7 @@ /** * The IdCheckInformationInput model module. * @module model/IdCheckInformationInput - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/InPersonSigner.js b/src/model/InPersonSigner.js index 3de9ff892..1ba778eb3 100644 --- a/src/model/InPersonSigner.js +++ b/src/model/InPersonSigner.js @@ -30,7 +30,7 @@ /** * The InPersonSigner model module. * @module model/InPersonSigner - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/InitialHere.js b/src/model/InitialHere.js index 3035b8755..d0c94eb56 100644 --- a/src/model/InitialHere.js +++ b/src/model/InitialHere.js @@ -30,7 +30,7 @@ /** * The InitialHere model module. * @module model/InitialHere - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/InlineTemplate.js b/src/model/InlineTemplate.js index c0c3a1bcb..87fc3c937 100644 --- a/src/model/InlineTemplate.js +++ b/src/model/InlineTemplate.js @@ -30,7 +30,7 @@ /** * The InlineTemplate model module. * @module model/InlineTemplate - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/IntegratedUserInfoList.js b/src/model/IntegratedUserInfoList.js index 812bb581d..214e60a45 100644 --- a/src/model/IntegratedUserInfoList.js +++ b/src/model/IntegratedUserInfoList.js @@ -30,7 +30,7 @@ /** * The IntegratedUserInfoList model module. * @module model/IntegratedUserInfoList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Intermediary.js b/src/model/Intermediary.js index 2ef9547c6..a9c22aa70 100644 --- a/src/model/Intermediary.js +++ b/src/model/Intermediary.js @@ -30,7 +30,7 @@ /** * The Intermediary model module. * @module model/Intermediary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Jurisdiction.js b/src/model/Jurisdiction.js index f6f9f1c75..50bd047ef 100644 --- a/src/model/Jurisdiction.js +++ b/src/model/Jurisdiction.js @@ -30,7 +30,7 @@ /** * The Jurisdiction model module. * @module model/Jurisdiction - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/LastName.js b/src/model/LastName.js index 6c42b0f98..19c4cdc67 100644 --- a/src/model/LastName.js +++ b/src/model/LastName.js @@ -30,7 +30,7 @@ /** * The LastName model module. * @module model/LastName - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/List.js b/src/model/List.js index e3eee65ee..d70f0f552 100644 --- a/src/model/List.js +++ b/src/model/List.js @@ -30,7 +30,7 @@ /** * The List model module. * @module model/List - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ListCustomField.js b/src/model/ListCustomField.js index cb851f62a..1d194947d 100644 --- a/src/model/ListCustomField.js +++ b/src/model/ListCustomField.js @@ -30,7 +30,7 @@ /** * The ListCustomField model module. * @module model/ListCustomField - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ListItem.js b/src/model/ListItem.js index 8b5c6b309..021dad465 100644 --- a/src/model/ListItem.js +++ b/src/model/ListItem.js @@ -30,7 +30,7 @@ /** * The ListItem model module. * @module model/ListItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/LockInformation.js b/src/model/LockInformation.js index db15f0614..609285505 100644 --- a/src/model/LockInformation.js +++ b/src/model/LockInformation.js @@ -30,7 +30,7 @@ /** * The LockInformation model module. * @module model/LockInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/LockRequest.js b/src/model/LockRequest.js index 8a15069c0..58504cd8c 100644 --- a/src/model/LockRequest.js +++ b/src/model/LockRequest.js @@ -30,7 +30,7 @@ /** * The LockRequest model module. * @module model/LockRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/LoginAccount.js b/src/model/LoginAccount.js index 2268737a4..ad6929ebb 100644 --- a/src/model/LoginAccount.js +++ b/src/model/LoginAccount.js @@ -30,7 +30,7 @@ /** * The LoginAccount model module. * @module model/LoginAccount - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/LoginInformation.js b/src/model/LoginInformation.js index 190be6d43..052ee336b 100644 --- a/src/model/LoginInformation.js +++ b/src/model/LoginInformation.js @@ -30,7 +30,7 @@ /** * The LoginInformation model module. * @module model/LoginInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/MatchBox.js b/src/model/MatchBox.js index e438ba87e..adb18ee50 100644 --- a/src/model/MatchBox.js +++ b/src/model/MatchBox.js @@ -30,7 +30,7 @@ /** * The MatchBox model module. * @module model/MatchBox - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/MemberGroupSharedItem.js b/src/model/MemberGroupSharedItem.js index c791a7579..1a3c7d860 100644 --- a/src/model/MemberGroupSharedItem.js +++ b/src/model/MemberGroupSharedItem.js @@ -30,7 +30,7 @@ /** * The MemberGroupSharedItem model module. * @module model/MemberGroupSharedItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/MemberSharedItems.js b/src/model/MemberSharedItems.js index b1915b19a..dc8f24c15 100644 --- a/src/model/MemberSharedItems.js +++ b/src/model/MemberSharedItems.js @@ -30,7 +30,7 @@ /** * The MemberSharedItems model module. * @module model/MemberSharedItems - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/MergeField.js b/src/model/MergeField.js index 5539206c1..92fb84297 100644 --- a/src/model/MergeField.js +++ b/src/model/MergeField.js @@ -30,7 +30,7 @@ /** * The MergeField model module. * @module model/MergeField - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/MobileNotifierConfiguration.js b/src/model/MobileNotifierConfiguration.js index b28c6eec3..99e63ebc0 100644 --- a/src/model/MobileNotifierConfiguration.js +++ b/src/model/MobileNotifierConfiguration.js @@ -30,7 +30,7 @@ /** * The MobileNotifierConfiguration model module. * @module model/MobileNotifierConfiguration - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/MobileNotifierConfigurationInformation.js b/src/model/MobileNotifierConfigurationInformation.js index cec20cae7..7d8b53ab1 100644 --- a/src/model/MobileNotifierConfigurationInformation.js +++ b/src/model/MobileNotifierConfigurationInformation.js @@ -30,7 +30,7 @@ /** * The MobileNotifierConfigurationInformation model module. * @module model/MobileNotifierConfigurationInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ModelDate.js b/src/model/ModelDate.js index f3843cbde..05b0185c6 100644 --- a/src/model/ModelDate.js +++ b/src/model/ModelDate.js @@ -30,7 +30,7 @@ /** * The ModelDate model module. * @module model/ModelDate - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ModelNumber.js b/src/model/ModelNumber.js index 06542a73b..37b4f82b0 100644 --- a/src/model/ModelNumber.js +++ b/src/model/ModelNumber.js @@ -30,7 +30,7 @@ /** * The ModelNumber model module. * @module model/ModelNumber - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Money.js b/src/model/Money.js index bc368be5c..296ceebcf 100644 --- a/src/model/Money.js +++ b/src/model/Money.js @@ -30,7 +30,7 @@ /** * The Money model module. * @module model/Money - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NameValue.js b/src/model/NameValue.js index 0aa974148..a4dea199e 100644 --- a/src/model/NameValue.js +++ b/src/model/NameValue.js @@ -30,7 +30,7 @@ /** * The NameValue model module. * @module model/NameValue - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NewAccountDefinition.js b/src/model/NewAccountDefinition.js index 0982c7138..fc9ca91da 100644 --- a/src/model/NewAccountDefinition.js +++ b/src/model/NewAccountDefinition.js @@ -30,7 +30,7 @@ /** * The NewAccountDefinition model module. * @module model/NewAccountDefinition - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NewAccountSummary.js b/src/model/NewAccountSummary.js index d2d06e717..07dfb560a 100644 --- a/src/model/NewAccountSummary.js +++ b/src/model/NewAccountSummary.js @@ -30,7 +30,7 @@ /** * The NewAccountSummary model module. * @module model/NewAccountSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NewUser.js b/src/model/NewUser.js index c49b0139f..d362b25ab 100644 --- a/src/model/NewUser.js +++ b/src/model/NewUser.js @@ -30,7 +30,7 @@ /** * The NewUser model module. * @module model/NewUser - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NewUsersDefinition.js b/src/model/NewUsersDefinition.js index b445c54b2..37a9db2f4 100644 --- a/src/model/NewUsersDefinition.js +++ b/src/model/NewUsersDefinition.js @@ -30,7 +30,7 @@ /** * The NewUsersDefinition model module. * @module model/NewUsersDefinition - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NewUsersSummary.js b/src/model/NewUsersSummary.js index 4ca6c2255..91e30a54a 100644 --- a/src/model/NewUsersSummary.js +++ b/src/model/NewUsersSummary.js @@ -30,7 +30,7 @@ /** * The NewUsersSummary model module. * @module model/NewUsersSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Notarize.js b/src/model/Notarize.js index fdeeac359..58510c7b6 100644 --- a/src/model/Notarize.js +++ b/src/model/Notarize.js @@ -30,7 +30,7 @@ /** * The Notarize model module. * @module model/Notarize - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NotaryHost.js b/src/model/NotaryHost.js index 53922060f..2a89ff0a7 100644 --- a/src/model/NotaryHost.js +++ b/src/model/NotaryHost.js @@ -30,7 +30,7 @@ /** * The NotaryHost model module. * @module model/NotaryHost - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NotaryJournal.js b/src/model/NotaryJournal.js index 85f5d29e3..dcb517a6f 100644 --- a/src/model/NotaryJournal.js +++ b/src/model/NotaryJournal.js @@ -30,7 +30,7 @@ /** * The NotaryJournal model module. * @module model/NotaryJournal - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NotaryJournalCredibleWitness.js b/src/model/NotaryJournalCredibleWitness.js index a1e3f0de8..ac272b0a6 100644 --- a/src/model/NotaryJournalCredibleWitness.js +++ b/src/model/NotaryJournalCredibleWitness.js @@ -30,7 +30,7 @@ /** * The NotaryJournalCredibleWitness model module. * @module model/NotaryJournalCredibleWitness - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NotaryJournalList.js b/src/model/NotaryJournalList.js index c9218908d..d0340dc8c 100644 --- a/src/model/NotaryJournalList.js +++ b/src/model/NotaryJournalList.js @@ -30,7 +30,7 @@ /** * The NotaryJournalList model module. * @module model/NotaryJournalList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/NotaryJournalMetaData.js b/src/model/NotaryJournalMetaData.js index 1fd8b8517..e8935665c 100644 --- a/src/model/NotaryJournalMetaData.js +++ b/src/model/NotaryJournalMetaData.js @@ -30,7 +30,7 @@ /** * The NotaryJournalMetaData model module. * @module model/NotaryJournalMetaData - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Note.js b/src/model/Note.js index 2077d45b7..f1a42f24d 100644 --- a/src/model/Note.js +++ b/src/model/Note.js @@ -30,7 +30,7 @@ /** * The Note model module. * @module model/Note - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Notification.js b/src/model/Notification.js index 9985d3d55..43f5d7ec3 100644 --- a/src/model/Notification.js +++ b/src/model/Notification.js @@ -30,7 +30,7 @@ /** * The Notification model module. * @module model/Notification - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/OauthAccess.js b/src/model/OauthAccess.js index c06902be2..308d4feab 100644 --- a/src/model/OauthAccess.js +++ b/src/model/OauthAccess.js @@ -30,7 +30,7 @@ /** * The OauthAccess model module. * @module model/OauthAccess - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/OfflineAttributes.js b/src/model/OfflineAttributes.js index 76e9df577..b537c42db 100644 --- a/src/model/OfflineAttributes.js +++ b/src/model/OfflineAttributes.js @@ -30,7 +30,7 @@ /** * The OfflineAttributes model module. * @module model/OfflineAttributes - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Page.js b/src/model/Page.js index a8b99d2c9..1389adb8b 100644 --- a/src/model/Page.js +++ b/src/model/Page.js @@ -30,7 +30,7 @@ /** * The Page model module. * @module model/Page - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PageImages.js b/src/model/PageImages.js index 4a2492df1..0121390a9 100644 --- a/src/model/PageImages.js +++ b/src/model/PageImages.js @@ -30,7 +30,7 @@ /** * The PageImages model module. * @module model/PageImages - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PageRequest.js b/src/model/PageRequest.js index 161bdeb19..037099d86 100644 --- a/src/model/PageRequest.js +++ b/src/model/PageRequest.js @@ -30,7 +30,7 @@ /** * The PageRequest model module. * @module model/PageRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PaymentDetails.js b/src/model/PaymentDetails.js index 45a5abcc9..90039f3ce 100644 --- a/src/model/PaymentDetails.js +++ b/src/model/PaymentDetails.js @@ -30,7 +30,7 @@ /** * The PaymentDetails model module. * @module model/PaymentDetails - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PaymentGatewayAccount.js b/src/model/PaymentGatewayAccount.js index 1d95d0ee0..f26fcea18 100644 --- a/src/model/PaymentGatewayAccount.js +++ b/src/model/PaymentGatewayAccount.js @@ -30,7 +30,7 @@ /** * The PaymentGatewayAccount model module. * @module model/PaymentGatewayAccount - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PaymentGatewayAccountsInfo.js b/src/model/PaymentGatewayAccountsInfo.js index e1de68f9e..1a5ca6b01 100644 --- a/src/model/PaymentGatewayAccountsInfo.js +++ b/src/model/PaymentGatewayAccountsInfo.js @@ -30,7 +30,7 @@ /** * The PaymentGatewayAccountsInfo model module. * @module model/PaymentGatewayAccountsInfo - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PaymentLineItem.js b/src/model/PaymentLineItem.js index a842d91a9..b66e26d9b 100644 --- a/src/model/PaymentLineItem.js +++ b/src/model/PaymentLineItem.js @@ -30,7 +30,7 @@ /** * The PaymentLineItem model module. * @module model/PaymentLineItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PaymentProcessorInformation.js b/src/model/PaymentProcessorInformation.js index 56d0d7ed8..124e0d349 100644 --- a/src/model/PaymentProcessorInformation.js +++ b/src/model/PaymentProcessorInformation.js @@ -30,7 +30,7 @@ /** * The PaymentProcessorInformation model module. * @module model/PaymentProcessorInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PermissionProfile.js b/src/model/PermissionProfile.js index 0ee42b1d5..9bcc97480 100644 --- a/src/model/PermissionProfile.js +++ b/src/model/PermissionProfile.js @@ -30,7 +30,7 @@ /** * The PermissionProfile model module. * @module model/PermissionProfile - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PermissionProfileInformation.js b/src/model/PermissionProfileInformation.js index f8fcf3c0d..1823cda17 100644 --- a/src/model/PermissionProfileInformation.js +++ b/src/model/PermissionProfileInformation.js @@ -30,7 +30,7 @@ /** * The PermissionProfileInformation model module. * @module model/PermissionProfileInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PlanInformation.js b/src/model/PlanInformation.js index 3de5ec171..a06b4abd8 100644 --- a/src/model/PlanInformation.js +++ b/src/model/PlanInformation.js @@ -30,7 +30,7 @@ /** * The PlanInformation model module. * @module model/PlanInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerForm.js b/src/model/PowerForm.js index 7e2f9c1f1..ca76f20b9 100644 --- a/src/model/PowerForm.js +++ b/src/model/PowerForm.js @@ -30,7 +30,7 @@ /** * The PowerForm model module. * @module model/PowerForm - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerFormFormDataEnvelope.js b/src/model/PowerFormFormDataEnvelope.js index 45ba1cd5c..b3074ae3c 100644 --- a/src/model/PowerFormFormDataEnvelope.js +++ b/src/model/PowerFormFormDataEnvelope.js @@ -30,7 +30,7 @@ /** * The PowerFormFormDataEnvelope model module. * @module model/PowerFormFormDataEnvelope - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerFormFormDataRecipient.js b/src/model/PowerFormFormDataRecipient.js index 7edeb93ec..d19863684 100644 --- a/src/model/PowerFormFormDataRecipient.js +++ b/src/model/PowerFormFormDataRecipient.js @@ -30,7 +30,7 @@ /** * The PowerFormFormDataRecipient model module. * @module model/PowerFormFormDataRecipient - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerFormRecipient.js b/src/model/PowerFormRecipient.js index 21202b858..75098f0e7 100644 --- a/src/model/PowerFormRecipient.js +++ b/src/model/PowerFormRecipient.js @@ -30,7 +30,7 @@ /** * The PowerFormRecipient model module. * @module model/PowerFormRecipient - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerFormSendersResponse.js b/src/model/PowerFormSendersResponse.js index 77d282646..48116415c 100644 --- a/src/model/PowerFormSendersResponse.js +++ b/src/model/PowerFormSendersResponse.js @@ -30,7 +30,7 @@ /** * The PowerFormSendersResponse model module. * @module model/PowerFormSendersResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerFormsFormDataResponse.js b/src/model/PowerFormsFormDataResponse.js index f306568ec..eb56c4932 100644 --- a/src/model/PowerFormsFormDataResponse.js +++ b/src/model/PowerFormsFormDataResponse.js @@ -30,7 +30,7 @@ /** * The PowerFormsFormDataResponse model module. * @module model/PowerFormsFormDataResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerFormsRequest.js b/src/model/PowerFormsRequest.js index ef1fd2284..57695334f 100644 --- a/src/model/PowerFormsRequest.js +++ b/src/model/PowerFormsRequest.js @@ -30,7 +30,7 @@ /** * The PowerFormsRequest model module. * @module model/PowerFormsRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PowerFormsResponse.js b/src/model/PowerFormsResponse.js index 081cb0dc4..d341d2fc9 100644 --- a/src/model/PowerFormsResponse.js +++ b/src/model/PowerFormsResponse.js @@ -30,7 +30,7 @@ /** * The PowerFormsResponse model module. * @module model/PowerFormsResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PropertyMetadata.js b/src/model/PropertyMetadata.js index a1e2a5419..07ea57e7c 100644 --- a/src/model/PropertyMetadata.js +++ b/src/model/PropertyMetadata.js @@ -30,7 +30,7 @@ /** * The PropertyMetadata model module. * @module model/PropertyMetadata - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Province.js b/src/model/Province.js index f15bacdba..f4f398ea0 100644 --- a/src/model/Province.js +++ b/src/model/Province.js @@ -30,7 +30,7 @@ /** * The Province model module. * @module model/Province - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ProvisioningInformation.js b/src/model/ProvisioningInformation.js index ba9fb83d8..12bde6fe1 100644 --- a/src/model/ProvisioningInformation.js +++ b/src/model/ProvisioningInformation.js @@ -30,7 +30,7 @@ /** * The ProvisioningInformation model module. * @module model/ProvisioningInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/PurchasedEnvelopesInformation.js b/src/model/PurchasedEnvelopesInformation.js index 445dd04f4..8ca975d2c 100644 --- a/src/model/PurchasedEnvelopesInformation.js +++ b/src/model/PurchasedEnvelopesInformation.js @@ -30,7 +30,7 @@ /** * The PurchasedEnvelopesInformation model module. * @module model/PurchasedEnvelopesInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Radio.js b/src/model/Radio.js index c415b3cff..28b7ebdcc 100644 --- a/src/model/Radio.js +++ b/src/model/Radio.js @@ -30,7 +30,7 @@ /** * The Radio model module. * @module model/Radio - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RadioGroup.js b/src/model/RadioGroup.js index 3607f8468..949a287af 100644 --- a/src/model/RadioGroup.js +++ b/src/model/RadioGroup.js @@ -30,7 +30,7 @@ /** * The RadioGroup model module. * @module model/RadioGroup - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientAttachment.js b/src/model/RecipientAttachment.js index 1d2f4177e..f847741e5 100644 --- a/src/model/RecipientAttachment.js +++ b/src/model/RecipientAttachment.js @@ -30,7 +30,7 @@ /** * The RecipientAttachment model module. * @module model/RecipientAttachment - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientDomain.js b/src/model/RecipientDomain.js index e1415c63b..39005d0e3 100644 --- a/src/model/RecipientDomain.js +++ b/src/model/RecipientDomain.js @@ -30,7 +30,7 @@ /** * The RecipientDomain model module. * @module model/RecipientDomain - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientEmailNotification.js b/src/model/RecipientEmailNotification.js index 8239acbd5..b11c17a5a 100644 --- a/src/model/RecipientEmailNotification.js +++ b/src/model/RecipientEmailNotification.js @@ -30,7 +30,7 @@ /** * The RecipientEmailNotification model module. * @module model/RecipientEmailNotification - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientEvent.js b/src/model/RecipientEvent.js index 3883b636b..c56e0226c 100644 --- a/src/model/RecipientEvent.js +++ b/src/model/RecipientEvent.js @@ -30,7 +30,7 @@ /** * The RecipientEvent model module. * @module model/RecipientEvent - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientFormData.js b/src/model/RecipientFormData.js index bfa5a92d5..d292dea2c 100644 --- a/src/model/RecipientFormData.js +++ b/src/model/RecipientFormData.js @@ -30,7 +30,7 @@ /** * The RecipientFormData model module. * @module model/RecipientFormData - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientIdentityInputOption.js b/src/model/RecipientIdentityInputOption.js index b7c98ed37..c2029f4d4 100644 --- a/src/model/RecipientIdentityInputOption.js +++ b/src/model/RecipientIdentityInputOption.js @@ -30,7 +30,7 @@ /** * The RecipientIdentityInputOption model module. * @module model/RecipientIdentityInputOption - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientIdentityPhoneNumber.js b/src/model/RecipientIdentityPhoneNumber.js index fac9896bf..41bbec5cb 100644 --- a/src/model/RecipientIdentityPhoneNumber.js +++ b/src/model/RecipientIdentityPhoneNumber.js @@ -30,7 +30,7 @@ /** * The RecipientIdentityPhoneNumber model module. * @module model/RecipientIdentityPhoneNumber - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientIdentityVerification.js b/src/model/RecipientIdentityVerification.js index fc2d647b8..6b3e385eb 100644 --- a/src/model/RecipientIdentityVerification.js +++ b/src/model/RecipientIdentityVerification.js @@ -30,7 +30,7 @@ /** * The RecipientIdentityVerification model module. * @module model/RecipientIdentityVerification - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientNamesResponse.js b/src/model/RecipientNamesResponse.js index a9eeefab6..359c7f8a9 100644 --- a/src/model/RecipientNamesResponse.js +++ b/src/model/RecipientNamesResponse.js @@ -30,7 +30,7 @@ /** * The RecipientNamesResponse model module. * @module model/RecipientNamesResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientPhoneAuthentication.js b/src/model/RecipientPhoneAuthentication.js index 9d09436ea..69c5e55db 100644 --- a/src/model/RecipientPhoneAuthentication.js +++ b/src/model/RecipientPhoneAuthentication.js @@ -30,7 +30,7 @@ /** * The RecipientPhoneAuthentication model module. * @module model/RecipientPhoneAuthentication - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientProofFile.js b/src/model/RecipientProofFile.js index 1dedd53e6..a3f707640 100644 --- a/src/model/RecipientProofFile.js +++ b/src/model/RecipientProofFile.js @@ -30,7 +30,7 @@ /** * The RecipientProofFile model module. * @module model/RecipientProofFile - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientSAMLAuthentication.js b/src/model/RecipientSAMLAuthentication.js index 06628b63d..4e31e7762 100644 --- a/src/model/RecipientSAMLAuthentication.js +++ b/src/model/RecipientSAMLAuthentication.js @@ -30,7 +30,7 @@ /** * The RecipientSAMLAuthentication model module. * @module model/RecipientSAMLAuthentication - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientSMSAuthentication.js b/src/model/RecipientSMSAuthentication.js index 6fe78039b..c372f6515 100644 --- a/src/model/RecipientSMSAuthentication.js +++ b/src/model/RecipientSMSAuthentication.js @@ -30,7 +30,7 @@ /** * The RecipientSMSAuthentication model module. * @module model/RecipientSMSAuthentication - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientSignatureInformation.js b/src/model/RecipientSignatureInformation.js index 6749173a0..1fe22f5dc 100644 --- a/src/model/RecipientSignatureInformation.js +++ b/src/model/RecipientSignatureInformation.js @@ -30,7 +30,7 @@ /** * The RecipientSignatureInformation model module. * @module model/RecipientSignatureInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientSignatureProvider.js b/src/model/RecipientSignatureProvider.js index 9866e8dbf..c77c96816 100644 --- a/src/model/RecipientSignatureProvider.js +++ b/src/model/RecipientSignatureProvider.js @@ -30,7 +30,7 @@ /** * The RecipientSignatureProvider model module. * @module model/RecipientSignatureProvider - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientSignatureProviderOptions.js b/src/model/RecipientSignatureProviderOptions.js index caf18348b..895f4cc23 100644 --- a/src/model/RecipientSignatureProviderOptions.js +++ b/src/model/RecipientSignatureProviderOptions.js @@ -30,7 +30,7 @@ /** * The RecipientSignatureProviderOptions model module. * @module model/RecipientSignatureProviderOptions - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientUpdateResponse.js b/src/model/RecipientUpdateResponse.js index f2bac1a9c..e916105ba 100644 --- a/src/model/RecipientUpdateResponse.js +++ b/src/model/RecipientUpdateResponse.js @@ -30,7 +30,7 @@ /** * The RecipientUpdateResponse model module. * @module model/RecipientUpdateResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientViewRequest.js b/src/model/RecipientViewRequest.js index aa13be2ad..4d8a11c5f 100644 --- a/src/model/RecipientViewRequest.js +++ b/src/model/RecipientViewRequest.js @@ -30,7 +30,7 @@ /** * The RecipientViewRequest model module. * @module model/RecipientViewRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Recipients.js b/src/model/Recipients.js index 9c7f13781..fc2f8ff07 100644 --- a/src/model/Recipients.js +++ b/src/model/Recipients.js @@ -30,7 +30,7 @@ /** * The Recipients model module. * @module model/Recipients - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/RecipientsUpdateSummary.js b/src/model/RecipientsUpdateSummary.js index 1122063c4..d0503ef39 100644 --- a/src/model/RecipientsUpdateSummary.js +++ b/src/model/RecipientsUpdateSummary.js @@ -30,7 +30,7 @@ /** * The RecipientsUpdateSummary model module. * @module model/RecipientsUpdateSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ReferralInformation.js b/src/model/ReferralInformation.js index c1d412fdc..aab1666e9 100644 --- a/src/model/ReferralInformation.js +++ b/src/model/ReferralInformation.js @@ -30,7 +30,7 @@ /** * The ReferralInformation model module. * @module model/ReferralInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Reminders.js b/src/model/Reminders.js index 41d0eee1d..02e3419c1 100644 --- a/src/model/Reminders.js +++ b/src/model/Reminders.js @@ -30,7 +30,7 @@ /** * The Reminders model module. * @module model/Reminders - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ResourceInformation.js b/src/model/ResourceInformation.js index 8b182d803..600d595bf 100644 --- a/src/model/ResourceInformation.js +++ b/src/model/ResourceInformation.js @@ -30,7 +30,7 @@ /** * The ResourceInformation model module. * @module model/ResourceInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ReturnUrlRequest.js b/src/model/ReturnUrlRequest.js index accd11183..40357a9ee 100644 --- a/src/model/ReturnUrlRequest.js +++ b/src/model/ReturnUrlRequest.js @@ -30,7 +30,7 @@ /** * The ReturnUrlRequest model module. * @module model/ReturnUrlRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Revision.js b/src/model/Revision.js index 37e7c80f6..a9e4796ec 100644 --- a/src/model/Revision.js +++ b/src/model/Revision.js @@ -30,7 +30,7 @@ /** * The Revision model module. * @module model/Revision - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SamlAssertionAttribute.js b/src/model/SamlAssertionAttribute.js index 28c6b5f10..9850cd18f 100644 --- a/src/model/SamlAssertionAttribute.js +++ b/src/model/SamlAssertionAttribute.js @@ -30,7 +30,7 @@ /** * The SamlAssertionAttribute model module. * @module model/SamlAssertionAttribute - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Seal.js b/src/model/Seal.js index 34fb1471d..c3f3a7293 100644 --- a/src/model/Seal.js +++ b/src/model/Seal.js @@ -30,7 +30,7 @@ /** * The Seal model module. * @module model/Seal - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SealIdentifier.js b/src/model/SealIdentifier.js index 2d15e1a20..47fd8a1fb 100644 --- a/src/model/SealIdentifier.js +++ b/src/model/SealIdentifier.js @@ -30,7 +30,7 @@ /** * The SealIdentifier model module. * @module model/SealIdentifier - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SealSign.js b/src/model/SealSign.js index 1a8d29991..b64a8ddf2 100644 --- a/src/model/SealSign.js +++ b/src/model/SealSign.js @@ -30,7 +30,7 @@ /** * The SealSign model module. * @module model/SealSign - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SeatDiscount.js b/src/model/SeatDiscount.js index e41a2d0ed..5658760d7 100644 --- a/src/model/SeatDiscount.js +++ b/src/model/SeatDiscount.js @@ -30,7 +30,7 @@ /** * The SeatDiscount model module. * @module model/SeatDiscount - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Sender.js b/src/model/Sender.js index 9941e76b5..6e76645b2 100644 --- a/src/model/Sender.js +++ b/src/model/Sender.js @@ -30,7 +30,7 @@ /** * The Sender model module. * @module model/Sender - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SenderEmailNotifications.js b/src/model/SenderEmailNotifications.js index 4353e30bd..6b69e5b47 100644 --- a/src/model/SenderEmailNotifications.js +++ b/src/model/SenderEmailNotifications.js @@ -30,7 +30,7 @@ /** * The SenderEmailNotifications model module. * @module model/SenderEmailNotifications - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ServerTemplate.js b/src/model/ServerTemplate.js index 861366e38..8ce480380 100644 --- a/src/model/ServerTemplate.js +++ b/src/model/ServerTemplate.js @@ -30,7 +30,7 @@ /** * The ServerTemplate model module. * @module model/ServerTemplate - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ServiceInformation.js b/src/model/ServiceInformation.js index 43a744a95..24205303d 100644 --- a/src/model/ServiceInformation.js +++ b/src/model/ServiceInformation.js @@ -30,7 +30,7 @@ /** * The ServiceInformation model module. * @module model/ServiceInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ServiceVersion.js b/src/model/ServiceVersion.js index c1a19acc0..395dc5734 100644 --- a/src/model/ServiceVersion.js +++ b/src/model/ServiceVersion.js @@ -30,7 +30,7 @@ /** * The ServiceVersion model module. * @module model/ServiceVersion - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SettingsMetadata.js b/src/model/SettingsMetadata.js index 0ce1ae4f6..02bab2431 100644 --- a/src/model/SettingsMetadata.js +++ b/src/model/SettingsMetadata.js @@ -30,7 +30,7 @@ /** * The SettingsMetadata model module. * @module model/SettingsMetadata - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SharedItem.js b/src/model/SharedItem.js index 84d4aa1a1..c3ec06796 100644 --- a/src/model/SharedItem.js +++ b/src/model/SharedItem.js @@ -30,7 +30,7 @@ /** * The SharedItem model module. * @module model/SharedItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignHashDocument.js b/src/model/SignHashDocument.js index af3b54740..847452625 100644 --- a/src/model/SignHashDocument.js +++ b/src/model/SignHashDocument.js @@ -30,7 +30,7 @@ /** * The SignHashDocument model module. * @module model/SignHashDocument - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignHashSessionInfoResponse.js b/src/model/SignHashSessionInfoResponse.js index f1fc2c523..3758c75e1 100644 --- a/src/model/SignHashSessionInfoResponse.js +++ b/src/model/SignHashSessionInfoResponse.js @@ -30,7 +30,7 @@ /** * The SignHashSessionInfoResponse model module. * @module model/SignHashSessionInfoResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignHere.js b/src/model/SignHere.js index d0e1ba9bd..327fda2c3 100644 --- a/src/model/SignHere.js +++ b/src/model/SignHere.js @@ -30,7 +30,7 @@ /** * The SignHere model module. * @module model/SignHere - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignSessionInfoRequest.js b/src/model/SignSessionInfoRequest.js index 9afe75bd9..2efdd2ed1 100644 --- a/src/model/SignSessionInfoRequest.js +++ b/src/model/SignSessionInfoRequest.js @@ -30,7 +30,7 @@ /** * The SignSessionInfoRequest model module. * @module model/SignSessionInfoRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignatureDataInfo.js b/src/model/SignatureDataInfo.js index c9b7d808c..47b6fd982 100644 --- a/src/model/SignatureDataInfo.js +++ b/src/model/SignatureDataInfo.js @@ -30,7 +30,7 @@ /** * The SignatureDataInfo model module. * @module model/SignatureDataInfo - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignatureProviderRequiredOption.js b/src/model/SignatureProviderRequiredOption.js index 5480ffa68..266a69d8d 100644 --- a/src/model/SignatureProviderRequiredOption.js +++ b/src/model/SignatureProviderRequiredOption.js @@ -30,7 +30,7 @@ /** * The SignatureProviderRequiredOption model module. * @module model/SignatureProviderRequiredOption - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignatureType.js b/src/model/SignatureType.js index 056861fa0..9a0681ac2 100644 --- a/src/model/SignatureType.js +++ b/src/model/SignatureType.js @@ -30,7 +30,7 @@ /** * The SignatureType model module. * @module model/SignatureType - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Signer.js b/src/model/Signer.js index 84f8591f8..626982c2b 100644 --- a/src/model/Signer.js +++ b/src/model/Signer.js @@ -30,7 +30,7 @@ /** * The Signer model module. * @module model/Signer - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignerAttachment.js b/src/model/SignerAttachment.js index 0720b026a..38711e949 100644 --- a/src/model/SignerAttachment.js +++ b/src/model/SignerAttachment.js @@ -30,7 +30,7 @@ /** * The SignerAttachment model module. * @module model/SignerAttachment - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SignerEmailNotifications.js b/src/model/SignerEmailNotifications.js index fc0af03c2..79560c04d 100644 --- a/src/model/SignerEmailNotifications.js +++ b/src/model/SignerEmailNotifications.js @@ -30,7 +30,7 @@ /** * The SignerEmailNotifications model module. * @module model/SignerEmailNotifications - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SigningGroup.js b/src/model/SigningGroup.js index 25513fd53..9c24f075c 100644 --- a/src/model/SigningGroup.js +++ b/src/model/SigningGroup.js @@ -30,7 +30,7 @@ /** * The SigningGroup model module. * @module model/SigningGroup - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SigningGroupInformation.js b/src/model/SigningGroupInformation.js index c056538db..18b63c3ab 100644 --- a/src/model/SigningGroupInformation.js +++ b/src/model/SigningGroupInformation.js @@ -30,7 +30,7 @@ /** * The SigningGroupInformation model module. * @module model/SigningGroupInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SigningGroupUser.js b/src/model/SigningGroupUser.js index 4d4e5e390..1623359ca 100644 --- a/src/model/SigningGroupUser.js +++ b/src/model/SigningGroupUser.js @@ -30,7 +30,7 @@ /** * The SigningGroupUser model module. * @module model/SigningGroupUser - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SigningGroupUsers.js b/src/model/SigningGroupUsers.js index 73bb6113c..3398032dd 100644 --- a/src/model/SigningGroupUsers.js +++ b/src/model/SigningGroupUsers.js @@ -30,7 +30,7 @@ /** * The SigningGroupUsers model module. * @module model/SigningGroupUsers - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SmartSection.js b/src/model/SmartSection.js index 621b007d6..4119a2609 100644 --- a/src/model/SmartSection.js +++ b/src/model/SmartSection.js @@ -30,7 +30,7 @@ /** * The SmartSection model module. * @module model/SmartSection - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SmartSectionAnchorPosition.js b/src/model/SmartSectionAnchorPosition.js index 9bd288295..0a7c01112 100644 --- a/src/model/SmartSectionAnchorPosition.js +++ b/src/model/SmartSectionAnchorPosition.js @@ -30,7 +30,7 @@ /** * The SmartSectionAnchorPosition model module. * @module model/SmartSectionAnchorPosition - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SmartSectionCollapsibleDisplaySettings.js b/src/model/SmartSectionCollapsibleDisplaySettings.js index 9d275d519..09759faec 100644 --- a/src/model/SmartSectionCollapsibleDisplaySettings.js +++ b/src/model/SmartSectionCollapsibleDisplaySettings.js @@ -30,7 +30,7 @@ /** * The SmartSectionCollapsibleDisplaySettings model module. * @module model/SmartSectionCollapsibleDisplaySettings - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SmartSectionDisplaySettings.js b/src/model/SmartSectionDisplaySettings.js index 7659ab44e..0a654e202 100644 --- a/src/model/SmartSectionDisplaySettings.js +++ b/src/model/SmartSectionDisplaySettings.js @@ -30,7 +30,7 @@ /** * The SmartSectionDisplaySettings model module. * @module model/SmartSectionDisplaySettings - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SocialAccountInformation.js b/src/model/SocialAccountInformation.js index 654810846..d51e7830a 100644 --- a/src/model/SocialAccountInformation.js +++ b/src/model/SocialAccountInformation.js @@ -30,7 +30,7 @@ /** * The SocialAccountInformation model module. * @module model/SocialAccountInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SocialAuthentication.js b/src/model/SocialAuthentication.js index 6a3c8dde1..fc14bc8ae 100644 --- a/src/model/SocialAuthentication.js +++ b/src/model/SocialAuthentication.js @@ -30,7 +30,7 @@ /** * The SocialAuthentication model module. * @module model/SocialAuthentication - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Ssn.js b/src/model/Ssn.js index 5227d5ecc..0f4af2c88 100644 --- a/src/model/Ssn.js +++ b/src/model/Ssn.js @@ -30,7 +30,7 @@ /** * The Ssn model module. * @module model/Ssn - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Ssn4InformationInput.js b/src/model/Ssn4InformationInput.js index 926497bab..e68cc6a5a 100644 --- a/src/model/Ssn4InformationInput.js +++ b/src/model/Ssn4InformationInput.js @@ -30,7 +30,7 @@ /** * The Ssn4InformationInput model module. * @module model/Ssn4InformationInput - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Ssn9InformationInput.js b/src/model/Ssn9InformationInput.js index e745cf861..9a3eab7b0 100644 --- a/src/model/Ssn9InformationInput.js +++ b/src/model/Ssn9InformationInput.js @@ -30,7 +30,7 @@ /** * The Ssn9InformationInput model module. * @module model/Ssn9InformationInput - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/SupportedLanguages.js b/src/model/SupportedLanguages.js index 40a538af9..f970339d3 100644 --- a/src/model/SupportedLanguages.js +++ b/src/model/SupportedLanguages.js @@ -30,7 +30,7 @@ /** * The SupportedLanguages model module. * @module model/SupportedLanguages - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TabAccountSettings.js b/src/model/TabAccountSettings.js index 026ad3082..f837b8c00 100644 --- a/src/model/TabAccountSettings.js +++ b/src/model/TabAccountSettings.js @@ -30,7 +30,7 @@ /** * The TabAccountSettings model module. * @module model/TabAccountSettings - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TabMetadata.js b/src/model/TabMetadata.js index ee2a09484..f3ff63615 100644 --- a/src/model/TabMetadata.js +++ b/src/model/TabMetadata.js @@ -30,7 +30,7 @@ /** * The TabMetadata model module. * @module model/TabMetadata - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TabMetadataList.js b/src/model/TabMetadataList.js index b5d319820..ad5e8a986 100644 --- a/src/model/TabMetadataList.js +++ b/src/model/TabMetadataList.js @@ -30,7 +30,7 @@ /** * The TabMetadataList model module. * @module model/TabMetadataList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Tabs.js b/src/model/Tabs.js index 59480a150..da48d6977 100644 --- a/src/model/Tabs.js +++ b/src/model/Tabs.js @@ -30,7 +30,7 @@ /** * The Tabs model module. * @module model/Tabs - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateCustomFields.js b/src/model/TemplateCustomFields.js index 8c7450478..a05afc99f 100644 --- a/src/model/TemplateCustomFields.js +++ b/src/model/TemplateCustomFields.js @@ -30,7 +30,7 @@ /** * The TemplateCustomFields model module. * @module model/TemplateCustomFields - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateDocumentVisibilityList.js b/src/model/TemplateDocumentVisibilityList.js index 606446cfa..c2d43715b 100644 --- a/src/model/TemplateDocumentVisibilityList.js +++ b/src/model/TemplateDocumentVisibilityList.js @@ -30,7 +30,7 @@ /** * The TemplateDocumentVisibilityList model module. * @module model/TemplateDocumentVisibilityList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateDocumentsResult.js b/src/model/TemplateDocumentsResult.js index e3760dc1f..9bd565223 100644 --- a/src/model/TemplateDocumentsResult.js +++ b/src/model/TemplateDocumentsResult.js @@ -30,7 +30,7 @@ /** * The TemplateDocumentsResult model module. * @module model/TemplateDocumentsResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateInformation.js b/src/model/TemplateInformation.js index 66ebecaec..fd657a187 100644 --- a/src/model/TemplateInformation.js +++ b/src/model/TemplateInformation.js @@ -30,7 +30,7 @@ /** * The TemplateInformation model module. * @module model/TemplateInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateMatch.js b/src/model/TemplateMatch.js index 7e6285312..849f42f4f 100644 --- a/src/model/TemplateMatch.js +++ b/src/model/TemplateMatch.js @@ -30,7 +30,7 @@ /** * The TemplateMatch model module. * @module model/TemplateMatch - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateNotificationRequest.js b/src/model/TemplateNotificationRequest.js index df6211be5..e89547f9a 100644 --- a/src/model/TemplateNotificationRequest.js +++ b/src/model/TemplateNotificationRequest.js @@ -30,7 +30,7 @@ /** * The TemplateNotificationRequest model module. * @module model/TemplateNotificationRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateRecipients.js b/src/model/TemplateRecipients.js index 2bbca9c22..bf80780ca 100644 --- a/src/model/TemplateRecipients.js +++ b/src/model/TemplateRecipients.js @@ -30,7 +30,7 @@ /** * The TemplateRecipients model module. * @module model/TemplateRecipients - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateRole.js b/src/model/TemplateRole.js index 98f447ef7..691be0154 100644 --- a/src/model/TemplateRole.js +++ b/src/model/TemplateRole.js @@ -30,7 +30,7 @@ /** * The TemplateRole model module. * @module model/TemplateRole - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateSharedItem.js b/src/model/TemplateSharedItem.js index 008fb9cd4..93b915412 100644 --- a/src/model/TemplateSharedItem.js +++ b/src/model/TemplateSharedItem.js @@ -30,7 +30,7 @@ /** * The TemplateSharedItem model module. * @module model/TemplateSharedItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateSummary.js b/src/model/TemplateSummary.js index 610ac80ec..723736374 100644 --- a/src/model/TemplateSummary.js +++ b/src/model/TemplateSummary.js @@ -30,7 +30,7 @@ /** * The TemplateSummary model module. * @module model/TemplateSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateTabs.js b/src/model/TemplateTabs.js index 6969b6e3b..8d39a932d 100644 --- a/src/model/TemplateTabs.js +++ b/src/model/TemplateTabs.js @@ -30,7 +30,7 @@ /** * The TemplateTabs model module. * @module model/TemplateTabs - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TemplateUpdateSummary.js b/src/model/TemplateUpdateSummary.js index c21f810e1..c7decdc37 100644 --- a/src/model/TemplateUpdateSummary.js +++ b/src/model/TemplateUpdateSummary.js @@ -30,7 +30,7 @@ /** * The TemplateUpdateSummary model module. * @module model/TemplateUpdateSummary - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Text.js b/src/model/Text.js index bb854a05e..276dcf29c 100644 --- a/src/model/Text.js +++ b/src/model/Text.js @@ -30,7 +30,7 @@ /** * The Text model module. * @module model/Text - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TextCustomField.js b/src/model/TextCustomField.js index 2851516ff..6a45fb5d2 100644 --- a/src/model/TextCustomField.js +++ b/src/model/TextCustomField.js @@ -30,7 +30,7 @@ /** * The TextCustomField model module. * @module model/TextCustomField - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TimeStampField.js b/src/model/TimeStampField.js index beae02f3f..90765c81b 100644 --- a/src/model/TimeStampField.js +++ b/src/model/TimeStampField.js @@ -30,7 +30,7 @@ /** * The TimeStampField model module. * @module model/TimeStampField - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Title.js b/src/model/Title.js index 516bb25cb..a4163769f 100644 --- a/src/model/Title.js +++ b/src/model/Title.js @@ -30,7 +30,7 @@ /** * The Title model module. * @module model/Title - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TspHealthCheckRequest.js b/src/model/TspHealthCheckRequest.js index 898a5b5fa..a95f581b5 100644 --- a/src/model/TspHealthCheckRequest.js +++ b/src/model/TspHealthCheckRequest.js @@ -30,7 +30,7 @@ /** * The TspHealthCheckRequest model module. * @module model/TspHealthCheckRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/TspHealthCheckStatusDescription.js b/src/model/TspHealthCheckStatusDescription.js index 191ee8d85..575b2e2aa 100644 --- a/src/model/TspHealthCheckStatusDescription.js +++ b/src/model/TspHealthCheckStatusDescription.js @@ -30,7 +30,7 @@ /** * The TspHealthCheckStatusDescription model module. * @module model/TspHealthCheckStatusDescription - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UpdateTransactionRequest.js b/src/model/UpdateTransactionRequest.js index d0c9a794b..700cccd20 100644 --- a/src/model/UpdateTransactionRequest.js +++ b/src/model/UpdateTransactionRequest.js @@ -30,7 +30,7 @@ /** * The UpdateTransactionRequest model module. * @module model/UpdateTransactionRequest - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UpdateTransactionResponse.js b/src/model/UpdateTransactionResponse.js index 38f0b0fc2..64dfc17af 100644 --- a/src/model/UpdateTransactionResponse.js +++ b/src/model/UpdateTransactionResponse.js @@ -30,7 +30,7 @@ /** * The UpdateTransactionResponse model module. * @module model/UpdateTransactionResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UsageHistory.js b/src/model/UsageHistory.js index 8d0b37ae7..7463dabe9 100644 --- a/src/model/UsageHistory.js +++ b/src/model/UsageHistory.js @@ -30,7 +30,7 @@ /** * The UsageHistory model module. * @module model/UsageHistory - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/User.js b/src/model/User.js index ee1917e60..4cdfedf2f 100644 --- a/src/model/User.js +++ b/src/model/User.js @@ -30,7 +30,7 @@ /** * The User model module. * @module model/User - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserAccountManagementGranularInformation.js b/src/model/UserAccountManagementGranularInformation.js index 576abd8f7..67bb711dc 100644 --- a/src/model/UserAccountManagementGranularInformation.js +++ b/src/model/UserAccountManagementGranularInformation.js @@ -30,7 +30,7 @@ /** * The UserAccountManagementGranularInformation model module. * @module model/UserAccountManagementGranularInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserInfo.js b/src/model/UserInfo.js index 0f526be23..269e9b9ef 100644 --- a/src/model/UserInfo.js +++ b/src/model/UserInfo.js @@ -30,7 +30,7 @@ /** * The UserInfo model module. * @module model/UserInfo - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserInfoList.js b/src/model/UserInfoList.js index d4ae52f30..30eb88f83 100644 --- a/src/model/UserInfoList.js +++ b/src/model/UserInfoList.js @@ -30,7 +30,7 @@ /** * The UserInfoList model module. * @module model/UserInfoList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserInfoResponse.js b/src/model/UserInfoResponse.js index 3666248ef..d3897bbc1 100644 --- a/src/model/UserInfoResponse.js +++ b/src/model/UserInfoResponse.js @@ -30,7 +30,7 @@ /** * The UserInfoResponse model module. * @module model/UserInfoResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserInformation.js b/src/model/UserInformation.js index 768b2fdcd..597e2d0b3 100644 --- a/src/model/UserInformation.js +++ b/src/model/UserInformation.js @@ -30,7 +30,7 @@ /** * The UserInformation model module. * @module model/UserInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserInformationList.js b/src/model/UserInformationList.js index 343853f65..35976d339 100644 --- a/src/model/UserInformationList.js +++ b/src/model/UserInformationList.js @@ -30,7 +30,7 @@ /** * The UserInformationList model module. * @module model/UserInformationList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserPasswordInformation.js b/src/model/UserPasswordInformation.js index 2ecb278ed..a4a957409 100644 --- a/src/model/UserPasswordInformation.js +++ b/src/model/UserPasswordInformation.js @@ -30,7 +30,7 @@ /** * The UserPasswordInformation model module. * @module model/UserPasswordInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserPasswordRules.js b/src/model/UserPasswordRules.js index 603523864..bb09445c0 100644 --- a/src/model/UserPasswordRules.js +++ b/src/model/UserPasswordRules.js @@ -30,7 +30,7 @@ /** * The UserPasswordRules model module. * @module model/UserPasswordRules - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserProfile.js b/src/model/UserProfile.js index fdea87261..3c5d72241 100644 --- a/src/model/UserProfile.js +++ b/src/model/UserProfile.js @@ -30,7 +30,7 @@ /** * The UserProfile model module. * @module model/UserProfile - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserSettingsInformation.js b/src/model/UserSettingsInformation.js index c738938b3..cab75502c 100644 --- a/src/model/UserSettingsInformation.js +++ b/src/model/UserSettingsInformation.js @@ -30,7 +30,7 @@ /** * The UserSettingsInformation model module. * @module model/UserSettingsInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserSharedItem.js b/src/model/UserSharedItem.js index 475373fd5..52cb4a5b9 100644 --- a/src/model/UserSharedItem.js +++ b/src/model/UserSharedItem.js @@ -30,7 +30,7 @@ /** * The UserSharedItem model module. * @module model/UserSharedItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserSignature.js b/src/model/UserSignature.js index 4641574aa..b20113dfd 100644 --- a/src/model/UserSignature.js +++ b/src/model/UserSignature.js @@ -30,7 +30,7 @@ /** * The UserSignature model module. * @module model/UserSignature - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserSignatureDefinition.js b/src/model/UserSignatureDefinition.js index ba93a7860..1c65258fd 100644 --- a/src/model/UserSignatureDefinition.js +++ b/src/model/UserSignatureDefinition.js @@ -30,7 +30,7 @@ /** * The UserSignatureDefinition model module. * @module model/UserSignatureDefinition - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserSignaturesInformation.js b/src/model/UserSignaturesInformation.js index c50c169e3..ef86bdc23 100644 --- a/src/model/UserSignaturesInformation.js +++ b/src/model/UserSignaturesInformation.js @@ -30,7 +30,7 @@ /** * The UserSignaturesInformation model module. * @module model/UserSignaturesInformation - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UserSocialIdResult.js b/src/model/UserSocialIdResult.js index 35cf62568..694168ab3 100644 --- a/src/model/UserSocialIdResult.js +++ b/src/model/UserSocialIdResult.js @@ -30,7 +30,7 @@ /** * The UserSocialIdResult model module. * @module model/UserSocialIdResult - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/UsersResponse.js b/src/model/UsersResponse.js index 5e0366e00..487b0998e 100644 --- a/src/model/UsersResponse.js +++ b/src/model/UsersResponse.js @@ -30,7 +30,7 @@ /** * The UsersResponse model module. * @module model/UsersResponse - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/View.js b/src/model/View.js index 78105ef09..cb86b6817 100644 --- a/src/model/View.js +++ b/src/model/View.js @@ -30,7 +30,7 @@ /** * The View model module. * @module model/View - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/ViewUrl.js b/src/model/ViewUrl.js index c7d6f6e1a..caffa6333 100644 --- a/src/model/ViewUrl.js +++ b/src/model/ViewUrl.js @@ -30,7 +30,7 @@ /** * The ViewUrl model module. * @module model/ViewUrl - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Watermark.js b/src/model/Watermark.js index cf1238bd4..7169488b3 100644 --- a/src/model/Watermark.js +++ b/src/model/Watermark.js @@ -30,7 +30,7 @@ /** * The Watermark model module. * @module model/Watermark - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Witness.js b/src/model/Witness.js index be1c414ff..e9b531122 100644 --- a/src/model/Witness.js +++ b/src/model/Witness.js @@ -30,7 +30,7 @@ /** * The Witness model module. * @module model/Witness - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Workspace.js b/src/model/Workspace.js index 18aef12fa..542825620 100644 --- a/src/model/Workspace.js +++ b/src/model/Workspace.js @@ -30,7 +30,7 @@ /** * The Workspace model module. * @module model/Workspace - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/WorkspaceFolderContents.js b/src/model/WorkspaceFolderContents.js index af07af166..fb9180a00 100644 --- a/src/model/WorkspaceFolderContents.js +++ b/src/model/WorkspaceFolderContents.js @@ -30,7 +30,7 @@ /** * The WorkspaceFolderContents model module. * @module model/WorkspaceFolderContents - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/WorkspaceItem.js b/src/model/WorkspaceItem.js index f8573fad6..f2f8b605a 100644 --- a/src/model/WorkspaceItem.js +++ b/src/model/WorkspaceItem.js @@ -30,7 +30,7 @@ /** * The WorkspaceItem model module. * @module model/WorkspaceItem - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/WorkspaceItemList.js b/src/model/WorkspaceItemList.js index 338057764..36ec229cd 100644 --- a/src/model/WorkspaceItemList.js +++ b/src/model/WorkspaceItemList.js @@ -30,7 +30,7 @@ /** * The WorkspaceItemList model module. * @module model/WorkspaceItemList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/WorkspaceList.js b/src/model/WorkspaceList.js index a3f8bc46e..858c885c7 100644 --- a/src/model/WorkspaceList.js +++ b/src/model/WorkspaceList.js @@ -30,7 +30,7 @@ /** * The WorkspaceList model module. * @module model/WorkspaceList - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/WorkspaceUser.js b/src/model/WorkspaceUser.js index 357f41513..7423a1c4e 100644 --- a/src/model/WorkspaceUser.js +++ b/src/model/WorkspaceUser.js @@ -30,7 +30,7 @@ /** * The WorkspaceUser model module. * @module model/WorkspaceUser - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/WorkspaceUserAuthorization.js b/src/model/WorkspaceUserAuthorization.js index c0e9383d4..30273f0ec 100644 --- a/src/model/WorkspaceUserAuthorization.js +++ b/src/model/WorkspaceUserAuthorization.js @@ -30,7 +30,7 @@ /** * The WorkspaceUserAuthorization model module. * @module model/WorkspaceUserAuthorization - * @version 4.6.0-rc1 + * @version 4.6.0 */ /** diff --git a/src/model/Zip.js b/src/model/Zip.js index 92cc95c82..5c18fe5bd 100644 --- a/src/model/Zip.js +++ b/src/model/Zip.js @@ -30,7 +30,7 @@ /** * The Zip model module. * @module model/Zip - * @version 4.6.0-rc1 + * @version 4.6.0 */ /**