dropbox-sign 1.1.0 → 1.1.2
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/Gemfile.lock +2 -1
- data/README.md +4 -4
- data/VERSION +1 -1
- data/docs/SignatureRequestCreateEmbeddedRequest.md +2 -2
- data/docs/SignatureRequestSendRequest.md +1 -1
- data/docs/SubFormFieldsPerDocumentBase.md +1 -1
- data/docs/TemplateCreateEmbeddedDraftRequest.md +1 -1
- data/docs/TemplateResponseDocumentCustomFieldBase.md +0 -1
- data/docs/TemplateResponseDocumentFormFieldBase.md +0 -1
- data/docs/TemplateResponseDocumentStaticFieldBase.md +0 -1
- data/docs/UnclaimedDraftCreateEmbeddedRequest.md +1 -1
- data/docs/UnclaimedDraftCreateRequest.md +1 -1
- data/lib/dropbox-sign/configuration.rb +1 -1
- data/lib/dropbox-sign/models/signature_request_create_embedded_request.rb +2 -2
- data/lib/dropbox-sign/models/signature_request_send_request.rb +1 -1
- data/lib/dropbox-sign/models/sub_form_fields_per_document_base.rb +1 -1
- data/lib/dropbox-sign/models/template_create_embedded_draft_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/models/unclaimed_draft_create_embedded_request.rb +1 -1
- data/lib/dropbox-sign/models/unclaimed_draft_create_request.rb +1 -1
- data/lib/dropbox-sign/version.rb +1 -1
- data/openapi-config.yaml +1 -1
- data/openapi-sdk.yaml +902 -962
- data/spec/configuration_spec.rb +5 -7
- data/templates/configuration.mustache +1 -1
- data/templates/configuration_spec.mustache +5 -7
- data/test_fixtures/TemplateGetResponse.json +22 -84
- data/test_fixtures/TemplateListResponse.json +9 -39
- metadata +8 -8
@@ -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.2
|
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-05-17 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/
|
629
|
+
- spec/api/unclaimed_draft_api_spec.rb
|
630
|
+
- spec/api/bulk_send_job_api_spec.rb
|
631
|
+
- spec/api/signature_request_api_spec.rb
|
630
632
|
- spec/api/template_api_spec.rb
|
631
633
|
- spec/api/team_api_spec.rb
|
634
|
+
- spec/api/embedded_api_spec.rb
|
635
|
+
- spec/api/oauth_api_spec.rb
|
632
636
|
- spec/api/account_api_spec.rb
|
633
|
-
- spec/api/bulk_send_job_api_spec.rb
|
634
637
|
- spec/api/report_api_spec.rb
|
635
|
-
- spec/api/
|
636
|
-
- spec/api/signature_request_api_spec.rb
|
637
|
-
- spec/api/embedded_api_spec.rb
|
638
|
-
- spec/api/unclaimed_draft_api_spec.rb
|
638
|
+
- spec/api/api_app_api_spec.rb
|
639
639
|
- spec/api_client_spec.rb
|
640
640
|
- spec/configuration_spec.rb
|
641
641
|
- spec/event_callback_helper_spec.rb
|