From 5f8cb35b1ba46d5f95b61e2c56acc331661abb1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:31:48 +0300 Subject: [PATCH] chore(docs): Generated Entities Reference (automated) (#2400) Co-authored-by: olivermrbl --- .../references/entities/classes/Address.md | 38 +-- .../references/entities/classes/BatchJob.md | 40 +-- .../references/entities/classes/Cart.md | 102 ++++---- .../references/entities/classes/ClaimImage.md | 18 +- .../references/entities/classes/ClaimItem.md | 34 +-- .../references/entities/classes/ClaimOrder.md | 44 ++-- .../references/entities/classes/ClaimTag.md | 14 +- .../references/entities/classes/Country.md | 16 +- .../references/entities/classes/Currency.md | 10 +- .../entities/classes/CustomShippingOption.md | 22 +- .../references/entities/classes/Customer.md | 34 +-- .../entities/classes/CustomerGroup.md | 18 +- .../references/entities/classes/Discount.md | 42 ++-- .../entities/classes/DiscountCondition.md | 30 +-- .../classes/DiscountConditionCustomerGroup.md | 14 +- .../classes/DiscountConditionProduct.md | 14 +- .../DiscountConditionProductCollection.md | 14 +- .../classes/DiscountConditionProductTag.md | 14 +- .../classes/DiscountConditionProductType.md | 14 +- .../entities/classes/DiscountRule.md | 22 +- .../references/entities/classes/DraftOrder.md | 30 +-- .../entities/classes/Fulfillment.md | 42 ++-- .../entities/classes/FulfillmentItem.md | 10 +- .../entities/classes/FulfillmentProvider.md | 4 +- .../references/entities/classes/GiftCard.md | 30 +-- .../entities/classes/GiftCardTransaction.md | 20 +- .../entities/classes/IdempotencyKey.md | 22 +- .../references/entities/classes/Image.md | 14 +- .../references/entities/classes/Invite.md | 22 +- .../references/entities/classes/LineItem.md | 110 ++++++--- .../entities/classes/LineItemAdjustment.md | 18 +- .../entities/classes/LineItemTaxLine.md | 20 +- .../entities/classes/MoneyAmount.md | 32 +-- .../references/entities/classes/Note.md | 22 +- .../entities/classes/Notification.md | 32 +-- .../references/entities/classes/Oauth.md | 14 +- .../references/entities/classes/Order.md | 108 ++++---- .../references/entities/classes/OrderEdit.md | 146 +++++++---- .../entities/classes/OrderItemChange.md | 24 +- .../references/entities/classes/Payment.md | 40 +-- .../entities/classes/PaymentCollection.md | 231 ++++++++++++++++++ .../entities/classes/PaymentProvider.md | 4 +- .../entities/classes/PaymentSession.md | 32 ++- .../references/entities/classes/PriceList.md | 28 +-- .../references/entities/classes/Product.md | 68 +++--- .../entities/classes/ProductCollection.md | 18 +- .../entities/classes/ProductOption.md | 20 +- .../entities/classes/ProductOptionValue.md | 22 +- .../references/entities/classes/ProductTag.md | 14 +- .../entities/classes/ProductTaxRate.md | 14 +- .../entities/classes/ProductType.md | 14 +- .../entities/classes/ProductTypeTaxRate.md | 14 +- .../entities/classes/ProductVariant.md | 54 ++-- .../references/entities/classes/Refund.md | 22 +- .../references/entities/classes/Region.md | 40 +-- .../references/entities/classes/Return.md | 38 +-- .../references/entities/classes/ReturnItem.md | 24 +- .../entities/classes/ReturnReason.md | 24 +- .../entities/classes/SalesChannel.md | 16 +- .../entities/classes/ShippingMethod.md | 66 +++-- .../entities/classes/ShippingMethodTaxLine.md | 20 +- .../entities/classes/ShippingOption.md | 40 +-- .../classes/ShippingOptionRequirement.md | 14 +- .../entities/classes/ShippingProfile.md | 20 +- .../entities/classes/ShippingTaxRate.md | 14 +- .../references/entities/classes/StagedJob.md | 8 +- .../references/entities/classes/Store.md | 28 +-- .../references/entities/classes/Swap.md | 50 ++-- .../entities/classes/TaxProvider.md | 4 +- .../references/entities/classes/TaxRate.md | 32 +-- .../entities/classes/TrackingLink.md | 22 +- .../references/entities/classes/User.md | 24 +- .../entities/enums/AllocationType.md | 4 +- .../references/entities/enums/CartType.md | 10 +- .../entities/enums/ClaimFulfillmentStatus.md | 18 +- .../entities/enums/ClaimPaymentStatus.md | 6 +- .../references/entities/enums/ClaimReason.md | 8 +- .../references/entities/enums/ClaimType.md | 4 +- .../enums/DiscountConditionOperator.md | 4 +- .../entities/enums/DiscountConditionType.md | 10 +- .../entities/enums/DiscountRuleType.md | 6 +- .../entities/enums/DraftOrderStatus.md | 4 +- .../entities/enums/FulfillmentStatus.md | 18 +- .../entities/enums/OrderEditItemChangeType.md | 6 +- .../entities/enums/OrderEditStatus.md | 55 +++++ .../references/entities/enums/OrderStatus.md | 10 +- .../entities/enums/PaymentCollectionStatus.md | 105 ++++++++ .../entities/enums/PaymentCollectionType.md | 15 ++ .../entities/enums/PaymentSessionStatus.md | 10 +- .../entities/enums/PaymentStatus.md | 14 +- .../entities/enums/ProductStatus.md | 8 +- .../references/entities/enums/RefundReason.md | 10 +- .../entities/enums/RequirementType.md | 4 +- .../references/entities/enums/ReturnStatus.md | 8 +- .../entities/enums/ShippingOptionPriceType.md | 4 +- .../entities/enums/ShippingProfileType.md | 6 +- .../entities/enums/SwapFulfillmentStatus.md | 12 +- .../entities/enums/SwapPaymentStatus.md | 18 +- .../references/entities/enums/UserRoles.md | 6 +- docs/content/references/entities/index.md | 4 + 100 files changed, 1645 insertions(+), 1095 deletions(-) create mode 100644 docs/content/references/entities/classes/PaymentCollection.md create mode 100644 docs/content/references/entities/enums/OrderEditStatus.md create mode 100644 docs/content/references/entities/enums/PaymentCollectionStatus.md create mode 100644 docs/content/references/entities/enums/PaymentCollectionType.md diff --git a/docs/content/references/entities/classes/Address.md b/docs/content/references/entities/classes/Address.md index 4de780818e..3351f3945d 100644 --- a/docs/content/references/entities/classes/Address.md +++ b/docs/content/references/entities/classes/Address.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/address.ts:120](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L120) +[models/address.ts:120](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L120) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/address.ts:123](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L123) +[models/address.ts:123](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L123) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/address.ts:126](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L126) +[models/address.ts:126](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L126) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/address.ts:111](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L111) +[models/address.ts:111](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L111) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/address.ts:133](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L133) +[models/address.ts:133](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L133) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/address.ts:129](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L129) +[models/address.ts:129](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L129) ___ @@ -92,7 +92,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[models/address.ts:108](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L108) +[models/address.ts:108](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L108) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[models/address.ts:104](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L104) +[models/address.ts:104](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L104) ___ @@ -126,7 +126,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/address.ts:114](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L114) +[models/address.ts:114](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L114) ___ @@ -150,7 +150,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/address.ts:117](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L117) +[models/address.ts:117](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L117) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/address.ts:145](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L145) +[models/address.ts:145](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L145) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/address.ts:142](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L142) +[models/address.ts:142](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L142) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/address.ts:139](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L139) +[models/address.ts:139](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L139) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[models/address.ts:136](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L136) +[models/address.ts:136](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L136) ___ @@ -214,7 +214,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -228,4 +228,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/address.ts:147](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/address.ts#L147) +[models/address.ts:147](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/address.ts#L147) diff --git a/docs/content/references/entities/classes/BatchJob.md b/docs/content/references/entities/classes/BatchJob.md index 5b93a368a0..c17d7dba13 100644 --- a/docs/content/references/entities/classes/BatchJob.md +++ b/docs/content/references/entities/classes/BatchJob.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/batch-job.ts:62](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L62) +[models/batch-job.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L62) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/batch-job.ts:59](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L59) +[models/batch-job.ts:59](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L59) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/batch-job.ts:56](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L56) +[models/batch-job.ts:56](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L56) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/batch-job.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L33) +[models/batch-job.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L33) ___ @@ -72,7 +72,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[models/batch-job.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L26) +[models/batch-job.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[models/batch-job.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L30) +[models/batch-job.ts:30](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L30) ___ @@ -106,7 +106,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/batch-job.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L47) +[models/batch-job.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L47) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/batch-job.ts:65](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L65) +[models/batch-job.ts:65](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L65) ___ @@ -140,7 +140,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/batch-job.ts:50](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L50) +[models/batch-job.ts:50](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L50) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/batch-job.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L53) +[models/batch-job.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L53) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/batch-job.ts:36](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L36) +[models/batch-job.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L36) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/batch-job.ts:67](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L67) +[models/batch-job.ts:67](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L67) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/batch-job.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L23) +[models/batch-job.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L23) ___ @@ -204,7 +204,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -218,7 +218,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/batch-job.ts:94](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L94) +[models/batch-job.ts:94](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L94) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[models/batch-job.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L69) +[models/batch-job.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L69) ___ @@ -246,4 +246,4 @@ ___ #### Defined in -[models/batch-job.ts:99](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/batch-job.ts#L99) +[models/batch-job.ts:99](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/batch-job.ts#L99) diff --git a/docs/content/references/entities/classes/Cart.md b/docs/content/references/entities/classes/Cart.md index 9bdde7d624..8d1dbcd0b3 100644 --- a/docs/content/references/entities/classes/Cart.md +++ b/docs/content/references/entities/classes/Cart.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/cart.ts:226](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L226) +[models/cart.ts:226](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L226) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/cart.ts:220](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L220) +[models/cart.ts:220](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L220) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/cart.ts:311](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L311) +[models/cart.ts:311](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L311) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/cart.ts:320](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L320) +[models/cart.ts:320](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L320) ___ @@ -72,7 +72,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[models/cart.ts:285](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L285) +[models/cart.ts:285](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L285) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[models/cart.ts:281](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L281) +[models/cart.ts:281](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L281) ___ @@ -106,7 +106,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/cart.ts:335](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L335) +[models/cart.ts:335](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L335) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/cart.ts:263](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L263) +[models/cart.ts:263](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L263) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/cart.ts:216](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L216) +[models/cart.ts:216](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L216) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/cart.ts:342](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L342) +[models/cart.ts:344](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L344) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[models/cart.ts:341](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L341) +[models/cart.ts:343](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L343) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[models/cart.ts:277](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L277) +[models/cart.ts:277](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L277) ___ @@ -180,7 +180,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -190,7 +190,17 @@ ___ #### Defined in -[models/cart.ts:317](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L317) +[models/cart.ts:317](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L317) + +___ + +### item\_tax\_total + +• `Optional` **item\_tax\_total**: ``null`` \| `number` + +#### Defined in + +[models/cart.ts:336](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L336) ___ @@ -200,7 +210,7 @@ ___ #### Defined in -[models/cart.ts:241](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L241) +[models/cart.ts:241](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L241) ___ @@ -210,7 +220,7 @@ ___ #### Defined in -[models/cart.ts:323](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L323) +[models/cart.ts:323](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L323) ___ @@ -220,7 +230,7 @@ ___ #### Defined in -[models/cart.ts:213](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L213) +[models/cart.ts:213](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L213) ___ @@ -230,7 +240,7 @@ ___ #### Defined in -[models/cart.ts:300](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L300) +[models/cart.ts:300](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L300) ___ @@ -240,7 +250,7 @@ ___ #### Defined in -[models/cart.ts:314](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L314) +[models/cart.ts:314](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L314) ___ @@ -250,7 +260,7 @@ ___ #### Defined in -[models/cart.ts:296](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L296) +[models/cart.ts:296](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L296) ___ @@ -260,7 +270,7 @@ ___ #### Defined in -[models/cart.ts:287](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L287) +[models/cart.ts:287](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L287) ___ @@ -270,7 +280,7 @@ ___ #### Defined in -[models/cart.ts:292](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L292) +[models/cart.ts:292](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L292) ___ @@ -280,7 +290,7 @@ ___ #### Defined in -[models/cart.ts:340](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L340) +[models/cart.ts:342](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L342) ___ @@ -290,7 +300,7 @@ ___ #### Defined in -[models/cart.ts:337](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L337) +[models/cart.ts:339](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L339) ___ @@ -300,7 +310,7 @@ ___ #### Defined in -[models/cart.ts:249](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L249) +[models/cart.ts:249](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L249) ___ @@ -310,7 +320,7 @@ ___ #### Defined in -[models/cart.ts:245](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L245) +[models/cart.ts:245](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L245) ___ @@ -320,7 +330,7 @@ ___ #### Defined in -[models/cart.ts:332](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L332) +[models/cart.ts:332](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L332) ___ @@ -330,7 +340,7 @@ ___ #### Defined in -[models/cart.ts:326](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L326) +[models/cart.ts:326](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L326) ___ @@ -340,7 +350,7 @@ ___ #### Defined in -[models/cart.ts:236](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L236) +[models/cart.ts:236](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L236) ___ @@ -350,7 +360,7 @@ ___ #### Defined in -[models/cart.ts:230](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L230) +[models/cart.ts:230](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L230) ___ @@ -360,7 +370,17 @@ ___ #### Defined in -[models/cart.ts:305](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L305) +[models/cart.ts:305](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L305) + +___ + +### shipping\_tax\_total + +• `Optional` **shipping\_tax\_total**: ``null`` \| `number` + +#### Defined in + +[models/cart.ts:337](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L337) ___ @@ -370,7 +390,7 @@ ___ #### Defined in -[models/cart.ts:334](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L334) +[models/cart.ts:334](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L334) ___ @@ -380,7 +400,7 @@ ___ #### Defined in -[models/cart.ts:339](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L339) +[models/cart.ts:341](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L341) ___ @@ -390,7 +410,7 @@ ___ #### Defined in -[models/cart.ts:336](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L336) +[models/cart.ts:338](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L338) ___ @@ -400,7 +420,7 @@ ___ #### Defined in -[models/cart.ts:338](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L338) +[models/cart.ts:340](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L340) ___ @@ -410,7 +430,7 @@ ___ #### Defined in -[models/cart.ts:308](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L308) +[models/cart.ts:308](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L308) ___ @@ -424,7 +444,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -438,7 +458,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/cart.ts:344](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L344) +[models/cart.ts:346](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L346) ___ @@ -452,4 +472,4 @@ ___ #### Defined in -[models/cart.ts:351](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L351) +[models/cart.ts:353](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L353) diff --git a/docs/content/references/entities/classes/ClaimImage.md b/docs/content/references/entities/classes/ClaimImage.md index cf6e69aa20..479bc429a8 100644 --- a/docs/content/references/entities/classes/ClaimImage.md +++ b/docs/content/references/entities/classes/ClaimImage.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/claim-image.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-image.ts#L23) +[models/claim-image.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-image.ts#L23) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/claim-image.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-image.ts#L19) +[models/claim-image.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-image.ts#L19) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -80,7 +80,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/claim-image.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-image.ts#L29) +[models/claim-image.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-image.ts#L29) ___ @@ -104,7 +104,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[models/claim-image.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-image.ts#L26) +[models/claim-image.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-image.ts#L26) ## Methods @@ -128,4 +128,4 @@ ___ #### Defined in -[models/claim-image.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-image.ts#L31) +[models/claim-image.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-image.ts#L31) diff --git a/docs/content/references/entities/classes/ClaimItem.md b/docs/content/references/entities/classes/ClaimItem.md index d137edf741..e75526218b 100644 --- a/docs/content/references/entities/classes/ClaimItem.md +++ b/docs/content/references/entities/classes/ClaimItem.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/claim-item.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L42) +[models/claim-item.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L42) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/claim-item.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L38) +[models/claim-item.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L38) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -80,7 +80,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/claim-item.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L34) +[models/claim-item.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L34) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/claim-item.ts:50](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L50) +[models/claim-item.ts:50](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L50) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/claim-item.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L46) +[models/claim-item.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L46) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/claim-item.ts:84](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L84) +[models/claim-item.ts:84](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L84) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/claim-item.ts:64](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L64) +[models/claim-item.ts:64](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L64) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/claim-item.ts:67](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L67) +[models/claim-item.ts:67](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L67) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/claim-item.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L61) +[models/claim-item.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L61) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/claim-item.ts:81](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L81) +[models/claim-item.ts:81](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L81) ___ @@ -174,7 +174,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[models/claim-item.ts:58](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L58) +[models/claim-item.ts:58](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L58) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[models/claim-item.ts:54](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L54) +[models/claim-item.ts:54](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L54) ## Methods @@ -208,4 +208,4 @@ ___ #### Defined in -[models/claim-item.ts:86](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L86) +[models/claim-item.ts:86](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L86) diff --git a/docs/content/references/entities/classes/ClaimOrder.md b/docs/content/references/entities/classes/ClaimOrder.md index fc0cb37039..498d48b5d8 100644 --- a/docs/content/references/entities/classes/ClaimOrder.md +++ b/docs/content/references/entities/classes/ClaimOrder.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/claim-order.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L69) +[models/claim-order.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L69) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/claim-order.ts:107](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L107) +[models/claim-order.ts:107](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L107) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/claim-order.ts:66](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L66) +[models/claim-order.ts:66](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L66) ___ @@ -62,7 +62,7 @@ SoftDeletableEntity.created\_at #### Defined in -[models/claim-order.ts:110](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L110) +[models/claim-order.ts:110](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L110) ___ @@ -76,7 +76,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[models/claim-order.ts:116](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L116) +[models/claim-order.ts:116](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L116) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/claim-order.ts:63](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L63) +[models/claim-order.ts:63](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L63) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/claim-order.ts:101](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L101) +[models/claim-order.ts:101](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L101) ___ @@ -110,7 +110,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/claim-order.ts:125](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L125) +[models/claim-order.ts:125](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L125) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/claim-order.ts:122](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L122) +[models/claim-order.ts:122](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L122) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/claim-order.ts:119](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L119) +[models/claim-order.ts:119](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L119) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/claim-order.ts:80](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L80) +[models/claim-order.ts:80](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L80) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/claim-order.ts:76](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L76) +[models/claim-order.ts:76](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L76) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/claim-order.ts:56](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L56) +[models/claim-order.ts:56](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L56) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/claim-order.ts:104](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L104) +[models/claim-order.ts:104](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L104) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/claim-order.ts:83](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L83) +[models/claim-order.ts:83](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L83) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[models/claim-order.ts:91](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L91) +[models/claim-order.ts:91](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L91) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[models/claim-order.ts:87](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L87) +[models/claim-order.ts:87](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L87) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[models/claim-order.ts:96](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L96) +[models/claim-order.ts:96](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L96) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[models/claim-order.ts:72](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L72) +[models/claim-order.ts:72](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L72) ___ @@ -244,7 +244,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/claim-order.ts:113](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L113) +[models/claim-order.ts:113](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L113) ## Methods @@ -258,4 +258,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/claim-order.ts:127](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L127) +[models/claim-order.ts:127](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L127) diff --git a/docs/content/references/entities/classes/ClaimTag.md b/docs/content/references/entities/classes/ClaimTag.md index d87ea1f152..eb64a73531 100644 --- a/docs/content/references/entities/classes/ClaimTag.md +++ b/docs/content/references/entities/classes/ClaimTag.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/claim-tag.ts:14](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-tag.ts#L14) +[models/claim-tag.ts:14](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-tag.ts#L14) ___ @@ -84,7 +84,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[models/claim-tag.ts:11](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-tag.ts#L11) +[models/claim-tag.ts:11](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-tag.ts#L11) ## Methods @@ -108,4 +108,4 @@ ___ #### Defined in -[models/claim-tag.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-tag.ts#L16) +[models/claim-tag.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-tag.ts#L16) diff --git a/docs/content/references/entities/classes/Country.md b/docs/content/references/entities/classes/Country.md index cf7ad1b243..858958f9aa 100644 --- a/docs/content/references/entities/classes/Country.md +++ b/docs/content/references/entities/classes/Country.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/country.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L31) +[models/country.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L31) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/country.ts:15](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L15) +[models/country.ts:15](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L15) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/country.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L19) +[models/country.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L19) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/country.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L22) +[models/country.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L22) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/country.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L28) +[models/country.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L28) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/country.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L25) +[models/country.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L25) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/country.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L39) +[models/country.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L39) ___ @@ -88,4 +88,4 @@ ___ #### Defined in -[models/country.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/country.ts#L35) +[models/country.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/country.ts#L35) diff --git a/docs/content/references/entities/classes/Currency.md b/docs/content/references/entities/classes/Currency.md index d994c8ce9d..0cfbecdb76 100644 --- a/docs/content/references/entities/classes/Currency.md +++ b/docs/content/references/entities/classes/Currency.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/currency.ts:8](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/currency.ts#L8) +[models/currency.ts:8](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/currency.ts#L8) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/currency.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/currency.ts#L20) +[models/currency.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/currency.ts#L20) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/currency.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/currency.ts#L17) +[models/currency.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/currency.ts#L17) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/currency.ts:11](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/currency.ts#L11) +[models/currency.ts:11](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/currency.ts#L11) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[models/currency.ts:14](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/currency.ts#L14) +[models/currency.ts:14](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/currency.ts#L14) diff --git a/docs/content/references/entities/classes/CustomShippingOption.md b/docs/content/references/entities/classes/CustomShippingOption.md index b4d67a9495..788be045e3 100644 --- a/docs/content/references/entities/classes/CustomShippingOption.md +++ b/docs/content/references/entities/classes/CustomShippingOption.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/custom-shipping-option.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/custom-shipping-option.ts#L37) +[models/custom-shipping-option.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/custom-shipping-option.ts#L37) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/custom-shipping-option.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/custom-shipping-option.ts#L33) +[models/custom-shipping-option.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/custom-shipping-option.ts#L33) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -80,7 +80,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/custom-shipping-option.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/custom-shipping-option.ts#L40) +[models/custom-shipping-option.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/custom-shipping-option.ts#L40) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/custom-shipping-option.ts:21](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/custom-shipping-option.ts#L21) +[models/custom-shipping-option.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/custom-shipping-option.ts#L21) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/custom-shipping-option.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/custom-shipping-option.ts#L29) +[models/custom-shipping-option.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/custom-shipping-option.ts#L29) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/custom-shipping-option.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/custom-shipping-option.ts#L25) +[models/custom-shipping-option.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/custom-shipping-option.ts#L25) ___ @@ -134,7 +134,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -148,4 +148,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/custom-shipping-option.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/custom-shipping-option.ts#L42) +[models/custom-shipping-option.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/custom-shipping-option.ts#L42) diff --git a/docs/content/references/entities/classes/Customer.md b/docs/content/references/entities/classes/Customer.md index 663b6294a1..b8292974c4 100644 --- a/docs/content/references/entities/classes/Customer.md +++ b/docs/content/references/entities/classes/Customer.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/customer.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L38) +[models/customer.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L38) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/customer.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L34) +[models/customer.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L34) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/customer.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L24) +[models/customer.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L24) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/customer.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L27) +[models/customer.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L27) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/customer.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L69) +[models/customer.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L69) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/customer.ts:50](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L50) +[models/customer.ts:50](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L50) ___ @@ -120,7 +120,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/customer.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L30) +[models/customer.ts:30](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L30) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/customer.ts:72](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L72) +[models/customer.ts:72](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L72) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/customer.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L53) +[models/customer.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L53) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/customer.ts:44](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L44) +[models/customer.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L44) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/customer.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L47) +[models/customer.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L47) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/customer.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L41) +[models/customer.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L41) ___ @@ -194,7 +194,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -208,4 +208,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/customer.ts:74](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer.ts#L74) +[models/customer.ts:74](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer.ts#L74) diff --git a/docs/content/references/entities/classes/CustomerGroup.md b/docs/content/references/entities/classes/CustomerGroup.md index e29b7c5783..6d429de9f8 100644 --- a/docs/content/references/entities/classes/CustomerGroup.md +++ b/docs/content/references/entities/classes/CustomerGroup.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/customer-group.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer-group.ts#L18) +[models/customer-group.ts:18](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer-group.ts#L18) ___ @@ -56,7 +56,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -70,7 +70,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/customer-group.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer-group.ts#L26) +[models/customer-group.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer-group.ts#L26) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/customer-group.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer-group.ts#L13) +[models/customer-group.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer-group.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/customer-group.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer-group.ts#L23) +[models/customer-group.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer-group.ts#L23) ___ @@ -114,7 +114,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -128,4 +128,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/customer-group.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/customer-group.ts#L28) +[models/customer-group.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/customer-group.ts#L28) diff --git a/docs/content/references/entities/classes/Discount.md b/docs/content/references/entities/classes/Discount.md index 411c92cb7a..b8a340c733 100644 --- a/docs/content/references/entities/classes/Discount.md +++ b/docs/content/references/entities/classes/Discount.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/discount.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L22) +[models/discount.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L22) ___ @@ -42,7 +42,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -56,7 +56,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/discount.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L52) +[models/discount.ts:52](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L52) ___ @@ -80,7 +80,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/discount.ts:36](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L36) +[models/discount.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L36) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/discount.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L25) +[models/discount.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L25) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/discount.ts:78](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L78) +[models/discount.ts:78](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L78) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/discount.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L43) +[models/discount.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L43) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/discount.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L39) +[models/discount.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L39) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/discount.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L69) +[models/discount.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L69) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/discount.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L33) +[models/discount.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L33) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/discount.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L29) +[models/discount.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L29) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/discount.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L49) +[models/discount.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L49) ___ @@ -184,7 +184,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[models/discount.ts:75](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L75) +[models/discount.ts:75](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L75) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[models/discount.ts:72](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L72) +[models/discount.ts:72](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L72) ___ @@ -214,13 +214,13 @@ ___ #### Defined in -[models/discount.ts:55](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L55) +[models/discount.ts:55](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L55) ## Methods -### upperCaseCode +### upperCaseCodeAndTrim -▸ `Private` **upperCaseCode**(): `void` +▸ `Private` **upperCaseCodeAndTrim**(): `void` #### Returns @@ -228,4 +228,4 @@ ___ #### Defined in -[models/discount.ts:80](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount.ts#L80) +[models/discount.ts:80](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount.ts#L80) diff --git a/docs/content/references/entities/classes/DiscountCondition.md b/docs/content/references/entities/classes/DiscountCondition.md index dd48cb31fc..58b497af37 100644 --- a/docs/content/references/entities/classes/DiscountCondition.md +++ b/docs/content/references/entities/classes/DiscountCondition.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/discount-condition.ts:127](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L127) +[models/discount-condition.ts:127](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L127) ___ @@ -56,7 +56,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/discount-condition.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L57) +[models/discount-condition.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L57) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/discount-condition.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L53) +[models/discount-condition.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L53) ___ @@ -90,7 +90,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/discount-condition.ts:130](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L130) +[models/discount-condition.ts:130](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L130) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/discount-condition.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L49) +[models/discount-condition.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L49) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/discount-condition.ts:113](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L113) +[models/discount-condition.ts:113](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L113) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/discount-condition.ts:99](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L99) +[models/discount-condition.ts:99](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L99) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/discount-condition.ts:85](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L85) +[models/discount-condition.ts:85](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L85) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/discount-condition.ts:71](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L71) +[models/discount-condition.ts:71](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L71) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/discount-condition.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L43) +[models/discount-condition.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L43) ___ @@ -174,7 +174,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -188,4 +188,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/discount-condition.ts:132](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L132) +[models/discount-condition.ts:132](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L132) diff --git a/docs/content/references/entities/classes/DiscountConditionCustomerGroup.md b/docs/content/references/entities/classes/DiscountConditionCustomerGroup.md index 08d50cd93f..3a3de67992 100644 --- a/docs/content/references/entities/classes/DiscountConditionCustomerGroup.md +++ b/docs/content/references/entities/classes/DiscountConditionCustomerGroup.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-condition-customer-group.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-customer-group.ts#L20) +[models/discount-condition-customer-group.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-customer-group.ts#L20) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/discount-condition-customer-group.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-customer-group.ts#L31) +[models/discount-condition-customer-group.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-customer-group.ts#L31) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/discount-condition-customer-group.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-customer-group.ts#L24) +[models/discount-condition-customer-group.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-customer-group.ts#L24) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/discount-condition-customer-group.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-customer-group.ts#L17) +[models/discount-condition-customer-group.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-customer-group.ts#L17) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/discount-condition-customer-group.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-customer-group.ts#L28) +[models/discount-condition-customer-group.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-customer-group.ts#L28) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/discount-condition-customer-group.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-customer-group.ts#L37) +[models/discount-condition-customer-group.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-customer-group.ts#L37) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/discount-condition-customer-group.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-customer-group.ts#L34) +[models/discount-condition-customer-group.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-customer-group.ts#L34) diff --git a/docs/content/references/entities/classes/DiscountConditionProduct.md b/docs/content/references/entities/classes/DiscountConditionProduct.md index bda9b0c7d9..f305d47f5a 100644 --- a/docs/content/references/entities/classes/DiscountConditionProduct.md +++ b/docs/content/references/entities/classes/DiscountConditionProduct.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-condition-product.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product.ts#L20) +[models/discount-condition-product.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product.ts#L20) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/discount-condition-product.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product.ts#L31) +[models/discount-condition-product.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product.ts#L31) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/discount-condition-product.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product.ts#L28) +[models/discount-condition-product.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product.ts#L28) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/discount-condition-product.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product.ts#L37) +[models/discount-condition-product.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product.ts#L37) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/discount-condition-product.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product.ts#L24) +[models/discount-condition-product.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product.ts#L24) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/discount-condition-product.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product.ts#L17) +[models/discount-condition-product.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product.ts#L17) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/discount-condition-product.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product.ts#L34) +[models/discount-condition-product.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product.ts#L34) diff --git a/docs/content/references/entities/classes/DiscountConditionProductCollection.md b/docs/content/references/entities/classes/DiscountConditionProductCollection.md index b82989a21e..06aabb5c52 100644 --- a/docs/content/references/entities/classes/DiscountConditionProductCollection.md +++ b/docs/content/references/entities/classes/DiscountConditionProductCollection.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-condition-product-collection.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-collection.ts#L20) +[models/discount-condition-product-collection.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-collection.ts#L20) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/discount-condition-product-collection.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-collection.ts#L31) +[models/discount-condition-product-collection.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-collection.ts#L31) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/discount-condition-product-collection.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-collection.ts#L28) +[models/discount-condition-product-collection.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-collection.ts#L28) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/discount-condition-product-collection.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-collection.ts#L37) +[models/discount-condition-product-collection.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-collection.ts#L37) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/discount-condition-product-collection.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-collection.ts#L24) +[models/discount-condition-product-collection.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-collection.ts#L24) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/discount-condition-product-collection.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-collection.ts#L17) +[models/discount-condition-product-collection.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-collection.ts#L17) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/discount-condition-product-collection.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-collection.ts#L34) +[models/discount-condition-product-collection.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-collection.ts#L34) diff --git a/docs/content/references/entities/classes/DiscountConditionProductTag.md b/docs/content/references/entities/classes/DiscountConditionProductTag.md index 92374885ca..d7a9dd4cdd 100644 --- a/docs/content/references/entities/classes/DiscountConditionProductTag.md +++ b/docs/content/references/entities/classes/DiscountConditionProductTag.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-condition-product-tag.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-tag.ts#L20) +[models/discount-condition-product-tag.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-tag.ts#L20) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/discount-condition-product-tag.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-tag.ts#L31) +[models/discount-condition-product-tag.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-tag.ts#L31) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/discount-condition-product-tag.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-tag.ts#L28) +[models/discount-condition-product-tag.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-tag.ts#L28) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/discount-condition-product-tag.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-tag.ts#L37) +[models/discount-condition-product-tag.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-tag.ts#L37) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/discount-condition-product-tag.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-tag.ts#L24) +[models/discount-condition-product-tag.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-tag.ts#L24) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/discount-condition-product-tag.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-tag.ts#L17) +[models/discount-condition-product-tag.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-tag.ts#L17) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/discount-condition-product-tag.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-tag.ts#L34) +[models/discount-condition-product-tag.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-tag.ts#L34) diff --git a/docs/content/references/entities/classes/DiscountConditionProductType.md b/docs/content/references/entities/classes/DiscountConditionProductType.md index a02d1c348c..828b320599 100644 --- a/docs/content/references/entities/classes/DiscountConditionProductType.md +++ b/docs/content/references/entities/classes/DiscountConditionProductType.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-condition-product-type.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-type.ts#L20) +[models/discount-condition-product-type.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-type.ts#L20) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/discount-condition-product-type.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-type.ts#L31) +[models/discount-condition-product-type.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-type.ts#L31) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/discount-condition-product-type.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-type.ts#L28) +[models/discount-condition-product-type.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-type.ts#L28) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/discount-condition-product-type.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-type.ts#L37) +[models/discount-condition-product-type.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-type.ts#L37) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/discount-condition-product-type.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-type.ts#L24) +[models/discount-condition-product-type.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-type.ts#L24) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/discount-condition-product-type.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-type.ts#L17) +[models/discount-condition-product-type.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-type.ts#L17) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/discount-condition-product-type.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition-product-type.ts#L34) +[models/discount-condition-product-type.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition-product-type.ts#L34) diff --git a/docs/content/references/entities/classes/DiscountRule.md b/docs/content/references/entities/classes/DiscountRule.md index c12d96a3c7..f8d7ba40a0 100644 --- a/docs/content/references/entities/classes/DiscountRule.md +++ b/docs/content/references/entities/classes/DiscountRule.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/discount-rule.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L38) +[models/discount-rule.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L38) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/discount-rule.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L41) +[models/discount-rule.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L41) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/discount-rule.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L22) +[models/discount-rule.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L22) ___ @@ -90,7 +90,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/discount-rule.ts:44](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L44) +[models/discount-rule.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L44) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/discount-rule.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L28) +[models/discount-rule.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L28) ___ @@ -124,7 +124,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[models/discount-rule.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L31) +[models/discount-rule.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L31) ## Methods @@ -148,4 +148,4 @@ ___ #### Defined in -[models/discount-rule.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L46) +[models/discount-rule.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L46) diff --git a/docs/content/references/entities/classes/DraftOrder.md b/docs/content/references/entities/classes/DraftOrder.md index 72125dbbb9..08d2f0fa6d 100644 --- a/docs/content/references/entities/classes/DraftOrder.md +++ b/docs/content/references/entities/classes/DraftOrder.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/draft-order.ts:54](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L54) +[models/draft-order.ts:54](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L54) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/draft-order.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L43) +[models/draft-order.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L43) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/draft-order.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L39) +[models/draft-order.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L39) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/draft-order.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L57) +[models/draft-order.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L57) ___ @@ -72,7 +72,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[models/draft-order.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L35) +[models/draft-order.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L35) ___ @@ -96,7 +96,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/draft-order.ts:66](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L66) +[models/draft-order.ts:66](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L66) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/draft-order.ts:63](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L63) +[models/draft-order.ts:63](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L63) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/draft-order.ts:60](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L60) +[models/draft-order.ts:60](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L60) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/draft-order.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L51) +[models/draft-order.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L51) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/draft-order.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L47) +[models/draft-order.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L47) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[models/draft-order.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L30) +[models/draft-order.ts:30](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L30) ___ @@ -170,7 +170,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -184,4 +184,4 @@ BaseEntity.updated\_at #### Defined in -[models/draft-order.ts:68](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L68) +[models/draft-order.ts:68](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L68) diff --git a/docs/content/references/entities/classes/Fulfillment.md b/docs/content/references/entities/classes/Fulfillment.md index d3a60839c4..5e831d21d5 100644 --- a/docs/content/references/entities/classes/Fulfillment.md +++ b/docs/content/references/entities/classes/Fulfillment.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/fulfillment.ts:79](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L79) +[models/fulfillment.ts:79](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L79) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/fulfillment.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L29) +[models/fulfillment.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L29) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/fulfillment.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L25) +[models/fulfillment.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L25) ___ @@ -62,7 +62,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[models/fulfillment.ts:73](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L73) +[models/fulfillment.ts:73](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L73) ___ @@ -86,7 +86,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/fulfillment.ts:85](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L85) +[models/fulfillment.ts:85](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L85) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/fulfillment.ts:62](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L62) +[models/fulfillment.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L62) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/fulfillment.ts:82](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L82) +[models/fulfillment.ts:82](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L82) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/fulfillment.ts:48](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L48) +[models/fulfillment.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L48) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/fulfillment.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L45) +[models/fulfillment.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L45) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/fulfillment.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L41) +[models/fulfillment.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L41) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[models/fulfillment.ts:56](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L56) +[models/fulfillment.ts:56](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L56) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[models/fulfillment.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L52) +[models/fulfillment.ts:52](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L52) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[models/fulfillment.ts:76](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L76) +[models/fulfillment.ts:76](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L76) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[models/fulfillment.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L37) +[models/fulfillment.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L37) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[models/fulfillment.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L33) +[models/fulfillment.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L33) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[models/fulfillment.ts:67](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L67) +[models/fulfillment.ts:67](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L67) ___ @@ -216,7 +216,7 @@ ___ #### Defined in -[models/fulfillment.ts:70](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L70) +[models/fulfillment.ts:70](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L70) ___ @@ -230,7 +230,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -244,4 +244,4 @@ BaseEntity.updated\_at #### Defined in -[models/fulfillment.ts:87](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment.ts#L87) +[models/fulfillment.ts:87](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment.ts#L87) diff --git a/docs/content/references/entities/classes/FulfillmentItem.md b/docs/content/references/entities/classes/FulfillmentItem.md index 1b15a50d7c..7be1b4b2a4 100644 --- a/docs/content/references/entities/classes/FulfillmentItem.md +++ b/docs/content/references/entities/classes/FulfillmentItem.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/fulfillment-item.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment-item.ts#L16) +[models/fulfillment-item.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment-item.ts#L16) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/fulfillment-item.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment-item.ts#L9) +[models/fulfillment-item.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment-item.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/fulfillment-item.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment-item.ts#L20) +[models/fulfillment-item.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment-item.ts#L20) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/fulfillment-item.ts:12](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment-item.ts#L12) +[models/fulfillment-item.ts:12](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment-item.ts#L12) ___ @@ -58,4 +58,4 @@ ___ #### Defined in -[models/fulfillment-item.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment-item.ts#L23) +[models/fulfillment-item.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment-item.ts#L23) diff --git a/docs/content/references/entities/classes/FulfillmentProvider.md b/docs/content/references/entities/classes/FulfillmentProvider.md index 769a40a651..2cfdf5368c 100644 --- a/docs/content/references/entities/classes/FulfillmentProvider.md +++ b/docs/content/references/entities/classes/FulfillmentProvider.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/fulfillment-provider.ts:6](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment-provider.ts#L6) +[models/fulfillment-provider.ts:6](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment-provider.ts#L6) ___ @@ -28,4 +28,4 @@ ___ #### Defined in -[models/fulfillment-provider.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/fulfillment-provider.ts#L9) +[models/fulfillment-provider.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/fulfillment-provider.ts#L9) diff --git a/docs/content/references/entities/classes/GiftCard.md b/docs/content/references/entities/classes/GiftCard.md index 70da74c3f9..eb7c1d6d5c 100644 --- a/docs/content/references/entities/classes/GiftCard.md +++ b/docs/content/references/entities/classes/GiftCard.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/gift-card.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L26) +[models/gift-card.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L26) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/gift-card.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L20) +[models/gift-card.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L20) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/gift-card.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L51) +[models/gift-card.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L51) ___ @@ -90,7 +90,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/gift-card.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L45) +[models/gift-card.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L45) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/gift-card.ts:54](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L54) +[models/gift-card.ts:54](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L54) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/gift-card.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L42) +[models/gift-card.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L42) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/gift-card.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L38) +[models/gift-card.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L38) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/gift-card.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L34) +[models/gift-card.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L34) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/gift-card.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L30) +[models/gift-card.ts:30](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L30) ___ @@ -164,7 +164,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[models/gift-card.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L23) +[models/gift-card.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L23) ## Methods @@ -188,4 +188,4 @@ ___ #### Defined in -[models/gift-card.ts:56](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card.ts#L56) +[models/gift-card.ts:56](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card.ts#L56) diff --git a/docs/content/references/entities/classes/GiftCardTransaction.md b/docs/content/references/entities/classes/GiftCardTransaction.md index 735b354391..878efabad6 100644 --- a/docs/content/references/entities/classes/GiftCardTransaction.md +++ b/docs/content/references/entities/classes/GiftCardTransaction.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/gift-card-transaction.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L40) +[models/gift-card-transaction.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L40) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L43) +[models/gift-card-transaction.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L43) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L29) +[models/gift-card-transaction.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L29) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L25) +[models/gift-card-transaction.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L25) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L22) +[models/gift-card-transaction.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L22) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L46) +[models/gift-card-transaction.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L46) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L37) +[models/gift-card-transaction.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L37) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L33) +[models/gift-card-transaction.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L33) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[models/gift-card-transaction.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L49) +[models/gift-card-transaction.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L49) ## Methods @@ -112,4 +112,4 @@ ___ #### Defined in -[models/gift-card-transaction.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/gift-card-transaction.ts#L51) +[models/gift-card-transaction.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/gift-card-transaction.ts#L51) diff --git a/docs/content/references/entities/classes/IdempotencyKey.md b/docs/content/references/entities/classes/IdempotencyKey.md index b7104a486e..4640266c52 100644 --- a/docs/content/references/entities/classes/IdempotencyKey.md +++ b/docs/content/references/entities/classes/IdempotencyKey.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/idempotency-key.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L23) +[models/idempotency-key.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L23) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/idempotency-key.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L16) +[models/idempotency-key.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L16) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/idempotency-key.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L20) +[models/idempotency-key.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L20) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/idempotency-key.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L26) +[models/idempotency-key.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L26) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/idempotency-key.ts:44](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L44) +[models/idempotency-key.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L44) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/idempotency-key.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L29) +[models/idempotency-key.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L29) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/idempotency-key.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L32) +[models/idempotency-key.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L32) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[models/idempotency-key.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L35) +[models/idempotency-key.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L35) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[models/idempotency-key.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L41) +[models/idempotency-key.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L41) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[models/idempotency-key.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L38) +[models/idempotency-key.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L38) ## Methods @@ -122,4 +122,4 @@ ___ #### Defined in -[models/idempotency-key.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/idempotency-key.ts#L46) +[models/idempotency-key.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/idempotency-key.ts#L46) diff --git a/docs/content/references/entities/classes/Image.md b/docs/content/references/entities/classes/Image.md index aa1966f870..d84877b411 100644 --- a/docs/content/references/entities/classes/Image.md +++ b/docs/content/references/entities/classes/Image.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/image.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/image.ts#L13) +[models/image.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/image.ts#L13) ___ @@ -84,7 +84,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[models/image.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/image.ts#L10) +[models/image.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/image.ts#L10) ## Methods @@ -108,4 +108,4 @@ ___ #### Defined in -[models/image.ts:15](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/image.ts#L15) +[models/image.ts:15](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/image.ts#L15) diff --git a/docs/content/references/entities/classes/Invite.md b/docs/content/references/entities/classes/Invite.md index 9b5dcd2e34..01d73b7880 100644 --- a/docs/content/references/entities/classes/Invite.md +++ b/docs/content/references/entities/classes/Invite.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/invite.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/invite.ts#L23) +[models/invite.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/invite.ts#L23) ___ @@ -42,7 +42,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -56,7 +56,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/invite.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/invite.ts#L29) +[models/invite.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/invite.ts#L29) ___ @@ -80,7 +80,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/invite.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/invite.ts#L32) +[models/invite.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/invite.ts#L32) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/invite.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/invite.ts#L20) +[models/invite.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/invite.ts#L20) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/invite.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/invite.ts#L26) +[models/invite.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/invite.ts#L26) ___ @@ -124,7 +124,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[models/invite.ts:12](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/invite.ts#L12) +[models/invite.ts:12](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/invite.ts#L12) ## Methods @@ -148,4 +148,4 @@ ___ #### Defined in -[models/invite.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/invite.ts#L34) +[models/invite.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/invite.ts#L34) diff --git a/docs/content/references/entities/classes/LineItem.md b/docs/content/references/entities/classes/LineItem.md index 8850955f21..d96fd07312 100644 --- a/docs/content/references/entities/classes/LineItem.md +++ b/docs/content/references/entities/classes/LineItem.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/line-item.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L69) +[models/line-item.ts:85](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L85) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/line-item.ts:90](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L90) +[models/line-item.ts:127](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L127) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/line-item.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L37) +[models/line-item.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L53) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/line-item.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L33) +[models/line-item.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L49) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/line-item.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L61) +[models/line-item.ts:77](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L77) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/line-item.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L57) +[models/line-item.ts:73](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L73) ___ @@ -92,7 +92,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[models/line-item.ts:75](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L75) +[models/line-item.ts:112](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L112) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[models/line-item.ts:130](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L130) +[models/line-item.ts:167](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L167) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[models/line-item.ts:110](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L110) +[models/line-item.ts:147](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L147) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[models/line-item.ts:131](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L131) +[models/line-item.ts:168](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L168) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[models/line-item.ts:93](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L93) +[models/line-item.ts:130](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L130) ___ @@ -156,7 +156,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[models/line-item.ts:122](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L122) +[models/line-item.ts:159](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L159) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[models/line-item.ts:84](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L84) +[models/line-item.ts:121](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L121) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[models/line-item.ts:81](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L81) +[models/line-item.ts:118](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L118) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[models/line-item.ts:119](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L119) +[models/line-item.ts:156](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L156) ___ @@ -206,17 +206,47 @@ ___ #### Defined in -[models/line-item.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L45) +[models/line-item.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L61) + +___ + +### order\_edit + +• `Optional` **order\_edit**: ``null`` \| [`OrderEdit`](OrderEdit.md) + +#### Defined in + +[models/line-item.ts:106](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L106) + +___ + +### order\_edit\_id + +• `Optional` **order\_edit\_id**: ``null`` \| `string` + +#### Defined in + +[models/line-item.ts:97](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L97) ___ ### order\_id -• **order\_id**: `string` +• **order\_id**: ``null`` \| `string` #### Defined in -[models/line-item.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L41) +[models/line-item.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L57) + +___ + +### original\_item\_id + +• `Optional` **original\_item\_id**: ``null`` \| `string` + +#### Defined in + +[models/line-item.ts:91](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L91) ___ @@ -226,7 +256,7 @@ ___ #### Defined in -[models/line-item.ts:129](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L129) +[models/line-item.ts:166](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L166) ___ @@ -236,7 +266,7 @@ ___ #### Defined in -[models/line-item.ts:128](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L128) +[models/line-item.ts:165](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L165) ___ @@ -246,7 +276,7 @@ ___ #### Defined in -[models/line-item.ts:107](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L107) +[models/line-item.ts:144](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L144) ___ @@ -256,7 +286,7 @@ ___ #### Defined in -[models/line-item.ts:124](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L124) +[models/line-item.ts:161](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L161) ___ @@ -266,7 +296,7 @@ ___ #### Defined in -[models/line-item.ts:113](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L113) +[models/line-item.ts:150](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L150) ___ @@ -276,7 +306,7 @@ ___ #### Defined in -[models/line-item.ts:116](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L116) +[models/line-item.ts:153](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L153) ___ @@ -286,7 +316,7 @@ ___ #### Defined in -[models/line-item.ts:87](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L87) +[models/line-item.ts:124](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L124) ___ @@ -296,7 +326,7 @@ ___ #### Defined in -[models/line-item.ts:125](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L125) +[models/line-item.ts:162](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L162) ___ @@ -306,7 +336,7 @@ ___ #### Defined in -[models/line-item.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L53) +[models/line-item.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L69) ___ @@ -316,7 +346,7 @@ ___ #### Defined in -[models/line-item.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L49) +[models/line-item.ts:65](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L65) ___ @@ -326,7 +356,7 @@ ___ #### Defined in -[models/line-item.ts:64](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L64) +[models/line-item.ts:80](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L80) ___ @@ -336,7 +366,7 @@ ___ #### Defined in -[models/line-item.ts:126](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L126) +[models/line-item.ts:163](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L163) ___ @@ -346,7 +376,7 @@ ___ #### Defined in -[models/line-item.ts:78](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L78) +[models/line-item.ts:115](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L115) ___ @@ -356,7 +386,7 @@ ___ #### Defined in -[models/line-item.ts:72](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L72) +[models/line-item.ts:109](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L109) ___ @@ -366,7 +396,7 @@ ___ #### Defined in -[models/line-item.ts:127](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L127) +[models/line-item.ts:164](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L164) ___ @@ -376,7 +406,7 @@ ___ #### Defined in -[models/line-item.ts:96](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L96) +[models/line-item.ts:133](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L133) ___ @@ -390,7 +420,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -400,7 +430,7 @@ ___ #### Defined in -[models/line-item.ts:104](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L104) +[models/line-item.ts:141](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L141) ___ @@ -410,7 +440,7 @@ ___ #### Defined in -[models/line-item.ts:100](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L100) +[models/line-item.ts:137](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L137) ## Methods @@ -424,4 +454,4 @@ ___ #### Defined in -[models/line-item.ts:133](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item.ts#L133) +[models/line-item.ts:170](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item.ts#L170) diff --git a/docs/content/references/entities/classes/LineItemAdjustment.md b/docs/content/references/entities/classes/LineItemAdjustment.md index daeed6f534..373d876a33 100644 --- a/docs/content/references/entities/classes/LineItemAdjustment.md +++ b/docs/content/references/entities/classes/LineItemAdjustment.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/line-item-adjustment.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L45) +[models/line-item-adjustment.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L45) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/line-item-adjustment.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L34) +[models/line-item-adjustment.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L34) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/line-item-adjustment.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L38) +[models/line-item-adjustment.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L38) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/line-item-adjustment.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L42) +[models/line-item-adjustment.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L42) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/line-item-adjustment.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L23) +[models/line-item-adjustment.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L23) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/line-item-adjustment.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L31) +[models/line-item-adjustment.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L31) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/line-item-adjustment.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L27) +[models/line-item-adjustment.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L27) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[models/line-item-adjustment.ts:48](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L48) +[models/line-item-adjustment.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L48) ## Methods @@ -102,4 +102,4 @@ ___ #### Defined in -[models/line-item-adjustment.ts:50](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-adjustment.ts#L50) +[models/line-item-adjustment.ts:50](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-adjustment.ts#L50) diff --git a/docs/content/references/entities/classes/LineItemTaxLine.md b/docs/content/references/entities/classes/LineItemTaxLine.md index 9ee1f66a29..2c6cb7dd03 100644 --- a/docs/content/references/entities/classes/LineItemTaxLine.md +++ b/docs/content/references/entities/classes/LineItemTaxLine.md @@ -32,7 +32,7 @@ TaxLine.code #### Defined in -[models/tax-line.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L13) +[models/tax-line.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L13) ___ @@ -46,7 +46,7 @@ TaxLine.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -60,7 +60,7 @@ TaxLine.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/line-item-tax-line.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-tax-line.ts#L24) +[models/line-item-tax-line.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-tax-line.ts#L24) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/line-item-tax-line.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-tax-line.ts#L20) +[models/line-item-tax-line.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-tax-line.ts#L20) ___ @@ -94,7 +94,7 @@ TaxLine.metadata #### Defined in -[models/tax-line.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L16) +[models/tax-line.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L16) ___ @@ -108,7 +108,7 @@ TaxLine.name #### Defined in -[models/tax-line.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L10) +[models/tax-line.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L10) ___ @@ -122,7 +122,7 @@ TaxLine.rate #### Defined in -[models/tax-line.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L7) +[models/tax-line.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L7) ___ @@ -136,7 +136,7 @@ TaxLine.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -150,4 +150,4 @@ TaxLine.updated\_at #### Defined in -[models/line-item-tax-line.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/line-item-tax-line.ts#L26) +[models/line-item-tax-line.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/line-item-tax-line.ts#L26) diff --git a/docs/content/references/entities/classes/MoneyAmount.md b/docs/content/references/entities/classes/MoneyAmount.md index 6d7c014b8f..aa1f487edb 100644 --- a/docs/content/references/entities/classes/MoneyAmount.md +++ b/docs/content/references/entities/classes/MoneyAmount.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/money-amount.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L27) +[models/money-amount.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L28) ___ @@ -42,7 +42,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/money-amount.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L24) +[models/money-amount.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L25) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/money-amount.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L20) +[models/money-amount.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L21) ___ @@ -76,7 +76,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -90,7 +90,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/money-amount.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L33) +[models/money-amount.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L34) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/money-amount.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L30) +[models/money-amount.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L31) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/money-amount.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L43) +[models/money-amount.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L44) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/money-amount.ts:36](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L36) +[models/money-amount.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L37) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/money-amount.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L61) +[models/money-amount.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L62) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/money-amount.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L57) +[models/money-amount.ts:58](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L58) ___ @@ -164,7 +164,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[models/money-amount.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L53) +[models/money-amount.ts:54](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L54) ___ @@ -184,7 +184,7 @@ ___ #### Defined in -[models/money-amount.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L47) +[models/money-amount.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L48) ## Methods @@ -198,4 +198,4 @@ ___ #### Defined in -[models/money-amount.ts:63](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/money-amount.ts#L63) +[models/money-amount.ts:64](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/money-amount.ts#L64) diff --git a/docs/content/references/entities/classes/Note.md b/docs/content/references/entities/classes/Note.md index ca6d04df0c..a18d4ac8a7 100644 --- a/docs/content/references/entities/classes/Note.md +++ b/docs/content/references/entities/classes/Note.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/note.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/note.ts#L33) +[models/note.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/note.ts#L33) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/note.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/note.ts#L29) +[models/note.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/note.ts#L29) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -80,7 +80,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/note.ts:36](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/note.ts#L36) +[models/note.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/note.ts#L36) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/note.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/note.ts#L26) +[models/note.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/note.ts#L26) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/note.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/note.ts#L22) +[models/note.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/note.ts#L22) ___ @@ -124,7 +124,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[models/note.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/note.ts#L18) +[models/note.ts:18](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/note.ts#L18) ## Methods @@ -148,4 +148,4 @@ ___ #### Defined in -[models/note.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/note.ts#L38) +[models/note.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/note.ts#L38) diff --git a/docs/content/references/entities/classes/Notification.md b/docs/content/references/entities/classes/Notification.md index b3b6cce496..5770aae46d 100644 --- a/docs/content/references/entities/classes/Notification.md +++ b/docs/content/references/entities/classes/Notification.md @@ -32,7 +32,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/notification.ts:36](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L36) +[models/notification.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L36) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/notification.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L32) +[models/notification.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L32) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/notification.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L42) +[models/notification.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L42) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[models/notification.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L20) +[models/notification.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L20) ___ @@ -86,7 +86,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/notification.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L45) +[models/notification.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/notification.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L49) +[models/notification.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L49) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/notification.ts:59](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L59) +[models/notification.ts:59](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L59) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/notification.ts:55](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L55) +[models/notification.ts:55](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L55) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/notification.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L52) +[models/notification.ts:52](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L52) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/notification.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L28) +[models/notification.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L28) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[models/notification.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L24) +[models/notification.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L24) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[models/notification.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L39) +[models/notification.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L39) ___ @@ -180,7 +180,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -194,4 +194,4 @@ BaseEntity.updated\_at #### Defined in -[models/notification.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/notification.ts#L61) +[models/notification.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/notification.ts#L61) diff --git a/docs/content/references/entities/classes/Oauth.md b/docs/content/references/entities/classes/Oauth.md index 2c6493c1e9..c71543f2c0 100644 --- a/docs/content/references/entities/classes/Oauth.md +++ b/docs/content/references/entities/classes/Oauth.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/oauth.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/oauth.ts#L16) +[models/oauth.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/oauth.ts#L16) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/oauth.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/oauth.ts#L25) +[models/oauth.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/oauth.ts#L25) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/oauth.ts:12](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/oauth.ts#L12) +[models/oauth.ts:12](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/oauth.ts#L12) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/oauth.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/oauth.ts#L9) +[models/oauth.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/oauth.ts#L9) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/oauth.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/oauth.ts#L19) +[models/oauth.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/oauth.ts#L19) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/oauth.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/oauth.ts#L22) +[models/oauth.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/oauth.ts#L22) ## Methods @@ -82,4 +82,4 @@ ___ #### Defined in -[models/oauth.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/oauth.ts#L27) +[models/oauth.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/oauth.ts#L27) diff --git a/docs/content/references/entities/classes/Order.md b/docs/content/references/entities/classes/Order.md index a96538b582..fce88b9050 100644 --- a/docs/content/references/entities/classes/Order.md +++ b/docs/content/references/entities/classes/Order.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/order.ts:125](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L125) +[models/order.ts:125](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L125) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/order.ts:121](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L121) +[models/order.ts:121](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L121) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/order.ts:230](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L230) +[models/order.ts:231](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L231) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/order.ts:106](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L106) +[models/order.ts:106](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L106) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/order.ts:102](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L102) +[models/order.ts:102](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L102) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/order.ts:198](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L198) +[models/order.ts:199](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L199) ___ @@ -92,7 +92,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[models/order.ts:148](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L148) +[models/order.ts:149](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L149) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[models/order.ts:144](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L144) +[models/order.ts:145](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L145) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[models/order.ts:114](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L114) +[models/order.ts:114](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L114) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[models/order.ts:110](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L110) +[models/order.ts:110](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L110) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[models/order.ts:255](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L255) +[models/order.ts:256](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L256) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[models/order.ts:165](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L165) +[models/order.ts:166](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L166) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[models/order.ts:98](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L98) +[models/order.ts:98](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L98) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[models/order.ts:211](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L211) +[models/order.ts:212](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L212) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[models/order.ts:207](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L207) +[models/order.ts:208](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L208) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[models/order.ts:219](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L219) +[models/order.ts:220](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L220) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[models/order.ts:117](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L117) +[models/order.ts:117](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L117) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[models/order.ts:242](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L242) +[models/order.ts:243](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L243) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[models/order.ts:90](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L90) +[models/order.ts:90](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L90) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[models/order.ts:192](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L192) +[models/order.ts:193](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L193) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[models/order.ts:263](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L263) +[models/order.ts:264](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L264) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[models/order.ts:262](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L262) +[models/order.ts:263](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L263) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[models/order.ts:227](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L227) +[models/order.ts:228](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L228) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[models/order.ts:179](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L179) +[models/order.ts:180](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L180) ___ @@ -286,7 +286,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[models/order.ts:239](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L239) +[models/order.ts:240](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L240) ___ @@ -306,7 +306,7 @@ ___ #### Defined in -[models/order.ts:224](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L224) +[models/order.ts:225](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L225) ___ @@ -316,7 +316,7 @@ ___ #### Defined in -[models/order.ts:233](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L233) +[models/order.ts:234](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L234) ___ @@ -326,7 +326,7 @@ ___ #### Defined in -[models/order.ts:236](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L236) +[models/order.ts:237](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L237) ___ @@ -336,7 +336,7 @@ ___ #### Defined in -[models/order.ts:80](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L80) +[models/order.ts:80](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L80) ___ @@ -346,7 +346,7 @@ ___ #### Defined in -[models/order.ts:260](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L260) +[models/order.ts:261](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L261) ___ @@ -356,7 +356,7 @@ ___ #### Defined in -[models/order.ts:93](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L93) +[models/order.ts:93](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L93) ___ @@ -366,7 +366,7 @@ ___ #### Defined in -[models/order.ts:187](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L187) +[models/order.ts:188](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L188) ___ @@ -376,7 +376,7 @@ ___ #### Defined in -[models/order.ts:261](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L261) +[models/order.ts:262](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L262) ___ @@ -386,7 +386,7 @@ ___ #### Defined in -[models/order.ts:257](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L257) +[models/order.ts:258](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L258) ___ @@ -396,7 +396,7 @@ ___ #### Defined in -[models/order.ts:201](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L201) +[models/order.ts:202](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L202) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[models/order.ts:141](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L141) +[models/order.ts:141](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L141) ___ @@ -416,7 +416,7 @@ ___ #### Defined in -[models/order.ts:137](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L137) +[models/order.ts:137](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L137) ___ @@ -426,7 +426,7 @@ ___ #### Defined in -[models/order.ts:195](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L195) +[models/order.ts:196](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L196) ___ @@ -436,7 +436,7 @@ ___ #### Defined in -[models/order.ts:251](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L251) +[models/order.ts:252](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L252) ___ @@ -446,7 +446,7 @@ ___ #### Defined in -[models/order.ts:245](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L245) +[models/order.ts:246](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L246) ___ @@ -456,7 +456,7 @@ ___ #### Defined in -[models/order.ts:133](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L133) +[models/order.ts:133](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L133) ___ @@ -466,7 +466,7 @@ ___ #### Defined in -[models/order.ts:129](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L129) +[models/order.ts:129](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L129) ___ @@ -476,7 +476,7 @@ ___ #### Defined in -[models/order.ts:184](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L184) +[models/order.ts:185](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L185) ___ @@ -486,7 +486,7 @@ ___ #### Defined in -[models/order.ts:254](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L254) +[models/order.ts:255](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L255) ___ @@ -496,7 +496,7 @@ ___ #### Defined in -[models/order.ts:83](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L83) +[models/order.ts:83](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L83) ___ @@ -506,7 +506,7 @@ ___ #### Defined in -[models/order.ts:259](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L259) +[models/order.ts:260](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L260) ___ @@ -516,7 +516,7 @@ ___ #### Defined in -[models/order.ts:204](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L204) +[models/order.ts:205](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L205) ___ @@ -526,7 +526,7 @@ ___ #### Defined in -[models/order.ts:151](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L151) +[models/order.ts:152](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L152) ___ @@ -536,7 +536,7 @@ ___ #### Defined in -[models/order.ts:256](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L256) +[models/order.ts:257](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L257) ___ @@ -546,7 +546,7 @@ ___ #### Defined in -[models/order.ts:258](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L258) +[models/order.ts:259](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L259) ___ @@ -560,7 +560,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -574,4 +574,4 @@ BaseEntity.updated\_at #### Defined in -[models/order.ts:265](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L265) +[models/order.ts:266](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L266) diff --git a/docs/content/references/entities/classes/OrderEdit.md b/docs/content/references/entities/classes/OrderEdit.md index 03b1b8fd7d..ce1dcffa6c 100644 --- a/docs/content/references/entities/classes/OrderEdit.md +++ b/docs/content/references/entities/classes/OrderEdit.md @@ -6,7 +6,7 @@ displayed_sidebar: entitiesSidebar ## Hierarchy -- `SoftDeletableEntity` +- `BaseEntity` ↳ **`OrderEdit`** @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Inherited from -SoftDeletableEntity.constructor +BaseEntity.constructor ## Properties @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/order-edit.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L57) +[models/order-edit.ts:74](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L74) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/order-edit.ts:54](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L54) +[models/order-edit.ts:71](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L71) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/order-edit.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L24) +[models/order-edit.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L41) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/order-edit.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L42) +[models/order-edit.ts:59](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L59) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/order-edit.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L39) +[models/order-edit.ts:56](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L56) ___ @@ -78,11 +78,11 @@ ___ #### Inherited from -SoftDeletableEntity.created\_at +BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[models/order-edit.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L30) +[models/order-edit.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L47) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[models/order-edit.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L51) +[models/order-edit.ts:68](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L68) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[models/order-edit.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L45) +[models/order-edit.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L62) ___ @@ -122,21 +122,7 @@ ___ #### Defined in -[models/order-edit.ts:48](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L48) - -___ - -### deleted\_at - -• **deleted\_at**: ``null`` \| `Date` - -#### Inherited from - -SoftDeletableEntity.deleted\_at - -#### Defined in - -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[models/order-edit.ts:65](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L65) ___ @@ -146,17 +132,37 @@ ___ #### Defined in -[models/order-edit.ts:64](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L64) +[models/order-edit.ts:96](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L96) ___ ### discount\_total -• `Optional` **discount\_total**: `number` +• **discount\_total**: `number` #### Defined in -[models/order-edit.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L61) +[models/order-edit.ts:89](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L89) + +___ + +### gift\_card\_tax\_total + +• **gift\_card\_tax\_total**: `number` + +#### Defined in + +[models/order-edit.ts:94](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L94) + +___ + +### gift\_card\_total + +• **gift\_card\_total**: `number` + +#### Defined in + +[models/order-edit.ts:93](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L93) ___ @@ -166,11 +172,11 @@ ___ #### Inherited from -SoftDeletableEntity.id +BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -180,7 +186,7 @@ ___ #### Defined in -[models/order-edit.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L27) +[models/order-edit.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L44) ___ @@ -190,7 +196,7 @@ ___ #### Defined in -[models/order-edit.ts:66](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L66) +[models/order-edit.ts:77](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L77) ___ @@ -200,7 +206,7 @@ ___ #### Defined in -[models/order-edit.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L19) +[models/order-edit.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L36) ___ @@ -210,17 +216,27 @@ ___ #### Defined in -[models/order-edit.ts:15](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L15) +[models/order-edit.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L32) ___ -### removed\_items +### payment\_collection -• **removed\_items**: [`LineItem`](LineItem.md)[] +• **payment\_collection**: [`PaymentCollection`](PaymentCollection.md) #### Defined in -[models/order-edit.ts:67](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L67) +[models/order-edit.ts:85](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L85) + +___ + +### payment\_collection\_id + +• **payment\_collection\_id**: `string` + +#### Defined in + +[models/order-edit.ts:81](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L81) ___ @@ -230,7 +246,7 @@ ___ #### Defined in -[models/order-edit.ts:36](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L36) +[models/order-edit.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L53) ___ @@ -240,7 +256,27 @@ ___ #### Defined in -[models/order-edit.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L33) +[models/order-edit.ts:50](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L50) + +___ + +### shipping\_total + +• **shipping\_total**: `number` + +#### Defined in + +[models/order-edit.ts:88](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L88) + +___ + +### status + +• **status**: [`OrderEditStatus`](../enums/OrderEditStatus.md) + +#### Defined in + +[models/order-edit.ts:98](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L98) ___ @@ -250,17 +286,17 @@ ___ #### Defined in -[models/order-edit.ts:60](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L60) +[models/order-edit.ts:92](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L92) ___ ### tax\_total -• **tax\_total**: `number` +• **tax\_total**: ``null`` \| `number` #### Defined in -[models/order-edit.ts:62](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L62) +[models/order-edit.ts:90](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L90) ___ @@ -270,7 +306,7 @@ ___ #### Defined in -[models/order-edit.ts:63](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L63) +[models/order-edit.ts:91](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L91) ___ @@ -280,11 +316,11 @@ ___ #### Inherited from -SoftDeletableEntity.updated\_at +BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -298,4 +334,18 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/order-edit.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-edit.ts#L69) +[models/order-edit.ts:100](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L100) + +___ + +### loadStatus + +▸ **loadStatus**(): `void` + +#### Returns + +`void` + +#### Defined in + +[models/order-edit.ts:105](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L105) diff --git a/docs/content/references/entities/classes/OrderItemChange.md b/docs/content/references/entities/classes/OrderItemChange.md index 165fd5b848..4f0fd45878 100644 --- a/docs/content/references/entities/classes/OrderItemChange.md +++ b/docs/content/references/entities/classes/OrderItemChange.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/order-item-change.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L53) +[models/order-item-change.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L53) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/order-item-change.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L49) +[models/order-item-change.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L49) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/order-item-change.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L39) +[models/order-item-change.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L39) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/order-item-change.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L35) +[models/order-item-change.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L35) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/order-item-change.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L46) +[models/order-item-change.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L46) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/order-item-change.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L42) +[models/order-item-change.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L42) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/order-item-change.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L32) +[models/order-item-change.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L32) ___ @@ -144,7 +144,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -158,4 +158,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/order-item-change.ts:55](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L55) +[models/order-item-change.ts:55](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L55) diff --git a/docs/content/references/entities/classes/Payment.md b/docs/content/references/entities/classes/Payment.md index ef98972866..36ddfac5bd 100644 --- a/docs/content/references/entities/classes/Payment.md +++ b/docs/content/references/entities/classes/Payment.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/payment.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L51) +[models/payment.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L51) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/payment.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L61) +[models/payment.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L62) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/payment.ts:74](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L74) +[models/payment.ts:75](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L75) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/payment.ts:71](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L71) +[models/payment.ts:72](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L72) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/payment.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L37) +[models/payment.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L40) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/payment.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L33) +[models/payment.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L36) ___ @@ -92,7 +92,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[models/payment.ts:58](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L58) +[models/payment.ts:59](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L59) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[models/payment.ts:54](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L54) +[models/payment.ts:55](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L55) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[models/payment.ts:68](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L68) +[models/payment.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L69) ___ @@ -136,7 +136,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/payment.ts:80](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L80) +[models/payment.ts:81](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L81) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[models/payment.ts:77](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L77) +[models/payment.ts:78](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L78) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[models/payment.ts:48](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L48) +[models/payment.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L48) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[models/payment.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L41) +[models/payment.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L44) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[models/payment.ts:65](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L65) +[models/payment.ts:66](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L66) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[models/payment.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L29) +[models/payment.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L32) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[models/payment.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L25) +[models/payment.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L28) ___ @@ -220,7 +220,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -234,4 +234,4 @@ BaseEntity.updated\_at #### Defined in -[models/payment.ts:82](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment.ts#L82) +[models/payment.ts:83](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment.ts#L83) diff --git a/docs/content/references/entities/classes/PaymentCollection.md b/docs/content/references/entities/classes/PaymentCollection.md new file mode 100644 index 0000000000..71cd3c9886 --- /dev/null +++ b/docs/content/references/entities/classes/PaymentCollection.md @@ -0,0 +1,231 @@ +--- +displayed_sidebar: entitiesSidebar +--- + +# Class: PaymentCollection + +## Hierarchy + +- `SoftDeletableEntity` + + ↳ **`PaymentCollection`** + +## Constructors + +### constructor + +• **new PaymentCollection**() + +#### Inherited from + +SoftDeletableEntity.constructor + +## Properties + +### amount + +• **amount**: `number` + +#### Defined in + +[models/payment-collection.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L48) + +___ + +### authorized\_amount + +• **authorized\_amount**: `number` + +#### Defined in + +[models/payment-collection.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L51) + +___ + +### created\_at + +• **created\_at**: `Date` + +#### Inherited from + +SoftDeletableEntity.created\_at + +#### Defined in + +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) + +___ + +### created\_by + +• **created\_by**: `string` + +#### Defined in + +[models/payment-collection.ts:104](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L104) + +___ + +### currency + +• **currency**: [`Currency`](Currency.md) + +#### Defined in + +[models/payment-collection.ts:70](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L70) + +___ + +### currency\_code + +• **currency\_code**: `string` + +#### Defined in + +[models/payment-collection.ts:66](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L66) + +___ + +### deleted\_at + +• **deleted\_at**: ``null`` \| `Date` + +#### Inherited from + +SoftDeletableEntity.deleted\_at + +#### Defined in + +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) + +___ + +### description + +• **description**: `string` + +#### Defined in + +[models/payment-collection.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L45) + +___ + +### id + +• **id**: `string` + +#### Inherited from + +SoftDeletableEntity.id + +#### Defined in + +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) + +___ + +### metadata + +• **metadata**: `Record`<`string`, `unknown`\> + +#### Defined in + +[models/payment-collection.ts:101](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L101) + +___ + +### payment\_sessions + +• **payment\_sessions**: [`PaymentSession`](PaymentSession.md)[] + +#### Defined in + +[models/payment-collection.ts:84](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L84) + +___ + +### payments + +• **payments**: [`Payment`](Payment.md)[] + +#### Defined in + +[models/payment-collection.ts:98](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L98) + +___ + +### refunded\_amount + +• **refunded\_amount**: `number` + +#### Defined in + +[models/payment-collection.ts:54](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L54) + +___ + +### region + +• **region**: [`Region`](Region.md) + +#### Defined in + +[models/payment-collection.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L62) + +___ + +### region\_id + +• **region\_id**: `string` + +#### Defined in + +[models/payment-collection.ts:58](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L58) + +___ + +### status + +• **status**: [`PaymentCollectionStatus`](../enums/PaymentCollectionStatus.md) + +#### Defined in + +[models/payment-collection.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L42) + +___ + +### type + +• **type**: [`ORDER_EDIT`](../enums/PaymentCollectionType.md#order_edit) + +#### Defined in + +[models/payment-collection.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L39) + +___ + +### updated\_at + +• **updated\_at**: `Date` + +#### Inherited from + +SoftDeletableEntity.updated\_at + +#### Defined in + +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) + +## Methods + +### beforeInsert + +▸ `Private` **beforeInsert**(): `void` + +#### Returns + +`void` + +#### Defined in + +[models/payment-collection.ts:106](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L106) diff --git a/docs/content/references/entities/classes/PaymentProvider.md b/docs/content/references/entities/classes/PaymentProvider.md index 63f398066d..d38822d54b 100644 --- a/docs/content/references/entities/classes/PaymentProvider.md +++ b/docs/content/references/entities/classes/PaymentProvider.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/payment-provider.ts:6](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-provider.ts#L6) +[models/payment-provider.ts:6](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-provider.ts#L6) ___ @@ -28,4 +28,4 @@ ___ #### Defined in -[models/payment-provider.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-provider.ts#L9) +[models/payment-provider.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-provider.ts#L9) diff --git a/docs/content/references/entities/classes/PaymentSession.md b/docs/content/references/entities/classes/PaymentSession.md index 44c3434488..9eb8d399ce 100644 --- a/docs/content/references/entities/classes/PaymentSession.md +++ b/docs/content/references/entities/classes/PaymentSession.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/payment-session.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L34) +[models/payment-session.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L36) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/payment-session.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L30) +[models/payment-session.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L32) ___ @@ -52,7 +52,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/payment-session.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L47) +[models/payment-session.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L49) ___ @@ -76,7 +76,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/payment-session.ts:50](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L50) +[models/payment-session.ts:52](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L52) ___ @@ -96,7 +96,17 @@ ___ #### Defined in -[models/payment-session.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L41) +[models/payment-session.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L43) + +___ + +### payment\_authorized\_at + +• **payment\_authorized\_at**: `Date` + +#### Defined in + +[models/payment-session.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L57) ___ @@ -106,7 +116,7 @@ ___ #### Defined in -[models/payment-session.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L38) +[models/payment-session.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L40) ___ @@ -116,7 +126,7 @@ ___ #### Defined in -[models/payment-session.ts:44](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L44) +[models/payment-session.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L46) ___ @@ -130,7 +140,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -144,4 +154,4 @@ BaseEntity.updated\_at #### Defined in -[models/payment-session.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L52) +[models/payment-session.ts:59](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L59) diff --git a/docs/content/references/entities/classes/PriceList.md b/docs/content/references/entities/classes/PriceList.md index 56810bfaa4..9813fd7a1e 100644 --- a/docs/content/references/entities/classes/PriceList.md +++ b/docs/content/references/entities/classes/PriceList.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/price-list.ts:56](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L56) +[models/price-list.ts:56](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L56) ___ @@ -56,7 +56,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/price-list.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L25) +[models/price-list.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L25) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/price-list.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L40) +[models/price-list.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L40) ___ @@ -90,7 +90,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/price-list.ts:64](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L64) +[models/price-list.ts:64](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L64) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/price-list.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L22) +[models/price-list.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L22) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/price-list.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L61) +[models/price-list.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L61) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/price-list.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L37) +[models/price-list.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L37) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/price-list.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L31) +[models/price-list.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L31) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/price-list.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L28) +[models/price-list.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L28) ___ @@ -164,7 +164,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -178,4 +178,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/price-list.ts:66](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/price-list.ts#L66) +[models/price-list.ts:66](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/price-list.ts#L66) diff --git a/docs/content/references/entities/classes/Product.md b/docs/content/references/entities/classes/Product.md index edf2d8efac..b6a1336552 100644 --- a/docs/content/references/entities/classes/Product.md +++ b/docs/content/references/entities/classes/Product.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/product.ts:117](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L117) +[models/product.ts:117](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L117) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/product.ts:113](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L113) +[models/product.ts:113](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L113) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/product.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L43) +[models/product.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L43) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/product.ts:141](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L141) +[models/product.ts:141](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L141) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/product.ts:144](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L144) +[models/product.ts:144](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L144) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/product.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L47) +[models/product.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L47) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/product.ts:95](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L95) +[models/product.ts:95](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L95) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/product.ts:101](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L101) +[models/product.ts:101](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L101) ___ @@ -140,7 +140,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/product.ts:67](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L67) +[models/product.ts:67](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L67) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/product.ts:50](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L50) +[models/product.ts:50](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L50) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/product.ts:92](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L92) +[models/product.ts:92](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L92) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/product.ts:110](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L110) +[models/product.ts:110](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L110) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/product.ts:147](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L147) +[models/product.ts:147](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L147) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[models/product.ts:107](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L107) +[models/product.ts:107](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L107) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[models/product.ts:73](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L73) +[models/product.ts:73](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L73) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[models/product.ts:104](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L104) +[models/product.ts:104](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L104) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[models/product.ts:86](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L86) +[models/product.ts:86](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L86) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[models/product.ts:82](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L82) +[models/product.ts:82](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L82) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[models/product.ts:163](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L163) +[models/product.ts:163](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L163) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[models/product.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L53) +[models/product.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L53) ___ @@ -270,7 +270,7 @@ ___ #### Defined in -[models/product.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L40) +[models/product.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L40) ___ @@ -280,7 +280,7 @@ ___ #### Defined in -[models/product.ts:138](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L138) +[models/product.ts:138](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L138) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[models/product.ts:70](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L70) +[models/product.ts:70](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L70) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[models/product.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L37) +[models/product.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L37) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[models/product.ts:124](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L124) +[models/product.ts:124](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L124) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[models/product.ts:120](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L120) +[models/product.ts:120](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L120) ___ @@ -334,7 +334,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -344,7 +344,7 @@ ___ #### Defined in -[models/product.ts:78](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L78) +[models/product.ts:78](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L78) ___ @@ -354,7 +354,7 @@ ___ #### Defined in -[models/product.ts:89](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L89) +[models/product.ts:89](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L89) ___ @@ -364,7 +364,7 @@ ___ #### Defined in -[models/product.ts:98](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L98) +[models/product.ts:98](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L98) ## Methods @@ -378,4 +378,4 @@ ___ #### Defined in -[models/product.ts:165](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L165) +[models/product.ts:165](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L165) diff --git a/docs/content/references/entities/classes/ProductCollection.md b/docs/content/references/entities/classes/ProductCollection.md index ce0aa83746..d706af2743 100644 --- a/docs/content/references/entities/classes/ProductCollection.md +++ b/docs/content/references/entities/classes/ProductCollection.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[models/product-collection.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-collection.ts#L16) +[models/product-collection.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-collection.ts#L16) ___ @@ -70,7 +70,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/product-collection.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-collection.ts#L22) +[models/product-collection.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-collection.ts#L22) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/product-collection.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-collection.ts#L19) +[models/product-collection.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-collection.ts#L19) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/product-collection.ts:12](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-collection.ts#L12) +[models/product-collection.ts:12](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-collection.ts#L12) ___ @@ -114,7 +114,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -128,4 +128,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/product-collection.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-collection.ts#L24) +[models/product-collection.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-collection.ts#L24) diff --git a/docs/content/references/entities/classes/ProductOption.md b/docs/content/references/entities/classes/ProductOption.md index 66d0130667..4388a9a849 100644 --- a/docs/content/references/entities/classes/ProductOption.md +++ b/docs/content/references/entities/classes/ProductOption.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/product-option.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option.ts#L32) +[models/product-option.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option.ts#L32) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/product-option.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option.ts#L29) +[models/product-option.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option.ts#L29) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/product-option.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option.ts#L25) +[models/product-option.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option.ts#L25) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/product-option.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option.ts#L19) +[models/product-option.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option.ts#L19) ___ @@ -114,7 +114,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[models/product-option.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option.ts#L22) +[models/product-option.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option.ts#L22) ## Methods @@ -138,4 +138,4 @@ ___ #### Defined in -[models/product-option.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option.ts#L34) +[models/product-option.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option.ts#L34) diff --git a/docs/content/references/entities/classes/ProductOptionValue.md b/docs/content/references/entities/classes/ProductOptionValue.md index ad0a9934b2..d700d94312 100644 --- a/docs/content/references/entities/classes/ProductOptionValue.md +++ b/docs/content/references/entities/classes/ProductOptionValue.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/product-option-value.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option-value.ts#L40) +[models/product-option-value.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option-value.ts#L40) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/product-option-value.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option-value.ts#L27) +[models/product-option-value.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option-value.ts#L27) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/product-option-value.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option-value.ts#L23) +[models/product-option-value.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option-value.ts#L23) ___ @@ -104,7 +104,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -114,7 +114,7 @@ ___ #### Defined in -[models/product-option-value.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option-value.ts#L19) +[models/product-option-value.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option-value.ts#L19) ___ @@ -124,7 +124,7 @@ ___ #### Defined in -[models/product-option-value.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option-value.ts#L37) +[models/product-option-value.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option-value.ts#L37) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[models/product-option-value.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option-value.ts#L31) +[models/product-option-value.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option-value.ts#L31) ## Methods @@ -148,4 +148,4 @@ ___ #### Defined in -[models/product-option-value.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-option-value.ts#L42) +[models/product-option-value.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-option-value.ts#L42) diff --git a/docs/content/references/entities/classes/ProductTag.md b/docs/content/references/entities/classes/ProductTag.md index 7eebbb0760..aabd50236b 100644 --- a/docs/content/references/entities/classes/ProductTag.md +++ b/docs/content/references/entities/classes/ProductTag.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/product-tag.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tag.ts#L13) +[models/product-tag.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tag.ts#L13) ___ @@ -84,7 +84,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[models/product-tag.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tag.ts#L10) +[models/product-tag.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tag.ts#L10) ## Methods @@ -108,4 +108,4 @@ ___ #### Defined in -[models/product-tag.ts:15](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tag.ts#L15) +[models/product-tag.ts:15](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tag.ts#L15) diff --git a/docs/content/references/entities/classes/ProductTaxRate.md b/docs/content/references/entities/classes/ProductTaxRate.md index 100c8751bc..ab99fa68d7 100644 --- a/docs/content/references/entities/classes/ProductTaxRate.md +++ b/docs/content/references/entities/classes/ProductTaxRate.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/product-tax-rate.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tax-rate.ts#L32) +[models/product-tax-rate.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tax-rate.ts#L32) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/product-tax-rate.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tax-rate.ts#L38) +[models/product-tax-rate.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tax-rate.ts#L38) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/product-tax-rate.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tax-rate.ts#L24) +[models/product-tax-rate.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tax-rate.ts#L24) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/product-tax-rate.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tax-rate.ts#L17) +[models/product-tax-rate.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tax-rate.ts#L17) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/product-tax-rate.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tax-rate.ts#L20) +[models/product-tax-rate.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tax-rate.ts#L20) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/product-tax-rate.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tax-rate.ts#L29) +[models/product-tax-rate.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tax-rate.ts#L29) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/product-tax-rate.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-tax-rate.ts#L35) +[models/product-tax-rate.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-tax-rate.ts#L35) diff --git a/docs/content/references/entities/classes/ProductType.md b/docs/content/references/entities/classes/ProductType.md index 6703e33185..a7e7aaddf3 100644 --- a/docs/content/references/entities/classes/ProductType.md +++ b/docs/content/references/entities/classes/ProductType.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/product-type.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type.ts#L13) +[models/product-type.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type.ts#L13) ___ @@ -84,7 +84,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[models/product-type.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type.ts#L10) +[models/product-type.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type.ts#L10) ## Methods @@ -108,4 +108,4 @@ ___ #### Defined in -[models/product-type.ts:15](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type.ts#L15) +[models/product-type.ts:15](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type.ts#L15) diff --git a/docs/content/references/entities/classes/ProductTypeTaxRate.md b/docs/content/references/entities/classes/ProductTypeTaxRate.md index 00bc1a713a..f4d170b4a4 100644 --- a/docs/content/references/entities/classes/ProductTypeTaxRate.md +++ b/docs/content/references/entities/classes/ProductTypeTaxRate.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/product-type-tax-rate.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type-tax-rate.ts#L31) +[models/product-type-tax-rate.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type-tax-rate.ts#L31) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/product-type-tax-rate.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type-tax-rate.ts#L37) +[models/product-type-tax-rate.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type-tax-rate.ts#L37) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/product-type-tax-rate.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type-tax-rate.ts#L24) +[models/product-type-tax-rate.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type-tax-rate.ts#L24) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/product-type-tax-rate.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type-tax-rate.ts#L17) +[models/product-type-tax-rate.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type-tax-rate.ts#L17) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/product-type-tax-rate.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type-tax-rate.ts#L20) +[models/product-type-tax-rate.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type-tax-rate.ts#L20) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/product-type-tax-rate.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type-tax-rate.ts#L28) +[models/product-type-tax-rate.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type-tax-rate.ts#L28) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/product-type-tax-rate.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-type-tax-rate.ts#L34) +[models/product-type-tax-rate.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-type-tax-rate.ts#L34) diff --git a/docs/content/references/entities/classes/ProductVariant.md b/docs/content/references/entities/classes/ProductVariant.md index 725aad353c..3b6be63f53 100644 --- a/docs/content/references/entities/classes/ProductVariant.md +++ b/docs/content/references/entities/classes/ProductVariant.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/product-variant.ts:60](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L60) +[models/product-variant.ts:60](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L60) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/product-variant.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L43) +[models/product-variant.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L43) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/product-variant.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L47) +[models/product-variant.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L47) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/product-variant.ts:84](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L84) +[models/product-variant.ts:84](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L84) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/product-variant.ts:66](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L66) +[models/product-variant.ts:66](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L66) ___ @@ -110,7 +110,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/product-variant.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L57) +[models/product-variant.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L57) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/product-variant.ts:81](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L81) +[models/product-variant.ts:81](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L81) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/product-variant.ts:63](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L63) +[models/product-variant.ts:63](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L63) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/product-variant.ts:75](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L75) +[models/product-variant.ts:75](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L75) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/product-variant.ts:95](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L95) +[models/product-variant.ts:95](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L95) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/product-variant.ts:72](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L72) +[models/product-variant.ts:72](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L72) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/product-variant.ts:92](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L92) +[models/product-variant.ts:92](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L92) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/product-variant.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L69) +[models/product-variant.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L69) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[models/product-variant.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L35) +[models/product-variant.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L35) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[models/product-variant.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L29) +[models/product-variant.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L29) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[models/product-variant.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L25) +[models/product-variant.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L25) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[models/product-variant.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L39) +[models/product-variant.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L39) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[models/product-variant.ts:21](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L21) +[models/product-variant.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L21) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[models/product-variant.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L51) +[models/product-variant.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L51) ___ @@ -264,7 +264,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -274,7 +274,7 @@ ___ #### Defined in -[models/product-variant.ts:54](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L54) +[models/product-variant.ts:54](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L54) ___ @@ -284,7 +284,7 @@ ___ #### Defined in -[models/product-variant.ts:78](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L78) +[models/product-variant.ts:78](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L78) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[models/product-variant.ts:87](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L87) +[models/product-variant.ts:87](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L87) ## Methods @@ -308,4 +308,4 @@ ___ #### Defined in -[models/product-variant.ts:97](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product-variant.ts#L97) +[models/product-variant.ts:97](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product-variant.ts#L97) diff --git a/docs/content/references/entities/classes/Refund.md b/docs/content/references/entities/classes/Refund.md index 1c16a461fd..6e705a8c4f 100644 --- a/docs/content/references/entities/classes/Refund.md +++ b/docs/content/references/entities/classes/Refund.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/refund.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L34) +[models/refund.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L34) ___ @@ -42,7 +42,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -56,7 +56,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/refund.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L46) +[models/refund.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L46) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/refund.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L43) +[models/refund.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L43) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/refund.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L37) +[models/refund.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L37) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/refund.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L31) +[models/refund.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L31) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/refund.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L27) +[models/refund.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L27) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/refund.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L40) +[models/refund.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L40) ___ @@ -130,7 +130,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -144,4 +144,4 @@ BaseEntity.updated\_at #### Defined in -[models/refund.ts:48](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L48) +[models/refund.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L48) diff --git a/docs/content/references/entities/classes/Region.md b/docs/content/references/entities/classes/Region.md index 100b939273..ab632c63c9 100644 --- a/docs/content/references/entities/classes/Region.md +++ b/docs/content/references/entities/classes/Region.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/region.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L49) +[models/region.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L51) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/region.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L52) +[models/region.ts:54](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L54) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/region.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L34) +[models/region.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L36) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[models/region.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L30) +[models/region.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L32) ___ @@ -86,7 +86,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/region.ts:93](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L93) +[models/region.ts:95](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L95) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/region.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L46) +[models/region.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L48) ___ @@ -120,7 +120,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/region.ts:99](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L99) +[models/region.ts:101](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L101) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/region.ts:96](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L96) +[models/region.ts:98](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L98) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/region.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L27) +[models/region.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L28) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/region.ts:76](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L76) +[models/region.ts:78](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L78) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/region.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L43) +[models/region.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L45) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/region.ts:59](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L59) +[models/region.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L61) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/region.ts:55](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L55) +[models/region.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L57) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[models/region.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L37) +[models/region.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L39) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[models/region.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L40) +[models/region.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L42) ___ @@ -224,7 +224,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -238,4 +238,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/region.ts:101](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/region.ts#L101) +[models/region.ts:103](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/region.ts#L103) diff --git a/docs/content/references/entities/classes/Return.md b/docs/content/references/entities/classes/Return.md index 5d685fe42b..4ba28c4432 100644 --- a/docs/content/references/entities/classes/Return.md +++ b/docs/content/references/entities/classes/Return.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/return.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L57) +[models/return.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L57) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/return.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L53) +[models/return.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L53) ___ @@ -52,7 +52,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -66,7 +66,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/return.ts:88](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L88) +[models/return.ts:88](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L88) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/return.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L41) +[models/return.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L41) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/return.ts:85](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L85) +[models/return.ts:85](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L85) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/return.ts:82](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L82) +[models/return.ts:82](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L82) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/return.ts:65](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L65) +[models/return.ts:65](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L65) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/return.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L61) +[models/return.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L61) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/return.ts:79](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L79) +[models/return.ts:79](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L79) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/return.ts:76](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L76) +[models/return.ts:76](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L76) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[models/return.ts:73](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L73) +[models/return.ts:73](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L73) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[models/return.ts:70](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L70) +[models/return.ts:70](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L70) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[models/return.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L35) +[models/return.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L35) ___ @@ -186,7 +186,7 @@ ___ #### Defined in -[models/return.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L49) +[models/return.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L49) ___ @@ -196,7 +196,7 @@ ___ #### Defined in -[models/return.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L45) +[models/return.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L45) ___ @@ -210,7 +210,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -224,4 +224,4 @@ BaseEntity.updated\_at #### Defined in -[models/return.ts:90](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L90) +[models/return.ts:90](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L90) diff --git a/docs/content/references/entities/classes/ReturnItem.md b/docs/content/references/entities/classes/ReturnItem.md index 022ccb1128..9142bcbc78 100644 --- a/docs/content/references/entities/classes/ReturnItem.md +++ b/docs/content/references/entities/classes/ReturnItem.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/return-item.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L28) +[models/return-item.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L28) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/return-item.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L22) +[models/return-item.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L22) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/return-item.ts:14](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L14) +[models/return-item.ts:14](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L14) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/return-item.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L47) +[models/return-item.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L47) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/return-item.ts:44](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L44) +[models/return-item.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L44) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/return-item.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L25) +[models/return-item.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L25) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/return-item.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L41) +[models/return-item.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L41) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[models/return-item.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L37) +[models/return-item.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L37) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[models/return-item.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L34) +[models/return-item.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L34) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[models/return-item.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L31) +[models/return-item.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L31) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[models/return-item.ts:11](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L11) +[models/return-item.ts:11](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L11) ___ @@ -128,4 +128,4 @@ ___ #### Defined in -[models/return-item.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-item.ts#L18) +[models/return-item.ts:18](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-item.ts#L18) diff --git a/docs/content/references/entities/classes/ReturnReason.md b/docs/content/references/entities/classes/ReturnReason.md index 2950248520..10f50d178b 100644 --- a/docs/content/references/entities/classes/ReturnReason.md +++ b/docs/content/references/entities/classes/ReturnReason.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[models/return-reason.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L25) +[models/return-reason.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L25) ___ @@ -70,7 +70,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/return-reason.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L22) +[models/return-reason.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L22) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/return-reason.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L42) +[models/return-reason.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L42) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/return-reason.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L32) +[models/return-reason.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L32) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/return-reason.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L28) +[models/return-reason.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L28) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/return-reason.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L39) +[models/return-reason.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L39) ___ @@ -134,7 +134,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[models/return-reason.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L19) +[models/return-reason.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L19) ## Methods @@ -158,4 +158,4 @@ ___ #### Defined in -[models/return-reason.ts:44](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return-reason.ts#L44) +[models/return-reason.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return-reason.ts#L44) diff --git a/docs/content/references/entities/classes/SalesChannel.md b/docs/content/references/entities/classes/SalesChannel.md index d87c3a92eb..504c4ee8ed 100644 --- a/docs/content/references/entities/classes/SalesChannel.md +++ b/docs/content/references/entities/classes/SalesChannel.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[models/sales-channel.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/sales-channel.ts#L13) +[models/sales-channel.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/sales-channel.ts#L13) ___ @@ -70,7 +70,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/sales-channel.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/sales-channel.ts#L16) +[models/sales-channel.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/sales-channel.ts#L16) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/sales-channel.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/sales-channel.ts#L10) +[models/sales-channel.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/sales-channel.ts#L10) ___ @@ -104,7 +104,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -118,4 +118,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/sales-channel.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/sales-channel.ts#L18) +[models/sales-channel.ts:18](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/sales-channel.ts#L18) diff --git a/docs/content/references/entities/classes/ShippingMethod.md b/docs/content/references/entities/classes/ShippingMethod.md index 1ff037bd2a..326babfe94 100644 --- a/docs/content/references/entities/classes/ShippingMethod.md +++ b/docs/content/references/entities/classes/ShippingMethod.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/shipping-method.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L61) +[models/shipping-method.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L61) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/shipping-method.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L57) +[models/shipping-method.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L57) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/shipping-method.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L53) +[models/shipping-method.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L53) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/shipping-method.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L49) +[models/shipping-method.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L49) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/shipping-method.ts:92](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L92) +[models/shipping-method.ts:92](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L92) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/shipping-method.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L33) +[models/shipping-method.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L33) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/shipping-method.ts:95](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L95) +[models/shipping-method.ts:95](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L95) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[models/shipping-method.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L45) +[models/shipping-method.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L45) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[models/shipping-method.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L41) +[models/shipping-method.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L41) ___ @@ -108,7 +108,7 @@ ___ #### Defined in -[models/shipping-method.ts:89](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L89) +[models/shipping-method.ts:89](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L89) ___ @@ -118,7 +118,7 @@ ___ #### Defined in -[models/shipping-method.ts:73](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L73) +[models/shipping-method.ts:73](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L73) ___ @@ -128,7 +128,7 @@ ___ #### Defined in -[models/shipping-method.ts:77](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L77) +[models/shipping-method.ts:77](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L77) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[models/shipping-method.ts:81](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L81) +[models/shipping-method.ts:81](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L81) ___ @@ -148,7 +148,17 @@ ___ #### Defined in -[models/shipping-method.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L37) +[models/shipping-method.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L37) + +___ + +### subtotal + +• `Optional` **subtotal**: `number` + +#### Defined in + +[models/shipping-method.ts:97](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L97) ___ @@ -158,7 +168,7 @@ ___ #### Defined in -[models/shipping-method.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L69) +[models/shipping-method.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L69) ___ @@ -168,7 +178,7 @@ ___ #### Defined in -[models/shipping-method.ts:65](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L65) +[models/shipping-method.ts:65](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L65) ___ @@ -178,7 +188,27 @@ ___ #### Defined in -[models/shipping-method.ts:86](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L86) +[models/shipping-method.ts:86](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L86) + +___ + +### tax\_total + +• `Optional` **tax\_total**: `number` + +#### Defined in + +[models/shipping-method.ts:99](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L99) + +___ + +### total + +• `Optional` **total**: `number` + +#### Defined in + +[models/shipping-method.ts:98](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L98) ## Methods @@ -192,4 +222,4 @@ ___ #### Defined in -[models/shipping-method.ts:97](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method.ts#L97) +[models/shipping-method.ts:101](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method.ts#L101) diff --git a/docs/content/references/entities/classes/ShippingMethodTaxLine.md b/docs/content/references/entities/classes/ShippingMethodTaxLine.md index 026d7dffc4..91d7fb5d15 100644 --- a/docs/content/references/entities/classes/ShippingMethodTaxLine.md +++ b/docs/content/references/entities/classes/ShippingMethodTaxLine.md @@ -32,7 +32,7 @@ TaxLine.code #### Defined in -[models/tax-line.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L13) +[models/tax-line.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L13) ___ @@ -46,7 +46,7 @@ TaxLine.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -60,7 +60,7 @@ TaxLine.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -74,7 +74,7 @@ TaxLine.metadata #### Defined in -[models/tax-line.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L16) +[models/tax-line.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L16) ___ @@ -88,7 +88,7 @@ TaxLine.name #### Defined in -[models/tax-line.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L10) +[models/tax-line.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L10) ___ @@ -102,7 +102,7 @@ TaxLine.rate #### Defined in -[models/tax-line.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-line.ts#L7) +[models/tax-line.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-line.ts#L7) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[models/shipping-method-tax-line.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method-tax-line.ts#L24) +[models/shipping-method-tax-line.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method-tax-line.ts#L24) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[models/shipping-method-tax-line.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method-tax-line.ts#L20) +[models/shipping-method-tax-line.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method-tax-line.ts#L20) ___ @@ -136,7 +136,7 @@ TaxLine.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -150,4 +150,4 @@ TaxLine.updated\_at #### Defined in -[models/shipping-method-tax-line.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-method-tax-line.ts#L26) +[models/shipping-method-tax-line.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-method-tax-line.ts#L26) diff --git a/docs/content/references/entities/classes/ShippingOption.md b/docs/content/references/entities/classes/ShippingOption.md index 6482ad7a22..1f448f8f3b 100644 --- a/docs/content/references/entities/classes/ShippingOption.md +++ b/docs/content/references/entities/classes/ShippingOption.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/shipping-option.ts:67](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L67) +[models/shipping-option.ts:67](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L67) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/shipping-option.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L61) +[models/shipping-option.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L61) ___ @@ -52,7 +52,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/shipping-option.ts:75](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L75) +[models/shipping-option.ts:75](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L75) ___ @@ -76,7 +76,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -90,7 +90,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/shipping-option.ts:81](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L81) +[models/shipping-option.ts:81](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L81) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/shipping-option.ts:64](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L64) +[models/shipping-option.ts:64](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L64) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/shipping-option.ts:78](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L78) +[models/shipping-option.ts:78](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L78) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/shipping-option.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L31) +[models/shipping-option.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L31) ___ @@ -140,7 +140,7 @@ ___ #### Defined in -[models/shipping-option.ts:58](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L58) +[models/shipping-option.ts:58](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L58) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[models/shipping-option.ts:47](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L47) +[models/shipping-option.ts:47](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L47) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/shipping-option.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L43) +[models/shipping-option.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L43) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/shipping-option.ts:55](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L55) +[models/shipping-option.ts:55](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L55) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/shipping-option.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L51) +[models/shipping-option.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L51) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/shipping-option.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L39) +[models/shipping-option.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L39) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[models/shipping-option.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L35) +[models/shipping-option.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L35) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[models/shipping-option.ts:72](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L72) +[models/shipping-option.ts:72](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L72) ___ @@ -224,7 +224,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -238,4 +238,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/shipping-option.ts:83](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L83) +[models/shipping-option.ts:83](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L83) diff --git a/docs/content/references/entities/classes/ShippingOptionRequirement.md b/docs/content/references/entities/classes/ShippingOptionRequirement.md index ed77d69b28..1bcbd3116e 100644 --- a/docs/content/references/entities/classes/ShippingOptionRequirement.md +++ b/docs/content/references/entities/classes/ShippingOptionRequirement.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/shipping-option-requirement.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L38) +[models/shipping-option-requirement.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L38) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/shipping-option-requirement.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L41) +[models/shipping-option-requirement.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L41) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/shipping-option-requirement.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L24) +[models/shipping-option-requirement.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L24) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/shipping-option-requirement.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L32) +[models/shipping-option-requirement.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L32) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/shipping-option-requirement.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L28) +[models/shipping-option-requirement.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L28) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/shipping-option-requirement.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L35) +[models/shipping-option-requirement.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L35) ## Methods @@ -82,4 +82,4 @@ ___ #### Defined in -[models/shipping-option-requirement.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L43) +[models/shipping-option-requirement.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L43) diff --git a/docs/content/references/entities/classes/ShippingProfile.md b/docs/content/references/entities/classes/ShippingProfile.md index ba954ce701..bf1e488809 100644 --- a/docs/content/references/entities/classes/ShippingProfile.md +++ b/docs/content/references/entities/classes/ShippingProfile.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -60,7 +60,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[models/shipping-profile.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L30) +[models/shipping-profile.ts:30](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L30) ___ @@ -80,7 +80,7 @@ ___ #### Defined in -[models/shipping-profile.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L18) +[models/shipping-profile.ts:18](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L18) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/shipping-profile.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L24) +[models/shipping-profile.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L24) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/shipping-profile.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L27) +[models/shipping-profile.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L27) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/shipping-profile.ts:21](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L21) +[models/shipping-profile.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L21) ___ @@ -124,7 +124,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -138,4 +138,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/shipping-profile.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L32) +[models/shipping-profile.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L32) diff --git a/docs/content/references/entities/classes/ShippingTaxRate.md b/docs/content/references/entities/classes/ShippingTaxRate.md index 31504bcc6e..a7c222abc6 100644 --- a/docs/content/references/entities/classes/ShippingTaxRate.md +++ b/docs/content/references/entities/classes/ShippingTaxRate.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/shipping-tax-rate.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-tax-rate.ts#L31) +[models/shipping-tax-rate.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-tax-rate.ts#L31) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/shipping-tax-rate.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-tax-rate.ts#L37) +[models/shipping-tax-rate.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-tax-rate.ts#L37) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/shipping-tax-rate.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-tax-rate.ts#L20) +[models/shipping-tax-rate.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-tax-rate.ts#L20) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/shipping-tax-rate.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-tax-rate.ts#L24) +[models/shipping-tax-rate.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-tax-rate.ts#L24) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/shipping-tax-rate.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-tax-rate.ts#L17) +[models/shipping-tax-rate.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-tax-rate.ts#L17) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/shipping-tax-rate.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-tax-rate.ts#L28) +[models/shipping-tax-rate.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-tax-rate.ts#L28) ___ @@ -78,4 +78,4 @@ ___ #### Defined in -[models/shipping-tax-rate.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-tax-rate.ts#L34) +[models/shipping-tax-rate.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-tax-rate.ts#L34) diff --git a/docs/content/references/entities/classes/StagedJob.md b/docs/content/references/entities/classes/StagedJob.md index 8c06dca0c1..ef35264d22 100644 --- a/docs/content/references/entities/classes/StagedJob.md +++ b/docs/content/references/entities/classes/StagedJob.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/staged-job.ts:15](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/staged-job.ts#L15) +[models/staged-job.ts:15](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/staged-job.ts#L15) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[models/staged-job.ts:12](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/staged-job.ts#L12) +[models/staged-job.ts:12](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/staged-job.ts#L12) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/staged-job.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/staged-job.ts#L9) +[models/staged-job.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/staged-job.ts#L9) ## Methods @@ -52,4 +52,4 @@ ___ #### Defined in -[models/staged-job.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/staged-job.ts#L17) +[models/staged-job.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/staged-job.ts#L17) diff --git a/docs/content/references/entities/classes/Store.md b/docs/content/references/entities/classes/Store.md index b3c27e2926..85a4e2e033 100644 --- a/docs/content/references/entities/classes/Store.md +++ b/docs/content/references/entities/classes/Store.md @@ -32,7 +32,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/store.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L46) +[models/store.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L46) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/store.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L32) +[models/store.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L32) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/store.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L28) +[models/store.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L28) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[models/store.ts:67](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L67) +[models/store.ts:67](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L67) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[models/store.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L61) +[models/store.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L61) ___ @@ -96,7 +96,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/store.ts:55](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L55) +[models/store.ts:55](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L55) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/store.ts:58](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L58) +[models/store.ts:58](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L58) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/store.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L25) +[models/store.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L25) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/store.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L52) +[models/store.ts:52](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L52) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/store.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L49) +[models/store.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L49) ___ @@ -160,7 +160,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -174,4 +174,4 @@ BaseEntity.updated\_at #### Defined in -[models/store.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/store.ts#L69) +[models/store.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/store.ts#L69) diff --git a/docs/content/references/entities/classes/Swap.md b/docs/content/references/entities/classes/Swap.md index fd5c90690f..46e556c664 100644 --- a/docs/content/references/entities/classes/Swap.md +++ b/docs/content/references/entities/classes/Swap.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/swap.ts:62](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L62) +[models/swap.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L62) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[models/swap.ts:107](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L107) +[models/swap.ts:107](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L107) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[models/swap.ts:101](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L101) +[models/swap.ts:101](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L101) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[models/swap.ts:95](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L95) +[models/swap.ts:95](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L95) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[models/swap.ts:91](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L91) +[models/swap.ts:91](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L91) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[models/swap.ts:98](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L98) +[models/swap.ts:98](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L98) ___ @@ -92,7 +92,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -106,7 +106,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/swap.ts:76](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L76) +[models/swap.ts:76](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L76) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/swap.ts:48](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L48) +[models/swap.ts:48](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L48) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/swap.ts:70](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L70) +[models/swap.ts:70](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L70) ___ @@ -150,7 +150,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -160,7 +160,7 @@ ___ #### Defined in -[models/swap.ts:110](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L110) +[models/swap.ts:110](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L110) ___ @@ -170,7 +170,7 @@ ___ #### Defined in -[models/swap.ts:113](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L113) +[models/swap.ts:113](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L113) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[models/swap.ts:104](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L104) +[models/swap.ts:104](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L104) ___ @@ -190,7 +190,7 @@ ___ #### Defined in -[models/swap.ts:59](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L59) +[models/swap.ts:59](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L59) ___ @@ -200,7 +200,7 @@ ___ #### Defined in -[models/swap.ts:55](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L55) +[models/swap.ts:55](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L55) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[models/swap.ts:73](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L73) +[models/swap.ts:73](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L73) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[models/swap.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L51) +[models/swap.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L51) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[models/swap.ts:65](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L65) +[models/swap.ts:65](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L65) ___ @@ -240,7 +240,7 @@ ___ #### Defined in -[models/swap.ts:83](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L83) +[models/swap.ts:83](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L83) ___ @@ -250,7 +250,7 @@ ___ #### Defined in -[models/swap.ts:79](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L79) +[models/swap.ts:79](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L79) ___ @@ -260,7 +260,7 @@ ___ #### Defined in -[models/swap.ts:88](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L88) +[models/swap.ts:88](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L88) ___ @@ -274,7 +274,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -288,4 +288,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/swap.ts:115](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L115) +[models/swap.ts:115](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L115) diff --git a/docs/content/references/entities/classes/TaxProvider.md b/docs/content/references/entities/classes/TaxProvider.md index 129560bb05..5df97e1ed3 100644 --- a/docs/content/references/entities/classes/TaxProvider.md +++ b/docs/content/references/entities/classes/TaxProvider.md @@ -18,7 +18,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/tax-provider.ts:6](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-provider.ts#L6) +[models/tax-provider.ts:6](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-provider.ts#L6) ___ @@ -28,4 +28,4 @@ ___ #### Defined in -[models/tax-provider.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-provider.ts#L9) +[models/tax-provider.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-provider.ts#L9) diff --git a/docs/content/references/entities/classes/TaxRate.md b/docs/content/references/entities/classes/TaxRate.md index 55b94f511d..093cf7a8d3 100644 --- a/docs/content/references/entities/classes/TaxRate.md +++ b/docs/content/references/entities/classes/TaxRate.md @@ -28,7 +28,7 @@ BaseEntity.constructor #### Defined in -[models/tax-rate.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L25) +[models/tax-rate.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L25) ___ @@ -42,7 +42,7 @@ BaseEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -56,7 +56,7 @@ BaseEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/tax-rate.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L38) +[models/tax-rate.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L38) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/tax-rate.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L28) +[models/tax-rate.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L28) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[models/tax-rate.ts:83](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L83) +[models/tax-rate.ts:83](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L83) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[models/tax-rate.ts:84](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L84) +[models/tax-rate.ts:84](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L84) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[models/tax-rate.ts:66](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L66) +[models/tax-rate.ts:66](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L66) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[models/tax-rate.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L52) +[models/tax-rate.ts:52](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L52) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[models/tax-rate.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L22) +[models/tax-rate.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L22) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[models/tax-rate.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L35) +[models/tax-rate.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L35) ___ @@ -146,7 +146,7 @@ ___ #### Defined in -[models/tax-rate.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L31) +[models/tax-rate.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L31) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[models/tax-rate.ts:85](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L85) +[models/tax-rate.ts:85](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L85) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[models/tax-rate.ts:80](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L80) +[models/tax-rate.ts:80](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L80) ___ @@ -180,7 +180,7 @@ BaseEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -194,4 +194,4 @@ BaseEntity.updated\_at #### Defined in -[models/tax-rate.ts:87](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tax-rate.ts#L87) +[models/tax-rate.ts:87](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tax-rate.ts#L87) diff --git a/docs/content/references/entities/classes/TrackingLink.md b/docs/content/references/entities/classes/TrackingLink.md index 00723c00fc..c6e4d0c912 100644 --- a/docs/content/references/entities/classes/TrackingLink.md +++ b/docs/content/references/entities/classes/TrackingLink.md @@ -32,7 +32,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -46,7 +46,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[models/tracking-link.ts:21](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tracking-link.ts#L21) +[models/tracking-link.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tracking-link.ts#L21) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/tracking-link.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tracking-link.ts#L17) +[models/tracking-link.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tracking-link.ts#L17) ___ @@ -80,7 +80,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[models/tracking-link.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tracking-link.ts#L24) +[models/tracking-link.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tracking-link.ts#L24) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/tracking-link.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tracking-link.ts#L27) +[models/tracking-link.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tracking-link.ts#L27) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/tracking-link.ts:14](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tracking-link.ts#L14) +[models/tracking-link.ts:14](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tracking-link.ts#L14) ___ @@ -124,7 +124,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[models/tracking-link.ts:11](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tracking-link.ts#L11) +[models/tracking-link.ts:11](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tracking-link.ts#L11) ## Methods @@ -148,4 +148,4 @@ ___ #### Defined in -[models/tracking-link.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/tracking-link.ts#L29) +[models/tracking-link.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/tracking-link.ts#L29) diff --git a/docs/content/references/entities/classes/User.md b/docs/content/references/entities/classes/User.md index 5d46545f08..9ec4c0e4b2 100644 --- a/docs/content/references/entities/classes/User.md +++ b/docs/content/references/entities/classes/User.md @@ -28,7 +28,7 @@ SoftDeletableEntity.constructor #### Defined in -[models/user.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L37) +[models/user.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L37) ___ @@ -42,7 +42,7 @@ SoftDeletableEntity.created\_at #### Defined in -[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L16) +[interfaces/models/base-entity.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L16) ___ @@ -56,7 +56,7 @@ SoftDeletableEntity.deleted\_at #### Defined in -[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) +[interfaces/models/soft-deletable-entity.ts:7](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/soft-deletable-entity.ts#L7) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[models/user.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L25) +[models/user.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L25) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[models/user.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L28) +[models/user.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L28) ___ @@ -90,7 +90,7 @@ SoftDeletableEntity.id #### Defined in -[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L13) +[interfaces/models/base-entity.ts:13](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L13) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[models/user.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L31) +[models/user.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L31) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[models/user.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L40) +[models/user.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L40) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[models/user.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L34) +[models/user.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L34) ___ @@ -130,7 +130,7 @@ ___ #### Defined in -[models/user.ts:21](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L21) +[models/user.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L21) ___ @@ -144,7 +144,7 @@ SoftDeletableEntity.updated\_at #### Defined in -[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/interfaces/models/base-entity.ts#L19) +[interfaces/models/base-entity.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/interfaces/models/base-entity.ts#L19) ## Methods @@ -158,4 +158,4 @@ SoftDeletableEntity.updated\_at #### Defined in -[models/user.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L42) +[models/user.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L42) diff --git a/docs/content/references/entities/enums/AllocationType.md b/docs/content/references/entities/enums/AllocationType.md index 410b56d7f1..7f2b44757b 100644 --- a/docs/content/references/entities/enums/AllocationType.md +++ b/docs/content/references/entities/enums/AllocationType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-rule.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L16) +[models/discount-rule.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L16) ___ @@ -22,4 +22,4 @@ ___ #### Defined in -[models/discount-rule.ts:15](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L15) +[models/discount-rule.ts:15](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L15) diff --git a/docs/content/references/entities/enums/CartType.md b/docs/content/references/entities/enums/CartType.md index 2db3217674..07ee751b6f 100644 --- a/docs/content/references/entities/enums/CartType.md +++ b/docs/content/references/entities/enums/CartType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/cart.ts:208](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L208) +[models/cart.ts:208](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L208) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/cart.ts:204](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L204) +[models/cart.ts:204](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L204) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/cart.ts:206](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L206) +[models/cart.ts:206](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L206) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/cart.ts:207](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L207) +[models/cart.ts:207](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L207) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[models/cart.ts:205](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/cart.ts#L205) +[models/cart.ts:205](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/cart.ts#L205) diff --git a/docs/content/references/entities/enums/ClaimFulfillmentStatus.md b/docs/content/references/entities/enums/ClaimFulfillmentStatus.md index 3c4d2afbfd..085aec1ece 100644 --- a/docs/content/references/entities/enums/ClaimFulfillmentStatus.md +++ b/docs/content/references/entities/enums/ClaimFulfillmentStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/claim-order.ts:45](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L45) +[models/claim-order.ts:45](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L45) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/claim-order.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L40) +[models/claim-order.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L40) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/claim-order.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L38) +[models/claim-order.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L38) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/claim-order.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L39) +[models/claim-order.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L39) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/claim-order.ts:43](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L43) +[models/claim-order.ts:43](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L43) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/claim-order.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L41) +[models/claim-order.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L41) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[models/claim-order.ts:46](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L46) +[models/claim-order.ts:46](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L46) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[models/claim-order.ts:44](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L44) +[models/claim-order.ts:44](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L44) ___ @@ -92,4 +92,4 @@ ___ #### Defined in -[models/claim-order.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L42) +[models/claim-order.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L42) diff --git a/docs/content/references/entities/enums/ClaimPaymentStatus.md b/docs/content/references/entities/enums/ClaimPaymentStatus.md index c197724d4f..2fe4144401 100644 --- a/docs/content/references/entities/enums/ClaimPaymentStatus.md +++ b/docs/content/references/entities/enums/ClaimPaymentStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/claim-order.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L32) +[models/claim-order.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L32) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/claim-order.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L33) +[models/claim-order.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L33) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[models/claim-order.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L34) +[models/claim-order.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L34) diff --git a/docs/content/references/entities/enums/ClaimReason.md b/docs/content/references/entities/enums/ClaimReason.md index 25af6fad3b..7afb86124d 100644 --- a/docs/content/references/entities/enums/ClaimReason.md +++ b/docs/content/references/entities/enums/ClaimReason.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/claim-item.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L23) +[models/claim-item.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L23) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/claim-item.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L26) +[models/claim-item.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L26) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/claim-item.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L25) +[models/claim-item.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L25) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[models/claim-item.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-item.ts#L24) +[models/claim-item.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-item.ts#L24) diff --git a/docs/content/references/entities/enums/ClaimType.md b/docs/content/references/entities/enums/ClaimType.md index f58205e8c3..84037ecae4 100644 --- a/docs/content/references/entities/enums/ClaimType.md +++ b/docs/content/references/entities/enums/ClaimType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/claim-order.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L27) +[models/claim-order.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L27) ___ @@ -22,4 +22,4 @@ ___ #### Defined in -[models/claim-order.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/claim-order.ts#L28) +[models/claim-order.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/claim-order.ts#L28) diff --git a/docs/content/references/entities/enums/DiscountConditionOperator.md b/docs/content/references/entities/enums/DiscountConditionOperator.md index 719c345ab6..50f40698b2 100644 --- a/docs/content/references/entities/enums/DiscountConditionOperator.md +++ b/docs/content/references/entities/enums/DiscountConditionOperator.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-condition.ts:32](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L32) +[models/discount-condition.ts:32](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L32) ___ @@ -22,4 +22,4 @@ ___ #### Defined in -[models/discount-condition.ts:33](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L33) +[models/discount-condition.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L33) diff --git a/docs/content/references/entities/enums/DiscountConditionType.md b/docs/content/references/entities/enums/DiscountConditionType.md index e5cdf886b3..248973fa53 100644 --- a/docs/content/references/entities/enums/DiscountConditionType.md +++ b/docs/content/references/entities/enums/DiscountConditionType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-condition.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L28) +[models/discount-condition.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L28) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/discount-condition.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L24) +[models/discount-condition.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L24) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/discount-condition.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L26) +[models/discount-condition.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L26) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/discount-condition.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L27) +[models/discount-condition.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L27) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[models/discount-condition.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-condition.ts#L25) +[models/discount-condition.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-condition.ts#L25) diff --git a/docs/content/references/entities/enums/DiscountRuleType.md b/docs/content/references/entities/enums/DiscountRuleType.md index 3401a0eef7..d7733c0872 100644 --- a/docs/content/references/entities/enums/DiscountRuleType.md +++ b/docs/content/references/entities/enums/DiscountRuleType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/discount-rule.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L9) +[models/discount-rule.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L9) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/discount-rule.ts:11](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L11) +[models/discount-rule.ts:11](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L11) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[models/discount-rule.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/discount-rule.ts#L10) +[models/discount-rule.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/discount-rule.ts#L10) diff --git a/docs/content/references/entities/enums/DraftOrderStatus.md b/docs/content/references/entities/enums/DraftOrderStatus.md index a12ab36568..9798a8725a 100644 --- a/docs/content/references/entities/enums/DraftOrderStatus.md +++ b/docs/content/references/entities/enums/DraftOrderStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/draft-order.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L24) +[models/draft-order.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L24) ___ @@ -22,4 +22,4 @@ ___ #### Defined in -[models/draft-order.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/draft-order.ts#L23) +[models/draft-order.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/draft-order.ts#L23) diff --git a/docs/content/references/entities/enums/FulfillmentStatus.md b/docs/content/references/entities/enums/FulfillmentStatus.md index 1045dc5862..9e64856b26 100644 --- a/docs/content/references/entities/enums/FulfillmentStatus.md +++ b/docs/content/references/entities/enums/FulfillmentStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/order.ts:64](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L64) +[models/order.ts:64](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L64) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/order.ts:59](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L59) +[models/order.ts:59](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L59) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/order.ts:57](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L57) +[models/order.ts:57](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L57) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/order.ts:58](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L58) +[models/order.ts:58](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L58) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/order.ts:62](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L62) +[models/order.ts:62](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L62) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/order.ts:60](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L60) +[models/order.ts:60](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L60) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[models/order.ts:65](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L65) +[models/order.ts:65](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L65) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[models/order.ts:63](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L63) +[models/order.ts:63](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L63) ___ @@ -92,4 +92,4 @@ ___ #### Defined in -[models/order.ts:61](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L61) +[models/order.ts:61](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L61) diff --git a/docs/content/references/entities/enums/OrderEditItemChangeType.md b/docs/content/references/entities/enums/OrderEditItemChangeType.md index 46fdb93adb..f1f6d7363c 100644 --- a/docs/content/references/entities/enums/OrderEditItemChangeType.md +++ b/docs/content/references/entities/enums/OrderEditItemChangeType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/order-item-change.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L19) +[models/order-item-change.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L19) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/order-item-change.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L20) +[models/order-item-change.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L20) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[models/order-item-change.ts:21](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order-item-change.ts#L21) +[models/order-item-change.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-item-change.ts#L21) diff --git a/docs/content/references/entities/enums/OrderEditStatus.md b/docs/content/references/entities/enums/OrderEditStatus.md new file mode 100644 index 0000000000..17ba1a8475 --- /dev/null +++ b/docs/content/references/entities/enums/OrderEditStatus.md @@ -0,0 +1,55 @@ +--- +displayed_sidebar: entitiesSidebar +--- + +# Enumeration: OrderEditStatus + +## Enumeration Members + +### CANCELED + +• **CANCELED** = ``"canceled"`` + +#### Defined in + +[models/order-edit.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L25) + +___ + +### CONFIRMED + +• **CONFIRMED** = ``"confirmed"`` + +#### Defined in + +[models/order-edit.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L21) + +___ + +### CREATED + +• **CREATED** = ``"created"`` + +#### Defined in + +[models/order-edit.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L24) + +___ + +### DECLINED + +• **DECLINED** = ``"declined"`` + +#### Defined in + +[models/order-edit.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L22) + +___ + +### REQUESTED + +• **REQUESTED** = ``"requested"`` + +#### Defined in + +[models/order-edit.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order-edit.ts#L23) diff --git a/docs/content/references/entities/enums/OrderStatus.md b/docs/content/references/entities/enums/OrderStatus.md index 2c387527d2..3d2d5f8c7d 100644 --- a/docs/content/references/entities/enums/OrderStatus.md +++ b/docs/content/references/entities/enums/OrderStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/order.ts:51](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L51) +[models/order.ts:51](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L51) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/order.ts:52](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L52) +[models/order.ts:52](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L52) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/order.ts:50](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L50) +[models/order.ts:50](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L50) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/order.ts:49](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L49) +[models/order.ts:49](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L49) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[models/order.ts:53](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L53) +[models/order.ts:53](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L53) diff --git a/docs/content/references/entities/enums/PaymentCollectionStatus.md b/docs/content/references/entities/enums/PaymentCollectionStatus.md new file mode 100644 index 0000000000..854a847897 --- /dev/null +++ b/docs/content/references/entities/enums/PaymentCollectionStatus.md @@ -0,0 +1,105 @@ +--- +displayed_sidebar: entitiesSidebar +--- + +# Enumeration: PaymentCollectionStatus + +## Enumeration Members + +### AUTHORIZED + +• **AUTHORIZED** = ``"authorized"`` + +#### Defined in + +[models/payment-collection.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L22) + +___ + +### AWAITING + +• **AWAITING** = ``"awaiting"`` + +#### Defined in + +[models/payment-collection.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L21) + +___ + +### CANCELED + +• **CANCELED** = ``"canceled"`` + +#### Defined in + +[models/payment-collection.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L28) + +___ + +### CAPTURED + +• **CAPTURED** = ``"captured"`` + +#### Defined in + +[models/payment-collection.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L24) + +___ + +### NOT\_PAID + +• **NOT\_PAID** = ``"not_paid"`` + +#### Defined in + +[models/payment-collection.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L20) + +___ + +### PARTIALLY\_AUTHORIZED + +• **PARTIALLY\_AUTHORIZED** = ``"partially_authorized"`` + +#### Defined in + +[models/payment-collection.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L23) + +___ + +### PARTIALLY\_CAPTURED + +• **PARTIALLY\_CAPTURED** = ``"partially_captured"`` + +#### Defined in + +[models/payment-collection.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L25) + +___ + +### PARTIALLY\_REFUNDED + +• **PARTIALLY\_REFUNDED** = ``"partially_refunded"`` + +#### Defined in + +[models/payment-collection.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L27) + +___ + +### REFUNDED + +• **REFUNDED** = ``"refunded"`` + +#### Defined in + +[models/payment-collection.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L26) + +___ + +### REQUIRES\_ACTION + +• **REQUIRES\_ACTION** = ``"requires_action"`` + +#### Defined in + +[models/payment-collection.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L29) diff --git a/docs/content/references/entities/enums/PaymentCollectionType.md b/docs/content/references/entities/enums/PaymentCollectionType.md new file mode 100644 index 0000000000..dc2000f235 --- /dev/null +++ b/docs/content/references/entities/enums/PaymentCollectionType.md @@ -0,0 +1,15 @@ +--- +displayed_sidebar: entitiesSidebar +--- + +# Enumeration: PaymentCollectionType + +## Enumeration Members + +### ORDER\_EDIT + +• **ORDER\_EDIT** = ``"order_edit"`` + +#### Defined in + +[models/payment-collection.ts:33](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L33) diff --git a/docs/content/references/entities/enums/PaymentSessionStatus.md b/docs/content/references/entities/enums/PaymentSessionStatus.md index 249240e2e8..9d509fcca3 100644 --- a/docs/content/references/entities/enums/PaymentSessionStatus.md +++ b/docs/content/references/entities/enums/PaymentSessionStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/payment-session.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L17) +[models/payment-session.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L19) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/payment-session.ts:21](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L21) +[models/payment-session.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L23) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/payment-session.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L20) +[models/payment-session.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L22) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/payment-session.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L18) +[models/payment-session.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L20) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[models/payment-session.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/payment-session.ts#L19) +[models/payment-session.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-session.ts#L21) diff --git a/docs/content/references/entities/enums/PaymentStatus.md b/docs/content/references/entities/enums/PaymentStatus.md index 18fa5f93ca..adfbcf9b12 100644 --- a/docs/content/references/entities/enums/PaymentStatus.md +++ b/docs/content/references/entities/enums/PaymentStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/order.ts:70](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L70) +[models/order.ts:70](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L70) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/order.ts:74](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L74) +[models/order.ts:74](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L74) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/order.ts:71](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L71) +[models/order.ts:71](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L71) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/order.ts:69](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L69) +[models/order.ts:69](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L69) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/order.ts:72](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L72) +[models/order.ts:72](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L72) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/order.ts:73](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L73) +[models/order.ts:73](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L73) ___ @@ -72,4 +72,4 @@ ___ #### Defined in -[models/order.ts:75](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/order.ts#L75) +[models/order.ts:75](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/order.ts#L75) diff --git a/docs/content/references/entities/enums/ProductStatus.md b/docs/content/references/entities/enums/ProductStatus.md index 5266caaa5f..cf16845106 100644 --- a/docs/content/references/entities/enums/ProductStatus.md +++ b/docs/content/references/entities/enums/ProductStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/product.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L28) +[models/product.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L28) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/product.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L29) +[models/product.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L29) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/product.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L30) +[models/product.ts:30](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L30) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[models/product.ts:31](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/product.ts#L31) +[models/product.ts:31](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/product.ts#L31) diff --git a/docs/content/references/entities/enums/RefundReason.md b/docs/content/references/entities/enums/RefundReason.md index 525212dc1c..fe4ea4f901 100644 --- a/docs/content/references/entities/enums/RefundReason.md +++ b/docs/content/references/entities/enums/RefundReason.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/refund.ts:19](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L19) +[models/refund.ts:19](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L19) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/refund.ts:16](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L16) +[models/refund.ts:16](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L16) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/refund.ts:20](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L20) +[models/refund.ts:20](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L20) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/refund.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L17) +[models/refund.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L17) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[models/refund.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/refund.ts#L18) +[models/refund.ts:18](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/refund.ts#L18) diff --git a/docs/content/references/entities/enums/RequirementType.md b/docs/content/references/entities/enums/RequirementType.md index c5d4863af4..3d06efa816 100644 --- a/docs/content/references/entities/enums/RequirementType.md +++ b/docs/content/references/entities/enums/RequirementType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/shipping-option-requirement.ts:18](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L18) +[models/shipping-option-requirement.ts:18](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L18) ___ @@ -22,4 +22,4 @@ ___ #### Defined in -[models/shipping-option-requirement.ts:17](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option-requirement.ts#L17) +[models/shipping-option-requirement.ts:17](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option-requirement.ts#L17) diff --git a/docs/content/references/entities/enums/ReturnStatus.md b/docs/content/references/entities/enums/ReturnStatus.md index ee765b5f75..004c926072 100644 --- a/docs/content/references/entities/enums/ReturnStatus.md +++ b/docs/content/references/entities/enums/ReturnStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/return.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L25) +[models/return.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L25) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/return.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L23) +[models/return.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L23) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/return.ts:22](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L22) +[models/return.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L22) ___ @@ -42,4 +42,4 @@ ___ #### Defined in -[models/return.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/return.ts#L24) +[models/return.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/return.ts#L24) diff --git a/docs/content/references/entities/enums/ShippingOptionPriceType.md b/docs/content/references/entities/enums/ShippingOptionPriceType.md index 2b2268c4c9..adf49617e0 100644 --- a/docs/content/references/entities/enums/ShippingOptionPriceType.md +++ b/docs/content/references/entities/enums/ShippingOptionPriceType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/shipping-option.ts:24](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L24) +[models/shipping-option.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L24) ___ @@ -22,4 +22,4 @@ ___ #### Defined in -[models/shipping-option.ts:23](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-option.ts#L23) +[models/shipping-option.ts:23](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-option.ts#L23) diff --git a/docs/content/references/entities/enums/ShippingProfileType.md b/docs/content/references/entities/enums/ShippingProfileType.md index a595a0f24f..ce22575acb 100644 --- a/docs/content/references/entities/enums/ShippingProfileType.md +++ b/docs/content/references/entities/enums/ShippingProfileType.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/shipping-profile.ts:12](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L12) +[models/shipping-profile.ts:12](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L12) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/shipping-profile.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L10) +[models/shipping-profile.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L10) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[models/shipping-profile.ts:11](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/shipping-profile.ts#L11) +[models/shipping-profile.ts:11](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/shipping-profile.ts#L11) diff --git a/docs/content/references/entities/enums/SwapFulfillmentStatus.md b/docs/content/references/entities/enums/SwapFulfillmentStatus.md index 4938b311ff..49cc57f264 100644 --- a/docs/content/references/entities/enums/SwapFulfillmentStatus.md +++ b/docs/content/references/entities/enums/SwapFulfillmentStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/swap.ts:29](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L29) +[models/swap.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L29) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/swap.ts:26](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L26) +[models/swap.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L26) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/swap.ts:25](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L25) +[models/swap.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L25) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/swap.ts:28](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L28) +[models/swap.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L28) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/swap.ts:30](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L30) +[models/swap.ts:30](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L30) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[models/swap.ts:27](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L27) +[models/swap.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L27) diff --git a/docs/content/references/entities/enums/SwapPaymentStatus.md b/docs/content/references/entities/enums/SwapPaymentStatus.md index 1952202178..986d3c4abe 100644 --- a/docs/content/references/entities/enums/SwapPaymentStatus.md +++ b/docs/content/references/entities/enums/SwapPaymentStatus.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/swap.ts:35](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L35) +[models/swap.ts:35](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L35) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/swap.ts:38](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L38) +[models/swap.ts:38](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L38) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[models/swap.ts:36](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L36) +[models/swap.ts:36](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L36) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[models/swap.ts:37](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L37) +[models/swap.ts:37](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L37) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[models/swap.ts:39](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L39) +[models/swap.ts:39](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L39) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[models/swap.ts:34](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L34) +[models/swap.ts:34](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L34) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[models/swap.ts:40](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L40) +[models/swap.ts:40](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L40) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[models/swap.ts:41](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L41) +[models/swap.ts:41](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L41) ___ @@ -92,4 +92,4 @@ ___ #### Defined in -[models/swap.ts:42](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/swap.ts#L42) +[models/swap.ts:42](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/swap.ts#L42) diff --git a/docs/content/references/entities/enums/UserRoles.md b/docs/content/references/entities/enums/UserRoles.md index 3ea3bb2aab..0495ab76d1 100644 --- a/docs/content/references/entities/enums/UserRoles.md +++ b/docs/content/references/entities/enums/UserRoles.md @@ -12,7 +12,7 @@ displayed_sidebar: entitiesSidebar #### Defined in -[models/user.ts:8](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L8) +[models/user.ts:8](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L8) ___ @@ -22,7 +22,7 @@ ___ #### Defined in -[models/user.ts:10](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L10) +[models/user.ts:10](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L10) ___ @@ -32,4 +32,4 @@ ___ #### Defined in -[models/user.ts:9](https://github.com/medusajs/medusa/blob/6225aa57b/packages/medusa/src/models/user.ts#L9) +[models/user.ts:9](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/user.ts#L9) diff --git a/docs/content/references/entities/index.md b/docs/content/references/entities/index.md index 91a44b3d5f..d672cb187b 100644 --- a/docs/content/references/entities/index.md +++ b/docs/content/references/entities/index.md @@ -18,7 +18,10 @@ displayed_sidebar: entitiesSidebar - [DraftOrderStatus](enums/DraftOrderStatus.md) - [FulfillmentStatus](enums/FulfillmentStatus.md) - [OrderEditItemChangeType](enums/OrderEditItemChangeType.md) +- [OrderEditStatus](enums/OrderEditStatus.md) - [OrderStatus](enums/OrderStatus.md) +- [PaymentCollectionStatus](enums/PaymentCollectionStatus.md) +- [PaymentCollectionType](enums/PaymentCollectionType.md) - [PaymentSessionStatus](enums/PaymentSessionStatus.md) - [PaymentStatus](enums/PaymentStatus.md) - [ProductStatus](enums/ProductStatus.md) @@ -73,6 +76,7 @@ displayed_sidebar: entitiesSidebar - [OrderEdit](classes/OrderEdit.md) - [OrderItemChange](classes/OrderItemChange.md) - [Payment](classes/Payment.md) +- [PaymentCollection](classes/PaymentCollection.md) - [PaymentProvider](classes/PaymentProvider.md) - [PaymentSession](classes/PaymentSession.md) - [PriceList](classes/PriceList.md)