@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.
Files changed (257) hide show
  1. package/.openapi-generator/FILES +56 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +23 -0
  4. package/README.md +50 -0
  5. package/dist/apis/AiApi.d.ts +289 -0
  6. package/dist/apis/AiApi.js +456 -0
  7. package/dist/apis/AnalyticsApi.d.ts +242 -0
  8. package/dist/apis/AnalyticsApi.js +395 -0
  9. package/dist/apis/AsyncOperationsApi.d.ts +48 -0
  10. package/dist/apis/AsyncOperationsApi.js +57 -0
  11. package/dist/apis/BusinessModelModulesApi.d.ts +182 -0
  12. package/dist/apis/BusinessModelModulesApi.js +289 -0
  13. package/dist/apis/ColorPalettesApi.d.ts +62 -0
  14. package/dist/apis/ColorPalettesApi.js +82 -0
  15. package/dist/apis/CommentsApi.d.ts +94 -0
  16. package/dist/apis/CommentsApi.js +138 -0
  17. package/dist/apis/CompaniesApi.d.ts +88 -0
  18. package/dist/apis/CompaniesApi.js +122 -0
  19. package/dist/apis/CompanyManagementApi.d.ts +90 -0
  20. package/dist/apis/CompanyManagementApi.js +127 -0
  21. package/dist/apis/ConnectionParametersApi.d.ts +98 -0
  22. package/dist/apis/ConnectionParametersApi.js +155 -0
  23. package/dist/apis/ConnectionTypesApi.d.ts +90 -0
  24. package/dist/apis/ConnectionTypesApi.js +128 -0
  25. package/dist/apis/ConnectionsApi.d.ts +156 -0
  26. package/dist/apis/ConnectionsApi.js +240 -0
  27. package/dist/apis/ConnectionsAuthorizationApi.d.ts +74 -0
  28. package/dist/apis/ConnectionsAuthorizationApi.js +112 -0
  29. package/dist/apis/ConnectionsClientCredentialsApi.d.ts +72 -0
  30. package/dist/apis/ConnectionsClientCredentialsApi.js +104 -0
  31. package/dist/apis/ConsolidationApi.d.ts +192 -0
  32. package/dist/apis/ConsolidationApi.js +301 -0
  33. package/dist/apis/CostCenterApi.d.ts +130 -0
  34. package/dist/apis/CostCenterApi.js +192 -0
  35. package/dist/apis/DashboardsApi.d.ts +306 -0
  36. package/dist/apis/DashboardsApi.js +519 -0
  37. package/dist/apis/DataSynchronizationApi.d.ts +92 -0
  38. package/dist/apis/DataSynchronizationApi.js +131 -0
  39. package/dist/apis/ExplanationApi.d.ts +110 -0
  40. package/dist/apis/ExplanationApi.js +231 -0
  41. package/dist/apis/FormatsApi.d.ts +46 -0
  42. package/dist/apis/FormatsApi.js +52 -0
  43. package/dist/apis/FormulasApi.d.ts +62 -0
  44. package/dist/apis/FormulasApi.js +85 -0
  45. package/dist/apis/FuturesApi.d.ts +136 -0
  46. package/dist/apis/FuturesApi.js +208 -0
  47. package/dist/apis/IdentityLinkingApi.d.ts +46 -0
  48. package/dist/apis/IdentityLinkingApi.js +53 -0
  49. package/dist/apis/InputApi.d.ts +55 -0
  50. package/dist/apis/InputApi.js +61 -0
  51. package/dist/apis/IntercompanyMatchingApi.d.ts +174 -0
  52. package/dist/apis/IntercompanyMatchingApi.js +264 -0
  53. package/dist/apis/InvitationsApi.d.ts +156 -0
  54. package/dist/apis/InvitationsApi.js +239 -0
  55. package/dist/apis/MaintenanceApi.d.ts +182 -0
  56. package/dist/apis/MaintenanceApi.js +282 -0
  57. package/dist/apis/ManualInputApi.d.ts +204 -0
  58. package/dist/apis/ManualInputApi.js +332 -0
  59. package/dist/apis/ModulesApi.d.ts +88 -0
  60. package/dist/apis/ModulesApi.js +116 -0
  61. package/dist/apis/NodePurposesApi.d.ts +68 -0
  62. package/dist/apis/NodePurposesApi.js +90 -0
  63. package/dist/apis/ProfileApi.d.ts +85 -0
  64. package/dist/apis/ProfileApi.js +118 -0
  65. package/dist/apis/RelationsApi.d.ts +46 -0
  66. package/dist/apis/RelationsApi.js +52 -0
  67. package/dist/apis/ReportGroupsApi.d.ts +72 -0
  68. package/dist/apis/ReportGroupsApi.js +96 -0
  69. package/dist/apis/ReportingApi.d.ts +267 -0
  70. package/dist/apis/ReportingApi.js +383 -0
  71. package/dist/apis/ReportingPeriodsApi.d.ts +46 -0
  72. package/dist/apis/ReportingPeriodsApi.js +52 -0
  73. package/dist/apis/SourceAccountsApi.d.ts +46 -0
  74. package/dist/apis/SourceAccountsApi.js +52 -0
  75. package/dist/apis/StructureApi.d.ts +134 -0
  76. package/dist/apis/StructureApi.js +167 -0
  77. package/dist/apis/StructureDefinitionApi.d.ts +164 -0
  78. package/dist/apis/StructureDefinitionApi.js +263 -0
  79. package/dist/apis/StructureImprovementApi.d.ts +70 -0
  80. package/dist/apis/StructureImprovementApi.js +95 -0
  81. package/dist/apis/TemplatesApi.d.ts +120 -0
  82. package/dist/apis/TemplatesApi.js +182 -0
  83. package/dist/apis/TemplatesGenerationApi.d.ts +66 -0
  84. package/dist/apis/TemplatesGenerationApi.js +89 -0
  85. package/dist/apis/TenantIntercompanySettingsApi.d.ts +90 -0
  86. package/dist/apis/TenantIntercompanySettingsApi.js +127 -0
  87. package/dist/apis/TenantsApi.d.ts +124 -0
  88. package/dist/apis/TenantsApi.js +184 -0
  89. package/dist/apis/TransactionDetailsApi.d.ts +50 -0
  90. package/dist/apis/TransactionDetailsApi.js +61 -0
  91. package/dist/apis/UsersApi.d.ts +114 -0
  92. package/dist/apis/UsersApi.js +169 -0
  93. package/dist/apis/WebhooksApi.d.ts +68 -0
  94. package/dist/apis/WebhooksApi.js +90 -0
  95. package/dist/apis/WizardApi.d.ts +74 -0
  96. package/dist/apis/WizardApi.js +105 -0
  97. package/dist/apis/index.d.ts +46 -0
  98. package/dist/apis/index.js +64 -0
  99. package/dist/esm/apis/AiApi.d.ts +289 -0
  100. package/dist/esm/apis/AiApi.js +452 -0
  101. package/dist/esm/apis/AnalyticsApi.d.ts +242 -0
  102. package/dist/esm/apis/AnalyticsApi.js +391 -0
  103. package/dist/esm/apis/AsyncOperationsApi.d.ts +48 -0
  104. package/dist/esm/apis/AsyncOperationsApi.js +53 -0
  105. package/dist/esm/apis/BusinessModelModulesApi.d.ts +182 -0
  106. package/dist/esm/apis/BusinessModelModulesApi.js +285 -0
  107. package/dist/esm/apis/ColorPalettesApi.d.ts +62 -0
  108. package/dist/esm/apis/ColorPalettesApi.js +78 -0
  109. package/dist/esm/apis/CommentsApi.d.ts +94 -0
  110. package/dist/esm/apis/CommentsApi.js +134 -0
  111. package/dist/esm/apis/CompaniesApi.d.ts +88 -0
  112. package/dist/esm/apis/CompaniesApi.js +118 -0
  113. package/dist/esm/apis/CompanyManagementApi.d.ts +90 -0
  114. package/dist/esm/apis/CompanyManagementApi.js +123 -0
  115. package/dist/esm/apis/ConnectionParametersApi.d.ts +98 -0
  116. package/dist/esm/apis/ConnectionParametersApi.js +151 -0
  117. package/dist/esm/apis/ConnectionTypesApi.d.ts +90 -0
  118. package/dist/esm/apis/ConnectionTypesApi.js +124 -0
  119. package/dist/esm/apis/ConnectionsApi.d.ts +156 -0
  120. package/dist/esm/apis/ConnectionsApi.js +236 -0
  121. package/dist/esm/apis/ConnectionsAuthorizationApi.d.ts +74 -0
  122. package/dist/esm/apis/ConnectionsAuthorizationApi.js +108 -0
  123. package/dist/esm/apis/ConnectionsClientCredentialsApi.d.ts +72 -0
  124. package/dist/esm/apis/ConnectionsClientCredentialsApi.js +100 -0
  125. package/dist/esm/apis/ConsolidationApi.d.ts +192 -0
  126. package/dist/esm/apis/ConsolidationApi.js +297 -0
  127. package/dist/esm/apis/CostCenterApi.d.ts +130 -0
  128. package/dist/esm/apis/CostCenterApi.js +188 -0
  129. package/dist/esm/apis/DashboardsApi.d.ts +306 -0
  130. package/dist/esm/apis/DashboardsApi.js +515 -0
  131. package/dist/esm/apis/DataSynchronizationApi.d.ts +92 -0
  132. package/dist/esm/apis/DataSynchronizationApi.js +127 -0
  133. package/dist/esm/apis/ExplanationApi.d.ts +110 -0
  134. package/dist/esm/apis/ExplanationApi.js +227 -0
  135. package/dist/esm/apis/FormatsApi.d.ts +46 -0
  136. package/dist/esm/apis/FormatsApi.js +48 -0
  137. package/dist/esm/apis/FormulasApi.d.ts +62 -0
  138. package/dist/esm/apis/FormulasApi.js +81 -0
  139. package/dist/esm/apis/FuturesApi.d.ts +136 -0
  140. package/dist/esm/apis/FuturesApi.js +204 -0
  141. package/dist/esm/apis/IdentityLinkingApi.d.ts +46 -0
  142. package/dist/esm/apis/IdentityLinkingApi.js +49 -0
  143. package/dist/esm/apis/InputApi.d.ts +55 -0
  144. package/dist/esm/apis/InputApi.js +57 -0
  145. package/dist/esm/apis/IntercompanyMatchingApi.d.ts +174 -0
  146. package/dist/esm/apis/IntercompanyMatchingApi.js +260 -0
  147. package/dist/esm/apis/InvitationsApi.d.ts +156 -0
  148. package/dist/esm/apis/InvitationsApi.js +235 -0
  149. package/dist/esm/apis/MaintenanceApi.d.ts +182 -0
  150. package/dist/esm/apis/MaintenanceApi.js +278 -0
  151. package/dist/esm/apis/ManualInputApi.d.ts +204 -0
  152. package/dist/esm/apis/ManualInputApi.js +328 -0
  153. package/dist/esm/apis/ModulesApi.d.ts +88 -0
  154. package/dist/esm/apis/ModulesApi.js +112 -0
  155. package/dist/esm/apis/NodePurposesApi.d.ts +68 -0
  156. package/dist/esm/apis/NodePurposesApi.js +86 -0
  157. package/dist/esm/apis/ProfileApi.d.ts +85 -0
  158. package/dist/esm/apis/ProfileApi.js +114 -0
  159. package/dist/esm/apis/RelationsApi.d.ts +46 -0
  160. package/dist/esm/apis/RelationsApi.js +48 -0
  161. package/dist/esm/apis/ReportGroupsApi.d.ts +72 -0
  162. package/dist/esm/apis/ReportGroupsApi.js +92 -0
  163. package/dist/esm/apis/ReportingApi.d.ts +267 -0
  164. package/dist/esm/apis/ReportingApi.js +379 -0
  165. package/dist/esm/apis/ReportingPeriodsApi.d.ts +46 -0
  166. package/dist/esm/apis/ReportingPeriodsApi.js +48 -0
  167. package/dist/esm/apis/SourceAccountsApi.d.ts +46 -0
  168. package/dist/esm/apis/SourceAccountsApi.js +48 -0
  169. package/dist/esm/apis/StructureApi.d.ts +134 -0
  170. package/dist/esm/apis/StructureApi.js +163 -0
  171. package/dist/esm/apis/StructureDefinitionApi.d.ts +164 -0
  172. package/dist/esm/apis/StructureDefinitionApi.js +259 -0
  173. package/dist/esm/apis/StructureImprovementApi.d.ts +70 -0
  174. package/dist/esm/apis/StructureImprovementApi.js +91 -0
  175. package/dist/esm/apis/TemplatesApi.d.ts +120 -0
  176. package/dist/esm/apis/TemplatesApi.js +178 -0
  177. package/dist/esm/apis/TemplatesGenerationApi.d.ts +66 -0
  178. package/dist/esm/apis/TemplatesGenerationApi.js +85 -0
  179. package/dist/esm/apis/TenantIntercompanySettingsApi.d.ts +90 -0
  180. package/dist/esm/apis/TenantIntercompanySettingsApi.js +123 -0
  181. package/dist/esm/apis/TenantsApi.d.ts +124 -0
  182. package/dist/esm/apis/TenantsApi.js +180 -0
  183. package/dist/esm/apis/TransactionDetailsApi.d.ts +50 -0
  184. package/dist/esm/apis/TransactionDetailsApi.js +57 -0
  185. package/dist/esm/apis/UsersApi.d.ts +114 -0
  186. package/dist/esm/apis/UsersApi.js +165 -0
  187. package/dist/esm/apis/WebhooksApi.d.ts +68 -0
  188. package/dist/esm/apis/WebhooksApi.js +86 -0
  189. package/dist/esm/apis/WizardApi.d.ts +74 -0
  190. package/dist/esm/apis/WizardApi.js +101 -0
  191. package/dist/esm/apis/index.d.ts +46 -0
  192. package/dist/esm/apis/index.js +48 -0
  193. package/dist/esm/index.d.ts +3 -0
  194. package/dist/esm/index.js +5 -0
  195. package/dist/esm/models/index.d.ts +15406 -0
  196. package/dist/esm/models/index.js +1279 -0
  197. package/dist/esm/runtime.d.ts +181 -0
  198. package/dist/esm/runtime.js +326 -0
  199. package/dist/index.d.ts +3 -0
  200. package/dist/index.js +21 -0
  201. package/dist/models/index.d.ts +15406 -0
  202. package/dist/models/index.js +1285 -0
  203. package/dist/runtime.d.ts +181 -0
  204. package/dist/runtime.js +341 -0
  205. package/package.json +21 -0
  206. package/src/apis/AiApi.ts +1043 -0
  207. package/src/apis/AnalyticsApi.ts +925 -0
  208. package/src/apis/AsyncOperationsApi.ts +112 -0
  209. package/src/apis/BusinessModelModulesApi.ts +649 -0
  210. package/src/apis/ColorPalettesApi.ts +148 -0
  211. package/src/apis/CommentsApi.ts +308 -0
  212. package/src/apis/CompaniesApi.ts +260 -0
  213. package/src/apis/CompanyManagementApi.ts +270 -0
  214. package/src/apis/ConnectionParametersApi.ts +339 -0
  215. package/src/apis/ConnectionTypesApi.ts +280 -0
  216. package/src/apis/ConnectionsApi.ts +533 -0
  217. package/src/apis/ConnectionsAuthorizationApi.ts +241 -0
  218. package/src/apis/ConnectionsClientCredentialsApi.ts +224 -0
  219. package/src/apis/ConsolidationApi.ts +682 -0
  220. package/src/apis/CostCenterApi.ts +428 -0
  221. package/src/apis/DashboardsApi.ts +1179 -0
  222. package/src/apis/DataSynchronizationApi.ts +288 -0
  223. package/src/apis/ExplanationApi.ts +504 -0
  224. package/src/apis/FormatsApi.ts +96 -0
  225. package/src/apis/FormulasApi.ts +154 -0
  226. package/src/apis/FuturesApi.ts +463 -0
  227. package/src/apis/IdentityLinkingApi.ts +101 -0
  228. package/src/apis/InputApi.ts +126 -0
  229. package/src/apis/IntercompanyMatchingApi.ts +588 -0
  230. package/src/apis/InvitationsApi.ts +523 -0
  231. package/src/apis/MaintenanceApi.ts +597 -0
  232. package/src/apis/ManualInputApi.ts +771 -0
  233. package/src/apis/ModulesApi.ts +246 -0
  234. package/src/apis/NodePurposesApi.ts +184 -0
  235. package/src/apis/ProfileApi.ts +203 -0
  236. package/src/apis/RelationsApi.ts +99 -0
  237. package/src/apis/ReportGroupsApi.ts +205 -0
  238. package/src/apis/ReportingApi.ts +851 -0
  239. package/src/apis/ReportingPeriodsApi.ts +99 -0
  240. package/src/apis/SourceAccountsApi.ts +102 -0
  241. package/src/apis/StructureApi.ts +334 -0
  242. package/src/apis/StructureDefinitionApi.ts +601 -0
  243. package/src/apis/StructureImprovementApi.ts +214 -0
  244. package/src/apis/TemplatesApi.ts +334 -0
  245. package/src/apis/TemplatesGenerationApi.ts +187 -0
  246. package/src/apis/TenantIntercompanySettingsApi.ts +286 -0
  247. package/src/apis/TenantsApi.ts +374 -0
  248. package/src/apis/TransactionDetailsApi.ts +127 -0
  249. package/src/apis/UsersApi.ts +356 -0
  250. package/src/apis/WebhooksApi.ts +193 -0
  251. package/src/apis/WizardApi.ts +230 -0
  252. package/src/apis/index.ts +48 -0
  253. package/src/index.ts +5 -0
  254. package/src/models/index.ts +15625 -0
  255. package/src/runtime.ts +469 -0
  256. package/tsconfig.esm.json +7 -0
  257. package/tsconfig.json +11 -0
