Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/models/ApiKeyToken.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/models/ApiKeyTokensListResponse.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/models/App.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/models/AuditLogActor.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/models/AuditLogContext.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/models/AuditLogEvent.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/models/AuditLogTarget.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions dist/models/BasicNotification.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { BasicNotificationAllOfAndroidBackgroundLayout } from './BasicNotificationAllOfAndroidBackgroundLayout';
import { Button } from './Button';
import { EmailWarmUpRequest } from './EmailWarmUpRequest';
import { FilterExpression } from './FilterExpression';
import { LanguageStringMap } from './LanguageStringMap';
import { WebButton } from './WebButton';
Expand Down Expand Up @@ -115,6 +116,8 @@ export declare class BasicNotification {
'include_unsubscribed'?: boolean;
'email_bcc'?: Array<string>;
'email_sender_domain'?: string;
'kind'?: BasicNotificationKindEnum;
'email_warm_up'?: EmailWarmUpRequest;
'sms_from'?: string;
'sms_media_urls'?: Array<string>;
'filters'?: Array<FilterExpression>;
Expand All @@ -141,4 +144,5 @@ export declare class BasicNotification {
}
export type BasicNotificationTargetChannelEnum = "push" | "email" | "sms";
export type BasicNotificationAggregationEnum = "sum" | "count";
export type BasicNotificationKindEnum = "warmup";
export type BasicNotificationHuaweiCategoryEnum = "IM" | "VOIP" | "SUBSCRIPTION" | "TRAVEL" | "HEALTH" | "WORK" | "ACCOUNT" | "EXPRESS" | "FINANCE" | "DEVICE_REMINDER" | "MAIL" | "MARKETING";
12 changes: 12 additions & 0 deletions dist/models/BasicNotification.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading