@amigo-ai/sdk 0.92.0 → 0.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2291,7 +2291,7 @@ export interface components {
|
|
|
2291
2291
|
/** Boundary Constraints */
|
|
2292
2292
|
boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2293
2293
|
/** Exit Conditions */
|
|
2294
|
-
exit_conditions: components["schemas"]["
|
|
2294
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
|
|
2295
2295
|
/** Action Tool Call Specs */
|
|
2296
2296
|
action_tool_call_specs: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ToolCallSpec"][];
|
|
2297
2297
|
/** Exit Condition Tool Call Specs */
|
|
@@ -2719,9 +2719,10 @@ export interface components {
|
|
|
2719
2719
|
type: "decision";
|
|
2720
2720
|
name: components["schemas"]["StateOrRefName"];
|
|
2721
2721
|
/** Exit Conditions */
|
|
2722
|
-
exit_conditions: components["schemas"]["
|
|
2722
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition"][];
|
|
2723
2723
|
/** Decision Guidelines */
|
|
2724
2724
|
decision_guidelines: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2725
|
+
/** @description The objective the agent is trying to achieve in this decision state. */
|
|
2725
2726
|
objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
2726
2727
|
/** Tool Call Specs */
|
|
2727
2728
|
tool_call_specs: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ToolCallSpec"][];
|
|
@@ -3468,7 +3469,7 @@ export interface components {
|
|
|
3468
3469
|
* Tags
|
|
3469
3470
|
* @description The tags of the metric.
|
|
3470
3471
|
*/
|
|
3471
|
-
tags: components["schemas"]["
|
|
3472
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3472
3473
|
/** @description The user who created the metric. */
|
|
3473
3474
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3474
3475
|
/** @description The user who last updated the metric. */
|
|
@@ -3573,7 +3574,7 @@ export interface components {
|
|
|
3573
3574
|
* Tags
|
|
3574
3575
|
* @description The tags of the metric.
|
|
3575
3576
|
*/
|
|
3576
|
-
tags: components["schemas"]["
|
|
3577
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
3577
3578
|
/** @description The user who created the metric. */
|
|
3578
3579
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3579
3580
|
/** @description The user who last updated the metric. */
|
|
@@ -4008,7 +4009,7 @@ export interface components {
|
|
|
4008
4009
|
type: "recall";
|
|
4009
4010
|
name: components["schemas"]["StateOrRefName"];
|
|
4010
4011
|
/** Queries */
|
|
4011
|
-
queries:
|
|
4012
|
+
queries: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][] | null;
|
|
4012
4013
|
requested_information: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
4013
4014
|
/** Next State */
|
|
4014
4015
|
next_state: components["schemas"]["StateOrRefName"] | [
|
|
@@ -4425,7 +4426,7 @@ export interface components {
|
|
|
4425
4426
|
* Tags
|
|
4426
4427
|
* @description The tags of the service.
|
|
4427
4428
|
*/
|
|
4428
|
-
tags: components["schemas"]["
|
|
4429
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4429
4430
|
/**
|
|
4430
4431
|
* Keyterms
|
|
4431
4432
|
* @description A list of keyterms that are easy to get wrong during audio transcriptions that tend to occur commonly in audio sessions using this service.
|
|
@@ -4640,7 +4641,7 @@ export interface components {
|
|
|
4640
4641
|
* Tags
|
|
4641
4642
|
* @description The tags of the simulation persona.
|
|
4642
4643
|
*/
|
|
4643
|
-
tags: components["schemas"]["
|
|
4644
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4644
4645
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4645
4646
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4646
4647
|
};
|
|
@@ -4712,7 +4713,7 @@ export interface components {
|
|
|
4712
4713
|
* Tags
|
|
4713
4714
|
* @description The tags of the simulation persona.
|
|
4714
4715
|
*/
|
|
4715
|
-
tags: components["schemas"]["
|
|
4716
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4716
4717
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4717
4718
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
4718
4719
|
};
|
|
@@ -4767,7 +4768,7 @@ export interface components {
|
|
|
4767
4768
|
* Tags
|
|
4768
4769
|
* @description The tags of the simulation unit test set.
|
|
4769
4770
|
*/
|
|
4770
|
-
tags: components["schemas"]["
|
|
4771
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4771
4772
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4772
4773
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4773
4774
|
};
|
|
@@ -4819,7 +4820,7 @@ export interface components {
|
|
|
4819
4820
|
* Tags
|
|
4820
4821
|
* @description The tags of the simulation unit test set.
|
|
4821
4822
|
*/
|
|
4822
|
-
tags: components["schemas"]["
|
|
4823
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
4823
4824
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4824
4825
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
4825
4826
|
};
|
|
@@ -5281,7 +5282,7 @@ export interface components {
|
|
|
5281
5282
|
* Tags
|
|
5282
5283
|
* @description The tags of the simulation persona.
|
|
5283
5284
|
*/
|
|
5284
|
-
tags: components["schemas"]["
|
|
5285
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__tool__Tool__Tag"][];
|
|
5285
5286
|
};
|
|
5286
5287
|
/** ToolVersionInstance */
|
|
5287
5288
|
ToolVersionInstance: {
|
|
@@ -5311,7 +5312,7 @@ export interface components {
|
|
|
5311
5312
|
*/
|
|
5312
5313
|
tool_id: string;
|
|
5313
5314
|
/** @description The version of the tool. */
|
|
5314
|
-
version: components["schemas"]["
|
|
5315
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
5315
5316
|
/**
|
|
5316
5317
|
* Required Envvars
|
|
5317
5318
|
* @description The environment variables that are required to run the tool.
|
|
@@ -5906,13 +5907,6 @@ export interface components {
|
|
|
5906
5907
|
metric_id: string;
|
|
5907
5908
|
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
5908
5909
|
};
|
|
5909
|
-
/** Tag */
|
|
5910
|
-
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__Tag: {
|
|
5911
|
-
/** Key */
|
|
5912
|
-
key: string;
|
|
5913
|
-
/** Value */
|
|
5914
|
-
value: string | null;
|
|
5915
|
-
};
|
|
5916
5910
|
/** UserInfo */
|
|
5917
5911
|
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
|
|
5918
5912
|
/** Org Id */
|
|
@@ -5955,14 +5949,12 @@ export interface components {
|
|
|
5955
5949
|
/** User Id */
|
|
5956
5950
|
user_id: string;
|
|
5957
5951
|
};
|
|
5958
|
-
/**
|
|
5959
|
-
|
|
5960
|
-
/**
|
|
5961
|
-
|
|
5962
|
-
/**
|
|
5963
|
-
|
|
5964
|
-
/** Patch */
|
|
5965
|
-
patch: number;
|
|
5952
|
+
/** Tag */
|
|
5953
|
+
amigo_lib__mongo__collections__tool__Tool__Tag: {
|
|
5954
|
+
/** Key */
|
|
5955
|
+
key: string;
|
|
5956
|
+
/** Value */
|
|
5957
|
+
value: string | null;
|
|
5966
5958
|
};
|
|
5967
5959
|
/** UserInfo */
|
|
5968
5960
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
@@ -5977,6 +5969,15 @@ export interface components {
|
|
|
5977
5969
|
*/
|
|
5978
5970
|
user_org_id: string;
|
|
5979
5971
|
};
|
|
5972
|
+
/** Version */
|
|
5973
|
+
amigo_lib__mongo__collections__tool_version__ToolVersion__Version: {
|
|
5974
|
+
/** Major */
|
|
5975
|
+
major: number;
|
|
5976
|
+
/** Minor */
|
|
5977
|
+
minor: number;
|
|
5978
|
+
/** Patch */
|
|
5979
|
+
patch: number;
|
|
5980
|
+
};
|
|
5980
5981
|
/**
|
|
5981
5982
|
* Preferences
|
|
5982
5983
|
* @description Preferences that the user can set to customize their experience.
|
|
@@ -6884,7 +6885,7 @@ export interface components {
|
|
|
6884
6885
|
* User Dimensions
|
|
6885
6886
|
* @description User dimensions for the organization.
|
|
6886
6887
|
*/
|
|
6887
|
-
user_dimensions: components["schemas"]["
|
|
6888
|
+
user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
|
|
6888
6889
|
/**
|
|
6889
6890
|
* Logo
|
|
6890
6891
|
* Format: base64
|
|
@@ -6961,12 +6962,6 @@ export interface components {
|
|
|
6961
6962
|
*/
|
|
6962
6963
|
audio_keyterms?: string[];
|
|
6963
6964
|
};
|
|
6964
|
-
/** UserDimension */
|
|
6965
|
-
organization__create_organization__Request__UserDimension: {
|
|
6966
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6967
|
-
/** Tags */
|
|
6968
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6969
|
-
};
|
|
6970
6965
|
/** Response */
|
|
6971
6966
|
organization__create_organization__Response: {
|
|
6972
6967
|
/**
|
|
@@ -7030,7 +7025,7 @@ export interface components {
|
|
|
7030
7025
|
global_boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7031
7026
|
};
|
|
7032
7027
|
/** ExitCondition */
|
|
7033
|
-
|
|
7028
|
+
organization__create_service_hierarchical_state_machine_version__Request__DecisionState__ExitCondition: {
|
|
7034
7029
|
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7035
7030
|
/** Next State */
|
|
7036
7031
|
next_state: components["schemas"]["StateOrRefName"] | [
|
|
@@ -7333,7 +7328,7 @@ export interface components {
|
|
|
7333
7328
|
* User Dimensions
|
|
7334
7329
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7335
7330
|
*/
|
|
7336
|
-
user_dimensions?: components["schemas"]["
|
|
7331
|
+
user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
|
|
7337
7332
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7338
7333
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7339
7334
|
/**
|
|
@@ -7373,6 +7368,12 @@ export interface components {
|
|
|
7373
7368
|
*/
|
|
7374
7369
|
audio_keyterms?: string[];
|
|
7375
7370
|
};
|
|
7371
|
+
/** UserDimension */
|
|
7372
|
+
organization__modify_organization__Request__UserDimension: {
|
|
7373
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7374
|
+
/** Tags */
|
|
7375
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7376
|
+
};
|
|
7376
7377
|
/** Request */
|
|
7377
7378
|
role__assign_role__Request: {
|
|
7378
7379
|
/**
|
|
@@ -7399,29 +7400,10 @@ export interface components {
|
|
|
7399
7400
|
* Permission Grants
|
|
7400
7401
|
* @description A list of permission grants associated with this role.
|
|
7401
7402
|
*/
|
|
7402
|
-
permission_grants: components["schemas"]["
|
|
7403
|
+
permission_grants: components["schemas"]["role__modify_role__Request__PermissionGrant"][];
|
|
7403
7404
|
/** @description The frontend view for users of this role. */
|
|
7404
7405
|
frontend_view: components["schemas"]["FrontendView"];
|
|
7405
7406
|
};
|
|
7406
|
-
/** PermissionGrant */
|
|
7407
|
-
role__create_role__Request__PermissionGrant: {
|
|
7408
|
-
/**
|
|
7409
|
-
* Action
|
|
7410
|
-
* @description Whether this grant allows or denies the specified access.
|
|
7411
|
-
* @enum {string}
|
|
7412
|
-
*/
|
|
7413
|
-
action: "Allow" | "Deny";
|
|
7414
|
-
/** Permission Name */
|
|
7415
|
-
permission_name: string;
|
|
7416
|
-
/**
|
|
7417
|
-
* Conditions
|
|
7418
|
-
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7419
|
-
*/
|
|
7420
|
-
conditions: {
|
|
7421
|
-
[key: string]: components["schemas"]["Condition"];
|
|
7422
|
-
};
|
|
7423
|
-
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7424
|
-
};
|
|
7425
7407
|
/** Response */
|
|
7426
7408
|
role__create_role__Response: {
|
|
7427
7409
|
/**
|
|
@@ -7446,10 +7428,29 @@ export interface components {
|
|
|
7446
7428
|
* Permission Grants
|
|
7447
7429
|
* @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
|
|
7448
7430
|
*/
|
|
7449
|
-
permission_grants?: components["schemas"]["
|
|
7431
|
+
permission_grants?: components["schemas"]["role__modify_role__Request__PermissionGrant"][] | null;
|
|
7450
7432
|
/** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
|
|
7451
7433
|
frontend_view?: components["schemas"]["FrontendView"] | null;
|
|
7452
7434
|
};
|
|
7435
|
+
/** PermissionGrant */
|
|
7436
|
+
role__modify_role__Request__PermissionGrant: {
|
|
7437
|
+
/**
|
|
7438
|
+
* Action
|
|
7439
|
+
* @description Whether this grant allows or denies the specified access.
|
|
7440
|
+
* @enum {string}
|
|
7441
|
+
*/
|
|
7442
|
+
action: "Allow" | "Deny";
|
|
7443
|
+
/** Permission Name */
|
|
7444
|
+
permission_name: string;
|
|
7445
|
+
/**
|
|
7446
|
+
* Conditions
|
|
7447
|
+
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7448
|
+
*/
|
|
7449
|
+
conditions: {
|
|
7450
|
+
[key: string]: components["schemas"]["Condition"];
|
|
7451
|
+
};
|
|
7452
|
+
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7453
|
+
};
|
|
7453
7454
|
/** Response */
|
|
7454
7455
|
role__modify_role__Response: {
|
|
7455
7456
|
/**
|
|
@@ -7809,7 +7810,7 @@ export interface components {
|
|
|
7809
7810
|
* Unit Test Runs
|
|
7810
7811
|
* @description The unit test runs that are part of this set.
|
|
7811
7812
|
*/
|
|
7812
|
-
unit_test_runs: components["schemas"]["
|
|
7813
|
+
unit_test_runs: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
|
|
7813
7814
|
/**
|
|
7814
7815
|
* Tags
|
|
7815
7816
|
* @description The tags of the simulation unit test set.
|
|
@@ -7818,6 +7819,16 @@ export interface components {
|
|
|
7818
7819
|
[key: string]: string | null;
|
|
7819
7820
|
};
|
|
7820
7821
|
};
|
|
7822
|
+
/** UnitTestRunDescriptor */
|
|
7823
|
+
simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
|
|
7824
|
+
/** Unit Test Id */
|
|
7825
|
+
unit_test_id: string;
|
|
7826
|
+
/**
|
|
7827
|
+
* Run Count
|
|
7828
|
+
* @description The number of times to run the unit test.
|
|
7829
|
+
*/
|
|
7830
|
+
run_count: number;
|
|
7831
|
+
};
|
|
7821
7832
|
/** Response */
|
|
7822
7833
|
simulation__create_simulation_unit_test_set__Response: {
|
|
7823
7834
|
/**
|
|
@@ -7866,7 +7877,7 @@ export interface components {
|
|
|
7866
7877
|
* Simulation Personas
|
|
7867
7878
|
* @description The list of simulation personas.
|
|
7868
7879
|
*/
|
|
7869
|
-
simulation_personas: components["schemas"]["
|
|
7880
|
+
simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
7870
7881
|
/**
|
|
7871
7882
|
* Has More
|
|
7872
7883
|
* @description Whether there are more simulation personas to fetch.
|
|
@@ -7901,6 +7912,52 @@ export interface components {
|
|
|
7901
7912
|
*/
|
|
7902
7913
|
roles: string[];
|
|
7903
7914
|
};
|
|
7915
|
+
/** SimulationPersonaInstance */
|
|
7916
|
+
simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
|
|
7917
|
+
/**
|
|
7918
|
+
* Id
|
|
7919
|
+
* @description The ID of the simulation persona.
|
|
7920
|
+
*/
|
|
7921
|
+
id: string;
|
|
7922
|
+
/**
|
|
7923
|
+
* Name
|
|
7924
|
+
* @description The name of the simulation persona.
|
|
7925
|
+
*/
|
|
7926
|
+
name: string;
|
|
7927
|
+
/**
|
|
7928
|
+
* Role
|
|
7929
|
+
* @description The role of the simulation persona.
|
|
7930
|
+
*/
|
|
7931
|
+
role: string;
|
|
7932
|
+
/**
|
|
7933
|
+
* Tags
|
|
7934
|
+
* @description The tags of the simulation persona.
|
|
7935
|
+
*/
|
|
7936
|
+
tags: {
|
|
7937
|
+
[key: string]: string | null;
|
|
7938
|
+
};
|
|
7939
|
+
/**
|
|
7940
|
+
* Is Deleted
|
|
7941
|
+
* @description Whether the simulation persona is deleted.
|
|
7942
|
+
*/
|
|
7943
|
+
is_deleted: boolean;
|
|
7944
|
+
/**
|
|
7945
|
+
* Created At
|
|
7946
|
+
* Format: date-time
|
|
7947
|
+
* @description The timestamp when the simulation persona was created.
|
|
7948
|
+
*/
|
|
7949
|
+
created_at: string;
|
|
7950
|
+
/** @description The user who created the simulation persona. */
|
|
7951
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
7952
|
+
/**
|
|
7953
|
+
* Updated At
|
|
7954
|
+
* Format: date-time
|
|
7955
|
+
* @description The timestamp when the simulation persona was last updated.
|
|
7956
|
+
*/
|
|
7957
|
+
updated_at: string;
|
|
7958
|
+
/** @description The user who last updated the simulation persona. */
|
|
7959
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
7960
|
+
};
|
|
7904
7961
|
/** Response */
|
|
7905
7962
|
simulation__get_simulation_scenario_versions__Response: {
|
|
7906
7963
|
/**
|
|
@@ -7925,7 +7982,7 @@ export interface components {
|
|
|
7925
7982
|
* Simulation Scenarios
|
|
7926
7983
|
* @description The list of simulation scenarios.
|
|
7927
7984
|
*/
|
|
7928
|
-
simulation_scenarios: components["schemas"]["
|
|
7985
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
7929
7986
|
/**
|
|
7930
7987
|
* Has More
|
|
7931
7988
|
* @description Whether there are more simulation scenarios to fetch.
|
|
@@ -7955,47 +8012,6 @@ export interface components {
|
|
|
7955
8012
|
*/
|
|
7956
8013
|
tags: string[];
|
|
7957
8014
|
};
|
|
7958
|
-
/** SimulationScenarioInstance */
|
|
7959
|
-
simulation__get_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
7960
|
-
/**
|
|
7961
|
-
* Id
|
|
7962
|
-
* @description The ID of the simulation scenario.
|
|
7963
|
-
*/
|
|
7964
|
-
id: string;
|
|
7965
|
-
/**
|
|
7966
|
-
* Name
|
|
7967
|
-
* @description The name of the simulation scenario.
|
|
7968
|
-
*/
|
|
7969
|
-
name: string;
|
|
7970
|
-
/**
|
|
7971
|
-
* Tags
|
|
7972
|
-
* @description The tags of the simulation scenario.
|
|
7973
|
-
*/
|
|
7974
|
-
tags: {
|
|
7975
|
-
[key: string]: string | null;
|
|
7976
|
-
};
|
|
7977
|
-
/**
|
|
7978
|
-
* Is Deleted
|
|
7979
|
-
* @description Whether the simulation scenario is deleted.
|
|
7980
|
-
*/
|
|
7981
|
-
is_deleted: boolean;
|
|
7982
|
-
/**
|
|
7983
|
-
* Created At
|
|
7984
|
-
* Format: date-time
|
|
7985
|
-
* @description The timestamp when the simulation scenario was created.
|
|
7986
|
-
*/
|
|
7987
|
-
created_at: string;
|
|
7988
|
-
/** @description The user who created the simulation scenario. */
|
|
7989
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
7990
|
-
/**
|
|
7991
|
-
* Updated At
|
|
7992
|
-
* Format: date-time
|
|
7993
|
-
* @description The timestamp when the simulation scenario was last updated.
|
|
7994
|
-
*/
|
|
7995
|
-
updated_at: string;
|
|
7996
|
-
/** @description The user who last updated the simulation scenario. */
|
|
7997
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
7998
|
-
};
|
|
7999
8015
|
/** Response */
|
|
8000
8016
|
simulation__get_simulation_unit_test_set_run_artifacts__Response: {
|
|
8001
8017
|
/**
|
|
@@ -8154,61 +8170,56 @@ export interface components {
|
|
|
8154
8170
|
* Simulation Personas
|
|
8155
8171
|
* @description The list of simulation personas.
|
|
8156
8172
|
*/
|
|
8157
|
-
simulation_personas: components["schemas"]["
|
|
8173
|
+
simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
8158
8174
|
};
|
|
8159
|
-
/**
|
|
8160
|
-
|
|
8175
|
+
/** Response */
|
|
8176
|
+
simulation__search_simulation_scenarios__Response: {
|
|
8177
|
+
/**
|
|
8178
|
+
* Simulation Scenarios
|
|
8179
|
+
* @description The list of simulation scenarios.
|
|
8180
|
+
*/
|
|
8181
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8182
|
+
};
|
|
8183
|
+
/** SimulationScenarioInstance */
|
|
8184
|
+
simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8161
8185
|
/**
|
|
8162
8186
|
* Id
|
|
8163
|
-
* @description The ID of the simulation
|
|
8187
|
+
* @description The ID of the simulation scenario.
|
|
8164
8188
|
*/
|
|
8165
8189
|
id: string;
|
|
8166
8190
|
/**
|
|
8167
8191
|
* Name
|
|
8168
|
-
* @description The name of the simulation
|
|
8192
|
+
* @description The name of the simulation scenario.
|
|
8169
8193
|
*/
|
|
8170
8194
|
name: string;
|
|
8171
|
-
/**
|
|
8172
|
-
* Role
|
|
8173
|
-
* @description The role of the simulation persona.
|
|
8174
|
-
*/
|
|
8175
|
-
role: string;
|
|
8176
8195
|
/**
|
|
8177
8196
|
* Tags
|
|
8178
|
-
* @description The tags of the simulation
|
|
8197
|
+
* @description The tags of the simulation scenario.
|
|
8179
8198
|
*/
|
|
8180
8199
|
tags: {
|
|
8181
8200
|
[key: string]: string | null;
|
|
8182
8201
|
};
|
|
8183
8202
|
/**
|
|
8184
8203
|
* Is Deleted
|
|
8185
|
-
* @description Whether the simulation
|
|
8204
|
+
* @description Whether the simulation scenario is deleted.
|
|
8186
8205
|
*/
|
|
8187
8206
|
is_deleted: boolean;
|
|
8188
8207
|
/**
|
|
8189
8208
|
* Created At
|
|
8190
8209
|
* Format: date-time
|
|
8191
|
-
* @description The timestamp when the simulation
|
|
8210
|
+
* @description The timestamp when the simulation scenario was created.
|
|
8192
8211
|
*/
|
|
8193
8212
|
created_at: string;
|
|
8194
|
-
/** @description The user who created the simulation
|
|
8195
|
-
creator: components["schemas"]["
|
|
8213
|
+
/** @description The user who created the simulation scenario. */
|
|
8214
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8196
8215
|
/**
|
|
8197
8216
|
* Updated At
|
|
8198
8217
|
* Format: date-time
|
|
8199
|
-
* @description The timestamp when the simulation
|
|
8218
|
+
* @description The timestamp when the simulation scenario was last updated.
|
|
8200
8219
|
*/
|
|
8201
8220
|
updated_at: string;
|
|
8202
|
-
/** @description The user who last updated the simulation
|
|
8203
|
-
updated_by: components["schemas"]["
|
|
8204
|
-
};
|
|
8205
|
-
/** Response */
|
|
8206
|
-
simulation__search_simulation_scenarios__Response: {
|
|
8207
|
-
/**
|
|
8208
|
-
* Simulation Scenarios
|
|
8209
|
-
* @description The list of simulation scenarios.
|
|
8210
|
-
*/
|
|
8211
|
-
simulation_scenarios: components["schemas"]["simulation__get_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8221
|
+
/** @description The user who last updated the simulation scenario. */
|
|
8222
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8212
8223
|
};
|
|
8213
8224
|
/** Response */
|
|
8214
8225
|
simulation__search_simulation_unit_test_set__Response: {
|
|
@@ -8314,7 +8325,7 @@ export interface components {
|
|
|
8314
8325
|
* Unit Test Runs
|
|
8315
8326
|
* @description The unit test runs that are part of this set.
|
|
8316
8327
|
*/
|
|
8317
|
-
unit_test_runs?: components["schemas"]["
|
|
8328
|
+
unit_test_runs?: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
|
|
8318
8329
|
/**
|
|
8319
8330
|
* Tags
|
|
8320
8331
|
* @description The tags of the simulation unit test set.
|
|
@@ -8323,16 +8334,6 @@ export interface components {
|
|
|
8323
8334
|
[key: string]: string | null;
|
|
8324
8335
|
} | null;
|
|
8325
8336
|
};
|
|
8326
|
-
/** UnitTestRunDescriptor */
|
|
8327
|
-
simulation__update_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
|
|
8328
|
-
/** Unit Test Id */
|
|
8329
|
-
unit_test_id: string;
|
|
8330
|
-
/**
|
|
8331
|
-
* Run Count
|
|
8332
|
-
* @description The number of times to run the unit test.
|
|
8333
|
-
*/
|
|
8334
|
-
run_count: number;
|
|
8335
|
-
};
|
|
8336
8337
|
/** Request */
|
|
8337
8338
|
tool__create_tool__Request: {
|
|
8338
8339
|
/** @description The name of the tool. It must be unique among all non-deprecated tools in the organization. */
|
|
@@ -8554,7 +8555,7 @@ export interface components {
|
|
|
8554
8555
|
*/
|
|
8555
8556
|
tool_id: string;
|
|
8556
8557
|
/** @description The version of the tool that was invoked. */
|
|
8557
|
-
tool_version: components["schemas"]["
|
|
8558
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_version__ToolVersion__Version"];
|
|
8558
8559
|
};
|
|
8559
8560
|
/** Request */
|
|
8560
8561
|
tool__test_tool__Request: {
|
|
@@ -8716,7 +8717,7 @@ export interface components {
|
|
|
8716
8717
|
* Users
|
|
8717
8718
|
* @description Users in this organization.
|
|
8718
8719
|
*/
|
|
8719
|
-
users: components["schemas"]["
|
|
8720
|
+
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8720
8721
|
/**
|
|
8721
8722
|
* Has More
|
|
8722
8723
|
* @description Whether there are more users to retrieve.
|
|
@@ -8728,34 +8729,8 @@ export interface components {
|
|
|
8728
8729
|
*/
|
|
8729
8730
|
continuation_token: number | null;
|
|
8730
8731
|
};
|
|
8731
|
-
/** UserStats */
|
|
8732
|
-
user__get_users__Response__UserInstance__UserStats: {
|
|
8733
|
-
/**
|
|
8734
|
-
* Num Conversations
|
|
8735
|
-
* @description The number of conversations the user has created.
|
|
8736
|
-
*/
|
|
8737
|
-
num_conversations: number;
|
|
8738
|
-
/**
|
|
8739
|
-
* Num Messages
|
|
8740
|
-
* @description The number of messages the user has sent and received.
|
|
8741
|
-
*/
|
|
8742
|
-
num_messages: number;
|
|
8743
|
-
/**
|
|
8744
|
-
* Last Message Time
|
|
8745
|
-
* @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
|
|
8746
|
-
*/
|
|
8747
|
-
last_message_time: string | null;
|
|
8748
|
-
};
|
|
8749
|
-
/** Response */
|
|
8750
|
-
user__search_users__Response: {
|
|
8751
|
-
/**
|
|
8752
|
-
* Users
|
|
8753
|
-
* @description Users in this organization.
|
|
8754
|
-
*/
|
|
8755
|
-
users: components["schemas"]["user__search_users__Response__UserInstance"][];
|
|
8756
|
-
};
|
|
8757
8732
|
/** UserInstance */
|
|
8758
|
-
|
|
8733
|
+
user__get_users__Response__UserInstance: {
|
|
8759
8734
|
/**
|
|
8760
8735
|
* Org Id
|
|
8761
8736
|
* @description The ID of the organization that this user belongs to.
|
|
@@ -8791,6 +8766,32 @@ export interface components {
|
|
|
8791
8766
|
/** @description The preferences of the user. */
|
|
8792
8767
|
preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
|
|
8793
8768
|
};
|
|
8769
|
+
/** UserStats */
|
|
8770
|
+
user__get_users__Response__UserInstance__UserStats: {
|
|
8771
|
+
/**
|
|
8772
|
+
* Num Conversations
|
|
8773
|
+
* @description The number of conversations the user has created.
|
|
8774
|
+
*/
|
|
8775
|
+
num_conversations: number;
|
|
8776
|
+
/**
|
|
8777
|
+
* Num Messages
|
|
8778
|
+
* @description The number of messages the user has sent and received.
|
|
8779
|
+
*/
|
|
8780
|
+
num_messages: number;
|
|
8781
|
+
/**
|
|
8782
|
+
* Last Message Time
|
|
8783
|
+
* @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
|
|
8784
|
+
*/
|
|
8785
|
+
last_message_time: string | null;
|
|
8786
|
+
};
|
|
8787
|
+
/** Response */
|
|
8788
|
+
user__search_users__Response: {
|
|
8789
|
+
/**
|
|
8790
|
+
* Users
|
|
8791
|
+
* @description Users in this organization.
|
|
8792
|
+
*/
|
|
8793
|
+
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8794
|
+
};
|
|
8794
8795
|
/** SigninWithAPIKeyResponse */
|
|
8795
8796
|
user__sign_in_with_api_key__Response: {
|
|
8796
8797
|
/**
|
|
@@ -5,7 +5,7 @@ export declare class UserResource {
|
|
|
5
5
|
private orgId;
|
|
6
6
|
constructor(c: AmigoFetch, orgId: string);
|
|
7
7
|
getUsers(queryParams?: operations['get-users']['parameters']['query'], headers?: operations['get-users']['parameters']['header']): Promise<{
|
|
8
|
-
users: components["schemas"]["
|
|
8
|
+
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
9
9
|
has_more: boolean;
|
|
10
10
|
continuation_token: number | null;
|
|
11
11
|
}>;
|