You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/models.d.ts
-54Lines changed: 0 additions & 54 deletions
Original file line number
Diff line number
Diff line change
@@ -285,19 +285,6 @@ export namespace Models {
285
285
*/
286
286
variables: Variable[];
287
287
}
288
-
/**
289
-
* Rule List
290
-
*/
291
-
exporttypeProxyRuleList={
292
-
/**
293
-
* Total number of rules documents that matched your query.
294
-
*/
295
-
total: number;
296
-
/**
297
-
* List of rules.
298
-
*/
299
-
rules: ProxyRule[];
300
-
}
301
288
/**
302
289
* Locale codes list
303
290
*/
@@ -2008,45 +1995,4 @@ export namespace Models {
2008
1995
*/
2009
1996
value: string;
2010
1997
}
2011
-
/**
2012
-
* Rule
2013
-
*/
2014
-
exporttypeProxyRule={
2015
-
/**
2016
-
* Rule ID.
2017
-
*/
2018
-
$id: string;
2019
-
/**
2020
-
* Rule creation date in ISO 8601 format.
2021
-
*/
2022
-
$createdAt: string;
2023
-
/**
2024
-
* Rule update date in ISO 8601 format.
2025
-
*/
2026
-
$updatedAt: string;
2027
-
/**
2028
-
* Domain name.
2029
-
*/
2030
-
domain: string;
2031
-
/**
2032
-
* Action definition for the rule. Possible values are "api", "function", or "redirect"
2033
-
*/
2034
-
resourceType: string;
2035
-
/**
2036
-
* ID of resource for the action type. If resourceType is "api" or "url", it is empty. If resourceType is "function", it is ID of the function.
2037
-
*/
2038
-
resourceId: string;
2039
-
/**
2040
-
* Domain verification status. Possible values are "created", "verifying", "verified" and "unverified"
2041
-
*/
2042
-
status: string;
2043
-
/**
2044
-
* Certificate generation logs. This will return an empty string if generation did not run, or succeeded.
2045
-
*/
2046
-
logs: string;
2047
-
/**
2048
-
* Certificate auto-renewal date in ISO 8601 format.
0 commit comments