Skip to content

Commit

Permalink
Pretty print json
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Mar 1, 2021
1 parent 95e0a89 commit 43003a5
Show file tree
Hide file tree
Showing 99 changed files with 275,781 additions and 98 deletions.
1,698 changes: 1,697 additions & 1 deletion api_docs/actions.json

Large diffs are not rendered by default.

284 changes: 283 additions & 1 deletion api_docs/advanced_settings.json

Large diffs are not rendered by default.

3,244 changes: 3,243 additions & 1 deletion api_docs/alerts.json

Large diffs are not rendered by default.

783 changes: 782 additions & 1 deletion api_docs/apm.json

Large diffs are not rendered by default.

618 changes: 617 additions & 1 deletion api_docs/apm_oss.json

Large diffs are not rendered by default.

157 changes: 156 additions & 1 deletion api_docs/banners.json
Original file line number Diff line number Diff line change
@@ -1 +1,156 @@
{"id":"banners","client":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[],"objects":[]},"server":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[],"objects":[]},"common":{"classes":[],"functions":[],"interfaces":[{"id":"def-common.BannerInfoResponse","type":"Interface","label":"BannerInfoResponse","description":[],"children":[{"id":"def-common.BannerInfoResponse.allowed","type":"boolean","label":"allowed","description":[],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":9,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L9"}},{"id":"def-common.BannerInfoResponse.banner","type":"Object","label":"banner","description":[],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":10,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L10"},"signature":[{"pluginId":"banners","scope":"common","docId":"kibBannersPluginApi","section":"def-common.BannerConfiguration","text":"BannerConfiguration"}]}],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":8,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L8"},"initialIsOpen":false},{"id":"def-common.BannerConfiguration","type":"Interface","label":"BannerConfiguration","description":[],"children":[{"id":"def-common.BannerConfiguration.placement","type":"CompoundType","label":"placement","description":[],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":16,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L16"},"signature":[{"pluginId":"banners","scope":"common","docId":"kibBannersPluginApi","section":"def-common.BannerPlacement","text":"BannerPlacement"}]},{"id":"def-common.BannerConfiguration.textContent","type":"string","label":"textContent","description":[],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":17,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L17"}},{"id":"def-common.BannerConfiguration.textColor","type":"string","label":"textColor","description":[],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":18,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L18"}},{"id":"def-common.BannerConfiguration.backgroundColor","type":"string","label":"backgroundColor","description":[],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":19,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L19"}}],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":15,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L15"},"initialIsOpen":false}],"enums":[],"misc":[{"id":"def-common.BannerPlacement","type":"Type","label":"BannerPlacement","description":[],"source":{"path":"x-pack/plugins/banners/common/types.ts","lineNumber":13,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L13"},"signature":["\"disabled\" | \"header\""],"initialIsOpen":false}],"objects":[]}}
{
"id": "banners",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [
{
"id": "def-common.BannerInfoResponse",
"type": "Interface",
"label": "BannerInfoResponse",
"description": [],
"children": [
{
"id": "def-common.BannerInfoResponse.allowed",
"type": "boolean",
"label": "allowed",
"description": [],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 9,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L9"
}
},
{
"id": "def-common.BannerInfoResponse.banner",
"type": "Object",
"label": "banner",
"description": [],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 10,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L10"
},
"signature": [
{
"pluginId": "banners",
"scope": "common",
"docId": "kibBannersPluginApi",
"section": "def-common.BannerConfiguration",
"text": "BannerConfiguration"
}
]
}
],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 8,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L8"
},
"initialIsOpen": false
},
{
"id": "def-common.BannerConfiguration",
"type": "Interface",
"label": "BannerConfiguration",
"description": [],
"children": [
{
"id": "def-common.BannerConfiguration.placement",
"type": "CompoundType",
"label": "placement",
"description": [],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 16,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L16"
},
"signature": [
{
"pluginId": "banners",
"scope": "common",
"docId": "kibBannersPluginApi",
"section": "def-common.BannerPlacement",
"text": "BannerPlacement"
}
]
},
{
"id": "def-common.BannerConfiguration.textContent",
"type": "string",
"label": "textContent",
"description": [],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 17,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L17"
}
},
{
"id": "def-common.BannerConfiguration.textColor",
"type": "string",
"label": "textColor",
"description": [],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 18,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L18"
}
},
{
"id": "def-common.BannerConfiguration.backgroundColor",
"type": "string",
"label": "backgroundColor",
"description": [],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 19,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L19"
}
}
],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L15"
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [
{
"id": "def-common.BannerPlacement",
"type": "Type",
"label": "BannerPlacement",
"description": [],
"source": {
"path": "x-pack/plugins/banners/common/types.ts",
"lineNumber": 13,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/banners/common/types.ts#L13"
},
"signature": [
"\"disabled\" | \"header\""
],
"initialIsOpen": false
}
],
"objects": []
}
}
68 changes: 67 additions & 1 deletion api_docs/beats_management.json
Original file line number Diff line number Diff line change
@@ -1 +1,67 @@
{"id":"beatsManagement","client":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[],"objects":[]},"server":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[],"objects":[]},"common":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[{"id":"def-common.BeatsManagementConfigType","type":"Type","label":"BeatsManagementConfigType","description":[],"source":{"path":"x-pack/plugins/beats_management/common/index.ts","lineNumber":23,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/beats_management/common/index.ts#L23"},"signature":["{ readonly enabled: boolean; readonly defaultUserRoles: string[]; readonly encryptionKey: string; readonly enrollmentTokensTtlInSeconds: number; }"],"initialIsOpen":false}],"objects":[{"id":"def-common.beatsManagementConfigSchema","type":"Object","label":"beatsManagementConfigSchema","description":[],"source":{"path":"x-pack/plugins/beats_management/common/index.ts","lineNumber":12,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/beats_management/common/index.ts#L12"},"signature":["ObjectType","<{ enabled: ","Type","<boolean>; defaultUserRoles: ","Type","<string[]>; encryptionKey: ","Type","<string>; enrollmentTokensTtlInSeconds: ","Type"],"initialIsOpen":false}]}}
{
"id": "beatsManagement",
"client": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [
{
"id": "def-common.BeatsManagementConfigType",
"type": "Type",
"label": "BeatsManagementConfigType",
"description": [],
"source": {
"path": "x-pack/plugins/beats_management/common/index.ts",
"lineNumber": 23,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/beats_management/common/index.ts#L23"
},
"signature": [
"{ readonly enabled: boolean; readonly defaultUserRoles: string[]; readonly encryptionKey: string; readonly enrollmentTokensTtlInSeconds: number; }"
],
"initialIsOpen": false
}
],
"objects": [
{
"id": "def-common.beatsManagementConfigSchema",
"type": "Object",
"label": "beatsManagementConfigSchema",
"description": [],
"source": {
"path": "x-pack/plugins/beats_management/common/index.ts",
"lineNumber": 12,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/beats_management/common/index.ts#L12"
},
"signature": [
"ObjectType",
"<{ enabled: ",
"Type",
"<boolean>; defaultUserRoles: ",
"Type",
"<string[]>; encryptionKey: ",
"Type",
"<string>; enrollmentTokensTtlInSeconds: ",
"Type"
],
"initialIsOpen": false
}
]
}
}
1,166 changes: 1,165 additions & 1 deletion api_docs/bfetch.json

Large diffs are not rendered by default.

115 changes: 114 additions & 1 deletion api_docs/canvas.json
Original file line number Diff line number Diff line change
@@ -1 +1,114 @@
{"id":"canvas","client":{"classes":[],"functions":[],"interfaces":[{"id":"def-public.WithKibanaProps","type":"Interface","label":"WithKibanaProps","description":[],"children":[{"id":"def-public.WithKibanaProps.kibana","type":"Object","label":"kibana","description":[],"source":{"path":"x-pack/plugins/canvas/public/index.ts","lineNumber":16,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/index.ts#L16"},"signature":["{ services: ",{"pluginId":"core","scope":"public","docId":"kibCorePluginApi","section":"def-public.CoreStart","text":"CoreStart"}," & ",{"pluginId":"canvas","scope":"public","docId":"kibCanvasPluginApi","section":"def-public.CanvasStartDeps","text":"CanvasStartDeps"}," & { canvas: ",{"pluginId":"canvas","scope":"public","docId":"kibCanvasPluginApi","section":"def-public.CanvasServices","text":"CanvasServices"},"; }; }"]}],"source":{"path":"x-pack/plugins/canvas/public/index.ts","lineNumber":15,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/index.ts#L15"},"initialIsOpen":false}],"enums":[],"misc":[],"objects":[],"setup":{"id":"def-public.CanvasSetup","type":"Type","label":"CanvasSetup","description":["\nThese are the interfaces with your public contracts. You should export these\nfor other plugins to use in _their_ `SetupDeps`/`StartDeps` interfaces."],"source":{"path":"x-pack/plugins/canvas/public/plugin.tsx","lineNumber":63,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/plugin.tsx#L63"},"signature":["CanvasApi"],"lifecycle":"setup","initialIsOpen":true},"start":{"id":"def-public.CanvasStart","type":"Type","label":"CanvasStart","description":[],"source":{"path":"x-pack/plugins/canvas/public/plugin.tsx","lineNumber":64,"link":"https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/plugin.tsx#L64"},"signature":["void"],"lifecycle":"start","initialIsOpen":true}},"server":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[],"objects":[]},"common":{"classes":[],"functions":[],"interfaces":[],"enums":[],"misc":[],"objects":[]}}
{
"id": "canvas",
"client": {
"classes": [],
"functions": [],
"interfaces": [
{
"id": "def-public.WithKibanaProps",
"type": "Interface",
"label": "WithKibanaProps",
"description": [],
"children": [
{
"id": "def-public.WithKibanaProps.kibana",
"type": "Object",
"label": "kibana",
"description": [],
"source": {
"path": "x-pack/plugins/canvas/public/index.ts",
"lineNumber": 16,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/index.ts#L16"
},
"signature": [
"{ services: ",
{
"pluginId": "core",
"scope": "public",
"docId": "kibCorePluginApi",
"section": "def-public.CoreStart",
"text": "CoreStart"
},
" & ",
{
"pluginId": "canvas",
"scope": "public",
"docId": "kibCanvasPluginApi",
"section": "def-public.CanvasStartDeps",
"text": "CanvasStartDeps"
},
" & { canvas: ",
{
"pluginId": "canvas",
"scope": "public",
"docId": "kibCanvasPluginApi",
"section": "def-public.CanvasServices",
"text": "CanvasServices"
},
"; }; }"
]
}
],
"source": {
"path": "x-pack/plugins/canvas/public/index.ts",
"lineNumber": 15,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/index.ts#L15"
},
"initialIsOpen": false
}
],
"enums": [],
"misc": [],
"objects": [],
"setup": {
"id": "def-public.CanvasSetup",
"type": "Type",
"label": "CanvasSetup",
"description": [
"\nThese are the interfaces with your public contracts. You should export these\nfor other plugins to use in _their_ `SetupDeps`/`StartDeps` interfaces."
],
"source": {
"path": "x-pack/plugins/canvas/public/plugin.tsx",
"lineNumber": 63,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/plugin.tsx#L63"
},
"signature": [
"CanvasApi"
],
"lifecycle": "setup",
"initialIsOpen": true
},
"start": {
"id": "def-public.CanvasStart",
"type": "Type",
"label": "CanvasStart",
"description": [],
"source": {
"path": "x-pack/plugins/canvas/public/plugin.tsx",
"lineNumber": 64,
"link": "https://github.com/elastic/kibana/tree/masterx-pack/plugins/canvas/public/plugin.tsx#L64"
},
"signature": [
"void"
],
"lifecycle": "start",
"initialIsOpen": true
}
},
"server": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
},
"common": {
"classes": [],
"functions": [],
"interfaces": [],
"enums": [],
"misc": [],
"objects": []
}
}
Loading

0 comments on commit 43003a5

Please sign in to comment.