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 @@ -237,6 +237,8 @@ partial void ProcessListAuditLogsResponseContent(
after: after,
before: before);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ partial void ProcessActivateCertificatesForOrganizationResponseContent(
httpRequestMessage: __httpRequest,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ partial void ProcessActivateCertificatesForProjectResponseContent(
projectId: projectId!,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ partial void ProcessDeactivateCertificatesForOrganizationResponseContent(
httpRequestMessage: __httpRequest,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ partial void ProcessDeactivateCertificatesForProjectResponseContent(
projectId: projectId!,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ partial void ProcessDeleteCertificateResponseContent(
httpRequestMessage: __httpRequest,
certificateId: certificateId!);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ partial void ProcessGetCertificateResponseContent(
certificateId: certificateId!,
include: include);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ partial void ProcessListOrganizationCertificatesResponseContent(
after: after,
order: order);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ partial void ProcessListProjectCertificatesResponseContent(
after: after,
order: order);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ partial void ProcessModifyCertificateResponseContent(
certificateId: certificateId!,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ partial void ProcessUploadCertificateResponseContent(
httpRequestMessage: __httpRequest,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ partial void ProcessAssignOrganizationRoleToGroupResponseContent(
groupId: groupId!,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ partial void ProcessListGroupOrganizationRoleAssignmentsResponseContent(
after: after,
order: order);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ partial void ProcessUnassignOrganizationRoleFromGroupResponseContent(
groupId: groupId!,
roleId: roleId!);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ partial void ProcessAddGroupUserResponseContent(
groupId: groupId!,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ partial void ProcessListGroupUsersResponseContent(
after: after,
order: order);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ partial void ProcessRemoveGroupUserResponseContent(
groupId: groupId!,
userId: userId!);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ partial void ProcessCreateGroupResponseContent(
httpRequestMessage: __httpRequest,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ partial void ProcessDeleteGroupResponseContent(
httpRequestMessage: __httpRequest,
groupId: groupId!);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ partial void ProcessListGroupsResponseContent(
after: after,
order: order);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ partial void ProcessUpdateGroupResponseContent(
groupId: groupId!,
request: request);

global::tryAGI.OpenAI.AutoSDKHttpRequestOptions.StampAuthorizationOverride(__httpRequest);

return __httpRequest;
}

Expand Down
Loading
Loading