sfdx-browserforce-plugin 5.1.1 → 5.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.
Files changed (263) hide show
  1. package/lib/browserforce-command.d.ts +15 -0
  2. package/lib/browserforce-command.js +64 -0
  3. package/lib/browserforce-command.js.map +1 -0
  4. package/lib/browserforce.d.ts +25 -0
  5. package/lib/browserforce.js +169 -0
  6. package/lib/browserforce.js.map +1 -0
  7. package/lib/commands/browserforce/apply.d.ts +10 -0
  8. package/lib/commands/browserforce/apply.js +54 -0
  9. package/lib/commands/browserforce/apply.js.map +1 -0
  10. package/lib/commands/browserforce/plan.d.ts +10 -0
  11. package/lib/commands/browserforce/plan.js +56 -0
  12. package/lib/commands/browserforce/plan.js.map +1 -0
  13. package/lib/config-parser.d.ts +16 -0
  14. package/lib/config-parser.js +24 -0
  15. package/lib/config-parser.js.map +1 -0
  16. package/lib/index.d.ts +1 -0
  17. package/lib/index.js +2 -0
  18. package/lib/index.js.map +1 -0
  19. package/lib/jsforce-utils.d.ts +5 -0
  20. package/lib/jsforce-utils.js +14 -0
  21. package/lib/jsforce-utils.js.map +1 -0
  22. package/lib/pages/login.d.ts +8 -0
  23. package/lib/pages/login.js +39 -0
  24. package/lib/pages/login.js.map +1 -0
  25. package/lib/plugin.d.ts +17 -0
  26. package/lib/plugin.js +30 -0
  27. package/lib/plugin.js.map +1 -0
  28. package/lib/plugins/activity-settings/index.d.ts +9 -0
  29. package/lib/plugins/activity-settings/index.e2e-spec.d.ts +1 -0
  30. package/lib/plugins/activity-settings/index.e2e-spec.js +36 -0
  31. package/lib/plugins/activity-settings/index.e2e-spec.js.map +1 -0
  32. package/lib/plugins/activity-settings/index.js +31 -0
  33. package/lib/plugins/activity-settings/index.js.map +1 -0
  34. package/lib/plugins/company-information/index.d.ts +8 -0
  35. package/lib/plugins/company-information/index.e2e-spec.d.ts +1 -0
  36. package/lib/plugins/company-information/index.e2e-spec.js +37 -0
  37. package/lib/plugins/company-information/index.e2e-spec.js.map +1 -0
  38. package/lib/plugins/company-information/index.js +50 -0
  39. package/lib/plugins/company-information/index.js.map +1 -0
  40. package/lib/plugins/customer-portal/available-custom-objects/index.d.ts +14 -0
  41. package/lib/plugins/customer-portal/available-custom-objects/index.js +114 -0
  42. package/lib/plugins/customer-portal/available-custom-objects/index.js.map +1 -0
  43. package/lib/plugins/customer-portal/available-custom-objects/index.test.d.ts +1 -0
  44. package/lib/plugins/customer-portal/available-custom-objects/index.test.js +39 -0
  45. package/lib/plugins/customer-portal/available-custom-objects/index.test.js.map +1 -0
  46. package/lib/plugins/customer-portal/enabled/index.d.ts +6 -0
  47. package/lib/plugins/customer-portal/enabled/index.js +27 -0
  48. package/lib/plugins/customer-portal/enabled/index.js.map +1 -0
  49. package/lib/plugins/customer-portal/enabled/index.test.d.ts +1 -0
  50. package/lib/plugins/customer-portal/enabled/index.test.js +34 -0
  51. package/lib/plugins/customer-portal/enabled/index.test.js.map +1 -0
  52. package/lib/plugins/customer-portal/index.d.ts +15 -0
  53. package/lib/plugins/customer-portal/index.e2e-spec.d.ts +1 -0
  54. package/lib/plugins/customer-portal/index.e2e-spec.js +202 -0
  55. package/lib/plugins/customer-portal/index.e2e-spec.js.map +1 -0
  56. package/lib/plugins/customer-portal/index.js +59 -0
  57. package/lib/plugins/customer-portal/index.js.map +1 -0
  58. package/lib/plugins/customer-portal/index.test.d.ts +1 -0
  59. package/lib/plugins/customer-portal/index.test.js +84 -0
  60. package/lib/plugins/customer-portal/index.test.js.map +1 -0
  61. package/lib/plugins/customer-portal/portals/index.d.ts +25 -0
  62. package/lib/plugins/customer-portal/portals/index.js +180 -0
  63. package/lib/plugins/customer-portal/portals/index.js.map +1 -0
  64. package/lib/plugins/customer-portal/portals/index.test.d.ts +1 -0
  65. package/lib/plugins/customer-portal/portals/index.test.js +140 -0
  66. package/lib/plugins/customer-portal/portals/index.test.js.map +1 -0
  67. package/lib/plugins/density-settings/index.d.ts +17 -0
  68. package/lib/plugins/density-settings/index.e2e-spec.d.ts +1 -0
  69. package/lib/plugins/density-settings/index.e2e-spec.js +39 -0
  70. package/lib/plugins/density-settings/index.e2e-spec.js.map +1 -0
  71. package/lib/plugins/density-settings/index.js +46 -0
  72. package/lib/plugins/density-settings/index.js.map +1 -0
  73. package/lib/plugins/deprecated.d.ts +4 -0
  74. package/lib/plugins/deprecated.js +28 -0
  75. package/lib/plugins/deprecated.js.map +1 -0
  76. package/lib/plugins/email-deliverability/index.d.ts +9 -0
  77. package/lib/plugins/email-deliverability/index.e2e-spec.d.ts +1 -0
  78. package/lib/plugins/email-deliverability/index.e2e-spec.js +55 -0
  79. package/lib/plugins/email-deliverability/index.e2e-spec.js.map +1 -0
  80. package/lib/plugins/email-deliverability/index.js +39 -0
  81. package/lib/plugins/email-deliverability/index.js.map +1 -0
  82. package/lib/plugins/high-velocity-sales-settings/index.d.ts +10 -0
  83. package/lib/plugins/high-velocity-sales-settings/index.e2e-spec.d.ts +1 -0
  84. package/lib/plugins/high-velocity-sales-settings/index.e2e-spec.js +29 -0
  85. package/lib/plugins/high-velocity-sales-settings/index.e2e-spec.js.map +1 -0
  86. package/lib/plugins/high-velocity-sales-settings/index.js +42 -0
  87. package/lib/plugins/high-velocity-sales-settings/index.js.map +1 -0
  88. package/lib/plugins/high-velocity-sales-settings/page.d.ts +7 -0
  89. package/lib/plugins/high-velocity-sales-settings/page.js +29 -0
  90. package/lib/plugins/high-velocity-sales-settings/page.js.map +1 -0
  91. package/lib/plugins/history-tracking/index.d.ts +17 -0
  92. package/lib/plugins/history-tracking/index.e2e-spec.d.ts +1 -0
  93. package/lib/plugins/history-tracking/index.e2e-spec.js +111 -0
  94. package/lib/plugins/history-tracking/index.e2e-spec.js.map +1 -0
  95. package/lib/plugins/history-tracking/index.js +175 -0
  96. package/lib/plugins/history-tracking/index.js.map +1 -0
  97. package/lib/plugins/home-page-layouts/index.d.ts +14 -0
  98. package/lib/plugins/home-page-layouts/index.e2e-spec.d.ts +1 -0
  99. package/lib/plugins/home-page-layouts/index.e2e-spec.js +47 -0
  100. package/lib/plugins/home-page-layouts/index.e2e-spec.js.map +1 -0
  101. package/lib/plugins/home-page-layouts/index.js +90 -0
  102. package/lib/plugins/home-page-layouts/index.js.map +1 -0
  103. package/lib/plugins/home-page-layouts/index.test.d.ts +1 -0
  104. package/lib/plugins/home-page-layouts/index.test.js +104 -0
  105. package/lib/plugins/home-page-layouts/index.test.js.map +1 -0
  106. package/lib/plugins/index.d.ts +24 -0
  107. package/lib/plugins/index.js +25 -0
  108. package/lib/plugins/index.js.map +1 -0
  109. package/lib/plugins/lightning-experience-settings/index.d.ts +18 -0
  110. package/lib/plugins/lightning-experience-settings/index.e2e-spec.d.ts +1 -0
  111. package/lib/plugins/lightning-experience-settings/index.e2e-spec.js +40 -0
  112. package/lib/plugins/lightning-experience-settings/index.e2e-spec.js.map +1 -0
  113. package/lib/plugins/lightning-experience-settings/index.js +97 -0
  114. package/lib/plugins/lightning-experience-settings/index.js.map +1 -0
  115. package/lib/plugins/linkedin-sales-navigator-settings/index.d.ts +8 -0
  116. package/lib/plugins/linkedin-sales-navigator-settings/index.e2e-spec.d.ts +1 -0
  117. package/lib/plugins/linkedin-sales-navigator-settings/index.e2e-spec.js +29 -0
  118. package/lib/plugins/linkedin-sales-navigator-settings/index.e2e-spec.js.map +1 -0
  119. package/lib/plugins/linkedin-sales-navigator-settings/index.js +15 -0
  120. package/lib/plugins/linkedin-sales-navigator-settings/index.js.map +1 -0
  121. package/lib/plugins/linkedin-sales-navigator-settings/page.d.ts +8 -0
  122. package/lib/plugins/linkedin-sales-navigator-settings/page.js +32 -0
  123. package/lib/plugins/linkedin-sales-navigator-settings/page.js.map +1 -0
  124. package/lib/plugins/omni-channel-settings/index.d.ts +9 -0
  125. package/lib/plugins/omni-channel-settings/index.e2e-spec.d.ts +1 -0
  126. package/lib/plugins/omni-channel-settings/index.e2e-spec.js +26 -0
  127. package/lib/plugins/omni-channel-settings/index.e2e-spec.js.map +1 -0
  128. package/lib/plugins/omni-channel-settings/index.js +29 -0
  129. package/lib/plugins/omni-channel-settings/index.js.map +1 -0
  130. package/lib/plugins/opportunity-splits/index.d.ts +9 -0
  131. package/lib/plugins/opportunity-splits/index.e2e-spec.d.ts +1 -0
  132. package/lib/plugins/opportunity-splits/index.e2e-spec.js +46 -0
  133. package/lib/plugins/opportunity-splits/index.e2e-spec.js.map +1 -0
  134. package/lib/plugins/opportunity-splits/index.js +32 -0
  135. package/lib/plugins/opportunity-splits/index.js.map +1 -0
  136. package/lib/plugins/opportunity-splits/pages/layout-selection.d.ts +8 -0
  137. package/lib/plugins/opportunity-splits/pages/layout-selection.js +17 -0
  138. package/lib/plugins/opportunity-splits/pages/layout-selection.js.map +1 -0
  139. package/lib/plugins/opportunity-splits/pages/overview.d.ts +10 -0
  140. package/lib/plugins/opportunity-splits/pages/overview.js +38 -0
  141. package/lib/plugins/opportunity-splits/pages/overview.js.map +1 -0
  142. package/lib/plugins/opportunity-splits/pages/setup.d.ts +8 -0
  143. package/lib/plugins/opportunity-splits/pages/setup.js +19 -0
  144. package/lib/plugins/opportunity-splits/pages/setup.js.map +1 -0
  145. package/lib/plugins/permission-sets/index.d.ts +10 -0
  146. package/lib/plugins/permission-sets/index.e2e-spec.d.ts +1 -0
  147. package/lib/plugins/permission-sets/index.e2e-spec.js +36 -0
  148. package/lib/plugins/permission-sets/index.e2e-spec.js.map +1 -0
  149. package/lib/plugins/permission-sets/index.js +22 -0
  150. package/lib/plugins/permission-sets/index.js.map +1 -0
  151. package/lib/plugins/permission-sets/service-presence-status/index.d.ts +10 -0
  152. package/lib/plugins/permission-sets/service-presence-status/index.js +60 -0
  153. package/lib/plugins/permission-sets/service-presence-status/index.js.map +1 -0
  154. package/lib/plugins/picklists/field-dependencies/index.d.ts +11 -0
  155. package/lib/plugins/picklists/field-dependencies/index.js +56 -0
  156. package/lib/plugins/picklists/field-dependencies/index.js.map +1 -0
  157. package/lib/plugins/picklists/field-dependencies/index.test.d.ts +1 -0
  158. package/lib/plugins/picklists/field-dependencies/index.test.js +64 -0
  159. package/lib/plugins/picklists/field-dependencies/index.test.js.map +1 -0
  160. package/lib/plugins/picklists/field-dependencies/pages.d.ts +14 -0
  161. package/lib/plugins/picklists/field-dependencies/pages.js +57 -0
  162. package/lib/plugins/picklists/field-dependencies/pages.js.map +1 -0
  163. package/lib/plugins/picklists/index.d.ts +23 -0
  164. package/lib/plugins/picklists/index.e2e-spec.d.ts +1 -0
  165. package/lib/plugins/picklists/index.e2e-spec.js +106 -0
  166. package/lib/plugins/picklists/index.e2e-spec.js.map +1 -0
  167. package/lib/plugins/picklists/index.js +153 -0
  168. package/lib/plugins/picklists/index.js.map +1 -0
  169. package/lib/plugins/picklists/pages.d.ts +40 -0
  170. package/lib/plugins/picklists/pages.js +194 -0
  171. package/lib/plugins/picklists/pages.js.map +1 -0
  172. package/lib/plugins/picklists/standard-value-set.d.ts +1 -0
  173. package/lib/plugins/picklists/standard-value-set.js +80 -0
  174. package/lib/plugins/picklists/standard-value-set.js.map +1 -0
  175. package/lib/plugins/record-types/index.d.ts +14 -0
  176. package/lib/plugins/record-types/index.e2e-spec.d.ts +1 -0
  177. package/lib/plugins/record-types/index.e2e-spec.js +77 -0
  178. package/lib/plugins/record-types/index.e2e-spec.js.map +1 -0
  179. package/lib/plugins/record-types/index.js +72 -0
  180. package/lib/plugins/record-types/index.js.map +1 -0
  181. package/lib/plugins/record-types/pages.d.ts +15 -0
  182. package/lib/plugins/record-types/pages.js +64 -0
  183. package/lib/plugins/record-types/pages.js.map +1 -0
  184. package/lib/plugins/relate-contact-to-multiple-accounts/index.d.ts +11 -0
  185. package/lib/plugins/relate-contact-to-multiple-accounts/index.e2e-spec.d.ts +1 -0
  186. package/lib/plugins/relate-contact-to-multiple-accounts/index.e2e-spec.js +29 -0
  187. package/lib/plugins/relate-contact-to-multiple-accounts/index.e2e-spec.js.map +1 -0
  188. package/lib/plugins/relate-contact-to-multiple-accounts/index.js +72 -0
  189. package/lib/plugins/relate-contact-to-multiple-accounts/index.js.map +1 -0
  190. package/lib/plugins/reports-and-dashboards/folder-sharing/index.d.ts +8 -0
  191. package/lib/plugins/reports-and-dashboards/folder-sharing/index.e2e-spec.d.ts +1 -0
  192. package/lib/plugins/reports-and-dashboards/folder-sharing/index.e2e-spec.js +3 -0
  193. package/lib/plugins/reports-and-dashboards/folder-sharing/index.e2e-spec.js.map +1 -0
  194. package/lib/plugins/reports-and-dashboards/folder-sharing/index.js +50 -0
  195. package/lib/plugins/reports-and-dashboards/folder-sharing/index.js.map +1 -0
  196. package/lib/plugins/reports-and-dashboards/index.d.ts +11 -0
  197. package/lib/plugins/reports-and-dashboards/index.e2e-spec.d.ts +1 -0
  198. package/lib/plugins/reports-and-dashboards/index.e2e-spec.js +3 -0
  199. package/lib/plugins/reports-and-dashboards/index.e2e-spec.js.map +1 -0
  200. package/lib/plugins/reports-and-dashboards/index.js +29 -0
  201. package/lib/plugins/reports-and-dashboards/index.js.map +1 -0
  202. package/lib/plugins/salesforce-cpq-config/formConfig.d.ts +17 -0
  203. package/lib/plugins/salesforce-cpq-config/formConfig.js +649 -0
  204. package/lib/plugins/salesforce-cpq-config/formConfig.js.map +1 -0
  205. package/lib/plugins/salesforce-cpq-config/index.d.ts +7 -0
  206. package/lib/plugins/salesforce-cpq-config/index.e2e-spec.d.ts +1 -0
  207. package/lib/plugins/salesforce-cpq-config/index.e2e-spec.js +37 -0
  208. package/lib/plugins/salesforce-cpq-config/index.e2e-spec.js.map +1 -0
  209. package/lib/plugins/salesforce-cpq-config/index.js +195 -0
  210. package/lib/plugins/salesforce-cpq-config/index.js.map +1 -0
  211. package/lib/plugins/salesforce-to-salesforce/index.d.ts +9 -0
  212. package/lib/plugins/salesforce-to-salesforce/index.e2e-spec.d.ts +1 -0
  213. package/lib/plugins/salesforce-to-salesforce/index.e2e-spec.js +34 -0
  214. package/lib/plugins/salesforce-to-salesforce/index.e2e-spec.js.map +1 -0
  215. package/lib/plugins/salesforce-to-salesforce/index.js +44 -0
  216. package/lib/plugins/salesforce-to-salesforce/index.js.map +1 -0
  217. package/lib/plugins/security/authentication-configuration/index.d.ts +11 -0
  218. package/lib/plugins/security/authentication-configuration/index.e2e-spec.d.ts +1 -0
  219. package/lib/plugins/security/authentication-configuration/index.e2e-spec.js +93 -0
  220. package/lib/plugins/security/authentication-configuration/index.e2e-spec.js.map +1 -0
  221. package/lib/plugins/security/authentication-configuration/index.js +62 -0
  222. package/lib/plugins/security/authentication-configuration/index.js.map +1 -0
  223. package/lib/plugins/security/certificate-and-key-management/index.d.ts +23 -0
  224. package/lib/plugins/security/certificate-and-key-management/index.e2e-spec.d.ts +1 -0
  225. package/lib/plugins/security/certificate-and-key-management/index.e2e-spec.js +63 -0
  226. package/lib/plugins/security/certificate-and-key-management/index.e2e-spec.js.map +1 -0
  227. package/lib/plugins/security/certificate-and-key-management/index.js +159 -0
  228. package/lib/plugins/security/certificate-and-key-management/index.js.map +1 -0
  229. package/lib/plugins/security/certificate-and-key-management/index.test.d.ts +1 -0
  230. package/lib/plugins/security/certificate-and-key-management/index.test.js +61 -0
  231. package/lib/plugins/security/certificate-and-key-management/index.test.js.map +1 -0
  232. package/lib/plugins/security/index.d.ts +13 -0
  233. package/lib/plugins/security/index.js +42 -0
  234. package/lib/plugins/security/index.js.map +1 -0
  235. package/lib/plugins/service-channels/capacity/index.d.ts +18 -0
  236. package/lib/plugins/service-channels/capacity/index.js +133 -0
  237. package/lib/plugins/service-channels/capacity/index.js.map +1 -0
  238. package/lib/plugins/service-channels/index.d.ts +12 -0
  239. package/lib/plugins/service-channels/index.e2e-spec.d.ts +1 -0
  240. package/lib/plugins/service-channels/index.e2e-spec.js +57 -0
  241. package/lib/plugins/service-channels/index.e2e-spec.js.map +1 -0
  242. package/lib/plugins/service-channels/index.js +38 -0
  243. package/lib/plugins/service-channels/index.js.map +1 -0
  244. package/lib/plugins/slack/index.d.ts +9 -0
  245. package/lib/plugins/slack/index.e2e-spec.d.ts +1 -0
  246. package/lib/plugins/slack/index.e2e-spec.js +47 -0
  247. package/lib/plugins/slack/index.e2e-spec.js.map +1 -0
  248. package/lib/plugins/slack/index.js +47 -0
  249. package/lib/plugins/slack/index.js.map +1 -0
  250. package/lib/plugins/user-access-policies/index.d.ts +19 -0
  251. package/lib/plugins/user-access-policies/index.e2e-spec.d.ts +1 -0
  252. package/lib/plugins/user-access-policies/index.e2e-spec.js +63 -0
  253. package/lib/plugins/user-access-policies/index.e2e-spec.js.map +1 -0
  254. package/lib/plugins/user-access-policies/index.js +107 -0
  255. package/lib/plugins/user-access-policies/index.js.map +1 -0
  256. package/lib/plugins/user-access-policies/page.d.ts +29 -0
  257. package/lib/plugins/user-access-policies/page.js +140 -0
  258. package/lib/plugins/user-access-policies/page.js.map +1 -0
  259. package/lib/plugins/utils.d.ts +3 -0
  260. package/lib/plugins/utils.js +47 -0
  261. package/lib/plugins/utils.js.map +1 -0
  262. package/oclif.manifest.json +163 -0
  263. package/package.json +7 -6
@@ -0,0 +1,202 @@
1
+ import assert from 'assert';
2
+ import * as child from 'child_process';
3
+ import { fileURLToPath } from 'node:url';
4
+ import * as path from 'path';
5
+ import { CustomerPortalAvailableCustomObjects } from './available-custom-objects/index.js';
6
+ import { CustomerPortalEnable } from './enabled/index.js';
7
+ import { CustomerPortalSetup } from './portals/index.js';
8
+ const __dirname = fileURLToPath(new URL('.', import.meta.url));
9
+ describe('CustomerPortal', () => {
10
+ describe(CustomerPortalEnable.name, function () {
11
+ let plugin;
12
+ before(() => {
13
+ plugin = new CustomerPortalEnable(global.bf);
14
+ });
15
+ it('should enable', async () => {
16
+ await plugin.run(true);
17
+ });
18
+ it('should be enabled', async () => {
19
+ const res = await plugin.retrieve();
20
+ assert.deepStrictEqual(res, true);
21
+ });
22
+ it('should fail to disable', async () => {
23
+ let err;
24
+ try {
25
+ await plugin.run(false);
26
+ }
27
+ catch (e) {
28
+ err = e;
29
+ }
30
+ assert.throws(() => {
31
+ throw err;
32
+ }, /cannot be disabled/);
33
+ });
34
+ });
35
+ describe(CustomerPortalSetup.name, function () {
36
+ let plugin;
37
+ before(() => {
38
+ plugin = new CustomerPortalSetup(global.bf);
39
+ });
40
+ const configSetPortalAdmin = [
41
+ {
42
+ name: 'Customer Portal',
43
+ adminUser: 'User User',
44
+ isSelfRegistrationActivated: true,
45
+ },
46
+ ];
47
+ const configSetupPortal = [
48
+ {
49
+ name: 'Foo Portal',
50
+ oldName: 'Customer Portal',
51
+ description: 'Foo Portal',
52
+ adminUser: 'User User',
53
+ isSelfRegistrationActivated: true,
54
+ selfRegUserDefaultLicense: 'Customer Portal Manager Custom',
55
+ selfRegUserDefaultRole: 'User',
56
+ selfRegUserDefaultProfile: 'Customer Portal Manager Custom',
57
+ portalProfileMemberships: [
58
+ {
59
+ name: 'Customer Portal Manager Standard',
60
+ active: false,
61
+ },
62
+ {
63
+ name: 'Dummy',
64
+ active: true,
65
+ },
66
+ ],
67
+ },
68
+ ];
69
+ const configRevertPortal = [
70
+ {
71
+ name: 'Customer Portal',
72
+ oldName: 'Foo Portal',
73
+ description: 'Customer Portal',
74
+ isSelfRegistrationActivated: false,
75
+ },
76
+ ];
77
+ const dir = path.resolve(path.join(__dirname, 'portals'));
78
+ it('should fail to set portal admin user without permset', async () => {
79
+ let err;
80
+ try {
81
+ await plugin.run(configSetPortalAdmin);
82
+ }
83
+ catch (e) {
84
+ err = e;
85
+ }
86
+ assert.throws(() => {
87
+ throw err;
88
+ }, /This user has insufficient permissions to be a portal administrator/);
89
+ });
90
+ it('should set up user for portal', async () => {
91
+ const sourceDeployCmd = child.spawnSync('sf', [
92
+ 'project',
93
+ 'deploy',
94
+ 'start',
95
+ '-d',
96
+ path.join(dir, 'sfdx-source'),
97
+ '--json',
98
+ ]);
99
+ assert.deepStrictEqual(sourceDeployCmd.status, 0, sourceDeployCmd.output.toString());
100
+ const permSetAssignCmd = child.spawnSync('sf', [
101
+ 'org',
102
+ 'assign',
103
+ 'permset',
104
+ '-n',
105
+ 'Customer_Portal_Admin',
106
+ ]);
107
+ assert.deepStrictEqual(permSetAssignCmd.status, 0, permSetAssignCmd.output.toString());
108
+ });
109
+ it('should set up portal', async () => {
110
+ await plugin.run(configSetupPortal);
111
+ });
112
+ it('portal should be set up', async () => {
113
+ const res = await plugin.run(configSetupPortal);
114
+ assert.deepStrictEqual(res, { message: 'no action necessary' });
115
+ });
116
+ it('should revert back', async () => {
117
+ await plugin.run(configRevertPortal);
118
+ });
119
+ it('should be reverted back', async () => {
120
+ const res = await plugin.run(configRevertPortal);
121
+ assert.deepStrictEqual(res, { message: 'no action necessary' });
122
+ });
123
+ it('should cleanup', async () => {
124
+ const conn = global.bf.org.getConnection();
125
+ await conn.metadata.delete('Profile', ['Dummy']);
126
+ const permSetUnassignCmd = child.spawnSync('sf', [
127
+ 'data',
128
+ 'delete',
129
+ 'record',
130
+ '-s',
131
+ 'PermissionSetAssignment',
132
+ '-w',
133
+ 'PermissionSet.Name=Customer_Portal_Admin',
134
+ ]);
135
+ assert.deepStrictEqual(permSetUnassignCmd.status, 0, permSetUnassignCmd.output.toString());
136
+ await conn.metadata.delete('PermissionSet', ['Customer_Portal_Admin']);
137
+ });
138
+ });
139
+ describe(CustomerPortalAvailableCustomObjects.name, function () {
140
+ let plugin;
141
+ before(() => {
142
+ plugin = new CustomerPortalAvailableCustomObjects(global.bf);
143
+ });
144
+ const configAvailableCustomObjects = [
145
+ {
146
+ name: 'Dummy',
147
+ available: true,
148
+ },
149
+ ];
150
+ const configNonAvailableCustomObjects = [
151
+ {
152
+ name: 'DummyXYZ',
153
+ available: true,
154
+ },
155
+ ];
156
+ const configUnavailableCustomObjects = [
157
+ {
158
+ name: 'Dummy',
159
+ available: false,
160
+ },
161
+ ];
162
+ const dir = path.resolve(path.join(__dirname, 'available-custom-objects'));
163
+ it('should fail to make non-existent custom objects available for customer portal', async () => {
164
+ let err;
165
+ try {
166
+ await plugin.run(configNonAvailableCustomObjects);
167
+ }
168
+ catch (e) {
169
+ err = e;
170
+ }
171
+ assert.throws(() => {
172
+ throw err;
173
+ }, /Could not find CustomObject/);
174
+ });
175
+ it('should deploy custom object', () => {
176
+ const sourceDeployCmd = child.spawnSync('sf', [
177
+ 'project',
178
+ 'deploy',
179
+ 'start',
180
+ '-d',
181
+ path.join(dir, 'sfdx-source'),
182
+ '--json',
183
+ ]);
184
+ assert.deepStrictEqual(sourceDeployCmd.status, 0, sourceDeployCmd.output.toString());
185
+ });
186
+ it('should make custom objects available for customer portal', async () => {
187
+ await plugin.run(configAvailableCustomObjects);
188
+ });
189
+ it('should have applied checkbox available for customer portal', async () => {
190
+ const res = await plugin.run(configAvailableCustomObjects);
191
+ assert.deepStrictEqual(res, { message: 'no action necessary' });
192
+ });
193
+ it('should make custom objects unavailable for customer portal', async () => {
194
+ await plugin.run(configUnavailableCustomObjects);
195
+ });
196
+ it('should remove the CustomObject', async () => {
197
+ const conn = global.bf.org.getConnection();
198
+ await conn.metadata.delete('CustomObject', ['Dummy__c']);
199
+ });
200
+ });
201
+ });
202
+ //# sourceMappingURL=index.e2e-spec.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.e2e-spec.js","sourceRoot":"","sources":["../../../src/plugins/customer-portal/index.e2e-spec.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,59 @@
1
+ import { BrowserforcePlugin } from '../../plugin.js';
2
+ import { CustomerPortalAvailableCustomObjects, } from './available-custom-objects/index.js';
3
+ import { CustomerPortalEnable, } from './enabled/index.js';
4
+ import { CustomerPortalSetup, } from './portals/index.js';
5
+ export class CustomerPortal extends BrowserforcePlugin {
6
+ async retrieve(definition) {
7
+ const pluginEnable = new CustomerPortalEnable(this.browserforce);
8
+ const response = {
9
+ enabled: false,
10
+ portals: [],
11
+ availableCustomObjects: [],
12
+ };
13
+ response.enabled = await pluginEnable.retrieve();
14
+ if (response.enabled) {
15
+ if (definition.portals) {
16
+ const pluginSetup = new CustomerPortalSetup(this.browserforce);
17
+ response.portals = await pluginSetup.retrieve();
18
+ }
19
+ if (definition.availableCustomObjects) {
20
+ const pluginAvailableCustomObjects = new CustomerPortalAvailableCustomObjects(this.browserforce);
21
+ response.availableCustomObjects =
22
+ await pluginAvailableCustomObjects.retrieve(definition.availableCustomObjects);
23
+ }
24
+ }
25
+ return response;
26
+ }
27
+ diff(state, definition) {
28
+ const enabled = new CustomerPortalEnable(this.browserforce).diff(state.enabled, definition.enabled);
29
+ const portals = new CustomerPortalSetup(this.browserforce).diff(state.portals, definition.portals);
30
+ const availableCustomObjects = new CustomerPortalAvailableCustomObjects(this.browserforce).diff(state.availableCustomObjects, definition.availableCustomObjects);
31
+ const response = {
32
+ ...(enabled !== undefined && {
33
+ enabled,
34
+ }),
35
+ ...(portals !== undefined && {
36
+ portals,
37
+ }),
38
+ ...(availableCustomObjects !== undefined && {
39
+ availableCustomObjects,
40
+ }),
41
+ };
42
+ return Object.keys(response).length ? response : undefined;
43
+ }
44
+ async apply(config) {
45
+ if (config.enabled !== undefined) {
46
+ const pluginEnable = new CustomerPortalEnable(this.browserforce);
47
+ await pluginEnable.apply(config.enabled);
48
+ }
49
+ if (config.portals?.length) {
50
+ const pluginSetup = new CustomerPortalSetup(this.browserforce);
51
+ await pluginSetup.apply(config.portals);
52
+ }
53
+ if (config.availableCustomObjects) {
54
+ const pluginAvailableCustomObjects = new CustomerPortalAvailableCustomObjects(this.browserforce);
55
+ await pluginAvailableCustomObjects.apply(config.availableCustomObjects);
56
+ }
57
+ }
58
+ }
59
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/plugins/customer-portal/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,84 @@
1
+ import assert from 'assert';
2
+ import { CustomerPortal } from './index.js';
3
+ const tests = [
4
+ {
5
+ description: 'should ignore a non-existent target flag',
6
+ source: {
7
+ enabled: true,
8
+ },
9
+ target: {},
10
+ expected: undefined,
11
+ },
12
+ {
13
+ description: 'should ignore a matching target flag',
14
+ source: {
15
+ enabled: true,
16
+ },
17
+ target: {
18
+ enabled: true,
19
+ },
20
+ expected: undefined,
21
+ },
22
+ {
23
+ description: 'should detect a changed flag',
24
+ source: {
25
+ enabled: false,
26
+ },
27
+ target: {
28
+ enabled: true,
29
+ },
30
+ expected: {
31
+ enabled: true,
32
+ },
33
+ },
34
+ {
35
+ description: 'should only return necessary fields',
36
+ source: {
37
+ enabled: true,
38
+ portals: [
39
+ {
40
+ name: 'Customer Portal',
41
+ description: 'Customer Portal',
42
+ adminUser: 'User User',
43
+ portalProfileMemberships: [
44
+ {
45
+ name: 'Customer Portal Manager Standard',
46
+ active: true,
47
+ _id: 'a1',
48
+ },
49
+ ],
50
+ _id: 'p1',
51
+ },
52
+ ],
53
+ },
54
+ target: {
55
+ portals: [
56
+ {
57
+ name: 'Customer Portal',
58
+ description: 'new description',
59
+ },
60
+ ],
61
+ },
62
+ expected: {
63
+ portals: [
64
+ {
65
+ name: 'Customer Portal',
66
+ description: 'new description',
67
+ _id: 'p1',
68
+ },
69
+ ],
70
+ },
71
+ },
72
+ ];
73
+ describe('CustomerPortal', () => {
74
+ describe('diff()', () => {
75
+ const p = new CustomerPortal(global.bf);
76
+ for (const t of tests) {
77
+ it(t.description, () => {
78
+ const actual = p.diff(t.source, t.target);
79
+ assert.deepStrictEqual(actual, t.expected);
80
+ });
81
+ }
82
+ });
83
+ });
84
+ //# sourceMappingURL=index.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.test.js","sourceRoot":"","sources":["../../../src/plugins/customer-portal/index.test.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,KAAK,GAAG;IACZ;QACE,WAAW,EAAE,0CAA0C;QACvD,MAAM,EAAE;YACN,OAAO,EAAE,IAAI;SACd;QACD,MAAM,EAAE,EAAE;QACV,QAAQ,EAAE,SAAS;KACpB;IACD;QACE,WAAW,EAAE,sCAAsC;QACnD,MAAM,EAAE;YACN,OAAO,EAAE,IAAI;SACd;QACD,MAAM,EAAE;YACN,OAAO,EAAE,IAAI;SACd;QACD,QAAQ,EAAE,SAAS;KACpB;IACD;QACE,WAAW,EAAE,8BAA8B;QAC3C,MAAM,EAAE;YACN,OAAO,EAAE,KAAK;SACf;QACD,MAAM,EAAE;YACN,OAAO,EAAE,IAAI;SACd;QACD,QAAQ,EAAE;YACR,OAAO,EAAE,IAAI;SACd;KACF;IACD;QACE,WAAW,EAAE,qCAAqC;QAClD,MAAM,EAAE;YACN,OAAO,EAAE,IAAI;YACb,OAAO,EAAE;gBACP;oBACE,IAAI,EAAE,iBAAiB;oBACvB,WAAW,EAAE,iBAAiB;oBAC9B,SAAS,EAAE,WAAW;oBACtB,wBAAwB,EAAE;wBACxB;4BACE,IAAI,EAAE,kCAAkC;4BACxC,MAAM,EAAE,IAAI;4BACZ,GAAG,EAAE,IAAI;yBACV;qBACF;oBACD,GAAG,EAAE,IAAI;iBACV;aACF;SACF;QACD,MAAM,EAAE;YACN,OAAO,EAAE;gBACP;oBACE,IAAI,EAAE,iBAAiB;oBACvB,WAAW,EAAE,iBAAiB;iBAC/B;aACF;SACF;QACD,QAAQ,EAAE;YACR,OAAO,EAAE;gBACP;oBACE,IAAI,EAAE,iBAAiB;oBACvB,WAAW,EAAE,iBAAiB;oBAC9B,GAAG,EAAE,IAAI;iBACV;aACF;SACF;KACF;CACF,CAAC;AAEF,QAAQ,CAAC,gBAAgB,EAAE,GAAG,EAAE;IAC9B,QAAQ,CAAC,QAAQ,EAAE,GAAG,EAAE;QACtB,MAAM,CAAC,GAAG,IAAI,cAAc,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;QACxC,KAAK,MAAM,CAAC,IAAI,KAAK,EAAE,CAAC;YACtB,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,GAAG,EAAE;gBACrB,MAAM,MAAM,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC;gBAC1C,MAAM,CAAC,eAAe,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC;YAC7C,CAAC,CAAC,CAAC;QACL,CAAC;IACH,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { BrowserforcePlugin } from '../../../plugin.js';
2
+ export type Config = PortalConfig[];
3
+ type PortalConfig = {
4
+ adminUser?: string;
5
+ description?: string;
6
+ isSelfRegistrationActivated?: boolean;
7
+ name: string;
8
+ oldName?: string;
9
+ selfRegUserDefaultLicense?: string;
10
+ selfRegUserDefaultProfile?: string;
11
+ selfRegUserDefaultRole?: string;
12
+ portalProfileMemberships?: PortalProfileMembership[];
13
+ _id?: string;
14
+ };
15
+ type PortalProfileMembership = {
16
+ name: string;
17
+ active: boolean;
18
+ _id?: string;
19
+ };
20
+ export declare class CustomerPortalSetup extends BrowserforcePlugin {
21
+ retrieve(): Promise<Config>;
22
+ diff(source?: Config, target?: Config): Config | undefined;
23
+ apply(config: Config): Promise<void>;
24
+ }
25
+ export {};
@@ -0,0 +1,180 @@
1
+ import * as queryString from 'querystring';
2
+ import { BrowserforcePlugin } from '../../../plugin.js';
3
+ import { semanticallyCleanObject } from '../../utils.js';
4
+ const LIST_VIEW_PATH = '_ui/core/portal/CustomerSuccessPortalSetup/d';
5
+ const PORTAL_PROFILE_MEMBERSHIP_PATH = '_ui/core/portal/PortalProfileMembershipPage/e';
6
+ const SAVE_BUTTON_SELECTOR = 'input[name="save"]';
7
+ const LIST_VIEW_PORTAL_LINKS_XPATH_SELECTOR = '//div[contains(@class,"pbBody")]//th[contains(@class,"dataCell")]//a[starts-with(@href, "/060")]';
8
+ const PORTAL_DESCRIPTION_SELECTOR = '#Description';
9
+ const PORTAL_ID_SELECTOR = '#portalId';
10
+ const PORTAL_ADMIN_ID_SELECTOR = 'Admin';
11
+ const PORTAL_IS_SELF_REGISTRATION_ACTIVATED_ID_SELECTOR = 'IsSelfRegistrationActivated';
12
+ const PORTAL_SELF_REG_USER_DEFAULT_LICENSE_ID_SELECTOR = 'SelfRegUserDefaultLicense';
13
+ const PORTAL_SELF_REG_USER_DEFAULT_ROLE_ID_SELECTOR = 'SelfRegUserDefaultRole';
14
+ const PORTAL_SELF_REG_USER_DEFAULT_PROFILE_ID_SELECTOR = 'SelfRegUserDefaultProfile';
15
+ const PORTAL_PROFILE_MEMBERSHIP_PROFILES_SELECTOR = 'th.dataCell';
16
+ const PORTAL_PROFILE_MEMBERSHIP_CHECKBOXES_SELECTOR = 'td.dataCell input';
17
+ export class CustomerPortalSetup extends BrowserforcePlugin {
18
+ async retrieve() {
19
+ const page = await this.browserforce.openPage(LIST_VIEW_PATH);
20
+ await page.waitForSelector(`::-p-xpath(${LIST_VIEW_PORTAL_LINKS_XPATH_SELECTOR})`);
21
+ const customerPortalLinks = await page.$$(`xpath/.${LIST_VIEW_PORTAL_LINKS_XPATH_SELECTOR}`);
22
+ const response = await page.evaluate((...links) => {
23
+ return links.map((a) => {
24
+ return {
25
+ _id: a.pathname.split('/')[1],
26
+ name: a.text,
27
+ portalProfileMemberships: [],
28
+ };
29
+ });
30
+ }, ...customerPortalLinks);
31
+ for (const portal of response) {
32
+ const portalPage = await this.browserforce.openPage(`${portal._id}/e`);
33
+ await portalPage.waitForSelector(PORTAL_DESCRIPTION_SELECTOR);
34
+ portal.description = await portalPage.$eval(PORTAL_DESCRIPTION_SELECTOR, (el) => el.value);
35
+ portal.adminUser = await portalPage.$eval(`#${PORTAL_ADMIN_ID_SELECTOR}`, (el) => el.value);
36
+ portal.isSelfRegistrationActivated = await portalPage.$eval(`#${PORTAL_IS_SELF_REGISTRATION_ACTIVATED_ID_SELECTOR}`, (el) => el.checked);
37
+ portal.selfRegUserDefaultLicense = await portalPage.$eval(`#${PORTAL_SELF_REG_USER_DEFAULT_LICENSE_ID_SELECTOR}`, (el) => el.selectedOptions[0].text);
38
+ portal.selfRegUserDefaultRole = await portalPage.$eval(`#${PORTAL_SELF_REG_USER_DEFAULT_ROLE_ID_SELECTOR}`, (el) => el.selectedOptions[0].text);
39
+ portal.selfRegUserDefaultProfile = await portalPage.$eval(`#${PORTAL_SELF_REG_USER_DEFAULT_PROFILE_ID_SELECTOR}`, (el) => el.selectedOptions[0].text);
40
+ await portalPage.close();
41
+ // portalProfileMemberships
42
+ const portalProfilePage = await this.browserforce.openPage(`${PORTAL_PROFILE_MEMBERSHIP_PATH}?portalId=${portal._id}&setupid=CustomerSuccessPortalSettings`);
43
+ await portalProfilePage.waitForSelector(PORTAL_ID_SELECTOR);
44
+ const profiles = await portalProfilePage.$$eval(PORTAL_PROFILE_MEMBERSHIP_PROFILES_SELECTOR, (ths) => {
45
+ return ths.map((th) => th.innerText.trim());
46
+ });
47
+ const checkboxes = await portalProfilePage.$$eval(PORTAL_PROFILE_MEMBERSHIP_CHECKBOXES_SELECTOR, (inputs) => {
48
+ return inputs.map((input) => {
49
+ return {
50
+ active: input.checked,
51
+ _id: input.id,
52
+ };
53
+ });
54
+ });
55
+ const portalProfileMemberships = [];
56
+ for (let i = 0; i < profiles.length; i++) {
57
+ portalProfileMemberships.push({
58
+ name: profiles[i],
59
+ active: checkboxes[i].active,
60
+ _id: checkboxes[i]._id,
61
+ });
62
+ }
63
+ portal.portalProfileMemberships = portalProfileMemberships;
64
+ await portalProfilePage.close();
65
+ }
66
+ await page.close();
67
+ return response;
68
+ }
69
+ diff(source, target) {
70
+ const response = [];
71
+ if (source && target) {
72
+ for (const plannedPortal of target) {
73
+ const portal = JSON.parse(JSON.stringify(plannedPortal));
74
+ let sourcePortal = source.find((p) => p.name === portal.name);
75
+ if (portal.oldName && !sourcePortal) {
76
+ // fallback to old name of portal
77
+ sourcePortal = source.find((p) => p.name === portal.oldName);
78
+ }
79
+ if (!sourcePortal) {
80
+ throw new Error(`Portal with name '${portal.name} (oldName: ${portal.oldName})' not found. Setting up new Portals is not yet supported.`);
81
+ }
82
+ delete portal.oldName;
83
+ if (sourcePortal) {
84
+ // copy id of existing portal to new portal to be retained and used
85
+ portal._id = sourcePortal._id;
86
+ }
87
+ if (sourcePortal.portalProfileMemberships &&
88
+ portal.portalProfileMemberships) {
89
+ const membershipResponse = [];
90
+ for (const member of portal.portalProfileMemberships) {
91
+ // copy id of existing member to new member to be retained and used
92
+ const sourceMember = sourcePortal.portalProfileMemberships.find((m) => m.name === member.name);
93
+ if (sourceMember) {
94
+ member._id = sourceMember._id;
95
+ }
96
+ else {
97
+ throw new Error(`Could not find portal profile membership for '${member.name}'`);
98
+ }
99
+ const membershipDiff = semanticallyCleanObject(super.diff(sourceMember, member), '_id');
100
+ if (membershipDiff) {
101
+ membershipResponse.push(membershipDiff);
102
+ }
103
+ }
104
+ delete sourcePortal.portalProfileMemberships;
105
+ delete portal.portalProfileMemberships;
106
+ if (membershipResponse.length) {
107
+ portal.portalProfileMemberships = membershipResponse;
108
+ }
109
+ }
110
+ const diff = semanticallyCleanObject(super.diff(sourcePortal, portal), '_id');
111
+ if (diff !== undefined) {
112
+ response.push(diff);
113
+ }
114
+ }
115
+ }
116
+ return response.length ? response : undefined;
117
+ }
118
+ async apply(config) {
119
+ for (const portal of config) {
120
+ if (portal._id) {
121
+ // everything that can be changed using the url
122
+ const urlAttributes = {};
123
+ if (portal.name) {
124
+ urlAttributes['Name'] = portal.name;
125
+ }
126
+ if (portal.description) {
127
+ urlAttributes['Description'] = portal.description;
128
+ }
129
+ if (portal.adminUser) {
130
+ urlAttributes[PORTAL_ADMIN_ID_SELECTOR] = portal.adminUser;
131
+ }
132
+ if (portal.isSelfRegistrationActivated !== undefined) {
133
+ urlAttributes[PORTAL_IS_SELF_REGISTRATION_ACTIVATED_ID_SELECTOR] =
134
+ portal.isSelfRegistrationActivated ? 1 : 0;
135
+ }
136
+ const page = await this.browserforce.openPage(`${portal._id}/e?${queryString.stringify(urlAttributes)}`);
137
+ await page.waitForSelector(PORTAL_DESCRIPTION_SELECTOR);
138
+ if (portal.selfRegUserDefaultLicense) {
139
+ const licenseValue = await page.evaluate((option) => option.value, (await page.$$(`xpath/.//select[@id="${PORTAL_SELF_REG_USER_DEFAULT_LICENSE_ID_SELECTOR}"]//option[text()="${portal.selfRegUserDefaultLicense}"]`))[0]);
140
+ await page.select(`#${PORTAL_SELF_REG_USER_DEFAULT_LICENSE_ID_SELECTOR}`, licenseValue);
141
+ }
142
+ if (portal.selfRegUserDefaultRole) {
143
+ const roleValue = await page.evaluate((option) => option.value, (await page.$$(`xpath/.//select[@id="${PORTAL_SELF_REG_USER_DEFAULT_ROLE_ID_SELECTOR}"]//option[text()="${portal.selfRegUserDefaultRole}"]`))[0]);
144
+ await page.select(`#${PORTAL_SELF_REG_USER_DEFAULT_ROLE_ID_SELECTOR}`, roleValue);
145
+ }
146
+ if (portal.selfRegUserDefaultProfile) {
147
+ const profileValue = await page.evaluate((option) => option.value, (await page.$$(`xpath/.//select[@id="${PORTAL_SELF_REG_USER_DEFAULT_PROFILE_ID_SELECTOR}"]//option[text()="${portal.selfRegUserDefaultProfile}"]`))[0]);
148
+ await page.select(`#${PORTAL_SELF_REG_USER_DEFAULT_PROFILE_ID_SELECTOR}`, profileValue);
149
+ }
150
+ await page.waitForSelector(SAVE_BUTTON_SELECTOR);
151
+ await Promise.all([
152
+ page.waitForNavigation(),
153
+ page.click(SAVE_BUTTON_SELECTOR),
154
+ ]);
155
+ if ((await page.url()).includes(portal._id)) {
156
+ // error handling
157
+ await page.waitForSelector(PORTAL_DESCRIPTION_SELECTOR);
158
+ await this.browserforce.throwPageErrors(page);
159
+ throw new Error(`saving customer portal '${portal._id}' failed`);
160
+ }
161
+ // portalProfileMemberships
162
+ if (portal.portalProfileMemberships) {
163
+ const membershipUrlAttributes = {};
164
+ for (const member of portal.portalProfileMemberships) {
165
+ membershipUrlAttributes[member._id] = member.active ? 1 : 0;
166
+ }
167
+ const portalProfilePage = await this.browserforce.openPage(`${PORTAL_PROFILE_MEMBERSHIP_PATH}?portalId=${portal._id}&setupid=CustomerSuccessPortalSettings&${queryString.stringify(membershipUrlAttributes)}`);
168
+ await portalProfilePage.waitForSelector(SAVE_BUTTON_SELECTOR);
169
+ await Promise.all([
170
+ portalProfilePage.waitForNavigation(),
171
+ portalProfilePage.click(SAVE_BUTTON_SELECTOR),
172
+ ]);
173
+ await portalProfilePage.close();
174
+ }
175
+ await page.close();
176
+ }
177
+ }
178
+ }
179
+ }
180
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/plugins/customer-portal/portals/index.ts"],"names":[],"mappings":"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"}