@chevre/factory 6.2.0-alpha.9 → 7.0.0-alpha.1

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 (75) hide show
  1. package/README.md +0 -1
  2. package/lib/action/update/delete.d.ts +0 -8
  3. package/lib/assetTransaction/pay.d.ts +3 -3
  4. package/lib/cognito.d.ts +345 -3
  5. package/lib/cognito.js +5 -0
  6. package/lib/index.d.ts +3 -4
  7. package/lib/index.js +3 -4
  8. package/lib/paymentMethod/paymentCard/creditCard.d.ts +7 -40
  9. package/lib/paymentMethod/paymentCard/creditCard.js +1 -0
  10. package/lib/recipe/acceptCOAOffer.d.ts +7 -7
  11. package/lib/recipe/authorizeInvoice.d.ts +10 -10
  12. package/lib/recipe/authorizeInvoice3ds.d.ts +7 -7
  13. package/lib/recipe/cancelPendingCOAReserve.d.ts +7 -7
  14. package/lib/recipe/checkMovieTicket.d.ts +7 -7
  15. package/lib/recipe/confirmCOAReserve.d.ts +10 -10
  16. package/lib/recipe/payCreditCard.d.ts +10 -10
  17. package/lib/recipe/payMovieTicket.d.ts +7 -7
  18. package/lib/recipe/publishPaymentUrl.d.ts +10 -10
  19. package/lib/recipe/refundCreditCard.d.ts +10 -10
  20. package/lib/recipe/refundMovieTicket.d.ts +10 -10
  21. package/lib/recipe/returnCOAReserve.d.ts +10 -10
  22. package/lib/recipe/sendEmailMessage.d.ts +7 -7
  23. package/lib/task/acceptCOAOffer.d.ts +2 -2
  24. package/lib/task/accountMoneyTransfer.d.ts +2 -2
  25. package/lib/task/aggregateOffers.d.ts +2 -2
  26. package/lib/task/aggregateOnSystem.d.ts +2 -2
  27. package/lib/task/aggregateScreeningEvent.d.ts +2 -2
  28. package/lib/task/authorizePayment.d.ts +2 -2
  29. package/lib/task/cancelAccountMoneyTransfer.d.ts +2 -2
  30. package/lib/task/cancelMoneyTransfer.d.ts +2 -2
  31. package/lib/task/cancelPendingReservation.d.ts +2 -2
  32. package/lib/task/cancelReservation.d.ts +2 -2
  33. package/lib/task/checkMovieTicket.d.ts +2 -2
  34. package/lib/task/checkResource.d.ts +2 -2
  35. package/lib/task/confirmPayTransaction.d.ts +2 -2
  36. package/lib/task/confirmRegisterService.d.ts +2 -2
  37. package/lib/task/confirmRegisterServiceTransaction.d.ts +2 -2
  38. package/lib/task/confirmReserveTransaction.d.ts +2 -2
  39. package/lib/task/createAccountingReport.d.ts +2 -2
  40. package/lib/task/deletePerson.d.ts +5 -14
  41. package/lib/task/deleteTransaction.d.ts +2 -2
  42. package/lib/task/givePointAward.d.ts +2 -2
  43. package/lib/task/handleNotification.d.ts +2 -2
  44. package/lib/task/importEventCapacitiesFromCOA.d.ts +2 -2
  45. package/lib/task/importEventsFromCOA.d.ts +2 -2
  46. package/lib/task/importOffersFromCOA.d.ts +2 -2
  47. package/lib/task/invalidatePaymentUrl.d.ts +2 -2
  48. package/lib/task/moneyTransfer.d.ts +2 -2
  49. package/lib/task/onAssetTransactionStatusChanged.d.ts +2 -2
  50. package/lib/task/onAuthorizationCreated.d.ts +2 -2
  51. package/lib/task/onEventChanged.d.ts +2 -2
  52. package/lib/task/onOrderPaymentCompleted.d.ts +2 -2
  53. package/lib/task/onResourceDeleted.d.ts +2 -2
  54. package/lib/task/onResourceUpdated.d.ts +2 -2
  55. package/lib/task/pay.d.ts +2 -2
  56. package/lib/task/placeOrder.d.ts +2 -2
  57. package/lib/task/publishPaymentUrl.d.ts +2 -2
  58. package/lib/task/refund.d.ts +2 -2
  59. package/lib/task/registerService.d.ts +2 -2
  60. package/lib/task/reserve.d.ts +2 -2
  61. package/lib/task/returnOrder.d.ts +2 -2
  62. package/lib/task/returnPayTransaction.d.ts +2 -2
  63. package/lib/task/returnPointAward.d.ts +2 -2
  64. package/lib/task/returnReserveTransaction.d.ts +2 -2
  65. package/lib/task/sendEmailMessage.d.ts +2 -2
  66. package/lib/task/sendOrder.d.ts +2 -2
  67. package/lib/task/syncResourcesFromCOA.d.ts +2 -2
  68. package/lib/task/triggerWebhook.d.ts +2 -2
  69. package/lib/task/useReservation.d.ts +2 -2
  70. package/lib/task/voidPayTransaction.d.ts +2 -2
  71. package/lib/task/voidPayment.d.ts +2 -2
  72. package/lib/task/voidRegisterServiceTransaction.d.ts +2 -2
  73. package/lib/task/voidReserveTransaction.d.ts +2 -2
  74. package/lib/task.d.ts +2 -2
  75. package/package.json +3 -4
package/lib/task.d.ts CHANGED
@@ -19,8 +19,8 @@ export interface IExecutor {
19
19
  /**
20
20
  * タスク
21
21
  */
22
- export type ITask = IExtendId<IAttributes>;
23
- export interface IAttributes {
22
+ export type ITask = IExtendId<ITaskAttributes>;
23
+ export interface ITaskAttributes {
24
24
  /**
25
25
  * uniqueタスク識別子
26
26
  * 冗長なタスク作成を回避するために使用(2025-03-28~)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "6.2.0-alpha.9",
3
+ "version": "7.0.0-alpha.1",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -42,9 +42,8 @@
42
42
  "vitest": "4.1.0"
43
43
  },
44
44
  "dependencies": {
45
- "@aws-sdk/client-cognito-identity-provider": "3.438.0",
46
- "@coasystems/factory": "1.0.0-alpha.0",
47
- "@gmopg/factory": "1.0.0-alpha.0",
45
+ "@coasystems/factory": "1.0.0",
46
+ "@gmopg/factory": "1.0.0",
48
47
  "@surfrock/factory": "1.0.0-alpha.1",
49
48
  "@waiter/factory": "2.2.0",
50
49
  "setprototypeof": "1.2.0"