@otr-app/shared-backend-generated-client 2.5.178 → 2.5.179
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/dist/angular/model/deleteNotificationByPagesRequest.ts +2 -4
- package/dist/angular/model/deleteNotificationEventRequest.ts +2 -4
- package/dist/angular/model/pushNotificationRequest.ts +2 -4
- package/dist/typescript/model/DeleteNotificationByPagesRequest.d.ts +1 -3
- package/dist/typescript/model/DeleteNotificationByPagesRequest.js +0 -2
- package/dist/typescript/model/DeleteNotificationEventRequest.d.ts +1 -3
- package/dist/typescript/model/DeleteNotificationEventRequest.js +0 -2
- package/dist/typescript/model/PushNotificationRequest.d.ts +1 -3
- package/dist/typescript/model/PushNotificationRequest.js +0 -2
- package/dist/typescript-open-api/otr-backend.d.ts +1 -3
- package/dist/typescript-open-api/otr-backend.js +0 -2
- package/package.json +1 -1
|
@@ -15,14 +15,12 @@ export interface DeleteNotificationByPagesRequest {
|
|
|
15
15
|
pageTypes?: Array<DeleteNotificationByPagesRequest.PageTypesEnum>;
|
|
16
16
|
}
|
|
17
17
|
export namespace DeleteNotificationByPagesRequest {
|
|
18
|
-
export type PageTypesEnum = 'CASE_ACTION' | 'CASE_MESSAGES' | 'CASE_STATUS' | 'COURT_DATE_SCHEDULED'
|
|
18
|
+
export type PageTypesEnum = 'CASE_ACTION' | 'CASE_MESSAGES' | 'CASE_STATUS' | 'COURT_DATE_SCHEDULED';
|
|
19
19
|
export const PageTypesEnum = {
|
|
20
20
|
CaseAction: 'CASE_ACTION' as PageTypesEnum,
|
|
21
21
|
CaseMessages: 'CASE_MESSAGES' as PageTypesEnum,
|
|
22
22
|
CaseStatus: 'CASE_STATUS' as PageTypesEnum,
|
|
23
|
-
CourtDateScheduled: 'COURT_DATE_SCHEDULED' as PageTypesEnum
|
|
24
|
-
NewTicket: 'NEW_TICKET' as PageTypesEnum,
|
|
25
|
-
Profile: 'PROFILE' as PageTypesEnum
|
|
23
|
+
CourtDateScheduled: 'COURT_DATE_SCHEDULED' as PageTypesEnum
|
|
26
24
|
};
|
|
27
25
|
}
|
|
28
26
|
|
|
@@ -16,14 +16,12 @@ export interface DeleteNotificationEventRequest {
|
|
|
16
16
|
pageType?: DeleteNotificationEventRequest.PageTypeEnum;
|
|
17
17
|
}
|
|
18
18
|
export namespace DeleteNotificationEventRequest {
|
|
19
|
-
export type PageTypeEnum = 'CASE_ACTION' | 'CASE_MESSAGES' | 'CASE_STATUS' | 'COURT_DATE_SCHEDULED'
|
|
19
|
+
export type PageTypeEnum = 'CASE_ACTION' | 'CASE_MESSAGES' | 'CASE_STATUS' | 'COURT_DATE_SCHEDULED';
|
|
20
20
|
export const PageTypeEnum = {
|
|
21
21
|
CaseAction: 'CASE_ACTION' as PageTypeEnum,
|
|
22
22
|
CaseMessages: 'CASE_MESSAGES' as PageTypeEnum,
|
|
23
23
|
CaseStatus: 'CASE_STATUS' as PageTypeEnum,
|
|
24
|
-
CourtDateScheduled: 'COURT_DATE_SCHEDULED' as PageTypeEnum
|
|
25
|
-
NewTicket: 'NEW_TICKET' as PageTypeEnum,
|
|
26
|
-
Profile: 'PROFILE' as PageTypeEnum
|
|
24
|
+
CourtDateScheduled: 'COURT_DATE_SCHEDULED' as PageTypeEnum
|
|
27
25
|
};
|
|
28
26
|
}
|
|
29
27
|
|
|
@@ -18,14 +18,12 @@ export interface PushNotificationRequest {
|
|
|
18
18
|
recipientId?: string;
|
|
19
19
|
}
|
|
20
20
|
export namespace PushNotificationRequest {
|
|
21
|
-
export type PageTypeEnum = 'CASE_ACTION' | 'CASE_MESSAGES' | 'CASE_STATUS' | 'COURT_DATE_SCHEDULED'
|
|
21
|
+
export type PageTypeEnum = 'CASE_ACTION' | 'CASE_MESSAGES' | 'CASE_STATUS' | 'COURT_DATE_SCHEDULED';
|
|
22
22
|
export const PageTypeEnum = {
|
|
23
23
|
CaseAction: 'CASE_ACTION' as PageTypeEnum,
|
|
24
24
|
CaseMessages: 'CASE_MESSAGES' as PageTypeEnum,
|
|
25
25
|
CaseStatus: 'CASE_STATUS' as PageTypeEnum,
|
|
26
|
-
CourtDateScheduled: 'COURT_DATE_SCHEDULED' as PageTypeEnum
|
|
27
|
-
NewTicket: 'NEW_TICKET' as PageTypeEnum,
|
|
28
|
-
Profile: 'PROFILE' as PageTypeEnum
|
|
26
|
+
CourtDateScheduled: 'COURT_DATE_SCHEDULED' as PageTypeEnum
|
|
29
27
|
};
|
|
30
28
|
export type PlatformTypeEnum = 'ANDROID' | 'IOS' | 'WEBAPP';
|
|
31
29
|
export const PlatformTypeEnum = {
|
|
@@ -17,7 +17,5 @@ export var DeleteNotificationByPagesRequest;
|
|
|
17
17
|
PageTypesEnum[PageTypesEnum["CASEMESSAGES"] = 'CASE_MESSAGES'] = "CASEMESSAGES";
|
|
18
18
|
PageTypesEnum[PageTypesEnum["CASESTATUS"] = 'CASE_STATUS'] = "CASESTATUS";
|
|
19
19
|
PageTypesEnum[PageTypesEnum["COURTDATESCHEDULED"] = 'COURT_DATE_SCHEDULED'] = "COURTDATESCHEDULED";
|
|
20
|
-
PageTypesEnum[PageTypesEnum["NEWTICKET"] = 'NEW_TICKET'] = "NEWTICKET";
|
|
21
|
-
PageTypesEnum[PageTypesEnum["PROFILE"] = 'PROFILE'] = "PROFILE";
|
|
22
20
|
})(PageTypesEnum = DeleteNotificationByPagesRequest.PageTypesEnum || (DeleteNotificationByPagesRequest.PageTypesEnum = {}));
|
|
23
21
|
})(DeleteNotificationByPagesRequest || (DeleteNotificationByPagesRequest = {}));
|
|
@@ -17,7 +17,5 @@ export var DeleteNotificationEventRequest;
|
|
|
17
17
|
PageTypeEnum[PageTypeEnum["CASEMESSAGES"] = 'CASE_MESSAGES'] = "CASEMESSAGES";
|
|
18
18
|
PageTypeEnum[PageTypeEnum["CASESTATUS"] = 'CASE_STATUS'] = "CASESTATUS";
|
|
19
19
|
PageTypeEnum[PageTypeEnum["COURTDATESCHEDULED"] = 'COURT_DATE_SCHEDULED'] = "COURTDATESCHEDULED";
|
|
20
|
-
PageTypeEnum[PageTypeEnum["NEWTICKET"] = 'NEW_TICKET'] = "NEWTICKET";
|
|
21
|
-
PageTypeEnum[PageTypeEnum["PROFILE"] = 'PROFILE'] = "PROFILE";
|
|
22
20
|
})(PageTypeEnum = DeleteNotificationEventRequest.PageTypeEnum || (DeleteNotificationEventRequest.PageTypeEnum = {}));
|
|
23
21
|
})(DeleteNotificationEventRequest || (DeleteNotificationEventRequest = {}));
|
|
@@ -17,8 +17,6 @@ export var PushNotificationRequest;
|
|
|
17
17
|
PageTypeEnum[PageTypeEnum["CASEMESSAGES"] = 'CASE_MESSAGES'] = "CASEMESSAGES";
|
|
18
18
|
PageTypeEnum[PageTypeEnum["CASESTATUS"] = 'CASE_STATUS'] = "CASESTATUS";
|
|
19
19
|
PageTypeEnum[PageTypeEnum["COURTDATESCHEDULED"] = 'COURT_DATE_SCHEDULED'] = "COURTDATESCHEDULED";
|
|
20
|
-
PageTypeEnum[PageTypeEnum["NEWTICKET"] = 'NEW_TICKET'] = "NEWTICKET";
|
|
21
|
-
PageTypeEnum[PageTypeEnum["PROFILE"] = 'PROFILE'] = "PROFILE";
|
|
22
20
|
})(PageTypeEnum = PushNotificationRequest.PageTypeEnum || (PushNotificationRequest.PageTypeEnum = {}));
|
|
23
21
|
let PlatformTypeEnum;
|
|
24
22
|
(function (PlatformTypeEnum) {
|
|
@@ -42037,9 +42037,7 @@ export declare enum DeleteNotificationByPagesRequestPageTypes {
|
|
|
42037
42037
|
CASE_ACTION = "CASE_ACTION",
|
|
42038
42038
|
CASE_MESSAGES = "CASE_MESSAGES",
|
|
42039
42039
|
CASE_STATUS = "CASE_STATUS",
|
|
42040
|
-
COURT_DATE_SCHEDULED = "COURT_DATE_SCHEDULED"
|
|
42041
|
-
NEW_TICKET = "NEW_TICKET",
|
|
42042
|
-
PROFILE = "PROFILE"
|
|
42040
|
+
COURT_DATE_SCHEDULED = "COURT_DATE_SCHEDULED"
|
|
42043
42041
|
}
|
|
42044
42042
|
export declare enum DirectMailContactMailType {
|
|
42045
42043
|
CHECK = "CHECK",
|
|
@@ -877,8 +877,6 @@ export var DeleteNotificationByPagesRequestPageTypes;
|
|
|
877
877
|
DeleteNotificationByPagesRequestPageTypes["CASE_MESSAGES"] = "CASE_MESSAGES";
|
|
878
878
|
DeleteNotificationByPagesRequestPageTypes["CASE_STATUS"] = "CASE_STATUS";
|
|
879
879
|
DeleteNotificationByPagesRequestPageTypes["COURT_DATE_SCHEDULED"] = "COURT_DATE_SCHEDULED";
|
|
880
|
-
DeleteNotificationByPagesRequestPageTypes["NEW_TICKET"] = "NEW_TICKET";
|
|
881
|
-
DeleteNotificationByPagesRequestPageTypes["PROFILE"] = "PROFILE";
|
|
882
880
|
})(DeleteNotificationByPagesRequestPageTypes || (DeleteNotificationByPagesRequestPageTypes = {}));
|
|
883
881
|
export var DirectMailContactMailType;
|
|
884
882
|
(function (DirectMailContactMailType) {
|