@amigo-ai/sdk 0.89.0 → 0.90.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.
@@ -2291,7 +2291,7 @@ export interface components {
2291
2291
  /** Boundary Constraints */
2292
2292
  boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
2293
2293
  /** Exit Conditions */
2294
- exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
2294
+ exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
2295
2295
  /** Action Tool Call Specs */
2296
2296
  action_tool_call_specs: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ToolCallSpec"][];
2297
2297
  /** Exit Condition Tool Call Specs */
@@ -2719,7 +2719,7 @@ export interface components {
2719
2719
  type: "decision";
2720
2720
  name: components["schemas"]["StateOrRefName"];
2721
2721
  /** Exit Conditions */
2722
- exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
2722
+ exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
2723
2723
  /** Decision Guidelines */
2724
2724
  decision_guidelines: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
2725
2725
  objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
@@ -5306,7 +5306,7 @@ export interface components {
5306
5306
  */
5307
5307
  tool_id: string;
5308
5308
  /** @description The version of the tool. */
5309
- version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
5309
+ version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
5310
5310
  /**
5311
5311
  * Required Envvars
5312
5312
  * @description The environment variables that are required to run the tool.
@@ -5950,6 +5950,15 @@ export interface components {
5950
5950
  /** Value */
5951
5951
  value: string | null;
5952
5952
  };
5953
+ /** Version */
5954
+ amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
5955
+ /** Major */
5956
+ major: number;
5957
+ /** Minor */
5958
+ minor: number;
5959
+ /** Patch */
5960
+ patch: number;
5961
+ };
5953
5962
  /** UserInfo */
5954
5963
  amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
5955
5964
  /**
@@ -5963,15 +5972,6 @@ export interface components {
5963
5972
  */
5964
5973
  user_org_id: string;
5965
5974
  };
5966
- /** Version */
5967
- amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
5968
- /** Major */
5969
- major: number;
5970
- /** Minor */
5971
- minor: number;
5972
- /** Patch */
5973
- patch: number;
5974
- };
5975
5975
  /**
5976
5976
  * Preferences
5977
5977
  * @description Preferences that the user can set to customize their experience.
@@ -6485,7 +6485,7 @@ export interface components {
6485
6485
  * Dynamic Behavior Sets
6486
6486
  * @description The retrieved dynamic behavior sets.
6487
6487
  */
6488
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6488
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6489
6489
  /**
6490
6490
  * Has More
6491
6491
  * @description Whether there are more dynamic behavior sets to retrieve.
@@ -6502,8 +6502,34 @@ export interface components {
6502
6502
  * retrieved. */
6503
6503
  filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
6504
6504
  };
6505
+ /** FilterValues */
6506
+ dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6507
+ /**
6508
+ * Applied To Services Ids
6509
+ * @description A set of service IDs that have dynamic behavior sets applied to the service.
6510
+ */
6511
+ applied_to_services_ids: string[];
6512
+ /**
6513
+ * Creators
6514
+ * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6515
+ */
6516
+ creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6517
+ /**
6518
+ * Tags
6519
+ * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6520
+ */
6521
+ tags: string[];
6522
+ };
6523
+ /** Response */
6524
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6525
+ /**
6526
+ * Dynamic Behavior Sets
6527
+ * @description The retrieved dynamic behavior sets.
6528
+ */
6529
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6530
+ };
6505
6531
  /** DynamicBehaviorSetInstance */
6506
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6532
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6507
6533
  /** Id */
6508
6534
  id: string;
6509
6535
  /** Name */
@@ -6529,32 +6555,6 @@ export interface components {
6529
6555
  updated_at: string;
6530
6556
  updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
6531
6557
  };
6532
- /** FilterValues */
6533
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6534
- /**
6535
- * Applied To Services Ids
6536
- * @description A set of service IDs that have dynamic behavior sets applied to the service.
6537
- */
6538
- applied_to_services_ids: string[];
6539
- /**
6540
- * Creators
6541
- * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6542
- */
6543
- creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6544
- /**
6545
- * Tags
6546
- * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6547
- */
6548
- tags: string[];
6549
- };
6550
- /** Response */
6551
- dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6552
- /**
6553
- * Dynamic Behavior Sets
6554
- * @description The retrieved dynamic behavior sets.
6555
- */
6556
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6557
- };
6558
6558
  /** Request */
6559
6559
  dynamic_behavior_set__update_dynamic_behavior_set__Request: {
6560
6560
  /** @description The name of the dynamic behavior set. */
@@ -6879,7 +6879,7 @@ export interface components {
6879
6879
  * User Dimensions
6880
6880
  * @description User dimensions for the organization.
6881
6881
  */
6882
- user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
6882
+ user_dimensions: components["schemas"]["organization__create_organization__Request__UserDimension"][];
6883
6883
  /**
6884
6884
  * Logo
6885
6885
  * Format: base64
@@ -6956,6 +6956,12 @@ export interface components {
6956
6956
  */
6957
6957
  audio_keyterms?: string[];
6958
6958
  };
6959
+ /** UserDimension */
6960
+ organization__create_organization__Request__UserDimension: {
6961
+ description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6962
+ /** Tags */
6963
+ tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
6964
+ };
6959
6965
  /** Response */
6960
6966
  organization__create_organization__Response: {
6961
6967
  /**
@@ -7019,7 +7025,7 @@ export interface components {
7019
7025
  global_boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
7020
7026
  };
7021
7027
  /** ExitCondition */
7022
- organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition: {
7028
+ organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition: {
7023
7029
  description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7024
7030
  /** Next State */
7025
7031
  next_state: components["schemas"]["StateOrRefName"] | [
@@ -7322,7 +7328,7 @@ export interface components {
7322
7328
  * User Dimensions
7323
7329
  * @description User dimensions for the organization. If not set or `null`, this field is not updated.
7324
7330
  */
7325
- user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
7331
+ user_dimensions?: components["schemas"]["organization__create_organization__Request__UserDimension"][] | null;
7326
7332
  /** @description The default user preferences for the organization. If `null`, this field is not updated. */
7327
7333
  default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
7328
7334
  /**
@@ -7362,12 +7368,6 @@ export interface components {
7362
7368
  */
7363
7369
  audio_keyterms?: string[];
7364
7370
  };
7365
- /** UserDimension */
7366
- organization__modify_organization__Request__UserDimension: {
7367
- description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7368
- /** Tags */
7369
- tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
7370
- };
7371
7371
  /** Request */
7372
7372
  role__assign_role__Request: {
7373
7373
  /**
@@ -7476,7 +7476,7 @@ export interface components {
7476
7476
  is_active: boolean;
7477
7477
  /** @description The `release` version set to use for this service. If not specified, the `release` version set will be the same as the `edge` version set, which uses the
7478
7478
  * latest agent and state machine versions with no model preference. */
7479
- release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7479
+ release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7480
7480
  /**
7481
7481
  * Keyterms
7482
7482
  * @description A list of keyterms that are easy to get wrong during audio transcriptions that tend to occur commonly in audio sessions using this service.
@@ -7491,35 +7491,6 @@ export interface components {
7491
7491
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7492
7492
  };
7493
7493
  };
7494
- /** VersionSet */
7495
- service__create_service__Request__VersionSet: {
7496
- /**
7497
- * Agent Version Number
7498
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7499
- */
7500
- agent_version_number: number | null;
7501
- /**
7502
- * Service Hierarchical State Machine Version Number
7503
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7504
- */
7505
- service_hierarchical_state_machine_version_number: number | null;
7506
- /** Llm Model Preferences */
7507
- llm_model_preferences: {
7508
- [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"];
7509
- };
7510
- };
7511
- /** LLMConfig */
7512
- service__create_service__Request__VersionSet__LLMConfig: {
7513
- llm_name: components["schemas"]["LLMType"];
7514
- /**
7515
- * Params
7516
- * @description LLM-specific parameters to use.
7517
- * @default {}
7518
- */
7519
- params?: {
7520
- [key: string]: unknown;
7521
- };
7522
- };
7523
7494
  /** Response */
7524
7495
  service__create_service__Response: {
7525
7496
  /**
@@ -7600,7 +7571,36 @@ export interface components {
7600
7571
  /** Request */
7601
7572
  service__upsert_service_version_set__Request: {
7602
7573
  /** @description The version set to upsert. */
7603
- version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7574
+ version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7575
+ };
7576
+ /** VersionSet */
7577
+ service__upsert_service_version_set__Request__VersionSet: {
7578
+ /**
7579
+ * Agent Version Number
7580
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7581
+ */
7582
+ agent_version_number: number | null;
7583
+ /**
7584
+ * Service Hierarchical State Machine Version Number
7585
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7586
+ */
7587
+ service_hierarchical_state_machine_version_number: number | null;
7588
+ /** Llm Model Preferences */
7589
+ llm_model_preferences: {
7590
+ [key: string]: components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMConfig"];
7591
+ };
7592
+ };
7593
+ /** LLMConfig */
7594
+ service__upsert_service_version_set__Request__VersionSet__LLMConfig: {
7595
+ llm_name: components["schemas"]["LLMType"];
7596
+ /**
7597
+ * Params
7598
+ * @description LLM-specific parameters to use.
7599
+ * @default {}
7600
+ */
7601
+ params?: {
7602
+ [key: string]: unknown;
7603
+ };
7604
7604
  };
7605
7605
  /** Request */
7606
7606
  simulation__create_simulation_persona__Request: {
@@ -7862,7 +7862,7 @@ export interface components {
7862
7862
  * Simulation Personas
7863
7863
  * @description The list of simulation personas.
7864
7864
  */
7865
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
7865
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
7866
7866
  /**
7867
7867
  * Has More
7868
7868
  * @description Whether there are more simulation personas to fetch.
@@ -7897,6 +7897,52 @@ export interface components {
7897
7897
  */
7898
7898
  roles: string[];
7899
7899
  };
7900
+ /** SimulationPersonaInstance */
7901
+ simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
7902
+ /**
7903
+ * Id
7904
+ * @description The ID of the simulation persona.
7905
+ */
7906
+ id: string;
7907
+ /**
7908
+ * Name
7909
+ * @description The name of the simulation persona.
7910
+ */
7911
+ name: string;
7912
+ /**
7913
+ * Role
7914
+ * @description The role of the simulation persona.
7915
+ */
7916
+ role: string;
7917
+ /**
7918
+ * Tags
7919
+ * @description The tags of the simulation persona.
7920
+ */
7921
+ tags: {
7922
+ [key: string]: string | null;
7923
+ };
7924
+ /**
7925
+ * Is Deleted
7926
+ * @description Whether the simulation persona is deleted.
7927
+ */
7928
+ is_deleted: boolean;
7929
+ /**
7930
+ * Created At
7931
+ * Format: date-time
7932
+ * @description The timestamp when the simulation persona was created.
7933
+ */
7934
+ created_at: string;
7935
+ /** @description The user who created the simulation persona. */
7936
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7937
+ /**
7938
+ * Updated At
7939
+ * Format: date-time
7940
+ * @description The timestamp when the simulation persona was last updated.
7941
+ */
7942
+ updated_at: string;
7943
+ /** @description The user who last updated the simulation persona. */
7944
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
7945
+ };
7900
7946
  /** Response */
7901
7947
  simulation__get_simulation_scenario_versions__Response: {
7902
7948
  /**
@@ -8150,53 +8196,7 @@ export interface components {
8150
8196
  * Simulation Personas
8151
8197
  * @description The list of simulation personas.
8152
8198
  */
8153
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
8154
- };
8155
- /** SimulationPersonaInstance */
8156
- simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
8157
- /**
8158
- * Id
8159
- * @description The ID of the simulation persona.
8160
- */
8161
- id: string;
8162
- /**
8163
- * Name
8164
- * @description The name of the simulation persona.
8165
- */
8166
- name: string;
8167
- /**
8168
- * Role
8169
- * @description The role of the simulation persona.
8170
- */
8171
- role: string;
8172
- /**
8173
- * Tags
8174
- * @description The tags of the simulation persona.
8175
- */
8176
- tags: {
8177
- [key: string]: string | null;
8178
- };
8179
- /**
8180
- * Is Deleted
8181
- * @description Whether the simulation persona is deleted.
8182
- */
8183
- is_deleted: boolean;
8184
- /**
8185
- * Created At
8186
- * Format: date-time
8187
- * @description The timestamp when the simulation persona was created.
8188
- */
8189
- created_at: string;
8190
- /** @description The user who created the simulation persona. */
8191
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8192
- /**
8193
- * Updated At
8194
- * Format: date-time
8195
- * @description The timestamp when the simulation persona was last updated.
8196
- */
8197
- updated_at: string;
8198
- /** @description The user who last updated the simulation persona. */
8199
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8199
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
8200
8200
  };
8201
8201
  /** Response */
8202
8202
  simulation__search_simulation_scenarios__Response: {
@@ -8566,7 +8566,7 @@ export interface components {
8566
8566
  */
8567
8567
  tool_id: string;
8568
8568
  /** @description The version of the tool that was invoked. */
8569
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8569
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
8570
8570
  };
8571
8571
  /** Request */
8572
8572
  tool__test_tool__Request: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.89.0",
3
+ "version": "0.90.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"