@arbidocs/client 0.3.76 → 0.3.77

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.
package/dist/index.d.cts CHANGED
@@ -7893,6 +7893,11 @@ interface components {
7893
7893
  * @default false
7894
7894
  */
7895
7895
  show_hints: boolean;
7896
+ /**
7897
+ * Show Chronology
7898
+ * @default false
7899
+ */
7900
+ show_chronology: boolean;
7896
7901
  /**
7897
7902
  * Use S3 Direct Upload
7898
7903
  * @default false
@@ -7952,6 +7957,8 @@ interface components {
7952
7957
  show_mcp_connectors?: boolean | null;
7953
7958
  /** Show Hints */
7954
7959
  show_hints?: boolean | null;
7960
+ /** Show Chronology */
7961
+ show_chronology?: boolean | null;
7955
7962
  /** Use S3 Direct Upload */
7956
7963
  use_s3_direct_upload?: boolean | null;
7957
7964
  /** Hide Online Status */
package/dist/index.d.ts CHANGED
@@ -7893,6 +7893,11 @@ interface components {
7893
7893
  * @default false
7894
7894
  */
7895
7895
  show_hints: boolean;
7896
+ /**
7897
+ * Show Chronology
7898
+ * @default false
7899
+ */
7900
+ show_chronology: boolean;
7896
7901
  /**
7897
7902
  * Use S3 Direct Upload
7898
7903
  * @default false
@@ -7952,6 +7957,8 @@ interface components {
7952
7957
  show_mcp_connectors?: boolean | null;
7953
7958
  /** Show Hints */
7954
7959
  show_hints?: boolean | null;
7960
+ /** Show Chronology */
7961
+ show_chronology?: boolean | null;
7955
7962
  /** Use S3 Direct Upload */
7956
7963
  use_s3_direct_upload?: boolean | null;
7957
7964
  /** Hide Online Status */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbidocs/client",
3
- "version": "0.3.76",
3
+ "version": "0.3.77",
4
4
  "description": "TypeScript SDK for the ARBI API — zero-knowledge auth, E2E encryption, and type-safe REST client",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",