@n8n-dev/n8n-nodes-googleapis-reseller 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 +128 -0
- package/dist/banner.svg +155 -0
- package/dist/credentials/GoogleapisResellerApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisResellerApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisResellerApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-reseller.dark.png +0 -0
- package/dist/icons/googleapis-reseller.png +0 -0
- package/dist/nodes/GoogleapisReseller/GoogleapisReseller.node.d.ts +4 -0
- package/dist/nodes/GoogleapisReseller/GoogleapisReseller.node.js +68 -0
- package/dist/nodes/GoogleapisReseller/GoogleapisReseller.node.js.map +1 -0
- package/dist/nodes/GoogleapisReseller/GoogleapisReseller.node.json +20 -0
- package/dist/nodes/GoogleapisReseller/googleapis-reseller.dark.png +0 -0
- package/dist/nodes/GoogleapisReseller/googleapis-reseller.png +0 -0
- package/dist/nodes/GoogleapisReseller/resources/customers/index.d.ts +2 -0
- package/dist/nodes/GoogleapisReseller/resources/customers/index.js +1017 -0
- package/dist/nodes/GoogleapisReseller/resources/customers/index.js.map +1 -0
- package/dist/nodes/GoogleapisReseller/resources/index.d.ts +3 -0
- package/dist/nodes/GoogleapisReseller/resources/index.js +10 -0
- package/dist/nodes/GoogleapisReseller/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisReseller/resources/resellernotify/index.d.ts +2 -0
- package/dist/nodes/GoogleapisReseller/resources/resellernotify/index.js +165 -0
- package/dist/nodes/GoogleapisReseller/resources/resellernotify/index.js.map +1 -0
- package/dist/nodes/GoogleapisReseller/resources/subscriptions/index.d.ts +2 -0
- package/dist/nodes/GoogleapisReseller/resources/subscriptions/index.js +1553 -0
- package/dist/nodes/GoogleapisReseller/resources/subscriptions/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,1017 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.customersDescription = void 0;
|
|
4
|
+
exports.customersDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Customers"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Reseller Customers Insert",
|
|
20
|
+
"value": "Reseller Customers Insert",
|
|
21
|
+
"action": "Reseller Customers Insert",
|
|
22
|
+
"description": "Orders a new customer's account. Before ordering a new customer account, establish whether the customer account already exists using the [`customers.get`](/admin-sdk/reseller/v1/reference/customers/get) If the customer account exists as a direct Google account or as a resold customer account from another reseller, use the `customerAuthToken\\` as described in [order a resold account for an existing customer](/admin-sdk/reseller/v1/how-tos/manage_customers#create_existing_customer). For more information about ordering a new customer account, see [order a new customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#create_customer). After creating a new customer account, you must provision a user as an administrator. The customer's administrator is required to sign in to the Admin console and sign the G Suite via Reseller agreement to activate the account. Resellers are prohibited from signing the G Suite via Reseller agreement on the customer's behalf. For more information, see [order a new customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#tos).",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/apps/reseller/v1/customers"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Reseller Customers Get",
|
|
32
|
+
"value": "Reseller Customers Get",
|
|
33
|
+
"action": "Reseller Customers Get",
|
|
34
|
+
"description": "Gets a customer account. Use this operation to see a customer account already in your reseller management, or to see the minimal account information for an existing customer that you do not manage. For more information about the API response for existing customers, see [retrieving a customer account](/admin-sdk/reseller/v1/how-tos/manage_customers#get_customer).",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/apps/reseller/v1/customers/{{$parameter[\"customerId\"]}}"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Reseller Customers Patch",
|
|
44
|
+
"value": "Reseller Customers Patch",
|
|
45
|
+
"action": "Reseller Customers Patch",
|
|
46
|
+
"description": "Updates a customer account's settings. This method supports patch semantics. You cannot update `customerType` via the Reseller API, but a `\"team\"` customer can verify their domain and become `customerType = \"domain\"`. For more information, see [Verify your domain to unlock Essentials features](https://support.google.com/a/answer/9122284).",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "PATCH",
|
|
50
|
+
"url": "=/apps/reseller/v1/customers/{{$parameter[\"customerId\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Reseller Customers Update",
|
|
56
|
+
"value": "Reseller Customers Update",
|
|
57
|
+
"action": "Reseller Customers Update",
|
|
58
|
+
"description": "Updates a customer account's settings. You cannot update `customerType` via the Reseller API, but a `\"team\"` customer can verify their domain and become `customerType = \"domain\"`. For more information, see [update a customer's settings](/admin-sdk/reseller/v1/how-tos/manage_customers#update_customer).",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PUT",
|
|
62
|
+
"url": "=/apps/reseller/v1/customers/{{$parameter[\"customerId\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"default": ""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"displayName": "POST /apps/reseller/v1/customers",
|
|
71
|
+
"name": "operation",
|
|
72
|
+
"type": "notice",
|
|
73
|
+
"typeOptions": {
|
|
74
|
+
"theme": "info"
|
|
75
|
+
},
|
|
76
|
+
"default": "",
|
|
77
|
+
"displayOptions": {
|
|
78
|
+
"show": {
|
|
79
|
+
"resource": [
|
|
80
|
+
"Customers"
|
|
81
|
+
],
|
|
82
|
+
"operation": [
|
|
83
|
+
"Reseller Customers Insert"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"displayName": "Customer Auth Token",
|
|
90
|
+
"name": "customerAuthToken",
|
|
91
|
+
"description": "The `customerAuthToken` query string is required when creating a resold account that transfers a direct customer's subscription or transfers another reseller customer's subscription to your reseller management. This is a hexadecimal authentication token needed to complete the subscription transfer. For more information, see the administrator help center.",
|
|
92
|
+
"default": "",
|
|
93
|
+
"type": "string",
|
|
94
|
+
"routing": {
|
|
95
|
+
"send": {
|
|
96
|
+
"type": "query",
|
|
97
|
+
"property": "customerAuthToken",
|
|
98
|
+
"value": "={{ $value }}",
|
|
99
|
+
"propertyInDotNotation": false
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"displayOptions": {
|
|
103
|
+
"show": {
|
|
104
|
+
"resource": [
|
|
105
|
+
"Customers"
|
|
106
|
+
],
|
|
107
|
+
"operation": [
|
|
108
|
+
"Reseller Customers Insert"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"displayName": "Alternate Email",
|
|
115
|
+
"name": "alternateEmail",
|
|
116
|
+
"type": "string",
|
|
117
|
+
"default": "",
|
|
118
|
+
"description": "Like the \"Customer email\" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new \"domain\" customer and should not use the same domain as `customerDomain`. The `alternateEmail` field is not necessary to create a \"team\" customer.",
|
|
119
|
+
"routing": {
|
|
120
|
+
"send": {
|
|
121
|
+
"property": "alternateEmail",
|
|
122
|
+
"propertyInDotNotation": false,
|
|
123
|
+
"type": "body",
|
|
124
|
+
"value": "={{ $value }}"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"displayOptions": {
|
|
128
|
+
"show": {
|
|
129
|
+
"resource": [
|
|
130
|
+
"Customers"
|
|
131
|
+
],
|
|
132
|
+
"operation": [
|
|
133
|
+
"Reseller Customers Insert"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"displayName": "Customer Domain",
|
|
140
|
+
"name": "customerDomain",
|
|
141
|
+
"type": "string",
|
|
142
|
+
"default": "",
|
|
143
|
+
"description": "The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer.",
|
|
144
|
+
"routing": {
|
|
145
|
+
"send": {
|
|
146
|
+
"property": "customerDomain",
|
|
147
|
+
"propertyInDotNotation": false,
|
|
148
|
+
"type": "body",
|
|
149
|
+
"value": "={{ $value }}"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"displayOptions": {
|
|
153
|
+
"show": {
|
|
154
|
+
"resource": [
|
|
155
|
+
"Customers"
|
|
156
|
+
],
|
|
157
|
+
"operation": [
|
|
158
|
+
"Reseller Customers Insert"
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"displayName": "Customer Domain Verified",
|
|
165
|
+
"name": "customerDomainVerified",
|
|
166
|
+
"type": "boolean",
|
|
167
|
+
"default": true,
|
|
168
|
+
"description": "Whether the customer's primary domain has been verified.",
|
|
169
|
+
"routing": {
|
|
170
|
+
"send": {
|
|
171
|
+
"property": "customerDomainVerified",
|
|
172
|
+
"propertyInDotNotation": false,
|
|
173
|
+
"type": "body",
|
|
174
|
+
"value": "={{ $value }}"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"displayOptions": {
|
|
178
|
+
"show": {
|
|
179
|
+
"resource": [
|
|
180
|
+
"Customers"
|
|
181
|
+
],
|
|
182
|
+
"operation": [
|
|
183
|
+
"Reseller Customers Insert"
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"displayName": "Customer ID",
|
|
190
|
+
"name": "customerId",
|
|
191
|
+
"type": "string",
|
|
192
|
+
"default": "",
|
|
193
|
+
"description": "This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.",
|
|
194
|
+
"routing": {
|
|
195
|
+
"send": {
|
|
196
|
+
"property": "customerId",
|
|
197
|
+
"propertyInDotNotation": false,
|
|
198
|
+
"type": "body",
|
|
199
|
+
"value": "={{ $value }}"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"displayOptions": {
|
|
203
|
+
"show": {
|
|
204
|
+
"resource": [
|
|
205
|
+
"Customers"
|
|
206
|
+
],
|
|
207
|
+
"operation": [
|
|
208
|
+
"Reseller Customers Insert"
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"displayName": "Customer Type",
|
|
215
|
+
"name": "customerType",
|
|
216
|
+
"type": "options",
|
|
217
|
+
"default": "customerTypeUnspecified",
|
|
218
|
+
"description": "Identifies the type of the customer. Acceptable values include: * `domain`: Implies a domain-verified customer (default). * `team`: Implies an email-verified customer. For more information, see [managed teams](https://support.google.com/a/users/answer/9939479).",
|
|
219
|
+
"options": [
|
|
220
|
+
{
|
|
221
|
+
"name": "Customer Type Unspecified",
|
|
222
|
+
"value": "customerTypeUnspecified"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "Domain",
|
|
226
|
+
"value": "domain"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "Team",
|
|
230
|
+
"value": "team"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"routing": {
|
|
234
|
+
"send": {
|
|
235
|
+
"property": "customerType",
|
|
236
|
+
"propertyInDotNotation": false,
|
|
237
|
+
"type": "body",
|
|
238
|
+
"value": "={{ $value }}"
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"displayOptions": {
|
|
242
|
+
"show": {
|
|
243
|
+
"resource": [
|
|
244
|
+
"Customers"
|
|
245
|
+
],
|
|
246
|
+
"operation": [
|
|
247
|
+
"Reseller Customers Insert"
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"displayName": "Kind",
|
|
254
|
+
"name": "kind",
|
|
255
|
+
"type": "string",
|
|
256
|
+
"default": "reseller#customer",
|
|
257
|
+
"description": "Identifies the resource as a customer. Value: `reseller#customer`",
|
|
258
|
+
"routing": {
|
|
259
|
+
"send": {
|
|
260
|
+
"property": "kind",
|
|
261
|
+
"propertyInDotNotation": false,
|
|
262
|
+
"type": "body",
|
|
263
|
+
"value": "={{ $value }}"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"displayOptions": {
|
|
267
|
+
"show": {
|
|
268
|
+
"resource": [
|
|
269
|
+
"Customers"
|
|
270
|
+
],
|
|
271
|
+
"operation": [
|
|
272
|
+
"Reseller Customers Insert"
|
|
273
|
+
]
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"displayName": "Phone Number",
|
|
279
|
+
"name": "phoneNumber",
|
|
280
|
+
"type": "string",
|
|
281
|
+
"default": "",
|
|
282
|
+
"description": "Customer contact phone number. Must start with \"+\" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, \"123\". This field is silently ignored if invalid.",
|
|
283
|
+
"routing": {
|
|
284
|
+
"send": {
|
|
285
|
+
"property": "phoneNumber",
|
|
286
|
+
"propertyInDotNotation": false,
|
|
287
|
+
"type": "body",
|
|
288
|
+
"value": "={{ $value }}"
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"displayOptions": {
|
|
292
|
+
"show": {
|
|
293
|
+
"resource": [
|
|
294
|
+
"Customers"
|
|
295
|
+
],
|
|
296
|
+
"operation": [
|
|
297
|
+
"Reseller Customers Insert"
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"displayName": "Postal Address",
|
|
304
|
+
"name": "postalAddress",
|
|
305
|
+
"type": "json",
|
|
306
|
+
"default": "{\n \"kind\": \"customers#address\"\n}",
|
|
307
|
+
"description": "JSON template for address of a customer.",
|
|
308
|
+
"routing": {
|
|
309
|
+
"send": {
|
|
310
|
+
"property": "postalAddress",
|
|
311
|
+
"propertyInDotNotation": false,
|
|
312
|
+
"type": "body",
|
|
313
|
+
"value": "={{ JSON.parse($value) }}"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"displayOptions": {
|
|
317
|
+
"show": {
|
|
318
|
+
"resource": [
|
|
319
|
+
"Customers"
|
|
320
|
+
],
|
|
321
|
+
"operation": [
|
|
322
|
+
"Reseller Customers Insert"
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"displayName": "Primary Admin",
|
|
329
|
+
"name": "primaryAdmin",
|
|
330
|
+
"type": "json",
|
|
331
|
+
"default": "{}",
|
|
332
|
+
"description": "JSON template for primary admin in case of TEAM customers",
|
|
333
|
+
"routing": {
|
|
334
|
+
"send": {
|
|
335
|
+
"property": "primaryAdmin",
|
|
336
|
+
"propertyInDotNotation": false,
|
|
337
|
+
"type": "body",
|
|
338
|
+
"value": "={{ JSON.parse($value) }}"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"displayOptions": {
|
|
342
|
+
"show": {
|
|
343
|
+
"resource": [
|
|
344
|
+
"Customers"
|
|
345
|
+
],
|
|
346
|
+
"operation": [
|
|
347
|
+
"Reseller Customers Insert"
|
|
348
|
+
]
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"displayName": "Resource UI URL",
|
|
354
|
+
"name": "resourceUiUrl",
|
|
355
|
+
"type": "string",
|
|
356
|
+
"default": "",
|
|
357
|
+
"description": "URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.",
|
|
358
|
+
"routing": {
|
|
359
|
+
"send": {
|
|
360
|
+
"property": "resourceUiUrl",
|
|
361
|
+
"propertyInDotNotation": false,
|
|
362
|
+
"type": "body",
|
|
363
|
+
"value": "={{ $value }}"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
"displayOptions": {
|
|
367
|
+
"show": {
|
|
368
|
+
"resource": [
|
|
369
|
+
"Customers"
|
|
370
|
+
],
|
|
371
|
+
"operation": [
|
|
372
|
+
"Reseller Customers Insert"
|
|
373
|
+
]
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"displayName": "GET /apps/reseller/v1/customers/{customerId}",
|
|
379
|
+
"name": "operation",
|
|
380
|
+
"type": "notice",
|
|
381
|
+
"typeOptions": {
|
|
382
|
+
"theme": "info"
|
|
383
|
+
},
|
|
384
|
+
"default": "",
|
|
385
|
+
"displayOptions": {
|
|
386
|
+
"show": {
|
|
387
|
+
"resource": [
|
|
388
|
+
"Customers"
|
|
389
|
+
],
|
|
390
|
+
"operation": [
|
|
391
|
+
"Reseller Customers Get"
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"displayName": "Customer ID",
|
|
398
|
+
"name": "customerId",
|
|
399
|
+
"required": true,
|
|
400
|
+
"description": "This can be either the customer's primary domain name or the customer's unique identifier. If the domain name for a customer changes, the old domain name cannot be used to access the customer, but the customer's unique identifier (as returned by the API) can always be used. We recommend storing the unique identifier in your systems where applicable.",
|
|
401
|
+
"default": "",
|
|
402
|
+
"type": "string",
|
|
403
|
+
"displayOptions": {
|
|
404
|
+
"show": {
|
|
405
|
+
"resource": [
|
|
406
|
+
"Customers"
|
|
407
|
+
],
|
|
408
|
+
"operation": [
|
|
409
|
+
"Reseller Customers Get"
|
|
410
|
+
]
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"displayName": "PATCH /apps/reseller/v1/customers/{customerId}",
|
|
416
|
+
"name": "operation",
|
|
417
|
+
"type": "notice",
|
|
418
|
+
"typeOptions": {
|
|
419
|
+
"theme": "info"
|
|
420
|
+
},
|
|
421
|
+
"default": "",
|
|
422
|
+
"displayOptions": {
|
|
423
|
+
"show": {
|
|
424
|
+
"resource": [
|
|
425
|
+
"Customers"
|
|
426
|
+
],
|
|
427
|
+
"operation": [
|
|
428
|
+
"Reseller Customers Patch"
|
|
429
|
+
]
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"displayName": "Customer ID",
|
|
435
|
+
"name": "customerId",
|
|
436
|
+
"required": true,
|
|
437
|
+
"description": "This can be either the customer's primary domain name or the customer's unique identifier. If the domain name for a customer changes, the old domain name cannot be used to access the customer, but the customer's unique identifier (as returned by the API) can always be used. We recommend storing the unique identifier in your systems where applicable.",
|
|
438
|
+
"default": "",
|
|
439
|
+
"type": "string",
|
|
440
|
+
"displayOptions": {
|
|
441
|
+
"show": {
|
|
442
|
+
"resource": [
|
|
443
|
+
"Customers"
|
|
444
|
+
],
|
|
445
|
+
"operation": [
|
|
446
|
+
"Reseller Customers Patch"
|
|
447
|
+
]
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"displayName": "Alternate Email",
|
|
453
|
+
"name": "alternateEmail",
|
|
454
|
+
"type": "string",
|
|
455
|
+
"default": "",
|
|
456
|
+
"description": "Like the \"Customer email\" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new \"domain\" customer and should not use the same domain as `customerDomain`. The `alternateEmail` field is not necessary to create a \"team\" customer.",
|
|
457
|
+
"routing": {
|
|
458
|
+
"send": {
|
|
459
|
+
"property": "alternateEmail",
|
|
460
|
+
"propertyInDotNotation": false,
|
|
461
|
+
"type": "body",
|
|
462
|
+
"value": "={{ $value }}"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"displayOptions": {
|
|
466
|
+
"show": {
|
|
467
|
+
"resource": [
|
|
468
|
+
"Customers"
|
|
469
|
+
],
|
|
470
|
+
"operation": [
|
|
471
|
+
"Reseller Customers Patch"
|
|
472
|
+
]
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"displayName": "Customer Domain",
|
|
478
|
+
"name": "customerDomain",
|
|
479
|
+
"type": "string",
|
|
480
|
+
"default": "",
|
|
481
|
+
"description": "The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer.",
|
|
482
|
+
"routing": {
|
|
483
|
+
"send": {
|
|
484
|
+
"property": "customerDomain",
|
|
485
|
+
"propertyInDotNotation": false,
|
|
486
|
+
"type": "body",
|
|
487
|
+
"value": "={{ $value }}"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"displayOptions": {
|
|
491
|
+
"show": {
|
|
492
|
+
"resource": [
|
|
493
|
+
"Customers"
|
|
494
|
+
],
|
|
495
|
+
"operation": [
|
|
496
|
+
"Reseller Customers Patch"
|
|
497
|
+
]
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"displayName": "Customer Domain Verified",
|
|
503
|
+
"name": "customerDomainVerified",
|
|
504
|
+
"type": "boolean",
|
|
505
|
+
"default": true,
|
|
506
|
+
"description": "Whether the customer's primary domain has been verified.",
|
|
507
|
+
"routing": {
|
|
508
|
+
"send": {
|
|
509
|
+
"property": "customerDomainVerified",
|
|
510
|
+
"propertyInDotNotation": false,
|
|
511
|
+
"type": "body",
|
|
512
|
+
"value": "={{ $value }}"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
"displayOptions": {
|
|
516
|
+
"show": {
|
|
517
|
+
"resource": [
|
|
518
|
+
"Customers"
|
|
519
|
+
],
|
|
520
|
+
"operation": [
|
|
521
|
+
"Reseller Customers Patch"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"displayName": "Customer ID",
|
|
528
|
+
"name": "customerId",
|
|
529
|
+
"type": "string",
|
|
530
|
+
"default": "",
|
|
531
|
+
"description": "This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.",
|
|
532
|
+
"routing": {
|
|
533
|
+
"send": {
|
|
534
|
+
"property": "customerId",
|
|
535
|
+
"propertyInDotNotation": false,
|
|
536
|
+
"type": "body",
|
|
537
|
+
"value": "={{ $value }}"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"displayOptions": {
|
|
541
|
+
"show": {
|
|
542
|
+
"resource": [
|
|
543
|
+
"Customers"
|
|
544
|
+
],
|
|
545
|
+
"operation": [
|
|
546
|
+
"Reseller Customers Patch"
|
|
547
|
+
]
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"displayName": "Customer Type",
|
|
553
|
+
"name": "customerType",
|
|
554
|
+
"type": "options",
|
|
555
|
+
"default": "customerTypeUnspecified",
|
|
556
|
+
"description": "Identifies the type of the customer. Acceptable values include: * `domain`: Implies a domain-verified customer (default). * `team`: Implies an email-verified customer. For more information, see [managed teams](https://support.google.com/a/users/answer/9939479).",
|
|
557
|
+
"options": [
|
|
558
|
+
{
|
|
559
|
+
"name": "Customer Type Unspecified",
|
|
560
|
+
"value": "customerTypeUnspecified"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "Domain",
|
|
564
|
+
"value": "domain"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "Team",
|
|
568
|
+
"value": "team"
|
|
569
|
+
}
|
|
570
|
+
],
|
|
571
|
+
"routing": {
|
|
572
|
+
"send": {
|
|
573
|
+
"property": "customerType",
|
|
574
|
+
"propertyInDotNotation": false,
|
|
575
|
+
"type": "body",
|
|
576
|
+
"value": "={{ $value }}"
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
"displayOptions": {
|
|
580
|
+
"show": {
|
|
581
|
+
"resource": [
|
|
582
|
+
"Customers"
|
|
583
|
+
],
|
|
584
|
+
"operation": [
|
|
585
|
+
"Reseller Customers Patch"
|
|
586
|
+
]
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"displayName": "Kind",
|
|
592
|
+
"name": "kind",
|
|
593
|
+
"type": "string",
|
|
594
|
+
"default": "reseller#customer",
|
|
595
|
+
"description": "Identifies the resource as a customer. Value: `reseller#customer`",
|
|
596
|
+
"routing": {
|
|
597
|
+
"send": {
|
|
598
|
+
"property": "kind",
|
|
599
|
+
"propertyInDotNotation": false,
|
|
600
|
+
"type": "body",
|
|
601
|
+
"value": "={{ $value }}"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"displayOptions": {
|
|
605
|
+
"show": {
|
|
606
|
+
"resource": [
|
|
607
|
+
"Customers"
|
|
608
|
+
],
|
|
609
|
+
"operation": [
|
|
610
|
+
"Reseller Customers Patch"
|
|
611
|
+
]
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"displayName": "Phone Number",
|
|
617
|
+
"name": "phoneNumber",
|
|
618
|
+
"type": "string",
|
|
619
|
+
"default": "",
|
|
620
|
+
"description": "Customer contact phone number. Must start with \"+\" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, \"123\". This field is silently ignored if invalid.",
|
|
621
|
+
"routing": {
|
|
622
|
+
"send": {
|
|
623
|
+
"property": "phoneNumber",
|
|
624
|
+
"propertyInDotNotation": false,
|
|
625
|
+
"type": "body",
|
|
626
|
+
"value": "={{ $value }}"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"displayOptions": {
|
|
630
|
+
"show": {
|
|
631
|
+
"resource": [
|
|
632
|
+
"Customers"
|
|
633
|
+
],
|
|
634
|
+
"operation": [
|
|
635
|
+
"Reseller Customers Patch"
|
|
636
|
+
]
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"displayName": "Postal Address",
|
|
642
|
+
"name": "postalAddress",
|
|
643
|
+
"type": "json",
|
|
644
|
+
"default": "{\n \"kind\": \"customers#address\"\n}",
|
|
645
|
+
"description": "JSON template for address of a customer.",
|
|
646
|
+
"routing": {
|
|
647
|
+
"send": {
|
|
648
|
+
"property": "postalAddress",
|
|
649
|
+
"propertyInDotNotation": false,
|
|
650
|
+
"type": "body",
|
|
651
|
+
"value": "={{ JSON.parse($value) }}"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
"displayOptions": {
|
|
655
|
+
"show": {
|
|
656
|
+
"resource": [
|
|
657
|
+
"Customers"
|
|
658
|
+
],
|
|
659
|
+
"operation": [
|
|
660
|
+
"Reseller Customers Patch"
|
|
661
|
+
]
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"displayName": "Primary Admin",
|
|
667
|
+
"name": "primaryAdmin",
|
|
668
|
+
"type": "json",
|
|
669
|
+
"default": "{}",
|
|
670
|
+
"description": "JSON template for primary admin in case of TEAM customers",
|
|
671
|
+
"routing": {
|
|
672
|
+
"send": {
|
|
673
|
+
"property": "primaryAdmin",
|
|
674
|
+
"propertyInDotNotation": false,
|
|
675
|
+
"type": "body",
|
|
676
|
+
"value": "={{ JSON.parse($value) }}"
|
|
677
|
+
}
|
|
678
|
+
},
|
|
679
|
+
"displayOptions": {
|
|
680
|
+
"show": {
|
|
681
|
+
"resource": [
|
|
682
|
+
"Customers"
|
|
683
|
+
],
|
|
684
|
+
"operation": [
|
|
685
|
+
"Reseller Customers Patch"
|
|
686
|
+
]
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"displayName": "Resource UI URL",
|
|
692
|
+
"name": "resourceUiUrl",
|
|
693
|
+
"type": "string",
|
|
694
|
+
"default": "",
|
|
695
|
+
"description": "URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.",
|
|
696
|
+
"routing": {
|
|
697
|
+
"send": {
|
|
698
|
+
"property": "resourceUiUrl",
|
|
699
|
+
"propertyInDotNotation": false,
|
|
700
|
+
"type": "body",
|
|
701
|
+
"value": "={{ $value }}"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
"displayOptions": {
|
|
705
|
+
"show": {
|
|
706
|
+
"resource": [
|
|
707
|
+
"Customers"
|
|
708
|
+
],
|
|
709
|
+
"operation": [
|
|
710
|
+
"Reseller Customers Patch"
|
|
711
|
+
]
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"displayName": "PUT /apps/reseller/v1/customers/{customerId}",
|
|
717
|
+
"name": "operation",
|
|
718
|
+
"type": "notice",
|
|
719
|
+
"typeOptions": {
|
|
720
|
+
"theme": "info"
|
|
721
|
+
},
|
|
722
|
+
"default": "",
|
|
723
|
+
"displayOptions": {
|
|
724
|
+
"show": {
|
|
725
|
+
"resource": [
|
|
726
|
+
"Customers"
|
|
727
|
+
],
|
|
728
|
+
"operation": [
|
|
729
|
+
"Reseller Customers Update"
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"displayName": "Customer ID",
|
|
736
|
+
"name": "customerId",
|
|
737
|
+
"required": true,
|
|
738
|
+
"description": "This can be either the customer's primary domain name or the customer's unique identifier. If the domain name for a customer changes, the old domain name cannot be used to access the customer, but the customer's unique identifier (as returned by the API) can always be used. We recommend storing the unique identifier in your systems where applicable.",
|
|
739
|
+
"default": "",
|
|
740
|
+
"type": "string",
|
|
741
|
+
"displayOptions": {
|
|
742
|
+
"show": {
|
|
743
|
+
"resource": [
|
|
744
|
+
"Customers"
|
|
745
|
+
],
|
|
746
|
+
"operation": [
|
|
747
|
+
"Reseller Customers Update"
|
|
748
|
+
]
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"displayName": "Alternate Email",
|
|
754
|
+
"name": "alternateEmail",
|
|
755
|
+
"type": "string",
|
|
756
|
+
"default": "",
|
|
757
|
+
"description": "Like the \"Customer email\" in the reseller tools, this email is the secondary contact used if something happens to the customer's service such as service outage or a security issue. This property is required when creating a new \"domain\" customer and should not use the same domain as `customerDomain`. The `alternateEmail` field is not necessary to create a \"team\" customer.",
|
|
758
|
+
"routing": {
|
|
759
|
+
"send": {
|
|
760
|
+
"property": "alternateEmail",
|
|
761
|
+
"propertyInDotNotation": false,
|
|
762
|
+
"type": "body",
|
|
763
|
+
"value": "={{ $value }}"
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
"displayOptions": {
|
|
767
|
+
"show": {
|
|
768
|
+
"resource": [
|
|
769
|
+
"Customers"
|
|
770
|
+
],
|
|
771
|
+
"operation": [
|
|
772
|
+
"Reseller Customers Update"
|
|
773
|
+
]
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"displayName": "Customer Domain",
|
|
779
|
+
"name": "customerDomain",
|
|
780
|
+
"type": "string",
|
|
781
|
+
"default": "",
|
|
782
|
+
"description": "The customer's primary domain name string. `customerDomain` is required when creating a new customer. Do not include the `www` prefix in the domain when adding a customer.",
|
|
783
|
+
"routing": {
|
|
784
|
+
"send": {
|
|
785
|
+
"property": "customerDomain",
|
|
786
|
+
"propertyInDotNotation": false,
|
|
787
|
+
"type": "body",
|
|
788
|
+
"value": "={{ $value }}"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"displayOptions": {
|
|
792
|
+
"show": {
|
|
793
|
+
"resource": [
|
|
794
|
+
"Customers"
|
|
795
|
+
],
|
|
796
|
+
"operation": [
|
|
797
|
+
"Reseller Customers Update"
|
|
798
|
+
]
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"displayName": "Customer Domain Verified",
|
|
804
|
+
"name": "customerDomainVerified",
|
|
805
|
+
"type": "boolean",
|
|
806
|
+
"default": true,
|
|
807
|
+
"description": "Whether the customer's primary domain has been verified.",
|
|
808
|
+
"routing": {
|
|
809
|
+
"send": {
|
|
810
|
+
"property": "customerDomainVerified",
|
|
811
|
+
"propertyInDotNotation": false,
|
|
812
|
+
"type": "body",
|
|
813
|
+
"value": "={{ $value }}"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"displayOptions": {
|
|
817
|
+
"show": {
|
|
818
|
+
"resource": [
|
|
819
|
+
"Customers"
|
|
820
|
+
],
|
|
821
|
+
"operation": [
|
|
822
|
+
"Reseller Customers Update"
|
|
823
|
+
]
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"displayName": "Customer ID",
|
|
829
|
+
"name": "customerId",
|
|
830
|
+
"type": "string",
|
|
831
|
+
"default": "",
|
|
832
|
+
"description": "This property will always be returned in a response as the unique identifier generated by Google. In a request, this property can be either the primary domain or the unique identifier generated by Google.",
|
|
833
|
+
"routing": {
|
|
834
|
+
"send": {
|
|
835
|
+
"property": "customerId",
|
|
836
|
+
"propertyInDotNotation": false,
|
|
837
|
+
"type": "body",
|
|
838
|
+
"value": "={{ $value }}"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
"displayOptions": {
|
|
842
|
+
"show": {
|
|
843
|
+
"resource": [
|
|
844
|
+
"Customers"
|
|
845
|
+
],
|
|
846
|
+
"operation": [
|
|
847
|
+
"Reseller Customers Update"
|
|
848
|
+
]
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"displayName": "Customer Type",
|
|
854
|
+
"name": "customerType",
|
|
855
|
+
"type": "options",
|
|
856
|
+
"default": "customerTypeUnspecified",
|
|
857
|
+
"description": "Identifies the type of the customer. Acceptable values include: * `domain`: Implies a domain-verified customer (default). * `team`: Implies an email-verified customer. For more information, see [managed teams](https://support.google.com/a/users/answer/9939479).",
|
|
858
|
+
"options": [
|
|
859
|
+
{
|
|
860
|
+
"name": "Customer Type Unspecified",
|
|
861
|
+
"value": "customerTypeUnspecified"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"name": "Domain",
|
|
865
|
+
"value": "domain"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "Team",
|
|
869
|
+
"value": "team"
|
|
870
|
+
}
|
|
871
|
+
],
|
|
872
|
+
"routing": {
|
|
873
|
+
"send": {
|
|
874
|
+
"property": "customerType",
|
|
875
|
+
"propertyInDotNotation": false,
|
|
876
|
+
"type": "body",
|
|
877
|
+
"value": "={{ $value }}"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
"displayOptions": {
|
|
881
|
+
"show": {
|
|
882
|
+
"resource": [
|
|
883
|
+
"Customers"
|
|
884
|
+
],
|
|
885
|
+
"operation": [
|
|
886
|
+
"Reseller Customers Update"
|
|
887
|
+
]
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"displayName": "Kind",
|
|
893
|
+
"name": "kind",
|
|
894
|
+
"type": "string",
|
|
895
|
+
"default": "reseller#customer",
|
|
896
|
+
"description": "Identifies the resource as a customer. Value: `reseller#customer`",
|
|
897
|
+
"routing": {
|
|
898
|
+
"send": {
|
|
899
|
+
"property": "kind",
|
|
900
|
+
"propertyInDotNotation": false,
|
|
901
|
+
"type": "body",
|
|
902
|
+
"value": "={{ $value }}"
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
"displayOptions": {
|
|
906
|
+
"show": {
|
|
907
|
+
"resource": [
|
|
908
|
+
"Customers"
|
|
909
|
+
],
|
|
910
|
+
"operation": [
|
|
911
|
+
"Reseller Customers Update"
|
|
912
|
+
]
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"displayName": "Phone Number",
|
|
918
|
+
"name": "phoneNumber",
|
|
919
|
+
"type": "string",
|
|
920
|
+
"default": "",
|
|
921
|
+
"description": "Customer contact phone number. Must start with \"+\" followed by the country code. The rest of the number can be contiguous numbers or respect the phone local format conventions, but it must be a real phone number and not, for example, \"123\". This field is silently ignored if invalid.",
|
|
922
|
+
"routing": {
|
|
923
|
+
"send": {
|
|
924
|
+
"property": "phoneNumber",
|
|
925
|
+
"propertyInDotNotation": false,
|
|
926
|
+
"type": "body",
|
|
927
|
+
"value": "={{ $value }}"
|
|
928
|
+
}
|
|
929
|
+
},
|
|
930
|
+
"displayOptions": {
|
|
931
|
+
"show": {
|
|
932
|
+
"resource": [
|
|
933
|
+
"Customers"
|
|
934
|
+
],
|
|
935
|
+
"operation": [
|
|
936
|
+
"Reseller Customers Update"
|
|
937
|
+
]
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"displayName": "Postal Address",
|
|
943
|
+
"name": "postalAddress",
|
|
944
|
+
"type": "json",
|
|
945
|
+
"default": "{\n \"kind\": \"customers#address\"\n}",
|
|
946
|
+
"description": "JSON template for address of a customer.",
|
|
947
|
+
"routing": {
|
|
948
|
+
"send": {
|
|
949
|
+
"property": "postalAddress",
|
|
950
|
+
"propertyInDotNotation": false,
|
|
951
|
+
"type": "body",
|
|
952
|
+
"value": "={{ JSON.parse($value) }}"
|
|
953
|
+
}
|
|
954
|
+
},
|
|
955
|
+
"displayOptions": {
|
|
956
|
+
"show": {
|
|
957
|
+
"resource": [
|
|
958
|
+
"Customers"
|
|
959
|
+
],
|
|
960
|
+
"operation": [
|
|
961
|
+
"Reseller Customers Update"
|
|
962
|
+
]
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"displayName": "Primary Admin",
|
|
968
|
+
"name": "primaryAdmin",
|
|
969
|
+
"type": "json",
|
|
970
|
+
"default": "{}",
|
|
971
|
+
"description": "JSON template for primary admin in case of TEAM customers",
|
|
972
|
+
"routing": {
|
|
973
|
+
"send": {
|
|
974
|
+
"property": "primaryAdmin",
|
|
975
|
+
"propertyInDotNotation": false,
|
|
976
|
+
"type": "body",
|
|
977
|
+
"value": "={{ JSON.parse($value) }}"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"displayOptions": {
|
|
981
|
+
"show": {
|
|
982
|
+
"resource": [
|
|
983
|
+
"Customers"
|
|
984
|
+
],
|
|
985
|
+
"operation": [
|
|
986
|
+
"Reseller Customers Update"
|
|
987
|
+
]
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"displayName": "Resource UI URL",
|
|
993
|
+
"name": "resourceUiUrl",
|
|
994
|
+
"type": "string",
|
|
995
|
+
"default": "",
|
|
996
|
+
"description": "URL to customer's Admin console dashboard. The read-only URL is generated by the API service. This is used if your client application requires the customer to complete a task in the Admin console.",
|
|
997
|
+
"routing": {
|
|
998
|
+
"send": {
|
|
999
|
+
"property": "resourceUiUrl",
|
|
1000
|
+
"propertyInDotNotation": false,
|
|
1001
|
+
"type": "body",
|
|
1002
|
+
"value": "={{ $value }}"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"displayOptions": {
|
|
1006
|
+
"show": {
|
|
1007
|
+
"resource": [
|
|
1008
|
+
"Customers"
|
|
1009
|
+
],
|
|
1010
|
+
"operation": [
|
|
1011
|
+
"Reseller Customers Update"
|
|
1012
|
+
]
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
];
|
|
1017
|
+
//# sourceMappingURL=index.js.map
|