@dakkitor/api-contracts 1.1.39 → 1.1.40

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.
@@ -592,5 +592,9 @@
592
592
  "conditions": {
593
593
  "assignment.agentId": "{{ id }}"
594
594
  }
595
+ },
596
+ {
597
+ "action": "read",
598
+ "subject": "FirstAgentTutorials"
595
599
  }
596
600
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dakkitor/api-contracts",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "TypeScript API contracts using ts-rest and Zod",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",