@lessly/sdk-app 2.0.0 → 3.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.
- package/dist/brain/index.cjs +196 -0
- package/dist/brain/index.cjs.map +1 -0
- package/dist/brain/index.d.cts +156 -0
- package/dist/brain/index.d.ts +156 -0
- package/dist/brain/index.js +157 -0
- package/dist/brain/index.js.map +1 -0
- package/dist/client.gen-C2BnhKLx.d.cts +14782 -0
- package/dist/client.gen-C2BnhKLx.d.ts +14782 -0
- package/dist/consent/index.cjs +81 -0
- package/dist/consent/index.cjs.map +1 -0
- package/dist/consent/index.d.cts +64 -0
- package/dist/consent/index.d.ts +64 -0
- package/dist/consent/index.js +65 -0
- package/dist/consent/index.js.map +1 -0
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +3714 -1192
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3714 -1192
- package/dist/index.js.map +1 -1
- package/dist/mail/index.cjs +261 -0
- package/dist/mail/index.cjs.map +1 -0
- package/dist/mail/index.d.cts +209 -0
- package/dist/mail/index.d.ts +209 -0
- package/dist/mail/index.js +209 -0
- package/dist/mail/index.js.map +1 -0
- package/dist/organization/index.cjs +20 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +18 -2
- package/dist/organization/index.d.ts +18 -2
- package/dist/organization/index.js +17 -1
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.d.cts +1 -1
- package/dist/playground/index.d.ts +1 -1
- package/dist/tracking/index.cjs +201 -0
- package/dist/tracking/index.cjs.map +1 -0
- package/dist/tracking/index.d.cts +160 -0
- package/dist/tracking/index.d.ts +160 -0
- package/dist/tracking/index.js +161 -0
- package/dist/tracking/index.js.map +1 -0
- package/dist/waitlist/index.cjs +41 -0
- package/dist/waitlist/index.cjs.map +1 -0
- package/dist/waitlist/index.d.cts +32 -0
- package/dist/waitlist/index.d.ts +32 -0
- package/dist/waitlist/index.js +33 -0
- package/dist/waitlist/index.js.map +1 -0
- package/docs/recipes/sdk-usage.md +7 -0
- package/package.json +27 -2
- package/src/gen/bindings.gen.ts +3830 -1330
- package/src/gen/brain/index.ts +3 -0
- package/src/gen/brain/queryOptions.gen.ts +257 -0
- package/src/gen/client.gen.ts +612 -0
- package/src/gen/consent/index.ts +3 -0
- package/src/gen/consent/queryOptions.gen.ts +102 -0
- package/src/gen/mail/index.ts +3 -0
- package/src/gen/mail/queryOptions.gen.ts +331 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +26 -0
- package/src/gen/tracking/index.ts +3 -0
- package/src/gen/tracking/queryOptions.gen.ts +261 -0
- package/src/gen/types.gen.ts +13591 -2541
- package/src/gen/waitlist/index.ts +3 -0
- package/src/gen/waitlist/queryOptions.gen.ts +50 -0
- package/dist/client.gen-DHH3h3Ub.d.cts +0 -3313
- package/dist/client.gen-DHH3h3Ub.d.ts +0 -3313
package/src/gen/client.gen.ts
CHANGED
|
@@ -1,5 +1,111 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
import type {
|
|
3
|
+
BrainBackupCreateInput,
|
|
4
|
+
BrainBackupCreateOutput,
|
|
5
|
+
BrainBackupRestoreInput,
|
|
6
|
+
BrainBackupRestoreOutput,
|
|
7
|
+
BrainBackupStatusInput,
|
|
8
|
+
BrainBackupStatusOutput,
|
|
9
|
+
BrainBackupsListInput,
|
|
10
|
+
BrainBackupsListOutput,
|
|
11
|
+
BrainClickupChannelsListInput,
|
|
12
|
+
BrainClickupChannelsListOutput,
|
|
13
|
+
BrainClickupConnectionsListInput,
|
|
14
|
+
BrainClickupConnectionsListOutput,
|
|
15
|
+
BrainClickupListsListInput,
|
|
16
|
+
BrainClickupListsListOutput,
|
|
17
|
+
BrainClickupSpacesListInput,
|
|
18
|
+
BrainClickupSpacesListOutput,
|
|
19
|
+
BrainCognitionDigestInput,
|
|
20
|
+
BrainCognitionDigestOutput,
|
|
21
|
+
BrainCognitionStatusInput,
|
|
22
|
+
BrainCognitionStatusOutput,
|
|
23
|
+
BrainCognitionSweepInput,
|
|
24
|
+
BrainCognitionSweepOutput,
|
|
25
|
+
BrainConnectorBranchesListInput,
|
|
26
|
+
BrainConnectorBranchesListOutput,
|
|
27
|
+
BrainConnectorConnectionsListInput,
|
|
28
|
+
BrainConnectorConnectionsListOutput,
|
|
29
|
+
BrainConnectorReposListInput,
|
|
30
|
+
BrainConnectorReposListOutput,
|
|
31
|
+
BrainDaemonBatchStatusInput,
|
|
32
|
+
BrainDaemonBatchStatusOutput,
|
|
33
|
+
BrainDaemonCreateInput,
|
|
34
|
+
BrainDaemonCreateOutput,
|
|
35
|
+
BrainDaemonGetInput,
|
|
36
|
+
BrainDaemonGetOutput,
|
|
37
|
+
BrainDaemonReingestInput,
|
|
38
|
+
BrainDaemonReingestOutput,
|
|
39
|
+
BrainDaemonRemoveInput,
|
|
40
|
+
BrainDaemonRemoveOutput,
|
|
41
|
+
BrainDaemonRunInput,
|
|
42
|
+
BrainDaemonRunItemsInput,
|
|
43
|
+
BrainDaemonRunItemsOutput,
|
|
44
|
+
BrainDaemonRunOutput,
|
|
45
|
+
BrainDaemonRunsInput,
|
|
46
|
+
BrainDaemonRunsOutput,
|
|
47
|
+
BrainDaemonStatusInput,
|
|
48
|
+
BrainDaemonStatusOutput,
|
|
49
|
+
BrainDaemonUpdateInput,
|
|
50
|
+
BrainDaemonUpdateOutput,
|
|
51
|
+
BrainDaemonsListInput,
|
|
52
|
+
BrainDaemonsListOutput,
|
|
53
|
+
BrainGdriveConnectionsListInput,
|
|
54
|
+
BrainGdriveConnectionsListOutput,
|
|
55
|
+
BrainKnowledgeNeighborhoodInput,
|
|
56
|
+
BrainKnowledgeNeighborhoodOutput,
|
|
57
|
+
BrainKnowledgeRelationsInput,
|
|
58
|
+
BrainKnowledgeRelationsOutput,
|
|
59
|
+
BrainKnowledgeSearchInput,
|
|
60
|
+
BrainKnowledgeSearchOutput,
|
|
61
|
+
BrainMemoryAddInput,
|
|
62
|
+
BrainMemoryAddOutput,
|
|
63
|
+
BrainMemoryDeleteInput,
|
|
64
|
+
BrainMemoryDeleteOutput,
|
|
65
|
+
BrainMemoryGetInput,
|
|
66
|
+
BrainMemoryGetOutput,
|
|
67
|
+
BrainMemoryListInput,
|
|
68
|
+
BrainMemoryListOutput,
|
|
69
|
+
BrainMemorySearchInput,
|
|
70
|
+
BrainMemorySearchOutput,
|
|
71
|
+
BrainMemoryStatsInput,
|
|
72
|
+
BrainMemoryStatsOutput,
|
|
73
|
+
BrainMemoryUpdateInput,
|
|
74
|
+
BrainMemoryUpdateOutput,
|
|
75
|
+
BrainProductSharedMemoryResetInput,
|
|
76
|
+
BrainProductSharedMemoryResetOutput,
|
|
77
|
+
BrainRestoreStatusInput,
|
|
78
|
+
BrainRestoreStatusOutput,
|
|
79
|
+
ConsentConfigCookieDomainUpsertInput,
|
|
80
|
+
ConsentConfigCookieDomainUpsertOutput,
|
|
81
|
+
ConsentConfigCustomizationUpsertInput,
|
|
82
|
+
ConsentConfigCustomizationUpsertOutput,
|
|
83
|
+
ConsentConfigFloatingIconUpsertInput,
|
|
84
|
+
ConsentConfigFloatingIconUpsertOutput,
|
|
85
|
+
ConsentConfigThemeUpsertInput,
|
|
86
|
+
ConsentConfigThemeUpsertOutput,
|
|
87
|
+
ConsentDashboardConfigGetInput,
|
|
88
|
+
ConsentDashboardConfigGetOutput,
|
|
89
|
+
ConsentDashboardDecisionsListInput,
|
|
90
|
+
ConsentDashboardDecisionsListOutput,
|
|
91
|
+
ConsentDashboardEmbedSnippetGetInput,
|
|
92
|
+
ConsentDashboardEmbedSnippetGetOutput,
|
|
93
|
+
ConsentDashboardStatsGetInput,
|
|
94
|
+
ConsentDashboardStatsGetOutput,
|
|
95
|
+
ConsentEmbedGetInput,
|
|
96
|
+
ConsentEmbedGetOutput,
|
|
97
|
+
ConsentProvidersCreateInput,
|
|
98
|
+
ConsentProvidersCreateOutput,
|
|
99
|
+
ConsentProvidersDeleteInput,
|
|
100
|
+
ConsentProvidersDeleteOutput,
|
|
101
|
+
ConsentProvidersListInput,
|
|
102
|
+
ConsentProvidersListOutput,
|
|
103
|
+
ConsentProvidersUpdateInput,
|
|
104
|
+
ConsentProvidersUpdateOutput,
|
|
105
|
+
ConsentRecordsExportInput,
|
|
106
|
+
ConsentRecordsExportOutput,
|
|
107
|
+
ConsentStatsGetInput,
|
|
108
|
+
ConsentStatsGetOutput,
|
|
3
109
|
DeploymentAlertCreateInput,
|
|
4
110
|
DeploymentAlertCreateOutput,
|
|
5
111
|
DeploymentAlertDeleteInput,
|
|
@@ -210,6 +316,108 @@ import type {
|
|
|
210
316
|
DeploymentVolumeListOutput,
|
|
211
317
|
DeploymentVolumeResizeInput,
|
|
212
318
|
DeploymentVolumeResizeOutput,
|
|
319
|
+
MailApikeyCreateInput,
|
|
320
|
+
MailApikeyCreateOutput,
|
|
321
|
+
MailApikeyDeleteInput,
|
|
322
|
+
MailApikeyDeleteOutput,
|
|
323
|
+
MailApikeyListInput,
|
|
324
|
+
MailApikeyListOutput,
|
|
325
|
+
MailAudienceCreateInput,
|
|
326
|
+
MailAudienceCreateOutput,
|
|
327
|
+
MailAudienceDeleteInput,
|
|
328
|
+
MailAudienceDeleteOutput,
|
|
329
|
+
MailAudienceGetInput,
|
|
330
|
+
MailAudienceGetOutput,
|
|
331
|
+
MailAudienceListInput,
|
|
332
|
+
MailAudienceListOutput,
|
|
333
|
+
MailAudienceUpdateInput,
|
|
334
|
+
MailAudienceUpdateOutput,
|
|
335
|
+
MailBroadcastCancelInput,
|
|
336
|
+
MailBroadcastCancelOutput,
|
|
337
|
+
MailBroadcastCreateInput,
|
|
338
|
+
MailBroadcastCreateOutput,
|
|
339
|
+
MailBroadcastDeleteInput,
|
|
340
|
+
MailBroadcastDeleteOutput,
|
|
341
|
+
MailBroadcastGetInput,
|
|
342
|
+
MailBroadcastGetOutput,
|
|
343
|
+
MailBroadcastListInput,
|
|
344
|
+
MailBroadcastListOutput,
|
|
345
|
+
MailBroadcastQueueInput,
|
|
346
|
+
MailBroadcastQueueOutput,
|
|
347
|
+
MailBroadcastStatsInput,
|
|
348
|
+
MailBroadcastStatsOutput,
|
|
349
|
+
MailBroadcastUpdateInput,
|
|
350
|
+
MailBroadcastUpdateOutput,
|
|
351
|
+
MailContactCreateInput,
|
|
352
|
+
MailContactCreateOutput,
|
|
353
|
+
MailContactDeleteInput,
|
|
354
|
+
MailContactDeleteOutput,
|
|
355
|
+
MailContactGetInput,
|
|
356
|
+
MailContactGetOutput,
|
|
357
|
+
MailContactListInput,
|
|
358
|
+
MailContactListOutput,
|
|
359
|
+
MailContactUpdateInput,
|
|
360
|
+
MailContactUpdateOutput,
|
|
361
|
+
MailDomainAllowedListInput,
|
|
362
|
+
MailDomainAllowedListOutput,
|
|
363
|
+
MailDomainCreateInput,
|
|
364
|
+
MailDomainCreateOutput,
|
|
365
|
+
MailDomainDeleteInput,
|
|
366
|
+
MailDomainDeleteOutput,
|
|
367
|
+
MailDomainGetInput,
|
|
368
|
+
MailDomainGetOutput,
|
|
369
|
+
MailDomainListInput,
|
|
370
|
+
MailDomainListOutput,
|
|
371
|
+
MailDomainUpdateInput,
|
|
372
|
+
MailDomainUpdateOutput,
|
|
373
|
+
MailDomainVerifyInput,
|
|
374
|
+
MailDomainVerifyOutput,
|
|
375
|
+
MailEmailCancelInput,
|
|
376
|
+
MailEmailCancelOutput,
|
|
377
|
+
MailEmailGetInput,
|
|
378
|
+
MailEmailGetOutput,
|
|
379
|
+
MailEmailSendBatchInput,
|
|
380
|
+
MailEmailSendBatchOutput,
|
|
381
|
+
MailEmailSendInput,
|
|
382
|
+
MailEmailSendOutput,
|
|
383
|
+
MailEmailUpdateInput,
|
|
384
|
+
MailEmailUpdateOutput,
|
|
385
|
+
MailReputationGetInput,
|
|
386
|
+
MailReputationGetOutput,
|
|
387
|
+
MailStatsGetInput,
|
|
388
|
+
MailStatsGetOutput,
|
|
389
|
+
MailSuppressionAddInput,
|
|
390
|
+
MailSuppressionAddOutput,
|
|
391
|
+
MailSuppressionListInput,
|
|
392
|
+
MailSuppressionListOutput,
|
|
393
|
+
MailSuppressionRemoveInput,
|
|
394
|
+
MailSuppressionRemoveOutput,
|
|
395
|
+
MailTemplateCreateInput,
|
|
396
|
+
MailTemplateCreateOutput,
|
|
397
|
+
MailTemplateDeleteInput,
|
|
398
|
+
MailTemplateDeleteOutput,
|
|
399
|
+
MailTemplateGetInput,
|
|
400
|
+
MailTemplateGetOutput,
|
|
401
|
+
MailTemplateListInput,
|
|
402
|
+
MailTemplateListOutput,
|
|
403
|
+
MailTemplatePublishInput,
|
|
404
|
+
MailTemplatePublishOutput,
|
|
405
|
+
MailTemplateUpdateInput,
|
|
406
|
+
MailTemplateUpdateOutput,
|
|
407
|
+
MailUsageGetInput,
|
|
408
|
+
MailUsageGetOutput,
|
|
409
|
+
MailWebhookCreateInput,
|
|
410
|
+
MailWebhookCreateOutput,
|
|
411
|
+
MailWebhookDeleteInput,
|
|
412
|
+
MailWebhookDeleteOutput,
|
|
413
|
+
MailWebhookDeliveriesListInput,
|
|
414
|
+
MailWebhookDeliveriesListOutput,
|
|
415
|
+
MailWebhookGetInput,
|
|
416
|
+
MailWebhookGetOutput,
|
|
417
|
+
MailWebhookListInput,
|
|
418
|
+
MailWebhookListOutput,
|
|
419
|
+
MailWebhookUpdateInput,
|
|
420
|
+
MailWebhookUpdateOutput,
|
|
213
421
|
OrganizationAuthMeInput,
|
|
214
422
|
OrganizationAuthMeOutput,
|
|
215
423
|
OrganizationBindingsListInput,
|
|
@@ -234,6 +442,8 @@ import type {
|
|
|
234
442
|
OrganizationConnectorsListOutput,
|
|
235
443
|
OrganizationConnectorsRemoveInput,
|
|
236
444
|
OrganizationConnectorsRemoveOutput,
|
|
445
|
+
OrganizationCreateInput,
|
|
446
|
+
OrganizationCreateOutput,
|
|
237
447
|
OrganizationDomainsAddInput,
|
|
238
448
|
OrganizationDomainsAddOutput,
|
|
239
449
|
OrganizationDomainsGetInput,
|
|
@@ -258,6 +468,8 @@ import type {
|
|
|
258
468
|
OrganizationGithubListInstallationsOutput,
|
|
259
469
|
OrganizationGoogleadsInstallInput,
|
|
260
470
|
OrganizationGoogleadsInstallOutput,
|
|
471
|
+
OrganizationListInput,
|
|
472
|
+
OrganizationListOutput,
|
|
261
473
|
OrganizationMemberAcceptInviteInput,
|
|
262
474
|
OrganizationMemberAcceptInviteOutput,
|
|
263
475
|
OrganizationMemberInviteInput,
|
|
@@ -294,6 +506,8 @@ import type {
|
|
|
294
506
|
OrganizationProductListMembersInput,
|
|
295
507
|
OrganizationProductListMembersOutput,
|
|
296
508
|
OrganizationProductListOutput,
|
|
509
|
+
OrganizationProductListRolesInput,
|
|
510
|
+
OrganizationProductListRolesOutput,
|
|
297
511
|
OrganizationProductRevokeInvitationInput,
|
|
298
512
|
OrganizationProductRevokeInvitationOutput,
|
|
299
513
|
OrganizationProductSelectInput,
|
|
@@ -308,6 +522,8 @@ import type {
|
|
|
308
522
|
OrganizationRolesListOutput,
|
|
309
523
|
OrganizationRolesUpdateInput,
|
|
310
524
|
OrganizationRolesUpdateOutput,
|
|
525
|
+
OrganizationSelectInput,
|
|
526
|
+
OrganizationSelectOutput,
|
|
311
527
|
PlaygroundAnalyticsOverviewInput,
|
|
312
528
|
PlaygroundAnalyticsOverviewOutput,
|
|
313
529
|
PlaygroundBillingEntitlementsInput,
|
|
@@ -332,9 +548,220 @@ import type {
|
|
|
332
548
|
PlaygroundLifecycleListEventsOutput,
|
|
333
549
|
PlaygroundWebhookGetLastInput,
|
|
334
550
|
PlaygroundWebhookGetLastOutput,
|
|
551
|
+
TrackingApiKeysCreateInput,
|
|
552
|
+
TrackingApiKeysCreateOutput,
|
|
553
|
+
TrackingApiKeysListInput,
|
|
554
|
+
TrackingApiKeysListOutput,
|
|
555
|
+
TrackingApiKeysRevokeInput,
|
|
556
|
+
TrackingApiKeysRevokeOutput,
|
|
557
|
+
TrackingApiKeysRotateInput,
|
|
558
|
+
TrackingApiKeysRotateOutput,
|
|
559
|
+
TrackingDomainsCreateInput,
|
|
560
|
+
TrackingDomainsCreateOutput,
|
|
561
|
+
TrackingDomainsDeleteInput,
|
|
562
|
+
TrackingDomainsDeleteOutput,
|
|
563
|
+
TrackingDomainsGetInput,
|
|
564
|
+
TrackingDomainsGetOutput,
|
|
565
|
+
TrackingDomainsListInput,
|
|
566
|
+
TrackingDomainsListOutput,
|
|
567
|
+
TrackingDomainsVerifyInput,
|
|
568
|
+
TrackingDomainsVerifyOutput,
|
|
569
|
+
TrackingEventNamesArchiveInput,
|
|
570
|
+
TrackingEventNamesArchiveOutput,
|
|
571
|
+
TrackingEventNamesListInput,
|
|
572
|
+
TrackingEventNamesListOutput,
|
|
573
|
+
TrackingEventNamesUnarchiveInput,
|
|
574
|
+
TrackingEventNamesUnarchiveOutput,
|
|
575
|
+
TrackingGoogleadsConnectionStatusInput,
|
|
576
|
+
TrackingGoogleadsConnectionStatusOutput,
|
|
577
|
+
TrackingGoogleadsConversionActionsInput,
|
|
578
|
+
TrackingGoogleadsConversionActionsOutput,
|
|
579
|
+
TrackingGoogleadsFeedbackConfigGetInput,
|
|
580
|
+
TrackingGoogleadsFeedbackConfigGetOutput,
|
|
581
|
+
TrackingGoogleadsFeedbackConfigSetInput,
|
|
582
|
+
TrackingGoogleadsFeedbackConfigSetOutput,
|
|
583
|
+
TrackingGoogleadsFeedbackRunInput,
|
|
584
|
+
TrackingGoogleadsFeedbackRunOutput,
|
|
585
|
+
TrackingGoogleadsFeedbackStatusInput,
|
|
586
|
+
TrackingGoogleadsFeedbackStatusOutput,
|
|
587
|
+
TrackingGoogleadsFeedbackUploadsInput,
|
|
588
|
+
TrackingGoogleadsFeedbackUploadsOutput,
|
|
589
|
+
TrackingGoogleadsRoasReportInput,
|
|
590
|
+
TrackingGoogleadsRoasReportOutput,
|
|
591
|
+
TrackingGoogleadsSyncNowInput,
|
|
592
|
+
TrackingGoogleadsSyncNowOutput,
|
|
593
|
+
TrackingGoogleadsTrackingHealthInput,
|
|
594
|
+
TrackingGoogleadsTrackingHealthOutput,
|
|
595
|
+
TrackingGoogleadsUsVsPlatformInput,
|
|
596
|
+
TrackingGoogleadsUsVsPlatformOutput,
|
|
597
|
+
TrackingIdentityHealthInput,
|
|
598
|
+
TrackingIdentityHealthOutput,
|
|
599
|
+
TrackingInstallDomainsCreateInput,
|
|
600
|
+
TrackingInstallDomainsCreateOutput,
|
|
601
|
+
TrackingInstallDomainsDeleteInput,
|
|
602
|
+
TrackingInstallDomainsDeleteOutput,
|
|
603
|
+
TrackingInstallDomainsListInput,
|
|
604
|
+
TrackingInstallDomainsListOutput,
|
|
605
|
+
TrackingLinkDomainsCreateInput,
|
|
606
|
+
TrackingLinkDomainsCreateOutput,
|
|
607
|
+
TrackingLinkDomainsDeleteInput,
|
|
608
|
+
TrackingLinkDomainsDeleteOutput,
|
|
609
|
+
TrackingLinkDomainsListInput,
|
|
610
|
+
TrackingLinkDomainsListOutput,
|
|
611
|
+
TrackingLiveEventsListInput,
|
|
612
|
+
TrackingLiveEventsListOutput,
|
|
613
|
+
TrackingProfilesDeleteInput,
|
|
614
|
+
TrackingProfilesDeleteOutput,
|
|
615
|
+
TrackingProfilesExportInput,
|
|
616
|
+
TrackingProfilesExportOutput,
|
|
617
|
+
TrackingProfilesGetInput,
|
|
618
|
+
TrackingProfilesGetOutput,
|
|
619
|
+
TrackingProfilesListInput,
|
|
620
|
+
TrackingProfilesListOutput,
|
|
621
|
+
TrackingReportsAttributedJourneyInput,
|
|
622
|
+
TrackingReportsAttributedJourneyOutput,
|
|
623
|
+
TrackingReportsRevenueBySourceInput,
|
|
624
|
+
TrackingReportsRevenueBySourceOutput,
|
|
625
|
+
TrackingReportsSourcePeopleInput,
|
|
626
|
+
TrackingReportsSourcePeopleOutput,
|
|
627
|
+
TrackingSnippetsGetInput,
|
|
628
|
+
TrackingSnippetsGetOutput,
|
|
629
|
+
WaitlistConfigGetInput,
|
|
630
|
+
WaitlistConfigGetOutput,
|
|
631
|
+
WaitlistConfigUpsertInput,
|
|
632
|
+
WaitlistConfigUpsertOutput,
|
|
633
|
+
WaitlistEmbedGetInput,
|
|
634
|
+
WaitlistEmbedGetOutput,
|
|
635
|
+
WaitlistInvitesSendInput,
|
|
636
|
+
WaitlistInvitesSendOutput,
|
|
637
|
+
WaitlistSignupsEraseInput,
|
|
638
|
+
WaitlistSignupsEraseOutput,
|
|
639
|
+
WaitlistSignupsFunnelInput,
|
|
640
|
+
WaitlistSignupsFunnelOutput,
|
|
641
|
+
WaitlistSignupsListInput,
|
|
642
|
+
WaitlistSignupsListOutput,
|
|
335
643
|
} from './types.gen';
|
|
336
644
|
|
|
337
645
|
export interface GeneratedClient {
|
|
646
|
+
brain: {
|
|
647
|
+
backup: {
|
|
648
|
+
create(input: BrainBackupCreateInput): Promise<BrainBackupCreateOutput>;
|
|
649
|
+
restore(input: BrainBackupRestoreInput): Promise<BrainBackupRestoreOutput>;
|
|
650
|
+
status(input: BrainBackupStatusInput): Promise<BrainBackupStatusOutput>;
|
|
651
|
+
};
|
|
652
|
+
backups: {
|
|
653
|
+
list(input: BrainBackupsListInput): Promise<BrainBackupsListOutput>;
|
|
654
|
+
};
|
|
655
|
+
'clickup-channels': {
|
|
656
|
+
list(input: BrainClickupChannelsListInput): Promise<BrainClickupChannelsListOutput>;
|
|
657
|
+
};
|
|
658
|
+
'clickup-connections': {
|
|
659
|
+
list(input: BrainClickupConnectionsListInput): Promise<BrainClickupConnectionsListOutput>;
|
|
660
|
+
};
|
|
661
|
+
'clickup-lists': {
|
|
662
|
+
list(input: BrainClickupListsListInput): Promise<BrainClickupListsListOutput>;
|
|
663
|
+
};
|
|
664
|
+
'clickup-spaces': {
|
|
665
|
+
list(input: BrainClickupSpacesListInput): Promise<BrainClickupSpacesListOutput>;
|
|
666
|
+
};
|
|
667
|
+
cognition: {
|
|
668
|
+
digest(input: BrainCognitionDigestInput): Promise<BrainCognitionDigestOutput>;
|
|
669
|
+
status(input: BrainCognitionStatusInput): Promise<BrainCognitionStatusOutput>;
|
|
670
|
+
sweep(input: BrainCognitionSweepInput): Promise<BrainCognitionSweepOutput>;
|
|
671
|
+
};
|
|
672
|
+
'connector-branches': {
|
|
673
|
+
list(input: BrainConnectorBranchesListInput): Promise<BrainConnectorBranchesListOutput>;
|
|
674
|
+
};
|
|
675
|
+
'connector-connections': {
|
|
676
|
+
list(input: BrainConnectorConnectionsListInput): Promise<BrainConnectorConnectionsListOutput>;
|
|
677
|
+
};
|
|
678
|
+
'connector-repos': {
|
|
679
|
+
list(input: BrainConnectorReposListInput): Promise<BrainConnectorReposListOutput>;
|
|
680
|
+
};
|
|
681
|
+
daemon: {
|
|
682
|
+
create(input: BrainDaemonCreateInput): Promise<BrainDaemonCreateOutput>;
|
|
683
|
+
get(input: BrainDaemonGetInput): Promise<BrainDaemonGetOutput>;
|
|
684
|
+
reingest(input: BrainDaemonReingestInput): Promise<BrainDaemonReingestOutput>;
|
|
685
|
+
remove(input: BrainDaemonRemoveInput): Promise<BrainDaemonRemoveOutput>;
|
|
686
|
+
run(input: BrainDaemonRunInput): Promise<BrainDaemonRunOutput>;
|
|
687
|
+
runs(input: BrainDaemonRunsInput): Promise<BrainDaemonRunsOutput>;
|
|
688
|
+
status(input: BrainDaemonStatusInput): Promise<BrainDaemonStatusOutput>;
|
|
689
|
+
update(input: BrainDaemonUpdateInput): Promise<BrainDaemonUpdateOutput>;
|
|
690
|
+
};
|
|
691
|
+
'daemon-batch': {
|
|
692
|
+
status(input: BrainDaemonBatchStatusInput): Promise<BrainDaemonBatchStatusOutput>;
|
|
693
|
+
};
|
|
694
|
+
'daemon-run': {
|
|
695
|
+
items(input: BrainDaemonRunItemsInput): Promise<BrainDaemonRunItemsOutput>;
|
|
696
|
+
};
|
|
697
|
+
daemons: {
|
|
698
|
+
list(input: BrainDaemonsListInput): Promise<BrainDaemonsListOutput>;
|
|
699
|
+
};
|
|
700
|
+
'gdrive-connections': {
|
|
701
|
+
list(input: BrainGdriveConnectionsListInput): Promise<BrainGdriveConnectionsListOutput>;
|
|
702
|
+
};
|
|
703
|
+
knowledge: {
|
|
704
|
+
neighborhood(input: BrainKnowledgeNeighborhoodInput): Promise<BrainKnowledgeNeighborhoodOutput>;
|
|
705
|
+
relations(input: BrainKnowledgeRelationsInput): Promise<BrainKnowledgeRelationsOutput>;
|
|
706
|
+
search(input: BrainKnowledgeSearchInput): Promise<BrainKnowledgeSearchOutput>;
|
|
707
|
+
};
|
|
708
|
+
memory: {
|
|
709
|
+
add(input: BrainMemoryAddInput): Promise<BrainMemoryAddOutput>;
|
|
710
|
+
delete(input: BrainMemoryDeleteInput): Promise<BrainMemoryDeleteOutput>;
|
|
711
|
+
get(input: BrainMemoryGetInput): Promise<BrainMemoryGetOutput>;
|
|
712
|
+
list(input: BrainMemoryListInput): Promise<BrainMemoryListOutput>;
|
|
713
|
+
search(input: BrainMemorySearchInput): Promise<BrainMemorySearchOutput>;
|
|
714
|
+
stats(input: BrainMemoryStatsInput): Promise<BrainMemoryStatsOutput>;
|
|
715
|
+
update(input: BrainMemoryUpdateInput): Promise<BrainMemoryUpdateOutput>;
|
|
716
|
+
};
|
|
717
|
+
'product-shared-memory': {
|
|
718
|
+
reset(input: BrainProductSharedMemoryResetInput): Promise<BrainProductSharedMemoryResetOutput>;
|
|
719
|
+
};
|
|
720
|
+
restore: {
|
|
721
|
+
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
722
|
+
};
|
|
723
|
+
};
|
|
724
|
+
consent: {
|
|
725
|
+
'config-cookie-domain': {
|
|
726
|
+
upsert(input: ConsentConfigCookieDomainUpsertInput): Promise<ConsentConfigCookieDomainUpsertOutput>;
|
|
727
|
+
};
|
|
728
|
+
'config-customization': {
|
|
729
|
+
upsert(input: ConsentConfigCustomizationUpsertInput): Promise<ConsentConfigCustomizationUpsertOutput>;
|
|
730
|
+
};
|
|
731
|
+
'config-floating-icon': {
|
|
732
|
+
upsert(input: ConsentConfigFloatingIconUpsertInput): Promise<ConsentConfigFloatingIconUpsertOutput>;
|
|
733
|
+
};
|
|
734
|
+
'config-theme': {
|
|
735
|
+
upsert(input: ConsentConfigThemeUpsertInput): Promise<ConsentConfigThemeUpsertOutput>;
|
|
736
|
+
};
|
|
737
|
+
'dashboard-config': {
|
|
738
|
+
get(input: ConsentDashboardConfigGetInput): Promise<ConsentDashboardConfigGetOutput>;
|
|
739
|
+
};
|
|
740
|
+
'dashboard-decisions': {
|
|
741
|
+
list(input: ConsentDashboardDecisionsListInput): Promise<ConsentDashboardDecisionsListOutput>;
|
|
742
|
+
};
|
|
743
|
+
'dashboard-embed-snippet': {
|
|
744
|
+
get(input: ConsentDashboardEmbedSnippetGetInput): Promise<ConsentDashboardEmbedSnippetGetOutput>;
|
|
745
|
+
};
|
|
746
|
+
'dashboard-stats': {
|
|
747
|
+
get(input: ConsentDashboardStatsGetInput): Promise<ConsentDashboardStatsGetOutput>;
|
|
748
|
+
};
|
|
749
|
+
embed: {
|
|
750
|
+
get(input: ConsentEmbedGetInput): Promise<ConsentEmbedGetOutput>;
|
|
751
|
+
};
|
|
752
|
+
providers: {
|
|
753
|
+
create(input: ConsentProvidersCreateInput): Promise<ConsentProvidersCreateOutput>;
|
|
754
|
+
delete(input: ConsentProvidersDeleteInput): Promise<ConsentProvidersDeleteOutput>;
|
|
755
|
+
list(input: ConsentProvidersListInput): Promise<ConsentProvidersListOutput>;
|
|
756
|
+
update(input: ConsentProvidersUpdateInput): Promise<ConsentProvidersUpdateOutput>;
|
|
757
|
+
};
|
|
758
|
+
records: {
|
|
759
|
+
export(input: ConsentRecordsExportInput): Promise<ConsentRecordsExportOutput>;
|
|
760
|
+
};
|
|
761
|
+
stats: {
|
|
762
|
+
get(input: ConsentStatsGetInput): Promise<ConsentStatsGetOutput>;
|
|
763
|
+
};
|
|
764
|
+
};
|
|
338
765
|
deployment: {
|
|
339
766
|
alert: {
|
|
340
767
|
create(input: DeploymentAlertCreateInput): Promise<DeploymentAlertCreateOutput>;
|
|
@@ -516,7 +943,93 @@ export interface GeneratedClient {
|
|
|
516
943
|
resize(input: DeploymentVolumeResizeInput): Promise<DeploymentVolumeResizeOutput>;
|
|
517
944
|
};
|
|
518
945
|
};
|
|
946
|
+
mail: {
|
|
947
|
+
apikey: {
|
|
948
|
+
create(input: MailApikeyCreateInput): Promise<MailApikeyCreateOutput>;
|
|
949
|
+
delete(input: MailApikeyDeleteInput): Promise<MailApikeyDeleteOutput>;
|
|
950
|
+
list(input: MailApikeyListInput): Promise<MailApikeyListOutput>;
|
|
951
|
+
};
|
|
952
|
+
audience: {
|
|
953
|
+
create(input: MailAudienceCreateInput): Promise<MailAudienceCreateOutput>;
|
|
954
|
+
delete(input: MailAudienceDeleteInput): Promise<MailAudienceDeleteOutput>;
|
|
955
|
+
get(input: MailAudienceGetInput): Promise<MailAudienceGetOutput>;
|
|
956
|
+
list(input: MailAudienceListInput): Promise<MailAudienceListOutput>;
|
|
957
|
+
update(input: MailAudienceUpdateInput): Promise<MailAudienceUpdateOutput>;
|
|
958
|
+
};
|
|
959
|
+
broadcast: {
|
|
960
|
+
cancel(input: MailBroadcastCancelInput): Promise<MailBroadcastCancelOutput>;
|
|
961
|
+
create(input: MailBroadcastCreateInput): Promise<MailBroadcastCreateOutput>;
|
|
962
|
+
delete(input: MailBroadcastDeleteInput): Promise<MailBroadcastDeleteOutput>;
|
|
963
|
+
get(input: MailBroadcastGetInput): Promise<MailBroadcastGetOutput>;
|
|
964
|
+
list(input: MailBroadcastListInput): Promise<MailBroadcastListOutput>;
|
|
965
|
+
queue(input: MailBroadcastQueueInput): Promise<MailBroadcastQueueOutput>;
|
|
966
|
+
stats(input: MailBroadcastStatsInput): Promise<MailBroadcastStatsOutput>;
|
|
967
|
+
update(input: MailBroadcastUpdateInput): Promise<MailBroadcastUpdateOutput>;
|
|
968
|
+
};
|
|
969
|
+
contact: {
|
|
970
|
+
create(input: MailContactCreateInput): Promise<MailContactCreateOutput>;
|
|
971
|
+
delete(input: MailContactDeleteInput): Promise<MailContactDeleteOutput>;
|
|
972
|
+
get(input: MailContactGetInput): Promise<MailContactGetOutput>;
|
|
973
|
+
list(input: MailContactListInput): Promise<MailContactListOutput>;
|
|
974
|
+
update(input: MailContactUpdateInput): Promise<MailContactUpdateOutput>;
|
|
975
|
+
};
|
|
976
|
+
domain: {
|
|
977
|
+
create(input: MailDomainCreateInput): Promise<MailDomainCreateOutput>;
|
|
978
|
+
delete(input: MailDomainDeleteInput): Promise<MailDomainDeleteOutput>;
|
|
979
|
+
get(input: MailDomainGetInput): Promise<MailDomainGetOutput>;
|
|
980
|
+
list(input: MailDomainListInput): Promise<MailDomainListOutput>;
|
|
981
|
+
update(input: MailDomainUpdateInput): Promise<MailDomainUpdateOutput>;
|
|
982
|
+
verify(input: MailDomainVerifyInput): Promise<MailDomainVerifyOutput>;
|
|
983
|
+
};
|
|
984
|
+
'domain-allowed': {
|
|
985
|
+
list(input: MailDomainAllowedListInput): Promise<MailDomainAllowedListOutput>;
|
|
986
|
+
};
|
|
987
|
+
email: {
|
|
988
|
+
cancel(input: MailEmailCancelInput): Promise<MailEmailCancelOutput>;
|
|
989
|
+
get(input: MailEmailGetInput): Promise<MailEmailGetOutput>;
|
|
990
|
+
send(input: MailEmailSendInput): Promise<MailEmailSendOutput>;
|
|
991
|
+
update(input: MailEmailUpdateInput): Promise<MailEmailUpdateOutput>;
|
|
992
|
+
};
|
|
993
|
+
'email-send': {
|
|
994
|
+
batch(input: MailEmailSendBatchInput): Promise<MailEmailSendBatchOutput>;
|
|
995
|
+
};
|
|
996
|
+
reputation: {
|
|
997
|
+
get(input: MailReputationGetInput): Promise<MailReputationGetOutput>;
|
|
998
|
+
};
|
|
999
|
+
stats: {
|
|
1000
|
+
get(input: MailStatsGetInput): Promise<MailStatsGetOutput>;
|
|
1001
|
+
};
|
|
1002
|
+
suppression: {
|
|
1003
|
+
add(input: MailSuppressionAddInput): Promise<MailSuppressionAddOutput>;
|
|
1004
|
+
list(input: MailSuppressionListInput): Promise<MailSuppressionListOutput>;
|
|
1005
|
+
remove(input: MailSuppressionRemoveInput): Promise<MailSuppressionRemoveOutput>;
|
|
1006
|
+
};
|
|
1007
|
+
template: {
|
|
1008
|
+
create(input: MailTemplateCreateInput): Promise<MailTemplateCreateOutput>;
|
|
1009
|
+
delete(input: MailTemplateDeleteInput): Promise<MailTemplateDeleteOutput>;
|
|
1010
|
+
get(input: MailTemplateGetInput): Promise<MailTemplateGetOutput>;
|
|
1011
|
+
list(input: MailTemplateListInput): Promise<MailTemplateListOutput>;
|
|
1012
|
+
publish(input: MailTemplatePublishInput): Promise<MailTemplatePublishOutput>;
|
|
1013
|
+
update(input: MailTemplateUpdateInput): Promise<MailTemplateUpdateOutput>;
|
|
1014
|
+
};
|
|
1015
|
+
usage: {
|
|
1016
|
+
get(input: MailUsageGetInput): Promise<MailUsageGetOutput>;
|
|
1017
|
+
};
|
|
1018
|
+
webhook: {
|
|
1019
|
+
create(input: MailWebhookCreateInput): Promise<MailWebhookCreateOutput>;
|
|
1020
|
+
delete(input: MailWebhookDeleteInput): Promise<MailWebhookDeleteOutput>;
|
|
1021
|
+
get(input: MailWebhookGetInput): Promise<MailWebhookGetOutput>;
|
|
1022
|
+
list(input: MailWebhookListInput): Promise<MailWebhookListOutput>;
|
|
1023
|
+
update(input: MailWebhookUpdateInput): Promise<MailWebhookUpdateOutput>;
|
|
1024
|
+
};
|
|
1025
|
+
'webhook-deliveries': {
|
|
1026
|
+
list(input: MailWebhookDeliveriesListInput): Promise<MailWebhookDeliveriesListOutput>;
|
|
1027
|
+
};
|
|
1028
|
+
};
|
|
519
1029
|
organization: {
|
|
1030
|
+
create(input: OrganizationCreateInput): Promise<OrganizationCreateOutput>;
|
|
1031
|
+
list(input: OrganizationListInput): Promise<OrganizationListOutput>;
|
|
1032
|
+
select(input: OrganizationSelectInput): Promise<OrganizationSelectOutput>;
|
|
520
1033
|
auth: {
|
|
521
1034
|
me(input: OrganizationAuthMeInput): Promise<OrganizationAuthMeOutput>;
|
|
522
1035
|
};
|
|
@@ -586,6 +1099,7 @@ export interface GeneratedClient {
|
|
|
586
1099
|
list(input: OrganizationProductListInput): Promise<OrganizationProductListOutput>;
|
|
587
1100
|
'list-invitations'(input: OrganizationProductListInvitationsInput): Promise<OrganizationProductListInvitationsOutput>;
|
|
588
1101
|
'list-members'(input: OrganizationProductListMembersInput): Promise<OrganizationProductListMembersOutput>;
|
|
1102
|
+
'list-roles'(input: OrganizationProductListRolesInput): Promise<OrganizationProductListRolesOutput>;
|
|
589
1103
|
'revoke-invitation'(input: OrganizationProductRevokeInvitationInput): Promise<OrganizationProductRevokeInvitationOutput>;
|
|
590
1104
|
select(input: OrganizationProductSelectInput): Promise<OrganizationProductSelectOutput>;
|
|
591
1105
|
};
|
|
@@ -625,4 +1139,102 @@ export interface GeneratedClient {
|
|
|
625
1139
|
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
626
1140
|
};
|
|
627
1141
|
};
|
|
1142
|
+
tracking: {
|
|
1143
|
+
'api-keys': {
|
|
1144
|
+
create(input: TrackingApiKeysCreateInput): Promise<TrackingApiKeysCreateOutput>;
|
|
1145
|
+
list(input: TrackingApiKeysListInput): Promise<TrackingApiKeysListOutput>;
|
|
1146
|
+
revoke(input: TrackingApiKeysRevokeInput): Promise<TrackingApiKeysRevokeOutput>;
|
|
1147
|
+
rotate(input: TrackingApiKeysRotateInput): Promise<TrackingApiKeysRotateOutput>;
|
|
1148
|
+
};
|
|
1149
|
+
domains: {
|
|
1150
|
+
create(input: TrackingDomainsCreateInput): Promise<TrackingDomainsCreateOutput>;
|
|
1151
|
+
delete(input: TrackingDomainsDeleteInput): Promise<TrackingDomainsDeleteOutput>;
|
|
1152
|
+
get(input: TrackingDomainsGetInput): Promise<TrackingDomainsGetOutput>;
|
|
1153
|
+
list(input: TrackingDomainsListInput): Promise<TrackingDomainsListOutput>;
|
|
1154
|
+
verify(input: TrackingDomainsVerifyInput): Promise<TrackingDomainsVerifyOutput>;
|
|
1155
|
+
};
|
|
1156
|
+
'event-names': {
|
|
1157
|
+
archive(input: TrackingEventNamesArchiveInput): Promise<TrackingEventNamesArchiveOutput>;
|
|
1158
|
+
list(input: TrackingEventNamesListInput): Promise<TrackingEventNamesListOutput>;
|
|
1159
|
+
unarchive(input: TrackingEventNamesUnarchiveInput): Promise<TrackingEventNamesUnarchiveOutput>;
|
|
1160
|
+
};
|
|
1161
|
+
'googleads-connection': {
|
|
1162
|
+
status(input: TrackingGoogleadsConnectionStatusInput): Promise<TrackingGoogleadsConnectionStatusOutput>;
|
|
1163
|
+
};
|
|
1164
|
+
'googleads-conversion': {
|
|
1165
|
+
actions(input: TrackingGoogleadsConversionActionsInput): Promise<TrackingGoogleadsConversionActionsOutput>;
|
|
1166
|
+
};
|
|
1167
|
+
'googleads-feedback': {
|
|
1168
|
+
run(input: TrackingGoogleadsFeedbackRunInput): Promise<TrackingGoogleadsFeedbackRunOutput>;
|
|
1169
|
+
status(input: TrackingGoogleadsFeedbackStatusInput): Promise<TrackingGoogleadsFeedbackStatusOutput>;
|
|
1170
|
+
uploads(input: TrackingGoogleadsFeedbackUploadsInput): Promise<TrackingGoogleadsFeedbackUploadsOutput>;
|
|
1171
|
+
};
|
|
1172
|
+
'googleads-feedback-config': {
|
|
1173
|
+
get(input: TrackingGoogleadsFeedbackConfigGetInput): Promise<TrackingGoogleadsFeedbackConfigGetOutput>;
|
|
1174
|
+
set(input: TrackingGoogleadsFeedbackConfigSetInput): Promise<TrackingGoogleadsFeedbackConfigSetOutput>;
|
|
1175
|
+
};
|
|
1176
|
+
'googleads-roas': {
|
|
1177
|
+
report(input: TrackingGoogleadsRoasReportInput): Promise<TrackingGoogleadsRoasReportOutput>;
|
|
1178
|
+
};
|
|
1179
|
+
'googleads-sync': {
|
|
1180
|
+
now(input: TrackingGoogleadsSyncNowInput): Promise<TrackingGoogleadsSyncNowOutput>;
|
|
1181
|
+
};
|
|
1182
|
+
'googleads-tracking': {
|
|
1183
|
+
health(input: TrackingGoogleadsTrackingHealthInput): Promise<TrackingGoogleadsTrackingHealthOutput>;
|
|
1184
|
+
};
|
|
1185
|
+
'googleads-us-vs': {
|
|
1186
|
+
platform(input: TrackingGoogleadsUsVsPlatformInput): Promise<TrackingGoogleadsUsVsPlatformOutput>;
|
|
1187
|
+
};
|
|
1188
|
+
identity: {
|
|
1189
|
+
health(input: TrackingIdentityHealthInput): Promise<TrackingIdentityHealthOutput>;
|
|
1190
|
+
};
|
|
1191
|
+
'install-domains': {
|
|
1192
|
+
create(input: TrackingInstallDomainsCreateInput): Promise<TrackingInstallDomainsCreateOutput>;
|
|
1193
|
+
delete(input: TrackingInstallDomainsDeleteInput): Promise<TrackingInstallDomainsDeleteOutput>;
|
|
1194
|
+
list(input: TrackingInstallDomainsListInput): Promise<TrackingInstallDomainsListOutput>;
|
|
1195
|
+
};
|
|
1196
|
+
'link-domains': {
|
|
1197
|
+
create(input: TrackingLinkDomainsCreateInput): Promise<TrackingLinkDomainsCreateOutput>;
|
|
1198
|
+
delete(input: TrackingLinkDomainsDeleteInput): Promise<TrackingLinkDomainsDeleteOutput>;
|
|
1199
|
+
list(input: TrackingLinkDomainsListInput): Promise<TrackingLinkDomainsListOutput>;
|
|
1200
|
+
};
|
|
1201
|
+
'live-events': {
|
|
1202
|
+
list(input: TrackingLiveEventsListInput): Promise<TrackingLiveEventsListOutput>;
|
|
1203
|
+
};
|
|
1204
|
+
profiles: {
|
|
1205
|
+
delete(input: TrackingProfilesDeleteInput): Promise<TrackingProfilesDeleteOutput>;
|
|
1206
|
+
export(input: TrackingProfilesExportInput): Promise<TrackingProfilesExportOutput>;
|
|
1207
|
+
get(input: TrackingProfilesGetInput): Promise<TrackingProfilesGetOutput>;
|
|
1208
|
+
list(input: TrackingProfilesListInput): Promise<TrackingProfilesListOutput>;
|
|
1209
|
+
};
|
|
1210
|
+
'reports-attributed': {
|
|
1211
|
+
journey(input: TrackingReportsAttributedJourneyInput): Promise<TrackingReportsAttributedJourneyOutput>;
|
|
1212
|
+
};
|
|
1213
|
+
'reports-revenue-by': {
|
|
1214
|
+
source(input: TrackingReportsRevenueBySourceInput): Promise<TrackingReportsRevenueBySourceOutput>;
|
|
1215
|
+
};
|
|
1216
|
+
'reports-source': {
|
|
1217
|
+
people(input: TrackingReportsSourcePeopleInput): Promise<TrackingReportsSourcePeopleOutput>;
|
|
1218
|
+
};
|
|
1219
|
+
snippets: {
|
|
1220
|
+
get(input: TrackingSnippetsGetInput): Promise<TrackingSnippetsGetOutput>;
|
|
1221
|
+
};
|
|
1222
|
+
};
|
|
1223
|
+
waitlist: {
|
|
1224
|
+
config: {
|
|
1225
|
+
get(input: WaitlistConfigGetInput): Promise<WaitlistConfigGetOutput>;
|
|
1226
|
+
upsert(input: WaitlistConfigUpsertInput): Promise<WaitlistConfigUpsertOutput>;
|
|
1227
|
+
};
|
|
1228
|
+
embed: {
|
|
1229
|
+
get(input: WaitlistEmbedGetInput): Promise<WaitlistEmbedGetOutput>;
|
|
1230
|
+
};
|
|
1231
|
+
invites: {
|
|
1232
|
+
send(input: WaitlistInvitesSendInput): Promise<WaitlistInvitesSendOutput>;
|
|
1233
|
+
};
|
|
1234
|
+
signups: {
|
|
1235
|
+
erase(input: WaitlistSignupsEraseInput): Promise<WaitlistSignupsEraseOutput>;
|
|
1236
|
+
funnel(input: WaitlistSignupsFunnelInput): Promise<WaitlistSignupsFunnelOutput>;
|
|
1237
|
+
list(input: WaitlistSignupsListInput): Promise<WaitlistSignupsListOutput>;
|
|
1238
|
+
};
|
|
1239
|
+
};
|
|
628
1240
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
+
export * from './queryOptions.gen';
|
|
3
|
+
export type { ConsentConfigCookieDomainUpsertInput, ConsentConfigCookieDomainUpsertOutput, ConsentConfigCustomizationUpsertInput, ConsentConfigCustomizationUpsertOutput, ConsentConfigFloatingIconUpsertInput, ConsentConfigFloatingIconUpsertOutput, ConsentConfigThemeUpsertInput, ConsentConfigThemeUpsertOutput, ConsentDashboardConfigGetInput, ConsentDashboardConfigGetOutput, ConsentDashboardDecisionsListInput, ConsentDashboardDecisionsListOutput, ConsentDashboardEmbedSnippetGetInput, ConsentDashboardEmbedSnippetGetOutput, ConsentDashboardStatsGetInput, ConsentDashboardStatsGetOutput, ConsentEmbedGetInput, ConsentEmbedGetOutput, ConsentProvidersCreateInput, ConsentProvidersCreateOutput, ConsentProvidersDeleteInput, ConsentProvidersDeleteOutput, ConsentProvidersListInput, ConsentProvidersListOutput, ConsentProvidersUpdateInput, ConsentProvidersUpdateOutput, ConsentRecordsExportInput, ConsentRecordsExportOutput, ConsentStatsGetInput, ConsentStatsGetOutput } from '../types.gen';
|