Skip to content

Commit 1c444a3

Browse files
committed
chore(zones): update generated types and methods
1 parent c3a2fb0 commit 1c444a3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/resources/zones/custom-nameservers.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ export namespace CustomNameserverGetResponse {
132132
* Total results available without any search parameters.
133133
*/
134134
total_count?: number;
135+
136+
/**
137+
* The number of total pages in the entire result set.
138+
*/
139+
total_pages?: number;
135140
}
136141
}
137142

0 commit comments

Comments
 (0)