@lessly/sdk-app 36.3.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.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-C6K8y7em.d.cts → client.gen-C7SVQnZq.d.cts} +144 -57
- package/dist/{client.gen-C6K8y7em.d.ts → client.gen-C7SVQnZq.d.ts} +144 -57
- 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 +85 -38
- 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 +85 -38
- 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.cjs +33 -18
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +27 -15
- package/dist/organization/index.d.ts +27 -15
- package/dist/organization/index.js +27 -15
- package/dist/organization/index.js.map +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 -2
- package/src/gen/bindings.gen.ts +85 -38
- package/src/gen/client.gen.ts +25 -12
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +41 -21
- package/src/gen/types.gen.ts +143 -56
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, mS as WaitlistConfigGetInput, mT as WaitlistConfigGetOutput, mU as WaitlistConfigUpsertInput, mV as WaitlistConfigUpsertOutput, mW as WaitlistEmbedGetInput, mX as WaitlistEmbedGetOutput, mY as WaitlistInvitesSendInput, mZ as WaitlistInvitesSendOutput, m_ as WaitlistSignupsEraseInput, m$ as WaitlistSignupsEraseOutput, n0 as WaitlistSignupsFunnelInput, n1 as WaitlistSignupsFunnelOutput, n2 as WaitlistSignupsListInput, n3 as WaitlistSignupsListOutput } from '../client.gen-C7SVQnZq.cjs';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/dist/waitlist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, mS as WaitlistConfigGetInput, mT as WaitlistConfigGetOutput, mU as WaitlistConfigUpsertInput, mV as WaitlistConfigUpsertOutput, mW as WaitlistEmbedGetInput, mX as WaitlistEmbedGetOutput, mY as WaitlistInvitesSendInput, mZ as WaitlistInvitesSendOutput, m_ as WaitlistSignupsEraseInput, m$ as WaitlistSignupsEraseOutput, n0 as WaitlistSignupsFunnelInput, n1 as WaitlistSignupsFunnelOutput, n2 as WaitlistSignupsListInput, n3 as WaitlistSignupsListOutput } from '../client.gen-C7SVQnZq.js';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "37.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"require": "./dist/waitlist/index.cjs"
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
-
"sdkContentHash": "sha256:
|
|
99
|
+
"sdkContentHash": "sha256:d29bdbb30a37ba6bff1c3b450ceb5f2528b516e1195b42f602bab996e434cde4"
|
|
100
100
|
}
|
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -4136,17 +4136,6 @@ export const bindings: BindingsMap = {
|
|
|
4136
4136
|
}
|
|
4137
4137
|
},
|
|
4138
4138
|
"product": {
|
|
4139
|
-
"accept-invitation": {
|
|
4140
|
-
"method": "POST",
|
|
4141
|
-
"params": [
|
|
4142
|
-
{
|
|
4143
|
-
"in": "path",
|
|
4144
|
-
"name": "token"
|
|
4145
|
-
}
|
|
4146
|
-
],
|
|
4147
|
-
"path": "/governance/api/v1/invitations/:token/accept",
|
|
4148
|
-
"readOnly": false
|
|
4149
|
-
},
|
|
4150
4139
|
"create": {
|
|
4151
4140
|
"method": "POST",
|
|
4152
4141
|
"params": [
|
|
@@ -4166,25 +4155,6 @@ export const bindings: BindingsMap = {
|
|
|
4166
4155
|
"path": "/governance/api/v1/products",
|
|
4167
4156
|
"readOnly": false
|
|
4168
4157
|
},
|
|
4169
|
-
"invite": {
|
|
4170
|
-
"method": "POST",
|
|
4171
|
-
"params": [
|
|
4172
|
-
{
|
|
4173
|
-
"in": "path",
|
|
4174
|
-
"name": "productId"
|
|
4175
|
-
},
|
|
4176
|
-
{
|
|
4177
|
-
"in": "body",
|
|
4178
|
-
"name": "email"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"in": "body",
|
|
4182
|
-
"name": "role"
|
|
4183
|
-
}
|
|
4184
|
-
],
|
|
4185
|
-
"path": "/governance/api/v1/products/:productId/invitations",
|
|
4186
|
-
"readOnly": false
|
|
4187
|
-
},
|
|
4188
4158
|
"list": {
|
|
4189
4159
|
"method": "GET",
|
|
4190
4160
|
"params": [
|
|
@@ -4196,7 +4166,7 @@ export const bindings: BindingsMap = {
|
|
|
4196
4166
|
"path": "/governance/api/v1/products",
|
|
4197
4167
|
"readOnly": true
|
|
4198
4168
|
},
|
|
4199
|
-
"list-
|
|
4169
|
+
"list-access": {
|
|
4200
4170
|
"method": "GET",
|
|
4201
4171
|
"params": [
|
|
4202
4172
|
{
|
|
@@ -4204,7 +4174,7 @@ export const bindings: BindingsMap = {
|
|
|
4204
4174
|
"name": "productId"
|
|
4205
4175
|
}
|
|
4206
4176
|
],
|
|
4207
|
-
"path": "/governance/api/v1/products/:productId/
|
|
4177
|
+
"path": "/governance/api/v1/products/:productId/access",
|
|
4208
4178
|
"readOnly": true
|
|
4209
4179
|
},
|
|
4210
4180
|
"list-members": {
|
|
@@ -4229,19 +4199,19 @@ export const bindings: BindingsMap = {
|
|
|
4229
4199
|
"path": "/governance/api/v1/products/:productId/roles",
|
|
4230
4200
|
"readOnly": true
|
|
4231
4201
|
},
|
|
4232
|
-
"revoke-
|
|
4233
|
-
"method": "
|
|
4202
|
+
"revoke-access": {
|
|
4203
|
+
"method": "DELETE",
|
|
4234
4204
|
"params": [
|
|
4235
4205
|
{
|
|
4236
|
-
"in": "
|
|
4206
|
+
"in": "path",
|
|
4237
4207
|
"name": "productId"
|
|
4238
4208
|
},
|
|
4239
4209
|
{
|
|
4240
|
-
"in": "
|
|
4241
|
-
"name": "
|
|
4210
|
+
"in": "path",
|
|
4211
|
+
"name": "userId"
|
|
4242
4212
|
}
|
|
4243
4213
|
],
|
|
4244
|
-
"path": "/governance/api/v1/products/
|
|
4214
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4245
4215
|
"readOnly": false
|
|
4246
4216
|
},
|
|
4247
4217
|
"select": {
|
|
@@ -4255,6 +4225,29 @@ export const bindings: BindingsMap = {
|
|
|
4255
4225
|
"path": "/governance/api/v1/products/select",
|
|
4256
4226
|
"readOnly": false
|
|
4257
4227
|
},
|
|
4228
|
+
"set-access": {
|
|
4229
|
+
"method": "PUT",
|
|
4230
|
+
"params": [
|
|
4231
|
+
{
|
|
4232
|
+
"in": "path",
|
|
4233
|
+
"name": "productId"
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"in": "path",
|
|
4237
|
+
"name": "userId"
|
|
4238
|
+
},
|
|
4239
|
+
{
|
|
4240
|
+
"in": "body",
|
|
4241
|
+
"name": "role"
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"in": "body",
|
|
4245
|
+
"name": "roleId"
|
|
4246
|
+
}
|
|
4247
|
+
],
|
|
4248
|
+
"path": "/governance/api/v1/products/:productId/access/:userId",
|
|
4249
|
+
"readOnly": false
|
|
4250
|
+
},
|
|
4258
4251
|
"update": {
|
|
4259
4252
|
"method": "PATCH",
|
|
4260
4253
|
"params": [
|
|
@@ -4265,6 +4258,10 @@ export const bindings: BindingsMap = {
|
|
|
4265
4258
|
{
|
|
4266
4259
|
"in": "body",
|
|
4267
4260
|
"name": "name"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"in": "body",
|
|
4264
|
+
"name": "description"
|
|
4268
4265
|
}
|
|
4269
4266
|
],
|
|
4270
4267
|
"path": "/governance/api/v1/products/:productId",
|
|
@@ -4455,6 +4452,56 @@ export const bindings: BindingsMap = {
|
|
|
4455
4452
|
"path": "/governance/api/v1/organizations/:organizationId/security/mfa/enable",
|
|
4456
4453
|
"readOnly": false
|
|
4457
4454
|
}
|
|
4455
|
+
},
|
|
4456
|
+
"support-thread": {
|
|
4457
|
+
"create": {
|
|
4458
|
+
"method": "POST",
|
|
4459
|
+
"params": [
|
|
4460
|
+
{
|
|
4461
|
+
"in": "body",
|
|
4462
|
+
"name": "title"
|
|
4463
|
+
},
|
|
4464
|
+
{
|
|
4465
|
+
"in": "body",
|
|
4466
|
+
"name": "body"
|
|
4467
|
+
}
|
|
4468
|
+
],
|
|
4469
|
+
"path": "/governance/api/v1/support/threads",
|
|
4470
|
+
"readOnly": false
|
|
4471
|
+
},
|
|
4472
|
+
"get": {
|
|
4473
|
+
"method": "GET",
|
|
4474
|
+
"params": [
|
|
4475
|
+
{
|
|
4476
|
+
"in": "path",
|
|
4477
|
+
"name": "id"
|
|
4478
|
+
}
|
|
4479
|
+
],
|
|
4480
|
+
"path": "/governance/api/v1/support/threads/:id",
|
|
4481
|
+
"readOnly": true
|
|
4482
|
+
},
|
|
4483
|
+
"reply": {
|
|
4484
|
+
"method": "POST",
|
|
4485
|
+
"params": [
|
|
4486
|
+
{
|
|
4487
|
+
"in": "path",
|
|
4488
|
+
"name": "id"
|
|
4489
|
+
},
|
|
4490
|
+
{
|
|
4491
|
+
"in": "body",
|
|
4492
|
+
"name": "body"
|
|
4493
|
+
}
|
|
4494
|
+
],
|
|
4495
|
+
"path": "/governance/api/v1/support/threads/:id/messages",
|
|
4496
|
+
"readOnly": false
|
|
4497
|
+
}
|
|
4498
|
+
},
|
|
4499
|
+
"support-threads": {
|
|
4500
|
+
"list": {
|
|
4501
|
+
"method": "GET",
|
|
4502
|
+
"path": "/governance/api/v1/support/threads",
|
|
4503
|
+
"readOnly": true
|
|
4504
|
+
}
|
|
4458
4505
|
}
|
|
4459
4506
|
},
|
|
4460
4507
|
"realtime": {
|
package/src/gen/client.gen.ts
CHANGED
|
@@ -522,24 +522,22 @@ import type {
|
|
|
522
522
|
OrganizationMembersAssignRoleOutput,
|
|
523
523
|
OrganizationPermissionCatalogInput,
|
|
524
524
|
OrganizationPermissionCatalogOutput,
|
|
525
|
-
OrganizationProductAcceptInvitationInput,
|
|
526
|
-
OrganizationProductAcceptInvitationOutput,
|
|
527
525
|
OrganizationProductCreateInput,
|
|
528
526
|
OrganizationProductCreateOutput,
|
|
529
|
-
|
|
530
|
-
|
|
527
|
+
OrganizationProductListAccessInput,
|
|
528
|
+
OrganizationProductListAccessOutput,
|
|
531
529
|
OrganizationProductListInput,
|
|
532
|
-
OrganizationProductListInvitationsInput,
|
|
533
|
-
OrganizationProductListInvitationsOutput,
|
|
534
530
|
OrganizationProductListMembersInput,
|
|
535
531
|
OrganizationProductListMembersOutput,
|
|
536
532
|
OrganizationProductListOutput,
|
|
537
533
|
OrganizationProductListRolesInput,
|
|
538
534
|
OrganizationProductListRolesOutput,
|
|
539
|
-
|
|
540
|
-
|
|
535
|
+
OrganizationProductRevokeAccessInput,
|
|
536
|
+
OrganizationProductRevokeAccessOutput,
|
|
541
537
|
OrganizationProductSelectInput,
|
|
542
538
|
OrganizationProductSelectOutput,
|
|
539
|
+
OrganizationProductSetAccessInput,
|
|
540
|
+
OrganizationProductSetAccessOutput,
|
|
543
541
|
OrganizationProductUpdateInput,
|
|
544
542
|
OrganizationProductUpdateOutput,
|
|
545
543
|
OrganizationPublicKeysCreateInput,
|
|
@@ -566,6 +564,14 @@ import type {
|
|
|
566
564
|
OrganizationSecurityMfaEnableOutput,
|
|
567
565
|
OrganizationSelectInput,
|
|
568
566
|
OrganizationSelectOutput,
|
|
567
|
+
OrganizationSupportThreadCreateInput,
|
|
568
|
+
OrganizationSupportThreadCreateOutput,
|
|
569
|
+
OrganizationSupportThreadGetInput,
|
|
570
|
+
OrganizationSupportThreadGetOutput,
|
|
571
|
+
OrganizationSupportThreadReplyInput,
|
|
572
|
+
OrganizationSupportThreadReplyOutput,
|
|
573
|
+
OrganizationSupportThreadsListInput,
|
|
574
|
+
OrganizationSupportThreadsListOutput,
|
|
569
575
|
RealtimeArchiveExportInput,
|
|
570
576
|
RealtimeArchiveExportOutput,
|
|
571
577
|
RealtimeArchiveExportStatusInput,
|
|
@@ -1363,15 +1369,14 @@ export interface GeneratedClient {
|
|
|
1363
1369
|
catalog(input: OrganizationPermissionCatalogInput): Promise<OrganizationPermissionCatalogOutput>;
|
|
1364
1370
|
};
|
|
1365
1371
|
product: {
|
|
1366
|
-
'accept-invitation'(input: OrganizationProductAcceptInvitationInput): Promise<OrganizationProductAcceptInvitationOutput>;
|
|
1367
1372
|
create(input: OrganizationProductCreateInput): Promise<OrganizationProductCreateOutput>;
|
|
1368
|
-
invite(input: OrganizationProductInviteInput): Promise<OrganizationProductInviteOutput>;
|
|
1369
1373
|
list(input: OrganizationProductListInput): Promise<OrganizationProductListOutput>;
|
|
1370
|
-
'list-
|
|
1374
|
+
'list-access'(input: OrganizationProductListAccessInput): Promise<OrganizationProductListAccessOutput>;
|
|
1371
1375
|
'list-members'(input: OrganizationProductListMembersInput): Promise<OrganizationProductListMembersOutput>;
|
|
1372
1376
|
'list-roles'(input: OrganizationProductListRolesInput): Promise<OrganizationProductListRolesOutput>;
|
|
1373
|
-
'revoke-
|
|
1377
|
+
'revoke-access'(input: OrganizationProductRevokeAccessInput): Promise<OrganizationProductRevokeAccessOutput>;
|
|
1374
1378
|
select(input: OrganizationProductSelectInput): Promise<OrganizationProductSelectOutput>;
|
|
1379
|
+
'set-access'(input: OrganizationProductSetAccessInput): Promise<OrganizationProductSetAccessOutput>;
|
|
1375
1380
|
update(input: OrganizationProductUpdateInput): Promise<OrganizationProductUpdateOutput>;
|
|
1376
1381
|
};
|
|
1377
1382
|
'public-keys': {
|
|
@@ -1393,6 +1398,14 @@ export interface GeneratedClient {
|
|
|
1393
1398
|
'security-mfa': {
|
|
1394
1399
|
enable(input: OrganizationSecurityMfaEnableInput): Promise<OrganizationSecurityMfaEnableOutput>;
|
|
1395
1400
|
};
|
|
1401
|
+
'support-thread': {
|
|
1402
|
+
create(input: OrganizationSupportThreadCreateInput): Promise<OrganizationSupportThreadCreateOutput>;
|
|
1403
|
+
get(input: OrganizationSupportThreadGetInput): Promise<OrganizationSupportThreadGetOutput>;
|
|
1404
|
+
reply(input: OrganizationSupportThreadReplyInput): Promise<OrganizationSupportThreadReplyOutput>;
|
|
1405
|
+
};
|
|
1406
|
+
'support-threads': {
|
|
1407
|
+
list(input: OrganizationSupportThreadsListInput): Promise<OrganizationSupportThreadsListOutput>;
|
|
1408
|
+
};
|
|
1396
1409
|
};
|
|
1397
1410
|
realtime: {
|
|
1398
1411
|
archive: {
|
|
@@ -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,
|
|
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,19 +65,18 @@ import type {
|
|
|
65
65
|
OrganizationMembersAssignRoleInput,
|
|
66
66
|
OrganizationPermissionCatalogInput,
|
|
67
67
|
OrganizationPermissionCatalogOutput,
|
|
68
|
-
OrganizationProductAcceptInvitationInput,
|
|
69
68
|
OrganizationProductCreateInput,
|
|
70
|
-
|
|
69
|
+
OrganizationProductListAccessInput,
|
|
70
|
+
OrganizationProductListAccessOutput,
|
|
71
71
|
OrganizationProductListInput,
|
|
72
|
-
OrganizationProductListInvitationsInput,
|
|
73
|
-
OrganizationProductListInvitationsOutput,
|
|
74
72
|
OrganizationProductListMembersInput,
|
|
75
73
|
OrganizationProductListMembersOutput,
|
|
76
74
|
OrganizationProductListOutput,
|
|
77
75
|
OrganizationProductListRolesInput,
|
|
78
76
|
OrganizationProductListRolesOutput,
|
|
79
|
-
|
|
77
|
+
OrganizationProductRevokeAccessInput,
|
|
80
78
|
OrganizationProductSelectInput,
|
|
79
|
+
OrganizationProductSetAccessInput,
|
|
81
80
|
OrganizationProductUpdateInput,
|
|
82
81
|
OrganizationPublicKeysCreateInput,
|
|
83
82
|
OrganizationPublicKeysListInput,
|
|
@@ -95,6 +94,12 @@ import type {
|
|
|
95
94
|
OrganizationRolesUpdateInput,
|
|
96
95
|
OrganizationSecurityMfaEnableInput,
|
|
97
96
|
OrganizationSelectInput,
|
|
97
|
+
OrganizationSupportThreadCreateInput,
|
|
98
|
+
OrganizationSupportThreadGetInput,
|
|
99
|
+
OrganizationSupportThreadGetOutput,
|
|
100
|
+
OrganizationSupportThreadReplyInput,
|
|
101
|
+
OrganizationSupportThreadsListInput,
|
|
102
|
+
OrganizationSupportThreadsListOutput,
|
|
98
103
|
} from '../types.gen';
|
|
99
104
|
|
|
100
105
|
export const organizationAuthMeQueryOptions = (sdk: GeneratedClient, input: OrganizationAuthMeInput) => ({
|
|
@@ -327,29 +332,19 @@ export const organizationPermissionCatalogQueryOptions = (sdk: GeneratedClient,
|
|
|
327
332
|
queryFn: () => sdk['organization']['permission']['catalog'](input),
|
|
328
333
|
});
|
|
329
334
|
|
|
330
|
-
export const organizationProductAcceptInvitationMutationOptions = (sdk: GeneratedClient) => ({
|
|
331
|
-
mutationKey: ['organization', 'product', 'accept-invitation'],
|
|
332
|
-
mutationFn: (input: OrganizationProductAcceptInvitationInput) => sdk['organization']['product']['accept-invitation'](input),
|
|
333
|
-
});
|
|
334
|
-
|
|
335
335
|
export const organizationProductCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
336
336
|
mutationKey: ['organization', 'product', 'create'],
|
|
337
337
|
mutationFn: (input: OrganizationProductCreateInput) => sdk['organization']['product']['create'](input),
|
|
338
338
|
});
|
|
339
339
|
|
|
340
|
-
export const organizationProductInviteMutationOptions = (sdk: GeneratedClient) => ({
|
|
341
|
-
mutationKey: ['organization', 'product', 'invite'],
|
|
342
|
-
mutationFn: (input: OrganizationProductInviteInput) => sdk['organization']['product']['invite'](input),
|
|
343
|
-
});
|
|
344
|
-
|
|
345
340
|
export const organizationProductListQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListInput) => ({
|
|
346
341
|
queryKey: ['organization', 'product', 'list', input] as const,
|
|
347
342
|
queryFn: () => sdk['organization']['product']['list'](input),
|
|
348
343
|
});
|
|
349
344
|
|
|
350
|
-
export const
|
|
351
|
-
queryKey: ['organization', 'product', 'list-
|
|
352
|
-
queryFn: () => sdk['organization']['product']['list-
|
|
345
|
+
export const organizationProductListAccessQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListAccessInput) => ({
|
|
346
|
+
queryKey: ['organization', 'product', 'list-access', input] as const,
|
|
347
|
+
queryFn: () => sdk['organization']['product']['list-access'](input),
|
|
353
348
|
});
|
|
354
349
|
|
|
355
350
|
export const organizationProductListMembersQueryOptions = (sdk: GeneratedClient, input: OrganizationProductListMembersInput) => ({
|
|
@@ -362,9 +357,9 @@ export const organizationProductListRolesQueryOptions = (sdk: GeneratedClient, i
|
|
|
362
357
|
queryFn: () => sdk['organization']['product']['list-roles'](input),
|
|
363
358
|
});
|
|
364
359
|
|
|
365
|
-
export const
|
|
366
|
-
mutationKey: ['organization', 'product', 'revoke-
|
|
367
|
-
mutationFn: (input:
|
|
360
|
+
export const organizationProductRevokeAccessMutationOptions = (sdk: GeneratedClient) => ({
|
|
361
|
+
mutationKey: ['organization', 'product', 'revoke-access'],
|
|
362
|
+
mutationFn: (input: OrganizationProductRevokeAccessInput) => sdk['organization']['product']['revoke-access'](input),
|
|
368
363
|
});
|
|
369
364
|
|
|
370
365
|
export const organizationProductSelectMutationOptions = (sdk: GeneratedClient) => ({
|
|
@@ -372,6 +367,11 @@ export const organizationProductSelectMutationOptions = (sdk: GeneratedClient) =
|
|
|
372
367
|
mutationFn: (input: OrganizationProductSelectInput) => sdk['organization']['product']['select'](input),
|
|
373
368
|
});
|
|
374
369
|
|
|
370
|
+
export const organizationProductSetAccessMutationOptions = (sdk: GeneratedClient) => ({
|
|
371
|
+
mutationKey: ['organization', 'product', 'set-access'],
|
|
372
|
+
mutationFn: (input: OrganizationProductSetAccessInput) => sdk['organization']['product']['set-access'](input),
|
|
373
|
+
});
|
|
374
|
+
|
|
375
375
|
export const organizationProductUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
376
376
|
mutationKey: ['organization', 'product', 'update'],
|
|
377
377
|
mutationFn: (input: OrganizationProductUpdateInput) => sdk['organization']['product']['update'](input),
|
|
@@ -436,3 +436,23 @@ export const organizationSelectMutationOptions = (sdk: GeneratedClient) => ({
|
|
|
436
436
|
mutationKey: ['organization', 'select'],
|
|
437
437
|
mutationFn: (input: OrganizationSelectInput) => sdk['organization']['select'](input),
|
|
438
438
|
});
|
|
439
|
+
|
|
440
|
+
export const organizationSupportThreadCreateMutationOptions = (sdk: GeneratedClient) => ({
|
|
441
|
+
mutationKey: ['organization', 'support-thread', 'create'],
|
|
442
|
+
mutationFn: (input: OrganizationSupportThreadCreateInput) => sdk['organization']['support-thread']['create'](input),
|
|
443
|
+
});
|
|
444
|
+
|
|
445
|
+
export const organizationSupportThreadGetQueryOptions = (sdk: GeneratedClient, input: OrganizationSupportThreadGetInput) => ({
|
|
446
|
+
queryKey: ['organization', 'support-thread', 'get', input] as const,
|
|
447
|
+
queryFn: () => sdk['organization']['support-thread']['get'](input),
|
|
448
|
+
});
|
|
449
|
+
|
|
450
|
+
export const organizationSupportThreadReplyMutationOptions = (sdk: GeneratedClient) => ({
|
|
451
|
+
mutationKey: ['organization', 'support-thread', 'reply'],
|
|
452
|
+
mutationFn: (input: OrganizationSupportThreadReplyInput) => sdk['organization']['support-thread']['reply'](input),
|
|
453
|
+
});
|
|
454
|
+
|
|
455
|
+
export const organizationSupportThreadsListQueryOptions = (sdk: GeneratedClient, input: OrganizationSupportThreadsListInput) => ({
|
|
456
|
+
queryKey: ['organization', 'support-threads', 'list', input] as const,
|
|
457
|
+
queryFn: () => sdk['organization']['support-threads']['list'](input),
|
|
458
|
+
});
|