@activepieces/piece-kustomer 0.0.1 → 0.0.2

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 CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@activepieces/piece-kustomer",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
- "tslib": "2.6.2",
9
- "@activepieces/pieces-common": "0.12.1",
10
- "@activepieces/pieces-framework": "0.27.1",
11
- "@activepieces/shared": "0.58.3"
8
+ "@activepieces/pieces-common": "0.12.3",
9
+ "@activepieces/pieces-framework": "0.28.0",
10
+ "@activepieces/shared": "0.67.1",
11
+ "tslib": "2.3.0"
12
12
  },
13
13
  "scripts": {
14
14
  "build": "tsc -p tsconfig.lib.json && cp package.json dist/",
@@ -0,0 +1,96 @@
1
+ {
2
+ "Create and manage Kustomer customers, conversations, and custom objects.": "Create and manage Kustomer customers, conversations, and custom objects.",
3
+ "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.": "Authenticate using a Kustomer API token.\n\nPaste a private Kustomer API token with access to customers, conversations, and KObjects.",
4
+ "Create Customer": "Create Customer",
5
+ "Create Conversation": "Create Conversation",
6
+ "Update Conversation": "Update Conversation",
7
+ "Get Customer": "Get Customer",
8
+ "Get Custom Objects": "Get Custom Objects",
9
+ "Custom API Call": "Custom API Call",
10
+ "Creates a new customer record in Kustomer.": "Creates a new customer record in Kustomer.",
11
+ "Creates a new conversation in Kustomer.": "Creates a new conversation in Kustomer.",
12
+ "Updates an existing conversation in Kustomer.": "Updates an existing conversation in Kustomer.",
13
+ "Gets a customer by ID from Kustomer.": "Gets a customer by ID from Kustomer.",
14
+ "Retrieves all custom objects (KObjects) for a given class in Kustomer.": "Retrieves all custom objects (KObjects) for a given class in Kustomer.",
15
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
16
+ "Full Name": "Full Name",
17
+ "Email Address": "Email Address",
18
+ "Phone Number": "Phone Number",
19
+ "Company": "Company",
20
+ "External ID": "External ID",
21
+ "Username": "Username",
22
+ "Locale": "Locale",
23
+ "Time Zone": "Time Zone",
24
+ "Gender": "Gender",
25
+ "Birthday": "Birthday",
26
+ "Signed Up At": "Signed Up At",
27
+ "Avatar URL": "Avatar URL",
28
+ "Customer ID": "Customer ID",
29
+ "Conversation Name": "Conversation Name",
30
+ "Status": "Status",
31
+ "Priority": "Priority",
32
+ "Direction": "Direction",
33
+ "Reply Channel": "Reply Channel",
34
+ "Conversation ID": "Conversation ID",
35
+ "KObject Class Name": "KObject Class Name",
36
+ "From Date": "From Date",
37
+ "Method": "Method",
38
+ "Headers": "Headers",
39
+ "Query Parameters": "Query Parameters",
40
+ "Body Type": "Body Type",
41
+ "Body": "Body",
42
+ "Response is Binary ?": "Response is Binary ?",
43
+ "No Error on Failure": "No Error on Failure",
44
+ "Timeout (in seconds)": "Timeout (in seconds)",
45
+ "Follow redirects": "Follow redirects",
46
+ "The customer's full name (e.g. \"Jane Doe\").": "The customer's full name (e.g. \"Jane Doe\").",
47
+ "Primary email address of the customer.": "Primary email address of the customer.",
48
+ "Primary phone number in E.164 format (e.g. \"+14155551234\").": "Primary phone number in E.164 format (e.g. \"+14155551234\").",
49
+ "Name of the company the customer belongs to.": "Name of the company the customer belongs to.",
50
+ "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.": "Unique identifier from your own system (e.g. your CRM or database ID). Used to link this Kustomer record back to your data.",
51
+ "The customer's username in your system.": "The customer's username in your system.",
52
+ "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").": "Language/locale code for the customer (e.g. \"en_US\", \"fr_FR\", \"de_DE\").",
53
+ "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").": "IANA timezone identifier (e.g. \"America/New_York\", \"Europe/London\", \"Asia/Tokyo\").",
54
+ "The customer's gender.": "The customer's gender.",
55
+ "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").": "Customer's birth date in ISO 8601 format (e.g. \"1990-06-15T00:00:00.000Z\").",
56
+ "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").": "When the customer registered, in ISO 8601 format (e.g. \"2024-01-15T10:30:00.000Z\").",
57
+ "URL of the customer's profile image.": "URL of the customer's profile image.",
58
+ "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.": "The Kustomer ID of the customer this conversation belongs to. You can get this from the \"Get Customer\" action or from the URL when viewing a customer in Kustomer.",
59
+ "A short subject or title for the conversation (max 256 characters).": "A short subject or title for the conversation (max 256 characters).",
60
+ "The initial status of the conversation.": "The initial status of the conversation.",
61
+ "Conversation priority from 1 (lowest) to 5 (highest).": "Conversation priority from 1 (lowest) to 5 (highest).",
62
+ "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.": "\"Inbound\" means the customer initiated the conversation; \"Outbound\" means your team initiated it.",
63
+ "A unique identifier from your own system to link this conversation (max 256 characters).": "A unique identifier from your own system to link this conversation (max 256 characters).",
64
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.": "The channel used to reply in this conversation (e.g. \"email\", \"chat\"). Leave empty to use the workspace default.",
65
+ "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.": "The Kustomer ID of the conversation to update. You can get this from the \"Create Conversation\" action output or from the URL when viewing a conversation in Kustomer.",
66
+ "Change the status of the conversation.": "Change the status of the conversation.",
67
+ "Update the subject or title of the conversation.": "Update the subject or title of the conversation.",
68
+ "The channel used to reply in this conversation (e.g. \"email\", \"chat\").": "The channel used to reply in this conversation (e.g. \"email\", \"chat\").",
69
+ "The Kustomer customer ID.": "The Kustomer customer ID.",
70
+ "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.": "The API name of the custom object class to fetch (e.g. \"order\", \"ticket\"). You can find this in Kustomer under Settings > Custom Objects — it is the lowercase identifier, not the display label.",
71
+ "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.": "Only return objects created or updated on or after this date. Use ISO 8601 format (e.g. \"2024-01-15T00:00:00.000Z\"). Leave empty to return all objects.",
72
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
73
+ "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
74
+ "Male": "Male",
75
+ "Female": "Female",
76
+ "Open": "Open",
77
+ "Done": "Done",
78
+ "1 — Lowest": "1 — Lowest",
79
+ "2 — Low": "2 — Low",
80
+ "3 — Medium": "3 — Medium",
81
+ "4 — High": "4 — High",
82
+ "5 — Highest": "5 — Highest",
83
+ "Inbound": "Inbound",
84
+ "Outbound": "Outbound",
85
+ "Snoozed": "Snoozed",
86
+ "GET": "GET",
87
+ "POST": "POST",
88
+ "PATCH": "PATCH",
89
+ "PUT": "PUT",
90
+ "DELETE": "DELETE",
91
+ "HEAD": "HEAD",
92
+ "None": "None",
93
+ "JSON": "JSON",
94
+ "Form Data": "Form Data",
95
+ "Raw": "Raw"
96
+ }