@gooddata/api-client-tiger 11.26.0-alpha.2 → 11.26.0-alpha.4
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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +1233 -925
- package/esm/endpoints/actions/index.d.ts +1 -1
- package/esm/endpoints/actions/index.d.ts.map +1 -1
- package/esm/endpoints/actions/index.js +1 -1
- package/esm/endpoints/actions/index.js.map +1 -1
- package/esm/generated/afm-rest-api/api.d.ts +453 -50
- package/esm/generated/afm-rest-api/api.d.ts.map +1 -1
- package/esm/generated/afm-rest-api/api.js +296 -30
- package/esm/generated/afm-rest-api/api.js.map +1 -1
- package/esm/generated/metadata-json-api/api.d.ts +970 -910
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js +81 -54
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/package.json +5 -5
|
@@ -19032,7 +19032,7 @@ export async function EntitiesApiAxiosParamCreator_CreateEntityKnowledgeRecommen
|
|
|
19032
19032
|
}
|
|
19033
19033
|
// EntitiesApi FP - EntitiesApiAxiosParamCreator
|
|
19034
19034
|
/**
|
|
19035
|
-
*
|
|
19035
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
19036
19036
|
* @summary Post LLM endpoint entities
|
|
19037
19037
|
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
19038
19038
|
* @param {*} [options] Override http request option.
|
|
@@ -20585,7 +20585,8 @@ export async function EntitiesApiAxiosParamCreator_DeleteEntityKnowledgeRecommen
|
|
|
20585
20585
|
}
|
|
20586
20586
|
// EntitiesApi FP - EntitiesApiAxiosParamCreator
|
|
20587
20587
|
/**
|
|
20588
|
-
*
|
|
20588
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
20589
|
+
* @summary Delete LLM endpoint entity
|
|
20589
20590
|
* @param {string} id
|
|
20590
20591
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
20591
20592
|
* @param {*} [options] Override http request option.
|
|
@@ -22740,7 +22741,7 @@ export async function EntitiesApiAxiosParamCreator_GetAllEntitiesLabels(workspac
|
|
|
22740
22741
|
}
|
|
22741
22742
|
// EntitiesApi FP - EntitiesApiAxiosParamCreator
|
|
22742
22743
|
/**
|
|
22743
|
-
*
|
|
22744
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
22744
22745
|
* @summary Get all LLM endpoint entities
|
|
22745
22746
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
22746
22747
|
* @param {number} [page] Zero-based page index (0..N)
|
|
@@ -25043,7 +25044,7 @@ export async function EntitiesApiAxiosParamCreator_GetEntityLabels(workspaceId,
|
|
|
25043
25044
|
}
|
|
25044
25045
|
// EntitiesApi FP - EntitiesApiAxiosParamCreator
|
|
25045
25046
|
/**
|
|
25046
|
-
*
|
|
25047
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
25047
25048
|
* @summary Get LLM endpoint entity
|
|
25048
25049
|
* @param {string} id
|
|
25049
25050
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
@@ -27207,7 +27208,7 @@ export async function EntitiesApiAxiosParamCreator_PatchEntityLabels(workspaceId
|
|
|
27207
27208
|
}
|
|
27208
27209
|
// EntitiesApi FP - EntitiesApiAxiosParamCreator
|
|
27209
27210
|
/**
|
|
27210
|
-
*
|
|
27211
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
27211
27212
|
* @summary Patch LLM endpoint entity
|
|
27212
27213
|
* @param {string} id
|
|
27213
27214
|
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
@@ -30432,7 +30433,7 @@ export async function EntitiesApiAxiosParamCreator_UpdateEntityKnowledgeRecommen
|
|
|
30432
30433
|
}
|
|
30433
30434
|
// EntitiesApi FP - EntitiesApiAxiosParamCreator
|
|
30434
30435
|
/**
|
|
30435
|
-
*
|
|
30436
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
30436
30437
|
* @summary PUT LLM endpoint entity
|
|
30437
30438
|
* @param {string} id
|
|
30438
30439
|
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
@@ -31692,7 +31693,7 @@ export async function EntitiesApi_CreateEntityKnowledgeRecommendations(axios, ba
|
|
|
31692
31693
|
}
|
|
31693
31694
|
// EntitiesApi Api FP
|
|
31694
31695
|
/**
|
|
31695
|
-
*
|
|
31696
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
31696
31697
|
* @summary Post LLM endpoint entities
|
|
31697
31698
|
* @param {AxiosInstance} axios Axios instance.
|
|
31698
31699
|
* @param {string} basePath Base path.
|
|
@@ -32185,7 +32186,8 @@ export async function EntitiesApi_DeleteEntityKnowledgeRecommendations(axios, ba
|
|
|
32185
32186
|
}
|
|
32186
32187
|
// EntitiesApi Api FP
|
|
32187
32188
|
/**
|
|
32188
|
-
*
|
|
32189
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
32190
|
+
* @summary Delete LLM endpoint entity
|
|
32189
32191
|
* @param {AxiosInstance} axios Axios instance.
|
|
32190
32192
|
* @param {string} basePath Base path.
|
|
32191
32193
|
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
@@ -32796,7 +32798,7 @@ export async function EntitiesApi_GetAllEntitiesLabels(axios, basePath, requestP
|
|
|
32796
32798
|
}
|
|
32797
32799
|
// EntitiesApi Api FP
|
|
32798
32800
|
/**
|
|
32799
|
-
*
|
|
32801
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
32800
32802
|
* @summary Get all LLM endpoint entities
|
|
32801
32803
|
* @param {AxiosInstance} axios Axios instance.
|
|
32802
32804
|
* @param {string} basePath Base path.
|
|
@@ -33465,7 +33467,7 @@ export async function EntitiesApi_GetEntityLabels(axios, basePath, requestParame
|
|
|
33465
33467
|
}
|
|
33466
33468
|
// EntitiesApi Api FP
|
|
33467
33469
|
/**
|
|
33468
|
-
*
|
|
33470
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
33469
33471
|
* @summary Get LLM endpoint entity
|
|
33470
33472
|
* @param {AxiosInstance} axios Axios instance.
|
|
33471
33473
|
* @param {string} basePath Base path.
|
|
@@ -34077,7 +34079,7 @@ export async function EntitiesApi_PatchEntityLabels(axios, basePath, requestPara
|
|
|
34077
34079
|
}
|
|
34078
34080
|
// EntitiesApi Api FP
|
|
34079
34081
|
/**
|
|
34080
|
-
*
|
|
34082
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
34081
34083
|
* @summary Patch LLM endpoint entity
|
|
34082
34084
|
* @param {AxiosInstance} axios Axios instance.
|
|
34083
34085
|
* @param {string} basePath Base path.
|
|
@@ -34900,7 +34902,7 @@ export async function EntitiesApi_UpdateEntityKnowledgeRecommendations(axios, ba
|
|
|
34900
34902
|
}
|
|
34901
34903
|
// EntitiesApi Api FP
|
|
34902
34904
|
/**
|
|
34903
|
-
*
|
|
34905
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
34904
34906
|
* @summary PUT LLM endpoint entity
|
|
34905
34907
|
* @param {AxiosInstance} axios Axios instance.
|
|
34906
34908
|
* @param {string} basePath Base path.
|
|
@@ -35346,10 +35348,11 @@ export class EntitiesApi extends BaseAPI {
|
|
|
35346
35348
|
return EntitiesApi_CreateEntityKnowledgeRecommendations(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
35347
35349
|
}
|
|
35348
35350
|
/**
|
|
35349
|
-
*
|
|
35351
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
35350
35352
|
* @summary Post LLM endpoint entities
|
|
35351
35353
|
* @param {EntitiesApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
35352
35354
|
* @param {*} [options] Override http request option.
|
|
35355
|
+
* @deprecated
|
|
35353
35356
|
* @throws {RequiredError}
|
|
35354
35357
|
* @memberof EntitiesApi
|
|
35355
35358
|
*/
|
|
@@ -35707,9 +35710,11 @@ export class EntitiesApi extends BaseAPI {
|
|
|
35707
35710
|
return EntitiesApi_DeleteEntityKnowledgeRecommendations(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
35708
35711
|
}
|
|
35709
35712
|
/**
|
|
35710
|
-
*
|
|
35713
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
35714
|
+
* @summary Delete LLM endpoint entity
|
|
35711
35715
|
* @param {EntitiesApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
35712
35716
|
* @param {*} [options] Override http request option.
|
|
35717
|
+
* @deprecated
|
|
35713
35718
|
* @throws {RequiredError}
|
|
35714
35719
|
* @memberof EntitiesApi
|
|
35715
35720
|
*/
|
|
@@ -36154,10 +36159,11 @@ export class EntitiesApi extends BaseAPI {
|
|
|
36154
36159
|
return EntitiesApi_GetAllEntitiesLabels(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
36155
36160
|
}
|
|
36156
36161
|
/**
|
|
36157
|
-
*
|
|
36162
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
36158
36163
|
* @summary Get all LLM endpoint entities
|
|
36159
36164
|
* @param {EntitiesApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
36160
36165
|
* @param {*} [options] Override http request option.
|
|
36166
|
+
* @deprecated
|
|
36161
36167
|
* @throws {RequiredError}
|
|
36162
36168
|
* @memberof EntitiesApi
|
|
36163
36169
|
*/
|
|
@@ -36643,10 +36649,11 @@ export class EntitiesApi extends BaseAPI {
|
|
|
36643
36649
|
return EntitiesApi_GetEntityLabels(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
36644
36650
|
}
|
|
36645
36651
|
/**
|
|
36646
|
-
*
|
|
36652
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
36647
36653
|
* @summary Get LLM endpoint entity
|
|
36648
36654
|
* @param {EntitiesApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
36649
36655
|
* @param {*} [options] Override http request option.
|
|
36656
|
+
* @deprecated
|
|
36650
36657
|
* @throws {RequiredError}
|
|
36651
36658
|
* @memberof EntitiesApi
|
|
36652
36659
|
*/
|
|
@@ -37091,10 +37098,11 @@ export class EntitiesApi extends BaseAPI {
|
|
|
37091
37098
|
return EntitiesApi_PatchEntityLabels(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
37092
37099
|
}
|
|
37093
37100
|
/**
|
|
37094
|
-
*
|
|
37101
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
37095
37102
|
* @summary Patch LLM endpoint entity
|
|
37096
37103
|
* @param {EntitiesApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
37097
37104
|
* @param {*} [options] Override http request option.
|
|
37105
|
+
* @deprecated
|
|
37098
37106
|
* @throws {RequiredError}
|
|
37099
37107
|
* @memberof EntitiesApi
|
|
37100
37108
|
*/
|
|
@@ -37694,10 +37702,11 @@ export class EntitiesApi extends BaseAPI {
|
|
|
37694
37702
|
return EntitiesApi_UpdateEntityKnowledgeRecommendations(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
37695
37703
|
}
|
|
37696
37704
|
/**
|
|
37697
|
-
*
|
|
37705
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
37698
37706
|
* @summary PUT LLM endpoint entity
|
|
37699
37707
|
* @param {EntitiesApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
37700
37708
|
* @param {*} [options] Override http request option.
|
|
37709
|
+
* @deprecated
|
|
37701
37710
|
* @throws {RequiredError}
|
|
37702
37711
|
* @memberof EntitiesApi
|
|
37703
37712
|
*/
|
|
@@ -45780,7 +45789,7 @@ export class LDMDeclarativeAPIsApi extends BaseAPI {
|
|
|
45780
45789
|
}
|
|
45781
45790
|
// LLMEndpointsApi FP - LLMEndpointsApiAxiosParamCreator
|
|
45782
45791
|
/**
|
|
45783
|
-
*
|
|
45792
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
45784
45793
|
* @summary Post LLM endpoint entities
|
|
45785
45794
|
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
45786
45795
|
* @param {*} [options] Override http request option.
|
|
@@ -45827,7 +45836,8 @@ export async function LLMEndpointsApiAxiosParamCreator_CreateEntityLlmEndpoints(
|
|
|
45827
45836
|
}
|
|
45828
45837
|
// LLMEndpointsApi FP - LLMEndpointsApiAxiosParamCreator
|
|
45829
45838
|
/**
|
|
45830
|
-
*
|
|
45839
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
45840
|
+
* @summary Delete LLM endpoint entity
|
|
45831
45841
|
* @param {string} id
|
|
45832
45842
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
45833
45843
|
* @param {*} [options] Override http request option.
|
|
@@ -45865,7 +45875,7 @@ export async function LLMEndpointsApiAxiosParamCreator_DeleteEntityLlmEndpoints(
|
|
|
45865
45875
|
}
|
|
45866
45876
|
// LLMEndpointsApi FP - LLMEndpointsApiAxiosParamCreator
|
|
45867
45877
|
/**
|
|
45868
|
-
*
|
|
45878
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
45869
45879
|
* @summary Get all LLM endpoint entities
|
|
45870
45880
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
45871
45881
|
* @param {number} [page] Zero-based page index (0..N)
|
|
@@ -45916,7 +45926,7 @@ export async function LLMEndpointsApiAxiosParamCreator_GetAllEntitiesLlmEndpoint
|
|
|
45916
45926
|
}
|
|
45917
45927
|
// LLMEndpointsApi FP - LLMEndpointsApiAxiosParamCreator
|
|
45918
45928
|
/**
|
|
45919
|
-
*
|
|
45929
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
45920
45930
|
* @summary Get LLM endpoint entity
|
|
45921
45931
|
* @param {string} id
|
|
45922
45932
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
@@ -45955,7 +45965,7 @@ export async function LLMEndpointsApiAxiosParamCreator_GetEntityLlmEndpoints(id,
|
|
|
45955
45965
|
}
|
|
45956
45966
|
// LLMEndpointsApi FP - LLMEndpointsApiAxiosParamCreator
|
|
45957
45967
|
/**
|
|
45958
|
-
*
|
|
45968
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
45959
45969
|
* @summary Patch LLM endpoint entity
|
|
45960
45970
|
* @param {string} id
|
|
45961
45971
|
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
@@ -46010,7 +46020,7 @@ export async function LLMEndpointsApiAxiosParamCreator_PatchEntityLlmEndpoints(i
|
|
|
46010
46020
|
}
|
|
46011
46021
|
// LLMEndpointsApi FP - LLMEndpointsApiAxiosParamCreator
|
|
46012
46022
|
/**
|
|
46013
|
-
*
|
|
46023
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46014
46024
|
* @summary PUT LLM endpoint entity
|
|
46015
46025
|
* @param {string} id
|
|
46016
46026
|
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
@@ -46065,7 +46075,7 @@ export async function LLMEndpointsApiAxiosParamCreator_UpdateEntityLlmEndpoints(
|
|
|
46065
46075
|
}
|
|
46066
46076
|
// LLMEndpointsApi Api FP
|
|
46067
46077
|
/**
|
|
46068
|
-
*
|
|
46078
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46069
46079
|
* @summary Post LLM endpoint entities
|
|
46070
46080
|
* @param {AxiosInstance} axios Axios instance.
|
|
46071
46081
|
* @param {string} basePath Base path.
|
|
@@ -46080,7 +46090,8 @@ export async function LLMEndpointsApi_CreateEntityLlmEndpoints(axios, basePath,
|
|
|
46080
46090
|
}
|
|
46081
46091
|
// LLMEndpointsApi Api FP
|
|
46082
46092
|
/**
|
|
46083
|
-
*
|
|
46093
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46094
|
+
* @summary Delete LLM endpoint entity
|
|
46084
46095
|
* @param {AxiosInstance} axios Axios instance.
|
|
46085
46096
|
* @param {string} basePath Base path.
|
|
46086
46097
|
* @param {LLMEndpointsApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
@@ -46094,7 +46105,7 @@ export async function LLMEndpointsApi_DeleteEntityLlmEndpoints(axios, basePath,
|
|
|
46094
46105
|
}
|
|
46095
46106
|
// LLMEndpointsApi Api FP
|
|
46096
46107
|
/**
|
|
46097
|
-
*
|
|
46108
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46098
46109
|
* @summary Get all LLM endpoint entities
|
|
46099
46110
|
* @param {AxiosInstance} axios Axios instance.
|
|
46100
46111
|
* @param {string} basePath Base path.
|
|
@@ -46109,7 +46120,7 @@ export async function LLMEndpointsApi_GetAllEntitiesLlmEndpoints(axios, basePath
|
|
|
46109
46120
|
}
|
|
46110
46121
|
// LLMEndpointsApi Api FP
|
|
46111
46122
|
/**
|
|
46112
|
-
*
|
|
46123
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46113
46124
|
* @summary Get LLM endpoint entity
|
|
46114
46125
|
* @param {AxiosInstance} axios Axios instance.
|
|
46115
46126
|
* @param {string} basePath Base path.
|
|
@@ -46124,7 +46135,7 @@ export async function LLMEndpointsApi_GetEntityLlmEndpoints(axios, basePath, req
|
|
|
46124
46135
|
}
|
|
46125
46136
|
// LLMEndpointsApi Api FP
|
|
46126
46137
|
/**
|
|
46127
|
-
*
|
|
46138
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46128
46139
|
* @summary Patch LLM endpoint entity
|
|
46129
46140
|
* @param {AxiosInstance} axios Axios instance.
|
|
46130
46141
|
* @param {string} basePath Base path.
|
|
@@ -46139,7 +46150,7 @@ export async function LLMEndpointsApi_PatchEntityLlmEndpoints(axios, basePath, r
|
|
|
46139
46150
|
}
|
|
46140
46151
|
// LLMEndpointsApi Api FP
|
|
46141
46152
|
/**
|
|
46142
|
-
*
|
|
46153
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46143
46154
|
* @summary PUT LLM endpoint entity
|
|
46144
46155
|
* @param {AxiosInstance} axios Axios instance.
|
|
46145
46156
|
* @param {string} basePath Base path.
|
|
@@ -46160,10 +46171,11 @@ export async function LLMEndpointsApi_UpdateEntityLlmEndpoints(axios, basePath,
|
|
|
46160
46171
|
*/
|
|
46161
46172
|
export class LLMEndpointsApi extends BaseAPI {
|
|
46162
46173
|
/**
|
|
46163
|
-
*
|
|
46174
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46164
46175
|
* @summary Post LLM endpoint entities
|
|
46165
46176
|
* @param {LLMEndpointsApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
46166
46177
|
* @param {*} [options] Override http request option.
|
|
46178
|
+
* @deprecated
|
|
46167
46179
|
* @throws {RequiredError}
|
|
46168
46180
|
* @memberof LLMEndpointsApi
|
|
46169
46181
|
*/
|
|
@@ -46171,9 +46183,11 @@ export class LLMEndpointsApi extends BaseAPI {
|
|
|
46171
46183
|
return LLMEndpointsApi_CreateEntityLlmEndpoints(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
46172
46184
|
}
|
|
46173
46185
|
/**
|
|
46174
|
-
*
|
|
46186
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46187
|
+
* @summary Delete LLM endpoint entity
|
|
46175
46188
|
* @param {LLMEndpointsApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
46176
46189
|
* @param {*} [options] Override http request option.
|
|
46190
|
+
* @deprecated
|
|
46177
46191
|
* @throws {RequiredError}
|
|
46178
46192
|
* @memberof LLMEndpointsApi
|
|
46179
46193
|
*/
|
|
@@ -46181,10 +46195,11 @@ export class LLMEndpointsApi extends BaseAPI {
|
|
|
46181
46195
|
return LLMEndpointsApi_DeleteEntityLlmEndpoints(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
46182
46196
|
}
|
|
46183
46197
|
/**
|
|
46184
|
-
*
|
|
46198
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46185
46199
|
* @summary Get all LLM endpoint entities
|
|
46186
46200
|
* @param {LLMEndpointsApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
46187
46201
|
* @param {*} [options] Override http request option.
|
|
46202
|
+
* @deprecated
|
|
46188
46203
|
* @throws {RequiredError}
|
|
46189
46204
|
* @memberof LLMEndpointsApi
|
|
46190
46205
|
*/
|
|
@@ -46192,10 +46207,11 @@ export class LLMEndpointsApi extends BaseAPI {
|
|
|
46192
46207
|
return LLMEndpointsApi_GetAllEntitiesLlmEndpoints(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
46193
46208
|
}
|
|
46194
46209
|
/**
|
|
46195
|
-
*
|
|
46210
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46196
46211
|
* @summary Get LLM endpoint entity
|
|
46197
46212
|
* @param {LLMEndpointsApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
46198
46213
|
* @param {*} [options] Override http request option.
|
|
46214
|
+
* @deprecated
|
|
46199
46215
|
* @throws {RequiredError}
|
|
46200
46216
|
* @memberof LLMEndpointsApi
|
|
46201
46217
|
*/
|
|
@@ -46203,10 +46219,11 @@ export class LLMEndpointsApi extends BaseAPI {
|
|
|
46203
46219
|
return LLMEndpointsApi_GetEntityLlmEndpoints(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
46204
46220
|
}
|
|
46205
46221
|
/**
|
|
46206
|
-
*
|
|
46222
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46207
46223
|
* @summary Patch LLM endpoint entity
|
|
46208
46224
|
* @param {LLMEndpointsApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
46209
46225
|
* @param {*} [options] Override http request option.
|
|
46226
|
+
* @deprecated
|
|
46210
46227
|
* @throws {RequiredError}
|
|
46211
46228
|
* @memberof LLMEndpointsApi
|
|
46212
46229
|
*/
|
|
@@ -46214,10 +46231,11 @@ export class LLMEndpointsApi extends BaseAPI {
|
|
|
46214
46231
|
return LLMEndpointsApi_PatchEntityLlmEndpoints(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
46215
46232
|
}
|
|
46216
46233
|
/**
|
|
46217
|
-
*
|
|
46234
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
46218
46235
|
* @summary PUT LLM endpoint entity
|
|
46219
46236
|
* @param {LLMEndpointsApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
46220
46237
|
* @param {*} [options] Override http request option.
|
|
46238
|
+
* @deprecated
|
|
46221
46239
|
* @throws {RequiredError}
|
|
46222
46240
|
* @memberof LLMEndpointsApi
|
|
46223
46241
|
*/
|
|
@@ -54369,7 +54387,7 @@ export async function OrganizationModelControllerApiAxiosParamCreator_CreateEnti
|
|
|
54369
54387
|
}
|
|
54370
54388
|
// OrganizationModelControllerApi FP - OrganizationModelControllerApiAxiosParamCreator
|
|
54371
54389
|
/**
|
|
54372
|
-
*
|
|
54390
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
54373
54391
|
* @summary Post LLM endpoint entities
|
|
54374
54392
|
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
54375
54393
|
* @param {*} [options] Override http request option.
|
|
@@ -54917,7 +54935,8 @@ export async function OrganizationModelControllerApiAxiosParamCreator_DeleteEnti
|
|
|
54917
54935
|
}
|
|
54918
54936
|
// OrganizationModelControllerApi FP - OrganizationModelControllerApiAxiosParamCreator
|
|
54919
54937
|
/**
|
|
54920
|
-
*
|
|
54938
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
54939
|
+
* @summary Delete LLM endpoint entity
|
|
54921
54940
|
* @param {string} id
|
|
54922
54941
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
54923
54942
|
* @param {*} [options] Override http request option.
|
|
@@ -55534,7 +55553,7 @@ export async function OrganizationModelControllerApiAxiosParamCreator_GetAllEnti
|
|
|
55534
55553
|
}
|
|
55535
55554
|
// OrganizationModelControllerApi FP - OrganizationModelControllerApiAxiosParamCreator
|
|
55536
55555
|
/**
|
|
55537
|
-
*
|
|
55556
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
55538
55557
|
* @summary Get all LLM endpoint entities
|
|
55539
55558
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
55540
55559
|
* @param {number} [page] Zero-based page index (0..N)
|
|
@@ -56293,7 +56312,7 @@ export async function OrganizationModelControllerApiAxiosParamCreator_GetEntityI
|
|
|
56293
56312
|
}
|
|
56294
56313
|
// OrganizationModelControllerApi FP - OrganizationModelControllerApiAxiosParamCreator
|
|
56295
56314
|
/**
|
|
56296
|
-
*
|
|
56315
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
56297
56316
|
* @summary Get LLM endpoint entity
|
|
56298
56317
|
* @param {string} id
|
|
56299
56318
|
* @param {string} [filter] Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title==\'Some Title\';description==\'desc\'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty==\'Value 123\').
|
|
@@ -56918,7 +56937,7 @@ export async function OrganizationModelControllerApiAxiosParamCreator_PatchEntit
|
|
|
56918
56937
|
}
|
|
56919
56938
|
// OrganizationModelControllerApi FP - OrganizationModelControllerApiAxiosParamCreator
|
|
56920
56939
|
/**
|
|
56921
|
-
*
|
|
56940
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
56922
56941
|
* @summary Patch LLM endpoint entity
|
|
56923
56942
|
* @param {string} id
|
|
56924
56943
|
* @param {JsonApiLlmEndpointPatchDocument} jsonApiLlmEndpointPatchDocument
|
|
@@ -57590,7 +57609,7 @@ export async function OrganizationModelControllerApiAxiosParamCreator_UpdateEnti
|
|
|
57590
57609
|
}
|
|
57591
57610
|
// OrganizationModelControllerApi FP - OrganizationModelControllerApiAxiosParamCreator
|
|
57592
57611
|
/**
|
|
57593
|
-
*
|
|
57612
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
57594
57613
|
* @summary PUT LLM endpoint entity
|
|
57595
57614
|
* @param {string} id
|
|
57596
57615
|
* @param {JsonApiLlmEndpointInDocument} jsonApiLlmEndpointInDocument
|
|
@@ -58102,7 +58121,7 @@ export async function OrganizationModelControllerApi_CreateEntityIdentityProvide
|
|
|
58102
58121
|
}
|
|
58103
58122
|
// OrganizationModelControllerApi Api FP
|
|
58104
58123
|
/**
|
|
58105
|
-
*
|
|
58124
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
58106
58125
|
* @summary Post LLM endpoint entities
|
|
58107
58126
|
* @param {AxiosInstance} axios Axios instance.
|
|
58108
58127
|
* @param {string} basePath Base path.
|
|
@@ -58282,7 +58301,8 @@ export async function OrganizationModelControllerApi_DeleteEntityIdentityProvide
|
|
|
58282
58301
|
}
|
|
58283
58302
|
// OrganizationModelControllerApi Api FP
|
|
58284
58303
|
/**
|
|
58285
|
-
*
|
|
58304
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
58305
|
+
* @summary Delete LLM endpoint entity
|
|
58286
58306
|
* @param {AxiosInstance} axios Axios instance.
|
|
58287
58307
|
* @param {string} basePath Base path.
|
|
58288
58308
|
* @param {OrganizationModelControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
@@ -58491,7 +58511,7 @@ export async function OrganizationModelControllerApi_GetAllEntitiesIdentityProvi
|
|
|
58491
58511
|
}
|
|
58492
58512
|
// OrganizationModelControllerApi Api FP
|
|
58493
58513
|
/**
|
|
58494
|
-
*
|
|
58514
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
58495
58515
|
* @summary Get all LLM endpoint entities
|
|
58496
58516
|
* @param {AxiosInstance} axios Axios instance.
|
|
58497
58517
|
* @param {string} basePath Base path.
|
|
@@ -58730,7 +58750,7 @@ export async function OrganizationModelControllerApi_GetEntityIdentityProviders(
|
|
|
58730
58750
|
}
|
|
58731
58751
|
// OrganizationModelControllerApi Api FP
|
|
58732
58752
|
/**
|
|
58733
|
-
*
|
|
58753
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
58734
58754
|
* @summary Get LLM endpoint entity
|
|
58735
58755
|
* @param {AxiosInstance} axios Axios instance.
|
|
58736
58756
|
* @param {string} basePath Base path.
|
|
@@ -58939,7 +58959,7 @@ export async function OrganizationModelControllerApi_PatchEntityIdentityProvider
|
|
|
58939
58959
|
}
|
|
58940
58960
|
// OrganizationModelControllerApi Api FP
|
|
58941
58961
|
/**
|
|
58942
|
-
*
|
|
58962
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
58943
58963
|
* @summary Patch LLM endpoint entity
|
|
58944
58964
|
* @param {AxiosInstance} axios Axios instance.
|
|
58945
58965
|
* @param {string} basePath Base path.
|
|
@@ -59119,7 +59139,7 @@ export async function OrganizationModelControllerApi_UpdateEntityIdentityProvide
|
|
|
59119
59139
|
}
|
|
59120
59140
|
// OrganizationModelControllerApi Api FP
|
|
59121
59141
|
/**
|
|
59122
|
-
*
|
|
59142
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
59123
59143
|
* @summary PUT LLM endpoint entity
|
|
59124
59144
|
* @param {AxiosInstance} axios Axios instance.
|
|
59125
59145
|
* @param {string} basePath Base path.
|
|
@@ -59289,10 +59309,11 @@ export class OrganizationModelControllerApi extends BaseAPI {
|
|
|
59289
59309
|
return OrganizationModelControllerApi_CreateEntityIdentityProviders(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
59290
59310
|
}
|
|
59291
59311
|
/**
|
|
59292
|
-
*
|
|
59312
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
59293
59313
|
* @summary Post LLM endpoint entities
|
|
59294
59314
|
* @param {OrganizationModelControllerApiCreateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
59295
59315
|
* @param {*} [options] Override http request option.
|
|
59316
|
+
* @deprecated
|
|
59296
59317
|
* @throws {RequiredError}
|
|
59297
59318
|
* @memberof OrganizationModelControllerApi
|
|
59298
59319
|
*/
|
|
@@ -59421,9 +59442,11 @@ export class OrganizationModelControllerApi extends BaseAPI {
|
|
|
59421
59442
|
return OrganizationModelControllerApi_DeleteEntityIdentityProviders(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
59422
59443
|
}
|
|
59423
59444
|
/**
|
|
59424
|
-
*
|
|
59445
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
59446
|
+
* @summary Delete LLM endpoint entity
|
|
59425
59447
|
* @param {OrganizationModelControllerApiDeleteEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
59426
59448
|
* @param {*} [options] Override http request option.
|
|
59449
|
+
* @deprecated
|
|
59427
59450
|
* @throws {RequiredError}
|
|
59428
59451
|
* @memberof OrganizationModelControllerApi
|
|
59429
59452
|
*/
|
|
@@ -59574,10 +59597,11 @@ export class OrganizationModelControllerApi extends BaseAPI {
|
|
|
59574
59597
|
return OrganizationModelControllerApi_GetAllEntitiesIdentityProviders(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
59575
59598
|
}
|
|
59576
59599
|
/**
|
|
59577
|
-
*
|
|
59600
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
59578
59601
|
* @summary Get all LLM endpoint entities
|
|
59579
59602
|
* @param {OrganizationModelControllerApiGetAllEntitiesLlmEndpointsRequest} requestParameters Request parameters.
|
|
59580
59603
|
* @param {*} [options] Override http request option.
|
|
59604
|
+
* @deprecated
|
|
59581
59605
|
* @throws {RequiredError}
|
|
59582
59606
|
* @memberof OrganizationModelControllerApi
|
|
59583
59607
|
*/
|
|
@@ -59749,10 +59773,11 @@ export class OrganizationModelControllerApi extends BaseAPI {
|
|
|
59749
59773
|
return OrganizationModelControllerApi_GetEntityIdentityProviders(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
59750
59774
|
}
|
|
59751
59775
|
/**
|
|
59752
|
-
*
|
|
59776
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
59753
59777
|
* @summary Get LLM endpoint entity
|
|
59754
59778
|
* @param {OrganizationModelControllerApiGetEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
59755
59779
|
* @param {*} [options] Override http request option.
|
|
59780
|
+
* @deprecated
|
|
59756
59781
|
* @throws {RequiredError}
|
|
59757
59782
|
* @memberof OrganizationModelControllerApi
|
|
59758
59783
|
*/
|
|
@@ -59902,10 +59927,11 @@ export class OrganizationModelControllerApi extends BaseAPI {
|
|
|
59902
59927
|
return OrganizationModelControllerApi_PatchEntityIdentityProviders(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
59903
59928
|
}
|
|
59904
59929
|
/**
|
|
59905
|
-
*
|
|
59930
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
59906
59931
|
* @summary Patch LLM endpoint entity
|
|
59907
59932
|
* @param {OrganizationModelControllerApiPatchEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
59908
59933
|
* @param {*} [options] Override http request option.
|
|
59934
|
+
* @deprecated
|
|
59909
59935
|
* @throws {RequiredError}
|
|
59910
59936
|
* @memberof OrganizationModelControllerApi
|
|
59911
59937
|
*/
|
|
@@ -60034,10 +60060,11 @@ export class OrganizationModelControllerApi extends BaseAPI {
|
|
|
60034
60060
|
return OrganizationModelControllerApi_UpdateEntityIdentityProviders(this.axios, this.basePath, requestParameters, options, this.configuration);
|
|
60035
60061
|
}
|
|
60036
60062
|
/**
|
|
60037
|
-
*
|
|
60063
|
+
* Will be soon removed and replaced by LlmProvider.
|
|
60038
60064
|
* @summary PUT LLM endpoint entity
|
|
60039
60065
|
* @param {OrganizationModelControllerApiUpdateEntityLlmEndpointsRequest} requestParameters Request parameters.
|
|
60040
60066
|
* @param {*} [options] Override http request option.
|
|
60067
|
+
* @deprecated
|
|
60041
60068
|
* @throws {RequiredError}
|
|
60042
60069
|
* @memberof OrganizationModelControllerApi
|
|
60043
60070
|
*/
|