@justbrunasso/n8n-nodes-glpi 1.0.73 → 1.0.75

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.
Files changed (73) hide show
  1. package/LICENSE.md +19 -19
  2. package/README.md +113 -113
  3. package/dist/icons/github.dark.svg +3 -3
  4. package/dist/icons/github.svg +3 -3
  5. package/dist/nodes/Example/example.dark.svg +13 -13
  6. package/dist/nodes/Example/example.svg +13 -13
  7. package/dist/nodes/GlpiApi/GlpiApi.node.js +6 -0
  8. package/dist/nodes/GlpiApi/GlpiApi.node.js.map +1 -1
  9. package/dist/nodes/GlpiApi/glpi.dark.svg +1 -1
  10. package/dist/nodes/GlpiApi/glpi.svg +1 -1
  11. package/dist/nodes/GlpiApi/resources/Administration Management/create.js +0 -10
  12. package/dist/nodes/GlpiApi/resources/Administration Management/create.js.map +1 -1
  13. package/dist/nodes/GlpiApi/resources/Administration Management/index.js +2 -0
  14. package/dist/nodes/GlpiApi/resources/Administration Management/index.js.map +1 -1
  15. package/dist/nodes/GlpiApi/resources/Administration Management/options.d.ts +2 -0
  16. package/dist/nodes/GlpiApi/resources/Administration Management/options.js +20 -0
  17. package/dist/nodes/GlpiApi/resources/Administration Management/options.js.map +1 -0
  18. package/dist/nodes/GlpiApi/resources/Administration Management/update.js +0 -10
  19. package/dist/nodes/GlpiApi/resources/Administration Management/update.js.map +1 -1
  20. package/dist/nodes/GlpiApi/resources/Asset Management/create.js +0 -10
  21. package/dist/nodes/GlpiApi/resources/Asset Management/create.js.map +1 -1
  22. package/dist/nodes/GlpiApi/resources/Asset Management/index.js +8 -6
  23. package/dist/nodes/GlpiApi/resources/Asset Management/index.js.map +1 -1
  24. package/dist/nodes/GlpiApi/resources/Asset Management/options.d.ts +2 -0
  25. package/dist/nodes/GlpiApi/resources/Asset Management/options.js +20 -0
  26. package/dist/nodes/GlpiApi/resources/Asset Management/options.js.map +1 -0
  27. package/dist/nodes/GlpiApi/resources/Asset Management/update.js +0 -10
  28. package/dist/nodes/GlpiApi/resources/Asset Management/update.js.map +1 -1
  29. package/dist/nodes/GlpiApi/resources/Assistance Management/create.js +0 -10
  30. package/dist/nodes/GlpiApi/resources/Assistance Management/create.js.map +1 -1
  31. package/dist/nodes/GlpiApi/resources/Assistance Management/index.js +12 -10
  32. package/dist/nodes/GlpiApi/resources/Assistance Management/index.js.map +1 -1
  33. package/dist/nodes/GlpiApi/resources/Assistance Management/options.d.ts +2 -0
  34. package/dist/nodes/GlpiApi/resources/Assistance Management/options.js +20 -0
  35. package/dist/nodes/GlpiApi/resources/Assistance Management/options.js.map +1 -0
  36. package/dist/nodes/GlpiApi/resources/Assistance Management/update.js +0 -10
  37. package/dist/nodes/GlpiApi/resources/Assistance Management/update.js.map +1 -1
  38. package/dist/nodes/GlpiApi/resources/Management/create.js +0 -10
  39. package/dist/nodes/GlpiApi/resources/Management/create.js.map +1 -1
  40. package/dist/nodes/GlpiApi/resources/Management/index.js +8 -6
  41. package/dist/nodes/GlpiApi/resources/Management/index.js.map +1 -1
  42. package/dist/nodes/GlpiApi/resources/Management/options.d.ts +2 -0
  43. package/dist/nodes/GlpiApi/resources/Management/options.js +20 -0
  44. package/dist/nodes/GlpiApi/resources/Management/options.js.map +1 -0
  45. package/dist/nodes/GlpiApi/resources/Management/update.js +0 -10
  46. package/dist/nodes/GlpiApi/resources/Management/update.js.map +1 -1
  47. package/dist/nodes/GlpiApi/resources/Other Actions/customApiCall.d.ts +2 -0
  48. package/dist/nodes/GlpiApi/resources/Other Actions/customApiCall.js +86 -0
  49. package/dist/nodes/GlpiApi/resources/Other Actions/customApiCall.js.map +1 -0
  50. package/dist/nodes/GlpiApi/resources/Other Actions/index.d.ts +2 -0
  51. package/dist/nodes/GlpiApi/resources/Other Actions/index.js +29 -0
  52. package/dist/nodes/GlpiApi/resources/Other Actions/index.js.map +1 -0
  53. package/dist/nodes/GlpiApi/resources/Setup Management/create.js +0 -13
  54. package/dist/nodes/GlpiApi/resources/Setup Management/create.js.map +1 -1
  55. package/dist/nodes/GlpiApi/resources/Setup Management/index.js +2 -0
  56. package/dist/nodes/GlpiApi/resources/Setup Management/index.js.map +1 -1
  57. package/dist/nodes/GlpiApi/resources/Setup Management/options.d.ts +2 -0
  58. package/dist/nodes/GlpiApi/resources/Setup Management/options.js +20 -0
  59. package/dist/nodes/GlpiApi/resources/Setup Management/options.js.map +1 -0
  60. package/dist/nodes/GlpiApi/resources/Setup Management/update.js +0 -13
  61. package/dist/nodes/GlpiApi/resources/Setup Management/update.js.map +1 -1
  62. package/dist/nodes/GlpiApi/resources/Tool Management/create.js +0 -13
  63. package/dist/nodes/GlpiApi/resources/Tool Management/create.js.map +1 -1
  64. package/dist/nodes/GlpiApi/resources/Tool Management/index.js +2 -0
  65. package/dist/nodes/GlpiApi/resources/Tool Management/index.js.map +1 -1
  66. package/dist/nodes/GlpiApi/resources/Tool Management/options.d.ts +2 -0
  67. package/dist/nodes/GlpiApi/resources/Tool Management/options.js +20 -0
  68. package/dist/nodes/GlpiApi/resources/Tool Management/options.js.map +1 -0
  69. package/dist/nodes/GlpiApi/resources/Tool Management/update.js +0 -13
  70. package/dist/nodes/GlpiApi/resources/Tool Management/update.js.map +1 -1
  71. package/dist/package.json +1 -1
  72. package/dist/tsconfig.tsbuildinfo +1 -1
  73. package/package.json +55 -55
package/LICENSE.md CHANGED
@@ -1,19 +1,19 @@
1
- Copyright 2022 n8n
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of
4
- this software and associated documentation files (the "Software"), to deal in
5
- the Software without restriction, including without limitation the rights to
6
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
- of the Software, and to permit persons to whom the Software is furnished to do
8
- so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.
1
+ Copyright 2022 n8n
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
4
+ this software and associated documentation files (the "Software"), to deal in
5
+ the Software without restriction, including without limitation the rights to
6
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7
+ of the Software, and to permit persons to whom the Software is furnished to do
8
+ so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
package/README.md CHANGED
@@ -1,113 +1,113 @@
1
- # n8n-nodes-glpi
2
-
3
- This is an n8n community node to interact with the **GLPI REST API**. It is compatible with GLPI 9.x and above.
4
-
5
- ## 🚀 Features
6
-
7
- - **Full Session Management**: Automatically handles `initSession` and passes the `Session-Token` header to all subsequent requests.
8
- - **Modular Resource Support**: Covers a wide range of GLPI resources including Assets, Assistance (Tickets), Administration, and Management.
9
- - **Flexible Operations**: Supports `Get`, `Create`, and `Update` for most resources, plus specialized operations like `Comment` for Assistance items.
10
-
11
- ## 📦 Installation
12
-
13
- To use this node in your n8n instance:
14
-
15
- 1. Go to **Settings > Community Nodes**.
16
- 2. Select **Install**.
17
- 3. Enter the package name: `@justbrunasso/n8n-nodes-glpi` (or the git repository URL if installing privately).
18
-
19
- ## 🔑 Credentials
20
-
21
- To configure the node, you need to create a **GLPI API** credential in n8n with the following fields:
22
-
23
- - **Host**: Your GLPI URL (e.g., `https://your-glpi-instance.com/`). The node will automatically append `/apirest.php` if missing.
24
- - **App-Token**: The Application Token generated in GLPI (Setup > General > API).
25
- - **Username**: Your GLPI username.
26
- - **Password**: Your GLPI password.
27
-
28
- ## 🛠️ Resources and Operations
29
-
30
- This node supports the following resources and item types:
31
-
32
- ### 1. Assistance Management (ITIL)
33
-
34
- Manage your helpdesk work items.
35
-
36
- - **Item Types**: `Ticket`, `Change`, `Problem`
37
- - **Operations**:
38
- - `Get`: Retrieve a single item by ID.
39
- - `Create`: Create a new item (JSON payload).
40
- - `Update`: Update an existing item by ID (JSON payload).
41
- - `Comment`: Add a text comment (Followup) to an item.
42
-
43
- ### 2. Asset Management
44
-
45
- Manage hardware and software assets.
46
-
47
- - **Item Types**: `Cable`, `Camera`, `Cartridge`, `Computer`, `Consumable`, `Enclosure`, `Monitor`, `Network Equipment`, `Passive Device`, `PDU`, `Peripheral`, `Phone`, `Printer`, `Rack`, `SIM Card`, `Software`, `Unmanaged Device`.
48
- - **Operations**:
49
- - `Get`
50
- - `Create`
51
- - `Update`
52
-
53
- ### 3. Management
54
-
55
- Manage administrative and financial business objects.
56
-
57
- - **Item Types**: `Appliance`, `Budget`, `Certificate`, `Contact`, `Contract`, `Datacenter`, `DC Room`, `Document`, `Domain`, `Line`, `Location`, `Software License`, `Supplier`.
58
- - **Operations**:
59
- - `Get`
60
- - `Create`
61
- - `Update`
62
-
63
- ### 4. Administration Management
64
-
65
- Manage GLPI users and permissions.
66
-
67
- - **Targets**:
68
- - `User`
69
- - `Group`
70
- - `Profile`
71
- - **Operations**:
72
- - `Get`
73
- - `Create`
74
- - `Update`
75
-
76
- ### 5. Setup Management
77
-
78
- Manage system configurations and auxiliary data.
79
-
80
- - **Item Types**: `Authorization Assignment`, `Calendar`, `Dropdown`, `Notification`, `SLA`.
81
- - **Operations**:
82
- - `Get`
83
- - `Create`
84
- - `Update`
85
-
86
- ### 6. Tool Management
87
-
88
- Manage project tools and miscellaneous public items.
89
-
90
- - **Item Types**: `Project`, `Project Task`, `Reminder (Public)`, `RSS Feed (Public)`, `Knowledge Base Item`, `Saved Search`.
91
- - **Operations**:
92
- - `Get`
93
- - `Create`
94
- - `Update`
95
-
96
- ## 📝 Usage
97
-
98
- For `Create` and `Update` operations, the **Payload** field expects a standard JSON object mapping the GLPI API fields for the specific item type.
99
-
100
- **Example Payload for creating a Ticket:**
101
-
102
- ```json
103
- {
104
- "name": "Printer stuck",
105
- "content": "The printer on the 2nd floor is jamming.",
106
- "status": 2,
107
- "urgency": 3
108
- }
109
- ```
110
-
111
- ## 📄 License
112
-
113
- MIT
1
+ # n8n-nodes-glpi
2
+
3
+ This is an n8n community node to interact with the **GLPI REST API**. It is compatible with GLPI 9.x and above.
4
+
5
+ ## 🚀 Features
6
+
7
+ - **Full Session Management**: Automatically handles `initSession` and passes the `Session-Token` header to all subsequent requests.
8
+ - **Modular Resource Support**: Covers a wide range of GLPI resources including Assets, Assistance (Tickets), Administration, and Management.
9
+ - **Flexible Operations**: Supports `Get`, `Create`, and `Update` for most resources, plus specialized operations like `Comment` for Assistance items.
10
+
11
+ ## 📦 Installation
12
+
13
+ To use this node in your n8n instance:
14
+
15
+ 1. Go to **Settings > Community Nodes**.
16
+ 2. Select **Install**.
17
+ 3. Enter the package name: `@justbrunasso/n8n-nodes-glpi` (or the git repository URL if installing privately).
18
+
19
+ ## 🔑 Credentials
20
+
21
+ To configure the node, you need to create a **GLPI API** credential in n8n with the following fields:
22
+
23
+ - **Host**: Your GLPI URL (e.g., `https://your-glpi-instance.com/`). The node will automatically append `/apirest.php` if missing.
24
+ - **App-Token**: The Application Token generated in GLPI (Setup > General > API).
25
+ - **Username**: Your GLPI username.
26
+ - **Password**: Your GLPI password.
27
+
28
+ ## 🛠️ Resources and Operations
29
+
30
+ This node supports the following resources and item types:
31
+
32
+ ### 1. Assistance Management (ITIL)
33
+
34
+ Manage your helpdesk work items.
35
+
36
+ - **Item Types**: `Ticket`, `Change`, `Problem`
37
+ - **Operations**:
38
+ - `Get`: Retrieve a single item by ID.
39
+ - `Create`: Create a new item (JSON payload).
40
+ - `Update`: Update an existing item by ID (JSON payload).
41
+ - `Comment`: Add a text comment (Followup) to an item.
42
+
43
+ ### 2. Asset Management
44
+
45
+ Manage hardware and software assets.
46
+
47
+ - **Item Types**: `Cable`, `Camera`, `Cartridge`, `Computer`, `Consumable`, `Enclosure`, `Monitor`, `Network Equipment`, `Passive Device`, `PDU`, `Peripheral`, `Phone`, `Printer`, `Rack`, `SIM Card`, `Software`, `Unmanaged Device`.
48
+ - **Operations**:
49
+ - `Get`
50
+ - `Create`
51
+ - `Update`
52
+
53
+ ### 3. Management
54
+
55
+ Manage administrative and financial business objects.
56
+
57
+ - **Item Types**: `Appliance`, `Budget`, `Certificate`, `Contact`, `Contract`, `Datacenter`, `DC Room`, `Document`, `Domain`, `Line`, `Location`, `Software License`, `Supplier`.
58
+ - **Operations**:
59
+ - `Get`
60
+ - `Create`
61
+ - `Update`
62
+
63
+ ### 4. Administration Management
64
+
65
+ Manage GLPI users and permissions.
66
+
67
+ - **Targets**:
68
+ - `User`
69
+ - `Group`
70
+ - `Profile`
71
+ - **Operations**:
72
+ - `Get`
73
+ - `Create`
74
+ - `Update`
75
+
76
+ ### 5. Setup Management
77
+
78
+ Manage system configurations and auxiliary data.
79
+
80
+ - **Item Types**: `Authorization Assignment`, `Calendar`, `Dropdown`, `Notification`, `SLA`.
81
+ - **Operations**:
82
+ - `Get`
83
+ - `Create`
84
+ - `Update`
85
+
86
+ ### 6. Tool Management
87
+
88
+ Manage project tools and miscellaneous public items.
89
+
90
+ - **Item Types**: `Project`, `Project Task`, `Reminder (Public)`, `RSS Feed (Public)`, `Knowledge Base Item`, `Saved Search`.
91
+ - **Operations**:
92
+ - `Get`
93
+ - `Create`
94
+ - `Update`
95
+
96
+ ## 📝 Usage
97
+
98
+ For `Create` and `Update` operations, the **Payload** field expects a standard JSON object mapping the GLPI API fields for the specific item type.
99
+
100
+ **Example Payload for creating a Ticket:**
101
+
102
+ ```json
103
+ {
104
+ "name": "Printer stuck",
105
+ "content": "The printer on the 2nd floor is jamming.",
106
+ "status": 2,
107
+ "urgency": 3
108
+ }
109
+ ```
110
+
111
+ ## 📄 License
112
+
113
+ MIT
@@ -1,3 +1,3 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="white"/>
3
- </svg>
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="white"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="#24292F"/>
3
- </svg>
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="#24292F"/>
3
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="aquamarine"
2
- stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cpu">
3
- <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
4
- <rect x="9" y="9" width="6" height="6"></rect>
5
- <line x1="9" y1="1" x2="9" y2="4"></line>
6
- <line x1="15" y1="1" x2="15" y2="4"></line>
7
- <line x1="9" y1="20" x2="9" y2="23"></line>
8
- <line x1="15" y1="20" x2="15" y2="23"></line>
9
- <line x1="20" y1="9" x2="23" y2="9"></line>
10
- <line x1="20" y1="14" x2="23" y2="14"></line>
11
- <line x1="1" y1="9" x2="4" y2="9"></line>
12
- <line x1="1" y1="14" x2="4" y2="14"></line>
13
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="aquamarine"
2
+ stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cpu">
3
+ <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
4
+ <rect x="9" y="9" width="6" height="6"></rect>
5
+ <line x1="9" y1="1" x2="9" y2="4"></line>
6
+ <line x1="15" y1="1" x2="15" y2="4"></line>
7
+ <line x1="9" y1="20" x2="9" y2="23"></line>
8
+ <line x1="15" y1="20" x2="15" y2="23"></line>
9
+ <line x1="20" y1="9" x2="23" y2="9"></line>
10
+ <line x1="20" y1="14" x2="23" y2="14"></line>
11
+ <line x1="1" y1="9" x2="4" y2="9"></line>
12
+ <line x1="1" y1="14" x2="4" y2="14"></line>
13
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="darkblue"
2
- stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cpu">
3
- <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
4
- <rect x="9" y="9" width="6" height="6"></rect>
5
- <line x1="9" y1="1" x2="9" y2="4"></line>
6
- <line x1="15" y1="1" x2="15" y2="4"></line>
7
- <line x1="9" y1="20" x2="9" y2="23"></line>
8
- <line x1="15" y1="20" x2="15" y2="23"></line>
9
- <line x1="20" y1="9" x2="23" y2="9"></line>
10
- <line x1="20" y1="14" x2="23" y2="14"></line>
11
- <line x1="1" y1="9" x2="4" y2="9"></line>
12
- <line x1="1" y1="14" x2="4" y2="14"></line>
13
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="darkblue"
2
+ stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cpu">
3
+ <rect x="4" y="4" width="16" height="16" rx="2" ry="2"></rect>
4
+ <rect x="9" y="9" width="6" height="6"></rect>
5
+ <line x1="9" y1="1" x2="9" y2="4"></line>
6
+ <line x1="15" y1="1" x2="15" y2="4"></line>
7
+ <line x1="9" y1="20" x2="9" y2="23"></line>
8
+ <line x1="15" y1="20" x2="15" y2="23"></line>
9
+ <line x1="20" y1="9" x2="23" y2="9"></line>
10
+ <line x1="20" y1="14" x2="23" y2="14"></line>
11
+ <line x1="1" y1="9" x2="4" y2="9"></line>
12
+ <line x1="1" y1="14" x2="4" y2="14"></line>
13
+ </svg>
@@ -6,6 +6,7 @@ const Assistance_Management_1 = require("./resources/Assistance Management");
6
6
  const Administration_Management_1 = require("./resources/Administration Management");
7
7
  const Asset_Management_1 = require("./resources/Asset Management");
8
8
  const Management_1 = require("./resources/Management");
9
+ const Other_Actions_1 = require("./resources/Other Actions");
9
10
  const Tool_Management_1 = require("./resources/Tool Management");
10
11
  const Setup_Management_1 = require("./resources/Setup Management");
11
12
  async function initSession(baseUrl, appToken, username, password) {
@@ -78,6 +79,10 @@ class GlpiApi {
78
79
  name: 'Management',
79
80
  value: 'Management',
80
81
  },
82
+ {
83
+ name: 'Other Action',
84
+ value: 'Other Actions',
85
+ },
81
86
  {
82
87
  name: 'Setup Management',
83
88
  value: 'Setup Management',
@@ -93,6 +98,7 @@ class GlpiApi {
93
98
  ...Administration_Management_1.administrationManagementDescription,
94
99
  ...Asset_Management_1.AssetManagementDescription,
95
100
  ...Management_1.managementDescription,
101
+ ...Other_Actions_1.otherActionsDescription,
96
102
  ...Tool_Management_1.toolManagementDescription,
97
103
  ...Setup_Management_1.setupManagementDescription,
98
104
  ],
@@ -1 +1 @@
1
- {"version":3,"file":"GlpiApi.node.js","sourceRoot":"","sources":["../../../nodes/GlpiApi/GlpiApi.node.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"GlpiApi.node.js","sourceRoot":"","sources":["../../../nodes/GlpiApi/GlpiApi.node.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 360" fill="none"><path d="M253.9 328c-11.7 0-23.3-.3-35 0-7.3.3-9.9-1.7-8.7-9.5 7.1-48.7 13.7-97.4 20.6-146.2.2-1.2.4-2.3.6-3.4 2.5-17.8 2.5-17.6 20.2-17.2 6.7.1 8.8 2.6 7.8 9-3.7 26.3-7.5 52.5-11.1 78.8-2.8 19.7-5.3 39.2-8.3 58.8-.8 4.9.6 6 5.2 6 16-.2 32 .2 48.1-.2 6.8-.2 9.4 1.8 8.6 9-1.7 14.4-1.9 14.8-16.3 14.8zm220.9 0c-13.1 0-13.1-.3-11.2-13.3q11.1-76.95 21.6-153.9c.9-6.5 3.3-9.6 9.9-9h3.5c14.8 0 14.4 0 12.3 14.8-7.1 49.5-13.9 99.1-20.9 148.7-2 12.7-2.3 12.7-15.2 12.7m-76.3-176.3c-13.4.8-26.8.4-40.3 0-7.1-.2-10.2 2.1-11.2 9.7-6.8 51.1-14.1 102.2-21.3 153.2-1.9 13.4-2.1 13.4 10.9 13.4 13.9 0 13.9 0 15.7-13.6 1.2-9 2.7-17.9 3.6-26.9 2.5-22.9 2.5-22.9 25-22.9h3.5c34.2 0 59.4-22.2 64.1-55.9 3.3-26.6-12.8-59.2-50-57m-13 87.7c-2-.2-4.1 0-6.1 0-16.4 0-16.5 0-14.6-16.2 1.6-13.3 3.8-26.5 5.4-39.8.6-4.8 2.5-6.4 7.2-6.2 6.7.3 13.4 0 20.1 0 13.3 0 21.6 7.6 23.6 20.8 2.7 18.1-9.8 43.8-35.8 41.3h.2z" fill="#00a5f3"/><path d="M128.5 308.4c-7.9-.6-15.7-2.3-23.1-4.9 19.7-11.1 33.1-27.1 38.2-49.3 1.4-6-2.7-9.1-7.8-11-10.2-3.8-21-4.2-31.8-4.6-5.4 0-10.8-.2-16.2-.8 16.4-7.2 33.7-12.3 51.4-15.1 9.1-1.8 18.6-1.8 27.7 0 12.6 3 19 12.8 16.1 25.4-4.5 19.5-19.1 31.5-33 43.9-6.6 6.1-14.3 11-21.5 16.4m-33.4 18.2-17.8-3.8c-.5 4.7-4.9 5.5-7.9 7.2-14.8 8.3-54.7 27.4-55.7 30.6 3 0 59.6-21.8 81.4-34" fill="#00a5f3" opacity="0.6"/><path d="M104.1 176.7c19.2-7 39.1-8.9 59.3-8.8 4.9 0 9.3.8 9.6-6.4.3-6.6-2-9.3-8.8-9.7-19.5-1.1-39.1-.1-58.4 2.9-26.7 4-52.6 10.6-74.9 26.9C-2.5 206-10 252.8 14.2 286.4c5.3 7.4 12 13.7 19.6 18.7 13.3 8.5 28 14.5 43.4 17.7l17.8 3.8c22.3 2.1 44.6 3.9 67.1 1.9 7.4-.7 7.4-4.4 7.4-9.7.2-5.9-1.8-8.4-8.1-8.2-11.1.6-22.2-.1-33-2.2-7.9-.6-15.7-2.3-23.1-4.9-33.6-11.2-49.5-31.3-49.7-62.6-.1-30.9 16.3-52.4 48.5-64.2" fill="#00a5f3"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 360" fill="none"><path d="M253.9 328c-11.7 0-23.3-.3-35 0-7.3.3-9.9-1.7-8.7-9.5 7.1-48.7 13.7-97.4 20.6-146.2.2-1.2.4-2.3.6-3.4 2.5-17.8 2.5-17.6 20.2-17.2 6.7.1 8.8 2.6 7.8 9-3.7 26.3-7.5 52.5-11.1 78.8-2.8 19.7-5.3 39.2-8.3 58.8-.8 4.9.6 6 5.2 6 16-.2 32 .2 48.1-.2 6.8-.2 9.4 1.8 8.6 9-1.7 14.4-1.9 14.8-16.3 14.8zm220.9 0c-13.1 0-13.1-.3-11.2-13.3q11.1-76.95 21.6-153.9c.9-6.5 3.3-9.6 9.9-9h3.5c14.8 0 14.4 0 12.3 14.8-7.1 49.5-13.9 99.1-20.9 148.7-2 12.7-2.3 12.7-15.2 12.7m-76.3-176.3c-13.4.8-26.8.4-40.3 0-7.1-.2-10.2 2.1-11.2 9.7-6.8 51.1-14.1 102.2-21.3 153.2-1.9 13.4-2.1 13.4 10.9 13.4 13.9 0 13.9 0 15.7-13.6 1.2-9 2.7-17.9 3.6-26.9 2.5-22.9 2.5-22.9 25-22.9h3.5c34.2 0 59.4-22.2 64.1-55.9 3.3-26.6-12.8-59.2-50-57m-13 87.7c-2-.2-4.1 0-6.1 0-16.4 0-16.5 0-14.6-16.2 1.6-13.3 3.8-26.5 5.4-39.8.6-4.8 2.5-6.4 7.2-6.2 6.7.3 13.4 0 20.1 0 13.3 0 21.6 7.6 23.6 20.8 2.7 18.1-9.8 43.8-35.8 41.3h.2z" fill="#00a5f3"/><path d="M128.5 308.4c-7.9-.6-15.7-2.3-23.1-4.9 19.7-11.1 33.1-27.1 38.2-49.3 1.4-6-2.7-9.1-7.8-11-10.2-3.8-21-4.2-31.8-4.6-5.4 0-10.8-.2-16.2-.8 16.4-7.2 33.7-12.3 51.4-15.1 9.1-1.8 18.6-1.8 27.7 0 12.6 3 19 12.8 16.1 25.4-4.5 19.5-19.1 31.5-33 43.9-6.6 6.1-14.3 11-21.5 16.4m-33.4 18.2-17.8-3.8c-.5 4.7-4.9 5.5-7.9 7.2-14.8 8.3-54.7 27.4-55.7 30.6 3 0 59.6-21.8 81.4-34" fill="#00a5f3" opacity="0.6"/><path d="M104.1 176.7c19.2-7 39.1-8.9 59.3-8.8 4.9 0 9.3.8 9.6-6.4.3-6.6-2-9.3-8.8-9.7-19.5-1.1-39.1-.1-58.4 2.9-26.7 4-52.6 10.6-74.9 26.9C-2.5 206-10 252.8 14.2 286.4c5.3 7.4 12 13.7 19.6 18.7 13.3 8.5 28 14.5 43.4 17.7l17.8 3.8c22.3 2.1 44.6 3.9 67.1 1.9 7.4-.7 7.4-4.4 7.4-9.7.2-5.9-1.8-8.4-8.1-8.2-11.1.6-22.2-.1-33-2.2-7.9-.6-15.7-2.3-23.1-4.9-33.6-11.2-49.5-31.3-49.7-62.6-.1-30.9 16.3-52.4 48.5-64.2" fill="#00a5f3"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 360" fill="none"><path d="M253.9 328c-11.7 0-23.3-.3-35 0-7.3.3-9.9-1.7-8.7-9.5 7.1-48.7 13.7-97.4 20.6-146.2.2-1.2.4-2.3.6-3.4 2.5-17.8 2.5-17.6 20.2-17.2 6.7.1 8.8 2.6 7.8 9-3.7 26.3-7.5 52.5-11.1 78.8-2.8 19.7-5.3 39.2-8.3 58.8-.8 4.9.6 6 5.2 6 16-.2 32 .2 48.1-.2 6.8-.2 9.4 1.8 8.6 9-1.7 14.4-1.9 14.8-16.3 14.8zm220.9 0c-13.1 0-13.1-.3-11.2-13.3q11.1-76.95 21.6-153.9c.9-6.5 3.3-9.6 9.9-9h3.5c14.8 0 14.4 0 12.3 14.8-7.1 49.5-13.9 99.1-20.9 148.7-2 12.7-2.3 12.7-15.2 12.7m-76.3-176.3c-13.4.8-26.8.4-40.3 0-7.1-.2-10.2 2.1-11.2 9.7-6.8 51.1-14.1 102.2-21.3 153.2-1.9 13.4-2.1 13.4 10.9 13.4 13.9 0 13.9 0 15.7-13.6 1.2-9 2.7-17.9 3.6-26.9 2.5-22.9 2.5-22.9 25-22.9h3.5c34.2 0 59.4-22.2 64.1-55.9 3.3-26.6-12.8-59.2-50-57m-13 87.7c-2-.2-4.1 0-6.1 0-16.4 0-16.5 0-14.6-16.2 1.6-13.3 3.8-26.5 5.4-39.8.6-4.8 2.5-6.4 7.2-6.2 6.7.3 13.4 0 20.1 0 13.3 0 21.6 7.6 23.6 20.8 2.7 18.1-9.8 43.8-35.8 41.3h.2z" fill="#00a5f3"/><path d="M128.5 308.4c-7.9-.6-15.7-2.3-23.1-4.9 19.7-11.1 33.1-27.1 38.2-49.3 1.4-6-2.7-9.1-7.8-11-10.2-3.8-21-4.2-31.8-4.6-5.4 0-10.8-.2-16.2-.8 16.4-7.2 33.7-12.3 51.4-15.1 9.1-1.8 18.6-1.8 27.7 0 12.6 3 19 12.8 16.1 25.4-4.5 19.5-19.1 31.5-33 43.9-6.6 6.1-14.3 11-21.5 16.4m-33.4 18.2-17.8-3.8c-.5 4.7-4.9 5.5-7.9 7.2-14.8 8.3-54.7 27.4-55.7 30.6 3 0 59.6-21.8 81.4-34" fill="#00a5f3" opacity="0.6"/><path d="M104.1 176.7c19.2-7 39.1-8.9 59.3-8.8 4.9 0 9.3.8 9.6-6.4.3-6.6-2-9.3-8.8-9.7-19.5-1.1-39.1-.1-58.4 2.9-26.7 4-52.6 10.6-74.9 26.9C-2.5 206-10 252.8 14.2 286.4c5.3 7.4 12 13.7 19.6 18.7 13.3 8.5 28 14.5 43.4 17.7l17.8 3.8c22.3 2.1 44.6 3.9 67.1 1.9 7.4-.7 7.4-4.4 7.4-9.7.2-5.9-1.8-8.4-8.1-8.2-11.1.6-22.2-.1-33-2.2-7.9-.6-15.7-2.3-23.1-4.9-33.6-11.2-49.5-31.3-49.7-62.6-.1-30.9 16.3-52.4 48.5-64.2" fill="#00a5f3"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 360" fill="none"><path d="M253.9 328c-11.7 0-23.3-.3-35 0-7.3.3-9.9-1.7-8.7-9.5 7.1-48.7 13.7-97.4 20.6-146.2.2-1.2.4-2.3.6-3.4 2.5-17.8 2.5-17.6 20.2-17.2 6.7.1 8.8 2.6 7.8 9-3.7 26.3-7.5 52.5-11.1 78.8-2.8 19.7-5.3 39.2-8.3 58.8-.8 4.9.6 6 5.2 6 16-.2 32 .2 48.1-.2 6.8-.2 9.4 1.8 8.6 9-1.7 14.4-1.9 14.8-16.3 14.8zm220.9 0c-13.1 0-13.1-.3-11.2-13.3q11.1-76.95 21.6-153.9c.9-6.5 3.3-9.6 9.9-9h3.5c14.8 0 14.4 0 12.3 14.8-7.1 49.5-13.9 99.1-20.9 148.7-2 12.7-2.3 12.7-15.2 12.7m-76.3-176.3c-13.4.8-26.8.4-40.3 0-7.1-.2-10.2 2.1-11.2 9.7-6.8 51.1-14.1 102.2-21.3 153.2-1.9 13.4-2.1 13.4 10.9 13.4 13.9 0 13.9 0 15.7-13.6 1.2-9 2.7-17.9 3.6-26.9 2.5-22.9 2.5-22.9 25-22.9h3.5c34.2 0 59.4-22.2 64.1-55.9 3.3-26.6-12.8-59.2-50-57m-13 87.7c-2-.2-4.1 0-6.1 0-16.4 0-16.5 0-14.6-16.2 1.6-13.3 3.8-26.5 5.4-39.8.6-4.8 2.5-6.4 7.2-6.2 6.7.3 13.4 0 20.1 0 13.3 0 21.6 7.6 23.6 20.8 2.7 18.1-9.8 43.8-35.8 41.3h.2z" fill="#00a5f3"/><path d="M128.5 308.4c-7.9-.6-15.7-2.3-23.1-4.9 19.7-11.1 33.1-27.1 38.2-49.3 1.4-6-2.7-9.1-7.8-11-10.2-3.8-21-4.2-31.8-4.6-5.4 0-10.8-.2-16.2-.8 16.4-7.2 33.7-12.3 51.4-15.1 9.1-1.8 18.6-1.8 27.7 0 12.6 3 19 12.8 16.1 25.4-4.5 19.5-19.1 31.5-33 43.9-6.6 6.1-14.3 11-21.5 16.4m-33.4 18.2-17.8-3.8c-.5 4.7-4.9 5.5-7.9 7.2-14.8 8.3-54.7 27.4-55.7 30.6 3 0 59.6-21.8 81.4-34" fill="#00a5f3" opacity="0.6"/><path d="M104.1 176.7c19.2-7 39.1-8.9 59.3-8.8 4.9 0 9.3.8 9.6-6.4.3-6.6-2-9.3-8.8-9.7-19.5-1.1-39.1-.1-58.4 2.9-26.7 4-52.6 10.6-74.9 26.9C-2.5 206-10 252.8 14.2 286.4c5.3 7.4 12 13.7 19.6 18.7 13.3 8.5 28 14.5 43.4 17.7l17.8 3.8c22.3 2.1 44.6 3.9 67.1 1.9 7.4-.7 7.4-4.4 7.4-9.7.2-5.9-1.8-8.4-8.1-8.2-11.1.6-22.2-.1-33-2.2-7.9-.6-15.7-2.3-23.1-4.9-33.6-11.2-49.5-31.3-49.7-62.6-.1-30.9 16.3-52.4 48.5-64.2" fill="#00a5f3"/></svg>
@@ -16,15 +16,5 @@ exports.administrationManagementCreateDescription = [
16
16
  },
17
17
  description: 'Create a new user or group or profile',
18
18
  },
19
- {
20
- displayName: 'Payload (JSON)',
21
- name: 'payload',
22
- type: 'json',
23
- default: '{}',
24
- displayOptions: {
25
- show: showOnlyForAdministrationManagementCreate,
26
- },
27
- description: 'JSON payload to create the user',
28
- },
29
19
  ];
30
20
  //# sourceMappingURL=create.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Administration Management/create.ts"],"names":[],"mappings":";;;AAEA,MAAM,yCAAyC,GAAG;IACjD,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,2BAA2B,CAAC;CACvC,CAAC;AAEW,QAAA,yCAAyC,GAAsB;IAC3E;QACC,WAAW,EAAE,8BAA8B;QAC3C,IAAI,EAAE,sCAAsC;QAC5C,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,WAAW,EAAE,uCAAuC;KACpD;IACD;QACC,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,IAAI;QACb,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Administration Management/create.ts"],"names":[],"mappings":";;;AAEA,MAAM,yCAAyC,GAAG;IACjD,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,2BAA2B,CAAC;CACvC,CAAC;AAEW,QAAA,yCAAyC,GAAsB;IAC3E;QACC,WAAW,EAAE,8BAA8B;QAC3C,IAAI,EAAE,sCAAsC;QAC5C,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,WAAW,EAAE,uCAAuC;KACpD;CAED,CAAC"}
@@ -6,6 +6,7 @@ const create_1 = require("./create");
6
6
  const update_1 = require("./update");
7
7
  const group_1 = require("./group");
8
8
  const profile_1 = require("./profile");
9
+ const options_1 = require("./options");
9
10
  const showOnlyForAdministrationManagement = {
10
11
  resource: ['Administration Management'],
11
12
  };
@@ -81,5 +82,6 @@ exports.administrationManagementDescription = [
81
82
  ...update_1.administrationManagementUpdateDescription,
82
83
  ...group_1.administrationManagementGroupDescription,
83
84
  ...profile_1.administrationManagementProfileDescription,
85
+ ...options_1.administrationManagementOptionsDescription,
84
86
  ];
85
87
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Administration Management/index.ts"],"names":[],"mappings":";;;AACA,+BAA+D;AAC/D,qCAAqE;AACrE,qCAAqE;AACrE,mCAAmE;AACnE,uCAAuE;AAEvE,MAAM,mCAAmC,GAAG;IAC3C,QAAQ,EAAE,CAAC,2BAA2B,CAAC;CACvC,CAAC;AAEW,QAAA,mCAAmC,GAAsB;IACrE;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,mCAAmC;SACzC;QACI,OAAO,EAAE;YACJ;gBACI,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,oBAAoB;aACpC;YACD;gBACI,IAAI,EAAE,kBAAkB;gBACxB,KAAK,EAAE,eAAe;gBACtB,MAAM,EAAE,sBAAsB;gBAC9B,WAAW,EAAE,sBAAsB;aACtC;YACD;gBACI,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,mBAAmB;gBAC3B,WAAW,EAAE,mBAAmB;aACnC;YACD;gBACI,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,aAAa;gBACrB,WAAW,EAAE,gCAAgC;aAChD;YACD;gBACI,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,YAAY;gBACnB,MAAM,EAAE,eAAe;gBACvB,WAAW,EAAE,kCAAkC;aAClD;YACD;gBACI,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,KAAK;gBACZ,MAAM,EAAE,YAAY;gBACpB,WAAW,EAAE,+BAA+B;aAC/C;YACD;gBACI,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,gBAAgB;gBACxB,WAAW,EAAE,0BAA0B;aAC1C;YACD;gBACI,IAAI,EAAE,kBAAkB;gBACxB,KAAK,EAAE,eAAe;gBACtB,MAAM,EAAE,kBAAkB;gBAC1B,WAAW,EAAE,4BAA4B;aAC5C;YACD;gBACI,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,eAAe;gBACvB,WAAW,EAAE,yBAAyB;aACzC;SACJ;QACP,OAAO,EAAE,KAAK;KACd;IACD,GAAG,4CAAsC;IACzC,GAAG,kDAAyC;IAC5C,GAAG,kDAAyC;IAC5C,GAAG,gDAAwC;IAC3C,GAAG,oDAA0C;CAC7C,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Administration Management/index.ts"],"names":[],"mappings":";;;AACA,+BAA+D;AAC/D,qCAAqE;AACrE,qCAAqE;AACrE,mCAAmE;AACnE,uCAAuE;AACvE,uCAAuE;AAEvE,MAAM,mCAAmC,GAAG;IAC3C,QAAQ,EAAE,CAAC,2BAA2B,CAAC;CACvC,CAAC;AAEW,QAAA,mCAAmC,GAAsB;IACrE;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,mCAAmC;SACzC;QACI,OAAO,EAAE;YACJ;gBACI,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,oBAAoB;aACpC;YACD;gBACI,IAAI,EAAE,kBAAkB;gBACxB,KAAK,EAAE,eAAe;gBACtB,MAAM,EAAE,sBAAsB;gBAC9B,WAAW,EAAE,sBAAsB;aACtC;YACD;gBACI,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,mBAAmB;gBAC3B,WAAW,EAAE,mBAAmB;aACnC;YACD;gBACI,IAAI,EAAE,aAAa;gBACnB,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,aAAa;gBACrB,WAAW,EAAE,gCAAgC;aAChD;YACD;gBACI,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,YAAY;gBACnB,MAAM,EAAE,eAAe;gBACvB,WAAW,EAAE,kCAAkC;aAClD;YACD;gBACI,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,KAAK;gBACZ,MAAM,EAAE,YAAY;gBACpB,WAAW,EAAE,+BAA+B;aAC/C;YACD;gBACI,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,gBAAgB;gBACxB,WAAW,EAAE,0BAA0B;aAC1C;YACD;gBACI,IAAI,EAAE,kBAAkB;gBACxB,KAAK,EAAE,eAAe;gBACtB,MAAM,EAAE,kBAAkB;gBAC1B,WAAW,EAAE,4BAA4B;aAC5C;YACD;gBACI,IAAI,EAAE,eAAe;gBACrB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,eAAe;gBACvB,WAAW,EAAE,yBAAyB;aACzC;SACJ;QACP,OAAO,EAAE,KAAK;KACd;IACD,GAAG,4CAAsC;IACzC,GAAG,kDAAyC;IAC5C,GAAG,kDAAyC;IAC5C,GAAG,gDAAwC;IAC3C,GAAG,oDAA0C;IAC7C,GAAG,oDAA0C;CAC7C,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const administrationManagementOptionsDescription: INodeProperties[];
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.administrationManagementOptionsDescription = void 0;
4
+ exports.administrationManagementOptionsDescription = [
5
+ {
6
+ displayName: 'Options',
7
+ name: 'options',
8
+ type: 'collection',
9
+ placeholder: 'Add Option',
10
+ default: {},
11
+ displayOptions: {
12
+ show: {
13
+ resource: ['Administration Management'],
14
+ operation: ['create', 'update'],
15
+ },
16
+ },
17
+ options: [],
18
+ },
19
+ ];
20
+ //# sourceMappingURL=options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Administration Management/options.ts"],"names":[],"mappings":";;;AAEa,QAAA,0CAA0C,GAAsB;IAC5E;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,2BAA2B,CAAC;gBACvC,SAAS,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAC;aAC/B;SACD;QACD,OAAO,EAAE,EAER;KACD;CACD,CAAC"}
@@ -27,15 +27,5 @@ exports.administrationManagementUpdateDescription = [
27
27
  required: true,
28
28
  description: 'ID of the user to update',
29
29
  },
30
- {
31
- displayName: 'Payload (JSON)',
32
- name: 'payload',
33
- type: 'json',
34
- default: '{}',
35
- displayOptions: {
36
- show: showOnlyForAdministrationManagementUpdate,
37
- },
38
- description: 'JSON payload to update the user',
39
- },
40
30
  ];
41
31
  //# sourceMappingURL=update.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Administration Management/update.ts"],"names":[],"mappings":";;;AAEA,MAAM,yCAAyC,GAAG;IACjD,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,2BAA2B,CAAC;CACvC,CAAC;AAEW,QAAA,yCAAyC,GAAsB;IAC3E;QACC,WAAW,EAAE,gCAAgC;QAC7C,IAAI,EAAE,sCAAsC;QAC5C,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,WAAW,EAAE,yBAAyB;KACtC;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,OAAO,EAAE,CAAC;QACV,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,0BAA0B;KACvC;IACD;QACC,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,IAAI;QACb,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC"}
1
+ {"version":3,"file":"update.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Administration Management/update.ts"],"names":[],"mappings":";;;AAEA,MAAM,yCAAyC,GAAG;IACjD,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,2BAA2B,CAAC;CACvC,CAAC;AAEW,QAAA,yCAAyC,GAAsB;IAC3E;QACC,WAAW,EAAE,gCAAgC;QAC7C,IAAI,EAAE,sCAAsC;QAC5C,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,WAAW,EAAE,yBAAyB;KACtC;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,yCAAyC;SAC/C;QACD,OAAO,EAAE,CAAC;QACV,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,0BAA0B;KACvC;CAED,CAAC"}
@@ -16,15 +16,5 @@ exports.AssetManagementCreateDescription = [
16
16
  },
17
17
  description: 'Create a new asset. The ItemType Can be: Computer, Monitor, Software, Network Equipment, Peripheral, Printer, Cartridge, Consumable, Phone, Rack, Enclosure, PDU, Passive Device, Unmanaged Device, Cable, SIM Card, Camera.',
18
18
  },
19
- {
20
- displayName: 'Payload (JSON)',
21
- name: 'payload',
22
- type: 'json',
23
- default: '{}',
24
- displayOptions: {
25
- show: showOnlyForAssetManagementCreate,
26
- },
27
- description: 'JSON payload to create the asset. The payload must be a valid JSON object with the properties of the asset.',
28
- },
29
19
  ];
30
20
  //# sourceMappingURL=create.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Asset Management/create.ts"],"names":[],"mappings":";;;AAEA,MAAM,gCAAgC,GAAG;IACxC,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,kBAAkB,CAAC;CAC9B,CAAC;AAEW,QAAA,gCAAgC,GAAsB;IAC/D;QACF,WAAW,EAAE,8BAA8B;QAC3C,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE,gCAAgC;SACtC;QACD,WAAW,EAAE,8NAA8N;KAC3O;IACD;QACC,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,IAAI;QACb,cAAc,EAAE;YACf,IAAI,EAAE,gCAAgC;SACtC;QACD,WAAW,EAAE,6GAA6G;KAC1H;CACD,CAAC"}
