@infisale-client/api 1.3.68 → 1.3.70

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/dist/api/api.d.ts CHANGED
@@ -2714,6 +2714,60 @@ export interface ICompany {
2714
2714
  * @memberof ICompany
2715
2715
  */
2716
2716
  'passwordActive'?: boolean;
2717
+ /**
2718
+ * Storefront cache aktif mi?
2719
+ * @type {boolean}
2720
+ * @memberof ICompany
2721
+ */
2722
+ 'cacheActive'?: boolean;
2723
+ /**
2724
+ *
2725
+ * @type {string}
2726
+ * @memberof ICompany
2727
+ */
2728
+ 'serviceAccountId'?: string;
2729
+ /**
2730
+ *
2731
+ * @type {string}
2732
+ * @memberof ICompany
2733
+ */
2734
+ 'scDomain'?: string;
2735
+ /**
2736
+ *
2737
+ * @type {string}
2738
+ * @memberof ICompany
2739
+ */
2740
+ 'gscVerificationToken'?: string;
2741
+ /**
2742
+ *
2743
+ * @type {string}
2744
+ * @memberof ICompany
2745
+ */
2746
+ 'gscVerificationStatus'?: ICompanyGscVerificationStatusEnum;
2747
+ /**
2748
+ *
2749
+ * @type {UpdateServiceAccountsCompanyRequestCloudflare}
2750
+ * @memberof ICompany
2751
+ */
2752
+ 'cloudflare'?: UpdateServiceAccountsCompanyRequestCloudflare;
2753
+ /**
2754
+ *
2755
+ * @type {string}
2756
+ * @memberof ICompany
2757
+ */
2758
+ 'rentalStatus'?: ICompanyRentalStatusEnum;
2759
+ /**
2760
+ *
2761
+ * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
2762
+ * @memberof ICompany
2763
+ */
2764
+ 'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
2765
+ /**
2766
+ *
2767
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
2768
+ * @memberof ICompany
2769
+ */
2770
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
2717
2771
  /**
2718
2772
  *
2719
2773
  * @type {CompanyStatusEnum}
@@ -2744,7 +2798,25 @@ export interface ICompany {
2744
2798
  * @memberof ICompany
2745
2799
  */
2746
2800
  'storageUsageBytes': number;
2801
+ /**
2802
+ *
2803
+ * @type {Array<string>}
2804
+ * @memberof ICompany
2805
+ */
2806
+ 'seoCompetitors'?: Array<string>;
2747
2807
  }
2808
+ export declare const ICompanyGscVerificationStatusEnum: {
2809
+ readonly UNVERIFIED: "UNVERIFIED";
2810
+ readonly PENDING_DNS: "PENDING_DNS";
2811
+ readonly VERIFIED: "VERIFIED";
2812
+ readonly FAILED: "FAILED";
2813
+ };
2814
+ export type ICompanyGscVerificationStatusEnum = typeof ICompanyGscVerificationStatusEnum[keyof typeof ICompanyGscVerificationStatusEnum];
2815
+ export declare const ICompanyRentalStatusEnum: {
2816
+ readonly VACANT: "VACANT";
2817
+ readonly RENTED: "RENTED";
2818
+ };
2819
+ export type ICompanyRentalStatusEnum = typeof ICompanyRentalStatusEnum[keyof typeof ICompanyRentalStatusEnum];
2748
2820
  /**
2749
2821
  *
2750
2822
  * @export
@@ -2975,6 +3047,60 @@ export interface ICompanyAdminResponse {
2975
3047
  * @memberof ICompanyAdminResponse
2976
3048
  */
2977
3049
  'passwordActive'?: boolean;
3050
+ /**
3051
+ * Storefront cache aktif mi?
3052
+ * @type {boolean}
3053
+ * @memberof ICompanyAdminResponse
3054
+ */
3055
+ 'cacheActive'?: boolean;
3056
+ /**
3057
+ *
3058
+ * @type {string}
3059
+ * @memberof ICompanyAdminResponse
3060
+ */
3061
+ 'serviceAccountId'?: string;
3062
+ /**
3063
+ *
3064
+ * @type {string}
3065
+ * @memberof ICompanyAdminResponse
3066
+ */
3067
+ 'scDomain'?: string;
3068
+ /**
3069
+ *
3070
+ * @type {string}
3071
+ * @memberof ICompanyAdminResponse
3072
+ */
3073
+ 'gscVerificationToken'?: string;
3074
+ /**
3075
+ *
3076
+ * @type {string}
3077
+ * @memberof ICompanyAdminResponse
3078
+ */
3079
+ 'gscVerificationStatus'?: ICompanyAdminResponseGscVerificationStatusEnum;
3080
+ /**
3081
+ *
3082
+ * @type {UpdateServiceAccountsCompanyRequestCloudflare}
3083
+ * @memberof ICompanyAdminResponse
3084
+ */
3085
+ 'cloudflare'?: UpdateServiceAccountsCompanyRequestCloudflare;
3086
+ /**
3087
+ *
3088
+ * @type {string}
3089
+ * @memberof ICompanyAdminResponse
3090
+ */
3091
+ 'rentalStatus'?: ICompanyAdminResponseRentalStatusEnum;
3092
+ /**
3093
+ *
3094
+ * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
3095
+ * @memberof ICompanyAdminResponse
3096
+ */
3097
+ 'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
3098
+ /**
3099
+ *
3100
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
3101
+ * @memberof ICompanyAdminResponse
3102
+ */
3103
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
2978
3104
  /**
2979
3105
  *
2980
3106
  * @type {string}
@@ -2993,6 +3119,12 @@ export interface ICompanyAdminResponse {
2993
3119
  * @memberof ICompanyAdminResponse
2994
3120
  */
2995
3121
  'storageUsageBytes': number;
3122
+ /**
3123
+ *
3124
+ * @type {Array<string>}
3125
+ * @memberof ICompanyAdminResponse
3126
+ */
3127
+ 'seoCompetitors'?: Array<string>;
2996
3128
  /**
2997
3129
  *
2998
3130
  * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
@@ -3083,17 +3215,35 @@ export interface ICompanyAdminResponse {
3083
3215
  'accountAccess': boolean;
3084
3216
  /**
3085
3217
  *
3086
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
3218
+ * @type {IPlanResponse}
3087
3219
  * @memberof ICompanyAdminResponse
3088
3220
  */
3089
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
3221
+ '_plan'?: IPlanResponse;
3090
3222
  /**
3091
3223
  *
3092
- * @type {IPlanResponse}
3224
+ * @type {string}
3093
3225
  * @memberof ICompanyAdminResponse
3094
3226
  */
3095
- '_plan'?: IPlanResponse;
3227
+ 'version'?: string;
3228
+ /**
3229
+ *
3230
+ * @type {string}
3231
+ * @memberof ICompanyAdminResponse
3232
+ */
3233
+ 'contentHash'?: string;
3096
3234
  }
