@trii/types 2.10.379 → 2.10.381

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.
@@ -2,6 +2,8 @@ import { ISchedule } from "../Schedules/Schedules";
2
2
  export declare class RCSConfig {
3
3
  token?: string | '';
4
4
  agentId?: string | '';
5
+ serviceAccount?: RCSServiceAccount;
6
+ useInCampaigns?: boolean;
5
7
  reassign?: boolean;
6
8
  reassignTime?: number;
7
9
  reassignGroupId?: string;
@@ -14,3 +16,16 @@ export declare class RCSConfig {
14
16
  scheduleId?: string | null;
15
17
  schedule?: ISchedule | null;
16
18
  }
19
+ export declare class RCSServiceAccount {
20
+ type: string | '';
21
+ project_id: string | '';
22
+ private_key_id: string | '';
23
+ private_key: string | '';
24
+ client_email: string | '';
25
+ client_id: string | '';
26
+ auth_uri: string | '';
27
+ token_uri: string | '';
28
+ auth_provider_x509_cert_url: string | '';
29
+ client_x509_cert_url: string | '';
30
+ universe_domain: string | '';
31
+ }
@@ -1,2 +1,4 @@
1
1
  export class RCSConfig {
2
2
  }
3
+ export class RCSServiceAccount {
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.379",
3
+ "version": "2.10.381",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",