@smartytalent/openai-tools 0.1.33-dev.91 → 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 +4 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -5966,7 +5966,7 @@
5966
5966
  "extension": {
5967
5967
  "type": "string"
5968
5968
  },
5969
- "short_code": {
5969
+ "shortCode": {
5970
5970
  "type": "string"
5971
5971
  },
5972
5972
  "source": {
@@ -6147,7 +6147,7 @@
6147
6147
  "extension": {
6148
6148
  "type": "string"
6149
6149
  },
6150
- "short_code": {
6150
+ "shortCode": {
6151
6151
  "type": "string"
6152
6152
  },
6153
6153
  "source": {
@@ -7486,7 +7486,7 @@
7486
7486
  "default": "general",
7487
7487
  "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`)."
7488
7488
  },
7489
- "short_code": {
7489
+ "shortCode": {
7490
7490
  "type": "string"
7491
7491
  },
7492
7492
  "content": {
@@ -7623,7 +7623,7 @@
7623
7623
  "default": "general",
7624
7624
  "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`)."
7625
7625
  },
7626
- "short_code": {
7626
+ "shortCode": {
7627
7627
  "type": "string"
7628
7628
  },
7629
7629
  "content": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.91",
3
+ "version": "0.1.33-dev.92",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",