files.com 1.1.344 → 1.1.345

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: a8455c4d3b0e422dbf83001c67743bafdce668f483f4898733282b76cdeef365
4
- data.tar.gz: 0e4e15bf5b3676892e9634daf5b2e400a4d4cb0790cde22fd29a284dc4222f01
3
+ metadata.gz: e853c9d85e0f89370a45e3b8e31dee1e56bd2b2455b67eff215d9eefbc8123a2
4
+ data.tar.gz: 403f66f5e17c3efec00ac52427fd4eb879802ba6d54732433f5d0dc165aaf577
5
5
  SHA512:
6
- metadata.gz: 51bb5e31c7693dcd44daca482a846a525938051fe05ce42568558cb087dfe2acda00c126e38b815d04b077f10b72a8d9231b2628c557453bfde00dd1eedc5128
7
- data.tar.gz: e5845a376f3cba5ff50ec57dc1f9c14d0f0e0b152bedf5f7f885d5d6ff01966a59fe4c58b49bac32ce9f6b6607d3cdb55f7bac8571e30ff1c51137f0f732dbe2
6
+ metadata.gz: e9731d426a54cb06796d95104b1e409b4d86fdb58ef55b13c6186294c3d8d498a8b6b88585c32daaa5b20885b576243698da18b8da98bfd8fa1988176499c590
7
+ data.tar.gz: 8f06f217ed1aba53ae9f8cf9a936037dd868c312ad26b6656aad4108f24ada704c6a6afe1993746b4a957355fc861b8efffa9d5791cbf50bd04fc75706f1ba9d
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.344
1
+ 1.1.345
data/docs/partner.md CHANGED
@@ -12,7 +12,12 @@
12
12
  "name": "Acme Corp",
13
13
  "notes": "This is a note about the partner.",
14
14
  "root_folder": "/AcmeCorp",
15
- "tags": "example"
15
+ "tags": "example",
16
+ "user_ids": [
17
+ 1,
18
+ 2,
19
+ 3
20
+ ]
16
21
  }
17
22
  ```
18
23
 
@@ -25,6 +30,7 @@
25
30
  * `notes` (string): Notes about this Partner.
26
31
  * `root_folder` (string): The root folder path for this Partner.
27
32
  * `tags` (string): Comma-separated list of Tags for this Partner. Tags are used for other features, such as UserLifecycleRules, which can target specific tags. Tags must only contain lowercase letters, numbers, and hyphens.
33
+ * `user_ids` (array(int64)): Array of User IDs that belong to this Partner.
28
34
 
29
35
 
30
36
  ---
@@ -90,6 +90,15 @@ module Files
90
90
  @attributes[:tags] = value
91
91
  end
92
92
 
93
+ # array(int64) - Array of User IDs that belong to this Partner.
94
+ def user_ids
95
+ @attributes[:user_ids]
96
+ end
97
+
98
+ def user_ids=(value)
99
+ @attributes[:user_ids] = value
100
+ end
101
+
93
102
  # Parameters:
94
103
  # name - string - The name of the Partner.
95
104
  # allow_bypassing_2fa_policies - boolean - Allow users created under this Partner to bypass Two-Factor Authentication policies.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.344"
4
+ VERSION = "1.1.345"
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.344
4
+ version: 1.1.345
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-11-03 00:00:00.000000000 Z
11
+ date: 2025-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable