Skip to content

Commit

Permalink
Release 1.8.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio-dropbox authored Nov 27, 2024
1 parent 9d878c5 commit a130fff
Show file tree
Hide file tree
Showing 49 changed files with 292 additions and 122 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.8.0
2 changes: 1 addition & 1 deletion api/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const queryParamsSerializer = (params) => {
return Qs.stringify(params, { arrayFormat: "brackets" });
};

export const USER_AGENT = "OpenAPI-Generator/1.7.0/node";
export const USER_AGENT = "OpenAPI-Generator/1.8.0/node";

/**
* Generates an object containing form data.
Expand Down
52 changes: 31 additions & 21 deletions dist/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17145,7 +17145,7 @@ BulkSendJobGetResponseSignatureRequests.attributeTypeMap = [
{
name: "metadata",
baseName: "metadata",
type: "object"
type: "{ [key: string]: any; }"
},
{
name: "createdAt",
Expand Down Expand Up @@ -18080,16 +18080,6 @@ FaxResponse.attributeTypeMap = [
baseName: "original_title",
type: "string"
},
{
name: "subject",
baseName: "subject",
type: "string"
},
{
name: "message",
baseName: "message",
type: "string"
},
{
name: "metadata",
baseName: "metadata",
Expand All @@ -18105,14 +18095,29 @@ FaxResponse.attributeTypeMap = [
baseName: "sender",
type: "string"
},
{
name: "filesUrl",
baseName: "files_url",
type: "string"
},
{
name: "transmissions",
baseName: "transmissions",
type: "Array<FaxResponseTransmission>"
},
{
name: "filesUrl",
baseName: "files_url",
name: "subject",
baseName: "subject",
type: "string"
},
{
name: "message",
baseName: "message",
type: "string"
},
{
name: "finalCopyUri",
baseName: "final_copy_uri",
type: "string"
}
];
Expand All @@ -18134,11 +18139,6 @@ FaxResponseTransmission.attributeTypeMap = [
baseName: "recipient",
type: "string"
},
{
name: "sender",
baseName: "sender",
type: "string"
},
{
name: "statusCode",
baseName: "status_code",
Expand Down Expand Up @@ -19255,7 +19255,7 @@ SignatureRequestResponse.attributeTypeMap = [
{
name: "metadata",
baseName: "metadata",
type: "object"
type: "{ [key: string]: any; }"
},
{
name: "createdAt",
Expand Down Expand Up @@ -19743,6 +19743,11 @@ SignatureRequestResponseDataValueInitials.attributeTypeMap = [
name: "value",
baseName: "value",
type: "string"
},
{
name: "isSigned",
baseName: "is_signed",
type: "boolean"
}
];

Expand Down Expand Up @@ -19805,6 +19810,11 @@ SignatureRequestResponseDataValueSignature.attributeTypeMap = [
name: "value",
baseName: "value",
type: "string"
},
{
name: "isSigned",
baseName: "is_signed",
type: "boolean"
}
];

Expand Down Expand Up @@ -22758,7 +22768,7 @@ TemplateResponse.attributeTypeMap = [
{
name: "metadata",
baseName: "metadata",
type: "object"
type: "{ [key: string]: any; }"
},
{
name: "signerRoles",
Expand Down Expand Up @@ -33213,7 +33223,7 @@ var HttpError = class extends Error {
var queryParamsSerializer = (params) => {
return import_qs.default.stringify(params, { arrayFormat: "brackets" });
};
var USER_AGENT = "OpenAPI-Generator/1.7.0/node";
var USER_AGENT = "OpenAPI-Generator/1.8.0/node";
var generateFormData = (obj, typemap) => {
const data = {};
let localVarUseFormData = false;
Expand Down
2 changes: 1 addition & 1 deletion docs/model/BulkSendJobGetResponseSignatureRequests.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name | Type | Description | Notes
| `originalTitle` | ```string``` | Default Label for account. | |
| `subject` | ```string``` | The subject in the email that was initially sent to the signers. | |
| `message` | ```string``` | The custom message in the email that was initially sent to the signers. | |
| `metadata` | ```object``` | The metadata attached to the signature request. | |
| `metadata` | ```{ [key: string]: any; }``` | The metadata attached to the signature request. | |
| `createdAt` | ```number``` | Time the signature request was created. | |
| `expiresAt` | ```number``` | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
| `isComplete` | ```boolean``` | Whether or not the SignatureRequest has been fully executed by all signers. | |
Expand Down
7 changes: 4 additions & 3 deletions docs/model/FaxResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Name | Type | Description | Notes
| `faxId`<sup>*_required_</sup> | ```string``` | Fax ID | |
| `title`<sup>*_required_</sup> | ```string``` | Fax Title | |
| `originalTitle`<sup>*_required_</sup> | ```string``` | Fax Original Title | |
| `subject`<sup>*_required_</sup> | ```string``` | Fax Subject | |
| `message`<sup>*_required_</sup> | ```string``` | Fax Message | |
| `metadata`<sup>*_required_</sup> | ```{ [key: string]: any; }``` | Fax Metadata | |
| `createdAt`<sup>*_required_</sup> | ```number``` | Fax Created At Timestamp | |
| `sender`<sup>*_required_</sup> | ```string``` | Fax Sender Email | |
| `transmissions`<sup>*_required_</sup> | [```Array<FaxResponseTransmission>```](FaxResponseTransmission.md) | Fax Transmissions List | |
| `filesUrl`<sup>*_required_</sup> | ```string``` | Fax Files URL | |
| `transmissions`<sup>*_required_</sup> | [```Array<FaxResponseTransmission>```](FaxResponseTransmission.md) | Fax Transmissions List | |
| `subject` | ```string``` | Fax Subject | |
| `message` | ```string``` | Fax Message | |
| `finalCopyUri` | ```string``` | The path where the completed document can be downloaded | |

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 0 additions & 1 deletion docs/model/FaxResponseTransmission.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `recipient`<sup>*_required_</sup> | ```string``` | Fax Transmission Recipient | |
| `sender`<sup>*_required_</sup> | ```string``` | Fax Transmission Sender | |
| `statusCode`<sup>*_required_</sup> | ```string``` | Fax Transmission Status Code | |
| `sentAt` | ```number``` | Fax Transmission Sent Timestamp | |

Expand Down
2 changes: 1 addition & 1 deletion docs/model/SignatureRequestResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Name | Type | Description | Notes
| `originalTitle` | ```string``` | Default Label for account. | |
| `subject` | ```string``` | The subject in the email that was initially sent to the signers. | |
| `message` | ```string``` | The custom message in the email that was initially sent to the signers. | |
| `metadata` | ```object``` | The metadata attached to the signature request. | |
| `metadata` | ```{ [key: string]: any; }``` | The metadata attached to the signature request. | |
| `createdAt` | ```number``` | Time the signature request was created. | |
| `expiresAt` | ```number``` | The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
| `isComplete` | ```boolean``` | Whether or not the SignatureRequest has been fully executed by all signers. | |
Expand Down
1 change: 1 addition & 0 deletions docs/model/SignatureRequestResponseDataValueInitials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `type` | ```string``` | An input field for initials | [default to 'initials'] |
| `value` | ```string``` | The value of the form field. | |
| `isSigned` | ```boolean``` | This field contains the boolean true if the field is signed. | |

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
1 change: 1 addition & 0 deletions docs/model/SignatureRequestResponseDataValueSignature.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `type` | ```string``` | A signature input field | [default to 'signature'] |
| `value` | ```string``` | The value of the form field. | |
| `isSigned` | ```boolean``` | This field contains the boolean true if the field is signed. | |

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
2 changes: 1 addition & 1 deletion docs/model/TemplateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description | Notes
| `isCreator` | ```boolean``` | `true` if you are the owner of this template, `false` if it&#39;s been shared with you by a team member. | |
| `canEdit` | ```boolean``` | Indicates whether edit rights have been granted to you by the owner (always `true` if that&#39;s you). | |
| `isLocked` | ```boolean``` | Indicates whether the template is locked. If `true`, then the template was created outside your quota and can only be used in `test_mode`. If `false`, then the template is within your quota and can be used to create signature requests. | |
| `metadata` | ```object``` | The metadata attached to the template. | |
| `metadata` | ```{ [key: string]: any; }``` | The metadata attached to the template. | |
| `signerRoles` | [```Array<TemplateResponseSignerRole>```](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | |
| `ccRoles` | [```Array<TemplateResponseCCRole>```](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | |
| `documents` | [```Array<TemplateResponseDocument>```](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | |
Expand Down
10 changes: 5 additions & 5 deletions model/bulkSendJobGetResponseSignatureRequests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ export class BulkSendJobGetResponseSignatureRequests {
/**
* Whether this is a test signature request. Test requests have no legal value. Defaults to `false`.
*/
"testMode"?: boolean | null = false;
"testMode"?: boolean = false;
/**
* The id of the SignatureRequest.
*/
"signatureRequestId"?: string;
/**
* The email address of the initiator of the SignatureRequest.
*/
"requesterEmailAddress"?: string;
"requesterEmailAddress"?: string | null;
/**
* The title the specified Account uses for the SignatureRequest.
*/
Expand All @@ -60,15 +60,15 @@ export class BulkSendJobGetResponseSignatureRequests {
/**
* The metadata attached to the signature request.
*/
"metadata"?: object;
"metadata"?: { [key: string]: any };
/**
* Time the signature request was created.
*/
"createdAt"?: number;
/**
* The time when the signature request will expire unsigned signatures. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.
*/
"expiresAt"?: number;
"expiresAt"?: number | null;
/**
* Whether or not the SignatureRequest has been fully executed by all signers.
*/
Expand Down Expand Up @@ -171,7 +171,7 @@ export class BulkSendJobGetResponseSignatureRequests {
{
name: "metadata",
baseName: "metadata",
type: "object",
type: "{ [key: string]: any; }",
},
{
name: "createdAt",
Expand Down
53 changes: 31 additions & 22 deletions model/faxResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ export class FaxResponse {
* Fax Original Title
*/
"originalTitle": string;
/**
* Fax Subject
*/
"subject": string;
/**
* Fax Message
*/
"message": string;
/**
* Fax Metadata
*/
Expand All @@ -58,14 +50,26 @@ export class FaxResponse {
* Fax Sender Email
*/
"sender": string;
/**
* Fax Files URL
*/
"filesUrl": string;
/**
* Fax Transmissions List
*/
"transmissions": Array<FaxResponseTransmission>;
/**
* Fax Files URL
* Fax Subject
*/
"filesUrl": string;
"subject"?: string | null;
/**
* Fax Message
*/
"message"?: string | null;
/**
* The path where the completed document can be downloaded
*/
"finalCopyUri"?: string | null;

static discriminator: string | undefined = undefined;

Expand All @@ -85,16 +89,6 @@ export class FaxResponse {
baseName: "original_title",
type: "string",
},
{
name: "subject",
baseName: "subject",
type: "string",
},
{
name: "message",
baseName: "message",
type: "string",
},
{
name: "metadata",
baseName: "metadata",
Expand All @@ -110,14 +104,29 @@ export class FaxResponse {
baseName: "sender",
type: "string",
},
{
name: "filesUrl",
baseName: "files_url",
type: "string",
},
{
name: "transmissions",
baseName: "transmissions",
type: "Array<FaxResponseTransmission>",
},
{
name: "filesUrl",
baseName: "files_url",
name: "subject",
baseName: "subject",
type: "string",
},
{
name: "message",
baseName: "message",
type: "string",
},
{
name: "finalCopyUri",
baseName: "final_copy_uri",
type: "string",
},
];
Expand Down
9 changes: 0 additions & 9 deletions model/faxResponseTransmission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ export class FaxResponseTransmission {
* Fax Transmission Recipient
*/
"recipient": string;
/**
* Fax Transmission Sender
*/
"sender": string;
/**
* Fax Transmission Status Code
*/
Expand All @@ -50,11 +46,6 @@ export class FaxResponseTransmission {
baseName: "recipient",
type: "string",
},
{
name: "sender",
baseName: "sender",
type: "string",
},
{
name: "statusCode",
baseName: "status_code",
Expand Down
Loading

0 comments on commit a130fff

Please sign in to comment.