@cloudfleet/sdk 0.0.1-bc3dfb7 → 0.0.1-bc8a6a1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@tanstack/react-query.gen.d.ts +151 -296
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/schemas.gen.d.ts +6 -1
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +6 -0
- package/dist/schemas.gen.js.map +1 -1
- package/dist/types.gen.d.ts +8 -0
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +2 -0
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1 -0
- package/dist/zod.gen.js.map +1 -1
- package/package.json +7 -7
|
@@ -35,19 +35,14 @@ export declare const listUserOrganizationsOptions: (options: Options<ListUserOrg
|
|
|
35
35
|
_infinite?: boolean;
|
|
36
36
|
tags?: ReadonlyArray<string>;
|
|
37
37
|
}], never> | undefined;
|
|
38
|
-
} & {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
displayName?: string;
|
|
47
|
-
}[];
|
|
48
|
-
[dataTagErrorSymbol]: Error;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
38
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListUserOrganizationsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
39
|
+
_id: string;
|
|
40
|
+
_infinite?: boolean;
|
|
41
|
+
tags?: ReadonlyArray<string>;
|
|
42
|
+
}], {
|
|
43
|
+
realm?: string;
|
|
44
|
+
displayName?: string;
|
|
45
|
+
}[], Error>;
|
|
51
46
|
export declare const listUsersQueryKey: (options?: Options<ListUsersData>) => [Pick<Options<ListUsersData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
52
47
|
_id: string;
|
|
53
48
|
_infinite?: boolean;
|
|
@@ -71,16 +66,11 @@ export declare const listUsersOptions: (options?: Options<ListUsersData>) => imp
|
|
|
71
66
|
_infinite?: boolean;
|
|
72
67
|
tags?: ReadonlyArray<string>;
|
|
73
68
|
}], never> | undefined;
|
|
74
|
-
} & {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}] & {
|
|
80
|
-
[dataTagSymbol]: import("../types.gen").User[];
|
|
81
|
-
[dataTagErrorSymbol]: Error;
|
|
82
|
-
};
|
|
83
|
-
};
|
|
69
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListUsersData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
70
|
+
_id: string;
|
|
71
|
+
_infinite?: boolean;
|
|
72
|
+
tags?: ReadonlyArray<string>;
|
|
73
|
+
}], import("../types.gen").User[], Error>;
|
|
84
74
|
/**
|
|
85
75
|
* Create a new user.
|
|
86
76
|
*
|
|
@@ -118,16 +108,11 @@ export declare const getUserOptions: (options: Options<GetUserData>) => import("
|
|
|
118
108
|
_infinite?: boolean;
|
|
119
109
|
tags?: ReadonlyArray<string>;
|
|
120
110
|
}], never> | undefined;
|
|
121
|
-
} & {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}] & {
|
|
127
|
-
[dataTagSymbol]: import("../types.gen").User;
|
|
128
|
-
[dataTagErrorSymbol]: Error;
|
|
129
|
-
};
|
|
130
|
-
};
|
|
111
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetUserData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
112
|
+
_id: string;
|
|
113
|
+
_infinite?: boolean;
|
|
114
|
+
tags?: ReadonlyArray<string>;
|
|
115
|
+
}], import("../types.gen").User, Error>;
|
|
131
116
|
/**
|
|
132
117
|
* Update user profile information.
|
|
133
118
|
*
|
|
@@ -156,16 +141,11 @@ export declare const listTokensOptions: (options?: Options<ListTokensData>) => i
|
|
|
156
141
|
_infinite?: boolean;
|
|
157
142
|
tags?: ReadonlyArray<string>;
|
|
158
143
|
}], never> | undefined;
|
|
159
|
-
} & {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
}] & {
|
|
165
|
-
[dataTagSymbol]: import("../types.gen").Token[];
|
|
166
|
-
[dataTagErrorSymbol]: Error;
|
|
167
|
-
};
|
|
168
|
-
};
|
|
144
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListTokensData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
145
|
+
_id: string;
|
|
146
|
+
_infinite?: boolean;
|
|
147
|
+
tags?: ReadonlyArray<string>;
|
|
148
|
+
}], import("../types.gen").Token[], Error>;
|
|
169
149
|
/**
|
|
170
150
|
* Create a new access token.
|
|
171
151
|
*
|
|
@@ -203,16 +183,11 @@ export declare const getTokenOptions: (options: Options<GetTokenData>) => import
|
|
|
203
183
|
_infinite?: boolean;
|
|
204
184
|
tags?: ReadonlyArray<string>;
|
|
205
185
|
}], never> | undefined;
|
|
206
|
-
} & {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
}] & {
|
|
212
|
-
[dataTagSymbol]: import("../types.gen").Token;
|
|
213
|
-
[dataTagErrorSymbol]: Error;
|
|
214
|
-
};
|
|
215
|
-
};
|
|
186
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetTokenData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
187
|
+
_id: string;
|
|
188
|
+
_infinite?: boolean;
|
|
189
|
+
tags?: ReadonlyArray<string>;
|
|
190
|
+
}], import("../types.gen").Token, Error>;
|
|
216
191
|
/**
|
|
217
192
|
* Update access token information.
|
|
218
193
|
*
|
|
@@ -249,16 +224,11 @@ export declare const listTicketsOptions: (options?: Options<ListTicketsData>) =>
|
|
|
249
224
|
_infinite?: boolean;
|
|
250
225
|
tags?: ReadonlyArray<string>;
|
|
251
226
|
}], never> | undefined;
|
|
252
|
-
} & {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}] & {
|
|
258
|
-
[dataTagSymbol]: import("../types.gen").Ticket[];
|
|
259
|
-
[dataTagErrorSymbol]: Error;
|
|
260
|
-
};
|
|
261
|
-
};
|
|
227
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListTicketsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
228
|
+
_id: string;
|
|
229
|
+
_infinite?: boolean;
|
|
230
|
+
tags?: ReadonlyArray<string>;
|
|
231
|
+
}], import("../types.gen").Ticket[], Error>;
|
|
262
232
|
/**
|
|
263
233
|
* Create a new support ticket.
|
|
264
234
|
*
|
|
@@ -291,16 +261,11 @@ export declare const getTicketOptions: (options: Options<GetTicketData>) => impo
|
|
|
291
261
|
_infinite?: boolean;
|
|
292
262
|
tags?: ReadonlyArray<string>;
|
|
293
263
|
}], never> | undefined;
|
|
294
|
-
} & {
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
}] & {
|
|
300
|
-
[dataTagSymbol]: import("../types.gen").Ticket;
|
|
301
|
-
[dataTagErrorSymbol]: Error;
|
|
302
|
-
};
|
|
303
|
-
};
|
|
264
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetTicketData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
265
|
+
_id: string;
|
|
266
|
+
_infinite?: boolean;
|
|
267
|
+
tags?: ReadonlyArray<string>;
|
|
268
|
+
}], import("../types.gen").Ticket, Error>;
|
|
304
269
|
/**
|
|
305
270
|
* Append a customer reply to a ticket.
|
|
306
271
|
*
|
|
@@ -326,16 +291,11 @@ export declare const getTicketAttachmentOptions: (options: Options<GetTicketAtta
|
|
|
326
291
|
_infinite?: boolean;
|
|
327
292
|
tags?: ReadonlyArray<string>;
|
|
328
293
|
}], never> | undefined;
|
|
329
|
-
} & {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}] & {
|
|
335
|
-
[dataTagSymbol]: Blob | File;
|
|
336
|
-
[dataTagErrorSymbol]: Error;
|
|
337
|
-
};
|
|
338
|
-
};
|
|
294
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetTicketAttachmentData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
295
|
+
_id: string;
|
|
296
|
+
_infinite?: boolean;
|
|
297
|
+
tags?: ReadonlyArray<string>;
|
|
298
|
+
}], Blob | File, Error>;
|
|
339
299
|
export declare const listRepositoriesQueryKey: (options?: Options<ListRepositoriesData>) => [Pick<Options<ListRepositoriesData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
340
300
|
_id: string;
|
|
341
301
|
_infinite?: boolean;
|
|
@@ -357,16 +317,11 @@ export declare const listRepositoriesOptions: (options?: Options<ListRepositorie
|
|
|
357
317
|
_infinite?: boolean;
|
|
358
318
|
tags?: ReadonlyArray<string>;
|
|
359
319
|
}], never> | undefined;
|
|
360
|
-
} & {
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
}] & {
|
|
366
|
-
[dataTagSymbol]: import("../types.gen").RegistryRepository[];
|
|
367
|
-
[dataTagErrorSymbol]: Error;
|
|
368
|
-
};
|
|
369
|
-
};
|
|
320
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListRepositoriesData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
321
|
+
_id: string;
|
|
322
|
+
_infinite?: boolean;
|
|
323
|
+
tags?: ReadonlyArray<string>;
|
|
324
|
+
}], import("../types.gen").RegistryRepository[], Error>;
|
|
370
325
|
export declare const listTagsQueryKey: (options: Options<ListTagsData>) => [Pick<Options<ListTagsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
371
326
|
_id: string;
|
|
372
327
|
_infinite?: boolean;
|
|
@@ -388,16 +343,11 @@ export declare const listTagsOptions: (options: Options<ListTagsData>) => import
|
|
|
388
343
|
_infinite?: boolean;
|
|
389
344
|
tags?: ReadonlyArray<string>;
|
|
390
345
|
}], never> | undefined;
|
|
391
|
-
} & {
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
}] & {
|
|
397
|
-
[dataTagSymbol]: import("../types.gen").RegistryRepositoryWithTags;
|
|
398
|
-
[dataTagErrorSymbol]: Error;
|
|
399
|
-
};
|
|
400
|
-
};
|
|
346
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListTagsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
347
|
+
_id: string;
|
|
348
|
+
_infinite?: boolean;
|
|
349
|
+
tags?: ReadonlyArray<string>;
|
|
350
|
+
}], import("../types.gen").RegistryRepositoryWithTags, Error>;
|
|
401
351
|
/**
|
|
402
352
|
* Delete tag
|
|
403
353
|
*
|
|
@@ -426,16 +376,11 @@ export declare const getTagOptions: (options: Options<GetTagData>) => import("@t
|
|
|
426
376
|
_infinite?: boolean;
|
|
427
377
|
tags?: ReadonlyArray<string>;
|
|
428
378
|
}], never> | undefined;
|
|
429
|
-
} & {
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
}] & {
|
|
435
|
-
[dataTagSymbol]: import("../types.gen").RegistryTag;
|
|
436
|
-
[dataTagErrorSymbol]: Error;
|
|
437
|
-
};
|
|
438
|
-
};
|
|
379
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetTagData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
380
|
+
_id: string;
|
|
381
|
+
_infinite?: boolean;
|
|
382
|
+
tags?: ReadonlyArray<string>;
|
|
383
|
+
}], import("../types.gen").RegistryTag, Error>;
|
|
439
384
|
export declare const getOrganizationQueryKey: (options?: Options<GetOrganizationData>) => [Pick<Options<GetOrganizationData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
440
385
|
_id: string;
|
|
441
386
|
_infinite?: boolean;
|
|
@@ -459,16 +404,11 @@ export declare const getOrganizationOptions: (options?: Options<GetOrganizationD
|
|
|
459
404
|
_infinite?: boolean;
|
|
460
405
|
tags?: ReadonlyArray<string>;
|
|
461
406
|
}], never> | undefined;
|
|
462
|
-
} & {
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
}] & {
|
|
468
|
-
[dataTagSymbol]: import("../types.gen").Organization;
|
|
469
|
-
[dataTagErrorSymbol]: Error;
|
|
470
|
-
};
|
|
471
|
-
};
|
|
407
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetOrganizationData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
408
|
+
_id: string;
|
|
409
|
+
_infinite?: boolean;
|
|
410
|
+
tags?: ReadonlyArray<string>;
|
|
411
|
+
}], import("../types.gen").Organization, Error>;
|
|
472
412
|
/**
|
|
473
413
|
* Create a new organization / Cloudfleet account signup.
|
|
474
414
|
*
|
|
@@ -499,16 +439,11 @@ export declare const getBasicPriceConsentOptions: (options?: Options<GetBasicPri
|
|
|
499
439
|
_infinite?: boolean;
|
|
500
440
|
tags?: ReadonlyArray<string>;
|
|
501
441
|
}], never> | undefined;
|
|
502
|
-
} & {
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
}] & {
|
|
508
|
-
[dataTagSymbol]: import("../types.gen").BasicPriceConsent;
|
|
509
|
-
[dataTagErrorSymbol]: Error;
|
|
510
|
-
};
|
|
511
|
-
};
|
|
442
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetBasicPriceConsentData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
443
|
+
_id: string;
|
|
444
|
+
_infinite?: boolean;
|
|
445
|
+
tags?: ReadonlyArray<string>;
|
|
446
|
+
}], import("../types.gen").BasicPriceConsent, Error>;
|
|
512
447
|
/**
|
|
513
448
|
* Record an administrator's decision on the new Basic price.
|
|
514
449
|
*
|
|
@@ -545,16 +480,11 @@ export declare const listMarketplaceChartsOptions: (options?: Options<ListMarket
|
|
|
545
480
|
_infinite?: boolean;
|
|
546
481
|
tags?: ReadonlyArray<string>;
|
|
547
482
|
}], never> | undefined;
|
|
548
|
-
} & {
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
}] & {
|
|
554
|
-
[dataTagSymbol]: import("../types.gen").MarketplaceListing[];
|
|
555
|
-
[dataTagErrorSymbol]: Error;
|
|
556
|
-
};
|
|
557
|
-
};
|
|
483
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListMarketplaceChartsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
484
|
+
_id: string;
|
|
485
|
+
_infinite?: boolean;
|
|
486
|
+
tags?: ReadonlyArray<string>;
|
|
487
|
+
}], import("../types.gen").MarketplaceListing[], Error>;
|
|
558
488
|
export declare const getMarketplaceChartFilesQueryKey: (options: Options<GetMarketplaceChartFilesData>) => [Pick<Options<GetMarketplaceChartFilesData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
559
489
|
_id: string;
|
|
560
490
|
_infinite?: boolean;
|
|
@@ -580,16 +510,11 @@ export declare const getMarketplaceChartFilesOptions: (options: Options<GetMarke
|
|
|
580
510
|
_infinite?: boolean;
|
|
581
511
|
tags?: ReadonlyArray<string>;
|
|
582
512
|
}], never> | undefined;
|
|
583
|
-
} & {
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}] & {
|
|
589
|
-
[dataTagSymbol]: import("../types.gen").MarketplaceListingFiles;
|
|
590
|
-
[dataTagErrorSymbol]: Error;
|
|
591
|
-
};
|
|
592
|
-
};
|
|
513
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetMarketplaceChartFilesData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
514
|
+
_id: string;
|
|
515
|
+
_infinite?: boolean;
|
|
516
|
+
tags?: ReadonlyArray<string>;
|
|
517
|
+
}], import("../types.gen").MarketplaceListingFiles, Error>;
|
|
593
518
|
export declare const listInvitesQueryKey: (options?: Options<ListInvitesData>) => [Pick<Options<ListInvitesData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
594
519
|
_id: string;
|
|
595
520
|
_infinite?: boolean;
|
|
@@ -611,16 +536,11 @@ export declare const listInvitesOptions: (options?: Options<ListInvitesData>) =>
|
|
|
611
536
|
_infinite?: boolean;
|
|
612
537
|
tags?: ReadonlyArray<string>;
|
|
613
538
|
}], never> | undefined;
|
|
614
|
-
} & {
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
}] & {
|
|
620
|
-
[dataTagSymbol]: import("../types.gen").Invite[];
|
|
621
|
-
[dataTagErrorSymbol]: Error;
|
|
622
|
-
};
|
|
623
|
-
};
|
|
539
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListInvitesData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
540
|
+
_id: string;
|
|
541
|
+
_infinite?: boolean;
|
|
542
|
+
tags?: ReadonlyArray<string>;
|
|
543
|
+
}], import("../types.gen").Invite[], Error>;
|
|
624
544
|
/**
|
|
625
545
|
* Create a new invite.
|
|
626
546
|
*
|
|
@@ -658,19 +578,14 @@ export declare const getInviteOptions: (options: Options<GetInviteData>) => impo
|
|
|
658
578
|
_infinite?: boolean;
|
|
659
579
|
tags?: ReadonlyArray<string>;
|
|
660
580
|
}], never> | undefined;
|
|
661
|
-
} & {
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
organization_id?: string;
|
|
670
|
-
};
|
|
671
|
-
[dataTagErrorSymbol]: Error;
|
|
672
|
-
};
|
|
673
|
-
};
|
|
581
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetInviteData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
582
|
+
_id: string;
|
|
583
|
+
_infinite?: boolean;
|
|
584
|
+
tags?: ReadonlyArray<string>;
|
|
585
|
+
}], {
|
|
586
|
+
email?: string;
|
|
587
|
+
organization_id?: string;
|
|
588
|
+
}, Error>;
|
|
674
589
|
/**
|
|
675
590
|
* Permanently delete invite.
|
|
676
591
|
*
|
|
@@ -698,16 +613,11 @@ export declare const queryClusterOptions: (options: Options<QueryClusterData>) =
|
|
|
698
613
|
_infinite?: boolean;
|
|
699
614
|
tags?: ReadonlyArray<string>;
|
|
700
615
|
}], never> | undefined;
|
|
701
|
-
} & {
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
}] & {
|
|
707
|
-
[dataTagSymbol]: unknown;
|
|
708
|
-
[dataTagErrorSymbol]: Error;
|
|
709
|
-
};
|
|
710
|
-
};
|
|
616
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<QueryClusterData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
617
|
+
_id: string;
|
|
618
|
+
_infinite?: boolean;
|
|
619
|
+
tags?: ReadonlyArray<string>;
|
|
620
|
+
}], unknown, Error>;
|
|
711
621
|
export declare const listFleetsQueryKey: (options: Options<ListFleetsData>) => [Pick<Options<ListFleetsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
712
622
|
_id: string;
|
|
713
623
|
_infinite?: boolean;
|
|
@@ -731,16 +641,11 @@ export declare const listFleetsOptions: (options: Options<ListFleetsData>) => im
|
|
|
731
641
|
_infinite?: boolean;
|
|
732
642
|
tags?: ReadonlyArray<string>;
|
|
733
643
|
}], never> | undefined;
|
|
734
|
-
} & {
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
}] & {
|
|
740
|
-
[dataTagSymbol]: import("../types.gen").Fleet[];
|
|
741
|
-
[dataTagErrorSymbol]: Error;
|
|
742
|
-
};
|
|
743
|
-
};
|
|
644
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListFleetsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
645
|
+
_id: string;
|
|
646
|
+
_infinite?: boolean;
|
|
647
|
+
tags?: ReadonlyArray<string>;
|
|
648
|
+
}], import("../types.gen").Fleet[], Error>;
|
|
744
649
|
/**
|
|
745
650
|
* Create a new fleet.
|
|
746
651
|
*
|
|
@@ -786,16 +691,11 @@ export declare const getFleetOptions: (options: Options<GetFleetData>) => import
|
|
|
786
691
|
_infinite?: boolean;
|
|
787
692
|
tags?: ReadonlyArray<string>;
|
|
788
693
|
}], never> | undefined;
|
|
789
|
-
} & {
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
}] & {
|
|
795
|
-
[dataTagSymbol]: import("../types.gen").Fleet;
|
|
796
|
-
[dataTagErrorSymbol]: Error;
|
|
797
|
-
};
|
|
798
|
-
};
|
|
694
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetFleetData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
695
|
+
_id: string;
|
|
696
|
+
_infinite?: boolean;
|
|
697
|
+
tags?: ReadonlyArray<string>;
|
|
698
|
+
}], import("../types.gen").Fleet, Error>;
|
|
799
699
|
/**
|
|
800
700
|
* Update fleet information.
|
|
801
701
|
*
|
|
@@ -832,16 +732,11 @@ export declare const listChartsOptions: (options: Options<ListChartsData>) => im
|
|
|
832
732
|
_infinite?: boolean;
|
|
833
733
|
tags?: ReadonlyArray<string>;
|
|
834
734
|
}], never> | undefined;
|
|
835
|
-
} & {
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
}] & {
|
|
841
|
-
[dataTagSymbol]: import("../types.gen").Chart[];
|
|
842
|
-
[dataTagErrorSymbol]: Error;
|
|
843
|
-
};
|
|
844
|
-
};
|
|
735
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListChartsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
736
|
+
_id: string;
|
|
737
|
+
_infinite?: boolean;
|
|
738
|
+
tags?: ReadonlyArray<string>;
|
|
739
|
+
}], import("../types.gen").Chart[], Error>;
|
|
845
740
|
/**
|
|
846
741
|
* Create a new chart.
|
|
847
742
|
*
|
|
@@ -883,16 +778,11 @@ export declare const getChartOptions: (options: Options<GetChartData>) => import
|
|
|
883
778
|
_infinite?: boolean;
|
|
884
779
|
tags?: ReadonlyArray<string>;
|
|
885
780
|
}], never> | undefined;
|
|
886
|
-
} & {
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
}] & {
|
|
892
|
-
[dataTagSymbol]: import("../types.gen").Chart;
|
|
893
|
-
[dataTagErrorSymbol]: Error;
|
|
894
|
-
};
|
|
895
|
-
};
|
|
781
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetChartData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
782
|
+
_id: string;
|
|
783
|
+
_infinite?: boolean;
|
|
784
|
+
tags?: ReadonlyArray<string>;
|
|
785
|
+
}], import("../types.gen").Chart, Error>;
|
|
896
786
|
/**
|
|
897
787
|
* Update chart information.
|
|
898
788
|
*
|
|
@@ -925,16 +815,11 @@ export declare const listClustersOptions: (options?: Options<ListClustersData>)
|
|
|
925
815
|
_infinite?: boolean;
|
|
926
816
|
tags?: ReadonlyArray<string>;
|
|
927
817
|
}], never> | undefined;
|
|
928
|
-
} & {
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
}] & {
|
|
934
|
-
[dataTagSymbol]: import("../types.gen").Cluster[];
|
|
935
|
-
[dataTagErrorSymbol]: Error;
|
|
936
|
-
};
|
|
937
|
-
};
|
|
818
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListClustersData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
819
|
+
_id: string;
|
|
820
|
+
_infinite?: boolean;
|
|
821
|
+
tags?: ReadonlyArray<string>;
|
|
822
|
+
}], import("../types.gen").Cluster[], Error>;
|
|
938
823
|
/**
|
|
939
824
|
* Create a new cluster.
|
|
940
825
|
*
|
|
@@ -978,16 +863,11 @@ export declare const getClusterOptions: (options: Options<GetClusterData>) => im
|
|
|
978
863
|
_infinite?: boolean;
|
|
979
864
|
tags?: ReadonlyArray<string>;
|
|
980
865
|
}], never> | undefined;
|
|
981
|
-
} & {
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
}] & {
|
|
987
|
-
[dataTagSymbol]: import("../types.gen").Cluster;
|
|
988
|
-
[dataTagErrorSymbol]: Error;
|
|
989
|
-
};
|
|
990
|
-
};
|
|
866
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetClusterData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
867
|
+
_id: string;
|
|
868
|
+
_infinite?: boolean;
|
|
869
|
+
tags?: ReadonlyArray<string>;
|
|
870
|
+
}], import("../types.gen").Cluster, Error>;
|
|
991
871
|
/**
|
|
992
872
|
* Update cluster information.
|
|
993
873
|
*
|
|
@@ -1027,16 +907,11 @@ export declare const getUsageOptions: (options?: Options<GetUsageData>) => impor
|
|
|
1027
907
|
_infinite?: boolean;
|
|
1028
908
|
tags?: ReadonlyArray<string>;
|
|
1029
909
|
}], never> | undefined;
|
|
1030
|
-
} & {
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
}] & {
|
|
1036
|
-
[dataTagSymbol]: import("../types.gen").UsageResponse;
|
|
1037
|
-
[dataTagErrorSymbol]: Error;
|
|
1038
|
-
};
|
|
1039
|
-
};
|
|
910
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetUsageData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
911
|
+
_id: string;
|
|
912
|
+
_infinite?: boolean;
|
|
913
|
+
tags?: ReadonlyArray<string>;
|
|
914
|
+
}], import("../types.gen").UsageResponse, Error>;
|
|
1040
915
|
/**
|
|
1041
916
|
* Get Stripe client secret.
|
|
1042
917
|
*
|
|
@@ -1065,16 +940,11 @@ export declare const listPaymentMethodsOptions: (options?: Options<ListPaymentMe
|
|
|
1065
940
|
_infinite?: boolean;
|
|
1066
941
|
tags?: ReadonlyArray<string>;
|
|
1067
942
|
}], never> | undefined;
|
|
1068
|
-
} & {
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
}] & {
|
|
1074
|
-
[dataTagSymbol]: import("../types.gen").PaymentMethod[];
|
|
1075
|
-
[dataTagErrorSymbol]: Error;
|
|
1076
|
-
};
|
|
1077
|
-
};
|
|
943
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListPaymentMethodsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
944
|
+
_id: string;
|
|
945
|
+
_infinite?: boolean;
|
|
946
|
+
tags?: ReadonlyArray<string>;
|
|
947
|
+
}], import("../types.gen").PaymentMethod[], Error>;
|
|
1078
948
|
/**
|
|
1079
949
|
* Set the default payment method.
|
|
1080
950
|
*
|
|
@@ -1110,16 +980,11 @@ export declare const listInvoicesOptions: (options?: Options<ListInvoicesData>)
|
|
|
1110
980
|
_infinite?: boolean;
|
|
1111
981
|
tags?: ReadonlyArray<string>;
|
|
1112
982
|
}], never> | undefined;
|
|
1113
|
-
} & {
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
}] & {
|
|
1119
|
-
[dataTagSymbol]: import("../types.gen").Invoice[];
|
|
1120
|
-
[dataTagErrorSymbol]: Error;
|
|
1121
|
-
};
|
|
1122
|
-
};
|
|
983
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<ListInvoicesData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
984
|
+
_id: string;
|
|
985
|
+
_infinite?: boolean;
|
|
986
|
+
tags?: ReadonlyArray<string>;
|
|
987
|
+
}], import("../types.gen").Invoice[], Error>;
|
|
1123
988
|
export declare const getContactQueryKey: (options?: Options<GetContactData>) => [Pick<Options<GetContactData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
1124
989
|
_id: string;
|
|
1125
990
|
_infinite?: boolean;
|
|
@@ -1141,16 +1006,11 @@ export declare const getContactOptions: (options?: Options<GetContactData>) => i
|
|
|
1141
1006
|
_infinite?: boolean;
|
|
1142
1007
|
tags?: ReadonlyArray<string>;
|
|
1143
1008
|
}], never> | undefined;
|
|
1144
|
-
} & {
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
}] & {
|
|
1150
|
-
[dataTagSymbol]: import("../types.gen").BillingContact;
|
|
1151
|
-
[dataTagErrorSymbol]: Error;
|
|
1152
|
-
};
|
|
1153
|
-
};
|
|
1009
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetContactData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
1010
|
+
_id: string;
|
|
1011
|
+
_infinite?: boolean;
|
|
1012
|
+
tags?: ReadonlyArray<string>;
|
|
1013
|
+
}], import("../types.gen").BillingContact, Error>;
|
|
1154
1014
|
/**
|
|
1155
1015
|
* Update organization contact information and billing address.
|
|
1156
1016
|
*
|
|
@@ -1179,16 +1039,11 @@ export declare const getCreditsOptions: (options?: Options<GetCreditsData>) => i
|
|
|
1179
1039
|
_infinite?: boolean;
|
|
1180
1040
|
tags?: ReadonlyArray<string>;
|
|
1181
1041
|
}], never> | undefined;
|
|
1182
|
-
} & {
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
}] & {
|
|
1188
|
-
[dataTagSymbol]: import("../types.gen").BillingCredits[];
|
|
1189
|
-
[dataTagErrorSymbol]: Error;
|
|
1190
|
-
};
|
|
1191
|
-
};
|
|
1042
|
+
} & import("@tanstack/react-query").QueryKeyWithDataTag<[Pick<Options<GetCreditsData>, "body" | "path" | "query" | "headers" | "baseUrl"> & {
|
|
1043
|
+
_id: string;
|
|
1044
|
+
_infinite?: boolean;
|
|
1045
|
+
tags?: ReadonlyArray<string>;
|
|
1046
|
+
}], import("../types.gen").BillingCredits[], Error>;
|
|
1192
1047
|
/**
|
|
1193
1048
|
* Redeem promotional credits code.
|
|
1194
1049
|
*
|