@databricks/sdk-core 0.34.0 → 0.35.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.
Files changed (135) hide show
  1. package/dist/apierror/apierror.d.ts +52 -49
  2. package/dist/apierror/apierror.d.ts.map +1 -1
  3. package/dist/apierror/apierror.js +124 -172
  4. package/dist/apierror/apierror.js.map +1 -1
  5. package/dist/apierror/codes/codes.d.ts +113 -113
  6. package/dist/apierror/codes/codes.d.ts.map +1 -1
  7. package/dist/apierror/codes/codes.js +24 -115
  8. package/dist/apierror/codes/codes.js.map +1 -1
  9. package/dist/apierror/codes/index.d.ts +2 -7
  10. package/dist/apierror/codes/index.js +3 -7
  11. package/dist/apierror/details.d.ts +104 -101
  12. package/dist/apierror/details.d.ts.map +1 -1
  13. package/dist/apierror/details.js +151 -226
  14. package/dist/apierror/details.js.map +1 -1
  15. package/dist/apierror/index.d.ts +3 -8
  16. package/dist/apierror/index.js +3 -7
  17. package/dist/clientinfo/agent.d.ts +6 -3
  18. package/dist/clientinfo/agent.d.ts.map +1 -1
  19. package/dist/clientinfo/agent.js +134 -112
  20. package/dist/clientinfo/agent.js.map +1 -1
  21. package/dist/clientinfo/base.d.ts +13 -15
  22. package/dist/clientinfo/base.d.ts.map +1 -1
  23. package/dist/clientinfo/base.js +50 -50
  24. package/dist/clientinfo/base.js.map +1 -1
  25. package/dist/clientinfo/clientinfo.d.ts +40 -38
  26. package/dist/clientinfo/clientinfo.d.ts.map +1 -1
  27. package/dist/clientinfo/clientinfo.js +78 -88
  28. package/dist/clientinfo/clientinfo.js.map +1 -1
  29. package/dist/clientinfo/default.browser.d.ts +6 -10
  30. package/dist/clientinfo/default.browser.d.ts.map +1 -1
  31. package/dist/clientinfo/default.browser.js +24 -16
  32. package/dist/clientinfo/default.browser.js.map +1 -1
  33. package/dist/clientinfo/default.d.ts +8 -4
  34. package/dist/clientinfo/default.d.ts.map +1 -1
  35. package/dist/clientinfo/default.js +157 -102
  36. package/dist/clientinfo/default.js.map +1 -1
  37. package/dist/clientinfo/index.browser.d.ts +4 -5
  38. package/dist/clientinfo/index.browser.js +5 -4
  39. package/dist/clientinfo/index.d.ts +4 -5
  40. package/dist/clientinfo/index.js +5 -4
  41. package/dist/clientinfo/meta-harness.d.ts +6 -3
  42. package/dist/clientinfo/meta-harness.d.ts.map +1 -1
  43. package/dist/clientinfo/meta-harness.js +30 -46
  44. package/dist/clientinfo/meta-harness.js.map +1 -1
  45. package/dist/http/http.d.ts +25 -22
  46. package/dist/http/http.d.ts.map +1 -1
  47. package/dist/http/http.js +24 -34
  48. package/dist/http/http.js.map +1 -1
  49. package/dist/http/index.d.ts +2 -8
  50. package/dist/http/index.js +3 -7
  51. package/dist/index.d.ts +1 -6
  52. package/dist/index.js +7 -5
  53. package/dist/index.js.map +1 -1
  54. package/dist/logger/index.d.ts +2 -8
  55. package/dist/logger/index.js +3 -7
  56. package/dist/logger/logger.d.ts +26 -23
  57. package/dist/logger/logger.d.ts.map +1 -1
  58. package/dist/logger/logger.js +46 -60
  59. package/dist/logger/logger.js.map +1 -1
  60. package/dist/ops/execute.d.ts +7 -3
  61. package/dist/ops/execute.d.ts.map +1 -1
  62. package/dist/ops/execute.js +55 -67
  63. package/dist/ops/execute.js.map +1 -1
  64. package/dist/ops/index.d.ts +5 -12
  65. package/dist/ops/index.js +4 -9
  66. package/dist/ops/limiter.d.ts +5 -2
  67. package/dist/ops/limiter.d.ts.map +1 -1
  68. package/dist/ops/limiter.js +0 -2
  69. package/dist/ops/options.d.ts +23 -19
  70. package/dist/ops/options.d.ts.map +1 -1
  71. package/dist/ops/options.js +0 -2
  72. package/dist/ops/retrier.d.ts +34 -31
  73. package/dist/ops/retrier.d.ts.map +1 -1
  74. package/dist/ops/retrier.js +55 -66
  75. package/dist/ops/retrier.js.map +1 -1
  76. package/dist/package.js +6 -0
  77. package/dist/package.js.map +1 -0
  78. package/dist/profiles/errors.d.ts +7 -4
  79. package/dist/profiles/errors.d.ts.map +1 -1
  80. package/dist/profiles/errors.js +16 -17
  81. package/dist/profiles/errors.js.map +1 -1
  82. package/dist/profiles/index.browser.d.ts +4 -10
  83. package/dist/profiles/index.browser.js +4 -8
  84. package/dist/profiles/index.d.ts +5 -15
  85. package/dist/profiles/index.js +5 -13
  86. package/dist/profiles/ini.d.ts +6 -3
  87. package/dist/profiles/ini.d.ts.map +1 -1
  88. package/dist/profiles/ini.js +60 -108
  89. package/dist/profiles/ini.js.map +1 -1
  90. package/dist/profiles/profile.d.ts +66 -67
  91. package/dist/profiles/profile.d.ts.map +1 -1
  92. package/dist/profiles/profile.js +89 -84
  93. package/dist/profiles/profile.js.map +1 -1
  94. package/dist/profiles/resolve.d.ts +8 -9
  95. package/dist/profiles/resolve.d.ts.map +1 -1
  96. package/dist/profiles/resolve.js +140 -185
  97. package/dist/profiles/resolve.js.map +1 -1
  98. package/dist/profiles/secret.d.ts +15 -12
  99. package/dist/profiles/secret.d.ts.map +1 -1
  100. package/dist/profiles/secret.js +38 -35
  101. package/dist/profiles/secret.js.map +1 -1
  102. package/dist/wkt/fieldmask.d.ts +23 -20
  103. package/dist/wkt/fieldmask.d.ts.map +1 -1
  104. package/dist/wkt/fieldmask.js +53 -62
  105. package/dist/wkt/fieldmask.js.map +1 -1
  106. package/dist/wkt/index.d.ts +3 -4
  107. package/dist/wkt/index.js +3 -2
  108. package/dist/wkt/value.d.ts +6 -3
  109. package/dist/wkt/value.d.ts.map +1 -1
  110. package/dist/wkt/value.js +0 -2
  111. package/package.json +2 -2
  112. package/dist/apierror/codes/index.d.ts.map +0 -1
  113. package/dist/apierror/codes/index.js.map +0 -1
  114. package/dist/apierror/index.d.ts.map +0 -1
  115. package/dist/apierror/index.js.map +0 -1
  116. package/dist/clientinfo/index.browser.d.ts.map +0 -1
  117. package/dist/clientinfo/index.browser.js.map +0 -1
  118. package/dist/clientinfo/index.d.ts.map +0 -1
  119. package/dist/clientinfo/index.js.map +0 -1
  120. package/dist/http/index.d.ts.map +0 -1
  121. package/dist/http/index.js.map +0 -1
  122. package/dist/index.d.ts.map +0 -1
  123. package/dist/logger/index.d.ts.map +0 -1
  124. package/dist/logger/index.js.map +0 -1
  125. package/dist/ops/index.d.ts.map +0 -1
  126. package/dist/ops/index.js.map +0 -1
  127. package/dist/ops/limiter.js.map +0 -1
  128. package/dist/ops/options.js.map +0 -1
  129. package/dist/profiles/index.browser.d.ts.map +0 -1
  130. package/dist/profiles/index.browser.js.map +0 -1
  131. package/dist/profiles/index.d.ts.map +0 -1
  132. package/dist/profiles/index.js.map +0 -1
  133. package/dist/wkt/index.d.ts.map +0 -1
  134. package/dist/wkt/index.js.map +0 -1
  135. package/dist/wkt/value.js.map +0 -1
@@ -1,3 +1,4 @@
1
+ //#region src/apierror/details.d.ts
1
2
  /**
2
3
  * Defines structured error detail types for API errors.
3
4
  *
@@ -7,50 +8,50 @@
7
8
  * ErrorDetails contains the error details of an API error. It is the union of
8
9
  * known error details types and unknown details.
9
10
  */
10
- export interface ErrorDetails {
11
- errorInfo?: ErrorInfo;
12
- requestInfo?: RequestInfo;
13
- retryInfo?: RetryInfo;
14
- debugInfo?: DebugInfo;
15
- quotaFailure?: QuotaFailure;
16
- preconditionFailure?: PreconditionFailure;
17
- badRequest?: BadRequest;
18
- resourceInfo?: ResourceInfo;
19
- help?: Help;
20
- /**
21
- * UnknownDetails contains error details that cannot be parsed into one of
22
- * the known types above.
23
- */
24
- unknownDetails: unknown[];
11
+ interface ErrorDetails {
12
+ errorInfo?: ErrorInfo;
13
+ requestInfo?: RequestInfo;
14
+ retryInfo?: RetryInfo;
15
+ debugInfo?: DebugInfo;
16
+ quotaFailure?: QuotaFailure;
17
+ preconditionFailure?: PreconditionFailure;
18
+ badRequest?: BadRequest;
19
+ resourceInfo?: ResourceInfo;
20
+ help?: Help;
21
+ /**
22
+ * UnknownDetails contains error details that cannot be parsed into one of
23
+ * the known types above.
24
+ */
25
+ unknownDetails: unknown[];
25
26
  }
26
27
  /** ErrorInfo describes the cause of the error with structured details. */
27
- export interface ErrorInfo {
28
- /**
29
- * The reason of the error. This is a constant value that identifies the
30
- * proximate cause of the error.
31
- */
32
- reason: string;
33
- /** The logical grouping to which the "reason" belongs. */
34
- domain: string;
35
- /** Additional structured details about this error. */
36
- metadata: Record<string, string>;
28
+ interface ErrorInfo {
29
+ /**
30
+ * The reason of the error. This is a constant value that identifies the
31
+ * proximate cause of the error.
32
+ */
33
+ reason: string;
34
+ /** The logical grouping to which the "reason" belongs. */
35
+ domain: string;
36
+ /** Additional structured details about this error. */
37
+ metadata: Record<string, string>;
37
38
  }
38
39
  /**
39
40
  * RequestInfo contains metadata about the request that clients can attach when
40
41
  * filing a bug or providing other forms of feedback.
41
42
  */
42
- export interface RequestInfo {
43
- /**
44
- * An opaque string that should only be interpreted by the service that
45
- * generated it. For example, it can be used to identify requests in the
46
- * service's logs.
47
- */
48
- requestId: string;
49
- /**
50
- * Any data that was used to serve this request. For example, an encrypted
51
- * stack trace that can be sent back to the service provider for debugging.
52
- */
53
- servingData: string;
43
+ interface RequestInfo {
44
+ /**
45
+ * An opaque string that should only be interpreted by the service that
46
+ * generated it. For example, it can be used to identify requests in the
47
+ * service's logs.
48
+ */
49
+ requestId: string;
50
+ /**
51
+ * Any data that was used to serve this request. For example, an encrypted
52
+ * stack trace that can be sent back to the service provider for debugging.
53
+ */
54
+ servingData: string;
54
55
  }
55
56
  /**
56
57
  * RetryInfo describes when the clients can retry a failed request. Clients
@@ -67,16 +68,16 @@ export interface RequestInfo {
67
68
  * number of retries have been reached or a maximum retry delay cap has been
68
69
  * reached.
69
70
  */
70
- export interface RetryInfo {
71
- /** Clients should wait at least this long between retrying the same request, in milliseconds. */
72
- retryDelayMs: number;
71
+ interface RetryInfo {
72
+ /** Clients should wait at least this long between retrying the same request, in milliseconds. */
73
+ retryDelayMs: number;
73
74
  }
74
75
  /** Describes additional debugging info. */
75
- export interface DebugInfo {
76
- /** The stack trace entries indicating where the error occurred. */
77
- stackEntries: string[];
78
- /** Additional debugging information provided by the server. */
79
- detail: string;
76
+ interface DebugInfo {
77
+ /** The stack trace entries indicating where the error occurred. */
78
+ stackEntries: string[];
79
+ /** Additional debugging information provided by the server. */
80
+ detail: string;
80
81
  }
81
82
  /**
82
83
  * Describes how a quota check failed.
@@ -91,65 +92,65 @@ export interface DebugInfo {
91
92
  * Also see RetryInfo and Help types for other details about handling a
92
93
  * quota failure.
93
94
  */
94
- export interface QuotaFailure {
95
- /** Describes all quota violations. */
96
- violations: QuotaFailureViolation[];
95
+ interface QuotaFailure {
96
+ /** Describes all quota violations. */
97
+ violations: QuotaFailureViolation[];
97
98
  }
98
- export interface QuotaFailureViolation {
99
- /** The subject on which the quota check failed. */
100
- subject: string;
101
- /**
102
- * A description of how the quota check failed. Clients can use this
103
- * description to find more about the quota configuration in the service's
104
- * public documentation, or find the relevant quota limit to adjust through
105
- * developer console.
106
- *
107
- * For example: "Service disabled" or "Daily Limit for read operations
108
- * exceeded".
109
- */
110
- description: string;
99
+ interface QuotaFailureViolation {
100
+ /** The subject on which the quota check failed. */
101
+ subject: string;
102
+ /**
103
+ * A description of how the quota check failed. Clients can use this
104
+ * description to find more about the quota configuration in the service's
105
+ * public documentation, or find the relevant quota limit to adjust through
106
+ * developer console.
107
+ *
108
+ * For example: "Service disabled" or "Daily Limit for read operations
109
+ * exceeded".
110
+ */
111
+ description: string;
111
112
  }
112
113
  /** Describes what preconditions have failed. */
113
- export interface PreconditionFailure {
114
- /** Describes all precondition violations. */
115
- violations: PreconditionFailureViolation[];
114
+ interface PreconditionFailure {
115
+ /** Describes all precondition violations. */
116
+ violations: PreconditionFailureViolation[];
116
117
  }
117
- export interface PreconditionFailureViolation {
118
- /** The type of PreconditionFailure. */
119
- type: string;
120
- /** The subject, relative to the type, that failed. */
121
- subject: string;
122
- /**
123
- * A description of how the precondition failed. Developers can use this
124
- * description to understand how to fix the failure.
125
- *
126
- * For example: "Terms of service not accepted".
127
- */
128
- description: string;
118
+ interface PreconditionFailureViolation {
119
+ /** The type of PreconditionFailure. */
120
+ type: string;
121
+ /** The subject, relative to the type, that failed. */
122
+ subject: string;
123
+ /**
124
+ * A description of how the precondition failed. Developers can use this
125
+ * description to understand how to fix the failure.
126
+ *
127
+ * For example: "Terms of service not accepted".
128
+ */
129
+ description: string;
129
130
  }
130
131
  /**
131
132
  * Describes violations in a client request. This error type focuses on the
132
133
  * syntactic aspects of the request.
133
134
  */
134
- export interface BadRequest {
135
- fieldViolations: BadRequestFieldViolation[];
135
+ interface BadRequest {
136
+ fieldViolations: BadRequestFieldViolation[];
136
137
  }
137
- export interface BadRequestFieldViolation {
138
- /** A path leading to a field in the request body. */
139
- field: string;
140
- /** A description of why the request element is bad. */
141
- description: string;
138
+ interface BadRequestFieldViolation {
139
+ /** A path leading to a field in the request body. */
140
+ field: string;
141
+ /** A description of why the request element is bad. */
142
+ description: string;
142
143
  }
143
144
  /** Describes the resource that is being accessed. */
144
- export interface ResourceInfo {
145
- /** A name for the type of resource being accessed. */
146
- resourceType: string;
147
- /** The name of the resource being accessed. */
148
- resourceName: string;
149
- /** The owner of the resource (optional). */
150
- owner: string;
151
- /** Describes what error is encountered when accessing this resource. */
152
- description: string;
145
+ interface ResourceInfo {
146
+ /** A name for the type of resource being accessed. */
147
+ resourceType: string;
148
+ /** The name of the resource being accessed. */
149
+ resourceName: string;
150
+ /** The owner of the resource (optional). */
151
+ owner: string;
152
+ /** Describes what error is encountered when accessing this resource. */
153
+ description: string;
153
154
  }
154
155
  /**
155
156
  * Provides links to documentation or for performing an out of band action.
@@ -158,20 +159,22 @@ export interface ResourceInfo {
158
159
  * project hasn't enabled the accessed service, this can contain a URL pointing
159
160
  * directly to the right place in the developer console to flip the bit.
160
161
  */
161
- export interface Help {
162
- /** URL(s) pointing to additional information on handling the current error. */
163
- links: HelpLink[];
162
+ interface Help {
163
+ /** URL(s) pointing to additional information on handling the current error. */
164
+ links: HelpLink[];
164
165
  }
165
- export interface HelpLink {
166
- /** Describes what the link offers. */
167
- description: string;
168
- /** The URL of the link. */
169
- url: string;
166
+ interface HelpLink {
167
+ /** Describes what the link offers. */
168
+ description: string;
169
+ /** The URL of the link. */
170
+ url: string;
170
171
  }
171
172
  /**
172
173
  * Parses an array of raw error detail values into a structured ErrorDetails
173
174
  * object. If multiple details of the same known type are present, the last
174
175
  * one wins.
175
176
  */
176
- export declare function parseErrorDetails(rawDetails: unknown[]): ErrorDetails;
177
+ declare function parseErrorDetails(rawDetails: unknown[]): ErrorDetails;
178
+ //#endregion
179
+ export { BadRequest, BadRequestFieldViolation, DebugInfo, ErrorDetails, ErrorInfo, Help, HelpLink, PreconditionFailure, PreconditionFailureViolation, QuotaFailure, QuotaFailureViolation, RequestInfo, ResourceInfo, RetryInfo, parseErrorDetails };
177
180
  //# sourceMappingURL=details.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"details.d.ts","sourceRoot":"","sources":["../../src/apierror/details.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;;OAGG;IACH,cAAc,EAAE,OAAO,EAAE,CAAC;CAC3B;AAED,0EAA0E;AAC1E,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf,0DAA0D;IAC1D,MAAM,EAAE,MAAM,CAAC;IAEf,sDAAsD;IACtD,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAED;;;GAGG;AACH,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,SAAS;IACxB,iGAAiG;IACjG,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,2CAA2C;AAC3C,MAAM,WAAW,SAAS;IACxB,mEAAmE;IACnE,YAAY,EAAE,MAAM,EAAE,CAAC;IAEvB,+DAA+D;IAC/D,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,YAAY;IAC3B,sCAAsC;IACtC,UAAU,EAAE,qBAAqB,EAAE,CAAC;CACrC;AAED,MAAM,WAAW,qBAAqB;IACpC,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;;;;OAQG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,gDAAgD;AAChD,MAAM,WAAW,mBAAmB;IAClC,6CAA6C;IAC7C,UAAU,EAAE,4BAA4B,EAAE,CAAC;CAC5C;AAED,MAAM,WAAW,4BAA4B;IAC3C,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;IAEb,sDAAsD;IACtD,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;GAGG;AACH,MAAM,WAAW,UAAU;IACzB,eAAe,EAAE,wBAAwB,EAAE,CAAC;CAC7C;AAED,MAAM,WAAW,wBAAwB;IACvC,qDAAqD;IACrD,KAAK,EAAE,MAAM,CAAC;IAEd,uDAAuD;IACvD,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,qDAAqD;AACrD,MAAM,WAAW,YAAY;IAC3B,sDAAsD;IACtD,YAAY,EAAE,MAAM,CAAC;IAErB,+CAA+C;IAC/C,YAAY,EAAE,MAAM,CAAC;IAErB,4CAA4C;IAC5C,KAAK,EAAE,MAAM,CAAC;IAEd,wEAAwE;IACxE,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,IAAI;IACnB,+EAA+E;IAC/E,KAAK,EAAE,QAAQ,EAAE,CAAC;CACnB;AAED,MAAM,WAAW,QAAQ;IACvB,sCAAsC;IACtC,WAAW,EAAE,MAAM,CAAC;IAEpB,2BAA2B;IAC3B,GAAG,EAAE,MAAM,CAAC;CACb;AA8OD;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,OAAO,EAAE,GAAG,YAAY,CAiBrE"}
1
+ {"version":3,"file":"details.d.ts","names":[],"sources":["../../src/apierror/details.ts"],"mappings":";;AAYA;;;;;;;;UAAiB,YAAA;EACf,SAAA,GAAY,SAAA;EACZ,WAAA,GAAc,WAAA;EACd,SAAA,GAAY,SAAA;EACZ,SAAA,GAAY,SAAA;EACZ,YAAA,GAAe,YAAA;EACf,mBAAA,GAAsB,mBAAA;EACtB,UAAA,GAAa,UAAA;EACb,YAAA,GAAe,YAAA;EACf,IAAA,GAAO,IAAA;EANP;;;;EAYA,cAAA;AAAA;;UAIe,SAAA;EAZf;;;;EAiBA,MAAA;EAfO;EAkBP,MAAA;EAZc;EAed,QAAA,EAAU,MAAA;AAAA;;;;;UAOK,WAAA;EAPf;;;;AAOF;EAME,SAAA;;;;AAwBF;EAlBE,WAAA;AAAA;;;AAwBF;;;;;AAqBA;;;;;AAKA;;;UAhCiB,SAAA;EA6CJ;EA3CX,YAAA;AAAA;;UAIe,SAAA;EA6CyB;EA3CxC,YAAA;EA8C2C;EA3C3C,MAAA;AAAA;;;;;;AA+DF;;;;;AAIA;;;UAnDiB,YAAA;EAwDJ;EAtDX,UAAA,EAAY,qBAAA;AAAA;AAAA,UAGG,qBAAA;EAuDY;EArD3B,OAAA;EA0DA;;;;;AAgBF;;;;EA/DE,WAAA;AAAA;;UAIe,mBAAA;EAkEf;EAhEA,UAAA,EAAY,4BAAA;AAAA;AAAA,UAGG,4BAAA;;EAEf,IAAA;EAkToE;EA/SpE,OAAA;;;;;;;EAQA,WAAA;AAAA;;;;;UAOe,UAAA;EACf,eAAA,EAAiB,wBAAA;AAAA;AAAA,UAGF,wBAAA;;EAEf,KAAA;;EAGA,WAAA;AAAA;;UAIe,YAAA;;EAEf,YAAA;;EAGA,YAAA;;EAGA,KAAA;;EAGA,WAAA;AAAA;;;;;;;;UAUe,IAAA;;EAEf,KAAA,EAAO,QAAA;AAAA;AAAA,UAGQ,QAAA;;EAEf,WAAA;;EAGA,GAAA;AAAA;;;;;;iBAoPc,iBAAA,CAAkB,UAAA,cAAwB,YAAA"}