@infisale-client/api 1.3.53 → 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 CHANGED
@@ -1625,13 +1625,11 @@ export interface ICollection {
1625
1625
  */
1626
1626
  'slugs': Array<string>;
1627
1627
  /**
1628
- * Construct a type with a set of properties K of type T
1629
- * @type {{ [key: string]: string; }}
1628
+ *
1629
+ * @type {string}
1630
1630
  * @memberof ICollection
1631
1631
  */
1632
- 'templates': {
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 {ITemplateResponse}
1714
+ * @type {string}
1717
1715
  * @memberof ICollectionPatchRequest
1718
1716
  */
1719
- 'template'?: ITemplateResponse;
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 {PartialRecordLanguageEnumIContentsValue}
1745
+ * @type {string}
1748
1746
  * @memberof ICollectionPostRequest
1749
1747
  */
1750
- 'contents': PartialRecordLanguageEnumIContentsValue;
1748
+ 'template': string;
1751
1749
  /**
1752
1750
  *
1753
- * @type {IImage}
1751
+ * @type {PartialRecordLanguageEnumIContentsValue}
1754
1752
  * @memberof ICollectionPostRequest
1755
1753
  */
1756
- 'thumbnail'?: IImage;
1754
+ 'contents': PartialRecordLanguageEnumIContentsValue;
1757
1755
  /**
1758
1756
  *
1759
- * @type {ITemplateResponse}
1757
+ * @type {IImage}
1760
1758
  * @memberof ICollectionPostRequest
1761
1759
  */
1762
- 'template'?: ITemplateResponse;
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
- * Construct a type with a set of properties K of type T
1820
- * @type {{ [key: string]: string; }}
1811
+ *
1812
+ * @type {IImage}
1821
1813
  * @memberof ICollectionResponse
1822
1814
  */
1823
- 'templates': {
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}
@@ -2248,10 +2232,10 @@ export interface ICompany {
2248
2232
  'status': CompanyStatusEnum;
2249
2233
  /**
2250
2234
  *
2251
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
2235
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
2252
2236
  * @memberof ICompany
2253
2237
  */
2254
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
2238
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
2255
2239
  /**
2256
2240
  *
2257
2241
  * @type {string}
@@ -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
  *
@@ -5723,10 +5707,10 @@ export interface IOperationResponse {
5723
5707
  'status': OperationStatusEnum;
5724
5708
  /**
5725
5709
  *
5726
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
5710
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
5727
5711
  * @memberof IOperationResponse
5728
5712
  */
5729
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
5713
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
5730
5714
  }
5731
5715
  /**
5732
5716
  *
@@ -6082,10 +6066,10 @@ export interface IOrderResponse {
6082
6066
  'shipping': number;
6083
6067
  /**
6084
6068
  *
6085
- * @type {string}
6069
+ * @type {ShippingProviderRates}
6086
6070
  * @memberof IOrderResponse
6087
6071
  */
6088
- 'shippingRate': string;
6072
+ 'shippingRate': ShippingProviderRates;
6089
6073
  /**
6090
6074
  *
6091
6075
  * @type {number}
@@ -6560,10 +6544,10 @@ export interface IPageGetAllQueryParams {
6560
6544
  export interface IPagePatchRequest {
6561
6545
  /**
6562
6546
  *
6563
- * @type {ITemplateResponse}
6547
+ * @type {string}
6564
6548
  * @memberof IPagePatchRequest
6565
6549
  */
6566
- 'template'?: ITemplateResponse;
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 {ITemplateResponse}
7334
+ * @type {string}
7359
7335
  * @memberof IProductPatchRequest
7360
7336
  */
7361
- 'template'?: ITemplateResponse;
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 {ITemplateResponse}
7515
+ * @type {string}
7540
7516
  * @memberof IProductPostRequest
7541
7517
  */
7542
- 'template'?: ITemplateResponse;
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}
@@ -10191,10 +10139,10 @@ export interface IUserResponse {
10191
10139
  'roles': Array<UserRoleEnum>;
10192
10140
  /**
10193
10141
  *
10194
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
10142
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
10195
10143
  * @memberof IUserResponse
10196
10144
  */
10197
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
10145
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
10198
10146
  /**
10199
10147
  *
10200
10148
  * @type {string}
@@ -10209,10 +10157,10 @@ export interface IUserResponse {
10209
10157
  'language': LanguageEnum;
10210
10158
  /**
10211
10159
  *
10212
- * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
10160
+ * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions}
10213
10161
  * @memberof IUserResponse
10214
10162
  */
10215
- 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
10163
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions;
10216
10164
  /**
10217
10165
  *
10218
10166
  * @type {Array<IAddress>}
@@ -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
@@ -11722,10 +11694,10 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
11722
11694
  'shipping': number;
11723
11695
  /**
11724
11696
  *
11725
- * @type {string}
11697
+ * @type {ShippingProviderRates}
11726
11698
  * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
11727
11699
  */
11728
- 'shippingRate': string;
11700
+ 'shippingRate': ShippingProviderRates;
11729
11701
  /**
11730
11702
  *
11731
11703
  * @type {number}
@@ -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}
@@ -13095,135 +13074,135 @@ export interface PickIUniquePageExcludeKeyofIUniquePageTemplate {
13095
13074
  /**
13096
13075
  * From T, pick a set of properties whose keys are in the union K
13097
13076
  * @export
13098
- * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13077
+ * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13099
13078
  */
13100
- export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT {
13079
+ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates {
13101
13080
  /**
13102
13081
  *
13103
13082
  * @type {string}
13104
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13083
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13105
13084
  */
13106
13085
  'name': string;
13107
13086
  /**
13108
13087
  *
13109
13088
  * @type {string}
13110
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13089
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13111
13090
  */
13112
13091
  'phone'?: string;
13113
13092
  /**
13114
13093
  *
13115
13094
  * @type {string}
13116
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13095
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13117
13096
  */
13118
13097
  'email': string;
13119
13098
  /**
13120
13099
  *
13121
13100
  * @type {Array<UserRoleEnum>}
13122
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13101
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13123
13102
  */
13124
13103
  'roles': Array<UserRoleEnum>;
13125
13104
  /**
13126
13105
  *
13127
- * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>}
13128
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13106
+ * @type {Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>}
13107
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13129
13108
  */
13130
- 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>;
13109
+ 'versions': Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>;
13131
13110
  /**
13132
13111
  *
13133
13112
  * @type {string}
13134
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13113
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13135
13114
  */
13136
13115
  'company': string;
13137
13116
  /**
13138
13117
  *
13139
13118
  * @type {LanguageEnum}
13140
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13119
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13141
13120
  */
13142
13121
  'language': LanguageEnum;
13143
13122
  /**
13144
13123
  *
13145
- * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions}
13146
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13124
+ * @type {PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions}
13125
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13147
13126
  */
13148
- 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions;
13127
+ 'contactPermissions': PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions;
13149
13128
  /**
13150
13129
  *
13151
13130
  * @type {Array<IAddress>}
13152
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13131
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13153
13132
  */
13154
13133
  'addresses': Array<IAddress>;
13155
13134
  /**
13156
13135
  *
13157
13136
  * @type {UserStatusEnum}
13158
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13137
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13159
13138
  */
13160
13139
  'status': UserStatusEnum;
13161
13140
  /**
13162
13141
  *
13163
13142
  * @type {string}
13164
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13143
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13165
13144
  */
13166
13145
  '_id': string;
13167
13146
  /**
13168
13147
  *
13169
13148
  * @type {number}
13170
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13149
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13171
13150
  */
13172
13151
  '__v': number;
13173
13152
  /**
13174
13153
  *
13175
13154
  * @type {string}
13176
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13155
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13177
13156
  */
13178
13157
  'createdAt': string;
13179
13158
  /**
13180
13159
  *
13181
13160
  * @type {string}
13182
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrT
13161
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDates
13183
13162
  */
13184
13163
  'updatedAt': string;
13185
13164
  }
13186
13165
  /**
13187
13166
  *
13188
13167
  * @export
13189
- * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions
13168
+ * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
13190
13169
  */
13191
- export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions {
13170
+ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions {
13192
13171
  /**
13193
13172
  *
13194
13173
  * @type {boolean}
13195
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions
13174
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
13196
13175
  */
13197
13176
  'sms': boolean;
13198
13177
  /**
13199
13178
  *
13200
13179
  * @type {boolean}
13201
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTContactPermissions
13180
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesContactPermissions
13202
13181
  */
13203
13182
  'email': boolean;
13204
13183
  }
13205
13184
  /**
13206
13185
  *
13207
13186
  * @export
13208
- * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13187
+ * @interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13209
13188
  */
13210
- export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner {
13189
+ export interface PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner {
13211
13190
  /**
13212
13191
  *
13213
13192
  * @type {string}
13214
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13193
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13215
13194
  */
13216
13195
  'date': string;
13217
13196
  /**
13218
13197
  *
13219
13198
  * @type {object}
13220
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13199
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13221
13200
  */
13222
13201
  'data': object;
13223
13202
  /**
13224
13203
  *
13225
13204
  * @type {string}
13226
- * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner
13205
+ * @memberof PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner
13227
13206
  */
13228
13207
  'user': string;
13229
13208
  }
@@ -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 BLOGS: "blogs";
13776
+ readonly BLOG: "blog";
13804
13777
  readonly UNIQUE_PAGES: "unique-pages";
13805
13778
  };
13806
13779
  export type SitemapTypeEnum = typeof SitemapTypeEnum[keyof typeof SitemapTypeEnum];
@@ -16761,7 +16734,7 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
16761
16734
  * @param {*} [options] Override http request option.
16762
16735
  * @throws {RequiredError}
16763
16736
  */
16764
- getCompanyVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>>;
16737
+ getCompanyVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>>;
16765
16738
  /**
16766
16739
  *
16767
16740
  * @param {string} companyId
@@ -17086,7 +17059,7 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
17086
17059
  * @param {*} [options] Override http request option.
17087
17060
  * @throws {RequiredError}
17088
17061
  */
17089
- getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>;
17062
+ getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>;
17090
17063
  /**
17091
17064
  *
17092
17065
  * @param {CompanyApiSetCompanyPaymentGatewaysPrimaryRequest} requestParameters Request parameters.
@@ -18338,7 +18311,7 @@ export declare class CompanyApi extends BaseAPI {
18338
18311
  * @throws {RequiredError}
18339
18312
  * @memberof CompanyApi
18340
18313
  */
18341
- getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner[], any>>;
18314
+ getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner[], any>>;
18342
18315
  /**
18343
18316
  *
18344
18317
  * @param {CompanyApiSetCompanyPaymentGatewaysPrimaryRequest} requestParameters Request parameters.
@@ -19905,7 +19878,7 @@ export declare const OperationApiFp: (configuration?: Configuration) => {
19905
19878
  * @param {*} [options] Override http request option.
19906
19879
  * @throws {RequiredError}
19907
19880
  */
19908
- operationVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>>;
19881
+ operationVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>>;
19909
19882
  /**
19910
19883
  *
19911
19884
  * @param {string} id
@@ -19954,7 +19927,7 @@ export declare const OperationApiFactory: (configuration?: Configuration, basePa
19954
19927
  * @param {*} [options] Override http request option.
19955
19928
  * @throws {RequiredError}
19956
19929
  */
19957
- operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>;
19930
+ operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>;
19958
19931
  /**
19959
19932
  *
19960
19933
  * @param {OperationApiUpdateOperationRequest} requestParameters Request parameters.
@@ -20153,7 +20126,7 @@ export declare class OperationApi extends BaseAPI {
20153
20126
  * @throws {RequiredError}
20154
20127
  * @memberof OperationApi
20155
20128
  */
20156
- operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner[], any>>;
20129
+ operationVersions(requestParameters: OperationApiOperationVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner[], any>>;
20157
20130
  /**
20158
20131
  *
20159
20132
  * @param {OperationApiUpdateOperationRequest} requestParameters Request parameters.
@@ -24374,7 +24347,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
24374
24347
  * @param {*} [options] Override http request option.
24375
24348
  * @throws {RequiredError}
24376
24349
  */
24377
- userVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>>;
24350
+ userVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>>;
24378
24351
  /**
24379
24352
  *
24380
24353
  * @param {IVerifyUserRequest} iVerifyUserRequest
@@ -24462,7 +24435,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
24462
24435
  * @param {*} [options] Override http request option.
24463
24436
  * @throws {RequiredError}
24464
24437
  */
24465
- userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>;
24438
+ userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner>>;
24466
24439
  /**
24467
24440
  *
24468
24441
  * @param {UserApiVerifyUserRequest} requestParameters Request parameters.
@@ -24759,7 +24732,7 @@ export declare class UserApi extends BaseAPI {
24759
24732
  * @throws {RequiredError}
24760
24733
  * @memberof UserApi
24761
24734
  */
24762
- userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner[], any>>;
24735
+ userVersions(requestParameters: UserApiUserVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTOrLastForgotPasswordRequestDatesVersionsInner[], any>>;
24763
24736
  /**
24764
24737
  *
24765
24738
  * @param {UserApiVerifyUserRequest} requestParameters Request parameters.
package/dist/api/api.js CHANGED
@@ -683,7 +683,7 @@ exports.SitemapTypeEnum = {
683
683
  PRODUCTS: 'products',
684
684
  PAGES: 'pages',
685
685
  COLLECTIONS: 'collections',
686
- BLOGS: 'blogs',
686
+ BLOG: 'blog',
687
687
  UNIQUE_PAGES: 'unique-pages'
688
688
  };
689
689
  /**
package/dist/api/api.mjs CHANGED
@@ -671,7 +671,7 @@ export const SitemapTypeEnum = {
671
671
  PRODUCTS: 'products',
672
672
  PAGES: 'pages',
673
673
  COLLECTIONS: 'collections',
674
- BLOGS: 'blogs',
674
+ BLOG: 'blog',
675
675
  UNIQUE_PAGES: 'unique-pages'
676
676
  };
677
677
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api",
3
- "version": "1.3.53",
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": "46152c6dc3db1b90f33cdc5dd45906e2fc82bf0a"
40
+ "gitHead": "a1464e90c026cd04549482c0200787d645397c81"
41
41
  }