Skip to content

Commit

Permalink
SSA-159 - updated SearchAdminSetting interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kflo411 committed Dec 4, 2024
1 parent aa3d888 commit cef8209
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15179,8 +15179,10 @@ export interface SalesTaxRateVersion {
taxType?: TaxTypeLookup;
}
export interface SearchAdminSetting {
id: number;
enableAutobuild?: boolean;
id?: number;
enableAutobuildAddress?: boolean;
enableDynamicRadiusValues?: boolean;
autobuildRadiusValue?: number;
filters?: {enabled: boolean, field: string, operator?: any, value?: any}[],
}
export interface Sendout {
Expand Down

0 comments on commit cef8209

Please sign in to comment.