@wildix/wda-history-client 1.2.1 → 1.2.7

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.
Files changed (30) hide show
  1. package/dist-cjs/WdaHistory.js +6 -0
  2. package/dist-cjs/commands/GetChatCommand.js +21 -0
  3. package/dist-cjs/commands/GetChatTranscriptionCommand.js +21 -0
  4. package/dist-cjs/commands/GetChatTranscriptionTextCommand.js +21 -0
  5. package/dist-cjs/commands/index.js +3 -0
  6. package/dist-cjs/models/models_0.js +125 -1
  7. package/dist-cjs/protocols/Aws_restJson1.js +128 -1
  8. package/dist-es/WdaHistory.js +6 -0
  9. package/dist-es/commands/GetChatCommand.js +17 -0
  10. package/dist-es/commands/GetChatTranscriptionCommand.js +17 -0
  11. package/dist-es/commands/GetChatTranscriptionTextCommand.js +17 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +122 -0
  14. package/dist-es/protocols/Aws_restJson1.js +122 -1
  15. package/dist-types/WdaHistory.d.ts +21 -0
  16. package/dist-types/WdaHistoryClient.d.ts +5 -2
  17. package/dist-types/commands/GetCallCommand.d.ts +1 -1
  18. package/dist-types/commands/GetCallTranscriptionCommand.d.ts +1 -1
  19. package/dist-types/commands/GetChatCommand.d.ts +196 -0
  20. package/dist-types/commands/GetChatTranscriptionCommand.d.ts +253 -0
  21. package/dist-types/commands/GetChatTranscriptionTextCommand.d.ts +248 -0
  22. package/dist-types/commands/GetConferenceCommand.d.ts +1 -1
  23. package/dist-types/commands/GetConferenceTranscriptionCommand.d.ts +1 -1
  24. package/dist-types/commands/QueryConversationsCommand.d.ts +2 -2
  25. package/dist-types/commands/QueryUserCallsCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateCallCommand.d.ts +1 -1
  27. package/dist-types/commands/index.d.ts +3 -0
  28. package/dist-types/models/models_0.d.ts +680 -0
  29. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  30. package/package.json +1 -1
@@ -1,6 +1,9 @@
1
1
  import { GetCallCommandInput, GetCallCommandOutput } from "../commands/GetCallCommand";
2
2
  import { GetCallTranscriptionCommandInput, GetCallTranscriptionCommandOutput } from "../commands/GetCallTranscriptionCommand";
3
3
  import { GetCallTranscriptionTextCommandInput, GetCallTranscriptionTextCommandOutput } from "../commands/GetCallTranscriptionTextCommand";
4
+ import { GetChatCommandInput, GetChatCommandOutput } from "../commands/GetChatCommand";
5
+ import { GetChatTranscriptionCommandInput, GetChatTranscriptionCommandOutput } from "../commands/GetChatTranscriptionCommand";
6
+ import { GetChatTranscriptionTextCommandInput, GetChatTranscriptionTextCommandOutput } from "../commands/GetChatTranscriptionTextCommand";
4
7
  import { GetConferenceCommandInput, GetConferenceCommandOutput } from "../commands/GetConferenceCommand";
5
8
  import { GetConferenceTranscriptionCommandInput, GetConferenceTranscriptionCommandOutput } from "../commands/GetConferenceTranscriptionCommand";
6
9
  import { GetConferenceTranscriptionTextCommandInput, GetConferenceTranscriptionTextCommandOutput } from "../commands/GetConferenceTranscriptionTextCommand";
@@ -21,6 +24,18 @@ export declare const se_GetCallTranscriptionCommand: (input: GetCallTranscriptio
21
24
  * serializeAws_restJson1GetCallTranscriptionTextCommand
22
25
  */
23
26
  export declare const se_GetCallTranscriptionTextCommand: (input: GetCallTranscriptionTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
+ /**
28
+ * serializeAws_restJson1GetChatCommand
29
+ */
30
+ export declare const se_GetChatCommand: (input: GetChatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
+ /**
32
+ * serializeAws_restJson1GetChatTranscriptionCommand
33
+ */
34
+ export declare const se_GetChatTranscriptionCommand: (input: GetChatTranscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
+ /**
36
+ * serializeAws_restJson1GetChatTranscriptionTextCommand
37
+ */
38
+ export declare const se_GetChatTranscriptionTextCommand: (input: GetChatTranscriptionTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
39
  /**
25
40
  * serializeAws_restJson1GetConferenceCommand
26
41
  */
@@ -57,6 +72,18 @@ export declare const de_GetCallTranscriptionCommand: (output: __HttpResponse, co
57
72
  * deserializeAws_restJson1GetCallTranscriptionTextCommand
58
73
  */
59
74
  export declare const de_GetCallTranscriptionTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCallTranscriptionTextCommandOutput>;
75
+ /**
76
+ * deserializeAws_restJson1GetChatCommand
77
+ */
78
+ export declare const de_GetChatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatCommandOutput>;
79
+ /**
80
+ * deserializeAws_restJson1GetChatTranscriptionCommand
81
+ */
82
+ export declare const de_GetChatTranscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatTranscriptionCommandOutput>;
83
+ /**
84
+ * deserializeAws_restJson1GetChatTranscriptionTextCommand
85
+ */
86
+ export declare const de_GetChatTranscriptionTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatTranscriptionTextCommandOutput>;
60
87
  /**
61
88
  * deserializeAws_restJson1GetConferenceCommand
62
89
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-history-client",
3
3
  "description": "@wildix/wda-history-client client",
4
- "version": "1.2.1",
4
+ "version": "1.2.7",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",