@supy-io/ngx-intercom
Advanced tools
Comparing version 13.2.0 to 13.3.9-beta.0
{ | ||
"name": "@supy-io/ngx-intercom", | ||
"version": "13.2.0", | ||
"version": "13.3.9-beta.0", | ||
"license": "MIT", | ||
@@ -25,6 +25,6 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/common": "13.2.0", | ||
"@angular/core": "13.2.0", | ||
"@angular/router": "13.2.0", | ||
"rxjs": "7.5.2" | ||
"@angular/common": "^13.2.0", | ||
"@angular/core": "^13.2.0", | ||
"@angular/router": "^13.2.0", | ||
"rxjs": "^7.5.2" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
@@ -5,2 +5,3 @@ import { RendererFactory2 } from '@angular/core'; | ||
import { IntercomBootInput } from '../types/intercom-boot-input'; | ||
import { DomSanitizer } from '@angular/platform-browser'; | ||
import * as i0 from "@angular/core"; | ||
@@ -11,10 +12,11 @@ /** | ||
export declare class Intercom { | ||
private readonly sanitizer; | ||
private config; | ||
protected platformId: Object; | ||
protected platformId: object; | ||
private router; | ||
private rendererFactory; | ||
private readonly rendererFactory; | ||
private document; | ||
private id; | ||
private renderer2; | ||
constructor(config: IntercomConfigObject, platformId: Object, router: Router, rendererFactory: RendererFactory2, document: any); | ||
constructor(sanitizer: DomSanitizer, config: IntercomConfigObject, platformId: object, router: Router, rendererFactory: RendererFactory2, document: any); | ||
/** | ||
@@ -112,4 +114,4 @@ * If you'd like to control when Intercom is loaded, you can use the 'boot' method. | ||
loadIntercom(config: IntercomConfigObject, afterLoadCallback: (ev?: Event) => any): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Intercom, [null, null, { optional: true; }, null, { optional: true; }]>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Intercom, [null, null, null, { optional: true; }, null, { optional: true; }]>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<Intercom>; | ||
} |
@@ -9,2 +9,10 @@ import { IntercomCompany } from './intercom-company'; | ||
/** | ||
* Regional data hosting | ||
* | ||
* US (default): https://api-iam.intercom.io | ||
* EU: https://api-iam.eu.intercom.io | ||
* Australia: https://api-iam.au.intercom.io | ||
*/ | ||
api_base?: string; | ||
/** | ||
* Customize left or right position of messenger | ||
@@ -11,0 +19,0 @@ */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
179137
1855
1