reach-api-sdk 1.0.2 → 1.0.4

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 (50) hide show
  1. package/package.json +1 -1
  2. package/src/apiClient.ts +242 -242
  3. package/src/definition/swagger.yaml +58949 -58949
  4. package/src/index.ts +234 -234
  5. package/src/models/CoursePage.ts +11 -11
  6. package/src/models/CourseSessionPage.ts +11 -11
  7. package/src/models/CourseSessionSchedulePage.ts +11 -11
  8. package/src/models/CustomerPage.ts +11 -11
  9. package/src/models/EmailReminderSchedulePage.ts +11 -11
  10. package/src/models/EmailSettingPage.ts +11 -11
  11. package/src/models/FacilityIndividualPage.ts +11 -11
  12. package/src/models/FacilityPage.ts +11 -11
  13. package/src/models/GenericActivityPage.ts +11 -11
  14. package/src/models/ImagePage.ts +11 -11
  15. package/src/models/NotificationQueuePage.ts +11 -11
  16. package/src/models/NotificationSettingPage.ts +11 -11
  17. package/src/models/OfferPage.ts +11 -11
  18. package/src/models/OpenactiveFeedIntermediatePage.ts +11 -11
  19. package/src/models/OpenactiveFeedItemPage.ts +11 -11
  20. package/src/models/OrderItemPage.ts +11 -11
  21. package/src/models/OrderPage.ts +11 -11
  22. package/src/models/OrderTokenPage.ts +11 -11
  23. package/src/models/OrgCourseUtilisationPage.ts +11 -11
  24. package/src/models/PageMeta.ts +25 -25
  25. package/src/models/PaymentPage.ts +11 -11
  26. package/src/models/PermissionPage.ts +11 -11
  27. package/src/models/ProgrammePage.ts +11 -11
  28. package/src/models/RecentOrderActivityReportPage.ts +11 -11
  29. package/src/models/ScheduledSessionPage.ts +11 -11
  30. package/src/models/ScheduledSessionSchedulePage.ts +11 -11
  31. package/src/models/SessionPage.ts +11 -11
  32. package/src/models/SlotOfferPage.ts +11 -11
  33. package/src/models/SlotPage.ts +11 -11
  34. package/src/models/SlotScheduleOfferPage.ts +11 -11
  35. package/src/models/SlotSchedulePage.ts +11 -11
  36. package/src/models/StripeAccountPage.ts +11 -11
  37. package/src/models/SurveyAnswerPage.ts +11 -11
  38. package/src/models/SurveyPage.ts +11 -11
  39. package/src/models/SurveyQuestionPage.ts +11 -11
  40. package/src/models/SurveyReportExtended.ts +33 -33
  41. package/src/models/SurveyReportExtendedPage.ts +11 -11
  42. package/src/models/TenantPage.ts +11 -11
  43. package/src/models/TenantWebsiteSettingPage.ts +11 -11
  44. package/src/models/TotalRevenueReportPage.ts +11 -11
  45. package/src/models/UserPage.ts +11 -11
  46. package/src/models/VenuePage.ts +11 -11
  47. package/src/models/VenuesReportPage.ts +11 -11
  48. package/src/models/WaitlistActivityPage.ts +11 -11
  49. package/src/models/WaitlistOpportunityPage.ts +11 -11
  50. package/src/services/SurveyReportExtendedService.ts +618 -618
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { SurveyAnswer } from './SurveyAnswer';
7
-
8
- export type SurveyAnswerPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<SurveyAnswer> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { SurveyAnswer } from './SurveyAnswer';
7
+
8
+ export type SurveyAnswerPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<SurveyAnswer> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { Survey } from './Survey';
7
-
8
- export type SurveyPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<Survey> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { Survey } from './Survey';
7
+
8
+ export type SurveyPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<Survey> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { SurveyQuestion } from './SurveyQuestion';
7
-
8
- export type SurveyQuestionPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<SurveyQuestion> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { SurveyQuestion } from './SurveyQuestion';
7
+
8
+ export type SurveyQuestionPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<SurveyQuestion> | null;
11
+ };
@@ -1,33 +1,33 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- /**
6
- * Represents the venue report model.
7
- */
8
- export type SurveyReportExtended = {
9
- /**
10
- * Gets or sets the entities Id.
11
- */
12
- id?: string;
13
- /**
14
- * Gets or sets the tenant Id.
15
- */
16
- tenantId?: string;
17
- /**
18
- * Gets or sets the created date of this entity.
19
- */
20
- dateCreated?: string;
21
- /**
22
- * Gets or sets the last modified date of this entity.
23
- */
24
- dateModified?: string;
25
- /**
26
- * Gets or sets the modified by Id.
27
- */
28
- modifiedById?: string | null;
29
- /**
30
- * Gets or sets a value indicating whether the record is live and available for use within the application.
31
- */
32
- isLive?: boolean;
33
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ /**
6
+ * Represents the venue report model.
7
+ */
8
+ export type SurveyReportExtended = {
9
+ /**
10
+ * Gets or sets the entities Id.
11
+ */
12
+ id?: string;
13
+ /**
14
+ * Gets or sets the tenant Id.
15
+ */
16
+ tenantId?: string;
17
+ /**
18
+ * Gets or sets the created date of this entity.
19
+ */
20
+ dateCreated?: string;
21
+ /**
22
+ * Gets or sets the last modified date of this entity.
23
+ */
24
+ dateModified?: string;
25
+ /**
26
+ * Gets or sets the modified by Id.
27
+ */
28
+ modifiedById?: string | null;
29
+ /**
30
+ * Gets or sets a value indicating whether the record is live and available for use within the application.
31
+ */
32
+ isLive?: boolean;
33
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { SurveyReportExtended } from './SurveyReportExtended';
7
-
8
- export type SurveyReportExtendedPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<SurveyReportExtended> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { SurveyReportExtended } from './SurveyReportExtended';
7
+
8
+ export type SurveyReportExtendedPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<SurveyReportExtended> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { Tenant } from './Tenant';
7
-
8
- export type TenantPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<Tenant> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { Tenant } from './Tenant';
7
+
8
+ export type TenantPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<Tenant> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { TenantWebsiteSetting } from './TenantWebsiteSetting';
7
-
8
- export type TenantWebsiteSettingPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<TenantWebsiteSetting> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { TenantWebsiteSetting } from './TenantWebsiteSetting';
7
+
8
+ export type TenantWebsiteSettingPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<TenantWebsiteSetting> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { TotalRevenueReport } from './TotalRevenueReport';
7
-
8
- export type TotalRevenueReportPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<TotalRevenueReport> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { TotalRevenueReport } from './TotalRevenueReport';
7
+
8
+ export type TotalRevenueReportPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<TotalRevenueReport> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { User } from './User';
7
-
8
- export type UserPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<User> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { User } from './User';
7
+
8
+ export type UserPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<User> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { Venue } from './Venue';
7
-
8
- export type VenuePage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<Venue> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { Venue } from './Venue';
7
+
8
+ export type VenuePage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<Venue> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { VenuesReport } from './VenuesReport';
7
-
8
- export type VenuesReportPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<VenuesReport> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { VenuesReport } from './VenuesReport';
7
+
8
+ export type VenuesReportPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<VenuesReport> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { WaitlistActivity } from './WaitlistActivity';
7
-
8
- export type WaitlistActivityPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<WaitlistActivity> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { WaitlistActivity } from './WaitlistActivity';
7
+
8
+ export type WaitlistActivityPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<WaitlistActivity> | null;
11
+ };
@@ -1,11 +1,11 @@
1
- /* istanbul ignore file */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
-
5
- import type { PageMeta } from './PageMeta';
6
- import type { WaitlistOpportunity } from './WaitlistOpportunity';
7
-
8
- export type WaitlistOpportunityPage = {
9
- meta?: PageMeta;
10
- readonly items?: Array<WaitlistOpportunity> | null;
11
- };
1
+ /* istanbul ignore file */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+
5
+ import type { PageMeta } from './PageMeta';
6
+ import type { WaitlistOpportunity } from './WaitlistOpportunity';
7
+
8
+ export type WaitlistOpportunityPage = {
9
+ meta?: PageMeta;
10
+ readonly items?: Array<WaitlistOpportunity> | null;
11
+ };