merge_ticketing_client 1.0.2 → 1.0.4

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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -9
  3. data/docs/Account.md +9 -10
  4. data/docs/Attachment.md +13 -14
  5. data/docs/AttachmentRequest.md +9 -14
  6. data/docs/Collection.md +11 -12
  7. data/docs/Comment.md +14 -15
  8. data/docs/CommentRequest.md +10 -15
  9. data/docs/Contact.md +12 -13
  10. data/docs/DataPassthroughRequest.md +10 -11
  11. data/docs/FieldFormatEnum.md +15 -0
  12. data/docs/FieldTypeEnum.md +15 -0
  13. data/docs/Issue.md +10 -11
  14. data/docs/LinkedAccountCondition.md +8 -9
  15. data/docs/LinkedAccountConditionRequest.md +5 -6
  16. data/docs/MetaResponse.md +6 -7
  17. data/docs/PaginatedRemoteFieldClassList.md +22 -0
  18. data/docs/PatchedTicketRequest.md +20 -25
  19. data/docs/Project.md +9 -10
  20. data/docs/RemoteData.md +4 -5
  21. data/docs/RemoteField.md +19 -0
  22. data/docs/RemoteFieldClass.md +38 -0
  23. data/docs/RemoteFieldClassItemSchema.md +22 -0
  24. data/docs/RemoteResponse.md +9 -10
  25. data/docs/SyncStatusApi.md +4 -10
  26. data/docs/Tag.md +7 -8
  27. data/docs/Team.md +9 -10
  28. data/docs/Ticket.md +29 -28
  29. data/docs/TicketRequest.md +21 -28
  30. data/docs/TicketsApi.md +88 -0
  31. data/docs/User.md +12 -13
  32. data/lib/merge_ticketing_client/api/sync_status_api.rb +2 -2
  33. data/lib/merge_ticketing_client/api/tickets_api.rb +83 -0
  34. data/lib/merge_ticketing_client/models/attachment_request.rb +1 -23
  35. data/lib/merge_ticketing_client/models/categories_enum.rb +2 -1
  36. data/lib/merge_ticketing_client/models/category_enum.rb +2 -1
  37. data/lib/merge_ticketing_client/models/comment_request.rb +1 -23
  38. data/lib/merge_ticketing_client/models/field_format_enum.rb +49 -0
  39. data/lib/merge_ticketing_client/models/field_type_enum.rb +49 -0
  40. data/lib/merge_ticketing_client/models/paginated_remote_field_class_list.rb +240 -0
  41. data/lib/merge_ticketing_client/models/patched_ticket_request.rb +1 -23
  42. data/lib/merge_ticketing_client/models/remote_data.rb +9 -7
  43. data/lib/merge_ticketing_client/models/remote_field.rb +231 -0
  44. data/lib/merge_ticketing_client/models/remote_field_class.rb +318 -0
  45. data/lib/merge_ticketing_client/models/remote_field_class_item_schema.rb +241 -0
  46. data/lib/merge_ticketing_client/models/sync_status_status_enum.rb +2 -1
  47. data/lib/merge_ticketing_client/models/ticket.rb +16 -5
  48. data/lib/merge_ticketing_client/models/ticket_request.rb +1 -34
  49. data/lib/merge_ticketing_client/version.rb +1 -1
  50. data/lib/merge_ticketing_client.rb +6 -0
  51. data/spec/api/sync_status_api_spec.rb +1 -1
  52. metadata +102 -90
