@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,1285 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ExchangeRateExplanationTypeEnum = exports.ExchangeRateDifferenceCalculationTypeEnum = exports.EquityCalculationTypeEnum = exports.EntitySelectorTypeEnum = exports.DitributionChartSeriesSelectorTypeEnum = exports.DitributionChartAxisSelectorTypeEnum = exports.DistributionChartVisualTypeEnum = exports.DistributionChartAccountType = exports.DescendantsReportRowTypeEnum = exports.DescendantsModuleInputRowTypeEnum = exports.DescendantsInputRowTypeEnum = exports.DefaultStructureCalculationOutputTypeEnum = exports.DefaultBusinessDimensionMemberCalculationMode = exports.DataView = exports.DashboardCardNumberFormatEnum = exports.CustomHierarchyReportRowTypeEnum = exports.Currency = exports.CostCenterSelectorTypeEnum = exports.ConsolidationCompanyParticipantTypeEnum = exports.ConsolidationBehavior = exports.ConsolidationAutogeneratedNodeType = exports.ConsolidatedNodeType = exports.ConnectionValidateAuthorizationStatus = exports.CompanyRole = exports.CommentsVisualTypeEnum = exports.ColumnsSetSelectorTypeEnum = exports.ChildrenReportRowTypeEnum = exports.ChildrenModuleInputRowTypeEnum = exports.ChildrenInputRowTypeEnum = exports.ChartStyle = exports.ChartStackType = exports.CategoryCode = exports.CashflowValueExplanationTypeEnum = exports.CashflowNodeCalculationType = exports.CashFlowNodeType = exports.CalculationPriority = exports.BusinessDimensionDetailsLevel = exports.BulletChartVisualTypeEnum = exports.BulkReportGenerationResponseItemErrorType = exports.BreakdownReportRowTypeEnum = exports.AvailableCompanyType = exports.AuthType = exports.AttributeType = exports.AttributeColumnTypeEnum = exports.AssetCalculationStatus = exports.AiFeedbackAccuracy = exports.AiConversationStatus = exports.AggregateCalculationExplanationTypeEnum = exports.AggregateCalculationTypeEnum = exports.AggregateAnalyticalDimensionExplanationTypeEnum = void 0;
4
+ exports.NodePurposeType = exports.NodePlanningBehavior = exports.NodeGroupType = exports.NodeBehaviorTarget = exports.NoValueReason = exports.NoValueExplanationTypeEnum = exports.ModuleInputRowsCostCentersType = exports.ModuleInputCategory = exports.MinorityInterestContributionCalculationTypeEnum = exports.MetricNodeType = exports.MetricActualBehavior = exports.MessageRole = exports.Materiality = exports.MatchReason = exports.ManualInputRowsCostCentersType = exports.LayoutTarget = exports.Language = exports.KpiVisualTypeEnum = exports.IntercompanyTransactionCalculationTypeEnum = exports.IntercompanyDifferenceCalculationTypeEnum = exports.InputCategory = exports.HoldingEliminationCalculationTypeEnum = exports.HoldingDifferenceCalculationTypeEnum = exports.GridLayoutTypeEnum = exports.GlobalRole = exports.GeneratedVarianceReportColumnTypeEnum = exports.GeneratedTimelineChartVisualTypeEnum = exports.GeneratedTableVisualTypeEnum = exports.GeneratedReportVarianceType = exports.GeneratedReportValueOutcome = exports.GeneratedReportTextValueWithColumnTypeEnum = exports.GeneratedReportNumberValueWithColumnTypeEnum = exports.GeneratedReportColumnCategory = exports.GeneratedReferenceType = exports.GeneratedKpiVisualTypeEnum = exports.GeneratedDistributionChartVisualTypeEnum = exports.GeneratedCommentsVisualTypeEnum = exports.GeneratedChartVisualSeriesStackType = exports.GeneratedBulletChartVisualTypeEnum = exports.GeneratedAttributeReportColumnTypeEnum = exports.GeneratedAmountReportColumnTypeEnum = exports.FutureCategory = exports.FunctionParameterKind = exports.FullWidthTilesLayoutTypeEnum = exports.FullPageLayoutTypeEnum = exports.FormulaCalculationExplanationTypeEnum = exports.FixedInputCalculationExplanationTypeEnum = exports.FillType = exports.FailureReason = exports.FailedGraphCalculationOutputTypeEnum = void 0;
5
+ exports.TimelineChartAxisFrequency = exports.TimelineChartAccountType = exports.ThirdPartyResultsContributionCalculationTypeEnum = exports.TenantRole = exports.TemplatePlaceholderType = exports.TemplatePlaceholderDisplayBehavior = exports.TableVisualTypeEnum = exports.SynchronizationStatus = exports.SynchronizationScheduleMode = exports.SynchronizationHealth = exports.SyncHealth = exports.SummaryReportRowTypeEnum = exports.SummaryModuleInputRowTypeEnum = exports.SummaryInputRowTypeEnum = exports.SubconsolidationTypeEnum = exports.SubaccountTableModuleInputRowTypeEnum = exports.SubaccountAggregationType = exports.StructureNodeType = exports.StructureNodeFinancialType = exports.StructureHealthStatus = exports.StructureDefinitionProposeResponseOutputTypeEnum = exports.StructureDefinitionErrorCircularReferenceTypeEnum = exports.SpecialConsolidationBehavior = exports.SortingDirection = exports.SingleReportColumnTypeEnum = exports.SelfReportRowTypeEnum = exports.SelfModuleInputRowTypeEnum = exports.SelfInputRowTypeEnum = exports.Segment = exports.RowsSetSelectorTypeEnum = exports.ResourceType = exports.ReportingStructureType = exports.ReportDataTableResponseTypeEnum = exports.ReportDataCommentsResponseTypeEnum = exports.ReportColumnsSetTypeEnum = exports.ReportCategory = exports.RegularNodeType = exports.ReferencedNodeUsageType = exports.ReferenceType = exports.ReclassificationDimension = exports.RangeReportColumnTypeEnum = exports.PtdExplanationTypeEnum = exports.PtdCalculation = exports.ProjectionSource = exports.PlainConsolidationBehaviorExplanationTypeEnum = exports.ParamType = exports.OriginalValueCalculationExplanationTypeEnum = exports.OriginAccountsCalculationTypeEnum = exports.OperationStatus = exports.NumberFormat = void 0;
6
+ exports.WebhookEventType = exports.View = exports.VarianceReportColumnTypeEnum = exports.VarianceDisplayType = exports.ValuationType = exports.UseParticipantValueCalculationExplanationTypeEnum = exports.UseExchangedParticipantValueCalculationExplanationTypeEnum = exports.UseActualValueCalculationExplanationTypeEnum = exports.TimelineChartVisualTypeEnum = exports.TimelineChartSeriesSelectorTypeEnum = exports.TimelineChartAxisSelectorTypeEnum = void 0;
7
+ /**
8
+ * @export
9
+ */
10
+ exports.AggregateAnalyticalDimensionExplanationTypeEnum = {
11
+ AggregateAnalytical: 'aggregate_analytical',
12
+ };
13
+ /**
14
+ * @export
15
+ */
16
+ exports.AggregateCalculationTypeEnum = {
17
+ Aggregate: 'aggregate',
18
+ };
19
+ /**
20
+ * @export
21
+ */
22
+ exports.AggregateCalculationExplanationTypeEnum = {
23
+ Aggregate: 'aggregate',
24
+ };
25
+ /**
26
+ *
27
+ * @export
28
+ */
29
+ exports.AiConversationStatus = {
30
+ InFlight: 'in_flight',
31
+ Completed: 'completed',
32
+ Failed: 'failed',
33
+ TimedOut: 'timed_out',
34
+ };
35
+ /**
36
+ *
37
+ * @export
38
+ */
39
+ exports.AiFeedbackAccuracy = {
40
+ Correct: 'correct',
41
+ IncorrectGenericSpecific: 'incorrect_generic_specific',
42
+ IncorrectIndustrySpecific: 'incorrect_industry_specific',
43
+ IncorrectCompanySpecific: 'incorrect_company_specific',
44
+ };
45
+ /**
46
+ *
47
+ * @export
48
+ */
49
+ exports.AssetCalculationStatus = {
50
+ Pending: 'pending',
51
+ Processing: 'processing',
52
+ Ready: 'ready',
53
+ Failed: 'failed',
54
+ };
55
+ /**
56
+ * @export
57
+ */
58
+ exports.AttributeColumnTypeEnum = {
59
+ Attribute: 'attribute',
60
+ };
61
+ /**
62
+ *
63
+ * @export
64
+ */
65
+ exports.AttributeType = {
66
+ String: 'string',
67
+ Integer: 'integer',
68
+ };
69
+ /**
70
+ *
71
+ * @export
72
+ */
73
+ exports.AuthType = {
74
+ None: 'none',
75
+ Oauth2: 'oauth2',
76
+ SecretParameters: 'secret_parameters',
77
+ };
78
+ /**
79
+ *
80
+ * @export
81
+ */
82
+ exports.AvailableCompanyType = {
83
+ Regular: 'regular',
84
+ Consolidation: 'consolidation',
85
+ };
86
+ /**
87
+ * @export
88
+ */
89
+ exports.BreakdownReportRowTypeEnum = {
90
+ Breakdown: 'breakdown',
91
+ };
92
+ /**
93
+ *
94
+ * @export
95
+ */
96
+ exports.BulkReportGenerationResponseItemErrorType = {
97
+ Configuration: 'configuration',
98
+ Forbidden: 'forbidden',
99
+ Other: 'other',
100
+ };
101
+ /**
102
+ * @export
103
+ */
104
+ exports.BulletChartVisualTypeEnum = {
105
+ BulletChart: 'bullet_chart',
106
+ };
107
+ /**
108
+ *
109
+ * @export
110
+ */
111
+ exports.BusinessDimensionDetailsLevel = {
112
+ Total: 'total',
113
+ ContributingMembers: 'contributing_members',
114
+ };
115
+ /**
116
+ *
117
+ * @export
118
+ */
119
+ exports.CalculationPriority = {
120
+ NUMBER_0: 0,
121
+ NUMBER_1: 1,
122
+ NUMBER_2: 2,
123
+ NUMBER_3: 3,
124
+ NUMBER_4: 4,
125
+ };
126
+ /**
127
+ *
128
+ * @export
129
+ */
130
+ exports.CashFlowNodeType = {
131
+ AssMov: 'ASS MOV',
132
+ LiaMov: 'LIA MOV',
133
+ };
134
+ /**
135
+ *
136
+ * @export
137
+ */
138
+ exports.CashflowNodeCalculationType = {
139
+ UseDefaultStructureValue: 'use_default_structure_value',
140
+ BeginBalance: 'begin_balance',
141
+ BalanceMovement: 'balance_movement',
142
+ };
143
+ /**
144
+ * @export
145
+ */
146
+ exports.CashflowValueExplanationTypeEnum = {
147
+ UseDefaultStructureValue: 'use_default_structure_value',
148
+ };
149
+ /**
150
+ *
151
+ * @export
152
+ */
153
+ exports.CategoryCode = {
154
+ Original: 'original',
155
+ Actual: 'actual',
156
+ Budget: 'budget',
157
+ Forecast: 'forecast',
158
+ Projection: 'projection',
159
+ };
160
+ /**
161
+ *
162
+ * @export
163
+ */
164
+ exports.ChartStackType = {
165
+ NotStacked: 'not_stacked',
166
+ Stacked: 'stacked',
167
+ };
168
+ /**
169
+ *
170
+ * @export
171
+ */
172
+ exports.ChartStyle = {
173
+ Line: 'line',
174
+ Bar: 'bar',
175
+ };
176
+ /**
177
+ * @export
178
+ */
179
+ exports.ChildrenInputRowTypeEnum = {
180
+ Children: 'children',
181
+ };
182
+ /**
183
+ * @export
184
+ */
185
+ exports.ChildrenModuleInputRowTypeEnum = {
186
+ Children: 'children',
187
+ };
188
+ /**
189
+ * @export
190
+ */
191
+ exports.ChildrenReportRowTypeEnum = {
192
+ Children: 'children',
193
+ };
194
+ /**
195
+ * @export
196
+ */
197
+ exports.ColumnsSetSelectorTypeEnum = {
198
+ ColumnsSet: 'columns_set',
199
+ };
200
+ /**
201
+ * @export
202
+ */
203
+ exports.CommentsVisualTypeEnum = {
204
+ Comments: 'comments',
205
+ };
206
+ /**
207
+ *
208
+ * @export
209
+ */
210
+ exports.CompanyRole = {
211
+ Viewer: 'viewer',
212
+ Contributor: 'contributor',
213
+ Admin: 'admin',
214
+ };
215
+ /**
216
+ *
217
+ * @export
218
+ */
219
+ exports.ConnectionValidateAuthorizationStatus = {
220
+ Authorized: 'authorized',
221
+ Unauthorized: 'unauthorized',
222
+ Error: 'error',
223
+ };
224
+ /**
225
+ *
226
+ * @export
227
+ */
228
+ exports.ConsolidatedNodeType = {
229
+ Branch: 'branch',
230
+ Leaf: 'leaf',
231
+ };
232
+ /**
233
+ *
234
+ * @export
235
+ */
236
+ exports.ConsolidationAutogeneratedNodeType = {
237
+ IcDifferenceBs: 'ic_difference_bs',
238
+ IcDifferencePnl: 'ic_difference_pnl',
239
+ ThirdPartyResults: 'third_party_results',
240
+ MinorityInterest: 'minority_interest',
241
+ GroupCompaniesEquityDiff: 'group_companies_equity_diff',
242
+ ExchangeRateDifference: 'exchange_rate_difference',
243
+ };
244
+ /**
245
+ *
246
+ * @export
247
+ */
248
+ exports.ConsolidationBehavior = {
249
+ NotSet: 'not_set',
250
+ IntercompanyTransactions: 'intercompany_transactions',
251
+ Equity: 'equity',
252
+ ResultSubsidiary: 'result_subsidiary',
253
+ GroupCompanies: 'group_companies',
254
+ };
255
+ /**
256
+ * @export
257
+ */
258
+ exports.ConsolidationCompanyParticipantTypeEnum = {
259
+ Company: 'company',
260
+ };
261
+ /**
262
+ * @export
263
+ */
264
+ exports.CostCenterSelectorTypeEnum = {
265
+ CostCenter: 'cost_center',
266
+ };
267
+ /**
268
+ *
269
+ * @export
270
+ */
271
+ exports.Currency = {
272
+ Eur: 'EUR',
273
+ Usd: 'USD',
274
+ Gbp: 'GBP',
275
+ Pln: 'PLN',
276
+ Cad: 'CAD',
277
+ Aud: 'AUD',
278
+ Jpy: 'JPY',
279
+ Chf: 'CHF',
280
+ Cny: 'CNY',
281
+ Hkd: 'HKD',
282
+ Nzd: 'NZD',
283
+ Twd: 'TWD',
284
+ Thb: 'THB',
285
+ Brl: 'BRL',
286
+ Aed: 'AED',
287
+ Php: 'PHP',
288
+ Ron: 'RON',
289
+ };
290
+ /**
291
+ * @export
292
+ */
293
+ exports.CustomHierarchyReportRowTypeEnum = {
294
+ CustomHierarchy: 'custom_hierarchy',
295
+ };
296
+ /**
297
+ * @export
298
+ */
299
+ exports.DashboardCardNumberFormatEnum = {
300
+ Unchanged: 'unchanged',
301
+ UnchangedWithPrecision1: 'unchanged_with_precision_1',
302
+ UnchangedWithPrecision2: 'unchanged_with_precision_2',
303
+ Thousands: 'thousands',
304
+ Millions: 'millions',
305
+ MillionsWithPrecision1: 'millions_with_precision_1',
306
+ };
307
+ /**
308
+ *
309
+ * @export
310
+ */
311
+ exports.DataView = {
312
+ Periodic: 'periodic',
313
+ Ytd: 'ytd',
314
+ Qtd: 'qtd',
315
+ Ltd: 'ltd',
316
+ };
317
+ /**
318
+ *
319
+ * @export
320
+ */
321
+ exports.DefaultBusinessDimensionMemberCalculationMode = {
322
+ AggregateContributingMembers: 'aggregate_contributing_members',
323
+ Recalculate: 'recalculate',
324
+ Skip: 'skip',
325
+ };
326
+ /**
327
+ * @export
328
+ */
329
+ exports.DefaultStructureCalculationOutputTypeEnum = {
330
+ DefaultStructureCalculationOutput: 'default_structure_calculation_output',
331
+ };
332
+ /**
333
+ * @export
334
+ */
335
+ exports.DescendantsInputRowTypeEnum = {
336
+ Descendants: 'descendants',
337
+ };
338
+ /**
339
+ * @export
340
+ */
341
+ exports.DescendantsModuleInputRowTypeEnum = {
342
+ Descendants: 'descendants',
343
+ };
344
+ /**
345
+ * @export
346
+ */
347
+ exports.DescendantsReportRowTypeEnum = {
348
+ Descendants: 'descendants',
349
+ };
350
+ /**
351
+ *
352
+ * @export
353
+ */
354
+ exports.DistributionChartAccountType = {
355
+ Self: 'self',
356
+ Children: 'children',
357
+ Stacked: 'stacked',
358
+ Base: 'base',
359
+ };
360
+ /**
361
+ * @export
362
+ */
363
+ exports.DistributionChartVisualTypeEnum = {
364
+ DistributionChart: 'distribution_chart',
365
+ };
366
+ /**
367
+ * @export
368
+ */
369
+ exports.DitributionChartAxisSelectorTypeEnum = {
370
+ DistributionChartAxis: 'distribution_chart_axis',
371
+ };
372
+ /**
373
+ * @export
374
+ */
375
+ exports.DitributionChartSeriesSelectorTypeEnum = {
376
+ DistributionChartSeriesSet: 'distribution_chart_series_set',
377
+ };
378
+ /**
379
+ * @export
380
+ */
381
+ exports.EntitySelectorTypeEnum = {
382
+ Entity: 'entity',
383
+ };
384
+ /**
385
+ * @export
386
+ */
387
+ exports.EquityCalculationTypeEnum = {
388
+ Equity: 'equity',
389
+ };
390
+ /**
391
+ * @export
392
+ */
393
+ exports.ExchangeRateDifferenceCalculationTypeEnum = {
394
+ ExchangeRateDifference: 'exchange_rate_difference',
395
+ };
396
+ /**
397
+ * @export
398
+ */
399
+ exports.ExchangeRateExplanationTypeEnum = {
400
+ ExchangeRate: 'exchange_rate',
401
+ };
402
+ /**
403
+ * @export
404
+ */
405
+ exports.FailedGraphCalculationOutputTypeEnum = {
406
+ FailedGraphCalculationOutput: 'failed_graph_calculation_output',
407
+ };
408
+ /**
409
+ *
410
+ * @export
411
+ */
412
+ exports.FailureReason = {
413
+ ConfigError: 'config_error',
414
+ UnsupportedSource: 'unsupported_source',
415
+ AuthFailure: 'auth_failure',
416
+ Generic: 'generic',
417
+ };
418
+ /**
419
+ *
420
+ * @export
421
+ */
422
+ exports.FillType = {
423
+ Solid: 'solid',
424
+ Outlined: 'outlined',
425
+ };
426
+ /**
427
+ * @export
428
+ */
429
+ exports.FixedInputCalculationExplanationTypeEnum = {
430
+ FixedInput: 'fixed_input',
431
+ };
432
+ /**
433
+ * @export
434
+ */
435
+ exports.FormulaCalculationExplanationTypeEnum = {
436
+ Formula: 'formula',
437
+ };
438
+ /**
439
+ * @export
440
+ */
441
+ exports.FullPageLayoutTypeEnum = {
442
+ Full: 'full',
443
+ };
444
+ /**
445
+ * @export
446
+ */
447
+ exports.FullWidthTilesLayoutTypeEnum = {
448
+ FullWidthTiles: 'full_width_tiles',
449
+ };
450
+ /**
451
+ *
452
+ * @export
453
+ */
454
+ exports.FunctionParameterKind = {
455
+ PositionalOnly: 'positional_only',
456
+ KeywordOnly: 'keyword_only',
457
+ PositionalOrKeyword: 'positional_or_keyword',
458
+ VarPositional: 'var_positional',
459
+ };
460
+ /**
461
+ *
462
+ * @export
463
+ */
464
+ exports.FutureCategory = {
465
+ Budget: 'budget',
466
+ Forecast: 'forecast',
467
+ };
468
+ /**
469
+ * @export
470
+ */
471
+ exports.GeneratedAmountReportColumnTypeEnum = {
472
+ Amount: 'amount',
473
+ };
474
+ /**
475
+ * @export
476
+ */
477
+ exports.GeneratedAttributeReportColumnTypeEnum = {
478
+ Attribute: 'attribute',
479
+ };
480
+ /**
481
+ * @export
482
+ */
483
+ exports.GeneratedBulletChartVisualTypeEnum = {
484
+ BulletChart: 'bullet_chart',
485
+ };
486
+ /**
487
+ *
488
+ * @export
489
+ */
490
+ exports.GeneratedChartVisualSeriesStackType = {
491
+ NotStacked: 'not_stacked',
492
+ Stacked: 'stacked',
493
+ };
494
+ /**
495
+ * @export
496
+ */
497
+ exports.GeneratedCommentsVisualTypeEnum = {
498
+ Comments: 'comments',
499
+ };
500
+ /**
501
+ * @export
502
+ */
503
+ exports.GeneratedDistributionChartVisualTypeEnum = {
504
+ DistributionChart: 'distribution_chart',
505
+ };
506
+ /**
507
+ * @export
508
+ */
509
+ exports.GeneratedKpiVisualTypeEnum = {
510
+ Kpi: 'kpi',
511
+ };
512
+ /**
513
+ *
514
+ * @export
515
+ */
516
+ exports.GeneratedReferenceType = {
517
+ Budget: 'budget',
518
+ Forecast: 'forecast',
519
+ PreviousYear: 'previous_year',
520
+ PreviousPeriod: 'previous_period',
521
+ };
522
+ /**
523
+ *
524
+ * @export
525
+ */
526
+ exports.GeneratedReportColumnCategory = {
527
+ Actual: 'actual',
528
+ Budget: 'budget',
529
+ Projection: 'projection',
530
+ Forecast: 'forecast',
531
+ };
532
+ /**
533
+ * @export
534
+ */
535
+ exports.GeneratedReportNumberValueWithColumnTypeEnum = {
536
+ Number: 'number',
537
+ };
538
+ /**
539
+ * @export
540
+ */
541
+ exports.GeneratedReportTextValueWithColumnTypeEnum = {
542
+ Text: 'text',
543
+ };
544
+ /**
545
+ *
546
+ * @export
547
+ */
548
+ exports.GeneratedReportValueOutcome = {
549
+ Good: 'good',
550
+ Bad: 'bad',
551
+ Neutral: 'neutral',
552
+ ExceedsThreshold: 'exceeds_threshold',
553
+ };
554
+ /**
555
+ *
556
+ * @export
557
+ */
558
+ exports.GeneratedReportVarianceType = {
559
+ Absolute: 'absolute',
560
+ Percentage: 'percentage',
561
+ };
562
+ /**
563
+ * @export
564
+ */
565
+ exports.GeneratedTableVisualTypeEnum = {
566
+ Table: 'table',
567
+ };
568
+ /**
569
+ * @export
570
+ */
571
+ exports.GeneratedTimelineChartVisualTypeEnum = {
572
+ TimelineChart: 'timeline_chart',
573
+ };
574
+ /**
575
+ * @export
576
+ */
577
+ exports.GeneratedVarianceReportColumnTypeEnum = {
578
+ Variance: 'variance',
579
+ };
580
+ /**
581
+ *
582
+ * @export
583
+ */
584
+ exports.GlobalRole = {
585
+ GlobalAdmin: 'global_admin',
586
+ AiResearcher: 'ai_researcher',
587
+ Support: 'support',
588
+ };
589
+ /**
590
+ * @export
591
+ */
592
+ exports.GridLayoutTypeEnum = {
593
+ Grid: 'grid',
594
+ };
595
+ /**
596
+ * @export
597
+ */
598
+ exports.HoldingDifferenceCalculationTypeEnum = {
599
+ HoldingDifference: 'holding_difference',
600
+ };
601
+ /**
602
+ * @export
603
+ */
604
+ exports.HoldingEliminationCalculationTypeEnum = {
605
+ HoldingElimination: 'holding_elimination',
606
+ };
607
+ /**
608
+ *
609
+ * @export
610
+ */
611
+ exports.InputCategory = {
612
+ Actual: 'actual',
613
+ Budget: 'budget',
614
+ Forecast: 'forecast',
615
+ };
616
+ /**
617
+ * @export
618
+ */
619
+ exports.IntercompanyDifferenceCalculationTypeEnum = {
620
+ IntercompanyDifference: 'intercompany_difference',
621
+ };
622
+ /**
623
+ * @export
624
+ */
625
+ exports.IntercompanyTransactionCalculationTypeEnum = {
626
+ IntercompanyTransactions: 'intercompany_transactions',
627
+ };
628
+ /**
629
+ * @export
630
+ */
631
+ exports.KpiVisualTypeEnum = {
632
+ Kpi: 'kpi',
633
+ };
634
+ /**
635
+ *
636
+ * @export
637
+ */
638
+ exports.Language = {
639
+ En: 'en',
640
+ Nl: 'nl',
641
+ };
642
+ /**
643
+ *
644
+ * @export
645
+ */
646
+ exports.LayoutTarget = {
647
+ Desktop: 'desktop',
648
+ Tablet: 'tablet',
649
+ Phone: 'phone',
650
+ };
651
+ /**
652
+ *
653
+ * @export
654
+ */
655
+ exports.ManualInputRowsCostCentersType = {
656
+ All: 'all',
657
+ Default: 'default',
658
+ AllExcludingDefault: 'all_excluding_default',
659
+ };
660
+ /**
661
+ *
662
+ * @export
663
+ */
664
+ exports.MatchReason = {
665
+ OneToOne: 'one_to_one',
666
+ OneToMany: 'one_to_many',
667
+ ManyToMany: 'many_to_many',
668
+ JournalEntryMatch: 'journal_entry_match',
669
+ YtdMatch: 'ytd_match',
670
+ };
671
+ /**
672
+ *
673
+ * @export
674
+ */
675
+ exports.Materiality = {
676
+ VeryImmaterial: 'very_immaterial',
677
+ MinorImmaterial: 'minor_immaterial',
678
+ ModeratelyMaterial: 'moderately_material',
679
+ Material: 'material',
680
+ ExtremelyMaterial: 'extremely_material',
681
+ };
682
+ /**
683
+ *
684
+ * @export
685
+ */
686
+ exports.MessageRole = {
687
+ Developer: 'developer',
688
+ User: 'user',
689
+ };
690
+ /**
691
+ *
692
+ * @export
693
+ */
694
+ exports.MetricActualBehavior = {
695
+ Input: 'input',
696
+ Formula: 'formula',
697
+ Reference: 'reference',
698
+ NotUsed: 'not_used',
699
+ };
700
+ /**
701
+ *
702
+ * @export
703
+ */
704
+ exports.MetricNodeType = {
705
+ Group: 'group',
706
+ Metric: 'metric',
707
+ };
708
+ /**
709
+ * @export
710
+ */
711
+ exports.MinorityInterestContributionCalculationTypeEnum = {
712
+ MinorityInterest: 'minority_interest',
713
+ };
714
+ /**
715
+ *
716
+ * @export
717
+ */
718
+ exports.ModuleInputCategory = {
719
+ Actual: 'actual',
720
+ Budget: 'budget',
721
+ Forecast: 'forecast',
722
+ };
723
+ /**
724
+ *
725
+ * @export
726
+ */
727
+ exports.ModuleInputRowsCostCentersType = {
728
+ All: 'all',
729
+ Default: 'default',
730
+ };
731
+ /**
732
+ * @export
733
+ */
734
+ exports.NoValueExplanationTypeEnum = {
735
+ NoValue: 'no_value',
736
+ };
737
+ /**
738
+ *
739
+ * @export
740
+ */
741
+ exports.NoValueReason = {
742
+ NoFuture: 'no_future',
743
+ NoActualBehavior: 'no_actual_behavior',
744
+ NoPlanningBehavior: 'no_planning_behavior',
745
+ NoFormula: 'no_formula',
746
+ IsMetricFolder: 'is_metric_folder',
747
+ NoDataEntered: 'no_data_entered',
748
+ NodeDoesNotExist: 'node_does_not_exist',
749
+ PlanningIsOnHigherLevel: 'planning_is_on_higher_level',
750
+ NoPtdValue: 'no_ptd_value',
751
+ InvalidPnlNodePlacement: 'invalid_pnl_node_placement',
752
+ ProjectionIsOnlyAvailableForCurrentYear: 'projection_is_only_available_for_current_year',
753
+ AnalyticalDimensionNotEnabled: 'analytical_dimension_not_enabled',
754
+ EntityDoesNotExist: 'entity_does_not_exist',
755
+ NoRelevantOriginAccounts: 'no_relevant_origin_accounts',
756
+ EliminationOnly: 'elimination_only',
757
+ NotRelevantForElimination: 'not_relevant_for_elimination',
758
+ NotRelevantForThisLevel: 'not_relevant_for_this_level',
759
+ };
760
+ /**
761
+ *
762
+ * @export
763
+ */
764
+ exports.NodeBehaviorTarget = {
765
+ Actual: 'actual',
766
+ Future: 'future',
767
+ };
768
+ /**
769
+ *
770
+ * @export
771
+ */
772
+ exports.NodeGroupType = {
773
+ Branch: 'branch',
774
+ Leaf: 'leaf',
775
+ };
776
+ /**
777
+ *
778
+ * @export
779
+ */
780
+ exports.NodePlanningBehavior = {
781
+ Input: 'input',
782
+ Formula: 'formula',
783
+ NotUsed: 'not_used',
784
+ Reference: 'reference',
785
+ MetricsGroup: 'metrics_group',
786
+ };
787
+ /**
788
+ *
789
+ * @export
790
+ */
791
+ exports.NodePurposeType = {
792
+ Earnings: 'earnings',
793
+ Ebt: 'ebt',
794
+ GrossMargin: 'gross_margin',
795
+ Assets: 'assets',
796
+ Liabilities: 'liabilities',
797
+ FixedAssets: 'fixed_assets',
798
+ CurrentAssets: 'current_assets',
799
+ CurrentLiabilities: 'current_liabilities',
800
+ };
801
+ /**
802
+ *
803
+ * @export
804
+ */
805
+ exports.NumberFormat = {
806
+ Unchanged: 'unchanged',
807
+ UnchangedWithPrecision1: 'unchanged_with_precision_1',
808
+ UnchangedWithPrecision2: 'unchanged_with_precision_2',
809
+ Thousands: 'thousands',
810
+ Millions: 'millions',
811
+ MillionsWithPrecision1: 'millions_with_precision_1',
812
+ Percentage: 'percentage',
813
+ PercentageWithPrecision1: 'percentage_with_precision_1',
814
+ PercentageWithPrecision2: 'percentage_with_precision_2',
815
+ };
816
+ /**
817
+ *
818
+ * @export
819
+ */
820
+ exports.OperationStatus = {
821
+ Initiated: 'initiated',
822
+ InProgress: 'in_progress',
823
+ Complete: 'complete',
824
+ Failed: 'failed',
825
+ };
826
+ /**
827
+ * @export
828
+ */
829
+ exports.OriginAccountsCalculationTypeEnum = {
830
+ SourceAccounts: 'source_accounts',
831
+ };
832
+ /**
833
+ * @export
834
+ */
835
+ exports.OriginalValueCalculationExplanationTypeEnum = {
836
+ UseOriginal: 'use_original',
837
+ };
838
+ /**
839
+ *
840
+ * @export
841
+ */
842
+ exports.ParamType = {
843
+ DynamicChoice: 'dynamic_choice',
844
+ Choice: 'choice',
845
+ Text: 'text',
846
+ };
847
+ /**
848
+ * @export
849
+ */
850
+ exports.PlainConsolidationBehaviorExplanationTypeEnum = {
851
+ PlainConsolidationBehavior: 'plain_consolidation_behavior',
852
+ };
853
+ /**
854
+ *
855
+ * @export
856
+ */
857
+ exports.ProjectionSource = {
858
+ Budget: 'budget',
859
+ Forecast: 'forecast',
860
+ };
861
+ /**
862
+ *
863
+ * @export
864
+ */
865
+ exports.PtdCalculation = {
866
+ PeriodicBased: 'periodic_based',
867
+ FormulaBased: 'formula_based',
868
+ SameAsPeriodic: 'same_as_periodic',
869
+ StartPeriod: 'start_period',
870
+ Average: 'average',
871
+ Ignore: 'ignore',
872
+ };
873
+ /**
874
+ * @export
875
+ */
876
+ exports.PtdExplanationTypeEnum = {
877
+ Ptd: 'ptd',
878
+ };
879
+ /**
880
+ * @export
881
+ */
882
+ exports.RangeReportColumnTypeEnum = {
883
+ Range: 'range',
884
+ };
885
+ /**
886
+ *
887
+ * @export
888
+ */
889
+ exports.ReclassificationDimension = {
890
+ Relation: 'relation',
891
+ BusinessDimension1: 'business_dimension_1',
892
+ };
893
+ /**
894
+ *
895
+ * @export
896
+ */
897
+ exports.ReferenceType = {
898
+ Budget: 'budget',
899
+ Forecast: 'forecast',
900
+ PreviousYear: 'previous_year',
901
+ PreviousPeriod: 'previous_period',
902
+ };
903
+ /**
904
+ *
905
+ * @export
906
+ */
907
+ exports.ReferencedNodeUsageType = {
908
+ Dashboard: 'dashboard',
909
+ Metric: 'metric',
910
+ Input: 'input',
911
+ MetricGroup: 'metric_group',
912
+ };
913
+ /**
914
+ *
915
+ * @export
916
+ */
917
+ exports.RegularNodeType = {
918
+ Ass: 'ASS',
919
+ Lia: 'LIA',
920
+ Exp: 'EXP',
921
+ Inc: 'INC',
922
+ Unk: 'UNK',
923
+ };
924
+ /**
925
+ *
926
+ * @export
927
+ */
928
+ exports.ReportCategory = {
929
+ Actual: 'actual',
930
+ Budget: 'budget',
931
+ Forecast: 'forecast',
932
+ Projection: 'projection',
933
+ };
934
+ /**
935
+ * @export
936
+ */
937
+ exports.ReportColumnsSetTypeEnum = {
938
+ Columns: 'columns',
939
+ };
940
+ /**
941
+ * @export
942
+ */
943
+ exports.ReportDataCommentsResponseTypeEnum = {
944
+ Comments: 'comments',
945
+ };
946
+ /**
947
+ * @export
948
+ */
949
+ exports.ReportDataTableResponseTypeEnum = {
950
+ Table: 'table',
951
+ };
952
+ /**
953
+ *
954
+ * @export
955
+ */
956
+ exports.ReportingStructureType = {
957
+ Default: 'default',
958
+ CashFlow: 'cash_flow',
959
+ Original: 'original',
960
+ };
961
+ /**
962
+ *
963
+ * @export
964
+ */
965
+ exports.ResourceType = {
966
+ ReportGroup: 'report_group',
967
+ BusinessDimension: 'business_dimension',
968
+ ManualInput: 'manual_input',
969
+ Analytics: 'analytics',
970
+ };
971
+ /**
972
+ * @export
973
+ */
974
+ exports.RowsSetSelectorTypeEnum = {
975
+ RowsSet: 'rows_set',
976
+ };
977
+ /**
978
+ *
979
+ * @export
980
+ */
981
+ exports.Segment = {
982
+ ProfitAndLoss: 'profit_and_loss',
983
+ BalanceSheet: 'balance_sheet',
984
+ };
985
+ /**
986
+ * @export
987
+ */
988
+ exports.SelfInputRowTypeEnum = {
989
+ Self: 'self',
990
+ };
991
+ /**
992
+ * @export
993
+ */
994
+ exports.SelfModuleInputRowTypeEnum = {
995
+ Self: 'self',
996
+ };
997
+ /**
998
+ * @export
999
+ */
1000
+ exports.SelfReportRowTypeEnum = {
1001
+ Self: 'self',
1002
+ };
1003
+ /**
1004
+ * @export
1005
+ */
1006
+ exports.SingleReportColumnTypeEnum = {
1007
+ Single: 'single',
1008
+ };
1009
+ /**
1010
+ *
1011
+ * @export
1012
+ */
1013
+ exports.SortingDirection = {
1014
+ Asc: 'asc',
1015
+ Desc: 'desc',
1016
+ };
1017
+ /**
1018
+ *
1019
+ * @export
1020
+ */
1021
+ exports.SpecialConsolidationBehavior = {
1022
+ AggregateOriginAccounts: 'aggregate_origin_accounts',
1023
+ AggregateEntities: 'aggregate_entities',
1024
+ HoldingElimination: 'holding_elimination',
1025
+ IntercompanyElimination: 'intercompany_elimination',
1026
+ IntercompanyDifference: 'intercompany_difference',
1027
+ EquityElimination: 'equity_elimination',
1028
+ HoldingDifference: 'holding_difference',
1029
+ ExchangeRateDifference: 'exchange_rate_difference',
1030
+ };
1031
+ /**
1032
+ * @export
1033
+ */
1034
+ exports.StructureDefinitionErrorCircularReferenceTypeEnum = {
1035
+ CircularReference: 'circular_reference',
1036
+ };
1037
+ /**
1038
+ * @export
1039
+ */
1040
+ exports.StructureDefinitionProposeResponseOutputTypeEnum = {
1041
+ StructureDefinitionProposeResponse: 'structure_definition_propose_response',
1042
+ };
1043
+ /**
1044
+ *
1045
+ * @export
1046
+ */
1047
+ exports.StructureHealthStatus = {
1048
+ Ok: 'ok',
1049
+ Error: 'error',
1050
+ Pending: 'pending',
1051
+ };
1052
+ /**
1053
+ *
1054
+ * @export
1055
+ */
1056
+ exports.StructureNodeFinancialType = {
1057
+ Asset: 'asset',
1058
+ Liability: 'liability',
1059
+ Expense: 'expense',
1060
+ Income: 'income',
1061
+ AssetMovement: 'asset_movement',
1062
+ LiabilityMovement: 'liability_movement',
1063
+ Unknown: 'unknown',
1064
+ };
1065
+ /**
1066
+ *
1067
+ * @export
1068
+ */
1069
+ exports.StructureNodeType = {
1070
+ Branch: 'branch',
1071
+ Leaf: 'leaf',
1072
+ };
1073
+ /**
1074
+ *
1075
+ * @export
1076
+ */
1077
+ exports.SubaccountAggregationType = {
1078
+ Sum: 'sum',
1079
+ Average: 'average',
1080
+ Formula: 'formula',
1081
+ Ignore: 'ignore',
1082
+ };
1083
+ /**
1084
+ * @export
1085
+ */
1086
+ exports.SubaccountTableModuleInputRowTypeEnum = {
1087
+ SubaccountsTable: 'subaccounts_table',
1088
+ };
1089
+ /**
1090
+ * @export
1091
+ */
1092
+ exports.SubconsolidationTypeEnum = {
1093
+ Subconsolidation: 'subconsolidation',
1094
+ };
1095
+ /**
1096
+ * @export
1097
+ */
1098
+ exports.SummaryInputRowTypeEnum = {
1099
+ Summary: 'summary',
1100
+ };
1101
+ /**
1102
+ * @export
1103
+ */
1104
+ exports.SummaryModuleInputRowTypeEnum = {
1105
+ Summary: 'summary',
1106
+ };
1107
+ /**
1108
+ * @export
1109
+ */
1110
+ exports.SummaryReportRowTypeEnum = {
1111
+ Summary: 'summary',
1112
+ };
1113
+ /**
1114
+ *
1115
+ * @export
1116
+ */
1117
+ exports.SyncHealth = {
1118
+ AwaitingSync: 'awaiting_sync',
1119
+ Ok: 'ok',
1120
+ AuthFailure: 'auth_failure',
1121
+ InvalidConfig: 'invalid_config',
1122
+ };
1123
+ /**
1124
+ *
1125
+ * @export
1126
+ */
1127
+ exports.SynchronizationHealth = {
1128
+ Ok: 'ok',
1129
+ AuthIssue: 'auth_issue',
1130
+ ConfigIssue: 'config_issue',
1131
+ Crashing: 'crashing',
1132
+ NoConnection: 'no_connection',
1133
+ Stale: 'stale',
1134
+ NeverSynced: 'never_synced',
1135
+ };
1136
+ /**
1137
+ *
1138
+ * @export
1139
+ */
1140
+ exports.SynchronizationScheduleMode = {
1141
+ StartNow: 'start_now',
1142
+ };
1143
+ /**
1144
+ *
1145
+ * @export
1146
+ */
1147
+ exports.SynchronizationStatus = {
1148
+ Initiated: 'initiated',
1149
+ InProgress: 'in_progress',
1150
+ Complete: 'complete',
1151
+ Failed: 'failed',
1152
+ };
1153
+ /**
1154
+ * @export
1155
+ */
1156
+ exports.TableVisualTypeEnum = {
1157
+ Table: 'table',
1158
+ };
1159
+ /**
1160
+ *
1161
+ * @export
1162
+ */
1163
+ exports.TemplatePlaceholderDisplayBehavior = {
1164
+ AlwaysShow: 'always_show',
1165
+ ShowWhenDefaultDoesntExist: 'show_when_default_doesnt_exist',
1166
+ };
1167
+ /**
1168
+ *
1169
+ * @export
1170
+ */
1171
+ exports.TemplatePlaceholderType = {
1172
+ Node: 'node',
1173
+ Leaf: 'leaf',
1174
+ String: 'string',
1175
+ System: 'system',
1176
+ };
1177
+ /**
1178
+ *
1179
+ * @export
1180
+ */
1181
+ exports.TenantRole = {
1182
+ TenantAdmin: 'tenant_admin',
1183
+ };
1184
+ /**
1185
+ * @export
1186
+ */
1187
+ exports.ThirdPartyResultsContributionCalculationTypeEnum = {
1188
+ ThirdPartyResults: 'third_party_results',
1189
+ };
1190
+ /**
1191
+ *
1192
+ * @export
1193
+ */
1194
+ exports.TimelineChartAccountType = {
1195
+ Self: 'self',
1196
+ Children: 'children',
1197
+ Stacked: 'stacked',
1198
+ Base: 'base',
1199
+ };
1200
+ /**
1201
+ *
1202
+ * @export
1203
+ */
1204
+ exports.TimelineChartAxisFrequency = {
1205
+ Monthly: 'monthly',
1206
+ Annual: 'annual',
1207
+ AnnualAndCurrent: 'annual_and_current',
1208
+ };
1209
+ /**
1210
+ * @export
1211
+ */
1212
+ exports.TimelineChartAxisSelectorTypeEnum = {
1213
+ TimelineChartAxis: 'timeline_chart_axis',
1214
+ };
1215
+ /**
1216
+ * @export
1217
+ */
1218
+ exports.TimelineChartSeriesSelectorTypeEnum = {
1219
+ TimelineChartSeriesSet: 'timeline_chart_series_set',
1220
+ };
1221
+ /**
1222
+ * @export
1223
+ */
1224
+ exports.TimelineChartVisualTypeEnum = {
1225
+ TimelineChart: 'timeline_chart',
1226
+ };
1227
+ /**
1228
+ * @export
1229
+ */
1230
+ exports.UseActualValueCalculationExplanationTypeEnum = {
1231
+ UseActual: 'use_actual',
1232
+ };
1233
+ /**
1234
+ * @export
1235
+ */
1236
+ exports.UseExchangedParticipantValueCalculationExplanationTypeEnum = {
1237
+ UseExchangedParticipantValue: 'use_exchanged_participant_value',
1238
+ };
1239
+ /**
1240
+ * @export
1241
+ */
1242
+ exports.UseParticipantValueCalculationExplanationTypeEnum = {
1243
+ UseParticipantValue: 'use_participant_value',
1244
+ };
1245
+ /**
1246
+ *
1247
+ * @export
1248
+ */
1249
+ exports.ValuationType = {
1250
+ HigherBetter: 'higher_better',
1251
+ LowerBetter: 'lower_better',
1252
+ Neutral: 'neutral',
1253
+ };
1254
+ /**
1255
+ *
1256
+ * @export
1257
+ */
1258
+ exports.VarianceDisplayType = {
1259
+ Absolute: 'absolute',
1260
+ Percentage: 'percentage',
1261
+ };
1262
+ /**
1263
+ * @export
1264
+ */
1265
+ exports.VarianceReportColumnTypeEnum = {
1266
+ Variance: 'variance',
1267
+ };
1268
+ /**
1269
+ *
1270
+ * @export
1271
+ */
1272
+ exports.View = {
1273
+ Periodic: 'periodic',
1274
+ Ytd: 'ytd',
1275
+ Qtd: 'qtd',
1276
+ Ltd: 'ltd',
1277
+ };
1278
+ /**
1279
+ *
1280
+ * @export
1281
+ */
1282
+ exports.WebhookEventType = {
1283
+ Publish: 'publish',
1284
+ Update: 'update',
1285
+ };