merge_ruby_client 1.1.0 → 2.0.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.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/lib/merge_ruby_client/accounting/accounts/client.rb +16 -8
  3. data/lib/merge_ruby_client/accounting/audit_trail/client.rb +6 -4
  4. data/lib/merge_ruby_client/accounting/client.rb +7 -0
  5. data/lib/merge_ruby_client/accounting/contacts/client.rb +14 -6
  6. data/lib/merge_ruby_client/accounting/expenses/client.rb +12 -4
  7. data/lib/merge_ruby_client/accounting/invoices/client.rb +12 -4
  8. data/lib/merge_ruby_client/accounting/items/client.rb +332 -0
  9. data/lib/merge_ruby_client/accounting/journal_entries/client.rb +12 -4
  10. data/lib/merge_ruby_client/accounting/payments/client.rb +12 -4
  11. data/lib/merge_ruby_client/accounting/projects/client.rb +224 -0
  12. data/lib/merge_ruby_client/accounting/projects/types/projects_list_request_expand.rb +13 -0
  13. data/lib/merge_ruby_client/accounting/projects/types/projects_retrieve_request_expand.rb +13 -0
  14. data/lib/merge_ruby_client/accounting/purchase_orders/client.rb +12 -4
  15. data/lib/merge_ruby_client/accounting/tracking_categories/client.rb +16 -8
  16. data/lib/merge_ruby_client/accounting/types/account_details_and_actions.rb +10 -2
  17. data/lib/merge_ruby_client/accounting/types/audit_log_event.rb +2 -0
  18. data/lib/merge_ruby_client/accounting/types/credit_note_line_item.rb +29 -1
  19. data/lib/merge_ruby_client/accounting/types/credit_note_line_item_contact.rb +56 -0
  20. data/lib/merge_ruby_client/accounting/types/credit_note_line_item_project.rb +55 -0
  21. data/lib/merge_ruby_client/accounting/types/credit_note_line_item_request.rb +29 -1
  22. data/lib/merge_ruby_client/accounting/types/credit_note_line_item_request_contact.rb +56 -0
  23. data/lib/merge_ruby_client/accounting/types/credit_note_line_item_request_project.rb +55 -0
  24. data/lib/merge_ruby_client/accounting/types/event_type_enum.rb +2 -0
  25. data/lib/merge_ruby_client/accounting/types/expense_line.rb +15 -1
  26. data/lib/merge_ruby_client/accounting/types/expense_line_project.rb +55 -0
  27. data/lib/merge_ruby_client/accounting/types/expense_line_request.rb +15 -1
  28. data/lib/merge_ruby_client/accounting/types/expense_line_request_project.rb +55 -0
  29. data/lib/merge_ruby_client/accounting/types/external_target_field_api_response.rb +12 -1
  30. data/lib/merge_ruby_client/accounting/types/field_mapping_api_instance_response.rb +12 -1
  31. data/lib/merge_ruby_client/accounting/types/general_ledger_transaction_line.rb +15 -1
  32. data/lib/merge_ruby_client/accounting/types/general_ledger_transaction_line_project.rb +55 -0
  33. data/lib/merge_ruby_client/accounting/types/invoice_line_item.rb +29 -1
  34. data/lib/merge_ruby_client/accounting/types/invoice_line_item_contact.rb +56 -0
  35. data/lib/merge_ruby_client/accounting/types/invoice_line_item_project.rb +55 -0
  36. data/lib/merge_ruby_client/accounting/types/invoice_line_item_request.rb +29 -1
  37. data/lib/merge_ruby_client/accounting/types/invoice_line_item_request_contact.rb +56 -0
  38. data/lib/merge_ruby_client/accounting/types/invoice_line_item_request_project.rb +55 -0
  39. data/lib/merge_ruby_client/accounting/types/item_request_request.rb +202 -0
  40. data/lib/merge_ruby_client/accounting/types/item_request_request_company.rb +56 -0
  41. data/lib/merge_ruby_client/accounting/types/item_request_request_purchase_account.rb +56 -0
  42. data/lib/merge_ruby_client/accounting/types/item_request_request_purchase_tax_rate.rb +56 -0
  43. data/lib/merge_ruby_client/accounting/types/item_request_request_sales_account.rb +56 -0
  44. data/lib/merge_ruby_client/accounting/types/item_request_request_sales_tax_rate.rb +56 -0
  45. data/lib/merge_ruby_client/accounting/types/item_response.rb +101 -0
  46. data/lib/merge_ruby_client/accounting/types/journal_line.rb +15 -1
  47. data/lib/merge_ruby_client/accounting/types/journal_line_project.rb +55 -0
  48. data/lib/merge_ruby_client/accounting/types/journal_line_request.rb +15 -1
  49. data/lib/merge_ruby_client/accounting/types/journal_line_request_project.rb +55 -0
  50. data/lib/merge_ruby_client/accounting/types/paginated_project_list.rb +80 -0
  51. data/lib/merge_ruby_client/accounting/types/patched_item_request_request.rb +172 -0
  52. data/lib/merge_ruby_client/accounting/types/project.rb +162 -0
  53. data/lib/merge_ruby_client/accounting/types/project_company.rb +56 -0
  54. data/lib/merge_ruby_client/accounting/types/project_contact.rb +56 -0
  55. data/lib/merge_ruby_client/accounting/types/remote_field_api_response.rb +12 -1
  56. data/lib/merge_ruby_client/accounting/types/type_2_bb_enum.rb +16 -0
  57. data/lib/merge_ruby_client/accounting/types/vendor_credit_line.rb +29 -1
  58. data/lib/merge_ruby_client/accounting/types/vendor_credit_line_contact.rb +55 -0
  59. data/lib/merge_ruby_client/accounting/types/vendor_credit_line_project.rb +55 -0
  60. data/lib/merge_ruby_client/accounting/types/vendor_credit_line_request.rb +29 -1
  61. data/lib/merge_ruby_client/accounting/types/vendor_credit_line_request_contact.rb +55 -0
  62. data/lib/merge_ruby_client/accounting/types/vendor_credit_line_request_project.rb +55 -0
  63. data/lib/merge_ruby_client/ats/audit_trail/client.rb +6 -4
  64. data/lib/merge_ruby_client/ats/types/account_details_and_actions.rb +10 -2
  65. data/lib/merge_ruby_client/ats/types/audit_log_event.rb +2 -0
  66. data/lib/merge_ruby_client/ats/types/event_type_enum.rb +1 -0
  67. data/lib/merge_ruby_client/crm/accounts/client.rb +6 -2
  68. data/lib/merge_ruby_client/crm/audit_trail/client.rb +6 -4
  69. data/lib/merge_ruby_client/crm/contacts/client.rb +6 -2
  70. data/lib/merge_ruby_client/crm/custom_objects/client.rb +10 -2
  71. data/lib/merge_ruby_client/crm/engagement_types/client.rb +6 -2
  72. data/lib/merge_ruby_client/crm/engagements/client.rb +6 -2
  73. data/lib/merge_ruby_client/crm/leads/client.rb +6 -2
  74. data/lib/merge_ruby_client/crm/notes/client.rb +6 -2
  75. data/lib/merge_ruby_client/crm/opportunities/client.rb +6 -2
  76. data/lib/merge_ruby_client/crm/stages/client.rb +6 -2
  77. data/lib/merge_ruby_client/crm/sync_status/client.rb +20 -6
  78. data/lib/merge_ruby_client/crm/tasks/client.rb +6 -2
  79. data/lib/merge_ruby_client/crm/types/audit_log_event.rb +2 -0
  80. data/lib/merge_ruby_client/crm/types/custom_object_request.rb +26 -3
  81. data/lib/merge_ruby_client/crm/types/event_type_enum.rb +2 -0
  82. data/lib/merge_ruby_client/crm/users/client.rb +6 -2
  83. data/lib/merge_ruby_client/filestorage/audit_trail/client.rb +6 -4
  84. data/lib/merge_ruby_client/filestorage/files/client.rb +48 -12
  85. data/lib/merge_ruby_client/filestorage/files/types/files_download_request_meta_list_request_order_by.rb +14 -0
  86. data/lib/merge_ruby_client/filestorage/files/types/files_list_request_order_by.rb +14 -0
  87. data/lib/merge_ruby_client/filestorage/sync_status/client.rb +20 -6
  88. data/lib/merge_ruby_client/filestorage/types/account_details_and_actions.rb +10 -2
  89. data/lib/merge_ruby_client/filestorage/types/audit_log_event.rb +2 -0
  90. data/lib/merge_ruby_client/filestorage/types/download_request_meta.rb +2 -9
  91. data/lib/merge_ruby_client/filestorage/types/event_type_enum.rb +2 -0
  92. data/lib/merge_ruby_client/filestorage/types/file.rb +13 -1
  93. data/lib/merge_ruby_client/filestorage/types/file_request.rb +13 -1
  94. data/lib/merge_ruby_client/hris/audit_trail/client.rb +6 -4
  95. data/lib/merge_ruby_client/hris/types/account_details_and_actions.rb +10 -2
  96. data/lib/merge_ruby_client/hris/types/audit_log_event.rb +2 -0
  97. data/lib/merge_ruby_client/hris/types/event_type_enum.rb +2 -0
  98. data/lib/merge_ruby_client/ticketing/audit_trail/client.rb +6 -4
  99. data/lib/merge_ruby_client/ticketing/tickets/client.rb +26 -10
  100. data/lib/merge_ruby_client/ticketing/types/account_details_and_actions.rb +10 -2
  101. data/lib/merge_ruby_client/ticketing/types/audit_log_event.rb +2 -0
  102. data/lib/merge_ruby_client/ticketing/types/collection.rb +18 -16
  103. data/lib/merge_ruby_client/ticketing/types/{access_level_enum.rb → collection_access_level_enum.rb} +3 -1
  104. data/lib/merge_ruby_client/ticketing/types/event_type_enum.rb +2 -0
  105. data/lib/merge_ruby_client/ticketing/types/patched_ticket_request.rb +20 -1
  106. data/lib/merge_ruby_client/ticketing/types/ticket.rb +20 -1
  107. data/lib/merge_ruby_client/ticketing/types/ticket_access_level_enum.rb +16 -0
  108. data/lib/merge_ruby_client/ticketing/types/ticket_request.rb +20 -1
  109. data/lib/merge_ruby_client.rb +7 -7
  110. data/lib/requests.rb +2 -2
  111. data/lib/types_export.rb +243 -208
  112. metadata +39 -3
