File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " pandadoc-node-client" ,
3- "version" : " 5.4.1 " ,
3+ "version" : " 5.5.0 " ,
44 "description" : " The Official PandaDoc Node client SDK" ,
55 "author" : " PandaDoc" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export type RequestBody = undefined | string | FormData | URLSearchParams;
5050 */
5151export class RequestContext {
5252 private headers : { [ key : string ] : string } = {
53- "User-Agent" : "pandadoc_node_client/5.4.1 " ,
53+ "User-Agent" : "pandadoc_node_client/5.5.0 " ,
5454 } ;
5555 private body : RequestBody = undefined ;
5656 private url : URLParse ;
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ import { HttpFile } from '../http/http';
1212export class TemplateDetailsResponsePreassignedPerson {
1313 'email' ?: string ;
1414 'type' ?: string ;
15+ 'placeholderName' ?: string ;
16+ 'placeholderSource' ?: string ;
1517
1618 static readonly discriminator : string | undefined = undefined ;
1719
@@ -27,6 +29,18 @@ export class TemplateDetailsResponsePreassignedPerson {
2729 "baseName" : "type" ,
2830 "type" : "string" ,
2931 "format" : ""
32+ } ,
33+ {
34+ "name" : "placeholderName" ,
35+ "baseName" : "placeholder_name" ,
36+ "type" : "string" ,
37+ "format" : ""
38+ } ,
39+ {
40+ "name" : "placeholderSource" ,
41+ "baseName" : "placeholder_source" ,
42+ "type" : "string" ,
43+ "format" : ""
3044 } ] ;
3145
3246 static getAttributeTypeMap ( ) {
You can’t perform that action at this time.
0 commit comments