@cinerino/sdk 10.17.0 → 10.18.0-alpha.0
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/example/playground/public/lib/bundle.js +29 -2
- package/lib/bundle.js +29 -2
- package/package.json +2 -2
|
@@ -27087,8 +27087,35 @@ arguments[4][68][0].apply(exports,arguments)
|
|
|
27087
27087
|
},{"dup":68}],285:[function(require,module,exports){
|
|
27088
27088
|
arguments[4][68][0].apply(exports,arguments)
|
|
27089
27089
|
},{"dup":68}],286:[function(require,module,exports){
|
|
27090
|
-
|
|
27091
|
-
|
|
27090
|
+
"use strict";
|
|
27091
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27092
|
+
// export interface ISchedule4ttts extends Pick<IEventWithSchedule, 'id' | 'offers' | 'project' | 'superEvent'> {
|
|
27093
|
+
// eventSchedule?: never;
|
|
27094
|
+
// duration: number;
|
|
27095
|
+
// noPerformanceTimes: string[];
|
|
27096
|
+
// /**
|
|
27097
|
+
// * 作成対象時間: 9,10,11など
|
|
27098
|
+
// */
|
|
27099
|
+
// hours: string[];
|
|
27100
|
+
// /**
|
|
27101
|
+
// * ['00', '15', '30', '45']
|
|
27102
|
+
// */
|
|
27103
|
+
// minutes: string[];
|
|
27104
|
+
// /**
|
|
27105
|
+
// * ['1', '2', '3', '4']
|
|
27106
|
+
// */
|
|
27107
|
+
// tours: string[];
|
|
27108
|
+
// /**
|
|
27109
|
+
// * 作成開始が今日から何日後か
|
|
27110
|
+
// */
|
|
27111
|
+
// // start: number;
|
|
27112
|
+
// /**
|
|
27113
|
+
// * 何日分作成するか
|
|
27114
|
+
// */
|
|
27115
|
+
// days: number;
|
|
27116
|
+
// }
|
|
27117
|
+
|
|
27118
|
+
},{}],287:[function(require,module,exports){
|
|
27092
27119
|
arguments[4][68][0].apply(exports,arguments)
|
|
27093
27120
|
},{"dup":68}],288:[function(require,module,exports){
|
|
27094
27121
|
"use strict";
|
package/lib/bundle.js
CHANGED
|
@@ -27087,8 +27087,35 @@ var ReservationType;
|
|
|
27087
27087
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
27088
27088
|
|
|
27089
27089
|
},{}],286:[function(require,module,exports){
|
|
27090
|
-
|
|
27091
|
-
|
|
27090
|
+
"use strict";
|
|
27091
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27092
|
+
// export interface ISchedule4ttts extends Pick<IEventWithSchedule, 'id' | 'offers' | 'project' | 'superEvent'> {
|
|
27093
|
+
// eventSchedule?: never;
|
|
27094
|
+
// duration: number;
|
|
27095
|
+
// noPerformanceTimes: string[];
|
|
27096
|
+
// /**
|
|
27097
|
+
// * 作成対象時間: 9,10,11など
|
|
27098
|
+
// */
|
|
27099
|
+
// hours: string[];
|
|
27100
|
+
// /**
|
|
27101
|
+
// * ['00', '15', '30', '45']
|
|
27102
|
+
// */
|
|
27103
|
+
// minutes: string[];
|
|
27104
|
+
// /**
|
|
27105
|
+
// * ['1', '2', '3', '4']
|
|
27106
|
+
// */
|
|
27107
|
+
// tours: string[];
|
|
27108
|
+
// /**
|
|
27109
|
+
// * 作成開始が今日から何日後か
|
|
27110
|
+
// */
|
|
27111
|
+
// // start: number;
|
|
27112
|
+
// /**
|
|
27113
|
+
// * 何日分作成するか
|
|
27114
|
+
// */
|
|
27115
|
+
// days: number;
|
|
27116
|
+
// }
|
|
27117
|
+
|
|
27118
|
+
},{}],287:[function(require,module,exports){
|
|
27092
27119
|
arguments[4][78][0].apply(exports,arguments)
|
|
27093
27120
|
},{"dup":78}],288:[function(require,module,exports){
|
|
27094
27121
|
"use strict";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.18.0-alpha.0",
|
|
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.
|
|
95
|
+
"@chevre/factory": "4.390.0-alpha.1",
|
|
96
96
|
"debug": "3.2.7",
|
|
97
97
|
"http-status": "1.7.4",
|
|
98
98
|
"idtoken-verifier": "2.0.3",
|