@@ -311,6 +311,7 @@ module Merge
311
311
  # contain some metadata but all other fields are null).
312
312
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
313
313
  # is_common_model_field value
314
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
314
315
  # @param page_size [Integer] Number of results to return per page.
315
316
  # @param request_options [Merge::RequestOptions]
316
317
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -322,7 +323,7 @@ module Merge
322
323
  # )
323
324
  # api.crm.accounts.remote_field_classes_list
324
325
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
325
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
326
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
326
327
  response = @request_client.conn.get do |req|
327
328
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
328
329
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -340,6 +341,7 @@ module Merge
340
341
  "include_remote_fields": include_remote_fields,
341
342
  "include_shell_data": include_shell_data,
342
343
  "is_common_model_field": is_common_model_field,
344
+ "is_custom": is_custom,
343
345
  "page_size": page_size
344
346
  }.compact
345
347
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -661,6 +663,7 @@ module Merge
661
663
  # contain some metadata but all other fields are null).
662
664
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
663
665
  # is_common_model_field value
666
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
664
667
  # @param page_size [Integer] Number of results to return per page.
665
668
  # @param request_options [Merge::RequestOptions]
666
669
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -672,7 +675,7 @@ module Merge
672
675
  # )
673
676
  # api.crm.accounts.remote_field_classes_list
674
677
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
675
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
678
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
676
679
  Async do
677
680
  response = @request_client.conn.get do |req|
678
681
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -691,6 +694,7 @@ module Merge
691
694
  "include_remote_fields": include_remote_fields,
692
695
  "include_shell_data": include_shell_data,
693
696
  "is_common_model_field": is_common_model_field,
697
+ "is_custom": is_custom,
694
698
  "page_size": page_size
695
699
  }.compact
696
700
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -23,8 +23,9 @@ module Merge
23
23
  # @param event_type [String] If included, will only include events with the given event type. Possible values
24
24
  # include: `CREATED_REMOTE_PRODUCTION_API_KEY`,
25
25
  # `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`,
26
- # `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`,
27
- # `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`,
26
+ # `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`,
27
+ # `REGENERATED_WEBHOOK_SIGNATURE`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`,
28
+ # `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`,
28
29
  # `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`,
29
30
  # `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`,
30
31
  # `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`,
@@ -106,8 +107,9 @@ module Merge
106
107
  # @param event_type [String] If included, will only include events with the given event type. Possible values
107
108
  # include: `CREATED_REMOTE_PRODUCTION_API_KEY`,
108
109
  # `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`,
109
- # `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`,
110
- # `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`,
110
+ # `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`,
111
+ # `REGENERATED_WEBHOOK_SIGNATURE`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`,
112
+ # `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`,
111
113
  # `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`,
