File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 "config" : {
3838 "type" : " object" ,
3939 "required" : [
40+ " show-confetti" ,
4041 " sign-elements" ,
4142 " envelope" ,
4243 " upload"
4344 ],
4445 "properties" : {
46+ "show-confetti" : {
47+ "type" : " boolean"
48+ },
4549 "sign-elements" : {
4650 "type" : " object" ,
4751 "required" : [
Original file line number Diff line number Diff line change 3737 "config": {
3838 "type": "object",
3939 "required": [
40+ "show-confetti",
4041 "sign-elements",
4142 "envelope",
4243 "upload"
4344 ],
4445 "properties": {
46+ "show-confetti": {
47+ "type": "boolean"
48+ },
4549 "sign-elements": {
4650 "type": "object",
4751 "required": [
Original file line number Diff line number Diff line change 3737 "config" : {
3838 "type" : " object" ,
3939 "required" : [
40+ " show-confetti" ,
4041 " sign-elements" ,
4142 " envelope" ,
4243 " upload"
4344 ],
4445 "properties" : {
46+ "show-confetti" : {
47+ "type" : " boolean"
48+ },
4549 "sign-elements" : {
4650 "type" : " object" ,
4751 "required" : [
Original file line number Diff line number Diff line change @@ -492,6 +492,7 @@ export type components = {
492492 Capabilities : {
493493 features : string [ ] ;
494494 config : {
495+ "show-confetti" : boolean ;
495496 "sign-elements" : {
496497 "is-available" : boolean ;
497498 "can-create-signature" : boolean ;
Original file line number Diff line number Diff line change @@ -1527,6 +1527,7 @@ export type components = {
15271527 Capabilities : {
15281528 features : string [ ] ;
15291529 config : {
1530+ "show-confetti" : boolean ;
15301531 "sign-elements" : {
15311532 "is-available" : boolean ;
15321533 "can-create-signature" : boolean ;
Original file line number Diff line number Diff line change @@ -1046,6 +1046,7 @@ export type components = {
10461046 Capabilities : {
10471047 features : string [ ] ;
10481048 config : {
1049+ "show-confetti" : boolean ;
10491050 "sign-elements" : {
10501051 "is-available" : boolean ;
10511052 "can-create-signature" : boolean ;
You can’t perform that action at this time.
0 commit comments