fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
341 lines • 7.63 kB
TypeScript
/**
* fastcomments
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 0.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import type { CommentUserBadgeInfo } from './comment-user-badge-info';
import type { CommentUserHashTagInfo } from './comment-user-hash-tag-info';
import type { CommentUserMentionInfo } from './comment-user-mention-info';
import type { PickFCommentAPICommentFieldsKeysMeta } from './pick-fcomment-apicomment-fields-keys-meta';
/**
* From T, pick a set of properties whose keys are in the union K
* @export
* @interface PickFCommentAPICommentFieldsKeys
*/
export interface PickFCommentAPICommentFieldsKeys {
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'date': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'_id': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'tenantId': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'urlId': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'urlIdRaw'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'url': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'pageTitle'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'userId'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'anonUserId'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'commenterEmail'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'commenterName': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'commenterLink'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'comment': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'commentHTML': string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'parentId'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'localDateString'?: string;
/**
*
* @type {number}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'localDateHours'?: number;
/**
*
* @type {number}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'votes'?: number;
/**
*
* @type {number}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'votesUp'?: number;
/**
*
* @type {number}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'votesDown'?: number;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'expireAt'?: string;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'verified': boolean;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'verifiedDate'?: string;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'notificationSentForParent'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'notificationSentForParentTenant'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'reviewed'?: boolean;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'externalId'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'externalParentId'?: string;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'avatarSrc'?: string;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'isSpam'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'aiDeterminedSpam'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'hasImages'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'hasLinks'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'hasCode'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'approved': boolean;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'locale': string;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'isDeleted'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'isDeletedUser'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'isByAdmin'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'isByModerator'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'isPinned'?: boolean;
/**
*
* @type {boolean}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'isLocked'?: boolean;
/**
*
* @type {number}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'flagCount'?: number;
/**
*
* @type {number}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'rating'?: number;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'displayLabel'?: string;
/**
*
* @type {number}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'fromProductId'?: number;
/**
*
* @type {PickFCommentAPICommentFieldsKeysMeta}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'meta'?: PickFCommentAPICommentFieldsKeysMeta;
/**
*
* @type {Array<CommentUserMentionInfo>}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'mentions'?: Array<CommentUserMentionInfo>;
/**
*
* @type {Array<CommentUserHashTagInfo>}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'hashTags'?: Array<CommentUserHashTagInfo>;
/**
*
* @type {Array<CommentUserBadgeInfo>}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'badges'?: Array<CommentUserBadgeInfo>;
/**
*
* @type {string}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'domain'?: string;
/**
*
* @type {Array<string>}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'moderationGroupIds'?: Array<string>;
/**
*
* @type {Array<string>}
* @memberof PickFCommentAPICommentFieldsKeys
*/
'feedbackIds'?: Array<string>;
}
//# sourceMappingURL=pick-fcomment-apicomment-fields-keys.d.ts.map