adaptic-backend 1.0.342 → 1.0.343

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 (69) hide show
  1. package/Account.cjs +14 -150
  2. package/Action.cjs +12 -90
  3. package/Alert.cjs +12 -60
  4. package/Allocation.cjs +4 -75
  5. package/AlpacaAccount.cjs +12 -300
  6. package/Asset.cjs +50 -839
  7. package/Authenticator.cjs +12 -63
  8. package/Customer.cjs +38 -62
  9. package/EconomicEvent.cjs +12 -75
  10. package/MarketSentiment.cjs +2 -75
  11. package/NewsArticle.cjs +14 -195
  12. package/NewsArticleAssetSentiment.cjs +14 -45
  13. package/ScheduledOptionOrder.cjs +2 -15
  14. package/Session.cjs +12 -48
  15. package/Trade.cjs +22 -210
  16. package/User.cjs +14 -165
  17. package/VerificationToken.cjs +2 -33
  18. package/esm/Account.d.ts.map +1 -1
  19. package/esm/Account.js.map +1 -1
  20. package/esm/Account.mjs +14 -150
  21. package/esm/Action.d.ts.map +1 -1
  22. package/esm/Action.js.map +1 -1
  23. package/esm/Action.mjs +12 -90
  24. package/esm/Alert.d.ts.map +1 -1
  25. package/esm/Alert.js.map +1 -1
  26. package/esm/Alert.mjs +12 -60
  27. package/esm/Allocation.d.ts.map +1 -1
  28. package/esm/Allocation.js.map +1 -1
  29. package/esm/Allocation.mjs +4 -75
  30. package/esm/AlpacaAccount.d.ts.map +1 -1
  31. package/esm/AlpacaAccount.js.map +1 -1
  32. package/esm/AlpacaAccount.mjs +12 -300
  33. package/esm/Asset.d.ts.map +1 -1
  34. package/esm/Asset.js.map +1 -1
  35. package/esm/Asset.mjs +50 -839
  36. package/esm/Authenticator.d.ts.map +1 -1
  37. package/esm/Authenticator.js.map +1 -1
  38. package/esm/Authenticator.mjs +12 -63
  39. package/esm/Customer.d.ts.map +1 -1
  40. package/esm/Customer.js.map +1 -1
  41. package/esm/Customer.mjs +38 -62
  42. package/esm/EconomicEvent.d.ts.map +1 -1
  43. package/esm/EconomicEvent.js.map +1 -1
  44. package/esm/EconomicEvent.mjs +12 -75
  45. package/esm/MarketSentiment.d.ts.map +1 -1
  46. package/esm/MarketSentiment.js.map +1 -1
  47. package/esm/MarketSentiment.mjs +2 -75
  48. package/esm/NewsArticle.d.ts.map +1 -1
  49. package/esm/NewsArticle.js.map +1 -1
  50. package/esm/NewsArticle.mjs +14 -195
  51. package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
  52. package/esm/NewsArticleAssetSentiment.js.map +1 -1
  53. package/esm/NewsArticleAssetSentiment.mjs +14 -45
  54. package/esm/ScheduledOptionOrder.d.ts.map +1 -1
  55. package/esm/ScheduledOptionOrder.js.map +1 -1
  56. package/esm/ScheduledOptionOrder.mjs +2 -15
  57. package/esm/Session.d.ts.map +1 -1
  58. package/esm/Session.js.map +1 -1
  59. package/esm/Session.mjs +12 -48
  60. package/esm/Trade.d.ts.map +1 -1
  61. package/esm/Trade.js.map +1 -1
  62. package/esm/Trade.mjs +22 -210
  63. package/esm/User.d.ts.map +1 -1
  64. package/esm/User.js.map +1 -1
  65. package/esm/User.mjs +14 -165
  66. package/esm/VerificationToken.d.ts.map +1 -1
  67. package/esm/VerificationToken.js.map +1 -1
  68. package/esm/VerificationToken.mjs +2 -33
  69. package/package.json +1 -1
