Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58,233 changes: 35,113 additions & 23,120 deletions gen-esign/esignature.rest.swagger-v2.1.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions gen-esign/overrides.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ func GetFieldOverrides() map[string]map[string]string {
"witness": {
"offlineAttributes": "interface{}",
},
"notaryRecipient": {
"offlineAttributes": "interface{}",
},
"newAccountDefinition": {
"socialAccountInformation": "*SocialAccountInformation",
},
Expand Down
1 change: 0 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+
github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=
github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.3 h1:YPkqC67at8FYaadspW/6uE0COsBxS2656RLEr8Bppgk=
github.com/hashicorp/golang-lru v0.5.3/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
Expand Down
145 changes: 96 additions & 49 deletions v2.1/accounts/accounts.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions v2.1/billing/billing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions v2.1/cloudstorage/cloudstorage.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 26 additions & 13 deletions v2.1/connect/connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions v2.1/customtabs/customtabs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions v2.1/diagnostics/diagnostics.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 68 additions & 0 deletions v2.1/envelopedocumentvisibility/envelopedocumentvisibility.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading