Skip to content

Commit

Permalink
chore: update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
miralemd committed Jun 9, 2020
1 parent 3a7c6ce commit 1ec9af5
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion apis/nucleus/src/object/get-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { modelStore, rpcRequestModelStore } from '../stores/modelStore';

/**
* @interface BaseConfig
* @property {CellElement} element
* @property {HTMLElement} element
* @property {object=} options
*/

Expand Down
2 changes: 1 addition & 1 deletion apis/stardust/api-spec/spec.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
'../theme/src/**/*.js',
],
api: {
stability: 'experimental',
stability: 'stable',
},
output: {
sort: {
Expand Down
92 changes: 46 additions & 46 deletions apis/stardust/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"info": {
"name": "@nebula.js/stardust",
"description": "Product and framework agnostic integration API for Qlik's Associative Engine",
"version": "0.6.1",
"version": "1.0.0-alpha.0",
"license": "MIT",
"stability": "experimental"
"stability": "stable"
},
"entries": {
"embed": {
Expand Down Expand Up @@ -835,50 +835,6 @@
}
}
},
"LoadType": {
"kind": "interface",
"params": [
{
"name": "type",
"kind": "object",
"entries": {
"name": {
"type": "string"
},
"version": {
"type": "string"
}
}
}
],
"returns": {
"type": "Promise",
"generics": [
{
"type": "#/definitions/Visualization"
}
]
},
"entries": {}
},
"TypeInfo": {
"kind": "interface",
"entries": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"load": {
"type": "#/definitions/LoadType"
},
"meta": {
"optional": true,
"type": "object"
}
}
},
"CreateConfig": {
"extends": [
{
Expand Down Expand Up @@ -977,6 +933,50 @@
}
}
},
"LoadType": {
"kind": "interface",
"params": [
{
"name": "type",
"kind": "object",
"entries": {
"name": {
"type": "string"
},
"version": {
"type": "string"
}
}
}
],
"returns": {
"type": "Promise",
"generics": [
{
"type": "#/definitions/Visualization"
}
]
},
"entries": {}
},
"TypeInfo": {
"kind": "interface",
"entries": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"load": {
"type": "#/definitions/LoadType"
},
"meta": {
"optional": true,
"type": "object"
}
}
},
"CellElement": {
"extends": [
{
Expand Down

0 comments on commit 1ec9af5

Please sign in to comment.