@amigo-ai/sdk 0.56.0 → 0.57.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__tool__Tool__Tag"][];
3529
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__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__tool__Tool__Tag"][];
3634
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__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. */
@@ -4495,7 +4495,7 @@ export interface components {
4495
4495
  * Tags
4496
4496
  * @description The tags of the service.
4497
4497
  */
4498
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4498
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4499
4499
  };
4500
4500
  /** SimulationConversationInvocationSource */
4501
4501
  SimulationConversationInvocationSource: {
@@ -4705,7 +4705,7 @@ export interface components {
4705
4705
  * Tags
4706
4706
  * @description The tags of the simulation persona.
4707
4707
  */
4708
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4708
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4709
4709
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4710
4710
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4711
4711
  };
@@ -4777,7 +4777,7 @@ export interface components {
4777
4777
  * Tags
4778
4778
  * @description The tags of the simulation persona.
4779
4779
  */
4780
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4780
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4781
4781
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4782
4782
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4783
4783
  };
@@ -4832,7 +4832,7 @@ export interface components {
4832
4832
  * Tags
4833
4833
  * @description The tags of the simulation unit test set.
4834
4834
  */
4835
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4835
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4836
4836
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4837
4837
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4838
4838
  };
@@ -4884,7 +4884,7 @@ export interface components {
4884
4884
  * Tags
4885
4885
  * @description The tags of the simulation unit test set.
4886
4886
  */
4887
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4887
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4888
4888
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4889
4889
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4890
4890
  };
@@ -5400,7 +5400,7 @@ export interface components {
5400
5400
  * Tags
5401
5401
  * @description The tags of the simulation persona.
5402
5402
  */
5403
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
5403
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
5404
5404
  };
5405
5405
  /** ToolVersionInstance */
5406
5406
  ToolVersionInstance: {
@@ -6015,6 +6015,13 @@ export interface components {
6015
6015
  */
6016
6016
  overrides_instructions: boolean;
6017
6017
  };
6018
+ /** Tag */
6019
+ amigo_lib__mongo__collections__metric__Metric__Tag: {
6020
+ /** Key */
6021
+ key: string;
6022
+ /** Value */
6023
+ value: string | null;
6024
+ };
6018
6025
  /** UserInfo */
6019
6026
  amigo_lib__mongo__collections__metric__Metric__UserInfo: {
6020
6027
  /** Org Id */
@@ -6143,13 +6150,6 @@ export interface components {
6143
6150
  /** User Id */
6144
6151
  user_id: string;
6145
6152
  };
6146
- /** Tag */
6147
- amigo_lib__mongo__collections__tool__Tool__Tag: {
6148
- /** Key */
6149
- key: string;
6150
- /** Value */
6151
- value: string | null;
6152
- };
6153
6153
  /** Version */
6154
6154
  amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
6155
6155
  /** Major */
@@ -6554,7 +6554,7 @@ export interface components {
6554
6554
  * Dynamic Behavior Sets
6555
6555
  * @description The retrieved dynamic behavior sets.
6556
6556
  */
6557
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6557
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6558
6558
  /**
6559
6559
  * Has More
6560
6560
  * @description Whether there are more dynamic behavior sets to retrieve.
@@ -6571,8 +6571,34 @@ export interface components {
6571
6571
  * retrieved. */
6572
6572
  filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
6573
6573
  };
6574
+ /** FilterValues */
6575
+ dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6576
+ /**
6577
+ * Applied To Services Ids
6578
+ * @description A set of service IDs that have dynamic behavior sets applied to the service.
6579
+ */
6580
+ applied_to_services_ids: string[];
6581
+ /**
6582
+ * Creators
6583
+ * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6584
+ */
6585
+ creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6586
+ /**
6587
+ * Tags
6588
+ * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6589
+ */
6590
+ tags: string[];
6591
+ };
6592
+ /** Response */
6593
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6594
+ /**
6595
+ * Dynamic Behavior Sets
6596
+ * @description The retrieved dynamic behavior sets.
6597
+ */
6598
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6599
+ };
6574
6600
  /** DynamicBehaviorSetInstance */
6575
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6601
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6576
6602
  /** Id */
6577
6603
  id: string;
6578
6604
  /** Name */
@@ -6598,32 +6624,6 @@ export interface components {
6598
6624
  updated_at: string;
6599
6625
  updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
6600
6626
  };
6601
- /** FilterValues */
6602
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6603
- /**
6604
- * Applied To Services Ids
6605
- * @description A set of service IDs that have dynamic behavior sets applied to the service.
6606
- */
6607
- applied_to_services_ids: string[];
6608
- /**
6609
- * Creators
6610
- * @description A set of creator infos that created the dynamic behavior sets under the current filters.
6611
- */
6612
- creators: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"][];
6613
- /**
6614
- * Tags
6615
- * @description A set of tag keys that exist in the dynamic behavior sets under the current filters.
6616
- */
6617
- tags: string[];
6618
- };
6619
- /** Response */
6620
- dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6621
- /**
6622
- * Dynamic Behavior Sets
6623
- * @description The retrieved dynamic behavior sets.
6624
- */
6625
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6626
- };
6627
6627
  /** Request */
6628
6628
  dynamic_behavior_set__update_dynamic_behavior_set__Request: {
6629
6629
  /** @description The name of the dynamic behavior set. */
@@ -6948,7 +6948,7 @@ export interface components {
6948
6948
  * User Dimensions
6949
6949
  * @description User dimensions for the organization.
6950
6950
  */
6951
- user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
6951
+ user_dimensions: components["schemas"]["organization__create_organization__Request__UserDimension"][];
6952
6952
  /**
6953
6953
  * Logo
6954
6954
  * Format: base64
@@ -7018,6 +7018,12 @@ export interface components {
7018
7018
  /** Timezone */
7019
7019
  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;
7020
7020
  };
7021
+ /** UserDimension */
7022
+ organization__create_organization__Request__UserDimension: {
7023
+ description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7024
+ /** Tags */
7025
+ tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
7026
+ };
7021
7027
  /** Response */
7022
7028
  organization__create_organization__Response: {
7023
7029
  /**
@@ -7369,7 +7375,7 @@ export interface components {
7369
7375
  * User Dimensions
7370
7376
  * @description User dimensions for the organization. If not set or `null`, this field is not updated.
7371
7377
  */
7372
- user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
7378
+ user_dimensions?: components["schemas"]["organization__create_organization__Request__UserDimension"][] | null;
7373
7379
  /** @description The default user preferences for the organization. If `null`, this field is not updated. */
7374
7380
  default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
7375
7381
  /**
@@ -7403,12 +7409,6 @@ export interface components {
7403
7409
  /** Timezone */
7404
7410
  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;
7405
7411
  };
7406
- /** UserDimension */
7407
- organization__modify_organization__Request__UserDimension: {
7408
- description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7409
- /** Tags */
7410
- tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
7411
- };
7412
7412
  /** Request */
7413
7413
  role__assign_role__Request: {
7414
7414
  /**
@@ -7533,7 +7533,7 @@ export interface components {
7533
7533
  is_active: boolean;
7534
7534
  /** @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
7535
7535
  * latest agent and state machine versions with no model preference. */
7536
- release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7536
+ release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7537
7537
  /**
7538
7538
  * Tags
7539
7539
  * @description The tags of this service.
@@ -7542,6 +7542,23 @@ export interface components {
7542
7542
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7543
7543
  };
7544
7544
  };
7545
+ /** VersionSet */
7546
+ service__create_service__Request__VersionSet: {
7547
+ /**
7548
+ * Agent Version Number
7549
+ * @description The version number of the agent to be used. If None, the latest agent version will be used.
7550
+ */
7551
+ agent_version_number: number | null;
7552
+ /**
7553
+ * Service Hierarchical State Machine Version Number
7554
+ * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7555
+ */
7556
+ service_hierarchical_state_machine_version_number: number | null;
7557
+ /** Llm Model Preferences */
7558
+ llm_model_preferences: {
7559
+ [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__create_service__Request__VersionSet__LLMLoadBalancingSetConfig"];
7560
+ };
7561
+ };
7545
7562
  /** LLMConfig */
7546
7563
  service__create_service__Request__VersionSet__LLMConfig: {
7547
7564
  llm_name: components["schemas"]["LLMType"];
@@ -7561,6 +7578,14 @@ export interface components {
7561
7578
  */
7562
7579
  top_k: number;
7563
7580
  };
7581
+ /** LLMLoadBalancingSetConfig */
7582
+ service__create_service__Request__VersionSet__LLMLoadBalancingSetConfig: {
7583
+ llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
7584
+ /** Configs */
7585
+ configs: {
7586
+ [key: string]: components["schemas"]["PerLLMConfig"];
7587
+ };
7588
+ };
7564
7589
  /** Response */
7565
7590
  service__create_service__Response: {
7566
7591
  /**
@@ -7636,32 +7661,7 @@ export interface components {
7636
7661
  /** Request */
7637
7662
  service__upsert_service_version_set__Request: {
7638
7663
  /** @description The version set to upsert. */
7639
- version_set: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"];
7640
- };
7641
- /** VersionSet */
7642
- service__upsert_service_version_set__Request__VersionSet: {
7643
- /**
7644
- * Agent Version Number
7645
- * @description The version number of the agent to be used. If None, the latest agent version will be used.
7646
- */
7647
- agent_version_number: number | null;
7648
- /**
7649
- * Service Hierarchical State Machine Version Number
7650
- * @description The version number of the state machine to be used. If None, the latest state machine version will be used.
7651
- */
7652
- service_hierarchical_state_machine_version_number: number | null;
7653
- /** Llm Model Preferences */
7654
- llm_model_preferences: {
7655
- [key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig"];
7656
- };
7657
- };
7658
- /** LLMLoadBalancingSetConfig */
7659
- service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig: {
7660
- llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
7661
- /** Configs */
7662
- configs: {
7663
- [key: string]: components["schemas"]["PerLLMConfig"];
7664
- };
7664
+ version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7665
7665
  };
7666
7666
  /** Request */
7667
7667
  simulation__create_simulation_persona__Request: {
@@ -7866,7 +7866,7 @@ export interface components {
7866
7866
  * Unit Test Runs
7867
7867
  * @description The unit test runs that are part of this set.
7868
7868
  */
7869
- unit_test_runs: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7869
+ unit_test_runs: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
7870
7870
  /**
7871
7871
  * Tags
7872
7872
  * @description The tags of the simulation unit test set.
@@ -7875,6 +7875,16 @@ export interface components {
7875
7875
  [key: string]: string | null;
7876
7876
  };
7877
7877
  };
7878
+ /** UnitTestRunDescriptor */
7879
+ simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
7880
+ /** Unit Test Id */
7881
+ unit_test_id: string;
7882
+ /**
7883
+ * Run Count
7884
+ * @description The number of times to run the unit test.
7885
+ */
7886
+ run_count: number;
7887
+ };
7878
7888
  /** Response */
7879
7889
  simulation__create_simulation_unit_test_set__Response: {
7880
7890
  /**
@@ -7982,7 +7992,7 @@ export interface components {
7982
7992
  * Simulation Scenarios
7983
7993
  * @description The list of simulation scenarios.
7984
7994
  */
7985
- simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
7995
+ simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
7986
7996
  /**
7987
7997
  * Has More
7988
7998
  * @description Whether there are more simulation scenarios to fetch.
@@ -8012,6 +8022,47 @@ export interface components {
8012
8022
  */
8013
8023
  tags: string[];
8014
8024
  };
8025
+ /** SimulationScenarioInstance */
8026
+ simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
8027
+ /**
8028
+ * Id
8029
+ * @description The ID of the simulation scenario.
8030
+ */
8031
+ id: string;
8032
+ /**
8033
+ * Name
8034
+ * @description The name of the simulation scenario.
8035
+ */
8036
+ name: string;
8037
+ /**
8038
+ * Tags
8039
+ * @description The tags of the simulation scenario.
8040
+ */
8041
+ tags: {
8042
+ [key: string]: string | null;
8043
+ };
8044
+ /**
8045
+ * Is Deleted
8046
+ * @description Whether the simulation scenario is deleted.
8047
+ */
8048
+ is_deleted: boolean;
8049
+ /**
8050
+ * Created At
8051
+ * Format: date-time
8052
+ * @description The timestamp when the simulation scenario was created.
8053
+ */
8054
+ created_at: string;
8055
+ /** @description The user who created the simulation scenario. */
8056
+ creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8057
+ /**
8058
+ * Updated At
8059
+ * Format: date-time
8060
+ * @description The timestamp when the simulation scenario was last updated.
8061
+ */
8062
+ updated_at: string;
8063
+ /** @description The user who last updated the simulation scenario. */
8064
+ updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8065
+ };
8015
8066
  /** Response */
8016
8067
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
8017
8068
  /**
@@ -8224,48 +8275,7 @@ export interface components {
8224
8275
  * Simulation Scenarios
8225
8276
  * @description The list of simulation scenarios.
8226
8277
  */
8227
- simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8228
- };
8229
- /** SimulationScenarioInstance */
8230
- simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
8231
- /**
8232
- * Id
8233
- * @description The ID of the simulation scenario.
8234
- */
8235
- id: string;
8236
- /**
8237
- * Name
8238
- * @description The name of the simulation scenario.
8239
- */
8240
- name: string;
8241
- /**
8242
- * Tags
8243
- * @description The tags of the simulation scenario.
8244
- */
8245
- tags: {
8246
- [key: string]: string | null;
8247
- };
8248
- /**
8249
- * Is Deleted
8250
- * @description Whether the simulation scenario is deleted.
8251
- */
8252
- is_deleted: boolean;
8253
- /**
8254
- * Created At
8255
- * Format: date-time
8256
- * @description The timestamp when the simulation scenario was created.
8257
- */
8258
- created_at: string;
8259
- /** @description The user who created the simulation scenario. */
8260
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8261
- /**
8262
- * Updated At
8263
- * Format: date-time
8264
- * @description The timestamp when the simulation scenario was last updated.
8265
- */
8266
- updated_at: string;
8267
- /** @description The user who last updated the simulation scenario. */
8268
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
8278
+ simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8269
8279
  };
8270
8280
  /** Response */
8271
8281
  simulation__search_simulation_unit_test_set__Response: {
@@ -8371,7 +8381,7 @@ export interface components {
8371
8381
  * Unit Test Runs
8372
8382
  * @description The unit test runs that are part of this set.
8373
8383
  */
8374
- unit_test_runs?: components["schemas"]["simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8384
+ unit_test_runs?: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
8375
8385
  /**
8376
8386
  * Tags
8377
8387
  * @description The tags of the simulation unit test set.
@@ -8380,16 +8390,6 @@ export interface components {
8380
8390
  [key: string]: string | null;
8381
8391
  } | null;
8382
8392
  };
8383
- /** UnitTestRunDescriptor */
8384
- simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
8385
- /** Unit Test Id */
8386
- unit_test_id: string;
8387
- /**
8388
- * Run Count
8389
- * @description The number of times to run the unit test.
8390
- */
8391
- run_count: number;
8392
- };
8393
8393
  /** Request */
8394
8394
  tool__create_tool__Request: {
8395
8395
  /** @description The name of the tool. It must be unique among all non-deprecated tools in the organization. */
@@ -8418,7 +8418,7 @@ export interface components {
8418
8418
  * Tool Invocations
8419
8419
  * @description The list of tool invocations.
8420
8420
  */
8421
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8421
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8422
8422
  /**
8423
8423
  * Has More
8424
8424
  * @description Whether there are more tool invocations to retrieve.
@@ -8430,47 +8430,6 @@ export interface components {
8430
8430
  */
8431
8431
  continuation_token: unknown | null;
8432
8432
  };
8433
- /** ToolInvocationInstance */
8434
- tool__get_tool_invocations__Response__ToolInvocationInstance: {
8435
- /**
8436
- * Id
8437
- * @description The ID of the tool invocation.
8438
- */
8439
- id: string;
8440
- /**
8441
- * Org Id
8442
- * @description The ID of the organization.
8443
- */
8444
- org_id: string;
8445
- /**
8446
- * Created At
8447
- * Format: date-time
8448
- */
8449
- created_at?: string;
8450
- /**
8451
- * Updated At
8452
- * Format: date-time
8453
- */
8454
- updated_at?: string;
8455
- /** @description The status of the tool invocation. */
8456
- invocation_status: components["schemas"]["InvocationStatus"];
8457
- /** @description The source of the tool invocation. */
8458
- invocation_source: components["schemas"]["InvocationSource"];
8459
- /** Logs */
8460
- logs: string[];
8461
- /**
8462
- * Duration Ms
8463
- * @description The duration of the tool invocation in milliseconds.
8464
- */
8465
- duration_ms: number;
8466
- /**
8467
- * Tool Id
8468
- * @description The ID of the tool that was invoked.
8469
- */
8470
- tool_id: string;
8471
- /** @description The version of the tool that was invoked. */
8472
- tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
8473
- };
8474
8433
  /** Response */
8475
8434
  tool__get_tool_versions__Response: {
8476
8435
  /**
@@ -8611,7 +8570,48 @@ export interface components {
8611
8570
  * Tool Invocations
8612
8571
  * @description The list of tool invocations.
8613
8572
  */
8614
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8573
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8574
+ };
8575
+ /** ToolInvocationInstance */
8576
+ tool__search_tool_invocations__Response__ToolInvocationInstance: {
8577
+ /**
8578
+ * Id
8579
+ * @description The ID of the tool invocation.
8580
+ */
8581
+ id: string;
8582
+ /**
8583
+ * Org Id
8584
+ * @description The ID of the organization.
8585
+ */
8586
+ org_id: string;
8587
+ /**
8588
+ * Created At
8589
+ * Format: date-time
8590
+ */
8591
+ created_at?: string;
8592
+ /**
8593
+ * Updated At
8594
+ * Format: date-time
8595
+ */
8596
+ updated_at?: string;
8597
+ /** @description The status of the tool invocation. */
8598
+ invocation_status: components["schemas"]["InvocationStatus"];
8599
+ /** @description The source of the tool invocation. */
8600
+ invocation_source: components["schemas"]["InvocationSource"];
8601
+ /** Logs */
8602
+ logs: string[];
8603
+ /**
8604
+ * Duration Ms
8605
+ * @description The duration of the tool invocation in milliseconds.
8606
+ */
8607
+ duration_ms: number;
8608
+ /**
8609
+ * Tool Id
8610
+ * @description The ID of the tool that was invoked.
8611
+ */
8612
+ tool_id: string;
8613
+ /** @description The version of the tool that was invoked. */
8614
+ tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
8615
8615
  };
8616
8616
  /** Request */
8617
8617
  tool__test_tool__Request: {
@@ -8767,7 +8767,7 @@ export interface components {
8767
8767
  * Users
8768
8768
  * @description Users in this organization.
8769
8769
  */
8770
- users: components["schemas"]["user__search_users__Response__UserInstance"][];
8770
+ users: components["schemas"]["user__get_users__Response__UserInstance"][];
8771
8771
  /**
8772
8772
  * Has More
8773
8773
  * @description Whether there are more users to retrieve.
@@ -8779,16 +8779,8 @@ export interface components {
8779
8779
  */
8780
8780
  continuation_token: number | null;
8781
8781
  };
8782
- /** Response */
8783
- user__search_users__Response: {
8784
- /**
8785
- * Users
8786
- * @description Users in this organization.
8787
- */
8788
- users: components["schemas"]["user__search_users__Response__UserInstance"][];
8789
- };
8790
8782
  /** UserInstance */
8791
- user__search_users__Response__UserInstance: {
8783
+ user__get_users__Response__UserInstance: {
8792
8784
  /**
8793
8785
  * Org Id
8794
8786
  * @description The ID of the organization that this user belongs to.
@@ -8824,6 +8816,14 @@ export interface components {
8824
8816
  /** @description The preferences of the user. */
8825
8817
  preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
8826
8818
  };
8819
+ /** Response */
8820
+ user__search_users__Response: {
8821
+ /**
8822
+ * Users
8823
+ * @description Users in this organization.
8824
+ */
8825
+ users: components["schemas"]["user__get_users__Response__UserInstance"][];
8826
+ };
8827
8827
  /** UserStats */
8828
8828
  user__search_users__Response__UserInstance__UserStats: {
8829
8829
  /**
@@ -5,7 +5,7 @@ export declare class UserResource {
5
5
  private orgId;
6
6
  constructor(c: AmigoFetch, orgId: string);
7
7
  getUsers(queryParams?: operations['get-users']['parameters']['query'], headers?: operations['get-users']['parameters']['header']): Promise<{
8
- users: components["schemas"]["user__search_users__Response__UserInstance"][];
8
+ users: components["schemas"]["user__get_users__Response__UserInstance"][];
9
9
  has_more: boolean;
10
10
  continuation_token: number | null;
11
11
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo-ai/sdk",
3
- "version": "0.56.0",
3
+ "version": "0.57.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"