files.com 1.0.251 → 1.0.254

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fef3648dfb331c50f3c4f6a9c0968cb6ae283483f6d75eeb627d173cb35d237
4
- data.tar.gz: 7931b8a5f2770b7eb9638fdac98d85c30f6cc07326b7bd94afb946096ef40a6d
3
+ metadata.gz: 3b02c1d15b2e559465baa4f5ce9b7977b0b4a8fb2267366846e1160d68cbbff1
4
+ data.tar.gz: 9e81299c84cfec2a425636a5fa57f5ad5d76395002e550e438ca995be8cdbb53
5
5
  SHA512:
6
- metadata.gz: ff5d8d9923d38d020d9f8bf3a0502e3219f2f18168385b5275a8611903278e8eef6df82cede7a53a55db0a8fc940b99f8e86e7a21ffd35c4f00ec7acb883fc00
7
- data.tar.gz: 333ba4ad84cc8995dcd4a1cade1b706ebc7e2ab2c1854441df81b619f6b02ecc48146799d13fa52fecc3fdd2d5bcfd2859b9185b4e935650124d8f5addb2f21f
6
+ metadata.gz: 8d676beb9bb1b9b42dfe798cdbd39a43b50498dccf4a8baabf0fcaec5113e2526faa6a005d6e22887c34b7489e90932edb1d714cc51f2a1a7156374d6cc9f560
7
+ data.tar.gz: 03c56d72c665ce6aed3c191a13505bd761eed37f2834bd88fb9e1e5a3bf8a43468f18ff1f3a020793c2e78c3923ad3bed383521f20dfd3d88d993352f2fb66c4
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.251
1
+ 1.0.254
@@ -27,7 +27,7 @@
27
27
  * `content_type` (string): Content Type header of the incoming message.
28
28
  * `http_headers` (object): HTTP Headers sent with this message.
29
29
  * `activity_log` (string): JSON Structure of the activity log.
30
- * `processing_result` (string): Result of processing. Valid values: `unable_to_find_station`, `unable_to_find_partner`, `unable_to_validate_signature`, `decrypt_fail`, `file_save_fail`, `success`
30
+ * `processing_result` (string): Result of processing.
31
31
  * `as2_to` (string): AS2 TO header of message
32
32
  * `as2_from` (string): AS2 FROM header of message
33
33
  * `message_id` (string): AS2 Message Id
@@ -23,7 +23,7 @@
23
23
  * `uuid` (string): UUID assigned to this message.
24
24
  * `http_headers` (object): HTTP Headers sent with this message.
25
25
  * `activity_log` (string): JSON Structure of the activity log.
26
- * `processing_result` (string): Result of processing. Valid values: `send_failed`, `send_success`, `send_no_mdn`
26
+ * `processing_result` (string): Result of processing.
27
27
  * `mic` (string): AS2 Message Integrity Check
28
28
  * `message_id` (string): AS2 Message Id
29
29
  * `body_size` (string): Encrypted Payload Body Size
data/docs/bundle.md CHANGED
@@ -39,6 +39,9 @@
39
39
  "skip_email": true,
40
40
  "skip_company": true
41
41
  },
42
+ "skip_name": true,
43
+ "skip_email": true,
44
+ "skip_company": true,
42
45
  "id": 1,
43
46
  "created_at": "2000-01-01T01:00:00Z",
44
47
  "expires_at": "2000-01-01T01:00:00Z",
@@ -69,6 +72,9 @@
69
72
  * `require_share_recipient` (boolean): Only allow access to recipients who have explicitly received the share via an email sent through the Files.com UI?
70
73
  * `clickwrap_body` (string): Legal text that must be agreed to prior to accessing Bundle.
71
74
  * `form_field_set` (FormFieldSet): Custom Form to use
75
+ * `skip_name` (boolean): BundleRegistrations can be saved without providing name?
76
+ * `skip_email` (boolean): BundleRegistrations can be saved without providing email?
77
+ * `skip_company` (boolean): BundleRegistrations can be saved without providing company?
72
78
  * `id` (int64): Bundle ID
73
79
  * `created_at` (date-time): Bundle created at date/time
74
80
  * `expires_at` (date-time): Bundle expiration date/time
data/docs/user.md CHANGED
@@ -131,7 +131,7 @@ Files::User.list(
131
131
 
132
132
  * `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
133
133
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
134
- * `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `username`, `company`, `name`, `site_admin`, `receive_admin_alerts`, `password_validity_days`, `ssl_required` or `not_site_admin`.
134
+ * `sort_by` (object): If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `authenticate_until`, `active`, `email`, `last_desktop_login_at`, `last_login_at`, `username`, `company`, `name`, `site_admin`, `receive_admin_alerts`, `password_validity_days`, `ssl_required` or `not_site_admin`.
135
135
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ not_site_admin, username ]`.
136
136
  * `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ not_site_admin, username ]`.
137
137
  * `filter_gteq` (object): If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ not_site_admin, username ]`.
@@ -39,7 +39,7 @@ module Files
39
39
  @attributes[:activity_log]
40
40
  end
41
41
 
42
- # string - Result of processing. Valid values: `unable_to_find_station`, `unable_to_find_partner`, `unable_to_validate_signature`, `decrypt_fail`, `file_save_fail`, `success`
42
+ # string - Result of processing.
43
43
  def processing_result
44
44
  @attributes[:processing_result]
45
45
  end
@@ -34,7 +34,7 @@ module Files
34
34
  @attributes[:activity_log]
35
35
  end
36
36
 
37
- # string - Result of processing. Valid values: `send_failed`, `send_success`, `send_no_mdn`
37
+ # string - Result of processing.
38
38
  def processing_result
39
39
  @attributes[:processing_result]
40
40
  end
@@ -90,6 +90,33 @@ module Files
90
90
  @attributes[:form_field_set] = value
91
91
  end
92
92
 
93
+ # boolean - BundleRegistrations can be saved without providing name?
94
+ def skip_name
95
+ @attributes[:skip_name]
96
+ end
97
+
98
+ def skip_name=(value)
99
+ @attributes[:skip_name] = value
100
+ end
101
+
102
+ # boolean - BundleRegistrations can be saved without providing email?
103
+ def skip_email
104
+ @attributes[:skip_email]
105
+ end
106
+
107
+ def skip_email=(value)
108
+ @attributes[:skip_email] = value
109
+ end
110
+
111
+ # boolean - BundleRegistrations can be saved without providing company?
112
+ def skip_company
113
+ @attributes[:skip_company]
114
+ end
115
+
116
+ def skip_company=(value)
117
+ @attributes[:skip_company] = value
118
+ end
119
+
93
120
  # int64 - Bundle ID
94
121
  def id
95
122
  @attributes[:id]
@@ -666,7 +666,7 @@ module Files
666
666
  # Parameters:
667
667
  # cursor - string - Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
668
668
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
669
- # sort_by - object - If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `authenticate_until`, `email`, `last_desktop_login_at`, `last_login_at`, `username`, `company`, `name`, `site_admin`, `receive_admin_alerts`, `password_validity_days`, `ssl_required` or `not_site_admin`.
669
+ # sort_by - object - If set, sort records by the specified field in either 'asc' or 'desc' direction (e.g. sort_by[last_login_at]=desc). Valid fields are `authenticate_until`, `active`, `email`, `last_desktop_login_at`, `last_login_at`, `username`, `company`, `name`, `site_admin`, `receive_admin_alerts`, `password_validity_days`, `ssl_required` or `not_site_admin`.
670
670
  # filter - object - If set, return records where the specified field is equal to the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ not_site_admin, username ]`.
671
671
  # filter_gt - object - If set, return records where the specified field is greater than the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ not_site_admin, username ]`.
672
672
  # filter_gteq - object - If set, return records where the specified field is greater than or equal to the supplied value. Valid fields are `username`, `email`, `company`, `site_admin`, `password_validity_days`, `ssl_required`, `last_login_at`, `authenticate_until` or `not_site_admin`. Valid field combinations are `[ not_site_admin, username ]`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.251
4
+ version: 1.0.254
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-28 00:00:00.000000000 Z
11
+ date: 2022-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable