@bondsports/types 2.4.69-a-6 → 2.4.69-a-7
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/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/notifications/types/interfaces/notification.interfaces.d.ts +6 -0
- package/dist/types/product-pricing/dto/product-categories.dto.d.ts +2 -0
- package/dist/types/product-pricing/dto/product-categories.dto.js.map +1 -1
- package/package.json +1 -1
|
@@ -18,11 +18,17 @@ export interface INotificationSender {
|
|
|
18
18
|
*/
|
|
19
19
|
organizationId?: number;
|
|
20
20
|
/**
|
|
21
|
+
* callers that already know the single sending facility and takes precedence for sender field resolution.
|
|
21
22
|
*/
|
|
22
23
|
facilityId?: number;
|
|
23
24
|
/**
|
|
24
25
|
*/
|
|
25
26
|
userId?: number;
|
|
27
|
+
/**
|
|
28
|
+
* to these facilities, and derives sender identity from them: a single facility uses that facility's sender
|
|
29
|
+
* and interpolation fields, while multiple facilities fall back to the organization's fields.
|
|
30
|
+
*/
|
|
31
|
+
facilitiesIds?: number[];
|
|
26
32
|
/**
|
|
27
33
|
*/
|
|
28
34
|
fromDisplayName?: string;
|
|
@@ -55,6 +55,8 @@ export declare class ByOrganizationAndCategoryIdDto extends ByOrganizationIdDto
|
|
|
55
55
|
}
|
|
56
56
|
export declare class GetStationProductCategoriesDto {
|
|
57
57
|
stationId?: number;
|
|
58
|
+
facilitiesIds?: number[];
|
|
59
|
+
hideEmpty?: boolean;
|
|
58
60
|
productType?: ProductTypesEnum;
|
|
59
61
|
}
|
|
60
62
|
export declare class IncludeProductsCountDto {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-categories.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-categories.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,8EAAyG;AAMzG,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAYrC;AAdD,4DAcC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAUrC;AAZD,4DAYC;AAED,MAAa,uBAAuC,SAAQ,4CAAyB;CAQpF;AARD,0DAQC;AAED,MAAa,kBAAkE,SAAQ,uBAA0B;CAQhH;AARD,gDAQC;AAED,MAAa,uBAAwB,SAAQ,6BAAe;CAkB3D;AAlBD,0DAkBC;AAED,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,8BAA8B;
|
|
1
|
+
{"version":3,"file":"product-categories.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-categories.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,8EAAyG;AAMzG,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAYrC;AAdD,4DAcC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAUrC;AAZD,4DAYC;AAED,MAAa,uBAAuC,SAAQ,4CAAyB;CAQpF;AARD,0DAQC;AAED,MAAa,kBAAkE,SAAQ,uBAA0B;CAQhH;AARD,gDAQC;AAED,MAAa,uBAAwB,SAAQ,6BAAe;CAkB3D;AAlBD,0DAkBC;AAED,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,8BAA8B;CAQ1C;AARD,wEAQC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC"}
|