@emilgroup/accounting-sdk-node 1.20.1-beta.1 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +52 -29
- package/README.md +2 -2
- package/api/health-api.ts +7 -7
- package/api/mailbox-api.ts +255 -0
- package/api/messages-api.ts +1100 -0
- package/api/users-api.ts +496 -0
- package/api/vbas-api.ts +592 -0
- package/api/vbus-api.ts +701 -0
- package/api/{booking-entries-api.ts → zip-codes-api.ts} +162 -195
- package/api.ts +14 -12
- package/base.ts +3 -3
- package/common.ts +4 -4
- package/configuration.ts +2 -2
- package/dist/api/health-api.d.ts +6 -6
- package/dist/api/health-api.js +7 -7
- package/dist/api/mailbox-api.d.ts +142 -0
- package/dist/api/mailbox-api.js +315 -0
- package/dist/api/messages-api.d.ts +632 -0
- package/dist/api/messages-api.js +916 -0
- package/dist/api/users-api.d.ts +275 -0
- package/dist/api/{financial-accounts-api.js → users-api.js} +134 -171
- package/dist/api/vbas-api.d.ts +337 -0
- package/dist/api/{number-ranges-api.js → vbas-api.js} +161 -156
- package/dist/api/vbus-api.d.ts +395 -0
- package/dist/api/{personal-accounts-api.js → vbus-api.js} +234 -136
- package/dist/api/{booking-entries-api.d.ts → zip-codes-api.d.ts} +111 -130
- package/dist/api/{booking-entries-api.js → zip-codes-api.js} +130 -144
- package/dist/api.d.ts +8 -7
- package/dist/api.js +8 -7
- package/dist/base.d.ts +2 -2
- package/dist/base.js +2 -2
- package/dist/common.d.ts +4 -4
- package/dist/common.js +2 -2
- package/dist/configuration.d.ts +2 -2
- package/dist/configuration.js +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/models/address-class.d.ts +48 -0
- package/dist/models/{create-number-range-response-class.js → address-class.js} +2 -2
- package/dist/models/create-mailbox-request-dto.d.ts +36 -0
- package/dist/models/{create-booking-entry-request-dto.js → create-mailbox-request-dto.js} +2 -2
- package/dist/models/create-user-request-dto.d.ts +76 -0
- package/dist/models/{create-personal-account-request-dto.js → create-user-request-dto.js} +10 -7
- package/dist/models/create-user-response-class.d.ts +25 -0
- package/dist/models/{create-financial-account-response-class.js → create-user-response-class.js} +2 -2
- package/dist/models/create-vba-request-dto.d.ts +41 -0
- package/dist/models/create-vba-request-dto.js +20 -0
- package/dist/models/create-vba-response-class.d.ts +24 -0
- package/dist/models/{create-booking-entry-response-class.js → create-vba-response-class.js} +2 -2
- package/dist/models/create-vbu-request-dto.d.ts +41 -0
- package/dist/models/create-vbu-request-dto.js +20 -0
- package/dist/models/create-vbu-response-class.d.ts +24 -0
- package/dist/models/create-vbu-response-class.js +15 -0
- package/dist/models/create-vbuv-request-dto.d.ts +41 -0
- package/dist/models/create-vbuv-request-dto.js +20 -0
- package/dist/models/create-vbuv-response-class.d.ts +24 -0
- package/dist/models/create-vbuv-response-class.js +15 -0
- package/dist/models/get-request-message-response-class.d.ts +25 -0
- package/dist/models/get-request-message-response-class.js +15 -0
- package/dist/models/get-response-message-response-class.d.ts +25 -0
- package/dist/models/get-response-message-response-class.js +15 -0
- package/dist/models/get-user-response-class.d.ts +25 -0
- package/dist/models/get-user-response-class.js +15 -0
- package/dist/models/get-vba-response-class.d.ts +25 -0
- package/dist/models/get-vba-response-class.js +15 -0
- package/dist/models/get-vbu-response-class.d.ts +25 -0
- package/dist/models/get-vbu-response-class.js +15 -0
- package/dist/models/get-zip-code-response-class.d.ts +25 -0
- package/dist/models/get-zip-code-response-class.js +15 -0
- package/dist/models/index.d.ts +46 -24
- package/dist/models/index.js +46 -24
- package/dist/models/inline-response200.d.ts +2 -2
- package/dist/models/inline-response200.js +2 -2
- package/dist/models/inline-response503.d.ts +2 -2
- package/dist/models/inline-response503.js +2 -2
- package/dist/models/list-all-messages-response-class.d.ts +31 -0
- package/dist/models/list-all-messages-response-class.js +15 -0
- package/dist/models/list-requests-messages-response-class.d.ts +31 -0
- package/dist/models/list-requests-messages-response-class.js +15 -0
- package/dist/models/list-responses-messages-response-class.d.ts +31 -0
- package/dist/models/list-responses-messages-response-class.js +15 -0
- package/dist/models/list-users-response-class.d.ts +31 -0
- package/dist/models/list-users-response-class.js +15 -0
- package/dist/models/list-vbas-response-class.d.ts +31 -0
- package/dist/models/list-vbas-response-class.js +15 -0
- package/dist/models/list-vbus-response-class.d.ts +31 -0
- package/dist/models/list-vbus-response-class.js +15 -0
- package/dist/models/list-zip-codes-response-class.d.ts +31 -0
- package/dist/models/list-zip-codes-response-class.js +15 -0
- package/dist/models/message-class.d.ts +90 -0
- package/dist/models/message-class.js +15 -0
- package/dist/models/request-details-class.d.ts +48 -0
- package/dist/models/request-details-class.js +15 -0
- package/dist/models/request-message-class.d.ts +127 -0
- package/dist/models/request-message-class.js +15 -0
- package/dist/models/response-details-class.d.ts +42 -0
- package/dist/models/response-details-class.js +15 -0
- package/dist/models/response-message-class.d.ts +139 -0
- package/dist/models/response-message-class.js +15 -0
- package/dist/models/store-zip-codes-request-dto.d.ts +25 -0
- package/dist/models/store-zip-codes-request-dto.js +15 -0
- package/dist/models/store-zip-codes-response-class.d.ts +25 -0
- package/dist/models/store-zip-codes-response-class.js +15 -0
- package/dist/models/update-request-message-request-dto.d.ts +36 -0
- package/dist/models/update-request-message-request-dto.js +15 -0
- package/dist/models/update-request-message-response-class.d.ts +25 -0
- package/dist/models/update-request-message-response-class.js +15 -0
- package/dist/models/update-response-message-request-dto.d.ts +36 -0
- package/dist/models/update-response-message-request-dto.js +15 -0
- package/dist/models/update-response-message-response-class.d.ts +25 -0
- package/dist/models/update-response-message-response-class.js +15 -0
- package/dist/models/update-user-request-dto.d.ts +82 -0
- package/dist/models/update-user-request-dto.js +24 -0
- package/dist/models/update-user-response-class.d.ts +25 -0
- package/dist/models/update-user-response-class.js +15 -0
- package/dist/models/update-vba-request-dto.d.ts +30 -0
- package/dist/models/update-vba-request-dto.js +15 -0
- package/dist/models/update-vbu-request-dto.d.ts +30 -0
- package/dist/models/update-vbu-request-dto.js +15 -0
- package/dist/models/update-vbu-response-class.d.ts +25 -0
- package/dist/models/update-vbu-response-class.js +15 -0
- package/dist/models/user-class.d.ts +107 -0
- package/dist/models/user-class.js +20 -0
- package/dist/models/vba-class.d.ts +116 -0
- package/dist/models/vba-class.js +15 -0
- package/dist/models/vba-response-class.d.ts +48 -0
- package/dist/models/vba-response-class.js +15 -0
- package/dist/models/vbu-class.d.ts +115 -0
- package/dist/models/vbu-class.js +15 -0
- package/dist/models/vbu-response-class.d.ts +48 -0
- package/dist/models/vbu-response-class.js +15 -0
- package/dist/models/xlsx-zip-code-dto.d.ts +30 -0
- package/dist/models/xlsx-zip-code-dto.js +15 -0
- package/dist/models/zip-code-class.d.ts +60 -0
- package/dist/models/zip-code-class.js +15 -0
- package/index.ts +2 -2
- package/models/address-class.ts +54 -0
- package/models/create-mailbox-request-dto.ts +42 -0
- package/models/create-user-request-dto.ts +86 -0
- package/models/create-user-response-class.ts +31 -0
- package/models/create-vba-request-dto.ts +50 -0
- package/models/create-vba-response-class.ts +30 -0
- package/models/create-vbu-request-dto.ts +50 -0
- package/models/create-vbu-response-class.ts +30 -0
- package/models/create-vbuv-request-dto.ts +50 -0
- package/models/create-vbuv-response-class.ts +30 -0
- package/models/get-request-message-response-class.ts +31 -0
- package/models/get-response-message-response-class.ts +31 -0
- package/models/get-user-response-class.ts +31 -0
- package/models/get-vba-response-class.ts +31 -0
- package/models/get-vbu-response-class.ts +31 -0
- package/models/get-zip-code-response-class.ts +31 -0
- package/models/index.ts +46 -24
- package/models/inline-response200.ts +2 -2
- package/models/inline-response503.ts +2 -2
- package/models/list-all-messages-response-class.ts +37 -0
- package/models/list-requests-messages-response-class.ts +37 -0
- package/models/list-responses-messages-response-class.ts +37 -0
- package/models/list-users-response-class.ts +37 -0
- package/models/list-vbas-response-class.ts +37 -0
- package/models/list-vbus-response-class.ts +37 -0
- package/models/list-zip-codes-response-class.ts +37 -0
- package/models/message-class.ts +96 -0
- package/models/request-details-class.ts +54 -0
- package/models/request-message-class.ts +133 -0
- package/models/response-details-class.ts +48 -0
- package/models/response-message-class.ts +145 -0
- package/models/store-zip-codes-request-dto.ts +31 -0
- package/models/store-zip-codes-response-class.ts +31 -0
- package/models/update-request-message-request-dto.ts +42 -0
- package/models/update-request-message-response-class.ts +31 -0
- package/models/update-response-message-request-dto.ts +42 -0
- package/models/update-response-message-response-class.ts +31 -0
- package/models/update-user-request-dto.ts +92 -0
- package/models/update-user-response-class.ts +31 -0
- package/models/update-vba-request-dto.ts +36 -0
- package/models/update-vbu-request-dto.ts +36 -0
- package/models/update-vbu-response-class.ts +31 -0
- package/models/user-class.ts +116 -0
- package/models/vba-class.ts +122 -0
- package/models/vba-response-class.ts +54 -0
- package/models/vbu-class.ts +121 -0
- package/models/vbu-response-class.ts +54 -0
- package/models/xlsx-zip-code-dto.ts +36 -0
- package/models/zip-code-class.ts +66 -0
- package/package.json +1 -1
- package/tsconfig.json +1 -0
- package/api/financial-accounts-api.ts +0 -577
- package/api/financial-transactions-api.ts +0 -369
- package/api/number-ranges-api.ts +0 -577
- package/api/personal-accounts-api.ts +0 -577
- package/dist/api/financial-accounts-api.d.ts +0 -327
- package/dist/api/financial-transactions-api.d.ts +0 -215
- package/dist/api/financial-transactions-api.js +0 -364
- package/dist/api/number-ranges-api.d.ts +0 -327
- package/dist/api/personal-accounts-api.d.ts +0 -327
- package/dist/models/booking-entry-class.d.ts +0 -123
- package/dist/models/booking-entry-class.js +0 -29
- package/dist/models/create-booking-entry-request-dto.d.ts +0 -61
- package/dist/models/create-booking-entry-response-class.d.ts +0 -25
- package/dist/models/create-financial-account-request-dto.d.ts +0 -75
- package/dist/models/create-financial-account-request-dto.js +0 -24
- package/dist/models/create-financial-account-response-class.d.ts +0 -25
- package/dist/models/create-number-range-request-dto.d.ts +0 -53
- package/dist/models/create-number-range-request-dto.js +0 -26
- package/dist/models/create-number-range-response-class.d.ts +0 -25
- package/dist/models/create-personal-account-request-dto.d.ts +0 -60
- package/dist/models/create-personal-account-response-class.d.ts +0 -25
- package/dist/models/create-personal-account-response-class.js +0 -15
- package/dist/models/financial-account-class.d.ts +0 -111
- package/dist/models/financial-account-class.js +0 -24
- package/dist/models/financial-transaction-class.d.ts +0 -114
- package/dist/models/financial-transaction-class.js +0 -15
- package/dist/models/financial-transaction-data-dto.d.ts +0 -71
- package/dist/models/financial-transaction-data-dto.js +0 -25
- package/dist/models/get-booking-entry-response-class.d.ts +0 -25
- package/dist/models/get-booking-entry-response-class.js +0 -15
- package/dist/models/get-financial-account-response-class.d.ts +0 -25
- package/dist/models/get-financial-account-response-class.js +0 -15
- package/dist/models/get-financial-transaction-response-class.d.ts +0 -25
- package/dist/models/get-financial-transaction-response-class.js +0 -15
- package/dist/models/get-number-range-response-class.d.ts +0 -25
- package/dist/models/get-number-range-response-class.js +0 -15
- package/dist/models/get-personal-account-response-class.d.ts +0 -25
- package/dist/models/get-personal-account-response-class.js +0 -15
- package/dist/models/list-booking-entries-response-class.d.ts +0 -31
- package/dist/models/list-booking-entries-response-class.js +0 -15
- package/dist/models/list-financial-accounts-response-class.d.ts +0 -31
- package/dist/models/list-financial-accounts-response-class.js +0 -15
- package/dist/models/list-financial-transactions-response-class.d.ts +0 -31
- package/dist/models/list-financial-transactions-response-class.js +0 -15
- package/dist/models/list-number-range-response-class.d.ts +0 -31
- package/dist/models/list-number-range-response-class.js +0 -15
- package/dist/models/list-personal-accounts-response-class.d.ts +0 -31
- package/dist/models/list-personal-accounts-response-class.js +0 -15
- package/dist/models/number-range-class.d.ts +0 -84
- package/dist/models/number-range-class.js +0 -15
- package/dist/models/personal-account-class.d.ts +0 -105
- package/dist/models/personal-account-class.js +0 -24
- package/models/booking-entry-class.ts +0 -132
- package/models/create-booking-entry-request-dto.ts +0 -67
- package/models/create-booking-entry-response-class.ts +0 -31
- package/models/create-financial-account-request-dto.ts +0 -84
- package/models/create-financial-account-response-class.ts +0 -31
- package/models/create-number-range-request-dto.ts +0 -62
- package/models/create-number-range-response-class.ts +0 -31
- package/models/create-personal-account-request-dto.ts +0 -69
- package/models/create-personal-account-response-class.ts +0 -31
- package/models/financial-account-class.ts +0 -120
- package/models/financial-transaction-class.ts +0 -120
- package/models/financial-transaction-data-dto.ts +0 -81
- package/models/get-booking-entry-response-class.ts +0 -31
- package/models/get-financial-account-response-class.ts +0 -31
- package/models/get-financial-transaction-response-class.ts +0 -31
- package/models/get-number-range-response-class.ts +0 -31
- package/models/get-personal-account-response-class.ts +0 -31
- package/models/list-booking-entries-response-class.ts +0 -37
- package/models/list-financial-accounts-response-class.ts +0 -37
- package/models/list-financial-transactions-response-class.ts +0 -37
- package/models/list-number-range-response-class.ts +0 -37
- package/models/list-personal-accounts-response-class.ts +0 -37
- package/models/number-range-class.ts +0 -90
- package/models/personal-account-class.ts +0 -114
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* EMIL
|
|
6
|
-
* The EMIL
|
|
5
|
+
* EMIL GdvService
|
|
6
|
+
* The EMIL GdvService API description
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
* Contact: kontakt@emil.de
|
|
@@ -78,7 +78,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
78
78
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
79
79
|
};
|
|
80
80
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
81
|
-
exports.
|
|
81
|
+
exports.ZipCodesApi = exports.ZipCodesApiFactory = exports.ZipCodesApiFp = exports.ZipCodesApiAxiosParamCreator = void 0;
|
|
82
82
|
var axios_1 = __importDefault(require("axios"));
|
|
83
83
|
// Some imports not used depending on template conditions
|
|
84
84
|
// @ts-ignore
|
|
@@ -90,36 +90,37 @@ var base_1 = require("../base");
|
|
|
90
90
|
var url_1 = require("url");
|
|
91
91
|
var FormData = require('form-data');
|
|
92
92
|
/**
|
|
93
|
-
*
|
|
93
|
+
* ZipCodesApi - axios parameter creator
|
|
94
94
|
* @export
|
|
95
95
|
*/
|
|
96
|
-
var
|
|
96
|
+
var ZipCodesApiAxiosParamCreator = function (configuration) {
|
|
97
97
|
var _this = this;
|
|
98
98
|
return {
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
101
|
-
* @summary
|
|
102
|
-
* @param {
|
|
103
|
-
* @param {string} [authorization] Bearer Token
|
|
100
|
+
* Retrieves the details of the zip code that was previously created. Supply the unique zip code code that was returned when you created it and Emil Api will return the corresponding zip code information. **Required Permissions** \"gdv-management.operations.view\"
|
|
101
|
+
* @summary Retrieve the zip code
|
|
102
|
+
* @param {string} code Unique identifier for the object.
|
|
103
|
+
* @param {string} [authorization] Bearer Token
|
|
104
104
|
* @param {*} [options] Override http request option.
|
|
105
105
|
* @throws {RequiredError}
|
|
106
106
|
*/
|
|
107
|
-
|
|
107
|
+
getZipCode: function (code, authorization, options) {
|
|
108
108
|
if (options === void 0) { options = {}; }
|
|
109
109
|
return __awaiter(_this, void 0, void 0, function () {
|
|
110
110
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
111
111
|
return __generator(this, function (_a) {
|
|
112
112
|
switch (_a.label) {
|
|
113
113
|
case 0:
|
|
114
|
-
// verify required parameter '
|
|
115
|
-
(0, common_1.assertParamExists)('
|
|
116
|
-
localVarPath = "/
|
|
114
|
+
// verify required parameter 'code' is not null or undefined
|
|
115
|
+
(0, common_1.assertParamExists)('getZipCode', 'code', code);
|
|
116
|
+
localVarPath = "/gdvservice/v1/zipcodes/{code}"
|
|
117
|
+
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
117
118
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
118
119
|
if (configuration) {
|
|
119
120
|
baseOptions = configuration.baseOptions;
|
|
120
121
|
baseAccessToken = configuration.accessToken;
|
|
121
122
|
}
|
|
122
|
-
localVarRequestOptions = __assign(__assign({ method: '
|
|
123
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
123
124
|
localVarHeaderParameter = {};
|
|
124
125
|
localVarQueryParameter = {};
|
|
125
126
|
// authentication bearer required
|
|
@@ -132,11 +133,9 @@ var BookingEntriesApiAxiosParamCreator = function (configuration) {
|
|
|
132
133
|
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
133
134
|
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
134
135
|
}
|
|
135
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
136
136
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
137
137
|
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
138
138
|
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
139
|
-
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(createBookingEntryRequestDto, localVarRequestOptions, configuration);
|
|
140
139
|
return [2 /*return*/, {
|
|
141
140
|
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
142
141
|
options: localVarRequestOptions,
|
|
@@ -146,27 +145,27 @@ var BookingEntriesApiAxiosParamCreator = function (configuration) {
|
|
|
146
145
|
});
|
|
147
146
|
},
|
|
148
147
|
/**
|
|
149
|
-
*
|
|
150
|
-
* @summary
|
|
151
|
-
* @param {string}
|
|
152
|
-
* @param {
|
|
153
|
-
* @param {string} [
|
|
148
|
+
* Returns a list of zip codes you have previously created. The zip codes are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"gdv-management.operations.view\"
|
|
149
|
+
* @summary List zip codes
|
|
150
|
+
* @param {string} [authorization] Bearer Token
|
|
151
|
+
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
152
|
+
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
153
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
154
|
+
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
155
|
+
* @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
156
|
+
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
157
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
154
158
|
* @param {*} [options] Override http request option.
|
|
155
159
|
* @throws {RequiredError}
|
|
156
160
|
*/
|
|
157
|
-
|
|
161
|
+
listZipCodes: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
158
162
|
if (options === void 0) { options = {}; }
|
|
159
163
|
return __awaiter(_this, void 0, void 0, function () {
|
|
160
164
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
161
165
|
return __generator(this, function (_a) {
|
|
162
166
|
switch (_a.label) {
|
|
163
167
|
case 0:
|
|
164
|
-
|
|
165
|
-
(0, common_1.assertParamExists)('getBookingEntry', 'code', code);
|
|
166
|
-
// verify required parameter 'expand' is not null or undefined
|
|
167
|
-
(0, common_1.assertParamExists)('getBookingEntry', 'expand', expand);
|
|
168
|
-
localVarPath = "/accountingservice/v1/booking-entries/{code}"
|
|
169
|
-
.replace("{".concat("code", "}"), encodeURIComponent(String(code)));
|
|
168
|
+
localVarPath = "/gdvservice/v1/zipcodes";
|
|
170
169
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
171
170
|
if (configuration) {
|
|
172
171
|
baseOptions = configuration.baseOptions;
|
|
@@ -182,9 +181,27 @@ var BookingEntriesApiAxiosParamCreator = function (configuration) {
|
|
|
182
181
|
// authentication bearer required
|
|
183
182
|
// http bearer authentication required
|
|
184
183
|
_a.sent();
|
|
184
|
+
if (pageSize !== undefined) {
|
|
185
|
+
localVarQueryParameter['pageSize'] = pageSize;
|
|
186
|
+
}
|
|
187
|
+
if (pageToken !== undefined) {
|
|
188
|
+
localVarQueryParameter['pageToken'] = pageToken;
|
|
189
|
+
}
|
|
190
|
+
if (filter !== undefined) {
|
|
191
|
+
localVarQueryParameter['filter'] = filter;
|
|
192
|
+
}
|
|
193
|
+
if (search !== undefined) {
|
|
194
|
+
localVarQueryParameter['search'] = search;
|
|
195
|
+
}
|
|
196
|
+
if (order !== undefined) {
|
|
197
|
+
localVarQueryParameter['order'] = order;
|
|
198
|
+
}
|
|
185
199
|
if (expand !== undefined) {
|
|
186
200
|
localVarQueryParameter['expand'] = expand;
|
|
187
201
|
}
|
|
202
|
+
if (filters !== undefined) {
|
|
203
|
+
localVarQueryParameter['filters'] = filters;
|
|
204
|
+
}
|
|
188
205
|
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
189
206
|
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
190
207
|
}
|
|
@@ -200,33 +217,26 @@ var BookingEntriesApiAxiosParamCreator = function (configuration) {
|
|
|
200
217
|
});
|
|
201
218
|
},
|
|
202
219
|
/**
|
|
203
|
-
*
|
|
204
|
-
* @summary
|
|
205
|
-
* @param {string} [authorization] Bearer Token
|
|
206
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
207
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
208
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
209
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
210
|
-
* @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
211
|
-
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
212
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
220
|
+
* Store zip codes from file. **Required Permissions** none
|
|
221
|
+
* @summary Create the zip codes
|
|
222
|
+
* @param {string} [authorization] Bearer Token
|
|
213
223
|
* @param {*} [options] Override http request option.
|
|
214
224
|
* @throws {RequiredError}
|
|
215
225
|
*/
|
|
216
|
-
|
|
226
|
+
storeZipCodes: function (authorization, options) {
|
|
217
227
|
if (options === void 0) { options = {}; }
|
|
218
228
|
return __awaiter(_this, void 0, void 0, function () {
|
|
219
229
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
220
230
|
return __generator(this, function (_a) {
|
|
221
231
|
switch (_a.label) {
|
|
222
232
|
case 0:
|
|
223
|
-
localVarPath = "/
|
|
233
|
+
localVarPath = "/gdvservice/v1/zipcodes";
|
|
224
234
|
localVarUrlObj = new url_1.URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
225
235
|
if (configuration) {
|
|
226
236
|
baseOptions = configuration.baseOptions;
|
|
227
237
|
baseAccessToken = configuration.accessToken;
|
|
228
238
|
}
|
|
229
|
-
localVarRequestOptions = __assign(__assign({ method: '
|
|
239
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
230
240
|
localVarHeaderParameter = {};
|
|
231
241
|
localVarQueryParameter = {};
|
|
232
242
|
// authentication bearer required
|
|
@@ -236,27 +246,6 @@ var BookingEntriesApiAxiosParamCreator = function (configuration) {
|
|
|
236
246
|
// authentication bearer required
|
|
237
247
|
// http bearer authentication required
|
|
238
248
|
_a.sent();
|
|
239
|
-
if (pageSize !== undefined) {
|
|
240
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
241
|
-
}
|
|
242
|
-
if (pageToken !== undefined) {
|
|
243
|
-
localVarQueryParameter['pageToken'] = pageToken;
|
|
244
|
-
}
|
|
245
|
-
if (filter !== undefined) {
|
|
246
|
-
localVarQueryParameter['filter'] = filter;
|
|
247
|
-
}
|
|
248
|
-
if (search !== undefined) {
|
|
249
|
-
localVarQueryParameter['search'] = search;
|
|
250
|
-
}
|
|
251
|
-
if (order !== undefined) {
|
|
252
|
-
localVarQueryParameter['order'] = order;
|
|
253
|
-
}
|
|
254
|
-
if (expand !== undefined) {
|
|
255
|
-
localVarQueryParameter['expand'] = expand;
|
|
256
|
-
}
|
|
257
|
-
if (filters !== undefined) {
|
|
258
|
-
localVarQueryParameter['filters'] = filters;
|
|
259
|
-
}
|
|
260
249
|
if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
|
|
261
250
|
localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
|
|
262
251
|
}
|
|
@@ -273,28 +262,28 @@ var BookingEntriesApiAxiosParamCreator = function (configuration) {
|
|
|
273
262
|
},
|
|
274
263
|
};
|
|
275
264
|
};
|
|
276
|
-
exports.
|
|
265
|
+
exports.ZipCodesApiAxiosParamCreator = ZipCodesApiAxiosParamCreator;
|
|
277
266
|
/**
|
|
278
|
-
*
|
|
267
|
+
* ZipCodesApi - functional programming interface
|
|
279
268
|
* @export
|
|
280
269
|
*/
|
|
281
|
-
var
|
|
282
|
-
var localVarAxiosParamCreator = (0, exports.
|
|
270
|
+
var ZipCodesApiFp = function (configuration) {
|
|
271
|
+
var localVarAxiosParamCreator = (0, exports.ZipCodesApiAxiosParamCreator)(configuration);
|
|
283
272
|
return {
|
|
284
273
|
/**
|
|
285
|
-
*
|
|
286
|
-
* @summary
|
|
287
|
-
* @param {
|
|
288
|
-
* @param {string} [authorization] Bearer Token
|
|
274
|
+
* Retrieves the details of the zip code that was previously created. Supply the unique zip code code that was returned when you created it and Emil Api will return the corresponding zip code information. **Required Permissions** \"gdv-management.operations.view\"
|
|
275
|
+
* @summary Retrieve the zip code
|
|
276
|
+
* @param {string} code Unique identifier for the object.
|
|
277
|
+
* @param {string} [authorization] Bearer Token
|
|
289
278
|
* @param {*} [options] Override http request option.
|
|
290
279
|
* @throws {RequiredError}
|
|
291
280
|
*/
|
|
292
|
-
|
|
281
|
+
getZipCode: function (code, authorization, options) {
|
|
293
282
|
return __awaiter(this, void 0, void 0, function () {
|
|
294
283
|
var localVarAxiosArgs;
|
|
295
284
|
return __generator(this, function (_a) {
|
|
296
285
|
switch (_a.label) {
|
|
297
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
286
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getZipCode(code, authorization, options)];
|
|
298
287
|
case 1:
|
|
299
288
|
localVarAxiosArgs = _a.sent();
|
|
300
289
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -303,20 +292,25 @@ var BookingEntriesApiFp = function (configuration) {
|
|
|
303
292
|
});
|
|
304
293
|
},
|
|
305
294
|
/**
|
|
306
|
-
*
|
|
307
|
-
* @summary
|
|
308
|
-
* @param {string}
|
|
309
|
-
* @param {
|
|
310
|
-
* @param {string} [
|
|
295
|
+
* Returns a list of zip codes you have previously created. The zip codes are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"gdv-management.operations.view\"
|
|
296
|
+
* @summary List zip codes
|
|
297
|
+
* @param {string} [authorization] Bearer Token
|
|
298
|
+
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
299
|
+
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
300
|
+
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
301
|
+
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
302
|
+
* @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
303
|
+
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
304
|
+
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
311
305
|
* @param {*} [options] Override http request option.
|
|
312
306
|
* @throws {RequiredError}
|
|
313
307
|
*/
|
|
314
|
-
|
|
308
|
+
listZipCodes: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
315
309
|
return __awaiter(this, void 0, void 0, function () {
|
|
316
310
|
var localVarAxiosArgs;
|
|
317
311
|
return __generator(this, function (_a) {
|
|
318
312
|
switch (_a.label) {
|
|
319
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
313
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.listZipCodes(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
|
|
320
314
|
case 1:
|
|
321
315
|
localVarAxiosArgs = _a.sent();
|
|
322
316
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -325,25 +319,18 @@ var BookingEntriesApiFp = function (configuration) {
|
|
|
325
319
|
});
|
|
326
320
|
},
|
|
327
321
|
/**
|
|
328
|
-
*
|
|
329
|
-
* @summary
|
|
330
|
-
* @param {string} [authorization] Bearer Token
|
|
331
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
332
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
333
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
334
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
335
|
-
* @param {string} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
336
|
-
* @param {string} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
337
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
|
|
322
|
+
* Store zip codes from file. **Required Permissions** none
|
|
323
|
+
* @summary Create the zip codes
|
|
324
|
+
* @param {string} [authorization] Bearer Token
|
|
338
325
|
* @param {*} [options] Override http request option.
|
|
339
326
|
* @throws {RequiredError}
|
|
340
327
|
*/
|
|
341
|
-
|
|
328
|
+
storeZipCodes: function (authorization, options) {
|
|
342
329
|
return __awaiter(this, void 0, void 0, function () {
|
|
343
330
|
var localVarAxiosArgs;
|
|
344
331
|
return __generator(this, function (_a) {
|
|
345
332
|
switch (_a.label) {
|
|
346
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.
|
|
333
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.storeZipCodes(authorization, options)];
|
|
347
334
|
case 1:
|
|
348
335
|
localVarAxiosArgs = _a.sent();
|
|
349
336
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -353,41 +340,29 @@ var BookingEntriesApiFp = function (configuration) {
|
|
|
353
340
|
},
|
|
354
341
|
};
|
|
355
342
|
};
|
|
356
|
-
exports.
|
|
343
|
+
exports.ZipCodesApiFp = ZipCodesApiFp;
|
|
357
344
|
/**
|
|
358
|
-
*
|
|
345
|
+
* ZipCodesApi - factory interface
|
|
359
346
|
* @export
|
|
360
347
|
*/
|
|
361
|
-
var
|
|
362
|
-
var localVarFp = (0, exports.
|
|
348
|
+
var ZipCodesApiFactory = function (configuration, basePath, axios) {
|
|
349
|
+
var localVarFp = (0, exports.ZipCodesApiFp)(configuration);
|
|
363
350
|
return {
|
|
364
351
|
/**
|
|
365
|
-
*
|
|
366
|
-
* @summary
|
|
367
|
-
* @param {
|
|
368
|
-
* @param {string} [authorization] Bearer Token
|
|
352
|
+
* Retrieves the details of the zip code that was previously created. Supply the unique zip code code that was returned when you created it and Emil Api will return the corresponding zip code information. **Required Permissions** \"gdv-management.operations.view\"
|
|
353
|
+
* @summary Retrieve the zip code
|
|
354
|
+
* @param {string} code Unique identifier for the object.
|
|
355
|
+
* @param {string} [authorization] Bearer Token
|
|
369
356
|
* @param {*} [options] Override http request option.
|
|
370
357
|
* @throws {RequiredError}
|
|
371
358
|
*/
|
|
372
|
-
|
|
373
|
-
return localVarFp.
|
|
359
|
+
getZipCode: function (code, authorization, options) {
|
|
360
|
+
return localVarFp.getZipCode(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
374
361
|
},
|
|
375
362
|
/**
|
|
376
|
-
*
|
|
377
|
-
* @summary
|
|
378
|
-
* @param {string}
|
|
379
|
-
* @param {string} expand
|
|
380
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
381
|
-
* @param {*} [options] Override http request option.
|
|
382
|
-
* @throws {RequiredError}
|
|
383
|
-
*/
|
|
384
|
-
getBookingEntry: function (code, expand, authorization, options) {
|
|
385
|
-
return localVarFp.getBookingEntry(code, expand, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
386
|
-
},
|
|
387
|
-
/**
|
|
388
|
-
* This endpoint gets booking entries. **Required Permissions** \"accounting-management.accounts.view\"
|
|
389
|
-
* @summary List booking entries
|
|
390
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
363
|
+
* Returns a list of zip codes you have previously created. The zip codes are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"gdv-management.operations.view\"
|
|
364
|
+
* @summary List zip codes
|
|
365
|
+
* @param {string} [authorization] Bearer Token
|
|
391
366
|
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
392
367
|
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
393
368
|
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
@@ -398,60 +373,71 @@ var BookingEntriesApiFactory = function (configuration, basePath, axios) {
|
|
|
398
373
|
* @param {*} [options] Override http request option.
|
|
399
374
|
* @throws {RequiredError}
|
|
400
375
|
*/
|
|
401
|
-
|
|
402
|
-
return localVarFp.
|
|
376
|
+
listZipCodes: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
377
|
+
return localVarFp.listZipCodes(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
378
|
+
},
|
|
379
|
+
/**
|
|
380
|
+
* Store zip codes from file. **Required Permissions** none
|
|
381
|
+
* @summary Create the zip codes
|
|
382
|
+
* @param {string} [authorization] Bearer Token
|
|
383
|
+
* @param {*} [options] Override http request option.
|
|
384
|
+
* @throws {RequiredError}
|
|
385
|
+
*/
|
|
386
|
+
storeZipCodes: function (authorization, options) {
|
|
387
|
+
return localVarFp.storeZipCodes(authorization, options).then(function (request) { return request(axios, basePath); });
|
|
403
388
|
},
|
|
404
389
|
};
|
|
405
390
|
};
|
|
406
|
-
exports.
|
|
391
|
+
exports.ZipCodesApiFactory = ZipCodesApiFactory;
|
|
407
392
|
/**
|
|
408
|
-
*
|
|
393
|
+
* ZipCodesApi - object-oriented interface
|
|
409
394
|
* @export
|
|
410
|
-
* @class
|
|
395
|
+
* @class ZipCodesApi
|
|
411
396
|
* @extends {BaseAPI}
|
|
412
397
|
*/
|
|
413
|
-
var
|
|
414
|
-
__extends(
|
|
415
|
-
function
|
|
398
|
+
var ZipCodesApi = /** @class */ (function (_super) {
|
|
399
|
+
__extends(ZipCodesApi, _super);
|
|
400
|
+
function ZipCodesApi() {
|
|
416
401
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
417
402
|
}
|
|
418
403
|
/**
|
|
419
|
-
*
|
|
420
|
-
* @summary
|
|
421
|
-
* @param {
|
|
404
|
+
* Retrieves the details of the zip code that was previously created. Supply the unique zip code code that was returned when you created it and Emil Api will return the corresponding zip code information. **Required Permissions** \"gdv-management.operations.view\"
|
|
405
|
+
* @summary Retrieve the zip code
|
|
406
|
+
* @param {ZipCodesApiGetZipCodeRequest} requestParameters Request parameters.
|
|
422
407
|
* @param {*} [options] Override http request option.
|
|
423
408
|
* @throws {RequiredError}
|
|
424
|
-
* @memberof
|
|
409
|
+
* @memberof ZipCodesApi
|
|
425
410
|
*/
|
|
426
|
-
|
|
411
|
+
ZipCodesApi.prototype.getZipCode = function (requestParameters, options) {
|
|
427
412
|
var _this = this;
|
|
428
|
-
return (0, exports.
|
|
413
|
+
return (0, exports.ZipCodesApiFp)(this.configuration).getZipCode(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
429
414
|
};
|
|
430
415
|
/**
|
|
431
|
-
*
|
|
432
|
-
* @summary
|
|
433
|
-
* @param {
|
|
416
|
+
* Returns a list of zip codes you have previously created. The zip codes are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"gdv-management.operations.view\"
|
|
417
|
+
* @summary List zip codes
|
|
418
|
+
* @param {ZipCodesApiListZipCodesRequest} requestParameters Request parameters.
|
|
434
419
|
* @param {*} [options] Override http request option.
|
|
435
420
|
* @throws {RequiredError}
|
|
436
|
-
* @memberof
|
|
421
|
+
* @memberof ZipCodesApi
|
|
437
422
|
*/
|
|
438
|
-
|
|
423
|
+
ZipCodesApi.prototype.listZipCodes = function (requestParameters, options) {
|
|
439
424
|
var _this = this;
|
|
440
|
-
|
|
425
|
+
if (requestParameters === void 0) { requestParameters = {}; }
|
|
426
|
+
return (0, exports.ZipCodesApiFp)(this.configuration).listZipCodes(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
441
427
|
};
|
|
442
428
|
/**
|
|
443
|
-
*
|
|
444
|
-
* @summary
|
|
445
|
-
* @param {
|
|
429
|
+
* Store zip codes from file. **Required Permissions** none
|
|
430
|
+
* @summary Create the zip codes
|
|
431
|
+
* @param {ZipCodesApiStoreZipCodesRequest} requestParameters Request parameters.
|
|
446
432
|
* @param {*} [options] Override http request option.
|
|
447
433
|
* @throws {RequiredError}
|
|
448
|
-
* @memberof
|
|
434
|
+
* @memberof ZipCodesApi
|
|
449
435
|
*/
|
|
450
|
-
|
|
436
|
+
ZipCodesApi.prototype.storeZipCodes = function (requestParameters, options) {
|
|
451
437
|
var _this = this;
|
|
452
438
|
if (requestParameters === void 0) { requestParameters = {}; }
|
|
453
|
-
return (0, exports.
|
|
439
|
+
return (0, exports.ZipCodesApiFp)(this.configuration).storeZipCodes(requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
454
440
|
};
|
|
455
|
-
return
|
|
441
|
+
return ZipCodesApi;
|
|
456
442
|
}(base_1.BaseAPI));
|
|
457
|
-
exports.
|
|
443
|
+
exports.ZipCodesApi = ZipCodesApi;
|
package/dist/api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* EMIL
|
|
3
|
-
* The EMIL
|
|
2
|
+
* EMIL GdvService
|
|
3
|
+
* The EMIL GdvService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
* Contact: kontakt@emil.de
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
export * from './api/booking-entries-api';
|
|
13
|
-
export * from './api/financial-accounts-api';
|
|
14
|
-
export * from './api/financial-transactions-api';
|
|
15
12
|
export * from './api/health-api';
|
|
16
|
-
export * from './api/
|
|
17
|
-
export * from './api/
|
|
13
|
+
export * from './api/mailbox-api';
|
|
14
|
+
export * from './api/messages-api';
|
|
15
|
+
export * from './api/users-api';
|
|
16
|
+
export * from './api/vbas-api';
|
|
17
|
+
export * from './api/vbus-api';
|
|
18
|
+
export * from './api/zip-codes-api';
|
package/dist/api.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
|
-
* EMIL
|
|
6
|
-
* The EMIL
|
|
5
|
+
* EMIL GdvService
|
|
6
|
+
* The EMIL GdvService API description
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 1.0
|
|
9
9
|
* Contact: kontakt@emil.de
|
|
@@ -27,9 +27,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
27
27
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./api/booking-entries-api"), exports);
|
|
31
|
-
__exportStar(require("./api/financial-accounts-api"), exports);
|
|
32
|
-
__exportStar(require("./api/financial-transactions-api"), exports);
|
|
33
30
|
__exportStar(require("./api/health-api"), exports);
|
|
34
|
-
__exportStar(require("./api/
|
|
35
|
-
__exportStar(require("./api/
|
|
31
|
+
__exportStar(require("./api/mailbox-api"), exports);
|
|
32
|
+
__exportStar(require("./api/messages-api"), exports);
|
|
33
|
+
__exportStar(require("./api/users-api"), exports);
|
|
34
|
+
__exportStar(require("./api/vbas-api"), exports);
|
|
35
|
+
__exportStar(require("./api/vbus-api"), exports);
|
|
36
|
+
__exportStar(require("./api/zip-codes-api"), exports);
|
package/dist/base.d.ts
CHANGED
package/dist/base.js
CHANGED
package/dist/common.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* EMIL
|
|
3
|
-
* The EMIL
|
|
2
|
+
* EMIL GdvService
|
|
3
|
+
* The EMIL GdvService API description
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 1.0
|
|
6
6
|
* Contact: kontakt@emil.de
|
|
@@ -65,8 +65,8 @@ export declare const toPathString: (url: URL) => string;
|
|
|
65
65
|
*/
|
|
66
66
|
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T, any>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
|
67
67
|
/**
|
|
68
|
-
* EMIL
|
|
69
|
-
* The EMIL
|
|
68
|
+
* EMIL GdvService
|
|
69
|
+
* The EMIL GdvService API description
|
|
70
70
|
*
|
|
71
71
|
* The version of the OpenAPI document: 1.0
|
|
72
72
|
* Contact: kontakt@emil.de
|
package/dist/common.js
CHANGED
package/dist/configuration.d.ts
CHANGED
package/dist/configuration.js
CHANGED
package/dist/index.d.ts
CHANGED