@@ -8,8 +8,8 @@ import * as Pagination from './pagination';
8
8
import {
9
9
type DatasetsIterrowsParams ,
10
10
DatasetsIterrowsResponse ,
11
- type OpenAICursorPaginationParams ,
12
- OpenAICursorPaginationResponse ,
11
+ type OpenAICursorPageParams ,
12
+ OpenAICursorPageResponse ,
13
13
} from './pagination' ;
14
14
import * as Uploads from './uploads' ;
15
15
import * as API from './resources/index' ;
@@ -46,7 +46,7 @@ import {
46
46
FileCreateParams ,
47
47
FileListParams ,
48
48
Files ,
49
- FilesOpenAICursorPagination ,
49
+ FilesOpenAICursorPage ,
50
50
ListFilesResponse ,
51
51
} from './resources/files' ;
52
52
import {
@@ -183,7 +183,7 @@ import {
183
183
ResponseCreateParamsStreaming ,
184
184
ResponseListParams ,
185
185
ResponseListResponse ,
186
- ResponseListResponsesOpenAICursorPagination ,
186
+ ResponseListResponsesOpenAICursorPage ,
187
187
ResponseObject ,
188
188
ResponseObjectStream ,
189
189
Responses ,
@@ -206,7 +206,7 @@ import {
206
206
VectorStoreSearchResponse ,
207
207
VectorStoreUpdateParams ,
208
208
VectorStores ,
209
- VectorStoresOpenAICursorPagination ,
209
+ VectorStoresOpenAICursorPage ,
210
210
} from './resources/vector-stores/vector-stores' ;
211
211
212
212
export interface ClientOptions {
@@ -402,7 +402,7 @@ LlamaStackClient.Toolgroups = Toolgroups;
402
402
LlamaStackClient . Tools = Tools ;
403
403
LlamaStackClient . ToolRuntime = ToolRuntime ;
404
404
LlamaStackClient . Responses = Responses ;
405
- LlamaStackClient . ResponseListResponsesOpenAICursorPagination = ResponseListResponsesOpenAICursorPagination ;
405
+ LlamaStackClient . ResponseListResponsesOpenAICursorPage = ResponseListResponsesOpenAICursorPage ;
406
406
LlamaStackClient . Agents = Agents ;
407
407
LlamaStackClient . Datasets = Datasets ;
408
408
LlamaStackClient . Eval = Eval ;
@@ -414,7 +414,7 @@ LlamaStackClient.Completions = Completions;
414
414
LlamaStackClient . VectorIo = VectorIo ;
415
415
LlamaStackClient . VectorDBs = VectorDBs ;
416
416
LlamaStackClient . VectorStores = VectorStores ;
417
- LlamaStackClient . VectorStoresOpenAICursorPagination = VectorStoresOpenAICursorPagination ;
417
+ LlamaStackClient . VectorStoresOpenAICursorPage = VectorStoresOpenAICursorPage ;
418
418
LlamaStackClient . Models = Models ;
419
419
LlamaStackClient . PostTraining = PostTraining ;
420
420
LlamaStackClient . Providers = Providers ;
@@ -428,7 +428,7 @@ LlamaStackClient.Scoring = Scoring;
428
428
LlamaStackClient . ScoringFunctions = ScoringFunctions ;
429
429
LlamaStackClient . Benchmarks = Benchmarks ;
430
430
LlamaStackClient . Files = Files ;
431
- LlamaStackClient . FilesOpenAICursorPagination = FilesOpenAICursorPagination ;
431
+ LlamaStackClient . FilesOpenAICursorPage = FilesOpenAICursorPage ;
432
432
export declare namespace LlamaStackClient {
433
433
export type RequestOptions = Core . RequestOptions ;
434
434
@@ -438,10 +438,10 @@ export declare namespace LlamaStackClient {
438
438
type DatasetsIterrowsResponse as DatasetsIterrowsResponse ,
439
439
} ;
440
440
441
- export import OpenAICursorPagination = Pagination . OpenAICursorPagination ;
441
+ export import OpenAICursorPage = Pagination . OpenAICursorPage ;
442
442
export {
443
- type OpenAICursorPaginationParams as OpenAICursorPaginationParams ,
444
- type OpenAICursorPaginationResponse as OpenAICursorPaginationResponse ,
443
+ type OpenAICursorPageParams as OpenAICursorPageParams ,
444
+ type OpenAICursorPageResponse as OpenAICursorPageResponse ,
445
445
} ;
446
446
447
447
export {
@@ -474,7 +474,7 @@ export declare namespace LlamaStackClient {
474
474
type ResponseObject as ResponseObject ,
475
475
type ResponseObjectStream as ResponseObjectStream ,
476
476
type ResponseListResponse as ResponseListResponse ,
477
- ResponseListResponsesOpenAICursorPagination as ResponseListResponsesOpenAICursorPagination ,
477
+ ResponseListResponsesOpenAICursorPage as ResponseListResponsesOpenAICursorPage ,
478
478
type ResponseCreateParams as ResponseCreateParams ,
479
479
type ResponseCreateParamsNonStreaming as ResponseCreateParamsNonStreaming ,
480
480
type ResponseCreateParamsStreaming as ResponseCreateParamsStreaming ,
@@ -583,7 +583,7 @@ export declare namespace LlamaStackClient {
583
583
type VectorStore as VectorStore ,
584
584
type VectorStoreDeleteResponse as VectorStoreDeleteResponse ,
585
585
type VectorStoreSearchResponse as VectorStoreSearchResponse ,
586
- VectorStoresOpenAICursorPagination as VectorStoresOpenAICursorPagination ,
586
+ VectorStoresOpenAICursorPage as VectorStoresOpenAICursorPage ,
587
587
type VectorStoreCreateParams as VectorStoreCreateParams ,
588
588
type VectorStoreUpdateParams as VectorStoreUpdateParams ,
589
589
type VectorStoreListParams as VectorStoreListParams ,
@@ -694,7 +694,7 @@ export declare namespace LlamaStackClient {
694
694
type File as File ,
695
695
type ListFilesResponse as ListFilesResponse ,
696
696
type FileContentResponse as FileContentResponse ,
697
- FilesOpenAICursorPagination as FilesOpenAICursorPagination ,
697
+ FilesOpenAICursorPage as FilesOpenAICursorPage ,
698
698
type FileCreateParams as FileCreateParams ,
699
699
type FileListParams as FileListParams ,
700
700
} ;
0 commit comments