@vercel/sdk 1.12.0 → 1.12.2
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/README.md +10 -6
- package/bin/mcp-server.js +2893 -2521
- package/bin/mcp-server.js.map +34 -28
- package/docs/sdks/edgecache/README.md +2 -2
- package/docs/sdks/projects/README.md +173 -0
- package/esm/__tests__/domains.test.js +9 -6
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +2 -2
- package/esm/__tests__/integrations.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +3 -1
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +45 -0
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +6 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts +1 -1
- package/esm/funcs/edgeCacheInvalidateByTags.js +1 -1
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js +2 -2
- package/esm/funcs/edgeConfigCreateEdgeConfigToken.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js +2 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfig.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js +2 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js +2 -2
- package/esm/funcs/edgeConfigDeleteEdgeConfigTokens.js.map +1 -1
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js +2 -2
- package/esm/funcs/edgeConfigPatchEdgeConfigSchema.js.map +1 -1
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js +2 -2
- package/esm/funcs/edgeConfigUpdateEdgeConfig.js.map +1 -1
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js +2 -2
- package/esm/funcs/integrationsCreateIntegrationStoreDirect.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts +20 -0
- package/esm/funcs/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
- package/esm/funcs/projectsBatchRemoveProjectEnv.js +95 -0
- package/esm/funcs/projectsBatchRemoveProjectEnv.js.map +1 -0
- package/esm/funcs/projectsUploadProjectClientCert.d.ts +19 -0
- package/esm/funcs/projectsUploadProjectClientCert.d.ts.map +1 -0
- package/esm/funcs/projectsUploadProjectClientCert.js +94 -0
- package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +1 -1
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +1 -1
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts +7 -0
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js +28 -0
- package/esm/mcp-server/tools/projectsBatchRemoveProjectEnv.js.map +1 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts +7 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts.map +1 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.js +28 -0
- package/esm/mcp-server/tools/projectsUploadProjectClientCert.js.map +1 -0
- package/esm/models/batchremoveprojectenvop.d.ts +99 -0
- package/esm/models/batchremoveprojectenvop.d.ts.map +1 -0
- package/esm/models/batchremoveprojectenvop.js +100 -0
- package/esm/models/batchremoveprojectenvop.js.map +1 -0
- package/esm/models/createintegrationstoredirectop.d.ts +285 -285
- package/esm/models/createintegrationstoredirectop.js +351 -351
- package/esm/models/createprojectop.d.ts +30 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +18 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +6 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getbillingplansop.d.ts +2 -2
- package/esm/models/getbillingplansop.d.ts.map +1 -1
- package/esm/models/getbillingplansop.js +2 -2
- package/esm/models/getbillingplansop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +302 -302
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +212 -212
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getwebhookop.d.ts +3 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +30 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +18 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/uploadprojectclientcertop.d.ts +122 -0
- package/esm/models/uploadprojectclientcertop.d.ts.map +1 -0
- package/esm/models/uploadprojectclientcertop.js +108 -0
- package/esm/models/uploadprojectclientcertop.js.map +1 -0
- package/esm/models/userevent.d.ts +1856 -1824
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2400 -2367
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgecache.d.ts +2 -2
- package/esm/sdk/edgecache.js +2 -2
- package/esm/sdk/projects.d.ts +16 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +20 -0
- package/esm/sdk/projects.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/domains.test.ts +9 -6
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +3 -3
- package/src/__tests__/logdrains.test.ts +3 -1
- package/src/__tests__/projects.test.ts +51 -0
- package/src/__tests__/rollingrelease.test.ts +6 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +1 -1
- package/src/funcs/edgeCacheInvalidateByTags.ts +1 -1
- package/src/funcs/edgeConfigCreateEdgeConfigToken.ts +2 -2
- package/src/funcs/edgeConfigDeleteEdgeConfig.ts +2 -2
- package/src/funcs/edgeConfigDeleteEdgeConfigSchema.ts +2 -2
- package/src/funcs/edgeConfigDeleteEdgeConfigTokens.ts +2 -2
- package/src/funcs/edgeConfigPatchEdgeConfigSchema.ts +2 -2
- package/src/funcs/edgeConfigUpdateEdgeConfig.ts +2 -2
- package/src/funcs/integrationsCreateIntegrationStoreDirect.ts +2 -2
- package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
- package/src/funcs/projectsBatchRemoveProjectEnv.ts +206 -0
- package/src/funcs/projectsUploadProjectClientCert.ts +198 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +1 -1
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +1 -1
- package/src/mcp-server/tools/projectsBatchRemoveProjectEnv.ts +37 -0
- package/src/mcp-server/tools/projectsUploadProjectClientCert.ts +38 -0
- package/src/models/batchremoveprojectenvop.ts +228 -0
- package/src/models/createintegrationstoredirectop.ts +604 -604
- package/src/models/createprojectop.ts +30 -30
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/getbillingplansop.ts +4 -4
- package/src/models/getconfigurationop.ts +651 -651
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/updateprojectop.ts +30 -30
- package/src/models/uploadprojectclientcertop.ts +263 -0
- package/src/models/userevent.ts +4207 -4130
- package/src/sdk/edgecache.ts +2 -2
- package/src/sdk/projects.ts +44 -0
- package/vercel-spec.json +609 -287
package/vercel-spec.json
CHANGED
|
@@ -22683,7 +22683,7 @@
|
|
|
22683
22683
|
"bearerToken": []
|
|
22684
22684
|
}
|
|
22685
22685
|
],
|
|
22686
|
-
"summary": "Invalidate
|
|
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
|
|
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@
|
|
29701
|
+
"__@BRAND@543559": {
|
|
29681
29702
|
"type": "object"
|
|
29682
29703
|
}
|
|
29683
29704
|
},
|
|
29684
29705
|
"required": [
|
|
29685
|
-
"__@BRAND@
|
|
29706
|
+
"__@BRAND@543559"
|
|
29686
29707
|
]
|
|
29687
29708
|
},
|
|
29688
29709
|
"maxLength": {
|
|
29689
29710
|
"type": "object",
|
|
29690
29711
|
"properties": {
|
|
29691
|
-
"__@BRAND@
|
|
29712
|
+
"__@BRAND@543559": {
|
|
29692
29713
|
"type": "object"
|
|
29693
29714
|
}
|
|
29694
29715
|
},
|
|
29695
29716
|
"required": [
|
|
29696
|
-
"__@BRAND@
|
|
29717
|
+
"__@BRAND@543559"
|
|
29697
29718
|
]
|
|
29698
29719
|
},
|
|
29699
29720
|
"pattern": {
|
|
29700
29721
|
"type": "object",
|
|
29701
29722
|
"properties": {
|
|
29702
|
-
"__@BRAND@
|
|
29723
|
+
"__@BRAND@543559": {
|
|
29703
29724
|
"type": "object"
|
|
29704
29725
|
}
|
|
29705
29726
|
},
|
|
29706
29727
|
"required": [
|
|
29707
|
-
"__@BRAND@
|
|
29728
|
+
"__@BRAND@543559"
|
|
29708
29729
|
]
|
|
29709
29730
|
},
|
|
29710
29731
|
"default": {
|
|
@@ -30387,34 +30408,34 @@
|
|
|
30387
30408
|
"minLength": {
|
|
30388
30409
|
"type": "object",
|
|
30389
30410
|
"properties": {
|
|
30390
|
-
"__@BRAND@
|
|
30411
|
+
"__@BRAND@543559": {
|
|
30391
30412
|
"type": "object"
|
|
30392
30413
|
}
|
|
30393
30414
|
},
|
|
30394
30415
|
"required": [
|
|
30395
|
-
"__@BRAND@
|
|
30416
|
+
"__@BRAND@543559"
|
|
30396
30417
|
]
|
|
30397
30418
|
},
|
|
30398
30419
|
"maxLength": {
|
|
30399
30420
|
"type": "object",
|
|
30400
30421
|
"properties": {
|
|
30401
|
-
"__@BRAND@
|
|
30422
|
+
"__@BRAND@543559": {
|
|
30402
30423
|
"type": "object"
|
|
30403
30424
|
}
|
|
30404
30425
|
},
|
|
30405
30426
|
"required": [
|
|
30406
|
-
"__@BRAND@
|
|
30427
|
+
"__@BRAND@543559"
|
|
30407
30428
|
]
|
|
30408
30429
|
},
|
|
30409
30430
|
"pattern": {
|
|
30410
30431
|
"type": "object",
|
|
30411
30432
|
"properties": {
|
|
30412
|
-
"__@BRAND@
|
|
30433
|
+
"__@BRAND@543559": {
|
|
30413
30434
|
"type": "object"
|
|
30414
30435
|
}
|
|
30415
30436
|
},
|
|
30416
30437
|
"required": [
|
|
30417
|
-
"__@BRAND@
|
|
30438
|
+
"__@BRAND@543559"
|
|
30418
30439
|
]
|
|
30419
30440
|
},
|
|
30420
30441
|
"default": {
|
|
@@ -30572,34 +30593,34 @@
|
|
|
30572
30593
|
"minLength": {
|
|
30573
30594
|
"type": "object",
|
|
30574
30595
|
"properties": {
|
|
30575
|
-
"__@BRAND@
|
|
30596
|
+
"__@BRAND@543559": {
|
|
30576
30597
|
"type": "object"
|
|
30577
30598
|
}
|
|
30578
30599
|
},
|
|
30579
30600
|
"required": [
|
|
30580
|
-
"__@BRAND@
|
|
30601
|
+
"__@BRAND@543559"
|
|
30581
30602
|
]
|
|
30582
30603
|
},
|
|
30583
30604
|
"maxLength": {
|
|
30584
30605
|
"type": "object",
|
|
30585
30606
|
"properties": {
|
|
30586
|
-
"__@BRAND@
|
|
30607
|
+
"__@BRAND@543559": {
|
|
30587
30608
|
"type": "object"
|
|
30588
30609
|
}
|
|
30589
30610
|
},
|
|
30590
30611
|
"required": [
|
|
30591
|
-
"__@BRAND@
|
|
30612
|
+
"__@BRAND@543559"
|
|
30592
30613
|
]
|
|
30593
30614
|
},
|
|
30594
30615
|
"pattern": {
|
|
30595
30616
|
"type": "object",
|
|
30596
30617
|
"properties": {
|
|
30597
|
-
"__@BRAND@
|
|
30618
|
+
"__@BRAND@543559": {
|
|
30598
30619
|
"type": "object"
|
|
30599
30620
|
}
|
|
30600
30621
|
},
|
|
30601
30622
|
"required": [
|
|
30602
|
-
"__@BRAND@
|
|
30623
|
+
"__@BRAND@543559"
|
|
30603
30624
|
]
|
|
30604
30625
|
},
|
|
30605
30626
|
"default": {
|
|
@@ -30910,12 +30931,12 @@
|
|
|
30910
30931
|
{
|
|
30911
30932
|
"type": "object",
|
|
30912
30933
|
"properties": {
|
|
30913
|
-
"__@BRAND@
|
|
30934
|
+
"__@BRAND@543559": {
|
|
30914
30935
|
"type": "object"
|
|
30915
30936
|
}
|
|
30916
30937
|
},
|
|
30917
30938
|
"required": [
|
|
30918
|
-
"__@BRAND@
|
|
30939
|
+
"__@BRAND@543559"
|
|
30919
30940
|
]
|
|
30920
30941
|
},
|
|
30921
30942
|
{
|
|
@@ -30923,12 +30944,12 @@
|
|
|
30923
30944
|
"value": {
|
|
30924
30945
|
"type": "object",
|
|
30925
30946
|
"properties": {
|
|
30926
|
-
"__@BRAND@
|
|
30947
|
+
"__@BRAND@543559": {
|
|
30927
30948
|
"type": "object"
|
|
30928
30949
|
}
|
|
30929
30950
|
},
|
|
30930
30951
|
"required": [
|
|
30931
|
-
"__@BRAND@
|
|
30952
|
+
"__@BRAND@543559"
|
|
30932
30953
|
]
|
|
30933
30954
|
},
|
|
30934
30955
|
"disabled": {
|
|
@@ -30997,34 +31018,34 @@
|
|
|
30997
31018
|
"minLength": {
|
|
30998
31019
|
"type": "object",
|
|
30999
31020
|
"properties": {
|
|
31000
|
-
"__@BRAND@
|
|
31021
|
+
"__@BRAND@543559": {
|
|
31001
31022
|
"type": "object"
|
|
31002
31023
|
}
|
|
31003
31024
|
},
|
|
31004
31025
|
"required": [
|
|
31005
|
-
"__@BRAND@
|
|
31026
|
+
"__@BRAND@543559"
|
|
31006
31027
|
]
|
|
31007
31028
|
},
|
|
31008
31029
|
"maxLength": {
|
|
31009
31030
|
"type": "object",
|
|
31010
31031
|
"properties": {
|
|
31011
|
-
"__@BRAND@
|
|
31032
|
+
"__@BRAND@543559": {
|
|
31012
31033
|
"type": "object"
|
|
31013
31034
|
}
|
|
31014
31035
|
},
|
|
31015
31036
|
"required": [
|
|
31016
|
-
"__@BRAND@
|
|
31037
|
+
"__@BRAND@543559"
|
|
31017
31038
|
]
|
|
31018
31039
|
},
|
|
31019
31040
|
"pattern": {
|
|
31020
31041
|
"type": "object",
|
|
31021
31042
|
"properties": {
|
|
31022
|
-
"__@BRAND@
|
|
31043
|
+
"__@BRAND@543559": {
|
|
31023
31044
|
"type": "object"
|
|
31024
31045
|
}
|
|
31025
31046
|
},
|
|
31026
31047
|
"required": [
|
|
31027
|
-
"__@BRAND@
|
|
31048
|
+
"__@BRAND@543559"
|
|
31028
31049
|
]
|
|
31029
31050
|
},
|
|
31030
31051
|
"default": {
|
|
@@ -31182,34 +31203,34 @@
|
|
|
31182
31203
|
"minLength": {
|
|
31183
31204
|
"type": "object",
|
|
31184
31205
|
"properties": {
|
|
31185
|
-
"__@BRAND@
|
|
31206
|
+
"__@BRAND@543559": {
|
|
31186
31207
|
"type": "object"
|
|
31187
31208
|
}
|
|
31188
31209
|
},
|
|
31189
31210
|
"required": [
|
|
31190
|
-
"__@BRAND@
|
|
31211
|
+
"__@BRAND@543559"
|
|
31191
31212
|
]
|
|
31192
31213
|
},
|
|
31193
31214
|
"maxLength": {
|
|
31194
31215
|
"type": "object",
|
|
31195
31216
|
"properties": {
|
|
31196
|
-
"__@BRAND@
|
|
31217
|
+
"__@BRAND@543559": {
|
|
31197
31218
|
"type": "object"
|
|
31198
31219
|
}
|
|
31199
31220
|
},
|
|
31200
31221
|
"required": [
|
|
31201
|
-
"__@BRAND@
|
|
31222
|
+
"__@BRAND@543559"
|
|
31202
31223
|
]
|
|
31203
31224
|
},
|
|
31204
31225
|
"pattern": {
|
|
31205
31226
|
"type": "object",
|
|
31206
31227
|
"properties": {
|
|
31207
|
-
"__@BRAND@
|
|
31228
|
+
"__@BRAND@543559": {
|
|
31208
31229
|
"type": "object"
|
|
31209
31230
|
}
|
|
31210
31231
|
},
|
|
31211
31232
|
"required": [
|
|
31212
|
-
"__@BRAND@
|
|
31233
|
+
"__@BRAND@543559"
|
|
31213
31234
|
]
|
|
31214
31235
|
},
|
|
31215
31236
|
"default": {
|
|
@@ -31298,12 +31319,12 @@
|
|
|
31298
31319
|
{
|
|
31299
31320
|
"type": "object",
|
|
31300
31321
|
"properties": {
|
|
31301
|
-
"__@BRAND@
|
|
31322
|
+
"__@BRAND@543559": {
|
|
31302
31323
|
"type": "object"
|
|
31303
31324
|
}
|
|
31304
31325
|
},
|
|
31305
31326
|
"required": [
|
|
31306
|
-
"__@BRAND@
|
|
31327
|
+
"__@BRAND@543559"
|
|
31307
31328
|
]
|
|
31308
31329
|
},
|
|
31309
31330
|
{
|
|
@@ -31311,12 +31332,12 @@
|
|
|
31311
31332
|
"value": {
|
|
31312
31333
|
"type": "object",
|
|
31313
31334
|
"properties": {
|
|
31314
|
-
"__@BRAND@
|
|
31335
|
+
"__@BRAND@543559": {
|
|
31315
31336
|
"type": "object"
|
|
31316
31337
|
}
|
|
31317
31338
|
},
|
|
31318
31339
|
"required": [
|
|
31319
|
-
"__@BRAND@
|
|
31340
|
+
"__@BRAND@543559"
|
|
31320
31341
|
]
|
|
31321
31342
|
},
|
|
31322
31343
|
"disabled": {
|
|
@@ -31502,12 +31523,12 @@
|
|
|
31502
31523
|
"items": {
|
|
31503
31524
|
"type": "object",
|
|
31504
31525
|
"properties": {
|
|
31505
|
-
"__@BRAND@
|
|
31526
|
+
"__@BRAND@543559": {
|
|
31506
31527
|
"type": "object"
|
|
31507
31528
|
}
|
|
31508
31529
|
},
|
|
31509
31530
|
"required": [
|
|
31510
|
-
"__@BRAND@
|
|
31531
|
+
"__@BRAND@543559"
|
|
31511
31532
|
]
|
|
31512
31533
|
},
|
|
31513
31534
|
"type": "array"
|
|
@@ -31516,12 +31537,12 @@
|
|
|
31516
31537
|
"items": {
|
|
31517
31538
|
"type": "object",
|
|
31518
31539
|
"properties": {
|
|
31519
|
-
"__@BRAND@
|
|
31540
|
+
"__@BRAND@543559": {
|
|
31520
31541
|
"type": "object"
|
|
31521
31542
|
}
|
|
31522
31543
|
},
|
|
31523
31544
|
"required": [
|
|
31524
|
-
"__@BRAND@
|
|
31545
|
+
"__@BRAND@543559"
|
|
31525
31546
|
]
|
|
31526
31547
|
},
|
|
31527
31548
|
"type": "array"
|
|
@@ -31555,34 +31576,34 @@
|
|
|
31555
31576
|
"minLength": {
|
|
31556
31577
|
"type": "object",
|
|
31557
31578
|
"properties": {
|
|
31558
|
-
"__@BRAND@
|
|
31579
|
+
"__@BRAND@543559": {
|
|
31559
31580
|
"type": "object"
|
|
31560
31581
|
}
|
|
31561
31582
|
},
|
|
31562
31583
|
"required": [
|
|
31563
|
-
"__@BRAND@
|
|
31584
|
+
"__@BRAND@543559"
|
|
31564
31585
|
]
|
|
31565
31586
|
},
|
|
31566
31587
|
"maxLength": {
|
|
31567
31588
|
"type": "object",
|
|
31568
31589
|
"properties": {
|
|
31569
|
-
"__@BRAND@
|
|
31590
|
+
"__@BRAND@543559": {
|
|
31570
31591
|
"type": "object"
|
|
31571
31592
|
}
|
|
31572
31593
|
},
|
|
31573
31594
|
"required": [
|
|
31574
|
-
"__@BRAND@
|
|
31595
|
+
"__@BRAND@543559"
|
|
31575
31596
|
]
|
|
31576
31597
|
},
|
|
31577
31598
|
"pattern": {
|
|
31578
31599
|
"type": "object",
|
|
31579
31600
|
"properties": {
|
|
31580
|
-
"__@BRAND@
|
|
31601
|
+
"__@BRAND@543559": {
|
|
31581
31602
|
"type": "object"
|
|
31582
31603
|
}
|
|
31583
31604
|
},
|
|
31584
31605
|
"required": [
|
|
31585
|
-
"__@BRAND@
|
|
31606
|
+
"__@BRAND@543559"
|
|
31586
31607
|
]
|
|
31587
31608
|
},
|
|
31588
31609
|
"default": {
|
|
@@ -31716,12 +31737,12 @@
|
|
|
31716
31737
|
"value": {
|
|
31717
31738
|
"type": "object",
|
|
31718
31739
|
"properties": {
|
|
31719
|
-
"__@BRAND@
|
|
31740
|
+
"__@BRAND@543559": {
|
|
31720
31741
|
"type": "object"
|
|
31721
31742
|
}
|
|
31722
31743
|
},
|
|
31723
31744
|
"required": [
|
|
31724
|
-
"__@BRAND@
|
|
31745
|
+
"__@BRAND@543559"
|
|
31725
31746
|
]
|
|
31726
31747
|
},
|
|
31727
31748
|
"disabled": {
|
|
@@ -39029,10 +39050,10 @@
|
|
|
39029
39050
|
"type": "string",
|
|
39030
39051
|
"enum": [
|
|
39031
39052
|
"system",
|
|
39053
|
+
"secret",
|
|
39032
39054
|
"encrypted",
|
|
39033
39055
|
"plain",
|
|
39034
|
-
"sensitive"
|
|
39035
|
-
"secret"
|
|
39056
|
+
"sensitive"
|
|
39036
39057
|
]
|
|
39037
39058
|
},
|
|
39038
39059
|
"sunsetSecretId": {
|
|
@@ -40036,17 +40057,17 @@
|
|
|
40036
40057
|
"github-limited"
|
|
40037
40058
|
]
|
|
40038
40059
|
},
|
|
40039
|
-
"
|
|
40040
|
-
"type": "string"
|
|
40041
|
-
},
|
|
40042
|
-
"repoId": {
|
|
40060
|
+
"updatedAt": {
|
|
40043
40061
|
"type": "number"
|
|
40044
40062
|
},
|
|
40045
40063
|
"createdAt": {
|
|
40046
40064
|
"type": "number"
|
|
40047
40065
|
},
|
|
40048
|
-
"
|
|
40049
|
-
"type": "
|
|
40066
|
+
"repo": {
|
|
40067
|
+
"type": "string"
|
|
40068
|
+
},
|
|
40069
|
+
"sourceless": {
|
|
40070
|
+
"type": "boolean"
|
|
40050
40071
|
},
|
|
40051
40072
|
"org": {
|
|
40052
40073
|
"type": "string"
|
|
@@ -40055,6 +40076,9 @@
|
|
|
40055
40076
|
"type": "number",
|
|
40056
40077
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
40057
40078
|
},
|
|
40079
|
+
"repoId": {
|
|
40080
|
+
"type": "number"
|
|
40081
|
+
},
|
|
40058
40082
|
"deployHooks": {
|
|
40059
40083
|
"items": {
|
|
40060
40084
|
"properties": {
|
|
@@ -40087,9 +40111,6 @@
|
|
|
40087
40111
|
"gitCredentialId": {
|
|
40088
40112
|
"type": "string"
|
|
40089
40113
|
},
|
|
40090
|
-
"sourceless": {
|
|
40091
|
-
"type": "boolean"
|
|
40092
|
-
},
|
|
40093
40114
|
"productionBranch": {
|
|
40094
40115
|
"type": "string"
|
|
40095
40116
|
}
|
|
@@ -40480,9 +40501,6 @@
|
|
|
40480
40501
|
},
|
|
40481
40502
|
"resourceConfig": {
|
|
40482
40503
|
"properties": {
|
|
40483
|
-
"elasticConcurrencyEnabled": {
|
|
40484
|
-
"type": "boolean"
|
|
40485
|
-
},
|
|
40486
40504
|
"fluid": {
|
|
40487
40505
|
"type": "boolean"
|
|
40488
40506
|
},
|
|
@@ -40506,6 +40524,9 @@
|
|
|
40506
40524
|
"functionZeroConfigFailover": {
|
|
40507
40525
|
"type": "boolean"
|
|
40508
40526
|
},
|
|
40527
|
+
"elasticConcurrencyEnabled": {
|
|
40528
|
+
"type": "boolean"
|
|
40529
|
+
},
|
|
40509
40530
|
"buildMachineType": {
|
|
40510
40531
|
"type": "string",
|
|
40511
40532
|
"enum": [
|
|
@@ -40606,9 +40627,6 @@
|
|
|
40606
40627
|
},
|
|
40607
40628
|
"defaultResourceConfig": {
|
|
40608
40629
|
"properties": {
|
|
40609
|
-
"elasticConcurrencyEnabled": {
|
|
40610
|
-
"type": "boolean"
|
|
40611
|
-
},
|
|
40612
40630
|
"fluid": {
|
|
40613
40631
|
"type": "boolean"
|
|
40614
40632
|
},
|
|
@@ -40632,6 +40650,9 @@
|
|
|
40632
40650
|
"functionZeroConfigFailover": {
|
|
40633
40651
|
"type": "boolean"
|
|
40634
40652
|
},
|
|
40653
|
+
"elasticConcurrencyEnabled": {
|
|
40654
|
+
"type": "boolean"
|
|
40655
|
+
},
|
|
40635
40656
|
"buildMachineType": {
|
|
40636
40657
|
"type": "string",
|
|
40637
40658
|
"enum": [
|
|
@@ -40676,8 +40697,8 @@
|
|
|
40676
40697
|
"deploymentType": {
|
|
40677
40698
|
"type": "string",
|
|
40678
40699
|
"enum": [
|
|
40679
|
-
"preview",
|
|
40680
40700
|
"all",
|
|
40701
|
+
"preview",
|
|
40681
40702
|
"prod_deployment_urls_and_all_previews",
|
|
40682
40703
|
"all_except_custom_domains"
|
|
40683
40704
|
]
|
|
@@ -42418,11 +42439,11 @@
|
|
|
42418
42439
|
"deploymentType": {
|
|
42419
42440
|
"type": "string",
|
|
42420
42441
|
"enum": [
|
|
42421
|
-
"preview",
|
|
42422
|
-
"production",
|
|
42423
42442
|
"all",
|
|
42443
|
+
"preview",
|
|
42424
42444
|
"prod_deployment_urls_and_all_previews",
|
|
42425
|
-
"all_except_custom_domains"
|
|
42445
|
+
"all_except_custom_domains",
|
|
42446
|
+
"production"
|
|
42426
42447
|
]
|
|
42427
42448
|
},
|
|
42428
42449
|
"addresses": {
|
|
@@ -42462,11 +42483,11 @@
|
|
|
42462
42483
|
"deploymentType": {
|
|
42463
42484
|
"type": "string",
|
|
42464
42485
|
"enum": [
|
|
42465
|
-
"preview",
|
|
42466
|
-
"production",
|
|
42467
42486
|
"all",
|
|
42487
|
+
"preview",
|
|
42468
42488
|
"prod_deployment_urls_and_all_previews",
|
|
42469
|
-
"all_except_custom_domains"
|
|
42489
|
+
"all_except_custom_domains",
|
|
42490
|
+
"production"
|
|
42470
42491
|
]
|
|
42471
42492
|
}
|
|
42472
42493
|
},
|
|
@@ -48661,10 +48682,10 @@
|
|
|
48661
48682
|
"type": "string",
|
|
48662
48683
|
"enum": [
|
|
48663
48684
|
"system",
|
|
48685
|
+
"secret",
|
|
48664
48686
|
"encrypted",
|
|
48665
48687
|
"plain",
|
|
48666
|
-
"sensitive"
|
|
48667
|
-
"secret"
|
|
48688
|
+
"sensitive"
|
|
48668
48689
|
]
|
|
48669
48690
|
},
|
|
48670
48691
|
"sunsetSecretId": {
|
|
@@ -49668,17 +49689,17 @@
|
|
|
49668
49689
|
"github-limited"
|
|
49669
49690
|
]
|
|
49670
49691
|
},
|
|
49671
|
-
"
|
|
49672
|
-
"type": "string"
|
|
49673
|
-
},
|
|
49674
|
-
"repoId": {
|
|
49692
|
+
"updatedAt": {
|
|
49675
49693
|
"type": "number"
|
|
49676
49694
|
},
|
|
49677
49695
|
"createdAt": {
|
|
49678
49696
|
"type": "number"
|
|
49679
49697
|
},
|
|
49680
|
-
"
|
|
49681
|
-
"type": "
|
|
49698
|
+
"repo": {
|
|
49699
|
+
"type": "string"
|
|
49700
|
+
},
|
|
49701
|
+
"sourceless": {
|
|
49702
|
+
"type": "boolean"
|
|
49682
49703
|
},
|
|
49683
49704
|
"org": {
|
|
49684
49705
|
"type": "string"
|
|
@@ -49687,6 +49708,9 @@
|
|
|
49687
49708
|
"type": "number",
|
|
49688
49709
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
49689
49710
|
},
|
|
49711
|
+
"repoId": {
|
|
49712
|
+
"type": "number"
|
|
49713
|
+
},
|
|
49690
49714
|
"deployHooks": {
|
|
49691
49715
|
"items": {
|
|
49692
49716
|
"properties": {
|
|
@@ -49719,9 +49743,6 @@
|
|
|
49719
49743
|
"gitCredentialId": {
|
|
49720
49744
|
"type": "string"
|
|
49721
49745
|
},
|
|
49722
|
-
"sourceless": {
|
|
49723
|
-
"type": "boolean"
|
|
49724
|
-
},
|
|
49725
49746
|
"productionBranch": {
|
|
49726
49747
|
"type": "string"
|
|
49727
49748
|
}
|
|
@@ -50112,9 +50133,6 @@
|
|
|
50112
50133
|
},
|
|
50113
50134
|
"resourceConfig": {
|
|
50114
50135
|
"properties": {
|
|
50115
|
-
"elasticConcurrencyEnabled": {
|
|
50116
|
-
"type": "boolean"
|
|
50117
|
-
},
|
|
50118
50136
|
"fluid": {
|
|
50119
50137
|
"type": "boolean"
|
|
50120
50138
|
},
|
|
@@ -50138,6 +50156,9 @@
|
|
|
50138
50156
|
"functionZeroConfigFailover": {
|
|
50139
50157
|
"type": "boolean"
|
|
50140
50158
|
},
|
|
50159
|
+
"elasticConcurrencyEnabled": {
|
|
50160
|
+
"type": "boolean"
|
|
50161
|
+
},
|
|
50141
50162
|
"buildMachineType": {
|
|
50142
50163
|
"type": "string",
|
|
50143
50164
|
"enum": [
|
|
@@ -50238,9 +50259,6 @@
|
|
|
50238
50259
|
},
|
|
50239
50260
|
"defaultResourceConfig": {
|
|
50240
50261
|
"properties": {
|
|
50241
|
-
"elasticConcurrencyEnabled": {
|
|
50242
|
-
"type": "boolean"
|
|
50243
|
-
},
|
|
50244
50262
|
"fluid": {
|
|
50245
50263
|
"type": "boolean"
|
|
50246
50264
|
},
|
|
@@ -50264,6 +50282,9 @@
|
|
|
50264
50282
|
"functionZeroConfigFailover": {
|
|
50265
50283
|
"type": "boolean"
|
|
50266
50284
|
},
|
|
50285
|
+
"elasticConcurrencyEnabled": {
|
|
50286
|
+
"type": "boolean"
|
|
50287
|
+
},
|
|
50267
50288
|
"buildMachineType": {
|
|
50268
50289
|
"type": "string",
|
|
50269
50290
|
"enum": [
|
|
@@ -50308,8 +50329,8 @@
|
|
|
50308
50329
|
"deploymentType": {
|
|
50309
50330
|
"type": "string",
|
|
50310
50331
|
"enum": [
|
|
50311
|
-
"preview",
|
|
50312
50332
|
"all",
|
|
50333
|
+
"preview",
|
|
50313
50334
|
"prod_deployment_urls_and_all_previews",
|
|
50314
50335
|
"all_except_custom_domains"
|
|
50315
50336
|
]
|
|
@@ -52050,11 +52071,11 @@
|
|
|
52050
52071
|
"deploymentType": {
|
|
52051
52072
|
"type": "string",
|
|
52052
52073
|
"enum": [
|
|
52053
|
-
"preview",
|
|
52054
|
-
"production",
|
|
52055
52074
|
"all",
|
|
52075
|
+
"preview",
|
|
52056
52076
|
"prod_deployment_urls_and_all_previews",
|
|
52057
|
-
"all_except_custom_domains"
|
|
52077
|
+
"all_except_custom_domains",
|
|
52078
|
+
"production"
|
|
52058
52079
|
]
|
|
52059
52080
|
},
|
|
52060
52081
|
"addresses": {
|
|
@@ -52094,11 +52115,11 @@
|
|
|
52094
52115
|
"deploymentType": {
|
|
52095
52116
|
"type": "string",
|
|
52096
52117
|
"enum": [
|
|
52097
|
-
"preview",
|
|
52098
|
-
"production",
|
|
52099
52118
|
"all",
|
|
52119
|
+
"preview",
|
|
52100
52120
|
"prod_deployment_urls_and_all_previews",
|
|
52101
|
-
"all_except_custom_domains"
|
|
52121
|
+
"all_except_custom_domains",
|
|
52122
|
+
"production"
|
|
52102
52123
|
]
|
|
52103
52124
|
}
|
|
52104
52125
|
},
|
|
@@ -62206,6 +62227,281 @@
|
|
|
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
|
+
},
|
|
62363
|
+
"/v1/projects/{idOrName}/client-cert": {
|
|
62364
|
+
"post": {
|
|
62365
|
+
"description": "Upload or update a client certificate for mTLS authentication to external origins. The certificate is uploaded to S3 in plaintext, while the private key is encrypted. A hash reference is stored in the project document. The certificate will be available in the deployment runtime for establishing mTLS connections.",
|
|
62366
|
+
"operationId": "uploadProjectClientCert",
|
|
62367
|
+
"security": [
|
|
62368
|
+
{
|
|
62369
|
+
"bearerToken": []
|
|
62370
|
+
}
|
|
62371
|
+
],
|
|
62372
|
+
"summary": "Upload client certificate for egress mTLS",
|
|
62373
|
+
"tags": [
|
|
62374
|
+
"projects"
|
|
62375
|
+
],
|
|
62376
|
+
"responses": {
|
|
62377
|
+
"200": {
|
|
62378
|
+
"description": "Client certificate uploaded successfully",
|
|
62379
|
+
"content": {
|
|
62380
|
+
"application/json": {
|
|
62381
|
+
"schema": {
|
|
62382
|
+
"properties": {
|
|
62383
|
+
"origin": {
|
|
62384
|
+
"type": "string"
|
|
62385
|
+
},
|
|
62386
|
+
"certId": {
|
|
62387
|
+
"type": "string"
|
|
62388
|
+
}
|
|
62389
|
+
},
|
|
62390
|
+
"required": [
|
|
62391
|
+
"origin",
|
|
62392
|
+
"certId"
|
|
62393
|
+
],
|
|
62394
|
+
"type": "object"
|
|
62395
|
+
}
|
|
62396
|
+
}
|
|
62397
|
+
}
|
|
62398
|
+
},
|
|
62399
|
+
"400": {
|
|
62400
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
62401
|
+
"content": {
|
|
62402
|
+
"application/json": {
|
|
62403
|
+
"schema": {
|
|
62404
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
62405
|
+
}
|
|
62406
|
+
}
|
|
62407
|
+
}
|
|
62408
|
+
},
|
|
62409
|
+
"401": {
|
|
62410
|
+
"description": "The request is not authorized.",
|
|
62411
|
+
"content": {
|
|
62412
|
+
"application/json": {
|
|
62413
|
+
"schema": {
|
|
62414
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
62415
|
+
}
|
|
62416
|
+
}
|
|
62417
|
+
}
|
|
62418
|
+
},
|
|
62419
|
+
"402": {
|
|
62420
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
62421
|
+
},
|
|
62422
|
+
"403": {
|
|
62423
|
+
"description": "You do not have permission to access this resource."
|
|
62424
|
+
},
|
|
62425
|
+
"409": {
|
|
62426
|
+
"description": "The project is being transferred and uploading certificates is not possible"
|
|
62427
|
+
},
|
|
62428
|
+
"500": {
|
|
62429
|
+
"description": "Failed to upload the client certificate\nFailed to encrypt the private key"
|
|
62430
|
+
}
|
|
62431
|
+
},
|
|
62432
|
+
"parameters": [
|
|
62433
|
+
{
|
|
62434
|
+
"name": "idOrName",
|
|
62435
|
+
"description": "The unique project identifier or the project name",
|
|
62436
|
+
"in": "path",
|
|
62437
|
+
"required": true,
|
|
62438
|
+
"schema": {
|
|
62439
|
+
"description": "The unique project identifier or the project name",
|
|
62440
|
+
"type": "string",
|
|
62441
|
+
"example": "prj_XLKmu1DyR1eY7zq8UgeRKbA7yVLA"
|
|
62442
|
+
}
|
|
62443
|
+
},
|
|
62444
|
+
{
|
|
62445
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
62446
|
+
"in": "query",
|
|
62447
|
+
"name": "teamId",
|
|
62448
|
+
"schema": {
|
|
62449
|
+
"type": "string",
|
|
62450
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
62451
|
+
}
|
|
62452
|
+
},
|
|
62453
|
+
{
|
|
62454
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
62455
|
+
"in": "query",
|
|
62456
|
+
"name": "slug",
|
|
62457
|
+
"schema": {
|
|
62458
|
+
"type": "string",
|
|
62459
|
+
"example": "my-team-url-slug"
|
|
62460
|
+
}
|
|
62461
|
+
}
|
|
62462
|
+
],
|
|
62463
|
+
"requestBody": {
|
|
62464
|
+
"content": {
|
|
62465
|
+
"application/json": {
|
|
62466
|
+
"schema": {
|
|
62467
|
+
"type": "object",
|
|
62468
|
+
"required": [
|
|
62469
|
+
"cert",
|
|
62470
|
+
"key"
|
|
62471
|
+
],
|
|
62472
|
+
"additionalProperties": false,
|
|
62473
|
+
"properties": {
|
|
62474
|
+
"cert": {
|
|
62475
|
+
"description": "The client certificate in PEM format",
|
|
62476
|
+
"type": "string",
|
|
62477
|
+
"example": "-----BEGIN CERTIFICATE-----\\\\n...\\\\n-----END CERTIFICATE-----"
|
|
62478
|
+
},
|
|
62479
|
+
"key": {
|
|
62480
|
+
"description": "The private key in PEM format",
|
|
62481
|
+
"type": "string",
|
|
62482
|
+
"example": "-----BEGIN PRIVATE KEY-----\\\\n...\\\\n-----END PRIVATE KEY-----"
|
|
62483
|
+
},
|
|
62484
|
+
"ca": {
|
|
62485
|
+
"description": "The certificate authority in PEM format",
|
|
62486
|
+
"type": "string",
|
|
62487
|
+
"example": "-----BEGIN CERTIFICATE-----\\\\n...\\\\n-----END CERTIFICATE-----"
|
|
62488
|
+
},
|
|
62489
|
+
"origin": {
|
|
62490
|
+
"description": "The origin this certificate should be used for. If not specified, the certificate will be project-wide.",
|
|
62491
|
+
"type": "string",
|
|
62492
|
+
"example": "https://api.example.com"
|
|
62493
|
+
},
|
|
62494
|
+
"skipValidation": {
|
|
62495
|
+
"type": "boolean",
|
|
62496
|
+
"description": "Skip validation of the certificate"
|
|
62497
|
+
}
|
|
62498
|
+
}
|
|
62499
|
+
}
|
|
62500
|
+
}
|
|
62501
|
+
}
|
|
62502
|
+
}
|
|
62503
|
+
}
|
|
62504
|
+
},
|
|
62209
62505
|
"/v1/projects/{idOrName}/rolling-release/billing": {
|
|
62210
62506
|
"get": {
|
|
62211
62507
|
"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 +69800,34 @@
|
|
|
69504
69800
|
"maxLength": {
|
|
69505
69801
|
"type": "object",
|
|
69506
69802
|
"properties": {
|
|
69507
|
-
"__@BRAND@
|
|
69803
|
+
"__@BRAND@8487": {
|
|
69508
69804
|
"type": "object"
|
|
69509
69805
|
}
|
|
69510
69806
|
},
|
|
69511
69807
|
"required": [
|
|
69512
|
-
"__@BRAND@
|
|
69808
|
+
"__@BRAND@8487"
|
|
69513
69809
|
]
|
|
69514
69810
|
},
|
|
69515
69811
|
"minLength": {
|
|
69516
69812
|
"type": "object",
|
|
69517
69813
|
"properties": {
|
|
69518
|
-
"__@BRAND@
|
|
69814
|
+
"__@BRAND@8487": {
|
|
69519
69815
|
"type": "object"
|
|
69520
69816
|
}
|
|
69521
69817
|
},
|
|
69522
69818
|
"required": [
|
|
69523
|
-
"__@BRAND@
|
|
69819
|
+
"__@BRAND@8487"
|
|
69524
69820
|
]
|
|
69525
69821
|
},
|
|
69526
69822
|
"pattern": {
|
|
69527
69823
|
"type": "object",
|
|
69528
69824
|
"properties": {
|
|
69529
|
-
"__@BRAND@
|
|
69825
|
+
"__@BRAND@8487": {
|
|
69530
69826
|
"type": "object"
|
|
69531
69827
|
}
|
|
69532
69828
|
},
|
|
69533
69829
|
"required": [
|
|
69534
|
-
"__@BRAND@
|
|
69830
|
+
"__@BRAND@8487"
|
|
69535
69831
|
]
|
|
69536
69832
|
},
|
|
69537
69833
|
"description": {
|
|
@@ -70214,34 +70510,34 @@
|
|
|
70214
70510
|
"maxLength": {
|
|
70215
70511
|
"type": "object",
|
|
70216
70512
|
"properties": {
|
|
70217
|
-
"__@BRAND@
|
|
70513
|
+
"__@BRAND@8487": {
|
|
70218
70514
|
"type": "object"
|
|
70219
70515
|
}
|
|
70220
70516
|
},
|
|
70221
70517
|
"required": [
|
|
70222
|
-
"__@BRAND@
|
|
70518
|
+
"__@BRAND@8487"
|
|
70223
70519
|
]
|
|
70224
70520
|
},
|
|
70225
70521
|
"minLength": {
|
|
70226
70522
|
"type": "object",
|
|
70227
70523
|
"properties": {
|
|
70228
|
-
"__@BRAND@
|
|
70524
|
+
"__@BRAND@8487": {
|
|
70229
70525
|
"type": "object"
|
|
70230
70526
|
}
|
|
70231
70527
|
},
|
|
70232
70528
|
"required": [
|
|
70233
|
-
"__@BRAND@
|
|
70529
|
+
"__@BRAND@8487"
|
|
70234
70530
|
]
|
|
70235
70531
|
},
|
|
70236
70532
|
"pattern": {
|
|
70237
70533
|
"type": "object",
|
|
70238
70534
|
"properties": {
|
|
70239
|
-
"__@BRAND@
|
|
70535
|
+
"__@BRAND@8487": {
|
|
70240
70536
|
"type": "object"
|
|
70241
70537
|
}
|
|
70242
70538
|
},
|
|
70243
70539
|
"required": [
|
|
70244
|
-
"__@BRAND@
|
|
70540
|
+
"__@BRAND@8487"
|
|
70245
70541
|
]
|
|
70246
70542
|
},
|
|
70247
70543
|
"description": {
|
|
@@ -70390,34 +70686,34 @@
|
|
|
70390
70686
|
"minLength": {
|
|
70391
70687
|
"type": "object",
|
|
70392
70688
|
"properties": {
|
|
70393
|
-
"__@BRAND@
|
|
70689
|
+
"__@BRAND@8487": {
|
|
70394
70690
|
"type": "object"
|
|
70395
70691
|
}
|
|
70396
70692
|
},
|
|
70397
70693
|
"required": [
|
|
70398
|
-
"__@BRAND@
|
|
70694
|
+
"__@BRAND@8487"
|
|
70399
70695
|
]
|
|
70400
70696
|
},
|
|
70401
70697
|
"maxLength": {
|
|
70402
70698
|
"type": "object",
|
|
70403
70699
|
"properties": {
|
|
70404
|
-
"__@BRAND@
|
|
70700
|
+
"__@BRAND@8487": {
|
|
70405
70701
|
"type": "object"
|
|
70406
70702
|
}
|
|
70407
70703
|
},
|
|
70408
70704
|
"required": [
|
|
70409
|
-
"__@BRAND@
|
|
70705
|
+
"__@BRAND@8487"
|
|
70410
70706
|
]
|
|
70411
70707
|
},
|
|
70412
70708
|
"pattern": {
|
|
70413
70709
|
"type": "object",
|
|
70414
70710
|
"properties": {
|
|
70415
|
-
"__@BRAND@
|
|
70711
|
+
"__@BRAND@8487": {
|
|
70416
70712
|
"type": "object"
|
|
70417
70713
|
}
|
|
70418
70714
|
},
|
|
70419
70715
|
"required": [
|
|
70420
|
-
"__@BRAND@
|
|
70716
|
+
"__@BRAND@8487"
|
|
70421
70717
|
]
|
|
70422
70718
|
},
|
|
70423
70719
|
"default": {
|
|
@@ -70734,12 +71030,12 @@
|
|
|
70734
71030
|
{
|
|
70735
71031
|
"type": "object",
|
|
70736
71032
|
"properties": {
|
|
70737
|
-
"__@BRAND@
|
|
71033
|
+
"__@BRAND@8487": {
|
|
70738
71034
|
"type": "object"
|
|
70739
71035
|
}
|
|
70740
71036
|
},
|
|
70741
71037
|
"required": [
|
|
70742
|
-
"__@BRAND@
|
|
71038
|
+
"__@BRAND@8487"
|
|
70743
71039
|
]
|
|
70744
71040
|
},
|
|
70745
71041
|
{
|
|
@@ -70747,12 +71043,12 @@
|
|
|
70747
71043
|
"value": {
|
|
70748
71044
|
"type": "object",
|
|
70749
71045
|
"properties": {
|
|
70750
|
-
"__@BRAND@
|
|
71046
|
+
"__@BRAND@8487": {
|
|
70751
71047
|
"type": "object"
|
|
70752
71048
|
}
|
|
70753
71049
|
},
|
|
70754
71050
|
"required": [
|
|
70755
|
-
"__@BRAND@
|
|
71051
|
+
"__@BRAND@8487"
|
|
70756
71052
|
]
|
|
70757
71053
|
},
|
|
70758
71054
|
"disabled": {
|
|
@@ -70824,34 +71120,34 @@
|
|
|
70824
71120
|
"maxLength": {
|
|
70825
71121
|
"type": "object",
|
|
70826
71122
|
"properties": {
|
|
70827
|
-
"__@BRAND@
|
|
71123
|
+
"__@BRAND@8487": {
|
|
70828
71124
|
"type": "object"
|
|
70829
71125
|
}
|
|
70830
71126
|
},
|
|
70831
71127
|
"required": [
|
|
70832
|
-
"__@BRAND@
|
|
71128
|
+
"__@BRAND@8487"
|
|
70833
71129
|
]
|
|
70834
71130
|
},
|
|
70835
71131
|
"minLength": {
|
|
70836
71132
|
"type": "object",
|
|
70837
71133
|
"properties": {
|
|
70838
|
-
"__@BRAND@
|
|
71134
|
+
"__@BRAND@8487": {
|
|
70839
71135
|
"type": "object"
|
|
70840
71136
|
}
|
|
70841
71137
|
},
|
|
70842
71138
|
"required": [
|
|
70843
|
-
"__@BRAND@
|
|
71139
|
+
"__@BRAND@8487"
|
|
70844
71140
|
]
|
|
70845
71141
|
},
|
|
70846
71142
|
"pattern": {
|
|
70847
71143
|
"type": "object",
|
|
70848
71144
|
"properties": {
|
|
70849
|
-
"__@BRAND@
|
|
71145
|
+
"__@BRAND@8487": {
|
|
70850
71146
|
"type": "object"
|
|
70851
71147
|
}
|
|
70852
71148
|
},
|
|
70853
71149
|
"required": [
|
|
70854
|
-
"__@BRAND@
|
|
71150
|
+
"__@BRAND@8487"
|
|
70855
71151
|
]
|
|
70856
71152
|
},
|
|
70857
71153
|
"description": {
|
|
@@ -71001,34 +71297,34 @@
|
|
|
71001
71297
|
"maxLength": {
|
|
71002
71298
|
"type": "object",
|
|
71003
71299
|
"properties": {
|
|
71004
|
-
"__@BRAND@
|
|
71300
|
+
"__@BRAND@8487": {
|
|
71005
71301
|
"type": "object"
|
|
71006
71302
|
}
|
|
71007
71303
|
},
|
|
71008
71304
|
"required": [
|
|
71009
|
-
"__@BRAND@
|
|
71305
|
+
"__@BRAND@8487"
|
|
71010
71306
|
]
|
|
71011
71307
|
},
|
|
71012
71308
|
"minLength": {
|
|
71013
71309
|
"type": "object",
|
|
71014
71310
|
"properties": {
|
|
71015
|
-
"__@BRAND@
|
|
71311
|
+
"__@BRAND@8487": {
|
|
71016
71312
|
"type": "object"
|
|
71017
71313
|
}
|
|
71018
71314
|
},
|
|
71019
71315
|
"required": [
|
|
71020
|
-
"__@BRAND@
|
|
71316
|
+
"__@BRAND@8487"
|
|
71021
71317
|
]
|
|
71022
71318
|
},
|
|
71023
71319
|
"pattern": {
|
|
71024
71320
|
"type": "object",
|
|
71025
71321
|
"properties": {
|
|
71026
|
-
"__@BRAND@
|
|
71322
|
+
"__@BRAND@8487": {
|
|
71027
71323
|
"type": "object"
|
|
71028
71324
|
}
|
|
71029
71325
|
},
|
|
71030
71326
|
"required": [
|
|
71031
|
-
"__@BRAND@
|
|
71327
|
+
"__@BRAND@8487"
|
|
71032
71328
|
]
|
|
71033
71329
|
},
|
|
71034
71330
|
"description": {
|
|
@@ -71159,12 +71455,12 @@
|
|
|
71159
71455
|
"value": {
|
|
71160
71456
|
"type": "object",
|
|
71161
71457
|
"properties": {
|
|
71162
|
-
"__@BRAND@
|
|
71458
|
+
"__@BRAND@8487": {
|
|
71163
71459
|
"type": "object"
|
|
71164
71460
|
}
|
|
71165
71461
|
},
|
|
71166
71462
|
"required": [
|
|
71167
|
-
"__@BRAND@
|
|
71463
|
+
"__@BRAND@8487"
|
|
71168
71464
|
]
|
|
71169
71465
|
},
|
|
71170
71466
|
"disabled": {
|
|
@@ -71413,12 +71709,12 @@
|
|
|
71413
71709
|
"value": {
|
|
71414
71710
|
"type": "object",
|
|
71415
71711
|
"properties": {
|
|
71416
|
-
"__@BRAND@
|
|
71712
|
+
"__@BRAND@8487": {
|
|
71417
71713
|
"type": "object"
|
|
71418
71714
|
}
|
|
71419
71715
|
},
|
|
71420
71716
|
"required": [
|
|
71421
|
-
"__@BRAND@
|
|
71717
|
+
"__@BRAND@8487"
|
|
71422
71718
|
]
|
|
71423
71719
|
},
|
|
71424
71720
|
"disabled": {
|
|
@@ -71710,6 +72006,9 @@
|
|
|
71710
72006
|
}
|
|
71711
72007
|
}
|
|
71712
72008
|
},
|
|
72009
|
+
"409": {
|
|
72010
|
+
"description": ""
|
|
72011
|
+
},
|
|
71713
72012
|
"429": {
|
|
71714
72013
|
"description": "",
|
|
71715
72014
|
"content": {
|
|
@@ -75062,6 +75361,7 @@
|
|
|
75062
75361
|
"marketplace.invoice.refunded",
|
|
75063
75362
|
"observability.anomaly",
|
|
75064
75363
|
"observability.anomaly-error",
|
|
75364
|
+
"observability.anomaly-botId",
|
|
75065
75365
|
"test-webhook"
|
|
75066
75366
|
],
|
|
75067
75367
|
"description": "The webhooks events",
|
|
@@ -75331,6 +75631,7 @@
|
|
|
75331
75631
|
"marketplace.invoice.refunded",
|
|
75332
75632
|
"observability.anomaly",
|
|
75333
75633
|
"observability.anomaly-error",
|
|
75634
|
+
"observability.anomaly-botId",
|
|
75334
75635
|
"test-webhook"
|
|
75335
75636
|
],
|
|
75336
75637
|
"x-speakeasy-enums": {
|
|
@@ -75601,6 +75902,7 @@
|
|
|
75601
75902
|
"marketplace.invoice.refunded",
|
|
75602
75903
|
"observability.anomaly",
|
|
75603
75904
|
"observability.anomaly-error",
|
|
75905
|
+
"observability.anomaly-botId",
|
|
75604
75906
|
"test-webhook"
|
|
75605
75907
|
],
|
|
75606
75908
|
"description": "The webhooks events",
|
|
@@ -75810,6 +76112,7 @@
|
|
|
75810
76112
|
"marketplace.invoice.refunded",
|
|
75811
76113
|
"observability.anomaly",
|
|
75812
76114
|
"observability.anomaly-error",
|
|
76115
|
+
"observability.anomaly-botId",
|
|
75813
76116
|
"test-webhook"
|
|
75814
76117
|
],
|
|
75815
76118
|
"description": "The webhooks events",
|
|
@@ -76094,6 +76397,7 @@
|
|
|
76094
76397
|
"marketplace.invoice.refunded",
|
|
76095
76398
|
"observability.anomaly",
|
|
76096
76399
|
"observability.anomaly-error",
|
|
76400
|
+
"observability.anomaly-botId",
|
|
76097
76401
|
"test-webhook"
|
|
76098
76402
|
],
|
|
76099
76403
|
"description": "The webhooks events",
|
|
@@ -80627,6 +80931,24 @@
|
|
|
80627
80931
|
"type": "object",
|
|
80628
80932
|
"description": "The payload of the event, if requested."
|
|
80629
80933
|
},
|
|
80934
|
+
{
|
|
80935
|
+
"properties": {
|
|
80936
|
+
"projectId": {
|
|
80937
|
+
"type": "string"
|
|
80938
|
+
},
|
|
80939
|
+
"projectName": {
|
|
80940
|
+
"type": "string"
|
|
80941
|
+
},
|
|
80942
|
+
"target": {
|
|
80943
|
+
"items": {
|
|
80944
|
+
"type": "string"
|
|
80945
|
+
},
|
|
80946
|
+
"type": "array"
|
|
80947
|
+
}
|
|
80948
|
+
},
|
|
80949
|
+
"type": "object",
|
|
80950
|
+
"description": "The payload of the event, if requested."
|
|
80951
|
+
},
|
|
80630
80952
|
{
|
|
80631
80953
|
"properties": {
|
|
80632
80954
|
"reason": {
|