Skip to content

Commit 409cd1d

Browse files
committed
remove useless
1 parent d4583ff commit 409cd1d

8 files changed

Lines changed: 0 additions & 59 deletions

File tree

.codex

Whitespace-only changes.

src/main/subscription/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export {
1111
} from './normalize.js';
1212
export { StoreLicenseEntitlementEvaluator } from './store-license-entitlement-evaluator.js';
1313
export { StoreLicenseService } from './store-license-service.js';
14-
export { StoreLicenseSnapshotStore } from './store-license-store.js';
1514
export { SubscriptionService } from './subscription-service.js';
16-
export { SubscriptionSnapshotStore } from './subscription-store.js';
1715
export { TurboEngineEntitlementEvaluator } from './turboengine-entitlement-evaluator.js';
1816
export { TurboEngineLicenseService } from './turboengine-license-service.js';
19-
export { TurboEngineLicenseSnapshotStore } from './turboengine-license-store.js';

src/main/subscription/store-license-store.ts

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/main/subscription/subscription-store.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/main/subscription/turboengine-license-store.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/types/store-license.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export interface StoreLicenseProductConfig<TEntitlement extends string = string>
102102
productName: string;
103103
storeWebUrl: string;
104104
licenseKind: StoreLicenseKind;
105-
snapshotStoreName: string;
106105
entitlementNames: readonly TEntitlement[];
107106
purchaseLabel: string;
108107
statusLabel: string;

src/types/subscription.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const sponsorPlanProductConfig: StoreLicenseProductConfig<SubscriptionEnt
4444
productName: 'Hagicode Sponsor Plan',
4545
storeWebUrl: HAGICODE_SPONSOR_PLAN_STORE_WEB_URL,
4646
licenseKind: 'subscription',
47-
snapshotStoreName: 'hagicode-desktop-subscription',
4847
entitlementNames: subscriptionEntitlementNames,
4948
purchaseLabel: 'sponsor plan',
5049
statusLabel: 'subscription status',

src/types/turboengine-license.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export const turboEngineProductConfig: StoreLicenseProductConfig<TurboEngineEnti
3434
productName: 'TurboEngine',
3535
storeWebUrl: HAGICODE_TURBOENGINE_STORE_WEB_URL,
3636
licenseKind: 'perpetual',
37-
snapshotStoreName: 'hagicode-desktop-turboengine-license',
3837
entitlementNames: turboEngineEntitlementNames,
3938
purchaseLabel: 'TurboEngine license',
4039
statusLabel: 'TurboEngine license status',

0 commit comments

Comments
 (0)