@lessly/sdk-app 53.0.0 → 54.1.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 +4769 -4987
  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 +8911 -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 +4773 -5028
  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-E3CBZL3R.js +0 -9076
  33. package/dist/chunk-E3CBZL3R.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": "53.0.0",
3
+ "version": "54.1.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:dc82e027e676af1afc4afec2d9abca12e49b5cee38e32998d91df0e8df3d81fb"
179
+ "sdkContentHash": "sha256:9b67124df44dfc3db5b3f4ddd7a6a19ca69ff65566725c42a9987ab41c051b75"
190
180
  }
@@ -1049,6 +1049,19 @@ export const bindings: BindingsMap = {
1049
1049
  "path": "/brain/restores/:restoreId",
1050
1050
  "readOnly": true
1051
1051
  }
1052
+ },
1053
+ "usage": {
1054
+ "report": {
1055
+ "method": "GET",
1056
+ "params": [
1057
+ {
1058
+ "in": "query",
1059
+ "name": "days"
1060
+ }
1061
+ ],
1062
+ "path": "/brain/usage/report",
1063
+ "readOnly": true
1064
+ }
1052
1065
  }
1053
1066
  },
1054
1067
  "consent": {
@@ -1954,6 +1967,39 @@ export const bindings: BindingsMap = {
1954
1967
  "readOnly": true
1955
1968
  }
1956
1969
  },
1970
+ "audit": {
1971
+ "list": {
1972
+ "method": "GET",
1973
+ "params": [
1974
+ {
1975
+ "in": "path",
1976
+ "name": "environmentId"
1977
+ },
1978
+ {
1979
+ "in": "query",
1980
+ "name": "entityType"
1981
+ },
1982
+ {
1983
+ "in": "query",
1984
+ "name": "action"
1985
+ },
1986
+ {
1987
+ "in": "query",
1988
+ "name": "actorId"
1989
+ },
1990
+ {
1991
+ "in": "query",
1992
+ "name": "serviceId"
1993
+ },
1994
+ {
1995
+ "in": "query",
1996
+ "name": "limit"
1997
+ }
1998
+ ],
1999
+ "path": "/deployment/environments/:environmentId/audit",
2000
+ "readOnly": true
2001
+ }
2002
+ },
1957
2003
  "build": {
1958
2004
  "get": {
1959
2005
  "method": "GET",
@@ -2649,57 +2695,6 @@ export const bindings: BindingsMap = {
2649
2695
  "readOnly": true
2650
2696
  }
2651
2697
  },
2652
- "job": {
2653
- "run": {
2654
- "method": "POST",
2655
- "params": [
2656
- {
2657
- "in": "path",
2658
- "name": "serviceId"
2659
- }
2660
- ],
2661
- "path": "/deployment/services/:serviceId/runs",
2662
- "readOnly": false
2663
- }
2664
- },
2665
- "job-run": {
2666
- "logs": {
2667
- "method": "GET",
2668
- "params": [
2669
- {
2670
- "in": "path",
2671
- "name": "serviceId"
2672
- },
2673
- {
2674
- "in": "path",
2675
- "name": "runId"
2676
- }
2677
- ],
2678
- "path": "/deployment/services/:serviceId/runs/:runId/logs",
2679
- "readOnly": true
2680
- }
2681
- },
2682
- "job-runs": {
2683
- "list": {
2684
- "method": "GET",
2685
- "params": [
2686
- {
2687
- "in": "path",
2688
- "name": "serviceId"
2689
- },
2690
- {
2691
- "in": "query",
2692
- "name": "limit"
2693
- },
2694
- {
2695
- "in": "query",
2696
- "name": "cursor"
2697
- }
2698
- ],
2699
- "path": "/deployment/services/:serviceId/runs",
2700
- "readOnly": true
2701
- }
2702
- },
2703
2698
  "managed-service": {
2704
2699
  "backup": {
2705
2700
  "method": "POST",
@@ -3027,26 +3022,6 @@ export const bindings: BindingsMap = {
3027
3022
  {
3028
3023
  "in": "body",
3029
3024
  "name": "canvas"
3030
- },
3031
- {
3032
- "in": "body",
3033
- "name": "mode"
3034
- },
3035
- {
3036
- "in": "body",
3037
- "name": "schedule"
3038
- },
3039
- {
3040
- "in": "body",
3041
- "name": "command"
3042
- },
3043
- {
3044
- "in": "body",
3045
- "name": "jobTimeoutSec"
3046
- },
3047
- {
3048
- "in": "body",
3049
- "name": "jobConcurrency"
3050
3025
  }
3051
3026
  ],
3052
3027
  "path": "/deployment/environments/:environmentId/services",
@@ -3222,30 +3197,6 @@ export const bindings: BindingsMap = {
3222
3197
  "in": "body",
3223
3198
  "name": "autoDeploy"
3224
3199
  },
3225
- {
3226
- "in": "body",
3227
- "name": "schedule"
3228
- },
3229
- {
3230
- "in": "body",
3231
- "name": "scheduleSuspended"
3232
- },
3233
- {
3234
- "in": "body",
3235
- "name": "command"
3236
- },
3237
- {
3238
- "in": "body",
3239
- "name": "jobTimeoutSec"
3240
- },
3241
- {
3242
- "in": "body",
3243
- "name": "jobConcurrency"
3244
- },
3245
- {
3246
- "in": "body",
3247
- "name": "mode"
3248
- },
3249
3200
  {
3250
3201
  "in": "path",
3251
3202
  "name": "id"
@@ -6097,110 +6048,6 @@ export const bindings: BindingsMap = {
6097
6048
  }
6098
6049
  }
6099
6050
  },
6100
- "playground": {
6101
- "analytics": {
6102
- "overview": {
6103
- "method": "POST",
6104
- "params": [
6105
- {
6106
- "in": "body",
6107
- "name": "limit"
6108
- }
6109
- ],
6110
- "path": "/playground/analytics/overview",
6111
- "readOnly": true
6112
- }
6113
- },
6114
- "billing": {
6115
- "entitlements": {
6116
- "method": "POST",
6117
- "path": "/playground/billing/entitlements",
6118
- "readOnly": true
6119
- },
6120
- "record-usage": {
6121
- "method": "POST",
6122
- "params": [
6123
- {
6124
- "in": "body",
6125
- "name": "value"
6126
- }
6127
- ],
6128
- "path": "/playground/billing/usage",
6129
- "readOnly": false
6130
- }
6131
- },
6132
- "clickup": {
6133
- "create-task": {
6134
- "method": "POST",
6135
- "params": [
6136
- {
6137
- "in": "body",
6138
- "name": "listId"
6139
- },
6140
- {
6141
- "in": "body",
6142
- "name": "name"
6143
- }
6144
- ],
6145
- "path": "/playground/clickup/tasks",
6146
- "readOnly": false
6147
- },
6148
- "get-last-webhook": {
6149
- "method": "GET",
6150
- "path": "/playground/clickup/webhooks/last",
6151
- "readOnly": true
6152
- },
6153
- "get-overview": {
6154
- "method": "GET",
6155
- "path": "/playground/clickup/overview",
6156
- "readOnly": true
6157
- }
6158
- },
6159
- "gdrive": {
6160
- "get-last-change": {
6161
- "method": "GET",
6162
- "path": "/playground/gdrive/changes/last",
6163
- "readOnly": true
6164
- },
6165
- "read-file": {
6166
- "method": "POST",
6167
- "params": [
6168
- {
6169
- "in": "body",
6170
- "name": "fileId"
6171
- }
6172
- ],
6173
- "path": "/playground/gdrive/file",
6174
- "readOnly": true
6175
- }
6176
- },
6177
- "googleads": {
6178
- "read-customer": {
6179
- "method": "POST",
6180
- "path": "/playground/googleads/customer",
6181
- "readOnly": true
6182
- }
6183
- },
6184
- "lifecycle": {
6185
- "get-state": {
6186
- "method": "GET",
6187
- "path": "/playground/lifecycle/state",
6188
- "readOnly": true
6189
- },
6190
- "list-events": {
6191
- "method": "GET",
6192
- "path": "/playground/lifecycle/events",
6193
- "readOnly": true
6194
- }
6195
- },
6196
- "webhook": {
6197
- "get-last": {
6198
- "method": "GET",
6199
- "path": "/playground/webhooks/last",
6200
- "readOnly": true
6201
- }
6202
- }
6203
- },
6204
6051
  "realtime": {
6205
6052
  "archive": {
6206
6053
  "export": {
@@ -9064,12 +8911,4 @@ export const bindings: BindingsMap = {
9064
8911
  }
9065
8912
  };
9066
8913
 
9067
- export const wsBindings: WsBindingsMap = {
9068
- "playground": {
9069
- "ws": {
9070
- "echo": {
9071
- "path": "/playground/ws/echo"
9072
- }
9073
- }
9074
- }
9075
- };
8914
+ 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
+ });
@@ -114,6 +114,8 @@ import type {
114
114
  BrainProductSharedMemoryResetOutput,
115
115
  BrainRestoreStatusInput,
116
116
  BrainRestoreStatusOutput,
117
+ BrainUsageReportInput,
118
+ BrainUsageReportOutput,
117
119
  ConsentConfigCookieDomainUpsertInput,
118
120
  ConsentConfigCookieDomainUpsertOutput,
119
121
  ConsentConfigCustomizationUpsertInput,
@@ -218,6 +220,8 @@ import type {
218
220
  DeploymentAlertUpdateOutput,
219
221
  DeploymentAnalyticsQueryInput,
220
222
  DeploymentAnalyticsQueryOutput,
223
+ DeploymentAuditListInput,
224
+ DeploymentAuditListOutput,
221
225
  DeploymentBuildGetInput,
222
226
  DeploymentBuildGetOutput,
223
227
  DeploymentBuildListInput,
@@ -308,12 +312,6 @@ import type {
308
312
  DeploymentEventsListByEnvironmentOutput,
309
313
  DeploymentEventsListByServiceInput,
310
314
  DeploymentEventsListByServiceOutput,
311
- DeploymentJobRunInput,
312
- DeploymentJobRunLogsInput,
313
- DeploymentJobRunLogsOutput,
314
- DeploymentJobRunOutput,
315
- DeploymentJobRunsListInput,
316
- DeploymentJobRunsListOutput,
317
315
  DeploymentManagedServiceBackupInput,
318
316
  DeploymentManagedServiceBackupListInput,
319
317
  DeploymentManagedServiceBackupListOutput,
@@ -738,30 +736,6 @@ import type {
738
736
  OrganizationSupportThreadReplyOutput,
739
737
  OrganizationSupportThreadsListInput,
740
738
  OrganizationSupportThreadsListOutput,
741
- PlaygroundAnalyticsOverviewInput,
742
- PlaygroundAnalyticsOverviewOutput,
743
- PlaygroundBillingEntitlementsInput,
744
- PlaygroundBillingEntitlementsOutput,
745
- PlaygroundBillingRecordUsageInput,
746
- PlaygroundBillingRecordUsageOutput,
747
- PlaygroundClickupCreateTaskInput,
748
- PlaygroundClickupCreateTaskOutput,
749
- PlaygroundClickupGetLastWebhookInput,
750
- PlaygroundClickupGetLastWebhookOutput,
751
- PlaygroundClickupGetOverviewInput,
752
- PlaygroundClickupGetOverviewOutput,
753
- PlaygroundGdriveGetLastChangeInput,
754
- PlaygroundGdriveGetLastChangeOutput,
755
- PlaygroundGdriveReadFileInput,
756
- PlaygroundGdriveReadFileOutput,
757
- PlaygroundGoogleadsReadCustomerInput,
758
- PlaygroundGoogleadsReadCustomerOutput,
759
- PlaygroundLifecycleGetStateInput,
760
- PlaygroundLifecycleGetStateOutput,
761
- PlaygroundLifecycleListEventsInput,
762
- PlaygroundLifecycleListEventsOutput,
763
- PlaygroundWebhookGetLastInput,
764
- PlaygroundWebhookGetLastOutput,
765
739
  RealtimeArchiveExportInput,
766
740
  RealtimeArchiveExportOutput,
767
741
  RealtimeArchiveExportStatusInput,
@@ -1197,6 +1171,9 @@ export interface GeneratedClient {
1197
1171
  restore: {
1198
1172
  status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
1199
1173
  };
1174
+ usage: {
1175
+ report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
1176
+ };
1200
1177
  };
1201
1178
  consent: {
1202
1179
  'config-cookie-domain': {
@@ -1303,6 +1280,9 @@ export interface GeneratedClient {
1303
1280
  analytics: {
1304
1281
  query(input: DeploymentAnalyticsQueryInput): Promise<DeploymentAnalyticsQueryOutput>;
1305
1282
  };
1283
+ audit: {
1284
+ list(input: DeploymentAuditListInput): Promise<DeploymentAuditListOutput>;
1285
+ };
1306
1286
  build: {
1307
1287
  get(input: DeploymentBuildGetInput): Promise<DeploymentBuildGetOutput>;
1308
1288
  list(input: DeploymentBuildListInput): Promise<DeploymentBuildListOutput>;
@@ -1380,15 +1360,6 @@ export interface GeneratedClient {
1380
1360
  environment(input: DeploymentEventsListByEnvironmentInput): Promise<DeploymentEventsListByEnvironmentOutput>;
1381
1361
  service(input: DeploymentEventsListByServiceInput): Promise<DeploymentEventsListByServiceOutput>;
1382
1362
  };
1383
- job: {
1384
- run(input: DeploymentJobRunInput): Promise<DeploymentJobRunOutput>;
1385
- };
1386
- 'job-run': {
1387
- logs(input: DeploymentJobRunLogsInput): Promise<DeploymentJobRunLogsOutput>;
1388
- };
1389
- 'job-runs': {
1390
- list(input: DeploymentJobRunsListInput): Promise<DeploymentJobRunsListOutput>;
1391
- };
1392
1363
  'managed-service': {
1393
1364
  backup(input: DeploymentManagedServiceBackupInput): Promise<DeploymentManagedServiceBackupOutput>;
1394
1365
  delete(input: DeploymentManagedServiceDeleteInput): Promise<DeploymentManagedServiceDeleteOutput>;
@@ -1742,34 +1713,6 @@ export interface GeneratedClient {
1742
1713
  list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
1743
1714
  };
1744
1715
  };
1745
- playground: {
1746
- analytics: {
1747
- overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
1748
- };
1749
- billing: {
1750
- entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
1751
- 'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
1752
- };
1753
- clickup: {
1754
- 'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
1755
- 'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
1756
- 'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
1757
- };
1758
- gdrive: {
1759
- 'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
1760
- 'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
1761
- };
1762
- googleads: {
1763
- 'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
1764
- };
1765
- lifecycle: {
1766
- 'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
1767
- 'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
1768
- };
1769
- webhook: {
1770
- 'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
1771
- };
1772
- };
1773
1716
  realtime: {
1774
1717
  archive: {
1775
1718
  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;