@abtnode/schema 1.17.7-beta-20251225-073259-cb6ecf68 → 1.17.7-beta-20251229-085620-84f09930
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 +42 -68
- package/lib/schema.graphqls +42 -68
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -572,11 +572,22 @@ input RequestComponentsInput {
|
|
|
572
572
|
componentDids: [String!]
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
+
input RequestConfigAuthenticationInput {
|
|
576
|
+
did: String
|
|
577
|
+
authentication: String
|
|
578
|
+
oauth: String
|
|
579
|
+
}
|
|
580
|
+
|
|
575
581
|
input RequestConfigBlockletInput {
|
|
576
582
|
did: [String!]
|
|
577
583
|
configs: [ConfigEntryInput!]
|
|
578
584
|
}
|
|
579
585
|
|
|
586
|
+
input RequestConfigDidConnectInput {
|
|
587
|
+
did: String
|
|
588
|
+
didConnect: String
|
|
589
|
+
}
|
|
590
|
+
|
|
580
591
|
input RequestConfigNavigationsInput {
|
|
581
592
|
did: String
|
|
582
593
|
navigations: [ConfigNavigationInput!]
|
|
@@ -587,11 +598,6 @@ input RequestConfigNotificationInput {
|
|
|
587
598
|
notification: String
|
|
588
599
|
}
|
|
589
600
|
|
|
590
|
-
input RequestConfigOAuthInput {
|
|
591
|
-
did: String
|
|
592
|
-
oauth: String
|
|
593
|
-
}
|
|
594
|
-
|
|
595
601
|
input RequestConfigPassportIssuanceInput {
|
|
596
602
|
teamDid: String
|
|
597
603
|
enable: Boolean
|
|
@@ -959,6 +965,10 @@ input RequestGetBlockletSecurityRulesInput {
|
|
|
959
965
|
input RequestGetBlockletsInput {
|
|
960
966
|
useCache: Boolean
|
|
961
967
|
includeRuntimeInfo: Boolean
|
|
968
|
+
paging: PagingInput
|
|
969
|
+
search: String
|
|
970
|
+
external: Boolean
|
|
971
|
+
sort: SortInput
|
|
962
972
|
}
|
|
963
973
|
|
|
964
974
|
input RequestGetDynamicComponentsInput {
|
|
@@ -1041,10 +1051,6 @@ input RequestGetRoutingSitesInput {
|
|
|
1041
1051
|
snapshotHash: String
|
|
1042
1052
|
}
|
|
1043
1053
|
|
|
1044
|
-
input RequestGetRoutingSnapshotsInput {
|
|
1045
|
-
limit: Int32
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
1054
|
input RequestGetSelectedResourcesInput {
|
|
1049
1055
|
did: String
|
|
1050
1056
|
projectId: String
|
|
@@ -1056,10 +1062,6 @@ input RequestGetSessionInput {
|
|
|
1056
1062
|
id: String
|
|
1057
1063
|
}
|
|
1058
1064
|
|
|
1059
|
-
input RequestGetSnapshotSitesInput {
|
|
1060
|
-
hash: String
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
1065
|
input RequestGetTrafficInsightsInput {
|
|
1064
1066
|
did: String
|
|
1065
1067
|
startDate: String
|
|
@@ -1095,6 +1097,21 @@ input RequestHasPermissionInput {
|
|
|
1095
1097
|
permission: String
|
|
1096
1098
|
}
|
|
1097
1099
|
|
|
1100
|
+
input RequestInstallBlockletInput {
|
|
1101
|
+
type: String
|
|
1102
|
+
did: String
|
|
1103
|
+
storeUrl: String
|
|
1104
|
+
url: String
|
|
1105
|
+
file: Upload
|
|
1106
|
+
diffVersion: String
|
|
1107
|
+
deleteSet: [String!]
|
|
1108
|
+
title: String
|
|
1109
|
+
description: String
|
|
1110
|
+
startImmediately: Boolean
|
|
1111
|
+
appSk: String
|
|
1112
|
+
downloadTokenList: [DownloadTokenInput!]
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1098
1115
|
input RequestInstallComponentInput {
|
|
1099
1116
|
rootDid: String
|
|
1100
1117
|
mountPoint: String
|
|
@@ -1207,12 +1224,6 @@ input RequestMigrateOrgResourceInput {
|
|
|
1207
1224
|
resourceIds: [String!]
|
|
1208
1225
|
}
|
|
1209
1226
|
|
|
1210
|
-
input RequestNodeRoutingInput {
|
|
1211
|
-
provider: String
|
|
1212
|
-
snapshotHash: String
|
|
1213
|
-
forceRepopulate: Boolean
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
1227
|
input RequestNodeRuntimeHistoryInput {
|
|
1217
1228
|
hours: Uint32
|
|
1218
1229
|
}
|
|
@@ -1399,11 +1410,6 @@ input RequestTagsInput {
|
|
|
1399
1410
|
paging: PagingInput
|
|
1400
1411
|
}
|
|
1401
1412
|
|
|
1402
|
-
input RequestTakeRoutingSnapshotInput {
|
|
1403
|
-
dryRun: Boolean
|
|
1404
|
-
message: String
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
1413
|
input RequestTeamPermissionInput {
|
|
1408
1414
|
teamDid: String
|
|
1409
1415
|
permission: PermissionInput
|
|
@@ -1629,20 +1635,6 @@ input RequestVerifyAigneConnectionInput {
|
|
|
1629
1635
|
did: String
|
|
1630
1636
|
}
|
|
1631
1637
|
|
|
1632
|
-
input RequestVersionedBlockletInput {
|
|
1633
|
-
type: String
|
|
1634
|
-
did: String
|
|
1635
|
-
storeUrl: String
|
|
1636
|
-
url: String
|
|
1637
|
-
file: Upload
|
|
1638
|
-
diffVersion: String
|
|
1639
|
-
deleteSet: [String!]
|
|
1640
|
-
title: String
|
|
1641
|
-
description: String
|
|
1642
|
-
startImmediately: Boolean
|
|
1643
|
-
downloadTokenList: [DownloadTokenInput!]
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
1638
|
input RoleUpdateInput {
|
|
1647
1639
|
name: String
|
|
1648
1640
|
title: String
|
|
@@ -1695,6 +1687,11 @@ input SessionConfigInput {
|
|
|
1695
1687
|
enableBlacklist: Boolean
|
|
1696
1688
|
}
|
|
1697
1689
|
|
|
1690
|
+
input SortInput {
|
|
1691
|
+
field: String
|
|
1692
|
+
direction: String
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1698
1695
|
input SpaceGatewayInput {
|
|
1699
1696
|
name: String
|
|
1700
1697
|
url: String
|
|
@@ -2309,7 +2306,7 @@ type BlockletSettings {
|
|
|
2309
2306
|
publicToStore: Boolean
|
|
2310
2307
|
storeList: [BlockletStore!]
|
|
2311
2308
|
navigations: [ConfigNavigation!]
|
|
2312
|
-
|
|
2309
|
+
authentication: Any
|
|
2313
2310
|
trustedFactories: [TrustedFactory!]
|
|
2314
2311
|
notification: Any
|
|
2315
2312
|
session: SessionConfig
|
|
@@ -2323,6 +2320,8 @@ type BlockletSettings {
|
|
|
2323
2320
|
enableSessionHardening: Boolean
|
|
2324
2321
|
aigne: AigneConfig
|
|
2325
2322
|
org: OrgSettings
|
|
2323
|
+
didConnect: Any
|
|
2324
|
+
oauth: Any
|
|
2326
2325
|
}
|
|
2327
2326
|
|
|
2328
2327
|
type BlockletState {
|
|
@@ -3383,6 +3382,7 @@ type ResponseGetBlockletSpaceGateways {
|
|
|
3383
3382
|
type ResponseGetBlocklets {
|
|
3384
3383
|
code: StatusCode
|
|
3385
3384
|
blocklets: [BlockletState!]
|
|
3385
|
+
paging: Paging
|
|
3386
3386
|
}
|
|
3387
3387
|
|
|
3388
3388
|
type ResponseGetCertificates {
|
|
@@ -3481,11 +3481,6 @@ type ResponseGetRoutingSites {
|
|
|
3481
3481
|
sites: [RoutingSite!]
|
|
3482
3482
|
}
|
|
3483
3483
|
|
|
3484
|
-
type ResponseGetRoutingSnapshots {
|
|
3485
|
-
code: StatusCode
|
|
3486
|
-
snapshots: [RoutingSnapshot!]
|
|
3487
|
-
}
|
|
3488
|
-
|
|
3489
3484
|
type ResponseGetSelectedResources {
|
|
3490
3485
|
code: StatusCode
|
|
3491
3486
|
resources: [String!]
|
|
@@ -3496,11 +3491,6 @@ type ResponseGetSession {
|
|
|
3496
3491
|
session: Any
|
|
3497
3492
|
}
|
|
3498
3493
|
|
|
3499
|
-
type ResponseGetSnapshotSites {
|
|
3500
|
-
code: StatusCode
|
|
3501
|
-
sites: [RoutingSite!]
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
3494
|
type ResponseGetTrafficInsights {
|
|
3505
3495
|
code: StatusCode
|
|
3506
3496
|
list: [TrafficInsight!]
|
|
@@ -3706,11 +3696,6 @@ type ResponseTags {
|
|
|
3706
3696
|
paging: Paging
|
|
3707
3697
|
}
|
|
3708
3698
|
|
|
3709
|
-
type ResponseTakeRoutingSnapshot {
|
|
3710
|
-
code: StatusCode
|
|
3711
|
-
hash: String
|
|
3712
|
-
}
|
|
3713
|
-
|
|
3714
3699
|
type ResponseUpdateAccessKey {
|
|
3715
3700
|
code: StatusCode
|
|
3716
3701
|
data: AccessKey
|
|
@@ -3830,14 +3815,6 @@ type RoutingSite {
|
|
|
3830
3815
|
corsAllowedOrigins: [String!]
|
|
3831
3816
|
}
|
|
3832
3817
|
|
|
3833
|
-
type RoutingSnapshot {
|
|
3834
|
-
hash: String
|
|
3835
|
-
tree: String
|
|
3836
|
-
message: String
|
|
3837
|
-
author: String
|
|
3838
|
-
createdAt: Uint32
|
|
3839
|
-
}
|
|
3840
|
-
|
|
3841
3818
|
type RuntimeInfo {
|
|
3842
3819
|
pid: String
|
|
3843
3820
|
port: String
|
|
@@ -4325,7 +4302,7 @@ enum StatusCode {
|
|
|
4325
4302
|
scalar Upload
|
|
4326
4303
|
|
|
4327
4304
|
type Mutation {
|
|
4328
|
-
installBlocklet(input:
|
|
4305
|
+
installBlocklet(input: RequestInstallBlockletInput): ResponseBlocklet
|
|
4329
4306
|
installComponent(input: RequestInstallComponentInput): ResponseBlocklet
|
|
4330
4307
|
startBlocklet(input: RequestComponentsInput): ResponseBlocklet
|
|
4331
4308
|
stopBlocklet(input: RequestComponentsInput): ResponseBlocklet
|
|
@@ -4339,7 +4316,8 @@ type Mutation {
|
|
|
4339
4316
|
configBlocklet(input: RequestConfigBlockletInput): ResponseBlocklet
|
|
4340
4317
|
configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
|
|
4341
4318
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
4342
|
-
|
|
4319
|
+
configAuthentication(input: RequestConfigAuthenticationInput): ResponseBlocklet
|
|
4320
|
+
configDidConnect(input: RequestConfigDidConnectInput): ResponseBlocklet
|
|
4343
4321
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
4344
4322
|
configVault(input: RequestConfigVaultInput): ResponseConfigVault
|
|
4345
4323
|
sendEmail(input: RequestSendEmailInput): GeneralResponse
|
|
@@ -4366,7 +4344,6 @@ type Mutation {
|
|
|
4366
4344
|
updateAutoCheckUpdate(input: RequestUpdateAutoCheckUpdateInput): GeneralResponse
|
|
4367
4345
|
updateBlockletSettings(input: RequestBlockletSettingsInput): GeneralResponse
|
|
4368
4346
|
updateNodeInfo(input: NodeInfoInput): ResponseGetNodeInfo
|
|
4369
|
-
updateNodeRouting(input: RequestNodeRoutingInput): ResponseGetNodeInfo
|
|
4370
4347
|
upgradeNodeVersion(input: RequestUpgradeNodeVersionInput): ResponseUpgradeNodeVersion
|
|
4371
4348
|
restartServer: ResponseRestartServer
|
|
4372
4349
|
resetNode(input: RequestResetNodeInput): ResponseResetNode
|
|
@@ -4420,7 +4397,6 @@ type Mutation {
|
|
|
4420
4397
|
addRoutingRule(input: RequestAddRoutingRuleInput): ResponseRoutingSite
|
|
4421
4398
|
updateRoutingRule(input: RequestUpdateRoutingRuleInput): ResponseRoutingSite
|
|
4422
4399
|
deleteRoutingRule(input: RequestDeleteRoutingRuleInput): ResponseRoutingSite
|
|
4423
|
-
takeRoutingSnapshot(input: RequestTakeRoutingSnapshotInput): ResponseTakeRoutingSnapshot
|
|
4424
4400
|
updateCertificate(input: RequestUpdateNginxHttpsCertInput): ResponseUpdateNginxHttpsCert
|
|
4425
4401
|
addCertificate(input: RequestAddNginxHttpsCertInput): ResponseAddNginxHttpsCert
|
|
4426
4402
|
deleteCertificate(input: RequestDeleteNginxHttpsCertInput): ResponseDeleteNginxHttpsCert
|
|
@@ -4496,8 +4472,6 @@ type Query {
|
|
|
4496
4472
|
getNotificationComponents(input: RequestNotificationComponentsInput): ResponseNotificationComponents
|
|
4497
4473
|
resendNotification(input: RequestResendNotificationInput): ResponseResendNotification
|
|
4498
4474
|
getRoutingSites(input: RequestGetRoutingSitesInput): ResponseGetRoutingSites
|
|
4499
|
-
getRoutingSnapshots(input: RequestGetRoutingSnapshotsInput): ResponseGetRoutingSnapshots
|
|
4500
|
-
getSnapshotSites(input: RequestGetSnapshotSitesInput): ResponseGetSnapshotSites
|
|
4501
4475
|
getRoutingProviders: ResponseGetRoutingProviders
|
|
4502
4476
|
isDidDomain(input: RequestIsDidDomainInput): ResponseIsDidDomain
|
|
4503
4477
|
getCertificates: ResponseGetCertificates
|
package/lib/schema.graphqls
CHANGED
|
@@ -572,11 +572,22 @@ input RequestComponentsInput {
|
|
|
572
572
|
componentDids: [String!]
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
+
input RequestConfigAuthenticationInput {
|
|
576
|
+
did: String
|
|
577
|
+
authentication: String
|
|
578
|
+
oauth: String
|
|
579
|
+
}
|
|
580
|
+
|
|
575
581
|
input RequestConfigBlockletInput {
|
|
576
582
|
did: [String!]
|
|
577
583
|
configs: [ConfigEntryInput!]
|
|
578
584
|
}
|
|
579
585
|
|
|
586
|
+
input RequestConfigDidConnectInput {
|
|
587
|
+
did: String
|
|
588
|
+
didConnect: String
|
|
589
|
+
}
|
|
590
|
+
|
|
580
591
|
input RequestConfigNavigationsInput {
|
|
581
592
|
did: String
|
|
582
593
|
navigations: [ConfigNavigationInput!]
|
|
@@ -587,11 +598,6 @@ input RequestConfigNotificationInput {
|
|
|
587
598
|
notification: String
|
|
588
599
|
}
|
|
589
600
|
|
|
590
|
-
input RequestConfigOAuthInput {
|
|
591
|
-
did: String
|
|
592
|
-
oauth: String
|
|
593
|
-
}
|
|
594
|
-
|
|
595
601
|
input RequestConfigPassportIssuanceInput {
|
|
596
602
|
teamDid: String
|
|
597
603
|
enable: Boolean
|
|
@@ -959,6 +965,10 @@ input RequestGetBlockletSecurityRulesInput {
|
|
|
959
965
|
input RequestGetBlockletsInput {
|
|
960
966
|
useCache: Boolean
|
|
961
967
|
includeRuntimeInfo: Boolean
|
|
968
|
+
paging: PagingInput
|
|
969
|
+
search: String
|
|
970
|
+
external: Boolean
|
|
971
|
+
sort: SortInput
|
|
962
972
|
}
|
|
963
973
|
|
|
964
974
|
input RequestGetDynamicComponentsInput {
|
|
@@ -1041,10 +1051,6 @@ input RequestGetRoutingSitesInput {
|
|
|
1041
1051
|
snapshotHash: String
|
|
1042
1052
|
}
|
|
1043
1053
|
|
|
1044
|
-
input RequestGetRoutingSnapshotsInput {
|
|
1045
|
-
limit: Int32
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
1054
|
input RequestGetSelectedResourcesInput {
|
|
1049
1055
|
did: String
|
|
1050
1056
|
projectId: String
|
|
@@ -1056,10 +1062,6 @@ input RequestGetSessionInput {
|
|
|
1056
1062
|
id: String
|
|
1057
1063
|
}
|
|
1058
1064
|
|
|
1059
|
-
input RequestGetSnapshotSitesInput {
|
|
1060
|
-
hash: String
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
1065
|
input RequestGetTrafficInsightsInput {
|
|
1064
1066
|
did: String
|
|
1065
1067
|
startDate: String
|
|
@@ -1095,6 +1097,21 @@ input RequestHasPermissionInput {
|
|
|
1095
1097
|
permission: String
|
|
1096
1098
|
}
|
|
1097
1099
|
|
|
1100
|
+
input RequestInstallBlockletInput {
|
|
1101
|
+
type: String
|
|
1102
|
+
did: String
|
|
1103
|
+
storeUrl: String
|
|
1104
|
+
url: String
|
|
1105
|
+
file: Upload
|
|
1106
|
+
diffVersion: String
|
|
1107
|
+
deleteSet: [String!]
|
|
1108
|
+
title: String
|
|
1109
|
+
description: String
|
|
1110
|
+
startImmediately: Boolean
|
|
1111
|
+
appSk: String
|
|
1112
|
+
downloadTokenList: [DownloadTokenInput!]
|
|
1113
|
+
}
|
|
1114
|
+
|
|
1098
1115
|
input RequestInstallComponentInput {
|
|
1099
1116
|
rootDid: String
|
|
1100
1117
|
mountPoint: String
|
|
@@ -1207,12 +1224,6 @@ input RequestMigrateOrgResourceInput {
|
|
|
1207
1224
|
resourceIds: [String!]
|
|
1208
1225
|
}
|
|
1209
1226
|
|
|
1210
|
-
input RequestNodeRoutingInput {
|
|
1211
|
-
provider: String
|
|
1212
|
-
snapshotHash: String
|
|
1213
|
-
forceRepopulate: Boolean
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
1227
|
input RequestNodeRuntimeHistoryInput {
|
|
1217
1228
|
hours: Uint32
|
|
1218
1229
|
}
|
|
@@ -1399,11 +1410,6 @@ input RequestTagsInput {
|
|
|
1399
1410
|
paging: PagingInput
|
|
1400
1411
|
}
|
|
1401
1412
|
|
|
1402
|
-
input RequestTakeRoutingSnapshotInput {
|
|
1403
|
-
dryRun: Boolean
|
|
1404
|
-
message: String
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
1413
|
input RequestTeamPermissionInput {
|
|
1408
1414
|
teamDid: String
|
|
1409
1415
|
permission: PermissionInput
|
|
@@ -1629,20 +1635,6 @@ input RequestVerifyAigneConnectionInput {
|
|
|
1629
1635
|
did: String
|
|
1630
1636
|
}
|
|
1631
1637
|
|
|
1632
|
-
input RequestVersionedBlockletInput {
|
|
1633
|
-
type: String
|
|
1634
|
-
did: String
|
|
1635
|
-
storeUrl: String
|
|
1636
|
-
url: String
|
|
1637
|
-
file: Upload
|
|
1638
|
-
diffVersion: String
|
|
1639
|
-
deleteSet: [String!]
|
|
1640
|
-
title: String
|
|
1641
|
-
description: String
|
|
1642
|
-
startImmediately: Boolean
|
|
1643
|
-
downloadTokenList: [DownloadTokenInput!]
|
|
1644
|
-
}
|
|
1645
|
-
|
|
1646
1638
|
input RoleUpdateInput {
|
|
1647
1639
|
name: String
|
|
1648
1640
|
title: String
|
|
@@ -1695,6 +1687,11 @@ input SessionConfigInput {
|
|
|
1695
1687
|
enableBlacklist: Boolean
|
|
1696
1688
|
}
|
|
1697
1689
|
|
|
1690
|
+
input SortInput {
|
|
1691
|
+
field: String
|
|
1692
|
+
direction: String
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1698
1695
|
input SpaceGatewayInput {
|
|
1699
1696
|
name: String
|
|
1700
1697
|
url: String
|
|
@@ -2309,7 +2306,7 @@ type BlockletSettings {
|
|
|
2309
2306
|
publicToStore: Boolean
|
|
2310
2307
|
storeList: [BlockletStore!]
|
|
2311
2308
|
navigations: [ConfigNavigation!]
|
|
2312
|
-
|
|
2309
|
+
authentication: Any
|
|
2313
2310
|
trustedFactories: [TrustedFactory!]
|
|
2314
2311
|
notification: Any
|
|
2315
2312
|
session: SessionConfig
|
|
@@ -2323,6 +2320,8 @@ type BlockletSettings {
|
|
|
2323
2320
|
enableSessionHardening: Boolean
|
|
2324
2321
|
aigne: AigneConfig
|
|
2325
2322
|
org: OrgSettings
|
|
2323
|
+
didConnect: Any
|
|
2324
|
+
oauth: Any
|
|
2326
2325
|
}
|
|
2327
2326
|
|
|
2328
2327
|
type BlockletState {
|
|
@@ -3383,6 +3382,7 @@ type ResponseGetBlockletSpaceGateways {
|
|
|
3383
3382
|
type ResponseGetBlocklets {
|
|
3384
3383
|
code: StatusCode
|
|
3385
3384
|
blocklets: [BlockletState!]
|
|
3385
|
+
paging: Paging
|
|
3386
3386
|
}
|
|
3387
3387
|
|
|
3388
3388
|
type ResponseGetCertificates {
|
|
@@ -3481,11 +3481,6 @@ type ResponseGetRoutingSites {
|
|
|
3481
3481
|
sites: [RoutingSite!]
|
|
3482
3482
|
}
|
|
3483
3483
|
|
|
3484
|
-
type ResponseGetRoutingSnapshots {
|
|
3485
|
-
code: StatusCode
|
|
3486
|
-
snapshots: [RoutingSnapshot!]
|
|
3487
|
-
}
|
|
3488
|
-
|
|
3489
3484
|
type ResponseGetSelectedResources {
|
|
3490
3485
|
code: StatusCode
|
|
3491
3486
|
resources: [String!]
|
|
@@ -3496,11 +3491,6 @@ type ResponseGetSession {
|
|
|
3496
3491
|
session: Any
|
|
3497
3492
|
}
|
|
3498
3493
|
|
|
3499
|
-
type ResponseGetSnapshotSites {
|
|
3500
|
-
code: StatusCode
|
|
3501
|
-
sites: [RoutingSite!]
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
3494
|
type ResponseGetTrafficInsights {
|
|
3505
3495
|
code: StatusCode
|
|
3506
3496
|
list: [TrafficInsight!]
|
|
@@ -3706,11 +3696,6 @@ type ResponseTags {
|
|
|
3706
3696
|
paging: Paging
|
|
3707
3697
|
}
|
|
3708
3698
|
|
|
3709
|
-
type ResponseTakeRoutingSnapshot {
|
|
3710
|
-
code: StatusCode
|
|
3711
|
-
hash: String
|
|
3712
|
-
}
|
|
3713
|
-
|
|
3714
3699
|
type ResponseUpdateAccessKey {
|
|
3715
3700
|
code: StatusCode
|
|
3716
3701
|
data: AccessKey
|
|
@@ -3830,14 +3815,6 @@ type RoutingSite {
|
|
|
3830
3815
|
corsAllowedOrigins: [String!]
|
|
3831
3816
|
}
|
|
3832
3817
|
|
|
3833
|
-
type RoutingSnapshot {
|
|
3834
|
-
hash: String
|
|
3835
|
-
tree: String
|
|
3836
|
-
message: String
|
|
3837
|
-
author: String
|
|
3838
|
-
createdAt: Uint32
|
|
3839
|
-
}
|
|
3840
|
-
|
|
3841
3818
|
type RuntimeInfo {
|
|
3842
3819
|
pid: String
|
|
3843
3820
|
port: String
|
|
@@ -4327,7 +4304,7 @@ enum Upload {
|
|
|
4327
4304
|
}
|
|
4328
4305
|
|
|
4329
4306
|
type Mutation {
|
|
4330
|
-
installBlocklet(input:
|
|
4307
|
+
installBlocklet(input: RequestInstallBlockletInput): ResponseBlocklet
|
|
4331
4308
|
installComponent(input: RequestInstallComponentInput): ResponseBlocklet
|
|
4332
4309
|
startBlocklet(input: RequestComponentsInput): ResponseBlocklet
|
|
4333
4310
|
stopBlocklet(input: RequestComponentsInput): ResponseBlocklet
|
|
@@ -4341,7 +4318,8 @@ type Mutation {
|
|
|
4341
4318
|
configBlocklet(input: RequestConfigBlockletInput): ResponseBlocklet
|
|
4342
4319
|
configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
|
|
4343
4320
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
4344
|
-
|
|
4321
|
+
configAuthentication(input: RequestConfigAuthenticationInput): ResponseBlocklet
|
|
4322
|
+
configDidConnect(input: RequestConfigDidConnectInput): ResponseBlocklet
|
|
4345
4323
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
4346
4324
|
configVault(input: RequestConfigVaultInput): ResponseConfigVault
|
|
4347
4325
|
sendEmail(input: RequestSendEmailInput): GeneralResponse
|
|
@@ -4368,7 +4346,6 @@ type Mutation {
|
|
|
4368
4346
|
updateAutoCheckUpdate(input: RequestUpdateAutoCheckUpdateInput): GeneralResponse
|
|
4369
4347
|
updateBlockletSettings(input: RequestBlockletSettingsInput): GeneralResponse
|
|
4370
4348
|
updateNodeInfo(input: NodeInfoInput): ResponseGetNodeInfo
|
|
4371
|
-
updateNodeRouting(input: RequestNodeRoutingInput): ResponseGetNodeInfo
|
|
4372
4349
|
upgradeNodeVersion(input: RequestUpgradeNodeVersionInput): ResponseUpgradeNodeVersion
|
|
4373
4350
|
restartServer: ResponseRestartServer
|
|
4374
4351
|
resetNode(input: RequestResetNodeInput): ResponseResetNode
|
|
@@ -4422,7 +4399,6 @@ type Mutation {
|
|
|
4422
4399
|
addRoutingRule(input: RequestAddRoutingRuleInput): ResponseRoutingSite
|
|
4423
4400
|
updateRoutingRule(input: RequestUpdateRoutingRuleInput): ResponseRoutingSite
|
|
4424
4401
|
deleteRoutingRule(input: RequestDeleteRoutingRuleInput): ResponseRoutingSite
|
|
4425
|
-
takeRoutingSnapshot(input: RequestTakeRoutingSnapshotInput): ResponseTakeRoutingSnapshot
|
|
4426
4402
|
updateCertificate(input: RequestUpdateNginxHttpsCertInput): ResponseUpdateNginxHttpsCert
|
|
4427
4403
|
addCertificate(input: RequestAddNginxHttpsCertInput): ResponseAddNginxHttpsCert
|
|
4428
4404
|
deleteCertificate(input: RequestDeleteNginxHttpsCertInput): ResponseDeleteNginxHttpsCert
|
|
@@ -4502,8 +4478,6 @@ type Query {
|
|
|
4502
4478
|
getNotificationComponents(input: RequestNotificationComponentsInput): ResponseNotificationComponents
|
|
4503
4479
|
resendNotification(input: RequestResendNotificationInput): ResponseResendNotification
|
|
4504
4480
|
getRoutingSites(input: RequestGetRoutingSitesInput): ResponseGetRoutingSites
|
|
4505
|
-
getRoutingSnapshots(input: RequestGetRoutingSnapshotsInput): ResponseGetRoutingSnapshots
|
|
4506
|
-
getSnapshotSites(input: RequestGetSnapshotSitesInput): ResponseGetSnapshotSites
|
|
4507
4481
|
getRoutingProviders: ResponseGetRoutingProviders
|
|
4508
4482
|
isDidDomain(input: RequestIsDidDomainInput): ResponseIsDidDomain
|
|
4509
4483
|
getCertificates: ResponseGetCertificates
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.17.7-beta-
|
|
6
|
+
"version": "1.17.7-beta-20251229-085620-84f09930",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "Apache-2.0",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "fe2ffc3cf431bbaa89ac802bed793aa1188da4c3",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|