@n8n-dev/n8n-nodes-googleapis-resourcesettings 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 +102 -0
- package/dist/banner.svg +154 -0
- package/dist/credentials/GoogleapisResourcesettingsApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisResourcesettingsApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisResourcesettingsApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-resourcesettings.dark.svg +21 -0
- package/dist/icons/googleapis-resourcesettings.svg +21 -0
- package/dist/nodes/GoogleapisResourcesettings/GoogleapisResourcesettings.node.d.ts +4 -0
- package/dist/nodes/GoogleapisResourcesettings/GoogleapisResourcesettings.node.js +54 -0
- package/dist/nodes/GoogleapisResourcesettings/GoogleapisResourcesettings.node.js.map +1 -0
- package/dist/nodes/GoogleapisResourcesettings/GoogleapisResourcesettings.node.json +20 -0
- package/dist/nodes/GoogleapisResourcesettings/googleapis-resourcesettings.dark.svg +21 -0
- package/dist/nodes/GoogleapisResourcesettings/googleapis-resourcesettings.svg +21 -0
- package/dist/nodes/GoogleapisResourcesettings/resources/index.d.ts +1 -0
- package/dist/nodes/GoogleapisResourcesettings/resources/index.js +6 -0
- package/dist/nodes/GoogleapisResourcesettings/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisResourcesettings/resources/projects/index.d.ts +2 -0
- package/dist/nodes/GoogleapisResourcesettings/resources/projects/index.js +430 -0
- package/dist/nodes/GoogleapisResourcesettings/resources/projects/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.projectsDescription = void 0;
|
|
4
|
+
var projects_1 = require("./projects");
|
|
5
|
+
Object.defineProperty(exports, "projectsDescription", { enumerable: true, get: function () { return projects_1.projectsDescription; } });
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/GoogleapisResourcesettings/resources/index.ts"],"names":[],"mappings":";;;AAAA,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA"}
|
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.projectsDescription = void 0;
|
|
4
|
+
exports.projectsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Projects"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Resourcesettings Projects Settings Get",
|
|
20
|
+
"value": "Resourcesettings Projects Settings Get",
|
|
21
|
+
"action": "Resourcesettings Projects Settings Get",
|
|
22
|
+
"description": "Returns a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/v1/{{$parameter[\"name\"]}}"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Resourcesettings Projects Settings Patch",
|
|
32
|
+
"value": "Resourcesettings Projects Settings Patch",
|
|
33
|
+
"action": "Resourcesettings Projects Settings Patch",
|
|
34
|
+
"description": "Updates a specified setting. Returns a `google.rpc.Status` with `google.rpc.Code.NOT_FOUND` if the setting does not exist. Returns a `google.rpc.Status` with `google.rpc.Code.FAILED_PRECONDITION` if the setting is flagged as read only. Returns a `google.rpc.Status` with `google.rpc.Code.ABORTED` if the etag supplied in the request does not match the persisted etag of the setting value. On success, the response will contain only `name`, `local_value` and `etag`. The `metadata` and `effective_value` cannot be updated through this API. Note: the supplied setting will perform a full overwrite of the `local_value` field.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "PATCH",
|
|
38
|
+
"url": "=/v1/{{$parameter[\"name\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Resourcesettings Projects Settings List",
|
|
44
|
+
"value": "Resourcesettings Projects Settings List",
|
|
45
|
+
"action": "Resourcesettings Projects Settings List",
|
|
46
|
+
"description": "Lists all the settings that are available on the Cloud resource `parent`.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/v1/{{$parameter[\"parent\"]}}/settings"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"default": ""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"displayName": "GET /v1/{name}",
|
|
59
|
+
"name": "operation",
|
|
60
|
+
"type": "notice",
|
|
61
|
+
"typeOptions": {
|
|
62
|
+
"theme": "info"
|
|
63
|
+
},
|
|
64
|
+
"default": "",
|
|
65
|
+
"displayOptions": {
|
|
66
|
+
"show": {
|
|
67
|
+
"resource": [
|
|
68
|
+
"Projects"
|
|
69
|
+
],
|
|
70
|
+
"operation": [
|
|
71
|
+
"Resourcesettings Projects Settings Get"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"displayName": "Name",
|
|
78
|
+
"name": "name",
|
|
79
|
+
"required": true,
|
|
80
|
+
"description": "Required. The name of the setting to get. See Setting for naming requirements.",
|
|
81
|
+
"default": "",
|
|
82
|
+
"type": "string",
|
|
83
|
+
"displayOptions": {
|
|
84
|
+
"show": {
|
|
85
|
+
"resource": [
|
|
86
|
+
"Projects"
|
|
87
|
+
],
|
|
88
|
+
"operation": [
|
|
89
|
+
"Resourcesettings Projects Settings Get"
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"displayName": "View",
|
|
96
|
+
"name": "view",
|
|
97
|
+
"description": "The SettingView for this request.",
|
|
98
|
+
"default": "SETTING_VIEW_UNSPECIFIED",
|
|
99
|
+
"type": "options",
|
|
100
|
+
"options": [
|
|
101
|
+
{
|
|
102
|
+
"name": "SETTING VIEW UNSPECIFIED",
|
|
103
|
+
"value": "SETTING_VIEW_UNSPECIFIED"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "SETTING VIEW BASIC",
|
|
107
|
+
"value": "SETTING_VIEW_BASIC"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "SETTING VIEW EFFECTIVE VALUE",
|
|
111
|
+
"value": "SETTING_VIEW_EFFECTIVE_VALUE"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "SETTING VIEW LOCAL VALUE",
|
|
115
|
+
"value": "SETTING_VIEW_LOCAL_VALUE"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"routing": {
|
|
119
|
+
"send": {
|
|
120
|
+
"type": "query",
|
|
121
|
+
"property": "view",
|
|
122
|
+
"value": "={{ $value }}",
|
|
123
|
+
"propertyInDotNotation": false
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"displayOptions": {
|
|
127
|
+
"show": {
|
|
128
|
+
"resource": [
|
|
129
|
+
"Projects"
|
|
130
|
+
],
|
|
131
|
+
"operation": [
|
|
132
|
+
"Resourcesettings Projects Settings Get"
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"displayName": "PATCH /v1/{name}",
|
|
139
|
+
"name": "operation",
|
|
140
|
+
"type": "notice",
|
|
141
|
+
"typeOptions": {
|
|
142
|
+
"theme": "info"
|
|
143
|
+
},
|
|
144
|
+
"default": "",
|
|
145
|
+
"displayOptions": {
|
|
146
|
+
"show": {
|
|
147
|
+
"resource": [
|
|
148
|
+
"Projects"
|
|
149
|
+
],
|
|
150
|
+
"operation": [
|
|
151
|
+
"Resourcesettings Projects Settings Patch"
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"displayName": "Name",
|
|
158
|
+
"name": "name",
|
|
159
|
+
"required": true,
|
|
160
|
+
"description": "The resource name of the setting. Must be in one of the following forms: * `projects/{project_number}/settings/{setting_name}` * `folders/{folder_id}/settings/{setting_name}` * `organizations/{organization_id}/settings/{setting_name}` For example, \"/projects/123/settings/gcp-enableMyFeature\"",
|
|
161
|
+
"default": "",
|
|
162
|
+
"type": "string",
|
|
163
|
+
"displayOptions": {
|
|
164
|
+
"show": {
|
|
165
|
+
"resource": [
|
|
166
|
+
"Projects"
|
|
167
|
+
],
|
|
168
|
+
"operation": [
|
|
169
|
+
"Resourcesettings Projects Settings Patch"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"displayName": "Effective Value",
|
|
176
|
+
"name": "effectiveValue",
|
|
177
|
+
"type": "json",
|
|
178
|
+
"default": "{\n \"enumValue\": {},\n \"stringMapValue\": {},\n \"stringSetValue\": {\n \"values\": [\n null\n ]\n }\n}",
|
|
179
|
+
"description": "The data in a setting value.",
|
|
180
|
+
"routing": {
|
|
181
|
+
"send": {
|
|
182
|
+
"property": "effectiveValue",
|
|
183
|
+
"propertyInDotNotation": false,
|
|
184
|
+
"type": "body",
|
|
185
|
+
"value": "={{ JSON.parse($value) }}"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"displayOptions": {
|
|
189
|
+
"show": {
|
|
190
|
+
"resource": [
|
|
191
|
+
"Projects"
|
|
192
|
+
],
|
|
193
|
+
"operation": [
|
|
194
|
+
"Resourcesettings Projects Settings Patch"
|
|
195
|
+
]
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"displayName": "Etag",
|
|
201
|
+
"name": "etag",
|
|
202
|
+
"type": "string",
|
|
203
|
+
"default": "",
|
|
204
|
+
"description": "A fingerprint used for optimistic concurrency. See UpdateSetting for more details.",
|
|
205
|
+
"routing": {
|
|
206
|
+
"send": {
|
|
207
|
+
"property": "etag",
|
|
208
|
+
"propertyInDotNotation": false,
|
|
209
|
+
"type": "body",
|
|
210
|
+
"value": "={{ $value }}"
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
"displayOptions": {
|
|
214
|
+
"show": {
|
|
215
|
+
"resource": [
|
|
216
|
+
"Projects"
|
|
217
|
+
],
|
|
218
|
+
"operation": [
|
|
219
|
+
"Resourcesettings Projects Settings Patch"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"displayName": "Local Value",
|
|
226
|
+
"name": "localValue",
|
|
227
|
+
"type": "json",
|
|
228
|
+
"default": "{\n \"enumValue\": {},\n \"stringMapValue\": {},\n \"stringSetValue\": {\n \"values\": [\n null\n ]\n }\n}",
|
|
229
|
+
"description": "The data in a setting value.",
|
|
230
|
+
"routing": {
|
|
231
|
+
"send": {
|
|
232
|
+
"property": "localValue",
|
|
233
|
+
"propertyInDotNotation": false,
|
|
234
|
+
"type": "body",
|
|
235
|
+
"value": "={{ JSON.parse($value) }}"
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"displayOptions": {
|
|
239
|
+
"show": {
|
|
240
|
+
"resource": [
|
|
241
|
+
"Projects"
|
|
242
|
+
],
|
|
243
|
+
"operation": [
|
|
244
|
+
"Resourcesettings Projects Settings Patch"
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"displayName": "Metadata",
|
|
251
|
+
"name": "metadata",
|
|
252
|
+
"type": "json",
|
|
253
|
+
"default": "{\n \"defaultValue\": {\n \"enumValue\": {},\n \"stringMapValue\": {},\n \"stringSetValue\": {\n \"values\": [\n null\n ]\n }\n }\n}",
|
|
254
|
+
"description": "Metadata about a setting which is not editable by the end user.",
|
|
255
|
+
"routing": {
|
|
256
|
+
"send": {
|
|
257
|
+
"property": "metadata",
|
|
258
|
+
"propertyInDotNotation": false,
|
|
259
|
+
"type": "body",
|
|
260
|
+
"value": "={{ JSON.parse($value) }}"
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"displayOptions": {
|
|
264
|
+
"show": {
|
|
265
|
+
"resource": [
|
|
266
|
+
"Projects"
|
|
267
|
+
],
|
|
268
|
+
"operation": [
|
|
269
|
+
"Resourcesettings Projects Settings Patch"
|
|
270
|
+
]
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"displayName": "Name",
|
|
276
|
+
"name": "name",
|
|
277
|
+
"type": "string",
|
|
278
|
+
"default": "",
|
|
279
|
+
"description": "The resource name of the setting. Must be in one of the following forms: * `projects/{project_number}/settings/{setting_name}` * `folders/{folder_id}/settings/{setting_name}` * `organizations/{organization_id}/settings/{setting_name}` For example, \"/projects/123/settings/gcp-enableMyFeature\"",
|
|
280
|
+
"routing": {
|
|
281
|
+
"send": {
|
|
282
|
+
"property": "name",
|
|
283
|
+
"propertyInDotNotation": false,
|
|
284
|
+
"type": "body",
|
|
285
|
+
"value": "={{ $value }}"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"displayOptions": {
|
|
289
|
+
"show": {
|
|
290
|
+
"resource": [
|
|
291
|
+
"Projects"
|
|
292
|
+
],
|
|
293
|
+
"operation": [
|
|
294
|
+
"Resourcesettings Projects Settings Patch"
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"displayName": "GET /v1/{parent}/settings",
|
|
301
|
+
"name": "operation",
|
|
302
|
+
"type": "notice",
|
|
303
|
+
"typeOptions": {
|
|
304
|
+
"theme": "info"
|
|
305
|
+
},
|
|
306
|
+
"default": "",
|
|
307
|
+
"displayOptions": {
|
|
308
|
+
"show": {
|
|
309
|
+
"resource": [
|
|
310
|
+
"Projects"
|
|
311
|
+
],
|
|
312
|
+
"operation": [
|
|
313
|
+
"Resourcesettings Projects Settings List"
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"displayName": "Parent",
|
|
320
|
+
"name": "parent",
|
|
321
|
+
"required": true,
|
|
322
|
+
"description": "Required. The project, folder, or organization that is the parent resource for this setting. Must be in one of the following forms: * `projects/{project_number}` * `projects/{project_id}` * `folders/{folder_id}` * `organizations/{organization_id}`",
|
|
323
|
+
"default": "",
|
|
324
|
+
"type": "string",
|
|
325
|
+
"displayOptions": {
|
|
326
|
+
"show": {
|
|
327
|
+
"resource": [
|
|
328
|
+
"Projects"
|
|
329
|
+
],
|
|
330
|
+
"operation": [
|
|
331
|
+
"Resourcesettings Projects Settings List"
|
|
332
|
+
]
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"displayName": "Page Size",
|
|
338
|
+
"name": "pageSize",
|
|
339
|
+
"description": "Unused. The size of the page to be returned.",
|
|
340
|
+
"default": 0,
|
|
341
|
+
"type": "number",
|
|
342
|
+
"routing": {
|
|
343
|
+
"send": {
|
|
344
|
+
"type": "query",
|
|
345
|
+
"property": "pageSize",
|
|
346
|
+
"value": "={{ $value }}",
|
|
347
|
+
"propertyInDotNotation": false
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"displayOptions": {
|
|
351
|
+
"show": {
|
|
352
|
+
"resource": [
|
|
353
|
+
"Projects"
|
|
354
|
+
],
|
|
355
|
+
"operation": [
|
|
356
|
+
"Resourcesettings Projects Settings List"
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"displayName": "Page Token",
|
|
363
|
+
"name": "pageToken",
|
|
364
|
+
"description": "Unused. A page token used to retrieve the next page.",
|
|
365
|
+
"default": "",
|
|
366
|
+
"type": "string",
|
|
367
|
+
"routing": {
|
|
368
|
+
"send": {
|
|
369
|
+
"type": "query",
|
|
370
|
+
"property": "pageToken",
|
|
371
|
+
"value": "={{ $value }}",
|
|
372
|
+
"propertyInDotNotation": false
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"displayOptions": {
|
|
376
|
+
"show": {
|
|
377
|
+
"resource": [
|
|
378
|
+
"Projects"
|
|
379
|
+
],
|
|
380
|
+
"operation": [
|
|
381
|
+
"Resourcesettings Projects Settings List"
|
|
382
|
+
]
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"displayName": "View",
|
|
388
|
+
"name": "view",
|
|
389
|
+
"description": "The SettingView for this request.",
|
|
390
|
+
"default": "SETTING_VIEW_UNSPECIFIED",
|
|
391
|
+
"type": "options",
|
|
392
|
+
"options": [
|
|
393
|
+
{
|
|
394
|
+
"name": "SETTING VIEW UNSPECIFIED",
|
|
395
|
+
"value": "SETTING_VIEW_UNSPECIFIED"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"name": "SETTING VIEW BASIC",
|
|
399
|
+
"value": "SETTING_VIEW_BASIC"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "SETTING VIEW EFFECTIVE VALUE",
|
|
403
|
+
"value": "SETTING_VIEW_EFFECTIVE_VALUE"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "SETTING VIEW LOCAL VALUE",
|
|
407
|
+
"value": "SETTING_VIEW_LOCAL_VALUE"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"routing": {
|
|
411
|
+
"send": {
|
|
412
|
+
"type": "query",
|
|
413
|
+
"property": "view",
|
|
414
|
+
"value": "={{ $value }}",
|
|
415
|
+
"propertyInDotNotation": false
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"displayOptions": {
|
|
419
|
+
"show": {
|
|
420
|
+
"resource": [
|
|
421
|
+
"Projects"
|
|
422
|
+
],
|
|
423
|
+
"operation": [
|
|
424
|
+
"Resourcesettings Projects Settings List"
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
];
|
|
430
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisResourcesettings/resources/projects/index.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAsB;IACpD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,SAAS;QACjB,kBAAkB,EAAE,IAAI;QACxB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;aACD;SACD;QACD,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,wCAAwC;gBAChD,OAAO,EAAE,wCAAwC;gBACjD,QAAQ,EAAE,wCAAwC;gBAClD,aAAa,EAAE,4HAA4H;gBAC3I,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,+BAA+B;qBACtC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,0CAA0C;gBAClD,OAAO,EAAE,0CAA0C;gBACnD,QAAQ,EAAE,0CAA0C;gBACpD,aAAa,EAAE,inBAAinB;gBAChoB,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,OAAO;wBACjB,KAAK,EAAE,+BAA+B;qBACtC;iBACD;aACD;YACD;gBACC,MAAM,EAAE,yCAAyC;gBACjD,OAAO,EAAE,yCAAyC;gBAClD,QAAQ,EAAE,yCAAyC;gBACnD,aAAa,EAAE,2EAA2E;gBAC1F,SAAS,EAAE;oBACV,SAAS,EAAE;wBACV,QAAQ,EAAE,KAAK;wBACf,KAAK,EAAE,0CAA0C;qBACjD;iBACD;aACD;SACD;QACD,SAAS,EAAE,EAAE;KACb;IACD;QACC,aAAa,EAAE,gBAAgB;QAC/B,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,wCAAwC;iBACxC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,gFAAgF;QAC/F,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,wCAAwC;iBACxC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,aAAa,EAAE,mCAAmC;QAClD,SAAS,EAAE,0BAA0B;QACrC,MAAM,EAAE,SAAS;QACjB,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,0BAA0B;gBAClC,OAAO,EAAE,0BAA0B;aACnC;YACD;gBACC,MAAM,EAAE,oBAAoB;gBAC5B,OAAO,EAAE,oBAAoB;aAC7B;YACD;gBACC,MAAM,EAAE,8BAA8B;gBACtC,OAAO,EAAE,8BAA8B;aACvC;YACD;gBACC,MAAM,EAAE,0BAA0B;gBAClC,OAAO,EAAE,0BAA0B;aACnC;SACD;QACD,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,MAAM;gBAClB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,wCAAwC;iBACxC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,kBAAkB;QACjC,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,wSAAwS;QACvT,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,iBAAiB;QAChC,MAAM,EAAE,gBAAgB;QACxB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,2HAA2H;QACtI,aAAa,EAAE,8BAA8B;QAC7C,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,gBAAgB;gBAC5B,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,oFAAoF;QACnG,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,MAAM;gBAClB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,aAAa;QAC5B,MAAM,EAAE,YAAY;QACpB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,2HAA2H;QACtI,aAAa,EAAE,8BAA8B;QAC7C,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,YAAY;gBACxB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,UAAU;QACzB,MAAM,EAAE,UAAU;QAClB,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,qKAAqK;QAChL,aAAa,EAAE,iEAAiE;QAChF,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,UAAU;gBACtB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,2BAA2B;aACpC;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE,EAAE;QACb,aAAa,EAAE,wSAAwS;QACvT,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,UAAU,EAAE,MAAM;gBAClB,uBAAuB,EAAE,KAAK;gBAC9B,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE,eAAe;aACxB;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,0CAA0C;iBAC1C;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,2BAA2B;QAC1C,MAAM,EAAE,WAAW;QACnB,MAAM,EAAE,QAAQ;QAChB,aAAa,EAAE;YACd,OAAO,EAAE,MAAM;SACf;QACD,SAAS,EAAE,EAAE;QACb,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,yCAAyC;iBACzC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,QAAQ;QACvB,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,IAAI;QAChB,aAAa,EAAE,yPAAyP;QACxQ,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,yCAAyC;iBACzC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,WAAW;QAC1B,MAAM,EAAE,UAAU;QAClB,aAAa,EAAE,8CAA8C;QAC7D,SAAS,EAAE,CAAC;QACZ,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,UAAU;gBACtB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,yCAAyC;iBACzC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,YAAY;QAC3B,MAAM,EAAE,WAAW;QACnB,aAAa,EAAE,sDAAsD;QACrE,SAAS,EAAE,EAAE;QACb,MAAM,EAAE,QAAQ;QAChB,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,WAAW;gBACvB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,yCAAyC;iBACzC;aACD;SACD;KACD;IACD;QACC,aAAa,EAAE,MAAM;QACrB,MAAM,EAAE,MAAM;QACd,aAAa,EAAE,mCAAmC;QAClD,SAAS,EAAE,0BAA0B;QACrC,MAAM,EAAE,SAAS;QACjB,SAAS,EAAE;YACV;gBACC,MAAM,EAAE,0BAA0B;gBAClC,OAAO,EAAE,0BAA0B;aACnC;YACD;gBACC,MAAM,EAAE,oBAAoB;gBAC5B,OAAO,EAAE,oBAAoB;aAC7B;YACD;gBACC,MAAM,EAAE,8BAA8B;gBACtC,OAAO,EAAE,8BAA8B;aACvC;YACD;gBACC,MAAM,EAAE,0BAA0B;gBAClC,OAAO,EAAE,0BAA0B;aACnC;SACD;QACD,SAAS,EAAE;YACV,MAAM,EAAE;gBACP,MAAM,EAAE,OAAO;gBACf,UAAU,EAAE,MAAM;gBAClB,OAAO,EAAE,eAAe;gBACxB,uBAAuB,EAAE,KAAK;aAC9B;SACD;QACD,gBAAgB,EAAE;YACjB,MAAM,EAAE;gBACP,UAAU,EAAE;oBACX,UAAU;iBACV;gBACD,WAAW,EAAE;oBACZ,yCAAyC;iBACzC;aACD;SACD;KACD;CACF,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@n8n-dev/n8n-nodes-googleapis-resourcesettings",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Resource Settings API controls GCP resource behavior across Cloud Resource Hierarchy.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"homepage": "https://n8n-code.github.io/n8n-dev/#/n8n-nodes-googleapis-resourcesettings",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"n8n",
|
|
9
|
+
"n8n-community-node",
|
|
10
|
+
"n8n-node",
|
|
11
|
+
"n8n-community-node-package",
|
|
12
|
+
"openapi",
|
|
13
|
+
"swagger",
|
|
14
|
+
"API",
|
|
15
|
+
"automation",
|
|
16
|
+
"workflow",
|
|
17
|
+
"googleapis-resourcesettings"
|
|
18
|
+
],
|
|
19
|
+
"author": {
|
|
20
|
+
"name": "kelvinzer0",
|
|
21
|
+
"email": ""
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/n8n-code/n8n-nodes-googleapis-resourcesettings.git"
|
|
26
|
+
},
|
|
27
|
+
"scripts": {
|
|
28
|
+
"build": "n8n-node build",
|
|
29
|
+
"build:watch": "tsc --watch",
|
|
30
|
+
"dev": "n8n-node dev",
|
|
31
|
+
"lint": "n8n-node lint",
|
|
32
|
+
"lint:fix": "n8n-node lint --fix",
|
|
33
|
+
"release": "n8n-node release",
|
|
34
|
+
"prepublishOnly": "npm run build"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"dist"
|
|
38
|
+
],
|
|
39
|
+
"n8n": {
|
|
40
|
+
"n8nNodesApiVersion": 1,
|
|
41
|
+
"strict": true,
|
|
42
|
+
"credentials": [
|
|
43
|
+
"dist/credentials/GoogleapisResourcesettingsApi.credentials.js"
|
|
44
|
+
],
|
|
45
|
+
"nodes": [
|
|
46
|
+
"dist/nodes/GoogleapisResourcesettings/GoogleapisResourcesettings.node.js"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"n8n-workflow": "*"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@n8n/node-cli": "*",
|
|
54
|
+
"eslint": "*",
|
|
55
|
+
"prettier": "3.8.3",
|
|
56
|
+
"release-it": "20.2.0",
|
|
57
|
+
"typescript": "5.9.3"
|
|
58
|
+
},
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"n8n-workflow": "*"
|
|
61
|
+
}
|
|
62
|
+
}
|