@cinerino/sdk 10.21.0-alpha.24 → 10.21.0-alpha.25

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.
Files changed (2) hide show
  1. package/lib/bundle.js +7 -1
  2. package/package.json +2 -2
package/lib/bundle.js CHANGED
@@ -27261,13 +27261,17 @@ var RoleName;
27261
27261
  */
27262
27262
  RoleName["TicketCollector"] = "ticketCollector";
27263
27263
  /**
27264
- * メンバー管理
27264
+ * 販売者メンバー管理(全販売者)
27265
27265
  */
27266
27266
  RoleName["IAMRoleAdmin"] = "iam.roleAdmin";
27267
27267
  /**
27268
27268
  * 決済サービス管理者
27269
27269
  */
27270
27270
  RoleName["PaymentServiceAdmin"] = "paymentServiceAdmin";
27271
+ /**
27272
+ * プロジェクトメンバー管理者
27273
+ */
27274
+ RoleName["MemberAdmin"] = "memberAdmin";
27271
27275
  /**
27272
27276
  * 販売者オーナー
27273
27277
  */
@@ -28205,6 +28209,7 @@ var RecipeCategory;
28205
28209
  RecipeCategory["returnCOAReserve"] = "returnCOAReserve";
28206
28210
  RecipeCategory["authorizeInvoice"] = "authorizeInvoice";
28207
28211
  RecipeCategory["authorizeInvoice3ds"] = "authorizeInvoice3ds";
28212
+ RecipeCategory["sendEmailMessage"] = "sendEmailMessage";
28208
28213
  })(RecipeCategory = exports.RecipeCategory || (exports.RecipeCategory = {}));
28209
28214
  var StepIdentifier;
28210
28215
  (function (StepIdentifier) {
@@ -28221,6 +28226,7 @@ var StepIdentifier;
28221
28226
  StepIdentifier["stateReserve"] = "stateReserve";
28222
28227
  StepIdentifier["delReserve"] = "delReserve";
28223
28228
  StepIdentifier["delTmpReserve"] = "delTmpReserve";
28229
+ StepIdentifier["sendMultiple"] = "sendMultiple";
28224
28230
  })(StepIdentifier = exports.StepIdentifier || (exports.StepIdentifier = {}));
28225
28231
 
28226
28232
  },{}],305:[function(require,module,exports){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cinerino/sdk",
3
- "version": "10.21.0-alpha.24",
3
+ "version": "10.21.0-alpha.25",
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.36",
95
+ "@chevre/factory": "4.393.0-alpha.41",
96
96
  "debug": "3.2.7",
97
97
  "http-status": "1.7.4",
98
98
  "idtoken-verifier": "2.0.3",