@@ -0,0 +1,504 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Smartbooks Restful API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 0.0.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import type { CellExplanation, TransactionSourceFiltersResponse } from '../models/index';
15
+ import * as runtime from '../runtime';
16
+
17
+ export interface ExplanationApiCellRequest {
18
+ companyCode: string;
19
+ structureType: string;
20
+ structureCode: string;
21
+ nodeCode: string;
22
+ period: number | null;
23
+ year: number | null;
24
+ category: string;
25
+ entity: string;
26
+ costCenter: string;
27
+ view: string;
28
+ glimpse?: boolean | null;
29
+ experimental?: string | null;
30
+ }
31
+
32
+ export interface ExplanationApiGetTransactionsSourceFiltersRequest {
33
+ companyCode: string;
34
+ structureType: string;
35
+ structureCode: string;
36
+ nodeCode: string;
37
+ period: number;
38
+ year: number;
39
+ category: string;
40
+ entity: string;
41
+ costCenter: string;
42
+ view: string;
43
+ glimpse?: boolean | null;
44
+ experimental?: string | null;
45
+ }
46
+
47
+ /**
48
+ * ExplanationApi - interface
49
+ *
50
+ * @export
51
+ * @interface ExplanationApiInterface
52
+ */
53
+ export interface ExplanationApiInterface {
54
+ /**
55
+ *
56
+ * @param {string} companyCode
57
+ * @param {string} structureType
58
+ * @param {string} structureCode
59
+ * @param {string} nodeCode
60
+ * @param {number} period
61
+ * @param {number} year
62
+ * @param {string} category
63
+ * @param {string} entity
64
+ * @param {string} costCenter
65
+ * @param {string} view
66
+ * @param {boolean} [glimpse]
67
+ * @param {string} [experimental]
68
+ * @param {*} [options] Override http request option.
69
+ * @throws {RequiredError}
70
+ * @memberof ExplanationApiInterface
71
+ */
72
+ cellRaw(
73
+ requestParameters: ExplanationApiCellRequest,
74
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
75
+ ): Promise<runtime.ApiResponse<CellExplanation>>;
76
+
77
+ /**
78
+ */
79
+ cell(
80
+ companyCode: string,
81
+ structureType: string,
82
+ structureCode: string,
83
+ nodeCode: string,
84
+ period: number | null,
85
+ year: number | null,
86
+ category: string,
87
+ entity: string,
88
+ costCenter: string,
89
+ view: string,
90
+ glimpse?: boolean | null,
91
+ experimental?: string | null,
92
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
93
+ ): Promise<CellExplanation>;
94
+
95
+ /**
96
+ *
97
+ * @param {string} companyCode
98
+ * @param {string} structureType
99
+ * @param {string} structureCode
100
+ * @param {string} nodeCode
101
+ * @param {number} period
102
+ * @param {number} year
103
+ * @param {string} category
104
+ * @param {string} entity
105
+ * @param {string} costCenter
106
+ * @param {string} view
107
+ * @param {boolean} [glimpse]
108
+ * @param {string} [experimental]
109
+ * @param {*} [options] Override http request option.
110
+ * @throws {RequiredError}
111
+ * @memberof ExplanationApiInterface
112
+ */
113
+ getTransactionsSourceFiltersRaw(
114
+ requestParameters: ExplanationApiGetTransactionsSourceFiltersRequest,
115
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
116
+ ): Promise<runtime.ApiResponse<TransactionSourceFiltersResponse>>;
117
+
118
+ /**
119
+ */
120
+ getTransactionsSourceFilters(
121
+ companyCode: string,
122
+ structureType: string,
123
+ structureCode: string,
124
+ nodeCode: string,
125
+ period: number,
126
+ year: number,
127
+ category: string,
128
+ entity: string,
129
+ costCenter: string,
130
+ view: string,
131
+ glimpse?: boolean | null,
132
+ experimental?: string | null,
133
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
134
+ ): Promise<TransactionSourceFiltersResponse>;
135
+ }
136
+
137
+ /**
138
+ *
139
+ */
140
+ export class ExplanationApi extends runtime.BaseAPI implements ExplanationApiInterface {
141
+ /**
142
+ */
143
+ async cellRaw(
144
+ requestParameters: ExplanationApiCellRequest,
145
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
146
+ ): Promise<runtime.ApiResponse<CellExplanation>> {
147
+ if (requestParameters['companyCode'] == null) {
148
+ throw new runtime.RequiredError(
149
+ 'companyCode',
150
+ 'Required parameter "companyCode" was null or undefined when calling cell().',
151
+ );
152
+ }
153
+
154
+ if (requestParameters['structureType'] == null) {
155
+ throw new runtime.RequiredError(
156
+ 'structureType',
157
+ 'Required parameter "structureType" was null or undefined when calling cell().',
158
+ );
159
+ }
160
+
161
+ if (requestParameters['structureCode'] == null) {
162
+ throw new runtime.RequiredError(
163
+ 'structureCode',
164
+ 'Required parameter "structureCode" was null or undefined when calling cell().',
165
+ );
166
+ }
167
+
168
+ if (requestParameters['nodeCode'] == null) {
169
+ throw new runtime.RequiredError(
170
+ 'nodeCode',
171
+ 'Required parameter "nodeCode" was null or undefined when calling cell().',
172
+ );
173
+ }
174
+
175
+ if (requestParameters['period'] == null) {
176
+ throw new runtime.RequiredError(
177
+ 'period',
178
+ 'Required parameter "period" was null or undefined when calling cell().',
179
+ );
180
+ }
181
+
182
+ if (requestParameters['year'] == null) {
183
+ throw new runtime.RequiredError('year', 'Required parameter "year" was null or undefined when calling cell().');
184
+ }
185
+
186
+ if (requestParameters['category'] == null) {
187
+ throw new runtime.RequiredError(
188
+ 'category',
189
+ 'Required parameter "category" was null or undefined when calling cell().',
190
+ );
191
+ }
192
+
193
+ if (requestParameters['entity'] == null) {
194
+ throw new runtime.RequiredError(
195
+ 'entity',
196
+ 'Required parameter "entity" was null or undefined when calling cell().',
197
+ );
198
+ }
199
+
200
+ if (requestParameters['costCenter'] == null) {
201
+ throw new runtime.RequiredError(
202
+ 'costCenter',
203
+ 'Required parameter "costCenter" was null or undefined when calling cell().',
204
+ );
205
+ }
206
+
207
+ if (requestParameters['view'] == null) {
208
+ throw new runtime.RequiredError('view', 'Required parameter "view" was null or undefined when calling cell().');
209
+ }
210
+
211
+ const queryParameters: any = {};
212
+
213
+ if (requestParameters['structureType'] != null) {
214
+ queryParameters['structureType'] = requestParameters['structureType'];
215
+ }
216
+
217
+ if (requestParameters['structureCode'] != null) {
218
+ queryParameters['structureCode'] = requestParameters['structureCode'];
219
+ }
220
+
221
+ if (requestParameters['nodeCode'] != null) {
222
+ queryParameters['nodeCode'] = requestParameters['nodeCode'];
223
+ }
224
+
225
+ if (requestParameters['period'] != null) {
226
+ queryParameters['period'] = requestParameters['period'];
227
+ }
228
+
229
+ if (requestParameters['year'] != null) {
230
+ queryParameters['year'] = requestParameters['year'];
231
+ }
232
+
233
+ if (requestParameters['category'] != null) {
234
+ queryParameters['category'] = requestParameters['category'];
235
+ }
236
+
237
+ if (requestParameters['entity'] != null) {
238
+ queryParameters['entity'] = requestParameters['entity'];
239
+ }
240
+
241
+ if (requestParameters['costCenter'] != null) {
242
+ queryParameters['costCenter'] = requestParameters['costCenter'];
243
+ }
244
+
245
+ if (requestParameters['view'] != null) {
246
+ queryParameters['view'] = requestParameters['view'];
247
+ }
248
+
249
+ if (requestParameters['glimpse'] != null) {
250
+ queryParameters['glimpse'] = requestParameters['glimpse'];
251
+ }
252
+
253
+ if (requestParameters['experimental'] != null) {
254
+ queryParameters['experimental'] = requestParameters['experimental'];
255
+ }
256
+
257
+ const headerParameters: runtime.HTTPHeaders = {};
258
+
259
+ if (this.configuration && this.configuration.accessToken) {
260
+ const token = this.configuration.accessToken;
261
+ const tokenString = await token('bearerToken', ['internal']);
262
+
263
+ if (tokenString) {
264
+ headerParameters['Authorization'] = `Bearer ${tokenString}`;
265
+ }
266
+ }
267
+ const response = await this.request(
268
+ {
269
+ path: `/api/v1/c/{company_code}/explanation/cell`.replace(
270
+ `{${'company_code'}}`,
271
+ encodeURIComponent(String(requestParameters['companyCode'])),
272
+ ),
273
+ method: 'GET',
274
+ headers: headerParameters,
275
+ query: queryParameters,
276
+ },
277
+ initOverrides,
278
+ );
279
+
280
+ return new runtime.JSONApiResponse(response);
281
+ }
282
+
283
+ /**
284
+ */
285
+ async cell(
286
+ companyCode: string,
287
+ structureType: string,
288
+ structureCode: string,
289
+ nodeCode: string,
290
+ period: number | null,
291
+ year: number | null,
292
+ category: string,
293
+ entity: string,
294
+ costCenter: string,
295
+ view: string,
296
+ glimpse?: boolean | null,
297
+ experimental?: string | null,
298
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
299
+ ): Promise<CellExplanation> {
300
+ const response = await this.cellRaw(
301
+ {
302
+ companyCode: companyCode,
303
+ structureType: structureType,
304
+ structureCode: structureCode,
305
+ nodeCode: nodeCode,
306
+ period: period,
307
+ year: year,
308
+ category: category,
309
+ entity: entity,
310
+ costCenter: costCenter,
311
+ view: view,
312
+ glimpse: glimpse,
313
+ experimental: experimental,
314
+ },
315
+ initOverrides,
316
+ );
317
+ return await response.value();
318
+ }
319
+
320
+ /**
321
+ */
322
+ async getTransactionsSourceFiltersRaw(
323
+ requestParameters: ExplanationApiGetTransactionsSourceFiltersRequest,
324
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
325
+ ): Promise<runtime.ApiResponse<TransactionSourceFiltersResponse>> {
326
+ if (requestParameters['companyCode'] == null) {
327
+ throw new runtime.RequiredError(
328
+ 'companyCode',
329
+ 'Required parameter "companyCode" was null or undefined when calling getTransactionsSourceFilters().',
330
+ );
331
+ }
332
+
333
+ if (requestParameters['structureType'] == null) {
334
+ throw new runtime.RequiredError(
335
+ 'structureType',
336
+ 'Required parameter "structureType" was null or undefined when calling getTransactionsSourceFilters().',
337
+ );
338
+ }
339
+
340
+ if (requestParameters['structureCode'] == null) {
341
+ throw new runtime.RequiredError(
342
+ 'structureCode',
343
+ 'Required parameter "structureCode" was null or undefined when calling getTransactionsSourceFilters().',
344
+ );
345
+ }
346
+
347
+ if (requestParameters['nodeCode'] == null) {
348
+ throw new runtime.RequiredError(
349
+ 'nodeCode',
350
+ 'Required parameter "nodeCode" was null or undefined when calling getTransactionsSourceFilters().',
351
+ );
352
+ }
353
+
354
+ if (requestParameters['period'] == null) {
355
+ throw new runtime.RequiredError(
356
+ 'period',
357
+ 'Required parameter "period" was null or undefined when calling getTransactionsSourceFilters().',
358
+ );
359
+ }
360
+
361
+ if (requestParameters['year'] == null) {
362
+ throw new runtime.RequiredError(
363
+ 'year',
364
+ 'Required parameter "year" was null or undefined when calling getTransactionsSourceFilters().',
365
+ );
366
+ }
367
+
368
+ if (requestParameters['category'] == null) {
369
+ throw new runtime.RequiredError(
370
+ 'category',
371
+ 'Required parameter "category" was null or undefined when calling getTransactionsSourceFilters().',
372
+ );
373
+ }
374
+
375
+ if (requestParameters['entity'] == null) {
376
+ throw new runtime.RequiredError(
377
+ 'entity',
378
+ 'Required parameter "entity" was null or undefined when calling getTransactionsSourceFilters().',
379
+ );
380
+ }
381
+
382
+ if (requestParameters['costCenter'] == null) {
383
+ throw new runtime.RequiredError(
384
+ 'costCenter',
385
+ 'Required parameter "costCenter" was null or undefined when calling getTransactionsSourceFilters().',
386
+ );
387
+ }
388
+
389
+ if (requestParameters['view'] == null) {
390
+ throw new runtime.RequiredError(
391
+ 'view',
392
+ 'Required parameter "view" was null or undefined when calling getTransactionsSourceFilters().',
393
+ );
394
+ }
395
+
396
+ const queryParameters: any = {};
397
+
398
+ if (requestParameters['structureType'] != null) {
399
+ queryParameters['structureType'] = requestParameters['structureType'];
400
+ }
401
+
402
+ if (requestParameters['structureCode'] != null) {
403
+ queryParameters['structureCode'] = requestParameters['structureCode'];
404
+ }
405
+
406
+ if (requestParameters['nodeCode'] != null) {
407
+ queryParameters['nodeCode'] = requestParameters['nodeCode'];
408
+ }
409
+
410
+ if (requestParameters['period'] != null) {
411
+ queryParameters['period'] = requestParameters['period'];
412
+ }
413
+
414
+ if (requestParameters['year'] != null) {
415
+ queryParameters['year'] = requestParameters['year'];
416
+ }
417
+
418
+ if (requestParameters['category'] != null) {
419
+ queryParameters['category'] = requestParameters['category'];
420
+ }
421
+
422
+ if (requestParameters['entity'] != null) {
423
+ queryParameters['entity'] = requestParameters['entity'];
424
+ }
425
+
426
+ if (requestParameters['costCenter'] != null) {
427
+ queryParameters['costCenter'] = requestParameters['costCenter'];
428
+ }
429
+
430
+ if (requestParameters['view'] != null) {
431
+ queryParameters['view'] = requestParameters['view'];
432
+ }
433
+
434
+ if (requestParameters['glimpse'] != null) {
435
+ queryParameters['glimpse'] = requestParameters['glimpse'];
436
+ }
437
+
438
+ if (requestParameters['experimental'] != null) {
439
+ queryParameters['experimental'] = requestParameters['experimental'];
440
+ }
441
+
442
+ const headerParameters: runtime.HTTPHeaders = {};
443
+
444
+ if (this.configuration && this.configuration.accessToken) {
445
+ const token = this.configuration.accessToken;
446
+ const tokenString = await token('bearerToken', ['internal']);
447
+
448
+ if (tokenString) {
449
+ headerParameters['Authorization'] = `Bearer ${tokenString}`;
450
+ }
451
+ }
452
+ const response = await this.request(
453
+ {
454
+ path: `/api/v1/c/{company_code}/explanation/transactions-source-filters/by-cell-coordinates`.replace(
455
+ `{${'company_code'}}`,
456
+ encodeURIComponent(String(requestParameters['companyCode'])),
457
+ ),
458
+ method: 'GET',
459
+ headers: headerParameters,
460
+ query: queryParameters,
461
+ },
462
+ initOverrides,
463
+ );
464
+
465
+ return new runtime.JSONApiResponse(response);
466
+ }
467
+
468
+ /**
469
+ */
470
+ async getTransactionsSourceFilters(
471
+ companyCode: string,
472
+ structureType: string,
473
+ structureCode: string,
474
+ nodeCode: string,
475
+ period: number,
476
+ year: number,
477
+ category: string,
478
+ entity: string,
479
+ costCenter: string,
480
+ view: string,
481
+ glimpse?: boolean | null,
482
+ experimental?: string | null,
483
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
484
+ ): Promise<TransactionSourceFiltersResponse> {
485
+ const response = await this.getTransactionsSourceFiltersRaw(
486
+ {
487
+ companyCode: companyCode,
488
+ structureType: structureType,
489
+ structureCode: structureCode,
490
+ nodeCode: nodeCode,
491
+ period: period,
492
+ year: year,
493
+ category: category,
494
+ entity: entity,
495
+ costCenter: costCenter,
496
+ view: view,
497
+ glimpse: glimpse,
498
+ experimental: experimental,
499
+ },
500
+ initOverrides,
501
+ );
502
+ return await response.value();
503
+ }
504
+ }
@@ -0,0 +1,96 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Smartbooks Restful API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 0.0.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import type { Formats } from '../models/index';
15
+ import * as runtime from '../runtime';
16
+
17
+ export interface FormatsApiGetRequest {
18
+ companyCode: string;
19
+ }
20
+
21
+ /**
22
+ * FormatsApi - interface
23
+ *
24
+ * @export
25
+ * @interface FormatsApiInterface
26
+ */
27
+ export interface FormatsApiInterface {
28
+ /**
29
+ *
30
+ * @param {string} companyCode
31
+ * @param {*} [options] Override http request option.
32
+ * @throws {RequiredError}
33
+ * @memberof FormatsApiInterface
34
+ */
35
+ getRaw(
36
+ requestParameters: FormatsApiGetRequest,
37
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
38
+ ): Promise<runtime.ApiResponse<Formats>>;
39
+
40
+ /**
41
+ */
42
+ get(companyCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Formats>;
43
+ }
44
+
45
+ /**
46
+ *
47
+ */
48
+ export class FormatsApi extends runtime.BaseAPI implements FormatsApiInterface {
49
+ /**
50
+ */
51
+ async getRaw(
52
+ requestParameters: FormatsApiGetRequest,
53
+ initOverrides?: RequestInit | runtime.InitOverrideFunction,
54
+ ): Promise<runtime.ApiResponse<Formats>> {
55
+ if (requestParameters['companyCode'] == null) {
56
+ throw new runtime.RequiredError(
57
+ 'companyCode',
58
+ 'Required parameter "companyCode" was null or undefined when calling get().',
59
+ );
60
+ }
61
+
62
+ const queryParameters: any = {};
63
+
64
+ const headerParameters: runtime.HTTPHeaders = {};
65
+
66
+ if (this.configuration && this.configuration.accessToken) {
67
+ const token = this.configuration.accessToken;
68
+ const tokenString = await token('bearerToken', ['internal']);
69
+
70
+ if (tokenString) {
71
+ headerParameters['Authorization'] = `Bearer ${tokenString}`;
72
+ }
73
+ }
74
+ const response = await this.request(
75
+ {
76
+ path: `/api/v1/c/{company_code}/formats`.replace(
77
+ `{${'company_code'}}`,
78
+ encodeURIComponent(String(requestParameters['companyCode'])),
79
+ ),
80
+ method: 'GET',
81
+ headers: headerParameters,
82
+ query: queryParameters,
83
+ },
84
+ initOverrides,
85
+ );
86
+
87
+ return new runtime.JSONApiResponse(response);
88
+ }
89
+
90
+ /**
91
+ */
92
+ async get(companyCode: string, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Formats> {
93
+ const response = await this.getRaw({ companyCode: companyCode }, initOverrides);
94
+ return await response.value();
95
+ }
96
+ }