@vercel/sdk 14.0.0-canary.7 → 14.0.0-canary.9
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/.devcontainer/README.md +1 -1
- package/README.md +25 -0
- package/docs/sdks/authentication/README.md +69 -0
- package/docs/sdks/marketplace/README.md +694 -0
- package/docs/sdks/projects/README.md +85 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/authenticationExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/authenticationExchangeSsoToken.js +66 -0
- package/esm/funcs/authenticationExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts +15 -0
- package/esm/funcs/marketplaceCreateEvent.d.ts.map +1 -0
- package/esm/funcs/marketplaceCreateEvent.js +73 -0
- package/esm/funcs/marketplaceCreateEvent.js.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts +15 -0
- package/esm/funcs/marketplaceExchangeSsoToken.d.ts.map +1 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js +66 -0
- package/esm/funcs/marketplaceExchangeSsoToken.js.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts +15 -0
- package/esm/funcs/marketplaceGetAccountInfo.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetAccountInfo.js +71 -0
- package/esm/funcs/marketplaceGetAccountInfo.js.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceGetInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetInvoice.js +75 -0
- package/esm/funcs/marketplaceGetInvoice.js.map +1 -0
- package/esm/funcs/marketplaceGetMember.d.ts +15 -0
- package/esm/funcs/marketplaceGetMember.d.ts.map +1 -0
- package/esm/funcs/marketplaceGetMember.js +75 -0
- package/esm/funcs/marketplaceGetMember.js.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitBillingData.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitBillingData.js +73 -0
- package/esm/funcs/marketplaceSubmitBillingData.js.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceSubmitInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceSubmitInvoice.js +72 -0
- package/esm/funcs/marketplaceSubmitInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateInvoice.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateInvoice.js +77 -0
- package/esm/funcs/marketplaceUpdateInvoice.js.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts +15 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.d.ts.map +1 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +78 -0
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts +15 -0
- package/esm/funcs/projectsGetProjectDomains.d.ts.map +1 -0
- package/esm/funcs/projectsGetProjectDomains.js +89 -0
- package/esm/funcs/projectsGetProjectDomains.js.map +1 -0
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/models/components/authuser.d.ts +6 -3
- package/esm/models/components/authuser.d.ts.map +1 -1
- package/esm/models/components/authuser.js +2 -1
- package/esm/models/components/authuser.js.map +1 -1
- package/esm/models/components/security.d.ts +2 -2
- package/esm/models/components/security.d.ts.map +1 -1
- package/esm/models/components/security.js +2 -2
- package/esm/models/components/security.js.map +1 -1
- package/esm/models/operations/createevent.d.ts +187 -0
- package/esm/models/operations/createevent.d.ts.map +1 -0
- package/esm/models/operations/createevent.js +195 -0
- package/esm/models/operations/createevent.js.map +1 -0
- package/esm/models/operations/createproject.d.ts +4 -0
- package/esm/models/operations/createproject.d.ts.map +1 -1
- package/esm/models/operations/createproject.js +4 -0
- package/esm/models/operations/createproject.js.map +1 -1
- package/esm/models/operations/createteam.d.ts +15 -15
- package/esm/models/operations/createteam.d.ts.map +1 -1
- package/esm/models/operations/createteam.js +15 -15
- package/esm/models/operations/createteam.js.map +1 -1
- package/esm/models/operations/deletedeployment.d.ts +8 -8
- package/esm/models/operations/deletedeployment.d.ts.map +1 -1
- package/esm/models/operations/deletedeployment.js +12 -12
- package/esm/models/operations/deletedeployment.js.map +1 -1
- package/esm/models/operations/exchangessotoken.d.ts +81 -0
- package/esm/models/operations/exchangessotoken.d.ts.map +1 -0
- package/esm/models/operations/exchangessotoken.js +93 -0
- package/esm/models/operations/exchangessotoken.js.map +1 -0
- package/esm/models/operations/getaccountinfo.d.ts +85 -0
- package/esm/models/operations/getaccountinfo.d.ts.map +1 -0
- package/esm/models/operations/getaccountinfo.js +87 -0
- package/esm/models/operations/getaccountinfo.js.map +1 -0
- package/esm/models/operations/getinvoice.d.ts +232 -0
- package/esm/models/operations/getinvoice.d.ts.map +1 -0
- package/esm/models/operations/getinvoice.js +219 -0
- package/esm/models/operations/getinvoice.js.map +1 -0
- package/esm/models/operations/getmember.d.ts +84 -0
- package/esm/models/operations/getmember.d.ts.map +1 -0
- package/esm/models/operations/getmember.js +79 -0
- package/esm/models/operations/getmember.js.map +1 -0
- package/esm/models/operations/getprojectdomains.d.ts +367 -0
- package/esm/models/operations/getprojectdomains.d.ts.map +1 -0
- package/esm/models/operations/getprojectdomains.js +272 -0
- package/esm/models/operations/getprojectdomains.js.map +1 -0
- package/esm/models/operations/getprojects.d.ts +4 -0
- package/esm/models/operations/getprojects.d.ts.map +1 -1
- package/esm/models/operations/getprojects.js +4 -0
- package/esm/models/operations/getprojects.js.map +1 -1
- package/esm/models/operations/putfirewallconfig.d.ts +44 -44
- package/esm/models/operations/putfirewallconfig.d.ts.map +1 -1
- package/esm/models/operations/putfirewallconfig.js +71 -72
- package/esm/models/operations/putfirewallconfig.js.map +1 -1
- package/esm/models/operations/submitbillingdata.d.ts +448 -0
- package/esm/models/operations/submitbillingdata.d.ts.map +1 -0
- package/esm/models/operations/submitbillingdata.js +355 -0
- package/esm/models/operations/submitbillingdata.js.map +1 -0
- package/esm/models/operations/submitinvoice.d.ts +299 -0
- package/esm/models/operations/submitinvoice.d.ts.map +1 -0
- package/esm/models/operations/submitinvoice.js +269 -0
- package/esm/models/operations/submitinvoice.js.map +1 -0
- package/esm/models/operations/updateinvoice.d.ts +91 -0
- package/esm/models/operations/updateinvoice.d.ts.map +1 -0
- package/esm/models/operations/updateinvoice.js +92 -0
- package/esm/models/operations/updateinvoice.js.map +1 -0
- package/esm/models/operations/updateproject.d.ts +4 -0
- package/esm/models/operations/updateproject.d.ts.map +1 -1
- package/esm/models/operations/updateproject.js +4 -0
- package/esm/models/operations/updateproject.js.map +1 -1
- package/esm/models/operations/updateprojectdatacache.d.ts +4 -0
- package/esm/models/operations/updateprojectdatacache.d.ts.map +1 -1
- package/esm/models/operations/updateprojectdatacache.js +4 -0
- package/esm/models/operations/updateprojectdatacache.js.map +1 -1
- package/esm/models/operations/updateresourcesecrets.d.ts +87 -0
- package/esm/models/operations/updateresourcesecrets.d.ts.map +1 -0
- package/esm/models/operations/updateresourcesecrets.js +100 -0
- package/esm/models/operations/updateresourcesecrets.js.map +1 -0
- package/esm/sdk/authentication.d.ts +8 -0
- package/esm/sdk/authentication.d.ts.map +1 -1
- package/esm/sdk/authentication.js +10 -0
- package/esm/sdk/authentication.js.map +1 -1
- package/esm/sdk/marketplace.d.ts +76 -0
- package/esm/sdk/marketplace.d.ts.map +1 -0
- package/esm/sdk/marketplace.js +98 -0
- package/esm/sdk/marketplace.js.map +1 -0
- package/esm/sdk/projects.d.ts +8 -0
- package/esm/sdk/projects.d.ts.map +1 -1
- package/esm/sdk/projects.js +10 -0
- package/esm/sdk/projects.js.map +1 -1
- package/esm/sdk/sdk.d.ts +5 -2
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +9 -4
- package/esm/sdk/sdk.js.map +1 -1
- package/package.json +2 -2
- package/src/funcs/authenticationExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceCreateEvent.ts +137 -0
- package/src/funcs/marketplaceExchangeSsoToken.ts +125 -0
- package/src/funcs/marketplaceGetAccountInfo.ts +137 -0
- package/src/funcs/marketplaceGetInvoice.ts +141 -0
- package/src/funcs/marketplaceGetMember.ts +141 -0
- package/src/funcs/marketplaceSubmitBillingData.ts +137 -0
- package/src/funcs/marketplaceSubmitInvoice.ts +138 -0
- package/src/funcs/marketplaceUpdateInvoice.ts +141 -0
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +146 -0
- package/src/funcs/projectsGetProjectDomains.ts +150 -0
- package/src/lib/config.ts +2 -2
- package/src/models/components/authuser.ts +2 -1
- package/src/models/components/security.ts +4 -4
- package/src/models/operations/createevent.ts +373 -0
- package/src/models/operations/createproject.ts +8 -0
- package/src/models/operations/createteam.ts +31 -24
- package/src/models/operations/deletedeployment.ts +16 -15
- package/src/models/operations/exchangessotoken.ts +192 -0
- package/src/models/operations/getaccountinfo.ts +187 -0
- package/src/models/operations/getinvoice.ts +454 -0
- package/src/models/operations/getmember.ts +160 -0
- package/src/models/operations/getprojectdomains.ts +571 -0
- package/src/models/operations/getprojects.ts +8 -0
- package/src/models/operations/putfirewallconfig.ts +102 -93
- package/src/models/operations/submitbillingdata.ts +813 -0
- package/src/models/operations/submitinvoice.ts +593 -0
- package/src/models/operations/updateinvoice.ts +180 -0
- package/src/models/operations/updateproject.ts +8 -0
- package/src/models/operations/updateprojectdatacache.ts +8 -0
- package/src/models/operations/updateresourcesecrets.ts +206 -0
- package/src/sdk/authentication.ts +22 -0
- package/src/sdk/marketplace.ts +194 -0
- package/src/sdk/projects.ts +22 -0
- package/src/sdk/sdk.ts +11 -5
|
@@ -0,0 +1,448 @@
|
|
|
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 "../errors/sdkvalidationerror.js";
|
|
5
|
+
/**
|
|
6
|
+
* Period for the billing cycle.
|
|
7
|
+
*/
|
|
8
|
+
export type Period = {
|
|
9
|
+
start: Date;
|
|
10
|
+
end: Date;
|
|
11
|
+
};
|
|
12
|
+
export type BillingItems = {
|
|
13
|
+
/**
|
|
14
|
+
* Partner's billing plan ID.
|
|
15
|
+
*/
|
|
16
|
+
billingPlanId: string;
|
|
17
|
+
/**
|
|
18
|
+
* Partner's resource ID.
|
|
19
|
+
*/
|
|
20
|
+
resourceId?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Start and end are only needed if different from the period's start/end.
|
|
23
|
+
*/
|
|
24
|
+
start?: Date | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Start and end are only needed if different from the period's start/end.
|
|
27
|
+
*/
|
|
28
|
+
end?: Date | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Line item name.
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* Line item details.
|
|
35
|
+
*/
|
|
36
|
+
details?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* Price per unit.
|
|
39
|
+
*/
|
|
40
|
+
price: string;
|
|
41
|
+
/**
|
|
42
|
+
* Quantity of units.
|
|
43
|
+
*/
|
|
44
|
+
quantity: number;
|
|
45
|
+
/**
|
|
46
|
+
* Units of the quantity.
|
|
47
|
+
*/
|
|
48
|
+
units: string;
|
|
49
|
+
/**
|
|
50
|
+
* Total amount.
|
|
51
|
+
*/
|
|
52
|
+
total: string;
|
|
53
|
+
};
|
|
54
|
+
export type Discounts = {
|
|
55
|
+
/**
|
|
56
|
+
* Partner's billing plan ID.
|
|
57
|
+
*/
|
|
58
|
+
billingPlanId: string;
|
|
59
|
+
/**
|
|
60
|
+
* Partner's resource ID.
|
|
61
|
+
*/
|
|
62
|
+
resourceId?: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* Start and end are only needed if different from the period's start/end.
|
|
65
|
+
*/
|
|
66
|
+
start?: Date | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* Start and end are only needed if different from the period's start/end.
|
|
69
|
+
*/
|
|
70
|
+
end?: Date | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* Discount name.
|
|
73
|
+
*/
|
|
74
|
+
name: string;
|
|
75
|
+
/**
|
|
76
|
+
* Discount details.
|
|
77
|
+
*/
|
|
78
|
+
details?: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* Discount amount.
|
|
81
|
+
*/
|
|
82
|
+
amount: string;
|
|
83
|
+
};
|
|
84
|
+
export type Billing2 = {
|
|
85
|
+
items: Array<BillingItems>;
|
|
86
|
+
discounts?: Array<Discounts> | undefined;
|
|
87
|
+
};
|
|
88
|
+
export type Billing1 = {
|
|
89
|
+
/**
|
|
90
|
+
* Partner's billing plan ID.
|
|
91
|
+
*/
|
|
92
|
+
billingPlanId: string;
|
|
93
|
+
/**
|
|
94
|
+
* Partner's resource ID.
|
|
95
|
+
*/
|
|
96
|
+
resourceId?: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* Start and end are only needed if different from the period's start/end.
|
|
99
|
+
*/
|
|
100
|
+
start?: Date | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* Start and end are only needed if different from the period's start/end.
|
|
103
|
+
*/
|
|
104
|
+
end?: Date | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* Line item name.
|
|
107
|
+
*/
|
|
108
|
+
name: string;
|
|
109
|
+
/**
|
|
110
|
+
* Line item details.
|
|
111
|
+
*/
|
|
112
|
+
details?: string | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* Price per unit.
|
|
115
|
+
*/
|
|
116
|
+
price: string;
|
|
117
|
+
/**
|
|
118
|
+
* Quantity of units.
|
|
119
|
+
*/
|
|
120
|
+
quantity: number;
|
|
121
|
+
/**
|
|
122
|
+
* Units of the quantity.
|
|
123
|
+
*/
|
|
124
|
+
units: string;
|
|
125
|
+
/**
|
|
126
|
+
* Total amount.
|
|
127
|
+
*/
|
|
128
|
+
total: string;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Billing data (interim invoicing data).
|
|
132
|
+
*/
|
|
133
|
+
export type Billing = Billing2 | Array<Billing1>;
|
|
134
|
+
/**
|
|
135
|
+
* \n Type of the metric.\n - total: measured total value, such as Database size\n - interval: usage during the period, such as i/o or number of queries.\n - rate: rate of usage, such as queries per second.\n
|
|
136
|
+
*/
|
|
137
|
+
export declare const SubmitBillingDataType: {
|
|
138
|
+
readonly Total: "total";
|
|
139
|
+
readonly Interval: "interval";
|
|
140
|
+
readonly Rate: "rate";
|
|
141
|
+
};
|
|
142
|
+
/**
|
|
143
|
+
* \n Type of the metric.\n - total: measured total value, such as Database size\n - interval: usage during the period, such as i/o or number of queries.\n - rate: rate of usage, such as queries per second.\n
|
|
144
|
+
*/
|
|
145
|
+
export type SubmitBillingDataType = ClosedEnum<typeof SubmitBillingDataType>;
|
|
146
|
+
export type Usage = {
|
|
147
|
+
/**
|
|
148
|
+
* Partner's resource ID.
|
|
149
|
+
*/
|
|
150
|
+
resourceId: string;
|
|
151
|
+
/**
|
|
152
|
+
* Metric name.
|
|
153
|
+
*/
|
|
154
|
+
name: string;
|
|
155
|
+
/**
|
|
156
|
+
* \n Type of the metric.\n - total: measured total value, such as Database size\n - interval: usage during the period, such as i/o or number of queries.\n - rate: rate of usage, such as queries per second.\n
|
|
157
|
+
*/
|
|
158
|
+
type: SubmitBillingDataType;
|
|
159
|
+
/**
|
|
160
|
+
* Metric units. Example: \"GB\"
|
|
161
|
+
*/
|
|
162
|
+
units: string;
|
|
163
|
+
/**
|
|
164
|
+
* Metric value for the day. Could be a final or an interim value for the day.
|
|
165
|
+
*/
|
|
166
|
+
dayValue: number;
|
|
167
|
+
/**
|
|
168
|
+
* Metric value for the billing period. Could be a final or an interim value for the period.
|
|
169
|
+
*/
|
|
170
|
+
periodValue: number;
|
|
171
|
+
/**
|
|
172
|
+
* The limit value of the metric for a billing period, if a limit is defined by the plan.
|
|
173
|
+
*/
|
|
174
|
+
planValue?: number | undefined;
|
|
175
|
+
};
|
|
176
|
+
export type SubmitBillingDataRequestBody = {
|
|
177
|
+
timestamp: Date;
|
|
178
|
+
eod: Date;
|
|
179
|
+
/**
|
|
180
|
+
* Period for the billing cycle.
|
|
181
|
+
*/
|
|
182
|
+
period: Period;
|
|
183
|
+
/**
|
|
184
|
+
* Billing data (interim invoicing data).
|
|
185
|
+
*/
|
|
186
|
+
billing: Billing2 | Array<Billing1>;
|
|
187
|
+
usage: Array<Usage>;
|
|
188
|
+
};
|
|
189
|
+
export type SubmitBillingDataRequest = {
|
|
190
|
+
integrationConfigurationId: string;
|
|
191
|
+
requestBody?: SubmitBillingDataRequestBody | undefined;
|
|
192
|
+
};
|
|
193
|
+
/** @internal */
|
|
194
|
+
export declare const Period$inboundSchema: z.ZodType<Period, z.ZodTypeDef, unknown>;
|
|
195
|
+
/** @internal */
|
|
196
|
+
export type Period$Outbound = {
|
|
197
|
+
start: string;
|
|
198
|
+
end: string;
|
|
199
|
+
};
|
|
200
|
+
/** @internal */
|
|
201
|
+
export declare const Period$outboundSchema: z.ZodType<Period$Outbound, z.ZodTypeDef, Period>;
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
205
|
+
*/
|
|
206
|
+
export declare namespace Period$ {
|
|
207
|
+
/** @deprecated use `Period$inboundSchema` instead. */
|
|
208
|
+
const inboundSchema: z.ZodType<Period, z.ZodTypeDef, unknown>;
|
|
209
|
+
/** @deprecated use `Period$outboundSchema` instead. */
|
|
210
|
+
const outboundSchema: z.ZodType<Period$Outbound, z.ZodTypeDef, Period>;
|
|
211
|
+
/** @deprecated use `Period$Outbound` instead. */
|
|
212
|
+
type Outbound = Period$Outbound;
|
|
213
|
+
}
|
|
214
|
+
export declare function periodToJSON(period: Period): string;
|
|
215
|
+
export declare function periodFromJSON(jsonString: string): SafeParseResult<Period, SDKValidationError>;
|
|
216
|
+
/** @internal */
|
|
217
|
+
export declare const BillingItems$inboundSchema: z.ZodType<BillingItems, z.ZodTypeDef, unknown>;
|
|
218
|
+
/** @internal */
|
|
219
|
+
export type BillingItems$Outbound = {
|
|
220
|
+
billingPlanId: string;
|
|
221
|
+
resourceId?: string | undefined;
|
|
222
|
+
start?: string | undefined;
|
|
223
|
+
end?: string | undefined;
|
|
224
|
+
name: string;
|
|
225
|
+
details?: string | undefined;
|
|
226
|
+
price: string;
|
|
227
|
+
quantity: number;
|
|
228
|
+
units: string;
|
|
229
|
+
total: string;
|
|
230
|
+
};
|
|
231
|
+
/** @internal */
|
|
232
|
+
export declare const BillingItems$outboundSchema: z.ZodType<BillingItems$Outbound, z.ZodTypeDef, BillingItems>;
|
|
233
|
+
/**
|
|
234
|
+
* @internal
|
|
235
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
236
|
+
*/
|
|
237
|
+
export declare namespace BillingItems$ {
|
|
238
|
+
/** @deprecated use `BillingItems$inboundSchema` instead. */
|
|
239
|
+
const inboundSchema: z.ZodType<BillingItems, z.ZodTypeDef, unknown>;
|
|
240
|
+
/** @deprecated use `BillingItems$outboundSchema` instead. */
|
|
241
|
+
const outboundSchema: z.ZodType<BillingItems$Outbound, z.ZodTypeDef, BillingItems>;
|
|
242
|
+
/** @deprecated use `BillingItems$Outbound` instead. */
|
|
243
|
+
type Outbound = BillingItems$Outbound;
|
|
244
|
+
}
|
|
245
|
+
export declare function billingItemsToJSON(billingItems: BillingItems): string;
|
|
246
|
+
export declare function billingItemsFromJSON(jsonString: string): SafeParseResult<BillingItems, SDKValidationError>;
|
|
247
|
+
/** @internal */
|
|
248
|
+
export declare const Discounts$inboundSchema: z.ZodType<Discounts, z.ZodTypeDef, unknown>;
|
|
249
|
+
/** @internal */
|
|
250
|
+
export type Discounts$Outbound = {
|
|
251
|
+
billingPlanId: string;
|
|
252
|
+
resourceId?: string | undefined;
|
|
253
|
+
start?: string | undefined;
|
|
254
|
+
end?: string | undefined;
|
|
255
|
+
name: string;
|
|
256
|
+
details?: string | undefined;
|
|
257
|
+
amount: string;
|
|
258
|
+
};
|
|
259
|
+
/** @internal */
|
|
260
|
+
export declare const Discounts$outboundSchema: z.ZodType<Discounts$Outbound, z.ZodTypeDef, Discounts>;
|
|
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 declare namespace Discounts$ {
|
|
266
|
+
/** @deprecated use `Discounts$inboundSchema` instead. */
|
|
267
|
+
const inboundSchema: z.ZodType<Discounts, z.ZodTypeDef, unknown>;
|
|
268
|
+
/** @deprecated use `Discounts$outboundSchema` instead. */
|
|
269
|
+
const outboundSchema: z.ZodType<Discounts$Outbound, z.ZodTypeDef, Discounts>;
|
|
270
|
+
/** @deprecated use `Discounts$Outbound` instead. */
|
|
271
|
+
type Outbound = Discounts$Outbound;
|
|
272
|
+
}
|
|
273
|
+
export declare function discountsToJSON(discounts: Discounts): string;
|
|
274
|
+
export declare function discountsFromJSON(jsonString: string): SafeParseResult<Discounts, SDKValidationError>;
|
|
275
|
+
/** @internal */
|
|
276
|
+
export declare const Billing2$inboundSchema: z.ZodType<Billing2, z.ZodTypeDef, unknown>;
|
|
277
|
+
/** @internal */
|
|
278
|
+
export type Billing2$Outbound = {
|
|
279
|
+
items: Array<BillingItems$Outbound>;
|
|
280
|
+
discounts?: Array<Discounts$Outbound> | undefined;
|
|
281
|
+
};
|
|
282
|
+
/** @internal */
|
|
283
|
+
export declare const Billing2$outboundSchema: z.ZodType<Billing2$Outbound, z.ZodTypeDef, Billing2>;
|
|
284
|
+
/**
|
|
285
|
+
* @internal
|
|
286
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
287
|
+
*/
|
|
288
|
+
export declare namespace Billing2$ {
|
|
289
|
+
/** @deprecated use `Billing2$inboundSchema` instead. */
|
|
290
|
+
const inboundSchema: z.ZodType<Billing2, z.ZodTypeDef, unknown>;
|
|
291
|
+
/** @deprecated use `Billing2$outboundSchema` instead. */
|
|
292
|
+
const outboundSchema: z.ZodType<Billing2$Outbound, z.ZodTypeDef, Billing2>;
|
|
293
|
+
/** @deprecated use `Billing2$Outbound` instead. */
|
|
294
|
+
type Outbound = Billing2$Outbound;
|
|
295
|
+
}
|
|
296
|
+
export declare function billing2ToJSON(billing2: Billing2): string;
|
|
297
|
+
export declare function billing2FromJSON(jsonString: string): SafeParseResult<Billing2, SDKValidationError>;
|
|
298
|
+
/** @internal */
|
|
299
|
+
export declare const Billing1$inboundSchema: z.ZodType<Billing1, z.ZodTypeDef, unknown>;
|
|
300
|
+
/** @internal */
|
|
301
|
+
export type Billing1$Outbound = {
|
|
302
|
+
billingPlanId: string;
|
|
303
|
+
resourceId?: string | undefined;
|
|
304
|
+
start?: string | undefined;
|
|
305
|
+
end?: string | undefined;
|
|
306
|
+
name: string;
|
|
307
|
+
details?: string | undefined;
|
|
308
|
+
price: string;
|
|
309
|
+
quantity: number;
|
|
310
|
+
units: string;
|
|
311
|
+
total: string;
|
|
312
|
+
};
|
|
313
|
+
/** @internal */
|
|
314
|
+
export declare const Billing1$outboundSchema: z.ZodType<Billing1$Outbound, z.ZodTypeDef, Billing1>;
|
|
315
|
+
/**
|
|
316
|
+
* @internal
|
|
317
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
318
|
+
*/
|
|
319
|
+
export declare namespace Billing1$ {
|
|
320
|
+
/** @deprecated use `Billing1$inboundSchema` instead. */
|
|
321
|
+
const inboundSchema: z.ZodType<Billing1, z.ZodTypeDef, unknown>;
|
|
322
|
+
/** @deprecated use `Billing1$outboundSchema` instead. */
|
|
323
|
+
const outboundSchema: z.ZodType<Billing1$Outbound, z.ZodTypeDef, Billing1>;
|
|
324
|
+
/** @deprecated use `Billing1$Outbound` instead. */
|
|
325
|
+
type Outbound = Billing1$Outbound;
|
|
326
|
+
}
|
|
327
|
+
export declare function billing1ToJSON(billing1: Billing1): string;
|
|
328
|
+
export declare function billing1FromJSON(jsonString: string): SafeParseResult<Billing1, SDKValidationError>;
|
|
329
|
+
/** @internal */
|
|
330
|
+
export declare const Billing$inboundSchema: z.ZodType<Billing, z.ZodTypeDef, unknown>;
|
|
331
|
+
/** @internal */
|
|
332
|
+
export type Billing$Outbound = Billing2$Outbound | Array<Billing1$Outbound>;
|
|
333
|
+
/** @internal */
|
|
334
|
+
export declare const Billing$outboundSchema: z.ZodType<Billing$Outbound, z.ZodTypeDef, Billing>;
|
|
335
|
+
/**
|
|
336
|
+
* @internal
|
|
337
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
338
|
+
*/
|
|
339
|
+
export declare namespace Billing$ {
|
|
340
|
+
/** @deprecated use `Billing$inboundSchema` instead. */
|
|
341
|
+
const inboundSchema: z.ZodType<Billing, z.ZodTypeDef, unknown>;
|
|
342
|
+
/** @deprecated use `Billing$outboundSchema` instead. */
|
|
343
|
+
const outboundSchema: z.ZodType<Billing$Outbound, z.ZodTypeDef, Billing>;
|
|
344
|
+
/** @deprecated use `Billing$Outbound` instead. */
|
|
345
|
+
type Outbound = Billing$Outbound;
|
|
346
|
+
}
|
|
347
|
+
export declare function billingToJSON(billing: Billing): string;
|
|
348
|
+
export declare function billingFromJSON(jsonString: string): SafeParseResult<Billing, SDKValidationError>;
|
|
349
|
+
/** @internal */
|
|
350
|
+
export declare const SubmitBillingDataType$inboundSchema: z.ZodNativeEnum<typeof SubmitBillingDataType>;
|
|
351
|
+
/** @internal */
|
|
352
|
+
export declare const SubmitBillingDataType$outboundSchema: z.ZodNativeEnum<typeof SubmitBillingDataType>;
|
|
353
|
+
/**
|
|
354
|
+
* @internal
|
|
355
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
356
|
+
*/
|
|
357
|
+
export declare namespace SubmitBillingDataType$ {
|
|
358
|
+
/** @deprecated use `SubmitBillingDataType$inboundSchema` instead. */
|
|
359
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
360
|
+
readonly Total: "total";
|
|
361
|
+
readonly Interval: "interval";
|
|
362
|
+
readonly Rate: "rate";
|
|
363
|
+
}>;
|
|
364
|
+
/** @deprecated use `SubmitBillingDataType$outboundSchema` instead. */
|
|
365
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
366
|
+
readonly Total: "total";
|
|
367
|
+
readonly Interval: "interval";
|
|
368
|
+
readonly Rate: "rate";
|
|
369
|
+
}>;
|
|
370
|
+
}
|
|
371
|
+
/** @internal */
|
|
372
|
+
export declare const Usage$inboundSchema: z.ZodType<Usage, z.ZodTypeDef, unknown>;
|
|
373
|
+
/** @internal */
|
|
374
|
+
export type Usage$Outbound = {
|
|
375
|
+
resourceId: string;
|
|
376
|
+
name: string;
|
|
377
|
+
type: string;
|
|
378
|
+
units: string;
|
|
379
|
+
dayValue: number;
|
|
380
|
+
periodValue: number;
|
|
381
|
+
planValue?: number | undefined;
|
|
382
|
+
};
|
|
383
|
+
/** @internal */
|
|
384
|
+
export declare const Usage$outboundSchema: z.ZodType<Usage$Outbound, z.ZodTypeDef, Usage>;
|
|
385
|
+
/**
|
|
386
|
+
* @internal
|
|
387
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
388
|
+
*/
|
|
389
|
+
export declare namespace Usage$ {
|
|
390
|
+
/** @deprecated use `Usage$inboundSchema` instead. */
|
|
391
|
+
const inboundSchema: z.ZodType<Usage, z.ZodTypeDef, unknown>;
|
|
392
|
+
/** @deprecated use `Usage$outboundSchema` instead. */
|
|
393
|
+
const outboundSchema: z.ZodType<Usage$Outbound, z.ZodTypeDef, Usage>;
|
|
394
|
+
/** @deprecated use `Usage$Outbound` instead. */
|
|
395
|
+
type Outbound = Usage$Outbound;
|
|
396
|
+
}
|
|
397
|
+
export declare function usageToJSON(usage: Usage): string;
|
|
398
|
+
export declare function usageFromJSON(jsonString: string): SafeParseResult<Usage, SDKValidationError>;
|
|
399
|
+
/** @internal */
|
|
400
|
+
export declare const SubmitBillingDataRequestBody$inboundSchema: z.ZodType<SubmitBillingDataRequestBody, z.ZodTypeDef, unknown>;
|
|
401
|
+
/** @internal */
|
|
402
|
+
export type SubmitBillingDataRequestBody$Outbound = {
|
|
403
|
+
timestamp: string;
|
|
404
|
+
eod: string;
|
|
405
|
+
period: Period$Outbound;
|
|
406
|
+
billing: Billing2$Outbound | Array<Billing1$Outbound>;
|
|
407
|
+
usage: Array<Usage$Outbound>;
|
|
408
|
+
};
|
|
409
|
+
/** @internal */
|
|
410
|
+
export declare const SubmitBillingDataRequestBody$outboundSchema: z.ZodType<SubmitBillingDataRequestBody$Outbound, z.ZodTypeDef, SubmitBillingDataRequestBody>;
|
|
411
|
+
/**
|
|
412
|
+
* @internal
|
|
413
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
414
|
+
*/
|
|
415
|
+
export declare namespace SubmitBillingDataRequestBody$ {
|
|
416
|
+
/** @deprecated use `SubmitBillingDataRequestBody$inboundSchema` instead. */
|
|
417
|
+
const inboundSchema: z.ZodType<SubmitBillingDataRequestBody, z.ZodTypeDef, unknown>;
|
|
418
|
+
/** @deprecated use `SubmitBillingDataRequestBody$outboundSchema` instead. */
|
|
419
|
+
const outboundSchema: z.ZodType<SubmitBillingDataRequestBody$Outbound, z.ZodTypeDef, SubmitBillingDataRequestBody>;
|
|
420
|
+
/** @deprecated use `SubmitBillingDataRequestBody$Outbound` instead. */
|
|
421
|
+
type Outbound = SubmitBillingDataRequestBody$Outbound;
|
|
422
|
+
}
|
|
423
|
+
export declare function submitBillingDataRequestBodyToJSON(submitBillingDataRequestBody: SubmitBillingDataRequestBody): string;
|
|
424
|
+
export declare function submitBillingDataRequestBodyFromJSON(jsonString: string): SafeParseResult<SubmitBillingDataRequestBody, SDKValidationError>;
|
|
425
|
+
/** @internal */
|
|
426
|
+
export declare const SubmitBillingDataRequest$inboundSchema: z.ZodType<SubmitBillingDataRequest, z.ZodTypeDef, unknown>;
|
|
427
|
+
/** @internal */
|
|
428
|
+
export type SubmitBillingDataRequest$Outbound = {
|
|
429
|
+
integrationConfigurationId: string;
|
|
430
|
+
RequestBody?: SubmitBillingDataRequestBody$Outbound | undefined;
|
|
431
|
+
};
|
|
432
|
+
/** @internal */
|
|
433
|
+
export declare const SubmitBillingDataRequest$outboundSchema: z.ZodType<SubmitBillingDataRequest$Outbound, z.ZodTypeDef, SubmitBillingDataRequest>;
|
|
434
|
+
/**
|
|
435
|
+
* @internal
|
|
436
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
437
|
+
*/
|
|
438
|
+
export declare namespace SubmitBillingDataRequest$ {
|
|
439
|
+
/** @deprecated use `SubmitBillingDataRequest$inboundSchema` instead. */
|
|
440
|
+
const inboundSchema: z.ZodType<SubmitBillingDataRequest, z.ZodTypeDef, unknown>;
|
|
441
|
+
/** @deprecated use `SubmitBillingDataRequest$outboundSchema` instead. */
|
|
442
|
+
const outboundSchema: z.ZodType<SubmitBillingDataRequest$Outbound, z.ZodTypeDef, SubmitBillingDataRequest>;
|
|
443
|
+
/** @deprecated use `SubmitBillingDataRequest$Outbound` instead. */
|
|
444
|
+
type Outbound = SubmitBillingDataRequest$Outbound;
|
|
445
|
+
}
|
|
446
|
+
export declare function submitBillingDataRequestToJSON(submitBillingDataRequest: SubmitBillingDataRequest): string;
|
|
447
|
+
export declare function submitBillingDataRequestFromJSON(jsonString: string): SafeParseResult<SubmitBillingDataRequest, SDKValidationError>;
|
|
448
|
+
//# sourceMappingURL=submitbillingdata.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submitbillingdata.d.ts","sourceRoot":"","sources":["../../../src/models/operations/submitbillingdata.ts"],"names":[],"mappings":"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"}
|