@hivegpt/hiveai-angular 0.0.301 → 0.0.304
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/README.md +24 -24
- package/bundles/hivegpt-hiveai-angular.umd.js +2648 -2636
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/environments/environment.d.ts +14 -14
- package/environments/environment.d.ts.map +1 -1
- package/esm2015/environments/environment.js +15 -15
- package/esm2015/hivegpt-hiveai-angular.js +12 -12
- package/esm2015/lib/components/NotificationSocket.js +39 -39
- package/esm2015/lib/components/bot-html-editor/bot-html-editor.component.js +112 -112
- package/esm2015/lib/components/bot.service.js +43 -43
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +1623 -1611
- package/esm2015/lib/components/chatbot/chatbot.component.js +50 -50
- package/esm2015/lib/components/conversation.service.js +40 -40
- package/esm2015/lib/components/socket-service.service.js +72 -72
- package/esm2015/lib/components/video-player/video-player.component.js +123 -123
- package/esm2015/lib/hivegpt.module.js +21 -21
- package/esm2015/lib/models/video.js +2 -2
- package/esm2015/lib/pipes/safe-html.pipe.js +19 -19
- package/esm2015/lib/utils/utils.js +36 -36
- package/esm2015/public-api.js +7 -7
- package/fesm2015/hivegpt-hiveai-angular.js +2120 -2108
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/hivegpt-hiveai-angular.d.ts +11 -11
- package/hivegpt-hiveai-angular.d.ts.map +1 -1
- package/hivegpt-hiveai-angular.metadata.json +1 -1
- package/lib/components/NotificationSocket.d.ts +4 -4
- package/lib/components/NotificationSocket.d.ts.map +1 -1
- package/lib/components/bot-html-editor/bot-html-editor.component.d.ts +35 -35
- package/lib/components/bot-html-editor/bot-html-editor.component.d.ts.map +1 -1
- package/lib/components/bot.service.d.ts +11 -11
- package/lib/components/bot.service.d.ts.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts +244 -244
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/lib/components/chatbot/chatbot.component.d.ts +35 -35
- package/lib/components/chatbot/chatbot.component.d.ts.map +1 -1
- package/lib/components/conversation.service.d.ts +10 -10
- package/lib/components/conversation.service.d.ts.map +1 -1
- package/lib/components/socket-service.service.d.ts +19 -19
- package/lib/components/socket-service.service.d.ts.map +1 -1
- package/lib/components/video-player/video-player.component.d.ts +35 -35
- package/lib/components/video-player/video-player.component.d.ts.map +1 -1
- package/lib/hivegpt.module.d.ts +2 -2
- package/lib/hivegpt.module.d.ts.map +1 -1
- package/lib/models/video.d.ts +34 -34
- package/lib/models/video.d.ts.map +1 -1
- package/lib/pipes/safe-html.pipe.d.ts +7 -7
- package/lib/pipes/safe-html.pipe.d.ts.map +1 -1
- package/lib/utils/utils.d.ts +2 -2
- package/lib/utils/utils.d.ts.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +3 -3
- package/public-api.d.ts.map +1 -1
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export declare class ChatBotComponent {
|
|
2
|
-
userId: string;
|
|
3
|
-
apiKey: string;
|
|
4
|
-
botName: string;
|
|
5
|
-
botSkills: string;
|
|
6
|
-
botId: string;
|
|
7
|
-
closeButtonColor: string;
|
|
8
|
-
gradientColors: string[];
|
|
9
|
-
greeting: string;
|
|
10
|
-
sendButtonColor: string;
|
|
11
|
-
useOpenAi: boolean;
|
|
12
|
-
showClose: boolean;
|
|
13
|
-
bgGradient: string[];
|
|
14
|
-
sendButtonTextColor: string;
|
|
15
|
-
fullView: boolean;
|
|
16
|
-
bgBubbleAi: string;
|
|
17
|
-
bgBubbleUser: string;
|
|
18
|
-
closeButtonbgColor: string;
|
|
19
|
-
messageTextColorAi: string;
|
|
20
|
-
messageTextColorUser: string;
|
|
21
|
-
dateTimeColor: string;
|
|
22
|
-
dateTextColor: string;
|
|
23
|
-
formFieldBgColor: string;
|
|
24
|
-
formFieldTextColor: string;
|
|
25
|
-
thumbsUpMessage: string;
|
|
26
|
-
thumbsDownMessages: string[];
|
|
27
|
-
timezone: string;
|
|
28
|
-
eventName: string;
|
|
29
|
-
credentials: [];
|
|
30
|
-
unknownResponses: [];
|
|
31
|
-
rules: string;
|
|
32
|
-
eventId: string;
|
|
33
|
-
visible: boolean;
|
|
34
|
-
toggle(): void;
|
|
35
|
-
}
|
|
1
|
+
export declare class ChatBotComponent {
|
|
2
|
+
userId: string;
|
|
3
|
+
apiKey: string;
|
|
4
|
+
botName: string;
|
|
5
|
+
botSkills: string;
|
|
6
|
+
botId: string;
|
|
7
|
+
closeButtonColor: string;
|
|
8
|
+
gradientColors: string[];
|
|
9
|
+
greeting: string;
|
|
10
|
+
sendButtonColor: string;
|
|
11
|
+
useOpenAi: boolean;
|
|
12
|
+
showClose: boolean;
|
|
13
|
+
bgGradient: string[];
|
|
14
|
+
sendButtonTextColor: string;
|
|
15
|
+
fullView: boolean;
|
|
16
|
+
bgBubbleAi: string;
|
|
17
|
+
bgBubbleUser: string;
|
|
18
|
+
closeButtonbgColor: string;
|
|
19
|
+
messageTextColorAi: string;
|
|
20
|
+
messageTextColorUser: string;
|
|
21
|
+
dateTimeColor: string;
|
|
22
|
+
dateTextColor: string;
|
|
23
|
+
formFieldBgColor: string;
|
|
24
|
+
formFieldTextColor: string;
|
|
25
|
+
thumbsUpMessage: string;
|
|
26
|
+
thumbsDownMessages: string[];
|
|
27
|
+
timezone: string;
|
|
28
|
+
eventName: string;
|
|
29
|
+
credentials: [];
|
|
30
|
+
unknownResponses: [];
|
|
31
|
+
rules: string;
|
|
32
|
+
eventId: string;
|
|
33
|
+
visible: boolean;
|
|
34
|
+
toggle(): void;
|
|
35
|
+
}
|
|
36
36
|
//# sourceMappingURL=chatbot.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatbot.component.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"chatbot.component.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/chatbot/chatbot.component.ts"],"names":[],"mappings":"AACA,qBAKa,gBAAgB;IAClB,MAAM,EAAG,MAAM,CAAC;IAChB,MAAM,EAAG,MAAM,CAAC;IAChB,OAAO,EAAG,MAAM,CAAC;IACjB,SAAS,EAAG,MAAM,CAAC;IACnB,KAAK,EAAG,MAAM,CAAC;IACf,gBAAgB,EAAG,MAAM,CAAC;IAC1B,cAAc,EAAG,MAAM,EAAE,CAAC;IAC1B,QAAQ,EAAG,MAAM,CAAC;IAClB,eAAe,EAAG,MAAM,CAAC;IACzB,SAAS,EAAG,OAAO,CAAC;IACpB,SAAS,EAAG,OAAO,CAAC;IACpB,UAAU,EAAG,MAAM,EAAE,CAAC;IACtB,mBAAmB,EAAG,MAAM,CAAC;IAC7B,QAAQ,EAAG,OAAO,CAAC;IACnB,UAAU,EAAG,MAAM,CAAC;IACpB,YAAY,EAAG,MAAM,CAAC;IACtB,kBAAkB,EAAG,MAAM,CAAC;IAC5B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,oBAAoB,EAAG,MAAM,CAAC;IAC9B,aAAa,EAAG,MAAM,CAAC;IACvB,aAAa,EAAG,MAAM,CAAC;IACvB,gBAAgB,EAAG,MAAM,CAAC;IAC1B,kBAAkB,EAAG,MAAM,CAAC;IAC5B,eAAe,EAAG,MAAM,CAAC;IACzB,kBAAkB,EAAG,MAAM,EAAE,CAAC;IAC9B,QAAQ,EAAG,MAAM,CAAC;IAClB,SAAS,EAAG,MAAM,CAAC;IACnB,WAAW,EAAG,EAAE,CAAC;IACjB,gBAAgB,EAAG,EAAE,CAAC;IACtB,KAAK,EAAG,MAAM,CAAC;IACf,OAAO,EAAG,MAAM,CAAC;IAC1B,OAAO,UAAS;IAEhB,MAAM;CAGP"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
export declare class ConversationService {
|
|
3
|
-
private storageKey;
|
|
4
|
-
constructor();
|
|
5
|
-
generateKey(): string;
|
|
6
|
-
getKey(botId: string, resetKey?: boolean): string;
|
|
7
|
-
private userSepecificNotification;
|
|
8
|
-
sendValidatedUserData(message: any): void;
|
|
9
|
-
getUserSpecificNotification(): Observable<any>;
|
|
10
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
export declare class ConversationService {
|
|
3
|
+
private storageKey;
|
|
4
|
+
constructor();
|
|
5
|
+
generateKey(): string;
|
|
6
|
+
getKey(botId: string, resetKey?: boolean): string;
|
|
7
|
+
private userSepecificNotification;
|
|
8
|
+
sendValidatedUserData(message: any): void;
|
|
9
|
+
getUserSpecificNotification(): Observable<any>;
|
|
10
|
+
}
|
|
11
11
|
//# sourceMappingURL=conversation.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversation.service.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"conversation.service.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/conversation.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAW,MAAM,MAAM,CAAC;AAE3C,qBAGa,mBAAmB;IAC9B,OAAO,CAAC,UAAU,CAAqB;;IAGvC,WAAW,IAAI,MAAM;IAQrB,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,GAAE,OAAe,GAAG,MAAM;IAYxD,OAAO,CAAC,yBAAyB,CAAoC;IACrE,qBAAqB,CAAC,OAAO,EAAE,GAAG;IAKlC,2BAA2B,IAAI,UAAU,CAAC,GAAG,CAAC;CAG/C"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ConversationService } from './conversation.service';
|
|
2
|
-
import { NotificationSocket } from './NotificationSocket';
|
|
3
|
-
export declare class SocketService {
|
|
4
|
-
private conversationService;
|
|
5
|
-
private notificationSocket;
|
|
6
|
-
testMessage: string;
|
|
7
|
-
private isCommonSocketInitialized;
|
|
8
|
-
private isUserSpecificSocketInitialized;
|
|
9
|
-
private isUserSpecificEventReleased;
|
|
10
|
-
private messageQueue;
|
|
11
|
-
private releaseInterval;
|
|
12
|
-
private intervalSetup;
|
|
13
|
-
constructor(conversationService: ConversationService, notificationSocket: NotificationSocket);
|
|
14
|
-
isSocketInitialized(isCommon: boolean): boolean;
|
|
15
|
-
disconnectSocketConnection(): void;
|
|
16
|
-
connectSocketConnection(): void;
|
|
17
|
-
registerUserSpecificHiveSocket(botId: string, conversation_id: string, org_id: string): void;
|
|
18
|
-
private startReleasingMessages;
|
|
19
|
-
}
|
|
1
|
+
import { ConversationService } from './conversation.service';
|
|
2
|
+
import { NotificationSocket } from './NotificationSocket';
|
|
3
|
+
export declare class SocketService {
|
|
4
|
+
private conversationService;
|
|
5
|
+
private notificationSocket;
|
|
6
|
+
testMessage: string;
|
|
7
|
+
private isCommonSocketInitialized;
|
|
8
|
+
private isUserSpecificSocketInitialized;
|
|
9
|
+
private isUserSpecificEventReleased;
|
|
10
|
+
private messageQueue;
|
|
11
|
+
private releaseInterval;
|
|
12
|
+
private intervalSetup;
|
|
13
|
+
constructor(conversationService: ConversationService, notificationSocket: NotificationSocket);
|
|
14
|
+
isSocketInitialized(isCommon: boolean): boolean;
|
|
15
|
+
disconnectSocketConnection(): void;
|
|
16
|
+
connectSocketConnection(): void;
|
|
17
|
+
registerUserSpecificHiveSocket(botId: string, conversation_id: string, org_id: string): void;
|
|
18
|
+
private startReleasingMessages;
|
|
19
|
+
}
|
|
20
20
|
//# sourceMappingURL=socket-service.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socket-service.service.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"socket-service.service.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/socket-service.service.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,qBAGa,aAAa;IAUtB,OAAO,CAAC,mBAAmB;IAC3B,OAAO,CAAC,kBAAkB;IAVrB,WAAW,EAAE,MAAM,CAAC;IAC3B,OAAO,CAAC,yBAAyB,CAAS;IAC1C,OAAO,CAAC,+BAA+B,CAAS;IAChD,OAAO,CAAC,2BAA2B,CAAQ;IAC3C,OAAO,CAAC,YAAY,CAAa;IACjC,OAAO,CAAC,eAAe,CAAQ;IAC/B,OAAO,CAAC,aAAa,CAAkB;gBAG7B,mBAAmB,EAAE,mBAAmB,EACxC,kBAAkB,EAAE,kBAAkB;IAKhD,mBAAmB,CAAC,QAAQ,EAAE,OAAO;IAOrC,0BAA0B;IAG1B,uBAAuB;IAGvB,8BAA8B,CAAC,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;IAwBrF,OAAO,CAAC,sBAAsB;CAa/B"}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { IVideo } from '../../models/video';
|
|
3
|
-
export declare class VideoPlayerComponent implements OnInit, AfterViewInit {
|
|
4
|
-
private doc;
|
|
5
|
-
private el;
|
|
6
|
-
private cdr;
|
|
7
|
-
currentUserId: string;
|
|
8
|
-
user: any;
|
|
9
|
-
eventId: string;
|
|
10
|
-
videoObj: IVideo;
|
|
11
|
-
isDev: boolean;
|
|
12
|
-
myFollowingList: Array<string>;
|
|
13
|
-
myPendingSentRequests: Array<string>;
|
|
14
|
-
type: string;
|
|
15
|
-
isMuted: boolean;
|
|
16
|
-
private observer;
|
|
17
|
-
isFullscreen: boolean;
|
|
18
|
-
video: any;
|
|
19
|
-
fullscreenvideo: any;
|
|
20
|
-
isFullscreenvideoPlaying: boolean;
|
|
21
|
-
connectWithUser: EventEmitter<string>;
|
|
22
|
-
scheduleMeeting: EventEmitter<any>;
|
|
23
|
-
constructor(doc: any, el: ElementRef, cdr: ChangeDetectorRef);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
toggleSound(isMuted?: any): void;
|
|
26
|
-
togglePlay(playState: boolean, videoEl: any): void;
|
|
27
|
-
ngAfterViewInit(): void;
|
|
28
|
-
toggleFullscreen(): void;
|
|
29
|
-
toggleFullscreenPlay(): void;
|
|
30
|
-
followUser(userId: any): void;
|
|
31
|
-
checkPendingSentRequest(userId: any): string;
|
|
32
|
-
canUnfollowUser(): boolean;
|
|
33
|
-
canFollowUser(): boolean;
|
|
34
|
-
getIniNames(firstName: any, lastName: any): any;
|
|
35
|
-
}
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { IVideo } from '../../models/video';
|
|
3
|
+
export declare class VideoPlayerComponent implements OnInit, AfterViewInit {
|
|
4
|
+
private doc;
|
|
5
|
+
private el;
|
|
6
|
+
private cdr;
|
|
7
|
+
currentUserId: string;
|
|
8
|
+
user: any;
|
|
9
|
+
eventId: string;
|
|
10
|
+
videoObj: IVideo;
|
|
11
|
+
isDev: boolean;
|
|
12
|
+
myFollowingList: Array<string>;
|
|
13
|
+
myPendingSentRequests: Array<string>;
|
|
14
|
+
type: string;
|
|
15
|
+
isMuted: boolean;
|
|
16
|
+
private observer;
|
|
17
|
+
isFullscreen: boolean;
|
|
18
|
+
video: any;
|
|
19
|
+
fullscreenvideo: any;
|
|
20
|
+
isFullscreenvideoPlaying: boolean;
|
|
21
|
+
connectWithUser: EventEmitter<string>;
|
|
22
|
+
scheduleMeeting: EventEmitter<any>;
|
|
23
|
+
constructor(doc: any, el: ElementRef, cdr: ChangeDetectorRef);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
toggleSound(isMuted?: any): void;
|
|
26
|
+
togglePlay(playState: boolean, videoEl: any): void;
|
|
27
|
+
ngAfterViewInit(): void;
|
|
28
|
+
toggleFullscreen(): void;
|
|
29
|
+
toggleFullscreenPlay(): void;
|
|
30
|
+
followUser(userId: any): void;
|
|
31
|
+
checkPendingSentRequest(userId: any): string;
|
|
32
|
+
canUnfollowUser(): boolean;
|
|
33
|
+
canFollowUser(): boolean;
|
|
34
|
+
getIniNames(firstName: any, lastName: any): any;
|
|
35
|
+
}
|
|
36
36
|
//# sourceMappingURL=video-player.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video-player.component.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"video-player.component.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/components/video-player/video-player.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAG5C,qBAKa,oBACX,YAAW,MAAM,EAAE,aAAa;IAoBZ,OAAO,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,GAAG;IArBJ,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,qBAAqB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,IAAI,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,OAAO,CAAQ;IACxB,OAAO,CAAC,QAAQ,CAAuB;IACvC,YAAY,EAAE,OAAO,CAAS;IACV,KAAK,EAAE,GAAG,CAAC;IACD,eAAe,EAAE,GAAG,CAAC;IACnD,wBAAwB,EAAE,OAAO,CAAS;IAEhC,eAAe,uBAA8B;IAC7C,eAAe,oBAA2B;gBAGxB,GAAG,EAAE,GAAG,EAC1B,EAAE,EAAE,UAAU,EACd,GAAG,EAAE,iBAAiB;IAIhC,QAAQ,IAAI,IAAI;IAGhB,WAAW,CAAC,OAAO,MAAO;IAe1B,UAAU,CAAC,SAAS,EAAE,OAAO,EAAE,OAAO,KAAA;IAmBtC,eAAe;IAmBf,gBAAgB;IAOhB,oBAAoB;IAUpB,UAAU,CAAC,MAAM,KAAA;IAIjB,uBAAuB,CAAC,MAAM,KAAA;IAI9B,eAAe;IAIf,aAAa;IAIb,WAAW,CAAC,SAAS,KAAA,EAAE,QAAQ,KAAA;CAWhC"}
|
package/lib/hivegpt.module.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare class HiveGptModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class HiveGptModule {
|
|
2
|
+
}
|
|
3
3
|
//# sourceMappingURL=hivegpt.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hivegpt.module.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"hivegpt.module.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/hivegpt.module.ts"],"names":[],"mappings":"AAYA,qBAKa,aAAa;CAAI"}
|
package/lib/models/video.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
export interface IVideo {
|
|
2
|
-
id: string;
|
|
3
|
-
title: string;
|
|
4
|
-
url: string;
|
|
5
|
-
thumbnail: string;
|
|
6
|
-
isPlaying: boolean;
|
|
7
|
-
userId: string;
|
|
8
|
-
eventId: string;
|
|
9
|
-
aoiIds: string[];
|
|
10
|
-
insertTimeStamp: string;
|
|
11
|
-
isDeleted: boolean;
|
|
12
|
-
appropriate: Appropriate[];
|
|
13
|
-
isIntroVideo: boolean;
|
|
14
|
-
videoRating: VideoRating[];
|
|
15
|
-
likes: VideoLike[];
|
|
16
|
-
vttUrl: string;
|
|
17
|
-
processedUrls: string;
|
|
18
|
-
duration: string;
|
|
19
|
-
}
|
|
20
|
-
interface VideoRating {
|
|
21
|
-
userId: string;
|
|
22
|
-
rateValue: string;
|
|
23
|
-
insertTimeStamp: string;
|
|
24
|
-
}
|
|
25
|
-
interface VideoLike {
|
|
26
|
-
userId: string;
|
|
27
|
-
isLiked: boolean;
|
|
28
|
-
insertTimeStamp: string;
|
|
29
|
-
}
|
|
30
|
-
interface Appropriate {
|
|
31
|
-
userId: string;
|
|
32
|
-
insertTimeStamp: string;
|
|
33
|
-
}
|
|
34
|
-
export {};
|
|
1
|
+
export interface IVideo {
|
|
2
|
+
id: string;
|
|
3
|
+
title: string;
|
|
4
|
+
url: string;
|
|
5
|
+
thumbnail: string;
|
|
6
|
+
isPlaying: boolean;
|
|
7
|
+
userId: string;
|
|
8
|
+
eventId: string;
|
|
9
|
+
aoiIds: string[];
|
|
10
|
+
insertTimeStamp: string;
|
|
11
|
+
isDeleted: boolean;
|
|
12
|
+
appropriate: Appropriate[];
|
|
13
|
+
isIntroVideo: boolean;
|
|
14
|
+
videoRating: VideoRating[];
|
|
15
|
+
likes: VideoLike[];
|
|
16
|
+
vttUrl: string;
|
|
17
|
+
processedUrls: string;
|
|
18
|
+
duration: string;
|
|
19
|
+
}
|
|
20
|
+
interface VideoRating {
|
|
21
|
+
userId: string;
|
|
22
|
+
rateValue: string;
|
|
23
|
+
insertTimeStamp: string;
|
|
24
|
+
}
|
|
25
|
+
interface VideoLike {
|
|
26
|
+
userId: string;
|
|
27
|
+
isLiked: boolean;
|
|
28
|
+
insertTimeStamp: string;
|
|
29
|
+
}
|
|
30
|
+
interface Appropriate {
|
|
31
|
+
userId: string;
|
|
32
|
+
insertTimeStamp: string;
|
|
33
|
+
}
|
|
34
|
+
export {};
|
|
35
35
|
//# sourceMappingURL=video.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"video.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"video.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/models/video.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,MAAM;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,KAAK,EAAE,SAAS,EAAE,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,UAAU,WAAW;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,SAAS;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,WAAW;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
export declare class SafeHtmlPipe implements PipeTransform {
|
|
4
|
-
private sanitizer;
|
|
5
|
-
constructor(sanitizer: DomSanitizer);
|
|
6
|
-
transform(html: any): unknown;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
+
export declare class SafeHtmlPipe implements PipeTransform {
|
|
4
|
+
private sanitizer;
|
|
5
|
+
constructor(sanitizer: DomSanitizer);
|
|
6
|
+
transform(html: any): unknown;
|
|
7
|
+
}
|
|
8
8
|
//# sourceMappingURL=safe-html.pipe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"safe-html.pipe.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"safe-html.pipe.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/pipes/safe-html.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAEzD,qBAGa,YAAa,YAAW,aAAa;IAEpC,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,YAAY;IAG3C,SAAS,CAAC,IAAI,KAAA,GAAG,OAAO;CAIzB"}
|
package/lib/utils/utils.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const formatNow: (timezone?: string) => string;
|
|
2
|
-
export declare const formatTimeStamps: (timezone: string, timestamps: any) => string;
|
|
1
|
+
export declare const formatNow: (timezone?: string) => string;
|
|
2
|
+
export declare const formatTimeStamps: (timezone: string, timestamps: any) => string;
|
|
3
3
|
//# sourceMappingURL=utils.d.ts.map
|
package/lib/utils/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["lib/utils/utils.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,SAAS,cAAe,MAAM,WAY1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,aAAc,MAAM,cAAc,GAAG,WAUjE,CAAC"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './lib/components/chat-drawer/chat-drawer.component';
|
|
2
|
-
export * from './lib/components/chatbot/chatbot.component';
|
|
3
|
-
export * from './lib/hivegpt.module';
|
|
1
|
+
export * from './lib/components/chat-drawer/chat-drawer.component';
|
|
2
|
+
export * from './lib/components/chatbot/chatbot.component';
|
|
3
|
+
export * from './lib/hivegpt.module';
|
|
4
4
|
//# sourceMappingURL=public-api.d.ts.map
|
package/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"/Users/muddassirnayyer/Development/Social27/HiveAI-Packages/projects/hivegpt/eventsgpt-angular/src/","sources":["public-api.ts"],"names":[],"mappings":"AAIA,cAAc,oDAAoD,CAAC;AACnE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sBAAsB,CAAC"}
|