@steamsets/client-ts 0.13.7 → 0.14.1
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/FUNCTIONS.md +107 -0
- package/README.md +33 -19
- package/RUNTIMES.md +22 -0
- package/docs/sdks/account/README.md +93 -12
- package/docs/sdks/images/README.md +332 -0
- package/docs/sdks/session/README.md +2 -2
- package/docs/sdks/settings/README.md +0 -256
- package/docs/sdks/steamsets/README.md +3 -1
- package/funcs/accountAccountV1GetBadgeBookmarks.js +3 -3
- package/funcs/accountAccountV1GetBadgeBookmarks.js.map +1 -1
- package/funcs/accountAccountV1ImagesGet.d.ts +10 -0
- package/funcs/accountAccountV1ImagesGet.d.ts.map +1 -0
- package/funcs/accountAccountV1ImagesGet.js +98 -0
- package/funcs/accountAccountV1ImagesGet.js.map +1 -0
- package/funcs/{settingsUploadImages.d.ts → accountAccountV1ImagesUpdate.d.ts} +2 -2
- package/funcs/accountAccountV1ImagesUpdate.d.ts.map +1 -0
- package/funcs/{accountUpdateImage.js → accountAccountV1ImagesUpdate.js} +9 -9
- package/funcs/accountAccountV1ImagesUpdate.js.map +1 -0
- package/funcs/accountDeleteImages.d.ts +1 -1
- package/funcs/accountDeleteImages.d.ts.map +1 -1
- package/funcs/accountDeleteImages.js +7 -5
- package/funcs/accountDeleteImages.js.map +1 -1
- package/funcs/accountGetApps.js +3 -3
- package/funcs/accountGetApps.js.map +1 -1
- package/funcs/accountGetBadges.js +3 -3
- package/funcs/accountGetBadges.js.map +1 -1
- package/funcs/accountGetDataPoints.js +3 -3
- package/funcs/accountGetDataPoints.js.map +1 -1
- package/funcs/accountGetFriends.js +3 -3
- package/funcs/accountGetFriends.js.map +1 -1
- package/funcs/accountGetInfo.js +3 -3
- package/funcs/accountGetInfo.js.map +1 -1
- package/funcs/accountGetLeaderboardHistory.js +3 -3
- package/funcs/accountGetLeaderboardHistory.js.map +1 -1
- package/funcs/accountGetStaff.js +3 -3
- package/funcs/accountGetStaff.js.map +1 -1
- package/funcs/accountSendEmailVerification.js +3 -3
- package/funcs/accountSendEmailVerification.js.map +1 -1
- package/funcs/accountUploadImages.d.ts +1 -1
- package/funcs/accountUploadImages.d.ts.map +1 -1
- package/funcs/accountUploadImages.js +7 -5
- package/funcs/accountUploadImages.js.map +1 -1
- package/funcs/accountVerifyEmail.js +3 -3
- package/funcs/accountVerifyEmail.js.map +1 -1
- package/funcs/accountsQueue.js +3 -3
- package/funcs/accountsQueue.js.map +1 -1
- package/funcs/adminAdminV1GetEvents.js +3 -3
- package/funcs/adminAdminV1GetEvents.js.map +1 -1
- package/funcs/adminAdminV1UpdateEvent.js +3 -3
- package/funcs/adminAdminV1UpdateEvent.js.map +1 -1
- package/funcs/adminAdminV1UpdateResources.js +3 -3
- package/funcs/adminAdminV1UpdateResources.js.map +1 -1
- package/funcs/adminAdminV1UpdateRoles.js +3 -3
- package/funcs/adminAdminV1UpdateRoles.js.map +1 -1
- package/funcs/adminGetAccount.js +3 -3
- package/funcs/adminGetAccount.js.map +1 -1
- package/funcs/badgeAccountV1BookmarkBadge.js +3 -3
- package/funcs/badgeAccountV1BookmarkBadge.js.map +1 -1
- package/funcs/badgeAccountV1GetBadgeBookmarks.js +3 -3
- package/funcs/badgeAccountV1GetBadgeBookmarks.js.map +1 -1
- package/funcs/badgeGetTags.js +3 -3
- package/funcs/badgeGetTags.js.map +1 -1
- package/funcs/badgesTag.js +3 -3
- package/funcs/badgesTag.js.map +1 -1
- package/funcs/connectionDelete.js +3 -3
- package/funcs/connectionDelete.js.map +1 -1
- package/funcs/connectionUpdate.js +3 -3
- package/funcs/connectionUpdate.js.map +1 -1
- package/funcs/connectionVerify.js +3 -3
- package/funcs/connectionVerify.js.map +1 -1
- package/funcs/connectionsConnect.js +3 -3
- package/funcs/connectionsConnect.js.map +1 -1
- package/funcs/dataGetApps.js +3 -3
- package/funcs/dataGetApps.js.map +1 -1
- package/funcs/dataGetBadges.js +3 -3
- package/funcs/dataGetBadges.js.map +1 -1
- package/funcs/dataGetDataPoints.js +3 -3
- package/funcs/dataGetDataPoints.js.map +1 -1
- package/funcs/dataGetFriends.js +3 -3
- package/funcs/dataGetFriends.js.map +1 -1
- package/funcs/dataGetInfo.js +3 -3
- package/funcs/dataGetInfo.js.map +1 -1
- package/funcs/dataGetLeaderboardHistory.js +3 -3
- package/funcs/dataGetLeaderboardHistory.js.map +1 -1
- package/funcs/dataGetStaff.js +3 -3
- package/funcs/dataGetStaff.js.map +1 -1
- package/funcs/developerCreateDeveloperApp.js +3 -3
- package/funcs/developerCreateDeveloperApp.js.map +1 -1
- package/funcs/developerDeleteDeveloperApp.js +3 -3
- package/funcs/developerDeleteDeveloperApp.js.map +1 -1
- package/funcs/developerUpdateApp.js +3 -3
- package/funcs/developerUpdateApp.js.map +1 -1
- package/funcs/imagesAccountV1ImagesGet.d.ts +10 -0
- package/funcs/imagesAccountV1ImagesGet.d.ts.map +1 -0
- package/funcs/imagesAccountV1ImagesGet.js +98 -0
- package/funcs/imagesAccountV1ImagesGet.js.map +1 -0
- package/funcs/{settingsDeleteImages.d.ts → imagesAccountV1ImagesUpdate.d.ts} +2 -2
- package/funcs/imagesAccountV1ImagesUpdate.d.ts.map +1 -0
- package/funcs/{settingsUpdateImage.js → imagesAccountV1ImagesUpdate.js} +9 -9
- package/funcs/imagesAccountV1ImagesUpdate.js.map +1 -0
- package/funcs/{accountUpdateImage.d.ts → imagesDeleteImages.d.ts} +2 -2
- package/funcs/{accountUpdateImage.d.ts.map → imagesDeleteImages.d.ts.map} +1 -1
- package/funcs/{settingsDeleteImages.js → imagesDeleteImages.js} +10 -8
- package/funcs/imagesDeleteImages.js.map +1 -0
- package/funcs/{settingsUpdateImage.d.ts → imagesUploadImages.d.ts} +2 -2
- package/funcs/imagesUploadImages.d.ts.map +1 -0
- package/funcs/{settingsUploadImages.js → imagesUploadImages.js} +10 -8
- package/funcs/imagesUploadImages.js.map +1 -0
- package/funcs/leaderboardGetAccount.js +3 -3
- package/funcs/leaderboardGetAccount.js.map +1 -1
- package/funcs/leaderboardGetBadges.js +3 -3
- package/funcs/leaderboardGetBadges.js.map +1 -1
- package/funcs/leaderboardGetGroup.js +3 -3
- package/funcs/leaderboardGetGroup.js.map +1 -1
- package/funcs/livenessCheck.js +3 -3
- package/funcs/livenessCheck.js.map +1 -1
- package/funcs/locationsGet.js +3 -3
- package/funcs/locationsGet.js.map +1 -1
- package/funcs/metaAccountV1GetEmbed.js +3 -3
- package/funcs/metaAccountV1GetEmbed.js.map +1 -1
- package/funcs/metaAccountV1GetMeta.js +3 -3
- package/funcs/metaAccountV1GetMeta.js.map +1 -1
- package/funcs/publicGetApps.js +3 -3
- package/funcs/publicGetApps.js.map +1 -1
- package/funcs/publicGetBadges.js +3 -3
- package/funcs/publicGetBadges.js.map +1 -1
- package/funcs/publicGetDataPoints.js +3 -3
- package/funcs/publicGetDataPoints.js.map +1 -1
- package/funcs/publicGetFriends.js +3 -3
- package/funcs/publicGetFriends.js.map +1 -1
- package/funcs/publicGetInfo.js +3 -3
- package/funcs/publicGetInfo.js.map +1 -1
- package/funcs/publicGetLeaderboardHistory.js +3 -3
- package/funcs/publicGetLeaderboardHistory.js.map +1 -1
- package/funcs/sessionCreate.js +3 -3
- package/funcs/sessionCreate.js.map +1 -1
- package/funcs/sessionLogin.js +3 -3
- package/funcs/sessionLogin.js.map +1 -1
- package/funcs/sessionsDelete.js +3 -3
- package/funcs/sessionsDelete.js.map +1 -1
- package/funcs/sessionsGet.js +3 -3
- package/funcs/sessionsGet.js.map +1 -1
- package/funcs/settingsGet.js +3 -3
- package/funcs/settingsGet.js.map +1 -1
- package/funcs/settingsSendEmailVerification.js +3 -3
- package/funcs/settingsSendEmailVerification.js.map +1 -1
- package/funcs/settingsUpdate.js +3 -3
- package/funcs/settingsUpdate.js.map +1 -1
- package/funcs/settingsVerifyEmail.js +3 -3
- package/funcs/settingsVerifyEmail.js.map +1 -1
- package/hooks/hooks.d.ts.map +1 -1
- package/hooks/hooks.js +18 -0
- package/hooks/hooks.js.map +1 -1
- package/hooks/types.d.ts +1 -0
- package/hooks/types.d.ts.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/primitives.d.ts +2 -0
- package/lib/primitives.d.ts.map +1 -1
- package/lib/primitives.js +53 -0
- package/lib/primitives.js.map +1 -1
- package/models/components/index.d.ts +2 -1
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +2 -1
- package/models/components/index.js.map +1 -1
- package/models/components/v1getimagesresponsebody.d.ts +38 -0
- package/models/components/v1getimagesresponsebody.d.ts.map +1 -0
- package/models/components/v1getimagesresponsebody.js +71 -0
- package/models/components/v1getimagesresponsebody.js.map +1 -0
- package/models/components/v1getsettingsbody.d.ts +2 -6
- package/models/components/v1getsettingsbody.d.ts.map +1 -1
- package/models/components/v1getsettingsbody.js +0 -3
- package/models/components/v1getsettingsbody.js.map +1 -1
- package/models/components/v1updateimage.d.ts +37 -0
- package/models/components/v1updateimage.d.ts.map +1 -0
- package/models/components/v1updateimage.js +61 -0
- package/models/components/v1updateimage.js.map +1 -0
- package/models/components/v1updateimagerequestbody.d.ts +4 -8
- package/models/components/v1updateimagerequestbody.d.ts.map +1 -1
- package/models/components/v1updateimagerequestbody.js +3 -4
- package/models/components/v1updateimagerequestbody.js.map +1 -1
- package/models/components/v1updateimageresponsebody.d.ts +0 -5
- package/models/components/v1updateimageresponsebody.d.ts.map +1 -1
- package/models/components/v1updateimageresponsebody.js +0 -2
- package/models/components/v1updateimageresponsebody.js.map +1 -1
- package/models/components/v1updatesettingsrequestbody.d.ts +0 -6
- package/models/components/v1updatesettingsrequestbody.d.ts.map +1 -1
- package/models/components/v1updatesettingsrequestbody.js +0 -3
- package/models/components/v1updatesettingsrequestbody.js.map +1 -1
- package/models/operations/accountv1imagesdelete.d.ts +35 -0
- package/models/operations/accountv1imagesdelete.d.ts.map +1 -0
- package/models/operations/{accountv1settingsdeleteimages.js → accountv1imagesdelete.js} +17 -17
- package/models/operations/accountv1imagesdelete.js.map +1 -0
- package/models/operations/accountv1imagesget.d.ts +35 -0
- package/models/operations/accountv1imagesget.d.ts.map +1 -0
- package/models/operations/accountv1imagesget.js +75 -0
- package/models/operations/accountv1imagesget.js.map +1 -0
- package/models/operations/accountv1imagesupdate.d.ts +35 -0
- package/models/operations/accountv1imagesupdate.d.ts.map +1 -0
- package/models/operations/{accountv1settingsupdateimage.js → accountv1imagesupdate.js} +17 -17
- package/models/operations/accountv1imagesupdate.js.map +1 -0
- package/models/operations/accountv1imagesupload.d.ts +35 -0
- package/models/operations/accountv1imagesupload.d.ts.map +1 -0
- package/models/operations/{accountv1settingsuploadimages.js → accountv1imagesupload.js} +17 -17
- package/models/operations/accountv1imagesupload.js.map +1 -0
- package/models/operations/index.d.ts +4 -3
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +4 -3
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/account.d.ts +4 -3
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js +7 -3
- package/sdk/account.js.map +1 -1
- package/sdk/images.d.ts +10 -0
- package/sdk/images.d.ts.map +1 -0
- package/sdk/images.js +28 -0
- package/sdk/images.js.map +1 -0
- package/sdk/sdk.d.ts +5 -2
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +7 -2
- package/sdk/sdk.js.map +1 -1
- package/sdk/settings.d.ts +0 -3
- package/sdk/settings.d.ts.map +1 -1
- package/sdk/settings.js +0 -12
- package/sdk/settings.js.map +1 -1
- package/src/funcs/accountAccountV1GetBadgeBookmarks.ts +3 -3
- package/src/funcs/accountAccountV1ImagesGet.ts +124 -0
- package/src/funcs/{accountUpdateImage.ts → accountAccountV1ImagesUpdate.ts} +9 -9
- package/src/funcs/accountDeleteImages.ts +9 -11
- package/src/funcs/accountGetApps.ts +3 -3
- package/src/funcs/accountGetBadges.ts +3 -3
- package/src/funcs/accountGetDataPoints.ts +3 -3
- package/src/funcs/accountGetFriends.ts +3 -3
- package/src/funcs/accountGetInfo.ts +3 -3
- package/src/funcs/accountGetLeaderboardHistory.ts +3 -3
- package/src/funcs/accountGetStaff.ts +3 -3
- package/src/funcs/accountSendEmailVerification.ts +3 -3
- package/src/funcs/accountUploadImages.ts +9 -11
- package/src/funcs/accountVerifyEmail.ts +3 -3
- package/src/funcs/accountsQueue.ts +3 -3
- package/src/funcs/adminAdminV1GetEvents.ts +3 -3
- package/src/funcs/adminAdminV1UpdateEvent.ts +3 -3
- package/src/funcs/adminAdminV1UpdateResources.ts +3 -3
- package/src/funcs/adminAdminV1UpdateRoles.ts +3 -3
- package/src/funcs/adminGetAccount.ts +3 -3
- package/src/funcs/badgeAccountV1BookmarkBadge.ts +3 -3
- package/src/funcs/badgeAccountV1GetBadgeBookmarks.ts +3 -3
- package/src/funcs/badgeGetTags.ts +3 -3
- package/src/funcs/badgesTag.ts +3 -3
- package/src/funcs/connectionDelete.ts +3 -3
- package/src/funcs/connectionUpdate.ts +3 -3
- package/src/funcs/connectionVerify.ts +3 -3
- package/src/funcs/connectionsConnect.ts +3 -3
- package/src/funcs/dataGetApps.ts +3 -3
- package/src/funcs/dataGetBadges.ts +3 -3
- package/src/funcs/dataGetDataPoints.ts +3 -3
- package/src/funcs/dataGetFriends.ts +3 -3
- package/src/funcs/dataGetInfo.ts +3 -3
- package/src/funcs/dataGetLeaderboardHistory.ts +3 -3
- package/src/funcs/dataGetStaff.ts +3 -3
- package/src/funcs/developerCreateDeveloperApp.ts +3 -3
- package/src/funcs/developerDeleteDeveloperApp.ts +3 -3
- package/src/funcs/developerUpdateApp.ts +3 -3
- package/src/funcs/imagesAccountV1ImagesGet.ts +124 -0
- package/src/funcs/{settingsUpdateImage.ts → imagesAccountV1ImagesUpdate.ts} +9 -9
- package/src/funcs/{settingsDeleteImages.ts → imagesDeleteImages.ts} +10 -12
- package/src/funcs/{settingsUploadImages.ts → imagesUploadImages.ts} +10 -12
- package/src/funcs/leaderboardGetAccount.ts +3 -3
- package/src/funcs/leaderboardGetBadges.ts +3 -3
- package/src/funcs/leaderboardGetGroup.ts +3 -3
- package/src/funcs/livenessCheck.ts +3 -3
- package/src/funcs/locationsGet.ts +3 -3
- package/src/funcs/metaAccountV1GetEmbed.ts +3 -3
- package/src/funcs/metaAccountV1GetMeta.ts +3 -3
- package/src/funcs/publicGetApps.ts +3 -3
- package/src/funcs/publicGetBadges.ts +3 -3
- package/src/funcs/publicGetDataPoints.ts +3 -3
- package/src/funcs/publicGetFriends.ts +3 -3
- package/src/funcs/publicGetInfo.ts +3 -3
- package/src/funcs/publicGetLeaderboardHistory.ts +3 -3
- package/src/funcs/sessionCreate.ts +3 -3
- package/src/funcs/sessionLogin.ts +3 -3
- package/src/funcs/sessionsDelete.ts +3 -3
- package/src/funcs/sessionsGet.ts +3 -3
- package/src/funcs/settingsGet.ts +3 -3
- package/src/funcs/settingsSendEmailVerification.ts +3 -3
- package/src/funcs/settingsUpdate.ts +3 -3
- package/src/funcs/settingsVerifyEmail.ts +3 -3
- package/src/hooks/hooks.ts +20 -0
- package/src/hooks/types.ts +7 -0
- package/src/lib/config.ts +3 -3
- package/src/lib/primitives.ts +62 -0
- package/src/models/components/index.ts +2 -1
- package/src/models/components/v1getimagesresponsebody.ts +91 -0
- package/src/models/components/v1getsettingsbody.ts +2 -13
- package/src/models/components/v1updateimage.ts +72 -0
- package/src/models/components/v1updateimagerequestbody.ts +11 -12
- package/src/models/components/v1updateimageresponsebody.ts +0 -7
- package/src/models/components/v1updatesettingsrequestbody.ts +0 -13
- package/src/models/operations/{accountv1settingsdeleteimages.ts → accountv1imagesdelete.ts} +22 -25
- package/src/models/operations/accountv1imagesget.ts +89 -0
- package/src/models/operations/{accountv1settingsupdateimage.ts → accountv1imagesupdate.ts} +22 -25
- package/src/models/operations/{accountv1settingsuploadimages.ts → accountv1imagesupload.ts} +22 -25
- package/src/models/operations/index.ts +4 -3
- package/src/sdk/account.ts +16 -6
- package/src/sdk/images.ts +56 -0
- package/src/sdk/sdk.ts +9 -3
- package/src/sdk/settings.ts +0 -36
- package/src/types/operations.ts +11 -5
- package/types/operations.d.ts +5 -3
- package/types/operations.d.ts.map +1 -1
- package/types/operations.js +3 -0
- package/types/operations.js.map +1 -1
- package/funcs/accountUpdateImage.js.map +0 -1
- package/funcs/settingsDeleteImages.d.ts.map +0 -1
- package/funcs/settingsDeleteImages.js.map +0 -1
- package/funcs/settingsUpdateImage.d.ts.map +0 -1
- package/funcs/settingsUpdateImage.js.map +0 -1
- package/funcs/settingsUploadImages.d.ts.map +0 -1
- package/funcs/settingsUploadImages.js.map +0 -1
- package/models/components/emailnotification.d.ts +0 -66
- package/models/components/emailnotification.d.ts.map +0 -1
- package/models/components/emailnotification.js +0 -82
- package/models/components/emailnotification.js.map +0 -1
- package/models/operations/accountv1settingsdeleteimages.d.ts +0 -35
- package/models/operations/accountv1settingsdeleteimages.d.ts.map +0 -1
- package/models/operations/accountv1settingsdeleteimages.js.map +0 -1
- package/models/operations/accountv1settingsupdateimage.d.ts +0 -35
- package/models/operations/accountv1settingsupdateimage.d.ts.map +0 -1
- package/models/operations/accountv1settingsupdateimage.js.map +0 -1
- package/models/operations/accountv1settingsuploadimages.d.ts +0 -35
- package/models/operations/accountv1settingsuploadimages.d.ts.map +0 -1
- package/models/operations/accountv1settingsuploadimages.js.map +0 -1
- package/src/models/components/emailnotification.ts +0 -109
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
4
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
/**
|
|
6
|
-
* The type of email notifications
|
|
7
|
-
*/
|
|
8
|
-
export declare const EmailNotificationType: {
|
|
9
|
-
readonly Login: "login";
|
|
10
|
-
};
|
|
11
|
-
/**
|
|
12
|
-
* The type of email notifications
|
|
13
|
-
*/
|
|
14
|
-
export type EmailNotificationType = ClosedEnum<typeof EmailNotificationType>;
|
|
15
|
-
export type EmailNotification = {
|
|
16
|
-
/**
|
|
17
|
-
* Whether the email notifications are enabled or not
|
|
18
|
-
*/
|
|
19
|
-
enabled: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* The type of email notifications
|
|
22
|
-
*/
|
|
23
|
-
type: EmailNotificationType;
|
|
24
|
-
};
|
|
25
|
-
/** @internal */
|
|
26
|
-
export declare const EmailNotificationType$inboundSchema: z.ZodNativeEnum<typeof EmailNotificationType>;
|
|
27
|
-
/** @internal */
|
|
28
|
-
export declare const EmailNotificationType$outboundSchema: z.ZodNativeEnum<typeof EmailNotificationType>;
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
32
|
-
*/
|
|
33
|
-
export declare namespace EmailNotificationType$ {
|
|
34
|
-
/** @deprecated use `EmailNotificationType$inboundSchema` instead. */
|
|
35
|
-
const inboundSchema: z.ZodNativeEnum<{
|
|
36
|
-
readonly Login: "login";
|
|
37
|
-
}>;
|
|
38
|
-
/** @deprecated use `EmailNotificationType$outboundSchema` instead. */
|
|
39
|
-
const outboundSchema: z.ZodNativeEnum<{
|
|
40
|
-
readonly Login: "login";
|
|
41
|
-
}>;
|
|
42
|
-
}
|
|
43
|
-
/** @internal */
|
|
44
|
-
export declare const EmailNotification$inboundSchema: z.ZodType<EmailNotification, z.ZodTypeDef, unknown>;
|
|
45
|
-
/** @internal */
|
|
46
|
-
export type EmailNotification$Outbound = {
|
|
47
|
-
enabled: boolean;
|
|
48
|
-
type: string;
|
|
49
|
-
};
|
|
50
|
-
/** @internal */
|
|
51
|
-
export declare const EmailNotification$outboundSchema: z.ZodType<EmailNotification$Outbound, z.ZodTypeDef, EmailNotification>;
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
55
|
-
*/
|
|
56
|
-
export declare namespace EmailNotification$ {
|
|
57
|
-
/** @deprecated use `EmailNotification$inboundSchema` instead. */
|
|
58
|
-
const inboundSchema: z.ZodType<EmailNotification, z.ZodTypeDef, unknown>;
|
|
59
|
-
/** @deprecated use `EmailNotification$outboundSchema` instead. */
|
|
60
|
-
const outboundSchema: z.ZodType<EmailNotification$Outbound, z.ZodTypeDef, EmailNotification>;
|
|
61
|
-
/** @deprecated use `EmailNotification$Outbound` instead. */
|
|
62
|
-
type Outbound = EmailNotification$Outbound;
|
|
63
|
-
}
|
|
64
|
-
export declare function emailNotificationToJSON(emailNotification: EmailNotification): string;
|
|
65
|
-
export declare function emailNotificationFromJSON(jsonString: string): SafeParseResult<EmailNotification, SDKValidationError>;
|
|
66
|
-
//# sourceMappingURL=emailnotification.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emailnotification.d.ts","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,qBAAqB;;CAExB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAE7E,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,IAAI,EAAE,qBAAqB,CAAC;CAC7B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mCAAmC,EAAE,CAAC,CAAC,aAAa,CAC/D,OAAO,qBAAqB,CACS,CAAC;AAExC,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAChE,OAAO,qBAAqB,CACS,CAAC;AAExC;;;GAGG;AACH,yBAAiB,sBAAsB,CAAC;IACtC,qEAAqE;IAC9D,MAAM,aAAa;;MAAsC,CAAC;IACjE,sEAAsE;IAC/D,MAAM,cAAc;;MAAuC,CAAC;CACpE;AAED,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,iBAAiB,EACjB,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0BAA0B,GAAG;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,iBAAiB,CAIjB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kBAAkB,CAAC;IAClC,iEAAiE;IAC1D,MAAM,aAAa,qDAAkC,CAAC;IAC7D,kEAAkE;IAC3D,MAAM,cAAc,wEAAmC,CAAC;IAC/D,4DAA4D;IAC5D,KAAY,QAAQ,GAAG,0BAA0B,CAAC;CACnD;AAED,wBAAgB,uBAAuB,CACrC,iBAAiB,EAAE,iBAAiB,GACnC,MAAM,CAIR;AAED,wBAAgB,yBAAyB,CACvC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iBAAiB,EAAE,kBAAkB,CAAC,CAMxD"}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
-
*/
|
|
5
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
-
if (k2 === undefined) k2 = k;
|
|
7
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
-
}
|
|
11
|
-
Object.defineProperty(o, k2, desc);
|
|
12
|
-
}) : (function(o, m, k, k2) {
|
|
13
|
-
if (k2 === undefined) k2 = k;
|
|
14
|
-
o[k2] = m[k];
|
|
15
|
-
}));
|
|
16
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
-
}) : function(o, v) {
|
|
19
|
-
o["default"] = v;
|
|
20
|
-
});
|
|
21
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
-
if (mod && mod.__esModule) return mod;
|
|
23
|
-
var result = {};
|
|
24
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
-
__setModuleDefault(result, mod);
|
|
26
|
-
return result;
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.EmailNotification$ = exports.EmailNotification$outboundSchema = exports.EmailNotification$inboundSchema = exports.EmailNotificationType$ = exports.EmailNotificationType$outboundSchema = exports.EmailNotificationType$inboundSchema = exports.EmailNotificationType = void 0;
|
|
30
|
-
exports.emailNotificationToJSON = emailNotificationToJSON;
|
|
31
|
-
exports.emailNotificationFromJSON = emailNotificationFromJSON;
|
|
32
|
-
const z = __importStar(require("zod"));
|
|
33
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
34
|
-
/**
|
|
35
|
-
* The type of email notifications
|
|
36
|
-
*/
|
|
37
|
-
exports.EmailNotificationType = {
|
|
38
|
-
Login: "login",
|
|
39
|
-
};
|
|
40
|
-
/** @internal */
|
|
41
|
-
exports.EmailNotificationType$inboundSchema = z.nativeEnum(exports.EmailNotificationType);
|
|
42
|
-
/** @internal */
|
|
43
|
-
exports.EmailNotificationType$outboundSchema = exports.EmailNotificationType$inboundSchema;
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
47
|
-
*/
|
|
48
|
-
var EmailNotificationType$;
|
|
49
|
-
(function (EmailNotificationType$) {
|
|
50
|
-
/** @deprecated use `EmailNotificationType$inboundSchema` instead. */
|
|
51
|
-
EmailNotificationType$.inboundSchema = exports.EmailNotificationType$inboundSchema;
|
|
52
|
-
/** @deprecated use `EmailNotificationType$outboundSchema` instead. */
|
|
53
|
-
EmailNotificationType$.outboundSchema = exports.EmailNotificationType$outboundSchema;
|
|
54
|
-
})(EmailNotificationType$ || (exports.EmailNotificationType$ = EmailNotificationType$ = {}));
|
|
55
|
-
/** @internal */
|
|
56
|
-
exports.EmailNotification$inboundSchema = z.object({
|
|
57
|
-
enabled: z.boolean(),
|
|
58
|
-
type: exports.EmailNotificationType$inboundSchema,
|
|
59
|
-
});
|
|
60
|
-
/** @internal */
|
|
61
|
-
exports.EmailNotification$outboundSchema = z.object({
|
|
62
|
-
enabled: z.boolean(),
|
|
63
|
-
type: exports.EmailNotificationType$outboundSchema,
|
|
64
|
-
});
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
68
|
-
*/
|
|
69
|
-
var EmailNotification$;
|
|
70
|
-
(function (EmailNotification$) {
|
|
71
|
-
/** @deprecated use `EmailNotification$inboundSchema` instead. */
|
|
72
|
-
EmailNotification$.inboundSchema = exports.EmailNotification$inboundSchema;
|
|
73
|
-
/** @deprecated use `EmailNotification$outboundSchema` instead. */
|
|
74
|
-
EmailNotification$.outboundSchema = exports.EmailNotification$outboundSchema;
|
|
75
|
-
})(EmailNotification$ || (exports.EmailNotification$ = EmailNotification$ = {}));
|
|
76
|
-
function emailNotificationToJSON(emailNotification) {
|
|
77
|
-
return JSON.stringify(exports.EmailNotification$outboundSchema.parse(emailNotification));
|
|
78
|
-
}
|
|
79
|
-
function emailNotificationFromJSON(jsonString) {
|
|
80
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.EmailNotification$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'EmailNotification' from JSON`);
|
|
81
|
-
}
|
|
82
|
-
//# sourceMappingURL=emailnotification.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emailnotification.js","sourceRoot":"","sources":["../../src/models/components/emailnotification.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA0FH,0DAMC;AAED,8DAQC;AAxGD,uCAAyB;AACzB,qDAAiD;AAKjD;;GAEG;AACU,QAAA,qBAAqB,GAAG;IACnC,KAAK,EAAE,OAAO;CACN,CAAC;AAiBX,gBAAgB;AACH,QAAA,mCAAmC,GAE5C,CAAC,CAAC,UAAU,CAAC,6BAAqB,CAAC,CAAC;AAExC,gBAAgB;AACH,QAAA,oCAAoC,GAE7C,2CAAmC,CAAC;AAExC;;;GAGG;AACH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,qEAAqE;IACxD,oCAAa,GAAG,2CAAmC,CAAC;IACjE,sEAAsE;IACzD,qCAAc,GAAG,4CAAoC,CAAC;AACrE,CAAC,EALgB,sBAAsB,sCAAtB,sBAAsB,QAKtC;AAED,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,2CAAmC;CAC1C,CAAC,CAAC;AAQH,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,IAAI,EAAE,4CAAoC;CAC3C,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,kBAAkB,CAOlC;AAPD,WAAiB,kBAAkB;IACjC,iEAAiE;IACpD,gCAAa,GAAG,uCAA+B,CAAC;IAC7D,kEAAkE;IACrD,iCAAc,GAAG,wCAAgC,CAAC;AAGjE,CAAC,EAPgB,kBAAkB,kCAAlB,kBAAkB,QAOlC;AAED,SAAgB,uBAAuB,CACrC,iBAAoC;IAEpC,OAAO,IAAI,CAAC,SAAS,CACnB,wCAAgC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC1D,CAAC;AACJ,CAAC;AAED,SAAgB,yBAAyB,CACvC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,uCAA+B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC3D,+CAA+C,CAChD,CAAC;AACJ,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import * as components from "../components/index.js";
|
|
4
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
export type AccountV1SettingsDeleteImagesResponse = {
|
|
6
|
-
httpMeta: components.HTTPMetadata;
|
|
7
|
-
/**
|
|
8
|
-
* OK
|
|
9
|
-
*/
|
|
10
|
-
v1DeleteImagesResponseBody?: components.V1DeleteImagesResponseBody | undefined;
|
|
11
|
-
};
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const AccountV1SettingsDeleteImagesResponse$inboundSchema: z.ZodType<AccountV1SettingsDeleteImagesResponse, z.ZodTypeDef, unknown>;
|
|
14
|
-
/** @internal */
|
|
15
|
-
export type AccountV1SettingsDeleteImagesResponse$Outbound = {
|
|
16
|
-
HttpMeta: components.HTTPMetadata$Outbound;
|
|
17
|
-
V1DeleteImagesResponseBody?: components.V1DeleteImagesResponseBody$Outbound | undefined;
|
|
18
|
-
};
|
|
19
|
-
/** @internal */
|
|
20
|
-
export declare const AccountV1SettingsDeleteImagesResponse$outboundSchema: z.ZodType<AccountV1SettingsDeleteImagesResponse$Outbound, z.ZodTypeDef, AccountV1SettingsDeleteImagesResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
24
|
-
*/
|
|
25
|
-
export declare namespace AccountV1SettingsDeleteImagesResponse$ {
|
|
26
|
-
/** @deprecated use `AccountV1SettingsDeleteImagesResponse$inboundSchema` instead. */
|
|
27
|
-
const inboundSchema: z.ZodType<AccountV1SettingsDeleteImagesResponse, z.ZodTypeDef, unknown>;
|
|
28
|
-
/** @deprecated use `AccountV1SettingsDeleteImagesResponse$outboundSchema` instead. */
|
|
29
|
-
const outboundSchema: z.ZodType<AccountV1SettingsDeleteImagesResponse$Outbound, z.ZodTypeDef, AccountV1SettingsDeleteImagesResponse>;
|
|
30
|
-
/** @deprecated use `AccountV1SettingsDeleteImagesResponse$Outbound` instead. */
|
|
31
|
-
type Outbound = AccountV1SettingsDeleteImagesResponse$Outbound;
|
|
32
|
-
}
|
|
33
|
-
export declare function accountV1SettingsDeleteImagesResponseToJSON(accountV1SettingsDeleteImagesResponse: AccountV1SettingsDeleteImagesResponse): string;
|
|
34
|
-
export declare function accountV1SettingsDeleteImagesResponseFromJSON(jsonString: string): SafeParseResult<AccountV1SettingsDeleteImagesResponse, SDKValidationError>;
|
|
35
|
-
//# sourceMappingURL=accountv1settingsdeleteimages.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountv1settingsdeleteimages.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1settingsdeleteimages.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,qCAAqC,GAAG;IAClD,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,0BAA0B,CAAC,EACvB,UAAU,CAAC,0BAA0B,GACrC,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,0BAA0B,CAAC,EACvB,UAAU,CAAC,mCAAmC,GAC9C,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAUrC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa,yEAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc,gHAC2B,CAAC;IACvD,gFAAgF;IAChF,KAAY,QAAQ,GAAG,8CAA8C,CAAC;CACvE;AAED,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR;AAED,wBAAgB,6CAA6C,CAC3D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qCAAqC,EAAE,kBAAkB,CAAC,CAO5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountv1settingsdeleteimages.js","sourceRoot":"","sources":["../../src/models/operations/accountv1settingsdeleteimages.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA0EH,kGAQC;AAED,sGASC;AA3FD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAarD,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,0BAA0B,EAAE,UAAU;SACnC,wCAAwC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,UAAU;QACtB,4BAA4B,EAAE,4BAA4B;KAC3D,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,0BAA0B,EAAE,UAAU;SACnC,yCAAyC,CAAC,QAAQ,EAAE;CACxD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,UAAU;QACpB,0BAA0B,EAAE,4BAA4B;KACzD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AAGzD,CAAC,EATgB,sCAAsC,sDAAtC,sCAAsC,QAStD;AAED,SAAgB,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,6CAA6C,CAC3D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,2DAAmD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,mEAAmE,CACpE,CAAC;AACJ,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import * as components from "../components/index.js";
|
|
4
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
export type AccountV1SettingsUpdateImageResponse = {
|
|
6
|
-
httpMeta: components.HTTPMetadata;
|
|
7
|
-
/**
|
|
8
|
-
* OK
|
|
9
|
-
*/
|
|
10
|
-
v1UpdateImageResponseBody?: components.V1UpdateImageResponseBody | undefined;
|
|
11
|
-
};
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const AccountV1SettingsUpdateImageResponse$inboundSchema: z.ZodType<AccountV1SettingsUpdateImageResponse, z.ZodTypeDef, unknown>;
|
|
14
|
-
/** @internal */
|
|
15
|
-
export type AccountV1SettingsUpdateImageResponse$Outbound = {
|
|
16
|
-
HttpMeta: components.HTTPMetadata$Outbound;
|
|
17
|
-
V1UpdateImageResponseBody?: components.V1UpdateImageResponseBody$Outbound | undefined;
|
|
18
|
-
};
|
|
19
|
-
/** @internal */
|
|
20
|
-
export declare const AccountV1SettingsUpdateImageResponse$outboundSchema: z.ZodType<AccountV1SettingsUpdateImageResponse$Outbound, z.ZodTypeDef, AccountV1SettingsUpdateImageResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
24
|
-
*/
|
|
25
|
-
export declare namespace AccountV1SettingsUpdateImageResponse$ {
|
|
26
|
-
/** @deprecated use `AccountV1SettingsUpdateImageResponse$inboundSchema` instead. */
|
|
27
|
-
const inboundSchema: z.ZodType<AccountV1SettingsUpdateImageResponse, z.ZodTypeDef, unknown>;
|
|
28
|
-
/** @deprecated use `AccountV1SettingsUpdateImageResponse$outboundSchema` instead. */
|
|
29
|
-
const outboundSchema: z.ZodType<AccountV1SettingsUpdateImageResponse$Outbound, z.ZodTypeDef, AccountV1SettingsUpdateImageResponse>;
|
|
30
|
-
/** @deprecated use `AccountV1SettingsUpdateImageResponse$Outbound` instead. */
|
|
31
|
-
type Outbound = AccountV1SettingsUpdateImageResponse$Outbound;
|
|
32
|
-
}
|
|
33
|
-
export declare function accountV1SettingsUpdateImageResponseToJSON(accountV1SettingsUpdateImageResponse: AccountV1SettingsUpdateImageResponse): string;
|
|
34
|
-
export declare function accountV1SettingsUpdateImageResponseFromJSON(jsonString: string): SafeParseResult<AccountV1SettingsUpdateImageResponse, SDKValidationError>;
|
|
35
|
-
//# sourceMappingURL=accountv1settingsupdateimage.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountv1settingsupdateimage.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1settingsupdateimage.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,oCAAoC,GAAG;IACjD,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,yBAAyB,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,SAAS,CAAC;CAC9E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,6CAA6C,GAAG;IAC1D,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,yBAAyB,CAAC,EACtB,UAAU,CAAC,kCAAkC,GAC7C,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,6CAA6C,EAC7C,CAAC,CAAC,UAAU,EACZ,oCAAoC,CAUpC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,qCAAqC,CAAC;IACrD,oFAAoF;IAC7E,MAAM,aAAa,wEAC0B,CAAC;IACrD,qFAAqF;IAC9E,MAAM,cAAc,8GAC0B,CAAC;IACtD,+EAA+E;IAC/E,KAAY,QAAQ,GAAG,6CAA6C,CAAC;CACtE;AAED,wBAAgB,0CAA0C,CACxD,oCAAoC,EAAE,oCAAoC,GACzE,MAAM,CAMR;AAED,wBAAgB,4CAA4C,CAC1D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,oCAAoC,EAAE,kBAAkB,CAAC,CAO3E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountv1settingsupdateimage.js","sourceRoot":"","sources":["../../src/models/operations/accountv1settingsupdateimage.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEH,gGAQC;AAED,oGASC;AAzFD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAWrD,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,yBAAyB,EAAE,UAAU,CAAC,uCAAuC;SAC1E,QAAQ,EAAE;CACd,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,UAAU;QACtB,2BAA2B,EAAE,2BAA2B;KACzD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,yBAAyB,EAAE,UAAU,CAAC,wCAAwC;SAC3E,QAAQ,EAAE;CACd,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,UAAU;QACpB,yBAAyB,EAAE,2BAA2B;KACvD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,qCAAqC,CASrD;AATD,WAAiB,qCAAqC;IACpD,oFAAoF;IACvE,mDAAa,GACxB,0DAAkD,CAAC;IACrD,qFAAqF;IACxE,oDAAc,GACzB,2DAAmD,CAAC;AAGxD,CAAC,EATgB,qCAAqC,qDAArC,qCAAqC,QASrD;AAED,SAAgB,0CAA0C,CACxD,oCAA0E;IAE1E,OAAO,IAAI,CAAC,SAAS,CACnB,2DAAmD,CAAC,KAAK,CACvD,oCAAoC,CACrC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,4CAA4C,CAC1D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,0DAAkD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,kEAAkE,CACnE,CAAC;AACJ,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import * as components from "../components/index.js";
|
|
4
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
5
|
-
export type AccountV1SettingsUploadImagesResponse = {
|
|
6
|
-
httpMeta: components.HTTPMetadata;
|
|
7
|
-
/**
|
|
8
|
-
* OK
|
|
9
|
-
*/
|
|
10
|
-
v1UploadImagesResponseBody?: components.V1UploadImagesResponseBody | undefined;
|
|
11
|
-
};
|
|
12
|
-
/** @internal */
|
|
13
|
-
export declare const AccountV1SettingsUploadImagesResponse$inboundSchema: z.ZodType<AccountV1SettingsUploadImagesResponse, z.ZodTypeDef, unknown>;
|
|
14
|
-
/** @internal */
|
|
15
|
-
export type AccountV1SettingsUploadImagesResponse$Outbound = {
|
|
16
|
-
HttpMeta: components.HTTPMetadata$Outbound;
|
|
17
|
-
V1UploadImagesResponseBody?: components.V1UploadImagesResponseBody$Outbound | undefined;
|
|
18
|
-
};
|
|
19
|
-
/** @internal */
|
|
20
|
-
export declare const AccountV1SettingsUploadImagesResponse$outboundSchema: z.ZodType<AccountV1SettingsUploadImagesResponse$Outbound, z.ZodTypeDef, AccountV1SettingsUploadImagesResponse>;
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
24
|
-
*/
|
|
25
|
-
export declare namespace AccountV1SettingsUploadImagesResponse$ {
|
|
26
|
-
/** @deprecated use `AccountV1SettingsUploadImagesResponse$inboundSchema` instead. */
|
|
27
|
-
const inboundSchema: z.ZodType<AccountV1SettingsUploadImagesResponse, z.ZodTypeDef, unknown>;
|
|
28
|
-
/** @deprecated use `AccountV1SettingsUploadImagesResponse$outboundSchema` instead. */
|
|
29
|
-
const outboundSchema: z.ZodType<AccountV1SettingsUploadImagesResponse$Outbound, z.ZodTypeDef, AccountV1SettingsUploadImagesResponse>;
|
|
30
|
-
/** @deprecated use `AccountV1SettingsUploadImagesResponse$Outbound` instead. */
|
|
31
|
-
type Outbound = AccountV1SettingsUploadImagesResponse$Outbound;
|
|
32
|
-
}
|
|
33
|
-
export declare function accountV1SettingsUploadImagesResponseToJSON(accountV1SettingsUploadImagesResponse: AccountV1SettingsUploadImagesResponse): string;
|
|
34
|
-
export declare function accountV1SettingsUploadImagesResponseFromJSON(jsonString: string): SafeParseResult<AccountV1SettingsUploadImagesResponse, SDKValidationError>;
|
|
35
|
-
//# sourceMappingURL=accountv1settingsuploadimages.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountv1settingsuploadimages.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1settingsuploadimages.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,qCAAqC,GAAG;IAClD,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,0BAA0B,CAAC,EACvB,UAAU,CAAC,0BAA0B,GACrC,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,mDAAmD,EAAE,CAAC,CAAC,OAAO,CACzE,qCAAqC,EACrC,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,8CAA8C,GAAG;IAC3D,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,0BAA0B,CAAC,EACvB,UAAU,CAAC,mCAAmC,GAC9C,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oDAAoD,EAAE,CAAC,CAAC,OAAO,CAC1E,8CAA8C,EAC9C,CAAC,CAAC,UAAU,EACZ,qCAAqC,CAUrC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,sCAAsC,CAAC;IACtD,qFAAqF;IAC9E,MAAM,aAAa,yEAC2B,CAAC;IACtD,sFAAsF;IAC/E,MAAM,cAAc,gHAC2B,CAAC;IACvD,gFAAgF;IAChF,KAAY,QAAQ,GAAG,8CAA8C,CAAC;CACvE;AAED,wBAAgB,2CAA2C,CACzD,qCAAqC,EAAE,qCAAqC,GAC3E,MAAM,CAMR;AAED,wBAAgB,6CAA6C,CAC3D,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,qCAAqC,EAAE,kBAAkB,CAAC,CAO5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountv1settingsuploadimages.js","sourceRoot":"","sources":["../../src/models/operations/accountv1settingsuploadimages.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA0EH,kGAQC;AAED,sGASC;AA3FD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAEjD,mEAAqD;AAarD,gBAAgB;AACH,QAAA,mDAAmD,GAI5D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,0BAA0B,EAAE,UAAU;SACnC,wCAAwC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,UAAU;QACtB,4BAA4B,EAAE,4BAA4B;KAC3D,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,oDAAoD,GAI7D,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,0BAA0B,EAAE,UAAU;SACnC,yCAAyC,CAAC,QAAQ,EAAE;CACxD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,UAAU;QACpB,0BAA0B,EAAE,4BAA4B;KACzD,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,sCAAsC,CAStD;AATD,WAAiB,sCAAsC;IACrD,qFAAqF;IACxE,oDAAa,GACxB,2DAAmD,CAAC;IACtD,sFAAsF;IACzE,qDAAc,GACzB,4DAAoD,CAAC;AAGzD,CAAC,EATgB,sCAAsC,sDAAtC,sCAAsC,QAStD;AAED,SAAgB,2CAA2C,CACzD,qCAA4E;IAE5E,OAAO,IAAI,CAAC,SAAS,CACnB,4DAAoD,CAAC,KAAK,CACxD,qCAAqC,CACtC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,6CAA6C,CAC3D,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,2DAAmD,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC1E,mEAAmE,CACpE,CAAC;AACJ,CAAC"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import * as z from "zod";
|
|
6
|
-
import { safeParse } from "../../lib/schemas.js";
|
|
7
|
-
import { ClosedEnum } from "../../types/enums.js";
|
|
8
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* The type of email notifications
|
|
13
|
-
*/
|
|
14
|
-
export const EmailNotificationType = {
|
|
15
|
-
Login: "login",
|
|
16
|
-
} as const;
|
|
17
|
-
/**
|
|
18
|
-
* The type of email notifications
|
|
19
|
-
*/
|
|
20
|
-
export type EmailNotificationType = ClosedEnum<typeof EmailNotificationType>;
|
|
21
|
-
|
|
22
|
-
export type EmailNotification = {
|
|
23
|
-
/**
|
|
24
|
-
* Whether the email notifications are enabled or not
|
|
25
|
-
*/
|
|
26
|
-
enabled: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* The type of email notifications
|
|
29
|
-
*/
|
|
30
|
-
type: EmailNotificationType;
|
|
31
|
-
};
|
|
32
|
-
|
|
33
|
-
/** @internal */
|
|
34
|
-
export const EmailNotificationType$inboundSchema: z.ZodNativeEnum<
|
|
35
|
-
typeof EmailNotificationType
|
|
36
|
-
> = z.nativeEnum(EmailNotificationType);
|
|
37
|
-
|
|
38
|
-
/** @internal */
|
|
39
|
-
export const EmailNotificationType$outboundSchema: z.ZodNativeEnum<
|
|
40
|
-
typeof EmailNotificationType
|
|
41
|
-
> = EmailNotificationType$inboundSchema;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
46
|
-
*/
|
|
47
|
-
export namespace EmailNotificationType$ {
|
|
48
|
-
/** @deprecated use `EmailNotificationType$inboundSchema` instead. */
|
|
49
|
-
export const inboundSchema = EmailNotificationType$inboundSchema;
|
|
50
|
-
/** @deprecated use `EmailNotificationType$outboundSchema` instead. */
|
|
51
|
-
export const outboundSchema = EmailNotificationType$outboundSchema;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/** @internal */
|
|
55
|
-
export const EmailNotification$inboundSchema: z.ZodType<
|
|
56
|
-
EmailNotification,
|
|
57
|
-
z.ZodTypeDef,
|
|
58
|
-
unknown
|
|
59
|
-
> = z.object({
|
|
60
|
-
enabled: z.boolean(),
|
|
61
|
-
type: EmailNotificationType$inboundSchema,
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
/** @internal */
|
|
65
|
-
export type EmailNotification$Outbound = {
|
|
66
|
-
enabled: boolean;
|
|
67
|
-
type: string;
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
/** @internal */
|
|
71
|
-
export const EmailNotification$outboundSchema: z.ZodType<
|
|
72
|
-
EmailNotification$Outbound,
|
|
73
|
-
z.ZodTypeDef,
|
|
74
|
-
EmailNotification
|
|
75
|
-
> = z.object({
|
|
76
|
-
enabled: z.boolean(),
|
|
77
|
-
type: EmailNotificationType$outboundSchema,
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
83
|
-
*/
|
|
84
|
-
export namespace EmailNotification$ {
|
|
85
|
-
/** @deprecated use `EmailNotification$inboundSchema` instead. */
|
|
86
|
-
export const inboundSchema = EmailNotification$inboundSchema;
|
|
87
|
-
/** @deprecated use `EmailNotification$outboundSchema` instead. */
|
|
88
|
-
export const outboundSchema = EmailNotification$outboundSchema;
|
|
89
|
-
/** @deprecated use `EmailNotification$Outbound` instead. */
|
|
90
|
-
export type Outbound = EmailNotification$Outbound;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
export function emailNotificationToJSON(
|
|
94
|
-
emailNotification: EmailNotification,
|
|
95
|
-
): string {
|
|
96
|
-
return JSON.stringify(
|
|
97
|
-
EmailNotification$outboundSchema.parse(emailNotification),
|
|
98
|
-
);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
export function emailNotificationFromJSON(
|
|
102
|
-
jsonString: string,
|
|
103
|
-
): SafeParseResult<EmailNotification, SDKValidationError> {
|
|
104
|
-
return safeParse(
|
|
105
|
-
jsonString,
|
|
106
|
-
(x) => EmailNotification$inboundSchema.parse(JSON.parse(x)),
|
|
107
|
-
`Failed to parse 'EmailNotification' from JSON`,
|
|
108
|
-
);
|
|
109
|
-
}
|