Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gastromemories-api-client

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gastromemories-api-client - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

4

dist/index.d.ts

@@ -98,3 +98,3 @@ export declare class ImagesClient {

tastinessScore?: number;
imageId?: string;
image?: ImageDto;
constructor(data?: ICreateMemoryCommand);

@@ -112,3 +112,3 @@ init(_data?: any): void;

tastinessScore?: number;
imageId?: string;
image?: ImageDto;
}

@@ -115,0 +115,0 @@ export declare class MemoryImageUploadUrlDto implements IMemoryImageUploadUrlDto {

@@ -686,3 +686,3 @@ "use strict";

this.tastinessScore = _data["tastinessScore"];
this.imageId = _data["imageId"];
this.image = _data["image"] ? ImageDto.fromJS(_data["image"]) : undefined;
}

@@ -710,3 +710,3 @@ };

data["tastinessScore"] = this.tastinessScore;
data["imageId"] = this.imageId;
data["image"] = this.image ? this.image.toJSON() : undefined;
return data;

@@ -713,0 +713,0 @@ };

@@ -664,3 +664,3 @@ //----------------------

tastinessScore?: number;
imageId?: string;
image?: ImageDto;

@@ -688,3 +688,3 @@ constructor(data?: ICreateMemoryCommand) {

this.tastinessScore = _data["tastinessScore"];
this.imageId = _data["imageId"];
this.image = _data["image"] ? ImageDto.fromJS(_data["image"]) : <any>undefined;
}

@@ -712,3 +712,3 @@ }

data["tastinessScore"] = this.tastinessScore;
data["imageId"] = this.imageId;
data["image"] = this.image ? this.image.toJSON() : <any>undefined;
return data;

@@ -725,3 +725,3 @@ }

tastinessScore?: number;
imageId?: string;
image?: ImageDto;
}

@@ -728,0 +728,0 @@

{
"name": "gastromemories-api-client",
"version": "1.0.17",
"version": "1.0.18",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc