Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trayio/cdk-dsl

Package Overview
Dependencies
Maintainers
0
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/cdk-dsl - npm Package Compare versions

Comparing version 4.56.0 to 4.57.0

4

dist/connector/operation/HttpOperationHandler.d.ts
import { HttpContentType, HttpMethod, HttpRequest, HttpHeaderValue, HttpResponse, HttpHeaders } from '@trayio/commons/http/Http';
import { DynamicObject, DynamicType } from '@trayio/commons/dynamictype/DynamicType';
import * as O from 'fp-ts/Option';
import { OperationHandlerAuth, OperationHandlerContext, OperationHandlerResult, FileReference } from './OperationHandler';
import { OperationHandlerAuth, OperationHandlerContext, OperationHandlerResult, FileReference, PlainTextFile } from './OperationHandler';
export type HttpOperationMultipartBody = {
fields: Record<string, string>;
files: Record<string, FileReference>;
files: Record<string, FileReference | PlainTextFile>;
};

@@ -9,0 +9,0 @@ export type HttpOperationBody = FileReference | string | DynamicType | HttpOperationMultipartBody | undefined;

@@ -107,2 +107,6 @@ import { Result, ResultInterface } from '@trayio/commons/result/Result';

};
export type PlainTextFile = {
name: string;
content: string;
};
export type OperationHandlerError = ConnectorError | ApiError | UserInputError | OauthRefreshError | SkipTriggerError | TimeoutError;

@@ -109,0 +113,0 @@ export type BaseOperationHandlerError = {

{
"name": "@trayio/cdk-dsl",
"version": "4.56.0",
"version": "4.57.0",
"description": "A DSL for connector development",

@@ -17,3 +17,3 @@ "exports": {

"dependencies": {
"@trayio/commons": "4.56.0"
"@trayio/commons": "4.57.0"
},

@@ -20,0 +20,0 @@ "typesVersions": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc