@stack-spot/portal-network 1.0.0-dev.1773934142882 → 1.0.0-dev.1774466544420

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/src/api/ai.ts CHANGED
@@ -4,8 +4,8 @@
4
4
  * DO NOT MODIFY - This file has been generated using oazapfts.
5
5
  * See https://www.npmjs.com/package/oazapfts
6
6
  */
7
- import * as Oazapfts from "@oazapfts/runtime";
8
- import * as QS from "@oazapfts/runtime/query";
7
+ import * as Oazapfts from "@oazapfts/runtime"
8
+ import * as QS from "@oazapfts/runtime/query"
9
9
  export const defaults: Oazapfts.Defaults<Oazapfts.CustomHeaders> = {
10
10
  headers: {},
11
11
  baseUrl: "/",
@@ -3770,9 +3770,10 @@ export function getFlagsV1FlagsGet(opts?: Oazapfts.RequestOpts) {
3770
3770
  /**
3771
3771
  * Get Content Dependencies
3772
3772
  */
3773
- export function getContentDependenciesV1ContentContentTypeContentIdDependenciesGet({ contentType, contentId, authorization, xAccountId, xMemberId, xUsername }: {
3773
+ export function getContentDependenciesV1ContentContentTypeContentIdDependenciesGet({ contentType, contentId, isResourceAccessManager, authorization, xAccountId, xMemberId, xUsername }: {
3774
3774
  contentType: ContentDependencyType;
3775
3775
  contentId: string;
3776
+ isResourceAccessManager?: boolean | null;
3776
3777
  authorization: string;
3777
3778
  xAccountId?: string | null;
3778
3779
  xMemberId?: string | null;
@@ -3786,7 +3787,9 @@ export function getContentDependenciesV1ContentContentTypeContentIdDependenciesG
3786
3787
  } | {
3787
3788
  status: 422;
3788
3789
  data: HttpValidationError;
3789
- }>(`/v1/content/${encodeURIComponent(contentType)}/${encodeURIComponent(contentId)}/dependencies`, {
3790
+ }>(`/v1/content/${encodeURIComponent(contentType)}/${encodeURIComponent(contentId)}/dependencies${QS.query(QS.explode({
3791
+ is_resource_access_manager: isResourceAccessManager
3792
+ }))}`, {
3790
3793
  ...opts,
3791
3794
  headers: oazapfts.mergeHeaders(opts?.headers, {
3792
3795
  authorization,