@usenotra/sdk 1.0.1 → 1.0.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/README.md +4 -2
- package/dist/commonjs/funcs/content-delete-integration.d.ts +18 -0
- package/dist/commonjs/funcs/content-delete-integration.d.ts.map +1 -0
- package/dist/commonjs/funcs/content-delete-integration.js +125 -0
- package/dist/commonjs/funcs/content-delete-integration.js.map +1 -0
- package/dist/commonjs/funcs/content-delete-post.js +2 -2
- package/dist/commonjs/funcs/content-delete-post.js.map +1 -1
- package/dist/commonjs/funcs/content-list-posts.js +1 -0
- package/dist/commonjs/funcs/content-list-posts.js.map +1 -1
- package/dist/commonjs/funcs/content-update-post.js +2 -2
- package/dist/commonjs/funcs/content-update-post.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/encodings.d.ts +1 -0
- package/dist/commonjs/lib/encodings.d.ts.map +1 -1
- package/dist/commonjs/lib/encodings.js +7 -0
- package/dist/commonjs/lib/encodings.js.map +1 -1
- package/dist/commonjs/lib/security.d.ts +1 -1
- package/dist/commonjs/lib/security.d.ts.map +1 -1
- package/dist/commonjs/lib/security.js +19 -8
- package/dist/commonjs/lib/security.js.map +1 -1
- package/dist/commonjs/models/operations/delete-brand-identity.d.ts +8 -8
- package/dist/commonjs/models/operations/delete-brand-identity.d.ts.map +1 -1
- package/dist/commonjs/models/operations/delete-brand-identity.js +11 -11
- package/dist/commonjs/models/operations/delete-brand-identity.js.map +1 -1
- package/dist/commonjs/models/operations/delete-integration.d.ts +49 -0
- package/dist/commonjs/models/operations/delete-integration.d.ts.map +1 -0
- package/dist/commonjs/models/operations/delete-integration.js +92 -0
- package/dist/commonjs/models/operations/delete-integration.js.map +1 -0
- package/dist/commonjs/models/operations/index.d.ts +1 -0
- package/dist/commonjs/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/models/operations/index.js +1 -0
- package/dist/commonjs/models/operations/index.js.map +1 -1
- package/dist/commonjs/models/operations/list-posts.d.ts +15 -60
- package/dist/commonjs/models/operations/list-posts.d.ts.map +1 -1
- package/dist/commonjs/models/operations/list-posts.js +7 -59
- package/dist/commonjs/models/operations/list-posts.js.map +1 -1
- package/dist/commonjs/sdk/content.d.ts +13 -6
- package/dist/commonjs/sdk/content.d.ts.map +1 -1
- package/dist/commonjs/sdk/content.js +18 -8
- package/dist/commonjs/sdk/content.js.map +1 -1
- package/dist/esm/funcs/content-delete-integration.d.ts +18 -0
- package/dist/esm/funcs/content-delete-integration.d.ts.map +1 -0
- package/dist/esm/funcs/content-delete-integration.js +89 -0
- package/dist/esm/funcs/content-delete-integration.js.map +1 -0
- package/dist/esm/funcs/content-delete-post.js +2 -2
- package/dist/esm/funcs/content-delete-post.js.map +1 -1
- package/dist/esm/funcs/content-list-posts.js +1 -0
- package/dist/esm/funcs/content-list-posts.js.map +1 -1
- package/dist/esm/funcs/content-update-post.js +2 -2
- package/dist/esm/funcs/content-update-post.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/encodings.d.ts +1 -0
- package/dist/esm/lib/encodings.d.ts.map +1 -1
- package/dist/esm/lib/encodings.js +6 -0
- package/dist/esm/lib/encodings.js.map +1 -1
- package/dist/esm/lib/security.d.ts +1 -1
- package/dist/esm/lib/security.d.ts.map +1 -1
- package/dist/esm/lib/security.js +19 -8
- package/dist/esm/lib/security.js.map +1 -1
- package/dist/esm/models/operations/delete-brand-identity.d.ts +8 -8
- package/dist/esm/models/operations/delete-brand-identity.d.ts.map +1 -1
- package/dist/esm/models/operations/delete-brand-identity.js +8 -8
- package/dist/esm/models/operations/delete-brand-identity.js.map +1 -1
- package/dist/esm/models/operations/delete-integration.d.ts +49 -0
- package/dist/esm/models/operations/delete-integration.d.ts.map +1 -0
- package/dist/esm/models/operations/delete-integration.js +51 -0
- package/dist/esm/models/operations/delete-integration.js.map +1 -0
- package/dist/esm/models/operations/index.d.ts +1 -0
- package/dist/esm/models/operations/index.d.ts.map +1 -1
- package/dist/esm/models/operations/index.js +1 -0
- package/dist/esm/models/operations/index.js.map +1 -1
- package/dist/esm/models/operations/list-posts.d.ts +15 -60
- package/dist/esm/models/operations/list-posts.d.ts.map +1 -1
- package/dist/esm/models/operations/list-posts.js +6 -56
- package/dist/esm/models/operations/list-posts.js.map +1 -1
- package/dist/esm/sdk/content.d.ts +13 -6
- package/dist/esm/sdk/content.d.ts.map +1 -1
- package/dist/esm/sdk/content.js +18 -8
- package/dist/esm/sdk/content.js.map +1 -1
- package/package.json +1 -1
|
@@ -37,11 +37,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
37
37
|
};
|
|
38
38
|
})();
|
|
39
39
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
-
exports.DeleteBrandIdentityResponse$inboundSchema = exports.
|
|
40
|
+
exports.DeleteBrandIdentityResponse$inboundSchema = exports.DeleteBrandIdentityDisabledEvent$inboundSchema = exports.DeleteBrandIdentityDisabledSchedule$inboundSchema = exports.DeleteBrandIdentityOrganization$inboundSchema = exports.DeleteBrandIdentityRequest$outboundSchema = void 0;
|
|
41
41
|
exports.deleteBrandIdentityRequestToJSON = deleteBrandIdentityRequestToJSON;
|
|
42
42
|
exports.deleteBrandIdentityOrganizationFromJSON = deleteBrandIdentityOrganizationFromJSON;
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
43
|
+
exports.deleteBrandIdentityDisabledScheduleFromJSON = deleteBrandIdentityDisabledScheduleFromJSON;
|
|
44
|
+
exports.deleteBrandIdentityDisabledEventFromJSON = deleteBrandIdentityDisabledEventFromJSON;
|
|
45
45
|
exports.deleteBrandIdentityResponseFromJSON = deleteBrandIdentityResponseFromJSON;
|
|
46
46
|
const z = __importStar(require("zod/v4-mini"));
|
|
47
47
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
@@ -64,27 +64,27 @@ function deleteBrandIdentityOrganizationFromJSON(jsonString) {
|
|
|
64
64
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteBrandIdentityOrganization$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteBrandIdentityOrganization' from JSON`);
|
|
65
65
|
}
|
|
66
66
|
/** @internal */
|
|
67
|
-
exports.
|
|
67
|
+
exports.DeleteBrandIdentityDisabledSchedule$inboundSchema = z.object({
|
|
68
68
|
id: types.string(),
|
|
69
69
|
name: types.string(),
|
|
70
70
|
});
|
|
71
|
-
function
|
|
72
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
71
|
+
function deleteBrandIdentityDisabledScheduleFromJSON(jsonString) {
|
|
72
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteBrandIdentityDisabledSchedule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteBrandIdentityDisabledSchedule' from JSON`);
|
|
73
73
|
}
|
|
74
74
|
/** @internal */
|
|
75
|
-
exports.
|
|
75
|
+
exports.DeleteBrandIdentityDisabledEvent$inboundSchema = z.object({
|
|
76
76
|
id: types.string(),
|
|
77
77
|
name: types.string(),
|
|
78
78
|
});
|
|
79
|
-
function
|
|
80
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
79
|
+
function deleteBrandIdentityDisabledEventFromJSON(jsonString) {
|
|
80
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteBrandIdentityDisabledEvent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteBrandIdentityDisabledEvent' from JSON`);
|
|
81
81
|
}
|
|
82
82
|
/** @internal */
|
|
83
83
|
exports.DeleteBrandIdentityResponse$inboundSchema = z.object({
|
|
84
84
|
id: types.string(),
|
|
85
85
|
organization: z.lazy(() => exports.DeleteBrandIdentityOrganization$inboundSchema),
|
|
86
|
-
disabledSchedules: z.array(z.lazy(() => exports.
|
|
87
|
-
disabledEvents: z.array(z.lazy(() => exports.
|
|
86
|
+
disabledSchedules: z.array(z.lazy(() => exports.DeleteBrandIdentityDisabledSchedule$inboundSchema)),
|
|
87
|
+
disabledEvents: z.array(z.lazy(() => exports.DeleteBrandIdentityDisabledEvent$inboundSchema)),
|
|
88
88
|
});
|
|
89
89
|
function deleteBrandIdentityResponseFromJSON(jsonString) {
|
|
90
90
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteBrandIdentityResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteBrandIdentityResponse' from JSON`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-brand-identity.js","sourceRoot":"","sources":["../../../../src/models/operations/delete-brand-identity.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDH,4EAMC;AAaD,0FAQC;AAWD,
|
|
1
|
+
{"version":3,"file":"delete-brand-identity.js","sourceRoot":"","sources":["../../../../src/models/operations/delete-brand-identity.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDH,4EAMC;AAaD,0FAQC;AAWD,kGASC;AAWD,4FAQC;AAiBD,kFAQC;AA7ID,+CAAiC;AACjC,qDAAiD;AAEjD,iEAAmD;AAuCnD,gBAAgB;AACH,QAAA,yCAAyC,GAGlD,CAAC,CAAC,MAAM,CAAC;IACX,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE;CAC5B,CAAC,CAAC;AAEH,SAAgB,gCAAgC,CAC9C,0BAAsD;IAEtD,OAAO,IAAI,CAAC,SAAS,CACnB,iDAAyC,CAAC,KAAK,CAAC,0BAA0B,CAAC,CAC5E,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,6CAA6C,GAGtD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CACrC,CAAC,CAAC;AAEH,SAAgB,uCAAuC,CACrD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qDAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAC9D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,iDAAiD,GAG1D,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC;AAEH,SAAgB,2CAA2C,CACzD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,yDAAiD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,iEAAiE,CAClE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,8CAA8C,GAGvD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC;AAEH,SAAgB,wCAAwC,CACtD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,sDAA8C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,8DAA8D,CAC/D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,yCAAyC,GAGlD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,YAAY,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,qDAA6C,CAAC;IACzE,iBAAiB,EAAE,CAAC,CAAC,KAAK,CACxB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,yDAAiD,CAAC,CAChE;IACD,cAAc,EAAE,CAAC,CAAC,KAAK,CACrB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,sDAA8C,CAAC,CAC7D;CACF,CAAC,CAAC;AAEH,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
+
import { SDKValidationError } from "../errors/sdk-validation-error.js";
|
|
4
|
+
export type DeleteIntegrationRequest = {
|
|
5
|
+
integrationId: string;
|
|
6
|
+
};
|
|
7
|
+
export type DeleteIntegrationOrganization = {
|
|
8
|
+
id: string;
|
|
9
|
+
slug: string;
|
|
10
|
+
name: string;
|
|
11
|
+
logo: string | null;
|
|
12
|
+
};
|
|
13
|
+
export type DeleteIntegrationDisabledSchedule = {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
};
|
|
17
|
+
export type DeleteIntegrationDisabledEvent = {
|
|
18
|
+
id: string;
|
|
19
|
+
name: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Integration deleted successfully
|
|
23
|
+
*/
|
|
24
|
+
export type DeleteIntegrationResponse = {
|
|
25
|
+
id: string;
|
|
26
|
+
organization: DeleteIntegrationOrganization;
|
|
27
|
+
disabledSchedules: Array<DeleteIntegrationDisabledSchedule>;
|
|
28
|
+
disabledEvents: Array<DeleteIntegrationDisabledEvent>;
|
|
29
|
+
};
|
|
30
|
+
/** @internal */
|
|
31
|
+
export type DeleteIntegrationRequest$Outbound = {
|
|
32
|
+
integrationId: string;
|
|
33
|
+
};
|
|
34
|
+
/** @internal */
|
|
35
|
+
export declare const DeleteIntegrationRequest$outboundSchema: z.ZodMiniType<DeleteIntegrationRequest$Outbound, DeleteIntegrationRequest>;
|
|
36
|
+
export declare function deleteIntegrationRequestToJSON(deleteIntegrationRequest: DeleteIntegrationRequest): string;
|
|
37
|
+
/** @internal */
|
|
38
|
+
export declare const DeleteIntegrationOrganization$inboundSchema: z.ZodMiniType<DeleteIntegrationOrganization, unknown>;
|
|
39
|
+
export declare function deleteIntegrationOrganizationFromJSON(jsonString: string): SafeParseResult<DeleteIntegrationOrganization, SDKValidationError>;
|
|
40
|
+
/** @internal */
|
|
41
|
+
export declare const DeleteIntegrationDisabledSchedule$inboundSchema: z.ZodMiniType<DeleteIntegrationDisabledSchedule, unknown>;
|
|
42
|
+
export declare function deleteIntegrationDisabledScheduleFromJSON(jsonString: string): SafeParseResult<DeleteIntegrationDisabledSchedule, SDKValidationError>;
|
|
43
|
+
/** @internal */
|
|
44
|
+
export declare const DeleteIntegrationDisabledEvent$inboundSchema: z.ZodMiniType<DeleteIntegrationDisabledEvent, unknown>;
|
|
45
|
+
export declare function deleteIntegrationDisabledEventFromJSON(jsonString: string): SafeParseResult<DeleteIntegrationDisabledEvent, SDKValidationError>;
|
|
46
|
+
/** @internal */
|
|
47
|
+
export declare const DeleteIntegrationResponse$inboundSchema: z.ZodMiniType<DeleteIntegrationResponse, unknown>;
|
|
48
|
+
export declare function deleteIntegrationResponseFromJSON(jsonString: string): SafeParseResult<DeleteIntegrationResponse, SDKValidationError>;
|
|
49
|
+
//# sourceMappingURL=delete-integration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-integration.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/delete-integration.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AAEvE,MAAM,MAAM,wBAAwB,GAAG;IACrC,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC1C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,6BAA6B,CAAC;IAC5C,iBAAiB,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAC;IAC5D,cAAc,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;CACvD,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC9C,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,WAAW,CACjE,iCAAiC,EACjC,wBAAwB,CAGxB,CAAC;AAEH,wBAAgB,8BAA8B,CAC5C,wBAAwB,EAAE,wBAAwB,GACjD,MAAM,CAIR;AAED,gBAAgB;AAChB,eAAO,MAAM,2CAA2C,EAAE,CAAC,CAAC,WAAW,CACrE,6BAA6B,EAC7B,OAAO,CAMP,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,6BAA6B,EAAE,kBAAkB,CAAC,CAMpE;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,WAAW,CACzE,iCAAiC,EACjC,OAAO,CAIP,CAAC;AAEH,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,4CAA4C,EAAE,CAAC,CAAC,WAAW,CACtE,8BAA8B,EAC9B,OAAO,CAIP,CAAC;AAEH,wBAAgB,sCAAsC,CACpD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,8BAA8B,EAAE,kBAAkB,CAAC,CAMrE;AAED,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,WAAW,CACjE,yBAAyB,EACzB,OAAO,CAUP,CAAC;AAEH,wBAAgB,iCAAiC,CAC/C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,yBAAyB,EAAE,kBAAkB,CAAC,CAMhE"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
* @generated-id: 5b681d37ee17
|
|
5
|
+
*/
|
|
6
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
|
+
if (k2 === undefined) k2 = k;
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
9
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
10
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(o, k2, desc);
|
|
13
|
+
}) : (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
o[k2] = m[k];
|
|
16
|
+
}));
|
|
17
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
18
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
19
|
+
}) : function(o, v) {
|
|
20
|
+
o["default"] = v;
|
|
21
|
+
});
|
|
22
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
23
|
+
var ownKeys = function(o) {
|
|
24
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
25
|
+
var ar = [];
|
|
26
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
27
|
+
return ar;
|
|
28
|
+
};
|
|
29
|
+
return ownKeys(o);
|
|
30
|
+
};
|
|
31
|
+
return function (mod) {
|
|
32
|
+
if (mod && mod.__esModule) return mod;
|
|
33
|
+
var result = {};
|
|
34
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
35
|
+
__setModuleDefault(result, mod);
|
|
36
|
+
return result;
|
|
37
|
+
};
|
|
38
|
+
})();
|
|
39
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
+
exports.DeleteIntegrationResponse$inboundSchema = exports.DeleteIntegrationDisabledEvent$inboundSchema = exports.DeleteIntegrationDisabledSchedule$inboundSchema = exports.DeleteIntegrationOrganization$inboundSchema = exports.DeleteIntegrationRequest$outboundSchema = void 0;
|
|
41
|
+
exports.deleteIntegrationRequestToJSON = deleteIntegrationRequestToJSON;
|
|
42
|
+
exports.deleteIntegrationOrganizationFromJSON = deleteIntegrationOrganizationFromJSON;
|
|
43
|
+
exports.deleteIntegrationDisabledScheduleFromJSON = deleteIntegrationDisabledScheduleFromJSON;
|
|
44
|
+
exports.deleteIntegrationDisabledEventFromJSON = deleteIntegrationDisabledEventFromJSON;
|
|
45
|
+
exports.deleteIntegrationResponseFromJSON = deleteIntegrationResponseFromJSON;
|
|
46
|
+
const z = __importStar(require("zod/v4-mini"));
|
|
47
|
+
const schemas_js_1 = require("../../lib/schemas.js");
|
|
48
|
+
const types = __importStar(require("../../types/primitives.js"));
|
|
49
|
+
/** @internal */
|
|
50
|
+
exports.DeleteIntegrationRequest$outboundSchema = z.object({
|
|
51
|
+
integrationId: z.string(),
|
|
52
|
+
});
|
|
53
|
+
function deleteIntegrationRequestToJSON(deleteIntegrationRequest) {
|
|
54
|
+
return JSON.stringify(exports.DeleteIntegrationRequest$outboundSchema.parse(deleteIntegrationRequest));
|
|
55
|
+
}
|
|
56
|
+
/** @internal */
|
|
57
|
+
exports.DeleteIntegrationOrganization$inboundSchema = z.object({
|
|
58
|
+
id: types.string(),
|
|
59
|
+
slug: types.string(),
|
|
60
|
+
name: types.string(),
|
|
61
|
+
logo: types.nullable(types.string()),
|
|
62
|
+
});
|
|
63
|
+
function deleteIntegrationOrganizationFromJSON(jsonString) {
|
|
64
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteIntegrationOrganization$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteIntegrationOrganization' from JSON`);
|
|
65
|
+
}
|
|
66
|
+
/** @internal */
|
|
67
|
+
exports.DeleteIntegrationDisabledSchedule$inboundSchema = z.object({
|
|
68
|
+
id: types.string(),
|
|
69
|
+
name: types.string(),
|
|
70
|
+
});
|
|
71
|
+
function deleteIntegrationDisabledScheduleFromJSON(jsonString) {
|
|
72
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteIntegrationDisabledSchedule$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteIntegrationDisabledSchedule' from JSON`);
|
|
73
|
+
}
|
|
74
|
+
/** @internal */
|
|
75
|
+
exports.DeleteIntegrationDisabledEvent$inboundSchema = z.object({
|
|
76
|
+
id: types.string(),
|
|
77
|
+
name: types.string(),
|
|
78
|
+
});
|
|
79
|
+
function deleteIntegrationDisabledEventFromJSON(jsonString) {
|
|
80
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteIntegrationDisabledEvent$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteIntegrationDisabledEvent' from JSON`);
|
|
81
|
+
}
|
|
82
|
+
/** @internal */
|
|
83
|
+
exports.DeleteIntegrationResponse$inboundSchema = z.object({
|
|
84
|
+
id: types.string(),
|
|
85
|
+
organization: z.lazy(() => exports.DeleteIntegrationOrganization$inboundSchema),
|
|
86
|
+
disabledSchedules: z.array(z.lazy(() => exports.DeleteIntegrationDisabledSchedule$inboundSchema)),
|
|
87
|
+
disabledEvents: z.array(z.lazy(() => exports.DeleteIntegrationDisabledEvent$inboundSchema)),
|
|
88
|
+
});
|
|
89
|
+
function deleteIntegrationResponseFromJSON(jsonString) {
|
|
90
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.DeleteIntegrationResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'DeleteIntegrationResponse' from JSON`);
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=delete-integration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-integration.js","sourceRoot":"","sources":["../../../../src/models/operations/delete-integration.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoDH,wEAMC;AAaD,sFAQC;AAWD,8FAQC;AAWD,wFAQC;AAiBD,8EAQC;AA5ID,+CAAiC;AACjC,qDAAiD;AAEjD,iEAAmD;AAuCnD,gBAAgB;AACH,QAAA,uCAAuC,GAGhD,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;CAC1B,CAAC,CAAC;AAEH,SAAgB,8BAA8B,CAC5C,wBAAkD;IAElD,OAAO,IAAI,CAAC,SAAS,CACnB,+CAAuC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CACxE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,2CAA2C,GAGpD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;IACpB,IAAI,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CACrC,CAAC,CAAC;AAEH,SAAgB,qCAAqC,CACnD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,mDAA2C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACvE,2DAA2D,CAC5D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,+CAA+C,GAGxD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC;AAEH,SAAgB,yCAAyC,CACvD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uDAA+C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3E,+DAA+D,CAChE,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,4CAA4C,GAGrD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,EAAE;CACrB,CAAC,CAAC;AAEH,SAAgB,sCAAsC,CACpD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,oDAA4C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACxE,4DAA4D,CAC7D,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,uCAAuC,GAGhD,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,YAAY,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,mDAA2C,CAAC;IACvE,iBAAiB,EAAE,CAAC,CAAC,KAAK,CACxB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,uDAA+C,CAAC,CAC9D;IACD,cAAc,EAAE,CAAC,CAAC,KAAK,CACrB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,oDAA4C,CAAC,CAC3D;CACF,CAAC,CAAC;AAEH,SAAgB,iCAAiC,CAC/C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,+CAAuC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACnE,uDAAuD,CACxD,CAAC;AACJ,CAAC"}
|
|
@@ -2,6 +2,7 @@ export * from "./create-brand-identity.js";
|
|
|
2
2
|
export * from "./create-git-hub-integration.js";
|
|
3
3
|
export * from "./create-post-generation.js";
|
|
4
4
|
export * from "./delete-brand-identity.js";
|
|
5
|
+
export * from "./delete-integration.js";
|
|
5
6
|
export * from "./delete-post.js";
|
|
6
7
|
export * from "./get-brand-identity-generation.js";
|
|
7
8
|
export * from "./get-brand-identity.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAKA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":"AAKA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oCAAoC,CAAC;AACnD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC"}
|
|
@@ -22,6 +22,7 @@ __exportStar(require("./create-brand-identity.js"), exports);
|
|
|
22
22
|
__exportStar(require("./create-git-hub-integration.js"), exports);
|
|
23
23
|
__exportStar(require("./create-post-generation.js"), exports);
|
|
24
24
|
__exportStar(require("./delete-brand-identity.js"), exports);
|
|
25
|
+
__exportStar(require("./delete-integration.js"), exports);
|
|
25
26
|
__exportStar(require("./delete-post.js"), exports);
|
|
26
27
|
__exportStar(require("./get-brand-identity-generation.js"), exports);
|
|
27
28
|
__exportStar(require("./get-brand-identity.js"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,6DAA2C;AAC3C,kEAAgD;AAChD,8DAA4C;AAC5C,6DAA2C;AAC3C,mDAAiC;AACjC,qEAAmD;AACnD,0DAAwC;AACxC,2DAAyC;AACzC,gDAA8B;AAC9B,6DAA2C;AAC3C,yDAAuC;AACvC,kDAAgC;AAChC,6DAA2C;AAC3C,mDAAiC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/operations/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,6DAA2C;AAC3C,kEAAgD;AAChD,8DAA4C;AAC5C,6DAA2C;AAC3C,0DAAwC;AACxC,mDAAiC;AACjC,qEAAmD;AACnD,0DAAwC;AACxC,2DAAyC;AACzC,gDAA8B;AAC9B,6DAA2C;AAC3C,yDAAuC;AACvC,kDAAgC;AAChC,6DAA2C;AAC3C,mDAAiC"}
|
|
@@ -13,38 +13,6 @@ export declare const Sort: {
|
|
|
13
13
|
* Sort by creation date
|
|
14
14
|
*/
|
|
15
15
|
export type Sort = ClosedEnum<typeof Sort>;
|
|
16
|
-
export declare const StatusQueryParamEnum2: {
|
|
17
|
-
readonly Draft: "draft";
|
|
18
|
-
readonly Published: "published";
|
|
19
|
-
};
|
|
20
|
-
export type StatusQueryParamEnum2 = ClosedEnum<typeof StatusQueryParamEnum2>;
|
|
21
|
-
export declare const StatusQueryParamEnum1: {
|
|
22
|
-
readonly Draft: "draft";
|
|
23
|
-
readonly Published: "published";
|
|
24
|
-
};
|
|
25
|
-
export type StatusQueryParamEnum1 = ClosedEnum<typeof StatusQueryParamEnum1>;
|
|
26
|
-
/**
|
|
27
|
-
* Filter by status. Repeat the query param to pass multiple values.
|
|
28
|
-
*/
|
|
29
|
-
export type Status = StatusQueryParamEnum1 | Array<StatusQueryParamEnum2>;
|
|
30
|
-
export declare const ListPostsContentTypeEnum2: {
|
|
31
|
-
readonly Changelog: "changelog";
|
|
32
|
-
readonly LinkedinPost: "linkedin_post";
|
|
33
|
-
readonly TwitterPost: "twitter_post";
|
|
34
|
-
readonly BlogPost: "blog_post";
|
|
35
|
-
};
|
|
36
|
-
export type ListPostsContentTypeEnum2 = ClosedEnum<typeof ListPostsContentTypeEnum2>;
|
|
37
|
-
export declare const ListPostsContentTypeEnum1: {
|
|
38
|
-
readonly Changelog: "changelog";
|
|
39
|
-
readonly LinkedinPost: "linkedin_post";
|
|
40
|
-
readonly TwitterPost: "twitter_post";
|
|
41
|
-
readonly BlogPost: "blog_post";
|
|
42
|
-
};
|
|
43
|
-
export type ListPostsContentTypeEnum1 = ClosedEnum<typeof ListPostsContentTypeEnum1>;
|
|
44
|
-
/**
|
|
45
|
-
* Filter by content type. Repeat the query param to pass multiple values.
|
|
46
|
-
*/
|
|
47
|
-
export type ContentType = ListPostsContentTypeEnum1 | Array<ListPostsContentTypeEnum2>;
|
|
48
16
|
export type ListPostsRequest = {
|
|
49
17
|
/**
|
|
50
18
|
* Sort by creation date
|
|
@@ -59,13 +27,17 @@ export type ListPostsRequest = {
|
|
|
59
27
|
*/
|
|
60
28
|
page?: number | undefined;
|
|
61
29
|
/**
|
|
62
|
-
* Filter by status
|
|
30
|
+
* Filter by status using a comma-separated list.
|
|
31
|
+
*/
|
|
32
|
+
status?: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* Filter by content type using a comma-separated list.
|
|
63
35
|
*/
|
|
64
|
-
|
|
36
|
+
contentType?: string | undefined;
|
|
65
37
|
/**
|
|
66
|
-
* Filter by
|
|
38
|
+
* Filter by brand identity ID using a comma-separated list.
|
|
67
39
|
*/
|
|
68
|
-
|
|
40
|
+
brandIdentityId?: string | undefined;
|
|
69
41
|
};
|
|
70
42
|
export type ListPostsOrganization = {
|
|
71
43
|
id: string;
|
|
@@ -73,11 +45,11 @@ export type ListPostsOrganization = {
|
|
|
73
45
|
name: string;
|
|
74
46
|
logo: string | null;
|
|
75
47
|
};
|
|
76
|
-
export declare const
|
|
48
|
+
export declare const ListPostsStatus: {
|
|
77
49
|
readonly Draft: "draft";
|
|
78
50
|
readonly Published: "published";
|
|
79
51
|
};
|
|
80
|
-
export type
|
|
52
|
+
export type ListPostsStatus = OpenEnum<typeof ListPostsStatus>;
|
|
81
53
|
export type ListPostsPost = {
|
|
82
54
|
id: string;
|
|
83
55
|
title: string;
|
|
@@ -87,7 +59,7 @@ export type ListPostsPost = {
|
|
|
87
59
|
recommendations: string | null;
|
|
88
60
|
contentType: string;
|
|
89
61
|
sourceMetadata?: any | undefined;
|
|
90
|
-
status:
|
|
62
|
+
status: ListPostsStatus;
|
|
91
63
|
createdAt: string;
|
|
92
64
|
updatedAt: string;
|
|
93
65
|
};
|
|
@@ -110,30 +82,13 @@ export type ListPostsResponse = {
|
|
|
110
82
|
/** @internal */
|
|
111
83
|
export declare const Sort$outboundSchema: z.ZodMiniEnum<typeof Sort>;
|
|
112
84
|
/** @internal */
|
|
113
|
-
export declare const StatusQueryParamEnum2$outboundSchema: z.ZodMiniEnum<typeof StatusQueryParamEnum2>;
|
|
114
|
-
/** @internal */
|
|
115
|
-
export declare const StatusQueryParamEnum1$outboundSchema: z.ZodMiniEnum<typeof StatusQueryParamEnum1>;
|
|
116
|
-
/** @internal */
|
|
117
|
-
export type Status$Outbound = string | Array<string>;
|
|
118
|
-
/** @internal */
|
|
119
|
-
export declare const Status$outboundSchema: z.ZodMiniType<Status$Outbound, Status>;
|
|
120
|
-
export declare function statusToJSON(status: Status): string;
|
|
121
|
-
/** @internal */
|
|
122
|
-
export declare const ListPostsContentTypeEnum2$outboundSchema: z.ZodMiniEnum<typeof ListPostsContentTypeEnum2>;
|
|
123
|
-
/** @internal */
|
|
124
|
-
export declare const ListPostsContentTypeEnum1$outboundSchema: z.ZodMiniEnum<typeof ListPostsContentTypeEnum1>;
|
|
125
|
-
/** @internal */
|
|
126
|
-
export type ContentType$Outbound = string | Array<string>;
|
|
127
|
-
/** @internal */
|
|
128
|
-
export declare const ContentType$outboundSchema: z.ZodMiniType<ContentType$Outbound, ContentType>;
|
|
129
|
-
export declare function contentTypeToJSON(contentType: ContentType): string;
|
|
130
|
-
/** @internal */
|
|
131
85
|
export type ListPostsRequest$Outbound = {
|
|
132
86
|
sort: string;
|
|
133
87
|
limit: number;
|
|
134
88
|
page: number;
|
|
135
|
-
status?: string |
|
|
136
|
-
contentType?: string |
|
|
89
|
+
status?: string | undefined;
|
|
90
|
+
contentType?: string | undefined;
|
|
91
|
+
brandIdentityId?: string | undefined;
|
|
137
92
|
};
|
|
138
93
|
/** @internal */
|
|
139
94
|
export declare const ListPostsRequest$outboundSchema: z.ZodMiniType<ListPostsRequest$Outbound, ListPostsRequest>;
|
|
@@ -142,7 +97,7 @@ export declare function listPostsRequestToJSON(listPostsRequest: ListPostsReques
|
|
|
142
97
|
export declare const ListPostsOrganization$inboundSchema: z.ZodMiniType<ListPostsOrganization, unknown>;
|
|
143
98
|
export declare function listPostsOrganizationFromJSON(jsonString: string): SafeParseResult<ListPostsOrganization, SDKValidationError>;
|
|
144
99
|
/** @internal */
|
|
145
|
-
export declare const
|
|
100
|
+
export declare const ListPostsStatus$inboundSchema: z.ZodMiniType<ListPostsStatus, unknown>;
|
|
146
101
|
/** @internal */
|
|
147
102
|
export declare const ListPostsPost$inboundSchema: z.ZodMiniType<ListPostsPost, unknown>;
|
|
148
103
|
export declare function listPostsPostFromJSON(jsonString: string): SafeParseResult<ListPostsPost, SDKValidationError>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-posts.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/list-posts.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"list-posts.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/list-posts.ts"],"names":[],"mappings":"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"}
|
|
@@ -37,9 +37,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
37
37
|
};
|
|
38
38
|
})();
|
|
39
39
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
-
exports.ListPostsResponse$inboundSchema = exports.Pagination$inboundSchema = exports.ListPostsPost$inboundSchema = exports.
|
|
41
|
-
exports.statusToJSON = statusToJSON;
|
|
42
|
-
exports.contentTypeToJSON = contentTypeToJSON;
|
|
40
|
+
exports.ListPostsResponse$inboundSchema = exports.Pagination$inboundSchema = exports.ListPostsPost$inboundSchema = exports.ListPostsStatus$inboundSchema = exports.ListPostsOrganization$inboundSchema = exports.ListPostsRequest$outboundSchema = exports.Sort$outboundSchema = exports.ListPostsStatus = exports.Sort = void 0;
|
|
43
41
|
exports.listPostsRequestToJSON = listPostsRequestToJSON;
|
|
44
42
|
exports.listPostsOrganizationFromJSON = listPostsOrganizationFromJSON;
|
|
45
43
|
exports.listPostsPostFromJSON = listPostsPostFromJSON;
|
|
@@ -49,7 +47,6 @@ const z = __importStar(require("zod/v4-mini"));
|
|
|
49
47
|
const schemas_js_1 = require("../../lib/schemas.js");
|
|
50
48
|
const openEnums = __importStar(require("../../types/enums.js"));
|
|
51
49
|
const types = __importStar(require("../../types/primitives.js"));
|
|
52
|
-
const smart_union_js_1 = require("../../types/smart-union.js");
|
|
53
50
|
/**
|
|
54
51
|
* Sort by creation date
|
|
55
52
|
*/
|
|
@@ -57,69 +54,20 @@ exports.Sort = {
|
|
|
57
54
|
Asc: "asc",
|
|
58
55
|
Desc: "desc",
|
|
59
56
|
};
|
|
60
|
-
exports.
|
|
61
|
-
Draft: "draft",
|
|
62
|
-
Published: "published",
|
|
63
|
-
};
|
|
64
|
-
exports.StatusQueryParamEnum1 = {
|
|
65
|
-
Draft: "draft",
|
|
66
|
-
Published: "published",
|
|
67
|
-
};
|
|
68
|
-
exports.ListPostsContentTypeEnum2 = {
|
|
69
|
-
Changelog: "changelog",
|
|
70
|
-
LinkedinPost: "linkedin_post",
|
|
71
|
-
TwitterPost: "twitter_post",
|
|
72
|
-
BlogPost: "blog_post",
|
|
73
|
-
};
|
|
74
|
-
exports.ListPostsContentTypeEnum1 = {
|
|
75
|
-
Changelog: "changelog",
|
|
76
|
-
LinkedinPost: "linkedin_post",
|
|
77
|
-
TwitterPost: "twitter_post",
|
|
78
|
-
BlogPost: "blog_post",
|
|
79
|
-
};
|
|
80
|
-
exports.ListPostsPostStatus = {
|
|
57
|
+
exports.ListPostsStatus = {
|
|
81
58
|
Draft: "draft",
|
|
82
59
|
Published: "published",
|
|
83
60
|
};
|
|
84
61
|
/** @internal */
|
|
85
62
|
exports.Sort$outboundSchema = z.enum(exports.Sort);
|
|
86
63
|
/** @internal */
|
|
87
|
-
exports.StatusQueryParamEnum2$outboundSchema = z.enum(exports.StatusQueryParamEnum2);
|
|
88
|
-
/** @internal */
|
|
89
|
-
exports.StatusQueryParamEnum1$outboundSchema = z.enum(exports.StatusQueryParamEnum1);
|
|
90
|
-
/** @internal */
|
|
91
|
-
exports.Status$outboundSchema = (0, smart_union_js_1.smartUnion)([
|
|
92
|
-
exports.StatusQueryParamEnum1$outboundSchema,
|
|
93
|
-
z.array(exports.StatusQueryParamEnum2$outboundSchema),
|
|
94
|
-
]);
|
|
95
|
-
function statusToJSON(status) {
|
|
96
|
-
return JSON.stringify(exports.Status$outboundSchema.parse(status));
|
|
97
|
-
}
|
|
98
|
-
/** @internal */
|
|
99
|
-
exports.ListPostsContentTypeEnum2$outboundSchema = z.enum(exports.ListPostsContentTypeEnum2);
|
|
100
|
-
/** @internal */
|
|
101
|
-
exports.ListPostsContentTypeEnum1$outboundSchema = z.enum(exports.ListPostsContentTypeEnum1);
|
|
102
|
-
/** @internal */
|
|
103
|
-
exports.ContentType$outboundSchema = (0, smart_union_js_1.smartUnion)([
|
|
104
|
-
exports.ListPostsContentTypeEnum1$outboundSchema,
|
|
105
|
-
z.array(exports.ListPostsContentTypeEnum2$outboundSchema),
|
|
106
|
-
]);
|
|
107
|
-
function contentTypeToJSON(contentType) {
|
|
108
|
-
return JSON.stringify(exports.ContentType$outboundSchema.parse(contentType));
|
|
109
|
-
}
|
|
110
|
-
/** @internal */
|
|
111
64
|
exports.ListPostsRequest$outboundSchema = z.object({
|
|
112
65
|
sort: z._default(exports.Sort$outboundSchema, "desc"),
|
|
113
66
|
limit: z._default(z.int(), 10),
|
|
114
67
|
page: z._default(z.int(), 1),
|
|
115
|
-
status: z.optional((
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
])),
|
|
119
|
-
contentType: z.optional((0, smart_union_js_1.smartUnion)([
|
|
120
|
-
exports.ListPostsContentTypeEnum1$outboundSchema,
|
|
121
|
-
z.array(exports.ListPostsContentTypeEnum2$outboundSchema),
|
|
122
|
-
])),
|
|
68
|
+
status: z.optional(z.string()),
|
|
69
|
+
contentType: z.optional(z.string()),
|
|
70
|
+
brandIdentityId: z.optional(z.string()),
|
|
123
71
|
});
|
|
124
72
|
function listPostsRequestToJSON(listPostsRequest) {
|
|
125
73
|
return JSON.stringify(exports.ListPostsRequest$outboundSchema.parse(listPostsRequest));
|
|
@@ -135,7 +83,7 @@ function listPostsOrganizationFromJSON(jsonString) {
|
|
|
135
83
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.ListPostsOrganization$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'ListPostsOrganization' from JSON`);
|
|
136
84
|
}
|
|
137
85
|
/** @internal */
|
|
138
|
-
exports.
|
|
86
|
+
exports.ListPostsStatus$inboundSchema = openEnums.inboundSchema(exports.ListPostsStatus);
|
|
139
87
|
/** @internal */
|
|
140
88
|
exports.ListPostsPost$inboundSchema = z.object({
|
|
141
89
|
id: types.string(),
|
|
@@ -146,7 +94,7 @@ exports.ListPostsPost$inboundSchema = z.object({
|
|
|
146
94
|
recommendations: types.nullable(types.string()),
|
|
147
95
|
contentType: types.string(),
|
|
148
96
|
sourceMetadata: types.optional(z.any()),
|
|
149
|
-
status: exports.
|
|
97
|
+
status: exports.ListPostsStatus$inboundSchema,
|
|
150
98
|
createdAt: types.string(),
|
|
151
99
|
updatedAt: types.string(),
|
|
152
100
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-posts.js","sourceRoot":"","sources":["../../../../src/models/operations/list-posts.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"list-posts.js","sourceRoot":"","sources":["../../../../src/models/operations/list-posts.ts"],"names":[],"mappings":"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"}
|
|
@@ -38,19 +38,19 @@ export declare class Content extends ClientSDK {
|
|
|
38
38
|
*/
|
|
39
39
|
getBrandIdentity(request: operations.GetBrandIdentityRequest, options?: RequestOptions): Promise<operations.GetBrandIdentityResponse>;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Delete a single brand identity
|
|
42
42
|
*
|
|
43
43
|
* @remarks
|
|
44
|
-
*
|
|
44
|
+
* Deletes a non-default brand identity and disables any automation triggers that reference it.
|
|
45
45
|
*/
|
|
46
|
-
|
|
46
|
+
deleteBrandIdentity(request: operations.DeleteBrandIdentityRequest, options?: RequestOptions): Promise<operations.DeleteBrandIdentityResponse>;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Update a single brand identity
|
|
49
49
|
*
|
|
50
50
|
* @remarks
|
|
51
|
-
*
|
|
51
|
+
* Updates brand identity fields. Pass isDefault: true to make the target brand identity the organization's default.
|
|
52
52
|
*/
|
|
53
|
-
|
|
53
|
+
updateBrandIdentity(request: operations.UpdateBrandIdentityRequest, options?: RequestOptions): Promise<operations.UpdateBrandIdentityResponse>;
|
|
54
54
|
/**
|
|
55
55
|
* List available integrations
|
|
56
56
|
*/
|
|
@@ -59,6 +59,13 @@ export declare class Content extends ClientSDK {
|
|
|
59
59
|
* Create a GitHub integration
|
|
60
60
|
*/
|
|
61
61
|
createGitHubIntegration(request: operations.CreateGitHubIntegrationRequest, options?: RequestOptions): Promise<operations.CreateGitHubIntegrationResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* Delete a single integration
|
|
64
|
+
*
|
|
65
|
+
* @remarks
|
|
66
|
+
* Deletes a GitHub or Linear integration. Any automation triggers targeting a deleted GitHub integration are disabled.
|
|
67
|
+
*/
|
|
68
|
+
deleteIntegration(request: operations.DeleteIntegrationRequest, options?: RequestOptions): Promise<operations.DeleteIntegrationResponse>;
|
|
62
69
|
/**
|
|
63
70
|
* Get async post generation status
|
|
64
71
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../src/sdk/content.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../src/sdk/content.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAG5D,qBAAa,OAAQ,SAAQ,SAAS;IACpC;;OAEG;IACG,SAAS,CACb,OAAO,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,SAAS,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,iBAAiB,CAAC;IAQxC;;OAEG;IACG,OAAO,CACX,OAAO,EAAE,UAAU,CAAC,cAAc,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,eAAe,CAAC;IAQtC;;OAEG;IACG,UAAU,CACd,OAAO,EAAE,UAAU,CAAC,iBAAiB,EACrC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC;IAQzC;;OAEG;IACG,UAAU,CACd,OAAO,EAAE,UAAU,CAAC,iBAAiB,EACrC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC;IAQzC;;OAEG;IACG,oBAAoB,CACxB,OAAO,EAAE,UAAU,CAAC,2BAA2B,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAQnD;;OAEG;IACG,mBAAmB,CACvB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAOlD;;OAEG;IACG,mBAAmB,CACvB,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAQlD;;OAEG;IACG,0BAA0B,CAC9B,OAAO,EAAE,UAAU,CAAC,iCAAiC,EACrD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,kCAAkC,CAAC;IAQzD;;OAEG;IACG,gBAAgB,CACpB,OAAO,EAAE,UAAU,CAAC,uBAAuB,EAC3C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;IAQ/C;;;;;OAKG;IACG,mBAAmB,CACvB,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAQlD;;;;;OAKG;IACG,mBAAmB,CACvB,OAAO,EAAE,UAAU,CAAC,0BAA0B,EAC9C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,2BAA2B,CAAC;IAQlD;;OAEG;IACG,gBAAgB,CACpB,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,wBAAwB,CAAC;IAO/C;;OAEG;IACG,uBAAuB,CAC3B,OAAO,EAAE,UAAU,CAAC,8BAA8B,EAClD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,+BAA+B,CAAC;IAQtD;;;;;OAKG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,yBAAyB,CAAC;IAQhD;;OAEG;IACG,iBAAiB,CACrB,OAAO,EAAE,UAAU,CAAC,wBAAwB,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,yBAAyB,CAAC;CAOjD"}
|