@eduzz/miau-client 1.4.2-rc.6 → 1.4.2-rc.9
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/.turbo/turbo-build$colon$types.log +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11730,7 +11730,7 @@ __export(index_exports, {
|
|
|
11730
11730
|
});
|
|
11731
11731
|
module.exports = __toCommonJS(index_exports);
|
|
11732
11732
|
|
|
11733
|
-
//
|
|
11733
|
+
// ../../packages/types/src/types/Resource.ts
|
|
11734
11734
|
var ResourceProtocols = ["http"];
|
|
11735
11735
|
var HttpMethods = ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"];
|
|
11736
11736
|
|
|
@@ -11808,7 +11808,7 @@ function addYears(date, amount, options) {
|
|
|
11808
11808
|
return addMonths(date, amount * 12, options);
|
|
11809
11809
|
}
|
|
11810
11810
|
|
|
11811
|
-
//
|
|
11811
|
+
// ../../packages/types/src/types/Secret.ts
|
|
11812
11812
|
var expirationOptions = {
|
|
11813
11813
|
"Forever": "forever",
|
|
11814
11814
|
"One hour": "oneHour",
|
|
@@ -11834,7 +11834,7 @@ var expirationTimeToDate = (option) => {
|
|
|
11834
11834
|
return conversionMap[option]() ?? void 0;
|
|
11835
11835
|
};
|
|
11836
11836
|
|
|
11837
|
-
//
|
|
11837
|
+
// ../../packages/types/src/types/Environments.ts
|
|
11838
11838
|
var SecretEnvValues = ["development", "test", "production"];
|
|
11839
11839
|
var SecretEnvShort = ["d", "q", "p"];
|
|
11840
11840
|
var envs = {
|
|
@@ -11863,7 +11863,7 @@ var issuers = {
|
|
|
11863
11863
|
production: "https://miau.eduzz.com"
|
|
11864
11864
|
};
|
|
11865
11865
|
|
|
11866
|
-
//
|
|
11866
|
+
// ../../packages/types/src/types/User.ts
|
|
11867
11867
|
var UserPermissions = {
|
|
11868
11868
|
admin: "Administrator",
|
|
11869
11869
|
manageApplications: "Manage Applications",
|