Skip to content

Commit 21cf057

Browse files
authored
1.2.0-rc` (#6)
1 parent 3b78e0f commit 21cf057

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2179
-1581
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# DocuSign Rooms C# Client Changelog
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

4-
## [v1.1.0] - DocuSign Rooms API v2 - 03/25/2021
4+
## [1.2.0-rc] - Rooms API v2-1.0.9 - 2021-10-06
55
### Changed
6+
- Added support for version v2-1.0.9 of the DocuSign Rooms API.
67
- Updated the SDK release version.
78

9+
10+
## [v1.1.0] - DocuSign Rooms API v2 - 03/25/2021
11+
### Changed
12+
- Updated the SDK release version
13+
814
## [v1.1.0-rc] - DocuSign Rooms API v2 - 12/14/2020
915
### Changed
1016
- Added support for version v2-1.0.8 of the DocuSign eSignature API.

sdk/src/DocuSign.Rooms/Api/AccountsApi.cs

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ public interface IAccountsApi : IApiAccessor
2828
/// Get information about the account.
2929
/// </summary>
3030
/// <remarks>
31-
///
31+
/// Returns details about a company account.
3232
/// </remarks>
3333
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
34-
/// <param name="accountId"></param>
34+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
3535

3636

3737
/// <returns></returns>
@@ -41,10 +41,10 @@ public interface IAccountsApi : IApiAccessor
4141
/// Get information about the account.
4242
/// </summary>
4343
/// <remarks>
44-
///
44+
/// Returns details about a company account.
4545
/// </remarks>
4646
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
47-
/// <param name="accountId"></param>
47+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
4848

4949

5050
/// <returns>ApiResponse of </returns>
@@ -55,10 +55,10 @@ public interface IAccountsApi : IApiAccessor
5555
/// Get information about the account.
5656
/// </summary>
5757
/// <remarks>
58-
///
58+
/// Returns details about a company account.
5959
/// </remarks>
6060
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
61-
/// <param name="accountId"></param>
61+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
6262

6363

6464
/// <returns>Task of AccountSummary</returns>
@@ -68,10 +68,10 @@ public interface IAccountsApi : IApiAccessor
6868
/// Get information about the account.
6969
/// </summary>
7070
/// <remarks>
71-
///
71+
/// Returns details about a company account.
7272
/// </remarks>
7373
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
74-
/// <param name="accountId"></param>
74+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
7575

7676

7777
/// <returns>Task of ApiResponse (AccountSummary)</returns>
@@ -133,10 +133,10 @@ public DocuSign.Rooms.Client.ExceptionFactory ExceptionFactory
133133

134134

135135
/// <summary>
136-
/// Get information about the account.
136+
/// Get information about the account. Returns details about a company account.
137137
/// </summary>
138138
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
139-
/// <param name="accountId"></param>
139+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
140140

141141

142142
/// <returns>AccountSummary</returns>
@@ -147,10 +147,10 @@ public AccountSummary GetAccountInformation (string accountId)
147147
}
148148

149149
/// <summary>
150-
/// Get information about the account.
150+
/// Get information about the account. Returns details about a company account.
151151
/// </summary>
152152
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
153-
/// <param name="accountId"></param>
153+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
154154

155155

156156
/// <returns>ApiResponse of AccountSummary</returns>
@@ -170,6 +170,10 @@ public ApiResponse< AccountSummary > GetAccountInformationWithHttpInfo (string a
170170

171171
// to determine the Content-Type header
172172
String[] localVarHttpContentTypes = new String[] {
173+
"application/json-patch+json",
174+
"application/json",
175+
"text/json",
176+
"application/_*+json"
173177
};
174178
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
175179

@@ -224,10 +228,10 @@ public ApiResponse< AccountSummary > GetAccountInformationWithHttpInfo (string a
224228
}
225229

226230
/// <summary>
227-
/// Get information about the account.
231+
/// Get information about the account. Returns details about a company account.
228232
/// </summary>
229233
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
230-
/// <param name="accountId"></param>
234+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
231235

232236

233237
/// <returns>Task of AccountSummary</returns>
@@ -239,10 +243,10 @@ public async System.Threading.Tasks.Task<AccountSummary> GetAccountInformationAs
239243
}
240244

241245
/// <summary>
242-
/// Get information about the account.
246+
/// Get information about the account. Returns details about a company account.
243247
/// </summary>
244248
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
245-
/// <param name="accountId"></param>
249+
/// <param name="accountId">(Required) The globally unique identifier (GUID) for the account.</param>
246250

247251

248252
/// <returns>Task of ApiResponse (AccountSummary)</returns>
@@ -262,6 +266,10 @@ public async System.Threading.Tasks.Task<ApiResponse<AccountSummary>> GetAccount
262266

263267
// to determine the Content-Type header
264268
String[] localVarHttpContentTypes = new String[] {
269+
"application/json-patch+json",
270+
"application/json",
271+
"text/json",
272+
"application/_*+json"
265273
};
266274
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
267275

sdk/src/DocuSign.Rooms/Api/ActivityTypesApi.cs

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface IActivityTypesApi : IApiAccessor
2828
/// Retrieves the list of valid activity types.
2929
/// </summary>
3030
/// <remarks>
31-
///
31+
/// Retrieves the list of valid activity types.
3232
/// </remarks>
3333
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
3434

@@ -41,7 +41,7 @@ public interface IActivityTypesApi : IApiAccessor
4141
/// Retrieves the list of valid activity types.
4242
/// </summary>
4343
/// <remarks>
44-
///
44+
/// Retrieves the list of valid activity types.
4545
/// </remarks>
4646
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
4747

@@ -55,7 +55,7 @@ public interface IActivityTypesApi : IApiAccessor
5555
/// Retrieves the list of valid activity types.
5656
/// </summary>
5757
/// <remarks>
58-
///
58+
/// Retrieves the list of valid activity types.
5959
/// </remarks>
6060
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
6161

@@ -68,7 +68,7 @@ public interface IActivityTypesApi : IApiAccessor
6868
/// Retrieves the list of valid activity types.
6969
/// </summary>
7070
/// <remarks>
71-
///
71+
/// Retrieves the list of valid activity types.
7272
/// </remarks>
7373
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
7474

@@ -133,7 +133,7 @@ public DocuSign.Rooms.Client.ExceptionFactory ExceptionFactory
133133

134134

135135
/// <summary>
136-
/// Retrieves the list of valid activity types.
136+
/// Retrieves the list of valid activity types. Retrieves the list of valid activity types.
137137
/// </summary>
138138
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
139139

@@ -147,7 +147,7 @@ public GlobalActivityTypes GetActivityTypes ()
147147
}
148148

149149
/// <summary>
150-
/// Retrieves the list of valid activity types.
150+
/// Retrieves the list of valid activity types. Retrieves the list of valid activity types.
151151
/// </summary>
152152
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
153153

@@ -167,6 +167,10 @@ public ApiResponse< GlobalActivityTypes > GetActivityTypesWithHttpInfo ()
167167

168168
// to determine the Content-Type header
169169
String[] localVarHttpContentTypes = new String[] {
170+
"application/json-patch+json",
171+
"application/json",
172+
"text/json",
173+
"application/_*+json"
170174
};
171175
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
172176

@@ -220,7 +224,7 @@ public ApiResponse< GlobalActivityTypes > GetActivityTypesWithHttpInfo ()
220224
}
221225

222226
/// <summary>
223-
/// Retrieves the list of valid activity types.
227+
/// Retrieves the list of valid activity types. Retrieves the list of valid activity types.
224228
/// </summary>
225229
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
226230

@@ -235,7 +239,7 @@ public async System.Threading.Tasks.Task<GlobalActivityTypes> GetActivityTypesAs
235239
}
236240

237241
/// <summary>
238-
/// Retrieves the list of valid activity types.
242+
/// Retrieves the list of valid activity types. Retrieves the list of valid activity types.
239243
/// </summary>
240244
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
241245

@@ -255,6 +259,10 @@ public async System.Threading.Tasks.Task<ApiResponse<GlobalActivityTypes>> GetAc
255259

256260
// to determine the Content-Type header
257261
String[] localVarHttpContentTypes = new String[] {
262+
"application/json-patch+json",
263+
"application/json",
264+
"text/json",
265+
"application/_*+json"
258266
};
259267
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
260268

sdk/src/DocuSign.Rooms/Api/ClosingStatusesApi.cs

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface IClosingStatusesApi : IApiAccessor
2828
/// Retrieves the list of valid closing statuses.
2929
/// </summary>
3030
/// <remarks>
31-
///
31+
/// Returns a list of closing statuses, or valid reasons for closing a room.
3232
/// </remarks>
3333
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
3434

@@ -41,7 +41,7 @@ public interface IClosingStatusesApi : IApiAccessor
4141
/// Retrieves the list of valid closing statuses.
4242
/// </summary>
4343
/// <remarks>
44-
///
44+
/// Returns a list of closing statuses, or valid reasons for closing a room.
4545
/// </remarks>
4646
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
4747

@@ -55,7 +55,7 @@ public interface IClosingStatusesApi : IApiAccessor
5555
/// Retrieves the list of valid closing statuses.
5656
/// </summary>
5757
/// <remarks>
58-
///
58+
/// Returns a list of closing statuses, or valid reasons for closing a room.
5959
/// </remarks>
6060
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
6161

@@ -68,7 +68,7 @@ public interface IClosingStatusesApi : IApiAccessor
6868
/// Retrieves the list of valid closing statuses.
6969
/// </summary>
7070
/// <remarks>
71-
///
71+
/// Returns a list of closing statuses, or valid reasons for closing a room.
7272
/// </remarks>
7373
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
7474

@@ -133,7 +133,7 @@ public DocuSign.Rooms.Client.ExceptionFactory ExceptionFactory
133133

134134

135135
/// <summary>
136-
/// Retrieves the list of valid closing statuses.
136+
/// Retrieves the list of valid closing statuses. Returns a list of closing statuses, or valid reasons for closing a room.
137137
/// </summary>
138138
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
139139

@@ -147,7 +147,7 @@ public GlobalClosingStatuses GetClosingStatuses ()
147147
}
148148

149149
/// <summary>
150-
/// Retrieves the list of valid closing statuses.
150+
/// Retrieves the list of valid closing statuses. Returns a list of closing statuses, or valid reasons for closing a room.
151151
/// </summary>
152152
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
153153

@@ -167,6 +167,10 @@ public ApiResponse< GlobalClosingStatuses > GetClosingStatusesWithHttpInfo ()
167167

168168
// to determine the Content-Type header
169169
String[] localVarHttpContentTypes = new String[] {
170+
"application/json-patch+json",
171+
"application/json",
172+
"text/json",
173+
"application/_*+json"
170174
};
171175
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
172176

@@ -220,7 +224,7 @@ public ApiResponse< GlobalClosingStatuses > GetClosingStatusesWithHttpInfo ()
220224
}
221225

222226
/// <summary>
223-
/// Retrieves the list of valid closing statuses.
227+
/// Retrieves the list of valid closing statuses. Returns a list of closing statuses, or valid reasons for closing a room.
224228
/// </summary>
225229
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
226230

@@ -235,7 +239,7 @@ public async System.Threading.Tasks.Task<GlobalClosingStatuses> GetClosingStatus
235239
}
236240

237241
/// <summary>
238-
/// Retrieves the list of valid closing statuses.
242+
/// Retrieves the list of valid closing statuses. Returns a list of closing statuses, or valid reasons for closing a room.
239243
/// </summary>
240244
/// <exception cref="DocuSign.Rooms.Client.ApiException">Thrown when fails to make API call</exception>
241245

@@ -255,6 +259,10 @@ public async System.Threading.Tasks.Task<ApiResponse<GlobalClosingStatuses>> Get
255259

256260
// to determine the Content-Type header
257261
String[] localVarHttpContentTypes = new String[] {
262+
"application/json-patch+json",
263+
"application/json",
264+
"text/json",
265+
"application/_*+json"
258266
};
259267
String localVarHttpContentType = this.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);
260268

0 commit comments

Comments
 (0)