Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: replace enums in favour of pojos #72

Merged
merged 18 commits into from
Feb 24, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
push:
branches: [master, develop]

pull_request:
branches: [master, develop]
Expand Down
1 change: 1 addition & 0 deletions src/@types/ObjectTypes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export type ObjectTypes<T> = T[keyof T];
1 change: 1 addition & 0 deletions src/@types/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./ObjectTypes.js";
9 changes: 0 additions & 9 deletions src/CrestronCH5/ReservedJoin/index.ts

This file was deleted.

35 changes: 0 additions & 35 deletions src/CrestronCH5/enums/Analog/Event/index.ts

This file was deleted.

40 changes: 0 additions & 40 deletions src/CrestronCH5/enums/Analog/State/index.ts

This file was deleted.

212 changes: 0 additions & 212 deletions src/CrestronCH5/enums/Digital/Event/index.ts

This file was deleted.

Loading
Loading