Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public partial interface ITeamsClient
{
/// <summary>
/// Remove a Team Member<br/>
/// Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team.
/// Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team. Directory Sync members can be removed when their directory email is absent or does not match the user's primary or verified secondary emails.
/// </summary>
/// <param name="uid">
/// The user ID of the member.<br/>
Expand All @@ -31,7 +31,7 @@ public partial interface ITeamsClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Remove a Team Member<br/>
/// Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team.
/// Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team. Directory Sync members can be removed when their directory email is absent or does not match the user's primary or verified secondary emails.
/// </summary>
/// <param name="uid">
/// The user ID of the member.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// POST /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/[?mount=&lt;digest&gt;&amp;from=&lt;repo&gt;] Initiate a blob upload. Returns a UUID in the Location header that the client uses for subsequent PATCH (chunk) and PUT (complete) requests.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -42,7 +42,7 @@ public partial interface IVcrClient
/// POST /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/[?mount=&lt;digest&gt;&amp;from=&lt;repo&gt;] Initiate a blob upload. Returns a UUID in the Location header that the client uses for subsequent PATCH (chunk) and PUT (complete) requests.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// DELETE /v2/:teamSlug/:projectSlug/:repositoryName/blobs/:digest Blob deletion is intentionally not supported. Matches the behaviour of most public registries.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// DELETE /v2/:teamSlug/:projectSlug/:repositoryName/blobs/:digest Blob deletion is intentionally not supported. Matches the behaviour of most public registries.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// DELETE /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid Cancel an in-flight blob upload. Aborts the underlying S3 multipart upload (if one was started) and discards the session.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// DELETE /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid Cancel an in-flight blob upload. Aborts the underlying S3 multipart upload (if one was started) and discards the session.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// DELETE /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Reference must be a digest.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// DELETE /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Reference must be a digest.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/blobs/:digest Fetch a blob by digest.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/blobs/:digest Fetch a blob by digest.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid Query the status of an in-progress blob upload. Used by clients to resume a partial upload after an interruption.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid Query the status of an in-progress blob upload. Used by clients to resume a partial upload after an interruption.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Fetch a manifest by tag or digest.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Fetch a manifest by tag or digest.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/tags/list List the tags in a repository.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -40,7 +40,7 @@ public partial interface IVcrClient
/// GET /v2/:teamSlug/:projectSlug/:repositoryName/tags/list List the tags in a repository.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// HEAD /v2/:teamSlug/:projectSlug/:repositoryName/blobs/:digest Check whether a blob exists. Used by the Docker client before pushing a layer to avoid re-uploading content that already exists.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// HEAD /v2/:teamSlug/:projectSlug/:repositoryName/blobs/:digest Check whether a blob exists. Used by the Docker client before pushing a layer to avoid re-uploading content that already exists.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// HEAD /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Check whether a manifest exists. Used by Docker client during push to determine if a manifest (or config blob referenced by digest) is already present.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// HEAD /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Check whether a manifest exists. Used by Docker client during push to determine if a manifest (or config blob referenced by digest) is already present.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// PUT /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid?digest=&lt;digest&gt; Complete the blob upload. This may include a final chunk of data in the request body (monolithic upload) or just finalize a previous chunked upload.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -44,7 +44,7 @@ public partial interface IVcrClient
/// PUT /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid?digest=&lt;digest&gt; Complete the blob upload. This may include a final chunk of data in the request body (monolithic upload) or just finalize a previous chunked upload.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// PUT /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Upload an image manifest. The digest is computed from the body and returned in the Docker-Content-Digest header.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// PUT /v2/:teamSlug/:projectSlug/:repositoryName/manifests/:reference Upload an image manifest. The digest is computed from the body and returned in the Docker-Content-Digest header.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public partial interface IVcrClient
/// PATCH /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid Upload a chunk of blob data. The request body is streamed directly to S3 as a multipart upload part while hashing incrementally. The client may call this multiple times for chunked uploads.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down Expand Up @@ -39,7 +39,7 @@ public partial interface IVcrClient
/// PATCH /v2/:teamSlug/:projectSlug/:repositoryName/blobs/uploads/:uuid Upload a chunk of blob data. The request body is streamed directly to S3 as a multipart upload part while hashing incrementally. The client may call this multiple times for chunked uploads.
/// </summary>
/// <param name="teamSlug">
/// Single Docker repository team slug or team ID component.<br/>
/// Single Docker repository team slug component.<br/>
/// Example: team-slug
/// </param>
/// <param name="projectSlug">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7920,6 +7920,8 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::System.Collections.Generic.IList<global::Vercel.AggregatePageviewsResponseDataVariant1Item>, global::System.Collections.Generic.IList<global::Vercel.AggregatePageviewsResponseDataVariant2Item>>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<string, global::Vercel.AggregateEventsResponseQueryGroupByItem?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::System.Collections.Generic.IList<global::Vercel.AggregateEventsResponseDataVariant1Item>, global::System.Collections.Generic.IList<global::Vercel.AggregateEventsResponseDataVariant2Item>>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.CountPageviewsResponseDataVariant1, global::Vercel.CountPageviewsResponseDataVariant2>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.CountEventsResponseDataVariant1, global::Vercel.CountEventsResponseDataVariant2>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::System.Collections.Generic.IList<global::Vercel.GetWebhooksResponseVariant1Item>, global::System.Collections.Generic.IList<global::Vercel.GetWebhooksResponseVariant2Item>>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant1, global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant2, global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant3, global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant4>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant1, global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant2, global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant3, global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant4>),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7920,6 +7920,8 @@ namespace Vercel
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::System.Collections.Generic.IList<global::Vercel.AggregatePageviewsResponseDataVariant1Item>, global::System.Collections.Generic.IList<global::Vercel.AggregatePageviewsResponseDataVariant2Item>>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<string, global::Vercel.AggregateEventsResponseQueryGroupByItem?>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::System.Collections.Generic.IList<global::Vercel.AggregateEventsResponseDataVariant1Item>, global::System.Collections.Generic.IList<global::Vercel.AggregateEventsResponseDataVariant2Item>>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.CountPageviewsResponseDataVariant1, global::Vercel.CountPageviewsResponseDataVariant2>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.CountEventsResponseDataVariant1, global::Vercel.CountEventsResponseDataVariant2>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::System.Collections.Generic.IList<global::Vercel.GetWebhooksResponseVariant1Item>, global::System.Collections.Generic.IList<global::Vercel.GetWebhooksResponseVariant2Item>>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant1, global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant2, global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant3, global::Vercel.ListDeploymentAliasesResponseAliaseProtectionBypassVariant4>),
typeof(global::Vercel.JsonConverters.OneOfJsonConverter<global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant1, global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant2, global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant3, global::Vercel.ListAliasesResponseAliaseProtectionBypassVariant4>),
Expand Down
Loading