@robosystems/client 0.3.1 → 0.3.2

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 +275 -274
  25. package/sdk/sdk.gen.js +469 -314
  26. package/sdk/sdk.gen.ts +465 -311
  27. package/sdk/types.gen.d.ts +2940 -466
  28. package/sdk/types.gen.ts +3053 -474
  29. package/sdk.gen.d.ts +275 -274
  30. package/sdk.gen.js +469 -314
  31. package/sdk.gen.ts +465 -311
  32. package/types.gen.d.ts +2940 -466
  33. package/types.gen.ts +3053 -474
  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,59 @@ 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
1522
1281
  *
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.
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
1292
+ *
1293
+ * Change the infrastructure tier on a graph (async EBS migration).
1294
+ *
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
1527
1300
  *
1528
- * **Performance:**
1529
- * Full graph materialization can take minutes for large datasets. Consider running
1530
- * during off-peak hours for production systems.
1301
+ * Materialize graph from staging tables or extensions OLTP.
1531
1302
  *
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.
1303
+ * Delegates to the existing materialize_graph handler which handles
1304
+ * distributed locking, source routing, and Dagster/direct dispatch.
1535
1305
  *
1536
- * **Credits:**
1537
- * Materialization is included - no credit consumption
1306
+ * **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
1307
  */
1539
- export declare const materializeGraph: <ThrowOnError extends boolean = false>(options: Options<MaterializeGraphData, ThrowOnError>) => import("./client").RequestResult<MaterializeGraphResponses, MaterializeGraphErrors, ThrowOnError, "fields">;
1308
+ export declare const opMaterialize: <ThrowOnError extends boolean = false>(options: Options<OpMaterializeData, ThrowOnError>) => import("./client").RequestResult<OpMaterializeResponses, OpMaterializeErrors, ThrowOnError, "fields">;
1540
1309
  /**
1541
1310
  * List Files in Graph
1542
1311
  *
@@ -2195,90 +1964,264 @@ export declare const createCheckoutSession: <ThrowOnError extends boolean = fals
2195
1964
  export declare const getCheckoutStatus: <ThrowOnError extends boolean = false>(options: Options<GetCheckoutStatusData, ThrowOnError>) => import("./client").RequestResult<GetCheckoutStatusResponses, GetCheckoutStatusErrors, ThrowOnError, "fields">;
2196
1965
  /**
2197
1966
  * Handle Http Get
1967
+ *
1968
+ *
1969
+ *
1970
+ * **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`.
1971
+ *
1972
+ * **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
1973
  */
2199
1974
  export declare const handleHttpGetExtensionsGraphIdGraphqlGet: <ThrowOnError extends boolean = false>(options: Options<HandleHttpGetExtensionsGraphIdGraphqlGetData, ThrowOnError>) => import("./client").RequestResult<HandleHttpGetExtensionsGraphIdGraphqlGetResponses, HandleHttpGetExtensionsGraphIdGraphqlGetErrors, ThrowOnError, "fields">;
2200
1975
  /**
2201
1976
  * Handle Http Post
1977
+ *
1978
+ *
1979
+ *
1980
+ * **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`.
1981
+ *
1982
+ * **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
1983
  */
2203
1984
  export declare const handleHttpPostExtensionsGraphIdGraphqlPost: <ThrowOnError extends boolean = false>(options: Options<HandleHttpPostExtensionsGraphIdGraphqlPostData, ThrowOnError>) => import("./client").RequestResult<HandleHttpPostExtensionsGraphIdGraphqlPostResponses, HandleHttpPostExtensionsGraphIdGraphqlPostErrors, ThrowOnError, "fields">;
2204
1985
  /**
2205
1986
  * Update Entity
2206
1987
  *
2207
1988
  * Update entity details. Only provided (non-null) fields are updated.
1989
+ *
1990
+ * **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
1991
  */
2209
1992
  export declare const opUpdateEntity: <ThrowOnError extends boolean = false>(options: Options<OpUpdateEntityData, ThrowOnError>) => import("./client").RequestResult<OpUpdateEntityResponses, OpUpdateEntityErrors, ThrowOnError, "fields">;
