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