@@ -2,28 +2,26 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **name** | **String** | The ticket's name. | [optional] |
8
- | **assignees** | **Array<String>** | | [optional] |
9
- | **creator** | **String** | The user who created this ticket. | [optional] |
10
- | **due_date** | **Time** | The ticket's due date. | [optional] |
11
- | **status** | [**TicketStatusEnum**](TicketStatusEnum.md) | The current status of the ticket. | [optional] |
12
- | **description** | **String** | The ticket’s description. HTML version of description is mapped if supported by the third-party platform. | [optional] |
13
- | **project** | **String** | The project the ticket belongs to. | [optional] |
14
- | **collections** | **Array<String>** | | [optional] |
15
- | **ticket_type** | **String** | The ticket's type. | [optional] |
16
- | **account** | **String** | The account associated with the ticket. | [optional] |
17
- | **contact** | **String** | The contact associated with the ticket. | [optional] |
18
- | **parent_ticket** | **String** | The ticket's parent ticket. | [optional] |
19
- | **tags** | **Array<String>** | | [optional] |
20
- | **remote_created_at** | **Time** | When the third party's ticket was created. | [optional] |
21
- | **remote_updated_at** | **Time** | When the third party's ticket was updated. | [optional] |
22
- | **completed_at** | **Time** | When the ticket was completed. | [optional] |
23
- | **ticket_url** | **String** | The 3rd party url of the Ticket. | [optional] |
24
- | **priority** | [**PriorityEnum**](PriorityEnum.md) | The priority or urgency of the Ticket. | [optional] |
25
- | **integration_params** | [**Hash<String, AnyType>**](AnyType.md) | | [optional] |
26
- | **linked_account_params** | [**Hash<String, AnyType>**](AnyType.md) | | [optional] |
5
+ | Name | Type | Description | Notes |
6
+ | ------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------- |
7
+ | **name** | **String** | The ticket's name. | [optional] |
8
+ | **assignees** | **Array<String>** | | [optional] |
9
+ | **creator** | **String** | The user who created this ticket. | [optional] |
10
+ | **due_date** | **Time** | The ticket's due date. | [optional] |
11
+ | **status** | [**TicketStatusEnum**](TicketStatusEnum.md) | The current status of the ticket. | [optional] |
12
+ | **description** | **String** | The ticket’s description. HTML version of description is mapped if supported by the third-party platform. | [optional] |
13
+ | **project** | **String** | The project the ticket belongs to. | [optional] |
14
+ | **collections** | **Array<String>** | | [optional] |
15
+ | **ticket_type** | **String** | The ticket's type. | [optional] |
16
+ | **account** | **String** | The account associated with the ticket. | [optional] |
17
+ | **contact** | **String** | The contact associated with the ticket. | [optional] |
18
+ | **parent_ticket** | **String** | The ticket's parent ticket. | [optional] |
19
+ | **tags** | **Array<String>** | | [optional] |
20
+ | **completed_at** | **Time** | When the ticket was completed. | [optional] |
21
+ | **ticket_url** | **String** | The 3rd party url of the Ticket. | [optional] |
22
+ | **priority** | [**PriorityEnum**](PriorityEnum.md) | The priority or urgency of the Ticket. | [optional] |
23
+ | **integration_params** | [**Hash<String, Object>**](Object.md) | | [optional] |
24
+ | **linked_account_params** | [**Hash<String, Object>**](Object.md) | | [optional] |
27
25
 
28
26
  ## Example
29
27
 
