n8n-nodes-checkmob 0.1.0 → 0.1.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.
|
@@ -3,7 +3,7 @@ export declare class CheckmobApi implements ICredentialType {
|
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
|
-
icon: "file:checkmob.
|
|
6
|
+
icon: "file:checkmob.png";
|
|
7
7
|
properties: INodeProperties[];
|
|
8
8
|
authenticate: IAuthenticateGeneric;
|
|
9
9
|
test: ICredentialTestRequest;
|
|
@@ -6,7 +6,7 @@ class CheckmobApi {
|
|
|
6
6
|
this.name = 'checkmobApi';
|
|
7
7
|
this.displayName = 'Checkmob API';
|
|
8
8
|
this.documentationUrl = 'https://api-integration.checkmob.com/index.html';
|
|
9
|
-
this.icon = 'file:checkmob.
|
|
9
|
+
this.icon = 'file:checkmob.png';
|
|
10
10
|
this.properties = [
|
|
11
11
|
{
|
|
12
12
|
displayName: 'Base URL',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-checkmob",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "n8n community node for Checkmob — field service management platform",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -55,4 +55,4 @@
|
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"n8n-workflow": "*"
|
|
57
57
|
}
|
|
58
|
-
}
|
|
58
|
+
}
|