@cinerino/sdk 12.5.0-alpha.2 → 12.5.0-alpha.4
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/lib/abstract/chevreAsset/order/factory.d.ts +4 -0
- package/lib/bundle.js +180 -38
- package/package.json +2 -2
|
@@ -22,5 +22,9 @@ export declare type IAcceptedOffer = factory.order.IAcceptedOffer<factory.order.
|
|
|
22
22
|
export declare type IOrderAsFindByConfirmationNumberResult = Pick<factory.order.IOrder, 'confirmationNumber' | 'dateReturned' | 'orderDate' | 'orderNumber' | 'orderStatus' | 'orderedItem' | 'paymentMethods' | 'price' | 'priceCurrency' | 'seller' | 'project' | 'typeOf'> & {
|
|
23
23
|
customer: {
|
|
24
24
|
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated legacyプロジェクトでのみ含まれるケースがある
|
|
27
|
+
*/
|
|
28
|
+
telephone?: string;
|
|
25
29
|
};
|
|
26
30
|
};
|
package/lib/bundle.js
CHANGED
|
@@ -30304,8 +30304,8 @@ arguments[4][37][0].apply(exports,arguments)
|
|
|
30304
30304
|
},{"dup":37}],282:[function(require,module,exports){
|
|
30305
30305
|
"use strict";
|
|
30306
30306
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30307
|
-
exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerItemCondition = exports.offerCatalog = exports.offer = exports.notification = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.identityProvider = exports.iam = exports.eventType = exports.eventStatusType = exports.entryPoint = exports.encodingFormat = exports.
|
|
30308
|
-
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceChannel = exports.service = exports.task = exports.sellerReturnPolicy = exports.seller = exports.schedule = exports.role = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.recipe = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = exports.project = exports.productOffer = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.potentialAction = exports.placeType = exports.place =
|
|
30307
|
+
exports.priceCurrency = exports.personType = exports.person = exports.permit = exports.paymentStatusType = exports.paymentMethod = exports.ownershipInfo = exports.organizationType = exports.organization = exports.orderStatus = exports.order = exports.offerType = exports.offerItemCondition = exports.offerCatalog = exports.offer = exports.notification = exports.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.identityProvider = exports.iam = exports.eventType = exports.eventStatusType = exports.entryPoint = exports.encodingFormat = exports.eventSeries = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.CertificationStatusEnumeration = exports.categoryCode = exports.authorization = exports.aggregateOffer = exports.aggregation = exports.advanceBookingRequirement = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
|
|
30308
|
+
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.transactionStatusType = exports.transactionType = exports.transaction = exports.assetTransaction = exports.tripType = exports.trip = exports.thing = exports.taskStatus = exports.taskName = exports.sortType = exports.serviceChannel = exports.service = exports.task = exports.sellerReturnPolicy = exports.seller = exports.schedule = exports.role = exports.RESERVED_CODE_VALUES = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.recipe = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = exports.project = exports.productOffer = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.potentialAction = exports.placeType = exports.place = void 0;
|
|
30309
30309
|
/**
|
|
30310
30310
|
* factory
|
|
30311
30311
|
*/
|
|
@@ -30389,7 +30389,6 @@ var MerchantReturnPolicyFactory = require("./merchantReturnPolicy");
|
|
|
30389
30389
|
var MonetaryAmountFactory = require("./monetaryAmount");
|
|
30390
30390
|
var OfferFactory = require("./offer");
|
|
30391
30391
|
var AggregateOfferFactory = require("./offer/aggregateOffer");
|
|
30392
|
-
var EventOfferFactory = require("./offer/eventOffer");
|
|
30393
30392
|
var ProductOfferFactory = require("./offer/productOffer");
|
|
30394
30393
|
var OfferCatalogFactory = require("./offerCatalog");
|
|
30395
30394
|
var OfferItemConditionFactory = require("./offerItemCondition");
|
|
@@ -30429,6 +30428,8 @@ var BusReservationFactory = require("./reservation/busReservation");
|
|
|
30429
30428
|
var EventReservationFactory = require("./reservation/event");
|
|
30430
30429
|
var reservationStatusType_1 = require("./reservationStatusType");
|
|
30431
30430
|
var reservationType_1 = require("./reservationType");
|
|
30431
|
+
var reservedCodeValues_1 = require("./reservedCodeValues");
|
|
30432
|
+
Object.defineProperty(exports, "RESERVED_CODE_VALUES", { enumerable: true, get: function () { return reservedCodeValues_1.RESERVED_CODE_VALUES; } });
|
|
30432
30433
|
var RoleFactory = require("./role");
|
|
30433
30434
|
var OrganizationRoleFactory = require("./role/organizationRole");
|
|
30434
30435
|
var ScheduleFactory = require("./schedule");
|
|
@@ -30693,7 +30694,6 @@ var event;
|
|
|
30693
30694
|
// export import screeningEventSeries = ScreeningEventSeriesFactory;
|
|
30694
30695
|
})(event = exports.event || (exports.event = {}));
|
|
30695
30696
|
exports.eventSeries = ScreeningEventSeriesFactory; // reimplement from event.screeningEventSeries
|
|
30696
|
-
exports.eventOffer = EventOfferFactory;
|
|
30697
30697
|
exports.encodingFormat = EncodingFormat;
|
|
30698
30698
|
exports.eventStatusType = eventStatusType_1.EventStatusType;
|
|
30699
30699
|
exports.eventType = eventType_1.EventType;
|
|
@@ -30877,7 +30877,7 @@ exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
|
30877
30877
|
exports.unitCode = unitCode_1.UnitCode;
|
|
30878
30878
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
|
30879
30879
|
|
|
30880
|
-
},{"./account":183,"./accountTitle":189,"./accountType":190,"./action/accept/coaOffer":191,"./action/accept/pay":192,"./action/authorize/invoice":193,"./action/authorize/offer/eventService":194,"./action/authorize/offer/moneyTransfer":195,"./action/authorize/offer/product":196,"./action/authorize/paymentMethod/any":197,"./action/authorize/ticketedObject":198,"./action/cancel/coaReserve":199,"./action/cancel/reservation":200,"./action/check/paymentMethod/movieTicket":201,"./action/check/thing":202,"./action/consume/use/reservation":203,"./action/create":204,"./action/interact/confirm/moneyTransfer":205,"./action/interact/confirm/pay":206,"./action/interact/confirm/registerService":207,"./action/interact/confirm/reservation":208,"./action/interact/inform":209,"./action/interact/register/service":210,"./action/reserve":211,"./action/trade/order":212,"./action/trade/pay":213,"./action/trade/refund":214,"./action/transfer/give/pointAward":215,"./action/transfer/moneyTransfer":216,"./action/transfer/return/invoice":217,"./action/transfer/return/moneyTransfer":218,"./action/transfer/return/order":219,"./action/transfer/return/pointAward":220,"./action/transfer/return/reserveTransaction":221,"./action/transfer/send/message/email":222,"./action/transfer/send/order":223,"./action/update/add":224,"./action/update/delete":226,"./action/update/replace":227,"./action/update/update":228,"./actionStatusType":232,"./actionType":233,"./additionalProperty":234,"./advanceBookingRequirement":235,"./aggregation":236,"./assetTransaction/cancelReservation":237,"./assetTransaction/moneyTransfer":238,"./assetTransaction/pay":239,"./assetTransaction/refund":240,"./assetTransaction/registerService":241,"./assetTransaction/reserve":242,"./assetTransactionType":243,"./authorization":244,"./categoryCode":245,"./certificationStatusEnumeration":246,"./clientUser":247,"./cognito":248,"./creativeWork/certification/softwareApplication":249,"./creativeWork/certification/webApplication":250,"./creativeWork/certification/webSite":251,"./creativeWork/comment":252,"./creativeWork/message/email":253,"./creativeWork/movie":254,"./creativeWork/noteDigitalDocument":255,"./creativeWork/softwareApplication/webApplication":256,"./creativeWorkType":257,"./customer":258,"./encodingFormat":259,"./entryPoint":260,"./errorCode":274,"./errors":275,"./event/screeningEvent":276,"./event/screeningEventSeries":277,"./eventStatusType":278,"./eventType":279,"./iam":280,"./identityProvider":281,"./invoice":283,"./itemAvailability":284,"./language":285,"./merchantReturnPolicy":286,"./monetaryAmount":287,"./notification/accountTitle":288,"./notification/categoryCode":289,"./notification/creativeWork":290,"./notification/event":291,"./notification/offer":292,"./notification/offerCatalog":293,"./notification/order":294,"./notification/payAction":295,"./notification/person":296,"./notification/place":297,"./notification/product":298,"./notification/refundAction":299,"./notification/reservation":300,"./notification/task":301,"./notification/transaction":302,"./offer":303,"./offer/aggregateOffer":304,"./offer/
|
|
30880
|
+
},{"./account":183,"./accountTitle":189,"./accountType":190,"./action/accept/coaOffer":191,"./action/accept/pay":192,"./action/authorize/invoice":193,"./action/authorize/offer/eventService":194,"./action/authorize/offer/moneyTransfer":195,"./action/authorize/offer/product":196,"./action/authorize/paymentMethod/any":197,"./action/authorize/ticketedObject":198,"./action/cancel/coaReserve":199,"./action/cancel/reservation":200,"./action/check/paymentMethod/movieTicket":201,"./action/check/thing":202,"./action/consume/use/reservation":203,"./action/create":204,"./action/interact/confirm/moneyTransfer":205,"./action/interact/confirm/pay":206,"./action/interact/confirm/registerService":207,"./action/interact/confirm/reservation":208,"./action/interact/inform":209,"./action/interact/register/service":210,"./action/reserve":211,"./action/trade/order":212,"./action/trade/pay":213,"./action/trade/refund":214,"./action/transfer/give/pointAward":215,"./action/transfer/moneyTransfer":216,"./action/transfer/return/invoice":217,"./action/transfer/return/moneyTransfer":218,"./action/transfer/return/order":219,"./action/transfer/return/pointAward":220,"./action/transfer/return/reserveTransaction":221,"./action/transfer/send/message/email":222,"./action/transfer/send/order":223,"./action/update/add":224,"./action/update/delete":226,"./action/update/replace":227,"./action/update/update":228,"./actionStatusType":232,"./actionType":233,"./additionalProperty":234,"./advanceBookingRequirement":235,"./aggregation":236,"./assetTransaction/cancelReservation":237,"./assetTransaction/moneyTransfer":238,"./assetTransaction/pay":239,"./assetTransaction/refund":240,"./assetTransaction/registerService":241,"./assetTransaction/reserve":242,"./assetTransactionType":243,"./authorization":244,"./categoryCode":245,"./certificationStatusEnumeration":246,"./clientUser":247,"./cognito":248,"./creativeWork/certification/softwareApplication":249,"./creativeWork/certification/webApplication":250,"./creativeWork/certification/webSite":251,"./creativeWork/comment":252,"./creativeWork/message/email":253,"./creativeWork/movie":254,"./creativeWork/noteDigitalDocument":255,"./creativeWork/softwareApplication/webApplication":256,"./creativeWorkType":257,"./customer":258,"./encodingFormat":259,"./entryPoint":260,"./errorCode":274,"./errors":275,"./event/screeningEvent":276,"./event/screeningEventSeries":277,"./eventStatusType":278,"./eventType":279,"./iam":280,"./identityProvider":281,"./invoice":283,"./itemAvailability":284,"./language":285,"./merchantReturnPolicy":286,"./monetaryAmount":287,"./notification/accountTitle":288,"./notification/categoryCode":289,"./notification/creativeWork":290,"./notification/event":291,"./notification/offer":292,"./notification/offerCatalog":293,"./notification/order":294,"./notification/payAction":295,"./notification/person":296,"./notification/place":297,"./notification/product":298,"./notification/refundAction":299,"./notification/reservation":300,"./notification/task":301,"./notification/transaction":302,"./offer":303,"./offer/aggregateOffer":304,"./offer/productOffer":305,"./offerCatalog":306,"./offerItemCondition":307,"./offerType":308,"./order":309,"./orderStatus":310,"./organization":311,"./organizationType":312,"./ownershipInfo":313,"./paymentMethod/paymentCard/creditCard":314,"./paymentMethod/paymentCard/movieTicket":315,"./paymentStatusType":316,"./permit":317,"./person":318,"./personType":319,"./place/busStop":320,"./place/movieTheater":321,"./place/screeningRoom":322,"./place/screeningRoomSection":323,"./place/seat":324,"./placeType":325,"./potentialAction":326,"./priceCurrency":327,"./priceSpecification/unitPriceSpecification":328,"./priceSpecificationType":329,"./product":330,"./programMembership":331,"./project":332,"./propertyValue":333,"./propertyValue/locationFeatureSpecification":334,"./qualitativeValue":335,"./quantitativeValue":336,"./recipe":337,"./report/accountingReport":338,"./reservation/busReservation":339,"./reservation/event":340,"./reservationStatusType":341,"./reservationType":342,"./reservedCodeValues":343,"./role":344,"./role/organizationRole":345,"./schedule":346,"./seller":347,"./sellerReturnPolicy":348,"./service/paymentService":349,"./service/webAPI":350,"./serviceChannel":351,"./sortType":352,"./task/acceptCOAOffer":353,"./task/accountMoneyTransfer":354,"./task/aggregateOffers":355,"./task/aggregateOnSystem":356,"./task/aggregateScreeningEvent":357,"./task/authorizePayment":358,"./task/cancelAccountMoneyTransfer":359,"./task/cancelMoneyTransfer":360,"./task/cancelPendingReservation":361,"./task/cancelReservation":362,"./task/checkMovieTicket":363,"./task/checkResource":364,"./task/confirmReserveTransaction":365,"./task/createAccountingReport":366,"./task/createEvent":367,"./task/deletePerson":368,"./task/deleteTransaction":369,"./task/handleNotification":370,"./task/importEventCapacitiesFromCOA":371,"./task/importEventsFromCOA":372,"./task/importOffersFromCOA":373,"./task/invalidatePaymentUrl":374,"./task/moneyTransfer":375,"./task/onAuthorizationCreated":376,"./task/onEventChanged":377,"./task/onResourceUpdated":378,"./task/pay":379,"./task/publishPaymentUrl":380,"./task/refund":381,"./task/registerService":382,"./task/reserve":383,"./task/sendEmailMessage":384,"./task/triggerWebhook":385,"./task/useReservation":386,"./task/voidPayment":387,"./taskName":388,"./taskStatus":389,"./thing":390,"./transaction/moneyTransfer":391,"./transaction/placeOrder":392,"./transaction/returnOrder":393,"./transactionStatusType":394,"./transactionType":395,"./trip/busTrip":396,"./tripType":397,"./unitCode":398,"./unitPriceOffer":399,"@waiter/factory":415}],283:[function(require,module,exports){
|
|
30881
30881
|
arguments[4][37][0].apply(exports,arguments)
|
|
30882
30882
|
},{"dup":37}],284:[function(require,module,exports){
|
|
30883
30883
|
"use strict";
|
|
@@ -31003,8 +31003,6 @@ arguments[4][37][0].apply(exports,arguments)
|
|
|
31003
31003
|
},{"dup":37}],306:[function(require,module,exports){
|
|
31004
31004
|
arguments[4][37][0].apply(exports,arguments)
|
|
31005
31005
|
},{"dup":37}],307:[function(require,module,exports){
|
|
31006
|
-
arguments[4][37][0].apply(exports,arguments)
|
|
31007
|
-
},{"dup":37}],308:[function(require,module,exports){
|
|
31008
31006
|
"use strict";
|
|
31009
31007
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31010
31008
|
exports.OfferItemCondition = void 0;
|
|
@@ -31017,7 +31015,7 @@ var OfferItemCondition;
|
|
|
31017
31015
|
OfferItemCondition["NewCondition"] = "NewCondition";
|
|
31018
31016
|
})(OfferItemCondition = exports.OfferItemCondition || (exports.OfferItemCondition = {}));
|
|
31019
31017
|
|
|
31020
|
-
},{}],
|
|
31018
|
+
},{}],308:[function(require,module,exports){
|
|
31021
31019
|
"use strict";
|
|
31022
31020
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31023
31021
|
exports.OfferType = void 0;
|
|
@@ -31030,7 +31028,7 @@ var OfferType;
|
|
|
31030
31028
|
OfferType["AggregateOffer"] = "AggregateOffer";
|
|
31031
31029
|
})(OfferType = exports.OfferType || (exports.OfferType = {}));
|
|
31032
31030
|
|
|
31033
|
-
},{}],
|
|
31031
|
+
},{}],309:[function(require,module,exports){
|
|
31034
31032
|
"use strict";
|
|
31035
31033
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31036
31034
|
exports.OrderType = void 0;
|
|
@@ -31039,7 +31037,7 @@ var OrderType;
|
|
|
31039
31037
|
OrderType["Order"] = "Order";
|
|
31040
31038
|
})(OrderType = exports.OrderType || (exports.OrderType = {}));
|
|
31041
31039
|
|
|
31042
|
-
},{}],
|
|
31040
|
+
},{}],310:[function(require,module,exports){
|
|
31043
31041
|
"use strict";
|
|
31044
31042
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31045
31043
|
exports.OrderStatus = void 0;
|
|
@@ -31058,9 +31056,9 @@ var OrderStatus;
|
|
|
31058
31056
|
OrderStatus["OrderReturned"] = "OrderReturned";
|
|
31059
31057
|
})(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
|
|
31060
31058
|
|
|
31061
|
-
},{}],
|
|
31059
|
+
},{}],311:[function(require,module,exports){
|
|
31062
31060
|
arguments[4][37][0].apply(exports,arguments)
|
|
31063
|
-
},{"dup":37}],
|
|
31061
|
+
},{"dup":37}],312:[function(require,module,exports){
|
|
31064
31062
|
"use strict";
|
|
31065
31063
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31066
31064
|
exports.OrganizationType = void 0;
|
|
@@ -31085,13 +31083,13 @@ var OrganizationType;
|
|
|
31085
31083
|
OrganizationType["Project"] = "Project";
|
|
31086
31084
|
})(OrganizationType = exports.OrganizationType || (exports.OrganizationType = {}));
|
|
31087
31085
|
|
|
31088
|
-
},{}],
|
|
31086
|
+
},{}],313:[function(require,module,exports){
|
|
31087
|
+
arguments[4][37][0].apply(exports,arguments)
|
|
31088
|
+
},{"dup":37}],314:[function(require,module,exports){
|
|
31089
31089
|
arguments[4][37][0].apply(exports,arguments)
|
|
31090
31090
|
},{"dup":37}],315:[function(require,module,exports){
|
|
31091
31091
|
arguments[4][37][0].apply(exports,arguments)
|
|
31092
31092
|
},{"dup":37}],316:[function(require,module,exports){
|
|
31093
|
-
arguments[4][37][0].apply(exports,arguments)
|
|
31094
|
-
},{"dup":37}],317:[function(require,module,exports){
|
|
31095
31093
|
"use strict";
|
|
31096
31094
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31097
31095
|
exports.PaymentStatusType = void 0;
|
|
@@ -31107,7 +31105,7 @@ var PaymentStatusType;
|
|
|
31107
31105
|
PaymentStatusType["PaymentPastDue"] = "PaymentPastDue";
|
|
31108
31106
|
})(PaymentStatusType = exports.PaymentStatusType || (exports.PaymentStatusType = {}));
|
|
31109
31107
|
|
|
31110
|
-
},{}],
|
|
31108
|
+
},{}],317:[function(require,module,exports){
|
|
31111
31109
|
"use strict";
|
|
31112
31110
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31113
31111
|
exports.PermitType = void 0;
|
|
@@ -31116,9 +31114,9 @@ var PermitType;
|
|
|
31116
31114
|
PermitType["Permit"] = "Permit";
|
|
31117
31115
|
})(PermitType = exports.PermitType || (exports.PermitType = {}));
|
|
31118
31116
|
|
|
31119
|
-
},{}],
|
|
31117
|
+
},{}],318:[function(require,module,exports){
|
|
31120
31118
|
arguments[4][37][0].apply(exports,arguments)
|
|
31121
|
-
},{"dup":37}],
|
|
31119
|
+
},{"dup":37}],319:[function(require,module,exports){
|
|
31122
31120
|
"use strict";
|
|
31123
31121
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31124
31122
|
exports.PersonType = void 0;
|
|
@@ -31130,7 +31128,9 @@ var PersonType;
|
|
|
31130
31128
|
PersonType["Person"] = "Person";
|
|
31131
31129
|
})(PersonType = exports.PersonType || (exports.PersonType = {}));
|
|
31132
31130
|
|
|
31133
|
-
},{}],
|
|
31131
|
+
},{}],320:[function(require,module,exports){
|
|
31132
|
+
arguments[4][37][0].apply(exports,arguments)
|
|
31133
|
+
},{"dup":37}],321:[function(require,module,exports){
|
|
31134
31134
|
arguments[4][37][0].apply(exports,arguments)
|
|
31135
31135
|
},{"dup":37}],322:[function(require,module,exports){
|
|
31136
31136
|
arguments[4][37][0].apply(exports,arguments)
|
|
@@ -31139,8 +31139,6 @@ arguments[4][37][0].apply(exports,arguments)
|
|
|
31139
31139
|
},{"dup":37}],324:[function(require,module,exports){
|
|
31140
31140
|
arguments[4][37][0].apply(exports,arguments)
|
|
31141
31141
|
},{"dup":37}],325:[function(require,module,exports){
|
|
31142
|
-
arguments[4][37][0].apply(exports,arguments)
|
|
31143
|
-
},{"dup":37}],326:[function(require,module,exports){
|
|
31144
31142
|
"use strict";
|
|
31145
31143
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31146
31144
|
exports.PlaceType = void 0;
|
|
@@ -31158,9 +31156,9 @@ var PlaceType;
|
|
|
31158
31156
|
PlaceType["Seat"] = "Seat";
|
|
31159
31157
|
})(PlaceType = exports.PlaceType || (exports.PlaceType = {}));
|
|
31160
31158
|
|
|
31161
|
-
},{}],
|
|
31159
|
+
},{}],326:[function(require,module,exports){
|
|
31162
31160
|
arguments[4][37][0].apply(exports,arguments)
|
|
31163
|
-
},{"dup":37}],
|
|
31161
|
+
},{"dup":37}],327:[function(require,module,exports){
|
|
31164
31162
|
"use strict";
|
|
31165
31163
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31166
31164
|
exports.PriceCurrency = void 0;
|
|
@@ -31174,9 +31172,9 @@ var PriceCurrency;
|
|
|
31174
31172
|
PriceCurrency["JPY"] = "JPY";
|
|
31175
31173
|
})(PriceCurrency = exports.PriceCurrency || (exports.PriceCurrency = {}));
|
|
31176
31174
|
|
|
31177
|
-
},{}],
|
|
31175
|
+
},{}],328:[function(require,module,exports){
|
|
31178
31176
|
arguments[4][37][0].apply(exports,arguments)
|
|
31179
|
-
},{"dup":37}],
|
|
31177
|
+
},{"dup":37}],329:[function(require,module,exports){
|
|
31180
31178
|
"use strict";
|
|
31181
31179
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31182
31180
|
exports.PriceSpecificationType = void 0;
|
|
@@ -31207,7 +31205,7 @@ var PriceSpecificationType;
|
|
|
31207
31205
|
PriceSpecificationType["UnitPriceSpecification"] = "UnitPriceSpecification";
|
|
31208
31206
|
})(PriceSpecificationType = exports.PriceSpecificationType || (exports.PriceSpecificationType = {}));
|
|
31209
31207
|
|
|
31210
|
-
},{}],
|
|
31208
|
+
},{}],330:[function(require,module,exports){
|
|
31211
31209
|
"use strict";
|
|
31212
31210
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31213
31211
|
exports.ProductType = void 0;
|
|
@@ -31238,7 +31236,7 @@ var ProductType;
|
|
|
31238
31236
|
ProductType["Transportation"] = "Transportation";
|
|
31239
31237
|
})(ProductType = exports.ProductType || (exports.ProductType = {}));
|
|
31240
31238
|
|
|
31241
|
-
},{}],
|
|
31239
|
+
},{}],331:[function(require,module,exports){
|
|
31242
31240
|
"use strict";
|
|
31243
31241
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31244
31242
|
exports.ProgramMembershipType = void 0;
|
|
@@ -31247,9 +31245,9 @@ var ProgramMembershipType;
|
|
|
31247
31245
|
ProgramMembershipType["ProgramMembership"] = "ProgramMembership";
|
|
31248
31246
|
})(ProgramMembershipType = exports.ProgramMembershipType || (exports.ProgramMembershipType = {}));
|
|
31249
31247
|
|
|
31250
|
-
},{}],
|
|
31248
|
+
},{}],332:[function(require,module,exports){
|
|
31251
31249
|
arguments[4][37][0].apply(exports,arguments)
|
|
31252
|
-
},{"dup":37}],
|
|
31250
|
+
},{"dup":37}],333:[function(require,module,exports){
|
|
31253
31251
|
"use strict";
|
|
31254
31252
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31255
31253
|
exports.PropertyValueType = void 0;
|
|
@@ -31258,11 +31256,11 @@ var PropertyValueType;
|
|
|
31258
31256
|
PropertyValueType["LocationFeatureSpecification"] = "LocationFeatureSpecification";
|
|
31259
31257
|
})(PropertyValueType = exports.PropertyValueType || (exports.PropertyValueType = {}));
|
|
31260
31258
|
|
|
31261
|
-
},{}],
|
|
31259
|
+
},{}],334:[function(require,module,exports){
|
|
31262
31260
|
arguments[4][37][0].apply(exports,arguments)
|
|
31263
|
-
},{"dup":37}],
|
|
31261
|
+
},{"dup":37}],335:[function(require,module,exports){
|
|
31264
31262
|
arguments[4][37][0].apply(exports,arguments)
|
|
31265
|
-
},{"dup":37}],
|
|
31263
|
+
},{"dup":37}],336:[function(require,module,exports){
|
|
31266
31264
|
"use strict";
|
|
31267
31265
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31268
31266
|
exports.StringValue = void 0;
|
|
@@ -31271,7 +31269,7 @@ var StringValue;
|
|
|
31271
31269
|
StringValue["Infinity"] = "Infinity";
|
|
31272
31270
|
})(StringValue = exports.StringValue || (exports.StringValue = {}));
|
|
31273
31271
|
|
|
31274
|
-
},{}],
|
|
31272
|
+
},{}],337:[function(require,module,exports){
|
|
31275
31273
|
"use strict";
|
|
31276
31274
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31277
31275
|
exports.StepIdentifier = exports.RecipeCategory = void 0;
|
|
@@ -31309,13 +31307,13 @@ var StepIdentifier;
|
|
|
31309
31307
|
StepIdentifier["sendMultiple"] = "sendMultiple";
|
|
31310
31308
|
})(StepIdentifier = exports.StepIdentifier || (exports.StepIdentifier = {}));
|
|
31311
31309
|
|
|
31312
|
-
},{}],
|
|
31310
|
+
},{}],338:[function(require,module,exports){
|
|
31311
|
+
arguments[4][37][0].apply(exports,arguments)
|
|
31312
|
+
},{"dup":37}],339:[function(require,module,exports){
|
|
31313
31313
|
arguments[4][37][0].apply(exports,arguments)
|
|
31314
31314
|
},{"dup":37}],340:[function(require,module,exports){
|
|
31315
31315
|
arguments[4][37][0].apply(exports,arguments)
|
|
31316
31316
|
},{"dup":37}],341:[function(require,module,exports){
|
|
31317
|
-
arguments[4][37][0].apply(exports,arguments)
|
|
31318
|
-
},{"dup":37}],342:[function(require,module,exports){
|
|
31319
31317
|
"use strict";
|
|
31320
31318
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31321
31319
|
exports.ReservationStatusType = void 0;
|
|
@@ -31342,7 +31340,7 @@ var ReservationStatusType;
|
|
|
31342
31340
|
ReservationStatusType["ReservationPending"] = "ReservationPending";
|
|
31343
31341
|
})(ReservationStatusType = exports.ReservationStatusType || (exports.ReservationStatusType = {}));
|
|
31344
31342
|
|
|
31345
|
-
},{}],
|
|
31343
|
+
},{}],342:[function(require,module,exports){
|
|
31346
31344
|
"use strict";
|
|
31347
31345
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31348
31346
|
exports.ReservationType = void 0;
|
|
@@ -31356,7 +31354,151 @@ var ReservationType;
|
|
|
31356
31354
|
ReservationType["ReservationPackage"] = "ReservationPackage";
|
|
31357
31355
|
})(ReservationType = exports.ReservationType || (exports.ReservationType = {}));
|
|
31358
31356
|
|
|
31359
|
-
},{}],
|
|
31357
|
+
},{}],343:[function(require,module,exports){
|
|
31358
|
+
"use strict";
|
|
31359
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31360
|
+
exports.RESERVED_CODE_VALUES = void 0;
|
|
31361
|
+
var account_1 = require("./account");
|
|
31362
|
+
var assetTransactionType_1 = require("./assetTransactionType");
|
|
31363
|
+
var certificationStatusEnumeration_1 = require("./certificationStatusEnumeration");
|
|
31364
|
+
var creativeWorkType_1 = require("./creativeWorkType");
|
|
31365
|
+
var eventStatusType_1 = require("./eventStatusType");
|
|
31366
|
+
var eventType_1 = require("./eventType");
|
|
31367
|
+
var merchantReturnPolicy_1 = require("./merchantReturnPolicy");
|
|
31368
|
+
var offerType_1 = require("./offerType");
|
|
31369
|
+
var order_1 = require("./order");
|
|
31370
|
+
var orderStatus_1 = require("./orderStatus");
|
|
31371
|
+
var organizationType_1 = require("./organizationType");
|
|
31372
|
+
var paymentStatusType_1 = require("./paymentStatusType");
|
|
31373
|
+
var personType_1 = require("./personType");
|
|
31374
|
+
var placeType_1 = require("./placeType");
|
|
31375
|
+
var priceCurrency_1 = require("./priceCurrency");
|
|
31376
|
+
var priceSpecificationType_1 = require("./priceSpecificationType");
|
|
31377
|
+
var product_1 = require("./product");
|
|
31378
|
+
var reservationStatusType_1 = require("./reservationStatusType");
|
|
31379
|
+
var reservationType_1 = require("./reservationType");
|
|
31380
|
+
var sortType_1 = require("./sortType");
|
|
31381
|
+
var taskStatus_1 = require("./taskStatus");
|
|
31382
|
+
var transactionStatusType_1 = require("./transactionStatusType");
|
|
31383
|
+
var transactionType_1 = require("./transactionType");
|
|
31384
|
+
var unitCode_1 = require("./unitCode");
|
|
31385
|
+
exports.RESERVED_CODE_VALUES = [
|
|
31386
|
+
'AccountTitle',
|
|
31387
|
+
assetTransactionType_1.AssetTransactionType.CancelReservation,
|
|
31388
|
+
assetTransactionType_1.AssetTransactionType.MoneyTransfer,
|
|
31389
|
+
assetTransactionType_1.AssetTransactionType.Pay,
|
|
31390
|
+
assetTransactionType_1.AssetTransactionType.Refund,
|
|
31391
|
+
assetTransactionType_1.AssetTransactionType.RegisterService,
|
|
31392
|
+
assetTransactionType_1.AssetTransactionType.Reserve,
|
|
31393
|
+
'Authorization',
|
|
31394
|
+
certificationStatusEnumeration_1.CertificationStatusEnumeration.CertificationActive,
|
|
31395
|
+
certificationStatusEnumeration_1.CertificationStatusEnumeration.CertificationInactive,
|
|
31396
|
+
creativeWorkType_1.CreativeWorkType.Certification,
|
|
31397
|
+
creativeWorkType_1.CreativeWorkType.Comment,
|
|
31398
|
+
creativeWorkType_1.CreativeWorkType.EmailMessage,
|
|
31399
|
+
creativeWorkType_1.CreativeWorkType.Movie,
|
|
31400
|
+
creativeWorkType_1.CreativeWorkType.NoteDigitalDocument,
|
|
31401
|
+
creativeWorkType_1.CreativeWorkType.SoftwareApplication,
|
|
31402
|
+
creativeWorkType_1.CreativeWorkType.WebApplication,
|
|
31403
|
+
creativeWorkType_1.CreativeWorkType.WebSite,
|
|
31404
|
+
'Event',
|
|
31405
|
+
eventStatusType_1.EventStatusType.EventCancelled,
|
|
31406
|
+
eventStatusType_1.EventStatusType.EventPostponed,
|
|
31407
|
+
eventStatusType_1.EventStatusType.EventRescheduled,
|
|
31408
|
+
eventStatusType_1.EventStatusType.EventScheduled,
|
|
31409
|
+
eventType_1.EventType.ScreeningEvent,
|
|
31410
|
+
eventType_1.EventType.ScreeningEventSeries,
|
|
31411
|
+
merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnFiniteReturnWindow,
|
|
31412
|
+
merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnNotPermitted,
|
|
31413
|
+
merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnUnlimitedWindow,
|
|
31414
|
+
merchantReturnPolicy_1.MerchantReturnEnumeration.MerchantReturnUnspecified,
|
|
31415
|
+
merchantReturnPolicy_1.RefundTypeEnumeration.ExchangeRefund,
|
|
31416
|
+
merchantReturnPolicy_1.RefundTypeEnumeration.FullRefund,
|
|
31417
|
+
merchantReturnPolicy_1.RefundTypeEnumeration.StoreCreditRefund,
|
|
31418
|
+
merchantReturnPolicy_1.ReturnFeesEnumeration.FreeReturn,
|
|
31419
|
+
merchantReturnPolicy_1.ReturnFeesEnumeration.RestockingFees,
|
|
31420
|
+
merchantReturnPolicy_1.ReturnFeesEnumeration.ReturnFeesCustomerResponsibility,
|
|
31421
|
+
'MonetaryAmount',
|
|
31422
|
+
offerType_1.OfferType.AggregateOffer,
|
|
31423
|
+
offerType_1.OfferType.Offer,
|
|
31424
|
+
'OfferCatalog',
|
|
31425
|
+
'OfferCatalogItem',
|
|
31426
|
+
order_1.OrderType.Order,
|
|
31427
|
+
orderStatus_1.OrderStatus.OrderCancelled,
|
|
31428
|
+
orderStatus_1.OrderStatus.OrderDelivered,
|
|
31429
|
+
orderStatus_1.OrderStatus.OrderInTransit,
|
|
31430
|
+
orderStatus_1.OrderStatus.OrderPaymentDue,
|
|
31431
|
+
'OrderPickupAvailable',
|
|
31432
|
+
'OrderProblem',
|
|
31433
|
+
orderStatus_1.OrderStatus.OrderProcessing,
|
|
31434
|
+
orderStatus_1.OrderStatus.OrderReturned,
|
|
31435
|
+
organizationType_1.OrganizationType.Corporation,
|
|
31436
|
+
organizationType_1.OrganizationType.Organization,
|
|
31437
|
+
organizationType_1.OrganizationType.Project,
|
|
31438
|
+
'OwnershipInfo',
|
|
31439
|
+
paymentStatusType_1.PaymentStatusType.PaymentAutomaticallyApplied,
|
|
31440
|
+
paymentStatusType_1.PaymentStatusType.PaymentComplete,
|
|
31441
|
+
paymentStatusType_1.PaymentStatusType.PaymentDeclined,
|
|
31442
|
+
paymentStatusType_1.PaymentStatusType.PaymentDue,
|
|
31443
|
+
paymentStatusType_1.PaymentStatusType.PaymentPastDue,
|
|
31444
|
+
personType_1.PersonType.Person,
|
|
31445
|
+
placeType_1.PlaceType.AggregatePlace,
|
|
31446
|
+
placeType_1.PlaceType.BusStop,
|
|
31447
|
+
placeType_1.PlaceType.MovieTheater,
|
|
31448
|
+
placeType_1.PlaceType.Place,
|
|
31449
|
+
placeType_1.PlaceType.ScreeningRoom,
|
|
31450
|
+
placeType_1.PlaceType.ScreeningRoomSection,
|
|
31451
|
+
placeType_1.PlaceType.Seat,
|
|
31452
|
+
priceCurrency_1.PriceCurrency.JPY,
|
|
31453
|
+
priceSpecificationType_1.PriceSpecificationType.CategoryCodeChargeSpecification,
|
|
31454
|
+
priceSpecificationType_1.PriceSpecificationType.CompoundPriceSpecification,
|
|
31455
|
+
priceSpecificationType_1.PriceSpecificationType.MovieTicketTypeChargeSpecification,
|
|
31456
|
+
priceSpecificationType_1.PriceSpecificationType.PriceSpecification,
|
|
31457
|
+
priceSpecificationType_1.PriceSpecificationType.UnitPriceSpecification,
|
|
31458
|
+
product_1.ProductType.EventService,
|
|
31459
|
+
product_1.ProductType.MembershipService,
|
|
31460
|
+
product_1.ProductType.PaymentCard,
|
|
31461
|
+
product_1.ProductType.Product,
|
|
31462
|
+
product_1.ProductType.Transportation,
|
|
31463
|
+
reservationStatusType_1.ReservationStatusType.ReservationCancelled,
|
|
31464
|
+
reservationStatusType_1.ReservationStatusType.ReservationConfirmed,
|
|
31465
|
+
reservationStatusType_1.ReservationStatusType.ReservationPending,
|
|
31466
|
+
'ReservationHold',
|
|
31467
|
+
reservationStatusType_1.ReservationStatusType.ReservationPending,
|
|
31468
|
+
reservationType_1.ReservationType.BusReservation,
|
|
31469
|
+
reservationType_1.ReservationType.EventReservation,
|
|
31470
|
+
reservationType_1.ReservationType.ReservationPackage,
|
|
31471
|
+
sortType_1.SortType.Ascending,
|
|
31472
|
+
sortType_1.SortType.Descending,
|
|
31473
|
+
taskStatus_1.TaskStatus.Aborted,
|
|
31474
|
+
taskStatus_1.TaskStatus.Executed,
|
|
31475
|
+
taskStatus_1.TaskStatus.Ready,
|
|
31476
|
+
taskStatus_1.TaskStatus.Running,
|
|
31477
|
+
taskStatus_1.TaskStatus.Expired,
|
|
31478
|
+
transactionStatusType_1.TransactionStatusType.Canceled,
|
|
31479
|
+
transactionStatusType_1.TransactionStatusType.Confirmed,
|
|
31480
|
+
transactionStatusType_1.TransactionStatusType.Expired,
|
|
31481
|
+
transactionStatusType_1.TransactionStatusType.InProgress,
|
|
31482
|
+
transactionType_1.TransactionType.MoneyTransfer,
|
|
31483
|
+
transactionType_1.TransactionType.PlaceOrder,
|
|
31484
|
+
transactionType_1.TransactionType.ReturnOrder,
|
|
31485
|
+
unitCode_1.UnitCode.Ann,
|
|
31486
|
+
unitCode_1.UnitCode.C62,
|
|
31487
|
+
unitCode_1.UnitCode.Day,
|
|
31488
|
+
unitCode_1.UnitCode.Sec,
|
|
31489
|
+
account_1.transactionType.Deposit,
|
|
31490
|
+
account_1.transactionType.Transfer,
|
|
31491
|
+
account_1.transactionType.Withdraw,
|
|
31492
|
+
'MemberProgram',
|
|
31493
|
+
'MemberProgramTier',
|
|
31494
|
+
'Enduser',
|
|
31495
|
+
'POS',
|
|
31496
|
+
'TVM',
|
|
31497
|
+
'Member',
|
|
31498
|
+
'Fan'
|
|
31499
|
+
];
|
|
31500
|
+
|
|
31501
|
+
},{"./account":183,"./assetTransactionType":243,"./certificationStatusEnumeration":246,"./creativeWorkType":257,"./eventStatusType":278,"./eventType":279,"./merchantReturnPolicy":286,"./offerType":308,"./order":309,"./orderStatus":310,"./organizationType":312,"./paymentStatusType":316,"./personType":319,"./placeType":325,"./priceCurrency":327,"./priceSpecificationType":329,"./product":330,"./reservationStatusType":341,"./reservationType":342,"./sortType":352,"./taskStatus":389,"./transactionStatusType":394,"./transactionType":395,"./unitCode":398}],344:[function(require,module,exports){
|
|
31360
31502
|
"use strict";
|
|
31361
31503
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31362
31504
|
exports.RoleType = void 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cinerino/sdk",
|
|
3
|
-
"version": "12.5.0-alpha.
|
|
3
|
+
"version": "12.5.0-alpha.4",
|
|
4
4
|
"description": "Cinerino SDK",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"browser": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"watchify": "^3.11.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@chevre/factory": "5.0.0-alpha.
|
|
96
|
+
"@chevre/factory": "5.0.0-alpha.2",
|
|
97
97
|
"debug": "3.2.7",
|
|
98
98
|
"http-status": "1.7.4",
|
|
99
99
|
"idtoken-verifier": "2.0.3",
|