yellowgrid-api-ts 3.2.70 → 3.2.71

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
@@ -524,6 +524,10 @@ export interface AdminNumberPortDTO {
524
524
  * Attachments
525
525
  */
526
526
  'cloas'?: Array<AttachmentModel>;
527
+ /**
528
+ * Created At
529
+ */
530
+ 'createdAt'?: string;
527
531
  }
528
532
  /**
529
533
  * Admin Order Request
package/dist/api.d.ts CHANGED
@@ -514,6 +514,10 @@ export interface AdminNumberPortDTO {
514
514
  * Attachments
515
515
  */
516
516
  'cloas'?: Array<AttachmentModel>;
517
+ /**
518
+ * Created At
519
+ */
520
+ 'createdAt'?: string;
517
521
  }
518
522
  /**
519
523
  * Admin Order Request
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
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
28
  **cloas** | [**Array&lt;AttachmentModel&gt;**](AttachmentModel.md) | Attachments | [optional] [default to undefined]
29
+ **createdAt** | **string** | Created At | [optional] [default to undefined]
29
30
 
30
31
  ## Example
31
32
 
@@ -53,6 +54,7 @@ const instance: AdminNumberPortDTO = {
53
54
  ticketId,
54
55
  notes,
55
56
  cloas,
57
+ createdAt,
56
58
  };
57
59
  ```
58
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.70",
3
+ "version": "3.2.71",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {