sdk/types
Ce contenu n’est pas encore disponible dans votre langue.
Interfaces
'Read the “', Interfaces, '” section'BaseCacheObject
'Read the “', BaseCacheObject, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:155
Represents a base cache object with a timestamp of the last cache update.
Extended by
'Read the “', Extended by, '” section'PageDataCacheObject
SiteConfigCacheObject
VersionCacheObject
FolderTreeCacheObject
FolderListCacheObject
Properties
'Read the “', Properties, '” section'lastCacheUpdate
'Read the “', lastCacheUpdate, '” section'lastCacheUpdate: Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:156
CombinedPageData
'Read the “', CombinedPageData, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:270
Represents the combined data for a page, extending the stripped page data.
CombinedPageData
Properties
'Read the “', Properties, '” section'authorId: null | string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.authorId
categories
'Read the “', categories, '” section'categories: { description: string; id: number; meta: unknown; name: string; parent: null | number; slug: string; }[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:272
An array of categories selected for the page.
description
'Read the “', description, '” section'description: string;
id: number;
meta: unknown;
name: string;
parent: null | number;
slug: string;
contentLang
'Read the “', contentLang, '” section'contentLang: string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.contentLang
contributorIds
'Read the “', contributorIds, '” section'contributorIds: string[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:271
An array of contributor IDs associated with the page.
defaultContent
'Read the “', defaultContent, '” section'defaultContent: | undefined | { content: null | string; contentId: string; contentLang: string; id: string;};
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:275
description
'Read the “', description, '” section'description: string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.description
draft: null | boolean;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.draft
heroImage
'Read the “', heroImage, '” section'heroImage: string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.heroImage
id: string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.id
multiLangContent
'Read the “', multiLangContent, '” section'multiLangContent: { content: null | string; contentId: string; contentLang: string; id: string; }[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:274
content: null | string;
contentId
'Read the “', contentId, '” section'contentId: string;
contentLang
'Read the “', contentLang, '” section'contentLang: string;
id: string;
package: string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.package
parentFolder
'Read the “', parentFolder, '” section'parentFolder: null | string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.parentFolder
publishedAt
'Read the “', publishedAt, '” section'publishedAt: Date;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.publishedAt
showAuthor
'Read the “', showAuthor, '” section'showAuthor: null | boolean;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.showAuthor
showContributors
'Read the “', showContributors, '” section'showContributors: null | boolean;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.showContributors
showOnNav
'Read the “', showOnNav, '” section'showOnNav: boolean;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.showOnNav
slug: string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.slug
tags: { description: string; id: number; meta: unknown; name: string; slug: string; }[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:273
An array of tags selected for the page.
description
'Read the “', description, '” section'description: string;
id: number;
meta: unknown;
name: string;
slug: string;
title: string;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.title
updatedAt
'Read the “', updatedAt, '” section'updatedAt: null | Date;
Inherited from
'Read the “', Inherited from, '” section'PageDataStripped.updatedAt
urlRoute: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:276
CombinedUserData
'Read the “', CombinedUserData, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:254
Interface representing combined user data.
This interface extends tsUsersSelect
and includes additional properties
for OAuth data and permissions data.
CombinedUserData
Properties
'Read the “', Properties, '” section'avatar: null | string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.avatar
createdAt
'Read the “', createdAt, '” section'createdAt: null | Date;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.createdAt
email: null | string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.email
emailVerified
'Read the “', emailVerified, '” section'emailVerified: boolean;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.emailVerified
id: string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.id
name: string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.name
notifications
'Read the “', notifications, '” section'notifications: null | string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.notifications
oAuthData
'Read the “', oAuthData, '” section'oAuthData: | undefined | { provider: string; providerUserId: string; userId: string; }[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:255
An array of OAuth account data or undefined.
password: null | string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.password
permissionsData
'Read the “', permissionsData, '” section'permissionsData: | undefined | { rank: string; user: string;};
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:256
Permissions data or undefined.
updatedAt
'Read the “', updatedAt, '” section'updatedAt: null | Date;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.updatedAt
url: null | string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.url
username: string;
Inherited from
'Read the “', Inherited from, '” section'tsUsersSelect.username
DeletionResponse
'Read the “', DeletionResponse, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:285
Interface representing the response received after a deletion operation.
Properties
'Read the “', Properties, '” section'message: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:287
A message providing additional information about the deletion operation.
status: "error" | "success";
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:286
The status of the deletion operation.
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:94
Properties
'Read the “', Properties, '” section'diff: null | string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:101
id: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:95
pageContentStart
'Read the “', pageContentStart, '” section'pageContentStart: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:100
pageId: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:97
pageMetaData
'Read the “', pageMetaData, '” section'pageMetaData: unknown;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:99
timestamp
'Read the “', timestamp, '” section'timestamp: null | Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:98
userId: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:96
diffReturn
'Read the “', diffReturn, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:104
Omit
<diffItem
,"pageMetaData"
>
Properties
'Read the “', Properties, '” section'diff: null | string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:101
Inherited from
'Read the “', Inherited from, '” section'Omit.diff
id: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:95
Inherited from
'Read the “', Inherited from, '” section'Omit.id
pageContentStart
'Read the “', pageContentStart, '” section'pageContentStart: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:100
Inherited from
'Read the “', Inherited from, '” section'Omit.pageContentStart
pageId: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:97
Inherited from
'Read the “', Inherited from, '” section'Omit.pageId
pageMetaData
'Read the “', pageMetaData, '” section'pageMetaData: { end: Partial<{ authorId: null | string; categories: unknown; contentLang: string; contributorIds: unknown; description: string; draft: null | boolean; heroImage: string; id: string; package: string; parentFolder: null | string; publishedAt: Date; showAuthor: null | boolean; showContributors: null | boolean; showOnNav: boolean; slug: string; tags: unknown; title: string; updatedAt: null | Date; }>; start: Partial<{ authorId: null | string; categories: unknown; contentLang: string; contributorIds: unknown; description: string; draft: null | boolean; heroImage: string; id: string; package: string; parentFolder: null | string; publishedAt: Date; showAuthor: null | boolean; showContributors: null | boolean; showOnNav: boolean; slug: string; tags: unknown; title: string; updatedAt: null | Date; }>;};
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:105
end: Partial<{ authorId: null | string; categories: unknown; contentLang: string; contributorIds: unknown; description: string; draft: null | boolean; heroImage: string; id: string; package: string; parentFolder: null | string; publishedAt: Date; showAuthor: null | boolean; showContributors: null | boolean; showOnNav: boolean; slug: string; tags: unknown; title: string; updatedAt: null | Date;}>;
start: Partial<{ authorId: null | string; categories: unknown; contentLang: string; contributorIds: unknown; description: string; draft: null | boolean; heroImage: string; id: string; package: string; parentFolder: null | string; publishedAt: Date; showAuthor: null | boolean; showContributors: null | boolean; showOnNav: boolean; slug: string; tags: unknown; title: string; updatedAt: null | Date;}>;
timestamp
'Read the “', timestamp, '” section'timestamp: null | Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:98
Inherited from
'Read the “', Inherited from, '” section'Omit.timestamp
userId: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:96
Inherited from
'Read the “', Inherited from, '” section'Omit.userId
FolderListCacheObject
'Read the “', FolderListCacheObject, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:218
Represents a cache object for folder list data. Extends the BaseCacheObject interface.
FolderListCacheObject
Properties
'Read the “', Properties, '” section'data: FolderListItem[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:219
The folder list data to be cached.
lastCacheUpdate
'Read the “', lastCacheUpdate, '” section'lastCacheUpdate: Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:156
Inherited from
'Read the “', Inherited from, '” section'BaseCacheObject
.lastCacheUpdate
FolderListItem
'Read the “', FolderListItem, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:121
Properties
'Read the “', Properties, '” section'id: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:122
name: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:123
optional parent: null | string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:124
FolderNode
'Read the “', FolderNode, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:113
Properties
'Read the “', Properties, '” section'children: FolderNode[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:118
id: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:114
name: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:115
page: boolean;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:116
pageData: | null | CombinedPageData;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:117
FolderTreeCacheObject
'Read the “', FolderTreeCacheObject, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:205
Represents a cache object for folder tree data. Extends the BaseCacheObject interface.
FolderTreeCacheObject
Properties
'Read the “', Properties, '” section'data: FolderNode[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:206
The folder tree data to be cached.
lastCacheUpdate
'Read the “', lastCacheUpdate, '” section'lastCacheUpdate: Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:156
Inherited from
'Read the “', Inherited from, '” section'BaseCacheObject
.lastCacheUpdate
PageDataCacheObject
'Read the “', PageDataCacheObject, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:168
Represents a cache object for page data. Extends the BaseCacheObject interface.
PageDataCacheObject
Properties
'Read the “', Properties, '” section'data: CombinedPageData;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:169
The combined page data to be cached.
lastCacheUpdate
'Read the “', lastCacheUpdate, '” section'lastCacheUpdate: Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:156
Inherited from
'Read the “', Inherited from, '” section'BaseCacheObject
.lastCacheUpdate
PageInsert
'Read the “', PageInsert, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:293
Represents the data required to insert a new page.
Properties
'Read the “', Properties, '” section'pageContent
'Read the “', pageContent, '” section'pageContent: CombinedInsertContent;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:295
pageData: { authorId: null | string; categories: unknown; contentLang: string; contributorIds: unknown; description: string; draft: null | boolean; heroImage: string; id: string; package: string; parentFolder: null | string; publishedAt: Date; showAuthor: null | boolean; showContributors: null | boolean; showOnNav: boolean; slug: string; tags: unknown; title: string; updatedAt: null | Date;};
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:294
authorId?
'Read the “', authorId?, '” section'optional authorId: null | string;
categories?
'Read the “', categories?, '” section'optional categories: unknown;
contentLang?
'Read the “', contentLang?, '” section'optional contentLang: string;
contributorIds?
'Read the “', contributorIds?, '” section'optional contributorIds: unknown;
description
'Read the “', description, '” section'description: string;
optional draft: null | boolean;
heroImage?
'Read the “', heroImage?, '” section'optional heroImage: string;
optional id: string;
optional package: string;
parentFolder?
'Read the “', parentFolder?, '” section'optional parentFolder: null | string;
publishedAt?
'Read the “', publishedAt?, '” section'optional publishedAt: Date;
showAuthor?
'Read the “', showAuthor?, '” section'optional showAuthor: null | boolean;
showContributors?
'Read the “', showContributors?, '” section'optional showContributors: null | boolean;
showOnNav?
'Read the “', showOnNav?, '” section'optional showOnNav: boolean;
slug: string;
optional tags: unknown;
title: string;
updatedAt?
'Read the “', updatedAt?, '” section'optional updatedAt: null | Date;
SiteConfigCacheObject
'Read the “', SiteConfigCacheObject, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:181
Represents a cache object for site configuration. Extends the BaseCacheObject interface.
SiteConfigCacheObject
Properties
'Read the “', Properties, '” section'data: SiteConfig;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:182
The site configuration data.
lastCacheUpdate
'Read the “', lastCacheUpdate, '” section'lastCacheUpdate: Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:156
Inherited from
'Read the “', Inherited from, '” section'BaseCacheObject
.lastCacheUpdate
StudioCMSCacheObject
'Read the “', StudioCMSCacheObject, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:225
Represents a cache object that stores pages and site configuration data.
Properties
'Read the “', Properties, '” section'pages: Map<string, PageDataCacheObject>;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:226
siteConfig
'Read the “', siteConfig, '” section'siteConfig: | undefined | SiteConfigCacheObject;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:227
version: | undefined | VersionCacheObject;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:228
VersionCacheObject
'Read the “', VersionCacheObject, '” section'Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:192
Represents a cache object that includes version information.
Properties
'Read the “', Properties, '” section'lastCacheUpdate
'Read the “', lastCacheUpdate, '” section'lastCacheUpdate: Date;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:156
Inherited from
'Read the “', Inherited from, '” section'BaseCacheObject
.lastCacheUpdate
version: string;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:193
The version of the cache object.
Type Aliases
'Read the “', Type Aliases, '” section'addDatabaseEntryInsertPage
'Read the “', addDatabaseEntryInsertPage, '” section'type addDatabaseEntryInsertPage = { pageContent: PageContentReturnId[]; pageData: PageDataReturnId[];};
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:237
Represents the structure for adding a database entry for a page.
Properties
'Read the “', Properties, '” section'pageContent
'Read the “', pageContent, '” section'pageContent: PageContentReturnId[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:239
An array of page content objects with return IDs.
pageData: PageDataReturnId[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:238
An array of page data objects with return IDs.
AstroDBVirtualModule
'Read the “', AstroDBVirtualModule, '” section'type AstroDBVirtualModule = __module;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:127
DiffReturnType<T>
'Read the “', DiffReturnType<T>, '” section'type DiffReturnType<T> = T extends diffItem ? diffReturn : diffReturn[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:111
Type Parameters
'Read the “', Type Parameters, '” section'T
MultiPageInsert
'Read the “', MultiPageInsert, '” section'type MultiPageInsert = PageInsert[];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:301
Represents an array of PageInsert objects.
STUDIOCMS_SDK_CACHE
'Read the “', STUDIOCMS_SDK_CACHE, '” section'type STUDIOCMS_SDK_CACHE = STUDIOCMS_SDK_CACHEInstance["cacheModule"];
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:150
Type representing the return type of the STUDIOCMS_SDK_CACHEModule
function.
STUDIOCMS_SDK_CACHEConstructor
'Read the “', STUDIOCMS_SDK_CACHEConstructor, '” section'type STUDIOCMS_SDK_CACHEConstructor = typeof StudioCMSVirtualCache;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:137
Type definition for the constructor of the StudioCMS SDK Cache.
This type represents the constructor function of the StudioCMSVirtualCache
class.
STUDIOCMS_SDK_CACHEInstance
'Read the “', STUDIOCMS_SDK_CACHEInstance, '” section'type STUDIOCMS_SDK_CACHEInstance = InstanceType<STUDIOCMS_SDK_CACHEConstructor>;
Defined in: studiocms/packages/studiocms/src/sdk/types/index.ts:145
Type representing an instance of the STUDIOCMS SDK cache.
This type is derived from the constructor type STUDIOCMS_SDK_CACHEConstructor
.
It is used to define the shape of the cache instance within the STUDIOCMS SDK.
References
'Read the “', References, '” section'AvailableLists
'Read the “', AvailableLists, '” section'Re-exports AvailableLists
CacheConfig
'Read the “', CacheConfig, '” section'Re-exports CacheConfig
CombinedInsertContent
'Read the “', CombinedInsertContent, '” section'Re-exports CombinedInsertContent
CombinedRank
'Read the “', CombinedRank, '” section'Re-exports CombinedRank
DatabaseTables
'Read the “', DatabaseTables, '” section'Re-exports DatabaseTables
PageContentReturnId
'Read the “', PageContentReturnId, '” section'Re-exports PageContentReturnId
PageDataCategoriesInsertResponse
'Read the “', PageDataCategoriesInsertResponse, '” section'Re-exports PageDataCategoriesInsertResponse
PageDataReturnId
'Read the “', PageDataReturnId, '” section'Re-exports PageDataReturnId
PageDataStripped
'Read the “', PageDataStripped, '” section'Re-exports PageDataStripped
PageDataTagsInsertResponse
'Read the “', PageDataTagsInsertResponse, '” section'Re-exports PageDataTagsInsertResponse
ProcessedCacheConfig
'Read the “', ProcessedCacheConfig, '” section'Re-exports ProcessedCacheConfig
ProcessedSDKConfig
'Read the “', ProcessedSDKConfig, '” section'Re-exports ProcessedSDKConfig
SingleRank
'Read the “', SingleRank, '” section'Re-exports SingleRank
SiteConfig
'Read the “', SiteConfig, '” section'Re-exports SiteConfig
tsDiffTrackingInsert
'Read the “', tsDiffTrackingInsert, '” section'Re-exports tsDiffTrackingInsert
tsDiffTrackingSelect
'Read the “', tsDiffTrackingSelect, '” section'Re-exports tsDiffTrackingSelect
tsEmailVerificationTokensInsert
'Read the “', tsEmailVerificationTokensInsert, '” section'Re-exports tsEmailVerificationTokensInsert
tsEmailVerificationTokensSelect
'Read the “', tsEmailVerificationTokensSelect, '” section'Re-exports tsEmailVerificationTokensSelect
tsNotificationSettingsInsert
'Read the “', tsNotificationSettingsInsert, '” section'Re-exports tsNotificationSettingsInsert
tsNotificationSettingsSelect
'Read the “', tsNotificationSettingsSelect, '” section'Re-exports tsNotificationSettingsSelect
tsOAuthAccountsSelect
'Read the “', tsOAuthAccountsSelect, '” section'Re-exports tsOAuthAccountsSelect
tsPageContentInsert
'Read the “', tsPageContentInsert, '” section'Re-exports tsPageContentInsert
tsPageContentSelect
'Read the “', tsPageContentSelect, '” section'Re-exports tsPageContentSelect
tsPageDataCategoriesInsert
'Read the “', tsPageDataCategoriesInsert, '” section'Re-exports tsPageDataCategoriesInsert
tsPageDataCategoriesSelect
'Read the “', tsPageDataCategoriesSelect, '” section'Re-exports tsPageDataCategoriesSelect
tsPageDataInsert
'Read the “', tsPageDataInsert, '” section'Re-exports tsPageDataInsert
tsPageDataSelect
'Read the “', tsPageDataSelect, '” section'Re-exports tsPageDataSelect
tsPageDataTagsInsert
'Read the “', tsPageDataTagsInsert, '” section'Re-exports tsPageDataTagsInsert
tsPageDataTagsSelect
'Read the “', tsPageDataTagsSelect, '” section'Re-exports tsPageDataTagsSelect
tsPageFolderInsert
'Read the “', tsPageFolderInsert, '” section'Re-exports tsPageFolderInsert
tsPageFolderSelect
'Read the “', tsPageFolderSelect, '” section'Re-exports tsPageFolderSelect
tsPermissionsInsert
'Read the “', tsPermissionsInsert, '” section'Re-exports tsPermissionsInsert
tsPermissionsSelect
'Read the “', tsPermissionsSelect, '” section'Re-exports tsPermissionsSelect
tsSessionTableInsert
'Read the “', tsSessionTableInsert, '” section'Re-exports tsSessionTableInsert
tsSessionTableSelect
'Read the “', tsSessionTableSelect, '” section'Re-exports tsSessionTableSelect
tsSiteConfigInsert
'Read the “', tsSiteConfigInsert, '” section'Re-exports tsSiteConfigInsert
tsSiteConfigSelect
'Read the “', tsSiteConfigSelect, '” section'Re-exports tsSiteConfigSelect
tsUsersInsert
'Read the “', tsUsersInsert, '” section'Re-exports tsUsersInsert
tsUsersSelect
'Read the “', tsUsersSelect, '” section'Re-exports tsUsersSelect
tsUsersUpdate
'Read the “', tsUsersUpdate, '” section'Re-exports tsUsersUpdate