UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

159 lines 5.85 kB
/** * 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/Misc... */ // import { TrickyKZDev, TrickyRF, TrickySPAEm, TrickyTenantA, TrickyTenantC, TrickyTenantC2, TrickyTenantFPS, TrickyTenantFPT, TrickyTenantRF, allSP, trickyAnalytics, trickyClicky, trickyClickyFPT, trickyClickyT2, } from "../Tricky/constants"; // TrickyTenantRF, TrickyTenantJT, TrickyTenantID, TrickyTenantDi import { TrickyDfwDC, TrickyKZDev, TrickyRick, TrickyTenantC2, TrickyTenantDFW, TrickyTenantFPT, TrickyTenantXFW, trickyClickyFPT, trickyClickyT2, trickyDFW, trickyRicky, } from "../Tricky/constants"; // TrickyTenantRF, TrickyTenantJT, TrickyTenantID, TrickyTenantDi // import { NeverDate, } from "../../../logic/Time/getDateFromNow"; // getDateFromNow, DateIn1Weeks, DateIn2Weeks, DateIn4Weeks, DateIn1Year import { ecrptMe, } from "../Tricky/logfun"; // getDateFromNow, DateIn1Weeks, DateIn2Weeks, DateIn4Weeks, DateIn1Year import { decrpt, encrpt } from "../Tricky/verify"; // getDateFromNow, DateIn1Weeks, DateIn2Weeks, DateIn4Weeks, DateIn1Year export const defNotify = ecrptMe(TrickyKZDev, decrpt, encrpt); // tenantHelpUrl: string; // tenantGetStartedUrl: string; export const FPSMasterCerts = [ // { // tenant: TrickyTenantC, // expiration: new Date( 2033, 2 -1 , 8 ), // notify: defNotify, // warnD: 5000, // trickyEmails: trickyClicky, // trickyLytics: trickyClicky, // }, { tenant: TrickyTenantDFW, expiration: new Date(2027 - 1, 12 - 2, 19), notify: TrickyDfwDC, warnD: 21, trickyEmails: trickyDFW, trickyLytics: trickyDFW, preset: [{ source: 'WPPresetDFW', location: '*', props: { bannerStyleChoice: 'faintCharcoal', } }], _class: [{ source: 'DFWClass', location: '*', props: { _preConfigClassTest: 'this is a _classDFW test :)', } }] }, { tenant: TrickyTenantC2, expiration: new Date(2027, 12 - 2, 19), notify: ecrptMe(`v,)nxy/nd/k$Cv//]/bGdvA$`, decrpt, encrpt), warnD: 30, trickyEmails: trickyClickyT2, trickyLytics: trickyClickyT2, preset: [{ source: 'WPPresetS60', location: '*', props: { bannerStyleChoice: 'faintCharcoal', } }], _class: [{ source: 'S60Class', location: '*', props: { _preConfigClassTest: 'this is a _classS60 test :)', } }] }, { tenant: TrickyTenantFPT, expiration: new Date(2029, 2 - 1, 8), notify: ecrptMe(`v,)IX,7DHimnuJ$>d/k$Cv//]/bGdvA$`, decrpt, encrpt), warnD: 1000, trickyEmails: trickyClickyFPT, trickyLytics: trickyClickyFPT, forced: [{ source: 'FPTForceFPT', location: '*', props: {} }], preset: [{ source: 'WPPresetFPT', location: '*', props: { bannerStyleChoice: 'faintCharcoal', } }], _class: [{ source: 'FPTClass', location: '*', props: { _preConfigClassTest: 'this is a _classFPT test :)', } }] }, // { // tenant: TrickyTenantFPS, // expiration: new Date( 2029, 2 -1 , 8 ), // notify: ecrptMe( `v,)IX,7DHimnA=XGC/knd/k$Cv//]/bGdvA$`, decrpt, encrpt ), // _z>>vzl7ye~~a#v|1uz~ouz.1/euguw|o/a. // warnD: 5000, // trickyEmails: trickyClickyFPT, // trickyLytics: trickyClickyFPT, // preset: [{ // source: 'WPPresetEverywhere', // location: '*', // props: { // bannerStyleChoice: 'darkBrown', // } // }], // }, // { // tenant: TrickyTenantRF, // // expiration: new Date( 2030, 12 -1 , 31 ), // expiration: new Date( 2024, 8 -1 , 30 ), // notify: ecrptMe( `//kjbJuG1A])]/5J/JCfknHj$/v`, decrpt, encrpt ), // euz)woj|)}gwgunoeo1&z~y)+u_ // warnD: 5000, // trickyEmails: [ TrickyRF ], // trickyLytics: [ TrickyRF ], // }, // { // tenant: TrickyTenantA, // expiration: new Date( 2024, 10 -1 , 31 ), // notify: TrickySPAEm, // trickyEmails: allSP, // trickyLytics: trickyAnalytics, // warnD: 1, // }, { tenant: TrickyTenantXFW, expiration: new Date(2027 - 1, 12 - 2, 19), notify: TrickyRick, warnD: 21, trickyEmails: trickyRicky, trickyLytics: trickyRicky, preset: [{ source: 'WPPresetXFW', location: '*', props: { bannerStyleChoice: 'xferPulse', } }], _class: [{ source: 'XFWClass', location: '*', props: { _preConfigClassTest: 'this is a _classXFW test :)', } }] }, { tenant: '*', expiration: new Date(2027 - 1, 12 - 2, 19), notify: defNotify, warnD: 60, _class: [{ source: 'PresetDefaultClass', location: '*', props: { _preConfigClassTest: 'this is a *_class test :)', } }] }, ]; //# sourceMappingURL=fpsDefaults.js.map