@barumetric/contracts 1.3.23 → 1.3.25
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.
- package/dist/events/balance/index.d.ts +1 -1
- package/dist/events/balance/index.js +1 -1
- package/dist/events/images/index.d.ts +1 -1
- package/dist/events/images/index.js +1 -1
- package/dist/events/{balance → images}/process-images.interface.d.ts +1 -1
- package/dist/proto/paths.d.ts +2 -1
- package/dist/proto/paths.js +2 -1
- package/package.json +1 -1
- /package/dist/events/{images → balance}/top-up.interface.d.ts +0 -0
- /package/dist/events/{images → balance}/top-up.interface.js +0 -0
- /package/dist/events/{balance → images}/process-images.interface.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./top-up.interface";
|
|
@@ -14,4 +14,4 @@ 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
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./top-up.interface"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./process-images.interface";
|
|
@@ -14,4 +14,4 @@ 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
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./process-images.interface"), exports);
|
package/dist/proto/paths.d.ts
CHANGED
|
@@ -4,9 +4,10 @@ export declare const PROTO_PATHS: {
|
|
|
4
4
|
readonly USERS: string;
|
|
5
5
|
readonly MEDIA: string;
|
|
6
6
|
readonly CATEGORIES: string;
|
|
7
|
+
readonly LISTINGS: string;
|
|
8
|
+
readonly IMAGES: string;
|
|
7
9
|
readonly SESSION: string;
|
|
8
10
|
readonly PRESENCE: string;
|
|
9
11
|
readonly PAYMENT: string;
|
|
10
12
|
readonly BALANCE: string;
|
|
11
|
-
readonly LISTINGS: string;
|
|
12
13
|
};
|
package/dist/proto/paths.js
CHANGED
|
@@ -8,9 +8,10 @@ exports.PROTO_PATHS = {
|
|
|
8
8
|
USERS: (0, path_1.join)(__dirname, "../../proto/users.proto"),
|
|
9
9
|
MEDIA: (0, path_1.join)(__dirname, "../../proto/media.proto"),
|
|
10
10
|
CATEGORIES: (0, path_1.join)(__dirname, "../../proto/categories.proto"),
|
|
11
|
+
LISTINGS: (0, path_1.join)(__dirname, "../../proto/listings.proto"),
|
|
12
|
+
IMAGES: (0, path_1.join)(__dirname, "../../proto/images.proto"),
|
|
11
13
|
SESSION: (0, path_1.join)(__dirname, "../../proto/session.proto"),
|
|
12
14
|
PRESENCE: (0, path_1.join)(__dirname, "../../proto/presence.proto"),
|
|
13
15
|
PAYMENT: (0, path_1.join)(__dirname, "../../proto/payment.proto"),
|
|
14
16
|
BALANCE: (0, path_1.join)(__dirname, "../../proto/balance.proto"),
|
|
15
|
-
LISTINGS: (0, path_1.join)(__dirname, "../../proto/listings.proto"),
|
|
16
17
|
};
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|