@readyfor/api-client-pigeon 0.259.0-pr1034.b306e87 → 0.259.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.
@@ -6,7 +6,6 @@ export { useSegmentsBehaviorSegments, useSegmentsBehaviorSegmentsImmutable, useS
6
6
  export { useSegmentsProfileSegments, useSegmentsProfileSegmentsImmutable, useSegmentsProfileSegmentsInfinite } from './useSegmentsProfileSegments.mjs';
7
7
  export { useSegmentsTargetUsersCount, useSegmentsTargetUsersCountImmutable, useSegmentsTargetUsersCountInfinite } from './useSegmentsTargetUsersCount.mjs';
8
8
  import 'swr/infinite';
9
- import 'swr/_internal';
10
9
  import 'swr';
11
10
  import '../schemaType.mjs';
12
11
  import '@readyfor/api-client-base/react';
@@ -6,7 +6,6 @@ export { useSegmentsBehaviorSegments, useSegmentsBehaviorSegmentsImmutable, useS
6
6
  export { useSegmentsProfileSegments, useSegmentsProfileSegmentsImmutable, useSegmentsProfileSegmentsInfinite } from './useSegmentsProfileSegments.js';
7
7
  export { useSegmentsTargetUsersCount, useSegmentsTargetUsersCountImmutable, useSegmentsTargetUsersCountInfinite } from './useSegmentsTargetUsersCount.js';
8
8
  import 'swr/infinite';
9
- import 'swr/_internal';
10
9
  import 'swr';
11
10
  import '../schemaType.js';
12
11
  import '@readyfor/api-client-base/react';
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.mjs';
@@ -19,7 +18,7 @@ declare const useCampaigns: (query: CampaignsGetQuery, swrConfig?: Configuration
19
18
  pagination: components["schemas"]["Pagination"];
20
19
  }>;
21
20
  isValidating: boolean;
22
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
21
+ isLoading: boolean;
23
22
  key: string;
24
23
  };
25
24
  declare const useCampaignsImmutable: (query: CampaignsGetQuery, swrConfig?: Configuration<CampaignsGetResponse>) => {
@@ -33,7 +32,7 @@ declare const useCampaignsImmutable: (query: CampaignsGetQuery, swrConfig?: Conf
33
32
  pagination: components["schemas"]["Pagination"];
34
33
  }>;
35
34
  isValidating: boolean;
36
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
35
+ isLoading: boolean;
37
36
  key: string;
38
37
  };
39
38
  declare const useCampaignsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: CampaignsGetQuery) => string) => SWRInfiniteKeyLoader<CampaignsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.js';
@@ -19,7 +18,7 @@ declare const useCampaigns: (query: CampaignsGetQuery, swrConfig?: Configuration
19
18
  pagination: components["schemas"]["Pagination"];
20
19
  }>;
21
20
  isValidating: boolean;
22
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
21
+ isLoading: boolean;
23
22
  key: string;
24
23
  };
25
24
  declare const useCampaignsImmutable: (query: CampaignsGetQuery, swrConfig?: Configuration<CampaignsGetResponse>) => {
@@ -33,7 +32,7 @@ declare const useCampaignsImmutable: (query: CampaignsGetQuery, swrConfig?: Conf
33
32
  pagination: components["schemas"]["Pagination"];
34
33
  }>;
35
34
  isValidating: boolean;
36
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
35
+ isLoading: boolean;
37
36
  key: string;
38
37
  };
39
38
  declare const useCampaignsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: CampaignsGetQuery) => string) => SWRInfiniteKeyLoader<CampaignsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.mjs';
@@ -17,7 +16,7 @@ declare const useCampaignsId: (path: CampaignsIdGetPath, swrConfig?: Configurati
17
16
  campaignDetail: components["schemas"]["CampaignDetail"];
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useCampaignsIdImmutable: (path: CampaignsIdGetPath, swrConfig?: Configuration<CampaignsIdGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useCampaignsIdImmutable: (path: CampaignsIdGetPath, swrConfig?: Co
29
28
  campaignDetail: components["schemas"]["CampaignDetail"];
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useCampaignsIdInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: CampaignsIdGetPath) => string) => SWRInfiniteKeyLoader<CampaignsIdGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsIdGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.js';
@@ -17,7 +16,7 @@ declare const useCampaignsId: (path: CampaignsIdGetPath, swrConfig?: Configurati
17
16
  campaignDetail: components["schemas"]["CampaignDetail"];
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useCampaignsIdImmutable: (path: CampaignsIdGetPath, swrConfig?: Configuration<CampaignsIdGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useCampaignsIdImmutable: (path: CampaignsIdGetPath, swrConfig?: Co
29
28
  campaignDetail: components["schemas"]["CampaignDetail"];
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useCampaignsIdInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: CampaignsIdGetPath) => string) => SWRInfiniteKeyLoader<CampaignsIdGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsIdGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { Configuration } from '@readyfor/api-client-base/react';
@@ -17,7 +16,7 @@ declare const useCampaignsIdPreview: (path: CampaignsIdPreviewGetPath, swrConfig
17
16
  content: string;
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useCampaignsIdPreviewImmutable: (path: CampaignsIdPreviewGetPath, swrConfig?: Configuration<CampaignsIdPreviewGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useCampaignsIdPreviewImmutable: (path: CampaignsIdPreviewGetPath,
29
28
  content: string;
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useCampaignsIdPreviewInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: CampaignsIdPreviewGetPath) => string) => SWRInfiniteKeyLoader<CampaignsIdPreviewGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsIdPreviewGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { Configuration } from '@readyfor/api-client-base/react';
@@ -17,7 +16,7 @@ declare const useCampaignsIdPreview: (path: CampaignsIdPreviewGetPath, swrConfig
17
16
  content: string;
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useCampaignsIdPreviewImmutable: (path: CampaignsIdPreviewGetPath, swrConfig?: Configuration<CampaignsIdPreviewGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useCampaignsIdPreviewImmutable: (path: CampaignsIdPreviewGetPath,
29
28
  content: string;
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useCampaignsIdPreviewInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: CampaignsIdPreviewGetPath) => string) => SWRInfiniteKeyLoader<CampaignsIdPreviewGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsIdPreviewGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.mjs';
@@ -17,7 +16,7 @@ declare const useProjectsProjectIdOrKeyword: (path: ProjectsProjectIdOrKeywordGe
17
16
  project: components["schemas"]["ReadyforProject"];
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useProjectsProjectIdOrKeywordImmutable: (path: ProjectsProjectIdOrKeywordGetPath, swrConfig?: Configuration<ProjectsProjectIdOrKeywordGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useProjectsProjectIdOrKeywordImmutable: (path: ProjectsProjectIdOr
29
28
  project: components["schemas"]["ReadyforProject"];
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useProjectsProjectIdOrKeywordInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: ProjectsProjectIdOrKeywordGetPath) => string) => SWRInfiniteKeyLoader<ProjectsProjectIdOrKeywordGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<ProjectsProjectIdOrKeywordGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.js';
@@ -17,7 +16,7 @@ declare const useProjectsProjectIdOrKeyword: (path: ProjectsProjectIdOrKeywordGe
17
16
  project: components["schemas"]["ReadyforProject"];
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useProjectsProjectIdOrKeywordImmutable: (path: ProjectsProjectIdOrKeywordGetPath, swrConfig?: Configuration<ProjectsProjectIdOrKeywordGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useProjectsProjectIdOrKeywordImmutable: (path: ProjectsProjectIdOr
29
28
  project: components["schemas"]["ReadyforProject"];
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useProjectsProjectIdOrKeywordInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: ProjectsProjectIdOrKeywordGetPath) => string) => SWRInfiniteKeyLoader<ProjectsProjectIdOrKeywordGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<ProjectsProjectIdOrKeywordGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.mjs';
@@ -16,7 +15,7 @@ declare const useSegmentsBehaviorSegments: (swrConfig?: Configuration<SegmentsBe
16
15
  behaviorSegments: components["schemas"]["Segment"][];
17
16
  }>;
18
17
  isValidating: boolean;
19
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
18
+ isLoading: boolean;
20
19
  key: string;
21
20
  };
22
21
  declare const useSegmentsBehaviorSegmentsImmutable: (swrConfig?: Configuration<SegmentsBehaviorSegmentsGetResponse>) => {
@@ -28,7 +27,7 @@ declare const useSegmentsBehaviorSegmentsImmutable: (swrConfig?: Configuration<S
28
27
  behaviorSegments: components["schemas"]["Segment"][];
29
28
  }>;
30
29
  isValidating: boolean;
31
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
30
+ isLoading: boolean;
32
31
  key: string;
33
32
  };
34
33
  declare const useSegmentsBehaviorSegmentsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<SegmentsBehaviorSegmentsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsBehaviorSegmentsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.js';
@@ -16,7 +15,7 @@ declare const useSegmentsBehaviorSegments: (swrConfig?: Configuration<SegmentsBe
16
15
  behaviorSegments: components["schemas"]["Segment"][];
17
16
  }>;
18
17
  isValidating: boolean;
19
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
18
+ isLoading: boolean;
20
19
  key: string;
21
20
  };
22
21
  declare const useSegmentsBehaviorSegmentsImmutable: (swrConfig?: Configuration<SegmentsBehaviorSegmentsGetResponse>) => {
@@ -28,7 +27,7 @@ declare const useSegmentsBehaviorSegmentsImmutable: (swrConfig?: Configuration<S
28
27
  behaviorSegments: components["schemas"]["Segment"][];
29
28
  }>;
30
29
  isValidating: boolean;
31
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
30
+ isLoading: boolean;
32
31
  key: string;
33
32
  };
34
33
  declare const useSegmentsBehaviorSegmentsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<SegmentsBehaviorSegmentsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsBehaviorSegmentsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.mjs';
@@ -16,7 +15,7 @@ declare const useSegmentsProfileSegments: (swrConfig?: Configuration<SegmentsPro
16
15
  profileSegments: components["schemas"]["Segment"][];
17
16
  }>;
18
17
  isValidating: boolean;
19
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
18
+ isLoading: boolean;
20
19
  key: string;
21
20
  };
22
21
  declare const useSegmentsProfileSegmentsImmutable: (swrConfig?: Configuration<SegmentsProfileSegmentsGetResponse>) => {
@@ -28,7 +27,7 @@ declare const useSegmentsProfileSegmentsImmutable: (swrConfig?: Configuration<Se
28
27
  profileSegments: components["schemas"]["Segment"][];
29
28
  }>;
30
29
  isValidating: boolean;
31
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
30
+ isLoading: boolean;
32
31
  key: string;
33
32
  };
34
33
  declare const useSegmentsProfileSegmentsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<SegmentsProfileSegmentsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsProfileSegmentsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { components } from '../schemaType.js';
@@ -16,7 +15,7 @@ declare const useSegmentsProfileSegments: (swrConfig?: Configuration<SegmentsPro
16
15
  profileSegments: components["schemas"]["Segment"][];
17
16
  }>;
18
17
  isValidating: boolean;
19
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
18
+ isLoading: boolean;
20
19
  key: string;
21
20
  };
22
21
  declare const useSegmentsProfileSegmentsImmutable: (swrConfig?: Configuration<SegmentsProfileSegmentsGetResponse>) => {
@@ -28,7 +27,7 @@ declare const useSegmentsProfileSegmentsImmutable: (swrConfig?: Configuration<Se
28
27
  profileSegments: components["schemas"]["Segment"][];
29
28
  }>;
30
29
  isValidating: boolean;
31
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
30
+ isLoading: boolean;
32
31
  key: string;
33
32
  };
34
33
  declare const useSegmentsProfileSegmentsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<SegmentsProfileSegmentsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsProfileSegmentsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { Configuration } from '@readyfor/api-client-base/react';
@@ -17,7 +16,7 @@ declare const useSegmentsTargetUsersCount: (query: SegmentsTargetUsersCountGetQu
17
16
  count: number;
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useSegmentsTargetUsersCountImmutable: (query: SegmentsTargetUsersCountGetQuery, swrConfig?: Configuration<SegmentsTargetUsersCountGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useSegmentsTargetUsersCountImmutable: (query: SegmentsTargetUsersC
29
28
  count: number;
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useSegmentsTargetUsersCountInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: SegmentsTargetUsersCountGetQuery) => string) => SWRInfiniteKeyLoader<SegmentsTargetUsersCountGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsTargetUsersCountGetResponse>) => swr_infinite.SWRInfiniteResponse<{
@@ -1,6 +1,5 @@
1
1
  import * as swr_infinite from 'swr/infinite';
2
2
  import { SWRInfiniteKeyLoader, SWRInfiniteConfiguration } from 'swr/infinite';
3
- import * as swr__internal from 'swr/_internal';
4
3
  import * as swr from 'swr';
5
4
  import { Arguments } from 'swr';
6
5
  import { Configuration } from '@readyfor/api-client-base/react';
@@ -17,7 +16,7 @@ declare const useSegmentsTargetUsersCount: (query: SegmentsTargetUsersCountGetQu
17
16
  count: number;
18
17
  }>;
19
18
  isValidating: boolean;
20
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
21
20
  key: string;
22
21
  };
23
22
  declare const useSegmentsTargetUsersCountImmutable: (query: SegmentsTargetUsersCountGetQuery, swrConfig?: Configuration<SegmentsTargetUsersCountGetResponse>) => {
@@ -29,7 +28,7 @@ declare const useSegmentsTargetUsersCountImmutable: (query: SegmentsTargetUsersC
29
28
  count: number;
30
29
  }>;
31
30
  isValidating: boolean;
32
- isLoading: swr__internal.IsLoadingResponse<Data, Config>;
31
+ isLoading: boolean;
33
32
  key: string;
34
33
  };
35
34
  declare const useSegmentsTargetUsersCountInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: SegmentsTargetUsersCountGetQuery) => string) => SWRInfiniteKeyLoader<SegmentsTargetUsersCountGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsTargetUsersCountGetResponse>) => swr_infinite.SWRInfiniteResponse<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-pigeon",
