@wix/auto_sdk_forms_form-spam-submission-reports 1.0.25 → 1.0.26
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +7 -9
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -4
- package/build/cjs/index.typings.js +7 -9
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -4
- package/build/es/index.typings.mjs +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +7 -9
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -4
- package/build/internal/cjs/index.typings.js +7 -9
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +5 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -4
- package/build/internal/es/index.typings.mjs +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
2
|
import { FormSubmission, CheckForSpamResponse, FormSpamSubmissionReport, CreateFormSpamSubmissionReportValidationErrors, BulkDeleteFormSpamSubmissionReportOptions, BulkDeleteFormSpamSubmissionReportResponse, BulkDeleteFormSpamSubmissionReportByFilterResponse, ReportNotSpamSubmissionResponse, BulkReportNotSpamSubmissionOptions, BulkReportNotSpamSubmissionResponse, ReportReasonWithLiterals, ReportSpamSubmissionOptions, ReportSpamSubmissionResponse, BulkReportSpamSubmissionOptions, BulkReportSpamSubmissionResponse, CountFormSpamSubmissionReportsResponse, FormSpamSubmissionReportsQueryBuilder, FormSpamSubmissionReportQuery, typedQueryFormSpamSubmissionReportsByNamespace } from './index.typings.js';
|
|
3
|
-
export { AccountInfo, ActionEvent, ApplicationError, BulkActionMetadata, BulkDeleteFormSpamSubmissionReportByFilterRequest, BulkDeleteFormSpamSubmissionReportRequest, BulkDeleteFormSpamSubmissionReportResult, BulkReportNotSpamSubmissionRequest, BulkReportNotSpamSubmissionResult, BulkReportSpamSubmissionRequest, BulkReportSpamSubmissionResult, CheckForSpamRequest, CommonQueryWithEntityContext, CountFormSpamSubmissionReportsRequest, CreateFormSpamSubmissionReportRequest, CreateFormSpamSubmissionReportResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteFormSpamSubmissionReportRequest, DeleteFormSpamSubmissionReportResponse, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ErrorType, ErrorTypeWithLiterals, ExtendedFields,
|
|
3
|
+
export { AccountInfo, ActionEvent, ApplicationError, BulkActionMetadata, BulkDeleteFormSpamSubmissionReportByFilterRequest, BulkDeleteFormSpamSubmissionReportRequest, BulkDeleteFormSpamSubmissionReportResult, BulkReportNotSpamSubmissionRequest, BulkReportNotSpamSubmissionResult, BulkReportSpamSubmissionRequest, BulkReportSpamSubmissionResult, CheckForSpamRequest, CommonQueryWithEntityContext, CountFormSpamSubmissionReportsRequest, CreateFormSpamSubmissionReportRequest, CreateFormSpamSubmissionReportResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteFormSpamSubmissionReportRequest, DeleteFormSpamSubmissionReportResponse, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ErrorType, ErrorTypeWithLiterals, ExtendedFields, FormSpamSubmissionReportQuerySpec, FormSpamSubmissionReportValidationErrorsDetails, FormSpamSubmissionReportsCount, FormSpamSubmissionReportsQueryResult, FormSubmissionOrderDetails, GetFormSpamSubmissionReportRequest, GetFormSpamSubmissionReportResponse, IdentificationData, IdentificationDataIdOneOf, ItemMetadata, MessageEnvelope, OrderDetails, PublicTags, QueryFormSpamSubmissionReportsByNamespaceRequest, QueryFormSpamSubmissionReportsByNamespaceResponse, ReportNotSpamSubmissionRequest, ReportReason, ReportSpamSubmissionRequest, RestoreInfo, SortOrder, SortOrderWithLiterals, Sorting, SpamReport, SubmissionStatus, SubmissionStatusWithLiterals, Submitter, SubmitterSubmitterOneOf, TagList, ValidationError, WebhookIdentityType, WebhookIdentityTypeWithLiterals, utils } from './index.typings.js';
|
|
4
4
|
|
|
5
5
|
declare function checkForSpam$1(httpClient: HttpClient): CheckForSpamSignature;
|
|
6
6
|
interface CheckForSpamSignature {
|
package/build/cjs/index.js
CHANGED
|
@@ -21,10 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
23
|
ErrorType: () => ErrorType,
|
|
24
|
-
Filter: () => Filter,
|
|
25
|
-
QueryBuilder: () => QueryBuilder,
|
|
26
24
|
ReportReason: () => ReportReason,
|
|
27
|
-
Sort: () => Sort,
|
|
28
25
|
SortOrder: () => SortOrder,
|
|
29
26
|
SubmissionStatus: () => SubmissionStatus,
|
|
30
27
|
WebhookIdentityType: () => WebhookIdentityType,
|
|
@@ -39,7 +36,8 @@ __export(index_exports, {
|
|
|
39
36
|
getFormSpamSubmissionReport: () => getFormSpamSubmissionReport4,
|
|
40
37
|
queryFormSpamSubmissionReportsByNamespace: () => queryFormSpamSubmissionReportsByNamespace4,
|
|
41
38
|
reportNotSpamSubmission: () => reportNotSpamSubmission4,
|
|
42
|
-
reportSpamSubmission: () => reportSpamSubmission4
|
|
39
|
+
reportSpamSubmission: () => reportSpamSubmission4,
|
|
40
|
+
utils: () => utils
|
|
43
41
|
});
|
|
44
42
|
module.exports = __toCommonJS(index_exports);
|
|
45
43
|
|
|
@@ -886,7 +884,9 @@ async function typedQueryFormSpamSubmissionReportsByNamespace(query) {
|
|
|
886
884
|
throw transformedError;
|
|
887
885
|
}
|
|
888
886
|
}
|
|
889
|
-
var
|
|
887
|
+
var utils = {
|
|
888
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
889
|
+
};
|
|
890
890
|
async function countFormSpamSubmissionReports2(formIds, namespace) {
|
|
891
891
|
const { httpClient, sideEffects } = arguments[2];
|
|
892
892
|
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
@@ -1047,10 +1047,7 @@ var queryFormSpamSubmissionReportsByNamespace4 = /* @__PURE__ */ (0, import_rest
|
|
|
1047
1047
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1048
1048
|
0 && (module.exports = {
|
|
1049
1049
|
ErrorType,
|
|
1050
|
-
Filter,
|
|
1051
|
-
QueryBuilder,
|
|
1052
1050
|
ReportReason,
|
|
1053
|
-
Sort,
|
|
1054
1051
|
SortOrder,
|
|
1055
1052
|
SubmissionStatus,
|
|
1056
1053
|
WebhookIdentityType,
|
|
@@ -1065,6 +1062,7 @@ var queryFormSpamSubmissionReportsByNamespace4 = /* @__PURE__ */ (0, import_rest
|
|
|
1065
1062
|
getFormSpamSubmissionReport,
|
|
1066
1063
|
queryFormSpamSubmissionReportsByNamespace,
|
|
1067
1064
|
reportNotSpamSubmission,
|
|
1068
|
-
reportSpamSubmission
|
|
1065
|
+
reportSpamSubmission,
|
|
1066
|
+
utils
|
|
1069
1067
|
});
|
|
1070
1068
|
//# sourceMappingURL=index.js.map
|