gastromemories-api-client
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -250,6 +250,7 @@ export declare class ImagesClient { | ||
export declare class GetMemoriesWithPaginationFilters implements IGetMemoriesWithPaginationFilters { | ||
tags?: MemoryTagDto[] | undefined; | ||
tags?: MemoryTagDto[]; | ||
search?: string | undefined; | ||
year?: string | undefined; | ||
month?: string | undefined; | ||
year?: number | undefined; | ||
month?: number | undefined; | ||
day?: number | undefined; | ||
xMin?: number | undefined; | ||
@@ -265,6 +266,7 @@ xMax?: number | undefined; | ||
export interface IGetMemoriesWithPaginationFilters { | ||
tags?: MemoryTagDto[] | undefined; | ||
tags?: MemoryTagDto[]; | ||
search?: string | undefined; | ||
year?: string | undefined; | ||
month?: string | undefined; | ||
year?: number | undefined; | ||
month?: number | undefined; | ||
day?: number | undefined; | ||
xMin?: number | undefined; | ||
@@ -271,0 +273,0 @@ xMax?: number | undefined; |
@@ -1157,2 +1157,3 @@ "use strict"; | ||
this.month = _data["month"]; | ||
this.day = _data["day"]; | ||
this.xMin = _data["xMin"]; | ||
@@ -1182,2 +1183,3 @@ this.xMax = _data["xMax"]; | ||
data["month"] = this.month; | ||
data["day"] = this.day; | ||
data["xMin"] = this.xMin; | ||
@@ -1184,0 +1186,0 @@ data["xMax"] = this.xMax; |
16
index.ts
@@ -1238,6 +1238,7 @@ //---------------------- | ||
export class GetMemoriesWithPaginationFilters implements IGetMemoriesWithPaginationFilters { | ||
tags?: MemoryTagDto[] | undefined; | ||
tags?: MemoryTagDto[]; | ||
search?: string | undefined; | ||
year?: string | undefined; | ||
month?: string | undefined; | ||
year?: number | undefined; | ||
month?: number | undefined; | ||
day?: number | undefined; | ||
xMin?: number | undefined; | ||
@@ -1267,2 +1268,3 @@ xMax?: number | undefined; | ||
this.month = _data["month"]; | ||
this.day = _data["day"]; | ||
this.xMin = _data["xMin"]; | ||
@@ -1292,2 +1294,3 @@ this.xMax = _data["xMax"]; | ||
data["month"] = this.month; | ||
data["day"] = this.day; | ||
data["xMin"] = this.xMin; | ||
@@ -1302,6 +1305,7 @@ data["xMax"] = this.xMax; | ||
export interface IGetMemoriesWithPaginationFilters { | ||
tags?: MemoryTagDto[] | undefined; | ||
tags?: MemoryTagDto[]; | ||
search?: string | undefined; | ||
year?: string | undefined; | ||
month?: string | undefined; | ||
year?: number | undefined; | ||
month?: number | undefined; | ||
day?: number | undefined; | ||
xMin?: number | undefined; | ||
@@ -1308,0 +1312,0 @@ xMax?: number | undefined; |
{ | ||
"name": "gastromemories-api-client", | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127775
3318