Skip to content

Commit ddad141

Browse files
committed
fix: update features
1 parent 99aa366 commit ddad141

4 files changed

Lines changed: 64 additions & 12 deletions

File tree

schemas/project-scratch-def.schema.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,11 @@
329329
"type": "string",
330330
"pattern": "^PlatformEventsPerDay:[0-9]+$"
331331
},
332+
{
333+
"title": "ServiceCloudVoicePartnerTelephony:<value>",
334+
"type": "string",
335+
"pattern": "^ServiceCloudVoicePartnerTelephony:[0-9]+$"
336+
},
332337
{
333338
"title": "StreamingEventsPerDay:<value>",
334339
"type": "string",
@@ -357,10 +362,13 @@
357362
"AdmissionsConnectUser",
358363
"AdvisorLinkFeature",
359364
"AdvisorLinkPathwaysFeature",
365+
"AgentforceVibesIDEForDE",
366+
"AgentforceVibesUnmeteredAccess",
360367
"AllUserIdServiceAccess",
361368
"AnalyticsAdminPerms",
362369
"AnalyticsAppEmbedded",
363370
"ApexGuruCodeAnalyzer",
371+
"ApexIntegrationTests (Developer Preview)",
364372
"ApexUserModeWithPermSet",
365373
"ArcGraphCommunity",
366374
"Assessments",
@@ -395,6 +403,7 @@
395403
"ChatterEmailFooterLogo",
396404
"ChatterEmailFooterText",
397405
"ChatterEmailSenderName",
406+
"CleanEnergyProgramManagement",
398407
"CloneApplication",
399408
"Communities",
400409
"CompareReportsOrgPerm",
@@ -437,6 +446,12 @@
437446
"DynamicClientCreationLimit",
438447
"EAOutputConnectors",
439448
"EASyncOut",
449+
"EAndUAgentforce",
450+
"EAndUCoreSales",
451+
"EAndUCoreSelfServicePortal",
452+
"EAndUCoreService",
453+
"EAndUCoreTimeSheetService",
454+
"EAndUDataKits",
440455
"EAndUDigitalSales",
441456
"EAndUSelfServicePortal",
442457
"ERMAnalytics",
@@ -457,6 +472,7 @@
457472
"EinsteinVisits",
458473
"EinsteinVisitsED",
459474
"EmbeddedLoginForIE",
475+
"EmergencyManagement",
460476
"EnableManageIdConfUI",
461477
"EnablePRM",
462478
"EnableSetPasswordInApi",
@@ -511,6 +527,7 @@
511527
"IntelligentDocumentReader",
512528
"Interaction",
513529
"InvestigativeCaseManagement",
530+
"InvocableActionExt",
514531
"InvoiceManagement",
515532
"IoT",
516533
"JigsawUser",
@@ -692,6 +709,14 @@
692709
},
693710
"additionalProperties": {}
694711
},
712+
"agentforceAccountManagementSettings": {
713+
"description": "For more details go to https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_agentforceaccountmanagementsettings.htm",
714+
"type": "object",
715+
"propertyNames": {
716+
"type": "string"
717+
},
718+
"additionalProperties": {}
719+
},
695720
"agentforceForDevelopersSettings": {
696721
"description": "For more details go to https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_agentforcefordeveloperssettings.htm",
697722
"type": "object",

src/schema/project-scratch-def/patternFeaturesList.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2023, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2026, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
export const patternFeaturesList = [
817
'AddCustomApps',

src/schema/project-scratch-def/settings.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2023, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2026, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
import { z } from 'zod';
817

src/schema/project-scratch-def/simpleFeaturesList.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
/*
2-
* Copyright (c) 2023, salesforce.com, inc.
3-
* All rights reserved.
4-
* Licensed under the BSD 3-Clause license.
5-
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
2+
* Copyright 2026, Salesforce, Inc.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
615
*/
716
export const simpleFeaturesList = [
817
'AIAttribution',

0 commit comments

Comments
 (0)