dropbox-sign 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/VERSION +1 -1
- data/docs/SignatureRequestCreateEmbeddedRequest.md +1 -1
- data/docs/TemplateResponseDocumentCustomFieldBase.md +0 -1
- data/docs/TemplateResponseDocumentFormFieldBase.md +0 -1
- data/docs/TemplateResponseDocumentStaticFieldBase.md +0 -1
- data/lib/dropbox-sign/models/signature_request_create_embedded_request.rb +1 -1
- data/lib/dropbox-sign/models/template_response_document_custom_field_base.rb +5 -16
- data/lib/dropbox-sign/models/template_response_document_form_field_base.rb +5 -16
- data/lib/dropbox-sign/models/template_response_document_static_field_base.rb +5 -16
- data/lib/dropbox-sign/version.rb +1 -1
- data/openapi-config.yaml +1 -1
- data/openapi-sdk.yaml +1 -13
- data/test_fixtures/TemplateGetResponse.json +22 -84
- data/test_fixtures/TemplateListResponse.json +9 -39
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29798e1f92fb71627efe66ceb0c342588d48a4f048052bac5284edfd6eb6d7ac
|
4
|
+
data.tar.gz: 6518ffcfde96478d57503c461284d2624fbcbe32e671e800f9497ab85b132961
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb8f2384aeb16f9e849b4a28dcc383bb00aad77888170bc6aea76591bba02da587ddf9e43c9964bce3118cd7dc072377ecb5b7302340638976e45023e243df53
|
7
|
+
data.tar.gz: b5e79413e4a14e2762da87320440f20a4b31f0969407259069ab40b5d6b3a7347ecc161f4d27a70ce0b6bf167f962b9fde64749c0f1f80c6f8740764417a1b70
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -25,7 +25,7 @@ directory that corresponds to the file you want updated.
|
|
25
25
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
26
26
|
|
27
27
|
- API version: 3.0.0
|
28
|
-
- Package version: 1.1.
|
28
|
+
- Package version: 1.1.1
|
29
29
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
30
30
|
|
31
31
|
## Installation
|
@@ -46,14 +46,14 @@ gem build dropbox-sign.gemspec
|
|
46
46
|
Then install the gem locally:
|
47
47
|
|
48
48
|
```shell
|
49
|
-
gem install ./dropbox-sign-1.1.
|
49
|
+
gem install ./dropbox-sign-1.1.1.gem
|
50
50
|
```
|
51
51
|
|
52
|
-
(for development, run `gem install --dev ./dropbox-sign-1.1.
|
52
|
+
(for development, run `gem install --dev ./dropbox-sign-1.1.1.gem` to install the development dependencies)
|
53
53
|
|
54
54
|
Finally add this to the Gemfile:
|
55
55
|
|
56
|
-
gem 'dropbox-sign', '~> 1.1.
|
56
|
+
gem 'dropbox-sign', '~> 1.1.1'
|
57
57
|
|
58
58
|
### Install from Git
|
59
59
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
@@ -29,5 +29,5 @@
|
|
29
29
|
| `title` | ```String``` | The title you want to assign to the SignatureRequest. | |
|
30
30
|
| `use_text_tags` | ```Boolean``` | Send with a value of `true` if you wish to enable [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) parsing in your document. Defaults to disabled, or `false`. | [default to false] |
|
31
31
|
| `populate_auto_fill_fields` | ```Boolean``` | Controls whether [auto fill fields](https://faq.hellosign.com/hc/en-us/articles/360051467511-Auto-Fill-Fields) can automatically populate a signer's information during signing.<br><br>⚠️ **Note** ⚠️: Keep your signer's information safe by ensuring that the _signer on your signature request is the intended party_ before using this feature. | [default to false] |
|
32
|
-
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details
|
32
|
+
| `expires_at` | ```Integer``` | When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details. | |
|
33
33
|
|
@@ -16,5 +16,4 @@ An array of Form Field objects containing the name and type of each named field.
|
|
16
16
|
| `height` | ```Integer``` | The height in pixels of this form field. | |
|
17
17
|
| `required` | ```Boolean``` | Boolean showing whether or not this field is required. | |
|
18
18
|
| `group` | ```String``` | The name of the group this field is in. If this field is not a group, this defaults to `null`. | |
|
19
|
-
| `font_size` | ```Integer``` | Final font size used by this form field. | |
|
20
19
|
|
@@ -16,5 +16,4 @@ An array of Form Field objects containing the name and type of each named field.
|
|
16
16
|
| `height` | ```Integer``` | The height in pixels of this form field. | |
|
17
17
|
| `required` | ```Boolean``` | Boolean showing whether or not this field is required. | |
|
18
18
|
| `group` | ```String``` | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | |
|
19
|
-
| `font_size` | ```Integer``` | Final font size used by this form field. | |
|
20
19
|
|
@@ -16,5 +16,4 @@ An array describing static overlay fields. **Note** only available for certain s
|
|
16
16
|
| `height` | ```Integer``` | The height in pixels of this static field. | |
|
17
17
|
| `required` | ```Boolean``` | Boolean showing whether or not this field is required. | |
|
18
18
|
| `group` | ```String``` | The name of the group this field is in. If this field is not a group, this defaults to `null`. | |
|
19
|
-
| `font_size` | ```Integer``` | Final font size used by this form field. | |
|
20
19
|
|
@@ -108,7 +108,7 @@ module Dropbox::Sign
|
|
108
108
|
# @return [Boolean]
|
109
109
|
attr_accessor :populate_auto_fill_fields
|
110
110
|
|
111
|
-
# When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.
|
111
|
+
# When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.
|
112
112
|
# @return [Integer, nil]
|
113
113
|
attr_accessor :expires_at
|
114
114
|
|
@@ -58,10 +58,6 @@ module Dropbox::Sign
|
|
58
58
|
# @return [String, nil]
|
59
59
|
attr_accessor :group
|
60
60
|
|
61
|
-
# Final font size used by this form field.
|
62
|
-
# @return [Integer]
|
63
|
-
attr_accessor :font_size
|
64
|
-
|
65
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
66
62
|
def self.attribute_map
|
67
63
|
{
|
@@ -74,8 +70,7 @@ module Dropbox::Sign
|
|
74
70
|
:'width' => :'width',
|
75
71
|
:'height' => :'height',
|
76
72
|
:'required' => :'required',
|
77
|
-
:'group' => :'group'
|
78
|
-
:'font_size' => :'fontSize'
|
73
|
+
:'group' => :'group'
|
79
74
|
}
|
80
75
|
end
|
81
76
|
|
@@ -101,8 +96,7 @@ module Dropbox::Sign
|
|
101
96
|
:'width' => :'Integer',
|
102
97
|
:'height' => :'Integer',
|
103
98
|
:'required' => :'Boolean',
|
104
|
-
:'group' => :'String'
|
105
|
-
:'font_size' => :'Integer'
|
99
|
+
:'group' => :'String'
|
106
100
|
}
|
107
101
|
end
|
108
102
|
|
@@ -115,7 +109,7 @@ module Dropbox::Sign
|
|
115
109
|
def self.openapi_nullable
|
116
110
|
Set.new([
|
117
111
|
:'signer',
|
118
|
-
:'group'
|
112
|
+
:'group'
|
119
113
|
])
|
120
114
|
end
|
121
115
|
|
@@ -196,10 +190,6 @@ module Dropbox::Sign
|
|
196
190
|
if attributes.key?(:'group')
|
197
191
|
self.group = attributes[:'group']
|
198
192
|
end
|
199
|
-
|
200
|
-
if attributes.key?(:'font_size')
|
201
|
-
self.font_size = attributes[:'font_size']
|
202
|
-
end
|
203
193
|
end
|
204
194
|
|
205
195
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -234,8 +224,7 @@ module Dropbox::Sign
|
|
234
224
|
width == o.width &&
|
235
225
|
height == o.height &&
|
236
226
|
required == o.required &&
|
237
|
-
group == o.group
|
238
|
-
font_size == o.font_size
|
227
|
+
group == o.group
|
239
228
|
end
|
240
229
|
|
241
230
|
# @see the `==` method
|
@@ -247,7 +236,7 @@ module Dropbox::Sign
|
|
247
236
|
# Calculates hash code according to all attributes.
|
248
237
|
# @return [Integer] Hash code
|
249
238
|
def hash
|
250
|
-
[type, api_id, name, signer, x, y, width, height, required, group
|
239
|
+
[type, api_id, name, signer, x, y, width, height, required, group].hash
|
251
240
|
end
|
252
241
|
|
253
242
|
# Builds the object from hash
|
@@ -58,10 +58,6 @@ module Dropbox::Sign
|
|
58
58
|
# @return [String, nil]
|
59
59
|
attr_accessor :group
|
60
60
|
|
61
|
-
# Final font size used by this form field.
|
62
|
-
# @return [Integer]
|
63
|
-
attr_accessor :font_size
|
64
|
-
|
65
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
66
62
|
def self.attribute_map
|
67
63
|
{
|
@@ -74,8 +70,7 @@ module Dropbox::Sign
|
|
74
70
|
:'width' => :'width',
|
75
71
|
:'height' => :'height',
|
76
72
|
:'required' => :'required',
|
77
|
-
:'group' => :'group'
|
78
|
-
:'font_size' => :'fontSize'
|
73
|
+
:'group' => :'group'
|
79
74
|
}
|
80
75
|
end
|
81
76
|
|
@@ -101,8 +96,7 @@ module Dropbox::Sign
|
|
101
96
|
:'width' => :'Integer',
|
102
97
|
:'height' => :'Integer',
|
103
98
|
:'required' => :'Boolean',
|
104
|
-
:'group' => :'String'
|
105
|
-
:'font_size' => :'Integer'
|
99
|
+
:'group' => :'String'
|
106
100
|
}
|
107
101
|
end
|
108
102
|
|
@@ -114,7 +108,7 @@ module Dropbox::Sign
|
|
114
108
|
# List of attributes with nullable: true
|
115
109
|
def self.openapi_nullable
|
116
110
|
Set.new([
|
117
|
-
:'group'
|
111
|
+
:'group'
|
118
112
|
])
|
119
113
|
end
|
120
114
|
|
@@ -213,10 +207,6 @@ module Dropbox::Sign
|
|
213
207
|
if attributes.key?(:'group')
|
214
208
|
self.group = attributes[:'group']
|
215
209
|
end
|
216
|
-
|
217
|
-
if attributes.key?(:'font_size')
|
218
|
-
self.font_size = attributes[:'font_size']
|
219
|
-
end
|
220
210
|
end
|
221
211
|
|
222
212
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -251,8 +241,7 @@ module Dropbox::Sign
|
|
251
241
|
width == o.width &&
|
252
242
|
height == o.height &&
|
253
243
|
required == o.required &&
|
254
|
-
group == o.group
|
255
|
-
font_size == o.font_size
|
244
|
+
group == o.group
|
256
245
|
end
|
257
246
|
|
258
247
|
# @see the `==` method
|
@@ -264,7 +253,7 @@ module Dropbox::Sign
|
|
264
253
|
# Calculates hash code according to all attributes.
|
265
254
|
# @return [Integer] Hash code
|
266
255
|
def hash
|
267
|
-
[type, api_id, name, signer, x, y, width, height, required, group
|
256
|
+
[type, api_id, name, signer, x, y, width, height, required, group].hash
|
268
257
|
end
|
269
258
|
|
270
259
|
# Builds the object from hash
|
@@ -58,10 +58,6 @@ module Dropbox::Sign
|
|
58
58
|
# @return [String, nil]
|
59
59
|
attr_accessor :group
|
60
60
|
|
61
|
-
# Final font size used by this form field.
|
62
|
-
# @return [Integer]
|
63
|
-
attr_accessor :font_size
|
64
|
-
|
65
61
|
# Attribute mapping from ruby-style variable name to JSON key.
|
66
62
|
def self.attribute_map
|
67
63
|
{
|
@@ -74,8 +70,7 @@ module Dropbox::Sign
|
|
74
70
|
:'width' => :'width',
|
75
71
|
:'height' => :'height',
|
76
72
|
:'required' => :'required',
|
77
|
-
:'group' => :'group'
|
78
|
-
:'font_size' => :'fontSize'
|
73
|
+
:'group' => :'group'
|
79
74
|
}
|
80
75
|
end
|
81
76
|
|
@@ -101,8 +96,7 @@ module Dropbox::Sign
|
|
101
96
|
:'width' => :'Integer',
|
102
97
|
:'height' => :'Integer',
|
103
98
|
:'required' => :'Boolean',
|
104
|
-
:'group' => :'String'
|
105
|
-
:'font_size' => :'Integer'
|
99
|
+
:'group' => :'String'
|
106
100
|
}
|
107
101
|
end
|
108
102
|
|
@@ -114,7 +108,7 @@ module Dropbox::Sign
|
|
114
108
|
# List of attributes with nullable: true
|
115
109
|
def self.openapi_nullable
|
116
110
|
Set.new([
|
117
|
-
:'group'
|
111
|
+
:'group'
|
118
112
|
])
|
119
113
|
end
|
120
114
|
|
@@ -215,10 +209,6 @@ module Dropbox::Sign
|
|
215
209
|
if attributes.key?(:'group')
|
216
210
|
self.group = attributes[:'group']
|
217
211
|
end
|
218
|
-
|
219
|
-
if attributes.key?(:'font_size')
|
220
|
-
self.font_size = attributes[:'font_size']
|
221
|
-
end
|
222
212
|
end
|
223
213
|
|
224
214
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -253,8 +243,7 @@ module Dropbox::Sign
|
|
253
243
|
width == o.width &&
|
254
244
|
height == o.height &&
|
255
245
|
required == o.required &&
|
256
|
-
group == o.group
|
257
|
-
font_size == o.font_size
|
246
|
+
group == o.group
|
258
247
|
end
|
259
248
|
|
260
249
|
# @see the `==` method
|
@@ -266,7 +255,7 @@ module Dropbox::Sign
|
|
266
255
|
# Calculates hash code according to all attributes.
|
267
256
|
# @return [Integer] Hash code
|
268
257
|
def hash
|
269
|
-
[type, api_id, name, signer, x, y, width, height, required, group
|
258
|
+
[type, api_id, name, signer, x, y, width, height, required, group].hash
|
270
259
|
end
|
271
260
|
|
272
261
|
# Builds the object from hash
|
data/lib/dropbox-sign/version.rb
CHANGED
data/openapi-config.yaml
CHANGED
data/openapi-sdk.yaml
CHANGED
@@ -6897,10 +6897,7 @@ components:
|
|
6897
6897
|
type: boolean
|
6898
6898
|
default: false
|
6899
6899
|
expires_at:
|
6900
|
-
description:
|
6901
|
-
When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.
|
6902
|
-
|
6903
|
-
**Note**: This does not correspond to the **expires_at** returned in the response.
|
6900
|
+
description: 'When the signature request will expire. Unsigned signatures will be moved to the expired status, and no longer signable. See [Signature Request Expiration Date](https://developers.hellosign.com/docs/signature-request/expiration/) for details.'
|
6904
6901
|
type: integer
|
6905
6902
|
nullable: true
|
6906
6903
|
x-beta: closed
|
@@ -10167,9 +10164,6 @@ components:
|
|
10167
10164
|
description: 'The name of the group this field is in. If this field is not a group, this defaults to `null`.'
|
10168
10165
|
type: string
|
10169
10166
|
nullable: true
|
10170
|
-
fontSize:
|
10171
|
-
description: 'Final font size used by this form field.'
|
10172
|
-
type: integer
|
10173
10167
|
type: object
|
10174
10168
|
discriminator:
|
10175
10169
|
propertyName: type
|
@@ -10287,9 +10281,6 @@ components:
|
|
10287
10281
|
description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
|
10288
10282
|
type: string
|
10289
10283
|
nullable: true
|
10290
|
-
fontSize:
|
10291
|
-
description: 'Final font size used by this form field.'
|
10292
|
-
type: integer
|
10293
10284
|
type: object
|
10294
10285
|
discriminator:
|
10295
10286
|
propertyName: type
|
@@ -10578,9 +10569,6 @@ components:
|
|
10578
10569
|
description: 'The name of the group this field is in. If this field is not a group, this defaults to `null`.'
|
10579
10570
|
type: string
|
10580
10571
|
nullable: true
|
10581
|
-
fontSize:
|
10582
|
-
description: 'Final font size used by this form field.'
|
10583
|
-
type: integer
|
10584
10572
|
type: object
|
10585
10573
|
discriminator:
|
10586
10574
|
propertyName: type
|
@@ -52,7 +52,6 @@
|
|
52
52
|
"height": 15,
|
53
53
|
"required": false,
|
54
54
|
"api_id": "967c3e5f-2912-4f53-8ea3-c750652d29fc",
|
55
|
-
"fontSize": 12,
|
56
55
|
"avg_text_length": {
|
57
56
|
"num_lines": 1,
|
58
57
|
"num_chars_per_line": 19
|
@@ -69,8 +68,7 @@
|
|
69
68
|
"width": 18,
|
70
69
|
"height": 18,
|
71
70
|
"required": false,
|
72
|
-
"api_id": "5e8fe02f-51cf-4f0b-b1d9-2b1e4f6ad07f"
|
73
|
-
"fontSize": 12
|
71
|
+
"api_id": "5e8fe02f-51cf-4f0b-b1d9-2b1e4f6ad07f"
|
74
72
|
}
|
75
73
|
],
|
76
74
|
"form_fields": [
|
@@ -83,8 +81,7 @@
|
|
83
81
|
"width": 108,
|
84
82
|
"height": 27,
|
85
83
|
"required": true,
|
86
|
-
"api_id": "8b6d78a5-0870-4f46-af9c-b78b54a49348"
|
87
|
-
"fontSize": 12
|
84
|
+
"api_id": "8b6d78a5-0870-4f46-af9c-b78b54a49348"
|
88
85
|
},
|
89
86
|
{
|
90
87
|
"name": "Textbox1",
|
@@ -96,7 +93,6 @@
|
|
96
93
|
"height": 14,
|
97
94
|
"required": true,
|
98
95
|
"api_id": "7ec10d80-53c9-433b-b252-0b8daa90a8e0",
|
99
|
-
"fontSize": 12,
|
100
96
|
"avg_text_length": {
|
101
97
|
"num_lines": 1,
|
102
98
|
"num_chars_per_line": 38
|
@@ -115,7 +111,6 @@
|
|
115
111
|
"height": 14,
|
116
112
|
"required": true,
|
117
113
|
"api_id": "6574e6ad-7dac-49a2-9d56-650d7c5ade6e",
|
118
|
-
"fontSize": 12,
|
119
114
|
"avg_text_length": {
|
120
115
|
"num_lines": 1,
|
121
116
|
"num_chars_per_line": 38
|
@@ -133,8 +128,7 @@
|
|
133
128
|
"width": 72,
|
134
129
|
"height": 27,
|
135
130
|
"required": true,
|
136
|
-
"api_id": "30f41f54-c7f3-46c3-a29a-bb76ec40b552"
|
137
|
-
"fontSize": 12
|
131
|
+
"api_id": "30f41f54-c7f3-46c3-a29a-bb76ec40b552"
|
138
132
|
},
|
139
133
|
{
|
140
134
|
"name": "Checkbox1",
|
@@ -146,8 +140,7 @@
|
|
146
140
|
"height": 18,
|
147
141
|
"required": false,
|
148
142
|
"api_id": "d4d6ada9-e1dc-419e-bc0d-1478da694449",
|
149
|
-
"group": "75a6e4b5fea47"
|
150
|
-
"fontSize": 12
|
143
|
+
"group": "75a6e4b5fea47"
|
151
144
|
},
|
152
145
|
{
|
153
146
|
"name": "Dropdown1",
|
@@ -158,8 +151,7 @@
|
|
158
151
|
"width": 70,
|
159
152
|
"height": 14,
|
160
153
|
"required": true,
|
161
|
-
"api_id": "5863be5e-ce5a-4c9d-aabe-c221914d73c2"
|
162
|
-
"fontSize": 12
|
154
|
+
"api_id": "5863be5e-ce5a-4c9d-aabe-c221914d73c2"
|
163
155
|
},
|
164
156
|
{
|
165
157
|
"name": "DateSigned1",
|
@@ -170,8 +162,7 @@
|
|
170
162
|
"width": 105,
|
171
163
|
"height": 18,
|
172
164
|
"required": true,
|
173
|
-
"api_id": "9f6d3722-6db7-46da-8fac-3bc09f510262"
|
174
|
-
"fontSize": 12
|
165
|
+
"api_id": "9f6d3722-6db7-46da-8fac-3bc09f510262"
|
175
166
|
},
|
176
167
|
{
|
177
168
|
"name": "Checkbox2",
|
@@ -183,8 +174,7 @@
|
|
183
174
|
"height": 18,
|
184
175
|
"required": false,
|
185
176
|
"api_id": "edd732b8-b158-4714-a87b-503637d09ded",
|
186
|
-
"group": "75a6e4b5fea47"
|
187
|
-
"fontSize": 12
|
177
|
+
"group": "75a6e4b5fea47"
|
188
178
|
},
|
189
179
|
{
|
190
180
|
"name": "FullName1",
|
@@ -196,7 +186,6 @@
|
|
196
186
|
"height": 14,
|
197
187
|
"required": true,
|
198
188
|
"api_id": "62fd3f85-4808-4011-8eae-a14ebe9105ef",
|
199
|
-
"fontSize": 12,
|
200
189
|
"avg_text_length": {
|
201
190
|
"num_lines": 1,
|
202
191
|
"num_chars_per_line": 19
|
@@ -215,7 +204,6 @@
|
|
215
204
|
"height": 14,
|
216
205
|
"required": true,
|
217
206
|
"api_id": "a1c9bc6b-d498-4787-86e0-30ea779f06a7",
|
218
|
-
"fontSize": 12,
|
219
207
|
"avg_text_length": {
|
220
208
|
"num_lines": 1,
|
221
209
|
"num_chars_per_line": 38
|
@@ -235,8 +223,7 @@
|
|
235
223
|
"height": 18,
|
236
224
|
"required": false,
|
237
225
|
"api_id": "fc8a1277-f757-47a2-aeea-5113fa81f2d5",
|
238
|
-
"group": "0831822584086"
|
239
|
-
"fontSize": 12
|
226
|
+
"group": "0831822584086"
|
240
227
|
},
|
241
228
|
{
|
242
229
|
"name": "Company1",
|
@@ -248,7 +235,6 @@
|
|
248
235
|
"height": 14,
|
249
236
|
"required": true,
|
250
237
|
"api_id": "279b4e7f-e71f-426d-845c-6308cddde379",
|
251
|
-
"fontSize": 12,
|
252
238
|
"avg_text_length": {
|
253
239
|
"num_lines": 1,
|
254
240
|
"num_chars_per_line": 38
|
@@ -267,7 +253,6 @@
|
|
267
253
|
"height": 14,
|
268
254
|
"required": true,
|
269
255
|
"api_id": "8809e39a-a46c-4dae-aaf9-06fc6355d80f",
|
270
|
-
"fontSize": 12,
|
271
256
|
"avg_text_length": {
|
272
257
|
"num_lines": 1,
|
273
258
|
"num_chars_per_line": 38
|
@@ -286,8 +271,7 @@
|
|
286
271
|
"height": 18,
|
287
272
|
"required": false,
|
288
273
|
"api_id": "f7b6b70d-0522-4ab7-bfec-b86f147c8be3",
|
289
|
-
"group": "0831822584086"
|
290
|
-
"fontSize": 12
|
274
|
+
"group": "0831822584086"
|
291
275
|
},
|
292
276
|
{
|
293
277
|
"name": "Textbox3",
|
@@ -299,7 +283,6 @@
|
|
299
283
|
"height": 14,
|
300
284
|
"required": true,
|
301
285
|
"api_id": "bad7512a-e22b-46ed-ba03-123db0eda932",
|
302
|
-
"fontSize": 12,
|
303
286
|
"avg_text_length": {
|
304
287
|
"num_lines": 1,
|
305
288
|
"num_chars_per_line": 38
|
@@ -318,7 +301,6 @@
|
|
318
301
|
"height": 14,
|
319
302
|
"required": true,
|
320
303
|
"api_id": "368ed029-bc93-4f92-8f7a-14c3bf8109b5",
|
321
|
-
"fontSize": 12,
|
322
304
|
"avg_text_length": {
|
323
305
|
"num_lines": 1,
|
324
306
|
"num_chars_per_line": 19
|
@@ -338,7 +320,6 @@
|
|
338
320
|
"height": 14,
|
339
321
|
"required": true,
|
340
322
|
"api_id": "ecf2ae95-d2e6-41b2-819a-836a6fa8c7c5",
|
341
|
-
"fontSize": 12,
|
342
323
|
"avg_text_length": {
|
343
324
|
"num_lines": 1,
|
344
325
|
"num_chars_per_line": 19
|
@@ -358,7 +339,6 @@
|
|
358
339
|
"height": 14,
|
359
340
|
"required": true,
|
360
341
|
"api_id": "3cb90a0a-a433-4f30-8af8-8fb4c747b704",
|
361
|
-
"fontSize": 12,
|
362
342
|
"avg_text_length": {
|
363
343
|
"num_lines": 1,
|
364
344
|
"num_chars_per_line": 19
|
@@ -378,7 +358,6 @@
|
|
378
358
|
"height": 14,
|
379
359
|
"required": true,
|
380
360
|
"api_id": "5b9eb331-c97d-435b-a563-d936a9b930c0",
|
381
|
-
"fontSize": 12,
|
382
361
|
"avg_text_length": {
|
383
362
|
"num_lines": 1,
|
384
363
|
"num_chars_per_line": 19
|
@@ -398,7 +377,6 @@
|
|
398
377
|
"height": 14,
|
399
378
|
"required": true,
|
400
379
|
"api_id": "2b98ce7e-e53a-4cf8-a9f3-d7fb18d88631",
|
401
|
-
"fontSize": 12,
|
402
380
|
"avg_text_length": {
|
403
381
|
"num_lines": 1,
|
404
382
|
"num_chars_per_line": 19
|
@@ -418,7 +396,6 @@
|
|
418
396
|
"height": 14,
|
419
397
|
"required": true,
|
420
398
|
"api_id": "5f52c011-2c5f-4143-bf04-4694fb4a0d3f",
|
421
|
-
"fontSize": 12,
|
422
399
|
"avg_text_length": {
|
423
400
|
"num_lines": 1,
|
424
401
|
"num_chars_per_line": 19
|
@@ -438,7 +415,6 @@
|
|
438
415
|
"height": 14,
|
439
416
|
"required": true,
|
440
417
|
"api_id": "47457b7d-b1e8-41a0-93ad-60ba30e64bb1",
|
441
|
-
"fontSize": 12,
|
442
418
|
"avg_text_length": {
|
443
419
|
"num_lines": 1,
|
444
420
|
"num_chars_per_line": 19
|
@@ -458,7 +434,6 @@
|
|
458
434
|
"height": 14,
|
459
435
|
"required": true,
|
460
436
|
"api_id": "18e3f994-1675-4d58-9b4a-4f92a2614551",
|
461
|
-
"fontSize": 12,
|
462
437
|
"avg_text_length": {
|
463
438
|
"num_lines": 1,
|
464
439
|
"num_chars_per_line": 19
|
@@ -478,7 +453,6 @@
|
|
478
453
|
"height": 14,
|
479
454
|
"required": true,
|
480
455
|
"api_id": "9ad4b8cc-bac9-432b-8836-9f80f86fc7e0",
|
481
|
-
"fontSize": 12,
|
482
456
|
"avg_text_length": {
|
483
457
|
"num_lines": 1,
|
484
458
|
"num_chars_per_line": 19
|
@@ -497,7 +471,6 @@
|
|
497
471
|
"height": 14,
|
498
472
|
"required": true,
|
499
473
|
"api_id": "58c5f942-04fb-45f1-9703-5e8411f3a3bb",
|
500
|
-
"fontSize": 12,
|
501
474
|
"avg_text_length": {
|
502
475
|
"num_lines": 1,
|
503
476
|
"num_chars_per_line": 19
|
@@ -517,7 +490,6 @@
|
|
517
490
|
"height": 14,
|
518
491
|
"required": false,
|
519
492
|
"api_id": "fd928b56-cf59-40a4-9a90-62f97ffd0ddc",
|
520
|
-
"fontSize": 12,
|
521
493
|
"avg_text_length": {
|
522
494
|
"num_lines": 1,
|
523
495
|
"num_chars_per_line": 30
|
@@ -536,7 +508,6 @@
|
|
536
508
|
"height": 14,
|
537
509
|
"required": true,
|
538
510
|
"api_id": "e48c388d-8c26-4f20-848e-f8587a631746",
|
539
|
-
"fontSize": 12,
|
540
511
|
"avg_text_length": {
|
541
512
|
"num_lines": 1,
|
542
513
|
"num_chars_per_line": 19
|
@@ -557,8 +528,7 @@
|
|
557
528
|
"width": 108,
|
558
529
|
"height": 27,
|
559
530
|
"required": false,
|
560
|
-
"api_id": "988565fd-6f85-4081-9fa4-5ae51e16dfc9"
|
561
|
-
"fontSize": 12
|
531
|
+
"api_id": "988565fd-6f85-4081-9fa4-5ae51e16dfc9"
|
562
532
|
},
|
563
533
|
{
|
564
534
|
"name": "me_now_radio_1",
|
@@ -569,8 +539,7 @@
|
|
569
539
|
"width": 18,
|
570
540
|
"height": 18,
|
571
541
|
"required": false,
|
572
|
-
"api_id": "f008a911-26c2-4d7c-baef-d82c7e180f7a"
|
573
|
-
"fontSize": 12
|
542
|
+
"api_id": "f008a911-26c2-4d7c-baef-d82c7e180f7a"
|
574
543
|
},
|
575
544
|
{
|
576
545
|
"name": "me_now_date_signed_1",
|
@@ -581,8 +550,7 @@
|
|
581
550
|
"width": 86,
|
582
551
|
"height": 14,
|
583
552
|
"required": false,
|
584
|
-
"api_id": "1220d8b3-7b2c-4ea7-971a-333e03839922"
|
585
|
-
"fontSize": 12
|
553
|
+
"api_id": "1220d8b3-7b2c-4ea7-971a-333e03839922"
|
586
554
|
},
|
587
555
|
{
|
588
556
|
"name": "me_now_text_1",
|
@@ -593,8 +561,7 @@
|
|
593
561
|
"width": 101,
|
594
562
|
"height": 14,
|
595
563
|
"required": false,
|
596
|
-
"api_id": "0829b343-71d2-4719-b563-808b8997174f"
|
597
|
-
"fontSize": 12
|
564
|
+
"api_id": "0829b343-71d2-4719-b563-808b8997174f"
|
598
565
|
}
|
599
566
|
]
|
600
567
|
}
|
@@ -609,7 +576,6 @@
|
|
609
576
|
"height": 15,
|
610
577
|
"required": false,
|
611
578
|
"api_id": "967c3e5f-2912-4f53-8ea3-c750652d29fc",
|
612
|
-
"fontSize": 12,
|
613
579
|
"avg_text_length": {
|
614
580
|
"num_lines": 1,
|
615
581
|
"num_chars_per_line": 19
|
@@ -626,8 +592,7 @@
|
|
626
592
|
"width": 18,
|
627
593
|
"height": 18,
|
628
594
|
"required": false,
|
629
|
-
"api_id": "5e8fe02f-51cf-4f0b-b1d9-2b1e4f6ad07f"
|
630
|
-
"fontSize": 12
|
595
|
+
"api_id": "5e8fe02f-51cf-4f0b-b1d9-2b1e4f6ad07f"
|
631
596
|
}
|
632
597
|
],
|
633
598
|
"named_form_fields": [
|
@@ -640,8 +605,7 @@
|
|
640
605
|
"width": 108,
|
641
606
|
"height": 27,
|
642
607
|
"required": true,
|
643
|
-
"api_id": "8b6d78a5-0870-4f46-af9c-b78b54a49348"
|
644
|
-
"fontSize": 12
|
608
|
+
"api_id": "8b6d78a5-0870-4f46-af9c-b78b54a49348"
|
645
609
|
},
|
646
610
|
{
|
647
611
|
"name": "Textbox1",
|
@@ -653,7 +617,6 @@
|
|
653
617
|
"height": 14,
|
654
618
|
"required": true,
|
655
619
|
"api_id": "7ec10d80-53c9-433b-b252-0b8daa90a8e0",
|
656
|
-
"fontSize": 12,
|
657
620
|
"avg_text_length": {
|
658
621
|
"num_lines": 1,
|
659
622
|
"num_chars_per_line": 38
|
@@ -672,7 +635,6 @@
|
|
672
635
|
"height": 14,
|
673
636
|
"required": true,
|
674
637
|
"api_id": "6574e6ad-7dac-49a2-9d56-650d7c5ade6e",
|
675
|
-
"fontSize": 12,
|
676
638
|
"avg_text_length": {
|
677
639
|
"num_lines": 1,
|
678
640
|
"num_chars_per_line": 38
|
@@ -690,8 +652,7 @@
|
|
690
652
|
"width": 72,
|
691
653
|
"height": 27,
|
692
654
|
"required": true,
|
693
|
-
"api_id": "30f41f54-c7f3-46c3-a29a-bb76ec40b552"
|
694
|
-
"fontSize": 12
|
655
|
+
"api_id": "30f41f54-c7f3-46c3-a29a-bb76ec40b552"
|
695
656
|
},
|
696
657
|
{
|
697
658
|
"name": "Checkbox1",
|
@@ -703,8 +664,7 @@
|
|
703
664
|
"height": 18,
|
704
665
|
"required": false,
|
705
666
|
"api_id": "d4d6ada9-e1dc-419e-bc0d-1478da694449",
|
706
|
-
"group": "75a6e4b5fea47"
|
707
|
-
"fontSize": 12
|
667
|
+
"group": "75a6e4b5fea47"
|
708
668
|
},
|
709
669
|
{
|
710
670
|
"name": "Dropdown1",
|
@@ -715,8 +675,7 @@
|
|
715
675
|
"width": 70,
|
716
676
|
"height": 14,
|
717
677
|
"required": true,
|
718
|
-
"api_id": "5863be5e-ce5a-4c9d-aabe-c221914d73c2"
|
719
|
-
"fontSize": 12
|
678
|
+
"api_id": "5863be5e-ce5a-4c9d-aabe-c221914d73c2"
|
720
679
|
},
|
721
680
|
{
|
722
681
|
"name": "DateSigned1",
|
@@ -727,8 +686,7 @@
|
|
727
686
|
"width": 105,
|
728
687
|
"height": 18,
|
729
688
|
"required": true,
|
730
|
-
"api_id": "9f6d3722-6db7-46da-8fac-3bc09f510262"
|
731
|
-
"fontSize": 12
|
689
|
+
"api_id": "9f6d3722-6db7-46da-8fac-3bc09f510262"
|
732
690
|
},
|
733
691
|
{
|
734
692
|
"name": "Checkbox2",
|
@@ -740,8 +698,7 @@
|
|
740
698
|
"height": 18,
|
741
699
|
"required": false,
|
742
700
|
"api_id": "edd732b8-b158-4714-a87b-503637d09ded",
|
743
|
-
"group": "75a6e4b5fea47"
|
744
|
-
"fontSize": 12
|
701
|
+
"group": "75a6e4b5fea47"
|
745
702
|
},
|
746
703
|
{
|
747
704
|
"name": "FullName1",
|
@@ -753,7 +710,6 @@
|
|
753
710
|
"height": 14,
|
754
711
|
"required": true,
|
755
712
|
"api_id": "62fd3f85-4808-4011-8eae-a14ebe9105ef",
|
756
|
-
"fontSize": 12,
|
757
713
|
"avg_text_length": {
|
758
714
|
"num_lines": 1,
|
759
715
|
"num_chars_per_line": 19
|
@@ -772,7 +728,6 @@
|
|
772
728
|
"height": 14,
|
773
729
|
"required": true,
|
774
730
|
"api_id": "a1c9bc6b-d498-4787-86e0-30ea779f06a7",
|
775
|
-
"fontSize": 12,
|
776
731
|
"avg_text_length": {
|
777
732
|
"num_lines": 1,
|
778
733
|
"num_chars_per_line": 38
|
@@ -792,8 +747,7 @@
|
|
792
747
|
"height": 18,
|
793
748
|
"required": false,
|
794
749
|
"api_id": "fc8a1277-f757-47a2-aeea-5113fa81f2d5",
|
795
|
-
"group": "0831822584086"
|
796
|
-
"fontSize": 12
|
750
|
+
"group": "0831822584086"
|
797
751
|
},
|
798
752
|
{
|
799
753
|
"name": "Company1",
|
@@ -805,7 +759,6 @@
|
|
805
759
|
"height": 14,
|
806
760
|
"required": true,
|
807
761
|
"api_id": "279b4e7f-e71f-426d-845c-6308cddde379",
|
808
|
-
"fontSize": 12,
|
809
762
|
"avg_text_length": {
|
810
763
|
"num_lines": 1,
|
811
764
|
"num_chars_per_line": 38
|
@@ -824,7 +777,6 @@
|
|
824
777
|
"height": 14,
|
825
778
|
"required": true,
|
826
779
|
"api_id": "8809e39a-a46c-4dae-aaf9-06fc6355d80f",
|
827
|
-
"fontSize": 12,
|
828
780
|
"avg_text_length": {
|
829
781
|
"num_lines": 1,
|
830
782
|
"num_chars_per_line": 38
|
@@ -843,8 +795,7 @@
|
|
843
795
|
"height": 18,
|
844
796
|
"required": false,
|
845
797
|
"api_id": "f7b6b70d-0522-4ab7-bfec-b86f147c8be3",
|
846
|
-
"group": "0831822584086"
|
847
|
-
"fontSize": 12
|
798
|
+
"group": "0831822584086"
|
848
799
|
},
|
849
800
|
{
|
850
801
|
"name": "Textbox3",
|
@@ -856,7 +807,6 @@
|
|
856
807
|
"height": 14,
|
857
808
|
"required": true,
|
858
809
|
"api_id": "bad7512a-e22b-46ed-ba03-123db0eda932",
|
859
|
-
"fontSize": 12,
|
860
810
|
"avg_text_length": {
|
861
811
|
"num_lines": 1,
|
862
812
|
"num_chars_per_line": 38
|
@@ -875,7 +825,6 @@
|
|
875
825
|
"height": 14,
|
876
826
|
"required": true,
|
877
827
|
"api_id": "368ed029-bc93-4f92-8f7a-14c3bf8109b5",
|
878
|
-
"fontSize": 12,
|
879
828
|
"avg_text_length": {
|
880
829
|
"num_lines": 1,
|
881
830
|
"num_chars_per_line": 19
|
@@ -895,7 +844,6 @@
|
|
895
844
|
"height": 14,
|
896
845
|
"required": true,
|
897
846
|
"api_id": "ecf2ae95-d2e6-41b2-819a-836a6fa8c7c5",
|
898
|
-
"fontSize": 12,
|
899
847
|
"avg_text_length": {
|
900
848
|
"num_lines": 1,
|
901
849
|
"num_chars_per_line": 19
|
@@ -915,7 +863,6 @@
|
|
915
863
|
"height": 14,
|
916
864
|
"required": true,
|
917
865
|
"api_id": "3cb90a0a-a433-4f30-8af8-8fb4c747b704",
|
918
|
-
"fontSize": 12,
|
919
866
|
"avg_text_length": {
|
920
867
|
"num_lines": 1,
|
921
868
|
"num_chars_per_line": 19
|
@@ -935,7 +882,6 @@
|
|
935
882
|
"height": 14,
|
936
883
|
"required": true,
|
937
884
|
"api_id": "5b9eb331-c97d-435b-a563-d936a9b930c0",
|
938
|
-
"fontSize": 12,
|
939
885
|
"avg_text_length": {
|
940
886
|
"num_lines": 1,
|
941
887
|
"num_chars_per_line": 19
|
@@ -955,7 +901,6 @@
|
|
955
901
|
"height": 14,
|
956
902
|
"required": true,
|
957
903
|
"api_id": "2b98ce7e-e53a-4cf8-a9f3-d7fb18d88631",
|
958
|
-
"fontSize": 12,
|
959
904
|
"avg_text_length": {
|
960
905
|
"num_lines": 1,
|
961
906
|
"num_chars_per_line": 19
|
@@ -975,7 +920,6 @@
|
|
975
920
|
"height": 14,
|
976
921
|
"required": true,
|
977
922
|
"api_id": "5f52c011-2c5f-4143-bf04-4694fb4a0d3f",
|
978
|
-
"fontSize": 12,
|
979
923
|
"avg_text_length": {
|
980
924
|
"num_lines": 1,
|
981
925
|
"num_chars_per_line": 19
|
@@ -995,7 +939,6 @@
|
|
995
939
|
"height": 14,
|
996
940
|
"required": true,
|
997
941
|
"api_id": "47457b7d-b1e8-41a0-93ad-60ba30e64bb1",
|
998
|
-
"fontSize": 12,
|
999
942
|
"avg_text_length": {
|
1000
943
|
"num_lines": 1,
|
1001
944
|
"num_chars_per_line": 19
|
@@ -1015,7 +958,6 @@
|
|
1015
958
|
"height": 14,
|
1016
959
|
"required": true,
|
1017
960
|
"api_id": "18e3f994-1675-4d58-9b4a-4f92a2614551",
|
1018
|
-
"fontSize": 12,
|
1019
961
|
"avg_text_length": {
|
1020
962
|
"num_lines": 1,
|
1021
963
|
"num_chars_per_line": 19
|
@@ -1035,7 +977,6 @@
|
|
1035
977
|
"height": 14,
|
1036
978
|
"required": true,
|
1037
979
|
"api_id": "9ad4b8cc-bac9-432b-8836-9f80f86fc7e0",
|
1038
|
-
"fontSize": 12,
|
1039
980
|
"avg_text_length": {
|
1040
981
|
"num_lines": 1,
|
1041
982
|
"num_chars_per_line": 19
|
@@ -1054,7 +995,6 @@
|
|
1054
995
|
"height": 14,
|
1055
996
|
"required": true,
|
1056
997
|
"api_id": "58c5f942-04fb-45f1-9703-5e8411f3a3bb",
|
1057
|
-
"fontSize": 12,
|
1058
998
|
"avg_text_length": {
|
1059
999
|
"num_lines": 1,
|
1060
1000
|
"num_chars_per_line": 19
|
@@ -1074,7 +1014,6 @@
|
|
1074
1014
|
"height": 14,
|
1075
1015
|
"required": false,
|
1076
1016
|
"api_id": "fd928b56-cf59-40a4-9a90-62f97ffd0ddc",
|
1077
|
-
"fontSize": 12,
|
1078
1017
|
"avg_text_length": {
|
1079
1018
|
"num_lines": 1,
|
1080
1019
|
"num_chars_per_line": 30
|
@@ -1093,7 +1032,6 @@
|
|
1093
1032
|
"height": 14,
|
1094
1033
|
"required": true,
|
1095
1034
|
"api_id": "e48c388d-8c26-4f20-848e-f8587a631746",
|
1096
|
-
"fontSize": 12,
|
1097
1035
|
"avg_text_length": {
|
1098
1036
|
"num_lines": 1,
|
1099
1037
|
"num_chars_per_line": 19
|
@@ -41,7 +41,6 @@
|
|
41
41
|
"height": 15,
|
42
42
|
"required": false,
|
43
43
|
"api_id": "967c3e5f-2912-4f53-8ea3-c750652d29fc",
|
44
|
-
"fontSize": 12,
|
45
44
|
"avg_text_length": {
|
46
45
|
"num_lines": 1,
|
47
46
|
"num_chars_per_line": 19
|
@@ -100,7 +99,6 @@
|
|
100
99
|
"height": 15,
|
101
100
|
"required": false,
|
102
101
|
"api_id": "967c3e5f-2912-4f53-8ea3-c750652d29fc",
|
103
|
-
"fontSize": 12,
|
104
102
|
"avg_text_length": {
|
105
103
|
"num_lines": 1,
|
106
104
|
"num_chars_per_line": 19
|
@@ -117,8 +115,7 @@
|
|
117
115
|
"width": 18,
|
118
116
|
"height": 18,
|
119
117
|
"required": false,
|
120
|
-
"api_id": "5e8fe02f-51cf-4f0b-b1d9-2b1e4f6ad07f"
|
121
|
-
"fontSize": 12
|
118
|
+
"api_id": "5e8fe02f-51cf-4f0b-b1d9-2b1e4f6ad07f"
|
122
119
|
}
|
123
120
|
],
|
124
121
|
"form_fields": [
|
@@ -131,8 +128,7 @@
|
|
131
128
|
"width": 108,
|
132
129
|
"height": 27,
|
133
130
|
"required": true,
|
134
|
-
"api_id": "8b6d78a5-0870-4f46-af9c-b78b54a49348"
|
135
|
-
"fontSize": 12
|
131
|
+
"api_id": "8b6d78a5-0870-4f46-af9c-b78b54a49348"
|
136
132
|
},
|
137
133
|
{
|
138
134
|
"name": "Textbox1",
|
@@ -144,7 +140,6 @@
|
|
144
140
|
"height": 14,
|
145
141
|
"required": true,
|
146
142
|
"api_id": "7ec10d80-53c9-433b-b252-0b8daa90a8e0",
|
147
|
-
"fontSize": 12,
|
148
143
|
"avg_text_length": {
|
149
144
|
"num_lines": 1,
|
150
145
|
"num_chars_per_line": 38
|
@@ -163,7 +158,6 @@
|
|
163
158
|
"height": 14,
|
164
159
|
"required": true,
|
165
160
|
"api_id": "6574e6ad-7dac-49a2-9d56-650d7c5ade6e",
|
166
|
-
"fontSize": 12,
|
167
161
|
"avg_text_length": {
|
168
162
|
"num_lines": 1,
|
169
163
|
"num_chars_per_line": 38
|
@@ -181,8 +175,7 @@
|
|
181
175
|
"width": 72,
|
182
176
|
"height": 27,
|
183
177
|
"required": true,
|
184
|
-
"api_id": "30f41f54-c7f3-46c3-a29a-bb76ec40b552"
|
185
|
-
"fontSize": 12
|
178
|
+
"api_id": "30f41f54-c7f3-46c3-a29a-bb76ec40b552"
|
186
179
|
},
|
187
180
|
{
|
188
181
|
"name": "Checkbox1",
|
@@ -194,8 +187,7 @@
|
|
194
187
|
"height": 18,
|
195
188
|
"required": false,
|
196
189
|
"api_id": "d4d6ada9-e1dc-419e-bc0d-1478da694449",
|
197
|
-
"group": "75a6e4b5fea47"
|
198
|
-
"fontSize": 12
|
190
|
+
"group": "75a6e4b5fea47"
|
199
191
|
},
|
200
192
|
{
|
201
193
|
"name": "Dropdown1",
|
@@ -206,8 +198,7 @@
|
|
206
198
|
"width": 70,
|
207
199
|
"height": 14,
|
208
200
|
"required": true,
|
209
|
-
"api_id": "5863be5e-ce5a-4c9d-aabe-c221914d73c2"
|
210
|
-
"fontSize": 12
|
201
|
+
"api_id": "5863be5e-ce5a-4c9d-aabe-c221914d73c2"
|
211
202
|
},
|
212
203
|
{
|
213
204
|
"name": "DateSigned1",
|
@@ -218,8 +209,7 @@
|
|
218
209
|
"width": 105,
|
219
210
|
"height": 18,
|
220
211
|
"required": true,
|
221
|
-
"api_id": "9f6d3722-6db7-46da-8fac-3bc09f510262"
|
222
|
-
"fontSize": 12
|
212
|
+
"api_id": "9f6d3722-6db7-46da-8fac-3bc09f510262"
|
223
213
|
},
|
224
214
|
{
|
225
215
|
"name": "Checkbox2",
|
@@ -231,8 +221,7 @@
|
|
231
221
|
"height": 18,
|
232
222
|
"required": false,
|
233
223
|
"api_id": "edd732b8-b158-4714-a87b-503637d09ded",
|
234
|
-
"group": "75a6e4b5fea47"
|
235
|
-
"fontSize": 12
|
224
|
+
"group": "75a6e4b5fea47"
|
236
225
|
},
|
237
226
|
{
|
238
227
|
"name": "FullName1",
|
@@ -244,7 +233,6 @@
|
|
244
233
|
"height": 14,
|
245
234
|
"required": true,
|
246
235
|
"api_id": "62fd3f85-4808-4011-8eae-a14ebe9105ef",
|
247
|
-
"fontSize": 12,
|
248
236
|
"avg_text_length": {
|
249
237
|
"num_lines": 1,
|
250
238
|
"num_chars_per_line": 19
|
@@ -263,7 +251,6 @@
|
|
263
251
|
"height": 14,
|
264
252
|
"required": true,
|
265
253
|
"api_id": "a1c9bc6b-d498-4787-86e0-30ea779f06a7",
|
266
|
-
"fontSize": 12,
|
267
254
|
"avg_text_length": {
|
268
255
|
"num_lines": 1,
|
269
256
|
"num_chars_per_line": 38
|
@@ -283,8 +270,7 @@
|
|
283
270
|
"height": 18,
|
284
271
|
"required": false,
|
285
272
|
"api_id": "fc8a1277-f757-47a2-aeea-5113fa81f2d5",
|
286
|
-
"group": "0831822584086"
|
287
|
-
"fontSize": 12
|
273
|
+
"group": "0831822584086"
|
288
274
|
},
|
289
275
|
{
|
290
276
|
"name": "Company1",
|
@@ -296,7 +282,6 @@
|
|
296
282
|
"height": 14,
|
297
283
|
"required": true,
|
298
284
|
"api_id": "279b4e7f-e71f-426d-845c-6308cddde379",
|
299
|
-
"fontSize": 12,
|
300
285
|
"avg_text_length": {
|
301
286
|
"num_lines": 1,
|
302
287
|
"num_chars_per_line": 38
|
@@ -315,7 +300,6 @@
|
|
315
300
|
"height": 14,
|
316
301
|
"required": true,
|
317
302
|
"api_id": "8809e39a-a46c-4dae-aaf9-06fc6355d80f",
|
318
|
-
"fontSize": 12,
|
319
303
|
"avg_text_length": {
|
320
304
|
"num_lines": 1,
|
321
305
|
"num_chars_per_line": 38
|
@@ -334,8 +318,7 @@
|
|
334
318
|
"height": 18,
|
335
319
|
"required": false,
|
336
320
|
"api_id": "f7b6b70d-0522-4ab7-bfec-b86f147c8be3",
|
337
|
-
"group": "0831822584086"
|
338
|
-
"fontSize": 12
|
321
|
+
"group": "0831822584086"
|
339
322
|
},
|
340
323
|
{
|
341
324
|
"name": "Textbox3",
|
@@ -347,7 +330,6 @@
|
|
347
330
|
"height": 14,
|
348
331
|
"required": true,
|
349
332
|
"api_id": "bad7512a-e22b-46ed-ba03-123db0eda932",
|
350
|
-
"fontSize": 12,
|
351
333
|
"avg_text_length": {
|
352
334
|
"num_lines": 1,
|
353
335
|
"num_chars_per_line": 38
|
@@ -366,7 +348,6 @@
|
|
366
348
|
"height": 14,
|
367
349
|
"required": true,
|
368
350
|
"api_id": "368ed029-bc93-4f92-8f7a-14c3bf8109b5",
|
369
|
-
"fontSize": 12,
|
370
351
|
"avg_text_length": {
|
371
352
|
"num_lines": 1,
|
372
353
|
"num_chars_per_line": 19
|
@@ -386,7 +367,6 @@
|
|
386
367
|
"height": 14,
|
387
368
|
"required": true,
|
388
369
|
"api_id": "ecf2ae95-d2e6-41b2-819a-836a6fa8c7c5",
|
389
|
-
"fontSize": 12,
|
390
370
|
"avg_text_length": {
|
391
371
|
"num_lines": 1,
|
392
372
|
"num_chars_per_line": 19
|
@@ -406,7 +386,6 @@
|
|
406
386
|
"height": 14,
|
407
387
|
"required": true,
|
408
388
|
"api_id": "3cb90a0a-a433-4f30-8af8-8fb4c747b704",
|
409
|
-
"fontSize": 12,
|
410
389
|
"avg_text_length": {
|
411
390
|
"num_lines": 1,
|
412
391
|
"num_chars_per_line": 19
|
@@ -426,7 +405,6 @@
|
|
426
405
|
"height": 14,
|
427
406
|
"required": true,
|
428
407
|
"api_id": "5b9eb331-c97d-435b-a563-d936a9b930c0",
|
429
|
-
"fontSize": 12,
|
430
408
|
"avg_text_length": {
|
431
409
|
"num_lines": 1,
|
432
410
|
"num_chars_per_line": 19
|
@@ -446,7 +424,6 @@
|
|
446
424
|
"height": 14,
|
447
425
|
"required": true,
|
448
426
|
"api_id": "2b98ce7e-e53a-4cf8-a9f3-d7fb18d88631",
|
449
|
-
"fontSize": 12,
|
450
427
|
"avg_text_length": {
|
451
428
|
"num_lines": 1,
|
452
429
|
"num_chars_per_line": 19
|
@@ -466,7 +443,6 @@
|
|
466
443
|
"height": 14,
|
467
444
|
"required": true,
|
468
445
|
"api_id": "5f52c011-2c5f-4143-bf04-4694fb4a0d3f",
|
469
|
-
"fontSize": 12,
|
470
446
|
"avg_text_length": {
|
471
447
|
"num_lines": 1,
|
472
448
|
"num_chars_per_line": 19
|
@@ -486,7 +462,6 @@
|
|
486
462
|
"height": 14,
|
487
463
|
"required": true,
|
488
464
|
"api_id": "47457b7d-b1e8-41a0-93ad-60ba30e64bb1",
|
489
|
-
"fontSize": 12,
|
490
465
|
"avg_text_length": {
|
491
466
|
"num_lines": 1,
|
492
467
|
"num_chars_per_line": 19
|
@@ -506,7 +481,6 @@
|
|
506
481
|
"height": 14,
|
507
482
|
"required": true,
|
508
483
|
"api_id": "18e3f994-1675-4d58-9b4a-4f92a2614551",
|
509
|
-
"fontSize": 12,
|
510
484
|
"avg_text_length": {
|
511
485
|
"num_lines": 1,
|
512
486
|
"num_chars_per_line": 19
|
@@ -526,7 +500,6 @@
|
|
526
500
|
"height": 14,
|
527
501
|
"required": true,
|
528
502
|
"api_id": "9ad4b8cc-bac9-432b-8836-9f80f86fc7e0",
|
529
|
-
"fontSize": 12,
|
530
503
|
"avg_text_length": {
|
531
504
|
"num_lines": 1,
|
532
505
|
"num_chars_per_line": 19
|
@@ -545,7 +518,6 @@
|
|
545
518
|
"height": 14,
|
546
519
|
"required": true,
|
547
520
|
"api_id": "58c5f942-04fb-45f1-9703-5e8411f3a3bb",
|
548
|
-
"fontSize": 12,
|
549
521
|
"avg_text_length": {
|
550
522
|
"num_lines": 1,
|
551
523
|
"num_chars_per_line": 19
|
@@ -565,7 +537,6 @@
|
|
565
537
|
"height": 14,
|
566
538
|
"required": false,
|
567
539
|
"api_id": "fd928b56-cf59-40a4-9a90-62f97ffd0ddc",
|
568
|
-
"fontSize": 12,
|
569
540
|
"avg_text_length": {
|
570
541
|
"num_lines": 1,
|
571
542
|
"num_chars_per_line": 30
|
@@ -584,7 +555,6 @@
|
|
584
555
|
"height": 14,
|
585
556
|
"required": true,
|
586
557
|
"api_id": "e48c388d-8c26-4f20-848e-f8587a631746",
|
587
|
-
"fontSize": 12,
|
588
558
|
"avg_text_length": {
|
589
559
|
"num_lines": 1,
|
590
560
|
"num_chars_per_line": 19
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dropbox-sign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dropbox
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -626,16 +626,16 @@ signing_key:
|
|
626
626
|
specification_version: 4
|
627
627
|
summary: Dropbox Sign API Ruby Gem
|
628
628
|
test_files:
|
629
|
-
- spec/api/api_app_api_spec.rb
|
630
|
-
- spec/api/template_api_spec.rb
|
631
|
-
- spec/api/team_api_spec.rb
|
632
629
|
- spec/api/account_api_spec.rb
|
633
|
-
- spec/api/
|
630
|
+
- spec/api/unclaimed_draft_api_spec.rb
|
631
|
+
- spec/api/signature_request_api_spec.rb
|
632
|
+
- spec/api/template_api_spec.rb
|
634
633
|
- spec/api/report_api_spec.rb
|
634
|
+
- spec/api/bulk_send_job_api_spec.rb
|
635
635
|
- spec/api/oauth_api_spec.rb
|
636
|
-
- spec/api/
|
636
|
+
- spec/api/api_app_api_spec.rb
|
637
637
|
- spec/api/embedded_api_spec.rb
|
638
|
-
- spec/api/
|
638
|
+
- spec/api/team_api_spec.rb
|
639
639
|
- spec/api_client_spec.rb
|
640
640
|
- spec/configuration_spec.rb
|
641
641
|
- spec/event_callback_helper_spec.rb
|