@stacksjs/types 0.68.2 → 0.69.2
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/dist/ai.d.ts +4 -2
- package/dist/app.d.ts +4 -2
- package/dist/attributes.d.ts +1 -0
- package/dist/auto-imports.d.ts +1 -1
- package/dist/build.d.ts +2 -2
- package/dist/cache.d.ts +2 -1
- package/dist/chat.d.ts +1 -1
- package/dist/cli.d.ts +92 -48
- package/dist/cloud.d.ts +10 -5
- package/dist/components.d.ts +1 -1
- package/dist/cron-jobs.d.ts +48 -19
- package/dist/database.d.ts +4 -2
- package/dist/dns.d.ts +12 -7
- package/dist/docs.d.ts +5 -2
- package/dist/errors.d.ts +6 -3
- package/dist/events.d.ts +3 -1
- package/dist/git.d.ts +2 -1
- package/dist/hashing.d.ts +6 -3
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/model-names.d.ts +1 -1
- package/dist/model.d.ts +98 -59
- package/dist/payments.d.ts +14 -9
- package/dist/queue.d.ts +8 -0
- package/dist/reactivity.d.ts +1 -1
- package/dist/request.d.ts +10 -4
- package/dist/response.d.ts +15 -0
- package/dist/router.d.ts +20 -10
- package/dist/saas.d.ts +1 -1
- package/dist/scheduler.d.ts +1 -1
- package/dist/search-engine.d.ts +87 -49
- package/dist/security.d.ts +4 -2
- package/dist/storage.d.ts +2 -1
- package/dist/table-names.d.ts +1 -0
- package/dist/team.d.ts +2 -1
- package/dist/ui.d.ts +12 -7
- package/dist/utils.d.ts +14 -7
- package/package.json +19 -21
- package/src/attributes.ts +1 -0
- package/src/cli.ts +22 -4
- package/src/cron-jobs.ts +124 -30
- package/src/docs.ts +1 -0
- package/src/events.ts +2 -0
- package/src/index.ts +3 -0
- package/src/model-names.ts +1 -1
- package/src/model.ts +62 -42
- package/src/queue.ts +9 -0
- package/src/request.ts +2 -0
- package/src/response.ts +16 -0
- package/src/saas.ts +1 -1
- package/src/search-engine.ts +104 -45
- package/src/table-names.ts +1 -0
- package/src/ui.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
var O;((n)=>{n.Minute="* * * * *";n.TwoMinutes="*/2 * * * *";n.FiveMinutes="*/5 * * * *";n.TenMinutes="*/10 * * * *";n.FifteenMinutes="*/15 * * * *";n.ThirtyMinutes="*/30 * * * *";n.Hour="0 * * * *";n.HalfHour="0,30 * * * *";n.Day="0 0 * * *";n.Week="0 0 * * 0";n.Weekday="0 0 * * 1-5";n.Weekend="0 0 * * 0,6";n.Month="0 0 1 * *";n.Year="0 0 1 1 *"})(O||={});var v;((o)=>{o.Discord="discord";o.Facebook="facebook";o.GitHub="github";o.Instagram="instagram";o.LinkedIn="linkedin";o.Mastodon="mastodon";o.Slack="slack";o.Twitter="twitter";o.YouTube="youtube"})(v||={});var k;((t)=>{t[t.Success=0]="Success";t[t.FatalError=1]="FatalError";t[t.InvalidArgument=9]="InvalidArgument"})(k||={});var C=new Set([".","!","?"]),U=new Set([...C,":",'"',"\'","\u201D"]);function b(r){return Object.prototype.toString.call(r)}var u=[],p=[],h={},m={},l={};function y(r){return typeof r==="string"?new RegExp(`^${r}\$`,"i"):r}function c(r,e){if(r===e)return e;if(r===r.toLowerCase())return e.toLowerCase();if(r===r.toUpperCase())return e.toUpperCase();if(r[0]===r[0].toUpperCase())return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase();return e.toLowerCase()}function j(r,...e){return r.replace(/\$(\d{1,2})/g,(a,t)=>e[Number(t)]||"")}function z(r,e){return r.replace(e[0],(...a)=>{let t=j(e[1],...a);if(a[0]==="")return c(r[a[a.length-2]-1],t);return c(a[0],t)})}function $(r,e,a){if(!r.length||h[r])return e;for(let t=a.length-1;t>=0;t--){let i=a[t];if(i[0].test(e))return z(e,i)}return e}function x(r,e,a){return(t)=>{let i=t.toLowerCase();if(e[i])return c(t,i);if(r[i])return c(t,r[i]);return $(i,t,a)}}function d(r,e,a){return(t)=>{let i=t.toLowerCase();if(e[i])return!0;if(r[i])return!1;return $(i,i,a)===i}}var s=(r,e={})=>{let{count:a=2,inclusive:t=!1}=e;if(typeof r!=="string")throw new TypeError("Word must be a string");let i=a===1?s.singular(r):s.plural(r);return t?`${a} ${i}`:i};s.plural=x(l,m,u);s.isPlural=d(l,m,u);s.singular=x(m,l,p);s.isSingular=d(m,l,p);s.addPluralRule=(r,e)=>{u.push([y(r),e])};s.addSingularRule=(r,e)=>{p.push([y(r),e])};s.addUncountableRule=(r)=>{if(typeof r==="string"){h[r.toLowerCase()]=!0;return}s.addPluralRule(r,"$0"),s.addSingularRule(r,"$0")};s.addIrregularRule=(r,e)=>{let a=e.toLowerCase(),t=r.toLowerCase();l[t]=a,m[a]=t};[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["my","our"],["its","their"],["his","their"],["her","their"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"],["canvas","canvases"]].forEach(([r,e])=>s.addIrregularRule(r,e));[[/s?$/i,"s"],[/[^\x20-\x7F]$/,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(([r,e])=>s.addPluralRule(r,e));[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|\W|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/(dg|ss|ois|lk|ok|wn|mb|th|ch|ec|oal|is|ck|ix|sser|ts|wb)ies$/i,"$1ie"],[/\b(l|(?:neck|cross|hog|aun)?t|coll|faer|food|gen|goon|group|hipp|junk|vegg|(?:pork)?p|charl|calor|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(([r,e])=>s.addSingularRule(r,e));["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[e\u00E9]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(s.addUncountableRule);var L=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","\xA2":"cent","\xA3":"pound","\xA4":"currency","\xA5":"yen","\xA9":"(c)","\xAA":"a","\xAE":"(r)","\xBA":"o","\xC0":"A","\xC1":"A","\xC2":"A","\xC3":"A","\xC4":"A","\xC5":"A","\xC6":"AE","\xC7":"C","\xC8":"E","\xC9":"E","\xCA":"E","\xCB":"E","\xCC":"I","\xCD":"I","\xCE":"I","\xCF":"I","\xD0":"D","\xD1":"N","\xD2":"O","\xD3":"O","\xD4":"O","\xD5":"O","\xD6":"O","\xD8":"O","\xD9":"U","\xDA":"U","\xDB":"U","\xDC":"U","\xDD":"Y","\xDE":"TH","\xDF":"ss","\xE0":"a","\xE1":"a","\xE2":"a","\xE3":"a","\xE4":"a","\xE5":"a","\xE6":"ae","\xE7":"c","\xE8":"e","\xE9":"e","\xEA":"e","\xEB":"e","\xEC":"i","\xED":"i","\xEE":"i","\xEF":"i","\xF0":"d","\xF1":"n","\xF2":"o","\xF3":"o","\xF4":"o","\xF5":"o","\xF6":"o","\xF8":"o","\xF9":"u","\xFA":"u","\xFB":"u","\xFC":"u","\xFD":"y","\xFE":"th","\xFF":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u010C":"C","\u010D":"c","\u010E":"D","\u010F":"d","\u0110":"DJ","\u0111":"dj","\u0112":"E","\u0113":"e","\u0116":"E","\u0117":"e","\u0118":"e","\u0119":"e","\u011A":"E","\u011B":"e","\u011E":"G","\u011F":"g","\u0122":"G","\u0123":"g","\u0128":"I","\u0129":"i","\u012A":"i","\u012B":"i","\u012E":"I","\u012F":"i","\u0130":"I","\u0131":"i","\u0136":"k","\u0137":"k","\u013B":"L","\u013C":"l","\u013D":"L","\u013E":"l","\u0141":"L","\u0142":"l","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u014C":"O","\u014D":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","\u0154":"R","\u0155":"r","\u0158":"R","\u0159":"r","\u015A":"S","\u015B":"s","\u015E":"S","\u015F":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u0164":"T","\u0165":"t","\u0168":"U","\u0169":"u","\u016A":"u","\u016B":"u","\u016E":"U","\u016F":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017A":"z","\u017B":"Z","\u017C":"z","\u017D":"Z","\u017E":"z","\u018F":"E","\u0192":"f","\u01A0":"O","\u01A1":"o","\u01AF":"U","\u01B0":"u","\u01C8":"LJ","\u01C9":"lj","\u01CB":"NJ","\u01CC":"nj","\u0218":"S","\u0219":"s","\u021A":"T","\u021B":"t","\u0259":"e","\u02DA":"o","\u0386":"A","\u0388":"E","\u0389":"H","\u038A":"I","\u038C":"O","\u038E":"Y","\u038F":"W","\u0390":"i","\u0391":"A","\u0392":"B","\u0393":"G","\u0394":"D","\u0395":"E","\u0396":"Z","\u0397":"H","\u0398":"8","\u0399":"I","\u039A":"K","\u039B":"L","\u039C":"M","\u039D":"N","\u039E":"3","\u039F":"O","\u03A0":"P","\u03A1":"R","\u03A3":"S","\u03A4":"T","\u03A5":"Y","\u03A6":"F","\u03A7":"X","\u03A8":"PS","\u03A9":"W","\u03AA":"I","\u03AB":"Y","\u03AC":"a","\u03AD":"e","\u03AE":"h","\u03AF":"i","\u03B0":"y","\u03B1":"a","\u03B2":"b","\u03B3":"g","\u03B4":"d","\u03B5":"e","\u03B6":"z","\u03B7":"h","\u03B8":"8","\u03B9":"i","\u03BA":"k","\u03BB":"l","\u03BC":"m","\u03BD":"n","\u03BE":"3","\u03BF":"o","\u03C0":"p","\u03C1":"r","\u03C2":"s","\u03C3":"s","\u03C4":"t","\u03C5":"y","\u03C6":"f","\u03C7":"x","\u03C8":"ps","\u03C9":"w","\u03CA":"i","\u03CB":"y","\u03CC":"o","\u03CD":"y","\u03CE":"w","\u0401":"Yo","\u0402":"DJ","\u0404":"Ye","\u0406":"I","\u0407":"Yi","\u0408":"J","\u0409":"LJ","\u040A":"NJ","\u040B":"C","\u040F":"DZ","\u0410":"A","\u0411":"B","\u0412":"V","\u0413":"G","\u0414":"D","\u0415":"E","\u0416":"Zh","\u0417":"Z","\u0418":"I","\u0419":"J","\u041A":"K","\u041B":"L","\u041C":"M","\u041D":"N","\u041E":"O","\u041F":"P","\u0420":"R","\u0421":"S","\u0422":"T","\u0423":"U","\u0424":"F","\u0425":"H","\u0426":"C","\u0427":"Ch","\u0428":"Sh","\u0429":"Sh","\u042A":"U","\u042B":"Y","\u042C":"","\u042D":"E","\u042E":"Yu","\u042F":"Ya","\u0430":"a","\u0431":"b","\u0432":"v","\u0433":"g","\u0434":"d","\u0435":"e","\u0436":"zh","\u0437":"z","\u0438":"i","\u0439":"j","\u043A":"k","\u043B":"l","\u043C":"m","\u043D":"n","\u043E":"o","\u043F":"p","\u0440":"r","\u0441":"s","\u0442":"t","\u0443":"u","\u0444":"f","\u0445":"h","\u0446":"c","\u0447":"ch","\u0448":"sh","\u0449":"sh","\u044A":"u","\u044B":"y","\u044C":"","\u044D":"e","\u044E":"yu","\u044F":"ya","\u0451":"yo","\u0452":"dj","\u0454":"ye","\u0456":"i","\u0457":"yi","\u0458":"j","\u0459":"lj","\u045A":"nj","\u045B":"c","\u045D":"u","\u045F":"dz","\u0490":"G","\u0491":"g","\u0492":"GH","\u0493":"gh","\u049A":"KH","\u049B":"kh","\u04A2":"NG","\u04A3":"ng","\u04AE":"UE","\u04AF":"ue","\u04B0":"U","\u04B1":"u","\u04BA":"H","\u04BB":"h","\u04D8":"AE","\u04D9":"ae","\u04E8":"OE","\u04E9":"oe","\u0531":"A","\u0532":"B","\u0533":"G","\u0534":"D","\u0535":"E","\u0536":"Z","\u0537":"E'","\u0538":"Y'","\u0539":"T'","\u053A":"JH","\u053B":"I","\u053C":"L","\u053D":"X","\u053E":"C'","\u053F":"K","\u0540":"H","\u0541":"D'","\u0542":"GH","\u0543":"TW","\u0544":"M","\u0545":"Y","\u0546":"N","\u0547":"SH","\u0549":"CH","\u054A":"P","\u054B":"J","\u054C":"R'","\u054D":"S","\u054E":"V","\u054F":"T","\u0550":"R","\u0551":"C","\u0553":"P'","\u0554":"Q'","\u0555":"O''","\u0556":"F","\u0587":"EV","\u0621":"a","\u0622":"aa","\u0623":"a","\u0624":"u","\u0625":"i","\u0626":"e","\u0627":"a","\u0628":"b","\u0629":"h","\u062A":"t","\u062B":"th","\u062C":"j","\u062D":"h","\u062E":"kh","\u062F":"d","\u0630":"th","\u0631":"r","\u0632":"z","\u0633":"s","\u0634":"sh","\u0635":"s","\u0636":"dh","\u0637":"t","\u0638":"z","\u0639":"a","\u063A":"gh","\u0641":"f","\u0642":"q","\u0643":"k","\u0644":"l","\u0645":"m","\u0646":"n","\u0647":"h","\u0648":"w","\u0649":"a","\u064A":"y","\u064B":"an","\u064C":"on","\u064D":"en","\u064E":"a","\u064F":"u","\u0650":"e","\u0652":"","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u067E":"p","\u0686":"ch","\u0698":"zh","\u06A9":"k","\u06AF":"g","\u06CC":"y","\u06F0":"0","\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9","\u0E3F":"baht","\u10D0":"a","\u10D1":"b","\u10D2":"g","\u10D3":"d","\u10D4":"e","\u10D5":"v","\u10D6":"z","\u10D7":"t","\u10D8":"i","\u10D9":"k","\u10DA":"l","\u10DB":"m","\u10DC":"n","\u10DD":"o","\u10DE":"p","\u10DF":"zh","\u10E0":"r","\u10E1":"s","\u10E2":"t","\u10E3":"u","\u10E4":"f","\u10E5":"k","\u10E6":"gh","\u10E7":"q","\u10E8":"sh","\u10E9":"ch","\u10EA":"ts","\u10EB":"dz","\u10EC":"ts","\u10ED":"ch","\u10EE":"kh","\u10EF":"j","\u10F0":"h","\u1E62":"S","\u1E63":"s","\u1E80":"W","\u1E81":"w","\u1E82":"W","\u1E83":"w","\u1E84":"W","\u1E85":"w","\u1E9E":"SS","\u1EA0":"A","\u1EA1":"a","\u1EA2":"A","\u1EA3":"a","\u1EA4":"A","\u1EA5":"a","\u1EA6":"A","\u1EA7":"a","\u1EA8":"A","\u1EA9":"a","\u1EAA":"A","\u1EAB":"a","\u1EAC":"A","\u1EAD":"a","\u1EAE":"A","\u1EAF":"a","\u1EB0":"A","\u1EB1":"a","\u1EB2":"A","\u1EB3":"a","\u1EB4":"A","\u1EB5":"a","\u1EB6":"A","\u1EB7":"a","\u1EB8":"E","\u1EB9":"e","\u1EBA":"E","\u1EBB":"e","\u1EBC":"E","\u1EBD":"e","\u1EBE":"E","\u1EBF":"e","\u1EC0":"E","\u1EC1":"e","\u1EC2":"E","\u1EC3":"e","\u1EC4":"E","\u1EC5":"e","\u1EC6":"E","\u1EC7":"e","\u1EC8":"I","\u1EC9":"i","\u1ECA":"I","\u1ECB":"i","\u1ECC":"O","\u1ECD":"o","\u1ECE":"O","\u1ECF":"o","\u1ED0":"O","\u1ED1":"o","\u1ED2":"O","\u1ED3":"o","\u1ED4":"O","\u1ED5":"o","\u1ED6":"O","\u1ED7":"o","\u1ED8":"O","\u1ED9":"o","\u1EDA":"O","\u1EDB":"o","\u1EDC":"O","\u1EDD":"o","\u1EDE":"O","\u1EDF":"o","\u1EE0":"O","\u1EE1":"o","\u1EE2":"O","\u1EE3":"o","\u1EE4":"U","\u1EE5":"u","\u1EE6":"U","\u1EE7":"u","\u1EE8":"U","\u1EE9":"u","\u1EEA":"U","\u1EEB":"u","\u1EEC":"U","\u1EED":"u","\u1EEE":"U","\u1EEF":"u","\u1EF0":"U","\u1EF1":"u","\u1EF2":"Y","\u1EF3":"y","\u1EF4":"Y","\u1EF5":"y","\u1EF6":"Y","\u1EF7":"y","\u1EF8":"Y","\u1EF9":"y","\u2013":"-","\u2018":"'","\u2019":"'","\u201C":"\\"","\u201D":"\\"","\u201E":"\\"","\u2020":"+","\u2022":"*","\u2026":"...","\u20A0":"ecu","\u20A2":"cruzeiro","\u20A3":"french franc","\u20A4":"lira","\u20A5":"mill","\u20A6":"naira","\u20A7":"peseta","\u20A8":"rupee","\u20A9":"won","\u20AA":"new shequel","\u20AB":"dong","\u20AC":"euro","\u20AD":"kip","\u20AE":"tugrik","\u20AF":"drachma","\u20B0":"penny","\u20B1":"peso","\u20B2":"guarani","\u20B3":"austral","\u20B4":"hryvnia","\u20B5":"cedi","\u20B8":"kazakhstani tenge","\u20B9":"indian rupee","\u20BA":"turkish lira","\u20BD":"russian ruble","\u20BF":"bitcoin","\u2120":"sm","\u2122":"tm","\u2202":"d","\u2206":"delta","\u2211":"sum","\u221E":"infinity","\u2665":"love","\u5143":"yuan","\u5186":"yen","\uFDFC":"rial","\uFEF5":"laa","\uFEF7":"laa","\uFEF9":"lai","\uFEFB":"la"}`),A=JSON.parse('{"bg":{"\u0419":"Y","\u0426":"Ts","\u0429":"Sht","\u042A":"A","\u042C":"Y","\u0439":"y","\u0446":"ts","\u0449":"sht","\u044A":"a","\u044C":"y"},"de":{"\xC4":"AE","\xE4":"ae","\xD6":"OE","\xF6":"oe","\xDC":"UE","\xFC":"ue","\xDF":"ss","%":"prozent","&":"und","|":"oder","\u2211":"summe","\u221E":"unendlich","\u2665":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","\xA2":"centavos","\xA3":"libras","\xA4":"moneda","\u20A3":"francos","\u2211":"suma","\u221E":"infinito","\u2665":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","\xA2":"centime","\xA3":"livre","\xA4":"devise","\u20A3":"franc","\u2211":"somme","\u221E":"infini","\u2665":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","\xA2":"centavo","\u2211":"soma","\xA3":"libra","\u221E":"infinito","\u2665":"amor"},"uk":{"\u0418":"Y","\u0438":"y","\u0419":"Y","\u0439":"y","\u0426":"Ts","\u0446":"ts","\u0425":"Kh","\u0445":"kh","\u0429":"Shch","\u0449":"shch","\u0413":"H","\u0433":"h"},"vi":{"\u0110":"D","\u0111":"d"},"da":{"\xD8":"OE","\xF8":"oe","\xC5":"AA","\xE5":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"st\xF8rre end"},"nb":{"&":"og","\xC5":"AA","\xC6":"AE","\xD8":"OE","\xE5":"aa","\xE6":"ae","\xF8":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","\xC5":"AA","\xC4":"AE","\xD6":"OE","\xE5":"aa","\xE4":"ae","\xF6":"oe"}}');function Pr(r){if(r===null)return"null";let e=b(r).slice(8,-1).toLowerCase();return typeof r==="object"||typeof r==="function"?e:typeof r}export{Pr as getTypeName,v as SocialLinkIcon,k as ExitCode,O as Every};
|
|
2
|
+
var x;((a)=>{a.Second="* * * * * *";a.FiveSeconds="*/5 * * * * *";a.TenSeconds="*/10 * * * * *";a.ThirtySeconds="*/30 * * * * *";a.Minute="* * * * *";a.TwoMinutes="*/2 * * * *";a.FiveMinutes="*/5 * * * *";a.TenMinutes="*/10 * * * *";a.FifteenMinutes="*/15 * * * *";a.ThirtyMinutes="*/30 * * * *";a.Hour="0 * * * *";a.HalfHour="0,30 * * * *";a.Day="0 0 * * *";a.Week="0 0 * * 0";a.Weekday="0 0 * * 1-5";a.Weekend="0 0 * * 0,6";a.Month="0 0 1 * *";a.Year="0 0 1 1 *"})(x||={});var $;((o)=>{o.Bluesky="bluesky";o.Discord="discord";o.Facebook="facebook";o.GitHub="github";o.Instagram="instagram";o.LinkedIn="linkedin";o.Mastodon="mastodon";o.Slack="slack";o.Twitter="twitter";o.YouTube="youtube"})($||={});var O;((t)=>{t[t.Success=0]="Success";t[t.FatalError=1]="FatalError";t[t.InvalidArgument=9]="InvalidArgument"})(O||={});var v=new Set([".","!","?"]),H=new Set([...v,":",'"',"'","\u201D"]);function p(e){return Object.prototype.toString.call(e)}var u=[],c=[],b={},g={},m={};function f(e){return typeof e==="string"?new RegExp(`^${e}$`,"i"):e}function l(e,r){if(e===r)return r;if(e===e.toLowerCase())return r.toLowerCase();if(e===e.toUpperCase())return r.toUpperCase();if(e[0]===e[0].toUpperCase())return r.charAt(0).toUpperCase()+r.slice(1).toLowerCase();return r.toLowerCase()}function C(e,...r){return e.replace(/\$(\d{1,2})/g,(s,t)=>r[Number(t)]||"")}function j(e,r){return e.replace(r[0],(...s)=>{let t=C(r[1],...s);if(s[0]==="")return l(e[s[s.length-2]-1],t);return l(s[0],t)})}function y(e,r,s){if(!e.length||b[e])return r;for(let t=s.length-1;t>=0;t--){let i=s[t];if(i[0].test(r))return j(r,i)}return r}function d(e,r,s){return(t)=>{let i=t.toLowerCase();if(r[i])return l(t,i);if(e[i])return l(t,e[i]);return y(i,t,s)}}function h(e,r,s){return(t)=>{let i=t.toLowerCase();if(r[i])return!0;if(e[i])return!1;return y(i,i,s)===i}}var n=(e,r={})=>{let{count:s=2,inclusive:t=!1}=r;if(typeof e!=="string")throw new TypeError("Word must be a string");let i=s===1?n.singular(e):n.plural(e);return t?`${s} ${i}`:i};n.plural=d(m,g,u);n.isPlural=h(m,g,u);n.singular=d(g,m,c);n.isSingular=h(g,m,c);n.addPluralRule=(e,r)=>{u.push([f(e),r])};n.addSingularRule=(e,r)=>{c.push([f(e),r])};n.addUncountableRule=(e)=>{if(typeof e==="string"){b[e.toLowerCase()]=!0;return}n.addPluralRule(e,"$0"),n.addSingularRule(e,"$0")};n.addIrregularRule=(e,r)=>{let s=r.toLowerCase(),t=e.toLowerCase();m[t]=s,g[s]=t};[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["my","our"],["its","their"],["his","their"],["her","their"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"],["canvas","canvases"]].forEach(([e,r])=>n.addIrregularRule(e,r));[[/s?$/i,"s"],[/[^\x20-\x7F]$/,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(([e,r])=>n.addPluralRule(e,r));[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|\W|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/(dg|ss|ois|lk|ok|wn|mb|th|ch|ec|oal|is|ck|ix|sser|ts|wb)ies$/i,"$1ie"],[/\b(l|(?:neck|cross|hog|aun)?t|coll|faer|food|gen|goon|group|hipp|junk|vegg|(?:pork)?p|charl|calor|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(([e,r])=>n.addSingularRule(e,r));["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[e\u00E9]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(n.addUncountableRule);var A=JSON.parse('{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","\xA2":"cent","\xA3":"pound","\xA4":"currency","\xA5":"yen","\xA9":"(c)","\xAA":"a","\xAE":"(r)","\xBA":"o","\xC0":"A","\xC1":"A","\xC2":"A","\xC3":"A","\xC4":"A","\xC5":"A","\xC6":"AE","\xC7":"C","\xC8":"E","\xC9":"E","\xCA":"E","\xCB":"E","\xCC":"I","\xCD":"I","\xCE":"I","\xCF":"I","\xD0":"D","\xD1":"N","\xD2":"O","\xD3":"O","\xD4":"O","\xD5":"O","\xD6":"O","\xD8":"O","\xD9":"U","\xDA":"U","\xDB":"U","\xDC":"U","\xDD":"Y","\xDE":"TH","\xDF":"ss","\xE0":"a","\xE1":"a","\xE2":"a","\xE3":"a","\xE4":"a","\xE5":"a","\xE6":"ae","\xE7":"c","\xE8":"e","\xE9":"e","\xEA":"e","\xEB":"e","\xEC":"i","\xED":"i","\xEE":"i","\xEF":"i","\xF0":"d","\xF1":"n","\xF2":"o","\xF3":"o","\xF4":"o","\xF5":"o","\xF6":"o","\xF8":"o","\xF9":"u","\xFA":"u","\xFB":"u","\xFC":"u","\xFD":"y","\xFE":"th","\xFF":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u010C":"C","\u010D":"c","\u010E":"D","\u010F":"d","\u0110":"DJ","\u0111":"dj","\u0112":"E","\u0113":"e","\u0116":"E","\u0117":"e","\u0118":"e","\u0119":"e","\u011A":"E","\u011B":"e","\u011E":"G","\u011F":"g","\u0122":"G","\u0123":"g","\u0128":"I","\u0129":"i","\u012A":"i","\u012B":"i","\u012E":"I","\u012F":"i","\u0130":"I","\u0131":"i","\u0136":"k","\u0137":"k","\u013B":"L","\u013C":"l","\u013D":"L","\u013E":"l","\u0141":"L","\u0142":"l","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u014C":"O","\u014D":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","\u0154":"R","\u0155":"r","\u0158":"R","\u0159":"r","\u015A":"S","\u015B":"s","\u015E":"S","\u015F":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u0164":"T","\u0165":"t","\u0168":"U","\u0169":"u","\u016A":"u","\u016B":"u","\u016E":"U","\u016F":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017A":"z","\u017B":"Z","\u017C":"z","\u017D":"Z","\u017E":"z","\u018F":"E","\u0192":"f","\u01A0":"O","\u01A1":"o","\u01AF":"U","\u01B0":"u","\u01C8":"LJ","\u01C9":"lj","\u01CB":"NJ","\u01CC":"nj","\u0218":"S","\u0219":"s","\u021A":"T","\u021B":"t","\u0259":"e","\u02DA":"o","\u0386":"A","\u0388":"E","\u0389":"H","\u038A":"I","\u038C":"O","\u038E":"Y","\u038F":"W","\u0390":"i","\u0391":"A","\u0392":"B","\u0393":"G","\u0394":"D","\u0395":"E","\u0396":"Z","\u0397":"H","\u0398":"8","\u0399":"I","\u039A":"K","\u039B":"L","\u039C":"M","\u039D":"N","\u039E":"3","\u039F":"O","\u03A0":"P","\u03A1":"R","\u03A3":"S","\u03A4":"T","\u03A5":"Y","\u03A6":"F","\u03A7":"X","\u03A8":"PS","\u03A9":"W","\u03AA":"I","\u03AB":"Y","\u03AC":"a","\u03AD":"e","\u03AE":"h","\u03AF":"i","\u03B0":"y","\u03B1":"a","\u03B2":"b","\u03B3":"g","\u03B4":"d","\u03B5":"e","\u03B6":"z","\u03B7":"h","\u03B8":"8","\u03B9":"i","\u03BA":"k","\u03BB":"l","\u03BC":"m","\u03BD":"n","\u03BE":"3","\u03BF":"o","\u03C0":"p","\u03C1":"r","\u03C2":"s","\u03C3":"s","\u03C4":"t","\u03C5":"y","\u03C6":"f","\u03C7":"x","\u03C8":"ps","\u03C9":"w","\u03CA":"i","\u03CB":"y","\u03CC":"o","\u03CD":"y","\u03CE":"w","\u0401":"Yo","\u0402":"DJ","\u0404":"Ye","\u0406":"I","\u0407":"Yi","\u0408":"J","\u0409":"LJ","\u040A":"NJ","\u040B":"C","\u040F":"DZ","\u0410":"A","\u0411":"B","\u0412":"V","\u0413":"G","\u0414":"D","\u0415":"E","\u0416":"Zh","\u0417":"Z","\u0418":"I","\u0419":"J","\u041A":"K","\u041B":"L","\u041C":"M","\u041D":"N","\u041E":"O","\u041F":"P","\u0420":"R","\u0421":"S","\u0422":"T","\u0423":"U","\u0424":"F","\u0425":"H","\u0426":"C","\u0427":"Ch","\u0428":"Sh","\u0429":"Sh","\u042A":"U","\u042B":"Y","\u042C":"","\u042D":"E","\u042E":"Yu","\u042F":"Ya","\u0430":"a","\u0431":"b","\u0432":"v","\u0433":"g","\u0434":"d","\u0435":"e","\u0436":"zh","\u0437":"z","\u0438":"i","\u0439":"j","\u043A":"k","\u043B":"l","\u043C":"m","\u043D":"n","\u043E":"o","\u043F":"p","\u0440":"r","\u0441":"s","\u0442":"t","\u0443":"u","\u0444":"f","\u0445":"h","\u0446":"c","\u0447":"ch","\u0448":"sh","\u0449":"sh","\u044A":"u","\u044B":"y","\u044C":"","\u044D":"e","\u044E":"yu","\u044F":"ya","\u0451":"yo","\u0452":"dj","\u0454":"ye","\u0456":"i","\u0457":"yi","\u0458":"j","\u0459":"lj","\u045A":"nj","\u045B":"c","\u045D":"u","\u045F":"dz","\u0490":"G","\u0491":"g","\u0492":"GH","\u0493":"gh","\u049A":"KH","\u049B":"kh","\u04A2":"NG","\u04A3":"ng","\u04AE":"UE","\u04AF":"ue","\u04B0":"U","\u04B1":"u","\u04BA":"H","\u04BB":"h","\u04D8":"AE","\u04D9":"ae","\u04E8":"OE","\u04E9":"oe","\u0531":"A","\u0532":"B","\u0533":"G","\u0534":"D","\u0535":"E","\u0536":"Z","\u0537":"E\'","\u0538":"Y\'","\u0539":"T\'","\u053A":"JH","\u053B":"I","\u053C":"L","\u053D":"X","\u053E":"C\'","\u053F":"K","\u0540":"H","\u0541":"D\'","\u0542":"GH","\u0543":"TW","\u0544":"M","\u0545":"Y","\u0546":"N","\u0547":"SH","\u0549":"CH","\u054A":"P","\u054B":"J","\u054C":"R\'","\u054D":"S","\u054E":"V","\u054F":"T","\u0550":"R","\u0551":"C","\u0553":"P\'","\u0554":"Q\'","\u0555":"O\'\'","\u0556":"F","\u0587":"EV","\u0621":"a","\u0622":"aa","\u0623":"a","\u0624":"u","\u0625":"i","\u0626":"e","\u0627":"a","\u0628":"b","\u0629":"h","\u062A":"t","\u062B":"th","\u062C":"j","\u062D":"h","\u062E":"kh","\u062F":"d","\u0630":"th","\u0631":"r","\u0632":"z","\u0633":"s","\u0634":"sh","\u0635":"s","\u0636":"dh","\u0637":"t","\u0638":"z","\u0639":"a","\u063A":"gh","\u0641":"f","\u0642":"q","\u0643":"k","\u0644":"l","\u0645":"m","\u0646":"n","\u0647":"h","\u0648":"w","\u0649":"a","\u064A":"y","\u064B":"an","\u064C":"on","\u064D":"en","\u064E":"a","\u064F":"u","\u0650":"e","\u0652":"","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u067E":"p","\u0686":"ch","\u0698":"zh","\u06A9":"k","\u06AF":"g","\u06CC":"y","\u06F0":"0","\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9","\u0E3F":"baht","\u10D0":"a","\u10D1":"b","\u10D2":"g","\u10D3":"d","\u10D4":"e","\u10D5":"v","\u10D6":"z","\u10D7":"t","\u10D8":"i","\u10D9":"k","\u10DA":"l","\u10DB":"m","\u10DC":"n","\u10DD":"o","\u10DE":"p","\u10DF":"zh","\u10E0":"r","\u10E1":"s","\u10E2":"t","\u10E3":"u","\u10E4":"f","\u10E5":"k","\u10E6":"gh","\u10E7":"q","\u10E8":"sh","\u10E9":"ch","\u10EA":"ts","\u10EB":"dz","\u10EC":"ts","\u10ED":"ch","\u10EE":"kh","\u10EF":"j","\u10F0":"h","\u1E62":"S","\u1E63":"s","\u1E80":"W","\u1E81":"w","\u1E82":"W","\u1E83":"w","\u1E84":"W","\u1E85":"w","\u1E9E":"SS","\u1EA0":"A","\u1EA1":"a","\u1EA2":"A","\u1EA3":"a","\u1EA4":"A","\u1EA5":"a","\u1EA6":"A","\u1EA7":"a","\u1EA8":"A","\u1EA9":"a","\u1EAA":"A","\u1EAB":"a","\u1EAC":"A","\u1EAD":"a","\u1EAE":"A","\u1EAF":"a","\u1EB0":"A","\u1EB1":"a","\u1EB2":"A","\u1EB3":"a","\u1EB4":"A","\u1EB5":"a","\u1EB6":"A","\u1EB7":"a","\u1EB8":"E","\u1EB9":"e","\u1EBA":"E","\u1EBB":"e","\u1EBC":"E","\u1EBD":"e","\u1EBE":"E","\u1EBF":"e","\u1EC0":"E","\u1EC1":"e","\u1EC2":"E","\u1EC3":"e","\u1EC4":"E","\u1EC5":"e","\u1EC6":"E","\u1EC7":"e","\u1EC8":"I","\u1EC9":"i","\u1ECA":"I","\u1ECB":"i","\u1ECC":"O","\u1ECD":"o","\u1ECE":"O","\u1ECF":"o","\u1ED0":"O","\u1ED1":"o","\u1ED2":"O","\u1ED3":"o","\u1ED4":"O","\u1ED5":"o","\u1ED6":"O","\u1ED7":"o","\u1ED8":"O","\u1ED9":"o","\u1EDA":"O","\u1EDB":"o","\u1EDC":"O","\u1EDD":"o","\u1EDE":"O","\u1EDF":"o","\u1EE0":"O","\u1EE1":"o","\u1EE2":"O","\u1EE3":"o","\u1EE4":"U","\u1EE5":"u","\u1EE6":"U","\u1EE7":"u","\u1EE8":"U","\u1EE9":"u","\u1EEA":"U","\u1EEB":"u","\u1EEC":"U","\u1EED":"u","\u1EEE":"U","\u1EEF":"u","\u1EF0":"U","\u1EF1":"u","\u1EF2":"Y","\u1EF3":"y","\u1EF4":"Y","\u1EF5":"y","\u1EF6":"Y","\u1EF7":"y","\u1EF8":"Y","\u1EF9":"y","\u2013":"-","\u2018":"\'","\u2019":"\'","\u201C":"\\"","\u201D":"\\"","\u201E":"\\"","\u2020":"+","\u2022":"*","\u2026":"...","\u20A0":"ecu","\u20A2":"cruzeiro","\u20A3":"french franc","\u20A4":"lira","\u20A5":"mill","\u20A6":"naira","\u20A7":"peseta","\u20A8":"rupee","\u20A9":"won","\u20AA":"new shequel","\u20AB":"dong","\u20AC":"euro","\u20AD":"kip","\u20AE":"tugrik","\u20AF":"drachma","\u20B0":"penny","\u20B1":"peso","\u20B2":"guarani","\u20B3":"austral","\u20B4":"hryvnia","\u20B5":"cedi","\u20B8":"kazakhstani tenge","\u20B9":"indian rupee","\u20BA":"turkish lira","\u20BD":"russian ruble","\u20BF":"bitcoin","\u2120":"sm","\u2122":"tm","\u2202":"d","\u2206":"delta","\u2211":"sum","\u221E":"infinity","\u2665":"love","\u5143":"yuan","\u5186":"yen","\uFDFC":"rial","\uFEF5":"laa","\uFEF7":"laa","\uFEF9":"lai","\uFEFB":"la"}'),B=JSON.parse('{"bg":{"\u0419":"Y","\u0426":"Ts","\u0429":"Sht","\u042A":"A","\u042C":"Y","\u0439":"y","\u0446":"ts","\u0449":"sht","\u044A":"a","\u044C":"y"},"de":{"\xC4":"AE","\xE4":"ae","\xD6":"OE","\xF6":"oe","\xDC":"UE","\xFC":"ue","\xDF":"ss","%":"prozent","&":"und","|":"oder","\u2211":"summe","\u221E":"unendlich","\u2665":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","\xA2":"centavos","\xA3":"libras","\xA4":"moneda","\u20A3":"francos","\u2211":"suma","\u221E":"infinito","\u2665":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","\xA2":"centime","\xA3":"livre","\xA4":"devise","\u20A3":"franc","\u2211":"somme","\u221E":"infini","\u2665":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","\xA2":"centavo","\u2211":"soma","\xA3":"libra","\u221E":"infinito","\u2665":"amor"},"uk":{"\u0418":"Y","\u0438":"y","\u0419":"Y","\u0439":"y","\u0426":"Ts","\u0446":"ts","\u0425":"Kh","\u0445":"kh","\u0429":"Shch","\u0449":"shch","\u0413":"H","\u0433":"h"},"vi":{"\u0110":"D","\u0111":"d"},"da":{"\xD8":"OE","\xF8":"oe","\xC5":"AA","\xE5":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"st\xF8rre end"},"nb":{"&":"og","\xC5":"AA","\xC6":"AE","\xD8":"OE","\xE5":"aa","\xE6":"ae","\xF8":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","\xC5":"AA","\xC4":"AE","\xD6":"OE","\xE5":"aa","\xE4":"ae","\xF6":"oe"}}');function _e(e){if(e===null)return"null";let r=p(e).slice(8,-1).toLowerCase();return typeof e==="object"||typeof e==="function"?r:typeof e}export{_e as getTypeName,$ as SocialLinkIcon,O as ExitCode,x as Every};
|
package/dist/model-names.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare type ModelNames = 'Project' | 'SubscriberEmail' | 'AccessToken' | 'Team' | 'Subscriber' | 'Deployment' | 'Release' | 'User' | 'Post' | 'Subscription' | 'Error'
|
|
1
|
+
export declare type ModelNames = 'Project' | 'SubscriberEmail' | 'AccessToken' | 'Team' | 'Activity' | 'Subscriber' | 'Deployment' | 'Release' | 'User' | 'Post' | 'FailedJob' | 'Product' | 'PaymentMethod' | 'Transaction' | 'Job' | 'Subscription' | 'Error'
|
package/dist/model.d.ts
CHANGED
|
@@ -1,44 +1,89 @@
|
|
|
1
|
-
import type { DeepPartial, Nullable
|
|
2
|
-
import type {
|
|
1
|
+
import type { DeepPartial, Nullable } from '.';
|
|
2
|
+
import type { SearchOptions } from './search-engine';
|
|
3
|
+
import type { TableNames } from '@stacksjs/types';
|
|
3
4
|
import type { VineBoolean, VineNumber, VineString } from '@vinejs/vine';
|
|
4
5
|
|
|
5
6
|
export declare type Model = Partial<ModelOptions>
|
|
6
|
-
|
|
7
|
+
|
|
8
|
+
export interface BaseRelation {
|
|
9
|
+
foreignKey?: string
|
|
10
|
+
relationName?: string
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface Relation<T = string> extends BaseRelation {
|
|
14
|
+
model: T
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface HasOne<T = string> extends Array<Relation<T>> {}
|
|
18
|
+
export interface HasMany<T = string> extends Array<Relation<T>> {}
|
|
19
|
+
export interface BelongsTo<T = string> extends Array<Relation<T>> {}
|
|
20
|
+
|
|
21
|
+
export interface BelongsToMany<T = string> extends Array<BaseBelongsToMany<T> | T> {}
|
|
22
|
+
export interface HasOneThrough<T = string> extends Array<BaseHasOneThrough<T> | T> {}
|
|
23
|
+
|
|
24
|
+
export interface BaseBelongsToMany<T = string> {
|
|
25
|
+
model: T
|
|
26
|
+
firstForeignKey?: string
|
|
27
|
+
secondForeignKey?: string
|
|
28
|
+
pivotTable?: string
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface BaseHasOneThrough<T = string> {
|
|
32
|
+
model: T
|
|
33
|
+
through: T
|
|
34
|
+
foreignKey?: string
|
|
35
|
+
throughForeignKey?: string
|
|
36
|
+
relationName?: string
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface FieldArrayElement {
|
|
7
40
|
entity: string
|
|
8
41
|
charValue?: string | null
|
|
9
42
|
}
|
|
10
|
-
|
|
43
|
+
|
|
44
|
+
export interface ModelElement {
|
|
11
45
|
field: string
|
|
12
46
|
default: string | number | boolean | Date | undefined | null
|
|
13
47
|
unique: boolean
|
|
14
48
|
fieldArray: FieldArrayElement | null
|
|
15
49
|
}
|
|
16
|
-
|
|
50
|
+
|
|
51
|
+
export interface AuthOptions {
|
|
17
52
|
useTwoFactor?: boolean
|
|
18
53
|
usePasskey?: boolean
|
|
19
54
|
}
|
|
20
|
-
|
|
55
|
+
export interface LikeableOptions {
|
|
56
|
+
table?: string
|
|
57
|
+
foreignKey?: string
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
type ActionPath = string
|
|
21
61
|
type ActionName = string
|
|
22
62
|
type Action = ActionPath | ActionName | undefined
|
|
23
|
-
|
|
24
|
-
export
|
|
63
|
+
|
|
64
|
+
export type ApiRoutes = 'index' | 'show' | 'store' | 'update' | 'destroy'
|
|
65
|
+
|
|
66
|
+
export type VineType = VineString | VineNumber | VineBoolean | Date | Nullable<any>
|
|
25
67
|
export interface SeedOptions {
|
|
26
68
|
count: number
|
|
27
69
|
}
|
|
28
|
-
|
|
29
|
-
|
|
70
|
+
|
|
71
|
+
type LogAttribute = string
|
|
72
|
+
|
|
73
|
+
interface ActivityLogOption {
|
|
30
74
|
exclude: LogAttribute[]
|
|
31
75
|
include: LogAttribute[]
|
|
32
76
|
logOnly: LogAttribute[]
|
|
33
77
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
78
|
+
|
|
79
|
+
export interface Relations {
|
|
80
|
+
hasOne: HasOne<ModelNames> | ModelNames[]
|
|
81
|
+
hasMany: HasMany<ModelNames> | ModelNames[]
|
|
82
|
+
belongsTo: BelongsTo<ModelNames> | ModelNames[]
|
|
83
|
+
belongsToMany: BelongsToMany<ModelNames> | ModelNames[]
|
|
40
84
|
}
|
|
41
|
-
|
|
85
|
+
|
|
86
|
+
export interface ApiSettings {
|
|
42
87
|
uri: string
|
|
43
88
|
middleware: string[]
|
|
44
89
|
routes:
|
|
@@ -48,20 +93,26 @@ export declare interface ApiSettings {
|
|
|
48
93
|
| string[]
|
|
49
94
|
openApi: boolean
|
|
50
95
|
}
|
|
51
|
-
|
|
52
|
-
|
|
96
|
+
|
|
97
|
+
type ApiOptions = DeepPartial<ApiSettings>
|
|
98
|
+
|
|
99
|
+
export interface TimestampOptions {
|
|
53
100
|
createdAt?: string
|
|
54
101
|
updatedAt?: string
|
|
55
102
|
deletedAt?: string
|
|
56
103
|
}
|
|
57
|
-
|
|
104
|
+
|
|
105
|
+
interface ValidatorMessage {
|
|
58
106
|
[key: string]: string
|
|
59
107
|
}
|
|
60
|
-
|
|
108
|
+
|
|
109
|
+
export interface SoftDeleteOptions {
|
|
61
110
|
deletedAt?: string
|
|
62
111
|
}
|
|
63
|
-
|
|
64
|
-
|
|
112
|
+
|
|
113
|
+
interface Base {}
|
|
114
|
+
|
|
115
|
+
export interface ModelOptions extends Base {
|
|
65
116
|
name: string
|
|
66
117
|
table?: string
|
|
67
118
|
primaryKey?: string
|
|
@@ -87,39 +138,21 @@ export declare interface ModelOptions extends Base {
|
|
|
87
138
|
observe?: string[] | boolean
|
|
88
139
|
billable?: boolean
|
|
89
140
|
useActivityLog?: boolean | ActivityLogOption
|
|
141
|
+
|
|
142
|
+
likeable?: boolean | LikeableOptions
|
|
90
143
|
}
|
|
91
144
|
|
|
92
|
-
attributes?:
|
|
145
|
+
attributes?: AttributesElements
|
|
93
146
|
|
|
94
|
-
hasOne?:
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
model: ModelNames
|
|
104
|
-
foreignKey?: string
|
|
105
|
-
relationName?: string
|
|
106
|
-
}[]
|
|
107
|
-
| ModelNames[]
|
|
108
|
-
belongsTo?:
|
|
109
|
-
| {
|
|
110
|
-
model: ModelNames
|
|
111
|
-
foreignKey?: string
|
|
112
|
-
relationName?: string
|
|
113
|
-
}[]
|
|
114
|
-
| ModelNames[]
|
|
115
|
-
belongsToMany?: BelongsToManyType[] | ModelNames[]
|
|
116
|
-
hasOneThrough?: {
|
|
117
|
-
model: ModelNames
|
|
118
|
-
through: ModelNames
|
|
119
|
-
foreignKey?: string
|
|
120
|
-
throughForeignKey?: string
|
|
121
|
-
relationName?: string
|
|
122
|
-
}[]
|
|
147
|
+
hasOne?: HasOne<ModelNames> | ModelNames[]
|
|
148
|
+
|
|
149
|
+
hasMany?: HasMany<ModelNames> | ModelNames[]
|
|
150
|
+
|
|
151
|
+
belongsTo?: BelongsTo<ModelNames> | ModelNames[]
|
|
152
|
+
|
|
153
|
+
belongsToMany?: BelongsToMany<ModelNames> | ModelNames[]
|
|
154
|
+
|
|
155
|
+
hasOneThrough?: HasOneThrough<ModelNames> | ModelNames[]
|
|
123
156
|
|
|
124
157
|
scopes?: {
|
|
125
158
|
[key: string]: (value: any) => any
|
|
@@ -133,32 +166,38 @@ export declare interface ModelOptions extends Base {
|
|
|
133
166
|
[key: string]: (value: any) => any
|
|
134
167
|
}
|
|
135
168
|
}
|
|
136
|
-
|
|
169
|
+
|
|
170
|
+
export interface Attribute {
|
|
137
171
|
default?: string | number | boolean | Date
|
|
138
172
|
unique?: boolean
|
|
139
173
|
order?: number
|
|
140
174
|
required?: boolean
|
|
141
175
|
hidden?: boolean
|
|
142
176
|
fillable?: boolean
|
|
177
|
+
guarded?: boolean
|
|
143
178
|
factory?: () => any
|
|
144
179
|
validation?: {
|
|
145
180
|
rule: VineType
|
|
146
|
-
message
|
|
181
|
+
message?: ValidatorMessage
|
|
147
182
|
}
|
|
148
183
|
}
|
|
149
|
-
|
|
184
|
+
|
|
185
|
+
export interface AttributesElements {
|
|
150
186
|
[key: string]: Attribute
|
|
151
187
|
}
|
|
152
|
-
|
|
188
|
+
|
|
189
|
+
export interface RelationConfig {
|
|
153
190
|
relationship: string
|
|
154
191
|
model: string
|
|
155
|
-
table:
|
|
192
|
+
table: TableNames
|
|
156
193
|
relationModel?: string
|
|
157
194
|
relationTable?: string
|
|
158
195
|
foreignKey: string
|
|
159
196
|
modelKey: string
|
|
197
|
+
pivotKey?: string
|
|
198
|
+
pivotForeign?: string
|
|
160
199
|
relationName?: string
|
|
161
200
|
throughModel?: string
|
|
162
201
|
throughForeignKey?: string
|
|
163
|
-
pivotTable:
|
|
202
|
+
pivotTable: TableNames
|
|
164
203
|
}
|
package/dist/payments.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import type { Stripe } from 'stripe';
|
|
2
|
-
|
|
3
1
|
export declare interface PaymentOptions {
|
|
4
2
|
driver: 'stripe'
|
|
5
3
|
|
|
@@ -9,7 +7,8 @@ export declare interface PaymentOptions {
|
|
|
9
7
|
}
|
|
10
8
|
}
|
|
11
9
|
export declare type PaymentConfig = Partial<PaymentOptions>
|
|
12
|
-
|
|
10
|
+
|
|
11
|
+
export interface ChargeOptions {
|
|
13
12
|
currency?: string
|
|
14
13
|
source?: string
|
|
15
14
|
description?: string
|
|
@@ -21,7 +20,8 @@ export declare interface ChargeOptions {
|
|
|
21
20
|
limit?: number
|
|
22
21
|
}
|
|
23
22
|
}
|
|
24
|
-
|
|
23
|
+
|
|
24
|
+
export interface StripeCustomerOptions {
|
|
25
25
|
address?: {
|
|
26
26
|
line1?: string
|
|
27
27
|
city?: string
|
|
@@ -35,7 +35,8 @@ export declare interface StripeCustomerOptions {
|
|
|
35
35
|
email?: string
|
|
36
36
|
preferred_locales?: string[]
|
|
37
37
|
}
|
|
38
|
-
|
|
38
|
+
|
|
39
|
+
export interface CustomerOptions {
|
|
39
40
|
description?: string
|
|
40
41
|
address?: string
|
|
41
42
|
email?: string
|
|
@@ -56,7 +57,8 @@ export declare interface CustomerOptions {
|
|
|
56
57
|
page?: number
|
|
57
58
|
}
|
|
58
59
|
}
|
|
59
|
-
|
|
60
|
+
|
|
61
|
+
export interface DisputeOptions {
|
|
60
62
|
dp_id?: string
|
|
61
63
|
metadata?: object
|
|
62
64
|
listOptions?: {
|
|
@@ -68,7 +70,8 @@ export declare interface DisputeOptions {
|
|
|
68
70
|
starting_after?: string
|
|
69
71
|
}
|
|
70
72
|
}
|
|
71
|
-
|
|
73
|
+
|
|
74
|
+
export interface EventOptions {
|
|
72
75
|
event_id?: string
|
|
73
76
|
listOptions?: {
|
|
74
77
|
created?: object
|
|
@@ -79,11 +82,13 @@ export declare interface EventOptions {
|
|
|
79
82
|
type?: string
|
|
80
83
|
}
|
|
81
84
|
}
|
|
82
|
-
|
|
85
|
+
|
|
86
|
+
export interface CheckoutLineItem {
|
|
83
87
|
priceId: string
|
|
84
88
|
quantity: number
|
|
85
89
|
}
|
|
86
|
-
|
|
90
|
+
|
|
91
|
+
export interface CheckoutOptions extends Partial<Stripe.Checkout.SessionCreateParams> {
|
|
87
92
|
enableTax?: boolean
|
|
88
93
|
allowPromotions?: boolean
|
|
89
94
|
}
|
package/dist/queue.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { DeepPartial } from './utils';
|
|
2
|
+
import type { JobOptions } from './cron-jobs';
|
|
2
3
|
|
|
3
4
|
export declare interface QueueOptions {
|
|
4
5
|
default: 'sync' | 'database' | 'redis' | 'sqs'
|
|
@@ -34,4 +35,11 @@ export declare interface QueueOptions {
|
|
|
34
35
|
table: 'failed_jobs'
|
|
35
36
|
}
|
|
36
37
|
}
|
|
38
|
+
export declare interface QueueOption extends JobOptions {
|
|
39
|
+
delay?: number
|
|
40
|
+
payload?: any
|
|
41
|
+
afterResponse?: any
|
|
42
|
+
context?: string
|
|
43
|
+
maxTries?: number
|
|
44
|
+
}
|
|
37
45
|
export declare type QueueConfig = DeepPartial<QueueOptions>
|
package/dist/reactivity.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { Ref } from 'vue'
|
|
1
|
+
export type { Ref } from 'vue'
|
package/dist/request.d.ts
CHANGED
|
@@ -4,15 +4,19 @@ export declare type * from '../../../types/requests'
|
|
|
4
4
|
interface RequestData {
|
|
5
5
|
[key: string]: any
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
|
|
8
|
+
type RouteParams = { [key: string]: string | number } | null
|
|
9
|
+
|
|
10
|
+
interface ValidationField {
|
|
9
11
|
rule: VineType
|
|
10
12
|
message: Record<string, string>
|
|
11
13
|
}
|
|
12
|
-
|
|
14
|
+
|
|
15
|
+
interface CustomAttributes {
|
|
13
16
|
[key: string]: ValidationField
|
|
14
17
|
}
|
|
15
|
-
|
|
18
|
+
|
|
19
|
+
export interface RequestInstance {
|
|
16
20
|
addQuery: (url: URL) => void
|
|
17
21
|
|
|
18
22
|
addBodies: (params: any) => void
|
|
@@ -37,6 +41,8 @@ export declare interface RequestInstance {
|
|
|
37
41
|
|
|
38
42
|
getParam: (key: string) => number | string | null
|
|
39
43
|
|
|
44
|
+
route: (key: string) => number | string | null
|
|
45
|
+
|
|
40
46
|
getParams: () => RouteParams
|
|
41
47
|
|
|
42
48
|
getParamAsInt: (key: string) => number | null
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare interface ResponseInstance {
|
|
2
|
+
json: (data: any, status?: number) => ResponseData
|
|
3
|
+
success: (data: any) => ResponseData
|
|
4
|
+
created: (data: any) => ResponseData
|
|
5
|
+
noContent: () => ResponseData
|
|
6
|
+
error: (message: string, status: number) => ResponseData
|
|
7
|
+
forbidden: (message: string) => ResponseData
|
|
8
|
+
unauthorized: (message: string) => ResponseData
|
|
9
|
+
notFound: (message: string) => ResponseData
|
|
10
|
+
}
|
|
11
|
+
export declare interface ResponseData {
|
|
12
|
+
status: number
|
|
13
|
+
headers: { [key: string]: string }
|
|
14
|
+
body: string
|
|
15
|
+
}
|
package/dist/router.d.ts
CHANGED
|
@@ -2,8 +2,10 @@ import type { Action } from '@stacksjs/actions';
|
|
|
2
2
|
|
|
3
3
|
declare type ActionPath = string
|
|
4
4
|
export type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'before' | 'after' | 'view'
|
|
5
|
-
|
|
6
|
-
export
|
|
5
|
+
|
|
6
|
+
export type RouteCallback = (params?: Record<string, any>) => any | string | object
|
|
7
|
+
|
|
8
|
+
export interface Route {
|
|
7
9
|
name: string
|
|
8
10
|
uri: string
|
|
9
11
|
url: string
|
|
@@ -16,27 +18,35 @@ export declare interface Route {
|
|
|
16
18
|
middleware?: string | string[]
|
|
17
19
|
statusCode?: StatusCode
|
|
18
20
|
}
|
|
19
|
-
|
|
21
|
+
|
|
22
|
+
export interface MiddlewareOptions {
|
|
20
23
|
name: string
|
|
21
24
|
description?: string
|
|
22
25
|
priority: number
|
|
23
26
|
handle: Function
|
|
24
27
|
}
|
|
25
|
-
|
|
28
|
+
|
|
29
|
+
export type StatusCode = 200 | 201 | 202 | 204 | 301 | 302 | 304 | 400 | 401 | 403 | 404 | 500
|
|
26
30
|
export type RedirectCode = Extract<StatusCode, 301 | 302>
|
|
27
|
-
|
|
28
|
-
export
|
|
29
|
-
|
|
31
|
+
|
|
32
|
+
export type RouteParam = { [key: string]: string | number } | null
|
|
33
|
+
|
|
34
|
+
export type MiddlewareFn = () => void
|
|
35
|
+
|
|
36
|
+
export interface Middlewares {
|
|
30
37
|
logger: MiddlewareFn
|
|
31
38
|
auth: MiddlewareFn
|
|
32
39
|
[key: string]: MiddlewareFn
|
|
33
40
|
}
|
|
34
|
-
|
|
41
|
+
|
|
42
|
+
export interface RouteGroupOptions {
|
|
35
43
|
prefix?: string
|
|
36
44
|
middleware?: Route['middleware']
|
|
37
45
|
}
|
|
38
|
-
|
|
39
|
-
|
|
46
|
+
|
|
47
|
+
type Prefix = string
|
|
48
|
+
|
|
49
|
+
export interface RouterInterface {
|
|
40
50
|
get: (url: Route['url'], callback: Route['callback']) => this
|
|
41
51
|
post: (url: Route['url'], callback: Route['callback']) => this
|
|
42
52
|
view: (url: Route['url'], callback: Route['callback']) => this
|
package/dist/saas.d.ts
CHANGED
package/dist/scheduler.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { Schedule } from '@stacksjs/scheduler'
|
|
1
|
+
export type { Schedule } from '@stacksjs/scheduler'
|