2210
1993
  /**
2211
1994
  * Initialize Ledger
2212
1995
  *
2213
1996
  * One-time ledger initialization — create fiscal calendar + seed periods.
1997
+ *
1998
+ * **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
1999
  */
2215
2000
  export declare const opInitializeLedger: <ThrowOnError extends boolean = false>(options: Options<OpInitializeLedgerData, ThrowOnError>) => import("./client").RequestResult<OpInitializeLedgerResponses, OpInitializeLedgerErrors, ThrowOnError, "fields">;
2216
2001
  /**
2217
2002
  * Set Close Target
2218
2003
  *
2219
2004
  * Set the user-controlled close target (YYYY-MM).
2005
+ *
2006
+ * **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
2007
  */
2221
2008
  export declare const opSetCloseTarget: <ThrowOnError extends boolean = false>(options: Options<OpSetCloseTargetData, ThrowOnError>) => import("./client").RequestResult<OpSetCloseTargetResponses, OpSetCloseTargetErrors, ThrowOnError, "fields">;
2222
2009
  /**
2223
2010
  * Close Fiscal Period
2224
2011
  *
2225
2012
  * Close a fiscal period — the final commit action.
2013
+ *
2014
+ * **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
2015
  */
2227
2016
  export declare const opClosePeriod: <ThrowOnError extends boolean = false>(options: Options<OpClosePeriodData, ThrowOnError>) => import("./client").RequestResult<OpClosePeriodResponses, OpClosePeriodErrors, ThrowOnError, "fields">;
2228
2017
  /**
2229
2018
  * Reopen Fiscal Period
2230
2019
  *
2231
2020
  * Reopen a closed fiscal period — decrements `closed_through`.
2021
+ *
2022
+ * **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
2023
  */
2233
2024
  export declare const opReopenPeriod: <ThrowOnError extends boolean = false>(options: Options<OpReopenPeriodData, ThrowOnError>) => import("./client").RequestResult<OpReopenPeriodResponses, OpReopenPeriodErrors, ThrowOnError, "fields">;
2234
2025
  /**
2235
2026
  * Create Schedule
2236
2027
  *
2237
2028
  * Create a schedule with pre-generated monthly facts.
2029
+ *
2030
+ * **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
2031
  */
2239
2032
  export declare const opCreateSchedule: <ThrowOnError extends boolean = false>(options: Options<OpCreateScheduleData, ThrowOnError>) => import("./client").RequestResult<OpCreateScheduleResponses, OpCreateScheduleErrors, ThrowOnError, "fields">;
2240
2033
  /**
2241
2034
  * Truncate Schedule (End Early)
2242
2035
  *
2243
2036
  * End a schedule early — delete forward facts + stale drafts.
2037
+ *
2038
+ * **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
2039
  */
2245
2040
  export declare const opTruncateSchedule: <ThrowOnError extends boolean = false>(options: Options<OpTruncateScheduleData, ThrowOnError>) => import("./client").RequestResult<OpTruncateScheduleResponses, OpTruncateScheduleErrors, ThrowOnError, "fields">;
2246
2041
  /**
2247
2042
  * Create Closing Entry
2248
2043
  *
2249
2044
  * Create a draft closing entry from a schedule's facts for a period.
2045
+ *
2046
+ * **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
2047
  */
2251
2048
  export declare const opCreateClosingEntry: <ThrowOnError extends boolean = false>(options: Options<OpCreateClosingEntryData, ThrowOnError>) => import("./client").RequestResult<OpCreateClosingEntryResponses, OpCreateClosingEntryErrors, ThrowOnError, "fields">;
2252
2049
  /**
2253
2050
  * Create Manual Closing Entry
2254
2051
  *
2255
2052
  * Create a manual (non-schedule) draft closing entry.
2053
+ *
2054
+ * **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
2055
  */
