|
244 | 244 | from .create_place import CreatePlace, CreatePlaceCreatePlace |
245 | 245 | from .create_product import CreateProduct, CreateProductCreateProduct |
246 | 246 | from .create_repo import CreateRepo, CreateRepoCreateRepo |
247 | | -from .create_skill import CreateSkill, CreateSkillCreateSkill |
| 247 | +from .create_skill import ( |
| 248 | + CreateSkill, |
| 249 | + CreateSkillCreateSkill, |
| 250 | + CreateSkillCreateSkillArguments, |
| 251 | +) |
248 | 252 | from .create_software import CreateSoftware, CreateSoftwareCreateSoftware |
249 | 253 | from .create_specification import ( |
250 | 254 | CreateSpecification, |
|
1136 | 1140 | GetConversationConversationAugmentedFilterSimilarContents, |
1137 | 1141 | GetConversationConversationAugmentedFilterUsers, |
1138 | 1142 | GetConversationConversationAugmentedFilterWorkflows, |
| 1143 | + GetConversationConversationChildren, |
1139 | 1144 | GetConversationConversationFacts, |
1140 | 1145 | GetConversationConversationFallbacks, |
1141 | 1146 | GetConversationConversationFilter, |
|
1179 | 1184 | GetConversationConversationObservationsOccurrencesBoundingBox, |
1180 | 1185 | GetConversationConversationObservationsRelated, |
1181 | 1186 | GetConversationConversationOwner, |
| 1187 | + GetConversationConversationParent, |
1182 | 1188 | GetConversationConversationPersona, |
1183 | 1189 | GetConversationConversationSpecification, |
1184 | 1190 | GetConversationConversationTurns, |
|
1573 | 1579 | from .get_skill import ( |
1574 | 1580 | GetSkill, |
1575 | 1581 | GetSkillSkill, |
| 1582 | + GetSkillSkillArguments, |
1576 | 1583 | GetSkillSkillCollections, |
1577 | 1584 | GetSkillSkillOwner, |
1578 | 1585 | ) |
|
2338 | 2345 | SharePointLibrariesInput, |
2339 | 2346 | SiteFeedPropertiesInput, |
2340 | 2347 | SiteFeedPropertiesUpdateInput, |
| 2348 | + SkillArgumentInput, |
2341 | 2349 | SkillFilter, |
2342 | 2350 | SkillInput, |
2343 | 2351 | SkillUpdateInput, |
|
4320 | 4328 | QuerySkills, |
4321 | 4329 | QuerySkillsSkills, |
4322 | 4330 | QuerySkillsSkillsResults, |
| 4331 | + QuerySkillsSkillsResultsArguments, |
4323 | 4332 | QuerySkillsSkillsResultsCollections, |
4324 | 4333 | QuerySkillsSkillsResultsOwner, |
4325 | 4334 | ) |
|
4784 | 4793 | from .update_product import UpdateProduct, UpdateProductUpdateProduct |
4785 | 4794 | from .update_project import UpdateProject, UpdateProjectUpdateProject |
4786 | 4795 | from .update_repo import UpdateRepo, UpdateRepoUpdateRepo |
4787 | | -from .update_skill import UpdateSkill, UpdateSkillUpdateSkill |
| 4796 | +from .update_skill import ( |
| 4797 | + UpdateSkill, |
| 4798 | + UpdateSkillUpdateSkill, |
| 4799 | + UpdateSkillUpdateSkillArguments, |
| 4800 | +) |
4788 | 4801 | from .update_software import UpdateSoftware, UpdateSoftwareUpdateSoftware |
4789 | 4802 | from .update_specification import ( |
4790 | 4803 | UpdateSpecification, |
|
4918 | 4931 | from .upsert_alert import UpsertAlert, UpsertAlertUpsertAlert |
4919 | 4932 | from .upsert_category import UpsertCategory, UpsertCategoryUpsertCategory |
4920 | 4933 | from .upsert_label import UpsertLabel, UpsertLabelUpsertLabel |
4921 | | -from .upsert_skill import UpsertSkill, UpsertSkillUpsertSkill |
| 4934 | +from .upsert_skill import ( |
| 4935 | + UpsertSkill, |
| 4936 | + UpsertSkillUpsertSkill, |
| 4937 | + UpsertSkillUpsertSkillArguments, |
| 4938 | +) |
4922 | 4939 | from .upsert_specification import ( |
4923 | 4940 | UpsertSpecification, |
4924 | 4941 | UpsertSpecificationUpsertSpecification, |
|
5517 | 5534 | "CreateRepoCreateRepo", |
5518 | 5535 | "CreateSkill", |
5519 | 5536 | "CreateSkillCreateSkill", |
| 5537 | + "CreateSkillCreateSkillArguments", |
5520 | 5538 | "CreateSoftware", |
5521 | 5539 | "CreateSoftwareCreateSoftware", |
5522 | 5540 | "CreateSpecification", |
|
6418 | 6436 | "GetConversationConversationAugmentedFilterSimilarContents", |
6419 | 6437 | "GetConversationConversationAugmentedFilterUsers", |
6420 | 6438 | "GetConversationConversationAugmentedFilterWorkflows", |
| 6439 | + "GetConversationConversationChildren", |
6421 | 6440 | "GetConversationConversationFacts", |
6422 | 6441 | "GetConversationConversationFallbacks", |
6423 | 6442 | "GetConversationConversationFilter", |
|
6461 | 6480 | "GetConversationConversationObservationsOccurrencesBoundingBox", |
6462 | 6481 | "GetConversationConversationObservationsRelated", |
6463 | 6482 | "GetConversationConversationOwner", |
| 6483 | + "GetConversationConversationParent", |
6464 | 6484 | "GetConversationConversationPersona", |
6465 | 6485 | "GetConversationConversationSpecification", |
6466 | 6486 | "GetConversationConversationTurns", |
|
6809 | 6829 | "GetSharePointConsentUriSharePointConsentUri", |
6810 | 6830 | "GetSkill", |
6811 | 6831 | "GetSkillSkill", |
| 6832 | + "GetSkillSkillArguments", |
6812 | 6833 | "GetSkillSkillCollections", |
6813 | 6834 | "GetSkillSkillOwner", |
6814 | 6835 | "GetSoftware", |
|
8798 | 8819 | "QuerySkills", |
8799 | 8820 | "QuerySkillsSkills", |
8800 | 8821 | "QuerySkillsSkillsResults", |
| 8822 | + "QuerySkillsSkillsResultsArguments", |
8801 | 8823 | "QuerySkillsSkillsResultsCollections", |
8802 | 8824 | "QuerySkillsSkillsResultsOwner", |
8803 | 8825 | "QuerySlackChannels", |
|
9198 | 9220 | "SiteFeedPropertiesInput", |
9199 | 9221 | "SiteFeedPropertiesUpdateInput", |
9200 | 9222 | "SiteTypes", |
| 9223 | + "SkillArgumentInput", |
9201 | 9224 | "SkillFilter", |
9202 | 9225 | "SkillInput", |
9203 | 9226 | "SkillUpdateInput", |
|
9404 | 9427 | "UpdateRepoUpdateRepo", |
9405 | 9428 | "UpdateSkill", |
9406 | 9429 | "UpdateSkillUpdateSkill", |
| 9430 | + "UpdateSkillUpdateSkillArguments", |
9407 | 9431 | "UpdateSoftware", |
9408 | 9432 | "UpdateSoftwareUpdateSoftware", |
9409 | 9433 | "UpdateSpecification", |
|
9540 | 9564 | "UpsertLabelUpsertLabel", |
9541 | 9565 | "UpsertSkill", |
9542 | 9566 | "UpsertSkillUpsertSkill", |
| 9567 | + "UpsertSkillUpsertSkillArguments", |
9543 | 9568 | "UpsertSpecification", |
9544 | 9569 | "UpsertSpecificationUpsertSpecification", |
9545 | 9570 | "UpsertView", |
|
0 commit comments