ch-chat-api-typescript-axios 1.3.3 → 1.3.5

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,8 +15,8 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare const AuthorRoles: {
18
- readonly User: "User";
19
- readonly Agent: "Agent";
20
- readonly Guest: "Guest";
18
+ readonly User: "user";
19
+ readonly Agent: "agent";
20
+ readonly Guest: "guest";
21
21
  };
22
22
  export type AuthorRoles = typeof AuthorRoles[keyof typeof AuthorRoles];
@@ -20,8 +20,8 @@ exports.AuthorRoles = void 0;
20
20
  * @enum {string}
21
21
  */
22
22
  exports.AuthorRoles = {
23
- User: 'User',
24
- Agent: 'Agent',
25
- Guest: 'Guest'
23
+ User: 'user',
24
+ Agent: 'agent',
25
+ Guest: 'guest'
26
26
  };
27
27
  //# sourceMappingURL=author-roles.js.map
@@ -15,9 +15,9 @@
15
15
  * @enum {string}
16
16
  */
17
17
  export declare const PlatformTypes: {
18
- readonly Admin: "Admin";
19
- readonly Ch: "CH";
20
- readonly WhatsApp: "WhatsApp";
21
- readonly SaaS: "SaaS";
18
+ readonly Admin: "admin";
19
+ readonly Ch: "ch";
20
+ readonly Whatsapp: "whatsapp";
21
+ readonly Saas: "saas";
22
22
  };
23
23
  export type PlatformTypes = typeof PlatformTypes[keyof typeof PlatformTypes];
@@ -20,9 +20,9 @@ exports.PlatformTypes = void 0;
20
20
  * @enum {string}
21
21
  */
22
22
  exports.PlatformTypes = {
23
- Admin: 'Admin',
24
- Ch: 'CH',
25
- WhatsApp: 'WhatsApp',
26
- SaaS: 'SaaS'
23
+ Admin: 'admin',
24
+ Ch: 'ch',
25
+ Whatsapp: 'whatsapp',
26
+ Saas: 'saas'
27
27
  };
28
28
  //# sourceMappingURL=platform-types.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ch-chat-api-typescript-axios",
3
3
  "description": "An OpenAPI generator tool for the CH Chat API, designed to simplify API client generation and streamline integration workflows.",
4
- "version": "1.3.3",
4
+ "version": "1.3.5",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {