@aws-sdk/client-connectcases 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/ConnectCases.d.ts +157 -210
- package/dist-types/ts3.4/ConnectCasesClient.d.ts +21 -76
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/GetCasePaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListFieldsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListLayoutsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/SearchCasesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +39 -39