chore(FE-113): add status field

This commit is contained in:
ValdiANS
2025-10-21 15:54:11 +07:00
parent 6e6675d0a7
commit e29613a37e
2 changed files with 7 additions and 0 deletions
@@ -28,6 +28,7 @@ const DUMMY_TRANSFER_TO_LAYING_DETAIL: TransferToLaying = {
kandang: {
id: 1,
name: 'Kandang test',
status: 'ACTIVE',
location: {
id: 1,
name: 'test location',
@@ -55,6 +56,7 @@ const DUMMY_TRANSFER_TO_LAYING_DETAIL: TransferToLaying = {
kandang: {
id: 1,
name: 'Kandang test 2',
status: 'ACTIVE',
location: {
id: 1,
name: 'test location',
@@ -25,6 +25,7 @@ const FLOCK_SOURCE_DUMMY_DATA: BaseApiResponse<FlockWithKandangs[]> = {
kandang: {
id: 3,
name: 'Cikaum 1',
status: 'ACTIVE',
location: {
id: 1,
name: 'Singaparna',
@@ -47,6 +48,7 @@ const FLOCK_SOURCE_DUMMY_DATA: BaseApiResponse<FlockWithKandangs[]> = {
kandang: {
id: 4,
name: 'Cikaum 2',
status: 'ACTIVE',
location: {
id: 1,
name: 'Singaparna',
@@ -69,6 +71,7 @@ const FLOCK_SOURCE_DUMMY_DATA: BaseApiResponse<FlockWithKandangs[]> = {
kandang: {
id: 5,
name: 'Cikaum 3',
status: 'ACTIVE',
location: {
id: 1,
name: 'Singaparna',
@@ -99,6 +102,7 @@ const FLOCK_SOURCE_DUMMY_DATA: BaseApiResponse<FlockWithKandangs[]> = {
kandang: {
id: 3,
name: 'Cikaum 1',
status: 'ACTIVE',
location: {
id: 1,
name: 'Singaparna',
@@ -121,6 +125,7 @@ const FLOCK_SOURCE_DUMMY_DATA: BaseApiResponse<FlockWithKandangs[]> = {
kandang: {
id: 4,
name: 'Cikaum 2',
status: 'ACTIVE',
location: {
id: 1,
name: 'Singaparna',