@lessly/sdk-app 15.0.1 → 15.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 (41) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.d.cts +1 -1
  4. package/dist/brain/index.d.ts +1 -1
  5. package/dist/{client.gen-ClvT4E7P.d.cts → client.gen-BeFnNb6g.d.cts} +2688 -1
  6. package/dist/{client.gen-ClvT4E7P.d.ts → client.gen-BeFnNb6g.d.ts} +2688 -1
  7. package/dist/consent/index.d.cts +1 -1
  8. package/dist/consent/index.d.ts +1 -1
  9. package/dist/deployment/index.d.cts +1 -1
  10. package/dist/deployment/index.d.ts +1 -1
  11. package/dist/index.cjs +742 -0
  12. package/dist/index.cjs.map +1 -1
  13. package/dist/index.d.cts +1 -1
  14. package/dist/index.d.ts +1 -1
  15. package/dist/index.js +742 -0
  16. package/dist/index.js.map +1 -1
  17. package/dist/mail/index.d.cts +2 -2
  18. package/dist/mail/index.d.ts +2 -2
  19. package/dist/organization/index.d.cts +1 -1
  20. package/dist/organization/index.d.ts +1 -1
  21. package/dist/playground/index.d.cts +1 -1
  22. package/dist/playground/index.d.ts +1 -1
  23. package/dist/realtime/index.d.cts +1 -1
  24. package/dist/realtime/index.d.ts +1 -1
  25. package/dist/tracking/index.d.cts +1 -1
  26. package/dist/tracking/index.d.ts +1 -1
  27. package/dist/users/index.cjs +216 -0
  28. package/dist/users/index.cjs.map +1 -0
  29. package/dist/users/index.d.cts +172 -0
  30. package/dist/users/index.d.ts +172 -0
  31. package/dist/users/index.js +173 -0
  32. package/dist/users/index.js.map +1 -0
  33. package/dist/waitlist/index.d.cts +1 -1
  34. package/dist/waitlist/index.d.ts +1 -1
  35. package/package.json +7 -2
  36. package/src/gen/bindings.gen.ts +742 -0
  37. package/src/gen/client.gen.ts +158 -0
  38. package/src/gen/manifest.gen.ts +1 -1
  39. package/src/gen/types.gen.ts +2699 -0
  40. package/src/gen/users/index.ts +3 -0
  41. package/src/gen/users/queryOptions.gen.ts +268 -0
