@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.
Files changed (67) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ConnectCases.d.ts +157 -210
  3. package/dist-types/ts3.4/ConnectCasesClient.d.ts +21 -76
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -5
  26. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -5
  28. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -5
  29. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
  33. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +4 -9
  34. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  44. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  51. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  52. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  53. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  54. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  55. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  56. package/dist-types/ts3.4/pagination/GetCasePaginator.d.ts +1 -4
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  58. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
  59. package/dist-types/ts3.4/pagination/ListFieldsPaginator.d.ts +1 -4
  60. package/dist-types/ts3.4/pagination/ListLayoutsPaginator.d.ts +1 -4
  61. package/dist-types/ts3.4/pagination/SearchCasesPaginator.d.ts +1 -4
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  66. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  67. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75