feat(types,js-sdk,medusa,fulfillment): Types and SDK methods related to Stock Locations (#7625)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { generateEntityId } from "@medusajs/utils"
|
||||
import { Searchable, generateEntityId } from "@medusajs/utils"
|
||||
import {
|
||||
BeforeCreate,
|
||||
Entity,
|
||||
@@ -9,6 +9,7 @@ import {
|
||||
|
||||
@Entity()
|
||||
export default class FulfillmentProvider {
|
||||
@Searchable()
|
||||
@PrimaryKey({ columnType: "text" })
|
||||
id: string
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@ import {
|
||||
createPsqlIndexStatementHelper,
|
||||
DALUtils,
|
||||
generateEntityId,
|
||||
Searchable,
|
||||
ShippingOptionPriceType,
|
||||
} from "@medusajs/utils"
|
||||
|
||||
@@ -68,6 +69,7 @@ export default class ShippingOption {
|
||||
@PrimaryKey({ columnType: "text" })
|
||||
id: string
|
||||
|
||||
@Searchable()
|
||||
@Property({ columnType: "text" })
|
||||
name: string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user