@vercel/sdk 1.12.0 → 1.12.1

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.
Files changed (130) hide show
  1. package/README.md +8 -6
  2. package/bin/mcp-server.js +1174 -998
  3. package/bin/mcp-server.js.map +28 -25
  4. package/docs/sdks/edgecache/README.md +2 -2
  5. package/docs/sdks/projects/README.md +81 -0
  6. package/esm/__tests__/accessgroups.test.js +3 -1
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +9 -6
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/edgeconfig.test.js +6 -6
  11. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  12. package/esm/__tests__/integrations.test.js +2 -2
  13. package/esm/__tests__/integrations.test.js.map +1 -1
  14. package/esm/__tests__/logdrains.test.js +9 -3
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/projects.test.js +21 -0
  17. package/esm/__tests__/projects.test.js.map +1 -1
  18. package/esm/__tests__/rollingrelease.test.js +5 -2
  19. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  20. package/esm/__tests__/security.test.js +4 -4
  21. package/esm/__tests__/security.test.js.map +1 -1
  22. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +1 -1
  23. package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +1 -1
  24. package/esm/funcs/edgeCacheInvalidateByTags.d.ts +1 -1
  25. package/esm/funcs/edgeCacheInvalidateByTags.js +1 -1
  26. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +2 -2
  27. package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
  28. package/esm/funcs/edgeConfigDeleteEdgeConfig.js +2 -2
  29. package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
  30. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +2 -2
  31. package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
  32. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +2 -2
  33. package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
  34. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +2 -2
  35. package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
  36. package/esm/funcs/edgeConfigUpdateEdgeConfig.js +2 -2
  37. package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
  38. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +2 -2
  39. package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -1
  40. package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
  41. package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
  42. package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts +20 -0
  43. package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
  44. package/esm/funcs/projectsBatchRemoveProjectEnv.js +95 -0
  45. package/esm/funcs/projectsBatchRemoveProjectEnv.js.map +1 -0
  46. package/esm/lib/config.d.ts +2 -2
  47. package/esm/lib/config.js +2 -2
  48. package/esm/mcp-server/mcp-server.js +1 -1
  49. package/esm/mcp-server/server.d.ts.map +1 -1
  50. package/esm/mcp-server/server.js +3 -1
  51. package/esm/mcp-server/server.js.map +1 -1
  52. package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +1 -1
  53. package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +1 -1
  54. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts +7 -0
  55. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
  56. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js +28 -0
  57. package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js.map +1 -0
  58. package/esm/models/batchremoveprojectenvop.d.ts +99 -0
  59. package/esm/models/batchremoveprojectenvop.d.ts.map +1 -0
  60. package/esm/models/batchremoveprojectenvop.js +100 -0
  61. package/esm/models/batchremoveprojectenvop.js.map +1 -0
  62. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  63. package/esm/models/createintegrationstoredirectop.js +351 -351
  64. package/esm/models/createwebhookop.d.ts +6 -0
  65. package/esm/models/createwebhookop.d.ts.map +1 -1
  66. package/esm/models/createwebhookop.js +2 -0
  67. package/esm/models/createwebhookop.js.map +1 -1
  68. package/esm/models/getbillingplansop.d.ts +2 -2
  69. package/esm/models/getbillingplansop.d.ts.map +1 -1
  70. package/esm/models/getbillingplansop.js +2 -2
  71. package/esm/models/getbillingplansop.js.map +1 -1
  72. package/esm/models/getconfigurationop.d.ts +302 -302
  73. package/esm/models/getconfigurationop.d.ts.map +1 -1
  74. package/esm/models/getconfigurationop.js +212 -212
  75. package/esm/models/getconfigurationop.js.map +1 -1
  76. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  77. package/esm/models/getconfigurationproductsop.js +465 -465
  78. package/esm/models/getwebhookop.d.ts +3 -0
  79. package/esm/models/getwebhookop.d.ts.map +1 -1
  80. package/esm/models/getwebhookop.js +1 -0
  81. package/esm/models/getwebhookop.js.map +1 -1
  82. package/esm/models/getwebhooksop.d.ts +6 -0
  83. package/esm/models/getwebhooksop.d.ts.map +1 -1
  84. package/esm/models/getwebhooksop.js +2 -0
  85. package/esm/models/getwebhooksop.js.map +1 -1
  86. package/esm/sdk/edgecache.d.ts +2 -2
  87. package/esm/sdk/edgecache.js +2 -2
  88. package/esm/sdk/projects.d.ts +8 -0
  89. package/esm/sdk/projects.d.ts.map +1 -1
  90. package/esm/sdk/projects.js +10 -0
  91. package/esm/sdk/projects.js.map +1 -1
  92. package/examples/package-lock.json +1 -1
  93. package/jsr.json +1 -1
  94. package/package.json +1 -1
  95. package/src/__tests__/accessgroups.test.ts +3 -1
  96. package/src/__tests__/domains.test.ts +9 -6
  97. package/src/__tests__/edgeconfig.test.ts +6 -6
  98. package/src/__tests__/integrations.test.ts +3 -3
  99. package/src/__tests__/logdrains.test.ts +9 -3
  100. package/src/__tests__/projects.test.ts +24 -0
  101. package/src/__tests__/rollingrelease.test.ts +5 -2
  102. package/src/__tests__/security.test.ts +4 -4
  103. package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +1 -1
  104. package/src/funcs/edgeCacheInvalidateByTags.ts +1 -1
  105. package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +2 -2
  106. package/src/funcs/edgeConfigDeleteEdgeConfig.ts +2 -2
  107. package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +2 -2
  108. package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +2 -2
  109. package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +2 -2
  110. package/src/funcs/edgeConfigUpdateEdgeConfig.ts +2 -2
  111. package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +2 -2
  112. package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
  113. package/src/funcs/projectsBatchRemoveProjectEnv.ts +206 -0
  114. package/src/lib/config.ts +2 -2
  115. package/src/mcp-server/mcp-server.ts +1 -1
  116. package/src/mcp-server/server.ts +3 -1
  117. package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +1 -1
  118. package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +1 -1
  119. package/src/mcp-server/tools/projectsBatchRemoveProjectEnv.ts +37 -0
  120. package/src/models/batchremoveprojectenvop.ts +228 -0
  121. package/src/models/createintegrationstoredirectop.ts +604 -604
  122. package/src/models/createwebhookop.ts +2 -0
  123. package/src/models/getbillingplansop.ts +4 -4
  124. package/src/models/getconfigurationop.ts +651 -651
  125. package/src/models/getconfigurationproductsop.ts +802 -802
  126. package/src/models/getwebhookop.ts +1 -0
  127. package/src/models/getwebhooksop.ts +2 -0
  128. package/src/sdk/edgecache.ts +2 -2
  129. package/src/sdk/projects.ts +22 -0
  130. package/vercel-spec.json +401 -239
package/vercel-spec.json CHANGED
@@ -22683,7 +22683,7 @@
22683
22683
  "bearerToken": []
22684
22684
  }
22685
22685
  ],
22686
- "summary": "Invalidate the edge cache by one or more tags",
22686
+ "summary": "Invalidate by tag",
22687
22687
  "tags": [
22688
22688
  "edge-cache"
22689
22689
  ],
@@ -22803,7 +22803,7 @@
22803
22803
  "bearerToken": []
22804
22804
  }
22805
22805
  ],
22806
- "summary": "Dangerously delete the edge cache by one or more tags",
22806
+ "summary": "Dangerously delete by tag",
22807
22807
  "tags": [
22808
22808
  "edge-cache"
22809
22809
  ],
@@ -23634,6 +23634,9 @@
23634
23634
  }
23635
23635
  }
23636
23636
  }
23637
+ },
23638
+ "409": {
23639
+ "description": ""
23637
23640
  }
23638
23641
  },
23639
23642
  "parameters": [
@@ -23733,6 +23736,9 @@
23733
23736
  }
23734
23737
  }
23735
23738
  }
23739
+ },
23740
+ "409": {
23741
+ "description": ""
23736
23742
  }
23737
23743
  },
23738
23744
  "parameters": [
@@ -24210,6 +24216,9 @@
24210
24216
  }
24211
24217
  }
24212
24218
  }
24219
+ },
24220
+ "409": {
24221
+ "description": ""
24213
24222
  }
24214
24223
  },
24215
24224
  "parameters": [
@@ -24317,6 +24326,9 @@
24317
24326
  }
24318
24327
  }
24319
24328
  }
24329
+ },
24330
+ "409": {
24331
+ "description": ""
24320
24332
  }
24321
24333
  },
24322
24334
  "parameters": [
@@ -24584,6 +24596,9 @@
24584
24596
  }
24585
24597
  }
24586
24598
  }
24599
+ },
24600
+ "409": {
24601
+ "description": ""
24587
24602
  }
24588
24603
  },
24589
24604
  "parameters": [
@@ -24805,6 +24820,9 @@
24805
24820
  }
24806
24821
  }
24807
24822
  }
24823
+ },
24824
+ "409": {
24825
+ "description": ""
24808
24826
  }
24809
24827
  },
24810
24828
  "parameters": [
@@ -25529,6 +25547,9 @@
25529
25547
  "subscription"
25530
25548
  ]
25531
25549
  },
25550
+ "description": {
25551
+ "type": "string"
25552
+ },
25532
25553
  "id": {
25533
25554
  "type": "string"
25534
25555
  },
@@ -25542,9 +25563,6 @@
25542
25563
  "resource"
25543
25564
  ]
25544
25565
  },
25545
- "description": {
25546
- "type": "string"
25547
- },
25548
25566
  "paymentMethodRequired": {
25549
25567
  "type": "boolean"
25550
25568
  },
@@ -25627,10 +25645,10 @@
25627
25645
  },
25628
25646
  "required": [
25629
25647
  "type",
25648
+ "description",
25630
25649
  "id",
25631
25650
  "name",
25632
25651
  "scope",
25633
- "description",
25634
25652
  "paymentMethodRequired"
25635
25653
  ],
25636
25654
  "type": "object"
