@robosystems/client 0.3.1 → 0.3.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 (161) hide show
  1. package/{extensions → artifacts}/InvestorClient.js +0 -1
  2. package/{extensions → artifacts}/InvestorClient.ts +1 -1
  3. package/{extensions → artifacts}/LedgerClient.d.ts +168 -2
  4. package/{extensions → artifacts}/LedgerClient.js +301 -2
  5. package/{extensions → artifacts}/LedgerClient.ts +645 -2
  6. package/{extensions → artifacts}/config.d.ts +11 -11
  7. package/{extensions → artifacts}/config.js +11 -11
  8. package/{extensions → artifacts}/config.ts +16 -16
  9. package/{extensions → artifacts}/graphql/client.d.ts +1 -1
  10. package/{extensions → artifacts}/graphql/client.js +1 -2
  11. package/{extensions → artifacts}/graphql/client.ts +2 -2
  12. package/{extensions → artifacts}/hooks.js +6 -6
  13. package/{extensions → artifacts}/hooks.ts +7 -7
  14. package/{extensions → artifacts}/index.d.ts +21 -18
  15. package/{extensions → artifacts}/index.js +43 -53
  16. package/{extensions → artifacts}/index.ts +47 -60
  17. package/index.d.ts +2 -2
  18. package/index.js +2 -2
  19. package/index.ts +2 -2
  20. package/package.json +38 -8
  21. package/sdk/index.d.ts +2 -2
  22. package/sdk/index.js +27 -9
  23. package/sdk/index.ts +2 -2
  24. package/sdk/sdk.gen.d.ts +272 -274
  25. package/sdk/sdk.gen.js +468 -312
  26. package/sdk/sdk.gen.ts +464 -309
  27. package/sdk/types.gen.d.ts +2962 -440
  28. package/sdk/types.gen.ts +3058 -430
  29. package/sdk.gen.d.ts +272 -274
  30. package/sdk.gen.js +468 -312
  31. package/sdk.gen.ts +464 -309
  32. package/types.gen.d.ts +2962 -440
  33. package/types.gen.ts +3058 -430
  34. package/extensions/ReportClient.d.ts +0 -120
  35. package/extensions/ReportClient.js +0 -191
  36. package/extensions/ReportClient.ts +0 -433
  37. /package/{extensions → artifacts}/AgentClient.d.ts +0 -0
  38. /package/{extensions → artifacts}/AgentClient.js +0 -0
  39. /package/{extensions → artifacts}/AgentClient.ts +0 -0
  40. /package/{extensions → artifacts}/InvestorClient.d.ts +0 -0
  41. /package/{extensions → artifacts}/OperationClient.d.ts +0 -0
  42. /package/{extensions → artifacts}/OperationClient.js +0 -0
  43. /package/{extensions → artifacts}/OperationClient.ts +0 -0
  44. /package/{extensions → artifacts}/QueryClient.d.ts +0 -0
  45. /package/{extensions → artifacts}/QueryClient.js +0 -0
  46. /package/{extensions → artifacts}/QueryClient.ts +0 -0
  47. /package/{extensions → artifacts}/SSEClient.d.ts +0 -0
  48. /package/{extensions → artifacts}/SSEClient.js +0 -0
  49. /package/{extensions → artifacts}/SSEClient.ts +0 -0
  50. /package/{extensions → artifacts}/graphql/generated/graphql.d.ts +0 -0
  51. /package/{extensions → artifacts}/graphql/generated/graphql.js +0 -0
  52. /package/{extensions → artifacts}/graphql/generated/graphql.ts +0 -0
  53. /package/{extensions → artifacts}/graphql/queries/investor/holdings.d.ts +0 -0
  54. /package/{extensions → artifacts}/graphql/queries/investor/holdings.js +0 -0
  55. /package/{extensions → artifacts}/graphql/queries/investor/holdings.ts +0 -0
  56. /package/{extensions → artifacts}/graphql/queries/investor/portfolio.d.ts +0 -0
  57. /package/{extensions → artifacts}/graphql/queries/investor/portfolio.js +0 -0
  58. /package/{extensions → artifacts}/graphql/queries/investor/portfolio.ts +0 -0
  59. /package/{extensions → artifacts}/graphql/queries/investor/portfolios.d.ts +0 -0
  60. /package/{extensions → artifacts}/graphql/queries/investor/portfolios.js +0 -0
  61. /package/{extensions → artifacts}/graphql/queries/investor/portfolios.ts +0 -0
  62. /package/{extensions → artifacts}/graphql/queries/investor/position.d.ts +0 -0
  63. /package/{extensions → artifacts}/graphql/queries/investor/position.js +0 -0
  64. /package/{extensions → artifacts}/graphql/queries/investor/position.ts +0 -0
  65. /package/{extensions → artifacts}/graphql/queries/investor/positions.d.ts +0 -0
  66. /package/{extensions → artifacts}/graphql/queries/investor/positions.js +0 -0
  67. /package/{extensions → artifacts}/graphql/queries/investor/positions.ts +0 -0
  68. /package/{extensions → artifacts}/graphql/queries/investor/securities.d.ts +0 -0
  69. /package/{extensions → artifacts}/graphql/queries/investor/securities.js +0 -0
  70. /package/{extensions → artifacts}/graphql/queries/investor/securities.ts +0 -0
  71. /package/{extensions → artifacts}/graphql/queries/investor/security.d.ts +0 -0
  72. /package/{extensions → artifacts}/graphql/queries/investor/security.js +0 -0
  73. /package/{extensions → artifacts}/graphql/queries/investor/security.ts +0 -0
  74. /package/{extensions → artifacts}/graphql/queries/ledger/accountRollups.d.ts +0 -0
  75. /package/{extensions → artifacts}/graphql/queries/ledger/accountRollups.js +0 -0
  76. /package/{extensions → artifacts}/graphql/queries/ledger/accountRollups.ts +0 -0
  77. /package/{extensions → artifacts}/graphql/queries/ledger/accountTree.d.ts +0 -0
  78. /package/{extensions → artifacts}/graphql/queries/ledger/accountTree.js +0 -0
  79. /package/{extensions → artifacts}/graphql/queries/ledger/accountTree.ts +0 -0
  80. /package/{extensions → artifacts}/graphql/queries/ledger/accounts.d.ts +0 -0
  81. /package/{extensions → artifacts}/graphql/queries/ledger/accounts.js +0 -0
  82. /package/{extensions → artifacts}/graphql/queries/ledger/accounts.ts +0 -0
  83. /package/{extensions → artifacts}/graphql/queries/ledger/closingBookStructures.d.ts +0 -0
  84. /package/{extensions → artifacts}/graphql/queries/ledger/closingBookStructures.js +0 -0
  85. /package/{extensions → artifacts}/graphql/queries/ledger/closingBookStructures.ts +0 -0
  86. /package/{extensions → artifacts}/graphql/queries/ledger/elements.d.ts +0 -0
  87. /package/{extensions → artifacts}/graphql/queries/ledger/elements.js +0 -0
  88. /package/{extensions → artifacts}/graphql/queries/ledger/elements.ts +0 -0
  89. /package/{extensions → artifacts}/graphql/queries/ledger/entities.d.ts +0 -0
  90. /package/{extensions → artifacts}/graphql/queries/ledger/entities.js +0 -0
  91. /package/{extensions → artifacts}/graphql/queries/ledger/entities.ts +0 -0
  92. /package/{extensions → artifacts}/graphql/queries/ledger/entity.d.ts +0 -0
  93. /package/{extensions → artifacts}/graphql/queries/ledger/entity.js +0 -0
  94. /package/{extensions → artifacts}/graphql/queries/ledger/entity.ts +0 -0
  95. /package/{extensions → artifacts}/graphql/queries/ledger/fiscalCalendar.d.ts +0 -0
  96. /package/{extensions → artifacts}/graphql/queries/ledger/fiscalCalendar.js +0 -0
  97. /package/{extensions → artifacts}/graphql/queries/ledger/fiscalCalendar.ts +0 -0
  98. /package/{extensions → artifacts}/graphql/queries/ledger/mappedTrialBalance.d.ts +0 -0
  99. /package/{extensions → artifacts}/graphql/queries/ledger/mappedTrialBalance.js +0 -0
  100. /package/{extensions → artifacts}/graphql/queries/ledger/mappedTrialBalance.ts +0 -0
  101. /package/{extensions → artifacts}/graphql/queries/ledger/mapping.d.ts +0 -0
  102. /package/{extensions → artifacts}/graphql/queries/ledger/mapping.js +0 -0
  103. /package/{extensions → artifacts}/graphql/queries/ledger/mapping.ts +0 -0
  104. /package/{extensions → artifacts}/graphql/queries/ledger/mappingCoverage.d.ts +0 -0
  105. /package/{extensions → artifacts}/graphql/queries/ledger/mappingCoverage.js +0 -0
  106. /package/{extensions → artifacts}/graphql/queries/ledger/mappingCoverage.ts +0 -0
  107. /package/{extensions → artifacts}/graphql/queries/ledger/mappings.d.ts +0 -0
  108. /package/{extensions → artifacts}/graphql/queries/ledger/mappings.js +0 -0
  109. /package/{extensions → artifacts}/graphql/queries/ledger/mappings.ts +0 -0
  110. /package/{extensions → artifacts}/graphql/queries/ledger/periodCloseStatus.d.ts +0 -0
  111. /package/{extensions → artifacts}/graphql/queries/ledger/periodCloseStatus.js +0 -0
  112. /package/{extensions → artifacts}/graphql/queries/ledger/periodCloseStatus.ts +0 -0
  113. /package/{extensions → artifacts}/graphql/queries/ledger/periodDrafts.d.ts +0 -0
  114. /package/{extensions → artifacts}/graphql/queries/ledger/periodDrafts.js +0 -0
  115. /package/{extensions → artifacts}/graphql/queries/ledger/periodDrafts.ts +0 -0
  116. /package/{extensions → artifacts}/graphql/queries/ledger/publishList.d.ts +0 -0
  117. /package/{extensions → artifacts}/graphql/queries/ledger/publishList.js +0 -0
  118. /package/{extensions → artifacts}/graphql/queries/ledger/publishList.ts +0 -0
  119. /package/{extensions → artifacts}/graphql/queries/ledger/publishLists.d.ts +0 -0
  120. /package/{extensions → artifacts}/graphql/queries/ledger/publishLists.js +0 -0
  121. /package/{extensions → artifacts}/graphql/queries/ledger/publishLists.ts +0 -0
  122. /package/{extensions → artifacts}/graphql/queries/ledger/report.d.ts +0 -0
  123. /package/{extensions → artifacts}/graphql/queries/ledger/report.js +0 -0
  124. /package/{extensions → artifacts}/graphql/queries/ledger/report.ts +0 -0
  125. /package/{extensions → artifacts}/graphql/queries/ledger/reportingTaxonomy.d.ts +0 -0
  126. /package/{extensions → artifacts}/graphql/queries/ledger/reportingTaxonomy.js +0 -0
  127. /package/{extensions → artifacts}/graphql/queries/ledger/reportingTaxonomy.ts +0 -0
  128. /package/{extensions → artifacts}/graphql/queries/ledger/reports.d.ts +0 -0
  129. /package/{extensions → artifacts}/graphql/queries/ledger/reports.js +0 -0
  130. /package/{extensions → artifacts}/graphql/queries/ledger/reports.ts +0 -0
  131. /package/{extensions → artifacts}/graphql/queries/ledger/scheduleFacts.d.ts +0 -0
  132. /package/{extensions → artifacts}/graphql/queries/ledger/scheduleFacts.js +0 -0
  133. /package/{extensions → artifacts}/graphql/queries/ledger/scheduleFacts.ts +0 -0
  134. /package/{extensions → artifacts}/graphql/queries/ledger/schedules.d.ts +0 -0
  135. /package/{extensions → artifacts}/graphql/queries/ledger/schedules.js +0 -0
  136. /package/{extensions → artifacts}/graphql/queries/ledger/schedules.ts +0 -0
  137. /package/{extensions → artifacts}/graphql/queries/ledger/statement.d.ts +0 -0
  138. /package/{extensions → artifacts}/graphql/queries/ledger/statement.js +0 -0
  139. /package/{extensions → artifacts}/graphql/queries/ledger/statement.ts +0 -0
  140. /package/{extensions → artifacts}/graphql/queries/ledger/structures.d.ts +0 -0
  141. /package/{extensions → artifacts}/graphql/queries/ledger/structures.js +0 -0
  142. /package/{extensions → artifacts}/graphql/queries/ledger/structures.ts +0 -0
  143. /package/{extensions → artifacts}/graphql/queries/ledger/summary.d.ts +0 -0
  144. /package/{extensions → artifacts}/graphql/queries/ledger/summary.js +0 -0
  145. /package/{extensions → artifacts}/graphql/queries/ledger/summary.ts +0 -0
  146. /package/{extensions → artifacts}/graphql/queries/ledger/taxonomies.d.ts +0 -0
  147. /package/{extensions → artifacts}/graphql/queries/ledger/taxonomies.js +0 -0
  148. /package/{extensions → artifacts}/graphql/queries/ledger/taxonomies.ts +0 -0
  149. /package/{extensions → artifacts}/graphql/queries/ledger/transaction.d.ts +0 -0
  150. /package/{extensions → artifacts}/graphql/queries/ledger/transaction.js +0 -0
  151. /package/{extensions → artifacts}/graphql/queries/ledger/transaction.ts +0 -0
  152. /package/{extensions → artifacts}/graphql/queries/ledger/transactions.d.ts +0 -0
  153. /package/{extensions → artifacts}/graphql/queries/ledger/transactions.js +0 -0
  154. /package/{extensions → artifacts}/graphql/queries/ledger/transactions.ts +0 -0
  155. /package/{extensions → artifacts}/graphql/queries/ledger/trialBalance.d.ts +0 -0
  156. /package/{extensions → artifacts}/graphql/queries/ledger/trialBalance.js +0 -0
  157. /package/{extensions → artifacts}/graphql/queries/ledger/trialBalance.ts +0 -0
  158. /package/{extensions → artifacts}/graphql/queries/ledger/unmappedElements.d.ts +0 -0
  159. /package/{extensions → artifacts}/graphql/queries/ledger/unmappedElements.js +0 -0
  160. /package/{extensions → artifacts}/graphql/queries/ledger/unmappedElements.ts +0 -0
  161. /package/{extensions → artifacts}/hooks.d.ts +0 -0
package/sdk.gen.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import type { Client, Options as Options2, TDataShape } from './client';
2
- import type { AutoSelectAgentData, AutoSelectAgentErrors, AutoSelectAgentResponses, BatchProcessQueriesData, BatchProcessQueriesErrors, BatchProcessQueriesResponses, CallMcpToolData, CallMcpToolErrors, CallMcpToolResponses, CancelOperationData, CancelOperationErrors, CancelOperationResponses, CancelOrgSubscriptionData, CancelOrgSubscriptionErrors, CancelOrgSubscriptionResponses, ChangeSubscriptionPlanData, ChangeSubscriptionPlanErrors, ChangeSubscriptionPlanResponses, CheckPasswordStrengthData, CheckPasswordStrengthErrors, CheckPasswordStrengthResponses, CompleteSsoAuthData, CompleteSsoAuthErrors, CompleteSsoAuthResponses, CreateBackupData, CreateBackupErrors, CreateBackupResponses, CreateCheckoutSessionData, CreateCheckoutSessionErrors, CreateCheckoutSessionResponses, CreateConnectionData, CreateConnectionErrors, CreateConnectionResponses, CreateFileUploadData, CreateFileUploadErrors, CreateFileUploadResponses, CreateGraphData, CreateGraphErrors, CreateGraphResponses, CreatePortalSessionData, CreatePortalSessionErrors, CreatePortalSessionResponses, CreateRepositorySubscriptionData, CreateRepositorySubscriptionErrors, CreateRepositorySubscriptionResponses, CreateSubgraphData, CreateSubgraphErrors, CreateSubgraphResponses, CreateUserApiKeyData, CreateUserApiKeyErrors, CreateUserApiKeyResponses, DeleteConnectionData, DeleteConnectionErrors, DeleteConnectionResponses, DeleteDocumentData, DeleteDocumentErrors, DeleteDocumentResponses, DeleteFileData, DeleteFileErrors, DeleteFileResponses, DeleteSubgraphData, DeleteSubgraphErrors, DeleteSubgraphResponses, ExecuteCypherQueryData, ExecuteCypherQueryErrors, ExecuteCypherQueryResponses, ExecuteSpecificAgentData, ExecuteSpecificAgentErrors, ExecuteSpecificAgentResponses, ExportGraphSchemaData, ExportGraphSchemaErrors, ExportGraphSchemaResponses, ForgotPasswordData, ForgotPasswordErrors, ForgotPasswordResponses, GenerateSsoTokenData, GenerateSsoTokenErrors, GenerateSsoTokenResponses, GetAgentMetadataData, GetAgentMetadataErrors, GetAgentMetadataResponses, GetAvailableExtensionsData, GetAvailableExtensionsErrors, GetAvailableExtensionsResponses, GetAvailableGraphTiersData, GetAvailableGraphTiersErrors, GetAvailableGraphTiersResponses, GetBackupDownloadUrlData, GetBackupDownloadUrlErrors, GetBackupDownloadUrlResponses, GetBackupStatsData, GetBackupStatsErrors, GetBackupStatsResponses, GetCaptchaConfigData, GetCaptchaConfigResponses, GetCheckoutStatusData, GetCheckoutStatusErrors, GetCheckoutStatusResponses, GetConnectionData, GetConnectionErrors, GetConnectionOptionsData, GetConnectionOptionsErrors, GetConnectionOptionsResponses, GetConnectionResponses, GetCreditSummaryData, GetCreditSummaryErrors, GetCreditSummaryResponses, GetCurrentAuthUserData, GetCurrentAuthUserErrors, GetCurrentAuthUserResponses, GetCurrentUserData, GetCurrentUserResponses, GetDatabaseHealthData, GetDatabaseHealthErrors, GetDatabaseHealthResponses, GetDatabaseInfoData, GetDatabaseInfoErrors, GetDatabaseInfoResponses, GetDocumentData, GetDocumentErrors, GetDocumentResponses, GetDocumentSectionData, GetDocumentSectionErrors, GetDocumentSectionResponses, GetFileData, GetFileErrors, GetFileResponses, GetGraphCapacityData, GetGraphCapacityErrors, GetGraphCapacityResponses, GetGraphLimitsData, GetGraphLimitsErrors, GetGraphLimitsResponses, GetGraphMetricsData, GetGraphMetricsErrors, GetGraphMetricsResponses, GetGraphSchemaData, GetGraphSchemaErrors, GetGraphSchemaResponses, GetGraphsData, GetGraphsErrors, GetGraphsResponses, GetGraphSubscriptionData, GetGraphSubscriptionErrors, GetGraphSubscriptionResponses, GetGraphUsageAnalyticsData, GetGraphUsageAnalyticsErrors, GetGraphUsageAnalyticsResponses, GetMaterializationStatusData, GetMaterializationStatusErrors, GetMaterializationStatusResponses, GetOperationStatusData, GetOperationStatusErrors, GetOperationStatusResponses, GetOrgBillingCustomerData, GetOrgBillingCustomerErrors, GetOrgBillingCustomerResponses, GetOrgData, GetOrgErrors, GetOrgLimitsData, GetOrgLimitsErrors, GetOrgLimitsResponses, GetOrgResponses, GetOrgSubscriptionData, GetOrgSubscriptionErrors, GetOrgSubscriptionResponses, GetOrgUpcomingInvoiceData, GetOrgUpcomingInvoiceErrors, GetOrgUpcomingInvoiceResponses, GetOrgUsageData, GetOrgUsageErrors, GetOrgUsageResponses, GetPasswordPolicyData, GetPasswordPolicyResponses, GetServiceOfferingsData, GetServiceOfferingsErrors, GetServiceOfferingsResponses, GetServiceStatusData, GetServiceStatusResponses, GetSubgraphInfoData, GetSubgraphInfoErrors, GetSubgraphInfoResponses, GetSubgraphQuotaData, GetSubgraphQuotaErrors, GetSubgraphQuotaResponses, HandleHttpGetExtensionsGraphIdGraphqlGetData, HandleHttpGetExtensionsGraphIdGraphqlGetErrors, HandleHttpGetExtensionsGraphIdGraphqlGetResponses, HandleHttpPostExtensionsGraphIdGraphqlPostData, HandleHttpPostExtensionsGraphIdGraphqlPostErrors, HandleHttpPostExtensionsGraphIdGraphqlPostResponses, InitOAuthData, InitOAuthErrors, InitOAuthResponses, InviteOrgMemberData, InviteOrgMemberErrors, InviteOrgMemberResponses, ListAgentsData, ListAgentsErrors, ListAgentsResponses, ListBackupsData, ListBackupsErrors, ListBackupsResponses, ListConnectionsData, ListConnectionsErrors, ListConnectionsResponses, ListCreditTransactionsData, ListCreditTransactionsErrors, ListCreditTransactionsResponses, ListDocumentsData, ListDocumentsErrors, ListDocumentsResponses, ListFilesData, ListFilesErrors, ListFilesResponses, ListMcpToolsData, ListMcpToolsErrors, ListMcpToolsResponses, ListOrgGraphsData, ListOrgGraphsErrors, ListOrgGraphsResponses, ListOrgInvoicesData, ListOrgInvoicesErrors, ListOrgInvoicesResponses, ListOrgMembersData, ListOrgMembersErrors, ListOrgMembersResponses, ListOrgSubscriptionsData, ListOrgSubscriptionsErrors, ListOrgSubscriptionsResponses, ListSubgraphsData, ListSubgraphsErrors, ListSubgraphsResponses, ListTablesData, ListTablesErrors, ListTablesResponses, ListUserApiKeysData, ListUserApiKeysResponses, ListUserOrgsData, ListUserOrgsResponses, LoginUserData, LoginUserErrors, LoginUserResponses, LogoutUserData, LogoutUserResponses, MaterializeGraphData, MaterializeGraphErrors, MaterializeGraphResponses, OauthCallbackData, OauthCallbackErrors, OauthCallbackResponses, OpAddPublishListMembersData, OpAddPublishListMembersErrors, OpAddPublishListMembersResponses, OpAutoMapElementsData, OpAutoMapElementsErrors, OpAutoMapElementsResponses, OpBuildFactGridData, OpBuildFactGridErrors, OpBuildFactGridResponses, OpClosePeriodData, OpClosePeriodErrors, OpClosePeriodResponses, OpCreateClosingEntryData, OpCreateClosingEntryErrors, OpCreateClosingEntryResponses, OpCreateManualClosingEntryData, OpCreateManualClosingEntryErrors, OpCreateManualClosingEntryResponses, OpCreateMappingAssociationData, OpCreateMappingAssociationErrors, OpCreateMappingAssociationResponses, OpCreatePortfolioData, OpCreatePortfolioErrors, OpCreatePortfolioResponses, OpCreatePositionData, OpCreatePositionErrors, OpCreatePositionResponses, OpCreatePublishListData, OpCreatePublishListErrors, OpCreatePublishListResponses, OpCreateReportData, OpCreateReportErrors, OpCreateReportResponses, OpCreateScheduleData, OpCreateScheduleErrors, OpCreateScheduleResponses, OpCreateSecurityData, OpCreateSecurityErrors, OpCreateSecurityResponses, OpCreateStructureData, OpCreateStructureErrors, OpCreateStructureResponses, OpCreateTaxonomyData, OpCreateTaxonomyErrors, OpCreateTaxonomyResponses, OpDeleteMappingAssociationData, OpDeleteMappingAssociationErrors, OpDeleteMappingAssociationResponses, OpDeletePortfolioData, OpDeletePortfolioErrors, OpDeletePortfolioResponses, OpDeletePositionData, OpDeletePositionErrors, OpDeletePositionResponses, OpDeletePublishListData, OpDeletePublishListErrors, OpDeletePublishListResponses, OpDeleteReportData, OpDeleteReportErrors, OpDeleteReportResponses, OpDeleteSecurityData, OpDeleteSecurityErrors, OpDeleteSecurityResponses, OpInitializeLedgerData, OpInitializeLedgerErrors, OpInitializeLedgerResponses, OpRegenerateReportData, OpRegenerateReportErrors, OpRegenerateReportResponses, OpRemovePublishListMemberData, OpRemovePublishListMemberErrors, OpRemovePublishListMemberResponses, OpReopenPeriodData, OpReopenPeriodErrors, OpReopenPeriodResponses, OpSetCloseTargetData, OpSetCloseTargetErrors, OpSetCloseTargetResponses, OpShareReportData, OpShareReportErrors, OpShareReportResponses, OpTruncateScheduleData, OpTruncateScheduleErrors, OpTruncateScheduleResponses, OpUpdateEntityData, OpUpdateEntityErrors, OpUpdateEntityResponses, OpUpdatePortfolioData, OpUpdatePortfolioErrors, OpUpdatePortfolioResponses, OpUpdatePositionData, OpUpdatePositionErrors, OpUpdatePositionResponses, OpUpdatePublishListData, OpUpdatePublishListErrors, OpUpdatePublishListResponses, OpUpdateSecurityData, OpUpdateSecurityErrors, OpUpdateSecurityResponses, QueryTablesData, QueryTablesErrors, QueryTablesResponses, RecommendAgentData, RecommendAgentErrors, RecommendAgentResponses, RefreshAuthSessionData, RefreshAuthSessionErrors, RefreshAuthSessionResponses, RegisterUserData, RegisterUserErrors, RegisterUserResponses, RemoveOrgMemberData, RemoveOrgMemberErrors, RemoveOrgMemberResponses, ResendVerificationEmailData, ResendVerificationEmailErrors, ResendVerificationEmailResponses, ResetPasswordData, ResetPasswordErrors, ResetPasswordResponses, RestoreBackupData, RestoreBackupErrors, RestoreBackupResponses, RevokeUserApiKeyData, RevokeUserApiKeyErrors, RevokeUserApiKeyResponses, SearchDocumentsData, SearchDocumentsErrors, SearchDocumentsResponses, SelectGraphData, SelectGraphErrors, SelectGraphResponses, SsoTokenExchangeData, SsoTokenExchangeErrors, SsoTokenExchangeResponses, StreamOperationEventsData, StreamOperationEventsErrors, StreamOperationEventsResponses, SyncConnectionData, SyncConnectionErrors, SyncConnectionResponses, UpdateDocumentData, UpdateDocumentErrors, UpdateDocumentResponses, UpdateFileData, UpdateFileErrors, UpdateFileResponses, UpdateOrgData, UpdateOrgErrors, UpdateOrgMemberRoleData, UpdateOrgMemberRoleErrors, UpdateOrgMemberRoleResponses, UpdateOrgResponses, UpdateUserApiKeyData, UpdateUserApiKeyErrors, UpdateUserApiKeyResponses, UpdateUserData, UpdateUserErrors, UpdateUserPasswordData, UpdateUserPasswordErrors, UpdateUserPasswordResponses, UpdateUserResponses, UploadDocumentData, UploadDocumentErrors, UploadDocumentResponses, UploadDocumentsBulkData, UploadDocumentsBulkErrors, UploadDocumentsBulkResponses, ValidateResetTokenData, ValidateResetTokenErrors, ValidateResetTokenResponses, ValidateSchemaData, ValidateSchemaErrors, ValidateSchemaResponses, VerifyEmailData, VerifyEmailErrors, VerifyEmailResponses } from './types.gen';
2
+ import type { AutoSelectAgentData, AutoSelectAgentErrors, AutoSelectAgentResponses, BatchProcessQueriesData, BatchProcessQueriesErrors, BatchProcessQueriesResponses, CallMcpToolData, CallMcpToolErrors, CallMcpToolResponses, CancelOperationData, CancelOperationErrors, CancelOperationResponses, CancelOrgSubscriptionData, CancelOrgSubscriptionErrors, CancelOrgSubscriptionResponses, ChangeSubscriptionPlanData, ChangeSubscriptionPlanErrors, ChangeSubscriptionPlanResponses, CheckPasswordStrengthData, CheckPasswordStrengthErrors, CheckPasswordStrengthResponses, CompleteSsoAuthData, CompleteSsoAuthErrors, CompleteSsoAuthResponses, CreateCheckoutSessionData, CreateCheckoutSessionErrors, CreateCheckoutSessionResponses, CreateConnectionData, CreateConnectionErrors, CreateConnectionResponses, CreateFileUploadData, CreateFileUploadErrors, CreateFileUploadResponses, CreateGraphData, CreateGraphErrors, CreateGraphResponses, CreatePortalSessionData, CreatePortalSessionErrors, CreatePortalSessionResponses, CreateRepositorySubscriptionData, CreateRepositorySubscriptionErrors, CreateRepositorySubscriptionResponses, CreateUserApiKeyData, CreateUserApiKeyErrors, CreateUserApiKeyResponses, DeleteConnectionData, DeleteConnectionErrors, DeleteConnectionResponses, DeleteDocumentData, DeleteDocumentErrors, DeleteDocumentResponses, DeleteFileData, DeleteFileErrors, DeleteFileResponses, ExecuteCypherQueryData, ExecuteCypherQueryErrors, ExecuteCypherQueryResponses, ExecuteSpecificAgentData, ExecuteSpecificAgentErrors, ExecuteSpecificAgentResponses, ExportGraphSchemaData, ExportGraphSchemaErrors, ExportGraphSchemaResponses, ForgotPasswordData, ForgotPasswordErrors, ForgotPasswordResponses, GenerateSsoTokenData, GenerateSsoTokenErrors, GenerateSsoTokenResponses, GetAgentMetadataData, GetAgentMetadataErrors, GetAgentMetadataResponses, GetAvailableExtensionsData, GetAvailableExtensionsErrors, GetAvailableExtensionsResponses, GetAvailableGraphTiersData, GetAvailableGraphTiersErrors, GetAvailableGraphTiersResponses, GetBackupDownloadUrlData, GetBackupDownloadUrlErrors, GetBackupDownloadUrlResponses, GetBackupStatsData, GetBackupStatsErrors, GetBackupStatsResponses, GetCaptchaConfigData, GetCaptchaConfigResponses, GetCheckoutStatusData, GetCheckoutStatusErrors, GetCheckoutStatusResponses, GetConnectionData, GetConnectionErrors, GetConnectionOptionsData, GetConnectionOptionsErrors, GetConnectionOptionsResponses, GetConnectionResponses, GetCreditSummaryData, GetCreditSummaryErrors, GetCreditSummaryResponses, GetCurrentAuthUserData, GetCurrentAuthUserErrors, GetCurrentAuthUserResponses, GetCurrentUserData, GetCurrentUserResponses, GetDatabaseHealthData, GetDatabaseHealthErrors, GetDatabaseHealthResponses, GetDatabaseInfoData, GetDatabaseInfoErrors, GetDatabaseInfoResponses, GetDocumentData, GetDocumentErrors, GetDocumentResponses, GetDocumentSectionData, GetDocumentSectionErrors, GetDocumentSectionResponses, GetFileData, GetFileErrors, GetFileResponses, GetGraphCapacityData, GetGraphCapacityErrors, GetGraphCapacityResponses, GetGraphLimitsData, GetGraphLimitsErrors, GetGraphLimitsResponses, GetGraphMetricsData, GetGraphMetricsErrors, GetGraphMetricsResponses, GetGraphSchemaData, GetGraphSchemaErrors, GetGraphSchemaResponses, GetGraphsData, GetGraphsErrors, GetGraphsResponses, GetGraphSubscriptionData, GetGraphSubscriptionErrors, GetGraphSubscriptionResponses, GetGraphUsageAnalyticsData, GetGraphUsageAnalyticsErrors, GetGraphUsageAnalyticsResponses, GetOperationStatusData, GetOperationStatusErrors, GetOperationStatusResponses, GetOrgBillingCustomerData, GetOrgBillingCustomerErrors, GetOrgBillingCustomerResponses, GetOrgData, GetOrgErrors, GetOrgLimitsData, GetOrgLimitsErrors, GetOrgLimitsResponses, GetOrgResponses, GetOrgSubscriptionData, GetOrgSubscriptionErrors, GetOrgSubscriptionResponses, GetOrgUpcomingInvoiceData, GetOrgUpcomingInvoiceErrors, GetOrgUpcomingInvoiceResponses, GetOrgUsageData, GetOrgUsageErrors, GetOrgUsageResponses, GetPasswordPolicyData, GetPasswordPolicyResponses, GetServiceOfferingsData, GetServiceOfferingsErrors, GetServiceOfferingsResponses, GetServiceStatusData, GetServiceStatusResponses, GetSubgraphInfoData, GetSubgraphInfoErrors, GetSubgraphInfoResponses, GetSubgraphQuotaData, GetSubgraphQuotaErrors, GetSubgraphQuotaResponses, HandleHttpGetExtensionsGraphIdGraphqlGetData, HandleHttpGetExtensionsGraphIdGraphqlGetErrors, HandleHttpGetExtensionsGraphIdGraphqlGetResponses, HandleHttpPostExtensionsGraphIdGraphqlPostData, HandleHttpPostExtensionsGraphIdGraphqlPostErrors, HandleHttpPostExtensionsGraphIdGraphqlPostResponses, InitOAuthData, InitOAuthErrors, InitOAuthResponses, InviteOrgMemberData, InviteOrgMemberErrors, InviteOrgMemberResponses, ListAgentsData, ListAgentsErrors, ListAgentsResponses, ListBackupsData, ListBackupsErrors, ListBackupsResponses, ListConnectionsData, ListConnectionsErrors, ListConnectionsResponses, ListCreditTransactionsData, ListCreditTransactionsErrors, ListCreditTransactionsResponses, ListDocumentsData, ListDocumentsErrors, ListDocumentsResponses, ListFilesData, ListFilesErrors, ListFilesResponses, ListMcpToolsData, ListMcpToolsErrors, ListMcpToolsResponses, ListOrgGraphsData, ListOrgGraphsErrors, ListOrgGraphsResponses, ListOrgInvoicesData, ListOrgInvoicesErrors, ListOrgInvoicesResponses, ListOrgMembersData, ListOrgMembersErrors, ListOrgMembersResponses, ListOrgSubscriptionsData, ListOrgSubscriptionsErrors, ListOrgSubscriptionsResponses, ListSubgraphsData, ListSubgraphsErrors, ListSubgraphsResponses, ListTablesData, ListTablesErrors, ListTablesResponses, ListUserApiKeysData, ListUserApiKeysResponses, ListUserOrgsData, ListUserOrgsResponses, LoginUserData, LoginUserErrors, LoginUserResponses, LogoutUserData, LogoutUserResponses, OauthCallbackData, OauthCallbackErrors, OauthCallbackResponses, OpAddPublishListMembersData, OpAddPublishListMembersErrors, OpAddPublishListMembersResponses, OpAutoMapElementsData, OpAutoMapElementsErrors, OpAutoMapElementsResponses, OpBuildFactGridData, OpBuildFactGridErrors, OpBuildFactGridResponses, OpClosePeriodData, OpClosePeriodErrors, OpClosePeriodResponses, OpCreateAssociationsData, OpCreateAssociationsErrors, OpCreateAssociationsResponses, OpCreateBackupData, OpCreateBackupErrors, OpCreateBackupResponses, OpCreateClosingEntryData, OpCreateClosingEntryErrors, OpCreateClosingEntryResponses, OpCreateElementData, OpCreateElementErrors, OpCreateElementResponses, OpCreateJournalEntryData, OpCreateJournalEntryErrors, OpCreateJournalEntryResponses, OpCreateManualClosingEntryData, OpCreateManualClosingEntryErrors, OpCreateManualClosingEntryResponses, OpCreateMappingAssociationData, OpCreateMappingAssociationErrors, OpCreateMappingAssociationResponses, OpCreatePortfolioData, OpCreatePortfolioErrors, OpCreatePortfolioResponses, OpCreatePositionData, OpCreatePositionErrors, OpCreatePositionResponses, OpCreatePublishListData, OpCreatePublishListErrors, OpCreatePublishListResponses, OpCreateReportData, OpCreateReportErrors, OpCreateReportResponses, OpCreateScheduleData, OpCreateScheduleErrors, OpCreateScheduleResponses, OpCreateSecurityData, OpCreateSecurityErrors, OpCreateSecurityResponses, OpCreateStructureData, OpCreateStructureErrors, OpCreateStructureResponses, OpCreateSubgraphData, OpCreateSubgraphErrors, OpCreateSubgraphResponses, OpCreateTaxonomyData, OpCreateTaxonomyErrors, OpCreateTaxonomyResponses, OpDeleteAssociationData, OpDeleteAssociationErrors, OpDeleteAssociationResponses, OpDeleteElementData, OpDeleteElementErrors, OpDeleteElementResponses, OpDeleteJournalEntryData, OpDeleteJournalEntryErrors, OpDeleteJournalEntryResponses, OpDeleteMappingAssociationData, OpDeleteMappingAssociationErrors, OpDeleteMappingAssociationResponses, OpDeletePortfolioData, OpDeletePortfolioErrors, OpDeletePortfolioResponses, OpDeletePositionData, OpDeletePositionErrors, OpDeletePositionResponses, OpDeletePublishListData, OpDeletePublishListErrors, OpDeletePublishListResponses, OpDeleteReportData, OpDeleteReportErrors, OpDeleteReportResponses, OpDeleteScheduleData, OpDeleteScheduleErrors, OpDeleteScheduleResponses, OpDeleteSecurityData, OpDeleteSecurityErrors, OpDeleteSecurityResponses, OpDeleteStructureData, OpDeleteStructureErrors, OpDeleteStructureResponses, OpDeleteSubgraphData, OpDeleteSubgraphErrors, OpDeleteSubgraphResponses, OpDeleteTaxonomyData, OpDeleteTaxonomyErrors, OpDeleteTaxonomyResponses, OpInitializeLedgerData, OpInitializeLedgerErrors, OpInitializeLedgerResponses, OpLinkEntityTaxonomyData, OpLinkEntityTaxonomyErrors, OpLinkEntityTaxonomyResponses, OpMaterializeData, OpMaterializeErrors, OpMaterializeResponses, OpRegenerateReportData, OpRegenerateReportErrors, OpRegenerateReportResponses, OpRemovePublishListMemberData, OpRemovePublishListMemberErrors, OpRemovePublishListMemberResponses, OpReopenPeriodData, OpReopenPeriodErrors, OpReopenPeriodResponses, OpRestoreBackupData, OpRestoreBackupErrors, OpRestoreBackupResponses, OpReverseJournalEntryData, OpReverseJournalEntryErrors, OpReverseJournalEntryResponses, OpSetCloseTargetData, OpSetCloseTargetErrors, OpSetCloseTargetResponses, OpShareReportData, OpShareReportErrors, OpShareReportResponses, OpTruncateScheduleData, OpTruncateScheduleErrors, OpTruncateScheduleResponses, OpUpdateAssociationData, OpUpdateAssociationErrors, OpUpdateAssociationResponses, OpUpdateElementData, OpUpdateElementErrors, OpUpdateElementResponses, OpUpdateEntityData, OpUpdateEntityErrors, OpUpdateEntityResponses, OpUpdateJournalEntryData, OpUpdateJournalEntryErrors, OpUpdateJournalEntryResponses, OpUpdatePortfolioData, OpUpdatePortfolioErrors, OpUpdatePortfolioResponses, OpUpdatePositionData, OpUpdatePositionErrors, OpUpdatePositionResponses, OpUpdatePublishListData, OpUpdatePublishListErrors, OpUpdatePublishListResponses, OpUpdateScheduleData, OpUpdateScheduleErrors, OpUpdateScheduleResponses, OpUpdateSecurityData, OpUpdateSecurityErrors, OpUpdateSecurityResponses, OpUpdateStructureData, OpUpdateStructureErrors, OpUpdateStructureResponses, OpUpdateTaxonomyData, OpUpdateTaxonomyErrors, OpUpdateTaxonomyResponses, OpUpgradeTierData, OpUpgradeTierErrors, OpUpgradeTierResponses, QueryTablesData, QueryTablesErrors, QueryTablesResponses, RecommendAgentData, RecommendAgentErrors, RecommendAgentResponses, RefreshAuthSessionData, RefreshAuthSessionErrors, RefreshAuthSessionResponses, RegisterUserData, RegisterUserErrors, RegisterUserResponses, RemoveOrgMemberData, RemoveOrgMemberErrors, RemoveOrgMemberResponses, ResendVerificationEmailData, ResendVerificationEmailErrors, ResendVerificationEmailResponses, ResetPasswordData, ResetPasswordErrors, ResetPasswordResponses, RevokeUserApiKeyData, RevokeUserApiKeyErrors, RevokeUserApiKeyResponses, SearchDocumentsData, SearchDocumentsErrors, SearchDocumentsResponses, SelectGraphData, SelectGraphErrors, SelectGraphResponses, SsoTokenExchangeData, SsoTokenExchangeErrors, SsoTokenExchangeResponses, StreamOperationEventsData, StreamOperationEventsErrors, StreamOperationEventsResponses, SyncConnectionData, SyncConnectionErrors, SyncConnectionResponses, UpdateDocumentData, UpdateDocumentErrors, UpdateDocumentResponses, UpdateFileData, UpdateFileErrors, UpdateFileResponses, UpdateOrgData, UpdateOrgErrors, UpdateOrgMemberRoleData, UpdateOrgMemberRoleErrors, UpdateOrgMemberRoleResponses, UpdateOrgResponses, UpdateUserApiKeyData, UpdateUserApiKeyErrors, UpdateUserApiKeyResponses, UpdateUserData, UpdateUserErrors, UpdateUserPasswordData, UpdateUserPasswordErrors, UpdateUserPasswordResponses, UpdateUserResponses, UploadDocumentData, UploadDocumentErrors, UploadDocumentResponses, UploadDocumentsBulkData, UploadDocumentsBulkErrors, UploadDocumentsBulkResponses, ValidateResetTokenData, ValidateResetTokenErrors, ValidateResetTokenResponses, ValidateSchemaData, ValidateSchemaErrors, ValidateSchemaResponses, VerifyEmailData, VerifyEmailErrors, VerifyEmailResponses } from './types.gen';
3
3
  export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
4
4
  /**
5
5
  * You can provide a client instance returned by `createClient()` instead of
@@ -606,147 +606,12 @@ export declare const callMcpTool: <ThrowOnError extends boolean = false>(options
606
606
  * List all backups for the specified graph database
607
607
  */
608
608
  export declare const listBackups: <ThrowOnError extends boolean = false>(options: Options<ListBackupsData, ThrowOnError>) => import("./client").RequestResult<ListBackupsResponses, ListBackupsErrors, ThrowOnError, "fields">;
609
- /**
610
- * Create Backup
611
- *
612
- * Create a backup of the graph database.
613
- *
614
- * Creates a complete backup of the graph database (.lbug file) with:
615
- * - **Format**: Full database backup only (complete .lbug file)
616
- * - **Compression**: Always enabled for optimal storage
617
- * - **Encryption**: Optional AES-256 encryption for security
618
- * - **Retention**: Configurable retention period (1-2555 days)
619
- *
620
- * **Backup Features:**
621
- * - **Complete Backup**: Full database file backup
622
- * - **Consistency**: Point-in-time consistent snapshot
623
- * - **Download Support**: Unencrypted backups can be downloaded
624
- * - **Restore Support**: Future support for encrypted backup restoration
625
- *
626
- * **Operation State Machine:**
627
- * ```
628
- * pending → processing → completed
629
- * ↘ failed
630
- * ```
631
- * - **pending**: Backup queued, waiting to start
632
- * - **processing**: Actively backing up database
633
- * - **completed**: Backup successfully created and stored
634
- * - **failed**: Backup failed (check error message)
635
- *
636
- * **Expected Durations:**
637
- * Operation times vary by database size:
638
- * - **Small** (<1GB): 30 seconds - 2 minutes
639
- * - **Medium** (1-10GB): 2-10 minutes
640
- * - **Large** (10-100GB): 10-30 minutes
641
- * - **Very Large** (>100GB): 30+ minutes
642
- *
643
- * **Progress Monitoring:**
644
- * Use the returned operation_id to connect to the SSE stream:
645
- * ```javascript
646
- * const eventSource = new EventSource('/v1/operations/{operation_id}/stream');
647
- * eventSource.addEventListener('operation_progress', (event) => {
648
- * const data = JSON.parse(event.data);
649
- * console.log('Backup progress:', data.progress_percent + '%');
650
- * console.log('Status:', data.status); // pending, processing, completed, failed
651
- * });
652
- * ```
653
- *
654
- * **SSE Connection Limits:**
655
- * - Maximum 5 concurrent SSE connections per user
656
- * - Rate limited to 10 new connections per minute
657
- * - Automatic circuit breaker for Redis failures
658
- * - Graceful degradation if event system unavailable
659
- *
660
- * **Important Notes:**
661
- * - Only full_dump format is supported (no CSV/JSON exports)
662
- * - Compression is always enabled
663
- * - Encrypted backups cannot be downloaded (security measure)
664
- * - All backups are stored securely in cloud storage
665
- *
666
- * **Credit Consumption:**
667
- * - Base cost: 25.0 credits
668
- * - Large databases (>10GB): 50.0 credits
669
- * - Multiplied by graph tier
670
- *
671
- * Returns operation details for SSE monitoring.
672
- */
673
- export declare const createBackup: <ThrowOnError extends boolean = false>(options: Options<CreateBackupData, ThrowOnError>) => import("./client").RequestResult<CreateBackupResponses, CreateBackupErrors, ThrowOnError, "fields">;
674
609
  /**
675
610
  * Get temporary download URL for backup
676
611
  *
677
612
  * Generate a temporary download URL for a backup (unencrypted, compressed .lbug files only)
678
613
  */
679
614
  export declare const getBackupDownloadUrl: <ThrowOnError extends boolean = false>(options: Options<GetBackupDownloadUrlData, ThrowOnError>) => import("./client").RequestResult<GetBackupDownloadUrlResponses, GetBackupDownloadUrlErrors, ThrowOnError, "fields">;
680
- /**
681
- * Restore Encrypted Backup
682
- *
683
- * Restore a graph database from an encrypted backup.
684
- *
685
- * Restores a complete graph database from an encrypted backup:
686
- * - **Format**: Only full_dump backups can be restored
687
- * - **Encryption**: Only encrypted backups can be restored (security requirement)
688
- * - **System Backup**: Creates automatic backup of existing database before restore
689
- * - **Verification**: Optionally verifies database integrity after restore
690
- *
691
- * **Restore Features:**
692
- * - **Atomic Operation**: Complete replacement of database
693
- * - **Rollback Protection**: System backup created before restore
694
- * - **Data Integrity**: Verification ensures successful restore
695
- * - **Security**: Only encrypted backups to prevent data tampering
696
- *
697
- * **Operation State Machine:**
698
- * ```
699
- * pending → backing_up_current → downloading → restoring → verifying → completed
700
- * ↘ failed
701
- * ```
702
- * - **pending**: Restore queued, waiting to start
703
- * - **backing_up_current**: Creating safety backup of existing database
704
- * - **downloading**: Downloading backup from storage
705
- * - **restoring**: Replacing database with backup contents
706
- * - **verifying**: Verifying database integrity (if enabled)
707
- * - **completed**: Restore successful, database operational
708
- * - **failed**: Restore failed (rollback may be available)
709
- *
710
- * **Expected Durations:**
711
- * Operation times vary by database size (includes backup + restore):
712
- * - **Small** (<1GB): 1-3 minutes
713
- * - **Medium** (1-10GB): 5-15 minutes
714
- * - **Large** (10-100GB): 20-45 minutes
715
- * - **Very Large** (>100GB): 45+ minutes
716
- *
717
- * Note: Restore operations take longer than backups due to safety backup step.
718
- *
719
- * **Progress Monitoring:**
720
- * Use the returned operation_id to connect to the SSE stream:
721
- * ```javascript
722
- * const eventSource = new EventSource('/v1/operations/{operation_id}/stream');
723
- * eventSource.addEventListener('operation_progress', (event) => {
724
- * const data = JSON.parse(event.data);
725
- * console.log('Restore progress:', data.message);
726
- * console.log('Status:', data.status); // Shows current state
727
- * });
728
- * ```
729
- *
730
- * **SSE Connection Limits:**
731
- * - Maximum 5 concurrent SSE connections per user
732
- * - Rate limited to 10 new connections per minute
733
- * - Automatic circuit breaker for Redis failures
734
- * - Graceful degradation if event system unavailable
735
- *
736
- * **Important Notes:**
737
- * - Only encrypted backups can be restored (security measure)
738
- * - Existing database is backed up to S3 before restore
739
- * - Restore is a destructive operation - existing data is replaced
740
- * - System backups are stored separately for recovery
741
- *
742
- * **Credit Consumption:**
743
- * - Base cost: 100.0 credits
744
- * - Large databases (>10GB): 200.0 credits
745
- * - Multiplied by graph tier
746
- *
747
- * Returns operation details for SSE monitoring.
748
- */
749
- export declare const restoreBackup: <ThrowOnError extends boolean = false>(options: Options<RestoreBackupData, ThrowOnError>) => import("./client").RequestResult<RestoreBackupResponses, RestoreBackupErrors, ThrowOnError, "fields">;
750
615
  /**
751
616
  * Get backup statistics
752
617
  *
@@ -1143,67 +1008,6 @@ export declare const getGraphLimits: <ThrowOnError extends boolean = false>(opti
1143
1008
  * - Each subgraph includes its ID, name, description, type, status, and creation date
1144
1009
  */
