@zapier/zapier-sdk 0.9.0 → 0.11.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.
- package/CHANGELOG.md +18 -0
- package/README.md +7 -7
- package/dist/api/client.d.ts.map +1 -1
- package/dist/api/client.js +14 -0
- package/dist/api/debug.d.ts +1 -0
- package/dist/api/debug.d.ts.map +1 -1
- package/dist/api/debug.js +42 -1
- package/dist/api/debug.test.d.ts +2 -0
- package/dist/api/debug.test.d.ts.map +1 -0
- package/dist/api/debug.test.js +59 -0
- package/dist/api/schemas.d.ts +451 -251
- package/dist/api/schemas.d.ts.map +1 -1
- package/dist/api/schemas.js +51 -29
- package/dist/index.cjs +968 -582
- package/dist/index.d.mts +2537 -2229
- package/dist/index.d.ts +2 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.mjs +966 -576
- package/dist/plugins/findFirstAuthentication/index.d.ts +1 -1
- package/dist/plugins/findFirstAuthentication/index.d.ts.map +1 -1
- package/dist/plugins/findFirstAuthentication/index.js +9 -1
- package/dist/plugins/findFirstAuthentication/index.test.js +3 -4
- package/dist/plugins/findFirstAuthentication/schemas.d.ts +5 -3
- package/dist/plugins/findFirstAuthentication/schemas.d.ts.map +1 -1
- package/dist/plugins/findUniqueAuthentication/index.d.ts.map +1 -1
- package/dist/plugins/findUniqueAuthentication/index.js +4 -0
- package/dist/plugins/findUniqueAuthentication/schemas.d.ts +5 -3
- package/dist/plugins/findUniqueAuthentication/schemas.d.ts.map +1 -1
- package/dist/plugins/getAction/index.d.ts.map +1 -1
- package/dist/plugins/getAction/index.js +10 -0
- package/dist/plugins/getAction/schemas.d.ts +5 -3
- package/dist/plugins/getAction/schemas.d.ts.map +1 -1
- package/dist/plugins/getApp/index.d.ts.map +1 -1
- package/dist/plugins/getApp/index.js +8 -0
- package/dist/plugins/getApp/index.test.js +2 -2
- package/dist/plugins/getApp/schemas.d.ts +3 -1
- package/dist/plugins/getApp/schemas.d.ts.map +1 -1
- package/dist/plugins/getApp/schemas.js +2 -4
- package/dist/plugins/getAuthentication/index.d.ts.map +1 -1
- package/dist/plugins/getAuthentication/index.js +8 -0
- package/dist/plugins/getProfile/index.d.ts.map +1 -1
- package/dist/plugins/getProfile/index.js +4 -0
- package/dist/plugins/getProfile/schemas.d.ts.map +1 -1
- package/dist/plugins/getProfile/schemas.js +4 -3
- package/dist/plugins/listActions/index.d.ts.map +1 -1
- package/dist/plugins/listActions/index.js +9 -0
- package/dist/plugins/listActions/schemas.d.ts +5 -3
- package/dist/plugins/listActions/schemas.d.ts.map +1 -1
- package/dist/plugins/listActions/schemas.js +2 -4
- package/dist/plugins/listApps/index.d.ts.map +1 -1
- package/dist/plugins/listApps/index.js +4 -0
- package/dist/plugins/listApps/index.test.js +1 -1
- package/dist/plugins/listApps/schemas.d.ts.map +1 -1
- package/dist/plugins/listApps/schemas.js +3 -9
- package/dist/plugins/listAuthentications/index.d.ts.map +1 -1
- package/dist/plugins/listAuthentications/index.js +8 -0
- package/dist/plugins/listAuthentications/schemas.d.ts +5 -3
- package/dist/plugins/listAuthentications/schemas.d.ts.map +1 -1
- package/dist/plugins/listInputFieldChoices/index.d.ts.map +1 -1
- package/dist/plugins/listInputFieldChoices/index.js +14 -2
- package/dist/plugins/listInputFieldChoices/schemas.d.ts +5 -3
- package/dist/plugins/listInputFieldChoices/schemas.d.ts.map +1 -1
- package/dist/plugins/listInputFieldChoices/schemas.js +10 -19
- package/dist/plugins/listInputFields/index.d.ts +4 -4
- package/dist/plugins/listInputFields/index.d.ts.map +1 -1
- package/dist/plugins/listInputFields/index.js +71 -5
- package/dist/plugins/listInputFields/index.test.js +5 -9
- package/dist/plugins/listInputFields/schemas.d.ts +8 -6
- package/dist/plugins/listInputFields/schemas.d.ts.map +1 -1
- package/dist/plugins/registry/index.d.ts.map +1 -1
- package/dist/plugins/registry/index.js +8 -2
- package/dist/plugins/request/index.d.ts.map +1 -1
- package/dist/plugins/request/index.js +1 -0
- package/dist/plugins/runAction/index.d.ts.map +1 -1
- package/dist/plugins/runAction/index.js +12 -0
- package/dist/plugins/runAction/schemas.d.ts +5 -3
- package/dist/plugins/runAction/schemas.d.ts.map +1 -1
- package/dist/resolvers/actionKey.d.ts +13 -7
- package/dist/resolvers/actionKey.d.ts.map +1 -1
- package/dist/resolvers/actionType.d.ts +8 -7
- package/dist/resolvers/actionType.d.ts.map +1 -1
- package/dist/resolvers/appKey.d.ts +2 -6
- package/dist/resolvers/appKey.d.ts.map +1 -1
- package/dist/resolvers/authenticationId.d.ts +7 -7
- package/dist/resolvers/authenticationId.d.ts.map +1 -1
- package/dist/resolvers/authenticationId.js +16 -7
- package/dist/resolvers/index.d.ts +3 -35
- package/dist/resolvers/index.d.ts.map +1 -1
- package/dist/resolvers/index.js +4 -87
- package/dist/resolvers/inputFieldKey.d.ts +11 -0
- package/dist/resolvers/inputFieldKey.d.ts.map +1 -0
- package/dist/resolvers/inputFieldKey.js +47 -0
- package/dist/resolvers/inputs.d.ts +13 -4
- package/dist/resolvers/inputs.d.ts.map +1 -1
- package/dist/resolvers/inputs.js +36 -0
- package/dist/schemas/Action.d.ts +8 -8
- package/dist/schemas/Action.d.ts.map +1 -1
- package/dist/schemas/Action.js +8 -3
- package/dist/schemas/App.d.ts +183 -11
- package/dist/schemas/App.d.ts.map +1 -1
- package/dist/schemas/App.js +7 -9
- package/dist/schemas/Auth.d.ts +12 -12
- package/dist/schemas/Auth.js +1 -1
- package/dist/schemas/Field.d.ts +112 -97
- package/dist/schemas/Field.d.ts.map +1 -1
- package/dist/schemas/Field.js +63 -52
- package/dist/schemas/Run.d.ts +3 -0
- package/dist/schemas/Run.d.ts.map +1 -0
- package/dist/schemas/Run.js +31 -0
- package/dist/schemas/UserProfile.d.ts +11 -11
- package/dist/schemas/UserProfile.d.ts.map +1 -1
- package/dist/schemas/UserProfile.js +21 -7
- package/dist/sdk.d.ts +11 -4
- package/dist/sdk.d.ts.map +1 -1
- package/dist/types/domain.d.ts +17 -1
- package/dist/types/domain.d.ts.map +1 -1
- package/dist/types/plugin.d.ts +5 -0
- package/dist/types/plugin.d.ts.map +1 -1
- package/dist/types/properties.d.ts +3 -1
- package/dist/types/properties.d.ts.map +1 -1
- package/dist/types/sdk.d.ts +5 -0
- package/dist/types/sdk.d.ts.map +1 -1
- package/dist/utils/domain-utils.d.ts +1 -16
- package/dist/utils/domain-utils.d.ts.map +1 -1
- package/dist/utils/domain-utils.js +7 -51
- package/dist/utils/schema-utils.d.ts +44 -21
- package/dist/utils/schema-utils.d.ts.map +1 -1
- package/dist/utils/schema-utils.js +17 -11
- package/dist/utils/string-utils.d.ts +12 -0
- package/dist/utils/string-utils.d.ts.map +1 -0
- package/dist/utils/string-utils.js +23 -0
- package/dist/utils/string-utils.test.d.ts +2 -0
- package/dist/utils/string-utils.test.d.ts.map +1 -0
- package/dist/utils/string-utils.test.js +36 -0
- package/package.json +1 -1
- package/src/api/client.ts +12 -0
- package/src/api/debug.test.ts +76 -0
- package/src/api/debug.ts +46 -2
- package/src/api/schemas.ts +51 -29
- package/src/index.ts +4 -5
- package/src/plugins/findFirstAuthentication/index.test.ts +8 -5
- package/src/plugins/findFirstAuthentication/index.ts +14 -2
- package/src/plugins/findUniqueAuthentication/index.ts +4 -0
- package/src/plugins/getAction/index.ts +14 -0
- package/src/plugins/getApp/index.test.ts +2 -2
- package/src/plugins/getApp/index.ts +8 -0
- package/src/plugins/getApp/schemas.ts +7 -12
- package/src/plugins/getAuthentication/index.ts +8 -0
- package/src/plugins/getProfile/index.ts +4 -0
- package/src/plugins/getProfile/schemas.ts +4 -6
- package/src/plugins/listActions/index.ts +9 -0
- package/src/plugins/listActions/schemas.ts +20 -25
- package/src/plugins/listApps/index.test.ts +1 -1
- package/src/plugins/listApps/index.ts +4 -0
- package/src/plugins/listApps/schemas.ts +17 -26
- package/src/plugins/listAuthentications/index.ts +8 -0
- package/src/plugins/listInputFieldChoices/index.ts +21 -1
- package/src/plugins/listInputFieldChoices/schemas.ts +61 -76
- package/src/plugins/listInputFields/index.test.ts +5 -9
- package/src/plugins/listInputFields/index.ts +89 -11
- package/src/plugins/listInputFields/schemas.ts +6 -3
- package/src/plugins/registry/index.ts +8 -2
- package/src/plugins/request/index.ts +1 -0
- package/src/plugins/runAction/index.ts +18 -0
- package/src/resolvers/actionKey.ts +15 -13
- package/src/resolvers/actionType.ts +10 -12
- package/src/resolvers/appKey.ts +2 -6
- package/src/resolvers/authenticationId.ts +25 -19
- package/src/resolvers/index.ts +7 -113
- package/src/resolvers/inputFieldKey.ts +70 -0
- package/src/resolvers/inputs.ts +51 -7
- package/src/schemas/Action.ts +8 -3
- package/src/schemas/App.ts +7 -9
- package/src/schemas/Auth.ts +1 -1
- package/src/schemas/Field.ts +97 -60
- package/src/schemas/Run.ts +40 -0
- package/src/schemas/UserProfile.ts +24 -7
- package/src/sdk.ts +17 -7
- package/src/types/domain.ts +24 -1
- package/src/types/plugin.ts +5 -0
- package/src/types/sdk.ts +5 -0
- package/src/utils/domain-utils.ts +9 -67
- package/src/utils/schema-utils.ts +96 -44
- package/src/utils/string-utils.test.ts +45 -0
- package/src/utils/string-utils.ts +26 -0
- package/tsconfig.tsbuildinfo +1 -1
package/dist/api/schemas.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare const NeedSchema: z.ZodObject<{
|
|
|
64
64
|
}, "strip", z.ZodTypeAny, {
|
|
65
65
|
key: string;
|
|
66
66
|
default?: string | undefined;
|
|
67
|
-
type?: "string" | "boolean" | "
|
|
67
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
68
68
|
label?: string | undefined;
|
|
69
69
|
alters_custom_fields?: boolean | null | undefined;
|
|
70
70
|
capabilities?: string[] | undefined;
|
|
@@ -95,7 +95,7 @@ export declare const NeedSchema: z.ZodObject<{
|
|
|
95
95
|
}, {
|
|
96
96
|
key: string;
|
|
97
97
|
default?: string | undefined;
|
|
98
|
-
type?: "string" | "boolean" | "
|
|
98
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
99
99
|
label?: string | undefined;
|
|
100
100
|
alters_custom_fields?: boolean | null | undefined;
|
|
101
101
|
capabilities?: string[] | undefined;
|
|
@@ -192,7 +192,7 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
192
192
|
}, "strip", z.ZodTypeAny, {
|
|
193
193
|
key: string;
|
|
194
194
|
default?: string | undefined;
|
|
195
|
-
type?: "string" | "boolean" | "
|
|
195
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
196
196
|
label?: string | undefined;
|
|
197
197
|
alters_custom_fields?: boolean | null | undefined;
|
|
198
198
|
capabilities?: string[] | undefined;
|
|
@@ -223,7 +223,7 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
223
223
|
}, {
|
|
224
224
|
key: string;
|
|
225
225
|
default?: string | undefined;
|
|
226
|
-
type?: "string" | "boolean" | "
|
|
226
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
227
227
|
label?: string | undefined;
|
|
228
228
|
alters_custom_fields?: boolean | null | undefined;
|
|
229
229
|
capabilities?: string[] | undefined;
|
|
@@ -269,10 +269,10 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
269
269
|
can_use?: boolean | undefined;
|
|
270
270
|
}>>;
|
|
271
271
|
}, "strip", z.ZodTypeAny, {
|
|
272
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
272
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
273
273
|
key: string;
|
|
274
|
-
description: string;
|
|
275
274
|
name: string;
|
|
275
|
+
description: string;
|
|
276
276
|
id?: string | undefined;
|
|
277
277
|
noun?: string | undefined;
|
|
278
278
|
description_html?: string | undefined;
|
|
@@ -281,7 +281,7 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
281
281
|
needs?: {
|
|
282
282
|
key: string;
|
|
283
283
|
default?: string | undefined;
|
|
284
|
-
type?: "string" | "boolean" | "
|
|
284
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
285
285
|
label?: string | undefined;
|
|
286
286
|
alters_custom_fields?: boolean | null | undefined;
|
|
287
287
|
capabilities?: string[] | undefined;
|
|
@@ -319,10 +319,10 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
319
319
|
can_use?: boolean | undefined;
|
|
320
320
|
} | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
322
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
323
323
|
key: string;
|
|
324
|
-
description: string;
|
|
325
324
|
name: string;
|
|
325
|
+
description: string;
|
|
326
326
|
id?: string | undefined;
|
|
327
327
|
noun?: string | undefined;
|
|
328
328
|
description_html?: string | undefined;
|
|
@@ -331,7 +331,7 @@ export declare const ActionSchema: z.ZodObject<{
|
|
|
331
331
|
needs?: {
|
|
332
332
|
key: string;
|
|
333
333
|
default?: string | undefined;
|
|
334
|
-
type?: "string" | "boolean" | "
|
|
334
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
335
335
|
label?: string | undefined;
|
|
336
336
|
alters_custom_fields?: boolean | null | undefined;
|
|
337
337
|
capabilities?: string[] | undefined;
|
|
@@ -396,32 +396,32 @@ export declare const FieldSchema: z.ZodObject<{
|
|
|
396
396
|
label: string;
|
|
397
397
|
}>, "many">>;
|
|
398
398
|
}, "strip", z.ZodTypeAny, {
|
|
399
|
-
type: "string" | "number" | "boolean" | "object" | "
|
|
399
|
+
type: "string" | "number" | "boolean" | "object" | "datetime" | "file" | "array";
|
|
400
400
|
key: string;
|
|
401
401
|
label: string;
|
|
402
402
|
required: boolean;
|
|
403
|
-
description?: string | undefined;
|
|
404
403
|
choices?: {
|
|
405
404
|
value: string | number;
|
|
406
405
|
label: string;
|
|
407
406
|
}[] | undefined;
|
|
407
|
+
description?: string | undefined;
|
|
408
408
|
}, {
|
|
409
|
-
type: "string" | "number" | "boolean" | "object" | "
|
|
409
|
+
type: "string" | "number" | "boolean" | "object" | "datetime" | "file" | "array";
|
|
410
410
|
key: string;
|
|
411
411
|
label: string;
|
|
412
412
|
required: boolean;
|
|
413
|
-
description?: string | undefined;
|
|
414
413
|
choices?: {
|
|
415
414
|
value: string | number;
|
|
416
415
|
label: string;
|
|
417
416
|
}[] | undefined;
|
|
417
|
+
description?: string | undefined;
|
|
418
418
|
}>;
|
|
419
419
|
export declare const ActionExecutionResultSchema: z.ZodObject<{
|
|
420
|
-
data: z.ZodArray<z.
|
|
420
|
+
data: z.ZodArray<z.ZodUnknown, "many">;
|
|
421
421
|
}, "strip", z.ZodTypeAny, {
|
|
422
|
-
data:
|
|
422
|
+
data: unknown[];
|
|
423
423
|
}, {
|
|
424
|
-
data:
|
|
424
|
+
data: unknown[];
|
|
425
425
|
}>;
|
|
426
426
|
export declare const ActionFieldChoiceSchema: z.ZodObject<{
|
|
427
427
|
value: z.ZodUnion<[z.ZodString, z.ZodNumber]>;
|
|
@@ -516,15 +516,14 @@ export declare const AuthenticationSchema: z.ZodObject<{
|
|
|
516
516
|
members: z.ZodOptional<z.ZodString>;
|
|
517
517
|
permissions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
518
518
|
}, "strip", z.ZodTypeAny, {
|
|
519
|
-
date: string;
|
|
520
519
|
id: number;
|
|
520
|
+
date: string;
|
|
521
521
|
selected_api: string;
|
|
522
522
|
account_id: number;
|
|
523
523
|
is_invite_only: boolean;
|
|
524
524
|
is_private: boolean;
|
|
525
525
|
shared_with_all: boolean;
|
|
526
526
|
url?: string | undefined;
|
|
527
|
-
title?: string | null | undefined;
|
|
528
527
|
label?: string | null | undefined;
|
|
529
528
|
permissions?: Record<string, boolean> | undefined;
|
|
530
529
|
lastchanged?: string | undefined;
|
|
@@ -534,18 +533,18 @@ export declare const AuthenticationSchema: z.ZodObject<{
|
|
|
534
533
|
is_shared?: string | undefined;
|
|
535
534
|
marked_stale_at?: string | null | undefined;
|
|
536
535
|
identifier?: string | null | undefined;
|
|
536
|
+
title?: string | null | undefined;
|
|
537
537
|
groups?: string | undefined;
|
|
538
538
|
members?: string | undefined;
|
|
539
539
|
}, {
|
|
540
|
-
date: string;
|
|
541
540
|
id: number;
|
|
541
|
+
date: string;
|
|
542
542
|
selected_api: string;
|
|
543
543
|
account_id: number;
|
|
544
544
|
is_invite_only: boolean;
|
|
545
545
|
is_private: boolean;
|
|
546
546
|
shared_with_all: boolean;
|
|
547
547
|
url?: string | undefined;
|
|
548
|
-
title?: string | null | undefined;
|
|
549
548
|
label?: string | null | undefined;
|
|
550
549
|
permissions?: Record<string, boolean> | undefined;
|
|
551
550
|
lastchanged?: string | undefined;
|
|
@@ -555,6 +554,7 @@ export declare const AuthenticationSchema: z.ZodObject<{
|
|
|
555
554
|
is_shared?: string | undefined;
|
|
556
555
|
marked_stale_at?: string | null | undefined;
|
|
557
556
|
identifier?: string | null | undefined;
|
|
557
|
+
title?: string | null | undefined;
|
|
558
558
|
groups?: string | undefined;
|
|
559
559
|
members?: string | undefined;
|
|
560
560
|
}>;
|
|
@@ -584,15 +584,14 @@ export declare const AuthenticationsResponseSchema: z.ZodObject<{
|
|
|
584
584
|
members: z.ZodOptional<z.ZodString>;
|
|
585
585
|
permissions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
586
586
|
}, "strip", z.ZodTypeAny, {
|
|
587
|
-
date: string;
|
|
588
587
|
id: number;
|
|
588
|
+
date: string;
|
|
589
589
|
selected_api: string;
|
|
590
590
|
account_id: number;
|
|
591
591
|
is_invite_only: boolean;
|
|
592
592
|
is_private: boolean;
|
|
593
593
|
shared_with_all: boolean;
|
|
594
594
|
url?: string | undefined;
|
|
595
|
-
title?: string | null | undefined;
|
|
596
595
|
label?: string | null | undefined;
|
|
597
596
|
permissions?: Record<string, boolean> | undefined;
|
|
598
597
|
lastchanged?: string | undefined;
|
|
@@ -602,18 +601,18 @@ export declare const AuthenticationsResponseSchema: z.ZodObject<{
|
|
|
602
601
|
is_shared?: string | undefined;
|
|
603
602
|
marked_stale_at?: string | null | undefined;
|
|
604
603
|
identifier?: string | null | undefined;
|
|
604
|
+
title?: string | null | undefined;
|
|
605
605
|
groups?: string | undefined;
|
|
606
606
|
members?: string | undefined;
|
|
607
607
|
}, {
|
|
608
|
-
date: string;
|
|
609
608
|
id: number;
|
|
609
|
+
date: string;
|
|
610
610
|
selected_api: string;
|
|
611
611
|
account_id: number;
|
|
612
612
|
is_invite_only: boolean;
|
|
613
613
|
is_private: boolean;
|
|
614
614
|
shared_with_all: boolean;
|
|
615
615
|
url?: string | undefined;
|
|
616
|
-
title?: string | null | undefined;
|
|
617
616
|
label?: string | null | undefined;
|
|
618
617
|
permissions?: Record<string, boolean> | undefined;
|
|
619
618
|
lastchanged?: string | undefined;
|
|
@@ -623,21 +622,21 @@ export declare const AuthenticationsResponseSchema: z.ZodObject<{
|
|
|
623
622
|
is_shared?: string | undefined;
|
|
624
623
|
marked_stale_at?: string | null | undefined;
|
|
625
624
|
identifier?: string | null | undefined;
|
|
625
|
+
title?: string | null | undefined;
|
|
626
626
|
groups?: string | undefined;
|
|
627
627
|
members?: string | undefined;
|
|
628
628
|
}>, "many">;
|
|
629
629
|
}, "strip", z.ZodTypeAny, {
|
|
630
630
|
count: number;
|
|
631
631
|
results: {
|
|
632
|
-
date: string;
|
|
633
632
|
id: number;
|
|
633
|
+
date: string;
|
|
634
634
|
selected_api: string;
|
|
635
635
|
account_id: number;
|
|
636
636
|
is_invite_only: boolean;
|
|
637
637
|
is_private: boolean;
|
|
638
638
|
shared_with_all: boolean;
|
|
639
639
|
url?: string | undefined;
|
|
640
|
-
title?: string | null | undefined;
|
|
641
640
|
label?: string | null | undefined;
|
|
642
641
|
permissions?: Record<string, boolean> | undefined;
|
|
643
642
|
lastchanged?: string | undefined;
|
|
@@ -647,6 +646,7 @@ export declare const AuthenticationsResponseSchema: z.ZodObject<{
|
|
|
647
646
|
is_shared?: string | undefined;
|
|
648
647
|
marked_stale_at?: string | null | undefined;
|
|
649
648
|
identifier?: string | null | undefined;
|
|
649
|
+
title?: string | null | undefined;
|
|
650
650
|
groups?: string | undefined;
|
|
651
651
|
members?: string | undefined;
|
|
652
652
|
}[];
|
|
@@ -655,15 +655,14 @@ export declare const AuthenticationsResponseSchema: z.ZodObject<{
|
|
|
655
655
|
}, {
|
|
656
656
|
count: number;
|
|
657
657
|
results: {
|
|
658
|
-
date: string;
|
|
659
658
|
id: number;
|
|
659
|
+
date: string;
|
|
660
660
|
selected_api: string;
|
|
661
661
|
account_id: number;
|
|
662
662
|
is_invite_only: boolean;
|
|
663
663
|
is_private: boolean;
|
|
664
664
|
shared_with_all: boolean;
|
|
665
665
|
url?: string | undefined;
|
|
666
|
-
title?: string | null | undefined;
|
|
667
666
|
label?: string | null | undefined;
|
|
668
667
|
permissions?: Record<string, boolean> | undefined;
|
|
669
668
|
lastchanged?: string | undefined;
|
|
@@ -673,6 +672,7 @@ export declare const AuthenticationsResponseSchema: z.ZodObject<{
|
|
|
673
672
|
is_shared?: string | undefined;
|
|
674
673
|
marked_stale_at?: string | null | undefined;
|
|
675
674
|
identifier?: string | null | undefined;
|
|
675
|
+
title?: string | null | undefined;
|
|
676
676
|
groups?: string | undefined;
|
|
677
677
|
members?: string | undefined;
|
|
678
678
|
}[];
|
|
@@ -719,9 +719,9 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
719
719
|
enable_totp_2fa: z.ZodBoolean;
|
|
720
720
|
viewed_help: z.ZodRecord<z.ZodString, z.ZodBoolean>;
|
|
721
721
|
show_editor_migration_mesaging: z.ZodBoolean;
|
|
722
|
-
switches: z.ZodRecord<z.ZodString, z.
|
|
723
|
-
organizations: z.ZodArray<z.ZodNullable<z.
|
|
724
|
-
primary_organization: z.ZodNullable<z.
|
|
722
|
+
switches: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
723
|
+
organizations: z.ZodArray<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>, "many">;
|
|
724
|
+
primary_organization: z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
725
725
|
has_active_zaps: z.ZodBoolean;
|
|
726
726
|
has_google_sso: z.ZodBoolean;
|
|
727
727
|
auth_realm: z.ZodString;
|
|
@@ -736,7 +736,6 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
736
736
|
role: string;
|
|
737
737
|
}>, "many">;
|
|
738
738
|
}, "strip", z.ZodTypeAny, {
|
|
739
|
-
email: string;
|
|
740
739
|
code: string;
|
|
741
740
|
id: number;
|
|
742
741
|
user_id: number;
|
|
@@ -747,6 +746,7 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
747
746
|
personas: string;
|
|
748
747
|
user_generated_personas: string;
|
|
749
748
|
last_login: string;
|
|
749
|
+
email: string;
|
|
750
750
|
email_hash: string;
|
|
751
751
|
email_confirmed: boolean;
|
|
752
752
|
timezone: string;
|
|
@@ -775,8 +775,9 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
775
775
|
enable_totp_2fa: boolean;
|
|
776
776
|
viewed_help: Record<string, boolean>;
|
|
777
777
|
show_editor_migration_mesaging: boolean;
|
|
778
|
-
switches: Record<string,
|
|
779
|
-
organizations:
|
|
778
|
+
switches: Record<string, unknown>;
|
|
779
|
+
organizations: (Record<string, unknown> | null)[];
|
|
780
|
+
primary_organization: Record<string, unknown> | null;
|
|
780
781
|
has_active_zaps: boolean;
|
|
781
782
|
has_google_sso: boolean;
|
|
782
783
|
auth_realm: string;
|
|
@@ -784,9 +785,7 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
784
785
|
account_id: number;
|
|
785
786
|
role: string;
|
|
786
787
|
}[];
|
|
787
|
-
primary_organization?: any;
|
|
788
788
|
}, {
|
|
789
|
-
email: string;
|
|
790
789
|
code: string;
|
|
791
790
|
id: number;
|
|
792
791
|
user_id: number;
|
|
@@ -797,6 +796,7 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
797
796
|
personas: string;
|
|
798
797
|
user_generated_personas: string;
|
|
799
798
|
last_login: string;
|
|
799
|
+
email: string;
|
|
800
800
|
email_hash: string;
|
|
801
801
|
email_confirmed: boolean;
|
|
802
802
|
timezone: string;
|
|
@@ -825,8 +825,9 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
825
825
|
enable_totp_2fa: boolean;
|
|
826
826
|
viewed_help: Record<string, boolean>;
|
|
827
827
|
show_editor_migration_mesaging: boolean;
|
|
828
|
-
switches: Record<string,
|
|
829
|
-
organizations:
|
|
828
|
+
switches: Record<string, unknown>;
|
|
829
|
+
organizations: (Record<string, unknown> | null)[];
|
|
830
|
+
primary_organization: Record<string, unknown> | null;
|
|
830
831
|
has_active_zaps: boolean;
|
|
831
832
|
has_google_sso: boolean;
|
|
832
833
|
auth_realm: string;
|
|
@@ -834,14 +835,13 @@ export declare const UserProfileSchema: z.ZodObject<{
|
|
|
834
835
|
account_id: number;
|
|
835
836
|
role: string;
|
|
836
837
|
}[];
|
|
837
|
-
primary_organization?: any;
|
|
838
838
|
}>;
|
|
839
839
|
export declare const AppSchema: z.ZodObject<{
|
|
840
840
|
age_in_days: z.ZodOptional<z.ZodString>;
|
|
841
841
|
api_docs_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
842
842
|
app_profile_url: z.ZodString;
|
|
843
843
|
banner: z.ZodOptional<z.ZodString>;
|
|
844
|
-
categories: z.ZodOptional<z.ZodArray<z.
|
|
844
|
+
categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
845
845
|
canonical_id: z.ZodOptional<z.ZodString>;
|
|
846
846
|
current_implementation_id: z.ZodString;
|
|
847
847
|
days_since_last_update: z.ZodOptional<z.ZodString>;
|
|
@@ -868,21 +868,21 @@ export declare const AppSchema: z.ZodObject<{
|
|
|
868
868
|
slug: z.ZodString;
|
|
869
869
|
zap_usage_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
870
870
|
}, "strip", z.ZodTypeAny, {
|
|
871
|
-
current_implementation_id: string;
|
|
872
|
-
description: string;
|
|
873
|
-
slug: string;
|
|
874
871
|
name: string;
|
|
872
|
+
description: string;
|
|
875
873
|
app_profile_url: string;
|
|
874
|
+
current_implementation_id: string;
|
|
876
875
|
external_url: string;
|
|
877
876
|
internal_id: string;
|
|
878
877
|
learn_more_url: string;
|
|
879
878
|
popularity: number;
|
|
880
879
|
primary_color: string;
|
|
880
|
+
slug: string;
|
|
881
881
|
id?: number | undefined;
|
|
882
882
|
age_in_days?: string | undefined;
|
|
883
883
|
api_docs_url?: string | null | undefined;
|
|
884
884
|
banner?: string | undefined;
|
|
885
|
-
categories?:
|
|
885
|
+
categories?: string[] | undefined;
|
|
886
886
|
canonical_id?: string | undefined;
|
|
887
887
|
days_since_last_update?: string | undefined;
|
|
888
888
|
hashtag?: string | undefined;
|
|
@@ -899,21 +899,21 @@ export declare const AppSchema: z.ZodObject<{
|
|
|
899
899
|
request_count?: string | undefined;
|
|
900
900
|
zap_usage_count?: number | null | undefined;
|
|
901
901
|
}, {
|
|
902
|
-
current_implementation_id: string;
|
|
903
|
-
description: string;
|
|
904
|
-
slug: string;
|
|
905
902
|
name: string;
|
|
903
|
+
description: string;
|
|
906
904
|
app_profile_url: string;
|
|
905
|
+
current_implementation_id: string;
|
|
907
906
|
external_url: string;
|
|
908
907
|
internal_id: string;
|
|
909
908
|
learn_more_url: string;
|
|
910
909
|
popularity: number;
|
|
911
910
|
primary_color: string;
|
|
911
|
+
slug: string;
|
|
912
912
|
id?: number | undefined;
|
|
913
913
|
age_in_days?: string | undefined;
|
|
914
914
|
api_docs_url?: string | null | undefined;
|
|
915
915
|
banner?: string | undefined;
|
|
916
|
-
categories?:
|
|
916
|
+
categories?: string[] | undefined;
|
|
917
917
|
canonical_id?: string | undefined;
|
|
918
918
|
days_since_last_update?: string | undefined;
|
|
919
919
|
hashtag?: string | undefined;
|
|
@@ -944,12 +944,12 @@ export declare const ServiceSchema: z.ZodObject<{
|
|
|
944
944
|
image: z.ZodOptional<z.ZodString>;
|
|
945
945
|
images: z.ZodOptional<z.ZodString>;
|
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
current_implementation_id: string;
|
|
948
|
-
description: string;
|
|
949
|
-
slug: string;
|
|
950
947
|
name: string;
|
|
948
|
+
description: string;
|
|
949
|
+
current_implementation_id: string;
|
|
951
950
|
popularity: number;
|
|
952
951
|
primary_color: string;
|
|
952
|
+
slug: string;
|
|
953
953
|
id?: number | undefined;
|
|
954
954
|
canonical_id?: string | undefined;
|
|
955
955
|
image?: string | undefined;
|
|
@@ -957,12 +957,12 @@ export declare const ServiceSchema: z.ZodObject<{
|
|
|
957
957
|
learn_more_url?: string | undefined;
|
|
958
958
|
app_url?: string | undefined;
|
|
959
959
|
}, {
|
|
960
|
-
current_implementation_id: string;
|
|
961
|
-
description: string;
|
|
962
|
-
slug: string;
|
|
963
960
|
name: string;
|
|
961
|
+
description: string;
|
|
962
|
+
current_implementation_id: string;
|
|
964
963
|
popularity: number;
|
|
965
964
|
primary_color: string;
|
|
965
|
+
slug: string;
|
|
966
966
|
id?: number | undefined;
|
|
967
967
|
canonical_id?: string | undefined;
|
|
968
968
|
image?: string | undefined;
|
|
@@ -985,12 +985,12 @@ export declare const ServicesResponseSchema: z.ZodObject<{
|
|
|
985
985
|
image: z.ZodOptional<z.ZodString>;
|
|
986
986
|
images: z.ZodOptional<z.ZodString>;
|
|
987
987
|
}, "strip", z.ZodTypeAny, {
|
|
988
|
-
current_implementation_id: string;
|
|
989
|
-
description: string;
|
|
990
|
-
slug: string;
|
|
991
988
|
name: string;
|
|
989
|
+
description: string;
|
|
990
|
+
current_implementation_id: string;
|
|
992
991
|
popularity: number;
|
|
993
992
|
primary_color: string;
|
|
993
|
+
slug: string;
|
|
994
994
|
id?: number | undefined;
|
|
995
995
|
canonical_id?: string | undefined;
|
|
996
996
|
image?: string | undefined;
|
|
@@ -998,12 +998,12 @@ export declare const ServicesResponseSchema: z.ZodObject<{
|
|
|
998
998
|
learn_more_url?: string | undefined;
|
|
999
999
|
app_url?: string | undefined;
|
|
1000
1000
|
}, {
|
|
1001
|
-
current_implementation_id: string;
|
|
1002
|
-
description: string;
|
|
1003
|
-
slug: string;
|
|
1004
1001
|
name: string;
|
|
1002
|
+
description: string;
|
|
1003
|
+
current_implementation_id: string;
|
|
1005
1004
|
popularity: number;
|
|
1006
1005
|
primary_color: string;
|
|
1006
|
+
slug: string;
|
|
1007
1007
|
id?: number | undefined;
|
|
1008
1008
|
canonical_id?: string | undefined;
|
|
1009
1009
|
image?: string | undefined;
|
|
@@ -1015,12 +1015,12 @@ export declare const ServicesResponseSchema: z.ZodObject<{
|
|
|
1015
1015
|
previous: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
|
1017
1017
|
results: {
|
|
1018
|
-
current_implementation_id: string;
|
|
1019
|
-
description: string;
|
|
1020
|
-
slug: string;
|
|
1021
1018
|
name: string;
|
|
1019
|
+
description: string;
|
|
1020
|
+
current_implementation_id: string;
|
|
1022
1021
|
popularity: number;
|
|
1023
1022
|
primary_color: string;
|
|
1023
|
+
slug: string;
|
|
1024
1024
|
id?: number | undefined;
|
|
1025
1025
|
canonical_id?: string | undefined;
|
|
1026
1026
|
image?: string | undefined;
|
|
@@ -1032,12 +1032,12 @@ export declare const ServicesResponseSchema: z.ZodObject<{
|
|
|
1032
1032
|
previous?: string | null | undefined;
|
|
1033
1033
|
}, {
|
|
1034
1034
|
results: {
|
|
1035
|
-
current_implementation_id: string;
|
|
1036
|
-
description: string;
|
|
1037
|
-
slug: string;
|
|
1038
1035
|
name: string;
|
|
1036
|
+
description: string;
|
|
1037
|
+
current_implementation_id: string;
|
|
1039
1038
|
popularity: number;
|
|
1040
1039
|
primary_color: string;
|
|
1040
|
+
slug: string;
|
|
1041
1041
|
id?: number | undefined;
|
|
1042
1042
|
canonical_id?: string | undefined;
|
|
1043
1043
|
image?: string | undefined;
|
|
@@ -1053,18 +1053,18 @@ export declare const NeedsRequestSchema: z.ZodObject<{
|
|
|
1053
1053
|
action: z.ZodString;
|
|
1054
1054
|
type_of: z.ZodString;
|
|
1055
1055
|
authentication_id: z.ZodOptional<z.ZodNumber>;
|
|
1056
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
1056
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
1057
1057
|
}, "strip", z.ZodTypeAny, {
|
|
1058
1058
|
selected_api: string;
|
|
1059
1059
|
action: string;
|
|
1060
1060
|
type_of: string;
|
|
1061
|
-
params?: Record<string,
|
|
1061
|
+
params?: Record<string, unknown> | undefined;
|
|
1062
1062
|
authentication_id?: number | undefined;
|
|
1063
1063
|
}, {
|
|
1064
1064
|
selected_api: string;
|
|
1065
1065
|
action: string;
|
|
1066
1066
|
type_of: string;
|
|
1067
|
-
params?: Record<string,
|
|
1067
|
+
params?: Record<string, unknown> | undefined;
|
|
1068
1068
|
authentication_id?: number | undefined;
|
|
1069
1069
|
}>;
|
|
1070
1070
|
export declare const NeedsResponseSchema: z.ZodObject<{
|
|
@@ -1113,7 +1113,7 @@ export declare const NeedsResponseSchema: z.ZodObject<{
|
|
|
1113
1113
|
}, "strip", z.ZodTypeAny, {
|
|
1114
1114
|
key: string;
|
|
1115
1115
|
default?: string | undefined;
|
|
1116
|
-
type?: "string" | "boolean" | "
|
|
1116
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1117
1117
|
label?: string | undefined;
|
|
1118
1118
|
alters_custom_fields?: boolean | null | undefined;
|
|
1119
1119
|
capabilities?: string[] | undefined;
|
|
@@ -1144,7 +1144,7 @@ export declare const NeedsResponseSchema: z.ZodObject<{
|
|
|
1144
1144
|
}, {
|
|
1145
1145
|
key: string;
|
|
1146
1146
|
default?: string | undefined;
|
|
1147
|
-
type?: "string" | "boolean" | "
|
|
1147
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1148
1148
|
label?: string | undefined;
|
|
1149
1149
|
alters_custom_fields?: boolean | null | undefined;
|
|
1150
1150
|
capabilities?: string[] | undefined;
|
|
@@ -1180,7 +1180,7 @@ export declare const NeedsResponseSchema: z.ZodObject<{
|
|
|
1180
1180
|
needs?: {
|
|
1181
1181
|
key: string;
|
|
1182
1182
|
default?: string | undefined;
|
|
1183
|
-
type?: "string" | "boolean" | "
|
|
1183
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1184
1184
|
label?: string | undefined;
|
|
1185
1185
|
alters_custom_fields?: boolean | null | undefined;
|
|
1186
1186
|
capabilities?: string[] | undefined;
|
|
@@ -1216,7 +1216,7 @@ export declare const NeedsResponseSchema: z.ZodObject<{
|
|
|
1216
1216
|
needs?: {
|
|
1217
1217
|
key: string;
|
|
1218
1218
|
default?: string | undefined;
|
|
1219
|
-
type?: "string" | "boolean" | "
|
|
1219
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1220
1220
|
label?: string | undefined;
|
|
1221
1221
|
alters_custom_fields?: boolean | null | undefined;
|
|
1222
1222
|
capabilities?: string[] | undefined;
|
|
@@ -1307,7 +1307,7 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1307
1307
|
}, "strip", z.ZodTypeAny, {
|
|
1308
1308
|
key: string;
|
|
1309
1309
|
default?: string | undefined;
|
|
1310
|
-
type?: "string" | "boolean" | "
|
|
1310
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1311
1311
|
label?: string | undefined;
|
|
1312
1312
|
alters_custom_fields?: boolean | null | undefined;
|
|
1313
1313
|
capabilities?: string[] | undefined;
|
|
@@ -1338,7 +1338,7 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1338
1338
|
}, {
|
|
1339
1339
|
key: string;
|
|
1340
1340
|
default?: string | undefined;
|
|
1341
|
-
type?: "string" | "boolean" | "
|
|
1341
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1342
1342
|
label?: string | undefined;
|
|
1343
1343
|
alters_custom_fields?: boolean | null | undefined;
|
|
1344
1344
|
capabilities?: string[] | undefined;
|
|
@@ -1384,10 +1384,10 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1384
1384
|
can_use?: boolean | undefined;
|
|
1385
1385
|
}>>;
|
|
1386
1386
|
}, "strip", z.ZodTypeAny, {
|
|
1387
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1387
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1388
1388
|
key: string;
|
|
1389
|
-
description: string;
|
|
1390
1389
|
name: string;
|
|
1390
|
+
description: string;
|
|
1391
1391
|
id?: string | undefined;
|
|
1392
1392
|
noun?: string | undefined;
|
|
1393
1393
|
description_html?: string | undefined;
|
|
@@ -1396,7 +1396,7 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1396
1396
|
needs?: {
|
|
1397
1397
|
key: string;
|
|
1398
1398
|
default?: string | undefined;
|
|
1399
|
-
type?: "string" | "boolean" | "
|
|
1399
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1400
1400
|
label?: string | undefined;
|
|
1401
1401
|
alters_custom_fields?: boolean | null | undefined;
|
|
1402
1402
|
capabilities?: string[] | undefined;
|
|
@@ -1434,10 +1434,10 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1434
1434
|
can_use?: boolean | undefined;
|
|
1435
1435
|
} | undefined;
|
|
1436
1436
|
}, {
|
|
1437
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1437
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1438
1438
|
key: string;
|
|
1439
|
-
description: string;
|
|
1440
1439
|
name: string;
|
|
1440
|
+
description: string;
|
|
1441
1441
|
id?: string | undefined;
|
|
1442
1442
|
noun?: string | undefined;
|
|
1443
1443
|
description_html?: string | undefined;
|
|
@@ -1446,7 +1446,7 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1446
1446
|
needs?: {
|
|
1447
1447
|
key: string;
|
|
1448
1448
|
default?: string | undefined;
|
|
1449
|
-
type?: "string" | "boolean" | "
|
|
1449
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1450
1450
|
label?: string | undefined;
|
|
1451
1451
|
alters_custom_fields?: boolean | null | undefined;
|
|
1452
1452
|
capabilities?: string[] | undefined;
|
|
@@ -1501,20 +1501,20 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1501
1501
|
selected_api: string;
|
|
1502
1502
|
is_beta: boolean;
|
|
1503
1503
|
is_premium: boolean;
|
|
1504
|
-
slug?: string | undefined;
|
|
1505
1504
|
name?: string | undefined;
|
|
1506
1505
|
is_hidden?: string | undefined;
|
|
1507
1506
|
is_invite_only?: boolean | undefined;
|
|
1508
1507
|
images?: Record<string, string | null> | undefined;
|
|
1509
1508
|
primary_color?: string | undefined;
|
|
1509
|
+
slug?: string | undefined;
|
|
1510
1510
|
app_id?: number | undefined;
|
|
1511
1511
|
auth_type?: string | undefined;
|
|
1512
1512
|
auth_fields?: string | undefined;
|
|
1513
1513
|
actions?: {
|
|
1514
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1514
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1515
1515
|
key: string;
|
|
1516
|
-
description: string;
|
|
1517
1516
|
name: string;
|
|
1517
|
+
description: string;
|
|
1518
1518
|
id?: string | undefined;
|
|
1519
1519
|
noun?: string | undefined;
|
|
1520
1520
|
description_html?: string | undefined;
|
|
@@ -1523,7 +1523,7 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1523
1523
|
needs?: {
|
|
1524
1524
|
key: string;
|
|
1525
1525
|
default?: string | undefined;
|
|
1526
|
-
type?: "string" | "boolean" | "
|
|
1526
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1527
1527
|
label?: string | undefined;
|
|
1528
1528
|
alters_custom_fields?: boolean | null | undefined;
|
|
1529
1529
|
capabilities?: string[] | undefined;
|
|
@@ -1568,7 +1568,6 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1568
1568
|
other_implementations?: string | undefined;
|
|
1569
1569
|
}, {
|
|
1570
1570
|
selected_api: string;
|
|
1571
|
-
slug?: string | undefined;
|
|
1572
1571
|
name?: string | undefined;
|
|
1573
1572
|
is_hidden?: string | undefined;
|
|
1574
1573
|
is_invite_only?: boolean | undefined;
|
|
@@ -1576,14 +1575,15 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1576
1575
|
is_beta?: boolean | undefined;
|
|
1577
1576
|
is_premium?: boolean | undefined;
|
|
1578
1577
|
primary_color?: string | undefined;
|
|
1578
|
+
slug?: string | undefined;
|
|
1579
1579
|
app_id?: number | undefined;
|
|
1580
1580
|
auth_type?: string | undefined;
|
|
1581
1581
|
auth_fields?: string | undefined;
|
|
1582
1582
|
actions?: {
|
|
1583
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1583
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1584
1584
|
key: string;
|
|
1585
|
-
description: string;
|
|
1586
1585
|
name: string;
|
|
1586
|
+
description: string;
|
|
1587
1587
|
id?: string | undefined;
|
|
1588
1588
|
noun?: string | undefined;
|
|
1589
1589
|
description_html?: string | undefined;
|
|
@@ -1592,7 +1592,7 @@ export declare const ImplementationSchema: z.ZodObject<{
|
|
|
1592
1592
|
needs?: {
|
|
1593
1593
|
key: string;
|
|
1594
1594
|
default?: string | undefined;
|
|
1595
|
-
type?: "string" | "boolean" | "
|
|
1595
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1596
1596
|
label?: string | undefined;
|
|
1597
1597
|
alters_custom_fields?: boolean | null | undefined;
|
|
1598
1598
|
capabilities?: string[] | undefined;
|
|
@@ -1699,7 +1699,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1699
1699
|
}, "strip", z.ZodTypeAny, {
|
|
1700
1700
|
key: string;
|
|
1701
1701
|
default?: string | undefined;
|
|
1702
|
-
type?: "string" | "boolean" | "
|
|
1702
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1703
1703
|
label?: string | undefined;
|
|
1704
1704
|
alters_custom_fields?: boolean | null | undefined;
|
|
1705
1705
|
capabilities?: string[] | undefined;
|
|
@@ -1730,7 +1730,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1730
1730
|
}, {
|
|
1731
1731
|
key: string;
|
|
1732
1732
|
default?: string | undefined;
|
|
1733
|
-
type?: "string" | "boolean" | "
|
|
1733
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1734
1734
|
label?: string | undefined;
|
|
1735
1735
|
alters_custom_fields?: boolean | null | undefined;
|
|
1736
1736
|
capabilities?: string[] | undefined;
|
|
@@ -1776,10 +1776,10 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1776
1776
|
can_use?: boolean | undefined;
|
|
1777
1777
|
}>>;
|
|
1778
1778
|
}, "strip", z.ZodTypeAny, {
|
|
1779
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1779
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1780
1780
|
key: string;
|
|
1781
|
-
description: string;
|
|
1782
1781
|
name: string;
|
|
1782
|
+
description: string;
|
|
1783
1783
|
id?: string | undefined;
|
|
1784
1784
|
noun?: string | undefined;
|
|
1785
1785
|
description_html?: string | undefined;
|
|
@@ -1788,7 +1788,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1788
1788
|
needs?: {
|
|
1789
1789
|
key: string;
|
|
1790
1790
|
default?: string | undefined;
|
|
1791
|
-
type?: "string" | "boolean" | "
|
|
1791
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1792
1792
|
label?: string | undefined;
|
|
1793
1793
|
alters_custom_fields?: boolean | null | undefined;
|
|
1794
1794
|
capabilities?: string[] | undefined;
|
|
@@ -1826,10 +1826,10 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1826
1826
|
can_use?: boolean | undefined;
|
|
1827
1827
|
} | undefined;
|
|
1828
1828
|
}, {
|
|
1829
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1829
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1830
1830
|
key: string;
|
|
1831
|
-
description: string;
|
|
1832
1831
|
name: string;
|
|
1832
|
+
description: string;
|
|
1833
1833
|
id?: string | undefined;
|
|
1834
1834
|
noun?: string | undefined;
|
|
1835
1835
|
description_html?: string | undefined;
|
|
@@ -1838,7 +1838,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1838
1838
|
needs?: {
|
|
1839
1839
|
key: string;
|
|
1840
1840
|
default?: string | undefined;
|
|
1841
|
-
type?: "string" | "boolean" | "
|
|
1841
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1842
1842
|
label?: string | undefined;
|
|
1843
1843
|
alters_custom_fields?: boolean | null | undefined;
|
|
1844
1844
|
capabilities?: string[] | undefined;
|
|
@@ -1893,20 +1893,20 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1893
1893
|
selected_api: string;
|
|
1894
1894
|
is_beta: boolean;
|
|
1895
1895
|
is_premium: boolean;
|
|
1896
|
-
slug?: string | undefined;
|
|
1897
1896
|
name?: string | undefined;
|
|
1898
1897
|
is_hidden?: string | undefined;
|
|
1899
1898
|
is_invite_only?: boolean | undefined;
|
|
1900
1899
|
images?: Record<string, string | null> | undefined;
|
|
1901
1900
|
primary_color?: string | undefined;
|
|
1901
|
+
slug?: string | undefined;
|
|
1902
1902
|
app_id?: number | undefined;
|
|
1903
1903
|
auth_type?: string | undefined;
|
|
1904
1904
|
auth_fields?: string | undefined;
|
|
1905
1905
|
actions?: {
|
|
1906
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1906
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1907
1907
|
key: string;
|
|
1908
|
-
description: string;
|
|
1909
1908
|
name: string;
|
|
1909
|
+
description: string;
|
|
1910
1910
|
id?: string | undefined;
|
|
1911
1911
|
noun?: string | undefined;
|
|
1912
1912
|
description_html?: string | undefined;
|
|
@@ -1915,7 +1915,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1915
1915
|
needs?: {
|
|
1916
1916
|
key: string;
|
|
1917
1917
|
default?: string | undefined;
|
|
1918
|
-
type?: "string" | "boolean" | "
|
|
1918
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1919
1919
|
label?: string | undefined;
|
|
1920
1920
|
alters_custom_fields?: boolean | null | undefined;
|
|
1921
1921
|
capabilities?: string[] | undefined;
|
|
@@ -1960,7 +1960,6 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1960
1960
|
other_implementations?: string | undefined;
|
|
1961
1961
|
}, {
|
|
1962
1962
|
selected_api: string;
|
|
1963
|
-
slug?: string | undefined;
|
|
1964
1963
|
name?: string | undefined;
|
|
1965
1964
|
is_hidden?: string | undefined;
|
|
1966
1965
|
is_invite_only?: boolean | undefined;
|
|
@@ -1968,14 +1967,15 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1968
1967
|
is_beta?: boolean | undefined;
|
|
1969
1968
|
is_premium?: boolean | undefined;
|
|
1970
1969
|
primary_color?: string | undefined;
|
|
1970
|
+
slug?: string | undefined;
|
|
1971
1971
|
app_id?: number | undefined;
|
|
1972
1972
|
auth_type?: string | undefined;
|
|
1973
1973
|
auth_fields?: string | undefined;
|
|
1974
1974
|
actions?: {
|
|
1975
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
1975
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
1976
1976
|
key: string;
|
|
1977
|
-
description: string;
|
|
1978
1977
|
name: string;
|
|
1978
|
+
description: string;
|
|
1979
1979
|
id?: string | undefined;
|
|
1980
1980
|
noun?: string | undefined;
|
|
1981
1981
|
description_html?: string | undefined;
|
|
@@ -1984,7 +1984,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
1984
1984
|
needs?: {
|
|
1985
1985
|
key: string;
|
|
1986
1986
|
default?: string | undefined;
|
|
1987
|
-
type?: "string" | "boolean" | "
|
|
1987
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
1988
1988
|
label?: string | undefined;
|
|
1989
1989
|
alters_custom_fields?: boolean | null | undefined;
|
|
1990
1990
|
capabilities?: string[] | undefined;
|
|
@@ -2034,20 +2034,20 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
2034
2034
|
selected_api: string;
|
|
2035
2035
|
is_beta: boolean;
|
|
2036
2036
|
is_premium: boolean;
|
|
2037
|
-
slug?: string | undefined;
|
|
2038
2037
|
name?: string | undefined;
|
|
2039
2038
|
is_hidden?: string | undefined;
|
|
2040
2039
|
is_invite_only?: boolean | undefined;
|
|
2041
2040
|
images?: Record<string, string | null> | undefined;
|
|
2042
2041
|
primary_color?: string | undefined;
|
|
2042
|
+
slug?: string | undefined;
|
|
2043
2043
|
app_id?: number | undefined;
|
|
2044
2044
|
auth_type?: string | undefined;
|
|
2045
2045
|
auth_fields?: string | undefined;
|
|
2046
2046
|
actions?: {
|
|
2047
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
2047
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
2048
2048
|
key: string;
|
|
2049
|
-
description: string;
|
|
2050
2049
|
name: string;
|
|
2050
|
+
description: string;
|
|
2051
2051
|
id?: string | undefined;
|
|
2052
2052
|
noun?: string | undefined;
|
|
2053
2053
|
description_html?: string | undefined;
|
|
@@ -2056,7 +2056,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
2056
2056
|
needs?: {
|
|
2057
2057
|
key: string;
|
|
2058
2058
|
default?: string | undefined;
|
|
2059
|
-
type?: "string" | "boolean" | "
|
|
2059
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
2060
2060
|
label?: string | undefined;
|
|
2061
2061
|
alters_custom_fields?: boolean | null | undefined;
|
|
2062
2062
|
capabilities?: string[] | undefined;
|
|
@@ -2106,7 +2106,6 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
2106
2106
|
count: number;
|
|
2107
2107
|
results: {
|
|
2108
2108
|
selected_api: string;
|
|
2109
|
-
slug?: string | undefined;
|
|
2110
2109
|
name?: string | undefined;
|
|
2111
2110
|
is_hidden?: string | undefined;
|
|
2112
2111
|
is_invite_only?: boolean | undefined;
|
|
@@ -2114,14 +2113,15 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
2114
2113
|
is_beta?: boolean | undefined;
|
|
2115
2114
|
is_premium?: boolean | undefined;
|
|
2116
2115
|
primary_color?: string | undefined;
|
|
2116
|
+
slug?: string | undefined;
|
|
2117
2117
|
app_id?: number | undefined;
|
|
2118
2118
|
auth_type?: string | undefined;
|
|
2119
2119
|
auth_fields?: string | undefined;
|
|
2120
2120
|
actions?: {
|
|
2121
|
-
type: "filter" | "read" | "read_bulk" | "
|
|
2121
|
+
type: "filter" | "read" | "read_bulk" | "write" | "run" | "search" | "search_or_write" | "search_and_write";
|
|
2122
2122
|
key: string;
|
|
2123
|
-
description: string;
|
|
2124
2123
|
name: string;
|
|
2124
|
+
description: string;
|
|
2125
2125
|
id?: string | undefined;
|
|
2126
2126
|
noun?: string | undefined;
|
|
2127
2127
|
description_html?: string | undefined;
|
|
@@ -2130,7 +2130,7 @@ export declare const ImplementationsResponseSchema: z.ZodObject<{
|
|
|
2130
2130
|
needs?: {
|
|
2131
2131
|
key: string;
|
|
2132
2132
|
default?: string | undefined;
|
|
2133
|
-
type?: "string" | "boolean" | "
|
|
2133
|
+
type?: "string" | "boolean" | "filter" | "code" | "integer" | "text" | "datetime" | "file" | "decimal" | "copy" | "password" | "dict" | "json" | undefined;
|
|
2134
2134
|
label?: string | undefined;
|
|
2135
2135
|
alters_custom_fields?: boolean | null | undefined;
|
|
2136
2136
|
capabilities?: string[] | undefined;
|
|
@@ -2181,6 +2181,22 @@ export declare const ImplementationMetaSchema: z.ZodObject<{
|
|
|
2181
2181
|
id: z.ZodString;
|
|
2182
2182
|
name: z.ZodString;
|
|
2183
2183
|
slug: z.ZodString;
|
|
2184
|
+
age_in_days: z.ZodOptional<z.ZodNumber>;
|
|
2185
|
+
auth_type: z.ZodOptional<z.ZodString>;
|
|
2186
|
+
banner: z.ZodOptional<z.ZodString>;
|
|
2187
|
+
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2188
|
+
id: z.ZodNumber;
|
|
2189
|
+
name: z.ZodString;
|
|
2190
|
+
slug: z.ZodString;
|
|
2191
|
+
}, "strip", z.ZodTypeAny, {
|
|
2192
|
+
id: number;
|
|
2193
|
+
name: string;
|
|
2194
|
+
slug: string;
|
|
2195
|
+
}, {
|
|
2196
|
+
id: number;
|
|
2197
|
+
name: string;
|
|
2198
|
+
slug: string;
|
|
2199
|
+
}>, "many">>;
|
|
2184
2200
|
images: z.ZodOptional<z.ZodObject<{
|
|
2185
2201
|
url_16x16: z.ZodOptional<z.ZodString>;
|
|
2186
2202
|
url_32x32: z.ZodOptional<z.ZodString>;
|
|
@@ -2197,93 +2213,156 @@ export declare const ImplementationMetaSchema: z.ZodObject<{
|
|
|
2197
2213
|
url_64x64?: string | undefined;
|
|
2198
2214
|
url_128x128?: string | undefined;
|
|
2199
2215
|
}>>;
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2216
|
+
popularity: z.ZodOptional<z.ZodNumber>;
|
|
2217
|
+
has_filters: z.ZodOptional<z.ZodBoolean>;
|
|
2218
|
+
has_reads: z.ZodOptional<z.ZodBoolean>;
|
|
2219
|
+
has_searches: z.ZodOptional<z.ZodBoolean>;
|
|
2220
|
+
has_searches_or_writes: z.ZodOptional<z.ZodBoolean>;
|
|
2221
|
+
has_upfront_fields: z.ZodOptional<z.ZodBoolean>;
|
|
2222
|
+
has_writes: z.ZodOptional<z.ZodBoolean>;
|
|
2223
|
+
is_beta: z.ZodOptional<z.ZodBoolean>;
|
|
2224
|
+
is_built_in: z.ZodOptional<z.ZodBoolean>;
|
|
2225
|
+
is_deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
2226
|
+
is_featured: z.ZodOptional<z.ZodBoolean>;
|
|
2227
|
+
is_hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2228
|
+
is_invite: z.ZodOptional<z.ZodBoolean>;
|
|
2229
|
+
is_premium: z.ZodOptional<z.ZodBoolean>;
|
|
2230
|
+
is_public: z.ZodOptional<z.ZodBoolean>;
|
|
2231
|
+
is_upcoming: z.ZodOptional<z.ZodBoolean>;
|
|
2232
|
+
version: z.ZodOptional<z.ZodString>;
|
|
2233
|
+
visibility: z.ZodOptional<z.ZodString>;
|
|
2234
|
+
actions: z.ZodOptional<z.ZodObject<{
|
|
2235
|
+
read: z.ZodOptional<z.ZodNumber>;
|
|
2236
|
+
read_bulk: z.ZodOptional<z.ZodNumber>;
|
|
2237
|
+
write: z.ZodOptional<z.ZodNumber>;
|
|
2238
|
+
search: z.ZodOptional<z.ZodNumber>;
|
|
2239
|
+
search_or_write: z.ZodOptional<z.ZodNumber>;
|
|
2240
|
+
search_and_write: z.ZodOptional<z.ZodNumber>;
|
|
2241
|
+
filter: z.ZodOptional<z.ZodNumber>;
|
|
2207
2242
|
}, "strip", z.ZodTypeAny, {
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2243
|
+
filter?: number | undefined;
|
|
2244
|
+
read?: number | undefined;
|
|
2245
|
+
read_bulk?: number | undefined;
|
|
2246
|
+
write?: number | undefined;
|
|
2247
|
+
search?: number | undefined;
|
|
2248
|
+
search_or_write?: number | undefined;
|
|
2249
|
+
search_and_write?: number | undefined;
|
|
2211
2250
|
}, {
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
2224
|
-
isUpcoming: z.ZodOptional<z.ZodBoolean>;
|
|
2225
|
-
popularity: z.ZodOptional<z.ZodNumber>;
|
|
2226
|
-
apiDocsUrl: z.ZodOptional<z.ZodString>;
|
|
2251
|
+
filter?: number | undefined;
|
|
2252
|
+
read?: number | undefined;
|
|
2253
|
+
read_bulk?: number | undefined;
|
|
2254
|
+
write?: number | undefined;
|
|
2255
|
+
search?: number | undefined;
|
|
2256
|
+
search_or_write?: number | undefined;
|
|
2257
|
+
search_and_write?: number | undefined;
|
|
2258
|
+
}>>;
|
|
2259
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2260
|
+
primary_color: z.ZodOptional<z.ZodString>;
|
|
2261
|
+
secondary_color: z.ZodOptional<z.ZodString>;
|
|
2227
2262
|
classification: z.ZodOptional<z.ZodString>;
|
|
2263
|
+
api_docs_url: z.ZodOptional<z.ZodString>;
|
|
2264
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2228
2265
|
}, "strip", z.ZodTypeAny, {
|
|
2229
|
-
slug: string;
|
|
2230
2266
|
id: string;
|
|
2231
2267
|
name: string;
|
|
2268
|
+
slug: string;
|
|
2269
|
+
description?: string | undefined;
|
|
2270
|
+
is_hidden?: boolean | undefined;
|
|
2271
|
+
age_in_days?: number | undefined;
|
|
2272
|
+
api_docs_url?: string | undefined;
|
|
2232
2273
|
banner?: string | undefined;
|
|
2233
2274
|
categories?: {
|
|
2234
|
-
slug: string;
|
|
2235
2275
|
id: number;
|
|
2236
2276
|
name: string;
|
|
2277
|
+
slug: string;
|
|
2237
2278
|
}[] | undefined;
|
|
2279
|
+
image?: string | undefined;
|
|
2238
2280
|
images?: {
|
|
2239
2281
|
url_16x16?: string | undefined;
|
|
2240
2282
|
url_32x32?: string | undefined;
|
|
2241
2283
|
url_64x64?: string | undefined;
|
|
2242
2284
|
url_128x128?: string | undefined;
|
|
2243
2285
|
} | undefined;
|
|
2286
|
+
is_beta?: boolean | undefined;
|
|
2287
|
+
is_built_in?: boolean | undefined;
|
|
2288
|
+
is_featured?: boolean | undefined;
|
|
2289
|
+
is_premium?: boolean | undefined;
|
|
2290
|
+
is_public?: boolean | undefined;
|
|
2291
|
+
is_upcoming?: boolean | undefined;
|
|
2244
2292
|
popularity?: number | undefined;
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2293
|
+
primary_color?: string | undefined;
|
|
2294
|
+
auth_type?: string | undefined;
|
|
2295
|
+
actions?: {
|
|
2296
|
+
filter?: number | undefined;
|
|
2297
|
+
read?: number | undefined;
|
|
2298
|
+
read_bulk?: number | undefined;
|
|
2299
|
+
write?: number | undefined;
|
|
2300
|
+
search?: number | undefined;
|
|
2301
|
+
search_or_write?: number | undefined;
|
|
2302
|
+
search_and_write?: number | undefined;
|
|
2303
|
+
} | undefined;
|
|
2304
|
+
is_deprecated?: boolean | undefined;
|
|
2305
|
+
secondary_color?: string | undefined;
|
|
2306
|
+
has_filters?: boolean | undefined;
|
|
2307
|
+
has_reads?: boolean | undefined;
|
|
2308
|
+
has_searches?: boolean | undefined;
|
|
2309
|
+
has_searches_or_writes?: boolean | undefined;
|
|
2310
|
+
has_upfront_fields?: boolean | undefined;
|
|
2311
|
+
has_writes?: boolean | undefined;
|
|
2312
|
+
is_invite?: boolean | undefined;
|
|
2313
|
+
version?: string | undefined;
|
|
2314
|
+
visibility?: string | undefined;
|
|
2257
2315
|
classification?: string | undefined;
|
|
2258
2316
|
}, {
|
|
2259
|
-
slug: string;
|
|
2260
2317
|
id: string;
|
|
2261
2318
|
name: string;
|
|
2319
|
+
slug: string;
|
|
2320
|
+
description?: string | undefined;
|
|
2321
|
+
is_hidden?: boolean | undefined;
|
|
2322
|
+
age_in_days?: number | undefined;
|
|
2323
|
+
api_docs_url?: string | undefined;
|
|
2262
2324
|
banner?: string | undefined;
|
|
2263
2325
|
categories?: {
|
|
2264
|
-
slug: string;
|
|
2265
2326
|
id: number;
|
|
2266
2327
|
name: string;
|
|
2328
|
+
slug: string;
|
|
2267
2329
|
}[] | undefined;
|
|
2330
|
+
image?: string | undefined;
|
|
2268
2331
|
images?: {
|
|
2269
2332
|
url_16x16?: string | undefined;
|
|
2270
2333
|
url_32x32?: string | undefined;
|
|
2271
2334
|
url_64x64?: string | undefined;
|
|
2272
2335
|
url_128x128?: string | undefined;
|
|
2273
2336
|
} | undefined;
|
|
2337
|
+
is_beta?: boolean | undefined;
|
|
2338
|
+
is_built_in?: boolean | undefined;
|
|
2339
|
+
is_featured?: boolean | undefined;
|
|
2340
|
+
is_premium?: boolean | undefined;
|
|
2341
|
+
is_public?: boolean | undefined;
|
|
2342
|
+
is_upcoming?: boolean | undefined;
|
|
2274
2343
|
popularity?: number | undefined;
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2344
|
+
primary_color?: string | undefined;
|
|
2345
|
+
auth_type?: string | undefined;
|
|
2346
|
+
actions?: {
|
|
2347
|
+
filter?: number | undefined;
|
|
2348
|
+
read?: number | undefined;
|
|
2349
|
+
read_bulk?: number | undefined;
|
|
2350
|
+
write?: number | undefined;
|
|
2351
|
+
search?: number | undefined;
|
|
2352
|
+
search_or_write?: number | undefined;
|
|
2353
|
+
search_and_write?: number | undefined;
|
|
2354
|
+
} | undefined;
|
|
2355
|
+
is_deprecated?: boolean | undefined;
|
|
2356
|
+
secondary_color?: string | undefined;
|
|
2357
|
+
has_filters?: boolean | undefined;
|
|
2358
|
+
has_reads?: boolean | undefined;
|
|
2359
|
+
has_searches?: boolean | undefined;
|
|
2360
|
+
has_searches_or_writes?: boolean | undefined;
|
|
2361
|
+
has_upfront_fields?: boolean | undefined;
|
|
2362
|
+
has_writes?: boolean | undefined;
|
|
2363
|
+
is_invite?: boolean | undefined;
|
|
2364
|
+
version?: string | undefined;
|
|
2365
|
+
visibility?: string | undefined;
|
|
2287
2366
|
classification?: string | undefined;
|
|
2288
2367
|
}>;
|
|
2289
2368
|
export declare const ImplementationsMetaResponseSchema: z.ZodObject<{
|
|
@@ -2294,6 +2373,22 @@ export declare const ImplementationsMetaResponseSchema: z.ZodObject<{
|
|
|
2294
2373
|
id: z.ZodString;
|
|
2295
2374
|
name: z.ZodString;
|
|
2296
2375
|
slug: z.ZodString;
|
|
2376
|
+
age_in_days: z.ZodOptional<z.ZodNumber>;
|
|
2377
|
+
auth_type: z.ZodOptional<z.ZodString>;
|
|
2378
|
+
banner: z.ZodOptional<z.ZodString>;
|
|
2379
|
+
categories: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2380
|
+
id: z.ZodNumber;
|
|
2381
|
+
name: z.ZodString;
|
|
2382
|
+
slug: z.ZodString;
|
|
2383
|
+
}, "strip", z.ZodTypeAny, {
|
|
2384
|
+
id: number;
|
|
2385
|
+
name: string;
|
|
2386
|
+
slug: string;
|
|
2387
|
+
}, {
|
|
2388
|
+
id: number;
|
|
2389
|
+
name: string;
|
|
2390
|
+
slug: string;
|
|
2391
|
+
}>, "many">>;
|
|
2297
2392
|
images: z.ZodOptional<z.ZodObject<{
|
|
2298
2393
|
url_16x16: z.ZodOptional<z.ZodString>;
|
|
2299
2394
|
url_32x32: z.ZodOptional<z.ZodString>;
|
|
@@ -2310,126 +2405,210 @@ export declare const ImplementationsMetaResponseSchema: z.ZodObject<{
|
|
|
2310
2405
|
url_64x64?: string | undefined;
|
|
2311
2406
|
url_128x128?: string | undefined;
|
|
2312
2407
|
}>>;
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2408
|
+
popularity: z.ZodOptional<z.ZodNumber>;
|
|
2409
|
+
has_filters: z.ZodOptional<z.ZodBoolean>;
|
|
2410
|
+
has_reads: z.ZodOptional<z.ZodBoolean>;
|
|
2411
|
+
has_searches: z.ZodOptional<z.ZodBoolean>;
|
|
2412
|
+
has_searches_or_writes: z.ZodOptional<z.ZodBoolean>;
|
|
2413
|
+
has_upfront_fields: z.ZodOptional<z.ZodBoolean>;
|
|
2414
|
+
has_writes: z.ZodOptional<z.ZodBoolean>;
|
|
2415
|
+
is_beta: z.ZodOptional<z.ZodBoolean>;
|
|
2416
|
+
is_built_in: z.ZodOptional<z.ZodBoolean>;
|
|
2417
|
+
is_deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
2418
|
+
is_featured: z.ZodOptional<z.ZodBoolean>;
|
|
2419
|
+
is_hidden: z.ZodOptional<z.ZodBoolean>;
|
|
2420
|
+
is_invite: z.ZodOptional<z.ZodBoolean>;
|
|
2421
|
+
is_premium: z.ZodOptional<z.ZodBoolean>;
|
|
2422
|
+
is_public: z.ZodOptional<z.ZodBoolean>;
|
|
2423
|
+
is_upcoming: z.ZodOptional<z.ZodBoolean>;
|
|
2424
|
+
version: z.ZodOptional<z.ZodString>;
|
|
2425
|
+
visibility: z.ZodOptional<z.ZodString>;
|
|
2426
|
+
actions: z.ZodOptional<z.ZodObject<{
|
|
2427
|
+
read: z.ZodOptional<z.ZodNumber>;
|
|
2428
|
+
read_bulk: z.ZodOptional<z.ZodNumber>;
|
|
2429
|
+
write: z.ZodOptional<z.ZodNumber>;
|
|
2430
|
+
search: z.ZodOptional<z.ZodNumber>;
|
|
2431
|
+
search_or_write: z.ZodOptional<z.ZodNumber>;
|
|
2432
|
+
search_and_write: z.ZodOptional<z.ZodNumber>;
|
|
2433
|
+
filter: z.ZodOptional<z.ZodNumber>;
|
|
2320
2434
|
}, "strip", z.ZodTypeAny, {
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2435
|
+
filter?: number | undefined;
|
|
2436
|
+
read?: number | undefined;
|
|
2437
|
+
read_bulk?: number | undefined;
|
|
2438
|
+
write?: number | undefined;
|
|
2439
|
+
search?: number | undefined;
|
|
2440
|
+
search_or_write?: number | undefined;
|
|
2441
|
+
search_and_write?: number | undefined;
|
|
2324
2442
|
}, {
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
2337
|
-
isUpcoming: z.ZodOptional<z.ZodBoolean>;
|
|
2338
|
-
popularity: z.ZodOptional<z.ZodNumber>;
|
|
2339
|
-
apiDocsUrl: z.ZodOptional<z.ZodString>;
|
|
2443
|
+
filter?: number | undefined;
|
|
2444
|
+
read?: number | undefined;
|
|
2445
|
+
read_bulk?: number | undefined;
|
|
2446
|
+
write?: number | undefined;
|
|
2447
|
+
search?: number | undefined;
|
|
2448
|
+
search_or_write?: number | undefined;
|
|
2449
|
+
search_and_write?: number | undefined;
|
|
2450
|
+
}>>;
|
|
2451
|
+
description: z.ZodOptional<z.ZodString>;
|
|
2452
|
+
primary_color: z.ZodOptional<z.ZodString>;
|
|
2453
|
+
secondary_color: z.ZodOptional<z.ZodString>;
|
|
2340
2454
|
classification: z.ZodOptional<z.ZodString>;
|
|
2455
|
+
api_docs_url: z.ZodOptional<z.ZodString>;
|
|
2456
|
+
image: z.ZodOptional<z.ZodString>;
|
|
2341
2457
|
}, "strip", z.ZodTypeAny, {
|
|
2342
|
-
slug: string;
|
|
2343
2458
|
id: string;
|
|
2344
2459
|
name: string;
|
|
2460
|
+
slug: string;
|
|
2461
|
+
description?: string | undefined;
|
|
2462
|
+
is_hidden?: boolean | undefined;
|
|
2463
|
+
age_in_days?: number | undefined;
|
|
2464
|
+
api_docs_url?: string | undefined;
|
|
2345
2465
|
banner?: string | undefined;
|
|
2346
2466
|
categories?: {
|
|
2347
|
-
slug: string;
|
|
2348
2467
|
id: number;
|
|
2349
2468
|
name: string;
|
|
2469
|
+
slug: string;
|
|
2350
2470
|
}[] | undefined;
|
|
2471
|
+
image?: string | undefined;
|
|
2351
2472
|
images?: {
|
|
2352
2473
|
url_16x16?: string | undefined;
|
|
2353
2474
|
url_32x32?: string | undefined;
|
|
2354
2475
|
url_64x64?: string | undefined;
|
|
2355
2476
|
url_128x128?: string | undefined;
|
|
2356
2477
|
} | undefined;
|
|
2478
|
+
is_beta?: boolean | undefined;
|
|
2479
|
+
is_built_in?: boolean | undefined;
|
|
2480
|
+
is_featured?: boolean | undefined;
|
|
2481
|
+
is_premium?: boolean | undefined;
|
|
2482
|
+
is_public?: boolean | undefined;
|
|
2483
|
+
is_upcoming?: boolean | undefined;
|
|
2357
2484
|
popularity?: number | undefined;
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2485
|
+
primary_color?: string | undefined;
|
|
2486
|
+
auth_type?: string | undefined;
|
|
2487
|
+
actions?: {
|
|
2488
|
+
filter?: number | undefined;
|
|
2489
|
+
read?: number | undefined;
|
|
2490
|
+
read_bulk?: number | undefined;
|
|
2491
|
+
write?: number | undefined;
|
|
2492
|
+
search?: number | undefined;
|
|
2493
|
+
search_or_write?: number | undefined;
|
|
2494
|
+
search_and_write?: number | undefined;
|
|
2495
|
+
} | undefined;
|
|
2496
|
+
is_deprecated?: boolean | undefined;
|
|
2497
|
+
secondary_color?: string | undefined;
|
|
2498
|
+
has_filters?: boolean | undefined;
|
|
2499
|
+
has_reads?: boolean | undefined;
|
|
2500
|
+
has_searches?: boolean | undefined;
|
|
2501
|
+
has_searches_or_writes?: boolean | undefined;
|
|
2502
|
+
has_upfront_fields?: boolean | undefined;
|
|
2503
|
+
has_writes?: boolean | undefined;
|
|
2504
|
+
is_invite?: boolean | undefined;
|
|
2505
|
+
version?: string | undefined;
|
|
2506
|
+
visibility?: string | undefined;
|
|
2370
2507
|
classification?: string | undefined;
|
|
2371
2508
|
}, {
|
|
2372
|
-
slug: string;
|
|
2373
2509
|
id: string;
|
|
2374
2510
|
name: string;
|
|
2511
|
+
slug: string;
|
|
2512
|
+
description?: string | undefined;
|
|
2513
|
+
is_hidden?: boolean | undefined;
|
|
2514
|
+
age_in_days?: number | undefined;
|
|
2515
|
+
api_docs_url?: string | undefined;
|
|
2375
2516
|
banner?: string | undefined;
|
|
2376
2517
|
categories?: {
|
|
2377
|
-
slug: string;
|
|
2378
2518
|
id: number;
|
|
2379
2519
|
name: string;
|
|
2520
|
+
slug: string;
|
|
2380
2521
|
}[] | undefined;
|
|
2522
|
+
image?: string | undefined;
|
|
2381
2523
|
images?: {
|
|
2382
2524
|
url_16x16?: string | undefined;
|
|
2383
2525
|
url_32x32?: string | undefined;
|
|
2384
2526
|
url_64x64?: string | undefined;
|
|
2385
2527
|
url_128x128?: string | undefined;
|
|
2386
2528
|
} | undefined;
|
|
2529
|
+
is_beta?: boolean | undefined;
|
|
2530
|
+
is_built_in?: boolean | undefined;
|
|
2531
|
+
is_featured?: boolean | undefined;
|
|
2532
|
+
is_premium?: boolean | undefined;
|
|
2533
|
+
is_public?: boolean | undefined;
|
|
2534
|
+
is_upcoming?: boolean | undefined;
|
|
2387
2535
|
popularity?: number | undefined;
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2536
|
+
primary_color?: string | undefined;
|
|
2537
|
+
auth_type?: string | undefined;
|
|
2538
|
+
actions?: {
|
|
2539
|
+
filter?: number | undefined;
|
|
2540
|
+
read?: number | undefined;
|
|
2541
|
+
read_bulk?: number | undefined;
|
|
2542
|
+
write?: number | undefined;
|
|
2543
|
+
search?: number | undefined;
|
|
2544
|
+
search_or_write?: number | undefined;
|
|
2545
|
+
search_and_write?: number | undefined;
|
|
2546
|
+
} | undefined;
|
|
2547
|
+
is_deprecated?: boolean | undefined;
|
|
2548
|
+
secondary_color?: string | undefined;
|
|
2549
|
+
has_filters?: boolean | undefined;
|
|
2550
|
+
has_reads?: boolean | undefined;
|
|
2551
|
+
has_searches?: boolean | undefined;
|
|
2552
|
+
has_searches_or_writes?: boolean | undefined;
|
|
2553
|
+
has_upfront_fields?: boolean | undefined;
|
|
2554
|
+
has_writes?: boolean | undefined;
|
|
2555
|
+
is_invite?: boolean | undefined;
|
|
2556
|
+
version?: string | undefined;
|
|
2557
|
+
visibility?: string | undefined;
|
|
2400
2558
|
classification?: string | undefined;
|
|
2401
2559
|
}>, "many">;
|
|
2402
2560
|
}, "strip", z.ZodTypeAny, {
|
|
2403
2561
|
count: number;
|
|
2404
2562
|
results: {
|
|
2405
|
-
slug: string;
|
|
2406
2563
|
id: string;
|
|
2407
2564
|
name: string;
|
|
2565
|
+
slug: string;
|
|
2566
|
+
description?: string | undefined;
|
|
2567
|
+
is_hidden?: boolean | undefined;
|
|
2568
|
+
age_in_days?: number | undefined;
|
|
2569
|
+
api_docs_url?: string | undefined;
|
|
2408
2570
|
banner?: string | undefined;
|
|
2409
2571
|
categories?: {
|
|
2410
|
-
slug: string;
|
|
2411
2572
|
id: number;
|
|
2412
2573
|
name: string;
|
|
2574
|
+
slug: string;
|
|
2413
2575
|
}[] | undefined;
|
|
2576
|
+
image?: string | undefined;
|
|
2414
2577
|
images?: {
|
|
2415
2578
|
url_16x16?: string | undefined;
|
|
2416
2579
|
url_32x32?: string | undefined;
|
|
2417
2580
|
url_64x64?: string | undefined;
|
|
2418
2581
|
url_128x128?: string | undefined;
|
|
2419
2582
|
} | undefined;
|
|
2583
|
+
is_beta?: boolean | undefined;
|
|
2584
|
+
is_built_in?: boolean | undefined;
|
|
2585
|
+
is_featured?: boolean | undefined;
|
|
2586
|
+
is_premium?: boolean | undefined;
|
|
2587
|
+
is_public?: boolean | undefined;
|
|
2588
|
+
is_upcoming?: boolean | undefined;
|
|
2420
2589
|
popularity?: number | undefined;
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2590
|
+
primary_color?: string | undefined;
|
|
2591
|
+
auth_type?: string | undefined;
|
|
2592
|
+
actions?: {
|
|
2593
|
+
filter?: number | undefined;
|
|
2594
|
+
read?: number | undefined;
|
|
2595
|
+
read_bulk?: number | undefined;
|
|
2596
|
+
write?: number | undefined;
|
|
2597
|
+
search?: number | undefined;
|
|
2598
|
+
search_or_write?: number | undefined;
|
|
2599
|
+
search_and_write?: number | undefined;
|
|
2600
|
+
} | undefined;
|
|
2601
|
+
is_deprecated?: boolean | undefined;
|
|
2602
|
+
secondary_color?: string | undefined;
|
|
2603
|
+
has_filters?: boolean | undefined;
|
|
2604
|
+
has_reads?: boolean | undefined;
|
|
2605
|
+
has_searches?: boolean | undefined;
|
|
2606
|
+
has_searches_or_writes?: boolean | undefined;
|
|
2607
|
+
has_upfront_fields?: boolean | undefined;
|
|
2608
|
+
has_writes?: boolean | undefined;
|
|
2609
|
+
is_invite?: boolean | undefined;
|
|
2610
|
+
version?: string | undefined;
|
|
2611
|
+
visibility?: string | undefined;
|
|
2433
2612
|
classification?: string | undefined;
|
|
2434
2613
|
}[];
|
|
2435
2614
|
next?: string | null | undefined;
|
|
@@ -2437,34 +2616,55 @@ export declare const ImplementationsMetaResponseSchema: z.ZodObject<{
|
|
|
2437
2616
|
}, {
|
|
2438
2617
|
count: number;
|
|
2439
2618
|
results: {
|
|
2440
|
-
slug: string;
|
|
2441
2619
|
id: string;
|
|
2442
2620
|
name: string;
|
|
2621
|
+
slug: string;
|
|
2622
|
+
description?: string | undefined;
|
|
2623
|
+
is_hidden?: boolean | undefined;
|
|
2624
|
+
age_in_days?: number | undefined;
|
|
2625
|
+
api_docs_url?: string | undefined;
|
|
2443
2626
|
banner?: string | undefined;
|
|
2444
2627
|
categories?: {
|
|
2445
|
-
slug: string;
|
|
2446
2628
|
id: number;
|
|
2447
2629
|
name: string;
|
|
2630
|
+
slug: string;
|
|
2448
2631
|
}[] | undefined;
|
|
2632
|
+
image?: string | undefined;
|
|
2449
2633
|
images?: {
|
|
2450
2634
|
url_16x16?: string | undefined;
|
|
2451
2635
|
url_32x32?: string | undefined;
|
|
2452
2636
|
url_64x64?: string | undefined;
|
|
2453
2637
|
url_128x128?: string | undefined;
|
|
2454
2638
|
} | undefined;
|
|
2639
|
+
is_beta?: boolean | undefined;
|
|
2640
|
+
is_built_in?: boolean | undefined;
|
|
2641
|
+
is_featured?: boolean | undefined;
|
|
2642
|
+
is_premium?: boolean | undefined;
|
|
2643
|
+
is_public?: boolean | undefined;
|
|
2644
|
+
is_upcoming?: boolean | undefined;
|
|
2455
2645
|
popularity?: number | undefined;
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2646
|
+
primary_color?: string | undefined;
|
|
2647
|
+
auth_type?: string | undefined;
|
|
2648
|
+
actions?: {
|
|
2649
|
+
filter?: number | undefined;
|
|
2650
|
+
read?: number | undefined;
|
|
2651
|
+
read_bulk?: number | undefined;
|
|
2652
|
+
write?: number | undefined;
|
|
2653
|
+
search?: number | undefined;
|
|
2654
|
+
search_or_write?: number | undefined;
|
|
2655
|
+
search_and_write?: number | undefined;
|
|
2656
|
+
} | undefined;
|
|
2657
|
+
is_deprecated?: boolean | undefined;
|
|
2658
|
+
secondary_color?: string | undefined;
|
|
2659
|
+
has_filters?: boolean | undefined;
|
|
2660
|
+
has_reads?: boolean | undefined;
|
|
2661
|
+
has_searches?: boolean | undefined;
|
|
2662
|
+
has_searches_or_writes?: boolean | undefined;
|
|
2663
|
+
has_upfront_fields?: boolean | undefined;
|
|
2664
|
+
has_writes?: boolean | undefined;
|
|
2665
|
+
is_invite?: boolean | undefined;
|
|
2666
|
+
version?: string | undefined;
|
|
2667
|
+
visibility?: string | undefined;
|
|
2468
2668
|
classification?: string | undefined;
|
|
2469
2669
|
}[];
|
|
2470
2670
|
next?: string | null | undefined;
|
|
@@ -2490,21 +2690,21 @@ export declare const NeedChoicesResponseLinksSchema: z.ZodObject<{
|
|
|
2490
2690
|
export declare const NeedChoicesRequestSchema: z.ZodObject<{
|
|
2491
2691
|
selected_api: z.ZodOptional<z.ZodString>;
|
|
2492
2692
|
authentication_id: z.ZodOptional<z.ZodNumber>;
|
|
2493
|
-
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.
|
|
2693
|
+
params: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
2494
2694
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2495
2695
|
prefill: z.ZodOptional<z.ZodString>;
|
|
2496
2696
|
action_id: z.ZodOptional<z.ZodString>;
|
|
2497
2697
|
input_field_id: z.ZodOptional<z.ZodString>;
|
|
2498
2698
|
}, "strip", z.ZodTypeAny, {
|
|
2499
2699
|
page: number;
|
|
2500
|
-
params?: Record<string,
|
|
2700
|
+
params?: Record<string, unknown> | undefined;
|
|
2501
2701
|
prefill?: string | undefined;
|
|
2502
2702
|
selected_api?: string | undefined;
|
|
2503
2703
|
authentication_id?: number | undefined;
|
|
2504
2704
|
action_id?: string | undefined;
|
|
2505
2705
|
input_field_id?: string | undefined;
|
|
2506
2706
|
}, {
|
|
2507
|
-
params?: Record<string,
|
|
2707
|
+
params?: Record<string, unknown> | undefined;
|
|
2508
2708
|
prefill?: string | undefined;
|
|
2509
2709
|
selected_api?: string | undefined;
|
|
2510
2710
|
authentication_id?: number | undefined;
|