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

@luvio/generator-ts

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/generator-ts - npm Package Compare versions

Comparing version 5.21.1-alpha.0 to 5.23.0

3

dist/types/v1/commands/__tests__/test-utils.d.ts

@@ -1,2 +0,2 @@

import { API, AuraController, AuraEndPoint, AuraOperation, BaseTypeRegistry, ConfigSchemaType, CacheStrategy, EndPoint, HttpMethod, ObjectType, Operation, Parameter, Payload, Property, QueryParameter, ReadOnlyTypeRegistry, Request, Response, ScalarType, Server, StatusCode, Type, TypeOfParameter, NilType } from '@luvio/model/v1';
import { API, AuraController, AuraEndPoint, AuraOperation, BaseTypeRegistry, ConfigSchemaType, CacheStrategy, EndPoint, HttpMethod, ObjectType, Operation, Parameter, Payload, Property, QueryParameter, ReadOnlyTypeRegistry, Request, Response, ScalarType, Server, StatusCode, Type, TypeOfParameter, NilType, ErrorStrategy } from '@luvio/model/v1';
import { NamedLoggerService } from '@luvio/utils';

@@ -92,2 +92,3 @@ import { NamedAPIService } from '@luvio/model/v1';

cacheStrategy?: CacheStrategy;
errorStrategy?: ErrorStrategy;
};

@@ -94,0 +95,0 @@ export type RequestConfig = {

@@ -40,2 +40,3 @@ import { CommandGenerator } from './command-generator';

generateAuraEndpoint(endpoint: AuraEndPoint, operation: AuraOperation): Code;
generateCoerceError(operation: AuraOperation): Code | undefined;
}
import { Code } from '../files';
import { CommandGenerator } from './command-generator';
import type { ImportableReference } from '../files';
import type { EndPoint, Operation, Request, Server, Type } from '@luvio/model/v1';
import type { EndPoint, HttpOperation, Operation, Request, Server, Type } from '@luvio/model/v1';
export declare class HttpCommandGenerator extends CommandGenerator {

@@ -56,2 +56,3 @@ getInputPayloadParameterName(_config: {

}): Code;
generateCoerceError(operation: HttpOperation): Code | undefined;
generateClassBody(config: {

@@ -58,0 +59,0 @@ endpoint: EndPoint;

@@ -1,2 +0,2 @@

import { API, AuraController, AuraEndPoint, AuraOperation, BaseTypeRegistry, ConfigSchemaType, CacheStrategy, EndPoint, HttpMethod, ObjectType, Operation, Parameter, Payload, Property, QueryParameter, ReadOnlyTypeRegistry, Request, Response, ScalarType, Server, StatusCode, Type, TypeOfParameter, NilType } from '@luvio/model/v1';
import { API, AuraController, AuraEndPoint, AuraOperation, BaseTypeRegistry, ConfigSchemaType, CacheStrategy, EndPoint, HttpMethod, ObjectType, Operation, Parameter, Payload, Property, QueryParameter, ReadOnlyTypeRegistry, Request, Response, ScalarType, Server, StatusCode, Type, TypeOfParameter, NilType, ErrorStrategy } from '@luvio/model/v1';
import { NamedLoggerService } from '@luvio/utils';

@@ -92,2 +92,3 @@ import { NamedAPIService } from '@luvio/model/v1';

cacheStrategy?: CacheStrategy;
errorStrategy?: ErrorStrategy;
};

@@ -94,0 +95,0 @@ export type RequestConfig = {

@@ -40,2 +40,3 @@ import { CommandGenerator } from './command-generator';

generateAuraEndpoint(endpoint: AuraEndPoint, operation: AuraOperation): Code;
generateCoerceError(operation: AuraOperation): Code | undefined;
}
import { Code } from '../files';
import { CommandGenerator } from './command-generator';
import type { ImportableReference } from '../files';
import type { EndPoint, Operation, Request, Server, Type } from '@luvio/model/v1';
import type { EndPoint, HttpOperation, Operation, Request, Server, Type } from '@luvio/model/v1';
export declare class HttpCommandGenerator extends CommandGenerator {

@@ -56,2 +56,3 @@ getInputPayloadParameterName(_config: {

}): Code;
generateCoerceError(operation: HttpOperation): Code | undefined;
generateClassBody(config: {

@@ -58,0 +59,0 @@ endpoint: EndPoint;

{
"name": "@luvio/generator-ts",
"version": "5.21.1-alpha.0",
"version": "5.23.0",
"description": "Luvio TypeScript code generation",

@@ -32,8 +32,8 @@ "repository": {

"dependencies": {
"@luvio/jsonschema-validate": "5.21.1-alpha.0",
"@luvio/model": "5.21.1-alpha.0",
"@luvio/service-aura-network": "5.21.1-alpha.0",
"@luvio/service-fetch-network": "5.21.1-alpha.0",
"@luvio/service-provisioner": "5.21.1-alpha.0",
"@luvio/utils": "5.21.1-alpha.0",
"@luvio/jsonschema-validate": "5.23.0",
"@luvio/model": "5.23.0",
"@luvio/service-aura-network": "5.23.0",
"@luvio/service-fetch-network": "5.23.0",
"@luvio/service-provisioner": "5.23.0",
"@luvio/utils": "5.23.0",
"prettier": "^2.7.1"

@@ -40,0 +40,0 @@ },

Sorry, the diff of this file is too big to display

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