@abtnode/schema 1.16.29 → 1.16.30-beta-00e8bdd1

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.
Files changed (3) hide show
  1. package/lib/index.js +1414 -1413
  2. package/lib/schema.graphqls +1414 -1414
  3. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -16,2472 +16,2473 @@ 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
- attachRuntimeInfo: Boolean
202
- getOptionalComponents: Boolean
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
1030
1031
  }
1031
1032
 
1032
1033
  input UserProfileInput {
1033
- did: String
1034
- avatar: String
1035
- fullName: String
1036
- email: String
1034
+ did: String
1035
+ avatar: String
1036
+ fullName: String
1037
+ email: String
1037
1038
  }
1038
1039
 
1039
1040
  input UserQueryInput {
1040
- role: String
1041
- approved: Boolean
1042
- search: String
1043
- connectedDid: String
1044
- tags: [Uint32!]
1045
- includeTags: Boolean
1046
- includeUserSessions: Boolean
1041
+ role: String
1042
+ approved: Boolean
1043
+ search: String
1044
+ connectedDid: String
1045
+ tags: [Uint32!]
1046
+ includeTags: Boolean
1047
+ includeUserSessions: Boolean
1047
1048
  }
1048
1049
 
1049
1050
  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
1051
+ id: String
1052
+ visitorId: String
1053
+ appPid: String
1054
+ userDid: String
1055
+ ua: String
1056
+ passportId: String
1057
+ status: String
1058
+ lastLoginIp: String
1059
+ extra: Any
1060
+ createdAt: Uint32
1061
+ updatedAt: Uint32
1061
1062
  }
1062
1063
 
1063
1064
  input UserSortInput {
1064
- updatedAt: Uint32
1065
- createdAt: Uint32
1066
- lastLoginAt: Uint32
1065
+ updatedAt: Uint32
1066
+ createdAt: Uint32
1067
+ lastLoginAt: Uint32
1067
1068
  }
1068
1069
 
1069
1070
  input WebHookParamInput {
1070
- name: String
1071
- description: String
1072
- required: Boolean
1073
- defaultValue: String
1074
- value: String
1075
- type: String
1071
+ name: String
1072
+ description: String
1073
+ required: Boolean
1074
+ defaultValue: String
1075
+ value: String
1076
+ type: String
1076
1077
  }
1077
1078
 
1078
1079
  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
1080
+ accessKeyId: String
1081
+ accessKeyPublic: String
1082
+ remark: String
1083
+ passport: String
1084
+ createdAt: Uint32
1085
+ lastUsedAt: Uint32
1086
+ createdBy: String
1087
+ updatedBy: String
1087
1088
  }
1088
1089
 
1089
1090
  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
1091
+ id: String
1092
+ scope: String
1093
+ category: String
1094
+ action: String
1095
+ content: String
1096
+ actor: AuditLogActor
1097
+ env: AuditLogEnv
1098
+ createdAt: Uint32
1099
+ ip: String
1100
+ ua: String
1100
1101
  }
1101
1102
 
1102
1103
  type AuditLogActor {
1103
- did: String
1104
- role: String
1105
- fullName: String
1104
+ did: String
1105
+ role: String
1106
+ fullName: String
1106
1107
  }
1107
1108
 
1108
1109
  type AuditLogEnv {
1109
- browser: AuditLogEnvItem
1110
- os: AuditLogEnvItem
1110
+ browser: AuditLogEnvItem
1111
+ os: AuditLogEnvItem
1111
1112
  }
1112
1113
 
1113
1114
  type AuditLogEnvItem {
1114
- name: String
1115
- version: String
1115
+ name: String
1116
+ version: String
1116
1117
  }
1117
1118
 
1118
1119
  type AutoBackup {
1119
- enabled: Boolean
1120
+ enabled: Boolean
1120
1121
  }
1121
1122
 
1122
1123
  type AutoCheckUpdate {
1123
- enabled: Boolean
1124
+ enabled: Boolean
1124
1125
  }
1125
1126
 
1126
1127
  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
1128
+ appPid: String
1129
+ userDid: String
1130
+ strategy: Uint32
1131
+ sourceUrl: String
1132
+ target: String
1133
+ targetName: String
1134
+ targetUrl: String
1135
+ createdAt: Uint32
1136
+ updatedAt: Uint32
1137
+ status: Uint32
1138
+ message: String
1139
+ progress: Uint32
1139
1140
  }
1140
1141
 
1141
1142
  type BlockletBackupState {
1142
- appDid: String
1143
- appPid: String
1144
- name: String
1145
- createdAt: Uint32
1143
+ appDid: String
1144
+ appPid: String
1145
+ name: String
1146
+ createdAt: Uint32
1146
1147
  }
1147
1148
 
1148
1149
  type BlockletCapabilities {
1149
- clusterMode: Boolean
1150
- component: Boolean
1151
- navigation: Boolean
1152
- didSpace: String
1153
- resourceExportApi: String
1150
+ clusterMode: Boolean
1151
+ component: Boolean
1152
+ navigation: Boolean
1153
+ didSpace: String
1154
+ resourceExportApi: String
1154
1155
  }
1155
1156
 
1156
1157
  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
1158
+ id: String
1159
+ nftId: String
1160
+ nftOwner: String
1161
+ chainHost: String
1162
+ expireDate: Uint32
1163
+ consumedAt: String
1164
+ launcherUrl: String
1165
+ launcherSessionId: String
1166
+ ownerDid: String
1167
+ status: BlockletControllerStatus
1167
1168
  }
1168
1169
 
1169
1170
  type BlockletControllerStatus {
1170
- value: Uint32
1171
- reason: String
1171
+ value: Uint32
1172
+ reason: String
1172
1173
  }
1173
1174
 
1174
1175
  type BlockletDiff {
1175
- hasBlocklet: Boolean
1176
- version: String
1177
- addSet: [String!]
1178
- changeSet: [String!]
1179
- deleteSet: [String!]
1176
+ hasBlocklet: Boolean
1177
+ version: String
1178
+ addSet: [String!]
1179
+ changeSet: [String!]
1180
+ deleteSet: [String!]
1180
1181
  }
1181
1182
 
1182
1183
  type BlockletDist {
1183
- tarball: String
1184
- integrity: String
1184
+ tarball: String
1185
+ integrity: String
1185
1186
  }
1186
1187
 
1187
1188
  type BlockletEngine {
1188
- name: String
1189
- displayName: String
1190
- description: String
1191
- version: String
1192
- available: Boolean
1193
- visible: Boolean
1194
- logo: String
1189
+ name: String
1190
+ displayName: String
1191
+ description: String
1192
+ version: String
1193
+ available: Boolean
1194
+ visible: Boolean
1195
+ logo: String
1195
1196
  }
1196
1197
 
1197
1198
  type BlockletHistoryItem {
1198
- date: Uint64
1199
- cpu: Uint64
1200
- mem: Uint64
1199
+ date: Uint64
1200
+ cpu: Uint64
1201
+ mem: Uint64
1201
1202
  }
1202
1203
 
1203
1204
  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
1205
+ did: String
1206
+ name: String
1207
+ version: String
1208
+ description: String
1209
+ interfaces: [BlockletMetaInterface!]
1210
+ author: BlockletMetaPerson
1211
+ main: String
1212
+ stats: BlockletStats
1213
+ homepage: String
1214
+ path: String
1215
+ community: String
1216
+ documentation: String
1217
+ support: String
1218
+ screenshots: [String!]
1219
+ keywords: [String!]
1220
+ group: String
1221
+ logo: String
1222
+ title: String
1223
+ dist: BlockletDist
1224
+ maintainers: [BlockletMetaPerson!]
1225
+ contributors: [BlockletMetaPerson!]
1226
+ repository: BlockletRepository
1227
+ payment: BlockletPayment
1228
+ nftFactory: String
1229
+ lastPublishedAt: Uint32
1230
+ capabilities: BlockletCapabilities
1231
+ components: [ChildConfig!]
1232
+ environments: [Environment!]
1233
+ requirements: Requirement
1234
+ bundleDid: String
1235
+ bundleName: String
1236
+ navigation: [Any!]
1237
+ resources: [String!]
1238
+ resource: BlockletResource
1239
+ engine: Any
1240
+ owner: BlockletMetaOwner
1240
1241
  }
1241
1242
 
1242
1243
  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!]
1244
+ type: String
1245
+ name: String
1246
+ path: String
1247
+ prefix: String
1248
+ protocol: String
1249
+ port: Any
1250
+ services: [BlockletMetaService!]
1251
+ cacheable: [String!]
1252
+ pageGroups: [String!]
1252
1253
  }
1253
1254
 
1254
1255
  type BlockletMetaOwner {
1255
- avatar: String
1256
- did: String
1257
- email: String
1258
- fullName: String
1256
+ avatar: String
1257
+ did: String
1258
+ email: String
1259
+ fullName: String
1259
1260
  }
1260
1261
 
1261
1262
  type BlockletMetaPerson {
1262
- name: String
1263
- email: String
1264
- url: String
1263
+ name: String
1264
+ email: String
1265
+ url: String
1265
1266
  }
1266
1267
 
1267
1268
  type BlockletMetaService {
1268
- name: String
1269
- config: Any
1269
+ name: String
1270
+ config: Any
1270
1271
  }
1271
1272
 
1272
1273
  type BlockletMigrateRecord {
1273
- appSk: String
1274
- appDid: String
1275
- at: String
1274
+ appSk: String
1275
+ appDid: String
1276
+ at: String
1276
1277
  }
1277
1278
 
1278
1279
  type BlockletPayment {
1279
- price: [BlockletPaymentPrice!]
1280
- share: [BlockletPaymentShare!]
1280
+ price: [BlockletPaymentPrice!]
1281
+ share: [BlockletPaymentShare!]
1281
1282
  }
1282
1283
 
1283
1284
  type BlockletPaymentPrice {
1284
- address: String
1285
- value: String
1286
- symbol: String
1285
+ address: String
1286
+ value: String
1287
+ symbol: String
1287
1288
  }
1288
1289
 
1289
1290
  type BlockletPaymentShare {
1290
- address: String
1291
- name: String
1292
- value: String
1291
+ address: String
1292
+ name: String
1293
+ value: String
1293
1294
  }
1294
1295
 
1295
1296
  type BlockletPreUpdateInfo {
1296
- updateId: String
1297
- updateList: [UpdateList!]
1297
+ updateId: String
1298
+ updateList: [UpdateList!]
1298
1299
  }
1299
1300
 
1300
1301
  type BlockletRepository {
1301
- type: String
1302
- url: String
1302
+ type: String
1303
+ url: String
1303
1304
  }
1304
1305
 
1305
1306
  type BlockletResource {
1306
- exportApi: String
1307
- types: [BlockletResourceType!]
1308
- bundles: [BlockletResourceBundle!]
1307
+ exportApi: String
1308
+ types: [BlockletResourceType!]
1309
+ bundles: [BlockletResourceBundle!]
1309
1310
  }
1310
1311
 
1311
1312
  type BlockletResourceBundle {
1312
- did: String
1313
- type: String
1314
- public: Boolean
1313
+ did: String
1314
+ type: String
1315
+ public: Boolean
1315
1316
  }
1316
1317
 
1317
1318
  type BlockletResourceType {
1318
- type: String
1319
- description: String
1319
+ type: String
1320
+ description: String
1320
1321
  }
1321
1322
 
1322
1323
  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
1324
+ initialized: Boolean
1325
+ enablePassportIssuance: Boolean
1326
+ trustedPassports: [TrustedPassport!]
1327
+ whoCanAccess: String
1328
+ owner: WalletInfo
1329
+ children: [SimpleBlockletState!]
1330
+ publicToStore: Boolean
1331
+ storeList: [BlockletStore!]
1332
+ navigations: [ConfigNavigation!]
1333
+ oauth: Any
1334
+ trustedFactories: [TrustedFactory!]
1335
+ notification: Any
1336
+ session: SessionConfig
1337
+ federated: FederatedConfig
1337
1338
  }
1338
1339
 
1339
1340
  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
1341
+ meta: BlockletMeta
1342
+ status: BlockletStatus
1343
+ createdAt: Uint32
1344
+ installedAt: Uint32
1345
+ startedAt: Uint32
1346
+ pausedAt: Uint32
1347
+ stoppedAt: Uint32
1348
+ updatedAt: Uint32
1349
+ environments: [ConfigEntry!]
1350
+ configs: [ConfigEntry!]
1351
+ diskInfo: DiskInfo
1352
+ runtimeInfo: RuntimeInfo
1353
+ appRuntimeInfo: RuntimeInfo
1354
+ source: BlockletSource
1355
+ deployedFrom: String
1356
+ bundleSource: Any
1357
+ port: Float32
1358
+ engine: BlockletEngine
1359
+ mode: String
1360
+ ports: Any
1361
+ children: [ComponentState!]
1362
+ optionalComponents: [OptionalComponentState!]
1363
+ trustedPassports: [TrustedPassport!]
1364
+ trustedFactories: [TrustedFactory!]
1365
+ enablePassportIssuance: Boolean
1366
+ dynamic: Boolean
1367
+ mountPoint: String
1368
+ settings: BlockletSettings
1369
+ appDid: String
1370
+ site: RoutingSite
1371
+ controller: BlockletController
1372
+ migratedFrom: [BlockletMigrateRecord!]
1373
+ appPid: String
1374
+ externalSk: Boolean
1375
+ externalSkSource: String
1376
+ structVersion: String
1376
1377
  }
1377
1378
 
1378
1379
  type BlockletStats {
1379
- downloads: Float32
1380
- star: Float32
1381
- purchases: Float32
1380
+ downloads: Float32
1381
+ star: Float32
1382
+ purchases: Float32
1382
1383
  }
1383
1384
 
1384
1385
  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
1386
+ name: String
1387
+ description: String
1388
+ url: String
1389
+ logoUrl: String
1390
+ maintainer: String
1391
+ cdnUrl: String
1392
+ protected: Boolean
1393
+ id: String
1394
+ scope: String
1394
1395
  }
1395
1396
 
1396
1397
  type BooleanResponse {
1397
- code: StatusCode
1398
- result: Boolean
1398
+ code: StatusCode
1399
+ result: Boolean
1399
1400
  }
1400
1401
 
1401
1402
  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
1403
+ name: String
1404
+ domain: String
1405
+ id: String
1406
+ meta: CertificateMeta
1407
+ matchedSites: [MatchedSites!]
1408
+ createdAt: Uint32
1409
+ updatedAt: Uint32
1410
+ isProtected: Boolean
1411
+ source: String
1412
+ status: String
1412
1413
  }
1413
1414
 
1414
1415
  type CertificateIssuer {
1415
- countryName: String
1416
- organizationName: String
1417
- commonName: String
1416
+ countryName: String
1417
+ organizationName: String
1418
+ commonName: String
1418
1419
  }
1419
1420
 
1420
1421
  type CertificateMeta {
1421
- issuer: CertificateIssuer
1422
- sans: [String!]
1423
- validFrom: Int64
1424
- validTo: Int64
1425
- fingerprintAlg: String
1426
- fingerprint: String
1427
- validityPeriod: Int64
1422
+ issuer: CertificateIssuer
1423
+ sans: [String!]
1424
+ validFrom: Int64
1425
+ validTo: Int64
1426
+ fingerprintAlg: String
1427
+ fingerprint: String
1428
+ validityPeriod: Int64
1428
1429
  }
1429
1430
 
1430
1431
  type ChildConfig {
1431
- name: String
1432
- mountPoint: String
1433
- required: Boolean
1432
+ name: String
1433
+ mountPoint: String
1434
+ required: Boolean
1434
1435
  }
1435
1436
 
1436
1437
  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
1438
+ meta: BlockletMeta
1439
+ status: BlockletStatus
1440
+ createdAt: Uint32
1441
+ installedAt: Uint32
1442
+ startedAt: Uint32
1443
+ pausedAt: Uint32
1444
+ stoppedAt: Uint32
1445
+ environments: [ConfigEntry!]
1446
+ configs: [ConfigEntry!]
1447
+ diskInfo: DiskInfo
1448
+ runtimeInfo: RuntimeInfo
1449
+ source: BlockletSource
1450
+ deployedFrom: String
1451
+ bundleSource: Any
1452
+ port: Float32
1453
+ engine: BlockletEngine
1454
+ mode: String
1455
+ ports: Any
1456
+ children: [ComponentState!]
1457
+ dynamic: Boolean
1458
+ mountPoint: String
1459
+ dependents: [Dependent!]
1460
+ required: Boolean
1460
1461
  }
1461
1462
 
1462
1463
  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
1464
+ key: String
1465
+ value: String
1466
+ required: Boolean
1467
+ description: String
1468
+ validation: String
1469
+ secure: Boolean
1470
+ custom: Boolean
1471
+ shared: Boolean
1471
1472
  }
1472
1473
 
1473
1474
  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
1475
+ id: String
1476
+ title: String
1477
+ link: String
1478
+ icon: String
1479
+ section: String
1480
+ component: String
1481
+ parent: String
1482
+ role: String
1483
+ visible: Boolean
1484
+ from: String
1484
1485
  }
1485
1486
 
1486
1487
  type ConnectedAccount {
1487
- provider: String
1488
- did: String
1489
- pk: String
1490
- id: String
1491
- lastLoginAt: Uint32
1492
- userInfo: ConnectedAccountInfo
1493
- extra: Any
1488
+ provider: String
1489
+ did: String
1490
+ pk: String
1491
+ id: String
1492
+ lastLoginAt: Uint32
1493
+ userInfo: ConnectedAccountInfo
1494
+ extra: Any
1494
1495
  }
1495
1496
 
1496
1497
  type ConnectedAccountInfo {
1497
- name: String
1498
- picture: String
1499
- email: String
1500
- emailVerified: Boolean
1501
- sub: String
1502
- extraData: Any
1498
+ name: String
1499
+ picture: String
1500
+ email: String
1501
+ emailVerified: Boolean
1502
+ sub: String
1503
+ extraData: Any
1503
1504
  }
1504
1505
 
1505
1506
  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
1507
+ storeId: String
1508
+ storeName: String
1509
+ storeUrl: String
1510
+ accessToken: String
1511
+ developerDid: String
1512
+ developerEmail: String
1513
+ developerName: String
1514
+ scope: String
1514
1515
  }
1515
1516
 
1516
1517
  type CreateAccessKey {
1517
- accessKeyId: String
1518
- accessKeySecret: String
1519
- remark: String
1520
- passport: String
1521
- createdAt: Uint32
1522
- lastUsedAt: Uint32
1518
+ accessKeyId: String
1519
+ accessKeySecret: String
1520
+ remark: String
1521
+ passport: String
1522
+ createdAt: Uint32
1523
+ lastUsedAt: Uint32
1523
1524
  }
1524
1525
 
1525
1526
  type DelegationState {
1526
- delegated: Boolean
1527
+ delegated: Boolean
1527
1528
  }
1528
1529
 
1529
1530
  type Dependent {
1530
- id: String
1531
- required: Boolean
1531
+ id: String
1532
+ required: Boolean
1532
1533
  }
1533
1534
 
1534
1535
  type DiskInfo {
1535
- app: Float32
1536
- data: Float32
1537
- log: Float32
1538
- cache: Float32
1539
- blocklets: Float32
1536
+ app: Float32
1537
+ data: Float32
1538
+ log: Float32
1539
+ cache: Float32
1540
+ blocklets: Float32
1540
1541
  }
1541
1542
 
1542
1543
  type Environment {
1543
- name: String
1544
- description: String
1545
- default: String
1546
- required: Boolean
1547
- secure: Boolean
1548
- validation: String
1549
- shared: Boolean
1544
+ name: String
1545
+ description: String
1546
+ default: String
1547
+ required: Boolean
1548
+ secure: Boolean
1549
+ validation: String
1550
+ shared: Boolean
1550
1551
  }
1551
1552
 
1552
1553
  type FederatedConfig {
1553
- config: FederatedConfigDetail
1554
- sites: [FederatedConfigSite!]
1554
+ config: FederatedConfigDetail
1555
+ sites: [FederatedConfigSite!]
1555
1556
  }
1556
1557
 
1557
1558
  type FederatedConfigDetail {
1558
- appId: String
1559
- appPid: String
1560
- delegation: String
1561
- isMaster: Boolean
1562
- autoLogin: Boolean
1559
+ appId: String
1560
+ appPid: String
1561
+ delegation: String
1562
+ isMaster: Boolean
1563
+ autoLogin: Boolean
1563
1564
  }
1564
1565
 
1565
1566
  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
1567
+ appId: String
1568
+ appPid: String
1569
+ aliasDid: [String!]
1570
+ appName: String
1571
+ appDescription: String
1572
+ appUrl: String
1573
+ aliasDomain: [String!]
1574
+ appLogo: String
1575
+ appLogoRect: String
1576
+ did: String
1577
+ pk: String
1578
+ version: String
1579
+ serverId: String
1580
+ serverVersion: String
1581
+ appliedAt: Uint32
1582
+ status: String
1583
+ isMaster: Boolean
1583
1584
  }
1584
1585
 
1585
1586
  type Fuel {
1586
- endpoint: String
1587
- address: String
1588
- value: String
1589
- reason: String
1587
+ endpoint: String
1588
+ address: String
1589
+ value: String
1590
+ reason: String
1590
1591
  }
1591
1592
 
1592
1593
  type Gateway {
1593
- requestLimit: RequestLimit
1594
- cacheEnabled: Boolean
1594
+ requestLimit: RequestLimit
1595
+ cacheEnabled: Boolean
1595
1596
  }
1596
1597
 
1597
1598
  type GeneralResponse {
1598
- code: StatusCode
1599
+ code: StatusCode
1599
1600
  }
1600
1601
 
1601
1602
  type IPInfo {
1602
- internalV4: String
1603
- externalV4: String
1604
- internalV6: String
1605
- externalV6: String
1603
+ internalV4: String
1604
+ externalV4: String
1605
+ internalV6: String
1606
+ externalV6: String
1606
1607
  }
1607
1608
 
1608
1609
  type InviteInfo {
1609
- inviteId: String
1610
- role: String
1611
- remark: String
1612
- expireDate: String
1613
- inviter: UserInfo
1614
- teamDid: String
1615
- interfaceName: String
1610
+ inviteId: String
1611
+ role: String
1612
+ remark: String
1613
+ expireDate: String
1614
+ inviter: UserInfo
1615
+ teamDid: String
1616
+ interfaceName: String
1616
1617
  }
1617
1618
 
1618
1619
  type Issuer {
1619
- id: String
1620
- name: String
1621
- pk: String
1620
+ id: String
1621
+ name: String
1622
+ pk: String
1622
1623
  }
1623
1624
 
1624
1625
  type KeyValue {
1625
- key: String
1626
- value: Any
1626
+ key: String
1627
+ value: Any
1627
1628
  }
1628
1629
 
1629
1630
  type LauncherInfo {
1630
- did: String
1631
- type: String
1632
- provider: String
1633
- url: String
1634
- tag: String
1635
- chainHost: String
1631
+ did: String
1632
+ type: String
1633
+ provider: String
1634
+ url: String
1635
+ tag: String
1636
+ chainHost: String
1636
1637
  }
1637
1638
 
1638
1639
  type MatchedSites {
1639
- id: String
1640
- domain: String
1640
+ id: String
1641
+ domain: String
1641
1642
  }
1642
1643
 
1643
1644
  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
1645
+ ip: IPInfo
1646
+ os: String
1647
+ location: String
1648
+ docker: Boolean
1649
+ image: Boolean
1650
+ blockletEngines: [BlockletEngine!]
1651
+ gitpod: Boolean
1652
+ disk: DiskInfo
1652
1653
  }
1653
1654
 
1654
1655
  type NodeHistoryItem {
1655
- date: Uint64
1656
- cpu: Uint64
1657
- mem: Uint64
1658
- daemonMem: Uint64
1659
- serviceMem: Uint64
1660
- hubMem: Uint64
1656
+ date: Uint64
1657
+ cpu: Uint64
1658
+ mem: Uint64
1659
+ daemonMem: Uint64
1660
+ serviceMem: Uint64
1661
+ hubMem: Uint64
1661
1662
  }
1662
1663
 
1663
1664
  type NodeRouting {
1664
- provider: String
1665
- snapshotHash: String
1666
- adminPath: String
1667
- requestLimit: RequestLimit
1668
- cacheEnabled: Boolean
1665
+ provider: String
1666
+ snapshotHash: String
1667
+ adminPath: String
1668
+ requestLimit: RequestLimit
1669
+ cacheEnabled: Boolean
1669
1670
  }
1670
1671
 
1671
1672
  type NodeRuntimeConfig {
1672
- blockletMaxMemoryLimit: Uint32
1673
- daemonMaxMemoryLimit: Uint32
1674
- proxyMaxMemoryLimit: Uint32
1673
+ blockletMaxMemoryLimit: Uint32
1674
+ daemonMaxMemoryLimit: Uint32
1675
+ proxyMaxMemoryLimit: Uint32
1675
1676
  }
1676
1677
 
1677
1678
  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
1679
+ did: String
1680
+ pk: String
1681
+ version: String
1682
+ name: String
1683
+ description: String
1684
+ port: String
1685
+ initialized: Boolean
1686
+ nodeOwner: WalletInfo
1687
+ createdAt: Uint32
1688
+ startedAt: Uint32
1689
+ initializedAt: Uint32
1690
+ mode: String
1691
+ routing: NodeRouting
1692
+ environments: [ConfigEntry!]
1693
+ uptime: Float32
1694
+ autoUpgrade: Boolean
1695
+ nextVersion: String
1696
+ upgradeSessionId: String
1697
+ registerUrl: String
1698
+ enableWelcomePage: Boolean
1699
+ webWalletUrl: String
1700
+ blockletRegistryList: [BlockletStore!]
1701
+ ownerNft: OwnerNft
1702
+ diskAlertThreshold: Uint32
1703
+ trustedPassports: [TrustedPassport!]
1704
+ launcher: LauncherInfo
1705
+ enablePassportIssuance: Boolean
1706
+ didRegistry: String
1707
+ didDomain: String
1708
+ status: Uint32
1709
+ trustedFactories: [TrustedFactory!]
1710
+ enableBetaRelease: Boolean
1711
+ runtimeConfig: NodeRuntimeConfig
1712
+ nftDomainUrl: String
1713
+ enableFileSystemIsolation: Boolean
1713
1714
  }
1714
1715
 
1715
1716
  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
1717
+ sender: String
1718
+ receiver: String
1719
+ title: String
1720
+ description: String
1721
+ action: String
1722
+ entityType: String
1723
+ entityId: String
1724
+ read: Boolean
1725
+ createdAt: Uint32
1726
+ updatedAt: Uint32
1727
+ id: String
1728
+ severity: String
1728
1729
  }
1729
1730
 
1730
1731
  type OptionalComponentState {
1731
- logoUrl: String
1732
- dependencies: [OptionalDependencies!]
1733
- meta: BlockletMeta
1732
+ logoUrl: String
1733
+ dependencies: [OptionalDependencies!]
1734
+ meta: BlockletMeta
1734
1735
  }
1735
1736
 
1736
1737
  type OptionalDependencies {
1737
- parentDid: String
1738
- parentName: String
1739
- parentTitle: String
1740
- mountPoint: String
1741
- required: Boolean
1738
+ parentDid: String
1739
+ parentName: String
1740
+ parentTitle: String
1741
+ mountPoint: String
1742
+ required: Boolean
1742
1743
  }
1743
1744
 
1744
1745
  type OwnerNft {
1745
- did: String
1746
- holder: String
1747
- issuer: String
1748
- launcherSessionId: String
1746
+ did: String
1747
+ holder: String
1748
+ issuer: String
1749
+ launcherSessionId: String
1749
1750
  }
1750
1751
 
1751
1752
  type Paging {
1752
- total: Uint32
1753
- pageSize: Uint32
1754
- pageCount: Uint32
1755
- page: Uint32
1753
+ total: Uint32
1754
+ pageSize: Uint32
1755
+ pageCount: Uint32
1756
+ page: Uint32
1756
1757
  }
1757
1758
 
1758
1759
  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
1760
+ id: String
1761
+ name: String
1762
+ title: String
1763
+ issuer: Issuer
1764
+ type: [String!]
1765
+ issuanceDate: Uint32
1766
+ expirationDate: Uint32
1767
+ status: String
1768
+ role: String
1769
+ lastLoginAt: Uint32
1769
1770
  }
1770
1771
 
1771
1772
  type PassportIssuanceInfo {
1772
- id: String
1773
- name: String
1774
- title: String
1775
- expireDate: String
1776
- teamDid: String
1777
- ownerDid: String
1773
+ id: String
1774
+ name: String
1775
+ title: String
1776
+ expireDate: String
1777
+ teamDid: String
1778
+ ownerDid: String
1778
1779
  }
1779
1780
 
1780
1781
  type Permission {
1781
- name: String
1782
- description: String
1783
- isProtected: Boolean
1782
+ name: String
1783
+ description: String
1784
+ isProtected: Boolean
1784
1785
  }
1785
1786
 
1786
1787
  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
1788
+ id: String
1789
+ type: PublishType
1790
+ blockletDid: String
1791
+ blockletVersion: String
1792
+ blockletTitle: String
1793
+ blockletDescription: String
1794
+ blockletLogo: String
1795
+ blockletIntroduction: String
1796
+ blockletScreenshots: [String!]
1797
+ createdAt: String
1798
+ updatedAt: String
1799
+ componentDid: String
1800
+ lastReleaseId: String
1801
+ lastReleaseFiles: [String!]
1802
+ connectedStores: [ConnectedStore!]
1803
+ tenantScope: String
1804
+ createdBy: String
1805
+ autoUpload: Boolean
1806
+ possibleSameStore: Boolean
1806
1807
  }
