featurebase-node 0.15.2 → 0.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/client.d.mts +16 -4
- package/client.d.mts.map +1 -1
- package/client.d.ts +16 -4
- package/client.d.ts.map +1 -1
- package/client.js +12 -0
- package/client.js.map +1 -1
- package/client.mjs +12 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/away-reasons.d.mts +37 -0
- package/resources/away-reasons.d.mts.map +1 -0
- package/resources/away-reasons.d.ts +37 -0
- package/resources/away-reasons.d.ts.map +1 -0
- package/resources/away-reasons.js +31 -0
- package/resources/away-reasons.js.map +1 -0
- package/resources/away-reasons.mjs +27 -0
- package/resources/away-reasons.mjs.map +1 -0
- package/resources/feedback/feedback.d.mts +2 -2
- package/resources/feedback/feedback.d.mts.map +1 -1
- package/resources/feedback/feedback.d.ts +2 -2
- package/resources/feedback/feedback.d.ts.map +1 -1
- package/resources/feedback/feedback.js.map +1 -1
- package/resources/feedback/feedback.mjs.map +1 -1
- package/resources/feedback/index.d.mts +1 -1
- package/resources/feedback/index.d.mts.map +1 -1
- package/resources/feedback/index.d.ts +1 -1
- package/resources/feedback/index.d.ts.map +1 -1
- package/resources/feedback/index.js.map +1 -1
- package/resources/feedback/index.mjs.map +1 -1
- package/resources/feedback/posts/index.d.mts +1 -1
- package/resources/feedback/posts/index.d.mts.map +1 -1
- package/resources/feedback/posts/index.d.ts +1 -1
- package/resources/feedback/posts/index.d.ts.map +1 -1
- package/resources/feedback/posts/index.js.map +1 -1
- package/resources/feedback/posts/index.mjs.map +1 -1
- package/resources/feedback/posts/posts.d.mts +123 -161
- package/resources/feedback/posts/posts.d.mts.map +1 -1
- package/resources/feedback/posts/posts.d.ts +123 -161
- package/resources/feedback/posts/posts.d.ts.map +1 -1
- package/resources/feedback/posts/posts.js.map +1 -1
- package/resources/feedback/posts/posts.mjs.map +1 -1
- package/resources/index.d.mts +4 -2
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +4 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +5 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +2 -0
- package/resources/index.mjs.map +1 -1
- package/resources/organization/admins.d.mts +151 -4
- package/resources/organization/admins.d.mts.map +1 -1
- package/resources/organization/admins.d.ts +151 -4
- package/resources/organization/admins.d.ts.map +1 -1
- package/resources/organization/admins.js +58 -3
- package/resources/organization/admins.js.map +1 -1
- package/resources/organization/admins.mjs +58 -3
- package/resources/organization/admins.mjs.map +1 -1
- package/resources/organization/index.d.mts +2 -2
- package/resources/organization/index.d.mts.map +1 -1
- package/resources/organization/index.d.ts +2 -2
- package/resources/organization/index.d.ts.map +1 -1
- package/resources/organization/index.js.map +1 -1
- package/resources/organization/index.mjs.map +1 -1
- package/resources/organization/organization.d.mts +4 -4
- package/resources/organization/organization.d.mts.map +1 -1
- package/resources/organization/organization.d.ts +4 -4
- package/resources/organization/organization.d.ts.map +1 -1
- package/resources/organization/organization.js.map +1 -1
- package/resources/organization/organization.mjs +1 -1
- package/resources/organization/organization.mjs.map +1 -1
- package/resources/organization/teams.d.mts +34 -4
- package/resources/organization/teams.d.mts.map +1 -1
- package/resources/organization/teams.d.ts +34 -4
- package/resources/organization/teams.d.ts.map +1 -1
- package/resources/organization/teams.js +18 -3
- package/resources/organization/teams.js.map +1 -1
- package/resources/organization/teams.mjs +18 -3
- package/resources/organization/teams.mjs.map +1 -1
- package/resources/reports.d.mts +45 -1
- package/resources/reports.d.mts.map +1 -1
- package/resources/reports.d.ts +45 -1
- package/resources/reports.d.ts.map +1 -1
- package/resources/reports.js +35 -0
- package/resources/reports.js.map +1 -1
- package/resources/reports.mjs +35 -0
- package/resources/reports.mjs.map +1 -1
- package/resources/training-data/index.d.mts +1 -1
- package/resources/training-data/index.d.mts.map +1 -1
- package/resources/training-data/index.d.ts +1 -1
- package/resources/training-data/index.d.ts.map +1 -1
- package/resources/training-data/index.js.map +1 -1
- package/resources/training-data/index.mjs.map +1 -1
- package/resources/training-data/training-data.d.mts +66 -161
- package/resources/training-data/training-data.d.mts.map +1 -1
- package/resources/training-data/training-data.d.ts +66 -161
- package/resources/training-data/training-data.d.ts.map +1 -1
- package/resources/training-data/training-data.js.map +1 -1
- package/resources/training-data/training-data.mjs.map +1 -1
- package/resources/workload.d.mts +103 -0
- package/resources/workload.d.mts.map +1 -0
- package/resources/workload.d.ts +103 -0
- package/resources/workload.d.ts.map +1 -0
- package/resources/workload.js +32 -0
- package/resources/workload.js.map +1 -0
- package/resources/workload.mjs +28 -0
- package/resources/workload.mjs.map +1 -0
- package/src/client.ts +34 -0
- package/src/resources/away-reasons.ts +68 -0
- package/src/resources/feedback/feedback.ts +4 -0
- package/src/resources/feedback/index.ts +2 -0
- package/src/resources/feedback/posts/index.ts +2 -0
- package/src/resources/feedback/posts/posts.ts +154 -204
- package/src/resources/index.ts +9 -0
- package/src/resources/organization/admins.ts +254 -3
- package/src/resources/organization/index.ts +8 -0
- package/src/resources/organization/organization.ts +23 -1
- package/src/resources/organization/teams.ts +69 -3
- package/src/resources/reports.ts +70 -0
- package/src/resources/training-data/index.ts +1 -0
- package/src/resources/training-data/training-data.ts +77 -193
- package/src/resources/workload.ts +179 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"away-reasons.js","sourceRoot":"","sources":["../src/resources/away-reasons.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAE/C,oDAAmD;AAGnD;;GAEG;AACH,MAAa,WAAY,SAAQ,sBAAW;IAC1C;;;OAGG;IACH,mBAAmB,CACjB,SAAiE,EAAE,EACnE,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE;YAC1C,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF;AAtBD,kCAsBC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
import { buildHeaders } from "../internal/headers.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* Live conversation workload, teammate availability, capacity limits, and managed away reasons for large support teams.
|
|
6
|
+
*/
|
|
7
|
+
export class AwayReasons extends APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* Returns active managed away reasons. Set includeArchived=true to include
|
|
10
|
+
* historical reasons.
|
|
11
|
+
*/
|
|
12
|
+
retrieveAwayReasons(params = {}, options) {
|
|
13
|
+
const { 'Featurebase-Version': featurebaseVersion } = params ?? {};
|
|
14
|
+
return this._client.get('/v2/away-reasons', {
|
|
15
|
+
...options,
|
|
16
|
+
headers: buildHeaders([
|
|
17
|
+
{
|
|
18
|
+
...(featurebaseVersion?.toString() != null ?
|
|
19
|
+
{ 'Featurebase-Version': featurebaseVersion?.toString() }
|
|
20
|
+
: undefined),
|
|
21
|
+
},
|
|
22
|
+
options?.headers,
|
|
23
|
+
]),
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=away-reasons.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"away-reasons.mjs","sourceRoot":"","sources":["../src/resources/away-reasons.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAE/C,OAAO,EAAE,YAAY,EAAE,gCAA4B;AAGnD;;GAEG;AACH,MAAM,OAAO,WAAY,SAAQ,WAAW;IAC1C;;;OAGG;IACH,mBAAmB,CACjB,SAAiE,EAAE,EACnE,OAAwB;QAExB,MAAM,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACnE,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE;YAC1C,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB;oBACE,GAAG,CAAC,kBAAkB,EAAE,QAAQ,EAAE,IAAI,IAAI,CAAC,CAAC;wBAC1C,EAAE,qBAAqB,EAAE,kBAAkB,EAAE,QAAQ,EAAE,EAAE;wBAC3D,CAAC,CAAC,SAAS,CAAC;iBACb;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -8,7 +8,7 @@ import { CustomField, CustomFieldList, CustomFieldListParams, CustomFieldRetriev
|
|
|
8
8
|
import * as PostStatusesAPI from "./post-statuses.mjs";
|
|
9
9
|
import { PostStatus, PostStatusListParams, PostStatusListResponse, PostStatusRetrieveParams, PostStatuses } from "./post-statuses.mjs";
|
|
10
10
|
import * as PostsAPI from "./posts/posts.mjs";
|
|
11
|
-
import { Post, PostAccess, PostAuthor, PostCreateParams, PostDeleteParams, PostDeleteResponse, PostFeatures, PostListParams, PostMergeParams, PostRetrieveParams, PostSearchParams, PostSearchResponse, PostTag, PostUnmergeParams, PostUpdateParams, Posts, PostsCursorPage, SearchFilter, SearchFilterGroup } from "./posts/posts.mjs";
|
|
11
|
+
import { Post, PostAccess, PostAuthor, PostCreateParams, PostDeleteParams, PostDeleteResponse, PostFeatures, PostList, PostListParams, PostMergeParams, PostProcessing, PostRetrieveParams, PostSearchParams, PostSearchResponse, PostTag, PostUnmergeParams, PostUpdateParams, Posts, PostsCursorPage, SearchFilter, SearchFilterGroup } from "./posts/posts.mjs";
|
|
12
12
|
export declare class Feedback extends APIResource {
|
|
13
13
|
boards: BoardsAPI.Boards;
|
|
14
14
|
posts: PostsAPI.Posts;
|
|
@@ -18,7 +18,7 @@ export declare class Feedback extends APIResource {
|
|
|
18
18
|
}
|
|
19
19
|
export declare namespace Feedback {
|
|
20
20
|
export { Boards as Boards, type Board as Board, type BoardListResponse as BoardListResponse, type BoardRetrieveParams as BoardRetrieveParams, type BoardListParams as BoardListParams, };
|
|
21
|
-
export { Posts as Posts, type Post as Post, type PostAccess as PostAccess, type PostAuthor as PostAuthor, type PostFeatures as PostFeatures, type PostTag as PostTag, type SearchFilter as SearchFilter, type SearchFilterGroup as SearchFilterGroup, type PostDeleteResponse as PostDeleteResponse, type PostSearchResponse as PostSearchResponse, type PostsCursorPage as PostsCursorPage, type PostCreateParams as PostCreateParams, type PostRetrieveParams as PostRetrieveParams, type PostUpdateParams as PostUpdateParams, type PostListParams as PostListParams, type PostDeleteParams as PostDeleteParams, type PostMergeParams as PostMergeParams, type PostSearchParams as PostSearchParams, type PostUnmergeParams as PostUnmergeParams, };
|
|
21
|
+
export { Posts as Posts, type Post as Post, type PostAccess as PostAccess, type PostAuthor as PostAuthor, type PostFeatures as PostFeatures, type PostList as PostList, type PostProcessing as PostProcessing, type PostTag as PostTag, type SearchFilter as SearchFilter, type SearchFilterGroup as SearchFilterGroup, type PostDeleteResponse as PostDeleteResponse, type PostSearchResponse as PostSearchResponse, type PostsCursorPage as PostsCursorPage, type PostCreateParams as PostCreateParams, type PostRetrieveParams as PostRetrieveParams, type PostUpdateParams as PostUpdateParams, type PostListParams as PostListParams, type PostDeleteParams as PostDeleteParams, type PostMergeParams as PostMergeParams, type PostSearchParams as PostSearchParams, type PostUnmergeParams as PostUnmergeParams, };
|
|
22
22
|
export { PostStatuses as PostStatuses, type PostStatus as PostStatus, type PostStatusListResponse as PostStatusListResponse, type PostStatusRetrieveParams as PostStatusRetrieveParams, type PostStatusListParams as PostStatusListParams, };
|
|
23
23
|
export { Comments as Comments, type Comment as Comment, type CommentAuthor as CommentAuthor, type CommentDelete0Response as CommentDelete0Response, type CommentDelete1Response as CommentDelete1Response, type CommentSearchResponse as CommentSearchResponse, type CommentsCursorPage as CommentsCursorPage, type CommentCreateParams as CommentCreateParams, type CommentRetrieveParams as CommentRetrieveParams, type CommentUpdateParams as CommentUpdateParams, type CommentListParams as CommentListParams, type CommentDelete0Params as CommentDelete0Params, type CommentDelete1Params as CommentDelete1Params, type CommentSearchParams as CommentSearchParams, };
|
|
24
24
|
export { CustomFields as CustomFields, type CustomField as CustomField, type CustomFieldList as CustomFieldList, type CustomFieldRetrieveParams as CustomFieldRetrieveParams, type CustomFieldListParams as CustomFieldListParams, };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback.d.mts","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"feedback.d.mts","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,7 @@ import { CustomField, CustomFieldList, CustomFieldListParams, CustomFieldRetriev
|
|
|
8
8
|
import * as PostStatusesAPI from "./post-statuses.js";
|
|
9
9
|
import { PostStatus, PostStatusListParams, PostStatusListResponse, PostStatusRetrieveParams, PostStatuses } from "./post-statuses.js";
|
|
10
10
|
import * as PostsAPI from "./posts/posts.js";
|
|
11
|
-
import { Post, PostAccess, PostAuthor, PostCreateParams, PostDeleteParams, PostDeleteResponse, PostFeatures, PostListParams, PostMergeParams, PostRetrieveParams, PostSearchParams, PostSearchResponse, PostTag, PostUnmergeParams, PostUpdateParams, Posts, PostsCursorPage, SearchFilter, SearchFilterGroup } from "./posts/posts.js";
|
|
11
|
+
import { Post, PostAccess, PostAuthor, PostCreateParams, PostDeleteParams, PostDeleteResponse, PostFeatures, PostList, PostListParams, PostMergeParams, PostProcessing, PostRetrieveParams, PostSearchParams, PostSearchResponse, PostTag, PostUnmergeParams, PostUpdateParams, Posts, PostsCursorPage, SearchFilter, SearchFilterGroup } from "./posts/posts.js";
|
|
12
12
|
export declare class Feedback extends APIResource {
|
|
13
13
|
boards: BoardsAPI.Boards;
|
|
14
14
|
posts: PostsAPI.Posts;
|
|
@@ -18,7 +18,7 @@ export declare class Feedback extends APIResource {
|
|
|
18
18
|
}
|
|
19
19
|
export declare namespace Feedback {
|
|
20
20
|
export { Boards as Boards, type Board as Board, type BoardListResponse as BoardListResponse, type BoardRetrieveParams as BoardRetrieveParams, type BoardListParams as BoardListParams, };
|
|
21
|
-
export { Posts as Posts, type Post as Post, type PostAccess as PostAccess, type PostAuthor as PostAuthor, type PostFeatures as PostFeatures, type PostTag as PostTag, type SearchFilter as SearchFilter, type SearchFilterGroup as SearchFilterGroup, type PostDeleteResponse as PostDeleteResponse, type PostSearchResponse as PostSearchResponse, type PostsCursorPage as PostsCursorPage, type PostCreateParams as PostCreateParams, type PostRetrieveParams as PostRetrieveParams, type PostUpdateParams as PostUpdateParams, type PostListParams as PostListParams, type PostDeleteParams as PostDeleteParams, type PostMergeParams as PostMergeParams, type PostSearchParams as PostSearchParams, type PostUnmergeParams as PostUnmergeParams, };
|
|
21
|
+
export { Posts as Posts, type Post as Post, type PostAccess as PostAccess, type PostAuthor as PostAuthor, type PostFeatures as PostFeatures, type PostList as PostList, type PostProcessing as PostProcessing, type PostTag as PostTag, type SearchFilter as SearchFilter, type SearchFilterGroup as SearchFilterGroup, type PostDeleteResponse as PostDeleteResponse, type PostSearchResponse as PostSearchResponse, type PostsCursorPage as PostsCursorPage, type PostCreateParams as PostCreateParams, type PostRetrieveParams as PostRetrieveParams, type PostUpdateParams as PostUpdateParams, type PostListParams as PostListParams, type PostDeleteParams as PostDeleteParams, type PostMergeParams as PostMergeParams, type PostSearchParams as PostSearchParams, type PostUnmergeParams as PostUnmergeParams, };
|
|
22
22
|
export { PostStatuses as PostStatuses, type PostStatus as PostStatus, type PostStatusListResponse as PostStatusListResponse, type PostStatusRetrieveParams as PostStatusRetrieveParams, type PostStatusListParams as PostStatusListParams, };
|
|
23
23
|
export { Comments as Comments, type Comment as Comment, type CommentAuthor as CommentAuthor, type CommentDelete0Response as CommentDelete0Response, type CommentDelete1Response as CommentDelete1Response, type CommentSearchResponse as CommentSearchResponse, type CommentsCursorPage as CommentsCursorPage, type CommentCreateParams as CommentCreateParams, type CommentRetrieveParams as CommentRetrieveParams, type CommentUpdateParams as CommentUpdateParams, type CommentListParams as CommentListParams, type CommentDelete0Params as CommentDelete0Params, type CommentDelete1Params as CommentDelete1Params, type CommentSearchParams as CommentSearchParams, };
|
|
24
24
|
export { CustomFields as CustomFields, type CustomField as CustomField, type CustomFieldList as CustomFieldList, type CustomFieldRetrieveParams as CustomFieldRetrieveParams, type CustomFieldListParams as CustomFieldListParams, };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback.js","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,+DAAsC;AACtC,wCAAkG;AAClG,mEAA0C;AAC1C,4CAeoB;AACpB,4EAAmD;AACnD,sDAMyB;AACzB,4EAAmD;AACnD,sDAMyB;AACzB,mEAA0C;AAC1C,
|
|
1
|
+
{"version":3,"file":"feedback.js","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,+DAAsC;AACtC,wCAAkG;AAClG,mEAA0C;AAC1C,4CAeoB;AACpB,4EAAmD;AACnD,sDAMyB;AACzB,4EAAmD;AACnD,sDAMyB;AACzB,mEAA0C;AAC1C,4CAsBuB;AAEvB,MAAa,QAAS,SAAQ,sBAAW;IAAzC;;QACE,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC9F,CAAC;CAAA;AAND,4BAMC;AAED,QAAQ,CAAC,MAAM,GAAG,eAAM,CAAC;AACzB,QAAQ,CAAC,KAAK,GAAG,aAAK,CAAC;AACvB,QAAQ,CAAC,YAAY,GAAG,4BAAY,CAAC;AACrC,QAAQ,CAAC,QAAQ,GAAG,mBAAQ,CAAC;AAC7B,QAAQ,CAAC,YAAY,GAAG,4BAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback.mjs","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,KAAK,SAAS,qBAAiB;AACtC,OAAO,EAAkE,MAAM,EAAE,qBAAiB;AAClG,OAAO,KAAK,WAAW,uBAAmB;AAC1C,OAAO,EAaL,QAAQ,GAET,uBAAmB;AACpB,OAAO,KAAK,eAAe,4BAAwB;AACnD,OAAO,EAKL,YAAY,GACb,4BAAwB;AACzB,OAAO,KAAK,eAAe,4BAAwB;AACnD,OAAO,EAKL,YAAY,GACb,4BAAwB;AACzB,OAAO,KAAK,QAAQ,0BAAsB;AAC1C,OAAO,
|
|
1
|
+
{"version":3,"file":"feedback.mjs","sourceRoot":"","sources":["../../src/resources/feedback/feedback.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,KAAK,SAAS,qBAAiB;AACtC,OAAO,EAAkE,MAAM,EAAE,qBAAiB;AAClG,OAAO,KAAK,WAAW,uBAAmB;AAC1C,OAAO,EAaL,QAAQ,GAET,uBAAmB;AACpB,OAAO,KAAK,eAAe,4BAAwB;AACnD,OAAO,EAKL,YAAY,GACb,4BAAwB;AACzB,OAAO,KAAK,eAAe,4BAAwB;AACnD,OAAO,EAKL,YAAY,GACb,4BAAwB;AACzB,OAAO,KAAK,QAAQ,0BAAsB;AAC1C,OAAO,EAkBL,KAAK,GAIN,0BAAsB;AAEvB,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,WAAM,GAAqB,IAAI,SAAS,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC9D,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,aAAQ,GAAyB,IAAI,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxE,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC9F,CAAC;CAAA;AAED,QAAQ,CAAC,MAAM,GAAG,MAAM,CAAC;AACzB,QAAQ,CAAC,KAAK,GAAG,KAAK,CAAC;AACvB,QAAQ,CAAC,YAAY,GAAG,YAAY,CAAC;AACrC,QAAQ,CAAC,QAAQ,GAAG,QAAQ,CAAC;AAC7B,QAAQ,CAAC,YAAY,GAAG,YAAY,CAAC"}
|
|
@@ -3,5 +3,5 @@ export { Comments, type Comment, type CommentAuthor, type CommentDelete0Response
|
|
|
3
3
|
export { CustomFields, type CustomField, type CustomFieldList, type CustomFieldRetrieveParams, type CustomFieldListParams, } from "./custom-fields.mjs";
|
|
4
4
|
export { Feedback } from "./feedback.mjs";
|
|
5
5
|
export { PostStatuses, type PostStatus, type PostStatusListResponse, type PostStatusRetrieveParams, type PostStatusListParams, } from "./post-statuses.mjs";
|
|
6
|
-
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts/index.mjs";
|
|
6
|
+
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostList, type PostProcessing, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts/index.mjs";
|
|
7
7
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,KAAK,EACV,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,eAAe,GACrB,qBAAiB;AAClB,OAAO,EACL,QAAQ,EACR,KAAK,OAAO,EACZ,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,GACxB,uBAAmB;AACpB,OAAO,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,GAC3B,4BAAwB;AACzB,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,OAAO,EACL,YAAY,EACZ,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,GAC1B,4BAAwB;AACzB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,0BAAsB"}
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,KAAK,EACV,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,eAAe,GACrB,qBAAiB;AAClB,OAAO,EACL,QAAQ,EACR,KAAK,OAAO,EACZ,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,GACxB,uBAAmB;AACpB,OAAO,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,GAC3B,4BAAwB;AACzB,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,OAAO,EACL,YAAY,EACZ,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,GAC1B,4BAAwB;AACzB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,0BAAsB"}
|
|
@@ -3,5 +3,5 @@ export { Comments, type Comment, type CommentAuthor, type CommentDelete0Response
|
|
|
3
3
|
export { CustomFields, type CustomField, type CustomFieldList, type CustomFieldRetrieveParams, type CustomFieldListParams, } from "./custom-fields.js";
|
|
4
4
|
export { Feedback } from "./feedback.js";
|
|
5
5
|
export { PostStatuses, type PostStatus, type PostStatusListResponse, type PostStatusRetrieveParams, type PostStatusListParams, } from "./post-statuses.js";
|
|
6
|
-
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts/index.js";
|
|
6
|
+
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostList, type PostProcessing, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts/index.js";
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,KAAK,EACV,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,eAAe,GACrB,oBAAiB;AAClB,OAAO,EACL,QAAQ,EACR,KAAK,OAAO,EACZ,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,GACxB,sBAAmB;AACpB,OAAO,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,GAC3B,2BAAwB;AACzB,OAAO,EAAE,QAAQ,EAAE,sBAAmB;AACtC,OAAO,EACL,YAAY,EACZ,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,GAC1B,2BAAwB;AACzB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,yBAAsB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,MAAM,EACN,KAAK,KAAK,EACV,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,eAAe,GACrB,oBAAiB;AAClB,OAAO,EACL,QAAQ,EACR,KAAK,OAAO,EACZ,KAAK,aAAa,EAClB,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,kBAAkB,GACxB,sBAAmB;AACpB,OAAO,EACL,YAAY,EACZ,KAAK,WAAW,EAChB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,qBAAqB,GAC3B,2BAAwB;AACzB,OAAO,EAAE,QAAQ,EAAE,sBAAmB;AACtC,OAAO,EACL,YAAY,EACZ,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,oBAAoB,GAC1B,2BAAwB;AACzB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,yBAAsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAMkB;AALhB,gGAAA,MAAM,OAAA;AAMR,0CAeoB;AAdlB,oGAAA,QAAQ,OAAA;AAeV,oDAMyB;AALvB,6GAAA,YAAY,OAAA;AAMd,0CAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,oDAMyB;AALvB,6GAAA,YAAY,OAAA;AAMd,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAMkB;AALhB,gGAAA,MAAM,OAAA;AAMR,0CAeoB;AAdlB,oGAAA,QAAQ,OAAA;AAeV,oDAMyB;AALvB,6GAAA,YAAY,OAAA;AAMd,0CAAsC;AAA7B,oGAAA,QAAQ,OAAA;AACjB,oDAMyB;AALvB,6GAAA,YAAY,OAAA;AAMd,0CAsBuB;AArBrB,8FAAA,KAAK,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,MAAM,GAKP,qBAAiB;AAClB,OAAO,EACL,QAAQ,GAcT,uBAAmB;AACpB,OAAO,EACL,YAAY,GAKb,4BAAwB;AACzB,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,OAAO,EACL,YAAY,GAKb,4BAAwB;AACzB,OAAO,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/feedback/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,MAAM,GAKP,qBAAiB;AAClB,OAAO,EACL,QAAQ,GAcT,uBAAmB;AACpB,OAAO,EACL,YAAY,GAKb,4BAAwB;AACzB,OAAO,EAAE,QAAQ,EAAE,uBAAmB;AACtC,OAAO,EACL,YAAY,GAKb,4BAAwB;AACzB,OAAO,EACL,KAAK,GAqBN,0BAAsB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Insights, type InsightListParams, type InsightConvertToPostParams, type InsightLinkParams, type InsightUnlinkParams, } from "./insights.mjs";
|
|
2
|
-
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts.mjs";
|
|
2
|
+
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostList, type PostProcessing, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts.mjs";
|
|
3
3
|
export { Voters, type VoterListResponse, type VoterAddResponse, type VoterRemoveResponse, type VoterListParams, type VoterAddParams, type VoterRemoveParams, type VoterListResponsesCursorPage, } from "./voters.mjs";
|
|
4
4
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,KAAK,iBAAiB,EACtB,KAAK,0BAA0B,EAC/B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,GACzB,uBAAmB;AACpB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,oBAAgB;AACjB,OAAO,EACL,MAAM,EACN,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,4BAA4B,GAClC,qBAAiB"}
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,KAAK,iBAAiB,EACtB,KAAK,0BAA0B,EAC/B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,GACzB,uBAAmB;AACpB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,oBAAgB;AACjB,OAAO,EACL,MAAM,EACN,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,4BAA4B,GAClC,qBAAiB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Insights, type InsightListParams, type InsightConvertToPostParams, type InsightLinkParams, type InsightUnlinkParams, } from "./insights.js";
|
|
2
|
-
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts.js";
|
|
2
|
+
export { Posts, type Post, type PostAccess, type PostAuthor, type PostFeatures, type PostList, type PostProcessing, type PostTag, type SearchFilter, type SearchFilterGroup, type PostDeleteResponse, type PostSearchResponse, type PostCreateParams, type PostRetrieveParams, type PostUpdateParams, type PostListParams, type PostDeleteParams, type PostMergeParams, type PostSearchParams, type PostUnmergeParams, type PostsCursorPage, } from "./posts.js";
|
|
3
3
|
export { Voters, type VoterListResponse, type VoterAddResponse, type VoterRemoveResponse, type VoterListParams, type VoterAddParams, type VoterRemoveParams, type VoterListResponsesCursorPage, } from "./voters.js";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,KAAK,iBAAiB,EACtB,KAAK,0BAA0B,EAC/B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,GACzB,sBAAmB;AACpB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,mBAAgB;AACjB,OAAO,EACL,MAAM,EACN,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,4BAA4B,GAClC,oBAAiB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,KAAK,iBAAiB,EACtB,KAAK,0BAA0B,EAC/B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,GACzB,sBAAmB;AACpB,OAAO,EACL,KAAK,EACL,KAAK,IAAI,EACT,KAAK,UAAU,EACf,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,eAAe,GACrB,mBAAgB;AACjB,OAAO,EACL,MAAM,EACN,KAAK,iBAAiB,EACtB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,iBAAiB,EACtB,KAAK,4BAA4B,GAClC,oBAAiB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAMoB;AALlB,oGAAA,QAAQ,OAAA;AAMV,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0CAMoB;AALlB,oGAAA,QAAQ,OAAA;AAMV,oCAsBiB;AArBf,8FAAA,KAAK,OAAA;AAsBP,sCASkB;AARhB,gGAAA,MAAM,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,QAAQ,GAKT,uBAAmB;AACpB,OAAO,EACL,KAAK,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/feedback/posts/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,QAAQ,GAKT,uBAAmB;AACpB,OAAO,EACL,KAAK,GAqBN,oBAAgB;AACjB,OAAO,EACL,MAAM,GAQP,qBAAiB"}
|
|
@@ -764,7 +764,7 @@ export interface Post {
|
|
|
764
764
|
* the create returned), with `results` listing what was made of the submission
|
|
765
765
|
* once the run has finished.
|
|
766
766
|
*/
|
|
767
|
-
processing?:
|
|
767
|
+
processing?: PostProcessing;
|
|
768
768
|
}
|
|
769
769
|
export declare namespace Post {
|
|
770
770
|
/**
|
|
@@ -929,85 +929,6 @@ export declare namespace Post {
|
|
|
929
929
|
objectType: 'Opportunity' | 'Case';
|
|
930
930
|
}
|
|
931
931
|
}
|
|
932
|
-
/**
|
|
933
|
-
* On POST /v2/posts — `queued`: a processing run (claim extraction or the Organize
|
|
934
|
-
* rewrite) was enqueued and its result lands asynchronously on the post.
|
|
935
|
-
* `skipped`: nothing was enqueued; `reason` says which gate decided
|
|
936
|
-
* ('request_mode' for every intakeMode: 'request' create). `existing`: the create
|
|
937
|
-
* was an idempotent replay and the post was not processed again. On GET
|
|
938
|
-
* /v2/posts/{id} this field is present only for posts created with
|
|
939
|
-
* `intakeMode: 'feedback'` and reports how far that processing has got ('queued',
|
|
940
|
-
* 'processing', 'complete', 'needs_review', or 'skipped' with the same `reason`
|
|
941
|
-
* the create returned), with `results` listing what was made of the submission
|
|
942
|
-
* once the run has finished.
|
|
943
|
-
*/
|
|
944
|
-
interface Processing {
|
|
945
|
-
/**
|
|
946
|
-
* 'queued' = an AI run was enqueued and has not landed yet; 'processing' = the run
|
|
947
|
-
* is working on the submission; 'complete' = it finished and `results` lists what
|
|
948
|
-
* it produced; 'needs_review' = it finished and a teammate still has to decide
|
|
949
|
-
* something; 'skipped' = nothing was enqueued (see `reason`); 'existing' =
|
|
950
|
-
* idempotent replay, not processed again.
|
|
951
|
-
*/
|
|
952
|
-
status: 'queued' | 'processing' | 'complete' | 'needs_review' | 'skipped' | 'existing';
|
|
953
|
-
/**
|
|
954
|
-
* Why processing was skipped. 'request_mode' = intakeMode was 'request' (the
|
|
955
|
-
* default); 'autopilot_off' = the workspace's Autopilot dial is off or its plan
|
|
956
|
-
* does not include it; 'pipeline_paused' = the platform paused AI processing (it
|
|
957
|
-
* resumes automatically); 'support_board' / 'spam_held' / 'staff_authored' /
|
|
958
|
-
* 'no_content' = the post did not qualify; 'source_too_long' = the text was over
|
|
959
|
-
* the length limit when the run read it (a create that long is normally refused
|
|
960
|
-
* with a 400 first); 'extraction_failed' = the AI could not read the text after
|
|
961
|
-
* repeated attempts; nothing was written, and opening the post in Triage runs the
|
|
962
|
-
* analysis again.
|
|
963
|
-
*/
|
|
964
|
-
reason?: 'request_mode' | 'autopilot_off' | 'insights_disabled' | 'pipeline_paused' | 'support_board' | 'spam_held' | 'staff_authored' | 'not_a_post' | 'no_board' | 'no_id' | 'no_content' | 'source_too_long' | 'extraction_failed' | 'hook_error';
|
|
965
|
-
/**
|
|
966
|
-
* What the workspace's "Organize submissions" lane made of this submission, one
|
|
967
|
-
* entry per ask it found, in the order they appear in the text. Present on GET
|
|
968
|
-
* /v2/posts/{id} for posts created with `intakeMode: 'feedback'` once the run has
|
|
969
|
-
* finished. Absent while the run is still working, and absent for workspaces that
|
|
970
|
-
* do not organize submissions — there the post itself is the request.
|
|
971
|
-
*/
|
|
972
|
-
results?: Array<Processing.Result>;
|
|
973
|
-
}
|
|
974
|
-
namespace Processing {
|
|
975
|
-
interface Result {
|
|
976
|
-
/**
|
|
977
|
-
* 'request' = the ask became a request of its own; 'attached' = it was added as
|
|
978
|
-
* evidence to a request that already existed; 'held' = it became a request that is
|
|
979
|
-
* waiting for a teammate to publish it; 'question' = it asked something and no
|
|
980
|
-
* request was created, so a teammate answers it.
|
|
981
|
-
*/
|
|
982
|
-
outcome: 'attached' | 'request' | 'question' | 'held';
|
|
983
|
-
/**
|
|
984
|
-
* The ask, as it was written up.
|
|
985
|
-
*/
|
|
986
|
-
title: string;
|
|
987
|
-
/**
|
|
988
|
-
* The request this ask became, or was attached to. Absent for a question, and
|
|
989
|
-
* absent when the request is not readable through this API (for example a ticket
|
|
990
|
-
* board).
|
|
991
|
-
*/
|
|
992
|
-
postId?: string;
|
|
993
|
-
/**
|
|
994
|
-
* Title of `postId`.
|
|
995
|
-
*/
|
|
996
|
-
postTitle?: string;
|
|
997
|
-
/**
|
|
998
|
-
* Why a 'held' result is waiting for a teammate. Only on a 'held' result, and only
|
|
999
|
-
* one of these codes: 'too_many_topics' = the submission held more separate asks
|
|
1000
|
-
* than one submission can become requests, so this one request lists the asks that
|
|
1001
|
-
* did not fit, one line each in the customer's words; 'uncertain' = the ask was
|
|
1002
|
-
* too vague to file without a person; 'custom_fields' = the board requires custom
|
|
1003
|
-
* fields this submission did not carry; 'processing_failed' = the AI could not
|
|
1004
|
-
* rewrite the text (the request then holds the original words) or could not check
|
|
1005
|
-
* this ask against existing requests, so a teammate confirms it is not a
|
|
1006
|
-
* duplicate.
|
|
1007
|
-
*/
|
|
1008
|
-
reason?: 'too_many_topics' | 'uncertain' | 'custom_fields' | 'processing_failed';
|
|
1009
|
-
}
|
|
1010
|
-
}
|
|
1011
932
|
}
|
|
1012
933
|
export interface PostAccess {
|
|
1013
934
|
/**
|
|
@@ -1051,6 +972,126 @@ export interface PostFeatures {
|
|
|
1051
972
|
*/
|
|
1052
973
|
commentsEnabled: boolean;
|
|
1053
974
|
}
|
|
975
|
+
export interface PostList {
|
|
976
|
+
/**
|
|
977
|
+
* Array of posts
|
|
978
|
+
*/
|
|
979
|
+
data: Array<Post>;
|
|
980
|
+
/**
|
|
981
|
+
* Cursor for fetching the next page (cursor-based pagination)
|
|
982
|
+
*/
|
|
983
|
+
nextCursor: string | null;
|
|
984
|
+
/**
|
|
985
|
+
* Object type identifier
|
|
986
|
+
*/
|
|
987
|
+
object: 'list';
|
|
988
|
+
/**
|
|
989
|
+
* Pagination metadata for page-based requests
|
|
990
|
+
*/
|
|
991
|
+
pagination?: PostList.Pagination;
|
|
992
|
+
}
|
|
993
|
+
export declare namespace PostList {
|
|
994
|
+
/**
|
|
995
|
+
* Pagination metadata for page-based requests
|
|
996
|
+
*/
|
|
997
|
+
interface Pagination {
|
|
998
|
+
/**
|
|
999
|
+
* Items per page
|
|
1000
|
+
*/
|
|
1001
|
+
limit: number;
|
|
1002
|
+
/**
|
|
1003
|
+
* Current page number
|
|
1004
|
+
*/
|
|
1005
|
+
page: number;
|
|
1006
|
+
/**
|
|
1007
|
+
* Total number of items
|
|
1008
|
+
*/
|
|
1009
|
+
total: number;
|
|
1010
|
+
/**
|
|
1011
|
+
* Total number of pages
|
|
1012
|
+
*/
|
|
1013
|
+
totalPages: number;
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
/**
|
|
1017
|
+
* On POST /v2/posts — `queued`: a processing run (claim extraction or the Organize
|
|
1018
|
+
* rewrite) was enqueued and its result lands asynchronously on the post.
|
|
1019
|
+
* `skipped`: nothing was enqueued; `reason` says which gate decided
|
|
1020
|
+
* ('request_mode' for every intakeMode: 'request' create). `existing`: the create
|
|
1021
|
+
* was an idempotent replay and the post was not processed again. On GET
|
|
1022
|
+
* /v2/posts/{id} this field is present only for posts created with
|
|
1023
|
+
* `intakeMode: 'feedback'` and reports how far that processing has got ('queued',
|
|
1024
|
+
* 'processing', 'complete', 'needs_review', or 'skipped' with the same `reason`
|
|
1025
|
+
* the create returned), with `results` listing what was made of the submission
|
|
1026
|
+
* once the run has finished.
|
|
1027
|
+
*/
|
|
1028
|
+
export interface PostProcessing {
|
|
1029
|
+
/**
|
|
1030
|
+
* 'queued' = an AI run was enqueued and has not landed yet; 'processing' = the run
|
|
1031
|
+
* is working on the submission; 'complete' = it finished and `results` lists what
|
|
1032
|
+
* it produced; 'needs_review' = it finished and a teammate still has to decide
|
|
1033
|
+
* something; 'skipped' = nothing was enqueued (see `reason`); 'existing' =
|
|
1034
|
+
* idempotent replay, not processed again.
|
|
1035
|
+
*/
|
|
1036
|
+
status: 'queued' | 'processing' | 'complete' | 'needs_review' | 'skipped' | 'existing';
|
|
1037
|
+
/**
|
|
1038
|
+
* Why processing was skipped. 'request_mode' = intakeMode was 'request' (the
|
|
1039
|
+
* default); 'autopilot_off' = the workspace's Autopilot dial is off or its plan
|
|
1040
|
+
* does not include it; 'pipeline_paused' = the platform paused AI processing (it
|
|
1041
|
+
* resumes automatically); 'support_board' / 'spam_held' / 'staff_authored' /
|
|
1042
|
+
* 'no_content' = the post did not qualify; 'source_too_long' = the text was over
|
|
1043
|
+
* the length limit when the run read it (a create that long is normally refused
|
|
1044
|
+
* with a 400 first); 'extraction_failed' = the AI could not read the text after
|
|
1045
|
+
* repeated attempts; nothing was written, and opening the post in Triage runs the
|
|
1046
|
+
* analysis again.
|
|
1047
|
+
*/
|
|
1048
|
+
reason?: 'request_mode' | 'autopilot_off' | 'insights_disabled' | 'pipeline_paused' | 'support_board' | 'spam_held' | 'staff_authored' | 'not_a_post' | 'no_board' | 'no_id' | 'no_content' | 'source_too_long' | 'extraction_failed' | 'hook_error';
|
|
1049
|
+
/**
|
|
1050
|
+
* What the workspace's "Organize submissions" lane made of this submission, one
|
|
1051
|
+
* entry per ask it found, in the order they appear in the text. Present on GET
|
|
1052
|
+
* /v2/posts/{id} for posts created with `intakeMode: 'feedback'` once the run has
|
|
1053
|
+
* finished. Absent while the run is still working, and absent for workspaces that
|
|
1054
|
+
* do not organize submissions — there the post itself is the request.
|
|
1055
|
+
*/
|
|
1056
|
+
results?: Array<PostProcessing.Result>;
|
|
1057
|
+
}
|
|
1058
|
+
export declare namespace PostProcessing {
|
|
1059
|
+
interface Result {
|
|
1060
|
+
/**
|
|
1061
|
+
* 'request' = the ask became a request of its own; 'attached' = it was added as
|
|
1062
|
+
* evidence to a request that already existed; 'held' = it became a request that is
|
|
1063
|
+
* waiting for a teammate to publish it; 'question' = it asked something and no
|
|
1064
|
+
* request was created, so a teammate answers it.
|
|
1065
|
+
*/
|
|
1066
|
+
outcome: 'attached' | 'request' | 'question' | 'held';
|
|
1067
|
+
/**
|
|
1068
|
+
* The ask, as it was written up.
|
|
1069
|
+
*/
|
|
1070
|
+
title: string;
|
|
1071
|
+
/**
|
|
1072
|
+
* The request this ask became, or was attached to. Absent for a question, and
|
|
1073
|
+
* absent when the request is not readable through this API (for example a ticket
|
|
1074
|
+
* board).
|
|
1075
|
+
*/
|
|
1076
|
+
postId?: string;
|
|
1077
|
+
/**
|
|
1078
|
+
* Title of `postId`.
|
|
1079
|
+
*/
|
|
1080
|
+
postTitle?: string;
|
|
1081
|
+
/**
|
|
1082
|
+
* Why a 'held' result is waiting for a teammate. Only on a 'held' result, and only
|
|
1083
|
+
* one of these codes: 'too_many_topics' = the submission held more separate asks
|
|
1084
|
+
* than one submission can become requests, so this one request lists the asks that
|
|
1085
|
+
* did not fit, one line each in the customer's words; 'uncertain' = the ask was
|
|
1086
|
+
* too vague to file without a person; 'custom_fields' = the board requires custom
|
|
1087
|
+
* fields this submission did not carry; 'processing_failed' = the AI could not
|
|
1088
|
+
* rewrite the text (the request then holds the original words) or could not check
|
|
1089
|
+
* this ask against existing requests, so a teammate confirms it is not a
|
|
1090
|
+
* duplicate.
|
|
1091
|
+
*/
|
|
1092
|
+
reason?: 'too_many_topics' | 'uncertain' | 'custom_fields' | 'processing_failed';
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1054
1095
|
export interface PostTag {
|
|
1055
1096
|
/**
|
|
1056
1097
|
* Tag unique identifier
|
|
@@ -1276,7 +1317,7 @@ export declare namespace PostSearchResponse {
|
|
|
1276
1317
|
* the create returned), with `results` listing what was made of the submission
|
|
1277
1318
|
* once the run has finished.
|
|
1278
1319
|
*/
|
|
1279
|
-
processing?:
|
|
1320
|
+
processing?: PostsAPI.PostProcessing;
|
|
1280
1321
|
}
|
|
1281
1322
|
namespace Data {
|
|
1282
1323
|
/**
|
|
@@ -1441,85 +1482,6 @@ export declare namespace PostSearchResponse {
|
|
|
1441
1482
|
objectType: 'Opportunity' | 'Case';
|
|
1442
1483
|
}
|
|
1443
1484
|
}
|
|
1444
|
-
/**
|
|
1445
|
-
* On POST /v2/posts — `queued`: a processing run (claim extraction or the Organize
|
|
1446
|
-
* rewrite) was enqueued and its result lands asynchronously on the post.
|
|
1447
|
-
* `skipped`: nothing was enqueued; `reason` says which gate decided
|
|
1448
|
-
* ('request_mode' for every intakeMode: 'request' create). `existing`: the create
|
|
1449
|
-
* was an idempotent replay and the post was not processed again. On GET
|
|
1450
|
-
* /v2/posts/{id} this field is present only for posts created with
|
|
1451
|
-
* `intakeMode: 'feedback'` and reports how far that processing has got ('queued',
|
|
1452
|
-
* 'processing', 'complete', 'needs_review', or 'skipped' with the same `reason`
|
|
1453
|
-
* the create returned), with `results` listing what was made of the submission
|
|
1454
|
-
* once the run has finished.
|
|
1455
|
-
*/
|
|
1456
|
-
interface Processing {
|
|
1457
|
-
/**
|
|
1458
|
-
* 'queued' = an AI run was enqueued and has not landed yet; 'processing' = the run
|
|
1459
|
-
* is working on the submission; 'complete' = it finished and `results` lists what
|
|
1460
|
-
* it produced; 'needs_review' = it finished and a teammate still has to decide
|
|
1461
|
-
* something; 'skipped' = nothing was enqueued (see `reason`); 'existing' =
|
|
1462
|
-
* idempotent replay, not processed again.
|
|
1463
|
-
*/
|
|
1464
|
-
status: 'queued' | 'processing' | 'complete' | 'needs_review' | 'skipped' | 'existing';
|
|
1465
|
-
/**
|
|
1466
|
-
* Why processing was skipped. 'request_mode' = intakeMode was 'request' (the
|
|
1467
|
-
* default); 'autopilot_off' = the workspace's Autopilot dial is off or its plan
|
|
1468
|
-
* does not include it; 'pipeline_paused' = the platform paused AI processing (it
|
|
1469
|
-
* resumes automatically); 'support_board' / 'spam_held' / 'staff_authored' /
|
|
1470
|
-
* 'no_content' = the post did not qualify; 'source_too_long' = the text was over
|
|
1471
|
-
* the length limit when the run read it (a create that long is normally refused
|
|
1472
|
-
* with a 400 first); 'extraction_failed' = the AI could not read the text after
|
|
1473
|
-
* repeated attempts; nothing was written, and opening the post in Triage runs the
|
|
1474
|
-
* analysis again.
|
|
1475
|
-
*/
|
|
1476
|
-
reason?: 'request_mode' | 'autopilot_off' | 'insights_disabled' | 'pipeline_paused' | 'support_board' | 'spam_held' | 'staff_authored' | 'not_a_post' | 'no_board' | 'no_id' | 'no_content' | 'source_too_long' | 'extraction_failed' | 'hook_error';
|
|
1477
|
-
/**
|
|
1478
|
-
* What the workspace's "Organize submissions" lane made of this submission, one
|
|
1479
|
-
* entry per ask it found, in the order they appear in the text. Present on GET
|
|
1480
|
-
* /v2/posts/{id} for posts created with `intakeMode: 'feedback'` once the run has
|
|
1481
|
-
* finished. Absent while the run is still working, and absent for workspaces that
|
|
1482
|
-
* do not organize submissions — there the post itself is the request.
|
|
1483
|
-
*/
|
|
1484
|
-
results?: Array<Processing.Result>;
|
|
1485
|
-
}
|
|
1486
|
-
namespace Processing {
|
|
1487
|
-
interface Result {
|
|
1488
|
-
/**
|
|
1489
|
-
* 'request' = the ask became a request of its own; 'attached' = it was added as
|
|
1490
|
-
* evidence to a request that already existed; 'held' = it became a request that is
|
|
1491
|
-
* waiting for a teammate to publish it; 'question' = it asked something and no
|
|
1492
|
-
* request was created, so a teammate answers it.
|
|
1493
|
-
*/
|
|
1494
|
-
outcome: 'attached' | 'request' | 'question' | 'held';
|
|
1495
|
-
/**
|
|
1496
|
-
* The ask, as it was written up.
|
|
1497
|
-
*/
|
|
1498
|
-
title: string;
|
|
1499
|
-
/**
|
|
1500
|
-
* The request this ask became, or was attached to. Absent for a question, and
|
|
1501
|
-
* absent when the request is not readable through this API (for example a ticket
|
|
1502
|
-
* board).
|
|
1503
|
-
*/
|
|
1504
|
-
postId?: string;
|
|
1505
|
-
/**
|
|
1506
|
-
* Title of `postId`.
|
|
1507
|
-
*/
|
|
1508
|
-
postTitle?: string;
|
|
1509
|
-
/**
|
|
1510
|
-
* Why a 'held' result is waiting for a teammate. Only on a 'held' result, and only
|
|
1511
|
-
* one of these codes: 'too_many_topics' = the submission held more separate asks
|
|
1512
|
-
* than one submission can become requests, so this one request lists the asks that
|
|
1513
|
-
* did not fit, one line each in the customer's words; 'uncertain' = the ask was
|
|
1514
|
-
* too vague to file without a person; 'custom_fields' = the board requires custom
|
|
1515
|
-
* fields this submission did not carry; 'processing_failed' = the AI could not
|
|
1516
|
-
* rewrite the text (the request then holds the original words) or could not check
|
|
1517
|
-
* this ask against existing requests, so a teammate confirms it is not a
|
|
1518
|
-
* duplicate.
|
|
1519
|
-
*/
|
|
1520
|
-
reason?: 'too_many_topics' | 'uncertain' | 'custom_fields' | 'processing_failed';
|
|
1521
|
-
}
|
|
1522
|
-
}
|
|
1523
1485
|
}
|
|
1524
1486
|
}
|
|
1525
1487
|
export interface PostCreateParams {
|
|
@@ -1914,7 +1876,7 @@ export interface PostUnmergeParams {
|
|
|
1914
1876
|
'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
|
|
1915
1877
|
}
|
|
1916
1878
|
export declare namespace Posts {
|
|
1917
|
-
export { type Post as Post, type PostAccess as PostAccess, type PostAuthor as PostAuthor, type PostFeatures as PostFeatures, type PostTag as PostTag, type SearchFilter as SearchFilter, type SearchFilterGroup as SearchFilterGroup, type PostDeleteResponse as PostDeleteResponse, type PostSearchResponse as PostSearchResponse, type PostsCursorPage as PostsCursorPage, type PostCreateParams as PostCreateParams, type PostRetrieveParams as PostRetrieveParams, type PostUpdateParams as PostUpdateParams, type PostListParams as PostListParams, type PostDeleteParams as PostDeleteParams, type PostMergeParams as PostMergeParams, type PostSearchParams as PostSearchParams, type PostUnmergeParams as PostUnmergeParams, };
|
|
1879
|
+
export { type Post as Post, type PostAccess as PostAccess, type PostAuthor as PostAuthor, type PostFeatures as PostFeatures, type PostList as PostList, type PostProcessing as PostProcessing, type PostTag as PostTag, type SearchFilter as SearchFilter, type SearchFilterGroup as SearchFilterGroup, type PostDeleteResponse as PostDeleteResponse, type PostSearchResponse as PostSearchResponse, type PostsCursorPage as PostsCursorPage, type PostCreateParams as PostCreateParams, type PostRetrieveParams as PostRetrieveParams, type PostUpdateParams as PostUpdateParams, type PostListParams as PostListParams, type PostDeleteParams as PostDeleteParams, type PostMergeParams as PostMergeParams, type PostSearchParams as PostSearchParams, type PostUnmergeParams as PostUnmergeParams, };
|
|
1918
1880
|
export { Voters as Voters, type VoterListResponse as VoterListResponse, type VoterAddResponse as VoterAddResponse, type VoterRemoveResponse as VoterRemoveResponse, type VoterListResponsesCursorPage as VoterListResponsesCursorPage, type VoterListParams as VoterListParams, type VoterAddParams as VoterAddParams, type VoterRemoveParams as VoterRemoveParams, };
|
|
1919
1881
|
export { Insights as Insights, type InsightListParams as InsightListParams, type InsightConvertToPostParams as InsightConvertToPostParams, type InsightLinkParams as InsightLinkParams, type InsightUnlinkParams as InsightUnlinkParams, };
|
|
1920
1882
|
}
|