@n8n-dev/n8n-nodes-googleapis-shoppingcontent 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 (61) hide show
  1. package/README.md +263 -0
  2. package/dist/banner.svg +126 -0
  3. package/dist/credentials/GoogleapisShoppingcontentApi.credentials.d.ts +9 -0
  4. package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js +49 -0
  5. package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js.map +1 -0
  6. package/dist/icons/googleapis-shoppingcontent.dark.svg +21 -0
  7. package/dist/icons/googleapis-shoppingcontent.svg +21 -0
  8. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.d.ts +4 -0
  9. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js +145 -0
  10. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js.map +1 -0
  11. package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.json +20 -0
  12. package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.dark.svg +21 -0
  13. package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.svg +21 -0
  14. package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.d.ts +2 -0
  15. package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js +1417 -0
  16. package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js.map +1 -0
  17. package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.d.ts +2 -0
  18. package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js +294 -0
  19. package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js.map +1 -0
  20. package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.d.ts +2 -0
  21. package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js +436 -0
  22. package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js.map +1 -0
  23. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.d.ts +2 -0
  24. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js +1219 -0
  25. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js.map +1 -0
  26. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.d.ts +2 -0
  27. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js +294 -0
  28. package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js.map +1 -0
  29. package/dist/nodes/GoogleapisShoppingcontent/resources/index.d.ts +14 -0
  30. package/dist/nodes/GoogleapisShoppingcontent/resources/index.js +32 -0
  31. package/dist/nodes/GoogleapisShoppingcontent/resources/index.js.map +1 -0
  32. package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.d.ts +2 -0
  33. package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js +1026 -0
  34. package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js.map +1 -0
  35. package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.d.ts +2 -0
  36. package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js +406 -0
  37. package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js.map +1 -0
  38. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.d.ts +2 -0
  39. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js +338 -0
  40. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js.map +1 -0
  41. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.d.ts +2 -0
  42. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js +273 -0
  43. package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js.map +1 -0
  44. package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.d.ts +2 -0
  45. package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js +3570 -0
  46. package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js.map +1 -0
  47. package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.d.ts +2 -0
  48. package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js +1266 -0
  49. package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js.map +1 -0
  50. package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.d.ts +2 -0
  51. package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js +2435 -0
  52. package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js.map +1 -0
  53. package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.d.ts +2 -0
  54. package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js +394 -0
  55. package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js.map +1 -0
  56. package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.d.ts +2 -0
  57. package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.js +608 -0
  58. package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.js.map +1 -0
  59. package/dist/package.json +62 -0
  60. package/dist/tsconfig.tsbuildinfo +1 -0
  61. package/package.json +62 -0
@@ -0,0 +1,338 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.orderreportsDescription = void 0;
4
+ exports.orderreportsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Orderreports"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Content Orderreports Listdisbursements",
20
+ "value": "Content Orderreports Listdisbursements",
21
+ "action": "Content Orderreports Listdisbursements",
22
+ "description": "Retrieves a report for disbursements from your Merchant Center account.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/{{$parameter[\"merchantId\"]}}/orderreports/disbursements"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Content Orderreports Listtransactions",
32
+ "value": "Content Orderreports Listtransactions",
33
+ "action": "Content Orderreports Listtransactions",
34
+ "description": "Retrieves a list of transactions for a disbursement from your Merchant Center account.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/{{$parameter[\"merchantId\"]}}/orderreports/disbursements/{{$parameter[\"disbursementId\"]}}/transactions"
39
+ }
40
+ }
41
+ }
42
+ ],
43
+ "default": ""
44
+ },
45
+ {
46
+ "displayName": "GET /{merchantId}/orderreports/disbursements",
47
+ "name": "operation",
48
+ "type": "notice",
49
+ "typeOptions": {
50
+ "theme": "info"
51
+ },
52
+ "default": "",
53
+ "displayOptions": {
54
+ "show": {
55
+ "resource": [
56
+ "Orderreports"
57
+ ],
58
+ "operation": [
59
+ "Content Orderreports Listdisbursements"
60
+ ]
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "displayName": "Merchant ID",
66
+ "name": "merchantId",
67
+ "required": true,
68
+ "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
69
+ "default": "",
70
+ "type": "string",
71
+ "displayOptions": {
72
+ "show": {
73
+ "resource": [
74
+ "Orderreports"
75
+ ],
76
+ "operation": [
77
+ "Content Orderreports Listdisbursements"
78
+ ]
79
+ }
80
+ }
81
+ },
82
+ {
83
+ "displayName": "Disbursement End Date",
84
+ "name": "disbursementEndDate",
85
+ "description": "The last date which disbursements occurred. In ISO 8601 format. Default: current date.",
86
+ "default": "",
87
+ "type": "string",
88
+ "routing": {
89
+ "send": {
90
+ "type": "query",
91
+ "property": "disbursementEndDate",
92
+ "value": "={{ $value }}",
93
+ "propertyInDotNotation": false
94
+ }
95
+ },
96
+ "displayOptions": {
97
+ "show": {
98
+ "resource": [
99
+ "Orderreports"
100
+ ],
101
+ "operation": [
102
+ "Content Orderreports Listdisbursements"
103
+ ]
104
+ }
105
+ }
106
+ },
107
+ {
108
+ "displayName": "Disbursement Start Date",
109
+ "name": "disbursementStartDate",
110
+ "description": "The first date which disbursements occurred. In ISO 8601 format.",
111
+ "default": "",
112
+ "type": "string",
113
+ "routing": {
114
+ "send": {
115
+ "type": "query",
116
+ "property": "disbursementStartDate",
117
+ "value": "={{ $value }}",
118
+ "propertyInDotNotation": false
119
+ }
120
+ },
121
+ "displayOptions": {
122
+ "show": {
123
+ "resource": [
124
+ "Orderreports"
125
+ ],
126
+ "operation": [
127
+ "Content Orderreports Listdisbursements"
128
+ ]
129
+ }
130
+ }
131
+ },
132
+ {
133
+ "displayName": "Max Results",
134
+ "name": "maxResults",
135
+ "description": "The maximum number of disbursements to return in the response, used for paging.",
136
+ "default": 0,
137
+ "type": "number",
138
+ "routing": {
139
+ "send": {
140
+ "type": "query",
141
+ "property": "maxResults",
142
+ "value": "={{ $value }}",
143
+ "propertyInDotNotation": false
144
+ }
145
+ },
146
+ "displayOptions": {
147
+ "show": {
148
+ "resource": [
149
+ "Orderreports"
150
+ ],
151
+ "operation": [
152
+ "Content Orderreports Listdisbursements"
153
+ ]
154
+ }
155
+ }
156
+ },
157
+ {
158
+ "displayName": "Page Token",
159
+ "name": "pageToken",
160
+ "description": "The token returned by the previous request.",
161
+ "default": "",
162
+ "type": "string",
163
+ "routing": {
164
+ "send": {
165
+ "type": "query",
166
+ "property": "pageToken",
167
+ "value": "={{ $value }}",
168
+ "propertyInDotNotation": false
169
+ }
170
+ },
171
+ "displayOptions": {
172
+ "show": {
173
+ "resource": [
174
+ "Orderreports"
175
+ ],
176
+ "operation": [
177
+ "Content Orderreports Listdisbursements"
178
+ ]
179
+ }
180
+ }
181
+ },
182
+ {
183
+ "displayName": "GET /{merchantId}/orderreports/disbursements/{disbursementId}/transactions",
184
+ "name": "operation",
185
+ "type": "notice",
186
+ "typeOptions": {
187
+ "theme": "info"
188
+ },
189
+ "default": "",
190
+ "displayOptions": {
191
+ "show": {
192
+ "resource": [
193
+ "Orderreports"
194
+ ],
195
+ "operation": [
196
+ "Content Orderreports Listtransactions"
197
+ ]
198
+ }
199
+ }
200
+ },
201
+ {
202
+ "displayName": "Merchant ID",
203
+ "name": "merchantId",
204
+ "required": true,
205
+ "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
206
+ "default": "",
207
+ "type": "string",
208
+ "displayOptions": {
209
+ "show": {
210
+ "resource": [
211
+ "Orderreports"
212
+ ],
213
+ "operation": [
214
+ "Content Orderreports Listtransactions"
215
+ ]
216
+ }
217
+ }
218
+ },
219
+ {
220
+ "displayName": "Disbursement ID",
221
+ "name": "disbursementId",
222
+ "required": true,
223
+ "description": "The Google-provided ID of the disbursement (found in Wallet).",
224
+ "default": "",
225
+ "type": "string",
226
+ "displayOptions": {
227
+ "show": {
228
+ "resource": [
229
+ "Orderreports"
230
+ ],
231
+ "operation": [
232
+ "Content Orderreports Listtransactions"
233
+ ]
234
+ }
235
+ }
236
+ },
237
+ {
238
+ "displayName": "Max Results",
239
+ "name": "maxResults",
240
+ "description": "The maximum number of disbursements to return in the response, used for paging.",
241
+ "default": 0,
242
+ "type": "number",
243
+ "routing": {
244
+ "send": {
245
+ "type": "query",
246
+ "property": "maxResults",
247
+ "value": "={{ $value }}",
248
+ "propertyInDotNotation": false
249
+ }
250
+ },
251
+ "displayOptions": {
252
+ "show": {
253
+ "resource": [
254
+ "Orderreports"
255
+ ],
256
+ "operation": [
257
+ "Content Orderreports Listtransactions"
258
+ ]
259
+ }
260
+ }
261
+ },
262
+ {
263
+ "displayName": "Page Token",
264
+ "name": "pageToken",
265
+ "description": "The token returned by the previous request.",
266
+ "default": "",
267
+ "type": "string",
268
+ "routing": {
269
+ "send": {
270
+ "type": "query",
271
+ "property": "pageToken",
272
+ "value": "={{ $value }}",
273
+ "propertyInDotNotation": false
274
+ }
275
+ },
276
+ "displayOptions": {
277
+ "show": {
278
+ "resource": [
279
+ "Orderreports"
280
+ ],
281
+ "operation": [
282
+ "Content Orderreports Listtransactions"
283
+ ]
284
+ }
285
+ }
286
+ },
287
+ {
288
+ "displayName": "Transaction End Date",
289
+ "name": "transactionEndDate",
290
+ "description": "The last date in which transaction occurred. In ISO 8601 format. Default: current date.",
291
+ "default": "",
292
+ "type": "string",
293
+ "routing": {
294
+ "send": {
295
+ "type": "query",
296
+ "property": "transactionEndDate",
297
+ "value": "={{ $value }}",
298
+ "propertyInDotNotation": false
299
+ }
300
+ },
301
+ "displayOptions": {
302
+ "show": {
303
+ "resource": [
304
+ "Orderreports"
305
+ ],
306
+ "operation": [
307
+ "Content Orderreports Listtransactions"
308
+ ]
309
+ }
310
+ }
311
+ },
312
+ {
313
+ "displayName": "Transaction Start Date",
314
+ "name": "transactionStartDate",
315
+ "description": "The first date in which transaction occurred. In ISO 8601 format.",
316
+ "default": "",
317
+ "type": "string",
318
+ "routing": {
319
+ "send": {
320
+ "type": "query",
321
+ "property": "transactionStartDate",
322
+ "value": "={{ $value }}",
323
+ "propertyInDotNotation": false
324
+ }
325
+ },
326
+ "displayOptions": {
327
+ "show": {
328
+ "resource": [
329
+ "Orderreports"
330
+ ],
331
+ "operation": [
332
+ "Content Orderreports Listtransactions"
333
+ ]
334
+ }
335
+ }
336
+ },
337
+ ];
338
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisShoppingcontent/resources/orderreports/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const orderreturnsDescription: INodeProperties[];
@@ -0,0 +1,273 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.orderreturnsDescription = void 0;
4
+ exports.orderreturnsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Orderreturns"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Content Orderreturns List",
20
+ "value": "Content Orderreturns List",
21
+ "action": "Content Orderreturns List",
22
+ "description": "Lists order returns in your Merchant Center account.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/{{$parameter[\"merchantId\"]}}/orderreturns"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Content Orderreturns Get",
32
+ "value": "Content Orderreturns Get",
33
+ "action": "Content Orderreturns Get",
34
+ "description": "Retrieves an order return from your Merchant Center account.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/{{$parameter[\"merchantId\"]}}/orderreturns/{{$parameter[\"returnId\"]}}"
39
+ }
40
+ }
41
+ }
42
+ ],
43
+ "default": ""
44
+ },
45
+ {
46
+ "displayName": "GET /{merchantId}/orderreturns",
47
+ "name": "operation",
48
+ "type": "notice",
49
+ "typeOptions": {
50
+ "theme": "info"
51
+ },
52
+ "default": "",
53
+ "displayOptions": {
54
+ "show": {
55
+ "resource": [
56
+ "Orderreturns"
57
+ ],
58
+ "operation": [
59
+ "Content Orderreturns List"
60
+ ]
61
+ }
62
+ }
63
+ },
64
+ {
65
+ "displayName": "Merchant ID",
66
+ "name": "merchantId",
67
+ "required": true,
68
+ "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
69
+ "default": "",
70
+ "type": "string",
71
+ "displayOptions": {
72
+ "show": {
73
+ "resource": [
74
+ "Orderreturns"
75
+ ],
76
+ "operation": [
77
+ "Content Orderreturns List"
78
+ ]
79
+ }
80
+ }
81
+ },
82
+ {
83
+ "displayName": "Created End Date",
84
+ "name": "createdEndDate",
85
+ "description": "Obtains order returns created before this date (inclusively), in ISO 8601 format.",
86
+ "default": "",
87
+ "type": "string",
88
+ "routing": {
89
+ "send": {
90
+ "type": "query",
91
+ "property": "createdEndDate",
92
+ "value": "={{ $value }}",
93
+ "propertyInDotNotation": false
94
+ }
95
+ },
96
+ "displayOptions": {
97
+ "show": {
98
+ "resource": [
99
+ "Orderreturns"
100
+ ],
101
+ "operation": [
102
+ "Content Orderreturns List"
103
+ ]
104
+ }
105
+ }
106
+ },
107
+ {
108
+ "displayName": "Created Start Date",
109
+ "name": "createdStartDate",
110
+ "description": "Obtains order returns created after this date (inclusively), in ISO 8601 format.",
111
+ "default": "",
112
+ "type": "string",
113
+ "routing": {
114
+ "send": {
115
+ "type": "query",
116
+ "property": "createdStartDate",
117
+ "value": "={{ $value }}",
118
+ "propertyInDotNotation": false
119
+ }
120
+ },
121
+ "displayOptions": {
122
+ "show": {
123
+ "resource": [
124
+ "Orderreturns"
125
+ ],
126
+ "operation": [
127
+ "Content Orderreturns List"
128
+ ]
129
+ }
130
+ }
131
+ },
132
+ {
133
+ "displayName": "Max Results",
134
+ "name": "maxResults",
135
+ "description": "The maximum number of order returns to return in the response, used for paging. The default value is 25 returns per page, and the maximum allowed value is 250 returns per page.",
136
+ "default": 0,
137
+ "type": "number",
138
+ "routing": {
139
+ "send": {
140
+ "type": "query",
141
+ "property": "maxResults",
142
+ "value": "={{ $value }}",
143
+ "propertyInDotNotation": false
144
+ }
145
+ },
146
+ "displayOptions": {
147
+ "show": {
148
+ "resource": [
149
+ "Orderreturns"
150
+ ],
151
+ "operation": [
152
+ "Content Orderreturns List"
153
+ ]
154
+ }
155
+ }
156
+ },
157
+ {
158
+ "displayName": "Order By",
159
+ "name": "orderBy",
160
+ "description": "Return the results in the specified order.",
161
+ "default": "RETURN_CREATION_TIME_DESC",
162
+ "type": "options",
163
+ "options": [
164
+ {
165
+ "name": "RETURN CREATION TIME DESC",
166
+ "value": "RETURN_CREATION_TIME_DESC"
167
+ },
168
+ {
169
+ "name": "RETURN CREATION TIME ASC",
170
+ "value": "RETURN_CREATION_TIME_ASC"
171
+ }
172
+ ],
173
+ "routing": {
174
+ "send": {
175
+ "type": "query",
176
+ "property": "orderBy",
177
+ "value": "={{ $value }}",
178
+ "propertyInDotNotation": false
179
+ }
180
+ },
181
+ "displayOptions": {
182
+ "show": {
183
+ "resource": [
184
+ "Orderreturns"
185
+ ],
186
+ "operation": [
187
+ "Content Orderreturns List"
188
+ ]
189
+ }
190
+ }
191
+ },
192
+ {
193
+ "displayName": "Page Token",
194
+ "name": "pageToken",
195
+ "description": "The token returned by the previous request.",
196
+ "default": "",
197
+ "type": "string",
198
+ "routing": {
199
+ "send": {
200
+ "type": "query",
201
+ "property": "pageToken",
202
+ "value": "={{ $value }}",
203
+ "propertyInDotNotation": false
204
+ }
205
+ },
206
+ "displayOptions": {
207
+ "show": {
208
+ "resource": [
209
+ "Orderreturns"
210
+ ],
211
+ "operation": [
212
+ "Content Orderreturns List"
213
+ ]
214
+ }
215
+ }
216
+ },
217
+ {
218
+ "displayName": "GET /{merchantId}/orderreturns/{returnId}",
219
+ "name": "operation",
220
+ "type": "notice",
221
+ "typeOptions": {
222
+ "theme": "info"
223
+ },
224
+ "default": "",
225
+ "displayOptions": {
226
+ "show": {
227
+ "resource": [
228
+ "Orderreturns"
229
+ ],
230
+ "operation": [
231
+ "Content Orderreturns Get"
232
+ ]
233
+ }
234
+ }
235
+ },
236
+ {
237
+ "displayName": "Merchant ID",
238
+ "name": "merchantId",
239
+ "required": true,
240
+ "description": "The ID of the account that manages the order. This cannot be a multi-client account.",
241
+ "default": "",
242
+ "type": "string",
243
+ "displayOptions": {
244
+ "show": {
245
+ "resource": [
246
+ "Orderreturns"
247
+ ],
248
+ "operation": [
249
+ "Content Orderreturns Get"
250
+ ]
251
+ }
252
+ }
253
+ },
254
+ {
255
+ "displayName": "Return ID",
256
+ "name": "returnId",
257
+ "required": true,
258
+ "description": "Merchant order return ID generated by Google.",
259
+ "default": "",
260
+ "type": "string",
261
+ "displayOptions": {
262
+ "show": {
263
+ "resource": [
264
+ "Orderreturns"
265
+ ],
266
+ "operation": [
267
+ "Content Orderreturns Get"
268
+ ]
269
+ }
270
+ }
271
+ },
272
+ ];
273
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisShoppingcontent/resources/orderreturns/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const ordersDescription: INodeProperties[];