@d19n/youfibre-odin-sdk 2.0.226 → 2.0.227

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.
@@ -22,7 +22,7 @@ export interface CreateTeamMessage extends OdinRecordCreatedEvent<CreateTeamDto,
22
22
  * Properties for CreateTeam action
23
23
  *
24
24
  * @property Required fields: 3
25
- * @property Optional fields: 1
25
+ * @property Optional fields: 0
26
26
  */
27
27
  export interface CreateTeamProperties {
28
28
  /**
@@ -49,13 +49,6 @@ export interface CreateTeamProperties {
49
49
  * @required
50
50
  */
51
51
  TeamId: string;
52
- /**
53
- * TwilioQueueSid
54
- *
55
- * TwilioQueueSid
56
- * @type {TEXT}
57
- */
58
- TwilioQueueSid?: string | null;
59
52
  }
60
53
  /**
61
54
  * CreateTeam
@@ -132,9 +132,7 @@ export declare enum TeamPropertyKeys {
132
132
  /** Works Cases */
133
133
  WorksCases = "WorksCases",
134
134
  /** related team id in pg db */
135
- TeamId = "TeamId",
136
- /** TwilioQueueSid */
137
- TwilioQueueSid = "TwilioQueueSid"
135
+ TeamId = "TeamId"
138
136
  }
139
137
  /**
140
138
  * Properties for Team records
@@ -203,11 +201,6 @@ export interface TeamProperties {
203
201
  * @type {UUID}
204
202
  */
205
203
  TeamId: string;
206
- /** TwilioQueueSid
207
- *
208
- * @type {TEXT}
209
- */
210
- TwilioQueueSid: string;
211
204
  }
212
205
  /**
213
206
  * Team entity from IdentityModule
@@ -140,8 +140,6 @@ var TeamPropertyKeys;
140
140
  TeamPropertyKeys["WorksCases"] = "WorksCases";
141
141
  /** related team id in pg db */
142
142
  TeamPropertyKeys["TeamId"] = "TeamId";
143
- /** TwilioQueueSid */
144
- TeamPropertyKeys["TwilioQueueSid"] = "TwilioQueueSid";
145
143
  })(TeamPropertyKeys = exports.TeamPropertyKeys || (exports.TeamPropertyKeys = {}));
146
144
  /**
147
145
  * Team entity from IdentityModule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.226",
3
+ "version": "2.0.227",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",