@microsoft/teamsfx-core 2.0.17-rc.0 → 2.0.18-alpha.f95704b41.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/client/graphAPIClient.d.ts +19 -0
- package/build/client/graphAPIClient.d.ts.map +1 -0
- package/build/client/graphAPIClient.js +128 -0
- package/build/client/graphAPIClient.js.map +1 -0
- package/build/client/graphClient.d.ts +34 -0
- package/build/client/graphClient.d.ts.map +1 -0
- package/build/client/graphClient.js +212 -0
- package/build/client/graphClient.js.map +1 -0
- package/build/client/interfaces/CreateChannelResponse.d.ts +6 -0
- package/build/client/interfaces/CreateChannelResponse.d.ts.map +1 -0
- package/build/client/interfaces/CreateChannelResponse.js +5 -0
- package/build/client/interfaces/CreateChannelResponse.js.map +1 -0
- package/build/client/interfaces/CreateTeamAndChannelResponse.d.ts +5 -0
- package/build/client/interfaces/CreateTeamAndChannelResponse.d.ts.map +1 -0
- package/build/client/interfaces/CreateTeamAndChannelResponse.js +5 -0
- package/build/client/interfaces/CreateTeamAndChannelResponse.js.map +1 -0
- package/build/client/interfaces/GetChannelResponse.d.ts +7 -0
- package/build/client/interfaces/GetChannelResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetChannelResponse.js +5 -0
- package/build/client/interfaces/GetChannelResponse.js.map +1 -0
- package/build/client/interfaces/GetJoinedTeamsResponse.d.ts +7 -0
- package/build/client/interfaces/GetJoinedTeamsResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetJoinedTeamsResponse.js +5 -0
- package/build/client/interfaces/GetJoinedTeamsResponse.js.map +1 -0
- package/build/client/interfaces/GetTeamsAppSettingsResponse.d.ts +7 -0
- package/build/client/interfaces/GetTeamsAppSettingsResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetTeamsAppSettingsResponse.js +5 -0
- package/build/client/interfaces/GetTeamsAppSettingsResponse.js.map +1 -0
- package/build/common/constants.d.ts +6 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +7 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +13 -3
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +15 -5
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/tools.d.ts +1 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +11 -1
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +1 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +1 -0
- package/build/common/versionMetadata.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts +2 -0
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +14 -1
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +4 -3
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +16 -3
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +2 -1
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -1
- package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts +2 -1
- package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts.map +1 -1
- package/build/component/driver/apiKey/update.d.ts.map +1 -1
- package/build/component/driver/apiKey/update.js +16 -3
- package/build/component/driver/apiKey/update.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts +1 -0
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/utility.js +12 -2
- package/build/component/driver/apiKey/utility/utility.js.map +1 -1
- package/build/component/driver/devChannel/create.d.ts +12 -0
- package/build/component/driver/devChannel/create.d.ts.map +1 -0
- package/build/component/driver/devChannel/create.js +75 -0
- package/build/component/driver/devChannel/create.js.map +1 -0
- package/build/component/driver/devChannel/installApp.d.ts +12 -0
- package/build/component/driver/devChannel/installApp.d.ts.map +1 -0
- package/build/component/driver/devChannel/installApp.js +79 -0
- package/build/component/driver/devChannel/installApp.js.map +1 -0
- package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.d.ts +15 -0
- package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.d.ts.map +1 -0
- package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.js +5 -0
- package/build/component/driver/devChannel/interfaces/CreateDevChannelArgs.js.map +1 -0
- package/build/component/driver/devChannel/interfaces/InstallAppArgs.d.ts +7 -0
- package/build/component/driver/devChannel/interfaces/InstallAppArgs.d.ts.map +1 -0
- package/build/component/driver/devChannel/interfaces/InstallAppArgs.js +5 -0
- package/build/component/driver/devChannel/interfaces/InstallAppArgs.js.map +1 -0
- package/build/component/driver/devTool/httpClient.d.ts +14 -0
- package/build/component/driver/devTool/httpClient.d.ts.map +1 -0
- package/build/component/driver/devTool/httpClient.js +62 -0
- package/build/component/driver/devTool/httpClient.js.map +1 -0
- package/build/component/driver/devTool/installDriver.d.ts +5 -1
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +33 -0
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts +7 -0
- package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -1
- package/build/component/driver/devTool/nodeInstaller.d.ts +47 -0
- package/build/component/driver/devTool/nodeInstaller.d.ts.map +1 -0
- package/build/component/driver/devTool/nodeInstaller.js +330 -0
- package/build/component/driver/devTool/nodeInstaller.js.map +1 -0
- package/build/component/driver/index.d.ts +2 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +2 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +35 -3
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts +5 -1
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -1
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +7 -2
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +33 -9
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/oauth/utility/utility.d.ts +4 -2
- package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
- package/build/component/driver/oauth/utility/utility.js +53 -2
- package/build/component/driver/oauth/utility/utility.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +19 -3
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts +1 -0
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +79 -31
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/driver/typeSpec/constants.d.ts +0 -1
- package/build/component/driver/typeSpec/constants.d.ts.map +1 -1
- package/build/component/driver/typeSpec/constants.js +1 -2
- package/build/component/driver/typeSpec/constants.js.map +1 -1
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts +5 -0
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +1 -0
- package/build/component/driver/typeSpec/error/{noActionError.js → reProvisionError.js} +9 -9
- package/build/component/driver/typeSpec/error/reProvisionError.js.map +1 -0
- package/build/component/driver/typeSpec/interface/typeSpecCompileArgs.d.ts +2 -0
- package/build/component/driver/typeSpec/interface/typeSpecCompileArgs.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts +1 -0
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +55 -5
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +13 -4
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +4 -0
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +1 -0
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +1 -0
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/graphConnector.d.ts +3 -0
- package/build/component/generator/templates/metadata/graphConnector.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/graphConnector.js +15 -0
- package/build/component/generator/templates/metadata/graphConnector.js.map +1 -0
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +3 -0
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +1 -0
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +2 -0
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +9 -0
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/local/constants.d.ts +3 -0
- package/build/component/local/constants.d.ts.map +1 -1
- package/build/component/local/constants.js +4 -1
- package/build/component/local/constants.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts +6 -0
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +63 -1
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +3 -1
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +3 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +28 -1
- package/build/core/FxCore.js.map +1 -1
- package/build/core/environmentName.d.ts +2 -0
- package/build/core/environmentName.d.ts.map +1 -1
- package/build/core/environmentName.js +4 -0
- package/build/core/environmentName.js.map +1 -1
- package/build/error/depCheck.d.ts +3 -0
- package/build/error/depCheck.d.ts.map +1 -1
- package/build/error/depCheck.js +15 -1
- package/build/error/depCheck.js.map +1 -1
- package/build/index.d.ts +4 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +9 -2
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +5 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +11 -0
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +1 -0
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +30 -7
- package/build/question/create.js.map +1 -1
- package/build/question/generator.js +2 -0
- package/build/question/generator.js.map +1 -1
- package/build/question/index.d.ts +2 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +6 -3
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddKnowledgeInputs.d.ts +4 -2
- package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
- package/build/question/inputs/SetSensitivityLabelInputs.d.ts +14 -0
- package/build/question/inputs/SetSensitivityLabelInputs.d.ts.map +1 -0
- package/build/question/inputs/SetSensitivityLabelInputs.js +5 -0
- package/build/question/inputs/SetSensitivityLabelInputs.js.map +1 -0
- package/build/question/inputs/index.d.ts +1 -0
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +1 -0
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddKnowledgeOptions.d.ts.map +1 -1
- package/build/question/options/AddKnowledgeOptions.js +12 -3
- package/build/question/options/AddKnowledgeOptions.js.map +1 -1
- package/build/question/options/SetSensitivityLabelOptions.d.ts +10 -0
- package/build/question/options/SetSensitivityLabelOptions.d.ts.map +1 -0
- package/build/question/options/SetSensitivityLabelOptions.js +26 -0
- package/build/question/options/SetSensitivityLabelOptions.js.map +1 -0
- package/build/question/options/index.d.ts +1 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +1 -0
- package/build/question/options/index.js.map +1 -1
- package/build/question/other.d.ts +3 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +95 -1
- package/build/question/other.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -0
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +9 -0
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts +2 -2
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +9 -6
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +2 -2
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +13 -7
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts +3 -0
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -0
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +16 -0
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -5
- package/resource/package.nls.cs.json +82 -37
- package/resource/package.nls.de.json +82 -37
- package/resource/package.nls.es.json +82 -37
- package/resource/package.nls.fr.json +82 -37
- package/resource/package.nls.it.json +82 -37
- package/resource/package.nls.ja.json +82 -37
- package/resource/package.nls.json +42 -3
- package/resource/package.nls.ko.json +82 -37
- package/resource/package.nls.pl.json +82 -37
- package/resource/package.nls.pt-BR.json +82 -37
- package/resource/package.nls.ru.json +82 -37
- package/resource/package.nls.tr.json +82 -37
- package/resource/package.nls.zh-Hans.json +82 -37
- package/resource/package.nls.zh-Hant.json +82 -37
- package/resource/yaml-schema/v1.8/yaml.schema.json +146 -14
- package/resource/yaml-schema/yaml.schema.json +146 -14
- 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/build/component/driver/typeSpec/error/noActionError.d.ts +0 -5
- package/build/component/driver/typeSpec/error/noActionError.d.ts.map +0 -1
- package/build/component/driver/typeSpec/error/noActionError.js.map +0 -1
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"environmentFolderPath": {
|
|
11
11
|
"type": "string",
|
|
12
|
-
"description": "The folder path of .env files used for variables and different
|
|
12
|
+
"description": "The folder path of .env files used for variables and different environments."
|
|
13
13
|
},
|
|
14
14
|
"version": {
|
|
15
15
|
"type": "string",
|
|
@@ -81,7 +81,9 @@
|
|
|
81
81
|
{ "$ref": "#/definitions/apiKeyUpdate"},
|
|
82
82
|
{ "$ref": "#/definitions/oauthRegister"},
|
|
83
83
|
{ "$ref": "#/definitions/oauthUpdate"},
|
|
84
|
-
{ "$ref": "#/definitions/shareToOthers"}
|
|
84
|
+
{ "$ref": "#/definitions/shareToOthers"},
|
|
85
|
+
{ "$ref": "#/definitions/devChannelCreate"},
|
|
86
|
+
{ "$ref": "#/definitions/devChannelInstallApp"}
|
|
85
87
|
]
|
|
86
88
|
}
|
|
87
89
|
},
|
|
@@ -1311,6 +1313,18 @@
|
|
|
1311
1313
|
"description": "The path of the symlink target for the folder containing Teams App Test Tool binaries."
|
|
1312
1314
|
}
|
|
1313
1315
|
}
|
|
1316
|
+
},
|
|
1317
|
+
"nodejs": {
|
|
1318
|
+
"type": "object",
|
|
1319
|
+
"description": "Install standalone Node.js.",
|
|
1320
|
+
"additionalProperties": false,
|
|
1321
|
+
"required": ["symlinkDir"],
|
|
1322
|
+
"properties": {
|
|
1323
|
+
"symlinkDir": {
|
|
1324
|
+
"type": "string",
|
|
1325
|
+
"description": "The path of the symlink target for the folder containing Node.js binaries."
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1314
1328
|
}
|
|
1315
1329
|
}
|
|
1316
1330
|
},
|
|
@@ -1635,7 +1649,7 @@
|
|
|
1635
1649
|
"type": "object",
|
|
1636
1650
|
"additionalProperties": false,
|
|
1637
1651
|
"description": "Parameters for this action",
|
|
1638
|
-
"required": ["name", "appId"
|
|
1652
|
+
"required": ["name", "appId"],
|
|
1639
1653
|
"properties": {
|
|
1640
1654
|
"name": {
|
|
1641
1655
|
"type": "string",
|
|
@@ -1655,7 +1669,11 @@
|
|
|
1655
1669
|
},
|
|
1656
1670
|
"apiSpecPath": {
|
|
1657
1671
|
"type": "string",
|
|
1658
|
-
"description": "The path of API specification file."
|
|
1672
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1673
|
+
},
|
|
1674
|
+
"baseUrl": {
|
|
1675
|
+
"type": "string",
|
|
1676
|
+
"description": "The base URL for the API."
|
|
1659
1677
|
},
|
|
1660
1678
|
"applicableToApps": {
|
|
1661
1679
|
"type": "string",
|
|
@@ -1728,14 +1746,14 @@
|
|
|
1728
1746
|
"properties": {
|
|
1729
1747
|
"uses": {
|
|
1730
1748
|
"type": "string",
|
|
1731
|
-
"description": "
|
|
1749
|
+
"description": "Update API key. Refer to https://aka.ms/teamsfx-actions/apiKey-update for more details.",
|
|
1732
1750
|
"const": "apiKey/update"
|
|
1733
1751
|
},
|
|
1734
1752
|
"with": {
|
|
1735
1753
|
"type": "object",
|
|
1736
1754
|
"additionalProperties": false,
|
|
1737
1755
|
"description": "Parameters for this action",
|
|
1738
|
-
"required": ["name", "appId", "
|
|
1756
|
+
"required": ["name", "appId", "registrationId"],
|
|
1739
1757
|
"properties": {
|
|
1740
1758
|
"name": {
|
|
1741
1759
|
"type": "string",
|
|
@@ -1747,7 +1765,11 @@
|
|
|
1747
1765
|
},
|
|
1748
1766
|
"apiSpecPath": {
|
|
1749
1767
|
"type": "string",
|
|
1750
|
-
"description": "The path of API specification file."
|
|
1768
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1769
|
+
},
|
|
1770
|
+
"baseUrl": {
|
|
1771
|
+
"type": "string",
|
|
1772
|
+
"description": "The base URL for the API."
|
|
1751
1773
|
},
|
|
1752
1774
|
"registrationId": {
|
|
1753
1775
|
"type": "string",
|
|
@@ -1782,7 +1804,7 @@
|
|
|
1782
1804
|
"type": "object",
|
|
1783
1805
|
"additionalProperties": false,
|
|
1784
1806
|
"description": "Parameters for this action",
|
|
1785
|
-
"required": ["name", "
|
|
1807
|
+
"required": ["name", "flow"],
|
|
1786
1808
|
"properties": {
|
|
1787
1809
|
"name": {
|
|
1788
1810
|
"type": "string",
|
|
@@ -1790,11 +1812,27 @@
|
|
|
1790
1812
|
},
|
|
1791
1813
|
"appId": {
|
|
1792
1814
|
"type": "string",
|
|
1793
|
-
"description": "The app ID of
|
|
1815
|
+
"description": "The app ID of the App. Only take effect when applicableToApps is SpecificApp."
|
|
1794
1816
|
},
|
|
1795
1817
|
"apiSpecPath": {
|
|
1796
1818
|
"type": "string",
|
|
1797
|
-
"description": "The path of API specification file."
|
|
1819
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1820
|
+
},
|
|
1821
|
+
"baseUrl": {
|
|
1822
|
+
"type": "string",
|
|
1823
|
+
"description": "The base URL for the API."
|
|
1824
|
+
},
|
|
1825
|
+
"authorizationUrl": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "The authorization URL for the OAuth flow."
|
|
1828
|
+
},
|
|
1829
|
+
"tokenUrl": {
|
|
1830
|
+
"type": "string",
|
|
1831
|
+
"description": "The token URL for the OAuth flow."
|
|
1832
|
+
},
|
|
1833
|
+
"scope": {
|
|
1834
|
+
"type": "string",
|
|
1835
|
+
"description": "The scope(s) for the OAuth flow."
|
|
1798
1836
|
},
|
|
1799
1837
|
"applicableToApps": {
|
|
1800
1838
|
"type": "string",
|
|
@@ -1865,14 +1903,14 @@
|
|
|
1865
1903
|
"properties": {
|
|
1866
1904
|
"uses": {
|
|
1867
1905
|
"type": "string",
|
|
1868
|
-
"description": "
|
|
1906
|
+
"description": "Update OAuth registration. Refer to https://aka.ms/teamsfx-actions/oauth-update for more details.",
|
|
1869
1907
|
"const": "oauth/update"
|
|
1870
1908
|
},
|
|
1871
1909
|
"with": {
|
|
1872
1910
|
"type": "object",
|
|
1873
1911
|
"additionalProperties": false,
|
|
1874
1912
|
"description": "Parameters for this action",
|
|
1875
|
-
"required": ["name", "
|
|
1913
|
+
"required": ["name", "configurationId"],
|
|
1876
1914
|
"properties": {
|
|
1877
1915
|
"name": {
|
|
1878
1916
|
"type": "string",
|
|
@@ -1880,11 +1918,31 @@
|
|
|
1880
1918
|
},
|
|
1881
1919
|
"appId": {
|
|
1882
1920
|
"type": "string",
|
|
1883
|
-
"description": "The app ID of
|
|
1921
|
+
"description": "The app ID of the App. Only take effect when applicableToApps is SpecificApp."
|
|
1884
1922
|
},
|
|
1885
1923
|
"apiSpecPath": {
|
|
1886
1924
|
"type": "string",
|
|
1887
|
-
"description": "The path of API specification file."
|
|
1925
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1926
|
+
},
|
|
1927
|
+
"baseUrl": {
|
|
1928
|
+
"type": "string",
|
|
1929
|
+
"description": "The base URL for the API."
|
|
1930
|
+
},
|
|
1931
|
+
"authorizationUrl": {
|
|
1932
|
+
"type": "string",
|
|
1933
|
+
"description": "The authorization URL for the OAuth flow."
|
|
1934
|
+
},
|
|
1935
|
+
"tokenUrl": {
|
|
1936
|
+
"type": "string",
|
|
1937
|
+
"description": "The token URL for the OAuth flow."
|
|
1938
|
+
},
|
|
1939
|
+
"scope": {
|
|
1940
|
+
"type": "string",
|
|
1941
|
+
"description": "The scope(s) for the OAuth flow."
|
|
1942
|
+
},
|
|
1943
|
+
"refreshUrl": {
|
|
1944
|
+
"type": "string",
|
|
1945
|
+
"description": "The refresh url of OAuth registration."
|
|
1888
1946
|
},
|
|
1889
1947
|
"configurationId": {
|
|
1890
1948
|
"type": "string",
|
|
@@ -1920,6 +1978,80 @@
|
|
|
1920
1978
|
}
|
|
1921
1979
|
}
|
|
1922
1980
|
}
|
|
1981
|
+
},
|
|
1982
|
+
"devChannelCreate": {
|
|
1983
|
+
"type": "object",
|
|
1984
|
+
"additionalProperties": false,
|
|
1985
|
+
"description": "Create a Teams sandboxed team and channel.",
|
|
1986
|
+
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
1987
|
+
"properties": {
|
|
1988
|
+
"uses": {
|
|
1989
|
+
"type": "string",
|
|
1990
|
+
"description": "Create a Teams sandboxed team and channel.",
|
|
1991
|
+
"const": "devChannel/create"
|
|
1992
|
+
},
|
|
1993
|
+
"with": {
|
|
1994
|
+
"type": "object",
|
|
1995
|
+
"additionalProperties": false,
|
|
1996
|
+
"description": "Parameters for this action",
|
|
1997
|
+
"required": ["teamName", "channelName"],
|
|
1998
|
+
"properties": {
|
|
1999
|
+
"teamName": {
|
|
2000
|
+
"type": "string",
|
|
2001
|
+
"description": "The name of sandboxed team."
|
|
2002
|
+
},
|
|
2003
|
+
"channelName": {
|
|
2004
|
+
"type": "string",
|
|
2005
|
+
"description": "The default name for the channel."
|
|
2006
|
+
},
|
|
2007
|
+
"description": {
|
|
2008
|
+
"type": "string",
|
|
2009
|
+
"description": "Team description."
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"writeToEnvironmentFile": {
|
|
2014
|
+
"type": "object",
|
|
2015
|
+
"additionalProperties": false,
|
|
2016
|
+
"description": "Write environment variables to environment file",
|
|
2017
|
+
"required": ["channelId", "teamId"],
|
|
2018
|
+
"properties": {
|
|
2019
|
+
"channelId": {
|
|
2020
|
+
"description": "The ID of the created channel.",
|
|
2021
|
+
"$ref": "#/definitions/envVarName"
|
|
2022
|
+
},
|
|
2023
|
+
"teamId": {
|
|
2024
|
+
"description": "The ID of the team in which the channel is created.",
|
|
2025
|
+
"$ref": "#/definitions/envVarName"
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
"devChannelInstallApp": {
|
|
2032
|
+
"type": "object",
|
|
2033
|
+
"additionalProperties": false,
|
|
2034
|
+
"description": "Install Teams app to a sandboxed team and channel.",
|
|
2035
|
+
"required": ["uses", "with"],
|
|
2036
|
+
"properties": {
|
|
2037
|
+
"uses": {
|
|
2038
|
+
"type": "string",
|
|
2039
|
+
"description": "Install Teams app to a sandboxed team and channel.",
|
|
2040
|
+
"const": "devChannel/installApp"
|
|
2041
|
+
},
|
|
2042
|
+
"with": {
|
|
2043
|
+
"type": "object",
|
|
2044
|
+
"additionalProperties": false,
|
|
2045
|
+
"description": "Parameters for this action",
|
|
2046
|
+
"required": ["appPackagePath"],
|
|
2047
|
+
"properties": {
|
|
2048
|
+
"appPackagePath": {
|
|
2049
|
+
"type": "string",
|
|
2050
|
+
"description": "Path to zipped Teams app package file."
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
1923
2055
|
}
|
|
1924
2056
|
}
|
|
1925
2057
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"environmentFolderPath": {
|
|
11
11
|
"type": "string",
|
|
12
|
-
"description": "The folder path of .env files used for variables and different
|
|
12
|
+
"description": "The folder path of .env files used for variables and different environments."
|
|
13
13
|
},
|
|
14
14
|
"version": {
|
|
15
15
|
"type": "string",
|
|
@@ -81,7 +81,9 @@
|
|
|
81
81
|
{ "$ref": "#/definitions/apiKeyUpdate"},
|
|
82
82
|
{ "$ref": "#/definitions/oauthRegister"},
|
|
83
83
|
{ "$ref": "#/definitions/oauthUpdate"},
|
|
84
|
-
{ "$ref": "#/definitions/shareToOthers"}
|
|
84
|
+
{ "$ref": "#/definitions/shareToOthers"},
|
|
85
|
+
{ "$ref": "#/definitions/devChannelCreate"},
|
|
86
|
+
{ "$ref": "#/definitions/devChannelInstallApp"}
|
|
85
87
|
]
|
|
86
88
|
}
|
|
87
89
|
},
|
|
@@ -1311,6 +1313,18 @@
|
|
|
1311
1313
|
"description": "The path of the symlink target for the folder containing Teams App Test Tool binaries."
|
|
1312
1314
|
}
|
|
1313
1315
|
}
|
|
1316
|
+
},
|
|
1317
|
+
"nodejs": {
|
|
1318
|
+
"type": "object",
|
|
1319
|
+
"description": "Install standalone Node.js.",
|
|
1320
|
+
"additionalProperties": false,
|
|
1321
|
+
"required": ["symlinkDir"],
|
|
1322
|
+
"properties": {
|
|
1323
|
+
"symlinkDir": {
|
|
1324
|
+
"type": "string",
|
|
1325
|
+
"description": "The path of the symlink target for the folder containing Node.js binaries."
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1314
1328
|
}
|
|
1315
1329
|
}
|
|
1316
1330
|
},
|
|
@@ -1635,7 +1649,7 @@
|
|
|
1635
1649
|
"type": "object",
|
|
1636
1650
|
"additionalProperties": false,
|
|
1637
1651
|
"description": "Parameters for this action",
|
|
1638
|
-
"required": ["name", "appId"
|
|
1652
|
+
"required": ["name", "appId"],
|
|
1639
1653
|
"properties": {
|
|
1640
1654
|
"name": {
|
|
1641
1655
|
"type": "string",
|
|
@@ -1655,7 +1669,11 @@
|
|
|
1655
1669
|
},
|
|
1656
1670
|
"apiSpecPath": {
|
|
1657
1671
|
"type": "string",
|
|
1658
|
-
"description": "The path of API specification file."
|
|
1672
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1673
|
+
},
|
|
1674
|
+
"baseUrl": {
|
|
1675
|
+
"type": "string",
|
|
1676
|
+
"description": "The base URL for the API."
|
|
1659
1677
|
},
|
|
1660
1678
|
"applicableToApps": {
|
|
1661
1679
|
"type": "string",
|
|
@@ -1728,14 +1746,14 @@
|
|
|
1728
1746
|
"properties": {
|
|
1729
1747
|
"uses": {
|
|
1730
1748
|
"type": "string",
|
|
1731
|
-
"description": "
|
|
1749
|
+
"description": "Update API key. Refer to https://aka.ms/teamsfx-actions/apiKey-update for more details.",
|
|
1732
1750
|
"const": "apiKey/update"
|
|
1733
1751
|
},
|
|
1734
1752
|
"with": {
|
|
1735
1753
|
"type": "object",
|
|
1736
1754
|
"additionalProperties": false,
|
|
1737
1755
|
"description": "Parameters for this action",
|
|
1738
|
-
"required": ["name", "appId", "
|
|
1756
|
+
"required": ["name", "appId", "registrationId"],
|
|
1739
1757
|
"properties": {
|
|
1740
1758
|
"name": {
|
|
1741
1759
|
"type": "string",
|
|
@@ -1747,7 +1765,11 @@
|
|
|
1747
1765
|
},
|
|
1748
1766
|
"apiSpecPath": {
|
|
1749
1767
|
"type": "string",
|
|
1750
|
-
"description": "The path of API specification file."
|
|
1768
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1769
|
+
},
|
|
1770
|
+
"baseUrl": {
|
|
1771
|
+
"type": "string",
|
|
1772
|
+
"description": "The base URL for the API."
|
|
1751
1773
|
},
|
|
1752
1774
|
"registrationId": {
|
|
1753
1775
|
"type": "string",
|
|
@@ -1782,7 +1804,7 @@
|
|
|
1782
1804
|
"type": "object",
|
|
1783
1805
|
"additionalProperties": false,
|
|
1784
1806
|
"description": "Parameters for this action",
|
|
1785
|
-
"required": ["name", "
|
|
1807
|
+
"required": ["name", "flow"],
|
|
1786
1808
|
"properties": {
|
|
1787
1809
|
"name": {
|
|
1788
1810
|
"type": "string",
|
|
@@ -1790,11 +1812,27 @@
|
|
|
1790
1812
|
},
|
|
1791
1813
|
"appId": {
|
|
1792
1814
|
"type": "string",
|
|
1793
|
-
"description": "The app ID of
|
|
1815
|
+
"description": "The app ID of the App. Only take effect when applicableToApps is SpecificApp."
|
|
1794
1816
|
},
|
|
1795
1817
|
"apiSpecPath": {
|
|
1796
1818
|
"type": "string",
|
|
1797
|
-
"description": "The path of API specification file."
|
|
1819
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1820
|
+
},
|
|
1821
|
+
"baseUrl": {
|
|
1822
|
+
"type": "string",
|
|
1823
|
+
"description": "The base URL for the API."
|
|
1824
|
+
},
|
|
1825
|
+
"authorizationUrl": {
|
|
1826
|
+
"type": "string",
|
|
1827
|
+
"description": "The authorization URL for the OAuth flow."
|
|
1828
|
+
},
|
|
1829
|
+
"tokenUrl": {
|
|
1830
|
+
"type": "string",
|
|
1831
|
+
"description": "The token URL for the OAuth flow."
|
|
1832
|
+
},
|
|
1833
|
+
"scope": {
|
|
1834
|
+
"type": "string",
|
|
1835
|
+
"description": "The scope(s) for the OAuth flow."
|
|
1798
1836
|
},
|
|
1799
1837
|
"applicableToApps": {
|
|
1800
1838
|
"type": "string",
|
|
@@ -1865,14 +1903,14 @@
|
|
|
1865
1903
|
"properties": {
|
|
1866
1904
|
"uses": {
|
|
1867
1905
|
"type": "string",
|
|
1868
|
-
"description": "
|
|
1906
|
+
"description": "Update OAuth registration. Refer to https://aka.ms/teamsfx-actions/oauth-update for more details.",
|
|
1869
1907
|
"const": "oauth/update"
|
|
1870
1908
|
},
|
|
1871
1909
|
"with": {
|
|
1872
1910
|
"type": "object",
|
|
1873
1911
|
"additionalProperties": false,
|
|
1874
1912
|
"description": "Parameters for this action",
|
|
1875
|
-
"required": ["name", "
|
|
1913
|
+
"required": ["name", "configurationId"],
|
|
1876
1914
|
"properties": {
|
|
1877
1915
|
"name": {
|
|
1878
1916
|
"type": "string",
|
|
@@ -1880,11 +1918,31 @@
|
|
|
1880
1918
|
},
|
|
1881
1919
|
"appId": {
|
|
1882
1920
|
"type": "string",
|
|
1883
|
-
"description": "The app ID of
|
|
1921
|
+
"description": "The app ID of the App. Only take effect when applicableToApps is SpecificApp."
|
|
1884
1922
|
},
|
|
1885
1923
|
"apiSpecPath": {
|
|
1886
1924
|
"type": "string",
|
|
1887
|
-
"description": "The path of API specification file."
|
|
1925
|
+
"description": "The path of API specification file. Will be used to extract missing properties if they're not explicitly provided."
|
|
1926
|
+
},
|
|
1927
|
+
"baseUrl": {
|
|
1928
|
+
"type": "string",
|
|
1929
|
+
"description": "The base URL for the API."
|
|
1930
|
+
},
|
|
1931
|
+
"authorizationUrl": {
|
|
1932
|
+
"type": "string",
|
|
1933
|
+
"description": "The authorization URL for the OAuth flow."
|
|
1934
|
+
},
|
|
1935
|
+
"tokenUrl": {
|
|
1936
|
+
"type": "string",
|
|
1937
|
+
"description": "The token URL for the OAuth flow."
|
|
1938
|
+
},
|
|
1939
|
+
"scope": {
|
|
1940
|
+
"type": "string",
|
|
1941
|
+
"description": "The scope(s) for the OAuth flow."
|
|
1942
|
+
},
|
|
1943
|
+
"refreshUrl": {
|
|
1944
|
+
"type": "string",
|
|
1945
|
+
"description": "The refresh url of OAuth registration."
|
|
1888
1946
|
},
|
|
1889
1947
|
"configurationId": {
|
|
1890
1948
|
"type": "string",
|
|
@@ -1920,6 +1978,80 @@
|
|
|
1920
1978
|
}
|
|
1921
1979
|
}
|
|
1922
1980
|
}
|
|
1981
|
+
},
|
|
1982
|
+
"devChannelCreate": {
|
|
1983
|
+
"type": "object",
|
|
1984
|
+
"additionalProperties": false,
|
|
1985
|
+
"description": "Create a Teams sandboxed team and channel.",
|
|
1986
|
+
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
1987
|
+
"properties": {
|
|
1988
|
+
"uses": {
|
|
1989
|
+
"type": "string",
|
|
1990
|
+
"description": "Create a Teams sandboxed team and channel.",
|
|
1991
|
+
"const": "devChannel/create"
|
|
1992
|
+
},
|
|
1993
|
+
"with": {
|
|
1994
|
+
"type": "object",
|
|
1995
|
+
"additionalProperties": false,
|
|
1996
|
+
"description": "Parameters for this action",
|
|
1997
|
+
"required": ["teamName", "channelName"],
|
|
1998
|
+
"properties": {
|
|
1999
|
+
"teamName": {
|
|
2000
|
+
"type": "string",
|
|
2001
|
+
"description": "The name of sandboxed team."
|
|
2002
|
+
},
|
|
2003
|
+
"channelName": {
|
|
2004
|
+
"type": "string",
|
|
2005
|
+
"description": "The default name for the channel."
|
|
2006
|
+
},
|
|
2007
|
+
"description": {
|
|
2008
|
+
"type": "string",
|
|
2009
|
+
"description": "Team description."
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"writeToEnvironmentFile": {
|
|
2014
|
+
"type": "object",
|
|
2015
|
+
"additionalProperties": false,
|
|
2016
|
+
"description": "Write environment variables to environment file",
|
|
2017
|
+
"required": ["channelId", "teamId"],
|
|
2018
|
+
"properties": {
|
|
2019
|
+
"channelId": {
|
|
2020
|
+
"description": "The ID of the created channel.",
|
|
2021
|
+
"$ref": "#/definitions/envVarName"
|
|
2022
|
+
},
|
|
2023
|
+
"teamId": {
|
|
2024
|
+
"description": "The ID of the team in which the channel is created.",
|
|
2025
|
+
"$ref": "#/definitions/envVarName"
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
"devChannelInstallApp": {
|
|
2032
|
+
"type": "object",
|
|
2033
|
+
"additionalProperties": false,
|
|
2034
|
+
"description": "Install Teams app to a sandboxed team and channel.",
|
|
2035
|
+
"required": ["uses", "with"],
|
|
2036
|
+
"properties": {
|
|
2037
|
+
"uses": {
|
|
2038
|
+
"type": "string",
|
|
2039
|
+
"description": "Install Teams app to a sandboxed team and channel.",
|
|
2040
|
+
"const": "devChannel/installApp"
|
|
2041
|
+
},
|
|
2042
|
+
"with": {
|
|
2043
|
+
"type": "object",
|
|
2044
|
+
"additionalProperties": false,
|
|
2045
|
+
"description": "Parameters for this action",
|
|
2046
|
+
"required": ["appPackagePath"],
|
|
2047
|
+
"properties": {
|
|
2048
|
+
"appPackagePath": {
|
|
2049
|
+
"type": "string",
|
|
2050
|
+
"description": "Path to zipped Teams app package file."
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
1923
2055
|
}
|
|
1924
2056
|
}
|
|
1925
2057
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"noActionError.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/typeSpec/error/noActionError.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAMnD,qBAAa,aAAc,SAAQ,SAAS;gBAC9B,UAAU,EAAE,MAAM;CAQ/B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"noActionError.js","sourceRoot":"","sources":["../../../../../src/component/driver/typeSpec/error/noActionError.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,wDAAmD;AACnD,oEAAwF;AAExF,MAAM,SAAS,GAAG,eAAe,CAAC;AAClC,MAAM,UAAU,GAAG,qCAAqC,CAAC;AAEzD,MAAa,aAAc,SAAQ,uBAAS;IAC1C,YAAY,UAAkB;QAC5B,KAAK,CAAC;YACJ,MAAM,EAAE,UAAU;YAClB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,IAAA,gCAAgB,EAAC,UAAU,CAAC;YACrC,cAAc,EAAE,IAAA,kCAAkB,EAAC,UAAU,CAAC;SAC/C,CAAC,CAAC;IACL,CAAC;CACF;AATD,sCASC"}
|