@lessly/sdk-app 17.0.0 → 17.2.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 (39) 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-DYlVp4ZF.d.cts → client.gen-C3-OM0XA.d.cts} +2688 -1
  6. package/dist/{client.gen-DYlVp4ZF.d.ts → client.gen-C3-OM0XA.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/realtime/index.d.cts +1 -1
  22. package/dist/realtime/index.d.ts +1 -1
  23. package/dist/tracking/index.d.cts +1 -1
  24. package/dist/tracking/index.d.ts +1 -1
  25. package/dist/users/index.cjs +216 -0
  26. package/dist/users/index.cjs.map +1 -0
  27. package/dist/users/index.d.cts +172 -0
  28. package/dist/users/index.d.ts +172 -0
  29. package/dist/users/index.js +173 -0
  30. package/dist/users/index.js.map +1 -0
  31. package/dist/waitlist/index.d.cts +1 -1
  32. package/dist/waitlist/index.d.ts +1 -1
  33. package/package.json +7 -2
  34. package/src/gen/bindings.gen.ts +742 -0
  35. package/src/gen/client.gen.ts +158 -0
  36. package/src/gen/manifest.gen.ts +1 -1
  37. package/src/gen/types.gen.ts +2699 -0
  38. package/src/gen/users/index.ts +3 -0
  39. package/src/gen/users/queryOptions.gen.ts +268 -0
@@ -688,6 +688,90 @@ import type {
688
688
  TrackingReportsSourcePeopleOutput,
689
689
  TrackingSnippetsGetInput,
690
690
  TrackingSnippetsGetOutput,
691
+ UsersApikeysCreateInput,
692
+ UsersApikeysCreateOutput,
693
+ UsersApikeysListInput,
694
+ UsersApikeysListOutput,
695
+ UsersApikeysRevokeInput,
696
+ UsersApikeysRevokeOutput,
697
+ UsersAuditListInput,
698
+ UsersAuditListOutput,
699
+ UsersConfigGetInput,
700
+ UsersConfigGetOutput,
701
+ UsersConfigUpsertInput,
702
+ UsersConfigUpsertOutput,
703
+ UsersFactorsListInput,
704
+ UsersFactorsListOutput,
705
+ UsersFactorsResetInput,
706
+ UsersFactorsResetOutput,
707
+ UsersKeysListInput,
708
+ UsersKeysListOutput,
709
+ UsersKeysRevokeInput,
710
+ UsersKeysRevokeOutput,
711
+ UsersKeysRotateInput,
712
+ UsersKeysRotateOutput,
713
+ UsersOpsRetentionGetInput,
714
+ UsersOpsRetentionGetOutput,
715
+ UsersOpsSloGetInput,
716
+ UsersOpsSloGetOutput,
717
+ UsersSessionsGetInput,
718
+ UsersSessionsGetOutput,
719
+ UsersSessionsImpersonateInput,
720
+ UsersSessionsImpersonateOutput,
721
+ UsersSessionsListInput,
722
+ UsersSessionsListOutput,
723
+ UsersSessionsRevokeInput,
724
+ UsersSessionsRevokeOutput,
725
+ UsersStatsGetInput,
726
+ UsersStatsGetOutput,
727
+ UsersUsersBanInput,
728
+ UsersUsersBanOutput,
729
+ UsersUsersCreateInput,
730
+ UsersUsersCreateOutput,
731
+ UsersUsersDeleteInput,
732
+ UsersUsersDeleteOutput,
733
+ UsersUsersEraseInput,
734
+ UsersUsersEraseOutput,
735
+ UsersUsersExportInput,
736
+ UsersUsersExportOutput,
737
+ UsersUsersGetInput,
738
+ UsersUsersGetOutput,
739
+ UsersUsersImportInput,
740
+ UsersUsersImportOutput,
741
+ UsersUsersInviteInput,
742
+ UsersUsersInviteOutput,
743
+ UsersUsersListInput,
744
+ UsersUsersListOutput,
745
+ UsersUsersSetPrimaryIdentifierInput,
746
+ UsersUsersSetPrimaryIdentifierOutput,
747
+ UsersUsersUnbanInput,
748
+ UsersUsersUnbanOutput,
749
+ UsersUsersUpdateInput,
750
+ UsersUsersUpdateOutput,
751
+ UsersWaitlistEraseInput,
752
+ UsersWaitlistEraseOutput,
753
+ UsersWaitlistFunnelInput,
754
+ UsersWaitlistFunnelOutput,
755
+ UsersWaitlistImportInput,
756
+ UsersWaitlistImportOutput,
757
+ UsersWaitlistInviteInput,
758
+ UsersWaitlistInviteOutput,
759
+ UsersWaitlistListInput,
760
+ UsersWaitlistListOutput,
761
+ UsersWebhooksCreateInput,
762
+ UsersWebhooksCreateOutput,
763
+ UsersWebhooksDeleteInput,
764
+ UsersWebhooksDeleteOutput,
765
+ UsersWebhooksDeliveriesListInput,
766
+ UsersWebhooksDeliveriesListOutput,
767
+ UsersWebhooksGetInput,
768
+ UsersWebhooksGetOutput,
769
+ UsersWebhooksListInput,
770
+ UsersWebhooksListOutput,
771
+ UsersWebhooksRotateSecretInput,
772
+ UsersWebhooksRotateSecretOutput,
773
+ UsersWebhooksUpdateInput,
774
+ UsersWebhooksUpdateOutput,
691
775
  WaitlistConfigGetInput,
692
776
  WaitlistConfigGetOutput,
693
777
  WaitlistConfigUpsertInput,
@@ -1337,6 +1421,80 @@ export interface GeneratedClient {
1337
1421
  get(input: TrackingSnippetsGetInput): Promise<TrackingSnippetsGetOutput>;
1338
1422
  };
1339
1423
  };
1424
+ users: {
1425
+ apikeys: {
1426
+ create(input: UsersApikeysCreateInput): Promise<UsersApikeysCreateOutput>;
1427
+ list(input: UsersApikeysListInput): Promise<UsersApikeysListOutput>;
1428
+ revoke(input: UsersApikeysRevokeInput): Promise<UsersApikeysRevokeOutput>;
1429
+ };
1430
+ audit: {
1431
+ list(input: UsersAuditListInput): Promise<UsersAuditListOutput>;
1432
+ };
1433
+ config: {
1434
+ get(input: UsersConfigGetInput): Promise<UsersConfigGetOutput>;
1435
+ upsert(input: UsersConfigUpsertInput): Promise<UsersConfigUpsertOutput>;
1436
+ };
1437
+ factors: {
1438
+ list(input: UsersFactorsListInput): Promise<UsersFactorsListOutput>;
1439
+ reset(input: UsersFactorsResetInput): Promise<UsersFactorsResetOutput>;
1440
+ };
1441
+ keys: {
1442
+ list(input: UsersKeysListInput): Promise<UsersKeysListOutput>;
1443
+ revoke(input: UsersKeysRevokeInput): Promise<UsersKeysRevokeOutput>;
1444
+ rotate(input: UsersKeysRotateInput): Promise<UsersKeysRotateOutput>;
1445
+ };
1446
+ 'ops-retention': {
1447
+ get(input: UsersOpsRetentionGetInput): Promise<UsersOpsRetentionGetOutput>;
1448
+ };
1449
+ 'ops-slo': {
1450
+ get(input: UsersOpsSloGetInput): Promise<UsersOpsSloGetOutput>;
1451
+ };
1452
+ sessions: {
1453
+ get(input: UsersSessionsGetInput): Promise<UsersSessionsGetOutput>;
1454
+ impersonate(input: UsersSessionsImpersonateInput): Promise<UsersSessionsImpersonateOutput>;
1455
+ list(input: UsersSessionsListInput): Promise<UsersSessionsListOutput>;
1456
+ revoke(input: UsersSessionsRevokeInput): Promise<UsersSessionsRevokeOutput>;
1457
+ };
1458
+ stats: {
1459
+ get(input: UsersStatsGetInput): Promise<UsersStatsGetOutput>;
1460
+ };
1461
+ users: {
1462
+ ban(input: UsersUsersBanInput): Promise<UsersUsersBanOutput>;
1463
+ create(input: UsersUsersCreateInput): Promise<UsersUsersCreateOutput>;
1464
+ delete(input: UsersUsersDeleteInput): Promise<UsersUsersDeleteOutput>;
1465
+ erase(input: UsersUsersEraseInput): Promise<UsersUsersEraseOutput>;
1466
+ export(input: UsersUsersExportInput): Promise<UsersUsersExportOutput>;
1467
+ get(input: UsersUsersGetInput): Promise<UsersUsersGetOutput>;
1468
+ import(input: UsersUsersImportInput): Promise<UsersUsersImportOutput>;
1469
+ invite(input: UsersUsersInviteInput): Promise<UsersUsersInviteOutput>;
1470
+ list(input: UsersUsersListInput): Promise<UsersUsersListOutput>;
1471
+ unban(input: UsersUsersUnbanInput): Promise<UsersUsersUnbanOutput>;
1472
+ update(input: UsersUsersUpdateInput): Promise<UsersUsersUpdateOutput>;
1473
+ };
1474
+ 'users-set-primary': {
1475
+ identifier(input: UsersUsersSetPrimaryIdentifierInput): Promise<UsersUsersSetPrimaryIdentifierOutput>;
1476
+ };
1477
+ waitlist: {
1478
+ erase(input: UsersWaitlistEraseInput): Promise<UsersWaitlistEraseOutput>;
1479
+ funnel(input: UsersWaitlistFunnelInput): Promise<UsersWaitlistFunnelOutput>;
1480
+ import(input: UsersWaitlistImportInput): Promise<UsersWaitlistImportOutput>;
1481
+ invite(input: UsersWaitlistInviteInput): Promise<UsersWaitlistInviteOutput>;
1482
+ list(input: UsersWaitlistListInput): Promise<UsersWaitlistListOutput>;
1483
+ };
1484
+ webhooks: {
1485
+ create(input: UsersWebhooksCreateInput): Promise<UsersWebhooksCreateOutput>;
1486
+ delete(input: UsersWebhooksDeleteInput): Promise<UsersWebhooksDeleteOutput>;
1487
+ get(input: UsersWebhooksGetInput): Promise<UsersWebhooksGetOutput>;
1488
+ list(input: UsersWebhooksListInput): Promise<UsersWebhooksListOutput>;
1489
+ update(input: UsersWebhooksUpdateInput): Promise<UsersWebhooksUpdateOutput>;
1490
+ };
1491
+ 'webhooks-deliveries': {
1492
+ list(input: UsersWebhooksDeliveriesListInput): Promise<UsersWebhooksDeliveriesListOutput>;
1493
+ };
1494
+ 'webhooks-rotate': {
1495
+ secret(input: UsersWebhooksRotateSecretInput): Promise<UsersWebhooksRotateSecretOutput>;
1496
+ };
1497
+ };
1340
1498
  waitlist: {
1341
1499
  config: {
1342
1500
  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', 'realtime', 'tracking', 'waitlist'] as const;
2
+ export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'organization', 'realtime', 'tracking', 'users', 'waitlist'] as const;