Skip to content

Commit 28254cd

Browse files
authored
Merge pull request #3 from docusign/sdk-update-typescript-1.0.0-beta.3
Update typescript SDK
2 parents e0f722e + e052b57 commit 28254cd

19 files changed

+757
-64
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ run();
401401

402402

403403
**Inherit from [`IamClientError`](./src/models/errors/iamclienterror.ts)**:
404-
* [`ErrorT`](docs/models/errors/errort.md): Bad Request - The request could not be understood or was missing required parameters. Applicable to 11 of 18 methods.*
405-
* [`OAuthErrorResponse`](docs/models/errors/oautherrorresponse.md): Status code `400`. Applicable to 5 of 18 methods.*
404+
* [`ErrorT`](./src/models/errors/errort.ts): Bad Request - The request could not be understood or was missing required parameters. Applicable to 11 of 18 methods.*
405+
* [`OAuthErrorResponse`](./src/models/errors/oautherrorresponse.ts): Status code `400`. Applicable to 5 of 18 methods.*
406406
* [`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
407407

408408
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,14 @@ Based on:
3838
### Generated
3939
- [typescript v1.0.0-beta.2] .
4040
### Releases
41-
- [NPM v1.0.0-beta.2] https://www.npmjs.com/package/@docusign/iam-sdk/v/1.0.0-beta.2 - .
41+
- [NPM v1.0.0-beta.2] https://www.npmjs.com/package/@docusign/iam-sdk/v/1.0.0-beta.2 - .
42+
43+
## 2025-07-07 15:12:44
44+
### Changes
45+
Based on:
46+
- OpenAPI Doc
47+
- Speakeasy CLI 1.576.0 (2.651.2) https://github.com/speakeasy-api/speakeasy
48+
### Generated
49+
- [typescript v1.0.0-beta.3] .
50+
### Releases
51+
- [NPM v1.0.0-beta.3] https://www.npmjs.com/package/@docusign/iam-sdk/v/1.0.0-beta.3 - .

docs/models/components/responsemetadata.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ let value: ResponseMetadata = {
2222
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2323
| `pageLimit` | *number* | :heavy_minus_sign: | The maximum number of items that can be returned in a single page. | 10 |
2424
| `pageTokenNext` | *string* | :heavy_minus_sign: | The continuation token used to retrieve a page in a paginated response. | abc123 |
25-
| `requestId` | *string* | :heavy_check_mark: | Unique identifier for the request, useful for tracking and debugging. | 3f7c9e4b-851c-4f9b-89e7-123456789abc |
26-
| `responseTimestamp` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | The timestamp indicating when the response was generated. | 2024-10-17T14:30:00Z |
27-
| `responseDurationMs` | *number* | :heavy_check_mark: | The duration of time, in milliseconds, that the server took to process and respond <br/>to the request. This is measured from the time the server received the request <br/>until the time the response was sent.<br/> | 150 |
25+
| `requestId` | *string* | :heavy_minus_sign: | Unique identifier for the request, useful for tracking and debugging. | 3f7c9e4b-851c-4f9b-89e7-123456789abc |
26+
| `responseTimestamp` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The timestamp indicating when the response was generated. | 2024-10-17T14:30:00Z |
27+
| `responseDurationMs` | *number* | :heavy_minus_sign: | The duration of time, in milliseconds, that the server took to process and respond <br/>to the request. This is measured from the time the server received the request <br/>until the time the response was sent.<br/> | 150 |

0 commit comments

Comments
 (0)