contentful-management
Version:
Client for Contentful's Content Management API
61 lines (43 loc) • 1.31 kB
JavaScript
/**
* Link is a reference object to another entity that can be resolved using tools such as contentful-resolve
*/
/**
* ResourceLink is a reference object to another entity outside of the current space/environment
*/
/** String will be in ISO8601 datetime format e.g. 2013-06-26T13:57:24Z */
/* eslint-disable @typescript-eslint/no-explicit-any */
// Base interface for shared fields
// Interfaces for each “exclusive” shape
// Helper type for creating property paths with comparison operators
// For example "sys.createdAt[gte]", P = sys.createdAt, O = gte
// Helper types to ensure only one start operator can be used and only one end operator can be used
// Type for valid date range combinations - only start, only end, or both
/**
* @private
*/
/**
* @private
*/
/**
* @private
*/
/**
* @private
*/
/**
* @private
*/
/**
* @private
*/
/**
* @private
*/
/**
* @private
*/
/** Base interface for all Payload interfaces. Used as part of the MakeRequestOptions to simplify payload definitions. */
export let ScheduledActionReferenceFilters = /*#__PURE__*/function (ScheduledActionReferenceFilters) {
ScheduledActionReferenceFilters["contentTypeAnnotationNotIn"] = "sys.contentType.metadata.annotations.ContentType[nin]";
return ScheduledActionReferenceFilters;
}({});