@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
116 lines • 4.46 kB
JavaScript
/**
* 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 { TrickyKZDev, TrickyTenantC2, TrickyTenantFPT, trickyClickyFPT, trickyClickyT2, } 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: TrickyTenantC2,
expiration: new Date(2027, 2 - 1, 8),
notify: ecrptMe(`v,)nxy/nd/k$Cv//]/bGdvA$`, decrpt, encrpt),
warnD: 5000,
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: '*',
expiration: new Date(2025, 4 - 1, 45),
notify: defNotify,
warnD: 180,
_class: [{
source: 'PresetDefaultClass',
location: '*',
props: {
_preConfigClassTest: 'this is a *_class test :)',
}
}]
},
];
//# sourceMappingURL=fpsDefaults.js.map