@yuntijs/arcadia-bff-sdk 1.2.87 → 1.2.89

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.
@@ -65,6 +65,9 @@ export declare const initSdk: (options?: SdkOptions) => {
65
65
  updateAgentWorkflow(variables: import("./sdk").Exact<{
66
66
  input: import("./sdk").UpdateAgentWorkflowInput;
67
67
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").UpdateAgentWorkflowMutation>;
68
+ updateAgentAudioConfig(variables: import("./sdk").Exact<{
69
+ input: import("./sdk").UpdateAgentAudioConfigInput;
70
+ }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").UpdateAgentAudioConfigMutation>;
68
71
  deleteAgentPrompt(variables: import("./sdk").Exact<{
69
72
  namespacedname: string;
70
73
  ids?: import("./sdk").InputMaybe<string | string[]> | undefined;
@@ -758,6 +761,9 @@ export declare const initSdkWithHooks: (options?: SdkOptions) => {
758
761
  updateAgentWorkflow(variables: import("./sdk").Exact<{
759
762
  input: import("./sdk").UpdateAgentWorkflowInput;
760
763
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").UpdateAgentWorkflowMutation>;
764
+ updateAgentAudioConfig(variables: import("./sdk").Exact<{
765
+ input: import("./sdk").UpdateAgentAudioConfigInput;
766
+ }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").UpdateAgentAudioConfigMutation>;
761
767
  deleteAgentPrompt(variables: import("./sdk").Exact<{
762
768
  namespacedname: string;
763
769
  ids?: import("./sdk").InputMaybe<string | string[]> | undefined;
@@ -1451,6 +1457,9 @@ export declare const useSdk: (options?: SdkOptions) => {
1451
1457
  updateAgentWorkflow(variables: import("./sdk").Exact<{
1452
1458
  input: import("./sdk").UpdateAgentWorkflowInput;
1453
1459
  }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").UpdateAgentWorkflowMutation>;
1460
+ updateAgentAudioConfig(variables: import("./sdk").Exact<{
1461
+ input: import("./sdk").UpdateAgentAudioConfigInput;
1462
+ }>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").UpdateAgentAudioConfigMutation>;
1454
1463
  deleteAgentPrompt(variables: import("./sdk").Exact<{
1455
1464
  namespacedname: string;
1456
1465
  ids?: import("./sdk").InputMaybe<string | string[]> | undefined;