@lessly/sdk-app 55.0.0 → 56.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.
Files changed (42) hide show
  1. package/dist/_types/gen/brain/index.d.ts +1 -1
  2. package/dist/_types/gen/brain/queryOptions.gen.d.ts +5 -1
  3. package/dist/_types/gen/client.gen.d.ts +7 -38
  4. package/dist/_types/gen/deployment/index.d.ts +1 -1
  5. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +5 -13
  6. package/dist/_types/gen/manifest.gen.d.ts +1 -1
  7. package/dist/_types/gen/types.gen.d.ts +113 -363
  8. package/dist/brain/index.cjs +5 -0
  9. package/dist/brain/index.cjs.map +1 -1
  10. package/dist/brain/index.js +5 -1
  11. package/dist/brain/index.js.map +1 -1
  12. package/dist/deployment/index.cjs +5 -15
  13. package/dist/deployment/index.cjs.map +1 -1
  14. package/dist/deployment/index.js +5 -13
  15. package/dist/deployment/index.js.map +1 -1
  16. package/dist/index.cjs +46 -199
  17. package/dist/index.cjs.map +1 -1
  18. package/dist/index.js +8956 -2
  19. package/dist/index.js.map +1 -1
  20. package/package.json +2 -12
  21. package/src/gen/bindings.gen.ts +47 -208
  22. package/src/gen/brain/index.ts +1 -1
  23. package/src/gen/brain/queryOptions.gen.ts +7 -0
  24. package/src/gen/client.gen.ts +10 -67
  25. package/src/gen/deployment/index.ts +1 -1
  26. package/src/gen/deployment/queryOptions.gen.ts +7 -20
  27. package/src/gen/manifest.gen.ts +1 -1
  28. package/src/gen/types.gen.ts +117 -404
  29. package/dist/_types/gen/playground/connect.gen.d.ts +0 -3
  30. package/dist/_types/gen/playground/index.d.ts +0 -3
  31. package/dist/_types/gen/playground/queryOptions.gen.d.ts +0 -50
  32. package/dist/chunk-4RJR4UQ3.js +0 -9121
  33. package/dist/chunk-4RJR4UQ3.js.map +0 -1
  34. package/dist/playground/index.cjs +0 -81
  35. package/dist/playground/index.cjs.map +0 -1
  36. package/dist/playground/index.d.cts +0 -1
  37. package/dist/playground/index.d.ts +0 -1
  38. package/dist/playground/index.js +0 -58
  39. package/dist/playground/index.js.map +0 -1
  40. package/src/gen/playground/connect.gen.ts +0 -9
  41. package/src/gen/playground/index.ts +0 -4
  42. package/src/gen/playground/queryOptions.gen.ts +0 -86
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "55.0.0",
3
+ "version": "56.0.0",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {
@@ -125,16 +125,6 @@
125
125
  "default": "./dist/organization/index.cjs"
126
126
  }
127
127
  },
128
- "./playground": {
129
- "import": {
130
- "types": "./dist/playground/index.d.ts",
131
- "default": "./dist/playground/index.js"
132
- },
133
- "require": {
134
- "types": "./dist/playground/index.d.cts",
135
- "default": "./dist/playground/index.cjs"
136
- }
137
- },
138
128
  "./realtime": {
139
129
  "import": {
140
130
  "types": "./dist/realtime/index.d.ts",
@@ -186,5 +176,5 @@
186
176
  }
187
177
  }
188
178
  },
189
- "sdkContentHash": "sha256:8f98422296b68ebf4a88df0fb39de5aba8574bb11334253921d0a36c8220d1c1"
179
+ "sdkContentHash": "sha256:1a1fc22b02bb43b6d22d444dfb6e9760ee4e22b44ce62569ccac421ae6e0fee3"
190
180
  }
@@ -1094,6 +1094,19 @@ export const bindings: BindingsMap = {
1094
1094
  "path": "/brain/restores/:restoreId",
1095
1095
  "readOnly": true
1096
1096
  }
1097
+ },
1098
+ "usage": {
1099
+ "report": {
1100
+ "method": "GET",
1101
+ "params": [
1102
+ {
1103
+ "in": "query",
1104
+ "name": "days"
1105
+ }
1106
+ ],
1107
+ "path": "/brain/usage/report",
1108
+ "readOnly": true
1109
+ }
1097
1110
  }
1098
1111
  },
1099
1112
  "consent": {
@@ -1999,6 +2012,39 @@ export const bindings: BindingsMap = {
1999
2012
  "readOnly": true
2000
2013
  }
2001
2014
  },
