@uniformdev/tms-phrase 20.37.1-alpha.7 → 20.38.2-alpha.9

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.mts CHANGED
@@ -127,13 +127,17 @@ type PhraseWebhookPayload = {
127
127
  eventUid: string;
128
128
  timestamp: number;
129
129
  jobParts: {
130
- id: string;
130
+ id: number;
131
131
  uid: string;
132
132
  internalId: string;
133
133
  status: WebhookJobStatus;
134
134
  fileName: string;
135
+ targetLang: string;
136
+ workflowLevel: number;
135
137
  project: {
138
+ id: number;
136
139
  uid: string;
140
+ lastWorkflowLevel: number;
137
141
  };
138
142
  }[];
139
143
  };
package/dist/index.d.ts CHANGED
@@ -127,13 +127,17 @@ type PhraseWebhookPayload = {
127
127
  eventUid: string;
128
128
  timestamp: number;
129
129
  jobParts: {
130
- id: string;
130
+ id: number;
131
131
  uid: string;
132
132
  internalId: string;
133
133
  status: WebhookJobStatus;
134
134
  fileName: string;
135
+ targetLang: string;
136
+ workflowLevel: number;
135
137
  project: {
138
+ id: number;
136
139
  uid: string;
140
+ lastWorkflowLevel: number;
137
141
  };
138
142
  }[];
139
143
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/tms-phrase",
3
- "version": "20.37.1-alpha.7+a17ec25ff2",
3
+ "version": "20.38.2-alpha.9+de3aa3f1aa",
4
4
  "description": "Uniform Phrase TMS SDK",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -32,11 +32,11 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@uniformdev/tms-sdk": "20.37.1-alpha.7+a17ec25ff2",
35
+ "@uniformdev/tms-sdk": "20.38.2-alpha.9+de3aa3f1aa",
36
36
  "uuid": "9.0.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/uuid": "9.0.4"
40
40
  },
41
- "gitHead": "a17ec25ff2021e850ee810f166345b086daa4224"
41
+ "gitHead": "de3aa3f1aa5fc604edb758087e3ab5cf81e71c43"
42
42
  }