@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.
Files changed (21) hide show
  1. package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
  2. package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
  3. package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
  4. package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
  5. package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
  6. package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
  7. package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
  8. package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
  9. package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
  10. package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
  11. package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
  12. package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
  13. package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
  14. package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
  15. package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
  16. package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +1 -1
  17. package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +1 -1
  18. package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +1 -1
  19. package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +1 -1
  20. package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +1 -1
  21. 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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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
@@ -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"`` and `"you@your.org"``,
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
@@ -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"`` and `"you@your.org"``,
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
@@ -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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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
@@ -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"`` and `"you@your.org"``,
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
@@ -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"`` and `"you@your.org"``,
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
@@ -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"`` and `"you@your.org"``,
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
@@ -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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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"`` and `"you@your.org"``,
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.2",
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.35",
32
- "@wix/sdk-types": "^1.12.4"
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": "ec4a2c42fd177e6a46ff5165a9e448f477d4a7cbda27110b53f7a39c"
51
+ "falconPackageHash": "6df40b5a79fafb9dfc66de9c4462169ab68a819d1112fe1d6d0f51e6"
52
52
  }