Skip to content

Commit

Permalink
feat(reseller): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jun 29, 2021
1 parent bc21333 commit 20226c4
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docs/dyn/reseller_v1.customers.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ <h3>Method Details</h3>
&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.
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
&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.
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
&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.
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
Expand All @@ -128,6 +129,9 @@ <h3>Method Details</h3>
&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.
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
},
&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.
&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
},
&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.
}</pre>
</div>
Expand All @@ -145,6 +149,7 @@ <h3>Method Details</h3>
&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.
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
&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.
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
&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.
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
Expand All @@ -159,6 +164,9 @@ <h3>Method Details</h3>
&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.
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
},
&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.
&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
},
&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.
}

Expand All @@ -176,6 +184,7 @@ <h3>Method Details</h3>
&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.
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
&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.
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
&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.
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
Expand All @@ -190,6 +199,9 @@ <h3>Method Details</h3>
&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.
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
},
&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.
&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
},
&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.
}</pre>
</div>
Expand All @@ -208,6 +220,7 @@ <h3>Method Details</h3>
&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.
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
&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.
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
&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.
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
Expand All @@ -222,6 +235,9 @@ <h3>Method Details</h3>
&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.
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
},
&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.
&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
},
&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.
}

Expand All @@ -238,6 +254,7 @@ <h3>Method Details</h3>
&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.
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
&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.
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
&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.
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
Expand All @@ -252,6 +269,9 @@ <h3>Method Details</h3>
&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.
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
},
&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.
&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
},
&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.
}</pre>
</div>
Expand All @@ -270,6 +290,7 @@ <h3>Method Details</h3>
&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.
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
&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.
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
&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.
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
Expand All @@ -284,6 +305,9 @@ <h3>Method Details</h3>
&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.
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
},
&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.
&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
},
&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.
}

Expand All @@ -300,6 +324,7 @@ <h3>Method Details</h3>
&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.
&quot;customerDomainVerified&quot;: True or False, # Whether the customer&#x27;s primary domain has been verified.
&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.
&quot;customerType&quot;: &quot;A String&quot;, # The type of the customer (DOMAIN or TEAM), default is DOMAIN.
&quot;kind&quot;: &quot;reseller#customer&quot;, # Identifies the resource as a customer. Value: `reseller#customer`
&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.
&quot;postalAddress&quot;: { # JSON template for address of a customer. # A customer&#x27;s address information. Each field has a limit of 255 charcters.
Expand All @@ -314,6 +339,9 @@ <h3>Method Details</h3>
&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.
&quot;region&quot;: &quot;A String&quot;, # An example of a `region` value is `CA` for the state of California.
},
&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.
&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
},
&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.
}</pre>
</div>
Expand Down
31 changes: 30 additions & 1 deletion googleapiclient/discovery_cache/documents/reseller.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
}
}
},
"revision": "20210610",
"revision": "20210623",
"rootUrl": "https://reseller.googleapis.com/",
"schemas": {
"Address": {
Expand Down Expand Up @@ -730,6 +730,20 @@
"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.",
"type": "string"
},
"customerType": {
"description": "The type of the customer (DOMAIN or TEAM), default is DOMAIN.",
"enum": [
"CUSTOMER_TYPE_UNSPECIFIED",
"DOMAIN",
"TEAM"
],
"enumDescriptions": [
"Customer type not known",
"Domained or domain owning customers",
"Domainless customers"
],
"type": "string"
},
"kind": {
"default": "reseller#customer",
"description": "Identifies the resource as a customer. Value: `reseller#customer`",
Expand All @@ -743,13 +757,28 @@
"$ref": "Address",
"description": "A customer's address information. Each field has a limit of 255 charcters."
},
"primaryAdmin": {
"$ref": "PrimaryAdmin",
"description": "The first admin details of the customer, present in case of TEAM customer."
},
"resourceUiUrl": {
"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.",
"type": "string"
}
},
"type": "object"
},
"PrimaryAdmin": {
"description": "JSON template for primary admin in case of TEAM customers",
"id": "PrimaryAdmin",
"properties": {
"primaryEmail": {
"description": "Primary admin's domained email This email's domain will be used to create TEAM customer",
"type": "string"
}
},
"type": "object"
},
"RenewalSettings": {
"description": "JSON template for a subscription renewal settings.",
"id": "RenewalSettings",
Expand Down

0 comments on commit 20226c4

Please sign in to comment.