@gooday_corp/gooday-api-client 1.3.12 → 1.3.14

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 (2) hide show
  1. package/api.ts +72 -0
  2. package/package.json +1 -1
package/api.ts CHANGED
@@ -496,6 +496,24 @@ export interface BlockoutPayloadDTO {
496
496
  * @memberof BlockoutPayloadDTO
497
497
  */
498
498
  'repeat': BlockoutPayloadDTORepeatEnum;
499
+ /**
500
+ *
501
+ * @type {string}
502
+ * @memberof BlockoutPayloadDTO
503
+ */
504
+ 'byDay'?: string;
505
+ /**
506
+ *
507
+ * @type {string}
508
+ * @memberof BlockoutPayloadDTO
509
+ */
510
+ 'byMonthDay'?: string;
511
+ /**
512
+ *
513
+ * @type {string}
514
+ * @memberof BlockoutPayloadDTO
515
+ */
516
+ 'byMonth'?: string;
499
517
  /**
500
518
  * Name of block
501
519
  * @type {string}
@@ -3069,6 +3087,24 @@ export interface CreateEventPayloadDTO {
3069
3087
  * @memberof CreateEventPayloadDTO
3070
3088
  */
3071
3089
  'repeat': CreateEventPayloadDTORepeatEnum;
3090
+ /**
3091
+ *
3092
+ * @type {string}
3093
+ * @memberof CreateEventPayloadDTO
3094
+ */
3095
+ 'byDay'?: string;
3096
+ /**
3097
+ *
3098
+ * @type {string}
3099
+ * @memberof CreateEventPayloadDTO
3100
+ */
3101
+ 'byMonthDay'?: string;
3102
+ /**
3103
+ *
3104
+ * @type {string}
3105
+ * @memberof CreateEventPayloadDTO
3106
+ */
3107
+ 'byMonth'?: string;
3072
3108
  /**
3073
3109
  * The unique identifier of the customer
3074
3110
  * @type {string}
@@ -5618,6 +5654,24 @@ export interface PrepaidServicePayloadDTO {
5618
5654
  * @memberof PrepaidServicePayloadDTO
5619
5655
  */
5620
5656
  'repeat': PrepaidServicePayloadDTORepeatEnum;
5657
+ /**
5658
+ *
5659
+ * @type {string}
5660
+ * @memberof PrepaidServicePayloadDTO
5661
+ */
5662
+ 'byDay'?: string;
5663
+ /**
5664
+ *
5665
+ * @type {string}
5666
+ * @memberof PrepaidServicePayloadDTO
5667
+ */
5668
+ 'byMonthDay'?: string;
5669
+ /**
5670
+ *
5671
+ * @type {string}
5672
+ * @memberof PrepaidServicePayloadDTO
5673
+ */
5674
+ 'byMonth'?: string;
5621
5675
  /**
5622
5676
  * Service name
5623
5677
  * @type {string}
@@ -8068,6 +8122,24 @@ export interface WhatsOnPayloadDTO {
8068
8122
  * @memberof WhatsOnPayloadDTO
8069
8123
  */
8070
8124
  'repeat': WhatsOnPayloadDTORepeatEnum;
8125
+ /**
8126
+ *
8127
+ * @type {string}
8128
+ * @memberof WhatsOnPayloadDTO
8129
+ */
8130
+ 'byDay'?: string;
8131
+ /**
8132
+ *
8133
+ * @type {string}
8134
+ * @memberof WhatsOnPayloadDTO
8135
+ */
8136
+ 'byMonthDay'?: string;
8137
+ /**
8138
+ *
8139
+ * @type {string}
8140
+ * @memberof WhatsOnPayloadDTO
8141
+ */
8142
+ 'byMonth'?: string;
8071
8143
  /**
8072
8144
  * Event name
8073
8145
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.3.12",
3
+ "version": "1.3.14",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},