@microsoft/m365-spec-parser
Advanced tools
Comparing version 0.2.3-alpha.c3772a0e8.0 to 0.2.3-alpha.c59b92632.0
import { OpenAPIV3 } from "openapi-types"; | ||
import { AdaptiveCard, ArrayElement, ImageElement, TextBlockElement } from "./interfaces"; | ||
import { AdaptiveCard, ArrayElement, ImageElement, TextBlockElement, WarningResult } from "./interfaces"; | ||
export declare class AdaptiveCardGenerator { | ||
static generateAdaptiveCard(operationItem: OpenAPIV3.OperationObject, allowMultipleMediaType?: boolean, maxElementCount?: number): [AdaptiveCard, string]; | ||
static generateAdaptiveCard(operationItem: OpenAPIV3.OperationObject, allowMultipleMediaType?: boolean, maxElementCount?: number): [AdaptiveCard, string, any, WarningResult[]]; | ||
static generateCardFromResponse(schema: OpenAPIV3.SchemaObject, name: string, parentArrayName?: string, maxElementCount?: number, counter?: { | ||
@@ -6,0 +6,0 @@ count: number; |
@@ -18,2 +18,3 @@ import { OpenAPIV3 } from "openapi-types"; | ||
}; | ||
static getJsonContentType(responseObject: OpenAPIV3.ResponseObject | OpenAPIV3.RequestBodyObject): OpenAPIV3.MediaTypeObject; | ||
static convertPathToCamelCase(path: string): string; | ||
@@ -20,0 +21,0 @@ static getUrlProtocol(urlString: string): string | undefined; |
{ | ||
"name": "@microsoft/m365-spec-parser", | ||
"version": "0.2.3-alpha.c3772a0e8.0", | ||
"version": "0.2.3-alpha.c59b92632.0", | ||
"description": "OpenAPI specification files Parser for M365 Apps", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.node.cjs.js", | ||
"@apidevtools/swagger-parser": "^10.1.0", | ||
"@microsoft/teams-manifest": "0.1.7-alpha.c3772a0e8.0", | ||
"@microsoft/teams-manifest": "0.1.7-alpha.c59b92632.0", | ||
"fs-extra": "^11.2.0", | ||
@@ -151,3 +151,3 @@ "js-yaml": "^4.1.0", | ||
}, | ||
"gitHead": "2bea3543923e5862a726522e1fee8e7170991c40" | ||
"gitHead": "cf3e604d5a644c9d82498ad28179b6e4b4ad83e9" | ||
} |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1031898
8695
+ Added@microsoft/teams-manifest@0.1.7-alpha.c59b92632.0(transitive)
- Removed@microsoft/teams-manifest@0.1.7-alpha.c3772a0e8.0(transitive)