grm-shared-library 1.0.67 → 1.0.68

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.
@@ -1,6 +1,6 @@
1
1
  export declare enum OrganizationType {
2
- PUBLIC_ORGANIZATION = "Public Organization",
3
- PRIVATE_ORGANIZATION = "Private Organization",
4
- NGO = "Non-Governmental Organization",
2
+ PUBLIC = "Public",
3
+ PRIVATE = "Private",
4
+ NGO = "NGO",
5
5
  OTHER = "Other"
6
6
  }
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OrganizationType = void 0;
4
4
  var OrganizationType;
5
5
  (function (OrganizationType) {
6
- OrganizationType["PUBLIC_ORGANIZATION"] = "Public Organization";
7
- OrganizationType["PRIVATE_ORGANIZATION"] = "Private Organization";
8
- OrganizationType["NGO"] = "Non-Governmental Organization";
6
+ OrganizationType["PUBLIC"] = "Public";
7
+ OrganizationType["PRIVATE"] = "Private";
8
+ OrganizationType["NGO"] = "NGO";
9
9
  OrganizationType["OTHER"] = "Other";
10
10
  })(OrganizationType || (exports.OrganizationType = OrganizationType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grm-shared-library",
3
- "version": "1.0.67",
3
+ "version": "1.0.68",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [