@cwhit-io/piece-planning-center-people 0.2.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/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@cwhit-io/piece-planning-center-people",
3
+ "version": "0.2.1",
4
+ "main": "./src/index.js",
5
+ "dependencies": {},
6
+ "files": [
7
+ "src/index.js",
8
+ "package.json",
9
+ "src/i18n"
10
+ ]
11
+ }
@@ -0,0 +1,113 @@
1
+ {
2
+ "Planning Center People": "Planning Center People",
3
+ "People profiles, contact info, custom fields, lists, and webhook triggers for Planning Center.": "People profiles, contact info, custom fields, lists, and webhook triggers for Planning Center.",
4
+ "Personal Access Token": "Personal Access Token",
5
+ "Connect with a Planning Center Personal Access Token using HTTP Basic Auth.": "Connect with a Planning Center Personal Access Token using HTTP Basic Auth.",
6
+ "Application ID": "Application ID",
7
+ "The Application ID (client_id) shown when you create a Personal Access Token.": "The Application ID (client_id) shown when you create a Personal Access Token.",
8
+ "Secret": "Secret",
9
+ "The Secret shown once when you create a Personal Access Token. Store it securely.": "The Secret shown once when you create a Personal Access Token. Store it securely.",
10
+ "List People": "List People",
11
+ "Lists people with optional name search.": "Lists people with optional name search.",
12
+ "Get Person": "Get Person",
13
+ "Gets a single person profile by ID.": "Gets a single person profile by ID.",
14
+ "Create Person": "Create Person",
15
+ "Creates a new person profile in Planning Center People.": "Creates a new person profile in Planning Center People.",
16
+ "Update Person": "Update Person",
17
+ "Updates an existing person profile (name, status, campus, etc.).": "Updates an existing person profile (name, status, campus, etc.).",
18
+ "List Person Emails": "List Person Emails",
19
+ "Lists email addresses for a person.": "Lists email addresses for a person.",
20
+ "Create Email": "Create Email",
21
+ "Adds an email address to a person profile.": "Adds an email address to a person profile.",
22
+ "List Person Phone Numbers": "List Person Phone Numbers",
23
+ "Lists phone numbers for a person.": "Lists phone numbers for a person.",
24
+ "Create Phone Number": "Create Phone Number",
25
+ "Adds a phone number to a person profile.": "Adds a phone number to a person profile.",
26
+ "List Person Addresses": "List Person Addresses",
27
+ "Lists addresses for a person.": "Lists addresses for a person.",
28
+ "Create Address": "Create Address",
29
+ "Adds a postal address to a person profile.": "Adds a postal address to a person profile.",
30
+ "List Field Data": "List Field Data",
31
+ "Lists custom field values across people.": "Lists custom field values across people.",
32
+ "Update Field Data": "Update Field Data",
33
+ "Updates a custom profile field value.": "Updates a custom profile field value.",
34
+ "List Field Definitions": "List Field Definitions",
35
+ "Lists custom field definitions (tabs, slugs, data types).": "Lists custom field definitions (tabs, slugs, data types).",
36
+ "List Lists": "List Lists",
37
+ "Lists dynamic and static people lists.": "Lists dynamic and static people lists.",
38
+ "Get List": "Get List",
39
+ "Gets metadata for a single people list.": "Gets metadata for a single people list.",
40
+ "List List People": "List List People",
41
+ "Lists people in a specific list.": "Lists people in a specific list.",
42
+ "Add Person to List": "Add Person to List",
43
+ "Adds a person to a static or manual people list.": "Adds a person to a static or manual people list.",
44
+ "Remove Person from List": "Remove Person from List",
45
+ "Removes a person from a people list.": "Removes a person from a people list.",
46
+ "List Forms": "List Forms",
47
+ "Lists Planning Center People forms.": "Lists Planning Center People forms.",
48
+ "List Form Submissions": "List Form Submissions",
49
+ "Lists submissions for a Planning Center form.": "Lists submissions for a Planning Center form.",
50
+ "List Households": "List Households",
51
+ "Lists household (family) records.": "Lists household (family) records.",
52
+ "Create Household Membership": "Create Household Membership",
53
+ "Links a person to a household with a role.": "Links a person to a household with a role.",
54
+ "List Notes": "List Notes",
55
+ "Lists pastoral care and interaction notes.": "Lists pastoral care and interaction notes.",
56
+ "Create Note": "Create Note",
57
+ "Creates a pastoral care or interaction note on a person profile.": "Creates a pastoral care or interaction note on a person profile.",
58
+ "List Workflows": "List Workflows",
59
+ "Lists People workflows (pathways/status automations).": "Lists People workflows (pathways/status automations).",
60
+ "Custom API Call": "Custom API Call",
61
+ "Person": "Person",
62
+ "Search People": "Search People",
63
+ "List": "List",
64
+ "Field Data": "Field Data",
65
+ "Form": "Form",
66
+ "Household": "Household",
67
+ "Note Category": "Note Category",
68
+ "Location": "Location",
69
+ "Fetch All Pages": "Fetch All Pages",
70
+ "Sort Direction": "Sort Direction",
71
+ "Start Date (From)": "Start Date (From)",
72
+ "End Date (To)": "End Date (To)",
73
+ "Page Size": "Page Size",
74
+ "Max Results": "Max Results",
75
+ "First Name": "First Name",
76
+ "Last Name": "Last Name",
77
+ "Gender": "Gender",
78
+ "Birthdate": "Birthdate",
79
+ "Status": "Status",
80
+ "Membership": "Membership",
81
+ "Primary Campus ID": "Primary Campus ID",
82
+ "Child": "Child",
83
+ "Email Address": "Email Address",
84
+ "Primary": "Primary",
85
+ "Phone Number": "Phone Number",
86
+ "Street Line 1": "Street Line 1",
87
+ "Street Line 2": "Street Line 2",
88
+ "City": "City",
89
+ "State": "State",
90
+ "ZIP / Postal Code": "ZIP / Postal Code",
91
+ "Country Code": "Country Code",
92
+ "Value": "Value",
93
+ "Household Role": "Household Role",
94
+ "Pending": "Pending",
95
+ "Note": "Note",
96
+ "Display Date": "Display Date",
97
+ "Person Created": "Person Created",
98
+ "Triggers when a new person profile is created in Planning Center People.": "Triggers when a new person profile is created in Planning Center People.",
99
+ "Person Updated": "Person Updated",
100
+ "Triggers when an existing person profile is updated in Planning Center People.": "Triggers when an existing person profile is updated in Planning Center People.",
101
+ "Form Submitted": "Form Submitted",
102
+ "Triggers when someone submits a Planning Center People form.": "Triggers when someone submits a Planning Center People form.",
103
+ "Person Added to List": "Person Added to List",
104
+ "Triggers when a person is added to a list or smart list result.": "Triggers when a person is added to a list or smart list result.",
105
+ "Person Removed from List": "Person Removed from List",
106
+ "Triggers when a person is removed from a list or smart list result.": "Triggers when a person is removed from a list or smart list result.",
107
+ "Workflow Card Ready": "Workflow Card Ready",
108
+ "Triggers when a workflow card step becomes ready for action.": "Triggers when a workflow card step becomes ready for action.",
109
+ "Workflow Card Created": "Workflow Card Created",
110
+ "Triggers when a new workflow card is created.": "Triggers when a new workflow card is created.",
111
+ "Workflow Card Updated": "Workflow Card Updated",
112
+ "Triggers when a workflow card is updated.": "Triggers when a workflow card is updated."
113
+ }