@dopt/block-api-types
Advanced tools
Comparing version 1.1.7 to 1.2.0
@@ -157,5 +157,7 @@ import * as _userstate_types from '@userstate/types'; | ||
}; | ||
declare const FlowTags: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"uncommitted">, _sinclair_typebox.TLiteral<"latest">]>; | ||
type FlowTags = Static<typeof FlowTags>; | ||
declare const INTENT_SIDE_EFFECT_HEADER = "X-Dopt-Intent-Side-Effects"; | ||
declare const SOCKET_PATH = "/v2/socket/"; | ||
export { BLOCK_API_TYPES, Block, Field, Fields, Flow, FlowIntent, INTENT_SIDE_EFFECT_HEADER, SOCKET_PATH, Transitions, getBlockApiType }; | ||
export { BLOCK_API_TYPES, Block, Field, Fields, Flow, FlowIntent, FlowTags, INTENT_SIDE_EFFECT_HEADER, SOCKET_PATH, Transitions, getBlockApiType }; |
{ | ||
"name": "@dopt/block-api-types", | ||
"version": "1.1.7", | ||
"version": "1.2.0", | ||
"description": "A package of types corresponding to @dopt's public Block API", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/dopt/odopt/tree/main/packages/%40dopt/block-api-types", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
17507
179