3
- "version": "0.259.0-pr1034.b306e87",
3
+ "version": "0.259.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -27,24 +27,27 @@
27
27
  ]
28
28
  }
29
29
  },
30
+ "scripts": {
31
+ "build": "tsup"
32
+ },
30
33
  "devDependencies": {
34
+ "@readyfor/api-client-base": "0.259.0",
31
35
  "@types/qs": "6.14.0",
32
- "@types/react": "19.1.13",
36
+ "@types/react": "19.1.12",
33
37
  "@types/use-sync-external-store": "1.5.0",
34
38
  "qs": "^6.13.1",
35
- "react": "19.1.1",
36
- "swr": "2.3.6",
37
- "use-sync-external-store": "1.5.0",
38
- "zod": "^3.24.1",
39
- "@readyfor/api-client-base": "0.259.0-pr1034.b306e87"
39
+ "react": "catalog:react19",
40
+ "swr": "catalog:",
41
+ "use-sync-external-store": "catalog:use-sync-external-store",
42
+ "zod": "^3.24.1"
40
43
  },
41
44
  "peerDependencies": {
45
+ "@readyfor/api-client-base": "*",
42
46
  "qs": "^6",
43
47
  "react": ">=18.x <=19.x",
44
48
  "swr": "^2.3.3",
45
49
  "use-sync-external-store": "^1.2.2",
46
- "zod": "^3",
47
- "@readyfor/api-client-base": "0.259.0-pr1034.b306e87"
50
+ "zod": "^3"
48
51
  },
49
52
  "peerDependenciesMeta": {
50
53
  "react": {
@@ -72,7 +75,5 @@
72
75
  "!src/**/*.test.tsx"
73
76
  ]
74
77
  },
75
- "scripts": {
76
- "build": "tsup"
77
- }
78
- }
78
+ "gitHead": "745bfe775fd0f092a0ece43d23483373bca80c94"
79
+ }