@wix/auto_sdk_email-subscriptions_email-subscriptions 1.0.2 → 1.0.4
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/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
- package/package.json +4 -4
@@ -7,7 +7,7 @@ export declare function getEmailSubscription(payload: object): RequestOptionsFac
|
|
7
7
|
*
|
8
8
|
* Currently, querying is supported on the `email` field
|
9
9
|
* with the `$in` array filter.
|
10
|
-
* For example, to query for emails `"me@my.com"
|
10
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
11
11
|
* the filter should be formed like this:
|
12
12
|
*
|
13
13
|
* ```json
|
@@ -87,7 +87,7 @@ exports.getEmailSubscription = getEmailSubscription;
|
|
87
87
|
*
|
88
88
|
* Currently, querying is supported on the `email` field
|
89
89
|
* with the `$in` array filter.
|
90
|
-
* For example, to query for emails `"me@my.com"
|
90
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
91
91
|
* the filter should be formed like this:
|
92
92
|
*
|
93
93
|
* ```json
|
package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts
CHANGED
@@ -11,7 +11,7 @@ interface QueryEmailSubscriptionsSignature {
|
|
11
11
|
*
|
12
12
|
* Currently, querying is supported on the `email` field
|
13
13
|
* with the `$in` array filter.
|
14
|
-
* For example, to query for emails `"me@my.com"
|
14
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
15
15
|
* the filter should be formed like this:
|
16
16
|
*
|
17
17
|
* ```json
|
package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts
CHANGED
@@ -432,7 +432,7 @@ export declare function onEmailsubscriptionEmailSubscriptionChanged(handler: (ev
|
|
432
432
|
*
|
433
433
|
* Currently, querying is supported on the `email` field
|
434
434
|
* with the `$in` array filter.
|
435
|
-
* For example, to query for emails `"me@my.com"
|
435
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
436
436
|
* the filter should be formed like this:
|
437
437
|
*
|
438
438
|
* ```json
|
package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js
CHANGED
@@ -100,7 +100,7 @@ exports.getEmailSubscription = getEmailSubscription;
|
|
100
100
|
*
|
101
101
|
* Currently, querying is supported on the `email` field
|
102
102
|
* with the `$in` array filter.
|
103
|
-
* For example, to query for emails `"me@my.com"
|
103
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
104
104
|
* the filter should be formed like this:
|
105
105
|
*
|
106
106
|
* ```json
|
@@ -7,7 +7,7 @@ export declare function getEmailSubscription(payload: object): RequestOptionsFac
|
|
7
7
|
*
|
8
8
|
* Currently, querying is supported on the `email` field
|
9
9
|
* with the `$in` array filter.
|
10
|
-
* For example, to query for emails `"me@my.com"
|
10
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
11
11
|
* the filter should be formed like this:
|
12
12
|
*
|
13
13
|
* ```json
|
@@ -83,7 +83,7 @@ export function getEmailSubscription(payload) {
|
|
83
83
|
*
|
84
84
|
* Currently, querying is supported on the `email` field
|
85
85
|
* with the `$in` array filter.
|
86
|
-
* For example, to query for emails `"me@my.com"
|
86
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
87
87
|
* the filter should be formed like this:
|
88
88
|
*
|
89
89
|
* ```json
|
package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts
CHANGED
@@ -11,7 +11,7 @@ interface QueryEmailSubscriptionsSignature {
|
|
11
11
|
*
|
12
12
|
* Currently, querying is supported on the `email` field
|
13
13
|
* with the `$in` array filter.
|
14
|
-
* For example, to query for emails `"me@my.com"
|
14
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
15
15
|
* the filter should be formed like this:
|
16
16
|
*
|
17
17
|
* ```json
|
package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts
CHANGED
@@ -432,7 +432,7 @@ export declare function onEmailsubscriptionEmailSubscriptionChanged(handler: (ev
|
|
432
432
|
*
|
433
433
|
* Currently, querying is supported on the `email` field
|
434
434
|
* with the `$in` array filter.
|
435
|
-
* For example, to query for emails `"me@my.com"
|
435
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
436
436
|
* the filter should be formed like this:
|
437
437
|
*
|
438
438
|
* ```json
|
package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js
CHANGED
@@ -73,7 +73,7 @@ export async function getEmailSubscription(_id) {
|
|
73
73
|
*
|
74
74
|
* Currently, querying is supported on the `email` field
|
75
75
|
* with the `$in` array filter.
|
76
|
-
* For example, to query for emails `"me@my.com"
|
76
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
77
77
|
* the filter should be formed like this:
|
78
78
|
*
|
79
79
|
* ```json
|
package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts
CHANGED
@@ -7,7 +7,7 @@ export declare function getEmailSubscription(payload: object): RequestOptionsFac
|
|
7
7
|
*
|
8
8
|
* Currently, querying is supported on the `email` field
|
9
9
|
* with the `$in` array filter.
|
10
|
-
* For example, to query for emails `"me@my.com"
|
10
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
11
11
|
* the filter should be formed like this:
|
12
12
|
*
|
13
13
|
* ```json
|
package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js
CHANGED
@@ -87,7 +87,7 @@ exports.getEmailSubscription = getEmailSubscription;
|
|
87
87
|
*
|
88
88
|
* Currently, querying is supported on the `email` field
|
89
89
|
* with the `$in` array filter.
|
90
|
-
* For example, to query for emails `"me@my.com"
|
90
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
91
91
|
* the filter should be formed like this:
|
92
92
|
*
|
93
93
|
* ```json
|
@@ -20,7 +20,7 @@ interface QueryEmailSubscriptionsSignature {
|
|
20
20
|
*
|
21
21
|
* Currently, querying is supported on the `email` field
|
22
22
|
* with the `$in` array filter.
|
23
|
-
* For example, to query for emails `"me@my.com"
|
23
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
24
24
|
* the filter should be formed like this:
|
25
25
|
*
|
26
26
|
* ```json
|
@@ -445,7 +445,7 @@ export declare function getEmailSubscription(_id: string): Promise<EmailSubscrip
|
|
445
445
|
*
|
446
446
|
* Currently, querying is supported on the `email` field
|
447
447
|
* with the `$in` array filter.
|
448
|
-
* For example, to query for emails `"me@my.com"
|
448
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
449
449
|
* the filter should be formed like this:
|
450
450
|
*
|
451
451
|
* ```json
|
@@ -100,7 +100,7 @@ exports.getEmailSubscription = getEmailSubscription;
|
|
100
100
|
*
|
101
101
|
* Currently, querying is supported on the `email` field
|
102
102
|
* with the `$in` array filter.
|
103
|
-
* For example, to query for emails `"me@my.com"
|
103
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
104
104
|
* the filter should be formed like this:
|
105
105
|
*
|
106
106
|
* ```json
|
package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts
CHANGED
@@ -7,7 +7,7 @@ export declare function getEmailSubscription(payload: object): RequestOptionsFac
|
|
7
7
|
*
|
8
8
|
* Currently, querying is supported on the `email` field
|
9
9
|
* with the `$in` array filter.
|
10
|
-
* For example, to query for emails `"me@my.com"
|
10
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
11
11
|
* the filter should be formed like this:
|
12
12
|
*
|
13
13
|
* ```json
|
package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js
CHANGED
@@ -83,7 +83,7 @@ export function getEmailSubscription(payload) {
|
|
83
83
|
*
|
84
84
|
* Currently, querying is supported on the `email` field
|
85
85
|
* with the `$in` array filter.
|
86
|
-
* For example, to query for emails `"me@my.com"
|
86
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
87
87
|
* the filter should be formed like this:
|
88
88
|
*
|
89
89
|
* ```json
|
@@ -20,7 +20,7 @@ interface QueryEmailSubscriptionsSignature {
|
|
20
20
|
*
|
21
21
|
* Currently, querying is supported on the `email` field
|
22
22
|
* with the `$in` array filter.
|
23
|
-
* For example, to query for emails `"me@my.com"
|
23
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
24
24
|
* the filter should be formed like this:
|
25
25
|
*
|
26
26
|
* ```json
|
@@ -445,7 +445,7 @@ export declare function getEmailSubscription(_id: string): Promise<EmailSubscrip
|
|
445
445
|
*
|
446
446
|
* Currently, querying is supported on the `email` field
|
447
447
|
* with the `$in` array filter.
|
448
|
-
* For example, to query for emails `"me@my.com"
|
448
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
449
449
|
* the filter should be formed like this:
|
450
450
|
*
|
451
451
|
* ```json
|
@@ -73,7 +73,7 @@ export async function getEmailSubscription(_id) {
|
|
73
73
|
*
|
74
74
|
* Currently, querying is supported on the `email` field
|
75
75
|
* with the `$in` array filter.
|
76
|
-
* For example, to query for emails `"me@my.com"
|
76
|
+
* For example, to query for emails `"me@my.com"` and `"you@your.org"`,
|
77
77
|
* the filter should be formed like this:
|
78
78
|
*
|
79
79
|
* ```json
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/auto_sdk_email-subscriptions_email-subscriptions",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -28,8 +28,8 @@
|
|
28
28
|
"service-plugins"
|
29
29
|
],
|
30
30
|
"dependencies": {
|
31
|
-
"@wix/sdk-runtime": "^0.3.
|
32
|
-
"@wix/sdk-types": "^1.
|
31
|
+
"@wix/sdk-runtime": "^0.3.42",
|
32
|
+
"@wix/sdk-types": "^1.13.9"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"typescript": "^5.3.2"
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"fqdn": "wix.emailsubscriptions.v1.emailsubscription"
|
49
49
|
}
|
50
50
|
},
|
51
|
-
"falconPackageHash": "
|
51
|
+
"falconPackageHash": "6df40b5a79fafb9dfc66de9c4462169ab68a819d1112fe1d6d0f51e6"
|
52
52
|
}
|