1
+ {"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Asset Management/create.ts"],"names":[],"mappings":";;;AAEA,MAAM,gCAAgC,GAAG;IACxC,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,kBAAkB,CAAC;CAC9B,CAAC;AAEW,QAAA,gCAAgC,GAAsB;IAC/D;QACF,WAAW,EAAE,8BAA8B;QAC3C,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE,gCAAgC;SACtC;QACD,WAAW,EAAE,8NAA8N;KAC3O;CAED,CAAC"}
@@ -4,6 +4,7 @@ exports.AssetManagementDescription = void 0;
4
4
  const get_1 = require("./get");
5
5
  const create_1 = require("./create");
6
6
  const update_1 = require("./update");
7
+ const options_1 = require("./options");
7
8
  const showOnlyForAssetManagement = {
8
9
  resource: ['Asset Management'],
9
10
  };
@@ -17,18 +18,18 @@ exports.AssetManagementDescription = [
17
18
  show: showOnlyForAssetManagement,
18
19
  },
19
20
  options: [
20
- {
21
- name: 'Get an Asset',
22
- value: 'get',
23
- action: 'Get an asset',
24
- description: 'Get the data of a single asset',
25
- },
26
21
  {
27
22
  name: 'Create an Asset',
28
23
  value: 'create',
29
24
  action: 'Create a new asset',
30
25
  description: 'Create a new asset',
31
26
  },
27
+ {
28
+ name: 'Get an Asset',
29
+ value: 'get',
30
+ action: 'Get an asset',
31
+ description: 'Get the data of a single asset',
32
+ },
32
33
  {
33
34
  name: 'Update an Asset',
34
35
  value: 'update',
@@ -68,5 +69,6 @@ exports.AssetManagementDescription = [
68
69
  ...get_1.AssetManagementGetDescription,
69
70
  ...create_1.AssetManagementCreateDescription,
70
71
  ...update_1.AssetManagementUpdateDescription,
72
+ ...options_1.assetManagementOptionsDescription,
71
73
  ];
72
74
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Asset Management/index.ts"],"names":[],"mappings":";;;AACA,+BAAsD;AACtD,qCAA4D;AAC5D,qCAA4D;AAE5D,MAAM,0BAA0B,GAAG;IAClC,QAAQ,EAAE,CAAC,kBAAkB,CAAC;CAC9B,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAC5D;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,KAAK;gBACZ,MAAM,EAAE,cAAc;gBACtB,WAAW,EAAE,gCAAgC;aAC7C;YACD;gBACC,IAAI,EAAE,iBAAiB;gBACvB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,oBAAoB;aACjC;YACD;gBACC,IAAI,EAAE,iBAAiB;gBACvB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,iBAAiB;gBACzB,WAAW,EAAE,0BAA0B;aACvC;SACD;QACD,OAAO,EAAE,KAAK;KACd;IACD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE;YAER,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;YAEjC,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,EAAE;YAC7C,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;YACvC,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB,EAAE;YAC/C,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;YACzC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;YACrC,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,kBAAkB,EAAE;YACxD,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,oBAAoB,EAAE;YACvD,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE;YAC7B,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;YAC3C,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;YACjC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;YACrC,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;YAE/B,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;SAEvC;QACD,OAAO,EAAE,UAAU;QACnB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,eAAe;KAC5B;IACD,GAAG,mCAA6B;IAChC,GAAG,yCAAgC;IACnC,GAAG,yCAAgC;CACnC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GlpiApi/resources/Asset Management/index.ts"],"names":[],"mappings":";;;AACA,+BAAsD;AACtD,qCAA4D;AAC5D,qCAA4D;AAC5D,uCAA8D;AAE9D,MAAM,0BAA0B,GAAG;IAClC,QAAQ,EAAE,CAAC,kBAAkB,CAAC;CAC9B,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAC5D;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE;YACT;gBACC,IAAI,EAAE,iBAAiB;gBACvB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,oBAAoB;aACjC;YACD;gBACC,IAAI,EAAE,cAAc;gBACpB,KAAK,EAAE,KAAK;gBACZ,MAAM,EAAE,cAAc;gBACtB,WAAW,EAAE,gCAAgC;aAC7C;YACD;gBACC,IAAI,EAAE,iBAAiB;gBACvB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,iBAAiB;gBACzB,WAAW,EAAE,0BAA0B;aACvC;SACD;QACA,OAAO,EAAE,KAAK;KACd;IACD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE;YAER,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;YAEjC,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,eAAe,EAAE;YAC7C,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;YACvC,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,gBAAgB,EAAE;YAC/C,EAAE,IAAI,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE;YACzC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;YACrC,EAAE,IAAI,EAAE,mBAAmB,EAAE,KAAK,EAAE,kBAAkB,EAAE;YACxD,EAAE,IAAI,EAAE,gBAAgB,EAAE,KAAK,EAAE,oBAAoB,EAAE;YACvD,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE;YAC7B,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,YAAY,EAAE;YAC3C,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE;YACjC,EAAE,IAAI,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE;YACrC,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE;YAE/B,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,UAAU,EAAE;SAEvC;QACD,OAAO,EAAE,UAAU;QACnB,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,eAAe;KAC5B;IACD,GAAG,mCAA6B;IAChC,GAAG,yCAAgC;IACnC,GAAG,yCAAgC;IACnC,GAAG,2CAAiC;CACpC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const assetManagementOptionsDescription: INodeProperties[];