@husar.ai/cli 0.1.5 → 0.1.7

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.
package/src/zeus/const.ts CHANGED
@@ -11,6 +11,7 @@ export const AllTypesProps: Record<string,any> = {
11
11
  ConditionSetOperator: "enum" as const,
12
12
  ConditionOperator: "enum" as const,
13
13
  ConditionType: "enum" as const,
14
+ ActionType: "enum" as const,
14
15
  PageInput:{
15
16
 
16
17
  },
@@ -33,16 +34,19 @@ export const AllTypesProps: Record<string,any> = {
33
34
  variantsdocsBySlug:{
34
35
 
35
36
  },
36
- oneViewhomepage:{
37
+ oneViewaccount:{
37
38
  rootParams:"RootParamsInput"
38
39
  },
39
- oneViewhowitworks:{
40
+ oneViewfeatures:{
40
41
  rootParams:"RootParamsInput"
41
42
  },
42
- oneFormsteps:{
43
+ oneViewhomepage:{
43
44
  rootParams:"RootParamsInput"
44
45
  },
45
- oneFormtest:{
46
+ oneViewhowitworks:{
47
+ rootParams:"RootParamsInput"
48
+ },
49
+ oneViewpricing:{
46
50
  rootParams:"RootParamsInput"
47
51
  }
48
52
  },
@@ -136,6 +140,15 @@ export const ReturnTypes: Record<string,any> = {
136
140
  value:"String",
137
141
  children:"Condition"
138
142
  },
143
+ Action:{
144
+ path:"String",
145
+ type:"ActionType",
146
+ value:"String"
147
+ },
148
+ Rule:{
149
+ conditions:"Condition",
150
+ actions:"Action"
151
+ },
139
152
  Visual:{
140
153
  className:"String",
141
154
  component:"String"
@@ -144,6 +157,9 @@ export const ReturnTypes: Record<string,any> = {
144
157
  total:"Int",
145
158
  hasNext:"Boolean"
146
159
  },
160
+ Mutation:{
161
+ heartbeat:"String"
162
+ },
147
163
  RootParamsAdminType: `scalar.RootParamsAdminType` as const,
148
164
  Shape:{
149
165
  name:"String",
@@ -151,6 +167,7 @@ export const ReturnTypes: Record<string,any> = {
151
167
  display:"String",
152
168
  previewFields:"BakedIpsumData",
153
169
  prompt:"String",
170
+ promptResponse:"AiComponent",
154
171
  fields:"CMSField"
155
172
  },
156
173
  View:{
@@ -159,14 +176,25 @@ export const ReturnTypes: Record<string,any> = {
159
176
  slug:"String",
160
177
  display:"String"
161
178
  },
179
+ AiComponent:{
180
+ name:"String",
181
+ htmlComponent:"String",
182
+ className:"String",
183
+ textContent:"String",
184
+ children:"AiComponent"
185
+ },
186
+ FormFieldVisual:{
187
+ className:"String",
188
+ component:"String",
189
+ rules:"Rule"
190
+ },
162
191
  FormField:{
163
192
  name:"String",
164
193
  display:"String",
165
194
  type:"FormFieldType",
166
195
  list:"Boolean",
167
196
  fields:"FormField",
168
- visual:"Visual",
169
- conditions:"Condition",
197
+ visual:"FormFieldVisual",
170
198
  placeholder:"String",
171
199
  root:"Boolean",
172
200
  options:"String",
@@ -222,10 +250,25 @@ export const ReturnTypes: Record<string,any> = {
222
250
  label:"String",
223
251
  options:"String"
224
252
  },
253
+ FormCheckboxField:{
254
+ label:"String"
255
+ },
256
+ FormButtonField:{
257
+ label:"String"
258
+ },
225
259
  FormProductField:{
226
260
  label:"String",
227
261
  name:"String"
228
262
  },
263
+ FormVariableField:{
264
+ label:"String",
265
+ name:"String",
266
+ defaultValue:"String"
267
+ },
268
+ FormDisplayField:{
269
+ label:"String",
270
+ path:"String"
271
+ },
229
272
  Query:{
230
273
  navigation:"ModelNavigation",
231
274
  rootParams:"RootCMSParam",
@@ -241,10 +284,6 @@ export const ReturnTypes: Record<string,any> = {
241
284
  fieldSetdocs:"String",
242
285
  modeldocs:"ModelNavigationCompiled",
243
286
  previewFieldsdocs:"ModelNavigationCompiled",
244
- fieldSetShapecta:"String",
245
- modelShapecta:"ModelNavigationCompiled",
246
- previewFieldsShapecta:"ModelNavigationCompiled",
247
- oneShapecta:"Shapecta",
248
287
  fieldSetShapedocs_content:"String",
249
288
  modelShapedocs_content:"ModelNavigationCompiled",
250
289
  previewFieldsShapedocs_content:"ModelNavigationCompiled",
@@ -253,6 +292,10 @@ export const ReturnTypes: Record<string,any> = {
253
292
  modelShapedocs_nav:"ModelNavigationCompiled",
254
293
  previewFieldsShapedocs_nav:"ModelNavigationCompiled",
255
294
  oneShapedocs_nav:"Shapedocs_nav",
295
+ fieldSetShapefeaturepresentation:"String",
296
+ modelShapefeaturepresentation:"ModelNavigationCompiled",
297
+ previewFieldsShapefeaturepresentation:"ModelNavigationCompiled",
298
+ oneShapefeaturepresentation:"Shapefeaturepresentation",
256
299
  fieldSetShapefoot:"String",
257
300
  modelShapefoot:"ModelNavigationCompiled",
258
301
  previewFieldsShapefoot:"ModelNavigationCompiled",
@@ -265,10 +308,10 @@ export const ReturnTypes: Record<string,any> = {
265
308
  modelShapeherox:"ModelNavigationCompiled",
266
309
  previewFieldsShapeherox:"ModelNavigationCompiled",
267
310
  oneShapeherox:"Shapeherox",
268
- fieldSetShapelearn:"String",
269
- modelShapelearn:"ModelNavigationCompiled",
270
- previewFieldsShapelearn:"ModelNavigationCompiled",
271
- oneShapelearn:"Shapelearn",
311
+ fieldSetShapelista_projektow:"String",
312
+ modelShapelista_projektow:"ModelNavigationCompiled",
313
+ previewFieldsShapelista_projektow:"ModelNavigationCompiled",
314
+ oneShapelista_projektow:"Shapelista_projektow",
272
315
  fieldSetShapenav:"String",
273
316
  modelShapenav:"ModelNavigationCompiled",
274
317
  previewFieldsShapenav:"ModelNavigationCompiled",
@@ -277,26 +320,32 @@ export const ReturnTypes: Record<string,any> = {
277
320
  modelShapenewshape:"ModelNavigationCompiled",
278
321
  previewFieldsShapenewshape:"ModelNavigationCompiled",
279
322
  oneShapenewshape:"Shapenewshape",
280
- fieldSetShapenewshapereprompt:"String",
281
- modelShapenewshapereprompt:"ModelNavigationCompiled",
282
- previewFieldsShapenewshapereprompt:"ModelNavigationCompiled",
283
- oneShapenewshapereprompt:"Shapenewshapereprompt",
284
- fieldSetShapenewsletter:"String",
285
- modelShapenewsletter:"ModelNavigationCompiled",
286
- previewFieldsShapenewsletter:"ModelNavigationCompiled",
287
- oneShapenewsletter:"Shapenewsletter",
288
- fieldSetShapepricing:"String",
289
- modelShapepricing:"ModelNavigationCompiled",
290
- previewFieldsShapepricing:"ModelNavigationCompiled",
291
- oneShapepricing:"Shapepricing",
323
+ fieldSetShapepricing_table:"String",
324
+ modelShapepricing_table:"ModelNavigationCompiled",
325
+ previewFieldsShapepricing_table:"ModelNavigationCompiled",
326
+ oneShapepricing_table:"Shapepricing_table",
292
327
  fieldSetShapepricingv1:"String",
293
328
  modelShapepricingv1:"ModelNavigationCompiled",
294
329
  previewFieldsShapepricingv1:"ModelNavigationCompiled",
295
330
  oneShapepricingv1:"Shapepricingv1",
296
- fieldSetShapetesta:"String",
297
- modelShapetesta:"ModelNavigationCompiled",
298
- previewFieldsShapetesta:"ModelNavigationCompiled",
299
- oneShapetesta:"Shapetesta",
331
+ fieldSetShapeprofile_info:"String",
332
+ modelShapeprofile_info:"ModelNavigationCompiled",
333
+ previewFieldsShapeprofile_info:"ModelNavigationCompiled",
334
+ oneShapeprofile_info:"Shapeprofile_info",
335
+ fieldSetShapeusage:"String",
336
+ modelShapeusage:"ModelNavigationCompiled",
337
+ previewFieldsShapeusage:"ModelNavigationCompiled",
338
+ oneShapeusage:"Shapeusage",
339
+ variantsViewaccount:"Viewaccount",
340
+ fieldSetViewaccount:"String",
341
+ modelViewaccount:"ModelNavigationCompiled",
342
+ previewFieldsViewaccount:"ModelNavigationCompiled",
343
+ oneViewaccount:"Viewaccount",
344
+ variantsViewfeatures:"Viewfeatures",
345
+ fieldSetViewfeatures:"String",
346
+ modelViewfeatures:"ModelNavigationCompiled",
347
+ previewFieldsViewfeatures:"ModelNavigationCompiled",
348
+ oneViewfeatures:"Viewfeatures",
300
349
  variantsViewhomepage:"Viewhomepage",
301
350
  fieldSetViewhomepage:"String",
302
351
  modelViewhomepage:"ModelNavigationCompiled",
@@ -307,16 +356,11 @@ export const ReturnTypes: Record<string,any> = {
307
356
  modelViewhowitworks:"ModelNavigationCompiled",
308
357
  previewFieldsViewhowitworks:"ModelNavigationCompiled",
309
358
  oneViewhowitworks:"Viewhowitworks",
310
- variantsFormsteps:"Formsteps",
311
- fieldSetFormsteps:"String",
312
- modelFormsteps:"ModelNavigationCompiled",
313
- previewFieldsFormsteps:"ModelNavigationCompiled",
314
- oneFormsteps:"Formsteps",
315
- variantsFormtest:"Formtest",
316
- fieldSetFormtest:"String",
317
- modelFormtest:"ModelNavigationCompiled",
318
- previewFieldsFormtest:"ModelNavigationCompiled",
319
- oneFormtest:"Formtest"
359
+ variantsViewpricing:"Viewpricing",
360
+ fieldSetViewpricing:"String",
361
+ modelViewpricing:"ModelNavigationCompiled",
362
+ previewFieldsViewpricing:"ModelNavigationCompiled",
363
+ oneViewpricing:"Viewpricing"
320
364
  },
321
365
  RootParamsType:{
322
366
  _version:"String",
@@ -343,12 +387,41 @@ export const ReturnTypes: Record<string,any> = {
343
387
  draft_version:"Boolean",
344
388
  json_ld:"String"
345
389
  },
390
+ ViewaccountMain:{
391
+ profile:"Shapeprofile_info",
392
+ projects:"Shapelista_projektow"
393
+ },
394
+ Viewaccount:{
395
+ _version:"VersionField",
396
+ main:"ViewaccountMain",
397
+ locale:"String",
398
+ slug:"String",
399
+ _id:"String",
400
+ createdAt:"Float",
401
+ updatedAt:"Float",
402
+ draft_version:"Boolean",
403
+ json_ld:"String"
404
+ },
405
+ ViewfeaturesMain:{
406
+ auto_translation:"Shapefeaturepresentation",
407
+ ai_component:"Shapefeaturepresentation"
408
+ },
409
+ Viewfeatures:{
410
+ _version:"VersionField",
411
+ main:"ViewfeaturesMain",
412
+ locale:"String",
413
+ slug:"String",
414
+ _id:"String",
415
+ createdAt:"Float",
416
+ updatedAt:"Float",
417
+ draft_version:"Boolean",
418
+ json_ld:"String"
419
+ },
346
420
  Viewhomepage:{
347
421
  _version:"VersionField",
348
422
  nav:"Shapenav",
349
423
  main:"Shapehero",
350
424
  hero:"Shapeherox",
351
- learn:"Shapelearn",
352
425
  pricing:"Shapepricingv1",
353
426
  footer:"Shapefoot",
354
427
  locale:"String",
@@ -376,19 +449,18 @@ export const ReturnTypes: Record<string,any> = {
376
449
  draft_version:"Boolean",
377
450
  json_ld:"String"
378
451
  },
379
- ShapectaCta_sectionCta_container:{
380
- cta_heading:"String",
381
- cta_subtitle:"String",
382
- cta_button:"String"
383
- },
384
- ShapectaCta_section:{
385
- cta_container:"ShapectaCta_sectionCta_container"
386
- },
387
- Shapecta:{
388
- cta_section:"ShapectaCta_section",
452
+ Viewpricing:{
453
+ _version:"VersionField",
454
+ pricing:"Shapepricingv1",
455
+ table:"Shapepricing_table",
456
+ cta:"Shapenewshape",
457
+ locale:"String",
458
+ slug:"String",
389
459
  _id:"String",
390
460
  createdAt:"Float",
391
- updatedAt:"Float"
461
+ updatedAt:"Float",
462
+ draft_version:"Boolean",
463
+ json_ld:"String"
392
464
  },
393
465
  Shapedocs_contentDocumentation_pageContent_containerDoc_content:{
394
466
  content:"String"
@@ -433,6 +505,17 @@ export const ReturnTypes: Record<string,any> = {
433
505
  createdAt:"Float",
434
506
  updatedAt:"Float"
435
507
  },
508
+ ShapefeaturepresentationMain:{
509
+ title:"String",
510
+ subtitle:"String",
511
+ content:"String"
512
+ },
513
+ Shapefeaturepresentation:{
514
+ main:"ShapefeaturepresentationMain",
515
+ _id:"String",
516
+ createdAt:"Float",
517
+ updatedAt:"Float"
518
+ },
436
519
  ShapefootFooterFooter_containerFooter_links:{
437
520
  privacy_policy:"String",
438
521
  terms_of_service:"String",
@@ -452,10 +535,13 @@ export const ReturnTypes: Record<string,any> = {
452
535
  createdAt:"Float",
453
536
  updatedAt:"Float"
454
537
  },
538
+ ShapeheroHero_componentSlogan_parent:{
539
+ slogan:"String"
540
+ },
455
541
  ShapeheroHero_component:{
456
542
  logoplace:"String",
457
543
  logo:"String",
458
- slogan:"String",
544
+ slogan_parent:"ShapeheroHero_componentSlogan_parent",
459
545
  subslogan:"String"
460
546
  },
461
547
  Shapehero:{
@@ -470,15 +556,18 @@ export const ReturnTypes: Record<string,any> = {
470
556
  ShapeheroxHero_sectionHero_containerText_wrapper:{
471
557
  title:"String",
472
558
  description:"String",
473
- features:"ShapeheroxHero_sectionHero_containerText_wrapperFeatures",
474
- call_to_action:"String"
559
+ features:"ShapeheroxHero_sectionHero_containerText_wrapperFeatures"
475
560
  },
476
561
  ShapeheroxHero_sectionHero_containerImage_wrapper:{
477
562
  hero_image:"ImageField"
478
563
  },
564
+ ShapeheroxHero_sectionHero_containerPresentation:{
565
+ video:"VideoField"
566
+ },
479
567
  ShapeheroxHero_sectionHero_container:{
480
568
  text_wrapper:"ShapeheroxHero_sectionHero_containerText_wrapper",
481
- image_wrapper:"ShapeheroxHero_sectionHero_containerImage_wrapper"
569
+ image_wrapper:"ShapeheroxHero_sectionHero_containerImage_wrapper",
570
+ presentation:"ShapeheroxHero_sectionHero_containerPresentation"
482
571
  },
483
572
  ShapeheroxHero_section:{
484
573
  hero_container:"ShapeheroxHero_sectionHero_container"
@@ -489,17 +578,21 @@ export const ReturnTypes: Record<string,any> = {
489
578
  createdAt:"Float",
490
579
  updatedAt:"Float"
491
580
  },
492
- ShapelearnLearning_sectionContainer:{
493
- image:"ImageField",
494
- heading:"String",
495
- description:"String",
496
- cta_button:"String"
581
+ Shapelista_projektowListProjectsInstance:{
582
+ title:"String",
583
+ link:"String",
584
+ remove_button:"String"
497
585
  },
498
- ShapelearnLearning_section:{
499
- container:"ShapelearnLearning_sectionContainer"
586
+ Shapelista_projektowListProjects:{
587
+ instance:"Shapelista_projektowListProjectsInstance"
500
588
  },
501
- Shapelearn:{
502
- learning_section:"ShapelearnLearning_section",
589
+ Shapelista_projektowList:{
590
+ title:"String",
591
+ subtitle:"String",
592
+ projects:"Shapelista_projektowListProjects"
593
+ },
594
+ Shapelista_projektow:{
595
+ list:"Shapelista_projektowList",
503
596
  _id:"String",
504
597
  createdAt:"Float",
505
598
  updatedAt:"Float"
@@ -539,51 +632,30 @@ export const ReturnTypes: Record<string,any> = {
539
632
  createdAt:"Float",
540
633
  updatedAt:"Float"
541
634
  },
542
- Shapenewshapereprompt:{
543
- _id:"String",
544
- createdAt:"Float",
545
- updatedAt:"Float"
546
- },
547
- ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form:{
548
- email_input:"String",
549
- subscribe_button:"String"
550
- },
551
- ShapenewsletterNewsletter_sectionNewsletter_container:{
552
- newsletter_heading:"String",
553
- newsletter_description:"String",
554
- newsletter_form:"ShapenewsletterNewsletter_sectionNewsletter_containerNewsletter_form"
555
- },
556
- ShapenewsletterNewsletter_section:{
557
- newsletter_container:"ShapenewsletterNewsletter_sectionNewsletter_container"
558
- },
559
- Shapenewsletter:{
560
- newsletter_section:"ShapenewsletterNewsletter_section",
561
- _id:"String",
562
- createdAt:"Float",
563
- updatedAt:"Float"
564
- },
565
- ShapepricingPricing_sectionPricing_header:{
635
+ Shapepricing_tablePricing_sectionHeader_wrapper:{
566
636
  title:"String",
567
- sub_title:"String"
637
+ description:"String"
568
638
  },
569
- ShapepricingPricing_sectionPricing_gridStarter_planPlan_features:{
570
- feat:"String"
639
+ Shapepricing_tablePricing_sectionPricing_tableTable_head:{
640
+ feature:"String",
641
+ unit:"String",
642
+ price:"String"
571
643
  },
572
- ShapepricingPricing_sectionPricing_gridStarter_plan:{
573
- plan_title:"String",
574
- plan_price:"String",
575
- plan_features:"ShapepricingPricing_sectionPricing_gridStarter_planPlan_features",
576
- plan_cta:"String"
644
+ Shapepricing_tablePricing_sectionPricing_tableRows:{
645
+ feature:"String",
646
+ unit:"String",
647
+ price:"String"
577
648
  },
578
- ShapepricingPricing_sectionPricing_grid:{
579
- starter_plan:"ShapepricingPricing_sectionPricing_gridStarter_plan"
649
+ Shapepricing_tablePricing_sectionPricing_table:{
650
+ table_head:"Shapepricing_tablePricing_sectionPricing_tableTable_head",
651
+ rows:"Shapepricing_tablePricing_sectionPricing_tableRows"
580
652
  },
581
- ShapepricingPricing_section:{
582
- pricing_header:"ShapepricingPricing_sectionPricing_header",
583
- pricing_grid:"ShapepricingPricing_sectionPricing_grid"
653
+ Shapepricing_tablePricing_section:{
654
+ header_wrapper:"Shapepricing_tablePricing_sectionHeader_wrapper",
655
+ pricing_table:"Shapepricing_tablePricing_sectionPricing_table"
584
656
  },
585
- Shapepricing:{
586
- pricing_section:"ShapepricingPricing_section",
657
+ Shapepricing_table:{
658
+ pricing_section:"Shapepricing_tablePricing_section",
587
659
  _id:"String",
588
660
  createdAt:"Float",
589
661
  updatedAt:"Float"
@@ -626,100 +698,62 @@ export const ReturnTypes: Record<string,any> = {
626
698
  createdAt:"Float",
627
699
  updatedAt:"Float"
628
700
  },
629
- ShapetestaRootHeaderNav:{
630
- logo:"String",
631
- cta:"String"
632
- },
633
- ShapetestaRootHeader:{
634
- nav:"ShapetestaRootHeaderNav"
701
+ Shapeprofile_infoProfile_sectionAccount_headerInfo:{
702
+ full_name:"String",
703
+ company:"String",
704
+ email:"String"
635
705
  },
636
- ShapetestaRootMainHero_section:{
637
- hero_title:"String",
638
- hero_text:"String",
639
- hero_button:"String"
706
+ Shapeprofile_infoProfile_sectionAccount_header:{
707
+ avatar:"ImageField",
708
+ info:"Shapeprofile_infoProfile_sectionAccount_headerInfo"
640
709
  },
641
- ShapetestaRootMainFeatures_section:{
642
- features_title:"String",
643
- features_text:"String"
710
+ Shapeprofile_infoProfile_sectionPlan_status:{
711
+ plan:"String"
644
712
  },
645
- ShapetestaRootMain:{
646
- hero_section:"ShapetestaRootMainHero_section",
647
- features_section:"ShapetestaRootMainFeatures_section"
648
- },
649
- ShapetestaRoot:{
650
- header:"ShapetestaRootHeader",
651
- main:"ShapetestaRootMain"
713
+ Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens:{
714
+ label:"String",
715
+ value:"String"
652
716
  },
653
- Shapetesta:{
654
- root:"ShapetestaRoot",
655
- _id:"String",
656
- createdAt:"Float",
657
- updatedAt:"Float"
717
+ Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens:{
718
+ label:"String",
719
+ value:"String"
658
720
  },
659
- FormstepsStep1:{
660
- _mocks:"String",
661
- imie:"FormTextField",
662
- source:"FormRadioTextField"
721
+ Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests:{
722
+ label:"String",
723
+ value:"String"
663
724
  },
664
- FormstepsStep2:{
665
- _mocks:"String",
666
- nazwisko:"FormTextField"
725
+ Shapeprofile_infoProfile_sectionUsage_section:{
726
+ ai_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionAi_tokens",
727
+ translate_tokens:"Shapeprofile_infoProfile_sectionUsage_sectionTranslate_tokens",
728
+ monthly_api_requests:"Shapeprofile_infoProfile_sectionUsage_sectionMonthly_api_requests"
667
729
  },
668
- FormstepsStep3:{
669
- _mocks:"String",
670
- email:"FormTextField",
671
- koniec:"FormSubmitField"
730
+ Shapeprofile_infoProfile_section:{
731
+ account_header:"Shapeprofile_infoProfile_sectionAccount_header",
732
+ plan_status:"Shapeprofile_infoProfile_sectionPlan_status",
733
+ usage_section:"Shapeprofile_infoProfile_sectionUsage_section"
672
734
  },
673
- Formsteps:{
674
- _mocks:"String",
675
- _version:"VersionField",
676
- step1:"FormstepsStep1",
677
- step2:"FormstepsStep2",
678
- step3:"FormstepsStep3",
679
- locale:"String",
680
- slug:"String",
735
+ Shapeprofile_info:{
736
+ profile_section:"Shapeprofile_infoProfile_section",
681
737
  _id:"String",
682
- createdAt:"String",
683
- updatedAt:"String",
684
- draft_version:"String",
685
- json_ld:"String"
686
- },
687
- FormtestWindowBasics:{
688
- _mocks:"String",
689
- type:"FormRadioTextField"
690
- },
691
- FormtestWindowTechincals:{
692
- _mocks:"String",
693
- width:"FormNumberField",
694
- height:"FormNumberField",
695
- confirm:"FormRouteField"
696
- },
697
- FormtestWindow:{
698
- _mocks:"String",
699
- basics:"FormtestWindowBasics",
700
- techincals:"FormtestWindowTechincals"
738
+ createdAt:"Float",
739
+ updatedAt:"Float"
701
740
  },
702
- FormtestHome:{
703
- _mocks:"String",
704
- window:"FormTextField",
705
- add:"FormRouteField"
741
+ ShapeusageMain:{
742
+ title:"String",
743
+ subtitle:"String",
744
+ period:"String",
745
+ tokens_consumed:"Float"
706
746
  },
707
- Formtest:{
708
- _mocks:"String",
709
- _version:"VersionField",
710
- window:"FormtestWindow",
711
- home:"FormtestHome",
712
- locale:"String",
713
- slug:"String",
747
+ Shapeusage:{
748
+ main:"ShapeusageMain",
714
749
  _id:"String",
715
- createdAt:"String",
716
- updatedAt:"String",
717
- draft_version:"String",
718
- json_ld:"String"
750
+ createdAt:"Float",
751
+ updatedAt:"Float"
719
752
  },
720
753
  ID: `scalar.ID` as const
721
754
  }
722
755
 
723
756
  export const Ops = {
724
- query: "Query" as const
757
+ query: "Query" as const,
758
+ mutation: "Mutation" as const
725
759
  }