@sphereon/ssi-sdk.vc-status-list 0.34.1-next.29 → 0.34.1-next.40
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/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -51,17 +51,17 @@ __export(index_exports, {
|
|
|
51
51
|
module.exports = __toCommonJS(index_exports);
|
|
52
52
|
|
|
53
53
|
// src/types/index.ts
|
|
54
|
-
var StatusOAuth = /* @__PURE__ */ function(StatusOAuth2) {
|
|
54
|
+
var StatusOAuth = /* @__PURE__ */ (function(StatusOAuth2) {
|
|
55
55
|
StatusOAuth2[StatusOAuth2["Valid"] = 0] = "Valid";
|
|
56
56
|
StatusOAuth2[StatusOAuth2["Invalid"] = 1] = "Invalid";
|
|
57
57
|
StatusOAuth2[StatusOAuth2["Suspended"] = 2] = "Suspended";
|
|
58
58
|
return StatusOAuth2;
|
|
59
|
-
}({});
|
|
60
|
-
var Status2021 = /* @__PURE__ */ function(Status20212) {
|
|
59
|
+
})({});
|
|
60
|
+
var Status2021 = /* @__PURE__ */ (function(Status20212) {
|
|
61
61
|
Status20212[Status20212["Valid"] = 0] = "Valid";
|
|
62
62
|
Status20212[Status20212["Invalid"] = 1] = "Invalid";
|
|
63
63
|
return Status20212;
|
|
64
|
-
}({});
|
|
64
|
+
})({});
|
|
65
65
|
|
|
66
66
|
// src/functions.ts
|
|
67
67
|
var import_ssi_types7 = require("@sphereon/ssi-types");
|