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

@evergis/api

Package Overview
Dependencies
Maintainers
6
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/api - npm Package Compare versions

Comparing version 0.1.41 to 0.1.42

es/services/Print.d.ts

2

es/Api.d.ts

@@ -6,2 +6,3 @@ import { HttpClient } from './__generated__/HttpClient';

import { EventEmitter } from '@evergis/event-emitter';
import { Print } from './services/Print';
export declare type ApiParams = {

@@ -30,2 +31,3 @@ url: string;

readonly geocode: Geocode;
readonly print: Print;
readonly resourceCatalog: ResourceCatalog;

@@ -32,0 +34,0 @@ constructor({ url, wsUrl, config }: ApiParams);

@@ -7,2 +7,3 @@ import { defaultApiConfig } from './defaultApiConfig';

import { ConnectionStatus } from './services/Notification';
import { Print } from './services/Print';
export var ApiEvent;

@@ -29,2 +30,3 @@ (function (ApiEvent) {

this.geocode = new Geocode(config.GeocodeService, this.http);
this.print = new Print(config.PrintService, this.http);
this.resourceCatalog = new ResourceCatalog(config.ResourceCatalogService, this.http);

@@ -31,0 +33,0 @@ }

@@ -7,2 +7,3 @@ import { ServiceInfoDc } from './__generated__/data-contracts';

GeocodeService: ServiceInfoDc;
PrintService: ServiceInfoDc;
NotificationService: ServiceInfoDc;

@@ -9,0 +10,0 @@ PostgresProjectService: ServiceInfoDc;

@@ -6,2 +6,3 @@ export const defaultApiConfig = {

GeocodeService: { name: 'services/geocode2gis', type: 'GeocodeService' },
PrintService: { name: 'services/print', type: 'PrintService' },
NotificationService: {

@@ -8,0 +9,0 @@ name: 'services/notifications',

2

package.json
{
"name": "@evergis/api",
"version": "0.1.41",
"version": "0.1.42",
"license": "ISC",

@@ -5,0 +5,0 @@ "author": "everpoint",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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