cloudstructs 0.6.44 → 0.6.46
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/.jsii +3 -3
- package/assets/slack-textract/detect.lambda/index.js +5932 -3556
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/dist/index.js +2 -1
- package/node_modules/@slack/logger/dist/index.js.map +1 -1
- package/node_modules/@slack/logger/package.json +9 -8
- package/node_modules/@slack/types/README.md +32 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +903 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.js +4 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +241 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.js +4 -0
- package/node_modules/@slack/types/dist/block-kit/blocks.js.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +173 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js +4 -0
- package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +63 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.js +3 -0
- package/node_modules/@slack/types/dist/block-kit/extensions.js.map +1 -0
- package/node_modules/@slack/types/dist/calls.d.ts +26 -0
- package/node_modules/@slack/types/dist/calls.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/calls.js +6 -0
- package/node_modules/@slack/types/dist/calls.js.map +1 -0
- package/node_modules/@slack/types/dist/dialog.d.ts +36 -0
- package/node_modules/@slack/types/dist/dialog.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/dialog.js +3 -0
- package/node_modules/@slack/types/dist/dialog.js.map +1 -0
- package/node_modules/@slack/types/dist/index.d.ts +9 -322
- package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.js +23 -0
- package/node_modules/@slack/types/dist/index.js.map +1 -1
- package/node_modules/@slack/types/dist/message-attachments.d.ts +170 -0
- package/node_modules/@slack/types/dist/message-attachments.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/message-attachments.js +3 -0
- package/node_modules/@slack/types/dist/message-attachments.js.map +1 -0
- package/node_modules/@slack/types/dist/message-metadata.d.ts +22 -0
- package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/message-metadata.js +3 -0
- package/node_modules/@slack/types/dist/message-metadata.js.map +1 -0
- package/node_modules/@slack/types/dist/views.d.ts +35 -0
- package/node_modules/@slack/types/dist/views.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/views.js +3 -0
- package/node_modules/@slack/types/dist/views.js.map +1 -0
- package/node_modules/@slack/types/package.json +15 -9
- package/node_modules/@slack/web-api/README.md +17 -11
- package/node_modules/@slack/web-api/dist/WebClient.d.ts +84 -43
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/WebClient.js +362 -84
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.d.ts +16 -2
- package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/errors.js +13 -2
- package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.d.ts +107 -0
- package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/file-upload.js +329 -0
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -0
- package/node_modules/@slack/web-api/dist/helpers.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/helpers.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/helpers.js +3 -4
- package/node_modules/@slack/web-api/dist/helpers.js.map +1 -1
- package/node_modules/@slack/web-api/dist/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +12 -3
- package/node_modules/@slack/web-api/dist/index.js.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.js +16 -4
- package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
- package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/logger.js +1 -1
- package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +719 -249
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +187 -61
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts +77 -0
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAnalyticsGetFileResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts +63 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsActivitiesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApproveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts +58 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsClearResolutionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsConfigSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsCancelResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts +67 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts +58 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsRestrictedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyAssignEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyGetEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminAuthPolicyRemoveEntitiesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts +25 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts +21 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts +21 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminBarriersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsBulkMoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPrivateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsConvertToPublicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsDisconnectSharedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsEkmListOriginalConnectedChannelInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsGetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRemoveCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessAddGroupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessListGroupsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsRestrictAccessRemoveGroupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts +69 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSearchResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetConversationPrefsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetCustomRetentionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsSetTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistListGroupsLinkedToChannelResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminConversationsWhitelistRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddAliasResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminEmojiRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminFunctionsPermissionsSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApproveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts +40 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsApprovedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDeniedListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsDenyResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts +19 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminInviteRequestsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesAddAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesListAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminRolesRemoveAssignmentsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsAdminsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsOwnersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDefaultChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDescriptionResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetDiscoverabilityResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetIconResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminTeamsSettingsSetNameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsAddTeamsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsListChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsergroupsRemoveChannelsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersAssignResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionClearSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionGetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionInvalidateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetBulkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionResetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSessionSetSettingsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetAdminResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetExpirationResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetOwnerResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersSetRegularResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminUsersUnsupportedVersionsExportResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsCollaboratorsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsPermissionsLookupResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts +65 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsSearchResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AdminWorkflowsUnpublishResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ApiTestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsConnectionsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsEventAuthorizationsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts +84 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestExportResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsManifestValidateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsRequestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsResourcesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsScopesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsPermissionsUsersRequestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AppsUninstallResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AuthRevokeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts +28 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AuthTeamsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/AuthTestResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksEditResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts +31 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BookmarksRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts +23 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/BotsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts +29 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts +27 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsEndResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsParticipantsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/CallsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts +324 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts +250 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsJoinResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts +42 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChannelsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatDeleteScheduledMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatGetPermalinkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatMeMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostEphemeralResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts +997 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ChatPostMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts +481 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduleMessageResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatScheduledMessagesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ChatUnfurlResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts +717 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js +38 -0
- package/node_modules/@slack/web-api/dist/response/ChatUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsAcceptSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsApproveSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts +10 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts +48 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsDeclineSharedInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts +1012 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts +56 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts +51 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsInviteSharedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts +61 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsJoinResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts +100 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListConnectInvitesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts +71 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsMembersResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts +456 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts +981 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ConversationsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DialogOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndEndDndResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndEndSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts +11 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts +12 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndSetSnoozeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/DndTeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/EmojiListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts +17 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCommentsEditResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts +64 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesCompleteUploadExternalResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesGetUploadURLExternalResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts +382 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts +611 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.js +41 -0
- package/node_modules/@slack/web-api/dist/response/FilesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts +533 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js +41 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteShareResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRemoteUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesRevokePublicURLResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesSharedPublicURLResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts +387 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/FilesUploadResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsArchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateChildResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts +38 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts +45 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts +46 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsInviteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsKickResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsLeaveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts +37 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts +16 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRenameResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetPurposeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsSetTopicResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/GroupsUnarchiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts +122 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ImRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MigrationExchangeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimCloseResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts +49 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimHistoryResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts +36 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimMarkResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts +64 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts +47 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/MpimRepliesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts +44 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthAccessResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthTokenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts +39 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2AccessResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OauthV2ExchangeResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectTokenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts +39 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/OpenIDConnectUserInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/PinsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts +394 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/PinsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/PinsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts +479 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js +31 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts +995 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ReactionsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts +22 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersCompleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersDeleteResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts +24 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RemindersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/RtmConnectResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts +1962 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/RtmStartResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts +1149 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js +68 -0
- package/node_modules/@slack/web-api/dist/response/SearchAllResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts +980 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js +49 -0
- package/node_modules/@slack/web-api/dist/response/SearchFilesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts +1031 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js +68 -0
- package/node_modules/@slack/web-api/dist/response/SearchMessagesResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/StarsAddResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts +689 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/StarsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/StarsRemoveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts +32 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamAccessLogsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts +14 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillableInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamBillingInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamIntegrationLogsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts +13 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamPreferencesListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts +43 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/TeamProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts +18 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/ToolingTokensRotateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsCreateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsDisableResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsEnableResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts +34 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts +33 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsergroupsUsersUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts +73 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersConversationsResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersDeletePhotoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts +15 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersGetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts +26 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersIdentityResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts +88 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersInfoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts +98 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersListResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts +76 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersLookupByEmailResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileGetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts +54 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersProfileSetResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetActiveResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts +20 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPhotoResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/UsersSetPresenceResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsOpenResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPublishResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsPushResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts +251 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js +32 -0
- package/node_modules/@slack/web-api/dist/response/ViewsUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepCompletedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsStepFailedResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts +8 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js +12 -0
- package/node_modules/@slack/web-api/dist/response/WorkflowsUpdateStepResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/response/index.d.ts +290 -0
- package/node_modules/@slack/web-api/dist/response/index.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/response/index.js +3 -0
- package/node_modules/@slack/web-api/dist/response/index.js.map +1 -0
- package/node_modules/@slack/web-api/dist/retry-policies.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/retry-policies.js.map +1 -1
- package/node_modules/@slack/web-api/package.json +29 -20
- package/node_modules/axios/CHANGELOG.md +746 -718
- package/node_modules/axios/LICENSE +4 -16
- package/node_modules/axios/MIGRATION_GUIDE.md +3 -0
- package/node_modules/axios/README.md +846 -100
- package/node_modules/axios/SECURITY.md +4 -3
- package/node_modules/axios/dist/axios.js +2843 -1975
- package/node_modules/axios/dist/axios.js.map +1 -0
- package/node_modules/axios/dist/axios.min.js +2 -3
- package/node_modules/axios/dist/axios.min.js.map +1 -0
- package/node_modules/axios/dist/browser/axios.cjs +3234 -0
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -0
- package/node_modules/axios/dist/esm/axios.js +3257 -0
- package/node_modules/axios/dist/esm/axios.js.map +1 -0
- package/node_modules/axios/dist/esm/axios.min.js +2 -0
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -0
- package/node_modules/axios/dist/node/axios.cjs +4327 -0
- package/node_modules/axios/dist/node/axios.cjs.map +1 -0
- package/node_modules/axios/index.d.cts +542 -0
- package/node_modules/axios/index.d.ts +458 -67
- package/node_modules/axios/index.js +43 -1
- package/node_modules/axios/lib/adapters/adapters.js +77 -0
- package/node_modules/axios/lib/adapters/http.js +539 -189
- package/node_modules/axios/lib/adapters/xhr.js +129 -58
- package/node_modules/axios/lib/axios.js +57 -24
- package/node_modules/axios/lib/cancel/CancelToken.js +104 -40
- package/node_modules/axios/lib/cancel/CanceledError.js +25 -0
- package/node_modules/axios/lib/cancel/isCancel.js +2 -2
- package/node_modules/axios/lib/core/Axios.js +153 -100
- package/node_modules/axios/lib/core/AxiosError.js +100 -0
- package/node_modules/axios/lib/core/AxiosHeaders.js +298 -0
- package/node_modules/axios/lib/core/InterceptorManager.js +62 -45
- package/node_modules/axios/lib/core/buildFullPath.js +5 -4
- package/node_modules/axios/lib/core/dispatchRequest.js +30 -31
- package/node_modules/axios/lib/core/mergeConfig.js +69 -50
- package/node_modules/axios/lib/core/settle.js +8 -6
- package/node_modules/axios/lib/core/transformData.js +15 -9
- package/node_modules/axios/lib/defaults/index.js +159 -0
- package/node_modules/axios/lib/defaults/transitional.js +7 -0
- package/node_modules/axios/lib/env/README.md +3 -0
- package/node_modules/axios/lib/env/classes/FormData.js +2 -0
- package/node_modules/axios/lib/env/data.js +1 -0
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
- package/node_modules/axios/lib/helpers/bind.js +3 -7
- package/node_modules/axios/lib/helpers/buildURL.js +26 -33
- package/node_modules/axios/lib/helpers/callbackify.js +16 -0
- package/node_modules/axios/lib/helpers/combineURLs.js +4 -3
- package/node_modules/axios/lib/helpers/cookies.js +39 -50
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +4 -2
- package/node_modules/axios/lib/helpers/formDataToJSON.js +92 -0
- package/node_modules/axios/lib/helpers/formDataToStream.js +111 -0
- package/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +4 -3
- package/node_modules/axios/lib/helpers/isAxiosError.js +6 -3
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +45 -46
- package/node_modules/axios/lib/helpers/null.js +2 -0
- package/node_modules/axios/lib/helpers/parseHeaders.js +24 -22
- package/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
- package/node_modules/axios/lib/helpers/readBlob.js +15 -0
- package/node_modules/axios/lib/helpers/speedometer.js +55 -0
- package/node_modules/axios/lib/helpers/spread.js +3 -2
- package/node_modules/axios/lib/helpers/throttle.js +33 -0
- package/node_modules/axios/lib/helpers/toFormData.js +219 -0
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
- package/node_modules/axios/lib/helpers/validator.js +32 -46
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
- package/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
- package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
- package/node_modules/axios/lib/platform/browser/index.js +13 -0
- package/node_modules/axios/lib/platform/common/utils.js +47 -0
- package/node_modules/axios/lib/platform/index.js +7 -0
- package/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
- package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
- package/node_modules/axios/lib/platform/node/index.js +12 -0
- package/node_modules/axios/lib/utils.js +519 -145
- package/node_modules/axios/node_modules/form-data/License +19 -0
- package/node_modules/axios/node_modules/form-data/README.md.bak +358 -0
- package/node_modules/axios/node_modules/form-data/Readme.md +358 -0
- package/node_modules/axios/node_modules/form-data/index.d.ts +62 -0
- package/node_modules/axios/node_modules/form-data/lib/browser.js +2 -0
- package/node_modules/axios/node_modules/form-data/lib/form_data.js +501 -0
- package/node_modules/axios/node_modules/form-data/lib/populate.js +10 -0
- package/node_modules/axios/node_modules/form-data/package.json +68 -0
- package/node_modules/axios/package.json +169 -35
- package/node_modules/is-electron/LICENSE +21 -0
- package/node_modules/is-electron/README.md +25 -0
- package/node_modules/is-electron/index.d.ts +2 -0
- package/node_modules/is-electron/index.js +21 -0
- package/node_modules/is-electron/package.json +34 -0
- package/node_modules/proxy-from-env/.eslintrc +29 -0
- package/node_modules/proxy-from-env/.travis.yml +10 -0
- package/node_modules/proxy-from-env/LICENSE +20 -0
- package/node_modules/proxy-from-env/README.md +131 -0
- package/node_modules/proxy-from-env/index.js +108 -0
- package/node_modules/proxy-from-env/package.json +34 -0
- package/node_modules/proxy-from-env/test.js +483 -0
- package/package.json +24 -22
- package/node_modules/@slack/logger/LICENSE +0 -23
- package/node_modules/axios/UPGRADE_GUIDE.md +0 -162
- package/node_modules/axios/dist/axios.map +0 -1
- package/node_modules/axios/dist/axios.min.map +0 -1
- package/node_modules/axios/lib/cancel/Cancel.js +0 -19
- package/node_modules/axios/lib/core/createError.js +0 -18
- package/node_modules/axios/lib/core/enhanceError.js +0 -42
- package/node_modules/axios/lib/defaults.js +0 -134
- package/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
|
@@ -1,775 +1,803 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## [1.6.3](https://github.com/axios/axios/compare/v1.6.2...v1.6.3) (2023-12-26)
|
|
4
4
|
|
|
5
|
-
Fixes and Functionality:
|
|
6
|
-
- Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard ([#4020](https://github.com/axios/axios/pull/4020))
|
|
7
5
|
|
|
8
|
-
|
|
6
|
+
### Bug Fixes
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
- [Guillaume Fortaine](https://github.com/gfortaine)
|
|
12
|
-
- [Yusuke Kawasaki](https://github.com/kawanet)
|
|
13
|
-
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
|
|
8
|
+
* Regular Expression Denial of Service (ReDoS) ([#6132](https://github.com/axios/axios/issues/6132)) ([5e7ad38](https://github.com/axios/axios/commit/5e7ad38fb0f819fceb19fb2ee5d5d38f56aa837d))
|
|
14
9
|
|
|
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
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
- [
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
- [
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
- [
|
|
84
|
-
- [
|
|
85
|
-
- [
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
- Adding test to check if password with non-Latin1 characters pass
|
|
185
|
-
- Fixing 'Network Error' in react native android ([#1487](https://github.com/axios/axios/pull/1487))
|
|
186
|
-
There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug.
|
|
187
|
-
- Fixing Cookie Helper with Async Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107))
|
|
188
|
-
- Fixing 'progressEvent' type ([#2851](https://github.com/axios/axios/pull/2851))
|
|
189
|
-
- Fix 'progressEvent' type
|
|
190
|
-
- Update axios.ts
|
|
191
|
-
- Fixing getting local files (file://) failed ([#2470](https://github.com/axios/axios/pull/2470))
|
|
192
|
-
- fix issue #2416, #2396
|
|
193
|
-
- fix Eslint warn
|
|
194
|
-
- Modify judgment conditions
|
|
195
|
-
- add unit test
|
|
196
|
-
- update unit test
|
|
197
|
-
- update unit test
|
|
198
|
-
- Allow PURGE method in typings ([#2191](https://github.com/axios/axios/pull/2191))
|
|
199
|
-
- Adding option to disable automatic decompression ([#2661](https://github.com/axios/axios/pull/2661))
|
|
200
|
-
- Adding ability to disable auto decompression
|
|
201
|
-
- Updating decompress documentation in README
|
|
202
|
-
- Fixing test\unit\adapters\http.js lint errors
|
|
203
|
-
- Adding test for disabling auto decompression
|
|
204
|
-
- Removing changes that fixed lint errors in tests
|
|
205
|
-
- Removing formatting change to unit test
|
|
206
|
-
- Add independent `maxBodyLength` option ([#2781](https://github.com/axios/axios/pull/2781))
|
|
207
|
-
- Add independent option to set the maximum size of the request body
|
|
208
|
-
- Remove maxBodyLength check
|
|
209
|
-
- Update README
|
|
210
|
-
- Assert for error code and message
|
|
211
|
-
- Adding responseEncoding to mergeConfig ([#1745](https://github.com/axios/axios/pull/1745))
|
|
212
|
-
- Compatible with follow-redirect aborts the request ([#2689](https://github.com/axios/axios/pull/2689))
|
|
213
|
-
- Compatible with follow-redirect aborts the request
|
|
214
|
-
- Use the error code
|
|
215
|
-
- Fix merging of params ([#2656](https://github.com/axios/axios/pull/2656))
|
|
216
|
-
- Name function to avoid ESLint func-names warning
|
|
217
|
-
- Switch params config to merge list and update tests
|
|
218
|
-
- Restore testing of both false and null
|
|
219
|
-
- Restore test cases for keys without defaults
|
|
220
|
-
- Include test for non-object values that aren't false-y.
|
|
221
|
-
- Revert `finally` as `then` ([#2683](https://github.com/axios/axios/pull/2683))
|
|
222
|
-
|
|
223
|
-
Internal and Tests:
|
|
224
|
-
|
|
225
|
-
- Fix stale bot config ([#3049](https://github.com/axios/axios/pull/3049))
|
|
226
|
-
- fix stale bot config
|
|
227
|
-
- fix multiple lines
|
|
228
|
-
- Add days and change name to work ([#3035](https://github.com/axios/axios/pull/3035))
|
|
229
|
-
- Update close-issues.yml ([#3031](https://github.com/axios/axios/pull/3031))
|
|
230
|
-
- Update close-issues.yml
|
|
231
|
-
Update close message to read better 😄
|
|
232
|
-
- Fix use of quotations
|
|
233
|
-
Use single quotes as per other .yml files
|
|
234
|
-
- Remove user name form message
|
|
235
|
-
- Add GitHub actions to close stale issues/prs ([#3029](https://github.com/axios/axios/pull/3029))
|
|
236
|
-
- prepare stale actions
|
|
237
|
-
- update messages
|
|
238
|
-
- Add exempt labels and lighten up comments
|
|
239
|
-
- Add GitHub actions to close invalid issues ([#3022](https://github.com/axios/axios/pull/3022))
|
|
240
|
-
- add close actions
|
|
241
|
-
- fix with checkout
|
|
242
|
-
- update issue templates
|
|
243
|
-
- add reminder
|
|
244
|
-
- update close message
|
|
245
|
-
- Add test with Node.js 12 ([#2860](https://github.com/axios/axios/pull/2860))
|
|
246
|
-
- test with Node.js 12
|
|
247
|
-
- test with latest
|
|
248
|
-
- Adding console log on sandbox server startup ([#2210](https://github.com/axios/axios/pull/2210))
|
|
249
|
-
- Adding console log on sandbox server startup
|
|
250
|
-
- Update server.js
|
|
251
|
-
Add server error handling
|
|
252
|
-
- Update server.js
|
|
253
|
-
Better error message, remove retry.
|
|
254
|
-
- Adding tests for method `options` type definitions ([#1996](https://github.com/axios/axios/pull/1996))
|
|
255
|
-
Update tests.
|
|
256
|
-
- Add test for redirecting with too large response ([#2695](https://github.com/axios/axios/pull/2695))
|
|
257
|
-
- Fixing unit test failure in Windows OS ([#2601](https://github.com/axios/axios/pull/2601))
|
|
258
|
-
- Fixing issue for HEAD method and gzipped response ([#2666](https://github.com/axios/axios/pull/2666))
|
|
259
|
-
- Fix tests in browsers ([#2748](https://github.com/axios/axios/pull/2748))
|
|
260
|
-
- chore: add `jsdelivr` and `unpkg` support ([#2443](https://github.com/axios/axios/pull/2443))
|
|
261
|
-
|
|
262
|
-
Documentation:
|
|
263
|
-
|
|
264
|
-
- Adding support for URLSearchParams in node ([#1900](https://github.com/axios/axios/pull/1900))
|
|
265
|
-
- Adding support for URLSearchParams in node
|
|
266
|
-
- Remove un-needed code
|
|
267
|
-
- Update utils.js
|
|
268
|
-
- Make changes as suggested
|
|
269
|
-
- Adding table of content (preview) ([#3050](https://github.com/axios/axios/pull/3050))
|
|
270
|
-
- add toc (preview)
|
|
271
|
-
- remove toc in toc
|
|
272
|
-
Signed-off-by: Moni <usmoni@gmail.com>
|
|
273
|
-
- fix sublinks
|
|
274
|
-
- fix indentation
|
|
275
|
-
- remove redundant table links
|
|
276
|
-
- update caps and indent
|
|
277
|
-
- remove axios
|
|
278
|
-
- Replace 'blacklist' with 'blocklist' ([#3006](https://github.com/axios/axios/pull/3006))
|
|
279
|
-
- docs(): Detailed config options environment. ([#2088](https://github.com/axios/axios/pull/2088))
|
|
280
|
-
- docs(): Detailed config options environment.
|
|
281
|
-
- Update README.md
|
|
282
|
-
- Include axios-data-unpacker in ECOSYSTEM.md ([#2080](https://github.com/axios/axios/pull/2080))
|
|
283
|
-
- Allow opening examples in Gitpod ([#1958](https://github.com/axios/axios/pull/1958))
|
|
284
|
-
- Remove axios.all() and axios.spread() from Readme.md ([#2727](https://github.com/axios/axios/pull/2727))
|
|
285
|
-
- remove axios.all(), axios.spread()
|
|
286
|
-
- replace example
|
|
287
|
-
- axios.all() -> Promise.all()
|
|
288
|
-
- axios.spread(function (acct, perms)) -> function (acct, perms)
|
|
289
|
-
- add deprecated mark
|
|
290
|
-
- Update README.md ([#2887](https://github.com/axios/axios/pull/2887))
|
|
291
|
-
Small change to the data attribute doc of the config. A request body can also be set for DELETE methods but this wasn't mentioned in the documentation (it only mentioned POST, PUT and PATCH). Took my some 10-20 minutes until I realized that I don't need to manipulate the request body with transformRequest in the case of DELETE.
|
|
292
|
-
- Include swagger-taxos-codegen in ECOSYSTEM.md ([#2162](https://github.com/axios/axios/pull/2162))
|
|
293
|
-
- Add CDNJS version badge in README.md ([#878](https://github.com/axios/axios/pull/878))
|
|
294
|
-
This badge will show the version on CDNJS!
|
|
295
|
-
- Documentation update to clear up ambiguity in code examples ([#2928](https://github.com/axios/axios/pull/2928))
|
|
296
|
-
- Made an adjustment to the documentation to clear up any ambiguity around the use of "fs". This should help clear up that the code examples with "fs" cannot be used on the client side.
|
|
297
|
-
- Update README.md about validateStatus ([#2912](https://github.com/axios/axios/pull/2912))
|
|
298
|
-
Rewrote the comment from "Reject only if the status code is greater than or equal to 500" to "Resolve only if the status code is less than 500"
|
|
299
|
-
- Updating documentation for usage form-data ([#2805](https://github.com/axios/axios/pull/2805))
|
|
300
|
-
Closes #2049
|
|
301
|
-
- Fixing CHANGELOG.md issue link ([#2784](https://github.com/axios/axios/pull/2784))
|
|
302
|
-
- Include axios-hooks in ECOSYSTEM.md ([#2003](https://github.com/axios/axios/pull/2003))
|
|
303
|
-
- Added Response header access instructions ([#1901](https://github.com/axios/axios/pull/1901))
|
|
304
|
-
- Added Response header access instructions
|
|
305
|
-
- Added note about using bracket notation
|
|
306
|
-
- Add `onUploadProgress` and `onDownloadProgress` are browser only ([#2763](https://github.com/axios/axios/pull/2763))
|
|
307
|
-
Saw in #928 and #1966 that `onUploadProgress` and `onDownloadProgress` only work in the browser and was missing that from the README.
|
|
308
|
-
- Update ' sign to ` in proxy spec ([#2778](https://github.com/axios/axios/pull/2778))
|
|
309
|
-
- Adding jsDelivr link in README ([#1110](https://github.com/axios/axios/pull/1110))
|
|
310
|
-
- Adding jsDelivr link
|
|
311
|
-
- Add SRI
|
|
312
|
-
- Remove SRI
|
|
313
|
-
|
|
314
|
-
Huge thanks to everyone who contributed to this release via code (authors listed
|
|
315
|
-
below) or via reviews and triaging on GitHub:
|
|
316
|
-
|
|
317
|
-
- Alan Wang <wp_scut@163.com>
|
|
318
|
-
- Alexandru Ungureanu <khakcarot@gmail.com>
|
|
319
|
-
- Anubhav Srivastava <anubhav.srivastava00@gmail.com>
|
|
320
|
-
- Benny Neugebauer <bn@bennyn.de>
|
|
321
|
-
- Cr <631807682@qq.com>
|
|
322
|
-
- David <cygnidavid@gmail.com>
|
|
323
|
-
- David Ko <david.ko@pvtmethod.com>
|
|
324
|
-
- David Tanner <david.tanner@lifeomic.com>
|
|
325
|
-
- Emily Morehouse <emilyemorehouse@gmail.com>
|
|
326
|
-
- Felipe Martins <felipewmartins@gmail.com>
|
|
327
|
-
- Fonger <5862369+Fonger@users.noreply.github.com>
|
|
328
|
-
- Frostack <soulburn007@gmail.com>
|
|
329
|
-
- George Cheng <Gerhut@GMail.com>
|
|
330
|
-
- grumblerchester <grumblerchester@users.noreply.github.com>
|
|
331
|
-
- Gustavo López <gualopezb@gmail.com>
|
|
332
|
-
- hexaez <45806662+hexaez@users.noreply.github.com>
|
|
333
|
-
- huangzuizui <huangzuizui@gmail.com>
|
|
334
|
-
- Ian Wijma <ian@wij.ma>
|
|
335
|
-
- Jay <jasonsaayman@gmail.com>
|
|
336
|
-
- jeffjing <zgayjjf@qq.com>
|
|
337
|
-
- jennynju <46782518+jennynju@users.noreply.github.com>
|
|
338
|
-
- Jimmy Liao <52391190+jimmy-liao-gogoro@users.noreply.github.com>
|
|
339
|
-
- Jonathan Sharpe <j.r.sharpe@gmail.com>
|
|
340
|
-
- JounQin <admin@1stg.me>
|
|
341
|
-
- Justin Beckwith <justin.beckwith@gmail.com>
|
|
342
|
-
- Kamil Posiadała <3dcreator.pl@gmail.com>
|
|
343
|
-
- Lukas Drgon <lukas.drgon@gmail.com>
|
|
344
|
-
- marcinx <mail@marcinx.com>
|
|
345
|
-
- Martti Laine <martti@codeclown.net>
|
|
346
|
-
- Michał Zarach <michal.m.zarach@gmail.com>
|
|
347
|
-
- Moni <usmoni@gmail.com>
|
|
348
|
-
- Motonori Iwata <121048+iwata@users.noreply.github.com>
|
|
349
|
-
- Nikita Galkin <nikita@galk.in>
|
|
350
|
-
- Petr Mares <petr@mares.tw>
|
|
351
|
-
- Philippe Recto <precto1285@gmal.com>
|
|
352
|
-
- Remco Haszing <remcohaszing@gmail.com>
|
|
353
|
-
- rockcs1992 <chengshi1219@gmail.com>
|
|
354
|
-
- Ryan Bown <rbown@niftee.com.au>
|
|
355
|
-
- Samina Fu <sufuf3@gmail.com>
|
|
356
|
-
- Simone Busoli <simone.busoli@gmail.com>
|
|
357
|
-
- Spencer von der Ohe <s.vonderohe40@gmail.com>
|
|
358
|
-
- Sven Efftinge <sven.efftinge@typefox.io>
|
|
359
|
-
- Taegyeoung Oh <otk1090@naver.com>
|
|
360
|
-
- Taemin Shin <cprayer13@gmail.com>
|
|
361
|
-
- Thibault Ehrhart <1208424+ehrhart@users.noreply.github.com>
|
|
362
|
-
- Xianming Zhong <chinesedfan@qq.com>
|
|
363
|
-
- Yasu Flores <carlosyasu91@gmail.com>
|
|
364
|
-
- Zac Delventhal <delventhalz@gmail.com>
|
|
365
|
-
|
|
366
|
-
### 0.19.2 (Jan 20, 2020)
|
|
367
|
-
|
|
368
|
-
- Remove unnecessary XSS check ([#2679](https://github.com/axios/axios/pull/2679)) (see ([#2646](https://github.com/axios/axios/issues/2646)) for discussion)
|
|
369
|
-
|
|
370
|
-
### 0.19.1 (Jan 7, 2020)
|
|
371
|
-
|
|
372
|
-
Fixes and Functionality:
|
|
373
|
-
|
|
374
|
-
- Fixing invalid agent issue ([#1904](https://github.com/axios/axios/pull/1904))
|
|
375
|
-
- Fix ignore set withCredentials false ([#2582](https://github.com/axios/axios/pull/2582))
|
|
376
|
-
- Delete useless default to hash ([#2458](https://github.com/axios/axios/pull/2458))
|
|
377
|
-
- Fix HTTP/HTTPs agents passing to follow-redirect ([#1904](https://github.com/axios/axios/pull/1904))
|
|
378
|
-
- Fix ignore set withCredentials false ([#2582](https://github.com/axios/axios/pull/2582))
|
|
379
|
-
- Fix CI build failure ([#2570](https://github.com/axios/axios/pull/2570))
|
|
380
|
-
- Remove dependency on is-buffer from package.json ([#1816](https://github.com/axios/axios/pull/1816))
|
|
381
|
-
- Adding options typings ([#2341](https://github.com/axios/axios/pull/2341))
|
|
382
|
-
- Adding Typescript HTTP method definition for LINK and UNLINK. ([#2444](https://github.com/axios/axios/pull/2444))
|
|
383
|
-
- Update dist with newest changes, fixes Custom Attributes issue
|
|
384
|
-
- Change syntax to see if build passes ([#2488](https://github.com/axios/axios/pull/2488))
|
|
385
|
-
- Update Webpack + deps, remove now unnecessary polyfills ([#2410](https://github.com/axios/axios/pull/2410))
|
|
386
|
-
- Fix to prevent XSS, throw an error when the URL contains a JS script ([#2464](https://github.com/axios/axios/pull/2464))
|
|
387
|
-
- Add custom timeout error copy in config ([#2275](https://github.com/axios/axios/pull/2275))
|
|
388
|
-
- Add error toJSON example ([#2466](https://github.com/axios/axios/pull/2466))
|
|
389
|
-
- Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… ([#2451](https://github.com/axios/axios/pull/2451))
|
|
390
|
-
- Fixing subdomain handling on no_proxy ([#2442](https://github.com/axios/axios/pull/2442))
|
|
391
|
-
- Make redirection from HTTP to HTTPS work ([#2426](https://github.com/axios/axios/pull/2426)) and ([#2547](https://github.com/axios/axios/pull/2547))
|
|
392
|
-
- Add toJSON property to AxiosError type ([#2427](https://github.com/axios/axios/pull/2427))
|
|
393
|
-
- Fixing socket hang up error on node side for slow response. ([#1752](https://github.com/axios/axios/pull/1752))
|
|
394
|
-
- Alternative syntax to send data into the body ([#2317](https://github.com/axios/axios/pull/2317))
|
|
395
|
-
- Fixing custom config options ([#2207](https://github.com/axios/axios/pull/2207))
|
|
396
|
-
- Fixing set `config.method` after mergeConfig for Axios.prototype.request ([#2383](https://github.com/axios/axios/pull/2383))
|
|
397
|
-
- Axios create url bug ([#2290](https://github.com/axios/axios/pull/2290))
|
|
398
|
-
- Do not modify config.url when using a relative baseURL (resolves [#1628](https://github.com/axios/axios/issues/1098)) ([#2391](https://github.com/axios/axios/pull/2391))
|
|
399
|
-
|
|
400
|
-
Internal:
|
|
401
|
-
|
|
402
|
-
- Revert "Update Webpack + deps, remove now unnecessary polyfills" ([#2479](https://github.com/axios/axios/pull/2479))
|
|
403
|
-
- Order of if/else blocks is causing unit tests mocking XHR. ([#2201](https://github.com/axios/axios/pull/2201))
|
|
404
|
-
- Add license badge ([#2446](https://github.com/axios/axios/pull/2446))
|
|
405
|
-
- Fix travis CI build [#2386](https://github.com/axios/axios/pull/2386)
|
|
406
|
-
- Fix cancellation error on build master. #2290 #2207 ([#2407](https://github.com/axios/axios/pull/2407))
|
|
407
|
-
|
|
408
|
-
Documentation:
|
|
409
|
-
|
|
410
|
-
- Fixing typo in CHANGELOG.md: s/Functionallity/Functionality ([#2639](https://github.com/axios/axios/pull/2639))
|
|
411
|
-
- Fix badge, use master branch ([#2538](https://github.com/axios/axios/pull/2538))
|
|
412
|
-
- Fix typo in changelog [#2193](https://github.com/axios/axios/pull/2193)
|
|
413
|
-
- Document fix ([#2514](https://github.com/axios/axios/pull/2514))
|
|
414
|
-
- Update docs with no_proxy change, issue #2484 ([#2513](https://github.com/axios/axios/pull/2513))
|
|
415
|
-
- Fixing missing words in docs template ([#2259](https://github.com/axios/axios/pull/2259))
|
|
416
|
-
- 🐛Fix request finally documentation in README ([#2189](https://github.com/axios/axios/pull/2189))
|
|
417
|
-
- updating spelling and adding link to docs ([#2212](https://github.com/axios/axios/pull/2212))
|
|
418
|
-
- docs: minor tweak ([#2404](https://github.com/axios/axios/pull/2404))
|
|
419
|
-
- Update response interceptor docs ([#2399](https://github.com/axios/axios/pull/2399))
|
|
420
|
-
- Update README.md ([#2504](https://github.com/axios/axios/pull/2504))
|
|
421
|
-
- Fix word 'sintaxe' to 'syntax' in README.md ([#2432](https://github.com/axios/axios/pull/2432))
|
|
422
|
-
- updating README: notes on CommonJS autocomplete ([#2256](https://github.com/axios/axios/pull/2256))
|
|
423
|
-
- Fix grammar in README.md ([#2271](https://github.com/axios/axios/pull/2271))
|
|
424
|
-
- Doc fixes, minor examples cleanup ([#2198](https://github.com/axios/axios/pull/2198))
|
|
425
|
-
|
|
426
|
-
### 0.19.0 (May 30, 2019)
|
|
427
|
-
|
|
428
|
-
Fixes and Functionality:
|
|
429
|
-
|
|
430
|
-
- Added support for no_proxy env variable ([#1693](https://github.com/axios/axios/pull/1693/files)) - Chance Dickson
|
|
431
|
-
- Unzip response body only for statuses != 204 ([#1129](https://github.com/axios/axios/pull/1129)) - drawski
|
|
432
|
-
- Destroy stream on exceeding maxContentLength (fixes [#1098](https://github.com/axios/axios/issues/1098)) ([#1485](https://github.com/axios/axios/pull/1485)) - Gadzhi Gadzhiev
|
|
433
|
-
- Makes Axios error generic to use AxiosResponse ([#1738](https://github.com/axios/axios/pull/1738)) - Suman Lama
|
|
434
|
-
- Fixing Mocha tests by locking follow-redirects version to 1.5.10 ([#1993](https://github.com/axios/axios/pull/1993)) - grumblerchester
|
|
435
|
-
- Allow uppercase methods in typings. ([#1781](https://github.com/axios/axios/pull/1781)) - Ken Powers
|
|
436
|
-
- Fixing building url with hash mark ([#1771](https://github.com/axios/axios/pull/1771)) - Anatoly Ryabov
|
|
437
|
-
- This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after `#`, because client cut everything after `#`
|
|
438
|
-
- Preserve HTTP method when following redirect ([#1758](https://github.com/axios/axios/pull/1758)) - Rikki Gibson
|
|
439
|
-
- Add `getUri` signature to TypeScript definition. ([#1736](https://github.com/axios/axios/pull/1736)) - Alexander Trauzzi
|
|
440
|
-
- Adding isAxiosError flag to errors thrown by axios ([#1419](https://github.com/axios/axios/pull/1419)) - Ayush Gupta
|
|
441
|
-
|
|
442
|
-
Internal:
|
|
443
|
-
|
|
444
|
-
- Fixing .eslintrc without extension ([#1789](https://github.com/axios/axios/pull/1789)) - Manoel
|
|
445
|
-
- Fix failing SauceLabs tests by updating configuration - Emily Morehouse
|
|
446
|
-
- Add issue templates - Emily Morehouse
|
|
447
|
-
|
|
448
|
-
Documentation:
|
|
449
|
-
|
|
450
|
-
- Consistent coding style in README ([#1787](https://github.com/axios/axios/pull/1787)) - Ali Servet Donmez
|
|
451
|
-
- Add information about auth parameter to README ([#2166](https://github.com/axios/axios/pull/2166)) - xlaguna
|
|
452
|
-
- Add DELETE to list of methods that allow data as a config option ([#2169](https://github.com/axios/axios/pull/2169)) - Daniela Borges Matos de Carvalho
|
|
453
|
-
- Update ECOSYSTEM.md - Add Axios Endpoints ([#2176](https://github.com/axios/axios/pull/2176)) - Renan
|
|
454
|
-
- Add r2curl in ECOSYSTEM ([#2141](https://github.com/axios/axios/pull/2141)) - 유용우 / CX
|
|
455
|
-
- Update README.md - Add instructions for installing with yarn ([#2036](https://github.com/axios/axios/pull/2036)) - Victor Hermes
|
|
456
|
-
- Fixing spacing for README.md ([#2066](https://github.com/axios/axios/pull/2066)) - Josh McCarty
|
|
457
|
-
- Update README.md. - Change `.then` to `.finally` in example code ([#2090](https://github.com/axios/axios/pull/2090)) - Omar Cai
|
|
458
|
-
- Clarify what values responseType can have in Node ([#2121](https://github.com/axios/axios/pull/2121)) - Tyler Breisacher
|
|
459
|
-
- docs(ECOSYSTEM): add axios-api-versioning ([#2020](https://github.com/axios/axios/pull/2020)) - Weffe
|
|
460
|
-
- It seems that `responseType: 'blob'` doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
|
|
461
|
-
- Update README.md. - Add Querystring library note ([#1896](https://github.com/axios/axios/pull/1896)) - Dmitriy Eroshenko
|
|
462
|
-
- Add react-hooks-axios to Libraries section of ECOSYSTEM.md ([#1925](https://github.com/axios/axios/pull/1925)) - Cody Chan
|
|
463
|
-
- Clarify in README that default timeout is 0 (no timeout) ([#1750](https://github.com/axios/axios/pull/1750)) - Ben Standefer
|
|
464
|
-
|
|
465
|
-
### 0.19.0-beta.1 (Aug 9, 2018)
|
|
466
|
-
|
|
467
|
-
**NOTE:** This is a beta version of this release. There may be functionality that is broken in
|
|
468
|
-
certain browsers, though we suspect that builds are hanging and not erroring. See
|
|
469
|
-
https://saucelabs.com/u/axios for the most up-to-date information.
|
|
470
|
-
|
|
471
|
-
New Functionality:
|
|
472
|
-
|
|
473
|
-
- Add getUri method ([#1712](https://github.com/axios/axios/issues/1712))
|
|
474
|
-
- Add support for no_proxy env variable ([#1693](https://github.com/axios/axios/issues/1693))
|
|
475
|
-
- Add toJSON to decorated Axios errors to facilitate serialization ([#1625](https://github.com/axios/axios/issues/1625))
|
|
476
|
-
- Add second then on axios call ([#1623](https://github.com/axios/axios/issues/1623))
|
|
477
|
-
- Typings: allow custom return types
|
|
478
|
-
- Add option to specify character set in responses (with http adapter)
|
|
479
|
-
|
|
480
|
-
Fixes:
|
|
481
|
-
|
|
482
|
-
- Fix Keep defaults local to instance ([#385](https://github.com/axios/axios/issues/385))
|
|
483
|
-
- Correctly catch exception in http test ([#1475](https://github.com/axios/axios/issues/1475))
|
|
484
|
-
- Fix accept header normalization ([#1698](https://github.com/axios/axios/issues/1698))
|
|
485
|
-
- Fix http adapter to allow HTTPS connections via HTTP ([#959](https://github.com/axios/axios/issues/959))
|
|
486
|
-
- Fix Removes usage of deprecated Buffer constructor. ([#1555](https://github.com/axios/axios/issues/1555), [#1622](https://github.com/axios/axios/issues/1622))
|
|
487
|
-
- Fix defaults to use httpAdapter if available ([#1285](https://github.com/axios/axios/issues/1285))
|
|
488
|
-
- Fixing defaults to use httpAdapter if available
|
|
489
|
-
- Use a safer, cross-platform method to detect the Node environment
|
|
490
|
-
- Fix Reject promise if request is cancelled by the browser ([#537](https://github.com/axios/axios/issues/537))
|
|
491
|
-
- [Typescript] Fix missing type parameters on delete/head methods
|
|
492
|
-
- [NS]: Send `false` flag isStandardBrowserEnv for Nativescript
|
|
493
|
-
- Fix missing type parameters on delete/head
|
|
494
|
-
- Fix Default method for an instance always overwritten by get
|
|
495
|
-
- Fix type error when socketPath option in AxiosRequestConfig
|
|
496
|
-
- Capture errors on request data streams
|
|
497
|
-
- Decorate resolve and reject to clear timeout in all cases
|
|
498
|
-
|
|
499
|
-
Huge thanks to everyone who contributed to this release via code (authors listed
|
|
500
|
-
below) or via reviews and triaging on GitHub:
|
|
501
|
-
|
|
502
|
-
- Andrew Scott <ascott18@gmail.com>
|
|
503
|
-
- Anthony Gauthier <antho325@hotmail.com>
|
|
504
|
-
- arpit <arpit2438735@gmail.com>
|
|
505
|
-
- ascott18
|
|
506
|
-
- Benedikt Rötsch <axe312ger@users.noreply.github.com>
|
|
507
|
-
- Chance Dickson <me@chancedickson.com>
|
|
508
|
-
- Dave Stewart <info@davestewart.co.uk>
|
|
509
|
-
- Deric Cain <deric.cain@gmail.com>
|
|
510
|
-
- Guillaume Briday <guillaumebriday@gmail.com>
|
|
511
|
-
- Jacob Wejendorp <jacob@wejendorp.dk>
|
|
512
|
-
- Jim Lynch <mrdotjim@gmail.com>
|
|
513
|
-
- johntron
|
|
514
|
-
- Justin Beckwith <beckwith@google.com>
|
|
515
|
-
- Justin Beckwith <justin.beckwith@gmail.com>
|
|
516
|
-
- Khaled Garbaya <khaledgarbaya@gmail.com>
|
|
517
|
-
- Lim Jing Rong <jjingrong@users.noreply.github.com>
|
|
518
|
-
- Mark van den Broek <mvdnbrk@gmail.com>
|
|
519
|
-
- Martti Laine <martti@codeclown.net>
|
|
520
|
-
- mattridley
|
|
521
|
-
- mattridley <matt.r@joinblink.com>
|
|
522
|
-
- Nicolas Del Valle <nicolas.delvalle@gmail.com>
|
|
523
|
-
- Nilegfx
|
|
524
|
-
- pbarbiero
|
|
525
|
-
- Rikki Gibson <rikkigibson@gmail.com>
|
|
526
|
-
- Sako Hartounian <sakohartounian@yahoo.com>
|
|
527
|
-
- Shane Fitzpatrick <fitzpasd@gmail.com>
|
|
528
|
-
- Stephan Schneider <stephanschndr@gmail.com>
|
|
529
|
-
- Steven <steven@ceriously.com>
|
|
530
|
-
- Tim Garthwaite <tim.garthwaite@jibo.com>
|
|
531
|
-
- Tim Johns <timjohns@yahoo.com>
|
|
532
|
-
- Yutaro Miyazaki <yutaro@studio-rubbish.com>
|
|
533
|
-
|
|
534
|
-
### 0.18.0 (Feb 19, 2018)
|
|
535
|
-
|
|
536
|
-
- Adding support for UNIX Sockets when running with Node.js ([#1070](https://github.com/axios/axios/pull/1070))
|
|
537
|
-
- Fixing typings ([#1177](https://github.com/axios/axios/pull/1177)):
|
|
538
|
-
- AxiosRequestConfig.proxy: allows type false
|
|
539
|
-
- AxiosProxyConfig: added auth field
|
|
540
|
-
- Adding function signature in AxiosInstance interface so AxiosInstance can be invoked ([#1192](https://github.com/axios/axios/pull/1192), [#1254](https://github.com/axios/axios/pull/1254))
|
|
541
|
-
- Allowing maxContentLength to pass through to redirected calls as maxBodyLength in follow-redirects config ([#1287](https://github.com/axios/axios/pull/1287))
|
|
542
|
-
- Fixing configuration when using an instance - method can now be set ([#1342](https://github.com/axios/axios/pull/1342))
|
|
543
|
-
|
|
544
|
-
### 0.17.1 (Nov 11, 2017)
|
|
545
|
-
|
|
546
|
-
- Fixing issue with web workers ([#1160](https://github.com/axios/axios/pull/1160))
|
|
547
|
-
- Allowing overriding transport ([#1080](https://github.com/axios/axios/pull/1080))
|
|
548
|
-
- Updating TypeScript typings ([#1165](https://github.com/axios/axios/pull/1165), [#1125](https://github.com/axios/axios/pull/1125), [#1131](https://github.com/axios/axios/pull/1131))
|
|
549
|
-
|
|
550
|
-
### 0.17.0 (Oct 21, 2017)
|
|
551
|
-
|
|
552
|
-
- **BREAKING** Fixing issue with `baseURL` and interceptors ([#950](https://github.com/axios/axios/pull/950))
|
|
553
|
-
- **BREAKING** Improving handing of duplicate headers ([#874](https://github.com/axios/axios/pull/874))
|
|
554
|
-
- Adding support for disabling proxies ([#691](https://github.com/axios/axios/pull/691))
|
|
555
|
-
- Updating TypeScript typings with generic type parameters ([#1061](https://github.com/axios/axios/pull/1061))
|
|
556
|
-
|
|
557
|
-
### 0.16.2 (Jun 3, 2017)
|
|
558
|
-
|
|
559
|
-
- Fixing issue with including `buffer` in bundle ([#887](https://github.com/axios/axios/pull/887))
|
|
560
|
-
- Including underlying request in errors ([#830](https://github.com/axios/axios/pull/830))
|
|
561
|
-
- Convert `method` to lowercase ([#930](https://github.com/axios/axios/pull/930))
|
|
562
|
-
|
|
563
|
-
### 0.16.1 (Apr 8, 2017)
|
|
564
|
-
|
|
565
|
-
- Improving HTTP adapter to return last request in case of redirects ([#828](https://github.com/axios/axios/pull/828))
|
|
566
|
-
- Updating `follow-redirects` dependency ([#829](https://github.com/axios/axios/pull/829))
|
|
567
|
-
- Adding support for passing `Buffer` in node ([#773](https://github.com/axios/axios/pull/773))
|
|
568
|
-
|
|
569
|
-
### 0.16.0 (Mar 31, 2017)
|
|
570
|
-
|
|
571
|
-
- **BREAKING** Removing `Promise` from axios typings in favor of built-in type declarations ([#480](https://github.com/axios/axios/issues/480))
|
|
572
|
-
- Adding `options` shortcut method ([#461](https://github.com/axios/axios/pull/461))
|
|
573
|
-
- Fixing issue with using `responseType: 'json'` in browsers incompatible with XHR Level 2 ([#654](https://github.com/axios/axios/pull/654))
|
|
574
|
-
- Improving React Native detection ([#731](https://github.com/axios/axios/pull/731))
|
|
575
|
-
- Fixing `combineURLs` to support empty `relativeURL` ([#581](https://github.com/axios/axios/pull/581))
|
|
576
|
-
- Removing `PROTECTION_PREFIX` support ([#561](https://github.com/axios/axios/pull/561))
|
|
577
|
-
|
|
578
|
-
### 0.15.3 (Nov 27, 2016)
|
|
579
|
-
|
|
580
|
-
- Fixing issue with custom instances and global defaults ([#443](https://github.com/axios/axios/issues/443))
|
|
581
|
-
- Renaming `axios.d.ts` to `index.d.ts` ([#519](https://github.com/axios/axios/issues/519))
|
|
582
|
-
- Adding `get`, `head`, and `delete` to `defaults.headers` ([#509](https://github.com/axios/axios/issues/509))
|
|
583
|
-
- Fixing issue with `btoa` and IE ([#507](https://github.com/axios/axios/issues/507))
|
|
584
|
-
- Adding support for proxy authentication ([#483](https://github.com/axios/axios/pull/483))
|
|
585
|
-
- Improving HTTP adapter to use `http` protocol by default ([#493](https://github.com/axios/axios/pull/493))
|
|
586
|
-
- Fixing proxy issues ([#491](https://github.com/axios/axios/pull/491))
|
|
587
|
-
|
|
588
|
-
### 0.15.2 (Oct 17, 2016)
|
|
589
|
-
|
|
590
|
-
- Fixing issue with calling `cancel` after response has been received ([#482](https://github.com/axios/axios/issues/482))
|
|
591
|
-
|
|
592
|
-
### 0.15.1 (Oct 14, 2016)
|
|
593
|
-
|
|
594
|
-
- Fixing issue with UMD ([#485](https://github.com/axios/axios/issues/485))
|
|
595
|
-
|
|
596
|
-
### 0.15.0 (Oct 10, 2016)
|
|
597
|
-
|
|
598
|
-
- Adding cancellation support ([#452](https://github.com/axios/axios/pull/452))
|
|
599
|
-
- Moving default adapter to global defaults ([#437](https://github.com/axios/axios/pull/437))
|
|
600
|
-
- Fixing issue with `file` URI scheme ([#440](https://github.com/axios/axios/pull/440))
|
|
601
|
-
- Fixing issue with `params` objects that have no prototype ([#445](https://github.com/axios/axios/pull/445))
|
|
602
|
-
|
|
603
|
-
### 0.14.0 (Aug 27, 2016)
|
|
604
|
-
|
|
605
|
-
- **BREAKING** Updating TypeScript definitions ([#419](https://github.com/axios/axios/pull/419))
|
|
606
|
-
- **BREAKING** Replacing `agent` option with `httpAgent` and `httpsAgent` ([#387](https://github.com/axios/axios/pull/387))
|
|
607
|
-
- **BREAKING** Splitting `progress` event handlers into `onUploadProgress` and `onDownloadProgress` ([#423](https://github.com/axios/axios/pull/423))
|
|
608
|
-
- Adding support for `http_proxy` and `https_proxy` environment variables ([#366](https://github.com/axios/axios/pull/366))
|
|
609
|
-
- Fixing issue with `auth` config option and `Authorization` header ([#397](https://github.com/axios/axios/pull/397))
|
|
610
|
-
- Don't set XSRF header if `xsrfCookieName` is `null` ([#406](https://github.com/axios/axios/pull/406))
|
|
611
|
-
|
|
612
|
-
### 0.13.1 (Jul 16, 2016)
|
|
10
|
+
### Contributors to this release
|
|
11
|
+
|
|
12
|
+
- <img src="https://avatars.githubusercontent.com/u/4814473?v=4&s=18" alt="avatar" width="18"/> [Jay](https://github.com/jasonsaayman "+15/-6 (#6145 )")
|
|
13
|
+
- <img src="https://avatars.githubusercontent.com/u/22686401?v=4&s=18" alt="avatar" width="18"/> [Willian Agostini](https://github.com/WillianAgostini "+17/-2 (#6132 )")
|
|
14
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+3/-0 (#6084 )")
|
|
15
|
+
|
|
16
|
+
## [1.6.2](https://github.com/axios/axios/compare/v1.6.1...v1.6.2) (2023-11-14)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **withXSRFToken:** added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ([#6046](https://github.com/axios/axios/issues/6046)) ([cff9967](https://github.com/axios/axios/commit/cff996779b272a5e94c2b52f5503ccf668bc42dc))
|
|
22
|
+
|
|
23
|
+
### PRs
|
|
24
|
+
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( [#6046](https://api.github.com/repos/axios/axios/pulls/6046) )
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
|
|
28
|
+
You should now use withXSRFToken along with withCredential to get the old behavior.
|
|
29
|
+
This functionality is considered as a fix.
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### Contributors to this release
|
|
33
|
+
|
|
34
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+271/-146 (#6081 #6080 #6079 #6078 #6046 #6064 #6063 )")
|
|
35
|
+
- <img src="https://avatars.githubusercontent.com/u/79681367?v=4&s=18" alt="avatar" width="18"/> [Ng Choon Khon (CK)](https://github.com/ckng0221 "+4/-4 (#6073 )")
|
|
36
|
+
- <img src="https://avatars.githubusercontent.com/u/9162827?v=4&s=18" alt="avatar" width="18"/> [Muhammad Noman](https://github.com/mnomanmemon "+2/-2 (#6048 )")
|
|
37
|
+
|
|
38
|
+
## [1.6.1](https://github.com/axios/axios/compare/v1.6.0...v1.6.1) (2023-11-08)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* **formdata:** fixed content-type header normalization for non-standard browser environments; ([#6056](https://github.com/axios/axios/issues/6056)) ([dd465ab](https://github.com/axios/axios/commit/dd465ab22bbfa262c6567be6574bf46a057d5288))
|
|
44
|
+
* **platform:** fixed emulated browser detection in node.js environment; ([#6055](https://github.com/axios/axios/issues/6055)) ([3dc8369](https://github.com/axios/axios/commit/3dc8369e505e32a4e12c22f154c55fd63ac67fbb))
|
|
45
|
+
|
|
46
|
+
### Contributors to this release
|
|
47
|
+
|
|
48
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+432/-65 (#6059 #6056 #6055 )")
|
|
49
|
+
- <img src="https://avatars.githubusercontent.com/u/3982806?v=4&s=18" alt="avatar" width="18"/> [Fabian Meyer](https://github.com/meyfa "+5/-2 (#5835 )")
|
|
50
|
+
|
|
51
|
+
### PRs
|
|
52
|
+
- feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( [#6046](https://api.github.com/repos/axios/axios/pulls/6046) )
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour.
|
|
56
|
+
You should now use withXSRFToken along with withCredential to get the old behavior.
|
|
57
|
+
This functionality is considered as a fix.
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
# [1.6.0](https://github.com/axios/axios/compare/v1.5.1...v1.6.0) (2023-10-26)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
* **CSRF:** fixed CSRF vulnerability CVE-2023-45857 ([#6028](https://github.com/axios/axios/issues/6028)) ([96ee232](https://github.com/axios/axios/commit/96ee232bd3ee4de2e657333d4d2191cd389e14d0))
|
|
66
|
+
* **dns:** fixed lookup function decorator to work properly in node v20; ([#6011](https://github.com/axios/axios/issues/6011)) ([5aaff53](https://github.com/axios/axios/commit/5aaff532a6b820bb9ab6a8cd0f77131b47e2adb8))
|
|
67
|
+
* **types:** fix AxiosHeaders types; ([#5931](https://github.com/axios/axios/issues/5931)) ([a1c8ad0](https://github.com/axios/axios/commit/a1c8ad008b3c13d53e135bbd0862587fb9d3fc09))
|
|
68
|
+
|
|
69
|
+
### PRs
|
|
70
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Contributors to this release
|
|
77
|
+
|
|
78
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+449/-114 (#6032 #6021 #6011 #5932 #5931 )")
|
|
79
|
+
- <img src="https://avatars.githubusercontent.com/u/63700910?v=4&s=18" alt="avatar" width="18"/> [Valentin Panov](https://github.com/valentin-panov "+4/-4 (#6028 )")
|
|
80
|
+
- <img src="https://avatars.githubusercontent.com/u/76877078?v=4&s=18" alt="avatar" width="18"/> [Rinku Chaudhari](https://github.com/therealrinku "+1/-1 (#5889 )")
|
|
81
|
+
|
|
82
|
+
## [1.5.1](https://github.com/axios/axios/compare/v1.5.0...v1.5.1) (2023-09-26)
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* **adapters:** improved adapters loading logic to have clear error messages; ([#5919](https://github.com/axios/axios/issues/5919)) ([e410779](https://github.com/axios/axios/commit/e4107797a7a1376f6209fbecfbbce73d3faa7859))
|
|
88
|
+
* **formdata:** fixed automatic addition of the `Content-Type` header for FormData in non-browser environments; ([#5917](https://github.com/axios/axios/issues/5917)) ([bc9af51](https://github.com/axios/axios/commit/bc9af51b1886d1b3529617702f2a21a6c0ed5d92))
|
|
89
|
+
* **headers:** allow `content-encoding` header to handle case-insensitive values ([#5890](https://github.com/axios/axios/issues/5890)) ([#5892](https://github.com/axios/axios/issues/5892)) ([4c89f25](https://github.com/axios/axios/commit/4c89f25196525e90a6e75eda9cb31ae0a2e18acd))
|
|
90
|
+
* **types:** removed duplicated code ([9e62056](https://github.com/axios/axios/commit/9e6205630e1c9cf863adf141c0edb9e6d8d4b149))
|
|
91
|
+
|
|
92
|
+
### Contributors to this release
|
|
93
|
+
|
|
94
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+89/-18 (#5919 #5917 )")
|
|
95
|
+
- <img src="https://avatars.githubusercontent.com/u/110460234?v=4&s=18" alt="avatar" width="18"/> [David Dallas](https://github.com/DavidJDallas "+11/-5 ()")
|
|
96
|
+
- <img src="https://avatars.githubusercontent.com/u/71556073?v=4&s=18" alt="avatar" width="18"/> [Sean Sattler](https://github.com/fb-sean "+2/-8 ()")
|
|
97
|
+
- <img src="https://avatars.githubusercontent.com/u/4294069?v=4&s=18" alt="avatar" width="18"/> [Mustafa Ateş Uzun](https://github.com/0o001 "+4/-4 ()")
|
|
98
|
+
- <img src="https://avatars.githubusercontent.com/u/132928043?v=4&s=18" alt="avatar" width="18"/> [Przemyslaw Motacki](https://github.com/sfc-gh-pmotacki "+2/-1 (#5892 )")
|
|
99
|
+
- <img src="https://avatars.githubusercontent.com/u/5492927?v=4&s=18" alt="avatar" width="18"/> [Michael Di Prisco](https://github.com/Cadienvan "+1/-1 ()")
|
|
100
|
+
|
|
101
|
+
### PRs
|
|
102
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
# [1.5.0](https://github.com/axios/axios/compare/v1.4.0...v1.5.0) (2023-08-26)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* **adapter:** make adapter loading error more clear by using platform-specific adapters explicitly ([#5837](https://github.com/axios/axios/issues/5837)) ([9a414bb](https://github.com/axios/axios/commit/9a414bb6c81796a95c6c7fe668637825458e8b6d))
|
|
114
|
+
* **dns:** fixed `cacheable-lookup` integration; ([#5836](https://github.com/axios/axios/issues/5836)) ([b3e327d](https://github.com/axios/axios/commit/b3e327dcc9277bdce34c7ef57beedf644b00d628))
|
|
115
|
+
* **headers:** added support for setting header names that overlap with class methods; ([#5831](https://github.com/axios/axios/issues/5831)) ([d8b4ca0](https://github.com/axios/axios/commit/d8b4ca0ea5f2f05efa4edfe1e7684593f9f68273))
|
|
116
|
+
* **headers:** fixed common Content-Type header merging; ([#5832](https://github.com/axios/axios/issues/5832)) ([8fda276](https://github.com/axios/axios/commit/8fda2766b1e6bcb72c3fabc146223083ef13ce17))
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* export getAdapter function ([#5324](https://github.com/axios/axios/issues/5324)) ([ca73eb8](https://github.com/axios/axios/commit/ca73eb878df0ae2dace81fe3a7f1fb5986231bf1))
|
|
122
|
+
* **export:** export adapters without `unsafe` prefix ([#5839](https://github.com/axios/axios/issues/5839)) ([1601f4a](https://github.com/axios/axios/commit/1601f4a27a81ab47fea228f1e244b2c4e3ce28bf))
|
|
123
|
+
|
|
124
|
+
### Contributors to this release
|
|
125
|
+
|
|
126
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+66/-29 (#5839 #5837 #5836 #5832 #5831 )")
|
|
127
|
+
- <img src="https://avatars.githubusercontent.com/u/102841186?v=4&s=18" alt="avatar" width="18"/> [夜葬](https://github.com/geekact "+42/-0 (#5324 )")
|
|
128
|
+
- <img src="https://avatars.githubusercontent.com/u/65978976?v=4&s=18" alt="avatar" width="18"/> [Jonathan Budiman](https://github.com/JBudiman00 "+30/-0 (#5788 )")
|
|
129
|
+
- <img src="https://avatars.githubusercontent.com/u/5492927?v=4&s=18" alt="avatar" width="18"/> [Michael Di Prisco](https://github.com/Cadienvan "+3/-5 (#5791 )")
|
|
130
|
+
|
|
131
|
+
### PRs
|
|
132
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
# [1.4.0](https://github.com/axios/axios/compare/v1.3.6...v1.4.0) (2023-04-27)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* **formdata:** add `multipart/form-data` content type for FormData payload on custom client environments; ([#5678](https://github.com/axios/axios/issues/5678)) ([bbb61e7](https://github.com/axios/axios/commit/bbb61e70cb1185adfb1cbbb86eaf6652c48d89d1))
|
|
144
|
+
* **package:** export package internals with unsafe path prefix; ([#5677](https://github.com/axios/axios/issues/5677)) ([df38c94](https://github.com/axios/axios/commit/df38c949f26414d88ba29ec1e353c4d4f97eaf09))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Features
|
|
148
|
+
|
|
149
|
+
* **dns:** added support for a custom lookup function; ([#5339](https://github.com/axios/axios/issues/5339)) ([2701911](https://github.com/axios/axios/commit/2701911260a1faa5cc5e1afe437121b330a3b7bb))
|
|
150
|
+
* **types:** export `AxiosHeaderValue` type. ([#5525](https://github.com/axios/axios/issues/5525)) ([726f1c8](https://github.com/axios/axios/commit/726f1c8e00cffa0461a8813a9bdcb8f8b9d762cf))
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Performance Improvements
|
|
154
|
+
|
|
155
|
+
* **merge-config:** optimize mergeConfig performance by avoiding duplicate key visits; ([#5679](https://github.com/axios/axios/issues/5679)) ([e6f7053](https://github.com/axios/axios/commit/e6f7053bf1a3e87cf1f9da8677e12e3fe829d68e))
|
|
156
|
+
|
|
157
|
+
### Contributors to this release
|
|
158
|
+
|
|
159
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+151/-16 (#5684 #5339 #5679 #5678 #5677 )")
|
|
160
|
+
- <img src="https://avatars.githubusercontent.com/u/47537704?v=4&s=18" alt="avatar" width="18"/> [Arthur Fiorette](https://github.com/arthurfiorette "+19/-19 (#5525 )")
|
|
161
|
+
- <img src="https://avatars.githubusercontent.com/u/43876655?v=4&s=18" alt="avatar" width="18"/> [PIYUSH NEGI](https://github.com/npiyush97 "+2/-18 (#5670 )")
|
|
162
|
+
|
|
163
|
+
### PRs
|
|
164
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
## [1.3.6](https://github.com/axios/axios/compare/v1.3.5...v1.3.6) (2023-04-19)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
* **types:** added transport to RawAxiosRequestConfig ([#5445](https://github.com/axios/axios/issues/5445)) ([6f360a2](https://github.com/axios/axios/commit/6f360a2531d8d70363fd9becef6a45a323f170e2))
|
|
176
|
+
* **utils:** make isFormData detection logic stricter to avoid unnecessary calling of the `toString` method on the target; ([#5661](https://github.com/axios/axios/issues/5661)) ([aa372f7](https://github.com/axios/axios/commit/aa372f7306295dfd1100c1c2c77ce95c95808e76))
|
|
177
|
+
|
|
178
|
+
### Contributors to this release
|
|
613
179
|
|
|
614
|
-
-
|
|
180
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+48/-10 (#5665 #5661 #5663 )")
|
|
181
|
+
- <img src="https://avatars.githubusercontent.com/u/5492927?v=4&s=18" alt="avatar" width="18"/> [Michael Di Prisco](https://github.com/Cadienvan "+2/-0 (#5445 )")
|
|
615
182
|
|
|
616
|
-
###
|
|
183
|
+
### PRs
|
|
184
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
188
|
+
```
|
|
617
189
|
|
|
618
|
-
|
|
619
|
-
- **BREAKING** Response transformer now invoked in dispatcher not adapter ([10eb238](https://github.com/axios/axios/commit/10eb23865101f9347570552c04e9d6211376e25e))
|
|
620
|
-
- **BREAKING** Request adapters now return a `Promise` ([157efd5](https://github.com/axios/axios/commit/157efd5615890301824e3121cc6c9d2f9b21f94a))
|
|
621
|
-
- Fixing issue with `withCredentials` not being overwritten ([#343](https://github.com/axios/axios/issues/343))
|
|
622
|
-
- Fixing regression with request transformer being called before request interceptor ([#352](https://github.com/axios/axios/issues/352))
|
|
623
|
-
- Fixing custom instance defaults ([#341](https://github.com/axios/axios/issues/341))
|
|
624
|
-
- Fixing instances created from `axios.create` to have same API as default axios ([#217](https://github.com/axios/axios/issues/217))
|
|
190
|
+
## [1.3.5](https://github.com/axios/axios/compare/v1.3.4...v1.3.5) (2023-04-05)
|
|
625
191
|
|
|
626
|
-
### 0.12.0 (May 31, 2016)
|
|
627
192
|
|
|
628
|
-
|
|
629
|
-
- Adding `maxRedirects` option ([#307](https://github.com/axios/axios/pull/307))
|
|
193
|
+
### Bug Fixes
|
|
630
194
|
|
|
631
|
-
|
|
195
|
+
* **headers:** fixed isValidHeaderName to support full list of allowed characters; ([#5584](https://github.com/axios/axios/issues/5584)) ([e7decef](https://github.com/axios/axios/commit/e7decef6a99f4627e27ed9ea5b00ce8e201c3841))
|
|
196
|
+
* **params:** re-added the ability to set the function as `paramsSerializer` config; ([#5633](https://github.com/axios/axios/issues/5633)) ([a56c866](https://github.com/axios/axios/commit/a56c8661209d5ce5a645a05f294a0e08a6c1f6b3))
|
|
632
197
|
|
|
633
|
-
|
|
634
|
-
- Fixing detection of `FormData` ([#325](https://github.com/axios/axios/pull/325))
|
|
635
|
-
- Adding `Axios` class to exports ([#321](https://github.com/axios/axios/pull/321))
|
|
198
|
+
### Contributors to this release
|
|
636
199
|
|
|
637
|
-
|
|
200
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+28/-10 (#5633 #5584 )")
|
|
638
201
|
|
|
639
|
-
|
|
640
|
-
-
|
|
641
|
-
|
|
202
|
+
### PRs
|
|
203
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
207
|
+
```
|
|
642
208
|
|
|
643
|
-
|
|
209
|
+
## [1.3.4](https://github.com/axios/axios/compare/v1.3.3...v1.3.4) (2023-02-22)
|
|
644
210
|
|
|
645
|
-
- Fixing issue with some requests sending `undefined` instead of `null` ([#250](https://github.com/axios/axios/pull/250))
|
|
646
|
-
- Fixing basic auth for HTTP adapter ([#252](https://github.com/axios/axios/pull/252))
|
|
647
|
-
- Fixing request timeout for XHR adapter ([#227](https://github.com/axios/axios/pull/227))
|
|
648
|
-
- Fixing IE8 support by using `onreadystatechange` instead of `onload` ([#249](https://github.com/axios/axios/pull/249))
|
|
649
|
-
- Fixing IE9 cross domain requests ([#251](https://github.com/axios/axios/pull/251))
|
|
650
|
-
- Adding `maxContentLength` option ([#275](https://github.com/axios/axios/pull/275))
|
|
651
|
-
- Fixing XHR support for WebWorker environment ([#279](https://github.com/axios/axios/pull/279))
|
|
652
|
-
- Adding request instance to response ([#200](https://github.com/axios/axios/pull/200))
|
|
653
211
|
|
|
654
|
-
###
|
|
212
|
+
### Bug Fixes
|
|
655
213
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
- Fixing issue with IE rejecting on HTTP 204 ([#201](https://github.com/axios/axios/issues/201))
|
|
659
|
-
- Fixing host/port when following redirects ([#198](https://github.com/axios/axios/pull/198))
|
|
214
|
+
* **blob:** added a check to make sure the Blob class is available in the browser's global scope; ([#5548](https://github.com/axios/axios/issues/5548)) ([3772c8f](https://github.com/axios/axios/commit/3772c8fe74112a56e3e9551f894d899bc3a9443a))
|
|
215
|
+
* **http:** fixed regression bug when handling synchronous errors inside the adapter; ([#5564](https://github.com/axios/axios/issues/5564)) ([a3b246c](https://github.com/axios/axios/commit/a3b246c9de5c3bc4b5a742e15add55b375479451))
|
|
660
216
|
|
|
661
|
-
###
|
|
217
|
+
### Contributors to this release
|
|
662
218
|
|
|
663
|
-
-
|
|
664
|
-
-
|
|
665
|
-
-
|
|
666
|
-
- Improving config merging and order of precedence ([#183](https://github.com/axios/axios/pull/183))
|
|
667
|
-
- Fixing XDomainRequest support for only <= IE9 ([#182](https://github.com/axios/axios/pull/182))
|
|
219
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+38/-26 (#5564 )")
|
|
220
|
+
- <img src="https://avatars.githubusercontent.com/u/19550000?v=4&s=18" alt="avatar" width="18"/> [lcysgsg](https://github.com/lcysgsg "+4/-0 (#5548 )")
|
|
221
|
+
- <img src="https://avatars.githubusercontent.com/u/5492927?v=4&s=18" alt="avatar" width="18"/> [Michael Di Prisco](https://github.com/Cadienvan "+3/-0 (#5444 )")
|
|
668
222
|
|
|
669
|
-
###
|
|
223
|
+
### PRs
|
|
224
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
228
|
+
```
|
|
670
229
|
|
|
671
|
-
|
|
672
|
-
- Fixing error with format of basic auth header ([#178](https://github.com/axios/axios/pull/173))
|
|
673
|
-
- Fixing error with JSON payloads throwing `InvalidStateError` in some cases ([#174](https://github.com/axios/axios/pull/174))
|
|
230
|
+
## [1.3.3](https://github.com/axios/axios/compare/v1.3.2...v1.3.3) (2023-02-13)
|
|
674
231
|
|
|
675
|
-
### 0.8.0 (Dec 11, 2015)
|
|
676
232
|
|
|
677
|
-
|
|
678
|
-
- Fixing http adapter to use `Buffer` instead of `String` in case of `responseType === 'arraybuffer'` ([#128](https://github.com/axios/axios/pull/128))
|
|
679
|
-
- Adding support for using custom parameter serializer with `paramsSerializer` option ([#121](https://github.com/axios/axios/pull/121))
|
|
680
|
-
- Fixing issue in IE8 caused by `forEach` on `arguments` ([#127](https://github.com/axios/axios/pull/127))
|
|
681
|
-
- Adding support for following redirects in node ([#146](https://github.com/axios/axios/pull/146))
|
|
682
|
-
- Adding support for transparent decompression if `content-encoding` is set ([#149](https://github.com/axios/axios/pull/149))
|
|
683
|
-
- Adding support for transparent XDomainRequest to handle cross domain requests in IE9 ([#140](https://github.com/axios/axios/pull/140))
|
|
684
|
-
- Adding support for HTTP basic auth via Authorization header ([#167](https://github.com/axios/axios/pull/167))
|
|
685
|
-
- Adding support for baseURL option ([#160](https://github.com/axios/axios/pull/160))
|
|
233
|
+
### Bug Fixes
|
|
686
234
|
|
|
687
|
-
|
|
235
|
+
* **formdata:** added a check to make sure the FormData class is available in the browser's global scope; ([#5545](https://github.com/axios/axios/issues/5545)) ([a6dfa72](https://github.com/axios/axios/commit/a6dfa72010db5ad52db8bd13c0f98e537e8fd05d))
|
|
236
|
+
* **formdata:** fixed setting NaN as Content-Length for form payload in some cases; ([#5535](https://github.com/axios/axios/issues/5535)) ([c19f7bf](https://github.com/axios/axios/commit/c19f7bf770f90ae8307f4ea3104f227056912da1))
|
|
237
|
+
* **headers:** fixed the filtering logic of the clear method; ([#5542](https://github.com/axios/axios/issues/5542)) ([ea87ebf](https://github.com/axios/axios/commit/ea87ebfe6d1699af072b9e7cd40faf8f14b0ab93))
|
|
688
238
|
|
|
689
|
-
|
|
690
|
-
- Adding support for passing agent in node ([#102](https://github.com/axios/axios/pull/102))
|
|
691
|
-
- Adding support for returning result from `axios.spread` for chaining ([#106](https://github.com/axios/axios/pull/106))
|
|
692
|
-
- Fixing typescript definition ([#105](https://github.com/axios/axios/pull/105))
|
|
693
|
-
- Fixing default timeout config for node ([#112](https://github.com/axios/axios/pull/112))
|
|
694
|
-
- Adding support for use in web workers, and react-native ([#70](https://github.com/axios/axios/issue/70)), ([#98](https://github.com/axios/axios/pull/98))
|
|
695
|
-
- Adding support for fetch like API `axios(url[, config])` ([#116](https://github.com/axios/axios/issues/116))
|
|
239
|
+
### Contributors to this release
|
|
696
240
|
|
|
697
|
-
|
|
241
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+11/-7 (#5545 #5535 #5542 )")
|
|
242
|
+
- <img src="https://avatars.githubusercontent.com/u/19842213?v=4&s=18" alt="avatar" width="18"/> [陈若枫](https://github.com/ruofee "+2/-2 (#5467 )")
|
|
698
243
|
|
|
699
|
-
|
|
700
|
-
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
- Fixing issue with IE8 ([#85](https://github.com/axios/axios/pull/85))
|
|
706
|
-
- Converting build to UMD
|
|
244
|
+
### PRs
|
|
245
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
249
|
+
```
|
|
707
250
|
|
|
708
|
-
|
|
251
|
+
## [1.3.2](https://github.com/axios/axios/compare/v1.3.1...v1.3.2) (2023-02-03)
|
|
709
252
|
|
|
710
|
-
- Fixing issue with FormData not being sent ([#53](https://github.com/axios/axios/issues/53))
|
|
711
253
|
|
|
712
|
-
###
|
|
254
|
+
### Bug Fixes
|
|
713
255
|
|
|
714
|
-
|
|
256
|
+
* **http:** treat http://localhost as base URL for relative paths to avoid `ERR_INVALID_URL` error; ([#5528](https://github.com/axios/axios/issues/5528)) ([128d56f](https://github.com/axios/axios/commit/128d56f4a0fb8f5f2ed6e0dd80bc9225fee9538c))
|
|
257
|
+
* **http:** use explicit import instead of TextEncoder global; ([#5530](https://github.com/axios/axios/issues/5530)) ([6b3c305](https://github.com/axios/axios/commit/6b3c305fc40c56428e0afabedc6f4d29c2830f6f))
|
|
715
258
|
|
|
716
|
-
###
|
|
259
|
+
### Contributors to this release
|
|
717
260
|
|
|
718
|
-
-
|
|
261
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+2/-1 (#5530 #5528 )")
|
|
719
262
|
|
|
720
|
-
###
|
|
263
|
+
### PRs
|
|
264
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
268
|
+
```
|
|
721
269
|
|
|
722
|
-
|
|
723
|
-
- Fixing issue with standalone build ([#47](https://github.com/axios/axios/issues/47))
|
|
270
|
+
## [1.3.1](https://github.com/axios/axios/compare/v1.3.0...v1.3.1) (2023-02-01)
|
|
724
271
|
|
|
725
|
-
### 0.5.0 (Jan 23, 2015)
|
|
726
272
|
|
|
727
|
-
|
|
728
|
-
- Updating es6-promise dependency
|
|
273
|
+
### Bug Fixes
|
|
729
274
|
|
|
730
|
-
|
|
275
|
+
* **formdata:** add hotfix to use the asynchronous API to compute the content-length header value; ([#5521](https://github.com/axios/axios/issues/5521)) ([96d336f](https://github.com/axios/axios/commit/96d336f527619f21da012fe1f117eeb53e5a2120))
|
|
276
|
+
* **serializer:** fixed serialization of array-like objects; ([#5518](https://github.com/axios/axios/issues/5518)) ([08104c0](https://github.com/axios/axios/commit/08104c028c0f9353897b1b6691d74c440fd0c32d))
|
|
731
277
|
|
|
732
|
-
|
|
733
|
-
- Adding support for TypeScript ([#25](https://github.com/axios/axios/issues/25))
|
|
734
|
-
- Fixing issue with standalone build ([#29](https://github.com/axios/axios/issues/29))
|
|
735
|
-
- Fixing issue with verbs needing to be capitalized in some browsers ([#30](https://github.com/axios/axios/issues/30))
|
|
278
|
+
### Contributors to this release
|
|
736
279
|
|
|
737
|
-
|
|
280
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+27/-8 (#5521 #5518 )")
|
|
738
281
|
|
|
739
|
-
|
|
282
|
+
### PRs
|
|
283
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
284
|
+
```
|
|
285
|
+
|
|
286
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
287
|
+
```
|
|
740
288
|
|
|
741
|
-
|
|
289
|
+
# [1.3.0](https://github.com/axios/axios/compare/v1.2.6...v1.3.0) (2023-01-31)
|
|
742
290
|
|
|
743
|
-
- Adding support for `ArrayBuffer` and `ArrayBufferView` ([#10](https://github.com/axios/axios/issues/10))
|
|
744
|
-
- Adding support for utf-8 for node.js ([#13](https://github.com/axios/axios/issues/13))
|
|
745
|
-
- Adding support for SSL for node.js ([#12](https://github.com/axios/axios/issues/12))
|
|
746
|
-
- Fixing incorrect `Content-Type` header ([#9](https://github.com/axios/axios/issues/9))
|
|
747
|
-
- Adding standalone build without bundled es6-promise ([#11](https://github.com/axios/axios/issues/11))
|
|
748
|
-
- Deprecating `success`/`error` in favor of `then`/`catch`
|
|
749
291
|
|
|
750
|
-
###
|
|
292
|
+
### Bug Fixes
|
|
751
293
|
|
|
752
|
-
|
|
294
|
+
* **headers:** fixed & optimized clear method; ([#5507](https://github.com/axios/axios/issues/5507)) ([9915635](https://github.com/axios/axios/commit/9915635c69d0ab70daca5738488421f67ca60959))
|
|
295
|
+
* **http:** add zlib headers if missing ([#5497](https://github.com/axios/axios/issues/5497)) ([65e8d1e](https://github.com/axios/axios/commit/65e8d1e28ce829f47a837e45129730e541950d3c))
|
|
753
296
|
|
|
754
|
-
### 0.3.0 (Sep 16, 2014)
|
|
755
297
|
|
|
756
|
-
|
|
757
|
-
- Updating `then` and `catch` to receive response data as a single object ([#6](https://github.com/axios/axios/issues/6))
|
|
758
|
-
- Fixing issue with `all` not working ([#7](https://github.com/axios/axios/issues/7))
|
|
298
|
+
### Features
|
|
759
299
|
|
|
760
|
-
|
|
300
|
+
* **fomdata:** added support for spec-compliant FormData & Blob types; ([#5316](https://github.com/axios/axios/issues/5316)) ([6ac574e](https://github.com/axios/axios/commit/6ac574e00a06731288347acea1e8246091196953))
|
|
761
301
|
|
|
762
|
-
|
|
302
|
+
### Contributors to this release
|
|
763
303
|
|
|
764
|
-
|
|
304
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+352/-67 (#5514 #5512 #5510 #5509 #5508 #5316 #5507 )")
|
|
305
|
+
- <img src="https://avatars.githubusercontent.com/u/35015993?v=4&s=18" alt="avatar" width="18"/> [ItsNotGoodName](https://github.com/ItsNotGoodName "+43/-2 (#5497 )")
|
|
765
306
|
|
|
766
|
-
|
|
307
|
+
### PRs
|
|
308
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
312
|
+
```
|
|
767
313
|
|
|
768
|
-
|
|
314
|
+
## [1.2.6](https://github.com/axios/axios/compare/v1.2.5...v1.2.6) (2023-01-28)
|
|
769
315
|
|
|
770
|
-
- Adding support for `all` and `spread`
|
|
771
|
-
- Adding support for node.js ([#1](https://github.com/axios/axios/issues/1))
|
|
772
316
|
|
|
773
|
-
###
|
|
317
|
+
### Bug Fixes
|
|
774
318
|
|
|
775
|
-
|
|
319
|
+
* **headers:** added missed Authorization accessor; ([#5502](https://github.com/axios/axios/issues/5502)) ([342c0ba](https://github.com/axios/axios/commit/342c0ba9a16ea50f5ed7d2366c5c1a2c877e3f26))
|
|
320
|
+
* **types:** fixed `CommonRequestHeadersList` & `CommonResponseHeadersList` types to be private in commonJS; ([#5503](https://github.com/axios/axios/issues/5503)) ([5a3d0a3](https://github.com/axios/axios/commit/5a3d0a3234d77361a1bc7cedee2da1e11df08e2c))
|
|
321
|
+
|
|
322
|
+
### Contributors to this release
|
|
323
|
+
|
|
324
|
+
-  [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+24/-9 (#5503 #5502 )")
|
|
325
|
+
|
|
326
|
+
### PRs
|
|
327
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
331
|
+
```
|
|
332
|
+
|
|
333
|
+
## [1.2.5](https://github.com/axios/axios/compare/v1.2.4...v1.2.5) (2023-01-26)
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
* **types:** fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; ([#5499](https://github.com/axios/axios/issues/5499)) ([580f1e8](https://github.com/axios/axios/commit/580f1e8033a61baa38149d59fd16019de3932c22))
|
|
339
|
+
|
|
340
|
+
### Contributors to this release
|
|
341
|
+
|
|
342
|
+
-  [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+82/-54 (#5499 )")
|
|
343
|
+
-  [Elliot Ford](https://github.com/EFord36 "+1/-1 (#5462 )")
|
|
344
|
+
|
|
345
|
+
### PRs
|
|
346
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
## [1.2.4](https://github.com/axios/axios/compare/v1.2.3...v1.2.4) (2023-01-22)
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
* **types:** renamed `RawAxiosRequestConfig` back to `AxiosRequestConfig`; ([#5486](https://github.com/axios/axios/issues/5486)) ([2a71f49](https://github.com/axios/axios/commit/2a71f49bc6c68495fa419003a3107ed8bd703ad0))
|
|
358
|
+
* **types:** fix `AxiosRequestConfig` generic; ([#5478](https://github.com/axios/axios/issues/5478)) ([9bce81b](https://github.com/axios/axios/commit/186ea062da8b7d578ae78b1a5c220986b9bce81b))
|
|
359
|
+
|
|
360
|
+
### Contributors to this release
|
|
361
|
+
|
|
362
|
+
-  [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+242/-108 (#5486 #5482 )")
|
|
363
|
+
-  [Daniel Hillmann](https://github.com/hilleer "+1/-1 (#5478 )")
|
|
364
|
+
|
|
365
|
+
### PRs
|
|
366
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
370
|
+
```
|
|
371
|
+
|
|
372
|
+
## [1.2.3](https://github.com/axios/axios/compare/1.2.2...1.2.3) (2023-01-10)
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
### Bug Fixes
|
|
376
|
+
|
|
377
|
+
* **types:** fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; ([#5420](https://github.com/axios/axios/issues/5420)) ([0811963](https://github.com/axios/axios/commit/08119634a22f1d5b19f5c9ea0adccb6d3eebc3bc))
|
|
378
|
+
|
|
379
|
+
### Contributors to this release
|
|
380
|
+
|
|
381
|
+
-  [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+938/-442 (#5456 #5455 #5453 #5451 #5449 #5447 #5446 #5443 #5442 #5439 #5420 )")
|
|
382
|
+
|
|
383
|
+
### PRs
|
|
384
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
385
|
+
```
|
|
386
|
+
|
|
387
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
388
|
+
```
|
|
389
|
+
|
|
390
|
+
## [1.2.2] - 2022-12-29
|
|
391
|
+
|
|
392
|
+
### Fixed
|
|
393
|
+
- fix(ci): fix release script inputs [#5392](https://github.com/axios/axios/pull/5392)
|
|
394
|
+
- fix(ci): prerelease scipts [#5377](https://github.com/axios/axios/pull/5377)
|
|
395
|
+
- fix(ci): release scripts [#5376](https://github.com/axios/axios/pull/5376)
|
|
396
|
+
- fix(ci): typescript tests [#5375](https://github.com/axios/axios/pull/5375)
|
|
397
|
+
- fix: Brotli decompression [#5353](https://github.com/axios/axios/pull/5353)
|
|
398
|
+
- fix: add missing HttpStatusCode [#5345](https://github.com/axios/axios/pull/5345)
|
|
399
|
+
|
|
400
|
+
### Chores
|
|
401
|
+
- chore(ci): set conventional-changelog header config [#5406](https://github.com/axios/axios/pull/5406)
|
|
402
|
+
- chore(ci): fix automatic contributors resolving [#5403](https://github.com/axios/axios/pull/5403)
|
|
403
|
+
- chore(ci): improved logging for the contributors list generator [#5398](https://github.com/axios/axios/pull/5398)
|
|
404
|
+
- chore(ci): fix release action [#5397](https://github.com/axios/axios/pull/5397)
|
|
405
|
+
- chore(ci): fix version bump script by adding bump argument for target version [#5393](https://github.com/axios/axios/pull/5393)
|
|
406
|
+
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 [#5342](https://github.com/axios/axios/pull/5342)
|
|
407
|
+
- chore(ci): GitHub Actions Release script [#5384](https://github.com/axios/axios/pull/5384)
|
|
408
|
+
- chore(ci): release scripts [#5364](https://github.com/axios/axios/pull/5364)
|
|
409
|
+
|
|
410
|
+
### Contributors to this release
|
|
411
|
+
-  [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
|
|
412
|
+
-  [Winnie](https://github.com/winniehell)
|
|
413
|
+
|
|
414
|
+
## [1.2.1] - 2022-12-05
|
|
415
|
+
|
|
416
|
+
### Changed
|
|
417
|
+
- feat(exports): export mergeConfig [#5151](https://github.com/axios/axios/pull/5151)
|
|
418
|
+
|
|
419
|
+
### Fixed
|
|
420
|
+
- fix(CancelledError): include config [#4922](https://github.com/axios/axios/pull/4922)
|
|
421
|
+
- fix(general): removing multiple/trailing/leading whitespace [#5022](https://github.com/axios/axios/pull/5022)
|
|
422
|
+
- fix(headers): decompression for responses without Content-Length header [#5306](https://github.com/axios/axios/pull/5306)
|
|
423
|
+
- fix(webWorker): exception to sending form data in web worker [#5139](https://github.com/axios/axios/pull/5139)
|
|
424
|
+
|
|
425
|
+
### Refactors
|
|
426
|
+
- refactor(types): AxiosProgressEvent.event type to any [#5308](https://github.com/axios/axios/pull/5308)
|
|
427
|
+
- refactor(types): add missing types for static AxiosError.from method [#4956](https://github.com/axios/axios/pull/4956)
|
|
428
|
+
|
|
429
|
+
### Chores
|
|
430
|
+
- chore(docs): remove README link to non-existent upgrade guide [#5307](https://github.com/axios/axios/pull/5307)
|
|
431
|
+
- chore(docs): typo in issue template name [#5159](https://github.com/axios/axios/pull/5159)
|
|
432
|
+
|
|
433
|
+
### Contributors to this release
|
|
434
|
+
|
|
435
|
+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
|
|
436
|
+
- [Zachary Lysobey](https://github.com/zachlysobey)
|
|
437
|
+
- [Kevin Ennis](https://github.com/kevincennis)
|
|
438
|
+
- [Philipp Loose](https://github.com/phloose)
|
|
439
|
+
- [secondl1ght](https://github.com/secondl1ght)
|
|
440
|
+
- [wenzheng](https://github.com/0x30)
|
|
441
|
+
- [Ivan Barsukov](https://github.com/ovarn)
|
|
442
|
+
- [Arthur Fiorette](https://github.com/arthurfiorette)
|
|
443
|
+
|
|
444
|
+
### PRs
|
|
445
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
446
|
+
```
|
|
447
|
+
|
|
448
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
449
|
+
```
|
|
450
|
+
|
|
451
|
+
## [1.2.0] - 2022-11-10
|
|
452
|
+
|
|
453
|
+
### Changed
|
|
454
|
+
|
|
455
|
+
- changed: refactored module exports [#5162](https://github.com/axios/axios/pull/5162)
|
|
456
|
+
- change: re-added support for loading Axios with require('axios').default [#5225](https://github.com/axios/axios/pull/5225)
|
|
457
|
+
|
|
458
|
+
### Fixed
|
|
459
|
+
|
|
460
|
+
- fix: improve AxiosHeaders class [#5224](https://github.com/axios/axios/pull/5224)
|
|
461
|
+
- fix: TypeScript type definitions for commonjs [#5196](https://github.com/axios/axios/pull/5196)
|
|
462
|
+
- fix: type definition of use method on AxiosInterceptorManager to match the the README [#5071](https://github.com/axios/axios/pull/5071)
|
|
463
|
+
- fix: __dirname is not defined in the sandbox [#5269](https://github.com/axios/axios/pull/5269)
|
|
464
|
+
- fix: AxiosError.toJSON method to avoid circular references [#5247](https://github.com/axios/axios/pull/5247)
|
|
465
|
+
- fix: Z_BUF_ERROR when content-encoding is set but the response body is empty [#5250](https://github.com/axios/axios/pull/5250)
|
|
466
|
+
|
|
467
|
+
### Refactors
|
|
468
|
+
- refactor: allowing adapters to be loaded by name [#5277](https://github.com/axios/axios/pull/5277)
|
|
469
|
+
|
|
470
|
+
### Chores
|
|
471
|
+
|
|
472
|
+
- chore: force CI restart [#5243](https://github.com/axios/axios/pull/5243)
|
|
473
|
+
- chore: update ECOSYSTEM.md [#5077](https://github.com/axios/axios/pull/5077)
|
|
474
|
+
- chore: update get/index.html [#5116](https://github.com/axios/axios/pull/5116)
|
|
475
|
+
- chore: update Sandbox UI/UX [#5205](https://github.com/axios/axios/pull/5205)
|
|
476
|
+
- chore:(actions): remove git credentials after checkout [#5235](https://github.com/axios/axios/pull/5235)
|
|
477
|
+
- chore(actions): bump actions/dependency-review-action from 2 to 3 [#5266](https://github.com/axios/axios/pull/5266)
|
|
478
|
+
- chore(packages): bump loader-utils from 1.4.1 to 1.4.2 [#5295](https://github.com/axios/axios/pull/5295)
|
|
479
|
+
- chore(packages): bump engine.io from 6.2.0 to 6.2.1 [#5294](https://github.com/axios/axios/pull/5294)
|
|
480
|
+
- chore(packages): bump socket.io-parser from 4.0.4 to 4.0.5 [#5241](https://github.com/axios/axios/pull/5241)
|
|
481
|
+
- chore(packages): bump loader-utils from 1.4.0 to 1.4.1 [#5245](https://github.com/axios/axios/pull/5245)
|
|
482
|
+
- chore(docs): update Resources links in README [#5119](https://github.com/axios/axios/pull/5119)
|
|
483
|
+
- chore(docs): update the link for JSON url [#5265](https://github.com/axios/axios/pull/5265)
|
|
484
|
+
- chore(docs): fix broken links [#5218](https://github.com/axios/axios/pull/5218)
|
|
485
|
+
- chore(docs): update and rename UPGRADE_GUIDE.md to MIGRATION_GUIDE.md [#5170](https://github.com/axios/axios/pull/5170)
|
|
486
|
+
- chore(docs): typo fix line #856 and #920 [#5194](https://github.com/axios/axios/pull/5194)
|
|
487
|
+
- chore(docs): typo fix #800 [#5193](https://github.com/axios/axios/pull/5193)
|
|
488
|
+
- chore(docs): fix typos [#5184](https://github.com/axios/axios/pull/5184)
|
|
489
|
+
- chore(docs): fix punctuation in README.md [#5197](https://github.com/axios/axios/pull/5197)
|
|
490
|
+
- chore(docs): update readme in the Handling Errors section - issue reference #5260 [#5261](https://github.com/axios/axios/pull/5261)
|
|
491
|
+
- chore: remove \b from filename [#5207](https://github.com/axios/axios/pull/5207)
|
|
492
|
+
- chore(docs): update CHANGELOG.md [#5137](https://github.com/axios/axios/pull/5137)
|
|
493
|
+
- chore: add sideEffects false to package.json [#5025](https://github.com/axios/axios/pull/5025)
|
|
494
|
+
|
|
495
|
+
### Contributors to this release
|
|
496
|
+
|
|
497
|
+
- [Maddy Miller](https://github.com/me4502)
|
|
498
|
+
- [Amit Saini](https://github.com/amitsainii)
|
|
499
|
+
- [ecyrbe](https://github.com/ecyrbe)
|
|
500
|
+
- [Ikko Ashimine](https://github.com/eltociear)
|
|
501
|
+
- [Geeth Gunnampalli](https://github.com/thetechie7)
|
|
502
|
+
- [Shreem Asati](https://github.com/shreem-123)
|
|
503
|
+
- [Frieder Bluemle](https://github.com/friederbluemle)
|
|
504
|
+
- [윤세영](https://github.com/yunseyeong)
|
|
505
|
+
- [Claudio Busatto](https://github.com/cjcbusatto)
|
|
506
|
+
- [Remco Haszing](https://github.com/remcohaszing)
|
|
507
|
+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
|
|
508
|
+
- [Csaba Maulis](https://github.com/om4csaba)
|
|
509
|
+
- [MoPaMo](https://github.com/MoPaMo)
|
|
510
|
+
- [Daniel Fjeldstad](https://github.com/w3bdesign)
|
|
511
|
+
- [Adrien Brunet](https://github.com/adrien-may)
|
|
512
|
+
- [Frazer Smith](https://github.com/Fdawgs)
|
|
513
|
+
- [HaiTao](https://github.com/836334258)
|
|
514
|
+
- [AZM](https://github.com/aziyatali)
|
|
515
|
+
- [relbns](https://github.com/relbns)
|
|
516
|
+
|
|
517
|
+
### PRs
|
|
518
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
519
|
+
```
|
|
520
|
+
|
|
521
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
522
|
+
```
|
|
523
|
+
|
|
524
|
+
## [1.1.3] - 2022-10-15
|
|
525
|
+
|
|
526
|
+
### Added
|
|
527
|
+
|
|
528
|
+
- Added custom params serializer support [#5113](https://github.com/axios/axios/pull/5113)
|
|
529
|
+
|
|
530
|
+
### Fixed
|
|
531
|
+
|
|
532
|
+
- Fixed top-level export to keep them in-line with static properties [#5109](https://github.com/axios/axios/pull/5109)
|
|
533
|
+
- Stopped including null values to query string. [#5108](https://github.com/axios/axios/pull/5108)
|
|
534
|
+
- Restored proxy config backwards compatibility with 0.x [#5097](https://github.com/axios/axios/pull/5097)
|
|
535
|
+
- Added back AxiosHeaders in AxiosHeaderValue [#5103](https://github.com/axios/axios/pull/5103)
|
|
536
|
+
- Pin CDN install instructions to a specific version [#5060](https://github.com/axios/axios/pull/5060)
|
|
537
|
+
- Handling of array values fixed for AxiosHeaders [#5085](https://github.com/axios/axios/pull/5085)
|
|
538
|
+
|
|
539
|
+
### Chores
|
|
540
|
+
|
|
541
|
+
- docs: match badge style, add link to them [#5046](https://github.com/axios/axios/pull/5046)
|
|
542
|
+
- chore: fixing comments typo [#5054](https://github.com/axios/axios/pull/5054)
|
|
543
|
+
- chore: update issue template [#5061](https://github.com/axios/axios/pull/5061)
|
|
544
|
+
- chore: added progress capturing section to the docs; [#5084](https://github.com/axios/axios/pull/5084)
|
|
545
|
+
|
|
546
|
+
### Contributors to this release
|
|
547
|
+
|
|
548
|
+
- [Jason Saayman](https://github.com/jasonsaayman)
|
|
549
|
+
- [scarf](https://github.com/scarf005)
|
|
550
|
+
- [Lenz Weber-Tronic](https://github.com/phryneas)
|
|
551
|
+
- [Arvindh](https://github.com/itsarvindh)
|
|
552
|
+
- [Félix Legrelle](https://github.com/FelixLgr)
|
|
553
|
+
- [Patrick Petrovic](https://github.com/ppati000)
|
|
554
|
+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
|
|
555
|
+
- [littledian](https://github.com/littledian)
|
|
556
|
+
- [ChronosMasterOfAllTime](https://github.com/ChronosMasterOfAllTime)
|
|
557
|
+
|
|
558
|
+
### PRs
|
|
559
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
560
|
+
```
|
|
561
|
+
|
|
562
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
563
|
+
```
|
|
564
|
+
|
|
565
|
+
## [1.1.2] - 2022-10-07
|
|
566
|
+
|
|
567
|
+
### Fixed
|
|
568
|
+
|
|
569
|
+
- Fixed broken exports for UMD builds.
|
|
570
|
+
|
|
571
|
+
### Contributors to this release
|
|
572
|
+
|
|
573
|
+
- [Jason Saayman](https://github.com/jasonsaayman)
|
|
574
|
+
|
|
575
|
+
### PRs
|
|
576
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
577
|
+
```
|
|
578
|
+
|
|
579
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
580
|
+
```
|
|
581
|
+
|
|
582
|
+
## [1.1.1] - 2022-10-07
|
|
583
|
+
|
|
584
|
+
### Fixed
|
|
585
|
+
|
|
586
|
+
- Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.
|
|
587
|
+
|
|
588
|
+
### Contributors to this release
|
|
589
|
+
|
|
590
|
+
- [Jason Saayman](https://github.com/jasonsaayman)
|
|
591
|
+
|
|
592
|
+
### PRs
|
|
593
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
594
|
+
```
|
|
595
|
+
|
|
596
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
597
|
+
```
|
|
598
|
+
|
|
599
|
+
## [1.1.0] - 2022-10-06
|
|
600
|
+
|
|
601
|
+
### Fixed
|
|
602
|
+
|
|
603
|
+
- Fixed missing exports in type definition index.d.ts [#5003](https://github.com/axios/axios/pull/5003)
|
|
604
|
+
- Fixed query params composing [#5018](https://github.com/axios/axios/pull/5018)
|
|
605
|
+
- Fixed GenericAbortSignal interface by making it more generic [#5021](https://github.com/axios/axios/pull/5021)
|
|
606
|
+
- Fixed adding "clear" to AxiosInterceptorManager [#5010](https://github.com/axios/axios/pull/5010)
|
|
607
|
+
- Fixed commonjs & umd exports [#5030](https://github.com/axios/axios/pull/5030)
|
|
608
|
+
- Fixed inability to access response headers when using axios 1.x with Jest [#5036](https://github.com/axios/axios/pull/5036)
|
|
609
|
+
|
|
610
|
+
### Contributors to this release
|
|
611
|
+
|
|
612
|
+
- [Trim21](https://github.com/trim21)
|
|
613
|
+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
|
|
614
|
+
- [shingo.sasaki](https://github.com/s-sasaki-0529)
|
|
615
|
+
- [Ivan Pepelko](https://github.com/ivanpepelko)
|
|
616
|
+
- [Richard Kořínek](https://github.com/risa)
|
|
617
|
+
|
|
618
|
+
### PRs
|
|
619
|
+
- CVE 2023 45857 ( [#6028](https://api.github.com/repos/axios/axios/pulls/6028) )
|
|
620
|
+
```
|
|
621
|
+
|
|
622
|
+
⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
|
|
623
|
+
```
|
|
624
|
+
|
|
625
|
+
## [1.0.0] - 2022-10-04
|
|
626
|
+
|
|
627
|
+
### Added
|
|
628
|
+
|
|
629
|
+
- Added stack trace to AxiosError [#4624](https://github.com/axios/axios/pull/4624)
|
|
630
|
+
- Add AxiosError to AxiosStatic [#4654](https://github.com/axios/axios/pull/4654)
|
|
631
|
+
- Replaced Rollup as our build runner [#4596](https://github.com/axios/axios/pull/4596)
|
|
632
|
+
- Added generic TS types for the exposed toFormData helper [#4668](https://github.com/axios/axios/pull/4668)
|
|
633
|
+
- Added listen callback function [#4096](https://github.com/axios/axios/pull/4096)
|
|
634
|
+
- Added instructions for installing using PNPM [#4207](https://github.com/axios/axios/pull/4207)
|
|
635
|
+
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill [#4229](https://github.com/axios/axios/pull/4229)
|
|
636
|
+
- Added axios-url-template in ECOSYSTEM.md [#4238](https://github.com/axios/axios/pull/4238)
|
|
637
|
+
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an axios instance [#4248](https://github.com/axios/axios/pull/4248)
|
|
638
|
+
- Added react hook plugin [#4319](https://github.com/axios/axios/pull/4319)
|
|
639
|
+
- Adding HTTP status code for transformResponse [#4580](https://github.com/axios/axios/pull/4580)
|
|
640
|
+
- Added blob to the list of protocols supported by the browser [#4678](https://github.com/axios/axios/pull/4678)
|
|
641
|
+
- Resolving proxy from env on redirect [#4436](https://github.com/axios/axios/pull/4436)
|
|
642
|
+
- Added enhanced toFormData implementation with additional options [4704](https://github.com/axios/axios/pull/4704)
|
|
643
|
+
- Adding Canceler parameters config and request [#4711](https://github.com/axios/axios/pull/4711)
|
|
644
|
+
- Added automatic payload serialization to application/x-www-form-urlencoded [#4714](https://github.com/axios/axios/pull/4714)
|
|
645
|
+
- Added the ability for webpack users to overwrite built-ins [#4715](https://github.com/axios/axios/pull/4715)
|
|
646
|
+
- Added string[] to AxiosRequestHeaders type [#4322](https://github.com/axios/axios/pull/4322)
|
|
647
|
+
- Added the ability for the url-encoded-form serializer to respect the formSerializer config [#4721](https://github.com/axios/axios/pull/4721)
|
|
648
|
+
- Added isCancel type assert [#4293](https://github.com/axios/axios/pull/4293)
|
|
649
|
+
- Added data URL support for node.js [#4725](https://github.com/axios/axios/pull/4725)
|
|
650
|
+
- Adding types for progress event callbacks [#4675](https://github.com/axios/axios/pull/4675)
|
|
651
|
+
- URL params serializer [#4734](https://github.com/axios/axios/pull/4734)
|
|
652
|
+
- Added axios.formToJSON method [#4735](https://github.com/axios/axios/pull/4735)
|
|
653
|
+
- Bower platform add data protocol [#4804](https://github.com/axios/axios/pull/4804)
|
|
654
|
+
- Use WHATWG URL API instead of url.parse() [#4852](https://github.com/axios/axios/pull/4852)
|
|
655
|
+
- Add ENUM containing Http Status Codes to typings [#4903](https://github.com/axios/axios/pull/4903)
|
|
656
|
+
- Improve typing of timeout in index.d.ts [#4934](https://github.com/axios/axios/pull/4934)
|
|
657
|
+
|
|
658
|
+
### Changed
|
|
659
|
+
|
|
660
|
+
- Updated AxiosError.config to be optional in the type definition [#4665](https://github.com/axios/axios/pull/4665)
|
|
661
|
+
- Updated README emphasizing the URLSearchParam built-in interface over other solutions [#4590](https://github.com/axios/axios/pull/4590)
|
|
662
|
+
- Include request and config when creating a CanceledError instance [#4659](https://github.com/axios/axios/pull/4659)
|
|
663
|
+
- Changed func-names eslint rule to as-needed [#4492](https://github.com/axios/axios/pull/4492)
|
|
664
|
+
- Replacing deprecated substr() with slice() as substr() is deprecated [#4468](https://github.com/axios/axios/pull/4468)
|
|
665
|
+
- Updating HTTP links in README.md to use HTTPS [#4387](https://github.com/axios/axios/pull/4387)
|
|
666
|
+
- Updated to a better trim() polyfill [#4072](https://github.com/axios/axios/pull/4072)
|
|
667
|
+
- Updated types to allow specifying partial default headers on instance create [#4185](https://github.com/axios/axios/pull/4185)
|
|
668
|
+
- Expanded isAxiosError types [#4344](https://github.com/axios/axios/pull/4344)
|
|
669
|
+
- Updated type definition for axios instance methods [#4224](https://github.com/axios/axios/pull/4224)
|
|
670
|
+
- Updated eslint config [#4722](https://github.com/axios/axios/pull/4722)
|
|
671
|
+
- Updated Docs [#4742](https://github.com/axios/axios/pull/4742)
|
|
672
|
+
- Refactored Axios to use ES2017 [#4787](https://github.com/axios/axios/pull/4787)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Deprecated
|
|
676
|
+
- There are multiple deprecations, refactors and fixes provided in this release. Please read through the full release notes to see how this may impact your project and use case.
|
|
677
|
+
|
|
678
|
+
### Removed
|
|
679
|
+
|
|
680
|
+
- Removed incorrect argument for NetworkError constructor [#4656](https://github.com/axios/axios/pull/4656)
|
|
681
|
+
- Removed Webpack [#4596](https://github.com/axios/axios/pull/4596)
|
|
682
|
+
- Removed function that transform arguments to array [#4544](https://github.com/axios/axios/pull/4544)
|
|
683
|
+
|
|
684
|
+
### Fixed
|
|
685
|
+
|
|
686
|
+
- Fixed grammar in README [#4649](https://github.com/axios/axios/pull/4649)
|
|
687
|
+
- Fixed code error in README [#4599](https://github.com/axios/axios/pull/4599)
|
|
688
|
+
- Optimized the code that checks cancellation [#4587](https://github.com/axios/axios/pull/4587)
|
|
689
|
+
- Fix url pointing to defaults.js in README [#4532](https://github.com/axios/axios/pull/4532)
|
|
690
|
+
- Use type alias instead of interface for AxiosPromise [#4505](https://github.com/axios/axios/pull/4505)
|
|
691
|
+
- Fix some word spelling and lint style in code comments [#4500](https://github.com/axios/axios/pull/4500)
|
|
692
|
+
- Edited readme with 3 updated browser icons of Chrome, FireFox and Safari [#4414](https://github.com/axios/axios/pull/4414)
|
|
693
|
+
- Bump follow-redirects from 1.14.9 to 1.15.0 [#4673](https://github.com/axios/axios/pull/4673)
|
|
694
|
+
- Fixing http tests to avoid hanging when assertions fail [#4435](https://github.com/axios/axios/pull/4435)
|
|
695
|
+
- Fix TS definition for AxiosRequestTransformer [#4201](https://github.com/axios/axios/pull/4201)
|
|
696
|
+
- Fix grammatical issues in README [#4232](https://github.com/axios/axios/pull/4232)
|
|
697
|
+
- Fixing instance.defaults.headers type [#4557](https://github.com/axios/axios/pull/4557)
|
|
698
|
+
- Fixed race condition on immediate requests cancellation [#4261](https://github.com/axios/axios/pull/4261)
|
|
699
|
+
- Fixing Z_BUF_ERROR when no content [#4701](https://github.com/axios/axios/pull/4701)
|
|
700
|
+
- Fixing proxy beforeRedirect regression [#4708](https://github.com/axios/axios/pull/4708)
|
|
701
|
+
- Fixed AxiosError status code type [#4717](https://github.com/axios/axios/pull/4717)
|
|
702
|
+
- Fixed AxiosError stack capturing [#4718](https://github.com/axios/axios/pull/4718)
|
|
703
|
+
- Fixing AxiosRequestHeaders typings [#4334](https://github.com/axios/axios/pull/4334)
|
|
704
|
+
- Fixed max body length defaults [#4731](https://github.com/axios/axios/pull/4731)
|
|
705
|
+
- Fixed toFormData Blob issue on node>v17 [#4728](https://github.com/axios/axios/pull/4728)
|
|
706
|
+
- Bump grunt from 1.5.2 to 1.5.3 [#4743](https://github.com/axios/axios/pull/4743)
|
|
707
|
+
- Fixing content-type header repeated [#4745](https://github.com/axios/axios/pull/4745)
|
|
708
|
+
- Fixed timeout error message for http [4738](https://github.com/axios/axios/pull/4738)
|
|
709
|
+
- Request ignores false, 0 and empty string as body values [#4785](https://github.com/axios/axios/pull/4785)
|
|
710
|
+
- Added back missing minified builds [#4805](https://github.com/axios/axios/pull/4805)
|
|
711
|
+
- Fixed a type error [#4815](https://github.com/axios/axios/pull/4815)
|
|
712
|
+
- Fixed a regression bug with unsubscribing from cancel token; [#4819](https://github.com/axios/axios/pull/4819)
|
|
713
|
+
- Remove repeated compression algorithm [#4820](https://github.com/axios/axios/pull/4820)
|
|
714
|
+
- The error of calling extend to pass parameters [#4857](https://github.com/axios/axios/pull/4857)
|
|
715
|
+
- SerializerOptions.indexes allows boolean | null | undefined [#4862](https://github.com/axios/axios/pull/4862)
|
|
716
|
+
- Require interceptors to return values [#4874](https://github.com/axios/axios/pull/4874)
|
|
717
|
+
- Removed unused imports [#4949](https://github.com/axios/axios/pull/4949)
|
|
718
|
+
- Allow null indexes on formSerializer and paramsSerializer [#4960](https://github.com/axios/axios/pull/4960)
|
|
719
|
+
|
|
720
|
+
### Chores
|
|
721
|
+
- Set permissions for GitHub actions [#4765](https://github.com/axios/axios/pull/4765)
|
|
722
|
+
- Included githubactions in the dependabot config [#4770](https://github.com/axios/axios/pull/4770)
|
|
723
|
+
- Included dependency review [#4771](https://github.com/axios/axios/pull/4771)
|
|
724
|
+
- Update security.md [#4784](https://github.com/axios/axios/pull/4784)
|
|
725
|
+
- Remove unnecessary spaces [#4854](https://github.com/axios/axios/pull/4854)
|
|
726
|
+
- Simplify the import path of AxiosError [#4875](https://github.com/axios/axios/pull/4875)
|
|
727
|
+
- Fix Gitpod dead link [#4941](https://github.com/axios/axios/pull/4941)
|
|
728
|
+
- Enable syntax highlighting for a code block [#4970](https://github.com/axios/axios/pull/4970)
|
|
729
|
+
- Using Logo Axios in Readme.md [#4993](https://github.com/axios/axios/pull/4993)
|
|
730
|
+
- Fix markup for note in README [#4825](https://github.com/axios/axios/pull/4825)
|
|
731
|
+
- Fix typo and formatting, add colons [#4853](https://github.com/axios/axios/pull/4853)
|
|
732
|
+
- Fix typo in readme [#4942](https://github.com/axios/axios/pull/4942)
|
|
733
|
+
|
|
734
|
+
### Security
|
|
735
|
+
|
|
736
|
+
- Update SECURITY.md [#4687](https://github.com/axios/axios/pull/4687)
|
|
737
|
+
|
|
738
|
+
### Contributors to this release
|
|
739
|
+
|
|
740
|
+
- [Bertrand Marron](https://github.com/tusbar)
|
|
741
|
+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
|
|
742
|
+
- [Dan Mooney](https://github.com/danmooney)
|
|
743
|
+
- [Michael Li](https://github.com/xiaoyu-tamu)
|
|
744
|
+
- [aong](https://github.com/yxwzaxns)
|
|
745
|
+
- [Des Preston](https://github.com/despreston)
|
|
746
|
+
- [Ted Robertson](https://github.com/tredondo)
|
|
747
|
+
- [zhoulixiang](https://github.com/zh-lx)
|
|
748
|
+
- [Arthur Fiorette](https://github.com/arthurfiorette)
|
|
749
|
+
- [Kumar Shanu](https://github.com/Kr-Shanu)
|
|
750
|
+
- [JALAL](https://github.com/JLL32)
|
|
751
|
+
- [Jingyi Lin](https://github.com/MageeLin)
|
|
752
|
+
- [Philipp Loose](https://github.com/phloose)
|
|
753
|
+
- [Alexander Shchukin](https://github.com/sashsvamir)
|
|
754
|
+
- [Dave Cardwell](https://github.com/davecardwell)
|
|
755
|
+
- [Cat Scarlet](https://github.com/catscarlet)
|
|
756
|
+
- [Luca Pizzini](https://github.com/lpizzinidev)
|
|
757
|
+
- [Kai](https://github.com/Schweinepriester)
|
|
758
|
+
- [Maxime Bargiel](https://github.com/mbargiel)
|
|
759
|
+
- [Brian Helba](https://github.com/brianhelba)
|
|
760
|
+
- [reslear](https://github.com/reslear)
|
|
761
|
+
- [Jamie Slome](https://github.com/JamieSlome)
|
|
762
|
+
- [Landro3](https://github.com/Landro3)
|
|
763
|
+
- [rafw87](https://github.com/rafw87)
|
|
764
|
+
- [Afzal Sayed](https://github.com/afzalsayed96)
|
|
765
|
+
- [Koki Oyatsu](https://github.com/kaishuu0123)
|
|
766
|
+
- [Dave](https://github.com/wangcch)
|
|
767
|
+
- [暴走老七](https://github.com/baozouai)
|
|
768
|
+
- [Spencer](https://github.com/spalger)
|
|
769
|
+
- [Adrian Wieprzkowicz](https://github.com/Argeento)
|
|
770
|
+
- [Jamie Telin](https://github.com/lejahmie)
|
|
771
|
+
- [毛呆](https://github.com/aweikalee)
|
|
772
|
+
- [Kirill Shakirov](https://github.com/turisap)
|
|
773
|
+
- [Rraji Abdelbari](https://github.com/estarossa0)
|
|
774
|
+
- [Jelle Schutter](https://github.com/jelleschutter)
|
|
775
|
+
- [Tom Ceuppens](https://github.com/KyorCode)
|
|
776
|
+
- [Johann Cooper](https://github.com/JohannCooper)
|
|
777
|
+
- [Dimitris Halatsis](https://github.com/mitsos1os)
|
|
778
|
+
- [chenjigeng](https://github.com/chenjigeng)
|
|
779
|
+
- [João Gabriel Quaresma](https://github.com/joaoGabriel55)
|
|
780
|
+
- [Victor Augusto](https://github.com/VictorAugDB)
|
|
781
|
+
- [neilnaveen](https://github.com/neilnaveen)
|
|
782
|
+
- [Pavlos](https://github.com/psmoros)
|
|
783
|
+
- [Kiryl Valkovich](https://github.com/visortelle)
|
|
784
|
+
- [Naveen](https://github.com/naveensrinivasan)
|
|
785
|
+
- [wenzheng](https://github.com/0x30)
|
|
786
|
+
- [hcwhan](https://github.com/hcwhan)
|
|
787
|
+
- [Bassel Rachid](https://github.com/basselworkforce)
|
|
788
|
+
- [Grégoire Pineau](https://github.com/lyrixx)
|
|
789
|
+
- [felipedamin](https://github.com/felipedamin)
|
|
790
|
+
- [Karl Horky](https://github.com/karlhorky)
|
|
791
|
+
- [Yue JIN](https://github.com/kingyue737)
|
|
792
|
+
- [Usman Ali Siddiqui](https://github.com/usman250994)
|
|
793
|
+
- [WD](https://github.com/techbirds)
|
|
794
|
+
- [Günther Foidl](https://github.com/gfoidl)
|
|
795
|
+
- [Stephen Jennings](https://github.com/jennings)
|
|
796
|
+
- [C.T.Lin](https://github.com/chentsulin)
|
|
797
|
+
- [mia-z](https://github.com/mia-z)
|
|
798
|
+
- [Parth Banathia](https://github.com/Parth0105)
|
|
799
|
+
- [parth0105pluang](https://github.com/parth0105pluang)
|
|
800
|
+
- [Marco Weber](https://github.com/mrcwbr)
|
|
801
|
+
- [Luca Pizzini](https://github.com/lpizzinidev)
|
|
802
|
+
- [Willian Agostini](https://github.com/WillianAgostini)
|
|
803
|
+
- [Huyen Nguyen](https://github.com/huyenltnguyen)
|