@abtnode/schema 1.17.8-beta-20260106-113136-b3c09e14 → 1.17.8-beta-20260108-021819-e099f0ca
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 +7 -0
- package/lib/schema.graphqls +7 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -588,6 +588,11 @@ input RequestConfigDidConnectInput {
|
|
|
588
588
|
didConnect: String
|
|
589
589
|
}
|
|
590
590
|
|
|
591
|
+
input RequestConfigDidConnectActionsInput {
|
|
592
|
+
did: String
|
|
593
|
+
actionConfig: String
|
|
594
|
+
}
|
|
595
|
+
|
|
591
596
|
input RequestConfigNavigationsInput {
|
|
592
597
|
did: String
|
|
593
598
|
navigations: [ConfigNavigationInput!]
|
|
@@ -2322,6 +2327,7 @@ type BlockletSettings {
|
|
|
2322
2327
|
org: OrgSettings
|
|
2323
2328
|
didConnect: Any
|
|
2324
2329
|
oauth: Any
|
|
2330
|
+
actionConfig: Any
|
|
2325
2331
|
}
|
|
2326
2332
|
|
|
2327
2333
|
type BlockletState {
|
|
@@ -4318,6 +4324,7 @@ type Mutation {
|
|
|
4318
4324
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
4319
4325
|
configAuthentication(input: RequestConfigAuthenticationInput): ResponseBlocklet
|
|
4320
4326
|
configDidConnect(input: RequestConfigDidConnectInput): ResponseBlocklet
|
|
4327
|
+
configDidConnectActions(input: RequestConfigDidConnectActionsInput): ResponseBlocklet
|
|
4321
4328
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
4322
4329
|
configVault(input: RequestConfigVaultInput): ResponseConfigVault
|
|
4323
4330
|
sendEmail(input: RequestSendEmailInput): GeneralResponse
|
package/lib/schema.graphqls
CHANGED
|
@@ -588,6 +588,11 @@ input RequestConfigDidConnectInput {
|
|
|
588
588
|
didConnect: String
|
|
589
589
|
}
|
|
590
590
|
|
|
591
|
+
input RequestConfigDidConnectActionsInput {
|
|
592
|
+
did: String
|
|
593
|
+
actionConfig: String
|
|
594
|
+
}
|
|
595
|
+
|
|
591
596
|
input RequestConfigNavigationsInput {
|
|
592
597
|
did: String
|
|
593
598
|
navigations: [ConfigNavigationInput!]
|
|
@@ -2322,6 +2327,7 @@ type BlockletSettings {
|
|
|
2322
2327
|
org: OrgSettings
|
|
2323
2328
|
didConnect: Any
|
|
2324
2329
|
oauth: Any
|
|
2330
|
+
actionConfig: Any
|
|
2325
2331
|
}
|
|
2326
2332
|
|
|
2327
2333
|
type BlockletState {
|
|
@@ -4320,6 +4326,7 @@ type Mutation {
|
|
|
4320
4326
|
configNavigations(input: RequestConfigNavigationsInput): ResponseBlocklet
|
|
4321
4327
|
configAuthentication(input: RequestConfigAuthenticationInput): ResponseBlocklet
|
|
4322
4328
|
configDidConnect(input: RequestConfigDidConnectInput): ResponseBlocklet
|
|
4329
|
+
configDidConnectActions(input: RequestConfigDidConnectActionsInput): ResponseBlocklet
|
|
4323
4330
|
configNotification(input: RequestConfigNotificationInput): ResponseBlocklet
|
|
4324
4331
|
configVault(input: RequestConfigVaultInput): ResponseConfigVault
|
|
4325
4332
|
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.8-beta-
|
|
6
|
+
"version": "1.17.8-beta-20260108-021819-e099f0ca",
|
|
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": "88c2e45e1c1d2d636bb240bf4d9c05dbabe7b5a8",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|