@@ -706,6 +706,90 @@ import type {
706
706
  TrackingReportsSourcePeopleOutput,
707
707
  TrackingSnippetsGetInput,
708
708
  TrackingSnippetsGetOutput,
709
+ UsersApikeysCreateInput,
710
+ UsersApikeysCreateOutput,
711
+ UsersApikeysListInput,
712
+ UsersApikeysListOutput,
713
+ UsersApikeysRevokeInput,
714
+ UsersApikeysRevokeOutput,
715
+ UsersAuditListInput,
716
+ UsersAuditListOutput,
717
+ UsersConfigGetInput,
718
+ UsersConfigGetOutput,
719
+ UsersConfigUpsertInput,
720
+ UsersConfigUpsertOutput,
721
+ UsersFactorsListInput,
722
+ UsersFactorsListOutput,
723
+ UsersFactorsResetInput,
724
+ UsersFactorsResetOutput,
725
+ UsersKeysListInput,
726
+ UsersKeysListOutput,
727
+ UsersKeysRevokeInput,
728
+ UsersKeysRevokeOutput,
729
+ UsersKeysRotateInput,
730
+ UsersKeysRotateOutput,
731
+ UsersOpsRetentionGetInput,
732
+ UsersOpsRetentionGetOutput,
733
+ UsersOpsSloGetInput,
734
+ UsersOpsSloGetOutput,
735
+ UsersSessionsGetInput,
736
+ UsersSessionsGetOutput,
737
+ UsersSessionsImpersonateInput,
738
+ UsersSessionsImpersonateOutput,
739
+ UsersSessionsListInput,
740
+ UsersSessionsListOutput,
741
+ UsersSessionsRevokeInput,
742
+ UsersSessionsRevokeOutput,
743
+ UsersStatsGetInput,
744
+ UsersStatsGetOutput,
745
+ UsersUsersBanInput,
746
+ UsersUsersBanOutput,
747
+ UsersUsersCreateInput,
748
+ UsersUsersCreateOutput,
749
+ UsersUsersDeleteInput,
750
+ UsersUsersDeleteOutput,
751
+ UsersUsersEraseInput,
752
+ UsersUsersEraseOutput,
753
+ UsersUsersExportInput,
754
+ UsersUsersExportOutput,
755
+ UsersUsersGetInput,
756
+ UsersUsersGetOutput,
757
+ UsersUsersImportInput,
758
+ UsersUsersImportOutput,
759
+ UsersUsersInviteInput,
760
+ UsersUsersInviteOutput,
761
+ UsersUsersListInput,
762
+ UsersUsersListOutput,
763
+ UsersUsersSetPrimaryIdentifierInput,
764
+ UsersUsersSetPrimaryIdentifierOutput,
765
+ UsersUsersUnbanInput,
766
+ UsersUsersUnbanOutput,
767
+ UsersUsersUpdateInput,
768
+ UsersUsersUpdateOutput,
769
+ UsersWaitlistEraseInput,
770
+ UsersWaitlistEraseOutput,
771
+ UsersWaitlistFunnelInput,
772
+ UsersWaitlistFunnelOutput,
773
+ UsersWaitlistImportInput,
774
+ UsersWaitlistImportOutput,
775
+ UsersWaitlistInviteInput,
776
+ UsersWaitlistInviteOutput,
777
+ UsersWaitlistListInput,
778
+ UsersWaitlistListOutput,
779
+ UsersWebhooksCreateInput,
780
+ UsersWebhooksCreateOutput,
781
+ UsersWebhooksDeleteInput,
782
+ UsersWebhooksDeleteOutput,
783
+ UsersWebhooksDeliveriesListInput,
784
+ UsersWebhooksDeliveriesListOutput,
785
+ UsersWebhooksGetInput,
786
+ UsersWebhooksGetOutput,
787
+ UsersWebhooksListInput,
788
+ UsersWebhooksListOutput,
789
+ UsersWebhooksRotateSecretInput,
790
+ UsersWebhooksRotateSecretOutput,
791
+ UsersWebhooksUpdateInput,
792
+ UsersWebhooksUpdateOutput,
709
793
  WaitlistConfigGetInput,
710
794
  WaitlistConfigGetOutput,
711
795
  WaitlistConfigUpsertInput,
@@ -1376,6 +1460,80 @@ export interface GeneratedClient {
1376
1460
  get(input: TrackingSnippetsGetInput): Promise<TrackingSnippetsGetOutput>;
1377
1461
  };
1378
1462
  };
