n8n-nodes-cribops 0.1.9 → 0.1.11
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/dist/credentials/CribopsApi.credentials.d.ts +1 -2
- package/dist/credentials/CribopsApi.credentials.js +2 -1
- package/dist/credentials/cribops.svg +9 -12
- package/dist/nodes/Cribops/cribops.svg +9 -12
- package/dist/nodes/CribopsTrigger/cribopstrigger.svg +11 -14
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties
|
|
1
|
+
import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
2
|
export declare class CribopsApi implements ICredentialType {
|
|
3
3
|
name: string;
|
|
4
4
|
displayName: string;
|
|
5
5
|
documentationUrl: string;
|
|
6
|
-
icon: Icon;
|
|
7
6
|
properties: INodeProperties[];
|
|
8
7
|
authenticate: IAuthenticateGeneric;
|
|
9
8
|
test: ICredentialTestRequest;
|
|
@@ -5,7 +5,8 @@ class CribopsApi {
|
|
|
5
5
|
name = 'cribopsApi';
|
|
6
6
|
displayName = 'Cribops API';
|
|
7
7
|
documentationUrl = 'https://github.com/CloudBedrock/n8n-nodes-cribops/wiki';
|
|
8
|
-
|
|
8
|
+
// Icon removed due to n8n bug with credential icons in community nodes
|
|
9
|
+
// See: https://github.com/n8n-io/n8n/issues/11642
|
|
9
10
|
properties = [
|
|
10
11
|
{
|
|
11
12
|
displayName: 'API Token',
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<!--
|
|
3
|
-
<
|
|
2
|
+
<!-- Cloud shape enlarged to fill space -->
|
|
3
|
+
<path d="M48 42C51.3137 42 54 39.3137 54 36C54 32.6863 51.3137 30 48 30C47.6371 30 47.2823 30.0348 46.9375 30.1016C46.5703 22.4509 40.293 16.5 32.625 16.5C27.6094 16.5 23.2031 19.2891 20.875 23.4531C20.0625 23.2891 19.2266 23.2031 18.375 23.2031C12.0898 23.2031 7 28.293 7 34.5781C7 34.8906 7.0156 35.2031 7.0469 35.5078C3.12891 36.5391 0.375 40.2578 0.375 44.6719C0.375 50.0547 4.81641 54.5 10.2031 54.5H48V42Z" fill="#1CBFEF"/>
|
|
4
4
|
|
|
5
|
-
<!--
|
|
6
|
-
<
|
|
5
|
+
<!-- Bar chart enlarged -->
|
|
6
|
+
<rect x="15" y="46" width="4" height="7" rx="0.5" fill="#0B2A4A"/>
|
|
7
|
+
<rect x="21" y="42" width="4" height="11" rx="0.5" fill="#0B2A4A"/>
|
|
8
|
+
<rect x="27" y="38" width="4" height="15" rx="0.5" fill="#0B2A4A"/>
|
|
9
|
+
<rect x="33" y="34" width="4" height="19" rx="0.5" fill="#1CBFEF"/>
|
|
7
10
|
|
|
8
|
-
<!--
|
|
9
|
-
<
|
|
10
|
-
<rect x="31.3" y="31" width="1.5" height="4" rx="0.2" fill="#F0F0F0"/>
|
|
11
|
-
<rect x="33.1" y="29.5" width="1.5" height="5.5" rx="0.2" fill="#FFFFFF"/>
|
|
12
|
-
<rect x="34.9" y="28" width="1.5" height="7" rx="0.2" fill="#1CBFEF"/>
|
|
13
|
-
|
|
14
|
-
<!-- Arrow in bright blue -->
|
|
15
|
-
<path d="M37 27L38.5 25.5M38.5 25.5V27M38.5 25.5H37" stroke="#1CBFEF" stroke-width="0.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<!-- Arrow enlarged -->
|
|
12
|
+
<path d="M42 30L48 24M48 24V30M48 24H42" stroke="#1CBFEF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
13
|
</svg>
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<!--
|
|
3
|
-
<
|
|
2
|
+
<!-- Cloud shape enlarged to fill space -->
|
|
3
|
+
<path d="M48 42C51.3137 42 54 39.3137 54 36C54 32.6863 51.3137 30 48 30C47.6371 30 47.2823 30.0348 46.9375 30.1016C46.5703 22.4509 40.293 16.5 32.625 16.5C27.6094 16.5 23.2031 19.2891 20.875 23.4531C20.0625 23.2891 19.2266 23.2031 18.375 23.2031C12.0898 23.2031 7 28.293 7 34.5781C7 34.8906 7.0156 35.2031 7.0469 35.5078C3.12891 36.5391 0.375 40.2578 0.375 44.6719C0.375 50.0547 4.81641 54.5 10.2031 54.5H48V42Z" fill="#1CBFEF"/>
|
|
4
4
|
|
|
5
|
-
<!--
|
|
6
|
-
<
|
|
5
|
+
<!-- Bar chart enlarged -->
|
|
6
|
+
<rect x="15" y="46" width="4" height="7" rx="0.5" fill="#0B2A4A"/>
|
|
7
|
+
<rect x="21" y="42" width="4" height="11" rx="0.5" fill="#0B2A4A"/>
|
|
8
|
+
<rect x="27" y="38" width="4" height="15" rx="0.5" fill="#0B2A4A"/>
|
|
9
|
+
<rect x="33" y="34" width="4" height="19" rx="0.5" fill="#1CBFEF"/>
|
|
7
10
|
|
|
8
|
-
<!--
|
|
9
|
-
<
|
|
10
|
-
<rect x="31.3" y="31" width="1.5" height="4" rx="0.2" fill="#F0F0F0"/>
|
|
11
|
-
<rect x="33.1" y="29.5" width="1.5" height="5.5" rx="0.2" fill="#FFFFFF"/>
|
|
12
|
-
<rect x="34.9" y="28" width="1.5" height="7" rx="0.2" fill="#1CBFEF"/>
|
|
13
|
-
|
|
14
|
-
<!-- Arrow in bright blue -->
|
|
15
|
-
<path d="M37 27L38.5 25.5M38.5 25.5V27M38.5 25.5H37" stroke="#1CBFEF" stroke-width="0.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
<!-- Arrow enlarged -->
|
|
12
|
+
<path d="M42 30L48 24M48 24V30M48 24H42" stroke="#1CBFEF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
16
13
|
</svg>
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<!--
|
|
3
|
-
<
|
|
2
|
+
<!-- Cloud shape enlarged to fill space -->
|
|
3
|
+
<path d="M48 42C51.3137 42 54 39.3137 54 36C54 32.6863 51.3137 30 48 30C47.6371 30 47.2823 30.0348 46.9375 30.1016C46.5703 22.4509 40.293 16.5 32.625 16.5C27.6094 16.5 23.2031 19.2891 20.875 23.4531C20.0625 23.2891 19.2266 23.2031 18.375 23.2031C12.0898 23.2031 7 28.293 7 34.5781C7 34.8906 7.0156 35.2031 7.0469 35.5078C3.12891 36.5391 0.375 40.2578 0.375 44.6719C0.375 50.0547 4.81641 54.5 10.2031 54.5H48V42Z" fill="#1CBFEF"/>
|
|
4
4
|
|
|
5
|
-
<!--
|
|
6
|
-
<
|
|
5
|
+
<!-- Bar chart enlarged -->
|
|
6
|
+
<rect x="15" y="46" width="4" height="7" rx="0.5" fill="#0B2A4A"/>
|
|
7
|
+
<rect x="21" y="42" width="4" height="11" rx="0.5" fill="#0B2A4A"/>
|
|
8
|
+
<rect x="27" y="38" width="4" height="15" rx="0.5" fill="#0B2A4A"/>
|
|
9
|
+
<rect x="33" y="34" width="4" height="19" rx="0.5" fill="#1CBFEF"/>
|
|
7
10
|
|
|
8
|
-
<!--
|
|
9
|
-
<
|
|
10
|
-
<rect x="31.3" y="31" width="1.5" height="4" rx="0.2" fill="#F0F0F0"/>
|
|
11
|
-
<rect x="33.1" y="29.5" width="1.5" height="5.5" rx="0.2" fill="#FFFFFF"/>
|
|
12
|
-
<rect x="34.9" y="28" width="1.5" height="7" rx="0.2" fill="#1CBFEF"/>
|
|
11
|
+
<!-- Arrow enlarged -->
|
|
12
|
+
<path d="M42 30L48 24M48 24V30M48 24H42" stroke="#1CBFEF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
13
13
|
|
|
14
|
-
<!--
|
|
15
|
-
<path d="
|
|
16
|
-
|
|
17
|
-
<!-- Trigger indicator (lightning bolt) in white -->
|
|
18
|
-
<path d="M40 26L38 29H41L39 32" stroke="#FFFFFF" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
14
|
+
<!-- Lightning bolt trigger indicator -->
|
|
15
|
+
<path d="M50 32L46 38H52L48 44" stroke="#FBB040" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
|
|
19
16
|
</svg>
|
package/dist/package.json
CHANGED