sfdx-browserforce-plugin 4.3.0 → 4.4.1
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/bin/run +6 -5
- package/lib/browserforce-command.d.ts +8 -0
- package/lib/browserforce-command.js +32 -63
- package/lib/browserforce-command.js.map +1 -1
- package/lib/browserforce.d.ts +20 -0
- package/lib/browserforce.js +14 -19
- package/lib/browserforce.js.map +1 -1
- package/lib/commands/browserforce/apply.d.ts +10 -0
- package/lib/commands/browserforce/apply.js +15 -20
- package/lib/commands/browserforce/apply.js.map +1 -1
- package/lib/commands/browserforce/plan.d.ts +10 -0
- package/lib/commands/browserforce/plan.js +17 -47
- package/lib/commands/browserforce/plan.js.map +1 -1
- package/lib/config-parser.d.ts +16 -0
- package/lib/config-parser.js +1 -5
- package/lib/config-parser.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -2
- package/lib/jsforce-utils.d.ts +5 -0
- package/lib/jsforce-utils.js +1 -5
- package/lib/jsforce-utils.js.map +1 -1
- package/lib/pages/login.d.ts +8 -0
- package/lib/pages/login.js +2 -5
- package/lib/pages/login.js.map +1 -1
- package/lib/plugin.d.ts +17 -0
- package/lib/plugin.js +5 -7
- package/lib/plugin.js.map +1 -1
- package/lib/plugins/activity-settings/index.d.ts +9 -0
- package/lib/plugins/activity-settings/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/activity-settings/index.e2e-spec.js +6 -11
- package/lib/plugins/activity-settings/index.e2e-spec.js.map +1 -1
- package/lib/plugins/activity-settings/index.js +2 -6
- package/lib/plugins/activity-settings/index.js.map +1 -1
- package/lib/plugins/communities/index.d.ts +10 -0
- package/lib/plugins/communities/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/communities/index.e2e-spec.js +6 -11
- package/lib/plugins/communities/index.e2e-spec.js.map +1 -1
- package/lib/plugins/communities/index.js +2 -6
- package/lib/plugins/communities/index.js.map +1 -1
- package/lib/plugins/company-information/index.d.ts +8 -0
- package/lib/plugins/company-information/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/company-information/index.e2e-spec.js +6 -11
- package/lib/plugins/company-information/index.e2e-spec.js.map +1 -1
- package/lib/plugins/company-information/index.js +2 -6
- package/lib/plugins/company-information/index.js.map +1 -1
- package/lib/plugins/customer-portal/available-custom-objects/index.d.ts +14 -0
- package/lib/plugins/customer-portal/available-custom-objects/index.js +4 -8
- package/lib/plugins/customer-portal/available-custom-objects/index.js.map +1 -1
- package/lib/plugins/customer-portal/available-custom-objects/index.test.d.ts +1 -0
- package/lib/plugins/customer-portal/available-custom-objects/index.test.js +4 -9
- package/lib/plugins/customer-portal/available-custom-objects/index.test.js.map +1 -1
- package/lib/plugins/customer-portal/enabled/index.d.ts +6 -0
- package/lib/plugins/customer-portal/enabled/index.js +2 -6
- package/lib/plugins/customer-portal/enabled/index.js.map +1 -1
- package/lib/plugins/customer-portal/enabled/index.test.d.ts +1 -0
- package/lib/plugins/customer-portal/enabled/index.test.js +4 -9
- package/lib/plugins/customer-portal/enabled/index.test.js.map +1 -1
- package/lib/plugins/customer-portal/index.d.ts +15 -0
- package/lib/plugins/customer-portal/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/customer-portal/index.e2e-spec.js +25 -51
- package/lib/plugins/customer-portal/index.e2e-spec.js.map +1 -1
- package/lib/plugins/customer-portal/index.js +14 -18
- package/lib/plugins/customer-portal/index.js.map +1 -1
- package/lib/plugins/customer-portal/index.test.d.ts +1 -0
- package/lib/plugins/customer-portal/index.test.js +4 -9
- package/lib/plugins/customer-portal/index.test.js.map +1 -1
- package/lib/plugins/customer-portal/portals/index.d.ts +25 -0
- package/lib/plugins/customer-portal/portals/index.js +6 -33
- package/lib/plugins/customer-portal/portals/index.js.map +1 -1
- package/lib/plugins/customer-portal/portals/index.test.d.ts +1 -0
- package/lib/plugins/customer-portal/portals/index.test.js +4 -9
- package/lib/plugins/customer-portal/portals/index.test.js.map +1 -1
- package/lib/plugins/defer-sharing-calculation/index.d.ts +9 -0
- package/lib/plugins/defer-sharing-calculation/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/defer-sharing-calculation/index.e2e-spec.js +14 -40
- package/lib/plugins/defer-sharing-calculation/index.e2e-spec.js.map +1 -1
- package/lib/plugins/defer-sharing-calculation/index.js +2 -6
- package/lib/plugins/defer-sharing-calculation/index.js.map +1 -1
- package/lib/plugins/density-settings/index.d.ts +17 -0
- package/lib/plugins/density-settings/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/density-settings/index.e2e-spec.js +7 -12
- package/lib/plugins/density-settings/index.e2e-spec.js.map +1 -1
- package/lib/plugins/density-settings/index.js +2 -6
- package/lib/plugins/density-settings/index.js.map +1 -1
- package/lib/plugins/email-deliverability/index.d.ts +9 -0
- package/lib/plugins/email-deliverability/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/email-deliverability/index.e2e-spec.js +8 -13
- package/lib/plugins/email-deliverability/index.e2e-spec.js.map +1 -1
- package/lib/plugins/email-deliverability/index.js +2 -6
- package/lib/plugins/email-deliverability/index.js.map +1 -1
- package/lib/plugins/high-velocity-sales-settings/index.d.ts +10 -0
- package/lib/plugins/high-velocity-sales-settings/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/high-velocity-sales-settings/index.e2e-spec.js +6 -11
- package/lib/plugins/high-velocity-sales-settings/index.e2e-spec.js.map +1 -1
- package/lib/plugins/high-velocity-sales-settings/index.js +5 -10
- package/lib/plugins/high-velocity-sales-settings/index.js.map +1 -1
- package/lib/plugins/high-velocity-sales-settings/page.d.ts +7 -0
- package/lib/plugins/high-velocity-sales-settings/page.js +7 -10
- package/lib/plugins/high-velocity-sales-settings/page.js.map +1 -1
- package/lib/plugins/home-page-layouts/index.d.ts +14 -0
- package/lib/plugins/home-page-layouts/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/home-page-layouts/index.e2e-spec.js +6 -11
- package/lib/plugins/home-page-layouts/index.e2e-spec.js.map +1 -1
- package/lib/plugins/home-page-layouts/index.js +2 -6
- package/lib/plugins/home-page-layouts/index.js.map +1 -1
- package/lib/plugins/home-page-layouts/index.test.d.ts +1 -0
- package/lib/plugins/home-page-layouts/index.test.js +4 -9
- package/lib/plugins/home-page-layouts/index.test.js.map +1 -1
- package/lib/plugins/index.d.ts +21 -0
- package/lib/plugins/index.js +21 -43
- package/lib/plugins/index.js.map +1 -1
- package/lib/plugins/lightning-experience-settings/index.d.ts +17 -0
- package/lib/plugins/lightning-experience-settings/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/lightning-experience-settings/index.e2e-spec.js +7 -12
- package/lib/plugins/lightning-experience-settings/index.e2e-spec.js.map +1 -1
- package/lib/plugins/lightning-experience-settings/index.js +2 -6
- package/lib/plugins/lightning-experience-settings/index.js.map +1 -1
- package/lib/plugins/linkedin-sales-navigator-settings/index.d.ts +8 -0
- package/lib/plugins/linkedin-sales-navigator-settings/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/linkedin-sales-navigator-settings/index.e2e-spec.js +6 -11
- package/lib/plugins/linkedin-sales-navigator-settings/index.e2e-spec.js.map +1 -1
- package/lib/plugins/linkedin-sales-navigator-settings/index.js +5 -9
- package/lib/plugins/linkedin-sales-navigator-settings/index.js.map +1 -1
- package/lib/plugins/linkedin-sales-navigator-settings/page.d.ts +8 -0
- package/lib/plugins/linkedin-sales-navigator-settings/page.js +4 -7
- package/lib/plugins/linkedin-sales-navigator-settings/page.js.map +1 -1
- package/lib/plugins/opportunity-splits/index.d.ts +9 -0
- package/lib/plugins/opportunity-splits/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/opportunity-splits/index.e2e-spec.js +11 -37
- package/lib/plugins/opportunity-splits/index.e2e-spec.js.map +1 -1
- package/lib/plugins/opportunity-splits/index.js +10 -14
- package/lib/plugins/opportunity-splits/index.js.map +1 -1
- package/lib/plugins/opportunity-splits/pages/layout-selection.d.ts +8 -0
- package/lib/plugins/opportunity-splits/pages/layout-selection.js +5 -8
- package/lib/plugins/opportunity-splits/pages/layout-selection.js.map +1 -1
- package/lib/plugins/opportunity-splits/pages/overview.d.ts +10 -0
- package/lib/plugins/opportunity-splits/pages/overview.js +3 -6
- package/lib/plugins/opportunity-splits/pages/overview.js.map +1 -1
- package/lib/plugins/opportunity-splits/pages/setup.d.ts +8 -0
- package/lib/plugins/opportunity-splits/pages/setup.js +5 -8
- package/lib/plugins/opportunity-splits/pages/setup.js.map +1 -1
- package/lib/plugins/picklists/field-dependencies/index.d.ts +11 -0
- package/lib/plugins/picklists/field-dependencies/index.js +10 -14
- package/lib/plugins/picklists/field-dependencies/index.js.map +1 -1
- package/lib/plugins/picklists/field-dependencies/index.test.d.ts +1 -0
- package/lib/plugins/picklists/field-dependencies/index.test.js +4 -9
- package/lib/plugins/picklists/field-dependencies/index.test.js.map +1 -1
- package/lib/plugins/picklists/field-dependencies/pages.d.ts +14 -0
- package/lib/plugins/picklists/field-dependencies/pages.js +9 -12
- package/lib/plugins/picklists/field-dependencies/pages.js.map +1 -1
- package/lib/plugins/picklists/index.d.ts +23 -0
- package/lib/plugins/picklists/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/picklists/index.e2e-spec.js +30 -52
- package/lib/plugins/picklists/index.e2e-spec.js.map +1 -1
- package/lib/plugins/picklists/index.js +17 -21
- package/lib/plugins/picklists/index.js.map +1 -1
- package/lib/plugins/picklists/pages.d.ts +40 -0
- package/lib/plugins/picklists/pages.js +12 -16
- package/lib/plugins/picklists/pages.js.map +1 -1
- package/lib/plugins/picklists/standard-value-set.d.ts +1 -0
- package/lib/plugins/picklists/standard-value-set.js +3 -10
- package/lib/plugins/picklists/standard-value-set.js.map +1 -1
- package/lib/plugins/record-types/index.d.ts +13 -0
- package/lib/plugins/record-types/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/record-types/index.e2e-spec.js +12 -38
- package/lib/plugins/record-types/index.e2e-spec.js.map +1 -1
- package/lib/plugins/record-types/index.js +4 -8
- package/lib/plugins/record-types/index.js.map +1 -1
- package/lib/plugins/record-types/pages.d.ts +15 -0
- package/lib/plugins/record-types/pages.js +5 -8
- package/lib/plugins/record-types/pages.js.map +1 -1
- package/lib/plugins/relate-contact-to-multiple-accounts/index.d.ts +11 -0
- package/lib/plugins/relate-contact-to-multiple-accounts/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/relate-contact-to-multiple-accounts/index.e2e-spec.js +6 -11
- package/lib/plugins/relate-contact-to-multiple-accounts/index.e2e-spec.js.map +1 -1
- package/lib/plugins/relate-contact-to-multiple-accounts/index.js +5 -9
- package/lib/plugins/relate-contact-to-multiple-accounts/index.js.map +1 -1
- package/lib/plugins/reports-and-dashboards/folder-sharing/index.d.ts +8 -0
- package/lib/plugins/reports-and-dashboards/folder-sharing/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/reports-and-dashboards/folder-sharing/index.e2e-spec.js +1 -1
- package/lib/plugins/reports-and-dashboards/folder-sharing/index.js +2 -6
- package/lib/plugins/reports-and-dashboards/folder-sharing/index.js.map +1 -1
- package/lib/plugins/reports-and-dashboards/index.d.ts +11 -0
- package/lib/plugins/reports-and-dashboards/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/reports-and-dashboards/index.e2e-spec.js +1 -1
- package/lib/plugins/reports-and-dashboards/index.js +6 -10
- package/lib/plugins/reports-and-dashboards/index.js.map +1 -1
- package/lib/plugins/salesforce-cpq-config/formConfig.d.ts +17 -0
- package/lib/plugins/salesforce-cpq-config/{formConfig.json → formConfig.js} +3 -2
- package/lib/plugins/salesforce-cpq-config/formConfig.js.map +1 -0
- package/lib/plugins/salesforce-cpq-config/index.d.ts +7 -0
- package/lib/plugins/salesforce-cpq-config/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/salesforce-cpq-config/index.e2e-spec.js +10 -14
- package/lib/plugins/salesforce-cpq-config/index.e2e-spec.js.map +1 -1
- package/lib/plugins/salesforce-cpq-config/index.js +4 -15
- package/lib/plugins/salesforce-cpq-config/index.js.map +1 -1
- package/lib/plugins/salesforce-to-salesforce/index.d.ts +9 -0
- package/lib/plugins/salesforce-to-salesforce/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/salesforce-to-salesforce/index.e2e-spec.js +6 -11
- package/lib/plugins/salesforce-to-salesforce/index.e2e-spec.js.map +1 -1
- package/lib/plugins/salesforce-to-salesforce/index.js +4 -11
- package/lib/plugins/salesforce-to-salesforce/index.js.map +1 -1
- package/lib/plugins/security/certificate-and-key-management/index.d.ts +23 -0
- package/lib/plugins/security/certificate-and-key-management/index.js +6 -33
- package/lib/plugins/security/certificate-and-key-management/index.js.map +1 -1
- package/lib/plugins/security/certificate-and-key-management/index.test.d.ts +1 -0
- package/lib/plugins/security/certificate-and-key-management/index.test.js +4 -9
- package/lib/plugins/security/certificate-and-key-management/index.test.js.map +1 -1
- package/lib/plugins/security/identity-provider/index.d.ts +9 -0
- package/lib/plugins/security/identity-provider/index.js +5 -32
- package/lib/plugins/security/identity-provider/index.js.map +1 -1
- package/lib/plugins/security/index.d.ts +17 -0
- package/lib/plugins/security/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/security/index.e2e-spec.js +13 -18
- package/lib/plugins/security/index.e2e-spec.js.map +1 -1
- package/lib/plugins/security/index.js +18 -22
- package/lib/plugins/security/index.js.map +1 -1
- package/lib/plugins/security/login-access-policies/index.d.ts +8 -0
- package/lib/plugins/security/login-access-policies/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/security/login-access-policies/index.e2e-spec.js +6 -11
- package/lib/plugins/security/login-access-policies/index.e2e-spec.js.map +1 -1
- package/lib/plugins/security/login-access-policies/index.js +2 -6
- package/lib/plugins/security/login-access-policies/index.js.map +1 -1
- package/lib/plugins/security/sharing/index.d.ts +8 -0
- package/lib/plugins/security/sharing/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/security/sharing/index.e2e-spec.js +6 -11
- package/lib/plugins/security/sharing/index.e2e-spec.js.map +1 -1
- package/lib/plugins/security/sharing/index.js +2 -6
- package/lib/plugins/security/sharing/index.js.map +1 -1
- package/lib/plugins/slack/index.d.ts +9 -0
- package/lib/plugins/slack/index.e2e-spec.d.ts +1 -0
- package/lib/plugins/slack/index.e2e-spec.js +7 -12
- package/lib/plugins/slack/index.e2e-spec.js.map +1 -1
- package/lib/plugins/slack/index.js +2 -6
- package/lib/plugins/slack/index.js.map +1 -1
- package/lib/plugins/utils.d.ts +3 -0
- package/lib/plugins/utils.js +6 -12
- package/lib/plugins/utils.js.map +1 -1
- package/oclif.manifest.json +13 -85
- package/package.json +16 -23
- package/lib/plugins/salesforce-cpq-config/default.json +0 -109
- package/lib/plugins/salesforce-cpq-config/types.js +0 -3
- package/lib/plugins/salesforce-cpq-config/types.js.map +0 -1
- package/messages/browserforce.json +0 -7
package/oclif.manifest.json
CHANGED
|
@@ -15,59 +15,23 @@
|
|
|
15
15
|
"allowNo": false,
|
|
16
16
|
"type": "boolean"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
],
|
|
23
|
-
"char": "o",
|
|
24
|
-
"deprecateAliases": true,
|
|
25
|
-
"name": "target-org",
|
|
26
|
-
"noCacheDefault": true,
|
|
27
|
-
"required": true,
|
|
28
|
-
"summary": "Username or alias of the target org.",
|
|
29
|
-
"hasDynamicHelp": true,
|
|
30
|
-
"multiple": false,
|
|
31
|
-
"type": "option"
|
|
32
|
-
},
|
|
33
|
-
"definitionfile": {
|
|
34
|
-
"char": "f",
|
|
35
|
-
"description": "path to a browserforce definition file\nThe schema is similar to the scratch org definition file.\nSee https://github.com/amtrack/sfdx-browserforce-plugin#supported-org-preferences for supported values.",
|
|
36
|
-
"name": "definitionfile",
|
|
37
|
-
"summary": "path to a browserforce definition file\nThe schema is similar to the scratch org definition file.\nSee https://github.com/amtrack/sfdx-browserforce-plugin#supported-org-preferences for supported values.",
|
|
38
|
-
"hasDynamicHelp": false,
|
|
39
|
-
"multiple": false,
|
|
40
|
-
"type": "option"
|
|
41
|
-
},
|
|
42
|
-
"planfile": {
|
|
43
|
-
"char": "p",
|
|
44
|
-
"description": "path to a browserforce plan file",
|
|
45
|
-
"name": "planfile",
|
|
46
|
-
"summary": "path to a browserforce plan file",
|
|
47
|
-
"hasDynamicHelp": false,
|
|
48
|
-
"multiple": false,
|
|
49
|
-
"type": "option"
|
|
50
|
-
},
|
|
51
|
-
"statefile": {
|
|
52
|
-
"char": "s",
|
|
53
|
-
"description": "path to a browserforce state file",
|
|
54
|
-
"name": "statefile",
|
|
55
|
-
"summary": "path to a browserforce state file",
|
|
18
|
+
"flags-dir": {
|
|
19
|
+
"helpGroup": "GLOBAL",
|
|
20
|
+
"name": "flags-dir",
|
|
21
|
+
"summary": "Import flag values from a directory.",
|
|
56
22
|
"hasDynamicHelp": false,
|
|
57
23
|
"multiple": false,
|
|
58
24
|
"type": "option"
|
|
59
25
|
}
|
|
60
26
|
},
|
|
61
|
-
"hasDynamicHelp":
|
|
27
|
+
"hasDynamicHelp": false,
|
|
62
28
|
"hiddenAliases": [],
|
|
63
29
|
"id": "browserforce:apply",
|
|
64
30
|
"pluginAlias": "sfdx-browserforce-plugin",
|
|
65
31
|
"pluginName": "sfdx-browserforce-plugin",
|
|
66
32
|
"pluginType": "core",
|
|
67
33
|
"strict": true,
|
|
68
|
-
"
|
|
69
|
-
"SF_ENV": "SF_ENV",
|
|
70
|
-
"isESM": false,
|
|
34
|
+
"isESM": true,
|
|
71
35
|
"relativePath": [
|
|
72
36
|
"lib",
|
|
73
37
|
"commands",
|
|
@@ -90,59 +54,23 @@
|
|
|
90
54
|
"allowNo": false,
|
|
91
55
|
"type": "boolean"
|
|
92
56
|
},
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
],
|
|
98
|
-
"char": "o",
|
|
99
|
-
"deprecateAliases": true,
|
|
100
|
-
"name": "target-org",
|
|
101
|
-
"noCacheDefault": true,
|
|
102
|
-
"required": true,
|
|
103
|
-
"summary": "Username or alias of the target org.",
|
|
104
|
-
"hasDynamicHelp": true,
|
|
105
|
-
"multiple": false,
|
|
106
|
-
"type": "option"
|
|
107
|
-
},
|
|
108
|
-
"definitionfile": {
|
|
109
|
-
"char": "f",
|
|
110
|
-
"description": "path to a browserforce definition file\nThe schema is similar to the scratch org definition file.\nSee https://github.com/amtrack/sfdx-browserforce-plugin#supported-org-preferences for supported values.",
|
|
111
|
-
"name": "definitionfile",
|
|
112
|
-
"summary": "path to a browserforce definition file\nThe schema is similar to the scratch org definition file.\nSee https://github.com/amtrack/sfdx-browserforce-plugin#supported-org-preferences for supported values.",
|
|
113
|
-
"hasDynamicHelp": false,
|
|
114
|
-
"multiple": false,
|
|
115
|
-
"type": "option"
|
|
116
|
-
},
|
|
117
|
-
"planfile": {
|
|
118
|
-
"char": "p",
|
|
119
|
-
"description": "path to a browserforce plan file",
|
|
120
|
-
"name": "planfile",
|
|
121
|
-
"summary": "path to a browserforce plan file",
|
|
122
|
-
"hasDynamicHelp": false,
|
|
123
|
-
"multiple": false,
|
|
124
|
-
"type": "option"
|
|
125
|
-
},
|
|
126
|
-
"statefile": {
|
|
127
|
-
"char": "s",
|
|
128
|
-
"description": "path to a browserforce state file",
|
|
129
|
-
"name": "statefile",
|
|
130
|
-
"summary": "path to a browserforce state file",
|
|
57
|
+
"flags-dir": {
|
|
58
|
+
"helpGroup": "GLOBAL",
|
|
59
|
+
"name": "flags-dir",
|
|
60
|
+
"summary": "Import flag values from a directory.",
|
|
131
61
|
"hasDynamicHelp": false,
|
|
132
62
|
"multiple": false,
|
|
133
63
|
"type": "option"
|
|
134
64
|
}
|
|
135
65
|
},
|
|
136
|
-
"hasDynamicHelp":
|
|
66
|
+
"hasDynamicHelp": false,
|
|
137
67
|
"hiddenAliases": [],
|
|
138
68
|
"id": "browserforce:plan",
|
|
139
69
|
"pluginAlias": "sfdx-browserforce-plugin",
|
|
140
70
|
"pluginName": "sfdx-browserforce-plugin",
|
|
141
71
|
"pluginType": "core",
|
|
142
72
|
"strict": true,
|
|
143
|
-
"
|
|
144
|
-
"SF_ENV": "SF_ENV",
|
|
145
|
-
"isESM": false,
|
|
73
|
+
"isESM": true,
|
|
146
74
|
"relativePath": [
|
|
147
75
|
"lib",
|
|
148
76
|
"commands",
|
|
@@ -151,5 +79,5 @@
|
|
|
151
79
|
]
|
|
152
80
|
}
|
|
153
81
|
},
|
|
154
|
-
"version": "4.
|
|
82
|
+
"version": "4.4.1"
|
|
155
83
|
}
|
package/package.json
CHANGED
|
@@ -1,36 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-browserforce-plugin",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.1",
|
|
4
4
|
"description": "sfdx plugin for browser automation",
|
|
5
5
|
"author": "Matthias Rolke <mr.amtrack@gmail.com>",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"bin": {
|
|
7
8
|
"sfdx-browserforce-plugin": "bin/run"
|
|
8
9
|
},
|
|
9
10
|
"dependencies": {
|
|
10
|
-
"@mdapi-issues/listmetadata-standardvalueset": "2.0.
|
|
11
|
-
"@salesforce/sf-plugins-core": "
|
|
12
|
-
"p-retry": "
|
|
13
|
-
"puppeteer": "
|
|
11
|
+
"@mdapi-issues/listmetadata-standardvalueset": "2.0.4",
|
|
12
|
+
"@salesforce/sf-plugins-core": "12.0.9",
|
|
13
|
+
"p-retry": "6.2.0",
|
|
14
|
+
"puppeteer": "23.6.0"
|
|
14
15
|
},
|
|
15
16
|
"devDependencies": {
|
|
16
|
-
"@salesforce/dev-
|
|
17
|
-
"
|
|
18
|
-
"@types/mocha": "10.0.4",
|
|
19
|
-
"@types/node": "20.9.0",
|
|
20
|
-
"mocha": "10.2.0",
|
|
21
|
-
"nyc": "15.1.0",
|
|
22
|
-
"oclif": "4.0.3",
|
|
23
|
-
"prettier": "3.1.0",
|
|
24
|
-
"ts-node": "10.9.1",
|
|
25
|
-
"typescript": "5.2.2"
|
|
26
|
-
},
|
|
27
|
-
"engines": {
|
|
28
|
-
"node": ">=14.0.0"
|
|
17
|
+
"@salesforce/dev-scripts": "10.2.10",
|
|
18
|
+
"oclif": "4.15.12"
|
|
29
19
|
},
|
|
30
20
|
"files": [
|
|
31
21
|
"/bin",
|
|
32
22
|
"/lib",
|
|
33
|
-
"/messages",
|
|
34
23
|
"/oclif.manifest.json"
|
|
35
24
|
],
|
|
36
25
|
"keywords": [
|
|
@@ -52,15 +41,19 @@
|
|
|
52
41
|
"-h"
|
|
53
42
|
]
|
|
54
43
|
},
|
|
44
|
+
"mocha": {
|
|
45
|
+
"loader": "ts-node/esm",
|
|
46
|
+
"no-warnings": "ExperimentalWarning"
|
|
47
|
+
},
|
|
55
48
|
"repository": "amtrack/sfdx-browserforce-plugin",
|
|
56
49
|
"scripts": {
|
|
57
50
|
"build": "rm -rf lib && tsc -p . && oclif manifest",
|
|
58
51
|
"develop": "bash scripts/develop.sh",
|
|
59
52
|
"format": "npx prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
|
|
60
53
|
"generate:plugin": "npx hygen plugin new",
|
|
61
|
-
"prepack": "
|
|
62
|
-
"prepare": "
|
|
63
|
-
"test": "tsc
|
|
64
|
-
"test:e2e": "tsc
|
|
54
|
+
"prepack": "npm run build",
|
|
55
|
+
"prepare": "npm run build",
|
|
56
|
+
"test": "tsc -p test && nyc --reporter=lcov --reporter=text mocha \"test/**/*.test.ts\" \"src/**/*.test.ts\"",
|
|
57
|
+
"test:e2e": "tsc -p test && mocha --slow 30s --timeout 2m --file test/e2e-setup.ts \"test/**/*.e2e-spec.ts\" \"src/**/*.e2e-spec.ts\""
|
|
65
58
|
}
|
|
66
59
|
}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../schema.json",
|
|
3
|
-
"settings": {
|
|
4
|
-
"salesforceCpqConfig": {
|
|
5
|
-
"documents": {
|
|
6
|
-
"documentFolder": "User Personal Documents",
|
|
7
|
-
"hideDocumentName": false,
|
|
8
|
-
"fullPagePreview": false,
|
|
9
|
-
"excludeHiddenLinesInGroupTotals": false,
|
|
10
|
-
"attachmentTarget": "Document Only",
|
|
11
|
-
"postToFeed": false,
|
|
12
|
-
"enableMultiLanguageTranslations": false
|
|
13
|
-
},
|
|
14
|
-
"groups": {
|
|
15
|
-
"requireGroupName": true
|
|
16
|
-
},
|
|
17
|
-
"lineEditor": {
|
|
18
|
-
"hideRenewedAssetsWhenEditing": false,
|
|
19
|
-
"visualizeProductHierarchy": false,
|
|
20
|
-
"preserveBundleStructure": true,
|
|
21
|
-
"keepBundleTogether": true,
|
|
22
|
-
"totalsField": "Default",
|
|
23
|
-
"lineSubtotalsTotalField": "Default",
|
|
24
|
-
"defaultBundleSetting": "Expanded",
|
|
25
|
-
"actionsColumnPlacement": "Right",
|
|
26
|
-
"enableMultiLineDelete": false,
|
|
27
|
-
"productConfigurationInitializer": "",
|
|
28
|
-
"enableAssetUpgrades": false,
|
|
29
|
-
"groupSubtotalsField": "Default",
|
|
30
|
-
"wrapButtons": false,
|
|
31
|
-
"validateLargeQuotes": false,
|
|
32
|
-
"enableCompactMode": true,
|
|
33
|
-
"enableLargeQuoteExperience": false,
|
|
34
|
-
"enableColumnResizing": false
|
|
35
|
-
},
|
|
36
|
-
"plugins": {
|
|
37
|
-
"legacyPageSecurityPlugin": "",
|
|
38
|
-
"electronicSignaturePlugin": "",
|
|
39
|
-
"billingPlugin": "",
|
|
40
|
-
"productSearchPlugin": "",
|
|
41
|
-
"recommendedProductsPlugin": "",
|
|
42
|
-
"legacyQuoteCalculatorPlugin": "",
|
|
43
|
-
"documentStorePlugin": "",
|
|
44
|
-
"quoteCalculatorPlugin": "",
|
|
45
|
-
"orderManagementPlugin": "",
|
|
46
|
-
"qleCustomActionPlugin": ""
|
|
47
|
-
},
|
|
48
|
-
"pricingAndCalculation": {
|
|
49
|
-
"currencySymbol": "",
|
|
50
|
-
"enableQuickCalculate": false,
|
|
51
|
-
"allowNonConsecutiveCustomSegments": false,
|
|
52
|
-
"enablePricingGuidance": false,
|
|
53
|
-
"quoteLineEditsForUsageBasedPricing": false,
|
|
54
|
-
"useInactivePrices": false,
|
|
55
|
-
"calculateImmediately": false,
|
|
56
|
-
"disableBackgroundCalculationRefresh": false,
|
|
57
|
-
"enableUsageBasedPricing": false,
|
|
58
|
-
"hideUncalculatedQuoteWarning": false,
|
|
59
|
-
"useIntegrationUserForCalculations": true
|
|
60
|
-
},
|
|
61
|
-
"subscriptionsAndRenewals": {
|
|
62
|
-
"renewalModel": "Contract Based",
|
|
63
|
-
"disableAddSubscriptions": false,
|
|
64
|
-
"allowRenewalQuotesWithoutAssets": false,
|
|
65
|
-
"subscriptionTermUnit": "Month",
|
|
66
|
-
"subscriptionProratePrecision": "Monthly + Daily",
|
|
67
|
-
"includeNetNewProductsInMaintenance": false,
|
|
68
|
-
"contractInForeground": false,
|
|
69
|
-
"enableEvergreenSubscriptions": false,
|
|
70
|
-
"poTRenewalsContractingFromOrders": true,
|
|
71
|
-
"amendContractsInBackground": false,
|
|
72
|
-
"disableProductBundleSubTypeChecks": false,
|
|
73
|
-
"bypassPreserveBundleStructure": false,
|
|
74
|
-
"useCurrentSubscriptionOnAssets": false
|
|
75
|
-
},
|
|
76
|
-
"quote": {
|
|
77
|
-
"disableInitialQuoteSync": false,
|
|
78
|
-
"disableQuoteContactDefaulting": false,
|
|
79
|
-
"allowOptionDeletion": false,
|
|
80
|
-
"disableQuoteAddressDefaulting": false,
|
|
81
|
-
"primaryQuoteKeepsOpportunityProducts": false
|
|
82
|
-
},
|
|
83
|
-
"order": {
|
|
84
|
-
"requireApprovedQuote": false,
|
|
85
|
-
"defaultOrderStartDate": "-- None --",
|
|
86
|
-
"allowMultipleOrders": false,
|
|
87
|
-
"createOrdersWithoutOpportunities": false
|
|
88
|
-
},
|
|
89
|
-
"additionalSettings": {
|
|
90
|
-
"triggersDisabled": false,
|
|
91
|
-
"sortProductsInMemory": false,
|
|
92
|
-
"multipleBundlesView": "Wizard",
|
|
93
|
-
"externalConfiguratorUrl": "",
|
|
94
|
-
"thirdPartyConfigurator": false,
|
|
95
|
-
"openSearchFilterByDefault": false,
|
|
96
|
-
"hideFeaturesWithHiddenOptions": false,
|
|
97
|
-
"hideProductSearchBar": false,
|
|
98
|
-
"productResultsGroupFieldName": "-- None --",
|
|
99
|
-
"productDescriptionField": "Product Description",
|
|
100
|
-
"theme": "-- None --",
|
|
101
|
-
"useGlobalHeaderPermission": false,
|
|
102
|
-
"serviceRegion": "Default",
|
|
103
|
-
"enableProductOptionDrawer": false,
|
|
104
|
-
"enableLargeConfigurations": false,
|
|
105
|
-
"nestedBundlesForExternalConfigurator": false
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/plugins/salesforce-cpq-config/types.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"definitionFileDescription": "path to a browserforce definition file\nThe schema is similar to the scratch org definition file.\nSee https://github.com/amtrack/sfdx-browserforce-plugin#supported-org-preferences for supported values.",
|
|
3
|
-
"planFileDescription": "path to a browserforce plan file",
|
|
4
|
-
"stateFileDescription": "path to a browserforce state file",
|
|
5
|
-
"applyCommandDescription": "apply a plan from a definition file",
|
|
6
|
-
"planCommandDescription": "retrieve state and generate plan file"
|
|
7
|
-
}
|