2257
2056
  export declare const opCreateManualClosingEntry: <ThrowOnError extends boolean = false>(options: Options<OpCreateManualClosingEntryData, ThrowOnError>) => import("./client").RequestResult<OpCreateManualClosingEntryResponses, OpCreateManualClosingEntryErrors, ThrowOnError, "fields">;
2258
2057
  /**
2259
2058
  * Create Taxonomy
2260
2059
  *
2261
2060
  * Create a new taxonomy definition.
2061
+ *
2062
+ * **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
2063
  */
2263
2064
  export declare const opCreateTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpCreateTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpCreateTaxonomyResponses, OpCreateTaxonomyErrors, ThrowOnError, "fields">;
2264
2065
  /**
2265
2066
  * Create Structure
2266
2067
  *
2267
2068
  * Create a new structure (statement, mapping, schedule, etc.).
2069
+ *
2070
+ * **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
2071
  */
2269
2072
  export declare const opCreateStructure: <ThrowOnError extends boolean = false>(options: Options<OpCreateStructureData, ThrowOnError>) => import("./client").RequestResult<OpCreateStructureResponses, OpCreateStructureErrors, ThrowOnError, "fields">;
2270
2073
  /**
2271
2074
  * Create Mapping Association
2272
2075
  *
2273
2076
  * Add a mapping association (CoA element → reporting concept).
2077
+ *
2078
+ * **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
2079
  */
2275
2080
  export declare const opCreateMappingAssociation: <ThrowOnError extends boolean = false>(options: Options<OpCreateMappingAssociationData, ThrowOnError>) => import("./client").RequestResult<OpCreateMappingAssociationResponses, OpCreateMappingAssociationErrors, ThrowOnError, "fields">;
2276
2081
  /**
2277
2082
  * Delete Mapping Association
2278
2083
  *
2279
2084
  * Remove a mapping association.
2085
+ *
2086
+ * **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
2087
  */
2281
2088
  export declare const opDeleteMappingAssociation: <ThrowOnError extends boolean = false>(options: Options<OpDeleteMappingAssociationData, ThrowOnError>) => import("./client").RequestResult<OpDeleteMappingAssociationResponses, OpDeleteMappingAssociationErrors, ThrowOnError, "fields">;
2089
+ /**
2090
+ * Update Taxonomy
2091
+ *
2092
+ * Update mutable fields on a taxonomy. `taxonomy_type` is immutable.
2093
+ *
2094
+ * **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.
2095
+ */
2096
+ export declare const opUpdateTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpUpdateTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpUpdateTaxonomyResponses, OpUpdateTaxonomyErrors, ThrowOnError, "fields">;
2097
+ /**
2098
+ * Delete Taxonomy
2099
+ *
2100
+ * Soft-delete a taxonomy (sets `is_active=false`). Historical references remain valid.
2101
+ *
2102
+ * **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.
2103
+ */
2104
+ export declare const opDeleteTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpDeleteTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpDeleteTaxonomyResponses, OpDeleteTaxonomyErrors, ThrowOnError, "fields">;
2105
+ /**
2106
+ * Link Entity to Taxonomy
2107
+ *
2108
+ * 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.
2109
+ *
2110
+ * **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.
2111
+ */
2112
+ export declare const opLinkEntityTaxonomy: <ThrowOnError extends boolean = false>(options: Options<OpLinkEntityTaxonomyData, ThrowOnError>) => import("./client").RequestResult<OpLinkEntityTaxonomyResponses, OpLinkEntityTaxonomyErrors, ThrowOnError, "fields">;
2113
+ /**
2114
+ * Update Structure
2115
+ *
2116
+ * Update mutable fields on a structure. `structure_type` and `taxonomy_id` are immutable.
2117
+ *
2118
+ * **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.
2119
+ */
2120
+ export declare const opUpdateStructure: <ThrowOnError extends boolean = false>(options: Options<OpUpdateStructureData, ThrowOnError>) => import("./client").RequestResult<OpUpdateStructureResponses, OpUpdateStructureErrors, ThrowOnError, "fields">;
2121
+ /**
2122
+ * Delete Structure
2123
+ *
2124
+ * Soft-delete a structure (sets `is_active=false`). Associations referencing it are effectively orphaned.
2125
+ *
2126
+ * **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.
2127
+ */
2128
+ export declare const opDeleteStructure: <ThrowOnError extends boolean = false>(options: Options<OpDeleteStructureData, ThrowOnError>) => import("./client").RequestResult<OpDeleteStructureResponses, OpDeleteStructureErrors, ThrowOnError, "fields">;
2129
+ /**
2130
+ * Create Element
2131
+ *
2132
+ * Create an element within a taxonomy. For chart-of-accounts taxonomies this is how native accounts are added.
2133
+ *
2134
+ * **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.
2135
+ */
2136
+ export declare const opCreateElement: <ThrowOnError extends boolean = false>(options: Options<OpCreateElementData, ThrowOnError>) => import("./client").RequestResult<OpCreateElementResponses, OpCreateElementErrors, ThrowOnError, "fields">;
2137
+ /**
2138
+ * Update Element
2139
+ *
2140
+ * Update mutable fields on an element. `taxonomy_id` and `source` are immutable. Reparenting cascades path/depth to descendants.
2141
+ *
2142
+ * **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.
2143
+ */
2144
+ export declare const opUpdateElement: <ThrowOnError extends boolean = false>(options: Options<OpUpdateElementData, ThrowOnError>) => import("./client").RequestResult<OpUpdateElementResponses, OpUpdateElementErrors, ThrowOnError, "fields">;
2145
+ /**
2146
+ * Delete Element
2147
+ *
2148
+ * Soft-delete an element (sets `is_active=false`). Historical line items referencing it remain valid.
2149
+ *
2150
+ * **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.
2151
+ */
2152
+ export declare const opDeleteElement: <ThrowOnError extends boolean = false>(options: Options<OpDeleteElementData, ThrowOnError>) => import("./client").RequestResult<OpDeleteElementResponses, OpDeleteElementErrors, ThrowOnError, "fields">;
2153
+ /**
2154
+ * Create Associations (Bulk)
2155
+ *
2156
+ * 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.
2157
+ *
2158
+ * **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.
2159
+ */
2160
+ export declare const opCreateAssociations: <ThrowOnError extends boolean = false>(options: Options<OpCreateAssociationsData, ThrowOnError>) => import("./client").RequestResult<OpCreateAssociationsResponses, OpCreateAssociationsErrors, ThrowOnError, "fields">;
2161
+ /**
2162
+ * Update Association
2163
+ *
2164
+ * Update mutable fields on an association. `from_element_id`, `to_element_id`, `association_type`, and `structure_id` are immutable — delete and recreate instead.
2165
+ *
2166
+ * **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.
2167
+ */
2168
+ export declare const opUpdateAssociation: <ThrowOnError extends boolean = false>(options: Options<OpUpdateAssociationData, ThrowOnError>) => import("./client").RequestResult<OpUpdateAssociationResponses, OpUpdateAssociationErrors, ThrowOnError, "fields">;
2169
+ /**
2170
+ * Delete Association
2171
+ *
2172
+ * Hard-delete an association. Generalizes delete-mapping-association to all association types (presentation, calculation, mapping).
2173
+ *
2174
+ * **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.
2175
+ */
2176
+ export declare const opDeleteAssociation: <ThrowOnError extends boolean = false>(options: Options<OpDeleteAssociationData, ThrowOnError>) => import("./client").RequestResult<OpDeleteAssociationResponses, OpDeleteAssociationErrors, ThrowOnError, "fields">;
2177
+ /**
2178
+ * Create Journal Entry
2179
+ *
2180
+ * 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.
2181
+ *
2182
+ * **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.
2183
+ */
2184
+ export declare const opCreateJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpCreateJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpCreateJournalEntryResponses, OpCreateJournalEntryErrors, ThrowOnError, "fields">;
2185
+ /**
2186
+ * Update Journal Entry
2187
+ *
2188
+ * 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.
2189
+ *
2190
+ * **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.
2191
+ */
2192
+ export declare const opUpdateJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpUpdateJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpUpdateJournalEntryResponses, OpUpdateJournalEntryErrors, ThrowOnError, "fields">;
2193
+ /**
2194
+ * Delete Journal Entry
2195
+ *
2196
+ * Hard-delete a draft journal entry. Posted entries are immutable and must be reversed instead.
2197
+ *
2198
+ * **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.
2199
+ */
2200
+ export declare const opDeleteJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpDeleteJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpDeleteJournalEntryResponses, OpDeleteJournalEntryErrors, ThrowOnError, "fields">;
2201
+ /**
2202
+ * Reverse Journal Entry
2203
+ *
2204
+ * 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.
2205
+ *
2206
+ * **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.
2207
+ */
2208
+ export declare const opReverseJournalEntry: <ThrowOnError extends boolean = false>(options: Options<OpReverseJournalEntryData, ThrowOnError>) => import("./client").RequestResult<OpReverseJournalEntryResponses, OpReverseJournalEntryErrors, ThrowOnError, "fields">;
2209
+ /**
2210
+ * Update Schedule
2211
+ *
2212
+ * 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.
2213
+ *
2214
+ * **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.
2215
+ */
2216
+ export declare const opUpdateSchedule: <ThrowOnError extends boolean = false>(options: Options<OpUpdateScheduleData, ThrowOnError>) => import("./client").RequestResult<OpUpdateScheduleResponses, OpUpdateScheduleErrors, ThrowOnError, "fields">;
2217
+ /**
2218
+ * Delete Schedule
2219
+ *
2220
+ * Permanently delete a schedule, cascading through facts and associations. For ending a schedule early without removing history, use truncate-schedule instead.
2221
+ *
2222
+ * **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.
2223
+ */
2224
+ export declare const opDeleteSchedule: <ThrowOnError extends boolean = false>(options: Options<OpDeleteScheduleData, ThrowOnError>) => import("./client").RequestResult<OpDeleteScheduleResponses, OpDeleteScheduleErrors, ThrowOnError, "fields">;
2282
2225
  /**
2283
2226
  * Auto-Map Elements via AI (async)
2284
2227
  *
@@ -2294,60 +2237,80 @@ export declare const opDeleteMappingAssociation: <ThrowOnError extends boolean =
2294
2237
  * - ≥0.90: auto-approved mapping
2295
2238
  * - 0.70-0.89: flagged for review
2296
2239
  * - <0.70: skipped (left unmapped)
2240
+ *
2241
+ * **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
2242
  */
2298
2243
  export declare const opAutoMapElements: <ThrowOnError extends boolean = false>(options: Options<OpAutoMapElementsData, ThrowOnError>) => import("./client").RequestResult<OpAutoMapElementsResponses, OpAutoMapElementsErrors, ThrowOnError, "fields">;
2299
2244
  /**
2300
2245
  * Create Report
2301
2246
  *
2302
2247
  * Create a report definition, generate facts, and mark as published.
2248
+ *
2249
+ * **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
2250
  */
2304
2251
  export declare const opCreateReport: <ThrowOnError extends boolean = false>(options: Options<OpCreateReportData, ThrowOnError>) => import("./client").RequestResult<OpCreateReportResponses, OpCreateReportErrors, ThrowOnError, "fields">;
2305
2252
  /**
2306
2253
  * Regenerate Report
2307
2254
  *
2308
2255
  * Regenerate a report with new period dates.
2256
+ *
2257
+ * **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
2258
  */
2310
2259
  export declare const opRegenerateReport: <ThrowOnError extends boolean = false>(options: Options<OpRegenerateReportData, ThrowOnError>) => import("./client").RequestResult<OpRegenerateReportResponses, OpRegenerateReportErrors, ThrowOnError, "fields">;
2311
2260
  /**
2312
2261
  * Delete Report
2313
2262
  *
2314
2263
  * Delete a report definition and its facts.
2264
+ *
2265
+ * **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
2266
  */
2316
2267
  export declare const opDeleteReport: <ThrowOnError extends boolean = false>(options: Options<OpDeleteReportData, ThrowOnError>) => import("./client").RequestResult<OpDeleteReportResponses, OpDeleteReportErrors, ThrowOnError, "fields">;
2317
2268
  /**
2318
2269
  * Share Report
2319
2270
  *
2320
2271
  * Share a published report to a publish list's members.
2272
+ *
2273
+ * **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
2274
  */
2322
2275
  export declare const opShareReport: <ThrowOnError extends boolean = false>(options: Options<OpShareReportData, ThrowOnError>) => import("./client").RequestResult<OpShareReportResponses, OpShareReportErrors, ThrowOnError, "fields">;
2323
2276
  /**
2324
2277
  * Create Publish List
2325
2278
  *
2326
2279
  * Create a new publish list.
2280
+ *
2281
+ * **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
2282
  */
2328
2283
  export declare const opCreatePublishList: <ThrowOnError extends boolean = false>(options: Options<OpCreatePublishListData, ThrowOnError>) => import("./client").RequestResult<OpCreatePublishListResponses, OpCreatePublishListErrors, ThrowOnError, "fields">;
2329
2284
  /**
2330
2285
  * Update Publish List
2331
2286
  *
2332
2287
  * Update a publish list's name / description.
2288
+ *
2289
+ * **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
2290
  */
2334
2291
  export declare const opUpdatePublishList: <ThrowOnError extends boolean = false>(options: Options<OpUpdatePublishListData, ThrowOnError>) => import("./client").RequestResult<OpUpdatePublishListResponses, OpUpdatePublishListErrors, ThrowOnError, "fields">;
2335
2292
  /**
2336
2293
  * Delete Publish List
2337
2294
  *
2338
2295
  * Delete a publish list.
2296
+ *
2297
+ * **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
2298
  */
2340
2299
  export declare const opDeletePublishList: <ThrowOnError extends boolean = false>(options: Options<OpDeletePublishListData, ThrowOnError>) => import("./client").RequestResult<OpDeletePublishListResponses, OpDeletePublishListErrors, ThrowOnError, "fields">;
2341
2300
  /**
2342
2301
  * Add Members to Publish List
2343
2302
  *
2344
2303
  * Add target graphs as members of a publish list.
2304
+ *
2305
+ * **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
2306
  */
2346
2307
  export declare const opAddPublishListMembers: <ThrowOnError extends boolean = false>(options: Options<OpAddPublishListMembersData, ThrowOnError>) => import("./client").RequestResult<OpAddPublishListMembersResponses, OpAddPublishListMembersErrors, ThrowOnError, "fields">;
2347
2308
  /**
2348
2309
  * Remove Member from Publish List
2349
2310
  *
2350
2311
  * Remove a target graph from a publish list.
2312
+ *
2313
+ * **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
2314
  */
2352
2315
  export declare const opRemovePublishListMember: <ThrowOnError extends boolean = false>(options: Options<OpRemovePublishListMemberData, ThrowOnError>) => import("./client").RequestResult<OpRemovePublishListMemberResponses, OpRemovePublishListMemberErrors, ThrowOnError, "fields">;
2353
2316
  /**
@@ -2364,41 +2327,79 @@ export declare const opRemovePublishListMember: <ThrowOnError extends boolean =
2364
2327
  * not the extensions OLTP database. The same operation works for
2365
2328
  * roboledger tenant graphs (post-materialization) and the SEC shared
2366
2329
  * repository (which uses the same XBRL hypercube schema).
2330
+ *
2331
+ * **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
2332
  */
2368
2333
  export declare const opBuildFactGrid: <ThrowOnError extends boolean = false>(options: Options<OpBuildFactGridData, ThrowOnError>) => import("./client").RequestResult<OpBuildFactGridResponses, OpBuildFactGridErrors, ThrowOnError, "fields">;
2369
2334
  /**
2370
2335
  * Create Portfolio
2336
+ *
2337
+ *
2338
+ *
2339
+ * **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
2340
  */
2372
2341
  export declare const opCreatePortfolio: <ThrowOnError extends boolean = false>(options: Options<OpCreatePortfolioData, ThrowOnError>) => import("./client").RequestResult<OpCreatePortfolioResponses, OpCreatePortfolioErrors, ThrowOnError, "fields">;
2373
2342
  /**
2374
2343
  * Update Portfolio
2344
+ *
2345
+ *
2346
+ *
2347
+ * **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
2348
  */
2376
2349
  export declare const opUpdatePortfolio: <ThrowOnError extends boolean = false>(options: Options<OpUpdatePortfolioData, ThrowOnError>) => import("./client").RequestResult<OpUpdatePortfolioResponses, OpUpdatePortfolioErrors, ThrowOnError, "fields">;
2377
2350
  /**
2378
2351
  * Delete Portfolio
2352
+ *
2353
+ *
2354
+ *
2355
+ * **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
2356
  */
2380
2357
  export declare const opDeletePortfolio: <ThrowOnError extends boolean = false>(options: Options<OpDeletePortfolioData, ThrowOnError>) => import("./client").RequestResult<OpDeletePortfolioResponses, OpDeletePortfolioErrors, ThrowOnError, "fields">;
2381
2358
  /**
2382
2359
  * Create Security
2360
+ *
2361
+ *
2362
+ *
2363
+ * **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
2364
  */
2384
2365
  export declare const opCreateSecurity: <ThrowOnError extends boolean = false>(options: Options<OpCreateSecurityData, ThrowOnError>) => import("./client").RequestResult<OpCreateSecurityResponses, OpCreateSecurityErrors, ThrowOnError, "fields">;
2385
2366
  /**
2386
2367
  * Update Security
2368
+ *
2369
+ *
2370
+ *
2371
+ * **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
2372
  */
2388
2373
  export declare const opUpdateSecurity: <ThrowOnError extends boolean = false>(options: Options<OpUpdateSecurityData, ThrowOnError>) => import("./client").RequestResult<OpUpdateSecurityResponses, OpUpdateSecurityErrors, ThrowOnError, "fields">;
2389
2374
  /**
2390
2375
  * Delete Security
2376
+ *
2377
+ *
2378
+ *
2379
+ * **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
2380
  */
2392
2381
  export declare const opDeleteSecurity: <ThrowOnError extends boolean = false>(options: Options<OpDeleteSecurityData, ThrowOnError>) => import("./client").RequestResult<OpDeleteSecurityResponses, OpDeleteSecurityErrors, ThrowOnError, "fields">;
2393
2382
  /**
2394
2383
  * Create Position
2384
+ *
2385
+ *
2386
+ *
2387
+ * **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
2388
  */
2396
2389
  export declare const opCreatePosition: <ThrowOnError extends boolean = false>(options: Options<OpCreatePositionData, ThrowOnError>) => import("./client").RequestResult<OpCreatePositionResponses, OpCreatePositionErrors, ThrowOnError, "fields">;
2397
2390
  /**
2398
2391
  * Update Position
2392
+ *
2393
+ *
2394
+ *
2395
+ * **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
2396
  */
2400
2397
  export declare const opUpdatePosition: <ThrowOnError extends boolean = false>(options: Options<OpUpdatePositionData, ThrowOnError>) => import("./client").RequestResult<OpUpdatePositionResponses, OpUpdatePositionErrors, ThrowOnError, "fields">;
2401
2398
  /**
2402
2399
  * Delete Position
2400
+ *
2401
+ *
2402
+ *
2403
+ * **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
2404
  */
2404
2405
  export declare const opDeletePosition: <ThrowOnError extends boolean = false>(options: Options<OpDeletePositionData, ThrowOnError>) => import("./client").RequestResult<OpDeletePositionResponses, OpDeletePositionErrors, ThrowOnError, "fields">;