@arbidocs/sdk 0.3.59 → 0.3.61

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.
@@ -706,6 +706,7 @@ declare function listDocuments(arbi: ArbiClient): Promise<{
706
706
  file_name?: string | null | undefined;
707
707
  status?: string | null | undefined;
708
708
  error_message?: string | null | undefined;
709
+ failed_stage?: string | null | undefined;
709
710
  n_pages?: number | null | undefined;
710
711
  n_chunks?: number | null | undefined;
711
712
  tokens?: number | null | undefined;
@@ -803,6 +804,7 @@ declare function getDocuments(arbi: ArbiClient, externalIds: string[]): Promise<
803
804
  file_name?: string | null | undefined;
804
805
  status?: string | null | undefined;
805
806
  error_message?: string | null | undefined;
807
+ failed_stage?: string | null | undefined;
806
808
  n_pages?: number | null | undefined;
807
809
  n_chunks?: number | null | undefined;
808
810
  tokens?: number | null | undefined;
@@ -854,6 +856,7 @@ declare function updateDocuments(arbi: ArbiClient, documents: DocUpdateRequest$1
854
856
  file_name?: string | null | undefined;
855
857
  status?: string | null | undefined;
856
858
  error_message?: string | null | undefined;
859
+ failed_stage?: string | null | undefined;
857
860
  n_pages?: number | null | undefined;
858
861
  n_chunks?: number | null | undefined;
859
862
  tokens?: number | null | undefined;
@@ -1159,6 +1162,7 @@ declare function listContacts(arbi: ArbiClient): Promise<{
1159
1162
  family_name?: string | null | undefined;
1160
1163
  picture?: string | null | undefined;
1161
1164
  encryption_public_key: string;
1165
+ is_sso: boolean;
1162
1166
  } | null | undefined;
1163
1167
  status: "invitation_pending" | "invitation_expired" | "registered";
1164
1168
  created_at: string;
@@ -1174,6 +1178,7 @@ declare function addContacts(arbi: ArbiClient, emails: string[]): Promise<{
1174
1178
  family_name?: string | null | undefined;
1175
1179
  picture?: string | null | undefined;
1176
1180
  encryption_public_key: string;
1181
+ is_sso: boolean;
1177
1182
  } | null | undefined;
1178
1183
  status: "invitation_pending" | "invitation_expired" | "registered";
1179
1184
  created_at: string;
@@ -1481,6 +1486,7 @@ declare class Arbi {
1481
1486
  created_at: string;
1482
1487
  updated_at: string;
1483
1488
  wrapped_key?: string | null | undefined;
1489
+ is_member: boolean;
1484
1490
  shared_conversation_count: number;
1485
1491
  private_conversation_count: number;
1486
1492
  shared_document_count: number;
@@ -1495,6 +1501,7 @@ declare class Arbi {
1495
1501
  family_name?: string | null | undefined;
1496
1502
  picture?: string | null | undefined;
1497
1503
  encryption_public_key: string;
1504
+ is_sso: boolean;
1498
1505
  };
1499
1506
  role: components["schemas"]["WorkspaceRole"];
1500
1507
  joined_at: string;
@@ -1518,6 +1525,7 @@ declare class Arbi {
1518
1525
  created_at: string;
1519
1526
  updated_at: string;
1520
1527
  wrapped_key?: string | null | undefined;
1528
+ is_member: boolean;
1521
1529
  shared_conversation_count: number;
1522
1530
  private_conversation_count: number;
1523
1531
  shared_document_count: number;
@@ -1532,6 +1540,7 @@ declare class Arbi {
1532
1540
  family_name?: string | null | undefined;
1533
1541
  picture?: string | null | undefined;
1534
1542
  encryption_public_key: string;
1543
+ is_sso: boolean;
1535
1544
  };
1536
1545
  role: components["schemas"]["WorkspaceRole"];
1537
1546
  joined_at: string;
@@ -1556,6 +1565,7 @@ declare class Arbi {
1556
1565
  created_at: string;
1557
1566
  updated_at: string;
1558
1567
  wrapped_key?: string | null | undefined;
1568
+ is_member: boolean;
1559
1569
  shared_conversation_count: number;
1560
1570
  private_conversation_count: number;
1561
1571
  shared_document_count: number;
@@ -1570,6 +1580,7 @@ declare class Arbi {
1570
1580
  family_name?: string | null | undefined;
1571
1581
  picture?: string | null | undefined;
1572
1582
  encryption_public_key: string;
1583
+ is_sso: boolean;
1573
1584
  };
1574
1585
  role: components["schemas"]["WorkspaceRole"];
1575
1586
  joined_at: string;
@@ -1592,6 +1603,7 @@ declare class Arbi {
1592
1603
  family_name?: string | null | undefined;
1593
1604
  picture?: string | null | undefined;
1594
1605
  encryption_public_key: string;
1606
+ is_sso: boolean;
1595
1607
  };
1596
1608
  role: components["schemas"]["WorkspaceRole"];
1597
1609
  joined_at: string;
@@ -1609,6 +1621,7 @@ declare class Arbi {
1609
1621
  family_name?: string | null | undefined;
1610
1622
  picture?: string | null | undefined;
1611
1623
  encryption_public_key: string;
1624
+ is_sso: boolean;
1612
1625
  };
1613
1626
  role: components["schemas"]["WorkspaceRole"];
1614
1627
  joined_at: string;
@@ -1627,6 +1640,7 @@ declare class Arbi {
1627
1640
  family_name?: string | null | undefined;
1628
1641
  picture?: string | null | undefined;
1629
1642
  encryption_public_key: string;
1643
+ is_sso: boolean;
1630
1644
  };
1631
1645
  role: components["schemas"]["WorkspaceRole"];
1632
1646
  joined_at: string;
@@ -1653,6 +1667,7 @@ declare class Arbi {
1653
1667
  file_name?: string | null | undefined;
1654
1668
  status?: string | null | undefined;
1655
1669
  error_message?: string | null | undefined;
1670
+ failed_stage?: string | null | undefined;
1656
1671
  n_pages?: number | null | undefined;
1657
1672
  n_chunks?: number | null | undefined;
1658
1673
  tokens?: number | null | undefined;
@@ -1714,6 +1729,7 @@ declare class Arbi {
1714
1729
  file_name?: string | null;
1715
1730
  status?: string | null;
1716
1731
  error_message?: string | null;
1732
+ failed_stage?: string | null;
1717
1733
  n_pages?: number | null;
1718
1734
  n_chunks?: number | null;
1719
1735
  tokens?: number | null;
@@ -1748,6 +1764,7 @@ declare class Arbi {
1748
1764
  file_name?: string | null;
1749
1765
  status?: string | null;
1750
1766
  error_message?: string | null;
1767
+ failed_stage?: string | null;
1751
1768
  n_pages?: number | null;
1752
1769
  n_chunks?: number | null;
1753
1770
  tokens?: number | null;
@@ -1775,6 +1792,7 @@ declare class Arbi {
1775
1792
  file_name?: string | null | undefined;
1776
1793
  status?: string | null | undefined;
1777
1794
  error_message?: string | null | undefined;
1795
+ failed_stage?: string | null | undefined;
1778
1796
  n_pages?: number | null | undefined;
1779
1797
  n_chunks?: number | null | undefined;
1780
1798
  tokens?: number | null | undefined;
@@ -1826,6 +1844,7 @@ declare class Arbi {
1826
1844
  file_name?: string | null | undefined;
1827
1845
  status?: string | null | undefined;
1828
1846
  error_message?: string | null | undefined;
1847
+ failed_stage?: string | null | undefined;
1829
1848
  n_pages?: number | null | undefined;
1830
1849
  n_chunks?: number | null | undefined;
1831
1850
  tokens?: number | null | undefined;
@@ -2322,6 +2341,7 @@ declare class Arbi {
2322
2341
  family_name?: string | null | undefined;
2323
2342
  picture?: string | null | undefined;
2324
2343
  encryption_public_key: string;
2344
+ is_sso: boolean;
2325
2345
  } | null | undefined;
2326
2346
  status: "invitation_pending" | "invitation_expired" | "registered";
2327
2347
  created_at: string;
@@ -2337,6 +2357,7 @@ declare class Arbi {
2337
2357
  family_name?: string | null | undefined;
2338
2358
  picture?: string | null | undefined;
2339
2359
  encryption_public_key: string;
2360
+ is_sso: boolean;
2340
2361
  } | null | undefined;
2341
2362
  status: "invitation_pending" | "invitation_expired" | "registered";
2342
2363
  created_at: string;
@@ -2356,6 +2377,7 @@ declare class Arbi {
2356
2377
  family_name?: string | null | undefined;
2357
2378
  picture?: string | null | undefined;
2358
2379
  encryption_public_key: string;
2380
+ is_sso: boolean;
2359
2381
  };
2360
2382
  recipient: {
2361
2383
  external_id: string;
@@ -2365,6 +2387,7 @@ declare class Arbi {
2365
2387
  family_name?: string | null | undefined;
2366
2388
  picture?: string | null | undefined;
2367
2389
  encryption_public_key: string;
2390
+ is_sso: boolean;
2368
2391
  };
2369
2392
  workspace_ext_id?: string | null | undefined;
2370
2393
  content?: string | null | undefined;
@@ -2386,6 +2409,7 @@ declare class Arbi {
2386
2409
  family_name?: string | null | undefined;
2387
2410
  picture?: string | null | undefined;
2388
2411
  encryption_public_key: string;
2412
+ is_sso: boolean;
2389
2413
  };
2390
2414
  recipient: {
2391
2415
  external_id: string;
@@ -2395,6 +2419,7 @@ declare class Arbi {
2395
2419
  family_name?: string | null | undefined;
2396
2420
  picture?: string | null | undefined;
2397
2421
  encryption_public_key: string;
2422
+ is_sso: boolean;
2398
2423
  };
2399
2424
  workspace_ext_id?: string | null | undefined;
2400
2425
  content?: string | null | undefined;
@@ -2413,6 +2438,7 @@ declare class Arbi {
2413
2438
  family_name?: string | null | undefined;
2414
2439
  picture?: string | null | undefined;
2415
2440
  encryption_public_key: string;
2441
+ is_sso: boolean;
2416
2442
  };
2417
2443
  recipient: {
2418
2444
  external_id: string;
@@ -2422,6 +2448,7 @@ declare class Arbi {
2422
2448
  family_name?: string | null | undefined;
2423
2449
  picture?: string | null | undefined;
2424
2450
  encryption_public_key: string;
2451
+ is_sso: boolean;
2425
2452
  };
2426
2453
  workspace_ext_id?: string | null | undefined;
2427
2454
  content?: string | null | undefined;
@@ -2850,6 +2877,7 @@ declare class Arbi {
2850
2877
  family_name?: string | null;
2851
2878
  picture?: string | null;
2852
2879
  encryption_public_key: string;
2880
+ is_sso: boolean;
2853
2881
  }[]>;
2854
2882
  delete: (agentExtIds: string[]) => Promise<{
2855
2883
  [x: string]: unknown;
@@ -2887,6 +2915,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
2887
2915
  created_at: string;
2888
2916
  updated_at: string;
2889
2917
  wrapped_key?: string | null | undefined;
2918
+ is_member: boolean;
2890
2919
  shared_conversation_count: number;
2891
2920
  private_conversation_count: number;
2892
2921
  shared_document_count: number;
@@ -2901,6 +2930,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
2901
2930
  family_name?: string | null | undefined;
2902
2931
  picture?: string | null | undefined;
2903
2932
  encryption_public_key: string;
2933
+ is_sso: boolean;
2904
2934
  };
2905
2935
  role: components["schemas"]["WorkspaceRole"];
2906
2936
  joined_at: string;
@@ -2931,6 +2961,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
2931
2961
  created_at: string;
2932
2962
  updated_at: string;
2933
2963
  wrapped_key?: string | null | undefined;
2964
+ is_member: boolean;
2934
2965
  shared_conversation_count: number;
2935
2966
  private_conversation_count: number;
2936
2967
  shared_document_count: number;
@@ -2945,6 +2976,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
2945
2976
  family_name?: string | null | undefined;
2946
2977
  picture?: string | null | undefined;
2947
2978
  encryption_public_key: string;
2979
+ is_sso: boolean;
2948
2980
  };
2949
2981
  role: components["schemas"]["WorkspaceRole"];
2950
2982
  joined_at: string;
@@ -2969,6 +3001,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
2969
3001
  created_at: string;
2970
3002
  updated_at: string;
2971
3003
  wrapped_key?: string | null | undefined;
3004
+ is_member: boolean;
2972
3005
  shared_conversation_count: number;
2973
3006
  private_conversation_count: number;
2974
3007
  shared_document_count: number;
@@ -2983,6 +3016,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
2983
3016
  family_name?: string | null | undefined;
2984
3017
  picture?: string | null | undefined;
2985
3018
  encryption_public_key: string;
3019
+ is_sso: boolean;
2986
3020
  };
2987
3021
  role: components["schemas"]["WorkspaceRole"];
2988
3022
  joined_at: string;
@@ -3005,6 +3039,7 @@ declare function listWorkspaceUsers(arbi: ArbiClient): Promise<{
3005
3039
  family_name?: string | null | undefined;
3006
3040
  picture?: string | null | undefined;
3007
3041
  encryption_public_key: string;
3042
+ is_sso: boolean;
3008
3043
  };
3009
3044
  role: components["schemas"]["WorkspaceRole"];
3010
3045
  joined_at: string;
@@ -3022,6 +3057,7 @@ declare function addWorkspaceUsers(arbi: ArbiClient, emails: string[], role?: 'o
3022
3057
  family_name?: string | null | undefined;
3023
3058
  picture?: string | null | undefined;
3024
3059
  encryption_public_key: string;
3060
+ is_sso: boolean;
3025
3061
  };
3026
3062
  role: components["schemas"]["WorkspaceRole"];
3027
3063
  joined_at: string;
@@ -3040,6 +3076,7 @@ declare function setUserRole(arbi: ArbiClient, userIds: string[], role: 'owner'
3040
3076
  family_name?: string | null | undefined;
3041
3077
  picture?: string | null | undefined;
3042
3078
  encryption_public_key: string;
3079
+ is_sso: boolean;
3043
3080
  };
3044
3081
  role: components["schemas"]["WorkspaceRole"];
3045
3082
  joined_at: string;
@@ -3586,6 +3623,7 @@ declare function listDMs(arbi: ArbiClient): Promise<{
3586
3623
  family_name?: string | null | undefined;
3587
3624
  picture?: string | null | undefined;
3588
3625
  encryption_public_key: string;
3626
+ is_sso: boolean;
3589
3627
  };
3590
3628
  recipient: {
3591
3629
  external_id: string;
@@ -3595,6 +3633,7 @@ declare function listDMs(arbi: ArbiClient): Promise<{
3595
3633
  family_name?: string | null | undefined;
3596
3634
  picture?: string | null | undefined;
3597
3635
  encryption_public_key: string;
3636
+ is_sso: boolean;
3598
3637
  };
3599
3638
  workspace_ext_id?: string | null | undefined;
3600
3639
  content?: string | null | undefined;
@@ -3641,6 +3680,7 @@ declare function sendEncryptedDM(arbi: ArbiClient, messages: Array<{
3641
3680
  family_name?: string | null | undefined;
3642
3681
  picture?: string | null | undefined;
3643
3682
  encryption_public_key: string;
3683
+ is_sso: boolean;
3644
3684
  };
3645
3685
  recipient: {
3646
3686
  external_id: string;
@@ -3650,6 +3690,7 @@ declare function sendEncryptedDM(arbi: ArbiClient, messages: Array<{
3650
3690
  family_name?: string | null | undefined;
3651
3691
  picture?: string | null | undefined;
3652
3692
  encryption_public_key: string;
3693
+ is_sso: boolean;
3653
3694
  };
3654
3695
  workspace_ext_id?: string | null | undefined;
3655
3696
  content?: string | null | undefined;
@@ -3675,6 +3716,7 @@ declare function sendDM(arbi: ArbiClient, messages: Array<{
3675
3716
  family_name?: string | null | undefined;
3676
3717
  picture?: string | null | undefined;
3677
3718
  encryption_public_key: string;
3719
+ is_sso: boolean;
3678
3720
  };
3679
3721
  recipient: {
3680
3722
  external_id: string;
@@ -3684,6 +3726,7 @@ declare function sendDM(arbi: ArbiClient, messages: Array<{
3684
3726
  family_name?: string | null | undefined;
3685
3727
  picture?: string | null | undefined;
3686
3728
  encryption_public_key: string;
3729
+ is_sso: boolean;
3687
3730
  };
3688
3731
  workspace_ext_id?: string | null | undefined;
3689
3732
  content?: string | null | undefined;
@@ -3702,6 +3745,7 @@ declare function markRead(arbi: ArbiClient, messageIds: string[]): Promise<{
3702
3745
  family_name?: string | null | undefined;
3703
3746
  picture?: string | null | undefined;
3704
3747
  encryption_public_key: string;
3748
+ is_sso: boolean;
3705
3749
  };
3706
3750
  recipient: {
3707
3751
  external_id: string;
@@ -3711,6 +3755,7 @@ declare function markRead(arbi: ArbiClient, messageIds: string[]): Promise<{
3711
3755
  family_name?: string | null | undefined;
3712
3756
  picture?: string | null | undefined;
3713
3757
  encryption_public_key: string;
3758
+ is_sso: boolean;
3714
3759
  };
3715
3760
  workspace_ext_id?: string | null | undefined;
3716
3761
  content?: string | null | undefined;
@@ -706,6 +706,7 @@ declare function listDocuments(arbi: ArbiClient): Promise<{
706
706
  file_name?: string | null | undefined;
707
707
  status?: string | null | undefined;
708
708
  error_message?: string | null | undefined;
709
+ failed_stage?: string | null | undefined;
709
710
  n_pages?: number | null | undefined;
710
711
  n_chunks?: number | null | undefined;
711
712
  tokens?: number | null | undefined;
@@ -803,6 +804,7 @@ declare function getDocuments(arbi: ArbiClient, externalIds: string[]): Promise<
803
804
  file_name?: string | null | undefined;
804
805
  status?: string | null | undefined;
805
806
  error_message?: string | null | undefined;
807
+ failed_stage?: string | null | undefined;
806
808
  n_pages?: number | null | undefined;
807
809
  n_chunks?: number | null | undefined;
808
810
  tokens?: number | null | undefined;
@@ -854,6 +856,7 @@ declare function updateDocuments(arbi: ArbiClient, documents: DocUpdateRequest$1
854
856
  file_name?: string | null | undefined;
855
857
  status?: string | null | undefined;
856
858
  error_message?: string | null | undefined;
859
+ failed_stage?: string | null | undefined;
857
860
  n_pages?: number | null | undefined;
858
861
  n_chunks?: number | null | undefined;
859
862
  tokens?: number | null | undefined;
@@ -1159,6 +1162,7 @@ declare function listContacts(arbi: ArbiClient): Promise<{
1159
1162
  family_name?: string | null | undefined;
1160
1163
  picture?: string | null | undefined;
1161
1164
  encryption_public_key: string;
1165
+ is_sso: boolean;
1162
1166
  } | null | undefined;
1163
1167
  status: "invitation_pending" | "invitation_expired" | "registered";
1164
1168
  created_at: string;
@@ -1174,6 +1178,7 @@ declare function addContacts(arbi: ArbiClient, emails: string[]): Promise<{
1174
1178
  family_name?: string | null | undefined;
1175
1179
  picture?: string | null | undefined;
1176
1180
  encryption_public_key: string;
1181
+ is_sso: boolean;
1177
1182
  } | null | undefined;
1178
1183
  status: "invitation_pending" | "invitation_expired" | "registered";
1179
1184
  created_at: string;
@@ -1481,6 +1486,7 @@ declare class Arbi {
1481
1486
  created_at: string;
1482
1487
  updated_at: string;
1483
1488
  wrapped_key?: string | null | undefined;
1489
+ is_member: boolean;
1484
1490
  shared_conversation_count: number;
1485
1491
  private_conversation_count: number;
1486
1492
  shared_document_count: number;
@@ -1495,6 +1501,7 @@ declare class Arbi {
1495
1501
  family_name?: string | null | undefined;
1496
1502
  picture?: string | null | undefined;
1497
1503
  encryption_public_key: string;
1504
+ is_sso: boolean;
1498
1505
  };
1499
1506
  role: components["schemas"]["WorkspaceRole"];
1500
1507
  joined_at: string;
@@ -1518,6 +1525,7 @@ declare class Arbi {
1518
1525
  created_at: string;
1519
1526
  updated_at: string;
1520
1527
  wrapped_key?: string | null | undefined;
1528
+ is_member: boolean;
1521
1529
  shared_conversation_count: number;
1522
1530
  private_conversation_count: number;
1523
1531
  shared_document_count: number;
@@ -1532,6 +1540,7 @@ declare class Arbi {
1532
1540
  family_name?: string | null | undefined;
1533
1541
  picture?: string | null | undefined;
1534
1542
  encryption_public_key: string;
1543
+ is_sso: boolean;
1535
1544
  };
1536
1545
  role: components["schemas"]["WorkspaceRole"];
1537
1546
  joined_at: string;
@@ -1556,6 +1565,7 @@ declare class Arbi {
1556
1565
  created_at: string;
1557
1566
  updated_at: string;
1558
1567
  wrapped_key?: string | null | undefined;
1568
+ is_member: boolean;
1559
1569
  shared_conversation_count: number;
1560
1570
  private_conversation_count: number;
1561
1571
  shared_document_count: number;
@@ -1570,6 +1580,7 @@ declare class Arbi {
1570
1580
  family_name?: string | null | undefined;
1571
1581
  picture?: string | null | undefined;
1572
1582
  encryption_public_key: string;
1583
+ is_sso: boolean;
1573
1584
  };
1574
1585
  role: components["schemas"]["WorkspaceRole"];
1575
1586
  joined_at: string;
@@ -1592,6 +1603,7 @@ declare class Arbi {
1592
1603
  family_name?: string | null | undefined;
1593
1604
  picture?: string | null | undefined;
1594
1605
  encryption_public_key: string;
1606
+ is_sso: boolean;
1595
1607
  };
1596
1608
  role: components["schemas"]["WorkspaceRole"];
1597
1609
  joined_at: string;
@@ -1609,6 +1621,7 @@ declare class Arbi {
1609
1621
  family_name?: string | null | undefined;
1610
1622
  picture?: string | null | undefined;
1611
1623
  encryption_public_key: string;
1624
+ is_sso: boolean;
1612
1625
  };
1613
1626
  role: components["schemas"]["WorkspaceRole"];
1614
1627
  joined_at: string;
@@ -1627,6 +1640,7 @@ declare class Arbi {
1627
1640
  family_name?: string | null | undefined;
1628
1641
  picture?: string | null | undefined;
1629
1642
  encryption_public_key: string;
1643
+ is_sso: boolean;
1630
1644
  };
1631
1645
  role: components["schemas"]["WorkspaceRole"];
1632
1646
  joined_at: string;
@@ -1653,6 +1667,7 @@ declare class Arbi {
1653
1667
  file_name?: string | null | undefined;
1654
1668
  status?: string | null | undefined;
1655
1669
  error_message?: string | null | undefined;
1670
+ failed_stage?: string | null | undefined;
1656
1671
  n_pages?: number | null | undefined;
1657
1672
  n_chunks?: number | null | undefined;
1658
1673
  tokens?: number | null | undefined;
@@ -1714,6 +1729,7 @@ declare class Arbi {
1714
1729
  file_name?: string | null;
1715
1730
  status?: string | null;
1716
1731
  error_message?: string | null;
1732
+ failed_stage?: string | null;
1717
1733
  n_pages?: number | null;
1718
1734
  n_chunks?: number | null;
1719
1735
  tokens?: number | null;
@@ -1748,6 +1764,7 @@ declare class Arbi {
1748
1764
  file_name?: string | null;
1749
1765
  status?: string | null;
1750
1766
  error_message?: string | null;
1767
+ failed_stage?: string | null;
1751
1768
  n_pages?: number | null;
1752
1769
  n_chunks?: number | null;
1753
1770
  tokens?: number | null;
@@ -1775,6 +1792,7 @@ declare class Arbi {
1775
1792
  file_name?: string | null | undefined;
1776
1793
  status?: string | null | undefined;
1777
1794
  error_message?: string | null | undefined;
1795
+ failed_stage?: string | null | undefined;
1778
1796
  n_pages?: number | null | undefined;
1779
1797
  n_chunks?: number | null | undefined;
1780
1798
  tokens?: number | null | undefined;
@@ -1826,6 +1844,7 @@ declare class Arbi {
1826
1844
  file_name?: string | null | undefined;
1827
1845
  status?: string | null | undefined;
1828
1846
  error_message?: string | null | undefined;
1847
+ failed_stage?: string | null | undefined;
1829
1848
  n_pages?: number | null | undefined;
1830
1849
  n_chunks?: number | null | undefined;
1831
1850
  tokens?: number | null | undefined;
@@ -2322,6 +2341,7 @@ declare class Arbi {
2322
2341
  family_name?: string | null | undefined;
2323
2342
  picture?: string | null | undefined;
2324
2343
  encryption_public_key: string;
2344
+ is_sso: boolean;
2325
2345
  } | null | undefined;
2326
2346
  status: "invitation_pending" | "invitation_expired" | "registered";
2327
2347
  created_at: string;
@@ -2337,6 +2357,7 @@ declare class Arbi {
2337
2357
  family_name?: string | null | undefined;
2338
2358
  picture?: string | null | undefined;
2339
2359
  encryption_public_key: string;
2360
+ is_sso: boolean;
2340
2361
  } | null | undefined;
2341
2362
  status: "invitation_pending" | "invitation_expired" | "registered";
2342
2363
  created_at: string;
@@ -2356,6 +2377,7 @@ declare class Arbi {
2356
2377
  family_name?: string | null | undefined;
2357
2378
  picture?: string | null | undefined;
2358
2379
  encryption_public_key: string;
2380
+ is_sso: boolean;
2359
2381
  };
2360
2382
  recipient: {
2361
2383
  external_id: string;
@@ -2365,6 +2387,7 @@ declare class Arbi {
2365
2387
  family_name?: string | null | undefined;
2366
2388
  picture?: string | null | undefined;
2367
2389
  encryption_public_key: string;
2390
+ is_sso: boolean;
2368
2391
  };
2369
2392
  workspace_ext_id?: string | null | undefined;
2370
2393
  content?: string | null | undefined;
@@ -2386,6 +2409,7 @@ declare class Arbi {
2386
2409
  family_name?: string | null | undefined;
2387
2410
  picture?: string | null | undefined;
2388
2411
  encryption_public_key: string;
2412
+ is_sso: boolean;
2389
2413
  };
2390
2414
  recipient: {
2391
2415
  external_id: string;
@@ -2395,6 +2419,7 @@ declare class Arbi {
2395
2419
  family_name?: string | null | undefined;
2396
2420
  picture?: string | null | undefined;
2397
2421
  encryption_public_key: string;
2422
+ is_sso: boolean;
2398
2423
  };
2399
2424
  workspace_ext_id?: string | null | undefined;
2400
2425
  content?: string | null | undefined;
@@ -2413,6 +2438,7 @@ declare class Arbi {
2413
2438
  family_name?: string | null | undefined;
2414
2439
  picture?: string | null | undefined;
2415
2440
  encryption_public_key: string;
2441
+ is_sso: boolean;
2416
2442
  };
2417
2443
  recipient: {
2418
2444
  external_id: string;
@@ -2422,6 +2448,7 @@ declare class Arbi {
2422
2448
  family_name?: string | null | undefined;
2423
2449
  picture?: string | null | undefined;
2424
2450
  encryption_public_key: string;
2451
+ is_sso: boolean;
2425
2452
  };
2426
2453
  workspace_ext_id?: string | null | undefined;
2427
2454
  content?: string | null | undefined;
@@ -2850,6 +2877,7 @@ declare class Arbi {
2850
2877
  family_name?: string | null;
2851
2878
  picture?: string | null;
2852
2879
  encryption_public_key: string;
2880
+ is_sso: boolean;
2853
2881
  }[]>;
2854
2882
  delete: (agentExtIds: string[]) => Promise<{
2855
2883
  [x: string]: unknown;
@@ -2887,6 +2915,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
2887
2915
  created_at: string;
2888
2916
  updated_at: string;
2889
2917
  wrapped_key?: string | null | undefined;
2918
+ is_member: boolean;
2890
2919
  shared_conversation_count: number;
2891
2920
  private_conversation_count: number;
2892
2921
  shared_document_count: number;
@@ -2901,6 +2930,7 @@ declare function listWorkspaces(arbi: ArbiClient): Promise<{
2901
2930
  family_name?: string | null | undefined;
2902
2931
  picture?: string | null | undefined;
2903
2932
  encryption_public_key: string;
2933
+ is_sso: boolean;
2904
2934
  };
2905
2935
  role: components["schemas"]["WorkspaceRole"];
2906
2936
  joined_at: string;
@@ -2931,6 +2961,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
2931
2961
  created_at: string;
2932
2962
  updated_at: string;
2933
2963
  wrapped_key?: string | null | undefined;
2964
+ is_member: boolean;
2934
2965
  shared_conversation_count: number;
2935
2966
  private_conversation_count: number;
2936
2967
  shared_document_count: number;
@@ -2945,6 +2976,7 @@ declare function createWorkspace(arbi: ArbiClient, name: string, encryptedWorksp
2945
2976
  family_name?: string | null | undefined;
2946
2977
  picture?: string | null | undefined;
2947
2978
  encryption_public_key: string;
2979
+ is_sso: boolean;
2948
2980
  };
2949
2981
  role: components["schemas"]["WorkspaceRole"];
2950
2982
  joined_at: string;
@@ -2969,6 +3001,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
2969
3001
  created_at: string;
2970
3002
  updated_at: string;
2971
3003
  wrapped_key?: string | null | undefined;
3004
+ is_member: boolean;
2972
3005
  shared_conversation_count: number;
2973
3006
  private_conversation_count: number;
2974
3007
  shared_document_count: number;
@@ -2983,6 +3016,7 @@ declare function updateWorkspace(arbi: ArbiClient, body: WorkspaceUpdateRequest)
2983
3016
  family_name?: string | null | undefined;
2984
3017
  picture?: string | null | undefined;
2985
3018
  encryption_public_key: string;
3019
+ is_sso: boolean;
2986
3020
  };
2987
3021
  role: components["schemas"]["WorkspaceRole"];
2988
3022
  joined_at: string;
@@ -3005,6 +3039,7 @@ declare function listWorkspaceUsers(arbi: ArbiClient): Promise<{
3005
3039
  family_name?: string | null | undefined;
3006
3040
  picture?: string | null | undefined;
3007
3041
  encryption_public_key: string;
3042
+ is_sso: boolean;
3008
3043
  };
3009
3044
  role: components["schemas"]["WorkspaceRole"];
3010
3045
  joined_at: string;
@@ -3022,6 +3057,7 @@ declare function addWorkspaceUsers(arbi: ArbiClient, emails: string[], role?: 'o
3022
3057
  family_name?: string | null | undefined;
3023
3058
  picture?: string | null | undefined;
3024
3059
  encryption_public_key: string;
3060
+ is_sso: boolean;
3025
3061
  };
3026
3062
  role: components["schemas"]["WorkspaceRole"];
3027
3063
  joined_at: string;
@@ -3040,6 +3076,7 @@ declare function setUserRole(arbi: ArbiClient, userIds: string[], role: 'owner'
3040
3076
  family_name?: string | null | undefined;
3041
3077
  picture?: string | null | undefined;
3042
3078
  encryption_public_key: string;
3079
+ is_sso: boolean;
3043
3080
  };
3044
3081
  role: components["schemas"]["WorkspaceRole"];
3045
3082
  joined_at: string;
@@ -3586,6 +3623,7 @@ declare function listDMs(arbi: ArbiClient): Promise<{
3586
3623
  family_name?: string | null | undefined;
3587
3624
  picture?: string | null | undefined;
3588
3625
  encryption_public_key: string;
3626
+ is_sso: boolean;
3589
3627
  };
3590
3628
  recipient: {
3591
3629
  external_id: string;
@@ -3595,6 +3633,7 @@ declare function listDMs(arbi: ArbiClient): Promise<{
3595
3633
  family_name?: string | null | undefined;
3596
3634
  picture?: string | null | undefined;
3597
3635
  encryption_public_key: string;
3636
+ is_sso: boolean;
3598
3637
  };
3599
3638
  workspace_ext_id?: string | null | undefined;
3600
3639
  content?: string | null | undefined;
@@ -3641,6 +3680,7 @@ declare function sendEncryptedDM(arbi: ArbiClient, messages: Array<{
3641
3680
  family_name?: string | null | undefined;
3642
3681
  picture?: string | null | undefined;
3643
3682
  encryption_public_key: string;
3683
+ is_sso: boolean;
3644
3684
  };
3645
3685
  recipient: {
3646
3686
  external_id: string;
@@ -3650,6 +3690,7 @@ declare function sendEncryptedDM(arbi: ArbiClient, messages: Array<{
3650
3690
  family_name?: string | null | undefined;
3651
3691
  picture?: string | null | undefined;
3652
3692
  encryption_public_key: string;
3693
+ is_sso: boolean;
3653
3694
  };
3654
3695
  workspace_ext_id?: string | null | undefined;
3655
3696
  content?: string | null | undefined;
@@ -3675,6 +3716,7 @@ declare function sendDM(arbi: ArbiClient, messages: Array<{
3675
3716
  family_name?: string | null | undefined;
3676
3717
  picture?: string | null | undefined;
3677
3718
  encryption_public_key: string;
3719
+ is_sso: boolean;
3678
3720
  };
3679
3721
  recipient: {
3680
3722
  external_id: string;
@@ -3684,6 +3726,7 @@ declare function sendDM(arbi: ArbiClient, messages: Array<{
3684
3726
  family_name?: string | null | undefined;
3685
3727
  picture?: string | null | undefined;
3686
3728
  encryption_public_key: string;
3729
+ is_sso: boolean;
3687
3730
  };
3688
3731
  workspace_ext_id?: string | null | undefined;
3689
3732
  content?: string | null | undefined;
@@ -3702,6 +3745,7 @@ declare function markRead(arbi: ArbiClient, messageIds: string[]): Promise<{
3702
3745
  family_name?: string | null | undefined;
3703
3746
  picture?: string | null | undefined;
3704
3747
  encryption_public_key: string;
3748
+ is_sso: boolean;
3705
3749
  };
3706
3750
  recipient: {
3707
3751
  external_id: string;
@@ -3711,6 +3755,7 @@ declare function markRead(arbi: ArbiClient, messageIds: string[]): Promise<{
3711
3755
  family_name?: string | null | undefined;
3712
3756
  picture?: string | null | undefined;
3713
3757
  encryption_public_key: string;
3758
+ is_sso: boolean;
3714
3759
  };
3715
3760
  workspace_ext_id?: string | null | undefined;
3716
3761
  content?: string | null | undefined;