2015
+ "audit": {
2016
+ "list": {
2017
+ "method": "GET",
2018
+ "params": [
2019
+ {
2020
+ "in": "path",
2021
+ "name": "environmentId"
2022
+ },
2023
+ {
2024
+ "in": "query",
2025
+ "name": "entityType"
2026
+ },
2027
+ {
2028
+ "in": "query",
2029
+ "name": "action"
2030
+ },
2031
+ {
2032
+ "in": "query",
2033
+ "name": "actorId"
2034
+ },
2035
+ {
2036
+ "in": "query",
2037
+ "name": "serviceId"
2038
+ },
2039
+ {
2040
+ "in": "query",
2041
+ "name": "limit"
2042
+ }
2043
+ ],
2044
+ "path": "/deployment/environments/:environmentId/audit",
2045
+ "readOnly": true
2046
+ }
2047
+ },
2002
2048
  "build": {
2003
2049
  "get": {
2004
2050
  "method": "GET",
@@ -2694,57 +2740,6 @@ export const bindings: BindingsMap = {
2694
2740
  "readOnly": true
2695
2741
  }
2696
2742
  },
2697
- "job": {
2698
- "run": {
2699
- "method": "POST",
2700
- "params": [
2701
- {
2702
- "in": "path",
2703
- "name": "serviceId"
2704
- }
2705
- ],
2706
- "path": "/deployment/services/:serviceId/runs",
2707
- "readOnly": false
2708
- }
2709
- },
2710
- "job-run": {
2711
- "logs": {
2712
- "method": "GET",
2713
- "params": [
2714
- {
2715
- "in": "path",
2716
- "name": "serviceId"
2717
- },
2718
- {
2719
- "in": "path",
2720
- "name": "runId"
2721
- }
2722
- ],
2723
- "path": "/deployment/services/:serviceId/runs/:runId/logs",
2724
- "readOnly": true
2725
- }
2726
- },
2727
- "job-runs": {
2728
- "list": {
2729
- "method": "GET",
2730
- "params": [
2731
- {
2732
- "in": "path",
2733
- "name": "serviceId"
2734
- },
2735
- {
2736
- "in": "query",
2737
- "name": "limit"
2738
- },
2739
- {
2740
- "in": "query",
2741
- "name": "cursor"
2742
- }
2743
- ],
2744
- "path": "/deployment/services/:serviceId/runs",
2745
- "readOnly": true
2746
- }
2747
- },
2748
2743
  "managed-service": {
2749
2744
  "backup": {
2750
2745
  "method": "POST",
@@ -3072,26 +3067,6 @@ export const bindings: BindingsMap = {
3072
3067
  {
3073
3068
  "in": "body",
3074
3069
  "name": "canvas"
3075
- },
3076
- {
3077
- "in": "body",
3078
- "name": "mode"
3079
- },
3080
- {
3081
- "in": "body",
3082
- "name": "schedule"
3083
- },
3084
- {
3085
- "in": "body",
3086
- "name": "command"
3087
- },
3088
- {
3089
- "in": "body",
3090
- "name": "jobTimeoutSec"
3091
- },
3092
- {
3093
- "in": "body",
3094
- "name": "jobConcurrency"
3095
3070
  }
3096
3071
  ],
3097
3072
  "path": "/deployment/environments/:environmentId/services",
@@ -3267,30 +3242,6 @@ export const bindings: BindingsMap = {
3267
3242
  "in": "body",
3268
3243
  "name": "autoDeploy"
3269
3244
  },
3270
- {
3271
- "in": "body",
3272
- "name": "schedule"
3273
- },
3274
- {
3275
- "in": "body",
3276
- "name": "scheduleSuspended"
3277
- },
3278
- {
3279
- "in": "body",
3280
- "name": "command"
3281
- },
3282
- {
3283
- "in": "body",
3284
- "name": "jobTimeoutSec"
3285
- },
3286
- {
3287
- "in": "body",
3288
- "name": "jobConcurrency"
3289
- },
3290
- {
3291
- "in": "body",
3292
- "name": "mode"
3293
- },
3294
3245
  {
3295
3246
  "in": "path",
3296
3247
  "name": "id"
@@ -6142,110 +6093,6 @@ export const bindings: BindingsMap = {
6142
6093
  }
6143
6094
  }
6144
6095
  },
6145
- "playground": {
6146
- "analytics": {
6147
- "overview": {
6148
- "method": "POST",
6149
- "params": [
6150
- {
6151
- "in": "body",
6152
- "name": "limit"
6153
- }
6154
- ],
6155
- "path": "/playground/analytics/overview",
6156
- "readOnly": true
6157
- }
6158
- },
6159
- "billing": {
6160
- "entitlements": {
6161
- "method": "POST",
6162
- "path": "/playground/billing/entitlements",
6163
- "readOnly": true
6164
- },
6165
- "record-usage": {
6166
- "method": "POST",
6167
- "params": [
6168
- {
6169
- "in": "body",
6170
- "name": "value"
6171
- }
6172
- ],
6173
- "path": "/playground/billing/usage",
6174
- "readOnly": false
6175
- }
6176
- },
6177
- "clickup": {
6178
- "create-task": {
6179
- "method": "POST",
6180
- "params": [
6181
- {
6182
- "in": "body",
6183
- "name": "listId"
6184
- },
6185
- {
6186
- "in": "body",
6187
- "name": "name"
6188
- }
6189
- ],
6190
- "path": "/playground/clickup/tasks",
6191
- "readOnly": false
6192
- },
6193
- "get-last-webhook": {
6194
- "method": "GET",
6195
- "path": "/playground/clickup/webhooks/last",
6196
- "readOnly": true
6197
- },
6198
- "get-overview": {
6199
- "method": "GET",
6200
- "path": "/playground/clickup/overview",
6201
- "readOnly": true
6202
- }
6203
- },
6204
- "gdrive": {
6205
- "get-last-change": {
6206
- "method": "GET",
6207
- "path": "/playground/gdrive/changes/last",
6208
- "readOnly": true
6209
- },
6210
- "read-file": {
6211
- "method": "POST",
6212
- "params": [
6213
- {
6214
- "in": "body",
6215
- "name": "fileId"
6216
- }
6217
- ],
6218
- "path": "/playground/gdrive/file",
6219
- "readOnly": true
6220
- }
6221
- },
6222
- "googleads": {
6223
- "read-customer": {
6224
- "method": "POST",
6225
- "path": "/playground/googleads/customer",
6226
- "readOnly": true
6227
- }
6228
- },
6229
- "lifecycle": {
6230
- "get-state": {
6231
- "method": "GET",
6232
- "path": "/playground/lifecycle/state",
6233
- "readOnly": true
6234
- },
6235
- "list-events": {
6236
- "method": "GET",
6237
- "path": "/playground/lifecycle/events",
6238
- "readOnly": true
6239
- }
6240
- },
6241
- "webhook": {
6242
- "get-last": {
6243
- "method": "GET",
6244
- "path": "/playground/webhooks/last",
6245
- "readOnly": true
6246
- }
6247
- }
6248
- },
6249
6096
  "realtime": {
6250
6097
  "archive": {
6251
6098
  "export": {
@@ -9109,12 +8956,4 @@ export const bindings: BindingsMap = {
9109
8956
  }
9110
8957
  };
9111
8958
 
9112
- export const wsBindings: WsBindingsMap = {
9113
- "playground": {
9114
- "ws": {
9115
- "echo": {
9116
- "path": "/playground/ws/echo"
9117
- }
9118
- }
9119
- }
9120
- };
8959
+ export const wsBindings: WsBindingsMap = {};
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput } from '../types.gen';
3
+ export type { BrainBackupCreateInput, BrainBackupCreateOutput, BrainBackupRestoreInput, BrainBackupRestoreOutput, BrainBackupStatusInput, BrainBackupStatusOutput, BrainBackupsListInput, BrainBackupsListOutput, BrainClickupChannelsListInput, BrainClickupChannelsListOutput, BrainClickupConnectionsListInput, BrainClickupConnectionsListOutput, BrainClickupListsListInput, BrainClickupListsListOutput, BrainClickupSpacesListInput, BrainClickupSpacesListOutput, BrainCognitionDigestInput, BrainCognitionDigestOutput, BrainCognitionStatusInput, BrainCognitionStatusOutput, BrainCognitionSweepInput, BrainCognitionSweepOutput, BrainConnectorBranchesListInput, BrainConnectorBranchesListOutput, BrainConnectorConnectionsListInput, BrainConnectorConnectionsListOutput, BrainConnectorReposListInput, BrainConnectorReposListOutput, BrainDaemonBatchStatusInput, BrainDaemonBatchStatusOutput, BrainDaemonCreateInput, BrainDaemonCreateOutput, BrainDaemonGetInput, BrainDaemonGetOutput, BrainDaemonReingestInput, BrainDaemonReingestOutput, BrainDaemonRemoveInput, BrainDaemonRemoveOutput, BrainDaemonRunInput, BrainDaemonRunItemsInput, BrainDaemonRunItemsOutput, BrainDaemonRunOutput, BrainDaemonRunsInput, BrainDaemonRunsOutput, BrainDaemonStatusInput, BrainDaemonStatusOutput, BrainDaemonUpdateInput, BrainDaemonUpdateOutput, BrainDaemonsListInput, BrainDaemonsListOutput, BrainGdriveConnectionsListInput, BrainGdriveConnectionsListOutput, BrainKnowledgeEntityMemoriesInput, BrainKnowledgeEntityMemoriesOutput, BrainKnowledgeGraphInput, BrainKnowledgeGraphOutput, BrainKnowledgeNeighborhoodInput, BrainKnowledgeNeighborhoodOutput, BrainKnowledgeRelationsInput, BrainKnowledgeRelationsOutput, BrainKnowledgeSearchInput, BrainKnowledgeSearchOutput, BrainMemoryAddInput, BrainMemoryAddOutput, BrainMemoryDeleteInput, BrainMemoryDeleteOutput, BrainMemoryGetInput, BrainMemoryGetOutput, BrainMemoryListInput, BrainMemoryListOutput, BrainMemorySearchInput, BrainMemorySearchOutput, BrainMemoryStatsInput, BrainMemoryStatsOutput, BrainMemoryUpdateInput, BrainMemoryUpdateOutput, BrainProductSharedMemoryResetInput, BrainProductSharedMemoryResetOutput, BrainRestoreStatusInput, BrainRestoreStatusOutput, BrainUsageReportInput, BrainUsageReportOutput } from '../types.gen';
@@ -68,6 +68,8 @@ import type {
68
68
  BrainProductSharedMemoryResetInput,
69
69
  BrainRestoreStatusInput,
70
70
  BrainRestoreStatusOutput,
71
+ BrainUsageReportInput,
72
+ BrainUsageReportOutput,
71
73
  } from '../types.gen';
72
74
 
73
75
  export const brainBackupCreateMutationOptions = (sdk: GeneratedClient) => ({
@@ -269,3 +271,8 @@ export const brainRestoreStatusQueryOptions = (sdk: GeneratedClient, input: Brai
269
271
  queryKey: ['brain', 'restore', 'status', input] as const,
270
272
  queryFn: () => sdk['brain']['restore']['status'](input),
271
273
  });
274
+
275
+ export const brainUsageReportQueryOptions = (sdk: GeneratedClient, input: BrainUsageReportInput) => ({
276
+ queryKey: ['brain', 'usage', 'report', input] as const,
277
+ queryFn: () => sdk['brain']['usage']['report'](input),
278
+ });
@@ -116,6 +116,8 @@ import type {
116
116
  BrainProductSharedMemoryResetOutput,
117
117
  BrainRestoreStatusInput,
118
118
  BrainRestoreStatusOutput,
119
+ BrainUsageReportInput,
120
+ BrainUsageReportOutput,
119
121
  ConsentConfigCookieDomainUpsertInput,
120
122
  ConsentConfigCookieDomainUpsertOutput,
121
123
  ConsentConfigCustomizationUpsertInput,
@@ -220,6 +222,8 @@ import type {
220
222
  DeploymentAlertUpdateOutput,
221
223
  DeploymentAnalyticsQueryInput,
222
224
  DeploymentAnalyticsQueryOutput,
225
+ DeploymentAuditListInput,
226
+ DeploymentAuditListOutput,
223
227
  DeploymentBuildGetInput,
224
228
  DeploymentBuildGetOutput,
225
229
  DeploymentBuildListInput,
@@ -310,12 +314,6 @@ import type {
310
314
  DeploymentEventsListByEnvironmentOutput,
311
315
  DeploymentEventsListByServiceInput,
312
316
  DeploymentEventsListByServiceOutput,
313
- DeploymentJobRunInput,
314
- DeploymentJobRunLogsInput,
315
- DeploymentJobRunLogsOutput,
316
- DeploymentJobRunOutput,
317
- DeploymentJobRunsListInput,
318
- DeploymentJobRunsListOutput,
319
317
  DeploymentManagedServiceBackupInput,
320
318
  DeploymentManagedServiceBackupListInput,
321
319
  DeploymentManagedServiceBackupListOutput,
@@ -740,30 +738,6 @@ import type {
740
738
  OrganizationSupportThreadReplyOutput,
741
739
  OrganizationSupportThreadsListInput,
742
740
  OrganizationSupportThreadsListOutput,
743
- PlaygroundAnalyticsOverviewInput,
744
- PlaygroundAnalyticsOverviewOutput,
745
- PlaygroundBillingEntitlementsInput,
746
- PlaygroundBillingEntitlementsOutput,
747
- PlaygroundBillingRecordUsageInput,
748
- PlaygroundBillingRecordUsageOutput,
749
- PlaygroundClickupCreateTaskInput,
750
- PlaygroundClickupCreateTaskOutput,
751
- PlaygroundClickupGetLastWebhookInput,
752
- PlaygroundClickupGetLastWebhookOutput,
753
- PlaygroundClickupGetOverviewInput,
754
- PlaygroundClickupGetOverviewOutput,
755
- PlaygroundGdriveGetLastChangeInput,
756
- PlaygroundGdriveGetLastChangeOutput,
757
- PlaygroundGdriveReadFileInput,
758
- PlaygroundGdriveReadFileOutput,
759
- PlaygroundGoogleadsReadCustomerInput,
760
- PlaygroundGoogleadsReadCustomerOutput,
761
- PlaygroundLifecycleGetStateInput,
762
- PlaygroundLifecycleGetStateOutput,
763
- PlaygroundLifecycleListEventsInput,
764
- PlaygroundLifecycleListEventsOutput,
765
- PlaygroundWebhookGetLastInput,
766
- PlaygroundWebhookGetLastOutput,
767
741
  RealtimeArchiveExportInput,
768
742
  RealtimeArchiveExportOutput,
769
743
  RealtimeArchiveExportStatusInput,
@@ -1202,6 +1176,9 @@ export interface GeneratedClient {
1202
1176
  restore: {
1203
1177
  status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
1204
1178
  };
1179
+ usage: {
1180
+ report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
1181
+ };
1205
1182
  };
1206
1183
  consent: {
1207
1184
  'config-cookie-domain': {
@@ -1308,6 +1285,9 @@ export interface GeneratedClient {
1308
1285
  analytics: {
1309
1286
  query(input: DeploymentAnalyticsQueryInput): Promise<DeploymentAnalyticsQueryOutput>;
1310
1287
  };
1288
+ audit: {
1289
+ list(input: DeploymentAuditListInput): Promise<DeploymentAuditListOutput>;
1290
+ };
1311
1291
  build: {
1312
1292
  get(input: DeploymentBuildGetInput): Promise<DeploymentBuildGetOutput>;
1313
1293
  list(input: DeploymentBuildListInput): Promise<DeploymentBuildListOutput>;
@@ -1385,15 +1365,6 @@ export interface GeneratedClient {
1385
1365
  environment(input: DeploymentEventsListByEnvironmentInput): Promise<DeploymentEventsListByEnvironmentOutput>;
1386
1366
  service(input: DeploymentEventsListByServiceInput): Promise<DeploymentEventsListByServiceOutput>;
1387
1367
  };
1388
- job: {
1389
- run(input: DeploymentJobRunInput): Promise<DeploymentJobRunOutput>;
1390
- };
1391
- 'job-run': {
1392
- logs(input: DeploymentJobRunLogsInput): Promise<DeploymentJobRunLogsOutput>;
1393
- };
1394
- 'job-runs': {
1395
- list(input: DeploymentJobRunsListInput): Promise<DeploymentJobRunsListOutput>;
1396
- };
1397
1368
  'managed-service': {
1398
1369
  backup(input: DeploymentManagedServiceBackupInput): Promise<DeploymentManagedServiceBackupOutput>;
1399
1370
  delete(input: DeploymentManagedServiceDeleteInput): Promise<DeploymentManagedServiceDeleteOutput>;
@@ -1747,34 +1718,6 @@ export interface GeneratedClient {
1747
1718
  list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
1748
1719
  };
1749
1720
  };
1750
- playground: {
1751
- analytics: {
1752
- overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
1753
- };
1754
- billing: {
1755
- entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
1756
- 'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
1757
- };
1758
- clickup: {
1759
- 'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
1760
- 'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
1761
- 'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
1762
- };
1763
- gdrive: {
1764
- 'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
1765
- 'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
1766
- };
1767
- googleads: {
1768
- 'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
1769
- };
1770
- lifecycle: {
1771
- 'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
1772
- 'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
1773
- };
1774
- webhook: {
1775
- 'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
1776
- };
1777
- };
1778
1721
  realtime: {
1779
1722
  archive: {
1780
1723
  export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCanvasMoveNodeOutput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlBackfillLogFlagsOutput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseAttachOutput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseCreateOutput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDeleteOutput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseDetachOutput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceBackupOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceCreateOutput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceDeleteOutput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceResizeOutput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlInstanceRestoreOutput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentCancelOutput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAddOutput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRedirectWwwOutput, DeploymentDomainRemoveInput, DeploymentDomainRemoveOutput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesAddOutput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesRemoveOutput, DeploymentDomainRoutesUpdateInput, DeploymentDomainRoutesUpdateOutput, DeploymentDomainVerifyInput, DeploymentDomainVerifyOutput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentCreateOutput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentDeleteOutput, DeploymentEnvironmentForkInput, DeploymentEnvironmentForkOutput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentReconcileOutput, DeploymentEnvironmentUpdateInput, DeploymentEnvironmentUpdateOutput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentJobRunInput, DeploymentJobRunLogsInput, DeploymentJobRunLogsOutput, DeploymentJobRunOutput, DeploymentJobRunsListInput, DeploymentJobRunsListOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceBackupOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceDeleteOutput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceProvisionOutput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceReconcileOutput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceResizeOutput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceRestoreOutput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStartOutput, DeploymentManagedServiceStopInput, DeploymentManagedServiceStopOutput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentCreateOutput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentDeleteOutput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentPreviewPolicySetOutput, DeploymentServiceCreateInput, DeploymentServiceCreateOutput, DeploymentServiceDeleteInput, DeploymentServiceDeleteOutput, DeploymentServiceExecInput, DeploymentServiceExecOutput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRedeployOutput, DeploymentServiceRestartInput, DeploymentServiceRestartOutput, DeploymentServiceRollbackInput, DeploymentServiceRollbackOutput, DeploymentServiceScaleInput, DeploymentServiceScaleOutput, DeploymentServiceUpdateInput, DeploymentServiceUpdateOutput, DeploymentServiceWakeInput, DeploymentServiceWakeOutput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, DeploymentSuspensionGetInput, DeploymentSuspensionGetOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetEnvOutput, DeploymentVariableSetInput, DeploymentVariableSetOutput, DeploymentVariableSetProductInput, DeploymentVariableSetProductOutput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetEnvOutput, DeploymentVariableUnsetInput, DeploymentVariableUnsetOutput, DeploymentVariableUnsetProductInput, DeploymentVariableUnsetProductOutput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeCreateOutput, DeploymentVolumeDeleteInput, DeploymentVolumeDeleteOutput, DeploymentVolumeDetachInput, DeploymentVolumeDetachOutput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput, DeploymentVolumeResizeOutput } from '../types.gen';
3
+ export type { DeploymentAlertCreateInput, DeploymentAlertCreateOutput, DeploymentAlertDeleteInput, DeploymentAlertDeleteOutput, DeploymentAlertEventsListInput, DeploymentAlertEventsListOutput, DeploymentAlertListInput, DeploymentAlertListOutput, DeploymentAlertUpdateInput, DeploymentAlertUpdateOutput, DeploymentAnalyticsQueryInput, DeploymentAnalyticsQueryOutput, DeploymentAuditListInput, DeploymentAuditListOutput, DeploymentBuildGetInput, DeploymentBuildGetOutput, DeploymentBuildListInput, DeploymentBuildListOutput, DeploymentBuildLogsInput, DeploymentBuildLogsOutput, DeploymentCanvasGetInput, DeploymentCanvasGetOutput, DeploymentCanvasMoveNodeInput, DeploymentCanvasMoveNodeOutput, DeploymentCloudSqlBackfillLogFlagsInput, DeploymentCloudSqlBackfillLogFlagsOutput, DeploymentCloudSqlDatabaseAttachInput, DeploymentCloudSqlDatabaseAttachOutput, DeploymentCloudSqlDatabaseCreateInput, DeploymentCloudSqlDatabaseCreateOutput, DeploymentCloudSqlDatabaseDeleteInput, DeploymentCloudSqlDatabaseDeleteOutput, DeploymentCloudSqlDatabaseDetachInput, DeploymentCloudSqlDatabaseDetachOutput, DeploymentCloudSqlDatabaseGetInput, DeploymentCloudSqlDatabaseGetOutput, DeploymentCloudSqlDatabaseListInput, DeploymentCloudSqlDatabaseListOutput, DeploymentCloudSqlInstanceBackupInput, DeploymentCloudSqlInstanceBackupListInput, DeploymentCloudSqlInstanceBackupListOutput, DeploymentCloudSqlInstanceBackupOutput, DeploymentCloudSqlInstanceCreateInput, DeploymentCloudSqlInstanceCreateOutput, DeploymentCloudSqlInstanceDeleteInput, DeploymentCloudSqlInstanceDeleteOutput, DeploymentCloudSqlInstanceGetInput, DeploymentCloudSqlInstanceGetOutput, DeploymentCloudSqlInstanceListInput, DeploymentCloudSqlInstanceListOutput, DeploymentCloudSqlInstanceResizeInput, DeploymentCloudSqlInstanceResizeOutput, DeploymentCloudSqlInstanceRestoreInput, DeploymentCloudSqlInstanceRestoreOutput, DeploymentCloudSqlLogsInput, DeploymentCloudSqlLogsOutput, DeploymentDeploymentCancelInput, DeploymentDeploymentCancelOutput, DeploymentDeploymentGetInput, DeploymentDeploymentGetOutput, DeploymentDeploymentListInput, DeploymentDeploymentListOutput, DeploymentDomainAddInput, DeploymentDomainAddOutput, DeploymentDomainAllowedListInput, DeploymentDomainAllowedListOutput, DeploymentDomainGetInput, DeploymentDomainGetOutput, DeploymentDomainListByServiceInput, DeploymentDomainListByServiceOutput, DeploymentDomainListInput, DeploymentDomainListOutput, DeploymentDomainRedirectWwwInput, DeploymentDomainRedirectWwwOutput, DeploymentDomainRemoveInput, DeploymentDomainRemoveOutput, DeploymentDomainRoutesAddInput, DeploymentDomainRoutesAddOutput, DeploymentDomainRoutesListInput, DeploymentDomainRoutesListOutput, DeploymentDomainRoutesRemoveInput, DeploymentDomainRoutesRemoveOutput, DeploymentDomainRoutesUpdateInput, DeploymentDomainRoutesUpdateOutput, DeploymentDomainVerifyInput, DeploymentDomainVerifyOutput, DeploymentEnvironmentCreateInput, DeploymentEnvironmentCreateOutput, DeploymentEnvironmentDeleteInput, DeploymentEnvironmentDeleteOutput, DeploymentEnvironmentForkInput, DeploymentEnvironmentForkOutput, DeploymentEnvironmentGetInput, DeploymentEnvironmentGetOutput, DeploymentEnvironmentListInput, DeploymentEnvironmentListOutput, DeploymentEnvironmentReconcileInput, DeploymentEnvironmentReconcileOutput, DeploymentEnvironmentUpdateInput, DeploymentEnvironmentUpdateOutput, DeploymentEventsListByEnvironmentInput, DeploymentEventsListByEnvironmentOutput, DeploymentEventsListByServiceInput, DeploymentEventsListByServiceOutput, DeploymentManagedServiceBackupInput, DeploymentManagedServiceBackupListInput, DeploymentManagedServiceBackupListOutput, DeploymentManagedServiceBackupOutput, DeploymentManagedServiceConnectInfoInput, DeploymentManagedServiceConnectInfoOutput, DeploymentManagedServiceDeleteInput, DeploymentManagedServiceDeleteOutput, DeploymentManagedServiceGetInput, DeploymentManagedServiceGetOutput, DeploymentManagedServiceListInput, DeploymentManagedServiceListOutput, DeploymentManagedServiceLogsInput, DeploymentManagedServiceLogsOutput, DeploymentManagedServiceProvisionInput, DeploymentManagedServiceProvisionOutput, DeploymentManagedServiceReconcileInput, DeploymentManagedServiceReconcileOutput, DeploymentManagedServiceResizeInput, DeploymentManagedServiceResizeOutput, DeploymentManagedServiceRestoreInput, DeploymentManagedServiceRestoreOutput, DeploymentManagedServiceStartInput, DeploymentManagedServiceStartOutput, DeploymentManagedServiceStopInput, DeploymentManagedServiceStopOutput, DeploymentManagedServiceTypesInput, DeploymentManagedServiceTypesOutput, DeploymentMetricsGetInput, DeploymentMetricsGetOutput, DeploymentPreviewEnvironmentCreateInput, DeploymentPreviewEnvironmentCreateOutput, DeploymentPreviewEnvironmentDeleteInput, DeploymentPreviewEnvironmentDeleteOutput, DeploymentPreviewEnvironmentListInput, DeploymentPreviewEnvironmentListOutput, DeploymentPreviewPolicyGetInput, DeploymentPreviewPolicyGetOutput, DeploymentPreviewPolicySetInput, DeploymentPreviewPolicySetOutput, DeploymentServiceCreateInput, DeploymentServiceCreateOutput, DeploymentServiceDeleteInput, DeploymentServiceDeleteOutput, DeploymentServiceExecInput, DeploymentServiceExecOutput, DeploymentServiceGetInput, DeploymentServiceGetOutput, DeploymentServiceListInput, DeploymentServiceListOutput, DeploymentServiceLogsInput, DeploymentServiceLogsOutput, DeploymentServiceRedeployInput, DeploymentServiceRedeployOutput, DeploymentServiceRestartInput, DeploymentServiceRestartOutput, DeploymentServiceRollbackInput, DeploymentServiceRollbackOutput, DeploymentServiceScaleInput, DeploymentServiceScaleOutput, DeploymentServiceUpdateInput, DeploymentServiceUpdateOutput, DeploymentServiceWakeInput, DeploymentServiceWakeOutput, DeploymentSshCommandInput, DeploymentSshCommandOutput, DeploymentSshKeyDeleteInput, DeploymentSshKeyDeleteOutput, DeploymentSshKeyListInput, DeploymentSshKeyListOutput, DeploymentSshKeyRegisterInput, DeploymentSshKeyRegisterOutput, DeploymentSuspensionGetInput, DeploymentSuspensionGetOutput, DeploymentVariableListEnvInput, DeploymentVariableListEnvOutput, DeploymentVariableListInput, DeploymentVariableListOutput, DeploymentVariableListProductInput, DeploymentVariableListProductOutput, DeploymentVariableSetEnvInput, DeploymentVariableSetEnvOutput, DeploymentVariableSetInput, DeploymentVariableSetOutput, DeploymentVariableSetProductInput, DeploymentVariableSetProductOutput, DeploymentVariableUnsetEnvInput, DeploymentVariableUnsetEnvOutput, DeploymentVariableUnsetInput, DeploymentVariableUnsetOutput, DeploymentVariableUnsetProductInput, DeploymentVariableUnsetProductOutput, DeploymentVcsBranchListInput, DeploymentVcsBranchListOutput, DeploymentVcsConnectionListInput, DeploymentVcsConnectionListOutput, DeploymentVcsRepoListInput, DeploymentVcsRepoListOutput, DeploymentVolumeCreateInput, DeploymentVolumeCreateOutput, DeploymentVolumeDeleteInput, DeploymentVolumeDeleteOutput, DeploymentVolumeDetachInput, DeploymentVolumeDetachOutput, DeploymentVolumeGetInput, DeploymentVolumeGetOutput, DeploymentVolumeListInput, DeploymentVolumeListOutput, DeploymentVolumeResizeInput, DeploymentVolumeResizeOutput } from '../types.gen';
@@ -10,6 +10,8 @@ import type {
10
10
  DeploymentAlertUpdateInput,
11
11
  DeploymentAnalyticsQueryInput,
12
12
  DeploymentAnalyticsQueryOutput,
13
+ DeploymentAuditListInput,
14
+ DeploymentAuditListOutput,
13
15
  DeploymentBuildGetInput,
14
16
  DeploymentBuildGetOutput,
15
17
  DeploymentBuildListInput,
@@ -76,11 +78,6 @@ import type {
76
78
  DeploymentEventsListByEnvironmentOutput,
77
79
  DeploymentEventsListByServiceInput,
78
80
  DeploymentEventsListByServiceOutput,
79
- DeploymentJobRunInput,
80
- DeploymentJobRunLogsInput,
81
- DeploymentJobRunLogsOutput,
82
- DeploymentJobRunsListInput,
83
- DeploymentJobRunsListOutput,
84
81
  DeploymentManagedServiceBackupInput,
85
82
  DeploymentManagedServiceBackupListInput,
86
83
  DeploymentManagedServiceBackupListOutput,
@@ -191,6 +188,11 @@ export const deploymentAnalyticsQueryQueryOptions = (sdk: GeneratedClient, input
191
188
  queryFn: () => sdk['deployment']['analytics']['query'](input),
192
189
  });
193
190
 
191
+ export const deploymentAuditListQueryOptions = (sdk: GeneratedClient, input: DeploymentAuditListInput) => ({
192
+ queryKey: ['deployment', 'audit', 'list', input] as const,
193
+ queryFn: () => sdk['deployment']['audit']['list'](input),
194
+ });
195
+
194
196
  export const deploymentBuildGetQueryOptions = (sdk: GeneratedClient, input: DeploymentBuildGetInput) => ({
195
197
  queryKey: ['deployment', 'build', 'get', input] as const,
196
198
  queryFn: () => sdk['deployment']['build']['get'](input),
@@ -416,21 +418,6 @@ export const deploymentEventsListByServiceQueryOptions = (sdk: GeneratedClient,
416
418
  queryFn: () => sdk['deployment']['events-list-by']['service'](input),
417
419
  });
418
420
 
419
- export const deploymentJobRunMutationOptions = (sdk: GeneratedClient) => ({
420
- mutationKey: ['deployment', 'job', 'run'],
421
- mutationFn: (input: DeploymentJobRunInput) => sdk['deployment']['job']['run'](input),
422
- });
423
-
424
- export const deploymentJobRunLogsQueryOptions = (sdk: GeneratedClient, input: DeploymentJobRunLogsInput) => ({
425
- queryKey: ['deployment', 'job-run', 'logs', input] as const,
426
- queryFn: () => sdk['deployment']['job-run']['logs'](input),
427
- });
428
-
429
- export const deploymentJobRunsListQueryOptions = (sdk: GeneratedClient, input: DeploymentJobRunsListInput) => ({
430
- queryKey: ['deployment', 'job-runs', 'list', input] as const,
431
- queryFn: () => sdk['deployment']['job-runs']['list'](input),
432
- });
433
-
434
421
  export const deploymentManagedServiceBackupMutationOptions = (sdk: GeneratedClient) => ({
435
422
  mutationKey: ['deployment', 'managed-service', 'backup'],
436
423
  mutationFn: (input: DeploymentManagedServiceBackupInput) => sdk['deployment']['managed-service']['backup'](input),
@@ -1,2 +1,2 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
- export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'playground', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
2
+ export const namespaces = ['analytics', 'brain', 'consent', 'content', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;