Constructors
constructor
Properties
api
Methods
addSchema
Parameters
- data: Required<Pick<ElementSchema, "properties" | "id" | "scope">>
Optional
options: { stage?: Stage }
cloneEditorsData
cloneEditorsData( sourceOrganization: string, destinationOrganization: string, options?: { stage?: Stage },): Promise<ApiResponse<{ schemas: string[]; templates: string[] }, void>> Parameters
- sourceOrganization: string
- destinationOrganization: string
Optional
options: { stage?: Stage }
Returns Promise<ApiResponse<{ schemas: string[]; templates: string[] }, void>>
getAttributeSummary
Parameters
Optional
scope: stringOptional
options: { stage?: Stage }
getLegacyTypeDefinition
getOrganizationSettings
Parameters
- organization: string
Optional
options: { stage?: Stage }
getSchemasSummary
getSchemasSummary( options?: { stage?: Stage },): Promise< ApiResponse< Record< string, { organizationId?: string[]; schema: string; templates?: string[] }[], >, void, >,> Parameters
Optional
options: { stage?: Stage }
Returns Promise<
ApiResponse<
Record<
string,
{ organizationId?: string[]; schema: string; templates?: string[] }[],
>,
void,
>,
>
getSchemasSummaryFull
Parameters
Optional
options: { stage?: Stage }
Returns Promise<ApiResponse<Record<string, Record<string, ElementSchema>>, void>>
getScope
Parameters
Optional
scope: stringOptional
options: { stage?: Stage }
getScopeList
getScopeList( options?: { stage?: Stage },): Promise<ApiResponse<{ id: string; name: string }[], void>> Parameters
Optional
options: { stage?: Stage }
Returns Promise<ApiResponse<{ id: string; name: string }[], void>>
getTemplate
getTemplate( schemaId: `${string}/${string}`, templateId?: string, options?: { cache?: false; stage?: Stage },): Promise<ApiResponse<Template, void>> Parameters
- schemaId: `${string}/${string}`
- templateId: string = DEFAULT_TEMPLATE_ID
Optional
options: { cache?: false; stage?: Stage }
getTypeSchema
Parameters
- schemaId: `${string}/${string}`
Optional
options: { cache?: false; stage?: Stage }
saveTemplate
saveTemplate( schemaId: `${string}/${string}`, templateId?: string, data?: Partial<Template>, options?: { stage?: Stage },): Promise<ApiResponse<Template, void>> Parameters
- schemaId: `${string}/${string}`
Optional
templateId: stringOptional
data: Partial<Template>Optional
options: { stage?: Stage }
saveTypeSchema
Parameters
- schemaId: `${string}/${string}`
- data: Partial<ElementSchema>
Optional
options: { stage?: Stage }
upsertOrganizationSettings