@wix/auto_sdk_forms_submissions 1.0.5 → 1.0.6
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/src/forms-v4-submission-submissions.http.d.ts +1 -1
- package/build/cjs/src/forms-v4-submission-submissions.http.js +1 -1
- package/build/cjs/src/forms-v4-submission-submissions.public.d.ts +1 -1
- package/build/cjs/src/forms-v4-submission-submissions.universal.d.ts +1 -1
- package/build/cjs/src/forms-v4-submission-submissions.universal.js +1 -1
- package/build/es/src/forms-v4-submission-submissions.http.d.ts +1 -1
- package/build/es/src/forms-v4-submission-submissions.http.js +1 -1
- package/build/es/src/forms-v4-submission-submissions.public.d.ts +1 -1
- package/build/es/src/forms-v4-submission-submissions.universal.d.ts +1 -1
- package/build/es/src/forms-v4-submission-submissions.universal.js +1 -1
- package/build/internal/cjs/src/forms-v4-submission-submissions.http.d.ts +1 -1
- package/build/internal/cjs/src/forms-v4-submission-submissions.http.js +1 -1
- package/build/internal/cjs/src/forms-v4-submission-submissions.public.d.ts +1 -1
- package/build/internal/cjs/src/forms-v4-submission-submissions.universal.d.ts +1 -1
- package/build/internal/cjs/src/forms-v4-submission-submissions.universal.js +1 -1
- package/build/internal/es/src/forms-v4-submission-submissions.http.d.ts +1 -1
- package/build/internal/es/src/forms-v4-submission-submissions.http.js +1 -1
- package/build/internal/es/src/forms-v4-submission-submissions.public.d.ts +1 -1
- package/build/internal/es/src/forms-v4-submission-submissions.universal.d.ts +1 -1
- package/build/internal/es/src/forms-v4-submission-submissions.universal.js +1 -1
- package/package.json +2 -2
|
@@ -63,7 +63,7 @@ export declare function querySubmission(payload: object): RequestOptionsFactory<
|
|
|
63
63
|
*
|
|
64
64
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
65
65
|
*
|
|
66
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
66
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
67
67
|
*
|
|
68
68
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
69
69
|
*/
|
|
@@ -556,7 +556,7 @@ exports.querySubmission = querySubmission;
|
|
|
556
556
|
*
|
|
557
557
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
558
558
|
*
|
|
559
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
559
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
560
560
|
*
|
|
561
561
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
562
562
|
*/
|
|
@@ -147,7 +147,7 @@ interface SearchSubmissionsByNamespaceSignature {
|
|
|
147
147
|
*
|
|
148
148
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
149
149
|
*
|
|
150
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
150
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
151
151
|
*
|
|
152
152
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
153
153
|
* @param - Query options.
|
|
@@ -5897,7 +5897,7 @@ export interface QuerySubmissionOptions {
|
|
|
5897
5897
|
*
|
|
5898
5898
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
5899
5899
|
*
|
|
5900
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
5900
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
5901
5901
|
*
|
|
5902
5902
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
5903
5903
|
* @param search - Query options.
|
|
@@ -1387,7 +1387,7 @@ exports.querySubmission = querySubmission;
|
|
|
1387
1387
|
*
|
|
1388
1388
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
1389
1389
|
*
|
|
1390
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
1390
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
1391
1391
|
*
|
|
1392
1392
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
1393
1393
|
* @param search - Query options.
|
|
@@ -63,7 +63,7 @@ export declare function querySubmission(payload: object): RequestOptionsFactory<
|
|
|
63
63
|
*
|
|
64
64
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
65
65
|
*
|
|
66
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
66
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
67
67
|
*
|
|
68
68
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
69
69
|
*/
|
|
@@ -539,7 +539,7 @@ export function querySubmission(payload) {
|
|
|
539
539
|
*
|
|
540
540
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
541
541
|
*
|
|
542
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
542
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
543
543
|
*
|
|
544
544
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
545
545
|
*/
|
|
@@ -147,7 +147,7 @@ interface SearchSubmissionsByNamespaceSignature {
|
|
|
147
147
|
*
|
|
148
148
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
149
149
|
*
|
|
150
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
150
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
151
151
|
*
|
|
152
152
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
153
153
|
* @param - Query options.
|
|
@@ -5897,7 +5897,7 @@ export interface QuerySubmissionOptions {
|
|
|
5897
5897
|
*
|
|
5898
5898
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
5899
5899
|
*
|
|
5900
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
5900
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
5901
5901
|
*
|
|
5902
5902
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
5903
5903
|
* @param search - Query options.
|
|
@@ -1346,7 +1346,7 @@ export async function querySubmission(query, options) {
|
|
|
1346
1346
|
*
|
|
1347
1347
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
1348
1348
|
*
|
|
1349
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
1349
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
1350
1350
|
*
|
|
1351
1351
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
1352
1352
|
* @param search - Query options.
|
|
@@ -63,7 +63,7 @@ export declare function querySubmission(payload: object): RequestOptionsFactory<
|
|
|
63
63
|
*
|
|
64
64
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
65
65
|
*
|
|
66
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
66
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
67
67
|
*
|
|
68
68
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
69
69
|
*/
|
|
@@ -556,7 +556,7 @@ exports.querySubmission = querySubmission;
|
|
|
556
556
|
*
|
|
557
557
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
558
558
|
*
|
|
559
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
559
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
560
560
|
*
|
|
561
561
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
562
562
|
*/
|
|
@@ -147,7 +147,7 @@ interface SearchSubmissionsByNamespaceSignature {
|
|
|
147
147
|
*
|
|
148
148
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
149
149
|
*
|
|
150
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
150
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
151
151
|
*
|
|
152
152
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
153
153
|
* @param - Query options.
|
|
@@ -5902,7 +5902,7 @@ export interface QuerySubmissionOptions {
|
|
|
5902
5902
|
*
|
|
5903
5903
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
5904
5904
|
*
|
|
5905
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
5905
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
5906
5906
|
*
|
|
5907
5907
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
5908
5908
|
* @param search - Query options.
|
|
@@ -1387,7 +1387,7 @@ exports.querySubmission = querySubmission;
|
|
|
1387
1387
|
*
|
|
1388
1388
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
1389
1389
|
*
|
|
1390
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
1390
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
1391
1391
|
*
|
|
1392
1392
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
1393
1393
|
* @param search - Query options.
|
|
@@ -63,7 +63,7 @@ export declare function querySubmission(payload: object): RequestOptionsFactory<
|
|
|
63
63
|
*
|
|
64
64
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
65
65
|
*
|
|
66
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
66
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
67
67
|
*
|
|
68
68
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
69
69
|
*/
|
|
@@ -539,7 +539,7 @@ export function querySubmission(payload) {
|
|
|
539
539
|
*
|
|
540
540
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
541
541
|
*
|
|
542
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
542
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
543
543
|
*
|
|
544
544
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
545
545
|
*/
|
|
@@ -147,7 +147,7 @@ interface SearchSubmissionsByNamespaceSignature {
|
|
|
147
147
|
*
|
|
148
148
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
149
149
|
*
|
|
150
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
150
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
151
151
|
*
|
|
152
152
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
153
153
|
* @param - Query options.
|
|
@@ -5902,7 +5902,7 @@ export interface QuerySubmissionOptions {
|
|
|
5902
5902
|
*
|
|
5903
5903
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
5904
5904
|
*
|
|
5905
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
5905
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
5906
5906
|
*
|
|
5907
5907
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
5908
5908
|
* @param search - Query options.
|
|
@@ -1346,7 +1346,7 @@ export async function querySubmission(query, options) {
|
|
|
1346
1346
|
*
|
|
1347
1347
|
* You can only query submissions from a specified namespace. Use the query filter on the `namespace` field, otherwise you will receive an error.
|
|
1348
1348
|
*
|
|
1349
|
-
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/
|
|
1349
|
+
* For field support for filters and sorting, see [Form Submissions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/crm/forms/form-submissions/filter-and-sort).option
|
|
1350
1350
|
*
|
|
1351
1351
|
* To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
1352
1352
|
* @param search - Query options.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_forms_submissions",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.forms.v4.submission"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "4d6fd9ca05b09c3b45728969080fd04e1b8e761884e737595b342be1"
|
|
52
52
|
}
|