@smartytalent/api-client 0.9.16 → 0.9.18
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/apis/TasksApi.d.ts +3 -2
- package/dist/apis/TasksApi.d.ts.map +1 -1
- package/dist/apis/TasksApi.js +5 -2
- package/dist/apis/TasksApi.js.map +1 -1
- package/dist/models/ConversationAttributesSchema.d.ts +32 -0
- package/dist/models/ConversationAttributesSchema.d.ts.map +1 -1
- package/dist/models/ConversationAttributesSchema.js +4 -0
- package/dist/models/ConversationAttributesSchema.js.map +1 -1
- package/package.json +1 -1
package/dist/apis/TasksApi.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export interface CreateTaskRequest {
|
|
|
16
16
|
}
|
|
17
17
|
export interface ListTasksRequest {
|
|
18
18
|
filterStatus?: ListTasksFilterStatusEnum;
|
|
19
|
+
filterConversationId?: string;
|
|
19
20
|
filterCreatedFrom?: Date;
|
|
20
21
|
filterCreatedTo?: Date;
|
|
21
22
|
filterModifiedFrom?: Date;
|
|
@@ -58,12 +59,12 @@ export declare class TasksApi extends runtime.BaseAPI {
|
|
|
58
59
|
*/
|
|
59
60
|
listTasksRequestOpts(requestParameters: ListTasksRequest): Promise<runtime.RequestOpts>;
|
|
60
61
|
/**
|
|
61
|
-
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. ONE FILTER AT A TIME: `filterStatus` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
62
|
+
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. `filterConversationId` is the exception, and exists because counting one thread\'s tasks by paging the tenant\'s and filtering client-side works only while the tenant\'s tasks fit in the page. Tasks accumulate monotonically, so the day they stop fitting, a per-thread count silently drops to zero while the work is still there. Served by ConversationIdIndex off a scalar denormalised at create; a task with no thread is absent from the index rather than matching nothing. ONE FILTER AT A TIME: `filterStatus`, `filterConversationId` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). Narrow by thread and filter the handful of rows by status client-side. `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
62
63
|
* List Tasks
|
|
63
64
|
*/
|
|
64
65
|
listTasksRaw(requestParameters: ListTasksRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<TasksSchema>>;
|
|
65
66
|
/**
|
|
66
|
-
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. ONE FILTER AT A TIME: `filterStatus` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
67
|
+
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. `filterConversationId` is the exception, and exists because counting one thread\'s tasks by paging the tenant\'s and filtering client-side works only while the tenant\'s tasks fit in the page. Tasks accumulate monotonically, so the day they stop fitting, a per-thread count silently drops to zero while the work is still there. Served by ConversationIdIndex off a scalar denormalised at create; a task with no thread is absent from the index rather than matching nothing. ONE FILTER AT A TIME: `filterStatus`, `filterConversationId` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). Narrow by thread and filter the handful of rows by status client-side. `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
67
68
|
* List Tasks
|
|
68
69
|
*/
|
|
69
70
|
listTasks(requestParameters?: ListTasksRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<TasksSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TasksApi.d.ts","sourceRoot":"","sources":["../../src/apis/TasksApi.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,OAAO,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EACV,qBAAqB,EAErB,UAAU,EACV,WAAW,EACX,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;AAczB,MAAM,WAAW,iBAAiB;IAC9B,qBAAqB,EAAE,qBAAqB,CAAC;CAChD;AAED,MAAM,WAAW,gBAAgB;IAC7B,YAAY,CAAC,EAAE,yBAAyB,CAAC;IACzC,iBAAiB,CAAC,EAAE,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,IAAI,CAAC;IACvB,kBAAkB,CAAC,EAAE,IAAI,CAAC;IAC1B,gBAAgB,CAAC,EAAE,IAAI,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,eAAe;IAC5B,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,kBAAkB;IAC/B,MAAM,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,qBAAqB,CAAC;CAChD;AAED;;GAEG;AACH,qBAAa,QAAS,SAAQ,OAAO,CAAC,OAAO;IAEzC;;OAEG;IACG,qBAAqB,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IAmC/F;;;OAGG;IACG,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAO/J;;;OAGG;IACG,UAAU,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,UAAU,CAAC;IAKvI;;OAEG;IACG,oBAAoB,CAAC,iBAAiB,EAAE,gBAAgB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"TasksApi.d.ts","sourceRoot":"","sources":["../../src/apis/TasksApi.ts"],"names":[],"mappings":"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"}
|
package/dist/apis/TasksApi.js
CHANGED
|
@@ -104,6 +104,9 @@ class TasksApi extends runtime.BaseAPI {
|
|
|
104
104
|
if (requestParameters['filterStatus'] != null) {
|
|
105
105
|
queryParameters['filterStatus'] = requestParameters['filterStatus'];
|
|
106
106
|
}
|
|
107
|
+
if (requestParameters['filterConversationId'] != null) {
|
|
108
|
+
queryParameters['filterConversationId'] = requestParameters['filterConversationId'];
|
|
109
|
+
}
|
|
107
110
|
if (requestParameters['filterCreatedFrom'] != null) {
|
|
108
111
|
queryParameters['filterCreatedFrom'] = requestParameters['filterCreatedFrom'].toISOString();
|
|
109
112
|
}
|
|
@@ -145,7 +148,7 @@ class TasksApi extends runtime.BaseAPI {
|
|
|
145
148
|
};
|
|
146
149
|
}
|
|
147
150
|
/**
|
|
148
|
-
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. ONE FILTER AT A TIME: `filterStatus` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
151
|
+
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. `filterConversationId` is the exception, and exists because counting one thread\'s tasks by paging the tenant\'s and filtering client-side works only while the tenant\'s tasks fit in the page. Tasks accumulate monotonically, so the day they stop fitting, a per-thread count silently drops to zero while the work is still there. Served by ConversationIdIndex off a scalar denormalised at create; a task with no thread is absent from the index rather than matching nothing. ONE FILTER AT A TIME: `filterStatus`, `filterConversationId` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). Narrow by thread and filter the handful of rows by status client-side. `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
149
152
|
* List Tasks
|
|
150
153
|
*/
|
|
151
154
|
async listTasksRaw(requestParameters, initOverrides) {
|
|
@@ -154,7 +157,7 @@ class TasksApi extends runtime.BaseAPI {
|
|
|
154
157
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.TasksSchemaFromJSON)(jsonValue));
|
|
155
158
|
}
|
|
156
159
|
/**
|
|
157
|
-
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. ONE FILTER AT A TIME: `filterStatus` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
160
|
+
* Returns a collection of your account tasks. TENANT-scoped, not user-scoped: the list returns every task row in the tenant, including tasks another operator filed. This is the deliberate v1 shape (a shared team inbox); filter client-side on `route`/`kind` or on `relationships.author` if you need one operator\'s lane - there is no filterRoute, no filterKind and no filterAuthorId. `filterConversationId` is the exception, and exists because counting one thread\'s tasks by paging the tenant\'s and filtering client-side works only while the tenant\'s tasks fit in the page. Tasks accumulate monotonically, so the day they stop fitting, a per-thread count silently drops to zero while the work is still there. Served by ConversationIdIndex off a scalar denormalised at create; a task with no thread is absent from the index rather than matching nothing. ONE FILTER AT A TIME: `filterStatus`, `filterConversationId` and the created/modified ranges each pick a different GSI, so combining any two is a hard 400 \"Only one filter can be used at the time\" (a from/to pair on the same axis counts as one). Narrow by thread and filter the handful of rows by status client-side. `filterStatus` takes exactly one value - repeating it does not OR the statuses. Both traditional (`pageNumber`) and cursor-based (`pageAfter`/`pageBefore`) pagination are supported, and the two styles cannot be combined.
|
|
158
161
|
* List Tasks
|
|
159
162
|
*/
|
|
160
163
|
async listTasks(requestParameters = {}, initOverrides) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TasksApi.js","sourceRoot":"","sources":["../../src/apis/TasksApi.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,oDAAsC;AAQtC,2CAWyB;
|
|
1
|
+
{"version":3,"file":"TasksApi.js","sourceRoot":"","sources":["../../src/apis/TasksApi.ts"],"names":[],"mappings":"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"}
|
|
@@ -77,6 +77,38 @@ export interface ConversationAttributesSchema {
|
|
|
77
77
|
* @memberof ConversationAttributesSchema
|
|
78
78
|
*/
|
|
79
79
|
summarisedThroughEmailId?: string | null;
|
|
80
|
+
/**
|
|
81
|
+
* Presigned link to the thread's PDF report in the CONVERSATION'S
|
|
82
|
+
* language, valid at most two hours. Present on showConversation
|
|
83
|
+
* ONLY (never in list responses) and only when the file really
|
|
84
|
+
* exists - the door checks before it signs, so a null here means
|
|
85
|
+
* "no report yet", not "broken link", and the button can be hidden
|
|
86
|
+
* rather than failing on click. The report is rendered as the last
|
|
87
|
+
* step of the summary Step Function, so it appears once a thread
|
|
88
|
+
* has been summarised and is refreshed with every new message.
|
|
89
|
+
* Read-only and never stored: fetch the conversation again for a
|
|
90
|
+
* fresh link. Falls back to the English file when the thread's own
|
|
91
|
+
* language has none.
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof ConversationAttributesSchema
|
|
94
|
+
*/
|
|
95
|
+
reportUrl?: string | null;
|
|
96
|
+
/**
|
|
97
|
+
* The same report per language, keyed by locale - the thread's own
|
|
98
|
+
* plus `en-US`, which the renderer always writes so a report can be
|
|
99
|
+
* shared with someone who does not read the thread's language. One
|
|
100
|
+
* entry when the thread is already in English. Null when no report
|
|
101
|
+
* exists yet. `reportUrl` is the thread-language entry of this map,
|
|
102
|
+
* kept as its own field so a client that ignores the map keeps
|
|
103
|
+
* working. A message the AI pipeline never translated is quoted in
|
|
104
|
+
* its original language inside the English file rather than left
|
|
105
|
+
* out.
|
|
106
|
+
* @type {{ [key: string]: string; }}
|
|
107
|
+
* @memberof ConversationAttributesSchema
|
|
108
|
+
*/
|
|
109
|
+
reportUrls?: {
|
|
110
|
+
[key: string]: string;
|
|
111
|
+
} | null;
|
|
80
112
|
/**
|
|
81
113
|
* Source of the conversation
|
|
82
114
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,gCAAgC,CAAC;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;;;;;OASG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,GAAG,IAAI,CAAC;IAC5C;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,6BAA6B,CAAC;KAAE,GAAG,IAAI,CAAC;IACvE;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;;;;OAOG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,
|
|
1
|
+
{"version":3,"file":"ConversationAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/ConversationAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,gCAAgC,CAAC;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;;;;;OASG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,GAAG,IAAI,CAAC;IAC5C;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,6BAA6B,CAAC;KAAE,GAAG,IAAI,CAAC;IACvE;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;;;;OAOG;IACH,wBAAwB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzC;;;;;;;;;;;;;;OAcG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;;;;;;;;;OAYG;IACH,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;KAAE,GAAG,IAAI,CAAC;IAC/C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,GAAG,IAAI,CAAC;IAC1C;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAuB/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAwB9I"}
|
|
@@ -43,6 +43,8 @@ function ConversationAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
43
43
|
'summaryCard': json['summaryCard'] == null ? undefined : ((0, runtime_1.mapValues)(json['summaryCard'], ConversationSummaryCardSchema_1.ConversationSummaryCardSchemaFromJSON)),
|
|
44
44
|
'summarisedAt': json['summarisedAt'] == null ? undefined : json['summarisedAt'],
|
|
45
45
|
'summarisedThroughEmailId': json['summarisedThroughEmailId'] == null ? undefined : json['summarisedThroughEmailId'],
|
|
46
|
+
'reportUrl': json['reportUrl'] == null ? undefined : json['reportUrl'],
|
|
47
|
+
'reportUrls': json['reportUrls'] == null ? undefined : json['reportUrls'],
|
|
46
48
|
'source': json['source'] == null ? undefined : json['source'],
|
|
47
49
|
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
48
50
|
'isConversationEnd': json['isConversationEnd'] == null ? undefined : json['isConversationEnd'],
|
|
@@ -67,6 +69,8 @@ function ConversationAttributesSchemaToJSONTyped(value, ignoreDiscriminator = fa
|
|
|
67
69
|
'summaryCard': value['summaryCard'] == null ? undefined : ((0, runtime_1.mapValues)(value['summaryCard'], ConversationSummaryCardSchema_1.ConversationSummaryCardSchemaToJSON)),
|
|
68
70
|
'summarisedAt': value['summarisedAt'],
|
|
69
71
|
'summarisedThroughEmailId': value['summarisedThroughEmailId'],
|
|
72
|
+
'reportUrl': value['reportUrl'],
|
|
73
|
+
'reportUrls': value['reportUrls'],
|
|
70
74
|
'source': value['source'],
|
|
71
75
|
'languageCode': value['languageCode'],
|
|
72
76
|
'isConversationEnd': value['isConversationEnd'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConversationAttributesSchema.js","sourceRoot":"","sources":["../../src/models/ConversationAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"ConversationAttributesSchema.js","sourceRoot":"","sources":["../../src/models/ConversationAttributesSchema.ts"],"names":[],"mappings":"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"}
|