@infisale-client/api-client 1.3.40 → 1.3.42
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 +17 -1
- package/dist/api/api.js +1 -1
- package/dist/api/api.mjs +1 -1
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -8810,6 +8810,22 @@ export interface IThemePatchRequest {
|
|
|
8810
8810
|
* @memberof IThemePatchRequest
|
|
8811
8811
|
*/
|
|
8812
8812
|
'thumbnail'?: IImage;
|
|
8813
|
+
/**
|
|
8814
|
+
* Make all properties in T optional
|
|
8815
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8816
|
+
* @memberof IThemePatchRequest
|
|
8817
|
+
*/
|
|
8818
|
+
'groups'?: {
|
|
8819
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8820
|
+
};
|
|
8821
|
+
/**
|
|
8822
|
+
* Construct a type with a set of properties K of type T
|
|
8823
|
+
* @type {{ [key: string]: any; }}
|
|
8824
|
+
* @memberof IThemePatchRequest
|
|
8825
|
+
*/
|
|
8826
|
+
'config'?: {
|
|
8827
|
+
[key: string]: any;
|
|
8828
|
+
};
|
|
8813
8829
|
}
|
|
8814
8830
|
/**
|
|
8815
8831
|
*
|
|
@@ -12459,7 +12475,7 @@ export type PlanAttributeGroupEnum = typeof PlanAttributeGroupEnum[keyof typeof
|
|
|
12459
12475
|
export declare const PlanAttributeKeyEnum: {
|
|
12460
12476
|
readonly BANDWIDTH: "bandwidth";
|
|
12461
12477
|
readonly STORAGE: "storage";
|
|
12462
|
-
readonly
|
|
12478
|
+
readonly CMS_COLLECTIONS: "cms-collections";
|
|
12463
12479
|
readonly CMS_ITEMS: "cms-items";
|
|
12464
12480
|
readonly PRODUCTS: "products";
|
|
12465
12481
|
readonly LANGUAGES: "languages";
|
package/dist/api/api.js
CHANGED
|
@@ -632,7 +632,7 @@ exports.PlanAttributeGroupEnum = {
|
|
|
632
632
|
exports.PlanAttributeKeyEnum = {
|
|
633
633
|
BANDWIDTH: 'bandwidth',
|
|
634
634
|
STORAGE: 'storage',
|
|
635
|
-
|
|
635
|
+
CMS_COLLECTIONS: 'cms-collections',
|
|
636
636
|
CMS_ITEMS: 'cms-items',
|
|
637
637
|
PRODUCTS: 'products',
|
|
638
638
|
LANGUAGES: 'languages',
|
package/dist/api/api.mjs
CHANGED
|
@@ -621,7 +621,7 @@ export const PlanAttributeGroupEnum = {
|
|
|
621
621
|
export const PlanAttributeKeyEnum = {
|
|
622
622
|
BANDWIDTH: 'bandwidth',
|
|
623
623
|
STORAGE: 'storage',
|
|
624
|
-
|
|
624
|
+
CMS_COLLECTIONS: 'cms-collections',
|
|
625
625
|
CMS_ITEMS: 'cms-items',
|
|
626
626
|
PRODUCTS: 'products',
|
|
627
627
|
LANGUAGES: 'languages',
|
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.42",
|
|
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": "f05572c6fe1c42e97435493baf1aae81cc58aca1"
|
|
41
41
|
}
|