@@ -44,8 +42,6 @@ instance = MergeTicketingClient::PatchedTicketRequest.new(
44
42
  contact: 65c345ba-6870-4974-87ba-dd31509c367a,
45
43
  parent_ticket: 75b33d04-30d2-4f3e-be45-27838bc94342,
46
44
  tags: ["enterprise","other-tag"],
47
- remote_created_at: 2021-11-10T00:00Z,
48
- remote_updated_at: 2021-12-09T00:00Z,
49
45
  completed_at: 2021-12-09T00:00Z,
50
46
  ticket_url: https://thirdpartysoftware.com/project/3/issue/1,
51
47
  priority: HIGH,
@@ -53,4 +49,3 @@ instance = MergeTicketingClient::PatchedTicketRequest.new(
53
49
  linked_account_params: {"unique_linked_account_field":"unique_linked_account_field_value"}
54
50
  )
55
51
  ```
56
-
data/docs/Project.md CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional][readonly] |
8
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **name** | **String** | The project's name. | [optional] |
10
- | **description** | **String** | The project's description. | [optional] |
11
- | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
12
- | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
13
- | **field_mappings** | [**Hash<String, AnyType>**](AnyType.md) | | [optional][readonly] |
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | -------------------------------------------- | ------------------------------------------------------------------------------ | -------------------- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **name** | **String** | The project's name. | [optional] |
10
+ | **description** | **String** | The project's description. | [optional] |
11
+ | **remote_data** | [**Array<RemoteData>**](RemoteData.md) | | [optional][readonly] |
12
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
13
+ | **field_mappings** | [**Hash<String, Object>**](Object.md) | | [optional][readonly] |
14
14
 
15
15
  ## Example
16
16
 
@@ -27,4 +27,3 @@ instance = MergeTicketingClient::Project.new(
27
27
  field_mappings: {"organization_defined_targets":{"custom_key":"custom_value"},"linked_account_defined_targets":{"custom_key":"custom_value"}}
28
28
  )
29
29
  ```
30
-
data/docs/RemoteData.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **path** | **String** | | |
8
- | **data** | [**Hash<String, AnyType>**](AnyType.md) | | [optional] |
5
+ | Name | Type | Description | Notes |
6
+ | -------- | ------------------------------------------- | ----------- | ---------- |
7
+ | **path** | **String** | | |
8
+ | **data** | [**Hash<String, Object>**](Object.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -17,4 +17,3 @@ instance = MergeTicketingClient::RemoteData.new(
17
17
  data: null
18
18
  )
19
19
  ```
20
-
@@ -0,0 +1,19 @@
1
+ # MergeTicketingClient::RemoteField
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | ------------------------------------------- | ----------- | ---------- |
7
+ | **value** | [**Hash<String, Object>**](Object.md) | | [optional] |
8
+ | **remote_field_class** | **String** | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'merge_ticketing_client'
14
+
15
+ instance = MergeTicketingClient::RemoteField.new(
16
+ value: null,
17
+ remote_field_class: null
18
+ )
19
+ ```
@@ -0,0 +1,38 @@
1
+ # MergeTicketingClient::RemoteFieldClass
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **display_name** | **String** | | [optional] |
8
+ | **remote_key_name** | **String** | | [optional] |
9
+ | **description** | **String** | | [optional] |
10
+ | **is_required** | **Boolean** | | [optional] |
11
+ | **field_type** | [**FieldTypeEnum**](FieldTypeEnum.md) | | [optional][readonly] |
12
+ | **field_format** | [**FieldFormatEnum**](FieldFormatEnum.md) | | [optional][readonly] |
13
+ | **field_choices** | **Array<String>** | | [optional][readonly] |
14
+ | **item_schema** | [**RemoteFieldClassItemSchema**](RemoteFieldClassItemSchema.md) | | [optional] |
15
+ | **is_custom** | **Boolean** | | [optional] |
16
+ | **id** | **String** | | [optional][readonly] |
17
+ | **remote_fields** | [**Array<RemoteField>**](RemoteField.md) | | [optional][readonly] |
18
+
19
+ ## Example
20
+
21
+ ```ruby
22
+ require 'merge_ticketing_client'
23
+
24
+ instance = MergeTicketingClient::RemoteFieldClass.new(
25
+ display_name: null,
26
+ remote_key_name: null,
27
+ description: null,
28
+ is_required: null,
29
+ field_type: null,
30
+ field_format: null,
31
+ field_choices: null,
32
+ item_schema: null,
33
+ is_custom: null,
34
+ id: null,
35
+ remote_fields: null
36
+ )
37
+ ```
38
+
@@ -0,0 +1,22 @@
1
+ # MergeTicketingClient::RemoteFieldClassItemSchema
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **item_type** | **String** | | [optional] |
8
+ | **item_format** | **String** | | [optional] |
9
+ | **item_choices** | **Array<String>** | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'merge_ticketing_client'
15
+
16
+ instance = MergeTicketingClient::RemoteFieldClassItemSchema.new(
17
+ item_type: null,
18
+ item_format: null,
19
+ item_choices: null
20
+ )
21
+ ```
22
+
@@ -2,15 +2,15 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **method** | **String** | | |
8
- | **path** | **String** | | |
9
- | **status** | **Integer** | | |
10
- | **response** | [**AnyType**](.md) | | |
11
- | **response_headers** | [**Hash<String, AnyType>**](AnyType.md) | | [optional] |
12
- | **response_type** | [**ResponseTypeEnum**](ResponseTypeEnum.md) | | [optional] |
13
- | **headers** | [**Hash<String, AnyType>**](AnyType.md) | | [optional] |
5
+ | Name | Type | Description | Notes |
6
+ | -------------------- | ------------------------------------------- | ----------- | ---------- |
7
+ | **method** | **String** | | |
8
+ | **path** | **String** | | |
9
+ | **status** | **Integer** | | |
10
+ | **response** | [**Object**](.md) | | |
11
+ | **response_headers** | [**Hash<String, Object>**](Object.md) | | [optional] |
12
+ | **response_type** | [**ResponseTypeEnum**](ResponseTypeEnum.md) | | [optional] |
13
+ | **headers** | [**Hash<String, Object>**](Object.md) | | [optional] |
14
14
 
15
15
  ## Example
16
16
 
@@ -27,4 +27,3 @@ instance = MergeTicketingClient::RemoteResponse.new(
27
27
  headers: {"EXTRA-HEADER":"value","Authorization":"<redacted>"}
28
28
  )
29
29
  ```
30
-
@@ -2,18 +2,15 @@
2
2
 
3
3
  All URIs are relative to *https://api.merge.dev/api/ticketing/v1*
4
4
 
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**sync_status_list**](SyncStatusApi.md#sync_status_list) | **GET** /sync-status | |
8
-
5
+ | Method | HTTP request | Description |
6
+ | --------------------------------------------------------- | -------------------- | ----------- |
7
+ | [**sync_status_list**](SyncStatusApi.md#sync_status_list) | **GET** /sync-status | |
9
8
 
10
9
  ## sync_status_list
11
10
 
12
11
  > <PaginatedSyncStatusList> sync_status_list(x_account_token, opts)
13
12
 
14
-
15
-
16
- Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PAUSED`, `SYNCING`
13
+ Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PAUSED`, `SYNCING`, `PARTIALLY_SYNCED`
17
14
 
18
15
  ### Examples
19
16
 
@@ -36,7 +33,6 @@ opts = {
36
33
  }
37
34
 
38
35
  begin
39
-
40
36
  result = api_instance.sync_status_list(x_account_token, opts)
41
37
  p result
42
38
  rescue MergeTicketingClient::ApiError => e
@@ -52,7 +48,6 @@ This returns an Array which contains the response data, status code and headers.
52
48
 
53
49
  ```ruby
54
50
  begin
55
-
56
51
  data, status_code, headers = api_instance.sync_status_list_with_http_info(x_account_token, opts)
57
52
  p status_code # => 2xx
58
53
  p headers # => { ... }
@@ -82,4 +77,3 @@ end
82
77
 
83
78
  - **Content-Type**: Not defined
84
79
  - **Accept**: application/json
85
-
data/docs/Tag.md CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
8
- | **name** | **String** | The tag&#39;s name. | [optional] |
9
- | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
10
- | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
11
- | **field_mappings** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional][readonly] |
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | -------------------------------------------- | ------------------------------------------------------------------------------ | -------------------- |
7
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
8
+ | **name** | **String** | The tag&#39;s name. | [optional] |
9
+ | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
10
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
11
+ | **field_mappings** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional][readonly] |
12
12
 
13
13
  ## Example
14
14
 
@@ -23,4 +23,3 @@ instance = MergeTicketingClient::Tag.new(
23
23
  field_mappings: {&quot;organization_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;},&quot;linked_account_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;}}
24
24
  )
25
25
  ```
26
-
data/docs/Team.md CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional][readonly] |
8
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **name** | **String** | The team&#39;s name. | [optional] |
10
- | **description** | **String** | The team&#39;s description. | [optional] |
11
- | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
12
- | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
13
- | **field_mappings** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional][readonly] |
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | -------------------------------------------- | ------------------------------------------------------------------------------ | -------------------- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **name** | **String** | The team&#39;s name. | [optional] |
10
+ | **description** | **String** | The team&#39;s description. | [optional] |
11
+ | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
12
+ | **remote_was_deleted** | **Boolean** | Indicates whether or not this object has been deleted by third party webhooks. | [optional] |
13
+ | **field_mappings** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional][readonly] |
14
14
 
15
15
  ## Example
16
16
 
@@ -27,4 +27,3 @@ instance = MergeTicketingClient::Team.new(
27
27
  field_mappings: {&quot;organization_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;},&quot;linked_account_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;}}
28
28
  )
29
29
  ```
30
-
data/docs/Ticket.md CHANGED
@@ -2,32 +2,33 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional][readonly] |
8
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
- | **name** | **String** | The ticket&#39;s name. | [optional] |
10
- | **assignees** | **Array&lt;String&gt;** | | [optional] |
11
- | **creator** | **String** | The user who created this ticket. | [optional] |
12
- | **due_date** | **Time** | The ticket&#39;s due date. | [optional] |
13
- | **status** | [**TicketStatusEnum**](TicketStatusEnum.md) | The current status of the ticket. | [optional] |
14
- | **description** | **String** | The ticket’s description. HTML version of description is mapped if supported by the third-party platform. | [optional] |
15
- | **project** | **String** | The project the ticket belongs to. | [optional] |
16
- | **collections** | **Array&lt;String&gt;** | | [optional] |
17
- | **ticket_type** | **String** | The ticket&#39;s type. | [optional] |
18
- | **account** | **String** | The account associated with the ticket. | [optional] |
19
- | **contact** | **String** | The contact associated with the ticket. | [optional] |
20
- | **parent_ticket** | **String** | The ticket&#39;s parent ticket. | [optional] |
21
- | **attachments** | **Array&lt;String&gt;** | | [optional] |
22
- | **tags** | **Array&lt;String&gt;** | | [optional] |
23
- | **remote_created_at** | **Time** | When the third party&#39;s ticket was created. | [optional] |
24
- | **remote_updated_at** | **Time** | When the third party&#39;s ticket was updated. | [optional] |
25
- | **completed_at** | **Time** | When the ticket was completed. | [optional] |
26
- | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
27
- | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
28
- | **ticket_url** | **String** | The 3rd party url of the Ticket. | [optional] |
29
- | **priority** | [**PriorityEnum**](PriorityEnum.md) | The priority or urgency of the Ticket. | [optional] |
30
- | **field_mappings** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional][readonly] |
5
+ | Name | Type | Description | Notes |
6
+ | ---------------------- | ---------------------------------------------- | --------------------------------------------------------------------------------------------------------- | -------------------- |
7
+ | **id** | **String** | | [optional][readonly] |
8
+ | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
9
+ | **name** | **String** | The ticket&#39;s name. | [optional] |
10
+ | **assignees** | **Array&lt;String&gt;** | | [optional] |
11
+ | **creator** | **String** | The user who created this ticket. | [optional] |
12
+ | **due_date** | **Time** | The ticket&#39;s due date. | [optional] |
13
+ | **status** | [**TicketStatusEnum**](TicketStatusEnum.md) | The current status of the ticket. | [optional] |
14
+ | **description** | **String** | The ticket’s description. HTML version of description is mapped if supported by the third-party platform. | [optional] |
15
+ | **project** | **String** | The project the ticket belongs to. | [optional] |
16
+ | **collections** | **Array&lt;String&gt;** | | [optional] |
17
+ | **ticket_type** | **String** | The ticket&#39;s type. | [optional] |
18
+ | **account** | **String** | The account associated with the ticket. | [optional] |
19
+ | **contact** | **String** | The contact associated with the ticket. | [optional] |
20
+ | **parent_ticket** | **String** | The ticket&#39;s parent ticket. | [optional] |
21
+ | **attachments** | **Array&lt;String&gt;** | | [optional] |
22
+ | **tags** | **Array&lt;String&gt;** | | [optional] |
23
+ | **remote_created_at** | **Time** | When the third party&#39;s ticket was created. | [optional] |
24
+ | **remote_updated_at** | **Time** | When the third party&#39;s ticket was updated. | [optional] |
25
+ | **completed_at** | **Time** | When the ticket was completed. | [optional] |
26
+ | **remote_data** | [**Array&lt;RemoteData&gt;**](RemoteData.md) | | [optional][readonly] |
27
+ | **remote_was_deleted** | **Boolean** | | [optional][readonly] |
28
+ | **ticket_url** | **String** | The 3rd party url of the Ticket. | [optional] |
29
+ | **priority** | [**PriorityEnum**](PriorityEnum.md) | The priority or urgency of the Ticket. | [optional] |
30
+ | **field_mappings** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional][readonly] |
31
+ | **remote_fields** | [**Array&lt;RemoteField&gt;**](RemoteField.md) | | [optional][readonly] |
31
32
 
32
33
  ## Example
33
34
 
@@ -58,7 +59,7 @@ instance = MergeTicketingClient::Ticket.new(
58
59
  remote_was_deleted: null,
59
60
  ticket_url: https://thirdpartysoftware.com/project/3/issue/1,
60
61
  priority: HIGH,
61
- field_mappings: {&quot;organization_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;},&quot;linked_account_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;}}
62
+ field_mappings: {&quot;organization_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;},&quot;linked_account_defined_targets&quot;:{&quot;custom_key&quot;:&quot;custom_value&quot;}},
63
+ remote_fields: null
62
64
  )
63
65
  ```
