@abtnode/schema 1.16.29 → 1.16.30-beta-958ae719
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 +1416 -1413
- package/lib/schema.graphqls +1627 -1625
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -16,2472 +16,2475 @@ scalar Uint32
|
|
|
16
16
|
scalar Uint64
|
|
17
17
|
|
|
18
18
|
input AutoBackupInput {
|
|
19
|
-
enabled: Boolean
|
|
19
|
+
enabled: Boolean
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
input AutoCheckUpdateInput {
|
|
23
|
-
enabled: Boolean
|
|
23
|
+
enabled: Boolean
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
input BlockletStoreInput {
|
|
27
|
-
name: String
|
|
28
|
-
description: String
|
|
29
|
-
url: String
|
|
30
|
-
logoUrl: String
|
|
31
|
-
maintainer: String
|
|
32
|
-
cdnUrl: String
|
|
33
|
-
protected: Boolean
|
|
34
|
-
id: String
|
|
35
|
-
scope: String
|
|
27
|
+
name: String
|
|
28
|
+
description: String
|
|
29
|
+
url: String
|
|
30
|
+
logoUrl: String
|
|
31
|
+
maintainer: String
|
|
32
|
+
cdnUrl: String
|
|
33
|
+
protected: Boolean
|
|
34
|
+
id: String
|
|
35
|
+
scope: String
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
input ConfigEntryInput {
|
|
39
|
-
key: String
|
|
40
|
-
value: String
|
|
41
|
-
required: Boolean
|
|
42
|
-
description: String
|
|
43
|
-
validation: String
|
|
44
|
-
secure: Boolean
|
|
45
|
-
custom: Boolean
|
|
46
|
-
shared: Boolean
|
|
39
|
+
key: String
|
|
40
|
+
value: String
|
|
41
|
+
required: Boolean
|
|
42
|
+
description: String
|
|
43
|
+
validation: String
|
|
44
|
+
secure: Boolean
|
|
45
|
+
custom: Boolean
|
|
46
|
+
shared: Boolean
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
input ConfigNavigationInput {
|
|
50
|
-
id: String
|
|
51
|
-
title: String
|
|
52
|
-
link: String
|
|
53
|
-
icon: String
|
|
54
|
-
section: String
|
|
55
|
-
component: String
|
|
56
|
-
parent: String
|
|
57
|
-
role: String
|
|
58
|
-
visible: Boolean
|
|
59
|
-
from: String
|
|
50
|
+
id: String
|
|
51
|
+
title: String
|
|
52
|
+
link: String
|
|
53
|
+
icon: String
|
|
54
|
+
section: String
|
|
55
|
+
component: String
|
|
56
|
+
parent: String
|
|
57
|
+
role: String
|
|
58
|
+
visible: Boolean
|
|
59
|
+
from: String
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
input ConnectedAccountInput {
|
|
63
|
-
provider: String
|
|
64
|
-
did: String
|
|
65
|
-
pk: String
|
|
66
|
-
id: String
|
|
67
|
-
lastLoginAt: Uint32
|
|
68
|
-
userInfo: ConnectedAccountInfoInput
|
|
69
|
-
extra: Any
|
|
63
|
+
provider: String
|
|
64
|
+
did: String
|
|
65
|
+
pk: String
|
|
66
|
+
id: String
|
|
67
|
+
lastLoginAt: Uint32
|
|
68
|
+
userInfo: ConnectedAccountInfoInput
|
|
69
|
+
extra: Any
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
input ConnectedAccountInfoInput {
|
|
73
|
-
name: String
|
|
74
|
-
picture: String
|
|
75
|
-
email: String
|
|
76
|
-
emailVerified: Boolean
|
|
77
|
-
sub: String
|
|
78
|
-
extraData: Any
|
|
73
|
+
name: String
|
|
74
|
+
picture: String
|
|
75
|
+
email: String
|
|
76
|
+
emailVerified: Boolean
|
|
77
|
+
sub: String
|
|
78
|
+
extraData: Any
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
input DownloadTokenInput {
|
|
82
|
-
did: String
|
|
83
|
-
token: String
|
|
82
|
+
did: String
|
|
83
|
+
token: String
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
input HashFileInput {
|
|
87
|
-
file: String
|
|
88
|
-
hash: String
|
|
87
|
+
file: String
|
|
88
|
+
hash: String
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
input IssuerInput {
|
|
92
|
-
id: String
|
|
93
|
-
name: String
|
|
94
|
-
pk: String
|
|
92
|
+
id: String
|
|
93
|
+
name: String
|
|
94
|
+
pk: String
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
input NodeInfoInput {
|
|
98
|
-
name: String
|
|
99
|
-
description: String
|
|
100
|
-
autoUpgrade: Boolean
|
|
101
|
-
enableWelcomePage: Boolean
|
|
102
|
-
registerUrl: String
|
|
103
|
-
webWalletUrl: String
|
|
104
|
-
blockletRegistryList: [BlockletStoreInput!]
|
|
105
|
-
diskAlertThreshold: Uint32
|
|
106
|
-
enableBetaRelease: Boolean
|
|
107
|
-
nftDomainUrl: String
|
|
108
|
-
enableFileSystemIsolation: Boolean
|
|
98
|
+
name: String
|
|
99
|
+
description: String
|
|
100
|
+
autoUpgrade: Boolean
|
|
101
|
+
enableWelcomePage: Boolean
|
|
102
|
+
registerUrl: String
|
|
103
|
+
webWalletUrl: String
|
|
104
|
+
blockletRegistryList: [BlockletStoreInput!]
|
|
105
|
+
diskAlertThreshold: Uint32
|
|
106
|
+
enableBetaRelease: Boolean
|
|
107
|
+
nftDomainUrl: String
|
|
108
|
+
enableFileSystemIsolation: Boolean
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
input PagingInput {
|
|
112
|
-
total: Uint32
|
|
113
|
-
pageSize: Uint32
|
|
114
|
-
pageCount: Uint32
|
|
115
|
-
page: Uint32
|
|
112
|
+
total: Uint32
|
|
113
|
+
pageSize: Uint32
|
|
114
|
+
pageCount: Uint32
|
|
115
|
+
page: Uint32
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
input PassportInput {
|
|
119
|
-
id: String
|
|
120
|
-
name: String
|
|
121
|
-
title: String
|
|
122
|
-
issuer: IssuerInput
|
|
123
|
-
type: [String!]
|
|
124
|
-
issuanceDate: Uint32
|
|
125
|
-
expirationDate: Uint32
|
|
126
|
-
status: String
|
|
127
|
-
role: String
|
|
128
|
-
lastLoginAt: Uint32
|
|
119
|
+
id: String
|
|
120
|
+
name: String
|
|
121
|
+
title: String
|
|
122
|
+
issuer: IssuerInput
|
|
123
|
+
type: [String!]
|
|
124
|
+
issuanceDate: Uint32
|
|
125
|
+
expirationDate: Uint32
|
|
126
|
+
status: String
|
|
127
|
+
role: String
|
|
128
|
+
lastLoginAt: Uint32
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
input PermissionInput {
|
|
132
|
-
name: String
|
|
133
|
-
description: String
|
|
134
|
-
isProtected: Boolean
|
|
132
|
+
name: String
|
|
133
|
+
description: String
|
|
134
|
+
isProtected: Boolean
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
input RequestAddBlockletSpaceGatewayInput {
|
|
138
|
-
did: String
|
|
139
|
-
spaceGateway: SpaceGatewayInput
|
|
138
|
+
did: String
|
|
139
|
+
spaceGateway: SpaceGatewayInput
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
input RequestAddBlockletStoreInput {
|
|
143
|
-
teamDid: String
|
|
144
|
-
url: String
|
|
145
|
-
scope: String
|
|
143
|
+
teamDid: String
|
|
144
|
+
url: String
|
|
145
|
+
scope: String
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
input RequestAddDomainAliasInput {
|
|
149
|
-
id: String
|
|
150
|
-
domainAlias: String
|
|
151
|
-
force: Boolean
|
|
152
|
-
teamDid: String
|
|
153
|
-
type: String
|
|
154
|
-
nftDid: String
|
|
155
|
-
chainHost: String
|
|
156
|
-
inBlockletSetup: Boolean
|
|
149
|
+
id: String
|
|
150
|
+
domainAlias: String
|
|
151
|
+
force: Boolean
|
|
152
|
+
teamDid: String
|
|
153
|
+
type: String
|
|
154
|
+
nftDid: String
|
|
155
|
+
chainHost: String
|
|
156
|
+
inBlockletSetup: Boolean
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
input RequestAddLetsEncryptCertInput {
|
|
160
|
-
domain: String
|
|
161
|
-
did: String
|
|
162
|
-
siteId: String
|
|
163
|
-
inBlockletSetup: Boolean
|
|
160
|
+
domain: String
|
|
161
|
+
did: String
|
|
162
|
+
siteId: String
|
|
163
|
+
inBlockletSetup: Boolean
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
input RequestAddNginxHttpsCertInput {
|
|
167
|
-
name: String
|
|
168
|
-
privateKey: String
|
|
169
|
-
certificate: String
|
|
167
|
+
name: String
|
|
168
|
+
privateKey: String
|
|
169
|
+
certificate: String
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
input RequestAddRoutingRuleInput {
|
|
173
|
-
id: String
|
|
174
|
-
rule: RoutingRuleInput
|
|
175
|
-
teamDid: String
|
|
173
|
+
id: String
|
|
174
|
+
rule: RoutingRuleInput
|
|
175
|
+
teamDid: String
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
input RequestAddRoutingSiteInput {
|
|
179
|
-
domain: String
|
|
180
|
-
type: String
|
|
181
|
-
rules: [RoutingRuleInput!]
|
|
179
|
+
domain: String
|
|
180
|
+
type: String
|
|
181
|
+
rules: [RoutingRuleInput!]
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
input RequestAuditFederatedLoginInput {
|
|
185
|
-
did: String
|
|
186
|
-
memberPid: String
|
|
187
|
-
status: String
|
|
185
|
+
did: String
|
|
186
|
+
memberPid: String
|
|
187
|
+
status: String
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
input RequestBackupBlockletInput {
|
|
191
|
-
appDid: String
|
|
192
|
-
to: BackupTo
|
|
191
|
+
appDid: String
|
|
192
|
+
to: BackupTo
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
input RequestBlockletInput {
|
|
196
|
-
did: String
|
|
196
|
+
did: String
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
input RequestBlockletDetailInput {
|
|
200
|
-
did: String
|
|
201
|
-
|
|
202
|
-
|
|
200
|
+
did: String
|
|
201
|
+
attachDiskInfo: Boolean
|
|
202
|
+
attachRuntimeInfo: Boolean
|
|
203
|
+
getOptionalComponents: Boolean
|
|
203
204
|
}
|
|
204
205
|
|
|
205
206
|
input RequestBlockletDiffInput {
|
|
206
|
-
did: String
|
|
207
|
-
hashFiles: [HashFileInput!]
|
|
208
|
-
rootDid: String
|
|
207
|
+
did: String
|
|
208
|
+
hashFiles: [HashFileInput!]
|
|
209
|
+
rootDid: String
|
|
209
210
|
}
|
|
210
211
|
|
|
211
212
|
input RequestBlockletMetaInput {
|
|
212
|
-
did: String
|
|
213
|
-
storeUrl: String
|
|
213
|
+
did: String
|
|
214
|
+
storeUrl: String
|
|
214
215
|
}
|
|
215
216
|
|
|
216
217
|
input RequestBlockletMetaFromUrlInput {
|
|
217
|
-
url: String
|
|
218
|
-
checkPrice: Boolean
|
|
218
|
+
url: String
|
|
219
|
+
checkPrice: Boolean
|
|
219
220
|
}
|
|
220
221
|
|
|
221
222
|
input RequestBlockletRuntimeHistoryInput {
|
|
222
|
-
did: String
|
|
223
|
-
hours: Uint32
|
|
223
|
+
did: String
|
|
224
|
+
hours: Uint32
|
|
224
225
|
}
|
|
225
226
|
|
|
226
227
|
input RequestCheckDomainsInput {
|
|
227
|
-
domains: [String!]
|
|
228
|
-
did: String
|
|
228
|
+
domains: [String!]
|
|
229
|
+
did: String
|
|
229
230
|
}
|
|
230
231
|
|
|
231
232
|
input RequestClearCacheInput {
|
|
232
|
-
teamDid: String
|
|
233
|
-
pattern: String
|
|
233
|
+
teamDid: String
|
|
234
|
+
pattern: String
|
|
234
235
|
}
|
|
235
236
|
|
|
236
237
|
input RequestComponentsInput {
|
|
237
|
-
did: String
|
|
238
|
-
componentDids: [String!]
|
|
238
|
+
did: String
|
|
239
|
+
componentDids: [String!]
|
|
239
240
|
}
|
|
240
241
|
|
|
241
242
|
input RequestConfigBlockletInput {
|
|
242
|
-
did: [String!]
|
|
243
|
-
configs: [ConfigEntryInput!]
|
|
243
|
+
did: [String!]
|
|
244
|
+
configs: [ConfigEntryInput!]
|
|
244
245
|
}
|
|
245
246
|
|
|
246
247
|
input RequestConfigFederatedInput {
|
|
247
|
-
did: String
|
|
248
|
-
autoLogin: Boolean
|
|
248
|
+
did: String
|
|
249
|
+
autoLogin: Boolean
|
|
249
250
|
}
|
|
250
251
|
|
|
251
252
|
input RequestConfigNavigationsInput {
|
|
252
|
-
did: String
|
|
253
|
-
navigations: [ConfigNavigationInput!]
|
|
253
|
+
did: String
|
|
254
|
+
navigations: [ConfigNavigationInput!]
|
|
254
255
|
}
|
|
255
256
|
|
|
256
257
|
input RequestConfigNotificationInput {
|
|
257
|
-
did: String
|
|
258
|
-
notification: String
|
|
258
|
+
did: String
|
|
259
|
+
notification: String
|
|
259
260
|
}
|
|
260
261
|
|
|
261
262
|
input RequestConfigOAuthInput {
|
|
262
|
-
did: String
|
|
263
|
-
oauth: String
|
|
263
|
+
did: String
|
|
264
|
+
oauth: String
|
|
264
265
|
}
|
|
265
266
|
|
|
266
267
|
input RequestConfigPassportIssuanceInput {
|
|
267
|
-
teamDid: String
|
|
268
|
-
enable: Boolean
|
|
268
|
+
teamDid: String
|
|
269
|
+
enable: Boolean
|
|
269
270
|
}
|
|
270
271
|
|
|
271
272
|
input RequestConfigPublicToStoreInput {
|
|
272
|
-
did: String
|
|
273
|
-
publicToStore: Boolean
|
|
273
|
+
did: String
|
|
274
|
+
publicToStore: Boolean
|
|
274
275
|
}
|
|
275
276
|
|
|
276
277
|
input RequestConfigTrustedFactoriesInput {
|
|
277
|
-
teamDid: String
|
|
278
|
-
trustedFactories: [TrustedFactoryInput!]
|
|
278
|
+
teamDid: String
|
|
279
|
+
trustedFactories: [TrustedFactoryInput!]
|
|
279
280
|
}
|
|
280
281
|
|
|
281
282
|
input RequestConfigTrustedPassportsInput {
|
|
282
|
-
teamDid: String
|
|
283
|
-
trustedPassports: [TrustedPassportInput!]
|
|
283
|
+
teamDid: String
|
|
284
|
+
trustedPassports: [TrustedPassportInput!]
|
|
284
285
|
}
|
|
285
286
|
|
|
286
287
|
input RequestConnectByStudioInput {
|
|
287
|
-
did: String
|
|
288
|
-
storeId: String
|
|
289
|
-
storeUrl: String
|
|
290
|
-
storeName: String
|
|
291
|
-
blockletTitle: String
|
|
292
|
-
type: String
|
|
293
|
-
tenantScope: String
|
|
294
|
-
componentDid: String
|
|
295
|
-
messageId: String
|
|
288
|
+
did: String
|
|
289
|
+
storeId: String
|
|
290
|
+
storeUrl: String
|
|
291
|
+
storeName: String
|
|
292
|
+
blockletTitle: String
|
|
293
|
+
type: String
|
|
294
|
+
tenantScope: String
|
|
295
|
+
componentDid: String
|
|
296
|
+
messageId: String
|
|
296
297
|
}
|
|
297
298
|
|
|
298
299
|
input RequestConnectToStoreInput {
|
|
299
|
-
did: String
|
|
300
|
-
storeId: String
|
|
301
|
-
storeUrl: String
|
|
302
|
-
storeName: String
|
|
303
|
-
projectId: String
|
|
300
|
+
did: String
|
|
301
|
+
storeId: String
|
|
302
|
+
storeUrl: String
|
|
303
|
+
storeName: String
|
|
304
|
+
projectId: String
|
|
304
305
|
}
|
|
305
306
|
|
|
306
307
|
input RequestCreateAccessKeyInput {
|
|
307
|
-
remark: String
|
|
308
|
-
passport: String
|
|
308
|
+
remark: String
|
|
309
|
+
passport: String
|
|
309
310
|
}
|
|
310
311
|
|
|
311
312
|
input RequestCreateInvitationInput {
|
|
312
|
-
teamDid: String
|
|
313
|
-
role: String
|
|
314
|
-
remark: String
|
|
315
|
-
sourceAppPid: String
|
|
313
|
+
teamDid: String
|
|
314
|
+
role: String
|
|
315
|
+
remark: String
|
|
316
|
+
sourceAppPid: String
|
|
316
317
|
}
|
|
317
318
|
|
|
318
319
|
input RequestCreatePassportIssuanceInput {
|
|
319
|
-
teamDid: String
|
|
320
|
-
ownerDid: String
|
|
321
|
-
name: String
|
|
320
|
+
teamDid: String
|
|
321
|
+
ownerDid: String
|
|
322
|
+
name: String
|
|
322
323
|
}
|
|
323
324
|
|
|
324
325
|
input RequestCreatePermissionInput {
|
|
325
|
-
teamDid: String
|
|
326
|
-
name: String
|
|
327
|
-
description: String
|
|
326
|
+
teamDid: String
|
|
327
|
+
name: String
|
|
328
|
+
description: String
|
|
328
329
|
}
|
|
329
330
|
|
|
330
331
|
input RequestCreateProjectInput {
|
|
331
|
-
did: String
|
|
332
|
-
type: PublishType
|
|
333
|
-
blockletDid: String
|
|
334
|
-
blockletTitle: String
|
|
335
|
-
componentDid: String
|
|
336
|
-
tenantScope: String
|
|
332
|
+
did: String
|
|
333
|
+
type: PublishType
|
|
334
|
+
blockletDid: String
|
|
335
|
+
blockletTitle: String
|
|
336
|
+
componentDid: String
|
|
337
|
+
tenantScope: String
|
|
337
338
|
}
|
|
338
339
|
|
|
339
340
|
input RequestCreateReleaseInput {
|
|
340
|
-
did: String
|
|
341
|
-
projectId: String
|
|
342
|
-
releaseId: String
|
|
343
|
-
blockletDid: String
|
|
344
|
-
blockletVersion: String
|
|
345
|
-
blockletTitle: String
|
|
346
|
-
blockletDescription: String
|
|
347
|
-
blockletLogo: String
|
|
348
|
-
blockletIntroduction: String
|
|
349
|
-
blockletScreenshots: [String!]
|
|
350
|
-
note: String
|
|
351
|
-
status: String
|
|
352
|
-
blockletComponents: [String!]
|
|
353
|
-
uploadedResource: String
|
|
341
|
+
did: String
|
|
342
|
+
projectId: String
|
|
343
|
+
releaseId: String
|
|
344
|
+
blockletDid: String
|
|
345
|
+
blockletVersion: String
|
|
346
|
+
blockletTitle: String
|
|
347
|
+
blockletDescription: String
|
|
348
|
+
blockletLogo: String
|
|
349
|
+
blockletIntroduction: String
|
|
350
|
+
blockletScreenshots: [String!]
|
|
351
|
+
note: String
|
|
352
|
+
status: String
|
|
353
|
+
blockletComponents: [String!]
|
|
354
|
+
uploadedResource: String
|
|
354
355
|
}
|
|
355
356
|
|
|
356
357
|
input RequestCreateRoleInput {
|
|
357
|
-
teamDid: String
|
|
358
|
-
name: String
|
|
359
|
-
title: String
|
|
360
|
-
description: String
|
|
361
|
-
childName: String
|
|
362
|
-
permissions: [String!]
|
|
363
|
-
extra: String
|
|
358
|
+
teamDid: String
|
|
359
|
+
name: String
|
|
360
|
+
title: String
|
|
361
|
+
description: String
|
|
362
|
+
childName: String
|
|
363
|
+
permissions: [String!]
|
|
364
|
+
extra: String
|
|
364
365
|
}
|
|
365
366
|
|
|
366
367
|
input RequestCreateTransferNodeInvitationInput {
|
|
367
|
-
teamDid: String
|
|
368
|
-
remark: String
|
|
368
|
+
teamDid: String
|
|
369
|
+
remark: String
|
|
369
370
|
}
|
|
370
371
|
|
|
371
372
|
input RequestCreateWebHookInput {
|
|
372
|
-
type: SenderType
|
|
373
|
-
title: String
|
|
374
|
-
description: String
|
|
375
|
-
params: [WebHookParamInput!]
|
|
373
|
+
type: SenderType
|
|
374
|
+
title: String
|
|
375
|
+
description: String
|
|
376
|
+
params: [WebHookParamInput!]
|
|
376
377
|
}
|
|
377
378
|
|
|
378
379
|
input RequestDeleteAccessKeyInput {
|
|
379
|
-
accessKeyId: String
|
|
380
|
+
accessKeyId: String
|
|
380
381
|
}
|
|
381
382
|
|
|
382
383
|
input RequestDeleteBlockletInput {
|
|
383
|
-
did: String
|
|
384
|
-
keepData: Boolean
|
|
384
|
+
did: String
|
|
385
|
+
keepData: Boolean
|
|
385
386
|
}
|
|
386
387
|
|
|
387
388
|
input RequestDeleteBlockletSpaceGatewayInput {
|
|
388
|
-
did: String
|
|
389
|
-
spaceGatewayDid: String
|
|
389
|
+
did: String
|
|
390
|
+
spaceGatewayDid: String
|
|
390
391
|
}
|
|
391
392
|
|
|
392
393
|
input RequestDeleteBlockletStoreInput {
|
|
393
|
-
teamDid: String
|
|
394
|
-
url: String
|
|
395
|
-
projectId: String
|
|
396
|
-
scope: String
|
|
394
|
+
teamDid: String
|
|
395
|
+
url: String
|
|
396
|
+
projectId: String
|
|
397
|
+
scope: String
|
|
397
398
|
}
|
|
398
399
|
|
|
399
400
|
input RequestDeleteComponentInput {
|
|
400
|
-
did: String
|
|
401
|
-
rootDid: String
|
|
402
|
-
keepData: Boolean
|
|
401
|
+
did: String
|
|
402
|
+
rootDid: String
|
|
403
|
+
keepData: Boolean
|
|
403
404
|
}
|
|
404
405
|
|
|
405
406
|
input RequestDeleteDomainAliasInput {
|
|
406
|
-
id: String
|
|
407
|
-
domainAlias: String
|
|
408
|
-
teamDid: String
|
|
407
|
+
id: String
|
|
408
|
+
domainAlias: String
|
|
409
|
+
teamDid: String
|
|
409
410
|
}
|
|
410
411
|
|
|
411
412
|
input RequestDeleteInvitationInput {
|
|
412
|
-
teamDid: String
|
|
413
|
-
inviteId: String
|
|
413
|
+
teamDid: String
|
|
414
|
+
inviteId: String
|
|
414
415
|
}
|
|
415
416
|
|
|
416
417
|
input RequestDeleteNginxHttpsCertInput {
|
|
417
|
-
id: String
|
|
418
|
+
id: String
|
|
418
419
|
}
|
|
419
420
|
|
|
420
421
|
input RequestDeletePermissionInput {
|
|
421
|
-
teamDid: String
|
|
422
|
-
name: String
|
|
422
|
+
teamDid: String
|
|
423
|
+
name: String
|
|
423
424
|
}
|
|
424
425
|
|
|
425
426
|
input RequestDeleteRoleInput {
|
|
426
|
-
teamDid: String
|
|
427
|
-
name: String
|
|
427
|
+
teamDid: String
|
|
428
|
+
name: String
|
|
428
429
|
}
|
|
429
430
|
|
|
430
431
|
input RequestDeleteRoutingRuleInput {
|
|
431
|
-
id: String
|
|
432
|
-
ruleId: String
|
|
433
|
-
teamDid: String
|
|
432
|
+
id: String
|
|
433
|
+
ruleId: String
|
|
434
|
+
teamDid: String
|
|
434
435
|
}
|
|
435
436
|
|
|
436
437
|
input RequestDeleteRoutingSiteInput {
|
|
437
|
-
id: String
|
|
438
|
+
id: String
|
|
438
439
|
}
|
|
439
440
|
|
|
440
441
|
input RequestDeleteTeamSessionInput {
|
|
441
|
-
teamDid: String
|
|
442
|
-
sessionId: String
|
|
442
|
+
teamDid: String
|
|
443
|
+
sessionId: String
|
|
443
444
|
}
|
|
444
445
|
|
|
445
446
|
input RequestDeleteWebHookInput {
|
|
446
|
-
id: String
|
|
447
|
+
id: String
|
|
447
448
|
}
|
|
448
449
|
|
|
449
450
|
input RequestDisbandFederatedLoginInput {
|
|
450
|
-
did: String
|
|
451
|
+
did: String
|
|
451
452
|
}
|
|
452
453
|
|
|
453
454
|
input RequestDisconnectFromStoreInput {
|
|
454
|
-
did: String
|
|
455
|
-
storeId: String
|
|
456
|
-
projectId: String
|
|
457
|
-
storeScope: String
|
|
455
|
+
did: String
|
|
456
|
+
storeId: String
|
|
457
|
+
projectId: String
|
|
458
|
+
storeScope: String
|
|
458
459
|
}
|
|
459
460
|
|
|
460
461
|
input RequestEndSessionInput {
|
|
461
|
-
id: String
|
|
462
|
+
id: String
|
|
462
463
|
}
|
|
463
464
|
|
|
464
465
|
input RequestFindCertificateByDomainInput {
|
|
465
|
-
domain: String
|
|
466
|
-
did: String
|
|
466
|
+
domain: String
|
|
467
|
+
did: String
|
|
467
468
|
}
|
|
468
469
|
|
|
469
470
|
input RequestGatewayInput {
|
|
470
|
-
requestLimit: RequestLimitInput
|
|
471
|
-
cacheEnabled: Boolean
|
|
471
|
+
requestLimit: RequestLimitInput
|
|
472
|
+
cacheEnabled: Boolean
|
|
472
473
|
}
|
|
473
474
|
|
|
474
475
|
input RequestGetAuditLogsInput {
|
|
475
|
-
paging: PagingInput
|
|
476
|
-
scope: String
|
|
477
|
-
category: String
|
|
476
|
+
paging: PagingInput
|
|
477
|
+
scope: String
|
|
478
|
+
category: String
|
|
478
479
|
}
|
|
479
480
|
|
|
480
481
|
input RequestGetAutoBackupInput {
|
|
481
|
-
did: String
|
|
482
|
+
did: String
|
|
482
483
|
}
|
|
483
484
|
|
|
484
485
|
input RequestGetAutoCheckUpdateInput {
|
|
485
|
-
did: String
|
|
486
|
+
did: String
|
|
486
487
|
}
|
|
487
488
|
|
|
488
489
|
input RequestGetBlockletBackupsInput {
|
|
489
|
-
did: String
|
|
490
|
+
did: String
|
|
490
491
|
}
|
|
491
492
|
|
|
492
493
|
input RequestGetBlockletNotificationsInput {
|
|
493
|
-
receiver: String
|
|
494
|
-
sender: String
|
|
495
|
-
read: Boolean
|
|
496
|
-
paging: PagingInput
|
|
497
|
-
teamDid: String
|
|
494
|
+
receiver: String
|
|
495
|
+
sender: String
|
|
496
|
+
read: Boolean
|
|
497
|
+
paging: PagingInput
|
|
498
|
+
teamDid: String
|
|
498
499
|
}
|
|
499
500
|
|
|
500
501
|
input RequestGetBlockletsInput {
|
|
501
|
-
useCache: Boolean
|
|
502
|
+
useCache: Boolean
|
|
502
503
|
}
|
|
503
504
|
|
|
504
505
|
input RequestGetDynamicComponentsInput {
|
|
505
|
-
url: String
|
|
506
|
+
url: String
|
|
506
507
|
}
|
|
507
508
|
|
|
508
509
|
input RequestGetLauncherSessionInput {
|
|
509
|
-
launcherSessionId: String
|
|
510
|
-
launcherUrl: String
|
|
510
|
+
launcherSessionId: String
|
|
511
|
+
launcherUrl: String
|
|
511
512
|
}
|
|
512
513
|
|
|
513
514
|
input RequestGetNotificationsInput {
|
|
514
|
-
receiver: String
|
|
515
|
-
sender: String
|
|
516
|
-
read: Boolean
|
|
517
|
-
paging: PagingInput
|
|
515
|
+
receiver: String
|
|
516
|
+
sender: String
|
|
517
|
+
read: Boolean
|
|
518
|
+
paging: PagingInput
|
|
518
519
|
}
|
|
519
520
|
|
|
520
521
|
input RequestGetPassportIssuancesInput {
|
|
521
|
-
teamDid: String
|
|
522
|
-
ownerDid: String
|
|
522
|
+
teamDid: String
|
|
523
|
+
ownerDid: String
|
|
523
524
|
}
|
|
524
525
|
|
|
525
526
|
input RequestGetProjectsInput {
|
|
526
|
-
did: String
|
|
527
|
-
paging: PagingInput
|
|
528
|
-
componentDid: String
|
|
529
|
-
tenantScope: String
|
|
527
|
+
did: String
|
|
528
|
+
paging: PagingInput
|
|
529
|
+
componentDid: String
|
|
530
|
+
tenantScope: String
|
|
530
531
|
}
|
|
531
532
|
|
|
532
533
|
input RequestGetReleasesInput {
|
|
533
|
-
did: String
|
|
534
|
-
projectId: String
|
|
535
|
-
paging: PagingInput
|
|
534
|
+
did: String
|
|
535
|
+
projectId: String
|
|
536
|
+
paging: PagingInput
|
|
536
537
|
}
|
|
537
538
|
|
|
538
539
|
input RequestGetRoutingSitesInput {
|
|
539
|
-
snapshotHash: String
|
|
540
|
+
snapshotHash: String
|
|
540
541
|
}
|
|
541
542
|
|
|
542
543
|
input RequestGetRoutingSnapshotsInput {
|
|
543
|
-
limit: Int32
|
|
544
|
+
limit: Int32
|
|
544
545
|
}
|
|
545
546
|
|
|
546
547
|
input RequestGetSelectedResourcesInput {
|
|
547
|
-
did: String
|
|
548
|
-
projectId: String
|
|
549
|
-
releaseId: String
|
|
550
|
-
componentDid: String
|
|
548
|
+
did: String
|
|
549
|
+
projectId: String
|
|
550
|
+
releaseId: String
|
|
551
|
+
componentDid: String
|
|
551
552
|
}
|
|
552
553
|
|
|
553
554
|
input RequestGetSessionInput {
|
|
554
|
-
id: String
|
|
555
|
+
id: String
|
|
555
556
|
}
|
|
556
557
|
|
|
557
558
|
input RequestGetSnapshotSitesInput {
|
|
558
|
-
hash: String
|
|
559
|
+
hash: String
|
|
559
560
|
}
|
|
560
561
|
|
|
561
562
|
input RequestGetTrafficInsightsInput {
|
|
562
|
-
did: String
|
|
563
|
-
startDate: String
|
|
564
|
-
endDate: String
|
|
565
|
-
paging: PagingInput
|
|
563
|
+
did: String
|
|
564
|
+
startDate: String
|
|
565
|
+
endDate: String
|
|
566
|
+
paging: PagingInput
|
|
566
567
|
}
|
|
567
568
|
|
|
568
569
|
input RequestGrantPermissionForRoleInput {
|
|
569
|
-
teamDid: String
|
|
570
|
-
roleName: String
|
|
571
|
-
grantName: String
|
|
570
|
+
teamDid: String
|
|
571
|
+
roleName: String
|
|
572
|
+
grantName: String
|
|
572
573
|
}
|
|
573
574
|
|
|
574
575
|
input RequestHasPermissionInput {
|
|
575
|
-
teamDid: String
|
|
576
|
-
role: String
|
|
577
|
-
permission: String
|
|
576
|
+
teamDid: String
|
|
577
|
+
role: String
|
|
578
|
+
permission: String
|
|
578
579
|
}
|
|
579
580
|
|
|
580
581
|
input RequestInstallComponentInput {
|
|
581
|
-
rootDid: String
|
|
582
|
-
mountPoint: String
|
|
583
|
-
url: String
|
|
584
|
-
file: Upload
|
|
585
|
-
did: String
|
|
586
|
-
diffVersion: String
|
|
587
|
-
deleteSet: [String!]
|
|
588
|
-
name: String
|
|
589
|
-
title: String
|
|
590
|
-
configs: [ConfigEntryInput!]
|
|
591
|
-
downloadTokenList: [DownloadTokenInput!]
|
|
592
|
-
skipNavigation: Boolean
|
|
593
|
-
onlyRequired: Boolean
|
|
582
|
+
rootDid: String
|
|
583
|
+
mountPoint: String
|
|
584
|
+
url: String
|
|
585
|
+
file: Upload
|
|
586
|
+
did: String
|
|
587
|
+
diffVersion: String
|
|
588
|
+
deleteSet: [String!]
|
|
589
|
+
name: String
|
|
590
|
+
title: String
|
|
591
|
+
configs: [ConfigEntryInput!]
|
|
592
|
+
downloadTokenList: [DownloadTokenInput!]
|
|
593
|
+
skipNavigation: Boolean
|
|
594
|
+
onlyRequired: Boolean
|
|
594
595
|
}
|
|
595
596
|
|
|
596
597
|
input RequestIsDidDomainInput {
|
|
597
|
-
domain: String
|
|
598
|
+
domain: String
|
|
598
599
|
}
|
|
599
600
|
|
|
600
601
|
input RequestIssuePassportToUserInput {
|
|
601
|
-
teamDid: String
|
|
602
|
-
userDid: String
|
|
603
|
-
role: String
|
|
602
|
+
teamDid: String
|
|
603
|
+
userDid: String
|
|
604
|
+
role: String
|
|
604
605
|
}
|
|
605
606
|
|
|
606
607
|
input RequestJoinFederatedLoginInput {
|
|
607
|
-
did: String
|
|
608
|
-
appUrl: String
|
|
608
|
+
did: String
|
|
609
|
+
appUrl: String
|
|
609
610
|
}
|
|
610
611
|
|
|
611
612
|
input RequestLimitInput {
|
|
612
|
-
enabled: Boolean
|
|
613
|
-
rate: Uint32
|
|
614
|
-
ipHeader: String
|
|
613
|
+
enabled: Boolean
|
|
614
|
+
rate: Uint32
|
|
615
|
+
ipHeader: String
|
|
615
616
|
}
|
|
616
617
|
|
|
617
618
|
input RequestLogoutUserInput {
|
|
618
|
-
teamDid: String
|
|
619
|
-
appPid: String
|
|
620
|
-
userDid: String
|
|
621
|
-
visitorId: String
|
|
619
|
+
teamDid: String
|
|
620
|
+
appPid: String
|
|
621
|
+
userDid: String
|
|
622
|
+
visitorId: String
|
|
622
623
|
}
|
|
623
624
|
|
|
624
625
|
input RequestMigrateApplicationToStructV2Input {
|
|
625
|
-
did: String
|
|
626
|
-
appSk: String
|
|
626
|
+
did: String
|
|
627
|
+
appSk: String
|
|
627
628
|
}
|
|
628
629
|
|
|
629
630
|
input RequestNodeRoutingInput {
|
|
630
|
-
provider: String
|
|
631
|
-
snapshotHash: String
|
|
632
|
-
forceRepopulate: Boolean
|
|
631
|
+
provider: String
|
|
632
|
+
snapshotHash: String
|
|
633
|
+
forceRepopulate: Boolean
|
|
633
634
|
}
|
|
634
635
|
|
|
635
636
|
input RequestNodeRuntimeHistoryInput {
|
|
636
|
-
hours: Uint32
|
|
637
|
+
hours: Uint32
|
|
637
638
|
}
|
|
638
639
|
|
|
639
640
|
input RequestProjectInput {
|
|
640
|
-
did: String
|
|
641
|
-
projectId: String
|
|
642
|
-
messageId: String
|
|
641
|
+
did: String
|
|
642
|
+
projectId: String
|
|
643
|
+
messageId: String
|
|
643
644
|
}
|
|
644
645
|
|
|
645
646
|
input RequestPublishToStoreInput {
|
|
646
|
-
did: String
|
|
647
|
-
projectId: String
|
|
648
|
-
releaseId: String
|
|
649
|
-
type: String
|
|
650
|
-
storeId: String
|
|
647
|
+
did: String
|
|
648
|
+
projectId: String
|
|
649
|
+
releaseId: String
|
|
650
|
+
type: String
|
|
651
|
+
storeId: String
|
|
651
652
|
}
|
|
652
653
|
|
|
653
654
|
input RequestQuitFederatedLoginInput {
|
|
654
|
-
did: String
|
|
655
|
+
did: String
|
|
655
656
|
}
|
|
656
657
|
|
|
657
658
|
input RequestReadBlockletNotificationsInput {
|
|
658
|
-
id: String
|
|
659
|
-
teamDid: String
|
|
659
|
+
id: String
|
|
660
|
+
teamDid: String
|
|
660
661
|
}
|
|
661
662
|
|
|
662
663
|
input RequestReadNotificationsInput {
|
|
663
|
-
id: String
|
|
664
|
+
id: String
|
|
664
665
|
}
|
|
665
666
|
|
|
666
667
|
input RequestReleaseInput {
|
|
667
|
-
did: String
|
|
668
|
-
projectId: String
|
|
669
|
-
releaseId: String
|
|
668
|
+
did: String
|
|
669
|
+
projectId: String
|
|
670
|
+
releaseId: String
|
|
670
671
|
}
|
|
671
672
|
|
|
672
673
|
input RequestResetNodeInput {
|
|
673
|
-
owner: Boolean
|
|
674
|
-
blocklets: Boolean
|
|
675
|
-
webhooks: Boolean
|
|
676
|
-
certificates: Boolean
|
|
677
|
-
accessKeys: Boolean
|
|
678
|
-
blockletExtras: Boolean
|
|
679
|
-
routingRules: Boolean
|
|
680
|
-
users: Boolean
|
|
681
|
-
invitations: Boolean
|
|
674
|
+
owner: Boolean
|
|
675
|
+
blocklets: Boolean
|
|
676
|
+
webhooks: Boolean
|
|
677
|
+
certificates: Boolean
|
|
678
|
+
accessKeys: Boolean
|
|
679
|
+
blockletExtras: Boolean
|
|
680
|
+
routingRules: Boolean
|
|
681
|
+
users: Boolean
|
|
682
|
+
invitations: Boolean
|
|
682
683
|
}
|
|
683
684
|
|
|
684
685
|
input RequestRestoreBlockletInput {
|
|
685
|
-
endpoint: String
|
|
686
|
-
appDid: String
|
|
687
|
-
delegation: String
|
|
688
|
-
password: Bytes
|
|
689
|
-
wallet: Any
|
|
690
|
-
from: BackupTo
|
|
691
|
-
appPid: String
|
|
686
|
+
endpoint: String
|
|
687
|
+
appDid: String
|
|
688
|
+
delegation: String
|
|
689
|
+
password: Bytes
|
|
690
|
+
wallet: Any
|
|
691
|
+
from: BackupTo
|
|
692
|
+
appPid: String
|
|
692
693
|
}
|
|
693
694
|
|
|
694
695
|
input RequestRevokePermissionFromRoleInput {
|
|
695
|
-
teamDid: String
|
|
696
|
-
roleName: String
|
|
697
|
-
grantName: String
|
|
696
|
+
teamDid: String
|
|
697
|
+
roleName: String
|
|
698
|
+
grantName: String
|
|
698
699
|
}
|
|
699
700
|
|
|
700
701
|
input RequestRevokeUserPassportInput {
|
|
701
|
-
teamDid: String
|
|
702
|
-
userDid: String
|
|
703
|
-
passportId: String
|
|
702
|
+
teamDid: String
|
|
703
|
+
userDid: String
|
|
704
|
+
passportId: String
|
|
704
705
|
}
|
|
705
706
|
|
|
706
707
|
input RequestSendEmailInput {
|
|
707
|
-
did: String
|
|
708
|
-
receiver: String
|
|
709
|
-
email: String
|
|
708
|
+
did: String
|
|
709
|
+
receiver: String
|
|
710
|
+
email: String
|
|
710
711
|
}
|
|
711
712
|
|
|
712
713
|
input RequestSendMsgInput {
|
|
713
|
-
webhookId: String
|
|
714
|
-
message: String
|
|
714
|
+
webhookId: String
|
|
715
|
+
message: String
|
|
715
716
|
}
|
|
716
717
|
|
|
717
718
|
input RequestSendPushInput {
|
|
718
|
-
did: String
|
|
719
|
-
receiver: String
|
|
720
|
-
notification: String
|
|
719
|
+
did: String
|
|
720
|
+
receiver: String
|
|
721
|
+
notification: String
|
|
721
722
|
}
|
|
722
723
|
|
|
723
724
|
input RequestStartSessionInput {
|
|
724
|
-
data: String
|
|
725
|
+
data: String
|
|
725
726
|
}
|
|
726
727
|
|
|
727
728
|
input RequestSwitchProfileInput {
|
|
728
|
-
teamDid: String
|
|
729
|
-
userDid: String
|
|
730
|
-
profile: UserProfileInput
|
|
729
|
+
teamDid: String
|
|
730
|
+
userDid: String
|
|
731
|
+
profile: UserProfileInput
|
|
731
732
|
}
|
|
732
733
|
|
|
733
734
|
input RequestTagInput {
|
|
734
|
-
teamDid: String
|
|
735
|
-
tag: TagInput
|
|
735
|
+
teamDid: String
|
|
736
|
+
tag: TagInput
|
|
736
737
|
}
|
|
737
738
|
|
|
738
739
|
input RequestTagsInput {
|
|
739
|
-
teamDid: String
|
|
740
|
-
paging: PagingInput
|
|
740
|
+
teamDid: String
|
|
741
|
+
paging: PagingInput
|
|
741
742
|
}
|
|
742
743
|
|
|
743
744
|
input RequestTakeRoutingSnapshotInput {
|
|
744
|
-
dryRun: Boolean
|
|
745
|
-
message: String
|
|
745
|
+
dryRun: Boolean
|
|
746
|
+
message: String
|
|
746
747
|
}
|
|
747
748
|
|
|
748
749
|
input RequestTeamPermissionInput {
|
|
749
|
-
teamDid: String
|
|
750
|
-
permission: PermissionInput
|
|
750
|
+
teamDid: String
|
|
751
|
+
permission: PermissionInput
|
|
751
752
|
}
|
|
752
753
|
|
|
753
754
|
input RequestTeamRoleInput {
|
|
754
|
-
teamDid: String
|
|
755
|
-
role: RoleUpdateInput
|
|
755
|
+
teamDid: String
|
|
756
|
+
role: RoleUpdateInput
|
|
756
757
|
}
|
|
757
758
|
|
|
758
759
|
input RequestTeamUserInput {
|
|
759
|
-
teamDid: String
|
|
760
|
-
user: UserInfoInput
|
|
761
|
-
options: RequestTeamUserOptionsInput
|
|
760
|
+
teamDid: String
|
|
761
|
+
user: UserInfoInput
|
|
762
|
+
options: RequestTeamUserOptionsInput
|
|
762
763
|
}
|
|
763
764
|
|
|
764
765
|
input RequestTeamUserOptionsInput {
|
|
765
|
-
enableConnectedAccount: Boolean
|
|
766
|
-
includeTags: Boolean
|
|
766
|
+
enableConnectedAccount: Boolean
|
|
767
|
+
includeTags: Boolean
|
|
767
768
|
}
|
|
768
769
|
|
|
769
770
|
input RequestUpdateAccessKeyInput {
|
|
770
|
-
accessKeyId: String
|
|
771
|
-
remark: String
|
|
772
|
-
passport: String
|
|
771
|
+
accessKeyId: String
|
|
772
|
+
remark: String
|
|
773
|
+
passport: String
|
|
773
774
|
}
|
|
774
775
|
|
|
775
776
|
input RequestUpdateAppSessionConfigInput {
|
|
776
|
-
did: String
|
|
777
|
-
config: SessionConfigInput
|
|
777
|
+
did: String
|
|
778
|
+
config: SessionConfigInput
|
|
778
779
|
}
|
|
779
780
|
|
|
780
781
|
input RequestUpdateAutoBackupInput {
|
|
781
|
-
did: String
|
|
782
|
-
autoBackup: AutoBackupInput
|
|
782
|
+
did: String
|
|
783
|
+
autoBackup: AutoBackupInput
|
|
783
784
|
}
|
|
784
785
|
|
|
785
786
|
input RequestUpdateAutoCheckUpdateInput {
|
|
786
|
-
did: String
|
|
787
|
-
autoCheckUpdate: AutoCheckUpdateInput
|
|
787
|
+
did: String
|
|
788
|
+
autoCheckUpdate: AutoCheckUpdateInput
|
|
788
789
|
}
|
|
789
790
|
|
|
790
791
|
input RequestUpdateBlockletSpaceGatewayInput {
|
|
791
|
-
did: String
|
|
792
|
-
where: SpaceGatewayInput
|
|
793
|
-
spaceGateway: SpaceGatewayInput
|
|
792
|
+
did: String
|
|
793
|
+
where: SpaceGatewayInput
|
|
794
|
+
spaceGateway: SpaceGatewayInput
|
|
794
795
|
}
|
|
795
796
|
|
|
796
797
|
input RequestUpdateComponentMountPointInput {
|
|
797
|
-
did: String
|
|
798
|
-
rootDid: String
|
|
799
|
-
mountPoint: String
|
|
798
|
+
did: String
|
|
799
|
+
rootDid: String
|
|
800
|
+
mountPoint: String
|
|
800
801
|
}
|
|
801
802
|
|
|
802
803
|
input RequestUpdateComponentTitleInput {
|
|
803
|
-
did: String
|
|
804
|
-
rootDid: String
|
|
805
|
-
title: String
|
|
804
|
+
did: String
|
|
805
|
+
rootDid: String
|
|
806
|
+
title: String
|
|
806
807
|
}
|
|
807
808
|
|
|
808
809
|
input RequestUpdateComponentsInput {
|
|
809
|
-
updateId: String
|
|
810
|
-
rootDid: String
|
|
811
|
-
selectedComponents: [String!]
|
|
810
|
+
updateId: String
|
|
811
|
+
rootDid: String
|
|
812
|
+
selectedComponents: [String!]
|
|
812
813
|
}
|
|
813
814
|
|
|
814
815
|
input RequestUpdateNginxHttpsCertInput {
|
|
815
|
-
id: String
|
|
816
|
-
name: String
|
|
816
|
+
id: String
|
|
817
|
+
name: String
|
|
817
818
|
}
|
|
818
819
|
|
|
819
820
|
input RequestUpdatePermissionsForRoleInput {
|
|
820
|
-
teamDid: String
|
|
821
|
-
roleName: String
|
|
822
|
-
grantNames: [String!]
|
|
821
|
+
teamDid: String
|
|
822
|
+
roleName: String
|
|
823
|
+
grantNames: [String!]
|
|
823
824
|
}
|
|
824
825
|
|
|
825
826
|
input RequestUpdateProjectInput {
|
|
826
|
-
did: String
|
|
827
|
-
projectId: String
|
|
828
|
-
blockletTitle: String
|
|
829
|
-
blockletDescription: String
|
|
830
|
-
blockletIntroduction: String
|
|
831
|
-
autoUpload: Boolean
|
|
832
|
-
possibleSameStore: Boolean
|
|
827
|
+
did: String
|
|
828
|
+
projectId: String
|
|
829
|
+
blockletTitle: String
|
|
830
|
+
blockletDescription: String
|
|
831
|
+
blockletIntroduction: String
|
|
832
|
+
autoUpload: Boolean
|
|
833
|
+
possibleSameStore: Boolean
|
|
833
834
|
}
|
|
834
835
|
|
|
835
836
|
input RequestUpdateRoutingRuleInput {
|
|
836
|
-
id: String
|
|
837
|
-
rule: RoutingRuleInput
|
|
838
|
-
teamDid: String
|
|
837
|
+
id: String
|
|
838
|
+
rule: RoutingRuleInput
|
|
839
|
+
teamDid: String
|
|
839
840
|
}
|
|
840
841
|
|
|
841
842
|
input RequestUpdateRoutingSiteInput {
|
|
842
|
-
id: String
|
|
843
|
-
corsAllowedOrigins: [String!]
|
|
844
|
-
domain: String
|
|
845
|
-
teamDid: String
|
|
843
|
+
id: String
|
|
844
|
+
corsAllowedOrigins: [String!]
|
|
845
|
+
domain: String
|
|
846
|
+
teamDid: String
|
|
846
847
|
}
|
|
847
848
|
|
|
848
849
|
input RequestUpdateSelectedResourcesInput {
|
|
849
|
-
did: String
|
|
850
|
-
projectId: String
|
|
851
|
-
releaseId: String
|
|
852
|
-
componentDid: String
|
|
853
|
-
resources: [String!]
|
|
850
|
+
did: String
|
|
851
|
+
projectId: String
|
|
852
|
+
releaseId: String
|
|
853
|
+
componentDid: String
|
|
854
|
+
resources: [String!]
|
|
854
855
|
}
|
|
855
856
|
|
|
856
857
|
input RequestUpdateSessionInput {
|
|
857
|
-
id: String
|
|
858
|
-
data: String
|
|
858
|
+
id: String
|
|
859
|
+
data: String
|
|
859
860
|
}
|
|
860
861
|
|
|
861
862
|
input RequestUpdateUserExtraInput {
|
|
862
|
-
teamDid: String
|
|
863
|
-
did: String
|
|
864
|
-
remark: String
|
|
865
|
-
extra: String
|
|
863
|
+
teamDid: String
|
|
864
|
+
did: String
|
|
865
|
+
remark: String
|
|
866
|
+
extra: String
|
|
866
867
|
}
|
|
867
868
|
|
|
868
869
|
input RequestUpdateUserProfileInput {
|
|
869
|
-
teamDid: String
|
|
870
|
-
did: String
|
|
871
|
-
remark: String
|
|
872
|
-
locale: String
|
|
870
|
+
teamDid: String
|
|
871
|
+
did: String
|
|
872
|
+
remark: String
|
|
873
|
+
locale: String
|
|
873
874
|
}
|
|
874
875
|
|
|
875
876
|
input RequestUpdateUserTagsInput {
|
|
876
|
-
teamDid: String
|
|
877
|
-
did: String
|
|
878
|
-
tags: [Uint32!]
|
|
877
|
+
teamDid: String
|
|
878
|
+
did: String
|
|
879
|
+
tags: [Uint32!]
|
|
879
880
|
}
|
|
880
881
|
|
|
881
882
|
input RequestUpdateWhoCanAccessInput {
|
|
882
|
-
did: [String!]
|
|
883
|
-
whoCanAccess: String
|
|
883
|
+
did: [String!]
|
|
884
|
+
whoCanAccess: String
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
input RequestUsersInput {
|
|
887
|
-
teamDid: String
|
|
888
|
-
query: UserQueryInput
|
|
889
|
-
sort: UserSortInput
|
|
890
|
-
paging: PagingInput
|
|
891
|
-
dids: [String!]
|
|
888
|
+
teamDid: String
|
|
889
|
+
query: UserQueryInput
|
|
890
|
+
sort: UserSortInput
|
|
891
|
+
paging: PagingInput
|
|
892
|
+
dids: [String!]
|
|
892
893
|
}
|
|
893
894
|
|
|
894
895
|
input RequestVersionedBlockletInput {
|
|
895
|
-
type: String
|
|
896
|
-
did: String
|
|
897
|
-
storeUrl: String
|
|
898
|
-
url: String
|
|
899
|
-
file: Upload
|
|
900
|
-
diffVersion: String
|
|
901
|
-
deleteSet: [String!]
|
|
902
|
-
title: String
|
|
903
|
-
description: String
|
|
904
|
-
startImmediately: Boolean
|
|
905
|
-
downloadTokenList: [DownloadTokenInput!]
|
|
896
|
+
type: String
|
|
897
|
+
did: String
|
|
898
|
+
storeUrl: String
|
|
899
|
+
url: String
|
|
900
|
+
file: Upload
|
|
901
|
+
diffVersion: String
|
|
902
|
+
deleteSet: [String!]
|
|
903
|
+
title: String
|
|
904
|
+
description: String
|
|
905
|
+
startImmediately: Boolean
|
|
906
|
+
downloadTokenList: [DownloadTokenInput!]
|
|
906
907
|
}
|
|
907
908
|
|
|
908
909
|
input RoleUpdateInput {
|
|
909
|
-
name: String
|
|
910
|
-
title: String
|
|
911
|
-
description: String
|
|
912
|
-
extra: String
|
|
910
|
+
name: String
|
|
911
|
+
title: String
|
|
912
|
+
description: String
|
|
913
|
+
extra: String
|
|
913
914
|
}
|
|
914
915
|
|
|
915
916
|
input RoutingRuleInput {
|
|
916
|
-
id: String
|
|
917
|
-
from: RoutingRuleFromInput
|
|
918
|
-
to: RoutingRuleToInput
|
|
919
|
-
isProtected: Boolean
|
|
917
|
+
id: String
|
|
918
|
+
from: RoutingRuleFromInput
|
|
919
|
+
to: RoutingRuleToInput
|
|
920
|
+
isProtected: Boolean
|
|
920
921
|
}
|
|
921
922
|
|
|
922
923
|
input RoutingRuleFromInput {
|
|
923
|
-
pathPrefix: String
|
|
924
|
-
header: [RoutingRuleHeaderInput!]
|
|
924
|
+
pathPrefix: String
|
|
925
|
+
header: [RoutingRuleHeaderInput!]
|
|
925
926
|
}
|
|
926
927
|
|
|
927
928
|
input RoutingRuleHeaderInput {
|
|
928
|
-
key: String
|
|
929
|
-
value: String
|
|
930
|
-
type: HeaderMatchType
|
|
929
|
+
key: String
|
|
930
|
+
value: String
|
|
931
|
+
type: HeaderMatchType
|
|
931
932
|
}
|
|
932
933
|
|
|
933
934
|
input RoutingRuleResponseInput {
|
|
934
|
-
status: Uint32
|
|
935
|
-
contentType: String
|
|
936
|
-
body: String
|
|
935
|
+
status: Uint32
|
|
936
|
+
contentType: String
|
|
937
|
+
body: String
|
|
937
938
|
}
|
|
938
939
|
|
|
939
940
|
input RoutingRuleToInput {
|
|
940
|
-
port: Uint32
|
|
941
|
-
type: BackendServiceType
|
|
942
|
-
did: String
|
|
943
|
-
url: String
|
|
944
|
-
redirectCode: Int32
|
|
945
|
-
interfaceName: String
|
|
946
|
-
componentId: String
|
|
947
|
-
pageGroup: String
|
|
948
|
-
response: RoutingRuleResponseInput
|
|
941
|
+
port: Uint32
|
|
942
|
+
type: BackendServiceType
|
|
943
|
+
did: String
|
|
944
|
+
url: String
|
|
945
|
+
redirectCode: Int32
|
|
946
|
+
interfaceName: String
|
|
947
|
+
componentId: String
|
|
948
|
+
pageGroup: String
|
|
949
|
+
response: RoutingRuleResponseInput
|
|
949
950
|
}
|
|
950
951
|
|
|
951
952
|
input SessionConfigInput {
|
|
952
|
-
cacheTtl: Uint32
|
|
953
|
-
ttl: Uint32
|
|
953
|
+
cacheTtl: Uint32
|
|
954
|
+
ttl: Uint32
|
|
954
955
|
}
|
|
955
956
|
|
|
956
957
|
input SpaceGatewayInput {
|
|
957
|
-
name: String
|
|
958
|
-
url: String
|
|
959
|
-
protected: String
|
|
960
|
-
endpoint: String
|
|
961
|
-
did: String
|
|
958
|
+
name: String
|
|
959
|
+
url: String
|
|
960
|
+
protected: String
|
|
961
|
+
endpoint: String
|
|
962
|
+
did: String
|
|
962
963
|
}
|
|
963
964
|
|
|
964
965
|
input TagInput {
|
|
965
|
-
id: Uint32
|
|
966
|
-
title: String
|
|
967
|
-
description: String
|
|
968
|
-
color: String
|
|
969
|
-
createdAt: Uint32
|
|
970
|
-
updatedAt: Uint32
|
|
966
|
+
id: Uint32
|
|
967
|
+
title: String
|
|
968
|
+
description: String
|
|
969
|
+
color: String
|
|
970
|
+
createdAt: Uint32
|
|
971
|
+
updatedAt: Uint32
|
|
971
972
|
}
|
|
972
973
|
|
|
973
974
|
input TeamInput {
|
|
974
|
-
teamDid: String
|
|
975
|
+
teamDid: String
|
|
975
976
|
}
|
|
976
977
|
|
|
977
978
|
input TrustedFactoryInput {
|
|
978
|
-
holderDid: String
|
|
979
|
-
issuerDid: String
|
|
980
|
-
factoryAddress: String
|
|
981
|
-
remark: String
|
|
982
|
-
passport: TrustedPassportMappingToInput
|
|
979
|
+
holderDid: String
|
|
980
|
+
issuerDid: String
|
|
981
|
+
factoryAddress: String
|
|
982
|
+
remark: String
|
|
983
|
+
passport: TrustedPassportMappingToInput
|
|
983
984
|
}
|
|
984
985
|
|
|
985
986
|
input TrustedPassportInput {
|
|
986
|
-
issuerDid: String
|
|
987
|
-
remark: String
|
|
988
|
-
mappings: [TrustedPassportMappingInput!]
|
|
987
|
+
issuerDid: String
|
|
988
|
+
remark: String
|
|
989
|
+
mappings: [TrustedPassportMappingInput!]
|
|
989
990
|
}
|
|
990
991
|
|
|
991
992
|
input TrustedPassportMappingInput {
|
|
992
|
-
from: TrustedPassportMappingFromInput
|
|
993
|
-
to: TrustedPassportMappingToInput
|
|
993
|
+
from: TrustedPassportMappingFromInput
|
|
994
|
+
to: TrustedPassportMappingToInput
|
|
994
995
|
}
|
|
995
996
|
|
|
996
997
|
input TrustedPassportMappingFromInput {
|
|
997
|
-
passport: String
|
|
998
|
+
passport: String
|
|
998
999
|
}
|
|
999
1000
|
|
|
1000
1001
|
input TrustedPassportMappingToInput {
|
|
1001
|
-
role: String
|
|
1002
|
-
ttl: String
|
|
1003
|
-
ttlPolicy: String
|
|
1002
|
+
role: String
|
|
1003
|
+
ttl: String
|
|
1004
|
+
ttlPolicy: String
|
|
1004
1005
|
}
|
|
1005
1006
|
|
|
1006
1007
|
input UserInfoInput {
|
|
1007
|
-
did: String
|
|
1008
|
-
pk: String
|
|
1009
|
-
role: String
|
|
1010
|
-
avatar: String
|
|
1011
|
-
fullName: String
|
|
1012
|
-
email: String
|
|
1013
|
-
approved: Boolean
|
|
1014
|
-
createdAt: Uint32
|
|
1015
|
-
updatedAt: Uint32
|
|
1016
|
-
locale: String
|
|
1017
|
-
passports: [PassportInput!]
|
|
1018
|
-
firstLoginAt: Uint32
|
|
1019
|
-
lastLoginAt: Uint32
|
|
1020
|
-
remark: String
|
|
1021
|
-
lastLoginIp: String
|
|
1022
|
-
sourceProvider: String
|
|
1023
|
-
sourceAppPid: String
|
|
1024
|
-
connectedAccounts: [ConnectedAccountInput!]
|
|
1025
|
-
extra: Any
|
|
1026
|
-
tags: [TagInput!]
|
|
1027
|
-
didSpace: Any
|
|
1028
|
-
userSessions: [UserSessionInput!]
|
|
1029
|
-
url: String
|
|
1008
|
+
did: String
|
|
1009
|
+
pk: String
|
|
1010
|
+
role: String
|
|
1011
|
+
avatar: String
|
|
1012
|
+
fullName: String
|
|
1013
|
+
email: String
|
|
1014
|
+
approved: Boolean
|
|
1015
|
+
createdAt: Uint32
|
|
1016
|
+
updatedAt: Uint32
|
|
1017
|
+
locale: String
|
|
1018
|
+
passports: [PassportInput!]
|
|
1019
|
+
firstLoginAt: Uint32
|
|
1020
|
+
lastLoginAt: Uint32
|
|
1021
|
+
remark: String
|
|
1022
|
+
lastLoginIp: String
|
|
1023
|
+
sourceProvider: String
|
|
1024
|
+
sourceAppPid: String
|
|
1025
|
+
connectedAccounts: [ConnectedAccountInput!]
|
|
1026
|
+
extra: Any
|
|
1027
|
+
tags: [TagInput!]
|
|
1028
|
+
didSpace: Any
|
|
1029
|
+
userSessions: [UserSessionInput!]
|
|
1030
|
+
url: String
|
|
1031
|
+
phone: String
|
|
1030
1032
|
}
|
|
1031
1033
|
|
|
1032
1034
|
input UserProfileInput {
|
|
1033
|
-
did: String
|
|
1034
|
-
avatar: String
|
|
1035
|
-
fullName: String
|
|
1036
|
-
email: String
|
|
1035
|
+
did: String
|
|
1036
|
+
avatar: String
|
|
1037
|
+
fullName: String
|
|
1038
|
+
email: String
|
|
1037
1039
|
}
|
|
1038
1040
|
|
|
1039
1041
|
input UserQueryInput {
|
|
1040
|
-
role: String
|
|
1041
|
-
approved: Boolean
|
|
1042
|
-
search: String
|
|
1043
|
-
connectedDid: String
|
|
1044
|
-
tags: [Uint32!]
|
|
1045
|
-
includeTags: Boolean
|
|
1046
|
-
includeUserSessions: Boolean
|
|
1042
|
+
role: String
|
|
1043
|
+
approved: Boolean
|
|
1044
|
+
search: String
|
|
1045
|
+
connectedDid: String
|
|
1046
|
+
tags: [Uint32!]
|
|
1047
|
+
includeTags: Boolean
|
|
1048
|
+
includeUserSessions: Boolean
|
|
1047
1049
|
}
|
|
1048
1050
|
|
|
1049
1051
|
input UserSessionInput {
|
|
1050
|
-
id: String
|
|
1051
|
-
visitorId: String
|
|
1052
|
-
appPid: String
|
|
1053
|
-
userDid: String
|
|
1054
|
-
ua: String
|
|
1055
|
-
passportId: String
|
|
1056
|
-
status: String
|
|
1057
|
-
lastLoginIp: String
|
|
1058
|
-
extra: Any
|
|
1059
|
-
createdAt: Uint32
|
|
1060
|
-
updatedAt: Uint32
|
|
1052
|
+
id: String
|
|
1053
|
+
visitorId: String
|
|
1054
|
+
appPid: String
|
|
1055
|
+
userDid: String
|
|
1056
|
+
ua: String
|
|
1057
|
+
passportId: String
|
|
1058
|
+
status: String
|
|
1059
|
+
lastLoginIp: String
|
|
1060
|
+
extra: Any
|
|
1061
|
+
createdAt: Uint32
|
|
1062
|
+
updatedAt: Uint32
|
|
1061
1063
|
}
|
|
1062
1064
|
|
|
1063
1065
|
input UserSortInput {
|
|
1064
|
-
updatedAt: Uint32
|
|
1065
|
-
createdAt: Uint32
|
|
1066
|
-
lastLoginAt: Uint32
|
|
1066
|
+
updatedAt: Uint32
|
|
1067
|
+
createdAt: Uint32
|
|
1068
|
+
lastLoginAt: Uint32
|
|
1067
1069
|
}
|
|
1068
1070
|
|
|
1069
1071
|
input WebHookParamInput {
|
|
1070
|
-
name: String
|
|
1071
|
-
description: String
|
|
1072
|
-
required: Boolean
|
|
1073
|
-
defaultValue: String
|
|
1074
|
-
value: String
|
|
1075
|
-
type: String
|
|
1072
|
+
name: String
|
|
1073
|
+
description: String
|
|
1074
|
+
required: Boolean
|
|
1075
|
+
defaultValue: String
|
|
1076
|
+
value: String
|
|
1077
|
+
type: String
|
|
1076
1078
|
}
|
|
1077
1079
|
|
|
1078
1080
|
type AccessKey {
|
|
1079
|
-
accessKeyId: String
|
|
1080
|
-
accessKeyPublic: String
|
|
1081
|
-
remark: String
|
|
1082
|
-
passport: String
|
|
1083
|
-
createdAt: Uint32
|
|
1084
|
-
lastUsedAt: Uint32
|
|
1085
|
-
createdBy: String
|
|
1086
|
-
updatedBy: String
|
|
1081
|
+
accessKeyId: String
|
|
1082
|
+
accessKeyPublic: String
|
|
1083
|
+
remark: String
|
|
1084
|
+
passport: String
|
|
1085
|
+
createdAt: Uint32
|
|
1086
|
+
lastUsedAt: Uint32
|
|
1087
|
+
createdBy: String
|
|
1088
|
+
updatedBy: String
|
|
1087
1089
|
}
|
|
1088
1090
|
|
|
1089
1091
|
type AuditLog {
|
|
1090
|
-
id: String
|
|
1091
|
-
scope: String
|
|
1092
|
-
category: String
|
|
1093
|
-
action: String
|
|
1094
|
-
content: String
|
|
1095
|
-
actor: AuditLogActor
|
|
1096
|
-
env: AuditLogEnv
|
|
1097
|
-
createdAt: Uint32
|
|
1098
|
-
ip: String
|
|
1099
|
-
ua: String
|
|
1092
|
+
id: String
|
|
1093
|
+
scope: String
|
|
1094
|
+
category: String
|
|
1095
|
+
action: String
|
|
1096
|
+
content: String
|
|
1097
|
+
actor: AuditLogActor
|
|
1098
|
+
env: AuditLogEnv
|
|
1099
|
+
createdAt: Uint32
|
|
1100
|
+
ip: String
|
|
1101
|
+
ua: String
|
|
1100
1102
|
}
|
|
1101
1103
|
|
|
1102
1104
|
type AuditLogActor {
|
|
1103
|
-
did: String
|
|
1104
|
-
role: String
|
|
1105
|
-
fullName: String
|
|
1105
|
+
did: String
|
|
1106
|
+
role: String
|
|
1107
|
+
fullName: String
|
|
1106
1108
|
}
|
|
1107
1109
|
|
|
1108
1110
|
type AuditLogEnv {
|
|
1109
|
-
browser: AuditLogEnvItem
|
|
1110
|
-
os: AuditLogEnvItem
|
|
1111
|
+
browser: AuditLogEnvItem
|
|
1112
|
+
os: AuditLogEnvItem
|
|
1111
1113
|
}
|
|
1112
1114
|
|
|
1113
1115
|
type AuditLogEnvItem {
|
|
1114
|
-
name: String
|
|
1115
|
-
version: String
|
|
1116
|
+
name: String
|
|
1117
|
+
version: String
|
|
1116
1118
|
}
|
|
1117
1119
|
|
|
1118
1120
|
type AutoBackup {
|
|
1119
|
-
enabled: Boolean
|
|
1121
|
+
enabled: Boolean
|
|
1120
1122
|
}
|
|
1121
1123
|
|
|
1122
1124
|
type AutoCheckUpdate {
|
|
1123
|
-
enabled: Boolean
|
|
1125
|
+
enabled: Boolean
|
|
1124
1126
|
}
|
|
1125
1127
|
|
|
1126
1128
|
type Backup {
|
|
1127
|
-
appPid: String
|
|
1128
|
-
userDid: String
|
|
1129
|
-
strategy: Uint32
|
|
1130
|
-
sourceUrl: String
|
|
1131
|
-
target: String
|
|
1132
|
-
targetName: String
|
|
1133
|
-
targetUrl: String
|
|
1134
|
-
createdAt: Uint32
|
|
1135
|
-
updatedAt: Uint32
|
|
1136
|
-
status: Uint32
|
|
1137
|
-
message: String
|
|
1138
|
-
progress: Uint32
|
|
1129
|
+
appPid: String
|
|
1130
|
+
userDid: String
|
|
1131
|
+
strategy: Uint32
|
|
1132
|
+
sourceUrl: String
|
|
1133
|
+
target: String
|
|
1134
|
+
targetName: String
|
|
1135
|
+
targetUrl: String
|
|
1136
|
+
createdAt: Uint32
|
|
1137
|
+
updatedAt: Uint32
|
|
1138
|
+
status: Uint32
|
|
1139
|
+
message: String
|
|
1140
|
+
progress: Uint32
|
|
1139
1141
|
}
|
|
1140
1142
|
|
|
1141
1143
|
type BlockletBackupState {
|
|
1142
|
-
appDid: String
|
|
1143
|
-
appPid: String
|
|
1144
|
-
name: String
|
|
1145
|
-
createdAt: Uint32
|
|
1144
|
+
appDid: String
|
|
1145
|
+
appPid: String
|
|
1146
|
+
name: String
|
|
1147
|
+
createdAt: Uint32
|
|
1146
1148
|
}
|
|
1147
1149
|
|
|
1148
1150
|
type BlockletCapabilities {
|
|
1149
|
-
clusterMode: Boolean
|
|
1150
|
-
component: Boolean
|
|
1151
|
-
navigation: Boolean
|
|
1152
|
-
didSpace: String
|
|
1153
|
-
resourceExportApi: String
|
|
1151
|
+
clusterMode: Boolean
|
|
1152
|
+
component: Boolean
|
|
1153
|
+
navigation: Boolean
|
|
1154
|
+
didSpace: String
|
|
1155
|
+
resourceExportApi: String
|
|
1154
1156
|
}
|
|
1155
1157
|
|
|
1156
1158
|
type BlockletController {
|
|
1157
|
-
id: String
|
|
1158
|
-
nftId: String
|
|
1159
|
-
nftOwner: String
|
|
1160
|
-
chainHost: String
|
|
1161
|
-
expireDate: Uint32
|
|
1162
|
-
consumedAt: String
|
|
1163
|
-
launcherUrl: String
|
|
1164
|
-
launcherSessionId: String
|
|
1165
|
-
ownerDid: String
|
|
1166
|
-
status: BlockletControllerStatus
|
|
1159
|
+
id: String
|
|
1160
|
+
nftId: String
|
|
1161
|
+
nftOwner: String
|
|
1162
|
+
chainHost: String
|
|
1163
|
+
expireDate: Uint32
|
|
1164
|
+
consumedAt: String
|
|
1165
|
+
launcherUrl: String
|
|
1166
|
+
launcherSessionId: String
|
|
1167
|
+
ownerDid: String
|
|
1168
|
+
status: BlockletControllerStatus
|
|
1167
1169
|
}
|
|
1168
1170
|
|
|
1169
1171
|
type BlockletControllerStatus {
|
|
1170
|
-
value: Uint32
|
|
1171
|
-
reason: String
|
|
1172
|
+
value: Uint32
|
|
1173
|
+
reason: String
|
|
1172
1174
|
}
|
|
1173
1175
|
|
|
1174
1176
|
type BlockletDiff {
|
|
1175
|
-
hasBlocklet: Boolean
|
|
1176
|
-
version: String
|
|
1177
|
-
addSet: [String!]
|
|
1178
|
-
changeSet: [String!]
|
|
1179
|
-
deleteSet: [String!]
|
|
1177
|
+
hasBlocklet: Boolean
|
|
1178
|
+
version: String
|
|
1179
|
+
addSet: [String!]
|
|
1180
|
+
changeSet: [String!]
|
|
1181
|
+
deleteSet: [String!]
|
|
1180
1182
|
}
|
|
1181
1183
|
|
|
1182
1184
|
type BlockletDist {
|
|
1183
|
-
tarball: String
|
|
1184
|
-
integrity: String
|
|
1185
|
+
tarball: String
|
|
1186
|
+
integrity: String
|
|
1185
1187
|
}
|
|
1186
1188
|
|
|
1187
1189
|
type BlockletEngine {
|
|
1188
|
-
name: String
|
|
1189
|
-
displayName: String
|
|
1190
|
-
description: String
|
|
1191
|
-
version: String
|
|
1192
|
-
available: Boolean
|
|
1193
|
-
visible: Boolean
|
|
1194
|
-
logo: String
|
|
1190
|
+
name: String
|
|
1191
|
+
displayName: String
|
|
1192
|
+
description: String
|
|
1193
|
+
version: String
|
|
1194
|
+
available: Boolean
|
|
1195
|
+
visible: Boolean
|
|
1196
|
+
logo: String
|
|
1195
1197
|
}
|
|
1196
1198
|
|
|
1197
1199
|
type BlockletHistoryItem {
|
|
1198
|
-
date: Uint64
|
|
1199
|
-
cpu: Uint64
|
|
1200
|
-
mem: Uint64
|
|
1200
|
+
date: Uint64
|
|
1201
|
+
cpu: Uint64
|
|
1202
|
+
mem: Uint64
|
|
1201
1203
|
}
|
|
1202
1204
|
|
|
1203
1205
|
type BlockletMeta {
|
|
1204
|
-
did: String
|
|
1205
|
-
name: String
|
|
1206
|
-
version: String
|
|
1207
|
-
description: String
|
|
1208
|
-
interfaces: [BlockletMetaInterface!]
|
|
1209
|
-
author: BlockletMetaPerson
|
|
1210
|
-
main: String
|
|
1211
|
-
stats: BlockletStats
|
|
1212
|
-
homepage: String
|
|
1213
|
-
path: String
|
|
1214
|
-
community: String
|
|
1215
|
-
documentation: String
|
|
1216
|
-
support: String
|
|
1217
|
-
screenshots: [String!]
|
|
1218
|
-
keywords: [String!]
|
|
1219
|
-
group: String
|
|
1220
|
-
logo: String
|
|
1221
|
-
title: String
|
|
1222
|
-
dist: BlockletDist
|
|
1223
|
-
maintainers: [BlockletMetaPerson!]
|
|
1224
|
-
contributors: [BlockletMetaPerson!]
|
|
1225
|
-
repository: BlockletRepository
|
|
1226
|
-
payment: BlockletPayment
|
|
1227
|
-
nftFactory: String
|
|
1228
|
-
lastPublishedAt: Uint32
|
|
1229
|
-
capabilities: BlockletCapabilities
|
|
1230
|
-
components: [ChildConfig!]
|
|
1231
|
-
environments: [Environment!]
|
|
1232
|
-
requirements: Requirement
|
|
1233
|
-
bundleDid: String
|
|
1234
|
-
bundleName: String
|
|
1235
|
-
navigation: [Any!]
|
|
1236
|
-
resources: [String!]
|
|
1237
|
-
resource: BlockletResource
|
|
1238
|
-
engine: Any
|
|
1239
|
-
owner: BlockletMetaOwner
|
|
1206
|
+
did: String
|
|
1207
|
+
name: String
|
|
1208
|
+
version: String
|
|
1209
|
+
description: String
|
|
1210
|
+
interfaces: [BlockletMetaInterface!]
|
|
1211
|
+
author: BlockletMetaPerson
|
|
1212
|
+
main: String
|
|
1213
|
+
stats: BlockletStats
|
|
1214
|
+
homepage: String
|
|
1215
|
+
path: String
|
|
1216
|
+
community: String
|
|
1217
|
+
documentation: String
|
|
1218
|
+
support: String
|
|
1219
|
+
screenshots: [String!]
|
|
1220
|
+
keywords: [String!]
|
|
1221
|
+
group: String
|
|
1222
|
+
logo: String
|
|
1223
|
+
title: String
|
|
1224
|
+
dist: BlockletDist
|
|
1225
|
+
maintainers: [BlockletMetaPerson!]
|
|
1226
|
+
contributors: [BlockletMetaPerson!]
|
|
1227
|
+
repository: BlockletRepository
|
|
1228
|
+
payment: BlockletPayment
|
|
1229
|
+
nftFactory: String
|
|
1230
|
+
lastPublishedAt: Uint32
|
|
1231
|
+
capabilities: BlockletCapabilities
|
|
1232
|
+
components: [ChildConfig!]
|
|
1233
|
+
environments: [Environment!]
|
|
1234
|
+
requirements: Requirement
|
|
1235
|
+
bundleDid: String
|
|
1236
|
+
bundleName: String
|
|
1237
|
+
navigation: [Any!]
|
|
1238
|
+
resources: [String!]
|
|
1239
|
+
resource: BlockletResource
|
|
1240
|
+
engine: Any
|
|
1241
|
+
owner: BlockletMetaOwner
|
|
1240
1242
|
}
|
|
1241
1243
|
|
|
1242
1244
|
type BlockletMetaInterface {
|
|
1243
|
-
type: String
|
|
1244
|
-
name: String
|
|
1245
|
-
path: String
|
|
1246
|
-
prefix: String
|
|
1247
|
-
protocol: String
|
|
1248
|
-
port: Any
|
|
1249
|
-
services: [BlockletMetaService!]
|
|
1250
|
-
cacheable: [String!]
|
|
1251
|
-
pageGroups: [String!]
|
|
1245
|
+
type: String
|
|
1246
|
+
name: String
|
|
1247
|
+
path: String
|
|
1248
|
+
prefix: String
|
|
1249
|
+
protocol: String
|
|
1250
|
+
port: Any
|
|
1251
|
+
services: [BlockletMetaService!]
|
|
1252
|
+
cacheable: [String!]
|
|
1253
|
+
pageGroups: [String!]
|
|
1252
1254
|
}
|
|
1253
1255
|
|
|
1254
1256
|
type BlockletMetaOwner {
|
|
1255
|
-
avatar: String
|
|
1256
|
-
did: String
|
|
1257
|
-
email: String
|
|
1258
|
-
fullName: String
|
|
1257
|
+
avatar: String
|
|
1258
|
+
did: String
|
|
1259
|
+
email: String
|
|
1260
|
+
fullName: String
|
|
1259
1261
|
}
|
|
1260
1262
|
|
|
1261
1263
|
type BlockletMetaPerson {
|
|
1262
|
-
name: String
|
|
1263
|
-
email: String
|
|
1264
|
-
url: String
|
|
1264
|
+
name: String
|
|
1265
|
+
email: String
|
|
1266
|
+
url: String
|
|
1265
1267
|
}
|
|
1266
1268
|
|
|
1267
1269
|
type BlockletMetaService {
|
|
1268
|
-
name: String
|
|
1269
|
-
config: Any
|
|
1270
|
+
name: String
|
|
1271
|
+
config: Any
|
|
1270
1272
|
}
|
|
1271
1273
|
|
|
1272
1274
|
type BlockletMigrateRecord {
|
|
1273
|
-
appSk: String
|
|
1274
|
-
appDid: String
|
|
1275
|
-
at: String
|
|
1275
|
+
appSk: String
|
|
1276
|
+
appDid: String
|
|
1277
|
+
at: String
|
|
1276
1278
|
}
|
|
1277
1279
|
|
|
1278
1280
|
type BlockletPayment {
|
|
1279
|
-
price: [BlockletPaymentPrice!]
|
|
1280
|
-
share: [BlockletPaymentShare!]
|
|
1281
|
+
price: [BlockletPaymentPrice!]
|
|
1282
|
+
share: [BlockletPaymentShare!]
|
|
1281
1283
|
}
|
|
1282
1284
|
|
|
1283
1285
|
type BlockletPaymentPrice {
|
|
1284
|
-
address: String
|
|
1285
|
-
value: String
|
|
1286
|
-
symbol: String
|
|
1286
|
+
address: String
|
|
1287
|
+
value: String
|
|
1288
|
+
symbol: String
|
|
1287
1289
|
}
|
|
1288
1290
|
|
|
1289
1291
|
type BlockletPaymentShare {
|
|
1290
|
-
address: String
|
|
1291
|
-
name: String
|
|
1292
|
-
value: String
|
|
1292
|
+
address: String
|
|
1293
|
+
name: String
|
|
1294
|
+
value: String
|
|
1293
1295
|
}
|
|
1294
1296
|
|
|
1295
1297
|
type BlockletPreUpdateInfo {
|
|
1296
|
-
updateId: String
|
|
1297
|
-
updateList: [UpdateList!]
|
|
1298
|
+
updateId: String
|
|
1299
|
+
updateList: [UpdateList!]
|
|
1298
1300
|
}
|
|
1299
1301
|
|
|
1300
1302
|
type BlockletRepository {
|
|
1301
|
-
type: String
|
|
1302
|
-
url: String
|
|
1303
|
+
type: String
|
|
1304
|
+
url: String
|
|
1303
1305
|
}
|
|
1304
1306
|
|
|
1305
1307
|
type BlockletResource {
|
|
1306
|
-
exportApi: String
|
|
1307
|
-
types: [BlockletResourceType!]
|
|
1308
|
-
bundles: [BlockletResourceBundle!]
|
|
1308
|
+
exportApi: String
|
|
1309
|
+
types: [BlockletResourceType!]
|
|
1310
|
+
bundles: [BlockletResourceBundle!]
|
|
1309
1311
|
}
|
|
1310
1312
|
|
|
1311
1313
|
type BlockletResourceBundle {
|
|
1312
|
-
did: String
|
|
1313
|
-
type: String
|
|
1314
|
-
public: Boolean
|
|
1314
|
+
did: String
|
|
1315
|
+
type: String
|
|
1316
|
+
public: Boolean
|
|
1315
1317
|
}
|
|
1316
1318
|
|
|
1317
1319
|
type BlockletResourceType {
|
|
1318
|
-
type: String
|
|
1319
|
-
description: String
|
|
1320
|
+
type: String
|
|
1321
|
+
description: String
|
|
1320
1322
|
}
|
|
1321
1323
|
|
|
1322
1324
|
type BlockletSettings {
|
|
1323
|
-
initialized: Boolean
|
|
1324
|
-
enablePassportIssuance: Boolean
|
|
1325
|
-
trustedPassports: [TrustedPassport!]
|
|
1326
|
-
whoCanAccess: String
|
|
1327
|
-
owner: WalletInfo
|
|
1328
|
-
children: [SimpleBlockletState!]
|
|
1329
|
-
publicToStore: Boolean
|
|
1330
|
-
storeList: [BlockletStore!]
|
|
1331
|
-
navigations: [ConfigNavigation!]
|
|
1332
|
-
oauth: Any
|
|
1333
|
-
trustedFactories: [TrustedFactory!]
|
|
1334
|
-
notification: Any
|
|
1335
|
-
session: SessionConfig
|
|
1336
|
-
federated: FederatedConfig
|
|
1325
|
+
initialized: Boolean
|
|
1326
|
+
enablePassportIssuance: Boolean
|
|
1327
|
+
trustedPassports: [TrustedPassport!]
|
|
1328
|
+
whoCanAccess: String
|
|
1329
|
+
owner: WalletInfo
|
|
1330
|
+
children: [SimpleBlockletState!]
|
|
1331
|
+
publicToStore: Boolean
|
|
1332
|
+
storeList: [BlockletStore!]
|
|
1333
|
+
navigations: [ConfigNavigation!]
|
|
1334
|
+
oauth: Any
|
|
1335
|
+
trustedFactories: [TrustedFactory!]
|
|
1336
|
+
notification: Any
|
|
1337
|
+
session: SessionConfig
|
|
1338
|
+
federated: FederatedConfig
|
|
1337
1339
|
}
|
|
1338
1340
|
|
|
1339
1341
|
type BlockletState {
|
|
1340
|
-
meta: BlockletMeta
|
|
1341
|
-
status: BlockletStatus
|
|
1342
|
-
createdAt: Uint32
|
|
1343
|
-
installedAt: Uint32
|
|
1344
|
-
startedAt: Uint32
|
|
1345
|
-
pausedAt: Uint32
|
|
1346
|
-
stoppedAt: Uint32
|
|
1347
|
-
updatedAt: Uint32
|
|
1348
|
-
environments: [ConfigEntry!]
|
|
1349
|
-
configs: [ConfigEntry!]
|
|
1350
|
-
diskInfo: DiskInfo
|
|
1351
|
-
runtimeInfo: RuntimeInfo
|
|
1352
|
-
appRuntimeInfo: RuntimeInfo
|
|
1353
|
-
source: BlockletSource
|
|
1354
|
-
deployedFrom: String
|
|
1355
|
-
bundleSource: Any
|
|
1356
|
-
port: Float32
|
|
1357
|
-
engine: BlockletEngine
|
|
1358
|
-
mode: String
|
|
1359
|
-
ports: Any
|
|
1360
|
-
children: [ComponentState!]
|
|
1361
|
-
optionalComponents: [OptionalComponentState!]
|
|
1362
|
-
trustedPassports: [TrustedPassport!]
|
|
1363
|
-
trustedFactories: [TrustedFactory!]
|
|
1364
|
-
enablePassportIssuance: Boolean
|
|
1365
|
-
dynamic: Boolean
|
|
1366
|
-
mountPoint: String
|
|
1367
|
-
settings: BlockletSettings
|
|
1368
|
-
appDid: String
|
|
1369
|
-
site: RoutingSite
|
|
1370
|
-
controller: BlockletController
|
|
1371
|
-
migratedFrom: [BlockletMigrateRecord!]
|
|
1372
|
-
appPid: String
|
|
1373
|
-
externalSk: Boolean
|
|
1374
|
-
externalSkSource: String
|
|
1375
|
-
structVersion: String
|
|
1342
|
+
meta: BlockletMeta
|
|
1343
|
+
status: BlockletStatus
|
|
1344
|
+
createdAt: Uint32
|
|
1345
|
+
installedAt: Uint32
|
|
1346
|
+
startedAt: Uint32
|
|
1347
|
+
pausedAt: Uint32
|
|
1348
|
+
stoppedAt: Uint32
|
|
1349
|
+
updatedAt: Uint32
|
|
1350
|
+
environments: [ConfigEntry!]
|
|
1351
|
+
configs: [ConfigEntry!]
|
|
1352
|
+
diskInfo: DiskInfo
|
|
1353
|
+
runtimeInfo: RuntimeInfo
|
|
1354
|
+
appRuntimeInfo: RuntimeInfo
|
|
1355
|
+
source: BlockletSource
|
|
1356
|
+
deployedFrom: String
|
|
1357
|
+
bundleSource: Any
|
|
1358
|
+
port: Float32
|
|
1359
|
+
engine: BlockletEngine
|
|
1360
|
+
mode: String
|
|
1361
|
+
ports: Any
|
|
1362
|
+
children: [ComponentState!]
|
|
1363
|
+
optionalComponents: [OptionalComponentState!]
|
|
1364
|
+
trustedPassports: [TrustedPassport!]
|
|
1365
|
+
trustedFactories: [TrustedFactory!]
|
|
1366
|
+
enablePassportIssuance: Boolean
|
|
1367
|
+
dynamic: Boolean
|
|
1368
|
+
mountPoint: String
|
|
1369
|
+
settings: BlockletSettings
|
|
1370
|
+
appDid: String
|
|
1371
|
+
site: RoutingSite
|
|
1372
|
+
controller: BlockletController
|
|
1373
|
+
migratedFrom: [BlockletMigrateRecord!]
|
|
1374
|
+
appPid: String
|
|
1375
|
+
externalSk: Boolean
|
|
1376
|
+
externalSkSource: String
|
|
1377
|
+
structVersion: String
|
|
1376
1378
|
}
|
|
1377
1379
|
|
|
1378
1380
|
type BlockletStats {
|
|
1379
|
-
downloads: Float32
|
|
1380
|
-
star: Float32
|
|
1381
|
-
purchases: Float32
|
|
1381
|
+
downloads: Float32
|
|
1382
|
+
star: Float32
|
|
1383
|
+
purchases: Float32
|
|
1382
1384
|
}
|
|
1383
1385
|
|
|
1384
1386
|
type BlockletStore {
|
|
1385
|
-
name: String
|
|
1386
|
-
description: String
|
|
1387
|
-
url: String
|
|
1388
|
-
logoUrl: String
|
|
1389
|
-
maintainer: String
|
|
1390
|
-
cdnUrl: String
|
|
1391
|
-
protected: Boolean
|
|
1392
|
-
id: String
|
|
1393
|
-
scope: String
|
|
1387
|
+
name: String
|
|
1388
|
+
description: String
|
|
1389
|
+
url: String
|
|
1390
|
+
logoUrl: String
|
|
1391
|
+
maintainer: String
|
|
1392
|
+
cdnUrl: String
|
|
1393
|
+
protected: Boolean
|
|
1394
|
+
id: String
|
|
1395
|
+
scope: String
|
|
1394
1396
|
}
|
|
1395
1397
|
|
|
1396
1398
|
type BooleanResponse {
|
|
1397
|
-
code: StatusCode
|
|
1398
|
-
result: Boolean
|
|
1399
|
+
code: StatusCode
|
|
1400
|
+
result: Boolean
|
|
1399
1401
|
}
|
|
1400
1402
|
|
|
1401
1403
|
type Certificate {
|
|
1402
|
-
name: String
|
|
1403
|
-
domain: String
|
|
1404
|
-
id: String
|
|
1405
|
-
meta: CertificateMeta
|
|
1406
|
-
matchedSites: [MatchedSites!]
|
|
1407
|
-
createdAt: Uint32
|
|
1408
|
-
updatedAt: Uint32
|
|
1409
|
-
isProtected: Boolean
|
|
1410
|
-
source: String
|
|
1411
|
-
status: String
|
|
1404
|
+
name: String
|
|
1405
|
+
domain: String
|
|
1406
|
+
id: String
|
|
1407
|
+
meta: CertificateMeta
|
|
1408
|
+
matchedSites: [MatchedSites!]
|
|
1409
|
+
createdAt: Uint32
|
|
1410
|
+
updatedAt: Uint32
|
|
1411
|
+
isProtected: Boolean
|
|
1412
|
+
source: String
|
|
1413
|
+
status: String
|
|
1412
1414
|
}
|
|
1413
1415
|
|
|
1414
1416
|
type CertificateIssuer {
|
|
1415
|
-
countryName: String
|
|
1416
|
-
organizationName: String
|
|
1417
|
-
commonName: String
|
|
1417
|
+
countryName: String
|
|
1418
|
+
organizationName: String
|
|
1419
|
+
commonName: String
|
|
1418
1420
|
}
|
|
1419
1421
|
|
|
1420
1422
|
type CertificateMeta {
|
|
1421
|
-
issuer: CertificateIssuer
|
|
1422
|
-
sans: [String!]
|
|
1423
|
-
validFrom: Int64
|
|
1424
|
-
validTo: Int64
|
|
1425
|
-
fingerprintAlg: String
|
|
1426
|
-
fingerprint: String
|
|
1427
|
-
validityPeriod: Int64
|
|
1423
|
+
issuer: CertificateIssuer
|
|
1424
|
+
sans: [String!]
|
|
1425
|
+
validFrom: Int64
|
|
1426
|
+
validTo: Int64
|
|
1427
|
+
fingerprintAlg: String
|
|
1428
|
+
fingerprint: String
|
|
1429
|
+
validityPeriod: Int64
|
|
1428
1430
|
}
|
|
1429
1431
|
|
|
1430
1432
|
type ChildConfig {
|
|
1431
|
-
name: String
|
|
1432
|
-
mountPoint: String
|
|
1433
|
-
required: Boolean
|
|
1433
|
+
name: String
|
|
1434
|
+
mountPoint: String
|
|
1435
|
+
required: Boolean
|
|
1434
1436
|
}
|
|
1435
1437
|
|
|
1436
1438
|
type ComponentState {
|
|
1437
|
-
meta: BlockletMeta
|
|
1438
|
-
status: BlockletStatus
|
|
1439
|
-
createdAt: Uint32
|
|
1440
|
-
installedAt: Uint32
|
|
1441
|
-
startedAt: Uint32
|
|
1442
|
-
pausedAt: Uint32
|
|
1443
|
-
stoppedAt: Uint32
|
|
1444
|
-
environments: [ConfigEntry!]
|
|
1445
|
-
configs: [ConfigEntry!]
|
|
1446
|
-
diskInfo: DiskInfo
|
|
1447
|
-
runtimeInfo: RuntimeInfo
|
|
1448
|
-
source: BlockletSource
|
|
1449
|
-
deployedFrom: String
|
|
1450
|
-
bundleSource: Any
|
|
1451
|
-
port: Float32
|
|
1452
|
-
engine: BlockletEngine
|
|
1453
|
-
mode: String
|
|
1454
|
-
ports: Any
|
|
1455
|
-
children: [ComponentState!]
|
|
1456
|
-
dynamic: Boolean
|
|
1457
|
-
mountPoint: String
|
|
1458
|
-
dependents: [Dependent!]
|
|
1459
|
-
required: Boolean
|
|
1439
|
+
meta: BlockletMeta
|
|
1440
|
+
status: BlockletStatus
|
|
1441
|
+
createdAt: Uint32
|
|
1442
|
+
installedAt: Uint32
|
|
1443
|
+
startedAt: Uint32
|
|
1444
|
+
pausedAt: Uint32
|
|
1445
|
+
stoppedAt: Uint32
|
|
1446
|
+
environments: [ConfigEntry!]
|
|
1447
|
+
configs: [ConfigEntry!]
|
|
1448
|
+
diskInfo: DiskInfo
|
|
1449
|
+
runtimeInfo: RuntimeInfo
|
|
1450
|
+
source: BlockletSource
|
|
1451
|
+
deployedFrom: String
|
|
1452
|
+
bundleSource: Any
|
|
1453
|
+
port: Float32
|
|
1454
|
+
engine: BlockletEngine
|
|
1455
|
+
mode: String
|
|
1456
|
+
ports: Any
|
|
1457
|
+
children: [ComponentState!]
|
|
1458
|
+
dynamic: Boolean
|
|
1459
|
+
mountPoint: String
|
|
1460
|
+
dependents: [Dependent!]
|
|
1461
|
+
required: Boolean
|
|
1460
1462
|
}
|
|
1461
1463
|
|
|
1462
1464
|
type ConfigEntry {
|
|
1463
|
-
key: String
|
|
1464
|
-
value: String
|
|
1465
|
-
required: Boolean
|
|
1466
|
-
description: String
|
|
1467
|
-
validation: String
|
|
1468
|
-
secure: Boolean
|
|
1469
|
-
custom: Boolean
|
|
1470
|
-
shared: Boolean
|
|
1465
|
+
key: String
|
|
1466
|
+
value: String
|
|
1467
|
+
required: Boolean
|
|
1468
|
+
description: String
|
|
1469
|
+
validation: String
|
|
1470
|
+
secure: Boolean
|
|
1471
|
+
custom: Boolean
|
|
1472
|
+
shared: Boolean
|
|
1471
1473
|
}
|
|
1472
1474
|
|
|
1473
1475
|
type ConfigNavigation {
|
|
1474
|
-
id: String
|
|
1475
|
-
title: String
|
|
1476
|
-
link: String
|
|
1477
|
-
icon: String
|
|
1478
|
-
section: String
|
|
1479
|
-
component: String
|
|
1480
|
-
parent: String
|
|
1481
|
-
role: String
|
|
1482
|
-
visible: Boolean
|
|
1483
|
-
from: String
|
|
1476
|
+
id: String
|
|
1477
|
+
title: String
|
|
1478
|
+
link: String
|
|
1479
|
+
icon: String
|
|
1480
|
+
section: String
|
|
1481
|
+
component: String
|
|
1482
|
+
parent: String
|
|
1483
|
+
role: String
|
|
1484
|
+
visible: Boolean
|
|
1485
|
+
from: String
|
|
1484
1486
|
}
|
|
1485
1487
|
|
|
1486
1488
|
type ConnectedAccount {
|
|
1487
|
-
provider: String
|
|
1488
|
-
did: String
|
|
1489
|
-
pk: String
|
|
1490
|
-
id: String
|
|
1491
|
-
lastLoginAt: Uint32
|
|
1492
|
-
userInfo: ConnectedAccountInfo
|
|
1493
|
-
extra: Any
|
|
1489
|
+
provider: String
|
|
1490
|
+
did: String
|
|
1491
|
+
pk: String
|
|
1492
|
+
id: String
|
|
1493
|
+
lastLoginAt: Uint32
|
|
1494
|
+
userInfo: ConnectedAccountInfo
|
|
1495
|
+
extra: Any
|
|
1494
1496
|
}
|
|
1495
1497
|
|
|
1496
1498
|
type ConnectedAccountInfo {
|
|
1497
|
-
name: String
|
|
1498
|
-
picture: String
|
|
1499
|
-
email: String
|
|
1500
|
-
emailVerified: Boolean
|
|
1501
|
-
sub: String
|
|
1502
|
-
extraData: Any
|
|
1499
|
+
name: String
|
|
1500
|
+
picture: String
|
|
1501
|
+
email: String
|
|
1502
|
+
emailVerified: Boolean
|
|
1503
|
+
sub: String
|
|
1504
|
+
extraData: Any
|
|
1503
1505
|
}
|
|
1504
1506
|
|
|
1505
1507
|
type ConnectedStore {
|
|
1506
|
-
storeId: String
|
|
1507
|
-
storeName: String
|
|
1508
|
-
storeUrl: String
|
|
1509
|
-
accessToken: String
|
|
1510
|
-
developerDid: String
|
|
1511
|
-
developerEmail: String
|
|
1512
|
-
developerName: String
|
|
1513
|
-
scope: String
|
|
1508
|
+
storeId: String
|
|
1509
|
+
storeName: String
|
|
1510
|
+
storeUrl: String
|
|
1511
|
+
accessToken: String
|
|
1512
|
+
developerDid: String
|
|
1513
|
+
developerEmail: String
|
|
1514
|
+
developerName: String
|
|
1515
|
+
scope: String
|
|
1514
1516
|
}
|
|
1515
1517
|
|
|
1516
1518
|
type CreateAccessKey {
|
|
1517
|
-
accessKeyId: String
|
|
1518
|
-
accessKeySecret: String
|
|
1519
|
-
remark: String
|
|
1520
|
-
passport: String
|
|
1521
|
-
createdAt: Uint32
|
|
1522
|
-
lastUsedAt: Uint32
|
|
1519
|
+
accessKeyId: String
|
|
1520
|
+
accessKeySecret: String
|
|
1521
|
+
remark: String
|
|
1522
|
+
passport: String
|
|
1523
|
+
createdAt: Uint32
|
|
1524
|
+
lastUsedAt: Uint32
|
|
1523
1525
|
}
|
|
1524
1526
|
|
|
1525
1527
|
type DelegationState {
|
|
1526
|
-
delegated: Boolean
|
|
1528
|
+
delegated: Boolean
|
|
1527
1529
|
}
|
|
1528
1530
|
|
|
1529
1531
|
type Dependent {
|
|
1530
|
-
id: String
|
|
1531
|
-
required: Boolean
|
|
1532
|
+
id: String
|
|
1533
|
+
required: Boolean
|
|
1532
1534
|
}
|
|
1533
1535
|
|
|
1534
1536
|
type DiskInfo {
|
|
1535
|
-
app: Float32
|
|
1536
|
-
data: Float32
|
|
1537
|
-
log: Float32
|
|
1538
|
-
cache: Float32
|
|
1539
|
-
blocklets: Float32
|
|
1537
|
+
app: Float32
|
|
1538
|
+
data: Float32
|
|
1539
|
+
log: Float32
|
|
1540
|
+
cache: Float32
|
|
1541
|
+
blocklets: Float32
|
|
1540
1542
|
}
|
|
1541
1543
|
|
|
1542
1544
|
type Environment {
|
|
1543
|
-
name: String
|
|
1544
|
-
description: String
|
|
1545
|
-
default: String
|
|
1546
|
-
required: Boolean
|
|
1547
|
-
secure: Boolean
|
|
1548
|
-
validation: String
|
|
1549
|
-
shared: Boolean
|
|
1545
|
+
name: String
|
|
1546
|
+
description: String
|
|
1547
|
+
default: String
|
|
1548
|
+
required: Boolean
|
|
1549
|
+
secure: Boolean
|
|
1550
|
+
validation: String
|
|
1551
|
+
shared: Boolean
|
|
1550
1552
|
}
|
|
1551
1553
|
|
|
1552
1554
|
type FederatedConfig {
|
|
1553
|
-
config: FederatedConfigDetail
|
|
1554
|
-
sites: [FederatedConfigSite!]
|
|
1555
|
+
config: FederatedConfigDetail
|
|
1556
|
+
sites: [FederatedConfigSite!]
|
|
1555
1557
|
}
|
|
1556
1558
|
|
|
1557
1559
|
type FederatedConfigDetail {
|
|
1558
|
-
appId: String
|
|
1559
|
-
appPid: String
|
|
1560
|
-
delegation: String
|
|
1561
|
-
isMaster: Boolean
|
|
1562
|
-
autoLogin: Boolean
|
|
1560
|
+
appId: String
|
|
1561
|
+
appPid: String
|
|
1562
|
+
delegation: String
|
|
1563
|
+
isMaster: Boolean
|
|
1564
|
+
autoLogin: Boolean
|
|
1563
1565
|
}
|
|
1564
1566
|
|
|
1565
1567
|
type FederatedConfigSite {
|
|
1566
|
-
appId: String
|
|
1567
|
-
appPid: String
|
|
1568
|
-
aliasDid: [String!]
|
|
1569
|
-
appName: String
|
|
1570
|
-
appDescription: String
|
|
1571
|
-
appUrl: String
|
|
1572
|
-
aliasDomain: [String!]
|
|
1573
|
-
appLogo: String
|
|
1574
|
-
appLogoRect: String
|
|
1575
|
-
did: String
|
|
1576
|
-
pk: String
|
|
1577
|
-
version: String
|
|
1578
|
-
serverId: String
|
|
1579
|
-
serverVersion: String
|
|
1580
|
-
appliedAt: Uint32
|
|
1581
|
-
status: String
|
|
1582
|
-
isMaster: Boolean
|
|
1568
|
+
appId: String
|
|
1569
|
+
appPid: String
|
|
1570
|
+
aliasDid: [String!]
|
|
1571
|
+
appName: String
|
|
1572
|
+
appDescription: String
|
|
1573
|
+
appUrl: String
|
|
1574
|
+
aliasDomain: [String!]
|
|
1575
|
+
appLogo: String
|
|
1576
|
+
appLogoRect: String
|
|
1577
|
+
did: String
|
|
1578
|
+
pk: String
|
|
1579
|
+
version: String
|
|
1580
|
+
serverId: String
|
|
1581
|
+
serverVersion: String
|
|
1582
|
+
appliedAt: Uint32
|
|
1583
|
+
status: String
|
|
1584
|
+
isMaster: Boolean
|
|
1583
1585
|
}
|
|
1584
1586
|
|
|
1585
1587
|
type Fuel {
|
|
1586
|
-
endpoint: String
|
|
1587
|
-
address: String
|
|
1588
|
-
value: String
|
|
1589
|
-
reason: String
|
|
1588
|
+
endpoint: String
|
|
1589
|
+
address: String
|
|
1590
|
+
value: String
|
|
1591
|
+
reason: String
|
|
1590
1592
|
}
|
|
1591
1593
|
|
|
1592
1594
|
type Gateway {
|
|
1593
|
-
requestLimit: RequestLimit
|
|
1594
|
-
cacheEnabled: Boolean
|
|
1595
|
+
requestLimit: RequestLimit
|
|
1596
|
+
cacheEnabled: Boolean
|
|
1595
1597
|
}
|
|
1596
1598
|
|
|
1597
1599
|
type GeneralResponse {
|
|
1598
|
-
code: StatusCode
|
|
1600
|
+
code: StatusCode
|
|
1599
1601
|
}
|
|
1600
1602
|
|
|
1601
1603
|
type IPInfo {
|
|
1602
|
-
internalV4: String
|
|
1603
|
-
externalV4: String
|
|
1604
|
-
internalV6: String
|
|
1605
|
-
externalV6: String
|
|
1604
|
+
internalV4: String
|
|
1605
|
+
externalV4: String
|
|
1606
|
+
internalV6: String
|
|
1607
|
+
externalV6: String
|
|
1606
1608
|
}
|
|
1607
1609
|
|
|
1608
1610
|
type InviteInfo {
|
|
1609
|
-
inviteId: String
|
|
1610
|
-
role: String
|
|
1611
|
-
remark: String
|
|
1612
|
-
expireDate: String
|
|
1613
|
-
inviter: UserInfo
|
|
1614
|
-
teamDid: String
|
|
1615
|
-
interfaceName: String
|
|
1611
|
+
inviteId: String
|
|
1612
|
+
role: String
|
|
1613
|
+
remark: String
|
|
1614
|
+
expireDate: String
|
|
1615
|
+
inviter: UserInfo
|
|
1616
|
+
teamDid: String
|
|
1617
|
+
interfaceName: String
|
|
1616
1618
|
}
|
|
1617
1619
|
|
|
1618
1620
|
type Issuer {
|
|
1619
|
-
id: String
|
|
1620
|
-
name: String
|
|
1621
|
-
pk: String
|
|
1621
|
+
id: String
|
|
1622
|
+
name: String
|
|
1623
|
+
pk: String
|
|
1622
1624
|
}
|
|
1623
1625
|
|
|
1624
1626
|
type KeyValue {
|
|
1625
|
-
key: String
|
|
1626
|
-
value: Any
|
|
1627
|
+
key: String
|
|
1628
|
+
value: Any
|
|
1627
1629
|
}
|
|
1628
1630
|
|
|
1629
1631
|
type LauncherInfo {
|
|
1630
|
-
did: String
|
|
1631
|
-
type: String
|
|
1632
|
-
provider: String
|
|
1633
|
-
url: String
|
|
1634
|
-
tag: String
|
|
1635
|
-
chainHost: String
|
|
1632
|
+
did: String
|
|
1633
|
+
type: String
|
|
1634
|
+
provider: String
|
|
1635
|
+
url: String
|
|
1636
|
+
tag: String
|
|
1637
|
+
chainHost: String
|
|
1636
1638
|
}
|
|
1637
1639
|
|
|
1638
1640
|
type MatchedSites {
|
|
1639
|
-
id: String
|
|
1640
|
-
domain: String
|
|
1641
|
+
id: String
|
|
1642
|
+
domain: String
|
|
1641
1643
|
}
|
|
1642
1644
|
|
|
1643
1645
|
type NodeEnvInfo {
|
|
1644
|
-
ip: IPInfo
|
|
1645
|
-
os: String
|
|
1646
|
-
location: String
|
|
1647
|
-
docker: Boolean
|
|
1648
|
-
image: Boolean
|
|
1649
|
-
blockletEngines: [BlockletEngine!]
|
|
1650
|
-
gitpod: Boolean
|
|
1651
|
-
disk: DiskInfo
|
|
1646
|
+
ip: IPInfo
|
|
1647
|
+
os: String
|
|
1648
|
+
location: String
|
|
1649
|
+
docker: Boolean
|
|
1650
|
+
image: Boolean
|
|
1651
|
+
blockletEngines: [BlockletEngine!]
|
|
1652
|
+
gitpod: Boolean
|
|
1653
|
+
disk: DiskInfo
|
|
1652
1654
|
}
|
|
1653
1655
|
|
|
1654
1656
|
type NodeHistoryItem {
|
|
1655
|
-
date: Uint64
|
|
1656
|
-
cpu: Uint64
|
|
1657
|
-
mem: Uint64
|
|
1658
|
-
daemonMem: Uint64
|
|
1659
|
-
serviceMem: Uint64
|
|
1660
|
-
hubMem: Uint64
|
|
1657
|
+
date: Uint64
|
|
1658
|
+
cpu: Uint64
|
|
1659
|
+
mem: Uint64
|
|
1660
|
+
daemonMem: Uint64
|
|
1661
|
+
serviceMem: Uint64
|
|
1662
|
+
hubMem: Uint64
|
|
1661
1663
|
}
|
|
1662
1664
|
|
|
1663
1665
|
type NodeRouting {
|
|
1664
|
-
provider: String
|
|
1665
|
-
snapshotHash: String
|
|
1666
|
-
adminPath: String
|
|
1667
|
-
requestLimit: RequestLimit
|
|
1668
|
-
cacheEnabled: Boolean
|
|
1666
|
+
provider: String
|
|
1667
|
+
snapshotHash: String
|
|
1668
|
+
adminPath: String
|
|
1669
|
+
requestLimit: RequestLimit
|
|
1670
|
+
cacheEnabled: Boolean
|
|
1669
1671
|
}
|
|
1670
1672
|
|
|
1671
1673
|
type NodeRuntimeConfig {
|
|
1672
|
-
blockletMaxMemoryLimit: Uint32
|
|
1673
|
-
daemonMaxMemoryLimit: Uint32
|
|
1674
|
-
proxyMaxMemoryLimit: Uint32
|
|
1674
|
+
blockletMaxMemoryLimit: Uint32
|
|
1675
|
+
daemonMaxMemoryLimit: Uint32
|
|
1676
|
+
proxyMaxMemoryLimit: Uint32
|
|
1675
1677
|
}
|
|
1676
1678
|
|
|
1677
1679
|
type NodeState {
|
|
1678
|
-
did: String
|
|
1679
|
-
pk: String
|
|
1680
|
-
version: String
|
|
1681
|
-
name: String
|
|
1682
|
-
description: String
|
|
1683
|
-
port: String
|
|
1684
|
-
initialized: Boolean
|
|
1685
|
-
nodeOwner: WalletInfo
|
|
1686
|
-
createdAt: Uint32
|
|
1687
|
-
startedAt: Uint32
|
|
1688
|
-
initializedAt: Uint32
|
|
1689
|
-
mode: String
|
|
1690
|
-
routing: NodeRouting
|
|
1691
|
-
environments: [ConfigEntry!]
|
|
1692
|
-
uptime: Float32
|
|
1693
|
-
autoUpgrade: Boolean
|
|
1694
|
-
nextVersion: String
|
|
1695
|
-
upgradeSessionId: String
|
|
1696
|
-
registerUrl: String
|
|
1697
|
-
enableWelcomePage: Boolean
|
|
1698
|
-
webWalletUrl: String
|
|
1699
|
-
blockletRegistryList: [BlockletStore!]
|
|
1700
|
-
ownerNft: OwnerNft
|
|
1701
|
-
diskAlertThreshold: Uint32
|
|
1702
|
-
trustedPassports: [TrustedPassport!]
|
|
1703
|
-
launcher: LauncherInfo
|
|
1704
|
-
enablePassportIssuance: Boolean
|
|
1705
|
-
didRegistry: String
|
|
1706
|
-
didDomain: String
|
|
1707
|
-
status: Uint32
|
|
1708
|
-
trustedFactories: [TrustedFactory!]
|
|
1709
|
-
enableBetaRelease: Boolean
|
|
1710
|
-
runtimeConfig: NodeRuntimeConfig
|
|
1711
|
-
nftDomainUrl: String
|
|
1712
|
-
enableFileSystemIsolation: Boolean
|
|
1680
|
+
did: String
|
|
1681
|
+
pk: String
|
|
1682
|
+
version: String
|
|
1683
|
+
name: String
|
|
1684
|
+
description: String
|
|
1685
|
+
port: String
|
|
1686
|
+
initialized: Boolean
|
|
1687
|
+
nodeOwner: WalletInfo
|
|
1688
|
+
createdAt: Uint32
|
|
1689
|
+
startedAt: Uint32
|
|
1690
|
+
initializedAt: Uint32
|
|
1691
|
+
mode: String
|
|
1692
|
+
routing: NodeRouting
|
|
1693
|
+
environments: [ConfigEntry!]
|
|
1694
|
+
uptime: Float32
|
|
1695
|
+
autoUpgrade: Boolean
|
|
1696
|
+
nextVersion: String
|
|
1697
|
+
upgradeSessionId: String
|
|
1698
|
+
registerUrl: String
|
|
1699
|
+
enableWelcomePage: Boolean
|
|
1700
|
+
webWalletUrl: String
|
|
1701
|
+
blockletRegistryList: [BlockletStore!]
|
|
1702
|
+
ownerNft: OwnerNft
|
|
1703
|
+
diskAlertThreshold: Uint32
|
|
1704
|
+
trustedPassports: [TrustedPassport!]
|
|
1705
|
+
launcher: LauncherInfo
|
|
1706
|
+
enablePassportIssuance: Boolean
|
|
1707
|
+
didRegistry: String
|
|
1708
|
+
didDomain: String
|
|
1709
|
+
status: Uint32
|
|
1710
|
+
trustedFactories: [TrustedFactory!]
|
|
1711
|
+
enableBetaRelease: Boolean
|
|
1712
|
+
runtimeConfig: NodeRuntimeConfig
|
|
1713
|
+
nftDomainUrl: String
|
|
1714
|
+
enableFileSystemIsolation: Boolean
|
|
1713
1715
|
}
|
|
1714
1716
|
|
|
1715
1717
|
type Notification {
|
|
1716
|
-
sender: String
|
|
1717
|
-
receiver: String
|
|
1718
|
-
title: String
|
|
1719
|
-
description: String
|
|
1720
|
-
action: String
|
|
1721
|
-
entityType: String
|
|
1722
|
-
entityId: String
|
|
1723
|
-
read: Boolean
|
|
1724
|
-
createdAt: Uint32
|
|
1725
|
-
updatedAt: Uint32
|
|
1726
|
-
id: String
|
|
1727
|
-
severity: String
|
|
1718
|
+
sender: String
|
|
1719
|
+
receiver: String
|
|
1720
|
+
title: String
|
|
1721
|
+
description: String
|
|
1722
|
+
action: String
|
|
1723
|
+
entityType: String
|
|
1724
|
+
entityId: String
|
|
1725
|
+
read: Boolean
|
|
1726
|
+
createdAt: Uint32
|
|
1727
|
+
updatedAt: Uint32
|
|
1728
|
+
id: String
|
|
1729
|
+
severity: String
|
|
1728
1730
|
}
|
|
1729
1731
|
|
|
1730
1732
|
type OptionalComponentState {
|
|
1731
|
-
logoUrl: String
|
|
1732
|
-
dependencies: [OptionalDependencies!]
|
|
1733
|
-
meta: BlockletMeta
|
|
1733
|
+
logoUrl: String
|
|
1734
|
+
dependencies: [OptionalDependencies!]
|
|
1735
|
+
meta: BlockletMeta
|
|
1734
1736
|
}
|
|
1735
1737
|
|
|
1736
1738
|
type OptionalDependencies {
|
|
1737
|
-
parentDid: String
|
|
1738
|
-
parentName: String
|
|
1739
|
-
parentTitle: String
|
|
1740
|
-
mountPoint: String
|
|
1741
|
-
required: Boolean
|
|
1739
|
+
parentDid: String
|
|
1740
|
+
parentName: String
|
|
1741
|
+
parentTitle: String
|
|
1742
|
+
mountPoint: String
|
|
1743
|
+
required: Boolean
|
|
1742
1744
|
}
|
|
1743
1745
|
|
|
1744
1746
|
type OwnerNft {
|
|
1745
|
-
did: String
|
|
1746
|
-
holder: String
|
|
1747
|
-
issuer: String
|
|
1748
|
-
launcherSessionId: String
|
|
1747
|
+
did: String
|
|
1748
|
+
holder: String
|
|
1749
|
+
issuer: String
|
|
1750
|
+
launcherSessionId: String
|
|
1749
1751
|
}
|
|
1750
1752
|
|
|
1751
1753
|
type Paging {
|
|
1752
|
-
total: Uint32
|
|
1753
|
-
pageSize: Uint32
|
|
1754
|
-
pageCount: Uint32
|
|
1755
|
-
page: Uint32
|
|
1754
|
+
total: Uint32
|
|
1755
|
+
pageSize: Uint32
|
|
1756
|
+
pageCount: Uint32
|
|
1757
|
+
page: Uint32
|
|
1756
1758
|
}
|
|
1757
1759
|
|
|
1758
1760
|
type Passport {
|
|
1759
|
-
id: String
|
|
1760
|
-
name: String
|
|
1761
|
-
title: String
|
|
1762
|
-
issuer: Issuer
|
|
1763
|
-
type: [String!]
|
|
1764
|
-
issuanceDate: Uint32
|
|
1765
|
-
expirationDate: Uint32
|
|
1766
|
-
status: String
|
|
1767
|
-
role: String
|
|
1768
|
-
lastLoginAt: Uint32
|
|
1761
|
+
id: String
|
|
1762
|
+
name: String
|
|
1763
|
+
title: String
|
|
1764
|
+
issuer: Issuer
|
|
1765
|
+
type: [String!]
|
|
1766
|
+
issuanceDate: Uint32
|
|
1767
|
+
expirationDate: Uint32
|
|
1768
|
+
status: String
|
|
1769
|
+
role: String
|
|
1770
|
+
lastLoginAt: Uint32
|
|
1769
1771
|
}
|
|
1770
1772
|
|
|
1771
1773
|
type PassportIssuanceInfo {
|
|
1772
|
-
id: String
|
|
1773
|
-
name: String
|
|
1774
|
-
title: String
|
|
1775
|
-
expireDate: String
|
|
1776
|
-
teamDid: String
|
|
1777
|
-
ownerDid: String
|
|
1774
|
+
id: String
|
|
1775
|
+
name: String
|
|
1776
|
+
title: String
|
|
1777
|
+
expireDate: String
|
|
1778
|
+
teamDid: String
|
|
1779
|
+
ownerDid: String
|
|
1778
1780
|
}
|
|
1779
1781
|
|
|
1780
1782
|
type Permission {
|
|
1781
|
-
name: String
|
|
1782
|
-
description: String
|
|
1783
|
-
isProtected: Boolean
|
|
1783
|
+
name: String
|
|
1784
|
+
description: String
|
|
1785
|
+
isProtected: Boolean
|
|
1784
1786
|
}
|
|
1785
1787
|
|
|
1786
1788
|
type Project {
|
|
1787
|
-
id: String
|
|
1788
|
-
type: PublishType
|
|
1789
|
-
blockletDid: String
|
|
1790
|
-
blockletVersion: String
|
|
1791
|
-
blockletTitle: String
|
|
1792
|
-
blockletDescription: String
|
|
1793
|
-
blockletLogo: String
|
|
1794
|
-
blockletIntroduction: String
|
|
1795
|
-
blockletScreenshots: [String!]
|
|
1796
|
-
createdAt: String
|
|
1797
|
-
updatedAt: String
|
|
1798
|
-
componentDid: String
|
|
1799
|
-
lastReleaseId: String
|
|
1800
|
-
lastReleaseFiles: [String!]
|
|
1801
|
-
connectedStores: [ConnectedStore!]
|
|
1802
|
-
tenantScope: String
|
|
1803
|
-
createdBy: String
|
|
1804
|
-
autoUpload: Boolean
|
|
1805
|
-
possibleSameStore: Boolean
|
|
1789
|
+
id: String
|
|
1790
|
+
type: PublishType
|
|
1791
|
+
blockletDid: String
|
|
1792
|
+
blockletVersion: String
|
|
1793
|
+
blockletTitle: String
|
|
1794
|
+
blockletDescription: String
|
|
1795
|
+
blockletLogo: String
|
|
1796
|
+
blockletIntroduction: String
|
|
1797
|
+
blockletScreenshots: [String!]
|
|
1798
|
+
createdAt: String
|
|
1799
|
+
updatedAt: String
|
|
1800
|
+
componentDid: String
|
|
1801
|
+
lastReleaseId: String
|
|
1802
|
+
lastReleaseFiles: [String!]
|
|
1803
|
+
connectedStores: [ConnectedStore!]
|
|
1804
|
+
tenantScope: String
|
|
1805
|
+
createdBy: String
|
|
1806
|
+
autoUpload: Boolean
|
|
1807
|
+
possibleSameStore: Boolean
|
|
1806
1808
|
}
|
|
1807
1809
|
|
|
1808
1810
|
type Release {
|
|
1809
|
-
id: String
|
|
1810
|
-
projectId: String
|
|
1811
|
-
blockletDid: String
|
|
1812
|
-
blockletVersion: String
|
|
1813
|
-
blockletTitle: String
|
|
1814
|
-
blockletDescription: String
|
|
1815
|
-
blockletLogo: String
|
|
1816
|
-
blockletIntroduction: String
|
|
1817
|
-
blockletScreenshots: [String!]
|
|
1818
|
-
note: String
|
|
1819
|
-
files: [String!]
|
|
1820
|
-
status: ReleaseStatus
|
|
1821
|
-
createdAt: String
|
|
1822
|
-
updatedAt: String
|
|
1823
|
-
blockletComponents: [ReleaseComponent!]
|
|
1824
|
-
publishedStoreIds: [String!]
|
|
1825
|
-
uploadedResource: String
|
|
1811
|
+
id: String
|
|
1812
|
+
projectId: String
|
|
1813
|
+
blockletDid: String
|
|
1814
|
+
blockletVersion: String
|
|
1815
|
+
blockletTitle: String
|
|
1816
|
+
blockletDescription: String
|
|
1817
|
+
blockletLogo: String
|
|
1818
|
+
blockletIntroduction: String
|
|
1819
|
+
blockletScreenshots: [String!]
|
|
1820
|
+
note: String
|
|
1821
|
+
files: [String!]
|
|
1822
|
+
status: ReleaseStatus
|
|
1823
|
+
createdAt: String
|
|
1824
|
+
updatedAt: String
|
|
1825
|
+
blockletComponents: [ReleaseComponent!]
|
|
1826
|
+
publishedStoreIds: [String!]
|
|
1827
|
+
uploadedResource: String
|
|
1826
1828
|
}
|
|
1827
1829
|
|
|
1828
1830
|
type ReleaseComponent {
|
|
1829
|
-
did: String
|
|
1830
|
-
required: Boolean
|
|
1831
|
+
did: String
|
|
1832
|
+
required: Boolean
|
|
1831
1833
|
}
|
|
1832
1834
|
|
|
1833
1835
|
type RequestLimit {
|
|
1834
|
-
enabled: Boolean
|
|
1835
|
-
rate: Uint32
|
|
1836
|
-
ipHeader: String
|
|
1836
|
+
enabled: Boolean
|
|
1837
|
+
rate: Uint32
|
|
1838
|
+
ipHeader: String
|
|
1837
1839
|
}
|
|
1838
1840
|
|
|
1839
1841
|
type Requirement {
|
|
1840
|
-
server: String
|
|
1841
|
-
os: Any
|
|
1842
|
-
cpu: Any
|
|
1843
|
-
fuels: [Fuel!]
|
|
1842
|
+
server: String
|
|
1843
|
+
os: Any
|
|
1844
|
+
cpu: Any
|
|
1845
|
+
fuels: [Fuel!]
|
|
1844
1846
|
}
|
|
1845
1847
|
|
|
1846
1848
|
type ResponseAccessKeys {
|
|
1847
|
-
code: StatusCode
|
|
1848
|
-
list: [AccessKey!]
|
|
1849
|
+
code: StatusCode
|
|
1850
|
+
list: [AccessKey!]
|
|
1849
1851
|
}
|
|
1850
1852
|
|
|
1851
1853
|
type ResponseAddLetsEncryptCert {
|
|
1852
|
-
code: StatusCode
|
|
1854
|
+
code: StatusCode
|
|
1853
1855
|
}
|
|
1854
1856
|
|
|
1855
1857
|
type ResponseAddNginxHttpsCert {
|
|
1856
|
-
code: StatusCode
|
|
1858
|
+
code: StatusCode
|
|
1857
1859
|
}
|
|
1858
1860
|
|
|
1859
1861
|
type ResponseBlocklet {
|
|
1860
|
-
code: StatusCode
|
|
1861
|
-
blocklet: BlockletState
|
|
1862
|
+
code: StatusCode
|
|
1863
|
+
blocklet: BlockletState
|
|
1862
1864
|
}
|
|
1863
1865
|
|
|
1864
1866
|
type ResponseBlockletDiff {
|
|
1865
|
-
code: StatusCode
|
|
1866
|
-
blockletDiff: BlockletDiff
|
|
1867
|
+
code: StatusCode
|
|
1868
|
+
blockletDiff: BlockletDiff
|
|
1867
1869
|
}
|
|
1868
1870
|
|
|
1869
1871
|
type ResponseBlockletMeta {
|
|
1870
|
-
code: StatusCode
|
|
1871
|
-
meta: Any
|
|
1872
|
+
code: StatusCode
|
|
1873
|
+
meta: Any
|
|
1872
1874
|
}
|
|
1873
1875
|
|
|
1874
1876
|
type ResponseBlockletMetaFromUrl {
|
|
1875
|
-
code: StatusCode
|
|
1876
|
-
meta: BlockletMeta
|
|
1877
|
-
isFree: Boolean
|
|
1878
|
-
inStore: Boolean
|
|
1879
|
-
registryUrl: String
|
|
1877
|
+
code: StatusCode
|
|
1878
|
+
meta: BlockletMeta
|
|
1879
|
+
isFree: Boolean
|
|
1880
|
+
inStore: Boolean
|
|
1881
|
+
registryUrl: String
|
|
1880
1882
|
}
|
|
1881
1883
|
|
|
1882
1884
|
type ResponseBlockletRuntimeHistory {
|
|
1883
|
-
code: StatusCode
|
|
1884
|
-
history: [BlockletHistoryItem!]
|
|
1885
|
+
code: StatusCode
|
|
1886
|
+
history: [BlockletHistoryItem!]
|
|
1885
1887
|
}
|
|
1886
1888
|
|
|
1887
1889
|
type ResponseBlockletsFromBackup {
|
|
1888
|
-
code: StatusCode
|
|
1889
|
-
backups: [BlockletBackupState!]
|
|
1890
|
+
code: StatusCode
|
|
1891
|
+
backups: [BlockletBackupState!]
|
|
1890
1892
|
}
|
|
1891
1893
|
|
|
1892
1894
|
type ResponseCheckComponentsForUpdates {
|
|
1893
|
-
code: StatusCode
|
|
1894
|
-
preUpdateInfo: BlockletPreUpdateInfo
|
|
1895
|
+
code: StatusCode
|
|
1896
|
+
preUpdateInfo: BlockletPreUpdateInfo
|
|
1895
1897
|
}
|
|
1896
1898
|
|
|
1897
1899
|
type ResponseCheckDomains {
|
|
1898
|
-
code: StatusCode
|
|
1900
|
+
code: StatusCode
|
|
1899
1901
|
}
|
|
1900
1902
|
|
|
1901
1903
|
type ResponseCheckNodeVersion {
|
|
1902
|
-
code: StatusCode
|
|
1903
|
-
version: String
|
|
1904
|
+
code: StatusCode
|
|
1905
|
+
version: String
|
|
1904
1906
|
}
|
|
1905
1907
|
|
|
1906
1908
|
type ResponseClearCache {
|
|
1907
|
-
code: StatusCode
|
|
1908
|
-
removed: [String!]
|
|
1909
|
+
code: StatusCode
|
|
1910
|
+
removed: [String!]
|
|
1909
1911
|
}
|
|
1910
1912
|
|
|
1911
1913
|
type ResponseConnectByStudio {
|
|
1912
|
-
code: StatusCode
|
|
1913
|
-
url: String
|
|
1914
|
+
code: StatusCode
|
|
1915
|
+
url: String
|
|
1914
1916
|
}
|
|
1915
1917
|
|
|
1916
1918
|
type ResponseConnectToStore {
|
|
1917
|
-
code: StatusCode
|
|
1918
|
-
url: String
|
|
1919
|
+
code: StatusCode
|
|
1920
|
+
url: String
|
|
1919
1921
|
}
|
|
1920
1922
|
|
|
1921
1923
|
type ResponseCreateAccessKey {
|
|
1922
|
-
code: StatusCode
|
|
1923
|
-
data: CreateAccessKey
|
|
1924
|
+
code: StatusCode
|
|
1925
|
+
data: CreateAccessKey
|
|
1924
1926
|
}
|
|
1925
1927
|
|
|
1926
1928
|
type ResponseCreateInvitation {
|
|
1927
|
-
code: StatusCode
|
|
1928
|
-
inviteInfo: InviteInfo
|
|
1929
|
+
code: StatusCode
|
|
1930
|
+
inviteInfo: InviteInfo
|
|
1929
1931
|
}
|
|
1930
1932
|
|
|
1931
1933
|
type ResponseCreatePassportIssuance {
|
|
1932
|
-
code: StatusCode
|
|
1933
|
-
info: PassportIssuanceInfo
|
|
1934
|
+
code: StatusCode
|
|
1935
|
+
info: PassportIssuanceInfo
|
|
1934
1936
|
}
|
|
1935
1937
|
|
|
1936
1938
|
type ResponseCreateTransferNodeInvitation {
|
|
1937
|
-
code: StatusCode
|
|
1938
|
-
inviteInfo: InviteInfo
|
|
1939
|
+
code: StatusCode
|
|
1940
|
+
inviteInfo: InviteInfo
|
|
1939
1941
|
}
|
|
1940
1942
|
|
|
1941
1943
|
type ResponseCreateWebHook {
|
|
1942
|
-
code: StatusCode
|
|
1943
|
-
webhook: WebHookSender
|
|
1944
|
+
code: StatusCode
|
|
1945
|
+
webhook: WebHookSender
|
|
1944
1946
|
}
|
|
1945
1947
|
|
|
1946
1948
|
type ResponseDelegationState {
|
|
1947
|
-
code: StatusCode
|
|
1948
|
-
state: DelegationState
|
|
1949
|
+
code: StatusCode
|
|
1950
|
+
state: DelegationState
|
|
1949
1951
|
}
|
|
1950
1952
|
|
|
1951
1953
|
type ResponseDeleteAccessKey {
|
|
1952
|
-
code: StatusCode
|
|
1954
|
+
code: StatusCode
|
|
1953
1955
|
}
|
|
1954
1956
|
|
|
1955
1957
|
type ResponseDeleteNginxHttpsCert {
|
|
1956
|
-
code: StatusCode
|
|
1958
|
+
code: StatusCode
|
|
1957
1959
|
}
|
|
1958
1960
|
|
|
1959
1961
|
type ResponseDeleteWebHook {
|
|
1960
|
-
code: StatusCode
|
|
1962
|
+
code: StatusCode
|
|
1961
1963
|
}
|
|
1962
1964
|
|
|
1963
1965
|
type ResponseDisconnectFromStore {
|
|
1964
|
-
code: StatusCode
|
|
1966
|
+
code: StatusCode
|
|
1965
1967
|
}
|
|
1966
1968
|
|
|
1967
1969
|
type ResponseFindCertificateByDomain {
|
|
1968
|
-
code: StatusCode
|
|
1969
|
-
cert: Certificate
|
|
1970
|
+
code: StatusCode
|
|
1971
|
+
cert: Certificate
|
|
1970
1972
|
}
|
|
1971
1973
|
|
|
1972
1974
|
type ResponseGateway {
|
|
1973
|
-
code: StatusCode
|
|
1974
|
-
gateway: Gateway
|
|
1975
|
-
cacheEnabled: Boolean
|
|
1975
|
+
code: StatusCode
|
|
1976
|
+
gateway: Gateway
|
|
1977
|
+
cacheEnabled: Boolean
|
|
1976
1978
|
}
|
|
1977
1979
|
|
|
1978
1980
|
type ResponseGetAuditLogs {
|
|
1979
|
-
code: StatusCode
|
|
1980
|
-
list: [AuditLog!]
|
|
1981
|
-
paging: Paging
|
|
1981
|
+
code: StatusCode
|
|
1982
|
+
list: [AuditLog!]
|
|
1983
|
+
paging: Paging
|
|
1982
1984
|
}
|
|
1983
1985
|
|
|
1984
1986
|
type ResponseGetAutoBackup {
|
|
1985
|
-
code: StatusCode
|
|
1986
|
-
autoBackup: AutoBackup
|
|
1987
|
+
code: StatusCode
|
|
1988
|
+
autoBackup: AutoBackup
|
|
1987
1989
|
}
|
|
1988
1990
|
|
|
1989
1991
|
type ResponseGetAutoCheckUpdate {
|
|
1990
|
-
code: StatusCode
|
|
1991
|
-
autoCheckUpdate: AutoCheckUpdate
|
|
1992
|
+
code: StatusCode
|
|
1993
|
+
autoCheckUpdate: AutoCheckUpdate
|
|
1992
1994
|
}
|
|
1993
1995
|
|
|
1994
1996
|
type ResponseGetBlockletBackups {
|
|
1995
|
-
code: StatusCode
|
|
1996
|
-
backups: [Backup!]
|
|
1997
|
+
code: StatusCode
|
|
1998
|
+
backups: [Backup!]
|
|
1997
1999
|
}
|
|
1998
2000
|
|
|
1999
2001
|
type ResponseGetBlockletNotifications {
|
|
2000
|
-
code: StatusCode
|
|
2001
|
-
list: [Notification!]
|
|
2002
|
-
paging: Paging
|
|
2002
|
+
code: StatusCode
|
|
2003
|
+
list: [Notification!]
|
|
2004
|
+
paging: Paging
|
|
2003
2005
|
}
|
|
2004
2006
|
|
|
2005
2007
|
type ResponseGetBlockletSpaceGateways {
|
|
2006
|
-
code: StatusCode
|
|
2007
|
-
spaceGateways: [SpaceGateway!]
|
|
2008
|
+
code: StatusCode
|
|
2009
|
+
spaceGateways: [SpaceGateway!]
|
|
2008
2010
|
}
|
|
2009
2011
|
|
|
2010
2012
|
type ResponseGetBlocklets {
|
|
2011
|
-
code: StatusCode
|
|
2012
|
-
blocklets: [BlockletState!]
|
|
2013
|
+
code: StatusCode
|
|
2014
|
+
blocklets: [BlockletState!]
|
|
2013
2015
|
}
|
|
2014
2016
|
|
|
2015
2017
|
type ResponseGetCertificates {
|
|
2016
|
-
code: StatusCode
|
|
2017
|
-
certificates: [Certificate!]
|
|
2018
|
+
code: StatusCode
|
|
2019
|
+
certificates: [Certificate!]
|
|
2018
2020
|
}
|
|
2019
2021
|
|
|
2020
2022
|
type ResponseGetDynamicComponents {
|
|
2021
|
-
code: StatusCode
|
|
2022
|
-
components: [ComponentState!]
|
|
2023
|
+
code: StatusCode
|
|
2024
|
+
components: [ComponentState!]
|
|
2023
2025
|
}
|
|
2024
2026
|
|
|
2025
2027
|
type ResponseGetInvitations {
|
|
2026
|
-
code: StatusCode
|
|
2027
|
-
invitations: [InviteInfo!]
|
|
2028
|
+
code: StatusCode
|
|
2029
|
+
invitations: [InviteInfo!]
|
|
2028
2030
|
}
|
|
2029
2031
|
|
|
2030
2032
|
type ResponseGetLauncherSession {
|
|
2031
|
-
code: StatusCode
|
|
2032
|
-
error: String
|
|
2033
|
-
launcherSession: Any
|
|
2033
|
+
code: StatusCode
|
|
2034
|
+
error: String
|
|
2035
|
+
launcherSession: Any
|
|
2034
2036
|
}
|
|
2035
2037
|
|
|
2036
2038
|
type ResponseGetNodeEnv {
|
|
2037
|
-
code: StatusCode
|
|
2038
|
-
info: NodeEnvInfo
|
|
2039
|
+
code: StatusCode
|
|
2040
|
+
info: NodeEnvInfo
|
|
2039
2041
|
}
|
|
2040
2042
|
|
|
2041
2043
|
type ResponseGetNodeInfo {
|
|
2042
|
-
code: StatusCode
|
|
2043
|
-
info: NodeState
|
|
2044
|
+
code: StatusCode
|
|
2045
|
+
info: NodeState
|
|
2044
2046
|
}
|
|
2045
2047
|
|
|
2046
2048
|
type ResponseGetNotifications {
|
|
2047
|
-
code: StatusCode
|
|
2048
|
-
list: [Notification!]
|
|
2049
|
-
paging: Paging
|
|
2049
|
+
code: StatusCode
|
|
2050
|
+
list: [Notification!]
|
|
2051
|
+
paging: Paging
|
|
2050
2052
|
}
|
|
2051
2053
|
|
|
2052
2054
|
type ResponseGetPassportIssuances {
|
|
2053
|
-
code: StatusCode
|
|
2054
|
-
list: [PassportIssuanceInfo!]
|
|
2055
|
+
code: StatusCode
|
|
2056
|
+
list: [PassportIssuanceInfo!]
|
|
2055
2057
|
}
|
|
2056
2058
|
|
|
2057
2059
|
type ResponseGetProject {
|
|
2058
|
-
code: StatusCode
|
|
2059
|
-
project: Project
|
|
2060
|
+
code: StatusCode
|
|
2061
|
+
project: Project
|
|
2060
2062
|
}
|
|
2061
2063
|
|
|
2062
2064
|
type ResponseGetProjects {
|
|
2063
|
-
code: StatusCode
|
|
2064
|
-
projects: [Project!]
|
|
2065
|
-
paging: Paging
|
|
2065
|
+
code: StatusCode
|
|
2066
|
+
projects: [Project!]
|
|
2067
|
+
paging: Paging
|
|
2066
2068
|
}
|
|
2067
2069
|
|
|
2068
2070
|
type ResponseGetRelease {
|
|
2069
|
-
code: StatusCode
|
|
2070
|
-
release: Release
|
|
2071
|
+
code: StatusCode
|
|
2072
|
+
release: Release
|
|
2071
2073
|
}
|
|
2072
2074
|
|
|
2073
2075
|
type ResponseGetReleases {
|
|
2074
|
-
code: StatusCode
|
|
2075
|
-
releases: [Release!]
|
|
2076
|
-
paging: Paging
|
|
2076
|
+
code: StatusCode
|
|
2077
|
+
releases: [Release!]
|
|
2078
|
+
paging: Paging
|
|
2077
2079
|
}
|
|
2078
2080
|
|
|
2079
2081
|
type ResponseGetRoutingProviders {
|
|
2080
|
-
code: StatusCode
|
|
2081
|
-
providers: [RoutingProvider!]
|
|
2082
|
+
code: StatusCode
|
|
2083
|
+
providers: [RoutingProvider!]
|
|
2082
2084
|
}
|
|
2083
2085
|
|
|
2084
2086
|
type ResponseGetRoutingSites {
|
|
2085
|
-
code: StatusCode
|
|
2086
|
-
sites: [RoutingSite!]
|
|
2087
|
+
code: StatusCode
|
|
2088
|
+
sites: [RoutingSite!]
|
|
2087
2089
|
}
|
|
2088
2090
|
|
|
2089
2091
|
type ResponseGetRoutingSnapshots {
|
|
2090
|
-
code: StatusCode
|
|
2091
|
-
snapshots: [RoutingSnapshot!]
|
|
2092
|
+
code: StatusCode
|
|
2093
|
+
snapshots: [RoutingSnapshot!]
|
|
2092
2094
|
}
|
|
2093
2095
|
|
|
2094
2096
|
type ResponseGetSelectedResources {
|
|
2095
|
-
code: StatusCode
|
|
2096
|
-
resources: [String!]
|
|
2097
|
+
code: StatusCode
|
|
2098
|
+
resources: [String!]
|
|
2097
2099
|
}
|
|
2098
2100
|
|
|
2099
2101
|
type ResponseGetSession {
|
|
2100
|
-
code: StatusCode
|
|
2101
|
-
session: Any
|
|
2102
|
+
code: StatusCode
|
|
2103
|
+
session: Any
|
|
2102
2104
|
}
|
|
2103
2105
|
|
|
2104
2106
|
type ResponseGetSnapshotSites {
|
|
2105
|
-
code: StatusCode
|
|
2106
|
-
sites: [RoutingSite!]
|
|
2107
|
+
code: StatusCode
|
|
2108
|
+
sites: [RoutingSite!]
|
|
2107
2109
|
}
|
|
2108
2110
|
|
|
2109
2111
|
type ResponseGetTrafficInsights {
|
|
2110
|
-
code: StatusCode
|
|
2111
|
-
list: [TrafficInsight!]
|
|
2112
|
-
paging: Paging
|
|
2112
|
+
code: StatusCode
|
|
2113
|
+
list: [TrafficInsight!]
|
|
2114
|
+
paging: Paging
|
|
2113
2115
|
}
|
|
2114
2116
|
|
|
2115
2117
|
type ResponseGetUsersCount {
|
|
2116
|
-
code: StatusCode
|
|
2117
|
-
count: Uint32
|
|
2118
|
+
code: StatusCode
|
|
2119
|
+
count: Uint32
|
|
2118
2120
|
}
|
|
2119
2121
|
|
|
2120
2122
|
type ResponseGetUsersCountPerRole {
|
|
2121
|
-
code: StatusCode
|
|
2122
|
-
counts: [KeyValue!]
|
|
2123
|
+
code: StatusCode
|
|
2124
|
+
counts: [KeyValue!]
|
|
2123
2125
|
}
|
|
2124
2126
|
|
|
2125
2127
|
type ResponseIsDidDomain {
|
|
2126
|
-
code: StatusCode
|
|
2127
|
-
value: Boolean
|
|
2128
|
+
code: StatusCode
|
|
2129
|
+
value: Boolean
|
|
2128
2130
|
}
|
|
2129
2131
|
|
|
2130
2132
|
type ResponseNodeRuntimeHistory {
|
|
2131
|
-
code: StatusCode
|
|
2132
|
-
history: [NodeHistoryItem!]
|
|
2133
|
+
code: StatusCode
|
|
2134
|
+
history: [NodeHistoryItem!]
|
|
2133
2135
|
}
|
|
2134
2136
|
|
|
2135
2137
|
type ResponsePermission {
|
|
2136
|
-
code: StatusCode
|
|
2137
|
-
permission: Permission
|
|
2138
|
+
code: StatusCode
|
|
2139
|
+
permission: Permission
|
|
2138
2140
|
}
|
|
2139
2141
|
|
|
2140
2142
|
type ResponsePermissions {
|
|
2141
|
-
code: StatusCode
|
|
2142
|
-
permissions: [Permission!]
|
|
2143
|
+
code: StatusCode
|
|
2144
|
+
permissions: [Permission!]
|
|
2143
2145
|
}
|
|
2144
2146
|
|
|
2145
2147
|
type ResponseProject {
|
|
2146
|
-
code: StatusCode
|
|
2147
|
-
project: Project
|
|
2148
|
+
code: StatusCode
|
|
2149
|
+
project: Project
|
|
2148
2150
|
}
|
|
2149
2151
|
|
|
2150
2152
|
type ResponsePublishToStore {
|
|
2151
|
-
code: StatusCode
|
|
2152
|
-
url: String
|
|
2153
|
+
code: StatusCode
|
|
2154
|
+
url: String
|
|
2153
2155
|
}
|
|
2154
2156
|
|
|
2155
2157
|
type ResponseReadBlockletNotifications {
|
|
2156
|
-
code: StatusCode
|
|
2157
|
-
numAffected: Int32
|
|
2158
|
+
code: StatusCode
|
|
2159
|
+
numAffected: Int32
|
|
2158
2160
|
}
|
|
2159
2161
|
|
|
2160
2162
|
type ResponseReadNotifications {
|
|
2161
|
-
code: StatusCode
|
|
2162
|
-
numAffected: Int32
|
|
2163
|
+
code: StatusCode
|
|
2164
|
+
numAffected: Int32
|
|
2163
2165
|
}
|
|
2164
2166
|
|
|
2165
2167
|
type ResponseRelease {
|
|
2166
|
-
code: StatusCode
|
|
2167
|
-
release: Release
|
|
2168
|
+
code: StatusCode
|
|
2169
|
+
release: Release
|
|
2168
2170
|
}
|
|
2169
2171
|
|
|
2170
2172
|
type ResponseResetNode {
|
|
2171
|
-
code: StatusCode
|
|
2173
|
+
code: StatusCode
|
|
2172
2174
|
}
|
|
2173
2175
|
|
|
2174
2176
|
type ResponseRestartServer {
|
|
2175
|
-
code: StatusCode
|
|
2176
|
-
sessionId: String
|
|
2177
|
+
code: StatusCode
|
|
2178
|
+
sessionId: String
|
|
2177
2179
|
}
|
|
2178
2180
|
|
|
2179
2181
|
type ResponseRole {
|
|
2180
|
-
code: StatusCode
|
|
2181
|
-
role: Role
|
|
2182
|
+
code: StatusCode
|
|
2183
|
+
role: Role
|
|
2182
2184
|
}
|
|
2183
2185
|
|
|
2184
2186
|
type ResponseRoles {
|
|
2185
|
-
code: StatusCode
|
|
2186
|
-
roles: [Role!]
|
|
2187
|
+
code: StatusCode
|
|
2188
|
+
roles: [Role!]
|
|
2187
2189
|
}
|
|
2188
2190
|
|
|
2189
2191
|
type ResponseRoutingSite {
|
|
2190
|
-
code: StatusCode
|
|
2191
|
-
site: RoutingSite
|
|
2192
|
+
code: StatusCode
|
|
2193
|
+
site: RoutingSite
|
|
2192
2194
|
}
|
|
2193
2195
|
|
|
2194
2196
|
type ResponseSendMsg {
|
|
2195
|
-
code: StatusCode
|
|
2197
|
+
code: StatusCode
|
|
2196
2198
|
}
|
|
2197
2199
|
|
|
2198
2200
|
type ResponseSenderList {
|
|
2199
|
-
code: StatusCode
|
|
2200
|
-
senders: [WebHookSender!]
|
|
2201
|
+
code: StatusCode
|
|
2202
|
+
senders: [WebHookSender!]
|
|
2201
2203
|
}
|
|
2202
2204
|
|
|
2203
2205
|
type ResponseTag {
|
|
2204
|
-
code: StatusCode
|
|
2205
|
-
tag: Tag
|
|
2206
|
+
code: StatusCode
|
|
2207
|
+
tag: Tag
|
|
2206
2208
|
}
|
|
2207
2209
|
|
|
2208
2210
|
type ResponseTags {
|
|
2209
|
-
code: StatusCode
|
|
2210
|
-
tags: [Tag!]
|
|
2211
|
-
paging: Paging
|
|
2211
|
+
code: StatusCode
|
|
2212
|
+
tags: [Tag!]
|
|
2213
|
+
paging: Paging
|
|
2212
2214
|
}
|
|
2213
2215
|
|
|
2214
2216
|
type ResponseTakeRoutingSnapshot {
|
|
2215
|
-
code: StatusCode
|
|
2216
|
-
hash: String
|
|
2217
|
+
code: StatusCode
|
|
2218
|
+
hash: String
|
|
2217
2219
|
}
|
|
2218
2220
|
|
|
2219
2221
|
type ResponseUpdateAccessKey {
|
|
2220
|
-
code: StatusCode
|
|
2221
|
-
data: AccessKey
|
|
2222
|
+
code: StatusCode
|
|
2223
|
+
data: AccessKey
|
|
2222
2224
|
}
|
|
2223
2225
|
|
|
2224
2226
|
type ResponseUpdateNginxHttpsCert {
|
|
2225
|
-
code: StatusCode
|
|
2227
|
+
code: StatusCode
|
|
2226
2228
|
}
|
|
2227
2229
|
|
|
2228
2230
|
type ResponseUpgradeNodeVersion {
|
|
2229
|
-
code: StatusCode
|
|
2230
|
-
sessionId: String
|
|
2231
|
+
code: StatusCode
|
|
2232
|
+
sessionId: String
|
|
2231
2233
|
}
|
|
2232
2234
|
|
|
2233
2235
|
type ResponseUser {
|
|
2234
|
-
code: StatusCode
|
|
2235
|
-
user: UserInfo
|
|
2236
|
+
code: StatusCode
|
|
2237
|
+
user: UserInfo
|
|
2236
2238
|
}
|
|
2237
2239
|
|
|
2238
2240
|
type ResponseUsers {
|
|
2239
|
-
code: StatusCode
|
|
2240
|
-
users: [UserInfo!]
|
|
2241
|
-
paging: Paging
|
|
2241
|
+
code: StatusCode
|
|
2242
|
+
users: [UserInfo!]
|
|
2243
|
+
paging: Paging
|
|
2242
2244
|
}
|
|
2243
2245
|
|
|
2244
2246
|
type ResponseWebHooks {
|
|
2245
|
-
code: StatusCode
|
|
2246
|
-
webhooks: [WebHook!]
|
|
2247
|
+
code: StatusCode
|
|
2248
|
+
webhooks: [WebHook!]
|
|
2247
2249
|
}
|
|
2248
2250
|
|
|
2249
2251
|
type Role {
|
|
2250
|
-
name: String
|
|
2251
|
-
description: String
|
|
2252
|
-
grants: [String!]
|
|
2253
|
-
title: String
|
|
2254
|
-
isProtected: Boolean
|
|
2255
|
-
extra: Any
|
|
2252
|
+
name: String
|
|
2253
|
+
description: String
|
|
2254
|
+
grants: [String!]
|
|
2255
|
+
title: String
|
|
2256
|
+
isProtected: Boolean
|
|
2257
|
+
extra: Any
|
|
2256
2258
|
}
|
|
2257
2259
|
|
|
2258
2260
|
type RoutingProvider {
|
|
2259
|
-
name: String
|
|
2260
|
-
description: String
|
|
2261
|
-
running: Boolean
|
|
2262
|
-
available: Boolean
|
|
2263
|
-
error: String
|
|
2261
|
+
name: String
|
|
2262
|
+
description: String
|
|
2263
|
+
running: Boolean
|
|
2264
|
+
available: Boolean
|
|
2265
|
+
error: String
|
|
2264
2266
|
}
|
|
2265
2267
|
|
|
2266
2268
|
type RoutingRule {
|
|
2267
|
-
id: String
|
|
2268
|
-
from: RoutingRuleFrom
|
|
2269
|
-
to: RoutingRuleTo
|
|
2270
|
-
isProtected: Boolean
|
|
2269
|
+
id: String
|
|
2270
|
+
from: RoutingRuleFrom
|
|
2271
|
+
to: RoutingRuleTo
|
|
2272
|
+
isProtected: Boolean
|
|
2271
2273
|
}
|
|
2272
2274
|
|
|
2273
2275
|
type RoutingRuleFrom {
|
|
2274
|
-
pathPrefix: String
|
|
2275
|
-
header: [RoutingRuleHeader!]
|
|
2276
|
+
pathPrefix: String
|
|
2277
|
+
header: [RoutingRuleHeader!]
|
|
2276
2278
|
}
|
|
2277
2279
|
|
|
2278
2280
|
type RoutingRuleHeader {
|
|
2279
|
-
key: String
|
|
2280
|
-
value: String
|
|
2281
|
-
type: HeaderMatchType
|
|
2281
|
+
key: String
|
|
2282
|
+
value: String
|
|
2283
|
+
type: HeaderMatchType
|
|
2282
2284
|
}
|
|
2283
2285
|
|
|
2284
2286
|
type RoutingRuleResponse {
|
|
2285
|
-
status: Uint32
|
|
2286
|
-
contentType: String
|
|
2287
|
-
body: String
|
|
2287
|
+
status: Uint32
|
|
2288
|
+
contentType: String
|
|
2289
|
+
body: String
|
|
2288
2290
|
}
|
|
2289
2291
|
|
|
2290
2292
|
type RoutingRuleTo {
|
|
2291
|
-
port: Uint32
|
|
2292
|
-
type: BackendServiceType
|
|
2293
|
-
did: String
|
|
2294
|
-
url: String
|
|
2295
|
-
redirectCode: Int32
|
|
2296
|
-
interfaceName: String
|
|
2297
|
-
componentId: String
|
|
2298
|
-
pageGroup: String
|
|
2299
|
-
response: RoutingRuleResponse
|
|
2293
|
+
port: Uint32
|
|
2294
|
+
type: BackendServiceType
|
|
2295
|
+
did: String
|
|
2296
|
+
url: String
|
|
2297
|
+
redirectCode: Int32
|
|
2298
|
+
interfaceName: String
|
|
2299
|
+
componentId: String
|
|
2300
|
+
pageGroup: String
|
|
2301
|
+
response: RoutingRuleResponse
|
|
2300
2302
|
}
|
|
2301
2303
|
|
|
2302
2304
|
type RoutingSite {
|
|
2303
|
-
id: String
|
|
2304
|
-
domain: String
|
|
2305
|
-
domainAliases: [Any!]
|
|
2306
|
-
rules: [RoutingRule!]
|
|
2307
|
-
isProtected: Boolean
|
|
2308
|
-
corsAllowedOrigins: [String!]
|
|
2305
|
+
id: String
|
|
2306
|
+
domain: String
|
|
2307
|
+
domainAliases: [Any!]
|
|
2308
|
+
rules: [RoutingRule!]
|
|
2309
|
+
isProtected: Boolean
|
|
2310
|
+
corsAllowedOrigins: [String!]
|
|
2309
2311
|
}
|
|
2310
2312
|
|
|
2311
2313
|
type RoutingSnapshot {
|
|
2312
|
-
hash: String
|
|
2313
|
-
tree: String
|
|
2314
|
-
message: String
|
|
2315
|
-
author: String
|
|
2316
|
-
createdAt: Uint32
|
|
2314
|
+
hash: String
|
|
2315
|
+
tree: String
|
|
2316
|
+
message: String
|
|
2317
|
+
author: String
|
|
2318
|
+
createdAt: Uint32
|
|
2317
2319
|
}
|
|
2318
2320
|
|
|
2319
2321
|
type RuntimeInfo {
|
|
2320
|
-
pid: String
|
|
2321
|
-
port: String
|
|
2322
|
-
uptime: String
|
|
2323
|
-
memoryUsage: Float32
|
|
2324
|
-
cpuUsage: Float32
|
|
2322
|
+
pid: String
|
|
2323
|
+
port: String
|
|
2324
|
+
uptime: String
|
|
2325
|
+
memoryUsage: Float32
|
|
2326
|
+
cpuUsage: Float32
|
|
2325
2327
|
}
|
|
2326
2328
|
|
|
2327
2329
|
type SessionConfig {
|
|
2328
|
-
cacheTtl: Uint32
|
|
2329
|
-
ttl: Uint32
|
|
2330
|
+
cacheTtl: Uint32
|
|
2331
|
+
ttl: Uint32
|
|
2330
2332
|
}
|
|
2331
2333
|
|
|
2332
2334
|
type SimpleBlockletMeta {
|
|
2333
|
-
did: String
|
|
2334
|
-
name: String
|
|
2335
|
-
version: String
|
|
2336
|
-
description: String
|
|
2337
|
-
title: String
|
|
2338
|
-
bundleDid: String
|
|
2339
|
-
bundleName: String
|
|
2335
|
+
did: String
|
|
2336
|
+
name: String
|
|
2337
|
+
version: String
|
|
2338
|
+
description: String
|
|
2339
|
+
title: String
|
|
2340
|
+
bundleDid: String
|
|
2341
|
+
bundleName: String
|
|
2340
2342
|
}
|
|
2341
2343
|
|
|
2342
2344
|
type SimpleBlockletState {
|
|
2343
|
-
meta: SimpleBlockletMeta
|
|
2344
|
-
status: BlockletStatus
|
|
2345
|
-
deployedFrom: String
|
|
2346
|
-
mountPoint: String
|
|
2347
|
-
deletedAt: Uint32
|
|
2345
|
+
meta: SimpleBlockletMeta
|
|
2346
|
+
status: BlockletStatus
|
|
2347
|
+
deployedFrom: String
|
|
2348
|
+
mountPoint: String
|
|
2349
|
+
deletedAt: Uint32
|
|
2348
2350
|
}
|
|
2349
2351
|
|
|
2350
2352
|
type SpaceGateway {
|
|
2351
|
-
name: String
|
|
2352
|
-
url: String
|
|
2353
|
-
protected: String
|
|
2354
|
-
endpoint: String
|
|
2355
|
-
did: String
|
|
2353
|
+
name: String
|
|
2354
|
+
url: String
|
|
2355
|
+
protected: String
|
|
2356
|
+
endpoint: String
|
|
2357
|
+
did: String
|
|
2356
2358
|
}
|
|
2357
2359
|
|
|
2358
2360
|
type Tag {
|
|
2359
|
-
id: Uint32
|
|
2360
|
-
title: String
|
|
2361
|
-
description: String
|
|
2362
|
-
color: String
|
|
2363
|
-
createdAt: Uint32
|
|
2364
|
-
updatedAt: Uint32
|
|
2361
|
+
id: Uint32
|
|
2362
|
+
title: String
|
|
2363
|
+
description: String
|
|
2364
|
+
color: String
|
|
2365
|
+
createdAt: Uint32
|
|
2366
|
+
updatedAt: Uint32
|
|
2365
2367
|
}
|
|
2366
2368
|
|
|
2367
2369
|
type TrafficInsight {
|
|
2368
|
-
did: String
|
|
2369
|
-
date: String
|
|
2370
|
-
totalRequests: Uint32
|
|
2371
|
-
validRequests: Uint32
|
|
2372
|
-
failedRequests: Uint32
|
|
2373
|
-
generationTime: Uint32
|
|
2374
|
-
uniqueVisitors: Uint32
|
|
2375
|
-
uniqueFiles: Uint32
|
|
2376
|
-
excludedHits: Uint32
|
|
2377
|
-
uniqueReferrers: Uint32
|
|
2378
|
-
uniqueNotFound: Uint32
|
|
2379
|
-
uniqueStaticFiles: Uint32
|
|
2380
|
-
logSize: Uint32
|
|
2381
|
-
bandwidth: Uint32
|
|
2370
|
+
did: String
|
|
2371
|
+
date: String
|
|
2372
|
+
totalRequests: Uint32
|
|
2373
|
+
validRequests: Uint32
|
|
2374
|
+
failedRequests: Uint32
|
|
2375
|
+
generationTime: Uint32
|
|
2376
|
+
uniqueVisitors: Uint32
|
|
2377
|
+
uniqueFiles: Uint32
|
|
2378
|
+
excludedHits: Uint32
|
|
2379
|
+
uniqueReferrers: Uint32
|
|
2380
|
+
uniqueNotFound: Uint32
|
|
2381
|
+
uniqueStaticFiles: Uint32
|
|
2382
|
+
logSize: Uint32
|
|
2383
|
+
bandwidth: Uint32
|
|
2382
2384
|
}
|
|
2383
2385
|
|
|
2384
2386
|
type TrustedFactory {
|
|
2385
|
-
holderDid: String
|
|
2386
|
-
issuerDid: String
|
|
2387
|
-
factoryAddress: String
|
|
2388
|
-
remark: String
|
|
2389
|
-
passport: TrustedPassportMappingTo
|
|
2387
|
+
holderDid: String
|
|
2388
|
+
issuerDid: String
|
|
2389
|
+
factoryAddress: String
|
|
2390
|
+
remark: String
|
|
2391
|
+
passport: TrustedPassportMappingTo
|
|
2390
2392
|
}
|
|
2391
2393
|
|
|
2392
2394
|
type TrustedPassport {
|
|
2393
|
-
issuerDid: String
|
|
2394
|
-
remark: String
|
|
2395
|
-
mappings: [TrustedPassportMapping!]
|
|
2395
|
+
issuerDid: String
|
|
2396
|
+
remark: String
|
|
2397
|
+
mappings: [TrustedPassportMapping!]
|
|
2396
2398
|
}
|
|
2397
2399
|
|
|
2398
2400
|
type TrustedPassportMapping {
|
|
2399
|
-
from: TrustedPassportMappingFrom
|
|
2400
|
-
to: TrustedPassportMappingTo
|
|
2401
|
+
from: TrustedPassportMappingFrom
|
|
2402
|
+
to: TrustedPassportMappingTo
|
|
2401
2403
|
}
|
|
2402
2404
|
|
|
2403
2405
|
type TrustedPassportMappingFrom {
|
|
2404
|
-
passport: String
|
|
2406
|
+
passport: String
|
|
2405
2407
|
}
|
|
2406
2408
|
|
|
2407
2409
|
type TrustedPassportMappingTo {
|
|
2408
|
-
role: String
|
|
2409
|
-
ttl: String
|
|
2410
|
-
ttlPolicy: String
|
|
2410
|
+
role: String
|
|
2411
|
+
ttl: String
|
|
2412
|
+
ttlPolicy: String
|
|
2411
2413
|
}
|
|
2412
2414
|
|
|
2413
2415
|
type UpdateList {
|
|
2414
|
-
id: String
|
|
2415
|
-
meta: BlockletMeta
|
|
2416
|
+
id: String
|
|
2417
|
+
meta: BlockletMeta
|
|
2416
2418
|
}
|
|
2417
2419
|
|
|
2418
2420
|
type UserInfo {
|
|
2419
|
-
did: String
|
|
2420
|
-
pk: String
|
|
2421
|
-
role: String
|
|
2422
|
-
avatar: String
|
|
2423
|
-
fullName: String
|
|
2424
|
-
email: String
|
|
2425
|
-
approved: Boolean
|
|
2426
|
-
createdAt: Uint32
|
|
2427
|
-
updatedAt: Uint32
|
|
2428
|
-
locale: String
|
|
2429
|
-
passports: [Passport!]
|
|
2430
|
-
firstLoginAt: Uint32
|
|
2431
|
-
lastLoginAt: Uint32
|
|
2432
|
-
remark: String
|
|
2433
|
-
lastLoginIp: String
|
|
2434
|
-
sourceProvider: String
|
|
2435
|
-
sourceAppPid: String
|
|
2436
|
-
connectedAccounts: [ConnectedAccount!]
|
|
2437
|
-
extra: Any
|
|
2438
|
-
tags: [Tag!]
|
|
2439
|
-
didSpace: Any
|
|
2440
|
-
userSessions: [UserSession!]
|
|
2441
|
-
url: String
|
|
2421
|
+
did: String
|
|
2422
|
+
pk: String
|
|
2423
|
+
role: String
|
|
2424
|
+
avatar: String
|
|
2425
|
+
fullName: String
|
|
2426
|
+
email: String
|
|
2427
|
+
approved: Boolean
|
|
2428
|
+
createdAt: Uint32
|
|
2429
|
+
updatedAt: Uint32
|
|
2430
|
+
locale: String
|
|
2431
|
+
passports: [Passport!]
|
|
2432
|
+
firstLoginAt: Uint32
|
|
2433
|
+
lastLoginAt: Uint32
|
|
2434
|
+
remark: String
|
|
2435
|
+
lastLoginIp: String
|
|
2436
|
+
sourceProvider: String
|
|
2437
|
+
sourceAppPid: String
|
|
2438
|
+
connectedAccounts: [ConnectedAccount!]
|
|
2439
|
+
extra: Any
|
|
2440
|
+
tags: [Tag!]
|
|
2441
|
+
didSpace: Any
|
|
2442
|
+
userSessions: [UserSession!]
|
|
2443
|
+
url: String
|
|
2444
|
+
phone: String
|
|
2442
2445
|
}
|
|
2443
2446
|
|
|
2444
2447
|
type UserSession {
|
|
2445
|
-
id: String
|
|
2446
|
-
visitorId: String
|
|
2447
|
-
appPid: String
|
|
2448
|
-
userDid: String
|
|
2449
|
-
ua: String
|
|
2450
|
-
passportId: String
|
|
2451
|
-
status: String
|
|
2452
|
-
lastLoginIp: String
|
|
2453
|
-
extra: Any
|
|
2454
|
-
createdAt: Uint32
|
|
2455
|
-
updatedAt: Uint32
|
|
2448
|
+
id: String
|
|
2449
|
+
visitorId: String
|
|
2450
|
+
appPid: String
|
|
2451
|
+
userDid: String
|
|
2452
|
+
ua: String
|
|
2453
|
+
passportId: String
|
|
2454
|
+
status: String
|
|
2455
|
+
lastLoginIp: String
|
|
2456
|
+
extra: Any
|
|
2457
|
+
createdAt: Uint32
|
|
2458
|
+
updatedAt: Uint32
|
|
2456
2459
|
}
|
|
2457
2460
|
|
|
2458
2461
|
type WalletInfo {
|
|
2459
|
-
did: String
|
|
2460
|
-
pk: String
|
|
2462
|
+
did: String
|
|
2463
|
+
pk: String
|
|
2461
2464
|
}
|
|
2462
2465
|
|
|
2463
2466
|
type WebHook {
|
|
2464
|
-
type: SenderType
|
|
2465
|
-
id: String
|
|
2466
|
-
params: [WebHookParam!]
|
|
2467
|
-
createdAt: Uint32
|
|
2468
|
-
updatedAt: Uint32
|
|
2467
|
+
type: SenderType
|
|
2468
|
+
id: String
|
|
2469
|
+
params: [WebHookParam!]
|
|
2470
|
+
createdAt: Uint32
|
|
2471
|
+
updatedAt: Uint32
|
|
2469
2472
|
}
|
|
2470
2473
|
|
|
2471
2474
|
type WebHookParam {
|
|
2472
|
-
name: String
|
|
2473
|
-
description: String
|
|
2474
|
-
required: Boolean
|
|
2475
|
-
defaultValue: String
|
|
2476
|
-
value: String
|
|
2477
|
-
type: String
|
|
2475
|
+
name: String
|
|
2476
|
+
description: String
|
|
2477
|
+
required: Boolean
|
|
2478
|
+
defaultValue: String
|
|
2479
|
+
value: String
|
|
2480
|
+
type: String
|
|
2478
2481
|
}
|
|
2479
2482
|
|
|
2480
2483
|
type WebHookSender {
|
|
2481
|
-
type: SenderType
|
|
2482
|
-
title: String
|
|
2483
|
-
description: String
|
|
2484
|
-
params: [WebHookParam!]
|
|
2484
|
+
type: SenderType
|
|
2485
|
+
title: String
|
|
2486
|
+
description: String
|
|
2487
|
+
params: [WebHookParam!]
|
|
2485
2488
|
}
|
|
2486
2489
|
|
|
2487
2490
|
enum BackendServiceType {
|