@aurora-interactive/fankare-api-sdk 0.0.4 → 0.1.0
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 +28 -2
- package/esm/funcs/internal-asset-processing-callback.d.ts +17 -0
- package/esm/funcs/internal-asset-processing-callback.d.ts.map +1 -0
- package/esm/funcs/internal-asset-processing-callback.js +96 -0
- package/esm/funcs/internal-asset-processing-callback.js.map +1 -0
- package/esm/funcs/me-confirm-avatar-upload.d.ts +14 -0
- package/esm/funcs/me-confirm-avatar-upload.d.ts.map +1 -0
- package/esm/funcs/me-confirm-avatar-upload.js +78 -0
- package/esm/funcs/me-confirm-avatar-upload.js.map +1 -0
- package/esm/funcs/me-confirm-banner-upload.d.ts +14 -0
- package/esm/funcs/me-confirm-banner-upload.d.ts.map +1 -0
- package/esm/funcs/me-confirm-banner-upload.js +78 -0
- package/esm/funcs/me-confirm-banner-upload.js.map +1 -0
- package/esm/funcs/me-get-me.d.ts +14 -0
- package/esm/funcs/me-get-me.d.ts.map +1 -0
- package/esm/funcs/me-get-me.js +67 -0
- package/esm/funcs/me-get-me.js.map +1 -0
- package/esm/funcs/me-request-avatar-upload-url.d.ts +14 -0
- package/esm/funcs/me-request-avatar-upload-url.d.ts.map +1 -0
- package/esm/funcs/me-request-avatar-upload-url.js +78 -0
- package/esm/funcs/me-request-avatar-upload-url.js.map +1 -0
- package/esm/funcs/me-request-banner-upload-url.d.ts +14 -0
- package/esm/funcs/me-request-banner-upload-url.d.ts.map +1 -0
- package/esm/funcs/me-request-banner-upload-url.js +78 -0
- package/esm/funcs/me-request-banner-upload-url.js.map +1 -0
- package/esm/funcs/me-update-me.d.ts +14 -0
- package/esm/funcs/me-update-me.d.ts.map +1 -0
- package/esm/funcs/me-update-me.js +78 -0
- package/esm/funcs/me-update-me.js.map +1 -0
- package/esm/funcs/posts-create-post.d.ts +5 -3
- package/esm/funcs/posts-create-post.d.ts.map +1 -1
- package/esm/funcs/posts-create-post.js +5 -3
- package/esm/funcs/posts-create-post.js.map +1 -1
- package/esm/funcs/posts-delete-post.d.ts +13 -0
- package/esm/funcs/posts-delete-post.d.ts.map +1 -0
- package/esm/funcs/posts-delete-post.js +86 -0
- package/esm/funcs/posts-delete-post.js.map +1 -0
- package/esm/funcs/posts-get-post.d.ts +14 -0
- package/esm/funcs/posts-get-post.d.ts.map +1 -0
- package/esm/funcs/posts-get-post.js +87 -0
- package/esm/funcs/posts-get-post.js.map +1 -0
- package/esm/funcs/posts-update-post.d.ts +17 -0
- package/esm/funcs/posts-update-post.d.ts.map +1 -0
- package/esm/funcs/posts-update-post.js +92 -0
- package/esm/funcs/posts-update-post.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/models/asset-declaration.d.ts +52 -0
- package/esm/models/asset-declaration.d.ts.map +1 -0
- package/esm/models/asset-declaration.js +37 -0
- package/esm/models/asset-declaration.js.map +1 -0
- package/esm/models/asset-processing-callback-request.d.ts +39 -0
- package/esm/models/asset-processing-callback-request.d.ts.map +1 -0
- package/esm/models/asset-processing-callback-request.js +24 -0
- package/esm/models/asset-processing-callback-request.js.map +1 -0
- package/esm/models/create-post-request.d.ts +11 -22
- package/esm/models/create-post-request.d.ts.map +1 -1
- package/esm/models/create-post-request.js +3 -16
- package/esm/models/create-post-request.js.map +1 -1
- package/esm/models/create-post-response.d.ts +18 -0
- package/esm/models/create-post-response.d.ts.map +1 -0
- package/esm/models/create-post-response.js +17 -0
- package/esm/models/create-post-response.js.map +1 -0
- package/esm/models/index.d.ts +9 -0
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/index.js +9 -0
- package/esm/models/index.js.map +1 -1
- package/esm/models/media-asset.d.ts +11 -5
- package/esm/models/media-asset.d.ts.map +1 -1
- package/esm/models/media-asset.js +4 -5
- package/esm/models/media-asset.js.map +1 -1
- package/esm/models/operations/asset-processing-callback.d.ts +17 -0
- package/esm/models/operations/asset-processing-callback.d.ts.map +1 -0
- package/esm/models/operations/asset-processing-callback.js +16 -0
- package/esm/models/operations/asset-processing-callback.js.map +1 -0
- package/esm/models/operations/delete-post.d.ts +12 -0
- package/esm/models/operations/delete-post.d.ts.map +1 -0
- package/esm/models/operations/delete-post.js +13 -0
- package/esm/models/operations/delete-post.js.map +1 -0
- package/esm/models/operations/get-post.d.ts +12 -0
- package/esm/models/operations/get-post.d.ts.map +1 -0
- package/esm/models/operations/get-post.js +13 -0
- package/esm/models/operations/get-post.js.map +1 -0
- package/esm/models/operations/index.d.ts +4 -1
- package/esm/models/operations/index.d.ts.map +1 -1
- package/esm/models/operations/index.js +4 -1
- package/esm/models/operations/index.js.map +1 -1
- package/esm/models/operations/update-post.d.ts +15 -0
- package/esm/models/operations/update-post.d.ts.map +1 -0
- package/esm/models/operations/update-post.js +15 -0
- package/esm/models/operations/update-post.js.map +1 -0
- package/esm/models/post.d.ts +20 -1
- package/esm/models/post.d.ts.map +1 -1
- package/esm/models/post.js +13 -1
- package/esm/models/post.js.map +1 -1
- package/esm/models/profile-media-confirm-request.d.ts +15 -0
- package/esm/models/profile-media-confirm-request.d.ts.map +1 -0
- package/esm/models/profile-media-confirm-request.js +13 -0
- package/esm/models/profile-media-confirm-request.js.map +1 -0
- package/esm/models/profile-media-upload-request.d.ts +30 -0
- package/esm/models/profile-media-upload-request.d.ts.map +1 -0
- package/esm/models/profile-media-upload-request.js +23 -0
- package/esm/models/profile-media-upload-request.js.map +1 -0
- package/esm/models/profile-media-upload-response.d.ts +21 -0
- package/esm/models/profile-media-upload-response.d.ts.map +1 -0
- package/esm/models/profile-media-upload-response.js +17 -0
- package/esm/models/profile-media-upload-response.js.map +1 -0
- package/esm/models/register-request.d.ts +2 -0
- package/esm/models/register-request.d.ts.map +1 -1
- package/esm/models/register-request.js +1 -0
- package/esm/models/register-request.js.map +1 -1
- package/esm/models/update-post-request.d.ts +30 -0
- package/esm/models/update-post-request.d.ts.map +1 -0
- package/esm/models/update-post-request.js +22 -0
- package/esm/models/update-post-request.js.map +1 -0
- package/esm/models/update-profile-request.d.ts +17 -0
- package/esm/models/update-profile-request.d.ts.map +1 -0
- package/esm/models/update-profile-request.js +14 -0
- package/esm/models/update-profile-request.js.map +1 -0
- package/esm/models/upload-slot.d.ts +29 -0
- package/esm/models/upload-slot.d.ts.map +1 -0
- package/esm/models/upload-slot.js +20 -0
- package/esm/models/upload-slot.js.map +1 -0
- package/esm/sdk/internal.d.ts +12 -0
- package/esm/sdk/internal.d.ts.map +1 -0
- package/esm/sdk/internal.js +19 -0
- package/esm/sdk/internal.js.map +1 -0
- package/esm/sdk/me.d.ts +29 -0
- package/esm/sdk/me.d.ts.map +1 -0
- package/esm/sdk/me.js +51 -0
- package/esm/sdk/me.js.map +1 -0
- package/esm/sdk/posts.d.ts +20 -3
- package/esm/sdk/posts.d.ts.map +1 -1
- package/esm/sdk/posts.js +28 -1
- package/esm/sdk/posts.js.map +1 -1
- package/esm/sdk/sdk.d.ts +6 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +10 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/internal-asset-processing-callback.ts +190 -0
- package/src/funcs/me-confirm-avatar-upload.ts +161 -0
- package/src/funcs/me-confirm-banner-upload.ts +161 -0
- package/src/funcs/me-get-me.ts +142 -0
- package/src/funcs/me-request-avatar-upload-url.ts +161 -0
- package/src/funcs/me-request-banner-upload-url.ts +161 -0
- package/src/funcs/me-update-me.ts +161 -0
- package/src/funcs/posts-create-post.ts +9 -7
- package/src/funcs/posts-delete-post.ts +170 -0
- package/src/funcs/posts-get-post.ts +171 -0
- package/src/funcs/posts-update-post.ts +179 -0
- package/src/lib/config.ts +3 -3
- package/src/models/asset-declaration.ts +84 -0
- package/src/models/asset-processing-callback-request.ts +68 -0
- package/src/models/create-post-request.ts +17 -39
- package/src/models/create-post-response.ts +41 -0
- package/src/models/index.ts +9 -0
- package/src/models/media-asset.ts +16 -8
- package/src/models/operations/asset-processing-callback.ts +40 -0
- package/src/models/operations/delete-post.ts +31 -0
- package/src/models/operations/get-post.ts +27 -0
- package/src/models/operations/index.ts +4 -1
- package/src/models/operations/update-post.ts +35 -0
- package/src/models/post.ts +27 -2
- package/src/models/profile-media-confirm-request.ts +34 -0
- package/src/models/profile-media-upload-request.ts +55 -0
- package/src/models/profile-media-upload-response.ts +45 -0
- package/src/models/register-request.ts +3 -0
- package/src/models/update-post-request.ts +56 -0
- package/src/models/update-profile-request.ts +37 -0
- package/src/models/upload-slot.ts +53 -0
- package/src/sdk/internal.ts +32 -0
- package/src/sdk/me.ts +98 -0
- package/src/sdk/posts.ts +55 -3
- package/src/sdk/sdk.ts +12 -0
- package/src/models/operations/create-post.ts +0 -62
package/esm/lib/config.d.ts
CHANGED
|
@@ -30,9 +30,9 @@ export type SDKOptions = {
|
|
|
30
30
|
export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
|
-
readonly openapiDocVersion: "1.
|
|
34
|
-
readonly sdkVersion: "0.0
|
|
33
|
+
readonly openapiDocVersion: "1.1.0";
|
|
34
|
+
readonly sdkVersion: "0.1.0";
|
|
35
35
|
readonly genVersion: "2.911.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.0
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.1.0 2.911.0 1.1.0 openapi";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/esm/lib/config.js
CHANGED
|
@@ -27,9 +27,9 @@ export function serverURLFromOptions(options) {
|
|
|
27
27
|
}
|
|
28
28
|
export const SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
|
-
openapiDocVersion: "1.
|
|
31
|
-
sdkVersion: "0.0
|
|
30
|
+
openapiDocVersion: "1.1.0",
|
|
31
|
+
sdkVersion: "0.1.0",
|
|
32
32
|
genVersion: "2.911.0",
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 0.0
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 0.1.0 2.911.0 1.1.0 openapi",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
/**
|
|
4
|
+
* Logical media category used to route the Celery processing task.
|
|
5
|
+
*/
|
|
6
|
+
export declare const AssetDeclarationMediaType: {
|
|
7
|
+
readonly Image: "IMAGE";
|
|
8
|
+
readonly Video: "VIDEO";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Logical media category used to route the Celery processing task.
|
|
12
|
+
*/
|
|
13
|
+
export type AssetDeclarationMediaType = ClosedEnum<typeof AssetDeclarationMediaType>;
|
|
14
|
+
/**
|
|
15
|
+
* MIME type of the file to be uploaded. Must match the mediaType category.
|
|
16
|
+
*/
|
|
17
|
+
export declare const AssetDeclarationContentType: {
|
|
18
|
+
readonly ImageJpeg: "image/jpeg";
|
|
19
|
+
readonly ImagePng: "image/png";
|
|
20
|
+
readonly ImageWebp: "image/webp";
|
|
21
|
+
readonly ImageGif: "image/gif";
|
|
22
|
+
readonly VideoMp4: "video/mp4";
|
|
23
|
+
readonly VideoQuicktime: "video/quicktime";
|
|
24
|
+
readonly VideoXMatroska: "video/x-matroska";
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* MIME type of the file to be uploaded. Must match the mediaType category.
|
|
28
|
+
*/
|
|
29
|
+
export type AssetDeclarationContentType = ClosedEnum<typeof AssetDeclarationContentType>;
|
|
30
|
+
export type AssetDeclaration = {
|
|
31
|
+
/**
|
|
32
|
+
* Logical media category used to route the Celery processing task.
|
|
33
|
+
*/
|
|
34
|
+
mediaType: AssetDeclarationMediaType;
|
|
35
|
+
/**
|
|
36
|
+
* MIME type of the file to be uploaded. Must match the mediaType category.
|
|
37
|
+
*/
|
|
38
|
+
contentType: AssetDeclarationContentType;
|
|
39
|
+
};
|
|
40
|
+
/** @internal */
|
|
41
|
+
export declare const AssetDeclarationMediaType$outboundSchema: z.ZodMiniEnum<typeof AssetDeclarationMediaType>;
|
|
42
|
+
/** @internal */
|
|
43
|
+
export declare const AssetDeclarationContentType$outboundSchema: z.ZodMiniEnum<typeof AssetDeclarationContentType>;
|
|
44
|
+
/** @internal */
|
|
45
|
+
export type AssetDeclaration$Outbound = {
|
|
46
|
+
mediaType: string;
|
|
47
|
+
contentType: string;
|
|
48
|
+
};
|
|
49
|
+
/** @internal */
|
|
50
|
+
export declare const AssetDeclaration$outboundSchema: z.ZodMiniType<AssetDeclaration$Outbound, AssetDeclaration>;
|
|
51
|
+
export declare function assetDeclarationToJSON(assetDeclaration: AssetDeclaration): string;
|
|
52
|
+
//# sourceMappingURL=asset-declaration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-declaration.d.ts","sourceRoot":"","sources":["../../src/models/asset-declaration.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;CAG5B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAChD,OAAO,yBAAyB,CACjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;CAQ9B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAClD,OAAO,2BAA2B,CACnC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,SAAS,EAAE,yBAAyB,CAAC;IACrC;;OAEG;IACH,WAAW,EAAE,2BAA2B,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,WAAW,CAClE,OAAO,yBAAyB,CACG,CAAC;AAEtC,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,WAAW,CACpE,OAAO,2BAA2B,CACG,CAAC;AAExC,gBAAgB;AAChB,MAAM,MAAM,yBAAyB,GAAG;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,WAAW,CACzD,yBAAyB,EACzB,gBAAgB,CAIhB,CAAC;AAEH,wBAAgB,sBAAsB,CACpC,gBAAgB,EAAE,gBAAgB,GACjC,MAAM,CAIR"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 382ff0659e0a
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
/**
|
|
7
|
+
* Logical media category used to route the Celery processing task.
|
|
8
|
+
*/
|
|
9
|
+
export const AssetDeclarationMediaType = {
|
|
10
|
+
Image: "IMAGE",
|
|
11
|
+
Video: "VIDEO",
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* MIME type of the file to be uploaded. Must match the mediaType category.
|
|
15
|
+
*/
|
|
16
|
+
export const AssetDeclarationContentType = {
|
|
17
|
+
ImageJpeg: "image/jpeg",
|
|
18
|
+
ImagePng: "image/png",
|
|
19
|
+
ImageWebp: "image/webp",
|
|
20
|
+
ImageGif: "image/gif",
|
|
21
|
+
VideoMp4: "video/mp4",
|
|
22
|
+
VideoQuicktime: "video/quicktime",
|
|
23
|
+
VideoXMatroska: "video/x-matroska",
|
|
24
|
+
};
|
|
25
|
+
/** @internal */
|
|
26
|
+
export const AssetDeclarationMediaType$outboundSchema = z.enum(AssetDeclarationMediaType);
|
|
27
|
+
/** @internal */
|
|
28
|
+
export const AssetDeclarationContentType$outboundSchema = z.enum(AssetDeclarationContentType);
|
|
29
|
+
/** @internal */
|
|
30
|
+
export const AssetDeclaration$outboundSchema = z.object({
|
|
31
|
+
mediaType: AssetDeclarationMediaType$outboundSchema,
|
|
32
|
+
contentType: AssetDeclarationContentType$outboundSchema,
|
|
33
|
+
});
|
|
34
|
+
export function assetDeclarationToJSON(assetDeclaration) {
|
|
35
|
+
return JSON.stringify(AssetDeclaration$outboundSchema.parse(assetDeclaration));
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=asset-declaration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-declaration.js","sourceRoot":"","sources":["../../src/models/asset-declaration.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACN,CAAC;AAQX;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,kBAAkB;CAC1B,CAAC;AAmBX,gBAAgB;AAChB,MAAM,CAAC,MAAM,wCAAwC,GAEjD,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC;AAEtC,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAEnD,CAAC,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAC;AAQxC,gBAAgB;AAChB,MAAM,CAAC,MAAM,+BAA+B,GAGxC,CAAC,CAAC,MAAM,CAAC;IACX,SAAS,EAAE,wCAAwC;IACnD,WAAW,EAAE,0CAA0C;CACxD,CAAC,CAAC;AAEH,MAAM,UAAU,sBAAsB,CACpC,gBAAkC,EAC1B;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,+BAA+B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACxD,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
/**
|
|
4
|
+
* The terminal processing outcome reported by the Celery worker.
|
|
5
|
+
*/
|
|
6
|
+
export declare const AssetProcessingCallbackRequestStatus: {
|
|
7
|
+
readonly Ready: "READY";
|
|
8
|
+
readonly Failed: "FAILED";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* The terminal processing outcome reported by the Celery worker.
|
|
12
|
+
*/
|
|
13
|
+
export type AssetProcessingCallbackRequestStatus = ClosedEnum<typeof AssetProcessingCallbackRequestStatus>;
|
|
14
|
+
export type AssetProcessingCallbackRequest = {
|
|
15
|
+
/**
|
|
16
|
+
* The terminal processing outcome reported by the Celery worker.
|
|
17
|
+
*/
|
|
18
|
+
status: AssetProcessingCallbackRequestStatus;
|
|
19
|
+
/**
|
|
20
|
+
* The canonical SeaweedFS path of the transcoded/optimised output file. Required when status is READY. The gateway overwrites post_assets.media_key with this value so that mediaUrl is derived from the processed file, not the raw upload.
|
|
21
|
+
*/
|
|
22
|
+
finalMediaKey?: string | null | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Human-readable failure reason for logging and observability. Only meaningful when status is FAILED.
|
|
25
|
+
*/
|
|
26
|
+
errorReason?: string | null | undefined;
|
|
27
|
+
};
|
|
28
|
+
/** @internal */
|
|
29
|
+
export declare const AssetProcessingCallbackRequestStatus$outboundSchema: z.ZodMiniEnum<typeof AssetProcessingCallbackRequestStatus>;
|
|
30
|
+
/** @internal */
|
|
31
|
+
export type AssetProcessingCallbackRequest$Outbound = {
|
|
32
|
+
status: string;
|
|
33
|
+
finalMediaKey?: string | null | undefined;
|
|
34
|
+
errorReason?: string | null | undefined;
|
|
35
|
+
};
|
|
36
|
+
/** @internal */
|
|
37
|
+
export declare const AssetProcessingCallbackRequest$outboundSchema: z.ZodMiniType<AssetProcessingCallbackRequest$Outbound, AssetProcessingCallbackRequest>;
|
|
38
|
+
export declare function assetProcessingCallbackRequestToJSON(assetProcessingCallbackRequest: AssetProcessingCallbackRequest): string;
|
|
39
|
+
//# sourceMappingURL=asset-processing-callback-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-processing-callback-request.d.ts","sourceRoot":"","sources":["../../src/models/asset-processing-callback-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;CAGvC,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAC3D,OAAO,oCAAoC,CAC5C,CAAC;AAEF,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;OAEG;IACH,MAAM,EAAE,oCAAoC,CAAC;IAC7C;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,WAAW,CAC7E,OAAO,oCAAoC,CACG,CAAC;AAEjD,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,WAAW,CACvE,uCAAuC,EACvC,8BAA8B,CAK9B,CAAC;AAEH,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: b75d6ac67429
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
/**
|
|
7
|
+
* The terminal processing outcome reported by the Celery worker.
|
|
8
|
+
*/
|
|
9
|
+
export const AssetProcessingCallbackRequestStatus = {
|
|
10
|
+
Ready: "READY",
|
|
11
|
+
Failed: "FAILED",
|
|
12
|
+
};
|
|
13
|
+
/** @internal */
|
|
14
|
+
export const AssetProcessingCallbackRequestStatus$outboundSchema = z.enum(AssetProcessingCallbackRequestStatus);
|
|
15
|
+
/** @internal */
|
|
16
|
+
export const AssetProcessingCallbackRequest$outboundSchema = z.object({
|
|
17
|
+
status: AssetProcessingCallbackRequestStatus$outboundSchema,
|
|
18
|
+
finalMediaKey: z.optional(z.nullable(z.string())),
|
|
19
|
+
errorReason: z.optional(z.nullable(z.string())),
|
|
20
|
+
});
|
|
21
|
+
export function assetProcessingCallbackRequestToJSON(assetProcessingCallbackRequest) {
|
|
22
|
+
return JSON.stringify(AssetProcessingCallbackRequest$outboundSchema.parse(assetProcessingCallbackRequest));
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=asset-processing-callback-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-processing-callback-request.js","sourceRoot":"","sources":["../../src/models/asset-processing-callback-request.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAG;IAClD,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACR,CAAC;AAuBX,gBAAgB;AAChB,MAAM,CAAC,MAAM,mDAAmD,GAE5D,CAAC,CAAC,IAAI,CAAC,oCAAoC,CAAC,CAAC;AASjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,6CAA6C,GAGtD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,mDAAmD;IAC3D,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IACjD,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;CAChD,CAAC,CAAC;AAEH,MAAM,UAAU,oCAAoC,CAClD,8BAA8D,EACtD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,6CAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AAAA,CACH"}
|
|
@@ -1,30 +1,19 @@
|
|
|
1
1
|
import * as z from "zod/v4-mini";
|
|
2
|
-
import {
|
|
3
|
-
export declare const CreatePostRequestMediaType: {
|
|
4
|
-
readonly Image: "IMAGE";
|
|
5
|
-
readonly Video: "VIDEO";
|
|
6
|
-
};
|
|
7
|
-
export type CreatePostRequestMediaType = ClosedEnum<typeof CreatePostRequestMediaType>;
|
|
8
|
-
export type Asset = {
|
|
9
|
-
mediaType: CreatePostRequestMediaType;
|
|
10
|
-
};
|
|
2
|
+
import { AssetDeclaration, AssetDeclaration$Outbound } from "./asset-declaration.js";
|
|
11
3
|
export type CreatePostRequest = {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
4
|
+
/**
|
|
5
|
+
* Optional caption for the post. May be set now or supplied later via PATCH.
|
|
6
|
+
*/
|
|
7
|
+
caption?: string | null | undefined;
|
|
8
|
+
/**
|
|
9
|
+
* Ordered list of media assets to attach to this post. The array index determines sort_order.
|
|
10
|
+
*/
|
|
11
|
+
assets: Array<AssetDeclaration>;
|
|
20
12
|
};
|
|
21
13
|
/** @internal */
|
|
22
|
-
export declare const Asset$outboundSchema: z.ZodMiniType<Asset$Outbound, Asset>;
|
|
23
|
-
export declare function assetToJSON(asset: Asset): string;
|
|
24
|
-
/** @internal */
|
|
25
14
|
export type CreatePostRequest$Outbound = {
|
|
26
|
-
caption
|
|
27
|
-
assets: Array<
|
|
15
|
+
caption?: string | null | undefined;
|
|
16
|
+
assets: Array<AssetDeclaration$Outbound>;
|
|
28
17
|
};
|
|
29
18
|
/** @internal */
|
|
30
19
|
export declare const CreatePostRequest$outboundSchema: z.ZodMiniType<CreatePostRequest$Outbound, CreatePostRequest>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-post-request.d.ts","sourceRoot":"","sources":["../../src/models/create-post-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,
|
|
1
|
+
{"version":3,"file":"create-post-request.d.ts","sourceRoot":"","sources":["../../src/models/create-post-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EACL,gBAAgB,EAChB,yBAAyB,EAE1B,MAAM,wBAAwB,CAAC;AAEhC,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC;;OAEG;IACH,MAAM,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACpC,MAAM,EAAE,KAAK,CAAC,yBAAyB,CAAC,CAAC;CAC1C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,WAAW,CAC1D,0BAA0B,EAC1B,iBAAiB,CAIjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR"}
|
|
@@ -3,24 +3,11 @@
|
|
|
3
3
|
* @generated-id: a730750b0c9a
|
|
4
4
|
*/
|
|
5
5
|
import * as z from "zod/v4-mini";
|
|
6
|
-
|
|
7
|
-
Image: "IMAGE",
|
|
8
|
-
Video: "VIDEO",
|
|
9
|
-
};
|
|
10
|
-
/** @internal */
|
|
11
|
-
export const CreatePostRequestMediaType$outboundSchema = z.enum(CreatePostRequestMediaType);
|
|
12
|
-
/** @internal */
|
|
13
|
-
export const Asset$outboundSchema = z
|
|
14
|
-
.object({
|
|
15
|
-
mediaType: CreatePostRequestMediaType$outboundSchema,
|
|
16
|
-
});
|
|
17
|
-
export function assetToJSON(asset) {
|
|
18
|
-
return JSON.stringify(Asset$outboundSchema.parse(asset));
|
|
19
|
-
}
|
|
6
|
+
import { AssetDeclaration$outboundSchema, } from "./asset-declaration.js";
|
|
20
7
|
/** @internal */
|
|
21
8
|
export const CreatePostRequest$outboundSchema = z.object({
|
|
22
|
-
caption: z.string(),
|
|
23
|
-
assets: z.array(
|
|
9
|
+
caption: z.optional(z.nullable(z.string())),
|
|
10
|
+
assets: z.array(AssetDeclaration$outboundSchema),
|
|
24
11
|
});
|
|
25
12
|
export function createPostRequestToJSON(createPostRequest) {
|
|
26
13
|
return JSON.stringify(CreatePostRequest$outboundSchema.parse(createPostRequest));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-post-request.js","sourceRoot":"","sources":["../../src/models/create-post-request.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"create-post-request.js","sourceRoot":"","sources":["../../src/models/create-post-request.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAGL,+BAA+B,GAChC,MAAM,wBAAwB,CAAC;AAmBhC,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAGzC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC;IAC3C,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC;CACjD,CAAC,CAAC;AAEH,MAAM,UAAU,uBAAuB,CACrC,iBAAoC,EAC5B;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,gCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
import { UploadSlot } from "./upload-slot.js";
|
|
5
|
+
export type CreatePostResponse = {
|
|
6
|
+
/**
|
|
7
|
+
* ID of the newly created DRAFT post.
|
|
8
|
+
*/
|
|
9
|
+
postId?: number | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* One entry per declared asset, in the same order as the request.
|
|
12
|
+
*/
|
|
13
|
+
uploadSlots?: Array<UploadSlot> | undefined;
|
|
14
|
+
};
|
|
15
|
+
/** @internal */
|
|
16
|
+
export declare const CreatePostResponse$inboundSchema: z.ZodMiniType<CreatePostResponse, unknown>;
|
|
17
|
+
export declare function createPostResponseFromJSON(jsonString: string): SafeParseResult<CreatePostResponse, SDKValidationError>;
|
|
18
|
+
//# sourceMappingURL=create-post-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-post-response.d.ts","sourceRoot":"","sources":["../../src/models/create-post-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,UAAU,EAA4B,MAAM,kBAAkB,CAAC;AAExE,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,WAAW,CAC1D,kBAAkB,EAClB,OAAO,CAIP,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: dd751a66d133
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import { safeParse } from "../lib/schemas.js";
|
|
7
|
+
import * as types from "../types/primitives.js";
|
|
8
|
+
import { UploadSlot$inboundSchema } from "./upload-slot.js";
|
|
9
|
+
/** @internal */
|
|
10
|
+
export const CreatePostResponse$inboundSchema = z.object({
|
|
11
|
+
postId: types.optional(types.number()),
|
|
12
|
+
uploadSlots: types.optional(z.array(UploadSlot$inboundSchema)),
|
|
13
|
+
});
|
|
14
|
+
export function createPostResponseFromJSON(jsonString) {
|
|
15
|
+
return safeParse(jsonString, (x) => CreatePostResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreatePostResponse' from JSON`);
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=create-post-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-post-response.js","sourceRoot":"","sources":["../../src/models/create-post-response.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAEhD,OAAO,EAAc,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAaxE,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAGzC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IACtC,WAAW,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,CAAC;CAC/D,CAAC,CAAC;AAEH,MAAM,UAAU,0BAA0B,CACxC,UAAkB,EACuC;IACzD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,gCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AAAA,CACH"}
|
package/esm/models/index.d.ts
CHANGED
|
@@ -1,14 +1,23 @@
|
|
|
1
|
+
export * from "./asset-declaration.js";
|
|
2
|
+
export * from "./asset-processing-callback-request.js";
|
|
1
3
|
export * from "./collection.js";
|
|
2
4
|
export * from "./conversation.js";
|
|
3
5
|
export * from "./create-post-request.js";
|
|
6
|
+
export * from "./create-post-response.js";
|
|
4
7
|
export * from "./login-request.js";
|
|
5
8
|
export * from "./media-asset.js";
|
|
6
9
|
export * from "./message.js";
|
|
7
10
|
export * from "./paginated-posts-response.js";
|
|
8
11
|
export * from "./post.js";
|
|
12
|
+
export * from "./profile-media-confirm-request.js";
|
|
13
|
+
export * from "./profile-media-upload-request.js";
|
|
14
|
+
export * from "./profile-media-upload-response.js";
|
|
9
15
|
export * from "./register-request.js";
|
|
10
16
|
export * from "./security.js";
|
|
11
17
|
export * from "./send-message-request.js";
|
|
18
|
+
export * from "./update-post-request.js";
|
|
19
|
+
export * from "./update-profile-request.js";
|
|
20
|
+
export * from "./upload-slot.js";
|
|
12
21
|
export * from "./user-profile.js";
|
|
13
22
|
export * from "./user.js";
|
|
14
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAKA,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAKA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC;AACvD,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,WAAW,CAAC;AAC1B,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
|
package/esm/models/index.js
CHANGED
|
@@ -2,17 +2,26 @@
|
|
|
2
2
|
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
3
|
* @generated-id: f93644b0f37e
|
|
4
4
|
*/
|
|
5
|
+
export * from "./asset-declaration.js";
|
|
6
|
+
export * from "./asset-processing-callback-request.js";
|
|
5
7
|
export * from "./collection.js";
|
|
6
8
|
export * from "./conversation.js";
|
|
7
9
|
export * from "./create-post-request.js";
|
|
10
|
+
export * from "./create-post-response.js";
|
|
8
11
|
export * from "./login-request.js";
|
|
9
12
|
export * from "./media-asset.js";
|
|
10
13
|
export * from "./message.js";
|
|
11
14
|
export * from "./paginated-posts-response.js";
|
|
12
15
|
export * from "./post.js";
|
|
16
|
+
export * from "./profile-media-confirm-request.js";
|
|
17
|
+
export * from "./profile-media-upload-request.js";
|
|
18
|
+
export * from "./profile-media-upload-response.js";
|
|
13
19
|
export * from "./register-request.js";
|
|
14
20
|
export * from "./security.js";
|
|
15
21
|
export * from "./send-message-request.js";
|
|
22
|
+
export * from "./update-post-request.js";
|
|
23
|
+
export * from "./update-profile-request.js";
|
|
24
|
+
export * from "./upload-slot.js";
|
|
16
25
|
export * from "./user-profile.js";
|
|
17
26
|
export * from "./user.js";
|
|
18
27
|
//# sourceMappingURL=index.js.map
|
package/esm/models/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,WAAW,CAAC;AAC1B,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC;AACvD,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,WAAW,CAAC;AAC1B,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
|
|
@@ -7,23 +7,29 @@ export declare const MediaAssetMediaType: {
|
|
|
7
7
|
readonly Video: "VIDEO";
|
|
8
8
|
};
|
|
9
9
|
export type MediaAssetMediaType = OpenEnum<typeof MediaAssetMediaType>;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const MediaAssetStatus: {
|
|
11
11
|
readonly Processing: "PROCESSING";
|
|
12
12
|
readonly Ready: "READY";
|
|
13
13
|
readonly Failed: "FAILED";
|
|
14
14
|
};
|
|
15
|
-
export type
|
|
15
|
+
export type MediaAssetStatus = OpenEnum<typeof MediaAssetStatus>;
|
|
16
16
|
export type MediaAsset = {
|
|
17
17
|
id?: number | undefined;
|
|
18
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Fully qualified URL to the processed output file in SeaweedFS. Null while the asset is still PROCESSING.
|
|
20
|
+
*/
|
|
21
|
+
mediaUrl?: string | null | undefined;
|
|
19
22
|
mediaType?: MediaAssetMediaType | undefined;
|
|
20
|
-
status?:
|
|
23
|
+
status?: MediaAssetStatus | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* Zero-based display order of the asset within the post carousel.
|
|
26
|
+
*/
|
|
21
27
|
sortOrder?: number | undefined;
|
|
22
28
|
};
|
|
23
29
|
/** @internal */
|
|
24
30
|
export declare const MediaAssetMediaType$inboundSchema: z.ZodMiniType<MediaAssetMediaType, unknown>;
|
|
25
31
|
/** @internal */
|
|
26
|
-
export declare const
|
|
32
|
+
export declare const MediaAssetStatus$inboundSchema: z.ZodMiniType<MediaAssetStatus, unknown>;
|
|
27
33
|
/** @internal */
|
|
28
34
|
export declare const MediaAsset$inboundSchema: z.ZodMiniType<MediaAsset, unknown>;
|
|
29
35
|
export declare function mediaAssetFromJSON(jsonString: string): SafeParseResult<MediaAsset, SDKValidationError>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media-asset.d.ts","sourceRoot":"","sources":["../../src/models/media-asset.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEvE,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"media-asset.d.ts","sourceRoot":"","sources":["../../src/models/media-asset.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAGjC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAEtE,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,QAAQ,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEvE,eAAO,MAAM,gBAAgB;;;;CAInB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEjE,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACrC,SAAS,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IAC5C,MAAM,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,WAAW,CAC3D,mBAAmB,EACnB,OAAO,CACuC,CAAC;AAEjD,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,WAAW,CACxD,gBAAgB,EAChB,OAAO,CACoC,CAAC;AAE9C,gBAAgB;AAChB,eAAO,MAAM,wBAAwB,EAAE,CAAC,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,CAOpE,CAAC;AAEL,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAMjD"}
|
|
@@ -10,7 +10,7 @@ export const MediaAssetMediaType = {
|
|
|
10
10
|
Image: "IMAGE",
|
|
11
11
|
Video: "VIDEO",
|
|
12
12
|
};
|
|
13
|
-
export const
|
|
13
|
+
export const MediaAssetStatus = {
|
|
14
14
|
Processing: "PROCESSING",
|
|
15
15
|
Ready: "READY",
|
|
16
16
|
Failed: "FAILED",
|
|
@@ -18,15 +18,14 @@ export const Status = {
|
|
|
18
18
|
/** @internal */
|
|
19
19
|
export const MediaAssetMediaType$inboundSchema = openEnums.inboundSchema(MediaAssetMediaType);
|
|
20
20
|
/** @internal */
|
|
21
|
-
export const
|
|
22
|
-
.inboundSchema(Status);
|
|
21
|
+
export const MediaAssetStatus$inboundSchema = openEnums.inboundSchema(MediaAssetStatus);
|
|
23
22
|
/** @internal */
|
|
24
23
|
export const MediaAsset$inboundSchema = z
|
|
25
24
|
.object({
|
|
26
25
|
id: types.optional(types.number()),
|
|
27
|
-
mediaUrl:
|
|
26
|
+
mediaUrl: z.optional(z.nullable(types.string())),
|
|
28
27
|
mediaType: types.optional(MediaAssetMediaType$inboundSchema),
|
|
29
|
-
status: types.optional(
|
|
28
|
+
status: types.optional(MediaAssetStatus$inboundSchema),
|
|
30
29
|
sortOrder: types.optional(types.number()),
|
|
31
30
|
});
|
|
32
31
|
export function mediaAssetFromJSON(jsonString) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media-asset.js","sourceRoot":"","sources":["../../src/models/media-asset.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAGhD,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACN,CAAC;AAGX,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"media-asset.js","sourceRoot":"","sources":["../../src/models/media-asset.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C,OAAO,KAAK,KAAK,MAAM,wBAAwB,CAAC;AAGhD,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACN,CAAC;AAGX,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;CACR,CAAC;AAiBX,gBAAgB;AAChB,MAAM,CAAC,MAAM,iCAAiC,GAG1C,SAAS,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC;AAEjD,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAGvC,SAAS,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC;AAE9C,gBAAgB;AAChB,MAAM,CAAC,MAAM,wBAAwB,GAAuC,CAAC;KAC1E,MAAM,CAAC;IACN,EAAE,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;IAClC,QAAQ,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC;IAChD,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,iCAAiC,CAAC;IAC5D,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,8BAA8B,CAAC;IACtD,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;CAC1C,CAAC,CAAC;AAEL,MAAM,UAAU,kBAAkB,CAChC,UAAkB,EAC+B;IACjD,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,wBAAwB,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACpD,wCAAwC,CACzC,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
import * as models from "../index.js";
|
|
3
|
+
export type AssetProcessingCallbackRequest = {
|
|
4
|
+
postId: number;
|
|
5
|
+
assetId: number;
|
|
6
|
+
body: models.AssetProcessingCallbackRequest;
|
|
7
|
+
};
|
|
8
|
+
/** @internal */
|
|
9
|
+
export type AssetProcessingCallbackRequest$Outbound = {
|
|
10
|
+
postId: number;
|
|
11
|
+
assetId: number;
|
|
12
|
+
body: models.AssetProcessingCallbackRequest$Outbound;
|
|
13
|
+
};
|
|
14
|
+
/** @internal */
|
|
15
|
+
export declare const AssetProcessingCallbackRequest$outboundSchema: z.ZodMiniType<AssetProcessingCallbackRequest$Outbound, AssetProcessingCallbackRequest>;
|
|
16
|
+
export declare function assetProcessingCallbackRequestToJSON(assetProcessingCallbackRequest: AssetProcessingCallbackRequest): string;
|
|
17
|
+
//# sourceMappingURL=asset-processing-callback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-processing-callback.d.ts","sourceRoot":"","sources":["../../../src/models/operations/asset-processing-callback.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAEtC,MAAM,MAAM,8BAA8B,GAAG;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC,8BAA8B,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,uCAAuC,GAAG;IACpD,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC,uCAAuC,CAAC;CACtD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,WAAW,CACvE,uCAAuC,EACvC,8BAA8B,CAK9B,CAAC;AAEH,wBAAgB,oCAAoC,CAClD,8BAA8B,EAAE,8BAA8B,GAC7D,MAAM,CAMR"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: f56cb37b1a71
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
import * as models from "../index.js";
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const AssetProcessingCallbackRequest$outboundSchema = z.object({
|
|
9
|
+
postId: z.int(),
|
|
10
|
+
assetId: z.int(),
|
|
11
|
+
body: models.AssetProcessingCallbackRequest$outboundSchema,
|
|
12
|
+
});
|
|
13
|
+
export function assetProcessingCallbackRequestToJSON(assetProcessingCallbackRequest) {
|
|
14
|
+
return JSON.stringify(AssetProcessingCallbackRequest$outboundSchema.parse(assetProcessingCallbackRequest));
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=asset-processing-callback.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"asset-processing-callback.js","sourceRoot":"","sources":["../../../src/models/operations/asset-processing-callback.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AACjC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC;AAetC,gBAAgB;AAChB,MAAM,CAAC,MAAM,6CAA6C,GAGtD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,GAAG,EAAE;IACf,OAAO,EAAE,CAAC,CAAC,GAAG,EAAE;IAChB,IAAI,EAAE,MAAM,CAAC,6CAA6C;CAC3D,CAAC,CAAC;AAEH,MAAM,UAAU,oCAAoC,CAClD,8BAA8D,EACtD;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,6CAA6C,CAAC,KAAK,CACjD,8BAA8B,CAC/B,CACF,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
export type DeletePostRequest = {
|
|
3
|
+
postId: number;
|
|
4
|
+
};
|
|
5
|
+
/** @internal */
|
|
6
|
+
export type DeletePostRequest$Outbound = {
|
|
7
|
+
postId: number;
|
|
8
|
+
};
|
|
9
|
+
/** @internal */
|
|
10
|
+
export declare const DeletePostRequest$outboundSchema: z.ZodMiniType<DeletePostRequest$Outbound, DeletePostRequest>;
|
|
11
|
+
export declare function deletePostRequestToJSON(deletePostRequest: DeletePostRequest): string;
|
|
12
|
+
//# sourceMappingURL=delete-post.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-post.d.ts","sourceRoot":"","sources":["../../../src/models/operations/delete-post.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,WAAW,CAC1D,0BAA0B,EAC1B,iBAAiB,CAGjB,CAAC;AAEH,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: 2d3c4c4d46f8
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
/** @internal */
|
|
7
|
+
export const DeletePostRequest$outboundSchema = z.object({
|
|
8
|
+
postId: z.int(),
|
|
9
|
+
});
|
|
10
|
+
export function deletePostRequestToJSON(deletePostRequest) {
|
|
11
|
+
return JSON.stringify(DeletePostRequest$outboundSchema.parse(deletePostRequest));
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=delete-post.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-post.js","sourceRoot":"","sources":["../../../src/models/operations/delete-post.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAWjC,gBAAgB;AAChB,MAAM,CAAC,MAAM,gCAAgC,GAGzC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,GAAG,EAAE;CAChB,CAAC,CAAC;AAEH,MAAM,UAAU,uBAAuB,CACrC,iBAAoC,EAC5B;IACR,OAAO,IAAI,CAAC,SAAS,CACnB,gCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AAAA,CACH"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as z from "zod/v4-mini";
|
|
2
|
+
export type GetPostRequest = {
|
|
3
|
+
postId: number;
|
|
4
|
+
};
|
|
5
|
+
/** @internal */
|
|
6
|
+
export type GetPostRequest$Outbound = {
|
|
7
|
+
postId: number;
|
|
8
|
+
};
|
|
9
|
+
/** @internal */
|
|
10
|
+
export declare const GetPostRequest$outboundSchema: z.ZodMiniType<GetPostRequest$Outbound, GetPostRequest>;
|
|
11
|
+
export declare function getPostRequestToJSON(getPostRequest: GetPostRequest): string;
|
|
12
|
+
//# sourceMappingURL=get-post.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-post.d.ts","sourceRoot":"","sources":["../../../src/models/operations/get-post.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,WAAW,CACvD,uBAAuB,EACvB,cAAc,CAGd,CAAC;AAEH,wBAAgB,oBAAoB,CAAC,cAAc,EAAE,cAAc,GAAG,MAAM,CAE3E"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
* @generated-id: e9168f4e2a0d
|
|
4
|
+
*/
|
|
5
|
+
import * as z from "zod/v4-mini";
|
|
6
|
+
/** @internal */
|
|
7
|
+
export const GetPostRequest$outboundSchema = z.object({
|
|
8
|
+
postId: z.int(),
|
|
9
|
+
});
|
|
10
|
+
export function getPostRequestToJSON(getPostRequest) {
|
|
11
|
+
return JSON.stringify(GetPostRequest$outboundSchema.parse(getPostRequest));
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=get-post.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-post.js","sourceRoot":"","sources":["../../../src/models/operations/get-post.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAWjC,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAGtC,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,GAAG,EAAE;CAChB,CAAC,CAAC;AAEH,MAAM,UAAU,oBAAoB,CAAC,cAA8B,EAAU;IAC3E,OAAO,IAAI,CAAC,SAAS,CAAC,6BAA6B,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC;AAAA,CAC5E"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from "./add-collection-member.js";
|
|
2
|
+
export * from "./asset-processing-callback.js";
|
|
2
3
|
export * from "./create-collection.js";
|
|
3
|
-
export * from "./
|
|
4
|
+
export * from "./delete-post.js";
|
|
4
5
|
export * from "./get-collection-feed.js";
|
|
5
6
|
export * from "./get-collection-members.js";
|
|
6
7
|
export * from "./get-creator-posts.js";
|
|
7
8
|
export * from "./get-feed.js";
|
|
8
9
|
export * from "./get-message-history.js";
|
|
10
|
+
export * from "./get-post.js";
|
|
9
11
|
export * from "./get-user-profile.js";
|
|
10
12
|
export * from "./login-user.js";
|
|
11
13
|
export * from "./remove-collection-member.js";
|
|
@@ -13,4 +15,5 @@ export * from "./search-users.js";
|
|
|
13
15
|
export * from "./send-message.js";
|
|
14
16
|
export * from "./subscribe-to-user.js";
|
|
15
17
|
export * from "./unsubscribe-from-user.js";
|
|
18
|
+
export * from "./update-post.js";
|
|
16
19
|
//# sourceMappingURL=index.d.ts.map
|