@n8n-dev/n8n-nodes-googleapis-serviceusage 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 +121 -0
  2. package/dist/banner.svg +112 -0
  3. package/dist/credentials/GoogleapisServiceusageApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisServiceusageApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisServiceusageApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-serviceusage.dark.png +0 -0
  7. package/dist/icons/googleapis-serviceusage.png +0 -0
  8. package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.js +61 -0
  10. package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisServiceusage/GoogleapisServiceusage.node.json +20 -0
  12. package/dist/nodes/GoogleapisServiceusage/googleapis-serviceusage.dark.png +0 -0
  13. package/dist/nodes/GoogleapisServiceusage/googleapis-serviceusage.png +0 -0
  14. package/dist/nodes/GoogleapisServiceusage/resources/index.d.ts +2 -0
  15. package/dist/nodes/GoogleapisServiceusage/resources/index.js +8 -0
  16. package/dist/nodes/GoogleapisServiceusage/resources/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisServiceusage/resources/operations/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisServiceusage/resources/operations/index.js +153 -0
  19. package/dist/nodes/GoogleapisServiceusage/resources/operations/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisServiceusage/resources/services/index.d.ts +2 -0
  21. package/dist/nodes/GoogleapisServiceusage/resources/services/index.js +1910 -0
  22. package/dist/nodes/GoogleapisServiceusage/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,153 @@
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": "Serviceusage Operations List",
20
+ "value": "Serviceusage Operations List",
21
+ "action": "Serviceusage Operations List",
22
+ "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/v1beta1/operations"
27
+ }
28
+ }
29
+ }
30
+ ],
31
+ "default": ""
32
+ },
33
+ {
34
+ "displayName": "GET /v1beta1/operations",
35
+ "name": "operation",
36
+ "type": "notice",
37
+ "typeOptions": {
38
+ "theme": "info"
39
+ },
40
+ "default": "",
41
+ "displayOptions": {
42
+ "show": {
43
+ "resource": [
44
+ "Operations"
45
+ ],
46
+ "operation": [
47
+ "Serviceusage Operations List"
48
+ ]
49
+ }
50
+ }
51
+ },
52
+ {
53
+ "displayName": "Filter",
54
+ "name": "filter",
55
+ "description": "The standard list filter.",
56
+ "default": "",
57
+ "type": "string",
58
+ "routing": {
59
+ "send": {
60
+ "type": "query",
61
+ "property": "filter",
62
+ "value": "={{ $value }}",
63
+ "propertyInDotNotation": false
64
+ }
65
+ },
66
+ "displayOptions": {
67
+ "show": {
68
+ "resource": [
69
+ "Operations"
70
+ ],
71
+ "operation": [
72
+ "Serviceusage Operations List"
73
+ ]
74
+ }
75
+ }
76
+ },
77
+ {
78
+ "displayName": "Name",
79
+ "name": "name",
80
+ "description": "The name of the operation's parent resource.",
81
+ "default": "",
82
+ "type": "string",
83
+ "routing": {
84
+ "send": {
85
+ "type": "query",
86
+ "property": "name",
87
+ "value": "={{ $value }}",
88
+ "propertyInDotNotation": false
89
+ }
90
+ },
91
+ "displayOptions": {
92
+ "show": {
93
+ "resource": [
94
+ "Operations"
95
+ ],
96
+ "operation": [
97
+ "Serviceusage Operations List"
98
+ ]
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "displayName": "Page Size",
104
+ "name": "pageSize",
105
+ "description": "The standard list page size.",
106
+ "default": 0,
107
+ "type": "number",
108
+ "routing": {
109
+ "send": {
110
+ "type": "query",
111
+ "property": "pageSize",
112
+ "value": "={{ $value }}",
113
+ "propertyInDotNotation": false
114
+ }
115
+ },
116
+ "displayOptions": {
117
+ "show": {
118
+ "resource": [
119
+ "Operations"
120
+ ],
121
+ "operation": [
122
+ "Serviceusage Operations List"
123
+ ]
124
+ }
125
+ }
126
+ },
127
+ {
128
+ "displayName": "Page Token",
129
+ "name": "pageToken",
130
+ "description": "The standard list page token.",
131
+ "default": "",
132
+ "type": "string",
133
+ "routing": {
134
+ "send": {
135
+ "type": "query",
136
+ "property": "pageToken",
137
+ "value": "={{ $value }}",
138
+ "propertyInDotNotation": false
139
+ }
140
+ },
141
+ "displayOptions": {
142
+ "show": {
143
+ "resource": [
144
+ "Operations"
145
+ ],
146
+ "operation": [
147
+ "Serviceusage Operations List"
148
+ ]
149
+ }
150
+ }
151
+ },
152
+ ];
153
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisServiceusage/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[];