1145
1010
  export declare const listSubgraphs: <ThrowOnError extends boolean = false>(options: Options<ListSubgraphsData, ThrowOnError>) => import("./client").RequestResult<ListSubgraphsResponses, ListSubgraphsErrors, ThrowOnError, "fields">;
1146
- /**
1147
- * Create Subgraph
1148
- *
1149
- * Create a new subgraph within a parent graph, with optional data forking.
1150
- *
1151
- * **Requirements:**
1152
- * - Valid authentication
1153
- * - Parent graph must exist and be accessible to the user
1154
- * - User must have 'admin' permission on the parent graph
1155
- * - Parent graph tier must support subgraphs (LadybugDB Large/XLarge)
1156
- * - Must be within subgraph quota limits
1157
- * - Subgraph name must be unique within the parent graph
1158
- *
1159
- * **Fork Mode:**
1160
- * When `fork_parent=true`, the operation:
1161
- * - Returns immediately with an operation_id for SSE monitoring
1162
- * - Copies data from parent graph to the new subgraph
1163
- * - Supports selective forking via metadata.fork_options
1164
- * - Tracks progress in real-time via SSE
1165
- *
1166
- * **Returns:**
1167
- * - Without fork: Immediate SubgraphResponse with created subgraph details
1168
- * - With fork: Operation response with SSE monitoring endpoint
1169
- *
1170
- * **Subgraph ID format:** `{parent_id}_{subgraph_name}` (e.g., kg1234567890abcdef_dev)
1171
- *
1172
- * **Usage:**
1173
- * - Subgraphs share parent's credit pool
1174
- * - Subgraph ID can be used in all standard `/v1/graphs/{graph_id}*` endpoints
1175
- * - Permissions inherited from parent graph
1176
- */
1177
- export declare const createSubgraph: <ThrowOnError extends boolean = false>(options: Options<CreateSubgraphData, ThrowOnError>) => import("./client").RequestResult<CreateSubgraphResponses, CreateSubgraphErrors, ThrowOnError, "fields">;
1178
- /**
1179
- * Delete Subgraph
1180
- *
1181
- * Delete a subgraph database.
1182
- *
1183
- * **Requirements:**
1184
- * - Must be a valid subgraph (not parent graph)
1185
- * - User must have admin access to parent graph
1186
- * - Subgraph name must be alphanumeric (1-20 characters)
1187
- * - Optional backup before deletion
1188
- *
1189
- * **Deletion Options:**
1190
- * - `force`: Delete even if contains data
1191
- * - `backup_first`: Create backup before deletion
1192
- *
1193
- * **Warning:**
1194
- * Deletion is permanent unless backup is created.
1195
- * All data in the subgraph will be lost.
1196
- *
1197
- * **Backup Location:**
1198
- * If backup requested, stored in S3 graph database bucket at:
1199
- * `s3://{graph_s3_bucket}/{instance_id}/{database_name}_{timestamp}.backup`
1200
- *
1201
- * **Notes:**
1202
- * - Use the subgraph name (e.g., 'dev', 'staging') not the full subgraph ID
1203
- * - Deletion does not affect parent graph's credit pool or permissions
1204
- * - Backup creation consumes credits from parent graph's allocation
1205
- */
1206
- export declare const deleteSubgraph: <ThrowOnError extends boolean = false>(options: Options<DeleteSubgraphData, ThrowOnError>) => import("./client").RequestResult<DeleteSubgraphResponses, DeleteSubgraphErrors, ThrowOnError, "fields">;
1207
1011
  /**
1208
1012
  * Get Subgraph Details
1209
1013
  *
@@ -1449,94 +1253,56 @@ export declare const updateDocument: <ThrowOnError extends boolean = false>(opti
1449
1253
  */
1450
1254
  export declare const uploadDocumentsBulk: <ThrowOnError extends boolean = false>(options: Options<UploadDocumentsBulkData, ThrowOnError>) => import("./client").RequestResult<UploadDocumentsBulkResponses, UploadDocumentsBulkErrors, ThrowOnError, "fields">;
