@cinerino/sdk 12.3.0-alpha.11 → 12.3.0-alpha.12
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.
|
@@ -5,7 +5,7 @@ export declare type IProductOfferAsFindResult = Pick<factory.productOffer.IProdu
|
|
|
5
5
|
};
|
|
6
6
|
export interface IFindParams {
|
|
7
7
|
/**
|
|
8
|
-
* max:
|
|
8
|
+
* max: 100
|
|
9
9
|
*/
|
|
10
10
|
limit: number;
|
|
11
11
|
page: number;
|
|
@@ -20,6 +20,10 @@ export interface IFindParams {
|
|
|
20
20
|
*/
|
|
21
21
|
identifiers?: string[];
|
|
22
22
|
id?: string;
|
|
23
|
+
/**
|
|
24
|
+
* 有効なメンバープログラムティアコード
|
|
25
|
+
*/
|
|
26
|
+
validForMemberTierIdentifier?: string;
|
|
23
27
|
}
|
|
24
28
|
/**
|
|
25
29
|
* プロダクトオファーサービス
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import * as factory from '../factory';
|
|
2
2
|
import { Service } from '../service';
|
|
3
3
|
export interface IFindParams {
|
|
4
|
+
/**
|
|
5
|
+
* max: 20
|
|
6
|
+
*/
|
|
4
7
|
limit: number;
|
|
5
8
|
page: number;
|
|
6
9
|
itemOfferedIdentifier?: string;
|
|
7
10
|
itemOfferedIdentifiers?: string[];
|
|
8
11
|
identifiers?: string[];
|
|
9
12
|
id?: string;
|
|
13
|
+
validForMemberTierIdentifier?: string;
|
|
10
14
|
}
|
|
11
15
|
/**
|
|
12
16
|
* プロダクトオファーサービス
|
|
@@ -15,7 +19,11 @@ export declare class ProductOfferService extends Service {
|
|
|
15
19
|
/**
|
|
16
20
|
* メンバープログラムティアで有効なプロダクトオファーを追加する
|
|
17
21
|
*/
|
|
18
|
-
createValidForMemberTierByIdentifier(
|
|
22
|
+
createValidForMemberTierByIdentifier(
|
|
23
|
+
/**
|
|
24
|
+
* max: 20
|
|
25
|
+
*/
|
|
26
|
+
params: factory.productOffer.IAddValidForMemberTierParams[], options: {
|
|
19
27
|
/**
|
|
20
28
|
* プロダクトオファーコレクションコード
|
|
21
29
|
*/
|
|
@@ -24,7 +32,11 @@ export declare class ProductOfferService extends Service {
|
|
|
24
32
|
/**
|
|
25
33
|
* メンバープログラムティアで有効なプロダクトオファーを編集する
|
|
26
34
|
*/
|
|
27
|
-
updateValidForMemberTierByIdentifier(
|
|
35
|
+
updateValidForMemberTierByIdentifier(
|
|
36
|
+
/**
|
|
37
|
+
* max: 20
|
|
38
|
+
*/
|
|
39
|
+
params: factory.productOffer.IAddValidForMemberTierParams[], options: {
|
|
28
40
|
/**
|
|
29
41
|
* プロダクトオファーコレクションコード
|
|
30
42
|
*/
|
|
@@ -66,7 +66,11 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
66
66
|
/**
|
|
67
67
|
* メンバープログラムティアで有効なプロダクトオファーを追加する
|
|
68
68
|
*/
|
|
69
|
-
ProductOfferService.prototype.createValidForMemberTierByIdentifier = function (
|
|
69
|
+
ProductOfferService.prototype.createValidForMemberTierByIdentifier = function (
|
|
70
|
+
/**
|
|
71
|
+
* max: 20
|
|
72
|
+
*/
|
|
73
|
+
params, options) {
|
|
70
74
|
return __awaiter(this, void 0, void 0, function () {
|
|
71
75
|
var itemOfferedIdentifier;
|
|
72
76
|
return __generator(this, function (_a) {
|
|
@@ -90,7 +94,11 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
90
94
|
/**
|
|
91
95
|
* メンバープログラムティアで有効なプロダクトオファーを編集する
|
|
92
96
|
*/
|
|
93
|
-
ProductOfferService.prototype.updateValidForMemberTierByIdentifier = function (
|
|
97
|
+
ProductOfferService.prototype.updateValidForMemberTierByIdentifier = function (
|
|
98
|
+
/**
|
|
99
|
+
* max: 20
|
|
100
|
+
*/
|
|
101
|
+
params, options) {
|
|
94
102
|
return __awaiter(this, void 0, void 0, function () {
|
|
95
103
|
var itemOfferedIdentifier;
|
|
96
104
|
return __generator(this, function (_a) {
|
package/lib/bundle.js
CHANGED
|
@@ -4044,7 +4044,11 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
4044
4044
|
/**
|
|
4045
4045
|
* メンバープログラムティアで有効なプロダクトオファーを追加する
|
|
4046
4046
|
*/
|
|
4047
|
-
ProductOfferService.prototype.createValidForMemberTierByIdentifier = function (
|
|
4047
|
+
ProductOfferService.prototype.createValidForMemberTierByIdentifier = function (
|
|
4048
|
+
/**
|
|
4049
|
+
* max: 20
|
|
4050
|
+
*/
|
|
4051
|
+
params, options) {
|
|
4048
4052
|
return __awaiter(this, void 0, void 0, function () {
|
|
4049
4053
|
var itemOfferedIdentifier;
|
|
4050
4054
|
return __generator(this, function (_a) {
|
|
@@ -4068,7 +4072,11 @@ var ProductOfferService = /** @class */ (function (_super) {
|
|
|
4068
4072
|
/**
|
|
4069
4073
|
* メンバープログラムティアで有効なプロダクトオファーを編集する
|
|
4070
4074
|
*/
|
|
4071
|
-
ProductOfferService.prototype.updateValidForMemberTierByIdentifier = function (
|
|
4075
|
+
ProductOfferService.prototype.updateValidForMemberTierByIdentifier = function (
|
|
4076
|
+
/**
|
|
4077
|
+
* max: 20
|
|
4078
|
+
*/
|
|
4079
|
+
params, options) {
|
|
4072
4080
|
return __awaiter(this, void 0, void 0, function () {
|
|
4073
4081
|
var itemOfferedIdentifier;
|
|
4074
4082
|
return __generator(this, function (_a) {
|