@leonardo-ai/sdk 2.30.3 → 3.0.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/.devcontainer/README.md +35 -0
- package/.devcontainer/devcontainer.json +45 -0
- package/.devcontainer/setup.sh +30 -0
- package/.github/workflows/speakeasy_sdk_generate.yml +28 -0
- package/.speakeasy/gen.lock +236 -0
- package/README.md +66 -38
- package/docs/sdks/dataset/README.md +56 -56
- package/docs/sdks/element/README.md +7 -7
- package/docs/sdks/generation/README.md +71 -72
- package/docs/sdks/initimage/README.md +28 -28
- package/docs/sdks/model/README.md +56 -56
- package/docs/sdks/user/README.md +7 -7
- package/docs/sdks/variation/README.md +34 -34
- package/index.d.ts +3 -0
- package/index.d.ts.map +1 -0
- package/{dist/sdk/index.js → index.js} +2 -0
- package/index.js.map +1 -0
- package/lib/base64.d.ts +10 -0
- package/lib/base64.d.ts.map +1 -0
- package/lib/base64.js +61 -0
- package/lib/base64.js.map +1 -0
- package/lib/config.d.ts +31 -0
- package/lib/config.d.ts.map +1 -0
- package/lib/config.js +36 -0
- package/lib/config.js.map +1 -0
- package/lib/encodings.d.ts +41 -0
- package/lib/encodings.d.ts.map +1 -0
- package/lib/encodings.js +311 -0
- package/lib/encodings.js.map +1 -0
- package/lib/event-streams.d.ts +16 -0
- package/lib/event-streams.d.ts.map +1 -0
- package/lib/event-streams.js +153 -0
- package/lib/event-streams.js.map +1 -0
- package/lib/http.d.ts +45 -0
- package/lib/http.d.ts.map +1 -0
- package/lib/http.js +136 -0
- package/lib/http.js.map +1 -0
- package/lib/retries.d.ts +18 -0
- package/lib/retries.d.ts.map +1 -0
- package/lib/retries.js +136 -0
- package/lib/retries.js.map +1 -0
- package/lib/sdks.d.ts +32 -0
- package/lib/sdks.d.ts.map +1 -0
- package/lib/sdks.js +76 -0
- package/lib/sdks.js.map +1 -0
- package/lib/security.d.ts +57 -0
- package/lib/security.d.ts.map +1 -0
- package/lib/security.js +99 -0
- package/lib/security.js.map +1 -0
- package/lib/url.d.ts +4 -0
- package/lib/url.d.ts.map +1 -0
- package/lib/url.js +26 -0
- package/lib/url.js.map +1 -0
- package/package.json +26 -27
- package/{dist/sdk → sdk}/dataset.d.ts +11 -10
- package/sdk/dataset.d.ts.map +1 -0
- package/sdk/dataset.js +332 -0
- package/sdk/dataset.js.map +1 -0
- package/sdk/element.d.ts +15 -0
- package/sdk/element.d.ts.map +1 -0
- package/sdk/element.js +88 -0
- package/sdk/element.js.map +1 -0
- package/sdk/generation.d.ts +57 -0
- package/sdk/generation.d.ts.map +1 -0
- package/sdk/generation.js +442 -0
- package/sdk/generation.js.map +1 -0
- package/sdk/index.d.ts +2 -0
- package/sdk/index.d.ts.map +1 -0
- package/{dist → sdk}/index.js +1 -0
- package/sdk/index.js.map +1 -0
- package/sdk/initimage.d.ts +29 -0
- package/sdk/initimage.d.ts.map +1 -0
- package/sdk/initimage.js +210 -0
- package/sdk/initimage.js.map +1 -0
- package/sdk/model.d.ts +50 -0
- package/sdk/model.d.ts.map +1 -0
- package/sdk/model.js +363 -0
- package/sdk/model.js.map +1 -0
- package/sdk/models/errors/index.d.ts +2 -0
- package/sdk/models/errors/index.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/errors/index.js +1 -0
- package/sdk/models/errors/index.js.map +1 -0
- package/sdk/models/errors/sdkerror.d.ts +7 -0
- package/sdk/models/errors/sdkerror.d.ts.map +1 -0
- package/sdk/models/errors/sdkerror.js +22 -0
- package/sdk/models/errors/sdkerror.js.map +1 -0
- package/sdk/models/operations/createdataset.d.ts +100 -0
- package/sdk/models/operations/createdataset.d.ts.map +1 -0
- package/sdk/models/operations/createdataset.js +118 -0
- package/sdk/models/operations/createdataset.js.map +1 -0
- package/sdk/models/operations/creategeneration.d.ts +299 -0
- package/sdk/models/operations/creategeneration.d.ts.map +1 -0
- package/sdk/models/operations/creategeneration.js +312 -0
- package/sdk/models/operations/creategeneration.js.map +1 -0
- package/sdk/models/operations/createmodel.d.ts +143 -0
- package/sdk/models/operations/createmodel.d.ts.map +1 -0
- package/sdk/models/operations/createmodel.js +170 -0
- package/sdk/models/operations/createmodel.js.map +1 -0
- package/sdk/models/operations/createvariationnobg.d.ts +94 -0
- package/sdk/models/operations/createvariationnobg.d.ts.map +1 -0
- package/sdk/models/operations/createvariationnobg.js +118 -0
- package/sdk/models/operations/createvariationnobg.js.map +1 -0
- package/sdk/models/operations/createvariationupscale.d.ts +91 -0
- package/sdk/models/operations/createvariationupscale.d.ts.map +1 -0
- package/sdk/models/operations/createvariationupscale.js +118 -0
- package/sdk/models/operations/createvariationupscale.js.map +1 -0
- package/sdk/models/operations/deletedatasetbyid.d.ts +91 -0
- package/sdk/models/operations/deletedatasetbyid.d.ts.map +1 -0
- package/sdk/models/operations/deletedatasetbyid.js +118 -0
- package/sdk/models/operations/deletedatasetbyid.js.map +1 -0
- package/sdk/models/operations/deletegenerationbyid.d.ts +91 -0
- package/sdk/models/operations/deletegenerationbyid.d.ts.map +1 -0
- package/sdk/models/operations/deletegenerationbyid.js +116 -0
- package/sdk/models/operations/deletegenerationbyid.js.map +1 -0
- package/sdk/models/operations/deletegenerationstextureid.d.ts +114 -0
- package/sdk/models/operations/deletegenerationstextureid.d.ts.map +1 -0
- package/sdk/models/operations/deletegenerationstextureid.js +152 -0
- package/sdk/models/operations/deletegenerationstextureid.js.map +1 -0
- package/sdk/models/operations/deleteinitimagebyid.d.ts +91 -0
- package/sdk/models/operations/deleteinitimagebyid.d.ts.map +1 -0
- package/sdk/models/operations/deleteinitimagebyid.js +116 -0
- package/sdk/models/operations/deleteinitimagebyid.js.map +1 -0
- package/sdk/models/operations/deletemodelbyid.d.ts +91 -0
- package/sdk/models/operations/deletemodelbyid.d.ts.map +1 -0
- package/sdk/models/operations/deletemodelbyid.js +118 -0
- package/sdk/models/operations/deletemodelbyid.js.map +1 -0
- package/sdk/models/operations/deletemodels3did.d.ts +114 -0
- package/sdk/models/operations/deletemodels3did.d.ts.map +1 -0
- package/sdk/models/operations/deletemodels3did.js +142 -0
- package/sdk/models/operations/deletemodels3did.js.map +1 -0
- package/sdk/models/operations/getdatasetbyid.d.ts +129 -0
- package/sdk/models/operations/getdatasetbyid.d.ts.map +1 -0
- package/sdk/models/operations/getdatasetbyid.js +164 -0
- package/sdk/models/operations/getdatasetbyid.js.map +1 -0
- package/sdk/models/operations/getelements.d.ts +123 -0
- package/sdk/models/operations/getelements.d.ts.map +1 -0
- package/sdk/models/operations/getelements.js +144 -0
- package/sdk/models/operations/getelements.js.map +1 -0
- package/sdk/models/operations/getgenerationbyid.d.ts +364 -0
- package/sdk/models/operations/getgenerationbyid.d.ts.map +1 -0
- package/sdk/models/operations/getgenerationbyid.js +434 -0
- package/sdk/models/operations/getgenerationbyid.js.map +1 -0
- package/sdk/models/operations/getgenerationsbyuserid.d.ts +364 -0
- package/sdk/models/operations/getgenerationsbyuserid.d.ts.map +1 -0
- package/sdk/models/operations/getgenerationsbyuserid.js +442 -0
- package/sdk/models/operations/getgenerationsbyuserid.js.map +1 -0
- package/sdk/models/operations/getinitimagebyid.d.ts +97 -0
- package/sdk/models/operations/getinitimagebyid.d.ts.map +1 -0
- package/sdk/models/operations/getinitimagebyid.js +126 -0
- package/sdk/models/operations/getinitimagebyid.js.map +1 -0
- package/sdk/models/operations/getmodelbyid.d.ts +134 -0
- package/sdk/models/operations/getmodelbyid.d.ts.map +1 -0
- package/sdk/models/operations/getmodelbyid.js +186 -0
- package/sdk/models/operations/getmodelbyid.js.map +1 -0
- package/sdk/models/operations/getplatformmodels.d.ts +109 -0
- package/sdk/models/operations/getplatformmodels.d.ts.map +1 -0
- package/sdk/models/operations/getplatformmodels.js +144 -0
- package/sdk/models/operations/getplatformmodels.js.map +1 -0
- package/sdk/models/operations/getuserself.d.ts +109 -0
- package/sdk/models/operations/getuserself.d.ts.map +1 -0
- package/sdk/models/operations/getuserself.js +154 -0
- package/sdk/models/operations/getuserself.js.map +1 -0
- package/sdk/models/operations/getvariationbyid.d.ts +107 -0
- package/sdk/models/operations/getvariationbyid.d.ts.map +1 -0
- package/sdk/models/operations/getvariationbyid.js +158 -0
- package/sdk/models/operations/getvariationbyid.js.map +1 -0
- package/{dist/sdk → sdk}/models/operations/index.d.ts +1 -0
- package/sdk/models/operations/index.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/operations/index.js +1 -0
- package/sdk/models/operations/index.js.map +1 -0
- package/sdk/models/operations/postgenerationsmotionsvd.d.ts +118 -0
- package/sdk/models/operations/postgenerationsmotionsvd.d.ts.map +1 -0
- package/sdk/models/operations/postgenerationsmotionsvd.js +140 -0
- package/sdk/models/operations/postgenerationsmotionsvd.js.map +1 -0
- package/sdk/models/operations/postgenerationstexture.d.ts +112 -0
- package/sdk/models/operations/postgenerationstexture.d.ts.map +1 -0
- package/sdk/models/operations/postgenerationstexture.js +158 -0
- package/sdk/models/operations/postgenerationstexture.js.map +1 -0
- package/sdk/models/operations/postmodels3dupload.d.ts +97 -0
- package/sdk/models/operations/postmodels3dupload.d.ts.map +1 -0
- package/sdk/models/operations/postmodels3dupload.js +136 -0
- package/sdk/models/operations/postmodels3dupload.js.map +1 -0
- package/sdk/models/operations/postvariationsunzoom.d.ts +94 -0
- package/sdk/models/operations/postvariationsunzoom.d.ts.map +1 -0
- package/sdk/models/operations/postvariationsunzoom.js +118 -0
- package/sdk/models/operations/postvariationsunzoom.js.map +1 -0
- package/sdk/models/operations/uploaddatasetimage.d.ts +120 -0
- package/sdk/models/operations/uploaddatasetimage.d.ts.map +1 -0
- package/sdk/models/operations/uploaddatasetimage.js +156 -0
- package/sdk/models/operations/uploaddatasetimage.js.map +1 -0
- package/sdk/models/operations/uploaddatasetimagefromgen.d.ts +111 -0
- package/sdk/models/operations/uploaddatasetimagefromgen.d.ts.map +1 -0
- package/sdk/models/operations/uploaddatasetimagefromgen.js +144 -0
- package/sdk/models/operations/uploaddatasetimagefromgen.js.map +1 -0
- package/sdk/models/operations/uploadinitimage.d.ts +97 -0
- package/sdk/models/operations/uploadinitimage.d.ts.map +1 -0
- package/sdk/models/operations/uploadinitimage.js +130 -0
- package/sdk/models/operations/uploadinitimage.js.map +1 -0
- package/sdk/models/shared/controlnettype.d.ts +12 -0
- package/sdk/models/shared/controlnettype.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/controlnettype.js +6 -2
- package/sdk/models/shared/controlnettype.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/custommodeltype.d.ts +4 -0
- package/sdk/models/shared/custommodeltype.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/custommodeltype.js +6 -2
- package/sdk/models/shared/custommodeltype.js.map +1 -0
- package/sdk/models/shared/elementinput.d.ts +25 -0
- package/sdk/models/shared/elementinput.d.ts.map +1 -0
- package/sdk/models/shared/elementinput.js +34 -0
- package/sdk/models/shared/elementinput.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/index.d.ts +1 -0
- package/sdk/models/shared/index.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/index.js +1 -0
- package/sdk/models/shared/index.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/jobstatus.d.ts +4 -0
- package/sdk/models/shared/jobstatus.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/jobstatus.js +6 -2
- package/sdk/models/shared/jobstatus.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/sdgenerationschedulers.d.ts +4 -0
- package/sdk/models/shared/sdgenerationschedulers.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/sdgenerationschedulers.js +6 -2
- package/sdk/models/shared/sdgenerationschedulers.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/sdgenerationstyle.d.ts +4 -0
- package/sdk/models/shared/sdgenerationstyle.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/sdgenerationstyle.js +6 -2
- package/sdk/models/shared/sdgenerationstyle.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/sdversions.d.ts +4 -0
- package/sdk/models/shared/sdversions.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/sdversions.js +6 -2
- package/sdk/models/shared/sdversions.js.map +1 -0
- package/sdk/models/shared/security.d.ts +4 -0
- package/sdk/models/shared/security.d.ts.map +1 -0
- package/sdk/models/shared/security.js +6 -0
- package/sdk/models/shared/security.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/strength.d.ts +4 -0
- package/sdk/models/shared/strength.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/strength.js +6 -2
- package/sdk/models/shared/strength.js.map +1 -0
- package/{dist/sdk → sdk}/models/shared/variationtype.d.ts +4 -0
- package/sdk/models/shared/variationtype.d.ts.map +1 -0
- package/{dist/sdk → sdk}/models/shared/variationtype.js +6 -2
- package/sdk/models/shared/variationtype.js.map +1 -0
- package/sdk/sdk.d.ts +28 -0
- package/sdk/sdk.d.ts.map +1 -0
- package/sdk/sdk.js +56 -0
- package/sdk/sdk.js.map +1 -0
- package/sdk/types/blobs.d.ts +4 -0
- package/sdk/types/blobs.d.ts.map +1 -0
- package/sdk/types/blobs.js +52 -0
- package/sdk/types/blobs.js.map +1 -0
- package/sdk/types/decimal.d.ts +2 -0
- package/sdk/types/decimal.d.ts.map +1 -0
- package/{dist/sdk/types/index.js → sdk/types/decimal.js} +2 -1
- package/sdk/types/decimal.js.map +1 -0
- package/sdk/types/index.d.ts +6 -0
- package/sdk/types/index.d.ts.map +1 -0
- package/sdk/types/index.js +16 -0
- package/sdk/types/index.js.map +1 -0
- package/sdk/types/operations.d.ts +13 -0
- package/sdk/types/operations.d.ts.map +1 -0
- package/sdk/types/operations.js +19 -0
- package/sdk/types/operations.js.map +1 -0
- package/sdk/types/rfcdate.d.ts +21 -0
- package/sdk/types/rfcdate.d.ts.map +1 -0
- package/sdk/types/rfcdate.js +46 -0
- package/sdk/types/rfcdate.js.map +1 -0
- package/{dist/sdk → sdk}/user.d.ts +7 -6
- package/sdk/user.d.ts.map +1 -0
- package/sdk/user.js +88 -0
- package/sdk/user.js.map +1 -0
- package/sdk/variation.d.ts +36 -0
- package/sdk/variation.d.ts.map +1 -0
- package/sdk/variation.js +260 -0
- package/sdk/variation.js.map +1 -0
- package/src/index.ts +6 -0
- package/src/lib/base64.ts +37 -0
- package/src/lib/config.ts +57 -0
- package/src/lib/encodings.ts +384 -0
- package/src/lib/event-streams.ts +192 -0
- package/src/lib/http.ts +203 -0
- package/src/lib/retries.ts +207 -0
- package/src/lib/sdks.ts +107 -0
- package/src/lib/security.ts +164 -0
- package/src/lib/url.ts +31 -0
- package/src/sdk/dataset.ts +361 -0
- package/src/sdk/element.ts +69 -0
- package/src/sdk/generation.ts +492 -0
- package/src/sdk/index.ts +5 -0
- package/src/sdk/initimage.ts +215 -0
- package/src/sdk/model.ts +397 -0
- package/src/sdk/models/errors/index.ts +5 -0
- package/src/sdk/models/errors/sdkerror.ts +24 -0
- package/src/sdk/models/operations/createdataset.ts +209 -0
- package/src/sdk/models/operations/creategeneration.ts +578 -0
- package/src/sdk/models/operations/createmodel.ts +280 -0
- package/src/sdk/models/operations/createvariationnobg.ts +209 -0
- package/src/sdk/models/operations/createvariationupscale.ts +225 -0
- package/src/sdk/models/operations/deletedatasetbyid.ts +201 -0
- package/src/sdk/models/operations/deletegenerationbyid.ts +203 -0
- package/src/sdk/models/operations/deletegenerationstextureid.ts +296 -0
- package/src/sdk/models/operations/deleteinitimagebyid.ts +203 -0
- package/src/sdk/models/operations/deletemodelbyid.ts +200 -0
- package/src/sdk/models/operations/deletemodels3did.ts +246 -0
- package/src/sdk/models/operations/getdatasetbyid.ts +283 -0
- package/src/sdk/models/operations/getelements.ts +235 -0
- package/src/sdk/models/operations/getgenerationbyid.ts +778 -0
- package/src/sdk/models/operations/getgenerationsbyuserid.ts +825 -0
- package/src/sdk/models/operations/getinitimagebyid.ts +214 -0
- package/src/sdk/models/operations/getmodelbyid.ts +287 -0
- package/src/sdk/models/operations/getplatformmodels.ts +251 -0
- package/src/sdk/models/operations/getuserself.ts +254 -0
- package/src/sdk/models/operations/getvariationbyid.ts +237 -0
- package/src/sdk/models/operations/index.ts +31 -0
- package/src/sdk/models/operations/postgenerationsmotionsvd.ts +270 -0
- package/src/sdk/models/operations/postgenerationstexture.ts +278 -0
- package/src/sdk/models/operations/postmodels3dupload.ts +226 -0
- package/src/sdk/models/operations/postvariationsunzoom.ts +213 -0
- package/src/sdk/models/operations/uploaddatasetimage.ts +268 -0
- package/src/sdk/models/operations/uploaddatasetimagefromgen.ts +274 -0
- package/src/sdk/models/operations/uploadinitimage.ts +218 -0
- package/src/sdk/models/shared/controlnettype.ts +17 -0
- package/src/sdk/models/shared/custommodeltype.ts +28 -0
- package/src/sdk/models/shared/elementinput.ts +53 -0
- package/src/sdk/models/shared/index.ts +14 -0
- package/src/sdk/models/shared/jobstatus.ts +17 -0
- package/src/sdk/models/shared/sdgenerationschedulers.ts +21 -0
- package/src/sdk/models/shared/sdgenerationstyle.ts +29 -0
- package/src/sdk/models/shared/sdversions.ts +16 -0
- package/src/sdk/models/shared/security.ts +7 -0
- package/src/sdk/models/shared/strength.ts +18 -0
- package/src/sdk/models/shared/variationtype.ts +19 -0
- package/src/sdk/sdk.ts +63 -0
- package/src/sdk/types/blobs.ts +30 -0
- package/src/sdk/types/decimal.ts +5 -0
- package/src/sdk/types/index.ts +9 -0
- package/src/sdk/types/operations.ts +25 -0
- package/src/sdk/types/rfcdate.ts +54 -0
- package/src/sdk/user.ts +69 -0
- package/src/sdk/variation.ts +275 -0
- package/dist/index.d.ts +0 -1
- package/dist/internal/utils/contenttype.d.ts +0 -1
- package/dist/internal/utils/contenttype.js +0 -33
- package/dist/internal/utils/headers.d.ts +0 -4
- package/dist/internal/utils/headers.js +0 -92
- package/dist/internal/utils/index.d.ts +0 -8
- package/dist/internal/utils/index.js +0 -27
- package/dist/internal/utils/pathparams.d.ts +0 -2
- package/dist/internal/utils/pathparams.js +0 -53
- package/dist/internal/utils/queryparams.d.ts +0 -2
- package/dist/internal/utils/queryparams.js +0 -182
- package/dist/internal/utils/requestbody.d.ts +0 -2
- package/dist/internal/utils/requestbody.js +0 -328
- package/dist/internal/utils/retries.d.ts +0 -20
- package/dist/internal/utils/retries.js +0 -250
- package/dist/internal/utils/security.d.ts +0 -5
- package/dist/internal/utils/security.js +0 -196
- package/dist/internal/utils/utils.d.ts +0 -37
- package/dist/internal/utils/utils.js +0 -368
- package/dist/sdk/dataset.js +0 -446
- package/dist/sdk/element.d.ts +0 -14
- package/dist/sdk/element.js +0 -145
- package/dist/sdk/generation.d.ts +0 -56
- package/dist/sdk/generation.js +0 -576
- package/dist/sdk/index.d.ts +0 -1
- package/dist/sdk/initimage.d.ts +0 -28
- package/dist/sdk/initimage.js +0 -298
- package/dist/sdk/model.d.ts +0 -49
- package/dist/sdk/model.js +0 -499
- package/dist/sdk/models/errors/index.d.ts +0 -1
- package/dist/sdk/models/errors/sdkerror.d.ts +0 -7
- package/dist/sdk/models/errors/sdkerror.js +0 -40
- package/dist/sdk/models/operations/createdataset.d.ts +0 -48
- package/dist/sdk/models/operations/createdataset.js +0 -110
- package/dist/sdk/models/operations/creategeneration.d.ts +0 -175
- package/dist/sdk/models/operations/creategeneration.js +0 -312
- package/dist/sdk/models/operations/createmodel.d.ts +0 -75
- package/dist/sdk/models/operations/createmodel.js +0 -171
- package/dist/sdk/models/operations/createvariationnobg.d.ts +0 -40
- package/dist/sdk/models/operations/createvariationnobg.js +0 -112
- package/dist/sdk/models/operations/createvariationupscale.d.ts +0 -39
- package/dist/sdk/models/operations/createvariationupscale.js +0 -107
- package/dist/sdk/models/operations/deletedatasetbyid.d.ts +0 -41
- package/dist/sdk/models/operations/deletedatasetbyid.js +0 -101
- package/dist/sdk/models/operations/deletegenerationbyid.d.ts +0 -41
- package/dist/sdk/models/operations/deletegenerationbyid.js +0 -101
- package/dist/sdk/models/operations/deletegenerationstextureid.d.ts +0 -51
- package/dist/sdk/models/operations/deletegenerationstextureid.js +0 -121
- package/dist/sdk/models/operations/deleteinitimagebyid.d.ts +0 -41
- package/dist/sdk/models/operations/deleteinitimagebyid.js +0 -101
- package/dist/sdk/models/operations/deletemodelbyid.d.ts +0 -41
- package/dist/sdk/models/operations/deletemodelbyid.js +0 -101
- package/dist/sdk/models/operations/deletemodels3did.d.ts +0 -51
- package/dist/sdk/models/operations/deletemodels3did.js +0 -121
- package/dist/sdk/models/operations/getdatasetbyid.d.ts +0 -54
- package/dist/sdk/models/operations/getdatasetbyid.js +0 -153
- package/dist/sdk/models/operations/getelements.d.ts +0 -68
- package/dist/sdk/models/operations/getelements.js +0 -153
- package/dist/sdk/models/operations/getgenerationbyid.d.ts +0 -184
- package/dist/sdk/models/operations/getgenerationbyid.js +0 -408
- package/dist/sdk/models/operations/getgenerationsbyuserid.d.ts +0 -180
- package/dist/sdk/models/operations/getgenerationsbyuserid.js +0 -416
- package/dist/sdk/models/operations/getinitimagebyid.d.ts +0 -43
- package/dist/sdk/models/operations/getinitimagebyid.js +0 -111
- package/dist/sdk/models/operations/getmodelbyid.d.ts +0 -62
- package/dist/sdk/models/operations/getmodelbyid.js +0 -180
- package/dist/sdk/models/operations/getplatformmodels.d.ts +0 -47
- package/dist/sdk/models/operations/getplatformmodels.js +0 -136
- package/dist/sdk/models/operations/getuserself.d.ts +0 -47
- package/dist/sdk/models/operations/getuserself.js +0 -136
- package/dist/sdk/models/operations/getvariationbyid.d.ts +0 -49
- package/dist/sdk/models/operations/getvariationbyid.js +0 -145
- package/dist/sdk/models/operations/postgenerationsmotionsvd.d.ts +0 -58
- package/dist/sdk/models/operations/postgenerationsmotionsvd.js +0 -127
- package/dist/sdk/models/operations/postgenerationstexture.d.ts +0 -46
- package/dist/sdk/models/operations/postgenerationstexture.js +0 -142
- package/dist/sdk/models/operations/postmodels3dupload.d.ts +0 -39
- package/dist/sdk/models/operations/postmodels3dupload.js +0 -122
- package/dist/sdk/models/operations/postvariationsunzoom.d.ts +0 -40
- package/dist/sdk/models/operations/postvariationsunzoom.js +0 -112
- package/dist/sdk/models/operations/uploaddatasetimage.d.ts +0 -51
- package/dist/sdk/models/operations/uploaddatasetimage.js +0 -133
- package/dist/sdk/models/operations/uploaddatasetimagefromgen.d.ts +0 -48
- package/dist/sdk/models/operations/uploaddatasetimagefromgen.js +0 -118
- package/dist/sdk/models/operations/uploadinitimage.d.ts +0 -41
- package/dist/sdk/models/operations/uploadinitimage.js +0 -117
- package/dist/sdk/models/shared/controlnettype.d.ts +0 -8
- package/dist/sdk/models/shared/elementinput.d.ts +0 -11
- package/dist/sdk/models/shared/elementinput.js +0 -50
- package/dist/sdk/models/shared/security.d.ts +0 -4
- package/dist/sdk/models/shared/security.js +0 -45
- package/dist/sdk/sdk.d.ts +0 -63
- package/dist/sdk/sdk.js +0 -91
- package/dist/sdk/types/index.d.ts +0 -1
- package/dist/sdk/types/rfcdate.d.ts +0 -9
- package/dist/sdk/types/rfcdate.js +0 -59
- package/dist/sdk/user.js +0 -145
- package/dist/sdk/variation.d.ts +0 -35
- package/dist/sdk/variation.js +0 -379
- package/docs/sdk/models/operations/createdatasetrequestbody.md +0 -11
- package/docs/sdk/models/operations/createdatasetresponse.md +0 -11
- package/docs/sdk/models/operations/createdatasetresponsebody.md +0 -10
- package/docs/sdk/models/operations/creategenerationrequestbody.md +0 -46
- package/docs/sdk/models/operations/creategenerationresponse.md +0 -11
- package/docs/sdk/models/operations/creategenerationresponsebody.md +0 -10
- package/docs/sdk/models/operations/createmodelrequestbody.md +0 -18
- package/docs/sdk/models/operations/createmodelresponse.md +0 -11
- package/docs/sdk/models/operations/createmodelresponsebody.md +0 -10
- package/docs/sdk/models/operations/createvariationnobgrequestbody.md +0 -11
- package/docs/sdk/models/operations/createvariationnobgresponse.md +0 -11
- package/docs/sdk/models/operations/createvariationnobgresponsebody.md +0 -10
- package/docs/sdk/models/operations/createvariationupscalerequestbody.md +0 -10
- package/docs/sdk/models/operations/createvariationupscaleresponse.md +0 -11
- package/docs/sdk/models/operations/createvariationupscaleresponsebody.md +0 -10
- package/docs/sdk/models/operations/createvariationupscalesdupscalejoboutput.md +0 -9
- package/docs/sdk/models/operations/custommodels.md +0 -10
- package/docs/sdk/models/operations/datasetgenuploadoutput.md +0 -8
- package/docs/sdk/models/operations/datasetimages.md +0 -12
- package/docs/sdk/models/operations/datasets.md +0 -10
- package/docs/sdk/models/operations/datasetuploadoutput.md +0 -11
- package/docs/sdk/models/operations/deletedatasetbyiddatasets.md +0 -10
- package/docs/sdk/models/operations/deletedatasetbyidrequest.md +0 -8
- package/docs/sdk/models/operations/deletedatasetbyidresponse.md +0 -11
- package/docs/sdk/models/operations/deletedatasetbyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/deletegenerationbyidrequest.md +0 -8
- package/docs/sdk/models/operations/deletegenerationbyidresponse.md +0 -11
- package/docs/sdk/models/operations/deletegenerationbyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/deletegenerationstextureidrequest.md +0 -9
- package/docs/sdk/models/operations/deletegenerationstextureidrequestbody.md +0 -10
- package/docs/sdk/models/operations/deletegenerationstextureidresponse.md +0 -11
- package/docs/sdk/models/operations/deletegenerationstextureidresponsebody.md +0 -10
- package/docs/sdk/models/operations/deleteinitimagebyidrequest.md +0 -8
- package/docs/sdk/models/operations/deleteinitimagebyidresponse.md +0 -11
- package/docs/sdk/models/operations/deleteinitimagebyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/deletemodelbyidrequest.md +0 -8
- package/docs/sdk/models/operations/deletemodelbyidresponse.md +0 -11
- package/docs/sdk/models/operations/deletemodelbyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/deletemodels3didrequest.md +0 -9
- package/docs/sdk/models/operations/deletemodels3didrequestbody.md +0 -10
- package/docs/sdk/models/operations/deletemodels3didresponse.md +0 -11
- package/docs/sdk/models/operations/deletemodels3didresponsebody.md +0 -10
- package/docs/sdk/models/operations/elements.md +0 -17
- package/docs/sdk/models/operations/generatedimages.md +0 -19
- package/docs/sdk/models/operations/generatedimagevariationgeneric.md +0 -14
- package/docs/sdk/models/operations/generationelements.md +0 -12
- package/docs/sdk/models/operations/generations.md +0 -10
- package/docs/sdk/models/operations/getdatasetbyiddatasets.md +0 -15
- package/docs/sdk/models/operations/getdatasetbyidrequest.md +0 -8
- package/docs/sdk/models/operations/getdatasetbyidresponse.md +0 -11
- package/docs/sdk/models/operations/getdatasetbyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/getelementsresponse.md +0 -11
- package/docs/sdk/models/operations/getelementsresponsebody.md +0 -10
- package/docs/sdk/models/operations/getgenerationbyidgeneratedimagevariationgeneric.md +0 -13
- package/docs/sdk/models/operations/getgenerationbyidgenerations.md +0 -32
- package/docs/sdk/models/operations/getgenerationbyidloras.md +0 -17
- package/docs/sdk/models/operations/getgenerationbyidrequest.md +0 -8
- package/docs/sdk/models/operations/getgenerationbyidresponse.md +0 -11
- package/docs/sdk/models/operations/getgenerationbyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/getgenerationsbyuseridgeneratedimages.md +0 -19
- package/docs/sdk/models/operations/getgenerationsbyuseridgeneratedimagevariationgeneric.md +0 -13
- package/docs/sdk/models/operations/getgenerationsbyuseridgenerationelements.md +0 -12
- package/docs/sdk/models/operations/getgenerationsbyuseridgenerations.md +0 -32
- package/docs/sdk/models/operations/getgenerationsbyuseridrequest.md +0 -10
- package/docs/sdk/models/operations/getgenerationsbyuseridresponse.md +0 -11
- package/docs/sdk/models/operations/getgenerationsbyuseridresponsebody.md +0 -10
- package/docs/sdk/models/operations/getinitimagebyidinitimages.md +0 -12
- package/docs/sdk/models/operations/getinitimagebyidrequest.md +0 -8
- package/docs/sdk/models/operations/getinitimagebyidresponse.md +0 -11
- package/docs/sdk/models/operations/getinitimagebyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/getmodelbyidcustommodels.md +0 -21
- package/docs/sdk/models/operations/getmodelbyidrequest.md +0 -8
- package/docs/sdk/models/operations/getmodelbyidresponse.md +0 -11
- package/docs/sdk/models/operations/getmodelbyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/getplatformmodelscustommodels.md +0 -15
- package/docs/sdk/models/operations/getplatformmodelsgeneratedimages.md +0 -11
- package/docs/sdk/models/operations/getplatformmodelsresponse.md +0 -11
- package/docs/sdk/models/operations/getplatformmodelsresponsebody.md +0 -10
- package/docs/sdk/models/operations/getuserselfresponse.md +0 -11
- package/docs/sdk/models/operations/getuserselfresponsebody.md +0 -10
- package/docs/sdk/models/operations/getvariationbyidrequest.md +0 -8
- package/docs/sdk/models/operations/getvariationbyidresponse.md +0 -11
- package/docs/sdk/models/operations/getvariationbyidresponsebody.md +0 -10
- package/docs/sdk/models/operations/initimages.md +0 -10
- package/docs/sdk/models/operations/initimageuploadoutput.md +0 -11
- package/docs/sdk/models/operations/loras.md +0 -18
- package/docs/sdk/models/operations/modelassets.md +0 -10
- package/docs/sdk/models/operations/modelassettexturegenerations.md +0 -10
- package/docs/sdk/models/operations/modelassetuploadoutput.md +0 -11
- package/docs/sdk/models/operations/motionsvdgenerationoutput.md +0 -9
- package/docs/sdk/models/operations/postgenerationsmotionsvdrequestbody.md +0 -14
- package/docs/sdk/models/operations/postgenerationsmotionsvdresponse.md +0 -11
- package/docs/sdk/models/operations/postgenerationsmotionsvdresponsebody.md +0 -10
- package/docs/sdk/models/operations/postgenerationstexturerequestbody.md +0 -17
- package/docs/sdk/models/operations/postgenerationstextureresponse.md +0 -11
- package/docs/sdk/models/operations/postgenerationstextureresponsebody.md +0 -10
- package/docs/sdk/models/operations/postmodels3duploadrequestbody.md +0 -11
- package/docs/sdk/models/operations/postmodels3duploadresponse.md +0 -11
- package/docs/sdk/models/operations/postmodels3duploadresponsebody.md +0 -10
- package/docs/sdk/models/operations/postvariationsunzoomrequestbody.md +0 -11
- package/docs/sdk/models/operations/postvariationsunzoomresponse.md +0 -11
- package/docs/sdk/models/operations/postvariationsunzoomresponsebody.md +0 -10
- package/docs/sdk/models/operations/sdgenerationoutput.md +0 -9
- package/docs/sdk/models/operations/sdtrainingoutput.md +0 -9
- package/docs/sdk/models/operations/sdunzoomoutput.md +0 -9
- package/docs/sdk/models/operations/sdupscalejoboutput.md +0 -9
- package/docs/sdk/models/operations/texturegenerationjoboutput.md +0 -9
- package/docs/sdk/models/operations/uploaddatasetimagefromgenrequest.md +0 -9
- package/docs/sdk/models/operations/uploaddatasetimagefromgenrequestbody.md +0 -10
- package/docs/sdk/models/operations/uploaddatasetimagefromgenresponse.md +0 -11
- package/docs/sdk/models/operations/uploaddatasetimagefromgenresponsebody.md +0 -10
- package/docs/sdk/models/operations/uploaddatasetimagerequest.md +0 -9
- package/docs/sdk/models/operations/uploaddatasetimagerequestbody.md +0 -10
- package/docs/sdk/models/operations/uploaddatasetimageresponse.md +0 -11
- package/docs/sdk/models/operations/uploaddatasetimageresponsebody.md +0 -10
- package/docs/sdk/models/operations/uploadinitimagerequestbody.md +0 -10
- package/docs/sdk/models/operations/uploadinitimageresponse.md +0 -11
- package/docs/sdk/models/operations/uploadinitimageresponsebody.md +0 -10
- package/docs/sdk/models/operations/userdetails.md +0 -15
- package/docs/sdk/models/operations/users.md +0 -11
- package/docs/sdk/models/shared/controlnettype.md +0 -12
- package/docs/sdk/models/shared/custommodeltype.md +0 -23
- package/docs/sdk/models/shared/elementinput.md +0 -9
- package/docs/sdk/models/shared/jobstatus.md +0 -12
- package/docs/sdk/models/shared/sdgenerationschedulers.md +0 -16
- package/docs/sdk/models/shared/sdgenerationstyle.md +0 -24
- package/docs/sdk/models/shared/sdversions.md +0 -11
- package/docs/sdk/models/shared/security.md +0 -8
- package/docs/sdk/models/shared/strength.md +0 -13
- package/docs/sdk/models/shared/variationtype.md +0 -14
|
@@ -0,0 +1,364 @@
|
|
|
1
|
+
import * as shared from "../../../sdk/models/shared";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
export type GetGenerationsByUserIdRequest = {
|
|
4
|
+
userId: string;
|
|
5
|
+
limit?: number | undefined;
|
|
6
|
+
offset?: number | undefined;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* columns and relationships of "generated_image_variation_generic"
|
|
10
|
+
*/
|
|
11
|
+
export type GetGenerationsByUserIdGeneratedImageVariationGeneric = {
|
|
12
|
+
id?: string | null | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* The status of the current task.
|
|
15
|
+
*/
|
|
16
|
+
status?: shared.JobStatus | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The type of variation.
|
|
19
|
+
*/
|
|
20
|
+
transformType?: shared.VariationType | undefined;
|
|
21
|
+
url?: string | null | undefined;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* columns and relationships of "generated_images"
|
|
25
|
+
*/
|
|
26
|
+
export type GetGenerationsByUserIdGeneratedImages = {
|
|
27
|
+
generatedImageVariationGenerics?: Array<GetGenerationsByUserIdGeneratedImageVariationGeneric> | undefined;
|
|
28
|
+
id?: string | null | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* If it is an image to video generation.
|
|
31
|
+
*/
|
|
32
|
+
imageToVideo?: boolean | null | undefined;
|
|
33
|
+
likeCount?: number | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* If generation is of motion type.
|
|
36
|
+
*/
|
|
37
|
+
motion?: boolean | null | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* The URL of the motion MP4.
|
|
40
|
+
*/
|
|
41
|
+
motionMp4URL?: string | null | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the motion model.
|
|
44
|
+
*/
|
|
45
|
+
motionModel?: string | null | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* The motion strength.
|
|
48
|
+
*/
|
|
49
|
+
motionStrength?: number | null | undefined;
|
|
50
|
+
nsfw?: boolean | undefined;
|
|
51
|
+
url?: string | undefined;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Element used for the generation.
|
|
55
|
+
*/
|
|
56
|
+
export type Elements = {
|
|
57
|
+
/**
|
|
58
|
+
* Unique identifier for the element. Elements can be found from the List Elements endpoint.
|
|
59
|
+
*/
|
|
60
|
+
akUUID?: string | null | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* The base version of stable diffusion to use if not using a custom model. v1_5 is 1.5, v2 is 2.1, if not specified it will default to v1_5.
|
|
63
|
+
*/
|
|
64
|
+
baseModel?: shared.SdVersions | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* Description for the element
|
|
67
|
+
*/
|
|
68
|
+
description?: string | null | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* Name of the element
|
|
71
|
+
*/
|
|
72
|
+
name?: string | null | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* URL of the element image
|
|
75
|
+
*/
|
|
76
|
+
urlImage?: string | null | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* Default weight for the element
|
|
79
|
+
*/
|
|
80
|
+
weightDefault?: number | null | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* Maximum weight for the element
|
|
83
|
+
*/
|
|
84
|
+
weightMax?: number | null | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* Minimum weight for the element
|
|
87
|
+
*/
|
|
88
|
+
weightMin?: number | null | undefined;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* This table captures the elements that are applied to a Generations, also the order and weightings used when applied.
|
|
92
|
+
*/
|
|
93
|
+
export type GetGenerationsByUserIdGenerationElements = {
|
|
94
|
+
id?: number | null | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* Element used for the generation.
|
|
97
|
+
*/
|
|
98
|
+
lora?: Elements | null | undefined;
|
|
99
|
+
weightApplied?: number | null | undefined;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* columns and relationships of "generations"
|
|
103
|
+
*/
|
|
104
|
+
export type GetGenerationsByUserIdGenerations = {
|
|
105
|
+
createdAt?: string | undefined;
|
|
106
|
+
generatedImages?: Array<GetGenerationsByUserIdGeneratedImages> | undefined;
|
|
107
|
+
generationElements?: Array<GetGenerationsByUserIdGenerationElements> | undefined;
|
|
108
|
+
guidanceScale?: number | null | undefined;
|
|
109
|
+
id?: string | null | undefined;
|
|
110
|
+
imageHeight?: number | undefined;
|
|
111
|
+
imageWidth?: number | undefined;
|
|
112
|
+
inferenceSteps?: number | null | undefined;
|
|
113
|
+
initStrength?: number | null | undefined;
|
|
114
|
+
modelId?: string | null | undefined;
|
|
115
|
+
negativePrompt?: string | null | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* If photoReal feature was used.
|
|
118
|
+
*/
|
|
119
|
+
photoReal?: boolean | null | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* Depth of field of photoReal used. 0.55 is low, 0.5 is medium, and 0.45 is high. Default is 0.55.
|
|
122
|
+
*/
|
|
123
|
+
photoRealStrength?: number | null | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* The style to generate images with. When photoReal is enabled, use CINEMATIC, CREATIVE, VIBRANT, or NONE. When alchemy is disabled, use LEONARDO or NONE. When alchemy is enabled, use ANIME, CREATIVE, DYNAMIC, ENVIRONMENT, GENERAL, ILLUSTRATION, PHOTOGRAPHY, RAYTRACED, RENDER_3D, SKETCH_BW, SKETCH_COLOR, or NONE.
|
|
126
|
+
*/
|
|
127
|
+
presetStyle?: shared.SdGenerationStyle | undefined;
|
|
128
|
+
prompt?: string | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* If prompt magic was used.
|
|
131
|
+
*/
|
|
132
|
+
promptMagic?: boolean | null | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* Strength of prompt magic used.
|
|
135
|
+
*/
|
|
136
|
+
promptMagicStrength?: number | null | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* Version of prompt magic used.
|
|
139
|
+
*/
|
|
140
|
+
promptMagicVersion?: string | null | undefined;
|
|
141
|
+
public?: boolean | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* The scheduler to generate images with. Defaults to EULER_DISCRETE if not specified.
|
|
144
|
+
*/
|
|
145
|
+
scheduler?: shared.SdGenerationSchedulers | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* The base version of stable diffusion to use if not using a custom model. v1_5 is 1.5, v2 is 2.1, if not specified it will default to v1_5.
|
|
148
|
+
*/
|
|
149
|
+
sdVersion?: shared.SdVersions | undefined;
|
|
150
|
+
seed?: number | null | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* The status of the current task.
|
|
153
|
+
*/
|
|
154
|
+
status?: shared.JobStatus | undefined;
|
|
155
|
+
};
|
|
156
|
+
/**
|
|
157
|
+
* Responses for GET /generations/user/{userId}
|
|
158
|
+
*/
|
|
159
|
+
export type GetGenerationsByUserIdResponseBody = {
|
|
160
|
+
generations?: Array<GetGenerationsByUserIdGenerations> | undefined;
|
|
161
|
+
};
|
|
162
|
+
export type GetGenerationsByUserIdResponse = {
|
|
163
|
+
/**
|
|
164
|
+
* HTTP response content type for this operation
|
|
165
|
+
*/
|
|
166
|
+
contentType: string;
|
|
167
|
+
/**
|
|
168
|
+
* HTTP response status code for this operation
|
|
169
|
+
*/
|
|
170
|
+
statusCode: number;
|
|
171
|
+
/**
|
|
172
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
173
|
+
*/
|
|
174
|
+
rawResponse: Response;
|
|
175
|
+
/**
|
|
176
|
+
* Responses for GET /generations/user/{userId}
|
|
177
|
+
*/
|
|
178
|
+
object?: GetGenerationsByUserIdResponseBody | undefined;
|
|
179
|
+
};
|
|
180
|
+
/** @internal */
|
|
181
|
+
export declare namespace GetGenerationsByUserIdRequest$ {
|
|
182
|
+
type Inbound = {
|
|
183
|
+
userId: string;
|
|
184
|
+
limit?: number | undefined;
|
|
185
|
+
offset?: number | undefined;
|
|
186
|
+
};
|
|
187
|
+
const inboundSchema: z.ZodType<GetGenerationsByUserIdRequest, z.ZodTypeDef, Inbound>;
|
|
188
|
+
type Outbound = {
|
|
189
|
+
userId: string;
|
|
190
|
+
limit: number;
|
|
191
|
+
offset: number;
|
|
192
|
+
};
|
|
193
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetGenerationsByUserIdRequest>;
|
|
194
|
+
}
|
|
195
|
+
/** @internal */
|
|
196
|
+
export declare namespace GetGenerationsByUserIdGeneratedImageVariationGeneric$ {
|
|
197
|
+
type Inbound = {
|
|
198
|
+
id?: string | null | undefined;
|
|
199
|
+
status?: shared.JobStatus | undefined;
|
|
200
|
+
transformType?: shared.VariationType | undefined;
|
|
201
|
+
url?: string | null | undefined;
|
|
202
|
+
};
|
|
203
|
+
const inboundSchema: z.ZodType<GetGenerationsByUserIdGeneratedImageVariationGeneric, z.ZodTypeDef, Inbound>;
|
|
204
|
+
type Outbound = {
|
|
205
|
+
id?: string | null | undefined;
|
|
206
|
+
status?: shared.JobStatus | undefined;
|
|
207
|
+
transformType?: shared.VariationType | undefined;
|
|
208
|
+
url?: string | null | undefined;
|
|
209
|
+
};
|
|
210
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetGenerationsByUserIdGeneratedImageVariationGeneric>;
|
|
211
|
+
}
|
|
212
|
+
/** @internal */
|
|
213
|
+
export declare namespace GetGenerationsByUserIdGeneratedImages$ {
|
|
214
|
+
type Inbound = {
|
|
215
|
+
generated_image_variation_generics?: Array<GetGenerationsByUserIdGeneratedImageVariationGeneric$.Inbound> | undefined;
|
|
216
|
+
id?: string | null | undefined;
|
|
217
|
+
imageToVideo?: boolean | null | undefined;
|
|
218
|
+
likeCount?: number | undefined;
|
|
219
|
+
motion?: boolean | null | undefined;
|
|
220
|
+
motionMP4URL?: string | null | undefined;
|
|
221
|
+
motionModel?: string | null | undefined;
|
|
222
|
+
motionStrength?: number | null | undefined;
|
|
223
|
+
nsfw?: boolean | undefined;
|
|
224
|
+
url?: string | undefined;
|
|
225
|
+
};
|
|
226
|
+
const inboundSchema: z.ZodType<GetGenerationsByUserIdGeneratedImages, z.ZodTypeDef, Inbound>;
|
|
227
|
+
type Outbound = {
|
|
228
|
+
generated_image_variation_generics?: Array<GetGenerationsByUserIdGeneratedImageVariationGeneric$.Outbound> | undefined;
|
|
229
|
+
id?: string | null | undefined;
|
|
230
|
+
imageToVideo?: boolean | null | undefined;
|
|
231
|
+
likeCount?: number | undefined;
|
|
232
|
+
motion?: boolean | null | undefined;
|
|
233
|
+
motionMP4URL?: string | null | undefined;
|
|
234
|
+
motionModel?: string | null | undefined;
|
|
235
|
+
motionStrength?: number | null | undefined;
|
|
236
|
+
nsfw?: boolean | undefined;
|
|
237
|
+
url?: string | undefined;
|
|
238
|
+
};
|
|
239
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetGenerationsByUserIdGeneratedImages>;
|
|
240
|
+
}
|
|
241
|
+
/** @internal */
|
|
242
|
+
export declare namespace Elements$ {
|
|
243
|
+
type Inbound = {
|
|
244
|
+
akUUID?: string | null | undefined;
|
|
245
|
+
baseModel?: shared.SdVersions | undefined;
|
|
246
|
+
description?: string | null | undefined;
|
|
247
|
+
name?: string | null | undefined;
|
|
248
|
+
urlImage?: string | null | undefined;
|
|
249
|
+
weightDefault?: number | null | undefined;
|
|
250
|
+
weightMax?: number | null | undefined;
|
|
251
|
+
weightMin?: number | null | undefined;
|
|
252
|
+
};
|
|
253
|
+
const inboundSchema: z.ZodType<Elements, z.ZodTypeDef, Inbound>;
|
|
254
|
+
type Outbound = {
|
|
255
|
+
akUUID?: string | null | undefined;
|
|
256
|
+
baseModel?: shared.SdVersions | undefined;
|
|
257
|
+
description?: string | null | undefined;
|
|
258
|
+
name?: string | null | undefined;
|
|
259
|
+
urlImage?: string | null | undefined;
|
|
260
|
+
weightDefault?: number | null | undefined;
|
|
261
|
+
weightMax?: number | null | undefined;
|
|
262
|
+
weightMin?: number | null | undefined;
|
|
263
|
+
};
|
|
264
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, Elements>;
|
|
265
|
+
}
|
|
266
|
+
/** @internal */
|
|
267
|
+
export declare namespace GetGenerationsByUserIdGenerationElements$ {
|
|
268
|
+
type Inbound = {
|
|
269
|
+
id?: number | null | undefined;
|
|
270
|
+
lora?: Elements$.Inbound | null | undefined;
|
|
271
|
+
weightApplied?: number | null | undefined;
|
|
272
|
+
};
|
|
273
|
+
const inboundSchema: z.ZodType<GetGenerationsByUserIdGenerationElements, z.ZodTypeDef, Inbound>;
|
|
274
|
+
type Outbound = {
|
|
275
|
+
id?: number | null | undefined;
|
|
276
|
+
lora?: Elements$.Outbound | null | undefined;
|
|
277
|
+
weightApplied?: number | null | undefined;
|
|
278
|
+
};
|
|
279
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetGenerationsByUserIdGenerationElements>;
|
|
280
|
+
}
|
|
281
|
+
/** @internal */
|
|
282
|
+
export declare namespace GetGenerationsByUserIdGenerations$ {
|
|
283
|
+
type Inbound = {
|
|
284
|
+
createdAt?: string | undefined;
|
|
285
|
+
generated_images?: Array<GetGenerationsByUserIdGeneratedImages$.Inbound> | undefined;
|
|
286
|
+
generation_elements?: Array<GetGenerationsByUserIdGenerationElements$.Inbound> | undefined;
|
|
287
|
+
guidanceScale?: number | null | undefined;
|
|
288
|
+
id?: string | null | undefined;
|
|
289
|
+
imageHeight?: number | undefined;
|
|
290
|
+
imageWidth?: number | undefined;
|
|
291
|
+
inferenceSteps?: number | null | undefined;
|
|
292
|
+
initStrength?: number | null | undefined;
|
|
293
|
+
modelId?: string | null | undefined;
|
|
294
|
+
negativePrompt?: string | null | undefined;
|
|
295
|
+
photoReal?: boolean | null | undefined;
|
|
296
|
+
photoRealStrength?: number | null | undefined;
|
|
297
|
+
presetStyle?: shared.SdGenerationStyle | undefined;
|
|
298
|
+
prompt?: string | undefined;
|
|
299
|
+
promptMagic?: boolean | null | undefined;
|
|
300
|
+
promptMagicStrength?: number | null | undefined;
|
|
301
|
+
promptMagicVersion?: string | null | undefined;
|
|
302
|
+
public?: boolean | undefined;
|
|
303
|
+
scheduler?: shared.SdGenerationSchedulers | undefined;
|
|
304
|
+
sdVersion?: shared.SdVersions | undefined;
|
|
305
|
+
seed?: number | null | undefined;
|
|
306
|
+
status?: shared.JobStatus | undefined;
|
|
307
|
+
};
|
|
308
|
+
const inboundSchema: z.ZodType<GetGenerationsByUserIdGenerations, z.ZodTypeDef, Inbound>;
|
|
309
|
+
type Outbound = {
|
|
310
|
+
createdAt?: string | undefined;
|
|
311
|
+
generated_images?: Array<GetGenerationsByUserIdGeneratedImages$.Outbound> | undefined;
|
|
312
|
+
generation_elements?: Array<GetGenerationsByUserIdGenerationElements$.Outbound> | undefined;
|
|
313
|
+
guidanceScale?: number | null | undefined;
|
|
314
|
+
id?: string | null | undefined;
|
|
315
|
+
imageHeight?: number | undefined;
|
|
316
|
+
imageWidth?: number | undefined;
|
|
317
|
+
inferenceSteps?: number | null | undefined;
|
|
318
|
+
initStrength?: number | null | undefined;
|
|
319
|
+
modelId?: string | null | undefined;
|
|
320
|
+
negativePrompt?: string | null | undefined;
|
|
321
|
+
photoReal?: boolean | null | undefined;
|
|
322
|
+
photoRealStrength?: number | null | undefined;
|
|
323
|
+
presetStyle?: shared.SdGenerationStyle | undefined;
|
|
324
|
+
prompt?: string | undefined;
|
|
325
|
+
promptMagic?: boolean | null | undefined;
|
|
326
|
+
promptMagicStrength?: number | null | undefined;
|
|
327
|
+
promptMagicVersion?: string | null | undefined;
|
|
328
|
+
public?: boolean | undefined;
|
|
329
|
+
scheduler?: shared.SdGenerationSchedulers | undefined;
|
|
330
|
+
sdVersion?: shared.SdVersions | undefined;
|
|
331
|
+
seed?: number | null | undefined;
|
|
332
|
+
status?: shared.JobStatus | undefined;
|
|
333
|
+
};
|
|
334
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetGenerationsByUserIdGenerations>;
|
|
335
|
+
}
|
|
336
|
+
/** @internal */
|
|
337
|
+
export declare namespace GetGenerationsByUserIdResponseBody$ {
|
|
338
|
+
type Inbound = {
|
|
339
|
+
generations?: Array<GetGenerationsByUserIdGenerations$.Inbound> | undefined;
|
|
340
|
+
};
|
|
341
|
+
const inboundSchema: z.ZodType<GetGenerationsByUserIdResponseBody, z.ZodTypeDef, Inbound>;
|
|
342
|
+
type Outbound = {
|
|
343
|
+
generations?: Array<GetGenerationsByUserIdGenerations$.Outbound> | undefined;
|
|
344
|
+
};
|
|
345
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetGenerationsByUserIdResponseBody>;
|
|
346
|
+
}
|
|
347
|
+
/** @internal */
|
|
348
|
+
export declare namespace GetGenerationsByUserIdResponse$ {
|
|
349
|
+
type Inbound = {
|
|
350
|
+
ContentType: string;
|
|
351
|
+
StatusCode: number;
|
|
352
|
+
RawResponse: Response;
|
|
353
|
+
object?: GetGenerationsByUserIdResponseBody$.Inbound | undefined;
|
|
354
|
+
};
|
|
355
|
+
const inboundSchema: z.ZodType<GetGenerationsByUserIdResponse, z.ZodTypeDef, Inbound>;
|
|
356
|
+
type Outbound = {
|
|
357
|
+
ContentType: string;
|
|
358
|
+
StatusCode: number;
|
|
359
|
+
RawResponse: never;
|
|
360
|
+
object?: GetGenerationsByUserIdResponseBody$.Outbound | undefined;
|
|
361
|
+
};
|
|
362
|
+
const outboundSchema: z.ZodType<Outbound, z.ZodTypeDef, GetGenerationsByUserIdResponse>;
|
|
363
|
+
}
|
|
364
|
+
//# sourceMappingURL=getgenerationsbyuserid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getgenerationsbyuserid.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/operations/getgenerationsbyuserid.ts"],"names":[],"mappings":"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"}
|