Skip to content

Commit c572f80

Browse files
committed
fix: move ServiceCloudVoicePartnerTelephony to patternFeaturesList
1 parent 2fa2ceb commit c572f80

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

schemas/project-scratch-def.schema.json

Lines changed: 5 additions & 1 deletion
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",
@@ -586,7 +591,6 @@
586591
"SentimentInsightsFeature",
587592
"ServiceCatalog",
588593
"ServiceCloud",
589-
"ServiceCloudVoicePartnerTelephony",
590594
"ServiceUser",
591595
"SessionIdInLogEnabled",
592596
"SharedActivities",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export const patternFeaturesList = [
6868
'NumPlatformEvents',
6969
'PlatformConnect',
7070
'PlatformEventsPerDay',
71+
'ServiceCloudVoicePartnerTelephony',
7172
'StreamingEventsPerDay',
7273
'SubPerStreamingChannel',
7374
'SubPerStreamingTopic',

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ export const simpleFeaturesList = [
252252
'SentimentInsightsFeature',
253253
'ServiceCatalog',
254254
'ServiceCloud',
255-
'ServiceCloudVoicePartnerTelephony',
256255
'ServiceUser',
257256
'SessionIdInLogEnabled',
258257
'SharedActivities',

0 commit comments

Comments
 (0)