3235
+ export declare const ICompanyAdminResponseGscVerificationStatusEnum: {
3236
+ readonly UNVERIFIED: "UNVERIFIED";
3237
+ readonly PENDING_DNS: "PENDING_DNS";
3238
+ readonly VERIFIED: "VERIFIED";
3239
+ readonly FAILED: "FAILED";
3240
+ };
3241
+ export type ICompanyAdminResponseGscVerificationStatusEnum = typeof ICompanyAdminResponseGscVerificationStatusEnum[keyof typeof ICompanyAdminResponseGscVerificationStatusEnum];
3242
+ export declare const ICompanyAdminResponseRentalStatusEnum: {
3243
+ readonly VACANT: "VACANT";
3244
+ readonly RENTED: "RENTED";
3245
+ };
3246
+ export type ICompanyAdminResponseRentalStatusEnum = typeof ICompanyAdminResponseRentalStatusEnum[keyof typeof ICompanyAdminResponseRentalStatusEnum];
3097
3247
  /**
3098
3248
  *
3099
3249
  * @export
@@ -3723,6 +3873,54 @@ export interface ICompanyPatchRequest {
3723
3873
  * @memberof ICompanyPatchRequest
3724
3874
  */
3725
3875
  'passwordActive'?: boolean;
3876
+ /**
3877
+ * Storefront cache aktif mi?
3878
+ * @type {boolean}
3879
+ * @memberof ICompanyPatchRequest
3880
+ */
3881
+ 'cacheActive'?: boolean;
3882
+ /**
3883
+ *
3884
+ * @type {string}
3885
+ * @memberof ICompanyPatchRequest
3886
+ */
3887
+ 'serviceAccountId'?: string;
3888
+ /**
3889
+ *
3890
+ * @type {string}
3891
+ * @memberof ICompanyPatchRequest
3892
+ */
3893
+ 'scDomain'?: string;
3894
+ /**
3895
+ *
3896
+ * @type {string}
3897
+ * @memberof ICompanyPatchRequest
3898
+ */
3899
+ 'gscVerificationToken'?: string;
3900
+ /**
3901
+ *
3902
+ * @type {string}
3903
+ * @memberof ICompanyPatchRequest
3904
+ */
3905
+ 'gscVerificationStatus'?: ICompanyPatchRequestGscVerificationStatusEnum;
3906
+ /**
3907
+ *
3908
+ * @type {UpdateServiceAccountsCompanyRequestCloudflare}
3909
+ * @memberof ICompanyPatchRequest
3910
+ */
3911
+ 'cloudflare'?: UpdateServiceAccountsCompanyRequestCloudflare;
3912
+ /**
3913
+ *
3914
+ * @type {string}
3915
+ * @memberof ICompanyPatchRequest
3916
+ */
3917
+ 'rentalStatus'?: ICompanyPatchRequestRentalStatusEnum;
3918
+ /**
3919
+ *
3920
+ * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
3921
+ * @memberof ICompanyPatchRequest
3922
+ */
3923
+ 'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
3726
3924
  /**
3727
3925
  *
3728
3926
  * @type {string}
@@ -3735,7 +3933,25 @@ export interface ICompanyPatchRequest {
3735
3933
  * @memberof ICompanyPatchRequest
3736
3934
  */
3737
3935
  'allowGuestCheckout'?: boolean;
3936
+ /**
3937
+ *
3938
+ * @type {Array<string>}
3939
+ * @memberof ICompanyPatchRequest
3940
+ */
3941
+ 'seoCompetitors'?: Array<string>;
3738
3942
  }
3943
+ export declare const ICompanyPatchRequestGscVerificationStatusEnum: {
3944
+ readonly UNVERIFIED: "UNVERIFIED";
3945
+ readonly PENDING_DNS: "PENDING_DNS";
3946
+ readonly VERIFIED: "VERIFIED";
3947
+ readonly FAILED: "FAILED";
3948
+ };
3949
+ export type ICompanyPatchRequestGscVerificationStatusEnum = typeof ICompanyPatchRequestGscVerificationStatusEnum[keyof typeof ICompanyPatchRequestGscVerificationStatusEnum];
3950
+ export declare const ICompanyPatchRequestRentalStatusEnum: {
3951
+ readonly VACANT: "VACANT";
3952
+ readonly RENTED: "RENTED";
3953
+ };
3954
+ export type ICompanyPatchRequestRentalStatusEnum = typeof ICompanyPatchRequestRentalStatusEnum[keyof typeof ICompanyPatchRequestRentalStatusEnum];
3739
3955
  /**
3740
3956
  *
3741
3957
  * @export
@@ -4114,6 +4330,60 @@ export interface ICompanyResponse {
4114
4330
  * @memberof ICompanyResponse
4115
4331
  */
4116
4332
  'passwordActive'?: boolean;
4333
+ /**
4334
+ * Storefront cache aktif mi?
4335
+ * @type {boolean}
4336
+ * @memberof ICompanyResponse
4337
+ */
4338
+ 'cacheActive'?: boolean;
4339
+ /**
4340
+ *
4341
+ * @type {string}
4342
+ * @memberof ICompanyResponse
4343
+ */
4344
+ 'serviceAccountId'?: string;
4345
+ /**
4346
+ *
4347
+ * @type {string}
4348
+ * @memberof ICompanyResponse
4349
+ */
4350
+ 'scDomain'?: string;
4351
+ /**
4352
+ *
4353
+ * @type {string}
4354
+ * @memberof ICompanyResponse
4355
+ */
4356
+ 'gscVerificationToken'?: string;
4357
+ /**
4358
+ *
4359
+ * @type {string}
4360
+ * @memberof ICompanyResponse
4361
+ */
4362
+ 'gscVerificationStatus'?: ICompanyResponseGscVerificationStatusEnum;
4363
+ /**
4364
+ *
4365
+ * @type {UpdateServiceAccountsCompanyRequestCloudflare}
4366
+ * @memberof ICompanyResponse
4367
+ */
4368
+ 'cloudflare'?: UpdateServiceAccountsCompanyRequestCloudflare;
4369
+ /**
4370
+ *
4371
+ * @type {string}
4372
+ * @memberof ICompanyResponse
4373
+ */
4374
+ 'rentalStatus'?: ICompanyResponseRentalStatusEnum;
4375
+ /**
4376
+ *
4377
+ * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
4378
+ * @memberof ICompanyResponse
4379
+ */
4380
+ 'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
4381
+ /**
4382
+ *
4383
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
4384
+ * @memberof ICompanyResponse
4385
+ */
4386
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
4117
4387
  /**
4118
4388
  *
4119
4389
  * @type {string}
@@ -4132,6 +4402,12 @@ export interface ICompanyResponse {
4132
4402
  * @memberof ICompanyResponse
4133
4403
  */
4134
4404
  'storageUsageBytes': number;
