@evergis/api
Advanced tools
Comparing version 0.1.41 to 0.1.42
@@ -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', |
{ | ||
"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
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
267589
182
5800