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 ISmartTablesClient
{
/// <summary>
/// Create Sheet<br/>
/// Create a new sheet in a table by importing data from a file (CSV or JSON, base64-encoded) or from request log history. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
/// Create a new sheet in a table. Omit source to create a blank sheet with a default Column A scaffold (returns 201), or import data from a file (CSV or JSON, base64-encoded) or from request log history (returns 202). Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
/// </summary>
/// <param name="tableId"></param>
/// <param name="request"></param>
Expand All @@ -21,7 +21,7 @@ public partial interface ISmartTablesClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Create Sheet<br/>
/// Create a new sheet in a table by importing data from a file (CSV or JSON, base64-encoded) or from request log history. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
/// Create a new sheet in a table. Omit source to create a blank sheet with a default Column A scaffold (returns 201), or import data from a file (CSV or JSON, base64-encoded) or from request log history (returns 202). Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
/// </summary>
/// <param name="tableId"></param>
/// <param name="request"></param>
Expand All @@ -36,30 +36,30 @@ public partial interface ISmartTablesClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Create Sheet<br/>
/// Create a new sheet in a table by importing data from a file (CSV or JSON, base64-encoded) or from request log history. Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
/// Create a new sheet in a table. Omit source to create a blank sheet with a default Column A scaffold (returns 201), or import data from a file (CSV or JSON, base64-encoded) or from request log history (returns 202). Requests are scoped to the workspace associated with the API key; table, sheet, column, cell, operation, and version IDs must belong to that workspace.
/// </summary>
/// <param name="tableId"></param>
/// <param name="title">
/// Sheet title. Defaults to the source file name or 'Request Logs'.
/// Sheet title. Defaults to 'Sheet N' when source is omitted, or to the source file name / 'Request Logs' for imports.
/// </param>
/// <param name="index">
/// Display position within the table (0-based). Defaults to appending at the end.
/// </param>
/// <param name="operationId">
/// Optional idempotency key for the import operation.
/// Optional idempotency key for import operations. Not allowed when source is omitted.
/// </param>
/// <param name="source">
/// Data source for the sheet.
/// Optional data source for the sheet. Omit to create a blank sheet with a default Column A scaffold.
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
global::System.Threading.Tasks.Task<global::PromptLayer.CreateTableSheetResponse> CreateTableSheetAsync(
global::System.Guid tableId,
global::PromptLayer.OneOf<global::PromptLayer.CreateTableSheetRequestSourceFileSource, global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSource> source,
string? title = default,
int? index = default,
string? operationId = default,
global::PromptLayer.OneOf<global::PromptLayer.CreateTableSheetRequestSourceFileSource, global::PromptLayer.CreateTableSheetRequestSourceRequestLogsSource>? source = default,
global::PromptLayer.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2487,6 +2487,7 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.ListTableSheetsResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::PromptLayer.Sheet>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableSheetResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.CreateTableSheetResponse2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetTableSheetOperationResponse2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.GetTableSheetResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::PromptLayer.UpdateTableSheetResponse))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2636,215 +2636,219 @@ public sealed partial class JsonSerializerContextTypes
/// <summary>
///
/// </summary>
public global::PromptLayer.GetTableSheetOperationResponse2? Type652 { get; set; }
public global::PromptLayer.CreateTableSheetResponse2? Type652 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.GetTableSheetResponse? Type653 { get; set; }
public global::PromptLayer.GetTableSheetOperationResponse2? Type653 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateTableSheetResponse? Type654 { get; set; }
public global::PromptLayer.GetTableSheetResponse? Type654 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.DeleteTableSheetResponse? Type655 { get; set; }
public global::PromptLayer.UpdateTableSheetResponse? Type655 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListTableSheetColumnsResponse? Type656 { get; set; }
public global::PromptLayer.DeleteTableSheetResponse? Type656 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::PromptLayer.Column>? Type657 { get; set; }
public global::PromptLayer.ListTableSheetColumnsResponse? Type657 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateTableSheetColumnResponse? Type658 { get; set; }
public global::System.Collections.Generic.IList<global::PromptLayer.Column>? Type658 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::PromptLayer.Cell>? Type659 { get; set; }
public global::PromptLayer.CreateTableSheetColumnResponse? Type659 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateTableSheetColumnResponse? Type660 { get; set; }
public global::System.Collections.Generic.IList<global::PromptLayer.Cell>? Type660 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.DeleteTableSheetColumnResponse? Type661 { get; set; }
public global::PromptLayer.UpdateTableSheetColumnResponse? Type661 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListTableSheetRowsResponse? Type662 { get; set; }
public global::PromptLayer.DeleteTableSheetColumnResponse? Type662 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::PromptLayer.ListTableSheetRowsResponseDataItem>? Type663 { get; set; }
public global::PromptLayer.ListTableSheetRowsResponse? Type663 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListTableSheetRowsResponseDataItem? Type664 { get; set; }
public global::System.Collections.Generic.IList<global::PromptLayer.ListTableSheetRowsResponseDataItem>? Type664 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.Dictionary<string, global::PromptLayer.Cell>? Type665 { get; set; }
public global::PromptLayer.ListTableSheetRowsResponseDataItem? Type665 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.AddTableSheetRowsResponse? Type666 { get; set; }
public global::System.Collections.Generic.Dictionary<string, global::PromptLayer.Cell>? Type666 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::PromptLayer.AddTableSheetRowsResponseRow>? Type667 { get; set; }
public global::PromptLayer.AddTableSheetRowsResponse? Type667 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.AddTableSheetRowsResponseRow? Type668 { get; set; }
public global::System.Collections.Generic.IList<global::PromptLayer.AddTableSheetRowsResponseRow>? Type668 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.GetTableSheetCellResponse? Type669 { get; set; }
public global::PromptLayer.AddTableSheetRowsResponseRow? Type669 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateTableSheetCellResponse? Type670 { get; set; }
public global::PromptLayer.GetTableSheetCellResponse? Type670 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateTableSheetCellRecalculationsBatchResponse? Type671 { get; set; }
public global::PromptLayer.UpdateTableSheetCellResponse? Type671 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateTableSheetCellRecalculationResponse? Type672 { get; set; }
public global::PromptLayer.CreateTableSheetCellRecalculationsBatchResponse? Type672 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateToolVersionResponse? Type673 { get; set; }
public global::PromptLayer.CreateTableSheetCellRecalculationResponse? Type673 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.TestExecuteToolResponse? Type674 { get; set; }
public global::PromptLayer.CreateToolVersionResponse? Type674 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.TestExecuteToolResponseResult? Type675 { get; set; }
public global::PromptLayer.TestExecuteToolResponse? Type675 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.TestExecuteToolResponseResultStatus? Type676 { get; set; }
public global::PromptLayer.TestExecuteToolResponseResult? Type676 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CloseTraceResponse? Type677 { get; set; }
public global::PromptLayer.TestExecuteToolResponseResultStatus? Type677 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CloseTraceResponseClosure? Type678 { get; set; }
public global::PromptLayer.CloseTraceResponse? Type678 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CloseTraceResponseClosureStatus? Type679 { get; set; }
public global::PromptLayer.CloseTraceResponseClosure? Type679 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CloseTraceResponse2? Type680 { get; set; }
public global::PromptLayer.CloseTraceResponseClosureStatus? Type680 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListWorkspaceEnvVarsResponse? Type681 { get; set; }
public global::PromptLayer.CloseTraceResponse2? Type681 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::PromptLayer.ListWorkspaceEnvVarsResponseWorkspaceEnvVar>? Type682 { get; set; }
public global::PromptLayer.ListWorkspaceEnvVarsResponse? Type682 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListWorkspaceEnvVarsResponseWorkspaceEnvVar? Type683 { get; set; }
public global::System.Collections.Generic.IList<global::PromptLayer.ListWorkspaceEnvVarsResponseWorkspaceEnvVar>? Type683 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateWorkspaceEnvVarResponse? Type684 { get; set; }
public global::PromptLayer.ListWorkspaceEnvVarsResponseWorkspaceEnvVar? Type684 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateWorkspaceEnvVarResponseWorkspaceEnvVar? Type685 { get; set; }
public global::PromptLayer.CreateWorkspaceEnvVarResponse? Type685 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateWorkspaceEnvVarResponse2? Type686 { get; set; }
public global::PromptLayer.CreateWorkspaceEnvVarResponseWorkspaceEnvVar? Type686 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateWorkspaceEnvVarResponse? Type687 { get; set; }
public global::PromptLayer.CreateWorkspaceEnvVarResponse2? Type687 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateWorkspaceEnvVarResponseWorkspaceEnvVar? Type688 { get; set; }
public global::PromptLayer.UpdateWorkspaceEnvVarResponse? Type688 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateWorkspaceEnvVarResponse2? Type689 { get; set; }
public global::PromptLayer.UpdateWorkspaceEnvVarResponseWorkspaceEnvVar? Type689 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.DeleteWorkspaceEnvVarResponse? Type690 { get; set; }
public global::PromptLayer.UpdateWorkspaceEnvVarResponse2? Type690 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.DeleteWorkspaceEnvVarResponse2? Type691 { get; set; }
public global::PromptLayer.DeleteWorkspaceEnvVarResponse? Type691 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListToolEnvVarsResponse? Type692 { get; set; }
public global::PromptLayer.DeleteWorkspaceEnvVarResponse2? Type692 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::PromptLayer.ListToolEnvVarsResponseToolEnvVar>? Type693 { get; set; }
public global::PromptLayer.ListToolEnvVarsResponse? Type693 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListToolEnvVarsResponseToolEnvVar? Type694 { get; set; }
public global::System.Collections.Generic.IList<global::PromptLayer.ListToolEnvVarsResponseToolEnvVar>? Type694 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.ListToolEnvVarsResponse2? Type695 { get; set; }
public global::PromptLayer.ListToolEnvVarsResponseToolEnvVar? Type695 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateToolEnvVarResponse? Type696 { get; set; }
public global::PromptLayer.ListToolEnvVarsResponse2? Type696 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateToolEnvVarResponseToolEnvVar? Type697 { get; set; }
public global::PromptLayer.CreateToolEnvVarResponse? Type697 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateToolEnvVarResponse2? Type698 { get; set; }
public global::PromptLayer.CreateToolEnvVarResponseToolEnvVar? Type698 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.CreateToolEnvVarResponse3? Type699 { get; set; }
public global::PromptLayer.CreateToolEnvVarResponse2? Type699 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateToolEnvVarResponse? Type700 { get; set; }
public global::PromptLayer.CreateToolEnvVarResponse3? Type700 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateToolEnvVarResponseToolEnvVar? Type701 { get; set; }
public global::PromptLayer.UpdateToolEnvVarResponse? Type701 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.UpdateToolEnvVarResponse2? Type702 { get; set; }
public global::PromptLayer.UpdateToolEnvVarResponseToolEnvVar? Type702 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.DeleteToolEnvVarResponse? Type703 { get; set; }
public global::PromptLayer.UpdateToolEnvVarResponse2? Type703 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.DeleteToolEnvVarResponse2? Type704 { get; set; }
public global::PromptLayer.DeleteToolEnvVarResponse? Type704 { get; set; }
/// <summary>
///
/// </summary>
public global::PromptLayer.DeleteToolEnvVarResponse2? Type705 { get; set; }

/// <summary>
///
Expand Down
Loading