Skip to content

Commit

Permalink
SSA-159 - SearchAdminSetting rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kflo411 committed Dec 4, 2024
1 parent cef8209 commit 3e966da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ export class EntityTypes {
static SalesTaxRateSourceLookup: 'SalesTaxRateSourceLookup' = 'SalesTaxRateSourceLookup';
static SalesTaxRateTypeLookup: 'SalesTaxRateTypeLookup' = 'SalesTaxRateTypeLookup';
static SalesTaxRateVersion: 'SalesTaxRateVersion' = 'SalesTaxRateVersion';
static SearchAdminSetting: 'SearchAdminSetting' = 'SearchAdminSetting';
static SearchSetting: 'SearchSetting' = 'SearchSetting';
static Sendout: 'Sendout' = 'Sendout';
static Shift: 'Shift' = 'Shift';
static ShiftPosition: 'ShiftPosition' = 'ShiftPosition';
Expand Down Expand Up @@ -15178,7 +15178,7 @@ export interface SalesTaxRateVersion {
status?: TaxStatusLookup;
taxType?: TaxTypeLookup;
}
export interface SearchAdminSetting {
export interface SearchSetting {
id?: number;
enableAutobuildAddress?: boolean;
enableDynamicRadiusValues?: boolean;
Expand Down

0 comments on commit 3e966da

Please sign in to comment.