reach-api-sdk 1.0.217 → 1.0.218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ export class SessionsService {
21
21
  constructor(public readonly httpRequest: BaseHttpRequest) {}
22
22
 
23
23
  /**
24
- * Gets a list of valid opportunities for rescheduling, based on the quanity required to reschedule.
24
+ * Gets a list of valid opportunities for rescheduling, based on the quantity required to reschedule.
25
25
  * @returns ScheduledSession OK
26
26
  * @throws ApiError
27
27
  */
@@ -34,7 +34,7 @@ export class SessionsService {
34
34
  */
35
35
  sessionId: string;
36
36
  /**
37
- * The quanity required for reschedule.
37
+ * The quantity required for reschedule.
38
38
  */
39
39
  quantity: number;
40
40
  }): CancelablePromise<ScheduledSession> {