@lessly/sdk-app 36.2.0 → 37.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-B78AtFRC.d.cts → client.gen-C7SVQnZq.d.cts} +94 -1596
- package/dist/{client.gen-B78AtFRC.d.ts → client.gen-C7SVQnZq.d.ts} +94 -1596
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +13 -520
- 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 +13 -520
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +2 -12
- package/src/gen/bindings.gen.ts +13 -520
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -142
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +190 -1704
- package/dist/observe/index.cjs +0 -126
- package/dist/observe/index.cjs.map +0 -1
- package/dist/observe/index.d.cts +0 -100
- package/dist/observe/index.d.ts +0 -100
- package/dist/observe/index.js +0 -101
- package/dist/observe/index.js.map +0 -1
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/observe/index.ts +0 -3
- package/src/gen/observe/queryOptions.gen.ts +0 -161
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/src/gen/client.gen.ts
CHANGED
|
@@ -82,6 +82,8 @@ import type {
|
|
|
82
82
|
BrainProductSharedMemoryResetOutput,
|
|
83
83
|
BrainRestoreStatusInput,
|
|
84
84
|
BrainRestoreStatusOutput,
|
|
85
|
+
BrainUsageReportInput,
|
|
86
|
+
BrainUsageReportOutput,
|
|
85
87
|
ConsentConfigCookieDomainUpsertInput,
|
|
86
88
|
ConsentConfigCookieDomainUpsertOutput,
|
|
87
89
|
ConsentConfigCustomizationUpsertInput,
|
|
@@ -428,54 +430,6 @@ import type {
|
|
|
428
430
|
MailWebhookListOutput,
|
|
429
431
|
MailWebhookUpdateInput,
|
|
430
432
|
MailWebhookUpdateOutput,
|
|
431
|
-
ObserveArtifactsDeleteInput,
|
|
432
|
-
ObserveArtifactsDeleteOutput,
|
|
433
|
-
ObserveArtifactsListInput,
|
|
434
|
-
ObserveArtifactsListOutput,
|
|
435
|
-
ObserveArtifactsResolveInput,
|
|
436
|
-
ObserveArtifactsResolveOutput,
|
|
437
|
-
ObserveIssuesArchiveInput,
|
|
438
|
-
ObserveIssuesArchiveOutput,
|
|
439
|
-
ObserveIssuesAssignInput,
|
|
440
|
-
ObserveIssuesAssignOutput,
|
|
441
|
-
ObserveIssuesGetInput,
|
|
442
|
-
ObserveIssuesGetOutput,
|
|
443
|
-
ObserveIssuesListInput,
|
|
444
|
-
ObserveIssuesListOutput,
|
|
445
|
-
ObserveIssuesResolveInput,
|
|
446
|
-
ObserveIssuesResolveOutput,
|
|
447
|
-
ObserveKeysCreateInput,
|
|
448
|
-
ObserveKeysCreateOutput,
|
|
449
|
-
ObserveKeysListInput,
|
|
450
|
-
ObserveKeysListOutput,
|
|
451
|
-
ObserveKeysRevokeInput,
|
|
452
|
-
ObserveKeysRevokeOutput,
|
|
453
|
-
ObserveLogsFacetsInput,
|
|
454
|
-
ObserveLogsFacetsOutput,
|
|
455
|
-
ObserveLogsSearchInput,
|
|
456
|
-
ObserveLogsSearchOutput,
|
|
457
|
-
ObserveLogsTailInput,
|
|
458
|
-
ObserveLogsTailOutput,
|
|
459
|
-
ObserveTracesGetInput,
|
|
460
|
-
ObserveTracesGetOutput,
|
|
461
|
-
ObserveTracesSearchInput,
|
|
462
|
-
ObserveTracesSearchOutput,
|
|
463
|
-
ObserveWebhooksCreateInput,
|
|
464
|
-
ObserveWebhooksCreateOutput,
|
|
465
|
-
ObserveWebhooksDeleteInput,
|
|
466
|
-
ObserveWebhooksDeleteOutput,
|
|
467
|
-
ObserveWebhooksDeliveriesListInput,
|
|
468
|
-
ObserveWebhooksDeliveriesListOutput,
|
|
469
|
-
ObserveWebhooksGetInput,
|
|
470
|
-
ObserveWebhooksGetOutput,
|
|
471
|
-
ObserveWebhooksListInput,
|
|
472
|
-
ObserveWebhooksListOutput,
|
|
473
|
-
ObserveWebhooksRedeliverInput,
|
|
474
|
-
ObserveWebhooksRedeliverOutput,
|
|
475
|
-
ObserveWebhooksRotateSecretInput,
|
|
476
|
-
ObserveWebhooksRotateSecretOutput,
|
|
477
|
-
ObserveWebhooksUpdateInput,
|
|
478
|
-
ObserveWebhooksUpdateOutput,
|
|
479
433
|
OrganizationAuthMeInput,
|
|
480
434
|
OrganizationAuthMeOutput,
|
|
481
435
|
OrganizationBillingBudgetsGetInput,
|
|
@@ -618,30 +572,6 @@ import type {
|
|
|
618
572
|
OrganizationSupportThreadReplyOutput,
|
|
619
573
|
OrganizationSupportThreadsListInput,
|
|
620
574
|
OrganizationSupportThreadsListOutput,
|
|
621
|
-
PlaygroundAnalyticsOverviewInput,
|
|
622
|
-
PlaygroundAnalyticsOverviewOutput,
|
|
623
|
-
PlaygroundBillingEntitlementsInput,
|
|
624
|
-
PlaygroundBillingEntitlementsOutput,
|
|
625
|
-
PlaygroundBillingRecordUsageInput,
|
|
626
|
-
PlaygroundBillingRecordUsageOutput,
|
|
627
|
-
PlaygroundClickupCreateTaskInput,
|
|
628
|
-
PlaygroundClickupCreateTaskOutput,
|
|
629
|
-
PlaygroundClickupGetLastWebhookInput,
|
|
630
|
-
PlaygroundClickupGetLastWebhookOutput,
|
|
631
|
-
PlaygroundClickupGetOverviewInput,
|
|
632
|
-
PlaygroundClickupGetOverviewOutput,
|
|
633
|
-
PlaygroundGdriveGetLastChangeInput,
|
|
634
|
-
PlaygroundGdriveGetLastChangeOutput,
|
|
635
|
-
PlaygroundGdriveReadFileInput,
|
|
636
|
-
PlaygroundGdriveReadFileOutput,
|
|
637
|
-
PlaygroundGoogleadsReadCustomerInput,
|
|
638
|
-
PlaygroundGoogleadsReadCustomerOutput,
|
|
639
|
-
PlaygroundLifecycleGetStateInput,
|
|
640
|
-
PlaygroundLifecycleGetStateOutput,
|
|
641
|
-
PlaygroundLifecycleListEventsInput,
|
|
642
|
-
PlaygroundLifecycleListEventsOutput,
|
|
643
|
-
PlaygroundWebhookGetLastInput,
|
|
644
|
-
PlaygroundWebhookGetLastOutput,
|
|
645
575
|
RealtimeArchiveExportInput,
|
|
646
576
|
RealtimeArchiveExportOutput,
|
|
647
577
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1045,6 +975,9 @@ export interface GeneratedClient {
|
|
|
1045
975
|
restore: {
|
|
1046
976
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
1047
977
|
};
|
|
978
|
+
usage: {
|
|
979
|
+
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
980
|
+
};
|
|
1048
981
|
};
|
|
1049
982
|
consent: {
|
|
1050
983
|
'config-cookie-domain': {
|
|
@@ -1355,48 +1288,6 @@ export interface GeneratedClient {
|
|
|
1355
1288
|
list(input: MailWebhookDeliveriesListInput): Promise<MailWebhookDeliveriesListOutput>;
|
|
1356
1289
|
};
|
|
1357
1290
|
};
|
|
1358
|
-
observe: {
|
|
1359
|
-
artifacts: {
|
|
1360
|
-
delete(input: ObserveArtifactsDeleteInput): Promise<ObserveArtifactsDeleteOutput>;
|
|
1361
|
-
list(input: ObserveArtifactsListInput): Promise<ObserveArtifactsListOutput>;
|
|
1362
|
-
resolve(input: ObserveArtifactsResolveInput): Promise<ObserveArtifactsResolveOutput>;
|
|
1363
|
-
};
|
|
1364
|
-
issues: {
|
|
1365
|
-
archive(input: ObserveIssuesArchiveInput): Promise<ObserveIssuesArchiveOutput>;
|
|
1366
|
-
assign(input: ObserveIssuesAssignInput): Promise<ObserveIssuesAssignOutput>;
|
|
1367
|
-
get(input: ObserveIssuesGetInput): Promise<ObserveIssuesGetOutput>;
|
|
1368
|
-
list(input: ObserveIssuesListInput): Promise<ObserveIssuesListOutput>;
|
|
1369
|
-
resolve(input: ObserveIssuesResolveInput): Promise<ObserveIssuesResolveOutput>;
|
|
1370
|
-
};
|
|
1371
|
-
keys: {
|
|
1372
|
-
create(input: ObserveKeysCreateInput): Promise<ObserveKeysCreateOutput>;
|
|
1373
|
-
list(input: ObserveKeysListInput): Promise<ObserveKeysListOutput>;
|
|
1374
|
-
revoke(input: ObserveKeysRevokeInput): Promise<ObserveKeysRevokeOutput>;
|
|
1375
|
-
};
|
|
1376
|
-
logs: {
|
|
1377
|
-
facets(input: ObserveLogsFacetsInput): Promise<ObserveLogsFacetsOutput>;
|
|
1378
|
-
search(input: ObserveLogsSearchInput): Promise<ObserveLogsSearchOutput>;
|
|
1379
|
-
tail(input: ObserveLogsTailInput): Promise<ObserveLogsTailOutput>;
|
|
1380
|
-
};
|
|
1381
|
-
traces: {
|
|
1382
|
-
get(input: ObserveTracesGetInput): Promise<ObserveTracesGetOutput>;
|
|
1383
|
-
search(input: ObserveTracesSearchInput): Promise<ObserveTracesSearchOutput>;
|
|
1384
|
-
};
|
|
1385
|
-
webhooks: {
|
|
1386
|
-
create(input: ObserveWebhooksCreateInput): Promise<ObserveWebhooksCreateOutput>;
|
|
1387
|
-
delete(input: ObserveWebhooksDeleteInput): Promise<ObserveWebhooksDeleteOutput>;
|
|
1388
|
-
get(input: ObserveWebhooksGetInput): Promise<ObserveWebhooksGetOutput>;
|
|
1389
|
-
list(input: ObserveWebhooksListInput): Promise<ObserveWebhooksListOutput>;
|
|
1390
|
-
redeliver(input: ObserveWebhooksRedeliverInput): Promise<ObserveWebhooksRedeliverOutput>;
|
|
1391
|
-
update(input: ObserveWebhooksUpdateInput): Promise<ObserveWebhooksUpdateOutput>;
|
|
1392
|
-
};
|
|
1393
|
-
'webhooks-deliveries': {
|
|
1394
|
-
list(input: ObserveWebhooksDeliveriesListInput): Promise<ObserveWebhooksDeliveriesListOutput>;
|
|
1395
|
-
};
|
|
1396
|
-
'webhooks-rotate': {
|
|
1397
|
-
secret(input: ObserveWebhooksRotateSecretInput): Promise<ObserveWebhooksRotateSecretOutput>;
|
|
1398
|
-
};
|
|
1399
|
-
};
|
|
1400
1291
|
organization: {
|
|
1401
1292
|
create(input: OrganizationCreateInput): Promise<OrganizationCreateOutput>;
|
|
1402
1293
|
list(input: OrganizationListInput): Promise<OrganizationListOutput>;
|
|
@@ -1516,34 +1407,6 @@ export interface GeneratedClient {
|
|
|
1516
1407
|
list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
|
|
1517
1408
|
};
|
|
1518
1409
|
};
|
|
1519
|
-
playground: {
|
|
1520
|
-
analytics: {
|
|
1521
|
-
overview(input: PlaygroundAnalyticsOverviewInput): Promise<PlaygroundAnalyticsOverviewOutput>;
|
|
1522
|
-
};
|
|
1523
|
-
billing: {
|
|
1524
|
-
entitlements(input: PlaygroundBillingEntitlementsInput): Promise<PlaygroundBillingEntitlementsOutput>;
|
|
1525
|
-
'record-usage'(input: PlaygroundBillingRecordUsageInput): Promise<PlaygroundBillingRecordUsageOutput>;
|
|
1526
|
-
};
|
|
1527
|
-
clickup: {
|
|
1528
|
-
'create-task'(input: PlaygroundClickupCreateTaskInput): Promise<PlaygroundClickupCreateTaskOutput>;
|
|
1529
|
-
'get-last-webhook'(input: PlaygroundClickupGetLastWebhookInput): Promise<PlaygroundClickupGetLastWebhookOutput>;
|
|
1530
|
-
'get-overview'(input: PlaygroundClickupGetOverviewInput): Promise<PlaygroundClickupGetOverviewOutput>;
|
|
1531
|
-
};
|
|
1532
|
-
gdrive: {
|
|
1533
|
-
'get-last-change'(input: PlaygroundGdriveGetLastChangeInput): Promise<PlaygroundGdriveGetLastChangeOutput>;
|
|
1534
|
-
'read-file'(input: PlaygroundGdriveReadFileInput): Promise<PlaygroundGdriveReadFileOutput>;
|
|
1535
|
-
};
|
|
1536
|
-
googleads: {
|
|
1537
|
-
'read-customer'(input: PlaygroundGoogleadsReadCustomerInput): Promise<PlaygroundGoogleadsReadCustomerOutput>;
|
|
1538
|
-
};
|
|
1539
|
-
lifecycle: {
|
|
1540
|
-
'get-state'(input: PlaygroundLifecycleGetStateInput): Promise<PlaygroundLifecycleGetStateOutput>;
|
|
1541
|
-
'list-events'(input: PlaygroundLifecycleListEventsInput): Promise<PlaygroundLifecycleListEventsOutput>;
|
|
1542
|
-
};
|
|
1543
|
-
webhook: {
|
|
1544
|
-
'get-last'(input: PlaygroundWebhookGetLastInput): Promise<PlaygroundWebhookGetLastOutput>;
|
|
1545
|
-
};
|
|
1546
|
-
};
|
|
1547
1410
|
realtime: {
|
|
1548
1411
|
archive: {
|
|
1549
1412
|
export(input: RealtimeArchiveExportInput): Promise<RealtimeArchiveExportOutput>;
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', '
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|