@looker/sdk 21.20.1 → 22.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/lib/3.1/funcs.d.ts +9 -5
  3. package/lib/3.1/funcs.js +948 -892
  4. package/lib/3.1/funcs.js.map +1 -1
  5. package/lib/3.1/methods.d.ts +9 -5
  6. package/lib/3.1/methods.js +635 -595
  7. package/lib/3.1/methods.js.map +1 -1
  8. package/lib/3.1/methodsInterface.d.ts +9 -5
  9. package/lib/3.1/models.d.ts +82 -49
  10. package/lib/3.1/models.js +11 -1
  11. package/lib/3.1/models.js.map +1 -1
  12. package/lib/3.1/streams.d.ts +9 -5
  13. package/lib/3.1/streams.js +635 -595
  14. package/lib/3.1/streams.js.map +1 -1
  15. package/lib/4.0/funcs.d.ts +119 -109
  16. package/lib/4.0/funcs.js +1395 -1126
  17. package/lib/4.0/funcs.js.map +1 -1
  18. package/lib/4.0/methods.d.ts +119 -109
  19. package/lib/4.0/methods.js +968 -740
  20. package/lib/4.0/methods.js.map +1 -1
  21. package/lib/4.0/methodsInterface.d.ts +119 -109
  22. package/lib/4.0/models.d.ts +367 -262
  23. package/lib/4.0/models.js +11 -9
  24. package/lib/4.0/models.js.map +1 -1
  25. package/lib/4.0/streams.d.ts +119 -109
  26. package/lib/4.0/streams.js +968 -740
  27. package/lib/4.0/streams.js.map +1 -1
  28. package/lib/constants.d.ts +1 -1
  29. package/lib/constants.js +1 -1
  30. package/lib/constants.js.map +1 -1
  31. package/lib/esm/3.1/funcs.js +932 -888
  32. package/lib/esm/3.1/funcs.js.map +1 -1
  33. package/lib/esm/3.1/methods.js +635 -595
  34. package/lib/esm/3.1/methods.js.map +1 -1
  35. package/lib/esm/3.1/models.js +9 -0
  36. package/lib/esm/3.1/models.js.map +1 -1
  37. package/lib/esm/3.1/streams.js +635 -595
  38. package/lib/esm/3.1/streams.js.map +1 -1
  39. package/lib/esm/4.0/funcs.js +1331 -1093
  40. package/lib/esm/4.0/funcs.js.map +1 -1
  41. package/lib/esm/4.0/methods.js +968 -740
  42. package/lib/esm/4.0/methods.js.map +1 -1
  43. package/lib/esm/4.0/models.js +9 -7
  44. package/lib/esm/4.0/models.js.map +1 -1
  45. package/lib/esm/4.0/streams.js +968 -740
  46. package/lib/esm/4.0/streams.js.map +1 -1
  47. package/lib/esm/constants.js +1 -1
  48. package/lib/esm/constants.js.map +1 -1
  49. package/package.json +3 -3
@@ -557,145 +557,154 @@ export var all_locales = function () {
557
557
  return _ref57.apply(this, arguments);
558
558
  };
559
559
  }();
560
+ export var set_smtp_settings = function () {
561
+ var _ref58 = _asyncToGenerator(function* (sdk, body, options) {
562
+ return sdk.post('/smtp_settings', null, body, options);
563
+ });
564
+
565
+ return function set_smtp_settings(_x160, _x161, _x162) {
566
+ return _ref58.apply(this, arguments);
567
+ };
568
+ }();
560
569
  export var all_timezones = function () {
561
- var _ref58 = _asyncToGenerator(function* (sdk, options) {
570
+ var _ref59 = _asyncToGenerator(function* (sdk, options) {
562
571
  return sdk.get('/timezones', null, null, options);
563
572
  });
564
573
 
565
- return function all_timezones(_x160, _x161) {
566
- return _ref58.apply(this, arguments);
574
+ return function all_timezones(_x163, _x164) {
575
+ return _ref59.apply(this, arguments);
567
576
  };
568
577
  }();
569
578
  export var versions = function () {
570
- var _ref59 = _asyncToGenerator(function* (sdk, fields, options) {
579
+ var _ref60 = _asyncToGenerator(function* (sdk, fields, options) {
571
580
  return sdk.get('/versions', {
572
581
  fields
573
582
  }, null, options);
574
583
  });
575
584
 
576
- return function versions(_x162, _x163, _x164) {
577
- return _ref59.apply(this, arguments);
585
+ return function versions(_x165, _x166, _x167) {
586
+ return _ref60.apply(this, arguments);
578
587
  };
579
588
  }();
580
589
  export var whitelabel_configuration = function () {
581
- var _ref60 = _asyncToGenerator(function* (sdk, fields, options) {
590
+ var _ref61 = _asyncToGenerator(function* (sdk, fields, options) {
582
591
  return sdk.get('/whitelabel_configuration', {
583
592
  fields
584
593
  }, null, options);
585
594
  });
586
595
 
587
- return function whitelabel_configuration(_x165, _x166, _x167) {
588
- return _ref60.apply(this, arguments);
596
+ return function whitelabel_configuration(_x168, _x169, _x170) {
597
+ return _ref61.apply(this, arguments);
589
598
  };
590
599
  }();
591
600
  export var update_whitelabel_configuration = function () {
592
- var _ref61 = _asyncToGenerator(function* (sdk, body, options) {
601
+ var _ref62 = _asyncToGenerator(function* (sdk, body, options) {
593
602
  return sdk.put('/whitelabel_configuration', null, body, options);
594
603
  });
595
604
 
596
- return function update_whitelabel_configuration(_x168, _x169, _x170) {
597
- return _ref61.apply(this, arguments);
605
+ return function update_whitelabel_configuration(_x171, _x172, _x173) {
606
+ return _ref62.apply(this, arguments);
598
607
  };
599
608
  }();
600
609
  export var all_connections = function () {
601
- var _ref62 = _asyncToGenerator(function* (sdk, fields, options) {
610
+ var _ref63 = _asyncToGenerator(function* (sdk, fields, options) {
602
611
  return sdk.get('/connections', {
603
612
  fields
604
613
  }, null, options);
605
614
  });
606
615
 
607
- return function all_connections(_x171, _x172, _x173) {
608
- return _ref62.apply(this, arguments);
616
+ return function all_connections(_x174, _x175, _x176) {
617
+ return _ref63.apply(this, arguments);
609
618
  };
610
619
  }();
611
620
  export var create_connection = function () {
612
- var _ref63 = _asyncToGenerator(function* (sdk, body, options) {
621
+ var _ref64 = _asyncToGenerator(function* (sdk, body, options) {
613
622
  return sdk.post('/connections', null, body, options);
614
623
  });
615
624
 
616
- return function create_connection(_x174, _x175, _x176) {
617
- return _ref63.apply(this, arguments);
625
+ return function create_connection(_x177, _x178, _x179) {
626
+ return _ref64.apply(this, arguments);
618
627
  };
619
628
  }();
620
629
  export var connection = function () {
621
- var _ref64 = _asyncToGenerator(function* (sdk, connection_name, fields, options) {
630
+ var _ref65 = _asyncToGenerator(function* (sdk, connection_name, fields, options) {
622
631
  connection_name = encodeParam(connection_name);
623
632
  return sdk.get("/connections/".concat(connection_name), {
624
633
  fields
625
634
  }, null, options);
626
635
  });
627
636
 
628
- return function connection(_x177, _x178, _x179, _x180) {
629
- return _ref64.apply(this, arguments);
637
+ return function connection(_x180, _x181, _x182, _x183) {
638
+ return _ref65.apply(this, arguments);
630
639
  };
631
640
  }();
632
641
  export var update_connection = function () {
633
- var _ref65 = _asyncToGenerator(function* (sdk, connection_name, body, options) {
642
+ var _ref66 = _asyncToGenerator(function* (sdk, connection_name, body, options) {
634
643
  connection_name = encodeParam(connection_name);
635
644
  return sdk.patch("/connections/".concat(connection_name), null, body, options);
636
645
  });
637
646
 
638
- return function update_connection(_x181, _x182, _x183, _x184) {
639
- return _ref65.apply(this, arguments);
647
+ return function update_connection(_x184, _x185, _x186, _x187) {
648
+ return _ref66.apply(this, arguments);
640
649
  };
641
650
  }();
642
651
  export var delete_connection = function () {
643
- var _ref66 = _asyncToGenerator(function* (sdk, connection_name, options) {
652
+ var _ref67 = _asyncToGenerator(function* (sdk, connection_name, options) {
644
653
  connection_name = encodeParam(connection_name);
645
654
  return sdk.delete("/connections/".concat(connection_name), null, null, options);
646
655
  });
647
656
 
648
- return function delete_connection(_x185, _x186, _x187) {
649
- return _ref66.apply(this, arguments);
657
+ return function delete_connection(_x188, _x189, _x190) {
658
+ return _ref67.apply(this, arguments);
650
659
  };
651
660
  }();
652
661
  export var delete_connection_override = function () {
653
- var _ref67 = _asyncToGenerator(function* (sdk, connection_name, override_context, options) {
662
+ var _ref68 = _asyncToGenerator(function* (sdk, connection_name, override_context, options) {
654
663
  connection_name = encodeParam(connection_name);
655
664
  override_context = encodeParam(override_context);
656
665
  return sdk.delete("/connections/".concat(connection_name, "/connection_override/").concat(override_context), null, null, options);
657
666
  });
658
667
 
659
- return function delete_connection_override(_x188, _x189, _x190, _x191) {
660
- return _ref67.apply(this, arguments);
668
+ return function delete_connection_override(_x191, _x192, _x193, _x194) {
669
+ return _ref68.apply(this, arguments);
661
670
  };
662
671
  }();
663
672
  export var test_connection = function () {
664
- var _ref68 = _asyncToGenerator(function* (sdk, connection_name, tests, options) {
673
+ var _ref69 = _asyncToGenerator(function* (sdk, connection_name, tests, options) {
665
674
  connection_name = encodeParam(connection_name);
666
675
  return sdk.put("/connections/".concat(connection_name, "/test"), {
667
676
  tests
668
677
  }, null, options);
669
678
  });
670
679
 
671
- return function test_connection(_x192, _x193, _x194, _x195) {
672
- return _ref68.apply(this, arguments);
680
+ return function test_connection(_x195, _x196, _x197, _x198) {
681
+ return _ref69.apply(this, arguments);
673
682
  };
674
683
  }();
675
684
  export var test_connection_config = function () {
676
- var _ref69 = _asyncToGenerator(function* (sdk, body, tests, options) {
685
+ var _ref70 = _asyncToGenerator(function* (sdk, body, tests, options) {
677
686
  return sdk.put('/connections/test', {
678
687
  tests
679
688
  }, body, options);
680
689
  });
681
690
 
682
- return function test_connection_config(_x196, _x197, _x198, _x199) {
683
- return _ref69.apply(this, arguments);
691
+ return function test_connection_config(_x199, _x200, _x201, _x202) {
692
+ return _ref70.apply(this, arguments);
684
693
  };
685
694
  }();
686
695
  export var all_dialect_infos = function () {
687
- var _ref70 = _asyncToGenerator(function* (sdk, fields, options) {
696
+ var _ref71 = _asyncToGenerator(function* (sdk, fields, options) {
688
697
  return sdk.get('/dialect_info', {
689
698
  fields
690
699
  }, null, options);
691
700
  });
692
701
 
693
- return function all_dialect_infos(_x200, _x201, _x202) {
694
- return _ref70.apply(this, arguments);
702
+ return function all_dialect_infos(_x203, _x204, _x205) {
703
+ return _ref71.apply(this, arguments);
695
704
  };
696
705
  }();
697
706
  export var search_content_favorites = function () {
698
- var _ref71 = _asyncToGenerator(function* (sdk, request, options) {
707
+ var _ref72 = _asyncToGenerator(function* (sdk, request, options) {
699
708
  return sdk.get('/content_favorite/search', {
700
709
  id: request.id,
701
710
  user_id: request.user_id,
@@ -710,114 +719,114 @@ export var search_content_favorites = function () {
710
719
  }, null, options);
711
720
  });
712
721
 
713
- return function search_content_favorites(_x203, _x204, _x205) {
714
- return _ref71.apply(this, arguments);
722
+ return function search_content_favorites(_x206, _x207, _x208) {
723
+ return _ref72.apply(this, arguments);
715
724
  };
716
725
  }();
717
726
  export var content_favorite = function () {
718
- var _ref72 = _asyncToGenerator(function* (sdk, content_favorite_id, fields, options) {
727
+ var _ref73 = _asyncToGenerator(function* (sdk, content_favorite_id, fields, options) {
719
728
  return sdk.get("/content_favorite/".concat(content_favorite_id), {
720
729
  fields
721
730
  }, null, options);
722
731
  });
723
732
 
724
- return function content_favorite(_x206, _x207, _x208, _x209) {
725
- return _ref72.apply(this, arguments);
733
+ return function content_favorite(_x209, _x210, _x211, _x212) {
734
+ return _ref73.apply(this, arguments);
726
735
  };
727
736
  }();
728
737
  export var delete_content_favorite = function () {
729
- var _ref73 = _asyncToGenerator(function* (sdk, content_favorite_id, options) {
738
+ var _ref74 = _asyncToGenerator(function* (sdk, content_favorite_id, options) {
730
739
  return sdk.delete("/content_favorite/".concat(content_favorite_id), null, null, options);
731
740
  });
732
741
 
733
- return function delete_content_favorite(_x210, _x211, _x212) {
734
- return _ref73.apply(this, arguments);
742
+ return function delete_content_favorite(_x213, _x214, _x215) {
743
+ return _ref74.apply(this, arguments);
735
744
  };
736
745
  }();
737
746
  export var create_content_favorite = function () {
738
- var _ref74 = _asyncToGenerator(function* (sdk, body, options) {
747
+ var _ref75 = _asyncToGenerator(function* (sdk, body, options) {
739
748
  return sdk.post('/content_favorite', null, body, options);
740
749
  });
741
750
 
742
- return function create_content_favorite(_x213, _x214, _x215) {
743
- return _ref74.apply(this, arguments);
751
+ return function create_content_favorite(_x216, _x217, _x218) {
752
+ return _ref75.apply(this, arguments);
744
753
  };
745
754
  }();
746
755
  export var all_content_metadatas = function () {
747
- var _ref75 = _asyncToGenerator(function* (sdk, parent_id, fields, options) {
756
+ var _ref76 = _asyncToGenerator(function* (sdk, parent_id, fields, options) {
748
757
  return sdk.get('/content_metadata', {
749
758
  parent_id,
750
759
  fields
751
760
  }, null, options);
752
761
  });
753
762
 
754
- return function all_content_metadatas(_x216, _x217, _x218, _x219) {
755
- return _ref75.apply(this, arguments);
763
+ return function all_content_metadatas(_x219, _x220, _x221, _x222) {
764
+ return _ref76.apply(this, arguments);
756
765
  };
757
766
  }();
758
767
  export var content_metadata = function () {
759
- var _ref76 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
768
+ var _ref77 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
760
769
  return sdk.get("/content_metadata/".concat(content_metadata_id), {
761
770
  fields
762
771
  }, null, options);
763
772
  });
764
773
 
765
- return function content_metadata(_x220, _x221, _x222, _x223) {
766
- return _ref76.apply(this, arguments);
774
+ return function content_metadata(_x223, _x224, _x225, _x226) {
775
+ return _ref77.apply(this, arguments);
767
776
  };
768
777
  }();
769
778
  export var update_content_metadata = function () {
770
- var _ref77 = _asyncToGenerator(function* (sdk, content_metadata_id, body, options) {
779
+ var _ref78 = _asyncToGenerator(function* (sdk, content_metadata_id, body, options) {
771
780
  return sdk.patch("/content_metadata/".concat(content_metadata_id), null, body, options);
772
781
  });
773
782
 
774
- return function update_content_metadata(_x224, _x225, _x226, _x227) {
775
- return _ref77.apply(this, arguments);
783
+ return function update_content_metadata(_x227, _x228, _x229, _x230) {
784
+ return _ref78.apply(this, arguments);
776
785
  };
777
786
  }();
778
787
  export var all_content_metadata_accesses = function () {
779
- var _ref78 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
788
+ var _ref79 = _asyncToGenerator(function* (sdk, content_metadata_id, fields, options) {
780
789
  return sdk.get('/content_metadata_access', {
781
790
  content_metadata_id,
782
791
  fields
783
792
  }, null, options);
784
793
  });
785
794
 
786
- return function all_content_metadata_accesses(_x228, _x229, _x230, _x231) {
787
- return _ref78.apply(this, arguments);
795
+ return function all_content_metadata_accesses(_x231, _x232, _x233, _x234) {
796
+ return _ref79.apply(this, arguments);
788
797
  };
789
798
  }();
790
799
  export var create_content_metadata_access = function () {
791
- var _ref79 = _asyncToGenerator(function* (sdk, body, send_boards_notification_email, options) {
800
+ var _ref80 = _asyncToGenerator(function* (sdk, body, send_boards_notification_email, options) {
792
801
  return sdk.post('/content_metadata_access', {
793
802
  send_boards_notification_email
794
803
  }, body, options);
795
804
  });
796
805
 
797
- return function create_content_metadata_access(_x232, _x233, _x234, _x235) {
798
- return _ref79.apply(this, arguments);
806
+ return function create_content_metadata_access(_x235, _x236, _x237, _x238) {
807
+ return _ref80.apply(this, arguments);
799
808
  };
800
809
  }();
801
810
  export var update_content_metadata_access = function () {
802
- var _ref80 = _asyncToGenerator(function* (sdk, content_metadata_access_id, body, options) {
811
+ var _ref81 = _asyncToGenerator(function* (sdk, content_metadata_access_id, body, options) {
803
812
  return sdk.put("/content_metadata_access/".concat(content_metadata_access_id), null, body, options);
804
813
  });
805
814
 
806
- return function update_content_metadata_access(_x236, _x237, _x238, _x239) {
807
- return _ref80.apply(this, arguments);
815
+ return function update_content_metadata_access(_x239, _x240, _x241, _x242) {
816
+ return _ref81.apply(this, arguments);
808
817
  };
809
818
  }();
810
819
  export var delete_content_metadata_access = function () {
811
- var _ref81 = _asyncToGenerator(function* (sdk, content_metadata_access_id, options) {
820
+ var _ref82 = _asyncToGenerator(function* (sdk, content_metadata_access_id, options) {
812
821
  return sdk.delete("/content_metadata_access/".concat(content_metadata_access_id), null, null, options);
813
822
  });
814
823
 
815
- return function delete_content_metadata_access(_x240, _x241, _x242) {
816
- return _ref81.apply(this, arguments);
824
+ return function delete_content_metadata_access(_x243, _x244, _x245) {
825
+ return _ref82.apply(this, arguments);
817
826
  };
818
827
  }();
819
828
  export var content_thumbnail = function () {
820
- var _ref82 = _asyncToGenerator(function* (sdk, request, options) {
829
+ var _ref83 = _asyncToGenerator(function* (sdk, request, options) {
821
830
  request.type = encodeParam(request.type);
822
831
  request.resource_id = encodeParam(request.resource_id);
823
832
  return sdk.get("/content_thumbnail/".concat(request.type, "/").concat(request.resource_id), {
@@ -828,23 +837,23 @@ export var content_thumbnail = function () {
828
837
  }, null, options);
829
838
  });
830
839
 
831
- return function content_thumbnail(_x243, _x244, _x245) {
832
- return _ref82.apply(this, arguments);
840
+ return function content_thumbnail(_x246, _x247, _x248) {
841
+ return _ref83.apply(this, arguments);
833
842
  };
834
843
  }();
835
844
  export var content_validation = function () {
836
- var _ref83 = _asyncToGenerator(function* (sdk, fields, options) {
845
+ var _ref84 = _asyncToGenerator(function* (sdk, fields, options) {
837
846
  return sdk.get('/content_validation', {
838
847
  fields
839
848
  }, null, options);
840
849
  });
841
850
 
842
- return function content_validation(_x246, _x247, _x248) {
843
- return _ref83.apply(this, arguments);
851
+ return function content_validation(_x249, _x250, _x251) {
852
+ return _ref84.apply(this, arguments);
844
853
  };
845
854
  }();
846
855
  export var search_content_views = function () {
847
- var _ref84 = _asyncToGenerator(function* (sdk, request, options) {
856
+ var _ref85 = _asyncToGenerator(function* (sdk, request, options) {
848
857
  return sdk.get('/content_view/search', {
849
858
  view_count: request.view_count,
850
859
  group_id: request.group_id,
@@ -862,12 +871,12 @@ export var search_content_views = function () {
862
871
  }, null, options);
863
872
  });
864
873
 
865
- return function search_content_views(_x249, _x250, _x251) {
866
- return _ref84.apply(this, arguments);
874
+ return function search_content_views(_x252, _x253, _x254) {
875
+ return _ref85.apply(this, arguments);
867
876
  };
868
877
  }();
869
878
  export var vector_thumbnail = function () {
870
- var _ref85 = _asyncToGenerator(function* (sdk, type, resource_id, reload, options) {
879
+ var _ref86 = _asyncToGenerator(function* (sdk, type, resource_id, reload, options) {
871
880
  type = encodeParam(type);
872
881
  resource_id = encodeParam(resource_id);
873
882
  return sdk.get("/vector_thumbnail/".concat(type, "/").concat(resource_id), {
@@ -875,32 +884,32 @@ export var vector_thumbnail = function () {
875
884
  }, null, options);
876
885
  });
877
886
 
878
- return function vector_thumbnail(_x252, _x253, _x254, _x255, _x256) {
879
- return _ref85.apply(this, arguments);
887
+ return function vector_thumbnail(_x255, _x256, _x257, _x258, _x259) {
888
+ return _ref86.apply(this, arguments);
880
889
  };
881
890
  }();
882
891
  export var all_dashboards = function () {
883
- var _ref86 = _asyncToGenerator(function* (sdk, fields, options) {
892
+ var _ref87 = _asyncToGenerator(function* (sdk, fields, options) {
884
893
  return sdk.get('/dashboards', {
885
894
  fields
886
895
  }, null, options);
887
896
  });
888
897
 
889
- return function all_dashboards(_x257, _x258, _x259) {
890
- return _ref86.apply(this, arguments);
898
+ return function all_dashboards(_x260, _x261, _x262) {
899
+ return _ref87.apply(this, arguments);
891
900
  };
892
901
  }();
893
902
  export var create_dashboard = function () {
894
- var _ref87 = _asyncToGenerator(function* (sdk, body, options) {
903
+ var _ref88 = _asyncToGenerator(function* (sdk, body, options) {
895
904
  return sdk.post('/dashboards', null, body, options);
896
905
  });
897
906
 
898
- return function create_dashboard(_x260, _x261, _x262) {
899
- return _ref87.apply(this, arguments);
907
+ return function create_dashboard(_x263, _x264, _x265) {
908
+ return _ref88.apply(this, arguments);
900
909
  };
901
910
  }();
902
911
  export var search_dashboards = function () {
903
- var _ref88 = _asyncToGenerator(function* (sdk, request, options) {
912
+ var _ref89 = _asyncToGenerator(function* (sdk, request, options) {
904
913
  return sdk.get('/dashboards/search', {
905
914
  id: request.id,
906
915
  slug: request.slug,
@@ -917,19 +926,17 @@ export var search_dashboards = function () {
917
926
  fields: request.fields,
918
927
  page: request.page,
919
928
  per_page: request.per_page,
920
- limit: request.limit,
921
- offset: request.offset,
922
929
  sorts: request.sorts,
923
930
  filter_or: request.filter_or
924
931
  }, null, options);
925
932
  });
926
933
 
927
- return function search_dashboards(_x263, _x264, _x265) {
928
- return _ref88.apply(this, arguments);
934
+ return function search_dashboards(_x266, _x267, _x268) {
935
+ return _ref89.apply(this, arguments);
929
936
  };
930
937
  }();
931
938
  export var import_lookml_dashboard = function () {
932
- var _ref89 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, space_id, body, raw_locale, options) {
939
+ var _ref90 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, space_id, body, raw_locale, options) {
933
940
  lookml_dashboard_id = encodeParam(lookml_dashboard_id);
934
941
  space_id = encodeParam(space_id);
935
942
  return sdk.post("/dashboards/".concat(lookml_dashboard_id, "/import/").concat(space_id), {
@@ -937,76 +944,76 @@ export var import_lookml_dashboard = function () {
937
944
  }, body, options);
938
945
  });
939
946
 
940
- return function import_lookml_dashboard(_x266, _x267, _x268, _x269, _x270, _x271) {
941
- return _ref89.apply(this, arguments);
947
+ return function import_lookml_dashboard(_x269, _x270, _x271, _x272, _x273, _x274) {
948
+ return _ref90.apply(this, arguments);
942
949
  };
943
950
  }();
944
951
  export var sync_lookml_dashboard = function () {
945
- var _ref90 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, body, raw_locale, options) {
952
+ var _ref91 = _asyncToGenerator(function* (sdk, lookml_dashboard_id, body, raw_locale, options) {
946
953
  lookml_dashboard_id = encodeParam(lookml_dashboard_id);
947
954
  return sdk.patch("/dashboards/".concat(lookml_dashboard_id, "/sync"), {
948
955
  raw_locale
949
956
  }, body, options);
950
957
  });
951
958
 
952
- return function sync_lookml_dashboard(_x272, _x273, _x274, _x275, _x276) {
953
- return _ref90.apply(this, arguments);
959
+ return function sync_lookml_dashboard(_x275, _x276, _x277, _x278, _x279) {
960
+ return _ref91.apply(this, arguments);
954
961
  };
955
962
  }();
956
963
  export var dashboard = function () {
957
- var _ref91 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
964
+ var _ref92 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
958
965
  dashboard_id = encodeParam(dashboard_id);
959
966
  return sdk.get("/dashboards/".concat(dashboard_id), {
960
967
  fields
961
968
  }, null, options);
962
969
  });
963
970
 
964
- return function dashboard(_x277, _x278, _x279, _x280) {
965
- return _ref91.apply(this, arguments);
971
+ return function dashboard(_x280, _x281, _x282, _x283) {
972
+ return _ref92.apply(this, arguments);
966
973
  };
967
974
  }();
968
975
  export var update_dashboard = function () {
969
- var _ref92 = _asyncToGenerator(function* (sdk, dashboard_id, body, options) {
976
+ var _ref93 = _asyncToGenerator(function* (sdk, dashboard_id, body, options) {
970
977
  dashboard_id = encodeParam(dashboard_id);
971
978
  return sdk.patch("/dashboards/".concat(dashboard_id), null, body, options);
972
979
  });
973
980
 
974
- return function update_dashboard(_x281, _x282, _x283, _x284) {
975
- return _ref92.apply(this, arguments);
981
+ return function update_dashboard(_x284, _x285, _x286, _x287) {
982
+ return _ref93.apply(this, arguments);
976
983
  };
977
984
  }();
978
985
  export var delete_dashboard = function () {
979
- var _ref93 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
986
+ var _ref94 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
980
987
  dashboard_id = encodeParam(dashboard_id);
981
988
  return sdk.delete("/dashboards/".concat(dashboard_id), null, null, options);
982
989
  });
983
990
 
984
- return function delete_dashboard(_x285, _x286, _x287) {
985
- return _ref93.apply(this, arguments);
991
+ return function delete_dashboard(_x288, _x289, _x290) {
992
+ return _ref94.apply(this, arguments);
986
993
  };
987
994
  }();
988
995
  export var dashboard_aggregate_table_lookml = function () {
989
- var _ref94 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
996
+ var _ref95 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
990
997
  dashboard_id = encodeParam(dashboard_id);
991
998
  return sdk.get("/dashboards/aggregate_table_lookml/".concat(dashboard_id), null, null, options);
992
999
  });
993
1000
 
994
- return function dashboard_aggregate_table_lookml(_x288, _x289, _x290) {
995
- return _ref94.apply(this, arguments);
1001
+ return function dashboard_aggregate_table_lookml(_x291, _x292, _x293) {
1002
+ return _ref95.apply(this, arguments);
996
1003
  };
997
1004
  }();
998
1005
  export var dashboard_lookml = function () {
999
- var _ref95 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1006
+ var _ref96 = _asyncToGenerator(function* (sdk, dashboard_id, options) {
1000
1007
  dashboard_id = encodeParam(dashboard_id);
1001
1008
  return sdk.get("/dashboards/lookml/".concat(dashboard_id), null, null, options);
1002
1009
  });
1003
1010
 
1004
- return function dashboard_lookml(_x291, _x292, _x293) {
1005
- return _ref95.apply(this, arguments);
1011
+ return function dashboard_lookml(_x294, _x295, _x296) {
1012
+ return _ref96.apply(this, arguments);
1006
1013
  };
1007
1014
  }();
1008
1015
  export var search_dashboard_elements = function () {
1009
- var _ref96 = _asyncToGenerator(function* (sdk, request, options) {
1016
+ var _ref97 = _asyncToGenerator(function* (sdk, request, options) {
1010
1017
  return sdk.get('/dashboard_elements/search', {
1011
1018
  dashboard_id: request.dashboard_id,
1012
1019
  look_id: request.look_id,
@@ -1018,266 +1025,267 @@ export var search_dashboard_elements = function () {
1018
1025
  }, null, options);
1019
1026
  });
1020
1027
 
1021
- return function search_dashboard_elements(_x294, _x295, _x296) {
1022
- return _ref96.apply(this, arguments);
1028
+ return function search_dashboard_elements(_x297, _x298, _x299) {
1029
+ return _ref97.apply(this, arguments);
1023
1030
  };
1024
1031
  }();
1025
1032
  export var dashboard_element = function () {
1026
- var _ref97 = _asyncToGenerator(function* (sdk, dashboard_element_id, fields, options) {
1033
+ var _ref98 = _asyncToGenerator(function* (sdk, dashboard_element_id, fields, options) {
1027
1034
  dashboard_element_id = encodeParam(dashboard_element_id);
1028
1035
  return sdk.get("/dashboard_elements/".concat(dashboard_element_id), {
1029
1036
  fields
1030
1037
  }, null, options);
1031
1038
  });
1032
1039
 
1033
- return function dashboard_element(_x297, _x298, _x299, _x300) {
1034
- return _ref97.apply(this, arguments);
1040
+ return function dashboard_element(_x300, _x301, _x302, _x303) {
1041
+ return _ref98.apply(this, arguments);
1035
1042
  };
1036
1043
  }();
1037
1044
  export var update_dashboard_element = function () {
1038
- var _ref98 = _asyncToGenerator(function* (sdk, dashboard_element_id, body, fields, options) {
1045
+ var _ref99 = _asyncToGenerator(function* (sdk, dashboard_element_id, body, fields, options) {
1039
1046
  dashboard_element_id = encodeParam(dashboard_element_id);
1040
1047
  return sdk.patch("/dashboard_elements/".concat(dashboard_element_id), {
1041
1048
  fields
1042
1049
  }, body, options);
1043
1050
  });
1044
1051
 
1045
- return function update_dashboard_element(_x301, _x302, _x303, _x304, _x305) {
1046
- return _ref98.apply(this, arguments);
1052
+ return function update_dashboard_element(_x304, _x305, _x306, _x307, _x308) {
1053
+ return _ref99.apply(this, arguments);
1047
1054
  };
1048
1055
  }();
1049
1056
  export var delete_dashboard_element = function () {
1050
- var _ref99 = _asyncToGenerator(function* (sdk, dashboard_element_id, options) {
1057
+ var _ref100 = _asyncToGenerator(function* (sdk, dashboard_element_id, options) {
1051
1058
  dashboard_element_id = encodeParam(dashboard_element_id);
1052
1059
  return sdk.delete("/dashboard_elements/".concat(dashboard_element_id), null, null, options);
1053
1060
  });
1054
1061
 
1055
- return function delete_dashboard_element(_x306, _x307, _x308) {
1056
- return _ref99.apply(this, arguments);
1062
+ return function delete_dashboard_element(_x309, _x310, _x311) {
1063
+ return _ref100.apply(this, arguments);
1057
1064
  };
1058
1065
  }();
1059
1066
  export var dashboard_dashboard_elements = function () {
1060
- var _ref100 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1067
+ var _ref101 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1061
1068
  dashboard_id = encodeParam(dashboard_id);
1062
1069
  return sdk.get("/dashboards/".concat(dashboard_id, "/dashboard_elements"), {
1063
1070
  fields
1064
1071
  }, null, options);
1065
1072
  });
1066
1073
 
1067
- return function dashboard_dashboard_elements(_x309, _x310, _x311, _x312) {
1068
- return _ref100.apply(this, arguments);
1074
+ return function dashboard_dashboard_elements(_x312, _x313, _x314, _x315) {
1075
+ return _ref101.apply(this, arguments);
1069
1076
  };
1070
1077
  }();
1071
1078
  export var create_dashboard_element = function () {
1072
- var _ref101 = _asyncToGenerator(function* (sdk, body, fields, options) {
1079
+ var _ref102 = _asyncToGenerator(function* (sdk, request, options) {
1073
1080
  return sdk.post('/dashboard_elements', {
1074
- fields
1075
- }, body, options);
1081
+ fields: request.fields,
1082
+ apply_filters: request.apply_filters
1083
+ }, request.body, options);
1076
1084
  });
1077
1085
 
1078
- return function create_dashboard_element(_x313, _x314, _x315, _x316) {
1079
- return _ref101.apply(this, arguments);
1086
+ return function create_dashboard_element(_x316, _x317, _x318) {
1087
+ return _ref102.apply(this, arguments);
1080
1088
  };
1081
1089
  }();
1082
1090
  export var dashboard_filter = function () {
1083
- var _ref102 = _asyncToGenerator(function* (sdk, dashboard_filter_id, fields, options) {
1091
+ var _ref103 = _asyncToGenerator(function* (sdk, dashboard_filter_id, fields, options) {
1084
1092
  dashboard_filter_id = encodeParam(dashboard_filter_id);
1085
1093
  return sdk.get("/dashboard_filters/".concat(dashboard_filter_id), {
1086
1094
  fields
1087
1095
  }, null, options);
1088
1096
  });
1089
1097
 
1090
- return function dashboard_filter(_x317, _x318, _x319, _x320) {
1091
- return _ref102.apply(this, arguments);
1098
+ return function dashboard_filter(_x319, _x320, _x321, _x322) {
1099
+ return _ref103.apply(this, arguments);
1092
1100
  };
1093
1101
  }();
1094
1102
  export var update_dashboard_filter = function () {
1095
- var _ref103 = _asyncToGenerator(function* (sdk, dashboard_filter_id, body, fields, options) {
1103
+ var _ref104 = _asyncToGenerator(function* (sdk, dashboard_filter_id, body, fields, options) {
1096
1104
  dashboard_filter_id = encodeParam(dashboard_filter_id);
1097
1105
  return sdk.patch("/dashboard_filters/".concat(dashboard_filter_id), {
1098
1106
  fields
1099
1107
  }, body, options);
1100
1108
  });
1101
1109
 
1102
- return function update_dashboard_filter(_x321, _x322, _x323, _x324, _x325) {
1103
- return _ref103.apply(this, arguments);
1110
+ return function update_dashboard_filter(_x323, _x324, _x325, _x326, _x327) {
1111
+ return _ref104.apply(this, arguments);
1104
1112
  };
1105
1113
  }();
1106
1114
  export var delete_dashboard_filter = function () {
1107
- var _ref104 = _asyncToGenerator(function* (sdk, dashboard_filter_id, options) {
1115
+ var _ref105 = _asyncToGenerator(function* (sdk, dashboard_filter_id, options) {
1108
1116
  dashboard_filter_id = encodeParam(dashboard_filter_id);
1109
1117
  return sdk.delete("/dashboard_filters/".concat(dashboard_filter_id), null, null, options);
1110
1118
  });
1111
1119
 
1112
- return function delete_dashboard_filter(_x326, _x327, _x328) {
1113
- return _ref104.apply(this, arguments);
1120
+ return function delete_dashboard_filter(_x328, _x329, _x330) {
1121
+ return _ref105.apply(this, arguments);
1114
1122
  };
1115
1123
  }();
1116
1124
  export var dashboard_dashboard_filters = function () {
1117
- var _ref105 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1125
+ var _ref106 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1118
1126
  dashboard_id = encodeParam(dashboard_id);
1119
1127
  return sdk.get("/dashboards/".concat(dashboard_id, "/dashboard_filters"), {
1120
1128
  fields
1121
1129
  }, null, options);
1122
1130
  });
1123
1131
 
1124
- return function dashboard_dashboard_filters(_x329, _x330, _x331, _x332) {
1125
- return _ref105.apply(this, arguments);
1132
+ return function dashboard_dashboard_filters(_x331, _x332, _x333, _x334) {
1133
+ return _ref106.apply(this, arguments);
1126
1134
  };
1127
1135
  }();
1128
1136
  export var create_dashboard_filter = function () {
1129
- var _ref106 = _asyncToGenerator(function* (sdk, body, fields, options) {
1137
+ var _ref107 = _asyncToGenerator(function* (sdk, body, fields, options) {
1130
1138
  return sdk.post('/dashboard_filters', {
1131
1139
  fields
1132
1140
  }, body, options);
1133
1141
  });
1134
1142
 
1135
- return function create_dashboard_filter(_x333, _x334, _x335, _x336) {
1136
- return _ref106.apply(this, arguments);
1143
+ return function create_dashboard_filter(_x335, _x336, _x337, _x338) {
1144
+ return _ref107.apply(this, arguments);
1137
1145
  };
1138
1146
  }();
1139
1147
  export var dashboard_layout_component = function () {
1140
- var _ref107 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, fields, options) {
1148
+ var _ref108 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, fields, options) {
1141
1149
  dashboard_layout_component_id = encodeParam(dashboard_layout_component_id);
1142
1150
  return sdk.get("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1143
1151
  fields
1144
1152
  }, null, options);
1145
1153
  });
1146
1154
 
1147
- return function dashboard_layout_component(_x337, _x338, _x339, _x340) {
1148
- return _ref107.apply(this, arguments);
1155
+ return function dashboard_layout_component(_x339, _x340, _x341, _x342) {
1156
+ return _ref108.apply(this, arguments);
1149
1157
  };
1150
1158
  }();
1151
1159
  export var update_dashboard_layout_component = function () {
1152
- var _ref108 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, body, fields, options) {
1160
+ var _ref109 = _asyncToGenerator(function* (sdk, dashboard_layout_component_id, body, fields, options) {
1153
1161
  dashboard_layout_component_id = encodeParam(dashboard_layout_component_id);
1154
1162
  return sdk.patch("/dashboard_layout_components/".concat(dashboard_layout_component_id), {
1155
1163
  fields
1156
1164
  }, body, options);
1157
1165
  });
1158
1166
 
1159
- return function update_dashboard_layout_component(_x341, _x342, _x343, _x344, _x345) {
1160
- return _ref108.apply(this, arguments);
1167
+ return function update_dashboard_layout_component(_x343, _x344, _x345, _x346, _x347) {
1168
+ return _ref109.apply(this, arguments);
1161
1169
  };
1162
1170
  }();
1163
1171
  export var dashboard_layout_dashboard_layout_components = function () {
1164
- var _ref109 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1172
+ var _ref110 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1165
1173
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1166
1174
  return sdk.get("/dashboard_layouts/".concat(dashboard_layout_id, "/dashboard_layout_components"), {
1167
1175
  fields
1168
1176
  }, null, options);
1169
1177
  });
1170
1178
 
1171
- return function dashboard_layout_dashboard_layout_components(_x346, _x347, _x348, _x349) {
1172
- return _ref109.apply(this, arguments);
1179
+ return function dashboard_layout_dashboard_layout_components(_x348, _x349, _x350, _x351) {
1180
+ return _ref110.apply(this, arguments);
1173
1181
  };
1174
1182
  }();
1175
1183
  export var dashboard_layout = function () {
1176
- var _ref110 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1184
+ var _ref111 = _asyncToGenerator(function* (sdk, dashboard_layout_id, fields, options) {
1177
1185
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1178
1186
  return sdk.get("/dashboard_layouts/".concat(dashboard_layout_id), {
1179
1187
  fields
1180
1188
  }, null, options);
1181
1189
  });
1182
1190
 
1183
- return function dashboard_layout(_x350, _x351, _x352, _x353) {
1184
- return _ref110.apply(this, arguments);
1191
+ return function dashboard_layout(_x352, _x353, _x354, _x355) {
1192
+ return _ref111.apply(this, arguments);
1185
1193
  };
1186
1194
  }();
1187
1195
  export var update_dashboard_layout = function () {
1188
- var _ref111 = _asyncToGenerator(function* (sdk, dashboard_layout_id, body, fields, options) {
1196
+ var _ref112 = _asyncToGenerator(function* (sdk, dashboard_layout_id, body, fields, options) {
1189
1197
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1190
1198
  return sdk.patch("/dashboard_layouts/".concat(dashboard_layout_id), {
1191
1199
  fields
1192
1200
  }, body, options);
1193
1201
  });
1194
1202
 
1195
- return function update_dashboard_layout(_x354, _x355, _x356, _x357, _x358) {
1196
- return _ref111.apply(this, arguments);
1203
+ return function update_dashboard_layout(_x356, _x357, _x358, _x359, _x360) {
1204
+ return _ref112.apply(this, arguments);
1197
1205
  };
1198
1206
  }();
1199
1207
  export var delete_dashboard_layout = function () {
1200
- var _ref112 = _asyncToGenerator(function* (sdk, dashboard_layout_id, options) {
1208
+ var _ref113 = _asyncToGenerator(function* (sdk, dashboard_layout_id, options) {
1201
1209
  dashboard_layout_id = encodeParam(dashboard_layout_id);
1202
1210
  return sdk.delete("/dashboard_layouts/".concat(dashboard_layout_id), null, null, options);
1203
1211
  });
1204
1212
 
1205
- return function delete_dashboard_layout(_x359, _x360, _x361) {
1206
- return _ref112.apply(this, arguments);
1213
+ return function delete_dashboard_layout(_x361, _x362, _x363) {
1214
+ return _ref113.apply(this, arguments);
1207
1215
  };
1208
1216
  }();
1209
1217
  export var dashboard_dashboard_layouts = function () {
1210
- var _ref113 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1218
+ var _ref114 = _asyncToGenerator(function* (sdk, dashboard_id, fields, options) {
1211
1219
  dashboard_id = encodeParam(dashboard_id);
1212
1220
  return sdk.get("/dashboards/".concat(dashboard_id, "/dashboard_layouts"), {
1213
1221
  fields
1214
1222
  }, null, options);
1215
1223
  });
1216
1224
 
1217
- return function dashboard_dashboard_layouts(_x362, _x363, _x364, _x365) {
1218
- return _ref113.apply(this, arguments);
1225
+ return function dashboard_dashboard_layouts(_x364, _x365, _x366, _x367) {
1226
+ return _ref114.apply(this, arguments);
1219
1227
  };
1220
1228
  }();
1221
1229
  export var create_dashboard_layout = function () {
1222
- var _ref114 = _asyncToGenerator(function* (sdk, body, fields, options) {
1230
+ var _ref115 = _asyncToGenerator(function* (sdk, body, fields, options) {
1223
1231
  return sdk.post('/dashboard_layouts', {
1224
1232
  fields
1225
1233
  }, body, options);
1226
1234
  });
1227
1235
 
1228
- return function create_dashboard_layout(_x366, _x367, _x368, _x369) {
1229
- return _ref114.apply(this, arguments);
1236
+ return function create_dashboard_layout(_x368, _x369, _x370, _x371) {
1237
+ return _ref115.apply(this, arguments);
1230
1238
  };
1231
1239
  }();
1232
1240
  export var perform_data_action = function () {
1233
- var _ref115 = _asyncToGenerator(function* (sdk, body, options) {
1241
+ var _ref116 = _asyncToGenerator(function* (sdk, body, options) {
1234
1242
  return sdk.post('/data_actions', null, body, options);
1235
1243
  });
1236
1244
 
1237
- return function perform_data_action(_x370, _x371, _x372) {
1238
- return _ref115.apply(this, arguments);
1245
+ return function perform_data_action(_x372, _x373, _x374) {
1246
+ return _ref116.apply(this, arguments);
1239
1247
  };
1240
1248
  }();
1241
1249
  export var fetch_remote_data_action_form = function () {
1242
- var _ref116 = _asyncToGenerator(function* (sdk, body, options) {
1250
+ var _ref117 = _asyncToGenerator(function* (sdk, body, options) {
1243
1251
  return sdk.post('/data_actions/form', null, body, options);
1244
1252
  });
1245
1253
 
1246
- return function fetch_remote_data_action_form(_x373, _x374, _x375) {
1247
- return _ref116.apply(this, arguments);
1254
+ return function fetch_remote_data_action_form(_x375, _x376, _x377) {
1255
+ return _ref117.apply(this, arguments);
1248
1256
  };
1249
1257
  }();
1250
1258
  export var all_datagroups = function () {
1251
- var _ref117 = _asyncToGenerator(function* (sdk, options) {
1259
+ var _ref118 = _asyncToGenerator(function* (sdk, options) {
1252
1260
  return sdk.get('/datagroups', null, null, options);
1253
1261
  });
1254
1262
 
1255
- return function all_datagroups(_x376, _x377) {
1256
- return _ref117.apply(this, arguments);
1263
+ return function all_datagroups(_x378, _x379) {
1264
+ return _ref118.apply(this, arguments);
1257
1265
  };
1258
1266
  }();
1259
1267
  export var datagroup = function () {
1260
- var _ref118 = _asyncToGenerator(function* (sdk, datagroup_id, options) {
1268
+ var _ref119 = _asyncToGenerator(function* (sdk, datagroup_id, options) {
1261
1269
  datagroup_id = encodeParam(datagroup_id);
1262
1270
  return sdk.get("/datagroups/".concat(datagroup_id), null, null, options);
1263
1271
  });
1264
1272
 
1265
- return function datagroup(_x378, _x379, _x380) {
1266
- return _ref118.apply(this, arguments);
1273
+ return function datagroup(_x380, _x381, _x382) {
1274
+ return _ref119.apply(this, arguments);
1267
1275
  };
1268
1276
  }();
1269
1277
  export var update_datagroup = function () {
1270
- var _ref119 = _asyncToGenerator(function* (sdk, datagroup_id, body, options) {
1278
+ var _ref120 = _asyncToGenerator(function* (sdk, datagroup_id, body, options) {
1271
1279
  datagroup_id = encodeParam(datagroup_id);
1272
1280
  return sdk.patch("/datagroups/".concat(datagroup_id), null, body, options);
1273
1281
  });
1274
1282
 
1275
- return function update_datagroup(_x381, _x382, _x383, _x384) {
1276
- return _ref119.apply(this, arguments);
1283
+ return function update_datagroup(_x383, _x384, _x385, _x386) {
1284
+ return _ref120.apply(this, arguments);
1277
1285
  };
1278
1286
  }();
1279
1287
  export var graph_derived_tables_for_model = function () {
1280
- var _ref120 = _asyncToGenerator(function* (sdk, request, options) {
1288
+ var _ref121 = _asyncToGenerator(function* (sdk, request, options) {
1281
1289
  request.model = encodeParam(request.model);
1282
1290
  return sdk.get("/derived_table/graph/model/".concat(request.model), {
1283
1291
  format: request.format,
@@ -1285,12 +1293,12 @@ export var graph_derived_tables_for_model = function () {
1285
1293
  }, null, options);
1286
1294
  });
1287
1295
 
1288
- return function graph_derived_tables_for_model(_x385, _x386, _x387) {
1289
- return _ref120.apply(this, arguments);
1296
+ return function graph_derived_tables_for_model(_x387, _x388, _x389) {
1297
+ return _ref121.apply(this, arguments);
1290
1298
  };
1291
1299
  }();
1292
1300
  export var graph_derived_tables_for_view = function () {
1293
- var _ref121 = _asyncToGenerator(function* (sdk, request, options) {
1301
+ var _ref122 = _asyncToGenerator(function* (sdk, request, options) {
1294
1302
  request.view = encodeParam(request.view);
1295
1303
  return sdk.get("/derived_table/graph/view/".concat(request.view), {
1296
1304
  models: request.models,
@@ -1298,12 +1306,50 @@ export var graph_derived_tables_for_view = function () {
1298
1306
  }, null, options);
1299
1307
  });
1300
1308
 
1301
- return function graph_derived_tables_for_view(_x388, _x389, _x390) {
1302
- return _ref121.apply(this, arguments);
1309
+ return function graph_derived_tables_for_view(_x390, _x391, _x392) {
1310
+ return _ref122.apply(this, arguments);
1311
+ };
1312
+ }();
1313
+ export var start_pdt_build = function () {
1314
+ var _ref123 = _asyncToGenerator(function* (sdk, request, options) {
1315
+ request.model_name = encodeParam(request.model_name);
1316
+ request.view_name = encodeParam(request.view_name);
1317
+ return sdk.get("/derived_table/".concat(request.model_name, "/").concat(request.view_name, "/start"), {
1318
+ force_rebuild: request.force_rebuild,
1319
+ force_full_incremental: request.force_full_incremental,
1320
+ workspace: request.workspace,
1321
+ source: request.source
1322
+ }, null, options);
1323
+ });
1324
+
1325
+ return function start_pdt_build(_x393, _x394, _x395) {
1326
+ return _ref123.apply(this, arguments);
1327
+ };
1328
+ }();
1329
+ export var check_pdt_build = function () {
1330
+ var _ref124 = _asyncToGenerator(function* (sdk, materialization_id, options) {
1331
+ materialization_id = encodeParam(materialization_id);
1332
+ return sdk.get("/derived_table/".concat(materialization_id, "/status"), null, null, options);
1333
+ });
1334
+
1335
+ return function check_pdt_build(_x396, _x397, _x398) {
1336
+ return _ref124.apply(this, arguments);
1337
+ };
1338
+ }();
1339
+ export var stop_pdt_build = function () {
1340
+ var _ref125 = _asyncToGenerator(function* (sdk, materialization_id, source, options) {
1341
+ materialization_id = encodeParam(materialization_id);
1342
+ return sdk.get("/derived_table/".concat(materialization_id, "/stop"), {
1343
+ source
1344
+ }, null, options);
1345
+ });
1346
+
1347
+ return function stop_pdt_build(_x399, _x400, _x401, _x402) {
1348
+ return _ref125.apply(this, arguments);
1303
1349
  };
1304
1350
  }();
1305
1351
  export var search_folders = function () {
1306
- var _ref122 = _asyncToGenerator(function* (sdk, request, options) {
1352
+ var _ref126 = _asyncToGenerator(function* (sdk, request, options) {
1307
1353
  return sdk.get('/folders/search', {
1308
1354
  fields: request.fields,
1309
1355
  page: request.page,
@@ -1320,64 +1366,64 @@ export var search_folders = function () {
1320
1366
  }, null, options);
1321
1367
  });
1322
1368
 
1323
- return function search_folders(_x391, _x392, _x393) {
1324
- return _ref122.apply(this, arguments);
1369
+ return function search_folders(_x403, _x404, _x405) {
1370
+ return _ref126.apply(this, arguments);
1325
1371
  };
1326
1372
  }();
1327
1373
  export var folder = function () {
1328
- var _ref123 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1374
+ var _ref127 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1329
1375
  folder_id = encodeParam(folder_id);
1330
1376
  return sdk.get("/folders/".concat(folder_id), {
1331
1377
  fields
1332
1378
  }, null, options);
1333
1379
  });
1334
1380
 
1335
- return function folder(_x394, _x395, _x396, _x397) {
1336
- return _ref123.apply(this, arguments);
1381
+ return function folder(_x406, _x407, _x408, _x409) {
1382
+ return _ref127.apply(this, arguments);
1337
1383
  };
1338
1384
  }();
1339
1385
  export var update_folder = function () {
1340
- var _ref124 = _asyncToGenerator(function* (sdk, folder_id, body, options) {
1386
+ var _ref128 = _asyncToGenerator(function* (sdk, folder_id, body, options) {
1341
1387
  folder_id = encodeParam(folder_id);
1342
1388
  return sdk.patch("/folders/".concat(folder_id), null, body, options);
1343
1389
  });
1344
1390
 
1345
- return function update_folder(_x398, _x399, _x400, _x401) {
1346
- return _ref124.apply(this, arguments);
1391
+ return function update_folder(_x410, _x411, _x412, _x413) {
1392
+ return _ref128.apply(this, arguments);
1347
1393
  };
1348
1394
  }();
1349
1395
  export var delete_folder = function () {
1350
- var _ref125 = _asyncToGenerator(function* (sdk, folder_id, options) {
1396
+ var _ref129 = _asyncToGenerator(function* (sdk, folder_id, options) {
1351
1397
  folder_id = encodeParam(folder_id);
1352
1398
  return sdk.delete("/folders/".concat(folder_id), null, null, options);
1353
1399
  });
1354
1400
 
1355
- return function delete_folder(_x402, _x403, _x404) {
1356
- return _ref125.apply(this, arguments);
1401
+ return function delete_folder(_x414, _x415, _x416) {
1402
+ return _ref129.apply(this, arguments);
1357
1403
  };
1358
1404
  }();
1359
1405
  export var all_folders = function () {
1360
- var _ref126 = _asyncToGenerator(function* (sdk, fields, options) {
1406
+ var _ref130 = _asyncToGenerator(function* (sdk, fields, options) {
1361
1407
  return sdk.get('/folders', {
1362
1408
  fields
1363
1409
  }, null, options);
1364
1410
  });
1365
1411
 
1366
- return function all_folders(_x405, _x406, _x407) {
1367
- return _ref126.apply(this, arguments);
1412
+ return function all_folders(_x417, _x418, _x419) {
1413
+ return _ref130.apply(this, arguments);
1368
1414
  };
1369
1415
  }();
1370
1416
  export var create_folder = function () {
1371
- var _ref127 = _asyncToGenerator(function* (sdk, body, options) {
1417
+ var _ref131 = _asyncToGenerator(function* (sdk, body, options) {
1372
1418
  return sdk.post('/folders', null, body, options);
1373
1419
  });
1374
1420
 
1375
- return function create_folder(_x408, _x409, _x410) {
1376
- return _ref127.apply(this, arguments);
1421
+ return function create_folder(_x420, _x421, _x422) {
1422
+ return _ref131.apply(this, arguments);
1377
1423
  };
1378
1424
  }();
1379
1425
  export var folder_children = function () {
1380
- var _ref128 = _asyncToGenerator(function* (sdk, request, options) {
1426
+ var _ref132 = _asyncToGenerator(function* (sdk, request, options) {
1381
1427
  request.folder_id = encodeParam(request.folder_id);
1382
1428
  return sdk.get("/folders/".concat(request.folder_id, "/children"), {
1383
1429
  fields: request.fields,
@@ -1387,12 +1433,12 @@ export var folder_children = function () {
1387
1433
  }, null, options);
1388
1434
  });
1389
1435
 
1390
- return function folder_children(_x411, _x412, _x413) {
1391
- return _ref128.apply(this, arguments);
1436
+ return function folder_children(_x423, _x424, _x425) {
1437
+ return _ref132.apply(this, arguments);
1392
1438
  };
1393
1439
  }();
1394
1440
  export var folder_children_search = function () {
1395
- var _ref129 = _asyncToGenerator(function* (sdk, request, options) {
1441
+ var _ref133 = _asyncToGenerator(function* (sdk, request, options) {
1396
1442
  request.folder_id = encodeParam(request.folder_id);
1397
1443
  return sdk.get("/folders/".concat(request.folder_id, "/children/search"), {
1398
1444
  fields: request.fields,
@@ -1401,60 +1447,60 @@ export var folder_children_search = function () {
1401
1447
  }, null, options);
1402
1448
  });
1403
1449
 
1404
- return function folder_children_search(_x414, _x415, _x416) {
1405
- return _ref129.apply(this, arguments);
1450
+ return function folder_children_search(_x426, _x427, _x428) {
1451
+ return _ref133.apply(this, arguments);
1406
1452
  };
1407
1453
  }();
1408
1454
  export var folder_parent = function () {
1409
- var _ref130 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1455
+ var _ref134 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1410
1456
  folder_id = encodeParam(folder_id);
1411
1457
  return sdk.get("/folders/".concat(folder_id, "/parent"), {
1412
1458
  fields
1413
1459
  }, null, options);
1414
1460
  });
1415
1461
 
1416
- return function folder_parent(_x417, _x418, _x419, _x420) {
1417
- return _ref130.apply(this, arguments);
1462
+ return function folder_parent(_x429, _x430, _x431, _x432) {
1463
+ return _ref134.apply(this, arguments);
1418
1464
  };
1419
1465
  }();
1420
1466
  export var folder_ancestors = function () {
1421
- var _ref131 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1467
+ var _ref135 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1422
1468
  folder_id = encodeParam(folder_id);
1423
1469
  return sdk.get("/folders/".concat(folder_id, "/ancestors"), {
1424
1470
  fields
1425
1471
  }, null, options);
1426
1472
  });
1427
1473
 
1428
- return function folder_ancestors(_x421, _x422, _x423, _x424) {
1429
- return _ref131.apply(this, arguments);
1474
+ return function folder_ancestors(_x433, _x434, _x435, _x436) {
1475
+ return _ref135.apply(this, arguments);
1430
1476
  };
1431
1477
  }();
1432
1478
  export var folder_looks = function () {
1433
- var _ref132 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1479
+ var _ref136 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1434
1480
  folder_id = encodeParam(folder_id);
1435
1481
  return sdk.get("/folders/".concat(folder_id, "/looks"), {
1436
1482
  fields
1437
1483
  }, null, options);
1438
1484
  });
1439
1485
 
1440
- return function folder_looks(_x425, _x426, _x427, _x428) {
1441
- return _ref132.apply(this, arguments);
1486
+ return function folder_looks(_x437, _x438, _x439, _x440) {
1487
+ return _ref136.apply(this, arguments);
1442
1488
  };
1443
1489
  }();
1444
1490
  export var folder_dashboards = function () {
1445
- var _ref133 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1491
+ var _ref137 = _asyncToGenerator(function* (sdk, folder_id, fields, options) {
1446
1492
  folder_id = encodeParam(folder_id);
1447
1493
  return sdk.get("/folders/".concat(folder_id, "/dashboards"), {
1448
1494
  fields
1449
1495
  }, null, options);
1450
1496
  });
1451
1497
 
1452
- return function folder_dashboards(_x429, _x430, _x431, _x432) {
1453
- return _ref133.apply(this, arguments);
1498
+ return function folder_dashboards(_x441, _x442, _x443, _x444) {
1499
+ return _ref137.apply(this, arguments);
1454
1500
  };
1455
1501
  }();
1456
1502
  export var all_groups = function () {
1457
- var _ref134 = _asyncToGenerator(function* (sdk, request, options) {
1503
+ var _ref138 = _asyncToGenerator(function* (sdk, request, options) {
1458
1504
  return sdk.get('/groups', {
1459
1505
  fields: request.fields,
1460
1506
  page: request.page,
@@ -1466,23 +1512,23 @@ export var all_groups = function () {
1466
1512
  }, null, options);
1467
1513
  });
1468
1514
 
1469
- return function all_groups(_x433, _x434, _x435) {
1470
- return _ref134.apply(this, arguments);
1515
+ return function all_groups(_x445, _x446, _x447) {
1516
+ return _ref138.apply(this, arguments);
1471
1517
  };
1472
1518
  }();
1473
1519
  export var create_group = function () {
1474
- var _ref135 = _asyncToGenerator(function* (sdk, body, fields, options) {
1520
+ var _ref139 = _asyncToGenerator(function* (sdk, body, fields, options) {
1475
1521
  return sdk.post('/groups', {
1476
1522
  fields
1477
1523
  }, body, options);
1478
1524
  });
1479
1525
 
1480
- return function create_group(_x436, _x437, _x438, _x439) {
1481
- return _ref135.apply(this, arguments);
1526
+ return function create_group(_x448, _x449, _x450, _x451) {
1527
+ return _ref139.apply(this, arguments);
1482
1528
  };
1483
1529
  }();
1484
1530
  export var search_groups = function () {
1485
- var _ref136 = _asyncToGenerator(function* (sdk, request, options) {
1531
+ var _ref140 = _asyncToGenerator(function* (sdk, request, options) {
1486
1532
  return sdk.get('/groups/search', {
1487
1533
  fields: request.fields,
1488
1534
  limit: request.limit,
@@ -1497,63 +1543,63 @@ export var search_groups = function () {
1497
1543
  }, null, options);
1498
1544
  });
1499
1545
 
1500
- return function search_groups(_x440, _x441, _x442) {
1501
- return _ref136.apply(this, arguments);
1546
+ return function search_groups(_x452, _x453, _x454) {
1547
+ return _ref140.apply(this, arguments);
1502
1548
  };
1503
1549
  }();
1504
1550
  export var group = function () {
1505
- var _ref137 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
1551
+ var _ref141 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
1506
1552
  return sdk.get("/groups/".concat(group_id), {
1507
1553
  fields
1508
1554
  }, null, options);
1509
1555
  });
1510
1556
 
1511
- return function group(_x443, _x444, _x445, _x446) {
1512
- return _ref137.apply(this, arguments);
1557
+ return function group(_x455, _x456, _x457, _x458) {
1558
+ return _ref141.apply(this, arguments);
1513
1559
  };
1514
1560
  }();
1515
1561
  export var update_group = function () {
1516
- var _ref138 = _asyncToGenerator(function* (sdk, group_id, body, fields, options) {
1562
+ var _ref142 = _asyncToGenerator(function* (sdk, group_id, body, fields, options) {
1517
1563
  return sdk.patch("/groups/".concat(group_id), {
1518
1564
  fields
1519
1565
  }, body, options);
1520
1566
  });
1521
1567
 
1522
- return function update_group(_x447, _x448, _x449, _x450, _x451) {
1523
- return _ref138.apply(this, arguments);
1568
+ return function update_group(_x459, _x460, _x461, _x462, _x463) {
1569
+ return _ref142.apply(this, arguments);
1524
1570
  };
1525
1571
  }();
1526
1572
  export var delete_group = function () {
1527
- var _ref139 = _asyncToGenerator(function* (sdk, group_id, options) {
1573
+ var _ref143 = _asyncToGenerator(function* (sdk, group_id, options) {
1528
1574
  return sdk.delete("/groups/".concat(group_id), null, null, options);
1529
1575
  });
1530
1576
 
1531
- return function delete_group(_x452, _x453, _x454) {
1532
- return _ref139.apply(this, arguments);
1577
+ return function delete_group(_x464, _x465, _x466) {
1578
+ return _ref143.apply(this, arguments);
1533
1579
  };
1534
1580
  }();
1535
1581
  export var all_group_groups = function () {
1536
- var _ref140 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
1582
+ var _ref144 = _asyncToGenerator(function* (sdk, group_id, fields, options) {
1537
1583
  return sdk.get("/groups/".concat(group_id, "/groups"), {
1538
1584
  fields
1539
1585
  }, null, options);
1540
1586
  });
1541
1587
 
1542
- return function all_group_groups(_x455, _x456, _x457, _x458) {
1543
- return _ref140.apply(this, arguments);
1588
+ return function all_group_groups(_x467, _x468, _x469, _x470) {
1589
+ return _ref144.apply(this, arguments);
1544
1590
  };
1545
1591
  }();
1546
1592
  export var add_group_group = function () {
1547
- var _ref141 = _asyncToGenerator(function* (sdk, group_id, body, options) {
1593
+ var _ref145 = _asyncToGenerator(function* (sdk, group_id, body, options) {
1548
1594
  return sdk.post("/groups/".concat(group_id, "/groups"), null, body, options);
1549
1595
  });
1550
1596
 
1551
- return function add_group_group(_x459, _x460, _x461, _x462) {
1552
- return _ref141.apply(this, arguments);
1597
+ return function add_group_group(_x471, _x472, _x473, _x474) {
1598
+ return _ref145.apply(this, arguments);
1553
1599
  };
1554
1600
  }();
1555
1601
  export var all_group_users = function () {
1556
- var _ref142 = _asyncToGenerator(function* (sdk, request, options) {
1602
+ var _ref146 = _asyncToGenerator(function* (sdk, request, options) {
1557
1603
  return sdk.get("/groups/".concat(request.group_id, "/users"), {
1558
1604
  fields: request.fields,
1559
1605
  page: request.page,
@@ -1562,79 +1608,79 @@ export var all_group_users = function () {
1562
1608
  }, null, options);
1563
1609
  });
1564
1610
 
1565
- return function all_group_users(_x463, _x464, _x465) {
1566
- return _ref142.apply(this, arguments);
1611
+ return function all_group_users(_x475, _x476, _x477) {
1612
+ return _ref146.apply(this, arguments);
1567
1613
  };
1568
1614
  }();
1569
1615
  export var add_group_user = function () {
1570
- var _ref143 = _asyncToGenerator(function* (sdk, group_id, body, options) {
1616
+ var _ref147 = _asyncToGenerator(function* (sdk, group_id, body, options) {
1571
1617
  return sdk.post("/groups/".concat(group_id, "/users"), null, body, options);
1572
1618
  });
1573
1619
 
1574
- return function add_group_user(_x466, _x467, _x468, _x469) {
1575
- return _ref143.apply(this, arguments);
1620
+ return function add_group_user(_x478, _x479, _x480, _x481) {
1621
+ return _ref147.apply(this, arguments);
1576
1622
  };
1577
1623
  }();
1578
1624
  export var delete_group_user = function () {
1579
- var _ref144 = _asyncToGenerator(function* (sdk, group_id, user_id, options) {
1625
+ var _ref148 = _asyncToGenerator(function* (sdk, group_id, user_id, options) {
1580
1626
  return sdk.delete("/groups/".concat(group_id, "/users/").concat(user_id), null, null, options);
1581
1627
  });
1582
1628
 
1583
- return function delete_group_user(_x470, _x471, _x472, _x473) {
1584
- return _ref144.apply(this, arguments);
1629
+ return function delete_group_user(_x482, _x483, _x484, _x485) {
1630
+ return _ref148.apply(this, arguments);
1585
1631
  };
1586
1632
  }();
1587
1633
  export var delete_group_from_group = function () {
1588
- var _ref145 = _asyncToGenerator(function* (sdk, group_id, deleting_group_id, options) {
1634
+ var _ref149 = _asyncToGenerator(function* (sdk, group_id, deleting_group_id, options) {
1589
1635
  return sdk.delete("/groups/".concat(group_id, "/groups/").concat(deleting_group_id), null, null, options);
1590
1636
  });
1591
1637
 
1592
- return function delete_group_from_group(_x474, _x475, _x476, _x477) {
1593
- return _ref145.apply(this, arguments);
1638
+ return function delete_group_from_group(_x486, _x487, _x488, _x489) {
1639
+ return _ref149.apply(this, arguments);
1594
1640
  };
1595
1641
  }();
1596
1642
  export var update_user_attribute_group_value = function () {
1597
- var _ref146 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, body, options) {
1643
+ var _ref150 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, body, options) {
1598
1644
  return sdk.patch("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
1599
1645
  });
1600
1646
 
1601
- return function update_user_attribute_group_value(_x478, _x479, _x480, _x481, _x482) {
1602
- return _ref146.apply(this, arguments);
1647
+ return function update_user_attribute_group_value(_x490, _x491, _x492, _x493, _x494) {
1648
+ return _ref150.apply(this, arguments);
1603
1649
  };
1604
1650
  }();
1605
1651
  export var delete_user_attribute_group_value = function () {
1606
- var _ref147 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, options) {
1652
+ var _ref151 = _asyncToGenerator(function* (sdk, group_id, user_attribute_id, options) {
1607
1653
  return sdk.delete("/groups/".concat(group_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
1608
1654
  });
1609
1655
 
1610
- return function delete_user_attribute_group_value(_x483, _x484, _x485, _x486) {
1611
- return _ref147.apply(this, arguments);
1656
+ return function delete_user_attribute_group_value(_x495, _x496, _x497, _x498) {
1657
+ return _ref151.apply(this, arguments);
1612
1658
  };
1613
1659
  }();
1614
1660
  export var all_homepages = function () {
1615
- var _ref148 = _asyncToGenerator(function* (sdk, fields, options) {
1661
+ var _ref152 = _asyncToGenerator(function* (sdk, fields, options) {
1616
1662
  return sdk.get('/homepages', {
1617
1663
  fields
1618
1664
  }, null, options);
1619
1665
  });
1620
1666
 
1621
- return function all_homepages(_x487, _x488, _x489) {
1622
- return _ref148.apply(this, arguments);
1667
+ return function all_homepages(_x499, _x500, _x501) {
1668
+ return _ref152.apply(this, arguments);
1623
1669
  };
1624
1670
  }();
1625
1671
  export var create_homepage = function () {
1626
- var _ref149 = _asyncToGenerator(function* (sdk, body, fields, options) {
1672
+ var _ref153 = _asyncToGenerator(function* (sdk, body, fields, options) {
1627
1673
  return sdk.post('/homepages', {
1628
1674
  fields
1629
1675
  }, body, options);
1630
1676
  });
1631
1677
 
1632
- return function create_homepage(_x490, _x491, _x492, _x493) {
1633
- return _ref149.apply(this, arguments);
1678
+ return function create_homepage(_x502, _x503, _x504, _x505) {
1679
+ return _ref153.apply(this, arguments);
1634
1680
  };
1635
1681
  }();
1636
1682
  export var search_homepages = function () {
1637
- var _ref150 = _asyncToGenerator(function* (sdk, request, options) {
1683
+ var _ref154 = _asyncToGenerator(function* (sdk, request, options) {
1638
1684
  return sdk.get('/homepages/search', {
1639
1685
  title: request.title,
1640
1686
  created_at: request.created_at,
@@ -1652,43 +1698,43 @@ export var search_homepages = function () {
1652
1698
  }, null, options);
1653
1699
  });
1654
1700
 
1655
- return function search_homepages(_x494, _x495, _x496) {
1656
- return _ref150.apply(this, arguments);
1701
+ return function search_homepages(_x506, _x507, _x508) {
1702
+ return _ref154.apply(this, arguments);
1657
1703
  };
1658
1704
  }();
1659
1705
  export var homepage = function () {
1660
- var _ref151 = _asyncToGenerator(function* (sdk, homepage_id, fields, options) {
1706
+ var _ref155 = _asyncToGenerator(function* (sdk, homepage_id, fields, options) {
1661
1707
  return sdk.get("/homepages/".concat(homepage_id), {
1662
1708
  fields
1663
1709
  }, null, options);
1664
1710
  });
1665
1711
 
1666
- return function homepage(_x497, _x498, _x499, _x500) {
1667
- return _ref151.apply(this, arguments);
1712
+ return function homepage(_x509, _x510, _x511, _x512) {
1713
+ return _ref155.apply(this, arguments);
1668
1714
  };
1669
1715
  }();
1670
1716
  export var update_homepage = function () {
1671
- var _ref152 = _asyncToGenerator(function* (sdk, homepage_id, body, fields, options) {
1717
+ var _ref156 = _asyncToGenerator(function* (sdk, homepage_id, body, fields, options) {
1672
1718
  return sdk.patch("/homepages/".concat(homepage_id), {
1673
1719
  fields
1674
1720
  }, body, options);
1675
1721
  });
1676
1722
 
1677
- return function update_homepage(_x501, _x502, _x503, _x504, _x505) {
1678
- return _ref152.apply(this, arguments);
1723
+ return function update_homepage(_x513, _x514, _x515, _x516, _x517) {
1724
+ return _ref156.apply(this, arguments);
1679
1725
  };
1680
1726
  }();
1681
1727
  export var delete_homepage = function () {
1682
- var _ref153 = _asyncToGenerator(function* (sdk, homepage_id, options) {
1728
+ var _ref157 = _asyncToGenerator(function* (sdk, homepage_id, options) {
1683
1729
  return sdk.delete("/homepages/".concat(homepage_id), null, null, options);
1684
1730
  });
1685
1731
 
1686
- return function delete_homepage(_x506, _x507, _x508) {
1687
- return _ref153.apply(this, arguments);
1732
+ return function delete_homepage(_x518, _x519, _x520) {
1733
+ return _ref157.apply(this, arguments);
1688
1734
  };
1689
1735
  }();
1690
1736
  export var all_homepage_items = function () {
1691
- var _ref154 = _asyncToGenerator(function* (sdk, request, options) {
1737
+ var _ref158 = _asyncToGenerator(function* (sdk, request, options) {
1692
1738
  return sdk.get('/homepage_items', {
1693
1739
  fields: request.fields,
1694
1740
  sorts: request.sorts,
@@ -1696,259 +1742,259 @@ export var all_homepage_items = function () {
1696
1742
  }, null, options);
1697
1743
  });
1698
1744
 
1699
- return function all_homepage_items(_x509, _x510, _x511) {
1700
- return _ref154.apply(this, arguments);
1745
+ return function all_homepage_items(_x521, _x522, _x523) {
1746
+ return _ref158.apply(this, arguments);
1701
1747
  };
1702
1748
  }();
1703
1749
  export var create_homepage_item = function () {
1704
- var _ref155 = _asyncToGenerator(function* (sdk, body, fields, options) {
1750
+ var _ref159 = _asyncToGenerator(function* (sdk, body, fields, options) {
1705
1751
  return sdk.post('/homepage_items', {
1706
1752
  fields
1707
1753
  }, body, options);
1708
1754
  });
1709
1755
 
1710
- return function create_homepage_item(_x512, _x513, _x514, _x515) {
1711
- return _ref155.apply(this, arguments);
1756
+ return function create_homepage_item(_x524, _x525, _x526, _x527) {
1757
+ return _ref159.apply(this, arguments);
1712
1758
  };
1713
1759
  }();
1714
1760
  export var homepage_item = function () {
1715
- var _ref156 = _asyncToGenerator(function* (sdk, homepage_item_id, fields, options) {
1761
+ var _ref160 = _asyncToGenerator(function* (sdk, homepage_item_id, fields, options) {
1716
1762
  return sdk.get("/homepage_items/".concat(homepage_item_id), {
1717
1763
  fields
1718
1764
  }, null, options);
1719
1765
  });
1720
1766
 
1721
- return function homepage_item(_x516, _x517, _x518, _x519) {
1722
- return _ref156.apply(this, arguments);
1767
+ return function homepage_item(_x528, _x529, _x530, _x531) {
1768
+ return _ref160.apply(this, arguments);
1723
1769
  };
1724
1770
  }();
1725
1771
  export var update_homepage_item = function () {
1726
- var _ref157 = _asyncToGenerator(function* (sdk, homepage_item_id, body, fields, options) {
1772
+ var _ref161 = _asyncToGenerator(function* (sdk, homepage_item_id, body, fields, options) {
1727
1773
  return sdk.patch("/homepage_items/".concat(homepage_item_id), {
1728
1774
  fields
1729
1775
  }, body, options);
1730
1776
  });
1731
1777
 
1732
- return function update_homepage_item(_x520, _x521, _x522, _x523, _x524) {
1733
- return _ref157.apply(this, arguments);
1778
+ return function update_homepage_item(_x532, _x533, _x534, _x535, _x536) {
1779
+ return _ref161.apply(this, arguments);
1734
1780
  };
1735
1781
  }();
1736
1782
  export var delete_homepage_item = function () {
1737
- var _ref158 = _asyncToGenerator(function* (sdk, homepage_item_id, options) {
1783
+ var _ref162 = _asyncToGenerator(function* (sdk, homepage_item_id, options) {
1738
1784
  return sdk.delete("/homepage_items/".concat(homepage_item_id), null, null, options);
1739
1785
  });
1740
1786
 
1741
- return function delete_homepage_item(_x525, _x526, _x527) {
1742
- return _ref158.apply(this, arguments);
1787
+ return function delete_homepage_item(_x537, _x538, _x539) {
1788
+ return _ref162.apply(this, arguments);
1743
1789
  };
1744
1790
  }();
1745
1791
  export var all_homepage_sections = function () {
1746
- var _ref159 = _asyncToGenerator(function* (sdk, request, options) {
1792
+ var _ref163 = _asyncToGenerator(function* (sdk, request, options) {
1747
1793
  return sdk.get('/homepage_sections', {
1748
1794
  fields: request.fields,
1749
1795
  sorts: request.sorts
1750
1796
  }, null, options);
1751
1797
  });
1752
1798
 
1753
- return function all_homepage_sections(_x528, _x529, _x530) {
1754
- return _ref159.apply(this, arguments);
1799
+ return function all_homepage_sections(_x540, _x541, _x542) {
1800
+ return _ref163.apply(this, arguments);
1755
1801
  };
1756
1802
  }();
1757
1803
  export var create_homepage_section = function () {
1758
- var _ref160 = _asyncToGenerator(function* (sdk, body, fields, options) {
1804
+ var _ref164 = _asyncToGenerator(function* (sdk, body, fields, options) {
1759
1805
  return sdk.post('/homepage_sections', {
1760
1806
  fields
1761
1807
  }, body, options);
1762
1808
  });
1763
1809
 
1764
- return function create_homepage_section(_x531, _x532, _x533, _x534) {
1765
- return _ref160.apply(this, arguments);
1810
+ return function create_homepage_section(_x543, _x544, _x545, _x546) {
1811
+ return _ref164.apply(this, arguments);
1766
1812
  };
1767
1813
  }();
1768
1814
  export var homepage_section = function () {
1769
- var _ref161 = _asyncToGenerator(function* (sdk, homepage_section_id, fields, options) {
1815
+ var _ref165 = _asyncToGenerator(function* (sdk, homepage_section_id, fields, options) {
1770
1816
  return sdk.get("/homepage_sections/".concat(homepage_section_id), {
1771
1817
  fields
1772
1818
  }, null, options);
1773
1819
  });
1774
1820
 
1775
- return function homepage_section(_x535, _x536, _x537, _x538) {
1776
- return _ref161.apply(this, arguments);
1821
+ return function homepage_section(_x547, _x548, _x549, _x550) {
1822
+ return _ref165.apply(this, arguments);
1777
1823
  };
1778
1824
  }();
1779
1825
  export var update_homepage_section = function () {
1780
- var _ref162 = _asyncToGenerator(function* (sdk, homepage_section_id, body, fields, options) {
1826
+ var _ref166 = _asyncToGenerator(function* (sdk, homepage_section_id, body, fields, options) {
1781
1827
  return sdk.patch("/homepage_sections/".concat(homepage_section_id), {
1782
1828
  fields
1783
1829
  }, body, options);
1784
1830
  });
1785
1831
 
1786
- return function update_homepage_section(_x539, _x540, _x541, _x542, _x543) {
1787
- return _ref162.apply(this, arguments);
1832
+ return function update_homepage_section(_x551, _x552, _x553, _x554, _x555) {
1833
+ return _ref166.apply(this, arguments);
1788
1834
  };
1789
1835
  }();
1790
1836
  export var delete_homepage_section = function () {
1791
- var _ref163 = _asyncToGenerator(function* (sdk, homepage_section_id, options) {
1837
+ var _ref167 = _asyncToGenerator(function* (sdk, homepage_section_id, options) {
1792
1838
  return sdk.delete("/homepage_sections/".concat(homepage_section_id), null, null, options);
1793
1839
  });
1794
1840
 
1795
- return function delete_homepage_section(_x544, _x545, _x546) {
1796
- return _ref163.apply(this, arguments);
1841
+ return function delete_homepage_section(_x556, _x557, _x558) {
1842
+ return _ref167.apply(this, arguments);
1797
1843
  };
1798
1844
  }();
1799
1845
  export var all_primary_homepage_sections = function () {
1800
- var _ref164 = _asyncToGenerator(function* (sdk, fields, options) {
1846
+ var _ref168 = _asyncToGenerator(function* (sdk, fields, options) {
1801
1847
  return sdk.get('/primary_homepage_sections', {
1802
1848
  fields
1803
1849
  }, null, options);
1804
1850
  });
1805
1851
 
1806
- return function all_primary_homepage_sections(_x547, _x548, _x549) {
1807
- return _ref164.apply(this, arguments);
1852
+ return function all_primary_homepage_sections(_x559, _x560, _x561) {
1853
+ return _ref168.apply(this, arguments);
1808
1854
  };
1809
1855
  }();
1810
1856
  export var all_integration_hubs = function () {
1811
- var _ref165 = _asyncToGenerator(function* (sdk, fields, options) {
1857
+ var _ref169 = _asyncToGenerator(function* (sdk, fields, options) {
1812
1858
  return sdk.get('/integration_hubs', {
1813
1859
  fields
1814
1860
  }, null, options);
1815
1861
  });
1816
1862
 
1817
- return function all_integration_hubs(_x550, _x551, _x552) {
1818
- return _ref165.apply(this, arguments);
1863
+ return function all_integration_hubs(_x562, _x563, _x564) {
1864
+ return _ref169.apply(this, arguments);
1819
1865
  };
1820
1866
  }();
1821
1867
  export var create_integration_hub = function () {
1822
- var _ref166 = _asyncToGenerator(function* (sdk, body, fields, options) {
1868
+ var _ref170 = _asyncToGenerator(function* (sdk, body, fields, options) {
1823
1869
  return sdk.post('/integration_hubs', {
1824
1870
  fields
1825
1871
  }, body, options);
1826
1872
  });
1827
1873
 
1828
- return function create_integration_hub(_x553, _x554, _x555, _x556) {
1829
- return _ref166.apply(this, arguments);
1874
+ return function create_integration_hub(_x565, _x566, _x567, _x568) {
1875
+ return _ref170.apply(this, arguments);
1830
1876
  };
1831
1877
  }();
1832
1878
  export var integration_hub = function () {
1833
- var _ref167 = _asyncToGenerator(function* (sdk, integration_hub_id, fields, options) {
1879
+ var _ref171 = _asyncToGenerator(function* (sdk, integration_hub_id, fields, options) {
1834
1880
  return sdk.get("/integration_hubs/".concat(integration_hub_id), {
1835
1881
  fields
1836
1882
  }, null, options);
1837
1883
  });
1838
1884
 
1839
- return function integration_hub(_x557, _x558, _x559, _x560) {
1840
- return _ref167.apply(this, arguments);
1885
+ return function integration_hub(_x569, _x570, _x571, _x572) {
1886
+ return _ref171.apply(this, arguments);
1841
1887
  };
1842
1888
  }();
1843
1889
  export var update_integration_hub = function () {
1844
- var _ref168 = _asyncToGenerator(function* (sdk, integration_hub_id, body, fields, options) {
1890
+ var _ref172 = _asyncToGenerator(function* (sdk, integration_hub_id, body, fields, options) {
1845
1891
  return sdk.patch("/integration_hubs/".concat(integration_hub_id), {
1846
1892
  fields
1847
1893
  }, body, options);
1848
1894
  });
1849
1895
 
1850
- return function update_integration_hub(_x561, _x562, _x563, _x564, _x565) {
1851
- return _ref168.apply(this, arguments);
1896
+ return function update_integration_hub(_x573, _x574, _x575, _x576, _x577) {
1897
+ return _ref172.apply(this, arguments);
1852
1898
  };
1853
1899
  }();
1854
1900
  export var delete_integration_hub = function () {
1855
- var _ref169 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
1901
+ var _ref173 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
1856
1902
  return sdk.delete("/integration_hubs/".concat(integration_hub_id), null, null, options);
1857
1903
  });
1858
1904
 
1859
- return function delete_integration_hub(_x566, _x567, _x568) {
1860
- return _ref169.apply(this, arguments);
1905
+ return function delete_integration_hub(_x578, _x579, _x580) {
1906
+ return _ref173.apply(this, arguments);
1861
1907
  };
1862
1908
  }();
1863
1909
  export var accept_integration_hub_legal_agreement = function () {
1864
- var _ref170 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
1910
+ var _ref174 = _asyncToGenerator(function* (sdk, integration_hub_id, options) {
1865
1911
  return sdk.post("/integration_hubs/".concat(integration_hub_id, "/accept_legal_agreement"), null, null, options);
1866
1912
  });
1867
1913
 
1868
- return function accept_integration_hub_legal_agreement(_x569, _x570, _x571) {
1869
- return _ref170.apply(this, arguments);
1914
+ return function accept_integration_hub_legal_agreement(_x581, _x582, _x583) {
1915
+ return _ref174.apply(this, arguments);
1870
1916
  };
1871
1917
  }();
1872
1918
  export var all_integrations = function () {
1873
- var _ref171 = _asyncToGenerator(function* (sdk, request, options) {
1919
+ var _ref175 = _asyncToGenerator(function* (sdk, request, options) {
1874
1920
  return sdk.get('/integrations', {
1875
1921
  fields: request.fields,
1876
1922
  integration_hub_id: request.integration_hub_id
1877
1923
  }, null, options);
1878
1924
  });
1879
1925
 
1880
- return function all_integrations(_x572, _x573, _x574) {
1881
- return _ref171.apply(this, arguments);
1926
+ return function all_integrations(_x584, _x585, _x586) {
1927
+ return _ref175.apply(this, arguments);
1882
1928
  };
1883
1929
  }();
1884
1930
  export var integration = function () {
1885
- var _ref172 = _asyncToGenerator(function* (sdk, integration_id, fields, options) {
1931
+ var _ref176 = _asyncToGenerator(function* (sdk, integration_id, fields, options) {
1886
1932
  integration_id = encodeParam(integration_id);
1887
1933
  return sdk.get("/integrations/".concat(integration_id), {
1888
1934
  fields
1889
1935
  }, null, options);
1890
1936
  });
1891
1937
 
1892
- return function integration(_x575, _x576, _x577, _x578) {
1893
- return _ref172.apply(this, arguments);
1938
+ return function integration(_x587, _x588, _x589, _x590) {
1939
+ return _ref176.apply(this, arguments);
1894
1940
  };
1895
1941
  }();
1896
1942
  export var update_integration = function () {
1897
- var _ref173 = _asyncToGenerator(function* (sdk, integration_id, body, fields, options) {
1943
+ var _ref177 = _asyncToGenerator(function* (sdk, integration_id, body, fields, options) {
1898
1944
  integration_id = encodeParam(integration_id);
1899
1945
  return sdk.patch("/integrations/".concat(integration_id), {
1900
1946
  fields
1901
1947
  }, body, options);
1902
1948
  });
1903
1949
 
1904
- return function update_integration(_x579, _x580, _x581, _x582, _x583) {
1905
- return _ref173.apply(this, arguments);
1950
+ return function update_integration(_x591, _x592, _x593, _x594, _x595) {
1951
+ return _ref177.apply(this, arguments);
1906
1952
  };
1907
1953
  }();
1908
1954
  export var fetch_integration_form = function () {
1909
- var _ref174 = _asyncToGenerator(function* (sdk, integration_id, body, options) {
1955
+ var _ref178 = _asyncToGenerator(function* (sdk, integration_id, body, options) {
1910
1956
  integration_id = encodeParam(integration_id);
1911
1957
  return sdk.post("/integrations/".concat(integration_id, "/form"), null, body, options);
1912
1958
  });
1913
1959
 
1914
- return function fetch_integration_form(_x584, _x585, _x586, _x587) {
1915
- return _ref174.apply(this, arguments);
1960
+ return function fetch_integration_form(_x596, _x597, _x598, _x599) {
1961
+ return _ref178.apply(this, arguments);
1916
1962
  };
1917
1963
  }();
1918
1964
  export var test_integration = function () {
1919
- var _ref175 = _asyncToGenerator(function* (sdk, integration_id, options) {
1965
+ var _ref179 = _asyncToGenerator(function* (sdk, integration_id, options) {
1920
1966
  integration_id = encodeParam(integration_id);
1921
1967
  return sdk.post("/integrations/".concat(integration_id, "/test"), null, null, options);
1922
1968
  });
1923
1969
 
1924
- return function test_integration(_x588, _x589, _x590) {
1925
- return _ref175.apply(this, arguments);
1970
+ return function test_integration(_x600, _x601, _x602) {
1971
+ return _ref179.apply(this, arguments);
1926
1972
  };
1927
1973
  }();
1928
1974
  export var all_looks = function () {
1929
- var _ref176 = _asyncToGenerator(function* (sdk, fields, options) {
1975
+ var _ref180 = _asyncToGenerator(function* (sdk, fields, options) {
1930
1976
  return sdk.get('/looks', {
1931
1977
  fields
1932
1978
  }, null, options);
1933
1979
  });
1934
1980
 
1935
- return function all_looks(_x591, _x592, _x593) {
1936
- return _ref176.apply(this, arguments);
1981
+ return function all_looks(_x603, _x604, _x605) {
1982
+ return _ref180.apply(this, arguments);
1937
1983
  };
1938
1984
  }();
1939
1985
  export var create_look = function () {
1940
- var _ref177 = _asyncToGenerator(function* (sdk, body, fields, options) {
1986
+ var _ref181 = _asyncToGenerator(function* (sdk, body, fields, options) {
1941
1987
  return sdk.post('/looks', {
1942
1988
  fields
1943
1989
  }, body, options);
1944
1990
  });
1945
1991
 
1946
- return function create_look(_x594, _x595, _x596, _x597) {
1947
- return _ref177.apply(this, arguments);
1992
+ return function create_look(_x606, _x607, _x608, _x609) {
1993
+ return _ref181.apply(this, arguments);
1948
1994
  };
1949
1995
  }();
1950
1996
  export var search_looks = function () {
1951
- var _ref178 = _asyncToGenerator(function* (sdk, request, options) {
1997
+ var _ref182 = _asyncToGenerator(function* (sdk, request, options) {
1952
1998
  return sdk.get('/looks/search', {
1953
1999
  id: request.id,
1954
2000
  title: request.title,
@@ -1963,50 +2009,48 @@ export var search_looks = function () {
1963
2009
  fields: request.fields,
1964
2010
  page: request.page,
1965
2011
  per_page: request.per_page,
1966
- limit: request.limit,
1967
- offset: request.offset,
1968
2012
  sorts: request.sorts,
1969
2013
  filter_or: request.filter_or
1970
2014
  }, null, options);
1971
2015
  });
1972
2016
 
1973
- return function search_looks(_x598, _x599, _x600) {
1974
- return _ref178.apply(this, arguments);
2017
+ return function search_looks(_x610, _x611, _x612) {
2018
+ return _ref182.apply(this, arguments);
1975
2019
  };
1976
2020
  }();
1977
2021
  export var look = function () {
1978
- var _ref179 = _asyncToGenerator(function* (sdk, look_id, fields, options) {
2022
+ var _ref183 = _asyncToGenerator(function* (sdk, look_id, fields, options) {
1979
2023
  return sdk.get("/looks/".concat(look_id), {
1980
2024
  fields
1981
2025
  }, null, options);
1982
2026
  });
1983
2027
 
1984
- return function look(_x601, _x602, _x603, _x604) {
1985
- return _ref179.apply(this, arguments);
2028
+ return function look(_x613, _x614, _x615, _x616) {
2029
+ return _ref183.apply(this, arguments);
1986
2030
  };
1987
2031
  }();
1988
2032
  export var update_look = function () {
1989
- var _ref180 = _asyncToGenerator(function* (sdk, look_id, body, fields, options) {
2033
+ var _ref184 = _asyncToGenerator(function* (sdk, look_id, body, fields, options) {
1990
2034
  return sdk.patch("/looks/".concat(look_id), {
1991
2035
  fields
1992
2036
  }, body, options);
1993
2037
  });
1994
2038
 
1995
- return function update_look(_x605, _x606, _x607, _x608, _x609) {
1996
- return _ref180.apply(this, arguments);
2039
+ return function update_look(_x617, _x618, _x619, _x620, _x621) {
2040
+ return _ref184.apply(this, arguments);
1997
2041
  };
1998
2042
  }();
1999
2043
  export var delete_look = function () {
2000
- var _ref181 = _asyncToGenerator(function* (sdk, look_id, options) {
2044
+ var _ref185 = _asyncToGenerator(function* (sdk, look_id, options) {
2001
2045
  return sdk.delete("/looks/".concat(look_id), null, null, options);
2002
2046
  });
2003
2047
 
2004
- return function delete_look(_x610, _x611, _x612) {
2005
- return _ref181.apply(this, arguments);
2048
+ return function delete_look(_x622, _x623, _x624) {
2049
+ return _ref185.apply(this, arguments);
2006
2050
  };
2007
2051
  }();
2008
2052
  export var run_look = function () {
2009
- var _ref182 = _asyncToGenerator(function* (sdk, request, options) {
2053
+ var _ref186 = _asyncToGenerator(function* (sdk, request, options) {
2010
2054
  request.result_format = encodeParam(request.result_format);
2011
2055
  return sdk.get("/looks/".concat(request.look_id, "/run/").concat(request.result_format), {
2012
2056
  limit: request.limit,
@@ -2024,64 +2068,64 @@ export var run_look = function () {
2024
2068
  }, null, options);
2025
2069
  });
2026
2070
 
2027
- return function run_look(_x613, _x614, _x615) {
2028
- return _ref182.apply(this, arguments);
2071
+ return function run_look(_x625, _x626, _x627) {
2072
+ return _ref186.apply(this, arguments);
2029
2073
  };
2030
2074
  }();
2031
2075
  export var all_lookml_models = function () {
2032
- var _ref183 = _asyncToGenerator(function* (sdk, fields, options) {
2076
+ var _ref187 = _asyncToGenerator(function* (sdk, fields, options) {
2033
2077
  return sdk.get('/lookml_models', {
2034
2078
  fields
2035
2079
  }, null, options);
2036
2080
  });
2037
2081
 
2038
- return function all_lookml_models(_x616, _x617, _x618) {
2039
- return _ref183.apply(this, arguments);
2082
+ return function all_lookml_models(_x628, _x629, _x630) {
2083
+ return _ref187.apply(this, arguments);
2040
2084
  };
2041
2085
  }();
2042
2086
  export var create_lookml_model = function () {
2043
- var _ref184 = _asyncToGenerator(function* (sdk, body, options) {
2087
+ var _ref188 = _asyncToGenerator(function* (sdk, body, options) {
2044
2088
  return sdk.post('/lookml_models', null, body, options);
2045
2089
  });
2046
2090
 
2047
- return function create_lookml_model(_x619, _x620, _x621) {
2048
- return _ref184.apply(this, arguments);
2091
+ return function create_lookml_model(_x631, _x632, _x633) {
2092
+ return _ref188.apply(this, arguments);
2049
2093
  };
2050
2094
  }();
2051
2095
  export var lookml_model = function () {
2052
- var _ref185 = _asyncToGenerator(function* (sdk, lookml_model_name, fields, options) {
2096
+ var _ref189 = _asyncToGenerator(function* (sdk, lookml_model_name, fields, options) {
2053
2097
  lookml_model_name = encodeParam(lookml_model_name);
2054
2098
  return sdk.get("/lookml_models/".concat(lookml_model_name), {
2055
2099
  fields
2056
2100
  }, null, options);
2057
2101
  });
2058
2102
 
2059
- return function lookml_model(_x622, _x623, _x624, _x625) {
2060
- return _ref185.apply(this, arguments);
2103
+ return function lookml_model(_x634, _x635, _x636, _x637) {
2104
+ return _ref189.apply(this, arguments);
2061
2105
  };
2062
2106
  }();
2063
2107
  export var update_lookml_model = function () {
2064
- var _ref186 = _asyncToGenerator(function* (sdk, lookml_model_name, body, options) {
2108
+ var _ref190 = _asyncToGenerator(function* (sdk, lookml_model_name, body, options) {
2065
2109
  lookml_model_name = encodeParam(lookml_model_name);
2066
2110
  return sdk.patch("/lookml_models/".concat(lookml_model_name), null, body, options);
2067
2111
  });
2068
2112
 
2069
- return function update_lookml_model(_x626, _x627, _x628, _x629) {
2070
- return _ref186.apply(this, arguments);
2113
+ return function update_lookml_model(_x638, _x639, _x640, _x641) {
2114
+ return _ref190.apply(this, arguments);
2071
2115
  };
2072
2116
  }();
2073
2117
  export var delete_lookml_model = function () {
2074
- var _ref187 = _asyncToGenerator(function* (sdk, lookml_model_name, options) {
2118
+ var _ref191 = _asyncToGenerator(function* (sdk, lookml_model_name, options) {
2075
2119
  lookml_model_name = encodeParam(lookml_model_name);
2076
2120
  return sdk.delete("/lookml_models/".concat(lookml_model_name), null, null, options);
2077
2121
  });
2078
2122
 
2079
- return function delete_lookml_model(_x630, _x631, _x632) {
2080
- return _ref187.apply(this, arguments);
2123
+ return function delete_lookml_model(_x642, _x643, _x644) {
2124
+ return _ref191.apply(this, arguments);
2081
2125
  };
2082
2126
  }();
2083
2127
  export var lookml_model_explore = function () {
2084
- var _ref188 = _asyncToGenerator(function* (sdk, lookml_model_name, explore_name, fields, options) {
2128
+ var _ref192 = _asyncToGenerator(function* (sdk, lookml_model_name, explore_name, fields, options) {
2085
2129
  lookml_model_name = encodeParam(lookml_model_name);
2086
2130
  explore_name = encodeParam(explore_name);
2087
2131
  return sdk.get("/lookml_models/".concat(lookml_model_name, "/explores/").concat(explore_name), {
@@ -2089,74 +2133,74 @@ export var lookml_model_explore = function () {
2089
2133
  }, null, options);
2090
2134
  });
2091
2135
 
2092
- return function lookml_model_explore(_x633, _x634, _x635, _x636, _x637) {
2093
- return _ref188.apply(this, arguments);
2136
+ return function lookml_model_explore(_x645, _x646, _x647, _x648, _x649) {
2137
+ return _ref192.apply(this, arguments);
2094
2138
  };
2095
2139
  }();
2096
2140
  export var all_git_branches = function () {
2097
- var _ref189 = _asyncToGenerator(function* (sdk, project_id, options) {
2141
+ var _ref193 = _asyncToGenerator(function* (sdk, project_id, options) {
2098
2142
  project_id = encodeParam(project_id);
2099
2143
  return sdk.get("/projects/".concat(project_id, "/git_branches"), null, null, options);
2100
2144
  });
2101
2145
 
2102
- return function all_git_branches(_x638, _x639, _x640) {
2103
- return _ref189.apply(this, arguments);
2146
+ return function all_git_branches(_x650, _x651, _x652) {
2147
+ return _ref193.apply(this, arguments);
2104
2148
  };
2105
2149
  }();
2106
2150
  export var git_branch = function () {
2107
- var _ref190 = _asyncToGenerator(function* (sdk, project_id, options) {
2151
+ var _ref194 = _asyncToGenerator(function* (sdk, project_id, options) {
2108
2152
  project_id = encodeParam(project_id);
2109
2153
  return sdk.get("/projects/".concat(project_id, "/git_branch"), null, null, options);
2110
2154
  });
2111
2155
 
2112
- return function git_branch(_x641, _x642, _x643) {
2113
- return _ref190.apply(this, arguments);
2156
+ return function git_branch(_x653, _x654, _x655) {
2157
+ return _ref194.apply(this, arguments);
2114
2158
  };
2115
2159
  }();
2116
2160
  export var update_git_branch = function () {
2117
- var _ref191 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2161
+ var _ref195 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2118
2162
  project_id = encodeParam(project_id);
2119
2163
  return sdk.put("/projects/".concat(project_id, "/git_branch"), null, body, options);
2120
2164
  });
2121
2165
 
2122
- return function update_git_branch(_x644, _x645, _x646, _x647) {
2123
- return _ref191.apply(this, arguments);
2166
+ return function update_git_branch(_x656, _x657, _x658, _x659) {
2167
+ return _ref195.apply(this, arguments);
2124
2168
  };
2125
2169
  }();
2126
2170
  export var create_git_branch = function () {
2127
- var _ref192 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2171
+ var _ref196 = _asyncToGenerator(function* (sdk, project_id, body, options) {
2128
2172
  project_id = encodeParam(project_id);
2129
2173
  return sdk.post("/projects/".concat(project_id, "/git_branch"), null, body, options);
2130
2174
  });
2131
2175
 
2132
- return function create_git_branch(_x648, _x649, _x650, _x651) {
2133
- return _ref192.apply(this, arguments);
2176
+ return function create_git_branch(_x660, _x661, _x662, _x663) {
2177
+ return _ref196.apply(this, arguments);
2134
2178
  };
2135
2179
  }();
2136
2180
  export var find_git_branch = function () {
2137
- var _ref193 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2181
+ var _ref197 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2138
2182
  project_id = encodeParam(project_id);
2139
2183
  branch_name = encodeParam(branch_name);
2140
2184
  return sdk.get("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2141
2185
  });
2142
2186
 
2143
- return function find_git_branch(_x652, _x653, _x654, _x655) {
2144
- return _ref193.apply(this, arguments);
2187
+ return function find_git_branch(_x664, _x665, _x666, _x667) {
2188
+ return _ref197.apply(this, arguments);
2145
2189
  };
2146
2190
  }();
2147
2191
  export var delete_git_branch = function () {
2148
- var _ref194 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2192
+ var _ref198 = _asyncToGenerator(function* (sdk, project_id, branch_name, options) {
2149
2193
  project_id = encodeParam(project_id);
2150
2194
  branch_name = encodeParam(branch_name);
2151
2195
  return sdk.delete("/projects/".concat(project_id, "/git_branch/").concat(branch_name), null, null, options);
2152
2196
  });
2153
2197
 
2154
- return function delete_git_branch(_x656, _x657, _x658, _x659) {
2155
- return _ref194.apply(this, arguments);
2198
+ return function delete_git_branch(_x668, _x669, _x670, _x671) {
2199
+ return _ref198.apply(this, arguments);
2156
2200
  };
2157
2201
  }();
2158
2202
  export var deploy_ref_to_production = function () {
2159
- var _ref195 = _asyncToGenerator(function* (sdk, request, options) {
2203
+ var _ref199 = _asyncToGenerator(function* (sdk, request, options) {
2160
2204
  request.project_id = encodeParam(request.project_id);
2161
2205
  return sdk.post("/projects/".concat(request.project_id, "/deploy_ref_to_production"), {
2162
2206
  branch: request.branch,
@@ -2164,164 +2208,164 @@ export var deploy_ref_to_production = function () {
2164
2208
  }, null, options);
2165
2209
  });
2166
2210
 
2167
- return function deploy_ref_to_production(_x660, _x661, _x662) {
2168
- return _ref195.apply(this, arguments);
2211
+ return function deploy_ref_to_production(_x672, _x673, _x674) {
2212
+ return _ref199.apply(this, arguments);
2169
2213
  };
2170
2214
  }();
2171
2215
  export var deploy_to_production = function () {
2172
- var _ref196 = _asyncToGenerator(function* (sdk, project_id, options) {
2216
+ var _ref200 = _asyncToGenerator(function* (sdk, project_id, options) {
2173
2217
  project_id = encodeParam(project_id);
2174
2218
  return sdk.post("/projects/".concat(project_id, "/deploy_to_production"), null, null, options);
2175
2219
  });
2176
2220
 
2177
- return function deploy_to_production(_x663, _x664, _x665) {
2178
- return _ref196.apply(this, arguments);
2221
+ return function deploy_to_production(_x675, _x676, _x677) {
2222
+ return _ref200.apply(this, arguments);
2179
2223
  };
2180
2224
  }();
2181
2225
  export var reset_project_to_production = function () {
2182
- var _ref197 = _asyncToGenerator(function* (sdk, project_id, options) {
2226
+ var _ref201 = _asyncToGenerator(function* (sdk, project_id, options) {
2183
2227
  project_id = encodeParam(project_id);
2184
2228
  return sdk.post("/projects/".concat(project_id, "/reset_to_production"), null, null, options);
2185
2229
  });
2186
2230
 
2187
- return function reset_project_to_production(_x666, _x667, _x668) {
2188
- return _ref197.apply(this, arguments);
2231
+ return function reset_project_to_production(_x678, _x679, _x680) {
2232
+ return _ref201.apply(this, arguments);
2189
2233
  };
2190
2234
  }();
2191
2235
  export var reset_project_to_remote = function () {
2192
- var _ref198 = _asyncToGenerator(function* (sdk, project_id, options) {
2236
+ var _ref202 = _asyncToGenerator(function* (sdk, project_id, options) {
2193
2237
  project_id = encodeParam(project_id);
2194
2238
  return sdk.post("/projects/".concat(project_id, "/reset_to_remote"), null, null, options);
2195
2239
  });
2196
2240
 
2197
- return function reset_project_to_remote(_x669, _x670, _x671) {
2198
- return _ref198.apply(this, arguments);
2241
+ return function reset_project_to_remote(_x681, _x682, _x683) {
2242
+ return _ref202.apply(this, arguments);
2199
2243
  };
2200
2244
  }();
2201
2245
  export var all_projects = function () {
2202
- var _ref199 = _asyncToGenerator(function* (sdk, fields, options) {
2246
+ var _ref203 = _asyncToGenerator(function* (sdk, fields, options) {
2203
2247
  return sdk.get('/projects', {
2204
2248
  fields
2205
2249
  }, null, options);
2206
2250
  });
2207
2251
 
2208
- return function all_projects(_x672, _x673, _x674) {
2209
- return _ref199.apply(this, arguments);
2252
+ return function all_projects(_x684, _x685, _x686) {
2253
+ return _ref203.apply(this, arguments);
2210
2254
  };
2211
2255
  }();
2212
2256
  export var create_project = function () {
2213
- var _ref200 = _asyncToGenerator(function* (sdk, body, options) {
2257
+ var _ref204 = _asyncToGenerator(function* (sdk, body, options) {
2214
2258
  return sdk.post('/projects', null, body, options);
2215
2259
  });
2216
2260
 
2217
- return function create_project(_x675, _x676, _x677) {
2218
- return _ref200.apply(this, arguments);
2261
+ return function create_project(_x687, _x688, _x689) {
2262
+ return _ref204.apply(this, arguments);
2219
2263
  };
2220
2264
  }();
2221
2265
  export var project = function () {
2222
- var _ref201 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2266
+ var _ref205 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2223
2267
  project_id = encodeParam(project_id);
2224
2268
  return sdk.get("/projects/".concat(project_id), {
2225
2269
  fields
2226
2270
  }, null, options);
2227
2271
  });
2228
2272
 
2229
- return function project(_x678, _x679, _x680, _x681) {
2230
- return _ref201.apply(this, arguments);
2273
+ return function project(_x690, _x691, _x692, _x693) {
2274
+ return _ref205.apply(this, arguments);
2231
2275
  };
2232
2276
  }();
2233
2277
  export var update_project = function () {
2234
- var _ref202 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
2278
+ var _ref206 = _asyncToGenerator(function* (sdk, project_id, body, fields, options) {
2235
2279
  project_id = encodeParam(project_id);
2236
2280
  return sdk.patch("/projects/".concat(project_id), {
2237
2281
  fields
2238
2282
  }, body, options);
2239
2283
  });
2240
2284
 
2241
- return function update_project(_x682, _x683, _x684, _x685, _x686) {
2242
- return _ref202.apply(this, arguments);
2285
+ return function update_project(_x694, _x695, _x696, _x697, _x698) {
2286
+ return _ref206.apply(this, arguments);
2243
2287
  };
2244
2288
  }();
2245
2289
  export var manifest = function () {
2246
- var _ref203 = _asyncToGenerator(function* (sdk, project_id, options) {
2290
+ var _ref207 = _asyncToGenerator(function* (sdk, project_id, options) {
2247
2291
  project_id = encodeParam(project_id);
2248
2292
  return sdk.get("/projects/".concat(project_id, "/manifest"), null, null, options);
2249
2293
  });
2250
2294
 
2251
- return function manifest(_x687, _x688, _x689) {
2252
- return _ref203.apply(this, arguments);
2295
+ return function manifest(_x699, _x700, _x701) {
2296
+ return _ref207.apply(this, arguments);
2253
2297
  };
2254
2298
  }();
2255
2299
  export var git_deploy_key = function () {
2256
- var _ref204 = _asyncToGenerator(function* (sdk, project_id, options) {
2300
+ var _ref208 = _asyncToGenerator(function* (sdk, project_id, options) {
2257
2301
  project_id = encodeParam(project_id);
2258
2302
  return sdk.get("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2259
2303
  });
2260
2304
 
2261
- return function git_deploy_key(_x690, _x691, _x692) {
2262
- return _ref204.apply(this, arguments);
2305
+ return function git_deploy_key(_x702, _x703, _x704) {
2306
+ return _ref208.apply(this, arguments);
2263
2307
  };
2264
2308
  }();
2265
2309
  export var create_git_deploy_key = function () {
2266
- var _ref205 = _asyncToGenerator(function* (sdk, project_id, options) {
2310
+ var _ref209 = _asyncToGenerator(function* (sdk, project_id, options) {
2267
2311
  project_id = encodeParam(project_id);
2268
2312
  return sdk.post("/projects/".concat(project_id, "/git/deploy_key"), null, null, options);
2269
2313
  });
2270
2314
 
2271
- return function create_git_deploy_key(_x693, _x694, _x695) {
2272
- return _ref205.apply(this, arguments);
2315
+ return function create_git_deploy_key(_x705, _x706, _x707) {
2316
+ return _ref209.apply(this, arguments);
2273
2317
  };
2274
2318
  }();
2275
2319
  export var project_validation_results = function () {
2276
- var _ref206 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2320
+ var _ref210 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2277
2321
  project_id = encodeParam(project_id);
2278
2322
  return sdk.get("/projects/".concat(project_id, "/validate"), {
2279
2323
  fields
2280
2324
  }, null, options);
2281
2325
  });
2282
2326
 
2283
- return function project_validation_results(_x696, _x697, _x698, _x699) {
2284
- return _ref206.apply(this, arguments);
2327
+ return function project_validation_results(_x708, _x709, _x710, _x711) {
2328
+ return _ref210.apply(this, arguments);
2285
2329
  };
2286
2330
  }();
2287
2331
  export var validate_project = function () {
2288
- var _ref207 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2332
+ var _ref211 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2289
2333
  project_id = encodeParam(project_id);
2290
2334
  return sdk.post("/projects/".concat(project_id, "/validate"), {
2291
2335
  fields
2292
2336
  }, null, options);
2293
2337
  });
2294
2338
 
2295
- return function validate_project(_x700, _x701, _x702, _x703) {
2296
- return _ref207.apply(this, arguments);
2339
+ return function validate_project(_x712, _x713, _x714, _x715) {
2340
+ return _ref211.apply(this, arguments);
2297
2341
  };
2298
2342
  }();
2299
2343
  export var project_workspace = function () {
2300
- var _ref208 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2344
+ var _ref212 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2301
2345
  project_id = encodeParam(project_id);
2302
2346
  return sdk.get("/projects/".concat(project_id, "/current_workspace"), {
2303
2347
  fields
2304
2348
  }, null, options);
2305
2349
  });
2306
2350
 
2307
- return function project_workspace(_x704, _x705, _x706, _x707) {
2308
- return _ref208.apply(this, arguments);
2351
+ return function project_workspace(_x716, _x717, _x718, _x719) {
2352
+ return _ref212.apply(this, arguments);
2309
2353
  };
2310
2354
  }();
2311
2355
  export var all_project_files = function () {
2312
- var _ref209 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2356
+ var _ref213 = _asyncToGenerator(function* (sdk, project_id, fields, options) {
2313
2357
  project_id = encodeParam(project_id);
2314
2358
  return sdk.get("/projects/".concat(project_id, "/files"), {
2315
2359
  fields
2316
2360
  }, null, options);
2317
2361
  });
2318
2362
 
2319
- return function all_project_files(_x708, _x709, _x710, _x711) {
2320
- return _ref209.apply(this, arguments);
2363
+ return function all_project_files(_x720, _x721, _x722, _x723) {
2364
+ return _ref213.apply(this, arguments);
2321
2365
  };
2322
2366
  }();
2323
2367
  export var project_file = function () {
2324
- var _ref210 = _asyncToGenerator(function* (sdk, project_id, file_id, fields, options) {
2368
+ var _ref214 = _asyncToGenerator(function* (sdk, project_id, file_id, fields, options) {
2325
2369
  project_id = encodeParam(project_id);
2326
2370
  return sdk.get("/projects/".concat(project_id, "/files/file"), {
2327
2371
  file_id,
@@ -2329,24 +2373,24 @@ export var project_file = function () {
2329
2373
  }, null, options);
2330
2374
  });
2331
2375
 
2332
- return function project_file(_x712, _x713, _x714, _x715, _x716) {
2333
- return _ref210.apply(this, arguments);
2376
+ return function project_file(_x724, _x725, _x726, _x727, _x728) {
2377
+ return _ref214.apply(this, arguments);
2334
2378
  };
2335
2379
  }();
2336
2380
  export var all_git_connection_tests = function () {
2337
- var _ref211 = _asyncToGenerator(function* (sdk, project_id, remote_url, options) {
2381
+ var _ref215 = _asyncToGenerator(function* (sdk, project_id, remote_url, options) {
2338
2382
  project_id = encodeParam(project_id);
2339
2383
  return sdk.get("/projects/".concat(project_id, "/git_connection_tests"), {
2340
2384
  remote_url
2341
2385
  }, null, options);
2342
2386
  });
2343
2387
 
2344
- return function all_git_connection_tests(_x717, _x718, _x719, _x720) {
2345
- return _ref211.apply(this, arguments);
2388
+ return function all_git_connection_tests(_x729, _x730, _x731, _x732) {
2389
+ return _ref215.apply(this, arguments);
2346
2390
  };
2347
2391
  }();
2348
2392
  export var run_git_connection_test = function () {
2349
- var _ref212 = _asyncToGenerator(function* (sdk, request, options) {
2393
+ var _ref216 = _asyncToGenerator(function* (sdk, request, options) {
2350
2394
  request.project_id = encodeParam(request.project_id);
2351
2395
  request.test_id = encodeParam(request.test_id);
2352
2396
  return sdk.get("/projects/".concat(request.project_id, "/git_connection_tests/").concat(request.test_id), {
@@ -2355,24 +2399,24 @@ export var run_git_connection_test = function () {
2355
2399
  }, null, options);
2356
2400
  });
2357
2401
 
2358
- return function run_git_connection_test(_x721, _x722, _x723) {
2359
- return _ref212.apply(this, arguments);
2402
+ return function run_git_connection_test(_x733, _x734, _x735) {
2403
+ return _ref216.apply(this, arguments);
2360
2404
  };
2361
2405
  }();
2362
2406
  export var all_lookml_tests = function () {
2363
- var _ref213 = _asyncToGenerator(function* (sdk, project_id, file_id, options) {
2407
+ var _ref217 = _asyncToGenerator(function* (sdk, project_id, file_id, options) {
2364
2408
  project_id = encodeParam(project_id);
2365
2409
  return sdk.get("/projects/".concat(project_id, "/lookml_tests"), {
2366
2410
  file_id
2367
2411
  }, null, options);
2368
2412
  });
2369
2413
 
2370
- return function all_lookml_tests(_x724, _x725, _x726, _x727) {
2371
- return _ref213.apply(this, arguments);
2414
+ return function all_lookml_tests(_x736, _x737, _x738, _x739) {
2415
+ return _ref217.apply(this, arguments);
2372
2416
  };
2373
2417
  }();
2374
2418
  export var run_lookml_test = function () {
2375
- var _ref214 = _asyncToGenerator(function* (sdk, request, options) {
2419
+ var _ref218 = _asyncToGenerator(function* (sdk, request, options) {
2376
2420
  request.project_id = encodeParam(request.project_id);
2377
2421
  return sdk.get("/projects/".concat(request.project_id, "/lookml_tests/run"), {
2378
2422
  file_id: request.file_id,
@@ -2381,12 +2425,12 @@ export var run_lookml_test = function () {
2381
2425
  }, null, options);
2382
2426
  });
2383
2427
 
2384
- return function run_lookml_test(_x728, _x729, _x730) {
2385
- return _ref214.apply(this, arguments);
2428
+ return function run_lookml_test(_x740, _x741, _x742) {
2429
+ return _ref218.apply(this, arguments);
2386
2430
  };
2387
2431
  }();
2388
2432
  export var tag_ref = function () {
2389
- var _ref215 = _asyncToGenerator(function* (sdk, request, options) {
2433
+ var _ref219 = _asyncToGenerator(function* (sdk, request, options) {
2390
2434
  request.project_id = encodeParam(request.project_id);
2391
2435
  return sdk.post("/projects/".concat(request.project_id, "/tag"), {
2392
2436
  commit_sha: request.commit_sha,
@@ -2395,44 +2439,44 @@ export var tag_ref = function () {
2395
2439
  }, request.body, options);
2396
2440
  });
2397
2441
 
2398
- return function tag_ref(_x731, _x732, _x733) {
2399
- return _ref215.apply(this, arguments);
2442
+ return function tag_ref(_x743, _x744, _x745) {
2443
+ return _ref219.apply(this, arguments);
2400
2444
  };
2401
2445
  }();
2402
2446
  export var update_repository_credential = function () {
2403
- var _ref216 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, body, options) {
2447
+ var _ref220 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, body, options) {
2404
2448
  root_project_id = encodeParam(root_project_id);
2405
2449
  credential_id = encodeParam(credential_id);
2406
2450
  return sdk.put("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, body, options);
2407
2451
  });
2408
2452
 
2409
- return function update_repository_credential(_x734, _x735, _x736, _x737, _x738) {
2410
- return _ref216.apply(this, arguments);
2453
+ return function update_repository_credential(_x746, _x747, _x748, _x749, _x750) {
2454
+ return _ref220.apply(this, arguments);
2411
2455
  };
2412
2456
  }();
2413
2457
  export var delete_repository_credential = function () {
2414
- var _ref217 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, options) {
2458
+ var _ref221 = _asyncToGenerator(function* (sdk, root_project_id, credential_id, options) {
2415
2459
  root_project_id = encodeParam(root_project_id);
2416
2460
  credential_id = encodeParam(credential_id);
2417
2461
  return sdk.delete("/projects/".concat(root_project_id, "/credential/").concat(credential_id), null, null, options);
2418
2462
  });
2419
2463
 
2420
- return function delete_repository_credential(_x739, _x740, _x741, _x742) {
2421
- return _ref217.apply(this, arguments);
2464
+ return function delete_repository_credential(_x751, _x752, _x753, _x754) {
2465
+ return _ref221.apply(this, arguments);
2422
2466
  };
2423
2467
  }();
2424
2468
  export var get_all_repository_credentials = function () {
2425
- var _ref218 = _asyncToGenerator(function* (sdk, root_project_id, options) {
2469
+ var _ref222 = _asyncToGenerator(function* (sdk, root_project_id, options) {
2426
2470
  root_project_id = encodeParam(root_project_id);
2427
2471
  return sdk.get("/projects/".concat(root_project_id, "/credentials"), null, null, options);
2428
2472
  });
2429
2473
 
2430
- return function get_all_repository_credentials(_x743, _x744, _x745) {
2431
- return _ref218.apply(this, arguments);
2474
+ return function get_all_repository_credentials(_x755, _x756, _x757) {
2475
+ return _ref222.apply(this, arguments);
2432
2476
  };
2433
2477
  }();
2434
2478
  export var create_query_task = function () {
2435
- var _ref219 = _asyncToGenerator(function* (sdk, request, options) {
2479
+ var _ref223 = _asyncToGenerator(function* (sdk, request, options) {
2436
2480
  return sdk.post('/query_tasks', {
2437
2481
  limit: request.limit,
2438
2482
  apply_formatting: request.apply_formatting,
@@ -2450,79 +2494,79 @@ export var create_query_task = function () {
2450
2494
  }, request.body, options);
2451
2495
  });
2452
2496
 
2453
- return function create_query_task(_x746, _x747, _x748) {
2454
- return _ref219.apply(this, arguments);
2497
+ return function create_query_task(_x758, _x759, _x760) {
2498
+ return _ref223.apply(this, arguments);
2455
2499
  };
2456
2500
  }();
2457
2501
  export var query_task_multi_results = function () {
2458
- var _ref220 = _asyncToGenerator(function* (sdk, query_task_ids, options) {
2502
+ var _ref224 = _asyncToGenerator(function* (sdk, query_task_ids, options) {
2459
2503
  return sdk.get('/query_tasks/multi_results', {
2460
2504
  query_task_ids
2461
2505
  }, null, options);
2462
2506
  });
2463
2507
 
2464
- return function query_task_multi_results(_x749, _x750, _x751) {
2465
- return _ref220.apply(this, arguments);
2508
+ return function query_task_multi_results(_x761, _x762, _x763) {
2509
+ return _ref224.apply(this, arguments);
2466
2510
  };
2467
2511
  }();
2468
2512
  export var query_task = function () {
2469
- var _ref221 = _asyncToGenerator(function* (sdk, query_task_id, fields, options) {
2513
+ var _ref225 = _asyncToGenerator(function* (sdk, query_task_id, fields, options) {
2470
2514
  query_task_id = encodeParam(query_task_id);
2471
2515
  return sdk.get("/query_tasks/".concat(query_task_id), {
2472
2516
  fields
2473
2517
  }, null, options);
2474
2518
  });
2475
2519
 
2476
- return function query_task(_x752, _x753, _x754, _x755) {
2477
- return _ref221.apply(this, arguments);
2520
+ return function query_task(_x764, _x765, _x766, _x767) {
2521
+ return _ref225.apply(this, arguments);
2478
2522
  };
2479
2523
  }();
2480
2524
  export var query_task_results = function () {
2481
- var _ref222 = _asyncToGenerator(function* (sdk, query_task_id, options) {
2525
+ var _ref226 = _asyncToGenerator(function* (sdk, query_task_id, options) {
2482
2526
  query_task_id = encodeParam(query_task_id);
2483
2527
  return sdk.get("/query_tasks/".concat(query_task_id, "/results"), null, null, options);
2484
2528
  });
2485
2529
 
2486
- return function query_task_results(_x756, _x757, _x758) {
2487
- return _ref222.apply(this, arguments);
2530
+ return function query_task_results(_x768, _x769, _x770) {
2531
+ return _ref226.apply(this, arguments);
2488
2532
  };
2489
2533
  }();
2490
2534
  export var query = function () {
2491
- var _ref223 = _asyncToGenerator(function* (sdk, query_id, fields, options) {
2535
+ var _ref227 = _asyncToGenerator(function* (sdk, query_id, fields, options) {
2492
2536
  return sdk.get("/queries/".concat(query_id), {
2493
2537
  fields
2494
2538
  }, null, options);
2495
2539
  });
2496
2540
 
2497
- return function query(_x759, _x760, _x761, _x762) {
2498
- return _ref223.apply(this, arguments);
2541
+ return function query(_x771, _x772, _x773, _x774) {
2542
+ return _ref227.apply(this, arguments);
2499
2543
  };
2500
2544
  }();
2501
2545
  export var query_for_slug = function () {
2502
- var _ref224 = _asyncToGenerator(function* (sdk, slug, fields, options) {
2546
+ var _ref228 = _asyncToGenerator(function* (sdk, slug, fields, options) {
2503
2547
  slug = encodeParam(slug);
2504
2548
  return sdk.get("/queries/slug/".concat(slug), {
2505
2549
  fields
2506
2550
  }, null, options);
2507
2551
  });
2508
2552
 
2509
- return function query_for_slug(_x763, _x764, _x765, _x766) {
2510
- return _ref224.apply(this, arguments);
2553
+ return function query_for_slug(_x775, _x776, _x777, _x778) {
2554
+ return _ref228.apply(this, arguments);
2511
2555
  };
2512
2556
  }();
2513
2557
  export var create_query = function () {
2514
- var _ref225 = _asyncToGenerator(function* (sdk, body, fields, options) {
2558
+ var _ref229 = _asyncToGenerator(function* (sdk, body, fields, options) {
2515
2559
  return sdk.post('/queries', {
2516
2560
  fields
2517
2561
  }, body, options);
2518
2562
  });
2519
2563
 
2520
- return function create_query(_x767, _x768, _x769, _x770) {
2521
- return _ref225.apply(this, arguments);
2564
+ return function create_query(_x779, _x780, _x781, _x782) {
2565
+ return _ref229.apply(this, arguments);
2522
2566
  };
2523
2567
  }();
2524
2568
  export var run_query = function () {
2525
- var _ref226 = _asyncToGenerator(function* (sdk, request, options) {
2569
+ var _ref230 = _asyncToGenerator(function* (sdk, request, options) {
2526
2570
  request.result_format = encodeParam(request.result_format);
2527
2571
  return sdk.get("/queries/".concat(request.query_id, "/run/").concat(request.result_format), {
2528
2572
  limit: request.limit,
@@ -2540,12 +2584,12 @@ export var run_query = function () {
2540
2584
  }, null, options);
2541
2585
  });
2542
2586
 
2543
- return function run_query(_x771, _x772, _x773) {
2544
- return _ref226.apply(this, arguments);
2587
+ return function run_query(_x783, _x784, _x785) {
2588
+ return _ref230.apply(this, arguments);
2545
2589
  };
2546
2590
  }();
2547
2591
  export var run_inline_query = function () {
2548
- var _ref227 = _asyncToGenerator(function* (sdk, request, options) {
2592
+ var _ref231 = _asyncToGenerator(function* (sdk, request, options) {
2549
2593
  request.result_format = encodeParam(request.result_format);
2550
2594
  return sdk.post("/queries/run/".concat(request.result_format), {
2551
2595
  limit: request.limit,
@@ -2563,85 +2607,85 @@ export var run_inline_query = function () {
2563
2607
  }, request.body, options);
2564
2608
  });
2565
2609
 
2566
- return function run_inline_query(_x774, _x775, _x776) {
2567
- return _ref227.apply(this, arguments);
2610
+ return function run_inline_query(_x786, _x787, _x788) {
2611
+ return _ref231.apply(this, arguments);
2568
2612
  };
2569
2613
  }();
2570
2614
  export var run_url_encoded_query = function () {
2571
- var _ref228 = _asyncToGenerator(function* (sdk, model_name, view_name, result_format, options) {
2615
+ var _ref232 = _asyncToGenerator(function* (sdk, model_name, view_name, result_format, options) {
2572
2616
  model_name = encodeParam(model_name);
2573
2617
  view_name = encodeParam(view_name);
2574
2618
  result_format = encodeParam(result_format);
2575
2619
  return sdk.get("/queries/models/".concat(model_name, "/views/").concat(view_name, "/run/").concat(result_format), null, null, options);
2576
2620
  });
2577
2621
 
2578
- return function run_url_encoded_query(_x777, _x778, _x779, _x780, _x781) {
2579
- return _ref228.apply(this, arguments);
2622
+ return function run_url_encoded_query(_x789, _x790, _x791, _x792, _x793) {
2623
+ return _ref232.apply(this, arguments);
2580
2624
  };
2581
2625
  }();
2582
2626
  export var merge_query = function () {
2583
- var _ref229 = _asyncToGenerator(function* (sdk, merge_query_id, fields, options) {
2627
+ var _ref233 = _asyncToGenerator(function* (sdk, merge_query_id, fields, options) {
2584
2628
  merge_query_id = encodeParam(merge_query_id);
2585
2629
  return sdk.get("/merge_queries/".concat(merge_query_id), {
2586
2630
  fields
2587
2631
  }, null, options);
2588
2632
  });
2589
2633
 
2590
- return function merge_query(_x782, _x783, _x784, _x785) {
2591
- return _ref229.apply(this, arguments);
2634
+ return function merge_query(_x794, _x795, _x796, _x797) {
2635
+ return _ref233.apply(this, arguments);
2592
2636
  };
2593
2637
  }();
2594
2638
  export var create_merge_query = function () {
2595
- var _ref230 = _asyncToGenerator(function* (sdk, body, fields, options) {
2639
+ var _ref234 = _asyncToGenerator(function* (sdk, body, fields, options) {
2596
2640
  return sdk.post('/merge_queries', {
2597
2641
  fields
2598
2642
  }, body, options);
2599
2643
  });
2600
2644
 
2601
- return function create_merge_query(_x786, _x787, _x788, _x789) {
2602
- return _ref230.apply(this, arguments);
2645
+ return function create_merge_query(_x798, _x799, _x800, _x801) {
2646
+ return _ref234.apply(this, arguments);
2603
2647
  };
2604
2648
  }();
2605
2649
  export var all_running_queries = function () {
2606
- var _ref231 = _asyncToGenerator(function* (sdk, options) {
2650
+ var _ref235 = _asyncToGenerator(function* (sdk, options) {
2607
2651
  return sdk.get('/running_queries', null, null, options);
2608
2652
  });
2609
2653
 
2610
- return function all_running_queries(_x790, _x791) {
2611
- return _ref231.apply(this, arguments);
2654
+ return function all_running_queries(_x802, _x803) {
2655
+ return _ref235.apply(this, arguments);
2612
2656
  };
2613
2657
  }();
2614
2658
  export var kill_query = function () {
2615
- var _ref232 = _asyncToGenerator(function* (sdk, query_task_id, options) {
2659
+ var _ref236 = _asyncToGenerator(function* (sdk, query_task_id, options) {
2616
2660
  query_task_id = encodeParam(query_task_id);
2617
2661
  return sdk.delete("/running_queries/".concat(query_task_id), null, null, options);
2618
2662
  });
2619
2663
 
2620
- return function kill_query(_x792, _x793, _x794) {
2621
- return _ref232.apply(this, arguments);
2664
+ return function kill_query(_x804, _x805, _x806) {
2665
+ return _ref236.apply(this, arguments);
2622
2666
  };
2623
2667
  }();
2624
2668
  export var sql_query = function () {
2625
- var _ref233 = _asyncToGenerator(function* (sdk, slug, options) {
2669
+ var _ref237 = _asyncToGenerator(function* (sdk, slug, options) {
2626
2670
  slug = encodeParam(slug);
2627
2671
  return sdk.get("/sql_queries/".concat(slug), null, null, options);
2628
2672
  });
2629
2673
 
2630
- return function sql_query(_x795, _x796, _x797) {
2631
- return _ref233.apply(this, arguments);
2674
+ return function sql_query(_x807, _x808, _x809) {
2675
+ return _ref237.apply(this, arguments);
2632
2676
  };
2633
2677
  }();
2634
2678
  export var create_sql_query = function () {
2635
- var _ref234 = _asyncToGenerator(function* (sdk, body, options) {
2679
+ var _ref238 = _asyncToGenerator(function* (sdk, body, options) {
2636
2680
  return sdk.post('/sql_queries', null, body, options);
2637
2681
  });
2638
2682
 
2639
- return function create_sql_query(_x798, _x799, _x800) {
2640
- return _ref234.apply(this, arguments);
2683
+ return function create_sql_query(_x810, _x811, _x812) {
2684
+ return _ref238.apply(this, arguments);
2641
2685
  };
2642
2686
  }();
2643
2687
  export var run_sql_query = function () {
2644
- var _ref235 = _asyncToGenerator(function* (sdk, slug, result_format, download, options) {
2688
+ var _ref239 = _asyncToGenerator(function* (sdk, slug, result_format, download, options) {
2645
2689
  slug = encodeParam(slug);
2646
2690
  result_format = encodeParam(result_format);
2647
2691
  return sdk.post("/sql_queries/".concat(slug, "/run/").concat(result_format), {
@@ -2649,12 +2693,12 @@ export var run_sql_query = function () {
2649
2693
  }, null, options);
2650
2694
  });
2651
2695
 
2652
- return function run_sql_query(_x801, _x802, _x803, _x804, _x805) {
2653
- return _ref235.apply(this, arguments);
2696
+ return function run_sql_query(_x813, _x814, _x815, _x816, _x817) {
2697
+ return _ref239.apply(this, arguments);
2654
2698
  };
2655
2699
  }();
2656
2700
  export var create_lookml_dashboard_render_task = function () {
2657
- var _ref236 = _asyncToGenerator(function* (sdk, request, options) {
2701
+ var _ref240 = _asyncToGenerator(function* (sdk, request, options) {
2658
2702
  request.dashboard_id = encodeParam(request.dashboard_id);
2659
2703
  request.result_format = encodeParam(request.result_format);
2660
2704
  return sdk.post("/render_tasks/lookml_dashboards/".concat(request.dashboard_id, "/").concat(request.result_format), {
@@ -2666,12 +2710,12 @@ export var create_lookml_dashboard_render_task = function () {
2666
2710
  }, request.body, options);
2667
2711
  });
2668
2712
 
2669
- return function create_lookml_dashboard_render_task(_x806, _x807, _x808) {
2670
- return _ref236.apply(this, arguments);
2713
+ return function create_lookml_dashboard_render_task(_x818, _x819, _x820) {
2714
+ return _ref240.apply(this, arguments);
2671
2715
  };
2672
2716
  }();
2673
2717
  export var create_look_render_task = function () {
2674
- var _ref237 = _asyncToGenerator(function* (sdk, look_id, result_format, width, height, fields, options) {
2718
+ var _ref241 = _asyncToGenerator(function* (sdk, look_id, result_format, width, height, fields, options) {
2675
2719
  result_format = encodeParam(result_format);
2676
2720
  return sdk.post("/render_tasks/looks/".concat(look_id, "/").concat(result_format), {
2677
2721
  width,
@@ -2680,12 +2724,12 @@ export var create_look_render_task = function () {
2680
2724
  }, null, options);
2681
2725
  });
2682
2726
 
2683
- return function create_look_render_task(_x809, _x810, _x811, _x812, _x813, _x814, _x815) {
2684
- return _ref237.apply(this, arguments);
2727
+ return function create_look_render_task(_x821, _x822, _x823, _x824, _x825, _x826, _x827) {
2728
+ return _ref241.apply(this, arguments);
2685
2729
  };
2686
2730
  }();
2687
2731
  export var create_query_render_task = function () {
2688
- var _ref238 = _asyncToGenerator(function* (sdk, query_id, result_format, width, height, fields, options) {
2732
+ var _ref242 = _asyncToGenerator(function* (sdk, query_id, result_format, width, height, fields, options) {
2689
2733
  result_format = encodeParam(result_format);
2690
2734
  return sdk.post("/render_tasks/queries/".concat(query_id, "/").concat(result_format), {
2691
2735
  width,
@@ -2694,12 +2738,12 @@ export var create_query_render_task = function () {
2694
2738
  }, null, options);
2695
2739
  });
2696
2740
 
2697
- return function create_query_render_task(_x816, _x817, _x818, _x819, _x820, _x821, _x822) {
2698
- return _ref238.apply(this, arguments);
2741
+ return function create_query_render_task(_x828, _x829, _x830, _x831, _x832, _x833, _x834) {
2742
+ return _ref242.apply(this, arguments);
2699
2743
  };
2700
2744
  }();
2701
2745
  export var create_dashboard_render_task = function () {
2702
- var _ref239 = _asyncToGenerator(function* (sdk, request, options) {
2746
+ var _ref243 = _asyncToGenerator(function* (sdk, request, options) {
2703
2747
  request.result_format = encodeParam(request.result_format);
2704
2748
  return sdk.post("/render_tasks/dashboards/".concat(request.dashboard_id, "/").concat(request.result_format), {
2705
2749
  width: request.width,
@@ -2710,34 +2754,34 @@ export var create_dashboard_render_task = function () {
2710
2754
  }, request.body, options);
2711
2755
  });
2712
2756
 
2713
- return function create_dashboard_render_task(_x823, _x824, _x825) {
2714
- return _ref239.apply(this, arguments);
2757
+ return function create_dashboard_render_task(_x835, _x836, _x837) {
2758
+ return _ref243.apply(this, arguments);
2715
2759
  };
2716
2760
  }();
2717
2761
  export var render_task = function () {
2718
- var _ref240 = _asyncToGenerator(function* (sdk, render_task_id, fields, options) {
2762
+ var _ref244 = _asyncToGenerator(function* (sdk, render_task_id, fields, options) {
2719
2763
  render_task_id = encodeParam(render_task_id);
2720
2764
  return sdk.get("/render_tasks/".concat(render_task_id), {
2721
2765
  fields
2722
2766
  }, null, options);
2723
2767
  });
2724
2768
 
2725
- return function render_task(_x826, _x827, _x828, _x829) {
2726
- return _ref240.apply(this, arguments);
2769
+ return function render_task(_x838, _x839, _x840, _x841) {
2770
+ return _ref244.apply(this, arguments);
2727
2771
  };
2728
2772
  }();
2729
2773
  export var render_task_results = function () {
2730
- var _ref241 = _asyncToGenerator(function* (sdk, render_task_id, options) {
2774
+ var _ref245 = _asyncToGenerator(function* (sdk, render_task_id, options) {
2731
2775
  render_task_id = encodeParam(render_task_id);
2732
2776
  return sdk.get("/render_tasks/".concat(render_task_id, "/results"), null, null, options);
2733
2777
  });
2734
2778
 
2735
- return function render_task_results(_x830, _x831, _x832) {
2736
- return _ref241.apply(this, arguments);
2779
+ return function render_task_results(_x842, _x843, _x844) {
2780
+ return _ref245.apply(this, arguments);
2737
2781
  };
2738
2782
  }();
2739
2783
  export var search_model_sets = function () {
2740
- var _ref242 = _asyncToGenerator(function* (sdk, request, options) {
2784
+ var _ref246 = _asyncToGenerator(function* (sdk, request, options) {
2741
2785
  return sdk.get('/model_sets/search', {
2742
2786
  fields: request.fields,
2743
2787
  limit: request.limit,
@@ -2751,70 +2795,70 @@ export var search_model_sets = function () {
2751
2795
  }, null, options);
2752
2796
  });
2753
2797
 
2754
- return function search_model_sets(_x833, _x834, _x835) {
2755
- return _ref242.apply(this, arguments);
2798
+ return function search_model_sets(_x845, _x846, _x847) {
2799
+ return _ref246.apply(this, arguments);
2756
2800
  };
2757
2801
  }();
2758
2802
  export var model_set = function () {
2759
- var _ref243 = _asyncToGenerator(function* (sdk, model_set_id, fields, options) {
2803
+ var _ref247 = _asyncToGenerator(function* (sdk, model_set_id, fields, options) {
2760
2804
  return sdk.get("/model_sets/".concat(model_set_id), {
2761
2805
  fields
2762
2806
  }, null, options);
2763
2807
  });
2764
2808
 
2765
- return function model_set(_x836, _x837, _x838, _x839) {
2766
- return _ref243.apply(this, arguments);
2809
+ return function model_set(_x848, _x849, _x850, _x851) {
2810
+ return _ref247.apply(this, arguments);
2767
2811
  };
2768
2812
  }();
2769
2813
  export var update_model_set = function () {
2770
- var _ref244 = _asyncToGenerator(function* (sdk, model_set_id, body, options) {
2814
+ var _ref248 = _asyncToGenerator(function* (sdk, model_set_id, body, options) {
2771
2815
  return sdk.patch("/model_sets/".concat(model_set_id), null, body, options);
2772
2816
  });
2773
2817
 
2774
- return function update_model_set(_x840, _x841, _x842, _x843) {
2775
- return _ref244.apply(this, arguments);
2818
+ return function update_model_set(_x852, _x853, _x854, _x855) {
2819
+ return _ref248.apply(this, arguments);
2776
2820
  };
2777
2821
  }();
2778
2822
  export var delete_model_set = function () {
2779
- var _ref245 = _asyncToGenerator(function* (sdk, model_set_id, options) {
2823
+ var _ref249 = _asyncToGenerator(function* (sdk, model_set_id, options) {
2780
2824
  return sdk.delete("/model_sets/".concat(model_set_id), null, null, options);
2781
2825
  });
2782
2826
 
2783
- return function delete_model_set(_x844, _x845, _x846) {
2784
- return _ref245.apply(this, arguments);
2827
+ return function delete_model_set(_x856, _x857, _x858) {
2828
+ return _ref249.apply(this, arguments);
2785
2829
  };
2786
2830
  }();
2787
2831
  export var all_model_sets = function () {
2788
- var _ref246 = _asyncToGenerator(function* (sdk, fields, options) {
2832
+ var _ref250 = _asyncToGenerator(function* (sdk, fields, options) {
2789
2833
  return sdk.get('/model_sets', {
2790
2834
  fields
2791
2835
  }, null, options);
2792
2836
  });
2793
2837
 
2794
- return function all_model_sets(_x847, _x848, _x849) {
2795
- return _ref246.apply(this, arguments);
2838
+ return function all_model_sets(_x859, _x860, _x861) {
2839
+ return _ref250.apply(this, arguments);
2796
2840
  };
2797
2841
  }();
2798
2842
  export var create_model_set = function () {
2799
- var _ref247 = _asyncToGenerator(function* (sdk, body, options) {
2843
+ var _ref251 = _asyncToGenerator(function* (sdk, body, options) {
2800
2844
  return sdk.post('/model_sets', null, body, options);
2801
2845
  });
2802
2846
 
2803
- return function create_model_set(_x850, _x851, _x852) {
2804
- return _ref247.apply(this, arguments);
2847
+ return function create_model_set(_x862, _x863, _x864) {
2848
+ return _ref251.apply(this, arguments);
2805
2849
  };
2806
2850
  }();
2807
2851
  export var all_permissions = function () {
2808
- var _ref248 = _asyncToGenerator(function* (sdk, options) {
2852
+ var _ref252 = _asyncToGenerator(function* (sdk, options) {
2809
2853
  return sdk.get('/permissions', null, null, options);
2810
2854
  });
2811
2855
 
2812
- return function all_permissions(_x853, _x854) {
2813
- return _ref248.apply(this, arguments);
2856
+ return function all_permissions(_x865, _x866) {
2857
+ return _ref252.apply(this, arguments);
2814
2858
  };
2815
2859
  }();
2816
2860
  export var search_permission_sets = function () {
2817
- var _ref249 = _asyncToGenerator(function* (sdk, request, options) {
2861
+ var _ref253 = _asyncToGenerator(function* (sdk, request, options) {
2818
2862
  return sdk.get('/permission_sets/search', {
2819
2863
  fields: request.fields,
2820
2864
  limit: request.limit,
@@ -2828,82 +2872,82 @@ export var search_permission_sets = function () {
2828
2872
  }, null, options);
2829
2873
  });
2830
2874
 
2831
- return function search_permission_sets(_x855, _x856, _x857) {
2832
- return _ref249.apply(this, arguments);
2875
+ return function search_permission_sets(_x867, _x868, _x869) {
2876
+ return _ref253.apply(this, arguments);
2833
2877
  };
2834
2878
  }();
2835
2879
  export var permission_set = function () {
2836
- var _ref250 = _asyncToGenerator(function* (sdk, permission_set_id, fields, options) {
2880
+ var _ref254 = _asyncToGenerator(function* (sdk, permission_set_id, fields, options) {
2837
2881
  return sdk.get("/permission_sets/".concat(permission_set_id), {
2838
2882
  fields
2839
2883
  }, null, options);
2840
2884
  });
2841
2885
 
2842
- return function permission_set(_x858, _x859, _x860, _x861) {
2843
- return _ref250.apply(this, arguments);
2886
+ return function permission_set(_x870, _x871, _x872, _x873) {
2887
+ return _ref254.apply(this, arguments);
2844
2888
  };
2845
2889
  }();
2846
2890
  export var update_permission_set = function () {
2847
- var _ref251 = _asyncToGenerator(function* (sdk, permission_set_id, body, options) {
2891
+ var _ref255 = _asyncToGenerator(function* (sdk, permission_set_id, body, options) {
2848
2892
  return sdk.patch("/permission_sets/".concat(permission_set_id), null, body, options);
2849
2893
  });
2850
2894
 
2851
- return function update_permission_set(_x862, _x863, _x864, _x865) {
2852
- return _ref251.apply(this, arguments);
2895
+ return function update_permission_set(_x874, _x875, _x876, _x877) {
2896
+ return _ref255.apply(this, arguments);
2853
2897
  };
2854
2898
  }();
2855
2899
  export var delete_permission_set = function () {
2856
- var _ref252 = _asyncToGenerator(function* (sdk, permission_set_id, options) {
2900
+ var _ref256 = _asyncToGenerator(function* (sdk, permission_set_id, options) {
2857
2901
  return sdk.delete("/permission_sets/".concat(permission_set_id), null, null, options);
2858
2902
  });
2859
2903
 
2860
- return function delete_permission_set(_x866, _x867, _x868) {
2861
- return _ref252.apply(this, arguments);
2904
+ return function delete_permission_set(_x878, _x879, _x880) {
2905
+ return _ref256.apply(this, arguments);
2862
2906
  };
2863
2907
  }();
2864
2908
  export var all_permission_sets = function () {
2865
- var _ref253 = _asyncToGenerator(function* (sdk, fields, options) {
2909
+ var _ref257 = _asyncToGenerator(function* (sdk, fields, options) {
2866
2910
  return sdk.get('/permission_sets', {
2867
2911
  fields
2868
2912
  }, null, options);
2869
2913
  });
2870
2914
 
2871
- return function all_permission_sets(_x869, _x870, _x871) {
2872
- return _ref253.apply(this, arguments);
2915
+ return function all_permission_sets(_x881, _x882, _x883) {
2916
+ return _ref257.apply(this, arguments);
2873
2917
  };
2874
2918
  }();
2875
2919
  export var create_permission_set = function () {
2876
- var _ref254 = _asyncToGenerator(function* (sdk, body, options) {
2920
+ var _ref258 = _asyncToGenerator(function* (sdk, body, options) {
2877
2921
  return sdk.post('/permission_sets', null, body, options);
2878
2922
  });
2879
2923
 
2880
- return function create_permission_set(_x872, _x873, _x874) {
2881
- return _ref254.apply(this, arguments);
2924
+ return function create_permission_set(_x884, _x885, _x886) {
2925
+ return _ref258.apply(this, arguments);
2882
2926
  };
2883
2927
  }();
2884
2928
  export var all_roles = function () {
2885
- var _ref255 = _asyncToGenerator(function* (sdk, request, options) {
2929
+ var _ref259 = _asyncToGenerator(function* (sdk, request, options) {
2886
2930
  return sdk.get('/roles', {
2887
2931
  fields: request.fields,
2888
2932
  ids: request.ids
2889
2933
  }, null, options);
2890
2934
  });
2891
2935
 
2892
- return function all_roles(_x875, _x876, _x877) {
2893
- return _ref255.apply(this, arguments);
2936
+ return function all_roles(_x887, _x888, _x889) {
2937
+ return _ref259.apply(this, arguments);
2894
2938
  };
2895
2939
  }();
2896
2940
  export var create_role = function () {
2897
- var _ref256 = _asyncToGenerator(function* (sdk, body, options) {
2941
+ var _ref260 = _asyncToGenerator(function* (sdk, body, options) {
2898
2942
  return sdk.post('/roles', null, body, options);
2899
2943
  });
2900
2944
 
2901
- return function create_role(_x878, _x879, _x880) {
2902
- return _ref256.apply(this, arguments);
2945
+ return function create_role(_x890, _x891, _x892) {
2946
+ return _ref260.apply(this, arguments);
2903
2947
  };
2904
2948
  }();
2905
2949
  export var search_roles = function () {
2906
- var _ref257 = _asyncToGenerator(function* (sdk, request, options) {
2950
+ var _ref261 = _asyncToGenerator(function* (sdk, request, options) {
2907
2951
  return sdk.get('/roles/search', {
2908
2952
  fields: request.fields,
2909
2953
  limit: request.limit,
@@ -2916,120 +2960,120 @@ export var search_roles = function () {
2916
2960
  }, null, options);
2917
2961
  });
2918
2962
 
2919
- return function search_roles(_x881, _x882, _x883) {
2920
- return _ref257.apply(this, arguments);
2963
+ return function search_roles(_x893, _x894, _x895) {
2964
+ return _ref261.apply(this, arguments);
2921
2965
  };
2922
2966
  }();
2923
2967
  export var role = function () {
2924
- var _ref258 = _asyncToGenerator(function* (sdk, role_id, options) {
2968
+ var _ref262 = _asyncToGenerator(function* (sdk, role_id, options) {
2925
2969
  return sdk.get("/roles/".concat(role_id), null, null, options);
2926
2970
  });
2927
2971
 
2928
- return function role(_x884, _x885, _x886) {
2929
- return _ref258.apply(this, arguments);
2972
+ return function role(_x896, _x897, _x898) {
2973
+ return _ref262.apply(this, arguments);
2930
2974
  };
2931
2975
  }();
2932
2976
  export var update_role = function () {
2933
- var _ref259 = _asyncToGenerator(function* (sdk, role_id, body, options) {
2977
+ var _ref263 = _asyncToGenerator(function* (sdk, role_id, body, options) {
2934
2978
  return sdk.patch("/roles/".concat(role_id), null, body, options);
2935
2979
  });
2936
2980
 
2937
- return function update_role(_x887, _x888, _x889, _x890) {
2938
- return _ref259.apply(this, arguments);
2981
+ return function update_role(_x899, _x900, _x901, _x902) {
2982
+ return _ref263.apply(this, arguments);
2939
2983
  };
2940
2984
  }();
2941
2985
  export var delete_role = function () {
2942
- var _ref260 = _asyncToGenerator(function* (sdk, role_id, options) {
2986
+ var _ref264 = _asyncToGenerator(function* (sdk, role_id, options) {
2943
2987
  return sdk.delete("/roles/".concat(role_id), null, null, options);
2944
2988
  });
2945
2989
 
2946
- return function delete_role(_x891, _x892, _x893) {
2947
- return _ref260.apply(this, arguments);
2990
+ return function delete_role(_x903, _x904, _x905) {
2991
+ return _ref264.apply(this, arguments);
2948
2992
  };
2949
2993
  }();
2950
2994
  export var role_groups = function () {
2951
- var _ref261 = _asyncToGenerator(function* (sdk, role_id, fields, options) {
2995
+ var _ref265 = _asyncToGenerator(function* (sdk, role_id, fields, options) {
2952
2996
  return sdk.get("/roles/".concat(role_id, "/groups"), {
2953
2997
  fields
2954
2998
  }, null, options);
2955
2999
  });
2956
3000
 
2957
- return function role_groups(_x894, _x895, _x896, _x897) {
2958
- return _ref261.apply(this, arguments);
3001
+ return function role_groups(_x906, _x907, _x908, _x909) {
3002
+ return _ref265.apply(this, arguments);
2959
3003
  };
2960
3004
  }();
2961
3005
  export var set_role_groups = function () {
2962
- var _ref262 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3006
+ var _ref266 = _asyncToGenerator(function* (sdk, role_id, body, options) {
2963
3007
  return sdk.put("/roles/".concat(role_id, "/groups"), null, body, options);
2964
3008
  });
2965
3009
 
2966
- return function set_role_groups(_x898, _x899, _x900, _x901) {
2967
- return _ref262.apply(this, arguments);
3010
+ return function set_role_groups(_x910, _x911, _x912, _x913) {
3011
+ return _ref266.apply(this, arguments);
2968
3012
  };
2969
3013
  }();
2970
3014
  export var role_users = function () {
2971
- var _ref263 = _asyncToGenerator(function* (sdk, request, options) {
3015
+ var _ref267 = _asyncToGenerator(function* (sdk, request, options) {
2972
3016
  return sdk.get("/roles/".concat(request.role_id, "/users"), {
2973
3017
  fields: request.fields,
2974
3018
  direct_association_only: request.direct_association_only
2975
3019
  }, null, options);
2976
3020
  });
2977
3021
 
2978
- return function role_users(_x902, _x903, _x904) {
2979
- return _ref263.apply(this, arguments);
3022
+ return function role_users(_x914, _x915, _x916) {
3023
+ return _ref267.apply(this, arguments);
2980
3024
  };
2981
3025
  }();
2982
3026
  export var set_role_users = function () {
2983
- var _ref264 = _asyncToGenerator(function* (sdk, role_id, body, options) {
3027
+ var _ref268 = _asyncToGenerator(function* (sdk, role_id, body, options) {
2984
3028
  return sdk.put("/roles/".concat(role_id, "/users"), null, body, options);
2985
3029
  });
2986
3030
 
2987
- return function set_role_users(_x905, _x906, _x907, _x908) {
2988
- return _ref264.apply(this, arguments);
3031
+ return function set_role_users(_x917, _x918, _x919, _x920) {
3032
+ return _ref268.apply(this, arguments);
2989
3033
  };
2990
3034
  }();
2991
3035
  export var scheduled_plans_for_space = function () {
2992
- var _ref265 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3036
+ var _ref269 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
2993
3037
  return sdk.get("/scheduled_plans/space/".concat(space_id), {
2994
3038
  fields
2995
3039
  }, null, options);
2996
3040
  });
2997
3041
 
2998
- return function scheduled_plans_for_space(_x909, _x910, _x911, _x912) {
2999
- return _ref265.apply(this, arguments);
3042
+ return function scheduled_plans_for_space(_x921, _x922, _x923, _x924) {
3043
+ return _ref269.apply(this, arguments);
3000
3044
  };
3001
3045
  }();
3002
3046
  export var scheduled_plan = function () {
3003
- var _ref266 = _asyncToGenerator(function* (sdk, scheduled_plan_id, fields, options) {
3047
+ var _ref270 = _asyncToGenerator(function* (sdk, scheduled_plan_id, fields, options) {
3004
3048
  return sdk.get("/scheduled_plans/".concat(scheduled_plan_id), {
3005
3049
  fields
3006
3050
  }, null, options);
3007
3051
  });
3008
3052
 
3009
- return function scheduled_plan(_x913, _x914, _x915, _x916) {
3010
- return _ref266.apply(this, arguments);
3053
+ return function scheduled_plan(_x925, _x926, _x927, _x928) {
3054
+ return _ref270.apply(this, arguments);
3011
3055
  };
3012
3056
  }();
3013
3057
  export var update_scheduled_plan = function () {
3014
- var _ref267 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3058
+ var _ref271 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3015
3059
  return sdk.patch("/scheduled_plans/".concat(scheduled_plan_id), null, body, options);
3016
3060
  });
3017
3061
 
3018
- return function update_scheduled_plan(_x917, _x918, _x919, _x920) {
3019
- return _ref267.apply(this, arguments);
3062
+ return function update_scheduled_plan(_x929, _x930, _x931, _x932) {
3063
+ return _ref271.apply(this, arguments);
3020
3064
  };
3021
3065
  }();
3022
3066
  export var delete_scheduled_plan = function () {
3023
- var _ref268 = _asyncToGenerator(function* (sdk, scheduled_plan_id, options) {
3067
+ var _ref272 = _asyncToGenerator(function* (sdk, scheduled_plan_id, options) {
3024
3068
  return sdk.delete("/scheduled_plans/".concat(scheduled_plan_id), null, null, options);
3025
3069
  });
3026
3070
 
3027
- return function delete_scheduled_plan(_x921, _x922, _x923) {
3028
- return _ref268.apply(this, arguments);
3071
+ return function delete_scheduled_plan(_x933, _x934, _x935) {
3072
+ return _ref272.apply(this, arguments);
3029
3073
  };
3030
3074
  }();
3031
3075
  export var all_scheduled_plans = function () {
3032
- var _ref269 = _asyncToGenerator(function* (sdk, request, options) {
3076
+ var _ref273 = _asyncToGenerator(function* (sdk, request, options) {
3033
3077
  return sdk.get('/scheduled_plans', {
3034
3078
  user_id: request.user_id,
3035
3079
  fields: request.fields,
@@ -3037,30 +3081,30 @@ export var all_scheduled_plans = function () {
3037
3081
  }, null, options);
3038
3082
  });
3039
3083
 
3040
- return function all_scheduled_plans(_x924, _x925, _x926) {
3041
- return _ref269.apply(this, arguments);
3084
+ return function all_scheduled_plans(_x936, _x937, _x938) {
3085
+ return _ref273.apply(this, arguments);
3042
3086
  };
3043
3087
  }();
3044
3088
  export var create_scheduled_plan = function () {
3045
- var _ref270 = _asyncToGenerator(function* (sdk, body, options) {
3089
+ var _ref274 = _asyncToGenerator(function* (sdk, body, options) {
3046
3090
  return sdk.post('/scheduled_plans', null, body, options);
3047
3091
  });
3048
3092
 
3049
- return function create_scheduled_plan(_x927, _x928, _x929) {
3050
- return _ref270.apply(this, arguments);
3093
+ return function create_scheduled_plan(_x939, _x940, _x941) {
3094
+ return _ref274.apply(this, arguments);
3051
3095
  };
3052
3096
  }();
3053
3097
  export var scheduled_plan_run_once = function () {
3054
- var _ref271 = _asyncToGenerator(function* (sdk, body, options) {
3098
+ var _ref275 = _asyncToGenerator(function* (sdk, body, options) {
3055
3099
  return sdk.post('/scheduled_plans/run_once', null, body, options);
3056
3100
  });
3057
3101
 
3058
- return function scheduled_plan_run_once(_x930, _x931, _x932) {
3059
- return _ref271.apply(this, arguments);
3102
+ return function scheduled_plan_run_once(_x942, _x943, _x944) {
3103
+ return _ref275.apply(this, arguments);
3060
3104
  };
3061
3105
  }();
3062
3106
  export var scheduled_plans_for_look = function () {
3063
- var _ref272 = _asyncToGenerator(function* (sdk, request, options) {
3107
+ var _ref276 = _asyncToGenerator(function* (sdk, request, options) {
3064
3108
  return sdk.get("/scheduled_plans/look/".concat(request.look_id), {
3065
3109
  user_id: request.user_id,
3066
3110
  fields: request.fields,
@@ -3068,12 +3112,12 @@ export var scheduled_plans_for_look = function () {
3068
3112
  }, null, options);
3069
3113
  });
3070
3114
 
3071
- return function scheduled_plans_for_look(_x933, _x934, _x935) {
3072
- return _ref272.apply(this, arguments);
3115
+ return function scheduled_plans_for_look(_x945, _x946, _x947) {
3116
+ return _ref276.apply(this, arguments);
3073
3117
  };
3074
3118
  }();
3075
3119
  export var scheduled_plans_for_dashboard = function () {
3076
- var _ref273 = _asyncToGenerator(function* (sdk, request, options) {
3120
+ var _ref277 = _asyncToGenerator(function* (sdk, request, options) {
3077
3121
  return sdk.get("/scheduled_plans/dashboard/".concat(request.dashboard_id), {
3078
3122
  user_id: request.user_id,
3079
3123
  all_users: request.all_users,
@@ -3081,12 +3125,12 @@ export var scheduled_plans_for_dashboard = function () {
3081
3125
  }, null, options);
3082
3126
  });
3083
3127
 
3084
- return function scheduled_plans_for_dashboard(_x936, _x937, _x938) {
3085
- return _ref273.apply(this, arguments);
3128
+ return function scheduled_plans_for_dashboard(_x948, _x949, _x950) {
3129
+ return _ref277.apply(this, arguments);
3086
3130
  };
3087
3131
  }();
3088
3132
  export var scheduled_plans_for_lookml_dashboard = function () {
3089
- var _ref274 = _asyncToGenerator(function* (sdk, request, options) {
3133
+ var _ref278 = _asyncToGenerator(function* (sdk, request, options) {
3090
3134
  request.lookml_dashboard_id = encodeParam(request.lookml_dashboard_id);
3091
3135
  return sdk.get("/scheduled_plans/lookml_dashboard/".concat(request.lookml_dashboard_id), {
3092
3136
  user_id: request.user_id,
@@ -3095,39 +3139,39 @@ export var scheduled_plans_for_lookml_dashboard = function () {
3095
3139
  }, null, options);
3096
3140
  });
3097
3141
 
3098
- return function scheduled_plans_for_lookml_dashboard(_x939, _x940, _x941) {
3099
- return _ref274.apply(this, arguments);
3142
+ return function scheduled_plans_for_lookml_dashboard(_x951, _x952, _x953) {
3143
+ return _ref278.apply(this, arguments);
3100
3144
  };
3101
3145
  }();
3102
3146
  export var scheduled_plan_run_once_by_id = function () {
3103
- var _ref275 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3147
+ var _ref279 = _asyncToGenerator(function* (sdk, scheduled_plan_id, body, options) {
3104
3148
  return sdk.post("/scheduled_plans/".concat(scheduled_plan_id, "/run_once"), null, body, options);
3105
3149
  });
3106
3150
 
3107
- return function scheduled_plan_run_once_by_id(_x942, _x943, _x944, _x945) {
3108
- return _ref275.apply(this, arguments);
3151
+ return function scheduled_plan_run_once_by_id(_x954, _x955, _x956, _x957) {
3152
+ return _ref279.apply(this, arguments);
3109
3153
  };
3110
3154
  }();
3111
3155
  export var session = function () {
3112
- var _ref276 = _asyncToGenerator(function* (sdk, options) {
3156
+ var _ref280 = _asyncToGenerator(function* (sdk, options) {
3113
3157
  return sdk.get('/session', null, null, options);
3114
3158
  });
3115
3159
 
3116
- return function session(_x946, _x947) {
3117
- return _ref276.apply(this, arguments);
3160
+ return function session(_x958, _x959) {
3161
+ return _ref280.apply(this, arguments);
3118
3162
  };
3119
3163
  }();
3120
3164
  export var update_session = function () {
3121
- var _ref277 = _asyncToGenerator(function* (sdk, body, options) {
3165
+ var _ref281 = _asyncToGenerator(function* (sdk, body, options) {
3122
3166
  return sdk.patch('/session', null, body, options);
3123
3167
  });
3124
3168
 
3125
- return function update_session(_x948, _x949, _x950) {
3126
- return _ref277.apply(this, arguments);
3169
+ return function update_session(_x960, _x961, _x962) {
3170
+ return _ref281.apply(this, arguments);
3127
3171
  };
3128
3172
  }();
3129
3173
  export var search_spaces = function () {
3130
- var _ref278 = _asyncToGenerator(function* (sdk, request, options) {
3174
+ var _ref282 = _asyncToGenerator(function* (sdk, request, options) {
3131
3175
  return sdk.get('/spaces/search', {
3132
3176
  fields: request.fields,
3133
3177
  page: request.page,
@@ -3144,64 +3188,64 @@ export var search_spaces = function () {
3144
3188
  }, null, options);
3145
3189
  });
3146
3190
 
3147
- return function search_spaces(_x951, _x952, _x953) {
3148
- return _ref278.apply(this, arguments);
3191
+ return function search_spaces(_x963, _x964, _x965) {
3192
+ return _ref282.apply(this, arguments);
3149
3193
  };
3150
3194
  }();
3151
3195
  export var space = function () {
3152
- var _ref279 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3196
+ var _ref283 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3153
3197
  space_id = encodeParam(space_id);
3154
3198
  return sdk.get("/spaces/".concat(space_id), {
3155
3199
  fields
3156
3200
  }, null, options);
3157
3201
  });
3158
3202
 
3159
- return function space(_x954, _x955, _x956, _x957) {
3160
- return _ref279.apply(this, arguments);
3203
+ return function space(_x966, _x967, _x968, _x969) {
3204
+ return _ref283.apply(this, arguments);
3161
3205
  };
3162
3206
  }();
3163
3207
  export var update_space = function () {
3164
- var _ref280 = _asyncToGenerator(function* (sdk, space_id, body, options) {
3208
+ var _ref284 = _asyncToGenerator(function* (sdk, space_id, body, options) {
3165
3209
  space_id = encodeParam(space_id);
3166
3210
  return sdk.patch("/spaces/".concat(space_id), null, body, options);
3167
3211
  });
3168
3212
 
3169
- return function update_space(_x958, _x959, _x960, _x961) {
3170
- return _ref280.apply(this, arguments);
3213
+ return function update_space(_x970, _x971, _x972, _x973) {
3214
+ return _ref284.apply(this, arguments);
3171
3215
  };
3172
3216
  }();
3173
3217
  export var delete_space = function () {
3174
- var _ref281 = _asyncToGenerator(function* (sdk, space_id, options) {
3218
+ var _ref285 = _asyncToGenerator(function* (sdk, space_id, options) {
3175
3219
  space_id = encodeParam(space_id);
3176
3220
  return sdk.delete("/spaces/".concat(space_id), null, null, options);
3177
3221
  });
3178
3222
 
3179
- return function delete_space(_x962, _x963, _x964) {
3180
- return _ref281.apply(this, arguments);
3223
+ return function delete_space(_x974, _x975, _x976) {
3224
+ return _ref285.apply(this, arguments);
3181
3225
  };
3182
3226
  }();
3183
3227
  export var all_spaces = function () {
3184
- var _ref282 = _asyncToGenerator(function* (sdk, fields, options) {
3228
+ var _ref286 = _asyncToGenerator(function* (sdk, fields, options) {
3185
3229
  return sdk.get('/spaces', {
3186
3230
  fields
3187
3231
  }, null, options);
3188
3232
  });
3189
3233
 
3190
- return function all_spaces(_x965, _x966, _x967) {
3191
- return _ref282.apply(this, arguments);
3234
+ return function all_spaces(_x977, _x978, _x979) {
3235
+ return _ref286.apply(this, arguments);
3192
3236
  };
3193
3237
  }();
3194
3238
  export var create_space = function () {
3195
- var _ref283 = _asyncToGenerator(function* (sdk, body, options) {
3239
+ var _ref287 = _asyncToGenerator(function* (sdk, body, options) {
3196
3240
  return sdk.post('/spaces', null, body, options);
3197
3241
  });
3198
3242
 
3199
- return function create_space(_x968, _x969, _x970) {
3200
- return _ref283.apply(this, arguments);
3243
+ return function create_space(_x980, _x981, _x982) {
3244
+ return _ref287.apply(this, arguments);
3201
3245
  };
3202
3246
  }();
3203
3247
  export var space_children = function () {
3204
- var _ref284 = _asyncToGenerator(function* (sdk, request, options) {
3248
+ var _ref288 = _asyncToGenerator(function* (sdk, request, options) {
3205
3249
  request.space_id = encodeParam(request.space_id);
3206
3250
  return sdk.get("/spaces/".concat(request.space_id, "/children"), {
3207
3251
  fields: request.fields,
@@ -3211,12 +3255,12 @@ export var space_children = function () {
3211
3255
  }, null, options);
3212
3256
  });
3213
3257
 
3214
- return function space_children(_x971, _x972, _x973) {
3215
- return _ref284.apply(this, arguments);
3258
+ return function space_children(_x983, _x984, _x985) {
3259
+ return _ref288.apply(this, arguments);
3216
3260
  };
3217
3261
  }();
3218
3262
  export var space_children_search = function () {
3219
- var _ref285 = _asyncToGenerator(function* (sdk, request, options) {
3263
+ var _ref289 = _asyncToGenerator(function* (sdk, request, options) {
3220
3264
  request.space_id = encodeParam(request.space_id);
3221
3265
  return sdk.get("/spaces/".concat(request.space_id, "/children/search"), {
3222
3266
  fields: request.fields,
@@ -3225,80 +3269,80 @@ export var space_children_search = function () {
3225
3269
  }, null, options);
3226
3270
  });
3227
3271
 
3228
- return function space_children_search(_x974, _x975, _x976) {
3229
- return _ref285.apply(this, arguments);
3272
+ return function space_children_search(_x986, _x987, _x988) {
3273
+ return _ref289.apply(this, arguments);
3230
3274
  };
3231
3275
  }();
3232
3276
  export var space_parent = function () {
3233
- var _ref286 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3277
+ var _ref290 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3234
3278
  space_id = encodeParam(space_id);
3235
3279
  return sdk.get("/spaces/".concat(space_id, "/parent"), {
3236
3280
  fields
3237
3281
  }, null, options);
3238
3282
  });
3239
3283
 
3240
- return function space_parent(_x977, _x978, _x979, _x980) {
3241
- return _ref286.apply(this, arguments);
3284
+ return function space_parent(_x989, _x990, _x991, _x992) {
3285
+ return _ref290.apply(this, arguments);
3242
3286
  };
3243
3287
  }();
3244
3288
  export var space_ancestors = function () {
3245
- var _ref287 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3289
+ var _ref291 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3246
3290
  space_id = encodeParam(space_id);
3247
3291
  return sdk.get("/spaces/".concat(space_id, "/ancestors"), {
3248
3292
  fields
3249
3293
  }, null, options);
3250
3294
  });
3251
3295
 
3252
- return function space_ancestors(_x981, _x982, _x983, _x984) {
3253
- return _ref287.apply(this, arguments);
3296
+ return function space_ancestors(_x993, _x994, _x995, _x996) {
3297
+ return _ref291.apply(this, arguments);
3254
3298
  };
3255
3299
  }();
3256
3300
  export var space_looks = function () {
3257
- var _ref288 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3301
+ var _ref292 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3258
3302
  space_id = encodeParam(space_id);
3259
3303
  return sdk.get("/spaces/".concat(space_id, "/looks"), {
3260
3304
  fields
3261
3305
  }, null, options);
3262
3306
  });
3263
3307
 
3264
- return function space_looks(_x985, _x986, _x987, _x988) {
3265
- return _ref288.apply(this, arguments);
3308
+ return function space_looks(_x997, _x998, _x999, _x1000) {
3309
+ return _ref292.apply(this, arguments);
3266
3310
  };
3267
3311
  }();
3268
3312
  export var space_dashboards = function () {
3269
- var _ref289 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3313
+ var _ref293 = _asyncToGenerator(function* (sdk, space_id, fields, options) {
3270
3314
  space_id = encodeParam(space_id);
3271
3315
  return sdk.get("/spaces/".concat(space_id, "/dashboards"), {
3272
3316
  fields
3273
3317
  }, null, options);
3274
3318
  });
3275
3319
 
3276
- return function space_dashboards(_x989, _x990, _x991, _x992) {
3277
- return _ref289.apply(this, arguments);
3320
+ return function space_dashboards(_x1001, _x1002, _x1003, _x1004) {
3321
+ return _ref293.apply(this, arguments);
3278
3322
  };
3279
3323
  }();
3280
3324
  export var all_themes = function () {
3281
- var _ref290 = _asyncToGenerator(function* (sdk, fields, options) {
3325
+ var _ref294 = _asyncToGenerator(function* (sdk, fields, options) {
3282
3326
  return sdk.get('/themes', {
3283
3327
  fields
3284
3328
  }, null, options);
3285
3329
  });
3286
3330
 
3287
- return function all_themes(_x993, _x994, _x995) {
3288
- return _ref290.apply(this, arguments);
3331
+ return function all_themes(_x1005, _x1006, _x1007) {
3332
+ return _ref294.apply(this, arguments);
3289
3333
  };
3290
3334
  }();
3291
3335
  export var create_theme = function () {
3292
- var _ref291 = _asyncToGenerator(function* (sdk, body, options) {
3336
+ var _ref295 = _asyncToGenerator(function* (sdk, body, options) {
3293
3337
  return sdk.post('/themes', null, body, options);
3294
3338
  });
3295
3339
 
3296
- return function create_theme(_x996, _x997, _x998) {
3297
- return _ref291.apply(this, arguments);
3340
+ return function create_theme(_x1008, _x1009, _x1010) {
3341
+ return _ref295.apply(this, arguments);
3298
3342
  };
3299
3343
  }();
3300
3344
  export var search_themes = function () {
3301
- var _ref292 = _asyncToGenerator(function* (sdk, request, options) {
3345
+ var _ref296 = _asyncToGenerator(function* (sdk, request, options) {
3302
3346
  return sdk.get('/themes/search', {
3303
3347
  id: request.id,
3304
3348
  name: request.name,
@@ -3312,34 +3356,34 @@ export var search_themes = function () {
3312
3356
  }, null, options);
3313
3357
  });
3314
3358
 
3315
- return function search_themes(_x999, _x1000, _x1001) {
3316
- return _ref292.apply(this, arguments);
3359
+ return function search_themes(_x1011, _x1012, _x1013) {
3360
+ return _ref296.apply(this, arguments);
3317
3361
  };
3318
3362
  }();
3319
3363
  export var default_theme = function () {
3320
- var _ref293 = _asyncToGenerator(function* (sdk, ts, options) {
3364
+ var _ref297 = _asyncToGenerator(function* (sdk, ts, options) {
3321
3365
  return sdk.get('/themes/default', {
3322
3366
  ts
3323
3367
  }, null, options);
3324
3368
  });
3325
3369
 
3326
- return function default_theme(_x1002, _x1003, _x1004) {
3327
- return _ref293.apply(this, arguments);
3370
+ return function default_theme(_x1014, _x1015, _x1016) {
3371
+ return _ref297.apply(this, arguments);
3328
3372
  };
3329
3373
  }();
3330
3374
  export var set_default_theme = function () {
3331
- var _ref294 = _asyncToGenerator(function* (sdk, name, options) {
3375
+ var _ref298 = _asyncToGenerator(function* (sdk, name, options) {
3332
3376
  return sdk.put('/themes/default', {
3333
3377
  name
3334
3378
  }, null, options);
3335
3379
  });
3336
3380
 
3337
- return function set_default_theme(_x1005, _x1006, _x1007) {
3338
- return _ref294.apply(this, arguments);
3381
+ return function set_default_theme(_x1017, _x1018, _x1019) {
3382
+ return _ref298.apply(this, arguments);
3339
3383
  };
3340
3384
  }();
3341
3385
  export var active_themes = function () {
3342
- var _ref295 = _asyncToGenerator(function* (sdk, request, options) {
3386
+ var _ref299 = _asyncToGenerator(function* (sdk, request, options) {
3343
3387
  return sdk.get('/themes/active', {
3344
3388
  name: request.name,
3345
3389
  ts: request.ts,
@@ -3347,76 +3391,76 @@ export var active_themes = function () {
3347
3391
  }, null, options);
3348
3392
  });
3349
3393
 
3350
- return function active_themes(_x1008, _x1009, _x1010) {
3351
- return _ref295.apply(this, arguments);
3394
+ return function active_themes(_x1020, _x1021, _x1022) {
3395
+ return _ref299.apply(this, arguments);
3352
3396
  };
3353
3397
  }();
3354
3398
  export var theme_or_default = function () {
3355
- var _ref296 = _asyncToGenerator(function* (sdk, name, ts, options) {
3399
+ var _ref300 = _asyncToGenerator(function* (sdk, name, ts, options) {
3356
3400
  return sdk.get('/themes/theme_or_default', {
3357
3401
  name,
3358
3402
  ts
3359
3403
  }, null, options);
3360
3404
  });
3361
3405
 
3362
- return function theme_or_default(_x1011, _x1012, _x1013, _x1014) {
3363
- return _ref296.apply(this, arguments);
3406
+ return function theme_or_default(_x1023, _x1024, _x1025, _x1026) {
3407
+ return _ref300.apply(this, arguments);
3364
3408
  };
3365
3409
  }();
3366
3410
  export var validate_theme = function () {
3367
- var _ref297 = _asyncToGenerator(function* (sdk, body, options) {
3411
+ var _ref301 = _asyncToGenerator(function* (sdk, body, options) {
3368
3412
  return sdk.post('/themes/validate', null, body, options);
3369
3413
  });
3370
3414
 
3371
- return function validate_theme(_x1015, _x1016, _x1017) {
3372
- return _ref297.apply(this, arguments);
3415
+ return function validate_theme(_x1027, _x1028, _x1029) {
3416
+ return _ref301.apply(this, arguments);
3373
3417
  };
3374
3418
  }();
3375
3419
  export var theme = function () {
3376
- var _ref298 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
3420
+ var _ref302 = _asyncToGenerator(function* (sdk, theme_id, fields, options) {
3377
3421
  theme_id = encodeParam(theme_id);
3378
3422
  return sdk.get("/themes/".concat(theme_id), {
3379
3423
  fields
3380
3424
  }, null, options);
3381
3425
  });
3382
3426
 
3383
- return function theme(_x1018, _x1019, _x1020, _x1021) {
3384
- return _ref298.apply(this, arguments);
3427
+ return function theme(_x1030, _x1031, _x1032, _x1033) {
3428
+ return _ref302.apply(this, arguments);
3385
3429
  };
3386
3430
  }();
3387
3431
  export var update_theme = function () {
3388
- var _ref299 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
3432
+ var _ref303 = _asyncToGenerator(function* (sdk, theme_id, body, options) {
3389
3433
  theme_id = encodeParam(theme_id);
3390
3434
  return sdk.patch("/themes/".concat(theme_id), null, body, options);
3391
3435
  });
3392
3436
 
3393
- return function update_theme(_x1022, _x1023, _x1024, _x1025) {
3394
- return _ref299.apply(this, arguments);
3437
+ return function update_theme(_x1034, _x1035, _x1036, _x1037) {
3438
+ return _ref303.apply(this, arguments);
3395
3439
  };
3396
3440
  }();
3397
3441
  export var delete_theme = function () {
3398
- var _ref300 = _asyncToGenerator(function* (sdk, theme_id, options) {
3442
+ var _ref304 = _asyncToGenerator(function* (sdk, theme_id, options) {
3399
3443
  theme_id = encodeParam(theme_id);
3400
3444
  return sdk.delete("/themes/".concat(theme_id), null, null, options);
3401
3445
  });
3402
3446
 
3403
- return function delete_theme(_x1026, _x1027, _x1028) {
3404
- return _ref300.apply(this, arguments);
3447
+ return function delete_theme(_x1038, _x1039, _x1040) {
3448
+ return _ref304.apply(this, arguments);
3405
3449
  };
3406
3450
  }();
3407
3451
  export var me = function () {
3408
- var _ref301 = _asyncToGenerator(function* (sdk, fields, options) {
3452
+ var _ref305 = _asyncToGenerator(function* (sdk, fields, options) {
3409
3453
  return sdk.get('/user', {
3410
3454
  fields
3411
3455
  }, null, options);
3412
3456
  });
3413
3457
 
3414
- return function me(_x1029, _x1030, _x1031) {
3415
- return _ref301.apply(this, arguments);
3458
+ return function me(_x1041, _x1042, _x1043) {
3459
+ return _ref305.apply(this, arguments);
3416
3460
  };
3417
3461
  }();
3418
3462
  export var all_users = function () {
3419
- var _ref302 = _asyncToGenerator(function* (sdk, request, options) {
3463
+ var _ref306 = _asyncToGenerator(function* (sdk, request, options) {
3420
3464
  return sdk.get('/users', {
3421
3465
  fields: request.fields,
3422
3466
  page: request.page,
@@ -3426,23 +3470,23 @@ export var all_users = function () {
3426
3470
  }, null, options);
3427
3471
  });
3428
3472
 
3429
- return function all_users(_x1032, _x1033, _x1034) {
3430
- return _ref302.apply(this, arguments);
3473
+ return function all_users(_x1044, _x1045, _x1046) {
3474
+ return _ref306.apply(this, arguments);
3431
3475
  };
3432
3476
  }();
3433
3477
  export var create_user = function () {
3434
- var _ref303 = _asyncToGenerator(function* (sdk, body, fields, options) {
3478
+ var _ref307 = _asyncToGenerator(function* (sdk, body, fields, options) {
3435
3479
  return sdk.post('/users', {
3436
3480
  fields
3437
3481
  }, body, options);
3438
3482
  });
3439
3483
 
3440
- return function create_user(_x1035, _x1036, _x1037, _x1038) {
3441
- return _ref303.apply(this, arguments);
3484
+ return function create_user(_x1047, _x1048, _x1049, _x1050) {
3485
+ return _ref307.apply(this, arguments);
3442
3486
  };
3443
3487
  }();
3444
3488
  export var search_users = function () {
3445
- var _ref304 = _asyncToGenerator(function* (sdk, request, options) {
3489
+ var _ref308 = _asyncToGenerator(function* (sdk, request, options) {
3446
3490
  return sdk.get('/users/search', {
3447
3491
  fields: request.fields,
3448
3492
  page: request.page,
@@ -3461,12 +3505,12 @@ export var search_users = function () {
3461
3505
  }, null, options);
3462
3506
  });
3463
3507
 
3464
- return function search_users(_x1039, _x1040, _x1041) {
3465
- return _ref304.apply(this, arguments);
3508
+ return function search_users(_x1051, _x1052, _x1053) {
3509
+ return _ref308.apply(this, arguments);
3466
3510
  };
3467
3511
  }();
3468
3512
  export var search_users_names = function () {
3469
- var _ref305 = _asyncToGenerator(function* (sdk, request, options) {
3513
+ var _ref309 = _asyncToGenerator(function* (sdk, request, options) {
3470
3514
  request.pattern = encodeParam(request.pattern);
3471
3515
  return sdk.get("/users/search/names/".concat(request.pattern), {
3472
3516
  fields: request.fields,
@@ -3482,43 +3526,43 @@ export var search_users_names = function () {
3482
3526
  }, null, options);
3483
3527
  });
3484
3528
 
3485
- return function search_users_names(_x1042, _x1043, _x1044) {
3486
- return _ref305.apply(this, arguments);
3529
+ return function search_users_names(_x1054, _x1055, _x1056) {
3530
+ return _ref309.apply(this, arguments);
3487
3531
  };
3488
3532
  }();
3489
3533
  export var user = function () {
3490
- var _ref306 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3534
+ var _ref310 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3491
3535
  return sdk.get("/users/".concat(user_id), {
3492
3536
  fields
3493
3537
  }, null, options);
3494
3538
  });
3495
3539
 
3496
- return function user(_x1045, _x1046, _x1047, _x1048) {
3497
- return _ref306.apply(this, arguments);
3540
+ return function user(_x1057, _x1058, _x1059, _x1060) {
3541
+ return _ref310.apply(this, arguments);
3498
3542
  };
3499
3543
  }();
3500
3544
  export var update_user = function () {
3501
- var _ref307 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3545
+ var _ref311 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3502
3546
  return sdk.patch("/users/".concat(user_id), {
3503
3547
  fields
3504
3548
  }, body, options);
3505
3549
  });
3506
3550
 
3507
- return function update_user(_x1049, _x1050, _x1051, _x1052, _x1053) {
3508
- return _ref307.apply(this, arguments);
3551
+ return function update_user(_x1061, _x1062, _x1063, _x1064, _x1065) {
3552
+ return _ref311.apply(this, arguments);
3509
3553
  };
3510
3554
  }();
3511
3555
  export var delete_user = function () {
3512
- var _ref308 = _asyncToGenerator(function* (sdk, user_id, options) {
3556
+ var _ref312 = _asyncToGenerator(function* (sdk, user_id, options) {
3513
3557
  return sdk.delete("/users/".concat(user_id), null, null, options);
3514
3558
  });
3515
3559
 
3516
- return function delete_user(_x1054, _x1055, _x1056) {
3517
- return _ref308.apply(this, arguments);
3560
+ return function delete_user(_x1066, _x1067, _x1068) {
3561
+ return _ref312.apply(this, arguments);
3518
3562
  };
3519
3563
  }();
3520
3564
  export var user_for_credential = function () {
3521
- var _ref309 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
3565
+ var _ref313 = _asyncToGenerator(function* (sdk, credential_type, credential_id, fields, options) {
3522
3566
  credential_type = encodeParam(credential_type);
3523
3567
  credential_id = encodeParam(credential_id);
3524
3568
  return sdk.get("/users/credential/".concat(credential_type, "/").concat(credential_id), {
@@ -3526,324 +3570,324 @@ export var user_for_credential = function () {
3526
3570
  }, null, options);
3527
3571
  });
3528
3572
 
3529
- return function user_for_credential(_x1057, _x1058, _x1059, _x1060, _x1061) {
3530
- return _ref309.apply(this, arguments);
3573
+ return function user_for_credential(_x1069, _x1070, _x1071, _x1072, _x1073) {
3574
+ return _ref313.apply(this, arguments);
3531
3575
  };
3532
3576
  }();
3533
3577
  export var user_credentials_email = function () {
3534
- var _ref310 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3578
+ var _ref314 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3535
3579
  return sdk.get("/users/".concat(user_id, "/credentials_email"), {
3536
3580
  fields
3537
3581
  }, null, options);
3538
3582
  });
3539
3583
 
3540
- return function user_credentials_email(_x1062, _x1063, _x1064, _x1065) {
3541
- return _ref310.apply(this, arguments);
3584
+ return function user_credentials_email(_x1074, _x1075, _x1076, _x1077) {
3585
+ return _ref314.apply(this, arguments);
3542
3586
  };
3543
3587
  }();
3544
3588
  export var create_user_credentials_email = function () {
3545
- var _ref311 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3589
+ var _ref315 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3546
3590
  return sdk.post("/users/".concat(user_id, "/credentials_email"), {
3547
3591
  fields
3548
3592
  }, body, options);
3549
3593
  });
3550
3594
 
3551
- return function create_user_credentials_email(_x1066, _x1067, _x1068, _x1069, _x1070) {
3552
- return _ref311.apply(this, arguments);
3595
+ return function create_user_credentials_email(_x1078, _x1079, _x1080, _x1081, _x1082) {
3596
+ return _ref315.apply(this, arguments);
3553
3597
  };
3554
3598
  }();
3555
3599
  export var update_user_credentials_email = function () {
3556
- var _ref312 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3600
+ var _ref316 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3557
3601
  return sdk.patch("/users/".concat(user_id, "/credentials_email"), {
3558
3602
  fields
3559
3603
  }, body, options);
3560
3604
  });
3561
3605
 
3562
- return function update_user_credentials_email(_x1071, _x1072, _x1073, _x1074, _x1075) {
3563
- return _ref312.apply(this, arguments);
3606
+ return function update_user_credentials_email(_x1083, _x1084, _x1085, _x1086, _x1087) {
3607
+ return _ref316.apply(this, arguments);
3564
3608
  };
3565
3609
  }();
3566
3610
  export var delete_user_credentials_email = function () {
3567
- var _ref313 = _asyncToGenerator(function* (sdk, user_id, options) {
3611
+ var _ref317 = _asyncToGenerator(function* (sdk, user_id, options) {
3568
3612
  return sdk.delete("/users/".concat(user_id, "/credentials_email"), null, null, options);
3569
3613
  });
3570
3614
 
3571
- return function delete_user_credentials_email(_x1076, _x1077, _x1078) {
3572
- return _ref313.apply(this, arguments);
3615
+ return function delete_user_credentials_email(_x1088, _x1089, _x1090) {
3616
+ return _ref317.apply(this, arguments);
3573
3617
  };
3574
3618
  }();
3575
3619
  export var user_credentials_totp = function () {
3576
- var _ref314 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3620
+ var _ref318 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3577
3621
  return sdk.get("/users/".concat(user_id, "/credentials_totp"), {
3578
3622
  fields
3579
3623
  }, null, options);
3580
3624
  });
3581
3625
 
3582
- return function user_credentials_totp(_x1079, _x1080, _x1081, _x1082) {
3583
- return _ref314.apply(this, arguments);
3626
+ return function user_credentials_totp(_x1091, _x1092, _x1093, _x1094) {
3627
+ return _ref318.apply(this, arguments);
3584
3628
  };
3585
3629
  }();
3586
3630
  export var create_user_credentials_totp = function () {
3587
- var _ref315 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3631
+ var _ref319 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3588
3632
  return sdk.post("/users/".concat(user_id, "/credentials_totp"), {
3589
3633
  fields
3590
3634
  }, body, options);
3591
3635
  });
3592
3636
 
3593
- return function create_user_credentials_totp(_x1083, _x1084, _x1085, _x1086, _x1087) {
3594
- return _ref315.apply(this, arguments);
3637
+ return function create_user_credentials_totp(_x1095, _x1096, _x1097, _x1098, _x1099) {
3638
+ return _ref319.apply(this, arguments);
3595
3639
  };
3596
3640
  }();
3597
3641
  export var delete_user_credentials_totp = function () {
3598
- var _ref316 = _asyncToGenerator(function* (sdk, user_id, options) {
3642
+ var _ref320 = _asyncToGenerator(function* (sdk, user_id, options) {
3599
3643
  return sdk.delete("/users/".concat(user_id, "/credentials_totp"), null, null, options);
3600
3644
  });
3601
3645
 
3602
- return function delete_user_credentials_totp(_x1088, _x1089, _x1090) {
3603
- return _ref316.apply(this, arguments);
3646
+ return function delete_user_credentials_totp(_x1100, _x1101, _x1102) {
3647
+ return _ref320.apply(this, arguments);
3604
3648
  };
3605
3649
  }();
3606
3650
  export var user_credentials_ldap = function () {
3607
- var _ref317 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3651
+ var _ref321 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3608
3652
  return sdk.get("/users/".concat(user_id, "/credentials_ldap"), {
3609
3653
  fields
3610
3654
  }, null, options);
3611
3655
  });
3612
3656
 
3613
- return function user_credentials_ldap(_x1091, _x1092, _x1093, _x1094) {
3614
- return _ref317.apply(this, arguments);
3657
+ return function user_credentials_ldap(_x1103, _x1104, _x1105, _x1106) {
3658
+ return _ref321.apply(this, arguments);
3615
3659
  };
3616
3660
  }();
3617
3661
  export var delete_user_credentials_ldap = function () {
3618
- var _ref318 = _asyncToGenerator(function* (sdk, user_id, options) {
3662
+ var _ref322 = _asyncToGenerator(function* (sdk, user_id, options) {
3619
3663
  return sdk.delete("/users/".concat(user_id, "/credentials_ldap"), null, null, options);
3620
3664
  });
3621
3665
 
3622
- return function delete_user_credentials_ldap(_x1095, _x1096, _x1097) {
3623
- return _ref318.apply(this, arguments);
3666
+ return function delete_user_credentials_ldap(_x1107, _x1108, _x1109) {
3667
+ return _ref322.apply(this, arguments);
3624
3668
  };
3625
3669
  }();
3626
3670
  export var user_credentials_google = function () {
3627
- var _ref319 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3671
+ var _ref323 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3628
3672
  return sdk.get("/users/".concat(user_id, "/credentials_google"), {
3629
3673
  fields
3630
3674
  }, null, options);
3631
3675
  });
3632
3676
 
3633
- return function user_credentials_google(_x1098, _x1099, _x1100, _x1101) {
3634
- return _ref319.apply(this, arguments);
3677
+ return function user_credentials_google(_x1110, _x1111, _x1112, _x1113) {
3678
+ return _ref323.apply(this, arguments);
3635
3679
  };
3636
3680
  }();
3637
3681
  export var delete_user_credentials_google = function () {
3638
- var _ref320 = _asyncToGenerator(function* (sdk, user_id, options) {
3682
+ var _ref324 = _asyncToGenerator(function* (sdk, user_id, options) {
3639
3683
  return sdk.delete("/users/".concat(user_id, "/credentials_google"), null, null, options);
3640
3684
  });
3641
3685
 
3642
- return function delete_user_credentials_google(_x1102, _x1103, _x1104) {
3643
- return _ref320.apply(this, arguments);
3686
+ return function delete_user_credentials_google(_x1114, _x1115, _x1116) {
3687
+ return _ref324.apply(this, arguments);
3644
3688
  };
3645
3689
  }();
3646
3690
  export var user_credentials_saml = function () {
3647
- var _ref321 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3691
+ var _ref325 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3648
3692
  return sdk.get("/users/".concat(user_id, "/credentials_saml"), {
3649
3693
  fields
3650
3694
  }, null, options);
3651
3695
  });
3652
3696
 
3653
- return function user_credentials_saml(_x1105, _x1106, _x1107, _x1108) {
3654
- return _ref321.apply(this, arguments);
3697
+ return function user_credentials_saml(_x1117, _x1118, _x1119, _x1120) {
3698
+ return _ref325.apply(this, arguments);
3655
3699
  };
3656
3700
  }();
3657
3701
  export var delete_user_credentials_saml = function () {
3658
- var _ref322 = _asyncToGenerator(function* (sdk, user_id, options) {
3702
+ var _ref326 = _asyncToGenerator(function* (sdk, user_id, options) {
3659
3703
  return sdk.delete("/users/".concat(user_id, "/credentials_saml"), null, null, options);
3660
3704
  });
3661
3705
 
3662
- return function delete_user_credentials_saml(_x1109, _x1110, _x1111) {
3663
- return _ref322.apply(this, arguments);
3706
+ return function delete_user_credentials_saml(_x1121, _x1122, _x1123) {
3707
+ return _ref326.apply(this, arguments);
3664
3708
  };
3665
3709
  }();
3666
3710
  export var user_credentials_oidc = function () {
3667
- var _ref323 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3711
+ var _ref327 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3668
3712
  return sdk.get("/users/".concat(user_id, "/credentials_oidc"), {
3669
3713
  fields
3670
3714
  }, null, options);
3671
3715
  });
3672
3716
 
3673
- return function user_credentials_oidc(_x1112, _x1113, _x1114, _x1115) {
3674
- return _ref323.apply(this, arguments);
3717
+ return function user_credentials_oidc(_x1124, _x1125, _x1126, _x1127) {
3718
+ return _ref327.apply(this, arguments);
3675
3719
  };
3676
3720
  }();
3677
3721
  export var delete_user_credentials_oidc = function () {
3678
- var _ref324 = _asyncToGenerator(function* (sdk, user_id, options) {
3722
+ var _ref328 = _asyncToGenerator(function* (sdk, user_id, options) {
3679
3723
  return sdk.delete("/users/".concat(user_id, "/credentials_oidc"), null, null, options);
3680
3724
  });
3681
3725
 
3682
- return function delete_user_credentials_oidc(_x1116, _x1117, _x1118) {
3683
- return _ref324.apply(this, arguments);
3726
+ return function delete_user_credentials_oidc(_x1128, _x1129, _x1130) {
3727
+ return _ref328.apply(this, arguments);
3684
3728
  };
3685
3729
  }();
3686
3730
  export var user_credentials_api3 = function () {
3687
- var _ref325 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
3731
+ var _ref329 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, fields, options) {
3688
3732
  return sdk.get("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), {
3689
3733
  fields
3690
3734
  }, null, options);
3691
3735
  });
3692
3736
 
3693
- return function user_credentials_api3(_x1119, _x1120, _x1121, _x1122, _x1123) {
3694
- return _ref325.apply(this, arguments);
3737
+ return function user_credentials_api3(_x1131, _x1132, _x1133, _x1134, _x1135) {
3738
+ return _ref329.apply(this, arguments);
3695
3739
  };
3696
3740
  }();
3697
3741
  export var delete_user_credentials_api3 = function () {
3698
- var _ref326 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
3742
+ var _ref330 = _asyncToGenerator(function* (sdk, user_id, credentials_api3_id, options) {
3699
3743
  return sdk.delete("/users/".concat(user_id, "/credentials_api3/").concat(credentials_api3_id), null, null, options);
3700
3744
  });
3701
3745
 
3702
- return function delete_user_credentials_api3(_x1124, _x1125, _x1126, _x1127) {
3703
- return _ref326.apply(this, arguments);
3746
+ return function delete_user_credentials_api3(_x1136, _x1137, _x1138, _x1139) {
3747
+ return _ref330.apply(this, arguments);
3704
3748
  };
3705
3749
  }();
3706
3750
  export var all_user_credentials_api3s = function () {
3707
- var _ref327 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3751
+ var _ref331 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3708
3752
  return sdk.get("/users/".concat(user_id, "/credentials_api3"), {
3709
3753
  fields
3710
3754
  }, null, options);
3711
3755
  });
3712
3756
 
3713
- return function all_user_credentials_api3s(_x1128, _x1129, _x1130, _x1131) {
3714
- return _ref327.apply(this, arguments);
3757
+ return function all_user_credentials_api3s(_x1140, _x1141, _x1142, _x1143) {
3758
+ return _ref331.apply(this, arguments);
3715
3759
  };
3716
3760
  }();
3717
3761
  export var create_user_credentials_api3 = function () {
3718
- var _ref328 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3762
+ var _ref332 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3719
3763
  return sdk.post("/users/".concat(user_id, "/credentials_api3"), {
3720
3764
  fields
3721
3765
  }, body, options);
3722
3766
  });
3723
3767
 
3724
- return function create_user_credentials_api3(_x1132, _x1133, _x1134, _x1135, _x1136) {
3725
- return _ref328.apply(this, arguments);
3768
+ return function create_user_credentials_api3(_x1144, _x1145, _x1146, _x1147, _x1148) {
3769
+ return _ref332.apply(this, arguments);
3726
3770
  };
3727
3771
  }();
3728
3772
  export var user_credentials_embed = function () {
3729
- var _ref329 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
3773
+ var _ref333 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, fields, options) {
3730
3774
  return sdk.get("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), {
3731
3775
  fields
3732
3776
  }, null, options);
3733
3777
  });
3734
3778
 
3735
- return function user_credentials_embed(_x1137, _x1138, _x1139, _x1140, _x1141) {
3736
- return _ref329.apply(this, arguments);
3779
+ return function user_credentials_embed(_x1149, _x1150, _x1151, _x1152, _x1153) {
3780
+ return _ref333.apply(this, arguments);
3737
3781
  };
3738
3782
  }();
3739
3783
  export var delete_user_credentials_embed = function () {
3740
- var _ref330 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
3784
+ var _ref334 = _asyncToGenerator(function* (sdk, user_id, credentials_embed_id, options) {
3741
3785
  return sdk.delete("/users/".concat(user_id, "/credentials_embed/").concat(credentials_embed_id), null, null, options);
3742
3786
  });
3743
3787
 
3744
- return function delete_user_credentials_embed(_x1142, _x1143, _x1144, _x1145) {
3745
- return _ref330.apply(this, arguments);
3788
+ return function delete_user_credentials_embed(_x1154, _x1155, _x1156, _x1157) {
3789
+ return _ref334.apply(this, arguments);
3746
3790
  };
3747
3791
  }();
3748
3792
  export var all_user_credentials_embeds = function () {
3749
- var _ref331 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3793
+ var _ref335 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3750
3794
  return sdk.get("/users/".concat(user_id, "/credentials_embed"), {
3751
3795
  fields
3752
3796
  }, null, options);
3753
3797
  });
3754
3798
 
3755
- return function all_user_credentials_embeds(_x1146, _x1147, _x1148, _x1149) {
3756
- return _ref331.apply(this, arguments);
3799
+ return function all_user_credentials_embeds(_x1158, _x1159, _x1160, _x1161) {
3800
+ return _ref335.apply(this, arguments);
3757
3801
  };
3758
3802
  }();
3759
3803
  export var user_credentials_looker_openid = function () {
3760
- var _ref332 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3804
+ var _ref336 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3761
3805
  return sdk.get("/users/".concat(user_id, "/credentials_looker_openid"), {
3762
3806
  fields
3763
3807
  }, null, options);
3764
3808
  });
3765
3809
 
3766
- return function user_credentials_looker_openid(_x1150, _x1151, _x1152, _x1153) {
3767
- return _ref332.apply(this, arguments);
3810
+ return function user_credentials_looker_openid(_x1162, _x1163, _x1164, _x1165) {
3811
+ return _ref336.apply(this, arguments);
3768
3812
  };
3769
3813
  }();
3770
3814
  export var delete_user_credentials_looker_openid = function () {
3771
- var _ref333 = _asyncToGenerator(function* (sdk, user_id, options) {
3815
+ var _ref337 = _asyncToGenerator(function* (sdk, user_id, options) {
3772
3816
  return sdk.delete("/users/".concat(user_id, "/credentials_looker_openid"), null, null, options);
3773
3817
  });
3774
3818
 
3775
- return function delete_user_credentials_looker_openid(_x1154, _x1155, _x1156) {
3776
- return _ref333.apply(this, arguments);
3819
+ return function delete_user_credentials_looker_openid(_x1166, _x1167, _x1168) {
3820
+ return _ref337.apply(this, arguments);
3777
3821
  };
3778
3822
  }();
3779
3823
  export var user_session = function () {
3780
- var _ref334 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
3824
+ var _ref338 = _asyncToGenerator(function* (sdk, user_id, session_id, fields, options) {
3781
3825
  return sdk.get("/users/".concat(user_id, "/sessions/").concat(session_id), {
3782
3826
  fields
3783
3827
  }, null, options);
3784
3828
  });
3785
3829
 
3786
- return function user_session(_x1157, _x1158, _x1159, _x1160, _x1161) {
3787
- return _ref334.apply(this, arguments);
3830
+ return function user_session(_x1169, _x1170, _x1171, _x1172, _x1173) {
3831
+ return _ref338.apply(this, arguments);
3788
3832
  };
3789
3833
  }();
3790
3834
  export var delete_user_session = function () {
3791
- var _ref335 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
3835
+ var _ref339 = _asyncToGenerator(function* (sdk, user_id, session_id, options) {
3792
3836
  return sdk.delete("/users/".concat(user_id, "/sessions/").concat(session_id), null, null, options);
3793
3837
  });
3794
3838
 
3795
- return function delete_user_session(_x1162, _x1163, _x1164, _x1165) {
3796
- return _ref335.apply(this, arguments);
3839
+ return function delete_user_session(_x1174, _x1175, _x1176, _x1177) {
3840
+ return _ref339.apply(this, arguments);
3797
3841
  };
3798
3842
  }();
3799
3843
  export var all_user_sessions = function () {
3800
- var _ref336 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3844
+ var _ref340 = _asyncToGenerator(function* (sdk, user_id, fields, options) {
3801
3845
  return sdk.get("/users/".concat(user_id, "/sessions"), {
3802
3846
  fields
3803
3847
  }, null, options);
3804
3848
  });
3805
3849
 
3806
- return function all_user_sessions(_x1166, _x1167, _x1168, _x1169) {
3807
- return _ref336.apply(this, arguments);
3850
+ return function all_user_sessions(_x1178, _x1179, _x1180, _x1181) {
3851
+ return _ref340.apply(this, arguments);
3808
3852
  };
3809
3853
  }();
3810
3854
  export var create_user_credentials_email_password_reset = function () {
3811
- var _ref337 = _asyncToGenerator(function* (sdk, request, options) {
3855
+ var _ref341 = _asyncToGenerator(function* (sdk, request, options) {
3812
3856
  return sdk.post("/users/".concat(request.user_id, "/credentials_email/password_reset"), {
3813
3857
  expires: request.expires,
3814
3858
  fields: request.fields
3815
3859
  }, null, options);
3816
3860
  });
3817
3861
 
3818
- return function create_user_credentials_email_password_reset(_x1170, _x1171, _x1172) {
3819
- return _ref337.apply(this, arguments);
3862
+ return function create_user_credentials_email_password_reset(_x1182, _x1183, _x1184) {
3863
+ return _ref341.apply(this, arguments);
3820
3864
  };
3821
3865
  }();
3822
3866
  export var user_roles = function () {
3823
- var _ref338 = _asyncToGenerator(function* (sdk, request, options) {
3867
+ var _ref342 = _asyncToGenerator(function* (sdk, request, options) {
3824
3868
  return sdk.get("/users/".concat(request.user_id, "/roles"), {
3825
3869
  fields: request.fields,
3826
3870
  direct_association_only: request.direct_association_only
3827
3871
  }, null, options);
3828
3872
  });
3829
3873
 
3830
- return function user_roles(_x1173, _x1174, _x1175) {
3831
- return _ref338.apply(this, arguments);
3874
+ return function user_roles(_x1185, _x1186, _x1187) {
3875
+ return _ref342.apply(this, arguments);
3832
3876
  };
3833
3877
  }();
3834
3878
  export var set_user_roles = function () {
3835
- var _ref339 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3879
+ var _ref343 = _asyncToGenerator(function* (sdk, user_id, body, fields, options) {
3836
3880
  return sdk.put("/users/".concat(user_id, "/roles"), {
3837
3881
  fields
3838
3882
  }, body, options);
3839
3883
  });
3840
3884
 
3841
- return function set_user_roles(_x1176, _x1177, _x1178, _x1179, _x1180) {
3842
- return _ref339.apply(this, arguments);
3885
+ return function set_user_roles(_x1188, _x1189, _x1190, _x1191, _x1192) {
3886
+ return _ref343.apply(this, arguments);
3843
3887
  };
3844
3888
  }();
3845
3889
  export var user_attribute_user_values = function () {
3846
- var _ref340 = _asyncToGenerator(function* (sdk, request, options) {
3890
+ var _ref344 = _asyncToGenerator(function* (sdk, request, options) {
3847
3891
  return sdk.get("/users/".concat(request.user_id, "/attribute_values"), {
3848
3892
  fields: request.fields,
3849
3893
  user_attribute_ids: request.user_attribute_ids,
@@ -3852,119 +3896,119 @@ export var user_attribute_user_values = function () {
3852
3896
  }, null, options);
3853
3897
  });
3854
3898
 
3855
- return function user_attribute_user_values(_x1181, _x1182, _x1183) {
3856
- return _ref340.apply(this, arguments);
3899
+ return function user_attribute_user_values(_x1193, _x1194, _x1195) {
3900
+ return _ref344.apply(this, arguments);
3857
3901
  };
3858
3902
  }();
3859
3903
  export var set_user_attribute_user_value = function () {
3860
- var _ref341 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
3904
+ var _ref345 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, body, options) {
3861
3905
  return sdk.patch("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, body, options);
3862
3906
  });
3863
3907
 
3864
- return function set_user_attribute_user_value(_x1184, _x1185, _x1186, _x1187, _x1188) {
3865
- return _ref341.apply(this, arguments);
3908
+ return function set_user_attribute_user_value(_x1196, _x1197, _x1198, _x1199, _x1200) {
3909
+ return _ref345.apply(this, arguments);
3866
3910
  };
3867
3911
  }();
3868
3912
  export var delete_user_attribute_user_value = function () {
3869
- var _ref342 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
3913
+ var _ref346 = _asyncToGenerator(function* (sdk, user_id, user_attribute_id, options) {
3870
3914
  return sdk.delete("/users/".concat(user_id, "/attribute_values/").concat(user_attribute_id), null, null, options);
3871
3915
  });
3872
3916
 
3873
- return function delete_user_attribute_user_value(_x1189, _x1190, _x1191, _x1192) {
3874
- return _ref342.apply(this, arguments);
3917
+ return function delete_user_attribute_user_value(_x1201, _x1202, _x1203, _x1204) {
3918
+ return _ref346.apply(this, arguments);
3875
3919
  };
3876
3920
  }();
3877
3921
  export var all_user_attributes = function () {
3878
- var _ref343 = _asyncToGenerator(function* (sdk, request, options) {
3922
+ var _ref347 = _asyncToGenerator(function* (sdk, request, options) {
3879
3923
  return sdk.get('/user_attributes', {
3880
3924
  fields: request.fields,
3881
3925
  sorts: request.sorts
3882
3926
  }, null, options);
3883
3927
  });
3884
3928
 
3885
- return function all_user_attributes(_x1193, _x1194, _x1195) {
3886
- return _ref343.apply(this, arguments);
3929
+ return function all_user_attributes(_x1205, _x1206, _x1207) {
3930
+ return _ref347.apply(this, arguments);
3887
3931
  };
3888
3932
  }();
3889
3933
  export var create_user_attribute = function () {
3890
- var _ref344 = _asyncToGenerator(function* (sdk, body, fields, options) {
3934
+ var _ref348 = _asyncToGenerator(function* (sdk, body, fields, options) {
3891
3935
  return sdk.post('/user_attributes', {
3892
3936
  fields
3893
3937
  }, body, options);
3894
3938
  });
3895
3939
 
3896
- return function create_user_attribute(_x1196, _x1197, _x1198, _x1199) {
3897
- return _ref344.apply(this, arguments);
3940
+ return function create_user_attribute(_x1208, _x1209, _x1210, _x1211) {
3941
+ return _ref348.apply(this, arguments);
3898
3942
  };
3899
3943
  }();
3900
3944
  export var user_attribute = function () {
3901
- var _ref345 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
3945
+ var _ref349 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
3902
3946
  return sdk.get("/user_attributes/".concat(user_attribute_id), {
3903
3947
  fields
3904
3948
  }, null, options);
3905
3949
  });
3906
3950
 
3907
- return function user_attribute(_x1200, _x1201, _x1202, _x1203) {
3908
- return _ref345.apply(this, arguments);
3951
+ return function user_attribute(_x1212, _x1213, _x1214, _x1215) {
3952
+ return _ref349.apply(this, arguments);
3909
3953
  };
3910
3954
  }();
3911
3955
  export var update_user_attribute = function () {
3912
- var _ref346 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
3956
+ var _ref350 = _asyncToGenerator(function* (sdk, user_attribute_id, body, fields, options) {
3913
3957
  return sdk.patch("/user_attributes/".concat(user_attribute_id), {
3914
3958
  fields
3915
3959
  }, body, options);
3916
3960
  });
3917
3961
 
3918
- return function update_user_attribute(_x1204, _x1205, _x1206, _x1207, _x1208) {
3919
- return _ref346.apply(this, arguments);
3962
+ return function update_user_attribute(_x1216, _x1217, _x1218, _x1219, _x1220) {
3963
+ return _ref350.apply(this, arguments);
3920
3964
  };
3921
3965
  }();
3922
3966
  export var delete_user_attribute = function () {
3923
- var _ref347 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
3967
+ var _ref351 = _asyncToGenerator(function* (sdk, user_attribute_id, options) {
3924
3968
  return sdk.delete("/user_attributes/".concat(user_attribute_id), null, null, options);
3925
3969
  });
3926
3970
 
3927
- return function delete_user_attribute(_x1209, _x1210, _x1211) {
3928
- return _ref347.apply(this, arguments);
3971
+ return function delete_user_attribute(_x1221, _x1222, _x1223) {
3972
+ return _ref351.apply(this, arguments);
3929
3973
  };
3930
3974
  }();
3931
3975
  export var all_user_attribute_group_values = function () {
3932
- var _ref348 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
3976
+ var _ref352 = _asyncToGenerator(function* (sdk, user_attribute_id, fields, options) {
3933
3977
  return sdk.get("/user_attributes/".concat(user_attribute_id, "/group_values"), {
3934
3978
  fields
3935
3979
  }, null, options);
3936
3980
  });
3937
3981
 
3938
- return function all_user_attribute_group_values(_x1212, _x1213, _x1214, _x1215) {
3939
- return _ref348.apply(this, arguments);
3982
+ return function all_user_attribute_group_values(_x1224, _x1225, _x1226, _x1227) {
3983
+ return _ref352.apply(this, arguments);
3940
3984
  };
3941
3985
  }();
3942
3986
  export var set_user_attribute_group_values = function () {
3943
- var _ref349 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
3987
+ var _ref353 = _asyncToGenerator(function* (sdk, user_attribute_id, body, options) {
3944
3988
  return sdk.post("/user_attributes/".concat(user_attribute_id, "/group_values"), null, body, options);
3945
3989
  });
3946
3990
 
3947
- return function set_user_attribute_group_values(_x1216, _x1217, _x1218, _x1219) {
3948
- return _ref349.apply(this, arguments);
3991
+ return function set_user_attribute_group_values(_x1228, _x1229, _x1230, _x1231) {
3992
+ return _ref353.apply(this, arguments);
3949
3993
  };
3950
3994
  }();
3951
3995
  export var all_workspaces = function () {
3952
- var _ref350 = _asyncToGenerator(function* (sdk, options) {
3996
+ var _ref354 = _asyncToGenerator(function* (sdk, options) {
3953
3997
  return sdk.get('/workspaces', null, null, options);
3954
3998
  });
3955
3999
 
3956
- return function all_workspaces(_x1220, _x1221) {
3957
- return _ref350.apply(this, arguments);
4000
+ return function all_workspaces(_x1232, _x1233) {
4001
+ return _ref354.apply(this, arguments);
3958
4002
  };
3959
4003
  }();
3960
4004
  export var workspace = function () {
3961
- var _ref351 = _asyncToGenerator(function* (sdk, workspace_id, options) {
4005
+ var _ref355 = _asyncToGenerator(function* (sdk, workspace_id, options) {
3962
4006
  workspace_id = encodeParam(workspace_id);
3963
4007
  return sdk.get("/workspaces/".concat(workspace_id), null, null, options);
3964
4008
  });
3965
4009
 
3966
- return function workspace(_x1222, _x1223, _x1224) {
3967
- return _ref351.apply(this, arguments);
4010
+ return function workspace(_x1234, _x1235, _x1236) {
4011
+ return _ref355.apply(this, arguments);
3968
4012
  };
3969
4013
  }();
3970
4014
  //# sourceMappingURL=funcs.js.map