1451
1255
  /**
1452
- * Get Materialization Status
1256
+ * Create Subgraph
1453
1257
  *
1454
- * Get current materialization status for the graph.
1258
+ * Create a new subgraph, optionally forking parent data.
1455
1259
  *
1456
- * Shows whether the graph is stale (DuckDB has changes not yet in graph database),
1457
- * when it was last materialized, and how long since last materialization.
1260
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
1261
+ */
1262
+ export declare const opCreateSubgraph: <ThrowOnError extends boolean = false>(options: Options<OpCreateSubgraphData, ThrowOnError>) => import("./client").RequestResult<OpCreateSubgraphResponses, OpCreateSubgraphErrors, ThrowOnError, "fields">;
1263
+ /**
1264
+ * Delete Subgraph
1458
1265
  *
1459
- * **Status Information:**
1460
- * - Whether graph is currently stale
1461
- * - Reason for staleness if applicable
1462
- * - When graph became stale
1463
- * - When graph was last materialized
1464
- * - Total materialization count
1465
- * - Hours since last materialization
1266
+ * Delete a subgraph database.
1466
1267
  *
1467
- * **Use Cases:**
1468
- * - Decide if materialization is needed
1469
- * - Monitor graph freshness
1470
- * - Track materialization history
1471
- * - Understand data pipeline state
1268
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
1269
+ */
1270
+ export declare const opDeleteSubgraph: <ThrowOnError extends boolean = false>(options: Options<OpDeleteSubgraphData, ThrowOnError>) => import("./client").RequestResult<OpDeleteSubgraphResponses, OpDeleteSubgraphErrors, ThrowOnError, "fields">;
1271
+ /**
1272
+ * Create Backup
1472
1273
  *
1473
- * **Important Notes:**
1474
- * - Stale graph means DuckDB has changes not in graph
1475
- * - Graph becomes stale after file deletions
1476
- * - Materialization clears staleness
1477
- * - Status retrieval is included - no credit consumption
1478
- */
1479
- export declare const getMaterializationStatus: <ThrowOnError extends boolean = false>(options: Options<GetMaterializationStatusData, ThrowOnError>) => import("./client").RequestResult<GetMaterializationStatusResponses, GetMaterializationStatusErrors, ThrowOnError, "fields">;
1480
- /**
1481
- * Materialize Graph from DuckDB
1482
- *
1483
- * Rebuild entire graph from DuckDB staging tables (materialized view pattern).
1484
- *
1485
- * This endpoint rebuilds the complete graph database from the current state of DuckDB
1486
- * staging tables. It automatically discovers all tables, ingests them in the correct
1487
- * order (nodes before relationships), and clears the staleness flag.
1488
- *
1489
- * **When to Use:**
1490
- * - After batch uploads (files uploaded with ingest_to_graph=false)
1491
- * - After cascade file deletions (graph marked stale)
1492
- * - To ensure graph consistency with DuckDB state
1493
- * - Periodic full refresh
1494
- *
1495
- * **What Happens:**
1496
- * 1. Discovers all tables for the graph from PostgreSQL registry
1497
- * 2. Sorts tables (nodes before relationships)
1498
- * 3. Ingests all tables from DuckDB to graph in order
1499
- * 4. Clears staleness flag on success
1500
- * 5. Returns detailed materialization report
1501
- *
1502
- * **Staleness Check:**
1503
- * By default, only materializes if graph is stale (after deletions or missed ingestions).
1504
- * Use `force=true` to rebuild regardless of staleness.
1505
- *
1506
- * **Rebuild Feature:**
1507
- * Setting `rebuild=true` regenerates the entire graph database from scratch:
1508
- * - Deletes existing graph database
1509
- * - Recreates with fresh schema from active GraphSchema
1510
- * - Ingests all data files
1511
- * - Safe operation - DuckDB is source of truth
1512
- * - Useful for schema changes or data corrections
1513
- * - Graph marked as 'rebuilding' during process
1514
- *
1515
- * **Table Ordering:**
1516
- * Node tables (PascalCase) are ingested before relationship tables (UPPERCASE) to
1517
- * ensure referential integrity.
1274
+ * Create a backup of the graph database (async).
1518
1275
  *
1519
- * **Error Handling:**
1520
- * With `ignore_errors=true` (default), continues materializing even if individual
1521
- * rows fail. Failed rows are logged but don't stop the process.
1276
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
1277
+ */
1278
+ export declare const opCreateBackup: <ThrowOnError extends boolean = false>(options: Options<OpCreateBackupData, ThrowOnError>) => import("./client").RequestResult<OpCreateBackupResponses, OpCreateBackupErrors, ThrowOnError, "fields">;
1279
+ /**
1280
+ * Restore Backup
1281
+ *
1282
+ * Restore a graph database from an encrypted backup.
1283
+ *
1284
+ * Blocked for entity graphs — OLTP is the source of truth, use
1285
+ * the materialize operation instead.
1286
+ *
1287
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
1288
+ */
1289
+ export declare const opRestoreBackup: <ThrowOnError extends boolean = false>(options: Options<OpRestoreBackupData, ThrowOnError>) => import("./client").RequestResult<OpRestoreBackupResponses, OpRestoreBackupErrors, ThrowOnError, "fields">;
1290
+ /**
1291
+ * Upgrade Tier
1522
1292
  *
1523
- * **Concurrency Control:**
1524
- * Only one materialization can run per graph at a time. If another materialization is in progress,
1525
- * you'll receive a 409 Conflict error. The distributed lock automatically expires after
1526
- * the configured TTL (default: 1 hour) to prevent deadlocks from failed materializations.
1293
+ * Change the infrastructure tier on a graph (async EBS migration).
1527
1294
  *
1528
- * **Performance:**
1529
- * Full graph materialization can take minutes for large datasets. Consider running
1530
- * during off-peak hours for production systems.
1295
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
1296
+ */
1297
+ export declare const opUpgradeTier: <ThrowOnError extends boolean = false>(options: Options<OpUpgradeTierData, ThrowOnError>) => import("./client").RequestResult<OpUpgradeTierResponses, OpUpgradeTierErrors, ThrowOnError, "fields">;
1298
+ /**
1299
+ * Materialize Graph
1531
1300
  *
1532
- * **Dry Run:**
1533
- * Set `dry_run=true` to validate limits without executing. Returns current usage, tier limits,
1534
- * and any warnings or errors. No lock is acquired, no SSE operation is created.
1301
+ * Materialize graph from staging tables or extensions OLTP.
1535
1302
  *
1536
- * **Credits:**
1537
- * Materialization is included - no credit consumption
1303
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
1538
1304
  */
1539
- export declare const materializeGraph: <ThrowOnError extends boolean = false>(options: Options<MaterializeGraphData, ThrowOnError>) => import("./client").RequestResult<MaterializeGraphResponses, MaterializeGraphErrors, ThrowOnError, "fields">;
1305
+ export declare const opMaterialize: <ThrowOnError extends boolean = false>(options: Options<OpMaterializeData, ThrowOnError>) => import("./client").RequestResult<OpMaterializeResponses, OpMaterializeErrors, ThrowOnError, "fields">;
1540
1306
  /**
1541
1307
  * List Files in Graph
1542
1308
  *
@@ -2195,90 +1961,264 @@ export declare const createCheckoutSession: <ThrowOnError extends boolean = fals
2195
1961
  export declare const getCheckoutStatus: <ThrowOnError extends boolean = false>(options: Options<GetCheckoutStatusData, ThrowOnError>) => import("./client").RequestResult<GetCheckoutStatusResponses, GetCheckoutStatusErrors, ThrowOnError, "fields">;
2196
1962
  /**
2197
1963
  * Handle Http Get
1964
+ *
1965
+ *
1966
+ *
1967
+ * **Auth**: pass `X-API-Key` (or a JWT `Authorization: Bearer` header). Unauthenticated introspection queries are deliberately allowed for SDK codegen; data queries require credentials and raise `UNAUTHENTICATED`.
1968
+ *
1969
+ * **Error codes**: `LEDGER_NOT_INITIALIZED`, `INVESTOR_NOT_INITIALIZED`, and `UNAUTHENTICATED` surface in the GraphQL `errors[].extensions.code` field — see `graphql/README.md` for the full vocabulary.
2198
1970
  */
2199
1971
  export declare const handleHttpGetExtensionsGraphIdGraphqlGet: <ThrowOnError extends boolean = false>(options: Options<HandleHttpGetExtensionsGraphIdGraphqlGetData, ThrowOnError>) => import("./client").RequestResult<HandleHttpGetExtensionsGraphIdGraphqlGetResponses, HandleHttpGetExtensionsGraphIdGraphqlGetErrors, ThrowOnError, "fields">;
2200
1972
  /**
2201
1973
  * Handle Http Post
1974
+ *
1975
+ *
1976
+ *
1977
+ * **Auth**: pass `X-API-Key` (or a JWT `Authorization: Bearer` header). Unauthenticated introspection queries are deliberately allowed for SDK codegen; data queries require credentials and raise `UNAUTHENTICATED`.
1978
+ *
1979
+ * **Error codes**: `LEDGER_NOT_INITIALIZED`, `INVESTOR_NOT_INITIALIZED`, and `UNAUTHENTICATED` surface in the GraphQL `errors[].extensions.code` field — see `graphql/README.md` for the full vocabulary.
2202
1980
  */
2203
1981
  export declare const handleHttpPostExtensionsGraphIdGraphqlPost: <ThrowOnError extends boolean = false>(options: Options<HandleHttpPostExtensionsGraphIdGraphqlPostData, ThrowOnError>) => import("./client").RequestResult<HandleHttpPostExtensionsGraphIdGraphqlPostResponses, HandleHttpPostExtensionsGraphIdGraphqlPostErrors, ThrowOnError, "fields">;
2204
1982
  /**
2205
1983
  * Update Entity
2206
1984
  *
2207
1985
  * Update entity details. Only provided (non-null) fields are updated.
1986
+ *
1987
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2208
1988
  */
2209
1989
  export declare const opUpdateEntity: <ThrowOnError extends boolean = false>(options: Options<OpUpdateEntityData, ThrowOnError>) => import("./client").RequestResult<OpUpdateEntityResponses, OpUpdateEntityErrors, ThrowOnError, "fields">;
2210
1990
  /**
2211
1991
  * Initialize Ledger
2212
1992
  *
2213
1993
  * One-time ledger initialization — create fiscal calendar + seed periods.
1994
+ *
1995
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2214
1996
  */
2215
1997
  export declare const opInitializeLedger: <ThrowOnError extends boolean = false>(options: Options<OpInitializeLedgerData, ThrowOnError>) => import("./client").RequestResult<OpInitializeLedgerResponses, OpInitializeLedgerErrors, ThrowOnError, "fields">;
2216
1998
  /**
2217
1999
  * Set Close Target
2218
2000
  *
2219
2001
  * Set the user-controlled close target (YYYY-MM).
2002
+ *
2003
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2220
2004
  */
2221
2005
  export declare const opSetCloseTarget: <ThrowOnError extends boolean = false>(options: Options<OpSetCloseTargetData, ThrowOnError>) => import("./client").RequestResult<OpSetCloseTargetResponses, OpSetCloseTargetErrors, ThrowOnError, "fields">;
2222
2006
  /**
2223
2007
  * Close Fiscal Period
2224
2008
  *
2225
2009
  * Close a fiscal period — the final commit action.
2010
+ *
2011
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2226
2012
  */
2227
2013
  export declare const opClosePeriod: <ThrowOnError extends boolean = false>(options: Options<OpClosePeriodData, ThrowOnError>) => import("./client").RequestResult<OpClosePeriodResponses, OpClosePeriodErrors, ThrowOnError, "fields">;
2228
2014
  /**
2229
2015
  * Reopen Fiscal Period
2230
2016
  *
2231
2017
  * Reopen a closed fiscal period — decrements `closed_through`.
2018
+ *
2019
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2232
2020
  */
