@carsayo/types 1.1.870 → 1.1.871

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,7 @@ export declare const MemberState: {
15
15
  readonly signout: "signout";
16
16
  readonly pending: "pending";
17
17
  readonly pending_signout: "pending_signout";
18
+ readonly rejected: "rejected";
18
19
  };
19
20
  export type MemberState = keyof typeof MemberState;
20
21
  export declare const MemberGender: {
@@ -18,6 +18,7 @@ exports.MemberState = {
18
18
  signout: "signout",
19
19
  pending: "pending",
20
20
  pending_signout: "pending_signout",
21
+ rejected: "rejected",
21
22
  };
22
23
  exports.MemberGender = {
23
24
  male: "male",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carsayo/types",
3
- "version": "1.1.870",
3
+ "version": "1.1.871",
4
4
  "description": "Carsayo app type",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",