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 @@ -146,7 +146,7 @@ partial void ProcessAgentsCallsCreateResponseContent(
PrepareAgentsCallsCreateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
agentId: agentId!,
throttle: throttle,
request: request);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessAgentsCallsListResponseContent(
PrepareAgentsCallsListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
agentId: agentId!,
cursor: cursor,
pageSize: pageSize);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ partial void ProcessAgentsDestroyResponse(
PrepareAgentsDestroyRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId);
agentId: agentId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessAgentsPartialUpdateResponseContent(
PrepareAgentsPartialUpdateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
agentId: agentId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ partial void ProcessAgentsRetrieveResponseContent(
PrepareAgentsRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId);
agentId: agentId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessAgentsScheduledBatchesCreateResponseContent(
PrepareAgentsScheduledBatchesCreateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
agentId: agentId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ partial void ProcessAgentsScheduledBatchesCreatedCallsListResponseContent(
PrepareAgentsScheduledBatchesCreatedCallsListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
batchId: batchId,
agentId: agentId!,
batchId: batchId!,
cursor: cursor,
pageSize: pageSize);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ partial void ProcessAgentsScheduledBatchesDestroyResponse(
PrepareAgentsScheduledBatchesDestroyRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
batchId: batchId);
agentId: agentId!,
batchId: batchId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessAgentsScheduledBatchesListResponseContent(
PrepareAgentsScheduledBatchesListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
agentId: agentId!,
cursor: cursor,
pageSize: pageSize);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ partial void ProcessAgentsScheduledBatchesPartialUpdateResponseContent(
PrepareAgentsScheduledBatchesPartialUpdateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
batchId: batchId,
agentId: agentId!,
batchId: batchId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ partial void ProcessAgentsScheduledBatchesRetrieveResponseContent(
PrepareAgentsScheduledBatchesRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
batchId: batchId);
agentId: agentId!,
batchId: batchId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ partial void ProcessAgentsScheduledBatchesScheduledCallsListResponseContent(
PrepareAgentsScheduledBatchesScheduledCallsListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
batchId: batchId,
agentId: agentId!,
batchId: batchId!,
cursor: cursor,
pageSize: pageSize,
status: status);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessAgentsTelephonyXmlResponseContent(
PrepareAgentsTelephonyXmlRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
agentId: agentId,
agentId: agentId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ partial void ProcessApiKeysDestroyResponse(
PrepareApiKeysDestroyRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
apiKeyPrefix: apiKeyPrefix);
apiKeyPrefix: apiKeyPrefix!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessApiKeysPartialUpdateResponseContent(
PrepareApiKeysPartialUpdateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
apiKeyPrefix: apiKeyPrefix,
apiKeyPrefix: apiKeyPrefix!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ partial void ProcessApiKeysRetrieveResponseContent(
PrepareApiKeysRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
apiKeyPrefix: apiKeyPrefix);
apiKeyPrefix: apiKeyPrefix!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessApiKeysUpdateResponseContent(
PrepareApiKeysUpdateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
apiKeyPrefix: apiKeyPrefix,
apiKeyPrefix: apiKeyPrefix!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ partial void ProcessCallThrottlesDestroyResponse(
PrepareCallThrottlesDestroyRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
throttleId: throttleId);
throttleId: throttleId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessCallThrottlesPartialUpdateResponseContent(
PrepareCallThrottlesPartialUpdateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
throttleId: throttleId,
throttleId: throttleId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ partial void ProcessCallThrottlesRetrieveResponseContent(
PrepareCallThrottlesRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
throttleId: throttleId);
throttleId: throttleId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessCallThrottlesUpdateResponseContent(
PrepareCallThrottlesUpdateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
throttleId: throttleId,
throttleId: throttleId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ partial void ProcessCallsDestroyResponse(
PrepareCallsDestroyRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId);
callId: callId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ partial void ProcessCallsEventsListResponseContent(
PrepareCallsEventsListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callId: callId!,
cursor: cursor,
minimumSeverity: minimumSeverity,
pageSize: pageSize,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ partial void ProcessCallsMessagesListResponseContent(
PrepareCallsMessagesListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callId: callId!,
cursor: cursor,
mode: mode,
pageSize: pageSize);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ partial void ProcessCallsRecordingRetrieveResponseContent(
PrepareCallsRecordingRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId);
callId: callId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ partial void ProcessCallsRetrieveResponseContent(
PrepareCallsRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId);
callId: callId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ partial void ProcessCallsSipLogsRetrieveResponse(
PrepareCallsSipLogsRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId);
callId: callId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessCallsStagesListResponseContent(
PrepareCallsStagesListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callId: callId!,
cursor: cursor,
pageSize: pageSize);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ partial void ProcessCallsStagesMessagesAudioRetrieveResponse(
PrepareCallsStagesMessagesAudioRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callStageId: callStageId,
callStageMessageIndex: callStageMessageIndex);
callId: callId!,
callStageId: callStageId!,
callStageMessageIndex: callStageMessageIndex!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ partial void ProcessCallsStagesMessagesListResponseContent(
PrepareCallsStagesMessagesListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callStageId: callStageId,
callId: callId!,
callStageId: callStageId!,
cursor: cursor,
pageSize: pageSize);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ partial void ProcessCallsStagesRetrieveResponseContent(
PrepareCallsStagesRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callStageId: callStageId);
callId: callId!,
callStageId: callStageId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ partial void ProcessCallsStagesToolsListResponseContent(
PrepareCallsStagesToolsListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callStageId: callStageId);
callId: callId!,
callStageId: callStageId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ partial void ProcessCallsToolsListResponseContent(
PrepareCallsToolsListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId);
callId: callId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ partial void ProcessSendDataMessageToCallResponse(
PrepareSendDataMessageToCallRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
callId: callId,
callId: callId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ partial void ProcessCorporaDestroyResponse(
PrepareCorporaDestroyRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
corpusId: corpusId);
corpusId: corpusId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessCorporaPartialUpdateResponseContent(
PrepareCorporaPartialUpdateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
corpusId: corpusId,
corpusId: corpusId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessCorporaQueryResponseContent(
PrepareCorporaQueryRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
corpusId: corpusId,
corpusId: corpusId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ partial void ProcessCorporaRetrieveResponseContent(
PrepareCorporaRetrieveRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
corpusId: corpusId);
corpusId: corpusId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ partial void ProcessCorporaSourcesCreateResponseContent(
PrepareCorporaSourcesCreateRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
corpusId: corpusId,
corpusId: corpusId!,
request: request);

return __httpRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ partial void ProcessCorporaSourcesDestroyResponse(
PrepareCorporaSourcesDestroyRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
corpusId: corpusId,
sourceId: sourceId);
corpusId: corpusId!,
sourceId: sourceId!);

return __httpRequest;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ partial void ProcessCorporaSourcesDocumentsListResponseContent(
PrepareCorporaSourcesDocumentsListRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
corpusId: corpusId,
corpusId: corpusId!,
cursor: cursor,
pageSize: pageSize,
sourceId: sourceId);
sourceId: sourceId!);

return __httpRequest;
}
Expand Down
Loading