@wix/forms 1.0.121 → 1.0.123
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.
|
@@ -8128,10 +8128,7 @@ interface FormSubmission$3 {
|
|
|
8128
8128
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
8129
8129
|
*/
|
|
8130
8130
|
orderDetails?: FormSubmissionOrderDetails$1;
|
|
8131
|
-
/**
|
|
8132
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
8133
|
-
* @readonly
|
|
8134
|
-
*/
|
|
8131
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
8135
8132
|
contactId?: string | null;
|
|
8136
8133
|
}
|
|
8137
8134
|
interface FormSubmissionOrderDetails$1 {
|
|
@@ -8653,10 +8650,7 @@ interface FormSubmission$2 {
|
|
|
8653
8650
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
8654
8651
|
*/
|
|
8655
8652
|
orderDetails?: FormSubmissionOrderDetails;
|
|
8656
|
-
/**
|
|
8657
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
8658
|
-
* @readonly
|
|
8659
|
-
*/
|
|
8653
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
8660
8654
|
contactId?: string | null;
|
|
8661
8655
|
}
|
|
8662
8656
|
interface FormSubmissionOrderDetails {
|
|
@@ -9186,6 +9180,10 @@ interface OrderDetails$1 {
|
|
|
9186
9180
|
*/
|
|
9187
9181
|
checkoutId?: string;
|
|
9188
9182
|
}
|
|
9183
|
+
interface IsFormSubmittableRequest$1 {
|
|
9184
|
+
}
|
|
9185
|
+
interface IsFormSubmittableResponse$1 {
|
|
9186
|
+
}
|
|
9189
9187
|
interface CreateSubmissionRequest$1 {
|
|
9190
9188
|
/** Submission to create. */
|
|
9191
9189
|
submission: FormSubmission$1;
|
|
@@ -9856,6 +9854,10 @@ interface OrderDetails {
|
|
|
9856
9854
|
*/
|
|
9857
9855
|
checkoutId?: string;
|
|
9858
9856
|
}
|
|
9857
|
+
interface IsFormSubmittableRequest {
|
|
9858
|
+
}
|
|
9859
|
+
interface IsFormSubmittableResponse {
|
|
9860
|
+
}
|
|
9859
9861
|
interface CreateSubmissionRequest {
|
|
9860
9862
|
/** Submission to create. */
|
|
9861
9863
|
submission: FormSubmission;
|
|
@@ -10415,6 +10417,7 @@ type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q
|
|
|
10415
10417
|
__responseType: Q;
|
|
10416
10418
|
__originalResponseType: R;
|
|
10417
10419
|
};
|
|
10420
|
+
declare function isFormSubmittable(): __PublicMethodMetaInfo<'POST', {}, IsFormSubmittableRequest, IsFormSubmittableRequest$1, IsFormSubmittableResponse, IsFormSubmittableResponse$1>;
|
|
10418
10421
|
declare function createSubmission(): __PublicMethodMetaInfo<'POST', {}, CreateSubmissionRequest, CreateSubmissionRequest$1, CreateSubmissionResponse & CreateSubmissionResponseNonNullableFields, CreateSubmissionResponse$1 & CreateSubmissionResponseNonNullableFields$1>;
|
|
10419
10422
|
declare function bulkCreateSubmissionBySubmitter(): __PublicMethodMetaInfo<'POST', {}, BulkCreateSubmissionBySubmitterRequest, BulkCreateSubmissionBySubmitterRequest$1, BulkCreateSubmissionBySubmitterResponse & BulkCreateSubmissionBySubmitterResponseNonNullableFields, BulkCreateSubmissionBySubmitterResponse$1 & BulkCreateSubmissionBySubmitterResponseNonNullableFields$1>;
|
|
10420
10423
|
declare function getSubmission(): __PublicMethodMetaInfo<'GET', {
|
|
@@ -10465,6 +10468,7 @@ declare const meta_deleteSubmission: typeof deleteSubmission;
|
|
|
10465
10468
|
declare const meta_getDeletedSubmission: typeof getDeletedSubmission;
|
|
10466
10469
|
declare const meta_getMediaUploadUrl: typeof getMediaUploadUrl;
|
|
10467
10470
|
declare const meta_getSubmission: typeof getSubmission;
|
|
10471
|
+
declare const meta_isFormSubmittable: typeof isFormSubmittable;
|
|
10468
10472
|
declare const meta_listDeletedSubmissions: typeof listDeletedSubmissions;
|
|
10469
10473
|
declare const meta_querySubmission: typeof querySubmission;
|
|
10470
10474
|
declare const meta_querySubmissionsByNamespace: typeof querySubmissionsByNamespace;
|
|
@@ -10474,7 +10478,7 @@ declare const meta_searchSubmissionsByNamespace: typeof searchSubmissionsByNames
|
|
|
10474
10478
|
declare const meta_updateSubmission: typeof updateSubmission;
|
|
10475
10479
|
declare const meta_upsertContactFromSubmission: typeof upsertContactFromSubmission;
|
|
10476
10480
|
declare namespace meta {
|
|
10477
|
-
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_bulkCreateSubmissionBySubmitter as bulkCreateSubmissionBySubmitter, meta_bulkDeleteSubmission as bulkDeleteSubmission, meta_bulkMarkSubmissionsAsSeen as bulkMarkSubmissionsAsSeen, meta_bulkRemoveSubmissionFromTrashBin as bulkRemoveSubmissionFromTrashBin, meta_confirmSubmission as confirmSubmission, meta_countDeletedSubmissions as countDeletedSubmissions, meta_countSubmissions as countSubmissions, meta_countSubmissionsByFilter as countSubmissionsByFilter, meta_createSubmission as createSubmission, meta_deleteSubmission as deleteSubmission, meta_getDeletedSubmission as getDeletedSubmission, meta_getMediaUploadUrl as getMediaUploadUrl, meta_getSubmission as getSubmission, meta_listDeletedSubmissions as listDeletedSubmissions, meta_querySubmission as querySubmission, meta_querySubmissionsByNamespace as querySubmissionsByNamespace, meta_removeSubmissionFromTrashBin as removeSubmissionFromTrashBin, meta_restoreSubmissionFromTrashBin as restoreSubmissionFromTrashBin, meta_searchSubmissionsByNamespace as searchSubmissionsByNamespace, meta_updateSubmission as updateSubmission, meta_upsertContactFromSubmission as upsertContactFromSubmission };
|
|
10481
|
+
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_bulkCreateSubmissionBySubmitter as bulkCreateSubmissionBySubmitter, meta_bulkDeleteSubmission as bulkDeleteSubmission, meta_bulkMarkSubmissionsAsSeen as bulkMarkSubmissionsAsSeen, meta_bulkRemoveSubmissionFromTrashBin as bulkRemoveSubmissionFromTrashBin, meta_confirmSubmission as confirmSubmission, meta_countDeletedSubmissions as countDeletedSubmissions, meta_countSubmissions as countSubmissions, meta_countSubmissionsByFilter as countSubmissionsByFilter, meta_createSubmission as createSubmission, meta_deleteSubmission as deleteSubmission, meta_getDeletedSubmission as getDeletedSubmission, meta_getMediaUploadUrl as getMediaUploadUrl, meta_getSubmission as getSubmission, meta_isFormSubmittable as isFormSubmittable, meta_listDeletedSubmissions as listDeletedSubmissions, meta_querySubmission as querySubmission, meta_querySubmissionsByNamespace as querySubmissionsByNamespace, meta_removeSubmissionFromTrashBin as removeSubmissionFromTrashBin, meta_restoreSubmissionFromTrashBin as restoreSubmissionFromTrashBin, meta_searchSubmissionsByNamespace as searchSubmissionsByNamespace, meta_updateSubmission as updateSubmission, meta_upsertContactFromSubmission as upsertContactFromSubmission };
|
|
10478
10482
|
}
|
|
10479
10483
|
|
|
10480
10484
|
export { meta$1 as formSpamSubmissionReports, meta$2 as forms, meta as submissions };
|
|
@@ -101,10 +101,7 @@ interface FormSubmission {
|
|
|
101
101
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
102
102
|
*/
|
|
103
103
|
orderDetails?: OrderDetails;
|
|
104
|
-
/**
|
|
105
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
106
|
-
* @readonly
|
|
107
|
-
*/
|
|
104
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
108
105
|
contactId?: string | null;
|
|
109
106
|
}
|
|
110
107
|
declare enum SubmissionStatus {
|
|
@@ -101,10 +101,7 @@ interface FormSubmission {
|
|
|
101
101
|
* <b>Note</b>: This object is only applicable when submittng a form in the Wix Payments app.
|
|
102
102
|
*/
|
|
103
103
|
orderDetails?: OrderDetails;
|
|
104
|
-
/**
|
|
105
|
-
* Contact ID. Member who created the submission, or a mapped contact.
|
|
106
|
-
* @readonly
|
|
107
|
-
*/
|
|
104
|
+
/** Contact ID. Member who created the submission, or a mapped contact. */
|
|
108
105
|
contactId?: string | null;
|
|
109
106
|
}
|
|
110
107
|
declare enum SubmissionStatus {
|