@trayio/cdk-dsl
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -14,4 +14,3 @@ import { Result, ResultInterface } from '@trayio/tray-commons/result/Result'; | ||
export type RegularTriggerOperationHttpRequest = BaseTriggerOperationHttpRequest & { | ||
_tag: 'RegularTriggerOperationHttpRequest'; | ||
readonly hasLargeBody: false; | ||
hasLargeBody: false; | ||
body: string; | ||
@@ -21,4 +20,3 @@ form?: Record<string, string[]>; | ||
export type LargeTriggerOperationHttpRequest = BaseTriggerOperationHttpRequest & { | ||
_tag: 'LargeTriggerOperationHttpRequest'; | ||
readonly hasLargeBody: true; | ||
hasLargeBody: true; | ||
bodySize: number; | ||
@@ -25,0 +23,0 @@ bodyUrl: string; |
{ | ||
"name": "@trayio/cdk-dsl", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "A DSL for connector development", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100296
1020