@infisale-client/api 1.3.2 → 1.3.3
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 +1 -1
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -7963,7 +7963,7 @@ export interface ITemplateComponentContentResponse {
|
|
|
7963
7963
|
* @type {string}
|
|
7964
7964
|
* @memberof ITemplateComponentContentResponse
|
|
7965
7965
|
*/
|
|
7966
|
-
'
|
|
7966
|
+
'type': string;
|
|
7967
7967
|
/**
|
|
7968
7968
|
* Construct a type with a set of properties K of type T
|
|
7969
7969
|
* @type {{ [key: string]: any; }}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "api-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": "5cc6af7a0bd08284d890bcc2aeaab1f5b9c2fee7"
|
|
41
41
|
}
|