@emilgroup/accounting-sdk-node 1.18.1-beta.4 → 1.19.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 +2 -2
- 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/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
|
@@ -1,327 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL AccountingService
|
|
3
|
-
* The EMIL AccountingService API description
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
|
-
import { Configuration } from '../configuration';
|
|
14
|
-
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
-
import { CreateNumberRangeRequestDto } from '../models';
|
|
16
|
-
import { CreateNumberRangeResponseClass } from '../models';
|
|
17
|
-
import { GetNumberRangeResponseClass } from '../models';
|
|
18
|
-
import { ListNumberRangeResponseClass } from '../models';
|
|
19
|
-
/**
|
|
20
|
-
* NumberRangesApi - axios parameter creator
|
|
21
|
-
* @export
|
|
22
|
-
*/
|
|
23
|
-
export declare const NumberRangesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
24
|
-
/**
|
|
25
|
-
* This will create an number range in the database. The number range will be created with the provided name, type, and account number. Optionally, you can provide a parent financial account ID to create a sub-account. **Required Permissions** \"accounting-management.accounts.create\"
|
|
26
|
-
* @summary Create the Number Range
|
|
27
|
-
* @param {CreateNumberRangeRequestDto} createNumberRangeRequestDto
|
|
28
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
29
|
-
* @param {*} [options] Override http request option.
|
|
30
|
-
* @throws {RequiredError}
|
|
31
|
-
*/
|
|
32
|
-
createNumberRange: (createNumberRangeRequestDto: CreateNumberRangeRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
|
-
/**
|
|
34
|
-
* Permanently deletes the Personal Account. Supply the unique code that was returned when you created the Personal Account and this will delete it. **Required Permissions** \"accounting-management.accounts.delete\"
|
|
35
|
-
* @summary Delete the Personal Account
|
|
36
|
-
* @param {string} code Unique identifier for the object.
|
|
37
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
38
|
-
* @param {*} [options] Override http request option.
|
|
39
|
-
* @throws {RequiredError}
|
|
40
|
-
*/
|
|
41
|
-
deleteNumberRange: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
42
|
-
/**
|
|
43
|
-
* Retrieves the details of the Financial Account that was previously created. Supply the unique Financial Account code that was returned when you created it and Emil Api will return the corresponding Financial Account information. **Required Permissions** \"accounting-management.accounts.view\"
|
|
44
|
-
* @summary Retrieve the Financial Account
|
|
45
|
-
* @param {string} code Unique identifier for the object.
|
|
46
|
-
* @param {string} expand
|
|
47
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
48
|
-
* @param {*} [options] Override http request option.
|
|
49
|
-
* @throws {RequiredError}
|
|
50
|
-
*/
|
|
51
|
-
getNumberRange: (code: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
|
-
/**
|
|
53
|
-
* Returns a list of Financial Accounts you have previously created. The Financial Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"accounting-management.accounts.view\"
|
|
54
|
-
* @summary List Financial Accounts
|
|
55
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
56
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
57
|
-
* @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.
|
|
58
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
59
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
60
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, slug, accountType</i>
|
|
61
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
62
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
63
|
-
* @param {*} [options] Override http request option.
|
|
64
|
-
* @throws {RequiredError}
|
|
65
|
-
*/
|
|
66
|
-
listNumberRanges: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
67
|
-
};
|
|
68
|
-
/**
|
|
69
|
-
* NumberRangesApi - functional programming interface
|
|
70
|
-
* @export
|
|
71
|
-
*/
|
|
72
|
-
export declare const NumberRangesApiFp: (configuration?: Configuration) => {
|
|
73
|
-
/**
|
|
74
|
-
* This will create an number range in the database. The number range will be created with the provided name, type, and account number. Optionally, you can provide a parent financial account ID to create a sub-account. **Required Permissions** \"accounting-management.accounts.create\"
|
|
75
|
-
* @summary Create the Number Range
|
|
76
|
-
* @param {CreateNumberRangeRequestDto} createNumberRangeRequestDto
|
|
77
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
78
|
-
* @param {*} [options] Override http request option.
|
|
79
|
-
* @throws {RequiredError}
|
|
80
|
-
*/
|
|
81
|
-
createNumberRange(createNumberRangeRequestDto: CreateNumberRangeRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateNumberRangeResponseClass>>;
|
|
82
|
-
/**
|
|
83
|
-
* Permanently deletes the Personal Account. Supply the unique code that was returned when you created the Personal Account and this will delete it. **Required Permissions** \"accounting-management.accounts.delete\"
|
|
84
|
-
* @summary Delete the Personal Account
|
|
85
|
-
* @param {string} code Unique identifier for the object.
|
|
86
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
87
|
-
* @param {*} [options] Override http request option.
|
|
88
|
-
* @throws {RequiredError}
|
|
89
|
-
*/
|
|
90
|
-
deleteNumberRange(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
91
|
-
/**
|
|
92
|
-
* Retrieves the details of the Financial Account that was previously created. Supply the unique Financial Account code that was returned when you created it and Emil Api will return the corresponding Financial Account information. **Required Permissions** \"accounting-management.accounts.view\"
|
|
93
|
-
* @summary Retrieve the Financial Account
|
|
94
|
-
* @param {string} code Unique identifier for the object.
|
|
95
|
-
* @param {string} expand
|
|
96
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
97
|
-
* @param {*} [options] Override http request option.
|
|
98
|
-
* @throws {RequiredError}
|
|
99
|
-
*/
|
|
100
|
-
getNumberRange(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetNumberRangeResponseClass>>;
|
|
101
|
-
/**
|
|
102
|
-
* Returns a list of Financial Accounts you have previously created. The Financial Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"accounting-management.accounts.view\"
|
|
103
|
-
* @summary List Financial Accounts
|
|
104
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
105
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
106
|
-
* @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.
|
|
107
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
108
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
109
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, slug, accountType</i>
|
|
110
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
111
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
112
|
-
* @param {*} [options] Override http request option.
|
|
113
|
-
* @throws {RequiredError}
|
|
114
|
-
*/
|
|
115
|
-
listNumberRanges(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListNumberRangeResponseClass>>;
|
|
116
|
-
};
|
|
117
|
-
/**
|
|
118
|
-
* NumberRangesApi - factory interface
|
|
119
|
-
* @export
|
|
120
|
-
*/
|
|
121
|
-
export declare const NumberRangesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
122
|
-
/**
|
|
123
|
-
* This will create an number range in the database. The number range will be created with the provided name, type, and account number. Optionally, you can provide a parent financial account ID to create a sub-account. **Required Permissions** \"accounting-management.accounts.create\"
|
|
124
|
-
* @summary Create the Number Range
|
|
125
|
-
* @param {CreateNumberRangeRequestDto} createNumberRangeRequestDto
|
|
126
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
127
|
-
* @param {*} [options] Override http request option.
|
|
128
|
-
* @throws {RequiredError}
|
|
129
|
-
*/
|
|
130
|
-
createNumberRange(createNumberRangeRequestDto: CreateNumberRangeRequestDto, authorization?: string, options?: any): AxiosPromise<CreateNumberRangeResponseClass>;
|
|
131
|
-
/**
|
|
132
|
-
* Permanently deletes the Personal Account. Supply the unique code that was returned when you created the Personal Account and this will delete it. **Required Permissions** \"accounting-management.accounts.delete\"
|
|
133
|
-
* @summary Delete the Personal Account
|
|
134
|
-
* @param {string} code Unique identifier for the object.
|
|
135
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
136
|
-
* @param {*} [options] Override http request option.
|
|
137
|
-
* @throws {RequiredError}
|
|
138
|
-
*/
|
|
139
|
-
deleteNumberRange(code: string, authorization?: string, options?: any): AxiosPromise<void>;
|
|
140
|
-
/**
|
|
141
|
-
* Retrieves the details of the Financial Account that was previously created. Supply the unique Financial Account code that was returned when you created it and Emil Api will return the corresponding Financial Account information. **Required Permissions** \"accounting-management.accounts.view\"
|
|
142
|
-
* @summary Retrieve the Financial Account
|
|
143
|
-
* @param {string} code Unique identifier for the object.
|
|
144
|
-
* @param {string} expand
|
|
145
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
146
|
-
* @param {*} [options] Override http request option.
|
|
147
|
-
* @throws {RequiredError}
|
|
148
|
-
*/
|
|
149
|
-
getNumberRange(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetNumberRangeResponseClass>;
|
|
150
|
-
/**
|
|
151
|
-
* Returns a list of Financial Accounts you have previously created. The Financial Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"accounting-management.accounts.view\"
|
|
152
|
-
* @summary List Financial Accounts
|
|
153
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
154
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
155
|
-
* @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.
|
|
156
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
157
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
158
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, slug, accountType</i>
|
|
159
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
160
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
161
|
-
* @param {*} [options] Override http request option.
|
|
162
|
-
* @throws {RequiredError}
|
|
163
|
-
*/
|
|
164
|
-
listNumberRanges(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListNumberRangeResponseClass>;
|
|
165
|
-
};
|
|
166
|
-
/**
|
|
167
|
-
* Request parameters for createNumberRange operation in NumberRangesApi.
|
|
168
|
-
* @export
|
|
169
|
-
* @interface NumberRangesApiCreateNumberRangeRequest
|
|
170
|
-
*/
|
|
171
|
-
export interface NumberRangesApiCreateNumberRangeRequest {
|
|
172
|
-
/**
|
|
173
|
-
*
|
|
174
|
-
* @type {CreateNumberRangeRequestDto}
|
|
175
|
-
* @memberof NumberRangesApiCreateNumberRange
|
|
176
|
-
*/
|
|
177
|
-
readonly createNumberRangeRequestDto: CreateNumberRangeRequestDto;
|
|
178
|
-
/**
|
|
179
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
180
|
-
* @type {string}
|
|
181
|
-
* @memberof NumberRangesApiCreateNumberRange
|
|
182
|
-
*/
|
|
183
|
-
readonly authorization?: string;
|
|
184
|
-
}
|
|
185
|
-
/**
|
|
186
|
-
* Request parameters for deleteNumberRange operation in NumberRangesApi.
|
|
187
|
-
* @export
|
|
188
|
-
* @interface NumberRangesApiDeleteNumberRangeRequest
|
|
189
|
-
*/
|
|
190
|
-
export interface NumberRangesApiDeleteNumberRangeRequest {
|
|
191
|
-
/**
|
|
192
|
-
* Unique identifier for the object.
|
|
193
|
-
* @type {string}
|
|
194
|
-
* @memberof NumberRangesApiDeleteNumberRange
|
|
195
|
-
*/
|
|
196
|
-
readonly code: string;
|
|
197
|
-
/**
|
|
198
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
199
|
-
* @type {string}
|
|
200
|
-
* @memberof NumberRangesApiDeleteNumberRange
|
|
201
|
-
*/
|
|
202
|
-
readonly authorization?: string;
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* Request parameters for getNumberRange operation in NumberRangesApi.
|
|
206
|
-
* @export
|
|
207
|
-
* @interface NumberRangesApiGetNumberRangeRequest
|
|
208
|
-
*/
|
|
209
|
-
export interface NumberRangesApiGetNumberRangeRequest {
|
|
210
|
-
/**
|
|
211
|
-
* Unique identifier for the object.
|
|
212
|
-
* @type {string}
|
|
213
|
-
* @memberof NumberRangesApiGetNumberRange
|
|
214
|
-
*/
|
|
215
|
-
readonly code: string;
|
|
216
|
-
/**
|
|
217
|
-
*
|
|
218
|
-
* @type {string}
|
|
219
|
-
* @memberof NumberRangesApiGetNumberRange
|
|
220
|
-
*/
|
|
221
|
-
readonly expand: string;
|
|
222
|
-
/**
|
|
223
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
224
|
-
* @type {string}
|
|
225
|
-
* @memberof NumberRangesApiGetNumberRange
|
|
226
|
-
*/
|
|
227
|
-
readonly authorization?: string;
|
|
228
|
-
}
|
|
229
|
-
/**
|
|
230
|
-
* Request parameters for listNumberRanges operation in NumberRangesApi.
|
|
231
|
-
* @export
|
|
232
|
-
* @interface NumberRangesApiListNumberRangesRequest
|
|
233
|
-
*/
|
|
234
|
-
export interface NumberRangesApiListNumberRangesRequest {
|
|
235
|
-
/**
|
|
236
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
237
|
-
* @type {string}
|
|
238
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
239
|
-
*/
|
|
240
|
-
readonly authorization?: string;
|
|
241
|
-
/**
|
|
242
|
-
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
243
|
-
* @type {number}
|
|
244
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
245
|
-
*/
|
|
246
|
-
readonly pageSize?: number;
|
|
247
|
-
/**
|
|
248
|
-
* 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.
|
|
249
|
-
* @type {string}
|
|
250
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
251
|
-
*/
|
|
252
|
-
readonly pageToken?: string;
|
|
253
|
-
/**
|
|
254
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
255
|
-
* @type {string}
|
|
256
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
257
|
-
*/
|
|
258
|
-
readonly filter?: string;
|
|
259
|
-
/**
|
|
260
|
-
* To search the list by any field, pass search=xxx to fetch the result.
|
|
261
|
-
* @type {string}
|
|
262
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
263
|
-
*/
|
|
264
|
-
readonly search?: string;
|
|
265
|
-
/**
|
|
266
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, createdAt, slug, accountType</i>
|
|
267
|
-
* @type {string}
|
|
268
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
269
|
-
*/
|
|
270
|
-
readonly order?: string;
|
|
271
|
-
/**
|
|
272
|
-
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
273
|
-
* @type {string}
|
|
274
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
275
|
-
*/
|
|
276
|
-
readonly expand?: string;
|
|
277
|
-
/**
|
|
278
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: slug, createdAt, accountType</i>
|
|
279
|
-
* @type {string}
|
|
280
|
-
* @memberof NumberRangesApiListNumberRanges
|
|
281
|
-
*/
|
|
282
|
-
readonly filters?: string;
|
|
283
|
-
}
|
|
284
|
-
/**
|
|
285
|
-
* NumberRangesApi - object-oriented interface
|
|
286
|
-
* @export
|
|
287
|
-
* @class NumberRangesApi
|
|
288
|
-
* @extends {BaseAPI}
|
|
289
|
-
*/
|
|
290
|
-
export declare class NumberRangesApi extends BaseAPI {
|
|
291
|
-
/**
|
|
292
|
-
* This will create an number range in the database. The number range will be created with the provided name, type, and account number. Optionally, you can provide a parent financial account ID to create a sub-account. **Required Permissions** \"accounting-management.accounts.create\"
|
|
293
|
-
* @summary Create the Number Range
|
|
294
|
-
* @param {NumberRangesApiCreateNumberRangeRequest} requestParameters Request parameters.
|
|
295
|
-
* @param {*} [options] Override http request option.
|
|
296
|
-
* @throws {RequiredError}
|
|
297
|
-
* @memberof NumberRangesApi
|
|
298
|
-
*/
|
|
299
|
-
createNumberRange(requestParameters: NumberRangesApiCreateNumberRangeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateNumberRangeResponseClass, any>>;
|
|
300
|
-
/**
|
|
301
|
-
* Permanently deletes the Personal Account. Supply the unique code that was returned when you created the Personal Account and this will delete it. **Required Permissions** \"accounting-management.accounts.delete\"
|
|
302
|
-
* @summary Delete the Personal Account
|
|
303
|
-
* @param {NumberRangesApiDeleteNumberRangeRequest} requestParameters Request parameters.
|
|
304
|
-
* @param {*} [options] Override http request option.
|
|
305
|
-
* @throws {RequiredError}
|
|
306
|
-
* @memberof NumberRangesApi
|
|
307
|
-
*/
|
|
308
|
-
deleteNumberRange(requestParameters: NumberRangesApiDeleteNumberRangeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
309
|
-
/**
|
|
310
|
-
* Retrieves the details of the Financial Account that was previously created. Supply the unique Financial Account code that was returned when you created it and Emil Api will return the corresponding Financial Account information. **Required Permissions** \"accounting-management.accounts.view\"
|
|
311
|
-
* @summary Retrieve the Financial Account
|
|
312
|
-
* @param {NumberRangesApiGetNumberRangeRequest} requestParameters Request parameters.
|
|
313
|
-
* @param {*} [options] Override http request option.
|
|
314
|
-
* @throws {RequiredError}
|
|
315
|
-
* @memberof NumberRangesApi
|
|
316
|
-
*/
|
|
317
|
-
getNumberRange(requestParameters: NumberRangesApiGetNumberRangeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetNumberRangeResponseClass, any>>;
|
|
318
|
-
/**
|
|
319
|
-
* Returns a list of Financial Accounts you have previously created. The Financial Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"accounting-management.accounts.view\"
|
|
320
|
-
* @summary List Financial Accounts
|
|
321
|
-
* @param {NumberRangesApiListNumberRangesRequest} requestParameters Request parameters.
|
|
322
|
-
* @param {*} [options] Override http request option.
|
|
323
|
-
* @throws {RequiredError}
|
|
324
|
-
* @memberof NumberRangesApi
|
|
325
|
-
*/
|
|
326
|
-
listNumberRanges(requestParameters?: NumberRangesApiListNumberRangesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListNumberRangeResponseClass, any>>;
|
|
327
|
-
}
|