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