@churchapps/helpers 1.2.25 → 1.2.26

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.
@@ -141,7 +141,7 @@ export declare class Permissions {
141
141
  };
142
142
  static messagingApi: {
143
143
  texting: {
144
- edit: {
144
+ send: {
145
145
  api: string;
146
146
  contentType: string;
147
147
  action: string;
@@ -63,7 +63,7 @@ export class Permissions {
63
63
  };
64
64
  static messagingApi = {
65
65
  texting: {
66
- edit: { api: "MessagingApi", contentType: "Texting", action: "Edit" }
66
+ send: { api: "MessagingApi", contentType: "Texting", action: "Send" }
67
67
  }
68
68
  };
69
69
  static contentApi = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@churchapps/helpers",
3
- "version": "1.2.25",
3
+ "version": "1.2.26",
4
4
  "type": "module",
5
5
  "description": "Library of helper functions not specific to any one ChurchApps project or framework.",
6
6
  "main": "dist/index.js",