@microsoft/teamsfx-core 2.0.8 → 2.0.9-alpha.20d61baa8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/azureUtils.d.ts +3 -0
- package/build/common/azureUtils.d.ts.map +1 -0
- package/build/common/azureUtils.js +50 -0
- package/build/common/azureUtils.js.map +1 -0
- package/build/common/constants.d.ts +8 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +32 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/globalState.js +3 -3
- package/build/common/local/taskDefinition.js +3 -3
- package/build/common/local/taskDefinition.js.map +1 -1
- package/build/common/m365/launchHelper.d.ts +1 -1
- package/build/common/m365/launchHelper.d.ts.map +1 -1
- package/build/common/m365/launchHelper.js +10 -10
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +9 -9
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/requestUtils.d.ts +4 -0
- package/build/common/requestUtils.d.ts.map +1 -0
- package/build/common/requestUtils.js +52 -0
- package/build/common/requestUtils.js.map +1 -0
- package/build/common/samples.d.ts +6 -1
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +3 -3
- package/build/common/samples.js.map +1 -1
- package/build/common/stringUtils.d.ts +5 -0
- package/build/common/stringUtils.d.ts.map +1 -1
- package/build/common/stringUtils.js +42 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts +1 -21
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +6 -190
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +1 -1
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +5 -5
- package/build/common/utils.js.map +1 -1
- package/build/component/configManager/validator.js +1 -1
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/constants.d.ts +3 -3
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +3 -3
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +61 -59
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +0 -5
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +23 -52
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +17 -18
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +9 -9
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +11 -11
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/add/addWebPart.d.ts +2 -2
- package/build/component/driver/add/addWebPart.d.ts.map +1 -1
- package/build/component/driver/add/addWebPart.js +27 -27
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +14 -13
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.d.ts.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.js +20 -2
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
- package/build/component/driver/arm/util/handleError.js +2 -2
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +4 -4
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +13 -13
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.js +19 -18
- package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +21 -21
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +19 -20
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +4 -4
- package/build/component/driver/teamsApp/configure.d.ts +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +13 -13
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/create.js +1 -2
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +13 -14
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +2 -3
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +32 -32
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +2 -5
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +14 -15
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +3 -3
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/util/utils.d.ts +3 -0
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +16 -1
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts +10 -1
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +234 -83
- package/build/component/generator/copilotPlugin/generator.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +2 -2
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +37 -24
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +7 -7
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +1 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +6 -2
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +2 -2
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +37 -36
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts +5 -0
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +37 -0
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts +9 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.js +74 -11
- package/build/component/generator/officeXMLAddin/generator.js.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts +2 -4
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.js +1 -11
- package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts +2 -2
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +54 -55
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.js +5 -5
- package/build/component/generator/templates/ssrTabGenerator.js.map +1 -1
- package/build/component/generator/templates/templateGenerator.d.ts +3 -3
- package/build/component/generator/templates/templateGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/templateGenerator.js +4 -6
- package/build/component/generator/templates/templateGenerator.js.map +1 -1
- package/build/component/generator/templates/templateNames.js +108 -109
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +9 -9
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +1 -10
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +18 -61
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/middleware/envMW.js +2 -2
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/migrate.d.ts +8 -0
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +62 -8
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.js +2 -2
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +5 -2
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +10 -2
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +134 -41
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils.d.ts +1 -10
- package/build/component/utils.d.ts.map +1 -1
- package/build/component/utils.js +1 -120
- package/build/component/utils.js.map +1 -1
- package/build/core/FxCore.d.ts +2 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +57 -56
- package/build/core/FxCore.js.map +1 -1
- package/build/core/callback.d.ts +2 -2
- package/build/core/callback.d.ts.map +1 -1
- package/build/core/callback.js.map +1 -1
- package/build/core/collaborator.js +19 -19
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/concurrentLocker.js +7 -7
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +1 -0
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +11 -3
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +1 -0
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +10 -3
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/videoFilterAppBlocker.d.ts +2 -0
- package/build/core/middleware/videoFilterAppBlocker.d.ts.map +1 -1
- package/build/core/middleware/videoFilterAppBlocker.js +20 -3
- package/build/core/middleware/videoFilterAppBlocker.js.map +1 -1
- package/build/error/common.d.ts +1 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +9 -1
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +30 -21
- package/build/index.d.ts.map +1 -1
- package/build/index.js +41 -32
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +249 -0
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1090 -1
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +9 -147
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +264 -1145
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -3
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +2 -6
- package/build/question/index.js.map +1 -1
- package/build/question/other.d.ts +2 -28
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +65 -270
- package/build/question/other.js.map +1 -1
- package/package.json +5 -4
- package/resource/package.nls.json +4 -3
- package/resource/yaml-schema/v1.6/yaml.schema.json +1829 -0
- package/resource/yaml-schema/yaml.schema.json +46 -1
- package/templates/core/v3Migration/js.ts.app.local.yml +3 -3
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/aad.manifest.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/aad.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/bot/aad.manifest.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/tab/aad.manifest.template.json +6 -0
- package/build/common/projectSettingsHelperV3.d.ts +0 -2
- package/build/common/projectSettingsHelperV3.d.ts.map +0 -1
- package/build/common/projectSettingsHelperV3.js +0 -15
- package/build/common/projectSettingsHelperV3.js.map +0 -1
- package/build/component/workflow.d.ts +0 -4
- package/build/component/workflow.d.ts.map +0 -1
- package/build/component/workflow.js +0 -18
- package/build/component/workflow.js.map +0 -1
- package/build/question/questionNames.d.ts +0 -78
- package/build/question/questionNames.d.ts.map +0 -1
- package/build/question/questionNames.js +0 -85
- package/build/question/questionNames.js.map +0 -1
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"version": {
|
|
15
15
|
"type": "string",
|
|
16
16
|
"description": "The version of the yaml file schema",
|
|
17
|
-
"const": "v1.
|
|
17
|
+
"const": "v1.6"
|
|
18
18
|
},
|
|
19
19
|
"additionalMetadata": {
|
|
20
20
|
"type": "object",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
{ "$ref": "#/definitions/teamsAppCreate" },
|
|
60
60
|
{ "$ref": "#/definitions/teamsAppValidateManifest" },
|
|
61
61
|
{ "$ref": "#/definitions/teamsAppValidateAppPackage" },
|
|
62
|
+
{ "$ref": "#/definitions/teamsAppValidateWithTestCases" },
|
|
62
63
|
{ "$ref": "#/definitions/teamsAppZipAppPackage" },
|
|
63
64
|
{ "$ref": "#/definitions/teamsAppUpdate" },
|
|
64
65
|
{ "$ref": "#/definitions/teamsAppPublishAppPackage" },
|
|
@@ -806,6 +807,50 @@
|
|
|
806
807
|
}
|
|
807
808
|
}
|
|
808
809
|
},
|
|
810
|
+
"teamsAppValidateWithTestCases": {
|
|
811
|
+
"type": "object",
|
|
812
|
+
"additionalProperties": false,
|
|
813
|
+
"description": "Async Valiation Tests. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
814
|
+
"required": ["uses", "with"],
|
|
815
|
+
"properties": {
|
|
816
|
+
"name": {
|
|
817
|
+
"type": "string",
|
|
818
|
+
"description": "An optional name of this action."
|
|
819
|
+
},
|
|
820
|
+
"env": {
|
|
821
|
+
"type": "object",
|
|
822
|
+
"description": "Define environment variables for this action.",
|
|
823
|
+
"additionalProperties": {
|
|
824
|
+
"type": "string"
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
"uses": {
|
|
828
|
+
"type": "string",
|
|
829
|
+
"description": "This action will trigger async validations for the Teams app package file. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
830
|
+
"const": "teamsApp/validateWithTestCases"
|
|
831
|
+
},
|
|
832
|
+
"with": {
|
|
833
|
+
"type": "object",
|
|
834
|
+
"additionalProperties": false,
|
|
835
|
+
"description": "Parameters for this action",
|
|
836
|
+
"required": ["appPackagePath"],
|
|
837
|
+
"properties": {
|
|
838
|
+
"appPackagePath": {
|
|
839
|
+
"type": "string",
|
|
840
|
+
"description": "Path to zipped Teams app package file."
|
|
841
|
+
},
|
|
842
|
+
"showMessage": {
|
|
843
|
+
"type": "boolean",
|
|
844
|
+
"description": "Show message or not."
|
|
845
|
+
},
|
|
846
|
+
"showProgressBar": {
|
|
847
|
+
"type": "boolean",
|
|
848
|
+
"description": "Show progress bar or not."
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
},
|
|
809
854
|
"teamsAppZipAppPackage": {
|
|
810
855
|
"type": "object",
|
|
811
856
|
"additionalProperties": false,
|
|
@@ -256,7 +256,7 @@ deploy:
|
|
|
256
256
|
M365_CLIENT_SECRET: $\{{SECRET_AAD_APP_CLIENT_SECRET}}
|
|
257
257
|
M365_TENANT_ID: $\{{AAD_APP_TENANT_ID}}
|
|
258
258
|
M365_AUTHORITY_HOST: $\{{AAD_APP_OAUTH_AUTHORITY_HOST}}
|
|
259
|
-
ALLOWED_APP_IDS: 1fec8e78-bce4-4aaf-ab1b-5451cc387264;5e3ce6c0-2b1f-4285-8d4b-75ee78787346;0ec893e0-5785-4de6-99da-4ed124e5296c;4345a7b9-9a63-4910-a426-35363201d503;4765445b-32c6-49b0-83e6-1d93765276ca;d3590ed6-52b3-4102-aeff-aad2292ab01c;00000002-0000-0ff1-ce00-000000000000;bc59ab01-8403-45c6-8796-ac3ef710b3e3
|
|
259
|
+
ALLOWED_APP_IDS: 1fec8e78-bce4-4aaf-ab1b-5451cc387264;5e3ce6c0-2b1f-4285-8d4b-75ee78787346;0ec893e0-5785-4de6-99da-4ed124e5296c;4345a7b9-9a63-4910-a426-35363201d503;4765445b-32c6-49b0-83e6-1d93765276ca;d3590ed6-52b3-4102-aeff-aad2292ab01c;00000002-0000-0ff1-ce00-000000000000;bc59ab01-8403-45c6-8796-ac3ef710b3e3;27922004-5251-4030-b22d-91ecd9a37ea4
|
|
260
260
|
|
|
261
261
|
{{/if}}
|
|
262
262
|
{{#npmCommands}}
|
|
@@ -303,7 +303,7 @@ deploy:
|
|
|
303
303
|
AAD_METADATA_ADDRESS: $\{{AAD_APP_OAUTH_AUTHORITY}}/v2.0/.well-known/openid-configuration
|
|
304
304
|
OAUTH_AUTHORITY: $\{{AAD_APP_OAUTH_AUTHORITY}}
|
|
305
305
|
TAB_APP_ENDPOINT: $\{{ {{~../../placeholderMappings.tabEndpoint~}} }}
|
|
306
|
-
ALLOWED_APP_IDS: 1fec8e78-bce4-4aaf-ab1b-5451cc387264;5e3ce6c0-2b1f-4285-8d4b-75ee78787346;0ec893e0-5785-4de6-99da-4ed124e5296c;4345a7b9-9a63-4910-a426-35363201d503;4765445b-32c6-49b0-83e6-1d93765276ca;d3590ed6-52b3-4102-aeff-aad2292ab01c;00000002-0000-0ff1-ce00-000000000000;bc59ab01-8403-45c6-8796-ac3ef710b3e3
|
|
306
|
+
ALLOWED_APP_IDS: 1fec8e78-bce4-4aaf-ab1b-5451cc387264;5e3ce6c0-2b1f-4285-8d4b-75ee78787346;0ec893e0-5785-4de6-99da-4ed124e5296c;4345a7b9-9a63-4910-a426-35363201d503;4765445b-32c6-49b0-83e6-1d93765276ca;d3590ed6-52b3-4102-aeff-aad2292ab01c;00000002-0000-0ff1-ce00-000000000000;bc59ab01-8403-45c6-8796-ac3ef710b3e3;27922004-5251-4030-b22d-91ecd9a37ea4
|
|
307
307
|
URLS: http://localhost:55000
|
|
308
308
|
|
|
309
309
|
{{/authStart}}
|
|
@@ -343,7 +343,7 @@ deploy:
|
|
|
343
343
|
M365_CLIENT_SECRET: $\{{SECRET_AAD_APP_CLIENT_SECRET}}
|
|
344
344
|
M365_TENANT_ID: $\{{AAD_APP_TENANT_ID}}
|
|
345
345
|
M365_AUTHORITY_HOST: $\{{AAD_APP_OAUTH_AUTHORITY_HOST}}
|
|
346
|
-
ALLOWED_APP_IDS: 1fec8e78-bce4-4aaf-ab1b-5451cc387264;5e3ce6c0-2b1f-4285-8d4b-75ee78787346;0ec893e0-5785-4de6-99da-4ed124e5296c;4345a7b9-9a63-4910-a426-35363201d503;4765445b-32c6-49b0-83e6-1d93765276ca;d3590ed6-52b3-4102-aeff-aad2292ab01c;00000002-0000-0ff1-ce00-000000000000;bc59ab01-8403-45c6-8796-ac3ef710b3e3
|
|
346
|
+
ALLOWED_APP_IDS: 1fec8e78-bce4-4aaf-ab1b-5451cc387264;5e3ce6c0-2b1f-4285-8d4b-75ee78787346;0ec893e0-5785-4de6-99da-4ed124e5296c;4345a7b9-9a63-4910-a426-35363201d503;4765445b-32c6-49b0-83e6-1d93765276ca;d3590ed6-52b3-4102-aeff-aad2292ab01c;00000002-0000-0ff1-ce00-000000000000;bc59ab01-8403-45c6-8796-ac3ef710b3e3;27922004-5251-4030-b22d-91ecd9a37ea4
|
|
347
347
|
|
|
348
348
|
{{/if}}
|
|
349
349
|
{{/config.deploy}}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -87,6 +87,12 @@
|
|
|
87
87
|
"permissionIds": [
|
|
88
88
|
"{{state.fx-resource-aad-app-for-teams.oauth2PermissionScopeId}}"
|
|
89
89
|
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"appId": "27922004-5251-4030-b22d-91ecd9a37ea4",
|
|
93
|
+
"permissionIds": [
|
|
94
|
+
"${{AAD_APP_ACCESS_AS_USER_PERMISSION_ID}}"
|
|
95
|
+
]
|
|
90
96
|
}
|
|
91
97
|
],
|
|
92
98
|
"identifierUris": [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projectSettingsHelperV3.d.ts","sourceRoot":"","sources":["../../src/common/projectSettingsHelperV3.ts"],"names":[],"mappings":"AAKA,wBAAgB,cAAc,CAAC,eAAe,EAAE,GAAG,GAAG,OAAO,CAI5D"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.hasFunctionBot = void 0;
|
|
4
|
-
// Copyright (c) Microsoft Corporation.
|
|
5
|
-
// Licensed under the MIT license.
|
|
6
|
-
const constants_1 = require("../component/constants");
|
|
7
|
-
const workflow_1 = require("../component/workflow");
|
|
8
|
-
function hasFunctionBot(projectSettings) {
|
|
9
|
-
const botComponent = workflow_1.getComponent(projectSettings, constants_1.ComponentNames.TeamsBot);
|
|
10
|
-
if (!botComponent)
|
|
11
|
-
return false;
|
|
12
|
-
return botComponent.hosting === constants_1.ComponentNames.Function;
|
|
13
|
-
}
|
|
14
|
-
exports.hasFunctionBot = hasFunctionBot;
|
|
15
|
-
//# sourceMappingURL=projectSettingsHelperV3.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projectSettingsHelperV3.js","sourceRoot":"","sources":["../../src/common/projectSettingsHelperV3.ts"],"names":[],"mappings":";;;AAAA,uCAAuC;AACvC,kCAAkC;AAClC,sDAAwD;AACxD,oDAAqD;AAErD,SAAgB,cAAc,CAAC,eAAoB;IACjD,MAAM,YAAY,GAAG,uBAAY,CAAC,eAAe,EAAE,0BAAc,CAAC,QAAQ,CAAC,CAAC;IAC5E,IAAI,CAAC,YAAY;QAAE,OAAO,KAAK,CAAC;IAChC,OAAO,YAAY,CAAC,OAAO,KAAK,0BAAc,CAAC,QAAQ,CAAC;AAC1D,CAAC;AAJD,wCAIC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Scenarios } from "./constants";
|
|
2
|
-
export declare function getComponent(projectSettings: any, resourceType: string): any | undefined;
|
|
3
|
-
export declare function getComponentByScenario(projectSetting: any, resourceType: string, scenario?: Scenarios): any | undefined;
|
|
4
|
-
//# sourceMappingURL=workflow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../../src/component/workflow.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,wBAAgB,YAAY,CAAC,eAAe,EAAE,GAAG,EAAE,YAAY,EAAE,MAAM,GAAG,GAAG,GAAG,SAAS,CAExF;AAED,wBAAgB,sBAAsB,CACpC,cAAc,EAAE,GAAG,EACnB,YAAY,EAAE,MAAM,EACpB,QAAQ,CAAC,EAAE,SAAS,GACnB,GAAG,GAAG,SAAS,CAMjB"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.getComponentByScenario = exports.getComponent = void 0;
|
|
6
|
-
function getComponent(projectSettings, resourceType) {
|
|
7
|
-
var _a;
|
|
8
|
-
return (_a = projectSettings.components) === null || _a === void 0 ? void 0 : _a.find((r) => r.name === resourceType);
|
|
9
|
-
}
|
|
10
|
-
exports.getComponent = getComponent;
|
|
11
|
-
function getComponentByScenario(projectSetting, resourceType, scenario) {
|
|
12
|
-
var _a;
|
|
13
|
-
return scenario
|
|
14
|
-
? (_a = projectSetting.components) === null || _a === void 0 ? void 0 : _a.find((r) => r.name === resourceType && r.scenario === scenario)
|
|
15
|
-
: getComponent(projectSetting, resourceType);
|
|
16
|
-
}
|
|
17
|
-
exports.getComponentByScenario = getComponentByScenario;
|
|
18
|
-
//# sourceMappingURL=workflow.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.js","sourceRoot":"","sources":["../../src/component/workflow.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAIlC,SAAgB,YAAY,CAAC,eAAoB,EAAE,YAAoB;;IACrE,OAAO,MAAA,eAAe,CAAC,UAAU,0CAAE,IAAI,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,YAAY,CAAC,CAAC;AAC/E,CAAC;AAFD,oCAEC;AAED,SAAgB,sBAAsB,CACpC,cAAmB,EACnB,YAAoB,EACpB,QAAoB;;IAEpB,OAAO,QAAQ;QACb,CAAC,CAAC,MAAA,cAAc,CAAC,UAAU,0CAAE,IAAI,CAC7B,CAAC,CAAM,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,YAAY,IAAI,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAC/D;QACH,CAAC,CAAC,YAAY,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;AACjD,CAAC;AAVD,wDAUC"}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
export declare enum QuestionNames {
|
|
2
|
-
Scratch = "scratch",
|
|
3
|
-
SctatchYes = "scratch-yes",
|
|
4
|
-
AppName = "app-name",
|
|
5
|
-
Folder = "folder",
|
|
6
|
-
ProjectPath = "projectPath",
|
|
7
|
-
ProgrammingLanguage = "programming-language",
|
|
8
|
-
ProjectType = "project-type",
|
|
9
|
-
Capabilities = "capabilities",
|
|
10
|
-
BotTrigger = "bot-host-type-trigger",
|
|
11
|
-
Runtime = "runtime",
|
|
12
|
-
SPFxSolution = "spfx-solution",
|
|
13
|
-
SPFxInstallPackage = "spfx-install-latest-package",
|
|
14
|
-
SPFxFramework = "spfx-framework-type",
|
|
15
|
-
SPFxWebpartName = "spfx-webpart-name",
|
|
16
|
-
SPFxWebpartDesc = "spfx-webpart-desp",
|
|
17
|
-
SPFxFolder = "spfx-folder",
|
|
18
|
-
OfficeAddinFolder = "addin-project-folder",
|
|
19
|
-
OfficeAddinManifest = "addin-project-manifest",
|
|
20
|
-
OfficeAddinTemplate = "addin-template-select",
|
|
21
|
-
OfficeAddinHost = "addin-host",
|
|
22
|
-
OfficeAddinImport = "addin-import",
|
|
23
|
-
OfficeAddinFramework = "office-addin-framework-type",
|
|
24
|
-
Samples = "samples",
|
|
25
|
-
ReplaceContentUrl = "replaceContentUrl",
|
|
26
|
-
ReplaceWebsiteUrl = "replaceWebsiteUrl",
|
|
27
|
-
ReplaceBotIds = "replaceBotIds",
|
|
28
|
-
SafeProjectName = "safeProjectName",
|
|
29
|
-
RepalceTabUrl = "tdp-tab-url",
|
|
30
|
-
ValidateMethod = "validate-method",
|
|
31
|
-
AppPackagePath = "appPackagePath",
|
|
32
|
-
CopilotPluginExistingApi = "copilot-plugin-existing-api",
|
|
33
|
-
ApiSpecLocation = "openapi-spec-location",
|
|
34
|
-
OpenAIPluginManifest = "openai-plugin-manifest",
|
|
35
|
-
ApiOperation = "api-operation",
|
|
36
|
-
MeArchitectureType = "me-architecture",
|
|
37
|
-
ApiSpecApiKey = "api-key",
|
|
38
|
-
ApiSpecApiKeyConfirm = "api-key-confirm",
|
|
39
|
-
ApiMEAuth = "api-me-auth",
|
|
40
|
-
OauthClientSecret = "oauth-client-secret",
|
|
41
|
-
OauthClientId = "oauth-client-id",
|
|
42
|
-
OauthConfirm = "oauth-confirm",
|
|
43
|
-
CustomCopilotRag = "custom-copilot-rag",
|
|
44
|
-
CustomCopilotAssistant = "custom-copilot-agent",
|
|
45
|
-
LLMService = "llm-service",
|
|
46
|
-
OpenAIKey = "openai-key",
|
|
47
|
-
AzureOpenAIKey = "azure-openai-key",
|
|
48
|
-
AzureOpenAIEndpoint = "azure-openai-endpoint",
|
|
49
|
-
AzureOpenAIDeploymentName = "azure-openai-deployment-name",
|
|
50
|
-
Features = "features",
|
|
51
|
-
Env = "env",
|
|
52
|
-
SourceEnvName = "sourceEnvName",
|
|
53
|
-
TargetEnvName = "targetEnvName",
|
|
54
|
-
TargetResourceGroupName = "targetResourceGroupName",
|
|
55
|
-
NewResourceGroupName = "newResourceGroupName",
|
|
56
|
-
NewResourceGroupLocation = "newResourceGroupLocation",
|
|
57
|
-
NewTargetEnvName = "newTargetEnvName",
|
|
58
|
-
ExistingTabEndpoint = "existing-tab-endpoint",
|
|
59
|
-
TeamsAppManifestFilePath = "manifest-path",
|
|
60
|
-
LocalTeamsAppManifestFilePath = "local-manifest-path",
|
|
61
|
-
AadAppManifestFilePath = "manifest-file-path",
|
|
62
|
-
TeamsAppPackageFilePath = "app-package-file-path",
|
|
63
|
-
ConfirmManifest = "confirmManifest",
|
|
64
|
-
ConfirmLocalManifest = "confirmLocalManifest",
|
|
65
|
-
ConfirmAadManifest = "confirmAadManifest",
|
|
66
|
-
OutputZipPathParamName = "output-zip-path",
|
|
67
|
-
OutputManifestParamName = "output-manifest-path",
|
|
68
|
-
M365Host = "m365-host",
|
|
69
|
-
ManifestPath = "manifest-path",
|
|
70
|
-
UserEmail = "email",
|
|
71
|
-
collaborationAppType = "collaborationType",
|
|
72
|
-
DestinationApiSpecFilePath = "destination-api-spec-location",
|
|
73
|
-
PluginAvailability = "plugin-availability"
|
|
74
|
-
}
|
|
75
|
-
export declare enum CliQuestionName {
|
|
76
|
-
Capability = "capability"
|
|
77
|
-
}
|
|
78
|
-
//# sourceMappingURL=questionNames.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"questionNames.d.ts","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":"AAGA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,UAAU,gBAAgB;IAC1B,OAAO,aAAa;IACpB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,mBAAmB,yBAAyB;IAC5C,WAAW,iBAAiB;IAC5B,YAAY,iBAAiB;IAC7B,UAAU,0BAA0B;IACpC,OAAO,YAAY;IACnB,YAAY,kBAAkB;IAC9B,kBAAkB,gCAAgC;IAClD,aAAa,wBAAwB;IACrC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,UAAU,gBAAgB;IAC1B,iBAAiB,yBAAyB;IAC1C,mBAAmB,2BAA2B;IAC9C,mBAAmB,0BAA0B;IAC7C,eAAe,eAAe;IAC9B,iBAAiB,iBAAiB;IAClC,oBAAoB,gCAAgC;IACpD,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,aAAa,gBAAgB;IAC7B,cAAc,oBAAoB;IAClC,cAAc,mBAAmB;IACjC,wBAAwB,gCAAgC;IACxD,eAAe,0BAA0B;IACzC,oBAAoB,2BAA2B;IAC/C,YAAY,kBAAkB;IAC9B,kBAAkB,oBAAoB;IACtC,aAAa,YAAY;IACzB,oBAAoB,oBAAoB;IACxC,SAAS,gBAAgB;IACzB,iBAAiB,wBAAwB;IACzC,aAAa,oBAAoB;IACjC,YAAY,kBAAkB;IAE9B,gBAAgB,uBAAuB;IACvC,sBAAsB,yBAAyB;IAC/C,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,mBAAmB,0BAA0B;IAC7C,yBAAyB,iCAAiC;IAE1D,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,uBAAuB,4BAA4B;IACnD,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,gBAAgB,qBAAqB;IACrC,mBAAmB,0BAA0B;IAC7C,wBAAwB,kBAAkB;IAC1C,6BAA6B,wBAAwB;IACrD,sBAAsB,uBAAuB;IAC7C,uBAAuB,0BAA0B;IACjD,eAAe,oBAAoB;IACnC,oBAAoB,yBAAyB;IAC7C,kBAAkB,uBAAuB;IACzC,sBAAsB,oBAAoB;IAC1C,uBAAuB,yBAAyB;IAChD,QAAQ,cAAc;IAEtB,YAAY,kBAAkB;IAE9B,SAAS,UAAU;IAEnB,oBAAoB,sBAAsB;IAC1C,0BAA0B,kCAAkC;IAC5D,kBAAkB,wBAAwB;CAC3C;AAED,oBAAY,eAAe;IACzB,UAAU,eAAe;CAC1B"}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.CliQuestionName = exports.QuestionNames = void 0;
|
|
6
|
-
var QuestionNames;
|
|
7
|
-
(function (QuestionNames) {
|
|
8
|
-
QuestionNames["Scratch"] = "scratch";
|
|
9
|
-
QuestionNames["SctatchYes"] = "scratch-yes";
|
|
10
|
-
QuestionNames["AppName"] = "app-name";
|
|
11
|
-
QuestionNames["Folder"] = "folder";
|
|
12
|
-
QuestionNames["ProjectPath"] = "projectPath";
|
|
13
|
-
QuestionNames["ProgrammingLanguage"] = "programming-language";
|
|
14
|
-
QuestionNames["ProjectType"] = "project-type";
|
|
15
|
-
QuestionNames["Capabilities"] = "capabilities";
|
|
16
|
-
QuestionNames["BotTrigger"] = "bot-host-type-trigger";
|
|
17
|
-
QuestionNames["Runtime"] = "runtime";
|
|
18
|
-
QuestionNames["SPFxSolution"] = "spfx-solution";
|
|
19
|
-
QuestionNames["SPFxInstallPackage"] = "spfx-install-latest-package";
|
|
20
|
-
QuestionNames["SPFxFramework"] = "spfx-framework-type";
|
|
21
|
-
QuestionNames["SPFxWebpartName"] = "spfx-webpart-name";
|
|
22
|
-
QuestionNames["SPFxWebpartDesc"] = "spfx-webpart-desp";
|
|
23
|
-
QuestionNames["SPFxFolder"] = "spfx-folder";
|
|
24
|
-
QuestionNames["OfficeAddinFolder"] = "addin-project-folder";
|
|
25
|
-
QuestionNames["OfficeAddinManifest"] = "addin-project-manifest";
|
|
26
|
-
QuestionNames["OfficeAddinTemplate"] = "addin-template-select";
|
|
27
|
-
QuestionNames["OfficeAddinHost"] = "addin-host";
|
|
28
|
-
QuestionNames["OfficeAddinImport"] = "addin-import";
|
|
29
|
-
QuestionNames["OfficeAddinFramework"] = "office-addin-framework-type";
|
|
30
|
-
QuestionNames["Samples"] = "samples";
|
|
31
|
-
QuestionNames["ReplaceContentUrl"] = "replaceContentUrl";
|
|
32
|
-
QuestionNames["ReplaceWebsiteUrl"] = "replaceWebsiteUrl";
|
|
33
|
-
QuestionNames["ReplaceBotIds"] = "replaceBotIds";
|
|
34
|
-
QuestionNames["SafeProjectName"] = "safeProjectName";
|
|
35
|
-
QuestionNames["RepalceTabUrl"] = "tdp-tab-url";
|
|
36
|
-
QuestionNames["ValidateMethod"] = "validate-method";
|
|
37
|
-
QuestionNames["AppPackagePath"] = "appPackagePath";
|
|
38
|
-
QuestionNames["CopilotPluginExistingApi"] = "copilot-plugin-existing-api";
|
|
39
|
-
QuestionNames["ApiSpecLocation"] = "openapi-spec-location";
|
|
40
|
-
QuestionNames["OpenAIPluginManifest"] = "openai-plugin-manifest";
|
|
41
|
-
QuestionNames["ApiOperation"] = "api-operation";
|
|
42
|
-
QuestionNames["MeArchitectureType"] = "me-architecture";
|
|
43
|
-
QuestionNames["ApiSpecApiKey"] = "api-key";
|
|
44
|
-
QuestionNames["ApiSpecApiKeyConfirm"] = "api-key-confirm";
|
|
45
|
-
QuestionNames["ApiMEAuth"] = "api-me-auth";
|
|
46
|
-
QuestionNames["OauthClientSecret"] = "oauth-client-secret";
|
|
47
|
-
QuestionNames["OauthClientId"] = "oauth-client-id";
|
|
48
|
-
QuestionNames["OauthConfirm"] = "oauth-confirm";
|
|
49
|
-
QuestionNames["CustomCopilotRag"] = "custom-copilot-rag";
|
|
50
|
-
QuestionNames["CustomCopilotAssistant"] = "custom-copilot-agent";
|
|
51
|
-
QuestionNames["LLMService"] = "llm-service";
|
|
52
|
-
QuestionNames["OpenAIKey"] = "openai-key";
|
|
53
|
-
QuestionNames["AzureOpenAIKey"] = "azure-openai-key";
|
|
54
|
-
QuestionNames["AzureOpenAIEndpoint"] = "azure-openai-endpoint";
|
|
55
|
-
QuestionNames["AzureOpenAIDeploymentName"] = "azure-openai-deployment-name";
|
|
56
|
-
QuestionNames["Features"] = "features";
|
|
57
|
-
QuestionNames["Env"] = "env";
|
|
58
|
-
QuestionNames["SourceEnvName"] = "sourceEnvName";
|
|
59
|
-
QuestionNames["TargetEnvName"] = "targetEnvName";
|
|
60
|
-
QuestionNames["TargetResourceGroupName"] = "targetResourceGroupName";
|
|
61
|
-
QuestionNames["NewResourceGroupName"] = "newResourceGroupName";
|
|
62
|
-
QuestionNames["NewResourceGroupLocation"] = "newResourceGroupLocation";
|
|
63
|
-
QuestionNames["NewTargetEnvName"] = "newTargetEnvName";
|
|
64
|
-
QuestionNames["ExistingTabEndpoint"] = "existing-tab-endpoint";
|
|
65
|
-
QuestionNames["TeamsAppManifestFilePath"] = "manifest-path";
|
|
66
|
-
QuestionNames["LocalTeamsAppManifestFilePath"] = "local-manifest-path";
|
|
67
|
-
QuestionNames["AadAppManifestFilePath"] = "manifest-file-path";
|
|
68
|
-
QuestionNames["TeamsAppPackageFilePath"] = "app-package-file-path";
|
|
69
|
-
QuestionNames["ConfirmManifest"] = "confirmManifest";
|
|
70
|
-
QuestionNames["ConfirmLocalManifest"] = "confirmLocalManifest";
|
|
71
|
-
QuestionNames["ConfirmAadManifest"] = "confirmAadManifest";
|
|
72
|
-
QuestionNames["OutputZipPathParamName"] = "output-zip-path";
|
|
73
|
-
QuestionNames["OutputManifestParamName"] = "output-manifest-path";
|
|
74
|
-
QuestionNames["M365Host"] = "m365-host";
|
|
75
|
-
QuestionNames["ManifestPath"] = "manifest-path";
|
|
76
|
-
QuestionNames["UserEmail"] = "email";
|
|
77
|
-
QuestionNames["collaborationAppType"] = "collaborationType";
|
|
78
|
-
QuestionNames["DestinationApiSpecFilePath"] = "destination-api-spec-location";
|
|
79
|
-
QuestionNames["PluginAvailability"] = "plugin-availability";
|
|
80
|
-
})(QuestionNames = exports.QuestionNames || (exports.QuestionNames = {}));
|
|
81
|
-
var CliQuestionName;
|
|
82
|
-
(function (CliQuestionName) {
|
|
83
|
-
CliQuestionName["Capability"] = "capability";
|
|
84
|
-
})(CliQuestionName = exports.CliQuestionName || (exports.CliQuestionName = {}));
|
|
85
|
-
//# sourceMappingURL=questionNames.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"questionNames.js","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,IAAY,aA8EX;AA9ED,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,2CAA0B,CAAA;IAC1B,qCAAoB,CAAA;IACpB,kCAAiB,CAAA;IACjB,4CAA2B,CAAA;IAC3B,6DAA4C,CAAA;IAC5C,6CAA4B,CAAA;IAC5B,8CAA6B,CAAA;IAC7B,qDAAoC,CAAA;IACpC,oCAAmB,CAAA;IACnB,+CAA8B,CAAA;IAC9B,mEAAkD,CAAA;IAClD,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,2CAA0B,CAAA;IAC1B,2DAA0C,CAAA;IAC1C,+DAA8C,CAAA;IAC9C,8DAA6C,CAAA;IAC7C,+CAA8B,CAAA;IAC9B,mDAAkC,CAAA;IAClC,qEAAoD,CAAA;IACpD,oCAAmB,CAAA;IACnB,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,gDAA+B,CAAA;IAC/B,oDAAmC,CAAA;IACnC,8CAA6B,CAAA;IAC7B,mDAAkC,CAAA;IAClC,kDAAiC,CAAA;IACjC,yEAAwD,CAAA;IACxD,0DAAyC,CAAA;IACzC,gEAA+C,CAAA;IAC/C,+CAA8B,CAAA;IAC9B,uDAAsC,CAAA;IACtC,0CAAyB,CAAA;IACzB,yDAAwC,CAAA;IACxC,0CAAyB,CAAA;IACzB,0DAAyC,CAAA;IACzC,kDAAiC,CAAA;IACjC,+CAA8B,CAAA;IAE9B,wDAAuC,CAAA;IACvC,gEAA+C,CAAA;IAC/C,2CAA0B,CAAA;IAC1B,yCAAwB,CAAA;IACxB,oDAAmC,CAAA;IACnC,8DAA6C,CAAA;IAC7C,2EAA0D,CAAA;IAE1D,sCAAqB,CAAA;IACrB,4BAAW,CAAA;IACX,gDAA+B,CAAA;IAC/B,gDAA+B,CAAA;IAC/B,oEAAmD,CAAA;IACnD,8DAA6C,CAAA;IAC7C,sEAAqD,CAAA;IACrD,sDAAqC,CAAA;IACrC,8DAA6C,CAAA;IAC7C,2DAA0C,CAAA;IAC1C,sEAAqD,CAAA;IACrD,8DAA6C,CAAA;IAC7C,kEAAiD,CAAA;IACjD,oDAAmC,CAAA;IACnC,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,2DAA0C,CAAA;IAC1C,iEAAgD,CAAA;IAChD,uCAAsB,CAAA;IAEtB,+CAA8B,CAAA;IAE9B,oCAAmB,CAAA;IAEnB,2DAA0C,CAAA;IAC1C,6EAA4D,CAAA;IAC5D,2DAA0C,CAAA;AAC5C,CAAC,EA9EW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA8ExB;AAED,IAAY,eAEX;AAFD,WAAY,eAAe;IACzB,4CAAyB,CAAA;AAC3B,CAAC,EAFW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAE1B"}
|