UNPKG

9.68 kBJSONView Raw
1{
2 "SOURCE_SIZE_LIMIT": {
3 "message": "source zip file size exceeds 10 MB"
4 },
5 "SELECT_AUTH_TYPE": {
6 "message": "Select auth type"
7 },
8 "NO_CONNECTORS": {
9 "message": "No connectors created"
10 },
11 "SELECT_OAUTH_TYPE": {
12 "message": "Select one of the oauth provider"
13 },
14 "INVALID_COMMAND_EXECUTION": {
15 "message": "Invalid input, please provide a valid input eg: flow create action create_user"
16 },
17 "ILLEGAL_CHARS": {
18 "message": "Invalid {{type}} name {{name}}, special characters are not allowed in the name"
19 },
20 "CREATED_SUCCESS": {
21 "message": "{{action}} {{name}} created successfully"
22 },
23 "UNAUTHORIZED": {
24 "message": "User not logged in. Try `flow login`"
25 },
26 "DEPLOY_SUCCESS": {
27 "message": "Connector deployed successfully on Built.io Flow."
28 },
29 "UNDEPLOYED_CONNECTOR": {
30 "message": "No Connector deployed yet. Try `flow deploy`"
31 },
32 "DEPRECATE_SUCCESS": {
33 "message": "Connector deprecated successfully"
34 },
35 "INVALID_COMMAND": {
36 "message": "Sorry, the command {{command}} doesn't exist! Try running ‘flow help’ for list of commands."
37 },
38 "HISTORY_EMPTY": {
39 "message": "No history available."
40 },
41 "SWAGGER_IMPORT_STATUS": {
42 "message": "Importing all actions from swagger file..."
43 },
44 "SWAGGER_IMPORT_FAILURE": {
45 "message": "Your Swagger version is not supported."
46 },
47 "SWAGGER_IMPORT_SUCCESS": {
48 "message": "Swagger imported successfully, please goto to /action dir to check all actions"
49 },
50 "WELCOME_MESSAGE": {
51 "message": "Welcome to Built.io Flow connector builder version {{version}}"
52 },
53 "INIT_CONNECTOR": {
54 "message": "Initializing connector..."
55 },
56 "DOWNLOAD_TEMPLATE": {
57 "message": "Downloading connector template {{template}}..."
58 },
59 "INVALID_CONNECTOR_NAME": {
60 "message": "Special characters are not allowed in the connector name"
61 },
62 "INIT_SUCCESS": {
63 "message": "Connector initialized successfully"
64 },
65 "POST_INIT_SUCCESS": {
66 "message": "Go to your connector's directory using the following command: cd {{name}}"
67 },
68 "USER_LOGGED_IN_ERROR": {
69 "message": "You are already logged in, please run 'flow logout' to login from a different account."
70 },
71 "INVALID_EMAIL": {
72 "message": "Please enter a valid email address."
73 },
74 "INVALID_PASSWORD": {
75 "message": "Please enter a valid password."
76 },
77 "LOGIN_SUCCESS": {
78 "message": "Successfully logged in."
79 },
80 "LOGOUT_SUCCESS": {
81 "message": "Logout Successful."
82 },
83 "LOGOUT_FAILURE": {
84 "message": "User not logged in. Try `flow login`"
85 },
86 "INVALID_SET_PARAMS": {
87 "message": "Invalid command, use `flow set lookup`"
88 },
89 "EMPTY_LOOKUP_LINK_FIELDS": {
90 "message": "No fields to link lookup."
91 },
92 "LOOKUP_NOT_FOUND": {
93 "message": "No Lookup found in your current connector"
94 },
95 "SHARE_PROMPT_MESSAGE": {
96 "message": "Enter the email of the user with whom you want to share your connector"
97 },
98 "COLLABORATE_PROMPT_MESSAGE": {
99 "message": "Enter the email of the user with whom you want to collaborate your connector"
100 },
101 "COLLABORATE_INFO": {
102 "message": "Users cannot collaborate unless you deploy"
103 },
104 "COLLABORATE_SUCCESS": {
105 "message": "User {{email}} added as collaborator successfully"
106 },
107 "SHARE_SUCCESS": {
108 "message": "Connector shared successfully."
109 },
110 "INIT_TEST": {
111 "message": "Running tests on connector..."
112 },
113 "UNSHARE_PROMPT_MESSAGE": {
114 "message": "Enter the email of the user with whom you want to unshare your connector:"
115 },
116 "UNSHARE_SUCCESS": {
117 "message": "Connector unshared successfully."
118 },
119 "VERSION_FAILURE": {
120 "message": "Connector not registered yet. Run `flow deploy` for your first deployment."
121 },
122 "INVALID_AUTH": {
123 "message": "Error validating authentication"
124 },
125 "NO_AUTH_FILE": {
126 "message": "Authentication file missing."
127 },
128 "UPLOADING_CONNECTOR": {
129 "message": "Uploading connector version {{version}} ..."
130 },
131 "DEPLOY_PACKAGING_CONNECTOR": {
132 "message": "Packaging connector..."
133 },
134 "DEPENDENCY_CHECK": {
135 "message": "Checking connector dependencies..."
136 },
137 "CONNECTOR_FILES_COPY": {
138 "message": "Creating copy of connector files..."
139 },
140 "CONNECTOR_VERSION_NOT_FOUND": {
141 "message": "Current connector does not have versions"
142 },
143 "CONNECTOR_VERSION_ERROR": {
144 "message": "Connector version cannot be smaller then current deployed connector"
145 },
146 "CONNECTOR_REGISTER": {
147 "message": "Registering Connector.."
148 },
149 "CONNECTOR_REGISTER_SUCCESS": {
150 "message": "Connector Registered Successfully"
151 },
152 "NPM_INSTALL": {
153 "message": "Installing dependencies..."
154 },
155 "PACKAGING_CONNECTOR_FILES": {
156 "message": "Packing connector files..."
157 },
158 "CHECKING_FILE_SIZE": {
159 "message": "Checking file size..."
160 },
161 "BUILD_SUCCESS": {
162 "message": "Build completed successfully"
163 },
164 "DEPLOY_IN_PROGRESS": {
165 "message": "Deploying connector on Built.io Flow..."
166 },
167 "LOOKUP_EXIST_ERROR": {
168 "message": "Lookup already exist"
169 },
170 "INVALID_TRIGGER": {
171 "message": "Invalid trigger entry found in index"
172 },
173 "INVALID_TRIGGER_FILE": {
174 "message": "Invalid polling key structure found in trigger file"
175 },
176 "INVALID_OAUTH_PARAM": {
177 "message": "Invalid command parameter. Use `flow oauth deploy`"
178 },
179 "OAUTH_CUSTOM_SUCCESS": {
180 "message": "OAuth configuration file created successfully. Kindly populate the oauth.json file "
181 },
182 "OAUTH_MANDATORY_FIELD": {
183 "message": "Missing mandatory field {{property}} in oauth.json"
184 },
185 "OAUTH_EMPTY_FIELD": {
186 "message": "{{property}} should have atleast one property"
187 },
188 "OAUTH_DEPLOY": {
189 "message": "Deploying oauth to flow.built.io server"
190 },
191 "OAUTH_FILE_ERROR": {
192 "message": "Unable to find oauth.json in your connector dir"
193 },
194 "OAUTH_PARSE_ERROR": {
195 "message": "Failed to parse oauth.json"
196 },
197 "OAUTH_TYPE": {
198 "message": "Select type of Oauth"
199 },
200 "OAUTH_NAME_PROMPT": {
201 "message": "Please provide name for your oauth"
202 },
203 "OAUTH_SCOPE_FAIL": {
204 "message": "scope property should be object"
205 },
206 "OAUTH_DEPLOY_SUCCESS": {
207 "message": "OAuth {{name}} registered successfully."
208 },
209 "OAUTH_REDIRECT_URL": {
210 "message": "Kindly set redirect url as {{redirect_url}} in your Oauth Application"
211 },
212 "SELECT_LOOKUP_PROMPT": {
213 "message": "Select the lookup you want to attach"
214 },
215 "LOOKUP_ACTION_PROMPT": {
216 "message": "Do you want to setup lookup for an action field"
217 },
218 "LOOKUP_TRIGGER_PROMPT": {
219 "message": "Do you want to setup lookup for an trigger field"
220 },
221 "INVALID_ATTACH_PARAMS": {
222 "message": "Invalid command, use `flow attach lookup`"
223 },
224 "LOOKUP_ATTACH_ERROR": {
225 "message": "Select atleast one component to attach lookup"
226 },
227 "LOOKUP_ACTION_LIST": {
228 "message": "Select the action you want to enable lookup for"
229 },
230 "ACTION_FIELDS": {
231 "message": "Select the field you want to attach the lookup to"
232 },
233 "LOOKUP_ENTRY_EXIST": {
234 "message": "Lookup entry already exist for field {{name}}. Do you want to continue"
235 },
236 "LOOKUP_DEPENDENCY": {
237 "message": "Lookup needs dependencies of other input fields"
238 },
239 "NO_DEPENDENCY_FIELDS": {
240 "message": "No fields to list for dependencies skipping"
241 },
242 "NO_FIELDS": {
243 "message": "No fields found in {{type}} input skipping"
244 },
245 "LOOKUP_ATTACH_SUCCESS": {
246 "message": "Lookup attached to field {{field}} of {{name}}"
247 },
248 "LOOKUP_TRIGGER_LIST": {
249 "message": "Select the trigger you want to enable lookup for"
250 },
251 "TRIGGER_FIELDS": {
252 "message": "Select the field you want to attach the lookup to"
253 },
254 "NO_ATTACHMENTS": {
255 "message": "No lookup attachments found"
256 },
257 "DETACH_ERROR": {
258 "message": "No Lookup found to detach"
259 },
260 "DETACH_ACTION": {
261 "message": "Want to detach a lookup from an action"
262 },
263 "DETACH_TRIGGER": {
264 "message": "Want to detach a lookup from an trigger"
265 },
266 "DETACH_ACTION_LIST": {
267 "message": "Select the action you want to disable lookup for"
268 },
269 "DETACH_ACTION_FIELD": {
270 "message": "Select the field you want to detach lookup for"
271 },
272 "DETACH_SUCCESS": {
273 "message": "Lookup detached successfully for field {{field}} of {{name}}"
274 },
275 "DETACH_ACTION_FAIL": {
276 "message": "No actions to detach skipping"
277 },
278 "DETACH_TRIGGER_LIST": {
279 "message": "Select the trigger you want to detach lookup for"
280 },
281 "DETACH_TRIGGER_FIELD": {
282 "message": "Select the field you want to detach lookup for"
283 },
284 "DETACH_TRIGGER_FAIL": {
285 "message": "No triggers to detach skipping"
286 },
287 "LOOKUP_ENTRY_NOT_EXIST": {
288 "message": "No entry exist for selected {{type}} {{name}}"
289 },
290 "NAME_TOO_SHORT": {
291 "message": "Name for {{type}} {{name}} is too short."
292 },
293 "POSTMAN_FILE_ERROR": {
294 "message": "File {{file}} not found"
295 },
296 "INVALID_EXPORT": {
297 "message": "Invalid Postman collection export file."
298 },
299 "POSTMAN_PARSE_ERROR": {
300 "message": "Failed to parse JSON"
301 },
302 "POSTMAN_SCHEMA_ERROR": {
303 "message": "No schema definition found in exported json"
304 },
305 "POSTMAN_SUCCESS": {
306 "message": "Imported {{total}} actions successfully"
307 },
308 "POLLING_PROMPT": {
309 "message": "Is your trigger polling"
310 },
311 "VERSION_PROMPT": {
312 "message": "Provide version for your {{type}} {{name}}"
313 },
314 "VERSION_ERROR": {
315 "message": "Version should begin with prefix `v` eg: v1 got {{version}}"
316 },
317 "OAUTH_REQUIRED_INVALID": {
318 "message": "Required field should be a plain js object eg: { title: 'Domain', id: 'domain', description: 'abc', default: 'mydomain'}"
319 }
320}
\No newline at end of file