@sorokchat-messenger/contracts 1.0.2 → 1.0.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.
@@ -0,0 +1,9 @@
1
+ export declare const AUTHORIZATION_CONTROLLER: {
2
+ readonly NAME: "authorization";
3
+ readonly REGISTER: "register";
4
+ readonly LOGIN: "login";
5
+ readonly LOGOUT: "logout";
6
+ readonly PROFILE: "profile";
7
+ readonly REFRESH_TOKENS: "refresh-tokens";
8
+ };
9
+ //# sourceMappingURL=controller.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controller.d.ts","sourceRoot":"","sources":["../../src/authorization/controller.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;aACnC,IAAI,EAAE,eAAe;aACrB,QAAQ,EAAE,UAAU;aACpB,KAAK,EAAE,OAAO;aACd,MAAM,EAAE,QAAQ;aAChB,OAAO,EAAE,SAAS;aAClB,cAAc,EAAE,gBAAgB;CACxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const AUTHORIZATION_CONTROLLER = {
2
+ NAME: "authorization",
3
+ REGISTER: "register",
4
+ LOGIN: "login",
5
+ LOGOUT: "logout",
6
+ PROFILE: "profile",
7
+ REFRESH_TOKENS: "refresh-tokens",
8
+ };
9
+ //# sourceMappingURL=controller.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"controller.js","sourceRoot":"","sources":["../../src/authorization/controller.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,IAAI,EAAE,eAAe;IACrB,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,cAAc,EAAE,gBAAgB;CACxB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from "./codes.js";
2
2
  export * from "./register.schema.js";
3
3
  export * from "./login.schema.js";
4
+ export * from "./controller.js";
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/authorization/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/authorization/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export * from "./codes.js";
2
2
  export * from "./register.schema.js";
3
3
  export * from "./login.schema.js";
4
+ export * from "./controller.js";
4
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/authorization/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/authorization/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sorokchat-messenger/contracts",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Frontend and backend contracts",
5
5
  "keywords": [
6
6
  "frontend",