@abtnode/schema 1.16.29-beta-88bdefe8 → 1.16.29-beta-a076832b

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
@@ -393,6 +393,7 @@ input RequestDeleteBlockletStoreInput {
393
393
  teamDid: String
394
394
  url: String
395
395
  projectId: String
396
+ scope: String
396
397
  }
397
398
 
398
399
  input RequestDeleteComponentInput {
@@ -453,6 +454,7 @@ input RequestDisconnectFromStoreInput {
453
454
  did: String
454
455
  storeId: String
455
456
  projectId: String
457
+ storeScope: String
456
458
  }
457
459
 
458
460
  input RequestEndSessionInput {
@@ -2711,4 +2713,4 @@ type Query {
2711
2713
  getReleases(input: RequestGetReleasesInput): ResponseGetReleases
2712
2714
  getRelease(input: RequestReleaseInput): ResponseGetRelease
2713
2715
  getSelectedResources(input: RequestGetSelectedResourcesInput): ResponseGetSelectedResources
2714
- }`;
2716
+ }`;
@@ -393,6 +393,7 @@ input RequestDeleteBlockletStoreInput {
393
393
  teamDid: String
394
394
  url: String
395
395
  projectId: String
396
+ scope: String
396
397
  }
397
398
 
398
399
  input RequestDeleteComponentInput {
@@ -453,6 +454,7 @@ input RequestDisconnectFromStoreInput {
453
454
  did: String
454
455
  storeId: String
455
456
  projectId: String
457
+ storeScope: String
456
458
  }
457
459
 
458
460
  input RequestEndSessionInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.29-beta-88bdefe8",
6
+ "version": "1.16.29-beta-a076832b",
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": "2a91288d21c8defe019e1debfc242b6ef708573e",
16
+ "gitHead": "aa0791bd43f8c7068b24bc426ce0f0e4d8a3f583",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }