@cosmology/types
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -76,2 +76,5 @@ "use strict"; | ||
}, | ||
enums: { | ||
useCustomNames: false | ||
}, | ||
bundle: { | ||
@@ -78,0 +81,0 @@ enabled: true |
{ | ||
"name": "@cosmology/types", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Telescope types", | ||
@@ -60,5 +60,6 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
"dependencies": { | ||
"case": "1.6.3" | ||
"case": "1.6.3", | ||
"fast-json-patch": "3.1.1" | ||
}, | ||
"gitHead": "ae402d70f73334c518c5e2ba9a065892658795b4" | ||
"gitHead": "990dcc3c828680318c03d3e5ec0a9826ef3e9d7c" | ||
} |
@@ -25,2 +25,8 @@ import { TelescopeOptions } from "./telescope"; | ||
}; | ||
valuesOptions?: { | ||
[key: string]: { | ||
'(gogoproto.enumvalue_customname)'?: string; | ||
[key: string]: any; | ||
}; | ||
}; | ||
comment?: string; | ||
@@ -27,0 +33,0 @@ comments?: { |
import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
import { AminoExceptions } from "./aminos"; | ||
import { Operation } from 'fast-json-patch'; | ||
export declare enum TelescopeLogLevel { | ||
@@ -89,3 +90,9 @@ None = 0, | ||
}; | ||
patch?: { | ||
[key: string]: Operation[]; | ||
}; | ||
}; | ||
enums?: { | ||
useCustomNames?: boolean; | ||
}; | ||
tsDisable?: { | ||
@@ -92,0 +99,0 @@ files?: string[]; |
23350
741
2
+ Addedfast-json-patch@3.1.1
+ Addedfast-json-patch@3.1.1(transitive)