@vercel/sdk 1.8.5 → 1.8.6
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/README.md +11 -3
- package/bin/mcp-server.js +1555 -654
- package/bin/mcp-server.js.map +38 -26
- package/docs/sdks/marketplace/README.md +310 -78
- package/docs/sdks/rollingrelease/README.md +80 -0
- package/esm/__tests__/marketplace.test.js +53 -0
- package/esm/__tests__/marketplace.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +23 -0
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/funcs/domainsCheckDomainStatus.js +2 -2
- package/esm/funcs/domainsCheckDomainStatus.js.map +1 -1
- package/esm/funcs/marketplaceDeleteResource.d.ts +20 -0
- package/esm/funcs/marketplaceDeleteResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceDeleteResource.js +91 -0
- package/esm/funcs/marketplaceDeleteResource.js.map +1 -0
- package/esm/funcs/marketplaceGetResource.d.ts +20 -0
- package/esm/funcs/marketplaceGetResource.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetResource.js +90 -0
- package/esm/funcs/marketplaceGetResource.js.map +1 -0
- package/esm/funcs/marketplaceGetResources.d.ts +20 -0
- package/esm/funcs/marketplaceGetResources.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetResources.js +86 -0
- package/esm/funcs/marketplaceGetResources.js.map +1 -0
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts +20 -0
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js +94 -0
- package/esm/funcs/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +10 -2
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceDeleteResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceDeleteResource.js +27 -0
- package/esm/mcp-server/tools/marketplaceDeleteResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetResource.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetResource.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetResource.js.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts +7 -0
- package/esm/mcp-server/tools/marketplaceGetResources.d.ts.map +1 -0
- package/esm/mcp-server/tools/marketplaceGetResources.js +28 -0
- package/esm/mcp-server/tools/marketplaceGetResources.js.map +1 -0
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts +7 -0
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.d.ts.map +1 -0
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js +28 -0
- package/esm/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +19 -17
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +19 -17
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +51 -106
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +55 -110
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +2 -0
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +2 -0
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +6 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +2 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/deleteresourceop.d.ts +31 -0
- package/esm/models/deleteresourceop.d.ts.map +1 -0
- package/esm/models/deleteresourceop.js +33 -0
- package/esm/models/deleteresourceop.js.map +1 -0
- package/esm/models/getdeploymentop.d.ts +2 -0
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +2 -0
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getedgeconfigbackupop.d.ts +15 -15
- package/esm/models/getedgeconfigbackupop.d.ts.map +1 -1
- package/esm/models/getedgeconfigbackupop.js +15 -15
- package/esm/models/getedgeconfigbackupop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +2 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +2 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getmemberop.d.ts +9 -0
- package/esm/models/getmemberop.d.ts.map +1 -1
- package/esm/models/getmemberop.js +3 -0
- package/esm/models/getmemberop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +2 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getresourceop.d.ts +293 -0
- package/esm/models/getresourceop.d.ts.map +1 -0
- package/esm/models/getresourceop.js +250 -0
- package/esm/models/getresourceop.js.map +1 -0
- package/esm/models/getresourcesop.d.ts +310 -0
- package/esm/models/getresourcesop.d.ts.map +1 -0
- package/esm/models/getresourcesop.js +278 -0
- package/esm/models/getresourcesop.js.map +1 -0
- package/esm/models/getrollingreleasebillingstatusop.d.ts +284 -0
- package/esm/models/getrollingreleasebillingstatusop.d.ts.map +1 -0
- package/esm/models/getrollingreleasebillingstatusop.js +267 -0
- package/esm/models/getrollingreleasebillingstatusop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +3 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +1 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +6 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +2 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +15 -15
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +17 -15
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +4 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +4 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +36 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +33 -0
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateintegrationdeploymentactionop.d.ts +2 -0
- package/esm/models/updateintegrationdeploymentactionop.d.ts.map +1 -1
- package/esm/models/updateintegrationdeploymentactionop.js +2 -0
- package/esm/models/updateintegrationdeploymentactionop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +2 -0
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +2 -0
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsop.d.ts +15 -15
- package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
- package/esm/models/updateresourcesecretsop.js +15 -17
- package/esm/models/updateresourcesecretsop.js.map +1 -1
- package/esm/models/userevent.d.ts +5 -0
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +2 -0
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +31 -7
- package/esm/sdk/marketplace.d.ts.map +1 -1
- package/esm/sdk/marketplace.js +39 -9
- package/esm/sdk/marketplace.js.map +1 -1
- package/esm/sdk/rollingrelease.d.ts +8 -0
- package/esm/sdk/rollingrelease.d.ts.map +1 -1
- package/esm/sdk/rollingrelease.js +10 -0
- package/esm/sdk/rollingrelease.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/marketplace.test.ts +62 -0
- package/src/__tests__/rollingrelease.test.ts +26 -0
- package/src/funcs/domainsCheckDomainStatus.ts +2 -2
- package/src/funcs/marketplaceDeleteResource.ts +205 -0
- package/src/funcs/marketplaceGetResource.ts +206 -0
- package/src/funcs/marketplaceGetResources.ts +202 -0
- package/src/funcs/rollingReleaseGetRollingReleaseBillingStatus.ts +208 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +10 -2
- package/src/mcp-server/tools/marketplaceDeleteResource.ts +35 -0
- package/src/mcp-server/tools/marketplaceGetResource.ts +37 -0
- package/src/mcp-server/tools/marketplaceGetResources.ts +37 -0
- package/src/mcp-server/tools/rollingReleaseGetRollingReleaseBillingStatus.ts +40 -0
- package/src/models/canceldeploymentop.ts +32 -32
- package/src/models/createdeploymentop.ts +107 -220
- package/src/models/createprojectop.ts +4 -0
- package/src/models/createwebhookop.ts +2 -0
- package/src/models/deleteresourceop.ts +70 -0
- package/src/models/getdeploymentop.ts +4 -0
- package/src/models/getedgeconfigbackupop.ts +41 -24
- package/src/models/getfirewallconfigop.ts +4 -0
- package/src/models/getmemberop.ts +9 -0
- package/src/models/getprojectsop.ts +4 -0
- package/src/models/getresourceop.ts +545 -0
- package/src/models/getresourcesop.ts +604 -0
- package/src/models/getrollingreleasebillingstatusop.ts +614 -0
- package/src/models/getwebhookop.ts +1 -0
- package/src/models/getwebhooksop.ts +2 -0
- package/src/models/importresourceop.ts +27 -35
- package/src/models/putfirewallconfigop.ts +8 -0
- package/src/models/updatefirewallconfigop.ts +73 -0
- package/src/models/updateintegrationdeploymentactionop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +4 -0
- package/src/models/updateresourcesecretsop.ts +49 -33
- package/src/models/userevent.ts +7 -0
- package/src/sdk/marketplace.ts +80 -17
- package/src/sdk/rollingrelease.ts +22 -0
- package/vercel-spec.json +1037 -352
|
@@ -0,0 +1,310 @@
|
|
|
1
|
+
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
3
|
+
import { Result as SafeParseResult } from "../types/fp.js";
|
|
4
|
+
import { SDKValidationError } from "./sdkvalidationerror.js";
|
|
5
|
+
export type GetResourcesRequest = {
|
|
6
|
+
integrationConfigurationId: string;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* The current status of the resource
|
|
10
|
+
*/
|
|
11
|
+
export declare const GetResourcesStatus: {
|
|
12
|
+
readonly Ready: "ready";
|
|
13
|
+
readonly Pending: "pending";
|
|
14
|
+
readonly Suspended: "suspended";
|
|
15
|
+
readonly Resumed: "resumed";
|
|
16
|
+
readonly Uninstalled: "uninstalled";
|
|
17
|
+
readonly Error: "error";
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* The current status of the resource
|
|
21
|
+
*/
|
|
22
|
+
export type GetResourcesStatus = ClosedEnum<typeof GetResourcesStatus>;
|
|
23
|
+
export type GetResourcesExperimentation = {
|
|
24
|
+
edgeConfigSyncingEnabled?: boolean | undefined;
|
|
25
|
+
edgeConfigId?: string | undefined;
|
|
26
|
+
edgeConfigTokenId?: string | undefined;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Any settings provided for the resource to support its product's protocols
|
|
30
|
+
*/
|
|
31
|
+
export type GetResourcesProtocolSettings = {
|
|
32
|
+
experimentation?: GetResourcesExperimentation | undefined;
|
|
33
|
+
};
|
|
34
|
+
export declare const GetResourcesLevel: {
|
|
35
|
+
readonly Error: "error";
|
|
36
|
+
readonly Info: "info";
|
|
37
|
+
readonly Warn: "warn";
|
|
38
|
+
};
|
|
39
|
+
export type GetResourcesLevel = ClosedEnum<typeof GetResourcesLevel>;
|
|
40
|
+
/**
|
|
41
|
+
* The notification, if set, displayed to the user when viewing the resource in Vercel
|
|
42
|
+
*/
|
|
43
|
+
export type GetResourcesNotification = {
|
|
44
|
+
level: GetResourcesLevel;
|
|
45
|
+
title: string;
|
|
46
|
+
message?: string | undefined;
|
|
47
|
+
href?: string | undefined;
|
|
48
|
+
};
|
|
49
|
+
export type GetResourcesMetadata = string | number | boolean | Array<string> | Array<number>;
|
|
50
|
+
export type Resources = {
|
|
51
|
+
/**
|
|
52
|
+
* The ID provided by the partner for the given resource
|
|
53
|
+
*/
|
|
54
|
+
partnerId: string;
|
|
55
|
+
/**
|
|
56
|
+
* The ID assigned by Vercel for the given resource
|
|
57
|
+
*/
|
|
58
|
+
internalId: string;
|
|
59
|
+
/**
|
|
60
|
+
* The name of the resource as it is recorded in Vercel
|
|
61
|
+
*/
|
|
62
|
+
name: string;
|
|
63
|
+
/**
|
|
64
|
+
* The current status of the resource
|
|
65
|
+
*/
|
|
66
|
+
status?: GetResourcesStatus | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* The ID of the product the resource is derived from
|
|
69
|
+
*/
|
|
70
|
+
productId: string;
|
|
71
|
+
/**
|
|
72
|
+
* Any settings provided for the resource to support its product's protocols
|
|
73
|
+
*/
|
|
74
|
+
protocolSettings?: GetResourcesProtocolSettings | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* The notification, if set, displayed to the user when viewing the resource in Vercel
|
|
77
|
+
*/
|
|
78
|
+
notification?: GetResourcesNotification | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* The ID of the billing plan the resource is subscribed to, if applicable
|
|
81
|
+
*/
|
|
82
|
+
billingPlanId?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* The configured metadata for the resource as defined by its product's Metadata Schema
|
|
85
|
+
*/
|
|
86
|
+
metadata?: {
|
|
87
|
+
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
88
|
+
} | undefined;
|
|
89
|
+
};
|
|
90
|
+
export type GetResourcesResponseBody = {
|
|
91
|
+
resources: Array<Resources>;
|
|
92
|
+
};
|
|
93
|
+
/** @internal */
|
|
94
|
+
export declare const GetResourcesRequest$inboundSchema: z.ZodType<GetResourcesRequest, z.ZodTypeDef, unknown>;
|
|
95
|
+
/** @internal */
|
|
96
|
+
export type GetResourcesRequest$Outbound = {
|
|
97
|
+
integrationConfigurationId: string;
|
|
98
|
+
};
|
|
99
|
+
/** @internal */
|
|
100
|
+
export declare const GetResourcesRequest$outboundSchema: z.ZodType<GetResourcesRequest$Outbound, z.ZodTypeDef, GetResourcesRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
104
|
+
*/
|
|
105
|
+
export declare namespace GetResourcesRequest$ {
|
|
106
|
+
/** @deprecated use `GetResourcesRequest$inboundSchema` instead. */
|
|
107
|
+
const inboundSchema: z.ZodType<GetResourcesRequest, z.ZodTypeDef, unknown>;
|
|
108
|
+
/** @deprecated use `GetResourcesRequest$outboundSchema` instead. */
|
|
109
|
+
const outboundSchema: z.ZodType<GetResourcesRequest$Outbound, z.ZodTypeDef, GetResourcesRequest>;
|
|
110
|
+
/** @deprecated use `GetResourcesRequest$Outbound` instead. */
|
|
111
|
+
type Outbound = GetResourcesRequest$Outbound;
|
|
112
|
+
}
|
|
113
|
+
export declare function getResourcesRequestToJSON(getResourcesRequest: GetResourcesRequest): string;
|
|
114
|
+
export declare function getResourcesRequestFromJSON(jsonString: string): SafeParseResult<GetResourcesRequest, SDKValidationError>;
|
|
115
|
+
/** @internal */
|
|
116
|
+
export declare const GetResourcesStatus$inboundSchema: z.ZodNativeEnum<typeof GetResourcesStatus>;
|
|
117
|
+
/** @internal */
|
|
118
|
+
export declare const GetResourcesStatus$outboundSchema: z.ZodNativeEnum<typeof GetResourcesStatus>;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
122
|
+
*/
|
|
123
|
+
export declare namespace GetResourcesStatus$ {
|
|
124
|
+
/** @deprecated use `GetResourcesStatus$inboundSchema` instead. */
|
|
125
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
126
|
+
readonly Ready: "ready";
|
|
127
|
+
readonly Pending: "pending";
|
|
128
|
+
readonly Suspended: "suspended";
|
|
129
|
+
readonly Resumed: "resumed";
|
|
130
|
+
readonly Uninstalled: "uninstalled";
|
|
131
|
+
readonly Error: "error";
|
|
132
|
+
}>;
|
|
133
|
+
/** @deprecated use `GetResourcesStatus$outboundSchema` instead. */
|
|
134
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
135
|
+
readonly Ready: "ready";
|
|
136
|
+
readonly Pending: "pending";
|
|
137
|
+
readonly Suspended: "suspended";
|
|
138
|
+
readonly Resumed: "resumed";
|
|
139
|
+
readonly Uninstalled: "uninstalled";
|
|
140
|
+
readonly Error: "error";
|
|
141
|
+
}>;
|
|
142
|
+
}
|
|
143
|
+
/** @internal */
|
|
144
|
+
export declare const GetResourcesExperimentation$inboundSchema: z.ZodType<GetResourcesExperimentation, z.ZodTypeDef, unknown>;
|
|
145
|
+
/** @internal */
|
|
146
|
+
export type GetResourcesExperimentation$Outbound = {
|
|
147
|
+
edgeConfigSyncingEnabled?: boolean | undefined;
|
|
148
|
+
edgeConfigId?: string | undefined;
|
|
149
|
+
edgeConfigTokenId?: string | undefined;
|
|
150
|
+
};
|
|
151
|
+
/** @internal */
|
|
152
|
+
export declare const GetResourcesExperimentation$outboundSchema: z.ZodType<GetResourcesExperimentation$Outbound, z.ZodTypeDef, GetResourcesExperimentation>;
|
|
153
|
+
/**
|
|
154
|
+
* @internal
|
|
155
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
156
|
+
*/
|
|
157
|
+
export declare namespace GetResourcesExperimentation$ {
|
|
158
|
+
/** @deprecated use `GetResourcesExperimentation$inboundSchema` instead. */
|
|
159
|
+
const inboundSchema: z.ZodType<GetResourcesExperimentation, z.ZodTypeDef, unknown>;
|
|
160
|
+
/** @deprecated use `GetResourcesExperimentation$outboundSchema` instead. */
|
|
161
|
+
const outboundSchema: z.ZodType<GetResourcesExperimentation$Outbound, z.ZodTypeDef, GetResourcesExperimentation>;
|
|
162
|
+
/** @deprecated use `GetResourcesExperimentation$Outbound` instead. */
|
|
163
|
+
type Outbound = GetResourcesExperimentation$Outbound;
|
|
164
|
+
}
|
|
165
|
+
export declare function getResourcesExperimentationToJSON(getResourcesExperimentation: GetResourcesExperimentation): string;
|
|
166
|
+
export declare function getResourcesExperimentationFromJSON(jsonString: string): SafeParseResult<GetResourcesExperimentation, SDKValidationError>;
|
|
167
|
+
/** @internal */
|
|
168
|
+
export declare const GetResourcesProtocolSettings$inboundSchema: z.ZodType<GetResourcesProtocolSettings, z.ZodTypeDef, unknown>;
|
|
169
|
+
/** @internal */
|
|
170
|
+
export type GetResourcesProtocolSettings$Outbound = {
|
|
171
|
+
experimentation?: GetResourcesExperimentation$Outbound | undefined;
|
|
172
|
+
};
|
|
173
|
+
/** @internal */
|
|
174
|
+
export declare const GetResourcesProtocolSettings$outboundSchema: z.ZodType<GetResourcesProtocolSettings$Outbound, z.ZodTypeDef, GetResourcesProtocolSettings>;
|
|
175
|
+
/**
|
|
176
|
+
* @internal
|
|
177
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
178
|
+
*/
|
|
179
|
+
export declare namespace GetResourcesProtocolSettings$ {
|
|
180
|
+
/** @deprecated use `GetResourcesProtocolSettings$inboundSchema` instead. */
|
|
181
|
+
const inboundSchema: z.ZodType<GetResourcesProtocolSettings, z.ZodTypeDef, unknown>;
|
|
182
|
+
/** @deprecated use `GetResourcesProtocolSettings$outboundSchema` instead. */
|
|
183
|
+
const outboundSchema: z.ZodType<GetResourcesProtocolSettings$Outbound, z.ZodTypeDef, GetResourcesProtocolSettings>;
|
|
184
|
+
/** @deprecated use `GetResourcesProtocolSettings$Outbound` instead. */
|
|
185
|
+
type Outbound = GetResourcesProtocolSettings$Outbound;
|
|
186
|
+
}
|
|
187
|
+
export declare function getResourcesProtocolSettingsToJSON(getResourcesProtocolSettings: GetResourcesProtocolSettings): string;
|
|
188
|
+
export declare function getResourcesProtocolSettingsFromJSON(jsonString: string): SafeParseResult<GetResourcesProtocolSettings, SDKValidationError>;
|
|
189
|
+
/** @internal */
|
|
190
|
+
export declare const GetResourcesLevel$inboundSchema: z.ZodNativeEnum<typeof GetResourcesLevel>;
|
|
191
|
+
/** @internal */
|
|
192
|
+
export declare const GetResourcesLevel$outboundSchema: z.ZodNativeEnum<typeof GetResourcesLevel>;
|
|
193
|
+
/**
|
|
194
|
+
* @internal
|
|
195
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
196
|
+
*/
|
|
197
|
+
export declare namespace GetResourcesLevel$ {
|
|
198
|
+
/** @deprecated use `GetResourcesLevel$inboundSchema` instead. */
|
|
199
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
200
|
+
readonly Error: "error";
|
|
201
|
+
readonly Info: "info";
|
|
202
|
+
readonly Warn: "warn";
|
|
203
|
+
}>;
|
|
204
|
+
/** @deprecated use `GetResourcesLevel$outboundSchema` instead. */
|
|
205
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
206
|
+
readonly Error: "error";
|
|
207
|
+
readonly Info: "info";
|
|
208
|
+
readonly Warn: "warn";
|
|
209
|
+
}>;
|
|
210
|
+
}
|
|
211
|
+
/** @internal */
|
|
212
|
+
export declare const GetResourcesNotification$inboundSchema: z.ZodType<GetResourcesNotification, z.ZodTypeDef, unknown>;
|
|
213
|
+
/** @internal */
|
|
214
|
+
export type GetResourcesNotification$Outbound = {
|
|
215
|
+
level: string;
|
|
216
|
+
title: string;
|
|
217
|
+
message?: string | undefined;
|
|
218
|
+
href?: string | undefined;
|
|
219
|
+
};
|
|
220
|
+
/** @internal */
|
|
221
|
+
export declare const GetResourcesNotification$outboundSchema: z.ZodType<GetResourcesNotification$Outbound, z.ZodTypeDef, GetResourcesNotification>;
|
|
222
|
+
/**
|
|
223
|
+
* @internal
|
|
224
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
225
|
+
*/
|
|
226
|
+
export declare namespace GetResourcesNotification$ {
|
|
227
|
+
/** @deprecated use `GetResourcesNotification$inboundSchema` instead. */
|
|
228
|
+
const inboundSchema: z.ZodType<GetResourcesNotification, z.ZodTypeDef, unknown>;
|
|
229
|
+
/** @deprecated use `GetResourcesNotification$outboundSchema` instead. */
|
|
230
|
+
const outboundSchema: z.ZodType<GetResourcesNotification$Outbound, z.ZodTypeDef, GetResourcesNotification>;
|
|
231
|
+
/** @deprecated use `GetResourcesNotification$Outbound` instead. */
|
|
232
|
+
type Outbound = GetResourcesNotification$Outbound;
|
|
233
|
+
}
|
|
234
|
+
export declare function getResourcesNotificationToJSON(getResourcesNotification: GetResourcesNotification): string;
|
|
235
|
+
export declare function getResourcesNotificationFromJSON(jsonString: string): SafeParseResult<GetResourcesNotification, SDKValidationError>;
|
|
236
|
+
/** @internal */
|
|
237
|
+
export declare const GetResourcesMetadata$inboundSchema: z.ZodType<GetResourcesMetadata, z.ZodTypeDef, unknown>;
|
|
238
|
+
/** @internal */
|
|
239
|
+
export type GetResourcesMetadata$Outbound = string | number | boolean | Array<string> | Array<number>;
|
|
240
|
+
/** @internal */
|
|
241
|
+
export declare const GetResourcesMetadata$outboundSchema: z.ZodType<GetResourcesMetadata$Outbound, z.ZodTypeDef, GetResourcesMetadata>;
|
|
242
|
+
/**
|
|
243
|
+
* @internal
|
|
244
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
245
|
+
*/
|
|
246
|
+
export declare namespace GetResourcesMetadata$ {
|
|
247
|
+
/** @deprecated use `GetResourcesMetadata$inboundSchema` instead. */
|
|
248
|
+
const inboundSchema: z.ZodType<GetResourcesMetadata, z.ZodTypeDef, unknown>;
|
|
249
|
+
/** @deprecated use `GetResourcesMetadata$outboundSchema` instead. */
|
|
250
|
+
const outboundSchema: z.ZodType<GetResourcesMetadata$Outbound, z.ZodTypeDef, GetResourcesMetadata>;
|
|
251
|
+
/** @deprecated use `GetResourcesMetadata$Outbound` instead. */
|
|
252
|
+
type Outbound = GetResourcesMetadata$Outbound;
|
|
253
|
+
}
|
|
254
|
+
export declare function getResourcesMetadataToJSON(getResourcesMetadata: GetResourcesMetadata): string;
|
|
255
|
+
export declare function getResourcesMetadataFromJSON(jsonString: string): SafeParseResult<GetResourcesMetadata, SDKValidationError>;
|
|
256
|
+
/** @internal */
|
|
257
|
+
export declare const Resources$inboundSchema: z.ZodType<Resources, z.ZodTypeDef, unknown>;
|
|
258
|
+
/** @internal */
|
|
259
|
+
export type Resources$Outbound = {
|
|
260
|
+
partnerId: string;
|
|
261
|
+
internalId: string;
|
|
262
|
+
name: string;
|
|
263
|
+
status?: string | undefined;
|
|
264
|
+
productId: string;
|
|
265
|
+
protocolSettings?: GetResourcesProtocolSettings$Outbound | undefined;
|
|
266
|
+
notification?: GetResourcesNotification$Outbound | undefined;
|
|
267
|
+
billingPlanId?: string | undefined;
|
|
268
|
+
metadata?: {
|
|
269
|
+
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
270
|
+
} | undefined;
|
|
271
|
+
};
|
|
272
|
+
/** @internal */
|
|
273
|
+
export declare const Resources$outboundSchema: z.ZodType<Resources$Outbound, z.ZodTypeDef, Resources>;
|
|
274
|
+
/**
|
|
275
|
+
* @internal
|
|
276
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
277
|
+
*/
|
|
278
|
+
export declare namespace Resources$ {
|
|
279
|
+
/** @deprecated use `Resources$inboundSchema` instead. */
|
|
280
|
+
const inboundSchema: z.ZodType<Resources, z.ZodTypeDef, unknown>;
|
|
281
|
+
/** @deprecated use `Resources$outboundSchema` instead. */
|
|
282
|
+
const outboundSchema: z.ZodType<Resources$Outbound, z.ZodTypeDef, Resources>;
|
|
283
|
+
/** @deprecated use `Resources$Outbound` instead. */
|
|
284
|
+
type Outbound = Resources$Outbound;
|
|
285
|
+
}
|
|
286
|
+
export declare function resourcesToJSON(resources: Resources): string;
|
|
287
|
+
export declare function resourcesFromJSON(jsonString: string): SafeParseResult<Resources, SDKValidationError>;
|
|
288
|
+
/** @internal */
|
|
289
|
+
export declare const GetResourcesResponseBody$inboundSchema: z.ZodType<GetResourcesResponseBody, z.ZodTypeDef, unknown>;
|
|
290
|
+
/** @internal */
|
|
291
|
+
export type GetResourcesResponseBody$Outbound = {
|
|
292
|
+
resources: Array<Resources$Outbound>;
|
|
293
|
+
};
|
|
294
|
+
/** @internal */
|
|
295
|
+
export declare const GetResourcesResponseBody$outboundSchema: z.ZodType<GetResourcesResponseBody$Outbound, z.ZodTypeDef, GetResourcesResponseBody>;
|
|
296
|
+
/**
|
|
297
|
+
* @internal
|
|
298
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
299
|
+
*/
|
|
300
|
+
export declare namespace GetResourcesResponseBody$ {
|
|
301
|
+
/** @deprecated use `GetResourcesResponseBody$inboundSchema` instead. */
|
|
302
|
+
const inboundSchema: z.ZodType<GetResourcesResponseBody, z.ZodTypeDef, unknown>;
|
|
303
|
+
/** @deprecated use `GetResourcesResponseBody$outboundSchema` instead. */
|
|
304
|
+
const outboundSchema: z.ZodType<GetResourcesResponseBody$Outbound, z.ZodTypeDef, GetResourcesResponseBody>;
|
|
305
|
+
/** @deprecated use `GetResourcesResponseBody$Outbound` instead. */
|
|
306
|
+
type Outbound = GetResourcesResponseBody$Outbound;
|
|
307
|
+
}
|
|
308
|
+
export declare function getResourcesResponseBodyToJSON(getResourcesResponseBody: GetResourcesResponseBody): string;
|
|
309
|
+
export declare function getResourcesResponseBodyFromJSON(jsonString: string): SafeParseResult<GetResourcesResponseBody, SDKValidationError>;
|
|
310
|
+
//# sourceMappingURL=getresourcesop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getresourcesop.d.ts","sourceRoot":"","sources":["../../src/models/getresourcesop.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,278 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
import { safeParse } from "../lib/schemas.js";
|
|
6
|
+
/**
|
|
7
|
+
* The current status of the resource
|
|
8
|
+
*/
|
|
9
|
+
export const GetResourcesStatus = {
|
|
10
|
+
Ready: "ready",
|
|
11
|
+
Pending: "pending",
|
|
12
|
+
Suspended: "suspended",
|
|
13
|
+
Resumed: "resumed",
|
|
14
|
+
Uninstalled: "uninstalled",
|
|
15
|
+
Error: "error",
|
|
16
|
+
};
|
|
17
|
+
export const GetResourcesLevel = {
|
|
18
|
+
Error: "error",
|
|
19
|
+
Info: "info",
|
|
20
|
+
Warn: "warn",
|
|
21
|
+
};
|
|
22
|
+
/** @internal */
|
|
23
|
+
export const GetResourcesRequest$inboundSchema = z.object({
|
|
24
|
+
integrationConfigurationId: z.string(),
|
|
25
|
+
});
|
|
26
|
+
/** @internal */
|
|
27
|
+
export const GetResourcesRequest$outboundSchema = z.object({
|
|
28
|
+
integrationConfigurationId: z.string(),
|
|
29
|
+
});
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
33
|
+
*/
|
|
34
|
+
export var GetResourcesRequest$;
|
|
35
|
+
(function (GetResourcesRequest$) {
|
|
36
|
+
/** @deprecated use `GetResourcesRequest$inboundSchema` instead. */
|
|
37
|
+
GetResourcesRequest$.inboundSchema = GetResourcesRequest$inboundSchema;
|
|
38
|
+
/** @deprecated use `GetResourcesRequest$outboundSchema` instead. */
|
|
39
|
+
GetResourcesRequest$.outboundSchema = GetResourcesRequest$outboundSchema;
|
|
40
|
+
})(GetResourcesRequest$ || (GetResourcesRequest$ = {}));
|
|
41
|
+
export function getResourcesRequestToJSON(getResourcesRequest) {
|
|
42
|
+
return JSON.stringify(GetResourcesRequest$outboundSchema.parse(getResourcesRequest));
|
|
43
|
+
}
|
|
44
|
+
export function getResourcesRequestFromJSON(jsonString) {
|
|
45
|
+
return safeParse(jsonString, (x) => GetResourcesRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesRequest' from JSON`);
|
|
46
|
+
}
|
|
47
|
+
/** @internal */
|
|
48
|
+
export const GetResourcesStatus$inboundSchema = z.nativeEnum(GetResourcesStatus);
|
|
49
|
+
/** @internal */
|
|
50
|
+
export const GetResourcesStatus$outboundSchema = GetResourcesStatus$inboundSchema;
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
54
|
+
*/
|
|
55
|
+
export var GetResourcesStatus$;
|
|
56
|
+
(function (GetResourcesStatus$) {
|
|
57
|
+
/** @deprecated use `GetResourcesStatus$inboundSchema` instead. */
|
|
58
|
+
GetResourcesStatus$.inboundSchema = GetResourcesStatus$inboundSchema;
|
|
59
|
+
/** @deprecated use `GetResourcesStatus$outboundSchema` instead. */
|
|
60
|
+
GetResourcesStatus$.outboundSchema = GetResourcesStatus$outboundSchema;
|
|
61
|
+
})(GetResourcesStatus$ || (GetResourcesStatus$ = {}));
|
|
62
|
+
/** @internal */
|
|
63
|
+
export const GetResourcesExperimentation$inboundSchema = z.object({
|
|
64
|
+
edgeConfigSyncingEnabled: z.boolean().optional(),
|
|
65
|
+
edgeConfigId: z.string().optional(),
|
|
66
|
+
edgeConfigTokenId: z.string().optional(),
|
|
67
|
+
});
|
|
68
|
+
/** @internal */
|
|
69
|
+
export const GetResourcesExperimentation$outboundSchema = z.object({
|
|
70
|
+
edgeConfigSyncingEnabled: z.boolean().optional(),
|
|
71
|
+
edgeConfigId: z.string().optional(),
|
|
72
|
+
edgeConfigTokenId: z.string().optional(),
|
|
73
|
+
});
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
77
|
+
*/
|
|
78
|
+
export var GetResourcesExperimentation$;
|
|
79
|
+
(function (GetResourcesExperimentation$) {
|
|
80
|
+
/** @deprecated use `GetResourcesExperimentation$inboundSchema` instead. */
|
|
81
|
+
GetResourcesExperimentation$.inboundSchema = GetResourcesExperimentation$inboundSchema;
|
|
82
|
+
/** @deprecated use `GetResourcesExperimentation$outboundSchema` instead. */
|
|
83
|
+
GetResourcesExperimentation$.outboundSchema = GetResourcesExperimentation$outboundSchema;
|
|
84
|
+
})(GetResourcesExperimentation$ || (GetResourcesExperimentation$ = {}));
|
|
85
|
+
export function getResourcesExperimentationToJSON(getResourcesExperimentation) {
|
|
86
|
+
return JSON.stringify(GetResourcesExperimentation$outboundSchema.parse(getResourcesExperimentation));
|
|
87
|
+
}
|
|
88
|
+
export function getResourcesExperimentationFromJSON(jsonString) {
|
|
89
|
+
return safeParse(jsonString, (x) => GetResourcesExperimentation$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesExperimentation' from JSON`);
|
|
90
|
+
}
|
|
91
|
+
/** @internal */
|
|
92
|
+
export const GetResourcesProtocolSettings$inboundSchema = z.object({
|
|
93
|
+
experimentation: z.lazy(() => GetResourcesExperimentation$inboundSchema)
|
|
94
|
+
.optional(),
|
|
95
|
+
});
|
|
96
|
+
/** @internal */
|
|
97
|
+
export const GetResourcesProtocolSettings$outboundSchema = z.object({
|
|
98
|
+
experimentation: z.lazy(() => GetResourcesExperimentation$outboundSchema)
|
|
99
|
+
.optional(),
|
|
100
|
+
});
|
|
101
|
+
/**
|
|
102
|
+
* @internal
|
|
103
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
104
|
+
*/
|
|
105
|
+
export var GetResourcesProtocolSettings$;
|
|
106
|
+
(function (GetResourcesProtocolSettings$) {
|
|
107
|
+
/** @deprecated use `GetResourcesProtocolSettings$inboundSchema` instead. */
|
|
108
|
+
GetResourcesProtocolSettings$.inboundSchema = GetResourcesProtocolSettings$inboundSchema;
|
|
109
|
+
/** @deprecated use `GetResourcesProtocolSettings$outboundSchema` instead. */
|
|
110
|
+
GetResourcesProtocolSettings$.outboundSchema = GetResourcesProtocolSettings$outboundSchema;
|
|
111
|
+
})(GetResourcesProtocolSettings$ || (GetResourcesProtocolSettings$ = {}));
|
|
112
|
+
export function getResourcesProtocolSettingsToJSON(getResourcesProtocolSettings) {
|
|
113
|
+
return JSON.stringify(GetResourcesProtocolSettings$outboundSchema.parse(getResourcesProtocolSettings));
|
|
114
|
+
}
|
|
115
|
+
export function getResourcesProtocolSettingsFromJSON(jsonString) {
|
|
116
|
+
return safeParse(jsonString, (x) => GetResourcesProtocolSettings$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesProtocolSettings' from JSON`);
|
|
117
|
+
}
|
|
118
|
+
/** @internal */
|
|
119
|
+
export const GetResourcesLevel$inboundSchema = z.nativeEnum(GetResourcesLevel);
|
|
120
|
+
/** @internal */
|
|
121
|
+
export const GetResourcesLevel$outboundSchema = GetResourcesLevel$inboundSchema;
|
|
122
|
+
/**
|
|
123
|
+
* @internal
|
|
124
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
125
|
+
*/
|
|
126
|
+
export var GetResourcesLevel$;
|
|
127
|
+
(function (GetResourcesLevel$) {
|
|
128
|
+
/** @deprecated use `GetResourcesLevel$inboundSchema` instead. */
|
|
129
|
+
GetResourcesLevel$.inboundSchema = GetResourcesLevel$inboundSchema;
|
|
130
|
+
/** @deprecated use `GetResourcesLevel$outboundSchema` instead. */
|
|
131
|
+
GetResourcesLevel$.outboundSchema = GetResourcesLevel$outboundSchema;
|
|
132
|
+
})(GetResourcesLevel$ || (GetResourcesLevel$ = {}));
|
|
133
|
+
/** @internal */
|
|
134
|
+
export const GetResourcesNotification$inboundSchema = z.object({
|
|
135
|
+
level: GetResourcesLevel$inboundSchema,
|
|
136
|
+
title: z.string(),
|
|
137
|
+
message: z.string().optional(),
|
|
138
|
+
href: z.string().optional(),
|
|
139
|
+
});
|
|
140
|
+
/** @internal */
|
|
141
|
+
export const GetResourcesNotification$outboundSchema = z.object({
|
|
142
|
+
level: GetResourcesLevel$outboundSchema,
|
|
143
|
+
title: z.string(),
|
|
144
|
+
message: z.string().optional(),
|
|
145
|
+
href: z.string().optional(),
|
|
146
|
+
});
|
|
147
|
+
/**
|
|
148
|
+
* @internal
|
|
149
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
150
|
+
*/
|
|
151
|
+
export var GetResourcesNotification$;
|
|
152
|
+
(function (GetResourcesNotification$) {
|
|
153
|
+
/** @deprecated use `GetResourcesNotification$inboundSchema` instead. */
|
|
154
|
+
GetResourcesNotification$.inboundSchema = GetResourcesNotification$inboundSchema;
|
|
155
|
+
/** @deprecated use `GetResourcesNotification$outboundSchema` instead. */
|
|
156
|
+
GetResourcesNotification$.outboundSchema = GetResourcesNotification$outboundSchema;
|
|
157
|
+
})(GetResourcesNotification$ || (GetResourcesNotification$ = {}));
|
|
158
|
+
export function getResourcesNotificationToJSON(getResourcesNotification) {
|
|
159
|
+
return JSON.stringify(GetResourcesNotification$outboundSchema.parse(getResourcesNotification));
|
|
160
|
+
}
|
|
161
|
+
export function getResourcesNotificationFromJSON(jsonString) {
|
|
162
|
+
return safeParse(jsonString, (x) => GetResourcesNotification$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesNotification' from JSON`);
|
|
163
|
+
}
|
|
164
|
+
/** @internal */
|
|
165
|
+
export const GetResourcesMetadata$inboundSchema = z.union([
|
|
166
|
+
z.string(),
|
|
167
|
+
z.number(),
|
|
168
|
+
z.boolean(),
|
|
169
|
+
z.array(z.string()),
|
|
170
|
+
z.array(z.number()),
|
|
171
|
+
]);
|
|
172
|
+
/** @internal */
|
|
173
|
+
export const GetResourcesMetadata$outboundSchema = z.union([
|
|
174
|
+
z.string(),
|
|
175
|
+
z.number(),
|
|
176
|
+
z.boolean(),
|
|
177
|
+
z.array(z.string()),
|
|
178
|
+
z.array(z.number()),
|
|
179
|
+
]);
|
|
180
|
+
/**
|
|
181
|
+
* @internal
|
|
182
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
183
|
+
*/
|
|
184
|
+
export var GetResourcesMetadata$;
|
|
185
|
+
(function (GetResourcesMetadata$) {
|
|
186
|
+
/** @deprecated use `GetResourcesMetadata$inboundSchema` instead. */
|
|
187
|
+
GetResourcesMetadata$.inboundSchema = GetResourcesMetadata$inboundSchema;
|
|
188
|
+
/** @deprecated use `GetResourcesMetadata$outboundSchema` instead. */
|
|
189
|
+
GetResourcesMetadata$.outboundSchema = GetResourcesMetadata$outboundSchema;
|
|
190
|
+
})(GetResourcesMetadata$ || (GetResourcesMetadata$ = {}));
|
|
191
|
+
export function getResourcesMetadataToJSON(getResourcesMetadata) {
|
|
192
|
+
return JSON.stringify(GetResourcesMetadata$outboundSchema.parse(getResourcesMetadata));
|
|
193
|
+
}
|
|
194
|
+
export function getResourcesMetadataFromJSON(jsonString) {
|
|
195
|
+
return safeParse(jsonString, (x) => GetResourcesMetadata$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesMetadata' from JSON`);
|
|
196
|
+
}
|
|
197
|
+
/** @internal */
|
|
198
|
+
export const Resources$inboundSchema = z.object({
|
|
199
|
+
partnerId: z.string(),
|
|
200
|
+
internalId: z.string(),
|
|
201
|
+
name: z.string(),
|
|
202
|
+
status: GetResourcesStatus$inboundSchema.optional(),
|
|
203
|
+
productId: z.string(),
|
|
204
|
+
protocolSettings: z.lazy(() => GetResourcesProtocolSettings$inboundSchema)
|
|
205
|
+
.optional(),
|
|
206
|
+
notification: z.lazy(() => GetResourcesNotification$inboundSchema).optional(),
|
|
207
|
+
billingPlanId: z.string().optional(),
|
|
208
|
+
metadata: z.record(z.union([
|
|
209
|
+
z.string(),
|
|
210
|
+
z.number(),
|
|
211
|
+
z.boolean(),
|
|
212
|
+
z.array(z.string()),
|
|
213
|
+
z.array(z.number()),
|
|
214
|
+
])).optional(),
|
|
215
|
+
});
|
|
216
|
+
/** @internal */
|
|
217
|
+
export const Resources$outboundSchema = z.object({
|
|
218
|
+
partnerId: z.string(),
|
|
219
|
+
internalId: z.string(),
|
|
220
|
+
name: z.string(),
|
|
221
|
+
status: GetResourcesStatus$outboundSchema.optional(),
|
|
222
|
+
productId: z.string(),
|
|
223
|
+
protocolSettings: z.lazy(() => GetResourcesProtocolSettings$outboundSchema)
|
|
224
|
+
.optional(),
|
|
225
|
+
notification: z.lazy(() => GetResourcesNotification$outboundSchema)
|
|
226
|
+
.optional(),
|
|
227
|
+
billingPlanId: z.string().optional(),
|
|
228
|
+
metadata: z.record(z.union([
|
|
229
|
+
z.string(),
|
|
230
|
+
z.number(),
|
|
231
|
+
z.boolean(),
|
|
232
|
+
z.array(z.string()),
|
|
233
|
+
z.array(z.number()),
|
|
234
|
+
])).optional(),
|
|
235
|
+
});
|
|
236
|
+
/**
|
|
237
|
+
* @internal
|
|
238
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
239
|
+
*/
|
|
240
|
+
export var Resources$;
|
|
241
|
+
(function (Resources$) {
|
|
242
|
+
/** @deprecated use `Resources$inboundSchema` instead. */
|
|
243
|
+
Resources$.inboundSchema = Resources$inboundSchema;
|
|
244
|
+
/** @deprecated use `Resources$outboundSchema` instead. */
|
|
245
|
+
Resources$.outboundSchema = Resources$outboundSchema;
|
|
246
|
+
})(Resources$ || (Resources$ = {}));
|
|
247
|
+
export function resourcesToJSON(resources) {
|
|
248
|
+
return JSON.stringify(Resources$outboundSchema.parse(resources));
|
|
249
|
+
}
|
|
250
|
+
export function resourcesFromJSON(jsonString) {
|
|
251
|
+
return safeParse(jsonString, (x) => Resources$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Resources' from JSON`);
|
|
252
|
+
}
|
|
253
|
+
/** @internal */
|
|
254
|
+
export const GetResourcesResponseBody$inboundSchema = z.object({
|
|
255
|
+
resources: z.array(z.lazy(() => Resources$inboundSchema)),
|
|
256
|
+
});
|
|
257
|
+
/** @internal */
|
|
258
|
+
export const GetResourcesResponseBody$outboundSchema = z.object({
|
|
259
|
+
resources: z.array(z.lazy(() => Resources$outboundSchema)),
|
|
260
|
+
});
|
|
261
|
+
/**
|
|
262
|
+
* @internal
|
|
263
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
264
|
+
*/
|
|
265
|
+
export var GetResourcesResponseBody$;
|
|
266
|
+
(function (GetResourcesResponseBody$) {
|
|
267
|
+
/** @deprecated use `GetResourcesResponseBody$inboundSchema` instead. */
|
|
268
|
+
GetResourcesResponseBody$.inboundSchema = GetResourcesResponseBody$inboundSchema;
|
|
269
|
+
/** @deprecated use `GetResourcesResponseBody$outboundSchema` instead. */
|
|
270
|
+
GetResourcesResponseBody$.outboundSchema = GetResourcesResponseBody$outboundSchema;
|
|
271
|
+
})(GetResourcesResponseBody$ || (GetResourcesResponseBody$ = {}));
|
|
272
|
+
export function getResourcesResponseBodyToJSON(getResourcesResponseBody) {
|
|
273
|
+
return JSON.stringify(GetResourcesResponseBody$outboundSchema.parse(getResourcesResponseBody));
|
|
274
|
+
}
|
|
275
|
+
export function getResourcesResponseBodyFromJSON(jsonString) {
|
|
276
|
+
return safeParse(jsonString, (x) => GetResourcesResponseBody$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'GetResourcesResponseBody' from JSON`);
|
|
277
|
+
}
|
|
278
|
+
//# sourceMappingURL=getresourcesop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getresourcesop.js","sourceRoot":"","sources":["../../src/models/getresourcesop.ts"],"names":[],"mappings":"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"}
|