@rodrigobeber/patoai-dtos 4.6.82 → 4.6.83

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.
@@ -126,6 +126,7 @@ export interface ContractStatusDto {
126
126
  export interface AdminCrewPanelDto {
127
127
  idCrew: number;
128
128
  name: string;
129
+ franchise: string | null;
129
130
  active: boolean;
130
131
  createdAt: string;
131
132
  onlineMode: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.6.82",
3
+ "version": "4.6.83",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",