-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Released new package version 04tWx0000001RcTIAU (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
90115f7
commit f77a7d8
Showing
1 changed file
with
74 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,76 @@ | ||
{ | ||
"packageDirectories": [ | ||
{ | ||
"path": "cc-base-app", | ||
"default": true, | ||
"package": "Coral Cloud - Base", | ||
"versionName": "v1.0", | ||
"versionDescription": "Base package for the Coral Cloud sample app", | ||
"versionNumber": "1.0.0.NEXT", | ||
"definitionFile": "config/cc-base-project-scratch-def.json" | ||
}, | ||
{ | ||
"path": "cc-employee-app" | ||
}, | ||
{ | ||
"path": "cc-service-app" | ||
} | ||
], | ||
"name": "Coral Cloud Resorts", | ||
"namespace": "", | ||
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "62.0", | ||
"packageAliases": { | ||
"Coral Cloud - Base": "0HoWx00000000mPKAQ", | ||
"Coral Cloud - [email protected]": "04tWx0000001REHIA2", | ||
"Coral Cloud - [email protected]": "04tWx0000001RarIAE" | ||
"packageDirectories": [ | ||
{ | ||
"path": "cc-base-app", | ||
"default": true, | ||
"package": "Coral Cloud - Base", | ||
"versionName": "v1.0", | ||
"versionDescription": "Base package for the Coral Cloud sample app", | ||
"versionNumber": "1.0.0.NEXT", | ||
"definitionFile": "config/cc-base-project-scratch-def.json" | ||
}, | ||
"replacements": [ | ||
{ | ||
"filename": "cc-service-app/main/default/digitalExperiences/site/coral_cloud1/sfdc_cms__view/home/content.json", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_DOMAIN%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_DOMAIN" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_USERNAME%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_USERNAME" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/setup/classes/SetupServiceAgentUser.cls", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_USERNAME%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_USERNAME" | ||
}, | ||
{ | ||
"glob": "cc-service-app/**/networks/*.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_USERNAME%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_USERNAME" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Agent.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_AGENT_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_AGENT_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Agent.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Agent.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_QUEUE_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_QUEUE_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Queue.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Queue.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_QUEUE_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_QUEUE_ID" | ||
} | ||
] | ||
} | ||
{ | ||
"path": "cc-employee-app" | ||
}, | ||
{ | ||
"path": "cc-service-app" | ||
} | ||
], | ||
"name": "Coral Cloud Resorts", | ||
"namespace": "", | ||
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "62.0", | ||
"packageAliases": { | ||
"Coral Cloud - Base": "0HoWx00000000mPKAQ", | ||
"Coral Cloud - [email protected]": "04tWx0000001REHIA2", | ||
"Coral Cloud - [email protected]": "04tWx0000001RarIAE", | ||
"Coral Cloud - [email protected]": "04tWx0000001RcTIAU" | ||
}, | ||
"replacements": [ | ||
{ | ||
"filename": "cc-service-app/main/default/digitalExperiences/site/coral_cloud1/sfdc_cms__view/home/content.json", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_DOMAIN%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_DOMAIN" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_USERNAME%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_USERNAME" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/setup/classes/SetupServiceAgentUser.cls", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_USERNAME%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_USERNAME" | ||
}, | ||
{ | ||
"glob": "cc-service-app/**/networks/*.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_USERNAME%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_USERNAME" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Agent.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_AGENT_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_AGENT_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Agent.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Agent.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_QUEUE_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_QUEUE_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Queue.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_CHANNEL_ID" | ||
}, | ||
{ | ||
"filename": "cc-service-app/main/default/flows/Route_to_Queue.flow-meta.xml", | ||
"stringToReplace": "%%SF_CC_PLACEHOLDER_FLOW_QUEUE_ID%%", | ||
"replaceWithEnv": "SF_CC_PLACEHOLDER_FLOW_QUEUE_ID" | ||
} | ||
] | ||
} |