@amigo-ai/sdk 1.0.0-alpha.3 → 1.0.0-alpha.4

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.
@@ -5957,7 +5957,7 @@ export interface components {
5957
5957
  amigo_lib__pydantic__base_model__StrippedNonemptyString__3: string;
5958
5958
  src__app__amigo__service__conversation__Action: components["schemas"]["SelectDynamicBehaviorAgentActionEvent"] | components["schemas"]["CheckIfActiveMemoryNeededAgentActionEvent"] | components["schemas"]["ExtractActiveMemoriesAgentActionEvent"] | components["schemas"]["NavigateStateMachineAgentActionEvent"] | components["schemas"]["EngageUserAgentActionEvent"];
5959
5959
  /** Response */
5960
- src__app__endpoints__admin__ping_server__Response: {
5960
+ admin__ping_server__Response: {
5961
5961
  /**
5962
5962
  * In Maintenance Mode
5963
5963
  * @description Whether the server is in maintenance mode. This value may differ based on organizations.
@@ -5965,7 +5965,7 @@ export interface components {
5965
5965
  in_maintenance_mode: boolean;
5966
5966
  };
5967
5967
  /** Request */
5968
- src__app__endpoints__conversation__create_conversation__Request: {
5968
+ conversation__create_conversation__Request: {
5969
5969
  /**
5970
5970
  * Service Id
5971
5971
  * @description The identifier of the service to create a conversation in.
@@ -5985,9 +5985,9 @@ export interface components {
5985
5985
  */
5986
5986
  initial_message_type?: ("user-message" | "external-event") | null;
5987
5987
  };
5988
- src__app__endpoints__conversation__create_conversation__Response: components["schemas"]["ConversationCreatedEvent"] | components["schemas"]["NewMessageEvent"] | components["schemas"]["InteractionCompleteEvent"] | components["schemas"]["CurrentAgentActionEvent"] | components["schemas"]["ErrorEvent"];
5988
+ conversation__create_conversation__Response: components["schemas"]["ConversationCreatedEvent"] | components["schemas"]["NewMessageEvent"] | components["schemas"]["InteractionCompleteEvent"] | components["schemas"]["CurrentAgentActionEvent"] | components["schemas"]["ErrorEvent"];
5989
5989
  /** Request */
5990
- src__app__endpoints__conversation__generate_conversation_starter__Request: {
5990
+ conversation__generate_conversation_starter__Request: {
5991
5991
  /**
5992
5992
  * Service Id
5993
5993
  * @description The identifier of the service to create a conversation starter for.
@@ -6018,7 +6018,7 @@ export interface components {
6018
6018
  generation_instructions: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6019
6019
  };
6020
6020
  /** Response */
6021
- src__app__endpoints__conversation__generate_conversation_starter__Response: {
6021
+ conversation__generate_conversation_starter__Response: {
6022
6022
  /**
6023
6023
  * Prompts
6024
6024
  * @description The generated prompts.
@@ -6026,7 +6026,7 @@ export interface components {
6026
6026
  prompts: components["schemas"]["Prompt"][];
6027
6027
  };
6028
6028
  /** Response */
6029
- src__app__endpoints__conversation__get_conversation_messages__Response: {
6029
+ conversation__get_conversation_messages__Response: {
6030
6030
  /**
6031
6031
  * Messages
6032
6032
  * @description The retrieved messages.
@@ -6044,7 +6044,7 @@ export interface components {
6044
6044
  continuation_token: number | null;
6045
6045
  };
6046
6046
  /** Response */
6047
- src__app__endpoints__conversation__get_conversations__Response: {
6047
+ conversation__get_conversations__Response: {
6048
6048
  /**
6049
6049
  * Conversations
6050
6050
  * @description The conversations satisfying the filters.
@@ -6062,7 +6062,7 @@ export interface components {
6062
6062
  continuation_token: number | null;
6063
6063
  };
6064
6064
  /** Response */
6065
- src__app__endpoints__conversation__get_interaction_insights__Response: {
6065
+ conversation__get_interaction_insights__Response: {
6066
6066
  /**
6067
6067
  * Current State Name
6068
6068
  * @description The state the agent is in.
@@ -6102,9 +6102,9 @@ export interface components {
6102
6102
  number
6103
6103
  ] | null;
6104
6104
  };
6105
- src__app__endpoints__conversation__interact_with_conversation__Response: components["schemas"]["ConversationEvent"] | components["schemas"]["UserMessageAvailableEvent"] | components["schemas"]["ErrorEvent"];
6105
+ conversation__interact_with_conversation__Response: components["schemas"]["ConversationEvent"] | components["schemas"]["UserMessageAvailableEvent"] | components["schemas"]["ErrorEvent"];
6106
6106
  /** Response */
6107
- src__app__endpoints__conversation__recommend_responses_for_interaction__Response: {
6107
+ conversation__recommend_responses_for_interaction__Response: {
6108
6108
  /**
6109
6109
  * Recommended Responses
6110
6110
  * @description The recommended responses to the user.
@@ -6112,7 +6112,7 @@ export interface components {
6112
6112
  recommended_responses: string[];
6113
6113
  };
6114
6114
  /** Request */
6115
- src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Request: {
6115
+ dynamic_behavior_set__create_dynamic_behavior_set__Request: {
6116
6116
  /** @description The name of the dynamic behavior set. */
6117
6117
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6118
6118
  /**
@@ -6128,10 +6128,10 @@ export interface components {
6128
6128
  */
6129
6129
  applied_to_services: string[];
6130
6130
  /** @description The configuration for the initial version of the dynamic behavior set. */
6131
- initial_version: components["schemas"]["src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion"];
6131
+ initial_version: components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion"];
6132
6132
  };
6133
6133
  /** InitialVersion */
6134
- src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion: {
6134
+ dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion: {
6135
6135
  /**
6136
6136
  * Is Active
6137
6137
  * @description After adding this initial version, whether the dynamic behavior set should be activated.
@@ -6143,10 +6143,10 @@ export interface components {
6143
6143
  */
6144
6144
  conversation_triggers: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
6145
6145
  /** @description The action to perform when the dynamic behavior set version is activated. */
6146
- action: components["schemas"]["src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction"];
6146
+ action: components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction"];
6147
6147
  };
6148
6148
  /** InjectInstructionAction */
6149
- src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction: {
6149
+ dynamic_behavior_set__create_dynamic_behavior_set__Request__InitialVersion__InjectInstructionAction: {
6150
6150
  /**
6151
6151
  * Type
6152
6152
  * @constant
@@ -6160,7 +6160,7 @@ export interface components {
6160
6160
  overrides_instructions: boolean;
6161
6161
  };
6162
6162
  /** Response */
6163
- src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Response: {
6163
+ dynamic_behavior_set__create_dynamic_behavior_set__Response: {
6164
6164
  /**
6165
6165
  * Dynamic Behavior Set Id
6166
6166
  * @description The ID of the newly created dynamic behavior set.
@@ -6168,17 +6168,17 @@ export interface components {
6168
6168
  dynamic_behavior_set_id: string;
6169
6169
  };
6170
6170
  /** Request */
6171
- src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set_version__Request: {
6171
+ dynamic_behavior_set__create_dynamic_behavior_set_version__Request: {
6172
6172
  /**
6173
6173
  * Conversation Triggers
6174
6174
  * @description The conversation triggers for the dynamic behavior set version.
6175
6175
  */
6176
6176
  conversation_triggers: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
6177
6177
  /** @description The action to perform when the dynamic behavior set version is activated. */
6178
- action: components["schemas"]["src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction"];
6178
+ action: components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction"];
6179
6179
  };
6180
6180
  /** InjectInstructionAction */
6181
- src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction: {
6181
+ dynamic_behavior_set__create_dynamic_behavior_set_version__Request__InjectInstructionAction: {
6182
6182
  /**
6183
6183
  * Type
6184
6184
  * @constant
@@ -6189,7 +6189,7 @@ export interface components {
6189
6189
  overrides_instructions: boolean;
6190
6190
  };
6191
6191
  /** Response */
6192
- src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
6192
+ dynamic_behavior_set__create_dynamic_behavior_set_version__Response: {
6193
6193
  /**
6194
6194
  * New Version Number
6195
6195
  * @description The version number of the new version.
@@ -6197,7 +6197,7 @@ export interface components {
6197
6197
  new_version_number: number;
6198
6198
  };
6199
6199
  /** Response */
6200
- src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_invocations__Response: {
6200
+ dynamic_behavior_set__get_dynamic_behavior_invocations__Response: {
6201
6201
  /**
6202
6202
  * Dynamic Behavior Invocations
6203
6203
  * @description The retrieved dynamic behavior invocations.
@@ -6215,7 +6215,7 @@ export interface components {
6215
6215
  continuation_token: number | null;
6216
6216
  };
6217
6217
  /** Response */
6218
- src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_set_versions__Response: {
6218
+ dynamic_behavior_set__get_dynamic_behavior_set_versions__Response: {
6219
6219
  /**
6220
6220
  * Dynamic Behavior Set Versions
6221
6221
  * @description The retrieved dynamic behavior set versions.
@@ -6233,7 +6233,7 @@ export interface components {
6233
6233
  continuation_token: number | null;
6234
6234
  };
6235
6235
  /** Response */
6236
- src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_sets__Response: {
6236
+ dynamic_behavior_set__get_dynamic_behavior_sets__Response: {
6237
6237
  /**
6238
6238
  * Dynamic Behavior Sets
6239
6239
  * @description The retrieved dynamic behavior sets.
@@ -6253,10 +6253,10 @@ export interface components {
6253
6253
  *
6254
6254
  * Note that the values are counted assuming the authenticated user has access to all the dynamic behavior sets, so they might differ from how many sets are actually
6255
6255
  * retrieved. */
6256
- filter_values: components["schemas"]["src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
6256
+ filter_values: components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues"] | null;
6257
6257
  };
6258
6258
  /** FilterValues */
6259
- src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6259
+ dynamic_behavior_set__get_dynamic_behavior_sets__Response__FilterValues: {
6260
6260
  /**
6261
6261
  * Applied To Services Ids
6262
6262
  * @description A set of service IDs that have dynamic behavior sets applied to the service.
@@ -6274,7 +6274,7 @@ export interface components {
6274
6274
  tags: string[];
6275
6275
  };
6276
6276
  /** Response */
6277
- src__app__endpoints__dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6277
+ dynamic_behavior_set__search_dynamic_behavior_sets__Response: {
6278
6278
  /**
6279
6279
  * Dynamic Behavior Sets
6280
6280
  * @description The retrieved dynamic behavior sets.
@@ -6282,7 +6282,7 @@ export interface components {
6282
6282
  dynamic_behavior_sets: components["schemas"]["DynamicBehaviorSetInstance"][];
6283
6283
  };
6284
6284
  /** Request */
6285
- src__app__endpoints__dynamic_behavior_set__update_dynamic_behavior_set__Request: {
6285
+ dynamic_behavior_set__update_dynamic_behavior_set__Request: {
6286
6286
  /** @description The name of the dynamic behavior set. */
6287
6287
  name?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
6288
6288
  /**
@@ -6304,7 +6304,7 @@ export interface components {
6304
6304
  is_active?: boolean | null;
6305
6305
  };
6306
6306
  /** Request */
6307
- src__app__endpoints__metric__create_metric__Request: {
6307
+ metric__create_metric__Request: {
6308
6308
  /** @description The name of the metric. Must be unique within the organization. */
6309
6309
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6310
6310
  /** @description The description of the metric. */
@@ -6326,7 +6326,7 @@ export interface components {
6326
6326
  metric_value: components["schemas"]["MetricValue-Input"];
6327
6327
  };
6328
6328
  /** Response */
6329
- src__app__endpoints__metric__create_metric__Response: {
6329
+ metric__create_metric__Response: {
6330
6330
  /**
6331
6331
  * Id
6332
6332
  * @description The ID of the created metric.
@@ -6334,7 +6334,7 @@ export interface components {
6334
6334
  id: string;
6335
6335
  };
6336
6336
  /** Request */
6337
- src__app__endpoints__metric__evaluate_metrics__Request: {
6337
+ metric__evaluate_metrics__Request: {
6338
6338
  /**
6339
6339
  * Metric Ids
6340
6340
  * @description The IDs of the metrics to evaluate.
@@ -6352,7 +6352,7 @@ export interface components {
6352
6352
  evaluate_to_interaction_id?: string | null;
6353
6353
  };
6354
6354
  /** Response */
6355
- src__app__endpoints__metric__evaluate_metrics__Response: {
6355
+ metric__evaluate_metrics__Response: {
6356
6356
  /**
6357
6357
  * Metrics
6358
6358
  * @description A list of the evaluated metrics, in the same order that the `metrics` field in the request is presented.
@@ -6360,7 +6360,7 @@ export interface components {
6360
6360
  metrics: components["schemas"]["amigo_lib__agent__metric__MetricAgent__MetricEvaluationResult"][];
6361
6361
  };
6362
6362
  /** Response */
6363
- src__app__endpoints__metric__get_metric_evaluation_results__Response: {
6363
+ metric__get_metric_evaluation_results__Response: {
6364
6364
  /**
6365
6365
  * Metric Evaluation Results
6366
6366
  * @description The list of retrieved metric evaluation results.
@@ -6380,10 +6380,10 @@ export interface components {
6380
6380
  *
6381
6381
  * Note that the values are counted assuming the authenticated user has access to all the metric evaluation results, so they might differ from how many are actually
6382
6382
  * retrieved. */
6383
- filter_values: components["schemas"]["src__app__endpoints__metric__get_metric_evaluation_results__Response__FilterValues"] | null;
6383
+ filter_values: components["schemas"]["metric__get_metric_evaluation_results__Response__FilterValues"] | null;
6384
6384
  };
6385
6385
  /** FilterValues */
6386
- src__app__endpoints__metric__get_metric_evaluation_results__Response__FilterValues: {
6386
+ metric__get_metric_evaluation_results__Response__FilterValues: {
6387
6387
  /**
6388
6388
  * Metric Ids
6389
6389
  * @description The IDs of the metrics that the metric evaluation results are for.
@@ -6391,7 +6391,7 @@ export interface components {
6391
6391
  metric_ids: string[];
6392
6392
  };
6393
6393
  /** Response */
6394
- src__app__endpoints__metric__get_metrics__Response: {
6394
+ metric__get_metrics__Response: {
6395
6395
  /**
6396
6396
  * Metrics
6397
6397
  * @description The list of retrieved metrics.
@@ -6411,10 +6411,10 @@ export interface components {
6411
6411
  *
6412
6412
  * Note that the values are counted assuming the authenticated user has access to all the metrics, so they might differ from how many are actually
6413
6413
  * retrieved. */
6414
- filter_values: components["schemas"]["src__app__endpoints__metric__get_metrics__Response__FilterValues"] | null;
6414
+ filter_values: components["schemas"]["metric__get_metrics__Response__FilterValues"] | null;
6415
6415
  };
6416
6416
  /** FilterValues */
6417
- src__app__endpoints__metric__get_metrics__Response__FilterValues: {
6417
+ metric__get_metrics__Response__FilterValues: {
6418
6418
  /**
6419
6419
  * Applied To Services Ids
6420
6420
  * @description A set of service IDs that have metrics applied to the service.
@@ -6437,7 +6437,7 @@ export interface components {
6437
6437
  types: string[];
6438
6438
  };
6439
6439
  /** Response */
6440
- src__app__endpoints__metric__search_metrics__Response: {
6440
+ metric__search_metrics__Response: {
6441
6441
  /**
6442
6442
  * Metrics
6443
6443
  * @description The list of retrieved metrics.
@@ -6445,7 +6445,7 @@ export interface components {
6445
6445
  metrics: components["schemas"]["Metric"][];
6446
6446
  };
6447
6447
  /** Request */
6448
- src__app__endpoints__metric__update_metric__Request: {
6448
+ metric__update_metric__Request: {
6449
6449
  /** @description The description of the metric. Only updated if set. */
6450
6450
  description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
6451
6451
  /**
@@ -6468,12 +6468,12 @@ export interface components {
6468
6468
  } | null;
6469
6469
  };
6470
6470
  /** Request */
6471
- src__app__endpoints__organization__create_agent__Request: {
6471
+ organization__create_agent__Request: {
6472
6472
  /** @description The name of the new agent. */
6473
6473
  agent_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__2"];
6474
6474
  };
6475
6475
  /** Response */
6476
- src__app__endpoints__organization__create_agent__Response: {
6476
+ organization__create_agent__Response: {
6477
6477
  /**
6478
6478
  * Id
6479
6479
  * @description The ID of the newly created agent.
@@ -6481,7 +6481,7 @@ export interface components {
6481
6481
  id: string;
6482
6482
  };
6483
6483
  /** Request */
6484
- src__app__endpoints__organization__create_agent_version__Request: {
6484
+ organization__create_agent_version__Request: {
6485
6485
  /** @description The agent's initials. */
6486
6486
  initials?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__3"] | null;
6487
6487
  /** @description Information about the agent's identity. */
@@ -6507,7 +6507,7 @@ export interface components {
6507
6507
  voice_config: components["schemas"]["VoiceConfig-Input"] | components["schemas"]["_NotSet"] | null;
6508
6508
  };
6509
6509
  /** Response */
6510
- src__app__endpoints__organization__create_agent_version__Response: {
6510
+ organization__create_agent_version__Response: {
6511
6511
  /**
6512
6512
  * Id
6513
6513
  * @description The ID of the new agent version.
@@ -6529,7 +6529,7 @@ export interface components {
6529
6529
  created_at: string;
6530
6530
  };
6531
6531
  /** Request */
6532
- src__app__endpoints__organization__create_api_key__Request: {
6532
+ organization__create_api_key__Request: {
6533
6533
  /**
6534
6534
  * Duration
6535
6535
  * Format: duration
@@ -6545,7 +6545,7 @@ export interface components {
6545
6545
  role_name: string;
6546
6546
  };
6547
6547
  /** Response */
6548
- src__app__endpoints__organization__create_api_key__Response: {
6548
+ organization__create_api_key__Response: {
6549
6549
  /**
6550
6550
  * Api Key Id
6551
6551
  * @description An identifier for this API key. You must present this along with the API key to authenticate.
@@ -6564,7 +6564,7 @@ export interface components {
6564
6564
  expires_at: string;
6565
6565
  };
6566
6566
  /** Request */
6567
- src__app__endpoints__organization__create_organization__Request: {
6567
+ organization__create_organization__Request: {
6568
6568
  /** @description A human friendly name of the organization. */
6569
6569
  org_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6570
6570
  /** @description An advertising tagline for the services offered by this organization. */
@@ -6612,7 +6612,7 @@ export interface components {
6612
6612
  * "user_model_visible_to_admins": true
6613
6613
  * }
6614
6614
  */
6615
- default_user_preferences: components["schemas"]["src__app__endpoints__organization__create_organization__Request__Preferences"];
6615
+ default_user_preferences: components["schemas"]["organization__create_organization__Request__Preferences"];
6616
6616
  /**
6617
6617
  * Onboarding Instructions
6618
6618
  * @description A list of markdown text that's displayed during the onboarding flow of this organization. Each entry corresponds to a page in the onboarding flow.
@@ -6623,7 +6623,7 @@ export interface components {
6623
6623
  azure_devops_team_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6624
6624
  };
6625
6625
  /** Preferences */
6626
- src__app__endpoints__organization__create_organization__Request__Preferences: {
6626
+ organization__create_organization__Request__Preferences: {
6627
6627
  /**
6628
6628
  * Enable Response Recommendation
6629
6629
  * @description Whether to automatically recommend responses to the user if the user hasn't replied to the coach for a while.
@@ -6648,7 +6648,7 @@ export interface components {
6648
6648
  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;
6649
6649
  };
6650
6650
  /** Response */
6651
- src__app__endpoints__organization__create_organization__Response: {
6651
+ organization__create_organization__Response: {
6652
6652
  /**
6653
6653
  * Org Id
6654
6654
  * @description ID of the newly created organization. This is used to identify the organization that a resource belongs to in all Amigo endpoints.
@@ -6656,12 +6656,12 @@ export interface components {
6656
6656
  org_id: string;
6657
6657
  };
6658
6658
  /** Request */
6659
- src__app__endpoints__organization__create_service_hierarchical_state_machine__Request: {
6659
+ organization__create_service_hierarchical_state_machine__Request: {
6660
6660
  /** @description The name of the new state machine. */
6661
6661
  state_machine_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__2"];
6662
6662
  };
6663
6663
  /** Response */
6664
- src__app__endpoints__organization__create_service_hierarchical_state_machine__Response: {
6664
+ organization__create_service_hierarchical_state_machine__Response: {
6665
6665
  /**
6666
6666
  * Id
6667
6667
  * @description The ID of the newly created state machine.
@@ -6669,7 +6669,7 @@ export interface components {
6669
6669
  id: string;
6670
6670
  };
6671
6671
  /** Request */
6672
- src__app__endpoints__organization__create_service_hierarchical_state_machine_version__Request: {
6672
+ organization__create_service_hierarchical_state_machine_version__Request: {
6673
6673
  /** @description A description of the service hierarchical state machine. */
6674
6674
  description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
6675
6675
  /**
@@ -6712,7 +6712,7 @@ export interface components {
6712
6712
  global_boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
6713
6713
  };
6714
6714
  /** Response */
6715
- src__app__endpoints__organization__create_service_hierarchical_state_machine_version__Response: {
6715
+ organization__create_service_hierarchical_state_machine_version__Response: {
6716
6716
  /**
6717
6717
  * Id
6718
6718
  * @description The ID of the new service hierarchical state machine version.
@@ -6734,7 +6734,7 @@ export interface components {
6734
6734
  created_at: string;
6735
6735
  };
6736
6736
  /** Response */
6737
- src__app__endpoints__organization__delete_api_key__Response: {
6737
+ organization__delete_api_key__Response: {
6738
6738
  /**
6739
6739
  * Deleted Key Id
6740
6740
  * @description ID of the successfully deleted API key.
@@ -6742,12 +6742,12 @@ export interface components {
6742
6742
  deleted_key_id: string;
6743
6743
  };
6744
6744
  /** Response */
6745
- src__app__endpoints__organization__get_agent_versions__Response: {
6745
+ organization__get_agent_versions__Response: {
6746
6746
  /**
6747
6747
  * Agent Versions
6748
6748
  * @description The returned agent versions.
6749
6749
  */
6750
- agent_versions: components["schemas"]["src__app__endpoints__organization__get_agent_versions__Response__AgentInstance"][];
6750
+ agent_versions: components["schemas"]["organization__get_agent_versions__Response__AgentInstance"][];
6751
6751
  /**
6752
6752
  * Has More
6753
6753
  * @description Whether there are more agent versions to retrieve.
@@ -6760,7 +6760,7 @@ export interface components {
6760
6760
  continuation_token: number | null;
6761
6761
  };
6762
6762
  /** AgentInstance */
6763
- src__app__endpoints__organization__get_agent_versions__Response__AgentInstance: {
6763
+ organization__get_agent_versions__Response__AgentInstance: {
6764
6764
  /**
6765
6765
  * Id
6766
6766
  * @description The ID of the agent version.
@@ -6813,12 +6813,12 @@ export interface components {
6813
6813
  created_at: string;
6814
6814
  };
6815
6815
  /** Response */
6816
- src__app__endpoints__organization__get_agents__Response: {
6816
+ organization__get_agents__Response: {
6817
6817
  /**
6818
6818
  * Agents
6819
6819
  * @description The agents for this organization.
6820
6820
  */
6821
- agents: components["schemas"]["src__app__endpoints__organization__get_agents__Response__AgentInstance"][];
6821
+ agents: components["schemas"]["organization__get_agents__Response__AgentInstance"][];
6822
6822
  /**
6823
6823
  * Has More
6824
6824
  * @description Whether there are more agents to retrieve.
@@ -6831,7 +6831,7 @@ export interface components {
6831
6831
  continuation_token: number | null;
6832
6832
  };
6833
6833
  /** AgentInstance */
6834
- src__app__endpoints__organization__get_agents__Response__AgentInstance: {
6834
+ organization__get_agents__Response__AgentInstance: {
6835
6835
  /**
6836
6836
  * Id
6837
6837
  * @description The ID of the agent.
@@ -6854,7 +6854,7 @@ export interface components {
6854
6854
  latest_version: number | null;
6855
6855
  };
6856
6856
  /** Response */
6857
- src__app__endpoints__organization__get_api_keys__Response: {
6857
+ organization__get_api_keys__Response: {
6858
6858
  /**
6859
6859
  * Api Keys
6860
6860
  * @description The list of API keys for the organization.
@@ -6862,7 +6862,7 @@ export interface components {
6862
6862
  api_keys: components["schemas"]["APIKey"][];
6863
6863
  };
6864
6864
  /** Response */
6865
- src__app__endpoints__organization__get_organization__Response: {
6865
+ organization__get_organization__Response: {
6866
6866
  /**
6867
6867
  * Org Id
6868
6868
  * @description Unique identifier of the organization.
@@ -6898,7 +6898,7 @@ export interface components {
6898
6898
  default_user_preferences: components["schemas"]["Preferences-Output"] | null;
6899
6899
  };
6900
6900
  /** Request */
6901
- src__app__endpoints__organization__get_organization_metrics__Request: {
6901
+ organization__get_organization_metrics__Request: {
6902
6902
  /**
6903
6903
  * Metrics
6904
6904
  * @description A list of metrics to compute. Each type of metric can only appear once.
@@ -6906,7 +6906,7 @@ export interface components {
6906
6906
  metrics: components["schemas"]["MetricType-Input"][];
6907
6907
  };
6908
6908
  /** Response */
6909
- src__app__endpoints__organization__get_organization_metrics__Response: {
6909
+ organization__get_organization_metrics__Response: {
6910
6910
  /**
6911
6911
  * Metrics
6912
6912
  * @description The metrics that were requested, in the same order as they were requested.
@@ -6914,7 +6914,7 @@ export interface components {
6914
6914
  metrics: components["schemas"]["MetricType-Output"][];
6915
6915
  };
6916
6916
  /** Response */
6917
- src__app__endpoints__organization__get_service_hierarchical_state_machine_versions__Response: {
6917
+ organization__get_service_hierarchical_state_machine_versions__Response: {
6918
6918
  /**
6919
6919
  * State Machine Versions
6920
6920
  * @description The returned state machine versions.
@@ -6932,7 +6932,7 @@ export interface components {
6932
6932
  continuation_token: number | null;
6933
6933
  };
6934
6934
  /** Response */
6935
- src__app__endpoints__organization__get_service_hierarchical_state_machines__Response: {
6935
+ organization__get_service_hierarchical_state_machines__Response: {
6936
6936
  /**
6937
6937
  * Service Hierarchical State Machines
6938
6938
  * @description The state machines for this organization.
@@ -6950,7 +6950,7 @@ export interface components {
6950
6950
  continuation_token: number | null;
6951
6951
  };
6952
6952
  /** Response */
6953
- src__app__endpoints__organization__get_user_dimensions__Response: {
6953
+ organization__get_user_dimensions__Response: {
6954
6954
  /**
6955
6955
  * User Dimensions
6956
6956
  * @description The list of user dimensions for the organization.
@@ -6958,7 +6958,7 @@ export interface components {
6958
6958
  user_dimensions: components["schemas"]["UserDimension-Output"][];
6959
6959
  };
6960
6960
  /** Request */
6961
- src__app__endpoints__organization__modify_organization__Request: {
6961
+ organization__modify_organization__Request: {
6962
6962
  /** @description An advertising tagline for the services offered by this organization. If `null`, this field is not updated. */
6963
6963
  title?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
6964
6964
  /** @description A description of the services offered by this organization that is displayed on the login page for the Amigo frontend for this organization. If `null`, this field is not updated. */
@@ -6993,7 +6993,7 @@ export interface components {
6993
6993
  */
6994
6994
  user_dimensions?: components["schemas"]["UserDimension-Input"][] | null;
6995
6995
  /** @description The default user preferences for the organization. If `null`, this field is not updated. */
6996
- default_user_preferences?: components["schemas"]["src__app__endpoints__organization__modify_organization__Request__Preferences"] | null;
6996
+ default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
6997
6997
  /**
6998
6998
  * Onboarding Instructions
6999
6999
  * @description A list of markdown text that's displayed during the onboarding flow of this organization. Each entry corresponds to a page in the onboarding flow. If `null`, this field is not updated.
@@ -7001,7 +7001,7 @@ export interface components {
7001
7001
  onboarding_instructions?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][] | null;
7002
7002
  };
7003
7003
  /** Preferences */
7004
- src__app__endpoints__organization__modify_organization__Request__Preferences: {
7004
+ organization__modify_organization__Request__Preferences: {
7005
7005
  /**
7006
7006
  * Enable Response Recommendation
7007
7007
  * @description Whether to automatically recommend responses to the user if the user hasn't replied to the coach for a while.
@@ -7026,7 +7026,7 @@ export interface components {
7026
7026
  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;
7027
7027
  };
7028
7028
  /** Request */
7029
- src__app__endpoints__role__assign_role__Request: {
7029
+ role__assign_role__Request: {
7030
7030
  /**
7031
7031
  * User Id
7032
7032
  * @description The identifier of the user to assign the role to.
@@ -7034,7 +7034,7 @@ export interface components {
7034
7034
  user_id: string;
7035
7035
  };
7036
7036
  /** Response */
7037
- src__app__endpoints__role__assign_role__Response: {
7037
+ role__assign_role__Response: {
7038
7038
  /**
7039
7039
  * Role Id
7040
7040
  * @description The identifier of the role assigned to the user.
@@ -7042,7 +7042,7 @@ export interface components {
7042
7042
  role_id: string;
7043
7043
  };
7044
7044
  /** Request */
7045
- src__app__endpoints__role__create_role__Request: {
7045
+ role__create_role__Request: {
7046
7046
  /** @description The name of the role to create. The role must have a max length of 256 characters. */
7047
7047
  role_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__2"];
7048
7048
  /** @description A description about the role. */
@@ -7066,7 +7066,7 @@ export interface components {
7066
7066
  inherited_from: string | null;
7067
7067
  };
7068
7068
  /** Response */
7069
- src__app__endpoints__role__create_role__Response: {
7069
+ role__create_role__Response: {
7070
7070
  /**
7071
7071
  * Role Id
7072
7072
  * @description The ID of the newly created role.
@@ -7074,7 +7074,7 @@ export interface components {
7074
7074
  role_id: string;
7075
7075
  };
7076
7076
  /** Response */
7077
- src__app__endpoints__role__get_roles__Response: {
7077
+ role__get_roles__Response: {
7078
7078
  /**
7079
7079
  * Roles
7080
7080
  * @description A list of roles in this organization.
@@ -7082,7 +7082,7 @@ export interface components {
7082
7082
  roles: components["schemas"]["RoleInstance"][];
7083
7083
  };
7084
7084
  /** Request */
7085
- src__app__endpoints__role__modify_role__Request: {
7085
+ role__modify_role__Request: {
7086
7086
  /** @description A description about the role. Only updated if specified. This field is a mutable field. */
7087
7087
  description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7088
7088
  /**
@@ -7100,7 +7100,7 @@ export interface components {
7100
7100
  inherited_from: string | components["schemas"]["_NotSet"] | null;
7101
7101
  };
7102
7102
  /** Response */
7103
- src__app__endpoints__role__modify_role__Response: {
7103
+ role__modify_role__Response: {
7104
7104
  /**
7105
7105
  * Role Id
7106
7106
  * @description The identifier of the updated role.
@@ -7108,7 +7108,7 @@ export interface components {
7108
7108
  role_id: string;
7109
7109
  };
7110
7110
  /** Request */
7111
- src__app__endpoints__service__create_service__Request: {
7111
+ service__create_service__Request: {
7112
7112
  /**
7113
7113
  * Service Hierarchical State Machine Id
7114
7114
  * @description The ID of the state machine that this service uses.
@@ -7140,7 +7140,7 @@ export interface components {
7140
7140
  };
7141
7141
  };
7142
7142
  /** Response */
7143
- src__app__endpoints__service__create_service__Response: {
7143
+ service__create_service__Response: {
7144
7144
  /**
7145
7145
  * Id
7146
7146
  * @description The ID of the newly created service.
@@ -7148,7 +7148,7 @@ export interface components {
7148
7148
  id: string;
7149
7149
  };
7150
7150
  /** Response */
7151
- src__app__endpoints__service__get_services__Response: {
7151
+ service__get_services__Response: {
7152
7152
  /**
7153
7153
  * Services
7154
7154
  * @description The services that are found.
@@ -7168,10 +7168,10 @@ export interface components {
7168
7168
  *
7169
7169
  * Note that the values are counted assuming the authenticated user has access to all the services, so they might differ from how many services are actually
7170
7170
  * retrieved. */
7171
- filter_values: components["schemas"]["src__app__endpoints__service__get_services__Response__FilterValues"] | null;
7171
+ filter_values: components["schemas"]["service__get_services__Response__FilterValues"] | null;
7172
7172
  };
7173
7173
  /** FilterValues */
7174
- src__app__endpoints__service__get_services__Response__FilterValues: {
7174
+ service__get_services__Response__FilterValues: {
7175
7175
  /**
7176
7176
  * Tags
7177
7177
  * @description A list of tags of the services.
@@ -7179,7 +7179,7 @@ export interface components {
7179
7179
  tags: string[];
7180
7180
  };
7181
7181
  /** Request */
7182
- src__app__endpoints__service__update_service__Request: {
7182
+ service__update_service__Request: {
7183
7183
  /** @description The name of the service. Only updated if not-null. */
7184
7184
  name?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7185
7185
  /** @description A description of this `Service`. Only updates if not-null. */
@@ -7212,12 +7212,12 @@ export interface components {
7212
7212
  } | null;
7213
7213
  };
7214
7214
  /** Request */
7215
- src__app__endpoints__service__upsert_service_version_set__Request: {
7215
+ service__upsert_service_version_set__Request: {
7216
7216
  /** @description The version set to upsert. */
7217
7217
  version_set: components["schemas"]["VersionSet-Input"];
7218
7218
  };
7219
7219
  /** Request */
7220
- src__app__endpoints__simulation__create_simulation_persona__Request: {
7220
+ simulation__create_simulation_persona__Request: {
7221
7221
  /** @description The name of the simulation persona. */
7222
7222
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7223
7223
  /** @description The role of the simulation persona. */
@@ -7230,10 +7230,10 @@ export interface components {
7230
7230
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7231
7231
  };
7232
7232
  /** @description The initial version of the simulation persona. */
7233
- initial_version: components["schemas"]["src__app__endpoints__simulation__create_simulation_persona__Request__InitialVersion"];
7233
+ initial_version: components["schemas"]["simulation__create_simulation_persona__Request__InitialVersion"];
7234
7234
  };
7235
7235
  /** InitialVersion */
7236
- src__app__endpoints__simulation__create_simulation_persona__Request__InitialVersion: {
7236
+ simulation__create_simulation_persona__Request__InitialVersion: {
7237
7237
  /** @description The background of the simulation persona. */
7238
7238
  background: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7239
7239
  /**
@@ -7250,7 +7250,7 @@ export interface components {
7250
7250
  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") | components["schemas"]["_NotSet"] | null;
7251
7251
  };
7252
7252
  /** Response */
7253
- src__app__endpoints__simulation__create_simulation_persona__Response: {
7253
+ simulation__create_simulation_persona__Response: {
7254
7254
  /**
7255
7255
  * Simulation Persona Id
7256
7256
  * @description The ID of the simulation persona that was created.
@@ -7258,7 +7258,7 @@ export interface components {
7258
7258
  simulation_persona_id: string;
7259
7259
  };
7260
7260
  /** Request */
7261
- src__app__endpoints__simulation__create_simulation_persona_version__Request: {
7261
+ simulation__create_simulation_persona_version__Request: {
7262
7262
  /** @description The background of the simulation persona. */
7263
7263
  background: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7264
7264
  /**
@@ -7275,7 +7275,7 @@ export interface components {
7275
7275
  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") | components["schemas"]["_NotSet"] | null;
7276
7276
  };
7277
7277
  /** Response */
7278
- src__app__endpoints__simulation__create_simulation_persona_version__Response: {
7278
+ simulation__create_simulation_persona_version__Response: {
7279
7279
  /**
7280
7280
  * Version
7281
7281
  * @description The version number of the created simulation persona version.
@@ -7283,7 +7283,7 @@ export interface components {
7283
7283
  version: number;
7284
7284
  };
7285
7285
  /** Request */
7286
- src__app__endpoints__simulation__create_simulation_scenario__Request: {
7286
+ simulation__create_simulation_scenario__Request: {
7287
7287
  /** @description The name of the simulation scenario. */
7288
7288
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7289
7289
  /**
@@ -7294,10 +7294,10 @@ export interface components {
7294
7294
  [key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
7295
7295
  };
7296
7296
  /** @description The initial version of the simulation scenario. */
7297
- initial_version: components["schemas"]["src__app__endpoints__simulation__create_simulation_scenario__Request__InitialVersion"];
7297
+ initial_version: components["schemas"]["simulation__create_simulation_scenario__Request__InitialVersion"];
7298
7298
  };
7299
7299
  /** InitialVersion */
7300
- src__app__endpoints__simulation__create_simulation_scenario__Request__InitialVersion: {
7300
+ simulation__create_simulation_scenario__Request__InitialVersion: {
7301
7301
  /** @description The objective of the simulation scenario. */
7302
7302
  objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7303
7303
  /** @description The instructions of the simulation scenario. */
@@ -7306,7 +7306,7 @@ export interface components {
7306
7306
  initial_message_config: components["schemas"]["InitialMessageConfig-Input"] | null;
7307
7307
  };
7308
7308
  /** Response */
7309
- src__app__endpoints__simulation__create_simulation_scenario__Response: {
7309
+ simulation__create_simulation_scenario__Response: {
7310
7310
  /**
7311
7311
  * Simulation Scenario Id
7312
7312
  * @description The ID of the created simulation scenario.
@@ -7314,7 +7314,7 @@ export interface components {
7314
7314
  simulation_scenario_id: string;
7315
7315
  };
7316
7316
  /** Request */
7317
- src__app__endpoints__simulation__create_simulation_scenario_version__Request: {
7317
+ simulation__create_simulation_scenario_version__Request: {
7318
7318
  /** @description The objective of the simulation scenario. */
7319
7319
  objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7320
7320
  /** @description The instructions of the simulation scenario. */
@@ -7323,7 +7323,7 @@ export interface components {
7323
7323
  initial_message_config: components["schemas"]["InitialMessageConfig-Input"] | null;
7324
7324
  };
7325
7325
  /** Response */
7326
- src__app__endpoints__simulation__create_simulation_scenario_version__Response: {
7326
+ simulation__create_simulation_scenario_version__Response: {
7327
7327
  /**
7328
7328
  * Version
7329
7329
  * @description The version number of the created simulation scenario version.
@@ -7331,7 +7331,7 @@ export interface components {
7331
7331
  version: number;
7332
7332
  };
7333
7333
  /** Request */
7334
- src__app__endpoints__simulation__create_simulation_unit_test__Request: {
7334
+ simulation__create_simulation_unit_test__Request: {
7335
7335
  /** @description The name of the unit test. */
7336
7336
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7337
7337
  /** @description A description of the unit test. */
@@ -7365,7 +7365,7 @@ export interface components {
7365
7365
  * Success Criterions
7366
7366
  * @description The success criterions for the unit test.
7367
7367
  */
7368
- success_criterions: components["schemas"]["src__app__endpoints__simulation__create_simulation_unit_test__Request__SuccessCriterion"][];
7368
+ success_criterions: components["schemas"]["simulation__create_simulation_unit_test__Request__SuccessCriterion"][];
7369
7369
  /**
7370
7370
  * Tags
7371
7371
  * @description The tags of the simulation persona.
@@ -7375,14 +7375,14 @@ export interface components {
7375
7375
  };
7376
7376
  };
7377
7377
  /** SuccessCriterion */
7378
- src__app__endpoints__simulation__create_simulation_unit_test__Request__SuccessCriterion: {
7378
+ simulation__create_simulation_unit_test__Request__SuccessCriterion: {
7379
7379
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7380
7380
  /** Metric Id */
7381
7381
  metric_id: string;
7382
7382
  criterion: components["schemas"]["SuccessCriterionDescription-Input"];
7383
7383
  };
7384
7384
  /** Response */
7385
- src__app__endpoints__simulation__create_simulation_unit_test__Response: {
7385
+ simulation__create_simulation_unit_test__Response: {
7386
7386
  /**
7387
7387
  * Simulation Unit Test Id
7388
7388
  * @description The ID of the created simulation unit test.
@@ -7390,7 +7390,7 @@ export interface components {
7390
7390
  simulation_unit_test_id: string;
7391
7391
  };
7392
7392
  /** Request */
7393
- src__app__endpoints__simulation__create_simulation_unit_test_set__Request: {
7393
+ simulation__create_simulation_unit_test_set__Request: {
7394
7394
  /** @description The name of the simulation unit test set. */
7395
7395
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7396
7396
  /** @description The description of the simulation unit test set. */
@@ -7409,7 +7409,7 @@ export interface components {
7409
7409
  };
7410
7410
  };
7411
7411
  /** Response */
7412
- src__app__endpoints__simulation__create_simulation_unit_test_set__Response: {
7412
+ simulation__create_simulation_unit_test_set__Response: {
7413
7413
  /**
7414
7414
  * Simulation Unit Test Set Id
7415
7415
  * @description The ID of the simulation unit test set that was created.
@@ -7417,7 +7417,7 @@ export interface components {
7417
7417
  simulation_unit_test_set_id: string;
7418
7418
  };
7419
7419
  /** Request */
7420
- src__app__endpoints__simulation__create_simulation_unit_test_set_run__Request: {
7420
+ simulation__create_simulation_unit_test_set_run__Request: {
7421
7421
  /**
7422
7422
  * Simulation Unit Test Set Id
7423
7423
  * @description The ID of the simulation unit test set to run.
@@ -7425,7 +7425,7 @@ export interface components {
7425
7425
  simulation_unit_test_set_id: string;
7426
7426
  };
7427
7427
  /** Response */
7428
- src__app__endpoints__simulation__create_simulation_unit_test_set_run__Response: {
7428
+ simulation__create_simulation_unit_test_set_run__Response: {
7429
7429
  /**
7430
7430
  * Simulation Unit Test Set Run Id
7431
7431
  * @description The ID of the created simulation unit test set run.
@@ -7433,7 +7433,7 @@ export interface components {
7433
7433
  simulation_unit_test_set_run_id: string;
7434
7434
  };
7435
7435
  /** Response */
7436
- src__app__endpoints__simulation__get_simulation_persona_versions__Response: {
7436
+ simulation__get_simulation_persona_versions__Response: {
7437
7437
  /**
7438
7438
  * Simulation Persona Versions
7439
7439
  * @description The simulation persona versions of the simulation persona.
@@ -7451,7 +7451,7 @@ export interface components {
7451
7451
  continuation_token: unknown | null;
7452
7452
  };
7453
7453
  /** Response */
7454
- src__app__endpoints__simulation__get_simulation_personas__Response: {
7454
+ simulation__get_simulation_personas__Response: {
7455
7455
  /**
7456
7456
  * Simulation Personas
7457
7457
  * @description The list of simulation personas.
@@ -7471,10 +7471,10 @@ export interface components {
7471
7471
  *
7472
7472
  * Note that the values are counted assuming the authenticated user has access to all the simulation personas, so they might differ from how many personas are actually
7473
7473
  * retrieved. */
7474
- filter_values: components["schemas"]["src__app__endpoints__simulation__get_simulation_personas__Response__FilterValues"] | null;
7474
+ filter_values: components["schemas"]["simulation__get_simulation_personas__Response__FilterValues"] | null;
7475
7475
  };
7476
7476
  /** FilterValues */
7477
- src__app__endpoints__simulation__get_simulation_personas__Response__FilterValues: {
7477
+ simulation__get_simulation_personas__Response__FilterValues: {
7478
7478
  /**
7479
7479
  * Creators
7480
7480
  * @description The list of users who created the simulation personas.
@@ -7492,7 +7492,7 @@ export interface components {
7492
7492
  roles: string[];
7493
7493
  };
7494
7494
  /** Response */
7495
- src__app__endpoints__simulation__get_simulation_scenario_versions__Response: {
7495
+ simulation__get_simulation_scenario_versions__Response: {
7496
7496
  /**
7497
7497
  * Simulation Scenario Versions
7498
7498
  * @description The list of simulation scenario versions.
@@ -7510,7 +7510,7 @@ export interface components {
7510
7510
  continuation_token: unknown | null;
7511
7511
  };
7512
7512
  /** Response */
7513
- src__app__endpoints__simulation__get_simulation_scenarios__Response: {
7513
+ simulation__get_simulation_scenarios__Response: {
7514
7514
  /**
7515
7515
  * Simulation Scenarios
7516
7516
  * @description The list of simulation scenarios.
@@ -7530,10 +7530,10 @@ export interface components {
7530
7530
  *
7531
7531
  * Note that the values are counted assuming the authenticated user has access to all the simulation scenarios, so they might differ from how many scenarios are actually
7532
7532
  * retrieved. */
7533
- filter_values: components["schemas"]["src__app__endpoints__simulation__get_simulation_scenarios__Response__FilterValues"] | null;
7533
+ filter_values: components["schemas"]["simulation__get_simulation_scenarios__Response__FilterValues"] | null;
7534
7534
  };
7535
7535
  /** FilterValues */
7536
- src__app__endpoints__simulation__get_simulation_scenarios__Response__FilterValues: {
7536
+ simulation__get_simulation_scenarios__Response__FilterValues: {
7537
7537
  /**
7538
7538
  * Creators
7539
7539
  * @description The list of users who created the simulation scenarios.
@@ -7546,7 +7546,7 @@ export interface components {
7546
7546
  tags: string[];
7547
7547
  };
7548
7548
  /** Response */
7549
- src__app__endpoints__simulation__get_simulation_unit_test_set_run_artifacts__Response: {
7549
+ simulation__get_simulation_unit_test_set_run_artifacts__Response: {
7550
7550
  /**
7551
7551
  * Presigned Url
7552
7552
  * @description An URL where the artifacts can be downloaded from.
@@ -7560,7 +7560,7 @@ export interface components {
7560
7560
  url_expires_at: string;
7561
7561
  };
7562
7562
  /** Response */
7563
- src__app__endpoints__simulation__get_simulation_unit_test_set_runs__Response: {
7563
+ simulation__get_simulation_unit_test_set_runs__Response: {
7564
7564
  /**
7565
7565
  * Simulation Unit Test Set Runs
7566
7566
  * @description The retrieved simulation unit test set runs.
@@ -7580,10 +7580,10 @@ export interface components {
7580
7580
  *
7581
7581
  * Note that the values are counted assuming the authenticated user has access to all the simulation unit test set runs, so they might differ from how many sets are actually
7582
7582
  * retrieved. */
7583
- filter_values: components["schemas"]["src__app__endpoints__simulation__get_simulation_unit_test_set_runs__Response__FilterValues"] | null;
7583
+ filter_values: components["schemas"]["simulation__get_simulation_unit_test_set_runs__Response__FilterValues"] | null;
7584
7584
  };
7585
7585
  /** FilterValues */
7586
- src__app__endpoints__simulation__get_simulation_unit_test_set_runs__Response__FilterValues: {
7586
+ simulation__get_simulation_unit_test_set_runs__Response__FilterValues: {
7587
7587
  /**
7588
7588
  * Creators
7589
7589
  * @description A set of creator infos that created the simulation unit test set runs under the current filters.
@@ -7601,7 +7601,7 @@ export interface components {
7601
7601
  tags: string[];
7602
7602
  };
7603
7603
  /** Response */
7604
- src__app__endpoints__simulation__get_simulation_unit_test_sets__Response: {
7604
+ simulation__get_simulation_unit_test_sets__Response: {
7605
7605
  /**
7606
7606
  * Simulation Unit Test Sets
7607
7607
  * @description The retrieved simulation unit test sets.
@@ -7621,10 +7621,10 @@ export interface components {
7621
7621
  *
7622
7622
  * Note that the values are counted assuming the authenticated user has access to all the simulation unit test sets, so they might differ from how many sets are actually
7623
7623
  * retrieved. */
7624
- filter_values: components["schemas"]["src__app__endpoints__simulation__get_simulation_unit_test_sets__Response__FilterValues"] | null;
7624
+ filter_values: components["schemas"]["simulation__get_simulation_unit_test_sets__Response__FilterValues"] | null;
7625
7625
  };
7626
7626
  /** FilterValues */
7627
- src__app__endpoints__simulation__get_simulation_unit_test_sets__Response__FilterValues: {
7627
+ simulation__get_simulation_unit_test_sets__Response__FilterValues: {
7628
7628
  /**
7629
7629
  * Creators
7630
7630
  * @description A set of creator infos that created the simulation unit test sets under the current filters.
@@ -7642,7 +7642,7 @@ export interface components {
7642
7642
  tags: string[];
7643
7643
  };
7644
7644
  /** Response */
7645
- src__app__endpoints__simulation__get_simulation_unit_tests__Response: {
7645
+ simulation__get_simulation_unit_tests__Response: {
7646
7646
  /**
7647
7647
  * Simulation Unit Tests
7648
7648
  * @description The retrieved simulation unit tests.
@@ -7662,10 +7662,10 @@ export interface components {
7662
7662
  *
7663
7663
  * Note that the values are counted assuming the authenticated user has access to all the simulation unit tests, so they might differ from how many sets are actually
7664
7664
  * retrieved. */
7665
- filter_values: components["schemas"]["src__app__endpoints__simulation__get_simulation_unit_tests__Response__FilterValues"] | null;
7665
+ filter_values: components["schemas"]["simulation__get_simulation_unit_tests__Response__FilterValues"] | null;
7666
7666
  };
7667
7667
  /** FilterValues */
7668
- src__app__endpoints__simulation__get_simulation_unit_tests__Response__FilterValues: {
7668
+ simulation__get_simulation_unit_tests__Response__FilterValues: {
7669
7669
  /**
7670
7670
  * Creators
7671
7671
  * @description A set of creator infos that created the simulation unit tests under the current filters.
@@ -7698,7 +7698,7 @@ export interface components {
7698
7698
  metric_ids: string[];
7699
7699
  };
7700
7700
  /** Response */
7701
- src__app__endpoints__simulation__search_simulation_personas__Response: {
7701
+ simulation__search_simulation_personas__Response: {
7702
7702
  /**
7703
7703
  * Simulation Personas
7704
7704
  * @description The list of simulation personas.
@@ -7706,7 +7706,7 @@ export interface components {
7706
7706
  simulation_personas: components["schemas"]["SimulationPersonaInstance"][];
7707
7707
  };
7708
7708
  /** Response */
7709
- src__app__endpoints__simulation__search_simulation_scenarios__Response: {
7709
+ simulation__search_simulation_scenarios__Response: {
7710
7710
  /**
7711
7711
  * Simulation Scenarios
7712
7712
  * @description The list of simulation scenarios.
@@ -7714,7 +7714,7 @@ export interface components {
7714
7714
  simulation_scenarios: components["schemas"]["SimulationScenarioInstance"][];
7715
7715
  };
7716
7716
  /** Response */
7717
- src__app__endpoints__simulation__search_simulation_unit_test_set__Response: {
7717
+ simulation__search_simulation_unit_test_set__Response: {
7718
7718
  /**
7719
7719
  * Simulation Unit Test Sets
7720
7720
  * @description The retrieved simulation unit test sets.
@@ -7722,7 +7722,7 @@ export interface components {
7722
7722
  simulation_unit_test_sets: components["schemas"]["SimulationUnitTestSet"][];
7723
7723
  };
7724
7724
  /** Response */
7725
- src__app__endpoints__simulation__search_simulation_unit_tests__Response: {
7725
+ simulation__search_simulation_unit_tests__Response: {
7726
7726
  /**
7727
7727
  * Simulation Unit Tests
7728
7728
  * @description The retrieved simulation unit tests.
@@ -7730,7 +7730,7 @@ export interface components {
7730
7730
  simulation_unit_tests: components["schemas"]["SimulationUnitTest"][];
7731
7731
  };
7732
7732
  /** Request */
7733
- src__app__endpoints__simulation__update_simulation_persona__Request: {
7733
+ simulation__update_simulation_persona__Request: {
7734
7734
  /**
7735
7735
  * Tags
7736
7736
  * @description The tags of the simulation persona. Both the key and the value can only contain alphanumeric characters, underscores, or spaces.
@@ -7740,7 +7740,7 @@ export interface components {
7740
7740
  } | null;
7741
7741
  };
7742
7742
  /** Request */
7743
- src__app__endpoints__simulation__update_simulation_scenario__Request: {
7743
+ simulation__update_simulation_scenario__Request: {
7744
7744
  /**
7745
7745
  * Tags
7746
7746
  * @description The tags of the simulation persona. Both the key and the value can only contain alphanumeric characters, underscores, or spaces.
@@ -7750,7 +7750,7 @@ export interface components {
7750
7750
  } | null;
7751
7751
  };
7752
7752
  /** Request */
7753
- src__app__endpoints__simulation__update_simulation_unit_test__Request: {
7753
+ simulation__update_simulation_unit_test__Request: {
7754
7754
  /** @description A description of the unit test. */
7755
7755
  description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7756
7756
  /**
@@ -7782,7 +7782,7 @@ export interface components {
7782
7782
  * Success Criterions
7783
7783
  * @description The success criterions for the unit test.
7784
7784
  */
7785
- success_criterions?: components["schemas"]["src__app__endpoints__simulation__update_simulation_unit_test__Request__SuccessCriterion"][] | null;
7785
+ success_criterions?: components["schemas"]["simulation__update_simulation_unit_test__Request__SuccessCriterion"][] | null;
7786
7786
  /**
7787
7787
  * Run Count
7788
7788
  * @description Each time this unit test is run, the number of sessions to simulate.
@@ -7797,14 +7797,14 @@ export interface components {
7797
7797
  } | null;
7798
7798
  };
7799
7799
  /** SuccessCriterion */
7800
- src__app__endpoints__simulation__update_simulation_unit_test__Request__SuccessCriterion: {
7800
+ simulation__update_simulation_unit_test__Request__SuccessCriterion: {
7801
7801
  name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7802
7802
  /** Metric Id */
7803
7803
  metric_id: string;
7804
7804
  criterion: components["schemas"]["SuccessCriterionDescription-Input"];
7805
7805
  };
7806
7806
  /** Request */
7807
- src__app__endpoints__simulation__update_simulation_unit_test_set__Request: {
7807
+ simulation__update_simulation_unit_test_set__Request: {
7808
7808
  /** @description The name of the simulation unit test set. */
7809
7809
  name?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7810
7810
  /**
@@ -7827,7 +7827,7 @@ export interface components {
7827
7827
  } | null;
7828
7828
  };
7829
7829
  /** Request */
7830
- src__app__endpoints__tool__create_tool__Request: {
7830
+ tool__create_tool__Request: {
7831
7831
  /** @description The name of the tool. It must be unique among all non-deprecated tools in the organization. */
7832
7832
  name: components["schemas"]["StrippedNonemptyString_a-z0-9______"];
7833
7833
  /** @description A description of the tool. */
@@ -7841,7 +7841,7 @@ export interface components {
7841
7841
  };
7842
7842
  };
7843
7843
  /** Response */
7844
- src__app__endpoints__tool__create_tool__Response: {
7844
+ tool__create_tool__Response: {
7845
7845
  /**
7846
7846
  * Id
7847
7847
  * @description The ID of the tool.
@@ -7849,7 +7849,7 @@ export interface components {
7849
7849
  id: string;
7850
7850
  };
7851
7851
  /** Response */
7852
- src__app__endpoints__tool__get_tool_versions__Response: {
7852
+ tool__get_tool_versions__Response: {
7853
7853
  /**
7854
7854
  * Tool Versions
7855
7855
  * @description A list of tool versions that are found.
@@ -7869,10 +7869,10 @@ export interface components {
7869
7869
  *
7870
7870
  * Note that the values are counted assuming the authenticated user has access to all the tool versions, so they might differ from how many tool versions are actually
7871
7871
  * retrieved. */
7872
- filter_values: components["schemas"]["src__app__endpoints__tool__get_tool_versions__Response__FilterValues"] | null;
7872
+ filter_values: components["schemas"]["tool__get_tool_versions__Response__FilterValues"] | null;
7873
7873
  };
7874
7874
  /** FilterValues */
7875
- src__app__endpoints__tool__get_tool_versions__Response__FilterValues: {
7875
+ tool__get_tool_versions__Response__FilterValues: {
7876
7876
  /**
7877
7877
  * Creators
7878
7878
  * @description The list of users who created the simulation personas.
@@ -7880,7 +7880,7 @@ export interface components {
7880
7880
  creators: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo"][];
7881
7881
  };
7882
7882
  /** Response */
7883
- src__app__endpoints__tool__get_tools__Response: {
7883
+ tool__get_tools__Response: {
7884
7884
  /**
7885
7885
  * Tools
7886
7886
  * @description A list of tools that are found.
@@ -7900,10 +7900,10 @@ export interface components {
7900
7900
  *
7901
7901
  * Note that the values are counted assuming the authenticated user has access to all the tools, so they might differ from how many tools are actually
7902
7902
  * retrieved. */
7903
- filter_values: components["schemas"]["src__app__endpoints__tool__get_tools__Response__FilterValues"] | null;
7903
+ filter_values: components["schemas"]["tool__get_tools__Response__FilterValues"] | null;
7904
7904
  };
7905
7905
  /** FilterValues */
7906
- src__app__endpoints__tool__get_tools__Response__FilterValues: {
7906
+ tool__get_tools__Response__FilterValues: {
7907
7907
  /**
7908
7908
  * Tags
7909
7909
  * @description A list of tags of the tools.
@@ -7911,7 +7911,7 @@ export interface components {
7911
7911
  tags: string[];
7912
7912
  };
7913
7913
  /** Request */
7914
- src__app__endpoints__tool__modify_tool__Request: {
7914
+ tool__modify_tool__Request: {
7915
7915
  /** @description A description of this tool. Only updates if not-null. */
7916
7916
  description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
7917
7917
  /**
@@ -7923,7 +7923,7 @@ export interface components {
7923
7923
  } | null;
7924
7924
  };
7925
7925
  /** Request */
7926
- src__app__endpoints__tool__modify_tool_envvars__Request: {
7926
+ tool__modify_tool_envvars__Request: {
7927
7927
  /**
7928
7928
  * Inserts
7929
7929
  * @default []
@@ -7941,7 +7941,7 @@ export interface components {
7941
7941
  deletes: components["schemas"]["DeleteRequest"][];
7942
7942
  };
7943
7943
  /** Request */
7944
- src__app__endpoints__tool__publish_tool_version__Request: {
7944
+ tool__publish_tool_version__Request: {
7945
7945
  /**
7946
7946
  * Branch
7947
7947
  * @description The branch of the tools repo to publish the tool version from. If `team`, then it's published from the release branch of the organization's
@@ -7962,7 +7962,7 @@ export interface components {
7962
7962
  bump_type: "major" | "minor" | "patch";
7963
7963
  };
7964
7964
  /** Response */
7965
- src__app__endpoints__tool__publish_tool_version__Response: {
7965
+ tool__publish_tool_version__Response: {
7966
7966
  /**
7967
7967
  * New Version
7968
7968
  * @description The new version of the tool.
@@ -7970,7 +7970,7 @@ export interface components {
7970
7970
  new_version: string;
7971
7971
  };
7972
7972
  /** Request */
7973
- src__app__endpoints__user__create_invited_user__Request: {
7973
+ user__create_invited_user__Request: {
7974
7974
  /** @description The first name of the user. */
7975
7975
  first_name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
7976
7976
  /** @description The last name of the user. */
@@ -7993,10 +7993,10 @@ export interface components {
7993
7993
  */
7994
7994
  role_name: string;
7995
7995
  /** @description If specified, the user's preferences will be set to this value instead of the organization default. */
7996
- user_preferences?: components["schemas"]["src__app__endpoints__user__create_invited_user__Request__Preferences"] | null;
7996
+ user_preferences?: components["schemas"]["user__create_invited_user__Request__Preferences"] | null;
7997
7997
  };
7998
7998
  /** Preferences */
7999
- src__app__endpoints__user__create_invited_user__Request__Preferences: {
7999
+ user__create_invited_user__Request__Preferences: {
8000
8000
  /**
8001
8001
  * Enable Response Recommendation
8002
8002
  * @description Whether to automatically recommend responses to the user if the user hasn't replied to the coach for a while.
@@ -8021,7 +8021,7 @@ export interface components {
8021
8021
  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;
8022
8022
  };
8023
8023
  /** Response */
8024
- src__app__endpoints__user__create_invited_user__Response: {
8024
+ user__create_invited_user__Response: {
8025
8025
  /**
8026
8026
  * User Id
8027
8027
  * @description The identifier of the new user.
@@ -8034,7 +8034,7 @@ export interface components {
8034
8034
  verify_link: string | null;
8035
8035
  };
8036
8036
  /** Response */
8037
- src__app__endpoints__user__get_memories__Response: {
8037
+ user__get_memories__Response: {
8038
8038
  /**
8039
8039
  * Memories
8040
8040
  * @description The memories satisfying the filters.
@@ -8052,7 +8052,7 @@ export interface components {
8052
8052
  continuation_token: number | null;
8053
8053
  };
8054
8054
  /** Response */
8055
- src__app__endpoints__user__get_user_model__Response: {
8055
+ user__get_user_model__Response: {
8056
8056
  /**
8057
8057
  * User Models
8058
8058
  * @description The latest user models for the user.
@@ -8065,7 +8065,7 @@ export interface components {
8065
8065
  additional_context: string[];
8066
8066
  };
8067
8067
  /** Response */
8068
- src__app__endpoints__user__get_users__Response: {
8068
+ user__get_users__Response: {
8069
8069
  /**
8070
8070
  * Users
8071
8071
  * @description Users in this organization.
@@ -8083,7 +8083,7 @@ export interface components {
8083
8083
  continuation_token: number | null;
8084
8084
  };
8085
8085
  /** Response */
8086
- src__app__endpoints__user__search_users__Response: {
8086
+ user__search_users__Response: {
8087
8087
  /**
8088
8088
  * Users
8089
8089
  * @description Users in this organization.
@@ -8091,7 +8091,7 @@ export interface components {
8091
8091
  users: components["schemas"]["UserInstance"][];
8092
8092
  };
8093
8093
  /** SigninWithAPIKeyResponse */
8094
- src__app__endpoints__user__sign_in_with_api_key__Response: {
8094
+ user__sign_in_with_api_key__Response: {
8095
8095
  /**
8096
8096
  * Id Token
8097
8097
  * @description The ID token that should be attached to the Authorization header for future API calls.
@@ -8105,7 +8105,7 @@ export interface components {
8105
8105
  expires_at: string;
8106
8106
  };
8107
8107
  /** Request */
8108
- src__app__endpoints__user__sign_in_with_email__Request: {
8108
+ user__sign_in_with_email__Request: {
8109
8109
  /**
8110
8110
  * Redirect Link
8111
8111
  * Format: uri
@@ -8120,7 +8120,7 @@ export interface components {
8120
8120
  email: string;
8121
8121
  };
8122
8122
  /** Response */
8123
- src__app__endpoints__user__sign_in_with_email__Response: {
8123
+ user__sign_in_with_email__Response: {
8124
8124
  /**
8125
8125
  * User Id
8126
8126
  * @description The identifier of the user corresponding to the email.
@@ -8128,7 +8128,7 @@ export interface components {
8128
8128
  user_id: string;
8129
8129
  };
8130
8130
  /** Request */
8131
- src__app__endpoints__user__update_user_info__Request: {
8131
+ user__update_user_info__Request: {
8132
8132
  /** @description The first name of the user to update. If `null`, the first name is not modified. */
8133
8133
  first_name?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
8134
8134
  /** @description The last name of the user to update. If `null`, the last name is not modified. */
@@ -8169,7 +8169,7 @@ export interface components {
8169
8169
  additional_context?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][] | null;
8170
8170
  };
8171
8171
  /** Request */
8172
- src__app__endpoints__webhook_destination__create_webhook_destination__Request: {
8172
+ webhook_destination__create_webhook_destination__Request: {
8173
8173
  /**
8174
8174
  * Url
8175
8175
  * Format: uri
@@ -8189,7 +8189,7 @@ export interface components {
8189
8189
  retry_attempts: number;
8190
8190
  };
8191
8191
  /** Response */
8192
- src__app__endpoints__webhook_destination__create_webhook_destination__Response: {
8192
+ webhook_destination__create_webhook_destination__Response: {
8193
8193
  /**
8194
8194
  * Webhook Destination Id
8195
8195
  * @description The ID of the created webhook destination.
@@ -8202,7 +8202,7 @@ export interface components {
8202
8202
  secret: string;
8203
8203
  };
8204
8204
  /** Response */
8205
- src__app__endpoints__webhook_destination__get_webhook_deliveries__Response: {
8205
+ webhook_destination__get_webhook_deliveries__Response: {
8206
8206
  /**
8207
8207
  * Webhook Deliveries
8208
8208
  * @description The retrieved webhook deliveries.
@@ -8220,7 +8220,7 @@ export interface components {
8220
8220
  continuation_token: number | null;
8221
8221
  };
8222
8222
  /** Response */
8223
- src__app__endpoints__webhook_destination__get_webhook_destinations__Response: {
8223
+ webhook_destination__get_webhook_destinations__Response: {
8224
8224
  /**
8225
8225
  * Webhook Destinations
8226
8226
  * @description The retrieved webhook destinations.
@@ -8228,7 +8228,7 @@ export interface components {
8228
8228
  webhook_destinations: components["schemas"]["WebhookDestination"][];
8229
8229
  };
8230
8230
  /** Response */
8231
- src__app__endpoints__webhook_destination__rotate_webhook_destination_secret__Response: {
8231
+ webhook_destination__rotate_webhook_destination_secret__Response: {
8232
8232
  /**
8233
8233
  * Secret
8234
8234
  * @description The new secret used to sign the webhook event. This is only visible once and cannot be retrieved later. For the next 30 minutes, the webhook will be signed by both
@@ -8243,7 +8243,7 @@ export interface components {
8243
8243
  dual_signing_stops_at: string;
8244
8244
  };
8245
8245
  /** Request */
8246
- src__app__endpoints__webhook_destination__update_webhook_destination__Request: {
8246
+ webhook_destination__update_webhook_destination__Request: {
8247
8247
  /**
8248
8248
  * Retry Attempts
8249
8249
  * @description The number of attempts to retry sending the webhook event in case of failure. If not specified, this field is not updated.
@@ -8285,7 +8285,7 @@ export interface operations {
8285
8285
  [name: string]: unknown;
8286
8286
  };
8287
8287
  content: {
8288
- "application/json": components["schemas"]["src__app__endpoints__organization__get_organization__Response"];
8288
+ "application/json": components["schemas"]["organization__get_organization__Response"];
8289
8289
  };
8290
8290
  };
8291
8291
  /** @description The specified organization does not exist. */
@@ -8326,7 +8326,7 @@ export interface operations {
8326
8326
  };
8327
8327
  requestBody: {
8328
8328
  content: {
8329
- "application/json": components["schemas"]["src__app__endpoints__organization__create_organization__Request"];
8329
+ "application/json": components["schemas"]["organization__create_organization__Request"];
8330
8330
  };
8331
8331
  };
8332
8332
  responses: {
@@ -8336,7 +8336,7 @@ export interface operations {
8336
8336
  [name: string]: unknown;
8337
8337
  };
8338
8338
  content: {
8339
- "application/json": components["schemas"]["src__app__endpoints__organization__create_organization__Response"];
8339
+ "application/json": components["schemas"]["organization__create_organization__Response"];
8340
8340
  };
8341
8341
  };
8342
8342
  /** @description Invalid authorization credentials. */
@@ -8398,7 +8398,7 @@ export interface operations {
8398
8398
  };
8399
8399
  requestBody: {
8400
8400
  content: {
8401
- "application/json": components["schemas"]["src__app__endpoints__organization__modify_organization__Request"];
8401
+ "application/json": components["schemas"]["organization__modify_organization__Request"];
8402
8402
  };
8403
8403
  };
8404
8404
  responses: {
@@ -8556,7 +8556,7 @@ export interface operations {
8556
8556
  [name: string]: unknown;
8557
8557
  };
8558
8558
  content: {
8559
- "application/json": components["schemas"]["src__app__endpoints__organization__get_agents__Response"];
8559
+ "application/json": components["schemas"]["organization__get_agents__Response"];
8560
8560
  };
8561
8561
  };
8562
8562
  /** @description Invalid authorization credentials. */
@@ -8618,7 +8618,7 @@ export interface operations {
8618
8618
  };
8619
8619
  requestBody: {
8620
8620
  content: {
8621
- "application/json": components["schemas"]["src__app__endpoints__organization__create_agent__Request"];
8621
+ "application/json": components["schemas"]["organization__create_agent__Request"];
8622
8622
  };
8623
8623
  };
8624
8624
  responses: {
@@ -8628,7 +8628,7 @@ export interface operations {
8628
8628
  [name: string]: unknown;
8629
8629
  };
8630
8630
  content: {
8631
- "application/json": components["schemas"]["src__app__endpoints__organization__create_agent__Response"];
8631
+ "application/json": components["schemas"]["organization__create_agent__Response"];
8632
8632
  };
8633
8633
  };
8634
8634
  /** @description Invalid authorization credentials. */
@@ -8702,7 +8702,7 @@ export interface operations {
8702
8702
  };
8703
8703
  requestBody: {
8704
8704
  content: {
8705
- "application/json": components["schemas"]["src__app__endpoints__organization__create_agent_version__Request"];
8705
+ "application/json": components["schemas"]["organization__create_agent_version__Request"];
8706
8706
  };
8707
8707
  };
8708
8708
  responses: {
@@ -8712,7 +8712,7 @@ export interface operations {
8712
8712
  [name: string]: unknown;
8713
8713
  };
8714
8714
  content: {
8715
- "application/json": components["schemas"]["src__app__endpoints__organization__create_agent_version__Response"];
8715
+ "application/json": components["schemas"]["organization__create_agent_version__Response"];
8716
8716
  };
8717
8717
  };
8718
8718
  /** @description Attempt to create the initial version for an agent, but not all fields in the request object are defined. Or, the specified voice ID doesn't exist. */
@@ -8887,7 +8887,7 @@ export interface operations {
8887
8887
  [name: string]: unknown;
8888
8888
  };
8889
8889
  content: {
8890
- "application/json": components["schemas"]["src__app__endpoints__organization__get_service_hierarchical_state_machines__Response"];
8890
+ "application/json": components["schemas"]["organization__get_service_hierarchical_state_machines__Response"];
8891
8891
  };
8892
8892
  };
8893
8893
  /** @description Invalid authorization credentials. */
@@ -8949,7 +8949,7 @@ export interface operations {
8949
8949
  };
8950
8950
  requestBody: {
8951
8951
  content: {
8952
- "application/json": components["schemas"]["src__app__endpoints__organization__create_service_hierarchical_state_machine__Request"];
8952
+ "application/json": components["schemas"]["organization__create_service_hierarchical_state_machine__Request"];
8953
8953
  };
8954
8954
  };
8955
8955
  responses: {
@@ -8959,7 +8959,7 @@ export interface operations {
8959
8959
  [name: string]: unknown;
8960
8960
  };
8961
8961
  content: {
8962
- "application/json": components["schemas"]["src__app__endpoints__organization__create_service_hierarchical_state_machine__Response"];
8962
+ "application/json": components["schemas"]["organization__create_service_hierarchical_state_machine__Response"];
8963
8963
  };
8964
8964
  };
8965
8965
  /** @description Invalid authorization credentials. */
@@ -9035,7 +9035,7 @@ export interface operations {
9035
9035
  };
9036
9036
  requestBody: {
9037
9037
  content: {
9038
- "application/json": components["schemas"]["src__app__endpoints__organization__create_service_hierarchical_state_machine_version__Request"];
9038
+ "application/json": components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request"];
9039
9039
  };
9040
9040
  };
9041
9041
  responses: {
@@ -9045,7 +9045,7 @@ export interface operations {
9045
9045
  [name: string]: unknown;
9046
9046
  };
9047
9047
  content: {
9048
- "application/json": components["schemas"]["src__app__endpoints__organization__create_service_hierarchical_state_machine_version__Response"] | null;
9048
+ "application/json": components["schemas"]["organization__create_service_hierarchical_state_machine_version__Response"] | null;
9049
9049
  };
9050
9050
  };
9051
9051
  /** @description The specified state machine version depends on another state machine that either doesn't exist or is deprecated */
@@ -9211,7 +9211,7 @@ export interface operations {
9211
9211
  [name: string]: unknown;
9212
9212
  };
9213
9213
  content: {
9214
- "application/json": components["schemas"]["src__app__endpoints__organization__get_api_keys__Response"];
9214
+ "application/json": components["schemas"]["organization__get_api_keys__Response"];
9215
9215
  };
9216
9216
  };
9217
9217
  /** @description Invalid authorization credentials. */
@@ -9273,7 +9273,7 @@ export interface operations {
9273
9273
  };
9274
9274
  requestBody: {
9275
9275
  content: {
9276
- "application/json": components["schemas"]["src__app__endpoints__organization__create_api_key__Request"];
9276
+ "application/json": components["schemas"]["organization__create_api_key__Request"];
9277
9277
  };
9278
9278
  };
9279
9279
  responses: {
@@ -9283,7 +9283,7 @@ export interface operations {
9283
9283
  [name: string]: unknown;
9284
9284
  };
9285
9285
  content: {
9286
- "application/json": components["schemas"]["src__app__endpoints__organization__create_api_key__Response"];
9286
+ "application/json": components["schemas"]["organization__create_api_key__Response"];
9287
9287
  };
9288
9288
  };
9289
9289
  /** @description The organization has reached the maximum API key limit. */
@@ -9360,7 +9360,7 @@ export interface operations {
9360
9360
  [name: string]: unknown;
9361
9361
  };
9362
9362
  content: {
9363
- "application/json": components["schemas"]["src__app__endpoints__organization__delete_api_key__Response"];
9363
+ "application/json": components["schemas"]["organization__delete_api_key__Response"];
9364
9364
  };
9365
9365
  };
9366
9366
  /** @description Invalid authorization credentials. */
@@ -9439,7 +9439,7 @@ export interface operations {
9439
9439
  [name: string]: unknown;
9440
9440
  };
9441
9441
  content: {
9442
- "application/json": components["schemas"]["src__app__endpoints__organization__get_agent_versions__Response"];
9442
+ "application/json": components["schemas"]["organization__get_agent_versions__Response"];
9443
9443
  };
9444
9444
  };
9445
9445
  /** @description Invalid authorization credentials. */
@@ -9518,7 +9518,7 @@ export interface operations {
9518
9518
  [name: string]: unknown;
9519
9519
  };
9520
9520
  content: {
9521
- "application/json": components["schemas"]["src__app__endpoints__organization__get_service_hierarchical_state_machine_versions__Response"];
9521
+ "application/json": components["schemas"]["organization__get_service_hierarchical_state_machine_versions__Response"];
9522
9522
  };
9523
9523
  };
9524
9524
  /** @description Invalid authorization credentials. */
@@ -9580,7 +9580,7 @@ export interface operations {
9580
9580
  };
9581
9581
  requestBody: {
9582
9582
  content: {
9583
- "application/json": components["schemas"]["src__app__endpoints__organization__get_organization_metrics__Request"];
9583
+ "application/json": components["schemas"]["organization__get_organization_metrics__Request"];
9584
9584
  };
9585
9585
  };
9586
9586
  responses: {
@@ -9590,7 +9590,7 @@ export interface operations {
9590
9590
  [name: string]: unknown;
9591
9591
  };
9592
9592
  content: {
9593
- "application/json": components["schemas"]["src__app__endpoints__organization__get_organization_metrics__Response"];
9593
+ "application/json": components["schemas"]["organization__get_organization_metrics__Response"];
9594
9594
  };
9595
9595
  };
9596
9596
  /** @description Invalid authorization credentials. */
@@ -9658,7 +9658,7 @@ export interface operations {
9658
9658
  [name: string]: unknown;
9659
9659
  };
9660
9660
  content: {
9661
- "application/json": components["schemas"]["src__app__endpoints__organization__get_user_dimensions__Response"];
9661
+ "application/json": components["schemas"]["organization__get_user_dimensions__Response"];
9662
9662
  };
9663
9663
  };
9664
9664
  /** @description Invalid authorization credentials. */
@@ -9739,7 +9739,7 @@ export interface operations {
9739
9739
  [name: string]: unknown;
9740
9740
  };
9741
9741
  content: {
9742
- "application/json": components["schemas"]["src__app__endpoints__service__get_services__Response"];
9742
+ "application/json": components["schemas"]["service__get_services__Response"];
9743
9743
  };
9744
9744
  };
9745
9745
  /** @description Invalid authorization credentials. */
@@ -9801,7 +9801,7 @@ export interface operations {
9801
9801
  };
9802
9802
  requestBody: {
9803
9803
  content: {
9804
- "application/json": components["schemas"]["src__app__endpoints__service__create_service__Request"];
9804
+ "application/json": components["schemas"]["service__create_service__Request"];
9805
9805
  };
9806
9806
  };
9807
9807
  responses: {
@@ -9811,7 +9811,7 @@ export interface operations {
9811
9811
  [name: string]: unknown;
9812
9812
  };
9813
9813
  content: {
9814
- "application/json": components["schemas"]["src__app__endpoints__service__create_service__Response"];
9814
+ "application/json": components["schemas"]["service__create_service__Response"];
9815
9815
  };
9816
9816
  };
9817
9817
  /** @description
@@ -9895,7 +9895,7 @@ export interface operations {
9895
9895
  };
9896
9896
  requestBody: {
9897
9897
  content: {
9898
- "application/json": components["schemas"]["src__app__endpoints__service__upsert_service_version_set__Request"];
9898
+ "application/json": components["schemas"]["service__upsert_service_version_set__Request"];
9899
9899
  };
9900
9900
  };
9901
9901
  responses: {
@@ -10051,7 +10051,7 @@ export interface operations {
10051
10051
  };
10052
10052
  requestBody: {
10053
10053
  content: {
10054
- "application/json": components["schemas"]["src__app__endpoints__service__update_service__Request"];
10054
+ "application/json": components["schemas"]["service__update_service__Request"];
10055
10055
  };
10056
10056
  };
10057
10057
  responses: {
@@ -10161,7 +10161,7 @@ export interface operations {
10161
10161
  [name: string]: unknown;
10162
10162
  };
10163
10163
  content: {
10164
- "application/json": components["schemas"]["src__app__endpoints__conversation__get_conversations__Response"];
10164
+ "application/json": components["schemas"]["conversation__get_conversations__Response"];
10165
10165
  };
10166
10166
  };
10167
10167
  /** @description Invalid authorization credentials. */
@@ -10223,7 +10223,7 @@ export interface operations {
10223
10223
  };
10224
10224
  requestBody: {
10225
10225
  content: {
10226
- "application/json": components["schemas"]["src__app__endpoints__conversation__create_conversation__Request"];
10226
+ "application/json": components["schemas"]["conversation__create_conversation__Request"];
10227
10227
  };
10228
10228
  };
10229
10229
  responses: {
@@ -10236,7 +10236,7 @@ export interface operations {
10236
10236
  [name: string]: unknown;
10237
10237
  };
10238
10238
  content: {
10239
- "application/x-ndjson": components["schemas"]["src__app__endpoints__conversation__create_conversation__Response"];
10239
+ "application/x-ndjson": components["schemas"]["conversation__create_conversation__Response"];
10240
10240
  };
10241
10241
  };
10242
10242
  /** @description Attempting to start a conversation when other unfinished conversations exist, or the preferred language does not support voice response, or the `audio_format` field is not set when voice output is requested. */
@@ -10333,7 +10333,7 @@ export interface operations {
10333
10333
  [name: string]: unknown;
10334
10334
  };
10335
10335
  content: {
10336
- "application/json": components["schemas"]["src__app__endpoints__conversation__get_conversation_messages__Response"];
10336
+ "application/json": components["schemas"]["conversation__get_conversation_messages__Response"];
10337
10337
  };
10338
10338
  };
10339
10339
  /** @description Invalid authorization credentials. */
@@ -10487,7 +10487,7 @@ export interface operations {
10487
10487
  [name: string]: unknown;
10488
10488
  };
10489
10489
  content: {
10490
- "application/json": components["schemas"]["src__app__endpoints__conversation__recommend_responses_for_interaction__Response"];
10490
+ "application/json": components["schemas"]["conversation__recommend_responses_for_interaction__Response"];
10491
10491
  };
10492
10492
  };
10493
10493
  /** @description The conversation is finished, or the supplied interaction ID doesn't correspond to the latest, completed interaction. */
@@ -10566,7 +10566,7 @@ export interface operations {
10566
10566
  [name: string]: unknown;
10567
10567
  };
10568
10568
  content: {
10569
- "application/json": components["schemas"]["src__app__endpoints__conversation__get_interaction_insights__Response"];
10569
+ "application/json": components["schemas"]["conversation__get_interaction_insights__Response"];
10570
10570
  };
10571
10571
  };
10572
10572
  /** @description Invalid authorization credentials. */
@@ -10650,7 +10650,7 @@ export interface operations {
10650
10650
  [name: string]: unknown;
10651
10651
  };
10652
10652
  content: {
10653
- "application/x-ndjson": components["schemas"]["src__app__endpoints__conversation__interact_with_conversation__Response"];
10653
+ "application/x-ndjson": components["schemas"]["conversation__interact_with_conversation__Response"];
10654
10654
  };
10655
10655
  };
10656
10656
  /** @description The user message is empty, or the preferred language does not support voice transcription or response, or the `audio_format` field is not set when voice output is requested. */
@@ -10812,7 +10812,7 @@ export interface operations {
10812
10812
  };
10813
10813
  requestBody: {
10814
10814
  content: {
10815
- "application/json": components["schemas"]["src__app__endpoints__conversation__generate_conversation_starter__Request"];
10815
+ "application/json": components["schemas"]["conversation__generate_conversation_starter__Request"];
10816
10816
  };
10817
10817
  };
10818
10818
  responses: {
@@ -10822,7 +10822,7 @@ export interface operations {
10822
10822
  [name: string]: unknown;
10823
10823
  };
10824
10824
  content: {
10825
- "application/json": components["schemas"]["src__app__endpoints__conversation__generate_conversation_starter__Response"];
10825
+ "application/json": components["schemas"]["conversation__generate_conversation_starter__Response"];
10826
10826
  };
10827
10827
  };
10828
10828
  /** @description Invalid authorization credentials. */
@@ -10886,7 +10886,7 @@ export interface operations {
10886
10886
  };
10887
10887
  requestBody: {
10888
10888
  content: {
10889
- "application/json": components["schemas"]["src__app__endpoints__user__update_user_info__Request"];
10889
+ "application/json": components["schemas"]["user__update_user_info__Request"];
10890
10890
  };
10891
10891
  };
10892
10892
  responses: {
@@ -10964,7 +10964,7 @@ export interface operations {
10964
10964
  [name: string]: unknown;
10965
10965
  };
10966
10966
  content: {
10967
- "application/json": components["schemas"]["src__app__endpoints__user__get_user_model__Response"];
10967
+ "application/json": components["schemas"]["user__get_user_model__Response"];
10968
10968
  };
10969
10969
  };
10970
10970
  /** @description Invalid authorization credentials. */
@@ -11026,7 +11026,7 @@ export interface operations {
11026
11026
  };
11027
11027
  requestBody: {
11028
11028
  content: {
11029
- "application/json": components["schemas"]["src__app__endpoints__user__sign_in_with_email__Request"];
11029
+ "application/json": components["schemas"]["user__sign_in_with_email__Request"];
11030
11030
  };
11031
11031
  };
11032
11032
  responses: {
@@ -11036,7 +11036,7 @@ export interface operations {
11036
11036
  [name: string]: unknown;
11037
11037
  };
11038
11038
  content: {
11039
- "application/json": components["schemas"]["src__app__endpoints__user__sign_in_with_email__Response"];
11039
+ "application/json": components["schemas"]["user__sign_in_with_email__Response"];
11040
11040
  };
11041
11041
  };
11042
11042
  /** @description Specified organization or user is not found. */
@@ -11083,7 +11083,7 @@ export interface operations {
11083
11083
  [name: string]: unknown;
11084
11084
  };
11085
11085
  content: {
11086
- "application/json": components["schemas"]["src__app__endpoints__user__sign_in_with_api_key__Response"];
11086
+ "application/json": components["schemas"]["user__sign_in_with_api_key__Response"];
11087
11087
  };
11088
11088
  };
11089
11089
  /** @description API key not found, is incorrect, or the requested user is not found. */
@@ -11157,7 +11157,7 @@ export interface operations {
11157
11157
  [name: string]: unknown;
11158
11158
  };
11159
11159
  content: {
11160
- "application/json": components["schemas"]["src__app__endpoints__user__get_users__Response"];
11160
+ "application/json": components["schemas"]["user__get_users__Response"];
11161
11161
  };
11162
11162
  };
11163
11163
  /** @description Invalid authorization credentials. */
@@ -11219,7 +11219,7 @@ export interface operations {
11219
11219
  };
11220
11220
  requestBody: {
11221
11221
  content: {
11222
- "application/json": components["schemas"]["src__app__endpoints__user__create_invited_user__Request"];
11222
+ "application/json": components["schemas"]["user__create_invited_user__Request"];
11223
11223
  };
11224
11224
  };
11225
11225
  responses: {
@@ -11229,7 +11229,7 @@ export interface operations {
11229
11229
  [name: string]: unknown;
11230
11230
  };
11231
11231
  content: {
11232
- "application/json": components["schemas"]["src__app__endpoints__user__create_invited_user__Response"];
11232
+ "application/json": components["schemas"]["user__create_invited_user__Response"];
11233
11233
  };
11234
11234
  };
11235
11235
  /** @description Invalid authorization credentials. */
@@ -11385,7 +11385,7 @@ export interface operations {
11385
11385
  [name: string]: unknown;
11386
11386
  };
11387
11387
  content: {
11388
- "application/json": components["schemas"]["src__app__endpoints__user__get_memories__Response"];
11388
+ "application/json": components["schemas"]["user__get_memories__Response"];
11389
11389
  };
11390
11390
  };
11391
11391
  /** @description Invalid authorization credentials. */
@@ -11456,7 +11456,7 @@ export interface operations {
11456
11456
  [name: string]: unknown;
11457
11457
  };
11458
11458
  content: {
11459
- "application/json": components["schemas"]["src__app__endpoints__user__search_users__Response"];
11459
+ "application/json": components["schemas"]["user__search_users__Response"];
11460
11460
  };
11461
11461
  };
11462
11462
  /** @description Invalid authorization credentials. */
@@ -11531,7 +11531,7 @@ export interface operations {
11531
11531
  [name: string]: unknown;
11532
11532
  };
11533
11533
  content: {
11534
- "application/json": components["schemas"]["src__app__endpoints__role__get_roles__Response"];
11534
+ "application/json": components["schemas"]["role__get_roles__Response"];
11535
11535
  };
11536
11536
  };
11537
11537
  /** @description Invalid authorization credentials. */
@@ -11593,7 +11593,7 @@ export interface operations {
11593
11593
  };
11594
11594
  requestBody: {
11595
11595
  content: {
11596
- "application/json": components["schemas"]["src__app__endpoints__role__create_role__Request"];
11596
+ "application/json": components["schemas"]["role__create_role__Request"];
11597
11597
  };
11598
11598
  };
11599
11599
  responses: {
@@ -11603,7 +11603,7 @@ export interface operations {
11603
11603
  [name: string]: unknown;
11604
11604
  };
11605
11605
  content: {
11606
- "application/json": components["schemas"]["src__app__endpoints__role__create_role__Response"];
11606
+ "application/json": components["schemas"]["role__create_role__Response"];
11607
11607
  };
11608
11608
  };
11609
11609
  /** @description Invalid authorization credentials. */
@@ -11674,7 +11674,7 @@ export interface operations {
11674
11674
  };
11675
11675
  requestBody: {
11676
11676
  content: {
11677
- "application/json": components["schemas"]["src__app__endpoints__role__modify_role__Request"];
11677
+ "application/json": components["schemas"]["role__modify_role__Request"];
11678
11678
  };
11679
11679
  };
11680
11680
  responses: {
@@ -11684,7 +11684,7 @@ export interface operations {
11684
11684
  [name: string]: unknown;
11685
11685
  };
11686
11686
  content: {
11687
- "application/json": components["schemas"]["src__app__endpoints__role__modify_role__Response"];
11687
+ "application/json": components["schemas"]["role__modify_role__Response"];
11688
11688
  };
11689
11689
  };
11690
11690
  /** @description Base roles cannot inherit from other roles. */
@@ -11755,7 +11755,7 @@ export interface operations {
11755
11755
  };
11756
11756
  requestBody: {
11757
11757
  content: {
11758
- "application/json": components["schemas"]["src__app__endpoints__role__assign_role__Request"];
11758
+ "application/json": components["schemas"]["role__assign_role__Request"];
11759
11759
  };
11760
11760
  };
11761
11761
  responses: {
@@ -11765,7 +11765,7 @@ export interface operations {
11765
11765
  [name: string]: unknown;
11766
11766
  };
11767
11767
  content: {
11768
- "application/json": components["schemas"]["src__app__endpoints__role__assign_role__Response"];
11768
+ "application/json": components["schemas"]["role__assign_role__Response"];
11769
11769
  };
11770
11770
  };
11771
11771
  /** @description Invalid authorization credentials. */
@@ -11833,7 +11833,7 @@ export interface operations {
11833
11833
  [name: string]: unknown;
11834
11834
  };
11835
11835
  content: {
11836
- "application/json": components["schemas"]["src__app__endpoints__admin__ping_server__Response"];
11836
+ "application/json": components["schemas"]["admin__ping_server__Response"];
11837
11837
  };
11838
11838
  };
11839
11839
  /** @description The specified organization does not exist. */
@@ -11947,7 +11947,7 @@ export interface operations {
11947
11947
  [name: string]: unknown;
11948
11948
  };
11949
11949
  content: {
11950
- "application/json": components["schemas"]["src__app__endpoints__webhook_destination__get_webhook_destinations__Response"];
11950
+ "application/json": components["schemas"]["webhook_destination__get_webhook_destinations__Response"];
11951
11951
  };
11952
11952
  };
11953
11953
  /** @description Invalid authorization credentials. */
@@ -12009,7 +12009,7 @@ export interface operations {
12009
12009
  };
12010
12010
  requestBody: {
12011
12011
  content: {
12012
- "application/json": components["schemas"]["src__app__endpoints__webhook_destination__create_webhook_destination__Request"];
12012
+ "application/json": components["schemas"]["webhook_destination__create_webhook_destination__Request"];
12013
12013
  };
12014
12014
  };
12015
12015
  responses: {
@@ -12019,7 +12019,7 @@ export interface operations {
12019
12019
  [name: string]: unknown;
12020
12020
  };
12021
12021
  content: {
12022
- "application/json": components["schemas"]["src__app__endpoints__webhook_destination__create_webhook_destination__Response"];
12022
+ "application/json": components["schemas"]["webhook_destination__create_webhook_destination__Response"];
12023
12023
  };
12024
12024
  };
12025
12025
  /** @description The organization already has the maximum amount of webhook destinations defined. */
@@ -12090,7 +12090,7 @@ export interface operations {
12090
12090
  };
12091
12091
  requestBody: {
12092
12092
  content: {
12093
- "application/json": components["schemas"]["src__app__endpoints__webhook_destination__update_webhook_destination__Request"];
12093
+ "application/json": components["schemas"]["webhook_destination__update_webhook_destination__Request"];
12094
12094
  };
12095
12095
  };
12096
12096
  responses: {
@@ -12236,7 +12236,7 @@ export interface operations {
12236
12236
  [name: string]: unknown;
12237
12237
  };
12238
12238
  content: {
12239
- "application/json": components["schemas"]["src__app__endpoints__webhook_destination__rotate_webhook_destination_secret__Response"];
12239
+ "application/json": components["schemas"]["webhook_destination__rotate_webhook_destination_secret__Response"];
12240
12240
  };
12241
12241
  };
12242
12242
  /** @description The frequency of secret rotation is limited to once per hour. */
@@ -12328,7 +12328,7 @@ export interface operations {
12328
12328
  [name: string]: unknown;
12329
12329
  };
12330
12330
  content: {
12331
- "application/json": components["schemas"]["src__app__endpoints__webhook_destination__get_webhook_deliveries__Response"];
12331
+ "application/json": components["schemas"]["webhook_destination__get_webhook_deliveries__Response"];
12332
12332
  };
12333
12333
  };
12334
12334
  /** @description Invalid authorization credentials. */
@@ -12413,7 +12413,7 @@ export interface operations {
12413
12413
  [name: string]: unknown;
12414
12414
  };
12415
12415
  content: {
12416
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_sets__Response"];
12416
+ "application/json": components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_sets__Response"];
12417
12417
  };
12418
12418
  };
12419
12419
  /** @description Invalid authorization credentials. */
@@ -12475,7 +12475,7 @@ export interface operations {
12475
12475
  };
12476
12476
  requestBody: {
12477
12477
  content: {
12478
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Request"];
12478
+ "application/json": components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Request"];
12479
12479
  };
12480
12480
  };
12481
12481
  responses: {
@@ -12485,7 +12485,7 @@ export interface operations {
12485
12485
  [name: string]: unknown;
12486
12486
  };
12487
12487
  content: {
12488
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set__Response"];
12488
+ "application/json": components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set__Response"];
12489
12489
  };
12490
12490
  };
12491
12491
  /** @description Invalid authorization credentials. */
@@ -12556,7 +12556,7 @@ export interface operations {
12556
12556
  };
12557
12557
  requestBody: {
12558
12558
  content: {
12559
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__update_dynamic_behavior_set__Request"];
12559
+ "application/json": components["schemas"]["dynamic_behavior_set__update_dynamic_behavior_set__Request"];
12560
12560
  };
12561
12561
  };
12562
12562
  responses: {
@@ -12720,7 +12720,7 @@ export interface operations {
12720
12720
  [name: string]: unknown;
12721
12721
  };
12722
12722
  content: {
12723
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_set_versions__Response"];
12723
+ "application/json": components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_set_versions__Response"];
12724
12724
  };
12725
12725
  };
12726
12726
  /** @description Invalid authorization credentials. */
@@ -12787,7 +12787,7 @@ export interface operations {
12787
12787
  };
12788
12788
  requestBody: {
12789
12789
  content: {
12790
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set_version__Request"];
12790
+ "application/json": components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Request"];
12791
12791
  };
12792
12792
  };
12793
12793
  responses: {
@@ -12797,7 +12797,7 @@ export interface operations {
12797
12797
  [name: string]: unknown;
12798
12798
  };
12799
12799
  content: {
12800
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__create_dynamic_behavior_set_version__Response"];
12800
+ "application/json": components["schemas"]["dynamic_behavior_set__create_dynamic_behavior_set_version__Response"];
12801
12801
  };
12802
12802
  };
12803
12803
  /** @description The specified version number is not the expected next version to be created. */
@@ -12883,7 +12883,7 @@ export interface operations {
12883
12883
  [name: string]: unknown;
12884
12884
  };
12885
12885
  content: {
12886
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__search_dynamic_behavior_sets__Response"];
12886
+ "application/json": components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response"];
12887
12887
  };
12888
12888
  };
12889
12889
  /** @description Invalid authorization credentials. */
@@ -12960,7 +12960,7 @@ export interface operations {
12960
12960
  [name: string]: unknown;
12961
12961
  };
12962
12962
  content: {
12963
- "application/json": components["schemas"]["src__app__endpoints__dynamic_behavior_set__get_dynamic_behavior_invocations__Response"];
12963
+ "application/json": components["schemas"]["dynamic_behavior_set__get_dynamic_behavior_invocations__Response"];
12964
12964
  };
12965
12965
  };
12966
12966
  /** @description Invalid authorization credentials. */
@@ -13047,7 +13047,7 @@ export interface operations {
13047
13047
  [name: string]: unknown;
13048
13048
  };
13049
13049
  content: {
13050
- "application/json": components["schemas"]["src__app__endpoints__metric__get_metrics__Response"];
13050
+ "application/json": components["schemas"]["metric__get_metrics__Response"];
13051
13051
  };
13052
13052
  };
13053
13053
  /** @description Invalid authorization credentials. */
@@ -13109,7 +13109,7 @@ export interface operations {
13109
13109
  };
13110
13110
  requestBody: {
13111
13111
  content: {
13112
- "application/json": components["schemas"]["src__app__endpoints__metric__create_metric__Request"];
13112
+ "application/json": components["schemas"]["metric__create_metric__Request"];
13113
13113
  };
13114
13114
  };
13115
13115
  responses: {
@@ -13119,7 +13119,7 @@ export interface operations {
13119
13119
  [name: string]: unknown;
13120
13120
  };
13121
13121
  content: {
13122
- "application/json": components["schemas"]["src__app__endpoints__metric__create_metric__Response"];
13122
+ "application/json": components["schemas"]["metric__create_metric__Response"];
13123
13123
  };
13124
13124
  };
13125
13125
  /** @description Invalid authorization credentials. */
@@ -13190,7 +13190,7 @@ export interface operations {
13190
13190
  };
13191
13191
  requestBody: {
13192
13192
  content: {
13193
- "application/json": components["schemas"]["src__app__endpoints__metric__update_metric__Request"];
13193
+ "application/json": components["schemas"]["metric__update_metric__Request"];
13194
13194
  };
13195
13195
  };
13196
13196
  responses: {
@@ -13356,7 +13356,7 @@ export interface operations {
13356
13356
  [name: string]: unknown;
13357
13357
  };
13358
13358
  content: {
13359
- "application/json": components["schemas"]["src__app__endpoints__metric__search_metrics__Response"];
13359
+ "application/json": components["schemas"]["metric__search_metrics__Response"];
13360
13360
  };
13361
13361
  };
13362
13362
  /** @description Invalid authorization credentials. */
@@ -13418,7 +13418,7 @@ export interface operations {
13418
13418
  };
13419
13419
  requestBody: {
13420
13420
  content: {
13421
- "application/json": components["schemas"]["src__app__endpoints__metric__evaluate_metrics__Request"];
13421
+ "application/json": components["schemas"]["metric__evaluate_metrics__Request"];
13422
13422
  };
13423
13423
  };
13424
13424
  responses: {
@@ -13428,7 +13428,7 @@ export interface operations {
13428
13428
  [name: string]: unknown;
13429
13429
  };
13430
13430
  content: {
13431
- "application/json": components["schemas"]["src__app__endpoints__metric__evaluate_metrics__Response"];
13431
+ "application/json": components["schemas"]["metric__evaluate_metrics__Response"];
13432
13432
  };
13433
13433
  };
13434
13434
  /** @description Invalid authorization credentials. */
@@ -13515,7 +13515,7 @@ export interface operations {
13515
13515
  [name: string]: unknown;
13516
13516
  };
13517
13517
  content: {
13518
- "application/json": components["schemas"]["src__app__endpoints__metric__get_metric_evaluation_results__Response"];
13518
+ "application/json": components["schemas"]["metric__get_metric_evaluation_results__Response"];
13519
13519
  };
13520
13520
  };
13521
13521
  /** @description Invalid authorization credentials. */
@@ -13600,7 +13600,7 @@ export interface operations {
13600
13600
  [name: string]: unknown;
13601
13601
  };
13602
13602
  content: {
13603
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_personas__Response"];
13603
+ "application/json": components["schemas"]["simulation__get_simulation_personas__Response"];
13604
13604
  };
13605
13605
  };
13606
13606
  /** @description Invalid authorization credentials. */
@@ -13662,7 +13662,7 @@ export interface operations {
13662
13662
  };
13663
13663
  requestBody: {
13664
13664
  content: {
13665
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_persona__Request"];
13665
+ "application/json": components["schemas"]["simulation__create_simulation_persona__Request"];
13666
13666
  };
13667
13667
  };
13668
13668
  responses: {
@@ -13672,7 +13672,7 @@ export interface operations {
13672
13672
  [name: string]: unknown;
13673
13673
  };
13674
13674
  content: {
13675
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_persona__Response"];
13675
+ "application/json": components["schemas"]["simulation__create_simulation_persona__Response"];
13676
13676
  };
13677
13677
  };
13678
13678
  /** @description Invalid authorization credentials. */
@@ -13758,7 +13758,7 @@ export interface operations {
13758
13758
  [name: string]: unknown;
13759
13759
  };
13760
13760
  content: {
13761
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_persona_versions__Response"];
13761
+ "application/json": components["schemas"]["simulation__get_simulation_persona_versions__Response"];
13762
13762
  };
13763
13763
  };
13764
13764
  /** @description Invalid authorization credentials. */
@@ -13825,7 +13825,7 @@ export interface operations {
13825
13825
  };
13826
13826
  requestBody: {
13827
13827
  content: {
13828
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_persona_version__Request"];
13828
+ "application/json": components["schemas"]["simulation__create_simulation_persona_version__Request"];
13829
13829
  };
13830
13830
  };
13831
13831
  responses: {
@@ -13835,7 +13835,7 @@ export interface operations {
13835
13835
  [name: string]: unknown;
13836
13836
  };
13837
13837
  content: {
13838
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_persona_version__Response"];
13838
+ "application/json": components["schemas"]["simulation__create_simulation_persona_version__Response"];
13839
13839
  };
13840
13840
  };
13841
13841
  /** @description The specified version number is not the expected next version to be created. */
@@ -13906,7 +13906,7 @@ export interface operations {
13906
13906
  };
13907
13907
  requestBody: {
13908
13908
  content: {
13909
- "application/json": components["schemas"]["src__app__endpoints__simulation__update_simulation_persona__Request"];
13909
+ "application/json": components["schemas"]["simulation__update_simulation_persona__Request"];
13910
13910
  };
13911
13911
  };
13912
13912
  responses: {
@@ -14068,7 +14068,7 @@ export interface operations {
14068
14068
  [name: string]: unknown;
14069
14069
  };
14070
14070
  content: {
14071
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_scenario_versions__Response"];
14071
+ "application/json": components["schemas"]["simulation__get_simulation_scenario_versions__Response"];
14072
14072
  };
14073
14073
  };
14074
14074
  /** @description Invalid authorization credentials. */
@@ -14135,7 +14135,7 @@ export interface operations {
14135
14135
  };
14136
14136
  requestBody: {
14137
14137
  content: {
14138
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_scenario_version__Request"];
14138
+ "application/json": components["schemas"]["simulation__create_simulation_scenario_version__Request"];
14139
14139
  };
14140
14140
  };
14141
14141
  responses: {
@@ -14145,7 +14145,7 @@ export interface operations {
14145
14145
  [name: string]: unknown;
14146
14146
  };
14147
14147
  content: {
14148
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_scenario_version__Response"];
14148
+ "application/json": components["schemas"]["simulation__create_simulation_scenario_version__Response"];
14149
14149
  };
14150
14150
  };
14151
14151
  /** @description The specified version number is not the expected next version to be created. */
@@ -14235,7 +14235,7 @@ export interface operations {
14235
14235
  [name: string]: unknown;
14236
14236
  };
14237
14237
  content: {
14238
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_scenarios__Response"];
14238
+ "application/json": components["schemas"]["simulation__get_simulation_scenarios__Response"];
14239
14239
  };
14240
14240
  };
14241
14241
  /** @description Invalid authorization credentials. */
@@ -14297,7 +14297,7 @@ export interface operations {
14297
14297
  };
14298
14298
  requestBody: {
14299
14299
  content: {
14300
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_scenario__Request"];
14300
+ "application/json": components["schemas"]["simulation__create_simulation_scenario__Request"];
14301
14301
  };
14302
14302
  };
14303
14303
  responses: {
@@ -14307,7 +14307,7 @@ export interface operations {
14307
14307
  [name: string]: unknown;
14308
14308
  };
14309
14309
  content: {
14310
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_scenario__Response"];
14310
+ "application/json": components["schemas"]["simulation__create_simulation_scenario__Response"];
14311
14311
  };
14312
14312
  };
14313
14313
  /** @description Invalid authorization credentials. */
@@ -14378,7 +14378,7 @@ export interface operations {
14378
14378
  };
14379
14379
  requestBody: {
14380
14380
  content: {
14381
- "application/json": components["schemas"]["src__app__endpoints__simulation__update_simulation_scenario__Request"];
14381
+ "application/json": components["schemas"]["simulation__update_simulation_scenario__Request"];
14382
14382
  };
14383
14383
  };
14384
14384
  responses: {
@@ -14538,7 +14538,7 @@ export interface operations {
14538
14538
  [name: string]: unknown;
14539
14539
  };
14540
14540
  content: {
14541
- "application/json": components["schemas"]["src__app__endpoints__simulation__search_simulation_personas__Response"];
14541
+ "application/json": components["schemas"]["simulation__search_simulation_personas__Response"];
14542
14542
  };
14543
14543
  };
14544
14544
  /** @description Invalid authorization credentials. */
@@ -14613,7 +14613,7 @@ export interface operations {
14613
14613
  [name: string]: unknown;
14614
14614
  };
14615
14615
  content: {
14616
- "application/json": components["schemas"]["src__app__endpoints__simulation__search_simulation_scenarios__Response"];
14616
+ "application/json": components["schemas"]["simulation__search_simulation_scenarios__Response"];
14617
14617
  };
14618
14618
  };
14619
14619
  /** @description Invalid authorization credentials. */
@@ -14704,7 +14704,7 @@ export interface operations {
14704
14704
  [name: string]: unknown;
14705
14705
  };
14706
14706
  content: {
14707
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_unit_tests__Response"];
14707
+ "application/json": components["schemas"]["simulation__get_simulation_unit_tests__Response"];
14708
14708
  };
14709
14709
  };
14710
14710
  /** @description Invalid authorization credentials. */
@@ -14766,7 +14766,7 @@ export interface operations {
14766
14766
  };
14767
14767
  requestBody: {
14768
14768
  content: {
14769
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_unit_test__Request"];
14769
+ "application/json": components["schemas"]["simulation__create_simulation_unit_test__Request"];
14770
14770
  };
14771
14771
  };
14772
14772
  responses: {
@@ -14776,7 +14776,7 @@ export interface operations {
14776
14776
  [name: string]: unknown;
14777
14777
  };
14778
14778
  content: {
14779
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_unit_test__Response"];
14779
+ "application/json": components["schemas"]["simulation__create_simulation_unit_test__Response"];
14780
14780
  };
14781
14781
  };
14782
14782
  /** @description The metric type of the success criterion does not match the metric type of the metric. */
@@ -14854,7 +14854,7 @@ export interface operations {
14854
14854
  };
14855
14855
  requestBody: {
14856
14856
  content: {
14857
- "application/json": components["schemas"]["src__app__endpoints__simulation__update_simulation_unit_test__Request"];
14857
+ "application/json": components["schemas"]["simulation__update_simulation_unit_test__Request"];
14858
14858
  };
14859
14859
  };
14860
14860
  responses: {
@@ -15027,7 +15027,7 @@ export interface operations {
15027
15027
  [name: string]: unknown;
15028
15028
  };
15029
15029
  content: {
15030
- "application/json": components["schemas"]["src__app__endpoints__simulation__search_simulation_unit_tests__Response"];
15030
+ "application/json": components["schemas"]["simulation__search_simulation_unit_tests__Response"];
15031
15031
  };
15032
15032
  };
15033
15033
  /** @description Invalid authorization credentials. */
@@ -15112,7 +15112,7 @@ export interface operations {
15112
15112
  [name: string]: unknown;
15113
15113
  };
15114
15114
  content: {
15115
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_unit_test_sets__Response"];
15115
+ "application/json": components["schemas"]["simulation__get_simulation_unit_test_sets__Response"];
15116
15116
  };
15117
15117
  };
15118
15118
  /** @description Invalid authorization credentials. */
@@ -15174,7 +15174,7 @@ export interface operations {
15174
15174
  };
15175
15175
  requestBody: {
15176
15176
  content: {
15177
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_unit_test_set__Request"];
15177
+ "application/json": components["schemas"]["simulation__create_simulation_unit_test_set__Request"];
15178
15178
  };
15179
15179
  };
15180
15180
  responses: {
@@ -15184,7 +15184,7 @@ export interface operations {
15184
15184
  [name: string]: unknown;
15185
15185
  };
15186
15186
  content: {
15187
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_unit_test_set__Response"];
15187
+ "application/json": components["schemas"]["simulation__create_simulation_unit_test_set__Response"];
15188
15188
  };
15189
15189
  };
15190
15190
  /** @description Invalid authorization credentials. */
@@ -15268,7 +15268,7 @@ export interface operations {
15268
15268
  [name: string]: unknown;
15269
15269
  };
15270
15270
  content: {
15271
- "application/json": components["schemas"]["src__app__endpoints__simulation__search_simulation_unit_test_set__Response"];
15271
+ "application/json": components["schemas"]["simulation__search_simulation_unit_test_set__Response"];
15272
15272
  };
15273
15273
  };
15274
15274
  /** @description Invalid authorization credentials. */
@@ -15332,7 +15332,7 @@ export interface operations {
15332
15332
  };
15333
15333
  requestBody: {
15334
15334
  content: {
15335
- "application/json": components["schemas"]["src__app__endpoints__simulation__update_simulation_unit_test_set__Request"];
15335
+ "application/json": components["schemas"]["simulation__update_simulation_unit_test_set__Request"];
15336
15336
  };
15337
15337
  };
15338
15338
  responses: {
@@ -15506,7 +15506,7 @@ export interface operations {
15506
15506
  [name: string]: unknown;
15507
15507
  };
15508
15508
  content: {
15509
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_unit_test_set_runs__Response"];
15509
+ "application/json": components["schemas"]["simulation__get_simulation_unit_test_set_runs__Response"];
15510
15510
  };
15511
15511
  };
15512
15512
  /** @description Invalid authorization credentials. */
@@ -15568,7 +15568,7 @@ export interface operations {
15568
15568
  };
15569
15569
  requestBody: {
15570
15570
  content: {
15571
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_unit_test_set_run__Request"];
15571
+ "application/json": components["schemas"]["simulation__create_simulation_unit_test_set_run__Request"];
15572
15572
  };
15573
15573
  };
15574
15574
  responses: {
@@ -15578,7 +15578,7 @@ export interface operations {
15578
15578
  [name: string]: unknown;
15579
15579
  };
15580
15580
  content: {
15581
- "application/json": components["schemas"]["src__app__endpoints__simulation__create_simulation_unit_test_set_run__Response"];
15581
+ "application/json": components["schemas"]["simulation__create_simulation_unit_test_set_run__Response"];
15582
15582
  };
15583
15583
  };
15584
15584
  /** @description Invalid authorization credentials. */
@@ -15655,7 +15655,7 @@ export interface operations {
15655
15655
  [name: string]: unknown;
15656
15656
  };
15657
15657
  content: {
15658
- "application/json": components["schemas"]["src__app__endpoints__simulation__get_simulation_unit_test_set_run_artifacts__Response"];
15658
+ "application/json": components["schemas"]["simulation__get_simulation_unit_test_set_run_artifacts__Response"];
15659
15659
  };
15660
15660
  };
15661
15661
  /** @description The artifacts for the unit test set run are not yet available for retrieval */
@@ -15818,7 +15818,7 @@ export interface operations {
15818
15818
  [name: string]: unknown;
15819
15819
  };
15820
15820
  content: {
15821
- "application/json": components["schemas"]["src__app__endpoints__tool__get_tools__Response"];
15821
+ "application/json": components["schemas"]["tool__get_tools__Response"];
15822
15822
  };
15823
15823
  };
15824
15824
  /** @description Invalid authorization credentials. */
@@ -15880,7 +15880,7 @@ export interface operations {
15880
15880
  };
15881
15881
  requestBody: {
15882
15882
  content: {
15883
- "application/json": components["schemas"]["src__app__endpoints__tool__create_tool__Request"];
15883
+ "application/json": components["schemas"]["tool__create_tool__Request"];
15884
15884
  };
15885
15885
  };
15886
15886
  responses: {
@@ -15890,7 +15890,7 @@ export interface operations {
15890
15890
  [name: string]: unknown;
15891
15891
  };
15892
15892
  content: {
15893
- "application/json": components["schemas"]["src__app__endpoints__tool__create_tool__Response"];
15893
+ "application/json": components["schemas"]["tool__create_tool__Response"];
15894
15894
  };
15895
15895
  };
15896
15896
  /** @description Invalid authorization credentials. */
@@ -16031,7 +16031,7 @@ export interface operations {
16031
16031
  };
16032
16032
  requestBody: {
16033
16033
  content: {
16034
- "application/json": components["schemas"]["src__app__endpoints__tool__modify_tool__Request"];
16034
+ "application/json": components["schemas"]["tool__modify_tool__Request"];
16035
16035
  };
16036
16036
  };
16037
16037
  responses: {
@@ -16178,7 +16178,7 @@ export interface operations {
16178
16178
  };
16179
16179
  requestBody: {
16180
16180
  content: {
16181
- "application/json": components["schemas"]["src__app__endpoints__tool__modify_tool_envvars__Request"];
16181
+ "application/json": components["schemas"]["tool__modify_tool_envvars__Request"];
16182
16182
  };
16183
16183
  };
16184
16184
  responses: {
@@ -16283,7 +16283,7 @@ export interface operations {
16283
16283
  [name: string]: unknown;
16284
16284
  };
16285
16285
  content: {
16286
- "application/json": components["schemas"]["src__app__endpoints__tool__get_tool_versions__Response"];
16286
+ "application/json": components["schemas"]["tool__get_tool_versions__Response"];
16287
16287
  };
16288
16288
  };
16289
16289
  /** @description Invalid authorization credentials. */
@@ -16347,7 +16347,7 @@ export interface operations {
16347
16347
  };
16348
16348
  requestBody: {
16349
16349
  content: {
16350
- "application/json": components["schemas"]["src__app__endpoints__tool__publish_tool_version__Request"];
16350
+ "application/json": components["schemas"]["tool__publish_tool_version__Request"];
16351
16351
  };
16352
16352
  };
16353
16353
  responses: {
@@ -16357,7 +16357,7 @@ export interface operations {
16357
16357
  [name: string]: unknown;
16358
16358
  };
16359
16359
  content: {
16360
- "application/json": components["schemas"]["src__app__endpoints__tool__publish_tool_version__Response"];
16360
+ "application/json": components["schemas"]["tool__publish_tool_version__Response"];
16361
16361
  };
16362
16362
  };
16363
16363
  /** @description Specified commit is older than the last valid commit, or the environment variables required by the tool version do not exist on the tool. */