@smartytalent/mcp-tools 0.1.33-dev.90 → 0.1.33-dev.92

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.
Files changed (2) hide show
  1. package/dist/tools.json +70 -10
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6146,7 +6146,7 @@
6146
6146
  "extension": {
6147
6147
  "type": "string"
6148
6148
  },
6149
- "short_code": {
6149
+ "shortCode": {
6150
6150
  "type": "string"
6151
6151
  },
6152
6152
  "source": {
@@ -6333,7 +6333,7 @@
6333
6333
  "extension": {
6334
6334
  "type": "string"
6335
6335
  },
6336
- "short_code": {
6336
+ "shortCode": {
6337
6337
  "type": "string"
6338
6338
  },
6339
6339
  "source": {
@@ -7722,7 +7722,7 @@
7722
7722
  "default": "general",
7723
7723
  "description": "Role marker. Identifies which downstream resource this form's\nsubmission becomes:\n - jobBrief: produces a Brief about a Job (email/api intake;\n consumed by the create-job-from-brief workflow).\n - candidateSubmission: produces a Submission about a\n Candidate (apply form intake).\n - talentSubmission: produces a Submission about a Talent.\n - general: catch-all / undecided.\nTenant pins one form per kind as its default via\n`tenant.relationships.forms`. Mirrors the role-marker pattern\nused on Feedback (`stage`)."
7724
7724
  },
7725
- "short_code": {
7725
+ "shortCode": {
7726
7726
  "type": "string"
7727
7727
  },
7728
7728
  "content": {
@@ -7865,7 +7865,7 @@
7865
7865
  "default": "general",
7866
7866
  "description": "Role marker. Identifies which downstream resource this form's\nsubmission becomes:\n - jobBrief: produces a Brief about a Job (email/api intake;\n consumed by the create-job-from-brief workflow).\n - candidateSubmission: produces a Submission about a\n Candidate (apply form intake).\n - talentSubmission: produces a Submission about a Talent.\n - general: catch-all / undecided.\nTenant pins one form per kind as its default via\n`tenant.relationships.forms`. Mirrors the role-marker pattern\nused on Feedback (`stage`)."
7867
7867
  },
7868
- "short_code": {
7868
+ "shortCode": {
7869
7869
  "type": "string"
7870
7870
  },
7871
7871
  "content": {
@@ -17671,20 +17671,50 @@
17671
17671
  "type": "object",
17672
17672
  "description": "Platform-specific ad copy keyed by platform name and language code."
17673
17673
  },
17674
- "images": {
17674
+ "files": {
17675
17675
  "type": "array",
17676
- "description": "List of AI-generated images with platform and S3 key.",
17676
+ "description": "Generated ad artifacts: master images per aspect variant, platform\ncrops, and a zip. Stored in the PRIVATE ad bucket; each entry carries\na short-lived presigned `url` the govern UI renders during review.\nThe public CDN copy is written only when the job is accepted\n(ad:publish). Replaces the never-emitted legacy `images` field.",
17677
17677
  "items": {
17678
17678
  "type": "object",
17679
17679
  "properties": {
17680
+ "type": {
17681
+ "type": "string",
17682
+ "enum": [
17683
+ "master",
17684
+ "image",
17685
+ "zip"
17686
+ ],
17687
+ "description": "master = full aspect render, image = platform crop, zip = bundle."
17688
+ },
17689
+ "variant": {
17690
+ "type": "string",
17691
+ "description": "Aspect variant for a master (square / landscape / portrait)."
17692
+ },
17680
17693
  "platform": {
17681
- "type": "string"
17694
+ "type": "string",
17695
+ "description": "Target platform for a crop (linkedin / indeed / ...)."
17682
17696
  },
17683
17697
  "s3Key": {
17684
17698
  "type": "string"
17685
17699
  },
17686
17700
  "size": {
17687
17701
  "type": "string"
17702
+ },
17703
+ "width": {
17704
+ "type": "integer"
17705
+ },
17706
+ "height": {
17707
+ "type": "integer"
17708
+ },
17709
+ "version": {
17710
+ "type": "integer"
17711
+ },
17712
+ "name": {
17713
+ "type": "string"
17714
+ },
17715
+ "url": {
17716
+ "type": "string",
17717
+ "description": "Short-lived presigned GET url for the preview. Absent if signing failed."
17688
17718
  }
17689
17719
  }
17690
17720
  }
@@ -17810,20 +17840,50 @@
17810
17840
  "type": "object",
17811
17841
  "description": "Platform-specific ad copy keyed by platform name and language code."
17812
17842
  },
17813
- "images": {
17843
+ "files": {
17814
17844
  "type": "array",
17815
- "description": "List of AI-generated images with platform and S3 key.",
17845
+ "description": "Generated ad artifacts: master images per aspect variant, platform\ncrops, and a zip. Stored in the PRIVATE ad bucket; each entry carries\na short-lived presigned `url` the govern UI renders during review.\nThe public CDN copy is written only when the job is accepted\n(ad:publish). Replaces the never-emitted legacy `images` field.",
17816
17846
  "items": {
17817
17847
  "type": "object",
17818
17848
  "properties": {
17849
+ "type": {
17850
+ "type": "string",
17851
+ "enum": [
17852
+ "master",
17853
+ "image",
17854
+ "zip"
17855
+ ],
17856
+ "description": "master = full aspect render, image = platform crop, zip = bundle."
17857
+ },
17858
+ "variant": {
17859
+ "type": "string",
17860
+ "description": "Aspect variant for a master (square / landscape / portrait)."
17861
+ },
17819
17862
  "platform": {
17820
- "type": "string"
17863
+ "type": "string",
17864
+ "description": "Target platform for a crop (linkedin / indeed / ...)."
17821
17865
  },
17822
17866
  "s3Key": {
17823
17867
  "type": "string"
17824
17868
  },
17825
17869
  "size": {
17826
17870
  "type": "string"
17871
+ },
17872
+ "width": {
17873
+ "type": "integer"
17874
+ },
17875
+ "height": {
17876
+ "type": "integer"
17877
+ },
17878
+ "version": {
17879
+ "type": "integer"
17880
+ },
17881
+ "name": {
17882
+ "type": "string"
17883
+ },
17884
+ "url": {
17885
+ "type": "string",
17886
+ "description": "Short-lived presigned GET url for the preview. Absent if signing failed."
17827
17887
  }
17828
17888
  }
17829
17889
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.33-dev.90",
3
+ "version": "0.1.33-dev.92",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",