@amigo-ai/sdk 0.49.0 → 0.51.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.
|
@@ -599,7 +599,8 @@ export interface paths {
|
|
|
599
599
|
cookie?: never;
|
|
600
600
|
};
|
|
601
601
|
/**
|
|
602
|
-
* Recommend responses for interaction
|
|
602
|
+
* Recommend responses for interaction (Deprecated)
|
|
603
|
+
* @deprecated
|
|
603
604
|
* @description Generate a recommended response for the user to send based on the existing chat history. This should be called when the most recent interaction
|
|
604
605
|
* had concluded for a while but the user still hasn't responded.
|
|
605
606
|
*
|
|
@@ -607,9 +608,18 @@ export interface paths {
|
|
|
607
608
|
* This endpoint requires the following permissions:
|
|
608
609
|
* * `Conversation:GetRecommendedResponses` on this conversation.
|
|
609
610
|
*/
|
|
610
|
-
get: operations["
|
|
611
|
+
get: operations["recommend_responses_for_interaction_v1__organization__conversation__conversation_id__interaction__interaction_id__recommend_responses_get"];
|
|
611
612
|
put?: never;
|
|
612
|
-
|
|
613
|
+
/**
|
|
614
|
+
* Recommend responses for interaction
|
|
615
|
+
* @description Generate a recommended response for the user to send based on the existing chat history. This should be called when the most recent interaction
|
|
616
|
+
* had concluded for a while but the user still hasn't responded.
|
|
617
|
+
*
|
|
618
|
+
* #### Permissions:
|
|
619
|
+
* This endpoint requires the following permissions:
|
|
620
|
+
* * `Conversation:GetRecommendedResponses` on this conversation.
|
|
621
|
+
*/
|
|
622
|
+
post: operations["recommend-responses-for-interaction"];
|
|
613
623
|
delete?: never;
|
|
614
624
|
options?: never;
|
|
615
625
|
head?: never;
|
|
@@ -2329,7 +2339,7 @@ export interface components {
|
|
|
2329
2339
|
/** Boundary Constraints */
|
|
2330
2340
|
boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2331
2341
|
/** Exit Conditions */
|
|
2332
|
-
exit_conditions: components["schemas"]["
|
|
2342
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
|
|
2333
2343
|
/** Action Tool Call Specs */
|
|
2334
2344
|
action_tool_call_specs: components["schemas"]["ToolCallSpec-Input"][];
|
|
2335
2345
|
/** Exit Condition Tool Call Specs */
|
|
@@ -2774,7 +2784,7 @@ export interface components {
|
|
|
2774
2784
|
type: "decision";
|
|
2775
2785
|
name: components["schemas"]["StateOrRefName"];
|
|
2776
2786
|
/** Exit Conditions */
|
|
2777
|
-
exit_conditions: components["schemas"]["
|
|
2787
|
+
exit_conditions: components["schemas"]["organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition"][];
|
|
2778
2788
|
/** Decision Guidelines */
|
|
2779
2789
|
decision_guidelines: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
2780
2790
|
objective: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
@@ -2975,33 +2985,6 @@ export interface components {
|
|
|
2975
2985
|
*/
|
|
2976
2986
|
external_event_message_ids?: string[];
|
|
2977
2987
|
};
|
|
2978
|
-
/** DynamicBehaviorSetInstance */
|
|
2979
|
-
DynamicBehaviorSetInstance: {
|
|
2980
|
-
/** Id */
|
|
2981
|
-
id: string;
|
|
2982
|
-
/** Name */
|
|
2983
|
-
name: string;
|
|
2984
|
-
/** Is Active */
|
|
2985
|
-
is_active: boolean;
|
|
2986
|
-
/** Applied To Services */
|
|
2987
|
-
applied_to_services: string[];
|
|
2988
|
-
/** Tags */
|
|
2989
|
-
tags: {
|
|
2990
|
-
[key: string]: string | null;
|
|
2991
|
-
};
|
|
2992
|
-
/**
|
|
2993
|
-
* Created At
|
|
2994
|
-
* Format: date-time
|
|
2995
|
-
*/
|
|
2996
|
-
created_at: string;
|
|
2997
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
2998
|
-
/**
|
|
2999
|
-
* Updated At
|
|
3000
|
-
* Format: date-time
|
|
3001
|
-
*/
|
|
3002
|
-
updated_at: string;
|
|
3003
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
3004
|
-
};
|
|
3005
2988
|
/** DynamicBehaviorSetVersion */
|
|
3006
2989
|
DynamicBehaviorSetVersion: {
|
|
3007
2990
|
/**
|
|
@@ -3152,15 +3135,6 @@ export interface components {
|
|
|
3152
3135
|
/** @enum {string} */
|
|
3153
3136
|
EvaluationSourceType: "post-session" | "manual" | "simulation";
|
|
3154
3137
|
/** ExitCondition */
|
|
3155
|
-
"ExitCondition-Input": {
|
|
3156
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
3157
|
-
/** Next State */
|
|
3158
|
-
next_state: components["schemas"]["StateOrRefName"] | [
|
|
3159
|
-
components["schemas"]["ExternalStateName"],
|
|
3160
|
-
components["schemas"]["StateOrRefName"]
|
|
3161
|
-
];
|
|
3162
|
-
};
|
|
3163
|
-
/** ExitCondition */
|
|
3164
3138
|
"ExitCondition-Output": {
|
|
3165
3139
|
/**
|
|
3166
3140
|
* Description
|
|
@@ -3294,43 +3268,6 @@ export interface components {
|
|
|
3294
3268
|
tool_version: string;
|
|
3295
3269
|
};
|
|
3296
3270
|
GenerateToolParamsEvent: components["schemas"]["GenerateToolParamsDesignatedToolRetrievedEvent"] | components["schemas"]["GenerateToolParamsDesignatedToolCallParamsGeneratedEvent"] | components["schemas"]["ActionTooLongEvent"] | components["schemas"]["ToolCallStartedEvent"] | components["schemas"]["ToolCallEndedEvent"];
|
|
3297
|
-
/** Identity */
|
|
3298
|
-
"Identity-Input": {
|
|
3299
|
-
name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
3300
|
-
role: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
3301
|
-
developed_by: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
3302
|
-
/**
|
|
3303
|
-
* Default Spoken Language
|
|
3304
|
-
* @enum {string}
|
|
3305
|
-
*/
|
|
3306
|
-
default_spoken_language: "aaa" | "aab" | "aac" | "aad" | "aae" | "aaf" | "aag" | "aah" | "aai" | "aak" | "aal" | "aan" | "aao" | "aap" | "aaq" | "aar" | "aas" | "aat" | "aau" | "aaw" | "aax" | "aaz" | "aba" | "abb" | "abc" | "abd" | "abe" | "abf" | "abg" | "abh" | "abi" | "abj" | "abk" | "abl" | "abm" | "abn" | "abo" | "abp" | "abq" | "abr" | "abs" | "abt" | "abu" | "abv" | "abw" | "abx" | "aby" | "abz" | "aca" | "acb" | "acd" | "ace" | "acf" | "ach" | "aci" | "ack" | "acl" | "acm" | "acn" | "acp" | "acq" | "acr" | "acs" | "act" | "acu" | "acv" | "acw" | "acx" | "acy" | "acz" | "ada" | "adb" | "add" | "ade" | "adf" | "adg" | "adh" | "adi" | "adj" | "adl" | "adn" | "ado" | "adq" | "adr" | "ads" | "adt" | "adu" | "adw" | "adx" | "ady" | "adz" | "aea" | "aeb" | "aec" | "aed" | "aee" | "aek" | "ael" | "aem" | "aen" | "aeq" | "aer" | "aes" | "aeu" | "aew" | "aey" | "aez" | "afb" | "afd" | "afe" | "afg" | "afh" | "afi" | "afk" | "afn" | "afo" | "afp" | "afr" | "afs" | "aft" | "afu" | "afz" | "aga" | "agb" | "agc" | "agd" | "age" | "agf" | "agg" | "agh" | "agi" | "agj" | "agk" | "agl" | "agm" | "agn" | "ago" | "agq" | "agr" | "ags" | "agt" | "agu" | "agv" | "agw" | "agx" | "agy" | "agz" | "aha" | "ahb" | "ahg" | "ahh" | "ahi" | "ahk" | "ahl" | "ahm" | "ahn" | "aho" | "ahp" | "ahr" | "ahs" | "aht" | "aia" | "aib" | "aic" | "aid" | "aie" | "aif" | "aig" | "aih" | "aii" | "aij" | "aik" | "ail" | "aim" | "ain" | "aio" | "aip" | "aiq" | "air" | "ait" | "aiw" | "aix" | "aiy" | "aja" | "ajg" | "aji" | "ajn" | "ajp" | "ajs" | "aju" | "ajw" | "ajz" | "aka" | "akb" | "akc" | "akd" | "ake" | "akf" | "akg" | "akh" | "aki" | "akj" | "akk" | "akl" | "akm" | "ako" | "akp" | "akq" | "akr" | "aks" | "akt" | "aku" | "akv" | "akw" | "akx" | "aky" | "akz" | "ala" | "alc" | "ald" | "ale" | "alf" | "alh" | "ali" | "alj" | "alk" | "all" | "alm" | "aln" | "alo" | "alp" | "alq" | "alr" | "als" | "alt" | "alu" | "alw" | "alx" | "aly" | "alz" | "ama" | "amb" | "amc" | "ame" | "amf" | "amg" | "amh" | "ami" | "amj" | "amk" | "aml" | "amm" | "amn" | "amo" | "amp" | "amq" | "amr" | "ams" | "amt" | "amu" | "amv" | "amw" | "amx" | "amy" | "amz" | "ana" | "anb" | "anc" | "and" | "ane" | "anf" | "ang" | "anh" | "ani" | "anj" | "ank" | "anl" | "anm" | "ann" | "ano" | "anp" | "anq" | "anr" | "ans" | "ant" | "anu" | "anv" | "anw" | "anx" | "any" | "anz" | "aoa" | "aob" | "aoc" | "aod" | "aoe" | "aof" | "aog" | "aoi" | "aoj" | "aok" | "aol" | "aom" | "aon" | "aor" | "aos" | "aot" | "aou" | "aox" | "aoz" | "apb" | "apc" | "apd" | "ape" | "apf" | "apg" | "aph" | "api" | "apj" | "apk" | "apl" | "apm" | "apn" | "apo" | "app" | "apq" | "apr" | "aps" | "apt" | "apu" | "apv" | "apw" | "apx" | "apy" | "apz" | "aqc" | "aqd" | "aqg" | "aqk" | "aqm" | "aqn" | "aqp" | "aqr" | "aqt" | "aqz" | "ara" | "arb" | "arc" | "ard" | "are" | "arg" | "arh" | "ari" | "arj" | "ark" | "arl" | "arn" | "aro" | "arp" | "arq" | "arr" | "ars" | "aru" | "arv" | "arw" | "arx" | "ary" | "arz" | "asa" | "asb" | "asc" | "ase" | "asf" | "asg" | "ash" | "asi" | "asj" | "ask" | "asl" | "asm" | "asn" | "aso" | "asp" | "asq" | "asr" | "ass" | "ast" | "asu" | "asv" | "asw" | "asx" | "asy" | "asz" | "ata" | "atb" | "atc" | "atd" | "ate" | "atg" | "ati" | "atj" | "atk" | "atl" | "atm" | "atn" | "ato" | "atp" | "atq" | "atr" | "ats" | "att" | "atu" | "atv" | "atw" | "atx" | "aty" | "atz" | "aua" | "aub" | "auc" | "aud" | "aug" | "auh" | "aui" | "auj" | "auk" | "aul" | "aum" | "aun" | "auo" | "aup" | "auq" | "aur" | "aut" | "auu" | "auw" | "aux" | "auy" | "auz" | "ava" | "avb" | "avd" | "ave" | "avi" | "avk" | "avl" | "avm" | "avn" | "avo" | "avs" | "avt" | "avu" | "avv" | "awa" | "awb" | "awc" | "awe" | "awg" | "awh" | "awi" | "awk" | "awm" | "awn" | "awo" | "awr" | "aws" | "awt" | "awu" | "awv" | "aww" | "awx" | "awy" | "axb" | "axe" | "axg" | "axk" | "axl" | "axm" | "axx" | "aya" | "ayb" | "ayc" | "ayd" | "aye" | "ayg" | "ayh" | "ayi" | "ayk" | "ayl" | "aym" | "ayn" | "ayo" | "ayp" | "ayq" | "ayr" | "ays" | "ayt" | "ayu" | "ayz" | "aza" | "azb" | "azd" | "aze" | "azg" | "azj" | "azm" | "azn" | "azo" | "azt" | "azz" | "baa" | "bab" | "bac" | "bae" | "baf" | "bag" | "bah" | "baj" | "bak" | "bal" | "bam" | "ban" | "bao" | "bap" | "bar" | "bas" | "bau" | "bav" | "baw" | "bax" | "bay" | "bba" | "bbb" | "bbc" | "bbd" | "bbe" | "bbf" | "bbg" | "bbh" | "bbi" | "bbj" | "bbk" | "bbl" | "bbm" | "bbn" | "bbo" | "bbp" | "bbq" | "bbr" | "bbs" | "bbt" | "bbu" | "bbv" | "bbw" | "bbx" | "bby" | "bca" | "bcb" | "bcc" | "bcd" | "bce" | "bcf" | "bcg" | "bch" | "bci" | "bcj" | "bck" | "bcl" | "bcm" | "bcn" | "bco" | "bcp" | "bcq" | "bcr" | "bcs" | "bct" | "bcu" | "bcv" | "bcw" | "bcy" | "bcz" | "bda" | "bdb" | "bdc" | "bdd" | "bde" | "bdf" | "bdg" | "bdh" | "bdi" | "bdj" | "bdk" | "bdl" | "bdm" | "bdn" | "bdo" | "bdp" | "bdq" | "bdr" | "bds" | "bdt" | "bdu" | "bdv" | "bdw" | "bdx" | "bdy" | "bdz" | "bea" | "beb" | "bec" | "bed" | "bee" | "bef" | "beg" | "beh" | "bei" | "bej" | "bek" | "bel" | "bem" | "ben" | "beo" | "bep" | "beq" | "bes" | "bet" | "beu" | "bev" | "bew" | "bex" | "bey" | "bez" | "bfa" | "bfb" | "bfc" | "bfd" | "bfe" | "bff" | "bfg" | "bfh" | "bfi" | "bfj" | "bfk" | "bfl" | "bfm" | "bfn" | "bfo" | "bfp" | "bfq" | "bfr" | "bfs" | "bft" | "bfu" | "bfw" | "bfx" | "bfy" | "bfz" | "bga" | "bgb" | "bgc" | "bgd" | "bge" | "bgf" | "bgg" | "bgi" | "bgj" | "bgk" | "bgl" | "bgn" | "bgo" | "bgp" | "bgq" | "bgr" | "bgs" | "bgt" | "bgu" | "bgv" | "bgw" | "bgx" | "bgy" | "bgz" | "bha" | "bhb" | "bhc" | "bhd" | "bhe" | "bhf" | "bhg" | "bhh" | "bhi" | "bhj" | "bhl" | "bhm" | "bhn" | "bho" | "bhp" | "bhq" | "bhr" | "bhs" | "bht" | "bhu" | "bhv" | "bhw" | "bhx" | "bhy" | "bhz" | "bia" | "bib" | "bid" | "bie" | "bif" | "big" | "bik" | "bil" | "bim" | "bin" | "bio" | "bip" | "biq" | "bir" | "bis" | "bit" | "biu" | "biv" | "biw" | "bix" | "biy" | "biz" | "bja" | "bjb" | "bjc" | "bje" | "bjf" | "bjg" | "bjh" | "bji" | "bjj" | "bjk" | "bjl" | "bjm" | "bjn" | "bjo" | "bjp" | "bjr" | "bjs" | "bjt" | "bju" | "bjv" | "bjw" | "bjx" | "bjy" | "bjz" | "bka" | "bkc" | "bkd" | "bkf" | "bkg" | "bkh" | "bki" | "bkj" | "bkk" | "bkl" | "bkm" | "bkn" | "bko" | "bkp" | "bkq" | "bkr" | "bks" | "bkt" | "bku" | "bkv" | "bkw" | "bkx" | "bky" | "bkz" | "bla" | "blb" | "blc" | "bld" | "ble" | "blf" | "blh" | "bli" | "blj" | "blk" | "bll" | "blm" | "bln" | "blo" | "blp" | "blq" | "blr" | "bls" | "blt" | "blv" | "blw" | "blx" | "bly" | "blz" | "bma" | "bmb" | "bmc" | "bmd" | "bme" | "bmf" | "bmg" | "bmh" | "bmi" | "bmj" | "bmk" | "bml" | "bmm" | "bmn" | "bmo" | "bmp" | "bmq" | "bmr" | "bms" | "bmt" | "bmu" | "bmv" | "bmw" | "bmx" | "bmz" | "bna" | "bnb" | "bnc" | "bnd" | "bne" | "bnf" | "bng" | "bni" | "bnj" | "bnk" | "bnl" | "bnm" | "bnn" | "bno" | "bnp" | "bnq" | "bnr" | "bns" | "bnu" | "bnv" | "bnw" | "bnx" | "bny" | "bnz" | "boa" | "bob" | "bod" | "boe" | "bof" | "bog" | "boh" | "boi" | "boj" | "bok" | "bol" | "bom" | "bon" | "boo" | "bop" | "boq" | "bor" | "bos" | "bot" | "bou" | "bov" | "bow" | "box" | "boy" | "boz" | "bpa" | "bpc" | "bpd" | "bpe" | "bpg" | "bph" | "bpi" | "bpj" | "bpk" | "bpl" | "bpm" | "bpn" | "bpo" | "bpp" | "bpq" | "bpr" | "bps" | "bpt" | "bpu" | "bpv" | "bpw" | "bpx" | "bpy" | "bpz" | "bqa" | "bqb" | "bqc" | "bqd" | "bqf" | "bqg" | "bqh" | "bqi" | "bqj" | "bqk" | "bql" | "bqm" | "bqn" | "bqo" | "bqp" | "bqq" | "bqr" | "bqs" | "bqt" | "bqu" | "bqv" | "bqw" | "bqx" | "bqy" | "bqz" | "bra" | "brb" | "brc" | "brd" | "bre" | "brf" | "brg" | "brh" | "bri" | "brj" | "brk" | "brl" | "brm" | "brn" | "bro" | "brp" | "brq" | "brr" | "brs" | "brt" | "bru" | "brv" | "brw" | "brx" | "bry" | "brz" | "bsa" | "bsb" | "bsc" | "bse" | "bsf" | "bsg" | "bsh" | "bsi" | "bsj" | "bsk" | "bsl" | "bsm" | "bsn" | "bso" | "bsp" | "bsq" | "bsr" | "bss" | "bst" | "bsu" | "bsv" | "bsw" | "bsx" | "bsy" | "bta" | "btc" | "btd" | "bte" | "btf" | "btg" | "bth" | "bti" | "btj" | "btm" | "btn" | "bto" | "btp" | "btq" | "btr" | "bts" | "btt" | "btu" | "btv" | "btw" | "btx" | "bty" | "btz" | "bua" | "bub" | "buc" | "bud" | "bue" | "buf" | "bug" | "buh" | "bui" | "buj" | "buk" | "bul" | "bum" | "bun" | "buo" | "bup" | "buq" | "bus" | "but" | "buu" | "buv" | "buw" | "bux" | "buy" | "buz" | "bva" | "bvb" | "bvc" | "bvd" | "bve" | "bvf" | "bvg" | "bvh" | "bvi" | "bvj" | "bvk" | "bvl" | "bvm" | "bvn" | "bvo" | "bvp" | "bvq" | "bvr" | "bvt" | "bvu" | "bvv" | "bvw" | "bvx" | "bvy" | "bvz" | "bwa" | "bwb" | "bwc" | "bwd" | "bwe" | "bwf" | "bwg" | "bwh" | "bwi" | "bwj" | "bwk" | "bwl" | "bwm" | "bwn" | "bwo" | "bwp" | "bwq" | "bwr" | "bws" | "bwt" | "bwu" | "bww" | "bwx" | "bwy" | "bwz" | "bxa" | "bxb" | "bxc" | "bxd" | "bxe" | "bxf" | "bxg" | "bxh" | "bxi" | "bxj" | "bxk" | "bxl" | "bxm" | "bxn" | "bxo" | "bxp" | "bxq" | "bxr" | "bxs" | "bxu" | "bxv" | "bxw" | "bxz" | "bya" | "byb" | "byc" | "byd" | "bye" | "byf" | "byg" | "byh" | "byi" | "byj" | "byk" | "byl" | "bym" | "byn" | "byo" | "byp" | "byq" | "byr" | "bys" | "byt" | "byv" | "byw" | "byx" | "byz" | "bza" | "bzb" | "bzc" | "bzd" | "bze" | "bzf" | "bzg" | "bzh" | "bzi" | "bzj" | "bzk" | "bzl" | "bzm" | "bzn" | "bzo" | "bzp" | "bzq" | "bzr" | "bzs" | "bzt" | "bzu" | "bzv" | "bzw" | "bzx" | "bzy" | "bzz" | "caa" | "cab" | "cac" | "cad" | "cae" | "caf" | "cag" | "cah" | "caj" | "cak" | "cal" | "cam" | "can" | "cao" | "cap" | "caq" | "car" | "cas" | "cat" | "cav" | "caw" | "cax" | "cay" | "caz" | "cbb" | "cbc" | "cbd" | "cbg" | "cbi" | "cbj" | "cbk" | "cbl" | "cbn" | "cbo" | "cbq" | "cbr" | "cbs" | "cbt" | "cbu" | "cbv" | "cbw" | "cby" | "ccc" | "ccd" | "cce" | "ccg" | "cch" | "ccj" | "ccl" | "ccm" | "cco" | "ccp" | "ccr" | "cda" | "cde" | "cdf" | "cdh" | "cdi" | "cdj" | "cdm" | "cdn" | "cdo" | "cdr" | "cds" | "cdy" | "cdz" | "cea" | "ceb" | "ceg" | "cek" | "cen" | "ces" | "cet" | "cey" | "cfa" | "cfd" | "cfg" | "cfm" | "cga" | "cgc" | "cgg" | "cgk" | "cha" | "chb" | "chc" | "chd" | "che" | "chf" | "chg" | "chh" | "chj" | "chk" | "chl" | "chm" | "chn" | "cho" | "chp" | "chq" | "chr" | "cht" | "chu" | "chv" | "chw" | "chx" | "chy" | "chz" | "cia" | "cib" | "cic" | "cid" | "cie" | "cih" | "cik" | "cim" | "cin" | "cip" | "cir" | "ciw" | "ciy" | "cja" | "cje" | "cjh" | "cji" | "cjk" | "cjm" | "cjn" | "cjo" | "cjp" | "cjs" | "cjv" | "cjy" | "ckb" | "ckh" | "ckl" | "ckm" | "ckn" | "cko" | "ckq" | "ckr" | "cks" | "ckt" | "cku" | "ckv" | "ckx" | "cky" | "ckz" | "cla" | "clc" | "cld" | "cle" | "clh" | "cli" | "clj" | "clk" | "cll" | "clm" | "clo" | "clt" | "clu" | "clw" | "cly" | "cma" | "cme" | "cmg" | "cmi" | "cml" | "cmm" | "cmn" | "cmo" | "cmr" | "cms" | "cmt" | "cna" | "cnb" | "cnc" | "cng" | "cnh" | "cni" | "cnk" | "cnl" | "cno" | "cnp" | "cnq" | "cnr" | "cns" | "cnt" | "cnu" | "cnw" | "cnx" | "coa" | "cob" | "coc" | "cod" | "coe" | "cof" | "cog" | "coh" | "coj" | "cok" | "col" | "com" | "con" | "coo" | "cop" | "coq" | "cor" | "cos" | "cot" | "cou" | "cov" | "cow" | "cox" | "coz" | "cpa" | "cpb" | "cpc" | "cpg" | "cpi" | "cpn" | "cpo" | "cps" | "cpu" | "cpx" | "cpy" | "cqd" | "cra" | "crb" | "crc" | "crd" | "cre" | "crf" | "crg" | "crh" | "cri" | "crj" | "crk" | "crl" | "crm" | "crn" | "cro" | "crq" | "crr" | "crs" | "crt" | "crv" | "crw" | "crx" | "cry" | "crz" | "csa" | "csb" | "csc" | "csd" | "cse" | "csf" | "csg" | "csh" | "csi" | "csj" | "csk" | "csl" | "csm" | "csn" | "cso" | "csp" | "csq" | "csr" | "css" | "cst" | "csv" | "csw" | "csx" | "csy" | "csz" | "cta" | "ctc" | "ctd" | "cte" | "ctg" | "cth" | "ctl" | "ctm" | "ctn" | "cto" | "ctp" | "cts" | "ctt" | "ctu" | "cty" | "ctz" | "cua" | "cub" | "cuc" | "cuh" | "cui" | "cuj" | "cuk" | "cul" | "cuo" | "cup" | "cuq" | "cur" | "cut" | "cuu" | "cuv" | "cuw" | "cux" | "cuy" | "cvg" | "cvn" | "cwa" | "cwb" | "cwd" | "cwe" | "cwg" | "cwt" | "cya" | "cyb" | "cym" | "cyo" | "czh" | "czk" | "czn" | "czo" | "czt" | "daa" | "dac" | "dad" | "dae" | "dag" | "dah" | "dai" | "daj" | "dak" | "dal" | "dam" | "dan" | "dao" | "daq" | "dar" | "das" | "dau" | "dav" | "daw" | "dax" | "daz" | "dba" | "dbb" | "dbd" | "dbe" | "dbf" | "dbg" | "dbi" | "dbj" | "dbl" | "dbm" | "dbn" | "dbo" | "dbp" | "dbq" | "dbr" | "dbt" | "dbu" | "dbv" | "dbw" | "dby" | "dcc" | "dcr" | "dda" | "ddd" | "dde" | "ddg" | "ddi" | "ddj" | "ddn" | "ddo" | "ddr" | "dds" | "ddw" | "dec" | "ded" | "dee" | "def" | "deg" | "deh" | "dei" | "dek" | "del" | "dem" | "den" | "dep" | "deq" | "der" | "des" | "deu" | "dev" | "dez" | "dga" | "dgb" | "dgc" | "dgd" | "dge" | "dgg" | "dgh" | "dgi" | "dgk" | "dgl" | "dgn" | "dgo" | "dgr" | "dgs" | "dgt" | "dgw" | "dgx" | "dgz" | "dhd" | "dhg" | "dhi" | "dhl" | "dhm" | "dhn" | "dho" | "dhr" | "dhs" | "dhu" | "dhv" | "dhw" | "dhx" | "dia" | "dib" | "dic" | "did" | "dif" | "dig" | "dih" | "dii" | "dij" | "dik" | "dil" | "dim" | "din" | "dio" | "dip" | "diq" | "dir" | "dis" | "diu" | "div" | "diw" | "dix" | "diy" | "diz" | "dja" | "djb" | "djc" | "djd" | "dje" | "djf" | "dji" | "djj" | "djk" | "djm" | "djn" | "djo" | "djr" | "dju" | "djw" | "dka" | "dkg" | "dkk" | "dkr" | "dks" | "dkx" | "dlg" | "dlk" | "dlm" | "dln" | "dma" | "dmb" | "dmc" | "dmd" | "dme" | "dmf" | "dmg" | "dmk" | "dml" | "dmm" | "dmo" | "dmr" | "dms" | "dmu" | "dmv" | "dmw" | "dmx" | "dmy" | "dna" | "dnd" | "dne" | "dng" | "dni" | "dnj" | "dnk" | "dnn" | "dno" | "dnr" | "dnt" | "dnu" | "dnv" | "dnw" | "dny" | "doa" | "dob" | "doc" | "doe" | "dof" | "doh" | "doi" | "dok" | "dol" | "don" | "doo" | "dop" | "doq" | "dor" | "dos" | "dot" | "dov" | "dow" | "dox" | "doy" | "doz" | "dpp" | "drb" | "drc" | "drd" | "dre" | "drg" | "dri" | "drl" | "drn" | "dro" | "drq" | "drs" | "drt" | "dru" | "dry" | "dsb" | "dse" | "dsh" | "dsi" | "dsl" | "dsn" | "dso" | "dsq" | "dsz" | "dta" | "dtb" | "dtd" | "dth" | "dti" | "dtk" | "dtm" | "dtn" | "dto" | "dtp" | "dtr" | "dts" | "dtt" | "dtu" | "dty" | "dua" | "dub" | "duc" | "due" | "duf" | "dug" | "duh" | "dui" | "duk" | "dul" | "dum" | "dun" | "duo" | "dup" | "duq" | "dur" | "dus" | "duu" | "duv" | "duw" | "dux" | "duy" | "duz" | "dva" | "dwa" | "dwk" | "dwr" | "dws" | "dwu" | "dww" | "dwy" | "dwz" | "dya" | "dyb" | "dyd" | "dyg" | "dyi" | "dym" | "dyn" | "dyo" | "dyu" | "dyy" | "dza" | "dze" | "dzg" | "dzl" | "dzn" | "dzo" | "eaa" | "ebc" | "ebg" | "ebk" | "ebo" | "ebr" | "ebu" | "ecr" | "ecs" | "ecy" | "eee" | "efa" | "efe" | "efi" | "ega" | "egl" | "egm" | "ego" | "egy" | "ehs" | "ehu" | "eip" | "eit" | "eiv" | "eja" | "eka" | "eke" | "ekg" | "eki" | "ekk" | "ekl" | "ekm" | "eko" | "ekp" | "ekr" | "eky" | "ele" | "elh" | "eli" | "elk" | "ell" | "elm" | "elo" | "elu" | "elx" | "ema" | "emb" | "eme" | "emg" | "emi" | "emk" | "emm" | "emn" | "emp" | "emq" | "ems" | "emu" | "emw" | "emx" | "emy" | "emz" | "ena" | "enb" | "enc" | "end" | "enf" | "eng" | "enh" | "enl" | "enm" | "enn" | "eno" | "enq" | "enr" | "enu" | "env" | "enw" | "enx" | "eot" | "epi" | "epo" | "era" | "erg" | "erh" | "eri" | "erk" | "ero" | "err" | "ers" | "ert" | "erw" | "ese" | "esg" | "esh" | "esi" | "esk" | "esl" | "esm" | "esn" | "eso" | "esq" | "ess" | "est" | "esu" | "esy" | "etb" | "etc" | "eth" | "etn" | "eto" | "etr" | "ets" | "ett" | "etu" | "etx" | "etz" | "eus" | "eve" | "evh" | "evn" | "ewe" | "ewo" | "ext" | "eya" | "eyo" | "eza" | "eze" | "faa" | "fab" | "fad" | "faf" | "fag" | "fah" | "fai" | "faj" | "fak" | "fal" | "fam" | "fan" | "fao" | "fap" | "far" | "fas" | "fat" | "fau" | "fax" | "fay" | "faz" | "fbl" | "fcs" | "fer" | "ffi" | "ffm" | "fgr" | "fia" | "fie" | "fif" | "fij" | "fil" | "fin" | "fip" | "fir" | "fit" | "fiw" | "fkk" | "fkv" | "fla" | "flh" | "fli" | "fll" | "fln" | "flr" | "fly" | "fmp" | "fmu" | "fnb" | "fng" | "fni" | "fod" | "foi" | "fom" | "fon" | "for" | "fos" | "fpe" | "fqs" | "fra" | "frc" | "frd" | "frk" | "frm" | "fro" | "frp" | "frq" | "frr" | "frs" | "frt" | "fry" | "fse" | "fsl" | "fss" | "fub" | "fuc" | "fud" | "fue" | "fuf" | "fuh" | "fui" | "fuj" | "ful" | "fum" | "fun" | "fuq" | "fur" | "fut" | "fuu" | "fuv" | "fuy" | "fvr" | "fwa" | "fwe" | "gaa" | "gab" | "gac" | "gad" | "gae" | "gaf" | "gag" | "gah" | "gai" | "gaj" | "gak" | "gal" | "gam" | "gan" | "gao" | "gap" | "gaq" | "gar" | "gas" | "gat" | "gau" | "gaw" | "gax" | "gay" | "gaz" | "gba" | "gbb" | "gbd" | "gbe" | "gbf" | "gbg" | "gbh" | "gbi" | "gbj" | "gbk" | "gbl" | "gbm" | "gbn" | "gbo" | "gbp" | "gbq" | "gbr" | "gbs" | "gbu" | "gbv" | "gbw" | "gbx" | "gby" | "gbz" | "gcc" | "gcd" | "gce" | "gcf" | "gcl" | "gcn" | "gcr" | "gct" | "gda" | "gdb" | "gdc" | "gdd" | "gde" | "gdf" | "gdg" | "gdh" | "gdi" | "gdj" | "gdk" | "gdl" | "gdm" | "gdn" | "gdo" | "gdq" | "gdr" | "gds" | "gdt" | "gdu" | "gdx" | "gea" | "geb" | "gec" | "ged" | "gef" | "geg" | "geh" | "gei" | "gej" | "gek" | "gel" | "geq" | "ges" | "gev" | "gew" | "gex" | "gey" | "gez" | "gfk" | "gft" | "gga" | "ggb" | "ggd" | "gge" | "ggg" | "ggk" | "ggl" | "ggt" | "ggu" | "ggw" | "gha" | "ghc" | "ghe" | "ghh" | "ghk" | "ghl" | "ghn" | "gho" | "ghr" | "ghs" | "ght" | "gia" | "gib" | "gic" | "gid" | "gie" | "gig" | "gih" | "gii" | "gil" | "gim" | "gin" | "gip" | "giq" | "gir" | "gis" | "git" | "giu" | "giw" | "gix" | "giy" | "giz" | "gjk" | "gjm" | "gjn" | "gjr" | "gju" | "gka" | "gkd" | "gke" | "gkn" | "gko" | "gkp" | "gku" | "gla" | "glb" | "glc" | "gld" | "gle" | "glg" | "glh" | "glj" | "glk" | "gll" | "glo" | "glr" | "glu" | "glv" | "glw" | "gly" | "gma" | "gmb" | "gmd" | "gmg" | "gmh" | "gml" | "gmm" | "gmn" | "gmr" | "gmu" | "gmv" | "gmx" | "gmy" | "gmz" | "gna" | "gnb" | "gnc" | "gnd" | "gne" | "gng" | "gnh" | "gni" | "gnj" | "gnk" | "gnl" | "gnm" | "gnn" | "gno" | "gnq" | "gnr" | "gnt" | "gnu" | "gnw" | "gnz" | "goa" | "gob" | "goc" | "god" | "goe" | "gof" | "gog" | "goh" | "goi" | "goj" | "gok" | "gol" | "gom" | "gon" | "goo" | "gop" | "goq" | "gor" | "gos" | "got" | "gou" | "gov" | "gow" | "gox" | "goy" | "goz" | "gpa" | "gpe" | "gpn" | "gqa" | "gqi" | "gqn" | "gqr" | "gqu" | "gra" | "grb" | "grc" | "grd" | "grg" | "grh" | "gri" | "grj" | "grm" | "grn" | "gro" | "grq" | "grr" | "grs" | "grt" | "gru" | "grv" | "grw" | "grx" | "gry" | "grz" | "gse" | "gsg" | "gsl" | "gsm" | "gsn" | "gso" | "gsp" | "gss" | "gsw" | "gta" | "gtu" | "gua" | "gub" | "guc" | "gud" | "gue" | "guf" | "gug" | "guh" | "gui" | "guj" | "guk" | "gul" | "gum" | "gun" | "guo" | "gup" | "guq" | "gur" | "gus" | "gut" | "guu" | "guw" | "gux" | "guz" | "gva" | "gvc" | "gve" | "gvf" | "gvj" | "gvl" | "gvm" | "gvn" | "gvo" | "gvp" | "gvr" | "gvs" | "gvy" | "gwa" | "gwb" | "gwc" | "gwd" | "gwe" | "gwf" | "gwg" | "gwi" | "gwj" | "gwm" | "gwn" | "gwr" | "gwt" | "gwu" | "gww" | "gwx" | "gxx" | "gya" | "gyb" | "gyd" | "gye" | "gyf" | "gyg" | "gyi" | "gyl" | "gym" | "gyn" | "gyo" | "gyr" | "gyy" | "gyz" | "gza" | "gzi" | "gzn" | "haa" | "hab" | "hac" | "had" | "hae" | "haf" | "hag" | "hah" | "hai" | "haj" | "hak" | "hal" | "ham" | "han" | "hao" | "hap" | "haq" | "har" | "has" | "hat" | "hau" | "hav" | "haw" | "hax" | "hay" | "haz" | "hba" | "hbb" | "hbn" | "hbo" | "hbs" | "hbu" | "hca" | "hch" | "hdn" | "hds" | "hdy" | "hea" | "heb" | "hed" | "heg" | "heh" | "hei" | "hem" | "her" | "hgm" | "hgw" | "hhi" | "hhr" | "hhy" | "hia" | "hib" | "hid" | "hif" | "hig" | "hih" | "hii" | "hij" | "hik" | "hil" | "hin" | "hio" | "hir" | "hit" | "hiw" | "hix" | "hji" | "hka" | "hke" | "hkh" | "hkk" | "hkn" | "hks" | "hla" | "hlb" | "hld" | "hle" | "hlt" | "hlu" | "hma" | "hmb" | "hmc" | "hmd" | "hme" | "hmf" | "hmg" | "hmh" | "hmi" | "hmj" | "hmk" | "hml" | "hmm" | "hmn" | "hmo" | "hmp" | "hmq" | "hmr" | "hms" | "hmt" | "hmu" | "hmv" | "hmw" | "hmy" | "hmz" | "hna" | "hnd" | "hne" | "hng" | "hnh" | "hni" | "hnj" | "hnn" | "hno" | "hns" | "hnu" | "hoa" | "hob" | "hoc" | "hod" | "hoe" | "hoh" | "hoi" | "hoj" | "hol" | "hom" | "hoo" | "hop" | "hor" | "hos" | "hot" | "hov" | "how" | "hoy" | "hoz" | "hpo" | "hps" | "hra" | "hrc" | "hre" | "hrk" | "hrm" | "hro" | "hrp" | "hrt" | "hru" | "hrv" | "hrw" | "hrx" | "hrz" | "hsb" | "hsh" | "hsl" | "hsn" | "hss" | "hti" | "hto" | "hts" | "htu" | "htx" | "hub" | "huc" | "hud" | "hue" | "huf" | "hug" | "huh" | "hui" | "huj" | "huk" | "hul" | "hum" | "hun" | "huo" | "hup" | "huq" | "hur" | "hus" | "hut" | "huu" | "huv" | "huw" | "hux" | "huy" | "huz" | "hvc" | "hve" | "hvk" | "hvn" | "hvv" | "hwa" | "hwc" | "hwo" | "hya" | "hye" | "hyw" | "iai" | "ian" | "iar" | "iba" | "ibb" | "ibd" | "ibe" | "ibg" | "ibh" | "ibl" | "ibm" | "ibn" | "ibo" | "ibr" | "ibu" | "iby" | "ica" | "ich" | "icl" | "icr" | "ida" | "idb" | "idc" | "idd" | "ide" | "idi" | "ido" | "idr" | "ids" | "idt" | "idu" | "ifa" | "ifb" | "ife" | "iff" | "ifk" | "ifm" | "ifu" | "ify" | "igb" | "ige" | "igg" | "igl" | "igm" | "ign" | "igo" | "igs" | "igw" | "ihb" | "ihi" | "ihp" | "ihw" | "iii" | "iin" | "ijc" | "ije" | "ijj" | "ijn" | "ijs" | "ike" | "iki" | "ikk" | "ikl" | "iko" | "ikp" | "ikr" | "iks" | "ikt" | "iku" | "ikv" | "ikw" | "ikx" | "ikz" | "ila" | "ilb" | "ile" | "ilg" | "ili" | "ilk" | "ilm" | "ilo" | "ilp" | "ils" | "ilu" | "ilv" | "ima" | "imi" | "iml" | "imn" | "imo" | "imr" | "ims" | "imt" | "imy" | "ina" | "inb" | "ind" | "ing" | "inh" | "inj" | "inl" | "inm" | "inn" | "ino" | "inp" | "ins" | "int" | "inz" | "ior" | "iou" | "iow" | "ipi" | "ipk" | "ipo" | "iqu" | "iqw" | "ire" | "irh" | "iri" | "irk" | "irn" | "irr" | "iru" | "irx" | "iry" | "isa" | "isc" | "isd" | "ise" | "isg" | "ish" | "isi" | "isk" | "isl" | "ism" | "isn" | "iso" | "isr" | "ist" | "isu" | "ita" | "itb" | "itd" | "ite" | "iti" | "itk" | "itl" | "itm" | "ito" | "itr" | "its" | "itt" | "itv" | "itw" | "itx" | "ity" | "itz" | "ium" | "ivb" | "ivv" | "iwk" | "iwm" | "iwo" | "iws" | "ixc" | "ixl" | "iya" | "iyo" | "iyx" | "izh" | "izr" | "izz" | "jaa" | "jab" | "jac" | "jad" | "jae" | "jaf" | "jah" | "jaj" | "jak" | "jal" | "jam" | "jan" | "jao" | "jaq" | "jas" | "jat" | "jau" | "jav" | "jax" | "jay" | "jaz" | "jbe" | "jbi" | "jbj" | "jbk" | "jbm" | "jbn" | "jbo" | "jbr" | "jbt" | "jbu" | "jbw" | "jcs" | "jct" | "jda" | "jdg" | "jdt" | "jeb" | "jee" | "jeh" | "jei" | "jek" | "jel" | "jen" | "jer" | "jet" | "jeu" | "jgb" | "jge" | "jgk" | "jgo" | "jhi" | "jhs" | "jia" | "jib" | "jic" | "jid" | "jie" | "jig" | "jih" | "jii" | "jil" | "jim" | "jio" | "jiq" | "jit" | "jiu" | "jiv" | "jiy" | "jje" | "jjr" | "jka" | "jkm" | "jko" | "jkp" | "jkr" | "jks" | "jku" | "jle" | "jls" | "jma" | "jmb" | "jmc" | "jmd" | "jmi" | "jml" | "jmn" | "jmr" | "jms" | "jmw" | "jmx" | "jna" | "jnd" | "jng" | "jni" | "jnj" | "jnl" | "jns" | "job" | "jod" | "jog" | "jor" | "jos" | "jow" | "jpa" | "jpn" | "jpr" | "jqr" | "jra" | "jrb" | "jrr" | "jrt" | "jru" | "jsl" | "jua" | "jub" | "juc" | "jud" | "juh" | "jui" | "juk" | "jul" | "jum" | "jun" | "juo" | "jup" | "jur" | "jus" | "jut" | "juu" | "juw" | "juy" | "jvd" | "jvn" | "jwi" | "jya" | "jye" | "jyy" | "kaa" | "kab" | "kac" | "kad" | "kae" | "kaf" | "kag" | "kah" | "kai" | "kaj" | "kak" | "kal" | "kam" | "kan" | "kao" | "kap" | "kaq" | "kas" | "kat" | "kau" | "kav" | "kaw" | "kax" | "kay" | "kaz" | "kba" | "kbb" | "kbc" | "kbd" | "kbe" | "kbg" | "kbh" | "kbi" | "kbj" | "kbk" | "kbl" | "kbm" | "kbn" | "kbo" | "kbp" | "kbq" | "kbr" | "kbs" | "kbt" | "kbu" | "kbv" | "kbw" | "kbx" | "kby" | "kbz" | "kca" | "kcb" | "kcc" | "kcd" | "kce" | "kcf" | "kcg" | "kch" | "kci" | "kcj" | "kck" | "kcl" | "kcm" | "kcn" | "kco" | "kcp" | "kcq" | "kcr" | "kcs" | "kct" | "kcu" | "kcv" | "kcw" | "kcx" | "kcy" | "kcz" | "kda" | "kdc" | "kdd" | "kde" | "kdf" | "kdg" | "kdh" | "kdi" | "kdj" | "kdk" | "kdl" | "kdm" | "kdn" | "kdp" | "kdq" | "kdr" | "kdt" | "kdu" | "kdw" | "kdx" | "kdy" | "kdz" | "kea" | "keb" | "kec" | "ked" | "kee" | "kef" | "keg" | "keh" | "kei" | "kej" | "kek" | "kel" | "kem" | "ken" | "keo" | "kep" | "keq" | "ker" | "kes" | "ket" | "keu" | "kev" | "kew" | "kex" | "key" | "kez" | "kfa" | "kfb" | "kfc" | "kfd" | "kfe" | "kff" | "kfg" | "kfh" | "kfi" | "kfj" | "kfk" | "kfl" | "kfm" | "kfn" | "kfo" | "kfp" | "kfq" | "kfr" | "kfs" | "kft" | "kfu" | "kfv" | "kfw" | "kfx" | "kfy" | "kfz" | "kga" | "kgb" | "kge" | "kgf" | "kgg" | "kgi" | "kgj" | "kgk" | "kgl" | "kgm" | "kgn" | "kgo" | "kgp" | "kgq" | "kgr" | "kgs" | "kgt" | "kgu" | "kgv" | "kgw" | "kgx" | "kgy" | "kha" | "khb" | "khc" | "khd" | "khe" | "khf" | "khg" | "khh" | "khj" | "khk" | "khl" | "khm" | "khn" | "kho" | "khp" | "khq" | "khr" | "khs" | "kht" | "khu" | "khv" | "khw" | "khx" | "khy" | "khz" | "kia" | "kib" | "kic" | "kid" | "kie" | "kif" | "kig" | "kih" | "kii" | "kij" | "kik" | "kil" | "kim" | "kin" | "kio" | "kip" | "kiq" | "kir" | "kis" | "kit" | "kiu" | "kiv" | "kiw" | "kix" | "kiy" | "kiz" | "kja" | "kjb" | "kjc" | "kjd" | "kje" | "kjg" | "kjh" | "kji" | "kjj" | "kjk" | "kjl" | "kjm" | "kjn" | "kjo" | "kjp" | "kjq" | "kjr" | "kjs" | "kjt" | "kju" | "kjv" | "kjx" | "kjy" | "kjz" | "kka" | "kkb" | "kkc" | "kkd" | "kke" | "kkf" | "kkg" | "kkh" | "kki" | "kkj" | "kkk" | "kkl" | "kkm" | "kkn" | "kko" | "kkp" | "kkq" | "kkr" | "kks" | "kkt" | "kku" | "kkv" | "kkw" | "kkx" | "kky" | "kkz" | "kla" | "klb" | "klc" | "kld" | "kle" | "klf" | "klg" | "klh" | "kli" | "klj" | "klk" | "kll" | "klm" | "kln" | "klo" | "klp" | "klq" | "klr" | "kls" | "klt" | "klu" | "klv" | "klw" | "klx" | "kly" | "klz" | "kma" | "kmb" | "kmc" | "kmd" | "kme" | "kmf" | "kmg" | "kmh" | "kmi" | "kmj" | "kmk" | "kml" | "kmm" | "kmn" | "kmo" | "kmp" | "kmq" | "kmr" | "kms" | "kmt" | "kmu" | "kmv" | "kmw" | "kmx" | "kmy" | "kmz" | "kna" | "knb" | "knc" | "knd" | "kne" | "knf" | "kng" | "kni" | "knj" | "knk" | "knl" | "knm" | "knn" | "kno" | "knp" | "knq" | "knr" | "kns" | "knt" | "knu" | "knv" | "knw" | "knx" | "kny" | "knz" | "koa" | "koc" | "kod" | "koe" | "kof" | "kog" | "koh" | "koi" | "kok" | "kol" | "kom" | "kon" | "koo" | "kop" | "koq" | "kor" | "kos" | "kot" | "kou" | "kov" | "kow" | "koy" | "koz" | "kpa" | "kpb" | "kpc" | "kpd" | "kpe" | "kpf" | "kpg" | "kph" | "kpi" | "kpj" | "kpk" | "kpl" | "kpm" | "kpn" | "kpo" | "kpq" | "kpr" | "kps" | "kpt" | "kpu" | "kpv" | "kpw" | "kpx" | "kpy" | "kpz" | "kqa" | "kqb" | "kqc" | "kqd" | "kqe" | "kqf" | "kqg" | "kqh" | "kqi" | "kqj" | "kqk" | "kql" | "kqm" | "kqn" | "kqo" | "kqp" | "kqq" | "kqr" | "kqs" | "kqt" | "kqu" | "kqv" | "kqw" | "kqx" | "kqy" | "kqz" | "kra" | "krb" | "krc" | "krd" | "kre" | "krf" | "krh" | "kri" | "krj" | "krk" | "krl" | "krn" | "krp" | "krr" | "krs" | "krt" | "kru" | "krv" | "krw" | "krx" | "kry" | "krz" | "ksa" | "ksb" | "ksc" | "ksd" | "kse" | "ksf" | "ksg" | "ksh" | "ksi" | "ksj" | "ksk" | "ksl" | "ksm" | "ksn" | "kso" | "ksp" | "ksq" | "ksr" | "kss" | "kst" | "ksu" | "ksv" | "ksw" | "ksx" | "ksy" | "ksz" | "kta" | "ktb" | "ktc" | "ktd" | "kte" | "ktf" | "ktg" | "kth" | "kti" | "ktj" | "ktk" | "ktl" | "ktm" | "ktn" | "kto" | "ktp" | "ktq" | "kts" | "ktt" | "ktu" | "ktv" | "ktw" | "ktx" | "kty" | "ktz" | "kua" | "kub" | "kuc" | "kud" | "kue" | "kuf" | "kug" | "kuh" | "kui" | "kuj" | "kuk" | "kul" | "kum" | "kun" | "kuo" | "kup" | "kuq" | "kur" | "kus" | "kut" | "kuu" | "kuv" | "kuw" | "kux" | "kuy" | "kuz" | "kva" | "kvb" | "kvc" | "kvd" | "kve" | "kvf" | "kvg" | "kvh" | "kvi" | "kvj" | "kvk" | "kvl" | "kvm" | "kvn" | "kvo" | "kvp" | "kvq" | "kvr" | "kvt" | "kvu" | "kvv" | "kvw" | "kvx" | "kvy" | "kvz" | "kwa" | "kwb" | "kwc" | "kwd" | "kwe" | "kwf" | "kwg" | "kwh" | "kwi" | "kwj" | "kwk" | "kwl" | "kwm" | "kwn" | "kwo" | "kwp" | "kwr" | "kws" | "kwt" | "kwu" | "kwv" | "kww" | "kwx" | "kwy" | "kwz" | "kxa" | "kxb" | "kxc" | "kxd" | "kxf" | "kxh" | "kxi" | "kxj" | "kxk" | "kxm" | "kxn" | "kxo" | "kxp" | "kxq" | "kxr" | "kxs" | "kxt" | "kxv" | "kxw" | "kxx" | "kxy" | "kxz" | "kya" | "kyb" | "kyc" | "kyd" | "kye" | "kyf" | "kyg" | "kyh" | "kyi" | "kyj" | "kyk" | "kyl" | "kym" | "kyn" | "kyo" | "kyp" | "kyq" | "kyr" | "kys" | "kyt" | "kyu" | "kyv" | "kyw" | "kyx" | "kyy" | "kyz" | "kza" | "kzb" | "kzc" | "kzd" | "kze" | "kzf" | "kzg" | "kzi" | "kzk" | "kzl" | "kzm" | "kzn" | "kzo" | "kzp" | "kzq" | "kzr" | "kzs" | "kzu" | "kzv" | "kzw" | "kzx" | "kzy" | "kzz" | "laa" | "lab" | "lac" | "lad" | "lae" | "laf" | "lag" | "lah" | "lai" | "laj" | "lal" | "lam" | "lan" | "lao" | "lap" | "laq" | "lar" | "las" | "lat" | "lau" | "lav" | "law" | "lax" | "lay" | "laz" | "lbb" | "lbc" | "lbe" | "lbf" | "lbg" | "lbi" | "lbj" | "lbk" | "lbl" | "lbm" | "lbn" | "lbo" | "lbq" | "lbr" | "lbs" | "lbt" | "lbu" | "lbv" | "lbw" | "lbx" | "lby" | "lbz" | "lcc" | "lcd" | "lce" | "lcf" | "lch" | "lcl" | "lcm" | "lcp" | "lcq" | "lcs" | "lda" | "ldb" | "ldd" | "ldg" | "ldh" | "ldi" | "ldj" | "ldk" | "ldl" | "ldm" | "ldn" | "ldo" | "ldp" | "ldq" | "lea" | "leb" | "lec" | "led" | "lee" | "lef" | "leh" | "lei" | "lej" | "lek" | "lel" | "lem" | "len" | "leo" | "lep" | "leq" | "ler" | "les" | "let" | "leu" | "lev" | "lew" | "lex" | "ley" | "lez" | "lfa" | "lfn" | "lga" | "lgb" | "lgg" | "lgh" | "lgi" | "lgk" | "lgl" | "lgm" | "lgn" | "lgo" | "lgq" | "lgr" | "lgt" | "lgu" | "lgz" | "lha" | "lhh" | "lhi" | "lhl" | "lhm" | "lhn" | "lhp" | "lhs" | "lht" | "lhu" | "lia" | "lib" | "lic" | "lid" | "lie" | "lif" | "lig" | "lih" | "lij" | "lik" | "lil" | "lim" | "lin" | "lio" | "lip" | "liq" | "lir" | "lis" | "lit" | "liu" | "liv" | "liw" | "lix" | "liy" | "liz" | "lja" | "lje" | "lji" | "ljl" | "ljp" | "ljw" | "ljx" | "lka" | "lkb" | "lkc" | "lkd" | "lke" | "lkh" | "lki" | "lkj" | "lkl" | "lkm" | "lkn" | "lko" | "lkr" | "lks" | "lkt" | "lku" | "lky" | "lla" | "llb" | "llc" | "lld" | "lle" | "llf" | "llg" | "llh" | "lli" | "llj" | "llk" | "lll" | "llm" | "lln" | "llp" | "llq" | "lls" | "llu" | "llx" | "lma" | "lmb" | "lmc" | "lmd" | "lme" | "lmf" | "lmg" | "lmh" | "lmi" | "lmj" | "lmk" | "lml" | "lmn" | "lmo" | "lmp" | "lmq" | "lmr" | "lmu" | "lmv" | "lmw" | "lmx" | "lmy" | "lna" | "lnb" | "lnd" | "lng" | "lnh" | "lni" | "lnj" | "lnl" | "lnm" | "lnn" | "lns" | "lnu" | "lnw" | "lnz" | "loa" | "lob" | "loc" | "loe" | "lof" | "log" | "loh" | "loi" | "loj" | "lok" | "lol" | "lom" | "lon" | "loo" | "lop" | "loq" | "lor" | "los" | "lot" | "lou" | "lov" | "low" | "lox" | "loy" | "loz" | "lpa" | "lpe" | "lpn" | "lpo" | "lpx" | "lqr" | "lra" | "lrc" | "lre" | "lrg" | "lri" | "lrk" | "lrl" | "lrm" | "lrn" | "lro" | "lrr" | "lrt" | "lrv" | "lrz" | "lsa" | "lsb" | "lsc" | "lsd" | "lse" | "lsh" | "lsi" | "lsl" | "lsm" | "lsn" | "lso" | "lsp" | "lsr" | "lss" | "lst" | "lsv" | "lsw" | "lsy" | "ltc" | "ltg" | "lth" | "lti" | "ltn" | "lto" | "lts" | "ltu" | "ltz" | "lua" | "lub" | "luc" | "lud" | "lue" | "luf" | "lug" | "lui" | "luj" | "luk" | "lul" | "lum" | "lun" | "luo" | "lup" | "luq" | "lur" | "lus" | "lut" | "luu" | "luv" | "luw" | "luy" | "luz" | "lva" | "lvi" | "lvk" | "lvs" | "lvu" | "lwa" | "lwe" | "lwg" | "lwh" | "lwl" | "lwm" | "lwo" | "lws" | "lwt" | "lwu" | "lww" | "lxm" | "lya" | "lyg" | "lyn" | "lzh" | "lzl" | "lzn" | "lzz" | "maa" | "mab" | "mad" | "mae" | "maf" | "mag" | "mah" | "mai" | "maj" | "mak" | "mal" | "mam" | "man" | "maq" | "mar" | "mas" | "mat" | "mau" | "mav" | "maw" | "max" | "maz" | "mba" | "mbb" | "mbc" | "mbd" | "mbe" | "mbf" | "mbh" | "mbi" | "mbj" | "mbk" | "mbl" | "mbm" | "mbn" | "mbo" | "mbp" | "mbq" | "mbr" | "mbs" | "mbt" | "mbu" | "mbv" | "mbw" | "mbx" | "mby" | "mbz" | "mca" | "mcb" | "mcc" | "mcd" | "mce" | "mcf" | "mcg" | "mch" | "mci" | "mcj" | "mck" | "mcl" | "mcm" | "mcn" | "mco" | "mcp" | "mcq" | "mcr" | "mcs" | "mct" | "mcu" | "mcv" | "mcw" | "mcx" | "mcy" | "mcz" | "mda" | "mdb" | "mdc" | "mdd" | "mde" | "mdf" | "mdg" | "mdh" | "mdi" | "mdj" | "mdk" | "mdl" | "mdm" | "mdn" | "mdp" | "mdq" | "mdr" | "mds" | "mdt" | "mdu" | "mdv" | "mdw" | "mdx" | "mdy" | "mdz" | "mea" | "meb" | "mec" | "med" | "mee" | "mef" | "meh" | "mei" | "mej" | "mek" | "mel" | "mem" | "men" | "meo" | "mep" | "meq" | "mer" | "mes" | "met" | "meu" | "mev" | "mew" | "mey" | "mez" | "mfa" | "mfb" | "mfc" | "mfd" | "mfe" | "mff" | "mfg" | "mfh" | "mfi" | "mfj" | "mfk" | "mfl" | "mfm" | "mfn" | "mfo" | "mfp" | "mfq" | "mfr" | "mfs" | "mft" | "mfu" | "mfv" | "mfw" | "mfx" | "mfy" | "mfz" | "mga" | "mgb" | "mgc" | "mgd" | "mge" | "mgf" | "mgg" | "mgh" | "mgi" | "mgj" | "mgk" | "mgl" | "mgm" | "mgn" | "mgo" | "mgp" | "mgq" | "mgr" | "mgs" | "mgt" | "mgu" | "mgv" | "mgw" | "mgy" | "mgz" | "mha" | "mhb" | "mhc" | "mhd" | "mhe" | "mhf" | "mhg" | "mhi" | "mhj" | "mhk" | "mhl" | "mhm" | "mhn" | "mho" | "mhp" | "mhq" | "mhr" | "mhs" | "mht" | "mhu" | "mhw" | "mhx" | "mhy" | "mhz" | "mia" | "mib" | "mic" | "mid" | "mie" | "mif" | "mig" | "mih" | "mii" | "mij" | "mik" | "mil" | "mim" | "min" | "mio" | "mip" | "miq" | "mir" | "mis" | "mit" | "miu" | "miw" | "mix" | "miy" | "miz" | "mjb" | "mjc" | "mjd" | "mje" | "mjg" | "mjh" | "mji" | "mjj" | "mjk" | "mjl" | "mjm" | "mjn" | "mjo" | "mjp" | "mjq" | "mjr" | "mjs" | "mjt" | "mju" | "mjv" | "mjw" | "mjx" | "mjy" | "mjz" | "mka" | "mkb" | "mkc" | "mkd" | "mke" | "mkf" | "mkg" | "mki" | "mkj" | "mkk" | "mkl" | "mkm" | "mkn" | "mko" | "mkp" | "mkq" | "mkr" | "mks" | "mkt" | "mku" | "mkv" | "mkw" | "mkx" | "mky" | "mkz" | "mla" | "mlb" | "mlc" | "mle" | "mlf" | "mlg" | "mlh" | "mli" | "mlj" | "mlk" | "mll" | "mlm" | "mln" | "mlo" | "mlp" | "mlq" | "mlr" | "mls" | "mlt" | "mlu" | "mlv" | "mlw" | "mlx" | "mlz" | "mma" | "mmb" | "mmc" | "mmd" | "mme" | "mmf" | "mmg" | "mmh" | "mmi" | "mmj" | "mmk" | "mml" | "mmm" | "mmn" | "mmo" | "mmp" | "mmq" | "mmr" | "mmt" | "mmu" | "mmv" | "mmw" | "mmx" | "mmy" | "mmz" | "mna" | "mnb" | "mnc" | "mnd" | "mne" | "mnf" | "mng" | "mnh" | "mni" | "mnj" | "mnk" | "mnl" | "mnm" | "mnn" | "mnp" | "mnq" | "mnr" | "mns" | "mnu" | "mnv" | "mnw" | "mnx" | "mny" | "mnz" | "moa" | "moc" | "mod" | "moe" | "mog" | "moh" | "moi" | "moj" | "mok" | "mom" | "mon" | "moo" | "mop" | "moq" | "mor" | "mos" | "mot" | "mou" | "mov" | "mow" | "mox" | "moy" | "moz" | "mpa" | "mpb" | "mpc" | "mpd" | "mpe" | "mpg" | "mph" | "mpi" | "mpj" | "mpk" | "mpl" | "mpm" | "mpn" | "mpo" | "mpp" | "mpq" | "mpr" | "mps" | "mpt" | "mpu" | "mpv" | "mpw" | "mpx" | "mpy" | "mpz" | "mqa" | "mqb" | "mqc" | "mqe" | "mqf" | "mqg" | "mqh" | "mqi" | "mqj" | "mqk" | "mql" | "mqm" | "mqn" | "mqo" | "mqp" | "mqq" | "mqr" | "mqs" | "mqt" | "mqu" | "mqv" | "mqw" | "mqx" | "mqy" | "mqz" | "mra" | "mrb" | "mrc" | "mrd" | "mre" | "mrf" | "mrg" | "mrh" | "mri" | "mrj" | "mrk" | "mrl" | "mrm" | "mrn" | "mro" | "mrp" | "mrq" | "mrr" | "mrs" | "mrt" | "mru" | "mrv" | "mrw" | "mrx" | "mry" | "mrz" | "msa" | "msb" | "msc" | "msd" | "mse" | "msf" | "msg" | "msh" | "msi" | "msj" | "msk" | "msl" | "msm" | "msn" | "mso" | "msp" | "msq" | "msr" | "mss" | "msu" | "msv" | "msw" | "msx" | "msy" | "msz" | "mta" | "mtb" | "mtc" | "mtd" | "mte" | "mtf" | "mtg" | "mth" | "mti" | "mtj" | "mtk" | "mtl" | "mtm" | "mtn" | "mto" | "mtp" | "mtq" | "mtr" | "mts" | "mtt" | "mtu" | "mtv" | "mtw" | "mtx" | "mty" | "mua" | "mub" | "muc" | "mud" | "mue" | "mug" | "muh" | "mui" | "muj" | "muk" | "mul" | "mum" | "muo" | "mup" | "muq" | "mur" | "mus" | "mut" | "muu" | "muv" | "mux" | "muy" | "muz" | "mva" | "mvb" | "mvd" | "mve" | "mvf" | "mvg" | "mvh" | "mvi" | "mvk" | "mvl" | "mvn" | "mvo" | "mvp" | "mvq" | "mvr" | "mvs" | "mvt" | "mvu" | "mvv" | "mvw" | "mvx" | "mvy" | "mvz" | "mwa" | "mwb" | "mwc" | "mwe" | "mwf" | "mwg" | "mwh" | "mwi" | "mwk" | "mwl" | "mwm" | "mwn" | "mwo" | "mwp" | "mwq" | "mwr" | "mws" | "mwt" | "mwu" | "mwv" | "mww" | "mwz" | "mxa" | "mxb" | "mxc" | "mxd" | "mxe" | "mxf" | "mxg" | "mxh" | "mxi" | "mxj" | "mxk" | "mxl" | "mxm" | "mxn" | "mxo" | "mxp" | "mxq" | "mxr" | "mxs" | "mxt" | "mxu" | "mxv" | "mxw" | "mxx" | "mxy" | "mxz" | "mya" | "myb" | "myc" | "mye" | "myf" | "myg" | "myh" | "myj" | "myk" | "myl" | "mym" | "myo" | "myp" | "myr" | "mys" | "myu" | "myv" | "myw" | "myx" | "myy" | "myz" | "mza" | "mzb" | "mzc" | "mzd" | "mze" | "mzg" | "mzh" | "mzi" | "mzj" | "mzk" | "mzl" | "mzm" | "mzn" | "mzo" | "mzp" | "mzq" | "mzr" | "mzs" | "mzt" | "mzu" | "mzv" | "mzw" | "mzx" | "mzy" | "mzz" | "naa" | "nab" | "nac" | "nae" | "naf" | "nag" | "naj" | "nak" | "nal" | "nam" | "nan" | "nao" | "nap" | "naq" | "nar" | "nas" | "nat" | "nau" | "nav" | "naw" | "nax" | "nay" | "naz" | "nba" | "nbb" | "nbc" | "nbd" | "nbe" | "nbg" | "nbh" | "nbi" | "nbj" | "nbk" | "nbl" | "nbm" | "nbn" | "nbo" | "nbp" | "nbq" | "nbr" | "nbs" | "nbt" | "nbu" | "nbv" | "nbw" | "nby" | "nca" | "ncb" | "ncc" | "ncd" | "nce" | "ncf" | "ncg" | "nch" | "nci" | "ncj" | "nck" | "ncl" | "ncm" | "ncn" | "nco" | "ncq" | "ncr" | "ncs" | "nct" | "ncu" | "ncx" | "ncz" | "nda" | "ndb" | "ndc" | "ndd" | "nde" | "ndf" | "ndg" | "ndh" | "ndi" | "ndj" | "ndk" | "ndl" | "ndm" | "ndn" | "ndo" | "ndp" | "ndq" | "ndr" | "nds" | "ndt" | "ndu" | "ndv" | "ndw" | "ndx" | "ndy" | "ndz" | "nea" | "neb" | "nec" | "ned" | "nee" | "nef" | "neg" | "neh" | "nei" | "nej" | "nek" | "nem" | "nen" | "neo" | "nep" | "neq" | "ner" | "nes" | "net" | "neu" | "nev" | "new" | "nex" | "ney" | "nez" | "nfa" | "nfd" | "nfl" | "nfr" | "nfu" | "nga" | "ngb" | "ngc" | "ngd" | "nge" | "ngg" | "ngh" | "ngi" | "ngj" | "ngk" | "ngl" | "ngm" | "ngn" | "ngp" | "ngq" | "ngr" | "ngs" | "ngt" | "ngu" | "ngv" | "ngw" | "ngx" | "ngy" | "ngz" | "nha" | "nhb" | "nhc" | "nhd" | "nhe" | "nhf" | "nhg" | "nhh" | "nhi" | "nhk" | "nhm" | "nhn" | "nho" | "nhp" | "nhq" | "nhr" | "nht" | "nhu" | "nhv" | "nhw" | "nhx" | "nhy" | "nhz" | "nia" | "nib" | "nid" | "nie" | "nif" | "nig" | "nih" | "nii" | "nij" | "nik" | "nil" | "nim" | "nin" | "nio" | "niq" | "nir" | "nis" | "nit" | "niu" | "niv" | "niw" | "nix" | "niy" | "niz" | "nja" | "njb" | "njd" | "njh" | "nji" | "njj" | "njl" | "njm" | "njn" | "njo" | "njr" | "njs" | "njt" | "nju" | "njx" | "njy" | "njz" | "nka" | "nkb" | "nkc" | "nkd" | "nke" | "nkf" | "nkg" | "nkh" | "nki" | "nkj" | "nkk" | "nkm" | "nkn" | "nko" | "nkp" | "nkq" | "nkr" | "nks" | "nkt" | "nku" | "nkv" | "nkw" | "nkx" | "nkz" | "nla" | "nlc" | "nld" | "nle" | "nlg" | "nli" | "nlj" | "nlk" | "nll" | "nlm" | "nlo" | "nlq" | "nlu" | "nlv" | "nlw" | "nlx" | "nly" | "nlz" | "nma" | "nmb" | "nmc" | "nmd" | "nme" | "nmf" | "nmg" | "nmh" | "nmi" | "nmj" | "nmk" | "nml" | "nmm" | "nmn" | "nmo" | "nmp" | "nmq" | "nmr" | "nms" | "nmt" | "nmu" | "nmv" | "nmw" | "nmx" | "nmy" | "nmz" | "nna" | "nnb" | "nnc" | "nnd" | "nne" | "nnf" | "nng" | "nnh" | "nni" | "nnj" | "nnk" | "nnl" | "nnm" | "nnn" | "nno" | "nnp" | "nnq" | "nnr" | "nnt" | "nnu" | "nnv" | "nnw" | "nny" | "nnz" | "noa" | "nob" | "noc" | "nod" | "noe" | "nof" | "nog" | "noh" | "noi" | "noj" | "nok" | "nol" | "nom" | "non" | "nop" | "noq" | "nor" | "nos" | "not" | "nou" | "nov" | "now" | "noy" | "noz" | "npa" | "npb" | "npg" | "nph" | "npi" | "npl" | "npn" | "npo" | "nps" | "npu" | "npx" | "npy" | "nqg" | "nqk" | "nql" | "nqm" | "nqn" | "nqo" | "nqq" | "nqt" | "nqy" | "nra" | "nrb" | "nrc" | "nre" | "nrf" | "nrg" | "nri" | "nrk" | "nrl" | "nrm" | "nrn" | "nrp" | "nrr" | "nrt" | "nru" | "nrx" | "nrz" | "nsa" | "nsb" | "nsc" | "nsd" | "nse" | "nsf" | "nsg" | "nsh" | "nsi" | "nsk" | "nsl" | "nsm" | "nsn" | "nso" | "nsp" | "nsq" | "nsr" | "nss" | "nst" | "nsu" | "nsv" | "nsw" | "nsx" | "nsy" | "nsz" | "ntd" | "nte" | "ntg" | "nti" | "ntj" | "ntk" | "ntm" | "nto" | "ntp" | "ntr" | "ntu" | "ntw" | "ntx" | "nty" | "ntz" | "nua" | "nuc" | "nud" | "nue" | "nuf" | "nug" | "nuh" | "nui" | "nuj" | "nuk" | "nul" | "num" | "nun" | "nuo" | "nup" | "nuq" | "nur" | "nus" | "nut" | "nuu" | "nuv" | "nuw" | "nux" | "nuy" | "nuz" | "nvh" | "nvm" | "nvo" | "nwa" | "nwb" | "nwc" | "nwe" | "nwg" | "nwi" | "nwm" | "nwo" | "nwr" | "nww" | "nwx" | "nwy" | "nxa" | "nxd" | "nxe" | "nxg" | "nxi" | "nxk" | "nxl" | "nxm" | "nxn" | "nxo" | "nxq" | "nxr" | "nxx" | "nya" | "nyb" | "nyc" | "nyd" | "nye" | "nyf" | "nyg" | "nyh" | "nyi" | "nyj" | "nyk" | "nyl" | "nym" | "nyn" | "nyo" | "nyp" | "nyq" | "nyr" | "nys" | "nyt" | "nyu" | "nyv" | "nyw" | "nyx" | "nyy" | "nza" | "nzb" | "nzd" | "nzi" | "nzk" | "nzm" | "nzs" | "nzu" | "nzy" | "nzz" | "oaa" | "oac" | "oar" | "oav" | "obi" | "obk" | "obl" | "obm" | "obo" | "obr" | "obt" | "obu" | "oca" | "och" | "oci" | "ocm" | "oco" | "ocu" | "oda" | "odk" | "odt" | "odu" | "ofo" | "ofs" | "ofu" | "ogb" | "ogc" | "oge" | "ogg" | "ogo" | "ogu" | "oht" | "ohu" | "oia" | "oie" | "oin" | "ojb" | "ojc" | "ojg" | "oji" | "ojp" | "ojs" | "ojv" | "ojw" | "oka" | "okb" | "okc" | "okd" | "oke" | "okg" | "okh" | "oki" | "okj" | "okk" | "okl" | "okm" | "okn" | "oko" | "okr" | "oks" | "oku" | "okv" | "okx" | "okz" | "ola" | "old" | "ole" | "olk" | "olm" | "olo" | "olr" | "olt" | "olu" | "oma" | "omb" | "omc" | "omg" | "omi" | "omk" | "oml" | "omn" | "omo" | "omp" | "omr" | "omt" | "omu" | "omw" | "omx" | "omy" | "ona" | "onb" | "one" | "ong" | "oni" | "onj" | "onk" | "onn" | "ono" | "onp" | "onr" | "ons" | "ont" | "onu" | "onw" | "onx" | "ood" | "oog" | "oon" | "oor" | "oos" | "opa" | "opk" | "opm" | "opo" | "opt" | "opy" | "ora" | "orc" | "ore" | "org" | "orh" | "ori" | "orm" | "orn" | "oro" | "orr" | "ors" | "ort" | "oru" | "orv" | "orw" | "orx" | "ory" | "orz" | "osa" | "osc" | "osi" | "osn" | "oso" | "osp" | "oss" | "ost" | "osu" | "osx" | "ota" | "otb" | "otd" | "ote" | "oti" | "otk" | "otl" | "otm" | "otn" | "otq" | "otr" | "ots" | "ott" | "otu" | "otw" | "otx" | "oty" | "otz" | "oua" | "oub" | "oue" | "oui" | "oum" | "ovd" | "owi" | "owl" | "oyb" | "oyd" | "oym" | "oyy" | "ozm" | "pab" | "pac" | "pad" | "pae" | "paf" | "pag" | "pah" | "pai" | "pak" | "pal" | "pam" | "pan" | "pao" | "pap" | "paq" | "par" | "pas" | "pau" | "pav" | "paw" | "pax" | "pay" | "paz" | "pbb" | "pbc" | "pbe" | "pbf" | "pbg" | "pbh" | "pbi" | "pbl" | "pbm" | "pbn" | "pbo" | "pbp" | "pbr" | "pbs" | "pbt" | "pbu" | "pbv" | "pby" | "pca" | "pcb" | "pcc" | "pcd" | "pce" | "pcf" | "pcg" | "pch" | "pci" | "pcj" | "pck" | "pcl" | "pcm" | "pcn" | "pcp" | "pcw" | "pda" | "pdc" | "pdi" | "pdn" | "pdo" | "pdt" | "pdu" | "pea" | "peb" | "ped" | "pee" | "pef" | "peg" | "peh" | "pei" | "pej" | "pek" | "pel" | "pem" | "peo" | "pep" | "peq" | "pes" | "pev" | "pex" | "pey" | "pez" | "pfa" | "pfe" | "pfl" | "pga" | "pgd" | "pgg" | "pgi" | "pgk" | "pgl" | "pgn" | "pgs" | "pgu" | "pgz" | "pha" | "phd" | "phg" | "phh" | "phj" | "phk" | "phl" | "phm" | "phn" | "pho" | "phq" | "phr" | "pht" | "phu" | "phv" | "phw" | "pia" | "pib" | "pic" | "pid" | "pie" | "pif" | "pig" | "pih" | "pij" | "pil" | "pim" | "pin" | "pio" | "pip" | "pir" | "pis" | "pit" | "piu" | "piv" | "piw" | "pix" | "piy" | "piz" | "pjt" | "pka" | "pkb" | "pkc" | "pkg" | "pkh" | "pkn" | "pko" | "pkp" | "pkr" | "pks" | "pkt" | "pku" | "pla" | "plb" | "plc" | "pld" | "ple" | "plg" | "plh" | "pli" | "plj" | "plk" | "pll" | "pln" | "plo" | "plq" | "plr" | "pls" | "plt" | "plu" | "plv" | "plw" | "ply" | "plz" | "pma" | "pmb" | "pmd" | "pme" | "pmf" | "pmh" | "pmi" | "pmj" | "pmk" | "pml" | "pmm" | "pmn" | "pmo" | "pmq" | "pmr" | "pms" | "pmt" | "pmw" | "pmx" | "pmy" | "pmz" | "pna" | "pnb" | "pnc" | "pnd" | "pne" | "png" | "pnh" | "pni" | "pnj" | "pnk" | "pnl" | "pnm" | "pnn" | "pno" | "pnp" | "pnq" | "pnr" | "pns" | "pnt" | "pnu" | "pnv" | "pnw" | "pnx" | "pny" | "pnz" | "poc" | "poe" | "pof" | "pog" | "poh" | "poi" | "pok" | "pol" | "pom" | "pon" | "poo" | "pop" | "poq" | "por" | "pos" | "pot" | "pov" | "pow" | "pox" | "poy" | "ppe" | "ppi" | "ppk" | "ppl" | "ppm" | "ppn" | "ppo" | "ppp" | "ppq" | "pps" | "ppt" | "ppu" | "pqa" | "pqm" | "prc" | "prd" | "pre" | "prf" | "prg" | "prh" | "pri" | "prk" | "prl" | "prm" | "prn" | "pro" | "prp" | "prq" | "prr" | "prs" | "prt" | "pru" | "prw" | "prx" | "prz" | "psa" | "psc" | "psd" | "pse" | "psg" | "psh" | "psi" | "psl" | "psm" | "psn" | "pso" | "psp" | "psq" | "psr" | "pss" | "pst" | "psu" | "psw" | "psy" | "pta" | "pth" | "pti" | "ptn" | "pto" | "ptp" | "ptq" | "ptr" | "ptt" | "ptu" | "ptv" | "ptw" | "pty" | "pua" | "pub" | "puc" | "pud" | "pue" | "puf" | "pug" | "pui" | "puj" | "pum" | "puo" | "pup" | "puq" | "pur" | "pus" | "put" | "puu" | "puw" | "pux" | "puy" | "pwa" | "pwb" | "pwg" | "pwi" | "pwm" | "pwn" | "pwo" | "pwr" | "pww" | "pxm" | "pye" | "pym" | "pyn" | "pys" | "pyu" | "pyx" | "pyy" | "pzh" | "pzn" | "qua" | "qub" | "quc" | "qud" | "que" | "quf" | "qug" | "quh" | "qui" | "quk" | "qul" | "qum" | "qun" | "qup" | "quq" | "qur" | "qus" | "quv" | "quw" | "qux" | "quy" | "quz" | "qva" | "qvc" | "qve" | "qvh" | "qvi" | "qvj" | "qvl" | "qvm" | "qvn" | "qvo" | "qvp" | "qvs" | "qvw" | "qvy" | "qvz" | "qwa" | "qwc" | "qwh" | "qwm" | "qws" | "qwt" | "qxa" | "qxc" | "qxh" | "qxl" | "qxn" | "qxo" | "qxp" | "qxq" | "qxr" | "qxs" | "qxt" | "qxu" | "qxw" | "qya" | "qyp" | "raa" | "rab" | "rac" | "rad" | "raf" | "rag" | "rah" | "rai" | "raj" | "rak" | "ral" | "ram" | "ran" | "rao" | "rap" | "raq" | "rar" | "ras" | "rat" | "rau" | "rav" | "raw" | "rax" | "ray" | "raz" | "rbb" | "rbk" | "rbl" | "rbp" | "rcf" | "rdb" | "rea" | "reb" | "ree" | "reg" | "rei" | "rej" | "rel" | "rem" | "ren" | "rer" | "res" | "ret" | "rey" | "rga" | "rge" | "rgk" | "rgn" | "rgr" | "rgs" | "rgu" | "rhg" | "rhp" | "ria" | "rib" | "rif" | "ril" | "rim" | "rin" | "rir" | "rit" | "riu" | "rjg" | "rji" | "rjs" | "rka" | "rkb" | "rkh" | "rki" | "rkm" | "rkt" | "rkw" | "rma" | "rmb" | "rmc" | "rmd" | "rme" | "rmf" | "rmg" | "rmh" | "rmi" | "rmk" | "rml" | "rmm" | "rmn" | "rmo" | "rmp" | "rmq" | "rms" | "rmt" | "rmu" | "rmv" | "rmw" | "rmx" | "rmy" | "rmz" | "rnb" | "rnd" | "rng" | "rnl" | "rnn" | "rnp" | "rnr" | "rnw" | "rob" | "roc" | "rod" | "roe" | "rof" | "rog" | "roh" | "rol" | "rom" | "ron" | "roo" | "rop" | "ror" | "rou" | "row" | "rpn" | "rpt" | "rri" | "rro" | "rrt" | "rsb" | "rsk" | "rsl" | "rsm" | "rsn" | "rtc" | "rth" | "rtm" | "rts" | "rtw" | "rub" | "ruc" | "rue" | "ruf" | "rug" | "ruh" | "rui" | "ruk" | "run" | "ruo" | "rup" | "ruq" | "rus" | "rut" | "ruu" | "ruy" | "ruz" | "rwa" | "rwk" | "rwl" | "rwm" | "rwo" | "rwr" | "rxd" | "rxw" | "ryn" | "rys" | "ryu" | "rzh" | "saa" | "sab" | "sac" | "sad" | "sae" | "saf" | "sag" | "sah" | "saj" | "sak" | "sam" | "san" | "sao" | "saq" | "sar" | "sas" | "sat" | "sau" | "sav" | "saw" | "sax" | "say" | "saz" | "sba" | "sbb" | "sbc" | "sbd" | "sbe" | "sbf" | "sbg" | "sbh" | "sbi" | "sbj" | "sbk" | "sbl" | "sbm" | "sbn" | "sbo" | "sbp" | "sbq" | "sbr" | "sbs" | "sbt" | "sbu" | "sbv" | "sbw" | "sbx" | "sby" | "sbz" | "scb" | "sce" | "scf" | "scg" | "sch" | "sci" | "sck" | "scl" | "scn" | "sco" | "scp" | "scq" | "scs" | "sct" | "scu" | "scv" | "scw" | "scx" | "sda" | "sdb" | "sdc" | "sde" | "sdf" | "sdg" | "sdh" | "sdj" | "sdk" | "sdl" | "sdn" | "sdo" | "sdp" | "sdq" | "sdr" | "sds" | "sdt" | "sdu" | "sdx" | "sdz" | "sea" | "seb" | "sec" | "sed" | "see" | "sef" | "seg" | "seh" | "sei" | "sej" | "sek" | "sel" | "sen" | "seo" | "sep" | "seq" | "ser" | "ses" | "set" | "seu" | "sev" | "sew" | "sey" | "sez" | "sfb" | "sfe" | "sfm" | "sfs" | "sfw" | "sga" | "sgb" | "sgc" | "sgd" | "sge" | "sgg" | "sgh" | "sgi" | "sgj" | "sgk" | "sgm" | "sgp" | "sgr" | "sgs" | "sgt" | "sgu" | "sgw" | "sgx" | "sgy" | "sgz" | "sha" | "shb" | "shc" | "shd" | "she" | "shg" | "shh" | "shi" | "shj" | "shk" | "shl" | "shm" | "shn" | "sho" | "shp" | "shq" | "shr" | "shs" | "sht" | "shu" | "shv" | "shw" | "shx" | "shy" | "shz" | "sia" | "sib" | "sid" | "sie" | "sif" | "sig" | "sih" | "sii" | "sij" | "sik" | "sil" | "sim" | "sin" | "sip" | "siq" | "sir" | "sis" | "siu" | "siv" | "siw" | "six" | "siy" | "siz" | "sja" | "sjb" | "sjd" | "sje" | "sjg" | "sjk" | "sjl" | "sjm" | "sjn" | "sjo" | "sjp" | "sjr" | "sjs" | "sjt" | "sju" | "sjw" | "ska" | "skb" | "skc" | "skd" | "ske" | "skf" | "skg" | "skh" | "ski" | "skj" | "skm" | "skn" | "sko" | "skp" | "skq" | "skr" | "sks" | "skt" | "sku" | "skv" | "skw" | "skx" | "sky" | "skz" | "slc" | "sld" | "sle" | "slf" | "slg" | "slh" | "sli" | "slj" | "slk" | "sll" | "slm" | "sln" | "slp" | "slq" | "slr" | "sls" | "slt" | "slu" | "slv" | "slw" | "slx" | "sly" | "slz" | "sma" | "smb" | "smc" | "sme" | "smf" | "smg" | "smh" | "smj" | "smk" | "sml" | "smm" | "smn" | "smo" | "smp" | "smq" | "smr" | "sms" | "smt" | "smu" | "smv" | "smw" | "smx" | "smy" | "smz" | "sna" | "snc" | "snd" | "sne" | "snf" | "sng" | "sni" | "snj" | "snk" | "snl" | "snm" | "snn" | "sno" | "snp" | "snq" | "snr" | "sns" | "snu" | "snv" | "snw" | "snx" | "sny" | "snz" | "soa" | "sob" | "soc" | "sod" | "soe" | "sog" | "soh" | "soi" | "soj" | "sok" | "sol" | "som" | "soo" | "sop" | "soq" | "sor" | "sos" | "sot" | "sou" | "sov" | "sow" | "sox" | "soy" | "soz" | "spa" | "spb" | "spc" | "spd" | "spe" | "spg" | "spi" | "spk" | "spl" | "spm" | "spn" | "spo" | "spp" | "spq" | "spr" | "sps" | "spt" | "spu" | "spv" | "spx" | "spy" | "sqa" | "sqh" | "sqi" | "sqk" | "sqm" | "sqn" | "sqo" | "sqq" | "sqr" | "sqs" | "sqt" | "squ" | "sqx" | "sra" | "srb" | "src" | "srd" | "sre" | "srf" | "srg" | "srh" | "sri" | "srk" | "srl" | "srm" | "srn" | "sro" | "srp" | "srq" | "srr" | "srs" | "srt" | "sru" | "srv" | "srw" | "srx" | "sry" | "srz" | "ssb" | "ssc" | "ssd" | "sse" | "ssf" | "ssg" | "ssh" | "ssi" | "ssj" | "ssk" | "ssl" | "ssm" | "ssn" | "sso" | "ssp" | "ssq" | "ssr" | "sss" | "sst" | "ssu" | "ssv" | "ssw" | "ssx" | "ssy" | "ssz" | "sta" | "stb" | "std" | "ste" | "stf" | "stg" | "sth" | "sti" | "stj" | "stk" | "stl" | "stm" | "stn" | "sto" | "stp" | "stq" | "str" | "sts" | "stt" | "stu" | "stv" | "stw" | "sty" | "sua" | "sub" | "suc" | "sue" | "sug" | "sui" | "suj" | "suk" | "sun" | "suo" | "suq" | "sur" | "sus" | "sut" | "suv" | "suw" | "sux" | "suy" | "suz" | "sva" | "svb" | "svc" | "sve" | "svk" | "svm" | "svs" | "svx" | "swa" | "swb" | "swc" | "swe" | "swf" | "swg" | "swh" | "swi" | "swj" | "swk" | "swl" | "swm" | "swn" | "swo" | "swp" | "swq" | "swr" | "sws" | "swt" | "swu" | "swv" | "sww" | "swx" | "swy" | "sxb" | "sxc" | "sxe" | "sxg" | "sxk" | "sxl" | "sxm" | "sxn" | "sxo" | "sxr" | "sxs" | "sxu" | "sxw" | "sya" | "syb" | "syc" | "syi" | "syk" | "syl" | "sym" | "syn" | "syo" | "syr" | "sys" | "syw" | "syx" | "syy" | "sza" | "szb" | "szc" | "szd" | "sze" | "szg" | "szl" | "szn" | "szp" | "szs" | "szv" | "szw" | "szy" | "taa" | "tab" | "tac" | "tad" | "tae" | "taf" | "tag" | "tah" | "taj" | "tak" | "tal" | "tam" | "tan" | "tao" | "tap" | "taq" | "tar" | "tas" | "tat" | "tau" | "tav" | "taw" | "tax" | "tay" | "taz" | "tba" | "tbc" | "tbd" | "tbe" | "tbf" | "tbg" | "tbh" | "tbi" | "tbj" | "tbk" | "tbl" | "tbm" | "tbn" | "tbo" | "tbp" | "tbr" | "tbs" | "tbt" | "tbu" | "tbv" | "tbw" | "tbx" | "tby" | "tbz" | "tca" | "tcb" | "tcc" | "tcd" | "tce" | "tcf" | "tcg" | "tch" | "tci" | "tck" | "tcl" | "tcm" | "tcn" | "tco" | "tcp" | "tcq" | "tcs" | "tct" | "tcu" | "tcw" | "tcx" | "tcy" | "tcz" | "tda" | "tdb" | "tdc" | "tdd" | "tde" | "tdf" | "tdg" | "tdh" | "tdi" | "tdj" | "tdk" | "tdl" | "tdm" | "tdn" | "tdo" | "tdq" | "tdr" | "tds" | "tdt" | "tdv" | "tdx" | "tdy" | "tea" | "teb" | "tec" | "ted" | "tee" | "tef" | "teg" | "teh" | "tei" | "tek" | "tel" | "tem" | "ten" | "teo" | "tep" | "teq" | "ter" | "tes" | "tet" | "teu" | "tev" | "tew" | "tex" | "tey" | "tez" | "tfi" | "tfn" | "tfo" | "tfr" | "tft" | "tga" | "tgb" | "tgc" | "tgd" | "tge" | "tgf" | "tgh" | "tgi" | "tgj" | "tgk" | "tgl" | "tgn" | "tgo" | "tgp" | "tgq" | "tgr" | "tgs" | "tgt" | "tgu" | "tgv" | "tgw" | "tgx" | "tgy" | "tgz" | "tha" | "thd" | "the" | "thf" | "thh" | "thi" | "thk" | "thl" | "thm" | "thn" | "thp" | "thq" | "thr" | "ths" | "tht" | "thu" | "thv" | "thy" | "thz" | "tia" | "tic" | "tif" | "tig" | "tih" | "tii" | "tij" | "tik" | "til" | "tim" | "tin" | "tio" | "tip" | "tiq" | "tir" | "tis" | "tit" | "tiu" | "tiv" | "tiw" | "tix" | "tiy" | "tiz" | "tja" | "tjg" | "tji" | "tjj" | "tjl" | "tjm" | "tjn" | "tjo" | "tjp" | "tjs" | "tju" | "tjw" | "tka" | "tkb" | "tkd" | "tke" | "tkf" | "tkg" | "tkl" | "tkm" | "tkn" | "tkp" | "tkq" | "tkr" | "tks" | "tkt" | "tku" | "tkv" | "tkw" | "tkx" | "tkz" | "tla" | "tlb" | "tlc" | "tld" | "tlf" | "tlg" | "tlh" | "tli" | "tlj" | "tlk" | "tll" | "tlm" | "tln" | "tlo" | "tlp" | "tlq" | "tlr" | "tls" | "tlt" | "tlu" | "tlv" | "tlx" | "tly" | "tma" | "tmb" | "tmc" | "tmd" | "tme" | "tmf" | "tmg" | "tmh" | "tmi" | "tmj" | "tmk" | "tml" | "tmm" | "tmn" | "tmo" | "tmq" | "tmr" | "tms" | "tmt" | "tmu" | "tmv" | "tmw" | "tmy" | "tmz" | "tna" | "tnb" | "tnc" | "tnd" | "tng" | "tnh" | "tni" | "tnk" | "tnl" | "tnm" | "tnn" | "tno" | "tnp" | "tnq" | "tnr" | "tns" | "tnt" | "tnu" | "tnv" | "tnw" | "tnx" | "tny" | "tnz" | "tob" | "toc" | "tod" | "tof" | "tog" | "toh" | "toi" | "toj" | "tok" | "tol" | "tom" | "ton" | "too" | "top" | "toq" | "tor" | "tos" | "tou" | "tov" | "tow" | "tox" | "toy" | "toz" | "tpa" | "tpc" | "tpe" | "tpf" | "tpg" | "tpi" | "tpj" | "tpk" | "tpl" | "tpm" | "tpn" | "tpo" | "tpp" | "tpq" | "tpr" | "tpt" | "tpu" | "tpv" | "tpw" | "tpx" | "tpy" | "tpz" | "tqb" | "tql" | "tqm" | "tqn" | "tqo" | "tqp" | "tqq" | "tqr" | "tqt" | "tqu" | "tqw" | "tra" | "trb" | "trc" | "trd" | "tre" | "trf" | "trg" | "trh" | "tri" | "trj" | "trl" | "trm" | "trn" | "tro" | "trp" | "trq" | "trr" | "trs" | "trt" | "tru" | "trv" | "trw" | "trx" | "try" | "trz" | "tsa" | "tsb" | "tsc" | "tsd" | "tse" | "tsg" | "tsh" | "tsi" | "tsj" | "tsk" | "tsl" | "tsm" | "tsn" | "tso" | "tsp" | "tsq" | "tsr" | "tss" | "tst" | "tsu" | "tsv" | "tsw" | "tsx" | "tsy" | "tsz" | "tta" | "ttb" | "ttc" | "ttd" | "tte" | "ttf" | "ttg" | "tth" | "tti" | "ttj" | "ttk" | "ttl" | "ttm" | "ttn" | "tto" | "ttp" | "ttq" | "ttr" | "tts" | "ttt" | "ttu" | "ttv" | "ttw" | "tty" | "ttz" | "tua" | "tub" | "tuc" | "tud" | "tue" | "tuf" | "tug" | "tuh" | "tui" | "tuj" | "tuk" | "tul" | "tum" | "tun" | "tuo" | "tuq" | "tur" | "tus" | "tuu" | "tuv" | "tux" | "tuy" | "tuz" | "tva" | "tvd" | "tve" | "tvk" | "tvl" | "tvm" | "tvn" | "tvo" | "tvs" | "tvt" | "tvu" | "tvw" | "tvx" | "tvy" | "twa" | "twb" | "twc" | "twd" | "twe" | "twf" | "twg" | "twh" | "twi" | "twl" | "twm" | "twn" | "two" | "twp" | "twq" | "twr" | "twt" | "twu" | "tww" | "twx" | "twy" | "txa" | "txb" | "txc" | "txe" | "txg" | "txh" | "txi" | "txj" | "txm" | "txn" | "txo" | "txq" | "txr" | "txs" | "txt" | "txu" | "txx" | "txy" | "tya" | "tye" | "tyh" | "tyi" | "tyj" | "tyl" | "tyn" | "typ" | "tyr" | "tys" | "tyt" | "tyu" | "tyv" | "tyx" | "tyy" | "tyz" | "tza" | "tzh" | "tzj" | "tzl" | "tzm" | "tzn" | "tzo" | "tzx" | "uam" | "uan" | "uar" | "uba" | "ubi" | "ubl" | "ubr" | "ubu" | "uby" | "uda" | "ude" | "udg" | "udi" | "udj" | "udl" | "udm" | "udu" | "ues" | "ufi" | "uga" | "ugb" | "uge" | "ugh" | "ugn" | "ugo" | "ugy" | "uha" | "uhn" | "uig" | "uis" | "uiv" | "uji" | "uka" | "ukg" | "ukh" | "uki" | "ukk" | "ukl" | "ukp" | "ukq" | "ukr" | "uks" | "uku" | "ukv" | "ukw" | "uky" | "ula" | "ulb" | "ulc" | "ule" | "ulf" | "uli" | "ulk" | "ull" | "ulm" | "uln" | "ulu" | "ulw" | "uma" | "umb" | "umc" | "umd" | "umg" | "umi" | "umm" | "umn" | "umo" | "ump" | "umr" | "ums" | "umu" | "una" | "und" | "une" | "ung" | "uni" | "unk" | "unm" | "unn" | "unr" | "unu" | "unx" | "unz" | "uon" | "upi" | "upv" | "ura" | "urb" | "urc" | "urd" | "ure" | "urf" | "urg" | "urh" | "uri" | "urk" | "url" | "urm" | "urn" | "uro" | "urp" | "urr" | "urt" | "uru" | "urv" | "urw" | "urx" | "ury" | "urz" | "usa" | "ush" | "usi" | "usk" | "usp" | "uss" | "usu" | "uta" | "ute" | "uth" | "utp" | "utr" | "utu" | "uum" | "uur" | "uuu" | "uve" | "uvh" | "uvl" | "uwa" | "uya" | "uzb" | "uzn" | "uzs" | "vaa" | "vae" | "vaf" | "vag" | "vah" | "vai" | "vaj" | "val" | "vam" | "van" | "vao" | "vap" | "var" | "vas" | "vau" | "vav" | "vay" | "vbb" | "vbk" | "vec" | "ved" | "vel" | "vem" | "ven" | "veo" | "vep" | "ver" | "vgr" | "vgt" | "vic" | "vid" | "vie" | "vif" | "vig" | "vil" | "vin" | "vis" | "vit" | "viv" | "vka" | "vkj" | "vkk" | "vkl" | "vkm" | "vkn" | "vko" | "vkp" | "vkt" | "vku" | "vkz" | "vlp" | "vls" | "vma" | "vmb" | "vmc" | "vmd" | "vme" | "vmf" | "vmg" | "vmh" | "vmi" | "vmj" | "vmk" | "vml" | "vmm" | "vmp" | "vmq" | "vmr" | "vms" | "vmu" | "vmv" | "vmw" | "vmx" | "vmy" | "vmz" | "vnk" | "vnm" | "vnp" | "vol" | "vor" | "vot" | "vra" | "vro" | "vrs" | "vrt" | "vsi" | "vsl" | "vsv" | "vto" | "vum" | "vun" | "vut" | "vwa" | "waa" | "wab" | "wac" | "wad" | "wae" | "waf" | "wag" | "wah" | "wai" | "waj" | "wal" | "wam" | "wan" | "wao" | "wap" | "waq" | "war" | "was" | "wat" | "wau" | "wav" | "waw" | "wax" | "way" | "waz" | "wba" | "wbb" | "wbe" | "wbf" | "wbh" | "wbi" | "wbj" | "wbk" | "wbl" | "wbm" | "wbp" | "wbq" | "wbr" | "wbs" | "wbt" | "wbv" | "wbw" | "wca" | "wci" | "wdd" | "wdg" | "wdj" | "wdk" | "wdt" | "wdu" | "wdy" | "wea" | "wec" | "wed" | "weg" | "weh" | "wei" | "wem" | "weo" | "wep" | "wer" | "wes" | "wet" | "weu" | "wew" | "wfg" | "wga" | "wgb" | "wgg" | "wgi" | "wgo" | "wgu" | "wgy" | "wha" | "whg" | "whk" | "whu" | "wib" | "wic" | "wie" | "wif" | "wig" | "wih" | "wii" | "wij" | "wik" | "wil" | "wim" | "win" | "wir" | "wiu" | "wiv" | "wiy" | "wja" | "wji" | "wka" | "wkb" | "wkd" | "wkl" | "wkr" | "wku" | "wkw" | "wky" | "wla" | "wlc" | "wle" | "wlg" | "wlh" | "wli" | "wlk" | "wll" | "wlm" | "wln" | "wlo" | "wlr" | "wls" | "wlu" | "wlv" | "wlw" | "wlx" | "wly" | "wma" | "wmb" | "wmc" | "wmd" | "wme" | "wmg" | "wmh" | "wmi" | "wmm" | "wmn" | "wmo" | "wms" | "wmt" | "wmw" | "wmx" | "wnb" | "wnc" | "wnd" | "wne" | "wng" | "wni" | "wnk" | "wnm" | "wnn" | "wno" | "wnp" | "wnu" | "wnw" | "wny" | "woa" | "wob" | "woc" | "wod" | "woe" | "wof" | "wog" | "woi" | "wok" | "wol" | "wom" | "won" | "woo" | "wor" | "wos" | "wow" | "woy" | "wpc" | "wrb" | "wrg" | "wrh" | "wri" | "wrk" | "wrl" | "wrm" | "wrn" | "wro" | "wrp" | "wrr" | "wrs" | "wru" | "wrv" | "wrw" | "wrx" | "wry" | "wrz" | "wsa" | "wsg" | "wsi" | "wsk" | "wsr" | "wss" | "wsu" | "wsv" | "wtf" | "wth" | "wti" | "wtk" | "wtm" | "wtw" | "wua" | "wub" | "wud" | "wuh" | "wul" | "wum" | "wun" | "wur" | "wut" | "wuu" | "wuv" | "wux" | "wuy" | "wwa" | "wwb" | "wwo" | "wwr" | "www" | "wxa" | "wxw" | "wyb" | "wyi" | "wym" | "wyn" | "wyr" | "wyy" | "xaa" | "xab" | "xac" | "xad" | "xae" | "xag" | "xai" | "xaj" | "xak" | "xal" | "xam" | "xan" | "xao" | "xap" | "xaq" | "xar" | "xas" | "xat" | "xau" | "xav" | "xaw" | "xay" | "xbb" | "xbc" | "xbd" | "xbe" | "xbg" | "xbi" | "xbj" | "xbm" | "xbn" | "xbo" | "xbp" | "xbr" | "xbw" | "xby" | "xcb" | "xcc" | "xce" | "xcg" | "xch" | "xcl" | "xcm" | "xcn" | "xco" | "xcr" | "xct" | "xcu" | "xcv" | "xcw" | "xcy" | "xda" | "xdc" | "xdk" | "xdm" | "xdo" | "xdq" | "xdy" | "xeb" | "xed" | "xeg" | "xel" | "xem" | "xep" | "xer" | "xes" | "xet" | "xeu" | "xfa" | "xga" | "xgb" | "xgd" | "xgf" | "xgg" | "xgi" | "xgl" | "xgm" | "xgr" | "xgu" | "xgw" | "xha" | "xhc" | "xhd" | "xhe" | "xhm" | "xho" | "xhr" | "xht" | "xhu" | "xhv" | "xib" | "xii" | "xil" | "xin" | "xir" | "xis" | "xiv" | "xiy" | "xjb" | "xjt" | "xka" | "xkb" | "xkc" | "xkd" | "xke" | "xkf" | "xkg" | "xki" | "xkj" | "xkk" | "xkl" | "xkn" | "xko" | "xkp" | "xkq" | "xkr" | "xks" | "xkt" | "xku" | "xkv" | "xkw" | "xkx" | "xky" | "xkz" | "xla" | "xlb" | "xlc" | "xld" | "xle" | "xlg" | "xli" | "xln" | "xlo" | "xlp" | "xls" | "xlu" | "xly" | "xma" | "xmb" | "xmc" | "xmd" | "xme" | "xmf" | "xmg" | "xmh" | "xmj" | "xmk" | "xml" | "xmm" | "xmn" | "xmo" | "xmp" | "xmq" | "xmr" | "xms" | "xmt" | "xmu" | "xmv" | "xmw" | "xmx" | "xmy" | "xmz" | "xna" | "xnb" | "xng" | "xnh" | "xni" | "xnj" | "xnk" | "xnm" | "xnn" | "xno" | "xnq" | "xnr" | "xns" | "xnt" | "xnu" | "xny" | "xnz" | "xoc" | "xod" | "xog" | "xoi" | "xok" | "xom" | "xon" | "xoo" | "xop" | "xor" | "xow" | "xpa" | "xpb" | "xpc" | "xpd" | "xpe" | "xpf" | "xpg" | "xph" | "xpi" | "xpj" | "xpk" | "xpl" | "xpm" | "xpn" | "xpo" | "xpp" | "xpq" | "xpr" | "xps" | "xpt" | "xpu" | "xpv" | "xpw" | "xpx" | "xpy" | "xpz" | "xqa" | "xqt" | "xra" | "xrb" | "xrd" | "xre" | "xrg" | "xri" | "xrm" | "xrn" | "xrr" | "xrt" | "xru" | "xrw" | "xsa" | "xsb" | "xsc" | "xsd" | "xse" | "xsh" | "xsi" | "xsj" | "xsl" | "xsm" | "xsn" | "xso" | "xsp" | "xsq" | "xsr" | "xss" | "xsu" | "xsv" | "xsy" | "xta" | "xtb" | "xtc" | "xtd" | "xte" | "xtg" | "xth" | "xti" | "xtj" | "xtl" | "xtm" | "xtn" | "xto" | "xtp" | "xtq" | "xtr" | "xts" | "xtt" | "xtu" | "xtv" | "xtw" | "xty" | "xua" | "xub" | "xud" | "xug" | "xuj" | "xul" | "xum" | "xun" | "xuo" | "xup" | "xur" | "xut" | "xuu" | "xve" | "xvi" | "xvn" | "xvo" | "xvs" | "xwa" | "xwc" | "xwd" | "xwe" | "xwg" | "xwj" | "xwk" | "xwl" | "xwo" | "xwr" | "xwt" | "xww" | "xxb" | "xxk" | "xxm" | "xxr" | "xxt" | "xya" | "xyb" | "xyj" | "xyk" | "xyl" | "xyt" | "xyy" | "xzh" | "xzm" | "xzp" | "yaa" | "yab" | "yac" | "yad" | "yae" | "yaf" | "yag" | "yah" | "yai" | "yaj" | "yak" | "yal" | "yam" | "yan" | "yao" | "yap" | "yaq" | "yar" | "yas" | "yat" | "yau" | "yav" | "yaw" | "yax" | "yay" | "yaz" | "yba" | "ybb" | "ybe" | "ybh" | "ybi" | "ybj" | "ybk" | "ybl" | "ybm" | "ybn" | "ybo" | "ybx" | "yby" | "ych" | "ycl" | "ycn" | "ycp" | "yda" | "ydd" | "yde" | "ydg" | "ydk" | "yea" | "yec" | "yee" | "yei" | "yej" | "yel" | "yer" | "yes" | "yet" | "yeu" | "yev" | "yey" | "yga" | "ygi" | "ygl" | "ygm" | "ygp" | "ygr" | "ygs" | "ygu" | "ygw" | "yha" | "yhd" | "yhl" | "yhs" | "yia" | "yid" | "yif" | "yig" | "yih" | "yii" | "yij" | "yik" | "yil" | "yim" | "yin" | "yip" | "yiq" | "yir" | "yis" | "yit" | "yiu" | "yiv" | "yix" | "yiz" | "yka" | "ykg" | "yki" | "ykk" | "ykl" | "ykm" | "ykn" | "yko" | "ykr" | "ykt" | "yku" | "yky" | "yla" | "ylb" | "yle" | "ylg" | "yli" | "yll" | "ylm" | "yln" | "ylo" | "ylr" | "ylu" | "yly" | "ymb" | "ymc" | "ymd" | "yme" | "ymg" | "ymh" | "ymi" | "ymk" | "yml" | "ymm" | "ymn" | "ymo" | "ymp" | "ymq" | "ymr" | "yms" | "ymx" | "ymz" | "yna" | "ynd" | "yne" | "yng" | "ynk" | "ynl" | "ynn" | "yno" | "ynq" | "yns" | "ynu" | "yob" | "yog" | "yoi" | "yok" | "yol" | "yom" | "yon" | "yor" | "yot" | "yox" | "yoy" | "ypa" | "ypb" | "ypg" | "yph" | "ypm" | "ypn" | "ypo" | "ypp" | "ypz" | "yra" | "yrb" | "yre" | "yrk" | "yrl" | "yrm" | "yrn" | "yro" | "yrs" | "yrw" | "yry" | "ysc" | "ysd" | "ysg" | "ysl" | "ysm" | "ysn" | "yso" | "ysp" | "ysr" | "yss" | "ysy" | "yta" | "ytl" | "ytp" | "ytw" | "yty" | "yua" | "yub" | "yuc" | "yud" | "yue" | "yuf" | "yug" | "yui" | "yuj" | "yuk" | "yul" | "yum" | "yun" | "yup" | "yuq" | "yur" | "yut" | "yuw" | "yux" | "yuy" | "yuz" | "yva" | "yvt" | "ywa" | "ywg" | "ywl" | "ywn" | "ywq" | "ywr" | "ywt" | "ywu" | "yww" | "yxa" | "yxg" | "yxl" | "yxm" | "yxu" | "yxy" | "yyr" | "yyu" | "yyz" | "yzg" | "yzk" | "zaa" | "zab" | "zac" | "zad" | "zae" | "zaf" | "zag" | "zah" | "zai" | "zaj" | "zak" | "zal" | "zam" | "zao" | "zap" | "zaq" | "zar" | "zas" | "zat" | "zau" | "zav" | "zaw" | "zax" | "zay" | "zaz" | "zba" | "zbc" | "zbe" | "zbl" | "zbt" | "zbu" | "zbw" | "zca" | "zcd" | "zch" | "zdj" | "zea" | "zeg" | "zeh" | "zen" | "zga" | "zgb" | "zgh" | "zgm" | "zgn" | "zgr" | "zha" | "zhb" | "zhd" | "zhi" | "zhn" | "zho" | "zhw" | "zia" | "zib" | "zik" | "zil" | "zim" | "zin" | "ziw" | "ziz" | "zka" | "zkb" | "zkd" | "zkg" | "zkh" | "zkk" | "zkn" | "zko" | "zkp" | "zkr" | "zkt" | "zku" | "zkv" | "zkz" | "zla" | "zlj" | "zlm" | "zln" | "zlq" | "zma" | "zmb" | "zmc" | "zmd" | "zme" | "zmf" | "zmg" | "zmh" | "zmi" | "zmj" | "zmk" | "zml" | "zmm" | "zmn" | "zmo" | "zmp" | "zmq" | "zmr" | "zms" | "zmt" | "zmu" | "zmv" | "zmw" | "zmx" | "zmy" | "zmz" | "zna" | "zne" | "zng" | "znk" | "zns" | "zoc" | "zoh" | "zom" | "zoo" | "zoq" | "zor" | "zos" | "zpa" | "zpb" | "zpc" | "zpd" | "zpe" | "zpf" | "zpg" | "zph" | "zpi" | "zpj" | "zpk" | "zpl" | "zpm" | "zpn" | "zpo" | "zpp" | "zpq" | "zpr" | "zps" | "zpt" | "zpu" | "zpv" | "zpw" | "zpx" | "zpy" | "zpz" | "zqe" | "zra" | "zrg" | "zrn" | "zro" | "zrp" | "zrs" | "zsa" | "zsk" | "zsl" | "zsm" | "zsr" | "zsu" | "zte" | "ztg" | "ztl" | "ztm" | "ztn" | "ztp" | "ztq" | "zts" | "ztt" | "ztu" | "ztx" | "zty" | "zua" | "zuh" | "zul" | "zum" | "zun" | "zuy" | "zwa" | "zxx" | "zyb" | "zyg" | "zyj" | "zyn" | "zyp" | "zza" | "zzj";
|
|
3307
|
-
relationship_to_developer: components["schemas"]["RelationshipToDeveloper-Input"];
|
|
3308
|
-
};
|
|
3309
|
-
/** Identity */
|
|
3310
|
-
"Identity-Output": {
|
|
3311
|
-
/**
|
|
3312
|
-
* Name
|
|
3313
|
-
* @description A human friendly name of the agent.
|
|
3314
|
-
*/
|
|
3315
|
-
name: string;
|
|
3316
|
-
/**
|
|
3317
|
-
* Role
|
|
3318
|
-
* @description The agent's role within the organization.
|
|
3319
|
-
*/
|
|
3320
|
-
role: string;
|
|
3321
|
-
/**
|
|
3322
|
-
* Developed By
|
|
3323
|
-
* @description A human-friendly name of the organization that developed this agent.
|
|
3324
|
-
*/
|
|
3325
|
-
developed_by: string;
|
|
3326
|
-
/**
|
|
3327
|
-
* Default Spoken Language
|
|
3328
|
-
* @description The agent's primary language. This must be specified in the ISO 639-3 format.
|
|
3329
|
-
*/
|
|
3330
|
-
default_spoken_language: string;
|
|
3331
|
-
/** @description Relationship of the agent to its developer. */
|
|
3332
|
-
relationship_to_developer: components["schemas"]["RelationshipToDeveloper-Output"];
|
|
3333
|
-
};
|
|
3334
3271
|
/**
|
|
3335
3272
|
* InCondition
|
|
3336
3273
|
* @description Requires that the attribute value in the request to be one of the specified values.
|
|
@@ -3349,22 +3286,6 @@ export interface components {
|
|
|
3349
3286
|
};
|
|
3350
3287
|
/** @enum {string} */
|
|
3351
3288
|
InitialMessageType: "user-message" | "external-event" | "skip";
|
|
3352
|
-
/** Input */
|
|
3353
|
-
Input: {
|
|
3354
|
-
/**
|
|
3355
|
-
* Input Parameters
|
|
3356
|
-
* @description The input parameters for the tool invocation.
|
|
3357
|
-
*/
|
|
3358
|
-
input_parameters: {
|
|
3359
|
-
[key: string]: unknown;
|
|
3360
|
-
};
|
|
3361
|
-
/**
|
|
3362
|
-
* Invocation Mode
|
|
3363
|
-
* @description The mode of invocation.
|
|
3364
|
-
* @enum {string}
|
|
3365
|
-
*/
|
|
3366
|
-
invocation_mode: "regular" | "conversation-simulation";
|
|
3367
|
-
};
|
|
3368
3289
|
/** InsertRequest */
|
|
3369
3290
|
InsertRequest: {
|
|
3370
3291
|
/** @description The name of the environment variable to insert. */
|
|
@@ -3448,76 +3369,10 @@ export interface components {
|
|
|
3448
3369
|
*/
|
|
3449
3370
|
type: "jumpback";
|
|
3450
3371
|
};
|
|
3451
|
-
/** LLMConfig */
|
|
3452
|
-
"LLMConfig-Input": {
|
|
3453
|
-
llm_name: components["schemas"]["LLMType"];
|
|
3454
|
-
/**
|
|
3455
|
-
* Top P
|
|
3456
|
-
* @description The preferred `top_p` value.
|
|
3457
|
-
*/
|
|
3458
|
-
top_p: number;
|
|
3459
|
-
/**
|
|
3460
|
-
* Temperature
|
|
3461
|
-
* @description The preferred temperature value.
|
|
3462
|
-
*/
|
|
3463
|
-
temperature: number;
|
|
3464
|
-
/**
|
|
3465
|
-
* Top K
|
|
3466
|
-
* @description The preferred `top_k` value. Note that not all LLMs support this.
|
|
3467
|
-
*/
|
|
3468
|
-
top_k: number;
|
|
3469
|
-
};
|
|
3470
|
-
/** LLMConfig */
|
|
3471
|
-
"LLMConfig-Output": {
|
|
3472
|
-
/**
|
|
3473
|
-
* Llm Name
|
|
3474
|
-
* @description The name of the LLM to use.
|
|
3475
|
-
*/
|
|
3476
|
-
llm_name: string;
|
|
3477
|
-
/**
|
|
3478
|
-
* Top P
|
|
3479
|
-
* @description The preferred `top_p` value.
|
|
3480
|
-
*/
|
|
3481
|
-
top_p: number;
|
|
3482
|
-
/**
|
|
3483
|
-
* Temperature
|
|
3484
|
-
* @description The preferred temperature value.
|
|
3485
|
-
*/
|
|
3486
|
-
temperature: number;
|
|
3487
|
-
/**
|
|
3488
|
-
* Top K
|
|
3489
|
-
* @description The preferred `top_k` value. Note that not all LLMs support this.
|
|
3490
|
-
*/
|
|
3491
|
-
top_k: number;
|
|
3492
|
-
};
|
|
3493
|
-
/** LLMLoadBalancingSetConfig */
|
|
3494
|
-
"LLMLoadBalancingSetConfig-Input": {
|
|
3495
|
-
llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
|
|
3496
|
-
/** Configs */
|
|
3497
|
-
configs: {
|
|
3498
|
-
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
3499
|
-
};
|
|
3500
|
-
};
|
|
3501
|
-
/** LLMLoadBalancingSetConfig */
|
|
3502
|
-
"LLMLoadBalancingSetConfig-Output": {
|
|
3503
|
-
/**
|
|
3504
|
-
* Llm Load Balancing Set Name
|
|
3505
|
-
* @description The name of the LLM load balancing set.
|
|
3506
|
-
*/
|
|
3507
|
-
llm_load_balancing_set_name: string;
|
|
3508
|
-
/**
|
|
3509
|
-
* Configs
|
|
3510
|
-
* @description A map of canonical names of LLMs in this load balancing set to the LLM config to use. If an LLM in the load balancing set
|
|
3511
|
-
* does not have a config, its default config would be used.
|
|
3512
|
-
*/
|
|
3513
|
-
configs: {
|
|
3514
|
-
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
3515
|
-
};
|
|
3516
|
-
};
|
|
3517
3372
|
/** @enum {string} */
|
|
3518
|
-
LLMLoadBalancingSetType: "o4-mini-2025-04-16" | "gpt-5-2025-08-07" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "claude-sonnet-4-
|
|
3373
|
+
LLMLoadBalancingSetType: "o4-mini-2025-04-16" | "gpt-5-2025-08-07" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "claude-sonnet-4-5-20250929";
|
|
3519
3374
|
/** @enum {string} */
|
|
3520
|
-
LLMType: "openai_o4-mini-2025-04-16" | "openai_gpt-5-2025-08-07" | "openai_gpt-5-mini-2025-08-07" | "openai_gpt-5-nano-2025-08-07" | "azure_o4-mini-2025-04-16" | "azure_gpt-4.1-2025-04-14" | "azure_gpt-4.1-mini-2025-04-14" | "azure_gpt-5-2025-08-07" | "azure_gpt-5-mini-2025-08-07" | "azure_gpt-5-nano-2025-08-07" | "google_claude-sonnet-4@
|
|
3375
|
+
LLMType: "openai_o4-mini-2025-04-16" | "openai_gpt-5-2025-08-07" | "openai_gpt-5-mini-2025-08-07" | "openai_gpt-5-nano-2025-08-07" | "azure_o4-mini-2025-04-16" | "azure_gpt-4.1-2025-04-14" | "azure_gpt-4.1-mini-2025-04-14" | "azure_gpt-5-2025-08-07" | "azure_gpt-5-mini-2025-08-07" | "azure_gpt-5-nano-2025-08-07" | "google_claude-sonnet-4-5@20250929" | "aws_claude-sonnet-4-5-20250929" | "anthropic_claude-sonnet-4-5-20250929" | "google_gemini-2.5-pro" | "google_gemini-2.5-flash";
|
|
3521
3376
|
/** MP3UserMessageAudioConfig */
|
|
3522
3377
|
MP3UserMessageAudioConfig: {
|
|
3523
3378
|
/**
|
|
@@ -3671,7 +3526,7 @@ export interface components {
|
|
|
3671
3526
|
* Tags
|
|
3672
3527
|
* @description The tags of the metric.
|
|
3673
3528
|
*/
|
|
3674
|
-
tags: components["schemas"]["
|
|
3529
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
3675
3530
|
/** @description The user who created the metric. */
|
|
3676
3531
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3677
3532
|
/** @description The user who last updated the metric. */
|
|
@@ -3776,7 +3631,7 @@ export interface components {
|
|
|
3776
3631
|
* Tags
|
|
3777
3632
|
* @description The tags of the metric.
|
|
3778
3633
|
*/
|
|
3779
|
-
tags: components["schemas"]["
|
|
3634
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
3780
3635
|
/** @description The user who created the metric. */
|
|
3781
3636
|
creator: components["schemas"]["amigo_lib__mongo__collections__metric__Metric__UserInfo"];
|
|
3782
3637
|
/** @description The user who last updated the metric. */
|
|
@@ -4176,51 +4031,6 @@ export interface components {
|
|
|
4176
4031
|
*/
|
|
4177
4032
|
top_k: number;
|
|
4178
4033
|
};
|
|
4179
|
-
/** PermissionGrant */
|
|
4180
|
-
"PermissionGrant-Input": {
|
|
4181
|
-
/**
|
|
4182
|
-
* Action
|
|
4183
|
-
* @description Whether this grant allows or denies the specified access.
|
|
4184
|
-
* @enum {string}
|
|
4185
|
-
*/
|
|
4186
|
-
action: "Allow" | "Deny";
|
|
4187
|
-
/** Permission Name */
|
|
4188
|
-
permission_name: string;
|
|
4189
|
-
/**
|
|
4190
|
-
* Conditions
|
|
4191
|
-
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
4192
|
-
*/
|
|
4193
|
-
conditions: {
|
|
4194
|
-
[key: string]: components["schemas"]["Condition"];
|
|
4195
|
-
};
|
|
4196
|
-
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
4197
|
-
};
|
|
4198
|
-
/** PermissionGrant */
|
|
4199
|
-
"PermissionGrant-Output": {
|
|
4200
|
-
/**
|
|
4201
|
-
* Action
|
|
4202
|
-
* @description Whether this grant allows or denies the specified access.
|
|
4203
|
-
* @enum {string}
|
|
4204
|
-
*/
|
|
4205
|
-
action: "Allow" | "Deny";
|
|
4206
|
-
/**
|
|
4207
|
-
* Permission Name
|
|
4208
|
-
* @description The name of the permission.
|
|
4209
|
-
*/
|
|
4210
|
-
permission_name: string;
|
|
4211
|
-
/**
|
|
4212
|
-
* Conditions
|
|
4213
|
-
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
4214
|
-
*/
|
|
4215
|
-
conditions: {
|
|
4216
|
-
[key: string]: components["schemas"]["Condition"];
|
|
4217
|
-
};
|
|
4218
|
-
/**
|
|
4219
|
-
* Description
|
|
4220
|
-
* @description An optional explanation of this grant.
|
|
4221
|
-
*/
|
|
4222
|
-
description?: string | null;
|
|
4223
|
-
};
|
|
4224
4034
|
/** @enum {string} */
|
|
4225
4035
|
PostAnalysisType: "generate-user-models" | "extract-memories" | "compute-metrics";
|
|
4226
4036
|
/** PostSessionEvaluationSource */
|
|
@@ -4238,41 +4048,6 @@ export interface components {
|
|
|
4238
4048
|
*/
|
|
4239
4049
|
references: string[];
|
|
4240
4050
|
};
|
|
4241
|
-
/**
|
|
4242
|
-
* Preferences
|
|
4243
|
-
* @description Preferences that the user can set to customize their experience.
|
|
4244
|
-
*/
|
|
4245
|
-
"Preferences-Output": {
|
|
4246
|
-
/**
|
|
4247
|
-
* Enable Response Recommendation
|
|
4248
|
-
* @description Whether to automatically recommend responses to the user if the user hasn't replied to the coach for a while.
|
|
4249
|
-
* @default false
|
|
4250
|
-
*/
|
|
4251
|
-
enable_response_recommendation?: boolean;
|
|
4252
|
-
/**
|
|
4253
|
-
* Preferred Language
|
|
4254
|
-
* @description The preferred language to use for the user. This field must be in the ISO 639-3 format. The agent will attempt to converse
|
|
4255
|
-
* with the user in this language. If not set, the agent's default spoken language is used.
|
|
4256
|
-
*/
|
|
4257
|
-
preferred_language?: string | null;
|
|
4258
|
-
/**
|
|
4259
|
-
* Conversations Visible To Admins
|
|
4260
|
-
* @description Whether the user's conversations are visible to the admins.
|
|
4261
|
-
* @default true
|
|
4262
|
-
*/
|
|
4263
|
-
conversations_visible_to_admins?: boolean;
|
|
4264
|
-
/**
|
|
4265
|
-
* User Model Visible To Admins
|
|
4266
|
-
* @description Whether the user's user model is visible to the admins.
|
|
4267
|
-
* @default true
|
|
4268
|
-
*/
|
|
4269
|
-
user_model_visible_to_admins?: boolean;
|
|
4270
|
-
/**
|
|
4271
|
-
* Timezone
|
|
4272
|
-
* @description The user's timezone in the IANA tz database format for all users in this organization. If not specified, UTC is used.
|
|
4273
|
-
*/
|
|
4274
|
-
timezone?: string | null;
|
|
4275
|
-
};
|
|
4276
4051
|
/** Prompt */
|
|
4277
4052
|
Prompt: {
|
|
4278
4053
|
/**
|
|
@@ -4528,48 +4303,18 @@ export interface components {
|
|
|
4528
4303
|
/** @description Metadata about the invocation. */
|
|
4529
4304
|
invocation_metadata: components["schemas"]["AgentFrameworkInvocationMetadata"];
|
|
4530
4305
|
};
|
|
4531
|
-
/**
|
|
4532
|
-
|
|
4533
|
-
ownership: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
4534
|
-
type: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
4535
|
-
conversation_visibility: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
4536
|
-
thought_visibility: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
4537
|
-
};
|
|
4538
|
-
/** RelationshipToDeveloper */
|
|
4539
|
-
"RelationshipToDeveloper-Output": {
|
|
4306
|
+
/** RoleInstance */
|
|
4307
|
+
RoleInstance: {
|
|
4540
4308
|
/**
|
|
4541
|
-
*
|
|
4542
|
-
* @description The
|
|
4309
|
+
* Id
|
|
4310
|
+
* @description The ID of the role.
|
|
4543
4311
|
*/
|
|
4544
|
-
|
|
4312
|
+
id: string;
|
|
4545
4313
|
/**
|
|
4546
|
-
*
|
|
4547
|
-
* @description The
|
|
4314
|
+
* Name
|
|
4315
|
+
* @description The name of the role.
|
|
4548
4316
|
*/
|
|
4549
|
-
|
|
4550
|
-
/**
|
|
4551
|
-
* Conversation Visibility
|
|
4552
|
-
* @description Whether the agent believes that its owner can see its conversations with clients.
|
|
4553
|
-
*/
|
|
4554
|
-
conversation_visibility: string;
|
|
4555
|
-
/**
|
|
4556
|
-
* Thought Visibility
|
|
4557
|
-
* @description Whether the agent believes that its owner can see its inner thoughts when engaging in conversations with its clients.
|
|
4558
|
-
*/
|
|
4559
|
-
thought_visibility: string;
|
|
4560
|
-
};
|
|
4561
|
-
/** RoleInstance */
|
|
4562
|
-
RoleInstance: {
|
|
4563
|
-
/**
|
|
4564
|
-
* Id
|
|
4565
|
-
* @description The ID of the role.
|
|
4566
|
-
*/
|
|
4567
|
-
id: string;
|
|
4568
|
-
/**
|
|
4569
|
-
* Name
|
|
4570
|
-
* @description The name of the role.
|
|
4571
|
-
*/
|
|
4572
|
-
name: string;
|
|
4317
|
+
name: string;
|
|
4573
4318
|
/**
|
|
4574
4319
|
* Description
|
|
4575
4320
|
* @description A description of the role.
|
|
@@ -4581,7 +4326,7 @@ export interface components {
|
|
|
4581
4326
|
* Permission Grants
|
|
4582
4327
|
* @description The permission grants given to the role. Only returned if the `return_permission_grants` query parameter is True.
|
|
4583
4328
|
*/
|
|
4584
|
-
permission_grants: components["schemas"]["
|
|
4329
|
+
permission_grants: components["schemas"]["amigo_lib__mongo__collections__role__Role__PermissionGrant"][];
|
|
4585
4330
|
/**
|
|
4586
4331
|
* Inherited From
|
|
4587
4332
|
* @description The ID of the role that this role inherits from. Only returned if the role inherits from another role.
|
|
@@ -4724,7 +4469,7 @@ export interface components {
|
|
|
4724
4469
|
* @description The available version sets of the service.
|
|
4725
4470
|
*/
|
|
4726
4471
|
version_sets: {
|
|
4727
|
-
[key: string]: components["schemas"]["
|
|
4472
|
+
[key: string]: components["schemas"]["amigo_lib__mongo__collections__service__Service__VersionSet"];
|
|
4728
4473
|
};
|
|
4729
4474
|
/**
|
|
4730
4475
|
* Description
|
|
@@ -4750,7 +4495,7 @@ export interface components {
|
|
|
4750
4495
|
* Tags
|
|
4751
4496
|
* @description The tags of the service.
|
|
4752
4497
|
*/
|
|
4753
|
-
tags: components["schemas"]["
|
|
4498
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
4754
4499
|
};
|
|
4755
4500
|
/** SimulationConversationInvocationSource */
|
|
4756
4501
|
SimulationConversationInvocationSource: {
|
|
@@ -4787,52 +4532,6 @@ export interface components {
|
|
|
4787
4532
|
*/
|
|
4788
4533
|
references: string[];
|
|
4789
4534
|
};
|
|
4790
|
-
/** SimulationPersonaInstance */
|
|
4791
|
-
SimulationPersonaInstance: {
|
|
4792
|
-
/**
|
|
4793
|
-
* Id
|
|
4794
|
-
* @description The ID of the simulation persona.
|
|
4795
|
-
*/
|
|
4796
|
-
id: string;
|
|
4797
|
-
/**
|
|
4798
|
-
* Name
|
|
4799
|
-
* @description The name of the simulation persona.
|
|
4800
|
-
*/
|
|
4801
|
-
name: string;
|
|
4802
|
-
/**
|
|
4803
|
-
* Role
|
|
4804
|
-
* @description The role of the simulation persona.
|
|
4805
|
-
*/
|
|
4806
|
-
role: string;
|
|
4807
|
-
/**
|
|
4808
|
-
* Tags
|
|
4809
|
-
* @description The tags of the simulation persona.
|
|
4810
|
-
*/
|
|
4811
|
-
tags: {
|
|
4812
|
-
[key: string]: string | null;
|
|
4813
|
-
};
|
|
4814
|
-
/**
|
|
4815
|
-
* Is Deleted
|
|
4816
|
-
* @description Whether the simulation persona is deleted.
|
|
4817
|
-
*/
|
|
4818
|
-
is_deleted: boolean;
|
|
4819
|
-
/**
|
|
4820
|
-
* Created At
|
|
4821
|
-
* Format: date-time
|
|
4822
|
-
* @description The timestamp when the simulation persona was created.
|
|
4823
|
-
*/
|
|
4824
|
-
created_at: string;
|
|
4825
|
-
/** @description The user who created the simulation persona. */
|
|
4826
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
4827
|
-
/**
|
|
4828
|
-
* Updated At
|
|
4829
|
-
* Format: date-time
|
|
4830
|
-
* @description The timestamp when the simulation persona was last updated.
|
|
4831
|
-
*/
|
|
4832
|
-
updated_at: string;
|
|
4833
|
-
/** @description The user who last updated the simulation persona. */
|
|
4834
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
4835
|
-
};
|
|
4836
4535
|
/** SimulationPersonaVersion */
|
|
4837
4536
|
SimulationPersonaVersion: {
|
|
4838
4537
|
/**
|
|
@@ -4886,47 +4585,6 @@ export interface components {
|
|
|
4886
4585
|
*/
|
|
4887
4586
|
user_models: string[];
|
|
4888
4587
|
};
|
|
4889
|
-
/** SimulationScenarioInstance */
|
|
4890
|
-
SimulationScenarioInstance: {
|
|
4891
|
-
/**
|
|
4892
|
-
* Id
|
|
4893
|
-
* @description The ID of the simulation scenario.
|
|
4894
|
-
*/
|
|
4895
|
-
id: string;
|
|
4896
|
-
/**
|
|
4897
|
-
* Name
|
|
4898
|
-
* @description The name of the simulation scenario.
|
|
4899
|
-
*/
|
|
4900
|
-
name: string;
|
|
4901
|
-
/**
|
|
4902
|
-
* Tags
|
|
4903
|
-
* @description The tags of the simulation scenario.
|
|
4904
|
-
*/
|
|
4905
|
-
tags: {
|
|
4906
|
-
[key: string]: string | null;
|
|
4907
|
-
};
|
|
4908
|
-
/**
|
|
4909
|
-
* Is Deleted
|
|
4910
|
-
* @description Whether the simulation scenario is deleted.
|
|
4911
|
-
*/
|
|
4912
|
-
is_deleted: boolean;
|
|
4913
|
-
/**
|
|
4914
|
-
* Created At
|
|
4915
|
-
* Format: date-time
|
|
4916
|
-
* @description The timestamp when the simulation scenario was created.
|
|
4917
|
-
*/
|
|
4918
|
-
created_at: string;
|
|
4919
|
-
/** @description The user who created the simulation scenario. */
|
|
4920
|
-
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
4921
|
-
/**
|
|
4922
|
-
* Updated At
|
|
4923
|
-
* Format: date-time
|
|
4924
|
-
* @description The timestamp when the simulation scenario was last updated.
|
|
4925
|
-
*/
|
|
4926
|
-
updated_at: string;
|
|
4927
|
-
/** @description The user who last updated the simulation scenario. */
|
|
4928
|
-
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
4929
|
-
};
|
|
4930
4588
|
/** SimulationScenarioVersion */
|
|
4931
4589
|
SimulationScenarioVersion: {
|
|
4932
4590
|
/**
|
|
@@ -5037,7 +4695,7 @@ export interface components {
|
|
|
5037
4695
|
* Success Criterions
|
|
5038
4696
|
* @description The success criterions for the unit test.
|
|
5039
4697
|
*/
|
|
5040
|
-
success_criterions: components["schemas"]["
|
|
4698
|
+
success_criterions: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__SuccessCriterion"][];
|
|
5041
4699
|
/**
|
|
5042
4700
|
* Is Deleted
|
|
5043
4701
|
* @description Whether the unit test has been deleted.
|
|
@@ -5047,7 +4705,7 @@ export interface components {
|
|
|
5047
4705
|
* Tags
|
|
5048
4706
|
* @description The tags of the simulation persona.
|
|
5049
4707
|
*/
|
|
5050
|
-
tags: components["schemas"]["
|
|
4708
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
5051
4709
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
5052
4710
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
5053
4711
|
};
|
|
@@ -5109,7 +4767,7 @@ export interface components {
|
|
|
5109
4767
|
* Success Criterions
|
|
5110
4768
|
* @description The success criterions for the unit test.
|
|
5111
4769
|
*/
|
|
5112
|
-
success_criterions: components["schemas"]["
|
|
4770
|
+
success_criterions: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__SuccessCriterion"][];
|
|
5113
4771
|
/**
|
|
5114
4772
|
* Is Deleted
|
|
5115
4773
|
* @description Whether the unit test has been deleted.
|
|
@@ -5119,7 +4777,7 @@ export interface components {
|
|
|
5119
4777
|
* Tags
|
|
5120
4778
|
* @description The tags of the simulation persona.
|
|
5121
4779
|
*/
|
|
5122
|
-
tags: components["schemas"]["
|
|
4780
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
5123
4781
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
5124
4782
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo"];
|
|
5125
4783
|
};
|
|
@@ -5159,7 +4817,7 @@ export interface components {
|
|
|
5159
4817
|
* Unit Test Runs
|
|
5160
4818
|
* @description The unit test runs that are part of this set.
|
|
5161
4819
|
*/
|
|
5162
|
-
unit_test_runs: components["schemas"]["
|
|
4820
|
+
unit_test_runs: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UnitTestRunDescriptor"][];
|
|
5163
4821
|
/**
|
|
5164
4822
|
* Last Triggered Run Id
|
|
5165
4823
|
* @description The last unit test set run that was triggered.
|
|
@@ -5174,7 +4832,7 @@ export interface components {
|
|
|
5174
4832
|
* Tags
|
|
5175
4833
|
* @description The tags of the simulation unit test set.
|
|
5176
4834
|
*/
|
|
5177
|
-
tags: components["schemas"]["
|
|
4835
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
5178
4836
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
5179
4837
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
5180
4838
|
};
|
|
@@ -5211,7 +4869,7 @@ export interface components {
|
|
|
5211
4869
|
* Unit Test Runs
|
|
5212
4870
|
* @description The unit test runs that are part of this set.
|
|
5213
4871
|
*/
|
|
5214
|
-
unit_test_runs: components["schemas"]["
|
|
4872
|
+
unit_test_runs: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UnitTestRunDescriptor"][];
|
|
5215
4873
|
/**
|
|
5216
4874
|
* Last Triggered Run Id
|
|
5217
4875
|
* @description The last unit test set run that was triggered.
|
|
@@ -5226,7 +4884,7 @@ export interface components {
|
|
|
5226
4884
|
* Tags
|
|
5227
4885
|
* @description The tags of the simulation unit test set.
|
|
5228
4886
|
*/
|
|
5229
|
-
tags: components["schemas"]["
|
|
4887
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
5230
4888
|
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
5231
4889
|
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo"];
|
|
5232
4890
|
};
|
|
@@ -5373,23 +5031,8 @@ export interface components {
|
|
|
5373
5031
|
*/
|
|
5374
5032
|
output: string;
|
|
5375
5033
|
};
|
|
5376
|
-
/** SuccessCriterion */
|
|
5377
|
-
"SuccessCriterion-Output": {
|
|
5378
|
-
/** Name */
|
|
5379
|
-
name: string;
|
|
5380
|
-
/** Metric Id */
|
|
5381
|
-
metric_id: string;
|
|
5382
|
-
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
5383
|
-
};
|
|
5384
5034
|
"SuccessCriterionDescription-Input": components["schemas"]["NumericalMetricSuccessCriterion"] | components["schemas"]["BooleanMetricSuccessCriterion"] | components["schemas"]["CategoricalMetricSuccessCriterion-Input"];
|
|
5385
5035
|
"SuccessCriterionDescription-Output": components["schemas"]["BooleanMetricSuccessCriterion"] | components["schemas"]["NumericalMetricSuccessCriterion"] | components["schemas"]["CategoricalMetricSuccessCriterion-Output"];
|
|
5386
|
-
/** Tag */
|
|
5387
|
-
Tag: {
|
|
5388
|
-
/** Key */
|
|
5389
|
-
key: string;
|
|
5390
|
-
/** Value */
|
|
5391
|
-
value: string | null;
|
|
5392
|
-
};
|
|
5393
5036
|
/**
|
|
5394
5037
|
* ToolCallEndedEvent
|
|
5395
5038
|
* @description Indicating that the agent has finished executing a tool.
|
|
@@ -5757,48 +5400,7 @@ export interface components {
|
|
|
5757
5400
|
* Tags
|
|
5758
5401
|
* @description The tags of the simulation persona.
|
|
5759
5402
|
*/
|
|
5760
|
-
tags: components["schemas"]["
|
|
5761
|
-
};
|
|
5762
|
-
/** ToolInvocationInstance */
|
|
5763
|
-
ToolInvocationInstance: {
|
|
5764
|
-
/**
|
|
5765
|
-
* Id
|
|
5766
|
-
* @description The ID of the tool invocation.
|
|
5767
|
-
*/
|
|
5768
|
-
id: string;
|
|
5769
|
-
/**
|
|
5770
|
-
* Org Id
|
|
5771
|
-
* @description The ID of the organization.
|
|
5772
|
-
*/
|
|
5773
|
-
org_id: string;
|
|
5774
|
-
/**
|
|
5775
|
-
* Created At
|
|
5776
|
-
* Format: date-time
|
|
5777
|
-
*/
|
|
5778
|
-
created_at?: string;
|
|
5779
|
-
/**
|
|
5780
|
-
* Updated At
|
|
5781
|
-
* Format: date-time
|
|
5782
|
-
*/
|
|
5783
|
-
updated_at?: string;
|
|
5784
|
-
/** @description The status of the tool invocation. */
|
|
5785
|
-
invocation_status: components["schemas"]["InvocationStatus"];
|
|
5786
|
-
/** @description The source of the tool invocation. */
|
|
5787
|
-
invocation_source: components["schemas"]["InvocationSource"];
|
|
5788
|
-
/** Logs */
|
|
5789
|
-
logs: string[];
|
|
5790
|
-
/**
|
|
5791
|
-
* Duration Ms
|
|
5792
|
-
* @description The duration of the tool invocation in milliseconds.
|
|
5793
|
-
*/
|
|
5794
|
-
duration_ms: number;
|
|
5795
|
-
/**
|
|
5796
|
-
* Tool Id
|
|
5797
|
-
* @description The ID of the tool that was invoked.
|
|
5798
|
-
*/
|
|
5799
|
-
tool_id: string;
|
|
5800
|
-
/** @description The version of the tool that was invoked. */
|
|
5801
|
-
tool_version: components["schemas"]["Version"];
|
|
5403
|
+
tags: components["schemas"]["amigo_lib__mongo__collections__service__Service__Tag"][];
|
|
5802
5404
|
};
|
|
5803
5405
|
/** ToolVersionInstance */
|
|
5804
5406
|
ToolVersionInstance: {
|
|
@@ -5828,7 +5430,7 @@ export interface components {
|
|
|
5828
5430
|
*/
|
|
5829
5431
|
tool_id: string;
|
|
5830
5432
|
/** @description The version of the tool. */
|
|
5831
|
-
version: components["schemas"]["
|
|
5433
|
+
version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
5832
5434
|
/**
|
|
5833
5435
|
* Required Envvars
|
|
5834
5436
|
* @description The environment variables that are required to run the tool.
|
|
@@ -5996,23 +5598,6 @@ export interface components {
|
|
|
5996
5598
|
/** Message Count */
|
|
5997
5599
|
message_count: number;
|
|
5998
5600
|
};
|
|
5999
|
-
/** UnitTestRunDescriptor */
|
|
6000
|
-
"UnitTestRunDescriptor-Input": {
|
|
6001
|
-
/** Unit Test Id */
|
|
6002
|
-
unit_test_id: string;
|
|
6003
|
-
/**
|
|
6004
|
-
* Run Count
|
|
6005
|
-
* @description The number of times to run the unit test.
|
|
6006
|
-
*/
|
|
6007
|
-
run_count: number;
|
|
6008
|
-
};
|
|
6009
|
-
/** UnitTestRunDescriptor */
|
|
6010
|
-
"UnitTestRunDescriptor-Output": {
|
|
6011
|
-
/** Unit Test Id */
|
|
6012
|
-
unit_test_id: string;
|
|
6013
|
-
/** Run Count */
|
|
6014
|
-
run_count: number;
|
|
6015
|
-
};
|
|
6016
5601
|
/** UnitTestRunResult */
|
|
6017
5602
|
UnitTestRunResult: {
|
|
6018
5603
|
/**
|
|
@@ -6081,7 +5666,7 @@ export interface components {
|
|
|
6081
5666
|
* @description The LLM model preferences for the unit test run.
|
|
6082
5667
|
*/
|
|
6083
5668
|
llm_model_preferences: {
|
|
6084
|
-
[key: string]: components["schemas"]["
|
|
5669
|
+
[key: string]: components["schemas"]["amigo_lib__llm__llm_base__LLMConfig"] | components["schemas"]["amigo_lib__llm__llm_base__LLMLoadBalancingSetConfig"];
|
|
6085
5670
|
};
|
|
6086
5671
|
/**
|
|
6087
5672
|
* Max Interactions
|
|
@@ -6104,56 +5689,6 @@ export interface components {
|
|
|
6104
5689
|
*/
|
|
6105
5690
|
value: string;
|
|
6106
5691
|
};
|
|
6107
|
-
/** UserDimension */
|
|
6108
|
-
"UserDimension-Input": {
|
|
6109
|
-
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6110
|
-
/** Tags */
|
|
6111
|
-
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
6112
|
-
};
|
|
6113
|
-
/** UserDimension */
|
|
6114
|
-
"UserDimension-Output": {
|
|
6115
|
-
/** Description */
|
|
6116
|
-
description: string;
|
|
6117
|
-
/** Tags */
|
|
6118
|
-
tags: string[];
|
|
6119
|
-
};
|
|
6120
|
-
/** UserInstance */
|
|
6121
|
-
UserInstance: {
|
|
6122
|
-
/**
|
|
6123
|
-
* Org Id
|
|
6124
|
-
* @description The ID of the organization that this user belongs to.
|
|
6125
|
-
*/
|
|
6126
|
-
org_id: string;
|
|
6127
|
-
/**
|
|
6128
|
-
* User Id
|
|
6129
|
-
* @description The identifier of the user.
|
|
6130
|
-
*/
|
|
6131
|
-
user_id: string;
|
|
6132
|
-
/**
|
|
6133
|
-
* First Name
|
|
6134
|
-
* @description The first name of the user.
|
|
6135
|
-
*/
|
|
6136
|
-
first_name: string;
|
|
6137
|
-
/**
|
|
6138
|
-
* Last Name
|
|
6139
|
-
* @description The last name of the user.
|
|
6140
|
-
*/
|
|
6141
|
-
last_name: string;
|
|
6142
|
-
/**
|
|
6143
|
-
* Email
|
|
6144
|
-
* @description Email of the user.
|
|
6145
|
-
*/
|
|
6146
|
-
email: string;
|
|
6147
|
-
/** @description Statistics about the user's usage of the Amigo platform. */
|
|
6148
|
-
user_stats: components["schemas"]["UserStats"];
|
|
6149
|
-
/**
|
|
6150
|
-
* Role
|
|
6151
|
-
* @description The ID of the role of the user.
|
|
6152
|
-
*/
|
|
6153
|
-
role: string;
|
|
6154
|
-
/** @description The preferences of the user. */
|
|
6155
|
-
preferences: components["schemas"]["Preferences-Output"];
|
|
6156
|
-
};
|
|
6157
5692
|
UserMessageAudioConfig: components["schemas"]["MP3UserMessageAudioConfig"] | components["schemas"]["PCMUserMessageAudioConfig"];
|
|
6158
5693
|
/**
|
|
6159
5694
|
* UserMessageAvailableEvent
|
|
@@ -6184,79 +5719,11 @@ export interface components {
|
|
|
6184
5719
|
/** Insight Ids */
|
|
6185
5720
|
insight_ids: string[];
|
|
6186
5721
|
/** Dimensions */
|
|
6187
|
-
dimensions: components["schemas"]["
|
|
6188
|
-
};
|
|
6189
|
-
/** UserStats */
|
|
6190
|
-
UserStats: {
|
|
6191
|
-
/**
|
|
6192
|
-
* Num Conversations
|
|
6193
|
-
* @description The number of conversations the user has created.
|
|
6194
|
-
*/
|
|
6195
|
-
num_conversations: number;
|
|
6196
|
-
/**
|
|
6197
|
-
* Num Messages
|
|
6198
|
-
* @description The number of messages the user has sent and received.
|
|
6199
|
-
*/
|
|
6200
|
-
num_messages: number;
|
|
6201
|
-
/**
|
|
6202
|
-
* Last Message Time
|
|
6203
|
-
* @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
|
|
6204
|
-
*/
|
|
6205
|
-
last_message_time: string | null;
|
|
5722
|
+
dimensions: components["schemas"]["amigo_lib__mongo__collections__user__User__UserModel__UserDimension"][];
|
|
6206
5723
|
};
|
|
6207
5724
|
/** @enum {string} */
|
|
6208
5725
|
Verb: "==" | "!=" | "<=" | "<" | ">=" | ">";
|
|
6209
|
-
/** Version */
|
|
6210
|
-
Version: {
|
|
6211
|
-
/** Major */
|
|
6212
|
-
major: number;
|
|
6213
|
-
/** Minor */
|
|
6214
|
-
minor: number;
|
|
6215
|
-
/** Patch */
|
|
6216
|
-
patch: number;
|
|
6217
|
-
};
|
|
6218
5726
|
VersionComponent: number | "latest";
|
|
6219
|
-
/** VersionSet */
|
|
6220
|
-
"VersionSet-Input": {
|
|
6221
|
-
/**
|
|
6222
|
-
* Agent Version Number
|
|
6223
|
-
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
6224
|
-
*/
|
|
6225
|
-
agent_version_number: number | null;
|
|
6226
|
-
/**
|
|
6227
|
-
* Service Hierarchical State Machine Version Number
|
|
6228
|
-
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
6229
|
-
*/
|
|
6230
|
-
service_hierarchical_state_machine_version_number: number | null;
|
|
6231
|
-
/** Llm Model Preferences */
|
|
6232
|
-
llm_model_preferences: {
|
|
6233
|
-
[key: string]: components["schemas"]["LLMConfig-Input"] | components["schemas"]["LLMLoadBalancingSetConfig-Input"];
|
|
6234
|
-
};
|
|
6235
|
-
};
|
|
6236
|
-
/**
|
|
6237
|
-
* VersionSet
|
|
6238
|
-
* @description A version set pins the agent, state machine, and model version used by this service.
|
|
6239
|
-
*/
|
|
6240
|
-
"VersionSet-Output": {
|
|
6241
|
-
/**
|
|
6242
|
-
* Agent Version Number
|
|
6243
|
-
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
6244
|
-
*/
|
|
6245
|
-
agent_version_number: number | null;
|
|
6246
|
-
/**
|
|
6247
|
-
* Service Hierarchical State Machine Version Number
|
|
6248
|
-
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
6249
|
-
*/
|
|
6250
|
-
service_hierarchical_state_machine_version_number: number | null;
|
|
6251
|
-
/**
|
|
6252
|
-
* Llm Model Preferences
|
|
6253
|
-
* @description A map of `LLMInteraction` name to the preferred LLM config that can be used for that interaction.
|
|
6254
|
-
* If an `LLMInteraction` is not in this map, the default model config will be used (defined in each `LLMInteraction` instance).
|
|
6255
|
-
*/
|
|
6256
|
-
llm_model_preferences: {
|
|
6257
|
-
[key: string]: components["schemas"]["LLMConfig-Output"] | components["schemas"]["LLMLoadBalancingSetConfig-Output"];
|
|
6258
|
-
};
|
|
6259
|
-
};
|
|
6260
5727
|
/** VersionSetInfo */
|
|
6261
5728
|
VersionSetInfo: {
|
|
6262
5729
|
/**
|
|
@@ -6285,47 +5752,9 @@ export interface components {
|
|
|
6285
5752
|
* @description The LLM model preferences for this version set.
|
|
6286
5753
|
*/
|
|
6287
5754
|
llm_model_preferences: {
|
|
6288
|
-
[key: string]: components["schemas"]["
|
|
5755
|
+
[key: string]: components["schemas"]["amigo_lib__llm__llm_base__LLMConfig"] | components["schemas"]["amigo_lib__llm__llm_base__LLMLoadBalancingSetConfig"];
|
|
6289
5756
|
};
|
|
6290
5757
|
};
|
|
6291
|
-
/** VoiceConfig */
|
|
6292
|
-
"VoiceConfig-Input": {
|
|
6293
|
-
/**
|
|
6294
|
-
* Voice Id
|
|
6295
|
-
* @description The Elevenlabs voice ID for this agent.
|
|
6296
|
-
*/
|
|
6297
|
-
voice_id: string;
|
|
6298
|
-
/** Stability */
|
|
6299
|
-
stability: number;
|
|
6300
|
-
/** Similarity Boost */
|
|
6301
|
-
similarity_boost: number;
|
|
6302
|
-
/** Style */
|
|
6303
|
-
style: number;
|
|
6304
|
-
};
|
|
6305
|
-
/** VoiceConfig */
|
|
6306
|
-
"VoiceConfig-Output": {
|
|
6307
|
-
/**
|
|
6308
|
-
* Voice Id
|
|
6309
|
-
* @description The Elevenlabs voice ID for this agent.
|
|
6310
|
-
*/
|
|
6311
|
-
voice_id: string;
|
|
6312
|
-
/**
|
|
6313
|
-
* Stability
|
|
6314
|
-
* @description How stable the voice is and the randomness between each generation. The higher the more stable the voice is.
|
|
6315
|
-
*/
|
|
6316
|
-
stability: number;
|
|
6317
|
-
/**
|
|
6318
|
-
* Similarity Boost
|
|
6319
|
-
* @description How closely the AI should adhere to the original voice when attempting to replicate it. The higher the more similar the generated audio is to the
|
|
6320
|
-
* original voice.
|
|
6321
|
-
*/
|
|
6322
|
-
similarity_boost: number;
|
|
6323
|
-
/**
|
|
6324
|
-
* Style
|
|
6325
|
-
* @description How much to exaggerate the original voice styles of the speaker. The higher the more exaggeration there is.
|
|
6326
|
-
*/
|
|
6327
|
-
style: number;
|
|
6328
|
-
};
|
|
6329
5758
|
/** WebhookDeliveryInstance */
|
|
6330
5759
|
WebhookDeliveryInstance: {
|
|
6331
5760
|
/**
|
|
@@ -6440,6 +5869,117 @@ export interface components {
|
|
|
6440
5869
|
*/
|
|
6441
5870
|
justification: string;
|
|
6442
5871
|
};
|
|
5872
|
+
/** LLMConfig */
|
|
5873
|
+
amigo_lib__llm__llm_base__LLMConfig: {
|
|
5874
|
+
/**
|
|
5875
|
+
* Llm Name
|
|
5876
|
+
* @description The name of the LLM to use.
|
|
5877
|
+
*/
|
|
5878
|
+
llm_name: string;
|
|
5879
|
+
/**
|
|
5880
|
+
* Top P
|
|
5881
|
+
* @description The preferred `top_p` value.
|
|
5882
|
+
*/
|
|
5883
|
+
top_p: number;
|
|
5884
|
+
/**
|
|
5885
|
+
* Temperature
|
|
5886
|
+
* @description The preferred temperature value.
|
|
5887
|
+
*/
|
|
5888
|
+
temperature: number;
|
|
5889
|
+
/**
|
|
5890
|
+
* Top K
|
|
5891
|
+
* @description The preferred `top_k` value. Note that not all LLMs support this.
|
|
5892
|
+
*/
|
|
5893
|
+
top_k: number;
|
|
5894
|
+
};
|
|
5895
|
+
/** LLMLoadBalancingSetConfig */
|
|
5896
|
+
amigo_lib__llm__llm_base__LLMLoadBalancingSetConfig: {
|
|
5897
|
+
/**
|
|
5898
|
+
* Llm Load Balancing Set Name
|
|
5899
|
+
* @description The name of the LLM load balancing set.
|
|
5900
|
+
*/
|
|
5901
|
+
llm_load_balancing_set_name: string;
|
|
5902
|
+
/**
|
|
5903
|
+
* Configs
|
|
5904
|
+
* @description A map of canonical names of LLMs in this load balancing set to the LLM config to use. If an LLM in the load balancing set
|
|
5905
|
+
* does not have a config, its default config would be used.
|
|
5906
|
+
*/
|
|
5907
|
+
configs: {
|
|
5908
|
+
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
5909
|
+
};
|
|
5910
|
+
};
|
|
5911
|
+
/** Identity */
|
|
5912
|
+
amigo_lib__mongo__collections__agent__Agent__Identity: {
|
|
5913
|
+
/**
|
|
5914
|
+
* Name
|
|
5915
|
+
* @description A human friendly name of the agent.
|
|
5916
|
+
*/
|
|
5917
|
+
name: string;
|
|
5918
|
+
/**
|
|
5919
|
+
* Role
|
|
5920
|
+
* @description The agent's role within the organization.
|
|
5921
|
+
*/
|
|
5922
|
+
role: string;
|
|
5923
|
+
/**
|
|
5924
|
+
* Developed By
|
|
5925
|
+
* @description A human-friendly name of the organization that developed this agent.
|
|
5926
|
+
*/
|
|
5927
|
+
developed_by: string;
|
|
5928
|
+
/**
|
|
5929
|
+
* Default Spoken Language
|
|
5930
|
+
* @description The agent's primary language. This must be specified in the ISO 639-3 format.
|
|
5931
|
+
*/
|
|
5932
|
+
default_spoken_language: string;
|
|
5933
|
+
/** @description Relationship of the agent to its developer. */
|
|
5934
|
+
relationship_to_developer: components["schemas"]["amigo_lib__mongo__collections__agent__Agent__Identity__RelationshipToDeveloper"];
|
|
5935
|
+
};
|
|
5936
|
+
/** RelationshipToDeveloper */
|
|
5937
|
+
amigo_lib__mongo__collections__agent__Agent__Identity__RelationshipToDeveloper: {
|
|
5938
|
+
/**
|
|
5939
|
+
* Ownership
|
|
5940
|
+
* @description The agent's belief of which entity owns it.
|
|
5941
|
+
*/
|
|
5942
|
+
ownership: string;
|
|
5943
|
+
/**
|
|
5944
|
+
* Type
|
|
5945
|
+
* @description The entity that the agent regards itself as.
|
|
5946
|
+
*/
|
|
5947
|
+
type: string;
|
|
5948
|
+
/**
|
|
5949
|
+
* Conversation Visibility
|
|
5950
|
+
* @description Whether the agent believes that its owner can see its conversations with clients.
|
|
5951
|
+
*/
|
|
5952
|
+
conversation_visibility: string;
|
|
5953
|
+
/**
|
|
5954
|
+
* Thought Visibility
|
|
5955
|
+
* @description Whether the agent believes that its owner can see its inner thoughts when engaging in conversations with its clients.
|
|
5956
|
+
*/
|
|
5957
|
+
thought_visibility: string;
|
|
5958
|
+
};
|
|
5959
|
+
/** VoiceConfig */
|
|
5960
|
+
amigo_lib__mongo__collections__agent__Agent__VoiceConfig: {
|
|
5961
|
+
/**
|
|
5962
|
+
* Voice Id
|
|
5963
|
+
* @description The Elevenlabs voice ID for this agent.
|
|
5964
|
+
*/
|
|
5965
|
+
voice_id: string;
|
|
5966
|
+
/**
|
|
5967
|
+
* Stability
|
|
5968
|
+
* @description How stable the voice is and the randomness between each generation. The higher the more stable the voice is.
|
|
5969
|
+
*/
|
|
5970
|
+
stability: number;
|
|
5971
|
+
/**
|
|
5972
|
+
* Similarity Boost
|
|
5973
|
+
* @description How closely the AI should adhere to the original voice when attempting to replicate it. The higher the more similar the generated audio is to the
|
|
5974
|
+
* original voice.
|
|
5975
|
+
*/
|
|
5976
|
+
similarity_boost: number;
|
|
5977
|
+
/**
|
|
5978
|
+
* Style
|
|
5979
|
+
* @description How much to exaggerate the original voice styles of the speaker. The higher the more exaggeration there is.
|
|
5980
|
+
*/
|
|
5981
|
+
style: number;
|
|
5982
|
+
};
|
|
6443
5983
|
/** UserInfo */
|
|
6444
5984
|
amigo_lib__mongo__collections__api_key__APIKey__UserInfo: {
|
|
6445
5985
|
/**
|
|
@@ -6489,6 +6029,63 @@ export interface components {
|
|
|
6489
6029
|
/** User Id */
|
|
6490
6030
|
user_id: string;
|
|
6491
6031
|
};
|
|
6032
|
+
/** PermissionGrant */
|
|
6033
|
+
amigo_lib__mongo__collections__role__Role__PermissionGrant: {
|
|
6034
|
+
/**
|
|
6035
|
+
* Action
|
|
6036
|
+
* @description Whether this grant allows or denies the specified access.
|
|
6037
|
+
* @enum {string}
|
|
6038
|
+
*/
|
|
6039
|
+
action: "Allow" | "Deny";
|
|
6040
|
+
/**
|
|
6041
|
+
* Permission Name
|
|
6042
|
+
* @description The name of the permission.
|
|
6043
|
+
*/
|
|
6044
|
+
permission_name: string;
|
|
6045
|
+
/**
|
|
6046
|
+
* Conditions
|
|
6047
|
+
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
6048
|
+
*/
|
|
6049
|
+
conditions: {
|
|
6050
|
+
[key: string]: components["schemas"]["Condition"];
|
|
6051
|
+
};
|
|
6052
|
+
/**
|
|
6053
|
+
* Description
|
|
6054
|
+
* @description An optional explanation of this grant.
|
|
6055
|
+
*/
|
|
6056
|
+
description?: string | null;
|
|
6057
|
+
};
|
|
6058
|
+
/** Tag */
|
|
6059
|
+
amigo_lib__mongo__collections__service__Service__Tag: {
|
|
6060
|
+
/** Key */
|
|
6061
|
+
key: string;
|
|
6062
|
+
/** Value */
|
|
6063
|
+
value: string | null;
|
|
6064
|
+
};
|
|
6065
|
+
/**
|
|
6066
|
+
* VersionSet
|
|
6067
|
+
* @description A version set pins the agent, state machine, and model version used by this service.
|
|
6068
|
+
*/
|
|
6069
|
+
amigo_lib__mongo__collections__service__Service__VersionSet: {
|
|
6070
|
+
/**
|
|
6071
|
+
* Agent Version Number
|
|
6072
|
+
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
6073
|
+
*/
|
|
6074
|
+
agent_version_number: number | null;
|
|
6075
|
+
/**
|
|
6076
|
+
* Service Hierarchical State Machine Version Number
|
|
6077
|
+
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
6078
|
+
*/
|
|
6079
|
+
service_hierarchical_state_machine_version_number: number | null;
|
|
6080
|
+
/**
|
|
6081
|
+
* Llm Model Preferences
|
|
6082
|
+
* @description A map of `LLMInteraction` name to the preferred LLM config that can be used for that interaction.
|
|
6083
|
+
* If an `LLMInteraction` is not in this map, the default model config will be used (defined in each `LLMInteraction` instance).
|
|
6084
|
+
*/
|
|
6085
|
+
llm_model_preferences: {
|
|
6086
|
+
[key: string]: components["schemas"]["amigo_lib__llm__llm_base__LLMConfig"] | components["schemas"]["amigo_lib__llm__llm_base__LLMLoadBalancingSetConfig"];
|
|
6087
|
+
};
|
|
6088
|
+
};
|
|
6492
6089
|
/** UserInfo */
|
|
6493
6090
|
amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo: {
|
|
6494
6091
|
/** Org Id */
|
|
@@ -6503,6 +6100,14 @@ export interface components {
|
|
|
6503
6100
|
/** User Id */
|
|
6504
6101
|
user_id: string;
|
|
6505
6102
|
};
|
|
6103
|
+
/** SuccessCriterion */
|
|
6104
|
+
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__SuccessCriterion: {
|
|
6105
|
+
/** Name */
|
|
6106
|
+
name: string;
|
|
6107
|
+
/** Metric Id */
|
|
6108
|
+
metric_id: string;
|
|
6109
|
+
criterion: components["schemas"]["SuccessCriterionDescription-Output"];
|
|
6110
|
+
};
|
|
6506
6111
|
/** UserInfo */
|
|
6507
6112
|
amigo_lib__mongo__collections__simulation_unit_test__SimulationUnitTest__UserInfo: {
|
|
6508
6113
|
/** Org Id */
|
|
@@ -6510,6 +6115,13 @@ export interface components {
|
|
|
6510
6115
|
/** User Id */
|
|
6511
6116
|
user_id: string;
|
|
6512
6117
|
};
|
|
6118
|
+
/** UnitTestRunDescriptor */
|
|
6119
|
+
amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UnitTestRunDescriptor: {
|
|
6120
|
+
/** Unit Test Id */
|
|
6121
|
+
unit_test_id: string;
|
|
6122
|
+
/** Run Count */
|
|
6123
|
+
run_count: number;
|
|
6124
|
+
};
|
|
6513
6125
|
/** UserInfo */
|
|
6514
6126
|
amigo_lib__mongo__collections__simulation_unit_test_set__SimulationUnitTestSet__UserInfo: {
|
|
6515
6127
|
/** Org Id */
|
|
@@ -6538,6 +6150,15 @@ export interface components {
|
|
|
6538
6150
|
/** User Id */
|
|
6539
6151
|
user_id: string;
|
|
6540
6152
|
};
|
|
6153
|
+
/** Version */
|
|
6154
|
+
amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version: {
|
|
6155
|
+
/** Major */
|
|
6156
|
+
major: number;
|
|
6157
|
+
/** Minor */
|
|
6158
|
+
minor: number;
|
|
6159
|
+
/** Patch */
|
|
6160
|
+
patch: number;
|
|
6161
|
+
};
|
|
6541
6162
|
/** UserInfo */
|
|
6542
6163
|
amigo_lib__mongo__collections__tool_version__ToolVersion__UserInfo: {
|
|
6543
6164
|
/**
|
|
@@ -6551,6 +6172,48 @@ export interface components {
|
|
|
6551
6172
|
*/
|
|
6552
6173
|
user_org_id: string;
|
|
6553
6174
|
};
|
|
6175
|
+
/**
|
|
6176
|
+
* Preferences
|
|
6177
|
+
* @description Preferences that the user can set to customize their experience.
|
|
6178
|
+
*/
|
|
6179
|
+
amigo_lib__mongo__collections__user__User__Preferences: {
|
|
6180
|
+
/**
|
|
6181
|
+
* Enable Response Recommendation
|
|
6182
|
+
* @description Whether to automatically recommend responses to the user if the user hasn't replied to the coach for a while.
|
|
6183
|
+
* @default false
|
|
6184
|
+
*/
|
|
6185
|
+
enable_response_recommendation?: boolean;
|
|
6186
|
+
/**
|
|
6187
|
+
* Preferred Language
|
|
6188
|
+
* @description The preferred language to use for the user. This field must be in the ISO 639-3 format. The agent will attempt to converse
|
|
6189
|
+
* with the user in this language. If not set, the agent's default spoken language is used.
|
|
6190
|
+
*/
|
|
6191
|
+
preferred_language?: string | null;
|
|
6192
|
+
/**
|
|
6193
|
+
* Conversations Visible To Admins
|
|
6194
|
+
* @description Whether the user's conversations are visible to the admins.
|
|
6195
|
+
* @default true
|
|
6196
|
+
*/
|
|
6197
|
+
conversations_visible_to_admins?: boolean;
|
|
6198
|
+
/**
|
|
6199
|
+
* User Model Visible To Admins
|
|
6200
|
+
* @description Whether the user's user model is visible to the admins.
|
|
6201
|
+
* @default true
|
|
6202
|
+
*/
|
|
6203
|
+
user_model_visible_to_admins?: boolean;
|
|
6204
|
+
/**
|
|
6205
|
+
* Timezone
|
|
6206
|
+
* @description The user's timezone in the IANA tz database format for all users in this organization. If not specified, UTC is used.
|
|
6207
|
+
*/
|
|
6208
|
+
timezone?: string | null;
|
|
6209
|
+
};
|
|
6210
|
+
/** UserDimension */
|
|
6211
|
+
amigo_lib__mongo__collections__user__User__UserModel__UserDimension: {
|
|
6212
|
+
/** Description */
|
|
6213
|
+
description: string;
|
|
6214
|
+
/** Tags */
|
|
6215
|
+
tags: string[];
|
|
6216
|
+
};
|
|
6554
6217
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__1: string;
|
|
6555
6218
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__2: string;
|
|
6556
6219
|
amigo_lib__pydantic__base_model__StrippedNonemptyString__3: string;
|
|
@@ -6739,6 +6402,23 @@ export interface components {
|
|
|
6739
6402
|
engage_user_tool_call_logs: components["schemas"]["ToolCallLog"][][];
|
|
6740
6403
|
};
|
|
6741
6404
|
conversation__interact_with_conversation__Response: components["schemas"]["ConversationEvent"] | components["schemas"]["UserMessageAvailableEvent"] | components["schemas"]["ErrorEvent"];
|
|
6405
|
+
/** Request */
|
|
6406
|
+
conversation__recommend_responses_for_interaction__Request: {
|
|
6407
|
+
/**
|
|
6408
|
+
* @description The context under which the recommended responses should be generated.
|
|
6409
|
+
* @default
|
|
6410
|
+
* PERSONA:
|
|
6411
|
+
* Name: User
|
|
6412
|
+
* Background: A typical person seeking this service.
|
|
6413
|
+
* ---
|
|
6414
|
+
* SCENARIO:
|
|
6415
|
+
* Name: Complete Service
|
|
6416
|
+
* Objective: Successfully complete the service interaction.
|
|
6417
|
+
* Instructions: Engage naturally with the agent to achieve the service objective.
|
|
6418
|
+
*
|
|
6419
|
+
*/
|
|
6420
|
+
context?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6421
|
+
};
|
|
6742
6422
|
/** Response */
|
|
6743
6423
|
conversation__recommend_responses_for_interaction__Response: {
|
|
6744
6424
|
/**
|
|
@@ -6874,7 +6554,7 @@ export interface components {
|
|
|
6874
6554
|
* Dynamic Behavior Sets
|
|
6875
6555
|
* @description The retrieved dynamic behavior sets.
|
|
6876
6556
|
*/
|
|
6877
|
-
dynamic_behavior_sets: components["schemas"]["
|
|
6557
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6878
6558
|
/**
|
|
6879
6559
|
* Has More
|
|
6880
6560
|
* @description Whether there are more dynamic behavior sets to retrieve.
|
|
@@ -6915,7 +6595,34 @@ export interface components {
|
|
|
6915
6595
|
* Dynamic Behavior Sets
|
|
6916
6596
|
* @description The retrieved dynamic behavior sets.
|
|
6917
6597
|
*/
|
|
6918
|
-
dynamic_behavior_sets: components["schemas"]["
|
|
6598
|
+
dynamic_behavior_sets: components["schemas"]["dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance"][];
|
|
6599
|
+
};
|
|
6600
|
+
/** DynamicBehaviorSetInstance */
|
|
6601
|
+
dynamic_behavior_set__search_dynamic_behavior_sets__Response__DynamicBehaviorSetInstance: {
|
|
6602
|
+
/** Id */
|
|
6603
|
+
id: string;
|
|
6604
|
+
/** Name */
|
|
6605
|
+
name: string;
|
|
6606
|
+
/** Is Active */
|
|
6607
|
+
is_active: boolean;
|
|
6608
|
+
/** Applied To Services */
|
|
6609
|
+
applied_to_services: string[];
|
|
6610
|
+
/** Tags */
|
|
6611
|
+
tags: {
|
|
6612
|
+
[key: string]: string | null;
|
|
6613
|
+
};
|
|
6614
|
+
/**
|
|
6615
|
+
* Created At
|
|
6616
|
+
* Format: date-time
|
|
6617
|
+
*/
|
|
6618
|
+
created_at: string;
|
|
6619
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
6620
|
+
/**
|
|
6621
|
+
* Updated At
|
|
6622
|
+
* Format: date-time
|
|
6623
|
+
*/
|
|
6624
|
+
updated_at: string;
|
|
6625
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__dynamic_behavior_set__DynamicBehaviorSet__UserInfo"];
|
|
6919
6626
|
};
|
|
6920
6627
|
/** Request */
|
|
6921
6628
|
dynamic_behavior_set__update_dynamic_behavior_set__Request: {
|
|
@@ -7121,7 +6828,7 @@ export interface components {
|
|
|
7121
6828
|
/** @description The agent's initials. */
|
|
7122
6829
|
initials?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__3"] | null;
|
|
7123
6830
|
/** @description Information about the agent's identity. */
|
|
7124
|
-
identity?: components["schemas"]["
|
|
6831
|
+
identity?: components["schemas"]["organization__create_agent_version__Request__Identity"] | null;
|
|
7125
6832
|
/** @description A description of the agent's background. */
|
|
7126
6833
|
background?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7127
6834
|
/**
|
|
@@ -7135,7 +6842,40 @@ export interface components {
|
|
|
7135
6842
|
*/
|
|
7136
6843
|
communication_patterns?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][] | null;
|
|
7137
6844
|
/** @description The Elevenlabs voice config for the agent. If set to null, it is not updated. */
|
|
7138
|
-
voice_config?: components["schemas"]["
|
|
6845
|
+
voice_config?: components["schemas"]["organization__create_agent_version__Request__VoiceConfig"] | null;
|
|
6846
|
+
};
|
|
6847
|
+
/** Identity */
|
|
6848
|
+
organization__create_agent_version__Request__Identity: {
|
|
6849
|
+
name: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6850
|
+
role: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6851
|
+
developed_by: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6852
|
+
/**
|
|
6853
|
+
* Default Spoken Language
|
|
6854
|
+
* @enum {string}
|
|
6855
|
+
*/
|
|
6856
|
+
default_spoken_language: "aaa" | "aab" | "aac" | "aad" | "aae" | "aaf" | "aag" | "aah" | "aai" | "aak" | "aal" | "aan" | "aao" | "aap" | "aaq" | "aar" | "aas" | "aat" | "aau" | "aaw" | "aax" | "aaz" | "aba" | "abb" | "abc" | "abd" | "abe" | "abf" | "abg" | "abh" | "abi" | "abj" | "abk" | "abl" | "abm" | "abn" | "abo" | "abp" | "abq" | "abr" | "abs" | "abt" | "abu" | "abv" | "abw" | "abx" | "aby" | "abz" | "aca" | "acb" | "acd" | "ace" | "acf" | "ach" | "aci" | "ack" | "acl" | "acm" | "acn" | "acp" | "acq" | "acr" | "acs" | "act" | "acu" | "acv" | "acw" | "acx" | "acy" | "acz" | "ada" | "adb" | "add" | "ade" | "adf" | "adg" | "adh" | "adi" | "adj" | "adl" | "adn" | "ado" | "adq" | "adr" | "ads" | "adt" | "adu" | "adw" | "adx" | "ady" | "adz" | "aea" | "aeb" | "aec" | "aed" | "aee" | "aek" | "ael" | "aem" | "aen" | "aeq" | "aer" | "aes" | "aeu" | "aew" | "aey" | "aez" | "afb" | "afd" | "afe" | "afg" | "afh" | "afi" | "afk" | "afn" | "afo" | "afp" | "afr" | "afs" | "aft" | "afu" | "afz" | "aga" | "agb" | "agc" | "agd" | "age" | "agf" | "agg" | "agh" | "agi" | "agj" | "agk" | "agl" | "agm" | "agn" | "ago" | "agq" | "agr" | "ags" | "agt" | "agu" | "agv" | "agw" | "agx" | "agy" | "agz" | "aha" | "ahb" | "ahg" | "ahh" | "ahi" | "ahk" | "ahl" | "ahm" | "ahn" | "aho" | "ahp" | "ahr" | "ahs" | "aht" | "aia" | "aib" | "aic" | "aid" | "aie" | "aif" | "aig" | "aih" | "aii" | "aij" | "aik" | "ail" | "aim" | "ain" | "aio" | "aip" | "aiq" | "air" | "ait" | "aiw" | "aix" | "aiy" | "aja" | "ajg" | "aji" | "ajn" | "ajp" | "ajs" | "aju" | "ajw" | "ajz" | "aka" | "akb" | "akc" | "akd" | "ake" | "akf" | "akg" | "akh" | "aki" | "akj" | "akk" | "akl" | "akm" | "ako" | "akp" | "akq" | "akr" | "aks" | "akt" | "aku" | "akv" | "akw" | "akx" | "aky" | "akz" | "ala" | "alc" | "ald" | "ale" | "alf" | "alh" | "ali" | "alj" | "alk" | "all" | "alm" | "aln" | "alo" | "alp" | "alq" | "alr" | "als" | "alt" | "alu" | "alw" | "alx" | "aly" | "alz" | "ama" | "amb" | "amc" | "ame" | "amf" | "amg" | "amh" | "ami" | "amj" | "amk" | "aml" | "amm" | "amn" | "amo" | "amp" | "amq" | "amr" | "ams" | "amt" | "amu" | "amv" | "amw" | "amx" | "amy" | "amz" | "ana" | "anb" | "anc" | "and" | "ane" | "anf" | "ang" | "anh" | "ani" | "anj" | "ank" | "anl" | "anm" | "ann" | "ano" | "anp" | "anq" | "anr" | "ans" | "ant" | "anu" | "anv" | "anw" | "anx" | "any" | "anz" | "aoa" | "aob" | "aoc" | "aod" | "aoe" | "aof" | "aog" | "aoi" | "aoj" | "aok" | "aol" | "aom" | "aon" | "aor" | "aos" | "aot" | "aou" | "aox" | "aoz" | "apb" | "apc" | "apd" | "ape" | "apf" | "apg" | "aph" | "api" | "apj" | "apk" | "apl" | "apm" | "apn" | "apo" | "app" | "apq" | "apr" | "aps" | "apt" | "apu" | "apv" | "apw" | "apx" | "apy" | "apz" | "aqc" | "aqd" | "aqg" | "aqk" | "aqm" | "aqn" | "aqp" | "aqr" | "aqt" | "aqz" | "ara" | "arb" | "arc" | "ard" | "are" | "arg" | "arh" | "ari" | "arj" | "ark" | "arl" | "arn" | "aro" | "arp" | "arq" | "arr" | "ars" | "aru" | "arv" | "arw" | "arx" | "ary" | "arz" | "asa" | "asb" | "asc" | "ase" | "asf" | "asg" | "ash" | "asi" | "asj" | "ask" | "asl" | "asm" | "asn" | "aso" | "asp" | "asq" | "asr" | "ass" | "ast" | "asu" | "asv" | "asw" | "asx" | "asy" | "asz" | "ata" | "atb" | "atc" | "atd" | "ate" | "atg" | "ati" | "atj" | "atk" | "atl" | "atm" | "atn" | "ato" | "atp" | "atq" | "atr" | "ats" | "att" | "atu" | "atv" | "atw" | "atx" | "aty" | "atz" | "aua" | "aub" | "auc" | "aud" | "aug" | "auh" | "aui" | "auj" | "auk" | "aul" | "aum" | "aun" | "auo" | "aup" | "auq" | "aur" | "aut" | "auu" | "auw" | "aux" | "auy" | "auz" | "ava" | "avb" | "avd" | "ave" | "avi" | "avk" | "avl" | "avm" | "avn" | "avo" | "avs" | "avt" | "avu" | "avv" | "awa" | "awb" | "awc" | "awe" | "awg" | "awh" | "awi" | "awk" | "awm" | "awn" | "awo" | "awr" | "aws" | "awt" | "awu" | "awv" | "aww" | "awx" | "awy" | "axb" | "axe" | "axg" | "axk" | "axl" | "axm" | "axx" | "aya" | "ayb" | "ayc" | "ayd" | "aye" | "ayg" | "ayh" | "ayi" | "ayk" | "ayl" | "aym" | "ayn" | "ayo" | "ayp" | "ayq" | "ayr" | "ays" | "ayt" | "ayu" | "ayz" | "aza" | "azb" | "azd" | "aze" | "azg" | "azj" | "azm" | "azn" | "azo" | "azt" | "azz" | "baa" | "bab" | "bac" | "bae" | "baf" | "bag" | "bah" | "baj" | "bak" | "bal" | "bam" | "ban" | "bao" | "bap" | "bar" | "bas" | "bau" | "bav" | "baw" | "bax" | "bay" | "bba" | "bbb" | "bbc" | "bbd" | "bbe" | "bbf" | "bbg" | "bbh" | "bbi" | "bbj" | "bbk" | "bbl" | "bbm" | "bbn" | "bbo" | "bbp" | "bbq" | "bbr" | "bbs" | "bbt" | "bbu" | "bbv" | "bbw" | "bbx" | "bby" | "bca" | "bcb" | "bcc" | "bcd" | "bce" | "bcf" | "bcg" | "bch" | "bci" | "bcj" | "bck" | "bcl" | "bcm" | "bcn" | "bco" | "bcp" | "bcq" | "bcr" | "bcs" | "bct" | "bcu" | "bcv" | "bcw" | "bcy" | "bcz" | "bda" | "bdb" | "bdc" | "bdd" | "bde" | "bdf" | "bdg" | "bdh" | "bdi" | "bdj" | "bdk" | "bdl" | "bdm" | "bdn" | "bdo" | "bdp" | "bdq" | "bdr" | "bds" | "bdt" | "bdu" | "bdv" | "bdw" | "bdx" | "bdy" | "bdz" | "bea" | "beb" | "bec" | "bed" | "bee" | "bef" | "beg" | "beh" | "bei" | "bej" | "bek" | "bel" | "bem" | "ben" | "beo" | "bep" | "beq" | "bes" | "bet" | "beu" | "bev" | "bew" | "bex" | "bey" | "bez" | "bfa" | "bfb" | "bfc" | "bfd" | "bfe" | "bff" | "bfg" | "bfh" | "bfi" | "bfj" | "bfk" | "bfl" | "bfm" | "bfn" | "bfo" | "bfp" | "bfq" | "bfr" | "bfs" | "bft" | "bfu" | "bfw" | "bfx" | "bfy" | "bfz" | "bga" | "bgb" | "bgc" | "bgd" | "bge" | "bgf" | "bgg" | "bgi" | "bgj" | "bgk" | "bgl" | "bgn" | "bgo" | "bgp" | "bgq" | "bgr" | "bgs" | "bgt" | "bgu" | "bgv" | "bgw" | "bgx" | "bgy" | "bgz" | "bha" | "bhb" | "bhc" | "bhd" | "bhe" | "bhf" | "bhg" | "bhh" | "bhi" | "bhj" | "bhl" | "bhm" | "bhn" | "bho" | "bhp" | "bhq" | "bhr" | "bhs" | "bht" | "bhu" | "bhv" | "bhw" | "bhx" | "bhy" | "bhz" | "bia" | "bib" | "bid" | "bie" | "bif" | "big" | "bik" | "bil" | "bim" | "bin" | "bio" | "bip" | "biq" | "bir" | "bis" | "bit" | "biu" | "biv" | "biw" | "bix" | "biy" | "biz" | "bja" | "bjb" | "bjc" | "bje" | "bjf" | "bjg" | "bjh" | "bji" | "bjj" | "bjk" | "bjl" | "bjm" | "bjn" | "bjo" | "bjp" | "bjr" | "bjs" | "bjt" | "bju" | "bjv" | "bjw" | "bjx" | "bjy" | "bjz" | "bka" | "bkc" | "bkd" | "bkf" | "bkg" | "bkh" | "bki" | "bkj" | "bkk" | "bkl" | "bkm" | "bkn" | "bko" | "bkp" | "bkq" | "bkr" | "bks" | "bkt" | "bku" | "bkv" | "bkw" | "bkx" | "bky" | "bkz" | "bla" | "blb" | "blc" | "bld" | "ble" | "blf" | "blh" | "bli" | "blj" | "blk" | "bll" | "blm" | "bln" | "blo" | "blp" | "blq" | "blr" | "bls" | "blt" | "blv" | "blw" | "blx" | "bly" | "blz" | "bma" | "bmb" | "bmc" | "bmd" | "bme" | "bmf" | "bmg" | "bmh" | "bmi" | "bmj" | "bmk" | "bml" | "bmm" | "bmn" | "bmo" | "bmp" | "bmq" | "bmr" | "bms" | "bmt" | "bmu" | "bmv" | "bmw" | "bmx" | "bmz" | "bna" | "bnb" | "bnc" | "bnd" | "bne" | "bnf" | "bng" | "bni" | "bnj" | "bnk" | "bnl" | "bnm" | "bnn" | "bno" | "bnp" | "bnq" | "bnr" | "bns" | "bnu" | "bnv" | "bnw" | "bnx" | "bny" | "bnz" | "boa" | "bob" | "bod" | "boe" | "bof" | "bog" | "boh" | "boi" | "boj" | "bok" | "bol" | "bom" | "bon" | "boo" | "bop" | "boq" | "bor" | "bos" | "bot" | "bou" | "bov" | "bow" | "box" | "boy" | "boz" | "bpa" | "bpc" | "bpd" | "bpe" | "bpg" | "bph" | "bpi" | "bpj" | "bpk" | "bpl" | "bpm" | "bpn" | "bpo" | "bpp" | "bpq" | "bpr" | "bps" | "bpt" | "bpu" | "bpv" | "bpw" | "bpx" | "bpy" | "bpz" | "bqa" | "bqb" | "bqc" | "bqd" | "bqf" | "bqg" | "bqh" | "bqi" | "bqj" | "bqk" | "bql" | "bqm" | "bqn" | "bqo" | "bqp" | "bqq" | "bqr" | "bqs" | "bqt" | "bqu" | "bqv" | "bqw" | "bqx" | "bqy" | "bqz" | "bra" | "brb" | "brc" | "brd" | "bre" | "brf" | "brg" | "brh" | "bri" | "brj" | "brk" | "brl" | "brm" | "brn" | "bro" | "brp" | "brq" | "brr" | "brs" | "brt" | "bru" | "brv" | "brw" | "brx" | "bry" | "brz" | "bsa" | "bsb" | "bsc" | "bse" | "bsf" | "bsg" | "bsh" | "bsi" | "bsj" | "bsk" | "bsl" | "bsm" | "bsn" | "bso" | "bsp" | "bsq" | "bsr" | "bss" | "bst" | "bsu" | "bsv" | "bsw" | "bsx" | "bsy" | "bta" | "btc" | "btd" | "bte" | "btf" | "btg" | "bth" | "bti" | "btj" | "btm" | "btn" | "bto" | "btp" | "btq" | "btr" | "bts" | "btt" | "btu" | "btv" | "btw" | "btx" | "bty" | "btz" | "bua" | "bub" | "buc" | "bud" | "bue" | "buf" | "bug" | "buh" | "bui" | "buj" | "buk" | "bul" | "bum" | "bun" | "buo" | "bup" | "buq" | "bus" | "but" | "buu" | "buv" | "buw" | "bux" | "buy" | "buz" | "bva" | "bvb" | "bvc" | "bvd" | "bve" | "bvf" | "bvg" | "bvh" | "bvi" | "bvj" | "bvk" | "bvl" | "bvm" | "bvn" | "bvo" | "bvp" | "bvq" | "bvr" | "bvt" | "bvu" | "bvv" | "bvw" | "bvx" | "bvy" | "bvz" | "bwa" | "bwb" | "bwc" | "bwd" | "bwe" | "bwf" | "bwg" | "bwh" | "bwi" | "bwj" | "bwk" | "bwl" | "bwm" | "bwn" | "bwo" | "bwp" | "bwq" | "bwr" | "bws" | "bwt" | "bwu" | "bww" | "bwx" | "bwy" | "bwz" | "bxa" | "bxb" | "bxc" | "bxd" | "bxe" | "bxf" | "bxg" | "bxh" | "bxi" | "bxj" | "bxk" | "bxl" | "bxm" | "bxn" | "bxo" | "bxp" | "bxq" | "bxr" | "bxs" | "bxu" | "bxv" | "bxw" | "bxz" | "bya" | "byb" | "byc" | "byd" | "bye" | "byf" | "byg" | "byh" | "byi" | "byj" | "byk" | "byl" | "bym" | "byn" | "byo" | "byp" | "byq" | "byr" | "bys" | "byt" | "byv" | "byw" | "byx" | "byz" | "bza" | "bzb" | "bzc" | "bzd" | "bze" | "bzf" | "bzg" | "bzh" | "bzi" | "bzj" | "bzk" | "bzl" | "bzm" | "bzn" | "bzo" | "bzp" | "bzq" | "bzr" | "bzs" | "bzt" | "bzu" | "bzv" | "bzw" | "bzx" | "bzy" | "bzz" | "caa" | "cab" | "cac" | "cad" | "cae" | "caf" | "cag" | "cah" | "caj" | "cak" | "cal" | "cam" | "can" | "cao" | "cap" | "caq" | "car" | "cas" | "cat" | "cav" | "caw" | "cax" | "cay" | "caz" | "cbb" | "cbc" | "cbd" | "cbg" | "cbi" | "cbj" | "cbk" | "cbl" | "cbn" | "cbo" | "cbq" | "cbr" | "cbs" | "cbt" | "cbu" | "cbv" | "cbw" | "cby" | "ccc" | "ccd" | "cce" | "ccg" | "cch" | "ccj" | "ccl" | "ccm" | "cco" | "ccp" | "ccr" | "cda" | "cde" | "cdf" | "cdh" | "cdi" | "cdj" | "cdm" | "cdn" | "cdo" | "cdr" | "cds" | "cdy" | "cdz" | "cea" | "ceb" | "ceg" | "cek" | "cen" | "ces" | "cet" | "cey" | "cfa" | "cfd" | "cfg" | "cfm" | "cga" | "cgc" | "cgg" | "cgk" | "cha" | "chb" | "chc" | "chd" | "che" | "chf" | "chg" | "chh" | "chj" | "chk" | "chl" | "chm" | "chn" | "cho" | "chp" | "chq" | "chr" | "cht" | "chu" | "chv" | "chw" | "chx" | "chy" | "chz" | "cia" | "cib" | "cic" | "cid" | "cie" | "cih" | "cik" | "cim" | "cin" | "cip" | "cir" | "ciw" | "ciy" | "cja" | "cje" | "cjh" | "cji" | "cjk" | "cjm" | "cjn" | "cjo" | "cjp" | "cjs" | "cjv" | "cjy" | "ckb" | "ckh" | "ckl" | "ckm" | "ckn" | "cko" | "ckq" | "ckr" | "cks" | "ckt" | "cku" | "ckv" | "ckx" | "cky" | "ckz" | "cla" | "clc" | "cld" | "cle" | "clh" | "cli" | "clj" | "clk" | "cll" | "clm" | "clo" | "clt" | "clu" | "clw" | "cly" | "cma" | "cme" | "cmg" | "cmi" | "cml" | "cmm" | "cmn" | "cmo" | "cmr" | "cms" | "cmt" | "cna" | "cnb" | "cnc" | "cng" | "cnh" | "cni" | "cnk" | "cnl" | "cno" | "cnp" | "cnq" | "cnr" | "cns" | "cnt" | "cnu" | "cnw" | "cnx" | "coa" | "cob" | "coc" | "cod" | "coe" | "cof" | "cog" | "coh" | "coj" | "cok" | "col" | "com" | "con" | "coo" | "cop" | "coq" | "cor" | "cos" | "cot" | "cou" | "cov" | "cow" | "cox" | "coz" | "cpa" | "cpb" | "cpc" | "cpg" | "cpi" | "cpn" | "cpo" | "cps" | "cpu" | "cpx" | "cpy" | "cqd" | "cra" | "crb" | "crc" | "crd" | "cre" | "crf" | "crg" | "crh" | "cri" | "crj" | "crk" | "crl" | "crm" | "crn" | "cro" | "crq" | "crr" | "crs" | "crt" | "crv" | "crw" | "crx" | "cry" | "crz" | "csa" | "csb" | "csc" | "csd" | "cse" | "csf" | "csg" | "csh" | "csi" | "csj" | "csk" | "csl" | "csm" | "csn" | "cso" | "csp" | "csq" | "csr" | "css" | "cst" | "csv" | "csw" | "csx" | "csy" | "csz" | "cta" | "ctc" | "ctd" | "cte" | "ctg" | "cth" | "ctl" | "ctm" | "ctn" | "cto" | "ctp" | "cts" | "ctt" | "ctu" | "cty" | "ctz" | "cua" | "cub" | "cuc" | "cuh" | "cui" | "cuj" | "cuk" | "cul" | "cuo" | "cup" | "cuq" | "cur" | "cut" | "cuu" | "cuv" | "cuw" | "cux" | "cuy" | "cvg" | "cvn" | "cwa" | "cwb" | "cwd" | "cwe" | "cwg" | "cwt" | "cya" | "cyb" | "cym" | "cyo" | "czh" | "czk" | "czn" | "czo" | "czt" | "daa" | "dac" | "dad" | "dae" | "dag" | "dah" | "dai" | "daj" | "dak" | "dal" | "dam" | "dan" | "dao" | "daq" | "dar" | "das" | "dau" | "dav" | "daw" | "dax" | "daz" | "dba" | "dbb" | "dbd" | "dbe" | "dbf" | "dbg" | "dbi" | "dbj" | "dbl" | "dbm" | "dbn" | "dbo" | "dbp" | "dbq" | "dbr" | "dbt" | "dbu" | "dbv" | "dbw" | "dby" | "dcc" | "dcr" | "dda" | "ddd" | "dde" | "ddg" | "ddi" | "ddj" | "ddn" | "ddo" | "ddr" | "dds" | "ddw" | "dec" | "ded" | "dee" | "def" | "deg" | "deh" | "dei" | "dek" | "del" | "dem" | "den" | "dep" | "deq" | "der" | "des" | "deu" | "dev" | "dez" | "dga" | "dgb" | "dgc" | "dgd" | "dge" | "dgg" | "dgh" | "dgi" | "dgk" | "dgl" | "dgn" | "dgo" | "dgr" | "dgs" | "dgt" | "dgw" | "dgx" | "dgz" | "dhd" | "dhg" | "dhi" | "dhl" | "dhm" | "dhn" | "dho" | "dhr" | "dhs" | "dhu" | "dhv" | "dhw" | "dhx" | "dia" | "dib" | "dic" | "did" | "dif" | "dig" | "dih" | "dii" | "dij" | "dik" | "dil" | "dim" | "din" | "dio" | "dip" | "diq" | "dir" | "dis" | "diu" | "div" | "diw" | "dix" | "diy" | "diz" | "dja" | "djb" | "djc" | "djd" | "dje" | "djf" | "dji" | "djj" | "djk" | "djm" | "djn" | "djo" | "djr" | "dju" | "djw" | "dka" | "dkg" | "dkk" | "dkr" | "dks" | "dkx" | "dlg" | "dlk" | "dlm" | "dln" | "dma" | "dmb" | "dmc" | "dmd" | "dme" | "dmf" | "dmg" | "dmk" | "dml" | "dmm" | "dmo" | "dmr" | "dms" | "dmu" | "dmv" | "dmw" | "dmx" | "dmy" | "dna" | "dnd" | "dne" | "dng" | "dni" | "dnj" | "dnk" | "dnn" | "dno" | "dnr" | "dnt" | "dnu" | "dnv" | "dnw" | "dny" | "doa" | "dob" | "doc" | "doe" | "dof" | "doh" | "doi" | "dok" | "dol" | "don" | "doo" | "dop" | "doq" | "dor" | "dos" | "dot" | "dov" | "dow" | "dox" | "doy" | "doz" | "dpp" | "drb" | "drc" | "drd" | "dre" | "drg" | "dri" | "drl" | "drn" | "dro" | "drq" | "drs" | "drt" | "dru" | "dry" | "dsb" | "dse" | "dsh" | "dsi" | "dsl" | "dsn" | "dso" | "dsq" | "dsz" | "dta" | "dtb" | "dtd" | "dth" | "dti" | "dtk" | "dtm" | "dtn" | "dto" | "dtp" | "dtr" | "dts" | "dtt" | "dtu" | "dty" | "dua" | "dub" | "duc" | "due" | "duf" | "dug" | "duh" | "dui" | "duk" | "dul" | "dum" | "dun" | "duo" | "dup" | "duq" | "dur" | "dus" | "duu" | "duv" | "duw" | "dux" | "duy" | "duz" | "dva" | "dwa" | "dwk" | "dwr" | "dws" | "dwu" | "dww" | "dwy" | "dwz" | "dya" | "dyb" | "dyd" | "dyg" | "dyi" | "dym" | "dyn" | "dyo" | "dyu" | "dyy" | "dza" | "dze" | "dzg" | "dzl" | "dzn" | "dzo" | "eaa" | "ebc" | "ebg" | "ebk" | "ebo" | "ebr" | "ebu" | "ecr" | "ecs" | "ecy" | "eee" | "efa" | "efe" | "efi" | "ega" | "egl" | "egm" | "ego" | "egy" | "ehs" | "ehu" | "eip" | "eit" | "eiv" | "eja" | "eka" | "eke" | "ekg" | "eki" | "ekk" | "ekl" | "ekm" | "eko" | "ekp" | "ekr" | "eky" | "ele" | "elh" | "eli" | "elk" | "ell" | "elm" | "elo" | "elu" | "elx" | "ema" | "emb" | "eme" | "emg" | "emi" | "emk" | "emm" | "emn" | "emp" | "emq" | "ems" | "emu" | "emw" | "emx" | "emy" | "emz" | "ena" | "enb" | "enc" | "end" | "enf" | "eng" | "enh" | "enl" | "enm" | "enn" | "eno" | "enq" | "enr" | "enu" | "env" | "enw" | "enx" | "eot" | "epi" | "epo" | "era" | "erg" | "erh" | "eri" | "erk" | "ero" | "err" | "ers" | "ert" | "erw" | "ese" | "esg" | "esh" | "esi" | "esk" | "esl" | "esm" | "esn" | "eso" | "esq" | "ess" | "est" | "esu" | "esy" | "etb" | "etc" | "eth" | "etn" | "eto" | "etr" | "ets" | "ett" | "etu" | "etx" | "etz" | "eus" | "eve" | "evh" | "evn" | "ewe" | "ewo" | "ext" | "eya" | "eyo" | "eza" | "eze" | "faa" | "fab" | "fad" | "faf" | "fag" | "fah" | "fai" | "faj" | "fak" | "fal" | "fam" | "fan" | "fao" | "fap" | "far" | "fas" | "fat" | "fau" | "fax" | "fay" | "faz" | "fbl" | "fcs" | "fer" | "ffi" | "ffm" | "fgr" | "fia" | "fie" | "fif" | "fij" | "fil" | "fin" | "fip" | "fir" | "fit" | "fiw" | "fkk" | "fkv" | "fla" | "flh" | "fli" | "fll" | "fln" | "flr" | "fly" | "fmp" | "fmu" | "fnb" | "fng" | "fni" | "fod" | "foi" | "fom" | "fon" | "for" | "fos" | "fpe" | "fqs" | "fra" | "frc" | "frd" | "frk" | "frm" | "fro" | "frp" | "frq" | "frr" | "frs" | "frt" | "fry" | "fse" | "fsl" | "fss" | "fub" | "fuc" | "fud" | "fue" | "fuf" | "fuh" | "fui" | "fuj" | "ful" | "fum" | "fun" | "fuq" | "fur" | "fut" | "fuu" | "fuv" | "fuy" | "fvr" | "fwa" | "fwe" | "gaa" | "gab" | "gac" | "gad" | "gae" | "gaf" | "gag" | "gah" | "gai" | "gaj" | "gak" | "gal" | "gam" | "gan" | "gao" | "gap" | "gaq" | "gar" | "gas" | "gat" | "gau" | "gaw" | "gax" | "gay" | "gaz" | "gba" | "gbb" | "gbd" | "gbe" | "gbf" | "gbg" | "gbh" | "gbi" | "gbj" | "gbk" | "gbl" | "gbm" | "gbn" | "gbo" | "gbp" | "gbq" | "gbr" | "gbs" | "gbu" | "gbv" | "gbw" | "gbx" | "gby" | "gbz" | "gcc" | "gcd" | "gce" | "gcf" | "gcl" | "gcn" | "gcr" | "gct" | "gda" | "gdb" | "gdc" | "gdd" | "gde" | "gdf" | "gdg" | "gdh" | "gdi" | "gdj" | "gdk" | "gdl" | "gdm" | "gdn" | "gdo" | "gdq" | "gdr" | "gds" | "gdt" | "gdu" | "gdx" | "gea" | "geb" | "gec" | "ged" | "gef" | "geg" | "geh" | "gei" | "gej" | "gek" | "gel" | "geq" | "ges" | "gev" | "gew" | "gex" | "gey" | "gez" | "gfk" | "gft" | "gga" | "ggb" | "ggd" | "gge" | "ggg" | "ggk" | "ggl" | "ggt" | "ggu" | "ggw" | "gha" | "ghc" | "ghe" | "ghh" | "ghk" | "ghl" | "ghn" | "gho" | "ghr" | "ghs" | "ght" | "gia" | "gib" | "gic" | "gid" | "gie" | "gig" | "gih" | "gii" | "gil" | "gim" | "gin" | "gip" | "giq" | "gir" | "gis" | "git" | "giu" | "giw" | "gix" | "giy" | "giz" | "gjk" | "gjm" | "gjn" | "gjr" | "gju" | "gka" | "gkd" | "gke" | "gkn" | "gko" | "gkp" | "gku" | "gla" | "glb" | "glc" | "gld" | "gle" | "glg" | "glh" | "glj" | "glk" | "gll" | "glo" | "glr" | "glu" | "glv" | "glw" | "gly" | "gma" | "gmb" | "gmd" | "gmg" | "gmh" | "gml" | "gmm" | "gmn" | "gmr" | "gmu" | "gmv" | "gmx" | "gmy" | "gmz" | "gna" | "gnb" | "gnc" | "gnd" | "gne" | "gng" | "gnh" | "gni" | "gnj" | "gnk" | "gnl" | "gnm" | "gnn" | "gno" | "gnq" | "gnr" | "gnt" | "gnu" | "gnw" | "gnz" | "goa" | "gob" | "goc" | "god" | "goe" | "gof" | "gog" | "goh" | "goi" | "goj" | "gok" | "gol" | "gom" | "gon" | "goo" | "gop" | "goq" | "gor" | "gos" | "got" | "gou" | "gov" | "gow" | "gox" | "goy" | "goz" | "gpa" | "gpe" | "gpn" | "gqa" | "gqi" | "gqn" | "gqr" | "gqu" | "gra" | "grb" | "grc" | "grd" | "grg" | "grh" | "gri" | "grj" | "grm" | "grn" | "gro" | "grq" | "grr" | "grs" | "grt" | "gru" | "grv" | "grw" | "grx" | "gry" | "grz" | "gse" | "gsg" | "gsl" | "gsm" | "gsn" | "gso" | "gsp" | "gss" | "gsw" | "gta" | "gtu" | "gua" | "gub" | "guc" | "gud" | "gue" | "guf" | "gug" | "guh" | "gui" | "guj" | "guk" | "gul" | "gum" | "gun" | "guo" | "gup" | "guq" | "gur" | "gus" | "gut" | "guu" | "guw" | "gux" | "guz" | "gva" | "gvc" | "gve" | "gvf" | "gvj" | "gvl" | "gvm" | "gvn" | "gvo" | "gvp" | "gvr" | "gvs" | "gvy" | "gwa" | "gwb" | "gwc" | "gwd" | "gwe" | "gwf" | "gwg" | "gwi" | "gwj" | "gwm" | "gwn" | "gwr" | "gwt" | "gwu" | "gww" | "gwx" | "gxx" | "gya" | "gyb" | "gyd" | "gye" | "gyf" | "gyg" | "gyi" | "gyl" | "gym" | "gyn" | "gyo" | "gyr" | "gyy" | "gyz" | "gza" | "gzi" | "gzn" | "haa" | "hab" | "hac" | "had" | "hae" | "haf" | "hag" | "hah" | "hai" | "haj" | "hak" | "hal" | "ham" | "han" | "hao" | "hap" | "haq" | "har" | "has" | "hat" | "hau" | "hav" | "haw" | "hax" | "hay" | "haz" | "hba" | "hbb" | "hbn" | "hbo" | "hbs" | "hbu" | "hca" | "hch" | "hdn" | "hds" | "hdy" | "hea" | "heb" | "hed" | "heg" | "heh" | "hei" | "hem" | "her" | "hgm" | "hgw" | "hhi" | "hhr" | "hhy" | "hia" | "hib" | "hid" | "hif" | "hig" | "hih" | "hii" | "hij" | "hik" | "hil" | "hin" | "hio" | "hir" | "hit" | "hiw" | "hix" | "hji" | "hka" | "hke" | "hkh" | "hkk" | "hkn" | "hks" | "hla" | "hlb" | "hld" | "hle" | "hlt" | "hlu" | "hma" | "hmb" | "hmc" | "hmd" | "hme" | "hmf" | "hmg" | "hmh" | "hmi" | "hmj" | "hmk" | "hml" | "hmm" | "hmn" | "hmo" | "hmp" | "hmq" | "hmr" | "hms" | "hmt" | "hmu" | "hmv" | "hmw" | "hmy" | "hmz" | "hna" | "hnd" | "hne" | "hng" | "hnh" | "hni" | "hnj" | "hnn" | "hno" | "hns" | "hnu" | "hoa" | "hob" | "hoc" | "hod" | "hoe" | "hoh" | "hoi" | "hoj" | "hol" | "hom" | "hoo" | "hop" | "hor" | "hos" | "hot" | "hov" | "how" | "hoy" | "hoz" | "hpo" | "hps" | "hra" | "hrc" | "hre" | "hrk" | "hrm" | "hro" | "hrp" | "hrt" | "hru" | "hrv" | "hrw" | "hrx" | "hrz" | "hsb" | "hsh" | "hsl" | "hsn" | "hss" | "hti" | "hto" | "hts" | "htu" | "htx" | "hub" | "huc" | "hud" | "hue" | "huf" | "hug" | "huh" | "hui" | "huj" | "huk" | "hul" | "hum" | "hun" | "huo" | "hup" | "huq" | "hur" | "hus" | "hut" | "huu" | "huv" | "huw" | "hux" | "huy" | "huz" | "hvc" | "hve" | "hvk" | "hvn" | "hvv" | "hwa" | "hwc" | "hwo" | "hya" | "hye" | "hyw" | "iai" | "ian" | "iar" | "iba" | "ibb" | "ibd" | "ibe" | "ibg" | "ibh" | "ibl" | "ibm" | "ibn" | "ibo" | "ibr" | "ibu" | "iby" | "ica" | "ich" | "icl" | "icr" | "ida" | "idb" | "idc" | "idd" | "ide" | "idi" | "ido" | "idr" | "ids" | "idt" | "idu" | "ifa" | "ifb" | "ife" | "iff" | "ifk" | "ifm" | "ifu" | "ify" | "igb" | "ige" | "igg" | "igl" | "igm" | "ign" | "igo" | "igs" | "igw" | "ihb" | "ihi" | "ihp" | "ihw" | "iii" | "iin" | "ijc" | "ije" | "ijj" | "ijn" | "ijs" | "ike" | "iki" | "ikk" | "ikl" | "iko" | "ikp" | "ikr" | "iks" | "ikt" | "iku" | "ikv" | "ikw" | "ikx" | "ikz" | "ila" | "ilb" | "ile" | "ilg" | "ili" | "ilk" | "ilm" | "ilo" | "ilp" | "ils" | "ilu" | "ilv" | "ima" | "imi" | "iml" | "imn" | "imo" | "imr" | "ims" | "imt" | "imy" | "ina" | "inb" | "ind" | "ing" | "inh" | "inj" | "inl" | "inm" | "inn" | "ino" | "inp" | "ins" | "int" | "inz" | "ior" | "iou" | "iow" | "ipi" | "ipk" | "ipo" | "iqu" | "iqw" | "ire" | "irh" | "iri" | "irk" | "irn" | "irr" | "iru" | "irx" | "iry" | "isa" | "isc" | "isd" | "ise" | "isg" | "ish" | "isi" | "isk" | "isl" | "ism" | "isn" | "iso" | "isr" | "ist" | "isu" | "ita" | "itb" | "itd" | "ite" | "iti" | "itk" | "itl" | "itm" | "ito" | "itr" | "its" | "itt" | "itv" | "itw" | "itx" | "ity" | "itz" | "ium" | "ivb" | "ivv" | "iwk" | "iwm" | "iwo" | "iws" | "ixc" | "ixl" | "iya" | "iyo" | "iyx" | "izh" | "izr" | "izz" | "jaa" | "jab" | "jac" | "jad" | "jae" | "jaf" | "jah" | "jaj" | "jak" | "jal" | "jam" | "jan" | "jao" | "jaq" | "jas" | "jat" | "jau" | "jav" | "jax" | "jay" | "jaz" | "jbe" | "jbi" | "jbj" | "jbk" | "jbm" | "jbn" | "jbo" | "jbr" | "jbt" | "jbu" | "jbw" | "jcs" | "jct" | "jda" | "jdg" | "jdt" | "jeb" | "jee" | "jeh" | "jei" | "jek" | "jel" | "jen" | "jer" | "jet" | "jeu" | "jgb" | "jge" | "jgk" | "jgo" | "jhi" | "jhs" | "jia" | "jib" | "jic" | "jid" | "jie" | "jig" | "jih" | "jii" | "jil" | "jim" | "jio" | "jiq" | "jit" | "jiu" | "jiv" | "jiy" | "jje" | "jjr" | "jka" | "jkm" | "jko" | "jkp" | "jkr" | "jks" | "jku" | "jle" | "jls" | "jma" | "jmb" | "jmc" | "jmd" | "jmi" | "jml" | "jmn" | "jmr" | "jms" | "jmw" | "jmx" | "jna" | "jnd" | "jng" | "jni" | "jnj" | "jnl" | "jns" | "job" | "jod" | "jog" | "jor" | "jos" | "jow" | "jpa" | "jpn" | "jpr" | "jqr" | "jra" | "jrb" | "jrr" | "jrt" | "jru" | "jsl" | "jua" | "jub" | "juc" | "jud" | "juh" | "jui" | "juk" | "jul" | "jum" | "jun" | "juo" | "jup" | "jur" | "jus" | "jut" | "juu" | "juw" | "juy" | "jvd" | "jvn" | "jwi" | "jya" | "jye" | "jyy" | "kaa" | "kab" | "kac" | "kad" | "kae" | "kaf" | "kag" | "kah" | "kai" | "kaj" | "kak" | "kal" | "kam" | "kan" | "kao" | "kap" | "kaq" | "kas" | "kat" | "kau" | "kav" | "kaw" | "kax" | "kay" | "kaz" | "kba" | "kbb" | "kbc" | "kbd" | "kbe" | "kbg" | "kbh" | "kbi" | "kbj" | "kbk" | "kbl" | "kbm" | "kbn" | "kbo" | "kbp" | "kbq" | "kbr" | "kbs" | "kbt" | "kbu" | "kbv" | "kbw" | "kbx" | "kby" | "kbz" | "kca" | "kcb" | "kcc" | "kcd" | "kce" | "kcf" | "kcg" | "kch" | "kci" | "kcj" | "kck" | "kcl" | "kcm" | "kcn" | "kco" | "kcp" | "kcq" | "kcr" | "kcs" | "kct" | "kcu" | "kcv" | "kcw" | "kcx" | "kcy" | "kcz" | "kda" | "kdc" | "kdd" | "kde" | "kdf" | "kdg" | "kdh" | "kdi" | "kdj" | "kdk" | "kdl" | "kdm" | "kdn" | "kdp" | "kdq" | "kdr" | "kdt" | "kdu" | "kdw" | "kdx" | "kdy" | "kdz" | "kea" | "keb" | "kec" | "ked" | "kee" | "kef" | "keg" | "keh" | "kei" | "kej" | "kek" | "kel" | "kem" | "ken" | "keo" | "kep" | "keq" | "ker" | "kes" | "ket" | "keu" | "kev" | "kew" | "kex" | "key" | "kez" | "kfa" | "kfb" | "kfc" | "kfd" | "kfe" | "kff" | "kfg" | "kfh" | "kfi" | "kfj" | "kfk" | "kfl" | "kfm" | "kfn" | "kfo" | "kfp" | "kfq" | "kfr" | "kfs" | "kft" | "kfu" | "kfv" | "kfw" | "kfx" | "kfy" | "kfz" | "kga" | "kgb" | "kge" | "kgf" | "kgg" | "kgi" | "kgj" | "kgk" | "kgl" | "kgm" | "kgn" | "kgo" | "kgp" | "kgq" | "kgr" | "kgs" | "kgt" | "kgu" | "kgv" | "kgw" | "kgx" | "kgy" | "kha" | "khb" | "khc" | "khd" | "khe" | "khf" | "khg" | "khh" | "khj" | "khk" | "khl" | "khm" | "khn" | "kho" | "khp" | "khq" | "khr" | "khs" | "kht" | "khu" | "khv" | "khw" | "khx" | "khy" | "khz" | "kia" | "kib" | "kic" | "kid" | "kie" | "kif" | "kig" | "kih" | "kii" | "kij" | "kik" | "kil" | "kim" | "kin" | "kio" | "kip" | "kiq" | "kir" | "kis" | "kit" | "kiu" | "kiv" | "kiw" | "kix" | "kiy" | "kiz" | "kja" | "kjb" | "kjc" | "kjd" | "kje" | "kjg" | "kjh" | "kji" | "kjj" | "kjk" | "kjl" | "kjm" | "kjn" | "kjo" | "kjp" | "kjq" | "kjr" | "kjs" | "kjt" | "kju" | "kjv" | "kjx" | "kjy" | "kjz" | "kka" | "kkb" | "kkc" | "kkd" | "kke" | "kkf" | "kkg" | "kkh" | "kki" | "kkj" | "kkk" | "kkl" | "kkm" | "kkn" | "kko" | "kkp" | "kkq" | "kkr" | "kks" | "kkt" | "kku" | "kkv" | "kkw" | "kkx" | "kky" | "kkz" | "kla" | "klb" | "klc" | "kld" | "kle" | "klf" | "klg" | "klh" | "kli" | "klj" | "klk" | "kll" | "klm" | "kln" | "klo" | "klp" | "klq" | "klr" | "kls" | "klt" | "klu" | "klv" | "klw" | "klx" | "kly" | "klz" | "kma" | "kmb" | "kmc" | "kmd" | "kme" | "kmf" | "kmg" | "kmh" | "kmi" | "kmj" | "kmk" | "kml" | "kmm" | "kmn" | "kmo" | "kmp" | "kmq" | "kmr" | "kms" | "kmt" | "kmu" | "kmv" | "kmw" | "kmx" | "kmy" | "kmz" | "kna" | "knb" | "knc" | "knd" | "kne" | "knf" | "kng" | "kni" | "knj" | "knk" | "knl" | "knm" | "knn" | "kno" | "knp" | "knq" | "knr" | "kns" | "knt" | "knu" | "knv" | "knw" | "knx" | "kny" | "knz" | "koa" | "koc" | "kod" | "koe" | "kof" | "kog" | "koh" | "koi" | "kok" | "kol" | "kom" | "kon" | "koo" | "kop" | "koq" | "kor" | "kos" | "kot" | "kou" | "kov" | "kow" | "koy" | "koz" | "kpa" | "kpb" | "kpc" | "kpd" | "kpe" | "kpf" | "kpg" | "kph" | "kpi" | "kpj" | "kpk" | "kpl" | "kpm" | "kpn" | "kpo" | "kpq" | "kpr" | "kps" | "kpt" | "kpu" | "kpv" | "kpw" | "kpx" | "kpy" | "kpz" | "kqa" | "kqb" | "kqc" | "kqd" | "kqe" | "kqf" | "kqg" | "kqh" | "kqi" | "kqj" | "kqk" | "kql" | "kqm" | "kqn" | "kqo" | "kqp" | "kqq" | "kqr" | "kqs" | "kqt" | "kqu" | "kqv" | "kqw" | "kqx" | "kqy" | "kqz" | "kra" | "krb" | "krc" | "krd" | "kre" | "krf" | "krh" | "kri" | "krj" | "krk" | "krl" | "krn" | "krp" | "krr" | "krs" | "krt" | "kru" | "krv" | "krw" | "krx" | "kry" | "krz" | "ksa" | "ksb" | "ksc" | "ksd" | "kse" | "ksf" | "ksg" | "ksh" | "ksi" | "ksj" | "ksk" | "ksl" | "ksm" | "ksn" | "kso" | "ksp" | "ksq" | "ksr" | "kss" | "kst" | "ksu" | "ksv" | "ksw" | "ksx" | "ksy" | "ksz" | "kta" | "ktb" | "ktc" | "ktd" | "kte" | "ktf" | "ktg" | "kth" | "kti" | "ktj" | "ktk" | "ktl" | "ktm" | "ktn" | "kto" | "ktp" | "ktq" | "kts" | "ktt" | "ktu" | "ktv" | "ktw" | "ktx" | "kty" | "ktz" | "kua" | "kub" | "kuc" | "kud" | "kue" | "kuf" | "kug" | "kuh" | "kui" | "kuj" | "kuk" | "kul" | "kum" | "kun" | "kuo" | "kup" | "kuq" | "kur" | "kus" | "kut" | "kuu" | "kuv" | "kuw" | "kux" | "kuy" | "kuz" | "kva" | "kvb" | "kvc" | "kvd" | "kve" | "kvf" | "kvg" | "kvh" | "kvi" | "kvj" | "kvk" | "kvl" | "kvm" | "kvn" | "kvo" | "kvp" | "kvq" | "kvr" | "kvt" | "kvu" | "kvv" | "kvw" | "kvx" | "kvy" | "kvz" | "kwa" | "kwb" | "kwc" | "kwd" | "kwe" | "kwf" | "kwg" | "kwh" | "kwi" | "kwj" | "kwk" | "kwl" | "kwm" | "kwn" | "kwo" | "kwp" | "kwr" | "kws" | "kwt" | "kwu" | "kwv" | "kww" | "kwx" | "kwy" | "kwz" | "kxa" | "kxb" | "kxc" | "kxd" | "kxf" | "kxh" | "kxi" | "kxj" | "kxk" | "kxm" | "kxn" | "kxo" | "kxp" | "kxq" | "kxr" | "kxs" | "kxt" | "kxv" | "kxw" | "kxx" | "kxy" | "kxz" | "kya" | "kyb" | "kyc" | "kyd" | "kye" | "kyf" | "kyg" | "kyh" | "kyi" | "kyj" | "kyk" | "kyl" | "kym" | "kyn" | "kyo" | "kyp" | "kyq" | "kyr" | "kys" | "kyt" | "kyu" | "kyv" | "kyw" | "kyx" | "kyy" | "kyz" | "kza" | "kzb" | "kzc" | "kzd" | "kze" | "kzf" | "kzg" | "kzi" | "kzk" | "kzl" | "kzm" | "kzn" | "kzo" | "kzp" | "kzq" | "kzr" | "kzs" | "kzu" | "kzv" | "kzw" | "kzx" | "kzy" | "kzz" | "laa" | "lab" | "lac" | "lad" | "lae" | "laf" | "lag" | "lah" | "lai" | "laj" | "lal" | "lam" | "lan" | "lao" | "lap" | "laq" | "lar" | "las" | "lat" | "lau" | "lav" | "law" | "lax" | "lay" | "laz" | "lbb" | "lbc" | "lbe" | "lbf" | "lbg" | "lbi" | "lbj" | "lbk" | "lbl" | "lbm" | "lbn" | "lbo" | "lbq" | "lbr" | "lbs" | "lbt" | "lbu" | "lbv" | "lbw" | "lbx" | "lby" | "lbz" | "lcc" | "lcd" | "lce" | "lcf" | "lch" | "lcl" | "lcm" | "lcp" | "lcq" | "lcs" | "lda" | "ldb" | "ldd" | "ldg" | "ldh" | "ldi" | "ldj" | "ldk" | "ldl" | "ldm" | "ldn" | "ldo" | "ldp" | "ldq" | "lea" | "leb" | "lec" | "led" | "lee" | "lef" | "leh" | "lei" | "lej" | "lek" | "lel" | "lem" | "len" | "leo" | "lep" | "leq" | "ler" | "les" | "let" | "leu" | "lev" | "lew" | "lex" | "ley" | "lez" | "lfa" | "lfn" | "lga" | "lgb" | "lgg" | "lgh" | "lgi" | "lgk" | "lgl" | "lgm" | "lgn" | "lgo" | "lgq" | "lgr" | "lgt" | "lgu" | "lgz" | "lha" | "lhh" | "lhi" | "lhl" | "lhm" | "lhn" | "lhp" | "lhs" | "lht" | "lhu" | "lia" | "lib" | "lic" | "lid" | "lie" | "lif" | "lig" | "lih" | "lij" | "lik" | "lil" | "lim" | "lin" | "lio" | "lip" | "liq" | "lir" | "lis" | "lit" | "liu" | "liv" | "liw" | "lix" | "liy" | "liz" | "lja" | "lje" | "lji" | "ljl" | "ljp" | "ljw" | "ljx" | "lka" | "lkb" | "lkc" | "lkd" | "lke" | "lkh" | "lki" | "lkj" | "lkl" | "lkm" | "lkn" | "lko" | "lkr" | "lks" | "lkt" | "lku" | "lky" | "lla" | "llb" | "llc" | "lld" | "lle" | "llf" | "llg" | "llh" | "lli" | "llj" | "llk" | "lll" | "llm" | "lln" | "llp" | "llq" | "lls" | "llu" | "llx" | "lma" | "lmb" | "lmc" | "lmd" | "lme" | "lmf" | "lmg" | "lmh" | "lmi" | "lmj" | "lmk" | "lml" | "lmn" | "lmo" | "lmp" | "lmq" | "lmr" | "lmu" | "lmv" | "lmw" | "lmx" | "lmy" | "lna" | "lnb" | "lnd" | "lng" | "lnh" | "lni" | "lnj" | "lnl" | "lnm" | "lnn" | "lns" | "lnu" | "lnw" | "lnz" | "loa" | "lob" | "loc" | "loe" | "lof" | "log" | "loh" | "loi" | "loj" | "lok" | "lol" | "lom" | "lon" | "loo" | "lop" | "loq" | "lor" | "los" | "lot" | "lou" | "lov" | "low" | "lox" | "loy" | "loz" | "lpa" | "lpe" | "lpn" | "lpo" | "lpx" | "lqr" | "lra" | "lrc" | "lre" | "lrg" | "lri" | "lrk" | "lrl" | "lrm" | "lrn" | "lro" | "lrr" | "lrt" | "lrv" | "lrz" | "lsa" | "lsb" | "lsc" | "lsd" | "lse" | "lsh" | "lsi" | "lsl" | "lsm" | "lsn" | "lso" | "lsp" | "lsr" | "lss" | "lst" | "lsv" | "lsw" | "lsy" | "ltc" | "ltg" | "lth" | "lti" | "ltn" | "lto" | "lts" | "ltu" | "ltz" | "lua" | "lub" | "luc" | "lud" | "lue" | "luf" | "lug" | "lui" | "luj" | "luk" | "lul" | "lum" | "lun" | "luo" | "lup" | "luq" | "lur" | "lus" | "lut" | "luu" | "luv" | "luw" | "luy" | "luz" | "lva" | "lvi" | "lvk" | "lvs" | "lvu" | "lwa" | "lwe" | "lwg" | "lwh" | "lwl" | "lwm" | "lwo" | "lws" | "lwt" | "lwu" | "lww" | "lxm" | "lya" | "lyg" | "lyn" | "lzh" | "lzl" | "lzn" | "lzz" | "maa" | "mab" | "mad" | "mae" | "maf" | "mag" | "mah" | "mai" | "maj" | "mak" | "mal" | "mam" | "man" | "maq" | "mar" | "mas" | "mat" | "mau" | "mav" | "maw" | "max" | "maz" | "mba" | "mbb" | "mbc" | "mbd" | "mbe" | "mbf" | "mbh" | "mbi" | "mbj" | "mbk" | "mbl" | "mbm" | "mbn" | "mbo" | "mbp" | "mbq" | "mbr" | "mbs" | "mbt" | "mbu" | "mbv" | "mbw" | "mbx" | "mby" | "mbz" | "mca" | "mcb" | "mcc" | "mcd" | "mce" | "mcf" | "mcg" | "mch" | "mci" | "mcj" | "mck" | "mcl" | "mcm" | "mcn" | "mco" | "mcp" | "mcq" | "mcr" | "mcs" | "mct" | "mcu" | "mcv" | "mcw" | "mcx" | "mcy" | "mcz" | "mda" | "mdb" | "mdc" | "mdd" | "mde" | "mdf" | "mdg" | "mdh" | "mdi" | "mdj" | "mdk" | "mdl" | "mdm" | "mdn" | "mdp" | "mdq" | "mdr" | "mds" | "mdt" | "mdu" | "mdv" | "mdw" | "mdx" | "mdy" | "mdz" | "mea" | "meb" | "mec" | "med" | "mee" | "mef" | "meh" | "mei" | "mej" | "mek" | "mel" | "mem" | "men" | "meo" | "mep" | "meq" | "mer" | "mes" | "met" | "meu" | "mev" | "mew" | "mey" | "mez" | "mfa" | "mfb" | "mfc" | "mfd" | "mfe" | "mff" | "mfg" | "mfh" | "mfi" | "mfj" | "mfk" | "mfl" | "mfm" | "mfn" | "mfo" | "mfp" | "mfq" | "mfr" | "mfs" | "mft" | "mfu" | "mfv" | "mfw" | "mfx" | "mfy" | "mfz" | "mga" | "mgb" | "mgc" | "mgd" | "mge" | "mgf" | "mgg" | "mgh" | "mgi" | "mgj" | "mgk" | "mgl" | "mgm" | "mgn" | "mgo" | "mgp" | "mgq" | "mgr" | "mgs" | "mgt" | "mgu" | "mgv" | "mgw" | "mgy" | "mgz" | "mha" | "mhb" | "mhc" | "mhd" | "mhe" | "mhf" | "mhg" | "mhi" | "mhj" | "mhk" | "mhl" | "mhm" | "mhn" | "mho" | "mhp" | "mhq" | "mhr" | "mhs" | "mht" | "mhu" | "mhw" | "mhx" | "mhy" | "mhz" | "mia" | "mib" | "mic" | "mid" | "mie" | "mif" | "mig" | "mih" | "mii" | "mij" | "mik" | "mil" | "mim" | "min" | "mio" | "mip" | "miq" | "mir" | "mis" | "mit" | "miu" | "miw" | "mix" | "miy" | "miz" | "mjb" | "mjc" | "mjd" | "mje" | "mjg" | "mjh" | "mji" | "mjj" | "mjk" | "mjl" | "mjm" | "mjn" | "mjo" | "mjp" | "mjq" | "mjr" | "mjs" | "mjt" | "mju" | "mjv" | "mjw" | "mjx" | "mjy" | "mjz" | "mka" | "mkb" | "mkc" | "mkd" | "mke" | "mkf" | "mkg" | "mki" | "mkj" | "mkk" | "mkl" | "mkm" | "mkn" | "mko" | "mkp" | "mkq" | "mkr" | "mks" | "mkt" | "mku" | "mkv" | "mkw" | "mkx" | "mky" | "mkz" | "mla" | "mlb" | "mlc" | "mle" | "mlf" | "mlg" | "mlh" | "mli" | "mlj" | "mlk" | "mll" | "mlm" | "mln" | "mlo" | "mlp" | "mlq" | "mlr" | "mls" | "mlt" | "mlu" | "mlv" | "mlw" | "mlx" | "mlz" | "mma" | "mmb" | "mmc" | "mmd" | "mme" | "mmf" | "mmg" | "mmh" | "mmi" | "mmj" | "mmk" | "mml" | "mmm" | "mmn" | "mmo" | "mmp" | "mmq" | "mmr" | "mmt" | "mmu" | "mmv" | "mmw" | "mmx" | "mmy" | "mmz" | "mna" | "mnb" | "mnc" | "mnd" | "mne" | "mnf" | "mng" | "mnh" | "mni" | "mnj" | "mnk" | "mnl" | "mnm" | "mnn" | "mnp" | "mnq" | "mnr" | "mns" | "mnu" | "mnv" | "mnw" | "mnx" | "mny" | "mnz" | "moa" | "moc" | "mod" | "moe" | "mog" | "moh" | "moi" | "moj" | "mok" | "mom" | "mon" | "moo" | "mop" | "moq" | "mor" | "mos" | "mot" | "mou" | "mov" | "mow" | "mox" | "moy" | "moz" | "mpa" | "mpb" | "mpc" | "mpd" | "mpe" | "mpg" | "mph" | "mpi" | "mpj" | "mpk" | "mpl" | "mpm" | "mpn" | "mpo" | "mpp" | "mpq" | "mpr" | "mps" | "mpt" | "mpu" | "mpv" | "mpw" | "mpx" | "mpy" | "mpz" | "mqa" | "mqb" | "mqc" | "mqe" | "mqf" | "mqg" | "mqh" | "mqi" | "mqj" | "mqk" | "mql" | "mqm" | "mqn" | "mqo" | "mqp" | "mqq" | "mqr" | "mqs" | "mqt" | "mqu" | "mqv" | "mqw" | "mqx" | "mqy" | "mqz" | "mra" | "mrb" | "mrc" | "mrd" | "mre" | "mrf" | "mrg" | "mrh" | "mri" | "mrj" | "mrk" | "mrl" | "mrm" | "mrn" | "mro" | "mrp" | "mrq" | "mrr" | "mrs" | "mrt" | "mru" | "mrv" | "mrw" | "mrx" | "mry" | "mrz" | "msa" | "msb" | "msc" | "msd" | "mse" | "msf" | "msg" | "msh" | "msi" | "msj" | "msk" | "msl" | "msm" | "msn" | "mso" | "msp" | "msq" | "msr" | "mss" | "msu" | "msv" | "msw" | "msx" | "msy" | "msz" | "mta" | "mtb" | "mtc" | "mtd" | "mte" | "mtf" | "mtg" | "mth" | "mti" | "mtj" | "mtk" | "mtl" | "mtm" | "mtn" | "mto" | "mtp" | "mtq" | "mtr" | "mts" | "mtt" | "mtu" | "mtv" | "mtw" | "mtx" | "mty" | "mua" | "mub" | "muc" | "mud" | "mue" | "mug" | "muh" | "mui" | "muj" | "muk" | "mul" | "mum" | "muo" | "mup" | "muq" | "mur" | "mus" | "mut" | "muu" | "muv" | "mux" | "muy" | "muz" | "mva" | "mvb" | "mvd" | "mve" | "mvf" | "mvg" | "mvh" | "mvi" | "mvk" | "mvl" | "mvn" | "mvo" | "mvp" | "mvq" | "mvr" | "mvs" | "mvt" | "mvu" | "mvv" | "mvw" | "mvx" | "mvy" | "mvz" | "mwa" | "mwb" | "mwc" | "mwe" | "mwf" | "mwg" | "mwh" | "mwi" | "mwk" | "mwl" | "mwm" | "mwn" | "mwo" | "mwp" | "mwq" | "mwr" | "mws" | "mwt" | "mwu" | "mwv" | "mww" | "mwz" | "mxa" | "mxb" | "mxc" | "mxd" | "mxe" | "mxf" | "mxg" | "mxh" | "mxi" | "mxj" | "mxk" | "mxl" | "mxm" | "mxn" | "mxo" | "mxp" | "mxq" | "mxr" | "mxs" | "mxt" | "mxu" | "mxv" | "mxw" | "mxx" | "mxy" | "mxz" | "mya" | "myb" | "myc" | "mye" | "myf" | "myg" | "myh" | "myj" | "myk" | "myl" | "mym" | "myo" | "myp" | "myr" | "mys" | "myu" | "myv" | "myw" | "myx" | "myy" | "myz" | "mza" | "mzb" | "mzc" | "mzd" | "mze" | "mzg" | "mzh" | "mzi" | "mzj" | "mzk" | "mzl" | "mzm" | "mzn" | "mzo" | "mzp" | "mzq" | "mzr" | "mzs" | "mzt" | "mzu" | "mzv" | "mzw" | "mzx" | "mzy" | "mzz" | "naa" | "nab" | "nac" | "nae" | "naf" | "nag" | "naj" | "nak" | "nal" | "nam" | "nan" | "nao" | "nap" | "naq" | "nar" | "nas" | "nat" | "nau" | "nav" | "naw" | "nax" | "nay" | "naz" | "nba" | "nbb" | "nbc" | "nbd" | "nbe" | "nbg" | "nbh" | "nbi" | "nbj" | "nbk" | "nbl" | "nbm" | "nbn" | "nbo" | "nbp" | "nbq" | "nbr" | "nbs" | "nbt" | "nbu" | "nbv" | "nbw" | "nby" | "nca" | "ncb" | "ncc" | "ncd" | "nce" | "ncf" | "ncg" | "nch" | "nci" | "ncj" | "nck" | "ncl" | "ncm" | "ncn" | "nco" | "ncq" | "ncr" | "ncs" | "nct" | "ncu" | "ncx" | "ncz" | "nda" | "ndb" | "ndc" | "ndd" | "nde" | "ndf" | "ndg" | "ndh" | "ndi" | "ndj" | "ndk" | "ndl" | "ndm" | "ndn" | "ndo" | "ndp" | "ndq" | "ndr" | "nds" | "ndt" | "ndu" | "ndv" | "ndw" | "ndx" | "ndy" | "ndz" | "nea" | "neb" | "nec" | "ned" | "nee" | "nef" | "neg" | "neh" | "nei" | "nej" | "nek" | "nem" | "nen" | "neo" | "nep" | "neq" | "ner" | "nes" | "net" | "neu" | "nev" | "new" | "nex" | "ney" | "nez" | "nfa" | "nfd" | "nfl" | "nfr" | "nfu" | "nga" | "ngb" | "ngc" | "ngd" | "nge" | "ngg" | "ngh" | "ngi" | "ngj" | "ngk" | "ngl" | "ngm" | "ngn" | "ngp" | "ngq" | "ngr" | "ngs" | "ngt" | "ngu" | "ngv" | "ngw" | "ngx" | "ngy" | "ngz" | "nha" | "nhb" | "nhc" | "nhd" | "nhe" | "nhf" | "nhg" | "nhh" | "nhi" | "nhk" | "nhm" | "nhn" | "nho" | "nhp" | "nhq" | "nhr" | "nht" | "nhu" | "nhv" | "nhw" | "nhx" | "nhy" | "nhz" | "nia" | "nib" | "nid" | "nie" | "nif" | "nig" | "nih" | "nii" | "nij" | "nik" | "nil" | "nim" | "nin" | "nio" | "niq" | "nir" | "nis" | "nit" | "niu" | "niv" | "niw" | "nix" | "niy" | "niz" | "nja" | "njb" | "njd" | "njh" | "nji" | "njj" | "njl" | "njm" | "njn" | "njo" | "njr" | "njs" | "njt" | "nju" | "njx" | "njy" | "njz" | "nka" | "nkb" | "nkc" | "nkd" | "nke" | "nkf" | "nkg" | "nkh" | "nki" | "nkj" | "nkk" | "nkm" | "nkn" | "nko" | "nkp" | "nkq" | "nkr" | "nks" | "nkt" | "nku" | "nkv" | "nkw" | "nkx" | "nkz" | "nla" | "nlc" | "nld" | "nle" | "nlg" | "nli" | "nlj" | "nlk" | "nll" | "nlm" | "nlo" | "nlq" | "nlu" | "nlv" | "nlw" | "nlx" | "nly" | "nlz" | "nma" | "nmb" | "nmc" | "nmd" | "nme" | "nmf" | "nmg" | "nmh" | "nmi" | "nmj" | "nmk" | "nml" | "nmm" | "nmn" | "nmo" | "nmp" | "nmq" | "nmr" | "nms" | "nmt" | "nmu" | "nmv" | "nmw" | "nmx" | "nmy" | "nmz" | "nna" | "nnb" | "nnc" | "nnd" | "nne" | "nnf" | "nng" | "nnh" | "nni" | "nnj" | "nnk" | "nnl" | "nnm" | "nnn" | "nno" | "nnp" | "nnq" | "nnr" | "nnt" | "nnu" | "nnv" | "nnw" | "nny" | "nnz" | "noa" | "nob" | "noc" | "nod" | "noe" | "nof" | "nog" | "noh" | "noi" | "noj" | "nok" | "nol" | "nom" | "non" | "nop" | "noq" | "nor" | "nos" | "not" | "nou" | "nov" | "now" | "noy" | "noz" | "npa" | "npb" | "npg" | "nph" | "npi" | "npl" | "npn" | "npo" | "nps" | "npu" | "npx" | "npy" | "nqg" | "nqk" | "nql" | "nqm" | "nqn" | "nqo" | "nqq" | "nqt" | "nqy" | "nra" | "nrb" | "nrc" | "nre" | "nrf" | "nrg" | "nri" | "nrk" | "nrl" | "nrm" | "nrn" | "nrp" | "nrr" | "nrt" | "nru" | "nrx" | "nrz" | "nsa" | "nsb" | "nsc" | "nsd" | "nse" | "nsf" | "nsg" | "nsh" | "nsi" | "nsk" | "nsl" | "nsm" | "nsn" | "nso" | "nsp" | "nsq" | "nsr" | "nss" | "nst" | "nsu" | "nsv" | "nsw" | "nsx" | "nsy" | "nsz" | "ntd" | "nte" | "ntg" | "nti" | "ntj" | "ntk" | "ntm" | "nto" | "ntp" | "ntr" | "ntu" | "ntw" | "ntx" | "nty" | "ntz" | "nua" | "nuc" | "nud" | "nue" | "nuf" | "nug" | "nuh" | "nui" | "nuj" | "nuk" | "nul" | "num" | "nun" | "nuo" | "nup" | "nuq" | "nur" | "nus" | "nut" | "nuu" | "nuv" | "nuw" | "nux" | "nuy" | "nuz" | "nvh" | "nvm" | "nvo" | "nwa" | "nwb" | "nwc" | "nwe" | "nwg" | "nwi" | "nwm" | "nwo" | "nwr" | "nww" | "nwx" | "nwy" | "nxa" | "nxd" | "nxe" | "nxg" | "nxi" | "nxk" | "nxl" | "nxm" | "nxn" | "nxo" | "nxq" | "nxr" | "nxx" | "nya" | "nyb" | "nyc" | "nyd" | "nye" | "nyf" | "nyg" | "nyh" | "nyi" | "nyj" | "nyk" | "nyl" | "nym" | "nyn" | "nyo" | "nyp" | "nyq" | "nyr" | "nys" | "nyt" | "nyu" | "nyv" | "nyw" | "nyx" | "nyy" | "nza" | "nzb" | "nzd" | "nzi" | "nzk" | "nzm" | "nzs" | "nzu" | "nzy" | "nzz" | "oaa" | "oac" | "oar" | "oav" | "obi" | "obk" | "obl" | "obm" | "obo" | "obr" | "obt" | "obu" | "oca" | "och" | "oci" | "ocm" | "oco" | "ocu" | "oda" | "odk" | "odt" | "odu" | "ofo" | "ofs" | "ofu" | "ogb" | "ogc" | "oge" | "ogg" | "ogo" | "ogu" | "oht" | "ohu" | "oia" | "oie" | "oin" | "ojb" | "ojc" | "ojg" | "oji" | "ojp" | "ojs" | "ojv" | "ojw" | "oka" | "okb" | "okc" | "okd" | "oke" | "okg" | "okh" | "oki" | "okj" | "okk" | "okl" | "okm" | "okn" | "oko" | "okr" | "oks" | "oku" | "okv" | "okx" | "okz" | "ola" | "old" | "ole" | "olk" | "olm" | "olo" | "olr" | "olt" | "olu" | "oma" | "omb" | "omc" | "omg" | "omi" | "omk" | "oml" | "omn" | "omo" | "omp" | "omr" | "omt" | "omu" | "omw" | "omx" | "omy" | "ona" | "onb" | "one" | "ong" | "oni" | "onj" | "onk" | "onn" | "ono" | "onp" | "onr" | "ons" | "ont" | "onu" | "onw" | "onx" | "ood" | "oog" | "oon" | "oor" | "oos" | "opa" | "opk" | "opm" | "opo" | "opt" | "opy" | "ora" | "orc" | "ore" | "org" | "orh" | "ori" | "orm" | "orn" | "oro" | "orr" | "ors" | "ort" | "oru" | "orv" | "orw" | "orx" | "ory" | "orz" | "osa" | "osc" | "osi" | "osn" | "oso" | "osp" | "oss" | "ost" | "osu" | "osx" | "ota" | "otb" | "otd" | "ote" | "oti" | "otk" | "otl" | "otm" | "otn" | "otq" | "otr" | "ots" | "ott" | "otu" | "otw" | "otx" | "oty" | "otz" | "oua" | "oub" | "oue" | "oui" | "oum" | "ovd" | "owi" | "owl" | "oyb" | "oyd" | "oym" | "oyy" | "ozm" | "pab" | "pac" | "pad" | "pae" | "paf" | "pag" | "pah" | "pai" | "pak" | "pal" | "pam" | "pan" | "pao" | "pap" | "paq" | "par" | "pas" | "pau" | "pav" | "paw" | "pax" | "pay" | "paz" | "pbb" | "pbc" | "pbe" | "pbf" | "pbg" | "pbh" | "pbi" | "pbl" | "pbm" | "pbn" | "pbo" | "pbp" | "pbr" | "pbs" | "pbt" | "pbu" | "pbv" | "pby" | "pca" | "pcb" | "pcc" | "pcd" | "pce" | "pcf" | "pcg" | "pch" | "pci" | "pcj" | "pck" | "pcl" | "pcm" | "pcn" | "pcp" | "pcw" | "pda" | "pdc" | "pdi" | "pdn" | "pdo" | "pdt" | "pdu" | "pea" | "peb" | "ped" | "pee" | "pef" | "peg" | "peh" | "pei" | "pej" | "pek" | "pel" | "pem" | "peo" | "pep" | "peq" | "pes" | "pev" | "pex" | "pey" | "pez" | "pfa" | "pfe" | "pfl" | "pga" | "pgd" | "pgg" | "pgi" | "pgk" | "pgl" | "pgn" | "pgs" | "pgu" | "pgz" | "pha" | "phd" | "phg" | "phh" | "phj" | "phk" | "phl" | "phm" | "phn" | "pho" | "phq" | "phr" | "pht" | "phu" | "phv" | "phw" | "pia" | "pib" | "pic" | "pid" | "pie" | "pif" | "pig" | "pih" | "pij" | "pil" | "pim" | "pin" | "pio" | "pip" | "pir" | "pis" | "pit" | "piu" | "piv" | "piw" | "pix" | "piy" | "piz" | "pjt" | "pka" | "pkb" | "pkc" | "pkg" | "pkh" | "pkn" | "pko" | "pkp" | "pkr" | "pks" | "pkt" | "pku" | "pla" | "plb" | "plc" | "pld" | "ple" | "plg" | "plh" | "pli" | "plj" | "plk" | "pll" | "pln" | "plo" | "plq" | "plr" | "pls" | "plt" | "plu" | "plv" | "plw" | "ply" | "plz" | "pma" | "pmb" | "pmd" | "pme" | "pmf" | "pmh" | "pmi" | "pmj" | "pmk" | "pml" | "pmm" | "pmn" | "pmo" | "pmq" | "pmr" | "pms" | "pmt" | "pmw" | "pmx" | "pmy" | "pmz" | "pna" | "pnb" | "pnc" | "pnd" | "pne" | "png" | "pnh" | "pni" | "pnj" | "pnk" | "pnl" | "pnm" | "pnn" | "pno" | "pnp" | "pnq" | "pnr" | "pns" | "pnt" | "pnu" | "pnv" | "pnw" | "pnx" | "pny" | "pnz" | "poc" | "poe" | "pof" | "pog" | "poh" | "poi" | "pok" | "pol" | "pom" | "pon" | "poo" | "pop" | "poq" | "por" | "pos" | "pot" | "pov" | "pow" | "pox" | "poy" | "ppe" | "ppi" | "ppk" | "ppl" | "ppm" | "ppn" | "ppo" | "ppp" | "ppq" | "pps" | "ppt" | "ppu" | "pqa" | "pqm" | "prc" | "prd" | "pre" | "prf" | "prg" | "prh" | "pri" | "prk" | "prl" | "prm" | "prn" | "pro" | "prp" | "prq" | "prr" | "prs" | "prt" | "pru" | "prw" | "prx" | "prz" | "psa" | "psc" | "psd" | "pse" | "psg" | "psh" | "psi" | "psl" | "psm" | "psn" | "pso" | "psp" | "psq" | "psr" | "pss" | "pst" | "psu" | "psw" | "psy" | "pta" | "pth" | "pti" | "ptn" | "pto" | "ptp" | "ptq" | "ptr" | "ptt" | "ptu" | "ptv" | "ptw" | "pty" | "pua" | "pub" | "puc" | "pud" | "pue" | "puf" | "pug" | "pui" | "puj" | "pum" | "puo" | "pup" | "puq" | "pur" | "pus" | "put" | "puu" | "puw" | "pux" | "puy" | "pwa" | "pwb" | "pwg" | "pwi" | "pwm" | "pwn" | "pwo" | "pwr" | "pww" | "pxm" | "pye" | "pym" | "pyn" | "pys" | "pyu" | "pyx" | "pyy" | "pzh" | "pzn" | "qua" | "qub" | "quc" | "qud" | "que" | "quf" | "qug" | "quh" | "qui" | "quk" | "qul" | "qum" | "qun" | "qup" | "quq" | "qur" | "qus" | "quv" | "quw" | "qux" | "quy" | "quz" | "qva" | "qvc" | "qve" | "qvh" | "qvi" | "qvj" | "qvl" | "qvm" | "qvn" | "qvo" | "qvp" | "qvs" | "qvw" | "qvy" | "qvz" | "qwa" | "qwc" | "qwh" | "qwm" | "qws" | "qwt" | "qxa" | "qxc" | "qxh" | "qxl" | "qxn" | "qxo" | "qxp" | "qxq" | "qxr" | "qxs" | "qxt" | "qxu" | "qxw" | "qya" | "qyp" | "raa" | "rab" | "rac" | "rad" | "raf" | "rag" | "rah" | "rai" | "raj" | "rak" | "ral" | "ram" | "ran" | "rao" | "rap" | "raq" | "rar" | "ras" | "rat" | "rau" | "rav" | "raw" | "rax" | "ray" | "raz" | "rbb" | "rbk" | "rbl" | "rbp" | "rcf" | "rdb" | "rea" | "reb" | "ree" | "reg" | "rei" | "rej" | "rel" | "rem" | "ren" | "rer" | "res" | "ret" | "rey" | "rga" | "rge" | "rgk" | "rgn" | "rgr" | "rgs" | "rgu" | "rhg" | "rhp" | "ria" | "rib" | "rif" | "ril" | "rim" | "rin" | "rir" | "rit" | "riu" | "rjg" | "rji" | "rjs" | "rka" | "rkb" | "rkh" | "rki" | "rkm" | "rkt" | "rkw" | "rma" | "rmb" | "rmc" | "rmd" | "rme" | "rmf" | "rmg" | "rmh" | "rmi" | "rmk" | "rml" | "rmm" | "rmn" | "rmo" | "rmp" | "rmq" | "rms" | "rmt" | "rmu" | "rmv" | "rmw" | "rmx" | "rmy" | "rmz" | "rnb" | "rnd" | "rng" | "rnl" | "rnn" | "rnp" | "rnr" | "rnw" | "rob" | "roc" | "rod" | "roe" | "rof" | "rog" | "roh" | "rol" | "rom" | "ron" | "roo" | "rop" | "ror" | "rou" | "row" | "rpn" | "rpt" | "rri" | "rro" | "rrt" | "rsb" | "rsk" | "rsl" | "rsm" | "rsn" | "rtc" | "rth" | "rtm" | "rts" | "rtw" | "rub" | "ruc" | "rue" | "ruf" | "rug" | "ruh" | "rui" | "ruk" | "run" | "ruo" | "rup" | "ruq" | "rus" | "rut" | "ruu" | "ruy" | "ruz" | "rwa" | "rwk" | "rwl" | "rwm" | "rwo" | "rwr" | "rxd" | "rxw" | "ryn" | "rys" | "ryu" | "rzh" | "saa" | "sab" | "sac" | "sad" | "sae" | "saf" | "sag" | "sah" | "saj" | "sak" | "sam" | "san" | "sao" | "saq" | "sar" | "sas" | "sat" | "sau" | "sav" | "saw" | "sax" | "say" | "saz" | "sba" | "sbb" | "sbc" | "sbd" | "sbe" | "sbf" | "sbg" | "sbh" | "sbi" | "sbj" | "sbk" | "sbl" | "sbm" | "sbn" | "sbo" | "sbp" | "sbq" | "sbr" | "sbs" | "sbt" | "sbu" | "sbv" | "sbw" | "sbx" | "sby" | "sbz" | "scb" | "sce" | "scf" | "scg" | "sch" | "sci" | "sck" | "scl" | "scn" | "sco" | "scp" | "scq" | "scs" | "sct" | "scu" | "scv" | "scw" | "scx" | "sda" | "sdb" | "sdc" | "sde" | "sdf" | "sdg" | "sdh" | "sdj" | "sdk" | "sdl" | "sdn" | "sdo" | "sdp" | "sdq" | "sdr" | "sds" | "sdt" | "sdu" | "sdx" | "sdz" | "sea" | "seb" | "sec" | "sed" | "see" | "sef" | "seg" | "seh" | "sei" | "sej" | "sek" | "sel" | "sen" | "seo" | "sep" | "seq" | "ser" | "ses" | "set" | "seu" | "sev" | "sew" | "sey" | "sez" | "sfb" | "sfe" | "sfm" | "sfs" | "sfw" | "sga" | "sgb" | "sgc" | "sgd" | "sge" | "sgg" | "sgh" | "sgi" | "sgj" | "sgk" | "sgm" | "sgp" | "sgr" | "sgs" | "sgt" | "sgu" | "sgw" | "sgx" | "sgy" | "sgz" | "sha" | "shb" | "shc" | "shd" | "she" | "shg" | "shh" | "shi" | "shj" | "shk" | "shl" | "shm" | "shn" | "sho" | "shp" | "shq" | "shr" | "shs" | "sht" | "shu" | "shv" | "shw" | "shx" | "shy" | "shz" | "sia" | "sib" | "sid" | "sie" | "sif" | "sig" | "sih" | "sii" | "sij" | "sik" | "sil" | "sim" | "sin" | "sip" | "siq" | "sir" | "sis" | "siu" | "siv" | "siw" | "six" | "siy" | "siz" | "sja" | "sjb" | "sjd" | "sje" | "sjg" | "sjk" | "sjl" | "sjm" | "sjn" | "sjo" | "sjp" | "sjr" | "sjs" | "sjt" | "sju" | "sjw" | "ska" | "skb" | "skc" | "skd" | "ske" | "skf" | "skg" | "skh" | "ski" | "skj" | "skm" | "skn" | "sko" | "skp" | "skq" | "skr" | "sks" | "skt" | "sku" | "skv" | "skw" | "skx" | "sky" | "skz" | "slc" | "sld" | "sle" | "slf" | "slg" | "slh" | "sli" | "slj" | "slk" | "sll" | "slm" | "sln" | "slp" | "slq" | "slr" | "sls" | "slt" | "slu" | "slv" | "slw" | "slx" | "sly" | "slz" | "sma" | "smb" | "smc" | "sme" | "smf" | "smg" | "smh" | "smj" | "smk" | "sml" | "smm" | "smn" | "smo" | "smp" | "smq" | "smr" | "sms" | "smt" | "smu" | "smv" | "smw" | "smx" | "smy" | "smz" | "sna" | "snc" | "snd" | "sne" | "snf" | "sng" | "sni" | "snj" | "snk" | "snl" | "snm" | "snn" | "sno" | "snp" | "snq" | "snr" | "sns" | "snu" | "snv" | "snw" | "snx" | "sny" | "snz" | "soa" | "sob" | "soc" | "sod" | "soe" | "sog" | "soh" | "soi" | "soj" | "sok" | "sol" | "som" | "soo" | "sop" | "soq" | "sor" | "sos" | "sot" | "sou" | "sov" | "sow" | "sox" | "soy" | "soz" | "spa" | "spb" | "spc" | "spd" | "spe" | "spg" | "spi" | "spk" | "spl" | "spm" | "spn" | "spo" | "spp" | "spq" | "spr" | "sps" | "spt" | "spu" | "spv" | "spx" | "spy" | "sqa" | "sqh" | "sqi" | "sqk" | "sqm" | "sqn" | "sqo" | "sqq" | "sqr" | "sqs" | "sqt" | "squ" | "sqx" | "sra" | "srb" | "src" | "srd" | "sre" | "srf" | "srg" | "srh" | "sri" | "srk" | "srl" | "srm" | "srn" | "sro" | "srp" | "srq" | "srr" | "srs" | "srt" | "sru" | "srv" | "srw" | "srx" | "sry" | "srz" | "ssb" | "ssc" | "ssd" | "sse" | "ssf" | "ssg" | "ssh" | "ssi" | "ssj" | "ssk" | "ssl" | "ssm" | "ssn" | "sso" | "ssp" | "ssq" | "ssr" | "sss" | "sst" | "ssu" | "ssv" | "ssw" | "ssx" | "ssy" | "ssz" | "sta" | "stb" | "std" | "ste" | "stf" | "stg" | "sth" | "sti" | "stj" | "stk" | "stl" | "stm" | "stn" | "sto" | "stp" | "stq" | "str" | "sts" | "stt" | "stu" | "stv" | "stw" | "sty" | "sua" | "sub" | "suc" | "sue" | "sug" | "sui" | "suj" | "suk" | "sun" | "suo" | "suq" | "sur" | "sus" | "sut" | "suv" | "suw" | "sux" | "suy" | "suz" | "sva" | "svb" | "svc" | "sve" | "svk" | "svm" | "svs" | "svx" | "swa" | "swb" | "swc" | "swe" | "swf" | "swg" | "swh" | "swi" | "swj" | "swk" | "swl" | "swm" | "swn" | "swo" | "swp" | "swq" | "swr" | "sws" | "swt" | "swu" | "swv" | "sww" | "swx" | "swy" | "sxb" | "sxc" | "sxe" | "sxg" | "sxk" | "sxl" | "sxm" | "sxn" | "sxo" | "sxr" | "sxs" | "sxu" | "sxw" | "sya" | "syb" | "syc" | "syi" | "syk" | "syl" | "sym" | "syn" | "syo" | "syr" | "sys" | "syw" | "syx" | "syy" | "sza" | "szb" | "szc" | "szd" | "sze" | "szg" | "szl" | "szn" | "szp" | "szs" | "szv" | "szw" | "szy" | "taa" | "tab" | "tac" | "tad" | "tae" | "taf" | "tag" | "tah" | "taj" | "tak" | "tal" | "tam" | "tan" | "tao" | "tap" | "taq" | "tar" | "tas" | "tat" | "tau" | "tav" | "taw" | "tax" | "tay" | "taz" | "tba" | "tbc" | "tbd" | "tbe" | "tbf" | "tbg" | "tbh" | "tbi" | "tbj" | "tbk" | "tbl" | "tbm" | "tbn" | "tbo" | "tbp" | "tbr" | "tbs" | "tbt" | "tbu" | "tbv" | "tbw" | "tbx" | "tby" | "tbz" | "tca" | "tcb" | "tcc" | "tcd" | "tce" | "tcf" | "tcg" | "tch" | "tci" | "tck" | "tcl" | "tcm" | "tcn" | "tco" | "tcp" | "tcq" | "tcs" | "tct" | "tcu" | "tcw" | "tcx" | "tcy" | "tcz" | "tda" | "tdb" | "tdc" | "tdd" | "tde" | "tdf" | "tdg" | "tdh" | "tdi" | "tdj" | "tdk" | "tdl" | "tdm" | "tdn" | "tdo" | "tdq" | "tdr" | "tds" | "tdt" | "tdv" | "tdx" | "tdy" | "tea" | "teb" | "tec" | "ted" | "tee" | "tef" | "teg" | "teh" | "tei" | "tek" | "tel" | "tem" | "ten" | "teo" | "tep" | "teq" | "ter" | "tes" | "tet" | "teu" | "tev" | "tew" | "tex" | "tey" | "tez" | "tfi" | "tfn" | "tfo" | "tfr" | "tft" | "tga" | "tgb" | "tgc" | "tgd" | "tge" | "tgf" | "tgh" | "tgi" | "tgj" | "tgk" | "tgl" | "tgn" | "tgo" | "tgp" | "tgq" | "tgr" | "tgs" | "tgt" | "tgu" | "tgv" | "tgw" | "tgx" | "tgy" | "tgz" | "tha" | "thd" | "the" | "thf" | "thh" | "thi" | "thk" | "thl" | "thm" | "thn" | "thp" | "thq" | "thr" | "ths" | "tht" | "thu" | "thv" | "thy" | "thz" | "tia" | "tic" | "tif" | "tig" | "tih" | "tii" | "tij" | "tik" | "til" | "tim" | "tin" | "tio" | "tip" | "tiq" | "tir" | "tis" | "tit" | "tiu" | "tiv" | "tiw" | "tix" | "tiy" | "tiz" | "tja" | "tjg" | "tji" | "tjj" | "tjl" | "tjm" | "tjn" | "tjo" | "tjp" | "tjs" | "tju" | "tjw" | "tka" | "tkb" | "tkd" | "tke" | "tkf" | "tkg" | "tkl" | "tkm" | "tkn" | "tkp" | "tkq" | "tkr" | "tks" | "tkt" | "tku" | "tkv" | "tkw" | "tkx" | "tkz" | "tla" | "tlb" | "tlc" | "tld" | "tlf" | "tlg" | "tlh" | "tli" | "tlj" | "tlk" | "tll" | "tlm" | "tln" | "tlo" | "tlp" | "tlq" | "tlr" | "tls" | "tlt" | "tlu" | "tlv" | "tlx" | "tly" | "tma" | "tmb" | "tmc" | "tmd" | "tme" | "tmf" | "tmg" | "tmh" | "tmi" | "tmj" | "tmk" | "tml" | "tmm" | "tmn" | "tmo" | "tmq" | "tmr" | "tms" | "tmt" | "tmu" | "tmv" | "tmw" | "tmy" | "tmz" | "tna" | "tnb" | "tnc" | "tnd" | "tng" | "tnh" | "tni" | "tnk" | "tnl" | "tnm" | "tnn" | "tno" | "tnp" | "tnq" | "tnr" | "tns" | "tnt" | "tnu" | "tnv" | "tnw" | "tnx" | "tny" | "tnz" | "tob" | "toc" | "tod" | "tof" | "tog" | "toh" | "toi" | "toj" | "tok" | "tol" | "tom" | "ton" | "too" | "top" | "toq" | "tor" | "tos" | "tou" | "tov" | "tow" | "tox" | "toy" | "toz" | "tpa" | "tpc" | "tpe" | "tpf" | "tpg" | "tpi" | "tpj" | "tpk" | "tpl" | "tpm" | "tpn" | "tpo" | "tpp" | "tpq" | "tpr" | "tpt" | "tpu" | "tpv" | "tpw" | "tpx" | "tpy" | "tpz" | "tqb" | "tql" | "tqm" | "tqn" | "tqo" | "tqp" | "tqq" | "tqr" | "tqt" | "tqu" | "tqw" | "tra" | "trb" | "trc" | "trd" | "tre" | "trf" | "trg" | "trh" | "tri" | "trj" | "trl" | "trm" | "trn" | "tro" | "trp" | "trq" | "trr" | "trs" | "trt" | "tru" | "trv" | "trw" | "trx" | "try" | "trz" | "tsa" | "tsb" | "tsc" | "tsd" | "tse" | "tsg" | "tsh" | "tsi" | "tsj" | "tsk" | "tsl" | "tsm" | "tsn" | "tso" | "tsp" | "tsq" | "tsr" | "tss" | "tst" | "tsu" | "tsv" | "tsw" | "tsx" | "tsy" | "tsz" | "tta" | "ttb" | "ttc" | "ttd" | "tte" | "ttf" | "ttg" | "tth" | "tti" | "ttj" | "ttk" | "ttl" | "ttm" | "ttn" | "tto" | "ttp" | "ttq" | "ttr" | "tts" | "ttt" | "ttu" | "ttv" | "ttw" | "tty" | "ttz" | "tua" | "tub" | "tuc" | "tud" | "tue" | "tuf" | "tug" | "tuh" | "tui" | "tuj" | "tuk" | "tul" | "tum" | "tun" | "tuo" | "tuq" | "tur" | "tus" | "tuu" | "tuv" | "tux" | "tuy" | "tuz" | "tva" | "tvd" | "tve" | "tvk" | "tvl" | "tvm" | "tvn" | "tvo" | "tvs" | "tvt" | "tvu" | "tvw" | "tvx" | "tvy" | "twa" | "twb" | "twc" | "twd" | "twe" | "twf" | "twg" | "twh" | "twi" | "twl" | "twm" | "twn" | "two" | "twp" | "twq" | "twr" | "twt" | "twu" | "tww" | "twx" | "twy" | "txa" | "txb" | "txc" | "txe" | "txg" | "txh" | "txi" | "txj" | "txm" | "txn" | "txo" | "txq" | "txr" | "txs" | "txt" | "txu" | "txx" | "txy" | "tya" | "tye" | "tyh" | "tyi" | "tyj" | "tyl" | "tyn" | "typ" | "tyr" | "tys" | "tyt" | "tyu" | "tyv" | "tyx" | "tyy" | "tyz" | "tza" | "tzh" | "tzj" | "tzl" | "tzm" | "tzn" | "tzo" | "tzx" | "uam" | "uan" | "uar" | "uba" | "ubi" | "ubl" | "ubr" | "ubu" | "uby" | "uda" | "ude" | "udg" | "udi" | "udj" | "udl" | "udm" | "udu" | "ues" | "ufi" | "uga" | "ugb" | "uge" | "ugh" | "ugn" | "ugo" | "ugy" | "uha" | "uhn" | "uig" | "uis" | "uiv" | "uji" | "uka" | "ukg" | "ukh" | "uki" | "ukk" | "ukl" | "ukp" | "ukq" | "ukr" | "uks" | "uku" | "ukv" | "ukw" | "uky" | "ula" | "ulb" | "ulc" | "ule" | "ulf" | "uli" | "ulk" | "ull" | "ulm" | "uln" | "ulu" | "ulw" | "uma" | "umb" | "umc" | "umd" | "umg" | "umi" | "umm" | "umn" | "umo" | "ump" | "umr" | "ums" | "umu" | "una" | "und" | "une" | "ung" | "uni" | "unk" | "unm" | "unn" | "unr" | "unu" | "unx" | "unz" | "uon" | "upi" | "upv" | "ura" | "urb" | "urc" | "urd" | "ure" | "urf" | "urg" | "urh" | "uri" | "urk" | "url" | "urm" | "urn" | "uro" | "urp" | "urr" | "urt" | "uru" | "urv" | "urw" | "urx" | "ury" | "urz" | "usa" | "ush" | "usi" | "usk" | "usp" | "uss" | "usu" | "uta" | "ute" | "uth" | "utp" | "utr" | "utu" | "uum" | "uur" | "uuu" | "uve" | "uvh" | "uvl" | "uwa" | "uya" | "uzb" | "uzn" | "uzs" | "vaa" | "vae" | "vaf" | "vag" | "vah" | "vai" | "vaj" | "val" | "vam" | "van" | "vao" | "vap" | "var" | "vas" | "vau" | "vav" | "vay" | "vbb" | "vbk" | "vec" | "ved" | "vel" | "vem" | "ven" | "veo" | "vep" | "ver" | "vgr" | "vgt" | "vic" | "vid" | "vie" | "vif" | "vig" | "vil" | "vin" | "vis" | "vit" | "viv" | "vka" | "vkj" | "vkk" | "vkl" | "vkm" | "vkn" | "vko" | "vkp" | "vkt" | "vku" | "vkz" | "vlp" | "vls" | "vma" | "vmb" | "vmc" | "vmd" | "vme" | "vmf" | "vmg" | "vmh" | "vmi" | "vmj" | "vmk" | "vml" | "vmm" | "vmp" | "vmq" | "vmr" | "vms" | "vmu" | "vmv" | "vmw" | "vmx" | "vmy" | "vmz" | "vnk" | "vnm" | "vnp" | "vol" | "vor" | "vot" | "vra" | "vro" | "vrs" | "vrt" | "vsi" | "vsl" | "vsv" | "vto" | "vum" | "vun" | "vut" | "vwa" | "waa" | "wab" | "wac" | "wad" | "wae" | "waf" | "wag" | "wah" | "wai" | "waj" | "wal" | "wam" | "wan" | "wao" | "wap" | "waq" | "war" | "was" | "wat" | "wau" | "wav" | "waw" | "wax" | "way" | "waz" | "wba" | "wbb" | "wbe" | "wbf" | "wbh" | "wbi" | "wbj" | "wbk" | "wbl" | "wbm" | "wbp" | "wbq" | "wbr" | "wbs" | "wbt" | "wbv" | "wbw" | "wca" | "wci" | "wdd" | "wdg" | "wdj" | "wdk" | "wdt" | "wdu" | "wdy" | "wea" | "wec" | "wed" | "weg" | "weh" | "wei" | "wem" | "weo" | "wep" | "wer" | "wes" | "wet" | "weu" | "wew" | "wfg" | "wga" | "wgb" | "wgg" | "wgi" | "wgo" | "wgu" | "wgy" | "wha" | "whg" | "whk" | "whu" | "wib" | "wic" | "wie" | "wif" | "wig" | "wih" | "wii" | "wij" | "wik" | "wil" | "wim" | "win" | "wir" | "wiu" | "wiv" | "wiy" | "wja" | "wji" | "wka" | "wkb" | "wkd" | "wkl" | "wkr" | "wku" | "wkw" | "wky" | "wla" | "wlc" | "wle" | "wlg" | "wlh" | "wli" | "wlk" | "wll" | "wlm" | "wln" | "wlo" | "wlr" | "wls" | "wlu" | "wlv" | "wlw" | "wlx" | "wly" | "wma" | "wmb" | "wmc" | "wmd" | "wme" | "wmg" | "wmh" | "wmi" | "wmm" | "wmn" | "wmo" | "wms" | "wmt" | "wmw" | "wmx" | "wnb" | "wnc" | "wnd" | "wne" | "wng" | "wni" | "wnk" | "wnm" | "wnn" | "wno" | "wnp" | "wnu" | "wnw" | "wny" | "woa" | "wob" | "woc" | "wod" | "woe" | "wof" | "wog" | "woi" | "wok" | "wol" | "wom" | "won" | "woo" | "wor" | "wos" | "wow" | "woy" | "wpc" | "wrb" | "wrg" | "wrh" | "wri" | "wrk" | "wrl" | "wrm" | "wrn" | "wro" | "wrp" | "wrr" | "wrs" | "wru" | "wrv" | "wrw" | "wrx" | "wry" | "wrz" | "wsa" | "wsg" | "wsi" | "wsk" | "wsr" | "wss" | "wsu" | "wsv" | "wtf" | "wth" | "wti" | "wtk" | "wtm" | "wtw" | "wua" | "wub" | "wud" | "wuh" | "wul" | "wum" | "wun" | "wur" | "wut" | "wuu" | "wuv" | "wux" | "wuy" | "wwa" | "wwb" | "wwo" | "wwr" | "www" | "wxa" | "wxw" | "wyb" | "wyi" | "wym" | "wyn" | "wyr" | "wyy" | "xaa" | "xab" | "xac" | "xad" | "xae" | "xag" | "xai" | "xaj" | "xak" | "xal" | "xam" | "xan" | "xao" | "xap" | "xaq" | "xar" | "xas" | "xat" | "xau" | "xav" | "xaw" | "xay" | "xbb" | "xbc" | "xbd" | "xbe" | "xbg" | "xbi" | "xbj" | "xbm" | "xbn" | "xbo" | "xbp" | "xbr" | "xbw" | "xby" | "xcb" | "xcc" | "xce" | "xcg" | "xch" | "xcl" | "xcm" | "xcn" | "xco" | "xcr" | "xct" | "xcu" | "xcv" | "xcw" | "xcy" | "xda" | "xdc" | "xdk" | "xdm" | "xdo" | "xdq" | "xdy" | "xeb" | "xed" | "xeg" | "xel" | "xem" | "xep" | "xer" | "xes" | "xet" | "xeu" | "xfa" | "xga" | "xgb" | "xgd" | "xgf" | "xgg" | "xgi" | "xgl" | "xgm" | "xgr" | "xgu" | "xgw" | "xha" | "xhc" | "xhd" | "xhe" | "xhm" | "xho" | "xhr" | "xht" | "xhu" | "xhv" | "xib" | "xii" | "xil" | "xin" | "xir" | "xis" | "xiv" | "xiy" | "xjb" | "xjt" | "xka" | "xkb" | "xkc" | "xkd" | "xke" | "xkf" | "xkg" | "xki" | "xkj" | "xkk" | "xkl" | "xkn" | "xko" | "xkp" | "xkq" | "xkr" | "xks" | "xkt" | "xku" | "xkv" | "xkw" | "xkx" | "xky" | "xkz" | "xla" | "xlb" | "xlc" | "xld" | "xle" | "xlg" | "xli" | "xln" | "xlo" | "xlp" | "xls" | "xlu" | "xly" | "xma" | "xmb" | "xmc" | "xmd" | "xme" | "xmf" | "xmg" | "xmh" | "xmj" | "xmk" | "xml" | "xmm" | "xmn" | "xmo" | "xmp" | "xmq" | "xmr" | "xms" | "xmt" | "xmu" | "xmv" | "xmw" | "xmx" | "xmy" | "xmz" | "xna" | "xnb" | "xng" | "xnh" | "xni" | "xnj" | "xnk" | "xnm" | "xnn" | "xno" | "xnq" | "xnr" | "xns" | "xnt" | "xnu" | "xny" | "xnz" | "xoc" | "xod" | "xog" | "xoi" | "xok" | "xom" | "xon" | "xoo" | "xop" | "xor" | "xow" | "xpa" | "xpb" | "xpc" | "xpd" | "xpe" | "xpf" | "xpg" | "xph" | "xpi" | "xpj" | "xpk" | "xpl" | "xpm" | "xpn" | "xpo" | "xpp" | "xpq" | "xpr" | "xps" | "xpt" | "xpu" | "xpv" | "xpw" | "xpx" | "xpy" | "xpz" | "xqa" | "xqt" | "xra" | "xrb" | "xrd" | "xre" | "xrg" | "xri" | "xrm" | "xrn" | "xrr" | "xrt" | "xru" | "xrw" | "xsa" | "xsb" | "xsc" | "xsd" | "xse" | "xsh" | "xsi" | "xsj" | "xsl" | "xsm" | "xsn" | "xso" | "xsp" | "xsq" | "xsr" | "xss" | "xsu" | "xsv" | "xsy" | "xta" | "xtb" | "xtc" | "xtd" | "xte" | "xtg" | "xth" | "xti" | "xtj" | "xtl" | "xtm" | "xtn" | "xto" | "xtp" | "xtq" | "xtr" | "xts" | "xtt" | "xtu" | "xtv" | "xtw" | "xty" | "xua" | "xub" | "xud" | "xug" | "xuj" | "xul" | "xum" | "xun" | "xuo" | "xup" | "xur" | "xut" | "xuu" | "xve" | "xvi" | "xvn" | "xvo" | "xvs" | "xwa" | "xwc" | "xwd" | "xwe" | "xwg" | "xwj" | "xwk" | "xwl" | "xwo" | "xwr" | "xwt" | "xww" | "xxb" | "xxk" | "xxm" | "xxr" | "xxt" | "xya" | "xyb" | "xyj" | "xyk" | "xyl" | "xyt" | "xyy" | "xzh" | "xzm" | "xzp" | "yaa" | "yab" | "yac" | "yad" | "yae" | "yaf" | "yag" | "yah" | "yai" | "yaj" | "yak" | "yal" | "yam" | "yan" | "yao" | "yap" | "yaq" | "yar" | "yas" | "yat" | "yau" | "yav" | "yaw" | "yax" | "yay" | "yaz" | "yba" | "ybb" | "ybe" | "ybh" | "ybi" | "ybj" | "ybk" | "ybl" | "ybm" | "ybn" | "ybo" | "ybx" | "yby" | "ych" | "ycl" | "ycn" | "ycp" | "yda" | "ydd" | "yde" | "ydg" | "ydk" | "yea" | "yec" | "yee" | "yei" | "yej" | "yel" | "yer" | "yes" | "yet" | "yeu" | "yev" | "yey" | "yga" | "ygi" | "ygl" | "ygm" | "ygp" | "ygr" | "ygs" | "ygu" | "ygw" | "yha" | "yhd" | "yhl" | "yhs" | "yia" | "yid" | "yif" | "yig" | "yih" | "yii" | "yij" | "yik" | "yil" | "yim" | "yin" | "yip" | "yiq" | "yir" | "yis" | "yit" | "yiu" | "yiv" | "yix" | "yiz" | "yka" | "ykg" | "yki" | "ykk" | "ykl" | "ykm" | "ykn" | "yko" | "ykr" | "ykt" | "yku" | "yky" | "yla" | "ylb" | "yle" | "ylg" | "yli" | "yll" | "ylm" | "yln" | "ylo" | "ylr" | "ylu" | "yly" | "ymb" | "ymc" | "ymd" | "yme" | "ymg" | "ymh" | "ymi" | "ymk" | "yml" | "ymm" | "ymn" | "ymo" | "ymp" | "ymq" | "ymr" | "yms" | "ymx" | "ymz" | "yna" | "ynd" | "yne" | "yng" | "ynk" | "ynl" | "ynn" | "yno" | "ynq" | "yns" | "ynu" | "yob" | "yog" | "yoi" | "yok" | "yol" | "yom" | "yon" | "yor" | "yot" | "yox" | "yoy" | "ypa" | "ypb" | "ypg" | "yph" | "ypm" | "ypn" | "ypo" | "ypp" | "ypz" | "yra" | "yrb" | "yre" | "yrk" | "yrl" | "yrm" | "yrn" | "yro" | "yrs" | "yrw" | "yry" | "ysc" | "ysd" | "ysg" | "ysl" | "ysm" | "ysn" | "yso" | "ysp" | "ysr" | "yss" | "ysy" | "yta" | "ytl" | "ytp" | "ytw" | "yty" | "yua" | "yub" | "yuc" | "yud" | "yue" | "yuf" | "yug" | "yui" | "yuj" | "yuk" | "yul" | "yum" | "yun" | "yup" | "yuq" | "yur" | "yut" | "yuw" | "yux" | "yuy" | "yuz" | "yva" | "yvt" | "ywa" | "ywg" | "ywl" | "ywn" | "ywq" | "ywr" | "ywt" | "ywu" | "yww" | "yxa" | "yxg" | "yxl" | "yxm" | "yxu" | "yxy" | "yyr" | "yyu" | "yyz" | "yzg" | "yzk" | "zaa" | "zab" | "zac" | "zad" | "zae" | "zaf" | "zag" | "zah" | "zai" | "zaj" | "zak" | "zal" | "zam" | "zao" | "zap" | "zaq" | "zar" | "zas" | "zat" | "zau" | "zav" | "zaw" | "zax" | "zay" | "zaz" | "zba" | "zbc" | "zbe" | "zbl" | "zbt" | "zbu" | "zbw" | "zca" | "zcd" | "zch" | "zdj" | "zea" | "zeg" | "zeh" | "zen" | "zga" | "zgb" | "zgh" | "zgm" | "zgn" | "zgr" | "zha" | "zhb" | "zhd" | "zhi" | "zhn" | "zho" | "zhw" | "zia" | "zib" | "zik" | "zil" | "zim" | "zin" | "ziw" | "ziz" | "zka" | "zkb" | "zkd" | "zkg" | "zkh" | "zkk" | "zkn" | "zko" | "zkp" | "zkr" | "zkt" | "zku" | "zkv" | "zkz" | "zla" | "zlj" | "zlm" | "zln" | "zlq" | "zma" | "zmb" | "zmc" | "zmd" | "zme" | "zmf" | "zmg" | "zmh" | "zmi" | "zmj" | "zmk" | "zml" | "zmm" | "zmn" | "zmo" | "zmp" | "zmq" | "zmr" | "zms" | "zmt" | "zmu" | "zmv" | "zmw" | "zmx" | "zmy" | "zmz" | "zna" | "zne" | "zng" | "znk" | "zns" | "zoc" | "zoh" | "zom" | "zoo" | "zoq" | "zor" | "zos" | "zpa" | "zpb" | "zpc" | "zpd" | "zpe" | "zpf" | "zpg" | "zph" | "zpi" | "zpj" | "zpk" | "zpl" | "zpm" | "zpn" | "zpo" | "zpp" | "zpq" | "zpr" | "zps" | "zpt" | "zpu" | "zpv" | "zpw" | "zpx" | "zpy" | "zpz" | "zqe" | "zra" | "zrg" | "zrn" | "zro" | "zrp" | "zrs" | "zsa" | "zsk" | "zsl" | "zsm" | "zsr" | "zsu" | "zte" | "ztg" | "ztl" | "ztm" | "ztn" | "ztp" | "ztq" | "zts" | "ztt" | "ztu" | "ztx" | "zty" | "zua" | "zuh" | "zul" | "zum" | "zun" | "zuy" | "zwa" | "zxx" | "zyb" | "zyg" | "zyj" | "zyn" | "zyp" | "zza" | "zzj";
|
|
6857
|
+
relationship_to_developer: components["schemas"]["organization__create_agent_version__Request__Identity__RelationshipToDeveloper"];
|
|
6858
|
+
};
|
|
6859
|
+
/** RelationshipToDeveloper */
|
|
6860
|
+
organization__create_agent_version__Request__Identity__RelationshipToDeveloper: {
|
|
6861
|
+
ownership: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6862
|
+
type: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6863
|
+
conversation_visibility: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6864
|
+
thought_visibility: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
6865
|
+
};
|
|
6866
|
+
/** VoiceConfig */
|
|
6867
|
+
organization__create_agent_version__Request__VoiceConfig: {
|
|
6868
|
+
/**
|
|
6869
|
+
* Voice Id
|
|
6870
|
+
* @description The Elevenlabs voice ID for this agent.
|
|
6871
|
+
*/
|
|
6872
|
+
voice_id: string;
|
|
6873
|
+
/** Stability */
|
|
6874
|
+
stability: number;
|
|
6875
|
+
/** Similarity Boost */
|
|
6876
|
+
similarity_boost: number;
|
|
6877
|
+
/** Style */
|
|
6878
|
+
style: number;
|
|
7139
6879
|
};
|
|
7140
6880
|
/** Response */
|
|
7141
6881
|
organization__create_agent_version__Response: {
|
|
@@ -7208,7 +6948,7 @@ export interface components {
|
|
|
7208
6948
|
* User Dimensions
|
|
7209
6949
|
* @description User dimensions for the organization.
|
|
7210
6950
|
*/
|
|
7211
|
-
user_dimensions: components["schemas"]["
|
|
6951
|
+
user_dimensions: components["schemas"]["organization__modify_organization__Request__UserDimension"][];
|
|
7212
6952
|
/**
|
|
7213
6953
|
* Logo
|
|
7214
6954
|
* Format: base64
|
|
@@ -7340,6 +7080,15 @@ export interface components {
|
|
|
7340
7080
|
*/
|
|
7341
7081
|
global_boundary_constraints: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7342
7082
|
};
|
|
7083
|
+
/** ExitCondition */
|
|
7084
|
+
organization__create_service_hierarchical_state_machine_version__Request__ActionState__ExitCondition: {
|
|
7085
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7086
|
+
/** Next State */
|
|
7087
|
+
next_state: components["schemas"]["StateOrRefName"] | [
|
|
7088
|
+
components["schemas"]["ExternalStateName"],
|
|
7089
|
+
components["schemas"]["StateOrRefName"]
|
|
7090
|
+
];
|
|
7091
|
+
};
|
|
7343
7092
|
/** Response */
|
|
7344
7093
|
organization__create_service_hierarchical_state_machine_version__Response: {
|
|
7345
7094
|
/**
|
|
@@ -7411,14 +7160,14 @@ export interface components {
|
|
|
7411
7160
|
*/
|
|
7412
7161
|
version: number;
|
|
7413
7162
|
/** @description The voice configuration of the agent. */
|
|
7414
|
-
voice_config: components["schemas"]["
|
|
7163
|
+
voice_config: components["schemas"]["amigo_lib__mongo__collections__agent__Agent__VoiceConfig"];
|
|
7415
7164
|
/**
|
|
7416
7165
|
* Initials
|
|
7417
7166
|
* @description The initials of the agent.
|
|
7418
7167
|
*/
|
|
7419
7168
|
initials: string;
|
|
7420
7169
|
/** @description The identity of the agent. */
|
|
7421
|
-
identity: components["schemas"]["
|
|
7170
|
+
identity: components["schemas"]["amigo_lib__mongo__collections__agent__Agent__Identity"];
|
|
7422
7171
|
/**
|
|
7423
7172
|
* Background
|
|
7424
7173
|
* @description A description of the `Agent`'s background.
|
|
@@ -7524,7 +7273,7 @@ export interface components {
|
|
|
7524
7273
|
onboarding_instructions: string[];
|
|
7525
7274
|
/** @description Default user preferences for new users in this organization. This field is only populated if this endpoint is called with user authentication credentials,
|
|
7526
7275
|
* and the authenticated user has the `Organization:GetOrganizationDetails` permission. */
|
|
7527
|
-
default_user_preferences: components["schemas"]["
|
|
7276
|
+
default_user_preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"] | null;
|
|
7528
7277
|
};
|
|
7529
7278
|
/** Request */
|
|
7530
7279
|
organization__get_organization_metrics__Request: {
|
|
@@ -7584,7 +7333,7 @@ export interface components {
|
|
|
7584
7333
|
* User Dimensions
|
|
7585
7334
|
* @description The list of user dimensions for the organization.
|
|
7586
7335
|
*/
|
|
7587
|
-
user_dimensions: components["schemas"]["
|
|
7336
|
+
user_dimensions: components["schemas"]["amigo_lib__mongo__collections__user__User__UserModel__UserDimension"][];
|
|
7588
7337
|
};
|
|
7589
7338
|
/** Request */
|
|
7590
7339
|
organization__modify_organization__Request: {
|
|
@@ -7620,7 +7369,7 @@ export interface components {
|
|
|
7620
7369
|
* User Dimensions
|
|
7621
7370
|
* @description User dimensions for the organization. If not set or `null`, this field is not updated.
|
|
7622
7371
|
*/
|
|
7623
|
-
user_dimensions?: components["schemas"]["
|
|
7372
|
+
user_dimensions?: components["schemas"]["organization__modify_organization__Request__UserDimension"][] | null;
|
|
7624
7373
|
/** @description The default user preferences for the organization. If `null`, this field is not updated. */
|
|
7625
7374
|
default_user_preferences?: components["schemas"]["organization__modify_organization__Request__Preferences"] | null;
|
|
7626
7375
|
/**
|
|
@@ -7654,6 +7403,12 @@ export interface components {
|
|
|
7654
7403
|
/** Timezone */
|
|
7655
7404
|
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;
|
|
7656
7405
|
};
|
|
7406
|
+
/** UserDimension */
|
|
7407
|
+
organization__modify_organization__Request__UserDimension: {
|
|
7408
|
+
description: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
7409
|
+
/** Tags */
|
|
7410
|
+
tags: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"][];
|
|
7411
|
+
};
|
|
7657
7412
|
/** Request */
|
|
7658
7413
|
role__assign_role__Request: {
|
|
7659
7414
|
/**
|
|
@@ -7680,7 +7435,7 @@ export interface components {
|
|
|
7680
7435
|
* Permission Grants
|
|
7681
7436
|
* @description A list of permission grants associated with this role.
|
|
7682
7437
|
*/
|
|
7683
|
-
permission_grants: components["schemas"]["
|
|
7438
|
+
permission_grants: components["schemas"]["role__create_role__Request__PermissionGrant"][];
|
|
7684
7439
|
/** @description The frontend view for users of this role. */
|
|
7685
7440
|
frontend_view: components["schemas"]["FrontendView"];
|
|
7686
7441
|
/**
|
|
@@ -7694,6 +7449,25 @@ export interface components {
|
|
|
7694
7449
|
*/
|
|
7695
7450
|
inherited_from: string | null;
|
|
7696
7451
|
};
|
|
7452
|
+
/** PermissionGrant */
|
|
7453
|
+
role__create_role__Request__PermissionGrant: {
|
|
7454
|
+
/**
|
|
7455
|
+
* Action
|
|
7456
|
+
* @description Whether this grant allows or denies the specified access.
|
|
7457
|
+
* @enum {string}
|
|
7458
|
+
*/
|
|
7459
|
+
action: "Allow" | "Deny";
|
|
7460
|
+
/** Permission Name */
|
|
7461
|
+
permission_name: string;
|
|
7462
|
+
/**
|
|
7463
|
+
* Conditions
|
|
7464
|
+
* @description A dictionary of attribute name to condition that must be met for this grant to be applicable.
|
|
7465
|
+
*/
|
|
7466
|
+
conditions: {
|
|
7467
|
+
[key: string]: components["schemas"]["Condition"];
|
|
7468
|
+
};
|
|
7469
|
+
description?: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"] | null;
|
|
7470
|
+
};
|
|
7697
7471
|
/** Response */
|
|
7698
7472
|
role__create_role__Response: {
|
|
7699
7473
|
/**
|
|
@@ -7718,7 +7492,7 @@ export interface components {
|
|
|
7718
7492
|
* Permission Grants
|
|
7719
7493
|
* @description A list of permission grants associated with this role. Only updated if specified. This field is an immutable field.
|
|
7720
7494
|
*/
|
|
7721
|
-
permission_grants?: components["schemas"]["
|
|
7495
|
+
permission_grants?: components["schemas"]["role__create_role__Request__PermissionGrant"][] | null;
|
|
7722
7496
|
/** @description The frontend view for the user of this role. Only updated if specified. This field is an immutable field. */
|
|
7723
7497
|
frontend_view?: components["schemas"]["FrontendView"] | null;
|
|
7724
7498
|
/**
|
|
@@ -7759,7 +7533,7 @@ export interface components {
|
|
|
7759
7533
|
is_active: boolean;
|
|
7760
7534
|
/** @description The `release` version set to use for this service. If not specified, the `release` version set will be the same as the `edge` version set, which uses the
|
|
7761
7535
|
* latest agent and state machine versions with no model preference. */
|
|
7762
|
-
release_version_set?: components["schemas"]["
|
|
7536
|
+
release_version_set?: components["schemas"]["service__create_service__Request__VersionSet"] | null;
|
|
7763
7537
|
/**
|
|
7764
7538
|
* Tags
|
|
7765
7539
|
* @description The tags of this service.
|
|
@@ -7768,6 +7542,42 @@ export interface components {
|
|
|
7768
7542
|
[key: string]: components["schemas"]["StrippedNonemptyString___w__s_____"] | null;
|
|
7769
7543
|
};
|
|
7770
7544
|
};
|
|
7545
|
+
/** VersionSet */
|
|
7546
|
+
service__create_service__Request__VersionSet: {
|
|
7547
|
+
/**
|
|
7548
|
+
* Agent Version Number
|
|
7549
|
+
* @description The version number of the agent to be used. If None, the latest agent version will be used.
|
|
7550
|
+
*/
|
|
7551
|
+
agent_version_number: number | null;
|
|
7552
|
+
/**
|
|
7553
|
+
* Service Hierarchical State Machine Version Number
|
|
7554
|
+
* @description The version number of the state machine to be used. If None, the latest state machine version will be used.
|
|
7555
|
+
*/
|
|
7556
|
+
service_hierarchical_state_machine_version_number: number | null;
|
|
7557
|
+
/** Llm Model Preferences */
|
|
7558
|
+
llm_model_preferences: {
|
|
7559
|
+
[key: string]: components["schemas"]["service__create_service__Request__VersionSet__LLMConfig"] | components["schemas"]["service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig"];
|
|
7560
|
+
};
|
|
7561
|
+
};
|
|
7562
|
+
/** LLMConfig */
|
|
7563
|
+
service__create_service__Request__VersionSet__LLMConfig: {
|
|
7564
|
+
llm_name: components["schemas"]["LLMType"];
|
|
7565
|
+
/**
|
|
7566
|
+
* Top P
|
|
7567
|
+
* @description The preferred `top_p` value.
|
|
7568
|
+
*/
|
|
7569
|
+
top_p: number;
|
|
7570
|
+
/**
|
|
7571
|
+
* Temperature
|
|
7572
|
+
* @description The preferred temperature value.
|
|
7573
|
+
*/
|
|
7574
|
+
temperature: number;
|
|
7575
|
+
/**
|
|
7576
|
+
* Top K
|
|
7577
|
+
* @description The preferred `top_k` value. Note that not all LLMs support this.
|
|
7578
|
+
*/
|
|
7579
|
+
top_k: number;
|
|
7580
|
+
};
|
|
7771
7581
|
/** Response */
|
|
7772
7582
|
service__create_service__Response: {
|
|
7773
7583
|
/**
|
|
@@ -7843,7 +7653,15 @@ export interface components {
|
|
|
7843
7653
|
/** Request */
|
|
7844
7654
|
service__upsert_service_version_set__Request: {
|
|
7845
7655
|
/** @description The version set to upsert. */
|
|
7846
|
-
version_set: components["schemas"]["
|
|
7656
|
+
version_set: components["schemas"]["service__create_service__Request__VersionSet"];
|
|
7657
|
+
};
|
|
7658
|
+
/** LLMLoadBalancingSetConfig */
|
|
7659
|
+
service__upsert_service_version_set__Request__VersionSet__LLMLoadBalancingSetConfig: {
|
|
7660
|
+
llm_load_balancing_set_name: components["schemas"]["LLMLoadBalancingSetType"];
|
|
7661
|
+
/** Configs */
|
|
7662
|
+
configs: {
|
|
7663
|
+
[key: string]: components["schemas"]["PerLLMConfig"];
|
|
7664
|
+
};
|
|
7847
7665
|
};
|
|
7848
7666
|
/** Request */
|
|
7849
7667
|
simulation__create_simulation_persona__Request: {
|
|
@@ -8048,7 +7866,7 @@ export interface components {
|
|
|
8048
7866
|
* Unit Test Runs
|
|
8049
7867
|
* @description The unit test runs that are part of this set.
|
|
8050
7868
|
*/
|
|
8051
|
-
unit_test_runs: components["schemas"]["
|
|
7869
|
+
unit_test_runs: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][];
|
|
8052
7870
|
/**
|
|
8053
7871
|
* Tags
|
|
8054
7872
|
* @description The tags of the simulation unit test set.
|
|
@@ -8057,6 +7875,16 @@ export interface components {
|
|
|
8057
7875
|
[key: string]: string | null;
|
|
8058
7876
|
};
|
|
8059
7877
|
};
|
|
7878
|
+
/** UnitTestRunDescriptor */
|
|
7879
|
+
simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor: {
|
|
7880
|
+
/** Unit Test Id */
|
|
7881
|
+
unit_test_id: string;
|
|
7882
|
+
/**
|
|
7883
|
+
* Run Count
|
|
7884
|
+
* @description The number of times to run the unit test.
|
|
7885
|
+
*/
|
|
7886
|
+
run_count: number;
|
|
7887
|
+
};
|
|
8060
7888
|
/** Response */
|
|
8061
7889
|
simulation__create_simulation_unit_test_set__Response: {
|
|
8062
7890
|
/**
|
|
@@ -8105,7 +7933,7 @@ export interface components {
|
|
|
8105
7933
|
* Simulation Personas
|
|
8106
7934
|
* @description The list of simulation personas.
|
|
8107
7935
|
*/
|
|
8108
|
-
simulation_personas: components["schemas"]["
|
|
7936
|
+
simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
8109
7937
|
/**
|
|
8110
7938
|
* Has More
|
|
8111
7939
|
* @description Whether there are more simulation personas to fetch.
|
|
@@ -8138,7 +7966,53 @@ export interface components {
|
|
|
8138
7966
|
* Roles
|
|
8139
7967
|
* @description The list of roles of the simulation personas.
|
|
8140
7968
|
*/
|
|
8141
|
-
roles: string[];
|
|
7969
|
+
roles: string[];
|
|
7970
|
+
};
|
|
7971
|
+
/** SimulationPersonaInstance */
|
|
7972
|
+
simulation__get_simulation_personas__Response__SimulationPersonaInstance: {
|
|
7973
|
+
/**
|
|
7974
|
+
* Id
|
|
7975
|
+
* @description The ID of the simulation persona.
|
|
7976
|
+
*/
|
|
7977
|
+
id: string;
|
|
7978
|
+
/**
|
|
7979
|
+
* Name
|
|
7980
|
+
* @description The name of the simulation persona.
|
|
7981
|
+
*/
|
|
7982
|
+
name: string;
|
|
7983
|
+
/**
|
|
7984
|
+
* Role
|
|
7985
|
+
* @description The role of the simulation persona.
|
|
7986
|
+
*/
|
|
7987
|
+
role: string;
|
|
7988
|
+
/**
|
|
7989
|
+
* Tags
|
|
7990
|
+
* @description The tags of the simulation persona.
|
|
7991
|
+
*/
|
|
7992
|
+
tags: {
|
|
7993
|
+
[key: string]: string | null;
|
|
7994
|
+
};
|
|
7995
|
+
/**
|
|
7996
|
+
* Is Deleted
|
|
7997
|
+
* @description Whether the simulation persona is deleted.
|
|
7998
|
+
*/
|
|
7999
|
+
is_deleted: boolean;
|
|
8000
|
+
/**
|
|
8001
|
+
* Created At
|
|
8002
|
+
* Format: date-time
|
|
8003
|
+
* @description The timestamp when the simulation persona was created.
|
|
8004
|
+
*/
|
|
8005
|
+
created_at: string;
|
|
8006
|
+
/** @description The user who created the simulation persona. */
|
|
8007
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8008
|
+
/**
|
|
8009
|
+
* Updated At
|
|
8010
|
+
* Format: date-time
|
|
8011
|
+
* @description The timestamp when the simulation persona was last updated.
|
|
8012
|
+
*/
|
|
8013
|
+
updated_at: string;
|
|
8014
|
+
/** @description The user who last updated the simulation persona. */
|
|
8015
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_persona__SimulationPersona__UserInfo"];
|
|
8142
8016
|
};
|
|
8143
8017
|
/** Response */
|
|
8144
8018
|
simulation__get_simulation_scenario_versions__Response: {
|
|
@@ -8164,7 +8038,7 @@ export interface components {
|
|
|
8164
8038
|
* Simulation Scenarios
|
|
8165
8039
|
* @description The list of simulation scenarios.
|
|
8166
8040
|
*/
|
|
8167
|
-
simulation_scenarios: components["schemas"]["
|
|
8041
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8168
8042
|
/**
|
|
8169
8043
|
* Has More
|
|
8170
8044
|
* @description Whether there are more simulation scenarios to fetch.
|
|
@@ -8352,7 +8226,7 @@ export interface components {
|
|
|
8352
8226
|
* Simulation Personas
|
|
8353
8227
|
* @description The list of simulation personas.
|
|
8354
8228
|
*/
|
|
8355
|
-
simulation_personas: components["schemas"]["
|
|
8229
|
+
simulation_personas: components["schemas"]["simulation__get_simulation_personas__Response__SimulationPersonaInstance"][];
|
|
8356
8230
|
};
|
|
8357
8231
|
/** Response */
|
|
8358
8232
|
simulation__search_simulation_scenarios__Response: {
|
|
@@ -8360,7 +8234,48 @@ export interface components {
|
|
|
8360
8234
|
* Simulation Scenarios
|
|
8361
8235
|
* @description The list of simulation scenarios.
|
|
8362
8236
|
*/
|
|
8363
|
-
simulation_scenarios: components["schemas"]["
|
|
8237
|
+
simulation_scenarios: components["schemas"]["simulation__search_simulation_scenarios__Response__SimulationScenarioInstance"][];
|
|
8238
|
+
};
|
|
8239
|
+
/** SimulationScenarioInstance */
|
|
8240
|
+
simulation__search_simulation_scenarios__Response__SimulationScenarioInstance: {
|
|
8241
|
+
/**
|
|
8242
|
+
* Id
|
|
8243
|
+
* @description The ID of the simulation scenario.
|
|
8244
|
+
*/
|
|
8245
|
+
id: string;
|
|
8246
|
+
/**
|
|
8247
|
+
* Name
|
|
8248
|
+
* @description The name of the simulation scenario.
|
|
8249
|
+
*/
|
|
8250
|
+
name: string;
|
|
8251
|
+
/**
|
|
8252
|
+
* Tags
|
|
8253
|
+
* @description The tags of the simulation scenario.
|
|
8254
|
+
*/
|
|
8255
|
+
tags: {
|
|
8256
|
+
[key: string]: string | null;
|
|
8257
|
+
};
|
|
8258
|
+
/**
|
|
8259
|
+
* Is Deleted
|
|
8260
|
+
* @description Whether the simulation scenario is deleted.
|
|
8261
|
+
*/
|
|
8262
|
+
is_deleted: boolean;
|
|
8263
|
+
/**
|
|
8264
|
+
* Created At
|
|
8265
|
+
* Format: date-time
|
|
8266
|
+
* @description The timestamp when the simulation scenario was created.
|
|
8267
|
+
*/
|
|
8268
|
+
created_at: string;
|
|
8269
|
+
/** @description The user who created the simulation scenario. */
|
|
8270
|
+
creator: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8271
|
+
/**
|
|
8272
|
+
* Updated At
|
|
8273
|
+
* Format: date-time
|
|
8274
|
+
* @description The timestamp when the simulation scenario was last updated.
|
|
8275
|
+
*/
|
|
8276
|
+
updated_at: string;
|
|
8277
|
+
/** @description The user who last updated the simulation scenario. */
|
|
8278
|
+
updated_by: components["schemas"]["amigo_lib__mongo__collections__simulation_scenario__SimulationScenario__UserInfo"];
|
|
8364
8279
|
};
|
|
8365
8280
|
/** Response */
|
|
8366
8281
|
simulation__search_simulation_unit_test_set__Response: {
|
|
@@ -8466,7 +8381,7 @@ export interface components {
|
|
|
8466
8381
|
* Unit Test Runs
|
|
8467
8382
|
* @description The unit test runs that are part of this set.
|
|
8468
8383
|
*/
|
|
8469
|
-
unit_test_runs?: components["schemas"]["
|
|
8384
|
+
unit_test_runs?: components["schemas"]["simulation__create_simulation_unit_test_set__Request__UnitTestRunDescriptor"][] | null;
|
|
8470
8385
|
/**
|
|
8471
8386
|
* Tags
|
|
8472
8387
|
* @description The tags of the simulation unit test set.
|
|
@@ -8503,7 +8418,7 @@ export interface components {
|
|
|
8503
8418
|
* Tool Invocations
|
|
8504
8419
|
* @description The list of tool invocations.
|
|
8505
8420
|
*/
|
|
8506
|
-
tool_invocations: components["schemas"]["
|
|
8421
|
+
tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8507
8422
|
/**
|
|
8508
8423
|
* Has More
|
|
8509
8424
|
* @description Whether there are more tool invocations to retrieve.
|
|
@@ -8583,7 +8498,7 @@ export interface components {
|
|
|
8583
8498
|
* Inputs
|
|
8584
8499
|
* @description The list of inputs for the tool invocation.
|
|
8585
8500
|
*/
|
|
8586
|
-
inputs: components["schemas"]["
|
|
8501
|
+
inputs: components["schemas"]["tool__test_tool__Request__Input"][];
|
|
8587
8502
|
};
|
|
8588
8503
|
/** Response */
|
|
8589
8504
|
tool__invoke_tool_version__Response: {
|
|
@@ -8655,7 +8570,48 @@ export interface components {
|
|
|
8655
8570
|
* Tool Invocations
|
|
8656
8571
|
* @description The list of tool invocations.
|
|
8657
8572
|
*/
|
|
8658
|
-
tool_invocations: components["schemas"]["
|
|
8573
|
+
tool_invocations: components["schemas"]["tool__search_tool_invocations__Response__ToolInvocationInstance"][];
|
|
8574
|
+
};
|
|
8575
|
+
/** ToolInvocationInstance */
|
|
8576
|
+
tool__search_tool_invocations__Response__ToolInvocationInstance: {
|
|
8577
|
+
/**
|
|
8578
|
+
* Id
|
|
8579
|
+
* @description The ID of the tool invocation.
|
|
8580
|
+
*/
|
|
8581
|
+
id: string;
|
|
8582
|
+
/**
|
|
8583
|
+
* Org Id
|
|
8584
|
+
* @description The ID of the organization.
|
|
8585
|
+
*/
|
|
8586
|
+
org_id: string;
|
|
8587
|
+
/**
|
|
8588
|
+
* Created At
|
|
8589
|
+
* Format: date-time
|
|
8590
|
+
*/
|
|
8591
|
+
created_at?: string;
|
|
8592
|
+
/**
|
|
8593
|
+
* Updated At
|
|
8594
|
+
* Format: date-time
|
|
8595
|
+
*/
|
|
8596
|
+
updated_at?: string;
|
|
8597
|
+
/** @description The status of the tool invocation. */
|
|
8598
|
+
invocation_status: components["schemas"]["InvocationStatus"];
|
|
8599
|
+
/** @description The source of the tool invocation. */
|
|
8600
|
+
invocation_source: components["schemas"]["InvocationSource"];
|
|
8601
|
+
/** Logs */
|
|
8602
|
+
logs: string[];
|
|
8603
|
+
/**
|
|
8604
|
+
* Duration Ms
|
|
8605
|
+
* @description The duration of the tool invocation in milliseconds.
|
|
8606
|
+
*/
|
|
8607
|
+
duration_ms: number;
|
|
8608
|
+
/**
|
|
8609
|
+
* Tool Id
|
|
8610
|
+
* @description The ID of the tool that was invoked.
|
|
8611
|
+
*/
|
|
8612
|
+
tool_id: string;
|
|
8613
|
+
/** @description The version of the tool that was invoked. */
|
|
8614
|
+
tool_version: components["schemas"]["amigo_lib__mongo__collections__tool_invocation__ToolInvocation__Version"];
|
|
8659
8615
|
};
|
|
8660
8616
|
/** Request */
|
|
8661
8617
|
tool__test_tool__Request: {
|
|
@@ -8663,7 +8619,7 @@ export interface components {
|
|
|
8663
8619
|
* Inputs
|
|
8664
8620
|
* @description The list of inputs for the tool invocation.
|
|
8665
8621
|
*/
|
|
8666
|
-
inputs: components["schemas"]["
|
|
8622
|
+
inputs: components["schemas"]["tool__test_tool__Request__Input"][];
|
|
8667
8623
|
/**
|
|
8668
8624
|
* Commit Branch
|
|
8669
8625
|
* @description The branch in the tools repo whose tip will be tested.
|
|
@@ -8689,6 +8645,22 @@ export interface components {
|
|
|
8689
8645
|
[key: string]: string;
|
|
8690
8646
|
};
|
|
8691
8647
|
};
|
|
8648
|
+
/** Input */
|
|
8649
|
+
tool__test_tool__Request__Input: {
|
|
8650
|
+
/**
|
|
8651
|
+
* Input Parameters
|
|
8652
|
+
* @description The input parameters for the tool invocation.
|
|
8653
|
+
*/
|
|
8654
|
+
input_parameters: {
|
|
8655
|
+
[key: string]: unknown;
|
|
8656
|
+
};
|
|
8657
|
+
/**
|
|
8658
|
+
* Invocation Mode
|
|
8659
|
+
* @description The mode of invocation.
|
|
8660
|
+
* @enum {string}
|
|
8661
|
+
*/
|
|
8662
|
+
invocation_mode: "regular" | "conversation-simulation";
|
|
8663
|
+
};
|
|
8692
8664
|
/** Response */
|
|
8693
8665
|
tool__test_tool__Response: {
|
|
8694
8666
|
/** Invocation Results */
|
|
@@ -8795,7 +8767,7 @@ export interface components {
|
|
|
8795
8767
|
* Users
|
|
8796
8768
|
* @description Users in this organization.
|
|
8797
8769
|
*/
|
|
8798
|
-
users: components["schemas"]["
|
|
8770
|
+
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8799
8771
|
/**
|
|
8800
8772
|
* Has More
|
|
8801
8773
|
* @description Whether there are more users to retrieve.
|
|
@@ -8807,13 +8779,68 @@ export interface components {
|
|
|
8807
8779
|
*/
|
|
8808
8780
|
continuation_token: number | null;
|
|
8809
8781
|
};
|
|
8782
|
+
/** UserInstance */
|
|
8783
|
+
user__get_users__Response__UserInstance: {
|
|
8784
|
+
/**
|
|
8785
|
+
* Org Id
|
|
8786
|
+
* @description The ID of the organization that this user belongs to.
|
|
8787
|
+
*/
|
|
8788
|
+
org_id: string;
|
|
8789
|
+
/**
|
|
8790
|
+
* User Id
|
|
8791
|
+
* @description The identifier of the user.
|
|
8792
|
+
*/
|
|
8793
|
+
user_id: string;
|
|
8794
|
+
/**
|
|
8795
|
+
* First Name
|
|
8796
|
+
* @description The first name of the user.
|
|
8797
|
+
*/
|
|
8798
|
+
first_name: string;
|
|
8799
|
+
/**
|
|
8800
|
+
* Last Name
|
|
8801
|
+
* @description The last name of the user.
|
|
8802
|
+
*/
|
|
8803
|
+
last_name: string;
|
|
8804
|
+
/**
|
|
8805
|
+
* Email
|
|
8806
|
+
* @description Email of the user.
|
|
8807
|
+
*/
|
|
8808
|
+
email: string;
|
|
8809
|
+
/** @description Statistics about the user's usage of the Amigo platform. */
|
|
8810
|
+
user_stats: components["schemas"]["user__get_users__Response__UserInstance__UserStats"];
|
|
8811
|
+
/**
|
|
8812
|
+
* Role
|
|
8813
|
+
* @description The ID of the role of the user.
|
|
8814
|
+
*/
|
|
8815
|
+
role: string;
|
|
8816
|
+
/** @description The preferences of the user. */
|
|
8817
|
+
preferences: components["schemas"]["amigo_lib__mongo__collections__user__User__Preferences"];
|
|
8818
|
+
};
|
|
8819
|
+
/** UserStats */
|
|
8820
|
+
user__get_users__Response__UserInstance__UserStats: {
|
|
8821
|
+
/**
|
|
8822
|
+
* Num Conversations
|
|
8823
|
+
* @description The number of conversations the user has created.
|
|
8824
|
+
*/
|
|
8825
|
+
num_conversations: number;
|
|
8826
|
+
/**
|
|
8827
|
+
* Num Messages
|
|
8828
|
+
* @description The number of messages the user has sent and received.
|
|
8829
|
+
*/
|
|
8830
|
+
num_messages: number;
|
|
8831
|
+
/**
|
|
8832
|
+
* Last Message Time
|
|
8833
|
+
* @description The time of the last message the user sent or received. If `None`, the user hasn't started any conversations.
|
|
8834
|
+
*/
|
|
8835
|
+
last_message_time: string | null;
|
|
8836
|
+
};
|
|
8810
8837
|
/** Response */
|
|
8811
8838
|
user__search_users__Response: {
|
|
8812
8839
|
/**
|
|
8813
8840
|
* Users
|
|
8814
8841
|
* @description Users in this organization.
|
|
8815
8842
|
*/
|
|
8816
|
-
users: components["schemas"]["
|
|
8843
|
+
users: components["schemas"]["user__get_users__Response__UserInstance"][];
|
|
8817
8844
|
};
|
|
8818
8845
|
/** SigninWithAPIKeyResponse */
|
|
8819
8846
|
user__sign_in_with_api_key__Response: {
|
|
@@ -10447,14 +10474,14 @@ export interface operations {
|
|
|
10447
10474
|
"get-services": {
|
|
10448
10475
|
parameters: {
|
|
10449
10476
|
query?: {
|
|
10450
|
-
/** @description The
|
|
10477
|
+
/** @description The IDs of the services to retrieve. */
|
|
10451
10478
|
id?: string[];
|
|
10452
10479
|
/** @description Whether the service is active. */
|
|
10453
10480
|
is_active?: boolean | null;
|
|
10454
|
-
/** @description The fields to sort the
|
|
10481
|
+
/** @description The fields to sort the services by. Supported fields are `name` and `is_active`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
10455
10482
|
sort_by?: string[];
|
|
10456
|
-
/** @description The tags
|
|
10457
|
-
|
|
10483
|
+
/** @description The tags to filter the services by. Must be specified using the syntax `key:value`, which means to match all services with the given `key` and `value` pair among its tags. If `value` is `*`, it means the `value` does not matter. If `value` is empty, it matches against when the value is `None`. */
|
|
10484
|
+
tags?: string[];
|
|
10458
10485
|
/** @description The maximum number of services to return. */
|
|
10459
10486
|
limit?: number;
|
|
10460
10487
|
/** @description The continuation token from the previous request used to retrieve the next page of services. */
|
|
@@ -11201,6 +11228,89 @@ export interface operations {
|
|
|
11201
11228
|
};
|
|
11202
11229
|
};
|
|
11203
11230
|
};
|
|
11231
|
+
recommend_responses_for_interaction_v1__organization__conversation__conversation_id__interaction__interaction_id__recommend_responses_get: {
|
|
11232
|
+
parameters: {
|
|
11233
|
+
query?: never;
|
|
11234
|
+
header?: {
|
|
11235
|
+
/** @description The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database. */
|
|
11236
|
+
"x-mongo-cluster-name"?: string | null;
|
|
11237
|
+
"Sec-WebSocket-Protocol"?: string[];
|
|
11238
|
+
};
|
|
11239
|
+
path: {
|
|
11240
|
+
/** @description The identifier of the conversation. */
|
|
11241
|
+
conversation_id: string;
|
|
11242
|
+
/** @description The identifier of the most recent interaction. */
|
|
11243
|
+
interaction_id: string;
|
|
11244
|
+
organization: string;
|
|
11245
|
+
};
|
|
11246
|
+
cookie?: never;
|
|
11247
|
+
};
|
|
11248
|
+
requestBody?: {
|
|
11249
|
+
content: {
|
|
11250
|
+
"application/json": components["schemas"]["conversation__recommend_responses_for_interaction__Request"];
|
|
11251
|
+
};
|
|
11252
|
+
};
|
|
11253
|
+
responses: {
|
|
11254
|
+
/** @description Succeeded. */
|
|
11255
|
+
200: {
|
|
11256
|
+
headers: {
|
|
11257
|
+
[name: string]: unknown;
|
|
11258
|
+
};
|
|
11259
|
+
content: {
|
|
11260
|
+
"application/json": components["schemas"]["conversation__recommend_responses_for_interaction__Response"];
|
|
11261
|
+
};
|
|
11262
|
+
};
|
|
11263
|
+
/** @description The conversation is finished, or the supplied interaction ID doesn't correspond to the latest, completed interaction. */
|
|
11264
|
+
400: {
|
|
11265
|
+
headers: {
|
|
11266
|
+
[name: string]: unknown;
|
|
11267
|
+
};
|
|
11268
|
+
content?: never;
|
|
11269
|
+
};
|
|
11270
|
+
/** @description Invalid authorization credentials. */
|
|
11271
|
+
401: {
|
|
11272
|
+
headers: {
|
|
11273
|
+
[name: string]: unknown;
|
|
11274
|
+
};
|
|
11275
|
+
content?: never;
|
|
11276
|
+
};
|
|
11277
|
+
/** @description Missing required permissions. */
|
|
11278
|
+
403: {
|
|
11279
|
+
headers: {
|
|
11280
|
+
[name: string]: unknown;
|
|
11281
|
+
};
|
|
11282
|
+
content?: never;
|
|
11283
|
+
};
|
|
11284
|
+
/** @description Specified organization or conversation is not found. */
|
|
11285
|
+
404: {
|
|
11286
|
+
headers: {
|
|
11287
|
+
[name: string]: unknown;
|
|
11288
|
+
};
|
|
11289
|
+
content?: never;
|
|
11290
|
+
};
|
|
11291
|
+
/** @description Invalid request path parameter failed validation. */
|
|
11292
|
+
422: {
|
|
11293
|
+
headers: {
|
|
11294
|
+
[name: string]: unknown;
|
|
11295
|
+
};
|
|
11296
|
+
content?: never;
|
|
11297
|
+
};
|
|
11298
|
+
/** @description The user has exceeded the rate limit of 20 requests per minute for this endpoint. */
|
|
11299
|
+
429: {
|
|
11300
|
+
headers: {
|
|
11301
|
+
[name: string]: unknown;
|
|
11302
|
+
};
|
|
11303
|
+
content?: never;
|
|
11304
|
+
};
|
|
11305
|
+
/** @description The service is going through temporary maintenance. */
|
|
11306
|
+
503: {
|
|
11307
|
+
headers: {
|
|
11308
|
+
[name: string]: unknown;
|
|
11309
|
+
};
|
|
11310
|
+
content?: never;
|
|
11311
|
+
};
|
|
11312
|
+
};
|
|
11313
|
+
};
|
|
11204
11314
|
"recommend-responses-for-interaction": {
|
|
11205
11315
|
parameters: {
|
|
11206
11316
|
query?: never;
|
|
@@ -11218,7 +11328,11 @@ export interface operations {
|
|
|
11218
11328
|
};
|
|
11219
11329
|
cookie?: never;
|
|
11220
11330
|
};
|
|
11221
|
-
requestBody?:
|
|
11331
|
+
requestBody?: {
|
|
11332
|
+
content: {
|
|
11333
|
+
"application/json": components["schemas"]["conversation__recommend_responses_for_interaction__Request"];
|
|
11334
|
+
};
|
|
11335
|
+
};
|
|
11222
11336
|
responses: {
|
|
11223
11337
|
/** @description Succeeded. */
|
|
11224
11338
|
200: {
|
|
@@ -11695,17 +11809,15 @@ export interface operations {
|
|
|
11695
11809
|
"get-users": {
|
|
11696
11810
|
parameters: {
|
|
11697
11811
|
query?: {
|
|
11698
|
-
/** @description Whether the user is verified. */
|
|
11699
|
-
is_verified?: boolean | null;
|
|
11700
11812
|
/** @description The ID of the user. */
|
|
11701
11813
|
user_id?: string[];
|
|
11702
|
-
/** @description The email of the user
|
|
11814
|
+
/** @description The email of the user. */
|
|
11703
11815
|
email?: string[];
|
|
11704
11816
|
/** @description The maximum number of users to retrieve. */
|
|
11705
11817
|
limit?: number;
|
|
11706
11818
|
/** @description The token from the previous request to return the next page of users. */
|
|
11707
11819
|
continuation_token?: number;
|
|
11708
|
-
/** @description The fields to sort the
|
|
11820
|
+
/** @description The fields to sort the sets by. Supported fields are `first_name`, `last_name`, `email`, `user_stats.num_conversations`, `user_stats.num_messages`, and `user_stats.last_message_time`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
11709
11821
|
sort_by?: string[];
|
|
11710
11822
|
};
|
|
11711
11823
|
header?: {
|
|
@@ -12279,9 +12391,9 @@ export interface operations {
|
|
|
12279
12391
|
conversation_id?: string[];
|
|
12280
12392
|
/** @description The maximum number of memories to retrieve. */
|
|
12281
12393
|
limit?: number;
|
|
12282
|
-
/** @description The
|
|
12394
|
+
/** @description The token from the previous request to return the next page of memories. */
|
|
12283
12395
|
continuation_token?: number;
|
|
12284
|
-
/** @description The
|
|
12396
|
+
/** @description The fields to sort the sets by. Supported fields are `conversation_id` and `created_at`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
12285
12397
|
sort_by?: string[];
|
|
12286
12398
|
};
|
|
12287
12399
|
header?: {
|
|
@@ -12427,9 +12539,9 @@ export interface operations {
|
|
|
12427
12539
|
query?: {
|
|
12428
12540
|
/** @description Whether to return permission grants. */
|
|
12429
12541
|
return_permission_grants?: boolean;
|
|
12430
|
-
/** @description The
|
|
12542
|
+
/** @description The IDs of the roles to retrieve. */
|
|
12431
12543
|
id?: string[];
|
|
12432
|
-
/** @description The
|
|
12544
|
+
/** @description The names of the roles to retrieve. */
|
|
12433
12545
|
name?: string[];
|
|
12434
12546
|
};
|
|
12435
12547
|
header?: {
|
|
@@ -13270,7 +13382,7 @@ export interface operations {
|
|
|
13270
13382
|
limit?: number;
|
|
13271
13383
|
/** @description The token from the previous request to return the next page of webhook deliveries. */
|
|
13272
13384
|
continuation_token?: number;
|
|
13273
|
-
/** @description The fields to sort the
|
|
13385
|
+
/** @description The fields to sort the sets by. Supported fields are `type`, `status`, and `created_at`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
13274
13386
|
sort_by?: string[];
|
|
13275
13387
|
};
|
|
13276
13388
|
header?: {
|
|
@@ -13343,17 +13455,17 @@ export interface operations {
|
|
|
13343
13455
|
"get-dynamic-behavior-sets": {
|
|
13344
13456
|
parameters: {
|
|
13345
13457
|
query?: {
|
|
13346
|
-
/** @description The
|
|
13458
|
+
/** @description The IDs of the dynamic behavior sets to retrieve. */
|
|
13347
13459
|
id?: string[];
|
|
13348
13460
|
/** @description The maximum number of dynamic behavior sets to return. */
|
|
13349
13461
|
limit?: number;
|
|
13350
|
-
/** @description The continuation token
|
|
13462
|
+
/** @description The continuation token to use to retrieve the next set of dynamic behavior sets. */
|
|
13351
13463
|
continuation_token?: number;
|
|
13352
13464
|
/** @description Whether the dynamic behavior set is active. */
|
|
13353
13465
|
is_active?: boolean | null;
|
|
13354
13466
|
/** @description The IDs of the services that the dynamic behavior set is applied to. */
|
|
13355
13467
|
applied_to_service?: string[];
|
|
13356
|
-
/** @description The creators of the dynamic behavior sets.
|
|
13468
|
+
/** @description The creators of the dynamic behavior sets. */
|
|
13357
13469
|
creator?: string[];
|
|
13358
13470
|
/** @description The tags of the dynamic behavior sets. Must be specified using the syntax `key:value`, which means to match all sets with the given `key` and `value` pair among its tags. If `value` is `*`, it means the `value` does not matter. If `value` is empty, it matches against when the value is `None`. */
|
|
13359
13471
|
tag?: string[];
|
|
@@ -13656,13 +13768,16 @@ export interface operations {
|
|
|
13656
13768
|
"get-dynamic-behavior-set-versions": {
|
|
13657
13769
|
parameters: {
|
|
13658
13770
|
query?: {
|
|
13659
|
-
/** @description The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,
|
|
13771
|
+
/** @description The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,
|
|
13772
|
+
* which retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,
|
|
13773
|
+
* and every version within the range would be retrieved. */
|
|
13660
13774
|
version?: string | null;
|
|
13661
13775
|
/** @description The maximum number of dynamic behavior set versions to return. */
|
|
13662
13776
|
limit?: number;
|
|
13663
13777
|
/** @description The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions. */
|
|
13664
13778
|
continuation_token?: number;
|
|
13665
|
-
/** @description The fields to sort the versions by. Supported fields are `version`. Specify a `+` before the field name to indicate ascending sorting and `-`
|
|
13779
|
+
/** @description The fields to sort the versions by. Supported fields are `version`. Specify a `+` before the field name to indicate ascending sorting and `-`
|
|
13780
|
+
* for descending sorting. Multiple fields can be specified to break ties. */
|
|
13666
13781
|
sort_by?: string[];
|
|
13667
13782
|
};
|
|
13668
13783
|
header?: {
|
|
@@ -13824,11 +13939,12 @@ export interface operations {
|
|
|
13824
13939
|
/** @description Whether the dynamic behavior set is active. */
|
|
13825
13940
|
is_active?: boolean | null;
|
|
13826
13941
|
/** @description The IDs of the services that the dynamic behavior set is applied to. */
|
|
13827
|
-
applied_to_service?: string[]
|
|
13942
|
+
applied_to_service?: string[];
|
|
13828
13943
|
/** @description The creators of the dynamic behavior sets. Each value must be of the format `org_id,user_id`. */
|
|
13829
|
-
creator?: string[]
|
|
13830
|
-
/** @description The tags of the dynamic behavior sets. Must be specified using the syntax `key:value`, which means to match all sets with the given `key` and `value` pair among its tags.
|
|
13831
|
-
|
|
13944
|
+
creator?: string[];
|
|
13945
|
+
/** @description The tags of the dynamic behavior sets. Must be specified using the syntax `key:value`, which means to match all sets with the given `key` and `value` pair among its tags.
|
|
13946
|
+
* If `value` is `*`, it means the `value` does not matter. If `value` is empty, it matches against when the value is `None`. */
|
|
13947
|
+
tag?: string[];
|
|
13832
13948
|
};
|
|
13833
13949
|
header?: {
|
|
13834
13950
|
/** @description The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database. */
|
|
@@ -13975,7 +14091,7 @@ export interface operations {
|
|
|
13975
14091
|
"get-metrics": {
|
|
13976
14092
|
parameters: {
|
|
13977
14093
|
query?: {
|
|
13978
|
-
/** @description The
|
|
14094
|
+
/** @description The IDs of the metrics to retrieve. */
|
|
13979
14095
|
id?: string[];
|
|
13980
14096
|
/** @description The maximum number of metrics to return. */
|
|
13981
14097
|
limit?: number;
|
|
@@ -13987,11 +14103,11 @@ export interface operations {
|
|
|
13987
14103
|
type?: components["schemas"]["MetricValueType"][];
|
|
13988
14104
|
/** @description Whether the metric is deleted. */
|
|
13989
14105
|
is_deleted?: boolean;
|
|
13990
|
-
/** @description The creators of the
|
|
14106
|
+
/** @description The creators of the dynamic behavior sets. */
|
|
13991
14107
|
creator?: string[];
|
|
13992
|
-
/** @description The tags of the
|
|
14108
|
+
/** @description The tags of the dynamic behavior sets. Must be specified using the syntax `key:value`, which means to match all sets with the given `key` and `value` pair among its tags. If `value` is `*`, it means the `value` does not matter. If `value` is empty, it matches against when the value is `None`. */
|
|
13993
14109
|
tag?: string[];
|
|
13994
|
-
/** @description The fields to sort the
|
|
14110
|
+
/** @description The fields to sort the sets by. Supported fields are `updated_at`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
13995
14111
|
sort_by?: string[];
|
|
13996
14112
|
};
|
|
13997
14113
|
header?: {
|
|
@@ -14295,13 +14411,14 @@ export interface operations {
|
|
|
14295
14411
|
/** @description The query to search for. Any metrics containing the terms in its name and description would be returned. */
|
|
14296
14412
|
query: components["schemas"]["amigo_lib__pydantic__base_model__StrippedNonemptyString__1"];
|
|
14297
14413
|
/** @description The IDs of the services that the metric is applied to. */
|
|
14298
|
-
applied_to_service?: string[]
|
|
14414
|
+
applied_to_service?: string[];
|
|
14299
14415
|
/** @description The types of the metrics. */
|
|
14300
|
-
type?: components["schemas"]["MetricValueType"][]
|
|
14416
|
+
type?: components["schemas"]["MetricValueType"][];
|
|
14301
14417
|
/** @description The creators of the metrics. Each value must be of the format `org_id,user_id`. */
|
|
14302
|
-
creator?: string[]
|
|
14303
|
-
/** @description The tags of the metrics. Must be specified using the syntax `key:value`, which means to match all metrics with the given `key` and `value` pair among its tags.
|
|
14304
|
-
|
|
14418
|
+
creator?: string[];
|
|
14419
|
+
/** @description The tags of the metrics. Must be specified using the syntax `key:value`, which means to match all metrics with the given `key` and `value` pair among its tags.
|
|
14420
|
+
* If `value` is `*`, it means the `value` does not matter. If `value` is empty, it matches against when the value is `None`. */
|
|
14421
|
+
tag?: string[];
|
|
14305
14422
|
};
|
|
14306
14423
|
header?: {
|
|
14307
14424
|
/** @description The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database. */
|
|
@@ -14466,7 +14583,8 @@ export interface operations {
|
|
|
14466
14583
|
conversation_id?: string[];
|
|
14467
14584
|
/** @description For metric evaluation sources with type `simulation`, this field filters the metric evaluation results to only include those that were computed from the given simulation unit test set run IDs. */
|
|
14468
14585
|
simulation_unit_test_set_run_id?: string[];
|
|
14469
|
-
/** @description The fields to sort the metrics by. Supported fields are `created_at`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting.
|
|
14586
|
+
/** @description The fields to sort the metrics by. Supported fields are `created_at`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting.
|
|
14587
|
+
* Multiple fields can be specified to break ties. */
|
|
14470
14588
|
sort_by?: string[];
|
|
14471
14589
|
};
|
|
14472
14590
|
header?: {
|
|
@@ -14537,7 +14655,7 @@ export interface operations {
|
|
|
14537
14655
|
"get-simulation-personas": {
|
|
14538
14656
|
parameters: {
|
|
14539
14657
|
query?: {
|
|
14540
|
-
/** @description The
|
|
14658
|
+
/** @description The IDs of the simulation personas to retrieve. */
|
|
14541
14659
|
id?: string[];
|
|
14542
14660
|
/** @description The maximum number of simulation personas to return. */
|
|
14543
14661
|
limit?: number;
|
|
@@ -14547,9 +14665,9 @@ export interface operations {
|
|
|
14547
14665
|
is_deleted?: boolean | null;
|
|
14548
14666
|
/** @description The roles of the simulation personas. */
|
|
14549
14667
|
role?: string[];
|
|
14550
|
-
/** @description The creators of the simulation personas. Each value must be of the format `org_id,user_id`. */
|
|
14668
|
+
/** @description The creators of the simulation personas to retrieve. Each value must be of the format `org_id,user_id`. */
|
|
14551
14669
|
creator?: string[];
|
|
14552
|
-
/** @description The tags of the simulation personas
|
|
14670
|
+
/** @description The tags of the simulation personas to retrieve. Each value must be of the format `key:value`. If `value` is `*`, it means the `value` does not matter. If `value` is empty, it matches against when the value is `None`. */
|
|
14553
14671
|
tag?: string[];
|
|
14554
14672
|
/** @description The fields to sort the sets by. Supported fields are `updated_at`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
14555
14673
|
sort_by?: string[];
|
|
@@ -14705,7 +14823,7 @@ export interface operations {
|
|
|
14705
14823
|
version?: string | null;
|
|
14706
14824
|
/** @description The maximum number of simulation persona versions to return. */
|
|
14707
14825
|
limit?: number;
|
|
14708
|
-
/** @description The continuation token from the previous request used to retrieve the next page of simulation persona
|
|
14826
|
+
/** @description The continuation token from the previous request used to retrieve the next page of simulation persona versions. */
|
|
14709
14827
|
continuation_token?: number;
|
|
14710
14828
|
/** @description The fields to sort the versions by. Supported fields are `version`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
14711
14829
|
sort_by?: string[];
|
|
@@ -15174,7 +15292,7 @@ export interface operations {
|
|
|
15174
15292
|
"get-simulation-scenarios": {
|
|
15175
15293
|
parameters: {
|
|
15176
15294
|
query?: {
|
|
15177
|
-
/** @description The
|
|
15295
|
+
/** @description The IDs of the simulation scenarios to retrieve. */
|
|
15178
15296
|
id?: string[];
|
|
15179
15297
|
/** @description The maximum number of simulation scenarios to return. */
|
|
15180
15298
|
limit?: number;
|
|
@@ -15184,7 +15302,7 @@ export interface operations {
|
|
|
15184
15302
|
is_deleted?: boolean | null;
|
|
15185
15303
|
/** @description The creators of the simulation scenarios. Each value must be of the format `org_id,user_id`. */
|
|
15186
15304
|
creator?: string[];
|
|
15187
|
-
/** @description The tags of the simulation scenarios. Must be specified using the syntax `key:value`, which means to match all sets with the given `key` and `value` pair among its tags. If `value` is `*`, it means
|
|
15305
|
+
/** @description The tags of the simulation scenarios. Must be specified using the syntax `key:value`, which means to match all sets with the given `key` and `value` pair among its tags. If `value` is `*`, it means to match any value. If `value` is empty, it matches against when the value is `None`. */
|
|
15188
15306
|
tag?: string[];
|
|
15189
15307
|
/** @description The fields to sort the sets by. Supported fields are `updated_at`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
15190
15308
|
sort_by?: string[];
|
|
@@ -15635,7 +15753,7 @@ export interface operations {
|
|
|
15635
15753
|
"get-simulation-unit-tests": {
|
|
15636
15754
|
parameters: {
|
|
15637
15755
|
query?: {
|
|
15638
|
-
/** @description The
|
|
15756
|
+
/** @description The IDs of the simulation unit tests to retrieve. */
|
|
15639
15757
|
id?: string[];
|
|
15640
15758
|
/** @description The maximum number of simulation unit tests to return. */
|
|
15641
15759
|
limit?: number;
|
|
@@ -16049,7 +16167,7 @@ export interface operations {
|
|
|
16049
16167
|
"get-simulation-unit-test-sets": {
|
|
16050
16168
|
parameters: {
|
|
16051
16169
|
query?: {
|
|
16052
|
-
/** @description The
|
|
16170
|
+
/** @description The IDs of the simulation unit test sets to retrieve. */
|
|
16053
16171
|
id?: string[];
|
|
16054
16172
|
/** @description The maximum number of simulation unit test sets to return. */
|
|
16055
16173
|
limit?: number;
|
|
@@ -16059,7 +16177,7 @@ export interface operations {
|
|
|
16059
16177
|
is_deleted?: boolean | null;
|
|
16060
16178
|
/** @description The IDs of the unit tests that are part of the simulation unit test sets. */
|
|
16061
16179
|
unit_test_id?: string[];
|
|
16062
|
-
/** @description The creators of the simulation unit test sets.
|
|
16180
|
+
/** @description The creators of the simulation unit test sets. */
|
|
16063
16181
|
creator?: string[];
|
|
16064
16182
|
/** @description The tags of the simulation unit test sets. Must be specified using the syntax `key:value`, which means to match all sets with the given `key` and `value` pair among its tags. If `value` is `*`, it means the `value` does not matter. If `value` is empty, it matches against when the value is `None`. */
|
|
16065
16183
|
tag?: string[];
|
|
@@ -16443,7 +16561,7 @@ export interface operations {
|
|
|
16443
16561
|
limit?: number;
|
|
16444
16562
|
/** @description The continuation token from the previous request used to retrieve the next page of simulation unit test set runs. */
|
|
16445
16563
|
continuation_token?: number;
|
|
16446
|
-
/** @description The creators of the simulation unit test
|
|
16564
|
+
/** @description The creators of the simulation unit test set runs to retrieve. Each value must be of the format `org_id,user_id`. */
|
|
16447
16565
|
creator?: string[];
|
|
16448
16566
|
/** @description The fields to sort the sets by. Supported fields are `created_at`. */
|
|
16449
16567
|
sort_by?: string[];
|
|
@@ -16458,7 +16576,7 @@ export interface operations {
|
|
|
16458
16576
|
/** @description Filter for simulation unit test set runs created at or after this time (inclusive). */
|
|
16459
16577
|
created_after?: string | null;
|
|
16460
16578
|
/** @description Filter for simulation unit test set runs created at or before this time (inclusive). */
|
|
16461
|
-
|
|
16579
|
+
created_before?: string | null;
|
|
16462
16580
|
};
|
|
16463
16581
|
header?: {
|
|
16464
16582
|
/** @description The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database. */
|
|
@@ -16759,7 +16877,7 @@ export interface operations {
|
|
|
16759
16877
|
"get-tools": {
|
|
16760
16878
|
parameters: {
|
|
16761
16879
|
query?: {
|
|
16762
|
-
/** @description The
|
|
16880
|
+
/** @description The IDs of the tools to retrieve. */
|
|
16763
16881
|
id?: string[];
|
|
16764
16882
|
/** @description Whether the tools are deprecated. */
|
|
16765
16883
|
deprecated?: boolean | null;
|
|
@@ -17306,11 +17424,11 @@ export interface operations {
|
|
|
17306
17424
|
"get-tool-versions": {
|
|
17307
17425
|
parameters: {
|
|
17308
17426
|
query?: {
|
|
17309
|
-
/** @description Whether
|
|
17427
|
+
/** @description Whether to filter by deprecated tool versions. */
|
|
17310
17428
|
deprecated?: boolean | null;
|
|
17311
|
-
/** @description A semver constraint that specifies the
|
|
17429
|
+
/** @description A semver constraint that specifies the versions to retrieve. */
|
|
17312
17430
|
versions?: string | null;
|
|
17313
|
-
/** @description The fields to sort the versions by. Supported fields are `created_at`, `version.major`, `version.minor`, `version.patch`, and `deprecated`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties.
|
|
17431
|
+
/** @description The fields to sort the versions by. Supported fields are `created_at`, `version.major`, `version.minor`, `version.patch`, and `deprecated`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
17314
17432
|
sort_by?: string[];
|
|
17315
17433
|
/** @description The creators of the tool versions. Each value must be of the format `org_id,user_id`. */
|
|
17316
17434
|
creator?: string[];
|
|
@@ -17477,23 +17595,23 @@ export interface operations {
|
|
|
17477
17595
|
"get-tool-invocations": {
|
|
17478
17596
|
parameters: {
|
|
17479
17597
|
query?: {
|
|
17480
|
-
/** @description The
|
|
17598
|
+
/** @description The IDs of the tools to get invocations for. */
|
|
17481
17599
|
tool_id?: string[];
|
|
17482
|
-
/** @description A list of semver
|
|
17600
|
+
/** @description A list of semver constraints that specifies the versions to retrieve in the [Python packaging specification](https://packaging.python.org/en/latest/specifications/version-specifiers/#id5). This must be the exact same length as `tool_id`, and each entry corresponds to the tool ID at the same index. */
|
|
17483
17601
|
version?: string[];
|
|
17484
|
-
/** @description The source of the
|
|
17602
|
+
/** @description The source types of the invocations. */
|
|
17485
17603
|
invocation_source_type?: ("regular-conversation" | "simulation-conversation")[];
|
|
17486
|
-
/** @description The conversation
|
|
17604
|
+
/** @description The conversation IDs associated with the invocations if they are of invocation source `regular-conversation`. */
|
|
17487
17605
|
conversation_id?: string[];
|
|
17488
|
-
/** @description The simulation unit test set run
|
|
17606
|
+
/** @description The simulation unit test set run IDs associated with the invocations if they are of invocation source `simulation-conversation`. */
|
|
17489
17607
|
simulation_unit_test_set_run_id?: string[];
|
|
17490
|
-
/** @description Whether the invocation succeeded */
|
|
17608
|
+
/** @description Whether the invocation succeeded. */
|
|
17491
17609
|
succeeded?: boolean | null;
|
|
17492
|
-
/** @description The maximum number of tool invocations to
|
|
17610
|
+
/** @description The maximum number of tool invocations to retrieve. */
|
|
17493
17611
|
limit?: number;
|
|
17494
|
-
/** @description The
|
|
17612
|
+
/** @description The token from the previous request to return the next page of tool invocations. */
|
|
17495
17613
|
continuation_token?: number;
|
|
17496
|
-
/** @description The fields to sort the
|
|
17614
|
+
/** @description The fields to sort the sets by. Supported fields are `created_at`, `version.major`, `version.minor`, `version.patch`, `tool_id`, `invocation_source.type`, and `invocation_status.succeeded`. Specify a `+` before the field name to indicate ascending sorting and `-` for descending sorting. Multiple fields can be specified to break ties. */
|
|
17497
17615
|
sort_by?: string[];
|
|
17498
17616
|
};
|
|
17499
17617
|
header?: {
|
|
@@ -17658,15 +17776,15 @@ export interface operations {
|
|
|
17658
17776
|
query: string;
|
|
17659
17777
|
/** @description The fields to query against. By default, all supported fields are queried against. */
|
|
17660
17778
|
query_against: ("invocation_status.exception_message" | "invocation_status.exception_type" | "invocation_status.exception_stack_trace" | "invocation_status.output")[];
|
|
17661
|
-
/** @description The
|
|
17779
|
+
/** @description The IDs of the tools to get invocations for. */
|
|
17662
17780
|
tool_id?: string[];
|
|
17663
|
-
/** @description The source of the invocation */
|
|
17781
|
+
/** @description The source of the invocation. */
|
|
17664
17782
|
invocation_source_type?: ("regular-conversation" | "simulation-conversation")[];
|
|
17665
|
-
/** @description The conversation ID associated with the invocation if it's of invocation source `regular-conversation
|
|
17783
|
+
/** @description The conversation ID associated with the invocation if it's of invocation source `regular-conversation`. */
|
|
17666
17784
|
conversation_id?: string[];
|
|
17667
|
-
/** @description The simulation unit test set run ID associated with the invocation if it's of invocation source `simulation-conversation
|
|
17785
|
+
/** @description The simulation unit test set run ID associated with the invocation if it's of invocation source `simulation-conversation`. */
|
|
17668
17786
|
simulation_unit_test_set_run_id?: string[];
|
|
17669
|
-
/** @description Whether the invocation succeeded */
|
|
17787
|
+
/** @description Whether the invocation succeeded. */
|
|
17670
17788
|
succeeded?: boolean | null;
|
|
17671
17789
|
};
|
|
17672
17790
|
header?: {
|