@chevre/factory 4.375.0-alpha.10 → 4.375.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.
- package/lib/assetTransaction.d.ts +0 -11
- package/lib/index.d.ts +0 -2
- package/lib/index.js +2 -3
- package/lib/transaction/placeOrder.d.ts +0 -6
- package/lib/transaction.d.ts +0 -11
- package/package.json +1 -1
- package/lib/transactionTasksExportationStatus.d.ts +0 -17
- package/lib/transactionTasksExportationStatus.js +0 -21
|
@@ -5,7 +5,6 @@ import { OrganizationType } from './organizationType';
|
|
|
5
5
|
import { PersonType } from './personType';
|
|
6
6
|
import { SortType } from './sortType';
|
|
7
7
|
import { TransactionStatusType } from './transactionStatusType';
|
|
8
|
-
import { TransactionTasksExportationStatus } from './transactionTasksExportationStatus';
|
|
9
8
|
/**
|
|
10
9
|
* 販売者主体
|
|
11
10
|
*/
|
|
@@ -103,16 +102,6 @@ export type IAttributes<TStartParams, TResult, TError, TPotentialActions> = TSta
|
|
|
103
102
|
*/
|
|
104
103
|
endDate?: Date;
|
|
105
104
|
tasksExportAction?: ITasksExportAction;
|
|
106
|
-
/**
|
|
107
|
-
* タスクエクスポート日時
|
|
108
|
-
* @deprecated use tasksExportAction
|
|
109
|
-
*/
|
|
110
|
-
tasksExportedAt?: Date;
|
|
111
|
-
/**
|
|
112
|
-
* タスクエクスポート状態
|
|
113
|
-
* @deprecated use tasksExportAction
|
|
114
|
-
*/
|
|
115
|
-
tasksExportationStatus: TransactionTasksExportationStatus;
|
|
116
105
|
/**
|
|
117
106
|
* 事後に発生するアクション
|
|
118
107
|
*/
|
package/lib/index.d.ts
CHANGED
|
@@ -189,7 +189,6 @@ import * as RegisterServiceAssetTransactionFactory from './assetTransaction/regi
|
|
|
189
189
|
import * as ReserveAssetTransactionFactory from './assetTransaction/reserve';
|
|
190
190
|
import { AssetTransactionType } from './assetTransactionType';
|
|
191
191
|
import { TransactionStatusType } from './transactionStatusType';
|
|
192
|
-
import { TransactionTasksExportationStatus } from './transactionTasksExportationStatus';
|
|
193
192
|
import * as TransactionFactory from './transaction';
|
|
194
193
|
import * as MoneyTransferTransactionFactory from './transaction/moneyTransfer';
|
|
195
194
|
import * as PlaceOrderTransactionFactory from './transaction/placeOrder';
|
|
@@ -515,7 +514,6 @@ export declare namespace transaction {
|
|
|
515
514
|
}
|
|
516
515
|
export import transactionType = TransactionType;
|
|
517
516
|
export import transactionStatusType = TransactionStatusType;
|
|
518
|
-
export import transactionTasksExportationStatus = TransactionTasksExportationStatus;
|
|
519
517
|
export import assetTransactionType = AssetTransactionType;
|
|
520
518
|
export import unitCode = UnitCode;
|
|
521
519
|
export import unitPriceOffer = UnitPriceOfferFactory;
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.project = exports.product = exports.programMembership = exports.priceSpecificationType = exports.priceSpecification = exports.placeType = exports.place = 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.monetaryAmount = exports.merchantReturnPolicy = exports.language = exports.itemAvailability = exports.invoice = exports.iam = exports.eventType = exports.eventStatusType = exports.encodingFormat = exports.event = exports.customer = exports.creativeWorkType = exports.creativeWork = exports.clientUser = exports.categoryCode = exports.authorization = exports.aggregateOffer = exports.additionalProperty = exports.accountType = exports.accountTitle = exports.action = exports.actionType = exports.actionStatusType = exports.account = exports.errorCode = exports.errors = exports.waiter = exports.cognito = void 0;
|
|
4
|
-
exports.unitPriceOffer = exports.unitCode = exports.assetTransactionType = exports.
|
|
4
|
+
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.service = exports.task = exports.seller = exports.reservationType = exports.reservationStatusType = exports.reservation = exports.report = exports.recipe = exports.quantitativeValue = exports.qualitativeValue = exports.propertyValue = void 0;
|
|
5
5
|
/**
|
|
6
6
|
* factory
|
|
7
7
|
*/
|
|
@@ -158,7 +158,6 @@ var RegisterServiceAssetTransactionFactory = require("./assetTransaction/registe
|
|
|
158
158
|
var ReserveAssetTransactionFactory = require("./assetTransaction/reserve");
|
|
159
159
|
var assetTransactionType_1 = require("./assetTransactionType");
|
|
160
160
|
var transactionStatusType_1 = require("./transactionStatusType");
|
|
161
|
-
var transactionTasksExportationStatus_1 = require("./transactionTasksExportationStatus");
|
|
162
161
|
var MoneyTransferTransactionFactory = require("./transaction/moneyTransfer");
|
|
163
162
|
var PlaceOrderTransactionFactory = require("./transaction/placeOrder");
|
|
164
163
|
var ReturnOrderTransactionFactory = require("./transaction/returnOrder");
|
|
@@ -449,7 +448,7 @@ var transaction;
|
|
|
449
448
|
})(transaction = exports.transaction || (exports.transaction = {}));
|
|
450
449
|
exports.transactionType = transactionType_1.TransactionType;
|
|
451
450
|
exports.transactionStatusType = transactionStatusType_1.TransactionStatusType;
|
|
452
|
-
|
|
451
|
+
// export import transactionTasksExportationStatus = TransactionTasksExportationStatus; // discontinue(2024-06-20~)
|
|
453
452
|
exports.assetTransactionType = assetTransactionType_1.AssetTransactionType;
|
|
454
453
|
exports.unitCode = unitCode_1.UnitCode;
|
|
455
454
|
exports.unitPriceOffer = UnitPriceOfferFactory;
|
package/lib/transaction.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ import { IIdentifier, IPersonAttributes } from './person';
|
|
|
9
9
|
import { PersonType } from './personType';
|
|
10
10
|
import { SortType } from './sortType';
|
|
11
11
|
import { TransactionStatusType } from './transactionStatusType';
|
|
12
|
-
import { TransactionTasksExportationStatus } from './transactionTasksExportationStatus';
|
|
13
12
|
import { TransactionType } from './transactionType';
|
|
14
13
|
export interface IAgentAsWebApplication extends Pick<IWebApplication, 'id' | 'identifier' | 'typeOf'> {
|
|
15
14
|
name?: string;
|
|
@@ -116,16 +115,6 @@ export type IAttributes<TStartParams, TResult, TError, TPotentialActions> = TSta
|
|
|
116
115
|
*/
|
|
117
116
|
endDate?: Date;
|
|
118
117
|
tasksExportAction?: ITasksExportAction;
|
|
119
|
-
/**
|
|
120
|
-
* タスクエクスポート日時
|
|
121
|
-
* @deprecated use tasksExportAction
|
|
122
|
-
*/
|
|
123
|
-
tasksExportedAt?: Date;
|
|
124
|
-
/**
|
|
125
|
-
* タスクエクスポート状態
|
|
126
|
-
* @deprecated use tasksExportAction
|
|
127
|
-
*/
|
|
128
|
-
tasksExportationStatus: TransactionTasksExportationStatus;
|
|
129
118
|
/**
|
|
130
119
|
* 事後に発生するアクション
|
|
131
120
|
*/
|
package/package.json
CHANGED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 取引タスクエクスポートステータス
|
|
3
|
-
*/
|
|
4
|
-
export declare enum TransactionTasksExportationStatus {
|
|
5
|
-
/**
|
|
6
|
-
* 未エクスポート
|
|
7
|
-
*/
|
|
8
|
-
Unexported = "Unexported",
|
|
9
|
-
/**
|
|
10
|
-
* エクスポート中
|
|
11
|
-
*/
|
|
12
|
-
Exporting = "Exporting",
|
|
13
|
-
/**
|
|
14
|
-
* エクスポート済
|
|
15
|
-
*/
|
|
16
|
-
Exported = "Exported"
|
|
17
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransactionTasksExportationStatus = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* 取引タスクエクスポートステータス
|
|
6
|
-
*/
|
|
7
|
-
var TransactionTasksExportationStatus;
|
|
8
|
-
(function (TransactionTasksExportationStatus) {
|
|
9
|
-
/**
|
|
10
|
-
* 未エクスポート
|
|
11
|
-
*/
|
|
12
|
-
TransactionTasksExportationStatus["Unexported"] = "Unexported";
|
|
13
|
-
/**
|
|
14
|
-
* エクスポート中
|
|
15
|
-
*/
|
|
16
|
-
TransactionTasksExportationStatus["Exporting"] = "Exporting";
|
|
17
|
-
/**
|
|
18
|
-
* エクスポート済
|
|
19
|
-
*/
|
|
20
|
-
TransactionTasksExportationStatus["Exported"] = "Exported";
|
|
21
|
-
})(TransactionTasksExportationStatus = exports.TransactionTasksExportationStatus || (exports.TransactionTasksExportationStatus = {}));
|