@stack-spot/portal-network 1.0.0-betaadp.2 → 1.0.0-dev.1768422812092

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 (230) hide show
  1. package/CHANGELOG.md +633 -0
  2. package/dist/api/account.d.ts +413 -277
  3. package/dist/api/account.d.ts.map +1 -1
  4. package/dist/api/account.js +261 -176
  5. package/dist/api/account.js.map +1 -1
  6. package/dist/api/accountAssetManager.d.ts +309 -0
  7. package/dist/api/accountAssetManager.d.ts.map +1 -0
  8. package/dist/api/accountAssetManager.js +169 -0
  9. package/dist/api/accountAssetManager.js.map +1 -0
  10. package/dist/api/agent-tools.d.ts +243 -149
  11. package/dist/api/agent-tools.d.ts.map +1 -1
  12. package/dist/api/agent-tools.js +77 -5
  13. package/dist/api/agent-tools.js.map +1 -1
  14. package/dist/api/agent.d.ts +55 -55
  15. package/dist/api/agent.d.ts.map +1 -1
  16. package/dist/api/ai.d.ts +487 -98
  17. package/dist/api/ai.d.ts.map +1 -1
  18. package/dist/api/ai.js +427 -146
  19. package/dist/api/ai.js.map +1 -1
  20. package/dist/api/cloudPlatform.d.ts +374 -221
  21. package/dist/api/cloudPlatform.d.ts.map +1 -1
  22. package/dist/api/cloudPlatform.js +299 -93
  23. package/dist/api/cloudPlatform.js.map +1 -1
  24. package/dist/api/cloudPlatformHorizon.d.ts +178 -9
  25. package/dist/api/cloudPlatformHorizon.d.ts.map +1 -1
  26. package/dist/api/cloudPlatformHorizon.js +69 -1
  27. package/dist/api/cloudPlatformHorizon.js.map +1 -1
  28. package/dist/api/codeShift.d.ts +1125 -83
  29. package/dist/api/codeShift.d.ts.map +1 -1
  30. package/dist/api/codeShift.js +538 -16
  31. package/dist/api/codeShift.js.map +1 -1
  32. package/dist/api/dataIntegration.d.ts +291 -1
  33. package/dist/api/dataIntegration.d.ts.map +1 -1
  34. package/dist/api/dataIntegration.js +254 -0
  35. package/dist/api/dataIntegration.js.map +1 -1
  36. package/dist/api/discover.d.ts +380 -0
  37. package/dist/api/discover.d.ts.map +1 -0
  38. package/dist/api/discover.js +256 -0
  39. package/dist/api/discover.js.map +1 -0
  40. package/dist/api/edpBfa.d.ts +215 -0
  41. package/dist/api/edpBfa.d.ts.map +1 -0
  42. package/dist/api/edpBfa.js +87 -0
  43. package/dist/api/edpBfa.js.map +1 -0
  44. package/dist/api/genAiInference.d.ts +22 -2
  45. package/dist/api/genAiInference.d.ts.map +1 -1
  46. package/dist/api/genAiInference.js +22 -3
  47. package/dist/api/genAiInference.js.map +1 -1
  48. package/dist/api/workflows.d.ts +68 -5
  49. package/dist/api/workflows.d.ts.map +1 -1
  50. package/dist/api/workflows.js +16 -0
  51. package/dist/api/workflows.js.map +1 -1
  52. package/dist/api/workspaceManager.d.ts +16 -10
  53. package/dist/api/workspaceManager.d.ts.map +1 -1
  54. package/dist/api/workspaceManager.js +10 -0
  55. package/dist/api/workspaceManager.js.map +1 -1
  56. package/dist/api-addresses.d.ts +20 -18
  57. package/dist/api-addresses.d.ts.map +1 -1
  58. package/dist/api-addresses.js +81 -21
  59. package/dist/api-addresses.js.map +1 -1
  60. package/dist/apis-itau.json +241 -0
  61. package/dist/apis.json +18 -2
  62. package/dist/client/account-asset-manager.d.ts +112 -0
  63. package/dist/client/account-asset-manager.d.ts.map +1 -0
  64. package/dist/client/account-asset-manager.js +160 -0
  65. package/dist/client/account-asset-manager.js.map +1 -0
  66. package/dist/client/account.d.ts +265 -242
  67. package/dist/client/account.d.ts.map +1 -1
  68. package/dist/client/account.js +80 -34
  69. package/dist/client/account.js.map +1 -1
  70. package/dist/client/agent-tools.d.ts +166 -119
  71. package/dist/client/agent-tools.d.ts.map +1 -1
  72. package/dist/client/agent-tools.js +62 -11
  73. package/dist/client/agent-tools.js.map +1 -1
  74. package/dist/client/agent.d.ts +46 -46
  75. package/dist/client/agent.d.ts.map +1 -1
  76. package/dist/client/ai.d.ts +266 -79
  77. package/dist/client/ai.d.ts.map +1 -1
  78. package/dist/client/ai.js +262 -20
  79. package/dist/client/ai.js.map +1 -1
  80. package/dist/client/api-management.d.ts +10 -1
  81. package/dist/client/api-management.d.ts.map +1 -1
  82. package/dist/client/api-management.js +11 -2
  83. package/dist/client/api-management.js.map +1 -1
  84. package/dist/client/cloud-account.d.ts +13 -13
  85. package/dist/client/cloud-platform-horizon.d.ts +38 -19
  86. package/dist/client/cloud-platform-horizon.d.ts.map +1 -1
  87. package/dist/client/cloud-platform-horizon.js +19 -1
  88. package/dist/client/cloud-platform-horizon.js.map +1 -1
  89. package/dist/client/cloud-platform.d.ts +213 -46
  90. package/dist/client/cloud-platform.d.ts.map +1 -1
  91. package/dist/client/cloud-platform.js +168 -33
  92. package/dist/client/cloud-platform.js.map +1 -1
  93. package/dist/client/cloud-runtimes.d.ts +4 -4
  94. package/dist/client/cloud-services.d.ts +17 -17
  95. package/dist/client/cloud-services.d.ts.map +1 -1
  96. package/dist/client/code-shift.d.ts +535 -162
  97. package/dist/client/code-shift.d.ts.map +1 -1
  98. package/dist/client/code-shift.js +296 -7
  99. package/dist/client/code-shift.js.map +1 -1
  100. package/dist/client/content.d.ts +127 -132
  101. package/dist/client/content.d.ts.map +1 -1
  102. package/dist/client/data-integration.d.ts +92 -53
  103. package/dist/client/data-integration.d.ts.map +1 -1
  104. package/dist/client/data-integration.js +38 -2
  105. package/dist/client/data-integration.js.map +1 -1
  106. package/dist/client/discover.d.ts +84 -0
  107. package/dist/client/discover.d.ts.map +1 -0
  108. package/dist/client/discover.js +359 -0
  109. package/dist/client/discover.js.map +1 -0
  110. package/dist/client/edp-bfa.d.ts +16 -0
  111. package/dist/client/edp-bfa.d.ts.map +1 -0
  112. package/dist/client/edp-bfa.js +24 -0
  113. package/dist/client/edp-bfa.js.map +1 -0
  114. package/dist/client/event-bus.d.ts.map +1 -1
  115. package/dist/client/gen-ai-inference.d.ts +20 -20
  116. package/dist/client/insights.d.ts +7 -7
  117. package/dist/client/notification.d.ts +17 -10
  118. package/dist/client/notification.d.ts.map +1 -1
  119. package/dist/client/notification.js +10 -1
  120. package/dist/client/notification.js.map +1 -1
  121. package/dist/client/runtime-manager.d.ts +8 -8
  122. package/dist/client/secrets.d.ts.map +1 -1
  123. package/dist/client/secrets.js +1 -1
  124. package/dist/client/secrets.js.map +1 -1
  125. package/dist/client/types.d.ts +50 -7
  126. package/dist/client/types.d.ts.map +1 -1
  127. package/dist/client/workflow.d.ts +10 -10
  128. package/dist/client/workspace-ai.d.ts +53 -53
  129. package/dist/client/workspace-ai.d.ts.map +1 -1
  130. package/dist/client/workspace-ai.js +3 -7
  131. package/dist/client/workspace-ai.js.map +1 -1
  132. package/dist/client/workspace-manager.d.ts +115 -76
  133. package/dist/client/workspace-manager.d.ts.map +1 -1
  134. package/dist/client/workspace-manager.js +47 -2
  135. package/dist/client/workspace-manager.js.map +1 -1
  136. package/dist/client/workspace-search.d.ts +2 -2
  137. package/dist/client/workspace.d.ts +58 -105
  138. package/dist/client/workspace.d.ts.map +1 -1
  139. package/dist/error/DefaultAPIError.d.ts.map +1 -1
  140. package/dist/error/DefaultAPIError.js.map +1 -1
  141. package/dist/error/StackspotAPIError.d.ts +3 -4
  142. package/dist/error/StackspotAPIError.d.ts.map +1 -1
  143. package/dist/error/StackspotAPIError.js +3 -3
  144. package/dist/error/StackspotAPIError.js.map +1 -1
  145. package/dist/error/dictionary/accountAssetManager.d.ts +11 -0
  146. package/dist/error/dictionary/accountAssetManager.d.ts.map +1 -0
  147. package/dist/error/dictionary/accountAssetManager.js +11 -0
  148. package/dist/error/dictionary/accountAssetManager.js.map +1 -0
  149. package/dist/error/dictionary/cloud-platform.d.ts +76 -8
  150. package/dist/error/dictionary/cloud-platform.d.ts.map +1 -1
  151. package/dist/error/dictionary/cloud-platform.js +80 -12
  152. package/dist/error/dictionary/cloud-platform.js.map +1 -1
  153. package/dist/error/dictionary/workspace-ai.d.ts +9 -0
  154. package/dist/error/dictionary/workspace-ai.d.ts.map +1 -0
  155. package/dist/error/dictionary/workspace-ai.js +9 -0
  156. package/dist/error/dictionary/workspace-ai.js.map +1 -0
  157. package/dist/index.d.ts +6 -4
  158. package/dist/index.d.ts.map +1 -1
  159. package/dist/index.js +5 -3
  160. package/dist/index.js.map +1 -1
  161. package/dist/network/NetworkClient.d.ts +4 -2
  162. package/dist/network/NetworkClient.d.ts.map +1 -1
  163. package/dist/network/NetworkClient.js +16 -4
  164. package/dist/network/NetworkClient.js.map +1 -1
  165. package/dist/network/types.d.ts +2 -0
  166. package/dist/network/types.d.ts.map +1 -1
  167. package/dist/utils/StreamedJson.d.ts +3 -1
  168. package/dist/utils/StreamedJson.d.ts.map +1 -1
  169. package/dist/utils/StreamedJson.js +23 -3
  170. package/dist/utils/StreamedJson.js.map +1 -1
  171. package/package.dev.json +3 -0
  172. package/package.json +10 -9
  173. package/package.stg.json +3 -0
  174. package/readme.md +40 -1
  175. package/src/api/account.ts +701 -540
  176. package/src/api/accountAssetManager.ts +771 -0
  177. package/src/api/agent-tools.ts +332 -151
  178. package/src/api/ai.ts +891 -170
  179. package/src/api/cloudPlatform.ts +667 -298
  180. package/src/api/cloudPlatformHorizon.ts +412 -9
  181. package/src/api/codeShift.ts +2088 -97
  182. package/src/api/dataIntegration.ts +635 -1
  183. package/src/api/discover.ts +601 -0
  184. package/src/api/edpBfa.ts +472 -0
  185. package/src/api/genAiInference.ts +47 -4
  186. package/src/api/workflows.ts +100 -5
  187. package/src/api/workspaceManager.ts +25 -10
  188. package/src/api-addresses.ts +113 -38
  189. package/src/apis-itau.json +241 -0
  190. package/src/apis.json +18 -2
  191. package/src/client/account-asset-manager.ts +100 -0
  192. package/src/client/account.ts +71 -40
  193. package/src/client/agent-tools.ts +57 -17
  194. package/src/client/ai.ts +232 -20
  195. package/src/client/api-management.ts +7 -2
  196. package/src/client/cloud-platform-horizon.ts +12 -4
  197. package/src/client/cloud-platform.ts +101 -27
  198. package/src/client/code-shift.ts +196 -8
  199. package/src/client/data-integration.ts +28 -1
  200. package/src/client/discover.ts +319 -0
  201. package/src/client/edp-bfa.ts +24 -0
  202. package/src/client/notification.ts +6 -1
  203. package/src/client/secrets.ts +1 -1
  204. package/src/client/types.ts +55 -9
  205. package/src/client/workspace-ai.ts +19 -23
  206. package/src/client/workspace-manager.ts +31 -2
  207. package/src/error/DefaultAPIError.ts +5 -5
  208. package/src/error/StackspotAPIError.ts +4 -4
  209. package/src/error/dictionary/accountAssetManager.ts +12 -0
  210. package/src/error/dictionary/cloud-platform.ts +80 -12
  211. package/src/error/dictionary/workspace-ai.ts +10 -0
  212. package/src/index.ts +7 -4
  213. package/src/network/NetworkClient.ts +18 -6
  214. package/src/network/types.ts +3 -0
  215. package/src/utils/StreamedJson.tsx +19 -4
  216. package/dist/api/discovery.d.ts +0 -494
  217. package/dist/api/discovery.d.ts.map +0 -1
  218. package/dist/api/discovery.js +0 -205
  219. package/dist/api/discovery.js.map +0 -1
  220. package/dist/client/adp-mock.d.ts +0 -89
  221. package/dist/client/adp-mock.d.ts.map +0 -1
  222. package/dist/client/adp-mock.js +0 -246
  223. package/dist/client/adp-mock.js.map +0 -1
  224. package/dist/client/discovery.d.ts +0 -110
  225. package/dist/client/discovery.d.ts.map +0 -1
  226. package/dist/client/discovery.js +0 -133
  227. package/dist/client/discovery.js.map +0 -1
  228. package/src/api/discovery.ts +0 -729
  229. package/src/client/adp-mock.ts +0 -244
  230. package/src/client/discovery.ts +0 -73
