@cinerino/sdk 10.21.0-alpha.34 → 10.21.0-alpha.35
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.
|
@@ -77,6 +77,9 @@ export declare class EventService extends Service {
|
|
|
77
77
|
};
|
|
78
78
|
onlyValid?: boolean;
|
|
79
79
|
includePotentialSpec?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
* サブカタログに含まれるオファーを検索する場合、強制的にサブカタログの適用決済カード条件に変更されます
|
|
82
|
+
*/
|
|
80
83
|
priceSpecification: Pick<factory.unitPriceOffer.IPriceSpecificationSearchConditions, 'appliesToMovieTicket'>;
|
|
81
84
|
includedInDataCatalog: {
|
|
82
85
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as factory from '../factory';
|
|
2
2
|
import { Service } from '../service';
|
|
3
|
-
|
|
3
|
+
declare type IOfferCatalogAsSearchResult = Pick<factory.offerCatalog.IOfferCatalog, 'id' | 'name' | 'description' | 'project' | 'typeOf' | 'identifier' | 'itemOffered' | 'additionalProperty'> & {
|
|
4
4
|
/**
|
|
5
5
|
* アイテム数
|
|
6
6
|
*/
|
|
@@ -10,10 +10,14 @@ export declare type IOfferCatalogAsSearchResult = Pick<factory.offerCatalog.IOff
|
|
|
10
10
|
*/
|
|
11
11
|
itemListElementTypeOf: factory.offerType.Offer | 'OfferCatalog';
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
declare type IItemAsOffer = Pick<factory.unitPriceOffer.IUnitPriceOffer, 'id' | 'identifier' | 'name' | 'alternateName' | 'priceSpecification' | 'typeOf'> & {
|
|
14
14
|
sortIndex?: number;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
declare type IItemAsOfferCatalog = Pick<factory.offerCatalog.IOfferCatalog, 'id' | 'name' | 'description' | 'typeOf' | 'identifier' | 'itemOffered' | 'additionalProperty' | 'relatedOffer'> & {
|
|
17
|
+
sortIndex?: number;
|
|
18
|
+
};
|
|
19
|
+
declare type IItemListElement = IItemAsOffer | IItemAsOfferCatalog;
|
|
20
|
+
interface ICreateResult {
|
|
17
21
|
id: string;
|
|
18
22
|
}
|
|
19
23
|
/**
|
|
@@ -71,3 +75,4 @@ export declare class OfferCatalogService extends Service {
|
|
|
71
75
|
sync2aggregateOffers(): Promise<void>;
|
|
72
76
|
convert2offerCatalogItems(params: Pick<factory.offerCatalog.IOfferCatalog, 'id' | 'identifier' | 'name'>): Promise<Pick<ICreateResult, 'id'>>;
|
|
73
77
|
}
|
|
78
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as factory from '../factory';
|
|
2
2
|
import { Service } from '../service';
|
|
3
|
-
|
|
3
|
+
declare type IOfferCatalogAsSearchResult = Pick<factory.offerCatalog.IOfferCatalog, 'id' | 'name' | 'description' | 'project' | 'typeOf' | 'identifier' | 'itemOffered' | 'additionalProperty' | 'relatedOffer'> & {
|
|
4
4
|
/**
|
|
5
5
|
* アイテム数
|
|
6
6
|
*/
|
|
@@ -10,10 +10,10 @@ export declare type IOfferCatalogAsSearchResult = Pick<factory.offerCatalog.IOff
|
|
|
10
10
|
*/
|
|
11
11
|
itemListElementTypeOf: factory.offerType.Offer;
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
declare type IItemListElement = Pick<factory.unitPriceOffer.IUnitPriceOffer, 'id' | 'identifier' | 'name' | 'alternateName' | 'priceSpecification' | 'typeOf'> & {
|
|
14
14
|
sortIndex?: number;
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
interface ICreateResult {
|
|
17
17
|
id: string;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
@@ -61,3 +61,4 @@ export declare class OfferCatalogItemService extends Service {
|
|
|
61
61
|
page?: number;
|
|
62
62
|
}): Promise<IItemListElement[]>;
|
|
63
63
|
}
|
|
64
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "10.21.0-alpha.
|
|
3
|
+
"version": "10.21.0-alpha.35",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"watchify": "^3.11.1"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@chevre/factory": "4.393.0-alpha.
|
|
95
|
+
"@chevre/factory": "4.393.0-alpha.50",
|
|
96
96
|
"debug": "3.2.7",
|
|
97
97
|
"http-status": "1.7.4",
|
|
98
98
|
"idtoken-verifier": "2.0.3",
|