@emilgroup/partner-sdk 1.9.0 → 1.9.1-beta.1

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.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/partner-sdk@1.9.0 --save
20
+ npm install @emilgroup/partner-sdk@1.9.1-beta.1 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/partner-sdk@1.9.0
24
+ yarn add @emilgroup/partner-sdk@1.9.1-beta.1
25
25
  ```
26
26
 
27
27
  And then you can import `PartnersApi`.
@@ -230,11 +230,11 @@ export const PartnerRelationsApiAxiosParamCreator = function (configuration?: Co
230
230
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
231
231
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
232
232
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
233
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
233
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
234
234
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
235
235
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
236
236
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
237
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
237
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
238
238
  * @param {*} [options] Override http request option.
239
239
  * @throws {RequiredError}
240
240
  */
@@ -491,11 +491,11 @@ export const PartnerRelationsApiFp = function(configuration?: Configuration) {
491
491
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
492
492
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
493
493
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
494
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
494
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
495
495
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
496
496
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
497
497
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
498
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
498
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
499
499
  * @param {*} [options] Override http request option.
500
500
  * @throws {RequiredError}
501
501
  */
@@ -594,11 +594,11 @@ export const PartnerRelationsApiFactory = function (configuration?: Configuratio
594
594
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
595
595
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
596
596
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
597
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
597
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
598
598
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
599
599
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
600
600
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
601
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
601
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
602
602
  * @param {*} [options] Override http request option.
603
603
  * @throws {RequiredError}
604
604
  */
@@ -749,7 +749,7 @@ export interface PartnerRelationsApiListPartnerRelationTypesRequest {
749
749
  readonly pageToken?: any
750
750
 
751
751
  /**
752
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
752
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
753
753
  * @type {string}
754
754
  * @memberof PartnerRelationsApiListPartnerRelationTypes
755
755
  */
@@ -777,7 +777,7 @@ export interface PartnerRelationsApiListPartnerRelationTypesRequest {
777
777
  readonly expand?: string
778
778
 
779
779
  /**
780
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
780
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
781
781
  * @type {string}
782
782
  * @memberof PartnerRelationsApiListPartnerRelationTypes
783
783
  */
@@ -67,11 +67,11 @@ export declare const PartnerRelationsApiAxiosParamCreator: (configuration?: Conf
67
67
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
68
68
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
69
69
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
70
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
70
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
71
71
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
72
72
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
73
73
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
74
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
74
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
75
75
  * @param {*} [options] Override http request option.
76
76
  * @throws {RequiredError}
77
77
  */
@@ -149,11 +149,11 @@ export declare const PartnerRelationsApiFp: (configuration?: Configuration) => {
149
149
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
150
150
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
151
151
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
152
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
152
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
153
153
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
154
154
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
155
155
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
156
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
156
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
157
157
  * @param {*} [options] Override http request option.
158
158
  * @throws {RequiredError}
159
159
  */
@@ -231,11 +231,11 @@ export declare const PartnerRelationsApiFactory: (configuration?: Configuration,
231
231
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
232
232
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
233
233
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
234
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
234
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
235
235
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
236
236
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
237
237
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
238
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
238
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
239
239
  * @param {*} [options] Override http request option.
240
240
  * @throws {RequiredError}
241
241
  */
@@ -367,7 +367,7 @@ export interface PartnerRelationsApiListPartnerRelationTypesRequest {
367
367
  */
368
368
  readonly pageToken?: any;
369
369
  /**
370
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
370
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
371
371
  * @type {string}
372
372
  * @memberof PartnerRelationsApiListPartnerRelationTypes
373
373
  */
@@ -391,7 +391,7 @@ export interface PartnerRelationsApiListPartnerRelationTypesRequest {
391
391
  */
392
392
  readonly expand?: string;
393
393
  /**
394
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
394
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
395
395
  * @type {string}
396
396
  * @memberof PartnerRelationsApiListPartnerRelationTypes
397
397
  */
@@ -291,11 +291,11 @@ var PartnerRelationsApiAxiosParamCreator = function (configuration) {
291
291
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
292
292
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
293
293
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
294
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
294
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
295
295
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
296
296
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
297
297
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
298
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
298
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
299
299
  * @param {*} [options] Override http request option.
300
300
  * @throws {RequiredError}
301
301
  */
@@ -582,11 +582,11 @@ var PartnerRelationsApiFp = function (configuration) {
582
582
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
583
583
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
584
584
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
585
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
585
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
586
586
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
587
587
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
588
588
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
589
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
589
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
590
590
  * @param {*} [options] Override http request option.
591
591
  * @throws {RequiredError}
592
592
  */
@@ -712,11 +712,11 @@ var PartnerRelationsApiFactory = function (configuration, basePath, axios) {
712
712
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
713
713
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
714
714
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
715
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
715
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
716
716
  * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
717
717
  * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, slug, maxCardinality, inverseMaxCardinality, createdAt, updatedAt</i>
718
718
  * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: <i>
719
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality</i>
719
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, slug, relationName, maxCardinality, inverseMaxCardinality, partnerName</i>
720
720
  * @param {*} [options] Override http request option.
721
721
  * @throws {RequiredError}
722
722
  */
@@ -38,19 +38,19 @@ export interface CreatePartnerRelationRequestDtoRest {
38
38
  * @type {string}
39
39
  * @memberof CreatePartnerRelationRequestDtoRest
40
40
  */
41
- 'startDate': string;
41
+ 'startDate'?: string;
42
42
  /**
43
43
  * The end datetime of the relationship, provided in ISO 8601 format
44
44
  * @type {string}
45
45
  * @memberof CreatePartnerRelationRequestDtoRest
46
46
  */
47
- 'endDate': string;
47
+ 'endDate'?: string;
48
48
  /**
49
49
  * A note about the relationship, provided as a string
50
50
  * @type {string}
51
51
  * @memberof CreatePartnerRelationRequestDtoRest
52
52
  */
53
- 'note': string;
53
+ 'note'?: string;
54
54
  }
55
55
  export declare const CreatePartnerRelationRequestDtoRestRelationTypeSlugEnum: {
56
56
  readonly Parent: "parent";
@@ -9,6 +9,8 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { PartnerClass } from './partner-class';
13
+ import { PartnerRelationTypeClass } from './partner-relation-type-class';
12
14
  /**
13
15
  *
14
16
  * @export
@@ -39,6 +41,12 @@ export interface PartnerRelationClass {
39
41
  * @memberof PartnerRelationClass
40
42
  */
41
43
  'partnerRelationTypeSlug': string;
44
+ /**
45
+ * Relation type object
46
+ * @type {PartnerRelationTypeClass}
47
+ * @memberof PartnerRelationClass
48
+ */
49
+ 'partnerRelationType'?: PartnerRelationTypeClass;
42
50
  /**
43
51
  * Starting date of the relation - will default to current time if not provided
44
52
  * @type {string}
@@ -81,4 +89,16 @@ export interface PartnerRelationClass {
81
89
  * @memberof PartnerRelationClass
82
90
  */
83
91
  'updatedBy': string;
92
+ /**
93
+ * Partner 1 object
94
+ * @type {PartnerClass}
95
+ * @memberof PartnerRelationClass
96
+ */
97
+ 'partner1'?: PartnerClass;
98
+ /**
99
+ * Partner 2 object
100
+ * @type {PartnerClass}
101
+ * @memberof PartnerRelationClass
102
+ */
103
+ 'partner2'?: PartnerClass;
84
104
  }
@@ -43,19 +43,19 @@ export interface CreatePartnerRelationRequestDtoRest {
43
43
  * @type {string}
44
44
  * @memberof CreatePartnerRelationRequestDtoRest
45
45
  */
46
- 'startDate': string;
46
+ 'startDate'?: string;
47
47
  /**
48
48
  * The end datetime of the relationship, provided in ISO 8601 format
49
49
  * @type {string}
50
50
  * @memberof CreatePartnerRelationRequestDtoRest
51
51
  */
52
- 'endDate': string;
52
+ 'endDate'?: string;
53
53
  /**
54
54
  * A note about the relationship, provided as a string
55
55
  * @type {string}
56
56
  * @memberof CreatePartnerRelationRequestDtoRest
57
57
  */
58
- 'note': string;
58
+ 'note'?: string;
59
59
  }
60
60
 
61
61
  export const CreatePartnerRelationRequestDtoRestRelationTypeSlugEnum = {
@@ -13,6 +13,8 @@
13
13
  */
14
14
 
15
15
 
16
+ import { PartnerClass } from './partner-class';
17
+ import { PartnerRelationTypeClass } from './partner-relation-type-class';
16
18
 
17
19
  /**
18
20
  *
@@ -44,6 +46,12 @@ export interface PartnerRelationClass {
44
46
  * @memberof PartnerRelationClass
45
47
  */
46
48
  'partnerRelationTypeSlug': string;
49
+ /**
50
+ * Relation type object
51
+ * @type {PartnerRelationTypeClass}
52
+ * @memberof PartnerRelationClass
53
+ */
54
+ 'partnerRelationType'?: PartnerRelationTypeClass;
47
55
  /**
48
56
  * Starting date of the relation - will default to current time if not provided
49
57
  * @type {string}
@@ -86,5 +94,17 @@ export interface PartnerRelationClass {
86
94
  * @memberof PartnerRelationClass
87
95
  */
88
96
  'updatedBy': string;
97
+ /**
98
+ * Partner 1 object
99
+ * @type {PartnerClass}
100
+ * @memberof PartnerRelationClass
101
+ */
102
+ 'partner1'?: PartnerClass;
103
+ /**
104
+ * Partner 2 object
105
+ * @type {PartnerClass}
106
+ * @memberof PartnerRelationClass
107
+ */
108
+ 'partner2'?: PartnerClass;
89
109
  }
90
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/partner-sdk",
3
- "version": "1.9.0",
3
+ "version": "1.9.1-beta.1",
4
4
  "description": "OpenAPI client for @emilgroup/partner-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [