@wildix/wilma-agents-client 1.0.46 → 1.0.48
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.
- package/dist-cjs/schemas/schemas_0.js +5 -4
- package/dist-es/schemas/schemas_0.js +5 -4
- package/dist-types/commands/CreateAgentCommand.d.ts +16 -2
- package/dist-types/commands/GetAgentCommand.d.ts +8 -1
- package/dist-types/commands/GetAgentVersionCommand.d.ts +8 -1
- package/dist-types/commands/ListAgentsCommand.d.ts +8 -1
- package/dist-types/commands/ListAgentsNamesCommand.d.ts +1 -0
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +8 -1
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +8 -1
- package/dist-types/commands/UpdateAgentCommand.d.ts +16 -2
- package/dist-types/models/models_0.d.ts +71 -31
- package/package.json +57 -57
|
@@ -210,6 +210,7 @@ const _VTS = "VoiceTranscriptionSettings";
|
|
|
210
210
|
const _VTT = "VoiceTransferTarget";
|
|
211
211
|
const _WSUL = "WebSearchUserLocation";
|
|
212
212
|
const _a = "access";
|
|
213
|
+
const _aAE = "assistantAudioEnabled";
|
|
213
214
|
const _aD = "allowedDomains";
|
|
214
215
|
const _aDu = "autoDetect";
|
|
215
216
|
const _aI = "agentId";
|
|
@@ -597,8 +598,8 @@ exports.AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
597
598
|
];
|
|
598
599
|
exports.AgentInfo$ = [3, n2, _AI,
|
|
599
600
|
0,
|
|
600
|
-
[_i, _n, _st, _ch, _p, _ca, _sC, _sI, _as, _lV],
|
|
601
|
-
[0, 0, 0, 64 | 0, 0, 0, 2, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
|
|
601
|
+
[_i, _n, _st, _ch, _p, _ca, _sC, _aAE, _sI, _as, _lV],
|
|
602
|
+
[0, 0, 0, 64 | 0, 0, 0, 2, 2, 64 | 0, () => exports.AssistantUiSettings$, 1], 4
|
|
602
603
|
];
|
|
603
604
|
exports.AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
604
605
|
0,
|
|
@@ -912,8 +913,8 @@ exports.AssistantChannelSettings$ = [3, n2, _ACS,
|
|
|
912
913
|
];
|
|
913
914
|
exports.AssistantLanguage$ = [3, n2, _AL,
|
|
914
915
|
0,
|
|
915
|
-
[_cod, _vo, _iD],
|
|
916
|
-
[0, 0, 2],
|
|
916
|
+
[_cod, _vo, _iD, _pron],
|
|
917
|
+
[0, 0, 2, () => VoicePronunciationList], 1
|
|
917
918
|
];
|
|
918
919
|
exports.AssistantQuickCommand$ = [3, n2, _AQC,
|
|
919
920
|
0,
|
|
@@ -204,6 +204,7 @@ const _VTS = "VoiceTranscriptionSettings";
|
|
|
204
204
|
const _VTT = "VoiceTransferTarget";
|
|
205
205
|
const _WSUL = "WebSearchUserLocation";
|
|
206
206
|
const _a = "access";
|
|
207
|
+
const _aAE = "assistantAudioEnabled";
|
|
207
208
|
const _aD = "allowedDomains";
|
|
208
209
|
const _aDu = "autoDetect";
|
|
209
210
|
const _aI = "agentId";
|
|
@@ -591,8 +592,8 @@ export var AgentHangupPipeline$ = [3, n2, _AHPg,
|
|
|
591
592
|
];
|
|
592
593
|
export var AgentInfo$ = [3, n2, _AI,
|
|
593
594
|
0,
|
|
594
|
-
[_i, _n, _st, _ch, _p, _ca, _sC, _sI, _as, _lV],
|
|
595
|
-
[0, 0, 0, 64 | 0, 0, 0, 2, 64 | 0, () => AssistantUiSettings$, 1], 4
|
|
595
|
+
[_i, _n, _st, _ch, _p, _ca, _sC, _aAE, _sI, _as, _lV],
|
|
596
|
+
[0, 0, 0, 64 | 0, 0, 0, 2, 2, 64 | 0, () => AssistantUiSettings$, 1], 4
|
|
596
597
|
];
|
|
597
598
|
export var AgentKnowledgeBase$ = [3, n2, _AKB,
|
|
598
599
|
0,
|
|
@@ -906,8 +907,8 @@ export var AssistantChannelSettings$ = [3, n2, _ACS,
|
|
|
906
907
|
];
|
|
907
908
|
export var AssistantLanguage$ = [3, n2, _AL,
|
|
908
909
|
0,
|
|
909
|
-
[_cod, _vo, _iD],
|
|
910
|
-
[0, 0, 2],
|
|
910
|
+
[_cod, _vo, _iD, _pron],
|
|
911
|
+
[0, 0, 2, () => VoicePronunciationList], 1
|
|
911
912
|
];
|
|
912
913
|
export var AssistantQuickCommand$ = [3, n2, _AQC,
|
|
913
914
|
0,
|
|
@@ -152,8 +152,15 @@ declare const CreateAgentCommand_base: {
|
|
|
152
152
|
* languages: [ // AssistantLanguageList // required
|
|
153
153
|
* { // AssistantLanguage
|
|
154
154
|
* code: "STRING_VALUE", // required
|
|
155
|
-
* voice: "STRING_VALUE",
|
|
155
|
+
* voice: "STRING_VALUE",
|
|
156
156
|
* isDefault: true || false,
|
|
157
|
+
* pronunciations: [
|
|
158
|
+
* {
|
|
159
|
+
* phrase: "STRING_VALUE", // required
|
|
160
|
+
* as: "STRING_VALUE", // required
|
|
161
|
+
* encoding: "alias" || "ipa",
|
|
162
|
+
* },
|
|
163
|
+
* ],
|
|
157
164
|
* },
|
|
158
165
|
* ],
|
|
159
166
|
* transcription: { // AssistantTranscriptionSettings
|
|
@@ -1055,8 +1062,15 @@ declare const CreateAgentCommand_base: {
|
|
|
1055
1062
|
* // languages: [ // AssistantLanguageList // required
|
|
1056
1063
|
* // { // AssistantLanguage
|
|
1057
1064
|
* // code: "STRING_VALUE", // required
|
|
1058
|
-
* // voice: "STRING_VALUE",
|
|
1065
|
+
* // voice: "STRING_VALUE",
|
|
1059
1066
|
* // isDefault: true || false,
|
|
1067
|
+
* // pronunciations: [
|
|
1068
|
+
* // {
|
|
1069
|
+
* // phrase: "STRING_VALUE", // required
|
|
1070
|
+
* // as: "STRING_VALUE", // required
|
|
1071
|
+
* // encoding: "alias" || "ipa",
|
|
1072
|
+
* // },
|
|
1073
|
+
* // ],
|
|
1060
1074
|
* // },
|
|
1061
1075
|
* // ],
|
|
1062
1076
|
* // transcription: { // AssistantTranscriptionSettings
|
|
@@ -159,8 +159,15 @@ declare const GetAgentCommand_base: {
|
|
|
159
159
|
* // languages: [ // AssistantLanguageList // required
|
|
160
160
|
* // { // AssistantLanguage
|
|
161
161
|
* // code: "STRING_VALUE", // required
|
|
162
|
-
* // voice: "STRING_VALUE",
|
|
162
|
+
* // voice: "STRING_VALUE",
|
|
163
163
|
* // isDefault: true || false,
|
|
164
|
+
* // pronunciations: [
|
|
165
|
+
* // {
|
|
166
|
+
* // phrase: "STRING_VALUE", // required
|
|
167
|
+
* // as: "STRING_VALUE", // required
|
|
168
|
+
* // encoding: "alias" || "ipa",
|
|
169
|
+
* // },
|
|
170
|
+
* // ],
|
|
164
171
|
* // },
|
|
165
172
|
* // ],
|
|
166
173
|
* // transcription: { // AssistantTranscriptionSettings
|
|
@@ -166,8 +166,15 @@ declare const GetAgentVersionCommand_base: {
|
|
|
166
166
|
* // languages: [ // AssistantLanguageList // required
|
|
167
167
|
* // { // AssistantLanguage
|
|
168
168
|
* // code: "STRING_VALUE", // required
|
|
169
|
-
* // voice: "STRING_VALUE",
|
|
169
|
+
* // voice: "STRING_VALUE",
|
|
170
170
|
* // isDefault: true || false,
|
|
171
|
+
* // pronunciations: [
|
|
172
|
+
* // {
|
|
173
|
+
* // phrase: "STRING_VALUE", // required
|
|
174
|
+
* // as: "STRING_VALUE", // required
|
|
175
|
+
* // encoding: "alias" || "ipa",
|
|
176
|
+
* // },
|
|
177
|
+
* // ],
|
|
171
178
|
* // },
|
|
172
179
|
* // ],
|
|
173
180
|
* // transcription: { // AssistantTranscriptionSettings
|
|
@@ -164,8 +164,15 @@ declare const ListAgentsCommand_base: {
|
|
|
164
164
|
* // languages: [ // AssistantLanguageList // required
|
|
165
165
|
* // { // AssistantLanguage
|
|
166
166
|
* // code: "STRING_VALUE", // required
|
|
167
|
-
* // voice: "STRING_VALUE",
|
|
167
|
+
* // voice: "STRING_VALUE",
|
|
168
168
|
* // isDefault: true || false,
|
|
169
|
+
* // pronunciations: [
|
|
170
|
+
* // {
|
|
171
|
+
* // phrase: "STRING_VALUE", // required
|
|
172
|
+
* // as: "STRING_VALUE", // required
|
|
173
|
+
* // encoding: "alias" || "ipa",
|
|
174
|
+
* // },
|
|
175
|
+
* // ],
|
|
169
176
|
* // },
|
|
170
177
|
* // ],
|
|
171
178
|
* // transcription: { // AssistantTranscriptionSettings
|
|
@@ -168,8 +168,15 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
168
168
|
* // languages: [ // AssistantLanguageList // required
|
|
169
169
|
* // { // AssistantLanguage
|
|
170
170
|
* // code: "STRING_VALUE", // required
|
|
171
|
-
* // voice: "STRING_VALUE",
|
|
171
|
+
* // voice: "STRING_VALUE",
|
|
172
172
|
* // isDefault: true || false,
|
|
173
|
+
* // pronunciations: [
|
|
174
|
+
* // {
|
|
175
|
+
* // phrase: "STRING_VALUE", // required
|
|
176
|
+
* // as: "STRING_VALUE", // required
|
|
177
|
+
* // encoding: "alias" || "ipa",
|
|
178
|
+
* // },
|
|
179
|
+
* // ],
|
|
173
180
|
* // },
|
|
174
181
|
* // ],
|
|
175
182
|
* // transcription: { // AssistantTranscriptionSettings
|
|
@@ -161,8 +161,15 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
161
161
|
* // languages: [ // AssistantLanguageList // required
|
|
162
162
|
* // { // AssistantLanguage
|
|
163
163
|
* // code: "STRING_VALUE", // required
|
|
164
|
-
* // voice: "STRING_VALUE",
|
|
164
|
+
* // voice: "STRING_VALUE",
|
|
165
165
|
* // isDefault: true || false,
|
|
166
|
+
* // pronunciations: [
|
|
167
|
+
* // {
|
|
168
|
+
* // phrase: "STRING_VALUE", // required
|
|
169
|
+
* // as: "STRING_VALUE", // required
|
|
170
|
+
* // encoding: "alias" || "ipa",
|
|
171
|
+
* // },
|
|
172
|
+
* // ],
|
|
166
173
|
* // },
|
|
167
174
|
* // ],
|
|
168
175
|
* // transcription: { // AssistantTranscriptionSettings
|
|
@@ -152,8 +152,15 @@ declare const UpdateAgentCommand_base: {
|
|
|
152
152
|
* languages: [ // AssistantLanguageList // required
|
|
153
153
|
* { // AssistantLanguage
|
|
154
154
|
* code: "STRING_VALUE", // required
|
|
155
|
-
* voice: "STRING_VALUE",
|
|
155
|
+
* voice: "STRING_VALUE",
|
|
156
156
|
* isDefault: true || false,
|
|
157
|
+
* pronunciations: [
|
|
158
|
+
* {
|
|
159
|
+
* phrase: "STRING_VALUE", // required
|
|
160
|
+
* as: "STRING_VALUE", // required
|
|
161
|
+
* encoding: "alias" || "ipa",
|
|
162
|
+
* },
|
|
163
|
+
* ],
|
|
157
164
|
* },
|
|
158
165
|
* ],
|
|
159
166
|
* transcription: { // AssistantTranscriptionSettings
|
|
@@ -1057,8 +1064,15 @@ declare const UpdateAgentCommand_base: {
|
|
|
1057
1064
|
* // languages: [ // AssistantLanguageList // required
|
|
1058
1065
|
* // { // AssistantLanguage
|
|
1059
1066
|
* // code: "STRING_VALUE", // required
|
|
1060
|
-
* // voice: "STRING_VALUE",
|
|
1067
|
+
* // voice: "STRING_VALUE",
|
|
1061
1068
|
* // isDefault: true || false,
|
|
1069
|
+
* // pronunciations: [
|
|
1070
|
+
* // {
|
|
1071
|
+
* // phrase: "STRING_VALUE", // required
|
|
1072
|
+
* // as: "STRING_VALUE", // required
|
|
1073
|
+
* // encoding: "alias" || "ipa",
|
|
1074
|
+
* // },
|
|
1075
|
+
* // ],
|
|
1062
1076
|
* // },
|
|
1063
1077
|
* // ],
|
|
1064
1078
|
* // transcription: { // AssistantTranscriptionSettings
|
|
@@ -57,6 +57,30 @@ export interface AgentAccess {
|
|
|
57
57
|
*/
|
|
58
58
|
grants?: AgentGrantPrincipal[] | undefined;
|
|
59
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* A pronunciation rule for one phrase. Belongs to a LANGUAGE, not to the agent: 'Wildix' is
|
|
62
|
+
* respelled differently for an Italian and a German voice, so one list shared ACROSS languages
|
|
63
|
+
* would fight itself. That is why the rules hang off the language and nowhere else — there is no
|
|
64
|
+
* company-wide dictionary above them to inherit from, or to disagree with.
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface VoicePronunciation {
|
|
68
|
+
/**
|
|
69
|
+
* The phrase as it appears in the text, e.g. 'Wildix'. Bounded because every rule is compiled into ONE regular expression — see the list below.
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
phrase: string;
|
|
73
|
+
/**
|
|
74
|
+
* Respelling (ALIAS) or phonetic transcription (IPA), e.g. 'Wil-dix'.
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
as: string;
|
|
78
|
+
/**
|
|
79
|
+
* Defaults to ALIAS.
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
encoding?: VoicePronunciationEncoding | undefined;
|
|
83
|
+
}
|
|
60
84
|
/**
|
|
61
85
|
* One language the assistant audio channel can recognise and speak. There is deliberately no
|
|
62
86
|
* greeting here: an assistant conversation is already open when its audio call starts, so there
|
|
@@ -70,10 +94,19 @@ export interface AssistantLanguage {
|
|
|
70
94
|
*/
|
|
71
95
|
code: string;
|
|
72
96
|
/**
|
|
73
|
-
* Voice this language speaks with. Reuses the channel-neutral URI value so providers and
|
|
97
|
+
* Voice this language speaks with. Reuses the channel-neutral URI value so providers and
|
|
98
|
+
* synthesis parameters have the same representation in every channel without coupling their
|
|
99
|
+
* language rules.
|
|
100
|
+
*
|
|
101
|
+
* REQUIRED ONLY FOR THE 'voice' ENGINE, enforced in the service rather than here (at
|
|
102
|
+
* `validateAssistantSpeechSettings`, which reads the engine this contract has no view of).
|
|
103
|
+
* 'gpt-live', 'gemini-live' and 'gemini-live-thinking' hold the audio and speak with the
|
|
104
|
+
* gateway's own voice (see AssistantAudioEngine); a language row for one of them carries no
|
|
105
|
+
* voice, and a caller configuring a gateway agent must not have to invent a synthesis URI
|
|
106
|
+
* nobody will ever hear just to satisfy this member.
|
|
74
107
|
* @public
|
|
75
108
|
*/
|
|
76
|
-
voice
|
|
109
|
+
voice?: string | undefined;
|
|
77
110
|
/**
|
|
78
111
|
* Marks the language used when the caller's language matches nothing configured.
|
|
79
112
|
*
|
|
@@ -89,6 +122,21 @@ export interface AssistantLanguage {
|
|
|
89
122
|
* @public
|
|
90
123
|
*/
|
|
91
124
|
isDefault?: boolean | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* The rules this language is spoken with, same shape and same per-language ownership as
|
|
127
|
+
* VoiceLanguage.pronunciations — a respelling is about how a synthesized reply SOUNDS, not
|
|
128
|
+
* about how a conversation starts, so the rationale that leaves `greeting` off this structure
|
|
129
|
+
* does not apply here. Absent means no respellings for this language, distinct from the voice
|
|
130
|
+
* channel's OWN configured rules for the same language: an agent's assistant audio does not
|
|
131
|
+
* inherit them, so a name gets fixed once and read once, on whichever channel it is saved.
|
|
132
|
+
*
|
|
133
|
+
* READ ONLY BY THE 'voice' ENGINE, same conditionality as `voice` above and for the same
|
|
134
|
+
* reason: 'gpt-live', 'gemini-live' and 'gemini-live-thinking' hold the audio and speak with
|
|
135
|
+
* the gateway's own voice, never this service's synthesis path, so a rule saved here on a
|
|
136
|
+
* gateway agent configures a respelling nothing will ever apply.
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
pronunciations?: VoicePronunciation[] | undefined;
|
|
92
140
|
}
|
|
93
141
|
/**
|
|
94
142
|
* Speech-to-text configuration owned by the assistant channel, so changes to assistant
|
|
@@ -119,8 +167,14 @@ export interface AssistantTranscriptionSettings {
|
|
|
119
167
|
export interface AssistantSpeechSettings {
|
|
120
168
|
/**
|
|
121
169
|
* Languages the assistant audio channel can recognise and speak. The @length bound is a
|
|
122
|
-
* STORAGE ceiling, not
|
|
123
|
-
*
|
|
170
|
+
* STORAGE ceiling, not a promise about what a recogniser accepts at once — unlike the voice
|
|
171
|
+
* channel, where a caller opts into identification with `autoDetect`, THIS channel derives
|
|
172
|
+
* identification from `languages` and turns it on whenever the recogniser can identify among
|
|
173
|
+
* more than one, so every one of the up to ten rows here can become a live candidate list. The
|
|
174
|
+
* service does not clamp that list to a recogniser's own practical limit today (Amazon
|
|
175
|
+
* Transcribe's documented recommendation for streaming identification is five); a caller
|
|
176
|
+
* configuring more than a recogniser accepts should expect degraded identification or a
|
|
177
|
+
* rejected stream, not a refusal from this contract.
|
|
124
178
|
* @public
|
|
125
179
|
*/
|
|
126
180
|
languages: AssistantLanguage[];
|
|
@@ -433,30 +487,6 @@ export interface VoiceSilenceTimeoutSettings {
|
|
|
433
487
|
seconds: number;
|
|
434
488
|
action: VoiceTerminateAction;
|
|
435
489
|
}
|
|
436
|
-
/**
|
|
437
|
-
* A pronunciation rule for one phrase. Belongs to a LANGUAGE, not to the agent: 'Wildix' is
|
|
438
|
-
* respelled differently for an Italian and a German voice, so one list shared ACROSS languages
|
|
439
|
-
* would fight itself. That is why the rules hang off the language and nowhere else — there is no
|
|
440
|
-
* company-wide dictionary above them to inherit from, or to disagree with.
|
|
441
|
-
* @public
|
|
442
|
-
*/
|
|
443
|
-
export interface VoicePronunciation {
|
|
444
|
-
/**
|
|
445
|
-
* The phrase as it appears in the text, e.g. 'Wildix'. Bounded because every rule is compiled into ONE regular expression — see the list below.
|
|
446
|
-
* @public
|
|
447
|
-
*/
|
|
448
|
-
phrase: string;
|
|
449
|
-
/**
|
|
450
|
-
* Respelling (ALIAS) or phonetic transcription (IPA), e.g. 'Wil-dix'.
|
|
451
|
-
* @public
|
|
452
|
-
*/
|
|
453
|
-
as: string;
|
|
454
|
-
/**
|
|
455
|
-
* Defaults to ALIAS.
|
|
456
|
-
* @public
|
|
457
|
-
*/
|
|
458
|
-
encoding?: VoicePronunciationEncoding | undefined;
|
|
459
|
-
}
|
|
460
490
|
/**
|
|
461
491
|
* One configured language: its voice, its initial phrase and its pronunciation rules.
|
|
462
492
|
* @public
|
|
@@ -555,9 +585,14 @@ export interface VoiceTranscriptionSettings {
|
|
|
555
585
|
*/
|
|
556
586
|
export interface VoiceSpeechSettings {
|
|
557
587
|
/**
|
|
558
|
-
* Configured languages. The @length bound is a STORAGE ceiling, not
|
|
559
|
-
*
|
|
560
|
-
*
|
|
588
|
+
* Configured languages. The @length bound is a STORAGE ceiling, not a promise about what a
|
|
589
|
+
* recogniser accepts at once: automatic detection here is opt-in (`transcription.autoDetect`),
|
|
590
|
+
* and once a caller turns it on, the service does not clamp the resulting candidate list to a
|
|
591
|
+
* recogniser's own practical limit today (Amazon Transcribe's documented recommendation for
|
|
592
|
+
* streaming identification is five) — a caller who both opts in and configures more than a
|
|
593
|
+
* recogniser accepts should expect degraded identification or a rejected stream, not a refusal
|
|
594
|
+
* from this contract. With detection off, only the single resolved language is ever sent, so
|
|
595
|
+
* the ceiling never becomes a candidate-list problem at all.
|
|
561
596
|
* @public
|
|
562
597
|
*/
|
|
563
598
|
languages: VoiceLanguage[];
|
|
@@ -3546,6 +3581,11 @@ export interface AgentInfo {
|
|
|
3546
3581
|
* @public
|
|
3547
3582
|
*/
|
|
3548
3583
|
speechConfigured?: boolean | undefined;
|
|
3584
|
+
/**
|
|
3585
|
+
* Whether the assistant channel accepts audio calls, from `channels.assistant.audio.enabled`. `ChannelType.ASSISTANT` on `channels` says the assistant surface is served; this is the one bit end-user clients need to decide whether to offer a microphone on it at all, since `channels.assistant.audio` itself carries speech policy an end user must not see. Named for the flag it carries rather than the block it is read from — `assistant` two members below is the whole `AssistantUiSettings` structure, and a name that read like another one of those would point a reader at the wrong shape. Absent is read as false.
|
|
3586
|
+
* @public
|
|
3587
|
+
*/
|
|
3588
|
+
assistantAudioEnabled?: boolean | undefined;
|
|
3549
3589
|
/**
|
|
3550
3590
|
* Ids of the skills attached to this agent. Always active in this agent's sessions; user skill preferences cannot disable them.
|
|
3551
3591
|
* @public
|
package/package.json
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
2
|
+
"name": "@wildix/wilma-agents-client",
|
|
3
|
+
"description": "@wildix/wilma-agents-client client",
|
|
4
|
+
"version": "1.0.48",
|
|
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
|
+
}
|