waldur-js-client 8.0.9-dev.45 → 8.0.9-dev.46
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/types.gen.d.ts +8 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -10489,6 +10489,10 @@ export type MergedPluginOptions = {
|
|
|
10489
10489
|
* Label used by UI for showing value of the backend_id
|
|
10490
10490
|
*/
|
|
10491
10491
|
backend_id_display_label?: string;
|
|
10492
|
+
/**
|
|
10493
|
+
* If set to True, highlighted backend ID display is only shown when the resource has an effective_id.
|
|
10494
|
+
*/
|
|
10495
|
+
require_effective_id_for_highlighted_display?: boolean;
|
|
10492
10496
|
/**
|
|
10493
10497
|
* Show an in-browser inference playground action for resources of this offering (for offerings whose resources expose an OpenAI-compatible endpoint).
|
|
10494
10498
|
*/
|
|
@@ -10795,6 +10799,10 @@ export type MergedPluginOptionsRequest = {
|
|
|
10795
10799
|
* Label used by UI for showing value of the backend_id
|
|
10796
10800
|
*/
|
|
10797
10801
|
backend_id_display_label?: string;
|
|
10802
|
+
/**
|
|
10803
|
+
* If set to True, highlighted backend ID display is only shown when the resource has an effective_id.
|
|
10804
|
+
*/
|
|
10805
|
+
require_effective_id_for_highlighted_display?: boolean;
|
|
10798
10806
|
/**
|
|
10799
10807
|
* Show an in-browser inference playground action for resources of this offering (for offerings whose resources expose an OpenAI-compatible endpoint).
|
|
10800
10808
|
*/
|