112
114
  # `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`,
113
115
  # `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`,
@@ -354,6 +354,7 @@ module Merge
354
354
  # contain some metadata but all other fields are null).
355
355
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
356
356
  # is_common_model_field value
357
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
357
358
  # @param page_size [Integer] Number of results to return per page.
358
359
  # @param request_options [Merge::RequestOptions]
359
360
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -365,7 +366,7 @@ module Merge
365
366
  # )
366
367
  # api.crm.contacts.remote_field_classes_list
367
368
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
368
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
369
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
369
370
  response = @request_client.conn.get do |req|
370
371
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
371
372
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -383,6 +384,7 @@ module Merge
383
384
  "include_remote_fields": include_remote_fields,
384
385
  "include_shell_data": include_shell_data,
385
386
  "is_common_model_field": is_common_model_field,
387
+ "is_custom": is_custom,
386
388
  "page_size": page_size
387
389
  }.compact
388
390
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -746,6 +748,7 @@ module Merge
746
748
  # contain some metadata but all other fields are null).
747
749
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
748
750
  # is_common_model_field value
751
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
749
752
  # @param page_size [Integer] Number of results to return per page.
750
753
  # @param request_options [Merge::RequestOptions]
751
754
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -757,7 +760,7 @@ module Merge
757
760
  # )
758
761
  # api.crm.contacts.remote_field_classes_list
759
762
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
760
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
763
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
761
764
  Async do
762
765
  response = @request_client.conn.get do |req|
763
766
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -776,6 +779,7 @@ module Merge
776
779
  "include_remote_fields": include_remote_fields,
777
780
  "include_shell_data": include_shell_data,
778
781
  "is_common_model_field": is_common_model_field,
782
+ "is_custom": is_custom,
779
783
  "page_size": page_size
780
784
  }.compact
781
785
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -92,6 +92,8 @@ module Merge
92
92
  # @param run_async [Boolean] Whether or not third-party updates should be run asynchronously.
93
93
  # @param model [Hash] Request of type Merge::Crm::CustomObjectRequest, as a Hash
94
94
  # * :fields (Hash{String => Object})
95
+ # * :integration_params (Hash{String => Object})
96
+ # * :linked_account_params (Hash{String => Object})
95
97
  # @param request_options [Merge::RequestOptions]
96
98
  # @return [Merge::Crm::CrmCustomObjectResponse]
97
99
  # @example
@@ -215,6 +217,7 @@ module Merge
215
217
  # contain some metadata but all other fields are null).
216
218
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
217
219
  # is_common_model_field value
220
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
218
221
  # @param page_size [Integer] Number of results to return per page.
219
222
  # @param request_options [Merge::RequestOptions]
220
223
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -226,7 +229,7 @@ module Merge
226
229
  # )
227
230
  # api.crm.custom_objects.custom_object_classes_custom_objects_remote_field_classes_list
228
231
  def custom_object_classes_custom_objects_remote_field_classes_list(cursor: nil, include_deleted_data: nil,
229
- include_remote_data: nil, include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
232
+ include_remote_data: nil, include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
230
233
  response = @request_client.conn.get do |req|
231
234
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
232
235
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -244,6 +247,7 @@ module Merge
244
247
  "include_remote_fields": include_remote_fields,
245
248
  "include_shell_data": include_shell_data,
246
249
  "is_common_model_field": is_common_model_field,
250
+ "is_custom": is_custom,
247
251
  "page_size": page_size
248
252
  }.compact
249
253
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -337,6 +341,8 @@ module Merge
337
341
  # @param run_async [Boolean] Whether or not third-party updates should be run asynchronously.
338
342
  # @param model [Hash] Request of type Merge::Crm::CustomObjectRequest, as a Hash
339
343
  # * :fields (Hash{String => Object})
344
+ # * :integration_params (Hash{String => Object})
345
+ # * :linked_account_params (Hash{String => Object})
340
346
  # @param request_options [Merge::RequestOptions]
341
347
  # @return [Merge::Crm::CrmCustomObjectResponse]
342
348
  # @example
@@ -466,6 +472,7 @@ module Merge
466
472
  # contain some metadata but all other fields are null).
467
473
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
468
474
  # is_common_model_field value
475
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
469
476
  # @param page_size [Integer] Number of results to return per page.
470
477
  # @param request_options [Merge::RequestOptions]
471
478
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -477,7 +484,7 @@ module Merge
477
484
  # )
478
485
  # api.crm.custom_objects.custom_object_classes_custom_objects_remote_field_classes_list
479
486
  def custom_object_classes_custom_objects_remote_field_classes_list(cursor: nil, include_deleted_data: nil,
480
- include_remote_data: nil, include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
487
+ include_remote_data: nil, include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
481
488
  Async do
482
489
  response = @request_client.conn.get do |req|
483
490
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -496,6 +503,7 @@ module Merge
496
503
  "include_remote_fields": include_remote_fields,
497
504
  "include_shell_data": include_shell_data,
498
505
  "is_common_model_field": is_common_model_field,
506
+ "is_custom": is_custom,
499
507
  "page_size": page_size
500
508
  }.compact
501
509
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -139,6 +139,7 @@ module Merge
139
139
  # contain some metadata but all other fields are null).
140
140
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
141
141
  # is_common_model_field value
142
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
142
143
  # @param page_size [Integer] Number of results to return per page.
143
144
  # @param request_options [Merge::RequestOptions]
144
145
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -150,7 +151,7 @@ module Merge
150
151
  # )
151
152
  # api.crm.engagement_types.remote_field_classes_list
152
153
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
153
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
154
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
154
155
  response = @request_client.conn.get do |req|
155
156
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
156
157
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -168,6 +169,7 @@ module Merge
168
169
  "include_remote_fields": include_remote_fields,
169
170
  "include_shell_data": include_shell_data,
170
171
  "is_common_model_field": is_common_model_field,
172
+ "is_custom": is_custom,
171
173
  "page_size": page_size
172
174
  }.compact
173
175
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -313,6 +315,7 @@ module Merge
313
315
  # contain some metadata but all other fields are null).
314
316
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
315
317
  # is_common_model_field value
318
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
316
319
  # @param page_size [Integer] Number of results to return per page.
317
320
  # @param request_options [Merge::RequestOptions]
318
321
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -324,7 +327,7 @@ module Merge
324
327
  # )
325
328
  # api.crm.engagement_types.remote_field_classes_list
326
329
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
327
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
330
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
328
331
  Async do
329
332
  response = @request_client.conn.get do |req|
330
333
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -343,6 +346,7 @@ module Merge
343
346
  "include_remote_fields": include_remote_fields,
344
347
  "include_shell_data": include_shell_data,
345
348
  "is_common_model_field": is_common_model_field,
349
+ "is_custom": is_custom,
346
350
  "page_size": page_size
347
351
  }.compact
348
352
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -315,6 +315,7 @@ module Merge
315
315
  # contain some metadata but all other fields are null).
316
316
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
317
317
  # is_common_model_field value
318
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
318
319
  # @param page_size [Integer] Number of results to return per page.
319
320
  # @param request_options [Merge::RequestOptions]
320
321
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -326,7 +327,7 @@ module Merge
326
327
  # )
327
328
  # api.crm.engagements.remote_field_classes_list
328
329
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
329
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
330
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
330
331
  response = @request_client.conn.get do |req|
331
332
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
332
333
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -344,6 +345,7 @@ module Merge
344
345
  "include_remote_fields": include_remote_fields,
345
346
  "include_shell_data": include_shell_data,
346
347
  "is_common_model_field": is_common_model_field,
348
+ "is_custom": is_custom,
347
349
  "page_size": page_size
348
350
  }.compact
349
351
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -667,6 +669,7 @@ module Merge
667
669
  # contain some metadata but all other fields are null).
668
670
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
669
671
  # is_common_model_field value
672
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
670
673
  # @param page_size [Integer] Number of results to return per page.
671
674
  # @param request_options [Merge::RequestOptions]
672
675
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -678,7 +681,7 @@ module Merge
678
681
  # )
679
682
  # api.crm.engagements.remote_field_classes_list
680
683
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
681
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
684
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
682
685
  Async do
683
686
  response = @request_client.conn.get do |req|
684
687
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -697,6 +700,7 @@ module Merge
697
700
  "include_remote_fields": include_remote_fields,
698
701
  "include_shell_data": include_shell_data,
699
702
  "is_common_model_field": is_common_model_field,
703
+ "is_custom": is_custom,
700
704
  "page_size": page_size
701
705
  }.compact
702
706
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -244,6 +244,7 @@ module Merge
244
244
  # contain some metadata but all other fields are null).
245
245
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
246
246
  # is_common_model_field value
247
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
247
248
  # @param page_size [Integer] Number of results to return per page.
248
249
  # @param request_options [Merge::RequestOptions]
249
250
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -255,7 +256,7 @@ module Merge
255
256
  # )
256
257
  # api.crm.leads.remote_field_classes_list
257
258
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
258
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
259
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
259
260
  response = @request_client.conn.get do |req|
260
261
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
261
262
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -273,6 +274,7 @@ module Merge
273
274
  "include_remote_fields": include_remote_fields,
274
275
  "include_shell_data": include_shell_data,
275
276
  "is_common_model_field": is_common_model_field,
277
+ "is_custom": is_custom,
276
278
  "page_size": page_size
277
279
  }.compact
278
280
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -522,6 +524,7 @@ module Merge
522
524
  # contain some metadata but all other fields are null).
523
525
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
524
526
  # is_common_model_field value
527
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
525
528
  # @param page_size [Integer] Number of results to return per page.
526
529
  # @param request_options [Merge::RequestOptions]
527
530
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -533,7 +536,7 @@ module Merge
533
536
  # )
534
537
  # api.crm.leads.remote_field_classes_list
535
538
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
536
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
539
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
537
540
  Async do
538
541
  response = @request_client.conn.get do |req|
539
542
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -552,6 +555,7 @@ module Merge
552
555
  "include_remote_fields": include_remote_fields,
553
556
  "include_shell_data": include_shell_data,
554
557
  "is_common_model_field": is_common_model_field,
558
+ "is_custom": is_custom,
555
559
  "page_size": page_size
556
560
  }.compact
557
561
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -233,6 +233,7 @@ module Merge
233
233
  # contain some metadata but all other fields are null).
234
234
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
235
235
  # is_common_model_field value
236
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
236
237
  # @param page_size [Integer] Number of results to return per page.
237
238
  # @param request_options [Merge::RequestOptions]
238
239
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -244,7 +245,7 @@ module Merge
244
245
  # )
245
246
  # api.crm.notes.remote_field_classes_list
246
247
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
247
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
248
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
248
249
  response = @request_client.conn.get do |req|
249
250
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
250
251
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -262,6 +263,7 @@ module Merge
262
263
  "include_remote_fields": include_remote_fields,
263
264
  "include_shell_data": include_shell_data,
264
265
  "is_common_model_field": is_common_model_field,
266
+ "is_custom": is_custom,
265
267
  "page_size": page_size
266
268
  }.compact
267
269
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -500,6 +502,7 @@ module Merge
500
502
  # contain some metadata but all other fields are null).
501
503
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
502
504
  # is_common_model_field value
505
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
503
506
  # @param page_size [Integer] Number of results to return per page.
504
507
  # @param request_options [Merge::RequestOptions]
505
508
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -511,7 +514,7 @@ module Merge
511
514
  # )
512
515
  # api.crm.notes.remote_field_classes_list
513
516
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
514
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
517
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
515
518
  Async do
516
519
  response = @request_client.conn.get do |req|
517
520
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -530,6 +533,7 @@ module Merge
530
533
  "include_remote_fields": include_remote_fields,
531
534
  "include_shell_data": include_shell_data,
532
535
  "is_common_model_field": is_common_model_field,
536
+ "is_custom": is_custom,
533
537
  "page_size": page_size
534
538
  }.compact
535
539
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -339,6 +339,7 @@ module Merge
339
339
  # contain some metadata but all other fields are null).
340
340
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
341
341
  # is_common_model_field value
342
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
342
343
  # @param page_size [Integer] Number of results to return per page.
