@wildix/wda-insights-client 1.1.43 → 1.1.44

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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FilterNotFoundException = exports.ProjectionStatus = exports.ProjectionParameter = exports.ProjectionCondition = exports.ProjectionEntityConditionValue = exports.PlaylistVisibility = exports.PlaylistPrincipal = exports.PlaylistPermission = exports.DashboardVisibility = exports.DashboardPrincipal = exports.DashboardPermission = exports.AggregationDateInterval = exports.ListConversationsFilterParticipant = exports.ConversationTarget = exports.ListConversationsFilterDate = exports.ListConversationsFilterPredefinedDateType = exports.ListConversationsFilterField = exports.AggregationDefinition = exports.ConferenceTranscriptionStatus = exports.ConferenceParticipantType = exports.ConferenceParticipantRole = exports.PbxLicenseType = exports.ConferenceDirection = exports.ChatTag = exports.ChatStatus = exports.ChatParticipantType = exports.ChatParticipantRole = exports.ChatDirection = exports.ChannelWhatsAppStatus = exports.ChannelContextSource = exports.ChannelContextEventAttendeeStatus = exports.ChannelType = exports.ChannelAccess = exports.CallFlowTranscriptionStatus = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallFlowAttachment = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.AnnotationsStatus = exports.RecordType = exports.License = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = exports.NotFoundException = exports.ForbiddenException = void 0;
4
- exports.PlaylistItemStatus = exports.ListConversationsItemEvent = exports.FileNotFoundException = exports.DownloadStrategy = exports.ConversationFileCategory = exports.InsightsReason = exports.InsightsStatus = void 0;
3
+ exports.InsightsStatus = exports.FilterNotFoundException = exports.ProjectionStatus = exports.ProjectionParameter = exports.ProjectionCondition = exports.ProjectionEntityConditionValue = exports.PlaylistVisibility = exports.PlaylistPrincipal = exports.PlaylistPermission = exports.DashboardVisibility = exports.DashboardPrincipal = exports.DashboardPermission = exports.AggregationDateInterval = exports.ListConversationsFilterParticipant = exports.ConversationTarget = exports.ListConversationsFilterDate = exports.ListConversationsFilterPredefinedDateType = exports.ListConversationsFilterField = exports.AggregationDefinition = exports.ConferenceTranscriptionStatus = exports.ConferenceParticipantType = exports.ConferenceParticipantRole = exports.PbxLicenseType = exports.ConferenceDirection = exports.ChatTag = exports.ChatStatus = exports.ChatParticipantType = exports.ChatParticipantRole = exports.ChatDirection = exports.ChannelWhatsAppStatus = exports.ChannelContextSource = exports.ChannelContextEventAttendeeStatus = exports.ChannelType = exports.ChannelAccess = exports.RecordType = exports.CallFlowTranscriptionStatus = exports.License = exports.CallDevice = exports.CallParticipantType = exports.CallParticipantRole = exports.CallFlowAttachmentType = exports.CallFlowAttachment = exports.CallRecordPauseReason = exports.CallFlowAttachmentStatus = exports.CallRecordOwner = exports.ConversationStatus = exports.CallDirection = exports.ValidationException = exports.NotFoundException = exports.ForbiddenException = void 0;
4
+ exports.PlaylistItemStatus = exports.ListConversationsItemEvent = exports.FileNotFoundException = exports.DownloadStrategy = exports.ConversationFileCategory = exports.InsightsReason = void 0;
5
5
  const WdaInsightsServiceException_1 = require("./WdaInsightsServiceException");
6
6
  class ForbiddenException extends WdaInsightsServiceException_1.WdaInsightsServiceException {
7
7
  name = "ForbiddenException";
@@ -52,25 +52,6 @@ exports.ConversationStatus = {
52
52
  COMPLETED: "COMPLETED",
53
53
  MISSED: "MISSED",
54
54
  };
55
- exports.License = {
56
- UC: "uc",
57
- XBEES: "x-bees",
58
- };
59
- exports.RecordType = {
60
- CALL: "call",
61
- CALL_ANNOTATIONS: "call_annotations",
62
- CALL_TRANSCRIPTION: "call_transcription",
63
- CHAT: "chat",
64
- CHAT_ANNOTATIONS: "chat_annotations",
65
- CHAT_TRANSCRIPTION: "chat_transcription",
66
- CONFERENCE: "conference",
67
- CONFERENCE_ANNOTATIONS: "conference_annotations",
68
- CONFERENCE_TRANSCRIPTION: "conference_transcription",
69
- };
70
- exports.AnnotationsStatus = {
71
- AVAILABLE: "AVAILABLE",
72
- UNAVAILABLE: "UNAVAILABLE",
73
- };
74
55
  exports.CallRecordOwner = {
75
56
  CALLEE: "callee",
76
57
  CALLER: "caller",
@@ -120,11 +101,23 @@ exports.CallDevice = {
120
101
  XBEES_IOS: "XBEES_IOS",
121
102
  XBEES_WEB: "XBEES_WEB",
122
103
  };
104
+ exports.License = {
105
+ UC: "uc",
106
+ XBEES: "x-bees",
107
+ };
123
108
  exports.CallFlowTranscriptionStatus = {
124
109
  AVAILABLE: "AVAILABLE",
125
110
  POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
126
111
  UNAVAILABLE: "UNAVAILABLE",
127
112
  };
113
+ exports.RecordType = {
114
+ CALL: "call",
115
+ CALL_TRANSCRIPTION: "call_transcription",
116
+ CHAT: "chat",
117
+ CHAT_TRANSCRIPTION: "chat_transcription",
118
+ CONFERENCE: "conference",
119
+ CONFERENCE_TRANSCRIPTION: "conference_transcription",
120
+ };
128
121
  exports.ChannelAccess = {
129
122
  PRIVATE: "private",
130
123
  PUBLIC: "public",
@@ -45,25 +45,6 @@ export const ConversationStatus = {
45
45
  COMPLETED: "COMPLETED",
46
46
  MISSED: "MISSED",
47
47
  };
48
- export const License = {
49
- UC: "uc",
50
- XBEES: "x-bees",
51
- };
52
- export const RecordType = {
53
- CALL: "call",
54
- CALL_ANNOTATIONS: "call_annotations",
55
- CALL_TRANSCRIPTION: "call_transcription",
56
- CHAT: "chat",
57
- CHAT_ANNOTATIONS: "chat_annotations",
58
- CHAT_TRANSCRIPTION: "chat_transcription",
59
- CONFERENCE: "conference",
60
- CONFERENCE_ANNOTATIONS: "conference_annotations",
61
- CONFERENCE_TRANSCRIPTION: "conference_transcription",
62
- };
63
- export const AnnotationsStatus = {
64
- AVAILABLE: "AVAILABLE",
65
- UNAVAILABLE: "UNAVAILABLE",
66
- };
67
48
  export const CallRecordOwner = {
68
49
  CALLEE: "callee",
69
50
  CALLER: "caller",
@@ -113,11 +94,23 @@ export const CallDevice = {
113
94
  XBEES_IOS: "XBEES_IOS",
114
95
  XBEES_WEB: "XBEES_WEB",
115
96
  };
97
+ export const License = {
98
+ UC: "uc",
99
+ XBEES: "x-bees",
100
+ };
116
101
  export const CallFlowTranscriptionStatus = {
117
102
  AVAILABLE: "AVAILABLE",
118
103
  POST_TRANSCRIPTION: "POST_TRANSCRIPTION",
119
104
  UNAVAILABLE: "UNAVAILABLE",
120
105
  };
106
+ export const RecordType = {
107
+ CALL: "call",
108
+ CALL_TRANSCRIPTION: "call_transcription",
109
+ CHAT: "chat",
110
+ CHAT_TRANSCRIPTION: "chat_transcription",
111
+ CONFERENCE: "conference",
112
+ CONFERENCE_TRANSCRIPTION: "conference_transcription",
113
+ };
121
114
  export const ChannelAccess = {
122
115
  PRIVATE: "private",
123
116
  PUBLIC: "public",
@@ -279,10 +279,10 @@ declare const ListConversationsCommand_base: {
279
279
  * // trunkDirection: "STRING_VALUE",
280
280
  * // queueName: "STRING_VALUE",
281
281
  * // queueId: "STRING_VALUE",
282
+ * // queuePosition: Number("int"),
282
283
  * // tags: [ // CallFlowTags
283
284
  * // "STRING_VALUE",
284
285
  * // ],
285
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
286
286
  * // flags: [ // CallFlowFlags
287
287
  * // "STRING_VALUE",
288
288
  * // ],
@@ -398,7 +398,7 @@ declare const ListConversationsCommand_base: {
398
398
  * // licenses: [ // LicensesList // required
399
399
  * // "x-bees" || "uc",
400
400
  * // ],
401
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
401
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
402
402
  * // },
403
403
  * // conference: { // ConferenceRecord
404
404
  * // id: "STRING_VALUE", // required
@@ -444,10 +444,9 @@ declare const ListConversationsCommand_base: {
444
444
  * // },
445
445
  * // ],
446
446
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
447
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
448
447
  * // transcriptionLanguage: "STRING_VALUE",
449
448
  * // transcriptionSeconds: Number("int"),
450
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
449
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
451
450
  * // },
452
451
  * // chat: { // ChatRecord
453
452
  * // id: "STRING_VALUE",
@@ -568,8 +567,7 @@ declare const ListConversationsCommand_base: {
568
567
  * // },
569
568
  * // },
570
569
  * // ],
571
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
572
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
570
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
573
571
  * // },
574
572
  * // },
575
573
  * // interaction: { // ListConversationsItemInteraction
@@ -105,10 +105,10 @@ declare const ListPlaylistItemsCommand_base: {
105
105
  * // trunkDirection: "STRING_VALUE",
106
106
  * // queueName: "STRING_VALUE",
107
107
  * // queueId: "STRING_VALUE",
108
+ * // queuePosition: Number("int"),
108
109
  * // tags: [ // CallFlowTags
109
110
  * // "STRING_VALUE",
110
111
  * // ],
111
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
112
112
  * // flags: [ // CallFlowFlags
113
113
  * // "STRING_VALUE",
114
114
  * // ],
@@ -224,7 +224,7 @@ declare const ListPlaylistItemsCommand_base: {
224
224
  * // licenses: [ // LicensesList // required
225
225
  * // "x-bees" || "uc",
226
226
  * // ],
227
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
227
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
228
228
  * // },
229
229
  * // conference: { // ConferenceRecord
230
230
  * // id: "STRING_VALUE", // required
@@ -270,10 +270,9 @@ declare const ListPlaylistItemsCommand_base: {
270
270
  * // },
271
271
  * // ],
272
272
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
273
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
274
273
  * // transcriptionLanguage: "STRING_VALUE",
275
274
  * // transcriptionSeconds: Number("int"),
276
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
275
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
277
276
  * // },
278
277
  * // chat: { // ChatRecord
279
278
  * // id: "STRING_VALUE",
@@ -394,8 +393,7 @@ declare const ListPlaylistItemsCommand_base: {
394
393
  * // },
395
394
  * // },
396
395
  * // ],
397
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
398
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
396
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
399
397
  * // },
400
398
  * // },
401
399
  * // interaction: { // ListConversationsItemInteraction
@@ -103,10 +103,10 @@ declare const ListWatchHistoryCommand_base: {
103
103
  * // trunkDirection: "STRING_VALUE",
104
104
  * // queueName: "STRING_VALUE",
105
105
  * // queueId: "STRING_VALUE",
106
+ * // queuePosition: Number("int"),
106
107
  * // tags: [ // CallFlowTags
107
108
  * // "STRING_VALUE",
108
109
  * // ],
109
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
110
110
  * // flags: [ // CallFlowFlags
111
111
  * // "STRING_VALUE",
112
112
  * // ],
@@ -222,7 +222,7 @@ declare const ListWatchHistoryCommand_base: {
222
222
  * // licenses: [ // LicensesList // required
223
223
  * // "x-bees" || "uc",
224
224
  * // ],
225
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
225
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
226
226
  * // },
227
227
  * // conference: { // ConferenceRecord
228
228
  * // id: "STRING_VALUE", // required
@@ -268,10 +268,9 @@ declare const ListWatchHistoryCommand_base: {
268
268
  * // },
269
269
  * // ],
270
270
  * // transcriptionStatus: "AVAILABLE" || "POST_TRANSCRIPTION" || "UNAVAILABLE", // required
271
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
272
271
  * // transcriptionLanguage: "STRING_VALUE",
273
272
  * // transcriptionSeconds: Number("int"),
274
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
273
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
275
274
  * // },
276
275
  * // chat: { // ChatRecord
277
276
  * // id: "STRING_VALUE",
@@ -392,8 +391,7 @@ declare const ListWatchHistoryCommand_base: {
392
391
  * // },
393
392
  * // },
394
393
  * // ],
395
- * // annotationsStatus: "AVAILABLE" || "UNAVAILABLE",
396
- * // type: "call" || "call_transcription" || "call_annotations" || "conference" || "conference_transcription" || "conference_annotations" || "chat" || "chat_transcription" || "chat_annotations", // required
394
+ * // type: "call" || "call_transcription" || "conference" || "conference_transcription" || "chat" || "chat_transcription", // required
397
395
  * // },
398
396
  * // },
399
397
  * // interaction: { // ListConversationsItemInteraction
@@ -60,49 +60,6 @@ export declare const ConversationStatus: {
60
60
  * @public
61
61
  */
62
62
  export type ConversationStatus = typeof ConversationStatus[keyof typeof ConversationStatus];
63
- /**
64
- * @public
65
- * @enum
66
- */
67
- export declare const License: {
68
- readonly UC: "uc";
69
- readonly XBEES: "x-bees";
70
- };
71
- /**
72
- * @public
73
- */
74
- export type License = typeof License[keyof typeof License];
75
- /**
76
- * @public
77
- * @enum
78
- */
79
- export declare const RecordType: {
80
- readonly CALL: "call";
81
- readonly CALL_ANNOTATIONS: "call_annotations";
82
- readonly CALL_TRANSCRIPTION: "call_transcription";
83
- readonly CHAT: "chat";
84
- readonly CHAT_ANNOTATIONS: "chat_annotations";
85
- readonly CHAT_TRANSCRIPTION: "chat_transcription";
86
- readonly CONFERENCE: "conference";
87
- readonly CONFERENCE_ANNOTATIONS: "conference_annotations";
88
- readonly CONFERENCE_TRANSCRIPTION: "conference_transcription";
89
- };
90
- /**
91
- * @public
92
- */
93
- export type RecordType = typeof RecordType[keyof typeof RecordType];
94
- /**
95
- * @public
96
- * @enum
97
- */
98
- export declare const AnnotationsStatus: {
99
- readonly AVAILABLE: "AVAILABLE";
100
- readonly UNAVAILABLE: "UNAVAILABLE";
101
- };
102
- /**
103
- * @public
104
- */
105
- export type AnnotationsStatus = typeof AnnotationsStatus[keyof typeof AnnotationsStatus];
106
63
  /**
107
64
  * @public
108
65
  */
@@ -336,6 +293,18 @@ export interface CallParticipant {
336
293
  */
337
294
  location?: string | undefined;
338
295
  }
296
+ /**
297
+ * @public
298
+ * @enum
299
+ */
300
+ export declare const License: {
301
+ readonly UC: "uc";
302
+ readonly XBEES: "x-bees";
303
+ };
304
+ /**
305
+ * @public
306
+ */
307
+ export type License = typeof License[keyof typeof License];
339
308
  /**
340
309
  * @public
341
310
  */
@@ -356,6 +325,22 @@ export declare const CallFlowTranscriptionStatus: {
356
325
  * @public
357
326
  */
358
327
  export type CallFlowTranscriptionStatus = typeof CallFlowTranscriptionStatus[keyof typeof CallFlowTranscriptionStatus];
328
+ /**
329
+ * @public
330
+ * @enum
331
+ */
332
+ export declare const RecordType: {
333
+ readonly CALL: "call";
334
+ readonly CALL_TRANSCRIPTION: "call_transcription";
335
+ readonly CHAT: "chat";
336
+ readonly CHAT_TRANSCRIPTION: "chat_transcription";
337
+ readonly CONFERENCE: "conference";
338
+ readonly CONFERENCE_TRANSCRIPTION: "conference_transcription";
339
+ };
340
+ /**
341
+ * @public
342
+ */
343
+ export type RecordType = typeof RecordType[keyof typeof RecordType];
359
344
  /**
360
345
  * @public
361
346
  */
@@ -403,8 +388,12 @@ export interface CallRecord {
403
388
  trunkDirection?: string | undefined;
404
389
  queueName?: string | undefined;
405
390
  queueId?: string | undefined;
391
+ /**
392
+ * Position of the call in the queue (1-based). Updated from consume events and emitted on live progress and record flows.
393
+ * @public
394
+ */
395
+ queuePosition?: number | undefined;
406
396
  tags?: (string)[] | undefined;
407
- annotationsStatus?: AnnotationsStatus | undefined;
408
397
  flags?: (string)[] | undefined;
409
398
  callerMos?: string | undefined;
410
399
  calleeMos?: string | undefined;
@@ -755,7 +744,6 @@ export interface ChatRecord {
755
744
  channel: Channel;
756
745
  status?: ChatStatus | undefined;
757
746
  participants: (ChatParticipant)[];
758
- annotationsStatus?: AnnotationsStatus | undefined;
759
747
  type: RecordType;
760
748
  }
761
749
  /**
@@ -885,7 +873,6 @@ export interface ConferenceRecord {
885
873
  participants: (ConferenceAnalyticsRecordParticipant)[];
886
874
  recordings?: (ConferenceRecording)[] | undefined;
887
875
  transcriptionStatus: ConferenceTranscriptionStatus;
888
- annotationsStatus?: AnnotationsStatus | undefined;
889
876
  transcriptionLanguage?: string | undefined;
890
877
  transcriptionSeconds?: number | undefined;
891
878
  type: RecordType;
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaInsightsClientConfig) => {
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
- requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
12
+ requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
13
13
  retryMode: string | import("@smithy/types").Provider<string>;
14
14
  sha256: import("@smithy/types").HashConstructor;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: WdaInsightsClientConfig) => {
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
11
11
  maxAttempts: number | import("@smithy/types").Provider<number>;
12
- requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
12
+ requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
13
13
  retryMode: string | import("@smithy/types").Provider<string>;
14
14
  sha256: import("@smithy/types").HashConstructor;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: WdaInsightsClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  env?: "stage" | "stable" | "prod" | undefined;
9
9
  token: import("@wildix/smithy-utils").TokenProvider;
10
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
10
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  cacheMiddleware?: boolean | undefined;
12
12
  protocol?: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").$ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | import("@smithy/types").$ClientProtocolCtor<any, any> | undefined;
13
13
  protocolSettings?: {
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.1.43",
4
+ "version": "1.1.44",
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",