@snugdesk/core 0.2.21 → 0.2.22
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/fesm2022/snugdesk-core.mjs +36 -4
- package/fesm2022/snugdesk-core.mjs.map +1 -1
- package/index.d.ts +60 -15
- package/package.json +1 -1
|
@@ -1118,6 +1118,13 @@ var ModelSortDirection;
|
|
|
1118
1118
|
ModelSortDirection["ASC"] = "ASC";
|
|
1119
1119
|
ModelSortDirection["DESC"] = "DESC";
|
|
1120
1120
|
})(ModelSortDirection || (ModelSortDirection = {}));
|
|
1121
|
+
var ProcessingStatus;
|
|
1122
|
+
(function (ProcessingStatus) {
|
|
1123
|
+
ProcessingStatus["PENDING"] = "PENDING";
|
|
1124
|
+
ProcessingStatus["SUCCESS"] = "SUCCESS";
|
|
1125
|
+
ProcessingStatus["FAILED"] = "FAILED";
|
|
1126
|
+
ProcessingStatus["RETRYING"] = "RETRYING";
|
|
1127
|
+
})(ProcessingStatus || (ProcessingStatus = {}));
|
|
1121
1128
|
|
|
1122
1129
|
var InteractionChannel;
|
|
1123
1130
|
(function (InteractionChannel) {
|
|
@@ -1902,8 +1909,9 @@ const FIELDS_INTERACTION_MINIMAL = `
|
|
|
1902
1909
|
direction
|
|
1903
1910
|
status
|
|
1904
1911
|
last_status
|
|
1905
|
-
metadata
|
|
1906
1912
|
subject
|
|
1913
|
+
metadata
|
|
1914
|
+
notes
|
|
1907
1915
|
summary
|
|
1908
1916
|
transcription {
|
|
1909
1917
|
location
|
|
@@ -1919,6 +1927,14 @@ const FIELDS_INTERACTION_MINIMAL = `
|
|
|
1919
1927
|
startedAt
|
|
1920
1928
|
completedAt
|
|
1921
1929
|
duration
|
|
1930
|
+
aiProcessingStatus
|
|
1931
|
+
aiProcessingCompletedAt
|
|
1932
|
+
postProcessingStatus
|
|
1933
|
+
postProcessingCompletedAt
|
|
1934
|
+
reportProcessingStatus
|
|
1935
|
+
reportProcessingCompletedAt
|
|
1936
|
+
temp_isLocked
|
|
1937
|
+
temp_isAvailableTenantIdUnion
|
|
1922
1938
|
createdAt
|
|
1923
1939
|
updatedAt
|
|
1924
1940
|
deletedAt
|
|
@@ -1942,8 +1958,9 @@ const FIELDS_INTERACTION = `
|
|
|
1942
1958
|
direction
|
|
1943
1959
|
status
|
|
1944
1960
|
last_status
|
|
1945
|
-
metadata
|
|
1946
1961
|
subject
|
|
1962
|
+
metadata
|
|
1963
|
+
notes
|
|
1947
1964
|
summary
|
|
1948
1965
|
transcription {
|
|
1949
1966
|
location
|
|
@@ -1959,6 +1976,14 @@ const FIELDS_INTERACTION = `
|
|
|
1959
1976
|
startedAt
|
|
1960
1977
|
completedAt
|
|
1961
1978
|
duration
|
|
1979
|
+
aiProcessingStatus
|
|
1980
|
+
aiProcessingCompletedAt
|
|
1981
|
+
postProcessingStatus
|
|
1982
|
+
postProcessingCompletedAt
|
|
1983
|
+
reportProcessingStatus
|
|
1984
|
+
reportProcessingCompletedAt
|
|
1985
|
+
temp_isLocked
|
|
1986
|
+
temp_isAvailableTenantIdUnion
|
|
1962
1987
|
createdAt
|
|
1963
1988
|
updatedAt
|
|
1964
1989
|
deletedAt
|
|
@@ -2014,8 +2039,9 @@ const FIELDS_INTERACTION_EXPANDED = `
|
|
|
2014
2039
|
direction
|
|
2015
2040
|
status
|
|
2016
2041
|
last_status
|
|
2017
|
-
metadata
|
|
2018
2042
|
subject
|
|
2043
|
+
metadata
|
|
2044
|
+
notes
|
|
2019
2045
|
summary
|
|
2020
2046
|
transcription {
|
|
2021
2047
|
location
|
|
@@ -2031,6 +2057,12 @@ const FIELDS_INTERACTION_EXPANDED = `
|
|
|
2031
2057
|
startedAt
|
|
2032
2058
|
completedAt
|
|
2033
2059
|
duration
|
|
2060
|
+
aiProcessingStatus
|
|
2061
|
+
aiProcessingCompletedAt
|
|
2062
|
+
postProcessingStatus
|
|
2063
|
+
postProcessingCompletedAt
|
|
2064
|
+
reportProcessingStatus
|
|
2065
|
+
reportProcessingCompletedAt
|
|
2034
2066
|
temp_isLocked
|
|
2035
2067
|
temp_isAvailableTenantIdUnion
|
|
2036
2068
|
createdAt
|
|
@@ -3648,5 +3680,5 @@ class CustomValidators {
|
|
|
3648
3680
|
* Generated bundle index. Do not edit.
|
|
3649
3681
|
*/
|
|
3650
3682
|
|
|
3651
|
-
export { AMPLIFY_CONFIG, AppSyncHelperService, CleanDeep, CustomPipesModule, CustomValidators, DomainNamePipe, EncryptedStorageService, EntityConversationService, EntityService, ErrorComponent, FIELDS_ENTITY, FIELDS_ENTITY_CONVERSATION, FIELDS_ENTITY_CONVERSATION_EXPANDED, FIELDS_ENTITY_CONVERSATION_MINIMAL, FIELDS_ENTITY_EXPANDED, FIELDS_ENTITY_MINIMAL, FIELDS_ENTITY_TYPE, FIELDS_INTERACTION, FIELDS_INTERACTION_ATTENDEE, FIELDS_INTERACTION_ATTENDEE_EXPANDED, FIELDS_INTERACTION_ENDPOINT, FIELDS_INTERACTION_EXPANDED, FIELDS_INTERACTION_HOST, FIELDS_INTERACTION_INVITEE, FIELDS_INTERACTION_MESSAGE, FIELDS_INTERACTION_MESSAGE_ATTACHMENT, FIELDS_INTERACTION_MESSAGE_EXPANDED, FIELDS_INTERACTION_MINIMAL, FIELDS_INTERACTION_WIDGET, FIELDS_INTERACTION_WIDGET_USER_SETTING, FIELDS_TEAM, FIELDS_TEAM_MEMBER, FIELDS_TENANT, FIELDS_TICKET, FIELDS_TICKET_PRIORITY, FIELDS_TICKET_STATUS, FIELDS_TICKET_TYPE, FIELDS_USER, FIELDS_USER_SESSION, FooterComponent, FormatEpochTimestampPipe, InteractionChannel, InteractionContext, InteractionDirection, InteractionEndpointService, InteractionProvider, InteractionRouteLogic, InteractionService, InteractionStatus, InteractionWidgetService, LoaderComponent, ModelAttributeTypes, ModelSortDirection, OpenSearchHelperService, S3HelperService, SafeHtmlPipe, SearchInnerFieldPipe, SearchPipe, SingularizePipe, SnugdeskAuthenticationService, SnugdeskCoreModule, SnugdeskIPRegistryService, StorageType, TeamService, TenantSSOConfigurationProtocol, TenantService, TicketService, UserService, UserSessionService, UserStatus, UserType, provideAmplifyConfig };
|
|
3683
|
+
export { AMPLIFY_CONFIG, AppSyncHelperService, CleanDeep, CustomPipesModule, CustomValidators, DomainNamePipe, EncryptedStorageService, EntityConversationService, EntityService, ErrorComponent, FIELDS_ENTITY, FIELDS_ENTITY_CONVERSATION, FIELDS_ENTITY_CONVERSATION_EXPANDED, FIELDS_ENTITY_CONVERSATION_MINIMAL, FIELDS_ENTITY_EXPANDED, FIELDS_ENTITY_MINIMAL, FIELDS_ENTITY_TYPE, FIELDS_INTERACTION, FIELDS_INTERACTION_ATTENDEE, FIELDS_INTERACTION_ATTENDEE_EXPANDED, FIELDS_INTERACTION_ENDPOINT, FIELDS_INTERACTION_EXPANDED, FIELDS_INTERACTION_HOST, FIELDS_INTERACTION_INVITEE, FIELDS_INTERACTION_MESSAGE, FIELDS_INTERACTION_MESSAGE_ATTACHMENT, FIELDS_INTERACTION_MESSAGE_EXPANDED, FIELDS_INTERACTION_MINIMAL, FIELDS_INTERACTION_WIDGET, FIELDS_INTERACTION_WIDGET_USER_SETTING, FIELDS_TEAM, FIELDS_TEAM_MEMBER, FIELDS_TENANT, FIELDS_TICKET, FIELDS_TICKET_PRIORITY, FIELDS_TICKET_STATUS, FIELDS_TICKET_TYPE, FIELDS_USER, FIELDS_USER_SESSION, FooterComponent, FormatEpochTimestampPipe, InteractionChannel, InteractionContext, InteractionDirection, InteractionEndpointService, InteractionProvider, InteractionRouteLogic, InteractionService, InteractionStatus, InteractionWidgetService, LoaderComponent, ModelAttributeTypes, ModelSortDirection, OpenSearchHelperService, ProcessingStatus, S3HelperService, SafeHtmlPipe, SearchInnerFieldPipe, SearchPipe, SingularizePipe, SnugdeskAuthenticationService, SnugdeskCoreModule, SnugdeskIPRegistryService, StorageType, TeamService, TenantSSOConfigurationProtocol, TenantService, TicketService, UserService, UserSessionService, UserStatus, UserType, provideAmplifyConfig };
|
|
3652
3684
|
//# sourceMappingURL=snugdesk-core.mjs.map
|