@microsoft/teamsfx-core 3.0.5-alpha.4dbe374ea.0 → 3.0.5-alpha.52018e56e.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/graphClient.d.ts +8 -4
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +35 -8
- package/build/client/graphClient.js.map +1 -1
- package/build/client/interfaces/GetGroupResponse.d.ts +6 -0
- package/build/client/interfaces/GetGroupResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetGroupResponse.js +5 -0
- package/build/client/interfaces/GetGroupResponse.js.map +1 -0
- package/build/client/interfaces/GetUserResponse.d.ts +7 -0
- package/build/client/interfaces/GetUserResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetUserResponse.js +5 -0
- package/build/client/interfaces/GetUserResponse.js.map +1 -0
- package/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/permissionInterface.d.ts +6 -0
- package/build/common/permissionInterface.d.ts.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/component/feature/collaboration.d.ts +7 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +84 -1
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/m365/packageService.d.ts +6 -1
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +8 -3
- package/build/component/m365/packageService.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +0 -28
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts +1 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +55 -29
- package/build/core/collaborator.js.map +1 -1
- package/build/core/share.d.ts.map +1 -1
- package/build/core/share.js +10 -1
- package/build/core/share.js.map +1 -1
- package/build/question/collaborator.d.ts +6 -0
- package/build/question/collaborator.d.ts.map +1 -0
- package/build/question/collaborator.js +166 -0
- package/build/question/collaborator.js.map +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -2
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/ShareInputs.d.ts +2 -2
- package/build/question/inputs/ShareInputs.d.ts.map +1 -1
- package/build/question/options/ShareOptions.js +1 -1
- package/build/question/options/ShareOptions.js.map +1 -1
- package/build/question/other.d.ts +1 -4
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +2 -145
- package/build/question/other.js.map +1 -1
- package/build/question/share.d.ts +1 -3
- package/build/question/share.d.ts.map +1 -1
- package/build/question/share.js +2 -14
- package/build/question/share.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.json +7 -4
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.0.5-alpha.
|
|
3
|
+
"version": "3.0.5-alpha.52018e56e.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
108
108
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
109
109
|
"@microsoft/kiota": "1.26.1",
|
|
110
|
-
"@microsoft/m365-spec-parser": "^0.2.9-alpha.
|
|
111
|
-
"@microsoft/teamsfx-api": "0.23.9-alpha.
|
|
110
|
+
"@microsoft/m365-spec-parser": "^0.2.9-alpha.52018e56e.0",
|
|
111
|
+
"@microsoft/teamsfx-api": "0.23.9-alpha.52018e56e.0",
|
|
112
112
|
"adm-zip": "^0.5.10",
|
|
113
113
|
"ajv": "^8.5.0",
|
|
114
114
|
"axios": "^1.8.3",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"resource/**/*",
|
|
232
232
|
"templates/**/*"
|
|
233
233
|
],
|
|
234
|
-
"gitHead": "
|
|
234
|
+
"gitHead": "ba1f4aa3aacadd3a2575245cde2e3b29f81d371d",
|
|
235
235
|
"publishConfig": {
|
|
236
236
|
"access": "public"
|
|
237
237
|
},
|
|
@@ -64,15 +64,20 @@
|
|
|
64
64
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
65
65
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
66
66
|
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
|
|
67
|
+
"core.collaboration.StartingListAllAgentOwners": "\nStarting to list all agent owners for environment: ",
|
|
67
68
|
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
68
69
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
|
|
70
|
+
"core.collaboration.AgentTitleId": "Agent (ID: ",
|
|
69
71
|
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
70
72
|
"core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
|
|
73
|
+
"core.collaboration.AgentOwner": "Agent Owner: ",
|
|
71
74
|
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
72
75
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
73
76
|
"core.collaboration.Undefined": "undefined",
|
|
74
77
|
"core.collaboration.ResourceName": ", Resource Name: ",
|
|
75
78
|
"core.collaboration.Permission": ", Permission: ",
|
|
79
|
+
"core.collaboration.agent.label": "Agent",
|
|
80
|
+
"core.collaboration.agent.description": "Microsoft 365 Agent",
|
|
76
81
|
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
77
82
|
"plugins.spfx.questions.framework.title": "Framework",
|
|
78
83
|
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
@@ -641,7 +646,6 @@
|
|
|
641
646
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
642
647
|
"core.common.shareWithTenant.success": "Agent successfully shared with tenant.",
|
|
643
648
|
"core.common.shareWithUser.success": "Agent successfully shared with users: %s.",
|
|
644
|
-
"core.common.shareWithOwner.success": "Agent successfully shared with owners: %s.",
|
|
645
649
|
"core.common.removeOwnership.success": "Shared agent ownership removed from the users: %s.",
|
|
646
650
|
"core.common.removeShareAccess.success": "Shared access successfully removed from users: %s.",
|
|
647
651
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
@@ -702,11 +706,10 @@
|
|
|
702
706
|
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
703
707
|
"core.shareOperationQuestion.option.removeShareAccessFromUsers": "Remove access for selected user(s)",
|
|
704
708
|
"core.shareOperationQuestion.option.shareWithUsers": "Share access with selected user(s)",
|
|
705
|
-
"core.shareOptionQuestion.option.shareWithOwners": "Share agent ownership with selected user(s)",
|
|
706
709
|
"core.shareOptionQuestion.placeholder": "Select how to share the agent",
|
|
707
710
|
"core.shareOptionQuestion.title": "Share the agent",
|
|
708
|
-
"core.shareOptionQuestion.unshare.emails.title": "Email addresses of users for agent access removal",
|
|
709
|
-
"core.shareScopeQuestion.emails.title": "Email addresses of users for agent sharing",
|
|
711
|
+
"core.shareOptionQuestion.unshare.emails.title": "Email addresses of users or groups for agent access removal",
|
|
712
|
+
"core.shareScopeQuestion.emails.title": "Email addresses of users or groups for agent sharing",
|
|
710
713
|
"core.shareScopeQuestion.option.shareWithTenant": "Share the agent with all tenant users",
|
|
711
714
|
"core.shareScopeQuestion.option.shareWithUsers": "Share the agent with selected user(s)",
|
|
712
715
|
"core.shareScopeQuestion.placeholder": "Select a sharing scope",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|