4405
+ /**
4406
+ *
4407
+ * @type {Array<string>}
4408
+ * @memberof ICompanyResponse
4409
+ */
4410
+ 'seoCompetitors'?: Array<string>;
4135
4411
  /**
4136
4412
  *
4137
4413
  * @type {PickICompanyNameOrDomainsOrIdOrLanguage}
@@ -4202,11 +4478,23 @@ export interface ICompanyResponse {
4202
4478
  'accountAccess': boolean;
4203
4479
  /**
4204
4480
  *
4205
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
4481
+ * @type {string}
4206
4482
  * @memberof ICompanyResponse
4207
4483
  */
4208
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
4484
+ 'version'?: string;
4209
4485
  }
4486
+ export declare const ICompanyResponseGscVerificationStatusEnum: {
4487
+ readonly UNVERIFIED: "UNVERIFIED";
4488
+ readonly PENDING_DNS: "PENDING_DNS";
4489
+ readonly VERIFIED: "VERIFIED";
4490
+ readonly FAILED: "FAILED";
4491
+ };
4492
+ export type ICompanyResponseGscVerificationStatusEnum = typeof ICompanyResponseGscVerificationStatusEnum[keyof typeof ICompanyResponseGscVerificationStatusEnum];
4493
+ export declare const ICompanyResponseRentalStatusEnum: {
4494
+ readonly VACANT: "VACANT";
4495
+ readonly RENTED: "RENTED";
4496
+ };
4497
+ export type ICompanyResponseRentalStatusEnum = typeof ICompanyResponseRentalStatusEnum[keyof typeof ICompanyResponseRentalStatusEnum];
4210
4498
  /**
4211
4499
  *
4212
4500
  * @export
@@ -9519,79 +9807,178 @@ export interface IReviewResponse {
9519
9807
  /**
9520
9808
  *
9521
9809
  * @export
9522
- * @interface ISitemapResponse
9810
+ * @interface ISeoRankTrackPatchRequest
9523
9811
  */
9524
- export interface ISitemapResponse {
9812
+ export interface ISeoRankTrackPatchRequest {
9525
9813
  /**
9526
9814
  *
9527
- * @type {LanguageEnum}
9528
- * @memberof ISitemapResponse
9815
+ * @type {string}
9816
+ * @memberof ISeoRankTrackPatchRequest
9529
9817
  */
9530
- 'companyDefaultLanguage': LanguageEnum;
9818
+ 'keyword'?: string;
9531
9819
  /**
9532
9820
  *
9533
- * @type {Array<ISitemapResponseSlugsInner>}
9534
- * @memberof ISitemapResponse
9821
+ * @type {number}
9822
+ * @memberof ISeoRankTrackPatchRequest
9535
9823
  */
9536
- 'slugs': Array<ISitemapResponseSlugsInner>;
9824
+ 'intervalSeconds'?: number;
9825
+ /**
9826
+ *
9827
+ * @type {boolean}
9828
+ * @memberof ISeoRankTrackPatchRequest
9829
+ */
9830
+ 'isActive'?: boolean;
9537
9831
  }
9538
9832
  /**
9539
9833
  *
9540
9834
  * @export
9541
- * @interface ISitemapResponseSlugsInner
9835
+ * @interface ISeoRankTrackPostRequest
9542
9836
  */
9543
- export interface ISitemapResponseSlugsInner {
9837
+ export interface ISeoRankTrackPostRequest {
9544
9838
  /**
9545
9839
  *
9546
9840
  * @type {string}
9547
- * @memberof ISitemapResponseSlugsInner
9841
+ * @memberof ISeoRankTrackPostRequest
9548
9842
  */
9549
- 'updatedAt': string;
9843
+ 'companyId': string;
9550
9844
  /**
9551
9845
  *
9552
9846
  * @type {string}
9553
- * @memberof ISitemapResponseSlugsInner
9847
+ * @memberof ISeoRankTrackPostRequest
9554
9848
  */
9555
- 'slug': string;
9849
+ 'keyword': string;
9556
9850
  /**
9557
9851
  *
9558
- * @type {LanguageEnum}
9559
- * @memberof ISitemapResponseSlugsInner
9852
+ * @type {number}
9853
+ * @memberof ISeoRankTrackPostRequest
9560
9854
  */
9561
- 'lang': LanguageEnum;
9855
+ 'intervalSeconds': number;
9562
9856
  }
9563
9857
  /**
9564
9858
  *
9565
9859
  * @export
9566
- * @interface ISitemapsResponse
9860
+ * @interface IServiceAccountPostRequest
9567
9861
  */
9568
- export interface ISitemapsResponse {
9862
+ export interface IServiceAccountPostRequest {
9569
9863
  /**
9570
9864
  *
9571
- * @type {Array<ISitemapsResponseDataInner>}
9572
- * @memberof ISitemapsResponse
9865
+ * @type {string}
9866
+ * @memberof IServiceAccountPostRequest
9573
9867
  */
9574
- 'data': Array<ISitemapsResponseDataInner>;
9575
- }
9576
- /**
9577
- *
9578
- * @export
9579
- * @interface ISitemapsResponseDataInner
9580
- */
9581
- export interface ISitemapsResponseDataInner {
9868
+ 'clientEmail': string;
9582
9869
  /**
9583
9870
  *
9584
- * @type {Array<number>}
9585
- * @memberof ISitemapsResponseDataInner
9871
+ * @type {string}
9872
+ * @memberof IServiceAccountPostRequest
9586
9873
  */
9587
- 'pages': Array<number>;
9874
+ 'privateKey': string;
9588
9875
  /**
9589
9876
  *
9590
- * @type {SitemapTypeEnum}
9591
- * @memberof ISitemapsResponseDataInner
9877
+ * @type {string}
9878
+ * @memberof IServiceAccountPostRequest
9592
9879
  */
9593
- 'type': SitemapTypeEnum;
9594
- }
9880
+ 'projectId': string;
9881
+ /**
9882
+ *
9883
+ * @type {string}
9884
+ * @memberof IServiceAccountPostRequest
9885
+ */
9886
+ 'status'?: IServiceAccountPostRequestStatusEnum;
9887
+ /**
9888
+ *
9889
+ * @type {number}
9890
+ * @memberof IServiceAccountPostRequest
9891
+ */
9892
+ 'maxCapacity'?: number;
9893
+ /**
9894
+ *
9895
+ * @type {Array<string>}
9896
+ * @memberof IServiceAccountPostRequest
9897
+ */
9898
+ 'labels'?: Array<string>;
9899
+ }
9900
+ export declare const IServiceAccountPostRequestStatusEnum: {
9901
+ readonly ACTIVE: "ACTIVE";
9902
+ readonly SUSPENDED: "SUSPENDED";
9903
+ readonly RATE_LIMITED: "RATE_LIMITED";
9904
+ };
9905
+ export type IServiceAccountPostRequestStatusEnum = typeof IServiceAccountPostRequestStatusEnum[keyof typeof IServiceAccountPostRequestStatusEnum];
9906
+ /**
9907
+ *
9908
+ * @export
9909
+ * @interface ISitemapResponse
9910
+ */
9911
+ export interface ISitemapResponse {
9912
+ /**
9913
+ *
9914
+ * @type {LanguageEnum}
9915
+ * @memberof ISitemapResponse
9916
+ */
9917
+ 'companyDefaultLanguage': LanguageEnum;
9918
+ /**
9919
+ *
9920
+ * @type {Array<ISitemapResponseSlugsInner>}
9921
+ * @memberof ISitemapResponse
9922
+ */
9923
+ 'slugs': Array<ISitemapResponseSlugsInner>;
9924
+ }
9925
+ /**
9926
+ *
9927
+ * @export
9928
+ * @interface ISitemapResponseSlugsInner
9929
+ */
9930
+ export interface ISitemapResponseSlugsInner {
9931
+ /**
9932
+ *
9933
+ * @type {string}
9934
+ * @memberof ISitemapResponseSlugsInner
9935
+ */
9936
+ 'updatedAt': string;
9937
+ /**
9938
+ *
9939
+ * @type {string}
9940
+ * @memberof ISitemapResponseSlugsInner
9941
+ */
9942
+ 'slug': string;
9943
+ /**
9944
+ *
9945
+ * @type {LanguageEnum}
9946
+ * @memberof ISitemapResponseSlugsInner
9947
+ */
9948
+ 'lang': LanguageEnum;
9949
+ }
9950
+ /**
9951
+ *
9952
+ * @export
9953
+ * @interface ISitemapsResponse
9954
+ */
9955
+ export interface ISitemapsResponse {
9956
+ /**
9957
+ *
9958
+ * @type {Array<ISitemapsResponseDataInner>}
9959
+ * @memberof ISitemapsResponse
9960
+ */
9961
+ 'data': Array<ISitemapsResponseDataInner>;
9962
+ }
9963
+ /**
9964
+ *
9965
+ * @export
9966
+ * @interface ISitemapsResponseDataInner
9967
+ */
9968
+ export interface ISitemapsResponseDataInner {
9969
+ /**
9970
+ *
9971
+ * @type {Array<number>}
9972
+ * @memberof ISitemapsResponseDataInner
9973
+ */
9974
+ 'pages': Array<number>;
9975
+ /**
9976
+ *
9977
+ * @type {SitemapTypeEnum}
9978
+ * @memberof ISitemapsResponseDataInner
9979
+ */
9980
+ 'type': SitemapTypeEnum;
9981
+ }
9595
9982
  /**
9596
9983
  *
9597
9984
  * @export
@@ -10347,6 +10734,12 @@ export interface IThemeResponse {
10347
10734
  'config': {
10348
10735
  [key: string]: any;
10349
10736
  };
10737
+ /**
10738
+ *
10739
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10740
+ * @memberof IThemeResponse
10741
+ */
10742
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10350
10743
  /**
10351
10744
  *
10352
10745
  * @type {Array<string>}
@@ -10371,12 +10764,6 @@ export interface IThemeResponse {
10371
10764
  * @memberof IThemeResponse
10372
10765
  */
10373
10766
  'lastVersion': string;
10374
- /**
10375
- *
10376
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10377
- * @memberof IThemeResponse
10378
- */
10379
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10380
10767
  /**
10381
10768
  *
10382
10769
  * @type {Array<ThemeKeywordEnum>}
@@ -10607,6 +10994,12 @@ export interface IThemesResponseData {
10607
10994
  'config': {
10608
10995
  [key: string]: any;
10609
10996
  };
10997
+ /**
10998
+ *
10999
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
11000
+ * @memberof IThemesResponseData
11001
+ */
11002
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10610
11003
  /**
10611
11004
  * Make all properties in T optional
10612
11005
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -10633,12 +11026,6 @@ export interface IThemesResponseData {
10633
11026
  * @memberof IThemesResponseData
10634
11027
  */
10635
11028
  'creator'?: string;
10636
- /**
10637
- *
10638
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10639
- * @memberof IThemesResponseData
10640
- */
10641
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10642
11029
  /**
10643
11030
  *
10644
11031
  * @type {Array<ThemeKeywordEnum>}
@@ -10772,6 +11159,12 @@ export interface IThemesResponseDataMain {
10772
11159
  'config': {
10773
11160
  [key: string]: any;
10774
11161
  };
11162
+ /**
11163
+ *
11164
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
11165
+ * @memberof IThemesResponseDataMain
11166
+ */
11167
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10775
11168
  /**
10776
11169
  * Make all properties in T optional
10777
11170
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentArrayValue; }}
@@ -10798,12 +11191,6 @@ export interface IThemesResponseDataMain {
10798
11191
  * @memberof IThemesResponseDataMain
10799
11192
  */
10800
11193
  'creator'?: string;
10801
- /**
10802
- *
10803
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10804
- * @memberof IThemesResponseDataMain
10805
- */
10806
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10807
11194
  /**
10808
11195
  *
10809
11196
  * @type {Array<ThemeKeywordEnum>}
@@ -12648,6 +13035,60 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
12648
13035
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
12649
13036
  */
12650
13037
  'passwordActive'?: boolean;
13038
+ /**
13039
+ * Storefront cache aktif mi?
13040
+ * @type {boolean}
13041
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13042
+ */
13043
+ 'cacheActive'?: boolean;
13044
+ /**
13045
+ *
13046
+ * @type {string}
13047
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13048
+ */
13049
+ 'serviceAccountId'?: string;
13050
+ /**
13051
+ *
13052
+ * @type {string}
13053
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13054
+ */
13055
+ 'scDomain'?: string;
13056
+ /**
13057
+ *
13058
+ * @type {string}
13059
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13060
+ */
13061
+ 'gscVerificationToken'?: string;
13062
+ /**
13063
+ *
13064
+ * @type {string}
13065
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13066
+ */
13067
+ 'gscVerificationStatus'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum;
13068
+ /**
13069
+ *
13070
+ * @type {UpdateServiceAccountsCompanyRequestCloudflare}
13071
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13072
+ */
13073
+ 'cloudflare'?: UpdateServiceAccountsCompanyRequestCloudflare;
13074
+ /**
13075
+ *
13076
+ * @type {string}
13077
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13078
+ */
13079
+ 'rentalStatus'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum;
13080
+ /**
13081
+ *
13082
+ * @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
13083
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13084
+ */
13085
+ 'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
13086
+ /**
13087
+ *
13088
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
13089
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13090
+ */
13091
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
12651
13092
  /**
12652
13093
  *
12653
13094
  * @type {string}
@@ -12666,7 +13107,25 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
12666
13107
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
12667
13108
  */
12668
13109
  'storageUsageBytes': number;
13110
+ /**
13111
+ *
13112
+ * @type {Array<string>}
13113
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13114
+ */
13115
+ 'seoCompetitors'?: Array<string>;
12669
13116
  }
13117
+ export declare const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum: {
13118
+ readonly UNVERIFIED: "UNVERIFIED";
13119
+ readonly PENDING_DNS: "PENDING_DNS";
13120
+ readonly VERIFIED: "VERIFIED";
13121
+ readonly FAILED: "FAILED";
13122
+ };
13123
+ export type PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum = typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum[keyof typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum];
13124
+ export declare const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum: {
13125
+ readonly VACANT: "VACANT";
13126
+ readonly RENTED: "RENTED";
13127
+ };
13128
+ export type PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum = typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum[keyof typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum];
12670
13129
  /**
12671
13130
  *
12672
13131
  * @export
@@ -12723,6 +13182,31 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPo
12723
13182
  */
12724
13183
  'distanceSalesAgreement'?: PartialRecordLanguageEnumString;
12725
13184
  }
13185
+ /**
13186
+ *
13187
+ * @export
13188
+ * @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
13189
+ */
13190
+ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails {
13191
+ /**
13192
+ *
13193
+ * @type {string}
13194
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
13195
+ */
13196
+ 'tenantEsnafId'?: string;
13197
+ /**
13198
+ *
13199
+ * @type {string}
13200
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
13201
+ */
13202
+ 'fallbackPhoneNumber'?: string;
13203
+ /**
13204
+ *
13205
+ * @type {string}
13206
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
13207
+ */
13208
+ 'phoneNumber'?: string;
13209
+ }
12726
13210
  /**
12727
13211
  * From T, pick a set of properties whose keys are in the union K
12728
13212
  * @export
@@ -14217,6 +14701,12 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
14217
14701
  'config': {
14218
14702
  [key: string]: any;
14219
14703
  };
14704
+ /**
14705
+ *
14706
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14707
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
14708
+ */
14709
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14220
14710
  /**
14221
14711
  *
14222
14712
  * @type {Array<string>}
@@ -14241,12 +14731,6 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
14241
14731
  * @memberof PickIThemeExcludeKeyofIThemeGroups
14242
14732
  */
14243
14733
  'lastVersion': string;
14244
- /**
14245
- *
14246
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14247
- * @memberof PickIThemeExcludeKeyofIThemeGroups
14248
- */
14249
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14250
14734
  /**
14251
14735
  *
14252
14736
  * @type {Array<ThemeKeywordEnum>}
@@ -14365,6 +14849,12 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
14365
14849
  'config': {
14366
14850
  [key: string]: any;
14367
14851
  };
14852
+ /**
14853
+ *
14854
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14855
+ * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14856
+ */
14857
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14368
14858
  /**
14369
14859
  * Make all properties in T optional
14370
14860
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentArrayValue; }}
@@ -14391,12 +14881,6 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
14391
14881
  * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14392
14882
  */
14393
14883
  'creator'?: string;
14394
- /**
14395
- *
14396
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14397
- * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14398
- */
14399
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14400
14884
  /**
14401
14885
  *
14402
14886
  * @type {Array<ThemeKeywordEnum>}
@@ -14478,6 +14962,12 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
14478
14962
  'config': {
14479
14963
  [key: string]: any;
14480
14964
  };
14965
+ /**
14966
+ *
14967
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14968
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14969
+ */
14970
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14481
14971
  /**
14482
14972
  * Make all properties in T optional
14483
14973
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -14504,12 +14994,6 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
14504
14994
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14505
14995
  */
14506
14996
  'creator'?: string;
14507
- /**
14508
- *
14509
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14510
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14511
- */
14512
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14513
14997
  /**
14514
14998
  *
14515
14999
  * @type {Array<ThemeKeywordEnum>}
@@ -15475,23 +15959,115 @@ export interface UpdateReviewStatusRequest {
15475
15959
  /**
15476
15960
  *
15477
15961
  * @export
15478
- * @enum {string}
15962
+ * @interface UpdateServiceAccountsCompanyRequest
15479
15963
  */
15480
- export declare const UserRoleEnum: {
15481
- readonly ADMIN: "admin";
15482
- readonly USER: "user";
15483
- readonly SUPER_ADMIN: "super_admin";
15964
+ export interface UpdateServiceAccountsCompanyRequest {
15965
+ /**
15966
+ *
15967
+ * @type {UpdateServiceAccountsCompanyRequestCloudflare}
15968
+ * @memberof UpdateServiceAccountsCompanyRequest
15969
+ */
15970
+ 'cloudflare'?: UpdateServiceAccountsCompanyRequestCloudflare;
15971
+ /**
15972
+ *
15973
+ * @type {UpdateServiceAccountsCompanyRequestRentalDetails}
15974
+ * @memberof UpdateServiceAccountsCompanyRequest
15975
+ */
15976
+ 'rentalDetails'?: UpdateServiceAccountsCompanyRequestRentalDetails;
15977
+ /**
15978
+ *
15979
+ * @type {string}
15980
+ * @memberof UpdateServiceAccountsCompanyRequest
15981
+ */
15982
+ 'rentalStatus'?: UpdateServiceAccountsCompanyRequestRentalStatusEnum;
15983
+ /**
15984
+ *
15985
+ * @type {string}
15986
+ * @memberof UpdateServiceAccountsCompanyRequest
15987
+ */
15988
+ 'scDomain'?: string;
15989
+ }
15990
+ export declare const UpdateServiceAccountsCompanyRequestRentalStatusEnum: {
15991
+ readonly VACANT: "VACANT";
15992
+ readonly RENTED: "RENTED";
15484
15993
  };
15485
- export type UserRoleEnum = typeof UserRoleEnum[keyof typeof UserRoleEnum];
15994
+ export type UpdateServiceAccountsCompanyRequestRentalStatusEnum = typeof UpdateServiceAccountsCompanyRequestRentalStatusEnum[keyof typeof UpdateServiceAccountsCompanyRequestRentalStatusEnum];
15486
15995
  /**
15487
15996
  *
15488
15997
  * @export
15489
- * @enum {string}
15998
+ * @interface UpdateServiceAccountsCompanyRequestCloudflare
15490
15999
  */
15491
- export declare const UserStatusEnum: {
15492
- readonly ACTIVE: "active";
15493
- readonly INACTIVE: "inactive";
15494
- readonly PENDING: "pending";
16000
+ export interface UpdateServiceAccountsCompanyRequestCloudflare {
16001
+ /**
16002
+ *
16003
+ * @type {string}
16004
+ * @memberof UpdateServiceAccountsCompanyRequestCloudflare
16005
+ */
16006
+ 'gscTxtRecordId'?: string;
16007
+ /**
16008
+ *
16009
+ * @type {string}
16010
+ * @memberof UpdateServiceAccountsCompanyRequestCloudflare
16011
+ */
16012
+ 'status'?: UpdateServiceAccountsCompanyRequestCloudflareStatusEnum;
16013
+ /**
16014
+ *
16015
+ * @type {string}
16016
+ * @memberof UpdateServiceAccountsCompanyRequestCloudflare
16017
+ */
16018
+ 'zoneId'?: string;
16019
+ }
16020
+ export declare const UpdateServiceAccountsCompanyRequestCloudflareStatusEnum: {
16021
+ readonly PENDING_DNS: "PENDING_DNS";
16022
+ readonly ACTIVE: "ACTIVE";
16023
+ readonly ARCHIVED: "ARCHIVED";
16024
+ };
16025
+ export type UpdateServiceAccountsCompanyRequestCloudflareStatusEnum = typeof UpdateServiceAccountsCompanyRequestCloudflareStatusEnum[keyof typeof UpdateServiceAccountsCompanyRequestCloudflareStatusEnum];
16026
+ /**
16027
+ *
16028
+ * @export
16029
+ * @interface UpdateServiceAccountsCompanyRequestRentalDetails
16030
+ */
16031
+ export interface UpdateServiceAccountsCompanyRequestRentalDetails {
16032
+ /**
16033
+ *
16034
+ * @type {string}
16035
+ * @memberof UpdateServiceAccountsCompanyRequestRentalDetails
16036
+ */
16037
+ 'tenantEsnafId'?: string;
16038
+ /**
16039
+ *
16040
+ * @type {string}
16041
+ * @memberof UpdateServiceAccountsCompanyRequestRentalDetails
16042
+ */
16043
+ 'fallbackPhoneNumber'?: string;
16044
+ /**
16045
+ *
16046
+ * @type {string}
16047
+ * @memberof UpdateServiceAccountsCompanyRequestRentalDetails
16048
+ */
16049
+ 'phoneNumber'?: string;
16050
+ }
16051
+ /**
16052
+ *
16053
+ * @export
16054
+ * @enum {string}
16055
+ */
16056
+ export declare const UserRoleEnum: {
16057
+ readonly ADMIN: "admin";
16058
+ readonly USER: "user";
16059
+ readonly SUPER_ADMIN: "super_admin";
16060
+ };
16061
+ export type UserRoleEnum = typeof UserRoleEnum[keyof typeof UserRoleEnum];
16062
+ /**
16063
+ *
16064
+ * @export
16065
+ * @enum {string}
16066
+ */
16067
+ export declare const UserStatusEnum: {
16068
+ readonly ACTIVE: "active";
16069
+ readonly INACTIVE: "inactive";
16070
+ readonly PENDING: "pending";
15495
16071
  readonly DELETED: "deleted";
15496
16072
  readonly BANNED: "banned";
15497
16073
  readonly WAITING_FOR_APPROVAL: "waiting_for_approval";
@@ -25048,6 +25624,435 @@ export declare const GetProductsSortEnum: {
25048
25624
  readonly REVIEW_COUNT: "reviewCount";
25049
25625
  };
25050
25626
  export type GetProductsSortEnum = typeof GetProductsSortEnum[keyof typeof GetProductsSortEnum];
25627
+ /**
25628
+ * SEOApi - axios parameter creator
25629
+ * @export
25630
+ */
25631
+ export declare const SEOApiAxiosParamCreator: (configuration?: Configuration) => {
25632
+ /**
25633
+ *
25634
+ * @param {ISeoRankTrackPostRequest} iSeoRankTrackPostRequest
25635
+ * @param {*} [options] Override http request option.
25636
+ * @throws {RequiredError}
25637
+ */
25638
+ createSeoRankTrack: (iSeoRankTrackPostRequest: ISeoRankTrackPostRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25639
+ /**
25640
+ *
25641
+ * @param {string} id
25642
+ * @param {*} [options] Override http request option.
25643
+ * @throws {RequiredError}
25644
+ */
25645
+ deleteSeoRankTrack: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25646
+ /**
25647
+ *
25648
+ * @param {string} id
25649
+ * @param {*} [options] Override http request option.
25650
+ * @throws {RequiredError}
25651
+ */
25652
+ getSeoRankTrack: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25653
+ /**
25654
+ *
25655
+ * @param {string} [companyId]
25656
+ * @param {*} [options] Override http request option.
25657
+ * @throws {RequiredError}
25658
+ */
25659
+ listSeoRankTracks: (companyId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25660
+ /**
25661
+ *
25662
+ * @param {string} id
25663
+ * @param {ISeoRankTrackPatchRequest} iSeoRankTrackPatchRequest
25664
+ * @param {*} [options] Override http request option.
25665
+ * @throws {RequiredError}
25666
+ */
25667
+ updateSeoRankTrack: (id: string, iSeoRankTrackPatchRequest: ISeoRankTrackPatchRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25668
+ };
25669
+ /**
25670
+ * SEOApi - functional programming interface
25671
+ * @export
25672
+ */
25673
+ export declare const SEOApiFp: (configuration?: Configuration) => {
25674
+ /**
25675
+ *
25676
+ * @param {ISeoRankTrackPostRequest} iSeoRankTrackPostRequest
25677
+ * @param {*} [options] Override http request option.
25678
+ * @throws {RequiredError}
25679
+ */
25680
+ createSeoRankTrack(iSeoRankTrackPostRequest: ISeoRankTrackPostRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25681
+ /**
25682
+ *
25683
+ * @param {string} id
25684
+ * @param {*} [options] Override http request option.
25685
+ * @throws {RequiredError}
25686
+ */
25687
+ deleteSeoRankTrack(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25688
+ /**
25689
+ *
25690
+ * @param {string} id
25691
+ * @param {*} [options] Override http request option.
25692
+ * @throws {RequiredError}
25693
+ */
25694
+ getSeoRankTrack(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25695
+ /**
25696
+ *
25697
+ * @param {string} [companyId]
25698
+ * @param {*} [options] Override http request option.
25699
+ * @throws {RequiredError}
25700
+ */
25701
+ listSeoRankTracks(companyId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25702
+ /**
25703
+ *
25704
+ * @param {string} id
25705
+ * @param {ISeoRankTrackPatchRequest} iSeoRankTrackPatchRequest
25706
+ * @param {*} [options] Override http request option.
25707
+ * @throws {RequiredError}
25708
+ */
25709
+ updateSeoRankTrack(id: string, iSeoRankTrackPatchRequest: ISeoRankTrackPatchRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25710
+ };
25711
+ /**
25712
+ * SEOApi - factory interface
25713
+ * @export
25714
+ */
25715
+ export declare const SEOApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
25716
+ /**
25717
+ *
25718
+ * @param {SEOApiCreateSeoRankTrackRequest} requestParameters Request parameters.
25719
+ * @param {*} [options] Override http request option.
25720
+ * @throws {RequiredError}
25721
+ */
25722
+ createSeoRankTrack(requestParameters: SEOApiCreateSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25723
+ /**
25724
+ *
25725
+ * @param {SEOApiDeleteSeoRankTrackRequest} requestParameters Request parameters.
25726
+ * @param {*} [options] Override http request option.
25727
+ * @throws {RequiredError}
25728
+ */
25729
+ deleteSeoRankTrack(requestParameters: SEOApiDeleteSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25730
+ /**
25731
+ *
25732
+ * @param {SEOApiGetSeoRankTrackRequest} requestParameters Request parameters.
25733
+ * @param {*} [options] Override http request option.
25734
+ * @throws {RequiredError}
25735
+ */
25736
+ getSeoRankTrack(requestParameters: SEOApiGetSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25737
+ /**
25738
+ *
25739
+ * @param {SEOApiListSeoRankTracksRequest} requestParameters Request parameters.
25740
+ * @param {*} [options] Override http request option.
25741
+ * @throws {RequiredError}
25742
+ */
25743
+ listSeoRankTracks(requestParameters?: SEOApiListSeoRankTracksRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25744
+ /**
25745
+ *
25746
+ * @param {SEOApiUpdateSeoRankTrackRequest} requestParameters Request parameters.
25747
+ * @param {*} [options] Override http request option.
25748
+ * @throws {RequiredError}
25749
+ */
25750
+ updateSeoRankTrack(requestParameters: SEOApiUpdateSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25751
+ };
25752
+ /**
25753
+ * Request parameters for createSeoRankTrack operation in SEOApi.
25754
+ * @export
25755
+ * @interface SEOApiCreateSeoRankTrackRequest
25756
+ */
25757
+ export interface SEOApiCreateSeoRankTrackRequest {
25758
+ /**
25759
+ *
25760
+ * @type {ISeoRankTrackPostRequest}
25761
+ * @memberof SEOApiCreateSeoRankTrack
25762
+ */
25763
+ readonly iSeoRankTrackPostRequest: ISeoRankTrackPostRequest;
25764
+ }
25765
+ /**
25766
+ * Request parameters for deleteSeoRankTrack operation in SEOApi.
25767
+ * @export
25768
+ * @interface SEOApiDeleteSeoRankTrackRequest
25769
+ */
25770
+ export interface SEOApiDeleteSeoRankTrackRequest {
25771
+ /**
25772
+ *
25773
+ * @type {string}
25774
+ * @memberof SEOApiDeleteSeoRankTrack
25775
+ */
25776
+ readonly id: string;
25777
+ }
25778
+ /**
25779
+ * Request parameters for getSeoRankTrack operation in SEOApi.
25780
+ * @export
25781
+ * @interface SEOApiGetSeoRankTrackRequest
25782
+ */
25783
+ export interface SEOApiGetSeoRankTrackRequest {
25784
+ /**
25785
+ *
25786
+ * @type {string}
25787
+ * @memberof SEOApiGetSeoRankTrack
25788
+ */
25789
+ readonly id: string;
25790
+ }
25791
+ /**
25792
+ * Request parameters for listSeoRankTracks operation in SEOApi.
25793
+ * @export
25794
+ * @interface SEOApiListSeoRankTracksRequest
25795
+ */
25796
+ export interface SEOApiListSeoRankTracksRequest {
25797
+ /**
25798
+ *
25799
+ * @type {string}
25800
+ * @memberof SEOApiListSeoRankTracks
25801
+ */
25802
+ readonly companyId?: string;
25803
+ }
25804
+ /**
25805
+ * Request parameters for updateSeoRankTrack operation in SEOApi.
25806
+ * @export
25807
+ * @interface SEOApiUpdateSeoRankTrackRequest
25808
+ */
25809
+ export interface SEOApiUpdateSeoRankTrackRequest {
25810
+ /**
25811
+ *
25812
+ * @type {string}
25813
+ * @memberof SEOApiUpdateSeoRankTrack
25814
+ */
25815
+ readonly id: string;
25816
+ /**
25817
+ *
25818
+ * @type {ISeoRankTrackPatchRequest}
25819
+ * @memberof SEOApiUpdateSeoRankTrack
25820
+ */
25821
+ readonly iSeoRankTrackPatchRequest: ISeoRankTrackPatchRequest;
25822
+ }
25823
+ /**
25824
+ * SEOApi - object-oriented interface
25825
+ * @export
25826
+ * @class SEOApi
25827
+ * @extends {BaseAPI}
25828
+ */
25829
+ export declare class SEOApi extends BaseAPI {
25830
+ /**
25831
+ *
25832
+ * @param {SEOApiCreateSeoRankTrackRequest} requestParameters Request parameters.
25833
+ * @param {*} [options] Override http request option.
25834
+ * @throws {RequiredError}
25835
+ * @memberof SEOApi
25836
+ */
25837
+ createSeoRankTrack(requestParameters: SEOApiCreateSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25838
+ /**
25839
+ *
25840
+ * @param {SEOApiDeleteSeoRankTrackRequest} requestParameters Request parameters.
25841
+ * @param {*} [options] Override http request option.
25842
+ * @throws {RequiredError}
25843
+ * @memberof SEOApi
25844
+ */
25845
+ deleteSeoRankTrack(requestParameters: SEOApiDeleteSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25846
+ /**
25847
+ *
25848
+ * @param {SEOApiGetSeoRankTrackRequest} requestParameters Request parameters.
25849
+ * @param {*} [options] Override http request option.
25850
+ * @throws {RequiredError}
25851
+ * @memberof SEOApi
25852
+ */
25853
+ getSeoRankTrack(requestParameters: SEOApiGetSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25854
+ /**
25855
+ *
25856
+ * @param {SEOApiListSeoRankTracksRequest} requestParameters Request parameters.
25857
+ * @param {*} [options] Override http request option.
25858
+ * @throws {RequiredError}
25859
+ * @memberof SEOApi
25860
+ */
25861
+ listSeoRankTracks(requestParameters?: SEOApiListSeoRankTracksRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25862
+ /**
25863
+ *
25864
+ * @param {SEOApiUpdateSeoRankTrackRequest} requestParameters Request parameters.
25865
+ * @param {*} [options] Override http request option.
25866
+ * @throws {RequiredError}
25867
+ * @memberof SEOApi
25868
+ */
25869
+ updateSeoRankTrack(requestParameters: SEOApiUpdateSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25870
+ }
25871
+ /**
25872
+ * ServiceAccountsApi - axios parameter creator
25873
+ * @export
25874
+ */
25875
+ export declare const ServiceAccountsApiAxiosParamCreator: (configuration?: Configuration) => {
25876
+ /**
25877
+ *
25878
+ * @param {IServiceAccountPostRequest} iServiceAccountPostRequest
25879
+ * @param {*} [options] Override http request option.
25880
+ * @throws {RequiredError}
25881
+ */
25882
+ createServiceAccount: (iServiceAccountPostRequest: IServiceAccountPostRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25883
+ /**
25884
+ *
25885
+ * @param {*} [options] Override http request option.
25886
+ * @throws {RequiredError}
25887
+ */
25888
+ listServiceAccounts: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25889
+ /**
25890
+ *
25891
+ * @param {string} id
25892
+ * @param {*} [options] Override http request option.
25893
+ * @throws {RequiredError}
25894
+ */
25895
+ provisionCompanyProperty: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25896
+ /**
25897
+ *
25898
+ * @param {string} id
25899
+ * @param {UpdateServiceAccountsCompanyRequest} updateServiceAccountsCompanyRequest
25900
+ * @param {*} [options] Override http request option.
25901
+ * @throws {RequiredError}
25902
+ */
25903
+ updateServiceAccountsCompany: (id: string, updateServiceAccountsCompanyRequest: UpdateServiceAccountsCompanyRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25904
+ };
25905
+ /**
25906
+ * ServiceAccountsApi - functional programming interface
25907
+ * @export
25908
+ */
25909
+ export declare const ServiceAccountsApiFp: (configuration?: Configuration) => {
25910
+ /**
25911
+ *
25912
+ * @param {IServiceAccountPostRequest} iServiceAccountPostRequest
25913
+ * @param {*} [options] Override http request option.
25914
+ * @throws {RequiredError}
25915
+ */
25916
+ createServiceAccount(iServiceAccountPostRequest: IServiceAccountPostRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25917
+ /**
25918
+ *
25919
+ * @param {*} [options] Override http request option.
25920
+ * @throws {RequiredError}
25921
+ */
25922
+ listServiceAccounts(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25923
+ /**
25924
+ *
25925
+ * @param {string} id
25926
+ * @param {*} [options] Override http request option.
25927
+ * @throws {RequiredError}
25928
+ */
25929
+ provisionCompanyProperty(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25930
+ /**
25931
+ *
25932
+ * @param {string} id
25933
+ * @param {UpdateServiceAccountsCompanyRequest} updateServiceAccountsCompanyRequest
25934
+ * @param {*} [options] Override http request option.
25935
+ * @throws {RequiredError}
25936
+ */
25937
+ updateServiceAccountsCompany(id: string, updateServiceAccountsCompanyRequest: UpdateServiceAccountsCompanyRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25938
+ };
25939
+ /**
25940
+ * ServiceAccountsApi - factory interface
25941
+ * @export
25942
+ */
25943
+ export declare const ServiceAccountsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
25944
+ /**
25945
+ *
25946
+ * @param {ServiceAccountsApiCreateServiceAccountRequest} requestParameters Request parameters.
25947
+ * @param {*} [options] Override http request option.
25948
+ * @throws {RequiredError}
25949
+ */
25950
+ createServiceAccount(requestParameters: ServiceAccountsApiCreateServiceAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25951
+ /**
25952
+ *
25953
+ * @param {*} [options] Override http request option.
25954
+ * @throws {RequiredError}
25955
+ */
25956
+ listServiceAccounts(options?: RawAxiosRequestConfig): AxiosPromise<any>;
25957
+ /**
25958
+ *
25959
+ * @param {ServiceAccountsApiProvisionCompanyPropertyRequest} requestParameters Request parameters.
25960
+ * @param {*} [options] Override http request option.
25961
+ * @throws {RequiredError}
25962
+ */
25963
+ provisionCompanyProperty(requestParameters: ServiceAccountsApiProvisionCompanyPropertyRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25964
+ /**
25965
+ *
25966
+ * @param {ServiceAccountsApiUpdateServiceAccountsCompanyRequest} requestParameters Request parameters.
25967
+ * @param {*} [options] Override http request option.
25968
+ * @throws {RequiredError}
25969
+ */
25970
+ updateServiceAccountsCompany(requestParameters: ServiceAccountsApiUpdateServiceAccountsCompanyRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25971
+ };
25972
+ /**
25973
+ * Request parameters for createServiceAccount operation in ServiceAccountsApi.
25974
+ * @export
25975
+ * @interface ServiceAccountsApiCreateServiceAccountRequest
25976
+ */
25977
+ export interface ServiceAccountsApiCreateServiceAccountRequest {
25978
+ /**
25979
+ *
25980
+ * @type {IServiceAccountPostRequest}
25981
+ * @memberof ServiceAccountsApiCreateServiceAccount
25982
+ */
25983
+ readonly iServiceAccountPostRequest: IServiceAccountPostRequest;
25984
+ }
25985
+ /**
25986
+ * Request parameters for provisionCompanyProperty operation in ServiceAccountsApi.
25987
+ * @export
25988
+ * @interface ServiceAccountsApiProvisionCompanyPropertyRequest
25989
+ */
25990
+ export interface ServiceAccountsApiProvisionCompanyPropertyRequest {
25991
+ /**
25992
+ *
25993
+ * @type {string}
25994
+ * @memberof ServiceAccountsApiProvisionCompanyProperty
25995
+ */
25996
+ readonly id: string;
25997
+ }
25998
+ /**
25999
+ * Request parameters for updateServiceAccountsCompany operation in ServiceAccountsApi.
26000
+ * @export
26001
+ * @interface ServiceAccountsApiUpdateServiceAccountsCompanyRequest
26002
+ */
26003
+ export interface ServiceAccountsApiUpdateServiceAccountsCompanyRequest {
26004
+ /**
26005
+ *
26006
+ * @type {string}
26007
+ * @memberof ServiceAccountsApiUpdateServiceAccountsCompany
26008
+ */
26009
+ readonly id: string;
26010
+ /**
26011
+ *
26012
+ * @type {UpdateServiceAccountsCompanyRequest}
26013
+ * @memberof ServiceAccountsApiUpdateServiceAccountsCompany
26014
+ */
26015
+ readonly updateServiceAccountsCompanyRequest: UpdateServiceAccountsCompanyRequest;
26016
+ }
26017
+ /**
26018
+ * ServiceAccountsApi - object-oriented interface
26019
+ * @export
26020
+ * @class ServiceAccountsApi
26021
+ * @extends {BaseAPI}
26022
+ */
26023
+ export declare class ServiceAccountsApi extends BaseAPI {
26024
+ /**
26025
+ *
26026
+ * @param {ServiceAccountsApiCreateServiceAccountRequest} requestParameters Request parameters.
26027
+ * @param {*} [options] Override http request option.
26028
+ * @throws {RequiredError}
26029
+ * @memberof ServiceAccountsApi
26030
+ */
26031
+ createServiceAccount(requestParameters: ServiceAccountsApiCreateServiceAccountRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
26032
+ /**
26033
+ *
26034
+ * @param {*} [options] Override http request option.
26035
+ * @throws {RequiredError}
26036
+ * @memberof ServiceAccountsApi
26037
+ */
26038
+ listServiceAccounts(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
26039
+ /**
26040
+ *
26041
+ * @param {ServiceAccountsApiProvisionCompanyPropertyRequest} requestParameters Request parameters.
26042
+ * @param {*} [options] Override http request option.
26043
+ * @throws {RequiredError}
26044
+ * @memberof ServiceAccountsApi
26045
+ */
26046
+ provisionCompanyProperty(requestParameters: ServiceAccountsApiProvisionCompanyPropertyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
26047
+ /**
26048
+ *
26049
+ * @param {ServiceAccountsApiUpdateServiceAccountsCompanyRequest} requestParameters Request parameters.
26050
+ * @param {*} [options] Override http request option.
26051
+ * @throws {RequiredError}
26052
+ * @memberof ServiceAccountsApi
26053
+ */
26054
+ updateServiceAccountsCompany(requestParameters: ServiceAccountsApiUpdateServiceAccountsCompanyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
26055
+ }
25051
26056
  /**
25052
26057
  * SitemapApi - axios parameter creator
25053
26058
  * @export