@lilaquadrat/studio 5.3.0 → 5.3.1

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.
@@ -3,7 +3,7 @@ import CreateResult from '../interfaces/CreateResult.interface';
3
3
  import UserAppWithOptions from '../interfaces/UserAppWithOptions.interface';
4
4
  import Immutable from '../Immutable.class';
5
5
  import { CustomerCompany, CustomerPerson, Customers, CustomerPersonWithEmail, CustomersModelActions } from '../models/customers.model';
6
- import { Location } from 'interfaces';
6
+ import { Location } from '../../interfaces';
7
7
  export declare class CustomersService extends Immutable<CustomerPerson | CustomerCompany> {
8
8
  model: import("../classes/modelv2.class").default<Customers, CustomersModelActions>;
9
9
  /**
@@ -4,7 +4,7 @@ import Immutable from '../Immutable.class';
4
4
  import { ListParticipants } from '../models/listsParticipants.model';
5
5
  import { HistoryReason } from '../interfaces/HistoryReason.interface';
6
6
  import { Agreement, AgreementResponse, HistoryWithType, List, SkipLimitSort } from '../../interfaces';
7
- import { CustomerPersonWithEmail } from 'src/models/customers.model';
7
+ import { CustomerPersonWithEmail } from '../models/customers.model';
8
8
  export declare class ListParticipantsService extends Immutable<ListParticipants> {
9
9
  model: import("../classes/modelv2.class").default<ListParticipants, string>;
10
10
  customerLookup: ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lilaquadrat/studio",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "classes and tools for STUDIO",
5
5
  "license": "MIT",
6
6
  "homepage": "https://lilaquadrat.de",