@lessly/sdk-app 6.2.0 → 8.0.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.
@@ -1571,10 +1571,11 @@ interface DeploymentCloudSqlInstanceBackupOutput {
1571
1571
  privateIp: (string | null);
1572
1572
  productId: string;
1573
1573
  updatedAt: string;
1574
- pitrEnabled: boolean;
1575
- backupsEnabled: boolean;
1574
+ pitrEnabled: (boolean | null);
1575
+ backupsEnabled: (boolean | null);
1576
1576
  connectionName: (string | null);
1577
1577
  lastErrorMessage: (string | null);
1578
+ backupConfigObservedAt: (string | null);
1578
1579
  }
1579
1580
  interface DeploymentCloudSqlInstanceBackupListInput {
1580
1581
  instanceId: string;
@@ -1605,10 +1606,11 @@ interface DeploymentCloudSqlInstanceCreateOutput {
1605
1606
  privateIp: (string | null);
1606
1607
  productId: string;
1607
1608
  updatedAt: string;
1608
- pitrEnabled: boolean;
1609
- backupsEnabled: boolean;
1609
+ pitrEnabled: (boolean | null);
1610
+ backupsEnabled: (boolean | null);
1610
1611
  connectionName: (string | null);
1611
1612
  lastErrorMessage: (string | null);
1613
+ backupConfigObservedAt: (string | null);
1612
1614
  }
1613
1615
  interface DeploymentCloudSqlInstanceDeleteInput {
1614
1616
  instanceId: string;
@@ -1631,10 +1633,11 @@ interface DeploymentCloudSqlInstanceGetOutput {
1631
1633
  privateIp: (string | null);
1632
1634
  productId: string;
1633
1635
  updatedAt: string;
1634
- pitrEnabled: boolean;
1635
- backupsEnabled: boolean;
1636
+ pitrEnabled: (boolean | null);
1637
+ backupsEnabled: (boolean | null);
1636
1638
  connectionName: (string | null);
1637
1639
  lastErrorMessage: (string | null);
1640
+ backupConfigObservedAt: (string | null);
1638
1641
  }
1639
1642
  interface DeploymentCloudSqlInstanceListInput {
1640
1643
  }
@@ -1650,10 +1653,11 @@ type DeploymentCloudSqlInstanceListOutput = {
1650
1653
  privateIp: (string | null);
1651
1654
  productId: string;
1652
1655
  updatedAt: string;
1653
- pitrEnabled: boolean;
1654
- backupsEnabled: boolean;
1656
+ pitrEnabled: (boolean | null);
1657
+ backupsEnabled: (boolean | null);
1655
1658
  connectionName: (string | null);
1656
1659
  lastErrorMessage: (string | null);
1660
+ backupConfigObservedAt: (string | null);
1657
1661
  }[];
1658
1662
  interface DeploymentCloudSqlInstanceResizeInput {
1659
1663
  tier: ("db-custom-1-3840" | "db-custom-2-7680" | "db-custom-4-15360");
@@ -1671,10 +1675,11 @@ interface DeploymentCloudSqlInstanceResizeOutput {
1671
1675
  privateIp: (string | null);
1672
1676
  productId: string;
1673
1677
  updatedAt: string;
1674
- pitrEnabled: boolean;
1675
- backupsEnabled: boolean;
1678
+ pitrEnabled: (boolean | null);
1679
+ backupsEnabled: (boolean | null);
1676
1680
  connectionName: (string | null);
1677
1681
  lastErrorMessage: (string | null);
1682
+ backupConfigObservedAt: (string | null);
1678
1683
  }
1679
1684
  interface DeploymentCloudSqlInstanceRestoreInput {
1680
1685
  instanceId: string;
@@ -1692,10 +1697,11 @@ interface DeploymentCloudSqlInstanceRestoreOutput {
1692
1697
  privateIp: (string | null);
1693
1698
  productId: string;
1694
1699
  updatedAt: string;
1695
- pitrEnabled: boolean;
1696
- backupsEnabled: boolean;
1700
+ pitrEnabled: (boolean | null);
1701
+ backupsEnabled: (boolean | null);
1697
1702
  connectionName: (string | null);
1698
1703
  lastErrorMessage: (string | null);
1704
+ backupConfigObservedAt: (string | null);
1699
1705
  }
1700
1706
  interface DeploymentCloudSqlLogsInput {
1701
1707
  tail?: number;
@@ -1809,6 +1815,7 @@ interface DeploymentDomainAddOutput {
1809
1815
  updatedAt: string;
1810
1816
  lastProbeAt: (string | null);
1811
1817
  redirectWww: boolean;
1818
+ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed");
1812
1819
  environmentId: string;
1813
1820
  routingStatus: ("provisioning" | "propagating" | "active" | "failed");
1814
1821
  lastProbeError: (string | null);
@@ -1819,6 +1826,7 @@ interface DeploymentDomainAddOutput {
1819
1826
  };
1820
1827
  routing: DeploymentDomainAddOutputItems[];
1821
1828
  acmeChallenge?: DeploymentDomainAddOutputItems;
1829
+ routingUnavailable?: boolean;
1822
1830
  } | null);
1823
1831
  routingRecordType: ("A" | "CNAME");
1824
1832
  verificationToken: (string | null);
@@ -1845,7 +1853,7 @@ interface DeploymentDomainAddOutput {
1845
1853
  interface DeploymentDomainAddOutputItems {
1846
1854
  name: string;
1847
1855
  value: string;
1848
- recordType: ("A" | "CNAME" | "ALIAS");
1856
+ recordType: ("A" | "CNAME");
1849
1857
  }
1850
1858
  interface DeploymentDomainAllowedListInput {
1851
1859
  }
@@ -1868,6 +1876,7 @@ interface DeploymentDomainGetOutput {
1868
1876
  updatedAt: string;
1869
1877
  lastProbeAt: (string | null);
1870
1878
  redirectWww: boolean;
1879
+ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed");
1871
1880
  environmentId: string;
1872
1881
  routingStatus: ("provisioning" | "propagating" | "active" | "failed");
1873
1882
  lastProbeError: (string | null);
@@ -1878,6 +1887,7 @@ interface DeploymentDomainGetOutput {
1878
1887
  };
1879
1888
  routing: DeploymentDomainGetOutputItems[];
1880
1889
  acmeChallenge?: DeploymentDomainGetOutputItems;
1890
+ routingUnavailable?: boolean;
1881
1891
  } | null);
1882
1892
  routingRecordType: ("A" | "CNAME");
1883
1893
  verificationToken: (string | null);
@@ -1904,7 +1914,7 @@ interface DeploymentDomainGetOutput {
1904
1914
  interface DeploymentDomainGetOutputItems {
1905
1915
  name: string;
1906
1916
  value: string;
1907
- recordType: ("A" | "CNAME" | "ALIAS");
1917
+ recordType: ("A" | "CNAME");
1908
1918
  }
1909
1919
  interface DeploymentDomainListInput {
1910
1920
  environmentId: string;
@@ -1918,6 +1928,7 @@ type DeploymentDomainListOutput = {
1918
1928
  updatedAt: string;
1919
1929
  lastProbeAt: (string | null);
1920
1930
  redirectWww: boolean;
1931
+ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed");
1921
1932
  environmentId: string;
1922
1933
  routingStatus: ("provisioning" | "propagating" | "active" | "failed");
1923
1934
  lastProbeError: (string | null);
@@ -1928,6 +1939,7 @@ type DeploymentDomainListOutput = {
1928
1939
  };
1929
1940
  routing: DeploymentDomainListOutputItems[];
1930
1941
  acmeChallenge?: DeploymentDomainListOutputItems;
1942
+ routingUnavailable?: boolean;
1931
1943
  } | null);
1932
1944
  routingRecordType: ("A" | "CNAME");
1933
1945
  verificationToken: (string | null);
@@ -1954,7 +1966,7 @@ type DeploymentDomainListOutput = {
1954
1966
  interface DeploymentDomainListOutputItems {
1955
1967
  name: string;
1956
1968
  value: string;
1957
- recordType: ("A" | "CNAME" | "ALIAS");
1969
+ recordType: ("A" | "CNAME");
1958
1970
  }
1959
1971
  interface DeploymentDomainListByServiceInput {
1960
1972
  serviceId: string;
@@ -1968,6 +1980,7 @@ type DeploymentDomainListByServiceOutput = {
1968
1980
  updatedAt: string;
1969
1981
  lastProbeAt: (string | null);
1970
1982
  redirectWww: boolean;
1983
+ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed");
1971
1984
  environmentId: string;
1972
1985
  routingStatus: ("provisioning" | "propagating" | "active" | "failed");
1973
1986
  lastProbeError: (string | null);
@@ -1978,6 +1991,7 @@ type DeploymentDomainListByServiceOutput = {
1978
1991
  };
1979
1992
  routing: DeploymentDomainListByServiceOutputItems[];
1980
1993
  acmeChallenge?: DeploymentDomainListByServiceOutputItems;
1994
+ routingUnavailable?: boolean;
1981
1995
  } | null);
1982
1996
  routingRecordType: ("A" | "CNAME");
1983
1997
  verificationToken: (string | null);
@@ -2004,7 +2018,7 @@ type DeploymentDomainListByServiceOutput = {
2004
2018
  interface DeploymentDomainListByServiceOutputItems {
2005
2019
  name: string;
2006
2020
  value: string;
2007
- recordType: ("A" | "CNAME" | "ALIAS");
2021
+ recordType: ("A" | "CNAME");
2008
2022
  }
2009
2023
  interface DeploymentDomainRedirectWwwInput {
2010
2024
  id: string;
@@ -2019,6 +2033,7 @@ interface DeploymentDomainRedirectWwwOutput {
2019
2033
  updatedAt: string;
2020
2034
  lastProbeAt: (string | null);
2021
2035
  redirectWww: boolean;
2036
+ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed");
2022
2037
  environmentId: string;
2023
2038
  routingStatus: ("provisioning" | "propagating" | "active" | "failed");
2024
2039
  lastProbeError: (string | null);
@@ -2029,6 +2044,7 @@ interface DeploymentDomainRedirectWwwOutput {
2029
2044
  };
2030
2045
  routing: DeploymentDomainRedirectWwwOutputItems[];
2031
2046
  acmeChallenge?: DeploymentDomainRedirectWwwOutputItems;
2047
+ routingUnavailable?: boolean;
2032
2048
  } | null);
2033
2049
  routingRecordType: ("A" | "CNAME");
2034
2050
  verificationToken: (string | null);
@@ -2055,7 +2071,7 @@ interface DeploymentDomainRedirectWwwOutput {
2055
2071
  interface DeploymentDomainRedirectWwwOutputItems {
2056
2072
  name: string;
2057
2073
  value: string;
2058
- recordType: ("A" | "CNAME" | "ALIAS");
2074
+ recordType: ("A" | "CNAME");
2059
2075
  }
2060
2076
  interface DeploymentDomainRemoveInput {
2061
2077
  id: string;
@@ -2129,6 +2145,7 @@ interface DeploymentDomainVerifyOutput {
2129
2145
  updatedAt: string;
2130
2146
  lastProbeAt: (string | null);
2131
2147
  redirectWww: boolean;
2148
+ wwwTlsStatus: ("none" | "pending" | "issuing" | "active" | "failed");
2132
2149
  environmentId: string;
2133
2150
  routingStatus: ("provisioning" | "propagating" | "active" | "failed");
2134
2151
  lastProbeError: (string | null);
@@ -2139,6 +2156,7 @@ interface DeploymentDomainVerifyOutput {
2139
2156
  };
2140
2157
  routing: DeploymentDomainVerifyOutputItems[];
2141
2158
  acmeChallenge?: DeploymentDomainVerifyOutputItems;
2159
+ routingUnavailable?: boolean;
2142
2160
  } | null);
2143
2161
  routingRecordType: ("A" | "CNAME");
2144
2162
  verificationToken: (string | null);
@@ -2165,7 +2183,7 @@ interface DeploymentDomainVerifyOutput {
2165
2183
  interface DeploymentDomainVerifyOutputItems {
2166
2184
  name: string;
2167
2185
  value: string;
2168
- recordType: ("A" | "CNAME" | "ALIAS");
2186
+ recordType: ("A" | "CNAME");
2169
2187
  }
2170
2188
  interface DeploymentEnvironmentCreateInput {
2171
2189
  name: string;
@@ -2287,7 +2305,7 @@ interface DeploymentEnvironmentUpdateOutput {
2287
2305
  baseEnvironmentId: (string | null);
2288
2306
  }
2289
2307
  interface DeploymentEventsListByEnvironmentInput {
2290
- type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2308
+ type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2291
2309
  limit?: number;
2292
2310
  since?: string;
2293
2311
  until?: string;
@@ -2295,7 +2313,7 @@ interface DeploymentEventsListByEnvironmentInput {
2295
2313
  }
2296
2314
  type DeploymentEventsListByEnvironmentOutput = {
2297
2315
  id: string;
2298
- type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2316
+ type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2299
2317
  payload: {
2300
2318
  [k: string]: unknown;
2301
2319
  };
@@ -2307,7 +2325,7 @@ type DeploymentEventsListByEnvironmentOutput = {
2307
2325
  environmentId: (string | null);
2308
2326
  }[];
2309
2327
  interface DeploymentEventsListByServiceInput {
2310
- type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2328
+ type?: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2311
2329
  limit?: number;
2312
2330
  since?: string;
2313
2331
  until?: string;
@@ -2316,7 +2334,7 @@ interface DeploymentEventsListByServiceInput {
2316
2334
  }
2317
2335
  type DeploymentEventsListByServiceOutput = {
2318
2336
  id: string;
2319
- type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2337
+ type: ("deployment.queued" | "deployment.build.started" | "deployment.build.succeeded" | "deployment.build.failed" | "deployment.deploying" | "deployment.variable.ignored" | "deployment.healthcheck.passed" | "deployment.healthcheck.failed" | "deployment.healthy" | "deployment.failed" | "deployment.replaced" | "deployment.release.started" | "deployment.release.log" | "deployment.release.succeeded" | "deployment.release.failed" | "replica.restarted" | "service.scaled" | "service.restarted" | "service.restart-failed" | "domain.verified" | "domain.tls.issued" | "domain.tls.failed" | "domain.www-tls.issued" | "domain.www-tls.failed" | "domain.routing.active" | "domain.routing.failed" | "domain.removed" | "domain.governance.mirror-failed");
2320
2338
  payload: {
2321
2339
  [k: string]: unknown;
2322
2340
  };
@@ -2341,7 +2359,15 @@ interface DeploymentManagedServiceBackupOutput {
2341
2359
  productId: string;
2342
2360
  updatedAt: string;
2343
2361
  storageGiB: number;
2362
+ backupPolicy: {
2363
+ cron: string;
2364
+ timezone: string;
2365
+ retentionDays: number;
2366
+ scheduleSummary: string;
2367
+ manualBackupsExpire: boolean;
2368
+ };
2344
2369
  databaseName: (string | null);
2370
+ lastBackupAt: (string | null);
2345
2371
  environmentId: string;
2346
2372
  lastErrorMessage: (string | null);
2347
2373
  }
@@ -2382,7 +2408,15 @@ interface DeploymentManagedServiceDeleteOutput {
2382
2408
  productId: string;
2383
2409
  updatedAt: string;
2384
2410
  storageGiB: number;
2411
+ backupPolicy: {
2412
+ cron: string;
2413
+ timezone: string;
2414
+ retentionDays: number;
2415
+ scheduleSummary: string;
2416
+ manualBackupsExpire: boolean;
2417
+ };
2385
2418
  databaseName: (string | null);
2419
+ lastBackupAt: (string | null);
2386
2420
  environmentId: string;
2387
2421
  lastErrorMessage: (string | null);
2388
2422
  }
@@ -2400,7 +2434,15 @@ interface DeploymentManagedServiceGetOutput {
2400
2434
  productId: string;
2401
2435
  updatedAt: string;
2402
2436
  storageGiB: number;
2437
+ backupPolicy: {
2438
+ cron: string;
2439
+ timezone: string;
2440
+ retentionDays: number;
2441
+ scheduleSummary: string;
2442
+ manualBackupsExpire: boolean;
2443
+ };
2403
2444
  databaseName: (string | null);
2445
+ lastBackupAt: (string | null);
2404
2446
  environmentId: string;
2405
2447
  lastErrorMessage: (string | null);
2406
2448
  }
@@ -2418,7 +2460,15 @@ type DeploymentManagedServiceListOutput = {
2418
2460
  productId: string;
2419
2461
  updatedAt: string;
2420
2462
  storageGiB: number;
2463
+ backupPolicy: {
2464
+ cron: string;
2465
+ timezone: string;
2466
+ retentionDays: number;
2467
+ scheduleSummary: string;
2468
+ manualBackupsExpire: boolean;
2469
+ };
2421
2470
  databaseName: (string | null);
2471
+ lastBackupAt: (string | null);
2422
2472
  environmentId: string;
2423
2473
  lastErrorMessage: (string | null);
2424
2474
  }[];
@@ -2449,7 +2499,15 @@ interface DeploymentManagedServiceProvisionOutput {
2449
2499
  productId: string;
2450
2500
  updatedAt: string;
2451
2501
  storageGiB: number;
2502
+ backupPolicy: {
2503
+ cron: string;
2504
+ timezone: string;
2505
+ retentionDays: number;
2506
+ scheduleSummary: string;
2507
+ manualBackupsExpire: boolean;
2508
+ };
2452
2509
  databaseName: (string | null);
2510
+ lastBackupAt: (string | null);
2453
2511
  environmentId: string;
2454
2512
  lastErrorMessage: (string | null);
2455
2513
  }
@@ -2467,7 +2525,15 @@ interface DeploymentManagedServiceReconcileOutput {
2467
2525
  productId: string;
2468
2526
  updatedAt: string;
2469
2527
  storageGiB: number;
2528
+ backupPolicy: {
2529
+ cron: string;
2530
+ timezone: string;
2531
+ retentionDays: number;
2532
+ scheduleSummary: string;
2533
+ manualBackupsExpire: boolean;
2534
+ };
2470
2535
  databaseName: (string | null);
2536
+ lastBackupAt: (string | null);
2471
2537
  environmentId: string;
2472
2538
  lastErrorMessage: (string | null);
2473
2539
  }
@@ -2486,7 +2552,15 @@ interface DeploymentManagedServiceResizeOutput {
2486
2552
  productId: string;
2487
2553
  updatedAt: string;
2488
2554
  storageGiB: number;
2555
+ backupPolicy: {
2556
+ cron: string;
2557
+ timezone: string;
2558
+ retentionDays: number;
2559
+ scheduleSummary: string;
2560
+ manualBackupsExpire: boolean;
2561
+ };
2489
2562
  databaseName: (string | null);
2563
+ lastBackupAt: (string | null);
2490
2564
  environmentId: string;
2491
2565
  lastErrorMessage: (string | null);
2492
2566
  }
@@ -2505,7 +2579,15 @@ interface DeploymentManagedServiceRestoreOutput {
2505
2579
  productId: string;
2506
2580
  updatedAt: string;
2507
2581
  storageGiB: number;
2582
+ backupPolicy: {
2583
+ cron: string;
2584
+ timezone: string;
2585
+ retentionDays: number;
2586
+ scheduleSummary: string;
2587
+ manualBackupsExpire: boolean;
2588
+ };
2508
2589
  databaseName: (string | null);
2590
+ lastBackupAt: (string | null);
2509
2591
  environmentId: string;
2510
2592
  lastErrorMessage: (string | null);
2511
2593
  }
@@ -2523,7 +2605,15 @@ interface DeploymentManagedServiceStartOutput {
2523
2605
  productId: string;
2524
2606
  updatedAt: string;
2525
2607
  storageGiB: number;
2608
+ backupPolicy: {
2609
+ cron: string;
2610
+ timezone: string;
2611
+ retentionDays: number;
2612
+ scheduleSummary: string;
2613
+ manualBackupsExpire: boolean;
2614
+ };
2526
2615
  databaseName: (string | null);
2616
+ lastBackupAt: (string | null);
2527
2617
  environmentId: string;
2528
2618
  lastErrorMessage: (string | null);
2529
2619
  }
@@ -2541,7 +2631,15 @@ interface DeploymentManagedServiceStopOutput {
2541
2631
  productId: string;
2542
2632
  updatedAt: string;
2543
2633
  storageGiB: number;
2634
+ backupPolicy: {
2635
+ cron: string;
2636
+ timezone: string;
2637
+ retentionDays: number;
2638
+ scheduleSummary: string;
2639
+ manualBackupsExpire: boolean;
2640
+ };
2544
2641
  databaseName: (string | null);
2642
+ lastBackupAt: (string | null);
2545
2643
  environmentId: string;
2546
2644
  lastErrorMessage: (string | null);
2547
2645
  }
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, ap as ConsentConfigCookieDomainUpsertInput, aq as ConsentConfigCookieDomainUpsertOutput, ar as ConsentConfigCustomizationUpsertInput, as as ConsentConfigCustomizationUpsertOutput, at as ConsentConfigFloatingIconUpsertInput, au as ConsentConfigFloatingIconUpsertOutput, av as ConsentConfigThemeUpsertInput, aw as ConsentConfigThemeUpsertOutput, ax as ConsentDashboardConfigGetInput, ay as ConsentDashboardConfigGetOutput, az as ConsentDashboardDecisionsListInput, aA as ConsentDashboardDecisionsListOutput, aB as ConsentDashboardEmbedSnippetGetInput, aC as ConsentDashboardEmbedSnippetGetOutput, aD as ConsentDashboardStatsGetInput, aE as ConsentDashboardStatsGetOutput, aF as ConsentEmbedGetInput, aG as ConsentEmbedGetOutput, aH as ConsentProvidersCreateInput, aI as ConsentProvidersCreateOutput, aJ as ConsentProvidersDeleteInput, aK as ConsentProvidersDeleteOutput, aL as ConsentProvidersListInput, aM as ConsentProvidersListOutput, aN as ConsentProvidersUpdateInput, aO as ConsentProvidersUpdateOutput, aP as ConsentRecordsExportInput, aQ as ConsentRecordsExportOutput, aR as ConsentStatsGetInput, aS as ConsentStatsGetOutput } from '../client.gen-Q9n-n5S8.cjs';
1
+ import { G as GeneratedClient, ap as ConsentConfigCookieDomainUpsertInput, aq as ConsentConfigCookieDomainUpsertOutput, ar as ConsentConfigCustomizationUpsertInput, as as ConsentConfigCustomizationUpsertOutput, at as ConsentConfigFloatingIconUpsertInput, au as ConsentConfigFloatingIconUpsertOutput, av as ConsentConfigThemeUpsertInput, aw as ConsentConfigThemeUpsertOutput, ax as ConsentDashboardConfigGetInput, ay as ConsentDashboardConfigGetOutput, az as ConsentDashboardDecisionsListInput, aA as ConsentDashboardDecisionsListOutput, aB as ConsentDashboardEmbedSnippetGetInput, aC as ConsentDashboardEmbedSnippetGetOutput, aD as ConsentDashboardStatsGetInput, aE as ConsentDashboardStatsGetOutput, aF as ConsentEmbedGetInput, aG as ConsentEmbedGetOutput, aH as ConsentProvidersCreateInput, aI as ConsentProvidersCreateOutput, aJ as ConsentProvidersDeleteInput, aK as ConsentProvidersDeleteOutput, aL as ConsentProvidersListInput, aM as ConsentProvidersListOutput, aN as ConsentProvidersUpdateInput, aO as ConsentProvidersUpdateOutput, aP as ConsentRecordsExportInput, aQ as ConsentRecordsExportOutput, aR as ConsentStatsGetInput, aS as ConsentStatsGetOutput } from '../client.gen-t1yMTANn.cjs';
2
2
 
3
3
  declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, ap as ConsentConfigCookieDomainUpsertInput, aq as ConsentConfigCookieDomainUpsertOutput, ar as ConsentConfigCustomizationUpsertInput, as as ConsentConfigCustomizationUpsertOutput, at as ConsentConfigFloatingIconUpsertInput, au as ConsentConfigFloatingIconUpsertOutput, av as ConsentConfigThemeUpsertInput, aw as ConsentConfigThemeUpsertOutput, ax as ConsentDashboardConfigGetInput, ay as ConsentDashboardConfigGetOutput, az as ConsentDashboardDecisionsListInput, aA as ConsentDashboardDecisionsListOutput, aB as ConsentDashboardEmbedSnippetGetInput, aC as ConsentDashboardEmbedSnippetGetOutput, aD as ConsentDashboardStatsGetInput, aE as ConsentDashboardStatsGetOutput, aF as ConsentEmbedGetInput, aG as ConsentEmbedGetOutput, aH as ConsentProvidersCreateInput, aI as ConsentProvidersCreateOutput, aJ as ConsentProvidersDeleteInput, aK as ConsentProvidersDeleteOutput, aL as ConsentProvidersListInput, aM as ConsentProvidersListOutput, aN as ConsentProvidersUpdateInput, aO as ConsentProvidersUpdateOutput, aP as ConsentRecordsExportInput, aQ as ConsentRecordsExportOutput, aR as ConsentStatsGetInput, aS as ConsentStatsGetOutput } from '../client.gen-Q9n-n5S8.js';
1
+ import { G as GeneratedClient, ap as ConsentConfigCookieDomainUpsertInput, aq as ConsentConfigCookieDomainUpsertOutput, ar as ConsentConfigCustomizationUpsertInput, as as ConsentConfigCustomizationUpsertOutput, at as ConsentConfigFloatingIconUpsertInput, au as ConsentConfigFloatingIconUpsertOutput, av as ConsentConfigThemeUpsertInput, aw as ConsentConfigThemeUpsertOutput, ax as ConsentDashboardConfigGetInput, ay as ConsentDashboardConfigGetOutput, az as ConsentDashboardDecisionsListInput, aA as ConsentDashboardDecisionsListOutput, aB as ConsentDashboardEmbedSnippetGetInput, aC as ConsentDashboardEmbedSnippetGetOutput, aD as ConsentDashboardStatsGetInput, aE as ConsentDashboardStatsGetOutput, aF as ConsentEmbedGetInput, aG as ConsentEmbedGetOutput, aH as ConsentProvidersCreateInput, aI as ConsentProvidersCreateOutput, aJ as ConsentProvidersDeleteInput, aK as ConsentProvidersDeleteOutput, aL as ConsentProvidersListInput, aM as ConsentProvidersListOutput, aN as ConsentProvidersUpdateInput, aO as ConsentProvidersUpdateOutput, aP as ConsentRecordsExportInput, aQ as ConsentRecordsExportOutput, aR as ConsentStatsGetInput, aS as ConsentStatsGetOutput } from '../client.gen-t1yMTANn.js';
2
2
 
3
3
  declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, aT as DeploymentAlertCreateInput, aU as DeploymentAlertCreateOutput, aV as DeploymentAlertDeleteInput, aW as DeploymentAlertDeleteOutput, aX as DeploymentAlertEventsListInput, aY as DeploymentAlertEventsListOutput, aZ as DeploymentAlertListInput, a_ as DeploymentAlertListOutput, a$ as DeploymentAlertUpdateInput, b0 as DeploymentAlertUpdateOutput, b1 as DeploymentAnalyticsQueryInput, b2 as DeploymentAnalyticsQueryOutput, b3 as DeploymentAuditListInput, b4 as DeploymentAuditListOutput, b5 as DeploymentBuildGetInput, b6 as DeploymentBuildGetOutput, b7 as DeploymentBuildListInput, b8 as DeploymentBuildListOutput, b9 as DeploymentBuildLogsInput, ba as DeploymentBuildLogsOutput, bb as DeploymentCanvasGetInput, bc as DeploymentCanvasGetOutput, bd as DeploymentCanvasMoveNodeInput, be as DeploymentCanvasMoveNodeOutput, bf as DeploymentCloudSqlBackfillLogFlagsInput, bg as DeploymentCloudSqlBackfillLogFlagsOutput, bh as DeploymentCloudSqlDatabaseAttachInput, bi as DeploymentCloudSqlDatabaseAttachOutput, bj as DeploymentCloudSqlDatabaseCreateInput, bk as DeploymentCloudSqlDatabaseCreateOutput, bl as DeploymentCloudSqlDatabaseDeleteInput, bm as DeploymentCloudSqlDatabaseDeleteOutput, bn as DeploymentCloudSqlDatabaseDetachInput, bo as DeploymentCloudSqlDatabaseDetachOutput, bp as DeploymentCloudSqlDatabaseGetInput, bq as DeploymentCloudSqlDatabaseGetOutput, br as DeploymentCloudSqlDatabaseListInput, bs as DeploymentCloudSqlDatabaseListOutput, bt as DeploymentCloudSqlInstanceBackupListInput, bu as DeploymentCloudSqlInstanceBackupListOutput, bv as DeploymentCloudSqlInstanceBackupInput, bw as DeploymentCloudSqlInstanceBackupOutput, bx as DeploymentCloudSqlInstanceCreateInput, by as DeploymentCloudSqlInstanceCreateOutput, bz as DeploymentCloudSqlInstanceDeleteInput, bA as DeploymentCloudSqlInstanceDeleteOutput, bB as DeploymentCloudSqlInstanceGetInput, bC as DeploymentCloudSqlInstanceGetOutput, bD as DeploymentCloudSqlInstanceListInput, bE as DeploymentCloudSqlInstanceListOutput, bF as DeploymentCloudSqlInstanceResizeInput, bG as DeploymentCloudSqlInstanceResizeOutput, bH as DeploymentCloudSqlInstanceRestoreInput, bI as DeploymentCloudSqlInstanceRestoreOutput, bJ as DeploymentCloudSqlLogsInput, bK as DeploymentCloudSqlLogsOutput, bL as DeploymentDeploymentCancelInput, bM as DeploymentDeploymentCancelOutput, bN as DeploymentDeploymentGetInput, bO as DeploymentDeploymentGetOutput, bP as DeploymentDeploymentListInput, bQ as DeploymentDeploymentListOutput, bR as DeploymentDomainAddInput, bS as DeploymentDomainAddOutput, bT as DeploymentDomainAllowedListInput, bU as DeploymentDomainAllowedListOutput, bV as DeploymentDomainGetInput, bW as DeploymentDomainGetOutput, bX as DeploymentDomainListByServiceInput, bY as DeploymentDomainListByServiceOutput, bZ as DeploymentDomainListInput, b_ as DeploymentDomainListOutput, b$ as DeploymentDomainRedirectWwwInput, c0 as DeploymentDomainRedirectWwwOutput, c1 as DeploymentDomainRemoveInput, c2 as DeploymentDomainRemoveOutput, c3 as DeploymentDomainRoutesAddInput, c4 as DeploymentDomainRoutesAddOutput, c5 as DeploymentDomainRoutesListInput, c6 as DeploymentDomainRoutesListOutput, c7 as DeploymentDomainRoutesRemoveInput, c8 as DeploymentDomainRoutesRemoveOutput, c9 as DeploymentDomainRoutesUpdateInput, ca as DeploymentDomainRoutesUpdateOutput, cb as DeploymentDomainVerifyInput, cc as DeploymentDomainVerifyOutput, cd as DeploymentEnvironmentCreateInput, ce as DeploymentEnvironmentCreateOutput, cf as DeploymentEnvironmentDeleteInput, cg as DeploymentEnvironmentDeleteOutput, ch as DeploymentEnvironmentForkInput, ci as DeploymentEnvironmentForkOutput, cj as DeploymentEnvironmentGetInput, ck as DeploymentEnvironmentGetOutput, cl as DeploymentEnvironmentListInput, cm as DeploymentEnvironmentListOutput, cn as DeploymentEnvironmentReconcileInput, co as DeploymentEnvironmentReconcileOutput, cp as DeploymentEnvironmentUpdateInput, cq as DeploymentEnvironmentUpdateOutput, cr as DeploymentEventsListByEnvironmentInput, cs as DeploymentEventsListByEnvironmentOutput, ct as DeploymentEventsListByServiceInput, cu as DeploymentEventsListByServiceOutput, cv as DeploymentManagedServiceBackupListInput, cw as DeploymentManagedServiceBackupListOutput, cx as DeploymentManagedServiceBackupInput, cy as DeploymentManagedServiceBackupOutput, cz as DeploymentManagedServiceConnectInfoInput, cA as DeploymentManagedServiceConnectInfoOutput, cB as DeploymentManagedServiceDeleteInput, cC as DeploymentManagedServiceDeleteOutput, cD as DeploymentManagedServiceGetInput, cE as DeploymentManagedServiceGetOutput, cF as DeploymentManagedServiceListInput, cG as DeploymentManagedServiceListOutput, cH as DeploymentManagedServiceLogsInput, cI as DeploymentManagedServiceLogsOutput, cJ as DeploymentManagedServiceProvisionInput, cK as DeploymentManagedServiceProvisionOutput, cL as DeploymentManagedServiceReconcileInput, cM as DeploymentManagedServiceReconcileOutput, cN as DeploymentManagedServiceResizeInput, cO as DeploymentManagedServiceResizeOutput, cP as DeploymentManagedServiceRestoreInput, cQ as DeploymentManagedServiceRestoreOutput, cR as DeploymentManagedServiceStartInput, cS as DeploymentManagedServiceStartOutput, cT as DeploymentManagedServiceStopInput, cU as DeploymentManagedServiceStopOutput, cV as DeploymentManagedServiceTypesInput, cW as DeploymentManagedServiceTypesOutput, cX as DeploymentMetricsGetInput, cY as DeploymentMetricsGetOutput, cZ as DeploymentPreviewEnvironmentCreateInput, c_ as DeploymentPreviewEnvironmentCreateOutput, c$ as DeploymentPreviewEnvironmentDeleteInput, d0 as DeploymentPreviewEnvironmentDeleteOutput, d1 as DeploymentPreviewEnvironmentListInput, d2 as DeploymentPreviewEnvironmentListOutput, d3 as DeploymentPreviewPolicyGetInput, d4 as DeploymentPreviewPolicyGetOutput, d5 as DeploymentPreviewPolicySetInput, d6 as DeploymentPreviewPolicySetOutput, d7 as DeploymentServiceCreateInput, d8 as DeploymentServiceCreateOutput, d9 as DeploymentServiceDeleteInput, da as DeploymentServiceDeleteOutput, db as DeploymentServiceExecInput, dc as DeploymentServiceExecOutput, dd as DeploymentServiceGetInput, de as DeploymentServiceGetOutput, df as DeploymentServiceListInput, dg as DeploymentServiceListOutput, dh as DeploymentServiceLogsInput, di as DeploymentServiceLogsOutput, dj as DeploymentServiceRedeployInput, dk as DeploymentServiceRedeployOutput, dl as DeploymentServiceRestartInput, dm as DeploymentServiceRestartOutput, dn as DeploymentServiceRollbackInput, dp as DeploymentServiceRollbackOutput, dq as DeploymentServiceScaleInput, dr as DeploymentServiceScaleOutput, ds as DeploymentServiceUpdateInput, dt as DeploymentServiceUpdateOutput, du as DeploymentSshCommandInput, dv as DeploymentSshCommandOutput, dw as DeploymentSshKeyDeleteInput, dx as DeploymentSshKeyDeleteOutput, dy as DeploymentSshKeyListInput, dz as DeploymentSshKeyListOutput, dA as DeploymentSshKeyRegisterInput, dB as DeploymentSshKeyRegisterOutput, dC as DeploymentVariableListEnvInput, dD as DeploymentVariableListEnvOutput, dE as DeploymentVariableListProductInput, dF as DeploymentVariableListProductOutput, dG as DeploymentVariableListInput, dH as DeploymentVariableListOutput, dI as DeploymentVariableSetEnvInput, dJ as DeploymentVariableSetEnvOutput, dK as DeploymentVariableSetInput, dL as DeploymentVariableSetOutput, dM as DeploymentVariableSetProductInput, dN as DeploymentVariableSetProductOutput, dO as DeploymentVariableUnsetEnvInput, dP as DeploymentVariableUnsetEnvOutput, dQ as DeploymentVariableUnsetInput, dR as DeploymentVariableUnsetOutput, dS as DeploymentVariableUnsetProductInput, dT as DeploymentVariableUnsetProductOutput, dU as DeploymentVcsBranchListInput, dV as DeploymentVcsBranchListOutput, dW as DeploymentVcsConnectionListInput, dX as DeploymentVcsConnectionListOutput, dY as DeploymentVcsRepoListInput, dZ as DeploymentVcsRepoListOutput, d_ as DeploymentVolumeCreateInput, d$ as DeploymentVolumeCreateOutput, e0 as DeploymentVolumeDeleteInput, e1 as DeploymentVolumeDeleteOutput, e2 as DeploymentVolumeDetachInput, e3 as DeploymentVolumeDetachOutput, e4 as DeploymentVolumeGetInput, e5 as DeploymentVolumeGetOutput, e6 as DeploymentVolumeListInput, e7 as DeploymentVolumeListOutput, e8 as DeploymentVolumeResizeInput, e9 as DeploymentVolumeResizeOutput } from '../client.gen-Q9n-n5S8.cjs';
1
+ import { G as GeneratedClient, aT as DeploymentAlertCreateInput, aU as DeploymentAlertCreateOutput, aV as DeploymentAlertDeleteInput, aW as DeploymentAlertDeleteOutput, aX as DeploymentAlertEventsListInput, aY as DeploymentAlertEventsListOutput, aZ as DeploymentAlertListInput, a_ as DeploymentAlertListOutput, a$ as DeploymentAlertUpdateInput, b0 as DeploymentAlertUpdateOutput, b1 as DeploymentAnalyticsQueryInput, b2 as DeploymentAnalyticsQueryOutput, b3 as DeploymentAuditListInput, b4 as DeploymentAuditListOutput, b5 as DeploymentBuildGetInput, b6 as DeploymentBuildGetOutput, b7 as DeploymentBuildListInput, b8 as DeploymentBuildListOutput, b9 as DeploymentBuildLogsInput, ba as DeploymentBuildLogsOutput, bb as DeploymentCanvasGetInput, bc as DeploymentCanvasGetOutput, bd as DeploymentCanvasMoveNodeInput, be as DeploymentCanvasMoveNodeOutput, bf as DeploymentCloudSqlBackfillLogFlagsInput, bg as DeploymentCloudSqlBackfillLogFlagsOutput, bh as DeploymentCloudSqlDatabaseAttachInput, bi as DeploymentCloudSqlDatabaseAttachOutput, bj as DeploymentCloudSqlDatabaseCreateInput, bk as DeploymentCloudSqlDatabaseCreateOutput, bl as DeploymentCloudSqlDatabaseDeleteInput, bm as DeploymentCloudSqlDatabaseDeleteOutput, bn as DeploymentCloudSqlDatabaseDetachInput, bo as DeploymentCloudSqlDatabaseDetachOutput, bp as DeploymentCloudSqlDatabaseGetInput, bq as DeploymentCloudSqlDatabaseGetOutput, br as DeploymentCloudSqlDatabaseListInput, bs as DeploymentCloudSqlDatabaseListOutput, bt as DeploymentCloudSqlInstanceBackupListInput, bu as DeploymentCloudSqlInstanceBackupListOutput, bv as DeploymentCloudSqlInstanceBackupInput, bw as DeploymentCloudSqlInstanceBackupOutput, bx as DeploymentCloudSqlInstanceCreateInput, by as DeploymentCloudSqlInstanceCreateOutput, bz as DeploymentCloudSqlInstanceDeleteInput, bA as DeploymentCloudSqlInstanceDeleteOutput, bB as DeploymentCloudSqlInstanceGetInput, bC as DeploymentCloudSqlInstanceGetOutput, bD as DeploymentCloudSqlInstanceListInput, bE as DeploymentCloudSqlInstanceListOutput, bF as DeploymentCloudSqlInstanceResizeInput, bG as DeploymentCloudSqlInstanceResizeOutput, bH as DeploymentCloudSqlInstanceRestoreInput, bI as DeploymentCloudSqlInstanceRestoreOutput, bJ as DeploymentCloudSqlLogsInput, bK as DeploymentCloudSqlLogsOutput, bL as DeploymentDeploymentCancelInput, bM as DeploymentDeploymentCancelOutput, bN as DeploymentDeploymentGetInput, bO as DeploymentDeploymentGetOutput, bP as DeploymentDeploymentListInput, bQ as DeploymentDeploymentListOutput, bR as DeploymentDomainAddInput, bS as DeploymentDomainAddOutput, bT as DeploymentDomainAllowedListInput, bU as DeploymentDomainAllowedListOutput, bV as DeploymentDomainGetInput, bW as DeploymentDomainGetOutput, bX as DeploymentDomainListByServiceInput, bY as DeploymentDomainListByServiceOutput, bZ as DeploymentDomainListInput, b_ as DeploymentDomainListOutput, b$ as DeploymentDomainRedirectWwwInput, c0 as DeploymentDomainRedirectWwwOutput, c1 as DeploymentDomainRemoveInput, c2 as DeploymentDomainRemoveOutput, c3 as DeploymentDomainRoutesAddInput, c4 as DeploymentDomainRoutesAddOutput, c5 as DeploymentDomainRoutesListInput, c6 as DeploymentDomainRoutesListOutput, c7 as DeploymentDomainRoutesRemoveInput, c8 as DeploymentDomainRoutesRemoveOutput, c9 as DeploymentDomainRoutesUpdateInput, ca as DeploymentDomainRoutesUpdateOutput, cb as DeploymentDomainVerifyInput, cc as DeploymentDomainVerifyOutput, cd as DeploymentEnvironmentCreateInput, ce as DeploymentEnvironmentCreateOutput, cf as DeploymentEnvironmentDeleteInput, cg as DeploymentEnvironmentDeleteOutput, ch as DeploymentEnvironmentForkInput, ci as DeploymentEnvironmentForkOutput, cj as DeploymentEnvironmentGetInput, ck as DeploymentEnvironmentGetOutput, cl as DeploymentEnvironmentListInput, cm as DeploymentEnvironmentListOutput, cn as DeploymentEnvironmentReconcileInput, co as DeploymentEnvironmentReconcileOutput, cp as DeploymentEnvironmentUpdateInput, cq as DeploymentEnvironmentUpdateOutput, cr as DeploymentEventsListByEnvironmentInput, cs as DeploymentEventsListByEnvironmentOutput, ct as DeploymentEventsListByServiceInput, cu as DeploymentEventsListByServiceOutput, cv as DeploymentManagedServiceBackupListInput, cw as DeploymentManagedServiceBackupListOutput, cx as DeploymentManagedServiceBackupInput, cy as DeploymentManagedServiceBackupOutput, cz as DeploymentManagedServiceConnectInfoInput, cA as DeploymentManagedServiceConnectInfoOutput, cB as DeploymentManagedServiceDeleteInput, cC as DeploymentManagedServiceDeleteOutput, cD as DeploymentManagedServiceGetInput, cE as DeploymentManagedServiceGetOutput, cF as DeploymentManagedServiceListInput, cG as DeploymentManagedServiceListOutput, cH as DeploymentManagedServiceLogsInput, cI as DeploymentManagedServiceLogsOutput, cJ as DeploymentManagedServiceProvisionInput, cK as DeploymentManagedServiceProvisionOutput, cL as DeploymentManagedServiceReconcileInput, cM as DeploymentManagedServiceReconcileOutput, cN as DeploymentManagedServiceResizeInput, cO as DeploymentManagedServiceResizeOutput, cP as DeploymentManagedServiceRestoreInput, cQ as DeploymentManagedServiceRestoreOutput, cR as DeploymentManagedServiceStartInput, cS as DeploymentManagedServiceStartOutput, cT as DeploymentManagedServiceStopInput, cU as DeploymentManagedServiceStopOutput, cV as DeploymentManagedServiceTypesInput, cW as DeploymentManagedServiceTypesOutput, cX as DeploymentMetricsGetInput, cY as DeploymentMetricsGetOutput, cZ as DeploymentPreviewEnvironmentCreateInput, c_ as DeploymentPreviewEnvironmentCreateOutput, c$ as DeploymentPreviewEnvironmentDeleteInput, d0 as DeploymentPreviewEnvironmentDeleteOutput, d1 as DeploymentPreviewEnvironmentListInput, d2 as DeploymentPreviewEnvironmentListOutput, d3 as DeploymentPreviewPolicyGetInput, d4 as DeploymentPreviewPolicyGetOutput, d5 as DeploymentPreviewPolicySetInput, d6 as DeploymentPreviewPolicySetOutput, d7 as DeploymentServiceCreateInput, d8 as DeploymentServiceCreateOutput, d9 as DeploymentServiceDeleteInput, da as DeploymentServiceDeleteOutput, db as DeploymentServiceExecInput, dc as DeploymentServiceExecOutput, dd as DeploymentServiceGetInput, de as DeploymentServiceGetOutput, df as DeploymentServiceListInput, dg as DeploymentServiceListOutput, dh as DeploymentServiceLogsInput, di as DeploymentServiceLogsOutput, dj as DeploymentServiceRedeployInput, dk as DeploymentServiceRedeployOutput, dl as DeploymentServiceRestartInput, dm as DeploymentServiceRestartOutput, dn as DeploymentServiceRollbackInput, dp as DeploymentServiceRollbackOutput, dq as DeploymentServiceScaleInput, dr as DeploymentServiceScaleOutput, ds as DeploymentServiceUpdateInput, dt as DeploymentServiceUpdateOutput, du as DeploymentSshCommandInput, dv as DeploymentSshCommandOutput, dw as DeploymentSshKeyDeleteInput, dx as DeploymentSshKeyDeleteOutput, dy as DeploymentSshKeyListInput, dz as DeploymentSshKeyListOutput, dA as DeploymentSshKeyRegisterInput, dB as DeploymentSshKeyRegisterOutput, dC as DeploymentVariableListEnvInput, dD as DeploymentVariableListEnvOutput, dE as DeploymentVariableListProductInput, dF as DeploymentVariableListProductOutput, dG as DeploymentVariableListInput, dH as DeploymentVariableListOutput, dI as DeploymentVariableSetEnvInput, dJ as DeploymentVariableSetEnvOutput, dK as DeploymentVariableSetInput, dL as DeploymentVariableSetOutput, dM as DeploymentVariableSetProductInput, dN as DeploymentVariableSetProductOutput, dO as DeploymentVariableUnsetEnvInput, dP as DeploymentVariableUnsetEnvOutput, dQ as DeploymentVariableUnsetInput, dR as DeploymentVariableUnsetOutput, dS as DeploymentVariableUnsetProductInput, dT as DeploymentVariableUnsetProductOutput, dU as DeploymentVcsBranchListInput, dV as DeploymentVcsBranchListOutput, dW as DeploymentVcsConnectionListInput, dX as DeploymentVcsConnectionListOutput, dY as DeploymentVcsRepoListInput, dZ as DeploymentVcsRepoListOutput, d_ as DeploymentVolumeCreateInput, d$ as DeploymentVolumeCreateOutput, e0 as DeploymentVolumeDeleteInput, e1 as DeploymentVolumeDeleteOutput, e2 as DeploymentVolumeDetachInput, e3 as DeploymentVolumeDetachOutput, e4 as DeploymentVolumeGetInput, e5 as DeploymentVolumeGetOutput, e6 as DeploymentVolumeListInput, e7 as DeploymentVolumeListOutput, e8 as DeploymentVolumeResizeInput, e9 as DeploymentVolumeResizeOutput } from '../client.gen-t1yMTANn.cjs';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, aT as DeploymentAlertCreateInput, aU as DeploymentAlertCreateOutput, aV as DeploymentAlertDeleteInput, aW as DeploymentAlertDeleteOutput, aX as DeploymentAlertEventsListInput, aY as DeploymentAlertEventsListOutput, aZ as DeploymentAlertListInput, a_ as DeploymentAlertListOutput, a$ as DeploymentAlertUpdateInput, b0 as DeploymentAlertUpdateOutput, b1 as DeploymentAnalyticsQueryInput, b2 as DeploymentAnalyticsQueryOutput, b3 as DeploymentAuditListInput, b4 as DeploymentAuditListOutput, b5 as DeploymentBuildGetInput, b6 as DeploymentBuildGetOutput, b7 as DeploymentBuildListInput, b8 as DeploymentBuildListOutput, b9 as DeploymentBuildLogsInput, ba as DeploymentBuildLogsOutput, bb as DeploymentCanvasGetInput, bc as DeploymentCanvasGetOutput, bd as DeploymentCanvasMoveNodeInput, be as DeploymentCanvasMoveNodeOutput, bf as DeploymentCloudSqlBackfillLogFlagsInput, bg as DeploymentCloudSqlBackfillLogFlagsOutput, bh as DeploymentCloudSqlDatabaseAttachInput, bi as DeploymentCloudSqlDatabaseAttachOutput, bj as DeploymentCloudSqlDatabaseCreateInput, bk as DeploymentCloudSqlDatabaseCreateOutput, bl as DeploymentCloudSqlDatabaseDeleteInput, bm as DeploymentCloudSqlDatabaseDeleteOutput, bn as DeploymentCloudSqlDatabaseDetachInput, bo as DeploymentCloudSqlDatabaseDetachOutput, bp as DeploymentCloudSqlDatabaseGetInput, bq as DeploymentCloudSqlDatabaseGetOutput, br as DeploymentCloudSqlDatabaseListInput, bs as DeploymentCloudSqlDatabaseListOutput, bt as DeploymentCloudSqlInstanceBackupListInput, bu as DeploymentCloudSqlInstanceBackupListOutput, bv as DeploymentCloudSqlInstanceBackupInput, bw as DeploymentCloudSqlInstanceBackupOutput, bx as DeploymentCloudSqlInstanceCreateInput, by as DeploymentCloudSqlInstanceCreateOutput, bz as DeploymentCloudSqlInstanceDeleteInput, bA as DeploymentCloudSqlInstanceDeleteOutput, bB as DeploymentCloudSqlInstanceGetInput, bC as DeploymentCloudSqlInstanceGetOutput, bD as DeploymentCloudSqlInstanceListInput, bE as DeploymentCloudSqlInstanceListOutput, bF as DeploymentCloudSqlInstanceResizeInput, bG as DeploymentCloudSqlInstanceResizeOutput, bH as DeploymentCloudSqlInstanceRestoreInput, bI as DeploymentCloudSqlInstanceRestoreOutput, bJ as DeploymentCloudSqlLogsInput, bK as DeploymentCloudSqlLogsOutput, bL as DeploymentDeploymentCancelInput, bM as DeploymentDeploymentCancelOutput, bN as DeploymentDeploymentGetInput, bO as DeploymentDeploymentGetOutput, bP as DeploymentDeploymentListInput, bQ as DeploymentDeploymentListOutput, bR as DeploymentDomainAddInput, bS as DeploymentDomainAddOutput, bT as DeploymentDomainAllowedListInput, bU as DeploymentDomainAllowedListOutput, bV as DeploymentDomainGetInput, bW as DeploymentDomainGetOutput, bX as DeploymentDomainListByServiceInput, bY as DeploymentDomainListByServiceOutput, bZ as DeploymentDomainListInput, b_ as DeploymentDomainListOutput, b$ as DeploymentDomainRedirectWwwInput, c0 as DeploymentDomainRedirectWwwOutput, c1 as DeploymentDomainRemoveInput, c2 as DeploymentDomainRemoveOutput, c3 as DeploymentDomainRoutesAddInput, c4 as DeploymentDomainRoutesAddOutput, c5 as DeploymentDomainRoutesListInput, c6 as DeploymentDomainRoutesListOutput, c7 as DeploymentDomainRoutesRemoveInput, c8 as DeploymentDomainRoutesRemoveOutput, c9 as DeploymentDomainRoutesUpdateInput, ca as DeploymentDomainRoutesUpdateOutput, cb as DeploymentDomainVerifyInput, cc as DeploymentDomainVerifyOutput, cd as DeploymentEnvironmentCreateInput, ce as DeploymentEnvironmentCreateOutput, cf as DeploymentEnvironmentDeleteInput, cg as DeploymentEnvironmentDeleteOutput, ch as DeploymentEnvironmentForkInput, ci as DeploymentEnvironmentForkOutput, cj as DeploymentEnvironmentGetInput, ck as DeploymentEnvironmentGetOutput, cl as DeploymentEnvironmentListInput, cm as DeploymentEnvironmentListOutput, cn as DeploymentEnvironmentReconcileInput, co as DeploymentEnvironmentReconcileOutput, cp as DeploymentEnvironmentUpdateInput, cq as DeploymentEnvironmentUpdateOutput, cr as DeploymentEventsListByEnvironmentInput, cs as DeploymentEventsListByEnvironmentOutput, ct as DeploymentEventsListByServiceInput, cu as DeploymentEventsListByServiceOutput, cv as DeploymentManagedServiceBackupListInput, cw as DeploymentManagedServiceBackupListOutput, cx as DeploymentManagedServiceBackupInput, cy as DeploymentManagedServiceBackupOutput, cz as DeploymentManagedServiceConnectInfoInput, cA as DeploymentManagedServiceConnectInfoOutput, cB as DeploymentManagedServiceDeleteInput, cC as DeploymentManagedServiceDeleteOutput, cD as DeploymentManagedServiceGetInput, cE as DeploymentManagedServiceGetOutput, cF as DeploymentManagedServiceListInput, cG as DeploymentManagedServiceListOutput, cH as DeploymentManagedServiceLogsInput, cI as DeploymentManagedServiceLogsOutput, cJ as DeploymentManagedServiceProvisionInput, cK as DeploymentManagedServiceProvisionOutput, cL as DeploymentManagedServiceReconcileInput, cM as DeploymentManagedServiceReconcileOutput, cN as DeploymentManagedServiceResizeInput, cO as DeploymentManagedServiceResizeOutput, cP as DeploymentManagedServiceRestoreInput, cQ as DeploymentManagedServiceRestoreOutput, cR as DeploymentManagedServiceStartInput, cS as DeploymentManagedServiceStartOutput, cT as DeploymentManagedServiceStopInput, cU as DeploymentManagedServiceStopOutput, cV as DeploymentManagedServiceTypesInput, cW as DeploymentManagedServiceTypesOutput, cX as DeploymentMetricsGetInput, cY as DeploymentMetricsGetOutput, cZ as DeploymentPreviewEnvironmentCreateInput, c_ as DeploymentPreviewEnvironmentCreateOutput, c$ as DeploymentPreviewEnvironmentDeleteInput, d0 as DeploymentPreviewEnvironmentDeleteOutput, d1 as DeploymentPreviewEnvironmentListInput, d2 as DeploymentPreviewEnvironmentListOutput, d3 as DeploymentPreviewPolicyGetInput, d4 as DeploymentPreviewPolicyGetOutput, d5 as DeploymentPreviewPolicySetInput, d6 as DeploymentPreviewPolicySetOutput, d7 as DeploymentServiceCreateInput, d8 as DeploymentServiceCreateOutput, d9 as DeploymentServiceDeleteInput, da as DeploymentServiceDeleteOutput, db as DeploymentServiceExecInput, dc as DeploymentServiceExecOutput, dd as DeploymentServiceGetInput, de as DeploymentServiceGetOutput, df as DeploymentServiceListInput, dg as DeploymentServiceListOutput, dh as DeploymentServiceLogsInput, di as DeploymentServiceLogsOutput, dj as DeploymentServiceRedeployInput, dk as DeploymentServiceRedeployOutput, dl as DeploymentServiceRestartInput, dm as DeploymentServiceRestartOutput, dn as DeploymentServiceRollbackInput, dp as DeploymentServiceRollbackOutput, dq as DeploymentServiceScaleInput, dr as DeploymentServiceScaleOutput, ds as DeploymentServiceUpdateInput, dt as DeploymentServiceUpdateOutput, du as DeploymentSshCommandInput, dv as DeploymentSshCommandOutput, dw as DeploymentSshKeyDeleteInput, dx as DeploymentSshKeyDeleteOutput, dy as DeploymentSshKeyListInput, dz as DeploymentSshKeyListOutput, dA as DeploymentSshKeyRegisterInput, dB as DeploymentSshKeyRegisterOutput, dC as DeploymentVariableListEnvInput, dD as DeploymentVariableListEnvOutput, dE as DeploymentVariableListProductInput, dF as DeploymentVariableListProductOutput, dG as DeploymentVariableListInput, dH as DeploymentVariableListOutput, dI as DeploymentVariableSetEnvInput, dJ as DeploymentVariableSetEnvOutput, dK as DeploymentVariableSetInput, dL as DeploymentVariableSetOutput, dM as DeploymentVariableSetProductInput, dN as DeploymentVariableSetProductOutput, dO as DeploymentVariableUnsetEnvInput, dP as DeploymentVariableUnsetEnvOutput, dQ as DeploymentVariableUnsetInput, dR as DeploymentVariableUnsetOutput, dS as DeploymentVariableUnsetProductInput, dT as DeploymentVariableUnsetProductOutput, dU as DeploymentVcsBranchListInput, dV as DeploymentVcsBranchListOutput, dW as DeploymentVcsConnectionListInput, dX as DeploymentVcsConnectionListOutput, dY as DeploymentVcsRepoListInput, dZ as DeploymentVcsRepoListOutput, d_ as DeploymentVolumeCreateInput, d$ as DeploymentVolumeCreateOutput, e0 as DeploymentVolumeDeleteInput, e1 as DeploymentVolumeDeleteOutput, e2 as DeploymentVolumeDetachInput, e3 as DeploymentVolumeDetachOutput, e4 as DeploymentVolumeGetInput, e5 as DeploymentVolumeGetOutput, e6 as DeploymentVolumeListInput, e7 as DeploymentVolumeListOutput, e8 as DeploymentVolumeResizeInput, e9 as DeploymentVolumeResizeOutput } from '../client.gen-Q9n-n5S8.js';
1
+ import { G as GeneratedClient, aT as DeploymentAlertCreateInput, aU as DeploymentAlertCreateOutput, aV as DeploymentAlertDeleteInput, aW as DeploymentAlertDeleteOutput, aX as DeploymentAlertEventsListInput, aY as DeploymentAlertEventsListOutput, aZ as DeploymentAlertListInput, a_ as DeploymentAlertListOutput, a$ as DeploymentAlertUpdateInput, b0 as DeploymentAlertUpdateOutput, b1 as DeploymentAnalyticsQueryInput, b2 as DeploymentAnalyticsQueryOutput, b3 as DeploymentAuditListInput, b4 as DeploymentAuditListOutput, b5 as DeploymentBuildGetInput, b6 as DeploymentBuildGetOutput, b7 as DeploymentBuildListInput, b8 as DeploymentBuildListOutput, b9 as DeploymentBuildLogsInput, ba as DeploymentBuildLogsOutput, bb as DeploymentCanvasGetInput, bc as DeploymentCanvasGetOutput, bd as DeploymentCanvasMoveNodeInput, be as DeploymentCanvasMoveNodeOutput, bf as DeploymentCloudSqlBackfillLogFlagsInput, bg as DeploymentCloudSqlBackfillLogFlagsOutput, bh as DeploymentCloudSqlDatabaseAttachInput, bi as DeploymentCloudSqlDatabaseAttachOutput, bj as DeploymentCloudSqlDatabaseCreateInput, bk as DeploymentCloudSqlDatabaseCreateOutput, bl as DeploymentCloudSqlDatabaseDeleteInput, bm as DeploymentCloudSqlDatabaseDeleteOutput, bn as DeploymentCloudSqlDatabaseDetachInput, bo as DeploymentCloudSqlDatabaseDetachOutput, bp as DeploymentCloudSqlDatabaseGetInput, bq as DeploymentCloudSqlDatabaseGetOutput, br as DeploymentCloudSqlDatabaseListInput, bs as DeploymentCloudSqlDatabaseListOutput, bt as DeploymentCloudSqlInstanceBackupListInput, bu as DeploymentCloudSqlInstanceBackupListOutput, bv as DeploymentCloudSqlInstanceBackupInput, bw as DeploymentCloudSqlInstanceBackupOutput, bx as DeploymentCloudSqlInstanceCreateInput, by as DeploymentCloudSqlInstanceCreateOutput, bz as DeploymentCloudSqlInstanceDeleteInput, bA as DeploymentCloudSqlInstanceDeleteOutput, bB as DeploymentCloudSqlInstanceGetInput, bC as DeploymentCloudSqlInstanceGetOutput, bD as DeploymentCloudSqlInstanceListInput, bE as DeploymentCloudSqlInstanceListOutput, bF as DeploymentCloudSqlInstanceResizeInput, bG as DeploymentCloudSqlInstanceResizeOutput, bH as DeploymentCloudSqlInstanceRestoreInput, bI as DeploymentCloudSqlInstanceRestoreOutput, bJ as DeploymentCloudSqlLogsInput, bK as DeploymentCloudSqlLogsOutput, bL as DeploymentDeploymentCancelInput, bM as DeploymentDeploymentCancelOutput, bN as DeploymentDeploymentGetInput, bO as DeploymentDeploymentGetOutput, bP as DeploymentDeploymentListInput, bQ as DeploymentDeploymentListOutput, bR as DeploymentDomainAddInput, bS as DeploymentDomainAddOutput, bT as DeploymentDomainAllowedListInput, bU as DeploymentDomainAllowedListOutput, bV as DeploymentDomainGetInput, bW as DeploymentDomainGetOutput, bX as DeploymentDomainListByServiceInput, bY as DeploymentDomainListByServiceOutput, bZ as DeploymentDomainListInput, b_ as DeploymentDomainListOutput, b$ as DeploymentDomainRedirectWwwInput, c0 as DeploymentDomainRedirectWwwOutput, c1 as DeploymentDomainRemoveInput, c2 as DeploymentDomainRemoveOutput, c3 as DeploymentDomainRoutesAddInput, c4 as DeploymentDomainRoutesAddOutput, c5 as DeploymentDomainRoutesListInput, c6 as DeploymentDomainRoutesListOutput, c7 as DeploymentDomainRoutesRemoveInput, c8 as DeploymentDomainRoutesRemoveOutput, c9 as DeploymentDomainRoutesUpdateInput, ca as DeploymentDomainRoutesUpdateOutput, cb as DeploymentDomainVerifyInput, cc as DeploymentDomainVerifyOutput, cd as DeploymentEnvironmentCreateInput, ce as DeploymentEnvironmentCreateOutput, cf as DeploymentEnvironmentDeleteInput, cg as DeploymentEnvironmentDeleteOutput, ch as DeploymentEnvironmentForkInput, ci as DeploymentEnvironmentForkOutput, cj as DeploymentEnvironmentGetInput, ck as DeploymentEnvironmentGetOutput, cl as DeploymentEnvironmentListInput, cm as DeploymentEnvironmentListOutput, cn as DeploymentEnvironmentReconcileInput, co as DeploymentEnvironmentReconcileOutput, cp as DeploymentEnvironmentUpdateInput, cq as DeploymentEnvironmentUpdateOutput, cr as DeploymentEventsListByEnvironmentInput, cs as DeploymentEventsListByEnvironmentOutput, ct as DeploymentEventsListByServiceInput, cu as DeploymentEventsListByServiceOutput, cv as DeploymentManagedServiceBackupListInput, cw as DeploymentManagedServiceBackupListOutput, cx as DeploymentManagedServiceBackupInput, cy as DeploymentManagedServiceBackupOutput, cz as DeploymentManagedServiceConnectInfoInput, cA as DeploymentManagedServiceConnectInfoOutput, cB as DeploymentManagedServiceDeleteInput, cC as DeploymentManagedServiceDeleteOutput, cD as DeploymentManagedServiceGetInput, cE as DeploymentManagedServiceGetOutput, cF as DeploymentManagedServiceListInput, cG as DeploymentManagedServiceListOutput, cH as DeploymentManagedServiceLogsInput, cI as DeploymentManagedServiceLogsOutput, cJ as DeploymentManagedServiceProvisionInput, cK as DeploymentManagedServiceProvisionOutput, cL as DeploymentManagedServiceReconcileInput, cM as DeploymentManagedServiceReconcileOutput, cN as DeploymentManagedServiceResizeInput, cO as DeploymentManagedServiceResizeOutput, cP as DeploymentManagedServiceRestoreInput, cQ as DeploymentManagedServiceRestoreOutput, cR as DeploymentManagedServiceStartInput, cS as DeploymentManagedServiceStartOutput, cT as DeploymentManagedServiceStopInput, cU as DeploymentManagedServiceStopOutput, cV as DeploymentManagedServiceTypesInput, cW as DeploymentManagedServiceTypesOutput, cX as DeploymentMetricsGetInput, cY as DeploymentMetricsGetOutput, cZ as DeploymentPreviewEnvironmentCreateInput, c_ as DeploymentPreviewEnvironmentCreateOutput, c$ as DeploymentPreviewEnvironmentDeleteInput, d0 as DeploymentPreviewEnvironmentDeleteOutput, d1 as DeploymentPreviewEnvironmentListInput, d2 as DeploymentPreviewEnvironmentListOutput, d3 as DeploymentPreviewPolicyGetInput, d4 as DeploymentPreviewPolicyGetOutput, d5 as DeploymentPreviewPolicySetInput, d6 as DeploymentPreviewPolicySetOutput, d7 as DeploymentServiceCreateInput, d8 as DeploymentServiceCreateOutput, d9 as DeploymentServiceDeleteInput, da as DeploymentServiceDeleteOutput, db as DeploymentServiceExecInput, dc as DeploymentServiceExecOutput, dd as DeploymentServiceGetInput, de as DeploymentServiceGetOutput, df as DeploymentServiceListInput, dg as DeploymentServiceListOutput, dh as DeploymentServiceLogsInput, di as DeploymentServiceLogsOutput, dj as DeploymentServiceRedeployInput, dk as DeploymentServiceRedeployOutput, dl as DeploymentServiceRestartInput, dm as DeploymentServiceRestartOutput, dn as DeploymentServiceRollbackInput, dp as DeploymentServiceRollbackOutput, dq as DeploymentServiceScaleInput, dr as DeploymentServiceScaleOutput, ds as DeploymentServiceUpdateInput, dt as DeploymentServiceUpdateOutput, du as DeploymentSshCommandInput, dv as DeploymentSshCommandOutput, dw as DeploymentSshKeyDeleteInput, dx as DeploymentSshKeyDeleteOutput, dy as DeploymentSshKeyListInput, dz as DeploymentSshKeyListOutput, dA as DeploymentSshKeyRegisterInput, dB as DeploymentSshKeyRegisterOutput, dC as DeploymentVariableListEnvInput, dD as DeploymentVariableListEnvOutput, dE as DeploymentVariableListProductInput, dF as DeploymentVariableListProductOutput, dG as DeploymentVariableListInput, dH as DeploymentVariableListOutput, dI as DeploymentVariableSetEnvInput, dJ as DeploymentVariableSetEnvOutput, dK as DeploymentVariableSetInput, dL as DeploymentVariableSetOutput, dM as DeploymentVariableSetProductInput, dN as DeploymentVariableSetProductOutput, dO as DeploymentVariableUnsetEnvInput, dP as DeploymentVariableUnsetEnvOutput, dQ as DeploymentVariableUnsetInput, dR as DeploymentVariableUnsetOutput, dS as DeploymentVariableUnsetProductInput, dT as DeploymentVariableUnsetProductOutput, dU as DeploymentVcsBranchListInput, dV as DeploymentVcsBranchListOutput, dW as DeploymentVcsConnectionListInput, dX as DeploymentVcsConnectionListOutput, dY as DeploymentVcsRepoListInput, dZ as DeploymentVcsRepoListOutput, d_ as DeploymentVolumeCreateInput, d$ as DeploymentVolumeCreateOutput, e0 as DeploymentVolumeDeleteInput, e1 as DeploymentVolumeDeleteOutput, e2 as DeploymentVolumeDetachInput, e3 as DeploymentVolumeDetachOutput, e4 as DeploymentVolumeGetInput, e5 as DeploymentVolumeGetOutput, e6 as DeploymentVolumeListInput, e7 as DeploymentVolumeListOutput, e8 as DeploymentVolumeResizeInput, e9 as DeploymentVolumeResizeOutput } from '../client.gen-t1yMTANn.js';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-Q9n-n5S8.cjs';
1
+ import { G as GeneratedClient } from './client.gen-t1yMTANn.cjs';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient } from './client.gen-Q9n-n5S8.js';
1
+ import { G as GeneratedClient } from './client.gen-t1yMTANn.js';
2
2
 
3
3
  type HttpMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4
4
  type ParamIn = 'path' | 'query' | 'body';
@@ -1,5 +1,5 @@
1
- import { G as GeneratedClient, ea as MailApikeyCreateInput, eb as MailApikeyCreateOutput, ec as MailApikeyDeleteInput, ed as MailApikeyDeleteOutput, ee as MailApikeyListInput, ef as MailApikeyListOutput, eg as MailAudienceCreateInput, eh as MailAudienceCreateOutput, ei as MailAudienceDeleteInput, ej as MailAudienceDeleteOutput, ek as MailAudienceGetInput, el as MailAudienceGetOutput, em as MailAudienceListInput, en as MailAudienceListOutput, eo as MailAudienceUpdateInput, ep as MailAudienceUpdateOutput, eq as MailBroadcastCancelInput, er as MailBroadcastCancelOutput, es as MailBroadcastCreateInput, et as MailBroadcastCreateOutput, eu as MailBroadcastDeleteInput, ev as MailBroadcastDeleteOutput, ew as MailBroadcastGetInput, ex as MailBroadcastGetOutput, ey as MailBroadcastListInput, ez as MailBroadcastListOutput, eA as MailBroadcastQueueInput, eB as MailBroadcastQueueOutput, eC as MailBroadcastStatsInput, eD as MailBroadcastStatsOutput, eE as MailBroadcastUpdateInput, eF as MailBroadcastUpdateOutput, eG as MailContactCreateInput, eH as MailContactCreateOutput, eI as MailContactDeleteInput, eJ as MailContactDeleteOutput, eK as MailContactGetInput, eL as MailContactGetOutput, eM as MailContactListInput, eN as MailContactListOutput, eO as MailContactUpdateInput, eP as MailContactUpdateOutput, eQ as MailDomainAllowedListInput, eR as MailDomainAllowedListOutput, eS as MailDomainCreateInput, eT as MailDomainCreateOutput, eU as MailDomainDeleteInput, eV as MailDomainDeleteOutput, eW as MailDomainGetInput, eX as MailDomainGetOutput, eY as MailDomainListInput, eZ as MailDomainListOutput, e_ as MailDomainUpdateInput, e$ as MailDomainUpdateOutput, f0 as MailDomainVerifyInput, f1 as MailDomainVerifyOutput, f2 as MailEmailCancelInput, f3 as MailEmailCancelOutput, f4 as MailEmailGetInput, f5 as MailEmailSendBatchInput, f6 as MailEmailSendBatchOutput, f7 as MailEmailSendInput, f8 as MailEmailSendOutput, f9 as MailEmailUpdateInput, fa as MailEmailUpdateOutput, fb as MailReputationGetInput, fc as MailReputationGetOutput, fd as MailStatsGetInput, fe as MailStatsGetOutput, ff as MailSuppressionAddInput, fg as MailSuppressionAddOutput, fh as MailSuppressionListInput, fi as MailSuppressionListOutput, fj as MailSuppressionRemoveInput, fk as MailSuppressionRemoveOutput, fl as MailTemplateCreateInput, fm as MailTemplateCreateOutput, fn as MailTemplateDeleteInput, fo as MailTemplateDeleteOutput, fp as MailTemplateGetInput, fq as MailTemplateGetOutput, fr as MailTemplateListInput, fs as MailTemplateListOutput, ft as MailTemplatePublishInput, fu as MailTemplatePublishOutput, fv as MailTemplateUpdateInput, fw as MailTemplateUpdateOutput, fx as MailUsageGetInput, fy as MailUsageGetOutput, fz as MailWebhookCreateInput, fA as MailWebhookCreateOutput, fB as MailWebhookDeleteInput, fC as MailWebhookDeleteOutput, fD as MailWebhookDeliveriesListInput, fE as MailWebhookDeliveriesListOutput, fF as MailWebhookGetInput, fG as MailWebhookGetOutput, fH as MailWebhookListInput, fI as MailWebhookListOutput, fJ as MailWebhookUpdateInput, fK as MailWebhookUpdateOutput } from '../client.gen-Q9n-n5S8.cjs';
2
- export { fL as MailEmailGetOutput } from '../client.gen-Q9n-n5S8.cjs';
1
+ import { G as GeneratedClient, ea as MailApikeyCreateInput, eb as MailApikeyCreateOutput, ec as MailApikeyDeleteInput, ed as MailApikeyDeleteOutput, ee as MailApikeyListInput, ef as MailApikeyListOutput, eg as MailAudienceCreateInput, eh as MailAudienceCreateOutput, ei as MailAudienceDeleteInput, ej as MailAudienceDeleteOutput, ek as MailAudienceGetInput, el as MailAudienceGetOutput, em as MailAudienceListInput, en as MailAudienceListOutput, eo as MailAudienceUpdateInput, ep as MailAudienceUpdateOutput, eq as MailBroadcastCancelInput, er as MailBroadcastCancelOutput, es as MailBroadcastCreateInput, et as MailBroadcastCreateOutput, eu as MailBroadcastDeleteInput, ev as MailBroadcastDeleteOutput, ew as MailBroadcastGetInput, ex as MailBroadcastGetOutput, ey as MailBroadcastListInput, ez as MailBroadcastListOutput, eA as MailBroadcastQueueInput, eB as MailBroadcastQueueOutput, eC as MailBroadcastStatsInput, eD as MailBroadcastStatsOutput, eE as MailBroadcastUpdateInput, eF as MailBroadcastUpdateOutput, eG as MailContactCreateInput, eH as MailContactCreateOutput, eI as MailContactDeleteInput, eJ as MailContactDeleteOutput, eK as MailContactGetInput, eL as MailContactGetOutput, eM as MailContactListInput, eN as MailContactListOutput, eO as MailContactUpdateInput, eP as MailContactUpdateOutput, eQ as MailDomainAllowedListInput, eR as MailDomainAllowedListOutput, eS as MailDomainCreateInput, eT as MailDomainCreateOutput, eU as MailDomainDeleteInput, eV as MailDomainDeleteOutput, eW as MailDomainGetInput, eX as MailDomainGetOutput, eY as MailDomainListInput, eZ as MailDomainListOutput, e_ as MailDomainUpdateInput, e$ as MailDomainUpdateOutput, f0 as MailDomainVerifyInput, f1 as MailDomainVerifyOutput, f2 as MailEmailCancelInput, f3 as MailEmailCancelOutput, f4 as MailEmailGetInput, f5 as MailEmailSendBatchInput, f6 as MailEmailSendBatchOutput, f7 as MailEmailSendInput, f8 as MailEmailSendOutput, f9 as MailEmailUpdateInput, fa as MailEmailUpdateOutput, fb as MailReputationGetInput, fc as MailReputationGetOutput, fd as MailStatsGetInput, fe as MailStatsGetOutput, ff as MailSuppressionAddInput, fg as MailSuppressionAddOutput, fh as MailSuppressionListInput, fi as MailSuppressionListOutput, fj as MailSuppressionRemoveInput, fk as MailSuppressionRemoveOutput, fl as MailTemplateCreateInput, fm as MailTemplateCreateOutput, fn as MailTemplateDeleteInput, fo as MailTemplateDeleteOutput, fp as MailTemplateGetInput, fq as MailTemplateGetOutput, fr as MailTemplateListInput, fs as MailTemplateListOutput, ft as MailTemplatePublishInput, fu as MailTemplatePublishOutput, fv as MailTemplateUpdateInput, fw as MailTemplateUpdateOutput, fx as MailUsageGetInput, fy as MailUsageGetOutput, fz as MailWebhookCreateInput, fA as MailWebhookCreateOutput, fB as MailWebhookDeleteInput, fC as MailWebhookDeleteOutput, fD as MailWebhookDeliveriesListInput, fE as MailWebhookDeliveriesListOutput, fF as MailWebhookGetInput, fG as MailWebhookGetOutput, fH as MailWebhookListInput, fI as MailWebhookListOutput, fJ as MailWebhookUpdateInput, fK as MailWebhookUpdateOutput } from '../client.gen-t1yMTANn.cjs';
2
+ export { fL as MailEmailGetOutput } from '../client.gen-t1yMTANn.cjs';
3
3
 
4
4
  declare const mailApikeyCreateMutationOptions: (sdk: GeneratedClient) => {
5
5
  mutationKey: string[];
@@ -1,5 +1,5 @@
1
- import { G as GeneratedClient, ea as MailApikeyCreateInput, eb as MailApikeyCreateOutput, ec as MailApikeyDeleteInput, ed as MailApikeyDeleteOutput, ee as MailApikeyListInput, ef as MailApikeyListOutput, eg as MailAudienceCreateInput, eh as MailAudienceCreateOutput, ei as MailAudienceDeleteInput, ej as MailAudienceDeleteOutput, ek as MailAudienceGetInput, el as MailAudienceGetOutput, em as MailAudienceListInput, en as MailAudienceListOutput, eo as MailAudienceUpdateInput, ep as MailAudienceUpdateOutput, eq as MailBroadcastCancelInput, er as MailBroadcastCancelOutput, es as MailBroadcastCreateInput, et as MailBroadcastCreateOutput, eu as MailBroadcastDeleteInput, ev as MailBroadcastDeleteOutput, ew as MailBroadcastGetInput, ex as MailBroadcastGetOutput, ey as MailBroadcastListInput, ez as MailBroadcastListOutput, eA as MailBroadcastQueueInput, eB as MailBroadcastQueueOutput, eC as MailBroadcastStatsInput, eD as MailBroadcastStatsOutput, eE as MailBroadcastUpdateInput, eF as MailBroadcastUpdateOutput, eG as MailContactCreateInput, eH as MailContactCreateOutput, eI as MailContactDeleteInput, eJ as MailContactDeleteOutput, eK as MailContactGetInput, eL as MailContactGetOutput, eM as MailContactListInput, eN as MailContactListOutput, eO as MailContactUpdateInput, eP as MailContactUpdateOutput, eQ as MailDomainAllowedListInput, eR as MailDomainAllowedListOutput, eS as MailDomainCreateInput, eT as MailDomainCreateOutput, eU as MailDomainDeleteInput, eV as MailDomainDeleteOutput, eW as MailDomainGetInput, eX as MailDomainGetOutput, eY as MailDomainListInput, eZ as MailDomainListOutput, e_ as MailDomainUpdateInput, e$ as MailDomainUpdateOutput, f0 as MailDomainVerifyInput, f1 as MailDomainVerifyOutput, f2 as MailEmailCancelInput, f3 as MailEmailCancelOutput, f4 as MailEmailGetInput, f5 as MailEmailSendBatchInput, f6 as MailEmailSendBatchOutput, f7 as MailEmailSendInput, f8 as MailEmailSendOutput, f9 as MailEmailUpdateInput, fa as MailEmailUpdateOutput, fb as MailReputationGetInput, fc as MailReputationGetOutput, fd as MailStatsGetInput, fe as MailStatsGetOutput, ff as MailSuppressionAddInput, fg as MailSuppressionAddOutput, fh as MailSuppressionListInput, fi as MailSuppressionListOutput, fj as MailSuppressionRemoveInput, fk as MailSuppressionRemoveOutput, fl as MailTemplateCreateInput, fm as MailTemplateCreateOutput, fn as MailTemplateDeleteInput, fo as MailTemplateDeleteOutput, fp as MailTemplateGetInput, fq as MailTemplateGetOutput, fr as MailTemplateListInput, fs as MailTemplateListOutput, ft as MailTemplatePublishInput, fu as MailTemplatePublishOutput, fv as MailTemplateUpdateInput, fw as MailTemplateUpdateOutput, fx as MailUsageGetInput, fy as MailUsageGetOutput, fz as MailWebhookCreateInput, fA as MailWebhookCreateOutput, fB as MailWebhookDeleteInput, fC as MailWebhookDeleteOutput, fD as MailWebhookDeliveriesListInput, fE as MailWebhookDeliveriesListOutput, fF as MailWebhookGetInput, fG as MailWebhookGetOutput, fH as MailWebhookListInput, fI as MailWebhookListOutput, fJ as MailWebhookUpdateInput, fK as MailWebhookUpdateOutput } from '../client.gen-Q9n-n5S8.js';
2
- export { fL as MailEmailGetOutput } from '../client.gen-Q9n-n5S8.js';
1
+ import { G as GeneratedClient, ea as MailApikeyCreateInput, eb as MailApikeyCreateOutput, ec as MailApikeyDeleteInput, ed as MailApikeyDeleteOutput, ee as MailApikeyListInput, ef as MailApikeyListOutput, eg as MailAudienceCreateInput, eh as MailAudienceCreateOutput, ei as MailAudienceDeleteInput, ej as MailAudienceDeleteOutput, ek as MailAudienceGetInput, el as MailAudienceGetOutput, em as MailAudienceListInput, en as MailAudienceListOutput, eo as MailAudienceUpdateInput, ep as MailAudienceUpdateOutput, eq as MailBroadcastCancelInput, er as MailBroadcastCancelOutput, es as MailBroadcastCreateInput, et as MailBroadcastCreateOutput, eu as MailBroadcastDeleteInput, ev as MailBroadcastDeleteOutput, ew as MailBroadcastGetInput, ex as MailBroadcastGetOutput, ey as MailBroadcastListInput, ez as MailBroadcastListOutput, eA as MailBroadcastQueueInput, eB as MailBroadcastQueueOutput, eC as MailBroadcastStatsInput, eD as MailBroadcastStatsOutput, eE as MailBroadcastUpdateInput, eF as MailBroadcastUpdateOutput, eG as MailContactCreateInput, eH as MailContactCreateOutput, eI as MailContactDeleteInput, eJ as MailContactDeleteOutput, eK as MailContactGetInput, eL as MailContactGetOutput, eM as MailContactListInput, eN as MailContactListOutput, eO as MailContactUpdateInput, eP as MailContactUpdateOutput, eQ as MailDomainAllowedListInput, eR as MailDomainAllowedListOutput, eS as MailDomainCreateInput, eT as MailDomainCreateOutput, eU as MailDomainDeleteInput, eV as MailDomainDeleteOutput, eW as MailDomainGetInput, eX as MailDomainGetOutput, eY as MailDomainListInput, eZ as MailDomainListOutput, e_ as MailDomainUpdateInput, e$ as MailDomainUpdateOutput, f0 as MailDomainVerifyInput, f1 as MailDomainVerifyOutput, f2 as MailEmailCancelInput, f3 as MailEmailCancelOutput, f4 as MailEmailGetInput, f5 as MailEmailSendBatchInput, f6 as MailEmailSendBatchOutput, f7 as MailEmailSendInput, f8 as MailEmailSendOutput, f9 as MailEmailUpdateInput, fa as MailEmailUpdateOutput, fb as MailReputationGetInput, fc as MailReputationGetOutput, fd as MailStatsGetInput, fe as MailStatsGetOutput, ff as MailSuppressionAddInput, fg as MailSuppressionAddOutput, fh as MailSuppressionListInput, fi as MailSuppressionListOutput, fj as MailSuppressionRemoveInput, fk as MailSuppressionRemoveOutput, fl as MailTemplateCreateInput, fm as MailTemplateCreateOutput, fn as MailTemplateDeleteInput, fo as MailTemplateDeleteOutput, fp as MailTemplateGetInput, fq as MailTemplateGetOutput, fr as MailTemplateListInput, fs as MailTemplateListOutput, ft as MailTemplatePublishInput, fu as MailTemplatePublishOutput, fv as MailTemplateUpdateInput, fw as MailTemplateUpdateOutput, fx as MailUsageGetInput, fy as MailUsageGetOutput, fz as MailWebhookCreateInput, fA as MailWebhookCreateOutput, fB as MailWebhookDeleteInput, fC as MailWebhookDeleteOutput, fD as MailWebhookDeliveriesListInput, fE as MailWebhookDeliveriesListOutput, fF as MailWebhookGetInput, fG as MailWebhookGetOutput, fH as MailWebhookListInput, fI as MailWebhookListOutput, fJ as MailWebhookUpdateInput, fK as MailWebhookUpdateOutput } from '../client.gen-t1yMTANn.js';
2
+ export { fL as MailEmailGetOutput } from '../client.gen-t1yMTANn.js';
3
3
 
4
4
  declare const mailApikeyCreateMutationOptions: (sdk: GeneratedClient) => {
5
5
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, fM as OrganizationAuthMeInput, fN as OrganizationAuthMeOutput, fO as OrganizationBindingsListInput, fP as OrganizationBindingsListOutput, fQ as OrganizationClickupInstallInput, fR as OrganizationClickupInstallOutput, fS as OrganizationClickupListInstallationsInput, fT as OrganizationClickupListInstallationsOutput, fU as OrganizationCloudflareInstallInput, fV as OrganizationCloudflareInstallOutput, fW as OrganizationConnectorsApproveRequestInput, fX as OrganizationConnectorsApproveRequestOutput, fY as OrganizationConnectorsAttachInput, fZ as OrganizationConnectorsAttachOutput, f_ as OrganizationConnectorsDeleteInput, f$ as OrganizationConnectorsDeleteOutput, g0 as OrganizationConnectorsDenyRequestInput, g1 as OrganizationConnectorsDenyRequestOutput, g2 as OrganizationConnectorsDetachInput, g3 as OrganizationConnectorsDetachOutput, g4 as OrganizationConnectorsListAttachmentsInput, g5 as OrganizationConnectorsListAttachmentsOutput, g6 as OrganizationConnectorsListAvailableInput, g7 as OrganizationConnectorsListAvailableOutput, g8 as OrganizationConnectorsListOrgInput, g9 as OrganizationConnectorsListOrgOutput, ga as OrganizationConnectorsListInput, gb as OrganizationConnectorsListOutput, gc as OrganizationConnectorsListRequestsInput, gd as OrganizationConnectorsListRequestsOutput, ge as OrganizationConnectorsRemoveInput, gf as OrganizationConnectorsRemoveOutput, gg as OrganizationConnectorsRequestInput, gh as OrganizationConnectorsRequestOutput, gi as OrganizationCreateInput, gj as OrganizationCreateOutput, gk as OrganizationDomainsAddInput, gl as OrganizationDomainsAddOutput, gm as OrganizationDomainsGetInput, gn as OrganizationDomainsGetOutput, go as OrganizationDomainsListInput, gp as OrganizationDomainsListOutput, gq as OrganizationDomainsRemoveInput, gr as OrganizationDomainsRemoveOutput, gs as OrganizationExtensionsInstallInput, gt as OrganizationExtensionsInstallOutput, gu as OrganizationExtensionsListInstalledInput, gv as OrganizationExtensionsListInstalledOutput, gw as OrganizationExtensionsListInput, gx as OrganizationExtensionsListOutput, gy as OrganizationExtensionsUninstallInput, gz as OrganizationExtensionsUninstallOutput, gA as OrganizationFeedbackSubmitInput, gB as OrganizationFeedbackSubmitOutput, gC as OrganizationGdriveInstallInput, gD as OrganizationGdriveInstallOutput, gE as OrganizationGithubInstallInput, gF as OrganizationGithubInstallOutput, gG as OrganizationGithubListInstallationsInput, gH as OrganizationGithubListInstallationsOutput, gI as OrganizationGoogleadsInstallInput, gJ as OrganizationGoogleadsInstallOutput, gK as OrganizationListInput, gL as OrganizationListOutput, gM as OrganizationMemberAcceptInviteInput, gN as OrganizationMemberAcceptInviteOutput, gO as OrganizationMemberInviteInput, gP as OrganizationMemberInviteOutput, gQ as OrganizationMemberListInvitationsInput, gR as OrganizationMemberListInvitationsOutput, gS as OrganizationMemberListProductAccessInput, gT as OrganizationMemberListProductAccessOutput, gU as OrganizationMemberListInput, gV as OrganizationMemberListOutput, gW as OrganizationMemberRemoveInput, gX as OrganizationMemberRemoveOutput, gY as OrganizationMemberRevokeInvitationInput, gZ as OrganizationMemberRevokeInvitationOutput, g_ as OrganizationMemberSetRoleInput, g$ as OrganizationMemberSetRoleOutput, h0 as OrganizationMemberShareProductInput, h1 as OrganizationMemberShareProductOutput, h2 as OrganizationMemberUnshareProductInput, h3 as OrganizationMemberUnshareProductOutput, h4 as OrganizationMembersAssignRoleInput, h5 as OrganizationMembersAssignRoleOutput, h6 as OrganizationPermissionCatalogInput, h7 as OrganizationPermissionCatalogOutput, h8 as OrganizationProductAcceptInvitationInput, h9 as OrganizationProductAcceptInvitationOutput, ha as OrganizationProductCreateInput, hb as OrganizationProductCreateOutput, hc as OrganizationProductInviteInput, hd as OrganizationProductInviteOutput, he as OrganizationProductListInvitationsInput, hf as OrganizationProductListInvitationsOutput, hg as OrganizationProductListMembersInput, hh as OrganizationProductListMembersOutput, hi as OrganizationProductListInput, hj as OrganizationProductListOutput, hk as OrganizationProductListRolesInput, hl as OrganizationProductListRolesOutput, hm as OrganizationProductRevokeInvitationInput, hn as OrganizationProductRevokeInvitationOutput, ho as OrganizationProductSelectInput, hp as OrganizationProductSelectOutput, hq as OrganizationRolesCreateInput, hr as OrganizationRolesCreateOutput, hs as OrganizationRolesDeleteInput, ht as OrganizationRolesDeleteOutput, hu as OrganizationRolesGetInput, hv as OrganizationRolesGetOutput, hw as OrganizationRolesListInput, hx as OrganizationRolesListOutput, hy as OrganizationRolesUpdateInput, hz as OrganizationRolesUpdateOutput, hA as OrganizationSelectInput, hB as OrganizationSelectOutput } from '../client.gen-Q9n-n5S8.cjs';
1
+ import { G as GeneratedClient, fM as OrganizationAuthMeInput, fN as OrganizationAuthMeOutput, fO as OrganizationBindingsListInput, fP as OrganizationBindingsListOutput, fQ as OrganizationClickupInstallInput, fR as OrganizationClickupInstallOutput, fS as OrganizationClickupListInstallationsInput, fT as OrganizationClickupListInstallationsOutput, fU as OrganizationCloudflareInstallInput, fV as OrganizationCloudflareInstallOutput, fW as OrganizationConnectorsApproveRequestInput, fX as OrganizationConnectorsApproveRequestOutput, fY as OrganizationConnectorsAttachInput, fZ as OrganizationConnectorsAttachOutput, f_ as OrganizationConnectorsDeleteInput, f$ as OrganizationConnectorsDeleteOutput, g0 as OrganizationConnectorsDenyRequestInput, g1 as OrganizationConnectorsDenyRequestOutput, g2 as OrganizationConnectorsDetachInput, g3 as OrganizationConnectorsDetachOutput, g4 as OrganizationConnectorsListAttachmentsInput, g5 as OrganizationConnectorsListAttachmentsOutput, g6 as OrganizationConnectorsListAvailableInput, g7 as OrganizationConnectorsListAvailableOutput, g8 as OrganizationConnectorsListOrgInput, g9 as OrganizationConnectorsListOrgOutput, ga as OrganizationConnectorsListInput, gb as OrganizationConnectorsListOutput, gc as OrganizationConnectorsListRequestsInput, gd as OrganizationConnectorsListRequestsOutput, ge as OrganizationConnectorsRemoveInput, gf as OrganizationConnectorsRemoveOutput, gg as OrganizationConnectorsRequestInput, gh as OrganizationConnectorsRequestOutput, gi as OrganizationCreateInput, gj as OrganizationCreateOutput, gk as OrganizationDomainsAddInput, gl as OrganizationDomainsAddOutput, gm as OrganizationDomainsGetInput, gn as OrganizationDomainsGetOutput, go as OrganizationDomainsListInput, gp as OrganizationDomainsListOutput, gq as OrganizationDomainsRemoveInput, gr as OrganizationDomainsRemoveOutput, gs as OrganizationExtensionsInstallInput, gt as OrganizationExtensionsInstallOutput, gu as OrganizationExtensionsListInstalledInput, gv as OrganizationExtensionsListInstalledOutput, gw as OrganizationExtensionsListInput, gx as OrganizationExtensionsListOutput, gy as OrganizationExtensionsUninstallInput, gz as OrganizationExtensionsUninstallOutput, gA as OrganizationFeedbackSubmitInput, gB as OrganizationFeedbackSubmitOutput, gC as OrganizationGdriveInstallInput, gD as OrganizationGdriveInstallOutput, gE as OrganizationGithubInstallInput, gF as OrganizationGithubInstallOutput, gG as OrganizationGithubListInstallationsInput, gH as OrganizationGithubListInstallationsOutput, gI as OrganizationGoogleadsInstallInput, gJ as OrganizationGoogleadsInstallOutput, gK as OrganizationListInput, gL as OrganizationListOutput, gM as OrganizationMemberAcceptInviteInput, gN as OrganizationMemberAcceptInviteOutput, gO as OrganizationMemberInviteInput, gP as OrganizationMemberInviteOutput, gQ as OrganizationMemberListInvitationsInput, gR as OrganizationMemberListInvitationsOutput, gS as OrganizationMemberListProductAccessInput, gT as OrganizationMemberListProductAccessOutput, gU as OrganizationMemberListInput, gV as OrganizationMemberListOutput, gW as OrganizationMemberRemoveInput, gX as OrganizationMemberRemoveOutput, gY as OrganizationMemberRevokeInvitationInput, gZ as OrganizationMemberRevokeInvitationOutput, g_ as OrganizationMemberSetRoleInput, g$ as OrganizationMemberSetRoleOutput, h0 as OrganizationMemberShareProductInput, h1 as OrganizationMemberShareProductOutput, h2 as OrganizationMemberUnshareProductInput, h3 as OrganizationMemberUnshareProductOutput, h4 as OrganizationMembersAssignRoleInput, h5 as OrganizationMembersAssignRoleOutput, h6 as OrganizationPermissionCatalogInput, h7 as OrganizationPermissionCatalogOutput, h8 as OrganizationProductAcceptInvitationInput, h9 as OrganizationProductAcceptInvitationOutput, ha as OrganizationProductCreateInput, hb as OrganizationProductCreateOutput, hc as OrganizationProductInviteInput, hd as OrganizationProductInviteOutput, he as OrganizationProductListInvitationsInput, hf as OrganizationProductListInvitationsOutput, hg as OrganizationProductListMembersInput, hh as OrganizationProductListMembersOutput, hi as OrganizationProductListInput, hj as OrganizationProductListOutput, hk as OrganizationProductListRolesInput, hl as OrganizationProductListRolesOutput, hm as OrganizationProductRevokeInvitationInput, hn as OrganizationProductRevokeInvitationOutput, ho as OrganizationProductSelectInput, hp as OrganizationProductSelectOutput, hq as OrganizationRolesCreateInput, hr as OrganizationRolesCreateOutput, hs as OrganizationRolesDeleteInput, ht as OrganizationRolesDeleteOutput, hu as OrganizationRolesGetInput, hv as OrganizationRolesGetOutput, hw as OrganizationRolesListInput, hx as OrganizationRolesListOutput, hy as OrganizationRolesUpdateInput, hz as OrganizationRolesUpdateOutput, hA as OrganizationSelectInput, hB as OrganizationSelectOutput } from '../client.gen-t1yMTANn.cjs';
2
2
 
3
3
  declare const organizationAuthMeQueryOptions: (sdk: GeneratedClient, input: OrganizationAuthMeInput) => {
4
4
  queryKey: readonly ["organization", "auth", "me", OrganizationAuthMeInput];