@abtnode/schema 1.16.19-beta-7d3ef675 → 1.16.19-beta-ba354e01

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.
package/lib/index.js CHANGED
@@ -181,10 +181,6 @@ input RequestBlockletDiffInput {
181
181
  rootDid: String
182
182
  }
183
183
 
184
- input RequestBlockletForLauncherInput {
185
- did: String
186
- }
187
-
188
184
  input RequestBlockletMetaInput {
189
185
  did: String
190
186
  storeUrl: String
@@ -1627,13 +1623,6 @@ type ResponseBlockletDiff {
1627
1623
  blockletDiff: BlockletDiff
1628
1624
  }
1629
1625
 
1630
- type ResponseBlockletForLauncher {
1631
- code: StatusCode
1632
- did: String
1633
- isInstalled: Boolean
1634
- isRunning: Boolean
1635
- }
1636
-
1637
1626
  type ResponseBlockletMeta {
1638
1627
  code: StatusCode
1639
1628
  meta: Any
@@ -2365,7 +2354,6 @@ type Mutation {
2365
2354
  type Query {
2366
2355
  getBlocklet(input: RequestBlockletDetailInput): ResponseBlocklet
2367
2356
  getBlockletMetaFromUrl(input: RequestBlockletMetaFromUrlInput): ResponseBlockletMetaFromUrl
2368
- getBlockletForLauncher(input: RequestBlockletForLauncherInput): ResponseBlockletForLauncher
2369
2357
  getBlockletDiff(input: RequestBlockletDiffInput): ResponseBlockletDiff
2370
2358
  getBlocklets(input: RequestGetBlockletsInput): ResponseGetBlocklets
2371
2359
  getBlockletRuntimeHistory(input: RequestBlockletRuntimeHistoryInput): ResponseBlockletRuntimeHistory
@@ -181,10 +181,6 @@ input RequestBlockletDiffInput {
181
181
  rootDid: String
182
182
  }
183
183
 
184
- input RequestBlockletForLauncherInput {
185
- did: String
186
- }
187
-
188
184
  input RequestBlockletMetaInput {
189
185
  did: String
190
186
  storeUrl: String
@@ -1627,13 +1623,6 @@ type ResponseBlockletDiff {
1627
1623
  blockletDiff: BlockletDiff
1628
1624
  }
1629
1625
 
1630
- type ResponseBlockletForLauncher {
1631
- code: StatusCode
1632
- did: String
1633
- isInstalled: Boolean
1634
- isRunning: Boolean
1635
- }
1636
-
1637
1626
  type ResponseBlockletMeta {
1638
1627
  code: StatusCode
1639
1628
  meta: Any
@@ -2367,7 +2356,6 @@ type Mutation {
2367
2356
  type Query {
2368
2357
  getBlocklet(input: RequestBlockletDetailInput): ResponseBlocklet
2369
2358
  getBlockletMetaFromUrl(input: RequestBlockletMetaFromUrlInput): ResponseBlockletMetaFromUrl
2370
- getBlockletForLauncher(input: RequestBlockletForLauncherInput): ResponseBlockletForLauncher
2371
2359
  getBlockletDiff(input: RequestBlockletDiffInput): ResponseBlockletDiff
2372
2360
  getBlocklets(input: RequestGetBlockletsInput): ResponseGetBlocklets
2373
2361
  getBlockletRuntimeHistory(input: RequestBlockletRuntimeHistoryInput): ResponseBlockletRuntimeHistory
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.19-beta-7d3ef675",
6
+ "version": "1.16.19-beta-ba354e01",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "af968e7bab22e67bd42d3dc93ff3ce827b9a91fe",
16
+ "gitHead": "d685f8ca8f2fe49298aa0e94f2f15e1e7ebf761b",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }