@infisale-client/api 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
|
@@ -8823,6 +8823,22 @@ export interface IThemePatchRequest {
|
|
|
8823
8823
|
* @memberof IThemePatchRequest
|
|
8824
8824
|
*/
|
|
8825
8825
|
'thumbnail'?: IImage;
|
|
8826
|
+
/**
|
|
8827
|
+
* Make all properties in T optional
|
|
8828
|
+
* @type {{ [key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8829
|
+
* @memberof IThemePatchRequest
|
|
8830
|
+
*/
|
|
8831
|
+
'groups'?: {
|
|
8832
|
+
[key: string]: PartialRecordStringTitleStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8833
|
+
};
|
|
8834
|
+
/**
|
|
8835
|
+
* Construct a type with a set of properties K of type T
|
|
8836
|
+
* @type {{ [key: string]: any; }}
|
|
8837
|
+
* @memberof IThemePatchRequest
|
|
8838
|
+
*/
|
|
8839
|
+
'config'?: {
|
|
8840
|
+
[key: string]: any;
|
|
8841
|
+
};
|
|
8826
8842
|
}
|
|
8827
8843
|
/**
|
|
8828
8844
|
*
|
|
@@ -12472,7 +12488,7 @@ export type PlanAttributeGroupEnum = typeof PlanAttributeGroupEnum[keyof typeof
|
|
|
12472
12488
|
export declare const PlanAttributeKeyEnum: {
|
|
12473
12489
|
readonly BANDWIDTH: "bandwidth";
|
|
12474
12490
|
readonly STORAGE: "storage";
|
|
12475
|
-
readonly
|
|
12491
|
+
readonly CMS_COLLECTIONS: "cms-collections";
|
|
12476
12492
|
readonly CMS_ITEMS: "cms-items";
|
|
12477
12493
|
readonly PRODUCTS: "products";
|
|
12478
12494
|
readonly LANGUAGES: "languages";
|
package/dist/api/api.js
CHANGED
|
@@ -633,7 +633,7 @@ exports.PlanAttributeGroupEnum = {
|
|
|
633
633
|
exports.PlanAttributeKeyEnum = {
|
|
634
634
|
BANDWIDTH: 'bandwidth',
|
|
635
635
|
STORAGE: 'storage',
|
|
636
|
-
|
|
636
|
+
CMS_COLLECTIONS: 'cms-collections',
|
|
637
637
|
CMS_ITEMS: 'cms-items',
|
|
638
638
|
PRODUCTS: 'products',
|
|
639
639
|
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",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.42",
|
|
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": "f05572c6fe1c42e97435493baf1aae81cc58aca1"
|
|
41
41
|
}
|