@@ -107,9 +107,7 @@ const page: Ref<number> = ref(1)
const query: ComputedRef<Record<string, string | number>> = computed(() => {
return {
page: page.value,
- type: 'BUSINESS',
- 'startPublication[before]': 'now',
- 'endPublication[after]': 'now',
+ type: 'BUSINESS'
}
})
@@ -59,7 +59,4 @@ export default class JobPosting extends ApiModel {
@Bool(false)
declare clientOpentalent: boolean
-
- @Bool(false)
- declare visible: boolean
@@ -69,9 +69,6 @@ export default class News extends ApiModel {
@Attr([])
declare tags: string[]
@Str(null)
declare linkButton: string