From 5ce7cbb4487adbab5e08c875da0ffedf697d9c56 Mon Sep 17 00:00:00 2001 From: DecafDev <40307803+decaf-dev@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:23:30 -0600 Subject: [PATCH] refactor: remove todo comments --- src/types/types-0.5.5.ts | 1 - src/types/types-1.0.1.ts | 1 - src/types/types-1.12.1.ts | 2 -- src/types/types-1.13.1.ts | 2 -- src/types/types-1.14.2.ts | 2 -- src/types/types-1.2.0.ts | 1 - src/types/types-1.6.0.ts | 1 - src/types/types-1.8.1.ts | 1 - src/types/types-1.9.1.ts | 1 - 9 files changed, 12 deletions(-) diff --git a/src/types/types-0.5.5.ts b/src/types/types-0.5.5.ts index 9ad0dfa..dbb990a 100644 --- a/src/types/types-0.5.5.ts +++ b/src/types/types-0.5.5.ts @@ -60,7 +60,6 @@ export enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add more types export enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", diff --git a/src/types/types-1.0.1.ts b/src/types/types-1.0.1.ts index 95ce286..ae908fc 100644 --- a/src/types/types-1.0.1.ts +++ b/src/types/types-1.0.1.ts @@ -61,7 +61,6 @@ export enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add more types export enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", diff --git a/src/types/types-1.12.1.ts b/src/types/types-1.12.1.ts index 6cb0d33..ec468fd 100644 --- a/src/types/types-1.12.1.ts +++ b/src/types/types-1.12.1.ts @@ -73,7 +73,6 @@ export enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add is between export enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", @@ -91,7 +90,6 @@ export enum ContentFilterCondition { IS_NOT_EMPTY = "is-not-empty", } -//TODO add is child of and is parent of? export enum FolderFilterCondition { IS = "is", IS_NOT = "is-not", diff --git a/src/types/types-1.13.1.ts b/src/types/types-1.13.1.ts index d42a76a..bf6339b 100644 --- a/src/types/types-1.13.1.ts +++ b/src/types/types-1.13.1.ts @@ -74,7 +74,6 @@ enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add is between enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", @@ -92,7 +91,6 @@ enum ContentFilterCondition { IS_NOT_EMPTY = "is-not-empty", } -//TODO add is child of and is parent of? enum FolderFilterCondition { IS = "is", IS_NOT = "is-not", diff --git a/src/types/types-1.14.2.ts b/src/types/types-1.14.2.ts index f216474..22bb619 100644 --- a/src/types/types-1.14.2.ts +++ b/src/types/types-1.14.2.ts @@ -102,7 +102,6 @@ enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add is between enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", @@ -120,7 +119,6 @@ enum ContentFilterCondition { IS_NOT_EMPTY = "is-not-empty", } -//TODO add is child of and is parent of? enum FolderFilterCondition { IS = "is", IS_NOT = "is-not", diff --git a/src/types/types-1.2.0.ts b/src/types/types-1.2.0.ts index 85d84a7..73c57a0 100644 --- a/src/types/types-1.2.0.ts +++ b/src/types/types-1.2.0.ts @@ -71,7 +71,6 @@ enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add more types enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", diff --git a/src/types/types-1.6.0.ts b/src/types/types-1.6.0.ts index 3a1ab9b..5e1c741 100644 --- a/src/types/types-1.6.0.ts +++ b/src/types/types-1.6.0.ts @@ -74,7 +74,6 @@ enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add more types enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", diff --git a/src/types/types-1.8.1.ts b/src/types/types-1.8.1.ts index b74f2f4..1f9223a 100644 --- a/src/types/types-1.8.1.ts +++ b/src/types/types-1.8.1.ts @@ -74,7 +74,6 @@ enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add more types enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before", diff --git a/src/types/types-1.9.1.ts b/src/types/types-1.9.1.ts index 254d539..f7363ac 100644 --- a/src/types/types-1.9.1.ts +++ b/src/types/types-1.9.1.ts @@ -74,7 +74,6 @@ enum CheckboxFilterCondition { DOES_NOT_EXIST = "does-not-exist", } -//TODO: add is between enum DateFilterCondition { IS = "is", IS_BEFORE = "is-before",