@snabcentr/common-lib 2.7.3 → 2.7.4
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.
- package/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +1 -1
- package/dist/sc-common-lib.js +175 -179
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/catalog/interfaces/i-price-template-client.d.ts +2 -5
- package/dist/src/catalog/interfaces/i-price-template-client.d.ts.map +1 -1
- package/dist/src/clients/classes/contragent/contragent-base.d.ts +2 -6
- package/dist/src/clients/classes/contragent/contragent-base.d.ts.map +1 -1
- package/dist/src/clients/interfaces/contragent/i-contragent-base.d.ts +2 -2
- package/dist/src/clients/interfaces/contragent/i-contragent-base.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import { IPriceTemplate } from './i-price-template';
|
|
2
2
|
import { IClientShortInfo } from '../../clients/interfaces/i-client-short-info';
|
|
3
|
+
import { IDeletedAt } from '../../system/interfaces/i-deleted-at';
|
|
3
4
|
import { IIdentity } from '../../system/interfaces/i-identity';
|
|
4
5
|
/**
|
|
5
6
|
* Шаблон прайс-листа клиента.
|
|
6
7
|
*/
|
|
7
|
-
export interface IPriceTemplateClient extends IIdentity {
|
|
8
|
+
export interface IPriceTemplateClient extends IIdentity, IDeletedAt {
|
|
8
9
|
/**
|
|
9
10
|
* Дата и время начала действия шаблона.
|
|
10
11
|
*/
|
|
11
12
|
createdAt: Date;
|
|
12
|
-
/**
|
|
13
|
-
* Дата и время окончания действия шаблона.
|
|
14
|
-
*/
|
|
15
|
-
deletedAt?: Date;
|
|
16
13
|
/**
|
|
17
14
|
* Краткие данные о клиенте.
|
|
18
15
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-price-template-client.d.ts","sourceRoot":"","sources":["../../../../src/catalog/interfaces/i-price-template-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AAC9E,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,SAAS
|
|
1
|
+
{"version":3,"file":"i-price-template-client.d.ts","sourceRoot":"","sources":["../../../../src/catalog/interfaces/i-price-template-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,oCAAoC,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAE7D;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,SAAS,EAAE,UAAU;IAC/D;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,aAAa,EAAE,cAAc,CAAC;CACjC"}
|
|
@@ -3,12 +3,12 @@ import { IBankAccount } from '../../interfaces/i-bank-account';
|
|
|
3
3
|
import { IContactPerson } from '../../../contacts/interfaces/i-contact-person';
|
|
4
4
|
import { IOpf } from '../../../references/interfaces/i-opf';
|
|
5
5
|
import { IPartnerGroup } from '../../../references/interfaces/i-partner-group';
|
|
6
|
-
import {
|
|
6
|
+
import { DeletableNamedIdentity } from '../../../system/classes/deletable-named-identity';
|
|
7
7
|
import { IUserShortInfo } from '../../../user/interfaces/i-user-short-info';
|
|
8
8
|
/**
|
|
9
9
|
* Базовые данные о контрагенте.
|
|
10
10
|
*/
|
|
11
|
-
export declare abstract class ContragentBase extends
|
|
11
|
+
export declare abstract class ContragentBase extends DeletableNamedIdentity implements IContragentBase {
|
|
12
12
|
/**
|
|
13
13
|
* Данные об организационно-правовой форме.
|
|
14
14
|
*/
|
|
@@ -41,10 +41,6 @@ export declare abstract class ContragentBase extends NamedIdentity implements IC
|
|
|
41
41
|
* Данные пользователя, создавшего запись.
|
|
42
42
|
*/
|
|
43
43
|
creator?: IUserShortInfo;
|
|
44
|
-
/**
|
|
45
|
-
* Дата и время последнего изменения данных.
|
|
46
|
-
*/
|
|
47
|
-
updatedAt?: Date;
|
|
48
44
|
/**
|
|
49
45
|
* Данные пользователя, который внес последние изменения в запись.
|
|
50
46
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contragent-base.d.ts","sourceRoot":"","sources":["../../../../../src/clients/classes/contragent/contragent-base.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAG1E,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"contragent-base.d.ts","sourceRoot":"","sources":["../../../../../src/clients/classes/contragent/contragent-base.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,qDAAqD,CAAC;AACtF,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AAErE,OAAO,EAAE,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAG1E,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAErF,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAIvE;;GAEG;AACH,8BAAsB,cAAe,SAAQ,sBAAuB,YAAW,eAAe;IAC1F;;OAEG;IACI,GAAG,EAAE,IAAI,CAA4B;IAE5C;;OAEG;IACI,YAAY,EAAE,aAAa,CAAsB;IAExD;;OAEG;IACI,QAAQ,EAAE,cAAc,EAAE,CAA0B;IAE3D;;OAEG;IACI,YAAY,EAAE,YAAY,EAAE,CAAwB;IAE3D;;OAEG;IACI,OAAO,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACI,eAAe,CAAC,EAAE,MAAM,CAAC;IAEhC;;OAEG;IACI,SAAS,CAAC,EAAE,IAAI,CAAC;IAExB;;OAEG;IACI,OAAO,CAAC,EAAE,cAAc,CAAC;IAEhC;;OAEG;IACI,OAAO,CAAC,EAAE,cAAc,CAAC;IAEhC;;;;OAIG;IAEH,SAAS,aAAa,IAAI,CAAC,EAAE,eAAe;CAgC/C"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { IBankAccount } from '../i-bank-account';
|
|
2
2
|
import { IContactPerson } from '../../../contacts/interfaces';
|
|
3
3
|
import { IOpf, IPartnerGroup } from '../../../references/interfaces';
|
|
4
|
-
import { ICreatedAt,
|
|
4
|
+
import { ICreatedAt, IDeletableNamedIdentity } from '../../../system/interfaces';
|
|
5
5
|
import { IUserShortInfo } from '../../../user/interfaces/i-user-short-info';
|
|
6
6
|
/**
|
|
7
7
|
* Базовые данные о контрагенте.
|
|
8
8
|
*/
|
|
9
|
-
export interface IContragentBase extends
|
|
9
|
+
export interface IContragentBase extends IDeletableNamedIdentity, ICreatedAt {
|
|
10
10
|
/**
|
|
11
11
|
* Данные об организационно-правовой форме.
|
|
12
12
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i-contragent-base.d.ts","sourceRoot":"","sources":["../../../../../src/clients/interfaces/contragent/i-contragent-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"i-contragent-base.d.ts","sourceRoot":"","sources":["../../../../../src/clients/interfaces/contragent/i-contragent-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,IAAI,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAEvE;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,uBAAuB,EAAE,UAAU;IACxE;;OAEG;IACH,GAAG,EAAE,IAAI,CAAC;IAEV;;OAEG;IACH,YAAY,EAAE,aAAa,CAAC;IAE5B;;OAEG;IACH,QAAQ,EAAE,cAAc,EAAE,CAAC;IAE3B;;OAEG;IACH,YAAY,EAAE,YAAY,EAAE,CAAC;IAE7B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB;;OAEG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;CAC5B"}
|