Skip to content

Commit 71ac2e6

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#238)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent d7d8d37 commit 71ac2e6

5 files changed

Lines changed: 57 additions & 1 deletion

src/libs/Vercel/Generated/Vercel.Models.GetConnectorTokenResponse.g.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ public sealed partial class GetConnectorTokenResponse
1515
[global::System.Text.Json.Serialization.JsonRequired]
1616
public required string Token { get; set; }
1717

18+
/// <summary>
19+
///
20+
/// </summary>
21+
[global::System.Text.Json.Serialization.JsonPropertyName("tokenId")]
22+
[global::System.Text.Json.Serialization.JsonRequired]
23+
public required string TokenId { get; set; }
24+
1825
/// <summary>
1926
///
2027
/// </summary>
@@ -69,6 +76,7 @@ public sealed partial class GetConnectorTokenResponse
6976
/// Initializes a new instance of the <see cref="GetConnectorTokenResponse" /> class.
7077
/// </summary>
7178
/// <param name="token"></param>
79+
/// <param name="tokenId"></param>
7280
/// <param name="expiresAt"></param>
7381
/// <param name="connector"></param>
7482
/// <param name="name"></param>
@@ -83,6 +91,7 @@ public sealed partial class GetConnectorTokenResponse
8391
#endif
8492
public GetConnectorTokenResponse(
8593
string token,
94+
string tokenId,
8695
double expiresAt,
8796
global::Vercel.GetConnectorTokenResponseConnector connector,
8897
string? name,
@@ -92,6 +101,7 @@ public GetConnectorTokenResponse(
92101
object? metadata)
93102
{
94103
this.Token = token ?? throw new global::System.ArgumentNullException(nameof(token));
104+
this.TokenId = tokenId ?? throw new global::System.ArgumentNullException(nameof(tokenId));
95105
this.ExpiresAt = expiresAt;
96106
this.Connector = connector ?? throw new global::System.ArgumentNullException(nameof(connector));
97107
this.Name = name;

src/libs/Vercel/Generated/Vercel.Models.ListEventTypeName.g.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ public enum ListEventTypeName
432432
/// <summary>
433433
///
434434
/// </summary>
435+
CustomEnvironmentsSettingsUpdated,
436+
/// <summary>
437+
///
438+
/// </summary>
435439
CustomSuffixClear,
436440
/// <summary>
437441
///
@@ -1056,6 +1060,10 @@ public enum ListEventTypeName
10561060
/// <summary>
10571061
///
10581062
/// </summary>
1063+
OrganizationTeamCreate,
1064+
/// <summary>
1065+
///
1066+
/// </summary>
10591067
OwnerBlocked,
10601068
/// <summary>
10611069
///
@@ -2324,6 +2332,7 @@ public static string ToValueString(this ListEventTypeName value)
23242332
ListEventTypeName.CustomAlertCreated => "custom-alert-created",
23252333
ListEventTypeName.CustomAlertDeleted => "custom-alert-deleted",
23262334
ListEventTypeName.CustomAlertUpdated => "custom-alert-updated",
2335+
ListEventTypeName.CustomEnvironmentsSettingsUpdated => "custom-environments-settings-updated",
23272336
ListEventTypeName.CustomSuffixClear => "custom-suffix-clear",
23282337
ListEventTypeName.CustomSuffixDisable => "custom-suffix-disable",
23292338
ListEventTypeName.CustomSuffixEnable => "custom-suffix-enable",
@@ -2480,6 +2489,7 @@ public static string ToValueString(this ListEventTypeName value)
24802489
ListEventTypeName.OrganizationDelete => "organization-delete",
24812490
ListEventTypeName.OrganizationSlugUpdate => "organization-slug-update",
24822491
ListEventTypeName.OrganizationTeamAdd => "organization-team-add",
2492+
ListEventTypeName.OrganizationTeamCreate => "organization-team-create",
24832493
ListEventTypeName.OwnerBlocked => "owner-blocked",
24842494
ListEventTypeName.OwnerSoftBlocked => "owner-soft-blocked",
24852495
ListEventTypeName.OwnerSoftUnblocked => "owner-soft-unblocked",
@@ -2883,6 +2893,7 @@ public static string ToValueString(this ListEventTypeName value)
28832893
"custom-alert-created" => ListEventTypeName.CustomAlertCreated,
28842894
"custom-alert-deleted" => ListEventTypeName.CustomAlertDeleted,
28852895
"custom-alert-updated" => ListEventTypeName.CustomAlertUpdated,
2896+
"custom-environments-settings-updated" => ListEventTypeName.CustomEnvironmentsSettingsUpdated,
28862897
"custom-suffix-clear" => ListEventTypeName.CustomSuffixClear,
28872898
"custom-suffix-disable" => ListEventTypeName.CustomSuffixDisable,
28882899
"custom-suffix-enable" => ListEventTypeName.CustomSuffixEnable,
@@ -3039,6 +3050,7 @@ public static string ToValueString(this ListEventTypeName value)
30393050
"organization-delete" => ListEventTypeName.OrganizationDelete,
30403051
"organization-slug-update" => ListEventTypeName.OrganizationSlugUpdate,
30413052
"organization-team-add" => ListEventTypeName.OrganizationTeamAdd,
3053+
"organization-team-create" => ListEventTypeName.OrganizationTeamCreate,
30423054
"owner-blocked" => ListEventTypeName.OwnerBlocked,
30433055
"owner-soft-blocked" => ListEventTypeName.OwnerSoftBlocked,
30443056
"owner-soft-unblocked" => ListEventTypeName.OwnerSoftUnblocked,

src/libs/Vercel/Generated/Vercel.Models.ListEventTypeReplacedByItem.g.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ public enum ListEventTypeReplacedByItem
431431
/// <summary>
432432
///
433433
/// </summary>
434+
CustomEnvironmentsSettingsUpdated,
435+
/// <summary>
436+
///
437+
/// </summary>
434438
CustomSuffixClear,
435439
/// <summary>
436440
///
@@ -1055,6 +1059,10 @@ public enum ListEventTypeReplacedByItem
10551059
/// <summary>
10561060
///
10571061
/// </summary>
1062+
OrganizationTeamCreate,
1063+
/// <summary>
1064+
///
1065+
/// </summary>
10581066
OwnerBlocked,
10591067
/// <summary>
10601068
///
@@ -2323,6 +2331,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
23232331
ListEventTypeReplacedByItem.CustomAlertCreated => "custom-alert-created",
23242332
ListEventTypeReplacedByItem.CustomAlertDeleted => "custom-alert-deleted",
23252333
ListEventTypeReplacedByItem.CustomAlertUpdated => "custom-alert-updated",
2334+
ListEventTypeReplacedByItem.CustomEnvironmentsSettingsUpdated => "custom-environments-settings-updated",
23262335
ListEventTypeReplacedByItem.CustomSuffixClear => "custom-suffix-clear",
23272336
ListEventTypeReplacedByItem.CustomSuffixDisable => "custom-suffix-disable",
23282337
ListEventTypeReplacedByItem.CustomSuffixEnable => "custom-suffix-enable",
@@ -2479,6 +2488,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
24792488
ListEventTypeReplacedByItem.OrganizationDelete => "organization-delete",
24802489
ListEventTypeReplacedByItem.OrganizationSlugUpdate => "organization-slug-update",
24812490
ListEventTypeReplacedByItem.OrganizationTeamAdd => "organization-team-add",
2491+
ListEventTypeReplacedByItem.OrganizationTeamCreate => "organization-team-create",
24822492
ListEventTypeReplacedByItem.OwnerBlocked => "owner-blocked",
24832493
ListEventTypeReplacedByItem.OwnerSoftBlocked => "owner-soft-blocked",
24842494
ListEventTypeReplacedByItem.OwnerSoftUnblocked => "owner-soft-unblocked",
@@ -2882,6 +2892,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
28822892
"custom-alert-created" => ListEventTypeReplacedByItem.CustomAlertCreated,
28832893
"custom-alert-deleted" => ListEventTypeReplacedByItem.CustomAlertDeleted,
28842894
"custom-alert-updated" => ListEventTypeReplacedByItem.CustomAlertUpdated,
2895+
"custom-environments-settings-updated" => ListEventTypeReplacedByItem.CustomEnvironmentsSettingsUpdated,
28852896
"custom-suffix-clear" => ListEventTypeReplacedByItem.CustomSuffixClear,
28862897
"custom-suffix-disable" => ListEventTypeReplacedByItem.CustomSuffixDisable,
28872898
"custom-suffix-enable" => ListEventTypeReplacedByItem.CustomSuffixEnable,
@@ -3038,6 +3049,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
30383049
"organization-delete" => ListEventTypeReplacedByItem.OrganizationDelete,
30393050
"organization-slug-update" => ListEventTypeReplacedByItem.OrganizationSlugUpdate,
30403051
"organization-team-add" => ListEventTypeReplacedByItem.OrganizationTeamAdd,
3052+
"organization-team-create" => ListEventTypeReplacedByItem.OrganizationTeamCreate,
30413053
"owner-blocked" => ListEventTypeReplacedByItem.OwnerBlocked,
30423054
"owner-soft-blocked" => ListEventTypeReplacedByItem.OwnerSoftBlocked,
30433055
"owner-soft-unblocked" => ListEventTypeReplacedByItem.OwnerSoftUnblocked,

src/libs/Vercel/Generated/Vercel.Models.UserEventType.g.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ public enum UserEventType
432432
/// <summary>
433433
///
434434
/// </summary>
435+
CustomEnvironmentsSettingsUpdated,
436+
/// <summary>
437+
///
438+
/// </summary>
435439
CustomSuffixClear,
436440
/// <summary>
437441
///
@@ -1056,6 +1060,10 @@ public enum UserEventType
10561060
/// <summary>
10571061
///
10581062
/// </summary>
1063+
OrganizationTeamCreate,
1064+
/// <summary>
1065+
///
1066+
/// </summary>
10591067
OwnerBlocked,
10601068
/// <summary>
10611069
///
@@ -2324,6 +2332,7 @@ public static string ToValueString(this UserEventType value)
23242332
UserEventType.CustomAlertCreated => "custom-alert-created",
23252333
UserEventType.CustomAlertDeleted => "custom-alert-deleted",
23262334
UserEventType.CustomAlertUpdated => "custom-alert-updated",
2335+
UserEventType.CustomEnvironmentsSettingsUpdated => "custom-environments-settings-updated",
23272336
UserEventType.CustomSuffixClear => "custom-suffix-clear",
23282337
UserEventType.CustomSuffixDisable => "custom-suffix-disable",
23292338
UserEventType.CustomSuffixEnable => "custom-suffix-enable",
@@ -2480,6 +2489,7 @@ public static string ToValueString(this UserEventType value)
24802489
UserEventType.OrganizationDelete => "organization-delete",
24812490
UserEventType.OrganizationSlugUpdate => "organization-slug-update",
24822491
UserEventType.OrganizationTeamAdd => "organization-team-add",
2492+
UserEventType.OrganizationTeamCreate => "organization-team-create",
24832493
UserEventType.OwnerBlocked => "owner-blocked",
24842494
UserEventType.OwnerSoftBlocked => "owner-soft-blocked",
24852495
UserEventType.OwnerSoftUnblocked => "owner-soft-unblocked",
@@ -2883,6 +2893,7 @@ public static string ToValueString(this UserEventType value)
28832893
"custom-alert-created" => UserEventType.CustomAlertCreated,
28842894
"custom-alert-deleted" => UserEventType.CustomAlertDeleted,
28852895
"custom-alert-updated" => UserEventType.CustomAlertUpdated,
2896+
"custom-environments-settings-updated" => UserEventType.CustomEnvironmentsSettingsUpdated,
28862897
"custom-suffix-clear" => UserEventType.CustomSuffixClear,
28872898
"custom-suffix-disable" => UserEventType.CustomSuffixDisable,
28882899
"custom-suffix-enable" => UserEventType.CustomSuffixEnable,
@@ -3039,6 +3050,7 @@ public static string ToValueString(this UserEventType value)
30393050
"organization-delete" => UserEventType.OrganizationDelete,
30403051
"organization-slug-update" => UserEventType.OrganizationSlugUpdate,
30413052
"organization-team-add" => UserEventType.OrganizationTeamAdd,
3053+
"organization-team-create" => UserEventType.OrganizationTeamCreate,
30423054
"owner-blocked" => UserEventType.OwnerBlocked,
30433055
"owner-soft-blocked" => UserEventType.OwnerSoftBlocked,
30443056
"owner-soft-unblocked" => UserEventType.OwnerSoftUnblocked,

src/libs/Vercel/openapi.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12679,6 +12679,9 @@
1267912679
"token": {
1268012680
"type": "string"
1268112681
},
12682+
"tokenId": {
12683+
"type": "string"
12684+
},
1268212685
"expiresAt": {
1268312686
"type": "number"
1268412687
},
@@ -12722,7 +12725,8 @@
1272212725
"required": [
1272312726
"connector",
1272412727
"expiresAt",
12725-
"token"
12728+
"token",
12729+
"tokenId"
1272612730
],
1272712731
"type": "object"
1272812732
}
@@ -178754,6 +178758,7 @@
178754178758
"custom-alert-created",
178755178759
"custom-alert-deleted",
178756178760
"custom-alert-updated",
178761+
"custom-environments-settings-updated",
178757178762
"custom-suffix-clear",
178758178763
"custom-suffix-disable",
178759178764
"custom-suffix-enable",
@@ -178910,6 +178915,7 @@
178910178915
"organization-delete",
178911178916
"organization-slug-update",
178912178917
"organization-team-add",
178918+
"organization-team-create",
178913178919
"owner-blocked",
178914178920
"owner-soft-blocked",
178915178921
"owner-soft-unblocked",
@@ -179620,6 +179626,7 @@
179620179626
"custom-alert-created",
179621179627
"custom-alert-deleted",
179622179628
"custom-alert-updated",
179629+
"custom-environments-settings-updated",
179623179630
"custom-suffix-clear",
179624179631
"custom-suffix-disable",
179625179632
"custom-suffix-enable",
@@ -179776,6 +179783,7 @@
179776179783
"organization-delete",
179777179784
"organization-slug-update",
179778179785
"organization-team-add",
179786+
"organization-team-create",
179779179787
"owner-blocked",
179780179788
"owner-soft-blocked",
179781179789
"owner-soft-unblocked",
@@ -180227,6 +180235,7 @@
180227180235
"custom-alert-created",
180228180236
"custom-alert-deleted",
180229180237
"custom-alert-updated",
180238+
"custom-environments-settings-updated",
180230180239
"custom-suffix-clear",
180231180240
"custom-suffix-disable",
180232180241
"custom-suffix-enable",
@@ -180383,6 +180392,7 @@
180383180392
"organization-delete",
180384180393
"organization-slug-update",
180385180394
"organization-team-add",
180395+
"organization-team-create",
180386180396
"owner-blocked",
180387180397
"owner-soft-blocked",
180388180398
"owner-soft-unblocked",

0 commit comments

Comments
 (0)