@hiver/connector-agent 4.4.3-emailLogger-beta.7 → 4.4.3-emailLogger-beta.9
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/features/email-logger/api/getLogStatus.d.ts +1 -157
- package/features/email-logger/api/getLogStatus.d.ts.map +1 -1
- package/index.es.js +2047 -2045
- package/index.umd.js +90 -90
- package/package.json +1 -1
- package/testing/mocks/handlers/email-logger.d.ts.map +1 -1
- package/utils/poll.d.ts +1 -1
- package/utils/poll.d.ts.map +1 -1
|
@@ -2,161 +2,5 @@ import { LogStatusResponse } from '../types/api';
|
|
|
2
2
|
export type LogsStatusProps = {
|
|
3
3
|
conversationId?: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const useLogsStatusQuery: ({ conversationId }: LogsStatusProps) =>
|
|
6
|
-
data: LogStatusResponse | undefined;
|
|
7
|
-
error: Error;
|
|
8
|
-
isError: true;
|
|
9
|
-
isPending: false;
|
|
10
|
-
isLoading: false;
|
|
11
|
-
isLoadingError: false;
|
|
12
|
-
isRefetchError: true;
|
|
13
|
-
isSuccess: false;
|
|
14
|
-
isPlaceholderData: false;
|
|
15
|
-
status: "error";
|
|
16
|
-
dataUpdatedAt: number;
|
|
17
|
-
errorUpdatedAt: number;
|
|
18
|
-
failureCount: number;
|
|
19
|
-
failureReason: Error | null;
|
|
20
|
-
errorUpdateCount: number;
|
|
21
|
-
isFetched: boolean;
|
|
22
|
-
isFetchedAfterMount: boolean;
|
|
23
|
-
isFetching: boolean;
|
|
24
|
-
isInitialLoading: boolean;
|
|
25
|
-
isPaused: boolean;
|
|
26
|
-
isRefetching: boolean;
|
|
27
|
-
isStale: boolean;
|
|
28
|
-
refetch: (options?: import('@tanstack/query-core').RefetchOptions) => Promise<import('@tanstack/query-core').QueryObserverResult<LogStatusResponse, Error>>;
|
|
29
|
-
fetchStatus: import('@tanstack/query-core').FetchStatus;
|
|
30
|
-
promise: Promise<LogStatusResponse>;
|
|
31
|
-
} | {
|
|
32
|
-
data: LogStatusResponse | undefined;
|
|
33
|
-
error: null;
|
|
34
|
-
isError: false;
|
|
35
|
-
isPending: false;
|
|
36
|
-
isLoading: false;
|
|
37
|
-
isLoadingError: false;
|
|
38
|
-
isRefetchError: false;
|
|
39
|
-
isSuccess: true;
|
|
40
|
-
isPlaceholderData: false;
|
|
41
|
-
status: "success";
|
|
42
|
-
dataUpdatedAt: number;
|
|
43
|
-
errorUpdatedAt: number;
|
|
44
|
-
failureCount: number;
|
|
45
|
-
failureReason: Error | null;
|
|
46
|
-
errorUpdateCount: number;
|
|
47
|
-
isFetched: boolean;
|
|
48
|
-
isFetchedAfterMount: boolean;
|
|
49
|
-
isFetching: boolean;
|
|
50
|
-
isInitialLoading: boolean;
|
|
51
|
-
isPaused: boolean;
|
|
52
|
-
isRefetching: boolean;
|
|
53
|
-
isStale: boolean;
|
|
54
|
-
refetch: (options?: import('@tanstack/query-core').RefetchOptions) => Promise<import('@tanstack/query-core').QueryObserverResult<LogStatusResponse, Error>>;
|
|
55
|
-
fetchStatus: import('@tanstack/query-core').FetchStatus;
|
|
56
|
-
promise: Promise<LogStatusResponse>;
|
|
57
|
-
} | {
|
|
58
|
-
data: LogStatusResponse | undefined;
|
|
59
|
-
error: Error;
|
|
60
|
-
isError: true;
|
|
61
|
-
isPending: false;
|
|
62
|
-
isLoading: false;
|
|
63
|
-
isLoadingError: true;
|
|
64
|
-
isRefetchError: false;
|
|
65
|
-
isSuccess: false;
|
|
66
|
-
isPlaceholderData: false;
|
|
67
|
-
status: "error";
|
|
68
|
-
dataUpdatedAt: number;
|
|
69
|
-
errorUpdatedAt: number;
|
|
70
|
-
failureCount: number;
|
|
71
|
-
failureReason: Error | null;
|
|
72
|
-
errorUpdateCount: number;
|
|
73
|
-
isFetched: boolean;
|
|
74
|
-
isFetchedAfterMount: boolean;
|
|
75
|
-
isFetching: boolean;
|
|
76
|
-
isInitialLoading: boolean;
|
|
77
|
-
isPaused: boolean;
|
|
78
|
-
isRefetching: boolean;
|
|
79
|
-
isStale: boolean;
|
|
80
|
-
refetch: (options?: import('@tanstack/query-core').RefetchOptions) => Promise<import('@tanstack/query-core').QueryObserverResult<LogStatusResponse, Error>>;
|
|
81
|
-
fetchStatus: import('@tanstack/query-core').FetchStatus;
|
|
82
|
-
promise: Promise<LogStatusResponse>;
|
|
83
|
-
} | {
|
|
84
|
-
data: LogStatusResponse | undefined;
|
|
85
|
-
error: null;
|
|
86
|
-
isError: false;
|
|
87
|
-
isPending: true;
|
|
88
|
-
isLoading: true;
|
|
89
|
-
isLoadingError: false;
|
|
90
|
-
isRefetchError: false;
|
|
91
|
-
isSuccess: false;
|
|
92
|
-
isPlaceholderData: false;
|
|
93
|
-
status: "pending";
|
|
94
|
-
dataUpdatedAt: number;
|
|
95
|
-
errorUpdatedAt: number;
|
|
96
|
-
failureCount: number;
|
|
97
|
-
failureReason: Error | null;
|
|
98
|
-
errorUpdateCount: number;
|
|
99
|
-
isFetched: boolean;
|
|
100
|
-
isFetchedAfterMount: boolean;
|
|
101
|
-
isFetching: boolean;
|
|
102
|
-
isInitialLoading: boolean;
|
|
103
|
-
isPaused: boolean;
|
|
104
|
-
isRefetching: boolean;
|
|
105
|
-
isStale: boolean;
|
|
106
|
-
refetch: (options?: import('@tanstack/query-core').RefetchOptions) => Promise<import('@tanstack/query-core').QueryObserverResult<LogStatusResponse, Error>>;
|
|
107
|
-
fetchStatus: import('@tanstack/query-core').FetchStatus;
|
|
108
|
-
promise: Promise<LogStatusResponse>;
|
|
109
|
-
} | {
|
|
110
|
-
data: LogStatusResponse | undefined;
|
|
111
|
-
error: null;
|
|
112
|
-
isError: false;
|
|
113
|
-
isPending: true;
|
|
114
|
-
isLoadingError: false;
|
|
115
|
-
isRefetchError: false;
|
|
116
|
-
isSuccess: false;
|
|
117
|
-
isPlaceholderData: false;
|
|
118
|
-
status: "pending";
|
|
119
|
-
dataUpdatedAt: number;
|
|
120
|
-
errorUpdatedAt: number;
|
|
121
|
-
failureCount: number;
|
|
122
|
-
failureReason: Error | null;
|
|
123
|
-
errorUpdateCount: number;
|
|
124
|
-
isFetched: boolean;
|
|
125
|
-
isFetchedAfterMount: boolean;
|
|
126
|
-
isFetching: boolean;
|
|
127
|
-
isLoading: boolean;
|
|
128
|
-
isInitialLoading: boolean;
|
|
129
|
-
isPaused: boolean;
|
|
130
|
-
isRefetching: boolean;
|
|
131
|
-
isStale: boolean;
|
|
132
|
-
refetch: (options?: import('@tanstack/query-core').RefetchOptions) => Promise<import('@tanstack/query-core').QueryObserverResult<LogStatusResponse, Error>>;
|
|
133
|
-
fetchStatus: import('@tanstack/query-core').FetchStatus;
|
|
134
|
-
promise: Promise<LogStatusResponse>;
|
|
135
|
-
} | {
|
|
136
|
-
data: LogStatusResponse | undefined;
|
|
137
|
-
isError: false;
|
|
138
|
-
error: null;
|
|
139
|
-
isPending: false;
|
|
140
|
-
isLoading: false;
|
|
141
|
-
isLoadingError: false;
|
|
142
|
-
isRefetchError: false;
|
|
143
|
-
isSuccess: true;
|
|
144
|
-
isPlaceholderData: true;
|
|
145
|
-
status: "success";
|
|
146
|
-
dataUpdatedAt: number;
|
|
147
|
-
errorUpdatedAt: number;
|
|
148
|
-
failureCount: number;
|
|
149
|
-
failureReason: Error | null;
|
|
150
|
-
errorUpdateCount: number;
|
|
151
|
-
isFetched: boolean;
|
|
152
|
-
isFetchedAfterMount: boolean;
|
|
153
|
-
isFetching: boolean;
|
|
154
|
-
isInitialLoading: boolean;
|
|
155
|
-
isPaused: boolean;
|
|
156
|
-
isRefetching: boolean;
|
|
157
|
-
isStale: boolean;
|
|
158
|
-
refetch: (options?: import('@tanstack/query-core').RefetchOptions) => Promise<import('@tanstack/query-core').QueryObserverResult<LogStatusResponse, Error>>;
|
|
159
|
-
fetchStatus: import('@tanstack/query-core').FetchStatus;
|
|
160
|
-
promise: Promise<LogStatusResponse>;
|
|
161
|
-
};
|
|
5
|
+
export declare const useLogsStatusQuery: ({ conversationId }: LogsStatusProps) => import('@tanstack/react-query').UseQueryResult<LogStatusResponse, Error>;
|
|
162
6
|
//# sourceMappingURL=getLogStatus.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getLogStatus.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/getLogStatus.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,eAAe,GAAG;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAuBF,eAAO,MAAM,kBAAkB,uBAAwB,eAAe
|
|
1
|
+
{"version":3,"file":"getLogStatus.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/getLogStatus.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,eAAe,GAAG;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAuBF,eAAO,MAAM,kBAAkB,uBAAwB,eAAe,6EA4BrE,CAAC"}
|