@smartytalent/api-client 0.8.9 → 0.8.10
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/CareersApi.d.ts +2 -2
- package/dist/apis/CareersApi.js +2 -2
- package/dist/models/CareerAttributesSchema.d.ts +31 -1
- package/dist/models/CareerAttributesSchema.d.ts.map +1 -1
- package/dist/models/CareerAttributesSchema.js +4 -0
- package/dist/models/CareerAttributesSchema.js.map +1 -1
- package/package.json +1 -1
|
@@ -132,12 +132,12 @@ export declare class CareersApi extends runtime.BaseAPI {
|
|
|
132
132
|
*/
|
|
133
133
|
updateCareerRequestOpts(requestParameters: UpdateCareerRequest): Promise<runtime.RequestOpts>;
|
|
134
134
|
/**
|
|
135
|
-
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
135
|
+
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - `generate: true` async-composes a WHOLE draft from the tenant\'s brand and its published live roles. It cannot ride a status change, is refused on an archived page, and a draft that already carries authored text is a 409 SM_CAREERS_DRAFT_NOT_EMPTY unless `generateOverwrite: true` rides along. Sent together with `translate`, the generator hands off to translate at the end so the two async jobs never race over one draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
136
136
|
* Update Career
|
|
137
137
|
*/
|
|
138
138
|
updateCareerRaw(requestParameters: UpdateCareerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<CareerSchema>>;
|
|
139
139
|
/**
|
|
140
|
-
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
140
|
+
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - `generate: true` async-composes a WHOLE draft from the tenant\'s brand and its published live roles. It cannot ride a status change, is refused on an archived page, and a draft that already carries authored text is a 409 SM_CAREERS_DRAFT_NOT_EMPTY unless `generateOverwrite: true` rides along. Sent together with `translate`, the generator hands off to translate at the end so the two async jobs never race over one draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
141
141
|
* Update Career
|
|
142
142
|
*/
|
|
143
143
|
updateCareer(requestParameters: UpdateCareerRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<CareerSchema>;
|
package/dist/apis/CareersApi.js
CHANGED
|
@@ -342,7 +342,7 @@ class CareersApi extends runtime.BaseAPI {
|
|
|
342
342
|
};
|
|
343
343
|
}
|
|
344
344
|
/**
|
|
345
|
-
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
345
|
+
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - `generate: true` async-composes a WHOLE draft from the tenant\'s brand and its published live roles. It cannot ride a status change, is refused on an archived page, and a draft that already carries authored text is a 409 SM_CAREERS_DRAFT_NOT_EMPTY unless `generateOverwrite: true` rides along. Sent together with `translate`, the generator hands off to translate at the end so the two async jobs never race over one draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
346
346
|
* Update Career
|
|
347
347
|
*/
|
|
348
348
|
async updateCareerRaw(requestParameters, initOverrides) {
|
|
@@ -351,7 +351,7 @@ class CareersApi extends runtime.BaseAPI {
|
|
|
351
351
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.CareerSchemaFromJSON)(jsonValue));
|
|
352
352
|
}
|
|
353
353
|
/**
|
|
354
|
-
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
354
|
+
* Edits the draft copy and/or runs a lifecycle transition. - `content` / `name` / `sourceLanguage` edits land on the DRAFT. - `status: active` is the PUBLISH door: the effective content is publish-validated - a 400 carries ONE error object PER violation, each with `source.pointer` - then frozen into `publishedContent` (`version += 1`) and the flat public doc (enabled blocks only) lands on the CDN. Re-sending `active` re-publishes. - `status: archived` REMOVES the CDN object; repeating it retries a failed takedown. Reactivating (archived->active) re-publishes. - `translate: true` async-fills missing locale entries of the draft. - `generate: true` async-composes a WHOLE draft from the tenant\'s brand and its published live roles. It cannot ride a status change, is refused on an archived page, and a draft that already carries authored text is a 409 SM_CAREERS_DRAFT_NOT_EMPTY unless `generateOverwrite: true` rides along. Sent together with `translate`, the generator hands off to translate at the end so the two async jobs never race over one draft. - Concurrency: send `If-Match: \"<revision>\"` - a mismatch is a 409 SM_CAREERS_STALE. `revision` bumps on every write.
|
|
355
355
|
* Update Career
|
|
356
356
|
*/
|
|
357
357
|
async updateCareer(requestParameters, initOverrides) {
|
|
@@ -53,11 +53,41 @@ export interface CareerAttributesSchema {
|
|
|
53
53
|
* Write-only trigger: after the PATCH saves, an async job fills
|
|
54
54
|
* the MISSING locale entries of the draft from sourceLanguage
|
|
55
55
|
* (never overwrites existing text, never touches
|
|
56
|
-
* publishedContent). Progress lands in meta.translation.
|
|
56
|
+
* publishedContent). Progress lands in meta.translation. Sending
|
|
57
|
+
* it together with `generate` defers it: the generator hands off
|
|
58
|
+
* to translate when it finishes, so the two never race.
|
|
57
59
|
* @type {boolean}
|
|
58
60
|
* @memberof CareerAttributesSchema
|
|
59
61
|
*/
|
|
60
62
|
translate?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Write-only trigger: an async job composes a WHOLE draft from
|
|
65
|
+
* what the platform knows about the tenant (brand name, live roles
|
|
66
|
+
* from the published listing, the marketing copy already written
|
|
67
|
+
* for those roles). Writes `content` only - publishedContent is
|
|
68
|
+
* never touched - in sourceLanguage alone; pair it with
|
|
69
|
+
* `translate` for the other locales. Progress lands in
|
|
70
|
+
* meta.generation {status, startedAt, finishedAt, blocks,
|
|
71
|
+
* violations, jobsUsed}. Cannot ride a status change, and is
|
|
72
|
+
* refused on an archived page. If the draft already carries
|
|
73
|
+
* authored text the call is a 409 (SM_CAREERS_DRAFT_NOT_EMPTY)
|
|
74
|
+
* unless generateOverwrite is also true - the seed skeleton of a
|
|
75
|
+
* fresh page counts as empty. The model writes prose only; the
|
|
76
|
+
* blocks document is assembled server-side, so the publish rules
|
|
77
|
+
* (one enabled hero first, one enabled positions, repeater caps,
|
|
78
|
+
* no markup) hold by construction.
|
|
79
|
+
* @type {boolean}
|
|
80
|
+
* @memberof CareerAttributesSchema
|
|
81
|
+
*/
|
|
82
|
+
generate?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Consent to replace a draft that already has text. Meaningless
|
|
85
|
+
* without `generate`. Ask the recruiter before sending it - it
|
|
86
|
+
* discards their work in progress.
|
|
87
|
+
* @type {boolean}
|
|
88
|
+
* @memberof CareerAttributesSchema
|
|
89
|
+
*/
|
|
90
|
+
generateOverwrite?: boolean;
|
|
61
91
|
/**
|
|
62
92
|
*
|
|
63
93
|
* @type {CareersContentSchema}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CareerAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CareerAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;IAC1C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB
|
|
1
|
+
{"version":3,"file":"CareerAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CareerAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;;;;;OAWG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;IAC1C;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B;;;;;;OAMG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;IACjD;;;;OAIG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,IAAI,CAAC;IAC5B;;;;;;;;;;;OAWG;IACH,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;CAInC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAGtI;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAqBnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,kBAAkB,GAAC,SAAS,GAAC,UAAU,GAAC,aAAa,GAAC,cAAc,GAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgBhO"}
|
|
@@ -47,6 +47,8 @@ function CareerAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
47
47
|
'status': json['status'] == null ? undefined : json['status'],
|
|
48
48
|
'sourceLanguage': json['sourceLanguage'] == null ? undefined : json['sourceLanguage'],
|
|
49
49
|
'translate': json['translate'] == null ? undefined : json['translate'],
|
|
50
|
+
'generate': json['generate'] == null ? undefined : json['generate'],
|
|
51
|
+
'generateOverwrite': json['generateOverwrite'] == null ? undefined : json['generateOverwrite'],
|
|
50
52
|
'content': json['content'] == null ? undefined : (0, CareersContentSchema_1.CareersContentSchemaFromJSON)(json['content']),
|
|
51
53
|
'publishedContent': json['publishedContent'] == null ? undefined : (0, CareersContentSchema_1.CareersContentSchemaFromJSON)(json['publishedContent']),
|
|
52
54
|
'version': json['version'] == null ? undefined : json['version'],
|
|
@@ -69,6 +71,8 @@ function CareerAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
69
71
|
'status': value['status'],
|
|
70
72
|
'sourceLanguage': value['sourceLanguage'],
|
|
71
73
|
'translate': value['translate'],
|
|
74
|
+
'generate': value['generate'],
|
|
75
|
+
'generateOverwrite': value['generateOverwrite'],
|
|
72
76
|
'content': (0, CareersContentSchema_1.CareersContentSchemaToJSON)(value['content']),
|
|
73
77
|
'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
|
|
74
78
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CareerAttributesSchema.js","sourceRoot":"","sources":["../../src/models/CareerAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"CareerAttributesSchema.js","sourceRoot":"","sources":["../../src/models/CareerAttributesSchema.ts"],"names":[],"mappings":"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"}
|