comet_backup_ruby_sdk 1.3.0 → 1.7.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 (158) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +5 -0
  3. data/CHANGELOG.md +42 -0
  4. data/Gemfile +0 -0
  5. data/Gemfile.lock +2 -2
  6. data/LICENSE +1 -1
  7. data/README.md +0 -0
  8. data/RELEASING.md +6 -4
  9. data/Rakefile +0 -0
  10. data/comet_backup_ruby_sdk.gemspec +1 -1
  11. data/lib/comet/api_response_error.rb +1 -1
  12. data/lib/comet/comet_server.rb +231 -13
  13. data/lib/comet/definitions.rb +67 -7
  14. data/lib/comet/models/add_bucket_response_message.rb +1 -1
  15. data/lib/comet/models/admin_account_properties_response.rb +1 -1
  16. data/lib/comet/models/admin_email_options.rb +1 -1
  17. data/lib/comet/models/admin_resource_response.rb +1 -1
  18. data/lib/comet/models/admin_security_options.rb +1 -1
  19. data/lib/comet/models/admin_u2fregistration.rb +1 -1
  20. data/lib/comet/models/admin_user_permissions.rb +1 -1
  21. data/lib/comet/models/available_download.rb +1 -1
  22. data/lib/comet/models/azure_destination_location.rb +1 -1
  23. data/lib/comet/models/b2destination_location.rb +1 -1
  24. data/lib/comet/models/b2storage_extra_info.rb +1 -1
  25. data/lib/comet/models/b2transaction_totals.rb +1 -1
  26. data/lib/comet/models/b2virtual_storage_role_settings.rb +1 -1
  27. data/lib/comet/models/backup_job_advanced_options.rb +1 -1
  28. data/lib/comet/models/backup_job_detail.rb +34 -1
  29. data/lib/comet/models/backup_job_progress.rb +1 -1
  30. data/lib/comet/models/backup_rule_config.rb +1 -1
  31. data/lib/comet/models/backup_rule_event_triggers.rb +1 -1
  32. data/lib/comet/models/branding_options.rb +10 -1
  33. data/lib/comet/models/branding_properties.rb +10 -1
  34. data/lib/comet/models/browse_disk_drives_response.rb +1 -1
  35. data/lib/comet/models/browse_edbresponse.rb +1 -1
  36. data/lib/comet/models/browse_hvresponse.rb +1 -1
  37. data/lib/comet/models/browse_office_365objects_response.rb +99 -0
  38. data/lib/comet/models/browse_sqlserver_response.rb +100 -0
  39. data/lib/comet/models/browse_vssresponse.rb +1 -1
  40. data/lib/comet/models/bucket_properties.rb +1 -1
  41. data/lib/comet/models/bucket_usage_info.rb +1 -1
  42. data/lib/comet/models/comet_apiresponse_message.rb +1 -1
  43. data/lib/comet/models/comet_destination_location.rb +1 -1
  44. data/lib/comet/models/constellation_check_report.rb +1 -1
  45. data/lib/comet/models/constellation_stats.rb +1 -1
  46. data/lib/comet/models/constellation_status_apiresponse.rb +1 -1
  47. data/lib/comet/models/content_measurement.rb +1 -1
  48. data/lib/comet/models/content_measurement_component.rb +1 -1
  49. data/lib/comet/models/create_group_policy_response.rb +1 -1
  50. data/lib/comet/models/custom_remote_bucket_settings.rb +75 -0
  51. data/lib/comet/models/default_email_report_policy.rb +1 -1
  52. data/lib/comet/models/default_source_with_osrestriction.rb +83 -0
  53. data/lib/comet/models/destination_config.rb +7 -1
  54. data/lib/comet/models/destination_location.rb +7 -1
  55. data/lib/comet/models/destination_statistics.rb +1 -1
  56. data/lib/comet/models/device_config.rb +12 -1
  57. data/lib/comet/models/disk_drive.rb +1 -1
  58. data/lib/comet/models/dispatcher_admin_sources_response.rb +1 -1
  59. data/lib/comet/models/dispatcher_stored_objects_response.rb +1 -1
  60. data/lib/comet/models/dispatcher_vault_snapshots_response.rb +1 -1
  61. data/lib/comet/models/edbfile_info.rb +1 -1
  62. data/lib/comet/models/email_options.rb +1 -1
  63. data/lib/comet/models/email_report_config.rb +1 -1
  64. data/lib/comet/models/email_report_generated_preview.rb +1 -1
  65. data/lib/comet/models/external_ldapauthentication_source_settings.rb +34 -1
  66. data/lib/comet/models/extra_file_exclusion.rb +1 -1
  67. data/lib/comet/models/ftpdestination_location.rb +1 -1
  68. data/lib/comet/models/get_group_policy_response.rb +1 -1
  69. data/lib/comet/models/get_profile_and_hash_response_message.rb +1 -1
  70. data/lib/comet/models/get_profile_hash_response_message.rb +1 -1
  71. data/lib/comet/models/group_policy.rb +1 -1
  72. data/lib/comet/models/hyper_vmachine_info.rb +1 -1
  73. data/lib/comet/models/install_creds.rb +1 -1
  74. data/lib/comet/models/install_token.rb +1 -1
  75. data/lib/comet/models/install_token_response.rb +1 -1
  76. data/lib/comet/models/job_entry.rb +1 -1
  77. data/lib/comet/models/live_user_connection.rb +12 -1
  78. data/lib/comet/models/local_destination_location.rb +1 -1
  79. data/lib/comet/models/mac_oscode_sign_properties.rb +1 -1
  80. data/lib/comet/models/mongo_dbconnection.rb +1 -1
  81. data/lib/comet/models/mssqlconnection.rb +120 -0
  82. data/lib/comet/models/my_sqlconnection.rb +102 -0
  83. data/lib/comet/models/new_bucket_detail.rb +1 -1
  84. data/lib/comet/models/news_entry.rb +1 -1
  85. data/lib/comet/models/office_365connection.rb +123 -0
  86. data/lib/comet/models/office_365credential.rb +111 -0
  87. data/lib/comet/models/office_365custom_setting.rb +132 -0
  88. data/lib/comet/models/office_365object_info.rb +118 -0
  89. data/lib/comet/models/organization.rb +7 -1
  90. data/lib/comet/models/organization_response.rb +1 -1
  91. data/lib/comet/models/osinfo.rb +1 -1
  92. data/lib/comet/models/partition.rb +1 -1
  93. data/lib/comet/models/private_branding_properties.rb +10 -1
  94. data/lib/comet/models/protected_item_engine_type_policy.rb +1 -1
  95. data/lib/comet/models/public_branding_properties.rb +1 -1
  96. data/lib/comet/models/register_office_application_begin_response.rb +93 -0
  97. data/lib/comet/models/register_office_application_check_response.rb +100 -0
  98. data/lib/comet/models/remote_server_address.rb +11 -1
  99. data/lib/comet/models/remote_storage_option.rb +11 -1
  100. data/lib/comet/models/replicator_state_apiresponse.rb +1 -1
  101. data/lib/comet/models/request_storage_vault_response_message.rb +1 -1
  102. data/lib/comet/models/restore_job_advanced_options.rb +17 -1
  103. data/lib/comet/models/retention_policy.rb +1 -1
  104. data/lib/comet/models/retention_range.rb +1 -1
  105. data/lib/comet/models/s3destination_location.rb +1 -1
  106. data/lib/comet/models/schedule_config.rb +1 -1
  107. data/lib/comet/models/search_clause.rb +1 -1
  108. data/lib/comet/models/self_backup_statistics.rb +108 -0
  109. data/lib/comet/models/server_config_options_branding_fragment.rb +1 -1
  110. data/lib/comet/models/server_config_options_software_build_role_fragment.rb +1 -1
  111. data/lib/comet/models/server_meta_branding_properties.rb +135 -0
  112. data/lib/comet/models/server_meta_version_info.rb +16 -1
  113. data/lib/comet/models/session_key_regenerated_response.rb +1 -1
  114. data/lib/comet/models/sftpdestination_location.rb +1 -1
  115. data/lib/comet/models/size_measurement.rb +1 -1
  116. data/lib/comet/models/software_build_role_options.rb +1 -1
  117. data/lib/comet/models/software_update_news_response.rb +1 -1
  118. data/lib/comet/models/source_basic_info.rb +1 -1
  119. data/lib/comet/models/source_config.rb +1 -1
  120. data/lib/comet/models/source_include_pattern.rb +84 -0
  121. data/lib/comet/models/source_statistics.rb +9 -1
  122. data/lib/comet/models/spanned_destination_location.rb +7 -1
  123. data/lib/comet/models/spanned_storage_extra_info.rb +1 -1
  124. data/lib/comet/models/sshconnection.rb +1 -1
  125. data/lib/comet/models/stat_result.rb +1 -1
  126. data/lib/comet/models/storage_free_space_info.rb +1 -1
  127. data/lib/comet/models/storage_vault_provider_policy.rb +1 -1
  128. data/lib/comet/models/stored_object.rb +86 -1
  129. data/lib/comet/models/streamable_event.rb +4 -2
  130. data/lib/comet/models/swift_destination_location.rb +1 -1
  131. data/lib/comet/models/test_response.rb +1 -1
  132. data/lib/comet/models/totp_regenerated_response.rb +1 -1
  133. data/lib/comet/models/u2fregister_request.rb +1 -1
  134. data/lib/comet/models/u2fregistered_key.rb +1 -1
  135. data/lib/comet/models/u2fregistration_challenge_response.rb +1 -1
  136. data/lib/comet/models/u2fsign_request.rb +1 -1
  137. data/lib/comet/models/u2fsign_response.rb +1 -1
  138. data/lib/comet/models/uninstall_config.rb +1 -1
  139. data/lib/comet/models/update_campaign_device_status.rb +1 -1
  140. data/lib/comet/models/update_campaign_options.rb +1 -1
  141. data/lib/comet/models/update_campaign_properties.rb +1 -1
  142. data/lib/comet/models/update_campaign_status.rb +1 -1
  143. data/lib/comet/models/update_campaign_status_device_entry.rb +1 -1
  144. data/lib/comet/models/user_custom_email_settings.rb +1 -1
  145. data/lib/comet/models/user_on_server.rb +1 -1
  146. data/lib/comet/models/user_policy.rb +16 -1
  147. data/lib/comet/models/user_profile_config.rb +1 -1
  148. data/lib/comet/models/user_profile_fragment.rb +1 -1
  149. data/lib/comet/models/vault_snapshot.rb +7 -1
  150. data/lib/comet/models/vsscomponent.rb +1 -1
  151. data/lib/comet/models/vsswriter_info.rb +1 -1
  152. data/lib/comet/models/wasabi_virtual_storage_role_settings.rb +1 -1
  153. data/lib/comet/models/web_interface_branding_properties.rb +1 -1
  154. data/lib/comet/models/webhook_option.rb +1 -1
  155. data/lib/comet/models/win_smbauth.rb +1 -1
  156. data/lib/comet/models/windows_code_sign_properties.rb +1 -1
  157. data/lib/comet_backup_ruby_sdk.rb +16 -1
  158. metadata +18 -3
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -176,6 +176,9 @@ module Comet
176
176
  # RestoreType:
177
177
  RESTORETYPE_FILE_ARCHIVE = 5
178
178
 
179
+ # RestoreType:
180
+ RESTORETYPE_OFFICE365_CLOUD = 6
181
+
179
182
  # RestoreType: RESTORETYPE_PROCESS_ARCHIVE
180
183
  RESTORETYPE_PROCESS_TARBALL = 3
181
184
 
@@ -221,8 +224,17 @@ module Comet
221
224
  # RetentionRangeType: Uses Weeks, WeekOffset
222
225
  RETENTIONRANGE_FIRST_JOB_FOR_LAST_X_WEEKS = 906
223
226
 
227
+ # RetentionRangeType: Uses Jobs
228
+ RETENTIONRANGE_LAST_X_BACKUPS_ONE_FOR_EACH_DAY = 907
229
+
230
+ # RetentionRangeType: Uses Jobs
231
+ RETENTIONRANGE_LAST_X_BACKUPS_ONE_FOR_EACH_WEEK = 908
232
+
233
+ # RetentionRangeType: Uses Jobs
234
+ RETENTIONRANGE_LAST_X_BACKUPS_ONE_FOR_EACH_MONTH = 909
235
+
224
236
  # RetentionRangeType:
225
- RETENTIONRANGE__HIGHEST = 906
237
+ RETENTIONRANGE__HIGHEST = 909
226
238
 
227
239
  RETENTIONRANGE_MAXINT = 1_125_899_906_842_624
228
240
 
@@ -291,6 +303,8 @@ module Comet
291
303
 
292
304
  ENGINE_BUILTIN_MONGODB = 'engine1/mongodb'
293
305
 
306
+ ENGINE_BUILTIN_MSOFFICE = 'engine1/winmsofficemail'
307
+
294
308
  # MSSQLAuthMode:
295
309
  MSSQL_AUTH_WINDOWS = 'windows'
296
310
 
@@ -327,6 +341,39 @@ module Comet
327
341
  # StoredObjectType:
328
342
  STOREDOBJECTTYPE_WINEFS = 'winefs'
329
343
 
344
+ # StoredObjectType: "file"
345
+ STOREDOBJECTTYPE_EMAILMESSAGE = 'emailmessage\"'
346
+
347
+ # StoredObjectType: "dir"
348
+ STOREDOBJECTTYPE_EMAILFOLDER = 'mailfolder\"'
349
+
350
+ # StoredObjectType: "file"
351
+ STOREDOBJECTTYPE_OFFICECONTACT = 'contact\"'
352
+
353
+ # StoredObjectType: "dir"
354
+ STOREDOBJECTTYPE_OFFICECONTACTFOLDER = 'contactfolder\"'
355
+
356
+ # StoredObjectType: "file"
357
+ STOREDOBJECTTYPE_OFFICECALENDAREVENT = 'calendarevent\"'
358
+
359
+ # StoredObjectType: "dir"
360
+ STOREDOBJECTTYPE_OFFICECALENDAR = 'calendar\"'
361
+
362
+ # StoredObjectType:
363
+ STOREDOBJECTTYPE_MSSITE = 'mssite'
364
+
365
+ # StoredObjectType:
366
+ STOREDOBJECTTYPE_MSSITE_TEAM = 'mssiteteam'
367
+
368
+ # StoredObjectType:
369
+ STOREDOBJECTTYPE_MSSITELISTENTITY = 'mssitelistentity'
370
+
371
+ # StoredObjectType:
372
+ STOREDOBJECTTYPE_MSSITEITEMENTITY = 'mssiteitementity'
373
+
374
+ # StoredObjectType:
375
+ STOREDOBJECTTYPE_MSSITELISTDRIVEENTITY = 'mssitelistdriveentity'
376
+
330
377
  # ExtraFileExclusionOSRestriction:
