@barumetric/contracts 1.3.24 → 1.3.26
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/index.d.ts +1 -0
- package/dist/events/index.js +1 -0
- package/dist/proto/paths.d.ts +2 -1
- package/dist/proto/paths.js +2 -1
- package/package.json +1 -1
package/dist/events/index.d.ts
CHANGED
package/dist/events/index.js
CHANGED
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
|
};
|