@aws-sdk/client-chatbot 3.928.0 → 3.929.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.
- package/dist-cjs/index.js +1477 -1944
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ChatbotClient.js +2 -0
- package/dist-es/commands/AssociateToConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +3 -10
- package/dist-es/commands/CreateCustomActionCommand.js +3 -9
- package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteCustomActionCommand.js +3 -9
- package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +3 -9
- package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +3 -9
- package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteSlackUserIdentityCommand.js +3 -9
- package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +3 -9
- package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +3 -10
- package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +3 -10
- package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +3 -9
- package/dist-es/commands/DescribeSlackWorkspacesCommand.js +3 -9
- package/dist-es/commands/DisassociateFromConfigurationCommand.js +3 -9
- package/dist-es/commands/GetAccountPreferencesCommand.js +3 -9
- package/dist-es/commands/GetCustomActionCommand.js +3 -9
- package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/ListAssociationsCommand.js +3 -9
- package/dist-es/commands/ListCustomActionsCommand.js +3 -9
- package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +3 -10
- package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +3 -9
- package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountPreferencesCommand.js +3 -9
- package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateCustomActionCommand.js +3 -9
- package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -101
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1317 -0
- package/dist-types/ChatbotClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -76
- 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/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +173 -0
- package/dist-types/ts3.4/ChatbotClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -57
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +179 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1492
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chatbot",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chatbot Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.929.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chatbot",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.928.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|