yellowgrid-api-ts 3.2.244-dev.0 → 3.2.245-dev.0

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
@@ -808,6 +808,10 @@ export interface AdminRmaDTO {
808
808
  * Return Tracking URL
809
809
  */
810
810
  'returnTrackingUrl'?: string | null;
811
+ /**
812
+ * Ticket Url
813
+ */
814
+ 'ticketUrl': string;
811
815
  }
812
816
 
813
817
  export const AdminRmaDTOReasonEnum = {
package/dist/api.d.ts CHANGED
@@ -793,6 +793,10 @@ export interface AdminRmaDTO {
793
793
  * Return Tracking URL
794
794
  */
795
795
  'returnTrackingUrl'?: string | null;
796
+ /**
797
+ * Ticket Url
798
+ */
799
+ 'ticketUrl': string;
796
800
  }
797
801
  export declare const AdminRmaDTOReasonEnum: {
798
802
  readonly NUMBER_1: 1;
@@ -28,6 +28,7 @@ Name | Type | Description | Notes
28
28
  **creditNotes** | [**Array<CreditNoteDTO>**](CreditNoteDTO.md) | Credit Notes | [default to undefined]
29
29
  **collectionTrackingUrl** | **string** | Collection Tracking URL | [optional] [default to undefined]
30
30
  **returnTrackingUrl** | **string** | Return Tracking URL | [optional] [default to undefined]
31
+ **ticketUrl** | **string** | Ticket Url | [default to undefined]
31
32
 
32
33
  ## Example
33
34
 
@@ -57,6 +58,7 @@ const instance: AdminRmaDTO = {
57
58
  creditNotes,
58
59
  collectionTrackingUrl,
59
60
  returnTrackingUrl,
61
+ ticketUrl,
60
62
  };
61
63
  ```
62
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.244-dev.0",
3
+ "version": "3.2.245-dev.0",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {