@steamsets/client-ts 0.3.2 → 0.4.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/README.md +37 -0
- package/docs/sdks/account/README.md +75 -69
- package/docs/sdks/connection/README.md +11 -12
- package/docs/sdks/liveness/README.md +2 -3
- package/docs/sdks/session/README.md +17 -15
- package/docs/sdks/settings/README.md +35 -30
- package/docs/sdks/steamsets/README.md +1 -5
- package/funcs/accountAccountV1ConnectionConnect.d.ts +2 -1
- package/funcs/accountAccountV1ConnectionConnect.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionConnect.js +5 -2
- package/funcs/accountAccountV1ConnectionConnect.js.map +1 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts +2 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionDeleteConnection.js +5 -2
- package/funcs/accountAccountV1ConnectionDeleteConnection.js.map +1 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts +2 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionUpdateConnection.js +5 -2
- package/funcs/accountAccountV1ConnectionUpdateConnection.js.map +1 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts +2 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
- package/funcs/accountAccountV1ConnectionVerifyConnection.js +5 -2
- package/funcs/accountAccountV1ConnectionVerifyConnection.js.map +1 -1
- package/funcs/accountAccountV1GetApps.d.ts +2 -1
- package/funcs/accountAccountV1GetApps.d.ts.map +1 -1
- package/funcs/accountAccountV1GetApps.js +18 -4
- package/funcs/accountAccountV1GetApps.js.map +1 -1
- package/funcs/accountAccountV1GetBadges.d.ts +2 -1
- package/funcs/accountAccountV1GetBadges.d.ts.map +1 -1
- package/funcs/accountAccountV1GetBadges.js +18 -4
- package/funcs/accountAccountV1GetBadges.js.map +1 -1
- package/funcs/accountAccountV1SessionDelete.d.ts +2 -1
- package/funcs/accountAccountV1SessionDelete.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionDelete.js +5 -2
- package/funcs/accountAccountV1SessionDelete.js.map +1 -1
- package/funcs/accountAccountV1SessionGet.d.ts +2 -2
- package/funcs/accountAccountV1SessionGet.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionGet.js +4 -2
- package/funcs/accountAccountV1SessionGet.js.map +1 -1
- package/funcs/accountAccountV1SessionLogin.d.ts +1 -2
- package/funcs/accountAccountV1SessionLogin.d.ts.map +1 -1
- package/funcs/accountAccountV1SessionLogin.js +16 -8
- package/funcs/accountAccountV1SessionLogin.js.map +1 -1
- package/funcs/accountAccountV1SettingsDeleteImages.d.ts +2 -1
- package/funcs/accountAccountV1SettingsDeleteImages.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsDeleteImages.js +5 -2
- package/funcs/accountAccountV1SettingsDeleteImages.js.map +1 -1
- package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts +2 -2
- package/funcs/accountAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsGenerateApiKey.js +5 -3
- package/funcs/accountAccountV1SettingsGenerateApiKey.js.map +1 -1
- package/funcs/accountAccountV1SettingsGet.d.ts +2 -2
- package/funcs/accountAccountV1SettingsGet.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsGet.js +4 -2
- package/funcs/accountAccountV1SettingsGet.js.map +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsSendEmailVerification.js +2 -3
- package/funcs/accountAccountV1SettingsSendEmailVerification.js.map +1 -1
- package/funcs/accountAccountV1SettingsUpdate.d.ts +1 -2
- package/funcs/accountAccountV1SettingsUpdate.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUpdate.js +4 -3
- package/funcs/accountAccountV1SettingsUpdate.js.map +1 -1
- package/funcs/accountAccountV1SettingsUpdateImage.d.ts +2 -1
- package/funcs/accountAccountV1SettingsUpdateImage.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUpdateImage.js +5 -2
- package/funcs/accountAccountV1SettingsUpdateImage.js.map +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.d.ts +2 -1
- package/funcs/accountAccountV1SettingsUploadImages.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsUploadImages.js +3 -3
- package/funcs/accountAccountV1SettingsUploadImages.js.map +1 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.d.ts +2 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.d.ts.map +1 -1
- package/funcs/accountAccountV1SettingsVerfyEmail.js +5 -2
- package/funcs/accountAccountV1SettingsVerfyEmail.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionConnect.d.ts +2 -1
- package/funcs/connectionAccountV1ConnectionConnect.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionConnect.js +5 -2
- package/funcs/connectionAccountV1ConnectionConnect.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts +2 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js +5 -2
- package/funcs/connectionAccountV1ConnectionDeleteConnection.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts +2 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js +5 -2
- package/funcs/connectionAccountV1ConnectionUpdateConnection.js.map +1 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts +2 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.d.ts.map +1 -1
- package/funcs/connectionAccountV1ConnectionVerifyConnection.js +5 -2
- package/funcs/connectionAccountV1ConnectionVerifyConnection.js.map +1 -1
- package/funcs/livenessLiveness.d.ts +2 -2
- package/funcs/livenessLiveness.d.ts.map +1 -1
- package/funcs/livenessLiveness.js +2 -2
- package/funcs/livenessLiveness.js.map +1 -1
- package/funcs/sessionAccountV1SessionDelete.d.ts +2 -1
- package/funcs/sessionAccountV1SessionDelete.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionDelete.js +5 -2
- package/funcs/sessionAccountV1SessionDelete.js.map +1 -1
- package/funcs/sessionAccountV1SessionGet.d.ts +2 -2
- package/funcs/sessionAccountV1SessionGet.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionGet.js +4 -2
- package/funcs/sessionAccountV1SessionGet.js.map +1 -1
- package/funcs/sessionAccountV1SessionLogin.d.ts +1 -2
- package/funcs/sessionAccountV1SessionLogin.d.ts.map +1 -1
- package/funcs/sessionAccountV1SessionLogin.js +16 -8
- package/funcs/sessionAccountV1SessionLogin.js.map +1 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.d.ts +2 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsDeleteImages.js +5 -2
- package/funcs/settingsAccountV1SettingsDeleteImages.js.map +1 -1
- package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts +2 -2
- package/funcs/settingsAccountV1SettingsGenerateApiKey.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsGenerateApiKey.js +5 -3
- package/funcs/settingsAccountV1SettingsGenerateApiKey.js.map +1 -1
- package/funcs/settingsAccountV1SettingsGet.d.ts +2 -2
- package/funcs/settingsAccountV1SettingsGet.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsGet.js +4 -2
- package/funcs/settingsAccountV1SettingsGet.js.map +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsSendEmailVerification.js +2 -3
- package/funcs/settingsAccountV1SettingsSendEmailVerification.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdate.d.ts +1 -2
- package/funcs/settingsAccountV1SettingsUpdate.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdate.js +4 -3
- package/funcs/settingsAccountV1SettingsUpdate.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.d.ts +2 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUpdateImage.js +5 -2
- package/funcs/settingsAccountV1SettingsUpdateImage.js.map +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts +2 -1
- package/funcs/settingsAccountV1SettingsUploadImages.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsUploadImages.js +3 -3
- package/funcs/settingsAccountV1SettingsUploadImages.js.map +1 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts +2 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.d.ts.map +1 -1
- package/funcs/settingsAccountV1SettingsVerfyEmail.js +5 -2
- package/funcs/settingsAccountV1SettingsVerfyEmail.js.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/matchers.d.ts +1 -1
- package/lib/matchers.d.ts.map +1 -1
- package/lib/matchers.js +10 -14
- package/lib/matchers.js.map +1 -1
- package/models/components/accountsearch.d.ts +29 -0
- package/models/components/accountsearch.d.ts.map +1 -0
- package/models/components/accountsearch.js +54 -0
- package/models/components/accountsearch.js.map +1 -0
- package/models/components/accountsearchidstruct.d.ts +33 -0
- package/models/components/accountsearchidstruct.d.ts.map +1 -0
- package/models/components/accountsearchidstruct.js +52 -0
- package/models/components/accountsearchidstruct.js.map +1 -0
- package/models/components/accountsearchvanitystruct.d.ts +65 -0
- package/models/components/accountsearchvanitystruct.d.ts.map +1 -0
- package/models/components/accountsearchvanitystruct.js +74 -0
- package/models/components/accountsearchvanitystruct.js.map +1 -0
- package/models/components/emailnotification.d.ts +8 -8
- package/models/components/emailnotification.d.ts.map +1 -1
- package/models/components/emailnotification.js +13 -13
- package/models/components/emailnotification.js.map +1 -1
- package/models/components/httpmetadata.d.ts +33 -0
- package/models/components/httpmetadata.d.ts.map +1 -0
- package/models/components/httpmetadata.js +71 -0
- package/models/components/httpmetadata.js.map +1 -0
- package/models/components/index.d.ts +4 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +4 -0
- package/models/components/index.js.map +1 -1
- package/models/components/security.d.ts +2 -2
- package/models/components/security.d.ts.map +1 -1
- package/models/components/security.js +2 -2
- package/models/components/security.js.map +1 -1
- package/models/errors/sdkerror.d.ts +8 -5
- package/models/errors/sdkerror.d.ts.map +1 -1
- package/models/errors/sdkerror.js +3 -9
- package/models/errors/sdkerror.js.map +1 -1
- package/models/operations/accountv1connectionconnect.d.ts +31 -0
- package/models/operations/accountv1connectionconnect.d.ts.map +1 -0
- package/models/operations/accountv1connectionconnect.js +68 -0
- package/models/operations/accountv1connectionconnect.js.map +1 -0
- package/models/operations/accountv1connectiondeleteconnection.d.ts +31 -0
- package/models/operations/accountv1connectiondeleteconnection.d.ts.map +1 -0
- package/models/operations/accountv1connectiondeleteconnection.js +68 -0
- package/models/operations/accountv1connectiondeleteconnection.js.map +1 -0
- package/models/operations/accountv1connectionupdateconnection.d.ts +31 -0
- package/models/operations/accountv1connectionupdateconnection.d.ts.map +1 -0
- package/models/operations/accountv1connectionupdateconnection.js +68 -0
- package/models/operations/accountv1connectionupdateconnection.js.map +1 -0
- package/models/operations/accountv1connectionverifyconnection.d.ts +31 -0
- package/models/operations/accountv1connectionverifyconnection.d.ts.map +1 -0
- package/models/operations/accountv1connectionverifyconnection.js +68 -0
- package/models/operations/accountv1connectionverifyconnection.js.map +1 -0
- package/models/operations/accountv1getapps.d.ts +31 -0
- package/models/operations/accountv1getapps.d.ts.map +1 -0
- package/models/operations/accountv1getapps.js +68 -0
- package/models/operations/accountv1getapps.js.map +1 -0
- package/models/operations/accountv1getbadges.d.ts +31 -0
- package/models/operations/accountv1getbadges.d.ts.map +1 -0
- package/models/operations/accountv1getbadges.js +68 -0
- package/models/operations/accountv1getbadges.js.map +1 -0
- package/models/operations/accountv1sessiondelete.d.ts +31 -0
- package/models/operations/accountv1sessiondelete.d.ts.map +1 -0
- package/models/operations/accountv1sessiondelete.js +68 -0
- package/models/operations/accountv1sessiondelete.js.map +1 -0
- package/models/operations/accountv1sessionget.d.ts +31 -0
- package/models/operations/accountv1sessionget.d.ts.map +1 -0
- package/models/operations/accountv1sessionget.js +68 -0
- package/models/operations/accountv1sessionget.js.map +1 -0
- package/models/operations/accountv1sessionlogin.d.ts +51 -0
- package/models/operations/accountv1sessionlogin.d.ts.map +1 -1
- package/models/operations/accountv1sessionlogin.js +55 -1
- package/models/operations/accountv1sessionlogin.js.map +1 -1
- package/models/operations/accountv1settingsdeleteimages.d.ts +31 -0
- package/models/operations/accountv1settingsdeleteimages.d.ts.map +1 -0
- package/models/operations/accountv1settingsdeleteimages.js +68 -0
- package/models/operations/accountv1settingsdeleteimages.js.map +1 -0
- package/models/operations/accountv1settingsgenerateapikey.d.ts +31 -0
- package/models/operations/accountv1settingsgenerateapikey.d.ts.map +1 -0
- package/models/operations/accountv1settingsgenerateapikey.js +68 -0
- package/models/operations/accountv1settingsgenerateapikey.js.map +1 -0
- package/models/operations/accountv1settingsget.d.ts +31 -0
- package/models/operations/accountv1settingsget.d.ts.map +1 -0
- package/models/operations/accountv1settingsget.js +68 -0
- package/models/operations/accountv1settingsget.js.map +1 -0
- package/models/operations/accountv1settingssendemailverification.d.ts +24 -0
- package/models/operations/accountv1settingssendemailverification.d.ts.map +1 -1
- package/models/operations/accountv1settingssendemailverification.js +33 -1
- package/models/operations/accountv1settingssendemailverification.js.map +1 -1
- package/models/operations/accountv1settingsupdate.d.ts +28 -0
- package/models/operations/accountv1settingsupdate.d.ts.map +1 -1
- package/models/operations/accountv1settingsupdate.js +36 -1
- package/models/operations/accountv1settingsupdate.js.map +1 -1
- package/models/operations/accountv1settingsupdateimage.d.ts +31 -0
- package/models/operations/accountv1settingsupdateimage.d.ts.map +1 -0
- package/models/operations/accountv1settingsupdateimage.js +68 -0
- package/models/operations/accountv1settingsupdateimage.js.map +1 -0
- package/models/operations/accountv1settingsuploadimages.d.ts +26 -0
- package/models/operations/accountv1settingsuploadimages.d.ts.map +1 -0
- package/models/operations/accountv1settingsuploadimages.js +64 -0
- package/models/operations/accountv1settingsuploadimages.js.map +1 -0
- package/models/operations/accountv1settingsverfyemail.d.ts +31 -0
- package/models/operations/accountv1settingsverfyemail.d.ts.map +1 -0
- package/models/operations/accountv1settingsverfyemail.js +68 -0
- package/models/operations/accountv1settingsverfyemail.js.map +1 -0
- package/models/operations/index.d.ts +15 -0
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +15 -0
- package/models/operations/index.js.map +1 -1
- package/models/operations/liveness.d.ts +31 -0
- package/models/operations/liveness.d.ts.map +1 -0
- package/models/operations/liveness.js +68 -0
- package/models/operations/liveness.js.map +1 -0
- package/package.json +1 -1
- package/sdk/account.d.ts +17 -17
- package/sdk/account.d.ts.map +1 -1
- package/sdk/account.js +6 -6
- package/sdk/account.js.map +1 -1
- package/sdk/connection.d.ts +5 -4
- package/sdk/connection.d.ts.map +1 -1
- package/sdk/connection.js.map +1 -1
- package/sdk/liveness.d.ts +2 -2
- package/sdk/liveness.d.ts.map +1 -1
- package/sdk/session.d.ts +3 -3
- package/sdk/session.d.ts.map +1 -1
- package/sdk/session.js +2 -2
- package/sdk/session.js.map +1 -1
- package/sdk/settings.d.ts +8 -8
- package/sdk/settings.d.ts.map +1 -1
- package/sdk/settings.js.map +1 -1
- package/src/funcs/accountAccountV1ConnectionConnect.ts +7 -4
- package/src/funcs/accountAccountV1ConnectionDeleteConnection.ts +7 -4
- package/src/funcs/accountAccountV1ConnectionUpdateConnection.ts +7 -4
- package/src/funcs/accountAccountV1ConnectionVerifyConnection.ts +7 -4
- package/src/funcs/accountAccountV1GetApps.ts +27 -6
- package/src/funcs/accountAccountV1GetBadges.ts +27 -6
- package/src/funcs/accountAccountV1SessionDelete.ts +7 -4
- package/src/funcs/accountAccountV1SessionGet.ts +7 -5
- package/src/funcs/accountAccountV1SessionLogin.ts +19 -10
- package/src/funcs/accountAccountV1SettingsDeleteImages.ts +7 -4
- package/src/funcs/accountAccountV1SettingsGenerateApiKey.ts +7 -5
- package/src/funcs/accountAccountV1SettingsGet.ts +7 -5
- package/src/funcs/accountAccountV1SettingsSendEmailVerification.ts +4 -5
- package/src/funcs/accountAccountV1SettingsUpdate.ts +6 -5
- package/src/funcs/accountAccountV1SettingsUpdateImage.ts +7 -4
- package/src/funcs/accountAccountV1SettingsUploadImages.ts +5 -5
- package/src/funcs/accountAccountV1SettingsVerfyEmail.ts +7 -4
- package/src/funcs/connectionAccountV1ConnectionConnect.ts +7 -4
- package/src/funcs/connectionAccountV1ConnectionDeleteConnection.ts +7 -4
- package/src/funcs/connectionAccountV1ConnectionUpdateConnection.ts +7 -4
- package/src/funcs/connectionAccountV1ConnectionVerifyConnection.ts +7 -4
- package/src/funcs/livenessLiveness.ts +5 -5
- package/src/funcs/sessionAccountV1SessionDelete.ts +7 -4
- package/src/funcs/sessionAccountV1SessionGet.ts +7 -5
- package/src/funcs/sessionAccountV1SessionLogin.ts +19 -10
- package/src/funcs/settingsAccountV1SettingsDeleteImages.ts +7 -4
- package/src/funcs/settingsAccountV1SettingsGenerateApiKey.ts +7 -5
- package/src/funcs/settingsAccountV1SettingsGet.ts +7 -5
- package/src/funcs/settingsAccountV1SettingsSendEmailVerification.ts +4 -5
- package/src/funcs/settingsAccountV1SettingsUpdate.ts +6 -5
- package/src/funcs/settingsAccountV1SettingsUpdateImage.ts +7 -4
- package/src/funcs/settingsAccountV1SettingsUploadImages.ts +5 -5
- package/src/funcs/settingsAccountV1SettingsVerfyEmail.ts +7 -4
- package/src/lib/config.ts +3 -3
- package/src/lib/matchers.ts +12 -19
- package/src/models/components/accountsearch.ts +58 -0
- package/src/models/components/accountsearchidstruct.ts +55 -0
- package/src/models/components/accountsearchvanitystruct.ts +85 -0
- package/src/models/components/emailnotification.ts +14 -12
- package/src/models/components/httpmetadata.ts +70 -0
- package/src/models/components/index.ts +4 -0
- package/src/models/components/security.ts +4 -4
- package/src/models/errors/sdkerror.ts +9 -13
- package/src/models/operations/accountv1connectionconnect.ts +68 -0
- package/src/models/operations/accountv1connectiondeleteconnection.ts +70 -0
- package/src/models/operations/accountv1connectionupdateconnection.ts +70 -0
- package/src/models/operations/accountv1connectionverifyconnection.ts +70 -0
- package/src/models/operations/accountv1getapps.ts +68 -0
- package/src/models/operations/accountv1getbadges.ts +68 -0
- package/src/models/operations/accountv1sessiondelete.ts +70 -0
- package/src/models/operations/accountv1sessionget.ts +68 -0
- package/src/models/operations/accountv1sessionlogin.ts +101 -0
- package/src/models/operations/accountv1settingsdeleteimages.ts +68 -0
- package/src/models/operations/accountv1settingsgenerateapikey.ts +70 -0
- package/src/models/operations/accountv1settingsget.ts +68 -0
- package/src/models/operations/accountv1settingssendemailverification.ts +53 -0
- package/src/models/operations/accountv1settingsupdate.ts +63 -0
- package/src/models/operations/accountv1settingsupdateimage.ts +68 -0
- package/src/models/operations/accountv1settingsuploadimages.ts +59 -0
- package/src/models/operations/accountv1settingsverfyemail.ts +68 -0
- package/src/models/operations/index.ts +15 -0
- package/src/models/operations/liveness.ts +64 -0
- package/src/sdk/account.ts +29 -20
- package/src/sdk/connection.ts +5 -4
- package/src/sdk/liveness.ts +2 -2
- package/src/sdk/session.ts +7 -4
- package/src/sdk/settings.ts +10 -8
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as components from "../components/index.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
export type AccountV1ConnectionConnectResponse = {
|
|
4
|
+
httpMeta: components.HTTPMetadata;
|
|
5
|
+
/**
|
|
6
|
+
* OK
|
|
7
|
+
*/
|
|
8
|
+
v1ConnectResponseBody?: components.V1ConnectResponseBody | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const AccountV1ConnectionConnectResponse$inboundSchema: z.ZodType<AccountV1ConnectionConnectResponse, z.ZodTypeDef, unknown>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type AccountV1ConnectionConnectResponse$Outbound = {
|
|
14
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
15
|
+
V1ConnectResponseBody?: components.V1ConnectResponseBody$Outbound | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const AccountV1ConnectionConnectResponse$outboundSchema: z.ZodType<AccountV1ConnectionConnectResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionConnectResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace AccountV1ConnectionConnectResponse$ {
|
|
24
|
+
/** @deprecated use `AccountV1ConnectionConnectResponse$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodType<AccountV1ConnectionConnectResponse, z.ZodTypeDef, unknown>;
|
|
26
|
+
/** @deprecated use `AccountV1ConnectionConnectResponse$outboundSchema` instead. */
|
|
27
|
+
const outboundSchema: z.ZodType<AccountV1ConnectionConnectResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionConnectResponse>;
|
|
28
|
+
/** @deprecated use `AccountV1ConnectionConnectResponse$Outbound` instead. */
|
|
29
|
+
type Outbound = AccountV1ConnectionConnectResponse$Outbound;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=accountv1connectionconnect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectionconnect.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1connectionconnect.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,kCAAkC,GAAG;IAC7C,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,qBAAqB,CAAC,EAAE,UAAU,CAAC,qBAAqB,GAAG,SAAS,CAAC;CACxE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACpE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAWL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GAAG;IACtD,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,qBAAqB,CAAC,EAAE,UAAU,CAAC,8BAA8B,GAAG,SAAS,CAAC;CACjF,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACrE,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,kCAAkC,CAWhC,CAAC;AAEP;;;GAGG;AACH,yBAAiB,mCAAmC,CAAC;IACjD,kFAAkF;IAC3E,MAAM,aAAa,sEAAmD,CAAC;IAC9E,mFAAmF;IAC5E,MAAM,cAAc,0GAAoD,CAAC;IAChF,6EAA6E;IAC7E,KAAY,QAAQ,GAAG,2CAA2C,CAAC;CACtE"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.AccountV1ConnectionConnectResponse$ = exports.AccountV1ConnectionConnectResponse$outboundSchema = exports.AccountV1ConnectionConnectResponse$inboundSchema = void 0;
|
|
30
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
31
|
+
const components = __importStar(require("../components/index.js"));
|
|
32
|
+
const z = __importStar(require("zod"));
|
|
33
|
+
/** @internal */
|
|
34
|
+
exports.AccountV1ConnectionConnectResponse$inboundSchema = z
|
|
35
|
+
.object({
|
|
36
|
+
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
37
|
+
V1ConnectResponseBody: components.V1ConnectResponseBody$inboundSchema.optional(),
|
|
38
|
+
})
|
|
39
|
+
.transform((v) => {
|
|
40
|
+
return (0, primitives_js_1.remap)(v, {
|
|
41
|
+
HttpMeta: "httpMeta",
|
|
42
|
+
V1ConnectResponseBody: "v1ConnectResponseBody",
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.AccountV1ConnectionConnectResponse$outboundSchema = z
|
|
47
|
+
.object({
|
|
48
|
+
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
49
|
+
v1ConnectResponseBody: components.V1ConnectResponseBody$outboundSchema.optional(),
|
|
50
|
+
})
|
|
51
|
+
.transform((v) => {
|
|
52
|
+
return (0, primitives_js_1.remap)(v, {
|
|
53
|
+
httpMeta: "HttpMeta",
|
|
54
|
+
v1ConnectResponseBody: "V1ConnectResponseBody",
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
var AccountV1ConnectionConnectResponse$;
|
|
62
|
+
(function (AccountV1ConnectionConnectResponse$) {
|
|
63
|
+
/** @deprecated use `AccountV1ConnectionConnectResponse$inboundSchema` instead. */
|
|
64
|
+
AccountV1ConnectionConnectResponse$.inboundSchema = exports.AccountV1ConnectionConnectResponse$inboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1ConnectionConnectResponse$outboundSchema` instead. */
|
|
66
|
+
AccountV1ConnectionConnectResponse$.outboundSchema = exports.AccountV1ConnectionConnectResponse$outboundSchema;
|
|
67
|
+
})(AccountV1ConnectionConnectResponse$ || (exports.AccountV1ConnectionConnectResponse$ = AccountV1ConnectionConnectResponse$ = {}));
|
|
68
|
+
//# sourceMappingURL=accountv1connectionconnect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectionconnect.js","sourceRoot":"","sources":["../../src/models/operations/accountv1connectionconnect.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,mEAAqD;AACrD,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,gDAAgD,GAIzD,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,qBAAqB,EAAE,UAAU,CAAC,mCAAmC,CAAC,QAAQ,EAAE;CACnF,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,qBAAqB,EAAE,uBAAuB;KACjD,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,iDAAiD,GAI1D,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,qBAAqB,EAAE,UAAU,CAAC,oCAAoC,CAAC,QAAQ,EAAE;CACpF,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,qBAAqB,EAAE,uBAAuB;KACjD,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,mCAAmC,CAOnD;AAPD,WAAiB,mCAAmC;IAChD,kFAAkF;IACrE,iDAAa,GAAG,wDAAgD,CAAC;IAC9E,mFAAmF;IACtE,kDAAc,GAAG,yDAAiD,CAAC;AAGpF,CAAC,EAPgB,mCAAmC,mDAAnC,mCAAmC,QAOnD"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as components from "../components/index.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
export type AccountV1ConnectionDeleteConnectionResponse = {
|
|
4
|
+
httpMeta: components.HTTPMetadata;
|
|
5
|
+
/**
|
|
6
|
+
* OK
|
|
7
|
+
*/
|
|
8
|
+
v1DeleteConnectionResponseBody?: components.V1DeleteConnectionResponseBody | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const AccountV1ConnectionDeleteConnectionResponse$inboundSchema: z.ZodType<AccountV1ConnectionDeleteConnectionResponse, z.ZodTypeDef, unknown>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type AccountV1ConnectionDeleteConnectionResponse$Outbound = {
|
|
14
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
15
|
+
V1DeleteConnectionResponseBody?: components.V1DeleteConnectionResponseBody$Outbound | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const AccountV1ConnectionDeleteConnectionResponse$outboundSchema: z.ZodType<AccountV1ConnectionDeleteConnectionResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionDeleteConnectionResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace AccountV1ConnectionDeleteConnectionResponse$ {
|
|
24
|
+
/** @deprecated use `AccountV1ConnectionDeleteConnectionResponse$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodType<AccountV1ConnectionDeleteConnectionResponse, z.ZodTypeDef, unknown>;
|
|
26
|
+
/** @deprecated use `AccountV1ConnectionDeleteConnectionResponse$outboundSchema` instead. */
|
|
27
|
+
const outboundSchema: z.ZodType<AccountV1ConnectionDeleteConnectionResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionDeleteConnectionResponse>;
|
|
28
|
+
/** @deprecated use `AccountV1ConnectionDeleteConnectionResponse$Outbound` instead. */
|
|
29
|
+
type Outbound = AccountV1ConnectionDeleteConnectionResponse$Outbound;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=accountv1connectiondeleteconnection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectiondeleteconnection.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1connectiondeleteconnection.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,2CAA2C,GAAG;IACtD,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,8BAA8B,CAAC,EAAE,UAAU,CAAC,8BAA8B,GAAG,SAAS,CAAC;CAC1F,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EAAE,CAAC,CAAC,OAAO,CAC7E,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,OAAO,CAYL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,oDAAoD,GAAG;IAC/D,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,8BAA8B,CAAC,EAAE,UAAU,CAAC,uCAAuC,GAAG,SAAS,CAAC;CACnG,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0DAA0D,EAAE,CAAC,CAAC,OAAO,CAC9E,oDAAoD,EACpD,CAAC,CAAC,UAAU,EACZ,2CAA2C,CAYzC,CAAC;AAEP;;;GAGG;AACH,yBAAiB,4CAA4C,CAAC;IAC1D,2FAA2F;IACpF,MAAM,aAAa,+EAA4D,CAAC;IACvF,4FAA4F;IACrF,MAAM,cAAc,4HAA6D,CAAC;IACzF,sFAAsF;IACtF,KAAY,QAAQ,GAAG,oDAAoD,CAAC;CAC/E"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.AccountV1ConnectionDeleteConnectionResponse$ = exports.AccountV1ConnectionDeleteConnectionResponse$outboundSchema = exports.AccountV1ConnectionDeleteConnectionResponse$inboundSchema = void 0;
|
|
30
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
31
|
+
const components = __importStar(require("../components/index.js"));
|
|
32
|
+
const z = __importStar(require("zod"));
|
|
33
|
+
/** @internal */
|
|
34
|
+
exports.AccountV1ConnectionDeleteConnectionResponse$inboundSchema = z
|
|
35
|
+
.object({
|
|
36
|
+
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
37
|
+
V1DeleteConnectionResponseBody: components.V1DeleteConnectionResponseBody$inboundSchema.optional(),
|
|
38
|
+
})
|
|
39
|
+
.transform((v) => {
|
|
40
|
+
return (0, primitives_js_1.remap)(v, {
|
|
41
|
+
HttpMeta: "httpMeta",
|
|
42
|
+
V1DeleteConnectionResponseBody: "v1DeleteConnectionResponseBody",
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.AccountV1ConnectionDeleteConnectionResponse$outboundSchema = z
|
|
47
|
+
.object({
|
|
48
|
+
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
49
|
+
v1DeleteConnectionResponseBody: components.V1DeleteConnectionResponseBody$outboundSchema.optional(),
|
|
50
|
+
})
|
|
51
|
+
.transform((v) => {
|
|
52
|
+
return (0, primitives_js_1.remap)(v, {
|
|
53
|
+
httpMeta: "HttpMeta",
|
|
54
|
+
v1DeleteConnectionResponseBody: "V1DeleteConnectionResponseBody",
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
var AccountV1ConnectionDeleteConnectionResponse$;
|
|
62
|
+
(function (AccountV1ConnectionDeleteConnectionResponse$) {
|
|
63
|
+
/** @deprecated use `AccountV1ConnectionDeleteConnectionResponse$inboundSchema` instead. */
|
|
64
|
+
AccountV1ConnectionDeleteConnectionResponse$.inboundSchema = exports.AccountV1ConnectionDeleteConnectionResponse$inboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1ConnectionDeleteConnectionResponse$outboundSchema` instead. */
|
|
66
|
+
AccountV1ConnectionDeleteConnectionResponse$.outboundSchema = exports.AccountV1ConnectionDeleteConnectionResponse$outboundSchema;
|
|
67
|
+
})(AccountV1ConnectionDeleteConnectionResponse$ || (exports.AccountV1ConnectionDeleteConnectionResponse$ = AccountV1ConnectionDeleteConnectionResponse$ = {}));
|
|
68
|
+
//# sourceMappingURL=accountv1connectiondeleteconnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectiondeleteconnection.js","sourceRoot":"","sources":["../../src/models/operations/accountv1connectiondeleteconnection.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,mEAAqD;AACrD,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,yDAAyD,GAIlE,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,8BAA8B,EAC1B,UAAU,CAAC,4CAA4C,CAAC,QAAQ,EAAE;CACzE,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,8BAA8B,EAAE,gCAAgC;KACnE,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,0DAA0D,GAInE,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,8BAA8B,EAC1B,UAAU,CAAC,6CAA6C,CAAC,QAAQ,EAAE;CAC1E,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,8BAA8B,EAAE,gCAAgC;KACnE,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,4CAA4C,CAO5D;AAPD,WAAiB,4CAA4C;IACzD,2FAA2F;IAC9E,0DAAa,GAAG,iEAAyD,CAAC;IACvF,4FAA4F;IAC/E,2DAAc,GAAG,kEAA0D,CAAC;AAG7F,CAAC,EAPgB,4CAA4C,4DAA5C,4CAA4C,QAO5D"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as components from "../components/index.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
export type AccountV1ConnectionUpdateConnectionResponse = {
|
|
4
|
+
httpMeta: components.HTTPMetadata;
|
|
5
|
+
/**
|
|
6
|
+
* OK
|
|
7
|
+
*/
|
|
8
|
+
v1UpdateConnectionResponseBody?: components.V1UpdateConnectionResponseBody | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const AccountV1ConnectionUpdateConnectionResponse$inboundSchema: z.ZodType<AccountV1ConnectionUpdateConnectionResponse, z.ZodTypeDef, unknown>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type AccountV1ConnectionUpdateConnectionResponse$Outbound = {
|
|
14
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
15
|
+
V1UpdateConnectionResponseBody?: components.V1UpdateConnectionResponseBody$Outbound | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const AccountV1ConnectionUpdateConnectionResponse$outboundSchema: z.ZodType<AccountV1ConnectionUpdateConnectionResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionUpdateConnectionResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace AccountV1ConnectionUpdateConnectionResponse$ {
|
|
24
|
+
/** @deprecated use `AccountV1ConnectionUpdateConnectionResponse$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodType<AccountV1ConnectionUpdateConnectionResponse, z.ZodTypeDef, unknown>;
|
|
26
|
+
/** @deprecated use `AccountV1ConnectionUpdateConnectionResponse$outboundSchema` instead. */
|
|
27
|
+
const outboundSchema: z.ZodType<AccountV1ConnectionUpdateConnectionResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionUpdateConnectionResponse>;
|
|
28
|
+
/** @deprecated use `AccountV1ConnectionUpdateConnectionResponse$Outbound` instead. */
|
|
29
|
+
type Outbound = AccountV1ConnectionUpdateConnectionResponse$Outbound;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=accountv1connectionupdateconnection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectionupdateconnection.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1connectionupdateconnection.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,2CAA2C,GAAG;IACtD,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,8BAA8B,CAAC,EAAE,UAAU,CAAC,8BAA8B,GAAG,SAAS,CAAC;CAC1F,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EAAE,CAAC,CAAC,OAAO,CAC7E,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,OAAO,CAYL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,oDAAoD,GAAG;IAC/D,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,8BAA8B,CAAC,EAAE,UAAU,CAAC,uCAAuC,GAAG,SAAS,CAAC;CACnG,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0DAA0D,EAAE,CAAC,CAAC,OAAO,CAC9E,oDAAoD,EACpD,CAAC,CAAC,UAAU,EACZ,2CAA2C,CAYzC,CAAC;AAEP;;;GAGG;AACH,yBAAiB,4CAA4C,CAAC;IAC1D,2FAA2F;IACpF,MAAM,aAAa,+EAA4D,CAAC;IACvF,4FAA4F;IACrF,MAAM,cAAc,4HAA6D,CAAC;IACzF,sFAAsF;IACtF,KAAY,QAAQ,GAAG,oDAAoD,CAAC;CAC/E"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.AccountV1ConnectionUpdateConnectionResponse$ = exports.AccountV1ConnectionUpdateConnectionResponse$outboundSchema = exports.AccountV1ConnectionUpdateConnectionResponse$inboundSchema = void 0;
|
|
30
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
31
|
+
const components = __importStar(require("../components/index.js"));
|
|
32
|
+
const z = __importStar(require("zod"));
|
|
33
|
+
/** @internal */
|
|
34
|
+
exports.AccountV1ConnectionUpdateConnectionResponse$inboundSchema = z
|
|
35
|
+
.object({
|
|
36
|
+
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
37
|
+
V1UpdateConnectionResponseBody: components.V1UpdateConnectionResponseBody$inboundSchema.optional(),
|
|
38
|
+
})
|
|
39
|
+
.transform((v) => {
|
|
40
|
+
return (0, primitives_js_1.remap)(v, {
|
|
41
|
+
HttpMeta: "httpMeta",
|
|
42
|
+
V1UpdateConnectionResponseBody: "v1UpdateConnectionResponseBody",
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.AccountV1ConnectionUpdateConnectionResponse$outboundSchema = z
|
|
47
|
+
.object({
|
|
48
|
+
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
49
|
+
v1UpdateConnectionResponseBody: components.V1UpdateConnectionResponseBody$outboundSchema.optional(),
|
|
50
|
+
})
|
|
51
|
+
.transform((v) => {
|
|
52
|
+
return (0, primitives_js_1.remap)(v, {
|
|
53
|
+
httpMeta: "HttpMeta",
|
|
54
|
+
v1UpdateConnectionResponseBody: "V1UpdateConnectionResponseBody",
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
var AccountV1ConnectionUpdateConnectionResponse$;
|
|
62
|
+
(function (AccountV1ConnectionUpdateConnectionResponse$) {
|
|
63
|
+
/** @deprecated use `AccountV1ConnectionUpdateConnectionResponse$inboundSchema` instead. */
|
|
64
|
+
AccountV1ConnectionUpdateConnectionResponse$.inboundSchema = exports.AccountV1ConnectionUpdateConnectionResponse$inboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1ConnectionUpdateConnectionResponse$outboundSchema` instead. */
|
|
66
|
+
AccountV1ConnectionUpdateConnectionResponse$.outboundSchema = exports.AccountV1ConnectionUpdateConnectionResponse$outboundSchema;
|
|
67
|
+
})(AccountV1ConnectionUpdateConnectionResponse$ || (exports.AccountV1ConnectionUpdateConnectionResponse$ = AccountV1ConnectionUpdateConnectionResponse$ = {}));
|
|
68
|
+
//# sourceMappingURL=accountv1connectionupdateconnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectionupdateconnection.js","sourceRoot":"","sources":["../../src/models/operations/accountv1connectionupdateconnection.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,mEAAqD;AACrD,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,yDAAyD,GAIlE,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,8BAA8B,EAC1B,UAAU,CAAC,4CAA4C,CAAC,QAAQ,EAAE;CACzE,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,8BAA8B,EAAE,gCAAgC;KACnE,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,0DAA0D,GAInE,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,8BAA8B,EAC1B,UAAU,CAAC,6CAA6C,CAAC,QAAQ,EAAE;CAC1E,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,8BAA8B,EAAE,gCAAgC;KACnE,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,4CAA4C,CAO5D;AAPD,WAAiB,4CAA4C;IACzD,2FAA2F;IAC9E,0DAAa,GAAG,iEAAyD,CAAC;IACvF,4FAA4F;IAC/E,2DAAc,GAAG,kEAA0D,CAAC;AAG7F,CAAC,EAPgB,4CAA4C,4DAA5C,4CAA4C,QAO5D"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as components from "../components/index.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
export type AccountV1ConnectionVerifyConnectionResponse = {
|
|
4
|
+
httpMeta: components.HTTPMetadata;
|
|
5
|
+
/**
|
|
6
|
+
* OK
|
|
7
|
+
*/
|
|
8
|
+
v1VerifyConnectionResponseBody?: components.V1VerifyConnectionResponseBody | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const AccountV1ConnectionVerifyConnectionResponse$inboundSchema: z.ZodType<AccountV1ConnectionVerifyConnectionResponse, z.ZodTypeDef, unknown>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type AccountV1ConnectionVerifyConnectionResponse$Outbound = {
|
|
14
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
15
|
+
V1VerifyConnectionResponseBody?: components.V1VerifyConnectionResponseBody$Outbound | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const AccountV1ConnectionVerifyConnectionResponse$outboundSchema: z.ZodType<AccountV1ConnectionVerifyConnectionResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionVerifyConnectionResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace AccountV1ConnectionVerifyConnectionResponse$ {
|
|
24
|
+
/** @deprecated use `AccountV1ConnectionVerifyConnectionResponse$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodType<AccountV1ConnectionVerifyConnectionResponse, z.ZodTypeDef, unknown>;
|
|
26
|
+
/** @deprecated use `AccountV1ConnectionVerifyConnectionResponse$outboundSchema` instead. */
|
|
27
|
+
const outboundSchema: z.ZodType<AccountV1ConnectionVerifyConnectionResponse$Outbound, z.ZodTypeDef, AccountV1ConnectionVerifyConnectionResponse>;
|
|
28
|
+
/** @deprecated use `AccountV1ConnectionVerifyConnectionResponse$Outbound` instead. */
|
|
29
|
+
type Outbound = AccountV1ConnectionVerifyConnectionResponse$Outbound;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=accountv1connectionverifyconnection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectionverifyconnection.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1connectionverifyconnection.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,2CAA2C,GAAG;IACtD,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,8BAA8B,CAAC,EAAE,UAAU,CAAC,8BAA8B,GAAG,SAAS,CAAC;CAC1F,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EAAE,CAAC,CAAC,OAAO,CAC7E,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,OAAO,CAYL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,oDAAoD,GAAG;IAC/D,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,8BAA8B,CAAC,EAAE,UAAU,CAAC,uCAAuC,GAAG,SAAS,CAAC;CACnG,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0DAA0D,EAAE,CAAC,CAAC,OAAO,CAC9E,oDAAoD,EACpD,CAAC,CAAC,UAAU,EACZ,2CAA2C,CAYzC,CAAC;AAEP;;;GAGG;AACH,yBAAiB,4CAA4C,CAAC;IAC1D,2FAA2F;IACpF,MAAM,aAAa,+EAA4D,CAAC;IACvF,4FAA4F;IACrF,MAAM,cAAc,4HAA6D,CAAC;IACzF,sFAAsF;IACtF,KAAY,QAAQ,GAAG,oDAAoD,CAAC;CAC/E"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.AccountV1ConnectionVerifyConnectionResponse$ = exports.AccountV1ConnectionVerifyConnectionResponse$outboundSchema = exports.AccountV1ConnectionVerifyConnectionResponse$inboundSchema = void 0;
|
|
30
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
31
|
+
const components = __importStar(require("../components/index.js"));
|
|
32
|
+
const z = __importStar(require("zod"));
|
|
33
|
+
/** @internal */
|
|
34
|
+
exports.AccountV1ConnectionVerifyConnectionResponse$inboundSchema = z
|
|
35
|
+
.object({
|
|
36
|
+
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
37
|
+
V1VerifyConnectionResponseBody: components.V1VerifyConnectionResponseBody$inboundSchema.optional(),
|
|
38
|
+
})
|
|
39
|
+
.transform((v) => {
|
|
40
|
+
return (0, primitives_js_1.remap)(v, {
|
|
41
|
+
HttpMeta: "httpMeta",
|
|
42
|
+
V1VerifyConnectionResponseBody: "v1VerifyConnectionResponseBody",
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.AccountV1ConnectionVerifyConnectionResponse$outboundSchema = z
|
|
47
|
+
.object({
|
|
48
|
+
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
49
|
+
v1VerifyConnectionResponseBody: components.V1VerifyConnectionResponseBody$outboundSchema.optional(),
|
|
50
|
+
})
|
|
51
|
+
.transform((v) => {
|
|
52
|
+
return (0, primitives_js_1.remap)(v, {
|
|
53
|
+
httpMeta: "HttpMeta",
|
|
54
|
+
v1VerifyConnectionResponseBody: "V1VerifyConnectionResponseBody",
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
var AccountV1ConnectionVerifyConnectionResponse$;
|
|
62
|
+
(function (AccountV1ConnectionVerifyConnectionResponse$) {
|
|
63
|
+
/** @deprecated use `AccountV1ConnectionVerifyConnectionResponse$inboundSchema` instead. */
|
|
64
|
+
AccountV1ConnectionVerifyConnectionResponse$.inboundSchema = exports.AccountV1ConnectionVerifyConnectionResponse$inboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1ConnectionVerifyConnectionResponse$outboundSchema` instead. */
|
|
66
|
+
AccountV1ConnectionVerifyConnectionResponse$.outboundSchema = exports.AccountV1ConnectionVerifyConnectionResponse$outboundSchema;
|
|
67
|
+
})(AccountV1ConnectionVerifyConnectionResponse$ || (exports.AccountV1ConnectionVerifyConnectionResponse$ = AccountV1ConnectionVerifyConnectionResponse$ = {}));
|
|
68
|
+
//# sourceMappingURL=accountv1connectionverifyconnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1connectionverifyconnection.js","sourceRoot":"","sources":["../../src/models/operations/accountv1connectionverifyconnection.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,mEAAqD;AACrD,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,yDAAyD,GAIlE,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,8BAA8B,EAC1B,UAAU,CAAC,4CAA4C,CAAC,QAAQ,EAAE;CACzE,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,8BAA8B,EAAE,gCAAgC;KACnE,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,0DAA0D,GAInE,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,8BAA8B,EAC1B,UAAU,CAAC,6CAA6C,CAAC,QAAQ,EAAE;CAC1E,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,8BAA8B,EAAE,gCAAgC;KACnE,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,4CAA4C,CAO5D;AAPD,WAAiB,4CAA4C;IACzD,2FAA2F;IAC9E,0DAAa,GAAG,iEAAyD,CAAC;IACvF,4FAA4F;IAC/E,2DAAc,GAAG,kEAA0D,CAAC;AAG7F,CAAC,EAPgB,4CAA4C,4DAA5C,4CAA4C,QAO5D"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as components from "../components/index.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
export type AccountV1GetAppsResponse = {
|
|
4
|
+
httpMeta: components.HTTPMetadata;
|
|
5
|
+
/**
|
|
6
|
+
* OK
|
|
7
|
+
*/
|
|
8
|
+
v1AccountsAppsResponseBody?: components.V1AccountsAppsResponseBody | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const AccountV1GetAppsResponse$inboundSchema: z.ZodType<AccountV1GetAppsResponse, z.ZodTypeDef, unknown>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type AccountV1GetAppsResponse$Outbound = {
|
|
14
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
15
|
+
V1AccountsAppsResponseBody?: components.V1AccountsAppsResponseBody$Outbound | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const AccountV1GetAppsResponse$outboundSchema: z.ZodType<AccountV1GetAppsResponse$Outbound, z.ZodTypeDef, AccountV1GetAppsResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace AccountV1GetAppsResponse$ {
|
|
24
|
+
/** @deprecated use `AccountV1GetAppsResponse$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodType<AccountV1GetAppsResponse, z.ZodTypeDef, unknown>;
|
|
26
|
+
/** @deprecated use `AccountV1GetAppsResponse$outboundSchema` instead. */
|
|
27
|
+
const outboundSchema: z.ZodType<AccountV1GetAppsResponse$Outbound, z.ZodTypeDef, AccountV1GetAppsResponse>;
|
|
28
|
+
/** @deprecated use `AccountV1GetAppsResponse$Outbound` instead. */
|
|
29
|
+
type Outbound = AccountV1GetAppsResponse$Outbound;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=accountv1getapps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1getapps.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1getapps.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,wBAAwB,GAAG;IACnC,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,0BAA0B,CAAC,EAAE,UAAU,CAAC,0BAA0B,GAAG,SAAS,CAAC;CAClF,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC1D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAWL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,iCAAiC,GAAG;IAC5C,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,0BAA0B,CAAC,EAAE,UAAU,CAAC,mCAAmC,GAAG,SAAS,CAAC;CAC3F,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,uCAAuC,EAAE,CAAC,CAAC,OAAO,CAC3D,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,wBAAwB,CAWtB,CAAC;AAEP;;;GAGG;AACH,yBAAiB,yBAAyB,CAAC;IACvC,wEAAwE;IACjE,MAAM,aAAa,4DAAyC,CAAC;IACpE,yEAAyE;IAClE,MAAM,cAAc,sFAA0C,CAAC;IACtE,mEAAmE;IACnE,KAAY,QAAQ,GAAG,iCAAiC,CAAC;CAC5D"}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.AccountV1GetAppsResponse$ = exports.AccountV1GetAppsResponse$outboundSchema = exports.AccountV1GetAppsResponse$inboundSchema = void 0;
|
|
30
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
31
|
+
const components = __importStar(require("../components/index.js"));
|
|
32
|
+
const z = __importStar(require("zod"));
|
|
33
|
+
/** @internal */
|
|
34
|
+
exports.AccountV1GetAppsResponse$inboundSchema = z
|
|
35
|
+
.object({
|
|
36
|
+
HttpMeta: components.HTTPMetadata$inboundSchema,
|
|
37
|
+
V1AccountsAppsResponseBody: components.V1AccountsAppsResponseBody$inboundSchema.optional(),
|
|
38
|
+
})
|
|
39
|
+
.transform((v) => {
|
|
40
|
+
return (0, primitives_js_1.remap)(v, {
|
|
41
|
+
HttpMeta: "httpMeta",
|
|
42
|
+
V1AccountsAppsResponseBody: "v1AccountsAppsResponseBody",
|
|
43
|
+
});
|
|
44
|
+
});
|
|
45
|
+
/** @internal */
|
|
46
|
+
exports.AccountV1GetAppsResponse$outboundSchema = z
|
|
47
|
+
.object({
|
|
48
|
+
httpMeta: components.HTTPMetadata$outboundSchema,
|
|
49
|
+
v1AccountsAppsResponseBody: components.V1AccountsAppsResponseBody$outboundSchema.optional(),
|
|
50
|
+
})
|
|
51
|
+
.transform((v) => {
|
|
52
|
+
return (0, primitives_js_1.remap)(v, {
|
|
53
|
+
httpMeta: "HttpMeta",
|
|
54
|
+
v1AccountsAppsResponseBody: "V1AccountsAppsResponseBody",
|
|
55
|
+
});
|
|
56
|
+
});
|
|
57
|
+
/**
|
|
58
|
+
* @internal
|
|
59
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
60
|
+
*/
|
|
61
|
+
var AccountV1GetAppsResponse$;
|
|
62
|
+
(function (AccountV1GetAppsResponse$) {
|
|
63
|
+
/** @deprecated use `AccountV1GetAppsResponse$inboundSchema` instead. */
|
|
64
|
+
AccountV1GetAppsResponse$.inboundSchema = exports.AccountV1GetAppsResponse$inboundSchema;
|
|
65
|
+
/** @deprecated use `AccountV1GetAppsResponse$outboundSchema` instead. */
|
|
66
|
+
AccountV1GetAppsResponse$.outboundSchema = exports.AccountV1GetAppsResponse$outboundSchema;
|
|
67
|
+
})(AccountV1GetAppsResponse$ || (exports.AccountV1GetAppsResponse$ = AccountV1GetAppsResponse$ = {}));
|
|
68
|
+
//# sourceMappingURL=accountv1getapps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1getapps.js","sourceRoot":"","sources":["../../src/models/operations/accountv1getapps.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2DAA0D;AAC1D,mEAAqD;AACrD,uCAAyB;AAUzB,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,0BAA0B;IAC/C,0BAA0B,EAAE,UAAU,CAAC,wCAAwC,CAAC,QAAQ,EAAE;CAC7F,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,0BAA0B,EAAE,4BAA4B;KAC3D,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAQP,gBAAgB;AACH,QAAA,uCAAuC,GAIhD,CAAC;KACA,MAAM,CAAC;IACJ,QAAQ,EAAE,UAAU,CAAC,2BAA2B;IAChD,0BAA0B,EAAE,UAAU,CAAC,yCAAyC,CAAC,QAAQ,EAAE;CAC9F,CAAC;KACD,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACb,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACb,QAAQ,EAAE,UAAU;QACpB,0BAA0B,EAAE,4BAA4B;KAC3D,CAAC,CAAC;AACP,CAAC,CAAC,CAAC;AAEP;;;GAGG;AACH,IAAiB,yBAAyB,CAOzC;AAPD,WAAiB,yBAAyB;IACtC,wEAAwE;IAC3D,uCAAa,GAAG,8CAAsC,CAAC;IACpE,yEAAyE;IAC5D,wCAAc,GAAG,+CAAuC,CAAC;AAG1E,CAAC,EAPgB,yBAAyB,yCAAzB,yBAAyB,QAOzC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as components from "../components/index.js";
|
|
2
|
+
import * as z from "zod";
|
|
3
|
+
export type AccountV1GetBadgesResponse = {
|
|
4
|
+
httpMeta: components.HTTPMetadata;
|
|
5
|
+
/**
|
|
6
|
+
* OK
|
|
7
|
+
*/
|
|
8
|
+
v1BadgesResponseBody?: components.V1BadgesResponseBody | undefined;
|
|
9
|
+
};
|
|
10
|
+
/** @internal */
|
|
11
|
+
export declare const AccountV1GetBadgesResponse$inboundSchema: z.ZodType<AccountV1GetBadgesResponse, z.ZodTypeDef, unknown>;
|
|
12
|
+
/** @internal */
|
|
13
|
+
export type AccountV1GetBadgesResponse$Outbound = {
|
|
14
|
+
HttpMeta: components.HTTPMetadata$Outbound;
|
|
15
|
+
V1BadgesResponseBody?: components.V1BadgesResponseBody$Outbound | undefined;
|
|
16
|
+
};
|
|
17
|
+
/** @internal */
|
|
18
|
+
export declare const AccountV1GetBadgesResponse$outboundSchema: z.ZodType<AccountV1GetBadgesResponse$Outbound, z.ZodTypeDef, AccountV1GetBadgesResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* @internal
|
|
21
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
22
|
+
*/
|
|
23
|
+
export declare namespace AccountV1GetBadgesResponse$ {
|
|
24
|
+
/** @deprecated use `AccountV1GetBadgesResponse$inboundSchema` instead. */
|
|
25
|
+
const inboundSchema: z.ZodType<AccountV1GetBadgesResponse, z.ZodTypeDef, unknown>;
|
|
26
|
+
/** @deprecated use `AccountV1GetBadgesResponse$outboundSchema` instead. */
|
|
27
|
+
const outboundSchema: z.ZodType<AccountV1GetBadgesResponse$Outbound, z.ZodTypeDef, AccountV1GetBadgesResponse>;
|
|
28
|
+
/** @deprecated use `AccountV1GetBadgesResponse$Outbound` instead. */
|
|
29
|
+
type Outbound = AccountV1GetBadgesResponse$Outbound;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=accountv1getbadges.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accountv1getbadges.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountv1getbadges.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,0BAA0B,GAAG;IACrC,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,oBAAoB,CAAC,EAAE,UAAU,CAAC,oBAAoB,GAAG,SAAS,CAAC;CACtE,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,wCAAwC,EAAE,CAAC,CAAC,OAAO,CAC5D,0BAA0B,EAC1B,CAAC,CAAC,UAAU,EACZ,OAAO,CAWL,CAAC;AAEP,gBAAgB;AAChB,MAAM,MAAM,mCAAmC,GAAG;IAC9C,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,oBAAoB,CAAC,EAAE,UAAU,CAAC,6BAA6B,GAAG,SAAS,CAAC;CAC/E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC7D,mCAAmC,EACnC,CAAC,CAAC,UAAU,EACZ,0BAA0B,CAWxB,CAAC;AAEP;;;GAGG;AACH,yBAAiB,2BAA2B,CAAC;IACzC,0EAA0E;IACnE,MAAM,aAAa,8DAA2C,CAAC;IACtE,2EAA2E;IACpE,MAAM,cAAc,0FAA4C,CAAC;IACxE,qEAAqE;IACrE,KAAY,QAAQ,GAAG,mCAAmC,CAAC;CAC9D"}
|