need4deed-sdk 0.0.55 → 0.0.56

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.
@@ -5,8 +5,16 @@ import { ApiAddress } from "./location";
5
5
  import { ApiOrganizationGet } from "./organization";
6
6
  import { ApiPersonGet } from "./person";
7
7
  export declare enum AgentType {
8
- RAC = "rac",
9
- NGO = "ngo"
8
+ AE = "AE",
9
+ GU1 = "GU1",
10
+ GU2 = "GU2",
11
+ GU2_PLUS = "GU2+",
12
+ GU3 = "GU3",
13
+ NU = "NU",
14
+ ASOG = "ASOG",
15
+ COUNSELING_CENTER = "counseling-center",
16
+ TANDEM = "tandem",
17
+ MULTIPLE_SOCIAL_SUPPORT = "multiple-social-support"
10
18
  }
11
19
  export declare enum AgentOperatorType {
12
20
  ORGANIZATION = "organization",
@@ -3,8 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AgentTrustType = exports.AgentServiceType = exports.AgentVolunteerSearchType = exports.AgentEngagementStatusType = exports.AgentRoleType = exports.AgentOperatorType = exports.AgentType = void 0;
4
4
  var AgentType;
5
5
  (function (AgentType) {
6
- AgentType["RAC"] = "rac";
7
- AgentType["NGO"] = "ngo";
6
+ AgentType["AE"] = "AE";
7
+ AgentType["GU1"] = "GU1";
8
+ AgentType["GU2"] = "GU2";
9
+ AgentType["GU2_PLUS"] = "GU2+";
10
+ AgentType["GU3"] = "GU3";
11
+ AgentType["NU"] = "NU";
12
+ AgentType["ASOG"] = "ASOG";
13
+ AgentType["COUNSELING_CENTER"] = "counseling-center";
14
+ AgentType["TANDEM"] = "tandem";
15
+ AgentType["MULTIPLE_SOCIAL_SUPPORT"] = "multiple-social-support";
8
16
  })(AgentType || (exports.AgentType = AgentType = {}));
9
17
  var AgentOperatorType;
10
18
  (function (AgentOperatorType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",