You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class CreateRecipientProofFileResourceTokenOptions
318
+
{
319
+
/**
320
+
* $token_scopes
321
+
* @var ?string
322
+
*/
323
+
protected ?string $token_scopes = null;
324
+
325
+
/**
326
+
* Gets token_scopes
327
+
*
328
+
* @return ?string
329
+
*/
330
+
public function getTokenScopes(): ?string
331
+
{
332
+
return $this->token_scopes;
333
+
}
334
+
335
+
/**
336
+
* Sets token_scopes
337
+
* @param ?string $token_scopes
338
+
*
339
+
* @return self
340
+
*/
341
+
public function setTokenScopes(?string $token_scopes): self
342
+
{
343
+
$this->token_scopes = $token_scopes;
344
+
return $this;
345
+
}
346
+
}
347
+
348
+
308
349
/**
309
350
* GetChunkedUploadOptions Class Doc Comment
310
351
*
@@ -399,7 +440,7 @@ public function setEncoding(?string $encoding): self
399
440
class GetConsumerDisclosureOptions
400
441
{
401
442
/**
402
-
* $lang_code2 The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
443
+
* $lang_code2 The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
403
444
* @var ?string
404
445
*/
405
446
protected ?string $lang_code2 = null;
@@ -416,7 +457,7 @@ public function getLangCode2(): ?string
416
457
417
458
/**
418
459
* Sets lang_code2
419
-
* @param ?string $lang_code2 The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
460
+
* @param ?string $lang_code2 The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Armenian (hy), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.
420
461
*
421
462
* @return self
422
463
*/
@@ -4307,14 +4348,14 @@ public function createDocumentTabsWithHttpInfo($account_id, $document_id, $envel
4307
4348
*
4308
4349
* @param ?string $account_id The external account number (int) or account ID Guid.
4309
4350
* @param ?string $envelope_id The envelopeId Guid of the envelope being accessed.
public function createRecipientProofFileResourceToken($account_id, $envelope_id, $recipient_id, $token_scopes)
5715
+
public function createRecipientProofFileResourceToken($account_id, $envelope_id, $recipient_id, \DocuSign\eSign\Api\EnvelopesApi\CreateRecipientProofFileResourceTokenOptions $options = null)
@@ -5685,12 +5726,12 @@ public function createRecipientProofFileResourceToken($account_id, $envelope_id,
5685
5726
* @param ?string $account_id The external account number (int) or account ID Guid.
5686
5727
* @param ?string $envelope_id The envelopeId Guid of the envelope being accessed.
5687
5728
* @param ?string $recipient_id The ID of the recipient being accessed.
5688
-
* @param ?string $token_scopes
5729
+
* @param \DocuSign\eSign\Api\EnvelopesApi\CreateRecipientProofFileResourceTokenOptions $options for modifying the behavior of the function. (optional)
5689
5730
*
5690
5731
* @throws ApiException on non-2xx response
5691
5732
* @return array of \DocuSign\eSign\Model\IdEvidenceResourceToken, HTTP status code, HTTP response headers (array of strings)
5692
5733
*/
5693
-
public function createRecipientProofFileResourceTokenWithHttpInfo($account_id, $envelope_id, $recipient_id, $token_scopes): array
5734
+
public function createRecipientProofFileResourceTokenWithHttpInfo($account_id, $envelope_id, $recipient_id, \DocuSign\eSign\Api\EnvelopesApi\CreateRecipientProofFileResourceTokenOptions $options = null): array
5694
5735
{
5695
5736
// verify the required parameter 'account_id' is set
5696
5737
if ($account_id === null) {
@@ -5704,17 +5745,20 @@ public function createRecipientProofFileResourceTokenWithHttpInfo($account_id, $
5704
5745
if ($recipient_id === null) {
5705
5746
throw new \InvalidArgumentException('Missing the required parameter $recipient_id when calling createRecipientProofFileResourceToken');
5706
5747
}
5707
-
// verify the required parameter 'token_scopes' is set
5708
-
if ($token_scopes === null) {
5709
-
throw new \InvalidArgumentException('Missing the required parameter $token_scopes when calling createRecipientProofFileResourceToken');
0 commit comments