Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@magijs/openapi

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magijs/openapi - npm Package Compare versions

Comparing version
0.0.1-alpha.44
to
0.0.1-alpha.45
+1
-1
esm/index.d.ts
import { OperationObject } from '@magijs/compiled/openapi3-ts';
export declare type GenerateServiceProps = {
export type GenerateServiceProps = {
requestLibPath?: string;

@@ -4,0 +4,0 @@ requestImportStatement?: string;

import { GenerateServiceProps } from './index';
import type { OpenAPIObject, OperationObject } from 'openapi3-ts';
export declare type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex';
export type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex';
export interface APIDataType extends OperationObject {

@@ -8,3 +8,3 @@ path: string;

}
export declare type TagAPIDataType = Record<string, APIDataType[]>;
export type TagAPIDataType = Record<string, APIDataType[]>;
export interface MappingItemType {

@@ -11,0 +11,0 @@ antTechApi: string;

import { OperationObject } from '@magijs/compiled/openapi3-ts';
export declare type GenerateServiceProps = {
export type GenerateServiceProps = {
requestLibPath?: string;

@@ -4,0 +4,0 @@ requestImportStatement?: string;

import { GenerateServiceProps } from './index';
import type { OpenAPIObject, OperationObject } from 'openapi3-ts';
export declare type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex';
export type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex';
export interface APIDataType extends OperationObject {

@@ -8,3 +8,3 @@ path: string;

}
export declare type TagAPIDataType = Record<string, APIDataType[]>;
export type TagAPIDataType = Record<string, APIDataType[]>;
export interface MappingItemType {

@@ -11,0 +11,0 @@ antTechApi: string;

{
"name": "@magijs/openapi",
"version": "0.0.1-alpha.44",
"version": "0.0.1-alpha.45",
"description": "OpenAPI",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"dependencies": {
"@magijs/compiled": "^0.0.1-alpha.44"
"@magijs/compiled": "^0.0.1-alpha.45"
},

@@ -30,3 +30,3 @@ "devDependencies": {

},
"gitHead": "42a666720919fc6e47d72c6665573f389ecfffa5"
"gitHead": "040dca447b5f9c643101b84208129e821f7b3bab"
}