@abtnode/schema 1.16.31 → 1.16.32-beta-04a5da00

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