@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.
- package/README.md +263 -0
- package/dist/banner.svg +126 -0
- package/dist/credentials/GoogleapisShoppingcontentApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisShoppingcontentApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-shoppingcontent.dark.svg +21 -0
- package/dist/icons/googleapis-shoppingcontent.svg +21 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.d.ts +4 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js +145 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/GoogleapisShoppingcontent.node.json +20 -0
- package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.dark.svg +21 -0
- package/dist/nodes/GoogleapisShoppingcontent/googleapis-shoppingcontent.svg +21 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js +1417 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounts/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js +294 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accountstatuses/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js +436 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/accounttax/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js +1219 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeeds/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js +294 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/datafeedstatuses/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/index.d.ts +14 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/index.js +32 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js +1026 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/liasettings/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js +406 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderinvoices/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js +338 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreports/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js +273 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orderreturns/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js +3570 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/orders/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js +1266 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/pos/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js +2435 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/products/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js +394 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/productstatuses/index.js.map +1 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.d.ts +2 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/index.js +608 -0
- package/dist/nodes/GoogleapisShoppingcontent/resources/shippingsettings/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,436 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.accounttaxDescription = void 0;
|
|
4
|
+
exports.accounttaxDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Accounttax"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Content Accounttax Custombatch",
|
|
20
|
+
"value": "Content Accounttax Custombatch",
|
|
21
|
+
"action": "Content Accounttax Custombatch",
|
|
22
|
+
"description": "Retrieves and updates tax settings of multiple accounts in a single request.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/accounttax/batch"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Content Accounttax List",
|
|
32
|
+
"value": "Content Accounttax List",
|
|
33
|
+
"action": "Content Accounttax List",
|
|
34
|
+
"description": "Lists the tax settings of the sub-accounts in your Merchant Center account.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounttax"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Content Accounttax Get",
|
|
44
|
+
"value": "Content Accounttax Get",
|
|
45
|
+
"action": "Content Accounttax Get",
|
|
46
|
+
"description": "Retrieves the tax settings of the account.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounttax/{{$parameter[\"accountId\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Content Accounttax Update",
|
|
56
|
+
"value": "Content Accounttax Update",
|
|
57
|
+
"action": "Content Accounttax Update",
|
|
58
|
+
"description": "Updates the tax settings of the account. Any fields that are not provided are deleted from the resource.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PUT",
|
|
62
|
+
"url": "=/{{$parameter[\"merchantId\"]}}/accounttax/{{$parameter[\"accountId\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"default": ""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"displayName": "POST /accounttax/batch",
|
|
71
|
+
"name": "operation",
|
|
72
|
+
"type": "notice",
|
|
73
|
+
"typeOptions": {
|
|
74
|
+
"theme": "info"
|
|
75
|
+
},
|
|
76
|
+
"default": "",
|
|
77
|
+
"displayOptions": {
|
|
78
|
+
"show": {
|
|
79
|
+
"resource": [
|
|
80
|
+
"Accounttax"
|
|
81
|
+
],
|
|
82
|
+
"operation": [
|
|
83
|
+
"Content Accounttax Custombatch"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"displayName": "Dry Run",
|
|
90
|
+
"name": "dryRun",
|
|
91
|
+
"description": "Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).",
|
|
92
|
+
"default": true,
|
|
93
|
+
"type": "boolean",
|
|
94
|
+
"routing": {
|
|
95
|
+
"send": {
|
|
96
|
+
"type": "query",
|
|
97
|
+
"property": "dryRun",
|
|
98
|
+
"value": "={{ $value }}",
|
|
99
|
+
"propertyInDotNotation": false
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"displayOptions": {
|
|
103
|
+
"show": {
|
|
104
|
+
"resource": [
|
|
105
|
+
"Accounttax"
|
|
106
|
+
],
|
|
107
|
+
"operation": [
|
|
108
|
+
"Content Accounttax Custombatch"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"displayName": "Entries",
|
|
115
|
+
"name": "entries",
|
|
116
|
+
"type": "json",
|
|
117
|
+
"default": "[\n {\n \"accountTax\": {\n \"rules\": [\n {}\n ]\n }\n }\n]",
|
|
118
|
+
"description": "The request entries to be processed in the batch.",
|
|
119
|
+
"routing": {
|
|
120
|
+
"send": {
|
|
121
|
+
"property": "entries",
|
|
122
|
+
"propertyInDotNotation": false,
|
|
123
|
+
"type": "body",
|
|
124
|
+
"value": "={{ JSON.parse($value) }}"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"displayOptions": {
|
|
128
|
+
"show": {
|
|
129
|
+
"resource": [
|
|
130
|
+
"Accounttax"
|
|
131
|
+
],
|
|
132
|
+
"operation": [
|
|
133
|
+
"Content Accounttax Custombatch"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"displayName": "GET /{merchantId}/accounttax",
|
|
140
|
+
"name": "operation",
|
|
141
|
+
"type": "notice",
|
|
142
|
+
"typeOptions": {
|
|
143
|
+
"theme": "info"
|
|
144
|
+
},
|
|
145
|
+
"default": "",
|
|
146
|
+
"displayOptions": {
|
|
147
|
+
"show": {
|
|
148
|
+
"resource": [
|
|
149
|
+
"Accounttax"
|
|
150
|
+
],
|
|
151
|
+
"operation": [
|
|
152
|
+
"Content Accounttax List"
|
|
153
|
+
]
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"displayName": "Merchant ID",
|
|
159
|
+
"name": "merchantId",
|
|
160
|
+
"required": true,
|
|
161
|
+
"description": "The ID of the managing account. This must be a multi-client account.",
|
|
162
|
+
"default": "",
|
|
163
|
+
"type": "string",
|
|
164
|
+
"displayOptions": {
|
|
165
|
+
"show": {
|
|
166
|
+
"resource": [
|
|
167
|
+
"Accounttax"
|
|
168
|
+
],
|
|
169
|
+
"operation": [
|
|
170
|
+
"Content Accounttax List"
|
|
171
|
+
]
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"displayName": "Max Results",
|
|
177
|
+
"name": "maxResults",
|
|
178
|
+
"description": "The maximum number of tax settings to return in the response, used for paging.",
|
|
179
|
+
"default": 0,
|
|
180
|
+
"type": "number",
|
|
181
|
+
"routing": {
|
|
182
|
+
"send": {
|
|
183
|
+
"type": "query",
|
|
184
|
+
"property": "maxResults",
|
|
185
|
+
"value": "={{ $value }}",
|
|
186
|
+
"propertyInDotNotation": false
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"displayOptions": {
|
|
190
|
+
"show": {
|
|
191
|
+
"resource": [
|
|
192
|
+
"Accounttax"
|
|
193
|
+
],
|
|
194
|
+
"operation": [
|
|
195
|
+
"Content Accounttax List"
|
|
196
|
+
]
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"displayName": "Page Token",
|
|
202
|
+
"name": "pageToken",
|
|
203
|
+
"description": "The token returned by the previous request.",
|
|
204
|
+
"default": "",
|
|
205
|
+
"type": "string",
|
|
206
|
+
"routing": {
|
|
207
|
+
"send": {
|
|
208
|
+
"type": "query",
|
|
209
|
+
"property": "pageToken",
|
|
210
|
+
"value": "={{ $value }}",
|
|
211
|
+
"propertyInDotNotation": false
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"displayOptions": {
|
|
215
|
+
"show": {
|
|
216
|
+
"resource": [
|
|
217
|
+
"Accounttax"
|
|
218
|
+
],
|
|
219
|
+
"operation": [
|
|
220
|
+
"Content Accounttax List"
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"displayName": "GET /{merchantId}/accounttax/{accountId}",
|
|
227
|
+
"name": "operation",
|
|
228
|
+
"type": "notice",
|
|
229
|
+
"typeOptions": {
|
|
230
|
+
"theme": "info"
|
|
231
|
+
},
|
|
232
|
+
"default": "",
|
|
233
|
+
"displayOptions": {
|
|
234
|
+
"show": {
|
|
235
|
+
"resource": [
|
|
236
|
+
"Accounttax"
|
|
237
|
+
],
|
|
238
|
+
"operation": [
|
|
239
|
+
"Content Accounttax Get"
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"displayName": "Merchant ID",
|
|
246
|
+
"name": "merchantId",
|
|
247
|
+
"required": true,
|
|
248
|
+
"description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
|
|
249
|
+
"default": "",
|
|
250
|
+
"type": "string",
|
|
251
|
+
"displayOptions": {
|
|
252
|
+
"show": {
|
|
253
|
+
"resource": [
|
|
254
|
+
"Accounttax"
|
|
255
|
+
],
|
|
256
|
+
"operation": [
|
|
257
|
+
"Content Accounttax Get"
|
|
258
|
+
]
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"displayName": "Account ID",
|
|
264
|
+
"name": "accountId",
|
|
265
|
+
"required": true,
|
|
266
|
+
"description": "The ID of the account for which to get/update account tax settings.",
|
|
267
|
+
"default": "",
|
|
268
|
+
"type": "string",
|
|
269
|
+
"displayOptions": {
|
|
270
|
+
"show": {
|
|
271
|
+
"resource": [
|
|
272
|
+
"Accounttax"
|
|
273
|
+
],
|
|
274
|
+
"operation": [
|
|
275
|
+
"Content Accounttax Get"
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"displayName": "PUT /{merchantId}/accounttax/{accountId}",
|
|
282
|
+
"name": "operation",
|
|
283
|
+
"type": "notice",
|
|
284
|
+
"typeOptions": {
|
|
285
|
+
"theme": "info"
|
|
286
|
+
},
|
|
287
|
+
"default": "",
|
|
288
|
+
"displayOptions": {
|
|
289
|
+
"show": {
|
|
290
|
+
"resource": [
|
|
291
|
+
"Accounttax"
|
|
292
|
+
],
|
|
293
|
+
"operation": [
|
|
294
|
+
"Content Accounttax Update"
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"displayName": "Merchant ID",
|
|
301
|
+
"name": "merchantId",
|
|
302
|
+
"required": true,
|
|
303
|
+
"description": "The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and `accountId` must be the ID of a sub-account of this account.",
|
|
304
|
+
"default": "",
|
|
305
|
+
"type": "string",
|
|
306
|
+
"displayOptions": {
|
|
307
|
+
"show": {
|
|
308
|
+
"resource": [
|
|
309
|
+
"Accounttax"
|
|
310
|
+
],
|
|
311
|
+
"operation": [
|
|
312
|
+
"Content Accounttax Update"
|
|
313
|
+
]
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"displayName": "Account ID",
|
|
319
|
+
"name": "accountId",
|
|
320
|
+
"required": true,
|
|
321
|
+
"description": "The ID of the account for which to get/update account tax settings.",
|
|
322
|
+
"default": "",
|
|
323
|
+
"type": "string",
|
|
324
|
+
"displayOptions": {
|
|
325
|
+
"show": {
|
|
326
|
+
"resource": [
|
|
327
|
+
"Accounttax"
|
|
328
|
+
],
|
|
329
|
+
"operation": [
|
|
330
|
+
"Content Accounttax Update"
|
|
331
|
+
]
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"displayName": "Dry Run",
|
|
337
|
+
"name": "dryRun",
|
|
338
|
+
"description": "Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).",
|
|
339
|
+
"default": true,
|
|
340
|
+
"type": "boolean",
|
|
341
|
+
"routing": {
|
|
342
|
+
"send": {
|
|
343
|
+
"type": "query",
|
|
344
|
+
"property": "dryRun",
|
|
345
|
+
"value": "={{ $value }}",
|
|
346
|
+
"propertyInDotNotation": false
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"displayOptions": {
|
|
350
|
+
"show": {
|
|
351
|
+
"resource": [
|
|
352
|
+
"Accounttax"
|
|
353
|
+
],
|
|
354
|
+
"operation": [
|
|
355
|
+
"Content Accounttax Update"
|
|
356
|
+
]
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"displayName": "Account ID",
|
|
362
|
+
"name": "accountId",
|
|
363
|
+
"type": "string",
|
|
364
|
+
"default": "",
|
|
365
|
+
"description": "Required. The ID of the account to which these account tax settings belong.",
|
|
366
|
+
"routing": {
|
|
367
|
+
"send": {
|
|
368
|
+
"property": "accountId",
|
|
369
|
+
"propertyInDotNotation": false,
|
|
370
|
+
"type": "body",
|
|
371
|
+
"value": "={{ $value }}"
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"displayOptions": {
|
|
375
|
+
"show": {
|
|
376
|
+
"resource": [
|
|
377
|
+
"Accounttax"
|
|
378
|
+
],
|
|
379
|
+
"operation": [
|
|
380
|
+
"Content Accounttax Update"
|
|
381
|
+
]
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"displayName": "Kind",
|
|
387
|
+
"name": "kind",
|
|
388
|
+
"type": "string",
|
|
389
|
+
"default": "",
|
|
390
|
+
"description": "Identifies what kind of resource this is. Value: the fixed string \"content#accountTax\".",
|
|
391
|
+
"routing": {
|
|
392
|
+
"send": {
|
|
393
|
+
"property": "kind",
|
|
394
|
+
"propertyInDotNotation": false,
|
|
395
|
+
"type": "body",
|
|
396
|
+
"value": "={{ $value }}"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"displayOptions": {
|
|
400
|
+
"show": {
|
|
401
|
+
"resource": [
|
|
402
|
+
"Accounttax"
|
|
403
|
+
],
|
|
404
|
+
"operation": [
|
|
405
|
+
"Content Accounttax Update"
|
|
406
|
+
]
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"displayName": "Rules",
|
|
412
|
+
"name": "rules",
|
|
413
|
+
"type": "json",
|
|
414
|
+
"default": "[\n {}\n]",
|
|
415
|
+
"description": "Tax rules. Updating the tax rules will enable US taxes (not reversible). Defining no rules is equivalent to not charging tax at all.",
|
|
416
|
+
"routing": {
|
|
417
|
+
"send": {
|
|
418
|
+
"property": "rules",
|
|
419
|
+
"propertyInDotNotation": false,
|
|
420
|
+
"type": "body",
|
|
421
|
+
"value": "={{ JSON.parse($value) }}"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"displayOptions": {
|
|
425
|
+
"show": {
|
|
426
|
+
"resource": [
|
|
427
|
+
"Accounttax"
|
|
428
|
+
],
|
|
429
|
+
"operation": [
|
|
430
|
+
"Content Accounttax Update"
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
];
|
|
436
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GoogleapisShoppingcontent/resources/accounttax/index.ts"],"names":[],"mappings":"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"}
|