mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-03 02:04:54 +00:00
code: nextjs,frontends,get (25 files)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Delete package data
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Get package data for a specific package
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Set package data (upsert)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Toggle package enabled state
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { InstalledPackage } from '../../packages/package-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Uninstall a package
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { InstalledPackage } from '../../packages/package-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { InstalledPackage } from '../../packages/package-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PageConfig } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Delete a page by ID
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PageConfig } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PageConfig } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PageConfig } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PowerTransferRequest } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Delete a power transfer request
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PowerTransferRequest } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PowerTransferRequest } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { PowerTransferRequest } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { SMTPConfig } from '../../password'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { SMTPConfig } from '../../password'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
|
||||
/**
|
||||
* Fetch a SystemConfig value by key.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { User } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { User } from '../../types/level-types'
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { User } from '../../types/level-types'
|
||||
import { mapUserRecord } from './map-user-record'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { User } from '../../types/level-types'
|
||||
import { mapUserRecord } from './map-user-record'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user