files.com 1.0.337 → 1.0.338

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: 0524a69b766300097eded01d8a73553b87fac692e4bbe3a00e4cbca77d866b33
4
- data.tar.gz: db809958827706751dd1ccef70335723a812e9a2dd301ce326dd6da1932e9df6
3
+ metadata.gz: 0a444df065d22b12b6a43e7ff3a1379854c581a5caee2b9806c9f78cb8bda414
4
+ data.tar.gz: 60518a2e79437550946d6cb0304a61b44f3b6ba3cdf8b22934cdf3e2b56cd722
5
5
  SHA512:
6
- metadata.gz: 7ce7026201ef4310437d4ecec858457cdbd060663dcc7750117b853b6de68c5d79e3caa0c12229d2ac43088d961b73e5c6feba776a93fd6c83016b42da7b0a98
7
- data.tar.gz: f25f3967b2782e8172046e677b67b3c5efba87416492520b80dd78a194c6047c0c11beb56804397d9b81b057d68e397ac2a1a4e2d4e118d8c4b97f7888c60e88
6
+ metadata.gz: 7758e348f54fa13632bad90dc8f094dc545443cddb150a30f92d83081c2a8d1665019f3cac195b937fd8c45a3b8e6ee242c10f791896048f8a64718e32c9d486
7
+ data.tar.gz: 9ee88fa0035d2a03d5a07ea00f5fb4504c3be7ce8474e482d6d608481d48742f0b385e93ba0c4dc7a3cf763a6b1db0b7eb2343716d5b1cc3f2d8c86cdbc687d3
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.337
1
+ 1.0.338
data/docs/bundle.md CHANGED
@@ -68,7 +68,7 @@
68
68
  * `watermark_attachment` (Image): Preview watermark image applied to all bundle items.
69
69
  * `watermark_value` (object): Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
70
70
  * `has_inbox` (boolean): Does this bundle have an associated inbox?
71
- * `paths` (array): A list of paths in this bundle
71
+ * `paths` (array): A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
72
72
  * `password` (string): Password for this bundle.
73
73
  * `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
74
74
  * `watermark_attachment_file` (file): Preview watermark image applied to all bundle items.
@@ -257,7 +257,7 @@ module Files
257
257
  @attributes[:has_inbox] = value
258
258
  end
259
259
 
260
- # array - A list of paths in this bundle
260
+ # array - A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
261
261
  def paths
262
262
  @attributes[:paths]
263
263
  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.0.337
4
+ version: 1.0.338
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-12 00:00:00.000000000 Z
11
+ date: 2023-04-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable