@newfold/huapi-js 2.1470.0 → 2.1482.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.
@@ -3,7 +3,7 @@
3
3
  * Do not edit manually.
4
4
  * Hosting UAPI
5
5
  * Hosting UAPI is an API to expose Hosting, Addons, and Site functionality to a customer-facing Front End such as (Account Manager).
6
- * OpenAPI spec version: 1.1470.0
6
+ * OpenAPI spec version: 1.1482.0
7
7
  */
8
8
  export declare type SshKeyListV4200RowsItem = {
9
9
  authorize?: boolean;
@@ -267,17 +267,6 @@ export declare type SitesDomainsV2200 = {
267
267
  export declare type SitesDomainsV2Params = {
268
268
  scan?: boolean;
269
269
  };
270
- export declare type SitesListV2200 = {
271
- items?: SitesListV2200ItemsItem[];
272
- /** page size */
273
- limit?: number;
274
- /** current page number */
275
- page?: number;
276
- /** total number of pages */
277
- pages?: number;
278
- /** total number of sites returned */
279
- total?: number;
280
- };
281
270
  /**
282
271
  * @nullable
283
272
  */
@@ -440,6 +429,17 @@ export declare type SitesListV2200ItemsItem = {
440
429
  */
441
430
  version_ptr?: string | null;
442
431
  };
432
+ export declare type SitesListV2200 = {
433
+ items?: SitesListV2200ItemsItem[];
434
+ /** page size */
435
+ limit?: number;
436
+ /** current page number */
437
+ page?: number;
438
+ /** total number of pages */
439
+ pages?: number;
440
+ /** total number of sites returned */
441
+ total?: number;
442
+ };
443
443
  export declare type SshKeyV2200 = {
444
444
  deleted?: number;
445
445
  key_name?: string;
@@ -948,6 +948,7 @@ export declare type BackupListV2200BackupsItem = {
948
948
  backup_id?: string;
949
949
  /** @nullable */
950
950
  databases?: string[] | null;
951
+ schedule_type?: string;
951
952
  type?: string;
952
953
  };
953
954
  export declare type BackupListV2200 = {
@@ -1465,6 +1466,22 @@ export declare type SitesPerformanceCachepurgeBody = {
1465
1466
  export declare type SitePendingDomainDelete200 = {
1466
1467
  [key: string]: unknown;
1467
1468
  };
1469
+ export declare type SitesMetricDimensions200DimensionsWpAdminAjaxActionItem = {
1470
+ dimension?: SitesMetricDimensions200DimensionsWpAdminAjaxActionItemDimension;
1471
+ timestamp?: number;
1472
+ };
1473
+ export declare type SitesMetricDimensions200Dimensions = {
1474
+ http_host?: SitesMetricDimensions200DimensionsHttpHostItem[];
1475
+ http_status?: SitesMetricDimensions200DimensionsHttpStatusItem[];
1476
+ http_verb?: SitesMetricDimensions200DimensionsHttpVerbItem[];
1477
+ http_version?: SitesMetricDimensions200DimensionsHttpVersionItem[];
1478
+ page_is_cached?: SitesMetricDimensions200DimensionsPageIsCachedItem[];
1479
+ page_renderer?: SitesMetricDimensions200DimensionsPageRendererItem[];
1480
+ visitor_asn?: SitesMetricDimensions200DimensionsVisitorAsnItem[];
1481
+ visitor_country_code?: SitesMetricDimensions200DimensionsVisitorCountryCodeItem[];
1482
+ visitor_is_crawler?: SitesMetricDimensions200DimensionsVisitorIsCrawlerItem[];
1483
+ wp_admin_ajax_action?: SitesMetricDimensions200DimensionsWpAdminAjaxActionItem[];
1484
+ };
1468
1485
  export declare type SitesMetricDimensions200 = {
1469
1486
  date_end?: string;
1470
1487
  date_start?: string;
@@ -1475,10 +1492,6 @@ export declare type SitesMetricDimensions200 = {
1475
1492
  export declare type SitesMetricDimensions200DimensionsWpAdminAjaxActionItemDimension = {
1476
1493
  [key: string]: number;
1477
1494
  };
1478
- export declare type SitesMetricDimensions200DimensionsWpAdminAjaxActionItem = {
1479
- dimension?: SitesMetricDimensions200DimensionsWpAdminAjaxActionItemDimension;
1480
- timestamp?: number;
1481
- };
1482
1495
  export declare type SitesMetricDimensions200DimensionsVisitorIsCrawlerItemDimension = {
1483
1496
  [key: string]: number;
1484
1497
  };
@@ -1542,18 +1555,6 @@ export declare type SitesMetricDimensions200DimensionsHttpHostItem = {
1542
1555
  dimension?: SitesMetricDimensions200DimensionsHttpHostItemDimension;
1543
1556
  timestamp?: number;
1544
1557
  };
1545
- export declare type SitesMetricDimensions200Dimensions = {
1546
- http_host?: SitesMetricDimensions200DimensionsHttpHostItem[];
1547
- http_status?: SitesMetricDimensions200DimensionsHttpStatusItem[];
1548
- http_verb?: SitesMetricDimensions200DimensionsHttpVerbItem[];
1549
- http_version?: SitesMetricDimensions200DimensionsHttpVersionItem[];
1550
- page_is_cached?: SitesMetricDimensions200DimensionsPageIsCachedItem[];
1551
- page_renderer?: SitesMetricDimensions200DimensionsPageRendererItem[];
1552
- visitor_asn?: SitesMetricDimensions200DimensionsVisitorAsnItem[];
1553
- visitor_country_code?: SitesMetricDimensions200DimensionsVisitorCountryCodeItem[];
1554
- visitor_is_crawler?: SitesMetricDimensions200DimensionsVisitorIsCrawlerItem[];
1555
- wp_admin_ajax_action?: SitesMetricDimensions200DimensionsWpAdminAjaxActionItem[];
1556
- };
1557
1558
  export declare type SitesMetricDimensionsParams = {
1558
1559
  start?: string;
1559
1560
  end?: string;
@@ -1958,10 +1959,6 @@ export declare type SitesAtomicMetrics200Views = {
1958
1959
  last_n_days?: SitesAtomicMetrics200ViewsLastNDaysItem[];
1959
1960
  total_hits?: number;
1960
1961
  };
1961
- export declare type SitesAtomicMetrics200 = {
1962
- raw?: SitesAtomicMetrics200Raw;
1963
- views?: SitesAtomicMetrics200Views;
1964
- };
1965
1962
  export declare type SitesAtomicMetrics200RawPeriodsItemDimension = {
1966
1963
  [key: string]: string | number | number;
1967
1964
  };
@@ -1979,6 +1976,10 @@ export declare type SitesAtomicMetrics200Raw = {
1979
1976
  periods?: SitesAtomicMetrics200RawPeriodsItem[];
1980
1977
  resolution?: number;
1981
1978
  };
1979
+ export declare type SitesAtomicMetrics200 = {
1980
+ raw?: SitesAtomicMetrics200Raw;
1981
+ views?: SitesAtomicMetrics200Views;
1982
+ };
1982
1983
  export declare type SitesAtomicMetricsParams = {
1983
1984
  metric?: string[];
1984
1985
  dimension?: string[];
@@ -2214,6 +2215,17 @@ export declare type HostingVisitors200VisitorsItem = {
2214
2215
  unique_visitors?: number;
2215
2216
  visitors?: number;
2216
2217
  };
2218
+ export declare type HostingVisitors200 = {
2219
+ daily?: HostingVisitors200Daily;
2220
+ is_linked_domain?: boolean;
2221
+ linked_domain?: string;
2222
+ total_bandwidth?: number;
2223
+ total_hits?: number;
2224
+ total_pages?: number;
2225
+ total_unique_visitors?: number;
2226
+ total_visitors?: number;
2227
+ visitors?: HostingVisitors200VisitorsItem[];
2228
+ };
2217
2229
  export declare type HostingVisitors200DailyTotal = {
2218
2230
  total_bandwidth?: number;
2219
2231
  total_hits?: number;
@@ -2233,17 +2245,6 @@ export declare type HostingVisitors200Daily = {
2233
2245
  data?: HostingVisitors200DailyDataItem[];
2234
2246
  total?: HostingVisitors200DailyTotal;
2235
2247
  };
2236
- export declare type HostingVisitors200 = {
2237
- daily?: HostingVisitors200Daily;
2238
- is_linked_domain?: boolean;
2239
- linked_domain?: string;
2240
- total_bandwidth?: number;
2241
- total_hits?: number;
2242
- total_pages?: number;
2243
- total_unique_visitors?: number;
2244
- total_visitors?: number;
2245
- visitors?: HostingVisitors200VisitorsItem[];
2246
- };
2247
2248
  export declare type HostingVisitorsSource = typeof HostingVisitorsSource[keyof typeof HostingVisitorsSource];
2248
2249
  export declare const HostingVisitorsSource: {
2249
2250
  readonly http: "http";
@@ -2541,9 +2542,6 @@ export declare type HostingRedirects200Item = {
2541
2542
  url?: string;
2542
2543
  wildcard?: boolean;
2543
2544
  };
2544
- export declare type ProductLicenseDetails200 = {
2545
- wpsolution?: ProductLicenseDetails200Wpsolution;
2546
- };
2547
2545
  export declare type ProductLicenseDetails200WpsolutionCreatorItem = {
2548
2546
  expirationDate?: string;
2549
2547
  prodInstId?: string;
@@ -2557,6 +2555,9 @@ export declare type ProductLicenseDetails200Wpsolution = {
2557
2555
  creator?: ProductLicenseDetails200WpsolutionCreatorItem[];
2558
2556
  total?: number;
2559
2557
  };
2558
+ export declare type ProductLicenseDetails200 = {
2559
+ wpsolution?: ProductLicenseDetails200Wpsolution;
2560
+ };
2560
2561
  export declare type ProductLicenseDetailsProductName = typeof ProductLicenseDetailsProductName[keyof typeof ProductLicenseDetailsProductName];
2561
2562
  export declare const ProductLicenseDetailsProductName: {
2562
2563
  readonly wpsolution: "wpsolution";
@@ -2654,6 +2655,10 @@ export declare type HostingMigrationStatus200 = {
2654
2655
  export declare type HostingLead400 = {
2655
2656
  [key: string]: unknown;
2656
2657
  };
2658
+ export declare type HostingLead200ResponseItemData = {
2659
+ leadId?: string;
2660
+ message?: string;
2661
+ };
2657
2662
  export declare type HostingLead200ResponseItem = {
2658
2663
  clientRequestId?: string;
2659
2664
  data?: HostingLead200ResponseItemData;
@@ -2668,10 +2673,6 @@ export declare type HostingLead200ResponseItem = {
2668
2673
  export declare type HostingLead200 = {
2669
2674
  response?: HostingLead200ResponseItem[];
2670
2675
  } | null;
2671
- export declare type HostingLead200ResponseItemData = {
2672
- leadId?: string;
2673
- message?: string;
2674
- };
2675
2676
  export declare type HostingLeadParams = {
2676
2677
  phone?: string;
2677
2678
  };
@@ -3045,6 +3046,11 @@ export declare type HostingEmailSettingsBody = {
3045
3046
  export declare type HostingEmailForwardDelete200 = {
3046
3047
  [key: string]: unknown;
3047
3048
  };
3049
+ export declare type HostingEmailForwardDeleteType = typeof HostingEmailForwardDeleteType[keyof typeof HostingEmailForwardDeleteType];
3050
+ export declare const HostingEmailForwardDeleteType: {
3051
+ readonly account: "account";
3052
+ readonly domain: "domain";
3053
+ };
3048
3054
  export declare type HostingEmailForwardDeleteParams = {
3049
3055
  /**
3050
3056
  * The source address or domain of the forwarder to be deleted
@@ -3054,6 +3060,10 @@ export declare type HostingEmailForwardDeleteParams = {
3054
3060
  * The destination of the forwarder to be deleted
3055
3061
  */
3056
3062
  destination: string;
3063
+ /**
3064
+ * The type of forwarder to delete
3065
+ */
3066
+ type: HostingEmailForwardDeleteType;
3057
3067
  };
3058
3068
  export declare type HostingEmailForwarderAdd512 = {
3059
3069
  /** Customer error code */
@@ -3083,23 +3093,23 @@ export declare const HostingEmailForwarderAddBodyType: {
3083
3093
  readonly domain: "domain";
3084
3094
  };
3085
3095
  /**
3086
- * The type of forwarder destination (defaults to 'forward')
3096
+ * The type of forwarder destination (defaults to 'forward') - only used for account types
3087
3097
  */
3088
3098
  export declare type HostingEmailForwarderAddBodyDestinationType = typeof HostingEmailForwarderAddBodyDestinationType[keyof typeof HostingEmailForwarderAddBodyDestinationType];
3089
3099
  export declare const HostingEmailForwarderAddBodyDestinationType: {
3090
- readonly domainalias: "domainalias";
3091
3100
  readonly alias: "alias";
3092
3101
  readonly alias_unknown: "alias_unknown";
3093
3102
  readonly discard: "discard";
3103
+ readonly blackhole: "blackhole";
3094
3104
  readonly forward: "forward";
3095
3105
  readonly pipe: "pipe";
3096
- readonly system_forward: "system_forward";
3106
+ readonly system: "system";
3097
3107
  };
3098
3108
  export declare type HostingEmailForwarderAddBody = {
3099
- /** The destination email address where emails should be forwarded to */
3100
- destination: string;
3101
- /** The type of forwarder destination (defaults to 'forward') */
3102
- destination_type: HostingEmailForwarderAddBodyDestinationType;
3109
+ /** The destination email address where emails should be forwarded to (not needed for system forward) */
3110
+ destination?: string;
3111
+ /** The type of forwarder destination (defaults to 'forward') - only used for account types */
3112
+ destination_type?: HostingEmailForwarderAddBodyDestinationType;
3103
3113
  /** The source (email address or domain) of the forwarder being added */
3104
3114
  source: string;
3105
3115
  /** The type of forwarder to add (defaults to 'account') */
@@ -3108,10 +3118,15 @@ export declare type HostingEmailForwarderAddBody = {
3108
3118
  export declare type HostingEmailForwardersList200ForwardersItem = {
3109
3119
  /** Where the email will be forwarded to */
3110
3120
  destination?: string;
3121
+ /**
3122
+ * The type of forwarder destination
3123
+ * @nullable
3124
+ */
3125
+ destination_type?: string | null;
3111
3126
  /** Where the email to be forwarded is coming from */
3112
3127
  source?: string;
3113
3128
  /**
3114
- * The type of forwarder
3129
+ * The classification of forwarder
3115
3130
  * @nullable
3116
3131
  */
3117
3132
  type?: string | null;
@@ -3295,258 +3310,101 @@ export declare type HostingEmailAutoresponderDeleteParams = {
3295
3310
  */
3296
3311
  email?: string;
3297
3312
  };
3298
- export declare type HostingEmailAutoresponder200 = {
3313
+ export declare type HostingEmailAutoresponderCreate400 = {
3314
+ error?: string;
3315
+ };
3316
+ export declare type HostingEmailAutoresponderCreate200 = {
3317
+ success?: boolean;
3318
+ };
3319
+ export declare type HostingEmailAutoresponderCreateBody = {
3320
+ /** The message body of the autoresponse */
3321
+ body?: string;
3322
+ charset?: AutoresponderCharset;
3323
+ /** The email address that sends auto-responses */
3324
+ email?: string;
3325
+ /** Username to appear in the response */
3326
+ from?: string;
3327
+ /** The number of hours to wait between responses to the same email address, or zero to always respond */
3328
+ interval?: number;
3329
+ /** Whether the autoresponder email content is HTML */
3330
+ is_html?: boolean;
3331
+ /**
3332
+ * When to enable the autoresponder format in UNIX timestamp
3333
+ * @nullable
3334
+ */
3335
+ start?: string | null;
3336
+ /**
3337
+ * When to disable the autoresponder format in UNIX timestamp
3338
+ * @nullable
3339
+ */
3340
+ stop?: string | null;
3341
+ /** The subject line of the autoresponse email */
3342
+ subject?: string;
3343
+ };
3344
+ export declare type HostingEmailAutoresponderUpdate400 = {
3345
+ error?: string;
3346
+ };
3347
+ export declare type HostingEmailAutoresponderUpdate200 = {
3299
3348
  success?: boolean;
3300
3349
  };
3350
+ export declare type HostingEmailAutoresponderUpdateBody = {
3351
+ /** The message body of the autoresponse */
3352
+ body?: string;
3353
+ charset?: AutoresponderCharset;
3354
+ /** The email address that sends auto-responses */
3355
+ email?: string;
3356
+ /** Username to appear in the response */
3357
+ from?: string;
3358
+ /** The number of hours to wait between responses to the same email address, or zero to always respond */
3359
+ interval?: number;
3360
+ /** Whether the autoresponder email content is HTML */
3361
+ is_html?: boolean;
3362
+ /**
3363
+ * When to enable the autoresponder format in UNIX timestamp
3364
+ * @nullable
3365
+ */
3366
+ start?: string | null;
3367
+ /**
3368
+ * When to disable the autoresponder format in UNIX timestamp
3369
+ * @nullable
3370
+ */
3371
+ stop?: string | null;
3372
+ /** The subject line of the autoresponse email */
3373
+ subject?: string;
3374
+ };
3375
+ export declare type HostingEmailAutoresponderInfo404 = {
3376
+ error?: string;
3377
+ };
3301
3378
  /**
3302
- * Which character set to use for the autorespond email content
3379
+ * Info of autoresponder
3303
3380
  */
3304
- export declare type HostingEmailAutoresponderBodyCharset = typeof HostingEmailAutoresponderBodyCharset[keyof typeof HostingEmailAutoresponderBodyCharset];
3305
- export declare const HostingEmailAutoresponderBodyCharset: {
3306
- readonly 'ansi_x3110-1983': "ansi_x3.110-1983";
3307
- readonly 'ansi_x34-1968': "ansi_x3.4-1968";
3308
- readonly 'armscii-8': "armscii-8";
3309
- readonly asmo_449: "asmo_449";
3310
- readonly big5: "big5";
3311
- readonly 'big5-hkscs': "big5-hkscs";
3312
- readonly brf: "brf";
3313
- readonly bs_4730: "bs_4730";
3314
- readonly cp10007: "cp10007";
3315
- readonly cp1125: "cp1125";
3316
- readonly cp1250: "cp1250";
3317
- readonly cp1253: "cp1253";
3318
- readonly cp1254: "cp1254";
3319
- readonly cp1255: "cp1255";
3320
- readonly cp1256: "cp1256";
3321
- readonly cp1257: "cp1257";
3322
- readonly cp1258: "cp1258";
3323
- readonly cp737: "cp737";
3324
- readonly cp770: "cp770";
3325
- readonly cp771: "cp771";
3326
- readonly cp772: "cp772";
3327
- readonly cp773: "cp773";
3328
- readonly cp774: "cp774";
3329
- readonly cp775: "cp775";
3330
- readonly 'csa_z2434-1985-1': "csa_z243.4-1985-1";
3331
- readonly 'csa_z2434-1985-2': "csa_z243.4-1985-2";
3332
- readonly csn_369103: "csn_369103";
3333
- readonly cwi: "cwi";
3334
- readonly 'dec-mcs': "dec-mcs";
3335
- readonly din_66003: "din_66003";
3336
- readonly ds_2089: "ds_2089";
3337
- readonly 'ebcdic-at-de': "ebcdic-at-de";
3338
- readonly 'ebcdic-at-de-a': "ebcdic-at-de-a";
3339
- readonly 'ebcdic-ca-fr': "ebcdic-ca-fr";
3340
- readonly 'ebcdic-dk-no': "ebcdic-dk-no";
3341
- readonly 'ebcdic-dk-no-a': "ebcdic-dk-no-a";
3342
- readonly 'ebcdic-es': "ebcdic-es";
3343
- readonly 'ebcdic-es-a': "ebcdic-es-a";
3344
- readonly 'ebcdic-es-s': "ebcdic-es-s";
3345
- readonly 'ebcdic-fi-se': "ebcdic-fi-se";
3346
- readonly 'ebcdic-fi-se-a': "ebcdic-fi-se-a";
3347
- readonly 'ebcdic-fr': "ebcdic-fr";
3348
- readonly 'ebcdic-is-friss': "ebcdic-is-friss";
3349
- readonly 'ebcdic-it': "ebcdic-it";
3350
- readonly 'ebcdic-pt': "ebcdic-pt";
3351
- readonly 'ebcdic-uk': "ebcdic-uk";
3352
- readonly 'ebcdic-us': "ebcdic-us";
3353
- readonly 'ecma-cyrillic': "ecma-cyrillic";
3354
- readonly es: "es";
3355
- readonly es2: "es2";
3356
- readonly 'euc-jisx0213': "euc-jisx0213";
3357
- readonly 'euc-jp': "euc-jp";
3358
- readonly 'euc-jp-ms': "euc-jp-ms";
3359
- readonly 'euc-kr': "euc-kr";
3360
- readonly 'euc-tw': "euc-tw";
3361
- readonly gb18030: "gb18030";
3362
- readonly gb2312: "gb2312";
3363
- readonly 'gb_1988-80': "gb_1988-80";
3364
- readonly gbk: "gbk";
3365
- readonly 'georgian-academy': "georgian-academy";
3366
- readonly 'georgian-ps': "georgian-ps";
3367
- readonly 'gost_19768-74': "gost_19768-74";
3368
- readonly 'greek-ccitt': "greek-ccitt";
3369
- readonly greek7: "greek7";
3370
- readonly 'greek7-old': "greek7-old";
3371
- readonly 'hp-greek8': "hp-greek8";
3372
- readonly 'hp-roman8': "hp-roman8";
3373
- readonly 'hp-roman9': "hp-roman9";
3374
- readonly 'hp-thai8': "hp-thai8";
3375
- readonly 'hp-turkish8': "hp-turkish8";
3376
- readonly ibm037: "ibm037";
3377
- readonly ibm038: "ibm038";
3378
- readonly ibm1004: "ibm1004";
3379
- readonly ibm1026: "ibm1026";
3380
- readonly ibm1047: "ibm1047";
3381
- readonly ibm1124: "ibm1124";
3382
- readonly ibm1129: "ibm1129";
3383
- readonly ibm1132: "ibm1132";
3384
- readonly ibm1133: "ibm1133";
3385
- readonly ibm1160: "ibm1160";
3386
- readonly ibm1161: "ibm1161";
3387
- readonly ibm1162: "ibm1162";
3388
- readonly ibm1163: "ibm1163";
3389
- readonly ibm1164: "ibm1164";
3390
- readonly ibm256: "ibm256";
3391
- readonly ibm273: "ibm273";
3392
- readonly ibm274: "ibm274";
3393
- readonly ibm275: "ibm275";
3394
- readonly ibm277: "ibm277";
3395
- readonly ibm278: "ibm278";
3396
- readonly ibm280: "ibm280";
3397
- readonly ibm281: "ibm281";
3398
- readonly ibm284: "ibm284";
3399
- readonly ibm285: "ibm285";
3400
- readonly ibm290: "ibm290";
3401
- readonly ibm297: "ibm297";
3402
- readonly ibm420: "ibm420";
3403
- readonly ibm423: "ibm423";
3404
- readonly ibm424: "ibm424";
3405
- readonly ibm437: "ibm437";
3406
- readonly ibm500: "ibm500";
3407
- readonly ibm850: "ibm850";
3408
- readonly ibm851: "ibm851";
3409
- readonly ibm852: "ibm852";
3410
- readonly ibm855: "ibm855";
3411
- readonly ibm856: "ibm856";
3412
- readonly ibm857: "ibm857";
3413
- readonly ibm858: "ibm858";
3414
- readonly ibm860: "ibm860";
3415
- readonly ibm861: "ibm861";
3416
- readonly ibm862: "ibm862";
3417
- readonly ibm863: "ibm863";
3418
- readonly ibm864: "ibm864";
3419
- readonly ibm865: "ibm865";
3420
- readonly ibm866: "ibm866";
3421
- readonly ibm866nav: "ibm866nav";
3422
- readonly ibm868: "ibm868";
3423
- readonly ibm869: "ibm869";
3424
- readonly ibm870: "ibm870";
3425
- readonly ibm871: "ibm871";
3426
- readonly ibm874: "ibm874";
3427
- readonly ibm875: "ibm875";
3428
- readonly ibm880: "ibm880";
3429
- readonly ibm891: "ibm891";
3430
- readonly ibm903: "ibm903";
3431
- readonly ibm904: "ibm904";
3432
- readonly ibm905: "ibm905";
3433
- readonly ibm918: "ibm918";
3434
- readonly ibm922: "ibm922";
3435
- readonly 'iec_p27-1': "iec_p27-1";
3436
- readonly inis: "inis";
3437
- readonly 'inis-8': "inis-8";
3438
- readonly 'inis-cyrillic': "inis-cyrillic";
3439
- readonly 'isiri-3342': "isiri-3342";
3440
- readonly 'iso-8859-1': "iso-8859-1";
3441
- readonly 'iso-8859-10': "iso-8859-10";
3442
- readonly 'iso-8859-11': "iso-8859-11";
3443
- readonly 'iso-8859-13': "iso-8859-13";
3444
- readonly 'iso-8859-14': "iso-8859-14";
3445
- readonly 'iso-8859-15': "iso-8859-15";
3446
- readonly 'iso-8859-16': "iso-8859-16";
3447
- readonly 'iso-8859-2': "iso-8859-2";
3448
- readonly 'iso-8859-3': "iso-8859-3";
3449
- readonly 'iso-8859-4': "iso-8859-4";
3450
- readonly 'iso-8859-5': "iso-8859-5";
3451
- readonly 'iso-8859-6': "iso-8859-6";
3452
- readonly 'iso-8859-7': "iso-8859-7";
3453
- readonly 'iso-8859-8': "iso-8859-8";
3454
- readonly 'iso-8859-9': "iso-8859-9";
3455
- readonly 'iso-8859-9e': "iso-8859-9e";
3456
- readonly 'iso-ir-197': "iso-ir-197";
3457
- readonly 'iso-ir-209': "iso-ir-209";
3458
- readonly 'iso-ir-90': "iso-ir-90";
3459
- readonly 'iso_10367-box': "iso_10367-box";
3460
- readonly 'iso_11548-1': "iso_11548-1";
3461
- readonly 'iso_2033-1983': "iso_2033-1983";
3462
- readonly iso_5427: "iso_5427";
3463
- readonly 'iso_5427-ext': "iso_5427-ext";
3464
- readonly iso_5428: "iso_5428";
3465
- readonly iso_6937: "iso_6937";
3466
- readonly it: "it";
3467
- readonly 'jis_c6220-1969-ro': "jis_c6220-1969-ro";
3468
- readonly 'jis_c6229-1984-b': "jis_c6229-1984-b";
3469
- readonly johab: "johab";
3470
- readonly jus_ib1002: "jus_i.b1.002";
3471
- readonly 'koi-8': "koi-8";
3472
- readonly 'koi8-r': "koi8-r";
3473
- readonly 'koi8-ru': "koi8-ru";
3474
- readonly 'koi8-t': "koi8-t";
3475
- readonly 'koi8-u': "koi8-u";
3476
- readonly ksc5636: "ksc5636";
3477
- readonly 'latin-greek': "latin-greek";
3478
- readonly 'latin-greek-1': "latin-greek-1";
3479
- readonly 'mac-centraleurope': "mac-centraleurope";
3480
- readonly 'mac-cyrillic': "mac-cyrillic";
3481
- readonly 'mac-is': "mac-is";
3482
- readonly 'mac-sami': "mac-sami";
3483
- readonly 'mac-uk': "mac-uk";
3484
- readonly macintosh: "macintosh";
3485
- readonly mik: "mik";
3486
- readonly msz_77953: "msz_7795.3";
3487
- readonly 'nats-dano': "nats-dano";
3488
- readonly 'nats-sefi': "nats-sefi";
3489
- readonly 'nc_nc00-10': "nc_nc00-10";
3490
- readonly 'nf_z_62-010': "nf_z_62-010";
3491
- readonly 'nf_z_62-010_1973': "nf_z_62-010_1973";
3492
- readonly 'ns_4551-1': "ns_4551-1";
3493
- readonly 'ns_4551-2': "ns_4551-2";
3494
- readonly pt: "pt";
3495
- readonly pt154: "pt154";
3496
- readonly pt2: "pt2";
3497
- readonly rk1048: "rk1048";
3498
- readonly sen_850200_b: "sen_850200_b";
3499
- readonly sen_850200_c: "sen_850200_c";
3500
- readonly shift_jis: "shift_jis";
3501
- readonly shift_jisx0213: "shift_jisx0213";
3502
- readonly 't61-8bit': "t.61-8bit";
3503
- readonly 'tcvn5712-1': "tcvn5712-1";
3504
- readonly 'tis-620': "tis-620";
3505
- readonly tscii: "tscii";
3506
- readonly 'us-ascii': "us-ascii";
3507
- readonly 'utf-7': "utf-7";
3508
- readonly 'utf-8': "utf-8";
3509
- readonly viscii: "viscii";
3510
- readonly 'windows-1251': "windows-1251";
3511
- readonly 'windows-1252': "windows-1252";
3512
- readonly 'windows-31j': "windows-31j";
3513
- };
3514
- export declare type HostingEmailAutoresponderBody = {
3381
+ export declare type HostingEmailAutoresponderInfo200Autoresponder = {
3515
3382
  /** The message body of the autoresponse */
3516
3383
  body?: string;
3517
3384
  /** Which character set to use for the autorespond email content */
3518
- charset?: HostingEmailAutoresponderBodyCharset;
3519
- /** The domain of email address */
3385
+ charset?: string;
3386
+ /** The domain of the email address */
3520
3387
  domain?: string;
3521
3388
  /** The email address that sends auto-responses */
3522
3389
  email?: string;
3523
- /** Username to appear in the response */
3390
+ /** The value displayed in the from field next to the email address */
3524
3391
  from?: string;
3525
3392
  /** The number of hours to wait between responses to the same email address, or zero to always respond */
3526
3393
  interval?: number;
3527
- /** When to enable the autoresponder format in UNIX timestamp */
3528
- start?: string;
3529
- /** When to disable the autoresponder format in UNIX timestamp */
3530
- stop?: string;
3531
- /** The subject line of the autoresponse email */
3532
- subject?: string;
3533
- };
3534
- /**
3535
- * Info of autoresponder
3536
- */
3537
- export declare type HostingEmailAutoresponderInfo200Autoresponder = {
3538
- /** The message body of the autoresponse */
3539
- body?: string;
3540
- /** Which character set to use for the autorespond email content */
3541
- charset?: string;
3542
- /** Username to appear in the response */
3543
- from?: string;
3544
- /** The number of hours to wait between responses to the same email address, or zero to always respond */
3545
- interval?: number;
3546
- /** When to enable the autoresponder format in UNIX timestamp */
3547
- start?: number;
3548
- /** When to disable the autoresponder format in UNIX timestamp */
3549
- stop?: number;
3394
+ /** Whether the autoresponder body is HTML formatted */
3395
+ is_html?: boolean;
3396
+ /** The local part of the email address */
3397
+ name?: string;
3398
+ /**
3399
+ * When to enable the autoresponder format in UNIX timestamp
3400
+ * @nullable
3401
+ */
3402
+ start?: number | null;
3403
+ /**
3404
+ * When to disable the autoresponder format in UNIX timestamp
3405
+ * @nullable
3406
+ */
3407
+ stop?: number | null;
3550
3408
  /** The subject line of the autoresponse email */
3551
3409
  subject?: string;
3552
3410
  };
@@ -3558,7 +3416,7 @@ export declare type HostingEmailAutoresponderInfoParams = {
3558
3416
  /**
3559
3417
  * The email of the autoresponder
3560
3418
  */
3561
- email?: string;
3419
+ email: string;
3562
3420
  };
3563
3421
  export declare type HostingEmailUpdate512 = {
3564
3422
  /** Customer error code */
@@ -4372,31 +4230,6 @@ export declare type ActivityLog200 = {
4372
4230
  export declare type ActivityLogParams = {
4373
4231
  days?: number;
4374
4232
  };
4375
- export declare type HostingAccount200ResourcesWorkers = {
4376
- /** @nullable */
4377
- available?: number | null;
4378
- /** @nullable */
4379
- total?: number | null;
4380
- /** @nullable */
4381
- used?: number | null;
4382
- };
4383
- export declare type HostingAccount200ResourcesStorage = {
4384
- /** @nullable */
4385
- available?: number | null;
4386
- /** @nullable */
4387
- total?: number | null;
4388
- unit?: string;
4389
- /** @nullable */
4390
- used?: number | null;
4391
- };
4392
- /**
4393
- * @nullable
4394
- */
4395
- export declare type HostingAccount200Resources = {
4396
- staging?: HostingAccount200ResourcesStaging;
4397
- storage?: HostingAccount200ResourcesStorage;
4398
- workers?: HostingAccount200ResourcesWorkers;
4399
- } | null;
4400
4233
  export declare type HostingAccount200 = {
4401
4234
  account_id?: string;
4402
4235
  advanced?: boolean;
@@ -4414,6 +4247,23 @@ export declare type HostingAccount200 = {
4414
4247
  type?: string;
4415
4248
  username?: string;
4416
4249
  };
4250
+ export declare type HostingAccount200ResourcesWorkers = {
4251
+ /** @nullable */
4252
+ available?: number | null;
4253
+ /** @nullable */
4254
+ total?: number | null;
4255
+ /** @nullable */
4256
+ used?: number | null;
4257
+ };
4258
+ export declare type HostingAccount200ResourcesStorage = {
4259
+ /** @nullable */
4260
+ available?: number | null;
4261
+ /** @nullable */
4262
+ total?: number | null;
4263
+ unit?: string;
4264
+ /** @nullable */
4265
+ used?: number | null;
4266
+ };
4417
4267
  export declare type HostingAccount200ResourcesStagingWorkers = {
4418
4268
  /** @nullable */
4419
4269
  available?: number | null;
@@ -4435,6 +4285,14 @@ export declare type HostingAccount200ResourcesStaging = {
4435
4285
  storage?: HostingAccount200ResourcesStagingStorage;
4436
4286
  workers?: HostingAccount200ResourcesStagingWorkers;
4437
4287
  };
4288
+ /**
4289
+ * @nullable
4290
+ */
4291
+ export declare type HostingAccount200Resources = {
4292
+ staging?: HostingAccount200ResourcesStaging;
4293
+ storage?: HostingAccount200ResourcesStorage;
4294
+ workers?: HostingAccount200ResourcesWorkers;
4295
+ } | null;
4438
4296
  export declare type HostingAccount200Billing = {
4439
4297
  prod_code?: string;
4440
4298
  product_name?: string;
@@ -5209,6 +5067,219 @@ export declare type AccountEventListParams = {
5209
5067
  */
5210
5068
  date_last?: string;
5211
5069
  };
5070
+ /**
5071
+ * Which character set to use for the autorespond email content
5072
+ */
5073
+ export declare type AutoresponderCharset = typeof AutoresponderCharset[keyof typeof AutoresponderCharset];
5074
+ export declare const AutoresponderCharset: {
5075
+ readonly 'ansi_x3110-1983': "ansi_x3.110-1983";
5076
+ readonly 'ansi_x34-1968': "ansi_x3.4-1968";
5077
+ readonly 'armscii-8': "armscii-8";
5078
+ readonly asmo_449: "asmo_449";
5079
+ readonly big5: "big5";
5080
+ readonly 'big5-hkscs': "big5-hkscs";
5081
+ readonly brf: "brf";
5082
+ readonly bs_4730: "bs_4730";
5083
+ readonly cp10007: "cp10007";
5084
+ readonly cp1125: "cp1125";
5085
+ readonly cp1250: "cp1250";
5086
+ readonly cp1253: "cp1253";
5087
+ readonly cp1254: "cp1254";
5088
+ readonly cp1255: "cp1255";
5089
+ readonly cp1256: "cp1256";
5090
+ readonly cp1257: "cp1257";
5091
+ readonly cp1258: "cp1258";
5092
+ readonly cp737: "cp737";
5093
+ readonly cp770: "cp770";
5094
+ readonly cp771: "cp771";
5095
+ readonly cp772: "cp772";
5096
+ readonly cp773: "cp773";
5097
+ readonly cp774: "cp774";
5098
+ readonly cp775: "cp775";
5099
+ readonly 'csa_z2434-1985-1': "csa_z243.4-1985-1";
5100
+ readonly 'csa_z2434-1985-2': "csa_z243.4-1985-2";
5101
+ readonly csn_369103: "csn_369103";
5102
+ readonly cwi: "cwi";
5103
+ readonly 'dec-mcs': "dec-mcs";
5104
+ readonly din_66003: "din_66003";
5105
+ readonly ds_2089: "ds_2089";
5106
+ readonly 'ebcdic-at-de': "ebcdic-at-de";
5107
+ readonly 'ebcdic-at-de-a': "ebcdic-at-de-a";
5108
+ readonly 'ebcdic-ca-fr': "ebcdic-ca-fr";
5109
+ readonly 'ebcdic-dk-no': "ebcdic-dk-no";
5110
+ readonly 'ebcdic-dk-no-a': "ebcdic-dk-no-a";
5111
+ readonly 'ebcdic-es': "ebcdic-es";
5112
+ readonly 'ebcdic-es-a': "ebcdic-es-a";
5113
+ readonly 'ebcdic-es-s': "ebcdic-es-s";
5114
+ readonly 'ebcdic-fi-se': "ebcdic-fi-se";
5115
+ readonly 'ebcdic-fi-se-a': "ebcdic-fi-se-a";
5116
+ readonly 'ebcdic-fr': "ebcdic-fr";
5117
+ readonly 'ebcdic-is-friss': "ebcdic-is-friss";
5118
+ readonly 'ebcdic-it': "ebcdic-it";
5119
+ readonly 'ebcdic-pt': "ebcdic-pt";
5120
+ readonly 'ebcdic-uk': "ebcdic-uk";
5121
+ readonly 'ebcdic-us': "ebcdic-us";
5122
+ readonly 'ecma-cyrillic': "ecma-cyrillic";
5123
+ readonly es: "es";
5124
+ readonly es2: "es2";
5125
+ readonly 'euc-jisx0213': "euc-jisx0213";
5126
+ readonly 'euc-jp': "euc-jp";
5127
+ readonly 'euc-jp-ms': "euc-jp-ms";
5128
+ readonly 'euc-kr': "euc-kr";
5129
+ readonly 'euc-tw': "euc-tw";
5130
+ readonly gb18030: "gb18030";
5131
+ readonly gb2312: "gb2312";
5132
+ readonly 'gb_1988-80': "gb_1988-80";
5133
+ readonly gbk: "gbk";
5134
+ readonly 'georgian-academy': "georgian-academy";
5135
+ readonly 'georgian-ps': "georgian-ps";
5136
+ readonly 'gost_19768-74': "gost_19768-74";
5137
+ readonly 'greek-ccitt': "greek-ccitt";
5138
+ readonly greek7: "greek7";
5139
+ readonly 'greek7-old': "greek7-old";
5140
+ readonly 'hp-greek8': "hp-greek8";
5141
+ readonly 'hp-roman8': "hp-roman8";
5142
+ readonly 'hp-roman9': "hp-roman9";
5143
+ readonly 'hp-thai8': "hp-thai8";
5144
+ readonly 'hp-turkish8': "hp-turkish8";
5145
+ readonly ibm037: "ibm037";
5146
+ readonly ibm038: "ibm038";
5147
+ readonly ibm1004: "ibm1004";
5148
+ readonly ibm1026: "ibm1026";
5149
+ readonly ibm1047: "ibm1047";
5150
+ readonly ibm1124: "ibm1124";
5151
+ readonly ibm1129: "ibm1129";
5152
+ readonly ibm1132: "ibm1132";
5153
+ readonly ibm1133: "ibm1133";
5154
+ readonly ibm1160: "ibm1160";
5155
+ readonly ibm1161: "ibm1161";
5156
+ readonly ibm1162: "ibm1162";
5157
+ readonly ibm1163: "ibm1163";
5158
+ readonly ibm1164: "ibm1164";
5159
+ readonly ibm256: "ibm256";
5160
+ readonly ibm273: "ibm273";
5161
+ readonly ibm274: "ibm274";
5162
+ readonly ibm275: "ibm275";
5163
+ readonly ibm277: "ibm277";
5164
+ readonly ibm278: "ibm278";
5165
+ readonly ibm280: "ibm280";
5166
+ readonly ibm281: "ibm281";
5167
+ readonly ibm284: "ibm284";
5168
+ readonly ibm285: "ibm285";
5169
+ readonly ibm290: "ibm290";
5170
+ readonly ibm297: "ibm297";
5171
+ readonly ibm420: "ibm420";
5172
+ readonly ibm423: "ibm423";
5173
+ readonly ibm424: "ibm424";
5174
+ readonly ibm437: "ibm437";
5175
+ readonly ibm500: "ibm500";
5176
+ readonly ibm850: "ibm850";
5177
+ readonly ibm851: "ibm851";
5178
+ readonly ibm852: "ibm852";
5179
+ readonly ibm855: "ibm855";
5180
+ readonly ibm856: "ibm856";
5181
+ readonly ibm857: "ibm857";
5182
+ readonly ibm858: "ibm858";
5183
+ readonly ibm860: "ibm860";
5184
+ readonly ibm861: "ibm861";
5185
+ readonly ibm862: "ibm862";
5186
+ readonly ibm863: "ibm863";
5187
+ readonly ibm864: "ibm864";
5188
+ readonly ibm865: "ibm865";
5189
+ readonly ibm866: "ibm866";
5190
+ readonly ibm866nav: "ibm866nav";
5191
+ readonly ibm868: "ibm868";
5192
+ readonly ibm869: "ibm869";
5193
+ readonly ibm870: "ibm870";
5194
+ readonly ibm871: "ibm871";
5195
+ readonly ibm874: "ibm874";
5196
+ readonly ibm875: "ibm875";
5197
+ readonly ibm880: "ibm880";
5198
+ readonly ibm891: "ibm891";
5199
+ readonly ibm903: "ibm903";
5200
+ readonly ibm904: "ibm904";
5201
+ readonly ibm905: "ibm905";
5202
+ readonly ibm918: "ibm918";
5203
+ readonly ibm922: "ibm922";
5204
+ readonly 'iec_p27-1': "iec_p27-1";
5205
+ readonly inis: "inis";
5206
+ readonly 'inis-8': "inis-8";
5207
+ readonly 'inis-cyrillic': "inis-cyrillic";
5208
+ readonly 'isiri-3342': "isiri-3342";
5209
+ readonly 'iso-8859-1': "iso-8859-1";
5210
+ readonly 'iso-8859-10': "iso-8859-10";
5211
+ readonly 'iso-8859-11': "iso-8859-11";
5212
+ readonly 'iso-8859-13': "iso-8859-13";
5213
+ readonly 'iso-8859-14': "iso-8859-14";
5214
+ readonly 'iso-8859-15': "iso-8859-15";
5215
+ readonly 'iso-8859-16': "iso-8859-16";
5216
+ readonly 'iso-8859-2': "iso-8859-2";
5217
+ readonly 'iso-8859-3': "iso-8859-3";
5218
+ readonly 'iso-8859-4': "iso-8859-4";
5219
+ readonly 'iso-8859-5': "iso-8859-5";
5220
+ readonly 'iso-8859-6': "iso-8859-6";
5221
+ readonly 'iso-8859-7': "iso-8859-7";
5222
+ readonly 'iso-8859-8': "iso-8859-8";
5223
+ readonly 'iso-8859-9': "iso-8859-9";
5224
+ readonly 'iso-8859-9e': "iso-8859-9e";
5225
+ readonly 'iso-ir-197': "iso-ir-197";
5226
+ readonly 'iso-ir-209': "iso-ir-209";
5227
+ readonly 'iso-ir-90': "iso-ir-90";
5228
+ readonly 'iso_10367-box': "iso_10367-box";
5229
+ readonly 'iso_11548-1': "iso_11548-1";
5230
+ readonly 'iso_2033-1983': "iso_2033-1983";
5231
+ readonly iso_5427: "iso_5427";
5232
+ readonly 'iso_5427-ext': "iso_5427-ext";
5233
+ readonly iso_5428: "iso_5428";
5234
+ readonly iso_6937: "iso_6937";
5235
+ readonly it: "it";
5236
+ readonly 'jis_c6220-1969-ro': "jis_c6220-1969-ro";
5237
+ readonly 'jis_c6229-1984-b': "jis_c6229-1984-b";
5238
+ readonly johab: "johab";
5239
+ readonly jus_ib1002: "jus_i.b1.002";
5240
+ readonly 'koi-8': "koi-8";
5241
+ readonly 'koi8-r': "koi8-r";
5242
+ readonly 'koi8-ru': "koi8-ru";
5243
+ readonly 'koi8-t': "koi8-t";
5244
+ readonly 'koi8-u': "koi8-u";
5245
+ readonly ksc5636: "ksc5636";
5246
+ readonly 'latin-greek': "latin-greek";
5247
+ readonly 'latin-greek-1': "latin-greek-1";
5248
+ readonly 'mac-centraleurope': "mac-centraleurope";
5249
+ readonly 'mac-cyrillic': "mac-cyrillic";
5250
+ readonly 'mac-is': "mac-is";
5251
+ readonly 'mac-sami': "mac-sami";
5252
+ readonly 'mac-uk': "mac-uk";
5253
+ readonly macintosh: "macintosh";
5254
+ readonly mik: "mik";
5255
+ readonly msz_77953: "msz_7795.3";
5256
+ readonly 'nats-dano': "nats-dano";
5257
+ readonly 'nats-sefi': "nats-sefi";
5258
+ readonly 'nc_nc00-10': "nc_nc00-10";
5259
+ readonly 'nf_z_62-010': "nf_z_62-010";
5260
+ readonly 'nf_z_62-010_1973': "nf_z_62-010_1973";
5261
+ readonly 'ns_4551-1': "ns_4551-1";
5262
+ readonly 'ns_4551-2': "ns_4551-2";
5263
+ readonly pt: "pt";
5264
+ readonly pt154: "pt154";
5265
+ readonly pt2: "pt2";
5266
+ readonly rk1048: "rk1048";
5267
+ readonly sen_850200_b: "sen_850200_b";
5268
+ readonly sen_850200_c: "sen_850200_c";
5269
+ readonly shift_jis: "shift_jis";
5270
+ readonly shift_jisx0213: "shift_jisx0213";
5271
+ readonly 't61-8bit': "t.61-8bit";
5272
+ readonly 'tcvn5712-1': "tcvn5712-1";
5273
+ readonly 'tis-620': "tis-620";
5274
+ readonly tscii: "tscii";
5275
+ readonly 'us-ascii': "us-ascii";
5276
+ readonly 'utf-7': "utf-7";
5277
+ readonly 'utf-8': "utf-8";
5278
+ readonly viscii: "viscii";
5279
+ readonly 'windows-1251': "windows-1251";
5280
+ readonly 'windows-1252': "windows-1252";
5281
+ readonly 'windows-31j': "windows-31j";
5282
+ };
5212
5283
  export interface FolderNode {
5213
5284
  /** Child folders of the child folder */
5214
5285
  children?: FolderNode[];