64
-
@@ -2,30 +2,27 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **remote_id** | **String** | The third-party API ID of the matching object. | [optional] |
8
- | **name** | **String** | The ticket&#39;s name. | [optional] |
9
- | **assignees** | **Array&lt;String&gt;** | | [optional] |
10
- | **creator** | **String** | The user who created this ticket. | [optional] |
11
- | **due_date** | **Time** | The ticket&#39;s due date. | [optional] |
12
- | **status** | [**TicketStatusEnum**](TicketStatusEnum.md) | The current status of the ticket. | [optional] |
13
- | **description** | **String** | The ticket’s description. HTML version of description is mapped if supported by the third-party platform. | [optional] |
14
- | **project** | **String** | The project the ticket belongs to. | [optional] |
15
- | **collections** | **Array&lt;String&gt;** | | [optional] |
16
- | **ticket_type** | **String** | The ticket&#39;s type. | [optional] |
17
- | **account** | **String** | The account associated with the ticket. | [optional] |
18
- | **contact** | **String** | The contact associated with the ticket. | [optional] |
19
- | **parent_ticket** | **String** | The ticket&#39;s parent ticket. | [optional] |
20
- | **attachments** | **Array&lt;String&gt;** | | [optional] |
21
- | **tags** | **Array&lt;String&gt;** | | [optional] |
22
- | **remote_created_at** | **Time** | When the third party&#39;s ticket was created. | [optional] |
23
- | **remote_updated_at** | **Time** | When the third party&#39;s ticket was updated. | [optional] |
24
- | **completed_at** | **Time** | When the ticket was completed. | [optional] |
25
- | **ticket_url** | **String** | The 3rd party url of the Ticket. | [optional] |
26
- | **priority** | [**PriorityEnum**](PriorityEnum.md) | The priority or urgency of the Ticket. | [optional] |
27
- | **integration_params** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
28
- | **linked_account_params** | [**Hash&lt;String, AnyType&gt;**](AnyType.md) | | [optional] |
5
+ | Name | Type | Description | Notes |
6
+ | ------------------------- | ------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------- |
7
+ | **name** | **String** | The ticket&#39;s name. | [optional] |
8
+ | **assignees** | **Array&lt;String&gt;** | | [optional] |
9
+ | **creator** | **String** | The user who created this ticket. | [optional] |
10
+ | **due_date** | **Time** | The ticket&#39;s due date. | [optional] |
11
+ | **status** | [**TicketStatusEnum**](TicketStatusEnum.md) | The current status of the ticket. | [optional] |
12
+ | **description** | **String** | The ticket’s description. HTML version of description is mapped if supported by the third-party platform. | [optional] |
13
+ | **project** | **String** | The project the ticket belongs to. | [optional] |
14
+ | **collections** | **Array&lt;String&gt;** | | [optional] |
15
+ | **ticket_type** | **String** | The ticket&#39;s type. | [optional] |
16
+ | **account** | **String** | The account associated with the ticket. | [optional] |
17
+ | **contact** | **String** | The contact associated with the ticket. | [optional] |
18
+ | **parent_ticket** | **String** | The ticket&#39;s parent ticket. | [optional] |
19
+ | **attachments** | **Array&lt;String&gt;** | | [optional] |
20
+ | **tags** | **Array&lt;String&gt;** | | [optional] |
21
+ | **completed_at** | **Time** | When the ticket was completed. | [optional] |
22
+ | **ticket_url** | **String** | The 3rd party url of the Ticket. | [optional] |
23
+ | **priority** | [**PriorityEnum**](PriorityEnum.md) | The priority or urgency of the Ticket. | [optional] |
24
+ | **integration_params** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional] |
25
+ | **linked_account_params** | [**Hash&lt;String, Object&gt;**](Object.md) | | [optional] |
29
26
 