1807
1808
 
1808
1809
  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
1810
+ id: String
1811
+ projectId: String
1812
+ blockletDid: String
1813
+ blockletVersion: String
1814
+ blockletTitle: String
1815
+ blockletDescription: String
1816
+ blockletLogo: String
1817
+ blockletIntroduction: String
1818
+ blockletScreenshots: [String!]
1819
+ note: String
1820
+ files: [String!]
1821
+ status: ReleaseStatus
1822
+ createdAt: String
1823
+ updatedAt: String
1824
+ blockletComponents: [ReleaseComponent!]
1825
+ publishedStoreIds: [String!]
1826
+ uploadedResource: String
1826
1827
  }
1827
1828
 
1828
1829
  type ReleaseComponent {
1829
- did: String
1830
- required: Boolean
1830
+ did: String
1831
+ required: Boolean
1831
1832
  }
1832
1833
 
1833
1834
  type RequestLimit {
1834
- enabled: Boolean
1835
- rate: Uint32
1836
- ipHeader: String
1835
+ enabled: Boolean
1836
+ rate: Uint32
1837
+ ipHeader: String
1837
1838
  }
1838
1839
 
1839
1840
  type Requirement {
1840
- server: String
1841
- os: Any
1842
- cpu: Any
1843
- fuels: [Fuel!]
1841
+ server: String
1842
+ os: Any
1843
+ cpu: Any
1844
+ fuels: [Fuel!]
1844
1845
  }
1845
1846
 
1846
1847
  type ResponseAccessKeys {
1847
- code: StatusCode
1848
- list: [AccessKey!]
1848
+ code: StatusCode
1849
+ list: [AccessKey!]
1849
1850
  }
1850
1851
 
1851
1852
  type ResponseAddLetsEncryptCert {
1852
- code: StatusCode
1853
+ code: StatusCode
1853
1854
  }
1854
1855
 
1855
1856
  type ResponseAddNginxHttpsCert {
1856
- code: StatusCode
1857
+ code: StatusCode
1857
1858
  }
1858
1859
 
1859
1860
  type ResponseBlocklet {
1860
- code: StatusCode
1861
- blocklet: BlockletState
1861
+ code: StatusCode
1862
+ blocklet: BlockletState
1862
1863
  }
1863
1864
 
1864
1865
  type ResponseBlockletDiff {
1865
- code: StatusCode
1866
- blockletDiff: BlockletDiff
1866
+ code: StatusCode
1867
+ blockletDiff: BlockletDiff
1867
1868
  }
1868
1869
 
1869
1870
  type ResponseBlockletMeta {
1870
- code: StatusCode
1871
- meta: Any
1871
+ code: StatusCode
1872
+ meta: Any
1872
1873
  }
1873
1874
 
1874
1875
  type ResponseBlockletMetaFromUrl {
1875
- code: StatusCode
1876
- meta: BlockletMeta
1877
- isFree: Boolean
1878
- inStore: Boolean
1879
- registryUrl: String
1876
+ code: StatusCode
1877
+ meta: BlockletMeta
1878
+ isFree: Boolean
1879
+ inStore: Boolean
1880
+ registryUrl: String
1880
1881
  }
1881
1882
 
1882
1883
  type ResponseBlockletRuntimeHistory {
1883
- code: StatusCode
1884
- history: [BlockletHistoryItem!]
1884
+ code: StatusCode
1885
+ history: [BlockletHistoryItem!]
1885
1886
  }
1886
1887
 
1887
1888
  type ResponseBlockletsFromBackup {
1888
- code: StatusCode
1889
- backups: [BlockletBackupState!]
1889
+ code: StatusCode
1890
+ backups: [BlockletBackupState!]
1890
1891
  }
1891
1892
 
1892
1893
  type ResponseCheckComponentsForUpdates {
1893
- code: StatusCode
1894
- preUpdateInfo: BlockletPreUpdateInfo
1894
+ code: StatusCode
1895
+ preUpdateInfo: BlockletPreUpdateInfo
1895
1896
  }
1896
1897
 
1897
1898
  type ResponseCheckDomains {
1898
- code: StatusCode
1899
+ code: StatusCode
1899
1900
  }
1900
1901
 
1901
1902
  type ResponseCheckNodeVersion {
1902
- code: StatusCode
1903
- version: String
1903
+ code: StatusCode
1904
+ version: String
1904
1905
  }
1905
1906
 
1906
1907
  type ResponseClearCache {
1907
- code: StatusCode
1908
- removed: [String!]
1908
+ code: StatusCode
1909
+ removed: [String!]
1909
1910
  }
1910
1911
 
1911
1912
  type ResponseConnectByStudio {
1912
- code: StatusCode
1913
- url: String
1913
+ code: StatusCode
1914
+ url: String
1914
1915
  }
1915
1916
 
1916
1917
  type ResponseConnectToStore {
1917
- code: StatusCode
1918
- url: String
1918
+ code: StatusCode
1919
+ url: String
1919
1920
  }
1920
1921
 
1921
1922
  type ResponseCreateAccessKey {
1922
- code: StatusCode
1923
- data: CreateAccessKey
1923
+ code: StatusCode
1924
+ data: CreateAccessKey
1924
1925
  }
1925
1926
 
1926
1927
  type ResponseCreateInvitation {
1927
- code: StatusCode
1928
- inviteInfo: InviteInfo
1928
+ code: StatusCode
1929
+ inviteInfo: InviteInfo
1929
1930
  }
1930
1931
 
1931
1932
  type ResponseCreatePassportIssuance {
1932
- code: StatusCode
1933
- info: PassportIssuanceInfo
1933
+ code: StatusCode
1934
+ info: PassportIssuanceInfo
1934
1935
  }
1935
1936
 
1936
1937
  type ResponseCreateTransferNodeInvitation {
1937
- code: StatusCode
1938
- inviteInfo: InviteInfo
1938
+ code: StatusCode
1939
+ inviteInfo: InviteInfo
1939
1940
  }
1940
1941
 
1941
1942
  type ResponseCreateWebHook {
1942
- code: StatusCode
1943
- webhook: WebHookSender
1943
+ code: StatusCode
1944
+ webhook: WebHookSender
1944
1945
  }
1945
1946
 
1946
1947
  type ResponseDelegationState {
1947
- code: StatusCode
1948
- state: DelegationState
1948
+ code: StatusCode
1949
+ state: DelegationState
1949
1950
  }
1950
1951
 
1951
1952
  type ResponseDeleteAccessKey {
1952
- code: StatusCode
1953
+ code: StatusCode
1953
1954
  }
1954
1955
 
1955
1956
  type ResponseDeleteNginxHttpsCert {
1956
- code: StatusCode
1957
+ code: StatusCode
1957
1958
  }
1958
1959
 
1959
1960
  type ResponseDeleteWebHook {
1960
- code: StatusCode
1961
+ code: StatusCode
1961
1962
  }
1962
1963
 
1963
1964
  type ResponseDisconnectFromStore {
1964
- code: StatusCode
1965
+ code: StatusCode
1965
1966
  }
1966
1967
 
1967
1968
  type ResponseFindCertificateByDomain {
1968
- code: StatusCode
1969
- cert: Certificate
1969
+ code: StatusCode
1970
+ cert: Certificate
1970
1971
  }
1971
1972
 
