@ayasofyazilim/saas 0.0.95 → 0.0.96

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.
@@ -9,7 +9,6 @@ import { AbpApplicationLocalizationService } from './services.gen';
9
9
  import { AffiliationCodeService } from './services.gen';
10
10
  import { CustomsService } from './services.gen';
11
11
  import { IndividualService } from './services.gen';
12
- import { IndividualIntegrationService } from './services.gen';
13
12
  import { MerchantService } from './services.gen';
14
13
  import { MerchantIntegrationService } from './services.gen';
15
14
  import { OrganizationService } from './services.gen';
@@ -29,7 +28,6 @@ export class CRMServiceClient {
29
28
  public readonly affiliationCode: AffiliationCodeService;
30
29
  public readonly customs: CustomsService;
31
30
  public readonly individual: IndividualService;
32
- public readonly individualIntegration: IndividualIntegrationService;
33
31
  public readonly merchant: MerchantService;
34
32
  public readonly merchantIntegration: MerchantIntegrationService;
35
33
  public readonly organization: OrganizationService;
@@ -64,7 +62,6 @@ export class CRMServiceClient {
64
62
  this.affiliationCode = new AffiliationCodeService(this.request);
65
63
  this.customs = new CustomsService(this.request);
66
64
  this.individual = new IndividualService(this.request);
67
- this.individualIntegration = new IndividualIntegrationService(this.request);
68
65
  this.merchant = new MerchantService(this.request);
69
66
  this.merchantIntegration = new MerchantIntegrationService(this.request);
70
67
  this.organization = new OrganizationService(this.request);