@smartbooks-ai/api-client 0.0.3
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 +56 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +50 -0
- package/dist/apis/AiApi.d.ts +289 -0
- package/dist/apis/AiApi.js +456 -0
- package/dist/apis/AnalyticsApi.d.ts +242 -0
- package/dist/apis/AnalyticsApi.js +395 -0
- package/dist/apis/AsyncOperationsApi.d.ts +48 -0
- package/dist/apis/AsyncOperationsApi.js +57 -0
- package/dist/apis/BusinessModelModulesApi.d.ts +182 -0
- package/dist/apis/BusinessModelModulesApi.js +289 -0
- package/dist/apis/ColorPalettesApi.d.ts +62 -0
- package/dist/apis/ColorPalettesApi.js +82 -0
- package/dist/apis/CommentsApi.d.ts +94 -0
- package/dist/apis/CommentsApi.js +138 -0
- package/dist/apis/CompaniesApi.d.ts +88 -0
- package/dist/apis/CompaniesApi.js +122 -0
- package/dist/apis/CompanyManagementApi.d.ts +90 -0
- package/dist/apis/CompanyManagementApi.js +127 -0
- package/dist/apis/ConnectionParametersApi.d.ts +98 -0
- package/dist/apis/ConnectionParametersApi.js +155 -0
- package/dist/apis/ConnectionTypesApi.d.ts +90 -0
- package/dist/apis/ConnectionTypesApi.js +128 -0
- package/dist/apis/ConnectionsApi.d.ts +156 -0
- package/dist/apis/ConnectionsApi.js +240 -0
- package/dist/apis/ConnectionsAuthorizationApi.d.ts +74 -0
- package/dist/apis/ConnectionsAuthorizationApi.js +112 -0
- package/dist/apis/ConnectionsClientCredentialsApi.d.ts +72 -0
- package/dist/apis/ConnectionsClientCredentialsApi.js +104 -0
- package/dist/apis/ConsolidationApi.d.ts +192 -0
- package/dist/apis/ConsolidationApi.js +301 -0
- package/dist/apis/CostCenterApi.d.ts +130 -0
- package/dist/apis/CostCenterApi.js +192 -0
- package/dist/apis/DashboardsApi.d.ts +306 -0
- package/dist/apis/DashboardsApi.js +519 -0
- package/dist/apis/DataSynchronizationApi.d.ts +92 -0
- package/dist/apis/DataSynchronizationApi.js +131 -0
- package/dist/apis/ExplanationApi.d.ts +110 -0
- package/dist/apis/ExplanationApi.js +231 -0
- package/dist/apis/FormatsApi.d.ts +46 -0
- package/dist/apis/FormatsApi.js +52 -0
- package/dist/apis/FormulasApi.d.ts +62 -0
- package/dist/apis/FormulasApi.js +85 -0
- package/dist/apis/FuturesApi.d.ts +136 -0
- package/dist/apis/FuturesApi.js +208 -0
- package/dist/apis/IdentityLinkingApi.d.ts +46 -0
- package/dist/apis/IdentityLinkingApi.js +53 -0
- package/dist/apis/InputApi.d.ts +55 -0
- package/dist/apis/InputApi.js +61 -0
- package/dist/apis/IntercompanyMatchingApi.d.ts +174 -0
- package/dist/apis/IntercompanyMatchingApi.js +264 -0
- package/dist/apis/InvitationsApi.d.ts +156 -0
- package/dist/apis/InvitationsApi.js +239 -0
- package/dist/apis/MaintenanceApi.d.ts +182 -0
- package/dist/apis/MaintenanceApi.js +282 -0
- package/dist/apis/ManualInputApi.d.ts +204 -0
- package/dist/apis/ManualInputApi.js +332 -0
- package/dist/apis/ModulesApi.d.ts +88 -0
- package/dist/apis/ModulesApi.js +116 -0
- package/dist/apis/NodePurposesApi.d.ts +68 -0
- package/dist/apis/NodePurposesApi.js +90 -0
- package/dist/apis/ProfileApi.d.ts +85 -0
- package/dist/apis/ProfileApi.js +118 -0
- package/dist/apis/RelationsApi.d.ts +46 -0
- package/dist/apis/RelationsApi.js +52 -0
- package/dist/apis/ReportGroupsApi.d.ts +72 -0
- package/dist/apis/ReportGroupsApi.js +96 -0
- package/dist/apis/ReportingApi.d.ts +267 -0
- package/dist/apis/ReportingApi.js +383 -0
- package/dist/apis/ReportingPeriodsApi.d.ts +46 -0
- package/dist/apis/ReportingPeriodsApi.js +52 -0
- package/dist/apis/SourceAccountsApi.d.ts +46 -0
- package/dist/apis/SourceAccountsApi.js +52 -0
- package/dist/apis/StructureApi.d.ts +134 -0
- package/dist/apis/StructureApi.js +167 -0
- package/dist/apis/StructureDefinitionApi.d.ts +164 -0
- package/dist/apis/StructureDefinitionApi.js +263 -0
- package/dist/apis/StructureImprovementApi.d.ts +70 -0
- package/dist/apis/StructureImprovementApi.js +95 -0
- package/dist/apis/TemplatesApi.d.ts +120 -0
- package/dist/apis/TemplatesApi.js +182 -0
- package/dist/apis/TemplatesGenerationApi.d.ts +66 -0
- package/dist/apis/TemplatesGenerationApi.js +89 -0
- package/dist/apis/TenantIntercompanySettingsApi.d.ts +90 -0
- package/dist/apis/TenantIntercompanySettingsApi.js +127 -0
- package/dist/apis/TenantsApi.d.ts +124 -0
- package/dist/apis/TenantsApi.js +184 -0
- package/dist/apis/TransactionDetailsApi.d.ts +50 -0
- package/dist/apis/TransactionDetailsApi.js +61 -0
- package/dist/apis/UsersApi.d.ts +114 -0
- package/dist/apis/UsersApi.js +169 -0
- package/dist/apis/WebhooksApi.d.ts +68 -0
- package/dist/apis/WebhooksApi.js +90 -0
- package/dist/apis/WizardApi.d.ts +74 -0
- package/dist/apis/WizardApi.js +105 -0
- package/dist/apis/index.d.ts +46 -0
- package/dist/apis/index.js +64 -0
- package/dist/esm/apis/AiApi.d.ts +289 -0
- package/dist/esm/apis/AiApi.js +452 -0
- package/dist/esm/apis/AnalyticsApi.d.ts +242 -0
- package/dist/esm/apis/AnalyticsApi.js +391 -0
- package/dist/esm/apis/AsyncOperationsApi.d.ts +48 -0
- package/dist/esm/apis/AsyncOperationsApi.js +53 -0
- package/dist/esm/apis/BusinessModelModulesApi.d.ts +182 -0
- package/dist/esm/apis/BusinessModelModulesApi.js +285 -0
- package/dist/esm/apis/ColorPalettesApi.d.ts +62 -0
- package/dist/esm/apis/ColorPalettesApi.js +78 -0
- package/dist/esm/apis/CommentsApi.d.ts +94 -0
- package/dist/esm/apis/CommentsApi.js +134 -0
- package/dist/esm/apis/CompaniesApi.d.ts +88 -0
- package/dist/esm/apis/CompaniesApi.js +118 -0
- package/dist/esm/apis/CompanyManagementApi.d.ts +90 -0
- package/dist/esm/apis/CompanyManagementApi.js +123 -0
- package/dist/esm/apis/ConnectionParametersApi.d.ts +98 -0
- package/dist/esm/apis/ConnectionParametersApi.js +151 -0
- package/dist/esm/apis/ConnectionTypesApi.d.ts +90 -0
- package/dist/esm/apis/ConnectionTypesApi.js +124 -0
- package/dist/esm/apis/ConnectionsApi.d.ts +156 -0
- package/dist/esm/apis/ConnectionsApi.js +236 -0
- package/dist/esm/apis/ConnectionsAuthorizationApi.d.ts +74 -0
- package/dist/esm/apis/ConnectionsAuthorizationApi.js +108 -0
- package/dist/esm/apis/ConnectionsClientCredentialsApi.d.ts +72 -0
- package/dist/esm/apis/ConnectionsClientCredentialsApi.js +100 -0
- package/dist/esm/apis/ConsolidationApi.d.ts +192 -0
- package/dist/esm/apis/ConsolidationApi.js +297 -0
- package/dist/esm/apis/CostCenterApi.d.ts +130 -0
- package/dist/esm/apis/CostCenterApi.js +188 -0
- package/dist/esm/apis/DashboardsApi.d.ts +306 -0
- package/dist/esm/apis/DashboardsApi.js +515 -0
- package/dist/esm/apis/DataSynchronizationApi.d.ts +92 -0
- package/dist/esm/apis/DataSynchronizationApi.js +127 -0
- package/dist/esm/apis/ExplanationApi.d.ts +110 -0
- package/dist/esm/apis/ExplanationApi.js +227 -0
- package/dist/esm/apis/FormatsApi.d.ts +46 -0
- package/dist/esm/apis/FormatsApi.js +48 -0
- package/dist/esm/apis/FormulasApi.d.ts +62 -0
- package/dist/esm/apis/FormulasApi.js +81 -0
- package/dist/esm/apis/FuturesApi.d.ts +136 -0
- package/dist/esm/apis/FuturesApi.js +204 -0
- package/dist/esm/apis/IdentityLinkingApi.d.ts +46 -0
- package/dist/esm/apis/IdentityLinkingApi.js +49 -0
- package/dist/esm/apis/InputApi.d.ts +55 -0
- package/dist/esm/apis/InputApi.js +57 -0
- package/dist/esm/apis/IntercompanyMatchingApi.d.ts +174 -0
- package/dist/esm/apis/IntercompanyMatchingApi.js +260 -0
- package/dist/esm/apis/InvitationsApi.d.ts +156 -0
- package/dist/esm/apis/InvitationsApi.js +235 -0
- package/dist/esm/apis/MaintenanceApi.d.ts +182 -0
- package/dist/esm/apis/MaintenanceApi.js +278 -0
- package/dist/esm/apis/ManualInputApi.d.ts +204 -0
- package/dist/esm/apis/ManualInputApi.js +328 -0
- package/dist/esm/apis/ModulesApi.d.ts +88 -0
- package/dist/esm/apis/ModulesApi.js +112 -0
- package/dist/esm/apis/NodePurposesApi.d.ts +68 -0
- package/dist/esm/apis/NodePurposesApi.js +86 -0
- package/dist/esm/apis/ProfileApi.d.ts +85 -0
- package/dist/esm/apis/ProfileApi.js +114 -0
- package/dist/esm/apis/RelationsApi.d.ts +46 -0
- package/dist/esm/apis/RelationsApi.js +48 -0
- package/dist/esm/apis/ReportGroupsApi.d.ts +72 -0
- package/dist/esm/apis/ReportGroupsApi.js +92 -0
- package/dist/esm/apis/ReportingApi.d.ts +267 -0
- package/dist/esm/apis/ReportingApi.js +379 -0
- package/dist/esm/apis/ReportingPeriodsApi.d.ts +46 -0
- package/dist/esm/apis/ReportingPeriodsApi.js +48 -0
- package/dist/esm/apis/SourceAccountsApi.d.ts +46 -0
- package/dist/esm/apis/SourceAccountsApi.js +48 -0
- package/dist/esm/apis/StructureApi.d.ts +134 -0
- package/dist/esm/apis/StructureApi.js +163 -0
- package/dist/esm/apis/StructureDefinitionApi.d.ts +164 -0
- package/dist/esm/apis/StructureDefinitionApi.js +259 -0
- package/dist/esm/apis/StructureImprovementApi.d.ts +70 -0
- package/dist/esm/apis/StructureImprovementApi.js +91 -0
- package/dist/esm/apis/TemplatesApi.d.ts +120 -0
- package/dist/esm/apis/TemplatesApi.js +178 -0
- package/dist/esm/apis/TemplatesGenerationApi.d.ts +66 -0
- package/dist/esm/apis/TemplatesGenerationApi.js +85 -0
- package/dist/esm/apis/TenantIntercompanySettingsApi.d.ts +90 -0
- package/dist/esm/apis/TenantIntercompanySettingsApi.js +123 -0
- package/dist/esm/apis/TenantsApi.d.ts +124 -0
- package/dist/esm/apis/TenantsApi.js +180 -0
- package/dist/esm/apis/TransactionDetailsApi.d.ts +50 -0
- package/dist/esm/apis/TransactionDetailsApi.js +57 -0
- package/dist/esm/apis/UsersApi.d.ts +114 -0
- package/dist/esm/apis/UsersApi.js +165 -0
- package/dist/esm/apis/WebhooksApi.d.ts +68 -0
- package/dist/esm/apis/WebhooksApi.js +86 -0
- package/dist/esm/apis/WizardApi.d.ts +74 -0
- package/dist/esm/apis/WizardApi.js +101 -0
- package/dist/esm/apis/index.d.ts +46 -0
- package/dist/esm/apis/index.js +48 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/models/index.d.ts +15406 -0
- package/dist/esm/models/index.js +1279 -0
- package/dist/esm/runtime.d.ts +181 -0
- package/dist/esm/runtime.js +326 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/index.d.ts +15406 -0
- package/dist/models/index.js +1285 -0
- package/dist/runtime.d.ts +181 -0
- package/dist/runtime.js +341 -0
- package/package.json +21 -0
- package/src/apis/AiApi.ts +1043 -0
- package/src/apis/AnalyticsApi.ts +925 -0
- package/src/apis/AsyncOperationsApi.ts +112 -0
- package/src/apis/BusinessModelModulesApi.ts +649 -0
- package/src/apis/ColorPalettesApi.ts +148 -0
- package/src/apis/CommentsApi.ts +308 -0
- package/src/apis/CompaniesApi.ts +260 -0
- package/src/apis/CompanyManagementApi.ts +270 -0
- package/src/apis/ConnectionParametersApi.ts +339 -0
- package/src/apis/ConnectionTypesApi.ts +280 -0
- package/src/apis/ConnectionsApi.ts +533 -0
- package/src/apis/ConnectionsAuthorizationApi.ts +241 -0
- package/src/apis/ConnectionsClientCredentialsApi.ts +224 -0
- package/src/apis/ConsolidationApi.ts +682 -0
- package/src/apis/CostCenterApi.ts +428 -0
- package/src/apis/DashboardsApi.ts +1179 -0
- package/src/apis/DataSynchronizationApi.ts +288 -0
- package/src/apis/ExplanationApi.ts +504 -0
- package/src/apis/FormatsApi.ts +96 -0
- package/src/apis/FormulasApi.ts +154 -0
- package/src/apis/FuturesApi.ts +463 -0
- package/src/apis/IdentityLinkingApi.ts +101 -0
- package/src/apis/InputApi.ts +126 -0
- package/src/apis/IntercompanyMatchingApi.ts +588 -0
- package/src/apis/InvitationsApi.ts +523 -0
- package/src/apis/MaintenanceApi.ts +597 -0
- package/src/apis/ManualInputApi.ts +771 -0
- package/src/apis/ModulesApi.ts +246 -0
- package/src/apis/NodePurposesApi.ts +184 -0
- package/src/apis/ProfileApi.ts +203 -0
- package/src/apis/RelationsApi.ts +99 -0
- package/src/apis/ReportGroupsApi.ts +205 -0
- package/src/apis/ReportingApi.ts +851 -0
- package/src/apis/ReportingPeriodsApi.ts +99 -0
- package/src/apis/SourceAccountsApi.ts +102 -0
- package/src/apis/StructureApi.ts +334 -0
- package/src/apis/StructureDefinitionApi.ts +601 -0
- package/src/apis/StructureImprovementApi.ts +214 -0
- package/src/apis/TemplatesApi.ts +334 -0
- package/src/apis/TemplatesGenerationApi.ts +187 -0
- package/src/apis/TenantIntercompanySettingsApi.ts +286 -0
- package/src/apis/TenantsApi.ts +374 -0
- package/src/apis/TransactionDetailsApi.ts +127 -0
- package/src/apis/UsersApi.ts +356 -0
- package/src/apis/WebhooksApi.ts +193 -0
- package/src/apis/WizardApi.ts +230 -0
- package/src/apis/index.ts +48 -0
- package/src/index.ts +5 -0
- package/src/models/index.ts +15625 -0
- package/src/runtime.ts +469 -0
- package/tsconfig.esm.json +7 -0
- package/tsconfig.json +11 -0
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Smartbooks Restful API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
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 type { Tenant, TenantSettingsPatchRequest, TenantSettingsResponse, Tenants } from '../models/index';
|
|
13
|
+
import * as runtime from '../runtime';
|
|
14
|
+
export interface TenantsApiDeleteRequest {
|
|
15
|
+
tenantCode: string;
|
|
16
|
+
}
|
|
17
|
+
export interface TenantsApiGetItemRequest {
|
|
18
|
+
tenantCode: string;
|
|
19
|
+
}
|
|
20
|
+
export interface TenantsApiGetSettingsRequest {
|
|
21
|
+
tenantCode: string;
|
|
22
|
+
}
|
|
23
|
+
export interface TenantsApiPatchSettingsRequest {
|
|
24
|
+
tenantCode: string;
|
|
25
|
+
tenantSettingsPatchRequest: TenantSettingsPatchRequest;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* TenantsApi - interface
|
|
29
|
+
*
|
|
30
|
+
* @export
|
|
31
|
+
* @interface TenantsApiInterface
|
|
32
|
+
*/
|
|
33
|
+
export interface TenantsApiInterface {
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @param {string} tenantCode
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
* @memberof TenantsApiInterface
|
|
40
|
+
*/
|
|
41
|
+
deleteRaw(requestParameters: TenantsApiDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
42
|
+
/**
|
|
43
|
+
*/
|
|
44
|
+
delete(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @param {*} [options] Override http request option.
|
|
48
|
+
* @throws {RequiredError}
|
|
49
|
+
* @memberof TenantsApiInterface
|
|
50
|
+
*/
|
|
51
|
+
getRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Tenants>>;
|
|
52
|
+
/**
|
|
53
|
+
*/
|
|
54
|
+
get(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Tenants>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @param {string} tenantCode
|
|
58
|
+
* @param {*} [options] Override http request option.
|
|
59
|
+
* @throws {RequiredError}
|
|
60
|
+
* @memberof TenantsApiInterface
|
|
61
|
+
*/
|
|
62
|
+
getItemRaw(requestParameters: TenantsApiGetItemRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Tenant>>;
|
|
63
|
+
/**
|
|
64
|
+
*/
|
|
65
|
+
getItem(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Tenant>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @param {string} tenantCode
|
|
69
|
+
* @param {*} [options] Override http request option.
|
|
70
|
+
* @throws {RequiredError}
|
|
71
|
+
* @memberof TenantsApiInterface
|
|
72
|
+
*/
|
|
73
|
+
getSettingsRaw(requestParameters: TenantsApiGetSettingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<TenantSettingsResponse>>;
|
|
74
|
+
/**
|
|
75
|
+
*/
|
|
76
|
+
getSettings(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<TenantSettingsResponse>;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @param {string} tenantCode
|
|
80
|
+
* @param {TenantSettingsPatchRequest} tenantSettingsPatchRequest
|
|
81
|
+
* @param {*} [options] Override http request option.
|
|
82
|
+
* @throws {RequiredError}
|
|
83
|
+
* @memberof TenantsApiInterface
|
|
84
|
+
*/
|
|
85
|
+
patchSettingsRaw(requestParameters: TenantsApiPatchSettingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
86
|
+
/**
|
|
87
|
+
*/
|
|
88
|
+
patchSettings(tenantCode: string, tenantSettingsPatchRequest: TenantSettingsPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
export declare class TenantsApi extends runtime.BaseAPI implements TenantsApiInterface {
|
|
94
|
+
/**
|
|
95
|
+
*/
|
|
96
|
+
deleteRaw(requestParameters: TenantsApiDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
97
|
+
/**
|
|
98
|
+
*/
|
|
99
|
+
delete(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
100
|
+
/**
|
|
101
|
+
*/
|
|
102
|
+
getRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Tenants>>;
|
|
103
|
+
/**
|
|
104
|
+
*/
|
|
105
|
+
get(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Tenants>;
|
|
106
|
+
/**
|
|
107
|
+
*/
|
|
108
|
+
getItemRaw(requestParameters: TenantsApiGetItemRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Tenant>>;
|
|
109
|
+
/**
|
|
110
|
+
*/
|
|
111
|
+
getItem(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Tenant>;
|
|
112
|
+
/**
|
|
113
|
+
*/
|
|
114
|
+
getSettingsRaw(requestParameters: TenantsApiGetSettingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<TenantSettingsResponse>>;
|
|
115
|
+
/**
|
|
116
|
+
*/
|
|
117
|
+
getSettings(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<TenantSettingsResponse>;
|
|
118
|
+
/**
|
|
119
|
+
*/
|
|
120
|
+
patchSettingsRaw(requestParameters: TenantsApiPatchSettingsRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
121
|
+
/**
|
|
122
|
+
*/
|
|
123
|
+
patchSettings(tenantCode: string, tenantSettingsPatchRequest: TenantSettingsPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TenantsApi = void 0;
|
|
13
|
+
const runtime = require("../runtime");
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
class TenantsApi extends runtime.BaseAPI {
|
|
18
|
+
/**
|
|
19
|
+
*/
|
|
20
|
+
deleteRaw(requestParameters, initOverrides) {
|
|
21
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
+
if (requestParameters['tenantCode'] == null) {
|
|
23
|
+
throw new runtime.RequiredError('tenantCode', 'Required parameter "tenantCode" was null or undefined when calling delete().');
|
|
24
|
+
}
|
|
25
|
+
const queryParameters = {};
|
|
26
|
+
const headerParameters = {};
|
|
27
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
28
|
+
const token = this.configuration.accessToken;
|
|
29
|
+
const tokenString = yield token('bearerToken', ['internal']);
|
|
30
|
+
if (tokenString) {
|
|
31
|
+
headerParameters['Authorization'] = `Bearer ${tokenString}`;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
const response = yield this.request({
|
|
35
|
+
path: `/api/v1/tenants/{tenant_code}`.replace(`{${'tenant_code'}}`, encodeURIComponent(String(requestParameters['tenantCode']))),
|
|
36
|
+
method: 'DELETE',
|
|
37
|
+
headers: headerParameters,
|
|
38
|
+
query: queryParameters,
|
|
39
|
+
}, initOverrides);
|
|
40
|
+
return new runtime.VoidApiResponse(response);
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
*/
|
|
45
|
+
delete(tenantCode, initOverrides) {
|
|
46
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
47
|
+
yield this.deleteRaw({ tenantCode: tenantCode }, initOverrides);
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
*/
|
|
52
|
+
getRaw(initOverrides) {
|
|
53
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
54
|
+
const queryParameters = {};
|
|
55
|
+
const headerParameters = {};
|
|
56
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
57
|
+
const token = this.configuration.accessToken;
|
|
58
|
+
const tokenString = yield token('bearerToken', ['internal']);
|
|
59
|
+
if (tokenString) {
|
|
60
|
+
headerParameters['Authorization'] = `Bearer ${tokenString}`;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
const response = yield this.request({
|
|
64
|
+
path: `/api/v1/tenants`,
|
|
65
|
+
method: 'GET',
|
|
66
|
+
headers: headerParameters,
|
|
67
|
+
query: queryParameters,
|
|
68
|
+
}, initOverrides);
|
|
69
|
+
return new runtime.JSONApiResponse(response);
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
*/
|
|
74
|
+
get(initOverrides) {
|
|
75
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
76
|
+
const response = yield this.getRaw(initOverrides);
|
|
77
|
+
return yield response.value();
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
*/
|
|
82
|
+
getItemRaw(requestParameters, initOverrides) {
|
|
83
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
84
|
+
if (requestParameters['tenantCode'] == null) {
|
|
85
|
+
throw new runtime.RequiredError('tenantCode', 'Required parameter "tenantCode" was null or undefined when calling getItem().');
|
|
86
|
+
}
|
|
87
|
+
const queryParameters = {};
|
|
88
|
+
const headerParameters = {};
|
|
89
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
90
|
+
const token = this.configuration.accessToken;
|
|
91
|
+
const tokenString = yield token('bearerToken', ['internal']);
|
|
92
|
+
if (tokenString) {
|
|
93
|
+
headerParameters['Authorization'] = `Bearer ${tokenString}`;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
const response = yield this.request({
|
|
97
|
+
path: `/api/v1/tenants/{tenant_code}`.replace(`{${'tenant_code'}}`, encodeURIComponent(String(requestParameters['tenantCode']))),
|
|
98
|
+
method: 'GET',
|
|
99
|
+
headers: headerParameters,
|
|
100
|
+
query: queryParameters,
|
|
101
|
+
}, initOverrides);
|
|
102
|
+
return new runtime.JSONApiResponse(response);
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
*/
|
|
107
|
+
getItem(tenantCode, initOverrides) {
|
|
108
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
109
|
+
const response = yield this.getItemRaw({ tenantCode: tenantCode }, initOverrides);
|
|
110
|
+
return yield response.value();
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
*/
|
|
115
|
+
getSettingsRaw(requestParameters, initOverrides) {
|
|
116
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
117
|
+
if (requestParameters['tenantCode'] == null) {
|
|
118
|
+
throw new runtime.RequiredError('tenantCode', 'Required parameter "tenantCode" was null or undefined when calling getSettings().');
|
|
119
|
+
}
|
|
120
|
+
const queryParameters = {};
|
|
121
|
+
const headerParameters = {};
|
|
122
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
123
|
+
const token = this.configuration.accessToken;
|
|
124
|
+
const tokenString = yield token('bearerToken', ['internal']);
|
|
125
|
+
if (tokenString) {
|
|
126
|
+
headerParameters['Authorization'] = `Bearer ${tokenString}`;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
const response = yield this.request({
|
|
130
|
+
path: `/api/v1/tenants/{tenant_code}/settings`.replace(`{${'tenant_code'}}`, encodeURIComponent(String(requestParameters['tenantCode']))),
|
|
131
|
+
method: 'GET',
|
|
132
|
+
headers: headerParameters,
|
|
133
|
+
query: queryParameters,
|
|
134
|
+
}, initOverrides);
|
|
135
|
+
return new runtime.JSONApiResponse(response);
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
*/
|
|
140
|
+
getSettings(tenantCode, initOverrides) {
|
|
141
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
142
|
+
const response = yield this.getSettingsRaw({ tenantCode: tenantCode }, initOverrides);
|
|
143
|
+
return yield response.value();
|
|
144
|
+
});
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
*/
|
|
148
|
+
patchSettingsRaw(requestParameters, initOverrides) {
|
|
149
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
150
|
+
if (requestParameters['tenantCode'] == null) {
|
|
151
|
+
throw new runtime.RequiredError('tenantCode', 'Required parameter "tenantCode" was null or undefined when calling patchSettings().');
|
|
152
|
+
}
|
|
153
|
+
if (requestParameters['tenantSettingsPatchRequest'] == null) {
|
|
154
|
+
throw new runtime.RequiredError('tenantSettingsPatchRequest', 'Required parameter "tenantSettingsPatchRequest" was null or undefined when calling patchSettings().');
|
|
155
|
+
}
|
|
156
|
+
const queryParameters = {};
|
|
157
|
+
const headerParameters = {};
|
|
158
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
159
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
160
|
+
const token = this.configuration.accessToken;
|
|
161
|
+
const tokenString = yield token('bearerToken', ['internal']);
|
|
162
|
+
if (tokenString) {
|
|
163
|
+
headerParameters['Authorization'] = `Bearer ${tokenString}`;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
const response = yield this.request({
|
|
167
|
+
path: `/api/v1/tenants/{tenant_code}/settings`.replace(`{${'tenant_code'}}`, encodeURIComponent(String(requestParameters['tenantCode']))),
|
|
168
|
+
method: 'PATCH',
|
|
169
|
+
headers: headerParameters,
|
|
170
|
+
query: queryParameters,
|
|
171
|
+
body: requestParameters['tenantSettingsPatchRequest'],
|
|
172
|
+
}, initOverrides);
|
|
173
|
+
return new runtime.VoidApiResponse(response);
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
*/
|
|
178
|
+
patchSettings(tenantCode, tenantSettingsPatchRequest, initOverrides) {
|
|
179
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
180
|
+
yield this.patchSettingsRaw({ tenantCode: tenantCode, tenantSettingsPatchRequest: tenantSettingsPatchRequest }, initOverrides);
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
exports.TenantsApi = TenantsApi;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Smartbooks Restful API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
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 type { GetTransactionInformationResponse } from '../models/index';
|
|
13
|
+
import * as runtime from '../runtime';
|
|
14
|
+
export interface TransactionDetailsApiGetItemRequest {
|
|
15
|
+
companyCode: string;
|
|
16
|
+
connectionId: string;
|
|
17
|
+
transactionId: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* TransactionDetailsApi - interface
|
|
21
|
+
*
|
|
22
|
+
* @export
|
|
23
|
+
* @interface TransactionDetailsApiInterface
|
|
24
|
+
*/
|
|
25
|
+
export interface TransactionDetailsApiInterface {
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @param {string} companyCode
|
|
29
|
+
* @param {string} connectionId
|
|
30
|
+
* @param {string} transactionId
|
|
31
|
+
* @param {*} [options] Override http request option.
|
|
32
|
+
* @throws {RequiredError}
|
|
33
|
+
* @memberof TransactionDetailsApiInterface
|
|
34
|
+
*/
|
|
35
|
+
getItemRaw(requestParameters: TransactionDetailsApiGetItemRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetTransactionInformationResponse>>;
|
|
36
|
+
/**
|
|
37
|
+
*/
|
|
38
|
+
getItem(companyCode: string, connectionId: string, transactionId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetTransactionInformationResponse>;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
export declare class TransactionDetailsApi extends runtime.BaseAPI implements TransactionDetailsApiInterface {
|
|
44
|
+
/**
|
|
45
|
+
*/
|
|
46
|
+
getItemRaw(requestParameters: TransactionDetailsApiGetItemRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<GetTransactionInformationResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
*/
|
|
49
|
+
getItem(companyCode: string, connectionId: string, transactionId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<GetTransactionInformationResponse>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
+
});
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.TransactionDetailsApi = void 0;
|
|
13
|
+
const runtime = require("../runtime");
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
class TransactionDetailsApi extends runtime.BaseAPI {
|
|
18
|
+
/**
|
|
19
|
+
*/
|
|
20
|
+
getItemRaw(requestParameters, initOverrides) {
|
|
21
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
+
if (requestParameters['companyCode'] == null) {
|
|
23
|
+
throw new runtime.RequiredError('companyCode', 'Required parameter "companyCode" was null or undefined when calling getItem().');
|
|
24
|
+
}
|
|
25
|
+
if (requestParameters['connectionId'] == null) {
|
|
26
|
+
throw new runtime.RequiredError('connectionId', 'Required parameter "connectionId" was null or undefined when calling getItem().');
|
|
27
|
+
}
|
|
28
|
+
if (requestParameters['transactionId'] == null) {
|
|
29
|
+
throw new runtime.RequiredError('transactionId', 'Required parameter "transactionId" was null or undefined when calling getItem().');
|
|
30
|
+
}
|
|
31
|
+
const queryParameters = {};
|
|
32
|
+
const headerParameters = {};
|
|
33
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
34
|
+
const token = this.configuration.accessToken;
|
|
35
|
+
const tokenString = yield token('bearerToken', ['internal']);
|
|
36
|
+
if (tokenString) {
|
|
37
|
+
headerParameters['Authorization'] = `Bearer ${tokenString}`;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
const response = yield this.request({
|
|
41
|
+
path: `/api/v1/c/{company_code}/connections/{connection_id}/transactions/{transaction_id}`
|
|
42
|
+
.replace(`{${'company_code'}}`, encodeURIComponent(String(requestParameters['companyCode'])))
|
|
43
|
+
.replace(`{${'connection_id'}}`, encodeURIComponent(String(requestParameters['connectionId'])))
|
|
44
|
+
.replace(`{${'transaction_id'}}`, encodeURIComponent(String(requestParameters['transactionId']))),
|
|
45
|
+
method: 'GET',
|
|
46
|
+
headers: headerParameters,
|
|
47
|
+
query: queryParameters,
|
|
48
|
+
}, initOverrides);
|
|
49
|
+
return new runtime.JSONApiResponse(response);
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
*/
|
|
54
|
+
getItem(companyCode, connectionId, transactionId, initOverrides) {
|
|
55
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
56
|
+
const response = yield this.getItemRaw({ companyCode: companyCode, connectionId: connectionId, transactionId: transactionId }, initOverrides);
|
|
57
|
+
return yield response.value();
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.TransactionDetailsApi = TransactionDetailsApi;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Smartbooks Restful API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.1
|
|
6
|
+
*
|
|
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 type { Authorization, UserGetResponse, UserGetResponseItem } from '../models/index';
|
|
13
|
+
import * as runtime from '../runtime';
|
|
14
|
+
export interface UsersApiDeleteRequest {
|
|
15
|
+
tenantCode: string;
|
|
16
|
+
userId: string;
|
|
17
|
+
}
|
|
18
|
+
export interface UsersApiGetRequest {
|
|
19
|
+
tenantCode: string;
|
|
20
|
+
}
|
|
21
|
+
export interface UsersApiGetItemRequest {
|
|
22
|
+
tenantCode: string;
|
|
23
|
+
userId: string;
|
|
24
|
+
}
|
|
25
|
+
export interface UsersApiPutRequest {
|
|
26
|
+
tenantCode: string;
|
|
27
|
+
userId: string;
|
|
28
|
+
authorization: Authorization;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* UsersApi - interface
|
|
32
|
+
*
|
|
33
|
+
* @export
|
|
34
|
+
* @interface UsersApiInterface
|
|
35
|
+
*/
|
|
36
|
+
export interface UsersApiInterface {
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @param {string} tenantCode
|
|
40
|
+
* @param {string} userId
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
* @memberof UsersApiInterface
|
|
44
|
+
*/
|
|
45
|
+
deleteRaw(requestParameters: UsersApiDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
46
|
+
/**
|
|
47
|
+
*/
|
|
48
|
+
delete(tenantCode: string, userId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @param {string} tenantCode
|
|
52
|
+
* @param {*} [options] Override http request option.
|
|
53
|
+
* @throws {RequiredError}
|
|
54
|
+
* @memberof UsersApiInterface
|
|
55
|
+
*/
|
|
56
|
+
getRaw(requestParameters: UsersApiGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserGetResponse>>;
|
|
57
|
+
/**
|
|
58
|
+
*/
|
|
59
|
+
get(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserGetResponse>;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @param {string} tenantCode
|
|
63
|
+
* @param {string} userId
|
|
64
|
+
* @param {*} [options] Override http request option.
|
|
65
|
+
* @throws {RequiredError}
|
|
66
|
+
* @memberof UsersApiInterface
|
|
67
|
+
*/
|
|
68
|
+
getItemRaw(requestParameters: UsersApiGetItemRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserGetResponseItem>>;
|
|
69
|
+
/**
|
|
70
|
+
*/
|
|
71
|
+
getItem(tenantCode: string, userId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserGetResponseItem>;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @param {string} tenantCode
|
|
75
|
+
* @param {string} userId
|
|
76
|
+
* @param {Authorization} authorization
|
|
77
|
+
* @param {*} [options] Override http request option.
|
|
78
|
+
* @throws {RequiredError}
|
|
79
|
+
* @memberof UsersApiInterface
|
|
80
|
+
*/
|
|
81
|
+
putRaw(requestParameters: UsersApiPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
82
|
+
/**
|
|
83
|
+
*/
|
|
84
|
+
put(tenantCode: string, userId: string, authorization: Authorization, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
export declare class UsersApi extends runtime.BaseAPI implements UsersApiInterface {
|
|
90
|
+
/**
|
|
91
|
+
*/
|
|
92
|
+
deleteRaw(requestParameters: UsersApiDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
93
|
+
/**
|
|
94
|
+
*/
|
|
95
|
+
delete(tenantCode: string, userId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
96
|
+
/**
|
|
97
|
+
*/
|
|
98
|
+
getRaw(requestParameters: UsersApiGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserGetResponse>>;
|
|
99
|
+
/**
|
|
100
|
+
*/
|
|
101
|
+
get(tenantCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserGetResponse>;
|
|
102
|
+
/**
|
|
103
|
+
*/
|
|
104
|
+
getItemRaw(requestParameters: UsersApiGetItemRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<UserGetResponseItem>>;
|
|
105
|
+
/**
|
|
106
|
+
*/
|
|
107
|
+
getItem(tenantCode: string, userId: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserGetResponseItem>;
|
|
108
|
+
/**
|
|
109
|
+
*/
|
|
110
|
+
putRaw(requestParameters: UsersApiPutRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
|
|
111
|
+
/**
|
|
112
|
+
*/
|
|
113
|
+
put(tenantCode: string, userId: string, authorization: Authorization, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
114
|
+
}
|