yellowgrid-api-ts 3.2.68 → 3.2.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/api.ts CHANGED
@@ -520,6 +520,10 @@ export interface AdminNumberPortDTO {
520
520
  * Notes
521
521
  */
522
522
  'notes'?: Array<NumberPortNoteDTO>;
523
+ /**
524
+ * Attachments
525
+ */
526
+ 'cloas'?: Array<AttachmentModel>;
523
527
  }
524
528
  /**
525
529
  * Admin Order Request
package/dist/api.d.ts CHANGED
@@ -510,6 +510,10 @@ export interface AdminNumberPortDTO {
510
510
  * Notes
511
511
  */
512
512
  'notes'?: Array<NumberPortNoteDTO>;
513
+ /**
514
+ * Attachments
515
+ */
516
+ 'cloas'?: Array<AttachmentModel>;
513
517
  }
514
518
  /**
515
519
  * Admin Order Request
@@ -25,6 +25,7 @@ Name | Type | Description | Notes
25
25
  **statusText** | **string** | Status Text | [optional] [default to undefined]
26
26
  **ticketId** | **number** | Ticket ID | [optional] [default to undefined]
27
27
  **notes** | [**Array&lt;NumberPortNoteDTO&gt;**](NumberPortNoteDTO.md) | Notes | [optional] [default to undefined]
28
+ **cloas** | [**Array&lt;AttachmentModel&gt;**](AttachmentModel.md) | Attachments | [optional] [default to undefined]
28
29
 
29
30
  ## Example
30
31
 
@@ -51,6 +52,7 @@ const instance: AdminNumberPortDTO = {
51
52
  statusText,
52
53
  ticketId,
53
54
  notes,
55
+ cloas,
54
56
  };
55
57
  ```
56
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.68",
3
+ "version": "3.2.69",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {