@mittwald/api-client 4.442.0 → 4.445.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.
@@ -298,6 +298,10 @@ export declare namespace MittwaldAPIV2 {
298
298
  type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
299
299
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
300
300
  }
301
+ namespace ContainerListAccessibleServices {
302
+ type RequestData = InferredRequestData<typeof descriptors.containerListAccessibleServices>;
303
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListAccessibleServices, TStatus>;
304
+ }
301
305
  namespace ContainerListSelfStacks {
302
306
  type RequestData = InferredRequestData<typeof descriptors.containerListSelfStacks>;
303
307
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListSelfStacks, TStatus>;
@@ -1866,10 +1870,6 @@ export declare namespace MittwaldAPIV2 {
1866
1870
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1867
1871
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1868
1872
  }
1869
- namespace ContainerListAccessibleServices {
1870
- type RequestData = InferredRequestData<typeof descriptors.containerListAccessibleServices>;
1871
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListAccessibleServices, TStatus>;
1872
- }
1873
1873
  }
1874
1874
  namespace Components {
1875
1875
  namespace Schemas {
@@ -3515,6 +3515,10 @@ export declare namespace MittwaldAPIV2 {
3515
3515
  emailAddress?: string;
3516
3516
  firstName?: string;
3517
3517
  lastName?: string;
3518
+ /**
3519
+ * German electronic invoicing routing ID (XRechnung). Only allowed for public authorities and requires a company.
3520
+ */
3521
+ leitwegId?: string;
3518
3522
  phoneNumbers?: string[];
3519
3523
  salutation: MittwaldAPIV2.Components.Schemas.CommonsSalutation;
3520
3524
  title?: string;
@@ -4314,6 +4318,7 @@ export declare namespace MittwaldAPIV2 {
4314
4318
  nextScheduledWebhookExecution?: string;
4315
4319
  pendingInstallation: boolean;
4316
4320
  pendingRemoval: boolean;
4321
+ scopeChangeAcceptanceDeadline?: string;
4317
4322
  variantKey?: string;
4318
4323
  webhookExecutionHalted: boolean;
4319
4324
  }
@@ -5986,11 +5991,9 @@ export declare namespace MittwaldAPIV2 {
5986
5991
  changes: {
5987
5992
  after: {
5988
5993
  name: string;
5989
- purpose: "unspecified" | "primary" | "cache" | "custom";
5990
5994
  };
5991
5995
  before: {
5992
5996
  name: string | null;
5993
- purpose: string | null;
5994
5997
  };
5995
5998
  };
5996
5999
  name: "app.database-linked";
@@ -6003,11 +6006,9 @@ export declare namespace MittwaldAPIV2 {
6003
6006
  changes: {
6004
6007
  after: {
6005
6008
  name: string | null;
6006
- purpose: string | null;
6007
6009
  };
6008
6010
  before: {
6009
6011
  name: string;
6010
- purpose: "unspecified" | "primary" | "cache" | "custom";
6011
6012
  };
6012
6013
  };
6013
6014
  name: "app.database-unlinked";
@@ -6045,6 +6046,21 @@ export declare namespace MittwaldAPIV2 {
6045
6046
  error?: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6046
6047
  };
6047
6048
  }
6049
+ interface ActivitylogAppInstallationMainDatabaseChanged {
6050
+ changes: {
6051
+ after: {
6052
+ name: string | null;
6053
+ };
6054
+ before: {
6055
+ name: string | null;
6056
+ };
6057
+ };
6058
+ name: "app.main-database-changed";
6059
+ parameters: {
6060
+ appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6061
+ database: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6062
+ };
6063
+ }
6048
6064
  interface ActivitylogAppInstallationCopyRequested {
6049
6065
  name: "app.copy-requested";
6050
6066
  parameters: {
@@ -6223,7 +6239,7 @@ export declare namespace MittwaldAPIV2 {
6223
6239
  version: string | null;
6224
6240
  };
6225
6241
  };
6226
- name: "database.mysql-version-set";
6242
+ name: "database.mysql-version-set" | "database.redis-version-set";
6227
6243
  parameters: {
6228
6244
  description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
6229
6245
  name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
@@ -6234,9 +6250,11 @@ export declare namespace MittwaldAPIV2 {
6234
6250
  changes: {
6235
6251
  after?: {
6236
6252
  aRecords: "managed";
6253
+ ttl?: (number | "auto") | null;
6237
6254
  };
6238
6255
  before?: {
6239
6256
  aRecords: string[] | null;
6257
+ ttl?: (number | "auto") | null;
6240
6258
  };
6241
6259
  };
6242
6260
  name: "dns.a-record-set-managed";
@@ -6312,9 +6330,11 @@ export declare namespace MittwaldAPIV2 {
6312
6330
  changes: {
6313
6331
  after?: {
6314
6332
  mx: "managed";
6333
+ ttl?: (number | "auto") | null;
6315
6334
  };
6316
6335
  before?: {
6317
6336
  mx: {}[] | null;
6337
+ ttl?: (number | "auto") | null;
6318
6338
  };
6319
6339
  };
6320
6340
  name: "dns.mx-record-set-managed";
@@ -6466,7 +6486,7 @@ export declare namespace MittwaldAPIV2 {
6466
6486
  name: string;
6467
6487
  }
6468
6488
  interface ActivitylogLogEntry {
6469
- 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.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationFailed | 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;
6489
+ 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.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationFailed | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseLinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationMainDatabaseChanged | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
6470
6490
  aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
6471
6491
  dateTime: string;
6472
6492
  /**
@@ -6870,11 +6890,6 @@ export declare namespace MittwaldAPIV2 {
6870
6890
  notificationThresholdInBytes?: number;
6871
6891
  statisticCategories?: MittwaldAPIV2.Components.Schemas.StoragespaceStatisticsCategory[];
6872
6892
  }
6873
- interface TaskAggregateReference {
6874
- aggregate: string;
6875
- domain: string;
6876
- id: string;
6877
- }
6878
6893
  interface SignupAccount {
6879
6894
  email?: string;
6880
6895
  /**
@@ -11301,6 +11316,63 @@ export declare namespace MittwaldAPIV2 {
11301
11316
  }
11302
11317
  }
11303
11318
  }
11319
+ namespace V2Services {
11320
+ namespace Get {
11321
+ namespace Parameters {
11322
+ type Path = {};
11323
+ type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
11324
+ type Query = {
11325
+ searchTerm?: string;
11326
+ sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder;
11327
+ limit?: number;
11328
+ skip?: number;
11329
+ page?: number;
11330
+ };
11331
+ }
11332
+ namespace Responses {
11333
+ namespace $200 {
11334
+ namespace Content {
11335
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
11336
+ }
11337
+ }
11338
+ namespace $400 {
11339
+ namespace Content {
11340
+ interface ApplicationJson {
11341
+ [k: string]: unknown;
11342
+ }
11343
+ }
11344
+ }
11345
+ namespace $403 {
11346
+ namespace Content {
11347
+ interface ApplicationJson {
11348
+ [k: string]: unknown;
11349
+ }
11350
+ }
11351
+ }
11352
+ namespace $429 {
11353
+ namespace Content {
11354
+ interface ApplicationJson {
11355
+ [k: string]: unknown;
11356
+ }
11357
+ }
11358
+ }
11359
+ namespace $500 {
11360
+ namespace Content {
11361
+ interface ApplicationJson {
11362
+ [k: string]: unknown;
11363
+ }
11364
+ }
11365
+ }
11366
+ namespace Default {
11367
+ namespace Content {
11368
+ interface ApplicationJson {
11369
+ [k: string]: unknown;
11370
+ }
11371
+ }
11372
+ }
11373
+ }
11374
+ }
11375
+ }
11304
11376
  namespace V2Stacks {
11305
11377
  namespace Get {
11306
11378
  namespace Parameters {
@@ -14406,6 +14478,7 @@ export declare namespace MittwaldAPIV2 {
14406
14478
  type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
14407
14479
  type Query = {
14408
14480
  includeServiceCronjobs?: boolean;
14481
+ stackId?: string;
14409
14482
  limit?: number;
14410
14483
  skip?: number;
14411
14484
  page?: number;
@@ -19642,6 +19715,7 @@ export declare namespace MittwaldAPIV2 {
19642
19715
  extensionId?: string;
19643
19716
  searchTerm?: string;
19644
19717
  anchor?: string;
19718
+ hasAcceptedAllScopes?: boolean;
19645
19719
  limit?: number;
19646
19720
  skip?: number;
19647
19721
  page?: number;
@@ -27684,6 +27758,7 @@ export declare namespace MittwaldAPIV2 {
27684
27758
  type Query = {
27685
27759
  limit?: number;
27686
27760
  skip?: number;
27761
+ page?: number;
27687
27762
  };
27688
27763
  }
27689
27764
  namespace Responses {
@@ -27927,6 +28002,7 @@ export declare namespace MittwaldAPIV2 {
27927
28002
  type Query = {
27928
28003
  limit?: number;
27929
28004
  skip?: number;
28005
+ page?: number;
27930
28006
  };
27931
28007
  }
27932
28008
  namespace Responses {
@@ -31321,62 +31397,5 @@ export declare namespace MittwaldAPIV2 {
31321
31397
  }
31322
31398
  }
31323
31399
  }
31324
- namespace V2Services {
31325
- namespace Get {
31326
- namespace Parameters {
31327
- type Path = {};
31328
- type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
31329
- type Query = {
31330
- searchTerm?: string;
31331
- sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder;
31332
- limit?: number;
31333
- skip?: number;
31334
- page?: number;
31335
- };
31336
- }
31337
- namespace Responses {
31338
- namespace $200 {
31339
- namespace Content {
31340
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.ContainerServiceResponse[];
31341
- }
31342
- }
31343
- namespace $400 {
31344
- namespace Content {
31345
- interface ApplicationJson {
31346
- [k: string]: unknown;
31347
- }
31348
- }
31349
- }
31350
- namespace $403 {
31351
- namespace Content {
31352
- interface ApplicationJson {
31353
- [k: string]: unknown;
31354
- }
31355
- }
31356
- }
31357
- namespace $429 {
31358
- namespace Content {
31359
- interface ApplicationJson {
31360
- [k: string]: unknown;
31361
- }
31362
- }
31363
- }
31364
- namespace $500 {
31365
- namespace Content {
31366
- interface ApplicationJson {
31367
- [k: string]: unknown;
31368
- }
31369
- }
31370
- }
31371
- namespace Default {
31372
- namespace Content {
31373
- interface ApplicationJson {
31374
- [k: string]: unknown;
31375
- }
31376
- }
31377
- }
31378
- }
31379
- }
31380
- }
31381
31400
  }
31382
31401
  }
@@ -512,7 +512,7 @@ declare const buildBackupApi: (baseClient: MittwaldAPIV3NextClient) => {
512
512
  }>;
513
513
  };
514
514
  declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
515
- /** Call pull-image webhook */
515
+ /** Call a Service pull-image webhook. */
516
516
  callPullImageWebhookForService: (conf: {
517
517
  queryParameters: {
518
518
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -740,6 +740,21 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
740
740
  version: string;
741
741
  website?: string | undefined;
742
742
  }>;
743
+ /** List Services the executing user has access to. */
744
+ listAccessibleServices: (conf?: {
745
+ headers?: {
746
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
747
+ "x-access-token"?: string | undefined;
748
+ } | undefined;
749
+ queryParameters?: {
750
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
751
+ searchTerm?: string | undefined;
752
+ sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
753
+ limit?: number | undefined;
754
+ skip?: number | undefined;
755
+ page?: number | undefined;
756
+ } | undefined;
757
+ } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[]>;
743
758
  /** List Stacks belonging to the executing user. */
744
759
  listSelfStacks: (conf?: {
745
760
  headers?: {
@@ -822,21 +837,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
822
837
  page?: number | undefined;
823
838
  } | undefined;
824
839
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
825
- /** List Services the executing user has access to. */
826
- listAccessibleServices: (conf?: {
827
- headers?: {
828
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
829
- "x-access-token"?: string | undefined;
830
- } | undefined;
831
- queryParameters?: {
832
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
833
- searchTerm?: string | undefined;
834
- sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
835
- limit?: number | undefined;
836
- skip?: number | undefined;
837
- page?: number | undefined;
838
- } | undefined;
839
- } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[]>;
840
840
  };
841
841
  declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
842
842
  /** Return the BaseItem of the Contract with the given ID. */
@@ -1354,6 +1354,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1354
1354
  extensionId?: string | undefined;
1355
1355
  searchTerm?: string | undefined;
1356
1356
  anchor?: string | undefined;
1357
+ hasAcceptedAllScopes?: boolean | undefined;
1357
1358
  limit?: number | undefined;
1358
1359
  skip?: number | undefined;
1359
1360
  page?: number | undefined;
@@ -1391,6 +1392,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1391
1392
  nextScheduledWebhookExecution?: string | undefined;
1392
1393
  pendingInstallation: boolean;
1393
1394
  pendingRemoval: boolean;
1395
+ scopeChangeAcceptanceDeadline?: string | undefined;
1394
1396
  variantKey?: string | undefined;
1395
1397
  webhookExecutionHalted: boolean;
1396
1398
  }>;
@@ -1511,6 +1513,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1511
1513
  nextScheduledWebhookExecution?: string | undefined;
1512
1514
  pendingInstallation: boolean;
1513
1515
  pendingRemoval: boolean;
1516
+ scopeChangeAcceptanceDeadline?: string | undefined;
1514
1517
  variantKey?: string | undefined;
1515
1518
  webhookExecutionHalted: boolean;
1516
1519
  }>;
@@ -1545,6 +1548,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
1545
1548
  nextScheduledWebhookExecution?: string | undefined;
1546
1549
  pendingInstallation: boolean;
1547
1550
  pendingRemoval: boolean;
1551
+ scopeChangeAcceptanceDeadline?: string | undefined;
1548
1552
  variantKey?: string | undefined;
1549
1553
  webhookExecutionHalted: boolean;
1550
1554
  }>;
@@ -1786,6 +1790,7 @@ declare const buildCronjobApi: (baseClient: MittwaldAPIV3NextClient) => {
1786
1790
  queryParameters?: {
1787
1791
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1788
1792
  includeServiceCronjobs?: boolean | undefined;
1793
+ stackId?: string | undefined;
1789
1794
  limit?: number | undefined;
1790
1795
  skip?: number | undefined;
1791
1796
  page?: number | undefined;
@@ -3360,7 +3365,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV3NextClient) => {
3360
3365
  projectId: string;
3361
3366
  role: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMembershipProjectRoles;
3362
3367
  }>;
3363
- /** Get a ProjectMembership */
3368
+ /** Get a ProjectMembership. */
3364
3369
  getProjectMembership: (conf: {
3365
3370
  projectMembershipId: string;
3366
3371
  headers?: {
@@ -3745,6 +3750,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
3745
3750
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3746
3751
  limit?: number | undefined;
3747
3752
  skip?: number | undefined;
3753
+ page?: number | undefined;
3748
3754
  } | undefined;
3749
3755
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSftpUser[]>;
3750
3756
  /** Get an SFTPUser. */
@@ -3780,6 +3786,7 @@ declare const buildSshsftpUserApi: (baseClient: MittwaldAPIV3NextClient) => {
3780
3786
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3781
3787
  limit?: number | undefined;
3782
3788
  skip?: number | undefined;
3789
+ page?: number | undefined;
3783
3790
  } | undefined;
3784
3791
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldSshuserSshUser[]>;
3785
3792
  /** Get an SSHUser. */