@infisale-client/api-client 1.3.70 → 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 +12 -12
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -5486,12 +5486,6 @@ export interface IContentPlanPostRequest {
|
|
|
5486
5486
|
* @memberof IContentPlanPostRequest
|
|
5487
5487
|
*/
|
|
5488
5488
|
'targetPublishedAt': string;
|
|
5489
|
-
/**
|
|
5490
|
-
*
|
|
5491
|
-
* @type {number}
|
|
5492
|
-
* @memberof IContentPlanPostRequest
|
|
5493
|
-
*/
|
|
5494
|
-
'minSeoScore'?: number;
|
|
5495
5489
|
}
|
|
5496
5490
|
/**
|
|
5497
5491
|
*
|
|
@@ -5601,12 +5595,6 @@ export interface IContentPlanResponse {
|
|
|
5601
5595
|
* @memberof IContentPlanResponse
|
|
5602
5596
|
*/
|
|
5603
5597
|
'seoScore'?: number;
|
|
5604
|
-
/**
|
|
5605
|
-
*
|
|
5606
|
-
* @type {number}
|
|
5607
|
-
* @memberof IContentPlanResponse
|
|
5608
|
-
*/
|
|
5609
|
-
'minSeoScore'?: number;
|
|
5610
5598
|
/**
|
|
5611
5599
|
*
|
|
5612
5600
|
* @type {Array<IContentPlanAttempt>}
|
|
@@ -9775,6 +9763,12 @@ export interface ISeoRankTrackPatchRequest {
|
|
|
9775
9763
|
* @memberof ISeoRankTrackPatchRequest
|
|
9776
9764
|
*/
|
|
9777
9765
|
'isActive'?: boolean;
|
|
9766
|
+
/**
|
|
9767
|
+
*
|
|
9768
|
+
* @type {string}
|
|
9769
|
+
* @memberof ISeoRankTrackPatchRequest
|
|
9770
|
+
*/
|
|
9771
|
+
'location'?: string;
|
|
9778
9772
|
}
|
|
9779
9773
|
/**
|
|
9780
9774
|
*
|
|
@@ -9800,6 +9794,12 @@ export interface ISeoRankTrackPostRequest {
|
|
|
9800
9794
|
* @memberof ISeoRankTrackPostRequest
|
|
9801
9795
|
*/
|
|
9802
9796
|
'intervalSeconds': number;
|
|
9797
|
+
/**
|
|
9798
|
+
*
|
|
9799
|
+
* @type {string}
|
|
9800
|
+
* @memberof ISeoRankTrackPostRequest
|
|
9801
|
+
*/
|
|
9802
|
+
'location'?: string;
|
|
9803
9803
|
}
|
|
9804
9804
|
/**
|
|
9805
9805
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.3.
|
|
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": "
|
|
40
|
+
"gitHead": "fce13875010e36bae190d57b9aaa822091e120a1"
|
|
41
41
|
}
|