@dataclouder/ngx-agent-cards 0.1.39 → 0.1.41

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.
package/index.d.ts CHANGED
@@ -333,6 +333,7 @@ interface SimpleAgentTask {
333
333
  }
334
334
  type IDynamicFlowTask = Pick<SimpleAgentTask, 'task' | 'model' | 'enabled'>;
335
335
  declare enum EAccountsPlatform {
336
+ Google = "google",
336
337
  Tiktok = "tiktok",
337
338
  Instagram = "instagram",
338
339
  Youtube = "youtube"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataclouder/ngx-agent-cards",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",