@n8n-dev/n8n-nodes-googleapis-servicemanagement 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.
Files changed (25) hide show
  1. package/README.md +124 -0
  2. package/dist/banner.svg +159 -0
  3. package/dist/credentials/GoogleapisServicemanagementApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisServicemanagementApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisServicemanagementApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-servicemanagement.dark.png +0 -0
  7. package/dist/icons/googleapis-servicemanagement.png +0 -0
  8. package/dist/nodes/GoogleapisServicemanagement/GoogleapisServicemanagement.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisServicemanagement/GoogleapisServicemanagement.node.js +61 -0
  10. package/dist/nodes/GoogleapisServicemanagement/GoogleapisServicemanagement.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisServicemanagement/GoogleapisServicemanagement.node.json +20 -0
  12. package/dist/nodes/GoogleapisServicemanagement/googleapis-servicemanagement.dark.png +0 -0
  13. package/dist/nodes/GoogleapisServicemanagement/googleapis-servicemanagement.png +0 -0
  14. package/dist/nodes/GoogleapisServicemanagement/resources/index.d.ts +2 -0
  15. package/dist/nodes/GoogleapisServicemanagement/resources/index.js +8 -0
  16. package/dist/nodes/GoogleapisServicemanagement/resources/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisServicemanagement/resources/operations/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisServicemanagement/resources/operations/index.js +202 -0
  19. package/dist/nodes/GoogleapisServicemanagement/resources/operations/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisServicemanagement/resources/services/index.d.ts +2 -0
  21. package/dist/nodes/GoogleapisServicemanagement/resources/services/index.js +2312 -0
  22. package/dist/nodes/GoogleapisServicemanagement/resources/services/index.js.map +1 -0
  23. package/dist/package.json +62 -0
  24. package/dist/tsconfig.tsbuildinfo +1 -0
  25. package/package.json +62 -0
@@ -0,0 +1,20 @@
1
+ {
2
+ "node": "N8nDevGoogleapisServicemanagement",
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-googleapis-servicemanagement"
12
+ }
13
+ ],
14
+ "credentialDocumentation": [
15
+ {
16
+ "url": "https://github.com/n8n-code/n8n-nodes-googleapis-servicemanagement?tab=readme-ov-file#credentials"
17
+ }
18
+ ]
19
+ }
20
+ }
@@ -0,0 +1,2 @@
1
+ export { operationsDescription } from './operations';
2
+ export { servicesDescription } from './services';
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.servicesDescription = exports.operationsDescription = void 0;
4
+ var operations_1 = require("./operations");
5
+ Object.defineProperty(exports, "operationsDescription", { enumerable: true, get: function () { return operations_1.operationsDescription; } });
6
+ var services_1 = require("./services");
7
+ Object.defineProperty(exports, "servicesDescription", { enumerable: true, get: function () { return services_1.servicesDescription; } });
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/GoogleapisServicemanagement/resources/index.ts"],"names":[],"mappings":";;;AAAA,2CAAqD;AAA5C,mHAAA,qBAAqB,OAAA;AAC9B,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const operationsDescription: INodeProperties[];
@@ -0,0 +1,202 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.operationsDescription = void 0;
4
+ exports.operationsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Operations"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Servicemanagement Operations List",
20
+ "value": "Servicemanagement Operations List",
21
+ "action": "Servicemanagement Operations List",
22
+ "description": "Lists service operations that match the specified filter in the request.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/v1/operations"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Servicemanagement Operations Get",
32
+ "value": "Servicemanagement Operations Get",
33
+ "action": "Servicemanagement Operations Get",
34
+ "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/v1/{{$parameter[\"name\"]}}"
39
+ }
40
+ }
41
+ }
42
+ ],
43
+ "default": ""
44
+ },
45
+ {
46
+ "displayName": "GET /v1/operations",
47
+ "name": "operation",
48
+ "type": "notice",
49
+ "typeOptions": {
50
+ "theme": "info"
51
+ },
52
+ "default": "",
53
+ "displayOptions": {
54
+ "show": {
55
+ "resource": [
56
+ "Operations"
57
+ ],
58
+ "operation": [
59
+ "Servicemanagement Operations List"
60
+ ]
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "displayName": "Filter",
66
+ "name": "filter",
67
+ "description": "A string for filtering Operations. The following filter fields are supported: * serviceName: Required. Only `=` operator is allowed. * startTime: The time this job was started, in ISO 8601 format. Allowed operators are `>=`, `>`, `<=`, and `<`. * status: Can be `done`, `in_progress`, or `failed`. Allowed operators are `=`, and `!=`. Filter expression supports conjunction (AND) and disjunction (OR) logical operators. However, the serviceName restriction must be at the top-level and can only be combined with other restrictions via the AND logical operator. Examples: * `serviceName={some-service}.googleapis.com` * `serviceName={some-service}.googleapis.com AND startTime>=\"2017-02-01\"` * `serviceName={some-service}.googleapis.com AND status=done` * `serviceName={some-service}.googleapis.com AND (status=done OR startTime>=\"2017-02-01\")`",
68
+ "default": "",
69
+ "type": "string",
70
+ "routing": {
71
+ "send": {
72
+ "type": "query",
73
+ "property": "filter",
74
+ "value": "={{ $value }}",
75
+ "propertyInDotNotation": false
76
+ }
77
+ },
78
+ "displayOptions": {
79
+ "show": {
80
+ "resource": [
81
+ "Operations"
82
+ ],
83
+ "operation": [
84
+ "Servicemanagement Operations List"
85
+ ]
86
+ }
87
+ }
88
+ },
89
+ {
90
+ "displayName": "Name",
91
+ "name": "name",
92
+ "description": "Not used.",
93
+ "default": "",
94
+ "type": "string",
95
+ "routing": {
96
+ "send": {
97
+ "type": "query",
98
+ "property": "name",
99
+ "value": "={{ $value }}",
100
+ "propertyInDotNotation": false
101
+ }
102
+ },
103
+ "displayOptions": {
104
+ "show": {
105
+ "resource": [
106
+ "Operations"
107
+ ],
108
+ "operation": [
109
+ "Servicemanagement Operations List"
110
+ ]
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "displayName": "Page Size",
116
+ "name": "pageSize",
117
+ "description": "The maximum number of operations to return. If unspecified, defaults to 50. The maximum value is 100.",
118
+ "default": 0,
119
+ "type": "number",
120
+ "routing": {
121
+ "send": {
122
+ "type": "query",
123
+ "property": "pageSize",
124
+ "value": "={{ $value }}",
125
+ "propertyInDotNotation": false
126
+ }
127
+ },
128
+ "displayOptions": {
129
+ "show": {
130
+ "resource": [
131
+ "Operations"
132
+ ],
133
+ "operation": [
134
+ "Servicemanagement Operations List"
135
+ ]
136
+ }
137
+ }
138
+ },
139
+ {
140
+ "displayName": "Page Token",
141
+ "name": "pageToken",
142
+ "description": "The standard list page token.",
143
+ "default": "",
144
+ "type": "string",
145
+ "routing": {
146
+ "send": {
147
+ "type": "query",
148
+ "property": "pageToken",
149
+ "value": "={{ $value }}",
150
+ "propertyInDotNotation": false
151
+ }
152
+ },
153
+ "displayOptions": {
154
+ "show": {
155
+ "resource": [
156
+ "Operations"
157
+ ],
158
+ "operation": [
159
+ "Servicemanagement Operations List"
160
+ ]
161
+ }
162
+ }
163
+ },
164
+ {
165
+ "displayName": "GET /v1/{name}",
166
+ "name": "operation",
167
+ "type": "notice",
168
+ "typeOptions": {
169
+ "theme": "info"
170
+ },
171
+ "default": "",
172
+ "displayOptions": {
173
+ "show": {
174
+ "resource": [
175
+ "Operations"
176
+ ],
177
+ "operation": [
178
+ "Servicemanagement Operations Get"
179
+ ]
180
+ }
181
+ }
182
+ },
183
+ {
184
+ "displayName": "Name",
185
+ "name": "name",
186
+ "required": true,
187
+ "description": "The name of the operation resource.",
188
+ "default": "",
189
+ "type": "string",
190
+ "displayOptions": {
191
+ "show": {
192
+ "resource": [
193
+ "Operations"
194
+ ],
195
+ "operation": [
196
+ "Servicemanagement Operations Get"
197
+ ]
198
+ }
199
+ }
200
+ },
201
+ ];
202
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisServicemanagement/resources/operations/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const servicesDescription: INodeProperties[];