From 3cc018bf21b06240ff2de297ef0dac1be82ebb14 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Wed, 16 Aug 2023 14:15:43 +0100 Subject: [PATCH] 2023-08-16T13:15:43.467Z --- src/020-objects/065-common-keys-of-unions-of-objects.problem.ts | 1 + ...it-type-helper.problem.ts => 066-omit-type-helper.problem.ts} | 0 ...e-helper.solution.1.ts => 066-omit-type-helper.solution.1.ts} | 0 ...e-helper.solution.2.ts => 066-omit-type-helper.solution.2.ts} | 0 ...mit.explainer.ts => 067-no-autocomplete-on-omit.explainer.ts} | 0 ...plainer.ts => 068-omit-and-pick-cant-discribute.explainer.ts} | 0 ...type-helper.problem.ts => 069-partial-type-helper.problem.ts} | 0 ...pe-helper.solution.ts => 069-partial-type-helper.solution.ts} | 0 ...helper.explainer.ts => 070-required-type-helper.explainer.ts} | 0 9 files changed, 1 insertion(+) create mode 100644 src/020-objects/065-common-keys-of-unions-of-objects.problem.ts rename src/020-objects/{065-omit-type-helper.problem.ts => 066-omit-type-helper.problem.ts} (100%) rename src/020-objects/{065-omit-type-helper.solution.1.ts => 066-omit-type-helper.solution.1.ts} (100%) rename src/020-objects/{065-omit-type-helper.solution.2.ts => 066-omit-type-helper.solution.2.ts} (100%) rename src/020-objects/{065.2-no-autocomplete-on-omit.explainer.ts => 067-no-autocomplete-on-omit.explainer.ts} (100%) rename src/020-objects/{065.5-omit-and-pick-cant-discribute.explainer.ts => 068-omit-and-pick-cant-discribute.explainer.ts} (100%) rename src/020-objects/{066-partial-type-helper.problem.ts => 069-partial-type-helper.problem.ts} (100%) rename src/020-objects/{066-partial-type-helper.solution.ts => 069-partial-type-helper.solution.ts} (100%) rename src/020-objects/{067-required-type-helper.explainer.ts => 070-required-type-helper.explainer.ts} (100%) diff --git a/src/020-objects/065-common-keys-of-unions-of-objects.problem.ts b/src/020-objects/065-common-keys-of-unions-of-objects.problem.ts new file mode 100644 index 0000000..86b3367 --- /dev/null +++ b/src/020-objects/065-common-keys-of-unions-of-objects.problem.ts @@ -0,0 +1 @@ +// UserQuery | PostQuery diff --git a/src/020-objects/065-omit-type-helper.problem.ts b/src/020-objects/066-omit-type-helper.problem.ts similarity index 100% rename from src/020-objects/065-omit-type-helper.problem.ts rename to src/020-objects/066-omit-type-helper.problem.ts diff --git a/src/020-objects/065-omit-type-helper.solution.1.ts b/src/020-objects/066-omit-type-helper.solution.1.ts similarity index 100% rename from src/020-objects/065-omit-type-helper.solution.1.ts rename to src/020-objects/066-omit-type-helper.solution.1.ts diff --git a/src/020-objects/065-omit-type-helper.solution.2.ts b/src/020-objects/066-omit-type-helper.solution.2.ts similarity index 100% rename from src/020-objects/065-omit-type-helper.solution.2.ts rename to src/020-objects/066-omit-type-helper.solution.2.ts diff --git a/src/020-objects/065.2-no-autocomplete-on-omit.explainer.ts b/src/020-objects/067-no-autocomplete-on-omit.explainer.ts similarity index 100% rename from src/020-objects/065.2-no-autocomplete-on-omit.explainer.ts rename to src/020-objects/067-no-autocomplete-on-omit.explainer.ts diff --git a/src/020-objects/065.5-omit-and-pick-cant-discribute.explainer.ts b/src/020-objects/068-omit-and-pick-cant-discribute.explainer.ts similarity index 100% rename from src/020-objects/065.5-omit-and-pick-cant-discribute.explainer.ts rename to src/020-objects/068-omit-and-pick-cant-discribute.explainer.ts diff --git a/src/020-objects/066-partial-type-helper.problem.ts b/src/020-objects/069-partial-type-helper.problem.ts similarity index 100% rename from src/020-objects/066-partial-type-helper.problem.ts rename to src/020-objects/069-partial-type-helper.problem.ts diff --git a/src/020-objects/066-partial-type-helper.solution.ts b/src/020-objects/069-partial-type-helper.solution.ts similarity index 100% rename from src/020-objects/066-partial-type-helper.solution.ts rename to src/020-objects/069-partial-type-helper.solution.ts diff --git a/src/020-objects/067-required-type-helper.explainer.ts b/src/020-objects/070-required-type-helper.explainer.ts similarity index 100% rename from src/020-objects/067-required-type-helper.explainer.ts rename to src/020-objects/070-required-type-helper.explainer.ts