@cosmology/types
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -24,2 +24,3 @@ "use strict"; | ||
enabled: true, | ||
useByDefault: false, | ||
useUnionTypes: false, | ||
@@ -26,0 +27,0 @@ }, |
{ | ||
"name": "@cosmology/types", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "7ebe61e57b742993abb1109dda388e4938f42832" | ||
"gitHead": "505717a66ea26c0fef3800f448c85b1934d7ddb8" | ||
} |
@@ -19,2 +19,4 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
enabled?: boolean; | ||
useByDefault?: boolean; | ||
useByDefaultRpc?: boolean; | ||
useUnionTypes?: boolean; | ||
@@ -52,2 +54,3 @@ }; | ||
allowUndefinedTypes?: boolean; | ||
allowEncodeDefaultScalars?: boolean; | ||
optionalQueryParams?: boolean; | ||
@@ -54,0 +57,0 @@ optionalPageRequests?: boolean; |
20927
668