@vibexp/api-client 0.36.0 → 0.37.0
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/dist/axios/types.gen.d.ts +76 -0
- package/dist/schema.d.ts +171 -0
- package/package.json +1 -1
|
@@ -12029,6 +12029,10 @@ export type CreateEmbeddingProviderErrors = {
|
|
|
12029
12029
|
* Unauthorized
|
|
12030
12030
|
*/
|
|
12031
12031
|
401: ErrorResponse;
|
|
12032
|
+
/**
|
|
12033
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12034
|
+
*/
|
|
12035
|
+
403: ErrorResponse;
|
|
12032
12036
|
/**
|
|
12033
12037
|
* A provider with the same name already exists (`PROVIDER_ALREADY_EXISTS`)
|
|
12034
12038
|
*/
|
|
@@ -12099,6 +12103,10 @@ export type DeleteEmbeddingProviderErrors = {
|
|
|
12099
12103
|
* Unauthorized
|
|
12100
12104
|
*/
|
|
12101
12105
|
401: ErrorResponse;
|
|
12106
|
+
/**
|
|
12107
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12108
|
+
*/
|
|
12109
|
+
403: ErrorResponse;
|
|
12102
12110
|
/**
|
|
12103
12111
|
* Embedding provider not found (`PROVIDER_NOT_FOUND`)
|
|
12104
12112
|
*/
|
|
@@ -12177,6 +12185,10 @@ export type UpdateEmbeddingProviderErrors = {
|
|
|
12177
12185
|
* Unauthorized
|
|
12178
12186
|
*/
|
|
12179
12187
|
401: ErrorResponse;
|
|
12188
|
+
/**
|
|
12189
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12190
|
+
*/
|
|
12191
|
+
403: ErrorResponse;
|
|
12180
12192
|
/**
|
|
12181
12193
|
* Embedding provider not found (`PROVIDER_NOT_FOUND`)
|
|
12182
12194
|
*/
|
|
@@ -12214,6 +12226,10 @@ export type ReprocessEmbeddingProviderErrors = {
|
|
|
12214
12226
|
* Unauthorized
|
|
12215
12227
|
*/
|
|
12216
12228
|
401: ErrorResponse;
|
|
12229
|
+
/**
|
|
12230
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12231
|
+
*/
|
|
12232
|
+
403: ErrorResponse;
|
|
12217
12233
|
/**
|
|
12218
12234
|
* Embedding provider not found (`PROVIDER_NOT_FOUND`)
|
|
12219
12235
|
*/
|
|
@@ -12251,6 +12267,10 @@ export type ValidateEmbeddingProviderErrors = {
|
|
|
12251
12267
|
* Unauthorized
|
|
12252
12268
|
*/
|
|
12253
12269
|
401: ErrorResponse;
|
|
12270
|
+
/**
|
|
12271
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12272
|
+
*/
|
|
12273
|
+
403: ErrorResponse;
|
|
12254
12274
|
/**
|
|
12255
12275
|
* Validation failed due to an internal service error (`INTERNAL_ERROR`)
|
|
12256
12276
|
*/
|
|
@@ -12313,6 +12333,10 @@ export type CreateEmbeddingProviderSettingsErrors = {
|
|
|
12313
12333
|
* Unauthorized
|
|
12314
12334
|
*/
|
|
12315
12335
|
401: ErrorResponse;
|
|
12336
|
+
/**
|
|
12337
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12338
|
+
*/
|
|
12339
|
+
403: ErrorResponse;
|
|
12316
12340
|
/**
|
|
12317
12341
|
* A provider with the same name already exists (`PROVIDER_ALREADY_EXISTS`)
|
|
12318
12342
|
*/
|
|
@@ -12383,6 +12407,10 @@ export type DeleteEmbeddingProviderSettingsErrors = {
|
|
|
12383
12407
|
* Unauthorized
|
|
12384
12408
|
*/
|
|
12385
12409
|
401: ErrorResponse;
|
|
12410
|
+
/**
|
|
12411
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12412
|
+
*/
|
|
12413
|
+
403: ErrorResponse;
|
|
12386
12414
|
/**
|
|
12387
12415
|
* Embedding provider not found (`PROVIDER_NOT_FOUND`)
|
|
12388
12416
|
*/
|
|
@@ -12461,6 +12489,10 @@ export type UpdateEmbeddingProviderSettingsErrors = {
|
|
|
12461
12489
|
* Unauthorized
|
|
12462
12490
|
*/
|
|
12463
12491
|
401: ErrorResponse;
|
|
12492
|
+
/**
|
|
12493
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12494
|
+
*/
|
|
12495
|
+
403: ErrorResponse;
|
|
12464
12496
|
/**
|
|
12465
12497
|
* Embedding provider not found (`PROVIDER_NOT_FOUND`)
|
|
12466
12498
|
*/
|
|
@@ -12498,6 +12530,10 @@ export type ReprocessEmbeddingProviderSettingsErrors = {
|
|
|
12498
12530
|
* Unauthorized
|
|
12499
12531
|
*/
|
|
12500
12532
|
401: ErrorResponse;
|
|
12533
|
+
/**
|
|
12534
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12535
|
+
*/
|
|
12536
|
+
403: ErrorResponse;
|
|
12501
12537
|
/**
|
|
12502
12538
|
* Embedding provider not found (`PROVIDER_NOT_FOUND`)
|
|
12503
12539
|
*/
|
|
@@ -12535,6 +12571,10 @@ export type ValidateEmbeddingProviderSettingsErrors = {
|
|
|
12535
12571
|
* Unauthorized
|
|
12536
12572
|
*/
|
|
12537
12573
|
401: ErrorResponse;
|
|
12574
|
+
/**
|
|
12575
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12576
|
+
*/
|
|
12577
|
+
403: ErrorResponse;
|
|
12538
12578
|
/**
|
|
12539
12579
|
* Validation failed due to an internal service error (`INTERNAL_ERROR`)
|
|
12540
12580
|
*/
|
|
@@ -12564,6 +12604,10 @@ export type ClearEmbeddingsSettingsErrors = {
|
|
|
12564
12604
|
* Unauthorized
|
|
12565
12605
|
*/
|
|
12566
12606
|
401: ErrorResponse;
|
|
12607
|
+
/**
|
|
12608
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12609
|
+
*/
|
|
12610
|
+
403: ErrorResponse;
|
|
12567
12611
|
/**
|
|
12568
12612
|
* Failed to clear embeddings (`DATABASE_ERROR`)
|
|
12569
12613
|
*/
|
|
@@ -12626,6 +12670,10 @@ export type CreateModelProviderErrors = {
|
|
|
12626
12670
|
* Unauthorized
|
|
12627
12671
|
*/
|
|
12628
12672
|
401: ErrorResponse;
|
|
12673
|
+
/**
|
|
12674
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12675
|
+
*/
|
|
12676
|
+
403: ErrorResponse;
|
|
12629
12677
|
/**
|
|
12630
12678
|
* A provider with the same name already exists (`MODEL_PROVIDER_ALREADY_EXISTS`)
|
|
12631
12679
|
*/
|
|
@@ -12667,6 +12715,10 @@ export type DeleteModelProviderErrors = {
|
|
|
12667
12715
|
* Unauthorized
|
|
12668
12716
|
*/
|
|
12669
12717
|
401: ErrorResponse;
|
|
12718
|
+
/**
|
|
12719
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12720
|
+
*/
|
|
12721
|
+
403: ErrorResponse;
|
|
12670
12722
|
/**
|
|
12671
12723
|
* Model provider not found (`MODEL_PROVIDER_NOT_FOUND`)
|
|
12672
12724
|
*/
|
|
@@ -12745,6 +12797,10 @@ export type UpdateModelProviderErrors = {
|
|
|
12745
12797
|
* Unauthorized
|
|
12746
12798
|
*/
|
|
12747
12799
|
401: ErrorResponse;
|
|
12800
|
+
/**
|
|
12801
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12802
|
+
*/
|
|
12803
|
+
403: ErrorResponse;
|
|
12748
12804
|
/**
|
|
12749
12805
|
* Model provider not found (`MODEL_PROVIDER_NOT_FOUND`)
|
|
12750
12806
|
*/
|
|
@@ -12782,6 +12838,10 @@ export type ValidateModelProviderErrors = {
|
|
|
12782
12838
|
* Unauthorized
|
|
12783
12839
|
*/
|
|
12784
12840
|
401: ErrorResponse;
|
|
12841
|
+
/**
|
|
12842
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12843
|
+
*/
|
|
12844
|
+
403: ErrorResponse;
|
|
12785
12845
|
/**
|
|
12786
12846
|
* Validation failed due to an internal service error (`INTERNAL_ERROR`)
|
|
12787
12847
|
*/
|
|
@@ -12844,6 +12904,10 @@ export type CreateModelProviderSettingsErrors = {
|
|
|
12844
12904
|
* Unauthorized
|
|
12845
12905
|
*/
|
|
12846
12906
|
401: ErrorResponse;
|
|
12907
|
+
/**
|
|
12908
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12909
|
+
*/
|
|
12910
|
+
403: ErrorResponse;
|
|
12847
12911
|
/**
|
|
12848
12912
|
* A provider with the same name already exists (`MODEL_PROVIDER_ALREADY_EXISTS`)
|
|
12849
12913
|
*/
|
|
@@ -12885,6 +12949,10 @@ export type DeleteModelProviderSettingsErrors = {
|
|
|
12885
12949
|
* Unauthorized
|
|
12886
12950
|
*/
|
|
12887
12951
|
401: ErrorResponse;
|
|
12952
|
+
/**
|
|
12953
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
12954
|
+
*/
|
|
12955
|
+
403: ErrorResponse;
|
|
12888
12956
|
/**
|
|
12889
12957
|
* Model provider not found (`MODEL_PROVIDER_NOT_FOUND`)
|
|
12890
12958
|
*/
|
|
@@ -12963,6 +13031,10 @@ export type UpdateModelProviderSettingsErrors = {
|
|
|
12963
13031
|
* Unauthorized
|
|
12964
13032
|
*/
|
|
12965
13033
|
401: ErrorResponse;
|
|
13034
|
+
/**
|
|
13035
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
13036
|
+
*/
|
|
13037
|
+
403: ErrorResponse;
|
|
12966
13038
|
/**
|
|
12967
13039
|
* Model provider not found (`MODEL_PROVIDER_NOT_FOUND`)
|
|
12968
13040
|
*/
|
|
@@ -13000,6 +13072,10 @@ export type ValidateModelProviderSettingsErrors = {
|
|
|
13000
13072
|
* Unauthorized
|
|
13001
13073
|
*/
|
|
13002
13074
|
401: ErrorResponse;
|
|
13075
|
+
/**
|
|
13076
|
+
* Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`)
|
|
13077
|
+
*/
|
|
13078
|
+
403: ErrorResponse;
|
|
13003
13079
|
/**
|
|
13004
13080
|
* Validation failed due to an internal service error (`INTERNAL_ERROR`)
|
|
13005
13081
|
*/
|
package/dist/schema.d.ts
CHANGED
|
@@ -20366,6 +20366,15 @@ export interface operations {
|
|
|
20366
20366
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20367
20367
|
};
|
|
20368
20368
|
};
|
|
20369
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
20370
|
+
403: {
|
|
20371
|
+
headers: {
|
|
20372
|
+
[name: string]: unknown;
|
|
20373
|
+
};
|
|
20374
|
+
content: {
|
|
20375
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20376
|
+
};
|
|
20377
|
+
};
|
|
20369
20378
|
/** @description A provider with the same name already exists (`PROVIDER_ALREADY_EXISTS`) */
|
|
20370
20379
|
409: {
|
|
20371
20380
|
headers: {
|
|
@@ -20524,6 +20533,15 @@ export interface operations {
|
|
|
20524
20533
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20525
20534
|
};
|
|
20526
20535
|
};
|
|
20536
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
20537
|
+
403: {
|
|
20538
|
+
headers: {
|
|
20539
|
+
[name: string]: unknown;
|
|
20540
|
+
};
|
|
20541
|
+
content: {
|
|
20542
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20543
|
+
};
|
|
20544
|
+
};
|
|
20527
20545
|
/** @description Embedding provider not found (`PROVIDER_NOT_FOUND`) */
|
|
20528
20546
|
404: {
|
|
20529
20547
|
headers: {
|
|
@@ -20583,6 +20601,15 @@ export interface operations {
|
|
|
20583
20601
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20584
20602
|
};
|
|
20585
20603
|
};
|
|
20604
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
20605
|
+
403: {
|
|
20606
|
+
headers: {
|
|
20607
|
+
[name: string]: unknown;
|
|
20608
|
+
};
|
|
20609
|
+
content: {
|
|
20610
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20611
|
+
};
|
|
20612
|
+
};
|
|
20586
20613
|
/** @description Embedding provider not found (`PROVIDER_NOT_FOUND`) */
|
|
20587
20614
|
404: {
|
|
20588
20615
|
headers: {
|
|
@@ -20635,6 +20662,15 @@ export interface operations {
|
|
|
20635
20662
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20636
20663
|
};
|
|
20637
20664
|
};
|
|
20665
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
20666
|
+
403: {
|
|
20667
|
+
headers: {
|
|
20668
|
+
[name: string]: unknown;
|
|
20669
|
+
};
|
|
20670
|
+
content: {
|
|
20671
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20672
|
+
};
|
|
20673
|
+
};
|
|
20638
20674
|
/** @description Embedding provider not found (`PROVIDER_NOT_FOUND`) */
|
|
20639
20675
|
404: {
|
|
20640
20676
|
headers: {
|
|
@@ -20698,6 +20734,15 @@ export interface operations {
|
|
|
20698
20734
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20699
20735
|
};
|
|
20700
20736
|
};
|
|
20737
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
20738
|
+
403: {
|
|
20739
|
+
headers: {
|
|
20740
|
+
[name: string]: unknown;
|
|
20741
|
+
};
|
|
20742
|
+
content: {
|
|
20743
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20744
|
+
};
|
|
20745
|
+
};
|
|
20701
20746
|
/** @description Validation failed due to an internal service error (`INTERNAL_ERROR`) */
|
|
20702
20747
|
500: {
|
|
20703
20748
|
headers: {
|
|
@@ -20793,6 +20838,15 @@ export interface operations {
|
|
|
20793
20838
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20794
20839
|
};
|
|
20795
20840
|
};
|
|
20841
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
20842
|
+
403: {
|
|
20843
|
+
headers: {
|
|
20844
|
+
[name: string]: unknown;
|
|
20845
|
+
};
|
|
20846
|
+
content: {
|
|
20847
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20848
|
+
};
|
|
20849
|
+
};
|
|
20796
20850
|
/** @description A provider with the same name already exists (`PROVIDER_ALREADY_EXISTS`) */
|
|
20797
20851
|
409: {
|
|
20798
20852
|
headers: {
|
|
@@ -20951,6 +21005,15 @@ export interface operations {
|
|
|
20951
21005
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
20952
21006
|
};
|
|
20953
21007
|
};
|
|
21008
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21009
|
+
403: {
|
|
21010
|
+
headers: {
|
|
21011
|
+
[name: string]: unknown;
|
|
21012
|
+
};
|
|
21013
|
+
content: {
|
|
21014
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21015
|
+
};
|
|
21016
|
+
};
|
|
20954
21017
|
/** @description Embedding provider not found (`PROVIDER_NOT_FOUND`) */
|
|
20955
21018
|
404: {
|
|
20956
21019
|
headers: {
|
|
@@ -21010,6 +21073,15 @@ export interface operations {
|
|
|
21010
21073
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21011
21074
|
};
|
|
21012
21075
|
};
|
|
21076
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21077
|
+
403: {
|
|
21078
|
+
headers: {
|
|
21079
|
+
[name: string]: unknown;
|
|
21080
|
+
};
|
|
21081
|
+
content: {
|
|
21082
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21083
|
+
};
|
|
21084
|
+
};
|
|
21013
21085
|
/** @description Embedding provider not found (`PROVIDER_NOT_FOUND`) */
|
|
21014
21086
|
404: {
|
|
21015
21087
|
headers: {
|
|
@@ -21062,6 +21134,15 @@ export interface operations {
|
|
|
21062
21134
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21063
21135
|
};
|
|
21064
21136
|
};
|
|
21137
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21138
|
+
403: {
|
|
21139
|
+
headers: {
|
|
21140
|
+
[name: string]: unknown;
|
|
21141
|
+
};
|
|
21142
|
+
content: {
|
|
21143
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21144
|
+
};
|
|
21145
|
+
};
|
|
21065
21146
|
/** @description Embedding provider not found (`PROVIDER_NOT_FOUND`) */
|
|
21066
21147
|
404: {
|
|
21067
21148
|
headers: {
|
|
@@ -21125,6 +21206,15 @@ export interface operations {
|
|
|
21125
21206
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21126
21207
|
};
|
|
21127
21208
|
};
|
|
21209
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21210
|
+
403: {
|
|
21211
|
+
headers: {
|
|
21212
|
+
[name: string]: unknown;
|
|
21213
|
+
};
|
|
21214
|
+
content: {
|
|
21215
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21216
|
+
};
|
|
21217
|
+
};
|
|
21128
21218
|
/** @description Validation failed due to an internal service error (`INTERNAL_ERROR`) */
|
|
21129
21219
|
500: {
|
|
21130
21220
|
headers: {
|
|
@@ -21166,6 +21256,15 @@ export interface operations {
|
|
|
21166
21256
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21167
21257
|
};
|
|
21168
21258
|
};
|
|
21259
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21260
|
+
403: {
|
|
21261
|
+
headers: {
|
|
21262
|
+
[name: string]: unknown;
|
|
21263
|
+
};
|
|
21264
|
+
content: {
|
|
21265
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21266
|
+
};
|
|
21267
|
+
};
|
|
21169
21268
|
/** @description Failed to clear embeddings (`DATABASE_ERROR`) */
|
|
21170
21269
|
500: {
|
|
21171
21270
|
headers: {
|
|
@@ -21261,6 +21360,15 @@ export interface operations {
|
|
|
21261
21360
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21262
21361
|
};
|
|
21263
21362
|
};
|
|
21363
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21364
|
+
403: {
|
|
21365
|
+
headers: {
|
|
21366
|
+
[name: string]: unknown;
|
|
21367
|
+
};
|
|
21368
|
+
content: {
|
|
21369
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21370
|
+
};
|
|
21371
|
+
};
|
|
21264
21372
|
/** @description A provider with the same name already exists (`MODEL_PROVIDER_ALREADY_EXISTS`) */
|
|
21265
21373
|
409: {
|
|
21266
21374
|
headers: {
|
|
@@ -21378,6 +21486,15 @@ export interface operations {
|
|
|
21378
21486
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21379
21487
|
};
|
|
21380
21488
|
};
|
|
21489
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21490
|
+
403: {
|
|
21491
|
+
headers: {
|
|
21492
|
+
[name: string]: unknown;
|
|
21493
|
+
};
|
|
21494
|
+
content: {
|
|
21495
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21496
|
+
};
|
|
21497
|
+
};
|
|
21381
21498
|
/** @description Model provider not found (`MODEL_PROVIDER_NOT_FOUND`) */
|
|
21382
21499
|
404: {
|
|
21383
21500
|
headers: {
|
|
@@ -21437,6 +21554,15 @@ export interface operations {
|
|
|
21437
21554
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21438
21555
|
};
|
|
21439
21556
|
};
|
|
21557
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21558
|
+
403: {
|
|
21559
|
+
headers: {
|
|
21560
|
+
[name: string]: unknown;
|
|
21561
|
+
};
|
|
21562
|
+
content: {
|
|
21563
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21564
|
+
};
|
|
21565
|
+
};
|
|
21440
21566
|
/** @description Model provider not found (`MODEL_PROVIDER_NOT_FOUND`) */
|
|
21441
21567
|
404: {
|
|
21442
21568
|
headers: {
|
|
@@ -21500,6 +21626,15 @@ export interface operations {
|
|
|
21500
21626
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21501
21627
|
};
|
|
21502
21628
|
};
|
|
21629
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21630
|
+
403: {
|
|
21631
|
+
headers: {
|
|
21632
|
+
[name: string]: unknown;
|
|
21633
|
+
};
|
|
21634
|
+
content: {
|
|
21635
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21636
|
+
};
|
|
21637
|
+
};
|
|
21503
21638
|
/** @description Validation failed due to an internal service error (`INTERNAL_ERROR`) */
|
|
21504
21639
|
500: {
|
|
21505
21640
|
headers: {
|
|
@@ -21595,6 +21730,15 @@ export interface operations {
|
|
|
21595
21730
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21596
21731
|
};
|
|
21597
21732
|
};
|
|
21733
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21734
|
+
403: {
|
|
21735
|
+
headers: {
|
|
21736
|
+
[name: string]: unknown;
|
|
21737
|
+
};
|
|
21738
|
+
content: {
|
|
21739
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21740
|
+
};
|
|
21741
|
+
};
|
|
21598
21742
|
/** @description A provider with the same name already exists (`MODEL_PROVIDER_ALREADY_EXISTS`) */
|
|
21599
21743
|
409: {
|
|
21600
21744
|
headers: {
|
|
@@ -21712,6 +21856,15 @@ export interface operations {
|
|
|
21712
21856
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21713
21857
|
};
|
|
21714
21858
|
};
|
|
21859
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21860
|
+
403: {
|
|
21861
|
+
headers: {
|
|
21862
|
+
[name: string]: unknown;
|
|
21863
|
+
};
|
|
21864
|
+
content: {
|
|
21865
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21866
|
+
};
|
|
21867
|
+
};
|
|
21715
21868
|
/** @description Model provider not found (`MODEL_PROVIDER_NOT_FOUND`) */
|
|
21716
21869
|
404: {
|
|
21717
21870
|
headers: {
|
|
@@ -21771,6 +21924,15 @@ export interface operations {
|
|
|
21771
21924
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21772
21925
|
};
|
|
21773
21926
|
};
|
|
21927
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
21928
|
+
403: {
|
|
21929
|
+
headers: {
|
|
21930
|
+
[name: string]: unknown;
|
|
21931
|
+
};
|
|
21932
|
+
content: {
|
|
21933
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21934
|
+
};
|
|
21935
|
+
};
|
|
21774
21936
|
/** @description Model provider not found (`MODEL_PROVIDER_NOT_FOUND`) */
|
|
21775
21937
|
404: {
|
|
21776
21938
|
headers: {
|
|
@@ -21834,6 +21996,15 @@ export interface operations {
|
|
|
21834
21996
|
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
21835
21997
|
};
|
|
21836
21998
|
};
|
|
21999
|
+
/** @description Forbidden - managing provider settings requires team owner/admin (`FORBIDDEN`) */
|
|
22000
|
+
403: {
|
|
22001
|
+
headers: {
|
|
22002
|
+
[name: string]: unknown;
|
|
22003
|
+
};
|
|
22004
|
+
content: {
|
|
22005
|
+
"application/problem+json": components["schemas"]["ErrorResponse"];
|
|
22006
|
+
};
|
|
22007
|
+
};
|
|
21837
22008
|
/** @description Validation failed due to an internal service error (`INTERNAL_ERROR`) */
|
|
21838
22009
|
500: {
|
|
21839
22010
|
headers: {
|
package/package.json
CHANGED