jamespot-user-api
    Preparing search index...

    Type Alias Formats

    type Formats = {
        article: {
            "raw-list": {
                animatedMeeting: ZodSchema<jDiapazoneList>;
                bookableAsset: ZodSchema<BookableAssetList>;
                businessContactCard: ZodSchema<jBusinessContactList>;
                contentFactoryTemplate: ZodSchema<jContentFactoryTemplateList>;
                contentReport: ZodSchema<ContentReportList>;
                faq: ZodSchema<FaqList>;
                faqItem: ZodSchema<FaqItemList>;
                internalDraft: ZodSchema<jInternalDraftList>;
                jlandmap: ZodSchema<JLandMapList>;
                mediaLibraryFile: ZodSchema<MediaLibraryFileList>;
                mediaLibraryFolder: ZodSchema<MediaLibraryFolderList>;
                meeting: ZodSchema<jMeetingList>;
                orgCharts: ZodSchema<jOrgChartList>;
                pollSurvey: ZodSchema<jPollSurveyList>;
                quarantine: ZodSchema<jQuarantineList>;
                quizz: ZodSchema<jQuizzList>;
                recurringEvent: ZodSchema<jRecurringEventList>;
                reservation: ZodSchema<ReservationList>;
                socialEvent: ZodSchema<jSocialEventList>;
                socialQuestion: ZodSchema<jSocialQuestionList>;
                support: ZodSchema<jSupportList>;
                surveyDate: ZodSchema<jSurveyDateList>;
                tvDisplayChannel: ZodSchema<TVChannelList>;
            };
            "raw-little": {
                articleWidget: ZodSchema<jArticleWidgetLittle>;
                businessContactCard: ZodSchema<jBusinessContactLittle>;
                jlandmap: ZodSchema<JLandMapLittle>;
                mediaLibraryFile: ZodSchema<MediaLibraryFileLittle>;
                mediaLibraryFolder: ZodSchema<MediaLibraryFolderLittle>;
                quarantine: ZodSchema<jQuarantineLittle>;
                recurringEvent: ZodSchema<jRecurringEventLittle>;
                socialEvent: ZodSchema<jSocialEventLittle>;
                tvDisplayChannel: ZodSchema<TVChannelLittle>;
            };
            "raw-view": {
                animatedMeeting: ZodSchema<jDiapazoneView>;
                articleWidget: ZodSchema<jArticleWidgetView>;
                aseiClearanceTicket: ZodSchema<AseiTicket>;
                aseiInstitution: ZodSchema<AseiInstitution>;
                bookableAsset: ZodSchema<BookableAssetView>;
                contentFactoryTemplate: ZodSchema<jContentFactoryTemplateView>;
                extraBot: ZodSchema<jExtraBotView>;
                faq: ZodSchema<FaqView>;
                faqItem: ZodSchema<FaqItemView>;
                internalDraft: ZodSchema<jInternalDraftView>;
                jlandmap: ZodSchema<JLandMapView>;
                meeting: ZodSchema<jMeetingView>;
                orgCharts: ZodSchema<jOrgChartView>;
                pollSurvey: ZodSchema<jPollSurveyView>;
                quizz: ZodSchema<jQuizzView>;
                recurringEvent: ZodSchema<jRecurringEventView>;
                socialEvent: ZodSchema<jSocialEventView>;
                support: ZodSchema<jSupportView>;
                surveyDate: ZodSchema<jSurveyDateView>;
            };
        };
        comment: { "raw-list": {}; "raw-little": {}; "raw-view": {} };
        file: { "raw-list": {}; "raw-little": {}; "raw-view": {} };
        messengerDiscussion: {
            "raw-list": {
                messengerGroup: ZodSchema<jMessengerDiscussionGroupList>;
                messengerUser: ZodSchema<jMessengerDiscussionUserList>;
            };
            "raw-little": {
                messengerGroup: ZodSchema<jMessengerDiscussionGroupLittle>;
                messengerUser: ZodSchema<jMessengerDiscussionUserLittle>;
            };
            "raw-view": {};
        };
        visioConnectRoom: {
            "raw-list": { permanentRoom: ZodSchema<jPermanentRoomList> };
            "raw-little": {};
            "raw-view": {};
        };
    }
    Index

    Properties

    article

    article: {
        "raw-list": {
            animatedMeeting: ZodSchema<jDiapazoneList>;
            bookableAsset: ZodSchema<BookableAssetList>;
            businessContactCard: ZodSchema<jBusinessContactList>;
            contentFactoryTemplate: ZodSchema<jContentFactoryTemplateList>;
            contentReport: ZodSchema<ContentReportList>;
            faq: ZodSchema<FaqList>;
            faqItem: ZodSchema<FaqItemList>;
            internalDraft: ZodSchema<jInternalDraftList>;
            jlandmap: ZodSchema<JLandMapList>;
            mediaLibraryFile: ZodSchema<MediaLibraryFileList>;
            mediaLibraryFolder: ZodSchema<MediaLibraryFolderList>;
            meeting: ZodSchema<jMeetingList>;
            orgCharts: ZodSchema<jOrgChartList>;
            pollSurvey: ZodSchema<jPollSurveyList>;
            quarantine: ZodSchema<jQuarantineList>;
            quizz: ZodSchema<jQuizzList>;
            recurringEvent: ZodSchema<jRecurringEventList>;
            reservation: ZodSchema<ReservationList>;
            socialEvent: ZodSchema<jSocialEventList>;
            socialQuestion: ZodSchema<jSocialQuestionList>;
            support: ZodSchema<jSupportList>;
            surveyDate: ZodSchema<jSurveyDateList>;
            tvDisplayChannel: ZodSchema<TVChannelList>;
        };
        "raw-little": {
            articleWidget: ZodSchema<jArticleWidgetLittle>;
            businessContactCard: ZodSchema<jBusinessContactLittle>;
            jlandmap: ZodSchema<JLandMapLittle>;
            mediaLibraryFile: ZodSchema<MediaLibraryFileLittle>;
            mediaLibraryFolder: ZodSchema<MediaLibraryFolderLittle>;
            quarantine: ZodSchema<jQuarantineLittle>;
            recurringEvent: ZodSchema<jRecurringEventLittle>;
            socialEvent: ZodSchema<jSocialEventLittle>;
            tvDisplayChannel: ZodSchema<TVChannelLittle>;
        };
        "raw-view": {
            animatedMeeting: ZodSchema<jDiapazoneView>;
            articleWidget: ZodSchema<jArticleWidgetView>;
            aseiClearanceTicket: ZodSchema<AseiTicket>;
            aseiInstitution: ZodSchema<AseiInstitution>;
            bookableAsset: ZodSchema<BookableAssetView>;
            contentFactoryTemplate: ZodSchema<jContentFactoryTemplateView>;
            extraBot: ZodSchema<jExtraBotView>;
            faq: ZodSchema<FaqView>;
            faqItem: ZodSchema<FaqItemView>;
            internalDraft: ZodSchema<jInternalDraftView>;
            jlandmap: ZodSchema<JLandMapView>;
            meeting: ZodSchema<jMeetingView>;
            orgCharts: ZodSchema<jOrgChartView>;
            pollSurvey: ZodSchema<jPollSurveyView>;
            quizz: ZodSchema<jQuizzView>;
            recurringEvent: ZodSchema<jRecurringEventView>;
            socialEvent: ZodSchema<jSocialEventView>;
            support: ZodSchema<jSupportView>;
            surveyDate: ZodSchema<jSurveyDateView>;
        };
    }
    comment: { "raw-list": {}; "raw-little": {}; "raw-view": {} }
    file: { "raw-list": {}; "raw-little": {}; "raw-view": {} }
    messengerDiscussion: {
        "raw-list": {
            messengerGroup: ZodSchema<jMessengerDiscussionGroupList>;
            messengerUser: ZodSchema<jMessengerDiscussionUserList>;
        };
        "raw-little": {
            messengerGroup: ZodSchema<jMessengerDiscussionGroupLittle>;
            messengerUser: ZodSchema<jMessengerDiscussionUserLittle>;
        };
        "raw-view": {};
    }
    visioConnectRoom: {
        "raw-list": { permanentRoom: ZodSchema<jPermanentRoomList> };
        "raw-little": {};
        "raw-view": {};
    }