@microsoft/m365-spec-parser 0.2.6-alpha.d99d3c39d.0 → 0.2.6-alpha.e49436b07.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,6 +245,8 @@ export interface ListAPIInfo {
245
245
  isValid: boolean;
246
246
  reason: ErrorType[];
247
247
  auth?: AuthInfo;
248
+ summary?: string;
249
+ description?: string;
248
250
  }
249
251
  export interface APIMap {
250
252
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/m365-spec-parser",
3
- "version": "0.2.6-alpha.d99d3c39d.0",
3
+ "version": "0.2.6-alpha.e49436b07.0",
4
4
  "description": "OpenAPI specification files Parser for M365 Apps",
5
5
  "main": "dist/index.node.cjs.js",
6
6
  "browser": "dist/index.esm2017.js",
@@ -39,7 +39,7 @@
39
39
  "sideEffects": false,
40
40
  "dependencies": {
41
41
  "@apidevtools/swagger-parser": "^10.1.1",
42
- "@microsoft/teams-manifest": "0.1.9-alpha.d99d3c39d.0",
42
+ "@microsoft/teams-manifest": "0.1.9-alpha.e49436b07.0",
43
43
  "fs-extra": "^11.2.0",
44
44
  "js-yaml": "^4.1.0",
45
45
  "openapi-types": "^7.2.3",
@@ -147,5 +147,5 @@
147
147
  "npx eslint --cache --fix --quiet"
148
148
  ]
149
149
  },
150
- "gitHead": "99eb457d9999b3de001f3381dfa6526d2d95ae27"
150
+ "gitHead": "9064a9d25f39a97dcc9ceaca1e80618bd1aaf391"
151
151
  }