@@ -44,78 +44,68 @@ import {
4444import { XYZServiceSyntheticServiceException } from "../models/XYZServiceSyntheticServiceException" ;
4545
4646/* eslint no-var: 0 */
47- export var AlphaSchema : StaticStructureSchema = [ 3 , n0 , _A ,
48- 0 ,
49- [ _i , _t ] ,
50- [ 0 , 4 ]
51- ] ;
52- export var CodedThrottlingErrorSchema : StaticErrorSchema = [ - 3 , n0 , _CTE ,
53- { [ _e ] : _c , [ _hE ] : 429 } ,
54- [ ] ,
55- [ ]
56- ] ;
47+ export var AlphaSchema : StaticStructureSchema = [ 3 , n0 , _A , 0 , [ _i , _t ] , [ 0 , 4 ] ] ;
48+ export var CodedThrottlingErrorSchema : StaticErrorSchema = [ - 3 , n0 , _CTE , { [ _e ] : _c , [ _hE ] : 429 } , [ ] , [ ] ] ;
5749TypeRegistry . for ( n0 ) . registerError ( CodedThrottlingErrorSchema , CodedThrottlingError ) ;
58- export var GetNumbersRequestSchema : StaticStructureSchema = [ 3 , n0 , _GNR ,
59- 0 ,
60- [ _bD , _bI , _fWM , _fWMi ] ,
61- [ 17 , 19 , 0 , 0 ]
62- ] ;
63- export var GetNumbersResponseSchema : StaticStructureSchema = [ 3 , n0 , _GNRe ,
64- 0 ,
65- [ _bD , _bI ] ,
66- [ 17 , 19 ]
67- ] ;
68- export var HaltErrorSchema : StaticErrorSchema = [ - 3 , n0 , _HE ,
69- { [ _e ] : _c } ,
70- [ ] ,
71- [ ]
72- ] ;
50+ export var GetNumbersRequestSchema : StaticStructureSchema = [ 3 , n0 , _GNR , 0 , [ _bD , _bI , _fWM , _fWMi ] , [ 17 , 19 , 0 , 0 ] ] ;
51+ export var GetNumbersResponseSchema : StaticStructureSchema = [ 3 , n0 , _GNRe , 0 , [ _bD , _bI ] , [ 17 , 19 ] ] ;
52+ export var HaltErrorSchema : StaticErrorSchema = [ - 3 , n0 , _HE , { [ _e ] : _c } , [ ] , [ ] ] ;
7353TypeRegistry . for ( n0 ) . registerError ( HaltErrorSchema , HaltError ) ;
74- export var MainServiceLinkedErrorSchema : StaticErrorSchema = [ - 3 , n0 , _MSLE ,
75- { [ _e ] : _c , [ _hE ] : 400 } ,
76- [ ] ,
77- [ ]
78- ] ;
54+ export var MainServiceLinkedErrorSchema : StaticErrorSchema = [ - 3 , n0 , _MSLE , { [ _e ] : _c , [ _hE ] : 400 } , [ ] , [ ] ] ;
7955TypeRegistry . for ( n0 ) . registerError ( MainServiceLinkedErrorSchema , MainServiceLinkedError ) ;
80- export var MysteryThrottlingErrorSchema : StaticErrorSchema = [ - 3 , n0 , _MTE ,
81- { [ _e ] : _c } ,
82- [ ] ,
83- [ ]
84- ] ;
56+ export var MysteryThrottlingErrorSchema : StaticErrorSchema = [ - 3 , n0 , _MTE , { [ _e ] : _c } , [ ] , [ ] ] ;
8557TypeRegistry . for ( n0 ) . registerError ( MysteryThrottlingErrorSchema , MysteryThrottlingError ) ;
86- export var RetryableErrorSchema : StaticErrorSchema = [ - 3 , n0 , _RE ,
87- { [ _e ] : _c } ,
88- [ ] ,
89- [ ]
90- ] ;
58+ export var RetryableErrorSchema : StaticErrorSchema = [ - 3 , n0 , _RE , { [ _e ] : _c } , [ ] , [ ] ] ;
9159TypeRegistry . for ( n0 ) . registerError ( RetryableErrorSchema , RetryableError ) ;
92- export var TradeEventStreamRequestSchema : StaticStructureSchema = [ 3 , n0 , _TESR ,
60+ export var TradeEventStreamRequestSchema : StaticStructureSchema = [
61+ 3 ,
62+ n0 ,
63+ _TESR ,
9364 0 ,
9465 [ _eS ] ,
95- [ [ ( ) => TradeEventsSchema , 0 ] ]
66+ [ [ ( ) => TradeEventsSchema , 0 ] ] ,
9667] ;
97- export var TradeEventStreamResponseSchema : StaticStructureSchema = [ 3 , n0 , _TESRr ,
68+ export var TradeEventStreamResponseSchema : StaticStructureSchema = [
69+ 3 ,
70+ n0 ,
71+ _TESRr ,
9872 0 ,
9973 [ _eS ] ,
100- [ [ ( ) => TradeEventsSchema , 0 ] ]
101- ] ;
102- export var XYZServiceServiceExceptionSchema : StaticErrorSchema = [ - 3 , n0 , _XYZSSE ,
103- { [ _e ] : _c } ,
104- [ ] ,
105- [ ]
74+ [ [ ( ) => TradeEventsSchema , 0 ] ] ,
10675] ;
76+ export var XYZServiceServiceExceptionSchema : StaticErrorSchema = [ - 3 , n0 , _XYZSSE , { [ _e ] : _c } , [ ] , [ ] ] ;
10777TypeRegistry . for ( n0 ) . registerError ( XYZServiceServiceExceptionSchema , XYZServiceServiceException ) ;
10878var __Unit = "unit" as const ;
109- export var XYZServiceSyntheticServiceException$ : StaticErrorSchema = [ - 3 , _s , "XYZServiceSyntheticServiceException" , 0 , [ ] , [ ] ] ;
79+ export var XYZServiceSyntheticServiceException$ : StaticErrorSchema = [
80+ - 3 ,
81+ _s ,
82+ "XYZServiceSyntheticServiceException" ,
83+ 0 ,
84+ [ ] ,
85+ [ ] ,
86+ ] ;
11087TypeRegistry . for ( _s ) . registerError ( XYZServiceSyntheticServiceException$ , XYZServiceSyntheticServiceException ) ;
111- export var TradeEventsSchema : StaticStructureSchema = [ 3 , n0 , _TE ,
88+ export var TradeEventsSchema : StaticStructureSchema = [
89+ 3 ,
90+ n0 ,
91+ _TE ,
11292 { [ _st ] : 1 } ,
11393 [ _a , _b , _g ] ,
114- [ ( ) => AlphaSchema , ( ) => __Unit , ( ) => __Unit ]
94+ [ ( ) => AlphaSchema , ( ) => __Unit , ( ) => __Unit ] ,
11595] ;
116- export var GetNumbersSchema : StaticOperationSchema = [ 9 , n0 , _GN ,
117- 0 , ( ) => GetNumbersRequestSchema , ( ) => GetNumbersResponseSchema
96+ export var GetNumbersSchema : StaticOperationSchema = [
97+ 9 ,
98+ n0 ,
99+ _GN ,
100+ 0 ,
101+ ( ) => GetNumbersRequestSchema ,
102+ ( ) => GetNumbersResponseSchema ,
118103] ;
119- export var TradeEventStreamSchema : StaticOperationSchema = [ 9 , n0 , _TES ,
120- 0 , ( ) => TradeEventStreamRequestSchema , ( ) => TradeEventStreamResponseSchema
104+ export var TradeEventStreamSchema : StaticOperationSchema = [
105+ 9 ,
106+ n0 ,
107+ _TES ,
108+ 0 ,
109+ ( ) => TradeEventStreamRequestSchema ,
110+ ( ) => TradeEventStreamResponseSchema ,
121111] ;
0 commit comments