Skip to content

Commit 9df70b8

Browse files
fix: update CommandCatalog and ServiceCatalog versions to 2026-05-02
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent cc9e3e5 commit 9df70b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Effect/Generated/CommandCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CommandCatalogEntry {
2323
readonly HasKeybinding: boolean;
2424
}
2525

26-
export const CommandCatalogVersion = "2026-05-01" as const;
26+
export const CommandCatalogVersion = "2026-05-02" as const;
2727

2828
export const CommandCatalogTotal = 544 as const;
2929

Source/Effect/Generated/ServiceCatalog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export interface ServiceCatalogEntry {
1919
readonly MemberCount: number;
2020
}
2121

22-
export const ServiceCatalogVersion = "2026-05-01" as const;
22+
export const ServiceCatalogVersion = "2026-05-02" as const;
2323

2424
export const ServiceCatalogTotal = 483 as const;
2525

0 commit comments

Comments
 (0)