2233
2021
  export declare const opReopenPeriod: <ThrowOnError extends boolean = false>(options: Options<OpReopenPeriodData, ThrowOnError>) => import("./client").RequestResult<OpReopenPeriodResponses, OpReopenPeriodErrors, ThrowOnError, "fields">;
2234
2022
  /**
2235
2023
  * Create Schedule
2236
2024
  *
2237
2025
  * Create a schedule with pre-generated monthly facts.
2026
+ *
2027
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2238
2028
  */
2239
2029
  export declare const opCreateSchedule: <ThrowOnError extends boolean = false>(options: Options<OpCreateScheduleData, ThrowOnError>) => import("./client").RequestResult<OpCreateScheduleResponses, OpCreateScheduleErrors, ThrowOnError, "fields">;
2240
2030
  /**
2241
2031
  * Truncate Schedule (End Early)
2242
2032
  *
2243
2033
  * End a schedule early — delete forward facts + stale drafts.
2034
+ *
2035
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2244
2036
  */
2245
2037
  export declare const opTruncateSchedule: <ThrowOnError extends boolean = false>(options: Options<OpTruncateScheduleData, ThrowOnError>) => import("./client").RequestResult<OpTruncateScheduleResponses, OpTruncateScheduleErrors, ThrowOnError, "fields">;
2246
2038
  /**
2247
2039
  * Create Closing Entry
2248
2040
  *
2249
2041
  * Create a draft closing entry from a schedule's facts for a period.
2042
+ *
2043
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2250
2044
  */
2251
2045
  export declare const opCreateClosingEntry: <ThrowOnError extends boolean = false>(options: Options<OpCreateClosingEntryData, ThrowOnError>) => import("./client").RequestResult<OpCreateClosingEntryResponses, OpCreateClosingEntryErrors, ThrowOnError, "fields">;
2252
2046
  /**
2253
2047
  * Create Manual Closing Entry
2254
2048
  *
2255
2049
  * Create a manual (non-schedule) draft closing entry.
2050
+ *
2051
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2256
2052
  */
2257
2053
  export declare const opCreateManualClosingEntry: <ThrowOnError extends boolean = false>(options: Options<OpCreateManualClosingEntryData, ThrowOnError>) => import("./client").RequestResult<OpCreateManualClosingEntryResponses, OpCreateManualClosingEntryErrors, ThrowOnError, "fields">;
2258
2054
  /**
2259
2055
  * Create Taxonomy
2260
2056
  *
2261
2057
  * Create a new taxonomy definition.
2058
+ *
2059
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2262
2060
  */
2263
2061
  export declare const opCreateTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpCreateTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpCreateTaxonomyResponses, OpCreateTaxonomyErrors, ThrowOnError, "fields">;
2264
2062
  /**
2265
2063
  * Create Structure
2266
2064
  *
2267
2065
  * Create a new structure (statement, mapping, schedule, etc.).
2066
+ *
2067
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2268
2068
  */
2269
2069
  export declare const opCreateStructure: <ThrowOnError extends boolean = false>(options: Options<OpCreateStructureData, ThrowOnError>) => import("./client").RequestResult<OpCreateStructureResponses, OpCreateStructureErrors, ThrowOnError, "fields">;
2270
2070
  /**
2271
2071
  * Create Mapping Association
2272
2072
  *
2273
2073
  * Add a mapping association (CoA element → reporting concept).
2074
+ *
2075
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2274
2076
  */
2275
2077
  export declare const opCreateMappingAssociation: <ThrowOnError extends boolean = false>(options: Options<OpCreateMappingAssociationData, ThrowOnError>) => import("./client").RequestResult<OpCreateMappingAssociationResponses, OpCreateMappingAssociationErrors, ThrowOnError, "fields">;
2276
2078
  /**
2277
2079
  * Delete Mapping Association
2278
2080
  *
2279
2081
  * Remove a mapping association.
2082
+ *
2083
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2280
2084
  */
2281
2085
  export declare const opDeleteMappingAssociation: <ThrowOnError extends boolean = false>(options: Options<OpDeleteMappingAssociationData, ThrowOnError>) => import("./client").RequestResult<OpDeleteMappingAssociationResponses, OpDeleteMappingAssociationErrors, ThrowOnError, "fields">;
2086
+ /**
2087
+ * Update Taxonomy
2088
+ *
2089
+ * Update mutable fields on a taxonomy. `taxonomy_type` is immutable.
2090
+ *
2091
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2092
+ */
2093
+ export declare const opUpdateTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpUpdateTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpUpdateTaxonomyResponses, OpUpdateTaxonomyErrors, ThrowOnError, "fields">;
2094
+ /**
2095
+ * Delete Taxonomy
2096
+ *
2097
+ * Soft-delete a taxonomy (sets `is_active=false`). Historical references remain valid.
2098
+ *
2099
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2100
+ */
2101
+ export declare const opDeleteTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpDeleteTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpDeleteTaxonomyResponses, OpDeleteTaxonomyErrors, ThrowOnError, "fields">;
2102
+ /**
2103
+ * Link Entity to Taxonomy
2104
+ *
2105
+ * Link the graph's entity to a taxonomy (creates the ENTITY_HAS_TAXONOMY edge). Idempotent — returns existing linkage if it already exists. Required after creating a CoA taxonomy so the platform knows which chart of accounts the entity reports under.
2106
+ *
2107
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2108
+ */
2109
+ export declare const opLinkEntityTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpLinkEntityTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpLinkEntityTaxonomyResponses, OpLinkEntityTaxonomyErrors, ThrowOnError, "fields">;
2110
+ /**
2111
+ * Update Structure
2112
+ *
2113
+ * Update mutable fields on a structure. `structure_type` and `taxonomy_id` are immutable.
2114
+ *
2115
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2116
+ */
2117
+ export declare const opUpdateStructure: <ThrowOnError extends boolean = false>(options: Options<OpUpdateStructureData, ThrowOnError>) => import("./client").RequestResult<OpUpdateStructureResponses, OpUpdateStructureErrors, ThrowOnError, "fields">;
2118
+ /**
2119
+ * Delete Structure
2120
+ *
2121
+ * Soft-delete a structure (sets `is_active=false`). Associations referencing it are effectively orphaned.
2122
+ *
2123
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2124
+ */
2125
+ export declare const opDeleteStructure: <ThrowOnError extends boolean = false>(options: Options<OpDeleteStructureData, ThrowOnError>) => import("./client").RequestResult<OpDeleteStructureResponses, OpDeleteStructureErrors, ThrowOnError, "fields">;
2126
+ /**
2127
+ * Create Element
2128
+ *
2129
+ * Create an element within a taxonomy. For chart-of-accounts taxonomies this is how native accounts are added.
2130
+ *
2131
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2132
+ */
2133
+ export declare const opCreateElement: <ThrowOnError extends boolean = false>(options: Options<OpCreateElementData, ThrowOnError>) => import("./client").RequestResult<OpCreateElementResponses, OpCreateElementErrors, ThrowOnError, "fields">;
2134
+ /**
2135
+ * Update Element
2136
+ *
2137
+ * Update mutable fields on an element. `taxonomy_id` and `source` are immutable. Reparenting cascades path/depth to descendants.
2138
+ *
2139
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2140
+ */
2141
+ export declare const opUpdateElement: <ThrowOnError extends boolean = false>(options: Options<OpUpdateElementData, ThrowOnError>) => import("./client").RequestResult<OpUpdateElementResponses, OpUpdateElementErrors, ThrowOnError, "fields">;
2142
+ /**
2143
+ * Delete Element
2144
+ *
2145
+ * Soft-delete an element (sets `is_active=false`). Historical line items referencing it remain valid.
2146
+ *
2147
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2148
+ */
2149
+ export declare const opDeleteElement: <ThrowOnError extends boolean = false>(options: Options<OpDeleteElementData, ThrowOnError>) => import("./client").RequestResult<OpDeleteElementResponses, OpDeleteElementErrors, ThrowOnError, "fields">;
2150
+ /**
2151
+ * Create Associations (Bulk)
2152
+ *
2153
+ * Create N associations in a single structure, atomically. Handles 50+ presentation arcs, 25+ calculation arcs, or a full table linkbase in one call. Any failed row rolls back the batch.
2154
+ *
2155
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2156
+ */
2157
+ export declare const opCreateAssociations: <ThrowOnError extends boolean = false>(options: Options<OpCreateAssociationsData, ThrowOnError>) => import("./client").RequestResult<OpCreateAssociationsResponses, OpCreateAssociationsErrors, ThrowOnError, "fields">;
2158
+ /**
2159
+ * Update Association
2160
+ *
2161
+ * Update mutable fields on an association. `from_element_id`, `to_element_id`, `association_type`, and `structure_id` are immutable — delete and recreate instead.
2162
+ *
2163
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2164
+ */
2165
+ export declare const opUpdateAssociation: <ThrowOnError extends boolean = false>(options: Options<OpUpdateAssociationData, ThrowOnError>) => import("./client").RequestResult<OpUpdateAssociationResponses, OpUpdateAssociationErrors, ThrowOnError, "fields">;
2166
+ /**
2167
+ * Delete Association
2168
+ *
2169
+ * Hard-delete an association. Generalizes delete-mapping-association to all association types (presentation, calculation, mapping).
2170
+ *
2171
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2172
+ */
2173
+ export declare const opDeleteAssociation: <ThrowOnError extends boolean = false>(options: Options<OpDeleteAssociationData, ThrowOnError>) => import("./client").RequestResult<OpDeleteAssociationResponses, OpDeleteAssociationErrors, ThrowOnError, "fields">;
2174
+ /**
2175
+ * Create Journal Entry
2176
+ *
2177
+ * Create a new draft journal entry with balanced line items. Enforces DR=CR at the validation layer. Entries are always created as drafts; posting happens via close-period or a future per-entry post op.
2178
+ *
2179
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2180
+ */
2181
+ export declare const opCreateJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpCreateJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpCreateJournalEntryResponses, OpCreateJournalEntryErrors, ThrowOnError, "fields">;
2182
+ /**
2183
+ * Update Journal Entry
2184
+ *
2185
+ * Update a draft journal entry. Posted entries are immutable and must be corrected via reverse-journal-entry. If line_items is provided, existing line items are replaced atomically and the new set must balance.
2186
+ *
2187
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2188
+ */
2189
+ export declare const opUpdateJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpUpdateJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpUpdateJournalEntryResponses, OpUpdateJournalEntryErrors, ThrowOnError, "fields">;
2190
+ /**
2191
+ * Delete Journal Entry
2192
+ *
2193
+ * Hard-delete a draft journal entry. Posted entries are immutable and must be reversed instead.
2194
+ *
2195
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2196
+ */
2197
+ export declare const opDeleteJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpDeleteJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpDeleteJournalEntryResponses, OpDeleteJournalEntryErrors, ThrowOnError, "fields">;
2198
+ /**
2199
+ * Reverse Journal Entry
2200
+ *
2201
+ * Reverse a posted journal entry by creating a new offsetting entry (debits ↔ credits) and marking the original as status='reversed'. Both entries stay in the ledger — the audit trail shows original + reversal side by side.
2202
+ *
2203
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2204
+ */
2205
+ export declare const opReverseJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpReverseJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpReverseJournalEntryResponses, OpReverseJournalEntryErrors, ThrowOnError, "fields">;
2206
+ /**
2207
+ * Update Schedule
2208
+ *
2209
+ * Update mutable fields on a schedule: name, entry_template, schedule_metadata. Period range and monthly_amount are NOT editable — use truncate-schedule + create-schedule instead.
2210
+ *
2211
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2212
+ */
2213
+ export declare const opUpdateSchedule: <ThrowOnError extends boolean = false>(options: Options<OpUpdateScheduleData, ThrowOnError>) => import("./client").RequestResult<OpUpdateScheduleResponses, OpUpdateScheduleErrors, ThrowOnError, "fields">;
2214
+ /**
2215
+ * Delete Schedule
2216
+ *
2217
+ * Permanently delete a schedule, cascading through facts and associations. For ending a schedule early without removing history, use truncate-schedule instead.
2218
+ *
2219
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2220
+ */
2221
+ export declare const opDeleteSchedule: <ThrowOnError extends boolean = false>(options: Options<OpDeleteScheduleData, ThrowOnError>) => import("./client").RequestResult<OpDeleteScheduleResponses, OpDeleteScheduleErrors, ThrowOnError, "fields">;
2282
2222
  /**
2283
2223
  * Auto-Map Elements via AI (async)
2284
2224
  *
@@ -2294,60 +2234,80 @@ export declare const opDeleteMappingAssociation: <ThrowOnError extends boolean =
2294
2234
  * - ≥0.90: auto-approved mapping
2295
2235
  * - 0.70-0.89: flagged for review
2296
2236
  * - <0.70: skipped (left unmapped)
2237
+ *
2238
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2297
2239
  */
