@mittwald/api-client 4.159.0 → 4.161.0
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/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.160.0';
|
|
@@ -1592,9 +1592,13 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1592
1592
|
};
|
|
1593
1593
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1594
1594
|
consentedScopes: string[];
|
|
1595
|
+
contributorId?: string | undefined;
|
|
1596
|
+
contributorName: string;
|
|
1595
1597
|
createdAt?: string | undefined;
|
|
1596
1598
|
disabled: boolean;
|
|
1597
1599
|
extensionId: string;
|
|
1600
|
+
extensionName: string;
|
|
1601
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
1598
1602
|
id: string;
|
|
1599
1603
|
pendingInstallation: boolean;
|
|
1600
1604
|
pendingRemoval: boolean;
|
|
@@ -1667,9 +1671,13 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1667
1671
|
};
|
|
1668
1672
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1669
1673
|
consentedScopes: string[];
|
|
1674
|
+
contributorId?: string | undefined;
|
|
1675
|
+
contributorName: string;
|
|
1670
1676
|
createdAt?: string | undefined;
|
|
1671
1677
|
disabled: boolean;
|
|
1672
1678
|
extensionId: string;
|
|
1679
|
+
extensionName: string;
|
|
1680
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
1673
1681
|
id: string;
|
|
1674
1682
|
pendingInstallation: boolean;
|
|
1675
1683
|
pendingRemoval: boolean;
|
|
@@ -1690,9 +1698,13 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1690
1698
|
};
|
|
1691
1699
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
1692
1700
|
consentedScopes: string[];
|
|
1701
|
+
contributorId?: string | undefined;
|
|
1702
|
+
contributorName: string;
|
|
1693
1703
|
createdAt?: string | undefined;
|
|
1694
1704
|
disabled: boolean;
|
|
1695
1705
|
extensionId: string;
|
|
1706
|
+
extensionName: string;
|
|
1707
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
1696
1708
|
id: string;
|
|
1697
1709
|
pendingInstallation: boolean;
|
|
1698
1710
|
pendingRemoval: boolean;
|
|
@@ -1740,6 +1752,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1740
1752
|
queryParameters?: {
|
|
1741
1753
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
1742
1754
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
1755
|
+
searchTerm?: string | undefined;
|
|
1743
1756
|
limit?: number | undefined;
|
|
1744
1757
|
skip?: number | undefined;
|
|
1745
1758
|
page?: number | undefined;
|
|
@@ -1914,7 +1927,6 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1914
1927
|
businessFields: string[];
|
|
1915
1928
|
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
1916
1929
|
description: string;
|
|
1917
|
-
globalUnlockedCount: number;
|
|
1918
1930
|
hoster: {
|
|
1919
1931
|
server: string[];
|
|
1920
1932
|
};
|
|
@@ -1972,7 +1984,6 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1972
1984
|
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
1973
1985
|
description: string;
|
|
1974
1986
|
domain: string;
|
|
1975
|
-
globalUnlockedCount: number;
|
|
1976
1987
|
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
1977
1988
|
languages: string[];
|
|
1978
1989
|
leadId: string;
|
|
@@ -6572,9 +6572,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6572
6572
|
};
|
|
6573
6573
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
6574
6574
|
consentedScopes: string[];
|
|
6575
|
+
contributorId?: string | undefined;
|
|
6576
|
+
contributorName: string;
|
|
6575
6577
|
createdAt?: string | undefined;
|
|
6576
6578
|
disabled: boolean;
|
|
6577
6579
|
extensionId: string;
|
|
6580
|
+
extensionName: string;
|
|
6581
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
6578
6582
|
id: string;
|
|
6579
6583
|
pendingInstallation: boolean;
|
|
6580
6584
|
pendingRemoval: boolean;
|
|
@@ -6604,9 +6608,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6604
6608
|
};
|
|
6605
6609
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
6606
6610
|
consentedScopes: string[];
|
|
6611
|
+
contributorId?: string | undefined;
|
|
6612
|
+
contributorName: string;
|
|
6607
6613
|
createdAt?: string | undefined;
|
|
6608
6614
|
disabled: boolean;
|
|
6609
6615
|
extensionId: string;
|
|
6616
|
+
extensionName: string;
|
|
6617
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
6610
6618
|
id: string;
|
|
6611
6619
|
pendingInstallation: boolean;
|
|
6612
6620
|
pendingRemoval: boolean;
|
|
@@ -7427,9 +7435,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7427
7435
|
};
|
|
7428
7436
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7429
7437
|
consentedScopes: string[];
|
|
7438
|
+
contributorId?: string | undefined;
|
|
7439
|
+
contributorName: string;
|
|
7430
7440
|
createdAt?: string | undefined;
|
|
7431
7441
|
disabled: boolean;
|
|
7432
7442
|
extensionId: string;
|
|
7443
|
+
extensionName: string;
|
|
7444
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7433
7445
|
id: string;
|
|
7434
7446
|
pendingInstallation: boolean;
|
|
7435
7447
|
pendingRemoval: boolean;
|
|
@@ -7460,9 +7472,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7460
7472
|
};
|
|
7461
7473
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7462
7474
|
consentedScopes: string[];
|
|
7475
|
+
contributorId?: string | undefined;
|
|
7476
|
+
contributorName: string;
|
|
7463
7477
|
createdAt?: string | undefined;
|
|
7464
7478
|
disabled: boolean;
|
|
7465
7479
|
extensionId: string;
|
|
7480
|
+
extensionName: string;
|
|
7481
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7466
7482
|
id: string;
|
|
7467
7483
|
pendingInstallation: boolean;
|
|
7468
7484
|
pendingRemoval: boolean;
|
|
@@ -7502,9 +7518,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7502
7518
|
};
|
|
7503
7519
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7504
7520
|
consentedScopes: string[];
|
|
7521
|
+
contributorId?: string | undefined;
|
|
7522
|
+
contributorName: string;
|
|
7505
7523
|
createdAt?: string | undefined;
|
|
7506
7524
|
disabled: boolean;
|
|
7507
7525
|
extensionId: string;
|
|
7526
|
+
extensionName: string;
|
|
7527
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7508
7528
|
id: string;
|
|
7509
7529
|
pendingInstallation: boolean;
|
|
7510
7530
|
pendingRemoval: boolean;
|
|
@@ -7535,9 +7555,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7535
7555
|
};
|
|
7536
7556
|
chargeability?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability | undefined;
|
|
7537
7557
|
consentedScopes: string[];
|
|
7558
|
+
contributorId?: string | undefined;
|
|
7559
|
+
contributorName: string;
|
|
7538
7560
|
createdAt?: string | undefined;
|
|
7539
7561
|
disabled: boolean;
|
|
7540
7562
|
extensionId: string;
|
|
7563
|
+
extensionName: string;
|
|
7564
|
+
extensionSubTitle?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle | undefined;
|
|
7541
7565
|
id: string;
|
|
7542
7566
|
pendingInstallation: boolean;
|
|
7543
7567
|
pendingRemoval: boolean;
|
|
@@ -7741,6 +7765,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7741
7765
|
queryParameters?: {
|
|
7742
7766
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
7743
7767
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
7768
|
+
searchTerm?: string | undefined;
|
|
7744
7769
|
limit?: number | undefined;
|
|
7745
7770
|
skip?: number | undefined;
|
|
7746
7771
|
page?: number | undefined;
|
|
@@ -7752,6 +7777,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7752
7777
|
} & {
|
|
7753
7778
|
queryParameters: {
|
|
7754
7779
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
7780
|
+
searchTerm?: string | undefined;
|
|
7755
7781
|
limit?: number | undefined;
|
|
7756
7782
|
skip?: number | undefined;
|
|
7757
7783
|
page?: number | undefined;
|
|
@@ -7767,6 +7793,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7767
7793
|
} & {
|
|
7768
7794
|
queryParameters: {
|
|
7769
7795
|
context?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext | undefined;
|
|
7796
|
+
searchTerm?: string | undefined;
|
|
7770
7797
|
limit?: number | undefined;
|
|
7771
7798
|
skip?: number | undefined;
|
|
7772
7799
|
page?: number | undefined;
|
|
@@ -20743,7 +20770,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20743
20770
|
businessFields: string[];
|
|
20744
20771
|
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
20745
20772
|
description: string;
|
|
20746
|
-
globalUnlockedCount: number;
|
|
20747
20773
|
hoster: {
|
|
20748
20774
|
server: string[];
|
|
20749
20775
|
};
|
|
@@ -20776,7 +20802,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20776
20802
|
businessFields: string[];
|
|
20777
20803
|
company: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
20778
20804
|
description: string;
|
|
20779
|
-
globalUnlockedCount: number;
|
|
20780
20805
|
hoster: {
|
|
20781
20806
|
server: string[];
|
|
20782
20807
|
};
|
|
@@ -20932,7 +20957,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20932
20957
|
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
20933
20958
|
description: string;
|
|
20934
20959
|
domain: string;
|
|
20935
|
-
globalUnlockedCount: number;
|
|
20936
20960
|
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
20937
20961
|
languages: string[];
|
|
20938
20962
|
leadId: string;
|
|
@@ -20969,7 +20993,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20969
20993
|
contact: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
20970
20994
|
description: string;
|
|
20971
20995
|
domain: string;
|
|
20972
|
-
globalUnlockedCount: number;
|
|
20973
20996
|
hoster: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
20974
20997
|
languages: string[];
|
|
20975
20998
|
leadId: string;
|
|
@@ -3008,9 +3008,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3008
3008
|
};
|
|
3009
3009
|
chargeability?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceChargeability;
|
|
3010
3010
|
consentedScopes: string[];
|
|
3011
|
+
contributorId?: string;
|
|
3012
|
+
contributorName: string;
|
|
3011
3013
|
createdAt?: string;
|
|
3012
3014
|
disabled: boolean;
|
|
3013
3015
|
extensionId: string;
|
|
3016
|
+
extensionName: string;
|
|
3017
|
+
extensionSubTitle?: MittwaldAPIV2.Components.Schemas.MarketplaceSubTitle;
|
|
3014
3018
|
id: string;
|
|
3015
3019
|
pendingInstallation: boolean;
|
|
3016
3020
|
pendingRemoval: boolean;
|
|
@@ -3585,7 +3589,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3585
3589
|
businessFields: string[];
|
|
3586
3590
|
company: MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany;
|
|
3587
3591
|
description: string;
|
|
3588
|
-
globalUnlockedCount: number;
|
|
3589
3592
|
hoster: {
|
|
3590
3593
|
server: string[];
|
|
3591
3594
|
};
|
|
@@ -3663,7 +3666,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3663
3666
|
contact: MittwaldAPIV2.Components.Schemas.LeadfyndrContact;
|
|
3664
3667
|
description: string;
|
|
3665
3668
|
domain: string;
|
|
3666
|
-
globalUnlockedCount: number;
|
|
3667
3669
|
hoster: MittwaldAPIV2.Components.Schemas.LeadfyndrHoster;
|
|
3668
3670
|
languages: string[];
|
|
3669
3671
|
leadId: string;
|
|
@@ -15315,6 +15317,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15315
15317
|
type Header = {};
|
|
15316
15318
|
type Query = {
|
|
15317
15319
|
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
15320
|
+
searchTerm?: string;
|
|
15318
15321
|
limit?: number;
|
|
15319
15322
|
skip?: number;
|
|
15320
15323
|
page?: number;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.160.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.161.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "bf429caafa8ba0830c7c3c1d5602aa24e8ab329a"
|
|
84
84
|
}
|