30
27
  ## Example
31
28
 
@@ -33,7 +30,6 @@
33
30
  require 'merge_ticketing_client'
34
31
 
35
32
  instance = MergeTicketingClient::TicketRequest.new(
36
- remote_id: 19202938,
37
33
  name: Please add more integrations,
38
34
  assignees: [&quot;17a54124-287f-494d-965e-3c5b330c9a68&quot;],
39
35
  creator: null,
@@ -48,8 +44,6 @@ instance = MergeTicketingClient::TicketRequest.new(
48
44
  parent_ticket: 75b33d04-30d2-4f3e-be45-27838bc94342,
49
45
  attachments: [&quot;42747df1-95e7-46e2-93cc-66f1191edca5&quot;,&quot;92f972d0-2526-434b-9409-4c3b468e08f0&quot;],
50
46
  tags: [&quot;enterprise&quot;,&quot;other-tag&quot;],
51
- remote_created_at: 2021-11-10T00:00Z,
52
- remote_updated_at: 2021-12-09T00:00Z,
53
47
  completed_at: 2021-12-09T00:00Z,
54
48
  ticket_url: https://thirdpartysoftware.com/project/3/issue/1,
55
49
  priority: HIGH,
@@ -57,4 +51,3 @@ instance = MergeTicketingClient::TicketRequest.new(
57
51
  linked_account_params: {&quot;unique_linked_account_field&quot;:&quot;unique_linked_account_field_value&quot;}
58
52
  )
59
53
  ```
60
-