@abtnode/schema 1.17.4-beta-20251202-034514-637cd8e2 → 1.17.4-beta-20251202-122551-267b614d

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
@@ -1566,6 +1566,13 @@ input RequestUpdateUserTagsInput {
1566
1566
  tags: [Uint32!]
1567
1567
  }
1568
1568
 
1569
+ input RequestUpdateWebHookStateInput {
1570
+ id: String
1571
+ url: String
1572
+ enabled: Boolean
1573
+ consecutiveFailures: Uint32
1574
+ }
1575
+
1569
1576
  input RequestUpdateWebhookEndpointInput {
1570
1577
  teamDid: String
1571
1578
  id: String
@@ -1908,6 +1915,8 @@ input WebHookParamInput {
1908
1915
  defaultValue: String
1909
1916
  value: String
1910
1917
  type: String
1918
+ enabled: Boolean
1919
+ consecutiveFailures: Uint32
1911
1920
  }
1912
1921
 
1913
1922
  input WebhookEndpointStateInput {
@@ -4073,6 +4082,8 @@ type WebHookParam {
4073
4082
  defaultValue: String
4074
4083
  value: String
4075
4084
  type: String
4085
+ enabled: Boolean
4086
+ consecutiveFailures: Uint32
4076
4087
  }
4077
4088
 
4078
4089
  type WebHookSender {
@@ -4401,6 +4412,7 @@ type Mutation {
4401
4412
  verifyAccessKey(input: RequestVerifyAccessKeyInput): ResponseAccessKey
4402
4413
  createWebHook(input: RequestCreateWebHookInput): ResponseCreateWebHook
4403
4414
  deleteWebHook(input: RequestDeleteWebHookInput): ResponseDeleteWebHook
4415
+ updateWebHookState(input: RequestUpdateWebHookStateInput): ResponseCreateWebhookEndpoint
4404
4416
  createProject(input: RequestCreateProjectInput): ResponseProject
4405
4417
  updateProject(input: RequestUpdateProjectInput): ResponseProject
4406
4418
  deleteProject(input: RequestProjectInput): GeneralResponse
@@ -1566,6 +1566,13 @@ input RequestUpdateUserTagsInput {
1566
1566
  tags: [Uint32!]
1567
1567
  }
1568
1568
 
1569
+ input RequestUpdateWebHookStateInput {
1570
+ id: String
1571
+ url: String
1572
+ enabled: Boolean
1573
+ consecutiveFailures: Uint32
1574
+ }
1575
+
1569
1576
  input RequestUpdateWebhookEndpointInput {
1570
1577
  teamDid: String
1571
1578
  id: String
@@ -1908,6 +1915,8 @@ input WebHookParamInput {
1908
1915
  defaultValue: String
1909
1916
  value: String
1910
1917
  type: String
1918
+ enabled: Boolean
1919
+ consecutiveFailures: Uint32
1911
1920
  }
1912
1921
 
1913
1922
  input WebhookEndpointStateInput {
@@ -4073,6 +4082,8 @@ type WebHookParam {
4073
4082
  defaultValue: String
4074
4083
  value: String
4075
4084
  type: String
4085
+ enabled: Boolean
4086
+ consecutiveFailures: Uint32
4076
4087
  }
4077
4088
 
4078
4089
  type WebHookSender {
@@ -4403,6 +4414,7 @@ type Mutation {
4403
4414
  verifyAccessKey(input: RequestVerifyAccessKeyInput): ResponseAccessKey
4404
4415
  createWebHook(input: RequestCreateWebHookInput): ResponseCreateWebHook
4405
4416
  deleteWebHook(input: RequestDeleteWebHookInput): ResponseDeleteWebHook
4417
+ updateWebHookState(input: RequestUpdateWebHookStateInput): ResponseCreateWebhookEndpoint
4406
4418
  createProject(input: RequestCreateProjectInput): ResponseProject
4407
4419
  updateProject(input: RequestUpdateProjectInput): ResponseProject
4408
4420
  deleteProject(input: RequestProjectInput): GeneralResponse
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.4-beta-20251202-034514-637cd8e2",
6
+ "version": "1.17.4-beta-20251202-122551-267b614d",
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": "d0e748c5cae1a08c63cfc5bb59a6d471c3120e7a",
16
+ "gitHead": "58a5f7d49ccce973fdb214337aee262435704ec5",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }