cf-service-sdk 0.1.27 → 0.1.29

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.
@@ -271,8 +271,11 @@ export type AutocompleteResponseType = {
271
271
  export type AutomatedProspectingCampaignInput = {
272
272
  activeDays?: InputMaybe<Scalars['GenericScalar']['input']>;
273
273
  additionalNotes?: InputMaybe<Scalars['String']['input']>;
274
- buyerDescription: Scalars['String']['input'];
274
+ agentType?: InputMaybe<Scalars['String']['input']>;
275
+ buyerDescription?: InputMaybe<Scalars['String']['input']>;
275
276
  contactsPerCompany?: InputMaybe<Scalars['String']['input']>;
277
+ dormancyDays?: InputMaybe<Scalars['Int']['input']>;
278
+ emailGoal?: InputMaybe<Scalars['String']['input']>;
276
279
  emailSteps?: InputMaybe<Scalars['Int']['input']>;
277
280
  emailTone?: InputMaybe<Scalars['String']['input']>;
278
281
  emailsPerBatch?: InputMaybe<Scalars['Int']['input']>;
@@ -281,12 +284,14 @@ export type AutomatedProspectingCampaignInput = {
281
284
  notificationTime?: InputMaybe<Scalars['String']['input']>;
282
285
  notificationTimezone?: InputMaybe<Scalars['String']['input']>;
283
286
  preferredTitles?: InputMaybe<Scalars['GenericScalar']['input']>;
284
- targetStates: Scalars['GenericScalar']['input'];
287
+ requireReview?: InputMaybe<Scalars['Boolean']['input']>;
288
+ targetStates?: InputMaybe<Scalars['GenericScalar']['input']>;
285
289
  weeklyVolume: Scalars['Int']['input'];
286
290
  };
287
291
  export type AutomatedProspectingCampaignObject = {
288
292
  __typename?: 'AutomatedProspectingCampaignObject';
289
293
  accountId?: Maybe<Scalars['ID']['output']>;
294
+ agentType?: Maybe<Scalars['String']['output']>;
290
295
  attachments?: Maybe<Scalars['GenericScalar']['output']>;
291
296
  configId?: Maybe<Scalars['ID']['output']>;
292
297
  contactCount?: Maybe<Scalars['Int']['output']>;
@@ -309,6 +314,7 @@ export type AutomatedProspectingCampaignObject = {
309
314
  skippedAt?: Maybe<Scalars['DateTime']['output']>;
310
315
  status?: Maybe<Scalars['String']['output']>;
311
316
  step?: Maybe<Scalars['Int']['output']>;
317
+ totalPoolCount?: Maybe<Scalars['Int']['output']>;
312
318
  updatedAt?: Maybe<Scalars['DateTime']['output']>;
313
319
  userId?: Maybe<Scalars['ID']['output']>;
314
320
  };
@@ -317,9 +323,12 @@ export type AutomatedProspectingConfigObject = {
317
323
  accountId?: Maybe<Scalars['ID']['output']>;
318
324
  activeDays?: Maybe<Scalars['GenericScalar']['output']>;
319
325
  additionalNotes?: Maybe<Scalars['String']['output']>;
326
+ agentType?: Maybe<Scalars['String']['output']>;
320
327
  buyerDescription?: Maybe<Scalars['String']['output']>;
321
328
  contactsPerCompany?: Maybe<Scalars['String']['output']>;
322
329
  createdAt?: Maybe<Scalars['DateTime']['output']>;
330
+ dormancyDays?: Maybe<Scalars['Int']['output']>;
331
+ emailGoal?: Maybe<Scalars['String']['output']>;
323
332
  emailSteps?: Maybe<Scalars['Int']['output']>;
324
333
  emailTone?: Maybe<Scalars['String']['output']>;
325
334
  emailsPerBatch?: Maybe<Scalars['Int']['output']>;
@@ -332,6 +341,7 @@ export type AutomatedProspectingConfigObject = {
332
341
  notificationTime?: Maybe<Scalars['String']['output']>;
333
342
  notificationTimezone?: Maybe<Scalars['String']['output']>;
334
343
  preferredTitles?: Maybe<Scalars['GenericScalar']['output']>;
344
+ requireReview?: Maybe<Scalars['Boolean']['output']>;
335
345
  targetStates?: Maybe<Scalars['GenericScalar']['output']>;
336
346
  updatedAt?: Maybe<Scalars['DateTime']['output']>;
337
347
  userId?: Maybe<Scalars['ID']['output']>;
@@ -368,6 +378,7 @@ export type AutomatedProspectingStatsObject = {
368
378
  emailsSent?: Maybe<Scalars['Int']['output']>;
369
379
  replyCount?: Maybe<Scalars['Int']['output']>;
370
380
  replyRate?: Maybe<Scalars['Float']['output']>;
381
+ totalPool?: Maybe<Scalars['Int']['output']>;
371
382
  };
372
383
  export type BulkAssignCompanyOwnerMutation = {
373
384
  __typename?: 'BulkAssignCompanyOwnerMutation';
@@ -1250,6 +1261,8 @@ export type CompanyFilterInput = {
1250
1261
  metalGrade?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
1251
1262
  /** Filter by metal type ID(s) */
1252
1263
  metalType?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
1264
+ /** Override dynamic score ratio (0.0-1.0) for text relevance threshold (admin only) */
1265
+ minFilterSearchScore?: InputMaybe<Scalars['Float']['input']>;
1253
1266
  /** Filter by owner user ID(s) */
1254
1267
  owners?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
1255
1268
  /** Filter by product category ID(s) */
@@ -4245,6 +4258,7 @@ export type QueryAutomatedProspectingCampaignArgs = {
4245
4258
  /** Query */
4246
4259
  export type QueryAutomatedProspectingCampaignsArgs = {
4247
4260
  accountId: Scalars['ID']['input'];
4261
+ agentType?: InputMaybe<Scalars['String']['input']>;
4248
4262
  page?: InputMaybe<Scalars['Int']['input']>;
4249
4263
  pageSize?: InputMaybe<Scalars['Int']['input']>;
4250
4264
  status?: InputMaybe<Scalars['String']['input']>;
@@ -4252,10 +4266,12 @@ export type QueryAutomatedProspectingCampaignsArgs = {
4252
4266
  /** Query */
4253
4267
  export type QueryAutomatedProspectingConfigArgs = {
4254
4268
  accountId: Scalars['ID']['input'];
4269
+ agentType?: InputMaybe<Scalars['String']['input']>;
4255
4270
  };
4256
4271
  /** Query */
4257
4272
  export type QueryAutomatedProspectingStatsArgs = {
4258
4273
  accountId: Scalars['ID']['input'];
4274
+ agentType?: InputMaybe<Scalars['String']['input']>;
4259
4275
  };
4260
4276
  /** Query */
4261
4277
  export type QueryCallCampaignArgs = {
@@ -6844,6 +6860,7 @@ export type ComposeAutomatedProspectingEmailMutation = {
6844
6860
  configId?: string | null;
6845
6861
  userId?: string | null;
6846
6862
  accountId?: string | null;
6863
+ agentType?: string | null;
6847
6864
  status?: string | null;
6848
6865
  emailSubject?: string | null;
6849
6866
  emailBody?: string | null;
@@ -6853,6 +6870,7 @@ export type ComposeAutomatedProspectingEmailMutation = {
6853
6870
  step?: number | null;
6854
6871
  emailSteps?: number | null;
6855
6872
  contactCount?: number | null;
6873
+ totalPoolCount?: number | null;
6856
6874
  scheduledFor?: any | null;
6857
6875
  notificationSentAt?: any | null;
6858
6876
  sentAt?: any | null;
@@ -10625,6 +10643,7 @@ export type LaunchAutomatedProspectingMutation = {
10625
10643
  configId?: string | null;
10626
10644
  userId?: string | null;
10627
10645
  accountId?: string | null;
10646
+ agentType?: string | null;
10628
10647
  status?: string | null;
10629
10648
  emailSubject?: string | null;
10630
10649
  emailBody?: string | null;
@@ -10634,6 +10653,7 @@ export type LaunchAutomatedProspectingMutation = {
10634
10653
  step?: number | null;
10635
10654
  emailSteps?: number | null;
10636
10655
  contactCount?: number | null;
10656
+ totalPoolCount?: number | null;
10637
10657
  scheduledFor?: any | null;
10638
10658
  notificationSentAt?: any | null;
10639
10659
  sentAt?: any | null;
@@ -11559,6 +11579,7 @@ export type SaveAutomatedProspectingConfigMutation = {
11559
11579
  id?: string | null;
11560
11580
  userId?: string | null;
11561
11581
  accountId?: string | null;
11582
+ agentType?: string | null;
11562
11583
  buyerDescription?: string | null;
11563
11584
  targetStates?: any | null;
11564
11585
  notificationTime?: string | null;
@@ -11573,6 +11594,9 @@ export type SaveAutomatedProspectingConfigMutation = {
11573
11594
  additionalNotes?: string | null;
11574
11595
  emailTone?: string | null;
11575
11596
  isActive?: boolean | null;
11597
+ dormancyDays?: number | null;
11598
+ emailGoal?: string | null;
11599
+ requireReview?: boolean | null;
11576
11600
  llmParsedIndustries?: any | null;
11577
11601
  llmParsedStates?: any | null;
11578
11602
  nextScheduledAt?: any | null;
@@ -13020,6 +13044,7 @@ export type UpdateAutomatedProspectingCampaignMutation = {
13020
13044
  configId?: string | null;
13021
13045
  userId?: string | null;
13022
13046
  accountId?: string | null;
13047
+ agentType?: string | null;
13023
13048
  status?: string | null;
13024
13049
  emailSubject?: string | null;
13025
13050
  emailBody?: string | null;
@@ -13029,6 +13054,7 @@ export type UpdateAutomatedProspectingCampaignMutation = {
13029
13054
  step?: number | null;
13030
13055
  emailSteps?: number | null;
13031
13056
  contactCount?: number | null;
13057
+ totalPoolCount?: number | null;
13032
13058
  scheduledFor?: any | null;
13033
13059
  notificationSentAt?: any | null;
13034
13060
  sentAt?: any | null;
@@ -16976,6 +17002,7 @@ export type AutomatedProspectingCampaignQuery = {
16976
17002
  configId?: string | null;
16977
17003
  userId?: string | null;
16978
17004
  accountId?: string | null;
17005
+ agentType?: string | null;
16979
17006
  status?: string | null;
16980
17007
  emailSubject?: string | null;
16981
17008
  emailBody?: string | null;
@@ -16985,6 +17012,7 @@ export type AutomatedProspectingCampaignQuery = {
16985
17012
  step?: number | null;
16986
17013
  emailSteps?: number | null;
16987
17014
  contactCount?: number | null;
17015
+ totalPoolCount?: number | null;
16988
17016
  scheduledFor?: any | null;
16989
17017
  notificationSentAt?: any | null;
16990
17018
  sentAt?: any | null;
@@ -17024,6 +17052,7 @@ export type AutomatedProspectingCampaignQuery = {
17024
17052
  export type AutomatedProspectingCampaignsQueryVariables = Exact<{
17025
17053
  accountId: Scalars['ID']['input'];
17026
17054
  status?: InputMaybe<Scalars['String']['input']>;
17055
+ agentType?: InputMaybe<Scalars['String']['input']>;
17027
17056
  page?: InputMaybe<Scalars['Int']['input']>;
17028
17057
  pageSize?: InputMaybe<Scalars['Int']['input']>;
17029
17058
  }>;
@@ -17038,6 +17067,7 @@ export type AutomatedProspectingCampaignsQuery = {
17038
17067
  configId?: string | null;
17039
17068
  userId?: string | null;
17040
17069
  accountId?: string | null;
17070
+ agentType?: string | null;
17041
17071
  status?: string | null;
17042
17072
  emailSubject?: string | null;
17043
17073
  emailBody?: string | null;
@@ -17047,6 +17077,7 @@ export type AutomatedProspectingCampaignsQuery = {
17047
17077
  step?: number | null;
17048
17078
  emailSteps?: number | null;
17049
17079
  contactCount?: number | null;
17080
+ totalPoolCount?: number | null;
17050
17081
  scheduledFor?: any | null;
17051
17082
  notificationSentAt?: any | null;
17052
17083
  sentAt?: any | null;
@@ -17086,6 +17117,7 @@ export type AutomatedProspectingCampaignsQuery = {
17086
17117
  };
17087
17118
  export type AutomatedProspectingConfigQueryVariables = Exact<{
17088
17119
  accountId: Scalars['ID']['input'];
17120
+ agentType?: InputMaybe<Scalars['String']['input']>;
17089
17121
  }>;
17090
17122
  export type AutomatedProspectingConfigQuery = {
17091
17123
  __typename?: 'Query';
@@ -17094,6 +17126,7 @@ export type AutomatedProspectingConfigQuery = {
17094
17126
  id?: string | null;
17095
17127
  userId?: string | null;
17096
17128
  accountId?: string | null;
17129
+ agentType?: string | null;
17097
17130
  buyerDescription?: string | null;
17098
17131
  targetStates?: any | null;
17099
17132
  notificationTime?: string | null;
@@ -17108,6 +17141,9 @@ export type AutomatedProspectingConfigQuery = {
17108
17141
  additionalNotes?: string | null;
17109
17142
  emailTone?: string | null;
17110
17143
  isActive?: boolean | null;
17144
+ dormancyDays?: number | null;
17145
+ emailGoal?: string | null;
17146
+ requireReview?: boolean | null;
17111
17147
  llmParsedIndustries?: any | null;
17112
17148
  llmParsedStates?: any | null;
17113
17149
  nextScheduledAt?: any | null;
@@ -17117,6 +17153,7 @@ export type AutomatedProspectingConfigQuery = {
17117
17153
  };
17118
17154
  export type AutomatedProspectingStatsQueryVariables = Exact<{
17119
17155
  accountId: Scalars['ID']['input'];
17156
+ agentType?: InputMaybe<Scalars['String']['input']>;
17120
17157
  }>;
17121
17158
  export type AutomatedProspectingStatsQuery = {
17122
17159
  __typename?: 'Query';
@@ -17125,6 +17162,7 @@ export type AutomatedProspectingStatsQuery = {
17125
17162
  activeCampaignCount?: number | null;
17126
17163
  contactsReached?: number | null;
17127
17164
  emailsSent?: number | null;
17165
+ totalPool?: number | null;
17128
17166
  replyCount?: number | null;
17129
17167
  replyRate?: number | null;
17130
17168
  } | null;
@@ -33839,6 +33877,7 @@ export declare const AutomatedProspectingCampaignsDocument: Apollo.DocumentNode;
33839
33877
  * variables: {
33840
33878
  * accountId: // value for 'accountId'
33841
33879
  * status: // value for 'status'
33880
+ * agentType: // value for 'agentType'
33842
33881
  * page: // value for 'page'
33843
33882
  * pageSize: // value for 'pageSize'
33844
33883
  * },
@@ -33852,18 +33891,21 @@ export declare function useAutomatedProspectingCampaignsQuery(baseOptions: Apoll
33852
33891
  })): Apollo.QueryResult<AutomatedProspectingCampaignsQuery, Exact<{
33853
33892
  accountId: Scalars["ID"]["input"];
33854
33893
  status?: InputMaybe<Scalars["String"]["input"]>;
33894
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33855
33895
  page?: InputMaybe<Scalars["Int"]["input"]>;
33856
33896
  pageSize?: InputMaybe<Scalars["Int"]["input"]>;
33857
33897
  }>>;
33858
33898
  export declare function useAutomatedProspectingCampaignsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<AutomatedProspectingCampaignsQuery, AutomatedProspectingCampaignsQueryVariables>): Apollo.LazyQueryResultTuple<AutomatedProspectingCampaignsQuery, Exact<{
33859
33899
  accountId: Scalars["ID"]["input"];
33860
33900
  status?: InputMaybe<Scalars["String"]["input"]>;
33901
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33861
33902
  page?: InputMaybe<Scalars["Int"]["input"]>;
33862
33903
  pageSize?: InputMaybe<Scalars["Int"]["input"]>;
33863
33904
  }>>;
33864
33905
  export declare function useAutomatedProspectingCampaignsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<AutomatedProspectingCampaignsQuery, AutomatedProspectingCampaignsQueryVariables>): Apollo.UseSuspenseQueryResult<AutomatedProspectingCampaignsQuery | undefined, Exact<{
33865
33906
  accountId: Scalars["ID"]["input"];
33866
33907
  status?: InputMaybe<Scalars["String"]["input"]>;
33908
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33867
33909
  page?: InputMaybe<Scalars["Int"]["input"]>;
33868
33910
  pageSize?: InputMaybe<Scalars["Int"]["input"]>;
33869
33911
  }>>;
@@ -33885,6 +33927,7 @@ export declare const AutomatedProspectingConfigDocument: Apollo.DocumentNode;
33885
33927
  * const { data, loading, error } = useAutomatedProspectingConfigQuery({
33886
33928
  * variables: {
33887
33929
  * accountId: // value for 'accountId'
33930
+ * agentType: // value for 'agentType'
33888
33931
  * },
33889
33932
  * });
33890
33933
  */
@@ -33895,12 +33938,15 @@ export declare function useAutomatedProspectingConfigQuery(baseOptions: Apollo.Q
33895
33938
  skip: boolean;
33896
33939
  })): Apollo.QueryResult<AutomatedProspectingConfigQuery, Exact<{
33897
33940
  accountId: Scalars["ID"]["input"];
33941
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33898
33942
  }>>;
33899
33943
  export declare function useAutomatedProspectingConfigLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<AutomatedProspectingConfigQuery, AutomatedProspectingConfigQueryVariables>): Apollo.LazyQueryResultTuple<AutomatedProspectingConfigQuery, Exact<{
33900
33944
  accountId: Scalars["ID"]["input"];
33945
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33901
33946
  }>>;
33902
33947
  export declare function useAutomatedProspectingConfigSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<AutomatedProspectingConfigQuery, AutomatedProspectingConfigQueryVariables>): Apollo.UseSuspenseQueryResult<AutomatedProspectingConfigQuery | undefined, Exact<{
33903
33948
  accountId: Scalars["ID"]["input"];
33949
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33904
33950
  }>>;
33905
33951
  export type AutomatedProspectingConfigQueryHookResult = ReturnType<typeof useAutomatedProspectingConfigQuery>;
33906
33952
  export type AutomatedProspectingConfigLazyQueryHookResult = ReturnType<typeof useAutomatedProspectingConfigLazyQuery>;
@@ -33920,6 +33966,7 @@ export declare const AutomatedProspectingStatsDocument: Apollo.DocumentNode;
33920
33966
  * const { data, loading, error } = useAutomatedProspectingStatsQuery({
33921
33967
  * variables: {
33922
33968
  * accountId: // value for 'accountId'
33969
+ * agentType: // value for 'agentType'
33923
33970
  * },
33924
33971
  * });
33925
33972
  */
@@ -33930,12 +33977,15 @@ export declare function useAutomatedProspectingStatsQuery(baseOptions: Apollo.Qu
33930
33977
  skip: boolean;
33931
33978
  })): Apollo.QueryResult<AutomatedProspectingStatsQuery, Exact<{
33932
33979
  accountId: Scalars["ID"]["input"];
33980
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33933
33981
  }>>;
33934
33982
  export declare function useAutomatedProspectingStatsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<AutomatedProspectingStatsQuery, AutomatedProspectingStatsQueryVariables>): Apollo.LazyQueryResultTuple<AutomatedProspectingStatsQuery, Exact<{
33935
33983
  accountId: Scalars["ID"]["input"];
33984
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33936
33985
  }>>;
33937
33986
  export declare function useAutomatedProspectingStatsSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<AutomatedProspectingStatsQuery, AutomatedProspectingStatsQueryVariables>): Apollo.UseSuspenseQueryResult<AutomatedProspectingStatsQuery | undefined, Exact<{
33938
33987
  accountId: Scalars["ID"]["input"];
33988
+ agentType?: InputMaybe<Scalars["String"]["input"]>;
33939
33989
  }>>;
33940
33990
  export type AutomatedProspectingStatsQueryHookResult = ReturnType<typeof useAutomatedProspectingStatsQuery>;
33941
33991
  export type AutomatedProspectingStatsLazyQueryHookResult = ReturnType<typeof useAutomatedProspectingStatsLazyQuery>;
@@ -2083,6 +2083,7 @@ exports.ComposeAutomatedProspectingEmailDocument = (0, client_1.gql) `
2083
2083
  configId
2084
2084
  userId
2085
2085
  accountId
2086
+ agentType
2086
2087
  status
2087
2088
  emailSubject
2088
2089
  emailBody
@@ -2092,6 +2093,7 @@ exports.ComposeAutomatedProspectingEmailDocument = (0, client_1.gql) `
2092
2093
  step
2093
2094
  emailSteps
2094
2095
  contactCount
2096
+ totalPoolCount
2095
2097
  scheduledFor
2096
2098
  notificationSentAt
2097
2099
  sentAt
@@ -6413,6 +6415,7 @@ exports.LaunchAutomatedProspectingDocument = (0, client_1.gql) `
6413
6415
  configId
6414
6416
  userId
6415
6417
  accountId
6418
+ agentType
6416
6419
  status
6417
6420
  emailSubject
6418
6421
  emailBody
@@ -6422,6 +6425,7 @@ exports.LaunchAutomatedProspectingDocument = (0, client_1.gql) `
6422
6425
  step
6423
6426
  emailSteps
6424
6427
  contactCount
6428
+ totalPoolCount
6425
6429
  scheduledFor
6426
6430
  notificationSentAt
6427
6431
  sentAt
@@ -7750,6 +7754,7 @@ exports.SaveAutomatedProspectingConfigDocument = (0, client_1.gql) `
7750
7754
  id
7751
7755
  userId
7752
7756
  accountId
7757
+ agentType
7753
7758
  buyerDescription
7754
7759
  targetStates
7755
7760
  notificationTime
@@ -7764,6 +7769,9 @@ exports.SaveAutomatedProspectingConfigDocument = (0, client_1.gql) `
7764
7769
  additionalNotes
7765
7770
  emailTone
7766
7771
  isActive
7772
+ dormancyDays
7773
+ emailGoal
7774
+ requireReview
7767
7775
  llmParsedIndustries
7768
7776
  llmParsedStates
7769
7777
  nextScheduledAt
@@ -9560,6 +9568,7 @@ exports.UpdateAutomatedProspectingCampaignDocument = (0, client_1.gql) `
9560
9568
  configId
9561
9569
  userId
9562
9570
  accountId
9571
+ agentType
9563
9572
  status
9564
9573
  emailSubject
9565
9574
  emailBody
@@ -9569,6 +9578,7 @@ exports.UpdateAutomatedProspectingCampaignDocument = (0, client_1.gql) `
9569
9578
  step
9570
9579
  emailSteps
9571
9580
  contactCount
9581
+ totalPoolCount
9572
9582
  scheduledFor
9573
9583
  notificationSentAt
9574
9584
  sentAt
@@ -13835,6 +13845,7 @@ exports.AutomatedProspectingCampaignDocument = (0, client_1.gql) `
13835
13845
  configId
13836
13846
  userId
13837
13847
  accountId
13848
+ agentType
13838
13849
  status
13839
13850
  emailSubject
13840
13851
  emailBody
@@ -13844,6 +13855,7 @@ exports.AutomatedProspectingCampaignDocument = (0, client_1.gql) `
13844
13855
  step
13845
13856
  emailSteps
13846
13857
  contactCount
13858
+ totalPoolCount
13847
13859
  scheduledFor
13848
13860
  notificationSentAt
13849
13861
  sentAt
@@ -13909,10 +13921,11 @@ function useAutomatedProspectingCampaignSuspenseQuery(baseOptions) {
13909
13921
  return Apollo.useSuspenseQuery(exports.AutomatedProspectingCampaignDocument, options);
13910
13922
  }
13911
13923
  exports.AutomatedProspectingCampaignsDocument = (0, client_1.gql) `
13912
- query AutomatedProspectingCampaigns($accountId: ID!, $status: String, $page: Int, $pageSize: Int) {
13924
+ query AutomatedProspectingCampaigns($accountId: ID!, $status: String, $agentType: String, $page: Int, $pageSize: Int) {
13913
13925
  automatedProspectingCampaigns(
13914
13926
  accountId: $accountId
13915
13927
  status: $status
13928
+ agentType: $agentType
13916
13929
  page: $page
13917
13930
  pageSize: $pageSize
13918
13931
  ) {
@@ -13921,6 +13934,7 @@ exports.AutomatedProspectingCampaignsDocument = (0, client_1.gql) `
13921
13934
  configId
13922
13935
  userId
13923
13936
  accountId
13937
+ agentType
13924
13938
  status
13925
13939
  emailSubject
13926
13940
  emailBody
@@ -13930,6 +13944,7 @@ exports.AutomatedProspectingCampaignsDocument = (0, client_1.gql) `
13930
13944
  step
13931
13945
  emailSteps
13932
13946
  contactCount
13947
+ totalPoolCount
13933
13948
  scheduledFor
13934
13949
  notificationSentAt
13935
13950
  sentAt
@@ -13982,6 +13997,7 @@ exports.AutomatedProspectingCampaignsDocument = (0, client_1.gql) `
13982
13997
  * variables: {
13983
13998
  * accountId: // value for 'accountId'
13984
13999
  * status: // value for 'status'
14000
+ * agentType: // value for 'agentType'
13985
14001
  * page: // value for 'page'
13986
14002
  * pageSize: // value for 'pageSize'
13987
14003
  * },
@@ -14000,11 +14016,12 @@ function useAutomatedProspectingCampaignsSuspenseQuery(baseOptions) {
14000
14016
  return Apollo.useSuspenseQuery(exports.AutomatedProspectingCampaignsDocument, options);
14001
14017
  }
14002
14018
  exports.AutomatedProspectingConfigDocument = (0, client_1.gql) `
14003
- query AutomatedProspectingConfig($accountId: ID!) {
14004
- automatedProspectingConfig(accountId: $accountId) {
14019
+ query AutomatedProspectingConfig($accountId: ID!, $agentType: String) {
14020
+ automatedProspectingConfig(accountId: $accountId, agentType: $agentType) {
14005
14021
  id
14006
14022
  userId
14007
14023
  accountId
14024
+ agentType
14008
14025
  buyerDescription
14009
14026
  targetStates
14010
14027
  notificationTime
@@ -14019,6 +14036,9 @@ exports.AutomatedProspectingConfigDocument = (0, client_1.gql) `
14019
14036
  additionalNotes
14020
14037
  emailTone
14021
14038
  isActive
14039
+ dormancyDays
14040
+ emailGoal
14041
+ requireReview
14022
14042
  llmParsedIndustries
14023
14043
  llmParsedStates
14024
14044
  nextScheduledAt
@@ -14040,6 +14060,7 @@ exports.AutomatedProspectingConfigDocument = (0, client_1.gql) `
14040
14060
  * const { data, loading, error } = useAutomatedProspectingConfigQuery({
14041
14061
  * variables: {
14042
14062
  * accountId: // value for 'accountId'
14063
+ * agentType: // value for 'agentType'
14043
14064
  * },
14044
14065
  * });
14045
14066
  */
@@ -14056,11 +14077,12 @@ function useAutomatedProspectingConfigSuspenseQuery(baseOptions) {
14056
14077
  return Apollo.useSuspenseQuery(exports.AutomatedProspectingConfigDocument, options);
14057
14078
  }
14058
14079
  exports.AutomatedProspectingStatsDocument = (0, client_1.gql) `
14059
- query AutomatedProspectingStats($accountId: ID!) {
14060
- automatedProspectingStats(accountId: $accountId) {
14080
+ query AutomatedProspectingStats($accountId: ID!, $agentType: String) {
14081
+ automatedProspectingStats(accountId: $accountId, agentType: $agentType) {
14061
14082
  activeCampaignCount
14062
14083
  contactsReached
14063
14084
  emailsSent
14085
+ totalPool
14064
14086
  replyCount
14065
14087
  replyRate
14066
14088
  }
@@ -14079,6 +14101,7 @@ exports.AutomatedProspectingStatsDocument = (0, client_1.gql) `
14079
14101
  * const { data, loading, error } = useAutomatedProspectingStatsQuery({
14080
14102
  * variables: {
14081
14103
  * accountId: // value for 'accountId'
14104
+ * agentType: // value for 'agentType'
14082
14105
  * },
14083
14106
  * });
14084
14107
  */
package/dist/mutations.js CHANGED
@@ -9447,6 +9447,7 @@ mutation SaveAutomatedProspectingConfig($accountId: ID!, $input: AutomatedProspe
9447
9447
  id
9448
9448
  userId
9449
9449
  accountId
9450
+ agentType
9450
9451
  buyerDescription
9451
9452
  targetStates
9452
9453
  notificationTime
@@ -9461,6 +9462,9 @@ mutation SaveAutomatedProspectingConfig($accountId: ID!, $input: AutomatedProspe
9461
9462
  additionalNotes
9462
9463
  emailTone
9463
9464
  isActive
9465
+ dormancyDays
9466
+ emailGoal
9467
+ requireReview
9464
9468
  llmParsedIndustries
9465
9469
  llmParsedStates
9466
9470
  nextScheduledAt
@@ -9479,6 +9483,7 @@ mutation ComposeAutomatedProspectingEmail($configId: ID!) {
9479
9483
  configId
9480
9484
  userId
9481
9485
  accountId
9486
+ agentType
9482
9487
  status
9483
9488
  emailSubject
9484
9489
  emailBody
@@ -9488,6 +9493,7 @@ mutation ComposeAutomatedProspectingEmail($configId: ID!) {
9488
9493
  step
9489
9494
  emailSteps
9490
9495
  contactCount
9496
+ totalPoolCount
9491
9497
  scheduledFor
9492
9498
  notificationSentAt
9493
9499
  sentAt
@@ -9534,6 +9540,7 @@ mutation LaunchAutomatedProspecting($campaignId: ID!, $scheduledFor: DateTime) {
9534
9540
  configId
9535
9541
  userId
9536
9542
  accountId
9543
+ agentType
9537
9544
  status
9538
9545
  emailSubject
9539
9546
  emailBody
@@ -9543,6 +9550,7 @@ mutation LaunchAutomatedProspecting($campaignId: ID!, $scheduledFor: DateTime) {
9543
9550
  step
9544
9551
  emailSteps
9545
9552
  contactCount
9553
+ totalPoolCount
9546
9554
  scheduledFor
9547
9555
  notificationSentAt
9548
9556
  sentAt
@@ -9633,6 +9641,7 @@ mutation UpdateAutomatedProspectingCampaign($attachments: String, $campaignId: I
9633
9641
  configId
9634
9642
  userId
9635
9643
  accountId
9644
+ agentType
9636
9645
  status
9637
9646
  emailSubject
9638
9647
  emailBody
@@ -9642,6 +9651,7 @@ mutation UpdateAutomatedProspectingCampaign($attachments: String, $campaignId: I
9642
9651
  step
9643
9652
  emailSteps
9644
9653
  contactCount
9654
+ totalPoolCount
9645
9655
  scheduledFor
9646
9656
  notificationSentAt
9647
9657
  sentAt
package/dist/queries.js CHANGED
@@ -8931,11 +8931,12 @@ query GooglePlaceDetails($placeId: String!, $fields: String) {
8931
8931
  }
8932
8932
  }`;
8933
8933
  exports.AUTOMATED_PROSPECTING_CONFIG = (0, client_1.gql) `
8934
- query AutomatedProspectingConfig($accountId: ID!) {
8935
- automatedProspectingConfig(accountId: $accountId) {
8934
+ query AutomatedProspectingConfig($accountId: ID!, $agentType: String) {
8935
+ automatedProspectingConfig(accountId: $accountId, agentType: $agentType) {
8936
8936
  id
8937
8937
  userId
8938
8938
  accountId
8939
+ agentType
8939
8940
  buyerDescription
8940
8941
  targetStates
8941
8942
  notificationTime
@@ -8950,6 +8951,9 @@ query AutomatedProspectingConfig($accountId: ID!) {
8950
8951
  additionalNotes
8951
8952
  emailTone
8952
8953
  isActive
8954
+ dormancyDays
8955
+ emailGoal
8956
+ requireReview
8953
8957
  llmParsedIndustries
8954
8958
  llmParsedStates
8955
8959
  nextScheduledAt
@@ -8958,13 +8962,14 @@ query AutomatedProspectingConfig($accountId: ID!) {
8958
8962
  }
8959
8963
  }`;
8960
8964
  exports.AUTOMATED_PROSPECTING_CAMPAIGNS = (0, client_1.gql) `
8961
- query AutomatedProspectingCampaigns($accountId: ID!, $status: String, $page: Int, $pageSize: Int) {
8962
- automatedProspectingCampaigns(accountId: $accountId, status: $status, page: $page, pageSize: $pageSize) {
8965
+ query AutomatedProspectingCampaigns($accountId: ID!, $status: String, $agentType: String, $page: Int, $pageSize: Int) {
8966
+ automatedProspectingCampaigns(accountId: $accountId, status: $status, agentType: $agentType, page: $page, pageSize: $pageSize) {
8963
8967
  items {
8964
8968
  id
8965
8969
  configId
8966
8970
  userId
8967
8971
  accountId
8972
+ agentType
8968
8973
  status
8969
8974
  emailSubject
8970
8975
  emailBody
@@ -8974,6 +8979,7 @@ query AutomatedProspectingCampaigns($accountId: ID!, $status: String, $page: Int
8974
8979
  step
8975
8980
  emailSteps
8976
8981
  contactCount
8982
+ totalPoolCount
8977
8983
  scheduledFor
8978
8984
  notificationSentAt
8979
8985
  sentAt
@@ -9018,6 +9024,7 @@ query AutomatedProspectingCampaign($campaignId: ID!) {
9018
9024
  configId
9019
9025
  userId
9020
9026
  accountId
9027
+ agentType
9021
9028
  status
9022
9029
  emailSubject
9023
9030
  emailBody
@@ -9027,6 +9034,7 @@ query AutomatedProspectingCampaign($campaignId: ID!) {
9027
9034
  step
9028
9035
  emailSteps
9029
9036
  contactCount
9037
+ totalPoolCount
9030
9038
  scheduledFor
9031
9039
  notificationSentAt
9032
9040
  sentAt
@@ -9063,11 +9071,12 @@ query AutomatedProspectingCampaign($campaignId: ID!) {
9063
9071
  }
9064
9072
  }`;
9065
9073
  exports.AUTOMATED_PROSPECTING_STATS = (0, client_1.gql) `
9066
- query AutomatedProspectingStats($accountId: ID!) {
9067
- automatedProspectingStats(accountId: $accountId) {
9074
+ query AutomatedProspectingStats($accountId: ID!, $agentType: String) {
9075
+ automatedProspectingStats(accountId: $accountId, agentType: $agentType) {
9068
9076
  activeCampaignCount
9069
9077
  contactsReached
9070
9078
  emailsSent
9079
+ totalPool
9071
9080
  replyCount
9072
9081
  replyRate
9073
9082
  }
package/dist/sdk.d.ts CHANGED
@@ -152,9 +152,9 @@ export declare class CloudForgeSDK {
152
152
  accountProfile(): Promise<import("@apollo/client").ApolloQueryResult<any>>;
153
153
  accountSubscription(): Promise<import("@apollo/client").ApolloQueryResult<any>>;
154
154
  automatedProspectingCampaign(campaignId: string): Promise<import("@apollo/client").ApolloQueryResult<any>>;
155
- automatedProspectingCampaigns(accountId: string, status?: string, page?: number, pageSize?: number): Promise<import("@apollo/client").ApolloQueryResult<any>>;
156
- automatedProspectingConfig(accountId: string): Promise<import("@apollo/client").ApolloQueryResult<any>>;
157
- automatedProspectingStats(accountId: string): Promise<import("@apollo/client").ApolloQueryResult<any>>;
155
+ automatedProspectingCampaigns(accountId: string, status?: string, agentType?: string, page?: number, pageSize?: number): Promise<import("@apollo/client").ApolloQueryResult<any>>;
156
+ automatedProspectingConfig(accountId: string, agentType?: string): Promise<import("@apollo/client").ApolloQueryResult<any>>;
157
+ automatedProspectingStats(accountId: string, agentType?: string): Promise<import("@apollo/client").ApolloQueryResult<any>>;
158
158
  businessProfile(): Promise<import("@apollo/client").ApolloQueryResult<any>>;
159
159
  callCampaign(id: string): Promise<import("@apollo/client").ApolloQueryResult<any>>;
160
160
  callCampaignAnalytics(campaignId?: string, startDate?: string, endDate?: string): Promise<import("@apollo/client").ApolloQueryResult<any>>;
package/dist/sdk.js CHANGED
@@ -891,22 +891,22 @@ class CloudForgeSDK {
891
891
  variables: { campaignId }
892
892
  });
893
893
  }
894
- async automatedProspectingCampaigns(accountId, status, page, pageSize) {
894
+ async automatedProspectingCampaigns(accountId, status, agentType, page, pageSize) {
895
895
  return this.apolloClient.query({
896
896
  query: queries_1.AUTOMATED_PROSPECTING_CAMPAIGNS,
897
- variables: { accountId, status, page, pageSize }
897
+ variables: { accountId, status, agentType, page, pageSize }
898
898
  });
899
899
  }
900
- async automatedProspectingConfig(accountId) {
900
+ async automatedProspectingConfig(accountId, agentType) {
901
901
  return this.apolloClient.query({
902
902
  query: queries_1.AUTOMATED_PROSPECTING_CONFIG,
903
- variables: { accountId }
903
+ variables: { accountId, agentType }
904
904
  });
905
905
  }
906
- async automatedProspectingStats(accountId) {
906
+ async automatedProspectingStats(accountId, agentType) {
907
907
  return this.apolloClient.query({
908
908
  query: queries_1.AUTOMATED_PROSPECTING_STATS,
909
- variables: { accountId }
909
+ variables: { accountId, agentType }
910
910
  });
911
911
  }
912
912
  async businessProfile() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",