@worktango/ai-assistant 1.0.141 → 1.0.142

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.
@@ -4076,14 +4076,18 @@ export type PersonIdentityProvider =
4076
4076
  | 'GRS_MEMBER_ID'
4077
4077
  /** globally unique identifier. Kazoo-assigned. */
4078
4078
  | 'KAZOO_ID'
4079
- /** Employee Id from the legacy WorkTango platform Pulse */
4079
+ /** Employee Id from the WorkTango Pulse platform */
4080
4080
  | 'LEGACY_PULSE_EMPLOYEE_ID'
4081
- /** User Id from the legacy WorkTango platform Pulse */
4081
+ /** User Id from the WorkTango Pulse platform */
4082
4082
  | 'LEGACY_PULSE_USER_ID'
4083
4083
  /** Legacy YouEarnedIt userId */
4084
4084
  | 'LEGACY_YEI_ID'
4085
4085
  /** Legacy YouEarnedIt username */
4086
4086
  | 'LEGACY_YEI_USERNAME'
4087
+ /** Employee Id from the WorkTango Pulse platform */
4088
+ | 'PULSE_EMPLOYEE_ID'
4089
+ /** User Id from the WorkTango Pulse platform */
4090
+ | 'PULSE_USER_ID'
4087
4091
  /** Kazoo Username */
4088
4092
  | 'USERNAME'
4089
4093
  /** WorkOS user id */
package/generated/sdk.ts CHANGED
@@ -4074,14 +4074,18 @@ export type PersonIdentityProvider =
4074
4074
  | 'GRS_MEMBER_ID'
4075
4075
  /** globally unique identifier. Kazoo-assigned. */
4076
4076
  | 'KAZOO_ID'
4077
- /** Employee Id from the legacy WorkTango platform Pulse */
4077
+ /** Employee Id from the WorkTango Pulse platform */
4078
4078
  | 'LEGACY_PULSE_EMPLOYEE_ID'
4079
- /** User Id from the legacy WorkTango platform Pulse */
4079
+ /** User Id from the WorkTango Pulse platform */
4080
4080
  | 'LEGACY_PULSE_USER_ID'
4081
4081
  /** Legacy YouEarnedIt userId */
4082
4082
  | 'LEGACY_YEI_ID'
4083
4083
  /** Legacy YouEarnedIt username */
4084
4084
  | 'LEGACY_YEI_USERNAME'
4085
+ /** Employee Id from the WorkTango Pulse platform */
4086
+ | 'PULSE_EMPLOYEE_ID'
4087
+ /** User Id from the WorkTango Pulse platform */
4088
+ | 'PULSE_USER_ID'
4085
4089
  /** Kazoo Username */
4086
4090
  | 'USERNAME'
4087
4091
  /** WorkOS user id */
@@ -280,14 +280,18 @@ export type Directory_PersonIdentityProvider =
280
280
  | 'GRS_MEMBER_ID'
281
281
  /** globally unique identifier. Kazoo-assigned. */
282
282
  | 'KAZOO_ID'
283
- /** Employee Id from the legacy WorkTango platform Pulse */
283
+ /** Employee Id from the WorkTango Pulse platform */
284
284
  | 'LEGACY_PULSE_EMPLOYEE_ID'
285
- /** User Id from the legacy WorkTango platform Pulse */
285
+ /** User Id from the WorkTango Pulse platform */
286
286
  | 'LEGACY_PULSE_USER_ID'
287
287
  /** Legacy YouEarnedIt userId */
288
288
  | 'LEGACY_YEI_ID'
289
289
  /** Legacy YouEarnedIt username */
290
290
  | 'LEGACY_YEI_USERNAME'
291
+ /** Employee Id from the WorkTango Pulse platform */
292
+ | 'PULSE_EMPLOYEE_ID'
293
+ /** User Id from the WorkTango Pulse platform */
294
+ | 'PULSE_USER_ID'
291
295
  /** Kazoo Username */
292
296
  | 'USERNAME';
293
297
 
@@ -312,14 +316,18 @@ export type PersonIdentityProvider =
312
316
  | 'GRS_MEMBER_ID'
313
317
  /** globally unique identifier. Kazoo-assigned. */
314
318
  | 'KAZOO_ID'
315
- /** Employee Id from the legacy WorkTango platform Pulse */
319
+ /** Employee Id from the WorkTango Pulse platform */
316
320
  | 'LEGACY_PULSE_EMPLOYEE_ID'
317
- /** User Id from the legacy WorkTango platform Pulse */
321
+ /** User Id from the WorkTango Pulse platform */
318
322
  | 'LEGACY_PULSE_USER_ID'
319
323
  /** Legacy YouEarnedIt userId */
320
324
  | 'LEGACY_YEI_ID'
321
325
  /** Legacy YouEarnedIt username */
322
326
  | 'LEGACY_YEI_USERNAME'
327
+ /** Employee Id from the WorkTango Pulse platform */
328
+ | 'PULSE_EMPLOYEE_ID'
329
+ /** User Id from the WorkTango Pulse platform */
330
+ | 'PULSE_USER_ID'
323
331
  /** Kazoo Username */
324
332
  | 'USERNAME';
325
333
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktango/ai-assistant",
3
- "version": "1.0.141",
3
+ "version": "1.0.142",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"