@readyfor/api-client-pigeon 1.60.0 → 1.61.0-pr1443.32ba72e

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.
@@ -16,7 +16,7 @@ declare const useCampaigns: (query: CampaignsGetQuery, swrConfig?: Configuration
16
16
  pagination: components["schemas"]["Pagination"];
17
17
  }>;
18
18
  isValidating: boolean;
19
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
19
+ isLoading: boolean;
20
20
  key: string;
21
21
  };
22
22
  declare const useCampaignsImmutable: (query: CampaignsGetQuery, swrConfig?: Configuration<CampaignsGetResponse>) => {
@@ -30,7 +30,7 @@ declare const useCampaignsImmutable: (query: CampaignsGetQuery, swrConfig?: Conf
30
30
  pagination: components["schemas"]["Pagination"];
31
31
  }>;
32
32
  isValidating: boolean;
33
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
33
+ isLoading: boolean;
34
34
  key: string;
35
35
  };
36
36
  declare const useCampaignsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: CampaignsGetQuery) => string) => SWRInfiniteKeyLoader<CampaignsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
@@ -14,7 +14,7 @@ declare const useCampaignsId: (path: CampaignsIdGetPath, swrConfig?: Configurati
14
14
  campaignDetail: components["schemas"]["CampaignDetail"];
15
15
  }>;
16
16
  isValidating: boolean;
17
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
17
+ isLoading: boolean;
18
18
  key: string;
19
19
  };
20
20
  declare const useCampaignsIdImmutable: (path: CampaignsIdGetPath, swrConfig?: Configuration<CampaignsIdGetResponse>) => {
@@ -26,7 +26,7 @@ declare const useCampaignsIdImmutable: (path: CampaignsIdGetPath, swrConfig?: Co
26
26
  campaignDetail: components["schemas"]["CampaignDetail"];
27
27
  }>;
28
28
  isValidating: boolean;
29
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
29
+ isLoading: boolean;
30
30
  key: string;
31
31
  };
32
32
  declare const useCampaignsIdInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: CampaignsIdGetPath) => string) => SWRInfiniteKeyLoader<CampaignsIdGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsIdGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
@@ -13,7 +13,7 @@ declare const useCampaignsIdPreview: (path: CampaignsIdPreviewGetPath, swrConfig
13
13
  content: string;
14
14
  }>;
15
15
  isValidating: boolean;
16
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
16
+ isLoading: boolean;
17
17
  key: string;
18
18
  };
19
19
  declare const useCampaignsIdPreviewImmutable: (path: CampaignsIdPreviewGetPath, swrConfig?: Configuration<CampaignsIdPreviewGetResponse>) => {
@@ -25,7 +25,7 @@ declare const useCampaignsIdPreviewImmutable: (path: CampaignsIdPreviewGetPath,
25
25
  content: string;
26
26
  }>;
27
27
  isValidating: boolean;
28
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
28
+ isLoading: boolean;
29
29
  key: string;
30
30
  };
31
31
  declare const useCampaignsIdPreviewInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: CampaignsIdPreviewGetPath) => string) => SWRInfiniteKeyLoader<CampaignsIdPreviewGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsIdPreviewGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
@@ -14,7 +14,7 @@ declare const useCampaignsIdUtmCampaignConflicts: (path: CampaignsIdUtmCampaignC
14
14
  campaigns: components["schemas"]["ConflictingCampaign"][];
15
15
  }>;
16
16
  isValidating: boolean;
17
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
17
+ isLoading: boolean;
18
18
  key: string;
19
19
  };
20
20
  declare const useCampaignsIdUtmCampaignConflictsImmutable: (path: CampaignsIdUtmCampaignConflictsGetPath, query: CampaignsIdUtmCampaignConflictsGetQuery, swrConfig?: Configuration<CampaignsIdUtmCampaignConflictsGetResponse>) => {
@@ -26,7 +26,7 @@ declare const useCampaignsIdUtmCampaignConflictsImmutable: (path: CampaignsIdUtm
26
26
  campaigns: components["schemas"]["ConflictingCampaign"][];
27
27
  }>;
28
28
  isValidating: boolean;
29
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
29
+ isLoading: boolean;
30
30
  key: string;
31
31
  };
32
32
  declare const useCampaignsIdUtmCampaignConflictsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: CampaignsIdUtmCampaignConflictsGetPath, query: CampaignsIdUtmCampaignConflictsGetQuery) => string) => SWRInfiniteKeyLoader<CampaignsIdUtmCampaignConflictsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<CampaignsIdUtmCampaignConflictsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
@@ -14,7 +14,7 @@ declare const useProjectsProjectIdOrKeyword: (path: ProjectsProjectIdOrKeywordGe
14
14
  project: components["schemas"]["ReadyforProject"];
15
15
  }>;
16
16
  isValidating: boolean;
17
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
17
+ isLoading: boolean;
18
18
  key: string;
19
19
  };
20
20
  declare const useProjectsProjectIdOrKeywordImmutable: (path: ProjectsProjectIdOrKeywordGetPath, swrConfig?: Configuration<ProjectsProjectIdOrKeywordGetResponse>) => {
@@ -26,7 +26,7 @@ declare const useProjectsProjectIdOrKeywordImmutable: (path: ProjectsProjectIdOr
26
26
  project: components["schemas"]["ReadyforProject"];
27
27
  }>;
28
28
  isValidating: boolean;
29
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
29
+ isLoading: boolean;
30
30
  key: string;
31
31
  };
32
32
  declare const useProjectsProjectIdOrKeywordInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: ProjectsProjectIdOrKeywordGetPath) => string) => SWRInfiniteKeyLoader<ProjectsProjectIdOrKeywordGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<ProjectsProjectIdOrKeywordGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
@@ -14,7 +14,7 @@ declare const useSegmentsBehaviorSegments: (swrConfig?: Configuration<SegmentsBe
14
14
  behaviorSegments: components["schemas"]["Segment"][];
15
15
  }>;
16
16
  isValidating: boolean;
17
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
17
+ isLoading: boolean;
18
18
  key: string;
19
19
  };
20
20
  declare const useSegmentsBehaviorSegmentsImmutable: (swrConfig?: Configuration<SegmentsBehaviorSegmentsGetResponse>) => {
@@ -26,7 +26,7 @@ declare const useSegmentsBehaviorSegmentsImmutable: (swrConfig?: Configuration<S
26
26
  behaviorSegments: components["schemas"]["Segment"][];
27
27
  }>;
28
28
  isValidating: boolean;
29
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
29
+ isLoading: boolean;
30
30
  key: string;
31
31
  };
32
32
  declare const useSegmentsBehaviorSegmentsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<SegmentsBehaviorSegmentsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsBehaviorSegmentsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
@@ -14,7 +14,7 @@ declare const useSegmentsProfileSegments: (swrConfig?: Configuration<SegmentsPro
14
14
  profileSegments: components["schemas"]["Segment"][];
15
15
  }>;
16
16
  isValidating: boolean;
17
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
17
+ isLoading: boolean;
18
18
  key: string;
19
19
  };
20
20
  declare const useSegmentsProfileSegmentsImmutable: (swrConfig?: Configuration<SegmentsProfileSegmentsGetResponse>) => {
@@ -26,7 +26,7 @@ declare const useSegmentsProfileSegmentsImmutable: (swrConfig?: Configuration<Se
26
26
  profileSegments: components["schemas"]["Segment"][];
27
27
  }>;
28
28
  isValidating: boolean;
29
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
29
+ isLoading: boolean;
30
30
  key: string;
31
31
  };
32
32
  declare const useSegmentsProfileSegmentsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<SegmentsProfileSegmentsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsProfileSegmentsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
@@ -13,7 +13,7 @@ declare const useSegmentsTargetUsersCount: (query: SegmentsTargetUsersCountGetQu
13
13
  count: number;
14
14
  }>;
15
15
  isValidating: boolean;
16
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
16
+ isLoading: boolean;
17
17
  key: string;
18
18
  };
19
19
  declare const useSegmentsTargetUsersCountImmutable: (query: SegmentsTargetUsersCountGetQuery, swrConfig?: Configuration<SegmentsTargetUsersCountGetResponse>) => {
@@ -25,7 +25,7 @@ declare const useSegmentsTargetUsersCountImmutable: (query: SegmentsTargetUsersC
25
25
  count: number;
26
26
  }>;
27
27
  isValidating: boolean;
28
- isLoading: import("swr/_internal").IsLoadingResponse<Data, Config>;
28
+ isLoading: boolean;
29
29
  key: string;
30
30
  };
31
31
  declare const useSegmentsTargetUsersCountInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: SegmentsTargetUsersCountGetQuery) => string) => SWRInfiniteKeyLoader<SegmentsTargetUsersCountGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<SegmentsTargetUsersCountGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-pigeon",
3
- "version": "1.60.0",
3
+ "version": "1.61.0-pr1443.32ba72e",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,10 +33,10 @@
33
33
  "@types/use-sync-external-store": "1.5.0",
34
34
  "qs": "^6.15.2",
35
35
  "react": "19.2.8",
36
- "swr": "2.4.2",
36
+ "swr": "2.5.0",
37
37
  "use-sync-external-store": "1.6.0",
38
38
  "zod": "^4.3.6",
39
- "@readyfor/api-client-base": "1.60.0"
39
+ "@readyfor/api-client-base": "1.61.0-pr1443.32ba72e"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "qs": "^6",
@@ -44,7 +44,7 @@
44
44
  "swr": "^2.3.3",
45
45
  "use-sync-external-store": "^1.2.2",
46
46
  "zod": "^4",
47
- "@readyfor/api-client-base": "1.60.0"
47
+ "@readyfor/api-client-base": "1.61.0-pr1443.32ba72e"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "react": {