@n8n-dev/n8n-nodes-linode 1.0.0
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/README.md +589 -0
- package/dist/banner.svg +91 -0
- package/dist/credentials/LinodeApi.credentials.d.ts +9 -0
- package/dist/credentials/LinodeApi.credentials.js +40 -0
- package/dist/credentials/LinodeApi.credentials.js.map +1 -0
- package/dist/icons/linode.dark.svg +18 -0
- package/dist/icons/linode.svg +18 -0
- package/dist/nodes/Linode/Linode.node.d.ts +4 -0
- package/dist/nodes/Linode/Linode.node.js +178 -0
- package/dist/nodes/Linode/Linode.node.js.map +1 -0
- package/dist/nodes/Linode/Linode.node.json +20 -0
- package/dist/nodes/Linode/linode.dark.svg +18 -0
- package/dist/nodes/Linode/linode.svg +18 -0
- package/dist/nodes/Linode/resources/account/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/account/index.js +4783 -0
- package/dist/nodes/Linode/resources/account/index.js.map +1 -0
- package/dist/nodes/Linode/resources/databases/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/databases/index.js +4009 -0
- package/dist/nodes/Linode/resources/databases/index.js.map +1 -0
- package/dist/nodes/Linode/resources/domains/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/domains/index.js +2284 -0
- package/dist/nodes/Linode/resources/domains/index.js.map +1 -0
- package/dist/nodes/Linode/resources/images/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/images/index.js +935 -0
- package/dist/nodes/Linode/resources/images/index.js.map +1 -0
- package/dist/nodes/Linode/resources/index.d.ts +18 -0
- package/dist/nodes/Linode/resources/index.js +40 -0
- package/dist/nodes/Linode/resources/index.js.map +1 -0
- package/dist/nodes/Linode/resources/linode-instances/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/linode-instances/index.js +5610 -0
- package/dist/nodes/Linode/resources/linode-instances/index.js.map +1 -0
- package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js +1788 -0
- package/dist/nodes/Linode/resources/linode-kubernetes-engine-lke/index.js.map +1 -0
- package/dist/nodes/Linode/resources/linode-types/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/linode-types/index.js +84 -0
- package/dist/nodes/Linode/resources/linode-types/index.js.map +1 -0
- package/dist/nodes/Linode/resources/longview/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/longview/index.js +969 -0
- package/dist/nodes/Linode/resources/longview/index.js.map +1 -0
- package/dist/nodes/Linode/resources/managed/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/managed/index.js +2904 -0
- package/dist/nodes/Linode/resources/managed/index.js.map +1 -0
- package/dist/nodes/Linode/resources/networking/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/networking/index.js +2365 -0
- package/dist/nodes/Linode/resources/networking/index.js.map +1 -0
- package/dist/nodes/Linode/resources/node-balancers/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/node-balancers/index.js +3158 -0
- package/dist/nodes/Linode/resources/node-balancers/index.js.map +1 -0
- package/dist/nodes/Linode/resources/object-storage/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/object-storage/index.js +2053 -0
- package/dist/nodes/Linode/resources/object-storage/index.js.map +1 -0
- package/dist/nodes/Linode/resources/profile/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/profile/index.js +2684 -0
- package/dist/nodes/Linode/resources/profile/index.js.map +1 -0
- package/dist/nodes/Linode/resources/regions/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/regions/index.js +84 -0
- package/dist/nodes/Linode/resources/regions/index.js.map +1 -0
- package/dist/nodes/Linode/resources/stack-scripts/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/stack-scripts/index.js +1102 -0
- package/dist/nodes/Linode/resources/stack-scripts/index.js.map +1 -0
- package/dist/nodes/Linode/resources/support/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/support/index.js +883 -0
- package/dist/nodes/Linode/resources/support/index.js.map +1 -0
- package/dist/nodes/Linode/resources/tags/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/tags/index.js +472 -0
- package/dist/nodes/Linode/resources/tags/index.js.map +1 -0
- package/dist/nodes/Linode/resources/volumes/index.d.ts +2 -0
- package/dist/nodes/Linode/resources/volumes/index.js +953 -0
- package/dist/nodes/Linode/resources/volumes/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
package/dist/banner.svg
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
<svg width="1584" height="396" viewBox="0 0 1584 396" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="1584" height="396" fill="#F5F5F5"/>
|
|
3
|
+
<g id="Awesome banner" clip-path="url(#clip0_0_1)">
|
|
4
|
+
<rect width="1584" height="396" fill="url(#paint0_linear_0_1)"/>
|
|
5
|
+
<ellipse id="Ellipse 2" cx="323" cy="64" rx="285" ry="288" fill="url(#paint1_linear_0_1)" fill-opacity="0.1"/>
|
|
6
|
+
<g id="copyright">
|
|
7
|
+
<path d="M75.95 334.52L72.30 334.52L72.30 311.16L77.20 311.16L83.70 330.04Q83.60 329.02 83.50 327.62Q83.41 326.23 83.33 324.79Q83.25 323.35 83.25 322.23L83.25 311.16L86.90 311.16L86.90 334.52L82 334.52L75.57 315.64Q75.63 316.57 75.73 317.88Q75.82 319.19 75.89 320.57Q75.95 321.94 75.95 323.10L75.95 334.52M98.80 334.84Q96.46 334.84 94.67 333.96Q92.88 333.08 91.89 331.53Q90.90 329.98 90.90 327.93Q90.90 325.78 92.13 324.18Q93.36 322.58 95.34 322.17L95.34 322.10Q93.65 321.75 92.61 320.38Q91.57 319 91.57 317.11Q91.57 315.26 92.48 313.85Q93.39 312.44 95.02 311.64Q96.66 310.84 98.80 310.84Q100.94 310.84 102.59 311.64Q104.24 312.44 105.15 313.85Q106.06 315.26 106.06 317.11Q106.06 319 105.01 320.38Q103.95 321.75 102.26 322.10L102.26 322.17Q104.24 322.58 105.47 324.18Q106.70 325.78 106.70 327.93Q106.70 329.98 105.71 331.53Q104.72 333.08 102.93 333.96Q101.14 334.84 98.80 334.84M98.80 320.73Q100.30 320.73 101.23 319.82Q102.16 318.90 102.16 317.46Q102.16 315.99 101.23 315.08Q100.30 314.17 98.80 314.17Q97.30 314.17 96.37 315.08Q95.44 315.99 95.44 317.46Q95.44 318.90 96.37 319.82Q97.30 320.73 98.80 320.73M98.80 331.45Q100.56 331.45 101.68 330.42Q102.80 329.40 102.80 327.74Q102.80 326.04 101.68 325Q100.56 323.96 98.80 323.96Q97.04 323.96 95.92 325Q94.80 326.04 94.80 327.74Q94.80 329.40 95.92 330.42Q97.04 331.45 98.80 331.45M114.35 334.52L110.70 334.52L110.70 311.16L115.60 311.16L122.10 330.04Q122 329.02 121.90 327.62Q121.81 326.23 121.73 324.79Q121.65 323.35 121.65 322.23L121.65 311.16L125.30 311.16L125.30 334.52L120.40 334.52L113.97 315.64Q114.03 316.57 114.13 317.88Q114.22 319.19 114.29 320.57Q114.35 321.94 114.35 323.10" fill="white" fill-opacity="0.9"/>
|
|
8
|
+
<path d="M161.48 325.24L151.24 325.24L151.24 322.68L161.48 322.68" fill="white" fill-opacity="0.9"/>
|
|
9
|
+
<path d="M195.02 334.84Q191.82 334.84 189.96 333.05Q188.11 331.26 188.11 328.12L188.11 317.56Q188.11 314.42 189.96 312.63Q191.82 310.84 195.02 310.84Q198.15 310.84 200.01 312.65Q201.87 314.46 201.87 317.56L198.99 317.56Q198.99 315.58 197.95 314.50Q196.91 313.43 195.02 313.43Q193.13 313.43 192.06 314.50Q190.99 315.58 190.99 317.56L190.99 328.12Q190.99 330.10 192.06 331.18Q193.13 332.25 195.02 332.25Q196.91 332.25 197.95 331.18Q198.99 330.10 198.99 328.12L201.87 328.12Q201.87 331.22 200.01 333.03Q198.15 334.84 195.02 334.84" fill="white" fill-opacity="0.9"/>
|
|
10
|
+
<path d="M213.96 334.84Q210.83 334.84 209 333.02Q207.18 331.19 207.18 327.80L207.18 317.88Q207.18 314.49 209 312.66Q210.83 310.84 213.96 310.84Q217.10 310.84 218.92 312.66Q220.75 314.49 220.75 317.85L220.75 327.80Q220.75 331.19 218.92 333.02Q217.10 334.84 213.96 334.84M213.96 332.25Q215.85 332.25 216.86 331.18Q217.87 330.10 217.87 328.12L217.87 317.56Q217.87 315.58 216.86 314.50Q215.85 313.43 213.96 313.43Q212.11 313.43 211.08 314.50Q210.06 315.58 210.06 317.56L210.06 328.12Q210.06 330.10 211.08 331.18Q212.11 332.25 213.96 332.25" fill="white" fill-opacity="0.9"/>
|
|
11
|
+
<path d="M228.65 334.52L225.87 334.52L225.87 311.16L230.12 311.16L233.10 321.27L236.20 311.16L240.46 311.16L240.46 334.52L237.67 334.52L237.67 323.48Q237.67 321.91 237.72 319.88Q237.77 317.85 237.87 315.77Q237.96 313.69 238.09 312.02L234.31 324.09L231.82 324.09L228.20 312.31Q228.46 314.68 228.55 317.50Q228.65 320.31 228.65 323.48" fill="white" fill-opacity="0.9"/>
|
|
12
|
+
<path d="M247.85 334.52L245.07 334.52L245.07 311.16L249.32 311.16L252.30 321.27L255.40 311.16L259.66 311.16L259.66 334.52L256.87 334.52L256.87 323.48Q256.87 321.91 256.92 319.88Q256.97 317.85 257.07 315.77Q257.16 313.69 257.29 312.02L253.51 324.09L251.02 324.09L247.40 312.31Q247.66 314.68 247.75 317.50Q247.85 320.31 247.85 323.48" fill="white" fill-opacity="0.9"/>
|
|
13
|
+
<path d="M271.56 334.84Q268.30 334.84 266.57 333.03Q264.84 331.22 264.84 328.12L264.84 311.16L267.72 311.16L267.72 328.12Q267.72 330.04 268.67 331.16Q269.61 332.28 271.56 332.28Q273.48 332.28 274.44 331.16Q275.40 330.04 275.40 328.12L275.40 311.16L278.28 311.16L278.28 328.12Q278.28 331.26 276.57 333.05Q274.86 334.84 271.56 334.84" fill="white" fill-opacity="0.9"/>
|
|
14
|
+
<path d="M286.83 334.52L284.04 334.52L284.04 311.16L287.88 311.16L295.02 331.16Q294.95 330.36 294.87 329.19Q294.79 328.02 294.75 326.73Q294.70 325.43 294.70 324.28L294.70 311.16L297.48 311.16L297.48 334.52L293.64 334.52L286.54 314.52Q286.60 315.29 286.67 316.46Q286.73 317.62 286.78 318.92Q286.83 320.22 286.83 321.40" fill="white" fill-opacity="0.9"/>
|
|
15
|
+
<path d="M316.20 334.52L303.72 334.52L303.72 331.90L308.49 331.90L308.49 313.78L303.72 313.78L303.72 311.16L316.20 311.16L316.20 313.78L311.43 313.78L311.43 331.90L316.20 331.90" fill="white" fill-opacity="0.9"/>
|
|
16
|
+
<path d="M330.60 334.52L327.72 334.52L327.72 313.78L321.32 313.78L321.32 311.16L337 311.16L337 313.78L330.60 313.78" fill="white" fill-opacity="0.9"/>
|
|
17
|
+
<path d="M349.80 334.52L346.92 334.52L346.92 325.78L339.88 311.16L342.95 311.16L347.50 320.76Q347.88 321.56 348.11 322.12Q348.33 322.68 348.39 322.94Q348.46 322.68 348.70 322.12Q348.94 321.56 349.32 320.76L353.87 311.16L356.84 311.16L349.80 325.78" fill="white" fill-opacity="0.9"/>
|
|
18
|
+
<path d="M382.83 334.52L380.04 334.52L380.04 311.16L383.88 311.16L391.02 331.16Q390.95 330.36 390.87 329.19Q390.79 328.02 390.75 326.73Q390.70 325.43 390.70 324.28L390.70 311.16L393.48 311.16L393.48 334.52L389.64 334.52L382.54 314.52Q382.60 315.29 382.67 316.46Q382.73 317.62 382.78 318.92Q382.83 320.22 382.83 321.40" fill="white" fill-opacity="0.9"/>
|
|
19
|
+
<path d="M405.96 334.84Q402.83 334.84 401 333.02Q399.18 331.19 399.18 327.80L399.18 317.88Q399.18 314.49 401 312.66Q402.83 310.84 405.96 310.84Q409.10 310.84 410.92 312.66Q412.75 314.49 412.75 317.85L412.75 327.80Q412.75 331.19 410.92 333.02Q409.10 334.84 405.96 334.84M405.96 332.25Q407.85 332.25 408.86 331.18Q409.87 330.10 409.87 328.12L409.87 317.56Q409.87 315.58 408.86 314.50Q407.85 313.43 405.96 313.43Q404.11 313.43 403.08 314.50Q402.06 315.58 402.06 317.56L402.06 328.12Q402.06 330.10 403.08 331.18Q404.11 332.25 405.96 332.25" fill="white" fill-opacity="0.9"/>
|
|
20
|
+
<path d="M424.55 334.52L418.51 334.52L418.51 311.16L424.55 311.16Q426.83 311.16 428.47 312.02Q430.12 312.89 431.03 314.46Q431.95 316.02 431.95 318.17L431.95 327.48Q431.95 329.62 431.03 331.21Q430.12 332.79 428.47 333.66Q426.83 334.52 424.55 334.52M421.39 313.72L421.39 331.96L424.55 331.96Q426.67 331.96 427.87 330.78Q429.07 329.59 429.07 327.48L429.07 318.17Q429.07 316.09 427.87 314.90Q426.67 313.72 424.55 313.72" fill="white" fill-opacity="0.9"/>
|
|
21
|
+
<path d="M451.40 334.52L437.96 334.52L437.96 311.16L451.40 311.16L451.40 313.78L440.81 313.78L440.81 321.02L450.28 321.02L450.28 323.58L440.81 323.58L440.81 331.90L451.40 331.90" fill="white" fill-opacity="0.9"/>
|
|
22
|
+
<path d="M463.69 334.84Q460.30 334.84 458.28 333.05Q456.27 331.26 456.27 328.12L459.15 328.12Q459.15 330.07 460.39 331.18Q461.64 332.28 463.69 332.28Q465.67 332.28 466.86 331.13Q468.04 329.98 468.04 328.12Q468.04 326.71 467.29 325.67Q466.54 324.63 465.13 324.25L461.58 323.26Q459.37 322.62 458.11 320.97Q456.84 319.32 456.84 317.08Q456.84 315.22 457.67 313.82Q458.51 312.41 460.01 311.62Q461.51 310.84 463.47 310.84Q465.45 310.84 466.97 311.62Q468.49 312.41 469.35 313.80Q470.22 315.19 470.22 317.02L467.34 317.02Q467.34 315.42 466.25 314.41Q465.16 313.40 463.47 313.40Q461.77 313.40 460.71 314.41Q459.66 315.42 459.66 317.02Q459.66 318.30 460.35 319.21Q461.03 320.12 462.28 320.47L465.93 321.50Q468.27 322.14 469.56 323.91Q470.86 325.69 470.86 328.12Q470.86 331.19 468.91 333.02Q466.95 334.84 463.69 334.84" fill="white" fill-opacity="0.9"/>
|
|
23
|
+
</g>
|
|
24
|
+
<path d="M81.88 197.64L72.52 197.64L72.52 195.67L76.10 195.67L76.10 182.09L72.52 182.09L72.52 180.12L81.88 180.12L81.88 182.09L78.30 182.09L78.30 195.67L81.88 195.67" fill="white" fill-opacity="0.7"/>
|
|
25
|
+
<path d="M88.77 197.64L86.61 197.64L86.61 184.44L88.77 184.44L88.77 186.96L88.79 186.96Q88.96 185.64 89.87 184.92Q90.78 184.20 92.30 184.20Q94.29 184.20 95.46 185.42Q96.64 186.65 96.64 188.76L96.64 197.64L94.48 197.64L94.48 189.14Q94.48 187.63 93.72 186.83Q92.97 186.02 91.67 186.02Q90.33 186.02 89.55 186.86Q88.77 187.70 88.77 189.24" fill="white" fill-opacity="0.7"/>
|
|
26
|
+
<path d="M111.16 197.64L107.32 197.64Q105.69 197.64 104.70 196.69Q103.72 195.74 103.72 194.16L103.72 186.41L99.93 186.41L99.93 184.44L103.72 184.44L103.72 180.72L105.88 180.72L105.88 184.44L111.28 184.44L111.28 186.41L105.88 186.41L105.88 194.16Q105.88 194.83 106.28 195.25Q106.67 195.67 107.32 195.67L111.16 195.67" fill="white" fill-opacity="0.7"/>
|
|
27
|
+
<path d="M118.05 197.64L115.89 197.64L115.89 184.44L118.05 184.44L118.05 186.96L118.10 186.96Q118.26 185.69 119.18 184.94Q120.09 184.20 121.62 184.20Q123.69 184.20 124.80 185.44Q125.92 186.67 125.92 188.95L125.92 190.08L123.76 190.08L123.76 188.95Q123.76 186.07 120.95 186.07Q119.54 186.07 118.79 186.89Q118.05 187.70 118.05 189.24" fill="white" fill-opacity="0.7"/>
|
|
28
|
+
<path d="M134.80 197.83Q132.42 197.83 131.02 196.44Q129.62 195.05 129.62 192.55L129.62 189.53Q129.62 187.01 131.01 185.63Q132.40 184.25 134.80 184.25Q137.20 184.25 138.59 185.63Q139.98 187.01 139.98 189.53L139.98 192.55Q139.98 195.05 138.58 196.44Q137.18 197.83 134.80 197.83M134.80 195.91Q136.22 195.91 137.02 195.12Q137.82 194.33 137.82 192.79L137.82 189.29Q137.82 187.75 137.02 186.96Q136.22 186.17 134.80 186.17Q133.41 186.17 132.59 186.96Q131.78 187.75 131.78 189.29L131.78 192.79Q131.78 194.33 132.59 195.12Q133.41 195.91 134.80 195.91" fill="white" fill-opacity="0.7"/>
|
|
29
|
+
<path d="M148.43 197.88Q146.46 197.88 145.28 196.56Q144.09 195.24 144.09 192.98L144.09 189.12Q144.09 186.84 145.26 185.52Q146.44 184.20 148.43 184.20Q149.92 184.20 150.89 184.94Q151.86 185.69 152.06 186.96L152.08 186.96L152.03 183.96L152.03 180.12L154.19 180.12L154.19 197.64L152.03 197.64L152.03 195.12L152.01 195.12Q151.84 196.42 150.88 197.15Q149.92 197.88 148.43 197.88M149.15 196.01Q150.50 196.01 151.26 195.17Q152.03 194.33 152.03 192.84L152.03 189.24Q152.03 187.75 151.26 186.91Q150.50 186.07 149.15 186.07Q147.78 186.07 147.02 186.78Q146.25 187.49 146.25 189.12L146.25 192.96Q146.25 194.57 147.02 195.29Q147.78 196.01 149.15 196.01" fill="white" fill-opacity="0.7"/>
|
|
30
|
+
<path d="M163.58 197.88Q161.30 197.88 159.93 196.52Q158.56 195.17 158.56 192.84L158.56 184.44L160.72 184.44L160.72 192.84Q160.72 194.28 161.49 195.13Q162.26 195.98 163.58 195.98Q164.92 195.98 165.70 195.13Q166.48 194.28 166.48 192.84L166.48 184.44L168.64 184.44L168.64 192.84Q168.64 195.17 167.25 196.52Q165.86 197.88 163.58 197.88" fill="white" fill-opacity="0.7"/>
|
|
31
|
+
<path d="M178.19 197.88Q175.79 197.88 174.35 196.54Q172.91 195.19 172.91 192.84L172.91 189.24Q172.91 186.89 174.35 185.54Q175.79 184.20 178.19 184.20Q180.47 184.20 181.88 185.42Q183.28 186.65 183.35 188.76L181.19 188.76Q181.12 187.49 180.33 186.80Q179.54 186.12 178.19 186.12Q176.78 186.12 175.92 186.92Q175.07 187.73 175.07 189.22L175.07 192.84Q175.07 194.33 175.92 195.14Q176.78 195.96 178.19 195.96Q179.54 195.96 180.33 195.26Q181.12 194.57 181.19 193.32L183.35 193.32Q183.28 195.43 181.88 196.66Q180.47 197.88 178.19 197.88" fill="white" fill-opacity="0.7"/>
|
|
32
|
+
<path d="M197.56 197.64L193.72 197.64Q192.09 197.64 191.10 196.69Q190.12 195.74 190.12 194.16L190.12 186.41L186.33 186.41L186.33 184.44L190.12 184.44L190.12 180.72L192.28 180.72L192.28 184.44L197.68 184.44L197.68 186.41L192.28 186.41L192.28 194.16Q192.28 194.83 192.68 195.25Q193.07 195.67 193.72 195.67L197.56 195.67" fill="white" fill-opacity="0.7"/>
|
|
33
|
+
<path d="M212.92 197.64L201.64 197.64L201.64 195.67L206.32 195.67L206.32 186.41L202.12 186.41L202.12 184.44L208.48 184.44L208.48 195.67L212.92 195.67L212.92 197.64M207.16 182.06Q206.37 182.06 205.91 181.66Q205.46 181.25 205.46 180.55Q205.46 179.83 205.91 179.41Q206.37 178.99 207.16 178.99Q207.95 178.99 208.41 179.41Q208.86 179.83 208.86 180.55Q208.86 181.25 208.41 181.66Q207.95 182.06 207.16 182.06" fill="white" fill-opacity="0.7"/>
|
|
34
|
+
<path d="M221.20 197.83Q218.82 197.83 217.42 196.44Q216.02 195.05 216.02 192.55L216.02 189.53Q216.02 187.01 217.41 185.63Q218.80 184.25 221.20 184.25Q223.60 184.25 224.99 185.63Q226.38 187.01 226.38 189.53L226.38 192.55Q226.38 195.05 224.98 196.44Q223.58 197.83 221.20 197.83M221.20 195.91Q222.62 195.91 223.42 195.12Q224.22 194.33 224.22 192.79L224.22 189.29Q224.22 187.75 223.42 186.96Q222.62 186.17 221.20 186.17Q219.81 186.17 218.99 186.96Q218.18 187.75 218.18 189.29L218.18 192.79Q218.18 194.33 218.99 195.12Q219.81 195.91 221.20 195.91" fill="white" fill-opacity="0.7"/>
|
|
35
|
+
<path d="M232.77 197.64L230.61 197.64L230.61 184.44L232.77 184.44L232.77 186.96L232.79 186.96Q232.96 185.64 233.87 184.92Q234.78 184.20 236.30 184.20Q238.29 184.20 239.46 185.42Q240.64 186.65 240.64 188.76L240.64 197.64L238.48 197.64L238.48 189.14Q238.48 187.63 237.72 186.83Q236.97 186.02 235.67 186.02Q234.33 186.02 233.55 186.86Q232.77 187.70 232.77 189.24" fill="white" fill-opacity="0.7"/>
|
|
36
|
+
<path d="M114.99 136.06L74.29 136.06L74.29 65.98L83.79 65.98L83.79 127.42L114.99 127.42L114.99 136.06M167.50 136.06L129.30 136.06L129.30 127.42L143.60 127.42L143.60 74.62L129.30 74.62L129.30 65.98L167.50 65.98L167.50 74.62L153.20 74.62L153.20 127.42L167.50 127.42L167.50 136.06M194.38 136.06L185.46 136.06L185.46 65.98L197.74 65.98L218.67 125.12Q218.38 122.62 218.14 118.92Q217.90 115.23 217.76 111.24Q217.62 107.26 217.62 103.71L217.62 65.98L226.64 65.98L226.64 136.06L214.26 136.06L193.52 76.92Q193.71 79.42 193.90 83.02Q194.10 86.62 194.24 90.56Q194.38 94.49 194.38 97.95L194.38 136.06M263.60 137.02Q254 137.02 248.43 131.45Q242.86 125.88 242.86 115.71L242.86 86.24Q242.86 76.16 248.43 70.59Q254 65.02 263.60 65.02Q273.20 65.02 278.77 70.54Q284.34 76.06 284.34 86.24L284.34 115.71Q284.34 125.88 278.77 131.45Q273.20 137.02 263.60 137.02M263.60 128.57Q268.98 128.57 271.90 125.50Q274.83 122.43 274.83 116.67L274.83 85.28Q274.83 79.61 271.95 76.54Q269.07 73.47 263.60 73.47Q258.13 73.47 255.25 76.54Q252.37 79.61 252.37 85.28L252.37 116.67Q252.37 122.43 255.30 125.50Q258.22 128.57 263.60 128.57M319.66 136.06L300.85 136.06L300.85 65.98L319.66 65.98Q326.48 65.98 331.52 68.62Q336.56 71.26 339.34 76.01Q342.13 80.76 342.13 87.20L342.13 114.75Q342.13 121.18 339.34 125.98Q336.56 130.78 331.52 133.42Q326.48 136.06 319.66 136.06M310.35 74.43L310.35 127.61L319.66 127.61Q325.71 127.61 329.17 124.16Q332.62 120.70 332.62 114.75L332.62 87.20Q332.62 81.24 329.17 77.84Q325.71 74.43 319.66 74.43L310.35 74.43M400.11 136.06L359.31 136.06L359.31 65.98L400.11 65.98L400.11 74.52L368.72 74.52L368.72 95.36L396.75 95.36L396.75 103.61L368.72 103.61L368.72 127.52L400.11 127.52" fill="url(#paint2_linear_0_1)"/>
|
|
37
|
+
<g id="Group 1">
|
|
38
|
+
<rect id="Rectangle 1" x="26" y="168" width="12" height="184" rx="5" fill="url(#paint3_linear_0_1)" fill-opacity="0.9"/>
|
|
39
|
+
</g>
|
|
40
|
+
<g id="Group 1_2">
|
|
41
|
+
<rect id="Rectangle 2" x="26" y="38" width="12" height="119" rx="5" fill="url(#paint4_linear_0_1)" fill-opacity="0.9"/>
|
|
42
|
+
</g>
|
|
43
|
+
<ellipse id="Ellipse 1" cx="148.5" cy="573" rx="215.5" ry="214" fill="url(#paint5_linear_0_1)" fill-opacity="0.4"/>
|
|
44
|
+
<rect id="Rectangle 3" x="1229" y="48" width="300" height="300" rx="25" fill="#FFFBFB" fill-opacity="0.9"/>
|
|
45
|
+
<g id="placeholder-logo"><g transform="translate(1229,48) translate(0.0,60.0) scale(1.2000)"><g fill="#666666">
|
|
46
|
+
<path d="m88.05,27.65c-3.15,4 -3.2,51.2 -0.05,54.35c2.75,2.75 71.7,3.15 74.45,0.45c2.85,-2.9 2.3,-53.85 -0.65,-55.9c-1.95,-1.35 -7.15,-1.55 -36.95,-1.55l-34.7,0l-2.1,2.65zm69.45,3.35c0.65,0 1,8.6 1,23.75l0,23.75l-33,0l-33,0l-0.25,-23c-0.15,-12.6 -0.1,-23.45 0.15,-24.1c0.35,-0.85 8.9,-1.05 32.25,-0.75c17.55,0.2 32.3,0.35 32.85,0.35z"/>
|
|
47
|
+
<path d="m99.15,37.3c-6.85,7.35 4.25,17.35 11.4,10.25c1.35,-1.35 2.45,-3.65 2.45,-5.05c0,-6.45 -9.35,-9.95 -13.85,-5.2z"/>
|
|
48
|
+
<path d="m135,42.5c-0.7,0.85 -5.25,5.15 -10.1,9.6l-8.85,8.1l-3.2,-3.2l-3.15,-3.15l-6.35,6.3c-5.55,5.5 -6.35,6.75 -6.35,10.05l0,3.8l28.5,0l28.5,0l0,-8.6l0,-8.55l-8.15,-7.7c-9.35,-8.85 -9.15,-8.7 -10.85,-6.65zm7.25,15.2c0.95,0.9 1.75,2.9 1.75,4.45c6.35,-5.05 4.75,-7.15 4.9,-11.55c0.95,0 0,0 0,0l-6.65,7.1z"/>
|
|
49
|
+
<path d="m53.65,110.75c0.1,4.8 0.45,8.65 0.75,8.5c0.35,-0.15 1.3,-0.25 2.1,-0.25c1.1,0 1.5,-1.2 1.5,-4.75l0,-4.75l3.25,5c4.9,7.5 6.2,6.75 6.55,-3.75c0.25,-8.15 0.15,-8.75 -1.7,-8.75c-1.65,0 -2.05,0.8 -2.3,4.75l-0.3,4.75l-2.8,-4.75c-4.85,-8.25 -7.25,-6.9 -7.05,4z"/>
|
|
50
|
+
<path d="m91,108.9c0,9.65 0.3,10.1 6.1,10.1c5.8,0 7.15,-2.65 1.65,-3.2l-3.25,-0.3l-0.3,-6.75c-0.25,-5.95 -0.55,-6.75 -2.25,-6.75c-1.75,0 -1.95,0.7 -1.95,6.9z"/>
|
|
51
|
+
<path d="m151,102.45c0,0.25 1,2.15 2.25,4.2c1.2,2.1 2.45,5.8 2.75,8.25c0.65,5.9 4,6.95 4,1.25c0.05,-2.1 1.25,-5.85 2.95,-8.9l2.9,-5.25l-2.5,0c-1.8,0 -2.8,0.85 -3.75,3.1l-1.3,3.05l-1.25,-3.05c-1.1,-2.6 -6.05,-4.8 -6.05,-2.65z"/>
|
|
52
|
+
<path d="m191,107.45c0,9.05 3.4,8.85 4.25,-0.2c0.45,-5 0.35,-5.25 -1.9,-5.25c-2.2,0 -2.35,0.4 -2.35,5.45z"/>
|
|
53
|
+
<path d="m180.8,104.75c-1.3,5.35 0.65,13.6 3.45,14.35c2.3,0.6 2.75,0.4 2.75,-1.2c0,-1.05 -0.45,-1.9 -1,-1.9c-0.55,0 -1,-1.6 -1,-3.5c0,-1.95 0.45,-3.5 1,-3.5c0.55,0 1,-0.7 1,-1.5c0,-0.85 -0.45,-1.5 -1,-1.5c-0.55,0 -1,-0.7 -1,-1.5c0,-2.1 -3.65,-1.9 -4.2,0.25z"/>
|
|
54
|
+
<path d="m71.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
55
|
+
<path d="m105.75,106.1c-2.5,1.45 -2.45,9.95 0.1,12.25c4.3,3.9 10.15,0.35 10.15,-6.2c0,-6 -5.15,-9.05 -10.25,-6.05zm6.05,6.25c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
56
|
+
<path d="m119.2,106.2c-3.8,3.8 -0.4,12.55 4.4,11.35c1.9,-0.45 2.45,-0.3 2.15,0.65c-0.25,0.7 -1.55,1.2 -2.85,1.1c-4.05,-0.3 -5.35,0.45 -3.85,2.25c0.85,1.05 2.6,1.45 5.35,1.25l4.1,-0.3l0.3,-8.75l0.3,-8.75l-4.35,0c-2.4,0 -4.9,0.55 -5.55,1.2zm6.6,4.45c0.4,2.85 -2.15,4.85 -3.75,2.95c-0.9,-1.1 -0.9,-2 -0.05,-3.6c1.35,-2.5 3.4,-2.15 3.8,0.65z"/>
|
|
57
|
+
<path d="m133.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
58
|
+
<path d="m167.65,106.85c-3.9,4.3 -0.75,13.15 4.7,13.15c2.4,0 5.65,-2.75 5.65,-4.85c0,-1.4 -2.65,-1.55 -3.5,-0.15c-0.95,1.55 -4.5,1.15 -4.5,-0.5c0,-1.1 1.1,-1.5 4,-1.5c3.15,0 4,-0.35 4,-1.8c0,-5.3 -6.85,-8.25 -10.35,-4.35z"/>
|
|
59
|
+
<path d="m191,117.5c0,2.15 0.4,2.6 2.25,2.3c1.5,-0.2 2.25,-1 2.25,-2.3c0,-1.3 -0.75,-2.1 -2.25,-2.3c-1.85,-0.3 -2.25,0.15 -2.25,2.3z"/>
|
|
60
|
+
</g></g></g>
|
|
61
|
+
</g>
|
|
62
|
+
<defs>
|
|
63
|
+
<linearGradient id="paint0_linear_0_1" x1="0" y1="198" x2="1584" y2="198" gradientUnits="userSpaceOnUse">
|
|
64
|
+
<stop stop-color="#3D052C"/>
|
|
65
|
+
<stop offset="1"/>
|
|
66
|
+
</linearGradient>
|
|
67
|
+
<linearGradient id="paint1_linear_0_1" x1="323" y1="-224" x2="323" y2="352" gradientUnits="userSpaceOnUse">
|
|
68
|
+
<stop stop-color="#28F6F2" stop-opacity="0.4"/>
|
|
69
|
+
<stop offset="1" stop-color="#17908E" stop-opacity="0.7"/>
|
|
70
|
+
</linearGradient>
|
|
71
|
+
<linearGradient id="paint2_linear_0_1" x1="148.5" y1="38" x2="148.5" y2="140" gradientUnits="userSpaceOnUse">
|
|
72
|
+
<stop stop-color="white"/>
|
|
73
|
+
<stop offset="1" stop-color="#999999"/>
|
|
74
|
+
</linearGradient>
|
|
75
|
+
<linearGradient id="paint3_linear_0_1" x1="38" y1="260" x2="26" y2="260" gradientUnits="userSpaceOnUse">
|
|
76
|
+
<stop stop-color="#D9D9D9"/>
|
|
77
|
+
<stop offset="1" stop-color="#737373"/>
|
|
78
|
+
</linearGradient>
|
|
79
|
+
<linearGradient id="paint4_linear_0_1" x1="38" y1="97.5" x2="26" y2="97.5" gradientUnits="userSpaceOnUse">
|
|
80
|
+
<stop stop-color="#D9D9D9"/>
|
|
81
|
+
<stop offset="1" stop-color="#737373"/>
|
|
82
|
+
</linearGradient>
|
|
83
|
+
<linearGradient id="paint5_linear_0_1" x1="27.5" y1="434.5" x2="148.5" y2="787" gradientUnits="userSpaceOnUse">
|
|
84
|
+
<stop stop-color="#2E21BC"/>
|
|
85
|
+
<stop offset="1" stop-color="#150F56"/>
|
|
86
|
+
</linearGradient>
|
|
87
|
+
<clipPath id="clip0_0_1">
|
|
88
|
+
<rect width="1584" height="396" fill="white"/>
|
|
89
|
+
</clipPath>
|
|
90
|
+
</defs>
|
|
91
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IAuthenticateGeneric, Icon, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class LinodeApi implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
icon: Icon;
|
|
6
|
+
documentationUrl: string;
|
|
7
|
+
properties: INodeProperties[];
|
|
8
|
+
authenticate: IAuthenticateGeneric;
|
|
9
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LinodeApi = void 0;
|
|
4
|
+
class LinodeApi {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'N8nDevLinodeApi';
|
|
7
|
+
this.displayName = 'Linode API';
|
|
8
|
+
this.icon = { light: 'file:../nodes/Linode/linode.svg', dark: 'file:../nodes/Linode/linode.dark.svg' };
|
|
9
|
+
this.documentationUrl = '';
|
|
10
|
+
this.properties = [
|
|
11
|
+
{
|
|
12
|
+
displayName: 'Base URL',
|
|
13
|
+
name: 'url',
|
|
14
|
+
type: 'string',
|
|
15
|
+
default: 'https://api.linode.com/v4',
|
|
16
|
+
required: true,
|
|
17
|
+
placeholder: 'https://api.linode.com/v4',
|
|
18
|
+
description: 'The base URL of your Linode API server',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
displayName: 'API Key',
|
|
22
|
+
name: 'apiKey',
|
|
23
|
+
type: 'string',
|
|
24
|
+
typeOptions: { password: true },
|
|
25
|
+
default: '',
|
|
26
|
+
required: false,
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
this.authenticate = {
|
|
30
|
+
type: 'generic',
|
|
31
|
+
properties: {
|
|
32
|
+
headers: {
|
|
33
|
+
Authorization: '=Bearer {{$credentials.apiKey}}',
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
exports.LinodeApi = LinodeApi;
|
|
40
|
+
//# sourceMappingURL=LinodeApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinodeApi.credentials.js","sourceRoot":"","sources":["../../credentials/LinodeApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,SAAS;IAAtB;QACQ,SAAI,GAAG,iBAAiB,CAAC;QAEzB,gBAAW,GAAG,YAAY,CAAC;QAE3B,SAAI,GAAS,EAAE,KAAK,EAAE,iCAAiC,EAAE,IAAI,EAAE,sCAAsC,EAAE,CAAC;QAExG,qBAAgB,GAAG,EAAE,CAAC;QAEtB,eAAU,GAAsB;YAC9B;gBACc,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,2BAA2B;gBACpC,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,2BAA2B;gBACxC,WAAW,EAAE,wCAAwC;aAC5D;YACD;gBACQ,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,KAAK;aACtB;SAER,CAAC;QAER,iBAAY,GAAyB;YACvB,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACJ,OAAO,EAAE;oBACD,aAAa,EAAE,iCAAiC;iBACvD;aACR;SACR,CAAC;IAGV,CAAC;CAAA;AAxCD,8BAwCC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="250" height="150" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet">
|
|
2
|
+
<g fill="#666666">
|
|
3
|
+
<path d="m88.05,27.65c-3.15,4 -3.2,51.2 -0.05,54.35c2.75,2.75 71.7,3.15 74.45,0.45c2.85,-2.9 2.3,-53.85 -0.65,-55.9c-1.95,-1.35 -7.15,-1.55 -36.95,-1.55l-34.7,0l-2.1,2.65zm69.45,3.35c0.65,0 1,8.6 1,23.75l0,23.75l-33,0l-33,0l-0.25,-23c-0.15,-12.6 -0.1,-23.45 0.15,-24.1c0.35,-0.85 8.9,-1.05 32.25,-0.75c17.55,0.2 32.3,0.35 32.85,0.35z"/>
|
|
4
|
+
<path d="m99.15,37.3c-6.85,7.35 4.25,17.35 11.4,10.25c1.35,-1.35 2.45,-3.65 2.45,-5.05c0,-6.45 -9.35,-9.95 -13.85,-5.2z"/>
|
|
5
|
+
<path d="m135,42.5c-0.7,0.85 -5.25,5.15 -10.1,9.6l-8.85,8.1l-3.2,-3.2l-3.15,-3.15l-6.35,6.3c-5.55,5.5 -6.35,6.75 -6.35,10.05l0,3.8l28.5,0l28.5,0l0,-8.6l0,-8.55l-8.15,-7.7c-9.35,-8.85 -9.15,-8.7 -10.85,-6.65zm7.25,15.2c0.95,0.9 1.75,2.9 1.75,4.45c6.35,-5.05 4.75,-7.15 4.9,-11.55c0.95,0 0,0 0,0l-6.65,7.1z"/>
|
|
6
|
+
<path d="m53.65,110.75c0.1,4.8 0.45,8.65 0.75,8.5c0.35,-0.15 1.3,-0.25 2.1,-0.25c1.1,0 1.5,-1.2 1.5,-4.75l0,-4.75l3.25,5c4.9,7.5 6.2,6.75 6.55,-3.75c0.25,-8.15 0.15,-8.75 -1.7,-8.75c-1.65,0 -2.05,0.8 -2.3,4.75l-0.3,4.75l-2.8,-4.75c-4.85,-8.25 -7.25,-6.9 -7.05,4z"/>
|
|
7
|
+
<path d="m91,108.9c0,9.65 0.3,10.1 6.1,10.1c5.8,0 7.15,-2.65 1.65,-3.2l-3.25,-0.3l-0.3,-6.75c-0.25,-5.95 -0.55,-6.75 -2.25,-6.75c-1.75,0 -1.95,0.7 -1.95,6.9z"/>
|
|
8
|
+
<path d="m151,102.45c0,0.25 1,2.15 2.25,4.2c1.2,2.1 2.45,5.8 2.75,8.25c0.65,5.9 4,6.95 4,1.25c0.05,-2.1 1.25,-5.85 2.95,-8.9l2.9,-5.25l-2.5,0c-1.8,0 -2.8,0.85 -3.75,3.1l-1.3,3.05l-1.25,-3.05c-1.1,-2.6 -6.05,-4.8 -6.05,-2.65z"/>
|
|
9
|
+
<path d="m191,107.45c0,9.05 3.4,8.85 4.25,-0.2c0.45,-5 0.35,-5.25 -1.9,-5.25c-2.2,0 -2.35,0.4 -2.35,5.45z"/>
|
|
10
|
+
<path d="m180.8,104.75c-1.3,5.35 0.65,13.6 3.45,14.35c2.3,0.6 2.75,0.4 2.75,-1.2c0,-1.05 -0.45,-1.9 -1,-1.9c-0.55,0 -1,-1.6 -1,-3.5c0,-1.95 0.45,-3.5 1,-3.5c0.55,0 1,-0.7 1,-1.5c0,-0.85 -0.45,-1.5 -1,-1.5c-0.55,0 -1,-0.7 -1,-1.5c0,-2.1 -3.65,-1.9 -4.2,0.25z"/>
|
|
11
|
+
<path d="m71.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
12
|
+
<path d="m105.75,106.1c-2.5,1.45 -2.45,9.95 0.1,12.25c4.3,3.9 10.15,0.35 10.15,-6.2c0,-6 -5.15,-9.05 -10.25,-6.05zm6.05,6.25c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
13
|
+
<path d="m119.2,106.2c-3.8,3.8 -0.4,12.55 4.4,11.35c1.9,-0.45 2.45,-0.3 2.15,0.65c-0.25,0.7 -1.55,1.2 -2.85,1.1c-4.05,-0.3 -5.35,0.45 -3.85,2.25c0.85,1.05 2.6,1.45 5.35,1.25l4.1,-0.3l0.3,-8.75l0.3,-8.75l-4.35,0c-2.4,0 -4.9,0.55 -5.55,1.2zm6.6,4.45c0.4,2.85 -2.15,4.85 -3.75,2.95c-0.9,-1.1 -0.9,-2 -0.05,-3.6c1.35,-2.5 3.4,-2.15 3.8,0.65z"/>
|
|
14
|
+
<path d="m133.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
15
|
+
<path d="m167.65,106.85c-3.9,4.3 -0.75,13.15 4.7,13.15c2.4,0 5.65,-2.75 5.65,-4.85c0,-1.4 -2.65,-1.55 -3.5,-0.15c-0.95,1.55 -4.5,1.15 -4.5,-0.5c0,-1.1 1.1,-1.5 4,-1.5c3.15,0 4,-0.35 4,-1.8c0,-5.3 -6.85,-8.25 -10.35,-4.35z"/>
|
|
16
|
+
<path d="m191,117.5c0,2.15 0.4,2.6 2.25,2.3c1.5,-0.2 2.25,-1 2.25,-2.3c0,-1.3 -0.75,-2.1 -2.25,-2.3c-1.85,-0.3 -2.25,0.15 -2.25,2.3z"/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="250" height="150" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet">
|
|
2
|
+
<g fill="#666666">
|
|
3
|
+
<path d="m88.05,27.65c-3.15,4 -3.2,51.2 -0.05,54.35c2.75,2.75 71.7,3.15 74.45,0.45c2.85,-2.9 2.3,-53.85 -0.65,-55.9c-1.95,-1.35 -7.15,-1.55 -36.95,-1.55l-34.7,0l-2.1,2.65zm69.45,3.35c0.65,0 1,8.6 1,23.75l0,23.75l-33,0l-33,0l-0.25,-23c-0.15,-12.6 -0.1,-23.45 0.15,-24.1c0.35,-0.85 8.9,-1.05 32.25,-0.75c17.55,0.2 32.3,0.35 32.85,0.35z"/>
|
|
4
|
+
<path d="m99.15,37.3c-6.85,7.35 4.25,17.35 11.4,10.25c1.35,-1.35 2.45,-3.65 2.45,-5.05c0,-6.45 -9.35,-9.95 -13.85,-5.2z"/>
|
|
5
|
+
<path d="m135,42.5c-0.7,0.85 -5.25,5.15 -10.1,9.6l-8.85,8.1l-3.2,-3.2l-3.15,-3.15l-6.35,6.3c-5.55,5.5 -6.35,6.75 -6.35,10.05l0,3.8l28.5,0l28.5,0l0,-8.6l0,-8.55l-8.15,-7.7c-9.35,-8.85 -9.15,-8.7 -10.85,-6.65zm7.25,15.2c0.95,0.9 1.75,2.9 1.75,4.45c6.35,-5.05 4.75,-7.15 4.9,-11.55c0.95,0 0,0 0,0l-6.65,7.1z"/>
|
|
6
|
+
<path d="m53.65,110.75c0.1,4.8 0.45,8.65 0.75,8.5c0.35,-0.15 1.3,-0.25 2.1,-0.25c1.1,0 1.5,-1.2 1.5,-4.75l0,-4.75l3.25,5c4.9,7.5 6.2,6.75 6.55,-3.75c0.25,-8.15 0.15,-8.75 -1.7,-8.75c-1.65,0 -2.05,0.8 -2.3,4.75l-0.3,4.75l-2.8,-4.75c-4.85,-8.25 -7.25,-6.9 -7.05,4z"/>
|
|
7
|
+
<path d="m91,108.9c0,9.65 0.3,10.1 6.1,10.1c5.8,0 7.15,-2.65 1.65,-3.2l-3.25,-0.3l-0.3,-6.75c-0.25,-5.95 -0.55,-6.75 -2.25,-6.75c-1.75,0 -1.95,0.7 -1.95,6.9z"/>
|
|
8
|
+
<path d="m151,102.45c0,0.25 1,2.15 2.25,4.2c1.2,2.1 2.45,5.8 2.75,8.25c0.65,5.9 4,6.95 4,1.25c0.05,-2.1 1.25,-5.85 2.95,-8.9l2.9,-5.25l-2.5,0c-1.8,0 -2.8,0.85 -3.75,3.1l-1.3,3.05l-1.25,-3.05c-1.1,-2.6 -6.05,-4.8 -6.05,-2.65z"/>
|
|
9
|
+
<path d="m191,107.45c0,9.05 3.4,8.85 4.25,-0.2c0.45,-5 0.35,-5.25 -1.9,-5.25c-2.2,0 -2.35,0.4 -2.35,5.45z"/>
|
|
10
|
+
<path d="m180.8,104.75c-1.3,5.35 0.65,13.6 3.45,14.35c2.3,0.6 2.75,0.4 2.75,-1.2c0,-1.05 -0.45,-1.9 -1,-1.9c-0.55,0 -1,-1.6 -1,-3.5c0,-1.95 0.45,-3.5 1,-3.5c0.55,0 1,-0.7 1,-1.5c0,-0.85 -0.45,-1.5 -1,-1.5c-0.55,0 -1,-0.7 -1,-1.5c0,-2.1 -3.65,-1.9 -4.2,0.25z"/>
|
|
11
|
+
<path d="m71.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
12
|
+
<path d="m105.75,106.1c-2.5,1.45 -2.45,9.95 0.1,12.25c4.3,3.9 10.15,0.35 10.15,-6.2c0,-6 -5.15,-9.05 -10.25,-6.05zm6.05,6.25c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
13
|
+
<path d="m119.2,106.2c-3.8,3.8 -0.4,12.55 4.4,11.35c1.9,-0.45 2.45,-0.3 2.15,0.65c-0.25,0.7 -1.55,1.2 -2.85,1.1c-4.05,-0.3 -5.35,0.45 -3.85,2.25c0.85,1.05 2.6,1.45 5.35,1.25l4.1,-0.3l0.3,-8.75l0.3,-8.75l-4.35,0c-2.4,0 -4.9,0.55 -5.55,1.2zm6.6,4.45c0.4,2.85 -2.15,4.85 -3.75,2.95c-0.9,-1.1 -0.9,-2 -0.05,-3.6c1.35,-2.5 3.4,-2.15 3.8,0.65z"/>
|
|
14
|
+
<path d="m133.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
15
|
+
<path d="m167.65,106.85c-3.9,4.3 -0.75,13.15 4.7,13.15c2.4,0 5.65,-2.75 5.65,-4.85c0,-1.4 -2.65,-1.55 -3.5,-0.15c-0.95,1.55 -4.5,1.15 -4.5,-0.5c0,-1.1 1.1,-1.5 4,-1.5c3.15,0 4,-0.35 4,-1.8c0,-5.3 -6.85,-8.25 -10.35,-4.35z"/>
|
|
16
|
+
<path d="m191,117.5c0,2.15 0.4,2.6 2.25,2.3c1.5,-0.2 2.25,-1 2.25,-2.3c0,-1.3 -0.75,-2.1 -2.25,-2.3c-1.85,-0.3 -2.25,0.15 -2.25,2.3z"/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Linode = void 0;
|
|
4
|
+
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
|
+
const account_1 = require("./resources/account");
|
|
6
|
+
const databases_1 = require("./resources/databases");
|
|
7
|
+
const domains_1 = require("./resources/domains");
|
|
8
|
+
const images_1 = require("./resources/images");
|
|
9
|
+
const linode_instances_1 = require("./resources/linode-instances");
|
|
10
|
+
const linode_types_1 = require("./resources/linode-types");
|
|
11
|
+
const linode_kubernetes_engine_lke_1 = require("./resources/linode-kubernetes-engine-lke");
|
|
12
|
+
const longview_1 = require("./resources/longview");
|
|
13
|
+
const managed_1 = require("./resources/managed");
|
|
14
|
+
const networking_1 = require("./resources/networking");
|
|
15
|
+
const node_balancers_1 = require("./resources/node-balancers");
|
|
16
|
+
const object_storage_1 = require("./resources/object-storage");
|
|
17
|
+
const profile_1 = require("./resources/profile");
|
|
18
|
+
const regions_1 = require("./resources/regions");
|
|
19
|
+
const stack_scripts_1 = require("./resources/stack-scripts");
|
|
20
|
+
const support_1 = require("./resources/support");
|
|
21
|
+
const tags_1 = require("./resources/tags");
|
|
22
|
+
const volumes_1 = require("./resources/volumes");
|
|
23
|
+
class Linode {
|
|
24
|
+
constructor() {
|
|
25
|
+
this.description = {
|
|
26
|
+
displayName: 'Linode',
|
|
27
|
+
name: 'N8nDevLinode',
|
|
28
|
+
icon: { light: 'file:./linode.svg', dark: 'file:./linode.dark.svg' },
|
|
29
|
+
group: ['input'],
|
|
30
|
+
version: 1,
|
|
31
|
+
subtitle: '={{\$parameter["operation"] + ": " + \$parameter["resource"]}}',
|
|
32
|
+
description: 'Introduction',
|
|
33
|
+
defaults: { name: 'Linode' },
|
|
34
|
+
usableAsTool: true,
|
|
35
|
+
inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
36
|
+
outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
|
|
37
|
+
credentials: [
|
|
38
|
+
{
|
|
39
|
+
name: 'N8nDevLinodeApi',
|
|
40
|
+
required: true,
|
|
41
|
+
},
|
|
42
|
+
],
|
|
43
|
+
requestDefaults: {
|
|
44
|
+
baseURL: '={{\$credentials.url}}',
|
|
45
|
+
headers: {
|
|
46
|
+
Accept: 'application/json',
|
|
47
|
+
'Content-Type': 'application/json',
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
properties: [
|
|
51
|
+
{
|
|
52
|
+
"displayName": "Resource",
|
|
53
|
+
"name": "resource",
|
|
54
|
+
"type": "options",
|
|
55
|
+
"noDataExpression": true,
|
|
56
|
+
"options": [
|
|
57
|
+
{
|
|
58
|
+
"name": "Account",
|
|
59
|
+
"value": "Account",
|
|
60
|
+
"description": "Use the Account endpoints to manage user settings, billing, and payments. You can also initiate and maintain OAuth client application authentication, enable the Linode Managed service, and create new users on your account."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Account",
|
|
64
|
+
"value": "Account",
|
|
65
|
+
"description": ""
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Databases",
|
|
69
|
+
"value": "Databases",
|
|
70
|
+
"description": "Managed Databases is Linode's fully-managed, high-performance database service. Use the Managed Databases endpoints to create and manage database clusters."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "Domains",
|
|
74
|
+
"value": "Domains",
|
|
75
|
+
"description": "Use the Domains endpoints to create and manage domains and domain records on your account."
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "Images",
|
|
79
|
+
"value": "Images",
|
|
80
|
+
"description": "Use the Images endpoints to capture, store, and manage custom Linode images."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "Linode Instances",
|
|
84
|
+
"value": "Linode Instances",
|
|
85
|
+
"description": "Use the Linode Instances endpoints to create, configure, and manage your Linode instances. You can also manage the Linode Backup service; maintain and manage configuration profiles; create and maintain disks, intiate a host migration; view Linode Instance statistics; and more."
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Linode Types",
|
|
89
|
+
"value": "Linode Types",
|
|
90
|
+
"description": "Use the Linode Types endpoints to retrieve information about Linode plan types, including pricing information, hardware resources, and network transfer allotment."
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "Linode Kubernetes Engine LKE",
|
|
94
|
+
"value": "Linode Kubernetes Engine LKE",
|
|
95
|
+
"description": "Linode Kubernetes Engine (LKE) is Linode's managed Kubernetes service. Use the LKE endpoints to create and manage Kubernetes clusters and their associated Node Pools."
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "Longview",
|
|
99
|
+
"value": "Longview",
|
|
100
|
+
"description": "Longview is Linode's system-level monitoring and graphing service. Use the Longview endpoints to manage your Longview subscription and plan and to create and maintain Longview clients."
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Managed",
|
|
104
|
+
"value": "Managed",
|
|
105
|
+
"description": "Managed is Linode's incident response service. Use the Managed endpoints to register a service to be monitored by the Managed Service team, provide secure access to your managed services, view information about detected issues, and more."
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "Networking",
|
|
109
|
+
"value": "Networking",
|
|
110
|
+
"description": "Use the Networking endpoints to view all IP addresses on your account, reorganize assigned IPv4 addresses, update RDNS, and configure IP sharing."
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "Node Balancers",
|
|
114
|
+
"value": "Node Balancers",
|
|
115
|
+
"description": "NodeBalancers is Linode's load balancing service. Use the NodeBalancers endpoints to create and manage NodeBalancers. You can also create and maintain configurations; create and maintain nodes, and view statistics."
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "Object Storage",
|
|
119
|
+
"value": "Object Storage",
|
|
120
|
+
"description": "Object Storage is Linode's S3-compatible data storage service. Use the Object Storage endpoints to create and maintaining buckets, add and remove objects from buckets, create and maintain Object Storage keys, and cancel the Object Storage service."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "Profile",
|
|
124
|
+
"value": "Profile",
|
|
125
|
+
"description": "Use the Profile endpoints to manage your Linode user profile preferences and security settings. This includes creating and maintaining personal access tokens, creating and maintaining SSH keys, confirming and enabling two-factor authentication, and updating user and profile preferences."
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "Regions",
|
|
129
|
+
"value": "Regions",
|
|
130
|
+
"description": "Use the Regions endpoints to view information about the various Linode data center regions, including the service capabilities for each region, country, status, and more."
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "Stack Scripts",
|
|
134
|
+
"value": "Stack Scripts",
|
|
135
|
+
"description": "Linode StackScripts allow you to create reusable scripts to configure new Linode instances. Use the StackScripts endpoints to create and manage StackScripts on your account."
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "Support",
|
|
139
|
+
"value": "Support",
|
|
140
|
+
"description": "Use the Support endpoints to open, view, and close Linode Support tickets. You can also create and manage your Support ticket replies."
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "Tags",
|
|
144
|
+
"value": "Tags",
|
|
145
|
+
"description": "Tags allow you to organize and group your various Linode services. Use the Tags endpoints to create, assign, and delete your account tags."
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "Volumes",
|
|
149
|
+
"value": "Volumes",
|
|
150
|
+
"description": "Volumes is Linode's block storage service. Use the Volumes endpoints to create, attach, and manage your account Volumes."
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"default": ""
|
|
154
|
+
},
|
|
155
|
+
...account_1.accountDescription,
|
|
156
|
+
...databases_1.databasesDescription,
|
|
157
|
+
...domains_1.domainsDescription,
|
|
158
|
+
...images_1.imagesDescription,
|
|
159
|
+
...linode_instances_1.linodeInstancesDescription,
|
|
160
|
+
...linode_types_1.linodeTypesDescription,
|
|
161
|
+
...linode_kubernetes_engine_lke_1.linodeKubernetesEngineLkeDescription,
|
|
162
|
+
...longview_1.longviewDescription,
|
|
163
|
+
...managed_1.managedDescription,
|
|
164
|
+
...networking_1.networkingDescription,
|
|
165
|
+
...node_balancers_1.nodeBalancersDescription,
|
|
166
|
+
...object_storage_1.objectStorageDescription,
|
|
167
|
+
...profile_1.profileDescription,
|
|
168
|
+
...regions_1.regionsDescription,
|
|
169
|
+
...stack_scripts_1.stackScriptsDescription,
|
|
170
|
+
...support_1.supportDescription,
|
|
171
|
+
...tags_1.tagsDescription,
|
|
172
|
+
...volumes_1.volumesDescription
|
|
173
|
+
],
|
|
174
|
+
};
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
exports.Linode = Linode;
|
|
178
|
+
//# sourceMappingURL=Linode.node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Linode.node.js","sourceRoot":"","sources":["../../../nodes/Linode/Linode.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"node": "N8nDevLinode",
|
|
3
|
+
"nodeVersion": "1.0",
|
|
4
|
+
"codexVersion": "1.0",
|
|
5
|
+
"categories": [
|
|
6
|
+
"Development"
|
|
7
|
+
],
|
|
8
|
+
"resources": {
|
|
9
|
+
"primaryDocumentation": [
|
|
10
|
+
{
|
|
11
|
+
"url": "https://github.com/n8n-code/n8n-nodes-linode"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"credentialDocumentation": [
|
|
15
|
+
{
|
|
16
|
+
"url": "https://github.com/n8n-code/n8n-nodes-linode?tab=readme-ov-file#credentials"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="250" height="150" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet">
|
|
2
|
+
<g fill="#666666">
|
|
3
|
+
<path d="m88.05,27.65c-3.15,4 -3.2,51.2 -0.05,54.35c2.75,2.75 71.7,3.15 74.45,0.45c2.85,-2.9 2.3,-53.85 -0.65,-55.9c-1.95,-1.35 -7.15,-1.55 -36.95,-1.55l-34.7,0l-2.1,2.65zm69.45,3.35c0.65,0 1,8.6 1,23.75l0,23.75l-33,0l-33,0l-0.25,-23c-0.15,-12.6 -0.1,-23.45 0.15,-24.1c0.35,-0.85 8.9,-1.05 32.25,-0.75c17.55,0.2 32.3,0.35 32.85,0.35z"/>
|
|
4
|
+
<path d="m99.15,37.3c-6.85,7.35 4.25,17.35 11.4,10.25c1.35,-1.35 2.45,-3.65 2.45,-5.05c0,-6.45 -9.35,-9.95 -13.85,-5.2z"/>
|
|
5
|
+
<path d="m135,42.5c-0.7,0.85 -5.25,5.15 -10.1,9.6l-8.85,8.1l-3.2,-3.2l-3.15,-3.15l-6.35,6.3c-5.55,5.5 -6.35,6.75 -6.35,10.05l0,3.8l28.5,0l28.5,0l0,-8.6l0,-8.55l-8.15,-7.7c-9.35,-8.85 -9.15,-8.7 -10.85,-6.65zm7.25,15.2c0.95,0.9 1.75,2.9 1.75,4.45c6.35,-5.05 4.75,-7.15 4.9,-11.55c0.95,0 0,0 0,0l-6.65,7.1z"/>
|
|
6
|
+
<path d="m53.65,110.75c0.1,4.8 0.45,8.65 0.75,8.5c0.35,-0.15 1.3,-0.25 2.1,-0.25c1.1,0 1.5,-1.2 1.5,-4.75l0,-4.75l3.25,5c4.9,7.5 6.2,6.75 6.55,-3.75c0.25,-8.15 0.15,-8.75 -1.7,-8.75c-1.65,0 -2.05,0.8 -2.3,4.75l-0.3,4.75l-2.8,-4.75c-4.85,-8.25 -7.25,-6.9 -7.05,4z"/>
|
|
7
|
+
<path d="m91,108.9c0,9.65 0.3,10.1 6.1,10.1c5.8,0 7.15,-2.65 1.65,-3.2l-3.25,-0.3l-0.3,-6.75c-0.25,-5.95 -0.55,-6.75 -2.25,-6.75c-1.75,0 -1.95,0.7 -1.95,6.9z"/>
|
|
8
|
+
<path d="m151,102.45c0,0.25 1,2.15 2.25,4.2c1.2,2.1 2.45,5.8 2.75,8.25c0.65,5.9 4,6.95 4,1.25c0.05,-2.1 1.25,-5.85 2.95,-8.9l2.9,-5.25l-2.5,0c-1.8,0 -2.8,0.85 -3.75,3.1l-1.3,3.05l-1.25,-3.05c-1.1,-2.6 -6.05,-4.8 -6.05,-2.65z"/>
|
|
9
|
+
<path d="m191,107.45c0,9.05 3.4,8.85 4.25,-0.2c0.45,-5 0.35,-5.25 -1.9,-5.25c-2.2,0 -2.35,0.4 -2.35,5.45z"/>
|
|
10
|
+
<path d="m180.8,104.75c-1.3,5.35 0.65,13.6 3.45,14.35c2.3,0.6 2.75,0.4 2.75,-1.2c0,-1.05 -0.45,-1.9 -1,-1.9c-0.55,0 -1,-1.6 -1,-3.5c0,-1.95 0.45,-3.5 1,-3.5c0.55,0 1,-0.7 1,-1.5c0,-0.85 -0.45,-1.5 -1,-1.5c-0.55,0 -1,-0.7 -1,-1.5c0,-2.1 -3.65,-1.9 -4.2,0.25z"/>
|
|
11
|
+
<path d="m71.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
12
|
+
<path d="m105.75,106.1c-2.5,1.45 -2.45,9.95 0.1,12.25c4.3,3.9 10.15,0.35 10.15,-6.2c0,-6 -5.15,-9.05 -10.25,-6.05zm6.05,6.25c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
13
|
+
<path d="m119.2,106.2c-3.8,3.8 -0.4,12.55 4.4,11.35c1.9,-0.45 2.45,-0.3 2.15,0.65c-0.25,0.7 -1.55,1.2 -2.85,1.1c-4.05,-0.3 -5.35,0.45 -3.85,2.25c0.85,1.05 2.6,1.45 5.35,1.25l4.1,-0.3l0.3,-8.75l0.3,-8.75l-4.35,0c-2.4,0 -4.9,0.55 -5.55,1.2zm6.6,4.45c0.4,2.85 -2.15,4.85 -3.75,2.95c-0.9,-1.1 -0.9,-2 -0.05,-3.6c1.35,-2.5 3.4,-2.15 3.8,0.65z"/>
|
|
14
|
+
<path d="m133.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
15
|
+
<path d="m167.65,106.85c-3.9,4.3 -0.75,13.15 4.7,13.15c2.4,0 5.65,-2.75 5.65,-4.85c0,-1.4 -2.65,-1.55 -3.5,-0.15c-0.95,1.55 -4.5,1.15 -4.5,-0.5c0,-1.1 1.1,-1.5 4,-1.5c3.15,0 4,-0.35 4,-1.8c0,-5.3 -6.85,-8.25 -10.35,-4.35z"/>
|
|
16
|
+
<path d="m191,117.5c0,2.15 0.4,2.6 2.25,2.3c1.5,-0.2 2.25,-1 2.25,-2.3c0,-1.3 -0.75,-2.1 -2.25,-2.3c-1.85,-0.3 -2.25,0.15 -2.25,2.3z"/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg width="250" height="150" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet">
|
|
2
|
+
<g fill="#666666">
|
|
3
|
+
<path d="m88.05,27.65c-3.15,4 -3.2,51.2 -0.05,54.35c2.75,2.75 71.7,3.15 74.45,0.45c2.85,-2.9 2.3,-53.85 -0.65,-55.9c-1.95,-1.35 -7.15,-1.55 -36.95,-1.55l-34.7,0l-2.1,2.65zm69.45,3.35c0.65,0 1,8.6 1,23.75l0,23.75l-33,0l-33,0l-0.25,-23c-0.15,-12.6 -0.1,-23.45 0.15,-24.1c0.35,-0.85 8.9,-1.05 32.25,-0.75c17.55,0.2 32.3,0.35 32.85,0.35z"/>
|
|
4
|
+
<path d="m99.15,37.3c-6.85,7.35 4.25,17.35 11.4,10.25c1.35,-1.35 2.45,-3.65 2.45,-5.05c0,-6.45 -9.35,-9.95 -13.85,-5.2z"/>
|
|
5
|
+
<path d="m135,42.5c-0.7,0.85 -5.25,5.15 -10.1,9.6l-8.85,8.1l-3.2,-3.2l-3.15,-3.15l-6.35,6.3c-5.55,5.5 -6.35,6.75 -6.35,10.05l0,3.8l28.5,0l28.5,0l0,-8.6l0,-8.55l-8.15,-7.7c-9.35,-8.85 -9.15,-8.7 -10.85,-6.65zm7.25,15.2c0.95,0.9 1.75,2.9 1.75,4.45c6.35,-5.05 4.75,-7.15 4.9,-11.55c0.95,0 0,0 0,0l-6.65,7.1z"/>
|
|
6
|
+
<path d="m53.65,110.75c0.1,4.8 0.45,8.65 0.75,8.5c0.35,-0.15 1.3,-0.25 2.1,-0.25c1.1,0 1.5,-1.2 1.5,-4.75l0,-4.75l3.25,5c4.9,7.5 6.2,6.75 6.55,-3.75c0.25,-8.15 0.15,-8.75 -1.7,-8.75c-1.65,0 -2.05,0.8 -2.3,4.75l-0.3,4.75l-2.8,-4.75c-4.85,-8.25 -7.25,-6.9 -7.05,4z"/>
|
|
7
|
+
<path d="m91,108.9c0,9.65 0.3,10.1 6.1,10.1c5.8,0 7.15,-2.65 1.65,-3.2l-3.25,-0.3l-0.3,-6.75c-0.25,-5.95 -0.55,-6.75 -2.25,-6.75c-1.75,0 -1.95,0.7 -1.95,6.9z"/>
|
|
8
|
+
<path d="m151,102.45c0,0.25 1,2.15 2.25,4.2c1.2,2.1 2.45,5.8 2.75,8.25c0.65,5.9 4,6.95 4,1.25c0.05,-2.1 1.25,-5.85 2.95,-8.9l2.9,-5.25l-2.5,0c-1.8,0 -2.8,0.85 -3.75,3.1l-1.3,3.05l-1.25,-3.05c-1.1,-2.6 -6.05,-4.8 -6.05,-2.65z"/>
|
|
9
|
+
<path d="m191,107.45c0,9.05 3.4,8.85 4.25,-0.2c0.45,-5 0.35,-5.25 -1.9,-5.25c-2.2,0 -2.35,0.4 -2.35,5.45z"/>
|
|
10
|
+
<path d="m180.8,104.75c-1.3,5.35 0.65,13.6 3.45,14.35c2.3,0.6 2.75,0.4 2.75,-1.2c0,-1.05 -0.45,-1.9 -1,-1.9c-0.55,0 -1,-1.6 -1,-3.5c0,-1.95 0.45,-3.5 1,-3.5c0.55,0 1,-0.7 1,-1.5c0,-0.85 -0.45,-1.5 -1,-1.5c-0.55,0 -1,-0.7 -1,-1.5c0,-2.1 -3.65,-1.9 -4.2,0.25z"/>
|
|
11
|
+
<path d="m71.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
12
|
+
<path d="m105.75,106.1c-2.5,1.45 -2.45,9.95 0.1,12.25c4.3,3.9 10.15,0.35 10.15,-6.2c0,-6 -5.15,-9.05 -10.25,-6.05zm6.05,6.25c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
13
|
+
<path d="m119.2,106.2c-3.8,3.8 -0.4,12.55 4.4,11.35c1.9,-0.45 2.45,-0.3 2.15,0.65c-0.25,0.7 -1.55,1.2 -2.85,1.1c-4.05,-0.3 -5.35,0.45 -3.85,2.25c0.85,1.05 2.6,1.45 5.35,1.25l4.1,-0.3l0.3,-8.75l0.3,-8.75l-4.35,0c-2.4,0 -4.9,0.55 -5.55,1.2zm6.6,4.45c0.4,2.85 -2.15,4.85 -3.75,2.95c-0.9,-1.1 -0.9,-2 -0.05,-3.6c1.35,-2.5 3.4,-2.15 3.8,0.65z"/>
|
|
14
|
+
<path d="m133.55,106.55c-2.2,2.25 -2.05,9.7 0.3,11.8c4.5,4.1 10.15,0.75 10.15,-6.1c0,-4.85 -2,-7.25 -6,-7.25c-1.55,0 -3.55,0.7 -4.45,1.55zm6.25,5.8c0.25,3.05 0,3.65 -1.6,3.65c-2.3,0 -3.25,-2.65 -2.05,-5.85c1.25,-3.35 3.3,-2.1 3.65,2.2z"/>
|
|
15
|
+
<path d="m167.65,106.85c-3.9,4.3 -0.75,13.15 4.7,13.15c2.4,0 5.65,-2.75 5.65,-4.85c0,-1.4 -2.65,-1.55 -3.5,-0.15c-0.95,1.55 -4.5,1.15 -4.5,-0.5c0,-1.1 1.1,-1.5 4,-1.5c3.15,0 4,-0.35 4,-1.8c0,-5.3 -6.85,-8.25 -10.35,-4.35z"/>
|
|
16
|
+
<path d="m191,117.5c0,2.15 0.4,2.6 2.25,2.3c1.5,-0.2 2.25,-1 2.25,-2.3c0,-1.3 -0.75,-2.1 -2.25,-2.3c-1.85,-0.3 -2.25,0.15 -2.25,2.3z"/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|