@mittwald/api-client 4.160.0 → 4.162.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.
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '4.159.0';
1
+ export const MittwaldAPIClientVersion = '4.161.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;
@@ -1917,6 +1930,7 @@ declare const buildLeadFyndrApi: (baseClient: MittwaldAPIV2Client) => {
1917
1930
  hoster: {
1918
1931
  server: string[];
1919
1932
  };
1933
+ isActive: boolean;
1920
1934
  languages: string[];
1921
1935
  leadId: string;
1922
1936
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -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;
@@ -20746,6 +20773,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20746
20773
  hoster: {
20747
20774
  server: string[];
20748
20775
  };
20776
+ isActive: boolean;
20749
20777
  languages: string[];
20750
20778
  leadId: string;
20751
20779
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -20778,6 +20806,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
20778
20806
  hoster: {
20779
20807
  server: string[];
20780
20808
  };
20809
+ isActive: boolean;
20781
20810
  languages: string[];
20782
20811
  leadId: string;
20783
20812
  mainTechnology?: import("./types.js").MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology | undefined;
@@ -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;
@@ -3536,7 +3540,7 @@ export declare namespace MittwaldAPIV2 {
3536
3540
  useFormalTerm?: boolean;
3537
3541
  }
3538
3542
  interface LeadfyndrBasicCompany {
3539
- city: string;
3543
+ county: string;
3540
3544
  employeeCount?: number;
3541
3545
  foundingYear?: number;
3542
3546
  salesVolume?: number;
@@ -3551,6 +3555,7 @@ export declare namespace MittwaldAPIV2 {
3551
3555
  interface LeadfyndrCity {
3552
3556
  city: string;
3553
3557
  country: string;
3558
+ county?: string;
3554
3559
  postCode: string;
3555
3560
  }
3556
3561
  interface LeadfyndrContact {
@@ -3564,6 +3569,7 @@ export declare namespace MittwaldAPIV2 {
3564
3569
  };
3565
3570
  }
3566
3571
  type LeadfyndrDetailCompany = MittwaldAPIV2.Components.Schemas.LeadfyndrBasicCompany & {
3572
+ city: string;
3567
3573
  companyType: string[];
3568
3574
  coreProduct: string[];
3569
3575
  name?: string;
@@ -3588,6 +3594,7 @@ export declare namespace MittwaldAPIV2 {
3588
3594
  hoster: {
3589
3595
  server: string[];
3590
3596
  };
3597
+ isActive: boolean;
3591
3598
  languages: string[];
3592
3599
  leadId: string;
3593
3600
  mainTechnology?: MittwaldAPIV2.Components.Schemas.LeadfyndrTechnology;
@@ -15313,6 +15320,7 @@ export declare namespace MittwaldAPIV2 {
15313
15320
  type Header = {};
15314
15321
  type Query = {
15315
15322
  context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
15323
+ searchTerm?: string;
15316
15324
  limit?: number;
15317
15325
  skip?: number;
15318
15326
  page?: number;
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.159.0';
1
+ export declare const MittwaldAPIClientVersion = '4.161.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "4.160.0",
3
+ "version": "4.162.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": "78197584b529eb209d3b478044df5b0c6771518c"
83
+ "gitHead": "a0926ada8db2e2087edbe821d81f1a727f1b6911"
84
84
  }