@amigo-ai/sdk 0.58.0 → 0.59.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.
@@ -3526,7 +3526,7 @@ export interface components {
3526
3526
  * Tags
3527
3527
  * @description The tags of the metric.
3528
3528
  */
3529
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
3529
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
3530
3530
  /** @description The user who created the metric. */
3531
3531
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3532
3532
  /** @description The user who last updated the metric. */
@@ -3631,7 +3631,7 @@ export interface components {
3631
3631
  * Tags
3632
3632
  * @description The tags of the metric.
3633
3633
  */
3634
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
3634
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
3635
3635
  /** @description The user who created the metric. */
3636
3636
  creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
3637
3637
  /** @description The user who last updated the metric. */
@@ -4304,7 +4304,7 @@ export interface components {
4304
4304
  invocation_metadata: components["schemas"]["AgentFrameworkInvocationMetadata"];
4305
4305
  };
4306
4306
  /** @enum {string} */
4307
- ResultPersistence: "ephemral" | "persisted-preferred" | "persisted";
4307
+ ResultPersistence: "ephemeral" | "persisted-preferred" | "persisted";
4308
4308
  /** RoleInstance */
4309
4309
  RoleInstance: {
4310
4310
  /**
@@ -4497,7 +4497,7 @@ export interface components {
4497
4497
  * Tags
4498
4498
  * @description The tags of the service.
4499
4499
  */
4500
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4500
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4501
4501
  };
4502
4502
  /** SimulationConversationInvocationSource */
4503
4503
  SimulationConversationInvocationSource: {
@@ -4707,7 +4707,7 @@ export interface components {
4707
4707
  * Tags
4708
4708
  * @description The tags of the simulation persona.
4709
4709
  */
4710
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4710
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4711
4711
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4712
4712
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4713
4713
  };
@@ -4779,7 +4779,7 @@ export interface components {
4779
4779
  * Tags
4780
4780
  * @description The tags of the simulation persona.
4781
4781
  */
4782
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4782
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4783
4783
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4784
4784
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4785
4785
  };
@@ -4834,7 +4834,7 @@ export interface components {
4834
4834
  * Tags
4835
4835
  * @description The tags of the simulation unit test set.
4836
4836
  */
4837
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4837
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4838
4838
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4839
4839
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4840
4840
  };
@@ -4886,7 +4886,7 @@ export interface components {
4886
4886
  * Tags
4887
4887
  * @description The tags of the simulation unit test set.
4888
4888
  */
4889
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4889
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
4890
4890
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4891
4891
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4892
4892
  };
@@ -5097,20 +5097,14 @@ export interface components {
5097
5097
  };
5098
5098
  /**
5099
5099
  * Output
5100
- * @description The output of the tool call.
5100
+ * @description The output of the tool call. If `None`, the tool call's output is ephemeral and not stored.
5101
5101
  */
5102
- output: string;
5102
+ output: string | null;
5103
5103
  /**
5104
5104
  * Duration
5105
5105
  * @description The duration of the tool call in seconds.
5106
5106
  */
5107
5107
  duration: number;
5108
- /**
5109
- * Hidden
5110
- * @description Whether the tool call should be hidden in interaction logs based on the tool call spec's `result_persistence` setting.
5111
- * @default false
5112
- */
5113
- hidden?: boolean;
5114
5108
  };
5115
5109
  /** ToolCallSpec */
5116
5110
  "ToolCallSpec-Input": {
@@ -5136,11 +5130,12 @@ export interface components {
5136
5130
  * @description The number of seconds to wait before playing an audio filler.
5137
5131
  */
5138
5132
  audio_filler_triggered_after: number;
5139
- /**
5140
- * @description The type of result persistence for this tool call.
5141
- * @default persisted
5142
- */
5143
- result_persistence?: components["schemas"]["ResultPersistence"];
5133
+ /** @description The type of result persistence for this tool call.
5134
+ *
5135
+ * - If `ephemeral`, the result of the tool call is only provided to the current LLM interaction. Any future LLM interactions will not see this tool result.
5136
+ * - If `persisted-preferred`, the result of the tool call is reflected in all future LLM interactions if it's less than 5000 characters long. Otherwise, it's only visible in the current LLM interaction.
5137
+ * - If `persisted`, the result of the tool call is reflected in all future LLM interactions, unless it's more than 5000 characters long, in which case an error is thrown. */
5138
+ result_persistence: components["schemas"]["ResultPersistence"];
5144
5139
  };
5145
5140
  /**
5146
5141
  * ToolCallSpec
@@ -5172,11 +5167,12 @@ export interface components {
5172
5167
  * @description The number of seconds to wait before playing an audio filler.
5173
5168
  */
5174
5169
  audio_filler_triggered_after: number;
5175
- /**
5176
- * @description The type of result persistence for this tool call.
5177
- * @default persisted
5178
- */
5179
- result_persistence?: components["schemas"]["ResultPersistence"];
5170
+ /** @description The type of result persistence for this tool call.
5171
+ *
5172
+ * - If `ephemeral`, the result of the tool call is only provided to the current LLM interaction. Any future LLM interactions will not see this tool result.
5173
+ * - If `persisted-preferred`, the result of the tool call is reflected in all future LLM interactions if it's less than 5000 characters long. Otherwise, it's only visible in the current LLM interaction.
5174
+ * - If `persisted`, the result of the tool call is reflected in all future LLM interactions, unless it's more than 5000 characters long, in which case an error is thrown. */
5175
+ result_persistence: components["schemas"]["ResultPersistence"];
5180
5176
  };
5181
5177
  /**
5182
5178
  * ToolCallStartedEvent
@@ -5418,7 +5414,7 @@ export interface components {
5418
5414
  * Tags
5419
5415
  * @description The tags of the simulation persona.
5420
5416
  */
5421
- tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
5417
+ tags: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag"][];
5422
5418
  };
5423
5419
  /** ToolVersionInstance */
5424
5420
  ToolVersionInstance: {
@@ -5448,7 +5444,7 @@ export interface components {
5448
5444
  */
5449
5445
  tool_id: string;
5450
5446
  /** @description The version of the tool. */
5451
- version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
5447
+ version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
5452
5448
  /**
5453
5449
  * Required Envvars
5454
5450
  * @description The environment variables that are required to run the tool.
@@ -6033,13 +6029,6 @@ export interface components {
6033
6029
  */
6034
6030
  overrides_instructions: boolean;
6035
6031
  };
6036
- /** Tag */
6037
- amigo_lib__mongo__collections__metric__Metric__Tag: {
6038
- /** Key */
6039
- key: string;
6040
- /** Value */
6041
- value: string | null;
6042
- };
6043
6032
  /** UserInfo */
6044
6033
  amigo_lib__mongo__collections__metric__Metric__UserInfo: {
6045
6034
  /** Org Id */
@@ -6126,6 +6115,13 @@ export interface components {
6126
6115
  metric_id: string;
6127
6116
  criterion: components["schemas"]["SuccessCriterionDescription-Output"];
6128
6117
  };
6118
+ /** Tag */
6119
+ amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
6120
+ /** Key */
6121
+ key: string;
6122
+ /** Value */
6123
+ value: string | null;
6124
+ };
6129
6125
  /** UserInfo */
6130
6126
  amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
6131
6127
  /** Org Id */
@@ -6168,15 +6164,6 @@ export interface components {
6168
6164
  /** User Id */
6169
6165
  user_id: string;
6170
6166
  };
6171
- /** Version */
6172
- amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
6173
- /** Major */
6174
- major: number;
6175
- /** Minor */
6176
- minor: number;
6177
- /** Patch */
6178
- patch: number;
6179
- };
6180
6167
  /** UserInfo */
6181
6168
  amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
6182
6169
  /**
@@ -6190,6 +6177,15 @@ export interface components {
6190
6177
  */
6191
6178
  user_org_id: string;
6192
6179
  };
6180
+ /** Version */
6181
+ amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
6182
+ /** Major */
6183
+ major: number;
6184
+ /** Minor */
6185
+ minor: number;
6186
+ /** Patch */
6187
+ patch: number;
6188
+ };
6193
6189
  /**
6194
6190
  * Preferences
6195
6191
  * @description Preferences that the user can set to customize their experience.
@@ -6572,7 +6568,7 @@ export interface components {
6572
6568
  * Dynamic Behavior Sets
6573
6569
  * @description The retrieved dynamic behavior sets.
6574
6570
  */
6575
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6571
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6576
6572
  /**
6577
6573
  * Has More
6578
6574
  * @description Whether there are more dynamic behavior sets to retrieve.
@@ -6589,34 +6585,8 @@ export interface components {
6589
6585
  * retrieved. */
6590
6586
  filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
6591
6587
  };
6592
- /** FilterValues */
6593
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6594
- /**
6595
- * Applied To Services Ids
6596
- * @description A set of service IDs that have dynamic behavior sets applied to the service.
6597
- */
6598
- applied_to_services_ids: string[];
6599
- /**
6600
- * Creators
6601
- * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6602
- */
6603
- creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6604
- /**
6605
- * Tags
6606
- * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6607
- */
6608
- tags: string[];
6609
- };
6610
- /** Response */
6611
- dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6612
- /**
6613
- * Dynamic Behavior Sets
6614
- * @description The retrieved dynamic behavior sets.
6615
- */
6616
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6617
- };
6618
6588
  /** DynamicBehaviorSetInstance */
6619
- dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6589
+ dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6620
6590
  /** Id */
6621
6591
  id: string;
6622
6592
  /** Name */
@@ -6642,6 +6612,32 @@ export interface components {
6642
6612
  updated_at: string;
6643
6613
  updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
6644
6614
  };
6615
+ /** FilterValues */
6616
+ dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6617
+ /**
6618
+ * Applied To Services Ids
6619
+ * @description A set of service IDs that have dynamic behavior sets applied to the service.
6620
+ */
6621
+ applied_to_services_ids: string[];
6622
+ /**
6623
+ * Creators
6624
+ * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6625
+ */
6626
+ creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6627
+ /**
6628
+ * Tags
6629
+ * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6630
+ */
6631
+ tags: string[];
6632
+ };
6633
+ /** Response */
6634
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6635
+ /**
6636
+ * Dynamic Behavior Sets
6637
+ * @description The retrieved dynamic behavior sets.
6638
+ */
6639
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6640
+ };
6645
6641
  /** Request */
6646
6642
  dynamic_behavior_set__update_dynamic_behavior_set__Request: {
6647
6643
  /** @description The name of the dynamic behavior set. */
@@ -6966,7 +6962,7 @@ export interface components {
6966
6962
  * User Dimensions
6967
6963
  * @description User dimensions for the organization.
6968
6964
  */
6969
- user_dimensions: components["schemas"]["organization__create_organization__Request__UserDimension"][];
6965
+ user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
6970
6966
  /**
6971
6967
  * Logo
6972
6968
  * Format: base64
@@ -7036,12 +7032,6 @@ export interface components {
7036
7032
  /** Timezone */
7037
7033
  timezone?: ("Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Coyhaique" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | "localtime") | null;
7038
7034
  };
7039
- /** UserDimension */
7040
- organization__create_organization__Request__UserDimension: {
7041
- description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7042
- /** Tags */
7043
- tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
7044
- };
7045
7035
  /** Response */
7046
7036
  organization__create_organization__Response: {
7047
7037
  /**
@@ -7393,7 +7383,7 @@ export interface components {
7393
7383
  * User Dimensions
7394
7384
  * @description User dimensions for the organization. If not set or `null`, this field is not updated.
7395
7385
  */
7396
- user_dimensions?: components["schemas"]["organization__create_organization__Request__UserDimension"][] | null;
7386
+ user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
7397
7387
  /** @description The default user preferences for the organization. If `null`, this field is not updated. */
7398
7388
  default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
7399
7389
  /**
@@ -7427,6 +7417,12 @@ export interface components {
7427
7417
  /** Timezone */
7428
7418
  timezone?: ("Africa/Abidjan" | "Africa/Accra" | "Africa/Addis_Ababa" | "Africa/Algiers" | "Africa/Asmara" | "Africa/Asmera" | "Africa/Bamako" | "Africa/Bangui" | "Africa/Banjul" | "Africa/Bissau" | "Africa/Blantyre" | "Africa/Brazzaville" | "Africa/Bujumbura" | "Africa/Cairo" | "Africa/Casablanca" | "Africa/Ceuta" | "Africa/Conakry" | "Africa/Dakar" | "Africa/Dar_es_Salaam" | "Africa/Djibouti" | "Africa/Douala" | "Africa/El_Aaiun" | "Africa/Freetown" | "Africa/Gaborone" | "Africa/Harare" | "Africa/Johannesburg" | "Africa/Juba" | "Africa/Kampala" | "Africa/Khartoum" | "Africa/Kigali" | "Africa/Kinshasa" | "Africa/Lagos" | "Africa/Libreville" | "Africa/Lome" | "Africa/Luanda" | "Africa/Lubumbashi" | "Africa/Lusaka" | "Africa/Malabo" | "Africa/Maputo" | "Africa/Maseru" | "Africa/Mbabane" | "Africa/Mogadishu" | "Africa/Monrovia" | "Africa/Nairobi" | "Africa/Ndjamena" | "Africa/Niamey" | "Africa/Nouakchott" | "Africa/Ouagadougou" | "Africa/Porto-Novo" | "Africa/Sao_Tome" | "Africa/Timbuktu" | "Africa/Tripoli" | "Africa/Tunis" | "Africa/Windhoek" | "America/Adak" | "America/Anchorage" | "America/Anguilla" | "America/Antigua" | "America/Araguaina" | "America/Argentina/Buenos_Aires" | "America/Argentina/Catamarca" | "America/Argentina/ComodRivadavia" | "America/Argentina/Cordoba" | "America/Argentina/Jujuy" | "America/Argentina/La_Rioja" | "America/Argentina/Mendoza" | "America/Argentina/Rio_Gallegos" | "America/Argentina/Salta" | "America/Argentina/San_Juan" | "America/Argentina/San_Luis" | "America/Argentina/Tucuman" | "America/Argentina/Ushuaia" | "America/Aruba" | "America/Asuncion" | "America/Atikokan" | "America/Atka" | "America/Bahia" | "America/Bahia_Banderas" | "America/Barbados" | "America/Belem" | "America/Belize" | "America/Blanc-Sablon" | "America/Boa_Vista" | "America/Bogota" | "America/Boise" | "America/Buenos_Aires" | "America/Cambridge_Bay" | "America/Campo_Grande" | "America/Cancun" | "America/Caracas" | "America/Catamarca" | "America/Cayenne" | "America/Cayman" | "America/Chicago" | "America/Chihuahua" | "America/Ciudad_Juarez" | "America/Coral_Harbour" | "America/Cordoba" | "America/Costa_Rica" | "America/Coyhaique" | "America/Creston" | "America/Cuiaba" | "America/Curacao" | "America/Danmarkshavn" | "America/Dawson" | "America/Dawson_Creek" | "America/Denver" | "America/Detroit" | "America/Dominica" | "America/Edmonton" | "America/Eirunepe" | "America/El_Salvador" | "America/Ensenada" | "America/Fort_Nelson" | "America/Fort_Wayne" | "America/Fortaleza" | "America/Glace_Bay" | "America/Godthab" | "America/Goose_Bay" | "America/Grand_Turk" | "America/Grenada" | "America/Guadeloupe" | "America/Guatemala" | "America/Guayaquil" | "America/Guyana" | "America/Halifax" | "America/Havana" | "America/Hermosillo" | "America/Indiana/Indianapolis" | "America/Indiana/Knox" | "America/Indiana/Marengo" | "America/Indiana/Petersburg" | "America/Indiana/Tell_City" | "America/Indiana/Vevay" | "America/Indiana/Vincennes" | "America/Indiana/Winamac" | "America/Indianapolis" | "America/Inuvik" | "America/Iqaluit" | "America/Jamaica" | "America/Jujuy" | "America/Juneau" | "America/Kentucky/Louisville" | "America/Kentucky/Monticello" | "America/Knox_IN" | "America/Kralendijk" | "America/La_Paz" | "America/Lima" | "America/Los_Angeles" | "America/Louisville" | "America/Lower_Princes" | "America/Maceio" | "America/Managua" | "America/Manaus" | "America/Marigot" | "America/Martinique" | "America/Matamoros" | "America/Mazatlan" | "America/Mendoza" | "America/Menominee" | "America/Merida" | "America/Metlakatla" | "America/Mexico_City" | "America/Miquelon" | "America/Moncton" | "America/Monterrey" | "America/Montevideo" | "America/Montreal" | "America/Montserrat" | "America/Nassau" | "America/New_York" | "America/Nipigon" | "America/Nome" | "America/Noronha" | "America/North_Dakota/Beulah" | "America/North_Dakota/Center" | "America/North_Dakota/New_Salem" | "America/Nuuk" | "America/Ojinaga" | "America/Panama" | "America/Pangnirtung" | "America/Paramaribo" | "America/Phoenix" | "America/Port-au-Prince" | "America/Port_of_Spain" | "America/Porto_Acre" | "America/Porto_Velho" | "America/Puerto_Rico" | "America/Punta_Arenas" | "America/Rainy_River" | "America/Rankin_Inlet" | "America/Recife" | "America/Regina" | "America/Resolute" | "America/Rio_Branco" | "America/Rosario" | "America/Santa_Isabel" | "America/Santarem" | "America/Santiago" | "America/Santo_Domingo" | "America/Sao_Paulo" | "America/Scoresbysund" | "America/Shiprock" | "America/Sitka" | "America/St_Barthelemy" | "America/St_Johns" | "America/St_Kitts" | "America/St_Lucia" | "America/St_Thomas" | "America/St_Vincent" | "America/Swift_Current" | "America/Tegucigalpa" | "America/Thule" | "America/Thunder_Bay" | "America/Tijuana" | "America/Toronto" | "America/Tortola" | "America/Vancouver" | "America/Virgin" | "America/Whitehorse" | "America/Winnipeg" | "America/Yakutat" | "America/Yellowknife" | "Antarctica/Casey" | "Antarctica/Davis" | "Antarctica/DumontDUrville" | "Antarctica/Macquarie" | "Antarctica/Mawson" | "Antarctica/McMurdo" | "Antarctica/Palmer" | "Antarctica/Rothera" | "Antarctica/South_Pole" | "Antarctica/Syowa" | "Antarctica/Troll" | "Antarctica/Vostok" | "Arctic/Longyearbyen" | "Asia/Aden" | "Asia/Almaty" | "Asia/Amman" | "Asia/Anadyr" | "Asia/Aqtau" | "Asia/Aqtobe" | "Asia/Ashgabat" | "Asia/Ashkhabad" | "Asia/Atyrau" | "Asia/Baghdad" | "Asia/Bahrain" | "Asia/Baku" | "Asia/Bangkok" | "Asia/Barnaul" | "Asia/Beirut" | "Asia/Bishkek" | "Asia/Brunei" | "Asia/Calcutta" | "Asia/Chita" | "Asia/Choibalsan" | "Asia/Chongqing" | "Asia/Chungking" | "Asia/Colombo" | "Asia/Dacca" | "Asia/Damascus" | "Asia/Dhaka" | "Asia/Dili" | "Asia/Dubai" | "Asia/Dushanbe" | "Asia/Famagusta" | "Asia/Gaza" | "Asia/Harbin" | "Asia/Hebron" | "Asia/Ho_Chi_Minh" | "Asia/Hong_Kong" | "Asia/Hovd" | "Asia/Irkutsk" | "Asia/Istanbul" | "Asia/Jakarta" | "Asia/Jayapura" | "Asia/Jerusalem" | "Asia/Kabul" | "Asia/Kamchatka" | "Asia/Karachi" | "Asia/Kashgar" | "Asia/Kathmandu" | "Asia/Katmandu" | "Asia/Khandyga" | "Asia/Kolkata" | "Asia/Krasnoyarsk" | "Asia/Kuala_Lumpur" | "Asia/Kuching" | "Asia/Kuwait" | "Asia/Macao" | "Asia/Macau" | "Asia/Magadan" | "Asia/Makassar" | "Asia/Manila" | "Asia/Muscat" | "Asia/Nicosia" | "Asia/Novokuznetsk" | "Asia/Novosibirsk" | "Asia/Omsk" | "Asia/Oral" | "Asia/Phnom_Penh" | "Asia/Pontianak" | "Asia/Pyongyang" | "Asia/Qatar" | "Asia/Qostanay" | "Asia/Qyzylorda" | "Asia/Rangoon" | "Asia/Riyadh" | "Asia/Saigon" | "Asia/Sakhalin" | "Asia/Samarkand" | "Asia/Seoul" | "Asia/Shanghai" | "Asia/Singapore" | "Asia/Srednekolymsk" | "Asia/Taipei" | "Asia/Tashkent" | "Asia/Tbilisi" | "Asia/Tehran" | "Asia/Tel_Aviv" | "Asia/Thimbu" | "Asia/Thimphu" | "Asia/Tokyo" | "Asia/Tomsk" | "Asia/Ujung_Pandang" | "Asia/Ulaanbaatar" | "Asia/Ulan_Bator" | "Asia/Urumqi" | "Asia/Ust-Nera" | "Asia/Vientiane" | "Asia/Vladivostok" | "Asia/Yakutsk" | "Asia/Yangon" | "Asia/Yekaterinburg" | "Asia/Yerevan" | "Atlantic/Azores" | "Atlantic/Bermuda" | "Atlantic/Canary" | "Atlantic/Cape_Verde" | "Atlantic/Faeroe" | "Atlantic/Faroe" | "Atlantic/Jan_Mayen" | "Atlantic/Madeira" | "Atlantic/Reykjavik" | "Atlantic/South_Georgia" | "Atlantic/St_Helena" | "Atlantic/Stanley" | "Australia/ACT" | "Australia/Adelaide" | "Australia/Brisbane" | "Australia/Broken_Hill" | "Australia/Canberra" | "Australia/Currie" | "Australia/Darwin" | "Australia/Eucla" | "Australia/Hobart" | "Australia/LHI" | "Australia/Lindeman" | "Australia/Lord_Howe" | "Australia/Melbourne" | "Australia/NSW" | "Australia/North" | "Australia/Perth" | "Australia/Queensland" | "Australia/South" | "Australia/Sydney" | "Australia/Tasmania" | "Australia/Victoria" | "Australia/West" | "Australia/Yancowinna" | "Brazil/Acre" | "Brazil/DeNoronha" | "Brazil/East" | "Brazil/West" | "CET" | "CST6CDT" | "Canada/Atlantic" | "Canada/Central" | "Canada/Eastern" | "Canada/Mountain" | "Canada/Newfoundland" | "Canada/Pacific" | "Canada/Saskatchewan" | "Canada/Yukon" | "Chile/Continental" | "Chile/EasterIsland" | "Cuba" | "EET" | "EST" | "EST5EDT" | "Egypt" | "Eire" | "Etc/GMT" | "Etc/GMT+0" | "Etc/GMT+1" | "Etc/GMT+10" | "Etc/GMT+11" | "Etc/GMT+12" | "Etc/GMT+2" | "Etc/GMT+3" | "Etc/GMT+4" | "Etc/GMT+5" | "Etc/GMT+6" | "Etc/GMT+7" | "Etc/GMT+8" | "Etc/GMT+9" | "Etc/GMT-0" | "Etc/GMT-1" | "Etc/GMT-10" | "Etc/GMT-11" | "Etc/GMT-12" | "Etc/GMT-13" | "Etc/GMT-14" | "Etc/GMT-2" | "Etc/GMT-3" | "Etc/GMT-4" | "Etc/GMT-5" | "Etc/GMT-6" | "Etc/GMT-7" | "Etc/GMT-8" | "Etc/GMT-9" | "Etc/GMT0" | "Etc/Greenwich" | "Etc/UCT" | "Etc/UTC" | "Etc/Universal" | "Etc/Zulu" | "Europe/Amsterdam" | "Europe/Andorra" | "Europe/Astrakhan" | "Europe/Athens" | "Europe/Belfast" | "Europe/Belgrade" | "Europe/Berlin" | "Europe/Bratislava" | "Europe/Brussels" | "Europe/Bucharest" | "Europe/Budapest" | "Europe/Busingen" | "Europe/Chisinau" | "Europe/Copenhagen" | "Europe/Dublin" | "Europe/Gibraltar" | "Europe/Guernsey" | "Europe/Helsinki" | "Europe/Isle_of_Man" | "Europe/Istanbul" | "Europe/Jersey" | "Europe/Kaliningrad" | "Europe/Kiev" | "Europe/Kirov" | "Europe/Kyiv" | "Europe/Lisbon" | "Europe/Ljubljana" | "Europe/London" | "Europe/Luxembourg" | "Europe/Madrid" | "Europe/Malta" | "Europe/Mariehamn" | "Europe/Minsk" | "Europe/Monaco" | "Europe/Moscow" | "Europe/Nicosia" | "Europe/Oslo" | "Europe/Paris" | "Europe/Podgorica" | "Europe/Prague" | "Europe/Riga" | "Europe/Rome" | "Europe/Samara" | "Europe/San_Marino" | "Europe/Sarajevo" | "Europe/Saratov" | "Europe/Simferopol" | "Europe/Skopje" | "Europe/Sofia" | "Europe/Stockholm" | "Europe/Tallinn" | "Europe/Tirane" | "Europe/Tiraspol" | "Europe/Ulyanovsk" | "Europe/Uzhgorod" | "Europe/Vaduz" | "Europe/Vatican" | "Europe/Vienna" | "Europe/Vilnius" | "Europe/Volgograd" | "Europe/Warsaw" | "Europe/Zagreb" | "Europe/Zaporozhye" | "Europe/Zurich" | "Factory" | "GB" | "GB-Eire" | "GMT" | "GMT+0" | "GMT-0" | "GMT0" | "Greenwich" | "HST" | "Hongkong" | "Iceland" | "Indian/Antananarivo" | "Indian/Chagos" | "Indian/Christmas" | "Indian/Cocos" | "Indian/Comoro" | "Indian/Kerguelen" | "Indian/Mahe" | "Indian/Maldives" | "Indian/Mauritius" | "Indian/Mayotte" | "Indian/Reunion" | "Iran" | "Israel" | "Jamaica" | "Japan" | "Kwajalein" | "Libya" | "MET" | "MST" | "MST7MDT" | "Mexico/BajaNorte" | "Mexico/BajaSur" | "Mexico/General" | "NZ" | "NZ-CHAT" | "Navajo" | "PRC" | "PST8PDT" | "Pacific/Apia" | "Pacific/Auckland" | "Pacific/Bougainville" | "Pacific/Chatham" | "Pacific/Chuuk" | "Pacific/Easter" | "Pacific/Efate" | "Pacific/Enderbury" | "Pacific/Fakaofo" | "Pacific/Fiji" | "Pacific/Funafuti" | "Pacific/Galapagos" | "Pacific/Gambier" | "Pacific/Guadalcanal" | "Pacific/Guam" | "Pacific/Honolulu" | "Pacific/Johnston" | "Pacific/Kanton" | "Pacific/Kiritimati" | "Pacific/Kosrae" | "Pacific/Kwajalein" | "Pacific/Majuro" | "Pacific/Marquesas" | "Pacific/Midway" | "Pacific/Nauru" | "Pacific/Niue" | "Pacific/Norfolk" | "Pacific/Noumea" | "Pacific/Pago_Pago" | "Pacific/Palau" | "Pacific/Pitcairn" | "Pacific/Pohnpei" | "Pacific/Ponape" | "Pacific/Port_Moresby" | "Pacific/Rarotonga" | "Pacific/Saipan" | "Pacific/Samoa" | "Pacific/Tahiti" | "Pacific/Tarawa" | "Pacific/Tongatapu" | "Pacific/Truk" | "Pacific/Wake" | "Pacific/Wallis" | "Pacific/Yap" | "Poland" | "Portugal" | "ROC" | "ROK" | "Singapore" | "Turkey" | "UCT" | "US/Alaska" | "US/Aleutian" | "US/Arizona" | "US/Central" | "US/East-Indiana" | "US/Eastern" | "US/Hawaii" | "US/Indiana-Starke" | "US/Michigan" | "US/Mountain" | "US/Pacific" | "US/Samoa" | "UTC" | "Universal" | "W-SU" | "WET" | "Zulu" | "localtime") | null;
7429
7419
  };
7420
+ /** UserDimension */
7421
+ organization__modify_organization__Request__UserDimension: {
7422
+ description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7423
+ /** Tags */
7424
+ tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
7425
+ };
7430
7426
  /** Request */
7431
7427
  role__assign_role__Request: {
7432
7428
  /**
@@ -7453,7 +7449,7 @@ export interface components {
7453
7449
  * Permission Grants
7454
7450
  * @description A list of permission grants associated with this role.
7455
7451
  */
7456
- permission_grants: components["schemas"]["role__modify_role__Request__PermissionGrant"][];
7452
+ permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
7457
7453
  /** @description The frontend view for users of this role. */
7458
7454
  frontend_view: components["schemas"]["FrontendView"];
7459
7455
  /**
@@ -7467,6 +7463,25 @@ export interface components {
7467
7463
  */
7468
7464
  inherited_from: string | null;
7469
7465
  };
7466
+ /** PermissionGrant */
7467
+ role__create_role__Request__PermissionGrant: {
7468
+ /**
7469
+ * Action
7470
+ * @description Whether this grant allows or denies the specified access.
7471
+ * @enum {string}
7472
+ */
7473
+ action: "Allow" | "Deny";
7474
+ /** Permission Name */
7475
+ permission_name: string;
7476
+ /**
7477
+ * Conditions
7478
+ * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7479
+ */
7480
+ conditions: {
7481
+ [key: string]: components["schemas"]["Condition"];
7482
+ };
7483
+ description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7484
+ };
7470
7485
  /** Response */
7471
7486
  role__create_role__Response: {
7472
7487
  /**
@@ -7491,7 +7506,7 @@ export interface components {
7491
7506
  * Permission Grants
7492
7507
  * @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
7493
7508
  */
7494
- permission_grants?: components["schemas"]["role__modify_role__Request__PermissionGrant"][] | null;
7509
+ permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
7495
7510
  /** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
7496
7511
  frontend_view?: components["schemas"]["FrontendView"] | null;
7497
7512
  /**
@@ -7501,25 +7516,6 @@ export interface components {
7501
7516
  */
7502
7517
  inherited_from?: string | components["schemas"]["_NotSet"] | null;
7503
7518
  };
7504
- /** PermissionGrant */
7505
- role__modify_role__Request__PermissionGrant: {
7506
- /**
7507
- * Action
7508
- * @description Whether this grant allows or denies the specified access.
7509
- * @enum {string}
7510
- */
7511
- action: "Allow" | "Deny";
7512
- /** Permission Name */
7513
- permission_name: string;
7514
- /**
7515
- * Conditions
7516
- * @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
7517
- */
7518
- conditions: {
7519
- [key: string]: components["schemas"]["Condition"];
7520
- };
7521
- description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7522
- };
7523
7519
  /** Response */
7524
7520
  role__modify_role__Response: {
7525
7521
  /**
@@ -7551,7 +7547,7 @@ export interface components {
7551
7547
  is_active: boolean;
7552
7548
  /** @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
7553
7549
  * latest agent and state machine versions with no model preference. */
7554
- release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7550
+ release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7555
7551
  /**
7556
7552
  * Tags
7557
7553
  * @description The tags of this service.
@@ -7560,23 +7556,6 @@ export interface components {
7560
7556
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7561
7557
  };
7562
7558
  };
7563
- /** VersionSet */
7564
- service__create_service__Request__VersionSet: {
7565
- /**
7566
- * Agent Version Number
7567
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7568
- */
7569
- agent_version_number: number | null;
7570
- /**
7571
- * Service Hierarchical State Machine Version Number
7572
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7573
- */
7574
- service_hierarchical_state_machine_version_number: number | null;
7575
- /** Llm Model Preferences */
7576
- llm_model_preferences: {
7577
- [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig"];
7578
- };
7579
- };
7580
7559
  /** LLMConfig */
7581
7560
  service__create_service__Request__VersionSet__LLMConfig: {
7582
7561
  llm_name: components["schemas"]["LLMType"];
@@ -7671,7 +7650,24 @@ export interface components {
7671
7650
  /** Request */
7672
7651
  service__upsert_service_version_set__Request: {
7673
7652
  /** @description The version set to upsert. */
7674
- version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7653
+ version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7654
+ };
7655
+ /** VersionSet */
7656
+ service__upsert_service_version_set__Request__VersionSet: {
7657
+ /**
7658
+ * Agent Version Number
7659
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7660
+ */
7661
+ agent_version_number: number | null;
7662
+ /**
7663
+ * Service Hierarchical State Machine Version Number
7664
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7665
+ */
7666
+ service_hierarchical_state_machine_version_number: number | null;
7667
+ /** Llm Model Preferences */
7668
+ llm_model_preferences: {
7669
+ [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig"];
7670
+ };
7675
7671
  };
7676
7672
  /** LLMLoadBalancingSetConfig */
7677
7673
  service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig: {
@@ -7884,7 +7880,7 @@ export interface components {
7884
7880
  * Unit Test Runs
7885
7881
  * @description The unit test runs that are part of this set.
7886
7882
  */
7887
- unit_test_runs: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7883
+ unit_test_runs: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7888
7884
  /**
7889
7885
  * Tags
7890
7886
  * @description The tags of the simulation unit test set.
@@ -7893,6 +7889,16 @@ export interface components {
7893
7889
  [key: string]: string | null;
7894
7890
  };
7895
7891
  };
7892
+ /** UnitTestRunDescriptor */
7893
+ simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
7894
+ /** Unit Test Id */
7895
+ unit_test_id: string;
7896
+ /**
7897
+ * Run Count
7898
+ * @description The number of times to run the unit test.
7899
+ */
7900
+ run_count: number;
7901
+ };
7896
7902
  /** Response */
7897
7903
  simulation__create_simulation_unit_test_set__Response: {
7898
7904
  /**
@@ -7941,7 +7947,7 @@ export interface components {
7941
7947
  * Simulation Personas
7942
7948
  * @description The list of simulation personas.
7943
7949
  */
7944
- simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
7950
+ simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
7945
7951
  /**
7946
7952
  * Has More
7947
7953
  * @description Whether there are more simulation personas to fetch.
@@ -7976,52 +7982,6 @@ export interface components {
7976
7982
  */
7977
7983
  roles: string[];
7978
7984
  };
7979
- /** SimulationPersonaInstance */
7980
- simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
7981
- /**
7982
- * Id
7983
- * @description The ID of the simulation persona.
7984
- */
7985
- id: string;
7986
- /**
7987
- * Name
7988
- * @description The name of the simulation persona.
7989
- */
7990
- name: string;
7991
- /**
7992
- * Role
7993
- * @description The role of the simulation persona.
7994
- */
7995
- role: string;
7996
- /**
7997
- * Tags
7998
- * @description The tags of the simulation persona.
7999
- */
8000
- tags: {
8001
- [key: string]: string | null;
8002
- };
8003
- /**
8004
- * Is Deleted
8005
- * @description Whether the simulation persona is deleted.
8006
- */
8007
- is_deleted: boolean;
8008
- /**
8009
- * Created At
8010
- * Format: date-time
8011
- * @description The timestamp when the simulation persona was created.
8012
- */
8013
- created_at: string;
8014
- /** @description The user who created the simulation persona. */
8015
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8016
- /**
8017
- * Updated At
8018
- * Format: date-time
8019
- * @description The timestamp when the simulation persona was last updated.
8020
- */
8021
- updated_at: string;
8022
- /** @description The user who last updated the simulation persona. */
8023
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8024
- };
8025
7985
  /** Response */
8026
7986
  simulation__get_simulation_scenario_versions__Response: {
8027
7987
  /**
@@ -8046,7 +8006,7 @@ export interface components {
8046
8006
  * Simulation Scenarios
8047
8007
  * @description The list of simulation scenarios.
8048
8008
  */
8049
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8009
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8050
8010
  /**
8051
8011
  * Has More
8052
8012
  * @description Whether there are more simulation scenarios to fetch.
@@ -8076,47 +8036,6 @@ export interface components {
8076
8036
  */
8077
8037
  tags: string[];
8078
8038
  };
8079
- /** SimulationScenarioInstance */
8080
- simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
8081
- /**
8082
- * Id
8083
- * @description The ID of the simulation scenario.
8084
- */
8085
- id: string;
8086
- /**
8087
- * Name
8088
- * @description The name of the simulation scenario.
8089
- */
8090
- name: string;
8091
- /**
8092
- * Tags
8093
- * @description The tags of the simulation scenario.
8094
- */
8095
- tags: {
8096
- [key: string]: string | null;
8097
- };
8098
- /**
8099
- * Is Deleted
8100
- * @description Whether the simulation scenario is deleted.
8101
- */
8102
- is_deleted: boolean;
8103
- /**
8104
- * Created At
8105
- * Format: date-time
8106
- * @description The timestamp when the simulation scenario was created.
8107
- */
8108
- created_at: string;
8109
- /** @description The user who created the simulation scenario. */
8110
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8111
- /**
8112
- * Updated At
8113
- * Format: date-time
8114
- * @description The timestamp when the simulation scenario was last updated.
8115
- */
8116
- updated_at: string;
8117
- /** @description The user who last updated the simulation scenario. */
8118
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8119
- };
8120
8039
  /** Response */
8121
8040
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
8122
8041
  /**
@@ -8275,7 +8194,53 @@ export interface components {
8275
8194
  * Simulation Personas
8276
8195
  * @description The list of simulation personas.
8277
8196
  */
8278
- simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
8197
+ simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
8198
+ };
8199
+ /** SimulationPersonaInstance */
8200
+ simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
8201
+ /**
8202
+ * Id
8203
+ * @description The ID of the simulation persona.
8204
+ */
8205
+ id: string;
8206
+ /**
8207
+ * Name
8208
+ * @description The name of the simulation persona.
8209
+ */
8210
+ name: string;
8211
+ /**
8212
+ * Role
8213
+ * @description The role of the simulation persona.
8214
+ */
8215
+ role: string;
8216
+ /**
8217
+ * Tags
8218
+ * @description The tags of the simulation persona.
8219
+ */
8220
+ tags: {
8221
+ [key: string]: string | null;
8222
+ };
8223
+ /**
8224
+ * Is Deleted
8225
+ * @description Whether the simulation persona is deleted.
8226
+ */
8227
+ is_deleted: boolean;
8228
+ /**
8229
+ * Created At
8230
+ * Format: date-time
8231
+ * @description The timestamp when the simulation persona was created.
8232
+ */
8233
+ created_at: string;
8234
+ /** @description The user who created the simulation persona. */
8235
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8236
+ /**
8237
+ * Updated At
8238
+ * Format: date-time
8239
+ * @description The timestamp when the simulation persona was last updated.
8240
+ */
8241
+ updated_at: string;
8242
+ /** @description The user who last updated the simulation persona. */
8243
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8279
8244
  };
8280
8245
  /** Response */
8281
8246
  simulation__search_simulation_scenarios__Response: {
@@ -8283,7 +8248,48 @@ export interface components {
8283
8248
  * Simulation Scenarios
8284
8249
  * @description The list of simulation scenarios.
8285
8250
  */
8286
- simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8251
+ simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8252
+ };
8253
+ /** SimulationScenarioInstance */
8254
+ simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
8255
+ /**
8256
+ * Id
8257
+ * @description The ID of the simulation scenario.
8258
+ */
8259
+ id: string;
8260
+ /**
8261
+ * Name
8262
+ * @description The name of the simulation scenario.
8263
+ */
8264
+ name: string;
8265
+ /**
8266
+ * Tags
8267
+ * @description The tags of the simulation scenario.
8268
+ */
8269
+ tags: {
8270
+ [key: string]: string | null;
8271
+ };
8272
+ /**
8273
+ * Is Deleted
8274
+ * @description Whether the simulation scenario is deleted.
8275
+ */
8276
+ is_deleted: boolean;
8277
+ /**
8278
+ * Created At
8279
+ * Format: date-time
8280
+ * @description The timestamp when the simulation scenario was created.
8281
+ */
8282
+ created_at: string;
8283
+ /** @description The user who created the simulation scenario. */
8284
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8285
+ /**
8286
+ * Updated At
8287
+ * Format: date-time
8288
+ * @description The timestamp when the simulation scenario was last updated.
8289
+ */
8290
+ updated_at: string;
8291
+ /** @description The user who last updated the simulation scenario. */
8292
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8287
8293
  };
8288
8294
  /** Response */
8289
8295
  simulation__search_simulation_unit_test_set__Response: {
@@ -8389,7 +8395,7 @@ export interface components {
8389
8395
  * Unit Test Runs
8390
8396
  * @description The unit test runs that are part of this set.
8391
8397
  */
8392
- unit_test_runs?: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8398
+ unit_test_runs?: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8393
8399
  /**
8394
8400
  * Tags
8395
8401
  * @description The tags of the simulation unit test set.
@@ -8398,16 +8404,6 @@ export interface components {
8398
8404
  [key: string]: string | null;
8399
8405
  } | null;
8400
8406
  };
8401
- /** UnitTestRunDescriptor */
8402
- simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
8403
- /** Unit Test Id */
8404
- unit_test_id: string;
8405
- /**
8406
- * Run Count
8407
- * @description The number of times to run the unit test.
8408
- */
8409
- run_count: number;
8410
- };
8411
8407
  /** Request */
8412
8408
  tool__create_tool__Request: {
8413
8409
  /** @description The name of the tool. It must be unique among all non-deprecated tools in the organization. */
@@ -8436,7 +8432,7 @@ export interface components {
8436
8432
  * Tool Invocations
8437
8433
  * @description The list of tool invocations.
8438
8434
  */
8439
- tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8435
+ tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8440
8436
  /**
8441
8437
  * Has More
8442
8438
  * @description Whether there are more tool invocations to retrieve.
@@ -8448,6 +8444,47 @@ export interface components {
8448
8444
  */
8449
8445
  continuation_token: unknown | null;
8450
8446
  };
8447
+ /** ToolInvocationInstance */
8448
+ tool__get_tool_invocations__Response__ToolInvocationInstance: {
8449
+ /**
8450
+ * Id
8451
+ * @description The ID of the tool invocation.
8452
+ */
8453
+ id: string;
8454
+ /**
8455
+ * Org Id
8456
+ * @description The ID of the organization.
8457
+ */
8458
+ org_id: string;
8459
+ /**
8460
+ * Created At
8461
+ * Format: date-time
8462
+ */
8463
+ created_at?: string;
8464
+ /**
8465
+ * Updated At
8466
+ * Format: date-time
8467
+ */
8468
+ updated_at?: string;
8469
+ /** @description The status of the tool invocation. */
8470
+ invocation_status: components["schemas"]["InvocationStatus"];
8471
+ /** @description The source of the tool invocation. */
8472
+ invocation_source: components["schemas"]["InvocationSource"];
8473
+ /** Logs */
8474
+ logs: string[];
8475
+ /**
8476
+ * Duration Ms
8477
+ * @description The duration of the tool invocation in milliseconds.
8478
+ */
8479
+ duration_ms: number;
8480
+ /**
8481
+ * Tool Id
8482
+ * @description The ID of the tool that was invoked.
8483
+ */
8484
+ tool_id: string;
8485
+ /** @description The version of the tool that was invoked. */
8486
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
8487
+ };
8451
8488
  /** Response */
8452
8489
  tool__get_tool_versions__Response: {
8453
8490
  /**
@@ -8516,23 +8553,7 @@ export interface components {
8516
8553
  * Inputs
8517
8554
  * @description The list of inputs for the tool invocation.
8518
8555
  */
8519
- inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
8520
- };
8521
- /** Input */
8522
- tool__invoke_tool_version__Request__Input: {
8523
- /**
8524
- * Input Parameters
8525
- * @description The input parameters for the tool invocation.
8526
- */
8527
- input_parameters: {
8528
- [key: string]: unknown;
8529
- };
8530
- /**
8531
- * Invocation Mode
8532
- * @description The mode of invocation.
8533
- * @enum {string}
8534
- */
8535
- invocation_mode: "regular" | "conversation-simulation";
8556
+ inputs: components["schemas"]["tool__test_tool__Request__Input"][];
8536
8557
  };
8537
8558
  /** Response */
8538
8559
  tool__invoke_tool_version__Response: {
@@ -8604,48 +8625,7 @@ export interface components {
8604
8625
  * Tool Invocations
8605
8626
  * @description The list of tool invocations.
8606
8627
  */
8607
- tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8608
- };
8609
- /** ToolInvocationInstance */
8610
- tool__search_tool_invocations__Response__ToolInvocationInstance: {
8611
- /**
8612
- * Id
8613
- * @description The ID of the tool invocation.
8614
- */
8615
- id: string;
8616
- /**
8617
- * Org Id
8618
- * @description The ID of the organization.
8619
- */
8620
- org_id: string;
8621
- /**
8622
- * Created At
8623
- * Format: date-time
8624
- */
8625
- created_at?: string;
8626
- /**
8627
- * Updated At
8628
- * Format: date-time
8629
- */
8630
- updated_at?: string;
8631
- /** @description The status of the tool invocation. */
8632
- invocation_status: components["schemas"]["InvocationStatus"];
8633
- /** @description The source of the tool invocation. */
8634
- invocation_source: components["schemas"]["InvocationSource"];
8635
- /** Logs */
8636
- logs: string[];
8637
- /**
8638
- * Duration Ms
8639
- * @description The duration of the tool invocation in milliseconds.
8640
- */
8641
- duration_ms: number;
8642
- /**
8643
- * Tool Id
8644
- * @description The ID of the tool that was invoked.
8645
- */
8646
- tool_id: string;
8647
- /** @description The version of the tool that was invoked. */
8648
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
8628
+ tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8649
8629
  };
8650
8630
  /** Request */
8651
8631
  tool__test_tool__Request: {
@@ -8653,7 +8633,7 @@ export interface components {
8653
8633
  * Inputs
8654
8634
  * @description The list of inputs for the tool invocation.
8655
8635
  */
8656
- inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
8636
+ inputs: components["schemas"]["tool__test_tool__Request__Input"][];
8657
8637
  /**
8658
8638
  * Commit Branch
8659
8639
  * @description The branch in the tools repo whose tip will be tested.
@@ -8679,6 +8659,22 @@ export interface components {
8679
8659
  [key: string]: string;
8680
8660
  };
8681
8661
  };
8662
+ /** Input */
8663
+ tool__test_tool__Request__Input: {
8664
+ /**
8665
+ * Input Parameters
8666
+ * @description The input parameters for the tool invocation.
8667
+ */
8668
+ input_parameters: {
8669
+ [key: string]: unknown;
8670
+ };
8671
+ /**
8672
+ * Invocation Mode
8673
+ * @description The mode of invocation.
8674
+ * @enum {string}
8675
+ */
8676
+ invocation_mode: "regular" | "conversation-simulation";
8677
+ };
8682
8678
  /** Response */
8683
8679
  tool__test_tool__Response: {
8684
8680
  /** Invocation Results */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.58.0",
3
+ "version": "0.59.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"