@aws-sdk/client-mturk 3.496.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +22 -21
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3028,11 +3028,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3028
3028
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3029
3029
|
|
|
3030
3030
|
0 && (module.exports = {
|
|
3031
|
+
MTurkServiceException,
|
|
3032
|
+
__Client,
|
|
3033
|
+
MTurkClient,
|
|
3034
|
+
MTurk,
|
|
3035
|
+
$Command,
|
|
3031
3036
|
AcceptQualificationRequestCommand,
|
|
3032
3037
|
ApproveAssignmentCommand,
|
|
3033
|
-
AssignmentStatus,
|
|
3034
3038
|
AssociateQualificationWithWorkerCommand,
|
|
3035
|
-
Comparator,
|
|
3036
3039
|
CreateAdditionalAssignmentsForHITCommand,
|
|
3037
3040
|
CreateHITCommand,
|
|
3038
3041
|
CreateHITTypeCommand,
|
|
@@ -3043,16 +3046,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3043
3046
|
DeleteQualificationTypeCommand,
|
|
3044
3047
|
DeleteWorkerBlockCommand,
|
|
3045
3048
|
DisassociateQualificationFromWorkerCommand,
|
|
3046
|
-
EventType,
|
|
3047
3049
|
GetAccountBalanceCommand,
|
|
3048
3050
|
GetAssignmentCommand,
|
|
3049
3051
|
GetFileUploadURLCommand,
|
|
3050
3052
|
GetHITCommand,
|
|
3051
3053
|
GetQualificationScoreCommand,
|
|
3052
3054
|
GetQualificationTypeCommand,
|
|
3053
|
-
HITAccessActions,
|
|
3054
|
-
HITReviewStatus,
|
|
3055
|
-
HITStatus,
|
|
3056
3055
|
ListAssignmentsForHITCommand,
|
|
3057
3056
|
ListBonusPaymentsCommand,
|
|
3058
3057
|
ListHITsCommand,
|
|
@@ -3063,38 +3062,40 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3063
3062
|
ListReviewableHITsCommand,
|
|
3064
3063
|
ListWorkerBlocksCommand,
|
|
3065
3064
|
ListWorkersWithQualificationTypeCommand,
|
|
3066
|
-
MTurk,
|
|
3067
|
-
MTurkClient,
|
|
3068
|
-
MTurkServiceException,
|
|
3069
|
-
NotificationTransport,
|
|
3070
3065
|
NotifyWorkersCommand,
|
|
3071
|
-
NotifyWorkersFailureCode,
|
|
3072
|
-
QualificationStatus,
|
|
3073
|
-
QualificationTypeStatus,
|
|
3074
3066
|
RejectAssignmentCommand,
|
|
3075
3067
|
RejectQualificationRequestCommand,
|
|
3076
|
-
RequestError,
|
|
3077
|
-
ReviewActionStatus,
|
|
3078
|
-
ReviewPolicyLevel,
|
|
3079
|
-
ReviewableHITStatus,
|
|
3080
3068
|
SendBonusCommand,
|
|
3081
3069
|
SendTestEventNotificationCommand,
|
|
3082
|
-
ServiceFault,
|
|
3083
3070
|
UpdateExpirationForHITCommand,
|
|
3084
3071
|
UpdateHITReviewStatusCommand,
|
|
3085
3072
|
UpdateHITTypeOfHITCommand,
|
|
3086
3073
|
UpdateNotificationSettingsCommand,
|
|
3087
3074
|
UpdateQualificationTypeCommand,
|
|
3088
|
-
__Client,
|
|
3089
3075
|
paginateListAssignmentsForHIT,
|
|
3090
3076
|
paginateListBonusPayments,
|
|
3091
|
-
paginateListHITs,
|
|
3092
3077
|
paginateListHITsForQualificationType,
|
|
3078
|
+
paginateListHITs,
|
|
3093
3079
|
paginateListQualificationRequests,
|
|
3094
3080
|
paginateListQualificationTypes,
|
|
3095
3081
|
paginateListReviewPolicyResultsForHIT,
|
|
3096
3082
|
paginateListReviewableHITs,
|
|
3097
3083
|
paginateListWorkerBlocks,
|
|
3098
|
-
paginateListWorkersWithQualificationType
|
|
3084
|
+
paginateListWorkersWithQualificationType,
|
|
3085
|
+
RequestError,
|
|
3086
|
+
ServiceFault,
|
|
3087
|
+
AssignmentStatus,
|
|
3088
|
+
Comparator,
|
|
3089
|
+
HITAccessActions,
|
|
3090
|
+
HITReviewStatus,
|
|
3091
|
+
HITStatus,
|
|
3092
|
+
QualificationTypeStatus,
|
|
3093
|
+
EventType,
|
|
3094
|
+
QualificationStatus,
|
|
3095
|
+
ReviewableHITStatus,
|
|
3096
|
+
ReviewPolicyLevel,
|
|
3097
|
+
ReviewActionStatus,
|
|
3098
|
+
NotifyWorkersFailureCode,
|
|
3099
|
+
NotificationTransport
|
|
3099
3100
|
});
|
|
3100
3101
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mturk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mturk Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mturk",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|