@lessly/sdk-app 31.2.0 → 32.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 (44) 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-CgxJO9Bv.d.cts → client.gen-BaBUJ3xx.d.cts} +47 -77
  6. package/dist/{client.gen-CgxJO9Bv.d.ts → client.gen-BaBUJ3xx.d.ts} +47 -77
  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 +4 -71
  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 +4 -71
  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/observe/index.d.cts +1 -1
  20. package/dist/observe/index.d.ts +1 -1
  21. package/dist/organization/index.cjs +0 -25
  22. package/dist/organization/index.cjs.map +1 -1
  23. package/dist/organization/index.d.cts +2 -22
  24. package/dist/organization/index.d.ts +2 -22
  25. package/dist/organization/index.js +1 -21
  26. package/dist/organization/index.js.map +1 -1
  27. package/dist/playground/index.d.cts +1 -1
  28. package/dist/playground/index.d.ts +1 -1
  29. package/dist/realtime/index.d.cts +1 -1
  30. package/dist/realtime/index.d.ts +1 -1
  31. package/dist/support/index.d.cts +1 -1
  32. package/dist/support/index.d.ts +1 -1
  33. package/dist/tracking/index.d.cts +1 -1
  34. package/dist/tracking/index.d.ts +1 -1
  35. package/dist/users/index.d.cts +1 -1
  36. package/dist/users/index.d.ts +1 -1
  37. package/dist/waitlist/index.d.cts +1 -1
  38. package/dist/waitlist/index.d.ts +1 -1
  39. package/package.json +2 -2
  40. package/src/gen/bindings.gen.ts +4 -71
  41. package/src/gen/client.gen.ts +0 -15
  42. package/src/gen/organization/index.ts +1 -1
  43. package/src/gen/organization/queryOptions.gen.ts +0 -31
  44. package/src/gen/types.gen.ts +46 -81
@@ -4344,17 +4344,6 @@ export const bindings: BindingsMap = {
4344
4344
  }
4345
4345
  },
