files.com 1.1.243 → 1.1.245

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23d33b690e85a02e8bb30bf2175b5329ea7d15c0561a7783e6a6ca5c96c5df43
4
- data.tar.gz: 5eec2e1efafab6fddc0ed99927987be32ee1675e75d5113eb88f9af42e65d1ed
3
+ metadata.gz: 477daf77732354a30499b300c60d18fa462d9fafc09afe34c9da86e3a5a1da17
4
+ data.tar.gz: 5ef1a82abbf6f2b0e415c19b04046cc9fe9ae67213005c9dc7d7097c256ac562
5
5
  SHA512:
6
- metadata.gz: 642d23e8655e500ff0c08b57773141ae5c0bc949a579204e89d29afe23021669e01970ffecd672c9c3d6cb6909689011b679e375ff9a0fe008d2d0e114cc467e
7
- data.tar.gz: 5a24fa36359bd5e946b51ac31ab40c657f749ad90600c5928f04bd64e4558945721b2fed9bfc4ae0bae63547cd2aba99ae621670fead945404cd05d5764531f6
6
+ metadata.gz: 1d690b0e7f3a7c1274d3e03a481ae43c12cd8da4e72e1dccd5d5f4fa3f3011e0a52d7878708550c4bd95f8afd1d2a2370a09a91b4ec2422ffd5a6d5428f995c5
7
+ data.tar.gz: 6bfdd33412314d0e62cd6fed5ef1e9053c9bf9855b49dda7d00c0763205277fd59881b620bbfe76e753dacb8ac2f41780433af9489a9fc0aff97220eb822e4fb
data/README.md CHANGED
@@ -328,6 +328,16 @@ rescue Files::Error => e
328
328
  end
329
329
  ```
330
330
 
331
+ ## Foreign Language Support
332
+
333
+ The Files.com Ruby SDK will soon be updated to support localized responses by using a configuration
334
+ method. When available, it can be used to guide the API in selecting a preferred language for applicable response content.
335
+
336
+ Language support currently applies to select human-facing fields only, such as notification messages
337
+ and error descriptions.
338
+
339
+ If the specified language is not supported or the value is omitted, the API defaults to English.
340
+
331
341
  ## Errors
332
342
 
333
343
  The Files.com Ruby SDK will return errors by raising exceptions. There are many exception classes defined in the Files SDK that correspond
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.243
1
+ 1.1.245
data/docs/sso_strategy.md CHANGED
@@ -31,6 +31,7 @@
31
31
  "provision_group_inclusion": "Employees",
32
32
  "provision_group_required": "example",
33
33
  "provision_email_signup_groups": "Employees",
34
+ "provision_readonly_site_admin_groups": "Employees",
34
35
  "provision_site_admin_groups": "Employees",
35
36
  "provision_group_admin_groups": "Employees",
36
37
  "provision_attachments_permission": true,
@@ -81,6 +82,7 @@
81
82
  * `provision_group_inclusion` (string): Comma-separated list of group names for groups (with optional wildcards) that will be auto-provisioned.
82
83
  * `provision_group_required` (string): Comma or newline separated list of group names (with optional wildcards) to require membership for user provisioning.
83
84
  * `provision_email_signup_groups` (string): Comma-separated list of group names whose members will be created with email_signup authentication.
85
+ * `provision_readonly_site_admin_groups` (string): Comma-separated list of group names whose members will be created as Read-Only Site Admins.
84
86
  * `provision_site_admin_groups` (string): Comma-separated list of group names whose members will be created as Site Admins.
85
87
  * `provision_group_admin_groups` (string): Comma-separated list of group names whose members will be provisioned as Group Admins.
86
88
  * `provision_attachments_permission` (boolean):
@@ -144,6 +144,11 @@ module Files
144
144
  @attributes[:provision_email_signup_groups]
145
145
  end
146
146
 
147
+ # string - Comma-separated list of group names whose members will be created as Read-Only Site Admins.
148
+ def provision_readonly_site_admin_groups
149
+ @attributes[:provision_readonly_site_admin_groups]
150
+ end
151
+
147
152
  # string - Comma-separated list of group names whose members will be created as Site Admins.
148
153
  def provision_site_admin_groups
149
154
  @attributes[:provision_site_admin_groups]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.243"
4
+ VERSION = "1.1.245"
5
5
  end
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.1.243
4
+ version: 1.1.245
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-28 00:00:00.000000000 Z
11
+ date: 2025-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable