files.com 1.1.696 → 1.1.697
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 +4 -4
- data/_VERSION +1 -1
- data/docs/partner.md +8 -0
- data/lib/files.com/models/partner.rb +12 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a893aaa8b607be5cdc71b0e9a2d2857cf0ba59b85ac6ae8f7772895169096d61
|
|
4
|
+
data.tar.gz: 11c31bb97e760ed51071fb8ca96cd93e2fde8e56685ad23e630fe48254564cf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b955a095e6b440763b00bb6edb076058038ebaa10e257e6bed90a88c7eb0ae97687af338af9cfb7cf812a9dead1d84488149dd5f09b6ba5bbf44bf5e466ded95
|
|
7
|
+
data.tar.gz: 22e68d3c932d53c294dc473ff6c736d9801bf3ff810e40d653e5e216ef5751a3988bffba9e2c24829ca1d9c5e8d71c441f3320c258464ea6c1551fa1afcd03e3
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.697
|
data/docs/partner.md
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"responsible_group_id": 1,
|
|
26
26
|
"responsible_user_id": 1,
|
|
27
27
|
"root_folder": "/AcmeCorp",
|
|
28
|
+
"show_partner_channel_home_page": true,
|
|
28
29
|
"tags": "example",
|
|
29
30
|
"user_ids": [
|
|
30
31
|
1,
|
|
@@ -51,6 +52,7 @@
|
|
|
51
52
|
* `responsible_group_id` (int64): ID of the Group responsible for this Partner.
|
|
52
53
|
* `responsible_user_id` (int64): ID of the User responsible for this Partner.
|
|
53
54
|
* `root_folder` (string): The root folder path for this Partner.
|
|
55
|
+
* `show_partner_channel_home_page` (boolean): Show Partner users a simplified home page built from this Partner's Channels.
|
|
54
56
|
* `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.
|
|
55
57
|
* `user_ids` (array(int64)): Array of User IDs that belong to this Partner.
|
|
56
58
|
|
|
@@ -101,6 +103,7 @@ Files::Partner.create(
|
|
|
101
103
|
partner_channel_template_id: 1,
|
|
102
104
|
responsible_group_id: 1,
|
|
103
105
|
responsible_user_id: 1,
|
|
106
|
+
show_partner_channel_home_page: false,
|
|
104
107
|
tags: "example",
|
|
105
108
|
name: "Acme Corp",
|
|
106
109
|
root_folder: "/AcmeCorp",
|
|
@@ -121,6 +124,7 @@ Files::Partner.create(
|
|
|
121
124
|
* `partner_channel_template_id` (int64): ID of the Partner Channel Template assigned to this Partner.
|
|
122
125
|
* `responsible_group_id` (int64): ID of the Group responsible for this Partner.
|
|
123
126
|
* `responsible_user_id` (int64): ID of the User responsible for this Partner.
|
|
127
|
+
* `show_partner_channel_home_page` (boolean): Show Partner users a simplified home page built from this Partner's Channels.
|
|
124
128
|
* `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.
|
|
125
129
|
* `name` (string): Required - The name of the Partner.
|
|
126
130
|
* `root_folder` (string): Required - The root folder path for this Partner.
|
|
@@ -144,6 +148,7 @@ Files::Partner.update(id,
|
|
|
144
148
|
partner_channel_template_id: 1,
|
|
145
149
|
responsible_group_id: 1,
|
|
146
150
|
responsible_user_id: 1,
|
|
151
|
+
show_partner_channel_home_page: false,
|
|
147
152
|
tags: "example",
|
|
148
153
|
name: "Acme Corp",
|
|
149
154
|
root_folder: "/AcmeCorp"
|
|
@@ -164,6 +169,7 @@ Files::Partner.update(id,
|
|
|
164
169
|
* `partner_channel_template_id` (int64): ID of the Partner Channel Template assigned to this Partner.
|
|
165
170
|
* `responsible_group_id` (int64): ID of the Group responsible for this Partner.
|
|
166
171
|
* `responsible_user_id` (int64): ID of the User responsible for this Partner.
|
|
172
|
+
* `show_partner_channel_home_page` (boolean): Show Partner users a simplified home page built from this Partner's Channels.
|
|
167
173
|
* `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.
|
|
168
174
|
* `name` (string): The name of the Partner.
|
|
169
175
|
* `root_folder` (string): The root folder path for this Partner.
|
|
@@ -201,6 +207,7 @@ partner.update(
|
|
|
201
207
|
partner_channel_template_id: 1,
|
|
202
208
|
responsible_group_id: 1,
|
|
203
209
|
responsible_user_id: 1,
|
|
210
|
+
show_partner_channel_home_page: false,
|
|
204
211
|
tags: "example",
|
|
205
212
|
name: "Acme Corp",
|
|
206
213
|
root_folder: "/AcmeCorp"
|
|
@@ -221,6 +228,7 @@ partner.update(
|
|
|
221
228
|
* `partner_channel_template_id` (int64): ID of the Partner Channel Template assigned to this Partner.
|
|
222
229
|
* `responsible_group_id` (int64): ID of the Group responsible for this Partner.
|
|
223
230
|
* `responsible_user_id` (int64): ID of the User responsible for this Partner.
|
|
231
|
+
* `show_partner_channel_home_page` (boolean): Show Partner users a simplified home page built from this Partner's Channels.
|
|
224
232
|
* `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.
|
|
225
233
|
* `name` (string): The name of the Partner.
|
|
226
234
|
* `root_folder` (string): The root folder path for this Partner.
|
|
@@ -162,6 +162,15 @@ module Files
|
|
|
162
162
|
@attributes[:root_folder] = value
|
|
163
163
|
end
|
|
164
164
|
|
|
165
|
+
# boolean - Show Partner users a simplified home page built from this Partner's Channels.
|
|
166
|
+
def show_partner_channel_home_page
|
|
167
|
+
@attributes[:show_partner_channel_home_page]
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
def show_partner_channel_home_page=(value)
|
|
171
|
+
@attributes[:show_partner_channel_home_page] = value
|
|
172
|
+
end
|
|
173
|
+
|
|
165
174
|
# 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.
|
|
166
175
|
def tags
|
|
167
176
|
@attributes[:tags]
|
|
@@ -192,6 +201,7 @@ module Files
|
|
|
192
201
|
# partner_channel_template_id - int64 - ID of the Partner Channel Template assigned to this Partner.
|
|
193
202
|
# responsible_group_id - int64 - ID of the Group responsible for this Partner.
|
|
194
203
|
# responsible_user_id - int64 - ID of the User responsible for this Partner.
|
|
204
|
+
# show_partner_channel_home_page - boolean - Show Partner users a simplified home page built from this Partner's Channels.
|
|
195
205
|
# 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.
|
|
196
206
|
# name - string - The name of the Partner.
|
|
197
207
|
# root_folder - string - The root folder path for this Partner.
|
|
@@ -288,6 +298,7 @@ module Files
|
|
|
288
298
|
# partner_channel_template_id - int64 - ID of the Partner Channel Template assigned to this Partner.
|
|
289
299
|
# responsible_group_id - int64 - ID of the Group responsible for this Partner.
|
|
290
300
|
# responsible_user_id - int64 - ID of the User responsible for this Partner.
|
|
301
|
+
# show_partner_channel_home_page - boolean - Show Partner users a simplified home page built from this Partner's Channels.
|
|
291
302
|
# 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.
|
|
292
303
|
# name (required) - string - The name of the Partner.
|
|
293
304
|
# root_folder (required) - string - The root folder path for this Partner.
|
|
@@ -322,6 +333,7 @@ module Files
|
|
|
322
333
|
# partner_channel_template_id - int64 - ID of the Partner Channel Template assigned to this Partner.
|
|
323
334
|
# responsible_group_id - int64 - ID of the Group responsible for this Partner.
|
|
324
335
|
# responsible_user_id - int64 - ID of the User responsible for this Partner.
|
|
336
|
+
# show_partner_channel_home_page - boolean - Show Partner users a simplified home page built from this Partner's Channels.
|
|
325
337
|
# 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.
|
|
326
338
|
# name - string - The name of the Partner.
|
|
327
339
|
# root_folder - string - The root folder path for this Partner.
|
data/lib/files.com/version.rb
CHANGED
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.
|
|
4
|
+
version: 1.1.697
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|