Skip to content

Commit 20226c4

Browse files
feat(reseller): update the api
#### reseller:v1 The following keys were added: - schemas.Customer.properties.customerType.type (Total Keys: 1) - schemas.Customer.properties.primaryAdmin.$ref (Total Keys: 1) - schemas.PrimaryAdmin (Total Keys: 3)
1 parent bc21333 commit 20226c4

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

docs/dyn/reseller_v1.customers.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114114
&quot;customerDomain&quot;: &quot;A String&quot;, # The customer&#x27;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.
115115
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
116116
&quot;customerId&quot;: &quot;A String&quot;, # 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.
117+
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
117118
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
118119
&quot;phoneNumber&quot;: &quot;A String&quot;, # Customer contact phone number. Must start with &quot;+&quot; 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, &quot;123&quot;. This field is silently ignored if invalid.
119120
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
@@ -128,6 +129,9 @@ <h3>Method Details</h3>
128129
&quot;postalCode&quot;: &quot;A String&quot;, # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer.
129130
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
130131
},
132+
&quot;primaryAdmin&quot;: { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer.
133+
&quot;primaryEmail&quot;: &quot;A String&quot;, # Primary admin&#x27;s domained email This email&#x27;s domain will be used to create TEAM customer
134+
},
131135
&quot;resourceUiUrl&quot;: &quot;A String&quot;, # URL to customer&#x27;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.
132136
}</pre>
133137
</div>
@@ -145,6 +149,7 @@ <h3>Method Details</h3>
145149
&quot;customerDomain&quot;: &quot;A String&quot;, # The customer&#x27;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.
146150
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
147151
&quot;customerId&quot;: &quot;A String&quot;, # 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.
152+
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
148153
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
149154
&quot;phoneNumber&quot;: &quot;A String&quot;, # Customer contact phone number. Must start with &quot;+&quot; 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, &quot;123&quot;. This field is silently ignored if invalid.
150155
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
@@ -159,6 +164,9 @@ <h3>Method Details</h3>
159164
&quot;postalCode&quot;: &quot;A String&quot;, # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer.
160165
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
161166
},
167+
&quot;primaryAdmin&quot;: { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer.
168+
&quot;primaryEmail&quot;: &quot;A String&quot;, # Primary admin&#x27;s domained email This email&#x27;s domain will be used to create TEAM customer
169+
},
162170
&quot;resourceUiUrl&quot;: &quot;A String&quot;, # URL to customer&#x27;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.
163171
}
164172

@@ -176,6 +184,7 @@ <h3>Method Details</h3>
176184
&quot;customerDomain&quot;: &quot;A String&quot;, # The customer&#x27;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.
177185
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
178186
&quot;customerId&quot;: &quot;A String&quot;, # 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.
187+
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
179188
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
180189
&quot;phoneNumber&quot;: &quot;A String&quot;, # Customer contact phone number. Must start with &quot;+&quot; 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, &quot;123&quot;. This field is silently ignored if invalid.
181190
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
@@ -190,6 +199,9 @@ <h3>Method Details</h3>
190199
&quot;postalCode&quot;: &quot;A String&quot;, # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer.
191200
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
192201
},
202+
&quot;primaryAdmin&quot;: { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer.
203+
&quot;primaryEmail&quot;: &quot;A String&quot;, # Primary admin&#x27;s domained email This email&#x27;s domain will be used to create TEAM customer
204+
},
193205
&quot;resourceUiUrl&quot;: &quot;A String&quot;, # URL to customer&#x27;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.
194206
}</pre>
195207
</div>
@@ -208,6 +220,7 @@ <h3>Method Details</h3>
208220
&quot;customerDomain&quot;: &quot;A String&quot;, # The customer&#x27;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.
209221
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
210222
&quot;customerId&quot;: &quot;A String&quot;, # 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.
223+
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
211224
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
212225
&quot;phoneNumber&quot;: &quot;A String&quot;, # Customer contact phone number. Must start with &quot;+&quot; 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, &quot;123&quot;. This field is silently ignored if invalid.
213226
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
@@ -222,6 +235,9 @@ <h3>Method Details</h3>
222235
&quot;postalCode&quot;: &quot;A String&quot;, # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer.
223236
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
224237
},
238+
&quot;primaryAdmin&quot;: { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer.
239+
&quot;primaryEmail&quot;: &quot;A String&quot;, # Primary admin&#x27;s domained email This email&#x27;s domain will be used to create TEAM customer
240+
},
225241
&quot;resourceUiUrl&quot;: &quot;A String&quot;, # URL to customer&#x27;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.
226242
}
227243

@@ -238,6 +254,7 @@ <h3>Method Details</h3>
238254
&quot;customerDomain&quot;: &quot;A String&quot;, # The customer&#x27;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.
239255
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
240256
&quot;customerId&quot;: &quot;A String&quot;, # 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.
257+
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
241258
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
242259
&quot;phoneNumber&quot;: &quot;A String&quot;, # Customer contact phone number. Must start with &quot;+&quot; 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, &quot;123&quot;. This field is silently ignored if invalid.
243260
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
@@ -252,6 +269,9 @@ <h3>Method Details</h3>
252269
&quot;postalCode&quot;: &quot;A String&quot;, # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer.
253270
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
254271
},
272+
&quot;primaryAdmin&quot;: { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer.
273+
&quot;primaryEmail&quot;: &quot;A String&quot;, # Primary admin&#x27;s domained email This email&#x27;s domain will be used to create TEAM customer
274+
},
255275
&quot;resourceUiUrl&quot;: &quot;A String&quot;, # URL to customer&#x27;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.
256276
}</pre>
257277
</div>
@@ -270,6 +290,7 @@ <h3>Method Details</h3>
270290
&quot;customerDomain&quot;: &quot;A String&quot;, # The customer&#x27;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.
271291
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
272292
&quot;customerId&quot;: &quot;A String&quot;, # 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.
293+
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
273294
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
274295
&quot;phoneNumber&quot;: &quot;A String&quot;, # Customer contact phone number. Must start with &quot;+&quot; 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, &quot;123&quot;. This field is silently ignored if invalid.
275296
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
@@ -284,6 +305,9 @@ <h3>Method Details</h3>
284305
&quot;postalCode&quot;: &quot;A String&quot;, # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer.
285306
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
286307
},
308+
&quot;primaryAdmin&quot;: { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer.
309+
&quot;primaryEmail&quot;: &quot;A String&quot;, # Primary admin&#x27;s domained email This email&#x27;s domain will be used to create TEAM customer
310+
},
287311
&quot;resourceUiUrl&quot;: &quot;A String&quot;, # URL to customer&#x27;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.
288312
}
289313

@@ -300,6 +324,7 @@ <h3>Method Details</h3>
300324
&quot;customerDomain&quot;: &quot;A String&quot;, # The customer&#x27;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.
301325
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
302326
&quot;customerId&quot;: &quot;A String&quot;, # 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.
327+
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
303328
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
304329
&quot;phoneNumber&quot;: &quot;A String&quot;, # Customer contact phone number. Must start with &quot;+&quot; 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, &quot;123&quot;. This field is silently ignored if invalid.
305330
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
@@ -314,6 +339,9 @@ <h3>Method Details</h3>
314339
&quot;postalCode&quot;: &quot;A String&quot;, # A `postalCode` example is a postal zip code such as `94043`. This property is required when creating a new customer.
315340
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
316341
},
342+
&quot;primaryAdmin&quot;: { # JSON template for primary admin in case of TEAM customers # The first admin details of the customer, present in case of TEAM customer.
343+
&quot;primaryEmail&quot;: &quot;A String&quot;, # Primary admin&#x27;s domained email This email&#x27;s domain will be used to create TEAM customer
344+
},
317345
&quot;resourceUiUrl&quot;: &quot;A String&quot;, # URL to customer&#x27;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.
318346
}</pre>
319347
</div>

googleapiclient/discovery_cache/documents/reseller.v1.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
}
632632
}
633633
},
634-
"revision": "20210610",
634+
"revision": "20210623",
635635
"rootUrl": "https://reseller.googleapis.com/",
636636
"schemas": {
637637
"Address": {
@@ -730,6 +730,20 @@
730730
"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.",
731731
"type": "string"
732732
},
733+
"customerType": {
734+
"description": "The type of the customer (DOMAIN or TEAM), default is DOMAIN.",
735+
"enum": [
736+
"CUSTOMER_TYPE_UNSPECIFIED",
737+
"DOMAIN",
738+
"TEAM"
739+
],
740+
"enumDescriptions": [
741+
"Customer type not known",
742+
"Domained or domain owning customers",
743+
"Domainless customers"
744+
],
745+
"type": "string"
746+
},
733747
"kind": {
734748
"default": "reseller#customer",
735749
"description": "Identifies the resource as a customer. Value: `reseller#customer`",
@@ -743,13 +757,28 @@
743757
"$ref": "Address",
744758
"description": "A customer's address information. Each field has a limit of 255 charcters."
745759
},
760+
"primaryAdmin": {
761+
"$ref": "PrimaryAdmin",
762+
"description": "The first admin details of the customer, present in case of TEAM customer."
763+
},
746764
"resourceUiUrl": {
747765
"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.",
748766
"type": "string"
749767
}
750768
},
751769
"type": "object"
752770
},
771+
"PrimaryAdmin": {
772+
"description": "JSON template for primary admin in case of TEAM customers",
773+
"id": "PrimaryAdmin",
774+
"properties": {
775+
"primaryEmail": {
776+
"description": "Primary admin's domained email This email's domain will be used to create TEAM customer",
777+
"type": "string"
778+
}
779+
},
780+
"type": "object"
781+
},
753782
"RenewalSettings": {
754783
"description": "JSON template for a subscription renewal settings.",
755784
"id": "RenewalSettings",

0 commit comments

Comments
 (0)