1972
1973
  type ResponseGateway {
1973
- code: StatusCode
1974
- gateway: Gateway
1975
- cacheEnabled: Boolean
1974
+ code: StatusCode
1975
+ gateway: Gateway
1976
+ cacheEnabled: Boolean
1976
1977
  }
1977
1978
 
1978
1979
  type ResponseGetAuditLogs {
1979
- code: StatusCode
1980
- list: [AuditLog!]
1981
- paging: Paging
1980
+ code: StatusCode
1981
+ list: [AuditLog!]
1982
+ paging: Paging
1982
1983
  }
1983
1984
 
1984
1985
  type ResponseGetAutoBackup {
1985
- code: StatusCode
1986
- autoBackup: AutoBackup
1986
+ code: StatusCode
1987
+ autoBackup: AutoBackup
1987
1988
  }
1988
1989
 
1989
1990
  type ResponseGetAutoCheckUpdate {
1990
- code: StatusCode
1991
- autoCheckUpdate: AutoCheckUpdate
1991
+ code: StatusCode
1992
+ autoCheckUpdate: AutoCheckUpdate
1992
1993
  }
1993
1994
 
1994
1995
  type ResponseGetBlockletBackups {
1995
- code: StatusCode
1996
- backups: [Backup!]
1996
+ code: StatusCode
1997
+ backups: [Backup!]
1997
1998
  }
1998
1999
 
1999
2000
  type ResponseGetBlockletNotifications {
2000
- code: StatusCode
2001
- list: [Notification!]
2002
- paging: Paging
2001
+ code: StatusCode
2002
+ list: [Notification!]
2003
+ paging: Paging
2003
2004
  }
2004
2005
 
2005
2006
  type ResponseGetBlockletSpaceGateways {
2006
- code: StatusCode
2007
- spaceGateways: [SpaceGateway!]
2007
+ code: StatusCode
2008
+ spaceGateways: [SpaceGateway!]
2008
2009
  }
2009
2010
 
2010
2011
  type ResponseGetBlocklets {
2011
- code: StatusCode
2012
- blocklets: [BlockletState!]
2012
+ code: StatusCode
2013
+ blocklets: [BlockletState!]
2013
2014
  }
2014
2015
 
2015
2016
  type ResponseGetCertificates {
2016
- code: StatusCode
2017
- certificates: [Certificate!]
2017
+ code: StatusCode
2018
+ certificates: [Certificate!]
2018
2019
  }
2019
2020
 
2020
2021
  type ResponseGetDynamicComponents {
2021
- code: StatusCode
2022
- components: [ComponentState!]
2022
+ code: StatusCode
2023
+ components: [ComponentState!]
2023
2024
  }
2024
2025
 
2025
2026
  type ResponseGetInvitations {
2026
- code: StatusCode
2027
- invitations: [InviteInfo!]
2027
+ code: StatusCode
2028
+ invitations: [InviteInfo!]
2028
2029
  }
2029
2030
 
2030
2031
  type ResponseGetLauncherSession {
2031
- code: StatusCode
2032
- error: String
2033
- launcherSession: Any
2032
+ code: StatusCode
2033
+ error: String
2034
+ launcherSession: Any
2034
2035
  }
2035
2036
 
2036
2037
  type ResponseGetNodeEnv {
2037
- code: StatusCode
2038
- info: NodeEnvInfo
2038
+ code: StatusCode
2039
+ info: NodeEnvInfo
2039
2040
  }
2040
2041
 
2041
2042
  type ResponseGetNodeInfo {
2042
- code: StatusCode
2043
- info: NodeState
2043
+ code: StatusCode
2044
+ info: NodeState
2044
2045
  }
2045
2046
 
2046
2047
  type ResponseGetNotifications {
2047
- code: StatusCode
2048
- list: [Notification!]
2049
- paging: Paging
2048
+ code: StatusCode
2049
+ list: [Notification!]
2050
+ paging: Paging
2050
2051
  }
2051
2052
 
2052
2053
  type ResponseGetPassportIssuances {
2053
- code: StatusCode
2054
- list: [PassportIssuanceInfo!]
2054
+ code: StatusCode
2055
+ list: [PassportIssuanceInfo!]
2055
2056
  }
2056
2057
 
2057
2058
  type ResponseGetProject {
2058
- code: StatusCode
2059
- project: Project
2059
+ code: StatusCode
2060
+ project: Project
2060
2061
  }
2061
2062
 
2062
2063
  type ResponseGetProjects {
2063
- code: StatusCode
2064
- projects: [Project!]
2065
- paging: Paging
2064
+ code: StatusCode
2065
+ projects: [Project!]
2066
+ paging: Paging
2066
2067
  }
2067
2068
 
2068
2069
  type ResponseGetRelease {
2069
- code: StatusCode
2070
- release: Release
2070
+ code: StatusCode
2071
+ release: Release
2071
2072
  }
2072
2073
 
2073
2074
  type ResponseGetReleases {
2074
- code: StatusCode
2075
- releases: [Release!]
2076
- paging: Paging
2075
+ code: StatusCode
2076
+ releases: [Release!]
2077
+ paging: Paging
2077
2078
  }
2078
2079
 
2079
2080
  type ResponseGetRoutingProviders {
2080
- code: StatusCode
2081
- providers: [RoutingProvider!]
2081
+ code: StatusCode
2082
+ providers: [RoutingProvider!]
2082
2083
  }
2083
2084
 
2084
2085
  type ResponseGetRoutingSites {
2085
- code: StatusCode
2086
- sites: [RoutingSite!]
2086
+ code: StatusCode
2087
+ sites: [RoutingSite!]
2087
2088
  }
2088
2089
 
2089
2090
  type ResponseGetRoutingSnapshots {
2090
- code: StatusCode
2091
- snapshots: [RoutingSnapshot!]
2091
+ code: StatusCode
2092
+ snapshots: [RoutingSnapshot!]
2092
2093
  }
2093
2094
 
2094
2095
  type ResponseGetSelectedResources {
2095
- code: StatusCode
2096
- resources: [String!]
2096
+ code: StatusCode
2097
+ resources: [String!]
2097
2098
  }
2098
2099
 
2099
2100
  type ResponseGetSession {
2100
- code: StatusCode
2101
- session: Any
2101
+ code: StatusCode
2102
+ session: Any
2102
2103
  }
2103
2104
 
2104
2105
  type ResponseGetSnapshotSites {
2105
- code: StatusCode
2106
- sites: [RoutingSite!]
2106
+ code: StatusCode
2107
+ sites: [RoutingSite!]
2107
2108
  }
2108
2109
 
2109
2110
  type ResponseGetTrafficInsights {
2110
- code: StatusCode
2111
- list: [TrafficInsight!]
2112
- paging: Paging
2111
+ code: StatusCode
2112
+ list: [TrafficInsight!]
2113
+ paging: Paging
2113
2114
  }
2114
2115
 
2115
2116
  type ResponseGetUsersCount {
2116
- code: StatusCode
2117
- count: Uint32
2117
+ code: StatusCode
2118
+ count: Uint32
2118
2119
  }
2119
2120
 
2120
2121
  type ResponseGetUsersCountPerRole {
2121
- code: StatusCode
2122
- counts: [KeyValue!]
2122
+ code: StatusCode
2123
+ counts: [KeyValue!]
2123
2124
  }
2124
2125
 
2125
2126
  type ResponseIsDidDomain {
2126
- code: StatusCode
2127
- value: Boolean
2127
+ code: StatusCode
2128
+ value: Boolean
2128
2129
  }
2129
2130
 
2130
2131
  type ResponseNodeRuntimeHistory {
2131
- code: StatusCode
2132
- history: [NodeHistoryItem!]
2132
+ code: StatusCode
2133
+ history: [NodeHistoryItem!]
2133
2134
  }
2134
2135
 
2135
2136
  type ResponsePermission {
2136
- code: StatusCode
2137
- permission: Permission
2137
+ code: StatusCode
2138
+ permission: Permission
2138
2139
  }
2139
2140
 
2140
2141
  type ResponsePermissions {
2141
- code: StatusCode
2142
- permissions: [Permission!]
2142
+ code: StatusCode
2143
+ permissions: [Permission!]
2143
2144
  }
2144
2145
 
2145
2146
  type ResponseProject {
2146
- code: StatusCode
2147
- project: Project
2147
+ code: StatusCode
2148
+ project: Project
2148
2149
  }
2149
2150
 
2150
2151
  type ResponsePublishToStore {
2151
- code: StatusCode
2152
- url: String
2152
+ code: StatusCode
2153
+ url: String
2153
2154
  }
2154
2155
 
2155
2156
  type ResponseReadBlockletNotifications {
2156
- code: StatusCode
2157
- numAffected: Int32
2157
+ code: StatusCode
2158
+ numAffected: Int32
2158
2159
  }
2159
2160
 
2160
2161
  type ResponseReadNotifications {
2161
- code: StatusCode
2162
- numAffected: Int32
2162
+ code: StatusCode
2163
+ numAffected: Int32
2163
2164
  }
2164
2165
 
2165
2166
  type ResponseRelease {
2166
- code: StatusCode
2167
- release: Release
2167
+ code: StatusCode
2168
+ release: Release
2168
2169
  }
2169
2170
 
2170
2171
  type ResponseResetNode {
2171
- code: StatusCode
2172
+ code: StatusCode
2172
2173
  }
2173
2174
 
2174
2175
  type ResponseRestartServer {
2175
- code: StatusCode
2176
- sessionId: String
2176
+ code: StatusCode
2177
+ sessionId: String
2177
2178
  }
2178
2179
 
2179
2180
  type ResponseRole {
2180
- code: StatusCode
2181
- role: Role
2181
+ code: StatusCode
2182
+ role: Role
2182
2183
  }
2183
2184
 
2184
2185
  type ResponseRoles {
2185
- code: StatusCode
2186
- roles: [Role!]
2186
+ code: StatusCode
2187
+ roles: [Role!]
2187
2188
  }
2188
2189
 
2189
2190
  type ResponseRoutingSite {
2190
- code: StatusCode
2191
- site: RoutingSite
2191
+ code: StatusCode
2192
+ site: RoutingSite
2192
2193
  }
2193
2194
 
2194
2195
  type ResponseSendMsg {
2195
- code: StatusCode
2196
+ code: StatusCode
2196
2197
  }
2197
2198
 
2198
2199
  type ResponseSenderList {
2199
- code: StatusCode
2200
- senders: [WebHookSender!]
2200
+ code: StatusCode
2201
+ senders: [WebHookSender!]
2201
2202
  }
2202
2203
 
2203
2204
  type ResponseTag {
2204
- code: StatusCode
2205
- tag: Tag
2205
+ code: StatusCode
2206
+ tag: Tag
2206
2207
  }
2207
2208
 
2208
2209
  type ResponseTags {
2209
- code: StatusCode
2210
- tags: [Tag!]
2211
- paging: Paging
2210
+ code: StatusCode
2211
+ tags: [Tag!]
2212
+ paging: Paging
2212
2213
  }
2213
2214
 
2214
2215
  type ResponseTakeRoutingSnapshot {
2215
- code: StatusCode
2216
- hash: String
2216
+ code: StatusCode
2217
+ hash: String
2217
2218
  }
2218
2219
 
2219
2220
  type ResponseUpdateAccessKey {
2220
- code: StatusCode
2221
- data: AccessKey
2221
+ code: StatusCode
2222
+ data: AccessKey
2222
2223
  }
2223
2224
 
2224
2225
  type ResponseUpdateNginxHttpsCert {
2225
- code: StatusCode
2226
+ code: StatusCode
2226
2227
  }
2227
2228
 
2228
2229
  type ResponseUpgradeNodeVersion {
2229
- code: StatusCode
2230
- sessionId: String
2230
+ code: StatusCode
2231
+ sessionId: String
2231
2232
  }
2232
2233
 
2233
2234
  type ResponseUser {
2234
- code: StatusCode
2235
- user: UserInfo
2235
+ code: StatusCode
2236
+ user: UserInfo
2236
2237
  }
2237
2238
 
2238
2239
  type ResponseUsers {
2239
- code: StatusCode
2240
- users: [UserInfo!]
2241
- paging: Paging
2240
+ code: StatusCode
2241
+ users: [UserInfo!]
2242
+ paging: Paging
2242
2243
  }
2243
2244
 
2244
2245
  type ResponseWebHooks {
2245
- code: StatusCode
2246
- webhooks: [WebHook!]
2246
+ code: StatusCode
2247
+ webhooks: [WebHook!]
2247
2248
  }
2248
2249
 
2249
2250
  type Role {
2250
- name: String
2251
- description: String
2252
- grants: [String!]
2253
- title: String
2254
- isProtected: Boolean
2255
- extra: Any
2251
+ name: String
2252
+ description: String
2253
+ grants: [String!]
2254
+ title: String
2255
+ isProtected: Boolean
2256
+ extra: Any
2256
2257
  }
2257
2258
 
2258
2259
  type RoutingProvider {
2259
- name: String
2260
- description: String
2261
- running: Boolean
2262
- available: Boolean
2263
- error: String
2260
+ name: String
2261
+ description: String
2262
+ running: Boolean
2263
+ available: Boolean
2264
+ error: String
2264
2265
  }
2265
2266
 
2266
2267
  type RoutingRule {
2267
- id: String
2268
- from: RoutingRuleFrom
2269
- to: RoutingRuleTo
2270
- isProtected: Boolean
2268
+ id: String
2269
+ from: RoutingRuleFrom
2270
+ to: RoutingRuleTo
2271
+ isProtected: Boolean
2271
2272
  }
2272
2273
 
2273
2274
  type RoutingRuleFrom {
2274
- pathPrefix: String
2275
- header: [RoutingRuleHeader!]
2275
+ pathPrefix: String
2276
+ header: [RoutingRuleHeader!]
2276
2277
  }
2277
2278
 
2278
2279
  type RoutingRuleHeader {
2279
- key: String
2280
- value: String
2281
- type: HeaderMatchType
2280
+ key: String
2281
+ value: String
2282
+ type: HeaderMatchType
2282
2283
  }
2283
2284
 
2284
2285
  type RoutingRuleResponse {
2285
- status: Uint32
2286
- contentType: String
2287
- body: String
2286
+ status: Uint32
2287
+ contentType: String
2288
+ body: String
2288
2289
  }
2289
2290
 
2290
2291
  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
2292
+ port: Uint32
2293
+ type: BackendServiceType
2294
+ did: String
2295
+ url: String
2296
+ redirectCode: Int32
2297
+ interfaceName: String
2298
+ componentId: String
2299
+ pageGroup: String
2300
+ response: RoutingRuleResponse
2300
2301
  }
2301
2302
 
2302
2303
  type RoutingSite {
2303
- id: String
2304
- domain: String
2305
- domainAliases: [Any!]
2306
- rules: [RoutingRule!]
2307
- isProtected: Boolean
2308
- corsAllowedOrigins: [String!]
2304
+ id: String
2305
+ domain: String
2306
+ domainAliases: [Any!]
2307
+ rules: [RoutingRule!]
2308
+ isProtected: Boolean
2309
+ corsAllowedOrigins: [String!]
2309
2310
  }