343
344
  # @param request_options [Merge::RequestOptions]
344
345
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -350,7 +351,7 @@ module Merge
350
351
  # )
351
352
  # api.crm.opportunities.remote_field_classes_list
352
353
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
353
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
354
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
354
355
  response = @request_client.conn.get do |req|
355
356
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
356
357
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -368,6 +369,7 @@ module Merge
368
369
  "include_remote_fields": include_remote_fields,
369
370
  "include_shell_data": include_shell_data,
370
371
  "is_common_model_field": is_common_model_field,
372
+ "is_custom": is_custom,
371
373
  "page_size": page_size
372
374
  }.compact
373
375
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -714,6 +716,7 @@ module Merge
714
716
  # contain some metadata but all other fields are null).
715
717
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
716
718
  # is_common_model_field value
719
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
717
720
  # @param page_size [Integer] Number of results to return per page.
718
721
  # @param request_options [Merge::RequestOptions]
719
722
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -725,7 +728,7 @@ module Merge
725
728
  # )
726
729
  # api.crm.opportunities.remote_field_classes_list
727
730
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
728
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
731
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
729
732
  Async do
730
733
  response = @request_client.conn.get do |req|
731
734
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -744,6 +747,7 @@ module Merge
744
747
  "include_remote_fields": include_remote_fields,
745
748
  "include_shell_data": include_shell_data,
746
749
  "is_common_model_field": is_common_model_field,
750
+ "is_custom": is_custom,
747
751
  "page_size": page_size
748
752
  }.compact
749
753
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -139,6 +139,7 @@ module Merge
139
139
  # contain some metadata but all other fields are null).
140
140
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
141
141
  # is_common_model_field value
142
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
142
143
  # @param page_size [Integer] Number of results to return per page.
143
144
  # @param request_options [Merge::RequestOptions]
144
145
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -150,7 +151,7 @@ module Merge
150
151
  # )
151
152
  # api.crm.stages.remote_field_classes_list
152
153
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
153
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
154
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
154
155
  response = @request_client.conn.get do |req|
155
156
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
156
157
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -168,6 +169,7 @@ module Merge
168
169
  "include_remote_fields": include_remote_fields,
169
170
  "include_shell_data": include_shell_data,
170
171
  "is_common_model_field": is_common_model_field,
172
+ "is_custom": is_custom,
171
173
  "page_size": page_size
172
174
  }.compact
173
175
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -313,6 +315,7 @@ module Merge
313
315
  # contain some metadata but all other fields are null).
314
316
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
315
317
  # is_common_model_field value
318
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
316
319
  # @param page_size [Integer] Number of results to return per page.
317
320
  # @param request_options [Merge::RequestOptions]
318
321
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -324,7 +327,7 @@ module Merge
324
327
  # )
325
328
  # api.crm.stages.remote_field_classes_list
326
329
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
327
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
330
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
328
331
  Async do
329
332
  response = @request_client.conn.get do |req|
330
333
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -343,6 +346,7 @@ module Merge
343
346
  "include_remote_fields": include_remote_fields,
344
347
  "include_shell_data": include_shell_data,
345
348
  "is_common_model_field": is_common_model_field,
349
+ "is_custom": is_custom,
346
350
  "page_size": page_size
347
351
  }.compact
348
352
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -16,9 +16,16 @@ module Merge
16
16
  @request_client = request_client
17
17
  end
18
18
 
19
- # Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`,
20
- # `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our
21
- # [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).
19
+ # Get sync status for the current sync and the most recently finished sync.
20
+ # `last_sync_start` represents the most recent time any sync began.
21
+ # `last_sync_finished` represents the most recent time any sync completed. These
22
+ # timestamps may correspond to different sync instances which may result in a sync
23
+ # start time being later than a separate sync completed time. To ensure you are
24
+ # retrieving the latest available data reference the `last_sync_finished`
25
+ # timestamp where `last_sync_result` is `DONE`. Possible values for `status` and
26
+ # `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`,
27
+ # `PAUSED`, `SYNCING`. Learn more about sync status in our [Help
28
+ # Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).
22
29
  #
23
30
  # @param cursor [String] The pagination cursor value.
24
31
  # @param page_size [Integer] Number of results to return per page.
@@ -65,9 +72,16 @@ module Merge
65
72
  @request_client = request_client
66
73
  end
67
74
 
68
- # Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`,
69
- # `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our
70
- # [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).
75
+ # Get sync status for the current sync and the most recently finished sync.
76
+ # `last_sync_start` represents the most recent time any sync began.
77
+ # `last_sync_finished` represents the most recent time any sync completed. These
78
+ # timestamps may correspond to different sync instances which may result in a sync
79
+ # start time being later than a separate sync completed time. To ensure you are
80
+ # retrieving the latest available data reference the `last_sync_finished`
81
+ # timestamp where `last_sync_result` is `DONE`. Possible values for `status` and
82
+ # `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`,
83
+ # `PAUSED`, `SYNCING`. Learn more about sync status in our [Help
84
+ # Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).
71
85
  #
72
86
  # @param cursor [String] The pagination cursor value.
73
87
  # @param page_size [Integer] Number of results to return per page.
@@ -309,6 +309,7 @@ module Merge
309
309
  # contain some metadata but all other fields are null).
310
310
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
311
311
  # is_common_model_field value
312
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
312
313
  # @param page_size [Integer] Number of results to return per page.
313
314
  # @param request_options [Merge::RequestOptions]
314
315
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -320,7 +321,7 @@ module Merge
320
321
  # )
321
322
  # api.crm.tasks.remote_field_classes_list
322
323
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
323
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
324
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
324
325
  response = @request_client.conn.get do |req|
325
326
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
326
327
  req.headers["Authorization"] = request_options.api_key unless request_options&.api_key.nil?
@@ -338,6 +339,7 @@ module Merge
338
339
  "include_remote_fields": include_remote_fields,
339
340
  "include_shell_data": include_shell_data,
340
341
  "is_common_model_field": is_common_model_field,
342
+ "is_custom": is_custom,
341
343
  "page_size": page_size
342
344
  }.compact
343
345
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -655,6 +657,7 @@ module Merge
655
657
  # contain some metadata but all other fields are null).
656
658
  # @param is_common_model_field [Boolean] If provided, will only return remote field classes with this
657
659
  # is_common_model_field value
660
+ # @param is_custom [Boolean] If provided, will only return remote fields classes with this is_custom value
658
661
  # @param page_size [Integer] Number of results to return per page.
659
662
  # @param request_options [Merge::RequestOptions]
660
663
  # @return [Merge::Crm::PaginatedRemoteFieldClassList]
@@ -666,7 +669,7 @@ module Merge
666
669
  # )
667
670
  # api.crm.tasks.remote_field_classes_list
668
671
  def remote_field_classes_list(cursor: nil, include_deleted_data: nil, include_remote_data: nil,
669
- include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, page_size: nil, request_options: nil)
672
+ include_remote_fields: nil, include_shell_data: nil, is_common_model_field: nil, is_custom: nil, page_size: nil, request_options: nil)
670
673
  Async do
671
674
  response = @request_client.conn.get do |req|
672
675
  req.options.timeout = request_options.timeout_in_seconds unless request_options&.timeout_in_seconds.nil?
@@ -685,6 +688,7 @@ module Merge
685
688
  "include_remote_fields": include_remote_fields,
686
689
  "include_shell_data": include_shell_data,
687
690
  "is_common_model_field": is_common_model_field,
691
+ "is_custom": is_custom,
688
692
  "page_size": page_size
689
693
  }.compact
690
694
  unless request_options.nil? || request_options&.additional_body_parameters.nil?
@@ -32,6 +32,7 @@ module Merge
32
32
  # * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
33
33
  # * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
34
34
  # * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
35
+ # * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
35
36
  # * `INVITED_USER` - INVITED_USER
36
37
  # * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
37
38
  # * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED
@@ -111,6 +112,7 @@ module Merge
111
112
  # * `CREATED_TEST_API_KEY` - CREATED_TEST_API_KEY
112
113
  # * `DELETED_TEST_API_KEY` - DELETED_TEST_API_KEY
113
114
  # * `REGENERATED_PRODUCTION_API_KEY` - REGENERATED_PRODUCTION_API_KEY
115
+ # * `REGENERATED_WEBHOOK_SIGNATURE` - REGENERATED_WEBHOOK_SIGNATURE
114
116
  # * `INVITED_USER` - INVITED_USER
115
117
  # * `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED
116
118
  # * `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED