samls-js-integration 1.1.51 → 1.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import { PropertyModel } from '../Listing';
2
1
  import { FeatureSourceEnumKeys } from '../Enums';
3
- export declare class PropertyFeatureModel extends PropertyModel {
2
+ import { FeatureModel } from './Feature.model';
3
+ export declare class PropertyFeatureModel extends FeatureModel {
4
4
  sources: FeatureSourceEnumKeys[];
5
5
  }
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PropertyFeatureModel = void 0;
4
- const Listing_1 = require("../Listing");
5
- class PropertyFeatureModel extends Listing_1.PropertyModel {
4
+ const Feature_model_1 = require("./Feature.model");
5
+ class PropertyFeatureModel extends Feature_model_1.FeatureModel {
6
6
  constructor() {
7
7
  super(...arguments);
8
8
  this.sources = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samls-js-integration",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "description": "samls npm package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",