@ferricstore/ferricstore 0.5.1 → 0.11.4

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 (131) hide show
  1. package/README.md +44 -5
  2. package/dist/index.cjs +2162 -518
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.cts +183 -34
  5. package/dist/index.d.ts +183 -34
  6. package/dist/index.js +2134 -490
  7. package/dist/index.js.map +1 -1
  8. package/docs/api/assets/hierarchy.js +1 -1
  9. package/docs/api/assets/navigation.js +1 -1
  10. package/docs/api/assets/search.js +1 -1
  11. package/docs/api/classes/ConnectionClosedError.html +1 -1
  12. package/docs/api/classes/FerricStoreClient.html +3 -3
  13. package/docs/api/classes/FerricStoreError.html +1 -1
  14. package/docs/api/classes/FlowAlreadyExistsError.html +1 -1
  15. package/docs/api/classes/FlowBatchError.html +1 -1
  16. package/docs/api/classes/FlowNotFoundError.html +1 -1
  17. package/docs/api/classes/FlowQueryError.html +1 -1
  18. package/docs/api/classes/FlowWrongStateError.html +1 -1
  19. package/docs/api/classes/InvalidCommandError.html +1 -1
  20. package/docs/api/classes/LeaseRenewalError.html +1 -1
  21. package/docs/api/classes/LockHeldError.html +1 -1
  22. package/docs/api/classes/LockNotOwnedError.html +1 -1
  23. package/docs/api/classes/NativeAdapter.html +1 -1
  24. package/docs/api/classes/OverloadedError.html +1 -1
  25. package/docs/api/classes/QueueCompletionError.html +1 -1
  26. package/docs/api/classes/RequestTimeoutError.html +1 -1
  27. package/docs/api/classes/RerouteError.html +1 -1
  28. package/docs/api/classes/StaleLeaseError.html +1 -1
  29. package/docs/api/classes/StalePolicyGenerationError.html +1 -1
  30. package/docs/api/functions/projectFlowQuery.html +1 -1
  31. package/docs/api/hierarchy.html +1 -1
  32. package/docs/api/index.html +34 -5
  33. package/docs/api/interfaces/AdminListOptions.html +2 -2
  34. package/docs/api/interfaces/ApprovalListOptions.html +2 -2
  35. package/docs/api/interfaces/ApprovalRequestOptions.html +2 -2
  36. package/docs/api/interfaces/AttributeQueryOptions.html +2 -2
  37. package/docs/api/interfaces/AutoBatchOptions.html +2 -2
  38. package/docs/api/interfaces/BudgetCommitOptions.html +2 -2
  39. package/docs/api/interfaces/BudgetReserveOptions.html +2 -2
  40. package/docs/api/interfaces/CancelOptions.html +2 -2
  41. package/docs/api/interfaces/CircuitOpenOptions.html +2 -2
  42. package/docs/api/interfaces/ClaimDueOptions.html +3 -3
  43. package/docs/api/interfaces/ClaimHydrationItem.html +2 -2
  44. package/docs/api/interfaces/CompleteJobsAndClaimJobsResult.html +6 -6
  45. package/docs/api/interfaces/CompleteManyOptions.html +2 -2
  46. package/docs/api/interfaces/CompleteOptions.html +2 -2
  47. package/docs/api/interfaces/CompleteOutcome.html +1 -1
  48. package/docs/api/interfaces/CreateManyOptions.html +5 -5
  49. package/docs/api/interfaces/CreateOptions.html +3 -3
  50. package/docs/api/interfaces/EffectCompensateOptions.html +2 -2
  51. package/docs/api/interfaces/EffectConfirmOptions.html +2 -2
  52. package/docs/api/interfaces/EffectFailOptions.html +2 -2
  53. package/docs/api/interfaces/EffectReserveOptions.html +2 -2
  54. package/docs/api/interfaces/EffectStatusOptions.html +2 -2
  55. package/docs/api/interfaces/ExtendLeaseOptions.html +2 -2
  56. package/docs/api/interfaces/FailOptions.html +2 -2
  57. package/docs/api/interfaces/FailOutcome.html +1 -1
  58. package/docs/api/interfaces/FerricStoreClientFromUrlOptions.html +4 -4
  59. package/docs/api/interfaces/FerricStoreClientOptions.html +4 -4
  60. package/docs/api/interfaces/FlowBatchCompletedItem.html +2 -2
  61. package/docs/api/interfaces/FlowEventProjectionField.html +2 -2
  62. package/docs/api/interfaces/FlowExplainCapabilities.html +5 -0
  63. package/docs/api/interfaces/FlowExplainResult.html +8 -2
  64. package/docs/api/interfaces/FlowPolicyOptions.html +5 -5
  65. package/docs/api/interfaces/FlowQueryCountResult.html +1 -1
  66. package/docs/api/interfaces/FlowQueryIndex.html +11 -2
  67. package/docs/api/interfaces/FlowQueryIndexBuild.html +10 -0
  68. package/docs/api/interfaces/FlowQueryIndexCoverage.html +5 -0
  69. package/docs/api/interfaces/FlowQueryIndexField.html +5 -0
  70. package/docs/api/interfaces/FlowQueryIndexFormat.html +2 -2
  71. package/docs/api/interfaces/FlowQueryIndexProgress.html +7 -0
  72. package/docs/api/interfaces/FlowQueryIndexRegistry.html +2 -2
  73. package/docs/api/interfaces/FlowQueryIndexRetirement.html +10 -0
  74. package/docs/api/interfaces/FlowQueryIndexServices.html +6 -0
  75. package/docs/api/interfaces/FlowQueryIndexStatistics.html +11 -0
  76. package/docs/api/interfaces/FlowQueryIndexStatus.html +2 -2
  77. package/docs/api/interfaces/FlowQueryIndexValidation.html +13 -0
  78. package/docs/api/interfaces/FlowQueryQuality.html +2 -2
  79. package/docs/api/interfaces/FlowQueryRecordsResult.html +1 -1
  80. package/docs/api/interfaces/FlowRunProjectionField.html +2 -2
  81. package/docs/api/interfaces/FlowStatePolicy.html +2 -2
  82. package/docs/api/interfaces/FlowStatsOptions.html +2 -2
  83. package/docs/api/interfaces/GovernanceLedgerOptions.html +2 -2
  84. package/docs/api/interfaces/HistoryOptions.html +2 -2
  85. package/docs/api/interfaces/InvocationCreateOptions.html +2 -2
  86. package/docs/api/interfaces/LeaseMutationOptions.html +2 -2
  87. package/docs/api/interfaces/LimitAmountOptions.html +2 -2
  88. package/docs/api/interfaces/LimitLeaseOptions.html +2 -2
  89. package/docs/api/interfaces/LimitListOptions.html +2 -2
  90. package/docs/api/interfaces/LimitReleaseOptions.html +2 -2
  91. package/docs/api/interfaces/MutateOptions.html +2 -2
  92. package/docs/api/interfaces/NamedValueMutation.html +1 -1
  93. package/docs/api/interfaces/ReadOptions.html +3 -3
  94. package/docs/api/interfaces/ReclaimOptions.html +2 -2
  95. package/docs/api/interfaces/RequestContext.html +2 -2
  96. package/docs/api/interfaces/RequestContextOptions.html +2 -2
  97. package/docs/api/interfaces/RetryOptions.html +2 -2
  98. package/docs/api/interfaces/RetryOutcome.html +1 -1
  99. package/docs/api/interfaces/RunStepsItem.html +2 -2
  100. package/docs/api/interfaces/RunStepsManyOptions.html +2 -2
  101. package/docs/api/interfaces/ScheduleFireDueOptions.html +3 -2
  102. package/docs/api/interfaces/ScheduleFireOptions.html +3 -0
  103. package/docs/api/interfaces/ScheduleListOptions.html +2 -2
  104. package/docs/api/interfaces/ScheduleOptions.html +4 -2
  105. package/docs/api/interfaces/SearchOptions.html +3 -3
  106. package/docs/api/interfaces/StartAndClaimOptions.html +3 -3
  107. package/docs/api/interfaces/StepContinueOptions.html +3 -3
  108. package/docs/api/interfaces/TDigestCreateOptions.html +1 -1
  109. package/docs/api/interfaces/TDigestMergeOptions.html +1 -1
  110. package/docs/api/interfaces/TransitionOptions.html +2 -2
  111. package/docs/api/interfaces/TransitionOutcome.html +1 -1
  112. package/docs/api/modules.html +1 -1
  113. package/docs/api/types/ConnectionRequestDisposition.html +1 -1
  114. package/docs/api/types/FlowProjectionField.html +1 -1
  115. package/docs/api/types/FlowProjectionShape.html +1 -1
  116. package/docs/api/types/FlowQueryIndexServiceState.html +1 -0
  117. package/docs/api/types/FlowStateMode.html +1 -1
  118. package/docs/api/types/FlowStatePolicyLike.html +1 -1
  119. package/docs/api/types/ManagementPairs.html +1 -1
  120. package/docs/api/types/ScheduleCatchupPolicy.html +2 -0
  121. package/docs/api/types/ScheduleFireDueResult.html +3 -0
  122. package/docs/api/types/ScheduleFireResult.html +2 -0
  123. package/docs/api/types/ScheduleKind.html +1 -0
  124. package/docs/api/types/ScheduleOverlapPolicy.html +1 -0
  125. package/docs/api/types/ScheduleRecord.html +12 -0
  126. package/docs/api/types/ScheduleState.html +1 -0
  127. package/docs/api/types/SearchStateMeta.html +1 -1
  128. package/docs/api/variables/FERRICSTORE_MINIMUM_SERVER_VERSION.html +1 -1
  129. package/docs/api/variables/FERRICSTORE_SDK_VERSION.html +1 -1
  130. package/docs/api/variables/FlowProjection.html +1 -1
  131. package/package.json +2 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.