@smartytalent/openai-tools 0.1.33-dev.101 → 0.1.33-dev.102

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 +24 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -9323,6 +9323,14 @@
9323
9323
  },
9324
9324
  "contentType": {
9325
9325
  "type": "string"
9326
+ },
9327
+ "fileKey": {
9328
+ "type": "string",
9329
+ "description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
9330
+ },
9331
+ "originalFilename": {
9332
+ "type": "string",
9333
+ "description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
9326
9334
  }
9327
9335
  }
9328
9336
  }
@@ -9355,6 +9363,10 @@
9355
9363
  }
9356
9364
  }
9357
9365
  },
9366
+ "meta": {
9367
+ "type": "object",
9368
+ "description": "Free-form metadata. meta.external carries ATS import correlation ({source, jobShortCode, talentShortCode, applicationShortCode, ttl}); meta.userId is stamped server-side on create. CREATE-ONLY today: the update path ignores meta."
9369
+ },
9358
9370
  "timestamps": {
9359
9371
  "title": "ResourceTimestampsSchema",
9360
9372
  "type": "object",
@@ -9808,6 +9820,14 @@
9808
9820
  },
9809
9821
  "contentType": {
9810
9822
  "type": "string"
9823
+ },
9824
+ "fileKey": {
9825
+ "type": "string",
9826
+ "description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
9827
+ },
9828
+ "originalFilename": {
9829
+ "type": "string",
9830
+ "description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
9811
9831
  }
9812
9832
  }
9813
9833
  }
@@ -9840,6 +9860,10 @@
9840
9860
  }
9841
9861
  }
9842
9862
  },
9863
+ "meta": {
9864
+ "type": "object",
9865
+ "description": "Free-form metadata. meta.external carries ATS import correlation ({source, jobShortCode, talentShortCode, applicationShortCode, ttl}); meta.userId is stamped server-side on create. CREATE-ONLY today: the update path ignores meta."
9866
+ },
9843
9867
  "timestamps": {
9844
9868
  "title": "ResourceTimestampsSchema",
9845
9869
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.101",
3
+ "version": "0.1.33-dev.102",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",