@abtnode/schema 1.17.7-beta-20251224-045844-3c7f459a → 1.17.7-beta-20251227-001958-ea2ba3f5
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 +15 -8
- package/lib/schema.graphqls +14 -7
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -572,11 +572,21 @@ input RequestComponentsInput {
|
|
|
572
572
|
componentDids: [String!]
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
+
input RequestConfigAuthenticationInput {
|
|
576
|
+
did: String
|
|
577
|
+
authentication: String
|
|
578
|
+
}
|
|
579
|
+
|
|
575
580
|
input RequestConfigBlockletInput {
|
|
576
581
|
did: [String!]
|
|
577
582
|
configs: [ConfigEntryInput!]
|
|
578
583
|
}
|
|
579
584
|
|
|
585
|
+
input RequestConfigDidConnectInput {
|
|
586
|
+
did: String
|
|
587
|
+
didConnect: String
|
|
588
|
+
}
|
|
589
|
+
|
|
580
590
|
input RequestConfigNavigationsInput {
|
|
581
591
|
did: String
|
|
582
592
|
navigations: [ConfigNavigationInput!]
|
|
@@ -587,11 +597,6 @@ input RequestConfigNotificationInput {
|
|
|
587
597
|
notification: String
|
|
588
598
|
}
|
|
589
599
|
|
|
590
|
-
input RequestConfigOAuthInput {
|
|
591
|
-
did: String
|
|
592
|
-
oauth: String
|
|
593
|
-
}
|
|
594
|
-
|
|
595
600
|
input RequestConfigPassportIssuanceInput {
|
|
596
601
|
teamDid: String
|
|
597
602
|
enable: Boolean
|
|
@@ -2309,7 +2314,7 @@ type BlockletSettings {
|
|
|
2309
2314
|
publicToStore: Boolean
|
|
2310
2315
|
storeList: [BlockletStore!]
|
|
2311
2316
|
navigations: [ConfigNavigation!]
|
|
2312
|
-
|
|
2317
|
+
authentication: Any
|
|
2313
2318
|
trustedFactories: [TrustedFactory!]
|
|
2314
2319
|
notification: Any
|
|
2315
2320
|
session: SessionConfig
|
|
@@ -2323,6 +2328,7 @@ type BlockletSettings {
|
|
|
2323
2328
|
enableSessionHardening: Boolean
|
|
2324
2329
|
aigne: AigneConfig
|
|
2325
2330
|
org: OrgSettings
|
|
2331
|
+
didConnect: Any
|
|
2326
2332
|
}
|
|
2327
2333
|
|
|
2328
2334
|
type BlockletState {
|
|
@@ -4339,7 +4345,8 @@ type Mutation {
|
|
|
4339
4345
|
configBlocklet(input: RequestConfigBlockletInput): ResponseBlocklet
|
|
4340
4346
|
configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
|
|
4341
4347
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
4342
|
-
|
|
4348
|
+
configAuthentication(input: RequestConfigAuthenticationInput): ResponseBlocklet
|
|
4349
|
+
configDidConnect(input: RequestConfigDidConnectInput): ResponseBlocklet
|
|
4343
4350
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
4344
4351
|
configVault(input: RequestConfigVaultInput): ResponseConfigVault
|
|
4345
4352
|
sendEmail(input: RequestSendEmailInput): GeneralResponse
|
|
@@ -4567,4 +4574,4 @@ type Query {
|
|
|
4567
4574
|
getOrgMembers(input: RequestGetOrgDataInput): ResponseOrgUsers
|
|
4568
4575
|
getOrgInvitableUsers(input: RequestInvitableUsersInput): ResponseUsers
|
|
4569
4576
|
getOrgResource(input: RequestGetOrgResourceInput): ResponseGetOrgResource
|
|
4570
|
-
}`;
|
|
4577
|
+
}`;
|
package/lib/schema.graphqls
CHANGED
|
@@ -572,11 +572,21 @@ input RequestComponentsInput {
|
|
|
572
572
|
componentDids: [String!]
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
+
input RequestConfigAuthenticationInput {
|
|
576
|
+
did: String
|
|
577
|
+
authentication: String
|
|
578
|
+
}
|
|
579
|
+
|
|
575
580
|
input RequestConfigBlockletInput {
|
|
576
581
|
did: [String!]
|
|
577
582
|
configs: [ConfigEntryInput!]
|
|
578
583
|
}
|
|
579
584
|
|
|
585
|
+
input RequestConfigDidConnectInput {
|
|
586
|
+
did: String
|
|
587
|
+
didConnect: String
|
|
588
|
+
}
|
|
589
|
+
|
|
580
590
|
input RequestConfigNavigationsInput {
|
|
581
591
|
did: String
|
|
582
592
|
navigations: [ConfigNavigationInput!]
|
|
@@ -587,11 +597,6 @@ input RequestConfigNotificationInput {
|
|
|
587
597
|
notification: String
|
|
588
598
|
}
|
|
589
599
|
|
|
590
|
-
input RequestConfigOAuthInput {
|
|
591
|
-
did: String
|
|
592
|
-
oauth: String
|
|
593
|
-
}
|
|
594
|
-
|
|
595
600
|
input RequestConfigPassportIssuanceInput {
|
|
596
601
|
teamDid: String
|
|
597
602
|
enable: Boolean
|
|
@@ -2309,7 +2314,7 @@ type BlockletSettings {
|
|
|
2309
2314
|
publicToStore: Boolean
|
|
2310
2315
|
storeList: [BlockletStore!]
|
|
2311
2316
|
navigations: [ConfigNavigation!]
|
|
2312
|
-
|
|
2317
|
+
authentication: Any
|
|
2313
2318
|
trustedFactories: [TrustedFactory!]
|
|
2314
2319
|
notification: Any
|
|
2315
2320
|
session: SessionConfig
|
|
@@ -2323,6 +2328,7 @@ type BlockletSettings {
|
|
|
2323
2328
|
enableSessionHardening: Boolean
|
|
2324
2329
|
aigne: AigneConfig
|
|
2325
2330
|
org: OrgSettings
|
|
2331
|
+
didConnect: Any
|
|
2326
2332
|
}
|
|
2327
2333
|
|
|
2328
2334
|
type BlockletState {
|
|
@@ -4341,7 +4347,8 @@ type Mutation {
|
|
|
4341
4347
|
configBlocklet(input: RequestConfigBlockletInput): ResponseBlocklet
|
|
4342
4348
|
configPublicToStore(input: RequestConfigPublicToStoreInput): ResponseBlocklet
|
|
4343
4349
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
4344
|
-
|
|
4350
|
+
configAuthentication(input: RequestConfigAuthenticationInput): ResponseBlocklet
|
|
4351
|
+
configDidConnect(input: RequestConfigDidConnectInput): ResponseBlocklet
|
|
4345
4352
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
4346
4353
|
configVault(input: RequestConfigVaultInput): ResponseConfigVault
|
|
4347
4354
|
sendEmail(input: RequestSendEmailInput): GeneralResponse
|
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-20251227-001958-ea2ba3f5",
|
|
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": "ec0a542fc2c66f2530d25884b43bddfa28d921a0",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|