@epam/ai-dial-typescript-sdk 0.1.0-dev.37 → 0.1.0-dev.38
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/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -3558,10 +3558,7 @@ interface components {
|
|
|
3558
3558
|
resourceTypes?: components['schemas']['ResourceTypes'][];
|
|
3559
3559
|
with?: string;
|
|
3560
3560
|
};
|
|
3561
|
-
LocalizedValue:
|
|
3562
|
-
localeMap?: components['schemas']['MapStringString'];
|
|
3563
|
-
plainValue?: string;
|
|
3564
|
-
};
|
|
3561
|
+
LocalizedValue: string | components['schemas']['MapStringString'];
|
|
3565
3562
|
MapStringApplication: {
|
|
3566
3563
|
[key: string]: components['schemas']['Application'];
|
|
3567
3564
|
};
|
|
@@ -4419,6 +4416,8 @@ interface operations {
|
|
|
4419
4416
|
header: {
|
|
4420
4417
|
/** @description The Anthropic API version (e.g., 2023-06-01) */
|
|
4421
4418
|
'anthropic-version': string;
|
|
4419
|
+
/** @description Upstream selection policy for prompt-caching deployments (availability-priority or cache-priority). */
|
|
4420
|
+
'X-DIAL-CACHE-POLICY'?: 'availability-priority' | 'cache-priority';
|
|
4422
4421
|
};
|
|
4423
4422
|
path?: never;
|
|
4424
4423
|
cookie?: never;
|
|
@@ -5519,6 +5518,8 @@ interface operations {
|
|
|
5519
5518
|
header: {
|
|
5520
5519
|
/** @description Must be application/json */
|
|
5521
5520
|
'Content-Type': string;
|
|
5521
|
+
/** @description Upstream selection policy for prompt-caching deployments (availability-priority or cache-priority). */
|
|
5522
|
+
'X-DIAL-CACHE-POLICY'?: 'availability-priority' | 'cache-priority';
|
|
5522
5523
|
};
|
|
5523
5524
|
path?: never;
|
|
5524
5525
|
cookie?: never;
|
package/dist/index.d.ts
CHANGED
|
@@ -3558,10 +3558,7 @@ interface components {
|
|
|
3558
3558
|
resourceTypes?: components['schemas']['ResourceTypes'][];
|
|
3559
3559
|
with?: string;
|
|
3560
3560
|
};
|
|
3561
|
-
LocalizedValue:
|
|
3562
|
-
localeMap?: components['schemas']['MapStringString'];
|
|
3563
|
-
plainValue?: string;
|
|
3564
|
-
};
|
|
3561
|
+
LocalizedValue: string | components['schemas']['MapStringString'];
|
|
3565
3562
|
MapStringApplication: {
|
|
3566
3563
|
[key: string]: components['schemas']['Application'];
|
|
3567
3564
|
};
|
|
@@ -4419,6 +4416,8 @@ interface operations {
|
|
|
4419
4416
|
header: {
|
|
4420
4417
|
/** @description The Anthropic API version (e.g., 2023-06-01) */
|
|
4421
4418
|
'anthropic-version': string;
|
|
4419
|
+
/** @description Upstream selection policy for prompt-caching deployments (availability-priority or cache-priority). */
|
|
4420
|
+
'X-DIAL-CACHE-POLICY'?: 'availability-priority' | 'cache-priority';
|
|
4422
4421
|
};
|
|
4423
4422
|
path?: never;
|
|
4424
4423
|
cookie?: never;
|
|
@@ -5519,6 +5518,8 @@ interface operations {
|
|
|
5519
5518
|
header: {
|
|
5520
5519
|
/** @description Must be application/json */
|
|
5521
5520
|
'Content-Type': string;
|
|
5521
|
+
/** @description Upstream selection policy for prompt-caching deployments (availability-priority or cache-priority). */
|
|
5522
|
+
'X-DIAL-CACHE-POLICY'?: 'availability-priority' | 'cache-priority';
|
|
5522
5523
|
};
|
|
5523
5524
|
path?: never;
|
|
5524
5525
|
cookie?: never;
|