n8n-nodes-cribops 0.1.8 → 0.1.9

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.
@@ -1,8 +1,9 @@
1
- import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
1
+ import { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties, Icon } 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;
6
7
  properties: INodeProperties[];
7
8
  authenticate: IAuthenticateGeneric;
8
9
  test: ICredentialTestRequest;
@@ -5,6 +5,7 @@ class CribopsApi {
5
5
  name = 'cribopsApi';
6
6
  displayName = 'Cribops API';
7
7
  documentationUrl = 'https://github.com/CloudBedrock/n8n-nodes-cribops/wiki';
8
+ icon = 'node:n8n-nodes-cribops.cribops';
8
9
  properties = [
9
10
  {
10
11
  displayName: 'API Token',
@@ -0,0 +1,16 @@
1
+ <svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Background circle (optional, can be removed if n8n handles backgrounds) -->
3
+ <rect width="60" height="60" rx="8" fill="#0B2A4A"/>
4
+
5
+ <!-- Cloud shape in Cribops blue -->
6
+ <path d="M38 34C39.1046 34 40 33.1046 40 32C40 30.8954 39.1046 30 38 30C37.9121 30 37.8261 30.0091 37.7422 30.0264C37.6614 28.2817 36.1888 26.9063 34.4141 26.9063C33.3248 26.9063 32.3702 27.4979 31.8594 28.3711C31.6641 28.3359 31.4633 28.3172 31.2571 28.3172C29.6788 28.3172 28.3906 29.5779 28.3906 31.125C28.3906 31.1984 28.3929 31.2715 28.3975 31.3438C27.3799 31.5862 26.6094 32.4901 26.6094 33.5547C26.6094 34.8021 27.6146 35.8125 28.8516 35.8125H38V34Z" fill="#1CBFEF"/>
7
+
8
+ <!-- Bar chart in light gray/white -->
9
+ <rect x="29.5" y="32.5" width="1.5" height="2.5" rx="0.2" fill="#E5E5E5"/>
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"/>
16
+ </svg>
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-cribops",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "n8n community node for Cribops AI platform integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-cribops",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "n8n community node for Cribops AI platform integration",
5
5
  "keywords": [
6
6
  "n8n-community-node-package"