@abtnode/schema 1.8.32 → 1.8.34
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 +14 -13
- package/lib/schema.graphqls +14 -13
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -153,6 +153,7 @@ input RequestChangeBlockletStoreInput {
|
|
|
153
153
|
|
|
154
154
|
input RequestCheckDomainsInput {
|
|
155
155
|
domains: [String!]
|
|
156
|
+
did: String
|
|
156
157
|
}
|
|
157
158
|
|
|
158
159
|
input RequestConfigBlockletInput {
|
|
@@ -180,6 +181,12 @@ input RequestCreateAccessKeyInput {
|
|
|
180
181
|
passport: String
|
|
181
182
|
}
|
|
182
183
|
|
|
184
|
+
input RequestCreateInvitationInput {
|
|
185
|
+
teamDid: String
|
|
186
|
+
role: String
|
|
187
|
+
remark: String
|
|
188
|
+
}
|
|
189
|
+
|
|
183
190
|
input RequestCreatePassportIssuanceInput {
|
|
184
191
|
teamDid: String
|
|
185
192
|
ownerDid: String
|
|
@@ -201,6 +208,11 @@ input RequestCreateRoleInput {
|
|
|
201
208
|
permissions: [String!]
|
|
202
209
|
}
|
|
203
210
|
|
|
211
|
+
input RequestCreateTransferNodeInvitationInput {
|
|
212
|
+
teamDid: String
|
|
213
|
+
remark: String
|
|
214
|
+
}
|
|
215
|
+
|
|
204
216
|
input RequestCreateWebHookInput {
|
|
205
217
|
type: SenderType
|
|
206
218
|
title: String
|
|
@@ -506,17 +518,6 @@ input RequestVersionedBlockletInput {
|
|
|
506
518
|
downloadTokenList: [DownloadTokenInput!]
|
|
507
519
|
}
|
|
508
520
|
|
|
509
|
-
input RequsetCreateInvitationInput {
|
|
510
|
-
teamDid: String
|
|
511
|
-
role: String
|
|
512
|
-
remark: String
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
input RequsetCreateTransferNodeInvitationInput {
|
|
516
|
-
teamDid: String
|
|
517
|
-
remark: String
|
|
518
|
-
}
|
|
519
|
-
|
|
520
521
|
input RequsetDeleteInvitationInput {
|
|
521
522
|
teamDid: String
|
|
522
523
|
inviteId: String
|
|
@@ -1634,8 +1635,8 @@ type Mutation {
|
|
|
1634
1635
|
selectBlockletStore(input: RequestChangeBlockletStoreInput): GeneralResponse
|
|
1635
1636
|
resetNode(input: RequestResetNodeInput): ResponseResetNode
|
|
1636
1637
|
updateGateway(input: RequestGatewayInput): ResponseGateway
|
|
1637
|
-
createMemberInvitation(input:
|
|
1638
|
-
createTransferInvitation(input:
|
|
1638
|
+
createMemberInvitation(input: RequestCreateInvitationInput): ResponseCreateInvitation
|
|
1639
|
+
createTransferInvitation(input: RequestCreateTransferNodeInvitationInput): ResponseCreateTransferNodeInvitation
|
|
1639
1640
|
deleteInvitation(input: RequsetDeleteInvitationInput): GeneralResponse
|
|
1640
1641
|
createPassportIssuance(input: RequestCreatePassportIssuanceInput): ResponseCreatePassportIssuance
|
|
1641
1642
|
deletePassportIssuance(input: RequestDeleteTeamSessionInput): GeneralResponse
|
package/lib/schema.graphqls
CHANGED
|
@@ -153,6 +153,7 @@ input RequestChangeBlockletStoreInput {
|
|
|
153
153
|
|
|
154
154
|
input RequestCheckDomainsInput {
|
|
155
155
|
domains: [String!]
|
|
156
|
+
did: String
|
|
156
157
|
}
|
|
157
158
|
|
|
158
159
|
input RequestConfigBlockletInput {
|
|
@@ -180,6 +181,12 @@ input RequestCreateAccessKeyInput {
|
|
|
180
181
|
passport: String
|
|
181
182
|
}
|
|
182
183
|
|
|
184
|
+
input RequestCreateInvitationInput {
|
|
185
|
+
teamDid: String
|
|
186
|
+
role: String
|
|
187
|
+
remark: String
|
|
188
|
+
}
|
|
189
|
+
|
|
183
190
|
input RequestCreatePassportIssuanceInput {
|
|
184
191
|
teamDid: String
|
|
185
192
|
ownerDid: String
|
|
@@ -201,6 +208,11 @@ input RequestCreateRoleInput {
|
|
|
201
208
|
permissions: [String!]
|
|
202
209
|
}
|
|
203
210
|
|
|
211
|
+
input RequestCreateTransferNodeInvitationInput {
|
|
212
|
+
teamDid: String
|
|
213
|
+
remark: String
|
|
214
|
+
}
|
|
215
|
+
|
|
204
216
|
input RequestCreateWebHookInput {
|
|
205
217
|
type: SenderType
|
|
206
218
|
title: String
|
|
@@ -506,17 +518,6 @@ input RequestVersionedBlockletInput {
|
|
|
506
518
|
downloadTokenList: [DownloadTokenInput!]
|
|
507
519
|
}
|
|
508
520
|
|
|
509
|
-
input RequsetCreateInvitationInput {
|
|
510
|
-
teamDid: String
|
|
511
|
-
role: String
|
|
512
|
-
remark: String
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
input RequsetCreateTransferNodeInvitationInput {
|
|
516
|
-
teamDid: String
|
|
517
|
-
remark: String
|
|
518
|
-
}
|
|
519
|
-
|
|
520
521
|
input RequsetDeleteInvitationInput {
|
|
521
522
|
teamDid: String
|
|
522
523
|
inviteId: String
|
|
@@ -1636,8 +1637,8 @@ type Mutation {
|
|
|
1636
1637
|
selectBlockletStore(input: RequestChangeBlockletStoreInput): GeneralResponse
|
|
1637
1638
|
resetNode(input: RequestResetNodeInput): ResponseResetNode
|
|
1638
1639
|
updateGateway(input: RequestGatewayInput): ResponseGateway
|
|
1639
|
-
createMemberInvitation(input:
|
|
1640
|
-
createTransferInvitation(input:
|
|
1640
|
+
createMemberInvitation(input: RequestCreateInvitationInput): ResponseCreateInvitation
|
|
1641
|
+
createTransferInvitation(input: RequestCreateTransferNodeInvitationInput): ResponseCreateTransferNodeInvitation
|
|
1641
1642
|
deleteInvitation(input: RequsetDeleteInvitationInput): GeneralResponse
|
|
1642
1643
|
createPassportIssuance(input: RequestCreatePassportIssuanceInput): ResponseCreatePassportIssuance
|
|
1643
1644
|
deletePassportIssuance(input: RequestDeleteTeamSessionInput): GeneralResponse
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.34",
|
|
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": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "c5fbb8e57493db62f212217cfde1980c82f00297",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|