New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@medusajs/types

Package Overview
Dependencies
Maintainers
2
Versions
3146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/types - npm Package Compare versions

Comparing version 1.11.0-snapshot-20230830161107 to 1.11.0-snapshot-20230830170444

1

dist/pricing/common/index.d.ts
export * from "./currency";
export * from "./money-amount";

@@ -18,3 +18,2 @@ "use strict";

__exportStar(require("./currency"), exports);
__exportStar(require("./money-amount"), exports);
//# sourceMappingURL=index.js.map

12

dist/pricing/service.d.ts
import { FindConfig } from "../common";
import { ModuleJoinerConfig } from "../modules-sdk";
import { JoinerServiceConfig } from "../joiner";
import { Context } from "../shared-context";
import { CreateCurrencyDTO, CreateMoneyAmountDTO, CurrencyDTO, FilterableCurrencyProps, FilterableMoneyAmountProps, MoneyAmountDTO, UpdateCurrencyDTO, UpdateMoneyAmountDTO } from "./common";
import { CreateCurrencyDTO, CurrencyDTO, FilterableCurrencyProps, UpdateCurrencyDTO } from "./common";
export interface IPricingModuleService {
__joinerConfig(): ModuleJoinerConfig;
retrieve(code: string, config?: FindConfig<MoneyAmountDTO>, sharedContext?: Context): Promise<MoneyAmountDTO>;
list(filters?: FilterableMoneyAmountProps, config?: FindConfig<MoneyAmountDTO>, sharedContext?: Context): Promise<MoneyAmountDTO[]>;
listAndCount(filters?: FilterableMoneyAmountProps, config?: FindConfig<MoneyAmountDTO>, sharedContext?: Context): Promise<[MoneyAmountDTO[], number]>;
create(data: CreateMoneyAmountDTO[], sharedContext?: Context): Promise<MoneyAmountDTO[]>;
update(data: UpdateMoneyAmountDTO[], sharedContext?: Context): Promise<MoneyAmountDTO[]>;
delete(ids: string[], sharedContext?: Context): Promise<void>;
__joinerConfig(): JoinerServiceConfig;
retrieveCurrency(code: string, config?: FindConfig<CurrencyDTO>, sharedContext?: Context): Promise<CurrencyDTO>;

@@ -14,0 +8,0 @@ listCurrencies(filters?: FilterableCurrencyProps, config?: FindConfig<CurrencyDTO>, sharedContext?: Context): Promise<CurrencyDTO[]>;

{
"name": "@medusajs/types",
"version": "1.11.0-snapshot-20230830161107",
"version": "1.11.0-snapshot-20230830170444",
"description": "Medusa Types definition",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc