generator-agent 1.0.9 → 1.0.11
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.
- package/.github/agents/{Generators.agent.md → Generator.agent.md} +34 -11
- package/Generator_Patterns/Dynamic.md +1 -1
- package/README.md +20 -54
- package/bin/cli.js +127 -0
- package/bin/install.js +59 -0
- package/package.json +48 -10
- package/.vscode/extensions.json +0 -8
- package/.vscode/launch.json +0 -17
- package/.vscode-test.mjs +0 -5
- package/.vscodeignore +0 -10
- package/CHANGELOG.md +0 -9
- package/eslint.config.mjs +0 -25
- package/extension.js +0 -123
- package/jsconfig.json +0 -13
- package/source/api-data-generators/.idea/api-data-generators.iml +0 -9
- package/source/api-data-generators/.idea/misc.xml +0 -6
- package/source/api-data-generators/.idea/modules.xml +0 -8
- package/source/api-data-generators/.idea/vcs.xml +0 -6
- package/source/api-data-generators/portal/ArticleComment/test_data_generation_configurations.json +0 -318
- package/source/api-data-generators/portal/ArticleFeedback/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/portal/AsapMobile/test_data_generation_configurations.json +0 -21
- package/source/api-data-generators/portal/AsapWeb/test_data_generation_configurations.json +0 -18
- package/source/api-data-generators/portal/Category/test_data_generation_configurations.json +0 -39
- package/source/api-data-generators/portal/Comment/test_data_generation_configurations.json +0 -157
- package/source/api-data-generators/portal/Community/test_data_generation_configurations.json +0 -46
- package/source/api-data-generators/portal/CommunityUser/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/portal/Contact/test_data_generation_configurations.json +0 -33
- package/source/api-data-generators/portal/Department/test_data_generation_configurations.json +0 -13
- package/source/api-data-generators/portal/Extension/test_data_generation_configurations.json +0 -91
- package/source/api-data-generators/portal/FeedbackWidget/test_data_generation_configurations.json +0 -18
- package/source/api-data-generators/portal/FileExport/test_data_generation_configurations.json +0 -42
- package/source/api-data-generators/portal/Followers/test_data_generation_configurations.json +0 -92
- package/source/api-data-generators/portal/Gamification/test_data_generation_configurations.json +0 -51
- package/source/api-data-generators/portal/HelpCenters/test_data_generation_configurations.json +0 -11
- package/source/api-data-generators/portal/Helpcenter/test_data_generation_configurations.json +0 -41
- package/source/api-data-generators/portal/HelpcenterGroups/test_data_generation_configurations.json +0 -18
- package/source/api-data-generators/portal/KBRootCategory/test_data_generation_configurations.json +0 -76
- package/source/api-data-generators/portal/KbCategory/test_data_generation_configurations.json +0 -51
- package/source/api-data-generators/portal/KbSection/test_data_generation_configurations.json +0 -25
- package/source/api-data-generators/portal/KnowledgeBase/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/portal/Label/test_data_generation_configurations.json +0 -18
- package/source/api-data-generators/portal/Layout/test_data_generation_configurations.json +0 -17
- package/source/api-data-generators/portal/LayoutRules/test_data_generation_configurations.json +0 -17
- package/source/api-data-generators/portal/NewAsapMobile/test_data_generation_configurations.json +0 -21
- package/source/api-data-generators/portal/Permalink/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/portal/Product/test_data_generation_configurations.json +0 -43
- package/source/api-data-generators/portal/Solution/test_data_generation_configurations.json +0 -631
- package/source/api-data-generators/portal/Thread/test_data_generation_configurations.json +0 -70
- package/source/api-data-generators/portal/Ticket/test_data_generation_configurations.json +0 -294
- package/source/api-data-generators/portal/TicketComment/test_data_generation_configurations.json +0 -58
- package/source/api-data-generators/portal/TicketCount/test_data_generation_configurations.json +0 -74
- package/source/api-data-generators/portal/TicketStatusMapping/test_data_generation_configurations.json +0 -11
- package/source/api-data-generators/portal/TicketTemplate/test_data_generation_configurations.json +0 -24
- package/source/api-data-generators/portal/Topic/test_data_generation_configurations.json +0 -259
- package/source/api-data-generators/portal/Translation/test_data_generation_configurations.json +0 -6
- package/source/api-data-generators/portal/ValidationRules/test_data_generation_configurations.json +0 -14
- package/source/api-data-generators/portal/View/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/Account/test_data_generation_configurations.json +0 -265
- package/source/api-data-generators/support/AccountAttachment/test_data_generation_configurations.json +0 -48
- package/source/api-data-generators/support/AccountComments/test_data_generation_configurations.json +0 -47
- package/source/api-data-generators/support/AccountContactMappingInfo/test_data_generation_configurations.json +0 -14
- package/source/api-data-generators/support/AccountFollowers/test_data_generation_configurations.json +0 -52
- package/source/api-data-generators/support/AccountSla/test_data_generation_configurations.json +0 -33
- package/source/api-data-generators/support/AccountTimeEntry/test_data_generation_configurations.json +0 -45
- package/source/api-data-generators/support/ActiveCalls/test_data_generation_configurations.json +0 -38
- package/source/api-data-generators/support/Activity/test_data_generation_configurations.json +0 -50
- package/source/api-data-generators/support/ActorsAPI/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/Agent/test_data_generation_configurations.json +0 -217
- package/source/api-data-generators/support/AgentPresence/test_data_generation_configurations.json +0 -30
- package/source/api-data-generators/support/AgentSignatures/test_data_generation_configurations.json +0 -31
- package/source/api-data-generators/support/AgentTimeEntry/test_data_generation_configurations.json +0 -36
- package/source/api-data-generators/support/AntiSpamInfo/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/ApiCreditNotificationRule/test_data_generation_configurations.json +0 -49
- package/source/api-data-generators/support/ArchivedView/test_data_generation_configurations.json +0 -66
- package/source/api-data-generators/support/Article/test_data_generation_configurations.json +0 -294
- package/source/api-data-generators/support/ArticleAttachment/test_data_generation_configurations.json +0 -150
- package/source/api-data-generators/support/ArticleComment/test_data_generation_configurations.json +0 -238
- package/source/api-data-generators/support/ArticleFeedback/test_data_generation_configurations.json +0 -147
- package/source/api-data-generators/support/ArticleFeedbackResolution/test_data_generation_configurations.json +0 -56
- package/source/api-data-generators/support/ArticleStatistics/test_data_generation_configurations.json +0 -397
- package/source/api-data-generators/support/ArticleTranslation/test_data_generation_configurations.json +0 -1123
- package/source/api-data-generators/support/ArticleVersion/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/support/ArticleViews/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/support/Asap/test_data_generation_configurations.json +0 -49
- package/source/api-data-generators/support/AuditLog/test_data_generation_configurations.json +0 -58
- package/source/api-data-generators/support/AutomationAlerts/test_data_generation_configurations.json +0 -27
- package/source/api-data-generators/support/AutomationEngine/test_data_generation_configurations.json +0 -20
- package/source/api-data-generators/support/AutomationFeatureCount/test_data_generation_configurations.json +0 -13
- package/source/api-data-generators/support/AutomationFieldUpdates/test_data_generation_configurations.json +0 -24
- package/source/api-data-generators/support/AutomationTask/test_data_generation_configurations.json +0 -29
- package/source/api-data-generators/support/Backup/test_data_generation_configurations.json +0 -115
- package/source/api-data-generators/support/Badge/test_data_generation_configurations.json +0 -64
- package/source/api-data-generators/support/Bot/test_data_generation_configurations.json +0 -288
- package/source/api-data-generators/support/BotInference/test_data_generation_configurations.json +0 -119
- package/source/api-data-generators/support/BugInteg/test_data_generation_configurations.json +0 -37
- package/source/api-data-generators/support/BulkAction/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/support/BulkImport/test_data_generation_configurations.json +0 -211
- package/source/api-data-generators/support/BulkUpdate/test_data_generation_configurations.json +0 -40
- package/source/api-data-generators/support/BulkWrite/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/BusinessHour/test_data_generation_configurations.json +0 -72
- package/source/api-data-generators/support/Call/test_data_generation_configurations.json +0 -247
- package/source/api-data-generators/support/CallComments/test_data_generation_configurations.json +0 -51
- package/source/api-data-generators/support/CallHistory/test_data_generation_configurations.json +0 -65
- package/source/api-data-generators/support/CallTimeEntry/test_data_generation_configurations.json +0 -77
- package/source/api-data-generators/support/CallTimer/test_data_generation_configurations.json +0 -14
- package/source/api-data-generators/support/Channel/test_data_generation_configurations.json +0 -44
- package/source/api-data-generators/support/Chart/test_data_generation_configurations.json +0 -35
- package/source/api-data-generators/support/ChatTicket/test_data_generation_configurations.json +0 -185
- package/source/api-data-generators/support/Common/test_data_generation_configurations.json +0 -43
- package/source/api-data-generators/support/Community/test_data_generation_configurations.json +0 -313
- package/source/api-data-generators/support/CommunityAttachment/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/CommunityCategory/test_data_generation_configurations.json +0 -121
- package/source/api-data-generators/support/CommunityComment/test_data_generation_configurations.json +0 -350
- package/source/api-data-generators/support/CommunityInitPermissions/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/CommunityPreferences/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/CommunityTopic/test_data_generation_configurations.json +0 -509
- package/source/api-data-generators/support/CommunityTopicInsights/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/CommunityUser/test_data_generation_configurations.json +0 -63
- package/source/api-data-generators/support/Contact/test_data_generation_configurations.json +0 -370
- package/source/api-data-generators/support/ContactAttachment/test_data_generation_configurations.json +0 -44
- package/source/api-data-generators/support/ContactComments/test_data_generation_configurations.json +0 -47
- package/source/api-data-generators/support/ContactFollowers/test_data_generation_configurations.json +0 -52
- package/source/api-data-generators/support/ContactProfile/test_data_generation_configurations.json +0 -11
- package/source/api-data-generators/support/ContactTimeEntry/test_data_generation_configurations.json +0 -45
- package/source/api-data-generators/support/Contract/test_data_generation_configurations.json +0 -184
- package/source/api-data-generators/support/ContractAttachment/test_data_generation_configurations.json +0 -30
- package/source/api-data-generators/support/CreateTicket/test_data_generation_configurations.json +0 -93
- package/source/api-data-generators/support/Criteria/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/CrmInteg/test_data_generation_configurations.json +0 -202
- package/source/api-data-generators/support/CustomAction/test_data_generation_configurations.json +0 -56
- package/source/api-data-generators/support/CustomActionRuleMapping/test_data_generation_configurations.json +0 -334
- package/source/api-data-generators/support/CustomButton/test_data_generation_configurations.json +0 -113
- package/source/api-data-generators/support/CustomFunctionExecutionLogs/test_data_generation_configurations.json +0 -68
- package/source/api-data-generators/support/CustomFunctionGallery/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/CustomFunctions/test_data_generation_configurations.json +0 -270
- package/source/api-data-generators/support/CustomTheme/test_data_generation_configurations.json +0 -70
- package/source/api-data-generators/support/CustomView/test_data_generation_configurations.json +0 -486
- package/source/api-data-generators/support/CustomerHappiness/test_data_generation_configurations.json +0 -77
- package/source/api-data-generators/support/DashboardComponent/test_data_generation_configurations.json +0 -305
- package/source/api-data-generators/support/DashboardFolder/test_data_generation_configurations.json +0 -126
- package/source/api-data-generators/support/DashboardMetrics/test_data_generation_configurations.json +0 -205
- package/source/api-data-generators/support/Dashboards/test_data_generation_configurations.json +0 -90
- package/source/api-data-generators/support/DataChips/test_data_generation_configurations.json +0 -33
- package/source/api-data-generators/support/DataSync/test_data_generation_configurations.json +0 -228
- package/source/api-data-generators/support/DeleteTicket/test_data_generation_configurations.json +0 -44
- package/source/api-data-generators/support/Department/test_data_generation_configurations.json +0 -156
- package/source/api-data-generators/support/DependencyMappings/test_data_generation_configurations.json +0 -50
- package/source/api-data-generators/support/DirectAssignRuleTarget/test_data_generation_configurations.json +0 -17
- package/source/api-data-generators/support/DirectAssignmentRules/test_data_generation_configurations.json +0 -37
- package/source/api-data-generators/support/DisplayEntity/test_data_generation_configurations.json +0 -45
- package/source/api-data-generators/support/DomainMapping/test_data_generation_configurations.json +0 -6
- package/source/api-data-generators/support/EmailFailureAlert/test_data_generation_configurations.json +0 -21
- package/source/api-data-generators/support/EmailTemplates/test_data_generation_configurations.json +0 -106
- package/source/api-data-generators/support/EntityBlueprints/test_data_generation_configurations.json +0 -205
- package/source/api-data-generators/support/Event/test_data_generation_configurations.json +0 -196
- package/source/api-data-generators/support/EventComments/test_data_generation_configurations.json +0 -45
- package/source/api-data-generators/support/EventTimeEntry/test_data_generation_configurations.json +0 -77
- package/source/api-data-generators/support/EventTimer/test_data_generation_configurations.json +0 -14
- package/source/api-data-generators/support/Extension/test_data_generation_configurations.json +0 -689
- package/source/api-data-generators/support/FbManager/test_data_generation_configurations.json +0 -64
- package/source/api-data-generators/support/Feature/test_data_generation_configurations.json +0 -61
- package/source/api-data-generators/support/FeatureFile/test_data_generation_configurations.json +0 -49
- package/source/api-data-generators/support/FeatureFolder/test_data_generation_configurations.json +0 -44
- package/source/api-data-generators/support/FeaturePermission/test_data_generation_configurations.json +0 -108
- package/source/api-data-generators/support/FederatedLogin/test_data_generation_configurations.json +0 -39
- package/source/api-data-generators/support/FeedsAPIs/test_data_generation_configurations.json +0 -54
- package/source/api-data-generators/support/Field/test_data_generation_configurations.json +0 -1031
- package/source/api-data-generators/support/FieldPrediction/test_data_generation_configurations.json +0 -564
- package/source/api-data-generators/support/FileExport/test_data_generation_configurations.json +0 -36
- package/source/api-data-generators/support/Finance/test_data_generation_configurations.json +0 -180
- package/source/api-data-generators/support/Followers/test_data_generation_configurations.json +0 -60
- package/source/api-data-generators/support/GC_Bots/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/support/GC_Guide/test_data_generation_configurations.json +0 -240
- package/source/api-data-generators/support/GenericAction/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/GenericActionMapping/test_data_generation_configurations.json +0 -216
- package/source/api-data-generators/support/GoogleAnalytics/test_data_generation_configurations.json +0 -168
- package/source/api-data-generators/support/GoogleChat/test_data_generation_configurations.json +0 -29
- package/source/api-data-generators/support/Helpcenter/test_data_generation_configurations.json +0 -98
- package/source/api-data-generators/support/HelpcenterAutoTranslateSetting/test_data_generation_configurations.json +0 -11
- package/source/api-data-generators/support/HelpcenterGroups/test_data_generation_configurations.json +0 -93
- package/source/api-data-generators/support/HelpcenterPages/test_data_generation_configurations.json +0 -34
- package/source/api-data-generators/support/HelpcenterPreference/test_data_generation_configurations.json +0 -18
- package/source/api-data-generators/support/HelpcenterUpload/test_data_generation_configurations.json +0 -25
- package/source/api-data-generators/support/HolidayList/test_data_generation_configurations.json +0 -65
- package/source/api-data-generators/support/IMCannedMessage/test_data_generation_configurations.json +0 -155
- package/source/api-data-generators/support/IMCannedMessageTranslation/test_data_generation_configurations.json +0 -92
- package/source/api-data-generators/support/IMTemplateMessage/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/IM_AddOn/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/IM_Bot/test_data_generation_configurations.json +0 -143
- package/source/api-data-generators/support/IM_Broadcast/test_data_generation_configurations.json +0 -39
- package/source/api-data-generators/support/IM_Channel/test_data_generation_configurations.json +0 -312
- package/source/api-data-generators/support/IM_ChannelPreference/test_data_generation_configurations.json +0 -35
- package/source/api-data-generators/support/IM_Contact/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/IM_Integration/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/IM_Message/test_data_generation_configurations.json +0 -297
- package/source/api-data-generators/support/IM_Metrics/test_data_generation_configurations.json +0 -38
- package/source/api-data-generators/support/IM_Search/test_data_generation_configurations.json +0 -56
- package/source/api-data-generators/support/IM_Session/test_data_generation_configurations.json +0 -149
- package/source/api-data-generators/support/IM_TimeSeriesMetrics/test_data_generation_configurations.json +0 -77
- package/source/api-data-generators/support/IM_ZiaGpt/test_data_generation_configurations.json +0 -52
- package/source/api-data-generators/support/Import/test_data_generation_configurations.json +0 -229
- package/source/api-data-generators/support/InlineImage/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/IntegModule/test_data_generation_configurations.json +0 -90
- package/source/api-data-generators/support/Integrations/test_data_generation_configurations.json +0 -25
- package/source/api-data-generators/support/InteractiveTours/test_data_generation_configurations.json +0 -66
- package/source/api-data-generators/support/JWT/test_data_generation_configurations.json +0 -49
- package/source/api-data-generators/support/KBCategoryUser/test_data_generation_configurations.json +0 -23
- package/source/api-data-generators/support/KBRecycleBin/test_data_generation_configurations.json +0 -131
- package/source/api-data-generators/support/KBRootCategory/test_data_generation_configurations.json +0 -214
- package/source/api-data-generators/support/KBRootCategoryTranslation/test_data_generation_configurations.json +0 -30
- package/source/api-data-generators/support/KBSection/test_data_generation_configurations.json +0 -173
- package/source/api-data-generators/support/KPIWidget/test_data_generation_configurations.json +0 -21
- package/source/api-data-generators/support/KbCategory/test_data_generation_configurations.json +0 -93
- package/source/api-data-generators/support/Label/test_data_generation_configurations.json +0 -103
- package/source/api-data-generators/support/Layout/test_data_generation_configurations.json +0 -503
- package/source/api-data-generators/support/LayoutRuleCriteria/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/LayoutRules/test_data_generation_configurations.json +0 -334
- package/source/api-data-generators/support/License/test_data_generation_configurations.json +0 -60
- package/source/api-data-generators/support/Livecall/test_data_generation_configurations.json +0 -72
- package/source/api-data-generators/support/LookupRecord/test_data_generation_configurations.json +0 -34
- package/source/api-data-generators/support/Macros/test_data_generation_configurations.json +0 -184
- package/source/api-data-generators/support/MailReplyAddress/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/MassAction/test_data_generation_configurations.json +0 -38
- package/source/api-data-generators/support/Message/test_data_generation_configurations.json +0 -38
- package/source/api-data-generators/support/MicrosoftTeams/test_data_generation_configurations.json +0 -50
- package/source/api-data-generators/support/Misc/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/Module/test_data_generation_configurations.json +0 -96
- package/source/api-data-generators/support/NewCriteria/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/support/NewFeatureFields/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/NewTicketHistory/test_data_generation_configurations.json +0 -20
- package/source/api-data-generators/support/NotificationRules/test_data_generation_configurations.json +0 -27
- package/source/api-data-generators/support/OEmbedData/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/Onboarding/test_data_generation_configurations.json +0 -29
- package/source/api-data-generators/support/Organization/test_data_generation_configurations.json +0 -79
- package/source/api-data-generators/support/PBGroup/test_data_generation_configurations.json +0 -109
- package/source/api-data-generators/support/PBGroupAgents/test_data_generation_configurations.json +0 -66
- package/source/api-data-generators/support/PBPlatform/test_data_generation_configurations.json +0 -113
- package/source/api-data-generators/support/PBX/test_data_generation_configurations.json +0 -28
- package/source/api-data-generators/support/PBXConfig/test_data_generation_configurations.json +0 -17
- package/source/api-data-generators/support/PBXPhoneNumbers/test_data_generation_configurations.json +0 -54
- package/source/api-data-generators/support/PBXPreference/test_data_generation_configurations.json +0 -54
- package/source/api-data-generators/support/PageSense/test_data_generation_configurations.json +0 -77
- package/source/api-data-generators/support/PendingApproval/test_data_generation_configurations.json +0 -14
- package/source/api-data-generators/support/Permalink/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/PhoneAgents/test_data_generation_configurations.json +0 -66
- package/source/api-data-generators/support/PinnedConversation/test_data_generation_configurations.json +0 -64
- package/source/api-data-generators/support/Pipeline_Service/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/Product/test_data_generation_configurations.json +0 -196
- package/source/api-data-generators/support/ProductAttachment/test_data_generation_configurations.json +0 -48
- package/source/api-data-generators/support/Profile/test_data_generation_configurations.json +0 -59
- package/source/api-data-generators/support/QueueView/test_data_generation_configurations.json +0 -37
- package/source/api-data-generators/support/Records/test_data_generation_configurations.json +0 -239
- package/source/api-data-generators/support/Recyclebin/test_data_generation_configurations.json +0 -52
- package/source/api-data-generators/support/RemoteAuth/test_data_generation_configurations.json +0 -52
- package/source/api-data-generators/support/Report/test_data_generation_configurations.json +0 -538
- package/source/api-data-generators/support/ReportChart/test_data_generation_configurations.json +0 -28
- package/source/api-data-generators/support/ReportFolder/test_data_generation_configurations.json +0 -100
- package/source/api-data-generators/support/Resources/test_data_generation_configurations.json +0 -29
- package/source/api-data-generators/support/Role/test_data_generation_configurations.json +0 -84
- package/source/api-data-generators/support/RoundRobin/test_data_generation_configurations.json +0 -58
- package/source/api-data-generators/support/RoundRobinTarget/test_data_generation_configurations.json +0 -50
- package/source/api-data-generators/support/RoutingPreference/test_data_generation_configurations.json +0 -29
- package/source/api-data-generators/support/SLAMetaInfo/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/Saml/test_data_generation_configurations.json +0 -42
- package/source/api-data-generators/support/Sandbox/test_data_generation_configurations.json +0 -92
- package/source/api-data-generators/support/SandboxChangeset/test_data_generation_configurations.json +0 -46
- package/source/api-data-generators/support/SandboxDeployment/test_data_generation_configurations.json +0 -50
- package/source/api-data-generators/support/SandboxDeploymentLogs/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/SavedFilters/test_data_generation_configurations.json +0 -203
- package/source/api-data-generators/support/Schedule/test_data_generation_configurations.json +0 -172
- package/source/api-data-generators/support/ScheduleReplyInfo/test_data_generation_configurations.json +0 -182
- package/source/api-data-generators/support/Search/test_data_generation_configurations.json +0 -636
- package/source/api-data-generators/support/SearchInteg/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/Setup/test_data_generation_configurations.json +0 -32
- package/source/api-data-generators/support/SharedSnippet/test_data_generation_configurations.json +0 -62
- package/source/api-data-generators/support/Signature/test_data_generation_configurations.json +0 -24
- package/source/api-data-generators/support/Skill/test_data_generation_configurations.json +0 -164
- package/source/api-data-generators/support/SkillConfiguration/test_data_generation_configurations.json +0 -21
- package/source/api-data-generators/support/SkillType/test_data_generation_configurations.json +0 -60
- package/source/api-data-generators/support/Slack/test_data_generation_configurations.json +0 -51
- package/source/api-data-generators/support/SmsTemplates/test_data_generation_configurations.json +0 -40
- package/source/api-data-generators/support/Snippets/test_data_generation_configurations.json +0 -47
- package/source/api-data-generators/support/SocialInteg/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/SocialPosts/test_data_generation_configurations.json +0 -223
- package/source/api-data-generators/support/SocialTwitterConversations/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/StarredTemplates/test_data_generation_configurations.json +0 -76
- package/source/api-data-generators/support/SubjectAccessRequest/test_data_generation_configurations.json +0 -104
- package/source/api-data-generators/support/Supervise/test_data_generation_configurations.json +0 -43
- package/source/api-data-generators/support/SupportPlan/test_data_generation_configurations.json +0 -65
- package/source/api-data-generators/support/Tab/test_data_generation_configurations.json +0 -29
- package/source/api-data-generators/support/Target/test_data_generation_configurations.json +0 -97
- package/source/api-data-generators/support/Task/test_data_generation_configurations.json +0 -219
- package/source/api-data-generators/support/TaskAttachment/test_data_generation_configurations.json +0 -42
- package/source/api-data-generators/support/TaskComments/test_data_generation_configurations.json +0 -45
- package/source/api-data-generators/support/TaskTimeEntry/test_data_generation_configurations.json +0 -87
- package/source/api-data-generators/support/TaskTimer/test_data_generation_configurations.json +0 -27
- package/source/api-data-generators/support/Team/test_data_generation_configurations.json +0 -115
- package/source/api-data-generators/support/TemplateFolders/test_data_generation_configurations.json +0 -72
- package/source/api-data-generators/support/Thread/test_data_generation_configurations.json +0 -383
- package/source/api-data-generators/support/Ticket/test_data_generation_configurations.json +0 -694
- package/source/api-data-generators/support/TicketApprovals/test_data_generation_configurations.json +0 -66
- package/source/api-data-generators/support/TicketAttachment/test_data_generation_configurations.json +0 -58
- package/source/api-data-generators/support/TicketComment/test_data_generation_configurations.json +0 -82
- package/source/api-data-generators/support/TicketCount/test_data_generation_configurations.json +0 -43
- package/source/api-data-generators/support/TicketFollowers/test_data_generation_configurations.json +0 -65
- package/source/api-data-generators/support/TicketMetrics/test_data_generation_configurations.json +0 -16
- package/source/api-data-generators/support/TicketTag/test_data_generation_configurations.json +0 -99
- package/source/api-data-generators/support/TicketTemplate/test_data_generation_configurations.json +0 -475
- package/source/api-data-generators/support/TicketTimeEntry/test_data_generation_configurations.json +0 -110
- package/source/api-data-generators/support/TicketTimer/test_data_generation_configurations.json +0 -48
- package/source/api-data-generators/support/TicketWithChildren/test_data_generation_configurations.json +0 -91
- package/source/api-data-generators/support/TimeTracking/test_data_generation_configurations.json +0 -46
- package/source/api-data-generators/support/TranslationLanguages/test_data_generation_configurations.json +0 -68
- package/source/api-data-generators/support/Upload/test_data_generation_configurations.json +0 -54
- package/source/api-data-generators/support/User/test_data_generation_configurations.json +0 -100
- package/source/api-data-generators/support/UserAuthentication/test_data_generation_configurations.json +0 -49
- package/source/api-data-generators/support/UserPresence/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/ValidationRuleCriteria/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/ValidationRules/test_data_generation_configurations.json +0 -321
- package/source/api-data-generators/support/Webhook/test_data_generation_configurations.json +0 -501
- package/source/api-data-generators/support/Widget/test_data_generation_configurations.json +0 -166
- package/source/api-data-generators/support/ZIAAnswerbotInference/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/support/ZIADocumentData/test_data_generation_configurations.json +0 -38
- package/source/api-data-generators/support/ZIAVectorSearch/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/ZiaGPT/test_data_generation_configurations.json +0 -19
- package/source/api-data-generators/support/ZiaScheduler/test_data_generation_configurations.json +0 -22
- package/source/api-data-generators/support/ZiapoweredbyGPT/test_data_generation_configurations.json +0 -33
- package/source/api-data-generators/support/Zwitch/test_data_generation_configurations.json +0 -71
- package/source/api-data-generators/support/blueprintDrafts/test_data_generation_configurations.json +0 -859
- package/source/api-data-generators/support/blueprintTransitions/test_data_generation_configurations.json +0 -26
- package/source/api-data-generators/support/blueprints/test_data_generation_configurations.json +0 -652
- package/source/api-data-generators/support/borrow_book/test_data_generation_configurations.json +0 -21
- package/source/api-data-generators/support/zlabsnlp/test_data_generation_configurations.json +0 -50
- package/source/openapi-specifications/v1.0/common/Common.json +0 -587
- package/source/openapi-specifications/v1.0/portal/Account.json +0 -183
- package/source/openapi-specifications/v1.0/portal/ArticleComment.json +0 -1103
- package/source/openapi-specifications/v1.0/portal/ArticleFeedback.json +0 -133
- package/source/openapi-specifications/v1.0/portal/AsapMobile.json +0 -712
- package/source/openapi-specifications/v1.0/portal/AsapWeb.json +0 -91
- package/source/openapi-specifications/v1.0/portal/Attachment.json +0 -122
- package/source/openapi-specifications/v1.0/portal/Captcha.json +0 -334
- package/source/openapi-specifications/v1.0/portal/Category.json +0 -1061
- package/source/openapi-specifications/v1.0/portal/Comment.json +0 -1546
- package/source/openapi-specifications/v1.0/portal/Community.json +0 -235
- package/source/openapi-specifications/v1.0/portal/CommunityUser.json +0 -296
- package/source/openapi-specifications/v1.0/portal/Contact.json +0 -536
- package/source/openapi-specifications/v1.0/portal/CustomerHappiness.json +0 -163
- package/source/openapi-specifications/v1.0/portal/Department.json +0 -246
- package/source/openapi-specifications/v1.0/portal/Extension.json +0 -1122
- package/source/openapi-specifications/v1.0/portal/FeedbackWidget.json +0 -96
- package/source/openapi-specifications/v1.0/portal/Field.json +0 -1239
- package/source/openapi-specifications/v1.0/portal/FileExport.json +0 -313
- package/source/openapi-specifications/v1.0/portal/Followers.json +0 -802
- package/source/openapi-specifications/v1.0/portal/Gamification.json +0 -819
- package/source/openapi-specifications/v1.0/portal/HashTags.json +0 -61
- package/source/openapi-specifications/v1.0/portal/HelpCenterUser.json +0 -605
- package/source/openapi-specifications/v1.0/portal/HelpCenterUserPreference.json +0 -148
- package/source/openapi-specifications/v1.0/portal/Helpcenter.json +0 -920
- package/source/openapi-specifications/v1.0/portal/HelpcenterGroups.json +0 -118
- package/source/openapi-specifications/v1.0/portal/HelpcenterPages.json +0 -184
- package/source/openapi-specifications/v1.0/portal/KBCategoryTranslation.json +0 -70
- package/source/openapi-specifications/v1.0/portal/KBRootCategory.json +0 -1310
- package/source/openapi-specifications/v1.0/portal/KbCategory.json +0 -1525
- package/source/openapi-specifications/v1.0/portal/KbSection.json +0 -515
- package/source/openapi-specifications/v1.0/portal/Label.json +0 -172
- package/source/openapi-specifications/v1.0/portal/Layout.json +0 -303
- package/source/openapi-specifications/v1.0/portal/LayoutRules.json +0 -375
- package/source/openapi-specifications/v1.0/portal/Mentions.json +0 -580
- package/source/openapi-specifications/v1.0/portal/NewAsapMobile.json +0 -699
- package/source/openapi-specifications/v1.0/portal/Permalink.json +0 -265
- package/source/openapi-specifications/v1.0/portal/Placeholders.json +0 -57
- package/source/openapi-specifications/v1.0/portal/Product.json +0 -401
- package/source/openapi-specifications/v1.0/portal/Solution.json +0 -3766
- package/source/openapi-specifications/v1.0/portal/Thread.json +0 -821
- package/source/openapi-specifications/v1.0/portal/Ticket.json +0 -2636
- package/source/openapi-specifications/v1.0/portal/TicketComment.json +0 -822
- package/source/openapi-specifications/v1.0/portal/TicketCount.json +0 -336
- package/source/openapi-specifications/v1.0/portal/TicketExport.json +0 -609
- package/source/openapi-specifications/v1.0/portal/TicketField.json +0 -358
- package/source/openapi-specifications/v1.0/portal/TicketForm.json +0 -517
- package/source/openapi-specifications/v1.0/portal/TicketStatusMapping.json +0 -155
- package/source/openapi-specifications/v1.0/portal/TicketTemplate.json +0 -409
- package/source/openapi-specifications/v1.0/portal/TicketsViewCount.json +0 -175
- package/source/openapi-specifications/v1.0/portal/Topic.json +0 -4079
- package/source/openapi-specifications/v1.0/portal/Translation.json +0 -174
- package/source/openapi-specifications/v1.0/portal/Upload.json +0 -156
- package/source/openapi-specifications/v1.0/portal/ValidationRules.json +0 -309
- package/source/openapi-specifications/v1.0/portal/View.json +0 -353
- package/source/openapi-specifications/v1.0/portal/Widget.json +0 -218
- package/source/openapi-specifications/v1.0/support/AEAdminTool.json +0 -354
- package/source/openapi-specifications/v1.0/support/Account.json +0 -3206
- package/source/openapi-specifications/v1.0/support/AccountAttachment.json +0 -484
- package/source/openapi-specifications/v1.0/support/AccountComments.json +0 -794
- package/source/openapi-specifications/v1.0/support/AccountContactMappingInfo.json +0 -227
- package/source/openapi-specifications/v1.0/support/AccountDeduplication.json +0 -578
- package/source/openapi-specifications/v1.0/support/AccountFollowers.json +0 -350
- package/source/openapi-specifications/v1.0/support/AccountSla.json +0 -341
- package/source/openapi-specifications/v1.0/support/AccountTimeEntry.json +0 -1152
- package/source/openapi-specifications/v1.0/support/ActiveCalls.json +0 -573
- package/source/openapi-specifications/v1.0/support/Activity.json +0 -1400
- package/source/openapi-specifications/v1.0/support/Actor.json +0 -88
- package/source/openapi-specifications/v1.0/support/ActorsAPI.json +0 -304
- package/source/openapi-specifications/v1.0/support/AdminTool.json +0 -489
- package/source/openapi-specifications/v1.0/support/Agent.json +0 -6685
- package/source/openapi-specifications/v1.0/support/AgentPresence.json +0 -567
- package/source/openapi-specifications/v1.0/support/AgentRoom.json +0 -1997
- package/source/openapi-specifications/v1.0/support/AgentSignatures.json +0 -359
- package/source/openapi-specifications/v1.0/support/AgentTimeEntry.json +0 -1402
- package/source/openapi-specifications/v1.0/support/AntiSpamInfo.json +0 -510
- package/source/openapi-specifications/v1.0/support/ApiCreditNotificationRule.json +0 -1189
- package/source/openapi-specifications/v1.0/support/ApiDashboard.json +0 -543
- package/source/openapi-specifications/v1.0/support/ApplicationFlags.json +0 -155
- package/source/openapi-specifications/v1.0/support/ArchivedView.json +0 -469
- package/source/openapi-specifications/v1.0/support/Article.json +0 -5060
- package/source/openapi-specifications/v1.0/support/ArticleAttachment.json +0 -544
- package/source/openapi-specifications/v1.0/support/ArticleComment.json +0 -1929
- package/source/openapi-specifications/v1.0/support/ArticleExternalImageUrlResponse.json +0 -56
- package/source/openapi-specifications/v1.0/support/ArticleFeedback.json +0 -1314
- package/source/openapi-specifications/v1.0/support/ArticleFeedbackResolution.json +0 -513
- package/source/openapi-specifications/v1.0/support/ArticleHistory.json +0 -2510
- package/source/openapi-specifications/v1.0/support/ArticleStatistics.json +0 -3053
- package/source/openapi-specifications/v1.0/support/ArticleTranslation.json +0 -7530
- package/source/openapi-specifications/v1.0/support/ArticleVersion.json +0 -184
- package/source/openapi-specifications/v1.0/support/ArticleViews.json +0 -564
- package/source/openapi-specifications/v1.0/support/Asap.json +0 -1525
- package/source/openapi-specifications/v1.0/support/AsapModule.json +0 -246
- package/source/openapi-specifications/v1.0/support/AsapStatus.json +0 -199
- package/source/openapi-specifications/v1.0/support/AssistInteg.json +0 -613
- package/source/openapi-specifications/v1.0/support/AttachmentRestriction.json +0 -786
- package/source/openapi-specifications/v1.0/support/AuditLog.json +0 -1122
- package/source/openapi-specifications/v1.0/support/AutomatedSummaryForChats.json +0 -702
- package/source/openapi-specifications/v1.0/support/AutomationAlerts.json +0 -868
- package/source/openapi-specifications/v1.0/support/AutomationEngine.json +0 -1181
- package/source/openapi-specifications/v1.0/support/AutomationFeatureCount.json +0 -207
- package/source/openapi-specifications/v1.0/support/AutomationFieldUpdates.json +0 -809
- package/source/openapi-specifications/v1.0/support/AutomationTask.json +0 -1054
- package/source/openapi-specifications/v1.0/support/Backup.json +0 -2845
- package/source/openapi-specifications/v1.0/support/Badge.json +0 -544
- package/source/openapi-specifications/v1.0/support/Bot.json +0 -2103
- package/source/openapi-specifications/v1.0/support/BotInference.json +0 -1071
- package/source/openapi-specifications/v1.0/support/BotResources.json +0 -175
- package/source/openapi-specifications/v1.0/support/BotStaticResources.json +0 -541
- package/source/openapi-specifications/v1.0/support/Bot_UserInfo.json +0 -63
- package/source/openapi-specifications/v1.0/support/Bots.json +0 -58
- package/source/openapi-specifications/v1.0/support/BugInteg.json +0 -481
- package/source/openapi-specifications/v1.0/support/BulkAction.json +0 -150
- package/source/openapi-specifications/v1.0/support/BulkImport.json +0 -2845
- package/source/openapi-specifications/v1.0/support/BulkUpdate.json +0 -743
- package/source/openapi-specifications/v1.0/support/BulkWrite.json +0 -678
- package/source/openapi-specifications/v1.0/support/BusinessHour.json +0 -1344
- package/source/openapi-specifications/v1.0/support/Call.json +0 -3839
- package/source/openapi-specifications/v1.0/support/CallComments.json +0 -721
- package/source/openapi-specifications/v1.0/support/CallHistory.json +0 -936
- package/source/openapi-specifications/v1.0/support/CallTimeEntry.json +0 -1745
- package/source/openapi-specifications/v1.0/support/CallTimer.json +0 -285
- package/source/openapi-specifications/v1.0/support/Channel.json +0 -730
- package/source/openapi-specifications/v1.0/support/Chart.json +0 -422
- package/source/openapi-specifications/v1.0/support/ChatTicket.json +0 -553
- package/source/openapi-specifications/v1.0/support/ClientAction.json +0 -1834
- package/source/openapi-specifications/v1.0/support/ClientEvent.json +0 -780
- package/source/openapi-specifications/v1.0/support/CliqIntegJsonMapping.json +0 -1123
- package/source/openapi-specifications/v1.0/support/CloudAttachment.json +0 -528
- package/source/openapi-specifications/v1.0/support/CommonMassActionError.json +0 -44
- package/source/openapi-specifications/v1.0/support/CommonMassActionResponse.json +0 -94
- package/source/openapi-specifications/v1.0/support/Community.json +0 -2545
- package/source/openapi-specifications/v1.0/support/CommunityAttachment.json +0 -249
- package/source/openapi-specifications/v1.0/support/CommunityCategory.json +0 -1896
- package/source/openapi-specifications/v1.0/support/CommunityCategoryLogo.json +0 -145
- package/source/openapi-specifications/v1.0/support/CommunityComment.json +0 -2492
- package/source/openapi-specifications/v1.0/support/CommunityInitPermissions.json +0 -129
- package/source/openapi-specifications/v1.0/support/CommunityPreferences.json +0 -343
- package/source/openapi-specifications/v1.0/support/CommunitySearch.json +0 -78
- package/source/openapi-specifications/v1.0/support/CommunityTopic.json +0 -6005
- package/source/openapi-specifications/v1.0/support/CommunityTopicInsights.json +0 -310
- package/source/openapi-specifications/v1.0/support/CommunityUser.json +0 -822
- package/source/openapi-specifications/v1.0/support/Composite.json +0 -414
- package/source/openapi-specifications/v1.0/support/Contact.json +0 -4691
- package/source/openapi-specifications/v1.0/support/ContactAttachment.json +0 -484
- package/source/openapi-specifications/v1.0/support/ContactComments.json +0 -769
- package/source/openapi-specifications/v1.0/support/ContactDeduplication.json +0 -683
- package/source/openapi-specifications/v1.0/support/ContactFollowers.json +0 -350
- package/source/openapi-specifications/v1.0/support/ContactProfile.json +0 -195
- package/source/openapi-specifications/v1.0/support/ContactTimeEntry.json +0 -1157
- package/source/openapi-specifications/v1.0/support/Contract.json +0 -2877
- package/source/openapi-specifications/v1.0/support/ContractAttachment.json +0 -307
- package/source/openapi-specifications/v1.0/support/Conversation.json +0 -570
- package/source/openapi-specifications/v1.0/support/CountriesAndLanguages.json +0 -5279
- package/source/openapi-specifications/v1.0/support/CreditCycle.json +0 -124
- package/source/openapi-specifications/v1.0/support/Criteria.json +0 -1014
- package/source/openapi-specifications/v1.0/support/CriteriaValue.json +0 -50
- package/source/openapi-specifications/v1.0/support/CrmInteg.json +0 -5938
- package/source/openapi-specifications/v1.0/support/CustomAction.json +0 -2106
- package/source/openapi-specifications/v1.0/support/CustomActionRuleMapping.json +0 -1327
- package/source/openapi-specifications/v1.0/support/CustomButton.json +0 -1898
- package/source/openapi-specifications/v1.0/support/CustomFunctionExecutionLogs.json +0 -883
- package/source/openapi-specifications/v1.0/support/CustomFunctionGallery.json +0 -329
- package/source/openapi-specifications/v1.0/support/CustomFunctionReRun.json +0 -317
- package/source/openapi-specifications/v1.0/support/CustomFunctionZiaCopilot.json +0 -379
- package/source/openapi-specifications/v1.0/support/CustomFunctions.json +0 -3457
- package/source/openapi-specifications/v1.0/support/CustomModuleAdminTool.json +0 -81
- package/source/openapi-specifications/v1.0/support/CustomTheme.json +0 -7391
- package/source/openapi-specifications/v1.0/support/CustomView.json +0 -3478
- package/source/openapi-specifications/v1.0/support/CustomerHappiness.json +0 -464
- package/source/openapi-specifications/v1.0/support/DBThrottle.json +0 -334
- package/source/openapi-specifications/v1.0/support/DashboardComponent.json +0 -1163
- package/source/openapi-specifications/v1.0/support/DashboardFolder.json +0 -1258
- package/source/openapi-specifications/v1.0/support/DashboardMetrics.json +0 -2310
- package/source/openapi-specifications/v1.0/support/Dashboards.json +0 -1219
- package/source/openapi-specifications/v1.0/support/DataChips.json +0 -477
- package/source/openapi-specifications/v1.0/support/DataImport.json +0 -1099
- package/source/openapi-specifications/v1.0/support/DataSync.json +0 -1246
- package/source/openapi-specifications/v1.0/support/DatasetEntry.json +0 -153
- package/source/openapi-specifications/v1.0/support/Department.json +0 -1971
- package/source/openapi-specifications/v1.0/support/DependencyMappings.json +0 -656
- package/source/openapi-specifications/v1.0/support/DirectAssignRuleTarget.json +0 -232
- package/source/openapi-specifications/v1.0/support/DirectAssignmentRules.json +0 -722
- package/source/openapi-specifications/v1.0/support/DisplayEntity.json +0 -91
- package/source/openapi-specifications/v1.0/support/DomainMapping.json +0 -1143
- package/source/openapi-specifications/v1.0/support/EmailFailureAlert.json +0 -306
- package/source/openapi-specifications/v1.0/support/EmailTemplates.json +0 -1491
- package/source/openapi-specifications/v1.0/support/EntityBlueprints.json +0 -572
- package/source/openapi-specifications/v1.0/support/Event.json +0 -3607
- package/source/openapi-specifications/v1.0/support/EventComments.json +0 -737
- package/source/openapi-specifications/v1.0/support/EventTimeEntry.json +0 -1520
- package/source/openapi-specifications/v1.0/support/EventTimer.json +0 -285
- package/source/openapi-specifications/v1.0/support/Expression.json +0 -43
- package/source/openapi-specifications/v1.0/support/Extension.json +0 -7152
- package/source/openapi-specifications/v1.0/support/ExtensionOrg.json +0 -129
- package/source/openapi-specifications/v1.0/support/FAQ.json +0 -142
- package/source/openapi-specifications/v1.0/support/FAQTranslation.json +0 -178
- package/source/openapi-specifications/v1.0/support/FbManager.json +0 -1147
- package/source/openapi-specifications/v1.0/support/Feature.json +0 -691
- package/source/openapi-specifications/v1.0/support/FeatureFile.json +0 -435
- package/source/openapi-specifications/v1.0/support/FeatureFolder.json +0 -576
- package/source/openapi-specifications/v1.0/support/FeaturePermission.json +0 -492
- package/source/openapi-specifications/v1.0/support/FederatedLogin.json +0 -318
- package/source/openapi-specifications/v1.0/support/FeedsAPIs.json +0 -198
- package/source/openapi-specifications/v1.0/support/Field.json +0 -7493
- package/source/openapi-specifications/v1.0/support/FieldDetails.json +0 -139
- package/source/openapi-specifications/v1.0/support/FieldPermissions.json +0 -113
- package/source/openapi-specifications/v1.0/support/FieldPrediction.json +0 -3831
- package/source/openapi-specifications/v1.0/support/FileExport.json +0 -324
- package/source/openapi-specifications/v1.0/support/Finance.json +0 -4290
- package/source/openapi-specifications/v1.0/support/Followers.json +0 -875
- package/source/openapi-specifications/v1.0/support/FormulaFunctions.json +0 -47
- package/source/openapi-specifications/v1.0/support/GC_Bots.json +0 -138
- package/source/openapi-specifications/v1.0/support/GC_Guide.json +0 -1536
- package/source/openapi-specifications/v1.0/support/GC_GuideHistories.json +0 -58
- package/source/openapi-specifications/v1.0/support/GC_GuideHistory.json +0 -79
- package/source/openapi-specifications/v1.0/support/GC_Guides.json +0 -89
- package/source/openapi-specifications/v1.0/support/GC_Info.json +0 -208
- package/source/openapi-specifications/v1.0/support/GC_Status.json +0 -69
- package/source/openapi-specifications/v1.0/support/GC_UserInfo.json +0 -79
- package/source/openapi-specifications/v1.0/support/GenericAction.json +0 -1888
- package/source/openapi-specifications/v1.0/support/GenericActionMapping.json +0 -1050
- package/source/openapi-specifications/v1.0/support/GoogleAnalytics.json +0 -1715
- package/source/openapi-specifications/v1.0/support/GoogleChat.json +0 -650
- package/source/openapi-specifications/v1.0/support/HelpCenterCommon.json +0 -44
- package/source/openapi-specifications/v1.0/support/Help_Center_OIDC_Authentication.json +0 -900
- package/source/openapi-specifications/v1.0/support/Helpcenter.json +0 -1212
- package/source/openapi-specifications/v1.0/support/HelpcenterAutoTranslateSetting.json +0 -331
- package/source/openapi-specifications/v1.0/support/HelpcenterGroups.json +0 -1496
- package/source/openapi-specifications/v1.0/support/HelpcenterPages.json +0 -504
- package/source/openapi-specifications/v1.0/support/HelpcenterPreference.json +0 -208
- package/source/openapi-specifications/v1.0/support/HelpcenterTranslationApp.json +0 -64
- package/source/openapi-specifications/v1.0/support/HelpcenterUpload.json +0 -211
- package/source/openapi-specifications/v1.0/support/HolidayList.json +0 -731
- package/source/openapi-specifications/v1.0/support/IMAPAddress.json +0 -1091
- package/source/openapi-specifications/v1.0/support/IMCannedMessage.json +0 -1357
- package/source/openapi-specifications/v1.0/support/IMCannedMessagePlaceHolders.json +0 -169
- package/source/openapi-specifications/v1.0/support/IMCannedMessageTranslation.json +0 -624
- package/source/openapi-specifications/v1.0/support/IMTemplateMessage.json +0 -597
- package/source/openapi-specifications/v1.0/support/IM_AddOn.json +0 -841
- package/source/openapi-specifications/v1.0/support/IM_AttachmentMessage.json +0 -64
- package/source/openapi-specifications/v1.0/support/IM_Bot.json +0 -1007
- package/source/openapi-specifications/v1.0/support/IM_BotService.json +0 -357
- package/source/openapi-specifications/v1.0/support/IM_Broadcast.json +0 -323
- package/source/openapi-specifications/v1.0/support/IM_Channel.json +0 -2849
- package/source/openapi-specifications/v1.0/support/IM_ChannelPreference.json +0 -502
- package/source/openapi-specifications/v1.0/support/IM_Contact.json +0 -165
- package/source/openapi-specifications/v1.0/support/IM_Efc.json +0 -188
- package/source/openapi-specifications/v1.0/support/IM_Integration.json +0 -1269
- package/source/openapi-specifications/v1.0/support/IM_IntegrationService.json +0 -454
- package/source/openapi-specifications/v1.0/support/IM_LayoutView.json +0 -625
- package/source/openapi-specifications/v1.0/support/IM_License.json +0 -225
- package/source/openapi-specifications/v1.0/support/IM_Message.json +0 -1371
- package/source/openapi-specifications/v1.0/support/IM_Metrics.json +0 -462
- package/source/openapi-specifications/v1.0/support/IM_Search.json +0 -547
- package/source/openapi-specifications/v1.0/support/IM_Session.json +0 -1397
- package/source/openapi-specifications/v1.0/support/IM_TemplateButton.json +0 -142
- package/source/openapi-specifications/v1.0/support/IM_TemplateFooter.json +0 -83
- package/source/openapi-specifications/v1.0/support/IM_TemplateHeader.json +0 -86
- package/source/openapi-specifications/v1.0/support/IM_TemplateItems.json +0 -73
- package/source/openapi-specifications/v1.0/support/IM_TimeSeriesMetrics.json +0 -435
- package/source/openapi-specifications/v1.0/support/IM_TwilioPhoneNumber.json +0 -202
- package/source/openapi-specifications/v1.0/support/IM_WhatsApp_Integrations.json +0 -193
- package/source/openapi-specifications/v1.0/support/IM_ZiaGpt.json +0 -489
- package/source/openapi-specifications/v1.0/support/Import.json +0 -1844
- package/source/openapi-specifications/v1.0/support/IncrementalDocuments.json +0 -395
- package/source/openapi-specifications/v1.0/support/Inference.json +0 -307
- package/source/openapi-specifications/v1.0/support/InlineImage.json +0 -97
- package/source/openapi-specifications/v1.0/support/IntegModule.json +0 -938
- package/source/openapi-specifications/v1.0/support/Integrations.json +0 -1264
- package/source/openapi-specifications/v1.0/support/InteractiveTours.json +0 -539
- package/source/openapi-specifications/v1.0/support/JWT.json +0 -535
- package/source/openapi-specifications/v1.0/support/KBCategoryPermalink.json +0 -208
- package/source/openapi-specifications/v1.0/support/KBCategoryUser.json +0 -241
- package/source/openapi-specifications/v1.0/support/KBPreference.json +0 -323
- package/source/openapi-specifications/v1.0/support/KBRecycleBin.json +0 -2316
- package/source/openapi-specifications/v1.0/support/KBRootCategory.json +0 -2839
- package/source/openapi-specifications/v1.0/support/KBRootCategoryTranslation.json +0 -570
- package/source/openapi-specifications/v1.0/support/KBSection.json +0 -1941
- package/source/openapi-specifications/v1.0/support/KBTranslationMassActionResponse.json +0 -169
- package/source/openapi-specifications/v1.0/support/KPIWidget.json +0 -206
- package/source/openapi-specifications/v1.0/support/KbBot.json +0 -511
- package/source/openapi-specifications/v1.0/support/KbCategory.json +0 -1618
- package/source/openapi-specifications/v1.0/support/KbCategoryLogo.json +0 -124
- package/source/openapi-specifications/v1.0/support/Label.json +0 -1251
- package/source/openapi-specifications/v1.0/support/Layout.json +0 -8042
- package/source/openapi-specifications/v1.0/support/LayoutRuleCriteria.json +0 -491
- package/source/openapi-specifications/v1.0/support/LayoutRules.json +0 -1422
- package/source/openapi-specifications/v1.0/support/LensInteg.json +0 -86
- package/source/openapi-specifications/v1.0/support/LicenseFeaturePlan.json +0 -548
- package/source/openapi-specifications/v1.0/support/LicenseInfo.json +0 -1231
- package/source/openapi-specifications/v1.0/support/LicenseTool.json +0 -165
- package/source/openapi-specifications/v1.0/support/Livecall.json +0 -954
- package/source/openapi-specifications/v1.0/support/LookupRecord.json +0 -174
- package/source/openapi-specifications/v1.0/support/Macros.json +0 -1960
- package/source/openapi-specifications/v1.0/support/MailReplyAddress.json +0 -1263
- package/source/openapi-specifications/v1.0/support/MassAction.json +0 -1151
- package/source/openapi-specifications/v1.0/support/MassActionError.json +0 -55
- package/source/openapi-specifications/v1.0/support/MassActionResponse.json +0 -89
- package/source/openapi-specifications/v1.0/support/Mentions.json +0 -491
- package/source/openapi-specifications/v1.0/support/Message.json +0 -685
- package/source/openapi-specifications/v1.0/support/Microsoft.json +0 -887
- package/source/openapi-specifications/v1.0/support/MicrosoftTeams.json +0 -574
- package/source/openapi-specifications/v1.0/support/Microsoft_PowerBI.json +0 -903
- package/source/openapi-specifications/v1.0/support/Misc.json +0 -214
- package/source/openapi-specifications/v1.0/support/Module.json +0 -1625
- package/source/openapi-specifications/v1.0/support/NewCriteria.json +0 -1863
- package/source/openapi-specifications/v1.0/support/NewFeatureFields.json +0 -204
- package/source/openapi-specifications/v1.0/support/NewTicketHistory.json +0 -150
- package/source/openapi-specifications/v1.0/support/NotificationRules.json +0 -441
- package/source/openapi-specifications/v1.0/support/OEmbedData.json +0 -233
- package/source/openapi-specifications/v1.0/support/Onboarding.json +0 -282
- package/source/openapi-specifications/v1.0/support/Organization.json +0 -1391
- package/source/openapi-specifications/v1.0/support/PBGroup.json +0 -634
- package/source/openapi-specifications/v1.0/support/PBGroupAgents.json +0 -433
- package/source/openapi-specifications/v1.0/support/PBPlatform.json +0 -1447
- package/source/openapi-specifications/v1.0/support/PBX.json +0 -550
- package/source/openapi-specifications/v1.0/support/PBXConfig.json +0 -219
- package/source/openapi-specifications/v1.0/support/PBXPhoneNumbers.json +0 -443
- package/source/openapi-specifications/v1.0/support/PBXPreference.json +0 -314
- package/source/openapi-specifications/v1.0/support/PageSense.json +0 -1505
- package/source/openapi-specifications/v1.0/support/PendingApproval.json +0 -279
- package/source/openapi-specifications/v1.0/support/Permalink.json +0 -393
- package/source/openapi-specifications/v1.0/support/PhoneAgents.json +0 -1014
- package/source/openapi-specifications/v1.0/support/PhoneMenu.json +0 -118
- package/source/openapi-specifications/v1.0/support/PinnedConversation.json +0 -1115
- package/source/openapi-specifications/v1.0/support/Pipeline_Info.json +0 -232
- package/source/openapi-specifications/v1.0/support/Pipeline_Service.json +0 -499
- package/source/openapi-specifications/v1.0/support/Product.json +0 -1861
- package/source/openapi-specifications/v1.0/support/ProductAttachment.json +0 -485
- package/source/openapi-specifications/v1.0/support/Profile.json +0 -4236
- package/source/openapi-specifications/v1.0/support/ProjectsInteg.json +0 -989
- package/source/openapi-specifications/v1.0/support/QueryStore.json +0 -238
- package/source/openapi-specifications/v1.0/support/QueueView.json +0 -335
- package/source/openapi-specifications/v1.0/support/RatelimitAdminTool.json +0 -1204
- package/source/openapi-specifications/v1.0/support/Records.json +0 -1509
- package/source/openapi-specifications/v1.0/support/Recyclebin.json +0 -669
- package/source/openapi-specifications/v1.0/support/RemoteAuth.json +0 -401
- package/source/openapi-specifications/v1.0/support/Report.json +0 -6491
- package/source/openapi-specifications/v1.0/support/ReportChart.json +0 -254
- package/source/openapi-specifications/v1.0/support/ReportFolder.json +0 -1076
- package/source/openapi-specifications/v1.0/support/ReportIntegration.json +0 -202
- package/source/openapi-specifications/v1.0/support/RequestFlags.json +0 -358
- package/source/openapi-specifications/v1.0/support/Resources.json +0 -335
- package/source/openapi-specifications/v1.0/support/ResponseHelpCenterUser.json +0 -128
- package/source/openapi-specifications/v1.0/support/Role.json +0 -996
- package/source/openapi-specifications/v1.0/support/RoundRobin.json +0 -796
- package/source/openapi-specifications/v1.0/support/RoundRobinTarget.json +0 -381
- package/source/openapi-specifications/v1.0/support/RoutingPreference.json +0 -615
- package/source/openapi-specifications/v1.0/support/RuleGroup.json +0 -1630
- package/source/openapi-specifications/v1.0/support/SLAMetaInfo.json +0 -227
- package/source/openapi-specifications/v1.0/support/Saml.json +0 -565
- package/source/openapi-specifications/v1.0/support/Sandbox.json +0 -1075
- package/source/openapi-specifications/v1.0/support/SandboxChangeset.json +0 -501
- package/source/openapi-specifications/v1.0/support/SandboxDeployment.json +0 -428
- package/source/openapi-specifications/v1.0/support/SandboxDeploymentLogs.json +0 -295
- package/source/openapi-specifications/v1.0/support/SandboxSourceOrganization.json +0 -268
- package/source/openapi-specifications/v1.0/support/SavedFilters.json +0 -652
- package/source/openapi-specifications/v1.0/support/Schedule.json +0 -2077
- package/source/openapi-specifications/v1.0/support/ScheduleReplyInfo.json +0 -2271
- package/source/openapi-specifications/v1.0/support/Search.json +0 -12600
- package/source/openapi-specifications/v1.0/support/SearchInteg.json +0 -2254
- package/source/openapi-specifications/v1.0/support/Setup.json +0 -1766
- package/source/openapi-specifications/v1.0/support/SharedSnippet.json +0 -1110
- package/source/openapi-specifications/v1.0/support/SharingRule.json +0 -287
- package/source/openapi-specifications/v1.0/support/Signature.json +0 -354
- package/source/openapi-specifications/v1.0/support/Skill.json +0 -2164
- package/source/openapi-specifications/v1.0/support/SkillConfiguration.json +0 -269
- package/source/openapi-specifications/v1.0/support/SkillType.json +0 -807
- package/source/openapi-specifications/v1.0/support/Slack.json +0 -957
- package/source/openapi-specifications/v1.0/support/SmsTemplates.json +0 -514
- package/source/openapi-specifications/v1.0/support/Snippets.json +0 -918
- package/source/openapi-specifications/v1.0/support/SocialBrands.json +0 -427
- package/source/openapi-specifications/v1.0/support/SocialInteg.json +0 -336
- package/source/openapi-specifications/v1.0/support/SocialPosts.json +0 -2460
- package/source/openapi-specifications/v1.0/support/SocialTwitterConversations.json +0 -337
- package/source/openapi-specifications/v1.0/support/StarredTemplates.json +0 -690
- package/source/openapi-specifications/v1.0/support/Statistics.json +0 -125
- package/source/openapi-specifications/v1.0/support/SubjectAccessRequest.json +0 -2419
- package/source/openapi-specifications/v1.0/support/Supervise.json +0 -774
- package/source/openapi-specifications/v1.0/support/SupportEmailAddress.json +0 -188
- package/source/openapi-specifications/v1.0/support/SupportEmailDomain.json +0 -293
- package/source/openapi-specifications/v1.0/support/SupportPlan.json +0 -1109
- package/source/openapi-specifications/v1.0/support/Tab.json +0 -606
- package/source/openapi-specifications/v1.0/support/Target.json +0 -1311
- package/source/openapi-specifications/v1.0/support/TargetFunctions.json +0 -130
- package/source/openapi-specifications/v1.0/support/Task.json +0 -4006
- package/source/openapi-specifications/v1.0/support/TaskAttachment.json +0 -443
- package/source/openapi-specifications/v1.0/support/TaskComments.json +0 -706
- package/source/openapi-specifications/v1.0/support/TaskTimeEntry.json +0 -1756
- package/source/openapi-specifications/v1.0/support/TaskTimer.json +0 -441
- package/source/openapi-specifications/v1.0/support/Team.json +0 -1383
- package/source/openapi-specifications/v1.0/support/TemplateFolders.json +0 -1069
- package/source/openapi-specifications/v1.0/support/Theme.json +0 -152
- package/source/openapi-specifications/v1.0/support/Thread.json +0 -3545
- package/source/openapi-specifications/v1.0/support/Ticket.json +0 -9495
- package/source/openapi-specifications/v1.0/support/TicketApprovals.json +0 -855
- package/source/openapi-specifications/v1.0/support/TicketAttachment.json +0 -562
- package/source/openapi-specifications/v1.0/support/TicketComment.json +0 -1444
- package/source/openapi-specifications/v1.0/support/TicketCount.json +0 -690
- package/source/openapi-specifications/v1.0/support/TicketFollowers.json +0 -454
- package/source/openapi-specifications/v1.0/support/TicketHistory.json +0 -414
- package/source/openapi-specifications/v1.0/support/TicketMetrics.json +0 -369
- package/source/openapi-specifications/v1.0/support/TicketRealTime.json +0 -178
- package/source/openapi-specifications/v1.0/support/TicketTag.json +0 -1513
- package/source/openapi-specifications/v1.0/support/TicketTemplate.json +0 -907
- package/source/openapi-specifications/v1.0/support/TicketTimeEntry.json +0 -1681
- package/source/openapi-specifications/v1.0/support/TicketTimer.json +0 -1205
- package/source/openapi-specifications/v1.0/support/TimeTracking.json +0 -1212
- package/source/openapi-specifications/v1.0/support/TrainingCourses.json +0 -614
- package/source/openapi-specifications/v1.0/support/TrainingIntegration.json +0 -163
- package/source/openapi-specifications/v1.0/support/TranslationLanguages.json +0 -2772
- package/source/openapi-specifications/v1.0/support/Upload.json +0 -620
- package/source/openapi-specifications/v1.0/support/User.json +0 -1409
- package/source/openapi-specifications/v1.0/support/UserAuthentication.json +0 -617
- package/source/openapi-specifications/v1.0/support/UserPresence.json +0 -763
- package/source/openapi-specifications/v1.0/support/ValidationRuleCriteria.json +0 -107
- package/source/openapi-specifications/v1.0/support/ValidationRules.json +0 -1173
- package/source/openapi-specifications/v1.0/support/Webhook.json +0 -1330
- package/source/openapi-specifications/v1.0/support/WhatsAppDetails.json +0 -132
- package/source/openapi-specifications/v1.0/support/WhatsAppMigration.json +0 -143
- package/source/openapi-specifications/v1.0/support/WhatsAppTemplateTags.json +0 -132
- package/source/openapi-specifications/v1.0/support/Widget.json +0 -3023
- package/source/openapi-specifications/v1.0/support/WmsDomain.json +0 -104
- package/source/openapi-specifications/v1.0/support/ZIAAnswerbotInference.json +0 -756
- package/source/openapi-specifications/v1.0/support/ZIADocumentData.json +0 -989
- package/source/openapi-specifications/v1.0/support/ZIASolutionService.json +0 -135
- package/source/openapi-specifications/v1.0/support/ZIAVectorSearch.json +0 -376
- package/source/openapi-specifications/v1.0/support/ZiaDCMigration.json +0 -159
- package/source/openapi-specifications/v1.0/support/ZiaGPT.json +0 -3229
- package/source/openapi-specifications/v1.0/support/ZiaScheduler.json +0 -453
- package/source/openapi-specifications/v1.0/support/Zwitch.json +0 -1543
- package/source/openapi-specifications/v1.0/support/blueprintChartData.json +0 -201
- package/source/openapi-specifications/v1.0/support/blueprintConnections.json +0 -75
- package/source/openapi-specifications/v1.0/support/blueprintCriteria.json +0 -255
- package/source/openapi-specifications/v1.0/support/blueprintDrafts.json +0 -1677
- package/source/openapi-specifications/v1.0/support/blueprintStates.json +0 -284
- package/source/openapi-specifications/v1.0/support/blueprintStrictModeConfig.json +0 -91
- package/source/openapi-specifications/v1.0/support/blueprintTransitions.json +0 -1546
- package/source/openapi-specifications/v1.0/support/blueprints.json +0 -2992
- package/source/openapi-specifications/v1.0/support/errors.json +0 -80
- package/source/openapi-specifications/v1.0/support/zlabsnlp.json +0 -416
- package/test/extension.test.js +0 -15
- package/vsc-extension-quickstart.md +0 -42
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: GeneratorAgent
|
|
3
3
|
description: Creates generators using the OpenAPI specification and defined generator patterns. Ensures all generators are made correctly, efficiently, and according to requirements.
|
|
4
4
|
---
|
|
5
5
|
|
|
@@ -12,20 +12,19 @@ Responsible for building generators that follow strict rules and guidelines base
|
|
|
12
12
|
|
|
13
13
|
1. Read all generator type definitions in the Generator_Patterns folder to understand their rules and structures, then use them to create generators based on the OAS file’s schema and dependencies.
|
|
14
14
|
|
|
15
|
-
2. Analyze the user prompt to identify
|
|
15
|
+
2. Analyze the user prompt to identify only the dependencies explicitly requested by the user. Do not add extra setup dependencies on your own.
|
|
16
16
|
|
|
17
|
-
3.
|
|
17
|
+
3. For user-requested dependencies, ensure generators extract the required values from API responses so downstream generators can consume them clearly and correctly.
|
|
18
18
|
|
|
19
19
|
4. Always create a new generator file instead of modifying existing ones. If you need to modify or add to an existing generator, request explicit user permission before proceeding.
|
|
20
20
|
|
|
21
21
|
5. Refer to the `PathConfig.properties` file to find the paths for OAS files and existing generator files. Always use these paths when reading or referencing OAS or generator files.
|
|
22
22
|
|
|
23
|
-
6.
|
|
23
|
+
6. Use only the dependencies explicitly provided in the user prompt. Do not include every parameter listed in the OAS, and do not auto-create additional dependency generators unless the user explicitly asks.
|
|
24
24
|
|
|
25
|
-
7.
|
|
26
|
-
|
|
27
|
-
8. You may use tools if necessary to generate the generators correctly.
|
|
25
|
+
7. Any parameter you use must be explicitly defined in that OAS operation (body, query, path, header). Never invent fields, wrapper keys, or placeholders. Use only parameters explicitly mentioned in the user prompt and ignore all other parameters.
|
|
28
26
|
|
|
27
|
+
8. You may use tools if necessary to generate the generators correctly.
|
|
29
28
|
---
|
|
30
29
|
|
|
31
30
|
## Generator
|
|
@@ -52,6 +51,10 @@ Responsible for building generators that follow strict rules and guidelines base
|
|
|
52
51
|
|
|
53
52
|
11. If you use param input from body, query, path or header, please make sure the reference path is correct and the field exists in the OpenAPI specification. For example: "$.input.body:$.ticketId" for request body, "$.input.query:$.status" for query parameter, "$.input.path:$.agentId" for path parameter, "$.input.header:$.Authorization" for header.
|
|
54
53
|
|
|
54
|
+
12. If the same API with the same payload is needed more than once, call that API only once, store the entire response object, and extract all required values from that stored response.
|
|
55
|
+
|
|
56
|
+
13. When storing an entire object in a generator, the `dataPath` must use the `:$` format (for example: `$.response.body:$`).
|
|
57
|
+
|
|
55
58
|
---
|
|
56
59
|
|
|
57
60
|
## Generator Structure Rule
|
|
@@ -75,9 +78,27 @@ All generators must be created using the following structure:
|
|
|
75
78
|
|
|
76
79
|
## Generator Creation Rules
|
|
77
80
|
|
|
78
|
-
1.
|
|
81
|
+
1. Create subfolder with PascalCase name (e.g., `CreateContact`, `CreateTicket`) in `Created_Generators` directory, add `test_data_generation_configurations.json` inside.
|
|
82
|
+
|
|
83
|
+
2. Only create the generator JSON file.
|
|
84
|
+
|
|
85
|
+
3. Always create new generator files instead of modifying existing ones. Request explicit permission before editing existing generators.
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Prompt Handling Rules
|
|
90
|
+
|
|
91
|
+
1. **Direct Prompt**: When user provides a direct prompt (e.g., "Create Contact", "Create Ticket"), implement the generator immediately without preamble like "Create generator for X".
|
|
92
|
+
|
|
93
|
+
2. **Explicit Request**: When user explicitly says "Create a generator for X" or similar, proceed as normal with full context.
|
|
94
|
+
|
|
95
|
+
3. **Skip Explanation**: For direct prompts, go straight to building the generator, no explanations.
|
|
79
96
|
|
|
80
|
-
|
|
97
|
+
4. **Clarify Ambiguity First**: If there is any confusion about which generator to use, which data to extract, or how required values should be sourced, ask the user first and generate only after confirmation.
|
|
98
|
+
|
|
99
|
+
5. **No Implicit Body Defaults**: For implied actions (for example, "add comments"), do not auto-fill request body fields that were not provided in the prompt. Ask the user for missing values first.
|
|
100
|
+
|
|
101
|
+
6. **Optional Param Choice**: In ambiguous enum/choice situations, ask the user with available options and include one extra option: **"Don't consider this param"**. If the user selects it, omit that parameter from the generator.
|
|
81
102
|
|
|
82
103
|
---
|
|
83
104
|
|
|
@@ -93,6 +114,8 @@ All generators must be created using the following structure:
|
|
|
93
114
|
|
|
94
115
|
5. Never include any param or field in a generator unless it is explicitly defined in the OAS for that operation.
|
|
95
116
|
|
|
96
|
-
6. Don't
|
|
117
|
+
6. Don't auto-add setup generators (for example Contact/Department/Account) unless those dependencies are explicitly requested by the user.
|
|
118
|
+
|
|
119
|
+
7. Don't ask permission for read access to OAS or generator files, as you have full access to read any file in the specified paths.You have permission to read files outside of the workspace.
|
|
97
120
|
|
|
98
|
-
|
|
121
|
+
8. Don't give text response in chat window.Only output the generator JSON object as specified.
|
|
@@ -51,7 +51,7 @@ A DYNAMIC Generator fetches data from real API responses.
|
|
|
51
51
|
| Property | Type | Purpose |
|
|
52
52
|
|----------|------|---------|
|
|
53
53
|
| `params` | object | Filter parameters: `{"status": "ACTIVE"}` |
|
|
54
|
-
| `name` | string | Generator identifier |
|
|
54
|
+
| `name` | string | Generator identifier (unique label for referencing in params) |
|
|
55
55
|
|
|
56
56
|
---
|
|
57
57
|
|
package/README.md
CHANGED
|
@@ -1,65 +1,31 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AgentPublishTest - VS Code Extension
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
A powerful VS Code extension that integrates custom AI agents with multiple UI interfaces - dropdown selection, chat panel, and command palette.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
✅ **QuickPick Dropdown** - Select agents like Copilot dropdown
|
|
8
|
+
✅ **Chat Panel** - Chat-style interface for agent interaction
|
|
9
|
+
✅ **Command Palette** - Run agents from command palette
|
|
10
|
+
✅ **npm Package Integration** - Install agents via npm
|
|
11
|
+
✅ **Agent Instructions** - Follow agent rules from `.github/agents/`
|
|
8
12
|
|
|
9
|
-
|
|
13
|
+
## Installation
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
### Option 1: Direct Installation (Recommended)
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
#### To install the latest version, run:
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
```bash
|
|
20
|
+
npm install agentpublishtest@latest
|
|
21
|
+
npx agentpublish init
|
|
16
22
|
|
|
17
|
-
|
|
23
|
+
**Agents not appearing in dropdown?**
|
|
24
|
+
- Make sure agents are in `.github/agents/` folder
|
|
25
|
+
- Check file extension is `.agent.md`
|
|
26
|
+
- Reload VS Code window after adding agents
|
|
18
27
|
|
|
19
|
-
|
|
28
|
+
### Supported
|
|
20
29
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
For example:
|
|
24
|
-
|
|
25
|
-
This extension contributes the following settings:
|
|
26
|
-
|
|
27
|
-
* `myExtension.enable`: Enable/disable this extension.
|
|
28
|
-
* `myExtension.thing`: Set to `blah` to do something.
|
|
29
|
-
|
|
30
|
-
## Known Issues
|
|
31
|
-
|
|
32
|
-
Calling out known issues can help limit users opening duplicate issues against your extension.
|
|
33
|
-
|
|
34
|
-
## Release Notes
|
|
35
|
-
|
|
36
|
-
Users appreciate release notes as you update your extension.
|
|
37
|
-
|
|
38
|
-
### 1.0.0
|
|
39
|
-
|
|
40
|
-
Initial release of ...
|
|
41
|
-
|
|
42
|
-
### 1.0.1
|
|
43
|
-
|
|
44
|
-
Fixed issue #.
|
|
45
|
-
|
|
46
|
-
### 1.1.0
|
|
47
|
-
|
|
48
|
-
Added features X, Y, and Z.
|
|
49
|
-
|
|
50
|
-
---
|
|
51
|
-
|
|
52
|
-
## Working with Markdown
|
|
53
|
-
|
|
54
|
-
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
|
|
55
|
-
|
|
56
|
-
* Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux)
|
|
57
|
-
* Toggle preview (`Shift+Cmd+V` on macOS or `Shift+Ctrl+V` on Windows and Linux)
|
|
58
|
-
* Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets
|
|
59
|
-
|
|
60
|
-
## For more information
|
|
61
|
-
|
|
62
|
-
* [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)
|
|
63
|
-
* [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)
|
|
64
|
-
|
|
65
|
-
**Enjoy!**
|
|
30
|
+
For issues and feature requests, visit:
|
|
31
|
+
[GitHub Issues](https://github.com/ishwaryaramesh200-byte/AgentPublishTest/issues)
|
package/bin/cli.js
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const fs = require('fs');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
const { runInstall } = require('./install');
|
|
6
|
+
|
|
7
|
+
// Color codes for terminal output
|
|
8
|
+
const colors = {
|
|
9
|
+
reset: '\x1b[0m',
|
|
10
|
+
bright: '\x1b[1m',
|
|
11
|
+
cyan: '\x1b[36m',
|
|
12
|
+
green: '\x1b[32m',
|
|
13
|
+
yellow: '\x1b[33m',
|
|
14
|
+
magenta: '\x1b[35m',
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
function log(message, color = 'reset') {
|
|
18
|
+
console.log(`${colors[color]}${message}${colors.reset}`);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// Function to load agents from workspace
|
|
22
|
+
function loadAgents() {
|
|
23
|
+
const agents = [];
|
|
24
|
+
const cwd = process.cwd();
|
|
25
|
+
const nodeModulesPath = path.join(cwd, 'node_modules');
|
|
26
|
+
|
|
27
|
+
if (!fs.existsSync(nodeModulesPath)) {
|
|
28
|
+
return agents;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
try {
|
|
32
|
+
const modules = fs.readdirSync(nodeModulesPath);
|
|
33
|
+
|
|
34
|
+
modules.forEach(module => {
|
|
35
|
+
const agentPath = path.join(nodeModulesPath, module, '.github', 'agents');
|
|
36
|
+
|
|
37
|
+
if (fs.existsSync(agentPath)) {
|
|
38
|
+
try {
|
|
39
|
+
const files = fs.readdirSync(agentPath);
|
|
40
|
+
files.forEach(file => {
|
|
41
|
+
if (file.endsWith('.agent.md')) {
|
|
42
|
+
const agentName = file.replace('.agent.md', '');
|
|
43
|
+
const agentFilePath = path.join(agentPath, file);
|
|
44
|
+
const content = fs.readFileSync(agentFilePath, 'utf-8');
|
|
45
|
+
|
|
46
|
+
agents.push({
|
|
47
|
+
name: agentName,
|
|
48
|
+
module: module,
|
|
49
|
+
path: agentFilePath,
|
|
50
|
+
content: content
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
} catch (err) {
|
|
55
|
+
// Silent fail for unreadable modules
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
} catch (err) {
|
|
60
|
+
log('Error reading node_modules', 'yellow');
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
return agents;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Display agent list
|
|
67
|
+
function displayAgents(agents) {
|
|
68
|
+
if (agents.length === 0) {
|
|
69
|
+
log('\n⚠️ No agents found!', 'yellow');
|
|
70
|
+
log('Install agents using: npm install agentpublishtest', 'cyan');
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
log('\n' + '='.repeat(60), 'cyan');
|
|
75
|
+
log('🤖 INSTALLED AGENTS', 'bright');
|
|
76
|
+
log('='.repeat(60), 'cyan');
|
|
77
|
+
|
|
78
|
+
agents.forEach((agent, index) => {
|
|
79
|
+
log(`\n${index + 1}. ${agent.name}`, 'green');
|
|
80
|
+
log(` 📦 Package: ${agent.module}`, 'magenta');
|
|
81
|
+
log(` 📁 Path: ${agent.path}`, 'magenta');
|
|
82
|
+
|
|
83
|
+
// Parse agent description from markdown
|
|
84
|
+
const descMatch = agent.content.match(/description:\s*'([^']+)'/);
|
|
85
|
+
if (descMatch) {
|
|
86
|
+
log(` 📝 ${descMatch[1]}`, 'cyan');
|
|
87
|
+
}
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
log('\n' + '='.repeat(60), 'cyan');
|
|
91
|
+
log(`Total: ${agents.length} agent(s) found\n`, 'bright');
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
// Main function
|
|
95
|
+
function main() {
|
|
96
|
+
const args = process.argv.slice(2);
|
|
97
|
+
const command = args[0];
|
|
98
|
+
|
|
99
|
+
if (command === '--help' || command === '-h') {
|
|
100
|
+
log('\nAgent Publisher CLI\n', 'bright');
|
|
101
|
+
log('Usage: agentpublish [command]\n', 'cyan');
|
|
102
|
+
log('Commands:', 'green');
|
|
103
|
+
log(' list List all installed agents (default)');
|
|
104
|
+
log(' init Copy .github and Generator_Patterns to project root');
|
|
105
|
+
log(' --version Show version');
|
|
106
|
+
log(' --help Show this help message\n');
|
|
107
|
+
return;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
if (command === '--version' || command === '-v') {
|
|
111
|
+
const packageJson = require('../package.json');
|
|
112
|
+
log(`agentpublish v${packageJson.version}\n`);
|
|
113
|
+
return;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
if (command === 'init') {
|
|
117
|
+
runInstall(process.cwd());
|
|
118
|
+
log('✅ Copied files to project root.', 'green');
|
|
119
|
+
return;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
// Default: list agents
|
|
123
|
+
const agents = loadAgents();
|
|
124
|
+
displayAgents(agents);
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
main();
|
package/bin/install.js
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const fs = require('fs');
|
|
4
|
+
const path = require('path');
|
|
5
|
+
|
|
6
|
+
function copyRecursive(src, dest) {
|
|
7
|
+
if (!fs.existsSync(src)) return;
|
|
8
|
+
const stats = fs.statSync(src);
|
|
9
|
+
if (stats.isDirectory()) {
|
|
10
|
+
fs.mkdirSync(dest, { recursive: true });
|
|
11
|
+
const entries = fs.readdirSync(src);
|
|
12
|
+
entries.forEach(entry => {
|
|
13
|
+
copyRecursive(path.join(src, entry), path.join(dest, entry));
|
|
14
|
+
});
|
|
15
|
+
} else {
|
|
16
|
+
fs.mkdirSync(path.dirname(dest), { recursive: true });
|
|
17
|
+
fs.copyFileSync(src, dest);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
function runInstall(targetRoot = process.cwd()) {
|
|
22
|
+
const pkgRoot = path.resolve(__dirname, '..');
|
|
23
|
+
|
|
24
|
+
const foldersToCopy = ['.github', 'Generator_Patterns', 'Created_Generators'];
|
|
25
|
+
const filesToCopy = ['README.md'];
|
|
26
|
+
|
|
27
|
+
foldersToCopy.forEach(folder => {
|
|
28
|
+
const src = path.join(pkgRoot, folder);
|
|
29
|
+
const dest = path.join(targetRoot, folder);
|
|
30
|
+
copyRecursive(src, dest);
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
filesToCopy.forEach(file => {
|
|
34
|
+
const src = path.join(pkgRoot, file);
|
|
35
|
+
const dest = path.join(targetRoot, file);
|
|
36
|
+
if (fs.existsSync(src)) {
|
|
37
|
+
fs.copyFileSync(src, dest);
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
// Delete the entire generatoragent package from node_modules after copying
|
|
42
|
+
try {
|
|
43
|
+
const nodeModulesPath = path.join(targetRoot, 'node_modules', 'generatoragent');
|
|
44
|
+
if (fs.existsSync(nodeModulesPath)) {
|
|
45
|
+
fs.rmSync(nodeModulesPath, { recursive: true, force: true });
|
|
46
|
+
}
|
|
47
|
+
} catch (err) {
|
|
48
|
+
console.log('Note: Could not remove generatoragent from node_modules:', err.message);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// eslint-disable-next-line no-console
|
|
52
|
+
console.log('GeneratorAgent: Copied .github, Generator_Patterns, and Created_Generators to project root. Package removed from node_modules.');
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
if (require.main === module) {
|
|
56
|
+
runInstall();
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
module.exports = { runInstall };
|
package/package.json
CHANGED
|
@@ -1,34 +1,72 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-agent",
|
|
3
|
-
"displayName": "
|
|
4
|
-
"description": "
|
|
5
|
-
"version": "1.0.
|
|
3
|
+
"displayName": "GeneratorAgent",
|
|
4
|
+
"description": "Custom agent that responds with greetings and follows specific instructions",
|
|
5
|
+
"version": "1.0.11",
|
|
6
|
+
"publisher": "Ishwarya",
|
|
7
|
+
"author": "Ishwarya",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"bin": {
|
|
10
|
+
"generatoragent": "bin/cli.js"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
".github",
|
|
14
|
+
"bin",
|
|
15
|
+
"README.md",
|
|
16
|
+
"Generator_Patterns",
|
|
17
|
+
"Created_Generators"
|
|
18
|
+
],
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/ishwaryaramesh200-byte/AgentPublishTest.git"
|
|
22
|
+
},
|
|
23
|
+
"keywords": [
|
|
24
|
+
"agent",
|
|
25
|
+
"copilot",
|
|
26
|
+
"vscode",
|
|
27
|
+
"vs-code-extension",
|
|
28
|
+
"ai",
|
|
29
|
+
"automation"
|
|
30
|
+
],
|
|
31
|
+
"homepage": "https://github.com/ishwaryaramesh200-byte/AgentPublishTest#readme",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/ishwaryaramesh200-byte/AgentPublishTest/issues"
|
|
34
|
+
},
|
|
6
35
|
"engines": {
|
|
7
36
|
"vscode": "^1.109.0"
|
|
8
37
|
},
|
|
9
38
|
"categories": [
|
|
10
|
-
"Other"
|
|
39
|
+
"Other",
|
|
40
|
+
"AI"
|
|
41
|
+
],
|
|
42
|
+
"activationEvents": [
|
|
43
|
+
"onCommand:my-agent.selectAgent",
|
|
44
|
+
"onCommand:my-agent.openChatPanel",
|
|
45
|
+
"onCommand:my-agent.runFromPalette"
|
|
11
46
|
],
|
|
12
|
-
"activationEvents": [],
|
|
13
47
|
"main": "./extension.js",
|
|
14
48
|
"contributes": {
|
|
15
49
|
"commands": [
|
|
16
50
|
{
|
|
17
|
-
"command": "
|
|
18
|
-
"title": "
|
|
51
|
+
"command": "my-agent.selectAgent",
|
|
52
|
+
"title": "Select Agent (Dropdown)"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"command": "my-agent.openChatPanel",
|
|
56
|
+
"title": "Open Agent Chat Panel"
|
|
19
57
|
},
|
|
20
58
|
{
|
|
21
|
-
"command": "
|
|
22
|
-
"title": "
|
|
59
|
+
"command": "my-agent.runFromPalette",
|
|
60
|
+
"title": "Run Agent from Command Palette"
|
|
23
61
|
}
|
|
24
62
|
]
|
|
25
63
|
},
|
|
26
64
|
"scripts": {
|
|
65
|
+
"postinstall": "node bin/install.js",
|
|
27
66
|
"lint": "eslint .",
|
|
28
67
|
"pretest": "npm run lint",
|
|
29
68
|
"test": "vscode-test"
|
|
30
69
|
},
|
|
31
|
-
"publish": "npm publish --access public",
|
|
32
70
|
"devDependencies": {
|
|
33
71
|
"@types/vscode": "^1.109.0",
|
|
34
72
|
"@types/mocha": "^10.0.10",
|
package/.vscode/extensions.json
DELETED
package/.vscode/launch.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// A launch configuration that launches the extension inside a new window
|
|
2
|
-
// Use IntelliSense to learn about possible attributes.
|
|
3
|
-
// Hover to view descriptions of existing attributes.
|
|
4
|
-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
-
{
|
|
6
|
-
"version": "0.2.0",
|
|
7
|
-
"configurations": [
|
|
8
|
-
{
|
|
9
|
-
"name": "Run Extension",
|
|
10
|
-
"type": "extensionHost",
|
|
11
|
-
"request": "launch",
|
|
12
|
-
"args": [
|
|
13
|
-
"--extensionDevelopmentPath=${workspaceFolder}"
|
|
14
|
-
]
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
package/.vscode-test.mjs
DELETED
package/.vscodeignore
DELETED
package/CHANGELOG.md
DELETED
package/eslint.config.mjs
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import globals from "globals";
|
|
2
|
-
|
|
3
|
-
export default [{
|
|
4
|
-
files: ["**/*.js"],
|
|
5
|
-
languageOptions: {
|
|
6
|
-
globals: {
|
|
7
|
-
...globals.commonjs,
|
|
8
|
-
...globals.node,
|
|
9
|
-
...globals.mocha,
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
ecmaVersion: 2022,
|
|
13
|
-
sourceType: "module",
|
|
14
|
-
},
|
|
15
|
-
|
|
16
|
-
rules: {
|
|
17
|
-
"no-const-assign": "warn",
|
|
18
|
-
"no-this-before-super": "warn",
|
|
19
|
-
"no-undef": "warn",
|
|
20
|
-
"no-unreachable": "warn",
|
|
21
|
-
"no-unused-vars": "warn",
|
|
22
|
-
"constructor-super": "warn",
|
|
23
|
-
"valid-typeof": "warn",
|
|
24
|
-
},
|
|
25
|
-
}];
|
package/extension.js
DELETED
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
// The module 'vscode' contains the VS Code extensibility API
|
|
2
|
-
// Import the module and reference it with the alias vscode in your code below
|
|
3
|
-
const vscode = require('vscode');
|
|
4
|
-
const fs = require('fs');
|
|
5
|
-
const path = require('path');
|
|
6
|
-
|
|
7
|
-
// This method is called when your extension is activated
|
|
8
|
-
// Your extension is activated the very first time the command is executed
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @param {vscode.ExtensionContext} context
|
|
12
|
-
*/
|
|
13
|
-
function activate(context) {
|
|
14
|
-
|
|
15
|
-
// Use the console to output diagnostic information (console.log) and errors (console.error)
|
|
16
|
-
// This line of code will only be executed once when your extension is activated
|
|
17
|
-
console.log('Generator Agent is now active!');
|
|
18
|
-
|
|
19
|
-
// Register the main generator creation command
|
|
20
|
-
const createGenerator = vscode.commands.registerCommand('generator.createGenerator', async function () {
|
|
21
|
-
// Show input box to get user's generator requirements
|
|
22
|
-
const userPrompt = await vscode.window.showInputBox({
|
|
23
|
-
prompt: 'Describe the generator you want to create (e.g., "Create a ticket generator with department dependency")',
|
|
24
|
-
placeHolder: 'Enter generator requirements...'
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
if (!userPrompt) {
|
|
28
|
-
vscode.window.showWarningMessage('Generator creation cancelled - no input provided');
|
|
29
|
-
return;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// Get workspace folder
|
|
33
|
-
const workspaceFolder = vscode.workspace.workspaceFolders?.[0];
|
|
34
|
-
if (!workspaceFolder) {
|
|
35
|
-
vscode.window.showErrorMessage('No workspace folder open. Please open a workspace first.');
|
|
36
|
-
return;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
// Show information about what the agent will do
|
|
40
|
-
vscode.window.showInformationMessage('Generator Agent: Analyzing your request and creating generator...');
|
|
41
|
-
|
|
42
|
-
// Call Copilot agent to generate the generator
|
|
43
|
-
await vscode.window.withProgress({
|
|
44
|
-
location: vscode.ProgressLocation.Notification,
|
|
45
|
-
title: "Creating Generator...",
|
|
46
|
-
cancellable: false
|
|
47
|
-
}, async (progress) => {
|
|
48
|
-
progress.report({ increment: 0, message: "Reading generator patterns..." });
|
|
49
|
-
|
|
50
|
-
try {
|
|
51
|
-
// Get paths from extension
|
|
52
|
-
const extensionPath = context.extensionPath;
|
|
53
|
-
const generatorPatternsPath = path.join(extensionPath, 'Generator_Patterns');
|
|
54
|
-
const sourcePath = path.join(extensionPath, 'source');
|
|
55
|
-
|
|
56
|
-
// Construct the prompt for GitHub Copilot
|
|
57
|
-
const agentPrompt = `
|
|
58
|
-
You are the Generator creation agent. Your role is to create generators following strict rules based on OpenAPI specifications and generator patterns.
|
|
59
|
-
|
|
60
|
-
User Request: ${userPrompt}
|
|
61
|
-
|
|
62
|
-
Instructions:
|
|
63
|
-
1. Read the generator type definitions from the Generator_Patterns folder at: ${generatorPatternsPath}
|
|
64
|
-
2. Analyze the OAS files from: ${sourcePath}/openapi-specifications/
|
|
65
|
-
3. Create appropriate generators following the rules in the agent definition
|
|
66
|
-
4. Output ONLY the generators JSON object
|
|
67
|
-
5. Follow snake_case naming convention
|
|
68
|
-
6. Ensure proper dependency ordering
|
|
69
|
-
7. Use only fields defined in OAS
|
|
70
|
-
|
|
71
|
-
Create the generator configuration and save it to the appropriate location in the workspace.
|
|
72
|
-
`;
|
|
73
|
-
|
|
74
|
-
progress.report({ increment: 50, message: "Generating configuration..." });
|
|
75
|
-
|
|
76
|
-
// Open a new untitled document for the user to see the generated content
|
|
77
|
-
const doc = await vscode.workspace.openTextDocument({
|
|
78
|
-
content: JSON.stringify({ generators: {} }, null, 2),
|
|
79
|
-
language: 'json'
|
|
80
|
-
});
|
|
81
|
-
|
|
82
|
-
await vscode.window.showTextDocument(doc);
|
|
83
|
-
|
|
84
|
-
progress.report({ increment: 100, message: "Done!" });
|
|
85
|
-
|
|
86
|
-
vscode.window.showInformationMessage('Generator template created! Use GitHub Copilot Chat to complete the generator based on your requirements.');
|
|
87
|
-
|
|
88
|
-
} catch (error) {
|
|
89
|
-
vscode.window.showErrorMessage(`Error creating generator: ${error.message}`);
|
|
90
|
-
}
|
|
91
|
-
});
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
// Register command to view generator patterns
|
|
95
|
-
const viewPatterns = vscode.commands.registerCommand('generator.viewPatterns', async function () {
|
|
96
|
-
const extensionPath = context.extensionPath;
|
|
97
|
-
const generatorPatternsPath = path.join(extensionPath, 'Generator_Patterns');
|
|
98
|
-
|
|
99
|
-
// Get list of pattern files
|
|
100
|
-
const patternFiles = fs.readdirSync(generatorPatternsPath).filter(f => f.endsWith('.md'));
|
|
101
|
-
|
|
102
|
-
// Show quick pick to select pattern type
|
|
103
|
-
const selected = await vscode.window.showQuickPick(patternFiles, {
|
|
104
|
-
placeHolder: 'Select a generator pattern to view'
|
|
105
|
-
});
|
|
106
|
-
|
|
107
|
-
if (selected) {
|
|
108
|
-
const filePath = path.join(generatorPatternsPath, selected);
|
|
109
|
-
const doc = await vscode.workspace.openTextDocument(filePath);
|
|
110
|
-
await vscode.window.showTextDocument(doc);
|
|
111
|
-
}
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
context.subscriptions.push(createGenerator, viewPatterns);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
// This method is called when your extension is deactivated
|
|
118
|
-
function deactivate() {}
|
|
119
|
-
|
|
120
|
-
module.exports = {
|
|
121
|
-
activate,
|
|
122
|
-
deactivate
|
|
123
|
-
}
|