@ds-sfdc/sfparty 1.7.4 → 1.7.5
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/.sfdx/tools/250/apex.db +0 -0
- package/.vscode/launch.json +2 -2
- package/config/user/.sfdx-hardis.tim.paulaskas.yml +2 -0
- package/force-app/main/default/permissionsets/SendGrid_Non-Support_Permission_Set.permissionset-meta.xml +9 -0
- package/hardis-report/commands/2024-08-20T16-10-08-hardis-config-get.log +14 -0
- package/package.json +1 -1
- package/src/meta/PermissionSets.js +1 -0
package/.sfdx/tools/250/apex.db
CHANGED
|
Binary file
|
package/.vscode/launch.json
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
3
|
+
<externalCredentialPrincipalAccesses>
|
|
4
|
+
<enabled>true</enabled>
|
|
5
|
+
<externalCredentialPrincipal>SendGrid_NonSupport_External_Credential-SendGrid Principal</externalCredentialPrincipal>
|
|
6
|
+
</externalCredentialPrincipalAccesses>
|
|
7
|
+
<hasActivationRequired>false</hasActivationRequired>
|
|
8
|
+
<label>SendGrid Non-Support Permission Set</label>
|
|
9
|
+
</PermissionSet>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/Users/tim.paulaskas/.nvm/versions/node/v20.12.0/bin/node /Users/tim.paulaskas/.nvm/versions/node/v20.12.0/bin/sfdx hardis:config:get --level user --json/Users/tim.paulaskas/.nvm/versions/node/v20.12.0/bin/node /Users/tim.paulaskas/.nvm/versions/node/v20.12.0/bin/sfdx hardis:config:get --level project --json[sfdx-hardis] Updated config file config/user/.sfdx-hardis.tim.paulaskas.yml with values:
|
|
2
|
+
{
|
|
3
|
+
"installedApps": [
|
|
4
|
+
"git"
|
|
5
|
+
]
|
|
6
|
+
}
|
|
7
|
+
[sfdx-hardis] Updated config file /Users/tim.paulaskas/git-repos/sfparty/config/user/.sfdx-hardis.tim.paulaskas.yml with values:
|
|
8
|
+
{
|
|
9
|
+
"installedApps": [
|
|
10
|
+
"git"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
[sfdx-hardis] {}
|
|
14
|
+
[sfdx-hardis] {"installedApps":["git"]}
|
package/package.json
CHANGED
|
@@ -44,6 +44,7 @@ export const metadataDefinition = {
|
|
|
44
44
|
customMetadataTypeAccesses: 'name',
|
|
45
45
|
customPermissions: 'name',
|
|
46
46
|
customSettingAccesses: 'name',
|
|
47
|
+
externalCredentialPrincipalAccesses: 'externalCredentialPrincipal',
|
|
47
48
|
externalDataSourceAccesses: 'externalDataSource',
|
|
48
49
|
fieldPermissions: 'field',
|
|
49
50
|
flowAccesses: 'flow',
|