@@ -158,6 +158,8 @@ export type UserScmInfoResponse = {
158
158
  secretName: string;
159
159
  /** Provider type */
160
160
  provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM";
161
+ /** User email */
162
+ email: string;
161
163
  };
162
164
  export type UserScmInfoRequest = {
163
165
  /** Repository Username */
@@ -276,12 +278,30 @@ export type AccountScmInfoResponse = {
276
278
  urlProvider?: string;
277
279
  };
278
280
  export type Value = object;
281
+ export type Basic = Value & {
282
+ /** PAT repository Username */
283
+ user: string;
284
+ /** PAT repository password */
285
+ pass: string;
286
+ };
287
+ export type GithubApp = Value & {
288
+ /** GithubApp App Id */
289
+ appId: string;
290
+ /** GithubApp Client Id */
291
+ clientId: string;
292
+ /** GithubApp Client Secret */
293
+ clientSecret: string;
294
+ /** GithubApp Installer Id */
295
+ installationId: string;
296
+ /** GithubApp private key */
297
+ privateKey: string;
298
+ };
279
299
  export type AccountScmInfoUpdateRequest = {
280
300
  /** SCM Type */
281
301
  "type"?: "PAT" | "GITHUBAPP";
282
302
  /** SCM repository provider */
283
303
  provider?: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM";
284
- value?: Value;
304
+ value?: Basic | GithubApp;
285
305
  /** SCM Workflow repository URL */
286
306
  workflowUrl?: string;
287
307
  /** Flag used when SCM repository account credential configuration is mandated */
@@ -293,7 +313,7 @@ export type AccountScmInfoSaveRequest = {
293
313
  "type": "PAT" | "GITHUBAPP";
294
314
  /** SCM repository provider */
295
315
  provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM";
296
- value: Value;
316
+ value: Basic | GithubApp;
297
317
  /** Connection URL for on-premises provider */
298
318
  urlProvider?: string;
299
319
  /** SCM Workflow repository URL */
@@ -382,8 +402,6 @@ export type AccountMemberStackspotIamDto = {
382
402
  export type UpdateUserRequest = {
383
403
  /** User username */
384
404
  username?: string;
385
- /** User email */
386
- email?: string;
387
405
  /** User first name */
388
406
  firstName?: string;
389
407
  /** User last name */
@@ -431,39 +449,14 @@ export type UpdatePasswordRequest = {
431
449
  /** New password */
432
450
  password: string;
433
451
  };
434
- export type InvitationUserResponse = {
435
- email: string;
436
- };
437
- export type UserInvitationResponse = {
438
- /** Unique identifier of the invitation */
439
- id: string;
440
- /** Identifier of the associated account */
441
- accountId: string;
442
- sender: InvitationUserResponse;
443
- invitedUser: InvitationUserResponse;
444
- /** Timestamp when the invitation was created */
445
- createdAt: string;
446
- /** Timestamp when the invitation was resent */
447
- resentAt: string;
448
- /** Timestamp when the invitation will expire */
449
- expirationDate: string;
450
- /** Role assigned to the invited user */
451
- roleName: string;
452
- /** Indicates whether the account is assigned to the invited user */
453
- assignAccount: boolean;
454
- /** Magic link associated with the invitation */
455
- magicLink: string;
456
- /** Current status of the invitation */
457
- status: "ACCEPTED" | "PENDING" | "CANCELLED";
452
+ export type AccountStatusRequest = {
453
+ /** Account enabled */
454
+ enabled: boolean;
458
455
  };
459
456
  export type UpdateSalesRepresentativesRequest = {
460
457
  /** List of emails from sales representatives responsible for the account. */
461
458
  salesRepresentatives: string[];
462
459
  };
463
- export type AccountStatusRequest = {
464
- /** Account enabled */
465
- enabled: boolean;
466
- };
467
460
  export type AttributeImporter = {
468
461
  /** External user attribute */
469
462
  externalUserAttribute?: string;
@@ -647,6 +640,66 @@ export type ServiceCredentialCreateResponseV2 = {
647
640
  /** Account tenant */
648
641
  tenant: string;
649
642
  };
643
+ export type ResourceTypeDto = {
644
+ /** Id of resource type. */
645
+ id: string;
646
+ /** Name of resource type. */
647
+ name: string;
648
+ /** Slug of resource type. */
649
+ slug: string;
650
+ /** Description of resource type. */
651
+ description: string;
652
+ /** Creation date of resource type. */
653
+ createdAt: string;
654
+ };
655
+ export type ResourceResponse = {
656
+ /** Id of resource. */
657
+ id: string;
658
+ /** Name of resource. */
659
+ name: string;
660
+ /** Description of resource. */
661
+ description?: string;
662
+ "type"?: ResourceTypeDto;
663
+ /** Name of resource. */
664
+ slug: string;
665
+ };
666
+ export type PageResponseResourceResponse = {
667
+ /** Current page content */
668
+ items?: ResourceResponse[];
669
+ /** Total elements found */
670
+ totalElements: number;
671
+ /** Current page number */
672
+ page: number;
673
+ /** Length of current page items */
674
+ size: number;
675
+ /** Total pages found */
676
+ totalPages: number;
677
+ };
678
+ export type ResourceTypeRequest = {
679
+ id?: string;
680
+ slug?: string;
681
+ };
682
+ export type CreateResourceV2Request = {
683
+ /** Resource name */
684
+ name: string;
685
+ /** Resource slug */
686
+ slug: string;
687
+ "type": ResourceTypeRequest;
688
+ /** Resource description */
689
+ description: string;
690
+ /** Resource Parent ID */
691
+ parentId?: string;
692
+ };
693
+ export type IdResponse = {
694
+ /** Id response. */
695
+ id: string;
696
+ };
697
+ export type AddResourceToGroupBySlugAndTypeRequest = {
698
+ /** Resource slug. */
699
+ slug: string;
700
+ /** Resource Type. */
701
+ "type": string;
702
+ };
650
703
  export type FeatureFlagPageRequest = {
651
704
  size?: number;
652
705
  page: number;
@@ -935,10 +988,6 @@ export type CreateAccountRoleRequest = {
935
988
  /** Account Role description */
936
989
  description?: string;
937
990
  };
938
- export type IdResponse = {
939
- /** Id response. */
940
- id: string;
941
- };
942
991
  export type RoleMemberResponse = {
943
992
  /** Member ID */
944
993
  id: string;
@@ -974,29 +1023,6 @@ export type RoleGroupIdsRequest = {
974
1023
  /** List of group IDs to be bound to the role. */
975
1024
  ids: string[];
976
1025
  };
977
- export type ResourceTypeDto = {
978
- /** Id of resource type. */
979
- id: string;
980
- /** Name of resource type. */
981
- name: string;
982
- /** Slug of resource type. */
983
- slug: string;
984
- /** Description of resource type. */
985
- description: string;
986
- /** Creation date of resource type. */
987
- createdAt: string;
988
- };
989
- export type ResourceResponse = {
990
- /** Id of resource. */
991
- id: string;
992
- /** Name of resource. */
993
- name: string;
994
- /** Description of resource. */
995
- description?: string;
996
- "type"?: ResourceTypeDto;
997
- /** Name of resource. */
998
- slug: string;
999
- };
1000
1026
  export type CreateResourceRequest = {
1001
1027
  /** Account resource name */
1002
1028
  name: string;
@@ -1007,6 +1033,46 @@ export type CreateResourceRequest = {
1007
1033
  /** Account resource description */
1008
1034
  description?: string;
1009
1035
  };
1036
+ export type ResourceReviewAnswerDto = {
1037
+ id: string;
1038
+ memberId: string;
1039
+ comment: string;
1040
+ createdAt: string;
1041
+ updatedAt?: string;
1042
+ };
1043
+ export type ViewResourceReviewResponse = {
1044
+ id: string;
1045
+ memberId: string;
1046
+ rating: number;
1047
+ comment?: string;
1048
+ resourceType: string;
1049
+ resourceSlug: string;
1050
+ createdAt: string;
1051
+ updatedAt?: string;
1052
+ reviewAnswers?: ResourceReviewAnswerDto[];
1053
+ };
1054
+ export type PageResponseViewResourceReviewResponse = {
1055
+ /** Current page content */
1056
+ items?: ViewResourceReviewResponse[];
1057
+ /** Total elements found */
1058
+ totalElements: number;
1059
+ /** Current page number */
1060
+ page: number;
1061
+ /** Length of current page items */
1062
+ size: number;
1063
+ /** Total pages found */
1064
+ totalPages: number;
1065
+ };
1066
+ export type CreateResourceReviewRequest = {
1067
+ /** Evaluation grade, represented by an integer between 1 and 5. */
1068
+ rating: number;
1069
+ /** Evaluation comment */
1070
+ comment?: string;
1071
+ };
1072
+ export type CreateReviewAnswerRequest = {
1073
+ /** Comment of the review. */
1074
+ answer: string;
1075
+ };
1010
1076
  export type AccountMemberResponse = {
1011
1077
  /** Account member id */
1012
1078
  id: string;
@@ -1126,22 +1192,6 @@ export type MemberEmailRequest = {
1126
1192
  /** Member email */
1127
1193
  email: string;
1128
1194
  };
1129
- export type InviteNewMemberRequest = {
1130
- /** Member email */
1131
- email: string;
1132
- /** Member name */
1133
- name: string;
1134
- /** Member surname */
1135
- surname: string;
1136
- /** Member group ID */
1137
- groupId?: string;
1138
- };
1139
- export type InviteMembersResponse = {
1140
- /** Status Message */
1141
- msg: string;
1142
- /** Members with error */
1143
- errors: string[];
1144
- };
1145
1195
  export type PersonalLeadRequest = {
1146
1196
  /** Lead name */
1147
1197
  name: string;
@@ -1212,16 +1262,6 @@ export type EnterpriseLeadRequest = {
1212
1262
  /** Contact reason */
1213
1263
  reason?: string;
1214
1264
  };
1215
- export type CreateUserInvitationRequest = {
1216
- /** User email */
1217
- email: string;
1218
- /** User role in account */
1219
- role: string;
1220
- /** Indicates whether account will be shared with user or not */
1221
- assignAccount: boolean;
1222
- /** Language to use in invitation e-mail */
1223
- lang: string;
1224
- };
1225
1265
  export type NewGroupRequest = {
1226
1266
  /** Group name */
1227
1267
  name: string;
@@ -1387,20 +1427,6 @@ export type CampaignAvailableResponse = {
1387
1427
  /** Campaign Status */
1388
1428
  isAvailable: boolean;
1389
1429
  };
1390
- export type SwitchAccountRequest = {
1391
- /** Account slug to switch to */
1392
- accountId: string;
1393
- };
1394
- export type ExchangeAccountResponse = {
1395
- /** Personal Access Token generated by User Personal Client on user behalf */
1396
- access_token: string;
1397
- /** Refresh Token */
1398
- refresh_token: string;
1399
- /** The token type */
1400
- token_type: string;
1401
- /** The number of seconds before the access_token expires */
1402
- expires_in: number;
1403
- };
1404
1430
  export type PersonalClientCredentialsResponse = {
1405
1431
  /** The Client ID used for authentication */
1406
1432
  clientId: string;
@@ -1558,6 +1584,14 @@ export type AccountTrialCreateRequest = {
1558
1584
  reachedBy?: ("GOOGLE_SEARCH" | "REFERRAL" | "SOCIAL_MEDIA" | "ONLINE_AD" | "EVENT_CONFERENCE" | "EMAIL_CAMPAIGN" | "FRIEND_COLLEAGUE" | "BLOG_ARTICLE" | "YOUTUBE_VIDEO_CONTENT" | "ZUP_OFFICIAL_CHANNELS" | "OTHER")[];
1559
1585
  /** The custom channel used for the trial user to reach Stackspot */
1560
1586
  customReachedBy?: string;
1587
+ /** Identify the source of the access (LinkedIn, Facebook, Instagram, etc.) */
1588
+ utmSource?: string;
1589
+ /** Identifies the campaign medium */
1590
+ utmMedium?: string;
1591
+ /** Identifies the campaign name, specific promotion, or slogan. */
1592
+ utmCampaign?: string;
1593
+ /** Identifies the paid term in paid search campaigns (keyword). */
1594
+ utmTerm?: string;
1561
1595
  };
1562
1596
  export type PersonalAccountExpirationDataResponse = {
1563
1597
  /** Account id */
@@ -1565,13 +1599,9 @@ export type PersonalAccountExpirationDataResponse = {
1565
1599
  /** Account name */
1566
1600
  name: string;
1567
1601
  /** Account remaining trial days */
1568
- remainingTrialDays: number;
1602
+ remainingTrialDays?: number;
1569
1603
  /** Date that trial Account will be blocked */
1570
- validUntil: string;
1571
- };
1572
- export type AccountCollaboratorRequest = {
1573
- /** The API id of account requester */
1574
- accountApiId: string;
1604
+ validUntil?: string;
1575
1605
  };
1576
1606
  export type PageResponseAccountSsoGroupMappingResponse = {
1577
1607
  /** Current page content */
@@ -1691,6 +1721,43 @@ export type ValidateAccountPartnerDataRequest = {
1691
1721
  /** Email domains list that account users will use to login into StackSpot. Example: zup.com.br */
1692
1722
  domains?: string[];
1693
1723
  };
1724
+ export type PrivilegeResourceTypeIdentificationRequest = {
1725
+ /** Slug of the resource type. */
1726
+ slug?: string;
1727
+ /** ID of the resource type. */
1728
+ id?: string;
1729
+ };
1730
+ export type PrivilegeResourceIdentificationRequest = {
1731
+ "type": PrivilegeResourceTypeIdentificationRequest;
1732
+ /** Slug of the resource. */
1733
+ slug: string;
1734
+ };
1735
+ export type PrivilegeActionIdentificationRequest = {
1736
+ /** ID of the action. */
1737
+ id?: string;
1738
+ /** Slug of the action. */
1739
+ slug?: string;
1740
+ };
1741
+ export type RemovePrivilegeToGroupRequest = {
1742
+ /** List of resources to which the privilege applies. */
1743
+ resources: PrivilegeResourceIdentificationRequest[];
1744
+ /** List of resource types to which the privilege applies. */
1745
+ resource_types: PrivilegeResourceTypeIdentificationRequest[];
1746
+ /** List of actions to which the privilege applies. */
1747
+ actions: PrivilegeActionIdentificationRequest[];
1748
+ /** Whether the privilege is inheritable by child resources. */
1749
+ inheritable: boolean;
1750
+ };
1751
+ export type AddPrivilegeToGroupRequest = {
1752
+ /** List of resources to which the privilege applies. */
1753
+ resources: PrivilegeResourceIdentificationRequest[];
1754
+ /** List of resource types to which the privilege applies. */
1755
+ resource_types: PrivilegeResourceTypeIdentificationRequest[];
1756
+ /** List of actions to which the privilege applies. */
1757
+ actions: PrivilegeActionIdentificationRequest[];
1758
+ /** Whether the privilege is inheritable by child resources. */
1759
+ inheritable: boolean;
1760
+ };
1694
1761
  export type RotateServiceCredentialSecretRequest = {
1695
1762
  /** Service credential secret */
1696
1763
  secret: string;
@@ -1738,6 +1805,16 @@ export type ServiceCredentialAssociateGroupRequest = {
1738
1805
  /** Service credential groups ids */
1739
1806
  teams: string[];
1740
1807
  };
1808
+ export type UpdateResourceReviewRequest = {
1809
+ /** Evaluation grade, represented by an integer between 1 and 5. */
1810
+ rating?: number;
1811
+ /** Evaluation comment */
1812
+ comment?: string;
1813
+ };
1814
+ export type UpdateReviewAnswerRequest = {
1815
+ /** Comment of the review. */
1816
+ answer: string;
1817
+ };
1741
1818
  export type ReadPreferencesResponse = {
1742
1819
  /** Dashboard widgets preferences */
1743
1820
  dashboardWidgets?: string[];
@@ -1954,18 +2031,6 @@ export type PageResponseRoleGroupResponse = {
1954
2031
  /** Total pages found */
1955
2032
  totalPages: number;
1956
2033
  };
1957
- export type PageResponseResourceResponse = {
1958
- /** Current page content */
1959
- items?: ResourceResponse[];
1960
- /** Total elements found */
1961
- totalElements: number;
1962
- /** Current page number */
1963
- page: number;
1964
- /** Length of current page items */
1965
- size: number;
1966
- /** Total pages found */
1967
- totalPages: number;
1968
- };
1969
2034
  export type MembersFromResourceResponse = {
1970
2035
  /** Member ID */
1971
2036
  id: string;
@@ -2184,16 +2249,6 @@ export type AccountScmStatusResponse = {
2184
2249
  };
2185
2250
  export type RolePermissionResponse = {
2186
2251
  status?: boolean;
2187
- /** Permission ID from StackSpot IAM */
2188
- id: string;
2189
- /** Permission's name */
2190
- name: string;
2191
- /** Permission's description */
2192
- description?: string;
2193
- /** Permission's creation timestamp */
2194
- createdAt: string;
2195
- /** The statements defined in the permission */
2196
- statements: PermissionStatementResponse[];
2197
2252
  };
2198
2253
  export type ResourceDto = {
2199
2254
  /** Unique identifier of the resource. */
@@ -2277,6 +2332,8 @@ export type PersonalAccountDetailsResponse = {
2277
2332
  accountId: string;
2278
2333
  /** Full name of the account owner. */
2279
2334
  fullName: string;
2335
+ /** Date and time until the account is valid. */
2336
+ validUntil?: string;
2280
2337
  /** Date and time that the account was created. */
2281
2338
  createdAt: string;
2282
2339
  campaign?: Campaign;
@@ -2291,7 +2348,7 @@ export type PersonalAccountDetailsResponse = {
2291
2348
  /** Custom position of the account owner in the company, if not listed. */
2292
2349
  otherPosition?: string | null;
2293
2350
  /** How the account owner was reached. */
2294
- reachedBy?: (("GOOGLE_SEARCH" | "REFERRAL" | "SOCIAL_MEDIA" | "ONLINE_AD" | "EVENT_CONFERENCE" | "EMAIL_CAMPAIGN" | "FRIEND_COLLEAGUE" | "BLOG_ARTICLE" | "YOUTUBE_VIDEO_CONTENT" | "ZUP_OFFICIAL_CHANNELS" | "OTHER") | null)[] | null;
2351
+ reachedBy?: ("GOOGLE_SEARCH" | "REFERRAL" | "SOCIAL_MEDIA" | "ONLINE_AD" | "EVENT_CONFERENCE" | "EMAIL_CAMPAIGN" | "FRIEND_COLLEAGUE" | "BLOG_ARTICLE" | "YOUTUBE_VIDEO_CONTENT" | "ZUP_OFFICIAL_CHANNELS" | "OTHER")[] | null;
2295
2352
  /** Custom description of how the account owner was reached, if not listed. */
2296
2353
  customReachedBy?: string | null;
2297
2354
  };
@@ -2342,6 +2399,35 @@ export type AccountPartnerResponse = {
2342
2399
  /** Account current status */
2343
2400
  isActive: boolean;
2344
2401
  };
2402
+ export type ResourceTypeIdentifierRequest = {
2403
+ /** Slug of the resource type. */
2404
+ slug?: string;
2405
+ /** ID of the resource type. */
2406
+ id?: string;
2407
+ };
2408
+ export type DeleteResourceRequestV3 = {
2409
+ "type": ResourceTypeIdentifierRequest;
2410
+ /** Slug of the resource to be deleted */
2411
+ slug: string;
2412
+ };
2413
+ export type DeleteResourceResponseV3 = {
2414
+ /** Unique identifier of the resource. */
2415
+ id: string;
2416
+ /** Name of the resource. */
2417
+ name: string;
2418
+ /** Slug version of the resource name. */
2419
+ slug: string;
2420
+ /** Optional description of the resource. */
2421
+ description?: string;
2422
+ "type"?: ResourceTypeDto;
2423
+ };
2424
+ export type PageDtoDeleteResourceResponseV3 = {
2425
+ items: DeleteResourceResponseV3[];
2426
+ size: number;
2427
+ totalElements: number;
2428
+ page: number;
2429
+ totalPages: number;
2430
+ };
2345
2431
  /**
2346
2432
  * Retrieves a list of rate limit with the associated service credential.
2347
2433
  */
@@ -2416,7 +2502,7 @@ export declare function deleteAccountAssociation({ featureFlagId, accountId }: {
2416
2502
  /**
2417
2503
  * Retrieves a list of SCM credentials associated with the current user's account, including secret names and provider details.
2418
2504
  */
2419
- export declare function listScmCredentials1(opts?: Oazapfts.RequestOpts): Promise<UserScmInfoResponse[]>;
2505
+ export declare function listScmCredentials(opts?: Oazapfts.RequestOpts): Promise<UserScmInfoResponse[]>;
2420
2506
  /**
2421
2507
  * Updates the SCM credentials for a user by saving the new secret information and triggering an update event.
2422
2508
  */
@@ -2475,7 +2561,7 @@ export declare function deleteScope({ scopeId }: {
2475
2561
  /**
2476
2562
  * Retrieves a list of SCM credentials associated with the current user's account.
2477
2563
  */
2478
- export declare function listScmCredentials2(opts?: Oazapfts.RequestOpts): Promise<AccountScmInfoResponse[]>;
2564
+ export declare function listScmCredentials1(opts?: Oazapfts.RequestOpts): Promise<AccountScmInfoResponse[]>;
2479
2565
  /**
2480
2566
  * Updates the SCM credentials for the current user's account, saving the changes and triggering an update event.
2481
2567
  */
@@ -2504,7 +2590,7 @@ export declare function deleteAccountRole({ roleId }: {
2504
2590
  /**
2505
2591
  * Retrieves a of resources and their associated actions with their status compared to a specified role.
2506
2592
  */
2507
- export declare function getResourcesAndActionsWithStatus1({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2593
+ export declare function getResourcesAndActionsWithStatus({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2508
2594
  roleId: string;
2509
2595
  size?: any;
2510
2596
  page?: any;
@@ -2553,11 +2639,12 @@ export declare function updateUserPassword({ memberId, updatePasswordRequest }:
2553
2639
  updatePasswordRequest: UpdatePasswordRequest;
2554
2640
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
2555
2641
  /**
2556
- * Accepts an invitation for a user to collaborate on an account.
2642
+ * Updates an account status based on the provided account ID.
2557
2643
  */
2558
- export declare function accept({ id }: {
2559
- id: string;
2560
- }, opts?: Oazapfts.RequestOpts): Promise<UserInvitationResponse>;
2644
+ export declare function updateAccountStatus({ accountId, accountStatusRequest }: {
2645
+ accountId: string;
2646
+ accountStatusRequest: AccountStatusRequest;
2647
+ }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
2561
2648
  /**
2562
2649
  * Updates the sales representatives associated with an active account.
2563
2650
  */
@@ -2568,7 +2655,7 @@ export declare function updateSalesRepresentatives({ accountId, updateSalesRepre
2568
2655
  /**
2569
2656
  * Enables an account by updating its status.
2570
2657
  */
2571
- export declare function updateAccountStatus({ accountId, accountStatusRequest }: {
2658
+ export declare function updateAccountStatus1({ accountId, accountStatusRequest }: {
2572
2659
  accountId: string;
2573
2660
  accountStatusRequest: AccountStatusRequest;
2574
2661
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
@@ -2635,7 +2722,7 @@ export declare function getServiceCredentials({ size, page, sort, direction, sea
2635
2722
  multiFilterMode?: string;
2636
2723
  filterIn?: any;
2637
2724
  name?: string;
2638
- status?: string;
2725
+ status?: "ACTIVE" | "DISABLED" | "REVOKED" | "EXPIRED";
2639
2726
  }, opts?: Oazapfts.RequestOpts): Promise<PageResponseServiceCredentialResponse>;
2640
2727
  /**
2641
2728
  * Creates a new service credential for the current user.
@@ -2643,6 +2730,50 @@ export declare function getServiceCredentials({ size, page, sort, direction, sea
2643
2730
  export declare function createServiceCredential({ serviceCredentialCreateRequestV2 }: {
2644
2731
  serviceCredentialCreateRequestV2: ServiceCredentialCreateRequestV2;
2645
2732
  }, opts?: Oazapfts.RequestOpts): Promise<ServiceCredentialCreateResponseV2>;
2733
+ /**
2734
+ * Retrieves a list of resources.
2735
+ */
2736
+ export declare function getResources({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2737
+ size?: any;
2738
+ page?: any;
2739
+ sort?: string;
2740
+ direction?: "ASC" | "DESC";
2741
+ search?: string;
2742
+ filterMode?: "MATCH" | "CONTAINS" | "IN";
2743
+ filterBy?: string;
2744
+ filterValue?: string;
2745
+ multiFilterMode?: string;
2746
+ filterIn?: any;
2747
+ }, opts?: Oazapfts.RequestOpts): Promise<PageResponseResourceResponse>;
2748
+ /**
2749
+ * Creates a new resource for the account.
2750
+ */
2751
+ export declare function createResource({ createResourceV2Request }: {
2752
+ createResourceV2Request: CreateResourceV2Request;
2753
+ }, opts?: Oazapfts.RequestOpts): Promise<IdResponse>;
2754
+ /**
2755
+ * Get Group Resources
2756
+ */
2757
+ export declare function getGroupResources({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2758
+ groupId: string;
2759
+ size?: any;
2760
+ page?: any;
2761
+ sort?: string;
2762
+ direction?: "ASC" | "DESC";
2763
+ search?: string;
2764
+ filterMode?: "MATCH" | "CONTAINS" | "IN";
2765
+ filterBy?: string;
2766
+ filterValue?: string;
2767
+ multiFilterMode?: string;
2768
+ filterIn?: any;
2769
+ }, opts?: Oazapfts.RequestOpts): Promise<PageResponseResourceResponse>;
2770
+ /**
2771
+ * Add Multiple Resources to Group
2772
+ */
2773
+ export declare function addResourcesToGroupBySlugAndType({ groupId, body }: {
2774
+ groupId: string;
2775
+ body: AddResourceToGroupBySlugAndTypeRequest[];
2776
+ }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
2646
2777
  /**
2647
2778
  * Returns a paged list of Feature Flags associated with the current user's account.
2648
2779
  */
@@ -2652,7 +2783,7 @@ export declare function getFeatures({ featureFlagPageRequest }: {
2652
2783
  /**
2653
2784
  * Returns a list of Feature Flags associated with the current user's account.
2654
2785
  */
2655
- export declare function getFeatures2(opts?: Oazapfts.RequestOpts): Promise<FeatureFlagsResponseV2[]>;
2786
+ export declare function getFeatures1(opts?: Oazapfts.RequestOpts): Promise<FeatureFlagsResponseV2[]>;
2656
2787
  /**
2657
2788
  * Creates a new Feature Flag and returns its unique identifier.
2658
2789
  */
@@ -2662,7 +2793,7 @@ export declare function create({ createFeatureFlagRequest }: {
2662
2793
  /**
2663
2794
  * Returns a paged list of Feature Flags associated with the current user's account.
2664
2795
  */
2665
- export declare function getFeatures1({ accountId, featureFlagPageRequest }: {
2796
+ export declare function getFeatures2({ accountId, featureFlagPageRequest }: {
2666
2797
  accountId: string;
2667
2798
  featureFlagPageRequest?: FeatureFlagPageRequest;
2668
2799
  }, opts?: Oazapfts.RequestOpts): Promise<PageResponseFeatureFlagsResponsePagedV2>;
@@ -2694,9 +2825,9 @@ export declare function createExternalLink({ accountId, externalLinkRequest }: {
2694
2825
  */
2695
2826
  export declare function getServiceCredentials1({ name, status, page, size }: {
2696
2827
  name?: string;
2697
- status?: string;
2698
- page?: string;
2699
- size?: string;
2828
+ status?: "ACTIVE" | "DISABLED" | "REVOKED" | "EXPIRED";
2829
+ page?: number;
2830
+ size?: number;
2700
2831
  }, opts?: Oazapfts.RequestOpts): Promise<ServiceCredentialResponse[]>;
2701
2832
  /**
2702
2833
  * Create Service Credential
@@ -2713,7 +2844,7 @@ export declare function notifyServiceCredentialExpiration({ serviceCredentialExp
2713
2844
  /**
2714
2845
  * Find secrets with multiple filters and conditions
2715
2846
  */
2716
- export declare function findSecrets1({ size, page, sort, direction, search, filterByScope, filterByType, filterByScopedBy, filterByScopedValue, authorizedOnly }: {
2847
+ export declare function findSecrets({ size, page, sort, direction, search, filterByScope, filterByType, filterByScopedBy, filterByScopedValue, authorizedOnly }: {
2717
2848
  size?: any;
2718
2849
  page?: any;
2719
2850
  sort?: string;
@@ -2734,21 +2865,23 @@ export declare function createSecret({ createSecretRequest }: {
2734
2865
  /**
2735
2866
  * Associate a secret with a resource
2736
2867
  */
2737
- export declare function associateResource({ secretId, resourceSlug }: {
2868
+ export declare function associateResource({ secretId, resourceSlug, resourceTypeSlug }: {
2738
2869
  secretId: string;
2739
2870
  resourceSlug: string;
2871
+ resourceTypeSlug: string;
2740
2872
  }, opts?: Oazapfts.RequestOpts): Promise<never>;
2741
2873
  /**
2742
2874
  * Disassociate a secret with a resource
2743
2875
  */
2744
- export declare function disassociateResource({ secretId, resourceSlug }: {
2876
+ export declare function disassociateResource({ secretId, resourceSlug, resourceTypeSlug }: {
2745
2877
  secretId: string;
2746
2878
  resourceSlug: string;
2879
+ resourceTypeSlug: string;
2747
2880
  }, opts?: Oazapfts.RequestOpts): Promise<never>;
2748
2881
  /**
2749
2882
  * Check if user has access to secret
2750
2883
  */
2751
- export declare function findSecrets({ checkSecretAccessRequest }: {
2884
+ export declare function findSecrets1({ checkSecretAccessRequest }: {
2752
2885
  checkSecretAccessRequest: CheckSecretAccessRequest;
2753
2886
  }, opts?: Oazapfts.RequestOpts): Promise<CheckSecretAccessResponse>;
2754
2887
  /**
@@ -2766,7 +2899,7 @@ export declare function createScope({ iamCreateScopeRequest }: {
2766
2899
  /**
2767
2900
  * Retrieves a list of roles available to the current account.
2768
2901
  */
2769
- export declare function getRoles3({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2902
+ export declare function getRoles({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2770
2903
  size?: any;
2771
2904
  page?: any;
2772
2905
  sort?: string;
@@ -2787,7 +2920,7 @@ export declare function createAccountRole({ createAccountRoleRequest }: {
2787
2920
  /**
2788
2921
  * Retrieves a list of role members for a specified role.
2789
2922
  */
2790
- export declare function getRoleMembers1({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2923
+ export declare function getRoleMembers({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2791
2924
  roleId: string;
2792
2925
  size?: any;
2793
2926
  page?: any;
@@ -2810,7 +2943,7 @@ export declare function addRoleToMember({ roleId, addRoleToMemberRequest }: {
2810
2943
  /**
2811
2944
  * Retrieves a list of role groups associated with a specific group ID.
2812
2945
  */
2813
- export declare function getRoleGroups1({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2946
+ export declare function getRoleGroups({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2814
2947
  roleId: string;
2815
2948
  size?: any;
2816
2949
  page?: any;
@@ -2848,13 +2981,47 @@ export declare function getResources1({ size, page, sort, direction, search, fil
2848
2981
  /**
2849
2982
  * Creates a new resource for the account.
2850
2983
  */
2851
- export declare function createResource({ createResourceRequest }: {
2984
+ export declare function createResource1({ createResourceRequest }: {
2852
2985
  createResourceRequest: CreateResourceRequest;
2853
2986
  }, opts?: Oazapfts.RequestOpts): Promise<IdResponse>;
2987
+ /**
2988
+ * Get all resources reviews
2989
+ */
2990
+ export declare function getReviews({ resourceSlug, resourceTypeSlug, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2991
+ resourceSlug: string;
2992
+ resourceTypeSlug: string;
2993
+ size?: any;
2994
+ page?: any;
2995
+ sort?: string;
2996
+ direction?: "ASC" | "DESC";
2997
+ search?: string;
2998
+ filterMode?: "MATCH" | "CONTAINS" | "IN";
2999
+ filterBy?: string;
3000
+ filterValue?: string;
3001
+ multiFilterMode?: string;
3002
+ filterIn?: any;
3003
+ }, opts?: Oazapfts.RequestOpts): Promise<PageResponseViewResourceReviewResponse>;
3004
+ /**
3005
+ * Create a resource review
3006
+ */
3007
+ export declare function createReview({ resourceSlug, resourceTypeSlug, xMemberId, createResourceReviewRequest }: {
3008
+ resourceSlug: string;
3009
+ resourceTypeSlug: string;
3010
+ xMemberId: string;
3011
+ createResourceReviewRequest: CreateResourceReviewRequest;
3012
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
3013
+ /**
3014
+ * Create an answer to a review
3015
+ */
3016
+ export declare function createReviewAnswer({ reviewId, xMemberId, createReviewAnswerRequest }: {
3017
+ reviewId: string;
3018
+ xMemberId: string;
3019
+ createReviewAnswerRequest: CreateReviewAnswerRequest;
3020
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
2854
3021
  /**
2855
3022
  * Retrieves a list of account members for a specified account.
2856
3023
  */
2857
- export declare function getAccountMembers2({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3024
+ export declare function getAccountMembers({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2858
3025
  size?: any;
2859
3026
  page?: any;
2860
3027
  sort?: string;
@@ -2875,7 +3042,7 @@ export declare function createUser({ createUserRequest }: {
2875
3042
  /**
2876
3043
  * Retrieves a paginated list of roles associated with a specific member.
2877
3044
  */
2878
- export declare function getRoles4({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3045
+ export declare function getRoles1({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2879
3046
  memberId: string;
2880
3047
  size?: any;
2881
3048
  page?: any;
@@ -2904,7 +3071,7 @@ export declare function resetOtp({ memberId }: {
2904
3071
  /**
2905
3072
  * Retrieves a list of groups associated with a specific member.
2906
3073
  */
2907
- export declare function getMemberGroups1({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3074
+ export declare function getMemberGroups({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
2908
3075
  memberId: string;
2909
3076
  size?: any;
2910
3077
  page?: any;
@@ -2950,12 +3117,6 @@ export declare function addAccountMemberFavorite({ memberId, createFavoriteResou
2950
3117
  export declare function resetPassword({ memberEmailRequest }: {
2951
3118
  memberEmailRequest: MemberEmailRequest;
2952
3119
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
2953
- /**
2954
- * Invites new members to an account and assigns them to the default group based on the account type.
2955
- */
2956
- export declare function inviteMembers({ body }: {
2957
- body: InviteNewMemberRequest[];
2958
- }, opts?: Oazapfts.RequestOpts): Promise<InviteMembersResponse>;
2959
3120
  /**
2960
3121
  * Create a personal lead contact
2961
3122
  */
@@ -2968,25 +3129,10 @@ export declare function personalContact({ personalLeadRequest }: {
2968
3129
  export declare function enterpriseContact({ enterpriseLeadRequest }: {
2969
3130
  enterpriseLeadRequest: EnterpriseLeadRequest;
2970
3131
  }, opts?: Oazapfts.RequestOpts): Promise<LeadResponse>;
2971
- /**
2972
- * Lists user invitations for account
2973
- */
2974
- export declare function listUserInvitations({ filterBy, filterValue, page, size }: {
2975
- filterBy?: string;
2976
- filterValue?: string;
2977
- page?: string;
2978
- size?: string;
2979
- }, opts?: Oazapfts.RequestOpts): Promise<UserInvitationResponse[]>;
2980
- /**
2981
- * Creates and sends an invitation to a user to join an account.
2982
- */
2983
- export declare function createUserInvitation({ createUserInvitationRequest }: {
2984
- createUserInvitationRequest: CreateUserInvitationRequest;
2985
- }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
2986
3132
  /**
2987
3133
  * Get Groups
2988
3134
  */
2989
- export declare function getGroups1({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn, includeDefaultGroup }: {
3135
+ export declare function getGroups({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn, includeDefaultGroup }: {
2990
3136
  size?: any;
2991
3137
  page?: any;
2992
3138
  sort?: string;
@@ -3008,7 +3154,7 @@ export declare function save({ newGroupRequest }: {
3008
3154
  /**
3009
3155
  * Get Group members
3010
3156
  */
3011
- export declare function getRoles5({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3157
+ export declare function getRoles2({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3012
3158
  groupId: string;
3013
3159
  size?: any;
3014
3160
  page?: any;
@@ -3054,7 +3200,7 @@ export declare function addResourcesToGroup({ groupId, addResourcesToGroupReques
3054
3200
  /**
3055
3201
  * Get Group members
3056
3202
  */
3057
- export declare function getMembers1({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3203
+ export declare function getMembers({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3058
3204
  groupId: string;
3059
3205
  size?: any;
3060
3206
  page?: any;
@@ -3075,9 +3221,11 @@ export declare function bindGroupMembers({ groupId, groupMemberIdsRequest }: {
3075
3221
  groupMemberIdsRequest: GroupMemberIdsRequest;
3076
3222
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3077
3223
  /**
3078
- * List all Account Extensions
3224
+ * List extensions that user is allowed to manage
3079
3225
  */
3080
- export declare function listExtensions(opts?: Oazapfts.RequestOpts): Promise<ExtensionReadResponse[]>;
3226
+ export declare function listManageableExtensions({ actions }: {
3227
+ actions?: string[];
3228
+ }, opts?: Oazapfts.RequestOpts): Promise<ExtensionReadResponse[]>;
3081
3229
  /**
3082
3230
  * Create Account Extension
3083
3231
  */
@@ -3120,16 +3268,7 @@ export declare function createExtensionLink({ extensionLinkCreateRequest }: {
3120
3268
  */
3121
3269
  export declare function receiveWebhook({ provider, body }: {
3122
3270
  provider: string;
3123
- body: {
3124
- short?: number;
3125
- char?: string;
3126
- int?: number;
3127
- long?: number;
3128
- float?: number;
3129
- double?: number;
3130
- direct?: boolean;
3131
- readOnly?: boolean;
3132
- };
3271
+ body: string;
3133
3272
  }, opts?: Oazapfts.RequestOpts): Promise<never>;
3134
3273
  /**
3135
3274
  * Check if user has answered forms
@@ -3159,12 +3298,6 @@ export declare function sendContactEmail({ contactEmailRequest }: {
3159
3298
  export declare function validateCampaignCode({ code }: {
3160
3299
  code: string;
3161
3300
  }, opts?: Oazapfts.RequestOpts): Promise<CampaignAvailableResponse>;
3162
- /**
3163
- * Switch user to account passed in the body
3164
- */
3165
- export declare function switchAccount({ switchAccountRequest }: {
3166
- switchAccountRequest: SwitchAccountRequest;
3167
- }, opts?: Oazapfts.RequestOpts): Promise<ExchangeAccountResponse>;
3168
3301
  /**
3169
3302
  * Get credentials from personal service client (create if not exists one to the logged user).
3170
3303
  */
@@ -3172,7 +3305,7 @@ export declare function getPersonalClientCredentials(opts?: Oazapfts.RequestOpts
3172
3305
  /**
3173
3306
  * Get an Access Token generated With Audience on logged user behalf, since previously authorized.
3174
3307
  */
3175
- export declare function getPersonalAccessToken1({ apiAuthorization, generateTokenFromPersonalAccountRequest }: {
3308
+ export declare function getPersonalAccessToken({ apiAuthorization, generateTokenFromPersonalAccountRequest }: {
3176
3309
  apiAuthorization: string;
3177
3310
  generateTokenFromPersonalAccountRequest?: GenerateTokenFromPersonalAccountRequest;
3178
3311
  }, opts?: Oazapfts.RequestOpts): Promise<PersonalAccessTokenResponse>;
@@ -3239,7 +3372,7 @@ export declare function updateVisionOne({ updateVisionOneIntegrationRequest }: {
3239
3372
  /**
3240
3373
  * Finds and returns a list of accounts filtered by account type.
3241
3374
  */
3242
- export declare function getAccounts1({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3375
+ export declare function getAccounts({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3243
3376
  size?: any;
3244
3377
  page?: any;
3245
3378
  sort?: string;
@@ -3267,12 +3400,6 @@ export declare function createTrialAccount({ accountTrialCreateRequest }: {
3267
3400
  * Sets trial account to be removed after expiration.
3268
3401
  */
3269
3402
  export declare function removeTrialAccount(opts?: Oazapfts.RequestOpts): Promise<unknown>;
3270
- /**
3271
- * Adds a collaborator to an account with a specified role.
3272
- */
3273
- export declare function addCollaborator({ accountCollaboratorRequest }: {
3274
- accountCollaboratorRequest: AccountCollaboratorRequest;
3275
- }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3276
3403
  /**
3277
3404
  * Retrieves a list of SSO group mappings.
3278
3405
  */
@@ -3326,6 +3453,20 @@ export declare function createPartner({ createAccountPartnerOrderRequest }: {
3326
3453
  export declare function validateNewPartnerData({ validateAccountPartnerDataRequest }: {
3327
3454
  validateAccountPartnerDataRequest: ValidateAccountPartnerDataRequest;
3328
3455
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3456
+ /**
3457
+ * Removes privileges to group's default role.
3458
+ */
3459
+ export declare function removePermissions({ groupId, body }: {
3460
+ groupId: string;
3461
+ body: RemovePrivilegeToGroupRequest[];
3462
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
3463
+ /**
3464
+ * Add privileges to group's default role.
3465
+ */
3466
+ export declare function addPrivilegesToGroup({ groupId, body }: {
3467
+ groupId: string;
3468
+ body: AddPrivilegeToGroupRequest[];
3469
+ }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3329
3470
  /**
3330
3471
  * Rotates the secret of a service credential.
3331
3472
  */
@@ -3421,10 +3562,48 @@ export declare function enableSecret({ secretId }: {
3421
3562
  export declare function disableSecret({ secretId }: {
3422
3563
  secretId: string;
3423
3564
  }, opts?: Oazapfts.RequestOpts): Promise<never>;
3565
+ /**
3566
+ * Cancel Secret delete
3567
+ */
3568
+ export declare function cancelSecretDelete({ secretId }: {
3569
+ secretId: string;
3570
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
3424
3571
  /**
3425
3572
  * Migrate Api Key Secrets to new version
3426
3573
  */
3427
3574
  export declare function migrateApiKeySecretsToV2(opts?: Oazapfts.RequestOpts): Promise<never>;
3575
+ /**
3576
+ * Delete a resources review
3577
+ */
3578
+ export declare function deleteReview({ reviewId, xMemberId }: {
3579
+ reviewId: string;
3580
+ xMemberId: string;
3581
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
3582
+ /**
3583
+ * Update a resources review
3584
+ */
3585
+ export declare function updateReview({ reviewId, xMemberId, updateResourceReviewRequest }: {
3586
+ reviewId: string;
3587
+ xMemberId: string;
3588
+ updateResourceReviewRequest: UpdateResourceReviewRequest;
3589
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
3590
+ /**
3591
+ * Delete an answer to a review
3592
+ */
3593
+ export declare function deleteReviewAnswer({ answerId, reviewId, xMemberId }: {
3594
+ answerId: string;
3595
+ reviewId: string;
3596
+ xMemberId: string;
3597
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
3598
+ /**
3599
+ * Edit an evaluation comment
3600
+ */
3601
+ export declare function editReviewAnswer({ reviewId, answerId, xMemberId, updateReviewAnswerRequest }: {
3602
+ reviewId: string;
3603
+ answerId: string;
3604
+ xMemberId: string;
3605
+ updateReviewAnswerRequest: UpdateReviewAnswerRequest;
3606
+ }, opts?: Oazapfts.RequestOpts): Promise<never>;
3428
3607
  /**
3429
3608
  * Retrieves the preferences of a specific member.
3430
3609
  */
@@ -3480,18 +3659,6 @@ export declare function deactivateFidoCredentials({ memberId }: {
3480
3659
  export declare function enableFidoCredentials({ memberId }: {
3481
3660
  memberId: string;
3482
3661
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3483
- /**
3484
- * Cancel a user invitation.
3485
- */
3486
- export declare function cancelUserInvitation({ id }: {
3487
- id: string;
3488
- }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3489
- /**
3490
- * Resends a user invitation for a specified account.
3491
- */
3492
- export declare function resendUserInvitation({ id }: {
3493
- id: string;
3494
- }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3495
3662
  /**
3496
3663
  * Get Group by ID
3497
3664
  */
@@ -3558,6 +3725,10 @@ export declare function addNewEmailDomain({ accountId, addNewEmailDomainRequest
3558
3725
  accountId: string;
3559
3726
  addNewEmailDomainRequest: AddNewEmailDomainRequest;
3560
3727
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
3728
+ /**
3729
+ * Reactivates a Trial account.
3730
+ */
3731
+ export declare function reactivateTrialAccount(opts?: Oazapfts.RequestOpts): Promise<unknown>;
3561
3732
  /**
3562
3733
  * Update personal account details
3563
3734
  */
@@ -3617,7 +3788,7 @@ export declare function updatePartnerAccountAdminData({ id, accountPartnerAdminD
3617
3788
  /**
3618
3789
  * Retrieves a list of SCM credentials associated with the current user's account, including secret names and provider details.
3619
3790
  */
3620
- export declare function listScmCredentials({ userId }: {
3791
+ export declare function listScmCredentials2({ userId }: {
3621
3792
  userId: string;
3622
3793
  }, opts?: Oazapfts.RequestOpts): Promise<UserScmInfoResponse[]>;
3623
3794
  /**
@@ -3635,7 +3806,7 @@ export declare function getServiceCredentialByIdRateLimit({ clientId }: {
3635
3806
  /**
3636
3807
  * Get Roles
3637
3808
  */
3638
- export declare function getRoles({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3809
+ export declare function getRoles3({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3639
3810
  size?: any;
3640
3811
  page?: any;
3641
3812
  sort?: string;
@@ -3650,7 +3821,7 @@ export declare function getRoles({ size, page, sort, direction, search, filterMo
3650
3821
  /**
3651
3822
  * Get all Global Resources and Actions compared to role
3652
3823
  */
3653
- export declare function getResourcesAndActionsWithStatus({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3824
+ export declare function getResourcesAndActionsWithStatus1({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3654
3825
  roleId: string;
3655
3826
  size?: any;
3656
3827
  page?: any;
@@ -3666,7 +3837,7 @@ export declare function getResourcesAndActionsWithStatus({ roleId, size, page, s
3666
3837
  /**
3667
3838
  * Get role members
3668
3839
  */
3669
- export declare function getRoleMembers({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3840
+ export declare function getRoleMembers1({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3670
3841
  roleId: string;
3671
3842
  size?: any;
3672
3843
  page?: any;
@@ -3682,7 +3853,7 @@ export declare function getRoleMembers({ roleId, size, page, sort, direction, se
3682
3853
  /**
3683
3854
  * Get Groups from role
3684
3855
  */
3685
- export declare function getRoleGroups({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3856
+ export declare function getRoleGroups1({ roleId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3686
3857
  roleId: string;
3687
3858
  size?: any;
3688
3859
  page?: any;
@@ -3695,21 +3866,6 @@ export declare function getRoleGroups({ roleId, size, page, sort, direction, sea
3695
3866
  multiFilterMode?: string;
3696
3867
  filterIn?: any;
3697
3868
  }, opts?: Oazapfts.RequestOpts): Promise<PageResponseRoleGroupResponse>;
3698
- /**
3699
- * Retrieves a list of resources.
3700
- */
3701
- export declare function getResources({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3702
- size?: any;
3703
- page?: any;
3704
- sort?: string;
3705
- direction?: "ASC" | "DESC";
3706
- search?: string;
3707
- filterMode?: "MATCH" | "CONTAINS" | "IN";
3708
- filterBy?: string;
3709
- filterValue?: string;
3710
- multiFilterMode?: string;
3711
- filterIn?: any;
3712
- }, opts?: Oazapfts.RequestOpts): Promise<PageResponseResourceResponse>;
3713
3869
  /**
3714
3870
  * Retrieves a list of members for a specified resource.
3715
3871
  */
@@ -3760,7 +3916,7 @@ export declare function getResourceTypes({ size, page, sort, direction, search,
3760
3916
  /**
3761
3917
  * Retrieves a list of account members.
3762
3918
  */
3763
- export declare function getAccountMembers({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3919
+ export declare function getAccountMembers1({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3764
3920
  size?: any;
3765
3921
  page?: any;
3766
3922
  sort?: string;
@@ -3775,7 +3931,7 @@ export declare function getAccountMembers({ size, page, sort, direction, search,
3775
3931
  /**
3776
3932
  * Retrieves a list of roles associated with a specific member.
3777
3933
  */
3778
- export declare function getRoles1({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3934
+ export declare function getRoles4({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3779
3935
  memberId: string;
3780
3936
  size?: any;
3781
3937
  page?: any;
@@ -3791,7 +3947,7 @@ export declare function getRoles1({ memberId, size, page, sort, direction, searc
3791
3947
  /**
3792
3948
  * Retrieves a list of groups for a specified member.
3793
3949
  */
3794
- export declare function getMemberGroups({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3950
+ export declare function getMemberGroups1({ memberId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3795
3951
  memberId: string;
3796
3952
  size?: any;
3797
3953
  page?: any;
@@ -3807,7 +3963,7 @@ export declare function getMemberGroups({ memberId, size, page, sort, direction,
3807
3963
  /**
3808
3964
  * Get Groups
3809
3965
  */
3810
- export declare function getGroups({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn, includeDefaultGroup }: {
3966
+ export declare function getGroups1({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn, includeDefaultGroup }: {
3811
3967
  size?: any;
3812
3968
  page?: any;
3813
3969
  sort?: string;
@@ -3823,7 +3979,7 @@ export declare function getGroups({ size, page, sort, direction, search, filterM
3823
3979
  /**
3824
3980
  * Get Group roles
3825
3981
  */
3826
- export declare function getRoles2({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3982
+ export declare function getRoles5({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3827
3983
  groupId: string;
3828
3984
  size?: any;
3829
3985
  page?: any;
@@ -3836,26 +3992,10 @@ export declare function getRoles2({ groupId, size, page, sort, direction, search
3836
3992
  multiFilterMode?: string;
3837
3993
  filterIn?: any;
3838
3994
  }, opts?: Oazapfts.RequestOpts): Promise<PageResponseRoleResponse>;
3839
- /**
3840
- * Get Group Resources
3841
- */
3842
- export declare function getGroupResources({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3843
- groupId: string;
3844
- size?: any;
3845
- page?: any;
3846
- sort?: string;
3847
- direction?: "ASC" | "DESC";
3848
- search?: string;
3849
- filterMode?: "MATCH" | "CONTAINS" | "IN";
3850
- filterBy?: string;
3851
- filterValue?: string;
3852
- multiFilterMode?: string;
3853
- filterIn?: any;
3854
- }, opts?: Oazapfts.RequestOpts): Promise<PageResponseResourceResponse>;
3855
3995
  /**
3856
3996
  * Get Group members
3857
3997
  */
3858
- export declare function getMembers({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3998
+ export declare function getMembers1({ groupId, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3859
3999
  groupId: string;
3860
4000
  size?: any;
3861
4001
  page?: any;
@@ -3889,8 +4029,8 @@ export declare function isCreatedScmCredentials(opts?: Oazapfts.RequestOpts): Pr
3889
4029
  /**
3890
4030
  * Get Accounts
3891
4031
  */
3892
- export declare function getAccounts({ accountType, slug, id }: {
3893
- accountType?: string;
4032
+ export declare function getAccounts1({ accountType, slug, id }: {
4033
+ accountType?: "ENTERPRISE" | "PARTNER" | "FREEMIUM";
3894
4034
  slug?: string;
3895
4035
  id?: string;
3896
4036
  }, opts?: Oazapfts.RequestOpts): Promise<AccountDataReadResponse[]>;
@@ -3903,7 +4043,7 @@ export declare function getAccount({ id }: {
3903
4043
  /**
3904
4044
  * Get Account Members
3905
4045
  */
3906
- export declare function getAccountMembers1({ id, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
4046
+ export declare function getAccountMembers2({ id, size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
3907
4047
  id: string;
3908
4048
  size?: any;
3909
4049
  page?: any;
@@ -3937,10 +4077,11 @@ export declare function getServiceCredentialGroups1({ id }: {
3937
4077
  /**
3938
4078
  * Retrieve secret value
3939
4079
  */
3940
- export declare function getSecretValue({ xMemberId, xAccountId, xResourceSlug, secretId }: {
4080
+ export declare function getSecretValue({ xMemberId, xAccountId, xResourceSlug, xResourceTypeSlug, secretId }: {
3941
4081
  xMemberId?: string;
3942
4082
  xAccountId?: string;
3943
4083
  xResourceSlug?: string;
4084
+ xResourceTypeSlug?: string;
3944
4085
  secretId: string;
3945
4086
  }, opts?: Oazapfts.RequestOpts): Promise<SecretResponse>;
3946
4087
  /**
@@ -4052,21 +4193,6 @@ export declare function listMemberFavoritesByResource({ memberId, resourceType }
4052
4193
  memberId: string;
4053
4194
  resourceType: string;
4054
4195
  }, opts?: Oazapfts.RequestOpts): Promise<any>;
4055
- /**
4056
- * Retrieves a list of account members and collaborators associated with the current user's account.
4057
- */
4058
- export declare function getAccountMembersToCollaborators({ size, page, sort, direction, search, filterMode, filterBy, filterValue, multiFilterMode, filterIn }: {
4059
- size?: any;
4060
- page?: any;
4061
- sort?: string;
4062
- direction?: "ASC" | "DESC";
4063
- search?: string;
4064
- filterMode?: "MATCH" | "CONTAINS" | "IN";
4065
- filterBy?: string;
4066
- filterValue?: string;
4067
- multiFilterMode?: string;
4068
- filterIn?: any;
4069
- }, opts?: Oazapfts.RequestOpts): Promise<AccountMemberResponse[]>;
4070
4196
  /**
4071
4197
  * Returns a list of Feature Flags associated with the current user's account.
4072
4198
  */
@@ -4123,6 +4249,10 @@ export declare function getTrialSsoSettings(opts?: Oazapfts.RequestOpts): Promis
4123
4249
  * Finds and returns personal account details.
4124
4250
  */
4125
4251
  export declare function getPersonalAccountDetails(opts?: Oazapfts.RequestOpts): Promise<PersonalAccountDetailsResponse>;
4252
+ /**
4253
+ * Finds and returns personal account expiration data associated with the provided token.
4254
+ */
4255
+ export declare function getPersonalAccountExpirationData(opts?: Oazapfts.RequestOpts): Promise<PersonalAccountExpirationDataResponse>;
4126
4256
  /**
4127
4257
  * Retrieves a list of SSO for the current account.
4128
4258
  */
@@ -4154,6 +4284,12 @@ export declare function getPartnersSharingAllowed({ name }: {
4154
4284
  * Validate Partner association limit
4155
4285
  */
4156
4286
  export declare function validatePartnerAssociationLimit(opts?: Oazapfts.RequestOpts): Promise<unknown>;
4287
+ /**
4288
+ * Deletes a resource from the account by resource type and resource slug.
4289
+ */
4290
+ export declare function deleteResource({ deleteResourceRequestV3 }: {
4291
+ deleteResourceRequestV3: DeleteResourceRequestV3;
4292
+ }, opts?: Oazapfts.RequestOpts): Promise<PageDtoDeleteResourceResponseV3>;
4157
4293
  /**
4158
4294
  * Disassociate Group to Service Credential
4159
4295
  */
@@ -4171,7 +4307,7 @@ export declare function removeRoleFromMember({ roleId, memberId }: {
4171
4307
  /**
4172
4308
  * Deletes a resource from the account.
4173
4309
  */
4174
- export declare function deleteResource({ resourceId }: {
4310
+ export declare function deleteResource1({ resourceId }: {
4175
4311
  resourceId: string;
4176
4312
  }, opts?: Oazapfts.RequestOpts): Promise<unknown>;
4177
4313
  /**