Skip to content

Commit

Permalink
fix: 🐛 add missing count from Authorization type
Browse files Browse the repository at this point in the history
  • Loading branch information
F-OBrien committed Sep 18, 2024
1 parent 0b1bbdd commit 65347f1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
3 changes: 2 additions & 1 deletion src/types/5.0.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/5.1.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/5.2.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/5.3.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/5.4.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/6.0.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/6.1.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/6.3.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down
3 changes: 2 additions & 1 deletion src/types/7.0.x.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
"expiry": "Option<Moment>",
"auth_id": "u64"
"auth_id": "u64",
"count": "u32"
},
"AuthorizationData": {
"_enum": {
Expand Down

0 comments on commit 65347f1

Please sign in to comment.