From d00bf11c419fd3997cbd324c9038d3675ca460df Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 31 Jul 2021 20:18:33 +0000 Subject: [PATCH] Update by GitHub Action --- .openapi-generator/FILES | 6 + .openapi-generator/VERSION | 2 +- README.md | 4 + dist/index.js | 44 +++++-- dist/model/InlineResponse20010.js | 8 +- dist/model/InlineResponse20011.js | 8 +- dist/model/InlineResponse20012.js | 8 +- dist/model/InlineResponse20013.js | 8 +- dist/model/InlineResponse20014.js | 8 +- dist/model/InlineResponse20015.js | 8 +- dist/model/InlineResponse20016.js | 8 +- dist/model/InlineResponse20017.js | 8 +- dist/model/InlineResponse20018.js | 8 +- dist/model/InlineResponse20019.js | 8 +- dist/model/InlineResponse20020.js | 8 +- dist/model/InlineResponse20021.js | 8 +- dist/model/InlineResponse20022.js | 8 +- dist/model/InlineResponse20023.js | 8 +- dist/model/InlineResponse20024.js | 8 +- dist/model/InlineResponse20025.js | 109 +++++++++++++++ dist/model/InlineResponse2009.js | 8 +- dist/model/Letter.js | 1 - dist/model/ReferenceNumberAutocomplete.js | 89 +++++++++++++ dist/small_eod/AutocompleteApi.js | 124 +++++++++++++++--- dist/small_eod/CasesApi.js | 16 +-- dist/small_eod/ChannelsApi.js | 6 +- dist/small_eod/CollectionsApi.js | 30 ++--- dist/small_eod/DocumentTypesApi.js | 6 +- dist/small_eod/EventsApi.js | 6 +- dist/small_eod/FeatureOptionsApi.js | 6 +- dist/small_eod/FeaturesApi.js | 6 +- dist/small_eod/InstitutionsApi.js | 6 +- dist/small_eod/LettersApi.js | 12 +- dist/small_eod/NotesApi.js | 6 +- dist/small_eod/TagsApi.js | 6 +- dist/small_eod/UsersApi.js | 6 +- docs/AutocompleteApi.md | 120 ++++++++++++++++- docs/CasesApi.md | 12 +- docs/ChannelsApi.md | 4 +- docs/CollectionsApi.md | 20 +-- docs/DocumentTypesApi.md | 4 +- docs/EventsApi.md | 4 +- docs/FeatureOptionsApi.md | 4 +- docs/FeaturesApi.md | 4 +- docs/InlineResponse20010.md | 2 +- docs/InlineResponse20011.md | 2 +- docs/InlineResponse20012.md | 2 +- docs/InlineResponse20013.md | 2 +- docs/InlineResponse20014.md | 2 +- docs/InlineResponse20015.md | 2 +- docs/InlineResponse20016.md | 2 +- docs/InlineResponse20017.md | 2 +- docs/InlineResponse20018.md | 2 +- docs/InlineResponse20019.md | 2 +- docs/InlineResponse20020.md | 2 +- docs/InlineResponse20021.md | 2 +- docs/InlineResponse20022.md | 2 +- docs/InlineResponse20023.md | 2 +- docs/InlineResponse20024.md | 2 +- docs/InlineResponse20025.md | 12 ++ docs/InlineResponse2009.md | 2 +- docs/InstitutionsApi.md | 4 +- docs/Letter.md | 2 +- docs/LettersApi.md | 8 +- docs/NotesApi.md | 4 +- docs/ReferenceNumberAutocomplete.md | 10 ++ docs/TagsApi.md | 4 +- docs/UsersApi.md | 4 +- src/index.js | 14 ++ src/model/InlineResponse20010.js | 8 +- src/model/InlineResponse20011.js | 8 +- src/model/InlineResponse20012.js | 8 +- src/model/InlineResponse20013.js | 8 +- src/model/InlineResponse20014.js | 8 +- src/model/InlineResponse20015.js | 8 +- src/model/InlineResponse20016.js | 8 +- src/model/InlineResponse20017.js | 8 +- src/model/InlineResponse20018.js | 8 +- src/model/InlineResponse20019.js | 8 +- src/model/InlineResponse20020.js | 8 +- src/model/InlineResponse20021.js | 8 +- src/model/InlineResponse20022.js | 8 +- src/model/InlineResponse20023.js | 7 +- src/model/InlineResponse20024.js | 7 +- src/model/InlineResponse20025.js | 100 ++++++++++++++ src/model/InlineResponse2009.js | 8 +- src/model/Letter.js | 1 - src/model/ReferenceNumberAutocomplete.js | 83 ++++++++++++ src/small_eod/AutocompleteApi.js | 105 ++++++++++++++- src/small_eod/CasesApi.js | 20 +-- src/small_eod/ChannelsApi.js | 8 +- src/small_eod/CollectionsApi.js | 32 ++--- src/small_eod/DocumentTypesApi.js | 8 +- src/small_eod/EventsApi.js | 8 +- src/small_eod/FeatureOptionsApi.js | 8 +- src/small_eod/FeaturesApi.js | 8 +- src/small_eod/InstitutionsApi.js | 8 +- src/small_eod/LettersApi.js | 16 +-- src/small_eod/NotesApi.js | 8 +- src/small_eod/TagsApi.js | 8 +- src/small_eod/UsersApi.js | 8 +- swagger.json | 117 ++++++++++++++++- test/api/AutocompleteApi.spec.js | 20 +++ test/model/InlineResponse20025.spec.js | 83 ++++++++++++ .../model/ReferenceNumberAutocomplete.spec.js | 71 ++++++++++ 105 files changed, 1375 insertions(+), 356 deletions(-) create mode 100644 dist/model/InlineResponse20025.js create mode 100644 dist/model/ReferenceNumberAutocomplete.js create mode 100644 docs/InlineResponse20025.md create mode 100644 docs/ReferenceNumberAutocomplete.md create mode 100644 src/model/InlineResponse20025.js create mode 100644 src/model/ReferenceNumberAutocomplete.js create mode 100644 test/model/InlineResponse20025.spec.js create mode 100644 test/model/ReferenceNumberAutocomplete.spec.js diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 8c35680..9102bac 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -45,6 +45,7 @@ docs/InlineResponse20021.md docs/InlineResponse20022.md docs/InlineResponse20023.md docs/InlineResponse20024.md +docs/InlineResponse20025.md docs/InlineResponse2003.md docs/InlineResponse2004.md docs/InlineResponse2005.md @@ -59,6 +60,7 @@ docs/Letter.md docs/LettersApi.md docs/Note.md docs/NotesApi.md +docs/ReferenceNumberAutocomplete.md docs/RefreshTokenRequest.md docs/Request.md docs/SignRequest.md @@ -110,6 +112,7 @@ src/model/InlineResponse20021.js src/model/InlineResponse20022.js src/model/InlineResponse20023.js src/model/InlineResponse20024.js +src/model/InlineResponse20025.js src/model/InlineResponse2003.js src/model/InlineResponse2004.js src/model/InlineResponse2005.js @@ -121,6 +124,7 @@ src/model/Institution.js src/model/InstitutionAutocomplete.js src/model/Letter.js src/model/Note.js +src/model/ReferenceNumberAutocomplete.js src/model/RefreshTokenRequest.js src/model/Request.js src/model/SignRequest.js @@ -193,6 +197,7 @@ test/model/InlineResponse20021.spec.js test/model/InlineResponse20022.spec.js test/model/InlineResponse20023.spec.js test/model/InlineResponse20024.spec.js +test/model/InlineResponse20025.spec.js test/model/InlineResponse2003.spec.js test/model/InlineResponse2004.spec.js test/model/InlineResponse2005.spec.js @@ -204,6 +209,7 @@ test/model/Institution.spec.js test/model/InstitutionAutocomplete.spec.js test/model/Letter.spec.js test/model/Note.spec.js +test/model/ReferenceNumberAutocomplete.spec.js test/model/RefreshTokenRequest.spec.js test/model/Request.spec.js test/model/SignRequest.spec.js diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 6555596..862529f 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -5.2.0-SNAPSHOT \ No newline at end of file +5.2.1-SNAPSHOT \ No newline at end of file diff --git a/README.md b/README.md index 3216197..126622f 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ Class | Method | HTTP request | Description *SmallEodClient.AutocompleteApi* | [**autocompleteFeaturesRead**](docs/AutocompleteApi.md#autocompleteFeaturesRead) | **GET** /autocomplete/features/{id}/ | *SmallEodClient.AutocompleteApi* | [**autocompleteInstitutionsList**](docs/AutocompleteApi.md#autocompleteInstitutionsList) | **GET** /autocomplete/institutions/ | *SmallEodClient.AutocompleteApi* | [**autocompleteInstitutionsRead**](docs/AutocompleteApi.md#autocompleteInstitutionsRead) | **GET** /autocomplete/institutions/{id}/ | +*SmallEodClient.AutocompleteApi* | [**autocompleteReferenceNumbersList**](docs/AutocompleteApi.md#autocompleteReferenceNumbersList) | **GET** /autocomplete/reference_numbers/ | +*SmallEodClient.AutocompleteApi* | [**autocompleteReferenceNumbersRead**](docs/AutocompleteApi.md#autocompleteReferenceNumbersRead) | **GET** /autocomplete/reference_numbers/{id}/ | *SmallEodClient.AutocompleteApi* | [**autocompleteTagsList**](docs/AutocompleteApi.md#autocompleteTagsList) | **GET** /autocomplete/tags/ | *SmallEodClient.AutocompleteApi* | [**autocompleteTagsRead**](docs/AutocompleteApi.md#autocompleteTagsRead) | **GET** /autocomplete/tags/{id}/ | *SmallEodClient.AutocompleteApi* | [**autocompleteUsersList**](docs/AutocompleteApi.md#autocompleteUsersList) | **GET** /autocomplete/users/ | @@ -290,6 +292,7 @@ Class | Method | HTTP request | Description - [SmallEodClient.InlineResponse20022](docs/InlineResponse20022.md) - [SmallEodClient.InlineResponse20023](docs/InlineResponse20023.md) - [SmallEodClient.InlineResponse20024](docs/InlineResponse20024.md) + - [SmallEodClient.InlineResponse20025](docs/InlineResponse20025.md) - [SmallEodClient.InlineResponse2003](docs/InlineResponse2003.md) - [SmallEodClient.InlineResponse2004](docs/InlineResponse2004.md) - [SmallEodClient.InlineResponse2005](docs/InlineResponse2005.md) @@ -301,6 +304,7 @@ Class | Method | HTTP request | Description - [SmallEodClient.InstitutionAutocomplete](docs/InstitutionAutocomplete.md) - [SmallEodClient.Letter](docs/Letter.md) - [SmallEodClient.Note](docs/Note.md) + - [SmallEodClient.ReferenceNumberAutocomplete](docs/ReferenceNumberAutocomplete.md) - [SmallEodClient.RefreshTokenRequest](docs/RefreshTokenRequest.md) - [SmallEodClient.Request](docs/Request.md) - [SmallEodClient.SignRequest](docs/SignRequest.md) diff --git a/dist/index.js b/dist/index.js index fea67be..b2eb1aa 100644 --- a/dist/index.js +++ b/dist/index.js @@ -219,48 +219,54 @@ Object.defineProperty(exports, "InlineResponse20024", { return _InlineResponse18["default"]; } }); -Object.defineProperty(exports, "InlineResponse2003", { +Object.defineProperty(exports, "InlineResponse20025", { enumerable: true, get: function get() { return _InlineResponse19["default"]; } }); -Object.defineProperty(exports, "InlineResponse2004", { +Object.defineProperty(exports, "InlineResponse2003", { enumerable: true, get: function get() { return _InlineResponse20["default"]; } }); -Object.defineProperty(exports, "InlineResponse2005", { +Object.defineProperty(exports, "InlineResponse2004", { enumerable: true, get: function get() { return _InlineResponse21["default"]; } }); -Object.defineProperty(exports, "InlineResponse2006", { +Object.defineProperty(exports, "InlineResponse2005", { enumerable: true, get: function get() { return _InlineResponse22["default"]; } }); -Object.defineProperty(exports, "InlineResponse2007", { +Object.defineProperty(exports, "InlineResponse2006", { enumerable: true, get: function get() { return _InlineResponse23["default"]; } }); -Object.defineProperty(exports, "InlineResponse2008", { +Object.defineProperty(exports, "InlineResponse2007", { enumerable: true, get: function get() { return _InlineResponse24["default"]; } }); -Object.defineProperty(exports, "InlineResponse2009", { +Object.defineProperty(exports, "InlineResponse2008", { enumerable: true, get: function get() { return _InlineResponse25["default"]; } }); +Object.defineProperty(exports, "InlineResponse2009", { + enumerable: true, + get: function get() { + return _InlineResponse26["default"]; + } +}); Object.defineProperty(exports, "Institution", { enumerable: true, get: function get() { @@ -285,6 +291,12 @@ Object.defineProperty(exports, "Note", { return _Note["default"]; } }); +Object.defineProperty(exports, "ReferenceNumberAutocomplete", { + enumerable: true, + get: function get() { + return _ReferenceNumberAutocomplete["default"]; + } +}); Object.defineProperty(exports, "RefreshTokenRequest", { enumerable: true, get: function get() { @@ -496,19 +508,21 @@ var _InlineResponse17 = _interopRequireDefault(require("./model/InlineResponse20 var _InlineResponse18 = _interopRequireDefault(require("./model/InlineResponse20024")); -var _InlineResponse19 = _interopRequireDefault(require("./model/InlineResponse2003")); +var _InlineResponse19 = _interopRequireDefault(require("./model/InlineResponse20025")); + +var _InlineResponse20 = _interopRequireDefault(require("./model/InlineResponse2003")); -var _InlineResponse20 = _interopRequireDefault(require("./model/InlineResponse2004")); +var _InlineResponse21 = _interopRequireDefault(require("./model/InlineResponse2004")); -var _InlineResponse21 = _interopRequireDefault(require("./model/InlineResponse2005")); +var _InlineResponse22 = _interopRequireDefault(require("./model/InlineResponse2005")); -var _InlineResponse22 = _interopRequireDefault(require("./model/InlineResponse2006")); +var _InlineResponse23 = _interopRequireDefault(require("./model/InlineResponse2006")); -var _InlineResponse23 = _interopRequireDefault(require("./model/InlineResponse2007")); +var _InlineResponse24 = _interopRequireDefault(require("./model/InlineResponse2007")); -var _InlineResponse24 = _interopRequireDefault(require("./model/InlineResponse2008")); +var _InlineResponse25 = _interopRequireDefault(require("./model/InlineResponse2008")); -var _InlineResponse25 = _interopRequireDefault(require("./model/InlineResponse2009")); +var _InlineResponse26 = _interopRequireDefault(require("./model/InlineResponse2009")); var _Institution = _interopRequireDefault(require("./model/Institution")); @@ -518,6 +532,8 @@ var _Letter = _interopRequireDefault(require("./model/Letter")); var _Note = _interopRequireDefault(require("./model/Note")); +var _ReferenceNumberAutocomplete = _interopRequireDefault(require("./model/ReferenceNumberAutocomplete")); + var _RefreshTokenRequest = _interopRequireDefault(require("./model/RefreshTokenRequest")); var _Request = _interopRequireDefault(require("./model/Request")); diff --git a/dist/model/InlineResponse20010.js b/dist/model/InlineResponse20010.js index c2a066a..3cd21b0 100644 --- a/dist/model/InlineResponse20010.js +++ b/dist/model/InlineResponse20010.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _UserAutocomplete = _interopRequireDefault(require("./UserAutocomplete")); +var _TagAutocomplete = _interopRequireDefault(require("./TagAutocomplete")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20010 = /*#__PURE__*/function () { * Constructs a new InlineResponse20010. * @alias module:model/InlineResponse20010 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20010(count, results) { _classCallCheck(this, InlineResponse20010); @@ -66,7 +66,7 @@ var InlineResponse20010 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_UserAutocomplete["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_TagAutocomplete["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20010 = /*#__PURE__*/function () { InlineResponse20010.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20010.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20011.js b/dist/model/InlineResponse20011.js index 137eb92..1e6bd4d 100644 --- a/dist/model/InlineResponse20011.js +++ b/dist/model/InlineResponse20011.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _CaseCount = _interopRequireDefault(require("./CaseCount")); +var _UserAutocomplete = _interopRequireDefault(require("./UserAutocomplete")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20011 = /*#__PURE__*/function () { * Constructs a new InlineResponse20011. * @alias module:model/InlineResponse20011 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20011(count, results) { _classCallCheck(this, InlineResponse20011); @@ -66,7 +66,7 @@ var InlineResponse20011 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_CaseCount["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_UserAutocomplete["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20011 = /*#__PURE__*/function () { InlineResponse20011.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20011.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20012.js b/dist/model/InlineResponse20012.js index 267280e..df66d5b 100644 --- a/dist/model/InlineResponse20012.js +++ b/dist/model/InlineResponse20012.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _User = _interopRequireDefault(require("./User")); +var _CaseCount = _interopRequireDefault(require("./CaseCount")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20012 = /*#__PURE__*/function () { * Constructs a new InlineResponse20012. * @alias module:model/InlineResponse20012 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20012(count, results) { _classCallCheck(this, InlineResponse20012); @@ -66,7 +66,7 @@ var InlineResponse20012 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_User["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_CaseCount["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20012 = /*#__PURE__*/function () { InlineResponse20012.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20012.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20013.js b/dist/model/InlineResponse20013.js index c9997d2..67c932b 100644 --- a/dist/model/InlineResponse20013.js +++ b/dist/model/InlineResponse20013.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Channel = _interopRequireDefault(require("./Channel")); +var _User = _interopRequireDefault(require("./User")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20013 = /*#__PURE__*/function () { * Constructs a new InlineResponse20013. * @alias module:model/InlineResponse20013 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20013(count, results) { _classCallCheck(this, InlineResponse20013); @@ -66,7 +66,7 @@ var InlineResponse20013 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Channel["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_User["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20013 = /*#__PURE__*/function () { InlineResponse20013.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20013.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20014.js b/dist/model/InlineResponse20014.js index 6b8712e..cc5ff05 100644 --- a/dist/model/InlineResponse20014.js +++ b/dist/model/InlineResponse20014.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Collection = _interopRequireDefault(require("./Collection")); +var _Channel = _interopRequireDefault(require("./Channel")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20014 = /*#__PURE__*/function () { * Constructs a new InlineResponse20014. * @alias module:model/InlineResponse20014 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20014(count, results) { _classCallCheck(this, InlineResponse20014); @@ -66,7 +66,7 @@ var InlineResponse20014 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Collection["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Channel["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20014 = /*#__PURE__*/function () { InlineResponse20014.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20014.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20015.js b/dist/model/InlineResponse20015.js index 3a01f6d..1e13fed 100644 --- a/dist/model/InlineResponse20015.js +++ b/dist/model/InlineResponse20015.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Case = _interopRequireDefault(require("./Case")); +var _Collection = _interopRequireDefault(require("./Collection")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20015 = /*#__PURE__*/function () { * Constructs a new InlineResponse20015. * @alias module:model/InlineResponse20015 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20015(count, results) { _classCallCheck(this, InlineResponse20015); @@ -66,7 +66,7 @@ var InlineResponse20015 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Case["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Collection["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20015 = /*#__PURE__*/function () { InlineResponse20015.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20015.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20016.js b/dist/model/InlineResponse20016.js index 5394f84..b939258 100644 --- a/dist/model/InlineResponse20016.js +++ b/dist/model/InlineResponse20016.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Event = _interopRequireDefault(require("./Event")); +var _Case = _interopRequireDefault(require("./Case")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20016 = /*#__PURE__*/function () { * Constructs a new InlineResponse20016. * @alias module:model/InlineResponse20016 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20016(count, results) { _classCallCheck(this, InlineResponse20016); @@ -66,7 +66,7 @@ var InlineResponse20016 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Event["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Case["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20016 = /*#__PURE__*/function () { InlineResponse20016.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20016.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20017.js b/dist/model/InlineResponse20017.js index 979e0b1..8455ce5 100644 --- a/dist/model/InlineResponse20017.js +++ b/dist/model/InlineResponse20017.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Letter = _interopRequireDefault(require("./Letter")); +var _Event = _interopRequireDefault(require("./Event")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20017 = /*#__PURE__*/function () { * Constructs a new InlineResponse20017. * @alias module:model/InlineResponse20017 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20017(count, results) { _classCallCheck(this, InlineResponse20017); @@ -66,7 +66,7 @@ var InlineResponse20017 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Letter["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Event["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20017 = /*#__PURE__*/function () { InlineResponse20017.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20017.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20018.js b/dist/model/InlineResponse20018.js index 2a82749..8eeb139 100644 --- a/dist/model/InlineResponse20018.js +++ b/dist/model/InlineResponse20018.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Note = _interopRequireDefault(require("./Note")); +var _Letter = _interopRequireDefault(require("./Letter")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20018 = /*#__PURE__*/function () { * Constructs a new InlineResponse20018. * @alias module:model/InlineResponse20018 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20018(count, results) { _classCallCheck(this, InlineResponse20018); @@ -66,7 +66,7 @@ var InlineResponse20018 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Note["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Letter["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20018 = /*#__PURE__*/function () { InlineResponse20018.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20018.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20019.js b/dist/model/InlineResponse20019.js index 69276b8..90b7f58 100644 --- a/dist/model/InlineResponse20019.js +++ b/dist/model/InlineResponse20019.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _DocumentType = _interopRequireDefault(require("./DocumentType")); +var _Note = _interopRequireDefault(require("./Note")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20019 = /*#__PURE__*/function () { * Constructs a new InlineResponse20019. * @alias module:model/InlineResponse20019 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20019(count, results) { _classCallCheck(this, InlineResponse20019); @@ -66,7 +66,7 @@ var InlineResponse20019 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_DocumentType["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Note["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20019 = /*#__PURE__*/function () { InlineResponse20019.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20019.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20020.js b/dist/model/InlineResponse20020.js index e17e909..c52f28c 100644 --- a/dist/model/InlineResponse20020.js +++ b/dist/model/InlineResponse20020.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _FeatureOption = _interopRequireDefault(require("./FeatureOption")); +var _DocumentType = _interopRequireDefault(require("./DocumentType")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20020 = /*#__PURE__*/function () { * Constructs a new InlineResponse20020. * @alias module:model/InlineResponse20020 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20020(count, results) { _classCallCheck(this, InlineResponse20020); @@ -66,7 +66,7 @@ var InlineResponse20020 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_FeatureOption["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_DocumentType["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20020 = /*#__PURE__*/function () { InlineResponse20020.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20020.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20021.js b/dist/model/InlineResponse20021.js index 2911129..6e00caa 100644 --- a/dist/model/InlineResponse20021.js +++ b/dist/model/InlineResponse20021.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Feature = _interopRequireDefault(require("./Feature")); +var _FeatureOption = _interopRequireDefault(require("./FeatureOption")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20021 = /*#__PURE__*/function () { * Constructs a new InlineResponse20021. * @alias module:model/InlineResponse20021 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20021(count, results) { _classCallCheck(this, InlineResponse20021); @@ -66,7 +66,7 @@ var InlineResponse20021 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Feature["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_FeatureOption["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20021 = /*#__PURE__*/function () { InlineResponse20021.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20021.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20022.js b/dist/model/InlineResponse20022.js index c2a91a7..5c34ca2 100644 --- a/dist/model/InlineResponse20022.js +++ b/dist/model/InlineResponse20022.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Institution = _interopRequireDefault(require("./Institution")); +var _Feature = _interopRequireDefault(require("./Feature")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse20022 = /*#__PURE__*/function () { * Constructs a new InlineResponse20022. * @alias module:model/InlineResponse20022 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20022(count, results) { _classCallCheck(this, InlineResponse20022); @@ -66,7 +66,7 @@ var InlineResponse20022 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Institution["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Feature["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse20022 = /*#__PURE__*/function () { InlineResponse20022.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20022.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20023.js b/dist/model/InlineResponse20023.js index 39dcf9f..2df646e 100644 --- a/dist/model/InlineResponse20023.js +++ b/dist/model/InlineResponse20023.js @@ -7,6 +7,8 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); +var _Institution = _interopRequireDefault(require("./Institution")); + function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } @@ -25,7 +27,7 @@ var InlineResponse20023 = /*#__PURE__*/function () { * Constructs a new InlineResponse20023. * @alias module:model/InlineResponse20023 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20023(count, results) { _classCallCheck(this, InlineResponse20023); @@ -64,7 +66,7 @@ var InlineResponse20023 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [File]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Institution["default"]]); } if (data.hasOwnProperty('next')) { @@ -89,7 +91,7 @@ var InlineResponse20023 = /*#__PURE__*/function () { InlineResponse20023.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20023.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20024.js b/dist/model/InlineResponse20024.js index 50a78ba..d3308fc 100644 --- a/dist/model/InlineResponse20024.js +++ b/dist/model/InlineResponse20024.js @@ -7,8 +7,6 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _Tag = _interopRequireDefault(require("./Tag")); - function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } @@ -27,7 +25,7 @@ var InlineResponse20024 = /*#__PURE__*/function () { * Constructs a new InlineResponse20024. * @alias module:model/InlineResponse20024 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse20024(count, results) { _classCallCheck(this, InlineResponse20024); @@ -66,7 +64,7 @@ var InlineResponse20024 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Tag["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [File]); } if (data.hasOwnProperty('next')) { @@ -91,7 +89,7 @@ var InlineResponse20024 = /*#__PURE__*/function () { InlineResponse20024.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20024.prototype['results'] = undefined; diff --git a/dist/model/InlineResponse20025.js b/dist/model/InlineResponse20025.js new file mode 100644 index 0000000..1e5c0b1 --- /dev/null +++ b/dist/model/InlineResponse20025.js @@ -0,0 +1,109 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports["default"] = void 0; + +var _ApiClient = _interopRequireDefault(require("../ApiClient")); + +var _Tag = _interopRequireDefault(require("./Tag")); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * The InlineResponse20025 model module. + * @module model/InlineResponse20025 + * @version 1.0.4 + */ +var InlineResponse20025 = /*#__PURE__*/function () { + /** + * Constructs a new InlineResponse20025. + * @alias module:model/InlineResponse20025 + * @param count {Number} + * @param results {Array.} + */ + function InlineResponse20025(count, results) { + _classCallCheck(this, InlineResponse20025); + + InlineResponse20025.initialize(this, count, results); + } + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + + + _createClass(InlineResponse20025, null, [{ + key: "initialize", + value: function initialize(obj, count, results) { + obj['count'] = count; + obj['results'] = results; + } + /** + * Constructs a InlineResponse20025 from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/InlineResponse20025} obj Optional instance to populate. + * @return {module:model/InlineResponse20025} The populated InlineResponse20025 instance. + */ + + }, { + key: "constructFromObject", + value: function constructFromObject(data, obj) { + if (data) { + obj = obj || new InlineResponse20025(); + + if (data.hasOwnProperty('count')) { + obj['count'] = _ApiClient["default"].convertToType(data['count'], 'Number'); + } + + if (data.hasOwnProperty('results')) { + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_Tag["default"]]); + } + + if (data.hasOwnProperty('next')) { + obj['next'] = _ApiClient["default"].convertToType(data['next'], 'String'); + } + + if (data.hasOwnProperty('previous')) { + obj['previous'] = _ApiClient["default"].convertToType(data['previous'], 'String'); + } + } + + return obj; + } + }]); + + return InlineResponse20025; +}(); +/** + * @member {Number} count + */ + + +InlineResponse20025.prototype['count'] = undefined; +/** + * @member {Array.} results + */ + +InlineResponse20025.prototype['results'] = undefined; +/** + * @member {String} next + */ + +InlineResponse20025.prototype['next'] = undefined; +/** + * @member {String} previous + */ + +InlineResponse20025.prototype['previous'] = undefined; +var _default = InlineResponse20025; +exports["default"] = _default; \ No newline at end of file diff --git a/dist/model/InlineResponse2009.js b/dist/model/InlineResponse2009.js index ef8767a..309c5a7 100644 --- a/dist/model/InlineResponse2009.js +++ b/dist/model/InlineResponse2009.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _TagAutocomplete = _interopRequireDefault(require("./TagAutocomplete")); +var _ReferenceNumberAutocomplete = _interopRequireDefault(require("./ReferenceNumberAutocomplete")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -27,7 +27,7 @@ var InlineResponse2009 = /*#__PURE__*/function () { * Constructs a new InlineResponse2009. * @alias module:model/InlineResponse2009 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ function InlineResponse2009(count, results) { _classCallCheck(this, InlineResponse2009); @@ -66,7 +66,7 @@ var InlineResponse2009 = /*#__PURE__*/function () { } if (data.hasOwnProperty('results')) { - obj['results'] = _ApiClient["default"].convertToType(data['results'], [_TagAutocomplete["default"]]); + obj['results'] = _ApiClient["default"].convertToType(data['results'], [_ReferenceNumberAutocomplete["default"]]); } if (data.hasOwnProperty('next')) { @@ -91,7 +91,7 @@ var InlineResponse2009 = /*#__PURE__*/function () { InlineResponse2009.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse2009.prototype['results'] = undefined; diff --git a/dist/model/Letter.js b/dist/model/Letter.js index 772d480..70f5777 100644 --- a/dist/model/Letter.js +++ b/dist/model/Letter.js @@ -152,7 +152,6 @@ Letter.prototype['final'] = undefined; Letter.prototype['date'] = undefined; /** - * Reference number of letter. * @member {String} referenceNumber */ diff --git a/dist/model/ReferenceNumberAutocomplete.js b/dist/model/ReferenceNumberAutocomplete.js new file mode 100644 index 0000000..e99a40b --- /dev/null +++ b/dist/model/ReferenceNumberAutocomplete.js @@ -0,0 +1,89 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports["default"] = void 0; + +var _ApiClient = _interopRequireDefault(require("../ApiClient")); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +/** + * The ReferenceNumberAutocomplete model module. + * @module model/ReferenceNumberAutocomplete + * @version 1.0.4 + */ +var ReferenceNumberAutocomplete = /*#__PURE__*/function () { + /** + * Constructs a new ReferenceNumberAutocomplete. + * ReferenceNumber(id, name) + * @alias module:model/ReferenceNumberAutocomplete + * @param name {String} Reference number of letter. + */ + function ReferenceNumberAutocomplete(name) { + _classCallCheck(this, ReferenceNumberAutocomplete); + + ReferenceNumberAutocomplete.initialize(this, name); + } + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + + + _createClass(ReferenceNumberAutocomplete, null, [{ + key: "initialize", + value: function initialize(obj, name) { + obj['name'] = name; + } + /** + * Constructs a ReferenceNumberAutocomplete from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/ReferenceNumberAutocomplete} obj Optional instance to populate. + * @return {module:model/ReferenceNumberAutocomplete} The populated ReferenceNumberAutocomplete instance. + */ + + }, { + key: "constructFromObject", + value: function constructFromObject(data, obj) { + if (data) { + obj = obj || new ReferenceNumberAutocomplete(); + + if (data.hasOwnProperty('name')) { + obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String'); + } + + if (data.hasOwnProperty('id')) { + obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number'); + } + } + + return obj; + } + }]); + + return ReferenceNumberAutocomplete; +}(); +/** + * Reference number of letter. + * @member {String} name + */ + + +ReferenceNumberAutocomplete.prototype['name'] = undefined; +/** + * @member {Number} id + */ + +ReferenceNumberAutocomplete.prototype['id'] = undefined; +var _default = ReferenceNumberAutocomplete; +exports["default"] = _default; \ No newline at end of file diff --git a/dist/small_eod/AutocompleteApi.js b/dist/small_eod/AutocompleteApi.js index 95b31ec..a9ce8de 100644 --- a/dist/small_eod/AutocompleteApi.js +++ b/dist/small_eod/AutocompleteApi.js @@ -25,24 +25,28 @@ var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse200 var _InlineResponse2 = _interopRequireDefault(require("../model/InlineResponse20010")); -var _InlineResponse3 = _interopRequireDefault(require("../model/InlineResponse2002")); +var _InlineResponse3 = _interopRequireDefault(require("../model/InlineResponse20011")); -var _InlineResponse4 = _interopRequireDefault(require("../model/InlineResponse2003")); +var _InlineResponse4 = _interopRequireDefault(require("../model/InlineResponse2002")); -var _InlineResponse5 = _interopRequireDefault(require("../model/InlineResponse2004")); +var _InlineResponse5 = _interopRequireDefault(require("../model/InlineResponse2003")); -var _InlineResponse6 = _interopRequireDefault(require("../model/InlineResponse2005")); +var _InlineResponse6 = _interopRequireDefault(require("../model/InlineResponse2004")); -var _InlineResponse7 = _interopRequireDefault(require("../model/InlineResponse2006")); +var _InlineResponse7 = _interopRequireDefault(require("../model/InlineResponse2005")); -var _InlineResponse8 = _interopRequireDefault(require("../model/InlineResponse2007")); +var _InlineResponse8 = _interopRequireDefault(require("../model/InlineResponse2006")); -var _InlineResponse9 = _interopRequireDefault(require("../model/InlineResponse2008")); +var _InlineResponse9 = _interopRequireDefault(require("../model/InlineResponse2007")); -var _InlineResponse10 = _interopRequireDefault(require("../model/InlineResponse2009")); +var _InlineResponse10 = _interopRequireDefault(require("../model/InlineResponse2008")); + +var _InlineResponse11 = _interopRequireDefault(require("../model/InlineResponse2009")); var _InstitutionAutocomplete = _interopRequireDefault(require("../model/InstitutionAutocomplete")); +var _ReferenceNumberAutocomplete = _interopRequireDefault(require("../model/ReferenceNumberAutocomplete")); + var _TagAutocomplete = _interopRequireDefault(require("../model/TagAutocomplete")); var _UserAutocomplete = _interopRequireDefault(require("../model/UserAutocomplete")); @@ -178,7 +182,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse3["default"]; + var returnType = _InlineResponse4["default"]; return this.apiClient.callApi('/autocomplete/cases/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -258,7 +262,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse4["default"]; + var returnType = _InlineResponse5["default"]; return this.apiClient.callApi('/autocomplete/channels/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -338,7 +342,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse5["default"]; + var returnType = _InlineResponse6["default"]; return this.apiClient.callApi('/autocomplete/document_types/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -418,7 +422,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse6["default"]; + var returnType = _InlineResponse7["default"]; return this.apiClient.callApi('/autocomplete/events/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -498,7 +502,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse7["default"]; + var returnType = _InlineResponse8["default"]; return this.apiClient.callApi('/autocomplete/feature_options/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -578,7 +582,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse8["default"]; + var returnType = _InlineResponse9["default"]; return this.apiClient.callApi('/autocomplete/features/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -658,7 +662,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse9["default"]; + var returnType = _InlineResponse10["default"]; return this.apiClient.callApi('/autocomplete/institutions/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -722,6 +726,86 @@ var AutocompleteApi = /*#__PURE__*/function () { * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse2009} and HTTP response */ + }, { + key: "autocompleteReferenceNumbersListWithHttpInfo", + value: function autocompleteReferenceNumbersListWithHttpInfo(opts) { + opts = opts || {}; + var postBody = null; + var pathParams = {}; + var queryParams = { + 'query': opts['query'], + 'limit': opts['limit'], + 'offset': opts['offset'] + }; + var headerParams = {}; + var formParams = {}; + var authNames = ['Basic', 'Bearer']; + var contentTypes = []; + var accepts = ['application/json']; + var returnType = _InlineResponse11["default"]; + return this.apiClient.callApi('/autocomplete/reference_numbers/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); + } + /** + * @param {Object} opts Optional parameters + * @param {String} opts.query + * @param {Number} opts.limit Number of results to return per page. + * @param {Number} opts.offset The initial index from which to return the results. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse2009} + */ + + }, { + key: "autocompleteReferenceNumbersList", + value: function autocompleteReferenceNumbersList(opts) { + return this.autocompleteReferenceNumbersListWithHttpInfo(opts).then(function (response_and_data) { + return response_and_data.data; + }); + } + /** + * @param {Number} id A unique integer value identifying this reference number. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ReferenceNumberAutocomplete} and HTTP response + */ + + }, { + key: "autocompleteReferenceNumbersReadWithHttpInfo", + value: function autocompleteReferenceNumbersReadWithHttpInfo(id) { + var postBody = null; // verify the required parameter 'id' is set + + if (id === undefined || id === null) { + throw new Error("Missing the required parameter 'id' when calling autocompleteReferenceNumbersRead"); + } + + var pathParams = { + 'id': id + }; + var queryParams = {}; + var headerParams = {}; + var formParams = {}; + var authNames = ['Basic', 'Bearer']; + var contentTypes = []; + var accepts = ['application/json']; + var returnType = _ReferenceNumberAutocomplete["default"]; + return this.apiClient.callApi('/autocomplete/reference_numbers/{id}/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); + } + /** + * @param {Number} id A unique integer value identifying this reference number. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ReferenceNumberAutocomplete} + */ + + }, { + key: "autocompleteReferenceNumbersRead", + value: function autocompleteReferenceNumbersRead(id) { + return this.autocompleteReferenceNumbersReadWithHttpInfo(id).then(function (response_and_data) { + return response_and_data.data; + }); + } + /** + * @param {Object} opts Optional parameters + * @param {String} opts.query + * @param {Number} opts.limit Number of results to return per page. + * @param {Number} opts.offset The initial index from which to return the results. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20010} and HTTP response + */ + }, { key: "autocompleteTagsListWithHttpInfo", value: function autocompleteTagsListWithHttpInfo(opts) { @@ -738,7 +822,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse10["default"]; + var returnType = _InlineResponse2["default"]; return this.apiClient.callApi('/autocomplete/tags/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -746,7 +830,7 @@ var AutocompleteApi = /*#__PURE__*/function () { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse2009} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20010} */ }, { @@ -799,7 +883,7 @@ var AutocompleteApi = /*#__PURE__*/function () { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20010} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20011} and HTTP response */ }, { @@ -818,7 +902,7 @@ var AutocompleteApi = /*#__PURE__*/function () { var authNames = ['Basic', 'Bearer']; var contentTypes = []; var accepts = ['application/json']; - var returnType = _InlineResponse2["default"]; + var returnType = _InlineResponse3["default"]; return this.apiClient.callApi('/autocomplete/users/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null); } /** @@ -826,7 +910,7 @@ var AutocompleteApi = /*#__PURE__*/function () { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20010} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20011} */ }, { diff --git a/dist/small_eod/CasesApi.js b/dist/small_eod/CasesApi.js index edb5880..5e9f3ba 100644 --- a/dist/small_eod/CasesApi.js +++ b/dist/small_eod/CasesApi.js @@ -9,9 +9,9 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient")); var _CaseCount = _interopRequireDefault(require("../model/CaseCount")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20011")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20012")); -var _InlineResponse2 = _interopRequireDefault(require("../model/InlineResponse20012")); +var _InlineResponse2 = _interopRequireDefault(require("../model/InlineResponse20013")); var _User = _interopRequireDefault(require("../model/User")); @@ -122,7 +122,7 @@ var CasesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20011} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response */ }, { @@ -151,7 +151,7 @@ var CasesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20011} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} */ }, { @@ -167,7 +167,7 @@ var CasesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response */ }, { @@ -202,7 +202,7 @@ var CasesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} */ }, { @@ -347,7 +347,7 @@ var CasesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response */ }, { @@ -382,7 +382,7 @@ var CasesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} */ }, { diff --git a/dist/small_eod/ChannelsApi.js b/dist/small_eod/ChannelsApi.js index 5354ca7..407cef9 100644 --- a/dist/small_eod/ChannelsApi.js +++ b/dist/small_eod/ChannelsApi.js @@ -9,7 +9,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient")); var _Channel = _interopRequireDefault(require("../model/Channel")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20013")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20014")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -118,7 +118,7 @@ var ChannelsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20014} and HTTP response */ }, { @@ -147,7 +147,7 @@ var ChannelsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20014} */ }, { diff --git a/dist/small_eod/CollectionsApi.js b/dist/small_eod/CollectionsApi.js index 5bc4779..b4a233e 100644 --- a/dist/small_eod/CollectionsApi.js +++ b/dist/small_eod/CollectionsApi.js @@ -13,15 +13,15 @@ var _Collection = _interopRequireDefault(require("../model/Collection")); var _Event = _interopRequireDefault(require("../model/Event")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20014")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20015")); -var _InlineResponse2 = _interopRequireDefault(require("../model/InlineResponse20015")); +var _InlineResponse2 = _interopRequireDefault(require("../model/InlineResponse20016")); -var _InlineResponse3 = _interopRequireDefault(require("../model/InlineResponse20016")); +var _InlineResponse3 = _interopRequireDefault(require("../model/InlineResponse20017")); -var _InlineResponse4 = _interopRequireDefault(require("../model/InlineResponse20017")); +var _InlineResponse4 = _interopRequireDefault(require("../model/InlineResponse20018")); -var _InlineResponse5 = _interopRequireDefault(require("../model/InlineResponse20018")); +var _InlineResponse5 = _interopRequireDefault(require("../model/InlineResponse20019")); var _Letter = _interopRequireDefault(require("../model/Letter")); @@ -61,7 +61,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20016} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response */ @@ -102,7 +102,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20016} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} */ }, { @@ -172,7 +172,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response */ }, { @@ -212,7 +212,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} */ }, { @@ -281,7 +281,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20015} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20016} and HTTP response */ }, { @@ -314,7 +314,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20015} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20016} */ }, { @@ -330,7 +330,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20019} and HTTP response */ }, { @@ -370,7 +370,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20019} */ }, { @@ -559,7 +559,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20014} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20015} and HTTP response */ }, { @@ -586,7 +586,7 @@ var CollectionsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20014} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20015} */ }, { diff --git a/dist/small_eod/DocumentTypesApi.js b/dist/small_eod/DocumentTypesApi.js index 4504b07..f4ef49b 100644 --- a/dist/small_eod/DocumentTypesApi.js +++ b/dist/small_eod/DocumentTypesApi.js @@ -9,7 +9,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient")); var _DocumentType = _interopRequireDefault(require("../model/DocumentType")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20019")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20020")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -117,7 +117,7 @@ var DocumentTypesApi = /*#__PURE__*/function () { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20019} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20020} and HTTP response */ }, { @@ -144,7 +144,7 @@ var DocumentTypesApi = /*#__PURE__*/function () { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20019} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20020} */ }, { diff --git a/dist/small_eod/EventsApi.js b/dist/small_eod/EventsApi.js index 6619b32..4a2ea2b 100644 --- a/dist/small_eod/EventsApi.js +++ b/dist/small_eod/EventsApi.js @@ -9,7 +9,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient")); var _Event = _interopRequireDefault(require("../model/Event")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20016")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20017")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -163,7 +163,7 @@ var EventsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20016} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response */ }, { @@ -192,7 +192,7 @@ var EventsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20016} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} */ }, { diff --git a/dist/small_eod/FeatureOptionsApi.js b/dist/small_eod/FeatureOptionsApi.js index 4c9f7c9..783d16a 100644 --- a/dist/small_eod/FeatureOptionsApi.js +++ b/dist/small_eod/FeatureOptionsApi.js @@ -9,7 +9,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient")); var _FeatureOption = _interopRequireDefault(require("../model/FeatureOption")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20020")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20021")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -118,7 +118,7 @@ var FeatureOptionsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20020} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20021} and HTTP response */ }, { @@ -147,7 +147,7 @@ var FeatureOptionsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20020} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20021} */ }, { diff --git a/dist/small_eod/FeaturesApi.js b/dist/small_eod/FeaturesApi.js index 79de2c7..d348ad6 100644 --- a/dist/small_eod/FeaturesApi.js +++ b/dist/small_eod/FeaturesApi.js @@ -9,7 +9,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient")); var _Feature = _interopRequireDefault(require("../model/Feature")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20021")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20022")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } @@ -118,7 +118,7 @@ var FeaturesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20021} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20022} and HTTP response */ }, { @@ -147,7 +147,7 @@ var FeaturesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20021} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20022} */ }, { diff --git a/dist/small_eod/InstitutionsApi.js b/dist/small_eod/InstitutionsApi.js index fea2e77..c368c53 100644 --- a/dist/small_eod/InstitutionsApi.js +++ b/dist/small_eod/InstitutionsApi.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20022")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20023")); var _Institution = _interopRequireDefault(require("../model/Institution")); @@ -118,7 +118,7 @@ var InstitutionsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20022} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20023} and HTTP response */ }, { @@ -147,7 +147,7 @@ var InstitutionsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20022} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20023} */ }, { diff --git a/dist/small_eod/LettersApi.js b/dist/small_eod/LettersApi.js index 509a578..4eed6e9 100644 --- a/dist/small_eod/LettersApi.js +++ b/dist/small_eod/LettersApi.js @@ -7,9 +7,9 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20017")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20018")); -var _InlineResponse2 = _interopRequireDefault(require("../model/InlineResponse20023")); +var _InlineResponse2 = _interopRequireDefault(require("../model/InlineResponse20024")); var _Letter = _interopRequireDefault(require("../model/Letter")); @@ -212,7 +212,7 @@ var LettersApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20023} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20024} and HTTP response */ }, { @@ -245,7 +245,7 @@ var LettersApi = /*#__PURE__*/function () { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20023} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20024} */ }, { @@ -451,7 +451,7 @@ var LettersApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response */ }, { @@ -480,7 +480,7 @@ var LettersApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} */ }, { diff --git a/dist/small_eod/NotesApi.js b/dist/small_eod/NotesApi.js index 7ca73ed..fe17b55 100644 --- a/dist/small_eod/NotesApi.js +++ b/dist/small_eod/NotesApi.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20018")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20019")); var _Note = _interopRequireDefault(require("../model/Note")); @@ -118,7 +118,7 @@ var NotesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20019} and HTTP response */ }, { @@ -147,7 +147,7 @@ var NotesApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20019} */ }, { diff --git a/dist/small_eod/TagsApi.js b/dist/small_eod/TagsApi.js index 12017cb..3e7230f 100644 --- a/dist/small_eod/TagsApi.js +++ b/dist/small_eod/TagsApi.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20024")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20025")); var _Tag = _interopRequireDefault(require("../model/Tag")); @@ -118,7 +118,7 @@ var TagsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20024} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20025} and HTTP response */ }, { @@ -147,7 +147,7 @@ var TagsApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20024} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20025} */ }, { diff --git a/dist/small_eod/UsersApi.js b/dist/small_eod/UsersApi.js index e62259b..cc7e453 100644 --- a/dist/small_eod/UsersApi.js +++ b/dist/small_eod/UsersApi.js @@ -7,7 +7,7 @@ exports["default"] = void 0; var _ApiClient = _interopRequireDefault(require("../ApiClient")); -var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20012")); +var _InlineResponse = _interopRequireDefault(require("../model/InlineResponse20013")); var _RefreshTokenRequest = _interopRequireDefault(require("../model/RefreshTokenRequest")); @@ -238,7 +238,7 @@ var UsersApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response */ }, { @@ -268,7 +268,7 @@ var UsersApi = /*#__PURE__*/function () { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} */ }, { diff --git a/docs/AutocompleteApi.md b/docs/AutocompleteApi.md index bbf2f48..1d04433 100644 --- a/docs/AutocompleteApi.md +++ b/docs/AutocompleteApi.md @@ -20,6 +20,8 @@ Method | HTTP request | Description [**autocompleteFeaturesRead**](AutocompleteApi.md#autocompleteFeaturesRead) | **GET** /autocomplete/features/{id}/ | [**autocompleteInstitutionsList**](AutocompleteApi.md#autocompleteInstitutionsList) | **GET** /autocomplete/institutions/ | [**autocompleteInstitutionsRead**](AutocompleteApi.md#autocompleteInstitutionsRead) | **GET** /autocomplete/institutions/{id}/ | +[**autocompleteReferenceNumbersList**](AutocompleteApi.md#autocompleteReferenceNumbersList) | **GET** /autocomplete/reference_numbers/ | +[**autocompleteReferenceNumbersRead**](AutocompleteApi.md#autocompleteReferenceNumbersRead) | **GET** /autocomplete/reference_numbers/{id}/ | [**autocompleteTagsList**](AutocompleteApi.md#autocompleteTagsList) | **GET** /autocomplete/tags/ | [**autocompleteTagsRead**](AutocompleteApi.md#autocompleteTagsRead) | **GET** /autocomplete/tags/{id}/ | [**autocompleteUsersList**](AutocompleteApi.md#autocompleteUsersList) | **GET** /autocomplete/users/ | @@ -907,9 +909,119 @@ Name | Type | Description | Notes - **Accept**: application/json +## autocompleteReferenceNumbersList + +> InlineResponse2009 autocompleteReferenceNumbersList(opts) + + + +### Example + +```javascript +import SmallEodClient from 'small_eod_client'; +let defaultClient = SmallEodClient.ApiClient.instance; +// Configure HTTP basic authorization: Basic +let Basic = defaultClient.authentications['Basic']; +Basic.username = 'YOUR USERNAME'; +Basic.password = 'YOUR PASSWORD'; +// Configure API key authorization: Bearer +let Bearer = defaultClient.authentications['Bearer']; +Bearer.apiKey = 'YOUR API KEY'; +// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) +//Bearer.apiKeyPrefix = 'Token'; + +let apiInstance = new SmallEodClient.AutocompleteApi(); +let opts = { + 'query': "query_example", // String | + 'limit': 56, // Number | Number of results to return per page. + 'offset': 56 // Number | The initial index from which to return the results. +}; +apiInstance.autocompleteReferenceNumbersList(opts).then((data) => { + console.log('API called successfully. Returned data: ' + data); +}, (error) => { + console.error(error); +}); + +``` + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **query** | **String**| | [optional] + **limit** | **Number**| Number of results to return per page. | [optional] + **offset** | **Number**| The initial index from which to return the results. | [optional] + +### Return type + +[**InlineResponse2009**](InlineResponse2009.md) + +### Authorization + +[Basic](../README.md#Basic), [Bearer](../README.md#Bearer) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + + +## autocompleteReferenceNumbersRead + +> ReferenceNumberAutocomplete autocompleteReferenceNumbersRead(id) + + + +### Example + +```javascript +import SmallEodClient from 'small_eod_client'; +let defaultClient = SmallEodClient.ApiClient.instance; +// Configure HTTP basic authorization: Basic +let Basic = defaultClient.authentications['Basic']; +Basic.username = 'YOUR USERNAME'; +Basic.password = 'YOUR PASSWORD'; +// Configure API key authorization: Bearer +let Bearer = defaultClient.authentications['Bearer']; +Bearer.apiKey = 'YOUR API KEY'; +// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null) +//Bearer.apiKeyPrefix = 'Token'; + +let apiInstance = new SmallEodClient.AutocompleteApi(); +let id = 56; // Number | A unique integer value identifying this reference number. +apiInstance.autocompleteReferenceNumbersRead(id).then((data) => { + console.log('API called successfully. Returned data: ' + data); +}, (error) => { + console.error(error); +}); + +``` + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **id** | **Number**| A unique integer value identifying this reference number. | + +### Return type + +[**ReferenceNumberAutocomplete**](ReferenceNumberAutocomplete.md) + +### Authorization + +[Basic](../README.md#Basic), [Bearer](../README.md#Bearer) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + + ## autocompleteTagsList -> InlineResponse2009 autocompleteTagsList(opts) +> InlineResponse20010 autocompleteTagsList(opts) @@ -953,7 +1065,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse2009**](InlineResponse2009.md) +[**InlineResponse20010**](InlineResponse20010.md) ### Authorization @@ -1019,7 +1131,7 @@ Name | Type | Description | Notes ## autocompleteUsersList -> InlineResponse20010 autocompleteUsersList(opts) +> InlineResponse20011 autocompleteUsersList(opts) @@ -1063,7 +1175,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20010**](InlineResponse20010.md) +[**InlineResponse20011**](InlineResponse20011.md) ### Authorization diff --git a/docs/CasesApi.md b/docs/CasesApi.md index 6a33bec..c776234 100644 --- a/docs/CasesApi.md +++ b/docs/CasesApi.md @@ -123,7 +123,7 @@ null (empty response body) ## casesList -> InlineResponse20011 casesList(opts) +> InlineResponse20012 casesList(opts) @@ -169,7 +169,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20011**](InlineResponse20011.md) +[**InlineResponse20012**](InlineResponse20012.md) ### Authorization @@ -183,7 +183,7 @@ Name | Type | Description | Notes ## casesNotifiedUsersList -> InlineResponse20012 casesNotifiedUsersList(casePk, opts) +> InlineResponse20013 casesNotifiedUsersList(casePk, opts) @@ -229,7 +229,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20012**](InlineResponse20012.md) +[**InlineResponse20013**](InlineResponse20013.md) ### Authorization @@ -403,7 +403,7 @@ Name | Type | Description | Notes ## casesResponsibleUsersList -> InlineResponse20012 casesResponsibleUsersList(casePk, opts) +> InlineResponse20013 casesResponsibleUsersList(casePk, opts) @@ -449,7 +449,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20012**](InlineResponse20012.md) +[**InlineResponse20013**](InlineResponse20013.md) ### Authorization diff --git a/docs/ChannelsApi.md b/docs/ChannelsApi.md index 550f235..0683ebd 100644 --- a/docs/ChannelsApi.md +++ b/docs/ChannelsApi.md @@ -119,7 +119,7 @@ null (empty response body) ## channelsList -> InlineResponse20013 channelsList(opts) +> InlineResponse20014 channelsList(opts) @@ -165,7 +165,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20013**](InlineResponse20013.md) +[**InlineResponse20014**](InlineResponse20014.md) ### Authorization diff --git a/docs/CollectionsApi.md b/docs/CollectionsApi.md index b90621d..77aaf60 100644 --- a/docs/CollectionsApi.md +++ b/docs/CollectionsApi.md @@ -24,7 +24,7 @@ Method | HTTP request | Description ## collectionsCasesEventsList -> InlineResponse20016 collectionsCasesEventsList(casePk, collectionPk, opts) +> InlineResponse20017 collectionsCasesEventsList(casePk, collectionPk, opts) @@ -75,7 +75,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20016**](InlineResponse20016.md) +[**InlineResponse20017**](InlineResponse20017.md) ### Authorization @@ -150,7 +150,7 @@ Name | Type | Description | Notes ## collectionsCasesLettersList -> InlineResponse20017 collectionsCasesLettersList(casePk, collectionPk, opts) +> InlineResponse20018 collectionsCasesLettersList(casePk, collectionPk, opts) @@ -201,7 +201,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20017**](InlineResponse20017.md) +[**InlineResponse20018**](InlineResponse20018.md) ### Authorization @@ -276,7 +276,7 @@ Name | Type | Description | Notes ## collectionsCasesList -> InlineResponse20015 collectionsCasesList(collectionPk, opts) +> InlineResponse20016 collectionsCasesList(collectionPk, opts) @@ -325,7 +325,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20015**](InlineResponse20015.md) +[**InlineResponse20016**](InlineResponse20016.md) ### Authorization @@ -339,7 +339,7 @@ Name | Type | Description | Notes ## collectionsCasesNotesList -> InlineResponse20018 collectionsCasesNotesList(casePk, collectionPk, opts) +> InlineResponse20019 collectionsCasesNotesList(casePk, collectionPk, opts) @@ -390,7 +390,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20018**](InlineResponse20018.md) +[**InlineResponse20019**](InlineResponse20019.md) ### Authorization @@ -628,7 +628,7 @@ null (empty response body) ## collectionsList -> InlineResponse20014 collectionsList(opts) +> InlineResponse20015 collectionsList(opts) @@ -672,7 +672,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20014**](InlineResponse20014.md) +[**InlineResponse20015**](InlineResponse20015.md) ### Authorization diff --git a/docs/DocumentTypesApi.md b/docs/DocumentTypesApi.md index 15e46e8..92b4def 100644 --- a/docs/DocumentTypesApi.md +++ b/docs/DocumentTypesApi.md @@ -119,7 +119,7 @@ null (empty response body) ## documentTypesList -> InlineResponse20019 documentTypesList(opts) +> InlineResponse20020 documentTypesList(opts) @@ -163,7 +163,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20019**](InlineResponse20019.md) +[**InlineResponse20020**](InlineResponse20020.md) ### Authorization diff --git a/docs/EventsApi.md b/docs/EventsApi.md index b9f47ab..0427bd1 100644 --- a/docs/EventsApi.md +++ b/docs/EventsApi.md @@ -180,7 +180,7 @@ null (empty response body) ## eventsList -> InlineResponse20016 eventsList(opts) +> InlineResponse20017 eventsList(opts) @@ -226,7 +226,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20016**](InlineResponse20016.md) +[**InlineResponse20017**](InlineResponse20017.md) ### Authorization diff --git a/docs/FeatureOptionsApi.md b/docs/FeatureOptionsApi.md index 75e2f7f..d9fd531 100644 --- a/docs/FeatureOptionsApi.md +++ b/docs/FeatureOptionsApi.md @@ -119,7 +119,7 @@ null (empty response body) ## featureOptionsList -> InlineResponse20020 featureOptionsList(opts) +> InlineResponse20021 featureOptionsList(opts) @@ -165,7 +165,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20020**](InlineResponse20020.md) +[**InlineResponse20021**](InlineResponse20021.md) ### Authorization diff --git a/docs/FeaturesApi.md b/docs/FeaturesApi.md index 7343d7a..4e42da8 100644 --- a/docs/FeaturesApi.md +++ b/docs/FeaturesApi.md @@ -119,7 +119,7 @@ null (empty response body) ## featuresList -> InlineResponse20021 featuresList(opts) +> InlineResponse20022 featuresList(opts) @@ -165,7 +165,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20021**](InlineResponse20021.md) +[**InlineResponse20022**](InlineResponse20022.md) ### Authorization diff --git a/docs/InlineResponse20010.md b/docs/InlineResponse20010.md index 9e7d4cc..1cdda29 100644 --- a/docs/InlineResponse20010.md +++ b/docs/InlineResponse20010.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[UserAutocomplete]**](UserAutocomplete.md) | | +**results** | [**[TagAutocomplete]**](TagAutocomplete.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20011.md b/docs/InlineResponse20011.md index 367c18f..e262bd5 100644 --- a/docs/InlineResponse20011.md +++ b/docs/InlineResponse20011.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[CaseCount]**](CaseCount.md) | | +**results** | [**[UserAutocomplete]**](UserAutocomplete.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20012.md b/docs/InlineResponse20012.md index 2bb24f8..b0ab330 100644 --- a/docs/InlineResponse20012.md +++ b/docs/InlineResponse20012.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[User]**](User.md) | | +**results** | [**[CaseCount]**](CaseCount.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20013.md b/docs/InlineResponse20013.md index ee4b56d..1e07b0e 100644 --- a/docs/InlineResponse20013.md +++ b/docs/InlineResponse20013.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Channel]**](Channel.md) | | +**results** | [**[User]**](User.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20014.md b/docs/InlineResponse20014.md index 7cde1d9..dd317d0 100644 --- a/docs/InlineResponse20014.md +++ b/docs/InlineResponse20014.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Collection]**](Collection.md) | | +**results** | [**[Channel]**](Channel.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20015.md b/docs/InlineResponse20015.md index a26ea05..55b40db 100644 --- a/docs/InlineResponse20015.md +++ b/docs/InlineResponse20015.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Case]**](Case.md) | | +**results** | [**[Collection]**](Collection.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20016.md b/docs/InlineResponse20016.md index b2ce731..60c72c3 100644 --- a/docs/InlineResponse20016.md +++ b/docs/InlineResponse20016.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Event]**](Event.md) | | +**results** | [**[Case]**](Case.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20017.md b/docs/InlineResponse20017.md index addc14d..fa203ce 100644 --- a/docs/InlineResponse20017.md +++ b/docs/InlineResponse20017.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Letter]**](Letter.md) | | +**results** | [**[Event]**](Event.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20018.md b/docs/InlineResponse20018.md index f3c8764..102a835 100644 --- a/docs/InlineResponse20018.md +++ b/docs/InlineResponse20018.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Note]**](Note.md) | | +**results** | [**[Letter]**](Letter.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20019.md b/docs/InlineResponse20019.md index ced1eba..8b8d9a7 100644 --- a/docs/InlineResponse20019.md +++ b/docs/InlineResponse20019.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[DocumentType]**](DocumentType.md) | | +**results** | [**[Note]**](Note.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20020.md b/docs/InlineResponse20020.md index 37c90f9..30a0e8d 100644 --- a/docs/InlineResponse20020.md +++ b/docs/InlineResponse20020.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[FeatureOption]**](FeatureOption.md) | | +**results** | [**[DocumentType]**](DocumentType.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20021.md b/docs/InlineResponse20021.md index 914a049..674b8a7 100644 --- a/docs/InlineResponse20021.md +++ b/docs/InlineResponse20021.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Feature]**](Feature.md) | | +**results** | [**[FeatureOption]**](FeatureOption.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20022.md b/docs/InlineResponse20022.md index 9de9c0e..ade5ae0 100644 --- a/docs/InlineResponse20022.md +++ b/docs/InlineResponse20022.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Institution]**](Institution.md) | | +**results** | [**[Feature]**](Feature.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20023.md b/docs/InlineResponse20023.md index c23946f..9f9fec3 100644 --- a/docs/InlineResponse20023.md +++ b/docs/InlineResponse20023.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | **[File]** | | +**results** | [**[Institution]**](Institution.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20024.md b/docs/InlineResponse20024.md index 26ff594..4f60dbf 100644 --- a/docs/InlineResponse20024.md +++ b/docs/InlineResponse20024.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[Tag]**](Tag.md) | | +**results** | **[File]** | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InlineResponse20025.md b/docs/InlineResponse20025.md new file mode 100644 index 0000000..33d00b8 --- /dev/null +++ b/docs/InlineResponse20025.md @@ -0,0 +1,12 @@ +# SmallEodClient.InlineResponse20025 + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**count** | **Number** | | +**results** | [**[Tag]**](Tag.md) | | +**next** | **String** | | [optional] +**previous** | **String** | | [optional] + + diff --git a/docs/InlineResponse2009.md b/docs/InlineResponse2009.md index 611160a..717fdd1 100644 --- a/docs/InlineResponse2009.md +++ b/docs/InlineResponse2009.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Number** | | -**results** | [**[TagAutocomplete]**](TagAutocomplete.md) | | +**results** | [**[ReferenceNumberAutocomplete]**](ReferenceNumberAutocomplete.md) | | **next** | **String** | | [optional] **previous** | **String** | | [optional] diff --git a/docs/InstitutionsApi.md b/docs/InstitutionsApi.md index 827a4cc..c803027 100644 --- a/docs/InstitutionsApi.md +++ b/docs/InstitutionsApi.md @@ -119,7 +119,7 @@ null (empty response body) ## institutionsList -> InlineResponse20022 institutionsList(opts) +> InlineResponse20023 institutionsList(opts) @@ -165,7 +165,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20022**](InlineResponse20022.md) +[**InlineResponse20023**](InlineResponse20023.md) ### Authorization diff --git a/docs/Letter.md b/docs/Letter.md index 29a956b..bd1a69e 100644 --- a/docs/Letter.md +++ b/docs/Letter.md @@ -9,7 +9,7 @@ Name | Type | Description | Notes **channel** | **Number** | | [optional] **_final** | **Boolean** | Indicates whether the document has final content or is, for example, a draft | [optional] **date** | **Date** | Date of sending or receiving. | [optional] -**referenceNumber** | **String** | Reference number of letter. | [optional] +**referenceNumber** | **String** | | [optional] **institution** | **Number** | | [optional] **_case** | **Number** | | [optional] **attachments** | **[File]** | | [optional] [readonly] diff --git a/docs/LettersApi.md b/docs/LettersApi.md index d6ff201..7630909 100644 --- a/docs/LettersApi.md +++ b/docs/LettersApi.md @@ -234,7 +234,7 @@ null (empty response body) ## lettersFilesList -> InlineResponse20023 lettersFilesList(letterPk, opts) +> InlineResponse20024 lettersFilesList(letterPk, opts) @@ -278,7 +278,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20023**](InlineResponse20023.md) +[**InlineResponse20024**](InlineResponse20024.md) ### Authorization @@ -512,7 +512,7 @@ Name | Type | Description | Notes ## lettersList -> InlineResponse20017 lettersList(opts) +> InlineResponse20018 lettersList(opts) @@ -558,7 +558,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20017**](InlineResponse20017.md) +[**InlineResponse20018**](InlineResponse20018.md) ### Authorization diff --git a/docs/NotesApi.md b/docs/NotesApi.md index 93d7315..f1976ab 100644 --- a/docs/NotesApi.md +++ b/docs/NotesApi.md @@ -119,7 +119,7 @@ null (empty response body) ## notesList -> InlineResponse20018 notesList(opts) +> InlineResponse20019 notesList(opts) @@ -165,7 +165,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20018**](InlineResponse20018.md) +[**InlineResponse20019**](InlineResponse20019.md) ### Authorization diff --git a/docs/ReferenceNumberAutocomplete.md b/docs/ReferenceNumberAutocomplete.md new file mode 100644 index 0000000..f4ab077 --- /dev/null +++ b/docs/ReferenceNumberAutocomplete.md @@ -0,0 +1,10 @@ +# SmallEodClient.ReferenceNumberAutocomplete + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**name** | **String** | Reference number of letter. | +**id** | **Number** | | [optional] [readonly] + + diff --git a/docs/TagsApi.md b/docs/TagsApi.md index efd2d9d..c042bf2 100644 --- a/docs/TagsApi.md +++ b/docs/TagsApi.md @@ -119,7 +119,7 @@ null (empty response body) ## tagsList -> InlineResponse20024 tagsList(opts) +> InlineResponse20025 tagsList(opts) @@ -165,7 +165,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20024**](InlineResponse20024.md) +[**InlineResponse20025**](InlineResponse20025.md) ### Authorization diff --git a/docs/UsersApi.md b/docs/UsersApi.md index 93169cf..38dafa5 100644 --- a/docs/UsersApi.md +++ b/docs/UsersApi.md @@ -260,7 +260,7 @@ Name | Type | Description | Notes ## usersList -> InlineResponse20012 usersList(opts) +> InlineResponse20013 usersList(opts) @@ -308,7 +308,7 @@ Name | Type | Description | Notes ### Return type -[**InlineResponse20012**](InlineResponse20012.md) +[**InlineResponse20013**](InlineResponse20013.md) ### Authorization diff --git a/src/index.js b/src/index.js index d3b9c8e..6d3186e 100644 --- a/src/index.js +++ b/src/index.js @@ -48,6 +48,7 @@ import InlineResponse20021 from './model/InlineResponse20021'; import InlineResponse20022 from './model/InlineResponse20022'; import InlineResponse20023 from './model/InlineResponse20023'; import InlineResponse20024 from './model/InlineResponse20024'; +import InlineResponse20025 from './model/InlineResponse20025'; import InlineResponse2003 from './model/InlineResponse2003'; import InlineResponse2004 from './model/InlineResponse2004'; import InlineResponse2005 from './model/InlineResponse2005'; @@ -59,6 +60,7 @@ import Institution from './model/Institution'; import InstitutionAutocomplete from './model/InstitutionAutocomplete'; import Letter from './model/Letter'; import Note from './model/Note'; +import ReferenceNumberAutocomplete from './model/ReferenceNumberAutocomplete'; import RefreshTokenRequest from './model/RefreshTokenRequest'; import Request from './model/Request'; import SignRequest from './model/SignRequest'; @@ -332,6 +334,12 @@ export { */ InlineResponse20024, + /** + * The InlineResponse20025 model constructor. + * @property {module:model/InlineResponse20025} + */ + InlineResponse20025, + /** * The InlineResponse2003 model constructor. * @property {module:model/InlineResponse2003} @@ -398,6 +406,12 @@ export { */ Note, + /** + * The ReferenceNumberAutocomplete model constructor. + * @property {module:model/ReferenceNumberAutocomplete} + */ + ReferenceNumberAutocomplete, + /** * The RefreshTokenRequest model constructor. * @property {module:model/RefreshTokenRequest} diff --git a/src/model/InlineResponse20010.js b/src/model/InlineResponse20010.js index 437b45b..bb83802 100644 --- a/src/model/InlineResponse20010.js +++ b/src/model/InlineResponse20010.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import UserAutocomplete from './UserAutocomplete'; +import TagAutocomplete from './TagAutocomplete'; /** * The InlineResponse20010 model module. @@ -24,7 +24,7 @@ class InlineResponse20010 { * Constructs a new InlineResponse20010. * @alias module:model/InlineResponse20010 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20010 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [UserAutocomplete]); + obj['results'] = ApiClient.convertToType(data['results'], [TagAutocomplete]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20010 { InlineResponse20010.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20010.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20011.js b/src/model/InlineResponse20011.js index 7ac63a6..ade6080 100644 --- a/src/model/InlineResponse20011.js +++ b/src/model/InlineResponse20011.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import CaseCount from './CaseCount'; +import UserAutocomplete from './UserAutocomplete'; /** * The InlineResponse20011 model module. @@ -24,7 +24,7 @@ class InlineResponse20011 { * Constructs a new InlineResponse20011. * @alias module:model/InlineResponse20011 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20011 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [CaseCount]); + obj['results'] = ApiClient.convertToType(data['results'], [UserAutocomplete]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20011 { InlineResponse20011.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20011.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20012.js b/src/model/InlineResponse20012.js index a536c5b..255a65e 100644 --- a/src/model/InlineResponse20012.js +++ b/src/model/InlineResponse20012.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import User from './User'; +import CaseCount from './CaseCount'; /** * The InlineResponse20012 model module. @@ -24,7 +24,7 @@ class InlineResponse20012 { * Constructs a new InlineResponse20012. * @alias module:model/InlineResponse20012 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20012 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [User]); + obj['results'] = ApiClient.convertToType(data['results'], [CaseCount]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20012 { InlineResponse20012.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20012.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20013.js b/src/model/InlineResponse20013.js index 3614d2a..7bf8702 100644 --- a/src/model/InlineResponse20013.js +++ b/src/model/InlineResponse20013.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Channel from './Channel'; +import User from './User'; /** * The InlineResponse20013 model module. @@ -24,7 +24,7 @@ class InlineResponse20013 { * Constructs a new InlineResponse20013. * @alias module:model/InlineResponse20013 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20013 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Channel]); + obj['results'] = ApiClient.convertToType(data['results'], [User]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20013 { InlineResponse20013.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20013.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20014.js b/src/model/InlineResponse20014.js index 5310e51..3a8dc3d 100644 --- a/src/model/InlineResponse20014.js +++ b/src/model/InlineResponse20014.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Collection from './Collection'; +import Channel from './Channel'; /** * The InlineResponse20014 model module. @@ -24,7 +24,7 @@ class InlineResponse20014 { * Constructs a new InlineResponse20014. * @alias module:model/InlineResponse20014 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20014 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Collection]); + obj['results'] = ApiClient.convertToType(data['results'], [Channel]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20014 { InlineResponse20014.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20014.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20015.js b/src/model/InlineResponse20015.js index 1a18195..381a2a3 100644 --- a/src/model/InlineResponse20015.js +++ b/src/model/InlineResponse20015.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Case from './Case'; +import Collection from './Collection'; /** * The InlineResponse20015 model module. @@ -24,7 +24,7 @@ class InlineResponse20015 { * Constructs a new InlineResponse20015. * @alias module:model/InlineResponse20015 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20015 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Case]); + obj['results'] = ApiClient.convertToType(data['results'], [Collection]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20015 { InlineResponse20015.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20015.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20016.js b/src/model/InlineResponse20016.js index 6a51e1a..00e6f28 100644 --- a/src/model/InlineResponse20016.js +++ b/src/model/InlineResponse20016.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Event from './Event'; +import Case from './Case'; /** * The InlineResponse20016 model module. @@ -24,7 +24,7 @@ class InlineResponse20016 { * Constructs a new InlineResponse20016. * @alias module:model/InlineResponse20016 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20016 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Event]); + obj['results'] = ApiClient.convertToType(data['results'], [Case]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20016 { InlineResponse20016.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20016.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20017.js b/src/model/InlineResponse20017.js index 4fb0402..86b8cb4 100644 --- a/src/model/InlineResponse20017.js +++ b/src/model/InlineResponse20017.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Letter from './Letter'; +import Event from './Event'; /** * The InlineResponse20017 model module. @@ -24,7 +24,7 @@ class InlineResponse20017 { * Constructs a new InlineResponse20017. * @alias module:model/InlineResponse20017 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20017 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Letter]); + obj['results'] = ApiClient.convertToType(data['results'], [Event]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20017 { InlineResponse20017.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20017.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20018.js b/src/model/InlineResponse20018.js index f5ae284..603e9f7 100644 --- a/src/model/InlineResponse20018.js +++ b/src/model/InlineResponse20018.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Note from './Note'; +import Letter from './Letter'; /** * The InlineResponse20018 model module. @@ -24,7 +24,7 @@ class InlineResponse20018 { * Constructs a new InlineResponse20018. * @alias module:model/InlineResponse20018 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20018 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Note]); + obj['results'] = ApiClient.convertToType(data['results'], [Letter]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20018 { InlineResponse20018.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20018.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20019.js b/src/model/InlineResponse20019.js index 18a2347..ebe1c5b 100644 --- a/src/model/InlineResponse20019.js +++ b/src/model/InlineResponse20019.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import DocumentType from './DocumentType'; +import Note from './Note'; /** * The InlineResponse20019 model module. @@ -24,7 +24,7 @@ class InlineResponse20019 { * Constructs a new InlineResponse20019. * @alias module:model/InlineResponse20019 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20019 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [DocumentType]); + obj['results'] = ApiClient.convertToType(data['results'], [Note]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20019 { InlineResponse20019.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20019.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20020.js b/src/model/InlineResponse20020.js index 9700570..df586fc 100644 --- a/src/model/InlineResponse20020.js +++ b/src/model/InlineResponse20020.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import FeatureOption from './FeatureOption'; +import DocumentType from './DocumentType'; /** * The InlineResponse20020 model module. @@ -24,7 +24,7 @@ class InlineResponse20020 { * Constructs a new InlineResponse20020. * @alias module:model/InlineResponse20020 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20020 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [FeatureOption]); + obj['results'] = ApiClient.convertToType(data['results'], [DocumentType]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20020 { InlineResponse20020.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20020.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20021.js b/src/model/InlineResponse20021.js index 5768475..a51dd19 100644 --- a/src/model/InlineResponse20021.js +++ b/src/model/InlineResponse20021.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Feature from './Feature'; +import FeatureOption from './FeatureOption'; /** * The InlineResponse20021 model module. @@ -24,7 +24,7 @@ class InlineResponse20021 { * Constructs a new InlineResponse20021. * @alias module:model/InlineResponse20021 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20021 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Feature]); + obj['results'] = ApiClient.convertToType(data['results'], [FeatureOption]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20021 { InlineResponse20021.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20021.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20022.js b/src/model/InlineResponse20022.js index fec6ad7..b179502 100644 --- a/src/model/InlineResponse20022.js +++ b/src/model/InlineResponse20022.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import Institution from './Institution'; +import Feature from './Feature'; /** * The InlineResponse20022 model module. @@ -24,7 +24,7 @@ class InlineResponse20022 { * Constructs a new InlineResponse20022. * @alias module:model/InlineResponse20022 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse20022 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Institution]); + obj['results'] = ApiClient.convertToType(data['results'], [Feature]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse20022 { InlineResponse20022.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20022.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20023.js b/src/model/InlineResponse20023.js index 9c87700..fe589f0 100644 --- a/src/model/InlineResponse20023.js +++ b/src/model/InlineResponse20023.js @@ -12,6 +12,7 @@ */ import ApiClient from '../ApiClient'; +import Institution from './Institution'; /** * The InlineResponse20023 model module. @@ -23,7 +24,7 @@ class InlineResponse20023 { * Constructs a new InlineResponse20023. * @alias module:model/InlineResponse20023 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -55,7 +56,7 @@ class InlineResponse20023 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [File]); + obj['results'] = ApiClient.convertToType(data['results'], [Institution]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -76,7 +77,7 @@ class InlineResponse20023 { InlineResponse20023.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20023.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20024.js b/src/model/InlineResponse20024.js index 4def8f4..609873d 100644 --- a/src/model/InlineResponse20024.js +++ b/src/model/InlineResponse20024.js @@ -12,7 +12,6 @@ */ import ApiClient from '../ApiClient'; -import Tag from './Tag'; /** * The InlineResponse20024 model module. @@ -24,7 +23,7 @@ class InlineResponse20024 { * Constructs a new InlineResponse20024. * @alias module:model/InlineResponse20024 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +55,7 @@ class InlineResponse20024 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [Tag]); + obj['results'] = ApiClient.convertToType(data['results'], [File]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +76,7 @@ class InlineResponse20024 { InlineResponse20024.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse20024.prototype['results'] = undefined; diff --git a/src/model/InlineResponse20025.js b/src/model/InlineResponse20025.js new file mode 100644 index 0000000..a468180 --- /dev/null +++ b/src/model/InlineResponse20025.js @@ -0,0 +1,100 @@ +/** + * Small_EOD + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1 + * Contact: adam.dobrawy@siecobywatelska.pl + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +import ApiClient from '../ApiClient'; +import Tag from './Tag'; + +/** + * The InlineResponse20025 model module. + * @module model/InlineResponse20025 + * @version 1.0.4 + */ +class InlineResponse20025 { + /** + * Constructs a new InlineResponse20025. + * @alias module:model/InlineResponse20025 + * @param count {Number} + * @param results {Array.} + */ + constructor(count, results) { + + InlineResponse20025.initialize(this, count, results); + } + + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + static initialize(obj, count, results) { + obj['count'] = count; + obj['results'] = results; + } + + /** + * Constructs a InlineResponse20025 from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/InlineResponse20025} obj Optional instance to populate. + * @return {module:model/InlineResponse20025} The populated InlineResponse20025 instance. + */ + static constructFromObject(data, obj) { + if (data) { + obj = obj || new InlineResponse20025(); + + if (data.hasOwnProperty('count')) { + obj['count'] = ApiClient.convertToType(data['count'], 'Number'); + } + if (data.hasOwnProperty('results')) { + obj['results'] = ApiClient.convertToType(data['results'], [Tag]); + } + if (data.hasOwnProperty('next')) { + obj['next'] = ApiClient.convertToType(data['next'], 'String'); + } + if (data.hasOwnProperty('previous')) { + obj['previous'] = ApiClient.convertToType(data['previous'], 'String'); + } + } + return obj; + } + + +} + +/** + * @member {Number} count + */ +InlineResponse20025.prototype['count'] = undefined; + +/** + * @member {Array.} results + */ +InlineResponse20025.prototype['results'] = undefined; + +/** + * @member {String} next + */ +InlineResponse20025.prototype['next'] = undefined; + +/** + * @member {String} previous + */ +InlineResponse20025.prototype['previous'] = undefined; + + + + + + +export default InlineResponse20025; + diff --git a/src/model/InlineResponse2009.js b/src/model/InlineResponse2009.js index a0e6adb..74e831b 100644 --- a/src/model/InlineResponse2009.js +++ b/src/model/InlineResponse2009.js @@ -12,7 +12,7 @@ */ import ApiClient from '../ApiClient'; -import TagAutocomplete from './TagAutocomplete'; +import ReferenceNumberAutocomplete from './ReferenceNumberAutocomplete'; /** * The InlineResponse2009 model module. @@ -24,7 +24,7 @@ class InlineResponse2009 { * Constructs a new InlineResponse2009. * @alias module:model/InlineResponse2009 * @param count {Number} - * @param results {Array.} + * @param results {Array.} */ constructor(count, results) { @@ -56,7 +56,7 @@ class InlineResponse2009 { obj['count'] = ApiClient.convertToType(data['count'], 'Number'); } if (data.hasOwnProperty('results')) { - obj['results'] = ApiClient.convertToType(data['results'], [TagAutocomplete]); + obj['results'] = ApiClient.convertToType(data['results'], [ReferenceNumberAutocomplete]); } if (data.hasOwnProperty('next')) { obj['next'] = ApiClient.convertToType(data['next'], 'String'); @@ -77,7 +77,7 @@ class InlineResponse2009 { InlineResponse2009.prototype['count'] = undefined; /** - * @member {Array.} results + * @member {Array.} results */ InlineResponse2009.prototype['results'] = undefined; diff --git a/src/model/Letter.js b/src/model/Letter.js index 936d589..1182212 100644 --- a/src/model/Letter.js +++ b/src/model/Letter.js @@ -129,7 +129,6 @@ Letter.prototype['final'] = undefined; Letter.prototype['date'] = undefined; /** - * Reference number of letter. * @member {String} referenceNumber */ Letter.prototype['referenceNumber'] = undefined; diff --git a/src/model/ReferenceNumberAutocomplete.js b/src/model/ReferenceNumberAutocomplete.js new file mode 100644 index 0000000..baad943 --- /dev/null +++ b/src/model/ReferenceNumberAutocomplete.js @@ -0,0 +1,83 @@ +/** + * Small_EOD + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1 + * Contact: adam.dobrawy@siecobywatelska.pl + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +import ApiClient from '../ApiClient'; + +/** + * The ReferenceNumberAutocomplete model module. + * @module model/ReferenceNumberAutocomplete + * @version 1.0.4 + */ +class ReferenceNumberAutocomplete { + /** + * Constructs a new ReferenceNumberAutocomplete. + * ReferenceNumber(id, name) + * @alias module:model/ReferenceNumberAutocomplete + * @param name {String} Reference number of letter. + */ + constructor(name) { + + ReferenceNumberAutocomplete.initialize(this, name); + } + + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + static initialize(obj, name) { + obj['name'] = name; + } + + /** + * Constructs a ReferenceNumberAutocomplete from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/ReferenceNumberAutocomplete} obj Optional instance to populate. + * @return {module:model/ReferenceNumberAutocomplete} The populated ReferenceNumberAutocomplete instance. + */ + static constructFromObject(data, obj) { + if (data) { + obj = obj || new ReferenceNumberAutocomplete(); + + if (data.hasOwnProperty('name')) { + obj['name'] = ApiClient.convertToType(data['name'], 'String'); + } + if (data.hasOwnProperty('id')) { + obj['id'] = ApiClient.convertToType(data['id'], 'Number'); + } + } + return obj; + } + + +} + +/** + * Reference number of letter. + * @member {String} name + */ +ReferenceNumberAutocomplete.prototype['name'] = undefined; + +/** + * @member {Number} id + */ +ReferenceNumberAutocomplete.prototype['id'] = undefined; + + + + + + +export default ReferenceNumberAutocomplete; + diff --git a/src/small_eod/AutocompleteApi.js b/src/small_eod/AutocompleteApi.js index 2e76810..1da7bc5 100644 --- a/src/small_eod/AutocompleteApi.js +++ b/src/small_eod/AutocompleteApi.js @@ -22,6 +22,7 @@ import FeatureAutocomplete from '../model/FeatureAutocomplete'; import FeatureOptionAutocomplete from '../model/FeatureOptionAutocomplete'; import InlineResponse2001 from '../model/InlineResponse2001'; import InlineResponse20010 from '../model/InlineResponse20010'; +import InlineResponse20011 from '../model/InlineResponse20011'; import InlineResponse2002 from '../model/InlineResponse2002'; import InlineResponse2003 from '../model/InlineResponse2003'; import InlineResponse2004 from '../model/InlineResponse2004'; @@ -31,6 +32,7 @@ import InlineResponse2007 from '../model/InlineResponse2007'; import InlineResponse2008 from '../model/InlineResponse2008'; import InlineResponse2009 from '../model/InlineResponse2009'; import InstitutionAutocomplete from '../model/InstitutionAutocomplete'; +import ReferenceNumberAutocomplete from '../model/ReferenceNumberAutocomplete'; import TagAutocomplete from '../model/TagAutocomplete'; import UserAutocomplete from '../model/UserAutocomplete'; @@ -805,7 +807,7 @@ export default class AutocompleteApi { * @param {Number} opts.offset The initial index from which to return the results. * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse2009} and HTTP response */ - autocompleteTagsListWithHttpInfo(opts) { + autocompleteReferenceNumbersListWithHttpInfo(opts) { opts = opts || {}; let postBody = null; @@ -826,7 +828,7 @@ export default class AutocompleteApi { let accepts = ['application/json']; let returnType = InlineResponse2009; return this.apiClient.callApi( - '/autocomplete/tags/', 'GET', + '/autocomplete/reference_numbers/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null ); @@ -839,6 +841,99 @@ export default class AutocompleteApi { * @param {Number} opts.offset The initial index from which to return the results. * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse2009} */ + autocompleteReferenceNumbersList(opts) { + return this.autocompleteReferenceNumbersListWithHttpInfo(opts) + .then(function(response_and_data) { + return response_and_data.data; + }); + } + + + /** + * @param {Number} id A unique integer value identifying this reference number. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ReferenceNumberAutocomplete} and HTTP response + */ + autocompleteReferenceNumbersReadWithHttpInfo(id) { + let postBody = null; + // verify the required parameter 'id' is set + if (id === undefined || id === null) { + throw new Error("Missing the required parameter 'id' when calling autocompleteReferenceNumbersRead"); + } + + let pathParams = { + 'id': id + }; + let queryParams = { + }; + let headerParams = { + }; + let formParams = { + }; + + let authNames = ['Basic', 'Bearer']; + let contentTypes = []; + let accepts = ['application/json']; + let returnType = ReferenceNumberAutocomplete; + return this.apiClient.callApi( + '/autocomplete/reference_numbers/{id}/', 'GET', + pathParams, queryParams, headerParams, formParams, postBody, + authNames, contentTypes, accepts, returnType, null + ); + } + + /** + * @param {Number} id A unique integer value identifying this reference number. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ReferenceNumberAutocomplete} + */ + autocompleteReferenceNumbersRead(id) { + return this.autocompleteReferenceNumbersReadWithHttpInfo(id) + .then(function(response_and_data) { + return response_and_data.data; + }); + } + + + /** + * @param {Object} opts Optional parameters + * @param {String} opts.query + * @param {Number} opts.limit Number of results to return per page. + * @param {Number} opts.offset The initial index from which to return the results. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20010} and HTTP response + */ + autocompleteTagsListWithHttpInfo(opts) { + opts = opts || {}; + let postBody = null; + + let pathParams = { + }; + let queryParams = { + 'query': opts['query'], + 'limit': opts['limit'], + 'offset': opts['offset'] + }; + let headerParams = { + }; + let formParams = { + }; + + let authNames = ['Basic', 'Bearer']; + let contentTypes = []; + let accepts = ['application/json']; + let returnType = InlineResponse20010; + return this.apiClient.callApi( + '/autocomplete/tags/', 'GET', + pathParams, queryParams, headerParams, formParams, postBody, + authNames, contentTypes, accepts, returnType, null + ); + } + + /** + * @param {Object} opts Optional parameters + * @param {String} opts.query + * @param {Number} opts.limit Number of results to return per page. + * @param {Number} opts.offset The initial index from which to return the results. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20010} + */ autocompleteTagsList(opts) { return this.autocompleteTagsListWithHttpInfo(opts) .then(function(response_and_data) { @@ -896,7 +991,7 @@ export default class AutocompleteApi { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20010} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20011} and HTTP response */ autocompleteUsersListWithHttpInfo(opts) { opts = opts || {}; @@ -917,7 +1012,7 @@ export default class AutocompleteApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20010; + let returnType = InlineResponse20011; return this.apiClient.callApi( '/autocomplete/users/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -930,7 +1025,7 @@ export default class AutocompleteApi { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20010} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20011} */ autocompleteUsersList(opts) { return this.autocompleteUsersListWithHttpInfo(opts) diff --git a/src/small_eod/CasesApi.js b/src/small_eod/CasesApi.js index 5ee4ca7..743a16c 100644 --- a/src/small_eod/CasesApi.js +++ b/src/small_eod/CasesApi.js @@ -14,8 +14,8 @@ import ApiClient from "../ApiClient"; import CaseCount from '../model/CaseCount'; -import InlineResponse20011 from '../model/InlineResponse20011'; import InlineResponse20012 from '../model/InlineResponse20012'; +import InlineResponse20013 from '../model/InlineResponse20013'; import User from '../model/User'; /** @@ -131,7 +131,7 @@ export default class CasesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20011} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response */ casesListWithHttpInfo(opts) { opts = opts || {}; @@ -153,7 +153,7 @@ export default class CasesApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20011; + let returnType = InlineResponse20012; return this.apiClient.callApi( '/cases/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -167,7 +167,7 @@ export default class CasesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20011} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} */ casesList(opts) { return this.casesListWithHttpInfo(opts) @@ -183,7 +183,7 @@ export default class CasesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response */ casesNotifiedUsersListWithHttpInfo(casePk, opts) { opts = opts || {}; @@ -209,7 +209,7 @@ export default class CasesApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20012; + let returnType = InlineResponse20013; return this.apiClient.callApi( '/cases/{case_pk}/notifiedUsers/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -223,7 +223,7 @@ export default class CasesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} */ casesNotifiedUsersList(casePk, opts) { return this.casesNotifiedUsersListWithHttpInfo(casePk, opts) @@ -384,7 +384,7 @@ export default class CasesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response */ casesResponsibleUsersListWithHttpInfo(casePk, opts) { opts = opts || {}; @@ -410,7 +410,7 @@ export default class CasesApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20012; + let returnType = InlineResponse20013; return this.apiClient.callApi( '/cases/{case_pk}/responsibleUsers/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -424,7 +424,7 @@ export default class CasesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} */ casesResponsibleUsersList(casePk, opts) { return this.casesResponsibleUsersListWithHttpInfo(casePk, opts) diff --git a/src/small_eod/ChannelsApi.js b/src/small_eod/ChannelsApi.js index 9a151fa..5db5847 100644 --- a/src/small_eod/ChannelsApi.js +++ b/src/small_eod/ChannelsApi.js @@ -14,7 +14,7 @@ import ApiClient from "../ApiClient"; import Channel from '../model/Channel'; -import InlineResponse20013 from '../model/InlineResponse20013'; +import InlineResponse20014 from '../model/InlineResponse20014'; /** * Channels service. @@ -129,7 +129,7 @@ export default class ChannelsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20014} and HTTP response */ channelsListWithHttpInfo(opts) { opts = opts || {}; @@ -151,7 +151,7 @@ export default class ChannelsApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20013; + let returnType = InlineResponse20014; return this.apiClient.callApi( '/channels/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -165,7 +165,7 @@ export default class ChannelsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20014} */ channelsList(opts) { return this.channelsListWithHttpInfo(opts) diff --git a/src/small_eod/CollectionsApi.js b/src/small_eod/CollectionsApi.js index 5b0ac5c..c1bbe9f 100644 --- a/src/small_eod/CollectionsApi.js +++ b/src/small_eod/CollectionsApi.js @@ -16,11 +16,11 @@ import ApiClient from "../ApiClient"; import Case from '../model/Case'; import Collection from '../model/Collection'; import Event from '../model/Event'; -import InlineResponse20014 from '../model/InlineResponse20014'; import InlineResponse20015 from '../model/InlineResponse20015'; import InlineResponse20016 from '../model/InlineResponse20016'; import InlineResponse20017 from '../model/InlineResponse20017'; import InlineResponse20018 from '../model/InlineResponse20018'; +import InlineResponse20019 from '../model/InlineResponse20019'; import Letter from '../model/Letter'; import Note from '../model/Note'; import TokenSet from '../model/TokenSet'; @@ -51,7 +51,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20016} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response */ collectionsCasesEventsListWithHttpInfo(casePk, collectionPk, opts) { opts = opts || {}; @@ -81,7 +81,7 @@ export default class CollectionsApi { let authNames = ['Basic', 'Bearer', 'CollectionToken']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20016; + let returnType = InlineResponse20017; return this.apiClient.callApi( '/collections/{collection_pk}/cases/{case_pk}/events/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -95,7 +95,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20016} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} */ collectionsCasesEventsList(casePk, collectionPk, opts) { return this.collectionsCasesEventsListWithHttpInfo(casePk, collectionPk, opts) @@ -169,7 +169,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response */ collectionsCasesLettersListWithHttpInfo(casePk, collectionPk, opts) { opts = opts || {}; @@ -199,7 +199,7 @@ export default class CollectionsApi { let authNames = ['Basic', 'Bearer', 'CollectionToken']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20017; + let returnType = InlineResponse20018; return this.apiClient.callApi( '/collections/{collection_pk}/cases/{case_pk}/letters/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -213,7 +213,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} */ collectionsCasesLettersList(casePk, collectionPk, opts) { return this.collectionsCasesLettersListWithHttpInfo(casePk, collectionPk, opts) @@ -286,7 +286,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20015} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20016} and HTTP response */ collectionsCasesListWithHttpInfo(collectionPk, opts) { opts = opts || {}; @@ -311,7 +311,7 @@ export default class CollectionsApi { let authNames = ['Basic', 'Bearer', 'CollectionToken']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20015; + let returnType = InlineResponse20016; return this.apiClient.callApi( '/collections/{collection_pk}/cases/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -324,7 +324,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20015} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20016} */ collectionsCasesList(collectionPk, opts) { return this.collectionsCasesListWithHttpInfo(collectionPk, opts) @@ -340,7 +340,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20019} and HTTP response */ collectionsCasesNotesListWithHttpInfo(casePk, collectionPk, opts) { opts = opts || {}; @@ -370,7 +370,7 @@ export default class CollectionsApi { let authNames = ['Basic', 'Bearer', 'CollectionToken']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20018; + let returnType = InlineResponse20019; return this.apiClient.callApi( '/collections/{collection_pk}/cases/{case_pk}/notes/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -384,7 +384,7 @@ export default class CollectionsApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20019} */ collectionsCasesNotesList(casePk, collectionPk, opts) { return this.collectionsCasesNotesListWithHttpInfo(casePk, collectionPk, opts) @@ -595,7 +595,7 @@ export default class CollectionsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20014} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20015} and HTTP response */ collectionsListWithHttpInfo(opts) { opts = opts || {}; @@ -616,7 +616,7 @@ export default class CollectionsApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20014; + let returnType = InlineResponse20015; return this.apiClient.callApi( '/collections/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -629,7 +629,7 @@ export default class CollectionsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20014} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20015} */ collectionsList(opts) { return this.collectionsListWithHttpInfo(opts) diff --git a/src/small_eod/DocumentTypesApi.js b/src/small_eod/DocumentTypesApi.js index 2a19bdb..af0f450 100644 --- a/src/small_eod/DocumentTypesApi.js +++ b/src/small_eod/DocumentTypesApi.js @@ -14,7 +14,7 @@ import ApiClient from "../ApiClient"; import DocumentType from '../model/DocumentType'; -import InlineResponse20019 from '../model/InlineResponse20019'; +import InlineResponse20020 from '../model/InlineResponse20020'; /** * DocumentTypes service. @@ -128,7 +128,7 @@ export default class DocumentTypesApi { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20019} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20020} and HTTP response */ documentTypesListWithHttpInfo(opts) { opts = opts || {}; @@ -149,7 +149,7 @@ export default class DocumentTypesApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20019; + let returnType = InlineResponse20020; return this.apiClient.callApi( '/documentTypes/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -162,7 +162,7 @@ export default class DocumentTypesApi { * @param {String} opts.query * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20019} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20020} */ documentTypesList(opts) { return this.documentTypesListWithHttpInfo(opts) diff --git a/src/small_eod/EventsApi.js b/src/small_eod/EventsApi.js index 5423e42..13b73fd 100644 --- a/src/small_eod/EventsApi.js +++ b/src/small_eod/EventsApi.js @@ -14,7 +14,7 @@ import ApiClient from "../ApiClient"; import Event from '../model/Event'; -import InlineResponse20016 from '../model/InlineResponse20016'; +import InlineResponse20017 from '../model/InlineResponse20017'; /** * Events service. @@ -181,7 +181,7 @@ export default class EventsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20016} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response */ eventsListWithHttpInfo(opts) { opts = opts || {}; @@ -203,7 +203,7 @@ export default class EventsApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20016; + let returnType = InlineResponse20017; return this.apiClient.callApi( '/events/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -217,7 +217,7 @@ export default class EventsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20016} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} */ eventsList(opts) { return this.eventsListWithHttpInfo(opts) diff --git a/src/small_eod/FeatureOptionsApi.js b/src/small_eod/FeatureOptionsApi.js index 2562871..e7497c0 100644 --- a/src/small_eod/FeatureOptionsApi.js +++ b/src/small_eod/FeatureOptionsApi.js @@ -14,7 +14,7 @@ import ApiClient from "../ApiClient"; import FeatureOption from '../model/FeatureOption'; -import InlineResponse20020 from '../model/InlineResponse20020'; +import InlineResponse20021 from '../model/InlineResponse20021'; /** * FeatureOptions service. @@ -129,7 +129,7 @@ export default class FeatureOptionsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20020} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20021} and HTTP response */ featureOptionsListWithHttpInfo(opts) { opts = opts || {}; @@ -151,7 +151,7 @@ export default class FeatureOptionsApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20020; + let returnType = InlineResponse20021; return this.apiClient.callApi( '/feature_options/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -165,7 +165,7 @@ export default class FeatureOptionsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20020} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20021} */ featureOptionsList(opts) { return this.featureOptionsListWithHttpInfo(opts) diff --git a/src/small_eod/FeaturesApi.js b/src/small_eod/FeaturesApi.js index 0a97889..d1515ff 100644 --- a/src/small_eod/FeaturesApi.js +++ b/src/small_eod/FeaturesApi.js @@ -14,7 +14,7 @@ import ApiClient from "../ApiClient"; import Feature from '../model/Feature'; -import InlineResponse20021 from '../model/InlineResponse20021'; +import InlineResponse20022 from '../model/InlineResponse20022'; /** * Features service. @@ -129,7 +129,7 @@ export default class FeaturesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20021} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20022} and HTTP response */ featuresListWithHttpInfo(opts) { opts = opts || {}; @@ -151,7 +151,7 @@ export default class FeaturesApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20021; + let returnType = InlineResponse20022; return this.apiClient.callApi( '/features/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -165,7 +165,7 @@ export default class FeaturesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20021} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20022} */ featuresList(opts) { return this.featuresListWithHttpInfo(opts) diff --git a/src/small_eod/InstitutionsApi.js b/src/small_eod/InstitutionsApi.js index 138c958..9b6f3e2 100644 --- a/src/small_eod/InstitutionsApi.js +++ b/src/small_eod/InstitutionsApi.js @@ -13,7 +13,7 @@ import ApiClient from "../ApiClient"; -import InlineResponse20022 from '../model/InlineResponse20022'; +import InlineResponse20023 from '../model/InlineResponse20023'; import Institution from '../model/Institution'; /** @@ -129,7 +129,7 @@ export default class InstitutionsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20022} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20023} and HTTP response */ institutionsListWithHttpInfo(opts) { opts = opts || {}; @@ -151,7 +151,7 @@ export default class InstitutionsApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20022; + let returnType = InlineResponse20023; return this.apiClient.callApi( '/institutions/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -165,7 +165,7 @@ export default class InstitutionsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20022} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20023} */ institutionsList(opts) { return this.institutionsListWithHttpInfo(opts) diff --git a/src/small_eod/LettersApi.js b/src/small_eod/LettersApi.js index 2ed59cb..a82afa5 100644 --- a/src/small_eod/LettersApi.js +++ b/src/small_eod/LettersApi.js @@ -13,8 +13,8 @@ import ApiClient from "../ApiClient"; -import InlineResponse20017 from '../model/InlineResponse20017'; -import InlineResponse20023 from '../model/InlineResponse20023'; +import InlineResponse20018 from '../model/InlineResponse20018'; +import InlineResponse20024 from '../model/InlineResponse20024'; import Letter from '../model/Letter'; import SignRequest from '../model/SignRequest'; @@ -231,7 +231,7 @@ export default class LettersApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20023} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20024} and HTTP response */ lettersFilesListWithHttpInfo(letterPk, opts) { opts = opts || {}; @@ -256,7 +256,7 @@ export default class LettersApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20023; + let returnType = InlineResponse20024; return this.apiClient.callApi( '/letters/{letter_pk}/files/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -269,7 +269,7 @@ export default class LettersApi { * @param {Object} opts Optional parameters * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20023} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20024} */ lettersFilesList(letterPk, opts) { return this.lettersFilesListWithHttpInfo(letterPk, opts) @@ -495,7 +495,7 @@ export default class LettersApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20017} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response */ lettersListWithHttpInfo(opts) { opts = opts || {}; @@ -517,7 +517,7 @@ export default class LettersApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20017; + let returnType = InlineResponse20018; return this.apiClient.callApi( '/letters/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -531,7 +531,7 @@ export default class LettersApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20017} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} */ lettersList(opts) { return this.lettersListWithHttpInfo(opts) diff --git a/src/small_eod/NotesApi.js b/src/small_eod/NotesApi.js index b3d5468..8c74899 100644 --- a/src/small_eod/NotesApi.js +++ b/src/small_eod/NotesApi.js @@ -13,7 +13,7 @@ import ApiClient from "../ApiClient"; -import InlineResponse20018 from '../model/InlineResponse20018'; +import InlineResponse20019 from '../model/InlineResponse20019'; import Note from '../model/Note'; /** @@ -129,7 +129,7 @@ export default class NotesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20018} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20019} and HTTP response */ notesListWithHttpInfo(opts) { opts = opts || {}; @@ -151,7 +151,7 @@ export default class NotesApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20018; + let returnType = InlineResponse20019; return this.apiClient.callApi( '/notes/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -165,7 +165,7 @@ export default class NotesApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20018} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20019} */ notesList(opts) { return this.notesListWithHttpInfo(opts) diff --git a/src/small_eod/TagsApi.js b/src/small_eod/TagsApi.js index 8e452bb..aa4cc70 100644 --- a/src/small_eod/TagsApi.js +++ b/src/small_eod/TagsApi.js @@ -13,7 +13,7 @@ import ApiClient from "../ApiClient"; -import InlineResponse20024 from '../model/InlineResponse20024'; +import InlineResponse20025 from '../model/InlineResponse20025'; import Tag from '../model/Tag'; /** @@ -129,7 +129,7 @@ export default class TagsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20024} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20025} and HTTP response */ tagsListWithHttpInfo(opts) { opts = opts || {}; @@ -151,7 +151,7 @@ export default class TagsApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20024; + let returnType = InlineResponse20025; return this.apiClient.callApi( '/tags/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -165,7 +165,7 @@ export default class TagsApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20024} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20025} */ tagsList(opts) { return this.tagsListWithHttpInfo(opts) diff --git a/src/small_eod/UsersApi.js b/src/small_eod/UsersApi.js index 874ca3f..d835725 100644 --- a/src/small_eod/UsersApi.js +++ b/src/small_eod/UsersApi.js @@ -13,7 +13,7 @@ import ApiClient from "../ApiClient"; -import InlineResponse20012 from '../model/InlineResponse20012'; +import InlineResponse20013 from '../model/InlineResponse20013'; import RefreshTokenRequest from '../model/RefreshTokenRequest'; import Request from '../model/Request'; import TokenResponse from '../model/TokenResponse'; @@ -260,7 +260,7 @@ export default class UsersApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20012} and HTTP response + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/InlineResponse20013} and HTTP response */ usersListWithHttpInfo(opts) { opts = opts || {}; @@ -282,7 +282,7 @@ export default class UsersApi { let authNames = ['Basic', 'Bearer']; let contentTypes = []; let accepts = ['application/json']; - let returnType = InlineResponse20012; + let returnType = InlineResponse20013; return this.apiClient.callApi( '/users/', 'GET', pathParams, queryParams, headerParams, formParams, postBody, @@ -297,7 +297,7 @@ export default class UsersApi { * @param {String} opts.ordering Which field to use when ordering the results. * @param {Number} opts.limit Number of results to return per page. * @param {Number} opts.offset The initial index from which to return the results. - * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20012} + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/InlineResponse20013} */ usersList(opts) { return this.usersListWithHttpInfo(opts) diff --git a/swagger.json b/swagger.json index aa84a4b..1107e21 100644 --- a/swagger.json +++ b/swagger.json @@ -886,6 +886,99 @@ } ] }, + "/autocomplete/reference_numbers/": { + "get": { + "operationId": "autocomplete_reference_numbers_list", + "description": "", + "parameters": [ + { + "name": "query", + "in": "query", + "description": "", + "required": false, + "type": "string" + }, + { + "name": "limit", + "in": "query", + "description": "Number of results to return per page.", + "required": false, + "type": "integer" + }, + { + "name": "offset", + "in": "query", + "description": "The initial index from which to return the results.", + "required": false, + "type": "integer" + } + ], + "responses": { + "200": { + "description": "", + "schema": { + "required": [ + "count", + "results" + ], + "type": "object", + "properties": { + "count": { + "type": "integer" + }, + "next": { + "type": "string", + "format": "uri", + "x-nullable": true + }, + "previous": { + "type": "string", + "format": "uri", + "x-nullable": true + }, + "results": { + "type": "array", + "items": { + "$ref": "#/definitions/ReferenceNumberAutocomplete" + } + } + } + } + } + }, + "tags": [ + "autocomplete" + ] + }, + "parameters": [] + }, + "/autocomplete/reference_numbers/{id}/": { + "get": { + "operationId": "autocomplete_reference_numbers_read", + "description": "", + "parameters": [], + "responses": { + "200": { + "description": "", + "schema": { + "$ref": "#/definitions/ReferenceNumberAutocomplete" + } + } + }, + "tags": [ + "autocomplete" + ] + }, + "parameters": [ + { + "name": "id", + "in": "path", + "description": "A unique integer value identifying this reference number.", + "required": true, + "type": "integer" + } + ] + }, "/autocomplete/tags/": { "get": { "operationId": "autocomplete_tags_list", @@ -4718,6 +4811,27 @@ } } }, + "ReferenceNumberAutocomplete": { + "description": "ReferenceNumber(id, name)", + "required": [ + "name" + ], + "type": "object", + "properties": { + "id": { + "title": "ID", + "type": "integer", + "readOnly": true + }, + "name": { + "title": "Reference number", + "description": "Reference number of letter.", + "type": "string", + "maxLength": 256, + "minLength": 1 + } + } + }, "TagAutocomplete": { "description": "Tag(id, name)", "required": [ @@ -5222,9 +5336,8 @@ }, "referenceNumber": { "title": "Reference number", - "description": "Reference number of letter.", "type": "string", - "maxLength": 256 + "minLength": 1 }, "institution": { "title": "Institution", diff --git a/test/api/AutocompleteApi.spec.js b/test/api/AutocompleteApi.spec.js index c9d527e..283af44 100644 --- a/test/api/AutocompleteApi.spec.js +++ b/test/api/AutocompleteApi.spec.js @@ -208,6 +208,26 @@ done(); }); }); + describe('autocompleteReferenceNumbersList', function() { + it('should call autocompleteReferenceNumbersList successfully', function(done) { + //uncomment below and update the code to test autocompleteReferenceNumbersList + //instance.autocompleteReferenceNumbersList(function(error) { + // if (error) throw error; + //expect().to.be(); + //}); + done(); + }); + }); + describe('autocompleteReferenceNumbersRead', function() { + it('should call autocompleteReferenceNumbersRead successfully', function(done) { + //uncomment below and update the code to test autocompleteReferenceNumbersRead + //instance.autocompleteReferenceNumbersRead(function(error) { + // if (error) throw error; + //expect().to.be(); + //}); + done(); + }); + }); describe('autocompleteTagsList', function() { it('should call autocompleteTagsList successfully', function(done) { //uncomment below and update the code to test autocompleteTagsList diff --git a/test/model/InlineResponse20025.spec.js b/test/model/InlineResponse20025.spec.js new file mode 100644 index 0000000..80f8e98 --- /dev/null +++ b/test/model/InlineResponse20025.spec.js @@ -0,0 +1,83 @@ +/** + * Small_EOD + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1 + * Contact: adam.dobrawy@siecobywatelska.pl + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +(function(root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. + define(['expect.js', process.cwd()+'/src/index'], factory); + } else if (typeof module === 'object' && module.exports) { + // CommonJS-like environments that support module.exports, like Node. + factory(require('expect.js'), require(process.cwd()+'/src/index')); + } else { + // Browser globals (root is window) + factory(root.expect, root.SmallEodClient); + } +}(this, function(expect, SmallEodClient) { + 'use strict'; + + var instance; + + beforeEach(function() { + instance = new SmallEodClient.InlineResponse20025(); + }); + + var getProperty = function(object, getter, property) { + // Use getter method if present; otherwise, get the property directly. + if (typeof object[getter] === 'function') + return object[getter](); + else + return object[property]; + } + + var setProperty = function(object, setter, property, value) { + // Use setter method if present; otherwise, set the property directly. + if (typeof object[setter] === 'function') + object[setter](value); + else + object[property] = value; + } + + describe('InlineResponse20025', function() { + it('should create an instance of InlineResponse20025', function() { + // uncomment below and update the code to test InlineResponse20025 + //var instane = new SmallEodClient.InlineResponse20025(); + //expect(instance).to.be.a(SmallEodClient.InlineResponse20025); + }); + + it('should have the property count (base name: "count")', function() { + // uncomment below and update the code to test the property count + //var instance = new SmallEodClient.InlineResponse20025(); + //expect(instance).to.be(); + }); + + it('should have the property results (base name: "results")', function() { + // uncomment below and update the code to test the property results + //var instance = new SmallEodClient.InlineResponse20025(); + //expect(instance).to.be(); + }); + + it('should have the property next (base name: "next")', function() { + // uncomment below and update the code to test the property next + //var instance = new SmallEodClient.InlineResponse20025(); + //expect(instance).to.be(); + }); + + it('should have the property previous (base name: "previous")', function() { + // uncomment below and update the code to test the property previous + //var instance = new SmallEodClient.InlineResponse20025(); + //expect(instance).to.be(); + }); + + }); + +})); diff --git a/test/model/ReferenceNumberAutocomplete.spec.js b/test/model/ReferenceNumberAutocomplete.spec.js new file mode 100644 index 0000000..f65460c --- /dev/null +++ b/test/model/ReferenceNumberAutocomplete.spec.js @@ -0,0 +1,71 @@ +/** + * Small_EOD + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1 + * Contact: adam.dobrawy@siecobywatelska.pl + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +(function(root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. + define(['expect.js', process.cwd()+'/src/index'], factory); + } else if (typeof module === 'object' && module.exports) { + // CommonJS-like environments that support module.exports, like Node. + factory(require('expect.js'), require(process.cwd()+'/src/index')); + } else { + // Browser globals (root is window) + factory(root.expect, root.SmallEodClient); + } +}(this, function(expect, SmallEodClient) { + 'use strict'; + + var instance; + + beforeEach(function() { + instance = new SmallEodClient.ReferenceNumberAutocomplete(); + }); + + var getProperty = function(object, getter, property) { + // Use getter method if present; otherwise, get the property directly. + if (typeof object[getter] === 'function') + return object[getter](); + else + return object[property]; + } + + var setProperty = function(object, setter, property, value) { + // Use setter method if present; otherwise, set the property directly. + if (typeof object[setter] === 'function') + object[setter](value); + else + object[property] = value; + } + + describe('ReferenceNumberAutocomplete', function() { + it('should create an instance of ReferenceNumberAutocomplete', function() { + // uncomment below and update the code to test ReferenceNumberAutocomplete + //var instane = new SmallEodClient.ReferenceNumberAutocomplete(); + //expect(instance).to.be.a(SmallEodClient.ReferenceNumberAutocomplete); + }); + + it('should have the property name (base name: "name")', function() { + // uncomment below and update the code to test the property name + //var instance = new SmallEodClient.ReferenceNumberAutocomplete(); + //expect(instance).to.be(); + }); + + it('should have the property id (base name: "id")', function() { + // uncomment below and update the code to test the property id + //var instance = new SmallEodClient.ReferenceNumberAutocomplete(); + //expect(instance).to.be(); + }); + + }); + +}));