@@ -28720,144 +28738,6 @@
28720
28738
  "application/json": {
28721
28739
  "schema": {
28722
28740
  "oneOf": [
28723
- {
28724
- "properties": {
28725
- "completedAt": {
28726
- "type": "number",
28727
- "description": "A timestamp that tells you when the configuration was installed successfully",
28728
- "example": 1558531915505
28729
- },
28730
- "createdAt": {
28731
- "type": "number",
28732
- "description": "A timestamp that tells you when the configuration was created",
28733
- "example": 1558531915505
28734
- },
28735
- "id": {
28736
- "type": "string",
28737
- "description": "The unique identifier of the configuration",
28738
- "example": "icfg_3bwCLgxL8qt5kjRLcv2Dit7F"
28739
- },
28740
- "integrationId": {
28741
- "type": "string",
28742
- "description": "The unique identifier of the app the configuration was created for",
28743
- "example": "oac_xzpVzcUOgcB1nrVlirtKhbWV"
28744
- },
28745
- "ownerId": {
28746
- "type": "string",
28747
- "description": "The user or team ID that owns the configuration",
28748
- "example": "kr1PsOIzqEL5Xg6M4VZcZosf"
28749
- },
28750
- "projects": {
28751
- "items": {
28752
- "type": "string"
28753
- },
28754
- "type": "array",
28755
- "description": "When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access.",
28756
- "example": [
28757
- "prj_xQxbutw1HpL6HLYPAzt5h75m8NjO"
28758
- ]
28759
- },
28760
- "source": {
28761
- "type": "string",
28762
- "enum": [
28763
- "marketplace",
28764
- "deploy-button",
28765
- "external",
28766
- "v0",
28767
- "resource-claims"
28768
- ],
28769
- "description": "Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.",
28770
- "example": "marketplace"
28771
- },
28772
- "slug": {
28773
- "type": "string",
28774
- "description": "The slug of the integration the configuration is created for.",
28775
- "example": "slack"
28776
- },
28777
- "teamId": {
28778
- "nullable": true,
28779
- "type": "string",
28780
- "description": "When the configuration was created for a team, this will show the ID of the team.",
28781
- "example": "team_nLlpyC6RE1qxydlFKbrxDlud"
28782
- },
28783
- "type": {
28784
- "type": "string",
28785
- "enum": [
28786
- "integration-configuration"
28787
- ]
28788
- },
28789
- "updatedAt": {
28790
- "type": "number",
28791
- "description": "A timestamp that tells you when the configuration was updated.",
28792
- "example": 1558531915505
28793
- },
28794
- "userId": {
28795
- "type": "string",
28796
- "description": "The ID of the user that created the configuration.",
28797
- "example": "kr1PsOIzqEL5Xg6M4VZcZosf"
28798
- },
28799
- "scopes": {
28800
- "items": {
28801
- "type": "string"
28802
- },
28803
- "type": "array",
28804
- "description": "The resources that are allowed to be accessed by the configuration.",
28805
- "example": [
28806
- "read:project",
28807
- "read-write:log-drain"
28808
- ]
28809
- },
28810
- "disabledAt": {
28811
- "type": "number",
28812
- "description": "A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team.",
28813
- "example": 1558531915505
28814
- },
28815
- "deletedAt": {
28816
- "nullable": true,
28817
- "type": "number",
28818
- "description": "A timestamp that tells you when the configuration was deleted.",
28819
- "example": 1558531915505
28820
- },
28821
- "deleteRequestedAt": {
28822
- "nullable": true,
28823
- "type": "number",
28824
- "description": "A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid.",
28825
- "example": 1558531915505
28826
- },
28827
- "disabledReason": {
28828
- "type": "string",
28829
- "enum": [
28830
- "disabled-by-owner",
28831
- "feature-not-available",
28832
- "disabled-by-admin",
28833
- "original-owner-left-the-team",
28834
- "account-plan-downgrade",
28835
- "original-owner-role-downgraded"
28836
- ]
28837
- },
28838
- "installationType": {
28839
- "type": "string",
28840
- "enum": [
28841
- "marketplace",
28842
- "external"
28843
- ],
28844
- "description": "Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'"
28845
- }
28846
- },
28847
- "required": [
28848
- "createdAt",
28849
- "id",
28850
- "integrationId",
28851
- "ownerId",
28852
- "slug",
28853
- "type",
28854
- "updatedAt",
28855
- "userId",
28856
- "scopes"
28857
- ],
28858
- "type": "object",
28859
- "description": "The configuration with the provided id"
28860
- },
28861
28741
  {
28862
28742
  "properties": {
28863
28743
  "projectSelection": {
@@ -29073,6 +28953,139 @@
29073
28953
  "prj_xQxbutw1HpL6HLYPAzt5h75m8NjO"
29074
28954
  ]
29075
28955
  },
28956
+ "createdAt": {
28957
+ "type": "number",
28958
+ "description": "A timestamp that tells you when the configuration was created",
28959
+ "example": 1558531915505
28960
+ },
28961
+ "completedAt": {
28962
+ "type": "number",
28963
+ "description": "A timestamp that tells you when the configuration was installed successfully",
28964
+ "example": 1558531915505
28965
+ },
28966
+ "id": {
28967
+ "type": "string",
28968
+ "description": "The unique identifier of the configuration",
28969
+ "example": "icfg_3bwCLgxL8qt5kjRLcv2Dit7F"
28970
+ },
28971
+ "integrationId": {
28972
+ "type": "string",
28973
+ "description": "The unique identifier of the app the configuration was created for",
28974
+ "example": "oac_xzpVzcUOgcB1nrVlirtKhbWV"
28975
+ },
28976
+ "ownerId": {
28977
+ "type": "string",
28978
+ "description": "The user or team ID that owns the configuration",
28979
+ "example": "kr1PsOIzqEL5Xg6M4VZcZosf"
28980
+ },
28981
+ "slug": {
28982
+ "type": "string",
28983
+ "description": "The slug of the integration the configuration is created for.",
28984
+ "example": "slack"
28985
+ },
28986
+ "teamId": {
28987
+ "nullable": true,
28988
+ "type": "string",
28989
+ "description": "When the configuration was created for a team, this will show the ID of the team.",
28990
+ "example": "team_nLlpyC6RE1qxydlFKbrxDlud"
28991
+ },
28992
+ "updatedAt": {
28993
+ "type": "number",
28994
+ "description": "A timestamp that tells you when the configuration was updated.",
28995
+ "example": 1558531915505
28996
+ },
28997
+ "userId": {
28998
+ "type": "string",
28999
+ "description": "The ID of the user that created the configuration.",
29000
+ "example": "kr1PsOIzqEL5Xg6M4VZcZosf"
29001
+ },
29002
+ "scopes": {
29003
+ "items": {
29004
+ "type": "string"
29005
+ },
29006
+ "type": "array",
29007
+ "description": "The resources that are allowed to be accessed by the configuration.",
29008
+ "example": [
29009
+ "read:project",
29010
+ "read-write:log-drain"
29011
+ ]
29012
+ },
29013
+ "disabledAt": {
29014
+ "type": "number",
29015
+ "description": "A timestamp that tells you when the configuration was disabled. Note: Configurations can be disabled when the associated user loses access to a team. They do not function during this time until the configuration is 'transferred', meaning the associated user is changed to one with access to the team.",
29016
+ "example": 1558531915505
29017
+ },
29018
+ "disabledReason": {
29019
+ "type": "string",
29020
+ "enum": [
29021
+ "disabled-by-owner",
29022
+ "feature-not-available",
29023
+ "disabled-by-admin",
29024
+ "original-owner-left-the-team",
29025
+ "account-plan-downgrade",
29026
+ "original-owner-role-downgraded"
29027
+ ]
29028
+ },
29029
+ "source": {
29030
+ "type": "string",
29031
+ "enum": [
29032
+ "marketplace",
29033
+ "deploy-button",
29034
+ "external",
29035
+ "v0",
29036
+ "resource-claims"
29037
+ ],
29038
+ "description": "Source defines where the configuration was installed from. It is used to analyze user engagement for integration installations in product metrics.",
29039
+ "example": "marketplace"
29040
+ },
29041
+ "canConfigureOpenTelemetry": {
29042
+ "type": "boolean"
29043
+ },
29044
+ "installationType": {
29045
+ "type": "string",
29046
+ "enum": [
29047
+ "marketplace",
29048
+ "external"
29049
+ ],
29050
+ "description": "Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'"
29051
+ },
29052
+ "deleteRequestedAt": {
29053
+ "nullable": true,
29054
+ "type": "number",
29055
+ "description": "A timestamp that tells you when the configuration deletion has been started for cases when the deletion needs to be settled/approved by partners, such as when marketplace invoices have been paid.",
29056
+ "example": 1558531915505
29057
+ },
29058
+ "type": {
29059
+ "type": "string",
29060
+ "enum": [
29061
+ "integration-configuration"
29062
+ ]
29063
+ },
29064
+ "deletedAt": {
29065
+ "nullable": true,
29066
+ "type": "number",
29067
+ "description": "A timestamp that tells you when the configuration was deleted.",
29068
+ "example": 1558531915505
29069
+ }
29070
+ },
29071
+ "required": [
29072
+ "projectSelection",
29073
+ "notification",
29074
+ "transferRequest",
29075
+ "createdAt",
29076
+ "id",
29077
+ "integrationId",
29078
+ "ownerId",
29079
+ "slug",
29080
+ "updatedAt",
29081
+ "userId",
29082
+ "scopes",
29083
+ "type"
29084
+ ],
29085
+ "type": "object"
29086
+ },
29087
+ {
29088
+ "properties": {
29076
29089
  "completedAt": {
29077
29090
  "type": "number",
29078
29091
  "description": "A timestamp that tells you when the configuration was installed successfully",
@@ -29098,6 +29111,16 @@
29098
29111
  "description": "The user or team ID that owns the configuration",
29099
29112
  "example": "kr1PsOIzqEL5Xg6M4VZcZosf"
29100
29113
  },
29114
+ "projects": {
29115
+ "items": {
29116
+ "type": "string"
29117
+ },
29118
+ "type": "array",
29119
+ "description": "When a configuration is limited to access certain projects, this will contain each of the project ID it is allowed to access. If it is not defined, the configuration has full access.",
29120
+ "example": [
29121
+ "prj_xQxbutw1HpL6HLYPAzt5h75m8NjO"
29122
+ ]
29123
+ },
29101
29124
  "source": {
29102
29125
  "type": "string",
29103
29126
  "enum": [
@@ -29183,15 +29206,9 @@
29183
29206
  "external"
29184
29207
  ],
29185
29208
  "description": "Defines the installation type. - 'external' integrations are installed via the existing integrations flow - 'marketplace' integrations are natively installed: - when accepting the TOS of a partner during the store creation process - if undefined, assume 'external'"
29186
- },
29187
- "canConfigureOpenTelemetry": {
29188
- "type": "boolean"
29189
29209
  }
29190
29210
  },
29191
29211
  "required": [
29192
- "projectSelection",
29193
- "notification",
29194
- "transferRequest",
29195
29212
  "createdAt",
29196
29213
  "id",
29197
29214
  "integrationId",
@@ -29202,7 +29219,8 @@
29202
29219
  "userId",
29203
29220
  "scopes"
29204
29221
  ],
29205
- "type": "object"
29222
+ "type": "object",
29223
+ "description": "The configuration with the provided id"
29206
29224
  }
29207
29225
  ]
29208
29226
  }
@@ -29323,6 +29341,9 @@
29323
29341
  }
29324
29342
  }
29325
29343
  }
29344
+ },
29345
+ "409": {
29346
+ "description": ""
29326
29347
  }
29327
29348
  },
29328
29349
  "parameters": [
@@ -29677,34 +29698,34 @@
29677
29698
  "minLength": {
29678
29699
  "type": "object",
29679
29700
  "properties": {
29680
- "__@BRAND@541612": {
29701
+ "__@BRAND@543472": {
29681
29702
  "type": "object"
29682
29703
  }
29683
29704
  },
29684
29705
  "required": [
29685
- "__@BRAND@541612"
29706
+ "__@BRAND@543472"
29686
29707
  ]
29687
29708
  },
29688
29709
  "maxLength": {
29689
29710
  "type": "object",
29690
29711
  "properties": {
29691
- "__@BRAND@541612": {
29712
+ "__@BRAND@543472": {
29692
29713
  "type": "object"
29693
29714
  }
29694
29715
  },
29695
29716
  "required": [
29696
- "__@BRAND@541612"
29717
+ "__@BRAND@543472"
29697
29718
  ]
29698
29719
  },
29699
29720
  "pattern": {
29700
29721
  "type": "object",
29701
29722
  "properties": {
29702
- "__@BRAND@541612": {
29723
+ "__@BRAND@543472": {
29703
29724
  "type": "object"
29704
29725
  }
29705
29726
  },
29706
29727
  "required": [
29707
- "__@BRAND@541612"
29728
+ "__@BRAND@543472"
29708
29729
  ]
29709
29730
  },
29710
29731
  "default": {
@@ -30387,34 +30408,34 @@
30387
30408
  "minLength": {
30388
30409
  "type": "object",
30389
30410
  "properties": {
30390
- "__@BRAND@541612": {
30411
+ "__@BRAND@543472": {
30391
30412
  "type": "object"
30392
30413
  }
30393
30414
  },
30394
30415
  "required": [
30395
- "__@BRAND@541612"
30416
+ "__@BRAND@543472"
30396
30417
  ]
30397
30418
  },
30398
30419
  "maxLength": {
30399
30420
  "type": "object",
30400
30421
  "properties": {
30401
- "__@BRAND@541612": {
30422
+ "__@BRAND@543472": {
30402
30423
  "type": "object"
30403
30424
  }
30404
30425
  },
30405
30426
  "required": [
30406
- "__@BRAND@541612"
30427
+ "__@BRAND@543472"
30407
30428
  ]
30408
30429
  },
30409
30430
  "pattern": {
30410
30431
  "type": "object",
30411
30432
  "properties": {
30412
- "__@BRAND@541612": {
30433
+ "__@BRAND@543472": {
30413
30434
  "type": "object"
30414
30435
  }
30415
30436
  },
30416
30437
  "required": [
30417
- "__@BRAND@541612"
30438
+ "__@BRAND@543472"
30418
30439
  ]
30419
30440
  },
30420
30441
  "default": {
@@ -30572,34 +30593,34 @@
30572
30593
  "minLength": {
30573
30594
  "type": "object",
30574
30595
  "properties": {
30575
- "__@BRAND@541612": {
30596
+ "__@BRAND@543472": {
30576
30597
  "type": "object"
30577
30598
  }
30578
30599
  },
30579
30600
  "required": [
30580
- "__@BRAND@541612"
30601
+ "__@BRAND@543472"
30581
30602
  ]
30582
30603
  },
30583
30604
  "maxLength": {
30584
30605
  "type": "object",
30585
30606
  "properties": {
30586
- "__@BRAND@541612": {
30607
+ "__@BRAND@543472": {
30587
30608
  "type": "object"
30588
30609
  }
30589
30610
  },
30590
30611
  "required": [
30591
- "__@BRAND@541612"
30612
+ "__@BRAND@543472"
30592
30613
  ]
30593
30614
  },
30594
30615
  "pattern": {
30595
30616
  "type": "object",
30596
30617
  "properties": {
30597
- "__@BRAND@541612": {
30618
+ "__@BRAND@543472": {
30598
30619
  "type": "object"
30599
30620
  }
30600
30621
  },
30601
30622
  "required": [
30602
- "__@BRAND@541612"
30623
+ "__@BRAND@543472"
30603
30624
  ]
30604
30625
  },
30605
30626
  "default": {
@@ -30910,12 +30931,12 @@
30910
30931
  {
30911
30932
  "type": "object",
30912
30933
  "properties": {
30913
- "__@BRAND@541612": {
30934
+ "__@BRAND@543472": {
30914
30935
  "type": "object"
30915
30936
  }
30916
30937
  },
30917
30938
  "required": [
30918
- "__@BRAND@541612"
30939
+ "__@BRAND@543472"
30919
30940
  ]
30920
30941
  },
30921
30942
  {
@@ -30923,12 +30944,12 @@
30923
30944
  "value": {
30924
30945
  "type": "object",
30925
30946
  "properties": {
30926
- "__@BRAND@541612": {
30947
+ "__@BRAND@543472": {
30927
30948
  "type": "object"
30928
30949
  }
30929
30950
  },
30930
30951
  "required": [
30931
- "__@BRAND@541612"
30952
+ "__@BRAND@543472"
30932
30953
  ]
30933
30954
  },
30934
30955
  "disabled": {
@@ -30997,34 +31018,34 @@
30997
31018
  "minLength": {
30998
31019
  "type": "object",
30999
31020
  "properties": {
31000
- "__@BRAND@541612": {
31021
+ "__@BRAND@543472": {
31001
31022
  "type": "object"
31002
31023
  }
31003
31024
  },
31004
31025
  "required": [
31005
- "__@BRAND@541612"
31026
+ "__@BRAND@543472"
31006
31027
  ]
31007
31028
  },
31008
31029
  "maxLength": {
31009
31030
  "type": "object",
31010
31031
  "properties": {
31011
- "__@BRAND@541612": {
31032
+ "__@BRAND@543472": {
31012
31033
  "type": "object"
31013
31034
  }
31014
31035
  },
31015
31036
  "required": [
31016
- "__@BRAND@541612"
31037
+ "__@BRAND@543472"
31017
31038
  ]
31018
31039
  },
31019
31040
  "pattern": {
31020
31041
  "type": "object",
31021
31042
  "properties": {
31022
- "__@BRAND@541612": {
31043
+ "__@BRAND@543472": {
31023
31044
  "type": "object"
31024
31045
  }
31025
31046
  },
31026
31047
  "required": [
31027
- "__@BRAND@541612"
31048
+ "__@BRAND@543472"
31028
31049
  ]
31029
31050
  },
31030
31051
  "default": {
@@ -31182,34 +31203,34 @@
31182
31203
  "minLength": {
31183
31204
  "type": "object",
31184
31205
  "properties": {
31185
- "__@BRAND@541612": {
31206
+ "__@BRAND@543472": {
31186
31207
  "type": "object"
31187
31208
  }
31188
31209
  },
31189
31210
  "required": [
31190
- "__@BRAND@541612"
31211
+ "__@BRAND@543472"
31191
31212
  ]
31192
31213
  },
31193
31214
  "maxLength": {
31194
31215
  "type": "object",
31195
31216
  "properties": {
31196
- "__@BRAND@541612": {
31217
+ "__@BRAND@543472": {
31197
31218
  "type": "object"
31198
31219
  }
31199
31220
  },
31200
31221
  "required": [
31201
- "__@BRAND@541612"
31222
+ "__@BRAND@543472"
31202
31223
  ]
31203
31224
  },
31204
31225
  "pattern": {
31205
31226
  "type": "object",
31206
31227
  "properties": {
31207
- "__@BRAND@541612": {
31228
+ "__@BRAND@543472": {
31208
31229
  "type": "object"
31209
31230
  }
31210
31231
  },
31211
31232
  "required": [
31212
- "__@BRAND@541612"
31233
+ "__@BRAND@543472"
31213
31234
  ]
31214
31235
  },
31215
31236
  "default": {
@@ -31298,12 +31319,12 @@
31298
31319
  {
31299
31320
  "type": "object",
31300
31321
  "properties": {
31301
- "__@BRAND@541612": {
31322
+ "__@BRAND@543472": {
31302
31323
  "type": "object"
31303
31324
  }
31304
31325
  },
31305
31326
  "required": [
31306
- "__@BRAND@541612"
31327
+ "__@BRAND@543472"
31307
31328
  ]
31308
31329
  },
31309
31330
  {
@@ -31311,12 +31332,12 @@
31311
31332
  "value": {
31312
31333
  "type": "object",
31313
31334
  "properties": {
31314
- "__@BRAND@541612": {
31335
+ "__@BRAND@543472": {
31315
31336
  "type": "object"
31316
31337
  }
31317
31338
  },
31318
31339
  "required": [
31319
- "__@BRAND@541612"
31340
+ "__@BRAND@543472"
31320
31341
  ]
31321
31342
  },
31322
31343
  "disabled": {
@@ -31502,12 +31523,12 @@
31502
31523
  "items": {
31503
31524
  "type": "object",
31504
31525
  "properties": {
31505
- "__@BRAND@541612": {
31526
+ "__@BRAND@543472": {
31506
31527
  "type": "object"
31507
31528
  }
31508
31529
  },
31509
31530
  "required": [
31510
- "__@BRAND@541612"
31531
+ "__@BRAND@543472"
31511
31532
  ]
31512
31533
  },
31513
31534
  "type": "array"
@@ -31516,12 +31537,12 @@
31516
31537
  "items": {
31517
31538
  "type": "object",
31518
31539
  "properties": {
31519
- "__@BRAND@541612": {
31540
+ "__@BRAND@543472": {
31520
31541
  "type": "object"
31521
31542
  }
31522
31543
  },
31523
31544
  "required": [
31524
- "__@BRAND@541612"
31545
+ "__@BRAND@543472"
31525
31546
  ]
31526
31547
  },
31527
31548
  "type": "array"
@@ -31555,34 +31576,34 @@
31555
31576
  "minLength": {
31556
31577
  "type": "object",
31557
31578
  "properties": {
31558
- "__@BRAND@541612": {
31579
+ "__@BRAND@543472": {
31559
31580
  "type": "object"
31560
31581
  }
31561
31582
  },
31562
31583
  "required": [
31563
- "__@BRAND@541612"
31584
+ "__@BRAND@543472"
31564
31585
  ]
31565
31586
  },
31566
31587
  "maxLength": {
31567
31588
  "type": "object",
31568
31589
  "properties": {
31569
- "__@BRAND@541612": {
31590
+ "__@BRAND@543472": {
31570
31591
  "type": "object"
31571
31592
  }
31572
31593
  },
31573
31594
  "required": [
31574
- "__@BRAND@541612"
31595
+ "__@BRAND@543472"
31575
31596
  ]
31576
31597
  },
31577
31598
  "pattern": {
31578
31599
  "type": "object",
31579
31600
  "properties": {
31580
- "__@BRAND@541612": {
31601
+ "__@BRAND@543472": {
31581
31602
  "type": "object"
31582
31603
  }
31583
31604
  },
31584
31605
  "required": [
31585
- "__@BRAND@541612"
31606
+ "__@BRAND@543472"
31586
31607
  ]
31587
31608
  },
31588
31609
  "default": {
@@ -31716,12 +31737,12 @@
31716
31737
  "value": {
31717
31738
  "type": "object",
31718
31739
  "properties": {
31719
- "__@BRAND@541612": {
31740
+ "__@BRAND@543472": {
31720
31741
  "type": "object"
31721
31742
  }
31722
31743
  },
31723
31744
  "required": [
31724
- "__@BRAND@541612"
31745
+ "__@BRAND@543472"
31725
31746
  ]
31726
31747
  },
31727
31748
  "disabled": {
@@ -62206,6 +62227,139 @@
62206
62227
  "x-speakeasy-test": false
62207
62228
  }
62208
62229
  },
62230
+ "/v1/projects/{idOrName}/env": {
62231
+ "delete": {
62232
+ "description": "Delete multiple environment variables for a given project in a single batch operation.",
62233
+ "operationId": "batchRemoveProjectEnv",
62234
+ "security": [
62235
+ {
62236
+ "bearerToken": []
62237
+ }
62238
+ ],
62239
+ "summary": "Batch remove environment variables",
62240
+ "tags": [
62241
+ "projects"
62242
+ ],
62243
+ "responses": {
62244
+ "200": {
62245
+ "description": "",
62246
+ "content": {
62247
+ "application/json": {
62248
+ "schema": {
62249
+ "properties": {
62250
+ "deleted": {
62251
+ "type": "number"
62252
+ },
62253
+ "ids": {
62254
+ "items": {
62255
+ "type": "string"
62256
+ },
62257
+ "type": "array"
62258
+ }
62259
+ },
62260
+ "required": [
62261
+ "deleted",
62262
+ "ids"
62263
+ ],
62264
+ "type": "object"
62265
+ }
62266
+ }
62267
+ }
62268
+ },
62269
+ "400": {
62270
+ "description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
62271
+ "content": {
62272
+ "application/json": {
62273
+ "schema": {
62274
+ "$ref": "#/components/schemas/VercelBadRequestError"
62275
+ }
62276
+ }
62277
+ }
62278
+ },
62279
+ "401": {
62280
+ "description": "The request is not authorized.",
62281
+ "content": {
62282
+ "application/json": {
62283
+ "schema": {
62284
+ "$ref": "#/components/schemas/VercelForbiddenError"
62285
+ }
62286
+ }
62287
+ }
62288
+ },
62289
+ "403": {
62290
+ "description": "You do not have permission to access this resource."
62291
+ },
62292
+ "404": {
62293
+ "description": "",
62294
+ "content": {
62295
+ "application/json": {
62296
+ "schema": {
62297
+ "$ref": "#/components/schemas/VercelNotFoundError"
62298
+ }
62299
+ }
62300
+ }
62301
+ },
62302
+ "409": {
62303
+ "description": ""
62304
+ }
62305
+ },
62306
+ "parameters": [
62307
+ {
62308
+ "name": "idOrName",
62309
+ "description": "The unique project identifier or the project name",
62310
+ "in": "path",
62311
+ "required": true,
62312
+ "schema": {
62313
+ "description": "The unique project identifier or the project name",
62314
+ "type": "string",
62315
+ "example": "prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA"
62316
+ }
62317
+ },
62318
+ {
62319
+ "description": "The Team identifier to perform the request on behalf of.",
62320
+ "in": "query",
62321
+ "name": "teamId",
62322
+ "schema": {
62323
+ "type": "string",
62324
+ "example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
62325
+ }
62326
+ },
62327
+ {
62328
+ "description": "The Team slug to perform the request on behalf of.",
62329
+ "in": "query",
62330
+ "name": "slug",
62331
+ "schema": {
62332
+ "type": "string",
62333
+ "example": "my-team-url-slug"
62334
+ }
62335
+ }
62336
+ ],
62337
+ "requestBody": {
62338
+ "content": {
62339
+ "application/json": {
62340
+ "schema": {
62341
+ "type": "object",
62342
+ "required": [
62343
+ "ids"
62344
+ ],
62345
+ "properties": {
62346
+ "ids": {
62347
+ "description": "Array of environment variable IDs to delete",
62348
+ "type": "array",
62349
+ "items": {
62350
+ "type": "string"
62351
+ },
62352
+ "minItems": 1,
62353
+ "maxItems": 1000
62354
+ }
62355
+ },
62356
+ "additionalProperties": false
62357
+ }
62358
+ }
62359
+ }
62360
+ }
62361
+ }
62362
+ },
62209
62363
  "/v1/projects/{idOrName}/rolling-release/billing": {
62210
62364
  "get": {
62211
62365
  "description": "Get the Rolling Releases billing status for a project. The team level billing status is used to determine if the project can be configured for rolling releases.",
@@ -69504,34 +69658,34 @@
69504
69658
  "maxLength": {
69505
69659
  "type": "object",
69506
69660
  "properties": {
69507
- "__@BRAND@8466": {
69661
+ "__@BRAND@8486": {
69508
69662
  "type": "object"
69509
69663
  }
69510
69664
  },
69511
69665
  "required": [
69512
- "__@BRAND@8466"
69666
+ "__@BRAND@8486"
69513
69667
  ]
69514
69668
  },
69515
69669
  "minLength": {
69516
69670
  "type": "object",
69517
69671
  "properties": {
69518
- "__@BRAND@8466": {
69672
+ "__@BRAND@8486": {
69519
69673
  "type": "object"
69520
69674
  }
69521
69675
  },
69522
69676
  "required": [
69523
- "__@BRAND@8466"
69677
+ "__@BRAND@8486"
69524
69678
  ]
69525
69679
  },
69526
69680
  "pattern": {
69527
69681
  "type": "object",
69528
69682
  "properties": {
69529
- "__@BRAND@8466": {
69683
+ "__@BRAND@8486": {
69530
69684
  "type": "object"
69531
69685
  }
69532
69686
  },
69533
69687
  "required": [
69534
- "__@BRAND@8466"
69688
+ "__@BRAND@8486"
69535
69689
  ]
69536
69690
  },
69537
69691
  "description": {
@@ -70214,34 +70368,34 @@
70214
70368
  "maxLength": {
70215
70369
  "type": "object",
70216
70370
  "properties": {
70217
- "__@BRAND@8466": {
70371
+ "__@BRAND@8486": {
70218
70372
  "type": "object"
70219
70373
  }
70220
70374
  },
70221
70375
  "required": [
70222
- "__@BRAND@8466"
70376
+ "__@BRAND@8486"
70223
70377
  ]
70224
70378
  },
70225
70379
  "minLength": {
70226
70380
  "type": "object",
70227
70381
  "properties": {
70228
- "__@BRAND@8466": {
70382
+ "__@BRAND@8486": {
70229
70383
  "type": "object"
70230
70384
  }
70231
70385
  },
70232
70386
  "required": [
70233
- "__@BRAND@8466"
70387
+ "__@BRAND@8486"
70234
70388
  ]
70235
70389
  },
70236
70390
  "pattern": {
70237
70391
  "type": "object",
70238
70392
  "properties": {
70239
- "__@BRAND@8466": {
70393
+ "__@BRAND@8486": {
70240
70394
  "type": "object"
70241
70395
  }
70242
70396
  },
70243
70397
  "required": [
70244
- "__@BRAND@8466"
70398
+ "__@BRAND@8486"
70245
70399
  ]
70246
70400
  },
70247
70401
  "description": {
@@ -70390,34 +70544,34 @@
70390
70544
  "minLength": {
70391
70545
  "type": "object",
70392
70546
  "properties": {
70393
- "__@BRAND@8466": {
70547
+ "__@BRAND@8486": {
70394
70548
  "type": "object"
70395
70549
  }
70396
70550
  },
70397
70551
  "required": [
70398
- "__@BRAND@8466"
70552
+ "__@BRAND@8486"
70399
70553
  ]
70400
70554
  },
70401
70555
  "maxLength": {
70402
70556
  "type": "object",
70403
70557
  "properties": {
70404
- "__@BRAND@8466": {
70558
+ "__@BRAND@8486": {
70405
70559
  "type": "object"
70406
70560
  }
70407
70561
  },
70408
70562
  "required": [
70409
- "__@BRAND@8466"
70563
+ "__@BRAND@8486"
70410
70564
  ]
70411
70565
  },
70412
70566
  "pattern": {
70413
70567
  "type": "object",
70414
70568
  "properties": {
70415
- "__@BRAND@8466": {
70569
+ "__@BRAND@8486": {
70416
70570
  "type": "object"
70417
70571
  }
70418
70572
  },
70419
70573
  "required": [
70420
- "__@BRAND@8466"
70574
+ "__@BRAND@8486"
70421
70575
  ]
70422
70576
  },
70423
70577
  "default": {
@@ -70734,12 +70888,12 @@
70734
70888
  {
70735
70889
  "type": "object",
70736
70890
  "properties": {
70737
- "__@BRAND@8466": {
70891
+ "__@BRAND@8486": {
70738
70892
  "type": "object"
70739
70893
  }
70740
70894
  },
70741
70895
  "required": [
70742
- "__@BRAND@8466"
70896
+ "__@BRAND@8486"
70743
70897
  ]
70744
70898
  },
70745
70899
  {
@@ -70747,12 +70901,12 @@
70747
70901
  "value": {
70748
70902
  "type": "object",
70749
70903
  "properties": {
70750
- "__@BRAND@8466": {
70904
+ "__@BRAND@8486": {
70751
70905
  "type": "object"
70752
70906
  }
70753
70907
  },
70754
70908
  "required": [
70755
- "__@BRAND@8466"
70909
+ "__@BRAND@8486"
70756
70910
  ]
70757
70911
  },
70758
70912
  "disabled": {
@@ -70824,34 +70978,34 @@
70824
70978
  "maxLength": {
70825
70979
  "type": "object",
70826
70980
  "properties": {
70827
- "__@BRAND@8466": {
70981
+ "__@BRAND@8486": {
70828
70982
  "type": "object"
70829
70983
  }
70830
70984
  },
70831
70985
  "required": [
70832
- "__@BRAND@8466"
70986
+ "__@BRAND@8486"
70833
70987
  ]
70834
70988
  },
70835
70989
  "minLength": {
70836
70990
  "type": "object",
70837
70991
  "properties": {
70838
- "__@BRAND@8466": {
70992
+ "__@BRAND@8486": {
70839
70993
  "type": "object"
70840
70994
  }
70841
70995
  },
70842
70996
  "required": [
70843
- "__@BRAND@8466"
70997
+ "__@BRAND@8486"
70844
70998
  ]
70845
70999
  },
70846
71000
  "pattern": {
70847
71001
  "type": "object",
70848
71002
  "properties": {
70849
- "__@BRAND@8466": {
71003
+ "__@BRAND@8486": {
70850
71004
  "type": "object"
70851
71005
  }
70852
71006
  },
70853
71007
  "required": [
70854
- "__@BRAND@8466"
71008
+ "__@BRAND@8486"
70855
71009
  ]
70856
71010
  },
70857
71011
  "description": {
@@ -71001,34 +71155,34 @@
71001
71155
  "maxLength": {
71002
71156
  "type": "object",
71003
71157
  "properties": {
71004
- "__@BRAND@8466": {
71158
+ "__@BRAND@8486": {
71005
71159
  "type": "object"
71006
71160
  }
71007
71161
  },
71008
71162
  "required": [
71009
- "__@BRAND@8466"
71163
+ "__@BRAND@8486"
71010
71164
  ]
71011
71165
  },
71012
71166
  "minLength": {
71013
71167
  "type": "object",
71014
71168
  "properties": {
71015
- "__@BRAND@8466": {
71169
+ "__@BRAND@8486": {
71016
71170
  "type": "object"
71017
71171
  }
71018
71172
  },
71019
71173
  "required": [
71020
- "__@BRAND@8466"
71174
+ "__@BRAND@8486"
71021
71175
  ]
71022
71176
  },
71023
71177
  "pattern": {
71024
71178
  "type": "object",
71025
71179
  "properties": {
71026
- "__@BRAND@8466": {
71180
+ "__@BRAND@8486": {
71027
71181
  "type": "object"
71028
71182
  }
71029
71183
  },
71030
71184
  "required": [
71031
- "__@BRAND@8466"
71185
+ "__@BRAND@8486"
71032
71186
  ]
71033
71187
  },
71034
71188
  "description": {
@@ -71159,12 +71313,12 @@
71159
71313
  "value": {
71160
71314
  "type": "object",
71161
71315
  "properties": {
71162
- "__@BRAND@8466": {
71316
+ "__@BRAND@8486": {
71163
71317
  "type": "object"
71164
71318
  }
71165
71319
  },
71166
71320
  "required": [
71167
- "__@BRAND@8466"
71321
+ "__@BRAND@8486"
71168
71322
  ]
71169
71323
  },
71170
71324
  "disabled": {
@@ -71413,12 +71567,12 @@
71413
71567
  "value": {
71414
71568
  "type": "object",
71415
71569
  "properties": {
71416
- "__@BRAND@8466": {
71570
+ "__@BRAND@8486": {
71417
71571
  "type": "object"
71418
71572
  }
71419
71573
  },
71420
71574
  "required": [
71421
- "__@BRAND@8466"
71575
+ "__@BRAND@8486"
71422
71576
  ]
71423
71577
  },
71424
71578
  "disabled": {
@@ -71710,6 +71864,9 @@
71710
71864
  }
71711
71865
  }
71712
71866
  },
71867
+ "409": {
71868
+ "description": ""
71869
+ },
71713
71870
  "429": {
71714
71871
  "description": "",
71715
71872
  "content": {
@@ -75062,6 +75219,7 @@
75062
75219
  "marketplace.invoice.refunded",
75063
75220
  "observability.anomaly",
75064
75221
  "observability.anomaly-error",
75222
+ "observability.anomaly-botId",
75065
75223
  "test-webhook"
75066
75224
  ],
75067
75225
  "description": "The webhooks events",
@@ -75331,6 +75489,7 @@
75331
75489
  "marketplace.invoice.refunded",
75332
75490
  "observability.anomaly",
75333
75491
  "observability.anomaly-error",
75492
+ "observability.anomaly-botId",
75334
75493
  "test-webhook"
75335
75494
  ],
75336
75495
  "x-speakeasy-enums": {
@@ -75601,6 +75760,7 @@
75601
75760
  "marketplace.invoice.refunded",
75602
75761
  "observability.anomaly",
75603
75762
  "observability.anomaly-error",
75763
+ "observability.anomaly-botId",
75604
75764
  "test-webhook"
75605
75765
  ],
75606
75766
  "description": "The webhooks events",
@@ -75810,6 +75970,7 @@
75810
75970
  "marketplace.invoice.refunded",
75811
75971
  "observability.anomaly",
75812
75972
  "observability.anomaly-error",
75973
+ "observability.anomaly-botId",
75813
75974
  "test-webhook"
75814
75975
  ],
75815
75976
  "description": "The webhooks events",
@@ -76094,6 +76255,7 @@
76094
76255
  "marketplace.invoice.refunded",
76095
76256
  "observability.anomaly",
76096
76257
  "observability.anomaly-error",
76258
+ "observability.anomaly-botId",
76097
76259
  "test-webhook"
76098
76260
  ],
76099
76261
  "description": "The webhooks events",