@salesforce/core 9.1.2 → 9.1.3
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/lib/schema/project-scratch-def/patternFeaturesList.js +1 -0
- package/lib/schema/project-scratch-def/scratchOrgDef.d.ts +1 -0
- package/lib/schema/project-scratch-def/settings.d.ts +1 -0
- package/lib/schema/project-scratch-def/settings.js +4 -0
- package/lib/schema/project-scratch-def/simpleFeaturesList.js +12 -0
- package/package.json +1 -1
- package/schemas/project-scratch-def.schema.json +25 -0
|
@@ -23,6 +23,7 @@ export declare const ScratchOrgDefSchema: z.ZodObject<{
|
|
|
23
23
|
actionsSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
24
24
|
activitiesSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
25
25
|
addressSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
26
|
+
agentforceAccountManagementSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
26
27
|
agentforceForDevelopersSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
27
28
|
agentPlatformSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
28
29
|
aIReplyRecommendationsSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -12,6 +12,7 @@ export declare const SettingsSchema: z.ZodObject<{
|
|
|
12
12
|
actionsSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13
13
|
activitiesSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14
14
|
addressSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15
|
+
agentforceAccountManagementSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15
16
|
agentforceForDevelopersSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
16
17
|
agentPlatformSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
17
18
|
aIReplyRecommendationsSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
@@ -55,6 +55,10 @@ exports.SettingsSchema = zod_1.z
|
|
|
55
55
|
.record(zod_1.z.string(), zod_1.z.unknown())
|
|
56
56
|
.optional()
|
|
57
57
|
.describe('For more details go to https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_addresssettings.htm'),
|
|
58
|
+
agentforceAccountManagementSettings: zod_1.z
|
|
59
|
+
.record(zod_1.z.string(), zod_1.z.unknown())
|
|
60
|
+
.optional()
|
|
61
|
+
.describe('For more details go to https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_agentforceaccountmanagementsettings.htm'),
|
|
58
62
|
agentforceForDevelopersSettings: zod_1.z
|
|
59
63
|
.record(zod_1.z.string(), zod_1.z.unknown())
|
|
60
64
|
.optional()
|
|
@@ -26,10 +26,13 @@ exports.simpleFeaturesList = [
|
|
|
26
26
|
'AdmissionsConnectUser',
|
|
27
27
|
'AdvisorLinkFeature',
|
|
28
28
|
'AdvisorLinkPathwaysFeature',
|
|
29
|
+
'AgentforceVibesIDEForDE',
|
|
30
|
+
'AgentforceVibesUnmeteredAccess',
|
|
29
31
|
'AllUserIdServiceAccess',
|
|
30
32
|
'AnalyticsAdminPerms',
|
|
31
33
|
'AnalyticsAppEmbedded',
|
|
32
34
|
'ApexGuruCodeAnalyzer',
|
|
35
|
+
'ApexIntegrationTests (Developer Preview)',
|
|
33
36
|
'ApexUserModeWithPermSet',
|
|
34
37
|
'ArcGraphCommunity',
|
|
35
38
|
'Assessments',
|
|
@@ -64,6 +67,7 @@ exports.simpleFeaturesList = [
|
|
|
64
67
|
'ChatterEmailFooterLogo',
|
|
65
68
|
'ChatterEmailFooterText',
|
|
66
69
|
'ChatterEmailSenderName',
|
|
70
|
+
'CleanEnergyProgramManagement',
|
|
67
71
|
'CloneApplication',
|
|
68
72
|
'Communities',
|
|
69
73
|
'CompareReportsOrgPerm',
|
|
@@ -106,6 +110,12 @@ exports.simpleFeaturesList = [
|
|
|
106
110
|
'DynamicClientCreationLimit',
|
|
107
111
|
'EAOutputConnectors',
|
|
108
112
|
'EASyncOut',
|
|
113
|
+
'EAndUAgentforce',
|
|
114
|
+
'EAndUCoreSales',
|
|
115
|
+
'EAndUCoreSelfServicePortal',
|
|
116
|
+
'EAndUCoreService',
|
|
117
|
+
'EAndUCoreTimeSheetService',
|
|
118
|
+
'EAndUDataKits',
|
|
109
119
|
'EAndUDigitalSales',
|
|
110
120
|
'EAndUSelfServicePortal',
|
|
111
121
|
'ERMAnalytics',
|
|
@@ -126,6 +136,7 @@ exports.simpleFeaturesList = [
|
|
|
126
136
|
'EinsteinVisits',
|
|
127
137
|
'EinsteinVisitsED',
|
|
128
138
|
'EmbeddedLoginForIE',
|
|
139
|
+
'EmergencyManagement',
|
|
129
140
|
'EnableManageIdConfUI',
|
|
130
141
|
'EnablePRM',
|
|
131
142
|
'EnableSetPasswordInApi',
|
|
@@ -180,6 +191,7 @@ exports.simpleFeaturesList = [
|
|
|
180
191
|
'IntelligentDocumentReader',
|
|
181
192
|
'Interaction',
|
|
182
193
|
'InvestigativeCaseManagement',
|
|
194
|
+
'InvocableActionExt',
|
|
183
195
|
'InvoiceManagement',
|
|
184
196
|
'IoT',
|
|
185
197
|
'JigsawUser',
|
package/package.json
CHANGED
|
@@ -329,6 +329,11 @@
|
|
|
329
329
|
"type": "string",
|
|
330
330
|
"pattern": "^PlatformEventsPerDay:[0-9]+$"
|
|
331
331
|
},
|
|
332
|
+
{
|
|
333
|
+
"title": "ServiceCloudVoicePartnerTelephony:<value>",
|
|
334
|
+
"type": "string",
|
|
335
|
+
"pattern": "^ServiceCloudVoicePartnerTelephony:[0-9]+$"
|
|
336
|
+
},
|
|
332
337
|
{
|
|
333
338
|
"title": "StreamingEventsPerDay:<value>",
|
|
334
339
|
"type": "string",
|
|
@@ -357,10 +362,13 @@
|
|
|
357
362
|
"AdmissionsConnectUser",
|
|
358
363
|
"AdvisorLinkFeature",
|
|
359
364
|
"AdvisorLinkPathwaysFeature",
|
|
365
|
+
"AgentforceVibesIDEForDE",
|
|
366
|
+
"AgentforceVibesUnmeteredAccess",
|
|
360
367
|
"AllUserIdServiceAccess",
|
|
361
368
|
"AnalyticsAdminPerms",
|
|
362
369
|
"AnalyticsAppEmbedded",
|
|
363
370
|
"ApexGuruCodeAnalyzer",
|
|
371
|
+
"ApexIntegrationTests (Developer Preview)",
|
|
364
372
|
"ApexUserModeWithPermSet",
|
|
365
373
|
"ArcGraphCommunity",
|
|
366
374
|
"Assessments",
|
|
@@ -395,6 +403,7 @@
|
|
|
395
403
|
"ChatterEmailFooterLogo",
|
|
396
404
|
"ChatterEmailFooterText",
|
|
397
405
|
"ChatterEmailSenderName",
|
|
406
|
+
"CleanEnergyProgramManagement",
|
|
398
407
|
"CloneApplication",
|
|
399
408
|
"Communities",
|
|
400
409
|
"CompareReportsOrgPerm",
|
|
@@ -437,6 +446,12 @@
|
|
|
437
446
|
"DynamicClientCreationLimit",
|
|
438
447
|
"EAOutputConnectors",
|
|
439
448
|
"EASyncOut",
|
|
449
|
+
"EAndUAgentforce",
|
|
450
|
+
"EAndUCoreSales",
|
|
451
|
+
"EAndUCoreSelfServicePortal",
|
|
452
|
+
"EAndUCoreService",
|
|
453
|
+
"EAndUCoreTimeSheetService",
|
|
454
|
+
"EAndUDataKits",
|
|
440
455
|
"EAndUDigitalSales",
|
|
441
456
|
"EAndUSelfServicePortal",
|
|
442
457
|
"ERMAnalytics",
|
|
@@ -457,6 +472,7 @@
|
|
|
457
472
|
"EinsteinVisits",
|
|
458
473
|
"EinsteinVisitsED",
|
|
459
474
|
"EmbeddedLoginForIE",
|
|
475
|
+
"EmergencyManagement",
|
|
460
476
|
"EnableManageIdConfUI",
|
|
461
477
|
"EnablePRM",
|
|
462
478
|
"EnableSetPasswordInApi",
|
|
@@ -511,6 +527,7 @@
|
|
|
511
527
|
"IntelligentDocumentReader",
|
|
512
528
|
"Interaction",
|
|
513
529
|
"InvestigativeCaseManagement",
|
|
530
|
+
"InvocableActionExt",
|
|
514
531
|
"InvoiceManagement",
|
|
515
532
|
"IoT",
|
|
516
533
|
"JigsawUser",
|
|
@@ -692,6 +709,14 @@
|
|
|
692
709
|
},
|
|
693
710
|
"additionalProperties": {}
|
|
694
711
|
},
|
|
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
|
+
},
|
|
695
720
|
"agentforceForDevelopersSettings": {
|
|
696
721
|
"description": "For more details go to https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_agentforcefordeveloperssettings.htm",
|
|
697
722
|
"type": "object",
|