-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from neynarxyz/tdb/embedded-cast-channels
Cast embed changes [NEYN-3312; NEYN-3541; NEYN-3525]
- Loading branch information
Showing
28 changed files
with
705 additions
and
892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107 changes: 107 additions & 0 deletions
107
src/neynar-api/v2/openapi-farcaster/models/cast-embedded.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* Farcaster API V2 | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* The version of the OpenAPI document: 2.0 | ||
* | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
|
||
|
||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { CastEmbeddedParentAuthor } from './cast-embedded-parent-author'; | ||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { CastNotificationType } from './cast-notification-type'; | ||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { DehydratedChannel } from './dehydrated-channel'; | ||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { EmbedDeep } from './embed-deep'; | ||
// May contain unused imports in some cases | ||
// @ts-ignore | ||
import { UserDehydrated } from './user-dehydrated'; | ||
|
||
/** | ||
* | ||
* @export | ||
* @interface CastEmbedded | ||
*/ | ||
export interface CastEmbedded { | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CastEmbedded | ||
*/ | ||
'hash': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CastEmbedded | ||
*/ | ||
'parent_hash': string | null; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CastEmbedded | ||
*/ | ||
'parent_url': string | null; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CastEmbedded | ||
*/ | ||
'root_parent_url': string | null; | ||
/** | ||
* | ||
* @type {CastEmbeddedParentAuthor} | ||
* @memberof CastEmbedded | ||
*/ | ||
'parent_author': CastEmbeddedParentAuthor; | ||
/** | ||
* | ||
* @type {UserDehydrated} | ||
* @memberof CastEmbedded | ||
*/ | ||
'author': UserDehydrated; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CastEmbedded | ||
*/ | ||
'text': string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof CastEmbedded | ||
*/ | ||
'timestamp': string; | ||
/** | ||
* | ||
* @type {CastNotificationType} | ||
* @memberof CastEmbedded | ||
*/ | ||
'type': CastNotificationType; | ||
/** | ||
* | ||
* @type {Array<EmbedDeep>} | ||
* @memberof CastEmbedded | ||
*/ | ||
'embeds': Array<EmbedDeep>; | ||
/** | ||
* | ||
* @type {DehydratedChannel} | ||
* @memberof CastEmbedded | ||
*/ | ||
'channel': DehydratedChannel | null; | ||
} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.