@technova-tech/olive-proto-lib 1.8.2 → 1.8.3

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/index.js CHANGED
@@ -10,6 +10,7 @@ const recognition_1 = require("./image/recognition");
10
10
  const storage_1 = require("./storage/storage");
11
11
  const transfer_1 = require("./transfer/transfer");
12
12
  const business_1 = require("./business/business");
13
+ const audit_1 = require("./audit/audit");
13
14
  const transactions_1 = require("./pos/transactions");
14
15
  const transactions_2 = require("./pos.v1/transactions");
15
16
  const auth_1 = require("./pos.v1/auth");
@@ -23,6 +24,7 @@ const proto = {
23
24
  import: {
24
25
  admin: admin_1.com,
25
26
  account: accounts_1.com,
27
+ audit: audit_1.com,
26
28
  user: users_1.com,
27
29
  verification: verifications_1.com,
28
30
  bills: bills_1.com,
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "compile": "tsc -p tsconfig.json"
12
12
  },
13
13
  "license": "MIT",
14
- "version": "1.8.2",
14
+ "version": "1.8.3",
15
15
  "devDependencies": {
16
16
  "@types/google-protobuf": "^3.15.12",
17
17
  "protoc-gen-ts": "^0.8.7",
package/types/index.d.ts CHANGED
@@ -7,6 +7,7 @@ import { com as image } from './image/recognition';
7
7
  import { com as storage } from './storage/storage';
8
8
  import { com as transfer } from './transfer/transfer';
9
9
  import { com as business } from './business/business';
10
+ import { com as audit } from './audit/audit';
10
11
  import { com as pos_transactions } from './pos/transactions';
11
12
  import { com as pov1Transaction } from './pos.v1/transactions';
12
13
  import { com as pov1Auth } from './pos.v1/auth';
@@ -20,6 +21,7 @@ declare const proto: {
20
21
  import: {
21
22
  admin: typeof admin;
22
23
  account: typeof account;
24
+ audit: typeof audit;
23
25
  user: typeof user;
24
26
  verification: typeof verification;
25
27
  bills: typeof bills;