@planningcenter/core-automations 1.4.3 → 1.5.0-alpha.0
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/README.md +0 -2
- package/dist/cjs/core-automations.esm.js +1 -1
- package/dist/cjs/core-automations.esm.js.map +1 -1
- package/dist/cjs/core-automations.js +1 -1
- package/dist/cjs/core-automations.js.map +1 -1
- package/dist/cjs/core-automations.modern.mjs +1 -1
- package/dist/cjs/core-automations.modern.mjs.map +1 -1
- package/dist/cjs/core-automations.umd.js +1 -1
- package/dist/cjs/core-automations.umd.js.map +1 -1
- package/dist/types/src/automations.d.ts +1 -2
- package/dist/types/src/automations.d.ts.map +1 -1
- package/dist/types/src/mocks/handlers.d.ts +2 -1
- package/dist/types/src/mocks/handlers.d.ts.map +1 -1
- package/dist/types/src/new_automation.d.ts +1 -2
- package/dist/types/src/new_automation.d.ts.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -122,7 +122,6 @@ import { Automations } from "@planningcenter/core-automations"
|
|
|
122
122
|
}],
|
|
123
123
|
resource: "vzfnx3tc87lx1c1d8Ak1clkrwqZfnA294t...",
|
|
124
124
|
}}
|
|
125
|
-
currentPersonCanAccessPeople={true}
|
|
126
125
|
/>
|
|
127
126
|
```
|
|
128
127
|
|
|
@@ -153,7 +152,6 @@ import { Automations } from "@planningcenter/core-automations"
|
|
|
153
152
|
- `afterCreateOptions` (object) optional: Show a custom checkbox to optionally perform an action after the automation is created
|
|
154
153
|
- `label` (string): Description of the action to perform (e.g. "apply to everyone on this list")
|
|
155
154
|
- `onConfirm` (function): The function that will perform after the automation is created
|
|
156
|
-
- `currentPersonCanAccessPeople` (boolean): Can the current person login to the People product?
|
|
157
155
|
- `permissionDeniedReason` (string) optional: Message to display when current person is unable to create an automation
|
|
158
156
|
|
|
159
157
|
### Theming
|