@mittwald/api-client 4.412.0 → 4.414.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.
@@ -302,10 +302,6 @@ export declare namespace MittwaldAPIV2 {
302
302
  type RequestData = InferredRequestData<typeof descriptors.containerGetService>;
303
303
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetService, TStatus>;
304
304
  }
305
- namespace ContainerGetTemplateIcon {
306
- type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateIcon>;
307
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateIcon, TStatus>;
308
- }
309
305
  namespace ContainerGetTemplate {
310
306
  type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
311
307
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
@@ -1894,10 +1890,6 @@ export declare namespace MittwaldAPIV2 {
1894
1890
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1895
1891
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1896
1892
  }
1897
- namespace ContainerListTemplateStatistics {
1898
- type RequestData = InferredRequestData<typeof descriptors.containerListTemplateStatistics>;
1899
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplateStatistics, TStatus>;
1900
- }
1901
1893
  namespace MailGetMailRateLimit {
1902
1894
  type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
1903
1895
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
@@ -1910,6 +1902,10 @@ export declare namespace MittwaldAPIV2 {
1910
1902
  type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
1911
1903
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
1912
1904
  }
1905
+ namespace ContainerGetTemplateAsset {
1906
+ type RequestData = InferredRequestData<typeof descriptors.containerGetTemplateAsset>;
1907
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplateAsset, TStatus>;
1908
+ }
1913
1909
  }
1914
1910
  namespace Components {
1915
1911
  namespace Schemas {
@@ -2930,6 +2926,11 @@ export declare namespace MittwaldAPIV2 {
2930
2926
  manifestVersion: string;
2931
2927
  name: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2932
2928
  repository?: string;
2929
+ screenshots?: {
2930
+ bg: string;
2931
+ screenshot: string;
2932
+ text: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2933
+ }[];
2933
2934
  supportLink?: string;
2934
2935
  tagline: MittwaldAPIV2.Components.Schemas.ContainerTemplateTranslatedString;
2935
2936
  userInputs?: {
@@ -6043,21 +6044,6 @@ export declare namespace MittwaldAPIV2 {
6043
6044
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6044
6045
  };
6045
6046
  }
6046
- interface ActivitylogDatabaseMysqlNameSet {
6047
- changes: {
6048
- after?: {
6049
- name: string;
6050
- };
6051
- before?: {
6052
- name: string | null;
6053
- };
6054
- };
6055
- name: "database.mysql-name-set";
6056
- parameters: {
6057
- description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6058
- name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
6059
- };
6060
- }
6061
6047
  interface ActivitylogDatabaseMysqlUserCreated {
6062
6048
  changes: {
6063
6049
  after?: {
@@ -6116,31 +6102,15 @@ export declare namespace MittwaldAPIV2 {
6116
6102
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6117
6103
  };
6118
6104
  }
6119
- interface ActivitylogDatabaseVersionSet {
6120
- changes: {
6121
- after?: {
6122
- version: string;
6123
- };
6124
- before?: {
6125
- version: string;
6126
- };
6127
- };
6128
- name: "database.mysql-version-set" | "database.redis-version-set";
6129
- parameters: {
6130
- description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6131
- name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6132
- version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6133
- };
6134
- }
6135
6105
  interface ActivitylogDnsARecordSet {
6136
6106
  changes: {
6137
6107
  after?: {
6138
- aRecords: string[];
6139
- aaaaRecords: string[];
6108
+ aRecords?: string[];
6109
+ aaaaRecords?: string[];
6140
6110
  };
6141
6111
  before?: {
6142
- aRecords: string[];
6143
- aaaaRecords: string[];
6112
+ aRecords?: string[];
6113
+ aaaaRecords?: string[];
6144
6114
  };
6145
6115
  };
6146
6116
  name: "dns.a-record-set";
@@ -6314,7 +6284,7 @@ export declare namespace MittwaldAPIV2 {
6314
6284
  name: string;
6315
6285
  }
6316
6286
  interface ActivitylogLogEntry {
6317
- action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6287
+ action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsDomainDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsIngressDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSetManaged | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6318
6288
  aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6319
6289
  dateTime: string;
6320
6290
  /**
@@ -6935,9 +6905,7 @@ export declare namespace MittwaldAPIV2 {
6935
6905
  interface ActivitylogDnsARecordSetManaged {
6936
6906
  changes: {
6937
6907
  after?: {
6938
- aRecords: {
6939
- managedByIngressId: string;
6940
- };
6908
+ aRecords: string;
6941
6909
  };
6942
6910
  before?: {};
6943
6911
  };
@@ -6963,9 +6931,7 @@ export declare namespace MittwaldAPIV2 {
6963
6931
  interface ActivitylogDnsMxRecordSetManaged {
6964
6932
  changes: {
6965
6933
  after?: {
6966
- mx: {
6967
- managed: boolean;
6968
- };
6934
+ mx: string;
6969
6935
  };
6970
6936
  before?: {};
6971
6937
  };
@@ -6987,6 +6953,57 @@ export declare namespace MittwaldAPIV2 {
6987
6953
  id: string;
6988
6954
  rateLimit: number;
6989
6955
  }
6956
+ interface ActivitylogAppInstallationDatabaseLinked {
6957
+ changes: {
6958
+ after: {
6959
+ database: {};
6960
+ };
6961
+ before: {
6962
+ database: {} | null;
6963
+ };
6964
+ };
6965
+ name: "app.database-linked";
6966
+ parameters: {
6967
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6968
+ database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6969
+ };
6970
+ }
6971
+ interface ActivitylogAppInstallationDatabaseUnlinked {
6972
+ changes: {
6973
+ after: {
6974
+ database: {} | null;
6975
+ };
6976
+ before: {
6977
+ database: {};
6978
+ };
6979
+ };
6980
+ name: "app.database-unlinked";
6981
+ parameters: {
6982
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6983
+ database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6984
+ };
6985
+ }
6986
+ interface ActivitylogAppInstallationDeleted {
6987
+ changes: {};
6988
+ name: "app.deleted";
6989
+ parameters: {
6990
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6991
+ };
6992
+ }
6993
+ interface ActivitylogAppInstallationDescriptionSet {
6994
+ changes: {
6995
+ after?: {
6996
+ description: string;
6997
+ };
6998
+ before?: {
6999
+ description: string | null;
7000
+ };
7001
+ };
7002
+ name: "app.description-set";
7003
+ parameters: {
7004
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
7005
+ };
7006
+ }
6990
7007
  interface CommonsAddress {
6991
7008
  street: string;
6992
7009
  houseNumber: string;
@@ -11188,76 +11205,6 @@ export declare namespace MittwaldAPIV2 {
11188
11205
  }
11189
11206
  }
11190
11207
  }
11191
- namespace V2ContainerTemplatesTemplateIdIcon {
11192
- namespace Get {
11193
- namespace Parameters {
11194
- type Path = {
11195
- templateId: string;
11196
- };
11197
- type Header = {};
11198
- type Query = {};
11199
- }
11200
- namespace Responses {
11201
- namespace $200 {
11202
- namespace Content {
11203
- type ApplicationOctetStream = string;
11204
- type ImageJpeg = string;
11205
- type ImagePng = string;
11206
- type ImageSvgXml = string;
11207
- }
11208
- }
11209
- namespace $400 {
11210
- namespace Content {
11211
- interface ApplicationJson {
11212
- [k: string]: unknown;
11213
- }
11214
- }
11215
- }
11216
- namespace $403 {
11217
- namespace Content {
11218
- interface ApplicationJson {
11219
- [k: string]: unknown;
11220
- }
11221
- }
11222
- }
11223
- namespace $404 {
11224
- namespace Content {
11225
- interface ApplicationJson {
11226
- [k: string]: unknown;
11227
- }
11228
- }
11229
- }
11230
- namespace $429 {
11231
- namespace Content {
11232
- interface ApplicationJson {
11233
- [k: string]: unknown;
11234
- }
11235
- }
11236
- }
11237
- namespace $500 {
11238
- namespace Content {
11239
- interface ApplicationJson {
11240
- [k: string]: unknown;
11241
- }
11242
- }
11243
- }
11244
- namespace $503 {
11245
- namespace Content {
11246
- interface ApplicationJson {
11247
- [k: string]: unknown;
11248
- }
11249
- }
11250
- }
11251
- namespace Default {
11252
- namespace Content {
11253
- interface ApplicationJson {
11254
- [k: string]: unknown;
11255
- }
11256
- }
11257
- }
11258
- }
11259
- }
11260
- }
11261
11208
  namespace V2ContainerTemplatesTemplateId {
11262
11209
  namespace Get {
11263
11210
  namespace Parameters {
@@ -11504,6 +11451,7 @@ export declare namespace MittwaldAPIV2 {
11504
11451
  category?: string;
11505
11452
  searchTerm?: string;
11506
11453
  type?: "component" | "standalone";
11454
+ sortOrder?: "trend30days" | "trendAll";
11507
11455
  limit?: number;
11508
11456
  skip?: number;
11509
11457
  page?: number;
@@ -31545,44 +31493,60 @@ export declare namespace MittwaldAPIV2 {
31545
31493
  }
31546
31494
  }
31547
31495
  }
31548
- namespace V2ContainerTemplateStatistics {
31496
+ namespace V2ContainerTemplateStatistics { }
31497
+ namespace V2MailRateLimitsMailRateLimitId {
31549
31498
  namespace Get {
31550
31499
  namespace Parameters {
31551
- type Path = {};
31552
- type Header = {};
31553
- type Query = {
31554
- templateId?: string;
31555
- category?: string;
31500
+ type Path = {
31501
+ mailRateLimitId: string;
31556
31502
  };
31503
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31504
+ type Query = {};
31557
31505
  }
31558
31506
  namespace Responses {
31559
31507
  namespace $200 {
31560
31508
  namespace Content {
31561
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerTemplateStatsListResponse;
31509
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
31562
31510
  }
31563
31511
  }
31564
- namespace $400 {
31512
+ namespace $404 {
31565
31513
  namespace Content {
31566
31514
  interface ApplicationJson {
31567
31515
  [k: string]: unknown;
31568
31516
  }
31569
31517
  }
31570
31518
  }
31571
- namespace $404 {
31519
+ namespace $429 {
31572
31520
  namespace Content {
31573
31521
  interface ApplicationJson {
31574
31522
  [k: string]: unknown;
31575
31523
  }
31576
31524
  }
31577
31525
  }
31578
- namespace $429 {
31526
+ namespace Default {
31579
31527
  namespace Content {
31580
31528
  interface ApplicationJson {
31581
31529
  [k: string]: unknown;
31582
31530
  }
31583
31531
  }
31584
31532
  }
31585
- namespace $500 {
31533
+ }
31534
+ }
31535
+ }
31536
+ namespace V2MailRateLimits {
31537
+ namespace Get {
31538
+ namespace Parameters {
31539
+ type Path = {};
31540
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31541
+ type Query = {};
31542
+ }
31543
+ namespace Responses {
31544
+ namespace $200 {
31545
+ namespace Content {
31546
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
31547
+ }
31548
+ }
31549
+ namespace $429 {
31586
31550
  namespace Content {
31587
31551
  interface ApplicationJson {
31588
31552
  [k: string]: unknown;
@@ -31599,59 +31563,60 @@ export declare namespace MittwaldAPIV2 {
31599
31563
  }
31600
31564
  }
31601
31565
  }
31602
- namespace V2MailRateLimitsMailRateLimitId {
31603
- namespace Get {
31566
+ namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
31567
+ namespace Post {
31604
31568
  namespace Parameters {
31605
31569
  type Path = {
31606
- mailRateLimitId: string;
31570
+ mailAddressId: string;
31607
31571
  };
31572
+ interface RequestBody {
31573
+ rateLimitId: string;
31574
+ }
31608
31575
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31609
31576
  type Query = {};
31610
31577
  }
31611
31578
  namespace Responses {
31612
- namespace $200 {
31579
+ namespace $204 {
31613
31580
  namespace Content {
31614
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit;
31581
+ type Empty = unknown;
31615
31582
  }
31616
31583
  }
31617
- namespace $404 {
31584
+ namespace $400 {
31618
31585
  namespace Content {
31619
31586
  interface ApplicationJson {
31620
31587
  [k: string]: unknown;
31621
31588
  }
31622
31589
  }
31623
31590
  }
31624
- namespace $429 {
31591
+ namespace $403 {
31625
31592
  namespace Content {
31626
31593
  interface ApplicationJson {
31627
31594
  [k: string]: unknown;
31628
31595
  }
31629
31596
  }
31630
31597
  }
31631
- namespace Default {
31598
+ namespace $404 {
31632
31599
  namespace Content {
31633
31600
  interface ApplicationJson {
31634
31601
  [k: string]: unknown;
31635
31602
  }
31636
31603
  }
31637
31604
  }
31638
- }
31639
- }
31640
- }
31641
- namespace V2MailRateLimits {
31642
- namespace Get {
31643
- namespace Parameters {
31644
- type Path = {};
31645
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31646
- type Query = {};
31647
- }
31648
- namespace Responses {
31649
- namespace $200 {
31605
+ namespace $429 {
31650
31606
  namespace Content {
31651
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[];
31607
+ interface ApplicationJson {
31608
+ [k: string]: unknown;
31609
+ }
31652
31610
  }
31653
31611
  }
31654
- namespace $429 {
31612
+ namespace $500 {
31613
+ namespace Content {
31614
+ interface ApplicationJson {
31615
+ [k: string]: unknown;
31616
+ }
31617
+ }
31618
+ }
31619
+ namespace $503 {
31655
31620
  namespace Content {
31656
31621
  interface ApplicationJson {
31657
31622
  [k: string]: unknown;
@@ -31668,22 +31633,23 @@ export declare namespace MittwaldAPIV2 {
31668
31633
  }
31669
31634
  }
31670
31635
  }
31671
- namespace V2MailAddressesMailAddressIdActionsRequestRateLimitChange {
31672
- namespace Post {
31636
+ namespace V2ContainerTemplatesTemplateIdAssetsAssetPath {
31637
+ namespace Get {
31673
31638
  namespace Parameters {
31674
31639
  type Path = {
31675
- mailAddressId: string;
31640
+ templateId: string;
31641
+ assetPath: string;
31676
31642
  };
31677
- interface RequestBody {
31678
- rateLimitId: string;
31679
- }
31680
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31643
+ type Header = {};
31681
31644
  type Query = {};
31682
31645
  }
31683
31646
  namespace Responses {
31684
- namespace $204 {
31647
+ namespace $200 {
31685
31648
  namespace Content {
31686
- type Empty = unknown;
31649
+ type ImageJpeg = string;
31650
+ type ImagePng = string;
31651
+ type ImageSvgXml = string;
31652
+ type ImageWebp = string;
31687
31653
  }
31688
31654
  }
31689
31655
  namespace $400 {
@@ -669,13 +669,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
669
669
  status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
670
670
  statusSetAt: string;
671
671
  }>;
672
- /** Get a Container Template icon. */
673
- getTemplateIcon: (conf: {
674
- templateId: string;
675
- headers?: {
676
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
677
- } | undefined;
678
- }) => import("@mittwald/react-use-promise").AsyncResource<string>;
679
672
  /** Get a Container Template by ID. */
680
673
  getTemplate: (conf: {
681
674
  templateId: string;
@@ -714,6 +707,11 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
714
707
  manifestVersion: string;
715
708
  name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
716
709
  repository?: string | undefined;
710
+ screenshots?: {
711
+ bg: string;
712
+ screenshot: string;
713
+ text: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
714
+ }[] | undefined;
717
715
  supportLink?: string | undefined;
718
716
  tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
719
717
  userInputs?: {
@@ -786,6 +784,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
786
784
  category?: string | undefined;
787
785
  searchTerm?: string | undefined;
788
786
  type?: "component" | "standalone" | undefined;
787
+ sortOrder?: "trend30days" | "trendAll" | undefined;
789
788
  limit?: number | undefined;
790
789
  skip?: number | undefined;
791
790
  page?: number | undefined;
@@ -808,20 +807,14 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
808
807
  page?: number | undefined;
809
808
  } | undefined;
810
809
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
811
- /** List Container Template statistics. */
812
- listTemplateStatistics: (conf?: {
810
+ /** Get a Container Template asset. */
811
+ getTemplateAsset: (conf: {
812
+ templateId: string;
813
+ assetPath: string;
813
814
  headers?: {
814
815
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
815
816
  } | undefined;
816
- queryParameters?: {
817
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
818
- templateId?: string | undefined;
819
- category?: string | undefined;
820
- } | undefined;
821
- } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
822
- category?: string | undefined;
823
- templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
824
- }>;
817
+ }) => import("@mittwald/react-use-promise").AsyncResource<string>;
825
818
  };
826
819
  declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
827
820
  /** Return the BaseItem of the Contract with the given ID. */