@worktango/ai-assistant 1.0.138 → 1.0.139

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.
@@ -4044,8 +4044,6 @@ export type Role =
4044
4044
  | 'WORKTANGO_COACH_USER';
4045
4045
 
4046
4046
  export type PersonIdentityProvider =
4047
- /** This is only supported for legacy CSV parsers that call imports. Directory does not actually support default. DO NOT USE. */
4048
- | 'DEFAULT'
4049
4047
  /** Email. Only unique within a company. */
4050
4048
  | 'EMAIL'
4051
4049
  /** EmployeeID, badge number or other value that is only unique within a company. */
package/generated/sdk.ts CHANGED
@@ -4042,8 +4042,6 @@ export type Role =
4042
4042
  | 'WORKTANGO_COACH_USER';
4043
4043
 
4044
4044
  export type PersonIdentityProvider =
4045
- /** This is only supported for legacy CSV parsers that call imports. Directory does not actually support default. DO NOT USE. */
4046
- | 'DEFAULT'
4047
4045
  /** Email. Only unique within a company. */
4048
4046
  | 'EMAIL'
4049
4047
  /** EmployeeID, badge number or other value that is only unique within a company. */
@@ -272,8 +272,6 @@ export interface Directory_PersonIdentityInput {
272
272
  }
273
273
 
274
274
  export type Directory_PersonIdentityProvider =
275
- /** This is only supported for legacy CSV parsers that call imports. Directory does not actually support default. DO NOT USE. */
276
- | 'DEFAULT'
277
275
  /** Email. Only unique within a company. */
278
276
  | 'EMAIL'
279
277
  /** EmployeeID, badge number or other value that is only unique within a company. */
@@ -306,8 +304,6 @@ export interface PersonIdentityInput {
306
304
  }
307
305
 
308
306
  export type PersonIdentityProvider =
309
- /** This is only supported for legacy CSV parsers that call imports. Directory does not actually support default. DO NOT USE. */
310
- | 'DEFAULT'
311
307
  /** Email. Only unique within a company. */
312
308
  | 'EMAIL'
313
309
  /** EmployeeID, badge number or other value that is only unique within a company. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktango/ai-assistant",
3
- "version": "1.0.138",
3
+ "version": "1.0.139",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"