@arbidocs/sdk 0.3.55 → 0.3.57

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.
@@ -1379,6 +1379,7 @@ declare class Arbi {
1379
1379
  list: () => Promise<{
1380
1380
  external_id: string;
1381
1381
  name: string;
1382
+ created_by: string;
1382
1383
  packs: number;
1383
1384
  subscription: string;
1384
1385
  created_at: string;
@@ -1397,6 +1398,7 @@ declare class Arbi {
1397
1398
  };
1398
1399
  budget_reset_at?: number | null | undefined;
1399
1400
  };
1401
+ daily_cap_per_user?: number | null | undefined;
1400
1402
  price_id?: string | null | undefined;
1401
1403
  plan?: string | null | undefined;
1402
1404
  amount?: number | null | undefined;
@@ -1408,6 +1410,7 @@ declare class Arbi {
1408
1410
  create: (name: string) => Promise<{
1409
1411
  external_id: string;
1410
1412
  name: string;
1413
+ created_by: string;
1411
1414
  packs: number;
1412
1415
  subscription: string;
1413
1416
  created_at: string;
@@ -1426,6 +1429,7 @@ declare class Arbi {
1426
1429
  };
1427
1430
  budget_reset_at?: number | null | undefined;
1428
1431
  };
1432
+ daily_cap_per_user?: number | null | undefined;
1429
1433
  price_id?: string | null | undefined;
1430
1434
  plan?: string | null | undefined;
1431
1435
  amount?: number | null | undefined;
@@ -1437,6 +1441,7 @@ declare class Arbi {
1437
1441
  refresh: (projectExtId: string) => Promise<{
1438
1442
  external_id: string;
1439
1443
  name: string;
1444
+ created_by: string;
1440
1445
  packs: number;
1441
1446
  subscription: string;
1442
1447
  created_at: string;
@@ -1455,6 +1460,7 @@ declare class Arbi {
1455
1460
  };
1456
1461
  budget_reset_at?: number | null | undefined;
1457
1462
  };
1463
+ daily_cap_per_user?: number | null | undefined;
1458
1464
  price_id?: string | null | undefined;
1459
1465
  plan?: string | null | undefined;
1460
1466
  amount?: number | null | undefined;
@@ -2677,6 +2683,8 @@ declare class Arbi {
2677
2683
  BM25_K1: number;
2678
2684
  BM25_B: number;
2679
2685
  BM25_AVGDL: number;
2686
+ CJK_NGRAM_SIZE: number;
2687
+ NORMALIZE_TRADITIONAL_TO_SIMPLIFIED: boolean;
2680
2688
  };
2681
2689
  } | {
2682
2690
  Agents: {
@@ -3991,6 +3999,8 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3991
3999
  BM25_K1: number;
3992
4000
  BM25_B: number;
3993
4001
  BM25_AVGDL: number;
4002
+ CJK_NGRAM_SIZE: number;
4003
+ NORMALIZE_TRADITIONAL_TO_SIMPLIFIED: boolean;
3994
4004
  };
3995
4005
  } | {
3996
4006
  Agents: {
@@ -1379,6 +1379,7 @@ declare class Arbi {
1379
1379
  list: () => Promise<{
1380
1380
  external_id: string;
1381
1381
  name: string;
1382
+ created_by: string;
1382
1383
  packs: number;
1383
1384
  subscription: string;
1384
1385
  created_at: string;
@@ -1397,6 +1398,7 @@ declare class Arbi {
1397
1398
  };
1398
1399
  budget_reset_at?: number | null | undefined;
1399
1400
  };
1401
+ daily_cap_per_user?: number | null | undefined;
1400
1402
  price_id?: string | null | undefined;
1401
1403
  plan?: string | null | undefined;
1402
1404
  amount?: number | null | undefined;
@@ -1408,6 +1410,7 @@ declare class Arbi {
1408
1410
  create: (name: string) => Promise<{
1409
1411
  external_id: string;
1410
1412
  name: string;
1413
+ created_by: string;
1411
1414
  packs: number;
1412
1415
  subscription: string;
1413
1416
  created_at: string;
@@ -1426,6 +1429,7 @@ declare class Arbi {
1426
1429
  };
1427
1430
  budget_reset_at?: number | null | undefined;
1428
1431
  };
1432
+ daily_cap_per_user?: number | null | undefined;
1429
1433
  price_id?: string | null | undefined;
1430
1434
  plan?: string | null | undefined;
1431
1435
  amount?: number | null | undefined;
@@ -1437,6 +1441,7 @@ declare class Arbi {
1437
1441
  refresh: (projectExtId: string) => Promise<{
1438
1442
  external_id: string;
1439
1443
  name: string;
1444
+ created_by: string;
1440
1445
  packs: number;
1441
1446
  subscription: string;
1442
1447
  created_at: string;
@@ -1455,6 +1460,7 @@ declare class Arbi {
1455
1460
  };
1456
1461
  budget_reset_at?: number | null | undefined;
1457
1462
  };
1463
+ daily_cap_per_user?: number | null | undefined;
1458
1464
  price_id?: string | null | undefined;
1459
1465
  plan?: string | null | undefined;
1460
1466
  amount?: number | null | undefined;
@@ -2677,6 +2683,8 @@ declare class Arbi {
2677
2683
  BM25_K1: number;
2678
2684
  BM25_B: number;
2679
2685
  BM25_AVGDL: number;
2686
+ CJK_NGRAM_SIZE: number;
2687
+ NORMALIZE_TRADITIONAL_TO_SIMPLIFIED: boolean;
2680
2688
  };
2681
2689
  } | {
2682
2690
  Agents: {
@@ -3991,6 +3999,8 @@ declare function getConfig(arbi: ArbiClient, configId: string): Promise<{
3991
3999
  BM25_K1: number;
3992
4000
  BM25_B: number;
3993
4001
  BM25_AVGDL: number;
4002
+ CJK_NGRAM_SIZE: number;
4003
+ NORMALIZE_TRADITIONAL_TO_SIMPLIFIED: boolean;
3994
4004
  };
3995
4005
  } | {
3996
4006
  Agents: {