fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
205 lines • 4.59 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 { CustomConfigParameters } from './custom-config-parameters';
import type { ImportedAPIStatusFAILED } from './imported-apistatus-failed';
import type { PublicComment } from './public-comment';
import type { UserSessionInfo } from './user-session-info';
/**
*
* @export
* @interface GetCommentsPublic200Response
*/
export interface GetCommentsPublic200Response {
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'statusCode'?: number;
/**
*
* @type {ImportedAPIStatusFAILED}
* @memberof GetCommentsPublic200Response
*/
'status': ImportedAPIStatusFAILED;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'code': string;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'reason': string;
/**
*
* @type {Array<PublicComment>}
* @memberof GetCommentsPublic200Response
*/
'comments': Array<PublicComment>;
/**
*
* @type {UserSessionInfo}
* @memberof GetCommentsPublic200Response
*/
'user': UserSessionInfo | null;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'urlIdClean'?: string;
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'lastGenDate'?: number | null;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'includesPastPages'?: boolean;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'isDemo'?: boolean;
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'commentCount'?: number;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'isSiteAdmin'?: boolean;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'hasBillingIssue'?: boolean;
/**
* Construct a type with a set of properties K of type T
* @type {{ [key: string]: object; }}
* @memberof GetCommentsPublic200Response
*/
'moduleData'?: {
[key: string]: object;
};
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'pageNumber': number;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'isWhiteLabeled'?: boolean;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'isProd'?: boolean;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'isCrawler'?: boolean;
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'notificationCount'?: number;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'hasMore'?: boolean;
/**
*
* @type {boolean}
* @memberof GetCommentsPublic200Response
*/
'isClosed'?: boolean;
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'presencePollState'?: number;
/**
*
* @type {CustomConfigParameters}
* @memberof GetCommentsPublic200Response
*/
'customConfig'?: CustomConfigParameters;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'urlIdWS'?: string;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'userIdWS'?: string;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'tenantIdWS'?: string;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'secondaryCode'?: string;
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'bannedUntil'?: number;
/**
*
* @type {number}
* @memberof GetCommentsPublic200Response
*/
'maxCharacterLength'?: number;
/**
*
* @type {string}
* @memberof GetCommentsPublic200Response
*/
'translatedError'?: string;
}
//# sourceMappingURL=get-comments-public200-response.d.ts.map