|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: 7fa83af8-9e8e-4410-b7e2-cf1d0eaf688b |
3 | 3 | management: |
4 | | - docChecksum: 79340aa5acac7bac49fe0ab26153b1eb |
| 4 | + docChecksum: 754ca6eedd5564433b1b775d5d3d0cd8 |
5 | 5 | docVersion: 1.0.0 |
6 | | - speakeasyVersion: 1.615.2 |
7 | | - generationVersion: 2.698.4 |
8 | | - releaseVersion: 4.27.2 |
9 | | - configChecksum: c4ea81fff4c3c353206b73a55a7d5ac1 |
| 6 | + speakeasyVersion: 1.617.1 |
| 7 | + generationVersion: 2.701.8 |
| 8 | + releaseVersion: 4.27.3 |
| 9 | + configChecksum: 44ba8f4c97c4bbb03f5fd7b63606be71 |
10 | 10 | repoURL: https://github.com/StackOneHQ/stackone-client-typescript.git |
11 | 11 | repoSubDirectory: . |
12 | 12 | installationURL: https://github.com/StackOneHQ/stackone-client-typescript |
@@ -13675,7 +13675,7 @@ examples: |
13675 | 13675 | x-account-id: "<id>" |
13676 | 13676 | responses: |
13677 | 13677 | "200": |
13678 | | - application/json: {"data": {"author": null, "content": {"html": "<p>Hello world</p>", "plain": "Hello world"}, "created_at": "2024-03-20T10:00:00Z", "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "parent_message_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "updated_at": "2024-03-20T10:00:00Z"}} |
| 13678 | + application/json: {"data": {"attachments": [{"file_name": "document.pdf", "file_size": 1024, "file_type": "application/pdf", "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3"}], "author": null, "content": {"html": "<p>Hello world</p>", "plain": "Hello world"}, "created_at": "2024-03-20T10:00:00Z", "id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "parent_message_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "remote_id": "8187e5da-dc77-475e-9949-af0f1fa4e4e3", "updated_at": "2024-03-20T10:00:00Z"}} |
13679 | 13679 | "400": |
13680 | 13680 | application/json: {"data": {"headers": {}, "message": "Bad Request", "statusCode": 400}, "message": "Bad Request", "provider_errors": [{"headers": {}, "raw": {}, "status": 400, "url": "https://api.provider.com/v1/resource"}], "statusCode": 400, "timestamp": "2023-05-30T00:00:00.000Z"} |
13681 | 13681 | "401": |
@@ -14484,4 +14484,5 @@ examplesVersion: 1.0.2 |
14484 | 14484 | generatedTests: {} |
14485 | 14485 | releaseNotes: | |
14486 | 14486 | ## Typescript SDK Changes Detected: |
14487 | | - * `stackone.accounting.createCompanyJournal()`: `response` **Changed** **Breaking** :warning: |
| 14487 | + * `stackone.messaging.getMessage()`: `response.data.attachments.[]` **Changed** **Breaking** :warning: |
| 14488 | + * `stackone.messaging.listConversationMessages()`: `response.data.[].attachments.[]` **Changed** **Breaking** :warning: |
0 commit comments