@vertesia/common 1.5.0-dev.20260901.045442Z → 1.5.0-dev.20260905.011013Z

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 (57) hide show
  1. package/lib/api-contract/components.generated.json +38 -10
  2. package/lib/api-schemas/agent-runs.d.ts +40 -0
  3. package/lib/api-schemas/agent-runs.d.ts.map +1 -1
  4. package/lib/api-schemas/app-lifecycle.d.ts +1 -0
  5. package/lib/api-schemas/app-lifecycle.d.ts.map +1 -1
  6. package/lib/api-schemas/app-lifecycle.js +8 -0
  7. package/lib/api-schemas/app-lifecycle.js.map +1 -1
  8. package/lib/api-schemas/app-runtime.d.ts +112 -0
  9. package/lib/api-schemas/app-runtime.d.ts.map +1 -1
  10. package/lib/api-schemas/content.d.ts +40 -0
  11. package/lib/api-schemas/content.d.ts.map +1 -1
  12. package/lib/api-schemas/document-processing.d.ts +24 -0
  13. package/lib/api-schemas/document-processing.d.ts.map +1 -1
  14. package/lib/api-schemas/embeddings.d.ts +5 -0
  15. package/lib/api-schemas/embeddings.d.ts.map +1 -1
  16. package/lib/api-schemas/embeddings.js +12 -1
  17. package/lib/api-schemas/embeddings.js.map +1 -1
  18. package/lib/api-schemas/events.d.ts +72 -0
  19. package/lib/api-schemas/events.d.ts.map +1 -1
  20. package/lib/api-schemas/interaction.d.ts +385 -0
  21. package/lib/api-schemas/interaction.d.ts.map +1 -1
  22. package/lib/api-schemas/interaction.js +17 -1
  23. package/lib/api-schemas/interaction.js.map +1 -1
  24. package/lib/api-schemas/project-configuration.d.ts +80 -0
  25. package/lib/api-schemas/project-configuration.d.ts.map +1 -1
  26. package/lib/api-schemas/project.d.ts +120 -0
  27. package/lib/api-schemas/project.d.ts.map +1 -1
  28. package/lib/api-schemas/registry.d.ts +1263 -0
  29. package/lib/api-schemas/registry.d.ts.map +1 -1
  30. package/lib/api-schemas/store.d.ts +400 -0
  31. package/lib/api-schemas/store.d.ts.map +1 -1
  32. package/lib/api-schemas/workflow-runs.d.ts +16 -0
  33. package/lib/api-schemas/workflow-runs.d.ts.map +1 -1
  34. package/lib/appgen.d.ts +3 -0
  35. package/lib/appgen.d.ts.map +1 -0
  36. package/lib/appgen.js +3 -0
  37. package/lib/appgen.js.map +1 -0
  38. package/lib/index.d.ts +1 -0
  39. package/lib/index.d.ts.map +1 -1
  40. package/lib/index.js +1 -0
  41. package/lib/index.js.map +1 -1
  42. package/lib/store/intake-policy-schema.generated.d.ts.map +1 -1
  43. package/lib/store/intake-policy-schema.generated.js +5 -1
  44. package/lib/store/intake-policy-schema.generated.js.map +1 -1
  45. package/lib/vertesia-common.js +2 -2
  46. package/lib/vertesia-common.js.map +1 -1
  47. package/package.json +3 -3
  48. package/src/api-contract/components.generated.json +38 -10
  49. package/src/api-schemas/app-lifecycle.ts +9 -0
  50. package/src/api-schemas/embeddings.ts +14 -1
  51. package/src/api-schemas/environment.contract.test.ts +15 -0
  52. package/src/api-schemas/interaction.contract.test.ts +31 -0
  53. package/src/api-schemas/interaction.ts +17 -1
  54. package/src/api-schemas/llumiverse.contract.test.ts +16 -0
  55. package/src/appgen.ts +4 -0
  56. package/src/index.ts +1 -0
  57. package/src/store/intake-policy-schema.generated.ts +5 -1