331
378
  OS_ANY = 0
332
379
 
@@ -365,15 +412,15 @@ module Comet
365
412
 
366
413
  DEFAULT_TIMEZONE = 'UTC'
367
414
 
368
- APPLICATION_VERSION = '20.11.0'
415
+ APPLICATION_VERSION = '21.9.1'
369
416
 
370
- APPLICATION_VERSION_MAJOR = 20
417
+ APPLICATION_VERSION_MAJOR = 21
371
418
 
372
- APPLICATION_VERSION_MINOR = 11
419
+ APPLICATION_VERSION_MINOR = 9
373
420
 
374
- APPLICATION_VERSION_REVISION = 0
421
+ APPLICATION_VERSION_REVISION = 1
375
422
 
376
- RELEASE_CODENAME = 'Io'
423
+ RELEASE_CODENAME = 'Voyager'
377
424
 
378
425
  ENCRYPTIONMETHOD_UNCONFIGURED = 0
379
426
 
@@ -526,6 +573,9 @@ module Comet
526
573
  # RemoteServerType:
527
574
  REMOTESERVER_WASABI = 'wasabi'
528
575
 
576
+ # RemoteServerType:
577
+ REMOTESERVER_CUSTOM = 'custom'
578
+
529
579
  LDAPSECURITYMETHOD_PLAIN = 'plain'
530
580
 
531
581
  LDAPSECURITYMETHOD_LDAPS = 'ldaps'
@@ -562,4 +612,14 @@ module Comet
562
612
  # StreamableEventType: Data is the string bucket ref
563
613
  SEVT_BUCKET_NEW = 4300
564
614
 
615
+ OFFICE365_REGION_PUBLIC = 'GlobalPublicCloud'
616
+
617
+ OFFICE365_REGION_CHINA = 'ChinaCloud'
618
+
619
+ OFFICE365_REGION_GERMANY = 'GermanCloud'
620
+
621
+ OFFICE365_REGION_US_GOVT = 'USGovtGccCloud'
622
+
623
+ OFFICE365_REGION_US_DOD = 'USGovtGccDoDCloud'
624
+
565
625
  end
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -65,6 +65,15 @@ module Comet
65
65
  # @type [Number] download_size
66
66
  attr_accessor :download_size
67
67
 
68
+ # @type [Number] total_mails_count
69
+ attr_accessor :total_mails_count
70
+
71
+ # @type [Number] total_sites_count
72
+ attr_accessor :total_sites_count
73
+
74
+ # @type [Number] total_accounts_count
75
+ attr_accessor :total_accounts_count
76
+
68
77
  # @type [String] cancellation_id
69
78
  attr_accessor :cancellation_id
70
79
 
@@ -96,6 +105,9 @@ module Comet
96
105
  @total_chunks = 0
97
106
  @upload_size = 0
98
107
  @download_size = 0
108
+ @total_mails_count = 0
109
+ @total_sites_count = 0
110
+ @total_accounts_count = 0
99
111
  @cancellation_id = ''
100
112
  @progress = Comet::BackupJobProgress.new
101
113
  @unknown_json_fields = {}
@@ -182,6 +194,18 @@ module Comet
182
194
  raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
183
195
 
184
196
  @download_size = v
197
+ when 'TotalMailsCount'
198
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
199
+
200
+ @total_mails_count = v
201
+ when 'TotalSitesCount'
202
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
203
+
204
+ @total_sites_count = v
205
+ when 'TotalAccountsCount'
206
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
207
+
208
+ @total_accounts_count = v
185
209
  when 'CancellationID'
186
210
  raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
187
211
 
@@ -217,6 +241,15 @@ module Comet
217
241
  ret['TotalChunks'] = @total_chunks
218
242
  ret['UploadSize'] = @upload_size
219
243
  ret['DownloadSize'] = @download_size
244
+ unless @total_mails_count.nil?
245
+ ret['TotalMailsCount'] = @total_mails_count
246
+ end
247
+ unless @total_sites_count.nil?
248
+ ret['TotalSitesCount'] = @total_sites_count
249
+ end
250
+ unless @total_accounts_count.nil?
251
+ ret['TotalAccountsCount'] = @total_accounts_count
252
+ end
220
253
  unless @cancellation_id.nil?
221
254
  ret['CancellationID'] = @cancellation_id
222
255
  end
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -59,6 +59,9 @@ module Comet
59
59
  # @type [String] path_icns_file
60
60
  attr_accessor :path_icns_file
61
61
 
62
+ # @type [String] path_menu_bar_icns_file
63
+ attr_accessor :path_menu_bar_icns_file
64
+
62
65
  # @type [String] path_eula_rtf
63
66
  attr_accessor :path_eula_rtf
64
67
 
@@ -121,6 +124,7 @@ module Comet
121
124
  @account_register_url = ''
122
125
  @path_ico_file = ''
123
126
  @path_icns_file = ''
127
+ @path_menu_bar_icns_file = ''
124
128
  @path_eula_rtf = ''
125
129
  @path_tile_png = ''
126
130
  @path_header_image = ''
@@ -205,6 +209,10 @@ module Comet
205
209
  raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
206
210
 
207
211
  @path_icns_file = v
212
+ when 'PathMenuBarIcnsFile'
213
+ raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
214
+
215
+ @path_menu_bar_icns_file = v
208
216
  when 'PathEulaRtf'
209
217
  raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
210
218
 
@@ -284,6 +292,7 @@ module Comet
284
292
  ret['HideBackgroundLogo'] = @hide_background_logo
285
293
  ret['PathIcoFile'] = @path_ico_file
286
294
  ret['PathIcnsFile'] = @path_icns_file
295
+ ret['PathMenuBarIcnsFile'] = @path_menu_bar_icns_file
287
296
  ret['PathEulaRtf'] = @path_eula_rtf
288
297
  ret['PathTilePng'] = @path_tile_png
289
298
  ret['PathHeaderImage'] = @path_header_image
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT
@@ -44,6 +44,9 @@ module Comet
44
44
  # @type [String] path_icns_file
45
45
  attr_accessor :path_icns_file
46
46
 
47
+ # @type [String] path_menu_bar_icns_file
48
+ attr_accessor :path_menu_bar_icns_file
49
+
47
50
  # @type [String] path_eula_rtf
48
51
  attr_accessor :path_eula_rtf
49
52
 
@@ -102,6 +105,7 @@ module Comet
102
105
  @account_register_url = ''
103
106
  @path_ico_file = ''
104
107
  @path_icns_file = ''
108
+ @path_menu_bar_icns_file = ''
105
109
  @path_eula_rtf = ''
106
110
  @path_tile_png = ''
107
111
  @path_header_image = ''
@@ -168,6 +172,10 @@ module Comet
168
172
  raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
169
173
 
170
174
  @path_icns_file = v
175
+ when 'PathMenuBarIcnsFile'
176
+ raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
177
+
178
+ @path_menu_bar_icns_file = v
171
179
  when 'PathEulaRtf'
172
180
  raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
173
181
 
@@ -242,6 +250,7 @@ module Comet
242
250
  ret['HideBackgroundLogo'] = @hide_background_logo
243
251
  ret['PathIcoFile'] = @path_ico_file
244
252
  ret['PathIcnsFile'] = @path_icns_file
253
+ ret['PathMenuBarIcnsFile'] = @path_menu_bar_icns_file
245
254
  ret['PathEulaRtf'] = @path_eula_rtf
246
255
  ret['PathTilePng'] = @path_tile_png
247
256
  ret['PathHeaderImage'] = @path_header_image
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby --enable-frozen-string-literal
2
2
  #
3
- # Copyright (c) 2020-2020 Comet Licensing Ltd.
3
+ # Copyright (c) 2020-2021 Comet Licensing Ltd.
4
4
  # Please see the LICENSE file for usage information.
5
5
  #
6
6
  # SPDX-License-Identifier: MIT