@llamaindex/llama-cloud 0.14.1 → 0.15.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.
- package/CHANGELOG.md +26 -0
- package/client.d.mts +9 -13
- package/client.d.mts.map +1 -1
- package/client.d.ts +9 -13
- package/client.d.ts.map +1 -1
- package/client.js.map +1 -1
- package/client.mjs.map +1 -1
- package/core/pagination.d.mts +8 -50
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts +8 -50
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.js +5 -53
- package/core/pagination.js.map +1 -1
- package/core/pagination.mjs +2 -48
- package/core/pagination.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/beta/agent-data.d.mts +18 -73
- package/resources/beta/agent-data.d.mts.map +1 -1
- package/resources/beta/agent-data.d.ts +18 -73
- package/resources/beta/agent-data.d.ts.map +1 -1
- package/resources/beta/agent-data.js +4 -6
- package/resources/beta/agent-data.js.map +1 -1
- package/resources/beta/agent-data.mjs +4 -6
- package/resources/beta/agent-data.mjs.map +1 -1
- package/resources/beta/beta.d.mts +10 -10
- package/resources/beta/beta.d.mts.map +1 -1
- package/resources/beta/beta.d.ts +10 -10
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/directories/directories.d.mts +7 -7
- package/resources/beta/directories/directories.d.mts.map +1 -1
- package/resources/beta/directories/directories.d.ts +7 -7
- package/resources/beta/directories/directories.d.ts.map +1 -1
- package/resources/beta/directories/directories.js +1 -1
- package/resources/beta/directories/directories.js.map +1 -1
- package/resources/beta/directories/directories.mjs +2 -2
- package/resources/beta/directories/directories.mjs.map +1 -1
- package/resources/beta/directories/files.d.mts +5 -5
- package/resources/beta/directories/files.d.mts.map +1 -1
- package/resources/beta/directories/files.d.ts +5 -5
- package/resources/beta/directories/files.d.ts.map +1 -1
- package/resources/beta/directories/files.js +1 -1
- package/resources/beta/directories/files.js.map +1 -1
- package/resources/beta/directories/files.mjs +2 -2
- package/resources/beta/directories/files.mjs.map +1 -1
- package/resources/beta/directories/index.d.mts +2 -2
- package/resources/beta/directories/index.d.mts.map +1 -1
- package/resources/beta/directories/index.d.ts +2 -2
- package/resources/beta/directories/index.d.ts.map +1 -1
- package/resources/beta/index.d.mts +5 -5
- package/resources/beta/index.d.mts.map +1 -1
- package/resources/beta/index.d.ts +5 -5
- package/resources/beta/index.d.ts.map +1 -1
- package/resources/beta/index.js.map +1 -1
- package/resources/beta/index.mjs.map +1 -1
- package/resources/beta/parse-configurations.d.mts +54 -54
- package/resources/beta/parse-configurations.d.mts.map +1 -1
- package/resources/beta/parse-configurations.d.ts +54 -54
- package/resources/beta/parse-configurations.d.ts.map +1 -1
- package/resources/beta/parse-configurations.js +33 -29
- package/resources/beta/parse-configurations.js.map +1 -1
- package/resources/beta/parse-configurations.mjs +33 -29
- package/resources/beta/parse-configurations.mjs.map +1 -1
- package/resources/beta/sheets.d.mts +5 -5
- package/resources/beta/sheets.d.mts.map +1 -1
- package/resources/beta/sheets.d.ts +5 -5
- package/resources/beta/sheets.d.ts.map +1 -1
- package/resources/beta/sheets.js +1 -1
- package/resources/beta/sheets.js.map +1 -1
- package/resources/beta/sheets.mjs +2 -2
- package/resources/beta/sheets.mjs.map +1 -1
- package/resources/beta/split.d.mts +5 -5
- package/resources/beta/split.d.mts.map +1 -1
- package/resources/beta/split.d.ts +5 -5
- package/resources/beta/split.d.ts.map +1 -1
- package/resources/beta/split.js +1 -1
- package/resources/beta/split.js.map +1 -1
- package/resources/beta/split.mjs +2 -2
- package/resources/beta/split.mjs.map +1 -1
- package/resources/classifier/classifier.d.mts +2 -2
- package/resources/classifier/classifier.d.mts.map +1 -1
- package/resources/classifier/classifier.d.ts +2 -2
- package/resources/classifier/classifier.d.ts.map +1 -1
- package/resources/classifier/index.d.mts +1 -1
- package/resources/classifier/index.d.mts.map +1 -1
- package/resources/classifier/index.d.ts +1 -1
- package/resources/classifier/index.d.ts.map +1 -1
- package/resources/classifier/jobs.d.mts +5 -5
- package/resources/classifier/jobs.d.mts.map +1 -1
- package/resources/classifier/jobs.d.ts +5 -5
- package/resources/classifier/jobs.d.ts.map +1 -1
- package/resources/classifier/jobs.js +1 -1
- package/resources/classifier/jobs.js.map +1 -1
- package/resources/classifier/jobs.mjs +2 -2
- package/resources/classifier/jobs.mjs.map +1 -1
- package/resources/files.d.mts +67 -2
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +67 -2
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +14 -1
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +14 -1
- package/resources/files.mjs.map +1 -1
- package/resources/index.d.mts +2 -2
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs.map +1 -1
- package/resources/parsing.d.mts +5 -5
- package/resources/parsing.d.mts.map +1 -1
- package/resources/parsing.d.ts +5 -5
- package/resources/parsing.d.ts.map +1 -1
- package/resources/parsing.js +1 -1
- package/resources/parsing.js.map +1 -1
- package/resources/parsing.mjs +2 -2
- package/resources/parsing.mjs.map +1 -1
- package/src/client.ts +18 -28
- package/src/core/pagination.ts +9 -128
- package/src/resources/beta/agent-data.ts +27 -85
- package/src/resources/beta/beta.ts +16 -12
- package/src/resources/beta/directories/directories.ts +8 -12
- package/src/resources/beta/directories/files.ts +6 -10
- package/src/resources/beta/directories/index.ts +2 -2
- package/src/resources/beta/index.ts +8 -6
- package/src/resources/beta/parse-configurations.ts +86 -86
- package/src/resources/beta/sheets.ts +6 -6
- package/src/resources/beta/split.ts +6 -6
- package/src/resources/classifier/classifier.ts +2 -2
- package/src/resources/classifier/index.ts +1 -1
- package/src/resources/classifier/jobs.ts +6 -6
- package/src/resources/files.ts +93 -1
- package/src/resources/index.ts +4 -1
- package/src/resources/parsing.ts +6 -6
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/resources/parsing.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parsing.js","sourceRoot":"","sources":["../src/resources/parsing.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAG/C,
|
|
1
|
+
{"version":3,"file":"parsing.js","sourceRoot":"","sources":["../src/resources/parsing.ts"],"names":[],"mappings":"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"}
|
package/resources/parsing.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
import { APIResource } from "../core/resource.mjs";
|
|
3
|
-
import {
|
|
3
|
+
import { PaginatedCursor } from "../core/pagination.mjs";
|
|
4
4
|
import { path } from "../internal/utils/path.mjs";
|
|
5
5
|
import { multipartFormRequestOptions } from "../internal/uploads.mjs";
|
|
6
6
|
import { pollUntilComplete } from "../core/polling.mjs";
|
|
@@ -28,7 +28,7 @@ export class Parsing extends APIResource {
|
|
|
28
28
|
* pagination.
|
|
29
29
|
*/
|
|
30
30
|
list(query = {}, options) {
|
|
31
|
-
return this._client.getAPIList('/api/v2/parse', (
|
|
31
|
+
return this._client.getAPIList('/api/v2/parse', (PaginatedCursor), {
|
|
32
32
|
query,
|
|
33
33
|
...options,
|
|
34
34
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parsing.mjs","sourceRoot":"","sources":["../src/resources/parsing.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAe,
|
|
1
|
+
{"version":3,"file":"parsing.mjs","sourceRoot":"","sources":["../src/resources/parsing.ts"],"names":[],"mappings":"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"}
|
package/src/client.ts
CHANGED
|
@@ -17,16 +17,14 @@ import * as Errors from './core/error';
|
|
|
17
17
|
import * as Pagination from './core/pagination';
|
|
18
18
|
import {
|
|
19
19
|
AbstractPage,
|
|
20
|
-
type PaginatedAgentDataAggregateParams,
|
|
21
|
-
PaginatedAgentDataAggregateResponse,
|
|
22
|
-
type PaginatedAgentDataSearchParams,
|
|
23
|
-
PaginatedAgentDataSearchResponse,
|
|
24
20
|
type PaginatedBatchItemsParams,
|
|
25
21
|
PaginatedBatchItemsResponse,
|
|
26
|
-
type PaginatedClassifyJobsParams,
|
|
27
|
-
PaginatedClassifyJobsResponse,
|
|
28
22
|
type PaginatedCloudDocumentsParams,
|
|
29
23
|
PaginatedCloudDocumentsResponse,
|
|
24
|
+
type PaginatedCursorParams,
|
|
25
|
+
type PaginatedCursorPostParams,
|
|
26
|
+
PaginatedCursorPostResponse,
|
|
27
|
+
PaginatedCursorResponse,
|
|
30
28
|
type PaginatedExtractRunsParams,
|
|
31
29
|
PaginatedExtractRunsResponse,
|
|
32
30
|
type PaginatedJobsHistoryParams,
|
|
@@ -35,8 +33,6 @@ import {
|
|
|
35
33
|
PaginatedPipelineFilesResponse,
|
|
36
34
|
type PaginatedQuotaConfigurationsParams,
|
|
37
35
|
PaginatedQuotaConfigurationsResponse,
|
|
38
|
-
type PaginatedSpreadsheetJobsParams,
|
|
39
|
-
PaginatedSpreadsheetJobsResponse,
|
|
40
36
|
} from './core/pagination';
|
|
41
37
|
import * as Uploads from './core/uploads';
|
|
42
38
|
import * as API from './resources/index';
|
|
@@ -65,6 +61,9 @@ import {
|
|
|
65
61
|
FileCreateResponse,
|
|
66
62
|
FileDeleteParams,
|
|
67
63
|
FileGetParams,
|
|
64
|
+
FileListParams,
|
|
65
|
+
FileListResponse,
|
|
66
|
+
FileListResponsesPaginatedCursor,
|
|
68
67
|
FileQueryParams,
|
|
69
68
|
FileQueryResponse,
|
|
70
69
|
Files,
|
|
@@ -84,7 +83,7 @@ import {
|
|
|
84
83
|
ParsingLanguages,
|
|
85
84
|
ParsingListParams,
|
|
86
85
|
ParsingListResponse,
|
|
87
|
-
|
|
86
|
+
ParsingListResponsesPaginatedCursor,
|
|
88
87
|
ParsingMode,
|
|
89
88
|
StatusEnum,
|
|
90
89
|
} from './resources/parsing';
|
|
@@ -918,28 +917,16 @@ export declare namespace LlamaCloud {
|
|
|
918
917
|
type PaginatedQuotaConfigurationsResponse as PaginatedQuotaConfigurationsResponse,
|
|
919
918
|
};
|
|
920
919
|
|
|
921
|
-
export import
|
|
920
|
+
export import PaginatedCursor = Pagination.PaginatedCursor;
|
|
922
921
|
export {
|
|
923
|
-
type
|
|
924
|
-
type
|
|
922
|
+
type PaginatedCursorParams as PaginatedCursorParams,
|
|
923
|
+
type PaginatedCursorResponse as PaginatedCursorResponse,
|
|
925
924
|
};
|
|
926
925
|
|
|
927
|
-
export import
|
|
926
|
+
export import PaginatedCursorPost = Pagination.PaginatedCursorPost;
|
|
928
927
|
export {
|
|
929
|
-
type
|
|
930
|
-
type
|
|
931
|
-
};
|
|
932
|
-
|
|
933
|
-
export import PaginatedAgentDataSearch = Pagination.PaginatedAgentDataSearch;
|
|
934
|
-
export {
|
|
935
|
-
type PaginatedAgentDataSearchParams as PaginatedAgentDataSearchParams,
|
|
936
|
-
type PaginatedAgentDataSearchResponse as PaginatedAgentDataSearchResponse,
|
|
937
|
-
};
|
|
938
|
-
|
|
939
|
-
export import PaginatedAgentDataAggregate = Pagination.PaginatedAgentDataAggregate;
|
|
940
|
-
export {
|
|
941
|
-
type PaginatedAgentDataAggregateParams as PaginatedAgentDataAggregateParams,
|
|
942
|
-
type PaginatedAgentDataAggregateResponse as PaginatedAgentDataAggregateResponse,
|
|
928
|
+
type PaginatedCursorPostParams as PaginatedCursorPostParams,
|
|
929
|
+
type PaginatedCursorPostResponse as PaginatedCursorPostResponse,
|
|
943
930
|
};
|
|
944
931
|
|
|
945
932
|
export {
|
|
@@ -975,8 +962,11 @@ export declare namespace LlamaCloud {
|
|
|
975
962
|
type FileCreate as FileCreate,
|
|
976
963
|
type PresignedURL as PresignedURL,
|
|
977
964
|
type FileCreateResponse as FileCreateResponse,
|
|
965
|
+
type FileListResponse as FileListResponse,
|
|
978
966
|
type FileQueryResponse as FileQueryResponse,
|
|
967
|
+
type FileListResponsesPaginatedCursor as FileListResponsesPaginatedCursor,
|
|
979
968
|
type FileCreateParams as FileCreateParams,
|
|
969
|
+
type FileListParams as FileListParams,
|
|
980
970
|
type FileDeleteParams as FileDeleteParams,
|
|
981
971
|
type FileGetParams as FileGetParams,
|
|
982
972
|
type FileQueryParams as FileQueryParams,
|
|
@@ -1055,7 +1045,7 @@ export declare namespace LlamaCloud {
|
|
|
1055
1045
|
type ParsingCreateResponse as ParsingCreateResponse,
|
|
1056
1046
|
type ParsingListResponse as ParsingListResponse,
|
|
1057
1047
|
type ParsingGetResponse as ParsingGetResponse,
|
|
1058
|
-
type
|
|
1048
|
+
type ParsingListResponsesPaginatedCursor as ParsingListResponsesPaginatedCursor,
|
|
1059
1049
|
type ParsingCreateParams as ParsingCreateParams,
|
|
1060
1050
|
type ParsingListParams as ParsingListParams,
|
|
1061
1051
|
type ParsingGetParams as ParsingGetParams,
|
package/src/core/pagination.ts
CHANGED
|
@@ -521,13 +521,13 @@ export class PaginatedQuotaConfigurations<Item>
|
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
export interface
|
|
524
|
+
export interface PaginatedCursorResponse<Item> {
|
|
525
525
|
items: Array<Item>;
|
|
526
526
|
|
|
527
527
|
next_page_token: string;
|
|
528
528
|
}
|
|
529
529
|
|
|
530
|
-
export interface
|
|
530
|
+
export interface PaginatedCursorParams {
|
|
531
531
|
/**
|
|
532
532
|
* Token for retrieving next page
|
|
533
533
|
*/
|
|
@@ -539,68 +539,7 @@ export interface PaginatedClassifyJobsParams {
|
|
|
539
539
|
page_size?: number;
|
|
540
540
|
}
|
|
541
541
|
|
|
542
|
-
export class
|
|
543
|
-
extends AbstractPage<Item>
|
|
544
|
-
implements PaginatedClassifyJobsResponse<Item>
|
|
545
|
-
{
|
|
546
|
-
items: Array<Item>;
|
|
547
|
-
|
|
548
|
-
next_page_token: string;
|
|
549
|
-
|
|
550
|
-
constructor(
|
|
551
|
-
client: LlamaCloud,
|
|
552
|
-
response: Response,
|
|
553
|
-
body: PaginatedClassifyJobsResponse<Item>,
|
|
554
|
-
options: FinalRequestOptions,
|
|
555
|
-
) {
|
|
556
|
-
super(client, response, body, options);
|
|
557
|
-
|
|
558
|
-
this.items = body.items || [];
|
|
559
|
-
this.next_page_token = body.next_page_token || '';
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
getPaginatedItems(): Item[] {
|
|
563
|
-
return this.items ?? [];
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
nextPageRequestOptions(): PageRequestOptions | null {
|
|
567
|
-
const cursor = this.next_page_token;
|
|
568
|
-
if (!cursor) {
|
|
569
|
-
return null;
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
return {
|
|
573
|
-
...this.options,
|
|
574
|
-
query: {
|
|
575
|
-
...maybeObj(this.options.query),
|
|
576
|
-
page_token: cursor,
|
|
577
|
-
},
|
|
578
|
-
};
|
|
579
|
-
}
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
export interface PaginatedSpreadsheetJobsResponse<Item> {
|
|
583
|
-
items: Array<Item>;
|
|
584
|
-
|
|
585
|
-
next_page_token: string;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
export interface PaginatedSpreadsheetJobsParams {
|
|
589
|
-
/**
|
|
590
|
-
* Token for retrieving next page
|
|
591
|
-
*/
|
|
592
|
-
page_token?: string;
|
|
593
|
-
|
|
594
|
-
/**
|
|
595
|
-
* Maximum number of items to return
|
|
596
|
-
*/
|
|
597
|
-
page_size?: number;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
export class PaginatedSpreadsheetJobs<Item>
|
|
601
|
-
extends AbstractPage<Item>
|
|
602
|
-
implements PaginatedSpreadsheetJobsResponse<Item>
|
|
603
|
-
{
|
|
542
|
+
export class PaginatedCursor<Item> extends AbstractPage<Item> implements PaginatedCursorResponse<Item> {
|
|
604
543
|
items: Array<Item>;
|
|
605
544
|
|
|
606
545
|
next_page_token: string;
|
|
@@ -608,7 +547,7 @@ export class PaginatedSpreadsheetJobs<Item>
|
|
|
608
547
|
constructor(
|
|
609
548
|
client: LlamaCloud,
|
|
610
549
|
response: Response,
|
|
611
|
-
body:
|
|
550
|
+
body: PaginatedCursorResponse<Item>,
|
|
612
551
|
options: FinalRequestOptions,
|
|
613
552
|
) {
|
|
614
553
|
super(client, response, body, options);
|
|
@@ -637,71 +576,13 @@ export class PaginatedSpreadsheetJobs<Item>
|
|
|
637
576
|
}
|
|
638
577
|
}
|
|
639
578
|
|
|
640
|
-
export interface
|
|
641
|
-
items: Array<Item>;
|
|
642
|
-
|
|
643
|
-
next_page_token: string;
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
export interface PaginatedAgentDataSearchParams {
|
|
647
|
-
/**
|
|
648
|
-
* Token for retrieving next page
|
|
649
|
-
*/
|
|
650
|
-
page_token?: string;
|
|
651
|
-
|
|
652
|
-
/**
|
|
653
|
-
* Maximum number of items to return
|
|
654
|
-
*/
|
|
655
|
-
page_size?: number;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
export class PaginatedAgentDataSearch<Item>
|
|
659
|
-
extends AbstractPage<Item>
|
|
660
|
-
implements PaginatedAgentDataSearchResponse<Item>
|
|
661
|
-
{
|
|
662
|
-
items: Array<Item>;
|
|
663
|
-
|
|
664
|
-
next_page_token: string;
|
|
665
|
-
|
|
666
|
-
constructor(
|
|
667
|
-
client: LlamaCloud,
|
|
668
|
-
response: Response,
|
|
669
|
-
body: PaginatedAgentDataSearchResponse<Item>,
|
|
670
|
-
options: FinalRequestOptions,
|
|
671
|
-
) {
|
|
672
|
-
super(client, response, body, options);
|
|
673
|
-
|
|
674
|
-
this.items = body.items || [];
|
|
675
|
-
this.next_page_token = body.next_page_token || '';
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
getPaginatedItems(): Item[] {
|
|
679
|
-
return this.items ?? [];
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
nextPageRequestOptions(): PageRequestOptions | null {
|
|
683
|
-
const cursor = this.next_page_token;
|
|
684
|
-
if (!cursor) {
|
|
685
|
-
return null;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
return {
|
|
689
|
-
...this.options,
|
|
690
|
-
body: {
|
|
691
|
-
...maybeObj(this.options.body),
|
|
692
|
-
page_token: cursor,
|
|
693
|
-
},
|
|
694
|
-
};
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
export interface PaginatedAgentDataAggregateResponse<Item> {
|
|
579
|
+
export interface PaginatedCursorPostResponse<Item> {
|
|
699
580
|
items: Array<Item>;
|
|
700
581
|
|
|
701
582
|
next_page_token: string;
|
|
702
583
|
}
|
|
703
584
|
|
|
704
|
-
export interface
|
|
585
|
+
export interface PaginatedCursorPostParams {
|
|
705
586
|
/**
|
|
706
587
|
* Token for retrieving next page
|
|
707
588
|
*/
|
|
@@ -713,9 +594,9 @@ export interface PaginatedAgentDataAggregateParams {
|
|
|
713
594
|
page_size?: number;
|
|
714
595
|
}
|
|
715
596
|
|
|
716
|
-
export class
|
|
597
|
+
export class PaginatedCursorPost<Item>
|
|
717
598
|
extends AbstractPage<Item>
|
|
718
|
-
implements
|
|
599
|
+
implements PaginatedCursorPostResponse<Item>
|
|
719
600
|
{
|
|
720
601
|
items: Array<Item>;
|
|
721
602
|
|
|
@@ -724,7 +605,7 @@ export class PaginatedAgentDataAggregate<Item>
|
|
|
724
605
|
constructor(
|
|
725
606
|
client: LlamaCloud,
|
|
726
607
|
response: Response,
|
|
727
|
-
body:
|
|
608
|
+
body: PaginatedCursorPostResponse<Item>,
|
|
728
609
|
options: FinalRequestOptions,
|
|
729
610
|
) {
|
|
730
611
|
super(client, response, body, options);
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
4
|
import { APIPromise } from '../../core/api-promise';
|
|
5
|
+
import { PagePromise, PaginatedCursorPost, type PaginatedCursorPostParams } from '../../core/pagination';
|
|
5
6
|
import { RequestOptions } from '../../internal/request-options';
|
|
6
7
|
import { path } from '../../internal/utils/path';
|
|
7
8
|
|
|
@@ -51,13 +52,13 @@ export class AgentData extends APIResource {
|
|
|
51
52
|
aggregate(
|
|
52
53
|
params: AgentDataAggregateParams,
|
|
53
54
|
options?: RequestOptions,
|
|
54
|
-
):
|
|
55
|
+
): PagePromise<AgentDataAggregateResponsesPaginatedCursorPost, AgentDataAggregateResponse> {
|
|
55
56
|
const { organization_id, project_id, ...body } = params;
|
|
56
|
-
return this._client.
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
...options,
|
|
60
|
-
|
|
57
|
+
return this._client.getAPIList(
|
|
58
|
+
'/api/v1/beta/agent-data/:aggregate',
|
|
59
|
+
PaginatedCursorPost<AgentDataAggregateResponse>,
|
|
60
|
+
{ query: { organization_id, project_id }, body, method: 'post', ...options },
|
|
61
|
+
);
|
|
61
62
|
}
|
|
62
63
|
|
|
63
64
|
/**
|
|
@@ -89,16 +90,24 @@ export class AgentData extends APIResource {
|
|
|
89
90
|
/**
|
|
90
91
|
* Search agent data with filtering, sorting, and pagination.
|
|
91
92
|
*/
|
|
92
|
-
search(
|
|
93
|
+
search(
|
|
94
|
+
params: AgentDataSearchParams,
|
|
95
|
+
options?: RequestOptions,
|
|
96
|
+
): PagePromise<AgentDataPaginatedCursorPost, AgentData> {
|
|
93
97
|
const { organization_id, project_id, ...body } = params;
|
|
94
|
-
return this._client.
|
|
98
|
+
return this._client.getAPIList('/api/v1/beta/agent-data/:search', PaginatedCursorPost<AgentData>, {
|
|
95
99
|
query: { organization_id, project_id },
|
|
96
100
|
body,
|
|
101
|
+
method: 'post',
|
|
97
102
|
...options,
|
|
98
103
|
});
|
|
99
104
|
}
|
|
100
105
|
}
|
|
101
106
|
|
|
107
|
+
export type AgentDataAggregateResponsesPaginatedCursorPost = PaginatedCursorPost<AgentDataAggregateResponse>;
|
|
108
|
+
|
|
109
|
+
export type AgentDataPaginatedCursorPost = PaginatedCursorPost<AgentData>;
|
|
110
|
+
|
|
102
111
|
/**
|
|
103
112
|
* API Result for a single agent data item
|
|
104
113
|
*/
|
|
@@ -120,37 +129,15 @@ export interface AgentData {
|
|
|
120
129
|
|
|
121
130
|
export type AgentDataDeleteResponse = { [key: string]: string };
|
|
122
131
|
|
|
132
|
+
/**
|
|
133
|
+
* API Result for a single group in the aggregate response
|
|
134
|
+
*/
|
|
123
135
|
export interface AgentDataAggregateResponse {
|
|
124
|
-
|
|
125
|
-
* The list of items.
|
|
126
|
-
*/
|
|
127
|
-
items: Array<AgentDataAggregateResponse.Item>;
|
|
136
|
+
group_key: { [key: string]: unknown };
|
|
128
137
|
|
|
129
|
-
|
|
130
|
-
* A token, which can be sent as page_token to retrieve the next page. If this
|
|
131
|
-
* field is omitted, there are no subsequent pages.
|
|
132
|
-
*/
|
|
133
|
-
next_page_token?: string | null;
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* The total number of items available. This is only populated when specifically
|
|
137
|
-
* requested. The value may be an estimate and can be used for display purposes
|
|
138
|
-
* only.
|
|
139
|
-
*/
|
|
140
|
-
total_size?: number | null;
|
|
141
|
-
}
|
|
138
|
+
count?: number | null;
|
|
142
139
|
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* API Result for a single group in the aggregate response
|
|
146
|
-
*/
|
|
147
|
-
export interface Item {
|
|
148
|
-
group_key: { [key: string]: unknown };
|
|
149
|
-
|
|
150
|
-
count?: number | null;
|
|
151
|
-
|
|
152
|
-
first_item?: { [key: string]: unknown } | null;
|
|
153
|
-
}
|
|
140
|
+
first_item?: { [key: string]: unknown } | null;
|
|
154
141
|
}
|
|
155
142
|
|
|
156
143
|
/**
|
|
@@ -160,26 +147,6 @@ export interface AgentDataDeleteByQueryResponse {
|
|
|
160
147
|
deleted_count: number;
|
|
161
148
|
}
|
|
162
149
|
|
|
163
|
-
export interface AgentDataSearchResponse {
|
|
164
|
-
/**
|
|
165
|
-
* The list of items.
|
|
166
|
-
*/
|
|
167
|
-
items: Array<AgentData>;
|
|
168
|
-
|
|
169
|
-
/**
|
|
170
|
-
* A token, which can be sent as page_token to retrieve the next page. If this
|
|
171
|
-
* field is omitted, there are no subsequent pages.
|
|
172
|
-
*/
|
|
173
|
-
next_page_token?: string | null;
|
|
174
|
-
|
|
175
|
-
/**
|
|
176
|
-
* The total number of items available. This is only populated when specifically
|
|
177
|
-
* requested. The value may be an estimate and can be used for display purposes
|
|
178
|
-
* only.
|
|
179
|
-
*/
|
|
180
|
-
total_size?: number | null;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
150
|
export interface AgentDataUpdateParams {
|
|
184
151
|
/**
|
|
185
152
|
* Body param
|
|
@@ -230,7 +197,7 @@ export interface AgentDataAgentDataParams {
|
|
|
230
197
|
collection?: string;
|
|
231
198
|
}
|
|
232
199
|
|
|
233
|
-
export interface AgentDataAggregateParams {
|
|
200
|
+
export interface AgentDataAggregateParams extends PaginatedCursorPostParams {
|
|
234
201
|
/**
|
|
235
202
|
* Body param: The agent deployment's name to aggregate data for
|
|
236
203
|
*/
|
|
@@ -285,19 +252,6 @@ export interface AgentDataAggregateParams {
|
|
|
285
252
|
* order. Use 'field_name desc' to specify descending order.
|
|
286
253
|
*/
|
|
287
254
|
order_by?: string | null;
|
|
288
|
-
|
|
289
|
-
/**
|
|
290
|
-
* Body param: The maximum number of items to return. The service may return fewer
|
|
291
|
-
* than this value. If unspecified, a default page size will be used. The maximum
|
|
292
|
-
* value is typically 1000; values above this will be coerced to the maximum.
|
|
293
|
-
*/
|
|
294
|
-
page_size?: number | null;
|
|
295
|
-
|
|
296
|
-
/**
|
|
297
|
-
* Body param: A page token, received from a previous list call. Provide this to
|
|
298
|
-
* retrieve the subsequent page.
|
|
299
|
-
*/
|
|
300
|
-
page_token?: string | null;
|
|
301
255
|
}
|
|
302
256
|
|
|
303
257
|
export namespace AgentDataAggregateParams {
|
|
@@ -371,7 +325,7 @@ export interface AgentDataGetParams {
|
|
|
371
325
|
project_id?: string | null;
|
|
372
326
|
}
|
|
373
327
|
|
|
374
|
-
export interface AgentDataSearchParams {
|
|
328
|
+
export interface AgentDataSearchParams extends PaginatedCursorPostParams {
|
|
375
329
|
/**
|
|
376
330
|
* Body param: The agent deployment's name to search within
|
|
377
331
|
*/
|
|
@@ -414,19 +368,6 @@ export interface AgentDataSearchParams {
|
|
|
414
368
|
* order. Use 'field_name desc' to specify descending order.
|
|
415
369
|
*/
|
|
416
370
|
order_by?: string | null;
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
* Body param: The maximum number of items to return. The service may return fewer
|
|
420
|
-
* than this value. If unspecified, a default page size will be used. The maximum
|
|
421
|
-
* value is typically 1000; values above this will be coerced to the maximum.
|
|
422
|
-
*/
|
|
423
|
-
page_size?: number | null;
|
|
424
|
-
|
|
425
|
-
/**
|
|
426
|
-
* Body param: A page token, received from a previous list call. Provide this to
|
|
427
|
-
* retrieve the subsequent page.
|
|
428
|
-
*/
|
|
429
|
-
page_token?: string | null;
|
|
430
371
|
}
|
|
431
372
|
|
|
432
373
|
export namespace AgentDataSearchParams {
|
|
@@ -454,7 +395,8 @@ export declare namespace AgentData {
|
|
|
454
395
|
type AgentDataDeleteResponse as AgentDataDeleteResponse,
|
|
455
396
|
type AgentDataAggregateResponse as AgentDataAggregateResponse,
|
|
456
397
|
type AgentDataDeleteByQueryResponse as AgentDataDeleteByQueryResponse,
|
|
457
|
-
type
|
|
398
|
+
type AgentDataAggregateResponsesPaginatedCursorPost as AgentDataAggregateResponsesPaginatedCursorPost,
|
|
399
|
+
type AgentDataPaginatedCursorPost as AgentDataPaginatedCursorPost,
|
|
458
400
|
type AgentDataUpdateParams as AgentDataUpdateParams,
|
|
459
401
|
type AgentDataDeleteParams as AgentDataDeleteParams,
|
|
460
402
|
type AgentDataAgentDataParams as AgentDataAgentDataParams,
|
|
@@ -7,26 +7,28 @@ import {
|
|
|
7
7
|
AgentDataAgentDataParams,
|
|
8
8
|
AgentDataAggregateParams,
|
|
9
9
|
AgentDataAggregateResponse,
|
|
10
|
+
AgentDataAggregateResponsesPaginatedCursorPost,
|
|
10
11
|
AgentDataDeleteByQueryParams,
|
|
11
12
|
AgentDataDeleteByQueryResponse,
|
|
12
13
|
AgentDataDeleteParams,
|
|
13
14
|
AgentDataDeleteResponse,
|
|
14
15
|
AgentDataGetParams,
|
|
16
|
+
AgentDataPaginatedCursorPost,
|
|
15
17
|
AgentDataSearchParams,
|
|
16
|
-
AgentDataSearchResponse,
|
|
17
18
|
AgentDataUpdateParams,
|
|
18
19
|
} from './agent-data';
|
|
19
20
|
import * as ParseConfigurationsAPI from './parse-configurations';
|
|
20
21
|
import {
|
|
21
22
|
ParseConfiguration,
|
|
22
23
|
ParseConfigurationCreate,
|
|
24
|
+
ParseConfigurationCreateParams,
|
|
23
25
|
ParseConfigurationDeleteParams,
|
|
24
26
|
ParseConfigurationGetParams,
|
|
25
|
-
|
|
26
|
-
ParseConfigurationParseConfigurationsParams,
|
|
27
|
+
ParseConfigurationListParams,
|
|
27
28
|
ParseConfigurationQueryResponse,
|
|
28
29
|
ParseConfigurationUpdateParams,
|
|
29
30
|
ParseConfigurations,
|
|
31
|
+
ParseConfigurationsPaginatedCursor,
|
|
30
32
|
} from './parse-configurations';
|
|
31
33
|
import * as SheetsAPI from './sheets';
|
|
32
34
|
import {
|
|
@@ -38,7 +40,7 @@ import {
|
|
|
38
40
|
SheetListParams,
|
|
39
41
|
Sheets,
|
|
40
42
|
SheetsJob,
|
|
41
|
-
|
|
43
|
+
SheetsJobsPaginatedCursor,
|
|
42
44
|
SheetsParsingConfig,
|
|
43
45
|
} from './sheets';
|
|
44
46
|
import * as SplitAPI from './split';
|
|
@@ -52,7 +54,7 @@ import {
|
|
|
52
54
|
SplitGetResponse,
|
|
53
55
|
SplitListParams,
|
|
54
56
|
SplitListResponse,
|
|
55
|
-
|
|
57
|
+
SplitListResponsesPaginatedCursor,
|
|
56
58
|
SplitResultResponse,
|
|
57
59
|
SplitSegmentResponse,
|
|
58
60
|
} from './split';
|
|
@@ -79,7 +81,7 @@ import {
|
|
|
79
81
|
DirectoryGetResponse,
|
|
80
82
|
DirectoryListParams,
|
|
81
83
|
DirectoryListResponse,
|
|
82
|
-
|
|
84
|
+
DirectoryListResponsesPaginatedCursor,
|
|
83
85
|
DirectoryUpdateParams,
|
|
84
86
|
DirectoryUpdateResponse,
|
|
85
87
|
} from './directories/directories';
|
|
@@ -106,7 +108,8 @@ export declare namespace Beta {
|
|
|
106
108
|
type AgentDataDeleteResponse as AgentDataDeleteResponse,
|
|
107
109
|
type AgentDataAggregateResponse as AgentDataAggregateResponse,
|
|
108
110
|
type AgentDataDeleteByQueryResponse as AgentDataDeleteByQueryResponse,
|
|
109
|
-
type
|
|
111
|
+
type AgentDataAggregateResponsesPaginatedCursorPost as AgentDataAggregateResponsesPaginatedCursorPost,
|
|
112
|
+
type AgentDataPaginatedCursorPost as AgentDataPaginatedCursorPost,
|
|
110
113
|
type AgentDataUpdateParams as AgentDataUpdateParams,
|
|
111
114
|
type AgentDataDeleteParams as AgentDataDeleteParams,
|
|
112
115
|
type AgentDataAgentDataParams as AgentDataAgentDataParams,
|
|
@@ -121,11 +124,12 @@ export declare namespace Beta {
|
|
|
121
124
|
type ParseConfiguration as ParseConfiguration,
|
|
122
125
|
type ParseConfigurationCreate as ParseConfigurationCreate,
|
|
123
126
|
type ParseConfigurationQueryResponse as ParseConfigurationQueryResponse,
|
|
127
|
+
type ParseConfigurationsPaginatedCursor as ParseConfigurationsPaginatedCursor,
|
|
128
|
+
type ParseConfigurationCreateParams as ParseConfigurationCreateParams,
|
|
124
129
|
type ParseConfigurationUpdateParams as ParseConfigurationUpdateParams,
|
|
130
|
+
type ParseConfigurationListParams as ParseConfigurationListParams,
|
|
125
131
|
type ParseConfigurationDeleteParams as ParseConfigurationDeleteParams,
|
|
126
132
|
type ParseConfigurationGetParams as ParseConfigurationGetParams,
|
|
127
|
-
type ParseConfigurationGetParseConfigurationsParams as ParseConfigurationGetParseConfigurationsParams,
|
|
128
|
-
type ParseConfigurationParseConfigurationsParams as ParseConfigurationParseConfigurationsParams,
|
|
129
133
|
};
|
|
130
134
|
|
|
131
135
|
export {
|
|
@@ -133,7 +137,7 @@ export declare namespace Beta {
|
|
|
133
137
|
type SheetsJob as SheetsJob,
|
|
134
138
|
type SheetsParsingConfig as SheetsParsingConfig,
|
|
135
139
|
type SheetDeleteJobResponse as SheetDeleteJobResponse,
|
|
136
|
-
type
|
|
140
|
+
type SheetsJobsPaginatedCursor as SheetsJobsPaginatedCursor,
|
|
137
141
|
type SheetCreateParams as SheetCreateParams,
|
|
138
142
|
type SheetListParams as SheetListParams,
|
|
139
143
|
type SheetDeleteJobParams as SheetDeleteJobParams,
|
|
@@ -147,7 +151,7 @@ export declare namespace Beta {
|
|
|
147
151
|
type DirectoryUpdateResponse as DirectoryUpdateResponse,
|
|
148
152
|
type DirectoryListResponse as DirectoryListResponse,
|
|
149
153
|
type DirectoryGetResponse as DirectoryGetResponse,
|
|
150
|
-
type
|
|
154
|
+
type DirectoryListResponsesPaginatedCursor as DirectoryListResponsesPaginatedCursor,
|
|
151
155
|
type DirectoryCreateParams as DirectoryCreateParams,
|
|
152
156
|
type DirectoryUpdateParams as DirectoryUpdateParams,
|
|
153
157
|
type DirectoryListParams as DirectoryListParams,
|
|
@@ -177,7 +181,7 @@ export declare namespace Beta {
|
|
|
177
181
|
type SplitCreateResponse as SplitCreateResponse,
|
|
178
182
|
type SplitListResponse as SplitListResponse,
|
|
179
183
|
type SplitGetResponse as SplitGetResponse,
|
|
180
|
-
type
|
|
184
|
+
type SplitListResponsesPaginatedCursor as SplitListResponsesPaginatedCursor,
|
|
181
185
|
type SplitCreateParams as SplitCreateParams,
|
|
182
186
|
type SplitListParams as SplitListParams,
|
|
183
187
|
type SplitGetParams as SplitGetParams,
|