files.com 1.1.51 → 1.1.52

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: c8bd9cc3feb73431ee538e9295167cdebb8ce110bf18ee89ef2c8b163efb881b
4
- data.tar.gz: 858411d5c41eebb73365462ca7c4816a20a586b1270b75391fce1c7d692bd12e
3
+ metadata.gz: 8af6c769f155b38b5640eb3eb37f9148ff93c3eb0b7c2e24934fb258526d696f
4
+ data.tar.gz: 803611b0c352e7bd3d8948f25951c5f7848fadfd78fe0d5bea9220fb0d85915a
5
5
  SHA512:
6
- metadata.gz: 9775894e1107eba82c28bda7d817ce175550dfcdfe0d085b9692a39e182485eb583798cb120918da878ad06eb10eb8f0ed21b75d338932a17bd69a4dad0e1018
7
- data.tar.gz: 958e5c54dbdf03f378c37f88a3c99a171c954872ed54233f4a93d74e43de3881a4010c7fb4ca8003eacf4ca361303e160e2995a231fa58ff17fdbbfdee909a48
6
+ metadata.gz: bfcdcc453965aeca73d12d529adbca5c89f44850a889fedf7ff43df19813de99923df132b76fe5f945d3a5d62ceb2717049da7674c35b166f09fc2e298e8ba90
7
+ data.tar.gz: 9b07fd3bc0e42a9f4ae79157da33fe4c67d2fa7dde228b5e756a2600eb9ce0824071fa86621324927c2d263464b3efcbea3765008f9b320f2d903f09b6ef526a
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.51
1
+ 1.1.52
data/docs/bundle.md CHANGED
@@ -77,7 +77,12 @@
77
77
  "paths": [
78
78
  "file.txt"
79
79
  ],
80
- "bundlepaths": "example"
80
+ "bundlepaths": [
81
+ {
82
+ "recursive": true,
83
+ "path": "example"
84
+ }
85
+ ]
81
86
  }
82
87
  ```
83
88
 
@@ -119,7 +124,7 @@
119
124
  * `watermark_value` (object): Preview watermark settings applied to all bundle items. Uses the same keys as Behavior.value
120
125
  * `has_inbox` (boolean): Does this bundle have an associated inbox?
121
126
  * `paths` (array): A list of paths in this bundle. For performance reasons, this is not provided when listing bundles.
122
- * `bundlepaths` (BundlePath): A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
127
+ * `bundlepaths` (array): A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
123
128
  * `password` (string): Password for this bundle.
124
129
  * `form_field_set_id` (int64): Id of Form Field Set to use with this bundle
125
130
  * `create_snapshot` (boolean): If true, create a snapshot of this bundle's contents.
@@ -347,7 +347,7 @@ module Files
347
347
  @attributes[:paths] = value
348
348
  end
349
349
 
350
- # BundlePath - A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
350
+ # array - A list of bundlepaths in this bundle. For performance reasons, this is not provided when listing bundles.
351
351
  def bundlepaths
352
352
  @attributes[:bundlepaths]
353
353
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.51"
4
+ VERSION = "1.1.52"
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.51
4
+ version: 1.1.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-23 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable