@infisale-client/api 1.3.69 → 1.3.71

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
@@ -359,6 +359,75 @@ export declare const CountryEnum: {
359
359
  readonly ZW: "ZW";
360
360
  };
361
361
  export type CountryEnum = typeof CountryEnum[keyof typeof CountryEnum];
362
+ /**
363
+ *
364
+ * @export
365
+ * @interface CreateSeoRankTrack200Response
366
+ */
367
+ export interface CreateSeoRankTrack200Response {
368
+ /**
369
+ *
370
+ * @type {string}
371
+ * @memberof CreateSeoRankTrack200Response
372
+ */
373
+ 'updated_at': string;
374
+ /**
375
+ *
376
+ * @type {string}
377
+ * @memberof CreateSeoRankTrack200Response
378
+ */
379
+ 'created_at': string;
380
+ /**
381
+ *
382
+ * @type {boolean}
383
+ * @memberof CreateSeoRankTrack200Response
384
+ */
385
+ 'is_active': boolean;
386
+ /**
387
+ *
388
+ * @type {string}
389
+ * @memberof CreateSeoRankTrack200Response
390
+ */
391
+ 'next_run_at': string;
392
+ /**
393
+ *
394
+ * @type {number}
395
+ * @memberof CreateSeoRankTrack200Response
396
+ */
397
+ 'interval_seconds': number;
398
+ /**
399
+ *
400
+ * @type {string}
401
+ * @memberof CreateSeoRankTrack200Response
402
+ */
403
+ 'payload_hash': string;
404
+ /**
405
+ * Construct a type with a set of properties K of type T
406
+ * @type {{ [key: string]: any; }}
407
+ * @memberof CreateSeoRankTrack200Response
408
+ */
409
+ 'payload': {
410
+ [key: string]: any;
411
+ };
412
+ /**
413
+ *
414
+ * @type {string}
415
+ * @memberof CreateSeoRankTrack200Response
416
+ */
417
+ 'id': string;
418
+ /**
419
+ *
420
+ * @type {string}
421
+ * @memberof CreateSeoRankTrack200Response
422
+ */
423
+ 'type': string;
424
+ /**
425
+ *
426
+ * @type {string}
427
+ * @memberof CreateSeoRankTrack200Response
428
+ */
429
+ 'company': string;
430
+ }
362
431
  /**
363
432
  *
364
433
  * @export
@@ -2762,6 +2831,12 @@ export interface ICompany {
2762
2831
  * @memberof ICompany
2763
2832
  */
2764
2833
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
2834
+ /**
2835
+ *
2836
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
2837
+ * @memberof ICompany
2838
+ */
2839
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
2765
2840
  /**
2766
2841
  *
2767
2842
  * @type {CompanyStatusEnum}
@@ -2792,6 +2867,12 @@ export interface ICompany {
2792
2867
  * @memberof ICompany
2793
2868
  */
2794
2869
  'storageUsageBytes': number;
2870
+ /**
2871
+ *
2872
+ * @type {Array<string>}
2873
+ * @memberof ICompany
2874
+ */
2875
+ 'seoCompetitors'?: Array<string>;
2795
2876
  }
2796
2877
  export declare const ICompanyGscVerificationStatusEnum: {
2797
2878
  readonly UNVERIFIED: "UNVERIFIED";
@@ -3083,6 +3164,12 @@ export interface ICompanyAdminResponse {
3083
3164
  * @memberof ICompanyAdminResponse
3084
3165
  */
3085
3166
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
3167
+ /**
3168
+ *
3169
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
3170
+ * @memberof ICompanyAdminResponse
3171
+ */
3172
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
3086
3173
  /**
3087
3174
  *
3088
3175
  * @type {string}
@@ -3101,6 +3188,12 @@ export interface ICompanyAdminResponse {
3101
3188
  * @memberof ICompanyAdminResponse
3102
3189
  */
3103
3190
  'storageUsageBytes': number;
3191
+ /**
3192
+ *
3193
+ * @type {Array<string>}
3194
+ * @memberof ICompanyAdminResponse
3195
+ */
3196
+ 'seoCompetitors'?: Array<string>;
3104
3197
  /**
3105
3198
  *
3106
3199
  * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
@@ -3189,12 +3282,6 @@ export interface ICompanyAdminResponse {
3189
3282
  * @memberof ICompanyAdminResponse
3190
3283
  */
3191
3284
  'accountAccess': boolean;
3192
- /**
3193
- *
3194
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
3195
- * @memberof ICompanyAdminResponse
3196
- */
3197
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
3198
3285
  /**
3199
3286
  *
3200
3287
  * @type {IPlanResponse}
@@ -3915,6 +4002,12 @@ export interface ICompanyPatchRequest {
3915
4002
  * @memberof ICompanyPatchRequest
3916
4003
  */
3917
4004
  'allowGuestCheckout'?: boolean;
4005
+ /**
4006
+ *
4007
+ * @type {Array<string>}
4008
+ * @memberof ICompanyPatchRequest
4009
+ */
4010
+ 'seoCompetitors'?: Array<string>;
3918
4011
  }
3919
4012
  export declare const ICompanyPatchRequestGscVerificationStatusEnum: {
3920
4013
  readonly UNVERIFIED: "UNVERIFIED";
@@ -4354,6 +4447,12 @@ export interface ICompanyResponse {
4354
4447
  * @memberof ICompanyResponse
4355
4448
  */
4356
4449
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
4450
+ /**
4451
+ *
4452
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
4453
+ * @memberof ICompanyResponse
4454
+ */
4455
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
4357
4456
  /**
4358
4457
  *
4359
4458
  * @type {string}
@@ -4372,6 +4471,12 @@ export interface ICompanyResponse {
4372
4471
  * @memberof ICompanyResponse
4373
4472
  */
4374
4473
  'storageUsageBytes': number;
4474
+ /**
4475
+ *
4476
+ * @type {Array<string>}
4477
+ * @memberof ICompanyResponse
4478
+ */
4479
+ 'seoCompetitors'?: Array<string>;
4375
4480
  /**
4376
4481
  *
4377
4482
  * @type {PickICompanyNameOrDomainsOrIdOrLanguage}
@@ -4440,12 +4545,6 @@ export interface ICompanyResponse {
4440
4545
  * @memberof ICompanyResponse
4441
4546
  */
4442
4547
  'accountAccess': boolean;
4443
- /**
4444
- *
4445
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
4446
- * @memberof ICompanyResponse
4447
- */
4448
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
4449
4548
  /**
4450
4549
  *
4451
4550
  * @type {string}
@@ -5509,12 +5608,6 @@ export interface IContentPlanPostRequest {
5509
5608
  * @memberof IContentPlanPostRequest
5510
5609
  */
5511
5610
  'targetPublishedAt': string;
5512
- /**
5513
- *
5514
- * @type {number}
5515
- * @memberof IContentPlanPostRequest
5516
- */
5517
- 'minSeoScore'?: number;
5518
5611
  }
5519
5612
  /**
5520
5613
  *
@@ -5624,12 +5717,6 @@ export interface IContentPlanResponse {
5624
5717
  * @memberof IContentPlanResponse
5625
5718
  */
5626
5719
  'seoScore'?: number;
5627
- /**
5628
- *
5629
- * @type {number}
5630
- * @memberof IContentPlanResponse
5631
- */
5632
- 'minSeoScore'?: number;
5633
5720
  /**
5634
5721
  *
5635
5722
  * @type {Array<IContentPlanAttempt>}
@@ -9774,6 +9861,68 @@ export interface IReviewResponse {
9774
9861
  */
9775
9862
  'product'?: IProductResponse;
9776
9863
  }
9864
+ /**
9865
+ *
9866
+ * @export
9867
+ * @interface ISeoRankTrackPatchRequest
9868
+ */
9869
+ export interface ISeoRankTrackPatchRequest {
9870
+ /**
9871
+ *
9872
+ * @type {string}
9873
+ * @memberof ISeoRankTrackPatchRequest
9874
+ */
9875
+ 'keyword'?: string;
9876
+ /**
9877
+ *
9878
+ * @type {number}
9879
+ * @memberof ISeoRankTrackPatchRequest
9880
+ */
9881
+ 'intervalSeconds'?: number;
9882
+ /**
9883
+ *
9884
+ * @type {boolean}
9885
+ * @memberof ISeoRankTrackPatchRequest
9886
+ */
9887
+ 'isActive'?: boolean;
9888
+ /**
9889
+ *
9890
+ * @type {string}
9891
+ * @memberof ISeoRankTrackPatchRequest
9892
+ */
9893
+ 'location'?: string;
9894
+ }
9895
+ /**
9896
+ *
9897
+ * @export
9898
+ * @interface ISeoRankTrackPostRequest
9899
+ */
9900
+ export interface ISeoRankTrackPostRequest {
9901
+ /**
9902
+ *
9903
+ * @type {string}
9904
+ * @memberof ISeoRankTrackPostRequest
9905
+ */
9906
+ 'companyId': string;
9907
+ /**
9908
+ *
9909
+ * @type {string}
9910
+ * @memberof ISeoRankTrackPostRequest
9911
+ */
9912
+ 'keyword': string;
9913
+ /**
9914
+ *
9915
+ * @type {number}
9916
+ * @memberof ISeoRankTrackPostRequest
9917
+ */
9918
+ 'intervalSeconds': number;
9919
+ /**
9920
+ *
9921
+ * @type {string}
9922
+ * @memberof ISeoRankTrackPostRequest
9923
+ */
9924
+ 'location'?: string;
9925
+ }
9777
9926
  /**
9778
9927
  *
9779
9928
  * @export
@@ -10654,6 +10803,12 @@ export interface IThemeResponse {
10654
10803
  'config': {
10655
10804
  [key: string]: any;
10656
10805
  };
10806
+ /**
10807
+ *
10808
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10809
+ * @memberof IThemeResponse
10810
+ */
10811
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10657
10812
  /**
10658
10813
  *
10659
10814
  * @type {Array<string>}
@@ -10678,12 +10833,6 @@ export interface IThemeResponse {
10678
10833
  * @memberof IThemeResponse
10679
10834
  */
10680
10835
  'lastVersion': string;
10681
- /**
10682
- *
10683
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10684
- * @memberof IThemeResponse
10685
- */
10686
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10687
10836
  /**
10688
10837
  *
10689
10838
  * @type {Array<ThemeKeywordEnum>}
@@ -10914,6 +11063,12 @@ export interface IThemesResponseData {
10914
11063
  'config': {
10915
11064
  [key: string]: any;
10916
11065
  };
11066
+ /**
11067
+ *
11068
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
11069
+ * @memberof IThemesResponseData
11070
+ */
11071
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10917
11072
  /**
10918
11073
  * Make all properties in T optional
10919
11074
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -10940,12 +11095,6 @@ export interface IThemesResponseData {
10940
11095
  * @memberof IThemesResponseData
10941
11096
  */
10942
11097
  'creator'?: string;
10943
- /**
10944
- *
10945
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10946
- * @memberof IThemesResponseData
10947
- */
10948
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10949
11098
  /**
10950
11099
  *
10951
11100
  * @type {Array<ThemeKeywordEnum>}
@@ -11079,6 +11228,12 @@ export interface IThemesResponseDataMain {
11079
11228
  'config': {
11080
11229
  [key: string]: any;
11081
11230
  };
11231
+ /**
11232
+ *
11233
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
11234
+ * @memberof IThemesResponseDataMain
11235
+ */
11236
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
11082
11237
  /**
11083
11238
  * Make all properties in T optional
11084
11239
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentArrayValue; }}
@@ -11105,12 +11260,6 @@ export interface IThemesResponseDataMain {
11105
11260
  * @memberof IThemesResponseDataMain
11106
11261
  */
11107
11262
  'creator'?: string;
11108
- /**
11109
- *
11110
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
11111
- * @memberof IThemesResponseDataMain
11112
- */
11113
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
11114
11263
  /**
11115
11264
  *
11116
11265
  * @type {Array<ThemeKeywordEnum>}
@@ -13003,6 +13152,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
13003
13152
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13004
13153
  */
13005
13154
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
13155
+ /**
13156
+ *
13157
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
13158
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13159
+ */
13160
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
13006
13161
  /**
13007
13162
  *
13008
13163
  * @type {string}
@@ -13021,6 +13176,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
13021
13176
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13022
13177
  */
13023
13178
  'storageUsageBytes': number;
13179
+ /**
13180
+ *
13181
+ * @type {Array<string>}
13182
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13183
+ */
13184
+ 'seoCompetitors'?: Array<string>;
13024
13185
  }
13025
13186
  export declare const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum: {
13026
13187
  readonly UNVERIFIED: "UNVERIFIED";
@@ -14609,6 +14770,12 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
14609
14770
  'config': {
14610
14771
  [key: string]: any;
14611
14772
  };
14773
+ /**
14774
+ *
14775
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14776
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
14777
+ */
14778
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14612
14779
  /**
14613
14780
  *
14614
14781
  * @type {Array<string>}
@@ -14633,12 +14800,6 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
14633
14800
  * @memberof PickIThemeExcludeKeyofIThemeGroups
14634
14801
  */
14635
14802
  'lastVersion': string;
14636
- /**
14637
- *
14638
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14639
- * @memberof PickIThemeExcludeKeyofIThemeGroups
14640
- */
14641
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14642
14803
  /**
14643
14804
  *
14644
14805
  * @type {Array<ThemeKeywordEnum>}
@@ -14757,6 +14918,12 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
14757
14918
  'config': {
14758
14919
  [key: string]: any;
14759
14920
  };
14921
+ /**
14922
+ *
14923
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14924
+ * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14925
+ */
14926
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14760
14927
  /**
14761
14928
  * Make all properties in T optional
14762
14929
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentArrayValue; }}
@@ -14783,12 +14950,6 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
14783
14950
  * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14784
14951
  */
14785
14952
  'creator'?: string;
14786
- /**
14787
- *
14788
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14789
- * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14790
- */
14791
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14792
14953
  /**
14793
14954
  *
14794
14955
  * @type {Array<ThemeKeywordEnum>}
@@ -14870,6 +15031,12 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
14870
15031
  'config': {
14871
15032
  [key: string]: any;
14872
15033
  };
15034
+ /**
15035
+ *
15036
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
15037
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
15038
+ */
15039
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14873
15040
  /**
14874
15041
  * Make all properties in T optional
14875
15042
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -14896,12 +15063,6 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
14896
15063
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14897
15064
  */
14898
15065
  'creator'?: string;
14899
- /**
14900
- *
14901
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14902
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14903
- */
14904
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14905
15066
  /**
14906
15067
  *
14907
15068
  * @type {Array<ThemeKeywordEnum>}
@@ -25532,6 +25693,250 @@ export declare const GetProductsSortEnum: {
25532
25693
  readonly REVIEW_COUNT: "reviewCount";
25533
25694
  };
25534
25695
  export type GetProductsSortEnum = typeof GetProductsSortEnum[keyof typeof GetProductsSortEnum];
25696
+ /**
25697
+ * SEOApi - axios parameter creator
25698
+ * @export
25699
+ */
25700
+ export declare const SEOApiAxiosParamCreator: (configuration?: Configuration) => {
25701
+ /**
25702
+ *
25703
+ * @param {ISeoRankTrackPostRequest} iSeoRankTrackPostRequest
25704
+ * @param {*} [options] Override http request option.
25705
+ * @throws {RequiredError}
25706
+ */
25707
+ createSeoRankTrack: (iSeoRankTrackPostRequest: ISeoRankTrackPostRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25708
+ /**
25709
+ *
25710
+ * @param {string} id
25711
+ * @param {*} [options] Override http request option.
25712
+ * @throws {RequiredError}
25713
+ */
25714
+ deleteSeoRankTrack: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25715
+ /**
25716
+ *
25717
+ * @param {string} id
25718
+ * @param {*} [options] Override http request option.
25719
+ * @throws {RequiredError}
25720
+ */
25721
+ getSeoRankTrack: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25722
+ /**
25723
+ *
25724
+ * @param {string} [companyId]
25725
+ * @param {*} [options] Override http request option.
25726
+ * @throws {RequiredError}
25727
+ */
25728
+ listSeoRankTracks: (companyId?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25729
+ /**
25730
+ *
25731
+ * @param {string} id
25732
+ * @param {ISeoRankTrackPatchRequest} iSeoRankTrackPatchRequest
25733
+ * @param {*} [options] Override http request option.
25734
+ * @throws {RequiredError}
25735
+ */
25736
+ updateSeoRankTrack: (id: string, iSeoRankTrackPatchRequest: ISeoRankTrackPatchRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
25737
+ };
25738
+ /**
25739
+ * SEOApi - functional programming interface
25740
+ * @export
25741
+ */
25742
+ export declare const SEOApiFp: (configuration?: Configuration) => {
25743
+ /**
25744
+ *
25745
+ * @param {ISeoRankTrackPostRequest} iSeoRankTrackPostRequest
25746
+ * @param {*} [options] Override http request option.
25747
+ * @throws {RequiredError}
25748
+ */
25749
+ createSeoRankTrack(iSeoRankTrackPostRequest: ISeoRankTrackPostRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateSeoRankTrack200Response>>;
25750
+ /**
25751
+ *
25752
+ * @param {string} id
25753
+ * @param {*} [options] Override http request option.
25754
+ * @throws {RequiredError}
25755
+ */
25756
+ deleteSeoRankTrack(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25757
+ /**
25758
+ *
25759
+ * @param {string} id
25760
+ * @param {*} [options] Override http request option.
25761
+ * @throws {RequiredError}
25762
+ */
25763
+ getSeoRankTrack(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25764
+ /**
25765
+ *
25766
+ * @param {string} [companyId]
25767
+ * @param {*} [options] Override http request option.
25768
+ * @throws {RequiredError}
25769
+ */
25770
+ listSeoRankTracks(companyId?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25771
+ /**
25772
+ *
25773
+ * @param {string} id
25774
+ * @param {ISeoRankTrackPatchRequest} iSeoRankTrackPatchRequest
25775
+ * @param {*} [options] Override http request option.
25776
+ * @throws {RequiredError}
25777
+ */
25778
+ updateSeoRankTrack(id: string, iSeoRankTrackPatchRequest: ISeoRankTrackPatchRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
25779
+ };
25780
+ /**
25781
+ * SEOApi - factory interface
25782
+ * @export
25783
+ */
25784
+ export declare const SEOApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
25785
+ /**
25786
+ *
25787
+ * @param {SEOApiCreateSeoRankTrackRequest} requestParameters Request parameters.
25788
+ * @param {*} [options] Override http request option.
25789
+ * @throws {RequiredError}
25790
+ */
25791
+ createSeoRankTrack(requestParameters: SEOApiCreateSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateSeoRankTrack200Response>;
25792
+ /**
25793
+ *
25794
+ * @param {SEOApiDeleteSeoRankTrackRequest} requestParameters Request parameters.
25795
+ * @param {*} [options] Override http request option.
25796
+ * @throws {RequiredError}
25797
+ */
25798
+ deleteSeoRankTrack(requestParameters: SEOApiDeleteSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25799
+ /**
25800
+ *
25801
+ * @param {SEOApiGetSeoRankTrackRequest} requestParameters Request parameters.
25802
+ * @param {*} [options] Override http request option.
25803
+ * @throws {RequiredError}
25804
+ */
25805
+ getSeoRankTrack(requestParameters: SEOApiGetSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25806
+ /**
25807
+ *
25808
+ * @param {SEOApiListSeoRankTracksRequest} requestParameters Request parameters.
25809
+ * @param {*} [options] Override http request option.
25810
+ * @throws {RequiredError}
25811
+ */
25812
+ listSeoRankTracks(requestParameters?: SEOApiListSeoRankTracksRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25813
+ /**
25814
+ *
25815
+ * @param {SEOApiUpdateSeoRankTrackRequest} requestParameters Request parameters.
25816
+ * @param {*} [options] Override http request option.
25817
+ * @throws {RequiredError}
25818
+ */
25819
+ updateSeoRankTrack(requestParameters: SEOApiUpdateSeoRankTrackRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
25820
+ };
25821
+ /**
25822
+ * Request parameters for createSeoRankTrack operation in SEOApi.
25823
+ * @export
25824
+ * @interface SEOApiCreateSeoRankTrackRequest
25825
+ */
25826
+ export interface SEOApiCreateSeoRankTrackRequest {
25827
+ /**
25828
+ *
25829
+ * @type {ISeoRankTrackPostRequest}
25830
+ * @memberof SEOApiCreateSeoRankTrack
25831
+ */
25832
+ readonly iSeoRankTrackPostRequest: ISeoRankTrackPostRequest;
25833
+ }
25834
+ /**
25835
+ * Request parameters for deleteSeoRankTrack operation in SEOApi.
25836
+ * @export
25837
+ * @interface SEOApiDeleteSeoRankTrackRequest
25838
+ */
25839
+ export interface SEOApiDeleteSeoRankTrackRequest {
25840
+ /**
25841
+ *
25842
+ * @type {string}
25843
+ * @memberof SEOApiDeleteSeoRankTrack
25844
+ */
25845
+ readonly id: string;
25846
+ }
25847
+ /**
25848
+ * Request parameters for getSeoRankTrack operation in SEOApi.
25849
+ * @export
25850
+ * @interface SEOApiGetSeoRankTrackRequest
25851
+ */
25852
+ export interface SEOApiGetSeoRankTrackRequest {
25853
+ /**
25854
+ *
25855
+ * @type {string}
25856
+ * @memberof SEOApiGetSeoRankTrack
25857
+ */
25858
+ readonly id: string;
25859
+ }
25860
+ /**
25861
+ * Request parameters for listSeoRankTracks operation in SEOApi.
25862
+ * @export
25863
+ * @interface SEOApiListSeoRankTracksRequest
25864
+ */
25865
+ export interface SEOApiListSeoRankTracksRequest {
25866
+ /**
25867
+ *
25868
+ * @type {string}
25869
+ * @memberof SEOApiListSeoRankTracks
25870
+ */
25871
+ readonly companyId?: string;
25872
+ }
25873
+ /**
25874
+ * Request parameters for updateSeoRankTrack operation in SEOApi.
25875
+ * @export
25876
+ * @interface SEOApiUpdateSeoRankTrackRequest
25877
+ */
25878
+ export interface SEOApiUpdateSeoRankTrackRequest {
25879
+ /**
25880
+ *
25881
+ * @type {string}
25882
+ * @memberof SEOApiUpdateSeoRankTrack
25883
+ */
25884
+ readonly id: string;
25885
+ /**
25886
+ *
25887
+ * @type {ISeoRankTrackPatchRequest}
25888
+ * @memberof SEOApiUpdateSeoRankTrack
25889
+ */
25890
+ readonly iSeoRankTrackPatchRequest: ISeoRankTrackPatchRequest;
25891
+ }
25892
+ /**
25893
+ * SEOApi - object-oriented interface
25894
+ * @export
25895
+ * @class SEOApi
25896
+ * @extends {BaseAPI}
25897
+ */
25898
+ export declare class SEOApi extends BaseAPI {
25899
+ /**
25900
+ *
25901
+ * @param {SEOApiCreateSeoRankTrackRequest} requestParameters Request parameters.
25902
+ * @param {*} [options] Override http request option.
25903
+ * @throws {RequiredError}
25904
+ * @memberof SEOApi
25905
+ */
25906
+ createSeoRankTrack(requestParameters: SEOApiCreateSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateSeoRankTrack200Response, any>>;
25907
+ /**
25908
+ *
25909
+ * @param {SEOApiDeleteSeoRankTrackRequest} requestParameters Request parameters.
25910
+ * @param {*} [options] Override http request option.
25911
+ * @throws {RequiredError}
25912
+ * @memberof SEOApi
25913
+ */
25914
+ deleteSeoRankTrack(requestParameters: SEOApiDeleteSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25915
+ /**
25916
+ *
25917
+ * @param {SEOApiGetSeoRankTrackRequest} requestParameters Request parameters.
25918
+ * @param {*} [options] Override http request option.
25919
+ * @throws {RequiredError}
25920
+ * @memberof SEOApi
25921
+ */
25922
+ getSeoRankTrack(requestParameters: SEOApiGetSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25923
+ /**
25924
+ *
25925
+ * @param {SEOApiListSeoRankTracksRequest} requestParameters Request parameters.
25926
+ * @param {*} [options] Override http request option.
25927
+ * @throws {RequiredError}
25928
+ * @memberof SEOApi
25929
+ */
25930
+ listSeoRankTracks(requestParameters?: SEOApiListSeoRankTracksRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25931
+ /**
25932
+ *
25933
+ * @param {SEOApiUpdateSeoRankTrackRequest} requestParameters Request parameters.
25934
+ * @param {*} [options] Override http request option.
25935
+ * @throws {RequiredError}
25936
+ * @memberof SEOApi
25937
+ */
25938
+ updateSeoRankTrack(requestParameters: SEOApiUpdateSeoRankTrackRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any>>;
25939
+ }
25535
25940
  /**
25536
25941
  * ServiceAccountsApi - axios parameter creator
25537
25942
  * @export