1463
+ users: {
1464
+ apikeys: {
1465
+ create(input: UsersApikeysCreateInput): Promise<UsersApikeysCreateOutput>;
1466
+ list(input: UsersApikeysListInput): Promise<UsersApikeysListOutput>;
1467
+ revoke(input: UsersApikeysRevokeInput): Promise<UsersApikeysRevokeOutput>;
1468
+ };
1469
+ audit: {
1470
+ list(input: UsersAuditListInput): Promise<UsersAuditListOutput>;
1471
+ };
1472
+ config: {
1473
+ get(input: UsersConfigGetInput): Promise<UsersConfigGetOutput>;
1474
+ upsert(input: UsersConfigUpsertInput): Promise<UsersConfigUpsertOutput>;
1475
+ };
1476
+ factors: {
1477
+ list(input: UsersFactorsListInput): Promise<UsersFactorsListOutput>;
1478
+ reset(input: UsersFactorsResetInput): Promise<UsersFactorsResetOutput>;
1479
+ };
1480
+ keys: {
1481
+ list(input: UsersKeysListInput): Promise<UsersKeysListOutput>;
1482
+ revoke(input: UsersKeysRevokeInput): Promise<UsersKeysRevokeOutput>;
1483
+ rotate(input: UsersKeysRotateInput): Promise<UsersKeysRotateOutput>;
1484
+ };
1485
+ 'ops-retention': {
1486
+ get(input: UsersOpsRetentionGetInput): Promise<UsersOpsRetentionGetOutput>;
1487
+ };
1488
+ 'ops-slo': {
1489
+ get(input: UsersOpsSloGetInput): Promise<UsersOpsSloGetOutput>;
1490
+ };
1491
+ sessions: {
1492
+ get(input: UsersSessionsGetInput): Promise<UsersSessionsGetOutput>;
1493
+ impersonate(input: UsersSessionsImpersonateInput): Promise<UsersSessionsImpersonateOutput>;
1494
+ list(input: UsersSessionsListInput): Promise<UsersSessionsListOutput>;
1495
+ revoke(input: UsersSessionsRevokeInput): Promise<UsersSessionsRevokeOutput>;
1496
+ };
1497
+ stats: {
1498
+ get(input: UsersStatsGetInput): Promise<UsersStatsGetOutput>;
1499
+ };
1500
+ users: {
1501
+ ban(input: UsersUsersBanInput): Promise<UsersUsersBanOutput>;
1502
+ create(input: UsersUsersCreateInput): Promise<UsersUsersCreateOutput>;
1503
+ delete(input: UsersUsersDeleteInput): Promise<UsersUsersDeleteOutput>;
1504
+ erase(input: UsersUsersEraseInput): Promise<UsersUsersEraseOutput>;
1505
+ export(input: UsersUsersExportInput): Promise<UsersUsersExportOutput>;
1506
+ get(input: UsersUsersGetInput): Promise<UsersUsersGetOutput>;
1507
+ import(input: UsersUsersImportInput): Promise<UsersUsersImportOutput>;
1508
+ invite(input: UsersUsersInviteInput): Promise<UsersUsersInviteOutput>;
1509
+ list(input: UsersUsersListInput): Promise<UsersUsersListOutput>;
1510
+ unban(input: UsersUsersUnbanInput): Promise<UsersUsersUnbanOutput>;
1511
+ update(input: UsersUsersUpdateInput): Promise<UsersUsersUpdateOutput>;
1512
+ };
1513
+ 'users-set-primary': {
1514
+ identifier(input: UsersUsersSetPrimaryIdentifierInput): Promise<UsersUsersSetPrimaryIdentifierOutput>;
1515
+ };
1516
+ waitlist: {
1517
+ erase(input: UsersWaitlistEraseInput): Promise<UsersWaitlistEraseOutput>;
1518
+ funnel(input: UsersWaitlistFunnelInput): Promise<UsersWaitlistFunnelOutput>;
1519
+ import(input: UsersWaitlistImportInput): Promise<UsersWaitlistImportOutput>;
1520
+ invite(input: UsersWaitlistInviteInput): Promise<UsersWaitlistInviteOutput>;
1521
+ list(input: UsersWaitlistListInput): Promise<UsersWaitlistListOutput>;
1522
+ };
1523
+ webhooks: {
1524
+ create(input: UsersWebhooksCreateInput): Promise<UsersWebhooksCreateOutput>;
1525
+ delete(input: UsersWebhooksDeleteInput): Promise<UsersWebhooksDeleteOutput>;
1526
+ get(input: UsersWebhooksGetInput): Promise<UsersWebhooksGetOutput>;
1527
+ list(input: UsersWebhooksListInput): Promise<UsersWebhooksListOutput>;
1528
+ update(input: UsersWebhooksUpdateInput): Promise<UsersWebhooksUpdateOutput>;
1529
+ };
1530
+ 'webhooks-deliveries': {
1531
+ list(input: UsersWebhooksDeliveriesListInput): Promise<UsersWebhooksDeliveriesListOutput>;
1532
+ };
1533
+ 'webhooks-rotate': {
1534
+ secret(input: UsersWebhooksRotateSecretInput): Promise<UsersWebhooksRotateSecretOutput>;
1535
+ };
1536
+ };
1379
1537
  waitlist: {
1380
1538
  config: {
1381
1539
  get(input: WaitlistConfigGetInput): Promise<WaitlistConfigGetOutput>;
@@ -1,2 +1,2 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
- export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'playground', 'realtime', 'tracking', 'waitlist'] as const;
2
+ export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'playground', 'realtime', 'tracking', 'users', 'waitlist'] as const;