2298
2240
  export declare const opAutoMapElements: <ThrowOnError extends boolean = false>(options: Options<OpAutoMapElementsData, ThrowOnError>) => import("./client").RequestResult<OpAutoMapElementsResponses, OpAutoMapElementsErrors, ThrowOnError, "fields">;
2299
2241
  /**
2300
2242
  * Create Report
2301
2243
  *
2302
2244
  * Create a report definition, generate facts, and mark as published.
2245
+ *
2246
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2303
2247
  */
2304
2248
  export declare const opCreateReport: <ThrowOnError extends boolean = false>(options: Options<OpCreateReportData, ThrowOnError>) => import("./client").RequestResult<OpCreateReportResponses, OpCreateReportErrors, ThrowOnError, "fields">;
2305
2249
  /**
2306
2250
  * Regenerate Report
2307
2251
  *
2308
2252
  * Regenerate a report with new period dates.
2253
+ *
2254
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2309
2255
  */
2310
2256
  export declare const opRegenerateReport: <ThrowOnError extends boolean = false>(options: Options<OpRegenerateReportData, ThrowOnError>) => import("./client").RequestResult<OpRegenerateReportResponses, OpRegenerateReportErrors, ThrowOnError, "fields">;
2311
2257
  /**
2312
2258
  * Delete Report
2313
2259
  *
2314
2260
  * Delete a report definition and its facts.
2261
+ *
2262
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2315
2263
  */
2316
2264
  export declare const opDeleteReport: <ThrowOnError extends boolean = false>(options: Options<OpDeleteReportData, ThrowOnError>) => import("./client").RequestResult<OpDeleteReportResponses, OpDeleteReportErrors, ThrowOnError, "fields">;
2317
2265
  /**
2318
2266
  * Share Report
2319
2267
  *
2320
2268
  * Share a published report to a publish list's members.
2269
+ *
2270
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2321
2271
  */
2322
2272
  export declare const opShareReport: <ThrowOnError extends boolean = false>(options: Options<OpShareReportData, ThrowOnError>) => import("./client").RequestResult<OpShareReportResponses, OpShareReportErrors, ThrowOnError, "fields">;
2323
2273
  /**
2324
2274
  * Create Publish List
2325
2275
  *
2326
2276
  * Create a new publish list.
2277
+ *
2278
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2327
2279
  */
2328
2280
  export declare const opCreatePublishList: <ThrowOnError extends boolean = false>(options: Options<OpCreatePublishListData, ThrowOnError>) => import("./client").RequestResult<OpCreatePublishListResponses, OpCreatePublishListErrors, ThrowOnError, "fields">;
2329
2281
  /**
2330
2282
  * Update Publish List
2331
2283
  *
2332
2284
  * Update a publish list's name / description.
2285
+ *
2286
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2333
2287
  */
2334
2288
  export declare const opUpdatePublishList: <ThrowOnError extends boolean = false>(options: Options<OpUpdatePublishListData, ThrowOnError>) => import("./client").RequestResult<OpUpdatePublishListResponses, OpUpdatePublishListErrors, ThrowOnError, "fields">;
2335
2289
  /**
2336
2290
  * Delete Publish List
2337
2291
  *
2338
2292
  * Delete a publish list.
2293
+ *
2294
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2339
2295
  */
2340
2296
  export declare const opDeletePublishList: <ThrowOnError extends boolean = false>(options: Options<OpDeletePublishListData, ThrowOnError>) => import("./client").RequestResult<OpDeletePublishListResponses, OpDeletePublishListErrors, ThrowOnError, "fields">;
2341
2297
  /**
2342
2298
  * Add Members to Publish List
2343
2299
  *
2344
2300
  * Add target graphs as members of a publish list.
2301
+ *
2302
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2345
2303
  */
2346
2304
  export declare const opAddPublishListMembers: <ThrowOnError extends boolean = false>(options: Options<OpAddPublishListMembersData, ThrowOnError>) => import("./client").RequestResult<OpAddPublishListMembersResponses, OpAddPublishListMembersErrors, ThrowOnError, "fields">;
2347
2305
  /**
2348
2306
  * Remove Member from Publish List
2349
2307
  *
2350
2308
  * Remove a target graph from a publish list.
2309
+ *
2310
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2351
2311
  */
2352
2312
  export declare const opRemovePublishListMember: <ThrowOnError extends boolean = false>(options: Options<OpRemovePublishListMemberData, ThrowOnError>) => import("./client").RequestResult<OpRemovePublishListMemberResponses, OpRemovePublishListMemberErrors, ThrowOnError, "fields">;
2353
2313
  /**
@@ -2364,41 +2324,79 @@ export declare const opRemovePublishListMember: <ThrowOnError extends boolean =
2364
2324
  * not the extensions OLTP database. The same operation works for
2365
2325
  * roboledger tenant graphs (post-materialization) and the SEC shared
2366
2326
  * repository (which uses the same XBRL hypercube schema).
2327
+ *
2328
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2367
2329
  */
2368
2330
  export declare const opBuildFactGrid: <ThrowOnError extends boolean = false>(options: Options<OpBuildFactGridData, ThrowOnError>) => import("./client").RequestResult<OpBuildFactGridResponses, OpBuildFactGridErrors, ThrowOnError, "fields">;
2369
2331
  /**
2370
2332
  * Create Portfolio
2333
+ *
2334
+ *
2335
+ *
2336
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2371
2337
  */
2372
2338
  export declare const opCreatePortfolio: <ThrowOnError extends boolean = false>(options: Options<OpCreatePortfolioData, ThrowOnError>) => import("./client").RequestResult<OpCreatePortfolioResponses, OpCreatePortfolioErrors, ThrowOnError, "fields">;
2373
2339
  /**
2374
2340
  * Update Portfolio
2341
+ *
2342
+ *
2343
+ *
2344
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2375
2345
  */
2376
2346
  export declare const opUpdatePortfolio: <ThrowOnError extends boolean = false>(options: Options<OpUpdatePortfolioData, ThrowOnError>) => import("./client").RequestResult<OpUpdatePortfolioResponses, OpUpdatePortfolioErrors, ThrowOnError, "fields">;
2377
2347
  /**
2378
2348
  * Delete Portfolio
2349
+ *
2350
+ *
2351
+ *
2352
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2379
2353
  */
2380
2354
  export declare const opDeletePortfolio: <ThrowOnError extends boolean = false>(options: Options<OpDeletePortfolioData, ThrowOnError>) => import("./client").RequestResult<OpDeletePortfolioResponses, OpDeletePortfolioErrors, ThrowOnError, "fields">;
2381
2355
  /**
2382
2356
  * Create Security
2357
+ *
2358
+ *
2359
+ *
2360
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2383
2361
  */
2384
2362
  export declare const opCreateSecurity: <ThrowOnError extends boolean = false>(options: Options<OpCreateSecurityData, ThrowOnError>) => import("./client").RequestResult<OpCreateSecurityResponses, OpCreateSecurityErrors, ThrowOnError, "fields">;
2385
2363
  /**
2386
2364
  * Update Security
2365
+ *
2366
+ *
2367
+ *
2368
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2387
2369
  */
2388
2370
  export declare const opUpdateSecurity: <ThrowOnError extends boolean = false>(options: Options<OpUpdateSecurityData, ThrowOnError>) => import("./client").RequestResult<OpUpdateSecurityResponses, OpUpdateSecurityErrors, ThrowOnError, "fields">;
2389
2371
  /**
2390
2372
  * Delete Security
2373
+ *
2374
+ *
2375
+ *
2376
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2391
2377
  */
2392
2378
  export declare const opDeleteSecurity: <ThrowOnError extends boolean = false>(options: Options<OpDeleteSecurityData, ThrowOnError>) => import("./client").RequestResult<OpDeleteSecurityResponses, OpDeleteSecurityErrors, ThrowOnError, "fields">;
2393
2379
  /**
2394
2380
  * Create Position
2381
+ *
2382
+ *
2383
+ *
2384
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2395
2385
  */
2396
2386
  export declare const opCreatePosition: <ThrowOnError extends boolean = false>(options: Options<OpCreatePositionData, ThrowOnError>) => import("./client").RequestResult<OpCreatePositionResponses, OpCreatePositionErrors, ThrowOnError, "fields">;
2397
2387
  /**
2398
2388
  * Update Position
2389
+ *
2390
+ *
2391
+ *
2392
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2399
2393
  */
2400
2394
  export declare const opUpdatePosition: <ThrowOnError extends boolean = false>(options: Options<OpUpdatePositionData, ThrowOnError>) => import("./client").RequestResult<OpUpdatePositionResponses, OpUpdatePositionErrors, ThrowOnError, "fields">;
2401
2395
  /**
2402
2396
  * Delete Position
2397
+ *
2398
+ *
2399
+ *
2400
+ * **Idempotency**: supply an `Idempotency-Key` header to make safe retries; replays within 24 hours return the same envelope. Reusing the key with a different body returns HTTP 409 Conflict.
2403
2401
  */
2404
2402
  export declare const opDeletePosition: <ThrowOnError extends boolean = false>(options: Options<OpDeletePositionData, ThrowOnError>) => import("./client").RequestResult<OpDeletePositionResponses, OpDeletePositionErrors, ThrowOnError, "fields">;