@@ -489,6 +489,8 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
489
489
  }, z.core.$strict>, z.ZodObject<{
490
490
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
491
491
  task: z.ZodOptional<z.ZodEnum<{
492
+ edit: "edit";
493
+ extend: "extend";
492
494
  image_to_video: "image_to_video";
493
495
  reference_to_video: "reference_to_video";
494
496
  text_to_video: "text_to_video";
@@ -498,6 +500,12 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
498
500
  "9:16": "9:16";
499
501
  }>>;
500
502
  duration_seconds: z.ZodOptional<z.ZodNumber>;
503
+ resolution: z.ZodOptional<z.ZodEnum<{
504
+ "1080p": "1080p";
505
+ "360p": "360p";
506
+ "4k": "4k";
507
+ "720p": "720p";
508
+ }>>;
501
509
  }, z.core.$strict>, z.ZodObject<{
502
510
  _option_id: z.ZodLiteral<"vertexai-grok">;
503
511
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1053,6 +1061,8 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
1053
1061
  }, z.core.$strict>, z.ZodObject<{
1054
1062
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
1055
1063
  task: z.ZodOptional<z.ZodEnum<{
1064
+ edit: "edit";
1065
+ extend: "extend";
1056
1066
  image_to_video: "image_to_video";
1057
1067
  reference_to_video: "reference_to_video";
1058
1068
  text_to_video: "text_to_video";
@@ -1062,6 +1072,12 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
1062
1072
  "9:16": "9:16";
1063
1073
  }>>;
1064
1074
  duration_seconds: z.ZodOptional<z.ZodNumber>;
1075
+ resolution: z.ZodOptional<z.ZodEnum<{
1076
+ "1080p": "1080p";
1077
+ "360p": "360p";
1078
+ "4k": "4k";
1079
+ "720p": "720p";
1080
+ }>>;
1065
1081
  }, z.core.$strict>, z.ZodObject<{
1066
1082
  _option_id: z.ZodLiteral<"vertexai-grok">;
1067
1083
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1653,6 +1669,8 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
1653
1669
  }, z.core.$strict>, z.ZodObject<{
1654
1670
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
1655
1671
  task: z.ZodOptional<z.ZodEnum<{
1672
+ edit: "edit";
1673
+ extend: "extend";
1656
1674
  image_to_video: "image_to_video";
1657
1675
  reference_to_video: "reference_to_video";
1658
1676
  text_to_video: "text_to_video";
@@ -1662,6 +1680,12 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
1662
1680
  "9:16": "9:16";
1663
1681
  }>>;
1664
1682
  duration_seconds: z.ZodOptional<z.ZodNumber>;
1683
+ resolution: z.ZodOptional<z.ZodEnum<{
1684
+ "1080p": "1080p";
1685
+ "360p": "360p";
1686
+ "4k": "4k";
1687
+ "720p": "720p";
1688
+ }>>;
1665
1689
  }, z.core.$strict>, z.ZodObject<{
1666
1690
  _option_id: z.ZodLiteral<"vertexai-grok">;
1667
1691
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -2206,6 +2230,8 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
2206
2230
  }, z.core.$strict>, z.ZodObject<{
2207
2231
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
2208
2232
  task: z.ZodOptional<z.ZodEnum<{
2233
+ edit: "edit";
2234
+ extend: "extend";
2209
2235
  image_to_video: "image_to_video";
2210
2236
  reference_to_video: "reference_to_video";
2211
2237
  text_to_video: "text_to_video";
@@ -2215,6 +2241,12 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
2215
2241
  "9:16": "9:16";
2216
2242
  }>>;
2217
2243
  duration_seconds: z.ZodOptional<z.ZodNumber>;
2244
+ resolution: z.ZodOptional<z.ZodEnum<{
2245
+ "1080p": "1080p";
2246
+ "360p": "360p";
2247
+ "4k": "4k";
2248
+ "720p": "720p";
2249
+ }>>;
2218
2250
  }, z.core.$strict>, z.ZodObject<{
2219
2251
  _option_id: z.ZodLiteral<"vertexai-grok">;
2220
2252
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -2764,6 +2796,8 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
2764
2796
  }, z.core.$strict>, z.ZodObject<{
2765
2797
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
2766
2798
  task: z.ZodOptional<z.ZodEnum<{
2799
+ edit: "edit";
2800
+ extend: "extend";
2767
2801
  image_to_video: "image_to_video";
2768
2802
  reference_to_video: "reference_to_video";
2769
2803
  text_to_video: "text_to_video";
@@ -2773,6 +2807,12 @@ export declare const ProjectIntakeConfigurationSchema: z.ZodObject<{
2773
2807
  "9:16": "9:16";
2774
2808
  }>>;
2775
2809
  duration_seconds: z.ZodOptional<z.ZodNumber>;
2810
+ resolution: z.ZodOptional<z.ZodEnum<{
2811
+ "1080p": "1080p";
2812
+ "360p": "360p";
2813
+ "4k": "4k";
2814
+ "720p": "720p";
2815
+ }>>;
2776
2816
  }, z.core.$strict>, z.ZodObject<{
2777
2817
  _option_id: z.ZodLiteral<"vertexai-grok">;
2778
2818
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -3537,6 +3577,8 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
3537
3577
  }, z.core.$strict>, z.ZodObject<{
3538
3578
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
3539
3579
  task: z.ZodOptional<z.ZodEnum<{
3580
+ edit: "edit";
3581
+ extend: "extend";
3540
3582
  image_to_video: "image_to_video";
3541
3583
  reference_to_video: "reference_to_video";
3542
3584
  text_to_video: "text_to_video";
@@ -3546,6 +3588,12 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
3546
3588
  "9:16": "9:16";
3547
3589
  }>>;
3548
3590
  duration_seconds: z.ZodOptional<z.ZodNumber>;
3591
+ resolution: z.ZodOptional<z.ZodEnum<{
3592
+ "1080p": "1080p";
3593
+ "360p": "360p";
3594
+ "4k": "4k";
3595
+ "720p": "720p";
3596
+ }>>;
3549
3597
  }, z.core.$strict>, z.ZodObject<{
3550
3598
  _option_id: z.ZodLiteral<"vertexai-grok">;
3551
3599
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -4101,6 +4149,8 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
4101
4149
  }, z.core.$strict>, z.ZodObject<{
4102
4150
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
4103
4151
  task: z.ZodOptional<z.ZodEnum<{
4152
+ edit: "edit";
4153
+ extend: "extend";
4104
4154
  image_to_video: "image_to_video";
4105
4155
  reference_to_video: "reference_to_video";
4106
4156
  text_to_video: "text_to_video";
@@ -4110,6 +4160,12 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
4110
4160
  "9:16": "9:16";
4111
4161
  }>>;
4112
4162
  duration_seconds: z.ZodOptional<z.ZodNumber>;
4163
+ resolution: z.ZodOptional<z.ZodEnum<{
4164
+ "1080p": "1080p";
4165
+ "360p": "360p";
4166
+ "4k": "4k";
4167
+ "720p": "720p";
4168
+ }>>;
4113
4169
  }, z.core.$strict>, z.ZodObject<{
4114
4170
  _option_id: z.ZodLiteral<"vertexai-grok">;
4115
4171
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -4701,6 +4757,8 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
4701
4757
  }, z.core.$strict>, z.ZodObject<{
4702
4758
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
4703
4759
  task: z.ZodOptional<z.ZodEnum<{
4760
+ edit: "edit";
4761
+ extend: "extend";
4704
4762
  image_to_video: "image_to_video";
4705
4763
  reference_to_video: "reference_to_video";
4706
4764
  text_to_video: "text_to_video";
@@ -4710,6 +4768,12 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
4710
4768
  "9:16": "9:16";
4711
4769
  }>>;
4712
4770
  duration_seconds: z.ZodOptional<z.ZodNumber>;
4771
+ resolution: z.ZodOptional<z.ZodEnum<{
4772
+ "1080p": "1080p";
4773
+ "360p": "360p";
4774
+ "4k": "4k";
4775
+ "720p": "720p";
4776
+ }>>;
4713
4777
  }, z.core.$strict>, z.ZodObject<{
4714
4778
  _option_id: z.ZodLiteral<"vertexai-grok">;
4715
4779
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -5254,6 +5318,8 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
5254
5318
  }, z.core.$strict>, z.ZodObject<{
5255
5319
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
5256
5320
  task: z.ZodOptional<z.ZodEnum<{
5321
+ edit: "edit";
5322
+ extend: "extend";
5257
5323
  image_to_video: "image_to_video";
5258
5324
  reference_to_video: "reference_to_video";
5259
5325
  text_to_video: "text_to_video";
@@ -5263,6 +5329,12 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
5263
5329
  "9:16": "9:16";
5264
5330
  }>>;
5265
5331
  duration_seconds: z.ZodOptional<z.ZodNumber>;
5332
+ resolution: z.ZodOptional<z.ZodEnum<{
5333
+ "1080p": "1080p";
5334
+ "360p": "360p";
5335
+ "4k": "4k";
5336
+ "720p": "720p";
5337
+ }>>;
5266
5338
  }, z.core.$strict>, z.ZodObject<{
5267
5339
  _option_id: z.ZodLiteral<"vertexai-grok">;
5268
5340
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -5812,6 +5884,8 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
5812
5884
  }, z.core.$strict>, z.ZodObject<{
5813
5885
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
5814
5886
  task: z.ZodOptional<z.ZodEnum<{
5887
+ edit: "edit";
5888
+ extend: "extend";
5815
5889
  image_to_video: "image_to_video";
5816
5890
  reference_to_video: "reference_to_video";
5817
5891
  text_to_video: "text_to_video";
@@ -5821,6 +5895,12 @@ export declare const ProjectConfigurationSchema: z.ZodObject<{
5821
5895
  "9:16": "9:16";
5822
5896
  }>>;
5823
5897
  duration_seconds: z.ZodOptional<z.ZodNumber>;
5898
+ resolution: z.ZodOptional<z.ZodEnum<{
5899
+ "1080p": "1080p";
5900
+ "360p": "360p";
5901
+ "4k": "4k";
5902
+ "720p": "720p";
5903
+ }>>;
5824
5904
  }, z.core.$strict>, z.ZodObject<{
5825
5905
  _option_id: z.ZodLiteral<"vertexai-grok">;
5826
5906
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1 +1 @@
1
- {"version":3,"file":"project-configuration.d.ts","sourceRoot":"","sources":["../../src/api-schemas/project-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D;;GAEG;AAEH,eAAO,MAAM,kBAAkB;;;iBAK0E,CAAC;AAE1G,eAAO,MAAM,sBAAsB;;;;;;;;;iBAY7B,CAAC;AAEP;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;iBAQE,CAAC;AAEpC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW4E,CAAC;AAEpH,kGAAkG;AAClG,eAAO,MAAM,wBAAwB,sCAAgE,CAAC;AAEtG,eAAO,MAAM,uBAAuB;;;EAAwE,CAAC;AAE7G,eAAO,MAAM,0BAA0B;;;EAAwE,CAAC;AAEhH,eAAO,MAAM,+BAA+B;;;;;;;;EAOtC,CAAC;AAEP,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;iBAyBzC,CAAC;AAEP;;;;;;;;;GASG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;mBAGE,CAAC;AAErD,eAAO,MAAM,kCAAkC;;;kBAuBE,CAAC;AAElD,eAAO,MAAM,+BAA+B;;;;;kBAWtC,CAAC;AAEP,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;iBA2BE,CAAC;AAElD,eAAO,MAAM,mCAAmC;;;;;;iBAQE,CAAC;AAEnD,eAAO,MAAM,0BAA0B;;;;;EAEE,CAAC;AAE1C,eAAO,MAAM,iCAAiC;;;;EAEE,CAAC;AAEjD;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;iBA4CE,CAAC;AAEpD,eAAO,MAAM,qCAAqC;;;;;iBA4C5C,CAAC;AAEP;;;;GAIG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;kBAYE,CAAC;AAEvD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAME,CAAC;AAEpD,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAuDE,CAAC;AAEhD;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA+DE,CAAC"}
1
+ {"version":3,"file":"project-configuration.d.ts","sourceRoot":"","sources":["../../src/api-schemas/project-configuration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D;;GAEG;AAEH,eAAO,MAAM,kBAAkB;;;iBAK0E,CAAC;AAE1G,eAAO,MAAM,sBAAsB;;;;;;;;;iBAY7B,CAAC;AAEP;;;;;;;GAOG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;iBAQE,CAAC;AAEpC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAW4E,CAAC;AAEpH,kGAAkG;AAClG,eAAO,MAAM,wBAAwB,sCAAgE,CAAC;AAEtG,eAAO,MAAM,uBAAuB;;;EAAwE,CAAC;AAE7G,eAAO,MAAM,0BAA0B;;;EAAwE,CAAC;AAEhH,eAAO,MAAM,+BAA+B;;;;;;;;EAOtC,CAAC;AAEP,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;iBAyBzC,CAAC;AAEP;;;;;;;;;GASG;AACH,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;mBAGE,CAAC;AAErD,eAAO,MAAM,kCAAkC;;;kBAuBE,CAAC;AAElD,eAAO,MAAM,+BAA+B;;;;;kBAWtC,CAAC;AAEP,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;iBA2BE,CAAC;AAElD,eAAO,MAAM,mCAAmC;;;;;;iBAQE,CAAC;AAEnD,eAAO,MAAM,0BAA0B;;;;;EAEE,CAAC;AAE1C,eAAO,MAAM,iCAAiC;;;;EAEE,CAAC;AAEjD;;;;;;;GAOG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;iBA4CE,CAAC;AAEpD,eAAO,MAAM,qCAAqC;;;;;iBA4C5C,CAAC;AAEP;;;;GAIG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;kBAYE,CAAC;AAEvD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAME,CAAC;AAEpD,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAuDE,CAAC;AAEhD;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBA+DE,CAAC"}
@@ -439,6 +439,8 @@ export declare const ProjectSchema: z.ZodObject<{
439
439
  }, z.core.$strict>, z.ZodObject<{
440
440
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
441
441
  task: z.ZodOptional<z.ZodEnum<{
442
+ edit: "edit";
443
+ extend: "extend";
442
444
  image_to_video: "image_to_video";
443
445
  reference_to_video: "reference_to_video";
444
446
  text_to_video: "text_to_video";
@@ -448,6 +450,12 @@ export declare const ProjectSchema: z.ZodObject<{
448
450
  "9:16": "9:16";
449
451
  }>>;
450
452
  duration_seconds: z.ZodOptional<z.ZodNumber>;
453
+ resolution: z.ZodOptional<z.ZodEnum<{
454
+ "1080p": "1080p";
455
+ "360p": "360p";
456
+ "4k": "4k";
457
+ "720p": "720p";
458
+ }>>;
451
459
  }, z.core.$strict>, z.ZodObject<{
452
460
  _option_id: z.ZodLiteral<"vertexai-grok">;
453
461
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1003,6 +1011,8 @@ export declare const ProjectSchema: z.ZodObject<{
1003
1011
  }, z.core.$strict>, z.ZodObject<{
1004
1012
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
1005
1013
  task: z.ZodOptional<z.ZodEnum<{
1014
+ edit: "edit";
1015
+ extend: "extend";
1006
1016
  image_to_video: "image_to_video";
1007
1017
  reference_to_video: "reference_to_video";
1008
1018
  text_to_video: "text_to_video";
@@ -1012,6 +1022,12 @@ export declare const ProjectSchema: z.ZodObject<{
1012
1022
  "9:16": "9:16";
1013
1023
  }>>;
1014
1024
  duration_seconds: z.ZodOptional<z.ZodNumber>;
1025
+ resolution: z.ZodOptional<z.ZodEnum<{
1026
+ "1080p": "1080p";
1027
+ "360p": "360p";
1028
+ "4k": "4k";
1029
+ "720p": "720p";
1030
+ }>>;
1015
1031
  }, z.core.$strict>, z.ZodObject<{
1016
1032
  _option_id: z.ZodLiteral<"vertexai-grok">;
1017
1033
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1603,6 +1619,8 @@ export declare const ProjectSchema: z.ZodObject<{
1603
1619
  }, z.core.$strict>, z.ZodObject<{
1604
1620
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
1605
1621
  task: z.ZodOptional<z.ZodEnum<{
1622
+ edit: "edit";
1623
+ extend: "extend";
1606
1624
  image_to_video: "image_to_video";
1607
1625
  reference_to_video: "reference_to_video";
1608
1626
  text_to_video: "text_to_video";
@@ -1612,6 +1630,12 @@ export declare const ProjectSchema: z.ZodObject<{
1612
1630
  "9:16": "9:16";
1613
1631
  }>>;
1614
1632
  duration_seconds: z.ZodOptional<z.ZodNumber>;
1633
+ resolution: z.ZodOptional<z.ZodEnum<{
1634
+ "1080p": "1080p";
1635
+ "360p": "360p";
1636
+ "4k": "4k";
1637
+ "720p": "720p";
1638
+ }>>;
1615
1639
  }, z.core.$strict>, z.ZodObject<{
1616
1640
  _option_id: z.ZodLiteral<"vertexai-grok">;
1617
1641
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -2156,6 +2180,8 @@ export declare const ProjectSchema: z.ZodObject<{
2156
2180
  }, z.core.$strict>, z.ZodObject<{
2157
2181
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
2158
2182
  task: z.ZodOptional<z.ZodEnum<{
2183
+ edit: "edit";
2184
+ extend: "extend";
2159
2185
  image_to_video: "image_to_video";
2160
2186
  reference_to_video: "reference_to_video";
2161
2187
  text_to_video: "text_to_video";
@@ -2165,6 +2191,12 @@ export declare const ProjectSchema: z.ZodObject<{
2165
2191
  "9:16": "9:16";
2166
2192
  }>>;
2167
2193
  duration_seconds: z.ZodOptional<z.ZodNumber>;
2194
+ resolution: z.ZodOptional<z.ZodEnum<{
2195
+ "1080p": "1080p";
2196
+ "360p": "360p";
2197
+ "4k": "4k";
2198
+ "720p": "720p";
2199
+ }>>;
2168
2200
  }, z.core.$strict>, z.ZodObject<{
2169
2201
  _option_id: z.ZodLiteral<"vertexai-grok">;
2170
2202
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -2714,6 +2746,8 @@ export declare const ProjectSchema: z.ZodObject<{
2714
2746
  }, z.core.$strict>, z.ZodObject<{
2715
2747
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
2716
2748
  task: z.ZodOptional<z.ZodEnum<{
2749
+ edit: "edit";
2750
+ extend: "extend";
2717
2751
  image_to_video: "image_to_video";
2718
2752
  reference_to_video: "reference_to_video";
2719
2753
  text_to_video: "text_to_video";
@@ -2723,6 +2757,12 @@ export declare const ProjectSchema: z.ZodObject<{
2723
2757
  "9:16": "9:16";
2724
2758
  }>>;
2725
2759
  duration_seconds: z.ZodOptional<z.ZodNumber>;
2760
+ resolution: z.ZodOptional<z.ZodEnum<{
2761
+ "1080p": "1080p";
2762
+ "360p": "360p";
2763
+ "4k": "4k";
2764
+ "720p": "720p";
2765
+ }>>;
2726
2766
  }, z.core.$strict>, z.ZodObject<{
2727
2767
  _option_id: z.ZodLiteral<"vertexai-grok">;
2728
2768
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -3516,6 +3556,8 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
3516
3556
  }, z.core.$strict>, z.ZodObject<{
3517
3557
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
3518
3558
  task: z.ZodOptional<z.ZodEnum<{
3559
+ edit: "edit";
3560
+ extend: "extend";
3519
3561
  image_to_video: "image_to_video";
3520
3562
  reference_to_video: "reference_to_video";
3521
3563
  text_to_video: "text_to_video";
@@ -3525,6 +3567,12 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
3525
3567
  "9:16": "9:16";
3526
3568
  }>>;
3527
3569
  duration_seconds: z.ZodOptional<z.ZodNumber>;
3570
+ resolution: z.ZodOptional<z.ZodEnum<{
3571
+ "1080p": "1080p";
3572
+ "360p": "360p";
3573
+ "4k": "4k";
3574
+ "720p": "720p";
3575
+ }>>;
3528
3576
  }, z.core.$strict>, z.ZodObject<{
3529
3577
  _option_id: z.ZodLiteral<"vertexai-grok">;
3530
3578
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -4080,6 +4128,8 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
4080
4128
  }, z.core.$strict>, z.ZodObject<{
4081
4129
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
4082
4130
  task: z.ZodOptional<z.ZodEnum<{
4131
+ edit: "edit";
4132
+ extend: "extend";
4083
4133
  image_to_video: "image_to_video";
4084
4134
  reference_to_video: "reference_to_video";
4085
4135
  text_to_video: "text_to_video";
@@ -4089,6 +4139,12 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
4089
4139
  "9:16": "9:16";
4090
4140
  }>>;
4091
4141
  duration_seconds: z.ZodOptional<z.ZodNumber>;
4142
+ resolution: z.ZodOptional<z.ZodEnum<{
4143
+ "1080p": "1080p";
4144
+ "360p": "360p";
4145
+ "4k": "4k";
4146
+ "720p": "720p";
4147
+ }>>;
4092
4148
  }, z.core.$strict>, z.ZodObject<{
4093
4149
  _option_id: z.ZodLiteral<"vertexai-grok">;
4094
4150
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -4680,6 +4736,8 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
4680
4736
  }, z.core.$strict>, z.ZodObject<{
4681
4737
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
4682
4738
  task: z.ZodOptional<z.ZodEnum<{
4739
+ edit: "edit";
4740
+ extend: "extend";
4683
4741
  image_to_video: "image_to_video";
4684
4742
  reference_to_video: "reference_to_video";
4685
4743
  text_to_video: "text_to_video";
@@ -4689,6 +4747,12 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
4689
4747
  "9:16": "9:16";
4690
4748
  }>>;
4691
4749
  duration_seconds: z.ZodOptional<z.ZodNumber>;
4750
+ resolution: z.ZodOptional<z.ZodEnum<{
4751
+ "1080p": "1080p";
4752
+ "360p": "360p";
4753
+ "4k": "4k";
4754
+ "720p": "720p";
4755
+ }>>;
4692
4756
  }, z.core.$strict>, z.ZodObject<{
4693
4757
  _option_id: z.ZodLiteral<"vertexai-grok">;
4694
4758
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -5233,6 +5297,8 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
5233
5297
  }, z.core.$strict>, z.ZodObject<{
5234
5298
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
5235
5299
  task: z.ZodOptional<z.ZodEnum<{
5300
+ edit: "edit";
5301
+ extend: "extend";
5236
5302
  image_to_video: "image_to_video";
5237
5303
  reference_to_video: "reference_to_video";
5238
5304
  text_to_video: "text_to_video";
@@ -5242,6 +5308,12 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
5242
5308
  "9:16": "9:16";
5243
5309
  }>>;
5244
5310
  duration_seconds: z.ZodOptional<z.ZodNumber>;
5311
+ resolution: z.ZodOptional<z.ZodEnum<{
5312
+ "1080p": "1080p";
5313
+ "360p": "360p";
5314
+ "4k": "4k";
5315
+ "720p": "720p";
5316
+ }>>;
5245
5317
  }, z.core.$strict>, z.ZodObject<{
5246
5318
  _option_id: z.ZodLiteral<"vertexai-grok">;
5247
5319
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -5791,6 +5863,8 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
5791
5863
  }, z.core.$strict>, z.ZodObject<{
5792
5864
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
5793
5865
  task: z.ZodOptional<z.ZodEnum<{
5866
+ edit: "edit";
5867
+ extend: "extend";
5794
5868
  image_to_video: "image_to_video";
5795
5869
  reference_to_video: "reference_to_video";
5796
5870
  text_to_video: "text_to_video";
@@ -5800,6 +5874,12 @@ export declare const UpdateProjectPayloadSchema: z.ZodObject<{
5800
5874
  "9:16": "9:16";
5801
5875
  }>>;
5802
5876
  duration_seconds: z.ZodOptional<z.ZodNumber>;
5877
+ resolution: z.ZodOptional<z.ZodEnum<{
5878
+ "1080p": "1080p";
5879
+ "360p": "360p";
5880
+ "4k": "4k";
5881
+ "720p": "720p";
5882
+ }>>;
5803
5883
  }, z.core.$strict>, z.ZodObject<{
5804
5884
  _option_id: z.ZodLiteral<"vertexai-grok">;
5805
5885
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -6581,6 +6661,8 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
6581
6661
  }, z.core.$strict>, z.ZodObject<{
6582
6662
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
6583
6663
  task: z.ZodOptional<z.ZodEnum<{
6664
+ edit: "edit";
6665
+ extend: "extend";
6584
6666
  image_to_video: "image_to_video";
6585
6667
  reference_to_video: "reference_to_video";
6586
6668
  text_to_video: "text_to_video";
@@ -6590,6 +6672,12 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
6590
6672
  "9:16": "9:16";
6591
6673
  }>>;
6592
6674
  duration_seconds: z.ZodOptional<z.ZodNumber>;
6675
+ resolution: z.ZodOptional<z.ZodEnum<{
6676
+ "1080p": "1080p";
6677
+ "360p": "360p";
6678
+ "4k": "4k";
6679
+ "720p": "720p";
6680
+ }>>;
6593
6681
  }, z.core.$strict>, z.ZodObject<{
6594
6682
  _option_id: z.ZodLiteral<"vertexai-grok">;
6595
6683
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -7145,6 +7233,8 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
7145
7233
  }, z.core.$strict>, z.ZodObject<{
7146
7234
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
7147
7235
  task: z.ZodOptional<z.ZodEnum<{
7236
+ edit: "edit";
7237
+ extend: "extend";
7148
7238
  image_to_video: "image_to_video";
7149
7239
  reference_to_video: "reference_to_video";
7150
7240
  text_to_video: "text_to_video";
@@ -7154,6 +7244,12 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
7154
7244
  "9:16": "9:16";
7155
7245
  }>>;
7156
7246
  duration_seconds: z.ZodOptional<z.ZodNumber>;
7247
+ resolution: z.ZodOptional<z.ZodEnum<{
7248
+ "1080p": "1080p";
7249
+ "360p": "360p";
7250
+ "4k": "4k";
7251
+ "720p": "720p";
7252
+ }>>;
7157
7253
  }, z.core.$strict>, z.ZodObject<{
7158
7254
  _option_id: z.ZodLiteral<"vertexai-grok">;
7159
7255
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -7745,6 +7841,8 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
7745
7841
  }, z.core.$strict>, z.ZodObject<{
7746
7842
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
7747
7843
  task: z.ZodOptional<z.ZodEnum<{
7844
+ edit: "edit";
7845
+ extend: "extend";
7748
7846
  image_to_video: "image_to_video";
7749
7847
  reference_to_video: "reference_to_video";
7750
7848
  text_to_video: "text_to_video";
@@ -7754,6 +7852,12 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
7754
7852
  "9:16": "9:16";
7755
7853
  }>>;
7756
7854
  duration_seconds: z.ZodOptional<z.ZodNumber>;
7855
+ resolution: z.ZodOptional<z.ZodEnum<{
7856
+ "1080p": "1080p";
7857
+ "360p": "360p";
7858
+ "4k": "4k";
7859
+ "720p": "720p";
7860
+ }>>;
7757
7861
  }, z.core.$strict>, z.ZodObject<{
7758
7862
  _option_id: z.ZodLiteral<"vertexai-grok">;
7759
7863
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -8298,6 +8402,8 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
8298
8402
  }, z.core.$strict>, z.ZodObject<{
8299
8403
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
8300
8404
  task: z.ZodOptional<z.ZodEnum<{
8405
+ edit: "edit";
8406
+ extend: "extend";
8301
8407
  image_to_video: "image_to_video";
8302
8408
  reference_to_video: "reference_to_video";
8303
8409
  text_to_video: "text_to_video";
@@ -8307,6 +8413,12 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
8307
8413
  "9:16": "9:16";
8308
8414
  }>>;
8309
8415
  duration_seconds: z.ZodOptional<z.ZodNumber>;
8416
+ resolution: z.ZodOptional<z.ZodEnum<{
8417
+ "1080p": "1080p";
8418
+ "360p": "360p";
8419
+ "4k": "4k";
8420
+ "720p": "720p";
8421
+ }>>;
8310
8422
  }, z.core.$strict>, z.ZodObject<{
8311
8423
  _option_id: z.ZodLiteral<"vertexai-grok">;
8312
8424
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -8856,6 +8968,8 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
8856
8968
  }, z.core.$strict>, z.ZodObject<{
8857
8969
  _option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
8858
8970
  task: z.ZodOptional<z.ZodEnum<{
8971
+ edit: "edit";
8972
+ extend: "extend";
8859
8973
  image_to_video: "image_to_video";
8860
8974
  reference_to_video: "reference_to_video";
8861
8975
  text_to_video: "text_to_video";
@@ -8865,6 +8979,12 @@ export declare const UpdateProjectConfigurationPayloadSchema: z.ZodObject<{
8865
8979
  "9:16": "9:16";
8866
8980
  }>>;
8867
8981
  duration_seconds: z.ZodOptional<z.ZodNumber>;
8982
+ resolution: z.ZodOptional<z.ZodEnum<{
8983
+ "1080p": "1080p";
8984
+ "360p": "360p";
8985
+ "4k": "4k";
8986
+ "720p": "720p";
8987
+ }>>;
8868
8988
  }, z.core.$strict>, z.ZodObject<{
8869
8989
  _option_id: z.ZodLiteral<"vertexai-grok">;
8870
8990
  max_tokens: z.ZodOptional<z.ZodNumber>;
@@ -1 +1 @@
1
- {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/api-schemas/project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAG3D;;GAEG;AAEH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;iBAIE,CAAC;AAEvC,eAAO,MAAM,qBAAqB;;iBAIE,CAAC;AAErC,eAAO,MAAM,0BAA0B;;;;;iBAOG,CAAC;AAE3C,eAAO,MAAM,iCAAiC;;iBAIE,CAAC;AAEjD;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB;;iBAIE,CAAC;AAEjC,eAAO,MAAM,2BAA2B,yCAAsE,CAAC;AAE/G,eAAO,MAAM,iCAAiC;;;iBAKE,CAAC;AAEjD,0FAA0F;AAC1F,eAAO,MAAM,oCAAoC;;;;;iBAIE,CAAC;AAEpD;;;;;;;;GAQG;AACH,eAAO,MAAM,qBAAqB;;;;;;iBAoB5B,CAAC;AAEP,eAAO,MAAM,0BAA0B;;;;;;kBAAsE,CAAC;AAE9G,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAClF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AACtG,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AACtE,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AACtG,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAC5G,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AA0BxF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;iBAKE,CAAC;AAEjD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;iBAWE,CAAC;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAeE,CAAC;AAE7B;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAA+D,CAAC;AAEvG,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAElD,CAAC"}
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../src/api-schemas/project.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAG3D;;GAEG;AAEH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;iBAIE,CAAC;AAEvC,eAAO,MAAM,qBAAqB;;iBAIE,CAAC;AAErC,eAAO,MAAM,0BAA0B;;;;;iBAOG,CAAC;AAE3C,eAAO,MAAM,iCAAiC;;iBAIE,CAAC;AAEjD;;;;;;;;;GASG;AACH,eAAO,MAAM,iBAAiB;;iBAIE,CAAC;AAEjC,eAAO,MAAM,2BAA2B,yCAAsE,CAAC;AAE/G,eAAO,MAAM,iCAAiC;;;iBAKE,CAAC;AAEjD,0FAA0F;AAC1F,eAAO,MAAM,oCAAoC;;;;;iBAIE,CAAC;AAEpD;;;;;;;;GAQG;AACH,eAAO,MAAM,qBAAqB;;;;;;iBAoB5B,CAAC;AAEP,eAAO,MAAM,0BAA0B;;;;;;kBAAsE,CAAC;AAE9G,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAClF,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACxF,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AACtG,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AACtE,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AACtG,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAC5G,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AAC9E,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AA0BxF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;iBAKE,CAAC;AAEjD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;iBAWE,CAAC;AAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAeE,CAAC;AAE7B;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAA+D,CAAC;AAEvG,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAElD,CAAC"}