@wix/auto_sdk_email-subscriptions_email-subscriptions 1.0.0 → 1.0.2
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.context.d.ts +1 -1
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +3 -3
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +3 -3
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +3 -3
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.d.ts +110 -48
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js +8 -10
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js.map +1 -1
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +129 -54
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +11 -13
- package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js.map +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.context.d.ts +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +3 -3
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +3 -3
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +3 -3
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.d.ts +110 -48
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js +8 -10
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js.map +1 -1
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +129 -54
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +11 -13
- package/build/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js.map +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.context.d.ts +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +3 -3
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +3 -3
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +3 -3
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.d.ts +110 -48
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js +8 -10
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js.map +1 -1
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +129 -54
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +11 -13
- package/build/internal/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js.map +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.context.d.ts +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.d.ts +3 -3
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.http.js +3 -3
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.public.d.ts +3 -3
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.d.ts +110 -48
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js +8 -10
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js.map +1 -1
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.d.ts +129 -54
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js +11 -13
- package/build/internal/es/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js.map +1 -1
- package/package.json +2 -2
package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.context.d.ts
CHANGED
@@ -9,4 +9,4 @@ export declare const generateUnsubscribeLink: MaybeContext<BuildRESTFunction<typ
|
|
9
9
|
/** */
|
10
10
|
export declare const onEmailsubscriptionEmailSubscriptionChanged: ReturnType<typeof createEventModule<typeof publicOnEmailsubscriptionEmailSubscriptionChanged>>;
|
11
11
|
export { SubscriptionEnumStatus, Status, WebhookIdentityType, } from './emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js';
|
12
|
-
export { EmailSubscription,
|
12
|
+
export { EmailSubscription, EmailSubscriptionChanged, GetEmailSubscriptionRequest, GetEmailSubscriptionResponse, UpdateEmailSubscriptionRequest, UpdateEmailSubscriptionResponse, QueryEmailSubscriptionsRequest, Paging, QueryEmailSubscriptionsResponse, PagingMetadata, UpsertEmailSubscriptionRequest, UpsertEmailSubscriptionResponse, BulkUpsertEmailSubscriptionRequest, BulkUpsertEmailSubscriptionResponse, BulkUpsertEmailSubscriptionResult, Error, Metadata, GenerateUnsubscribeLinkRequest, GenerateUnsubscribeLinkResponse, RenderUnsubscribePageRequest, RawHttpResponse, HeadersEntry, ConfirmUnsubscribeActionRequest, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, V1RenderUnsubscribePageRequest, V1ConfirmUnsubscribeActionRequest, EmailSubscriptionNonNullableFields, GetEmailSubscriptionResponseNonNullableFields, QueryEmailSubscriptionsResponseNonNullableFields, UpsertEmailSubscriptionResponseNonNullableFields, BulkUpsertEmailSubscriptionResponseNonNullableFields, GenerateUnsubscribeLinkResponseNonNullableFields, BaseEventMetadata, EmailsubscriptionEmailSubscriptionChangedEnvelope, QueryEmailSubscriptionsOptions, UpsertEmailSubscriptionOptions, GenerateUnsubscribeLinkOptions, } from './emailsubscriptions-v1-emailsubscription-email-subscriptions.universal.js';
|
@@ -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
|
@@ -26,8 +26,8 @@ export declare function queryEmailSubscriptions(payload: object): RequestOptions
|
|
26
26
|
/**
|
27
27
|
* Updates or creates an email subscription for the requested email.
|
28
28
|
*
|
29
|
-
* An email subscription is
|
30
|
-
*
|
29
|
+
* An email subscription is returned in the response
|
30
|
+
* whether it was updated or created.
|
31
31
|
*/
|
32
32
|
export declare function upsertEmailSubscription(payload: object): RequestOptionsFactory<any>;
|
33
33
|
/** Updates or creates multiple email subscriptions. */
|
@@ -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
|
@@ -133,8 +133,8 @@ exports.queryEmailSubscriptions = queryEmailSubscriptions;
|
|
133
133
|
/**
|
134
134
|
* Updates or creates an email subscription for the requested email.
|
135
135
|
*
|
136
|
-
* An email subscription is
|
137
|
-
*
|
136
|
+
* An email subscription is returned in the response
|
137
|
+
* whether it was updated or created.
|
138
138
|
*/
|
139
139
|
function upsertEmailSubscription(payload) {
|
140
140
|
function __upsertEmailSubscription({ host }) {
|
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" 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
|
@@ -36,8 +36,8 @@ interface UpsertEmailSubscriptionSignature {
|
|
36
36
|
/**
|
37
37
|
* Updates or creates an email subscription for the requested email.
|
38
38
|
*
|
39
|
-
* An email subscription is
|
40
|
-
*
|
39
|
+
* An email subscription is returned in the response
|
40
|
+
* whether it was updated or created.
|
41
41
|
*/
|
42
42
|
(options?: UpsertEmailSubscriptionOptions | undefined): Promise<UpsertEmailSubscriptionResponse & UpsertEmailSubscriptionResponseNonNullableFields>;
|
43
43
|
}
|
package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.d.ts
CHANGED
@@ -1,22 +1,40 @@
|
|
1
1
|
export interface EmailSubscription {
|
2
2
|
/**
|
3
3
|
* Email subscription ID.
|
4
|
+
* @format GUID
|
4
5
|
* @readonly
|
5
6
|
*/
|
6
7
|
id?: string | null;
|
7
|
-
/**
|
8
|
+
/**
|
9
|
+
* Email address.
|
10
|
+
* @format EMAIL
|
11
|
+
*/
|
8
12
|
email?: string;
|
9
13
|
/**
|
10
14
|
* Indicates the recipient's opt-in or opt-out status
|
11
15
|
* for marketing emails.
|
12
16
|
*
|
13
|
-
*
|
17
|
+
* - `NOT_SET`: No status specified. This is the default, initial value before any info about the email address is known.
|
18
|
+
* - `PENDING`: Subscription confirmation was requested,
|
19
|
+
* but recipient hasn't confirmed yet.
|
20
|
+
* - `SUBSCRIBED`: Recipient has opted in to marketing emails.
|
21
|
+
* - `UNSUBSCRIBED`: Recipient has opted out of marketing emails.
|
22
|
+
*
|
23
|
+
* Defaults to `NOT_SET`.
|
14
24
|
*/
|
15
25
|
subscriptionStatus?: SubscriptionEnumStatus;
|
16
26
|
/**
|
17
27
|
* Indicates last reported status of sent emails.
|
18
28
|
*
|
19
|
-
*
|
29
|
+
* - `NOT_SET`: No status specified. This is the default, initial value before any info about the email address is known.
|
30
|
+
* - `VALID`: Emails to this email address are being delivered successfully.
|
31
|
+
* - `BOUNCED`: The last email to the recipient bounced or was rejected.
|
32
|
+
* - `SPAM_COMPLAINT`: The recipient registered a spam complaint
|
33
|
+
* with their email provider.
|
34
|
+
* - `INACTIVE`: Multiple campaigns have been delivered to this address without any engagement from the recipient. (No emails were opened and no content was clicked.)
|
35
|
+
* This status might impact subsequent emails sent to this address.
|
36
|
+
*
|
37
|
+
* Defaults to `NOT_SET`.
|
20
38
|
*/
|
21
39
|
deliverabilityStatus?: Status;
|
22
40
|
/**
|
@@ -31,55 +49,34 @@ export interface EmailSubscription {
|
|
31
49
|
updatedDate?: Date | null;
|
32
50
|
}
|
33
51
|
export declare enum SubscriptionEnumStatus {
|
34
|
-
/** Undefined status. */
|
35
52
|
UNKNOWN = "UNKNOWN",
|
36
|
-
/** No
|
53
|
+
/** No Subscription exists */
|
37
54
|
NOT_SET = "NOT_SET",
|
38
|
-
/** Subscription
|
55
|
+
/** Pending Subscription */
|
39
56
|
PENDING = "PENDING",
|
40
|
-
/**
|
57
|
+
/** Subscribed */
|
41
58
|
SUBSCRIBED = "SUBSCRIBED",
|
42
|
-
/**
|
59
|
+
/** UnSubscribed */
|
43
60
|
UNSUBSCRIBED = "UNSUBSCRIBED"
|
44
61
|
}
|
45
62
|
export declare enum Status {
|
46
|
-
/** No status specified. This is the initial default value before any info about the email address is known. */
|
47
63
|
NOT_SET = "NOT_SET",
|
48
|
-
/**
|
64
|
+
/** valid/deferral */
|
49
65
|
VALID = "VALID",
|
50
|
-
/**
|
66
|
+
/** bounced/rejected/invalid */
|
51
67
|
BOUNCED = "BOUNCED",
|
52
|
-
/**
|
68
|
+
/** spam/complaint */
|
53
69
|
SPAM_COMPLAINT = "SPAM_COMPLAINT",
|
54
|
-
/**
|
70
|
+
/** valid, but no activity reported */
|
55
71
|
INACTIVE = "INACTIVE"
|
56
72
|
}
|
57
|
-
|
58
|
-
/** Payload */
|
59
|
-
payload?: string;
|
60
|
-
/** Language */
|
61
|
-
language?: string | null;
|
62
|
-
}
|
63
|
-
export interface RawHttpResponse {
|
64
|
-
body?: Uint8Array;
|
65
|
-
statusCode?: number | null;
|
66
|
-
headers?: HeadersEntry[];
|
67
|
-
}
|
68
|
-
export interface HeadersEntry {
|
69
|
-
key?: string;
|
70
|
-
value?: string;
|
71
|
-
}
|
72
|
-
export interface V1ConfirmUnsubscribeActionRequest {
|
73
|
-
/** Payload */
|
74
|
-
payload?: string;
|
75
|
-
}
|
76
|
-
export interface Empty {
|
77
|
-
}
|
73
|
+
/** Triggered when an email subscription's status is changed. */
|
78
74
|
export interface EmailSubscriptionChanged {
|
79
|
-
/** subscription */
|
75
|
+
/** Email subscription that changed. */
|
80
76
|
subscription?: EmailSubscription;
|
81
77
|
}
|
82
78
|
export interface GetEmailSubscriptionRequest {
|
79
|
+
/** @format GUID */
|
83
80
|
id: string;
|
84
81
|
}
|
85
82
|
export interface GetEmailSubscriptionResponse {
|
@@ -138,7 +135,11 @@ export interface UpsertEmailSubscriptionResponse {
|
|
138
135
|
subscription?: EmailSubscription;
|
139
136
|
}
|
140
137
|
export interface BulkUpsertEmailSubscriptionRequest {
|
141
|
-
/**
|
138
|
+
/**
|
139
|
+
* List of email subscriptions to update or create.
|
140
|
+
* @minSize 1
|
141
|
+
* @maxSize 100
|
142
|
+
*/
|
142
143
|
subscriptions: EmailSubscription[];
|
143
144
|
}
|
144
145
|
export interface BulkUpsertEmailSubscriptionResponse {
|
@@ -171,11 +172,21 @@ export interface Metadata {
|
|
171
172
|
totalFailure?: number;
|
172
173
|
}
|
173
174
|
export interface GenerateUnsubscribeLinkRequest {
|
174
|
-
/**
|
175
|
+
/**
|
176
|
+
* Email address the unsubscribe link is for.
|
177
|
+
* @format EMAIL
|
178
|
+
*/
|
175
179
|
emailAddress: string;
|
176
180
|
/** Arbitrary parameters for closing-the-loop. */
|
177
181
|
metadata?: Record<string, string>;
|
178
|
-
/**
|
182
|
+
/**
|
183
|
+
* Language for displaying unsubscribe confirmation page.
|
184
|
+
*
|
185
|
+
* 2-letter language code in [ISO 639-1 alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) format.
|
186
|
+
*
|
187
|
+
* Default: `EN`
|
188
|
+
* @format LANGUAGE
|
189
|
+
*/
|
179
190
|
language?: string | null;
|
180
191
|
}
|
181
192
|
export interface GenerateUnsubscribeLinkResponse {
|
@@ -188,10 +199,21 @@ export interface RenderUnsubscribePageRequest {
|
|
188
199
|
/** Language */
|
189
200
|
language?: string | null;
|
190
201
|
}
|
202
|
+
export interface RawHttpResponse {
|
203
|
+
body?: Uint8Array;
|
204
|
+
statusCode?: number | null;
|
205
|
+
headers?: HeadersEntry[];
|
206
|
+
}
|
207
|
+
export interface HeadersEntry {
|
208
|
+
key?: string;
|
209
|
+
value?: string;
|
210
|
+
}
|
191
211
|
export interface ConfirmUnsubscribeActionRequest {
|
192
212
|
/** Payload */
|
193
213
|
payload?: string;
|
194
214
|
}
|
215
|
+
export interface Empty {
|
216
|
+
}
|
195
217
|
export interface DomainEvent extends DomainEventBodyOneOf {
|
196
218
|
createdEvent?: EntityCreatedEvent;
|
197
219
|
updatedEvent?: EntityUpdatedEvent;
|
@@ -265,9 +287,15 @@ export interface ActionEvent {
|
|
265
287
|
bodyAsJson?: string;
|
266
288
|
}
|
267
289
|
export interface MessageEnvelope {
|
268
|
-
/**
|
290
|
+
/**
|
291
|
+
* App instance ID.
|
292
|
+
* @format GUID
|
293
|
+
*/
|
269
294
|
instanceId?: string | null;
|
270
|
-
/**
|
295
|
+
/**
|
296
|
+
* Event type.
|
297
|
+
* @maxLength 150
|
298
|
+
*/
|
271
299
|
eventType?: string;
|
272
300
|
/** The identification type and identity data. */
|
273
301
|
identity?: IdentificationData;
|
@@ -275,26 +303,50 @@ export interface MessageEnvelope {
|
|
275
303
|
data?: string;
|
276
304
|
}
|
277
305
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
278
|
-
/**
|
306
|
+
/**
|
307
|
+
* ID of a site visitor that has not logged in to the site.
|
308
|
+
* @format GUID
|
309
|
+
*/
|
279
310
|
anonymousVisitorId?: string;
|
280
|
-
/**
|
311
|
+
/**
|
312
|
+
* ID of a site visitor that has logged in to the site.
|
313
|
+
* @format GUID
|
314
|
+
*/
|
281
315
|
memberId?: string;
|
282
|
-
/**
|
316
|
+
/**
|
317
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
318
|
+
* @format GUID
|
319
|
+
*/
|
283
320
|
wixUserId?: string;
|
284
|
-
/**
|
321
|
+
/**
|
322
|
+
* ID of an app.
|
323
|
+
* @format GUID
|
324
|
+
*/
|
285
325
|
appId?: string;
|
286
326
|
/** @readonly */
|
287
327
|
identityType?: WebhookIdentityType;
|
288
328
|
}
|
289
329
|
/** @oneof */
|
290
330
|
export interface IdentificationDataIdOneOf {
|
291
|
-
/**
|
331
|
+
/**
|
332
|
+
* ID of a site visitor that has not logged in to the site.
|
333
|
+
* @format GUID
|
334
|
+
*/
|
292
335
|
anonymousVisitorId?: string;
|
293
|
-
/**
|
336
|
+
/**
|
337
|
+
* ID of a site visitor that has logged in to the site.
|
338
|
+
* @format GUID
|
339
|
+
*/
|
294
340
|
memberId?: string;
|
295
|
-
/**
|
341
|
+
/**
|
342
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
343
|
+
* @format GUID
|
344
|
+
*/
|
296
345
|
wixUserId?: string;
|
297
|
-
/**
|
346
|
+
/**
|
347
|
+
* ID of an app.
|
348
|
+
* @format GUID
|
349
|
+
*/
|
298
350
|
appId?: string;
|
299
351
|
}
|
300
352
|
export declare enum WebhookIdentityType {
|
@@ -304,6 +356,16 @@ export declare enum WebhookIdentityType {
|
|
304
356
|
WIX_USER = "WIX_USER",
|
305
357
|
APP = "APP"
|
306
358
|
}
|
359
|
+
export interface V1RenderUnsubscribePageRequest {
|
360
|
+
/** Payload */
|
361
|
+
payload?: string;
|
362
|
+
/** Language */
|
363
|
+
language?: string | null;
|
364
|
+
}
|
365
|
+
export interface V1ConfirmUnsubscribeActionRequest {
|
366
|
+
/** Payload */
|
367
|
+
payload?: string;
|
368
|
+
}
|
307
369
|
interface EmailSubscriptionNonNullableFields {
|
308
370
|
email: string;
|
309
371
|
subscriptionStatus: SubscriptionEnumStatus;
|
@@ -3,28 +3,26 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WebhookIdentityType = exports.Status = exports.SubscriptionEnumStatus = void 0;
|
4
4
|
var SubscriptionEnumStatus;
|
5
5
|
(function (SubscriptionEnumStatus) {
|
6
|
-
/** Undefined status. */
|
7
6
|
SubscriptionEnumStatus["UNKNOWN"] = "UNKNOWN";
|
8
|
-
/** No
|
7
|
+
/** No Subscription exists */
|
9
8
|
SubscriptionEnumStatus["NOT_SET"] = "NOT_SET";
|
10
|
-
/** Subscription
|
9
|
+
/** Pending Subscription */
|
11
10
|
SubscriptionEnumStatus["PENDING"] = "PENDING";
|
12
|
-
/**
|
11
|
+
/** Subscribed */
|
13
12
|
SubscriptionEnumStatus["SUBSCRIBED"] = "SUBSCRIBED";
|
14
|
-
/**
|
13
|
+
/** UnSubscribed */
|
15
14
|
SubscriptionEnumStatus["UNSUBSCRIBED"] = "UNSUBSCRIBED";
|
16
15
|
})(SubscriptionEnumStatus || (exports.SubscriptionEnumStatus = SubscriptionEnumStatus = {}));
|
17
16
|
var Status;
|
18
17
|
(function (Status) {
|
19
|
-
/** No status specified. This is the initial default value before any info about the email address is known. */
|
20
18
|
Status["NOT_SET"] = "NOT_SET";
|
21
|
-
/**
|
19
|
+
/** valid/deferral */
|
22
20
|
Status["VALID"] = "VALID";
|
23
|
-
/**
|
21
|
+
/** bounced/rejected/invalid */
|
24
22
|
Status["BOUNCED"] = "BOUNCED";
|
25
|
-
/**
|
23
|
+
/** spam/complaint */
|
26
24
|
Status["SPAM_COMPLAINT"] = "SPAM_COMPLAINT";
|
27
|
-
/**
|
25
|
+
/** valid, but no activity reported */
|
28
26
|
Status["INACTIVE"] = "INACTIVE";
|
29
27
|
})(Status || (exports.Status = Status = {}));
|
30
28
|
var WebhookIdentityType;
|
package/build/cjs/src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js","sourceRoot":"","sources":["../../../src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"emailsubscriptions-v1-emailsubscription-email-subscriptions.types.js","sourceRoot":"","sources":["../../../src/emailsubscriptions-v1-emailsubscription-email-subscriptions.types.ts"],"names":[],"mappings":";;;AAmDA,IAAY,sBAUX;AAVD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,6BAA6B;IAC7B,6CAAmB,CAAA;IACnB,2BAA2B;IAC3B,6CAAmB,CAAA;IACnB,iBAAiB;IACjB,mDAAyB,CAAA;IACzB,mBAAmB;IACnB,uDAA6B,CAAA;AAC/B,CAAC,EAVW,sBAAsB,sCAAtB,sBAAsB,QAUjC;AAED,IAAY,MAUX;AAVD,WAAY,MAAM;IAChB,6BAAmB,CAAA;IACnB,qBAAqB;IACrB,yBAAe,CAAA;IACf,+BAA+B;IAC/B,6BAAmB,CAAA;IACnB,qBAAqB;IACrB,2CAAiC,CAAA;IACjC,sCAAsC;IACtC,+BAAqB,CAAA;AACvB,CAAC,EAVW,MAAM,sBAAN,MAAM,QAUjB;AAyTD,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
|