@soat/sdk 0.15.13 → 0.15.14

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/index.d.cts CHANGED
@@ -1040,8 +1040,11 @@ type ApprovalItem = {
1040
1040
  * Transition fired on approval (task_transition producer)
1041
1041
  */
1042
1042
  task_transition?: string | null;
1043
- knowledge_version?: string | null;
1044
1043
  policy_version?: string | null;
1044
+ /**
1045
+ * Prior item's ID when this proposal was re-filed after an earlier matching item (same dedup_key) had been rejected
1046
+ */
1047
+ previous_item_id?: string | null;
1045
1048
  /**
1046
1049
  * Resolving user's public ID; null on expiry
1047
1050
  */
package/dist/index.d.mts CHANGED
@@ -1040,8 +1040,11 @@ type ApprovalItem = {
1040
1040
  * Transition fired on approval (task_transition producer)
1041
1041
  */
1042
1042
  task_transition?: string | null;
1043
- knowledge_version?: string | null;
1044
1043
  policy_version?: string | null;
1044
+ /**
1045
+ * Prior item's ID when this proposal was re-filed after an earlier matching item (same dedup_key) had been rejected
1046
+ */
1047
+ previous_item_id?: string | null;
1045
1048
  /**
1046
1049
  * Resolving user's public ID; null on expiry
1047
1050
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soat/sdk",
3
- "version": "0.15.13",
3
+ "version": "0.15.14",
4
4
  "description": "TypeScript SDK for the SOAT API",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",