@smartytalent/api-client 0.9.1 → 0.9.2
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/TimelinesApi.d.ts +2 -2
- package/dist/apis/TimelinesApi.js +2 -2
- package/dist/models/TimelineAttributesSchema.d.ts +56 -3
- package/dist/models/TimelineAttributesSchema.d.ts.map +1 -1
- package/dist/models/TimelineAttributesSchema.js +25 -2
- package/dist/models/TimelineAttributesSchema.js.map +1 -1
- package/package.json +1 -1
|
@@ -78,12 +78,12 @@ export declare class TimelinesApi extends runtime.BaseAPI {
|
|
|
78
78
|
*/
|
|
79
79
|
listTimelinesRequestOpts(requestParameters: ListTimelinesRequest): Promise<runtime.RequestOpts>;
|
|
80
80
|
/**
|
|
81
|
-
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
81
|
+
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. A job\'s feed mixes kind=change row edits with kind=event project-lifecycle entries (activation, form/ads/assessment/feedback builds); a candidate\'s feed carries its application history (stage moves live here, never on the job). - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
82
82
|
* List Timelines
|
|
83
83
|
*/
|
|
84
84
|
listTimelinesRaw(requestParameters: ListTimelinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<TimelinesSchema>>;
|
|
85
85
|
/**
|
|
86
|
-
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
86
|
+
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. A job\'s feed mixes kind=change row edits with kind=event project-lifecycle entries (activation, form/ads/assessment/feedback builds); a candidate\'s feed carries its application history (stage moves live here, never on the job). - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
87
87
|
* List Timelines
|
|
88
88
|
*/
|
|
89
89
|
listTimelines(requestParameters?: ListTimelinesRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<TimelinesSchema>;
|
|
@@ -212,7 +212,7 @@ class TimelinesApi extends runtime.BaseAPI {
|
|
|
212
212
|
};
|
|
213
213
|
}
|
|
214
214
|
/**
|
|
215
|
-
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
215
|
+
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. A job\'s feed mixes kind=change row edits with kind=event project-lifecycle entries (activation, form/ads/assessment/feedback builds); a candidate\'s feed carries its application history (stage moves live here, never on the job). - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
216
216
|
* List Timelines
|
|
217
217
|
*/
|
|
218
218
|
async listTimelinesRaw(requestParameters, initOverrides) {
|
|
@@ -221,7 +221,7 @@ class TimelinesApi extends runtime.BaseAPI {
|
|
|
221
221
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.TimelinesSchemaFromJSON)(jsonValue));
|
|
222
222
|
}
|
|
223
223
|
/**
|
|
224
|
-
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
224
|
+
* Returns a collection of timeline entries. ## Overview Returns a collection of timeline entries (change history), sorted by the time they were created in descending order (most recent first). ### Timeline Endpoints Pagination The timeline endpoints support two versions of pagination: traditional and cursor-based. Note that the parameters for these pagination methods cannot coexist; using them together will result in a bad request error. #### More information For more information, see the [pagination documentation](/docs/pagination). ### Filtering Use one filter at a time. Available filters: - `filterEntityKey` - Filter by entity key prefix (e.g., \"jobs#jobId\" to get all timeline entries for a specific job). Uses the EntityIndex. A job\'s feed mixes kind=change row edits with kind=event project-lifecycle entries (activation, form/ads/assessment/feedback builds); a candidate\'s feed carries its application history (stage moves live here, never on the job). - `filterUserKey` - Filter by user key prefix (e.g., \"userId\" to get all timeline entries by a specific user). Uses the UserIndex. - `filterCreatedFrom` / `filterCreatedTo` - Filter by creation date range. Uses the CreatedIndex.
|
|
225
225
|
* List Timelines
|
|
226
226
|
*/
|
|
227
227
|
async listTimelines(requestParameters = {}, initOverrides) {
|
|
@@ -31,11 +31,41 @@ export interface TimelineAttributesSchema {
|
|
|
31
31
|
*/
|
|
32
32
|
entityId?: string;
|
|
33
33
|
/**
|
|
34
|
-
* The type of change that was made
|
|
34
|
+
* The type of change that was made. INSERT/MODIFY/REMOVE are row-diff
|
|
35
|
+
* entries; EVENT marks a project-lifecycle domain event (kind=event).
|
|
35
36
|
* @type {TimelineAttributesSchemaActionEnum}
|
|
36
37
|
* @memberof TimelineAttributesSchema
|
|
37
38
|
*/
|
|
38
39
|
action?: TimelineAttributesSchemaActionEnum;
|
|
40
|
+
/**
|
|
41
|
+
* The entry kind. "change" = a row-diff entry from the entity's own
|
|
42
|
+
* history (carries `changes`, summarized asynchronously by AI - the
|
|
43
|
+
* summary can arrive seconds late and stays null on AI failure).
|
|
44
|
+
* "event" = a project-lifecycle domain event (job activated, form
|
|
45
|
+
* generated, ads created, assessment created, feedback created),
|
|
46
|
+
* keyed under the job's entityKey, with a deterministic summary
|
|
47
|
+
* written synchronously in all supported locales. Absent on rows
|
|
48
|
+
* written before 2026-08; absent means "change".
|
|
49
|
+
* @type {TimelineAttributesSchemaKindEnum}
|
|
50
|
+
* @memberof TimelineAttributesSchema
|
|
51
|
+
*/
|
|
52
|
+
kind?: TimelineAttributesSchemaKindEnum;
|
|
53
|
+
/**
|
|
54
|
+
* For kind=event entries - what happened: "activated", "ready",
|
|
55
|
+
* "accepted", "generated", "created". Null on change entries. New
|
|
56
|
+
* verbs may appear; treat unknown values as a generic event.
|
|
57
|
+
* @type {string}
|
|
58
|
+
* @memberof TimelineAttributesSchema
|
|
59
|
+
*/
|
|
60
|
+
verb?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Who made the change: a human user, the tenant's virtual recruiter
|
|
63
|
+
* (boe), an automated workflow, or the system itself. Absent on rows
|
|
64
|
+
* written before 2026-08.
|
|
65
|
+
* @type {TimelineAttributesSchemaActorKindEnum}
|
|
66
|
+
* @memberof TimelineAttributesSchema
|
|
67
|
+
*/
|
|
68
|
+
actorKind?: TimelineAttributesSchemaActorKindEnum;
|
|
39
69
|
/**
|
|
40
70
|
* The ID of the user who made the change
|
|
41
71
|
* @type {string}
|
|
@@ -43,7 +73,7 @@ export interface TimelineAttributesSchema {
|
|
|
43
73
|
*/
|
|
44
74
|
userId?: string;
|
|
45
75
|
/**
|
|
46
|
-
* A map of changed fields with old and new values
|
|
76
|
+
* A map of changed fields with old and new values (empty object on kind=event entries)
|
|
47
77
|
* @type {{ [key: string]: TimelineAttributesSchemaChangesValue; }}
|
|
48
78
|
* @memberof TimelineAttributesSchema
|
|
49
79
|
*/
|
|
@@ -51,7 +81,11 @@ export interface TimelineAttributesSchema {
|
|
|
51
81
|
[key: string]: TimelineAttributesSchemaChangesValue;
|
|
52
82
|
};
|
|
53
83
|
/**
|
|
54
|
-
*
|
|
84
|
+
* Summary of the entry, keyed by locale (e.g., "en-US"). For
|
|
85
|
+
* kind=change entries it is AI-generated asynchronously (null until
|
|
86
|
+
* the pipeline finishes; render a fallback from `action`+`changes`).
|
|
87
|
+
* For kind=event entries it is deterministic and present from the
|
|
88
|
+
* start in all supported locales.
|
|
55
89
|
* @type {{ [key: string]: TimelineAttributesSchemaSummaryValue; }}
|
|
56
90
|
* @memberof TimelineAttributesSchema
|
|
57
91
|
*/
|
|
@@ -80,8 +114,27 @@ export declare const TimelineAttributesSchemaActionEnum: {
|
|
|
80
114
|
readonly Insert: "INSERT";
|
|
81
115
|
readonly Modify: "MODIFY";
|
|
82
116
|
readonly Remove: "REMOVE";
|
|
117
|
+
readonly Event: "EVENT";
|
|
83
118
|
};
|
|
84
119
|
export type TimelineAttributesSchemaActionEnum = typeof TimelineAttributesSchemaActionEnum[keyof typeof TimelineAttributesSchemaActionEnum];
|
|
120
|
+
/**
|
|
121
|
+
* @export
|
|
122
|
+
*/
|
|
123
|
+
export declare const TimelineAttributesSchemaKindEnum: {
|
|
124
|
+
readonly Change: "change";
|
|
125
|
+
readonly Event: "event";
|
|
126
|
+
};
|
|
127
|
+
export type TimelineAttributesSchemaKindEnum = typeof TimelineAttributesSchemaKindEnum[keyof typeof TimelineAttributesSchemaKindEnum];
|
|
128
|
+
/**
|
|
129
|
+
* @export
|
|
130
|
+
*/
|
|
131
|
+
export declare const TimelineAttributesSchemaActorKindEnum: {
|
|
132
|
+
readonly Human: "human";
|
|
133
|
+
readonly Boe: "boe";
|
|
134
|
+
readonly Workflow: "workflow";
|
|
135
|
+
readonly System: "system";
|
|
136
|
+
};
|
|
137
|
+
export type TimelineAttributesSchemaActorKindEnum = typeof TimelineAttributesSchemaActorKindEnum[keyof typeof TimelineAttributesSchemaActorKindEnum];
|
|
85
138
|
/**
|
|
86
139
|
* Check if a given object implements the TimelineAttributesSchema interface.
|
|
87
140
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimelineAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,UAAU,CAAC,EAAE,sCAAsC,CAAC;IACpD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB
|
|
1
|
+
{"version":3,"file":"TimelineAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,UAAU,CAAC,EAAE,sCAAsC,CAAC;IACpD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;;OAKG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;IAC5C;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,EAAE,gCAAgC,CAAC;IACxC;;;;;;OAMG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,qCAAqC,CAAC;IAClD;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,oCAAoC,CAAC;KAAE,CAAC;IACnE;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,oCAAoC,CAAC;KAAE,CAAC;IACnE;;;;OAIG;IACH,UAAU,CAAC,EAAE,kCAAkC,CAAC;CACnD;AAGD;;GAEG;AACH,eAAO,MAAM,sCAAsC;;;CAGzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAExJ;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;;CAKrC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAE5I;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;CAGnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;;CAKxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAEnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAiBvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkBtI"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.TimelineAttributesSchemaActionEnum = exports.TimelineAttributesSchemaEntityTypeEnum = void 0;
|
|
16
|
+
exports.TimelineAttributesSchemaActorKindEnum = exports.TimelineAttributesSchemaKindEnum = exports.TimelineAttributesSchemaActionEnum = exports.TimelineAttributesSchemaEntityTypeEnum = void 0;
|
|
17
17
|
exports.instanceOfTimelineAttributesSchema = instanceOfTimelineAttributesSchema;
|
|
18
18
|
exports.TimelineAttributesSchemaFromJSON = TimelineAttributesSchemaFromJSON;
|
|
19
19
|
exports.TimelineAttributesSchemaFromJSONTyped = TimelineAttributesSchemaFromJSONTyped;
|
|
@@ -36,7 +36,24 @@ exports.TimelineAttributesSchemaEntityTypeEnum = {
|
|
|
36
36
|
exports.TimelineAttributesSchemaActionEnum = {
|
|
37
37
|
Insert: 'INSERT',
|
|
38
38
|
Modify: 'MODIFY',
|
|
39
|
-
Remove: 'REMOVE'
|
|
39
|
+
Remove: 'REMOVE',
|
|
40
|
+
Event: 'EVENT'
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* @export
|
|
44
|
+
*/
|
|
45
|
+
exports.TimelineAttributesSchemaKindEnum = {
|
|
46
|
+
Change: 'change',
|
|
47
|
+
Event: 'event'
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
exports.TimelineAttributesSchemaActorKindEnum = {
|
|
53
|
+
Human: 'human',
|
|
54
|
+
Boe: 'boe',
|
|
55
|
+
Workflow: 'workflow',
|
|
56
|
+
System: 'system'
|
|
40
57
|
};
|
|
41
58
|
/**
|
|
42
59
|
* Check if a given object implements the TimelineAttributesSchema interface.
|
|
@@ -55,6 +72,9 @@ function TimelineAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
55
72
|
'entityType': json['entityType'] == null ? undefined : json['entityType'],
|
|
56
73
|
'entityId': json['entityId'] == null ? undefined : json['entityId'],
|
|
57
74
|
'action': json['action'] == null ? undefined : json['action'],
|
|
75
|
+
'kind': json['kind'] == null ? undefined : json['kind'],
|
|
76
|
+
'verb': json['verb'] == null ? undefined : json['verb'],
|
|
77
|
+
'actorKind': json['actorKind'] == null ? undefined : json['actorKind'],
|
|
58
78
|
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
59
79
|
'changes': json['changes'] == null ? undefined : ((0, runtime_1.mapValues)(json['changes'], TimelineAttributesSchemaChangesValue_1.TimelineAttributesSchemaChangesValueFromJSON)),
|
|
60
80
|
'summary': json['summary'] == null ? undefined : ((0, runtime_1.mapValues)(json['summary'], TimelineAttributesSchemaSummaryValue_1.TimelineAttributesSchemaSummaryValueFromJSON)),
|
|
@@ -72,6 +92,9 @@ function TimelineAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
72
92
|
'entityType': value['entityType'],
|
|
73
93
|
'entityId': value['entityId'],
|
|
74
94
|
'action': value['action'],
|
|
95
|
+
'kind': value['kind'],
|
|
96
|
+
'verb': value['verb'],
|
|
97
|
+
'actorKind': value['actorKind'],
|
|
75
98
|
'userId': value['userId'],
|
|
76
99
|
'changes': value['changes'] == null ? undefined : ((0, runtime_1.mapValues)(value['changes'], TimelineAttributesSchemaChangesValue_1.TimelineAttributesSchemaChangesValueToJSON)),
|
|
77
100
|
'summary': value['summary'] == null ? undefined : ((0, runtime_1.mapValues)(value['summary'], TimelineAttributesSchemaSummaryValue_1.TimelineAttributesSchemaSummaryValueToJSON)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimelineAttributesSchema.js","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"TimelineAttributesSchema.js","sourceRoot":"","sources":["../../src/models/TimelineAttributesSchema.ts"],"names":[],"mappings":"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"}
|