@wildix/wda-insights-client 1.0.54 → 1.1.0

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 (24) hide show
  1. package/dist-types/commands/CreateFilterCommand.d.ts +2 -2
  2. package/dist-types/commands/CreateProjectionCommand.d.ts +2 -2
  3. package/dist-types/commands/CreateProjectionsCategoryCommand.d.ts +2 -2
  4. package/dist-types/commands/DeleteFilterCommand.d.ts +2 -2
  5. package/dist-types/commands/DeleteProjectionCommand.d.ts +2 -2
  6. package/dist-types/commands/DeleteProjectionsCategoryCommand.d.ts +2 -2
  7. package/dist-types/commands/DisableProjectionCommand.d.ts +2 -2
  8. package/dist-types/commands/EnableProjectionCommand.d.ts +2 -2
  9. package/dist-types/commands/GetCallCharacteristicsCommand.d.ts +2 -2
  10. package/dist-types/commands/GetCallInsightsCommand.d.ts +2 -2
  11. package/dist-types/commands/GetCallSummaryCommand.d.ts +2 -2
  12. package/dist-types/commands/GetConferenceInsightsCommand.d.ts +2 -2
  13. package/dist-types/commands/GetConferenceSummaryCommand.d.ts +2 -2
  14. package/dist-types/commands/GetConferenceTimeFramesCommand.d.ts +2 -2
  15. package/dist-types/commands/GetProjectionCommand.d.ts +2 -2
  16. package/dist-types/commands/ListFiltersCommand.d.ts +2 -2
  17. package/dist-types/commands/ListProjectionsCommand.d.ts +2 -2
  18. package/dist-types/commands/PauseProjectionCommand.d.ts +2 -2
  19. package/dist-types/commands/ScheduleCallSummaryGenerationCommand.d.ts +3 -2
  20. package/dist-types/commands/ScheduleConferenceSummaryGenerationCommand.d.ts +3 -2
  21. package/dist-types/commands/UpdateFilterCommand.d.ts +2 -2
  22. package/dist-types/commands/UpdateProjectionCommand.d.ts +2 -2
  23. package/dist-types/commands/UpdateProjectionsCategoryCommand.d.ts +2 -2
  24. package/package.json +1 -1
@@ -27,8 +27,7 @@ declare const CreateFilterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Creates a new filter with specified name and configuration.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -67,6 +66,7 @@ declare const CreateFilterCommand_base: {
67
66
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
68
67
  *
69
68
  *
69
+ * @public
70
70
  */
71
71
  export declare class CreateFilterCommand extends CreateFilterCommand_base {
72
72
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const CreateProjectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Creates a new projection with specified configuration.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -172,6 +171,7 @@ declare const CreateProjectionCommand_base: {
172
171
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
173
172
  *
174
173
  *
174
+ * @public
175
175
  */
176
176
  export declare class CreateProjectionCommand extends CreateProjectionCommand_base {
177
177
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const CreateProjectionsCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Creates a new projections category.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -65,6 +64,7 @@ declare const CreateProjectionsCategoryCommand_base: {
65
64
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
66
65
  *
67
66
  *
67
+ * @public
68
68
  */
69
69
  export declare class CreateProjectionsCategoryCommand extends CreateProjectionsCategoryCommand_base {
70
70
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const DeleteFilterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Deletes a filter by its ID.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -58,6 +57,7 @@ declare const DeleteFilterCommand_base: {
58
57
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
59
58
  *
60
59
  *
60
+ * @public
61
61
  */
62
62
  export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
63
63
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const DeleteProjectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Deletes a projection by its ID.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -59,6 +58,7 @@ declare const DeleteProjectionCommand_base: {
59
58
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
60
59
  *
61
60
  *
61
+ * @public
62
62
  */
63
63
  export declare class DeleteProjectionCommand extends DeleteProjectionCommand_base {
64
64
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const DeleteProjectionsCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Deletes a projections category by its ID.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -59,6 +58,7 @@ declare const DeleteProjectionsCategoryCommand_base: {
59
58
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
60
59
  *
61
60
  *
61
+ * @public
62
62
  */
63
63
  export declare class DeleteProjectionsCategoryCommand extends DeleteProjectionsCategoryCommand_base {
64
64
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const DisableProjectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Disables a projection by its ID.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -121,6 +120,7 @@ declare const DisableProjectionCommand_base: {
121
120
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
122
121
  *
123
122
  *
123
+ * @public
124
124
  */
125
125
  export declare class DisableProjectionCommand extends DisableProjectionCommand_base {
126
126
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const EnableProjectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Enables a projection by its ID.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -121,6 +120,7 @@ declare const EnableProjectionCommand_base: {
121
120
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
122
121
  *
123
122
  *
123
+ * @public
124
124
  */
125
125
  export declare class EnableProjectionCommand extends EnableProjectionCommand_base {
126
126
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const GetCallCharacteristicsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Gets the characteristics for a call by callId and flowIndex.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -120,6 +119,7 @@ declare const GetCallCharacteristicsCommand_base: {
120
119
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
121
120
  *
122
121
  *
122
+ * @public
123
123
  */
124
124
  export declare class GetCallCharacteristicsCommand extends GetCallCharacteristicsCommand_base {
125
125
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const GetCallInsightsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Gets the insights for a call by callId and flowIndex.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -78,6 +77,7 @@ declare const GetCallInsightsCommand_base: {
78
77
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
79
78
  *
80
79
  *
80
+ * @public
81
81
  */
82
82
  export declare class GetCallInsightsCommand extends GetCallInsightsCommand_base {
83
83
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const GetCallSummaryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Gets the summary for a call by callId and flowIndex.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -99,6 +98,7 @@ declare const GetCallSummaryCommand_base: {
99
98
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
100
99
  *
101
100
  *
101
+ * @public
102
102
  */
103
103
  export declare class GetCallSummaryCommand extends GetCallSummaryCommand_base {
104
104
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const GetConferenceInsightsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Gets the insights for a conference by conferenceId.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -77,6 +76,7 @@ declare const GetConferenceInsightsCommand_base: {
77
76
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
78
77
  *
79
78
  *
79
+ * @public
80
80
  */
81
81
  export declare class GetConferenceInsightsCommand extends GetConferenceInsightsCommand_base {
82
82
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const GetConferenceSummaryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Gets the summary for a conference by conferenceId.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -98,6 +97,7 @@ declare const GetConferenceSummaryCommand_base: {
98
97
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
99
98
  *
100
99
  *
100
+ * @public
101
101
  */
102
102
  export declare class GetConferenceSummaryCommand extends GetConferenceSummaryCommand_base {
103
103
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const GetConferenceTimeFramesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Gets the time frames for a conference by conferenceId.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -71,6 +70,7 @@ declare const GetConferenceTimeFramesCommand_base: {
71
70
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
72
71
  *
73
72
  *
73
+ * @public
74
74
  */
75
75
  export declare class GetConferenceTimeFramesCommand extends GetConferenceTimeFramesCommand_base {
76
76
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const GetProjectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Gets a projection by its ID.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -123,6 +122,7 @@ declare const GetProjectionCommand_base: {
123
122
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
124
123
  *
125
124
  *
125
+ * @public
126
126
  */
127
127
  export declare class GetProjectionCommand extends GetProjectionCommand_base {
128
128
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const ListFiltersCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Lists all filters available for the user.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -69,6 +68,7 @@ declare const ListFiltersCommand_base: {
69
68
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
70
69
  *
71
70
  *
71
+ * @public
72
72
  */
73
73
  export declare class ListFiltersCommand extends ListFiltersCommand_base {
74
74
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const ListProjectionsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Lists all projections and categories available for the tenant.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -128,6 +127,7 @@ declare const ListProjectionsCommand_base: {
128
127
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
129
128
  *
130
129
  *
130
+ * @public
131
131
  */
132
132
  export declare class ListProjectionsCommand extends ListProjectionsCommand_base {
133
133
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const PauseProjectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Pauses a projection by its ID.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -121,6 +120,7 @@ declare const PauseProjectionCommand_base: {
121
120
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
122
121
  *
123
122
  *
123
+ * @public
124
124
  */
125
125
  export declare class PauseProjectionCommand extends PauseProjectionCommand_base {
126
126
  /** @internal type navigation helper, not in runtime. */
@@ -27,9 +27,9 @@ declare const ScheduleCallSummaryGenerationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- * @deprecated
30
+ * Schedules summary generation for a call. This operation is deprecated.
32
31
  *
32
+ * @deprecated
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -63,6 +63,7 @@ declare const ScheduleCallSummaryGenerationCommand_base: {
63
63
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
64
64
  *
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class ScheduleCallSummaryGenerationCommand extends ScheduleCallSummaryGenerationCommand_base {
68
69
  /** @internal type navigation helper, not in runtime. */
@@ -27,9 +27,9 @@ declare const ScheduleConferenceSummaryGenerationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- * @deprecated
30
+ * Schedules summary generation for a conference. This operation is deprecated.
32
31
  *
32
+ * @deprecated
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -62,6 +62,7 @@ declare const ScheduleConferenceSummaryGenerationCommand_base: {
62
62
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
63
63
  *
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class ScheduleConferenceSummaryGenerationCommand extends ScheduleConferenceSummaryGenerationCommand_base {
67
68
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const UpdateFilterCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Updates an existing filter's name and configuration.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -70,6 +69,7 @@ declare const UpdateFilterCommand_base: {
70
69
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
71
70
  *
72
71
  *
72
+ * @public
73
73
  */
74
74
  export declare class UpdateFilterCommand extends UpdateFilterCommand_base {
75
75
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const UpdateProjectionCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Updates an existing projection's configuration.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -172,6 +171,7 @@ declare const UpdateProjectionCommand_base: {
172
171
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
173
172
  *
174
173
  *
174
+ * @public
175
175
  */
176
176
  export declare class UpdateProjectionCommand extends UpdateProjectionCommand_base {
177
177
  /** @internal type navigation helper, not in runtime. */
@@ -27,8 +27,7 @@ declare const UpdateProjectionsCategoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * @public
31
- *
30
+ * Updates an existing projections category.
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -67,6 +66,7 @@ declare const UpdateProjectionsCategoryCommand_base: {
67
66
  * <p>Base exception class for all service exceptions from WdaInsights service.</p>
68
67
  *
69
68
  *
69
+ * @public
70
70
  */
71
71
  export declare class UpdateProjectionsCategoryCommand extends UpdateProjectionsCategoryCommand_base {
72
72
  /** @internal type navigation helper, not in runtime. */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wda-insights-client",
3
3
  "description": "@wildix/wda-insights-client client",
4
- "version": "1.0.54",
4
+ "version": "1.1.0",
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",