@floxiz/medusa-plugin-meilisearch 0.1.20 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,9 +18,9 @@ export declare const StoreProductsSchema: z.ZodObject<{
18
18
  semanticSearch?: boolean | undefined;
19
19
  semanticRatio?: number | undefined;
20
20
  query?: string | undefined;
21
- currency_code?: string | undefined;
22
21
  fields?: string | undefined;
23
22
  region_id?: string | undefined;
23
+ currency_code?: string | undefined;
24
24
  }, {
25
25
  language?: string | undefined;
26
26
  offset?: number | undefined;
@@ -28,9 +28,9 @@ export declare const StoreProductsSchema: z.ZodObject<{
28
28
  semanticSearch?: boolean | undefined;
29
29
  semanticRatio?: number | undefined;
30
30
  query?: string | undefined;
31
- currency_code?: string | undefined;
32
31
  fields?: string | undefined;
33
32
  region_id?: string | undefined;
33
+ currency_code?: string | undefined;
34
34
  }>;
35
35
  export type StoreProductsParams = z.infer<typeof StoreProductsSchema>;
36
36
  export interface ProductsResponse {
@@ -1,4 +1,3 @@
1
- export { syncProductsWorkflow } from './workflows/sync-products';
2
1
  export * from './modules/meilisearch/services';
3
2
  export * from './modules/meilisearch/types';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAChE,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA;AAC9C,cAAc,6BAA6B,CAAA"}
@@ -14,9 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.syncProductsWorkflow = void 0;
18
- var sync_products_1 = require("./workflows/sync-products");
19
- Object.defineProperty(exports, "syncProductsWorkflow", { enumerable: true, get: function () { return sync_products_1.syncProductsWorkflow; } });
20
17
  __exportStar(require("./modules/meilisearch/services"), exports);
21
18
  __exportStar(require("./modules/meilisearch/types"), exports);
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQSwyREFBZ0U7QUFBdkQscUhBQUEsb0JBQW9CLE9BQUE7QUFDN0IsaUVBQThDO0FBQzlDLDhEQUEyQyJ9
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGlFQUE4QztBQUM5Qyw4REFBMkMifQ==
@@ -0,0 +1,2 @@
1
+ export { syncProductsWorkflow } from './sync-products';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/workflows/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAA"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.syncProductsWorkflow = void 0;
4
+ var sync_products_1 = require("./sync-products");
5
+ Object.defineProperty(exports, "syncProductsWorkflow", { enumerable: true, get: function () { return sync_products_1.syncProductsWorkflow; } });
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvd29ya2Zsb3dzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLGlEQUFzRDtBQUE3QyxxSEFBQSxvQkFBb0IsT0FBQSJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floxiz/medusa-plugin-meilisearch",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "description": "Meilisearch plugin for Medusa 2",
5
5
  "author": "Rok Mohar",
6
6
  "license": "MIT",