@wildix/wilma-agents-client 1.0.42 → 1.0.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.
@@ -79,6 +79,12 @@ declare const UpdateAgentCommand_base: {
79
79
  * action: { // VoiceTerminateAction Union: only one key present
80
80
  * hangup: { // VoiceTerminateHangupAction
81
81
  * message: "STRING_VALUE",
82
+ * messages: [ // AgentSpokenPhraseList
83
+ * { // AgentSpokenPhrase
84
+ * language: "STRING_VALUE", // required
85
+ * text: "STRING_VALUE", // required
86
+ * },
87
+ * ],
82
88
  * },
83
89
  * transfer: { // VoiceTransferTarget
84
90
  * name: "STRING_VALUE", // required
@@ -93,6 +99,12 @@ declare const UpdateAgentCommand_base: {
93
99
  * action: {// Union: only one key present
94
100
  * hangup: {
95
101
  * message: "STRING_VALUE",
102
+ * messages: [
103
+ * {
104
+ * language: "STRING_VALUE", // required
105
+ * text: "STRING_VALUE", // required
106
+ * },
107
+ * ],
96
108
  * },
97
109
  * transfer: {
98
110
  * name: "STRING_VALUE", // required
@@ -177,6 +189,12 @@ declare const UpdateAgentCommand_base: {
177
189
  * },
178
190
  * ],
179
191
  * startMessage: "STRING_VALUE",
192
+ * startMessages: [
193
+ * {
194
+ * language: "STRING_VALUE", // required
195
+ * text: "STRING_VALUE", // required
196
+ * },
197
+ * ],
180
198
  * pipeline: { // AgentToolPipeline
181
199
  * type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
182
200
  * instructions: "STRING_VALUE",
@@ -207,6 +225,12 @@ declare const UpdateAgentCommand_base: {
207
225
  * connector: { // AgentConnectorCapability
208
226
  * id: "STRING_VALUE", // required
209
227
  * startMessage: "STRING_VALUE",
228
+ * startMessages: [
229
+ * {
230
+ * language: "STRING_VALUE", // required
231
+ * text: "STRING_VALUE", // required
232
+ * },
233
+ * ],
210
234
  * pipeline: {
211
235
  * type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
212
236
  * instructions: "STRING_VALUE",
@@ -237,6 +261,9 @@ declare const UpdateAgentCommand_base: {
237
261
  * kb: { // AgentKnowledgeBase
238
262
  * knowledgeBaseId: "STRING_VALUE",
239
263
  * instructions: "STRING_VALUE",
264
+ * searchStrategy: "bm25" || "vector" || "hybrid",
265
+ * searchThreshold: "low" || "medium" || "high",
266
+ * searchLimit: Number("int"),
240
267
  * channels: [
241
268
  * "voice" || "chat" || "assistant",
242
269
  * ],
@@ -393,6 +420,7 @@ declare const UpdateAgentCommand_base: {
393
420
  * },
394
421
  * suggestions: { // AgentSuggestionsCapability
395
422
  * name: "STRING_VALUE",
423
+ * instructions: "STRING_VALUE",
396
424
  * channels: "<AgentCapabilityChannelsList>",
397
425
  * annotations: "<AgentToolAnnotationsList>",
398
426
  * },
@@ -410,6 +438,12 @@ declare const UpdateAgentCommand_base: {
410
438
  * name: "STRING_VALUE",
411
439
  * description: "STRING_VALUE",
412
440
  * message: "STRING_VALUE",
441
+ * messages: [
442
+ * {
443
+ * language: "STRING_VALUE", // required
444
+ * text: "STRING_VALUE", // required
445
+ * },
446
+ * ],
413
447
  * channels: "<AgentCapabilityChannelsList>",
414
448
  * annotations: "<AgentToolAnnotationsList>",
415
449
  * },
@@ -468,6 +502,7 @@ declare const UpdateAgentCommand_base: {
468
502
  * },
469
503
  * ],
470
504
  * startMessage: "STRING_VALUE",
505
+ * startMessages: "<AgentSpokenPhraseList>",
471
506
  * pipeline: {
472
507
  * type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
473
508
  * instructions: "STRING_VALUE",
@@ -481,6 +516,7 @@ declare const UpdateAgentCommand_base: {
481
516
  * connector: {
482
517
  * id: "STRING_VALUE", // required
483
518
  * startMessage: "STRING_VALUE",
519
+ * startMessages: "<AgentSpokenPhraseList>",
484
520
  * pipeline: {
485
521
  * type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
486
522
  * instructions: "STRING_VALUE",
@@ -569,6 +605,7 @@ declare const UpdateAgentCommand_base: {
569
605
  * name: "STRING_VALUE",
570
606
  * description: "STRING_VALUE",
571
607
  * message: "STRING_VALUE",
608
+ * messages: "<AgentSpokenPhraseList>",
572
609
  * channels: "<AgentCapabilityChannelsList>",
573
610
  * annotations: "<AgentToolAnnotationsList>",
574
611
  * },
@@ -647,6 +684,9 @@ declare const UpdateAgentCommand_base: {
647
684
  * kb: {
648
685
  * knowledgeBaseId: "STRING_VALUE",
649
686
  * instructions: "STRING_VALUE",
687
+ * searchStrategy: "bm25" || "vector" || "hybrid",
688
+ * searchThreshold: "low" || "medium" || "high",
689
+ * searchLimit: Number("int"),
650
690
  * channels: "<AgentCapabilityChannelsList>",
651
691
  * annotations: "<AgentToolAnnotationsList>",
652
692
  * },
@@ -684,6 +724,7 @@ declare const UpdateAgentCommand_base: {
684
724
  * transfer: "<AgentTransferCapability>",
685
725
  * suggestions: {
686
726
  * name: "STRING_VALUE",
727
+ * instructions: "STRING_VALUE",
687
728
  * channels: "<AgentCapabilityChannelsList>",
688
729
  * annotations: "<AgentToolAnnotationsList>",
689
730
  * },
@@ -927,6 +968,12 @@ declare const UpdateAgentCommand_base: {
927
968
  * // action: { // VoiceTerminateAction Union: only one key present
928
969
  * // hangup: { // VoiceTerminateHangupAction
929
970
  * // message: "STRING_VALUE",
971
+ * // messages: [ // AgentSpokenPhraseList
972
+ * // { // AgentSpokenPhrase
973
+ * // language: "STRING_VALUE", // required
974
+ * // text: "STRING_VALUE", // required
975
+ * // },
976
+ * // ],
930
977
  * // },
931
978
  * // transfer: { // VoiceTransferTarget
932
979
  * // name: "STRING_VALUE", // required
@@ -941,6 +988,12 @@ declare const UpdateAgentCommand_base: {
941
988
  * // action: {// Union: only one key present
942
989
  * // hangup: {
943
990
  * // message: "STRING_VALUE",
991
+ * // messages: [
992
+ * // {
993
+ * // language: "STRING_VALUE", // required
994
+ * // text: "STRING_VALUE", // required
995
+ * // },
996
+ * // ],
944
997
  * // },
945
998
  * // transfer: {
946
999
  * // name: "STRING_VALUE", // required
@@ -1025,6 +1078,12 @@ declare const UpdateAgentCommand_base: {
1025
1078
  * // },
1026
1079
  * // ],
1027
1080
  * // startMessage: "STRING_VALUE",
1081
+ * // startMessages: [
1082
+ * // {
1083
+ * // language: "STRING_VALUE", // required
1084
+ * // text: "STRING_VALUE", // required
1085
+ * // },
1086
+ * // ],
1028
1087
  * // pipeline: { // AgentToolPipeline
1029
1088
  * // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
1030
1089
  * // instructions: "STRING_VALUE",
@@ -1055,6 +1114,12 @@ declare const UpdateAgentCommand_base: {
1055
1114
  * // connector: { // AgentConnectorCapability
1056
1115
  * // id: "STRING_VALUE", // required
1057
1116
  * // startMessage: "STRING_VALUE",
1117
+ * // startMessages: [
1118
+ * // {
1119
+ * // language: "STRING_VALUE", // required
1120
+ * // text: "STRING_VALUE", // required
1121
+ * // },
1122
+ * // ],
1058
1123
  * // pipeline: {
1059
1124
  * // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
1060
1125
  * // instructions: "STRING_VALUE",
@@ -1085,6 +1150,9 @@ declare const UpdateAgentCommand_base: {
1085
1150
  * // kb: { // AgentKnowledgeBase
1086
1151
  * // knowledgeBaseId: "STRING_VALUE",
1087
1152
  * // instructions: "STRING_VALUE",
1153
+ * // searchStrategy: "bm25" || "vector" || "hybrid",
1154
+ * // searchThreshold: "low" || "medium" || "high",
1155
+ * // searchLimit: Number("int"),
1088
1156
  * // channels: [
1089
1157
  * // "voice" || "chat" || "assistant",
1090
1158
  * // ],
@@ -1241,6 +1309,7 @@ declare const UpdateAgentCommand_base: {
1241
1309
  * // },
1242
1310
  * // suggestions: { // AgentSuggestionsCapability
1243
1311
  * // name: "STRING_VALUE",
1312
+ * // instructions: "STRING_VALUE",
1244
1313
  * // channels: "<AgentCapabilityChannelsList>",
1245
1314
  * // annotations: "<AgentToolAnnotationsList>",
1246
1315
  * // },
@@ -1258,6 +1327,12 @@ declare const UpdateAgentCommand_base: {
1258
1327
  * // name: "STRING_VALUE",
1259
1328
  * // description: "STRING_VALUE",
1260
1329
  * // message: "STRING_VALUE",
1330
+ * // messages: [
1331
+ * // {
1332
+ * // language: "STRING_VALUE", // required
1333
+ * // text: "STRING_VALUE", // required
1334
+ * // },
1335
+ * // ],
1261
1336
  * // channels: "<AgentCapabilityChannelsList>",
1262
1337
  * // annotations: "<AgentToolAnnotationsList>",
1263
1338
  * // },
@@ -1316,6 +1391,7 @@ declare const UpdateAgentCommand_base: {
1316
1391
  * // },
1317
1392
  * // ],
1318
1393
  * // startMessage: "STRING_VALUE",
1394
+ * // startMessages: "<AgentSpokenPhraseList>",
1319
1395
  * // pipeline: {
1320
1396
  * // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
1321
1397
  * // instructions: "STRING_VALUE",
@@ -1329,6 +1405,7 @@ declare const UpdateAgentCommand_base: {
1329
1405
  * // connector: {
1330
1406
  * // id: "STRING_VALUE", // required
1331
1407
  * // startMessage: "STRING_VALUE",
1408
+ * // startMessages: "<AgentSpokenPhraseList>",
1332
1409
  * // pipeline: {
1333
1410
  * // type: "blocking_request" || "blocking_request_guided" || "async_request" || "async_request_guided",
1334
1411
  * // instructions: "STRING_VALUE",
@@ -1417,6 +1494,7 @@ declare const UpdateAgentCommand_base: {
1417
1494
  * // name: "STRING_VALUE",
1418
1495
  * // description: "STRING_VALUE",
1419
1496
  * // message: "STRING_VALUE",
1497
+ * // messages: "<AgentSpokenPhraseList>",
1420
1498
  * // channels: "<AgentCapabilityChannelsList>",
1421
1499
  * // annotations: "<AgentToolAnnotationsList>",
1422
1500
  * // },
@@ -1495,6 +1573,9 @@ declare const UpdateAgentCommand_base: {
1495
1573
  * // kb: {
1496
1574
  * // knowledgeBaseId: "STRING_VALUE",
1497
1575
  * // instructions: "STRING_VALUE",
1576
+ * // searchStrategy: "bm25" || "vector" || "hybrid",
1577
+ * // searchThreshold: "low" || "medium" || "high",
1578
+ * // searchLimit: Number("int"),
1498
1579
  * // channels: "<AgentCapabilityChannelsList>",
1499
1580
  * // annotations: "<AgentToolAnnotationsList>",
1500
1581
  * // },
@@ -1532,6 +1613,7 @@ declare const UpdateAgentCommand_base: {
1532
1613
  * // transfer: "<AgentTransferCapability>",
1533
1614
  * // suggestions: {
1534
1615
  * // name: "STRING_VALUE",
1616
+ * // instructions: "STRING_VALUE",
1535
1617
  * // channels: "<AgentCapabilityChannelsList>",
1536
1618
  * // annotations: "<AgentToolAnnotationsList>",
1537
1619
  * // },
@@ -161,6 +161,41 @@ export declare const AgentHangupPipelineType: {
161
161
  * @public
162
162
  */
163
163
  export type AgentHangupPipelineType = (typeof AgentHangupPipelineType)[keyof typeof AgentHangupPipelineType];
164
+ /**
165
+ * @public
166
+ * @enum
167
+ */
168
+ export declare const KnowledgeBaseSearchStrategy: {
169
+ /**
170
+ * Full-text keyword search. Suits corpora callers address by exact product name, code or error string.
171
+ */
172
+ readonly BM25: "bm25";
173
+ /**
174
+ * Both, combined. The service default and the right answer for most agents.
175
+ */
176
+ readonly HYBRID: "hybrid";
177
+ /**
178
+ * Semantic similarity over embeddings. Suits callers who paraphrase rather than quote.
179
+ */
180
+ readonly VECTOR: "vector";
181
+ };
182
+ /**
183
+ * @public
184
+ */
185
+ export type KnowledgeBaseSearchStrategy = (typeof KnowledgeBaseSearchStrategy)[keyof typeof KnowledgeBaseSearchStrategy];
186
+ /**
187
+ * @public
188
+ * @enum
189
+ */
190
+ export declare const KnowledgeBaseSearchThreshold: {
191
+ readonly HIGH: "high";
192
+ readonly LOW: "low";
193
+ readonly MEDIUM: "medium";
194
+ };
195
+ /**
196
+ * @public
197
+ */
198
+ export type KnowledgeBaseSearchThreshold = (typeof KnowledgeBaseSearchThreshold)[keyof typeof KnowledgeBaseSearchThreshold];
164
199
  /**
165
200
  * @public
166
201
  * @enum
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { ActorType, AgentGuardrailErrorMode, AgentGuardrailMode, AgentGuardrailPreset, AgentGuardrailSensitivity, AgentGuardrailWindow, AgentHandoverPipelineType, AgentHandoverVariant, AgentHangupPipelineType, AgentStatus, AgentToolPipelineType, AgentTransferPipelineType, AgentTransferVariant, AgentVariableType, AgentVisibility, AgentWorkflowEntryBehavior, AgentWorkflowFailureKind, AgentWorkflowLayout, AgentWorkflowMessageButtonVariant, ChannelType, SandboxNetworkAccess, SandboxSize, VoicePronunciationEncoding, WebSearchContextSize } from "./enums";
2
+ import type { ActorType, AgentGuardrailErrorMode, AgentGuardrailMode, AgentGuardrailPreset, AgentGuardrailSensitivity, AgentGuardrailWindow, AgentHandoverPipelineType, AgentHandoverVariant, AgentHangupPipelineType, AgentStatus, AgentToolPipelineType, AgentTransferPipelineType, AgentTransferVariant, AgentVariableType, AgentVisibility, AgentWorkflowEntryBehavior, AgentWorkflowFailureKind, AgentWorkflowLayout, AgentWorkflowMessageButtonVariant, ChannelType, KnowledgeBaseSearchStrategy, KnowledgeBaseSearchThreshold, SandboxNetworkAccess, SandboxSize, VoicePronunciationEncoding, WebSearchContextSize } from "./enums";
3
3
  /**
4
4
  * A user or group that access is granted to.
5
5
  * @public
@@ -220,15 +220,41 @@ export interface VoiceInterruptionSettings {
220
220
  */
221
221
  minWords?: number | undefined;
222
222
  }
223
+ /**
224
+ * One phrase in one language, for a capability that speaks a fixed line on the voice channel.
225
+ * Which entry is spoken is decided by the call's current language — the one the call resolved
226
+ * to at connect, or the one automatic detection switched to — matched on `language`
227
+ * CASE-INSENSITIVELY, the same rule `VoiceBotSpokenPhrase` states for the legacy stack, so a
228
+ * code written in either case reaches the same entry on either. Blank `text` means the agent
229
+ * says nothing in that language; it does NOT fall back to the language-agnostic member beside
230
+ * the list, which would speak one language's text in another language's voice.
231
+ * @public
232
+ */
233
+ export interface AgentSpokenPhrase {
234
+ /**
235
+ * BCP-47 language tag, optionally with a region subtag: 'en', 'en-US', 'pt-BR'. Deliberately a
236
+ * constrained string rather than an enum: the offerable set is a property of the selected
237
+ * recogniser and changes with it, so an enumeration here would cap the set at whatever was known
238
+ * when the model was released.
239
+ * @public
240
+ */
241
+ language: string;
242
+ text: string;
243
+ }
223
244
  /**
224
245
  * @public
225
246
  */
226
247
  export interface VoiceTerminateHangupAction {
227
248
  /**
228
- * Message played before hanging up.
249
+ * Message played before hanging up. Played in every language of the call while `messages` is absent or empty; not consulted once `messages` carries any entry.
229
250
  * @public
230
251
  */
231
252
  message?: string | undefined;
253
+ /**
254
+ * Per-language messages played before hanging up. Same rule as `AgentTool.startMessages`: the entry for the call's current language is played, a language with no entry is silent, and with no effective speech configuration `message` is played.
255
+ * @public
256
+ */
257
+ messages?: AgentSpokenPhrase[] | undefined;
232
258
  }
233
259
  /**
234
260
  * @public
@@ -815,10 +841,15 @@ export interface AgentConnectorCapability {
815
841
  */
816
842
  id: string;
817
843
  /**
818
- * Message spoken when a connector action call starts. Honoured on the voice channel. Mirrors `AgentTool.startMessage`. Not applied to the read-only `help` action.
844
+ * Message spoken when a connector action call starts. Honoured on the voice channel. Mirrors `AgentTool.startMessage`. Not applied to the read-only `help` action. Not consulted once `startMessages` carries any entry.
819
845
  * @public
820
846
  */
821
847
  startMessage?: string | undefined;
848
+ /**
849
+ * Forward-compatible per-language connector start messages, mirroring `AgentTool.startMessages`. Accepted and stored so clients can configure connector and tool phrases consistently, but currently ignored at execution time because the voice runtime does not read connector start messages yet. Runtime enablement is tracked in wilma-services docs/todo.md item 8.
850
+ * @public
851
+ */
852
+ startMessages?: AgentSpokenPhrase[] | undefined;
822
853
  /**
823
854
  * How the model waits for a connector action and whether it synthesizes a reply from the result. The `help` action carries no pipeline.
824
855
  * @public
@@ -975,6 +1006,21 @@ export interface AgentKnowledgeBase {
975
1006
  * @public
976
1007
  */
977
1008
  instructions?: string | undefined;
1009
+ /**
1010
+ * Search algorithm used for this capability. Defaults to the knowledge base service's own default (`hybrid`) when omitted.
1011
+ * @public
1012
+ */
1013
+ searchStrategy?: KnowledgeBaseSearchStrategy | undefined;
1014
+ /**
1015
+ * Minimum similarity a passage needs to be returned by this capability. Defaults to the knowledge base service's own default (`medium`) when omitted. Worth raising on voice, where an off-target passage is spoken aloud.
1016
+ * @public
1017
+ */
1018
+ searchThreshold?: KnowledgeBaseSearchThreshold | undefined;
1019
+ /**
1020
+ * Maximum number of passages this capability returns. Defaults to the knowledge base service's own default (10) when omitted. Keep it low on voice: every passage is prompt the model reads before it can speak.
1021
+ * @public
1022
+ */
1023
+ searchLimit?: number | undefined;
978
1024
  /**
979
1025
  * Channels this capability is offered on. Absent or empty — the default — means every channel the agent serves
980
1026
  * that can honour it. Listing channels narrows that set and never widens it: a `transfer` listed for `chat` is
@@ -1086,6 +1132,20 @@ export interface AgentSuggestionsCapability {
1086
1132
  * @public
1087
1133
  */
1088
1134
  name?: string | undefined;
1135
+ /**
1136
+ * Steers what the suggestions say. Appended to the platform's own generation prompt rather than
1137
+ * replacing it, so the shape of a suggestion — short, tappable, a plausible next thing to send —
1138
+ * stays the platform's to keep, and this narrows the subject: 'offer a callback and a link to the
1139
+ * status page, never a discount'.
1140
+ *
1141
+ * NOT a tool description, unlike the `description` every other capability carries: suggestions are
1142
+ * not a tool the model chooses to call. They are generated from a reply that has already been
1143
+ * written, so there is no decision to describe — only the generation to steer.
1144
+ *
1145
+ * Absent means the platform's prompt alone.
1146
+ * @public
1147
+ */
1148
+ instructions?: string | undefined;
1089
1149
  /**
1090
1150
  * Channels this capability is offered on. Absent or empty — the default — means every channel the agent serves
1091
1151
  * that can honour it. Listing channels narrows that set and never widens it: a `transfer` listed for `chat` is
@@ -1190,10 +1250,19 @@ export interface AgentTool {
1190
1250
  */
1191
1251
  fields?: AgentToolField[] | undefined;
1192
1252
  /**
1193
- * Message spoken when the tool call starts. Honoured on the voice channel.
1253
+ * Message spoken when the tool call starts. Honoured on the voice channel. Spoken in every language of the call while `startMessages` is absent or empty; not consulted once `startMessages` carries any entry.
1194
1254
  * @public
1195
1255
  */
1196
1256
  startMessage?: string | undefined;
1257
+ /**
1258
+ * Per-language start messages. When present and non-empty, the entry for the call's current
1259
+ * language is spoken and `startMessage` is not consulted; a language with no entry is silent.
1260
+ * When absent or empty, `startMessage` is spoken as before. On a call with no effective speech
1261
+ * configuration — no configured languages, or a PBX below protocol 2 — `startMessage` is spoken
1262
+ * regardless, because there is no current language to choose by.
1263
+ * @public
1264
+ */
1265
+ startMessages?: AgentSpokenPhrase[] | undefined;
1197
1266
  /**
1198
1267
  * How the model waits for the tool and whether it synthesizes a reply from the result.
1199
1268
  * @public
@@ -1276,10 +1345,15 @@ export interface AgentWaitCapability {
1276
1345
  */
1277
1346
  description?: string | undefined;
1278
1347
  /**
1279
- * Message spoken when entering the wait state.
1348
+ * Message spoken when entering the wait state. Spoken in every language of the call while `messages` is absent or empty; not consulted once `messages` carries any entry.
1280
1349
  * @public
1281
1350
  */
1282
1351
  message?: string | undefined;
1352
+ /**
1353
+ * Per-language wait messages. Same rule as `AgentTool.startMessages`: the entry for the call's current language is spoken, a language with no entry is silent, and with no effective speech configuration `message` is spoken.
1354
+ * @public
1355
+ */
1356
+ messages?: AgentSpokenPhrase[] | undefined;
1283
1357
  /**
1284
1358
  * Channels this capability is offered on. Absent or empty — the default — means every channel the agent serves
1285
1359
  * that can honour it. Listing channels narrows that set and never widens it: a `transfer` listed for `chat` is
@@ -39,6 +39,7 @@ export declare var AgentInfo$: StaticStructureSchema;
39
39
  export declare var AgentKnowledgeBase$: StaticStructureSchema;
40
40
  export declare var AgentSettings$: StaticStructureSchema;
41
41
  export declare var AgentSnapshotSandboxOptions$: StaticStructureSchema;
42
+ export declare var AgentSpokenPhrase$: StaticStructureSchema;
42
43
  export declare var AgentSqsEngine$: StaticStructureSchema;
43
44
  export declare var AgentSuggestionsCapability$: StaticStructureSchema;
44
45
  export declare var AgentTool$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,59 +1,59 @@
1
1
  {
2
- "name": "@wildix/wilma-agents-client",
3
- "description": "@wildix/wilma-agents-client client",
4
- "version": "1.0.42",
5
- "scripts": {
6
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
- "build:cjs": "tsc -p tsconfig.cjs.json",
8
- "build:es": "tsc -p tsconfig.es.json",
9
- "build:types": "tsc -p tsconfig.types.json",
10
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
- "prepack": "yarn run clean && yarn run build",
13
- "postpublish": "node ../../scripts/postpublish.js"
14
- },
15
- "main": "./dist-cjs/index.js",
16
- "types": "./dist-types/index.d.ts",
17
- "module": "./dist-es/index.js",
18
- "sideEffects": false,
19
- "dependencies": {
20
- "tslib": "^2.6.2",
21
- "@aws-crypto/sha256-browser": "5.2.0",
22
- "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "^3.974.15",
24
- "@smithy/core": "^3.24.5",
25
- "@smithy/fetch-http-handler": "^5.4.5",
26
- "@smithy/node-http-handler": "^4.7.5",
27
- "@smithy/types": "^4.14.2",
28
- "@wildix/smithy-react-native": "^1.0.0"
29
- },
30
- "devDependencies": {
31
- "@tsconfig/node20": "20.1.8",
32
- "concurrently": "7.0.0",
33
- "downlevel-dts": "0.10.1",
34
- "premove": "4.0.0",
35
- "typescript": "~5.8.3",
36
- "@types/node": "^20.14.8"
37
- },
38
- "engines": {
39
- "node": ">=20.0.0"
40
- },
41
- "typesVersions": {
42
- "<4.5": {
43
- "dist-types/*": [
44
- "dist-types/ts3.4/*"
45
- ]
2
+ "name": "@wildix/wilma-agents-client",
3
+ "description": "@wildix/wilma-agents-client client",
4
+ "version": "1.0.44",
5
+ "scripts": {
6
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
+ "build:cjs": "tsc -p tsconfig.cjs.json",
8
+ "build:es": "tsc -p tsconfig.es.json",
9
+ "build:types": "tsc -p tsconfig.types.json",
10
+ "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
+ "prepack": "yarn run clean && yarn run build",
13
+ "postpublish": "node ../../scripts/postpublish.js"
14
+ },
15
+ "main": "./dist-cjs/index.js",
16
+ "types": "./dist-types/index.d.ts",
17
+ "module": "./dist-es/index.js",
18
+ "sideEffects": false,
19
+ "dependencies": {
20
+ "tslib": "^2.6.2",
21
+ "@aws-crypto/sha256-browser": "5.2.0",
22
+ "@aws-crypto/sha256-js": "5.2.0",
23
+ "@aws-sdk/core": "^3.974.15",
24
+ "@smithy/core": "^3.24.5",
25
+ "@smithy/fetch-http-handler": "^5.4.5",
26
+ "@smithy/node-http-handler": "^4.7.5",
27
+ "@smithy/types": "^4.14.2",
28
+ "@wildix/smithy-react-native": "^1.0.0"
29
+ },
30
+ "devDependencies": {
31
+ "@tsconfig/node20": "20.1.8",
32
+ "concurrently": "7.0.0",
33
+ "downlevel-dts": "0.10.1",
34
+ "premove": "4.0.0",
35
+ "typescript": "~5.8.3",
36
+ "@types/node": "^20.14.8"
37
+ },
38
+ "engines": {
39
+ "node": ">=20.0.0"
40
+ },
41
+ "typesVersions": {
42
+ "<4.5": {
43
+ "dist-types/*": [
44
+ "dist-types/ts3.4/*"
45
+ ]
46
+ }
47
+ },
48
+ "files": [
49
+ "dist-*/**"
50
+ ],
51
+ "license": "Apache-2.0",
52
+ "react-native": {
53
+ "@aws-sdk/core/client": "@aws-sdk/core/dist-es/submodules/client/index.native.js",
54
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
55
+ },
56
+ "browser": {
57
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
46
58
  }
47
- },
48
- "files": [
49
- "dist-*/**"
50
- ],
51
- "license": "Apache-2.0",
52
- "react-native": {
53
- "@aws-sdk/core/client": "@aws-sdk/core/dist-es/submodules/client/index.native.js",
54
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
55
- },
56
- "browser": {
57
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
58
- }
59
59
  }