4346
4346
  "product": {
4347
- "accept-invitation": {
4348
- "method": "POST",
4349
- "params": [
4350
- {
4351
- "in": "path",
4352
- "name": "token"
4353
- }
4354
- ],
4355
- "path": "/governance/api/v1/invitations/:token/accept",
4356
- "readOnly": false
4357
- },
4358
4347
  "create": {
4359
4348
  "method": "POST",
4360
4349
  "params": [
@@ -4374,25 +4363,6 @@ export const bindings: BindingsMap = {
4374
4363
  "path": "/governance/api/v1/products",
4375
4364
  "readOnly": false
4376
4365
  },
4377
- "invite": {
4378
- "method": "POST",
4379
- "params": [
4380
- {
4381
- "in": "path",
4382
- "name": "productId"
4383
- },
4384
- {
4385
- "in": "body",
4386
- "name": "email"
4387
- },
4388
- {
4389
- "in": "body",
4390
- "name": "role"
4391
- }
4392
- ],
4393
- "path": "/governance/api/v1/products/:productId/invitations",
4394
- "readOnly": false
4395
- },
4396
4366
  "list": {
4397
4367
  "method": "GET",
4398
4368
  "params": [
@@ -4415,17 +4385,6 @@ export const bindings: BindingsMap = {
4415
4385
  "path": "/governance/api/v1/products/:productId/access",
4416
4386
  "readOnly": true
4417
4387
  },
4418
- "list-invitations": {
4419
- "method": "GET",
4420
- "params": [
4421
- {
4422
- "in": "path",
4423
- "name": "productId"
4424
- }
4425
- ],
4426
- "path": "/governance/api/v1/products/:productId/invitations",
4427
- "readOnly": true
4428
- },
4429
4388
  "list-members": {
4430
4389
  "method": "GET",
4431
4390
  "params": [
@@ -4448,21 +4407,6 @@ export const bindings: BindingsMap = {
4448
4407
  "path": "/governance/api/v1/products/:productId/roles",
4449
4408
  "readOnly": true
4450
4409
  },
4451
- "resend-invitation": {
4452
- "method": "POST",
4453
- "params": [
4454
- {
4455
- "in": "path",
4456
- "name": "productId"
4457
- },
4458
- {
4459
- "in": "path",
4460
- "name": "id"
4461
- }
4462
- ],
4463
- "path": "/governance/api/v1/products/:productId/invitations/:id/resend",
4464
- "readOnly": false
4465
- },
4466
4410
  "revoke-access": {
4467
4411
  "method": "DELETE",
4468
4412
  "params": [
@@ -4478,21 +4422,6 @@ export const bindings: BindingsMap = {
4478
4422
  "path": "/governance/api/v1/products/:productId/access/:userId",
4479
4423
  "readOnly": false
4480
4424
  },
4481
- "revoke-invitation": {
4482
- "method": "POST",
4483
- "params": [
4484
- {
4485
- "in": "body",
4486
- "name": "productId"
4487
- },
4488
- {
4489
- "in": "body",
4490
- "name": "invitationId"
4491
- }
4492
- ],
4493
- "path": "/governance/api/v1/products/revoke-invitation",
4494
- "readOnly": false
4495
- },
4496
4425
  "select": {
4497
4426
  "method": "POST",
4498
4427
  "params": [
@@ -4537,6 +4466,10 @@ export const bindings: BindingsMap = {
4537
4466
  {
4538
4467
  "in": "body",
4539
4468
  "name": "name"
4469
+ },
4470
+ {
4471
+ "in": "body",
4472
+ "name": "description"
4540
4473
  }
4541
4474
  ],
4542
4475
  "path": "/governance/api/v1/products/:productId",
@@ -546,28 +546,18 @@ import type {
546
546
  OrganizationMembersAssignRoleOutput,
547
547
  OrganizationPermissionCatalogInput,
548
548
  OrganizationPermissionCatalogOutput,
549
- OrganizationProductAcceptInvitationInput,
550
- OrganizationProductAcceptInvitationOutput,
551
549
  OrganizationProductCreateInput,
552
550
  OrganizationProductCreateOutput,
553
- OrganizationProductInviteInput,
554
- OrganizationProductInviteOutput,
555
551
  OrganizationProductListAccessInput,
556
552
  OrganizationProductListAccessOutput,
557
553
  OrganizationProductListInput,
558
- OrganizationProductListInvitationsInput,
559
- OrganizationProductListInvitationsOutput,
560
554
  OrganizationProductListMembersInput,
561
555
  OrganizationProductListMembersOutput,
562
556
  OrganizationProductListOutput,
563
557
  OrganizationProductListRolesInput,
564
558
  OrganizationProductListRolesOutput,
565
- OrganizationProductResendInvitationInput,
566
- OrganizationProductResendInvitationOutput,
567
559
  OrganizationProductRevokeAccessInput,
568
560
  OrganizationProductRevokeAccessOutput,
569
- OrganizationProductRevokeInvitationInput,
570
- OrganizationProductRevokeInvitationOutput,
571
561
  OrganizationProductSelectInput,
572
562
  OrganizationProductSelectOutput,
573
563
  OrganizationProductSetAccessInput,
@@ -1415,17 +1405,12 @@ export interface GeneratedClient {
1415
1405
  catalog(input: OrganizationPermissionCatalogInput): Promise<OrganizationPermissionCatalogOutput>;
1416
1406
  };
1417
1407
  product: {
1418
- 'accept-invitation'(input: OrganizationProductAcceptInvitationInput): Promise<OrganizationProductAcceptInvitationOutput>;
1419
1408
  create(input: OrganizationProductCreateInput): Promise<OrganizationProductCreateOutput>;
1420
- invite(input: OrganizationProductInviteInput): Promise<OrganizationProductInviteOutput>;
1421
1409
  list(input: OrganizationProductListInput): Promise<OrganizationProductListOutput>;
1422
1410
  'list-access'(input: OrganizationProductListAccessInput): Promise<OrganizationProductListAccessOutput>;
1423
- 'list-invitations'(input: OrganizationProductListInvitationsInput): Promise<OrganizationProductListInvitationsOutput>;
1424
1411
  'list-members'(input: OrganizationProductListMembersInput): Promise<OrganizationProductListMembersOutput>;
1425
1412
  'list-roles'(input: OrganizationProductListRolesInput): Promise<OrganizationProductListRolesOutput>;
1426
- 'resend-invitation'(input: OrganizationProductResendInvitationInput): Promise<OrganizationProductResendInvitationOutput>;
1427
1413
  'revoke-access'(input: OrganizationProductRevokeAccessInput): Promise<OrganizationProductRevokeAccessOutput>;
1428
- 'revoke-invitation'(input: OrganizationProductRevokeInvitationInput): Promise<OrganizationProductRevokeInvitationOutput>;
1429
1414
  select(input: OrganizationProductSelectInput): Promise<OrganizationProductSelectOutput>;
1430
1415
  'set-access'(input: OrganizationProductSetAccessInput): Promise<OrganizationProductSetAccessOutput>;
1431
1416
  update(input: OrganizationProductUpdateInput): Promise<OrganizationProductUpdateOutput>;
@@ -1,3 +1,3 @@
1
1
  // AUTOGENERATED by scripts/generate.ts — do not edit.
2
2
  export * from './queryOptions.gen';
3
- export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, OrganizationBillingBudgetsSetInput, OrganizationBillingBudgetsSetOutput, OrganizationBillingCapsClearInput, OrganizationBillingCapsClearOutput, OrganizationBillingCapsSetInput, OrganizationBillingCapsSetOutput, OrganizationBindingsListInput, OrganizationBindingsListOutput, OrganizationClickupInstallInput, OrganizationClickupInstallOutput, OrganizationClickupListInstallationsInput, OrganizationClickupListInstallationsOutput, OrganizationCloudflareInstallInput, OrganizationCloudflareInstallOutput, OrganizationConnectorsApproveRequestInput, OrganizationConnectorsApproveRequestOutput, OrganizationConnectorsAttachInput, OrganizationConnectorsAttachOutput, OrganizationConnectorsDeleteInput, OrganizationConnectorsDeleteOutput, OrganizationConnectorsDenyRequestInput, OrganizationConnectorsDenyRequestOutput, OrganizationConnectorsDetachInput, OrganizationConnectorsDetachOutput, OrganizationConnectorsListAttachmentsInput, OrganizationConnectorsListAttachmentsOutput, OrganizationConnectorsListAvailableInput, OrganizationConnectorsListAvailableOutput, OrganizationConnectorsListInput, OrganizationConnectorsListOrgInput, OrganizationConnectorsListOrgOutput, OrganizationConnectorsListOutput, OrganizationConnectorsListRequestsInput, OrganizationConnectorsListRequestsOutput, OrganizationConnectorsRemoveInput, OrganizationConnectorsRemoveOutput, OrganizationConnectorsRequestInput, OrganizationConnectorsRequestOutput, OrganizationCreateInput, OrganizationCreateOutput, OrganizationDomainsAddInput, OrganizationDomainsAddOutput, OrganizationDomainsGetInput, OrganizationDomainsGetOutput, OrganizationDomainsListInput, OrganizationDomainsListOutput, OrganizationDomainsRemoveInput, OrganizationDomainsRemoveOutput, OrganizationDomainsSetModeInput, OrganizationDomainsSetModeOutput, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationFeedbackSubmitInput, OrganizationFeedbackSubmitOutput, OrganizationGdriveInstallInput, OrganizationGdriveInstallOutput, OrganizationGithubInstallInput, OrganizationGithubInstallOutput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationGoogleadsInstallOutput, OrganizationListInput, OrganizationListOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberAcceptInviteOutput, OrganizationMemberInviteInput, OrganizationMemberInviteOutput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRemoveOutput, OrganizationMemberRevokeInvitationInput, OrganizationMemberRevokeInvitationOutput, OrganizationMemberSetRoleInput, OrganizationMemberSetRoleOutput, OrganizationMemberShareProductInput, OrganizationMemberShareProductOutput, OrganizationMemberUnshareProductInput, OrganizationMemberUnshareProductOutput, OrganizationMembersAssignRoleInput, OrganizationMembersAssignRoleOutput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationProductAcceptInvitationInput, OrganizationProductAcceptInvitationOutput, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductInviteInput, OrganizationProductInviteOutput, OrganizationProductListAccessInput, OrganizationProductListAccessOutput, OrganizationProductListInput, OrganizationProductListInvitationsInput, OrganizationProductListInvitationsOutput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductResendInvitationInput, OrganizationProductResendInvitationOutput, OrganizationProductRevokeAccessInput, OrganizationProductRevokeAccessOutput, OrganizationProductRevokeInvitationInput, OrganizationProductRevokeInvitationOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationProductSetAccessInput, OrganizationProductSetAccessOutput, OrganizationProductUpdateInput, OrganizationProductUpdateOutput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysCreateOutput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysRevokeOutput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicKeysUpdateScopeOutput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRolesCreateInput, OrganizationRolesCreateOutput, OrganizationRolesDeleteInput, OrganizationRolesDeleteOutput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationRolesUpdateOutput, OrganizationSecurityMfaEnableInput, OrganizationSecurityMfaEnableOutput, OrganizationSelectInput, OrganizationSelectOutput, OrganizationSupportThreadCreateInput, OrganizationSupportThreadCreateOutput, OrganizationSupportThreadGetInput, OrganizationSupportThreadGetOutput, OrganizationSupportThreadReplyInput, OrganizationSupportThreadReplyOutput, OrganizationSupportThreadsListInput, OrganizationSupportThreadsListOutput } from '../types.gen';
3
+ export type { OrganizationAuthMeInput, OrganizationAuthMeOutput, OrganizationBillingBudgetsGetInput, OrganizationBillingBudgetsGetOutput, OrganizationBillingBudgetsSetInput, OrganizationBillingBudgetsSetOutput, OrganizationBillingCapsClearInput, OrganizationBillingCapsClearOutput, OrganizationBillingCapsSetInput, OrganizationBillingCapsSetOutput, OrganizationBindingsListInput, OrganizationBindingsListOutput, OrganizationClickupInstallInput, OrganizationClickupInstallOutput, OrganizationClickupListInstallationsInput, OrganizationClickupListInstallationsOutput, OrganizationCloudflareInstallInput, OrganizationCloudflareInstallOutput, OrganizationConnectorsApproveRequestInput, OrganizationConnectorsApproveRequestOutput, OrganizationConnectorsAttachInput, OrganizationConnectorsAttachOutput, OrganizationConnectorsDeleteInput, OrganizationConnectorsDeleteOutput, OrganizationConnectorsDenyRequestInput, OrganizationConnectorsDenyRequestOutput, OrganizationConnectorsDetachInput, OrganizationConnectorsDetachOutput, OrganizationConnectorsListAttachmentsInput, OrganizationConnectorsListAttachmentsOutput, OrganizationConnectorsListAvailableInput, OrganizationConnectorsListAvailableOutput, OrganizationConnectorsListInput, OrganizationConnectorsListOrgInput, OrganizationConnectorsListOrgOutput, OrganizationConnectorsListOutput, OrganizationConnectorsListRequestsInput, OrganizationConnectorsListRequestsOutput, OrganizationConnectorsRemoveInput, OrganizationConnectorsRemoveOutput, OrganizationConnectorsRequestInput, OrganizationConnectorsRequestOutput, OrganizationCreateInput, OrganizationCreateOutput, OrganizationDomainsAddInput, OrganizationDomainsAddOutput, OrganizationDomainsGetInput, OrganizationDomainsGetOutput, OrganizationDomainsListInput, OrganizationDomainsListOutput, OrganizationDomainsRemoveInput, OrganizationDomainsRemoveOutput, OrganizationDomainsSetModeInput, OrganizationDomainsSetModeOutput, OrganizationExtensionsListInstalledInput, OrganizationExtensionsListInstalledOutput, OrganizationFeedbackSubmitInput, OrganizationFeedbackSubmitOutput, OrganizationGdriveInstallInput, OrganizationGdriveInstallOutput, OrganizationGithubInstallInput, OrganizationGithubInstallOutput, OrganizationGithubListInstallationsInput, OrganizationGithubListInstallationsOutput, OrganizationGoogleadsInstallInput, OrganizationGoogleadsInstallOutput, OrganizationListInput, OrganizationListOutput, OrganizationMemberAcceptInviteInput, OrganizationMemberAcceptInviteOutput, OrganizationMemberInviteInput, OrganizationMemberInviteOutput, OrganizationMemberListInput, OrganizationMemberListInvitationsInput, OrganizationMemberListInvitationsOutput, OrganizationMemberListOutput, OrganizationMemberListProductAccessInput, OrganizationMemberListProductAccessOutput, OrganizationMemberRemoveInput, OrganizationMemberRemoveOutput, OrganizationMemberRevokeInvitationInput, OrganizationMemberRevokeInvitationOutput, OrganizationMemberSetRoleInput, OrganizationMemberSetRoleOutput, OrganizationMemberShareProductInput, OrganizationMemberShareProductOutput, OrganizationMemberUnshareProductInput, OrganizationMemberUnshareProductOutput, OrganizationMembersAssignRoleInput, OrganizationMembersAssignRoleOutput, OrganizationPermissionCatalogInput, OrganizationPermissionCatalogOutput, OrganizationProductCreateInput, OrganizationProductCreateOutput, OrganizationProductListAccessInput, OrganizationProductListAccessOutput, OrganizationProductListInput, OrganizationProductListMembersInput, OrganizationProductListMembersOutput, OrganizationProductListOutput, OrganizationProductListRolesInput, OrganizationProductListRolesOutput, OrganizationProductRevokeAccessInput, OrganizationProductRevokeAccessOutput, OrganizationProductSelectInput, OrganizationProductSelectOutput, OrganizationProductSetAccessInput, OrganizationProductSetAccessOutput, OrganizationProductUpdateInput, OrganizationProductUpdateOutput, OrganizationPublicKeysCreateInput, OrganizationPublicKeysCreateOutput, OrganizationPublicKeysListInput, OrganizationPublicKeysListOutput, OrganizationPublicKeysRevokeInput, OrganizationPublicKeysRevokeOutput, OrganizationPublicKeysUpdateScopeInput, OrganizationPublicKeysUpdateScopeOutput, OrganizationPublicRoutesListInput, OrganizationPublicRoutesListOutput, OrganizationRolesCreateInput, OrganizationRolesCreateOutput, OrganizationRolesDeleteInput, OrganizationRolesDeleteOutput, OrganizationRolesGetInput, OrganizationRolesGetOutput, OrganizationRolesListInput, OrganizationRolesListOutput, OrganizationRolesUpdateInput, OrganizationRolesUpdateOutput, OrganizationSecurityMfaEnableInput, OrganizationSecurityMfaEnableOutput, OrganizationSelectInput, OrganizationSelectOutput, OrganizationSupportThreadCreateInput, OrganizationSupportThreadCreateOutput, OrganizationSupportThreadGetInput, OrganizationSupportThreadGetOutput, OrganizationSupportThreadReplyInput, OrganizationSupportThreadReplyOutput, OrganizationSupportThreadsListInput, OrganizationSupportThreadsListOutput } from '../types.gen';
@@ -65,22 +65,16 @@ import type {
65
65
  OrganizationMembersAssignRoleInput,
66
66
  OrganizationPermissionCatalogInput,
67
67
  OrganizationPermissionCatalogOutput,
68
- OrganizationProductAcceptInvitationInput,
69
68
  OrganizationProductCreateInput,
70
- OrganizationProductInviteInput,
71
69
  OrganizationProductListAccessInput,
72
70
  OrganizationProductListAccessOutput,
73
71
  OrganizationProductListInput,
74
- OrganizationProductListInvitationsInput,
75
- OrganizationProductListInvitationsOutput,
76
72
  OrganizationProductListMembersInput,
77
73
  OrganizationProductListMembersOutput,
78
74
  OrganizationProductListOutput,
79
75
  OrganizationProductListRolesInput,
80
76
  OrganizationProductListRolesOutput,
81
- OrganizationProductResendInvitationInput,
82
77
  OrganizationProductRevokeAccessInput,
83
- OrganizationProductRevokeInvitationInput,
84
78
  OrganizationProductSelectInput,
85
79
  OrganizationProductSetAccessInput,
86
80
  OrganizationProductUpdateInput,
@@ -338,21 +332,11 @@ export const organizationPermissionCatalogQueryOptions = (sdk: GeneratedClient,
338
332
  queryFn: () => sdk['organization']['permission']['catalog'](input),
339
333
  });
340
334
 
341
- export const organizationProductAcceptInvitationMutationOptions = (sdk: GeneratedClient) => ({
342
- mutationKey: ['organization', 'product', 'accept-invitation'],
343
- mutationFn: (input: OrganizationProductAcceptInvitationInput) => sdk['organization']['product']['accept-invitation'](input),
344
- });
345
-
346
335
  export const organizationProductCreateMutationOptions = (sdk: GeneratedClient) => ({
347
336
  mutationKey: ['organization', 'product', 'create'],
348
337
  mutationFn: (input: OrganizationProductCreateInput) => sdk['organization']['product']['create'](input),
349
338
  });
350
339
 
351
- export const organizationProductInviteMutationOptions = (sdk: GeneratedClient) => ({
352
- mutationKey: ['organization', 'product', 'invite'],
353
- mutationFn: (input: OrganizationProductInviteInput) => sdk['organization']['product']['invite'](input),
354
- });
355
-
356
340
  export const organizationProductListQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListInput) => ({
357
341
  queryKey: ['organization', 'product', 'list', input] as const,
358
342
  queryFn: () => sdk['organization']['product']['list'](input),
@@ -363,11 +347,6 @@ export const organizationProductListAccessQueryOptions = (sdk: GeneratedClient,
363
347
  queryFn: () => sdk['organization']['product']['list-access'](input),
364
348
  });
365
349
 
366
- export const organizationProductListInvitationsQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListInvitationsInput) => ({
367
- queryKey: ['organization', 'product', 'list-invitations', input] as const,
368
- queryFn: () => sdk['organization']['product']['list-invitations'](input),
369
- });
370
-
371
350
  export const organizationProductListMembersQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListMembersInput) => ({
372
351
  queryKey: ['organization', 'product', 'list-members', input] as const,
373
352
  queryFn: () => sdk['organization']['product']['list-members'](input),
@@ -378,21 +357,11 @@ export const organizationProductListRolesQueryOptions = (sdk: GeneratedClient, i
378
357
  queryFn: () => sdk['organization']['product']['list-roles'](input),
379
358
  });
380
359
 
381
- export const organizationProductResendInvitationMutationOptions = (sdk: GeneratedClient) => ({
382
- mutationKey: ['organization', 'product', 'resend-invitation'],
383
- mutationFn: (input: OrganizationProductResendInvitationInput) => sdk['organization']['product']['resend-invitation'](input),
384
- });
385
-
386
360
  export const organizationProductRevokeAccessMutationOptions = (sdk: GeneratedClient) => ({
387
361
  mutationKey: ['organization', 'product', 'revoke-access'],
388
362
  mutationFn: (input: OrganizationProductRevokeAccessInput) => sdk['organization']['product']['revoke-access'](input),
389
363
  });
390
364
 
391
- export const organizationProductRevokeInvitationMutationOptions = (sdk: GeneratedClient) => ({
392
- mutationKey: ['organization', 'product', 'revoke-invitation'],
393
- mutationFn: (input: OrganizationProductRevokeInvitationInput) => sdk['organization']['product']['revoke-invitation'](input),
394
- });
395
-
396
365
  export const organizationProductSelectMutationOptions = (sdk: GeneratedClient) => ({
397
366
  mutationKey: ['organization', 'product', 'select'],
398
367
  mutationFn: (input: OrganizationProductSelectInput) => sdk['organization']['product']['select'](input),
@@ -12796,6 +12796,44 @@ export interface ObserveIssuesGetOutput {
12796
12796
  * Identifier of the issue
12797
12797
  */
12798
12798
  id: string
12799
+ /**
12800
+ * Stack of the most recent event, or null when the issue has no events yet or the stack could not be read
12801
+ */
12802
+ stack: ({
12803
+ /**
12804
+ * The stack, resolved where a stored source map matched the frame
12805
+ */
12806
+ frames: {
12807
+ /**
12808
+ * Column number, original when the frame resolved
12809
+ */
12810
+ colno?: number
12811
+ /**
12812
+ * Whether the frame belongs to the application rather than a dependency
12813
+ */
12814
+ inApp?: boolean
12815
+ /**
12816
+ * Line number, original when the frame resolved
12817
+ */
12818
+ lineno?: number
12819
+ /**
12820
+ * Original file when the frame resolved, else the minified one
12821
+ */
12822
+ filename?: string
12823
+ /**
12824
+ * Function name, original where the source map names one
12825
+ */
12826
+ function?: string
12827
+ /**
12828
+ * False means no source map matched and the frame is exactly as it was recorded
12829
+ */
12830
+ resolved: boolean
12831
+ }[]
12832
+ /**
12833
+ * Identifier of the event the stack was taken from
12834
+ */
12835
+ eventId: string
12836
+ } | null)
12799
12837
  /**
12800
12838
  * Display title, set when the issue opened and never rewritten
12801
12839
  */
@@ -13943,25 +13981,6 @@ display_name: string
13943
13981
  }[]
13944
13982
  }
13945
13983
 
13946
- export interface OrganizationProductAcceptInvitationInput {
13947
- token: string
13948
- }
13949
-
13950
- export interface OrganizationProductAcceptInvitationOutput {
13951
- product: {
13952
- id: string
13953
- name: string
13954
- role: string
13955
- slug: string
13956
- demoAt: (string | null)
13957
- status: string
13958
- blockedAt: (string | null)
13959
- createdAt: string
13960
- archivedAt: (string | null)
13961
- organizationId: string
13962
- }
13963
- }
13964
-
13965
13984
  export interface OrganizationProductCreateInput {
13966
13985
  name: string
13967
13986
  region?: "eu"
@@ -13975,34 +13994,14 @@ role: string
13975
13994
  slug: string
13976
13995
  demoAt: (string | null)
13977
13996
  status: string
13997
+ logoUrl: (string | null)
13978
13998
  blockedAt: (string | null)
13979
13999
  createdAt: string
13980
14000
  archivedAt: (string | null)
14001
+ description: (string | null)
13981
14002
  organizationId: string
13982
14003
  }
13983
14004
 
13984
- export interface OrganizationProductInviteInput {
13985
- role?: ("admin" | "member" | "viewer")
13986
- email: string
13987
- productId: string
13988
- }
13989
-
13990
- export type OrganizationProductInviteOutput = ({
13991
- id: string
13992
- role: string
13993
- email: (string | null)
13994
- status: string
13995
- outcome: "invited"
13996
- createdAt: string
13997
- expiresAt: string
13998
- } | {
13999
- role: string
14000
- userId: string
14001
- outcome: "added"
14002
- memberId: string
14003
- productId: string
14004
- })
14005
-
14006
14005
  export interface OrganizationProductListInput {
14007
14006
 
14008
14007
  }
@@ -14015,9 +14014,11 @@ role: string
14015
14014
  slug: string
14016
14015
  demoAt: (string | null)
14017
14016
  status: string
14017
+ logoUrl: (string | null)
14018
14018
  blockedAt: (string | null)
14019
14019
  createdAt: string
14020
14020
  archivedAt: (string | null)
14021
+ description: (string | null)
14021
14022
  organizationId: string
14022
14023
  }[]
14023
14024
  }
@@ -14059,22 +14060,6 @@ displayName: (string | null)
14059
14060
  }[]
14060
14061
  }
14061
14062
 
14062
- export interface OrganizationProductListInvitationsInput {
14063
- productId: string
14064
- }
14065
-
14066
- export interface OrganizationProductListInvitationsOutput {
14067
- invitations: {
14068
- id: string
14069
- role: string
14070
- email: (string | null)
14071
- status: string
14072
- createdAt: string
14073
- expiresAt: string
14074
- invitedByDisplayName: string
14075
- }[]
14076
- }
14077
-
14078
14063
  export interface OrganizationProductListMembersInput {
14079
14064
  productId: string
14080
14065
  }
@@ -14110,20 +14095,6 @@ productId: (string | null)
14110
14095
  }[]
14111
14096
  }
14112
14097
 
14113
- export interface OrganizationProductResendInvitationInput {
14114
- productId: string
14115
- invitationId: string
14116
- }
14117
-
14118
- export interface OrganizationProductResendInvitationOutput {
14119
- id: string
14120
- role: string
14121
- email: (string | null)
14122
- status: string
14123
- createdAt: string
14124
- expiresAt: string
14125
- }
14126
-
14127
14098
  export interface OrganizationProductRevokeAccessInput {
14128
14099
  userId: string
14129
14100
  productId: string
@@ -14133,15 +14104,6 @@ export interface OrganizationProductRevokeAccessOutput {
14133
14104
  [k: string]: unknown
14134
14105
  }
14135
14106
 
14136
- export interface OrganizationProductRevokeInvitationInput {
14137
- productId: string
14138
- invitationId: string
14139
- }
14140
-
14141
- export interface OrganizationProductRevokeInvitationOutput {
14142
- message: string
14143
- }
14144
-
14145
14107
  export interface OrganizationProductSelectInput {
14146
14108
  productId: string
14147
14109
  }
@@ -14166,8 +14128,9 @@ productId: string
14166
14128
  }
14167
14129
 
14168
14130
  export interface OrganizationProductUpdateInput {
14169
- name: string
14131
+ name?: string
14170
14132
  productId: string
14133
+ description?: (string | null)
14171
14134
  }
14172
14135
 
14173
14136
  export interface OrganizationProductUpdateOutput {
@@ -14177,9 +14140,11 @@ role: string
14177
14140
  slug: string
14178
14141
  demoAt: (string | null)
14179
14142
  status: string
14143
+ logoUrl: (string | null)
14180
14144
  blockedAt: (string | null)
14181
14145
  createdAt: string
14182
14146
  archivedAt: (string | null)
14147
+ description: (string | null)
14183
14148
  organizationId: string
14184
14149
  }
14185
14150