Update documentation from f2baff2f93
				
					
				
			This commit is contained in:
		
							
								
								
									
										395
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										395
									
								
								README.md
									
									
									
									
									
								
							@@ -3,16 +3,6 @@
 | 
			
		||||
 | 
			
		||||
## Table of Contents
 | 
			
		||||
 | 
			
		||||
- [accounts/accounts_v1.proto](#accounts_accounts_v1-proto)
 | 
			
		||||
    - [AccountData](#accounts-AccountData)
 | 
			
		||||
    - [AccountFull](#accounts-AccountFull)
 | 
			
		||||
    - [AccountFullWithToken](#accounts-AccountFullWithToken)
 | 
			
		||||
    - [AccountId](#accounts-AccountId)
 | 
			
		||||
    - [AccountPassword](#accounts-AccountPassword)
 | 
			
		||||
    - [AccountWithPassword](#accounts-AccountWithPassword)
 | 
			
		||||
  
 | 
			
		||||
    - [Accounts](#accounts-Accounts)
 | 
			
		||||
  
 | 
			
		||||
- [applications/applications_v1.proto](#applications_applications_v1-proto)
 | 
			
		||||
    - [ApplicationFull](#applications-ApplicationFull)
 | 
			
		||||
    - [ApplicationId](#applications-ApplicationId)
 | 
			
		||||
@@ -29,6 +19,22 @@
 | 
			
		||||
  
 | 
			
		||||
    - [Applications](#applications-Applications)
 | 
			
		||||
  
 | 
			
		||||
- [accounts/accounts_v1.proto](#accounts_accounts_v1-proto)
 | 
			
		||||
    - [AccountData](#accounts-AccountData)
 | 
			
		||||
    - [AccountFull](#accounts-AccountFull)
 | 
			
		||||
    - [AccountFullWithToken](#accounts-AccountFullWithToken)
 | 
			
		||||
    - [AccountId](#accounts-AccountId)
 | 
			
		||||
    - [AccountPassword](#accounts-AccountPassword)
 | 
			
		||||
    - [AccountWithPassword](#accounts-AccountWithPassword)
 | 
			
		||||
  
 | 
			
		||||
    - [Accounts](#accounts-Accounts)
 | 
			
		||||
  
 | 
			
		||||
- [email/email_v1.proto](#email_email_v1-proto)
 | 
			
		||||
    - [ConfirmValidation](#email-ConfirmValidation)
 | 
			
		||||
    - [RequestValidation](#email-RequestValidation)
 | 
			
		||||
  
 | 
			
		||||
    - [EmailValidation](#email-EmailValidation)
 | 
			
		||||
  
 | 
			
		||||
- [environments/environments_v1.proto](#environments_environments_v1-proto)
 | 
			
		||||
    - [CreateOptions](#environments-CreateOptions)
 | 
			
		||||
    - [DeleteOptions](#environments-DeleteOptions)
 | 
			
		||||
@@ -49,138 +55,10 @@
 | 
			
		||||
  
 | 
			
		||||
    - [Environments](#environments-Environments)
 | 
			
		||||
  
 | 
			
		||||
- [email/email_v1.proto](#email_email_v1-proto)
 | 
			
		||||
    - [ConfirmValidation](#email-ConfirmValidation)
 | 
			
		||||
    - [RequestValidation](#email-RequestValidation)
 | 
			
		||||
  
 | 
			
		||||
    - [EmailValidation](#email-EmailValidation)
 | 
			
		||||
  
 | 
			
		||||
- [Scalar Value Types](#scalar-value-types)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts_accounts_v1-proto"></a>
 | 
			
		||||
<p align="right"><a href="#top">Top</a></p>
 | 
			
		||||
 | 
			
		||||
## accounts/accounts_v1.proto
 | 
			
		||||
This file has messages for describing environments
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountData"></a>
 | 
			
		||||
 | 
			
		||||
### AccountData
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| name | [string](#string) |  | Account name |
 | 
			
		||||
| email | [string](#string) |  | Account email |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountFull"></a>
 | 
			
		||||
 | 
			
		||||
### AccountFull
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| id | [AccountId](#accounts-AccountId) |  |  |
 | 
			
		||||
| data | [AccountData](#accounts-AccountData) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountFullWithToken"></a>
 | 
			
		||||
 | 
			
		||||
### AccountFullWithToken
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| id | [AccountId](#accounts-AccountId) |  |  |
 | 
			
		||||
| data | [AccountData](#accounts-AccountData) |  |  |
 | 
			
		||||
| token | [string](#string) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountId"></a>
 | 
			
		||||
 | 
			
		||||
### AccountId
 | 
			
		||||
Represents a environment UUID only
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| id | [string](#string) |  | Contour ID: UUID |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountPassword"></a>
 | 
			
		||||
 | 
			
		||||
### AccountPassword
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| password | [string](#string) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountWithPassword"></a>
 | 
			
		||||
 | 
			
		||||
### AccountWithPassword
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| data | [AccountData](#accounts-AccountData) |  |  |
 | 
			
		||||
| password | [AccountPassword](#accounts-AccountPassword) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-Accounts"></a>
 | 
			
		||||
 | 
			
		||||
### Accounts
 | 
			
		||||
Service for handling environments
 | 
			
		||||
 | 
			
		||||
| Method Name | Request Type | Response Type | Description |
 | 
			
		||||
| ----------- | ------------ | ------------- | ------------|
 | 
			
		||||
| SignUp | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) |  |
 | 
			
		||||
| SignIn | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) |  |
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="applications_applications_v1-proto"></a>
 | 
			
		||||
<p align="right"><a href="#top">Top</a></p>
 | 
			
		||||
 | 
			
		||||
@@ -414,6 +292,186 @@ Service for handling applications
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts_accounts_v1-proto"></a>
 | 
			
		||||
<p align="right"><a href="#top">Top</a></p>
 | 
			
		||||
 | 
			
		||||
## accounts/accounts_v1.proto
 | 
			
		||||
This file has messages for describing environments
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountData"></a>
 | 
			
		||||
 | 
			
		||||
### AccountData
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| name | [string](#string) |  | Account name |
 | 
			
		||||
| email | [string](#string) |  | Account email |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountFull"></a>
 | 
			
		||||
 | 
			
		||||
### AccountFull
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| id | [AccountId](#accounts-AccountId) |  |  |
 | 
			
		||||
| data | [AccountData](#accounts-AccountData) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountFullWithToken"></a>
 | 
			
		||||
 | 
			
		||||
### AccountFullWithToken
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| id | [AccountId](#accounts-AccountId) |  |  |
 | 
			
		||||
| data | [AccountData](#accounts-AccountData) |  |  |
 | 
			
		||||
| token | [string](#string) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountId"></a>
 | 
			
		||||
 | 
			
		||||
### AccountId
 | 
			
		||||
Represents a environment UUID only
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| id | [string](#string) |  | Contour ID: UUID |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountPassword"></a>
 | 
			
		||||
 | 
			
		||||
### AccountPassword
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| password | [string](#string) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-AccountWithPassword"></a>
 | 
			
		||||
 | 
			
		||||
### AccountWithPassword
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| data | [AccountData](#accounts-AccountData) |  |  |
 | 
			
		||||
| password | [AccountPassword](#accounts-AccountPassword) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="accounts-Accounts"></a>
 | 
			
		||||
 | 
			
		||||
### Accounts
 | 
			
		||||
Service for handling environments
 | 
			
		||||
 | 
			
		||||
| Method Name | Request Type | Response Type | Description |
 | 
			
		||||
| ----------- | ------------ | ------------- | ------------|
 | 
			
		||||
| SignUp | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) |  |
 | 
			
		||||
| SignIn | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) |  |
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email_email_v1-proto"></a>
 | 
			
		||||
<p align="right"><a href="#top">Top</a></p>
 | 
			
		||||
 | 
			
		||||
## email/email_v1.proto
 | 
			
		||||
This file has messages for describing environments
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email-ConfirmValidation"></a>
 | 
			
		||||
 | 
			
		||||
### ConfirmValidation
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| user_id | [string](#string) |  |  |
 | 
			
		||||
| code | [int32](#int32) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email-RequestValidation"></a>
 | 
			
		||||
 | 
			
		||||
### RequestValidation
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| user_id | [string](#string) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email-EmailValidation"></a>
 | 
			
		||||
 | 
			
		||||
### EmailValidation
 | 
			
		||||
A service that should handle email validation
 | 
			
		||||
 | 
			
		||||
| Method Name | Request Type | Response Type | Description |
 | 
			
		||||
| ----------- | ------------ | ------------- | ------------|
 | 
			
		||||
| SendRequest | [RequestValidation](#email-RequestValidation) | [.google.protobuf.Empty](#google-protobuf-Empty) |  |
 | 
			
		||||
| ValidateEmail | [ConfirmValidation](#email-ConfirmValidation) | [.google.protobuf.Empty](#google-protobuf-Empty) |  |
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="environments_environments_v1-proto"></a>
 | 
			
		||||
<p align="right"><a href="#top">Top</a></p>
 | 
			
		||||
 | 
			
		||||
@@ -517,6 +575,7 @@ This file has messages for describing environments
 | 
			
		||||
| kubernetes | [Kubernetes](#environments-Kubernetes) |  |  |
 | 
			
		||||
| server_type | [ServerType](#environments-ServerType) |  |  |
 | 
			
		||||
| server_location | [Location](#environments-Location) |  |  |
 | 
			
		||||
| disk_size | [int32](#int32) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -687,64 +746,6 @@ Service for handling environments
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email_email_v1-proto"></a>
 | 
			
		||||
<p align="right"><a href="#top">Top</a></p>
 | 
			
		||||
 | 
			
		||||
## email/email_v1.proto
 | 
			
		||||
This file has messages for describing environments
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email-ConfirmValidation"></a>
 | 
			
		||||
 | 
			
		||||
### ConfirmValidation
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| user_id | [string](#string) |  |  |
 | 
			
		||||
| code | [int32](#int32) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email-RequestValidation"></a>
 | 
			
		||||
 | 
			
		||||
### RequestValidation
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| Field | Type | Label | Description |
 | 
			
		||||
| ----- | ---- | ----- | ----------- |
 | 
			
		||||
| user_id | [string](#string) |  |  |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<a name="email-EmailValidation"></a>
 | 
			
		||||
 | 
			
		||||
### EmailValidation
 | 
			
		||||
A service that should handle email validation
 | 
			
		||||
 | 
			
		||||
| Method Name | Request Type | Response Type | Description |
 | 
			
		||||
| ----------- | ------------ | ------------- | ------------|
 | 
			
		||||
| SendRequest | [RequestValidation](#email-RequestValidation) | [.google.protobuf.Empty](#google-protobuf-Empty) |  |
 | 
			
		||||
| ValidateEmail | [ConfirmValidation](#email-ConfirmValidation) | [.google.protobuf.Empty](#google-protobuf-Empty) |  |
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Scalar Value Types
 | 
			
		||||
 | 
			
		||||
| .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
 | 
			
		||||
@@ -765,4 +766,4 @@ A service that should handle email validation
 | 
			
		||||
| <a name="string" /> string | A string must always contain UTF-8 encoded or 7-bit ASCII text. | string | String | str/unicode | string | string | string | String (UTF-8) |
 | 
			
		||||
| <a name="bytes" /> bytes | May contain any arbitrary sequence of bytes. | string | ByteString | str | []byte | ByteString | string | String (ASCII-8BIT) |
 | 
			
		||||
 | 
			
		||||
Generated on Mon May  6 07:44:41 UTC 2024
 | 
			
		||||
Generated on Mon May  6 19:42:45 UTC 2024
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user