@@ -467,66 +467,8 @@ export const AlpacaAccount = {
467
467
  const variables = {
468
468
  where: {
469
469
  id: props.id !== undefined ? props.id : undefined,
470
- type: props.type !== undefined ? {
471
- equals: props.type
472
- } : undefined,
473
- APIKey: props.APIKey !== undefined ? {
474
- equals: props.APIKey
475
- } : undefined,
476
- APISecret: props.APISecret !== undefined ? {
477
- equals: props.APISecret
478
- } : undefined,
479
- configuration: props.configuration !== undefined ? {
480
- equals: props.configuration
481
- } : undefined,
482
- cryptoTradingPairs: props.cryptoTradingPairs !== undefined ? {
483
- equals: props.cryptoTradingPairs
484
- } : undefined,
485
- cryptoTradeAllocationPct: props.cryptoTradeAllocationPct !== undefined ? {
486
- equals: props.cryptoTradeAllocationPct
487
- } : undefined,
488
- tradeAllocationPct: props.tradeAllocationPct !== undefined ? {
489
- equals: props.tradeAllocationPct
490
- } : undefined,
491
- minPercentageChange: props.minPercentageChange !== undefined ? {
492
- equals: props.minPercentageChange
493
- } : undefined,
494
- volumeThreshold: props.volumeThreshold !== undefined ? {
495
- equals: props.volumeThreshold
496
- } : undefined,
497
- portfolioTrailPercent: props.portfolioTrailPercent !== undefined ? {
498
- equals: props.portfolioTrailPercent
499
- } : undefined,
500
- portfolioProfitThresholdPercent: props.portfolioProfitThresholdPercent !== undefined ? {
501
- equals: props.portfolioProfitThresholdPercent
502
- } : undefined,
503
- reducedPortfolioTrailPercent: props.reducedPortfolioTrailPercent !== undefined ? {
504
- equals: props.reducedPortfolioTrailPercent
505
- } : undefined,
506
- defaultTrailingStopPercentage100: props.defaultTrailingStopPercentage100 !== undefined ? {
507
- equals: props.defaultTrailingStopPercentage100
508
- } : undefined,
509
- firstTrailReductionThreshold100: props.firstTrailReductionThreshold100 !== undefined ? {
510
- equals: props.firstTrailReductionThreshold100
511
- } : undefined,
512
- secondTrailReductionThreshold100: props.secondTrailReductionThreshold100 !== undefined ? {
513
- equals: props.secondTrailReductionThreshold100
514
- } : undefined,
515
- firstReducedTrailPercentage100: props.firstReducedTrailPercentage100 !== undefined ? {
516
- equals: props.firstReducedTrailPercentage100
517
- } : undefined,
518
- secondReducedTrailPercentage100: props.secondReducedTrailPercentage100 !== undefined ? {
519
- equals: props.secondReducedTrailPercentage100
520
- } : undefined,
521
- minimumPriceChangePercent100: props.minimumPriceChangePercent100 !== undefined ? {
522
- equals: props.minimumPriceChangePercent100
523
- } : undefined,
524
- userId: props.userId !== undefined ? props.userId : undefined,
525
- createdAt: props.createdAt !== undefined ? {
526
- equals: props.createdAt
527
- } : undefined,
528
- updatedAt: props.updatedAt !== undefined ? {
529
- equals: props.updatedAt
470
+ userId: props.userId !== undefined ? {
471
+ equals: props.userId
530
472
  } : undefined,
531
473
  },
532
474
  data: {
@@ -1104,66 +1046,8 @@ export const AlpacaAccount = {
1104
1046
  const variables = {
1105
1047
  where: {
1106
1048
  id: props.id !== undefined ? props.id : undefined,
1107
- type: props.type !== undefined ? {
1108
- equals: props.type
1109
- } : undefined,
1110
- APIKey: props.APIKey !== undefined ? {
1111
- equals: props.APIKey
1112
- } : undefined,
1113
- APISecret: props.APISecret !== undefined ? {
1114
- equals: props.APISecret
1115
- } : undefined,
1116
- configuration: props.configuration !== undefined ? {
1117
- equals: props.configuration
1118
- } : undefined,
1119
- cryptoTradingPairs: props.cryptoTradingPairs !== undefined ? {
1120
- equals: props.cryptoTradingPairs
1121
- } : undefined,
1122
- cryptoTradeAllocationPct: props.cryptoTradeAllocationPct !== undefined ? {
1123
- equals: props.cryptoTradeAllocationPct
1124
- } : undefined,
1125
- tradeAllocationPct: props.tradeAllocationPct !== undefined ? {
1126
- equals: props.tradeAllocationPct
1127
- } : undefined,
1128
- minPercentageChange: props.minPercentageChange !== undefined ? {
1129
- equals: props.minPercentageChange
1130
- } : undefined,
1131
- volumeThreshold: props.volumeThreshold !== undefined ? {
1132
- equals: props.volumeThreshold
1133
- } : undefined,
1134
- portfolioTrailPercent: props.portfolioTrailPercent !== undefined ? {
1135
- equals: props.portfolioTrailPercent
1136
- } : undefined,
1137
- portfolioProfitThresholdPercent: props.portfolioProfitThresholdPercent !== undefined ? {
1138
- equals: props.portfolioProfitThresholdPercent
1139
- } : undefined,
1140
- reducedPortfolioTrailPercent: props.reducedPortfolioTrailPercent !== undefined ? {
1141
- equals: props.reducedPortfolioTrailPercent
1142
- } : undefined,
1143
- defaultTrailingStopPercentage100: props.defaultTrailingStopPercentage100 !== undefined ? {
1144
- equals: props.defaultTrailingStopPercentage100
1145
- } : undefined,
1146
- firstTrailReductionThreshold100: props.firstTrailReductionThreshold100 !== undefined ? {
1147
- equals: props.firstTrailReductionThreshold100
1148
- } : undefined,
1149
- secondTrailReductionThreshold100: props.secondTrailReductionThreshold100 !== undefined ? {
1150
- equals: props.secondTrailReductionThreshold100
1151
- } : undefined,
1152
- firstReducedTrailPercentage100: props.firstReducedTrailPercentage100 !== undefined ? {
1153
- equals: props.firstReducedTrailPercentage100
1154
- } : undefined,
1155
- secondReducedTrailPercentage100: props.secondReducedTrailPercentage100 !== undefined ? {
1156
- equals: props.secondReducedTrailPercentage100
1157
- } : undefined,
1158
- minimumPriceChangePercent100: props.minimumPriceChangePercent100 !== undefined ? {
1159
- equals: props.minimumPriceChangePercent100
1160
- } : undefined,
1161
- userId: props.userId !== undefined ? props.userId : undefined,
1162
- createdAt: props.createdAt !== undefined ? {
1163
- equals: props.createdAt
1164
- } : undefined,
1165
- updatedAt: props.updatedAt !== undefined ? {
1166
- equals: props.updatedAt
1049
+ userId: props.userId !== undefined ? {
1050
+ equals: props.userId
1167
1051
  } : undefined,
1168
1052
  },
1169
1053
  create: {
@@ -1924,66 +1808,8 @@ export const AlpacaAccount = {
1924
1808
  const variables = props.map(prop => ({
1925
1809
  where: {
1926
1810
  id: prop.id !== undefined ? prop.id : undefined,
1927
- type: prop.type !== undefined ? {
1928
- equals: prop.type
1929
- } : undefined,
1930
- APIKey: prop.APIKey !== undefined ? {
1931
- equals: prop.APIKey
1932
- } : undefined,
1933
- APISecret: prop.APISecret !== undefined ? {
1934
- equals: prop.APISecret
1935
- } : undefined,
1936
- configuration: prop.configuration !== undefined ? {
1937
- equals: prop.configuration
1938
- } : undefined,
1939
- cryptoTradingPairs: prop.cryptoTradingPairs !== undefined ? {
1940
- equals: prop.cryptoTradingPairs
1941
- } : undefined,
1942
- cryptoTradeAllocationPct: prop.cryptoTradeAllocationPct !== undefined ? {
1943
- equals: prop.cryptoTradeAllocationPct
1944
- } : undefined,
1945
- tradeAllocationPct: prop.tradeAllocationPct !== undefined ? {
1946
- equals: prop.tradeAllocationPct
1947
- } : undefined,
1948
- minPercentageChange: prop.minPercentageChange !== undefined ? {
1949
- equals: prop.minPercentageChange
1950
- } : undefined,
1951
- volumeThreshold: prop.volumeThreshold !== undefined ? {
1952
- equals: prop.volumeThreshold
1953
- } : undefined,
1954
- portfolioTrailPercent: prop.portfolioTrailPercent !== undefined ? {
1955
- equals: prop.portfolioTrailPercent
1956
- } : undefined,
1957
- portfolioProfitThresholdPercent: prop.portfolioProfitThresholdPercent !== undefined ? {
1958
- equals: prop.portfolioProfitThresholdPercent
1959
- } : undefined,
1960
- reducedPortfolioTrailPercent: prop.reducedPortfolioTrailPercent !== undefined ? {
1961
- equals: prop.reducedPortfolioTrailPercent
1962
- } : undefined,
1963
- defaultTrailingStopPercentage100: prop.defaultTrailingStopPercentage100 !== undefined ? {
1964
- equals: prop.defaultTrailingStopPercentage100
1965
- } : undefined,
1966
- firstTrailReductionThreshold100: prop.firstTrailReductionThreshold100 !== undefined ? {
1967
- equals: prop.firstTrailReductionThreshold100
1968
- } : undefined,
1969
- secondTrailReductionThreshold100: prop.secondTrailReductionThreshold100 !== undefined ? {
1970
- equals: prop.secondTrailReductionThreshold100
1971
- } : undefined,
1972
- firstReducedTrailPercentage100: prop.firstReducedTrailPercentage100 !== undefined ? {
1973
- equals: prop.firstReducedTrailPercentage100
1974
- } : undefined,
1975
- secondReducedTrailPercentage100: prop.secondReducedTrailPercentage100 !== undefined ? {
1976
- equals: prop.secondReducedTrailPercentage100
1977
- } : undefined,
1978
- minimumPriceChangePercent100: prop.minimumPriceChangePercent100 !== undefined ? {
1979
- equals: prop.minimumPriceChangePercent100
1980
- } : undefined,
1981
- userId: prop.userId !== undefined ? prop.userId : undefined,
1982
- createdAt: prop.createdAt !== undefined ? {
1983
- equals: prop.createdAt
1984
- } : undefined,
1985
- updatedAt: prop.updatedAt !== undefined ? {
1986
- equals: prop.updatedAt
1811
+ userId: prop.userId !== undefined ? {
1812
+ equals: prop.userId
1987
1813
  } : undefined,
1988
1814
  },
1989
1815
  data: {
@@ -2634,66 +2460,8 @@ export const AlpacaAccount = {
2634
2460
  const variables = {
2635
2461
  where: whereInput ? whereInput : {
2636
2462
  id: props.id !== undefined ? props.id : undefined,
2637
- type: props.type !== undefined ? {
2638
- equals: props.type
2639
- } : undefined,
2640
- APIKey: props.APIKey !== undefined ? {
2641
- equals: props.APIKey
2642
- } : undefined,
2643
- APISecret: props.APISecret !== undefined ? {
2644
- equals: props.APISecret
2645
- } : undefined,
2646
- configuration: props.configuration !== undefined ? {
2647
- equals: props.configuration
2648
- } : undefined,
2649
- cryptoTradingPairs: props.cryptoTradingPairs !== undefined ? {
2650
- equals: props.cryptoTradingPairs
2651
- } : undefined,
2652
- cryptoTradeAllocationPct: props.cryptoTradeAllocationPct !== undefined ? {
2653
- equals: props.cryptoTradeAllocationPct
2654
- } : undefined,
2655
- tradeAllocationPct: props.tradeAllocationPct !== undefined ? {
2656
- equals: props.tradeAllocationPct
2657
- } : undefined,
2658
- minPercentageChange: props.minPercentageChange !== undefined ? {
2659
- equals: props.minPercentageChange
2660
- } : undefined,
2661
- volumeThreshold: props.volumeThreshold !== undefined ? {
2662
- equals: props.volumeThreshold
2663
- } : undefined,
2664
- portfolioTrailPercent: props.portfolioTrailPercent !== undefined ? {
2665
- equals: props.portfolioTrailPercent
2666
- } : undefined,
2667
- portfolioProfitThresholdPercent: props.portfolioProfitThresholdPercent !== undefined ? {
2668
- equals: props.portfolioProfitThresholdPercent
2669
- } : undefined,
2670
- reducedPortfolioTrailPercent: props.reducedPortfolioTrailPercent !== undefined ? {
2671
- equals: props.reducedPortfolioTrailPercent
2672
- } : undefined,
2673
- defaultTrailingStopPercentage100: props.defaultTrailingStopPercentage100 !== undefined ? {
2674
- equals: props.defaultTrailingStopPercentage100
2675
- } : undefined,
2676
- firstTrailReductionThreshold100: props.firstTrailReductionThreshold100 !== undefined ? {
2677
- equals: props.firstTrailReductionThreshold100
2678
- } : undefined,
2679
- secondTrailReductionThreshold100: props.secondTrailReductionThreshold100 !== undefined ? {
2680
- equals: props.secondTrailReductionThreshold100
2681
- } : undefined,
2682
- firstReducedTrailPercentage100: props.firstReducedTrailPercentage100 !== undefined ? {
2683
- equals: props.firstReducedTrailPercentage100
2684
- } : undefined,
2685
- secondReducedTrailPercentage100: props.secondReducedTrailPercentage100 !== undefined ? {
2686
- equals: props.secondReducedTrailPercentage100
2687
- } : undefined,
2688
- minimumPriceChangePercent100: props.minimumPriceChangePercent100 !== undefined ? {
2689
- equals: props.minimumPriceChangePercent100
2690
- } : undefined,
2691
- userId: props.userId !== undefined ? props.userId : undefined,
2692
- createdAt: props.createdAt !== undefined ? {
2693
- equals: props.createdAt
2694
- } : undefined,
2695
- updatedAt: props.updatedAt !== undefined ? {
2696
- equals: props.updatedAt
2463
+ userId: props.userId !== undefined ? {
2464
+ equals: props.userId
2697
2465
  } : undefined,
2698
2466
  },
2699
2467
  };
@@ -2827,67 +2595,11 @@ export const AlpacaAccount = {
2827
2595
  }`;
2828
2596
  const variables = {
2829
2597
  where: whereInput ? whereInput : {
2830
- id: props.id !== undefined ? props.id : undefined,
2831
- type: props.type !== undefined ? {
2832
- equals: props.type
2833
- } : undefined,
2834
- APIKey: props.APIKey !== undefined ? {
2835
- equals: props.APIKey
2836
- } : undefined,
2837
- APISecret: props.APISecret !== undefined ? {
2838
- equals: props.APISecret
2839
- } : undefined,
2840
- configuration: props.configuration !== undefined ? {
2841
- equals: props.configuration
2842
- } : undefined,
2843
- cryptoTradingPairs: props.cryptoTradingPairs !== undefined ? {
2844
- equals: props.cryptoTradingPairs
2845
- } : undefined,
2846
- cryptoTradeAllocationPct: props.cryptoTradeAllocationPct !== undefined ? {
2847
- equals: props.cryptoTradeAllocationPct
2848
- } : undefined,
2849
- tradeAllocationPct: props.tradeAllocationPct !== undefined ? {
2850
- equals: props.tradeAllocationPct
2851
- } : undefined,
2852
- minPercentageChange: props.minPercentageChange !== undefined ? {
2853
- equals: props.minPercentageChange
2854
- } : undefined,
2855
- volumeThreshold: props.volumeThreshold !== undefined ? {
2856
- equals: props.volumeThreshold
2857
- } : undefined,
2858
- portfolioTrailPercent: props.portfolioTrailPercent !== undefined ? {
2859
- equals: props.portfolioTrailPercent
2860
- } : undefined,
2861
- portfolioProfitThresholdPercent: props.portfolioProfitThresholdPercent !== undefined ? {
2862
- equals: props.portfolioProfitThresholdPercent
2863
- } : undefined,
2864
- reducedPortfolioTrailPercent: props.reducedPortfolioTrailPercent !== undefined ? {
2865
- equals: props.reducedPortfolioTrailPercent
2866
- } : undefined,
2867
- defaultTrailingStopPercentage100: props.defaultTrailingStopPercentage100 !== undefined ? {
2868
- equals: props.defaultTrailingStopPercentage100
2869
- } : undefined,
2870
- firstTrailReductionThreshold100: props.firstTrailReductionThreshold100 !== undefined ? {
2871
- equals: props.firstTrailReductionThreshold100
2872
- } : undefined,
2873
- secondTrailReductionThreshold100: props.secondTrailReductionThreshold100 !== undefined ? {
2874
- equals: props.secondTrailReductionThreshold100
2875
- } : undefined,
2876
- firstReducedTrailPercentage100: props.firstReducedTrailPercentage100 !== undefined ? {
2877
- equals: props.firstReducedTrailPercentage100
2878
- } : undefined,
2879
- secondReducedTrailPercentage100: props.secondReducedTrailPercentage100 !== undefined ? {
2880
- equals: props.secondReducedTrailPercentage100
2881
- } : undefined,
2882
- minimumPriceChangePercent100: props.minimumPriceChangePercent100 !== undefined ? {
2883
- equals: props.minimumPriceChangePercent100
2884
- } : undefined,
2885
- userId: props.userId !== undefined ? props.userId : undefined,
2886
- createdAt: props.createdAt !== undefined ? {
2887
- equals: props.createdAt
2598
+ id: props.id !== undefined ? {
2599
+ equals: props.id
2888
2600
  } : undefined,
2889
- updatedAt: props.updatedAt !== undefined ? {
2890
- equals: props.updatedAt
2601
+ userId: props.userId !== undefined ? {
2602
+ equals: props.userId
2891
2603
  } : undefined,
2892
2604
  },
2893
2605
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Asset.d.ts","sourceRoot":"","sources":["../../src/Asset.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACjF,OAAO,EAA4B,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AAsE7G,eAAO,MAAM,KAAK;IAEhB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IA4L5G;;;;;;OAMG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAiI/H;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IA2jB1G;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAoqB1G;;;;;;OAMG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IA6jB/H;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IA2E1G;;;;;;;OAOG;eACc,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IA2OhI;;;;;OAKG;0BACyB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;IAkEjG;;;;;;;OAOG;oBACmB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;CA+OxI,CAAC"}
1
+ {"version":3,"file":"Asset.d.ts","sourceRoot":"","sources":["../../src/Asset.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACjF,OAAO,EAA4B,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AAsE7G,eAAO,MAAM,KAAK;IAEhB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IA4L5G;;;;;;OAMG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAiI/H;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IA4Z1G;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAqgB1G;;;;;;OAMG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IA8Z/H;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IA2E1G;;;;;;;OAOG;eACc,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IA4EhI;;;;;OAKG;0BACyB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;IAkEjG;;;;;;;OAOG;oBACmB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,GAAG,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;CAsFxI,CAAC"}