@wildix/wilma-agents-client 1.0.54 → 1.0.55
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 +1 -1
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/CreateAgentCommand.d.ts +8 -4
- package/dist-types/commands/GetAgentCommand.d.ts +4 -2
- package/dist-types/commands/GetAgentVersionCommand.d.ts +4 -2
- package/dist-types/commands/ListAgentsCommand.d.ts +4 -2
- package/dist-types/commands/PublishAgentVersionCommand.d.ts +4 -2
- package/dist-types/commands/RestoreAgentVersionToDraftCommand.d.ts +4 -2
- package/dist-types/commands/UpdateAgentCommand.d.ts +8 -4
- package/dist-types/models/models_0.d.ts +6 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/package.json +1 -1
|
@@ -735,7 +735,7 @@ export var AgentWebFetchCapability$ = [3, n2, _AWFC,
|
|
|
735
735
|
export var AgentWebhookEngine$ = [3, n2, _AWE,
|
|
736
736
|
0,
|
|
737
737
|
[_u, _sec, _ti],
|
|
738
|
-
[0,
|
|
738
|
+
[0, () => SecretRef$, 1], 2
|
|
739
739
|
];
|
|
740
740
|
export var AgentWebSearchCapability$ = [3, n2, _AWSC,
|
|
741
741
|
0,
|
|
@@ -903,13 +903,15 @@ declare const CreateAgentCommand_base: {
|
|
|
903
903
|
* },
|
|
904
904
|
* webhook: { // AgentWebhookEngine
|
|
905
905
|
* url: "STRING_VALUE", // required
|
|
906
|
-
* secret:
|
|
906
|
+
* secret: { // SecretRef
|
|
907
|
+
* id: "STRING_VALUE", // required
|
|
908
|
+
* },
|
|
907
909
|
* timeout: Number("int"),
|
|
908
910
|
* },
|
|
909
911
|
* sqs: { // AgentSqsEngine
|
|
910
912
|
* url: "STRING_VALUE", // required
|
|
911
913
|
* key: "STRING_VALUE", // required
|
|
912
|
-
* secret: {
|
|
914
|
+
* secret: {
|
|
913
915
|
* id: "STRING_VALUE", // required
|
|
914
916
|
* },
|
|
915
917
|
* },
|
|
@@ -1790,13 +1792,15 @@ declare const CreateAgentCommand_base: {
|
|
|
1790
1792
|
* // },
|
|
1791
1793
|
* // webhook: { // AgentWebhookEngine
|
|
1792
1794
|
* // url: "STRING_VALUE", // required
|
|
1793
|
-
* // secret:
|
|
1795
|
+
* // secret: { // SecretRef
|
|
1796
|
+
* // id: "STRING_VALUE", // required
|
|
1797
|
+
* // },
|
|
1794
1798
|
* // timeout: Number("int"),
|
|
1795
1799
|
* // },
|
|
1796
1800
|
* // sqs: { // AgentSqsEngine
|
|
1797
1801
|
* // url: "STRING_VALUE", // required
|
|
1798
1802
|
* // key: "STRING_VALUE", // required
|
|
1799
|
-
* // secret: {
|
|
1803
|
+
* // secret: {
|
|
1800
1804
|
* // id: "STRING_VALUE", // required
|
|
1801
1805
|
* // },
|
|
1802
1806
|
* // },
|
|
@@ -910,13 +910,15 @@ declare const GetAgentCommand_base: {
|
|
|
910
910
|
* // },
|
|
911
911
|
* // webhook: { // AgentWebhookEngine
|
|
912
912
|
* // url: "STRING_VALUE", // required
|
|
913
|
-
* // secret:
|
|
913
|
+
* // secret: { // SecretRef
|
|
914
|
+
* // id: "STRING_VALUE", // required
|
|
915
|
+
* // },
|
|
914
916
|
* // timeout: Number("int"),
|
|
915
917
|
* // },
|
|
916
918
|
* // sqs: { // AgentSqsEngine
|
|
917
919
|
* // url: "STRING_VALUE", // required
|
|
918
920
|
* // key: "STRING_VALUE", // required
|
|
919
|
-
* // secret: {
|
|
921
|
+
* // secret: {
|
|
920
922
|
* // id: "STRING_VALUE", // required
|
|
921
923
|
* // },
|
|
922
924
|
* // },
|
|
@@ -917,13 +917,15 @@ declare const GetAgentVersionCommand_base: {
|
|
|
917
917
|
* // },
|
|
918
918
|
* // webhook: { // AgentWebhookEngine
|
|
919
919
|
* // url: "STRING_VALUE", // required
|
|
920
|
-
* // secret:
|
|
920
|
+
* // secret: { // SecretRef
|
|
921
|
+
* // id: "STRING_VALUE", // required
|
|
922
|
+
* // },
|
|
921
923
|
* // timeout: Number("int"),
|
|
922
924
|
* // },
|
|
923
925
|
* // sqs: { // AgentSqsEngine
|
|
924
926
|
* // url: "STRING_VALUE", // required
|
|
925
927
|
* // key: "STRING_VALUE", // required
|
|
926
|
-
* // secret: {
|
|
928
|
+
* // secret: {
|
|
927
929
|
* // id: "STRING_VALUE", // required
|
|
928
930
|
* // },
|
|
929
931
|
* // },
|
|
@@ -915,13 +915,15 @@ declare const ListAgentsCommand_base: {
|
|
|
915
915
|
* // },
|
|
916
916
|
* // webhook: { // AgentWebhookEngine
|
|
917
917
|
* // url: "STRING_VALUE", // required
|
|
918
|
-
* // secret:
|
|
918
|
+
* // secret: { // SecretRef
|
|
919
|
+
* // id: "STRING_VALUE", // required
|
|
920
|
+
* // },
|
|
919
921
|
* // timeout: Number("int"),
|
|
920
922
|
* // },
|
|
921
923
|
* // sqs: { // AgentSqsEngine
|
|
922
924
|
* // url: "STRING_VALUE", // required
|
|
923
925
|
* // key: "STRING_VALUE", // required
|
|
924
|
-
* // secret: {
|
|
926
|
+
* // secret: {
|
|
925
927
|
* // id: "STRING_VALUE", // required
|
|
926
928
|
* // },
|
|
927
929
|
* // },
|
|
@@ -919,13 +919,15 @@ declare const PublishAgentVersionCommand_base: {
|
|
|
919
919
|
* // },
|
|
920
920
|
* // webhook: { // AgentWebhookEngine
|
|
921
921
|
* // url: "STRING_VALUE", // required
|
|
922
|
-
* // secret:
|
|
922
|
+
* // secret: { // SecretRef
|
|
923
|
+
* // id: "STRING_VALUE", // required
|
|
924
|
+
* // },
|
|
923
925
|
* // timeout: Number("int"),
|
|
924
926
|
* // },
|
|
925
927
|
* // sqs: { // AgentSqsEngine
|
|
926
928
|
* // url: "STRING_VALUE", // required
|
|
927
929
|
* // key: "STRING_VALUE", // required
|
|
928
|
-
* // secret: {
|
|
930
|
+
* // secret: {
|
|
929
931
|
* // id: "STRING_VALUE", // required
|
|
930
932
|
* // },
|
|
931
933
|
* // },
|
|
@@ -912,13 +912,15 @@ declare const RestoreAgentVersionToDraftCommand_base: {
|
|
|
912
912
|
* // },
|
|
913
913
|
* // webhook: { // AgentWebhookEngine
|
|
914
914
|
* // url: "STRING_VALUE", // required
|
|
915
|
-
* // secret:
|
|
915
|
+
* // secret: { // SecretRef
|
|
916
|
+
* // id: "STRING_VALUE", // required
|
|
917
|
+
* // },
|
|
916
918
|
* // timeout: Number("int"),
|
|
917
919
|
* // },
|
|
918
920
|
* // sqs: { // AgentSqsEngine
|
|
919
921
|
* // url: "STRING_VALUE", // required
|
|
920
922
|
* // key: "STRING_VALUE", // required
|
|
921
|
-
* // secret: {
|
|
923
|
+
* // secret: {
|
|
922
924
|
* // id: "STRING_VALUE", // required
|
|
923
925
|
* // },
|
|
924
926
|
* // },
|
|
@@ -903,13 +903,15 @@ declare const UpdateAgentCommand_base: {
|
|
|
903
903
|
* },
|
|
904
904
|
* webhook: { // AgentWebhookEngine
|
|
905
905
|
* url: "STRING_VALUE", // required
|
|
906
|
-
* secret:
|
|
906
|
+
* secret: { // SecretRef
|
|
907
|
+
* id: "STRING_VALUE", // required
|
|
908
|
+
* },
|
|
907
909
|
* timeout: Number("int"),
|
|
908
910
|
* },
|
|
909
911
|
* sqs: { // AgentSqsEngine
|
|
910
912
|
* url: "STRING_VALUE", // required
|
|
911
913
|
* key: "STRING_VALUE", // required
|
|
912
|
-
* secret: {
|
|
914
|
+
* secret: {
|
|
913
915
|
* id: "STRING_VALUE", // required
|
|
914
916
|
* },
|
|
915
917
|
* },
|
|
@@ -1792,13 +1794,15 @@ declare const UpdateAgentCommand_base: {
|
|
|
1792
1794
|
* // },
|
|
1793
1795
|
* // webhook: { // AgentWebhookEngine
|
|
1794
1796
|
* // url: "STRING_VALUE", // required
|
|
1795
|
-
* // secret:
|
|
1797
|
+
* // secret: { // SecretRef
|
|
1798
|
+
* // id: "STRING_VALUE", // required
|
|
1799
|
+
* // },
|
|
1796
1800
|
* // timeout: Number("int"),
|
|
1797
1801
|
* // },
|
|
1798
1802
|
* // sqs: { // AgentSqsEngine
|
|
1799
1803
|
* // url: "STRING_VALUE", // required
|
|
1800
1804
|
* // key: "STRING_VALUE", // required
|
|
1801
|
-
* // secret: {
|
|
1805
|
+
* // secret: {
|
|
1802
1806
|
* // id: "STRING_VALUE", // required
|
|
1803
1807
|
* // },
|
|
1804
1808
|
* // },
|
|
@@ -3180,10 +3180,14 @@ export interface AgentSqsEngine {
|
|
|
3180
3180
|
export interface AgentWebhookEngine {
|
|
3181
3181
|
url: string;
|
|
3182
3182
|
/**
|
|
3183
|
-
*
|
|
3183
|
+
* Reference to the HMAC signing secret in wilma-secrets. Was the secret itself, which put
|
|
3184
|
+
* credential material in the agent document — readable back out of a stored row and carried
|
|
3185
|
+
* into any export of the definition. The sibling AgentSqsEngine has always held a reference;
|
|
3186
|
+
* this is the same shape, so nothing that reads an engine has to special-case which of the
|
|
3187
|
+
* two it is looking at.
|
|
3184
3188
|
* @public
|
|
3185
3189
|
*/
|
|
3186
|
-
secret:
|
|
3190
|
+
secret: SecretRef;
|
|
3187
3191
|
timeout?: number | undefined;
|
|
3188
3192
|
}
|
|
3189
3193
|
/**
|
|
@@ -39,6 +39,7 @@ export declare const getRuntimeConfig: (config: WilmaAgentsClientConfig) => {
|
|
|
39
39
|
tls?: boolean;
|
|
40
40
|
useDualstackEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
41
41
|
useFipsEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
42
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
42
43
|
serviceConfiguredEndpoint?: never;
|
|
43
44
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
44
45
|
httpAuthSchemes: {
|
|
@@ -39,6 +39,7 @@ export declare const getRuntimeConfig: (config: WilmaAgentsClientConfig) => {
|
|
|
39
39
|
tls?: boolean;
|
|
40
40
|
useDualstackEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
41
41
|
useFipsEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
42
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
42
43
|
serviceConfiguredEndpoint?: never;
|
|
43
44
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
44
45
|
httpAuthSchemes: {
|
|
@@ -39,6 +39,7 @@ export declare const getRuntimeConfig: (config: WilmaAgentsClientConfig) => {
|
|
|
39
39
|
tls?: boolean;
|
|
40
40
|
useDualstackEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
41
41
|
useFipsEndpoint?: boolean | import("@smithy/types").Provider<boolean | undefined>;
|
|
42
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
42
43
|
serviceConfiguredEndpoint?: never;
|
|
43
44
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
44
45
|
httpAuthSchemes: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wilma-agents-client",
|
|
3
3
|
"description": "@wildix/wilma-agents-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.55",
|
|
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",
|