@arkyn/types 1.3.119 → 1.3.120

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  type InboxFlowDTO = {
2
- channel_id: string;
3
- user_token: string;
2
+ channelId: string;
3
+ userToken: string;
4
4
  };
5
5
  export type { InboxFlowDTO };
6
6
  //# sourceMappingURL=InboxFlowDTO.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InboxFlowDTO.d.ts","sourceRoot":"","sources":["../../../src/api/config/InboxFlowDTO.ts"],"names":[],"mappings":"AAAA,KAAK,YAAY,GAAG;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,YAAY,EAAE,YAAY,EAAE,CAAC"}
1
+ {"version":3,"file":"InboxFlowDTO.d.ts","sourceRoot":"","sources":["../../../src/api/config/InboxFlowDTO.ts"],"names":[],"mappings":"AAAA,KAAK,YAAY,GAAG;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,YAAY,EAAE,YAAY,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/types",
3
- "version": "1.3.119",
3
+ "version": "1.3.120",
4
4
  "main": "./dist/bundle.js",
5
5
  "module": "./src/index.ts",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  type InboxFlowDTO = {
2
- channel_id: string;
3
- user_token: string;
2
+ channelId: string;
3
+ userToken: string;
4
4
  };
5
5
 
6
6
  export type { InboxFlowDTO };