@medusajs/types 1.12.0-snapshot-20240523143641 → 1.12.0-snapshot-20240523153451
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/http/promotion/common.d.ts +12 -0
- package/dist/http/promotion/common.d.ts.map +1 -0
- package/dist/http/promotion/common.js +3 -0
- package/dist/http/promotion/common.js.map +1 -0
- package/dist/http/promotion/index.d.ts +1 -0
- package/dist/http/promotion/index.d.ts.map +1 -1
- package/dist/http/promotion/index.js +1 -0
- package/dist/http/promotion/index.js.map +1 -1
- package/dist/http/promotion/store.d.ts +4 -0
- package/dist/http/promotion/store.d.ts.map +1 -0
- package/dist/http/promotion/store.js +3 -0
- package/dist/http/promotion/store.js.map +1 -0
- package/package.json +1 -1
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ApplicationMethodTypeValues } from "../../promotion";
|
2
|
+
export interface BasePromotion {
|
3
|
+
id: string;
|
4
|
+
code?: string;
|
5
|
+
is_automatic?: boolean;
|
6
|
+
application_method?: {
|
7
|
+
type?: ApplicationMethodTypeValues;
|
8
|
+
value?: number;
|
9
|
+
currency_code?: string;
|
10
|
+
};
|
11
|
+
}
|
12
|
+
//# sourceMappingURL=common.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/http/promotion/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAA;AAE7D,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,kBAAkB,CAAC,EAAE;QACnB,IAAI,CAAC,EAAE,2BAA2B,CAAA;QAClC,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,aAAa,CAAC,EAAE,MAAM,CAAA;KACvB,CAAA;CACF"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../src/http/promotion/common.ts"],"names":[],"mappings":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/promotion/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/http/promotion/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA"}
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
17
|
__exportStar(require("./admin"), exports);
|
18
|
+
__exportStar(require("./store"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/promotion/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/http/promotion/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAuB;AACvB,0CAAuB"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../src/http/promotion/store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAExC,MAAM,WAAW,cAAe,SAAQ,aAAa;CAAG"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"store.js","sourceRoot":"","sources":["../../../src/http/promotion/store.ts"],"names":[],"mappings":""}
|