@infisale-client/api-client 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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +152 -60
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -2709,6 +2709,12 @@ export interface ICompany {
2709
2709
  * @memberof ICompany
2710
2710
  */
2711
2711
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
2712
+ /**
2713
+ *
2714
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
2715
+ * @memberof ICompany
2716
+ */
2717
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
2712
2718
  /**
2713
2719
  *
2714
2720
  * @type {CompanyStatusEnum}
@@ -2739,6 +2745,12 @@ export interface ICompany {
2739
2745
  * @memberof ICompany
2740
2746
  */
2741
2747
  'storageUsageBytes': number;
2748
+ /**
2749
+ *
2750
+ * @type {Array<string>}
2751
+ * @memberof ICompany
2752
+ */
2753
+ 'seoCompetitors'?: Array<string>;
2742
2754
  }
2743
2755
  export declare const ICompanyGscVerificationStatusEnum: {
2744
2756
  readonly UNVERIFIED: "UNVERIFIED";
@@ -3030,6 +3042,12 @@ export interface ICompanyAdminResponse {
3030
3042
  * @memberof ICompanyAdminResponse
3031
3043
  */
3032
3044
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
3045
+ /**
3046
+ *
3047
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
3048
+ * @memberof ICompanyAdminResponse
3049
+ */
3050
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
3033
3051
  /**
3034
3052
  *
3035
3053
  * @type {string}
@@ -3048,6 +3066,12 @@ export interface ICompanyAdminResponse {
3048
3066
  * @memberof ICompanyAdminResponse
3049
3067
  */
3050
3068
  'storageUsageBytes': number;
3069
+ /**
3070
+ *
3071
+ * @type {Array<string>}
3072
+ * @memberof ICompanyAdminResponse
3073
+ */
3074
+ 'seoCompetitors'?: Array<string>;
3051
3075
  /**
3052
3076
  *
3053
3077
  * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
@@ -3136,12 +3160,6 @@ export interface ICompanyAdminResponse {
3136
3160
  * @memberof ICompanyAdminResponse
3137
3161
  */
3138
3162
  'accountAccess': boolean;
3139
- /**
3140
- *
3141
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
3142
- * @memberof ICompanyAdminResponse
3143
- */
3144
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
3145
3163
  /**
3146
3164
  *
3147
3165
  * @type {IPlanResponse}
@@ -3862,6 +3880,12 @@ export interface ICompanyPatchRequest {
3862
3880
  * @memberof ICompanyPatchRequest
3863
3881
  */
3864
3882
  'allowGuestCheckout'?: boolean;
3883
+ /**
3884
+ *
3885
+ * @type {Array<string>}
3886
+ * @memberof ICompanyPatchRequest
3887
+ */
3888
+ 'seoCompetitors'?: Array<string>;
3865
3889
  }
3866
3890
  export declare const ICompanyPatchRequestGscVerificationStatusEnum: {
3867
3891
  readonly UNVERIFIED: "UNVERIFIED";
@@ -4301,6 +4325,12 @@ export interface ICompanyResponse {
4301
4325
  * @memberof ICompanyResponse
4302
4326
  */
4303
4327
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
4328
+ /**
4329
+ *
4330
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
4331
+ * @memberof ICompanyResponse
4332
+ */
4333
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
4304
4334
  /**
4305
4335
  *
4306
4336
  * @type {string}
@@ -4319,6 +4349,12 @@ export interface ICompanyResponse {
4319
4349
  * @memberof ICompanyResponse
4320
4350
  */
4321
4351
  'storageUsageBytes': number;
4352
+ /**
4353
+ *
4354
+ * @type {Array<string>}
4355
+ * @memberof ICompanyResponse
4356
+ */
4357
+ 'seoCompetitors'?: Array<string>;
4322
4358
  /**
4323
4359
  *
4324
4360
  * @type {PickICompanyNameOrDomainsOrIdOrLanguage}
@@ -4387,12 +4423,6 @@ export interface ICompanyResponse {
4387
4423
  * @memberof ICompanyResponse
4388
4424
  */
4389
4425
  'accountAccess': boolean;
4390
- /**
4391
- *
4392
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
4393
- * @memberof ICompanyResponse
4394
- */
4395
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
4396
4426
  /**
4397
4427
  *
4398
4428
  * @type {string}
@@ -5456,12 +5486,6 @@ export interface IContentPlanPostRequest {
5456
5486
  * @memberof IContentPlanPostRequest
5457
5487
  */
5458
5488
  'targetPublishedAt': string;
5459
- /**
5460
- *
5461
- * @type {number}
5462
- * @memberof IContentPlanPostRequest
5463
- */
5464
- 'minSeoScore'?: number;
5465
5489
  }
5466
5490
  /**
5467
5491
  *
@@ -5571,12 +5595,6 @@ export interface IContentPlanResponse {
5571
5595
  * @memberof IContentPlanResponse
5572
5596
  */
5573
5597
  'seoScore'?: number;
5574
- /**
5575
- *
5576
- * @type {number}
5577
- * @memberof IContentPlanResponse
5578
- */
5579
- 'minSeoScore'?: number;
5580
5598
  /**
5581
5599
  *
5582
5600
  * @type {Array<IContentPlanAttempt>}
@@ -9721,6 +9739,68 @@ export interface IReviewResponse {
9721
9739
  */
9722
9740
  'product'?: IProductResponse;
9723
9741
  }
9742
+ /**
9743
+ *
9744
+ * @export
9745
+ * @interface ISeoRankTrackPatchRequest
9746
+ */
9747
+ export interface ISeoRankTrackPatchRequest {
9748
+ /**
9749
+ *
9750
+ * @type {string}
9751
+ * @memberof ISeoRankTrackPatchRequest
9752
+ */
9753
+ 'keyword'?: string;
9754
+ /**
9755
+ *
9756
+ * @type {number}
9757
+ * @memberof ISeoRankTrackPatchRequest
9758
+ */
9759
+ 'intervalSeconds'?: number;
9760
+ /**
9761
+ *
9762
+ * @type {boolean}
9763
+ * @memberof ISeoRankTrackPatchRequest
9764
+ */
9765
+ 'isActive'?: boolean;
9766
+ /**
9767
+ *
9768
+ * @type {string}
9769
+ * @memberof ISeoRankTrackPatchRequest
9770
+ */
9771
+ 'location'?: string;
9772
+ }
9773
+ /**
9774
+ *
9775
+ * @export
9776
+ * @interface ISeoRankTrackPostRequest
9777
+ */
9778
+ export interface ISeoRankTrackPostRequest {
9779
+ /**
9780
+ *
9781
+ * @type {string}
9782
+ * @memberof ISeoRankTrackPostRequest
9783
+ */
9784
+ 'companyId': string;
9785
+ /**
9786
+ *
9787
+ * @type {string}
9788
+ * @memberof ISeoRankTrackPostRequest
9789
+ */
9790
+ 'keyword': string;
9791
+ /**
9792
+ *
9793
+ * @type {number}
9794
+ * @memberof ISeoRankTrackPostRequest
9795
+ */
9796
+ 'intervalSeconds': number;
9797
+ /**
9798
+ *
9799
+ * @type {string}
9800
+ * @memberof ISeoRankTrackPostRequest
9801
+ */
9802
+ 'location'?: string;
9803
+ }
9724
9804
  /**
9725
9805
  *
9726
9806
  * @export
@@ -10601,6 +10681,12 @@ export interface IThemeResponse {
10601
10681
  'config': {
10602
10682
  [key: string]: any;
10603
10683
  };
10684
+ /**
10685
+ *
10686
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10687
+ * @memberof IThemeResponse
10688
+ */
10689
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10604
10690
  /**
10605
10691
  *
10606
10692
  * @type {Array<string>}
@@ -10625,12 +10711,6 @@ export interface IThemeResponse {
10625
10711
  * @memberof IThemeResponse
10626
10712
  */
10627
10713
  'lastVersion': string;
10628
- /**
10629
- *
10630
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10631
- * @memberof IThemeResponse
10632
- */
10633
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10634
10714
  /**
10635
10715
  *
10636
10716
  * @type {Array<ThemeKeywordEnum>}
@@ -10861,6 +10941,12 @@ export interface IThemesResponseData {
10861
10941
  'config': {
10862
10942
  [key: string]: any;
10863
10943
  };
10944
+ /**
10945
+ *
10946
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10947
+ * @memberof IThemesResponseData
10948
+ */
10949
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10864
10950
  /**
10865
10951
  * Make all properties in T optional
10866
10952
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -10887,12 +10973,6 @@ export interface IThemesResponseData {
10887
10973
  * @memberof IThemesResponseData
10888
10974
  */
10889
10975
  'creator'?: string;
10890
- /**
10891
- *
10892
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
10893
- * @memberof IThemesResponseData
10894
- */
10895
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
10896
10976
  /**
10897
10977
  *
10898
10978
  * @type {Array<ThemeKeywordEnum>}
@@ -11026,6 +11106,12 @@ export interface IThemesResponseDataMain {
11026
11106
  'config': {
11027
11107
  [key: string]: any;
11028
11108
  };
11109
+ /**
11110
+ *
11111
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
11112
+ * @memberof IThemesResponseDataMain
11113
+ */
11114
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
11029
11115
  /**
11030
11116
  * Make all properties in T optional
11031
11117
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentArrayValue; }}
@@ -11052,12 +11138,6 @@ export interface IThemesResponseDataMain {
11052
11138
  * @memberof IThemesResponseDataMain
11053
11139
  */
11054
11140
  'creator'?: string;
11055
- /**
11056
- *
11057
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
11058
- * @memberof IThemesResponseDataMain
11059
- */
11060
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
11061
11141
  /**
11062
11142
  *
11063
11143
  * @type {Array<ThemeKeywordEnum>}
@@ -12950,6 +13030,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
12950
13030
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
12951
13031
  */
12952
13032
  'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
13033
+ /**
13034
+ *
13035
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
13036
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13037
+ */
13038
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
12953
13039
  /**
12954
13040
  *
12955
13041
  * @type {string}
@@ -12968,6 +13054,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
12968
13054
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
12969
13055
  */
12970
13056
  'storageUsageBytes': number;
13057
+ /**
13058
+ *
13059
+ * @type {Array<string>}
13060
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
13061
+ */
13062
+ 'seoCompetitors'?: Array<string>;
12971
13063
  }
12972
13064
  export declare const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum: {
12973
13065
  readonly UNVERIFIED: "UNVERIFIED";
@@ -14587,6 +14679,12 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
14587
14679
  'config': {
14588
14680
  [key: string]: any;
14589
14681
  };
14682
+ /**
14683
+ *
14684
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14685
+ * @memberof PickIThemeExcludeKeyofIThemeGroups
14686
+ */
14687
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14590
14688
  /**
14591
14689
  *
14592
14690
  * @type {Array<string>}
@@ -14611,12 +14709,6 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
14611
14709
  * @memberof PickIThemeExcludeKeyofIThemeGroups
14612
14710
  */
14613
14711
  'lastVersion': string;
14614
- /**
14615
- *
14616
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14617
- * @memberof PickIThemeExcludeKeyofIThemeGroups
14618
- */
14619
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14620
14712
  /**
14621
14713
  *
14622
14714
  * @type {Array<ThemeKeywordEnum>}
@@ -14735,6 +14827,12 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
14735
14827
  'config': {
14736
14828
  [key: string]: any;
14737
14829
  };
14830
+ /**
14831
+ *
14832
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14833
+ * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14834
+ */
14835
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14738
14836
  /**
14739
14837
  * Make all properties in T optional
14740
14838
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentArrayValue; }}
@@ -14761,12 +14859,6 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
14761
14859
  * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14762
14860
  */
14763
14861
  'creator'?: string;
14764
- /**
14765
- *
14766
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14767
- * @memberof PickIThemeExcludeKeyofIThemeLastVersion
14768
- */
14769
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14770
14862
  /**
14771
14863
  *
14772
14864
  * @type {Array<ThemeKeywordEnum>}
@@ -14848,6 +14940,12 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
14848
14940
  'config': {
14849
14941
  [key: string]: any;
14850
14942
  };
14943
+ /**
14944
+ *
14945
+ * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14946
+ * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14947
+ */
14948
+ 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14851
14949
  /**
14852
14950
  * Make all properties in T optional
14853
14951
  * @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
@@ -14874,12 +14972,6 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
14874
14972
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14875
14973
  */
14876
14974
  'creator'?: string;
14877
- /**
14878
- *
14879
- * @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
14880
- * @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
14881
- */
14882
- 'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
14883
14975
  /**
14884
14976
  *
14885
14977
  * @type {Array<ThemeKeywordEnum>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.69",
3
+ "version": "1.3.71",
4
4
  "description": "api-client-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "da285f00f609014d0a34f7df591a974aa0348c98"
40
+ "gitHead": "fce13875010e36bae190d57b9aaa822091e120a1"
41
41
  }