2310
2311
 
2311
2312
  type RoutingSnapshot {
2312
- hash: String
2313
- tree: String
2314
- message: String
2315
- author: String
2316
- createdAt: Uint32
2313
+ hash: String
2314
+ tree: String
2315
+ message: String
2316
+ author: String
2317
+ createdAt: Uint32
2317
2318
  }
2318
2319
 
2319
2320
  type RuntimeInfo {
2320
- pid: String
2321
- port: String
2322
- uptime: String
2323
- memoryUsage: Float32
2324
- cpuUsage: Float32
2321
+ pid: String
2322
+ port: String
2323
+ uptime: String
2324
+ memoryUsage: Float32
2325
+ cpuUsage: Float32
2325
2326
  }
2326
2327
 
2327
2328
  type SessionConfig {
2328
- cacheTtl: Uint32
2329
- ttl: Uint32
2329
+ cacheTtl: Uint32
2330
+ ttl: Uint32
2330
2331
  }
2331
2332
 
2332
2333
  type SimpleBlockletMeta {
2333
- did: String
2334
- name: String
2335
- version: String
2336
- description: String
2337
- title: String
2338
- bundleDid: String
2339
- bundleName: String
2334
+ did: String
2335
+ name: String
2336
+ version: String
2337
+ description: String
2338
+ title: String
2339
+ bundleDid: String
2340
+ bundleName: String
2340
2341
  }
2341
2342
 
2342
2343
  type SimpleBlockletState {
2343
- meta: SimpleBlockletMeta
2344
- status: BlockletStatus
2345
- deployedFrom: String
2346
- mountPoint: String
2347
- deletedAt: Uint32
2344
+ meta: SimpleBlockletMeta
2345
+ status: BlockletStatus
2346
+ deployedFrom: String
2347
+ mountPoint: String
2348
+ deletedAt: Uint32
2348
2349
  }
2349
2350
 
2350
2351
  type SpaceGateway {
2351
- name: String
2352
- url: String
2353
- protected: String
2354
- endpoint: String
2355
- did: String
2352
+ name: String
2353
+ url: String
2354
+ protected: String
2355
+ endpoint: String
2356
+ did: String
2356
2357
  }
2357
2358
 
2358
2359
  type Tag {
2359
- id: Uint32
2360
- title: String
2361
- description: String
2362
- color: String
2363
- createdAt: Uint32
2364
- updatedAt: Uint32
2360
+ id: Uint32
2361
+ title: String
2362
+ description: String
2363
+ color: String
2364
+ createdAt: Uint32
2365
+ updatedAt: Uint32
2365
2366
  }
2366
2367
 
2367
2368
  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
2369
+ did: String
2370
+ date: String
2371
+ totalRequests: Uint32
2372
+ validRequests: Uint32
2373
+ failedRequests: Uint32
2374
+ generationTime: Uint32
2375
+ uniqueVisitors: Uint32
2376
+ uniqueFiles: Uint32
2377
+ excludedHits: Uint32
2378
+ uniqueReferrers: Uint32
2379
+ uniqueNotFound: Uint32
2380
+ uniqueStaticFiles: Uint32
2381
+ logSize: Uint32
2382
+ bandwidth: Uint32
2382
2383
  }
2383
2384
 
2384
2385
  type TrustedFactory {
2385
- holderDid: String
2386
- issuerDid: String
2387
- factoryAddress: String
2388
- remark: String
2389
- passport: TrustedPassportMappingTo
2386
+ holderDid: String
2387
+ issuerDid: String
2388
+ factoryAddress: String
2389
+ remark: String
2390
+ passport: TrustedPassportMappingTo
2390
2391
  }
2391
2392
 
2392
2393
  type TrustedPassport {
2393
- issuerDid: String
2394
- remark: String
2395
- mappings: [TrustedPassportMapping!]
2394
+ issuerDid: String
2395
+ remark: String
2396
+ mappings: [TrustedPassportMapping!]
2396
2397
  }
2397
2398
 
2398
2399
  type TrustedPassportMapping {
2399
- from: TrustedPassportMappingFrom
2400
- to: TrustedPassportMappingTo
2400
+ from: TrustedPassportMappingFrom
2401
+ to: TrustedPassportMappingTo
2401
2402
  }
2402
2403
 
2403
2404
  type TrustedPassportMappingFrom {
2404
- passport: String
2405
+ passport: String
2405
2406
  }
2406
2407
 
2407
2408
  type TrustedPassportMappingTo {
2408
- role: String
2409
- ttl: String
2410
- ttlPolicy: String
2409
+ role: String
2410
+ ttl: String
2411
+ ttlPolicy: String
2411
2412
  }
2412
2413
 
2413
2414
  type UpdateList {
2414
- id: String
2415
- meta: BlockletMeta
2415
+ id: String
2416
+ meta: BlockletMeta
2416
2417
  }
2417
2418
 
2418
2419
  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
2420
+ did: String
2421
+ pk: String
2422
+ role: String
2423
+ avatar: String
2424
+ fullName: String
2425
+ email: String
2426
+ approved: Boolean
2427
+ createdAt: Uint32
2428
+ updatedAt: Uint32
2429
+ locale: String
2430
+ passports: [Passport!]
2431
+ firstLoginAt: Uint32
2432
+ lastLoginAt: Uint32
2433
+ remark: String
2434
+ lastLoginIp: String
2435
+ sourceProvider: String
2436
+ sourceAppPid: String
2437
+ connectedAccounts: [ConnectedAccount!]
2438
+ extra: Any
2439
+ tags: [Tag!]
2440
+ didSpace: Any
2441
+ userSessions: [UserSession!]
2442
+ url: String
2442
2443
  }
2443
2444
 
2444
2445
  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
2446
+ id: String
2447
+ visitorId: String
2448
+ appPid: String
2449
+ userDid: String
2450
+ ua: String
2451
+ passportId: String
2452
+ status: String
2453
+ lastLoginIp: String
2454
+ extra: Any
2455
+ createdAt: Uint32
2456
+ updatedAt: Uint32
2456
2457
  }
2457
2458
 
2458
2459
  type WalletInfo {
2459
- did: String
2460
- pk: String
2460
+ did: String
2461
+ pk: String
2461
2462
  }
2462
2463
 
2463
2464
  type WebHook {
2464
- type: SenderType
2465
- id: String
2466
- params: [WebHookParam!]
2467
- createdAt: Uint32
2468
- updatedAt: Uint32
2465
+ type: SenderType
2466
+ id: String
2467
+ params: [WebHookParam!]
2468
+ createdAt: Uint32
2469
+ updatedAt: Uint32
2469
2470
  }
2470
2471
 
2471
2472
  type WebHookParam {
2472
- name: String
2473
- description: String
2474
- required: Boolean
2475
- defaultValue: String
2476
- value: String
2477
- type: String
2473
+ name: String
2474
+ description: String
2475
+ required: Boolean
2476
+ defaultValue: String
2477
+ value: String
2478
+ type: String
2478
2479
  }
2479
2480
 
2480
2481
  type WebHookSender {
2481
- type: SenderType
2482
- title: String
2483
- description: String
2484
- params: [WebHookParam!]
2482
+ type: SenderType
2483
+ title: String
2484
+ description: String
2485
+ params: [WebHookParam!]
2485
2486
  }
2486
2487
 
2487
2488
  enum BackendServiceType {