@gastroly.io/contracts 1.0.25 → 1.0.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.
@@ -15,6 +15,10 @@ export declare const GRPC_PACKAGES: {
15
15
  readonly SERVICE: "AccountService";
16
16
  readonly METHODS: {
17
17
  readonly GET_ACCOUNT: "GetAccount";
18
+ readonly INIT_EMAIL_CHANGE: "InitEmailChange";
19
+ readonly CONFIRM_EMAIL_CHANGE: "ConfirmEmailChange";
20
+ readonly INIT_PHONE_CHANGE: "InitPhoneChange";
21
+ readonly CONFIRM_PHONE_CHANGE: "ConfirmPhoneChange";
18
22
  };
19
23
  };
20
24
  };
@@ -18,6 +18,10 @@ exports.GRPC_PACKAGES = {
18
18
  SERVICE: "AccountService",
19
19
  METHODS: {
20
20
  GET_ACCOUNT: "GetAccount",
21
+ INIT_EMAIL_CHANGE: "InitEmailChange",
22
+ CONFIRM_EMAIL_CHANGE: "ConfirmEmailChange",
23
+ INIT_PHONE_CHANGE: "InitPhoneChange",
24
+ CONFIRM_PHONE_CHANGE: "ConfirmPhoneChange",
21
25
  },
22
26
  },
23
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gastroly.io/contracts",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Protobuf definition and generated TypeScript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",