@worktango/ai-assistant 0.0.131 → 0.0.132

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.
@@ -5121,7 +5121,12 @@ export type RecognitionBackground =
5121
5121
  | 'SUNSET'
5122
5122
  | 'TEDDY_BEAR'
5123
5123
  | 'WAVES'
5124
- | 'WINTER_TREES';
5124
+ | 'WINTER_TREES'
5125
+ | 'CHALK_BURST'
5126
+ | 'FIREWORKS_SMALL'
5127
+ | 'GOLD_STARS'
5128
+ | 'LAZER_PRISM'
5129
+ | 'CONFETTI';
5125
5130
 
5126
5131
  export interface MigrateIncentivesEntityInput {
5127
5132
  /** The type of the legacy entity to migrate */
package/generated/sdk.ts CHANGED
@@ -5119,7 +5119,12 @@ export type RecognitionBackground =
5119
5119
  | 'SUNSET'
5120
5120
  | 'TEDDY_BEAR'
5121
5121
  | 'WAVES'
5122
- | 'WINTER_TREES';
5122
+ | 'WINTER_TREES'
5123
+ | 'CHALK_BURST'
5124
+ | 'FIREWORKS_SMALL'
5125
+ | 'GOLD_STARS'
5126
+ | 'LAZER_PRISM'
5127
+ | 'CONFETTI';
5123
5128
 
5124
5129
  export interface MigrateIncentivesEntityInput {
5125
5130
  /** The type of the legacy entity to migrate */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktango/ai-assistant",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"