@transai/connector-runner-pdf 0.5.2 → 0.6.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 0.5.2 (2026-02-26)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated @transai/connector-runtime-sdk to 0.9.2
6
+
1
7
  ## 0.5.1 (2026-02-25)
2
8
 
3
9
  ### 🧱 Updated Dependencies
@@ -298,6 +298,7 @@ export declare const TemplateImplementationCreateSchema: z.ZodObject<{
298
298
  export interface TemplateImplementationInterface {
299
299
  id: string;
300
300
  templateId: string;
301
+ templateIdentifier: string;
301
302
  template: TemplateInterface;
302
303
  templateVersion: string | 'latest';
303
304
  tenantId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transai/connector-runner-pdf",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },