repo_name string | dataset string | owner string | lang string | func_name string | code string | docstring string | url string | sha string |
|---|---|---|---|---|---|---|---|---|
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPluginsByStatisticWithHttpInfo | public listPluginsByStatisticWithHttpInfo(param: InteractiveStatisticsApiListPluginsByStatisticRequest, options?: Configuration): Promise<HttpInfo<Array<PluginSummaryStatsDTO>>> {
return this.api.listPluginsByStatisticWithHttpInfo(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise();... | /**
* List plugins based on statistics, including interactive statistical data.
* List Plugins by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4189-L4191 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPluginsByStatistic | public listPluginsByStatistic(param: InteractiveStatisticsApiListPluginsByStatisticRequest, options?: Configuration): Promise<Array<PluginSummaryStatsDTO>> {
return this.api.listPluginsByStatistic(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise();
} | /**
* List plugins based on statistics, including interactive statistical data.
* List Plugins by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4198-L4200 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPluginsByStatistic1WithHttpInfo | public listPluginsByStatistic1WithHttpInfo(param: InteractiveStatisticsApiListPluginsByStatistic1Request, options?: Configuration): Promise<HttpInfo<Array<PluginSummaryStatsDTO>>> {
return this.api.listPluginsByStatistic1WithHttpInfo(param.statsType, param.asc, options).toPromise();
} | /**
* List plugins based on statistics, including interactive statistical data.
* List Plugins by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4207-L4209 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPluginsByStatistic1 | public listPluginsByStatistic1(param: InteractiveStatisticsApiListPluginsByStatistic1Request, options?: Configuration): Promise<Array<PluginSummaryStatsDTO>> {
return this.api.listPluginsByStatistic1(param.statsType, param.asc, options).toPromise();
} | /**
* List plugins based on statistics, including interactive statistical data.
* List Plugins by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4216-L4218 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPluginsByStatistic2WithHttpInfo | public listPluginsByStatistic2WithHttpInfo(param: InteractiveStatisticsApiListPluginsByStatistic2Request, options?: Configuration): Promise<HttpInfo<Array<PluginSummaryStatsDTO>>> {
return this.api.listPluginsByStatistic2WithHttpInfo(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List plugins based on statistics, including interactive statistical data.
* List Plugins by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4225-L4227 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPluginsByStatistic2 | public listPluginsByStatistic2(param: InteractiveStatisticsApiListPluginsByStatistic2Request, options?: Configuration): Promise<Array<PluginSummaryStatsDTO>> {
return this.api.listPluginsByStatistic2(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List plugins based on statistics, including interactive statistical data.
* List Plugins by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4234-L4236 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPromptsByStatisticWithHttpInfo | public listPromptsByStatisticWithHttpInfo(param: InteractiveStatisticsApiListPromptsByStatisticRequest, options?: Configuration): Promise<HttpInfo<Array<PromptSummaryStatsDTO>>> {
return this.api.listPromptsByStatisticWithHttpInfo(param.statsType, param.asc, options).toPromise();
} | /**
* List prompts based on statistics, including interactive statistical data.
* List Prompts by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4243-L4245 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPromptsByStatistic | public listPromptsByStatistic(param: InteractiveStatisticsApiListPromptsByStatisticRequest, options?: Configuration): Promise<Array<PromptSummaryStatsDTO>> {
return this.api.listPromptsByStatistic(param.statsType, param.asc, options).toPromise();
} | /**
* List prompts based on statistics, including interactive statistical data.
* List Prompts by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4252-L4254 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPromptsByStatistic1WithHttpInfo | public listPromptsByStatistic1WithHttpInfo(param: InteractiveStatisticsApiListPromptsByStatistic1Request, options?: Configuration): Promise<HttpInfo<Array<PromptSummaryStatsDTO>>> {
return this.api.listPromptsByStatistic1WithHttpInfo(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List prompts based on statistics, including interactive statistical data.
* List Prompts by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4261-L4263 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPromptsByStatistic1 | public listPromptsByStatistic1(param: InteractiveStatisticsApiListPromptsByStatistic1Request, options?: Configuration): Promise<Array<PromptSummaryStatsDTO>> {
return this.api.listPromptsByStatistic1(param.statsType, param.pageSize, param.asc, options).toPromise();
} | /**
* List prompts based on statistics, including interactive statistical data.
* List Prompts by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4270-L4272 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPromptsByStatistic2WithHttpInfo | public listPromptsByStatistic2WithHttpInfo(param: InteractiveStatisticsApiListPromptsByStatistic2Request, options?: Configuration): Promise<HttpInfo<Array<PromptSummaryStatsDTO>>> {
return this.api.listPromptsByStatistic2WithHttpInfo(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise... | /**
* List prompts based on statistics, including interactive statistical data.
* List Prompts by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4279-L4281 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectInteractiveStatisticsApi.listPromptsByStatistic2 | public listPromptsByStatistic2(param: InteractiveStatisticsApiListPromptsByStatistic2Request, options?: Configuration): Promise<Array<PromptSummaryStatsDTO>> {
return this.api.listPromptsByStatistic2(param.statsType, param.pageSize, param.pageNum, param.asc, options).toPromise();
} | /**
* List prompts based on statistics, including interactive statistical data.
* List Prompts by Statistics
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4288-L4290 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getOwnersWithHttpInfo | public getOwnersWithHttpInfo(param: OrganizationApiGetOwnersRequest = {}, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.getOwnersWithHttpInfo(param.all, options).toPromise();
} | /**
* Get the superior relationships of the current account, including direct and indirect owners, by default does not include virtual reported owners, so there will be no circular relationship.<br/>By specifying all=1, virtual reported owners can be returned, in this case, there may be a circular relationship.
... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4451-L4453 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getOwners | public getOwners(param: OrganizationApiGetOwnersRequest = {}, options?: Configuration): Promise<Array<string>> {
return this.api.getOwners(param.all, options).toPromise();
} | /**
* Get the superior relationships of the current account, including direct and indirect owners, by default does not include virtual reported owners, so there will be no circular relationship.<br/>By specifying all=1, virtual reported owners can be returned, in this case, there may be a circular relationship.
... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4460-L4462 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getOwnersDotWithHttpInfo | public getOwnersDotWithHttpInfo(param: OrganizationApiGetOwnersDotRequest = {}, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.getOwnersDotWithHttpInfo(param.all, options).toPromise();
} | /**
* Same as /api/v2/org/owners, but returns a DOT format view, DOT reference: [graphviz](https://www.graphviz.org/)
* Get DOT of Superior Relationship
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4469-L4471 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getOwnersDot | public getOwnersDot(param: OrganizationApiGetOwnersDotRequest = {}, options?: Configuration): Promise<string> {
return this.api.getOwnersDot(param.all, options).toPromise();
} | /**
* Same as /api/v2/org/owners, but returns a DOT format view, DOT reference: [graphviz](https://www.graphviz.org/)
* Get DOT of Superior Relationship
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4478-L4480 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinateOwnersWithHttpInfo | public getSubordinateOwnersWithHttpInfo(param: OrganizationApiGetSubordinateOwnersRequest, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.getSubordinateOwnersWithHttpInfo(param.username, param.all, options).toPromise();
} | /**
* Get the superior relationship of the subordinate account, including direct and indirect owners, default does not include virtual reported owners, so there will be no circular relationship.<br/> By specifying all=1, virtual reported owners can be returned, in this case, there may be a circular relationship.
... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4487-L4489 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinateOwners | public getSubordinateOwners(param: OrganizationApiGetSubordinateOwnersRequest, options?: Configuration): Promise<Array<string>> {
return this.api.getSubordinateOwners(param.username, param.all, options).toPromise();
} | /**
* Get the superior relationship of the subordinate account, including direct and indirect owners, default does not include virtual reported owners, so there will be no circular relationship.<br/> By specifying all=1, virtual reported owners can be returned, in this case, there may be a circular relationship.
... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4496-L4498 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinateSubordinatesWithHttpInfo | public getSubordinateSubordinatesWithHttpInfo(param: OrganizationApiGetSubordinateSubordinatesRequest, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.getSubordinateSubordinatesWithHttpInfo(param.username, param.all, options).toPromise();
} | /**
* Get the subordinate relationship of the subordinate account, including direct and indirect subordinates, default does not include virtual managed subordinates, so there will be no circular relationship.<br/>By specifying all=1, virtual managed subordinates can be returned, in this case, there may be a circul... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4505-L4507 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinateSubordinates | public getSubordinateSubordinates(param: OrganizationApiGetSubordinateSubordinatesRequest, options?: Configuration): Promise<Array<string>> {
return this.api.getSubordinateSubordinates(param.username, param.all, options).toPromise();
} | /**
* Get the subordinate relationship of the subordinate account, including direct and indirect subordinates, default does not include virtual managed subordinates, so there will be no circular relationship.<br/>By specifying all=1, virtual managed subordinates can be returned, in this case, there may be a circul... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4514-L4516 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinatesWithHttpInfo | public getSubordinatesWithHttpInfo(param: OrganizationApiGetSubordinatesRequest = {}, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.getSubordinatesWithHttpInfo(param.all, options).toPromise();
} | /**
* Get the subordinate relationships of the current account, including direct and indirect subordinates, by default does not include virtual managed subordinates, so there will be no circular relationship.<br/>By specifying all=1, virtual managed subordinates can be returned, in this case, there may be a circul... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4523-L4525 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinates | public getSubordinates(param: OrganizationApiGetSubordinatesRequest = {}, options?: Configuration): Promise<Array<string>> {
return this.api.getSubordinates(param.all, options).toPromise();
} | /**
* Get the subordinate relationships of the current account, including direct and indirect subordinates, by default does not include virtual managed subordinates, so there will be no circular relationship.<br/>By specifying all=1, virtual managed subordinates can be returned, in this case, there may be a circul... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4532-L4534 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinatesDotWithHttpInfo | public getSubordinatesDotWithHttpInfo(param: OrganizationApiGetSubordinatesDotRequest = {}, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.getSubordinatesDotWithHttpInfo(param.all, options).toPromise();
} | /**
* Same as /api/v2/org/subordinates, but returns a DOT format view, DOT reference: [graphviz](https://www.graphviz.org/)
* Get DOT of Subordinate Relationship
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4541-L4543 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.getSubordinatesDot | public getSubordinatesDot(param: OrganizationApiGetSubordinatesDotRequest = {}, options?: Configuration): Promise<string> {
return this.api.getSubordinatesDot(param.all, options).toPromise();
} | /**
* Same as /api/v2/org/subordinates, but returns a DOT format view, DOT reference: [graphviz](https://www.graphviz.org/)
* Get DOT of Subordinate Relationship
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4550-L4552 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.listSubordinateAuthoritiesWithHttpInfo | public listSubordinateAuthoritiesWithHttpInfo(param: OrganizationApiListSubordinateAuthoritiesRequest, options?: Configuration): Promise<HttpInfo<Array<string>>> {
return this.api.listSubordinateAuthoritiesWithHttpInfo(param.username, options).toPromise();
} | /**
* List the permission list of the subordinate account.
* List Subordinate Permissions
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4559-L4561 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.listSubordinateAuthorities | public listSubordinateAuthorities(param: OrganizationApiListSubordinateAuthoritiesRequest, options?: Configuration): Promise<Array<string>> {
return this.api.listSubordinateAuthorities(param.username, options).toPromise();
} | /**
* List the permission list of the subordinate account.
* List Subordinate Permissions
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4568-L4570 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.removeSubordinateSubordinatesTreeWithHttpInfo | public removeSubordinateSubordinatesTreeWithHttpInfo(param: OrganizationApiRemoveSubordinateSubordinatesTreeRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.removeSubordinateSubordinatesTreeWithHttpInfo(param.username, options).toPromise();
} | /**
* Fully delete the direct subordinate relationship of the subordinate account.
* Clear Subordinate Relationship
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4577-L4579 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.removeSubordinateSubordinatesTree | public removeSubordinateSubordinatesTree(param: OrganizationApiRemoveSubordinateSubordinatesTreeRequest, options?: Configuration): Promise<boolean> {
return this.api.removeSubordinateSubordinatesTree(param.username, options).toPromise();
} | /**
* Fully delete the direct subordinate relationship of the subordinate account.
* Clear Subordinate Relationship
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4586-L4588 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.updateSubordinateAuthoritiesWithHttpInfo | public updateSubordinateAuthoritiesWithHttpInfo(param: OrganizationApiUpdateSubordinateAuthoritiesRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.updateSubordinateAuthoritiesWithHttpInfo(param.username, param.requestBody, options).toPromise();
} | /**
* Update the permission list of the subordinate account, the granted permissions cannot be higher than the permissions owned by oneself, for example, a resource administrator cannot grant the role of an organization administrator to a subordinate account.
* Update Subordinate Permissions
* @param par... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4595-L4597 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.updateSubordinateAuthorities | public updateSubordinateAuthorities(param: OrganizationApiUpdateSubordinateAuthoritiesRequest, options?: Configuration): Promise<boolean> {
return this.api.updateSubordinateAuthorities(param.username, param.requestBody, options).toPromise();
} | /**
* Update the permission list of the subordinate account, the granted permissions cannot be higher than the permissions owned by oneself, for example, a resource administrator cannot grant the role of an organization administrator to a subordinate account.
* Update Subordinate Permissions
* @param par... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4604-L4606 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.updateSubordinateOwnersWithHttpInfo | public updateSubordinateOwnersWithHttpInfo(param: OrganizationApiUpdateSubordinateOwnersRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.updateSubordinateOwnersWithHttpInfo(param.username, param.requestBody, options).toPromise();
} | /**
* Fully update the direct superior relationship of the subordinate account (i.e., will delete the relationship that existed before but is not in this list), if there is a circular relationship, it will automatically be set as a virtual relationship.
* Update Superior Relationship
* @param param the r... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4613-L4615 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.updateSubordinateOwners | public updateSubordinateOwners(param: OrganizationApiUpdateSubordinateOwnersRequest, options?: Configuration): Promise<boolean> {
return this.api.updateSubordinateOwners(param.username, param.requestBody, options).toPromise();
} | /**
* Fully update the direct superior relationship of the subordinate account (i.e., will delete the relationship that existed before but is not in this list), if there is a circular relationship, it will automatically be set as a virtual relationship.
* Update Superior Relationship
* @param param the r... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4622-L4624 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.updateSubordinateSubordinatesWithHttpInfo | public updateSubordinateSubordinatesWithHttpInfo(param: OrganizationApiUpdateSubordinateSubordinatesRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.updateSubordinateSubordinatesWithHttpInfo(param.username, param.requestBody, options).toPromise();
} | /**
* Fully update the direct subordinate relationship of the subordinate account (i.e., will delete the relationship that existed before but is not in this list), if there is a circular relationship, it will automatically be set as a virtual relationship.
* Update Subordinate Relationship
* @param param... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4631-L4633 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectOrganizationApi.updateSubordinateSubordinates | public updateSubordinateSubordinates(param: OrganizationApiUpdateSubordinateSubordinatesRequest, options?: Configuration): Promise<boolean> {
return this.api.updateSubordinateSubordinates(param.username, param.requestBody, options).toPromise();
} | /**
* Fully update the direct subordinate relationship of the subordinate account (i.e., will delete the relationship that existed before but is not in this list), if there is a circular relationship, it will automatically be set as a virtual relationship.
* Update Subordinate Relationship
* @param param... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4640-L4642 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.batchSearchPluginDetailsWithHttpInfo | public batchSearchPluginDetailsWithHttpInfo(param: PluginApiBatchSearchPluginDetailsRequest, options?: Configuration): Promise<HttpInfo<Array<Array<PluginDetailsDTO>>>> {
return this.api.batchSearchPluginDetailsWithHttpInfo(param.pluginQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/plugin/details/search.
* Batch Search Plugin Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4789-L4791 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.batchSearchPluginDetails | public batchSearchPluginDetails(param: PluginApiBatchSearchPluginDetailsRequest, options?: Configuration): Promise<Array<Array<PluginDetailsDTO>>> {
return this.api.batchSearchPluginDetails(param.pluginQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/plugin/details/search.
* Batch Search Plugin Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4798-L4800 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.batchSearchPluginSummaryWithHttpInfo | public batchSearchPluginSummaryWithHttpInfo(param: PluginApiBatchSearchPluginSummaryRequest, options?: Configuration): Promise<HttpInfo<Array<Array<PluginSummaryDTO>>>> {
return this.api.batchSearchPluginSummaryWithHttpInfo(param.pluginQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/plugin/search.
* Batch Search Plugin Summaries
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4807-L4809 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.batchSearchPluginSummary | public batchSearchPluginSummary(param: PluginApiBatchSearchPluginSummaryRequest, options?: Configuration): Promise<Array<Array<PluginSummaryDTO>>> {
return this.api.batchSearchPluginSummary(param.pluginQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/plugin/search.
* Batch Search Plugin Summaries
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4816-L4818 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.countPluginsWithHttpInfo | public countPluginsWithHttpInfo(param: PluginApiCountPluginsRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.countPluginsWithHttpInfo(param.pluginQueryDTO, options).toPromise();
} | /**
* Calculate the number of plugins according to the specified query conditions.
* Calculate Number of Plugins
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4825-L4827 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.countPlugins | public countPlugins(param: PluginApiCountPluginsRequest, options?: Configuration): Promise<number> {
return this.api.countPlugins(param.pluginQueryDTO, options).toPromise();
} | /**
* Calculate the number of plugins according to the specified query conditions.
* Calculate Number of Plugins
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4834-L4836 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.createPluginWithHttpInfo | public createPluginWithHttpInfo(param: PluginApiCreatePluginRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.createPluginWithHttpInfo(param.pluginCreateDTO, options).toPromise();
} | /**
* Create a plugin, required fields: - Plugin name - Plugin manifestInfo (URL or JSON) - Plugin apiInfo (URL or JSON) Limitations: - Name: 100 characters - Example: 2000 characters - Tags: 5
* Create Plugin
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4843-L4845 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.createPlugin | public createPlugin(param: PluginApiCreatePluginRequest, options?: Configuration): Promise<number> {
return this.api.createPlugin(param.pluginCreateDTO, options).toPromise();
} | /**
* Create a plugin, required fields: - Plugin name - Plugin manifestInfo (URL or JSON) - Plugin apiInfo (URL or JSON) Limitations: - Name: 100 characters - Example: 2000 characters - Tags: 5
* Create Plugin
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4852-L4854 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.createPluginsWithHttpInfo | public createPluginsWithHttpInfo(param: PluginApiCreatePluginsRequest, options?: Configuration): Promise<HttpInfo<Array<number>>> {
return this.api.createPluginsWithHttpInfo(param.pluginCreateDTO, options).toPromise();
} | /**
* Batch create multiple plugins. Ensure transactionality, return the pluginId list after success.
* Batch Create Plugins
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4861-L4863 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.createPlugins | public createPlugins(param: PluginApiCreatePluginsRequest, options?: Configuration): Promise<Array<number>> {
return this.api.createPlugins(param.pluginCreateDTO, options).toPromise();
} | /**
* Batch create multiple plugins. Ensure transactionality, return the pluginId list after success.
* Batch Create Plugins
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4870-L4872 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.deletePluginWithHttpInfo | public deletePluginWithHttpInfo(param: PluginApiDeletePluginRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.deletePluginWithHttpInfo(param.pluginId, options).toPromise();
} | /**
* Delete plugin. Returns success or failure.
* Delete Plugin
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4879-L4881 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.deletePlugin | public deletePlugin(param: PluginApiDeletePluginRequest, options?: Configuration): Promise<boolean> {
return this.api.deletePlugin(param.pluginId, options).toPromise();
} | /**
* Delete plugin. Returns success or failure.
* Delete Plugin
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4888-L4890 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.deletePluginsWithHttpInfo | public deletePluginsWithHttpInfo(param: PluginApiDeletePluginsRequest, options?: Configuration): Promise<HttpInfo<Array<number>>> {
return this.api.deletePluginsWithHttpInfo(param.requestBody, options).toPromise();
} | /**
* Delete multiple plugins. Ensure transactionality, return the list of successfully deleted pluginIds.
* Batch Delete Plugins
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4897-L4899 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.deletePlugins | public deletePlugins(param: PluginApiDeletePluginsRequest, options?: Configuration): Promise<Array<number>> {
return this.api.deletePlugins(param.requestBody, options).toPromise();
} | /**
* Delete multiple plugins. Ensure transactionality, return the list of successfully deleted pluginIds.
* Batch Delete Plugins
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4906-L4908 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.getPluginDetailsWithHttpInfo | public getPluginDetailsWithHttpInfo(param: PluginApiGetPluginDetailsRequest, options?: Configuration): Promise<HttpInfo<PluginDetailsDTO>> {
return this.api.getPluginDetailsWithHttpInfo(param.pluginId, options).toPromise();
} | /**
* Get plugin detailed information.
* Get Plugin Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4915-L4917 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.getPluginDetails | public getPluginDetails(param: PluginApiGetPluginDetailsRequest, options?: Configuration): Promise<PluginDetailsDTO> {
return this.api.getPluginDetails(param.pluginId, options).toPromise();
} | /**
* Get plugin detailed information.
* Get Plugin Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4924-L4926 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.getPluginSummaryWithHttpInfo | public getPluginSummaryWithHttpInfo(param: PluginApiGetPluginSummaryRequest, options?: Configuration): Promise<HttpInfo<PluginSummaryDTO>> {
return this.api.getPluginSummaryWithHttpInfo(param.pluginId, options).toPromise();
} | /**
* Get plugin summary information.
* Get Plugin Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4933-L4935 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.getPluginSummary | public getPluginSummary(param: PluginApiGetPluginSummaryRequest, options?: Configuration): Promise<PluginSummaryDTO> {
return this.api.getPluginSummary(param.pluginId, options).toPromise();
} | /**
* Get plugin summary information.
* Get Plugin Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4942-L4944 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.refreshPluginInfoWithHttpInfo | public refreshPluginInfoWithHttpInfo(param: PluginApiRefreshPluginInfoRequest, options?: Configuration): Promise<HttpInfo<void>> {
return this.api.refreshPluginInfoWithHttpInfo(param.pluginId, options).toPromise();
} | /**
* For online manifest, api-docs information provided at the time of entry, this interface can immediately refresh the information in the system cache (default cache time is 1 hour). Generally, there is no need to call, unless you know that the corresponding plugin platform has just updated the interface, and t... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4951-L4953 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.refreshPluginInfo | public refreshPluginInfo(param: PluginApiRefreshPluginInfoRequest, options?: Configuration): Promise<void> {
return this.api.refreshPluginInfo(param.pluginId, options).toPromise();
} | /**
* For online manifest, api-docs information provided at the time of entry, this interface can immediately refresh the information in the system cache (default cache time is 1 hour). Generally, there is no need to call, unless you know that the corresponding plugin platform has just updated the interface, and t... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4960-L4962 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.searchPluginDetailsWithHttpInfo | public searchPluginDetailsWithHttpInfo(param: PluginApiSearchPluginDetailsRequest, options?: Configuration): Promise<HttpInfo<Array<PluginDetailsDTO>>> {
return this.api.searchPluginDetailsWithHttpInfo(param.pluginQueryDTO, options).toPromise();
} | /**
* Same as /api/v2/plugin/search, but returns detailed information of the plugin.
* Search Plugin Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4969-L4971 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.searchPluginDetails | public searchPluginDetails(param: PluginApiSearchPluginDetailsRequest, options?: Configuration): Promise<Array<PluginDetailsDTO>> {
return this.api.searchPluginDetails(param.pluginQueryDTO, options).toPromise();
} | /**
* Same as /api/v2/plugin/search, but returns detailed information of the plugin.
* Search Plugin Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4978-L4980 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.searchPluginSummaryWithHttpInfo | public searchPluginSummaryWithHttpInfo(param: PluginApiSearchPluginSummaryRequest, options?: Configuration): Promise<HttpInfo<Array<PluginSummaryDTO>>> {
return this.api.searchPluginSummaryWithHttpInfo(param.pluginQueryDTO, options).toPromise();
} | /**
* Search plugins: - Specifiable query fields, and relationship: - Scope: private, public_org or public. Private can only search this account. - Username: exact match, only valid when searching public, public_org. If not specified, search all users. - Plugin information format: currently supported: dash_s... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4987-L4989 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.searchPluginSummary | public searchPluginSummary(param: PluginApiSearchPluginSummaryRequest, options?: Configuration): Promise<Array<PluginSummaryDTO>> {
return this.api.searchPluginSummary(param.pluginQueryDTO, options).toPromise();
} | /**
* Search plugins: - Specifiable query fields, and relationship: - Scope: private, public_org or public. Private can only search this account. - Username: exact match, only valid when searching public, public_org. If not specified, search all users. - Plugin information format: currently supported: dash_s... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L4996-L4998 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.updatePluginWithHttpInfo | public updatePluginWithHttpInfo(param: PluginApiUpdatePluginRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.updatePluginWithHttpInfo(param.pluginId, param.pluginUpdateDTO, options).toPromise();
} | /**
* Update plugin, refer to /api/v2/plugin/create, required field: pluginId. Returns success or failure.
* Update Plugin
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5005-L5007 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPluginApi.updatePlugin | public updatePlugin(param: PluginApiUpdatePluginRequest, options?: Configuration): Promise<boolean> {
return this.api.updatePlugin(param.pluginId, param.pluginUpdateDTO, options).toPromise();
} | /**
* Update plugin, refer to /api/v2/plugin/create, required field: pluginId. Returns success or failure.
* Update Plugin
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5014-L5016 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.applyPromptRefWithHttpInfo | public applyPromptRefWithHttpInfo(param: PromptApiApplyPromptRefRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.applyPromptRefWithHttpInfo(param.promptRefDTO, options).toPromise();
} | /**
* Apply parameters to prompt record.
* Apply Parameters to Prompt Record
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5283-L5285 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.applyPromptRef | public applyPromptRef(param: PromptApiApplyPromptRefRequest, options?: Configuration): Promise<string> {
return this.api.applyPromptRef(param.promptRefDTO, options).toPromise();
} | /**
* Apply parameters to prompt record.
* Apply Parameters to Prompt Record
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5292-L5294 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.applyPromptTemplateWithHttpInfo | public applyPromptTemplateWithHttpInfo(param: PromptApiApplyPromptTemplateRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.applyPromptTemplateWithHttpInfo(param.promptTemplateDTO, options).toPromise();
} | /**
* Apply parameters to prompt template.
* Apply Parameters to Prompt Template
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5301-L5303 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.applyPromptTemplate | public applyPromptTemplate(param: PromptApiApplyPromptTemplateRequest, options?: Configuration): Promise<string> {
return this.api.applyPromptTemplate(param.promptTemplateDTO, options).toPromise();
} | /**
* Apply parameters to prompt template.
* Apply Parameters to Prompt Template
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5310-L5312 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.batchSearchPromptDetailsWithHttpInfo | public batchSearchPromptDetailsWithHttpInfo(param: PromptApiBatchSearchPromptDetailsRequest, options?: Configuration): Promise<HttpInfo<Array<Array<PromptDetailsDTO>>>> {
return this.api.batchSearchPromptDetailsWithHttpInfo(param.promptQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/prompt/details/search.
* Batch Search Prompt Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5319-L5321 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.batchSearchPromptDetails | public batchSearchPromptDetails(param: PromptApiBatchSearchPromptDetailsRequest, options?: Configuration): Promise<Array<Array<PromptDetailsDTO>>> {
return this.api.batchSearchPromptDetails(param.promptQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/prompt/details/search.
* Batch Search Prompt Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5328-L5330 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.batchSearchPromptSummaryWithHttpInfo | public batchSearchPromptSummaryWithHttpInfo(param: PromptApiBatchSearchPromptSummaryRequest, options?: Configuration): Promise<HttpInfo<Array<Array<PromptSummaryDTO>>>> {
return this.api.batchSearchPromptSummaryWithHttpInfo(param.promptQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/prompt/search.
* Batch Search Prompt Summaries
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5337-L5339 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.batchSearchPromptSummary | public batchSearchPromptSummary(param: PromptApiBatchSearchPromptSummaryRequest, options?: Configuration): Promise<Array<Array<PromptSummaryDTO>>> {
return this.api.batchSearchPromptSummary(param.promptQueryDTO, options).toPromise();
} | /**
* Batch call shortcut for /api/v2/prompt/search.
* Batch Search Prompt Summaries
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5346-L5348 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.clonePromptWithHttpInfo | public clonePromptWithHttpInfo(param: PromptApiClonePromptRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.clonePromptWithHttpInfo(param.promptId, options).toPromise();
} | /**
* Enter the promptId, generate a new record, the content is basically the same as the original prompt, but the following fields are different: - Version number is 1 - Visibility is private - The parent prompt is the source promptId - The creation time is the current moment. - All statistical indicators are zer... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5355-L5357 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.clonePrompt | public clonePrompt(param: PromptApiClonePromptRequest, options?: Configuration): Promise<number> {
return this.api.clonePrompt(param.promptId, options).toPromise();
} | /**
* Enter the promptId, generate a new record, the content is basically the same as the original prompt, but the following fields are different: - Version number is 1 - Visibility is private - The parent prompt is the source promptId - The creation time is the current moment. - All statistical indicators are zer... | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5364-L5366 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.clonePromptsWithHttpInfo | public clonePromptsWithHttpInfo(param: PromptApiClonePromptsRequest, options?: Configuration): Promise<HttpInfo<Array<number>>> {
return this.api.clonePromptsWithHttpInfo(param.requestBody, options).toPromise();
} | /**
* Batch clone multiple prompts. Ensure transactionality, return the promptId list after success.
* Batch Clone Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5373-L5375 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.clonePrompts | public clonePrompts(param: PromptApiClonePromptsRequest, options?: Configuration): Promise<Array<number>> {
return this.api.clonePrompts(param.requestBody, options).toPromise();
} | /**
* Batch clone multiple prompts. Ensure transactionality, return the promptId list after success.
* Batch Clone Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5382-L5384 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.countPromptsWithHttpInfo | public countPromptsWithHttpInfo(param: PromptApiCountPromptsRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.countPromptsWithHttpInfo(param.promptQueryDTO, options).toPromise();
} | /**
* Calculate the number of prompts according to the specified query conditions.
* Calculate Number of Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5391-L5393 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.countPrompts | public countPrompts(param: PromptApiCountPromptsRequest, options?: Configuration): Promise<number> {
return this.api.countPrompts(param.promptQueryDTO, options).toPromise();
} | /**
* Calculate the number of prompts according to the specified query conditions.
* Calculate Number of Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5400-L5402 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.countPublicPromptsWithHttpInfo | public countPublicPromptsWithHttpInfo(param: PromptApiCountPublicPromptsRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.countPublicPromptsWithHttpInfo(param.promptQueryDTO, options).toPromise();
} | /**
* Calculate the number of prompts according to the specified query conditions.
* Calculate Number of Public Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5409-L5411 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.countPublicPrompts | public countPublicPrompts(param: PromptApiCountPublicPromptsRequest, options?: Configuration): Promise<number> {
return this.api.countPublicPrompts(param.promptQueryDTO, options).toPromise();
} | /**
* Calculate the number of prompts according to the specified query conditions.
* Calculate Number of Public Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5418-L5420 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.createPromptWithHttpInfo | public createPromptWithHttpInfo(param: PromptApiCreatePromptRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.createPromptWithHttpInfo(param.promptCreateDTO, options).toPromise();
} | /**
* Create a prompt, required fields: - Prompt name - Prompt content - Applicable model Limitations: - Description: 300 characters - Template: 1000 characters - Example: 2000 characters - Tags: 5 - Parameters: 10
* Create Prompt
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5427-L5429 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.createPrompt | public createPrompt(param: PromptApiCreatePromptRequest, options?: Configuration): Promise<number> {
return this.api.createPrompt(param.promptCreateDTO, options).toPromise();
} | /**
* Create a prompt, required fields: - Prompt name - Prompt content - Applicable model Limitations: - Description: 300 characters - Template: 1000 characters - Example: 2000 characters - Tags: 5 - Parameters: 10
* Create Prompt
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5436-L5438 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.createPromptsWithHttpInfo | public createPromptsWithHttpInfo(param: PromptApiCreatePromptsRequest, options?: Configuration): Promise<HttpInfo<Array<number>>> {
return this.api.createPromptsWithHttpInfo(param.promptCreateDTO, options).toPromise();
} | /**
* Batch create multiple prompts. Ensure transactionality, return the promptId list after success.
* Batch Create Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5445-L5447 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.createPrompts | public createPrompts(param: PromptApiCreatePromptsRequest, options?: Configuration): Promise<Array<number>> {
return this.api.createPrompts(param.promptCreateDTO, options).toPromise();
} | /**
* Batch create multiple prompts. Ensure transactionality, return the promptId list after success.
* Batch Create Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5454-L5456 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.deletePromptWithHttpInfo | public deletePromptWithHttpInfo(param: PromptApiDeletePromptRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.deletePromptWithHttpInfo(param.promptId, options).toPromise();
} | /**
* Delete prompt. Returns success or failure.
* Delete Prompt
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5463-L5465 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.deletePrompt | public deletePrompt(param: PromptApiDeletePromptRequest, options?: Configuration): Promise<boolean> {
return this.api.deletePrompt(param.promptId, options).toPromise();
} | /**
* Delete prompt. Returns success or failure.
* Delete Prompt
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5472-L5474 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.deletePromptByNameWithHttpInfo | public deletePromptByNameWithHttpInfo(param: PromptApiDeletePromptByNameRequest, options?: Configuration): Promise<HttpInfo<Array<number>>> {
return this.api.deletePromptByNameWithHttpInfo(param.name, options).toPromise();
} | /**
* Delete prompt by name. return the list of successfully deleted promptIds.
* Delete Prompt by Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5481-L5483 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.deletePromptByName | public deletePromptByName(param: PromptApiDeletePromptByNameRequest, options?: Configuration): Promise<Array<number>> {
return this.api.deletePromptByName(param.name, options).toPromise();
} | /**
* Delete prompt by name. return the list of successfully deleted promptIds.
* Delete Prompt by Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5490-L5492 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.deletePromptsWithHttpInfo | public deletePromptsWithHttpInfo(param: PromptApiDeletePromptsRequest, options?: Configuration): Promise<HttpInfo<Array<number>>> {
return this.api.deletePromptsWithHttpInfo(param.requestBody, options).toPromise();
} | /**
* Delete multiple prompts. Ensure transactionality, return the list of successfully deleted promptIds.
* Batch Delete Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5499-L5501 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.deletePrompts | public deletePrompts(param: PromptApiDeletePromptsRequest, options?: Configuration): Promise<Array<number>> {
return this.api.deletePrompts(param.requestBody, options).toPromise();
} | /**
* Delete multiple prompts. Ensure transactionality, return the list of successfully deleted promptIds.
* Batch Delete Prompts
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5508-L5510 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.existsPromptNameWithHttpInfo | public existsPromptNameWithHttpInfo(param: PromptApiExistsPromptNameRequest, options?: Configuration): Promise<HttpInfo<boolean>> {
return this.api.existsPromptNameWithHttpInfo(param.name, options).toPromise();
} | /**
* Check if the prompt name already exists.
* Check If Prompt Name Exists
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5517-L5519 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.existsPromptName | public existsPromptName(param: PromptApiExistsPromptNameRequest, options?: Configuration): Promise<boolean> {
return this.api.existsPromptName(param.name, options).toPromise();
} | /**
* Check if the prompt name already exists.
* Check If Prompt Name Exists
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5526-L5528 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.getPromptDetailsWithHttpInfo | public getPromptDetailsWithHttpInfo(param: PromptApiGetPromptDetailsRequest, options?: Configuration): Promise<HttpInfo<PromptDetailsDTO>> {
return this.api.getPromptDetailsWithHttpInfo(param.promptId, options).toPromise();
} | /**
* Get prompt detailed information.
* Get Prompt Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5535-L5537 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.getPromptDetails | public getPromptDetails(param: PromptApiGetPromptDetailsRequest, options?: Configuration): Promise<PromptDetailsDTO> {
return this.api.getPromptDetails(param.promptId, options).toPromise();
} | /**
* Get prompt detailed information.
* Get Prompt Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5544-L5546 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.getPromptSummaryWithHttpInfo | public getPromptSummaryWithHttpInfo(param: PromptApiGetPromptSummaryRequest, options?: Configuration): Promise<HttpInfo<PromptSummaryDTO>> {
return this.api.getPromptSummaryWithHttpInfo(param.promptId, options).toPromise();
} | /**
* Get prompt summary information.
* Get Prompt Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5553-L5555 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.getPromptSummary | public getPromptSummary(param: PromptApiGetPromptSummaryRequest, options?: Configuration): Promise<PromptSummaryDTO> {
return this.api.getPromptSummary(param.promptId, options).toPromise();
} | /**
* Get prompt summary information.
* Get Prompt Summary
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5562-L5564 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.listPromptVersionsByNameWithHttpInfo | public listPromptVersionsByNameWithHttpInfo(param: PromptApiListPromptVersionsByNameRequest, options?: Configuration): Promise<HttpInfo<Array<PromptItemForNameDTO>>> {
return this.api.listPromptVersionsByNameWithHttpInfo(param.name, options).toPromise();
} | /**
* List the versions and corresponding promptIds by prompt name.
* List Versions by Prompt Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5571-L5573 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.listPromptVersionsByName | public listPromptVersionsByName(param: PromptApiListPromptVersionsByNameRequest, options?: Configuration): Promise<Array<PromptItemForNameDTO>> {
return this.api.listPromptVersionsByName(param.name, options).toPromise();
} | /**
* List the versions and corresponding promptIds by prompt name.
* List Versions by Prompt Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5580-L5582 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.newPromptNameWithHttpInfo | public newPromptNameWithHttpInfo(param: PromptApiNewPromptNameRequest, options?: Configuration): Promise<HttpInfo<string>> {
return this.api.newPromptNameWithHttpInfo(param.desired, options).toPromise();
} | /**
* Create a new prompt name starting with a desired name.
* Create New Prompt Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5589-L5591 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.newPromptName | public newPromptName(param: PromptApiNewPromptNameRequest, options?: Configuration): Promise<string> {
return this.api.newPromptName(param.desired, options).toPromise();
} | /**
* Create a new prompt name starting with a desired name.
* Create New Prompt Name
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5598-L5600 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.publishPromptWithHttpInfo | public publishPromptWithHttpInfo(param: PromptApiPublishPromptRequest, options?: Configuration): Promise<HttpInfo<number>> {
return this.api.publishPromptWithHttpInfo(param.promptId, param.visibility, options).toPromise();
} | /**
* Publish prompt, draft content becomes formal content, version number increases by 1. After successful publication, a new promptId will be generated and returned. You need to specify the visibility for publication.
* Publish Prompt
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5607-L5609 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.publishPrompt | public publishPrompt(param: PromptApiPublishPromptRequest, options?: Configuration): Promise<number> {
return this.api.publishPrompt(param.promptId, param.visibility, options).toPromise();
} | /**
* Publish prompt, draft content becomes formal content, version number increases by 1. After successful publication, a new promptId will be generated and returned. You need to specify the visibility for publication.
* Publish Prompt
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5616-L5618 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.searchPromptDetailsWithHttpInfo | public searchPromptDetailsWithHttpInfo(param: PromptApiSearchPromptDetailsRequest, options?: Configuration): Promise<HttpInfo<Array<PromptDetailsDTO>>> {
return this.api.searchPromptDetailsWithHttpInfo(param.promptQueryDTO, options).toPromise();
} | /**
* Same as /api/v2/prompt/search, but returns detailed information of the prompt.
* Search Prompt Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5625-L5627 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
freechat | github_2023 | freechat-fun | typescript | ObjectPromptApi.searchPromptDetails | public searchPromptDetails(param: PromptApiSearchPromptDetailsRequest, options?: Configuration): Promise<Array<PromptDetailsDTO>> {
return this.api.searchPromptDetails(param.promptQueryDTO, options).toPromise();
} | /**
* Same as /api/v2/prompt/search, but returns detailed information of the prompt.
* Search Prompt Details
* @param param the request object
*/ | https://github.com/freechat-fun/freechat/blob/cb80c3708b85cf52c02a91bdc0c9e9ddc14856db/freechat-sdk/typescript/types/ObjectParamAPI.ts#L5634-L5636 | cb80c3708b85cf52c02a91bdc0c9e9ddc14856db |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.