@amigo-ai/sdk 0.56.0 → 0.58.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.
@@ -2339,7 +2339,7 @@ export interface components {
2339
2339
  /** Boundary Constraints */
2340
2340
  boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
2341
2341
  /** Exit Conditions */
2342
- exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
2342
+ exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
2343
2343
  /** Action Tool Call Specs */
2344
2344
  action_tool_call_specs: components["schemas"]["ToolCallSpec-Input"][];
2345
2345
  /** Exit Condition Tool Call Specs */
@@ -2784,7 +2784,7 @@ export interface components {
2784
2784
  type: "decision";
2785
2785
  name: components["schemas"]["StateOrRefName"];
2786
2786
  /** Exit Conditions */
2787
- exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
2787
+ exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
2788
2788
  /** Decision Guidelines */
2789
2789
  decision_guidelines: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
2790
2790
  objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
@@ -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. */
@@ -4303,6 +4303,8 @@ export interface components {
4303
4303
  /** @description Metadata about the invocation. */
4304
4304
  invocation_metadata: components["schemas"]["AgentFrameworkInvocationMetadata"];
4305
4305
  };
4306
+ /** @enum {string} */
4307
+ ResultPersistence: "ephemral" | "persisted-preferred" | "persisted";
4306
4308
  /** RoleInstance */
4307
4309
  RoleInstance: {
4308
4310
  /**
@@ -4495,7 +4497,7 @@ export interface components {
4495
4497
  * Tags
4496
4498
  * @description The tags of the service.
4497
4499
  */
4498
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4500
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4499
4501
  };
4500
4502
  /** SimulationConversationInvocationSource */
4501
4503
  SimulationConversationInvocationSource: {
@@ -4705,7 +4707,7 @@ export interface components {
4705
4707
  * Tags
4706
4708
  * @description The tags of the simulation persona.
4707
4709
  */
4708
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4710
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4709
4711
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4710
4712
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4711
4713
  };
@@ -4777,7 +4779,7 @@ export interface components {
4777
4779
  * Tags
4778
4780
  * @description The tags of the simulation persona.
4779
4781
  */
4780
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4782
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4781
4783
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4782
4784
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
4783
4785
  };
@@ -4832,7 +4834,7 @@ export interface components {
4832
4834
  * Tags
4833
4835
  * @description The tags of the simulation unit test set.
4834
4836
  */
4835
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4837
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4836
4838
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4837
4839
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4838
4840
  };
@@ -4884,7 +4886,7 @@ export interface components {
4884
4886
  * Tags
4885
4887
  * @description The tags of the simulation unit test set.
4886
4888
  */
4887
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
4889
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
4888
4890
  creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4889
4891
  updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
4890
4892
  };
@@ -5103,6 +5105,12 @@ export interface components {
5103
5105
  * @description The duration of the tool call in seconds.
5104
5106
  */
5105
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;
5106
5114
  };
5107
5115
  /** ToolCallSpec */
5108
5116
  "ToolCallSpec-Input": {
@@ -5128,6 +5136,11 @@ export interface components {
5128
5136
  * @description The number of seconds to wait before playing an audio filler.
5129
5137
  */
5130
5138
  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"];
5131
5144
  };
5132
5145
  /**
5133
5146
  * ToolCallSpec
@@ -5159,6 +5172,11 @@ export interface components {
5159
5172
  * @description The number of seconds to wait before playing an audio filler.
5160
5173
  */
5161
5174
  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"];
5162
5180
  };
5163
5181
  /**
5164
5182
  * ToolCallStartedEvent
@@ -5400,7 +5418,7 @@ export interface components {
5400
5418
  * Tags
5401
5419
  * @description The tags of the simulation persona.
5402
5420
  */
5403
- tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
5421
+ tags: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__Tag"][];
5404
5422
  };
5405
5423
  /** ToolVersionInstance */
5406
5424
  ToolVersionInstance: {
@@ -6015,6 +6033,13 @@ export interface components {
6015
6033
  */
6016
6034
  overrides_instructions: boolean;
6017
6035
  };
6036
+ /** Tag */
6037
+ amigo_lib__mongo__collections__metric__Metric__Tag: {
6038
+ /** Key */
6039
+ key: string;
6040
+ /** Value */
6041
+ value: string | null;
6042
+ };
6018
6043
  /** UserInfo */
6019
6044
  amigo_lib__mongo__collections__metric__Metric__UserInfo: {
6020
6045
  /** Org Id */
@@ -6143,13 +6168,6 @@ export interface components {
6143
6168
  /** User Id */
6144
6169
  user_id: string;
6145
6170
  };
6146
- /** Tag */
6147
- amigo_lib__mongo__collections__tool__Tool__Tag: {
6148
- /** Key */
6149
- key: string;
6150
- /** Value */
6151
- value: string | null;
6152
- };
6153
6171
  /** Version */
6154
6172
  amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
6155
6173
  /** Major */
@@ -6554,7 +6572,7 @@ export interface components {
6554
6572
  * Dynamic Behavior Sets
6555
6573
  * @description The retrieved dynamic behavior sets.
6556
6574
  */
6557
- dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6575
+ dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
6558
6576
  /**
6559
6577
  * Has More
6560
6578
  * @description Whether there are more dynamic behavior sets to retrieve.
@@ -6571,8 +6589,34 @@ export interface components {
6571
6589
  * retrieved. */
6572
6590
  filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
6573
6591
  };
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
+ };
6574
6618
  /** DynamicBehaviorSetInstance */
6575
- dynamic_behavior_set__get_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6619
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
6576
6620
  /** Id */
6577
6621
  id: string;
6578
6622
  /** Name */
@@ -6598,32 +6642,6 @@ export interface components {
6598
6642
  updated_at: string;
6599
6643
  updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
6600
6644
  };
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
6645
  /** Request */
6628
6646
  dynamic_behavior_set__update_dynamic_behavior_set__Request: {
6629
6647
  /** @description The name of the dynamic behavior set. */
@@ -6948,7 +6966,7 @@ export interface components {
6948
6966
  * User Dimensions
6949
6967
  * @description User dimensions for the organization.
6950
6968
  */
6951
- user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
6969
+ user_dimensions: components["schemas"]["organization__create_organization__Request__UserDimension"][];
6952
6970
  /**
6953
6971
  * Logo
6954
6972
  * Format: base64
@@ -7018,6 +7036,12 @@ export interface components {
7018
7036
  /** Timezone */
7019
7037
  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
7038
  };
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
+ };
7021
7045
  /** Response */
7022
7046
  organization__create_organization__Response: {
7023
7047
  /**
@@ -7081,7 +7105,7 @@ export interface components {
7081
7105
  global_boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
7082
7106
  };
7083
7107
  /** ExitCondition */
7084
- organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition: {
7108
+ organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition: {
7085
7109
  description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7086
7110
  /** Next State */
7087
7111
  next_state: components["schemas"]["StateOrRefName"] | [
@@ -7369,7 +7393,7 @@ export interface components {
7369
7393
  * User Dimensions
7370
7394
  * @description User dimensions for the organization. If not set or `null`, this field is not updated.
7371
7395
  */
7372
- user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
7396
+ user_dimensions?: components["schemas"]["organization__create_organization__Request__UserDimension"][] | null;
7373
7397
  /** @description The default user preferences for the organization. If `null`, this field is not updated. */
7374
7398
  default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
7375
7399
  /**
@@ -7403,12 +7427,6 @@ export interface components {
7403
7427
  /** Timezone */
7404
7428
  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
7429
  };
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
7430
  /** Request */
7413
7431
  role__assign_role__Request: {
7414
7432
  /**
@@ -7533,7 +7551,7 @@ export interface components {
7533
7551
  is_active: boolean;
7534
7552
  /** @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
7553
  * latest agent and state machine versions with no model preference. */
7536
- release_version_set?: components["schemas"]["service__upsert_service_version_set__Request__VersionSet"] | null;
7554
+ release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
7537
7555
  /**
7538
7556
  * Tags
7539
7557
  * @description The tags of this service.
@@ -7542,6 +7560,23 @@ export interface components {
7542
7560
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7543
7561
  };
7544
7562
  };
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
+ };
7545
7580
  /** LLMConfig */
7546
7581
  service__create_service__Request__VersionSet__LLMConfig: {
7547
7582
  llm_name: components["schemas"]["LLMType"];
@@ -7636,24 +7671,7 @@ export interface components {
7636
7671
  /** Request */
7637
7672
  service__upsert_service_version_set__Request: {
7638
7673
  /** @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
- };
7674
+ version_set: components["schemas"]["service__create_service__Request__VersionSet"];
7657
7675
  };
7658
7676
  /** LLMLoadBalancingSetConfig */
7659
7677
  service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig: {
@@ -7923,7 +7941,7 @@ export interface components {
7923
7941
  * Simulation Personas
7924
7942
  * @description The list of simulation personas.
7925
7943
  */
7926
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
7944
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
7927
7945
  /**
7928
7946
  * Has More
7929
7947
  * @description Whether there are more simulation personas to fetch.
@@ -7958,6 +7976,52 @@ export interface components {
7958
7976
  */
7959
7977
  roles: string[];
7960
7978
  };
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
+ };
7961
8025
  /** Response */
7962
8026
  simulation__get_simulation_scenario_versions__Response: {
7963
8027
  /**
@@ -7982,7 +8046,7 @@ export interface components {
7982
8046
  * Simulation Scenarios
7983
8047
  * @description The list of simulation scenarios.
7984
8048
  */
7985
- simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
8049
+ simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
7986
8050
  /**
7987
8051
  * Has More
7988
8052
  * @description Whether there are more simulation scenarios to fetch.
@@ -8012,6 +8076,47 @@ export interface components {
8012
8076
  */
8013
8077
  tags: string[];
8014
8078
  };
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
+ };
8015
8120
  /** Response */
8016
8121
  simulation__get_simulation_unit_test_set_run_artifacts__Response: {
8017
8122
  /**
@@ -8170,53 +8275,7 @@ export interface components {
8170
8275
  * Simulation Personas
8171
8276
  * @description The list of simulation personas.
8172
8277
  */
8173
- simulation_personas: components["schemas"]["simulation__search_simulation_personas__Response__SimulationPersonaInstance"][];
8174
- };
8175
- /** SimulationPersonaInstance */
8176
- simulation__search_simulation_personas__Response__SimulationPersonaInstance: {
8177
- /**
8178
- * Id
8179
- * @description The ID of the simulation persona.
8180
- */
8181
- id: string;
8182
- /**
8183
- * Name
8184
- * @description The name of the simulation persona.
8185
- */
8186
- name: string;
8187
- /**
8188
- * Role
8189
- * @description The role of the simulation persona.
8190
- */
8191
- role: string;
8192
- /**
8193
- * Tags
8194
- * @description The tags of the simulation persona.
8195
- */
8196
- tags: {
8197
- [key: string]: string | null;
8198
- };
8199
- /**
8200
- * Is Deleted
8201
- * @description Whether the simulation persona is deleted.
8202
- */
8203
- is_deleted: boolean;
8204
- /**
8205
- * Created At
8206
- * Format: date-time
8207
- * @description The timestamp when the simulation persona was created.
8208
- */
8209
- created_at: string;
8210
- /** @description The user who created the simulation persona. */
8211
- creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8212
- /**
8213
- * Updated At
8214
- * Format: date-time
8215
- * @description The timestamp when the simulation persona was last updated.
8216
- */
8217
- updated_at: string;
8218
- /** @description The user who last updated the simulation persona. */
8219
- updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
8278
+ simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
8220
8279
  };
8221
8280
  /** Response */
8222
8281
  simulation__search_simulation_scenarios__Response: {
@@ -8224,48 +8283,7 @@ export interface components {
8224
8283
  * Simulation Scenarios
8225
8284
  * @description The list of simulation scenarios.
8226
8285
  */
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"];
8286
+ simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
8269
8287
  };
8270
8288
  /** Response */
8271
8289
  simulation__search_simulation_unit_test_set__Response: {
@@ -8418,7 +8436,7 @@ export interface components {
8418
8436
  * Tool Invocations
8419
8437
  * @description The list of tool invocations.
8420
8438
  */
8421
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
8439
+ tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
8422
8440
  /**
8423
8441
  * Has More
8424
8442
  * @description Whether there are more tool invocations to retrieve.
@@ -8430,47 +8448,6 @@ export interface components {
8430
8448
  */
8431
8449
  continuation_token: unknown | null;
8432
8450
  };
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
8451
  /** Response */
8475
8452
  tool__get_tool_versions__Response: {
8476
8453
  /**
@@ -8539,7 +8516,23 @@ export interface components {
8539
8516
  * Inputs
8540
8517
  * @description The list of inputs for the tool invocation.
8541
8518
  */
8542
- inputs: components["schemas"]["tool__test_tool__Request__Input"][];
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";
8543
8536
  };
8544
8537
  /** Response */
8545
8538
  tool__invoke_tool_version__Response: {
@@ -8611,7 +8604,48 @@ export interface components {
8611
8604
  * Tool Invocations
8612
8605
  * @description The list of tool invocations.
8613
8606
  */
8614
- tool_invocations: components["schemas"]["tool__get_tool_invocations__Response__ToolInvocationInstance"][];
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"];
8615
8649
  };
8616
8650
  /** Request */
8617
8651
  tool__test_tool__Request: {
@@ -8619,7 +8653,7 @@ export interface components {
8619
8653
  * Inputs
8620
8654
  * @description The list of inputs for the tool invocation.
8621
8655
  */
8622
- inputs: components["schemas"]["tool__test_tool__Request__Input"][];
8656
+ inputs: components["schemas"]["tool__invoke_tool_version__Request__Input"][];
8623
8657
  /**
8624
8658
  * Commit Branch
8625
8659
  * @description The branch in the tools repo whose tip will be tested.
@@ -8645,22 +8679,6 @@ export interface components {
8645
8679
  [key: string]: string;
8646
8680
  };
8647
8681
  };
8648
- /** Input */
8649
- tool__test_tool__Request__Input: {
8650
- /**
8651
- * Input Parameters
8652
- * @description The input parameters for the tool invocation.
8653
- */
8654
- input_parameters: {
8655
- [key: string]: unknown;
8656
- };
8657
- /**
8658
- * Invocation Mode
8659
- * @description The mode of invocation.
8660
- * @enum {string}
8661
- */
8662
- invocation_mode: "regular" | "conversation-simulation";
8663
- };
8664
8682
  /** Response */
8665
8683
  tool__test_tool__Response: {
8666
8684
  /** Invocation Results */
@@ -8767,7 +8785,7 @@ export interface components {
8767
8785
  * Users
8768
8786
  * @description Users in this organization.
8769
8787
  */
8770
- users: components["schemas"]["user__search_users__Response__UserInstance"][];
8788
+ users: components["schemas"]["user__get_users__Response__UserInstance"][];
8771
8789
  /**
8772
8790
  * Has More
8773
8791
  * @description Whether there are more users to retrieve.
@@ -8779,16 +8797,8 @@ export interface components {
8779
8797
  */
8780
8798
  continuation_token: number | null;
8781
8799
  };
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
8800
  /** UserInstance */
8791
- user__search_users__Response__UserInstance: {
8801
+ user__get_users__Response__UserInstance: {
8792
8802
  /**
8793
8803
  * Org Id
8794
8804
  * @description The ID of the organization that this user belongs to.
@@ -8824,6 +8834,14 @@ export interface components {
8824
8834
  /** @description The preferences of the user. */
8825
8835
  preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
8826
8836
  };
8837
+ /** Response */
8838
+ user__search_users__Response: {
8839
+ /**
8840
+ * Users
8841
+ * @description Users in this organization.
8842
+ */
8843
+ users: components["schemas"]["user__get_users__Response__UserInstance"][];
8844
+ };
8827
8845
  /** UserStats */
8828
8846
  user__search_users__Response__UserInstance__UserStats: {
8829
8847
  /**
@@ -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.58.0",
4
4
  "description": "Amigo TypeScript SDK",
5
5
  "publishConfig": {
6
6
  "access": "public"