@infisale-client/api 1.3.54 → 1.3.55
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 +247 -274
- 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
|
@@ -1625,13 +1625,11 @@ export interface ICollection {
|
|
|
1625
1625
|
*/
|
|
1626
1626
|
'slugs': Array<string>;
|
|
1627
1627
|
/**
|
|
1628
|
-
*
|
|
1629
|
-
* @type {
|
|
1628
|
+
*
|
|
1629
|
+
* @type {string}
|
|
1630
1630
|
* @memberof ICollection
|
|
1631
1631
|
*/
|
|
1632
|
-
'
|
|
1633
|
-
[key: string]: string;
|
|
1634
|
-
};
|
|
1632
|
+
'template': string;
|
|
1635
1633
|
}
|
|
1636
1634
|
/**
|
|
1637
1635
|
*
|
|
@@ -1713,10 +1711,10 @@ export type ICollectionCollectionsQueryParamsDateFieldEnum = typeof ICollectionC
|
|
|
1713
1711
|
export interface ICollectionPatchRequest {
|
|
1714
1712
|
/**
|
|
1715
1713
|
*
|
|
1716
|
-
* @type {
|
|
1714
|
+
* @type {string}
|
|
1717
1715
|
* @memberof ICollectionPatchRequest
|
|
1718
1716
|
*/
|
|
1719
|
-
'template'?:
|
|
1717
|
+
'template'?: string;
|
|
1720
1718
|
/**
|
|
1721
1719
|
*
|
|
1722
1720
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -1744,22 +1742,22 @@ export interface ICollectionPostRequest {
|
|
|
1744
1742
|
'company': string;
|
|
1745
1743
|
/**
|
|
1746
1744
|
*
|
|
1747
|
-
* @type {
|
|
1745
|
+
* @type {string}
|
|
1748
1746
|
* @memberof ICollectionPostRequest
|
|
1749
1747
|
*/
|
|
1750
|
-
'
|
|
1748
|
+
'template': string;
|
|
1751
1749
|
/**
|
|
1752
1750
|
*
|
|
1753
|
-
* @type {
|
|
1751
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
1754
1752
|
* @memberof ICollectionPostRequest
|
|
1755
1753
|
*/
|
|
1756
|
-
'
|
|
1754
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1757
1755
|
/**
|
|
1758
1756
|
*
|
|
1759
|
-
* @type {
|
|
1757
|
+
* @type {IImage}
|
|
1760
1758
|
* @memberof ICollectionPostRequest
|
|
1761
1759
|
*/
|
|
1762
|
-
'
|
|
1760
|
+
'thumbnail'?: IImage;
|
|
1763
1761
|
}
|
|
1764
1762
|
/**
|
|
1765
1763
|
*
|
|
@@ -1767,6 +1765,12 @@ export interface ICollectionPostRequest {
|
|
|
1767
1765
|
* @interface ICollectionResponse
|
|
1768
1766
|
*/
|
|
1769
1767
|
export interface ICollectionResponse {
|
|
1768
|
+
/**
|
|
1769
|
+
*
|
|
1770
|
+
* @type {string}
|
|
1771
|
+
* @memberof ICollectionResponse
|
|
1772
|
+
*/
|
|
1773
|
+
'company': string;
|
|
1770
1774
|
/**
|
|
1771
1775
|
*
|
|
1772
1776
|
* @type {string}
|
|
@@ -1791,18 +1795,6 @@ export interface ICollectionResponse {
|
|
|
1791
1795
|
* @memberof ICollectionResponse
|
|
1792
1796
|
*/
|
|
1793
1797
|
'updatedAt': string;
|
|
1794
|
-
/**
|
|
1795
|
-
*
|
|
1796
|
-
* @type {string}
|
|
1797
|
-
* @memberof ICollectionResponse
|
|
1798
|
-
*/
|
|
1799
|
-
'company': string;
|
|
1800
|
-
/**
|
|
1801
|
-
*
|
|
1802
|
-
* @type {IImage}
|
|
1803
|
-
* @memberof ICollectionResponse
|
|
1804
|
-
*/
|
|
1805
|
-
'thumbnail'?: IImage;
|
|
1806
1798
|
/**
|
|
1807
1799
|
*
|
|
1808
1800
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -1816,13 +1808,11 @@ export interface ICollectionResponse {
|
|
|
1816
1808
|
*/
|
|
1817
1809
|
'slugs': Array<string>;
|
|
1818
1810
|
/**
|
|
1819
|
-
*
|
|
1820
|
-
* @type {
|
|
1811
|
+
*
|
|
1812
|
+
* @type {IImage}
|
|
1821
1813
|
* @memberof ICollectionResponse
|
|
1822
1814
|
*/
|
|
1823
|
-
'
|
|
1824
|
-
[key: string]: string;
|
|
1825
|
-
};
|
|
1815
|
+
'thumbnail'?: IImage;
|
|
1826
1816
|
/**
|
|
1827
1817
|
*
|
|
1828
1818
|
* @type {ContentStatusEnum}
|
|
@@ -2234,12 +2224,6 @@ export interface ICompany {
|
|
|
2234
2224
|
* @memberof ICompany
|
|
2235
2225
|
*/
|
|
2236
2226
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2237
|
-
/**
|
|
2238
|
-
*
|
|
2239
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
2240
|
-
* @memberof ICompany
|
|
2241
|
-
*/
|
|
2242
|
-
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
2243
2227
|
/**
|
|
2244
2228
|
*
|
|
2245
2229
|
* @type {CompanyStatusEnum}
|
|
@@ -2477,12 +2461,6 @@ export interface ICompanyAdminResponse {
|
|
|
2477
2461
|
* @memberof ICompanyAdminResponse
|
|
2478
2462
|
*/
|
|
2479
2463
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
2480
|
-
/**
|
|
2481
|
-
*
|
|
2482
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
2483
|
-
* @memberof ICompanyAdminResponse
|
|
2484
|
-
*/
|
|
2485
|
-
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
2486
2464
|
/**
|
|
2487
2465
|
*
|
|
2488
2466
|
* @type {string}
|
|
@@ -2589,6 +2567,12 @@ export interface ICompanyAdminResponse {
|
|
|
2589
2567
|
* @memberof ICompanyAdminResponse
|
|
2590
2568
|
*/
|
|
2591
2569
|
'accountAccess': boolean;
|
|
2570
|
+
/**
|
|
2571
|
+
*
|
|
2572
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
2573
|
+
* @memberof ICompanyAdminResponse
|
|
2574
|
+
*/
|
|
2575
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
2592
2576
|
/**
|
|
2593
2577
|
*
|
|
2594
2578
|
* @type {IPlanResponse}
|
|
@@ -3201,12 +3185,6 @@ export interface ICompanyPatchRequest {
|
|
|
3201
3185
|
'legalDocuments'?: {
|
|
3202
3186
|
[key: string]: RecordStringUrlStringFileIImageValue;
|
|
3203
3187
|
};
|
|
3204
|
-
/**
|
|
3205
|
-
*
|
|
3206
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
3207
|
-
* @memberof ICompanyPatchRequest
|
|
3208
|
-
*/
|
|
3209
|
-
'cmsCollections'?: Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
3210
3188
|
/**
|
|
3211
3189
|
*
|
|
3212
3190
|
* @type {string}
|
|
@@ -3574,12 +3552,6 @@ export interface ICompanyResponse {
|
|
|
3574
3552
|
* @memberof ICompanyResponse
|
|
3575
3553
|
*/
|
|
3576
3554
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
3577
|
-
/**
|
|
3578
|
-
*
|
|
3579
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
3580
|
-
* @memberof ICompanyResponse
|
|
3581
|
-
*/
|
|
3582
|
-
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
3583
3555
|
/**
|
|
3584
3556
|
*
|
|
3585
3557
|
* @type {string}
|
|
@@ -3666,6 +3638,12 @@ export interface ICompanyResponse {
|
|
|
3666
3638
|
* @memberof ICompanyResponse
|
|
3667
3639
|
*/
|
|
3668
3640
|
'accountAccess': boolean;
|
|
3641
|
+
/**
|
|
3642
|
+
*
|
|
3643
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
3644
|
+
* @memberof ICompanyResponse
|
|
3645
|
+
*/
|
|
3646
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
3669
3647
|
}
|
|
3670
3648
|
/**
|
|
3671
3649
|
*
|
|
@@ -5112,6 +5090,12 @@ export interface INavigationLink {
|
|
|
5112
5090
|
* @memberof INavigationLink
|
|
5113
5091
|
*/
|
|
5114
5092
|
'object': any;
|
|
5093
|
+
/**
|
|
5094
|
+
*
|
|
5095
|
+
* @type {number}
|
|
5096
|
+
* @memberof INavigationLink
|
|
5097
|
+
*/
|
|
5098
|
+
'levels': number;
|
|
5115
5099
|
}
|
|
5116
5100
|
/**
|
|
5117
5101
|
*
|
|
@@ -6560,10 +6544,10 @@ export interface IPageGetAllQueryParams {
|
|
|
6560
6544
|
export interface IPagePatchRequest {
|
|
6561
6545
|
/**
|
|
6562
6546
|
*
|
|
6563
|
-
* @type {
|
|
6547
|
+
* @type {string}
|
|
6564
6548
|
* @memberof IPagePatchRequest
|
|
6565
6549
|
*/
|
|
6566
|
-
'template'?:
|
|
6550
|
+
'template'?: string;
|
|
6567
6551
|
/**
|
|
6568
6552
|
*
|
|
6569
6553
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -6589,6 +6573,12 @@ export interface IPagePostRequest {
|
|
|
6589
6573
|
* @memberof IPagePostRequest
|
|
6590
6574
|
*/
|
|
6591
6575
|
'company': string;
|
|
6576
|
+
/**
|
|
6577
|
+
*
|
|
6578
|
+
* @type {string}
|
|
6579
|
+
* @memberof IPagePostRequest
|
|
6580
|
+
*/
|
|
6581
|
+
'template': string;
|
|
6592
6582
|
/**
|
|
6593
6583
|
*
|
|
6594
6584
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -6607,12 +6597,6 @@ export interface IPagePostRequest {
|
|
|
6607
6597
|
* @memberof IPagePostRequest
|
|
6608
6598
|
*/
|
|
6609
6599
|
'type': string;
|
|
6610
|
-
/**
|
|
6611
|
-
*
|
|
6612
|
-
* @type {ITemplateResponse}
|
|
6613
|
-
* @memberof IPagePostRequest
|
|
6614
|
-
*/
|
|
6615
|
-
'template'?: ITemplateResponse;
|
|
6616
6600
|
}
|
|
6617
6601
|
/**
|
|
6618
6602
|
*
|
|
@@ -6650,14 +6634,6 @@ export interface IPageResponse {
|
|
|
6650
6634
|
* @memberof IPageResponse
|
|
6651
6635
|
*/
|
|
6652
6636
|
'updatedAt': string;
|
|
6653
|
-
/**
|
|
6654
|
-
* Construct a type with a set of properties K of type T
|
|
6655
|
-
* @type {{ [key: string]: string; }}
|
|
6656
|
-
* @memberof IPageResponse
|
|
6657
|
-
*/
|
|
6658
|
-
'templates': {
|
|
6659
|
-
[key: string]: string;
|
|
6660
|
-
};
|
|
6661
6637
|
/**
|
|
6662
6638
|
*
|
|
6663
6639
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -7355,10 +7331,10 @@ export interface IProductPatchRequest {
|
|
|
7355
7331
|
'brand'?: string;
|
|
7356
7332
|
/**
|
|
7357
7333
|
*
|
|
7358
|
-
* @type {
|
|
7334
|
+
* @type {string}
|
|
7359
7335
|
* @memberof IProductPatchRequest
|
|
7360
7336
|
*/
|
|
7361
|
-
'template'?:
|
|
7337
|
+
'template'?: string;
|
|
7362
7338
|
/**
|
|
7363
7339
|
*
|
|
7364
7340
|
* @type {string}
|
|
@@ -7536,10 +7512,10 @@ export interface IProductPostRequest {
|
|
|
7536
7512
|
'brand'?: string;
|
|
7537
7513
|
/**
|
|
7538
7514
|
*
|
|
7539
|
-
* @type {
|
|
7515
|
+
* @type {string}
|
|
7540
7516
|
* @memberof IProductPostRequest
|
|
7541
7517
|
*/
|
|
7542
|
-
'template'
|
|
7518
|
+
'template': string;
|
|
7543
7519
|
}
|
|
7544
7520
|
/**
|
|
7545
7521
|
*
|
|
@@ -7607,14 +7583,6 @@ export interface IProductResponse {
|
|
|
7607
7583
|
* @memberof IProductResponse
|
|
7608
7584
|
*/
|
|
7609
7585
|
'collections': Array<string>;
|
|
7610
|
-
/**
|
|
7611
|
-
* Construct a type with a set of properties K of type T
|
|
7612
|
-
* @type {{ [key: string]: string; }}
|
|
7613
|
-
* @memberof IProductResponse
|
|
7614
|
-
*/
|
|
7615
|
-
'templates': {
|
|
7616
|
-
[key: string]: string;
|
|
7617
|
-
};
|
|
7618
7586
|
/**
|
|
7619
7587
|
*
|
|
7620
7588
|
* @type {string}
|
|
@@ -8699,18 +8667,6 @@ export interface ITemplatePatchRequest {
|
|
|
8699
8667
|
* @memberof ITemplatePatchRequest
|
|
8700
8668
|
*/
|
|
8701
8669
|
'type'?: string;
|
|
8702
|
-
/**
|
|
8703
|
-
*
|
|
8704
|
-
* @type {boolean}
|
|
8705
|
-
* @memberof ITemplatePatchRequest
|
|
8706
|
-
*/
|
|
8707
|
-
'unique'?: boolean;
|
|
8708
|
-
/**
|
|
8709
|
-
*
|
|
8710
|
-
* @type {boolean}
|
|
8711
|
-
* @memberof ITemplatePatchRequest
|
|
8712
|
-
*/
|
|
8713
|
-
'default'?: boolean;
|
|
8714
8670
|
}
|
|
8715
8671
|
/**
|
|
8716
8672
|
*
|
|
@@ -8748,18 +8704,6 @@ export interface ITemplatePostRequest {
|
|
|
8748
8704
|
* @memberof ITemplatePostRequest
|
|
8749
8705
|
*/
|
|
8750
8706
|
'type': string;
|
|
8751
|
-
/**
|
|
8752
|
-
*
|
|
8753
|
-
* @type {boolean}
|
|
8754
|
-
* @memberof ITemplatePostRequest
|
|
8755
|
-
*/
|
|
8756
|
-
'unique': boolean;
|
|
8757
|
-
/**
|
|
8758
|
-
*
|
|
8759
|
-
* @type {boolean}
|
|
8760
|
-
* @memberof ITemplatePostRequest
|
|
8761
|
-
*/
|
|
8762
|
-
'default'?: boolean;
|
|
8763
8707
|
}
|
|
8764
8708
|
/**
|
|
8765
8709
|
*
|
|
@@ -8815,18 +8759,6 @@ export interface ITemplateResponse {
|
|
|
8815
8759
|
* @memberof ITemplateResponse
|
|
8816
8760
|
*/
|
|
8817
8761
|
'type': string;
|
|
8818
|
-
/**
|
|
8819
|
-
*
|
|
8820
|
-
* @type {boolean}
|
|
8821
|
-
* @memberof ITemplateResponse
|
|
8822
|
-
*/
|
|
8823
|
-
'unique': boolean;
|
|
8824
|
-
/**
|
|
8825
|
-
*
|
|
8826
|
-
* @type {boolean}
|
|
8827
|
-
* @memberof ITemplateResponse
|
|
8828
|
-
*/
|
|
8829
|
-
'default'?: boolean;
|
|
8830
8762
|
/**
|
|
8831
8763
|
*
|
|
8832
8764
|
* @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
|
|
@@ -8947,6 +8879,12 @@ export interface ITheme {
|
|
|
8947
8879
|
* @memberof ITheme
|
|
8948
8880
|
*/
|
|
8949
8881
|
'lastVersion': string;
|
|
8882
|
+
/**
|
|
8883
|
+
*
|
|
8884
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
8885
|
+
* @memberof ITheme
|
|
8886
|
+
*/
|
|
8887
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
8950
8888
|
/**
|
|
8951
8889
|
*
|
|
8952
8890
|
* @type {boolean}
|
|
@@ -9149,6 +9087,12 @@ export interface IThemeResponse {
|
|
|
9149
9087
|
* @memberof IThemeResponse
|
|
9150
9088
|
*/
|
|
9151
9089
|
'lastVersion': string;
|
|
9090
|
+
/**
|
|
9091
|
+
*
|
|
9092
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
9093
|
+
* @memberof IThemeResponse
|
|
9094
|
+
*/
|
|
9095
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
9152
9096
|
/**
|
|
9153
9097
|
*
|
|
9154
9098
|
* @type {boolean}
|
|
@@ -9362,6 +9306,12 @@ export interface IThemesResponseData {
|
|
|
9362
9306
|
* @memberof IThemesResponseData
|
|
9363
9307
|
*/
|
|
9364
9308
|
'creator'?: string;
|
|
9309
|
+
/**
|
|
9310
|
+
*
|
|
9311
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
9312
|
+
* @memberof IThemesResponseData
|
|
9313
|
+
*/
|
|
9314
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
9365
9315
|
/**
|
|
9366
9316
|
*
|
|
9367
9317
|
* @type {boolean}
|
|
@@ -9509,6 +9459,12 @@ export interface IThemesResponseDataMain {
|
|
|
9509
9459
|
* @memberof IThemesResponseDataMain
|
|
9510
9460
|
*/
|
|
9511
9461
|
'creator'?: string;
|
|
9462
|
+
/**
|
|
9463
|
+
*
|
|
9464
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
9465
|
+
* @memberof IThemesResponseDataMain
|
|
9466
|
+
*/
|
|
9467
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
9512
9468
|
/**
|
|
9513
9469
|
*
|
|
9514
9470
|
* @type {boolean}
|
|
@@ -9649,14 +9605,6 @@ export interface IUniquePageResponse {
|
|
|
9649
9605
|
* @memberof IUniquePageResponse
|
|
9650
9606
|
*/
|
|
9651
9607
|
'updatedAt': string;
|
|
9652
|
-
/**
|
|
9653
|
-
* Construct a type with a set of properties K of type T
|
|
9654
|
-
* @type {{ [key: string]: string; }}
|
|
9655
|
-
* @memberof IUniquePageResponse
|
|
9656
|
-
*/
|
|
9657
|
-
'templates': {
|
|
9658
|
-
[key: string]: string;
|
|
9659
|
-
};
|
|
9660
9608
|
/**
|
|
9661
9609
|
*
|
|
9662
9610
|
* @type {PartialRecordLanguageEnumTitleStringDescription63String}
|
|
@@ -10885,6 +10833,92 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
|
|
|
10885
10833
|
*/
|
|
10886
10834
|
'attributes': Array<ICategoryResponseAttributesInner>;
|
|
10887
10835
|
}
|
|
10836
|
+
/**
|
|
10837
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
10838
|
+
* @export
|
|
10839
|
+
* @interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
10840
|
+
*/
|
|
10841
|
+
export interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrSlugsOrKeyofIContentsValue {
|
|
10842
|
+
/**
|
|
10843
|
+
*
|
|
10844
|
+
* @type {string}
|
|
10845
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
10846
|
+
*/
|
|
10847
|
+
'company': string;
|
|
10848
|
+
/**
|
|
10849
|
+
*
|
|
10850
|
+
* @type {string}
|
|
10851
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
10852
|
+
*/
|
|
10853
|
+
'template': string;
|
|
10854
|
+
/**
|
|
10855
|
+
*
|
|
10856
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
10857
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
10858
|
+
*/
|
|
10859
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
10860
|
+
/**
|
|
10861
|
+
*
|
|
10862
|
+
* @type {IImage}
|
|
10863
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
10864
|
+
*/
|
|
10865
|
+
'thumbnail'?: IImage;
|
|
10866
|
+
}
|
|
10867
|
+
/**
|
|
10868
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
10869
|
+
* @export
|
|
10870
|
+
* @interface PickICollectionExcludeKeyofICollectionTemplate
|
|
10871
|
+
*/
|
|
10872
|
+
export interface PickICollectionExcludeKeyofICollectionTemplate {
|
|
10873
|
+
/**
|
|
10874
|
+
*
|
|
10875
|
+
* @type {string}
|
|
10876
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10877
|
+
*/
|
|
10878
|
+
'company': string;
|
|
10879
|
+
/**
|
|
10880
|
+
*
|
|
10881
|
+
* @type {string}
|
|
10882
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10883
|
+
*/
|
|
10884
|
+
'_id': string;
|
|
10885
|
+
/**
|
|
10886
|
+
*
|
|
10887
|
+
* @type {number}
|
|
10888
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10889
|
+
*/
|
|
10890
|
+
'__v': number;
|
|
10891
|
+
/**
|
|
10892
|
+
*
|
|
10893
|
+
* @type {string}
|
|
10894
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10895
|
+
*/
|
|
10896
|
+
'createdAt': string;
|
|
10897
|
+
/**
|
|
10898
|
+
*
|
|
10899
|
+
* @type {string}
|
|
10900
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10901
|
+
*/
|
|
10902
|
+
'updatedAt': string;
|
|
10903
|
+
/**
|
|
10904
|
+
*
|
|
10905
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
10906
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10907
|
+
*/
|
|
10908
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
10909
|
+
/**
|
|
10910
|
+
*
|
|
10911
|
+
* @type {Array<string>}
|
|
10912
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10913
|
+
*/
|
|
10914
|
+
'slugs': Array<string>;
|
|
10915
|
+
/**
|
|
10916
|
+
*
|
|
10917
|
+
* @type {IImage}
|
|
10918
|
+
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
10919
|
+
*/
|
|
10920
|
+
'thumbnail'?: IImage;
|
|
10921
|
+
}
|
|
10888
10922
|
/**
|
|
10889
10923
|
* From T, pick a set of properties whose keys are in the union K
|
|
10890
10924
|
* @export
|
|
@@ -10939,31 +10973,6 @@ export declare const PickICollectionQueryParamsExcludeKeyofICollectionQueryParam
|
|
|
10939
10973
|
readonly UPDATED_AT: "updatedAt";
|
|
10940
10974
|
};
|
|
10941
10975
|
export type PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = typeof PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum[keyof typeof PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum];
|
|
10942
|
-
/**
|
|
10943
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
10944
|
-
* @export
|
|
10945
|
-
* @interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10946
|
-
*/
|
|
10947
|
-
export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
|
|
10948
|
-
/**
|
|
10949
|
-
*
|
|
10950
|
-
* @type {string}
|
|
10951
|
-
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10952
|
-
*/
|
|
10953
|
-
'company': string;
|
|
10954
|
-
/**
|
|
10955
|
-
*
|
|
10956
|
-
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
10957
|
-
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10958
|
-
*/
|
|
10959
|
-
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
10960
|
-
/**
|
|
10961
|
-
*
|
|
10962
|
-
* @type {IImage}
|
|
10963
|
-
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
10964
|
-
*/
|
|
10965
|
-
'thumbnail'?: IImage;
|
|
10966
|
-
}
|
|
10967
10976
|
/**
|
|
10968
10977
|
* From T, pick a set of properties whose keys are in the union K
|
|
10969
10978
|
* @export
|
|
@@ -11244,12 +11253,6 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
11244
11253
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
11245
11254
|
*/
|
|
11246
11255
|
'onboarding': RecordCompanyOnboardingStepEnumBoolean;
|
|
11247
|
-
/**
|
|
11248
|
-
*
|
|
11249
|
-
* @type {Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>}
|
|
11250
|
-
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
11251
|
-
*/
|
|
11252
|
-
'cmsCollections': Array<PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner>;
|
|
11253
11256
|
/**
|
|
11254
11257
|
*
|
|
11255
11258
|
* @type {string}
|
|
@@ -11269,37 +11272,6 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
11269
11272
|
*/
|
|
11270
11273
|
'storageUsageBytes': number;
|
|
11271
11274
|
}
|
|
11272
|
-
/**
|
|
11273
|
-
*
|
|
11274
|
-
* @export
|
|
11275
|
-
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
11276
|
-
*/
|
|
11277
|
-
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner {
|
|
11278
|
-
/**
|
|
11279
|
-
*
|
|
11280
|
-
* @type {string}
|
|
11281
|
-
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
11282
|
-
*/
|
|
11283
|
-
'slug': string;
|
|
11284
|
-
/**
|
|
11285
|
-
*
|
|
11286
|
-
* @type {string}
|
|
11287
|
-
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
11288
|
-
*/
|
|
11289
|
-
'singularTitle': string;
|
|
11290
|
-
/**
|
|
11291
|
-
*
|
|
11292
|
-
* @type {string}
|
|
11293
|
-
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
11294
|
-
*/
|
|
11295
|
-
'pluralTitle': string;
|
|
11296
|
-
/**
|
|
11297
|
-
*
|
|
11298
|
-
* @type {string}
|
|
11299
|
-
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCmsCollectionsInner
|
|
11300
|
-
*/
|
|
11301
|
-
'title': string;
|
|
11302
|
-
}
|
|
11303
11275
|
/**
|
|
11304
11276
|
*
|
|
11305
11277
|
* @export
|
|
@@ -11983,6 +11955,43 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeShippedInner {
|
|
|
11983
11955
|
*/
|
|
11984
11956
|
'_id': string;
|
|
11985
11957
|
}
|
|
11958
|
+
/**
|
|
11959
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
11960
|
+
* @export
|
|
11961
|
+
* @interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
11962
|
+
*/
|
|
11963
|
+
export interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrSlugsOrKeyofIContentsValue {
|
|
11964
|
+
/**
|
|
11965
|
+
*
|
|
11966
|
+
* @type {string}
|
|
11967
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
11968
|
+
*/
|
|
11969
|
+
'company': string;
|
|
11970
|
+
/**
|
|
11971
|
+
*
|
|
11972
|
+
* @type {string}
|
|
11973
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
11974
|
+
*/
|
|
11975
|
+
'template': string;
|
|
11976
|
+
/**
|
|
11977
|
+
*
|
|
11978
|
+
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
11979
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
11980
|
+
*/
|
|
11981
|
+
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
11982
|
+
/**
|
|
11983
|
+
*
|
|
11984
|
+
* @type {IImage}
|
|
11985
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
11986
|
+
*/
|
|
11987
|
+
'thumbnail'?: IImage;
|
|
11988
|
+
/**
|
|
11989
|
+
*
|
|
11990
|
+
* @type {string}
|
|
11991
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrSlugsOrKeyofIContentsValue
|
|
11992
|
+
*/
|
|
11993
|
+
'type': string;
|
|
11994
|
+
}
|
|
11986
11995
|
/**
|
|
11987
11996
|
* From T, pick a set of properties whose keys are in the union K
|
|
11988
11997
|
* @export
|
|
@@ -12019,14 +12028,6 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
12019
12028
|
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
12020
12029
|
*/
|
|
12021
12030
|
'updatedAt': string;
|
|
12022
|
-
/**
|
|
12023
|
-
* Construct a type with a set of properties K of type T
|
|
12024
|
-
* @type {{ [key: string]: string; }}
|
|
12025
|
-
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
12026
|
-
*/
|
|
12027
|
-
'templates': {
|
|
12028
|
-
[key: string]: string;
|
|
12029
|
-
};
|
|
12030
12031
|
/**
|
|
12031
12032
|
*
|
|
12032
12033
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
@@ -12052,37 +12053,6 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
12052
12053
|
*/
|
|
12053
12054
|
'type': string;
|
|
12054
12055
|
}
|
|
12055
|
-
/**
|
|
12056
|
-
* From T, pick a set of properties whose keys are in the union K
|
|
12057
|
-
* @export
|
|
12058
|
-
* @interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
12059
|
-
*/
|
|
12060
|
-
export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue {
|
|
12061
|
-
/**
|
|
12062
|
-
*
|
|
12063
|
-
* @type {string}
|
|
12064
|
-
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
12065
|
-
*/
|
|
12066
|
-
'company': string;
|
|
12067
|
-
/**
|
|
12068
|
-
*
|
|
12069
|
-
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
12070
|
-
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
12071
|
-
*/
|
|
12072
|
-
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12073
|
-
/**
|
|
12074
|
-
*
|
|
12075
|
-
* @type {IImage}
|
|
12076
|
-
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
12077
|
-
*/
|
|
12078
|
-
'thumbnail'?: IImage;
|
|
12079
|
-
/**
|
|
12080
|
-
*
|
|
12081
|
-
* @type {string}
|
|
12082
|
-
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplatesOrSlugsOrKeyofIContentsValue
|
|
12083
|
-
*/
|
|
12084
|
-
'type': string;
|
|
12085
|
-
}
|
|
12086
12056
|
/**
|
|
12087
12057
|
* From T, pick a set of properties whose keys are in the union K
|
|
12088
12058
|
* @export
|
|
@@ -12210,14 +12180,6 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
|
|
|
12210
12180
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
12211
12181
|
*/
|
|
12212
12182
|
'collections': Array<string>;
|
|
12213
|
-
/**
|
|
12214
|
-
* Construct a type with a set of properties K of type T
|
|
12215
|
-
* @type {{ [key: string]: string; }}
|
|
12216
|
-
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
12217
|
-
*/
|
|
12218
|
-
'templates': {
|
|
12219
|
-
[key: string]: string;
|
|
12220
|
-
};
|
|
12221
12183
|
/**
|
|
12222
12184
|
*
|
|
12223
12185
|
* @type {string}
|
|
@@ -12644,18 +12606,6 @@ export interface PickITemplateExcludeKeyofITemplateComponents {
|
|
|
12644
12606
|
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
12645
12607
|
*/
|
|
12646
12608
|
'type': string;
|
|
12647
|
-
/**
|
|
12648
|
-
*
|
|
12649
|
-
* @type {boolean}
|
|
12650
|
-
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
12651
|
-
*/
|
|
12652
|
-
'unique': boolean;
|
|
12653
|
-
/**
|
|
12654
|
-
*
|
|
12655
|
-
* @type {boolean}
|
|
12656
|
-
* @memberof PickITemplateExcludeKeyofITemplateComponents
|
|
12657
|
-
*/
|
|
12658
|
-
'default'?: boolean;
|
|
12659
12609
|
}
|
|
12660
12610
|
/**
|
|
12661
12611
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -12693,18 +12643,6 @@ export interface PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoRes
|
|
|
12693
12643
|
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
12694
12644
|
*/
|
|
12695
12645
|
'type': string;
|
|
12696
|
-
/**
|
|
12697
|
-
*
|
|
12698
|
-
* @type {boolean}
|
|
12699
|
-
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
12700
|
-
*/
|
|
12701
|
-
'unique': boolean;
|
|
12702
|
-
/**
|
|
12703
|
-
*
|
|
12704
|
-
* @type {boolean}
|
|
12705
|
-
* @memberof PickITemplateResponseExcludeKeyofITemplateResponseKeyofMongoResponse
|
|
12706
|
-
*/
|
|
12707
|
-
'default'?: boolean;
|
|
12708
12646
|
}
|
|
12709
12647
|
/**
|
|
12710
12648
|
* From T, pick a set of properties whose keys are in the union K
|
|
@@ -12798,6 +12736,12 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
|
|
|
12798
12736
|
* @memberof PickIThemeExcludeKeyofIThemeGroups
|
|
12799
12737
|
*/
|
|
12800
12738
|
'lastVersion': string;
|
|
12739
|
+
/**
|
|
12740
|
+
*
|
|
12741
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
12742
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroups
|
|
12743
|
+
*/
|
|
12744
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
12801
12745
|
/**
|
|
12802
12746
|
*
|
|
12803
12747
|
* @type {boolean}
|
|
@@ -12805,6 +12749,37 @@ export interface PickIThemeExcludeKeyofIThemeGroups {
|
|
|
12805
12749
|
*/
|
|
12806
12750
|
'deleted': boolean;
|
|
12807
12751
|
}
|
|
12752
|
+
/**
|
|
12753
|
+
*
|
|
12754
|
+
* @export
|
|
12755
|
+
* @interface PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner
|
|
12756
|
+
*/
|
|
12757
|
+
export interface PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner {
|
|
12758
|
+
/**
|
|
12759
|
+
*
|
|
12760
|
+
* @type {string}
|
|
12761
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner
|
|
12762
|
+
*/
|
|
12763
|
+
'slug': string;
|
|
12764
|
+
/**
|
|
12765
|
+
*
|
|
12766
|
+
* @type {string}
|
|
12767
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner
|
|
12768
|
+
*/
|
|
12769
|
+
'singularTitle': string;
|
|
12770
|
+
/**
|
|
12771
|
+
*
|
|
12772
|
+
* @type {string}
|
|
12773
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner
|
|
12774
|
+
*/
|
|
12775
|
+
'pluralTitle': string;
|
|
12776
|
+
/**
|
|
12777
|
+
*
|
|
12778
|
+
* @type {string}
|
|
12779
|
+
* @memberof PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner
|
|
12780
|
+
*/
|
|
12781
|
+
'title': string;
|
|
12782
|
+
}
|
|
12808
12783
|
/**
|
|
12809
12784
|
* From T, pick a set of properties whose keys are in the union K
|
|
12810
12785
|
* @export
|
|
@@ -12899,6 +12874,12 @@ export interface PickIThemeExcludeKeyofIThemeLastVersion {
|
|
|
12899
12874
|
* @memberof PickIThemeExcludeKeyofIThemeLastVersion
|
|
12900
12875
|
*/
|
|
12901
12876
|
'creator'?: string;
|
|
12877
|
+
/**
|
|
12878
|
+
*
|
|
12879
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
12880
|
+
* @memberof PickIThemeExcludeKeyofIThemeLastVersion
|
|
12881
|
+
*/
|
|
12882
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
12902
12883
|
/**
|
|
12903
12884
|
*
|
|
12904
12885
|
* @type {boolean}
|
|
@@ -12994,6 +12975,12 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain {
|
|
|
12994
12975
|
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
|
|
12995
12976
|
*/
|
|
12996
12977
|
'creator'?: string;
|
|
12978
|
+
/**
|
|
12979
|
+
*
|
|
12980
|
+
* @type {Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>}
|
|
12981
|
+
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseLastVersionOrMain
|
|
12982
|
+
*/
|
|
12983
|
+
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
12997
12984
|
/**
|
|
12998
12985
|
*
|
|
12999
12986
|
* @type {boolean}
|
|
@@ -13065,14 +13052,6 @@ export interface PickIUniquePageExcludeKeyofIUniquePageTemplate {
|
|
|
13065
13052
|
* @memberof PickIUniquePageExcludeKeyofIUniquePageTemplate
|
|
13066
13053
|
*/
|
|
13067
13054
|
'updatedAt': string;
|
|
13068
|
-
/**
|
|
13069
|
-
* Construct a type with a set of properties K of type T
|
|
13070
|
-
* @type {{ [key: string]: string; }}
|
|
13071
|
-
* @memberof PickIUniquePageExcludeKeyofIUniquePageTemplate
|
|
13072
|
-
*/
|
|
13073
|
-
'templates': {
|
|
13074
|
-
[key: string]: string;
|
|
13075
|
-
};
|
|
13076
13055
|
/**
|
|
13077
13056
|
*
|
|
13078
13057
|
* @type {PartialRecordLanguageEnumTitleStringDescription63String}
|
|
@@ -13378,12 +13357,6 @@ export interface RecordCompanyOnboardingStepEnumBoolean {
|
|
|
13378
13357
|
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
13379
13358
|
*/
|
|
13380
13359
|
'addFirstPage': boolean;
|
|
13381
|
-
/**
|
|
13382
|
-
*
|
|
13383
|
-
* @type {boolean}
|
|
13384
|
-
* @memberof RecordCompanyOnboardingStepEnumBoolean
|
|
13385
|
-
*/
|
|
13386
|
-
'addFirstBlog': boolean;
|
|
13387
13360
|
/**
|
|
13388
13361
|
*
|
|
13389
13362
|
* @type {boolean}
|
|
@@ -13800,7 +13773,7 @@ export declare const SitemapTypeEnum: {
|
|
|
13800
13773
|
readonly PRODUCTS: "products";
|
|
13801
13774
|
readonly PAGES: "pages";
|
|
13802
13775
|
readonly COLLECTIONS: "collections";
|
|
13803
|
-
readonly
|
|
13776
|
+
readonly BLOG: "blog";
|
|
13804
13777
|
readonly UNIQUE_PAGES: "unique-pages";
|
|
13805
13778
|
};
|
|
13806
13779
|
export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
|
package/dist/api/api.js
CHANGED
package/dist/api/api.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.55",
|
|
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": "a1464e90c026cd04549482c0200787d645397c81"
|
|
41
41
|
}
|