zaccl 4.1.1 → 4.1.2

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.
@@ -694,7 +694,7 @@ var ECatMeeting = /** @class */ (function (_super) {
694
694
  });
695
695
  };
696
696
  /**
697
- * Get a meeting activities report
697
+ * Get a meeting activities report (Heavy)
698
698
  * @author Gabe Abrams
699
699
  * @instance
700
700
  * @memberof api.meeting
@@ -750,7 +750,7 @@ var ECatMeeting = /** @class */ (function (_super) {
750
750
  });
751
751
  };
752
752
  /**
753
- * Get a participant report for a meeting
753
+ * Get a participant report for a meeting (Heavy)
754
754
  * @author Gabe Abrams
755
755
  * @instance
756
756
  * @memberof api.meeting
@@ -790,7 +790,7 @@ var ECatMeeting = /** @class */ (function (_super) {
790
790
  });
791
791
  };
792
792
  /**
793
- * Get a question and answer report for a meeting
793
+ * Get a question and answer report for a meeting (Heavy)
794
794
  * @author Gabe Abrams
795
795
  * @instance
796
796
  * @memberof api.meeting
@@ -1227,7 +1227,7 @@
1227
1227
 
1228
1228
 
1229
1229
  <div class="description usertext">
1230
- Get a meeting activities report
1230
+ Get a meeting activities report (Heavy)
1231
1231
  </div>
1232
1232
 
1233
1233
 
@@ -1541,7 +1541,7 @@ for custom throttle control</td>
1541
1541
 
1542
1542
 
1543
1543
  <div class="description usertext">
1544
- Get a question and answer report for a meeting
1544
+ Get a question and answer report for a meeting (Heavy)
1545
1545
  </div>
1546
1546
 
1547
1547
 
@@ -1733,7 +1733,7 @@ for custom throttle control</td>
1733
1733
 
1734
1734
 
1735
1735
  <div class="description usertext">
1736
- Get a participant report for a meeting
1736
+ Get a participant report for a meeting (Heavy)
1737
1737
  </div>
1738
1738
 
1739
1739
 
@@ -198,7 +198,7 @@ declare class ECatMeeting extends EndpointCategory {
198
198
  minMsBetweenPageRequests?: number;
199
199
  }): Promise<ZoomPastMeetingParticipant[]>;
200
200
  /**
201
- * Get a meeting activities report
201
+ * Get a meeting activities report (Heavy)
202
202
  * @author Gabe Abrams
203
203
  * @instance
204
204
  * @memberof api.meeting
@@ -221,7 +221,7 @@ declare class ECatMeeting extends EndpointCategory {
221
221
  minMsBetweenPageRequests?: number;
222
222
  }): Promise<ZoomMeetingActivitiesReportItem[]>;
223
223
  /**
224
- * Get a participant report for a meeting
224
+ * Get a participant report for a meeting (Heavy)
225
225
  * @author Gabe Abrams
226
226
  * @instance
227
227
  * @memberof api.meeting
@@ -239,7 +239,7 @@ declare class ECatMeeting extends EndpointCategory {
239
239
  minMsBetweenPageRequests?: number;
240
240
  }): Promise<ZoomParticipantInReport[]>;
241
241
  /**
242
- * Get a question and answer report for a meeting
242
+ * Get a question and answer report for a meeting (Heavy)
243
243
  * @author Gabe Abrams
244
244
  * @instance
245
245
  * @memberof api.meeting
@@ -653,7 +653,7 @@ var ECatMeeting = /** @class */ (function (_super) {
653
653
  });
654
654
  };
655
655
  /**
656
- * Get a meeting activities report
656
+ * Get a meeting activities report (Heavy)
657
657
  * @author Gabe Abrams
658
658
  * @instance
659
659
  * @memberof api.meeting
@@ -709,7 +709,7 @@ var ECatMeeting = /** @class */ (function (_super) {
709
709
  });
710
710
  };
711
711
  /**
712
- * Get a participant report for a meeting
712
+ * Get a participant report for a meeting (Heavy)
713
713
  * @author Gabe Abrams
714
714
  * @instance
715
715
  * @memberof api.meeting
@@ -749,7 +749,7 @@ var ECatMeeting = /** @class */ (function (_super) {
749
749
  });
750
750
  };
751
751
  /**
752
- * Get a question and answer report for a meeting
752
+ * Get a question and answer report for a meeting (Heavy)
753
753
  * @author Gabe Abrams
754
754
  * @instance
755
755
  * @memberof api.meeting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zaccl",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "The Zoom App Complete Connection Library, a project that handles everything required to build a zoom-integrated app.",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -710,7 +710,7 @@ class ECatMeeting extends EndpointCategory {
710
710
  }
711
711
 
712
712
  /**
713
- * Get a meeting activities report
713
+ * Get a meeting activities report (Heavy)
714
714
  * @author Gabe Abrams
715
715
  * @instance
716
716
  * @memberof api.meeting
@@ -780,7 +780,7 @@ class ECatMeeting extends EndpointCategory {
780
780
  }
781
781
 
782
782
  /**
783
- * Get a participant report for a meeting
783
+ * Get a participant report for a meeting (Heavy)
784
784
  * @author Gabe Abrams
785
785
  * @instance
786
786
  * @memberof api.meeting
@@ -823,7 +823,7 @@ class ECatMeeting extends EndpointCategory {
823
823
  }
824
824
 
825
825
  /**
826
- * Get a question and answer report for a meeting
826
+ * Get a question and answer report for a meeting (Heavy)
827
827
  * @author Gabe Abrams
828
828
  * @instance
829
829
  * @memberof api.meeting