@smartytalent/api-client 0.7.6 → 0.7.8
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/dist/apis/UsersApi.d.ts +102 -1
- package/dist/apis/UsersApi.d.ts.map +1 -1
- package/dist/apis/UsersApi.js +217 -1
- package/dist/apis/UsersApi.js.map +1 -1
- package/dist/models/IdentityLinkSchema.d.ts +34 -0
- package/dist/models/IdentityLinkSchema.d.ts.map +1 -0
- package/dist/models/IdentityLinkSchema.js +50 -0
- package/dist/models/IdentityLinkSchema.js.map +1 -0
- package/dist/models/IdentityLinkSchemaData.d.ts +46 -0
- package/dist/models/IdentityLinkSchemaData.d.ts.map +1 -0
- package/dist/models/IdentityLinkSchemaData.js +54 -0
- package/dist/models/IdentityLinkSchemaData.js.map +1 -0
- package/dist/models/IdentityLinkSchemaDataAttributes.d.ts +59 -0
- package/dist/models/IdentityLinkSchemaDataAttributes.d.ts.map +1 -0
- package/dist/models/IdentityLinkSchemaDataAttributes.js +60 -0
- package/dist/models/IdentityLinkSchemaDataAttributes.js.map +1 -0
- package/dist/models/NotificationRelationshipsSchema.d.ts +11 -4
- package/dist/models/NotificationRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/NotificationRelationshipsSchema.js +6 -3
- package/dist/models/NotificationRelationshipsSchema.js.map +1 -1
- package/dist/models/NotificationRelationshipsSchemaSubject.d.ts +34 -0
- package/dist/models/NotificationRelationshipsSchemaSubject.d.ts.map +1 -0
- package/dist/models/NotificationRelationshipsSchemaSubject.js +50 -0
- package/dist/models/NotificationRelationshipsSchemaSubject.js.map +1 -0
- package/dist/models/NotificationRelationshipsSchemaSubjectData.d.ts +39 -0
- package/dist/models/NotificationRelationshipsSchemaSubjectData.d.ts.map +1 -0
- package/dist/models/NotificationRelationshipsSchemaSubjectData.js +51 -0
- package/dist/models/NotificationRelationshipsSchemaSubjectData.js.map +1 -0
- package/dist/models/NotificationRelationshipsSchemaUser.d.ts +34 -0
- package/dist/models/NotificationRelationshipsSchemaUser.d.ts.map +1 -0
- package/dist/models/NotificationRelationshipsSchemaUser.js +50 -0
- package/dist/models/NotificationRelationshipsSchemaUser.js.map +1 -0
- package/dist/models/NotificationRelationshipsSchemaUserData.d.ts +39 -0
- package/dist/models/NotificationRelationshipsSchemaUserData.d.ts.map +1 -0
- package/dist/models/NotificationRelationshipsSchemaUserData.js +51 -0
- package/dist/models/NotificationRelationshipsSchemaUserData.js.map +1 -0
- package/dist/models/StartUserIdentityLinkRequest.d.ts +34 -0
- package/dist/models/StartUserIdentityLinkRequest.d.ts.map +1 -0
- package/dist/models/StartUserIdentityLinkRequest.js +50 -0
- package/dist/models/StartUserIdentityLinkRequest.js.map +1 -0
- package/dist/models/StartUserIdentityLinkRequestData.d.ts +47 -0
- package/dist/models/StartUserIdentityLinkRequestData.d.ts.map +1 -0
- package/dist/models/StartUserIdentityLinkRequestData.js +59 -0
- package/dist/models/StartUserIdentityLinkRequestData.js.map +1 -0
- package/dist/models/StartUserIdentityLinkRequestDataAttributes.d.ts +41 -0
- package/dist/models/StartUserIdentityLinkRequestDataAttributes.d.ts.map +1 -0
- package/dist/models/StartUserIdentityLinkRequestDataAttributes.js +59 -0
- package/dist/models/StartUserIdentityLinkRequestDataAttributes.js.map +1 -0
- package/dist/models/index.d.ts +10 -2
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +10 -2
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/NotificationRelationshipsSchemaUsers.d.ts +0 -34
- package/dist/models/NotificationRelationshipsSchemaUsers.d.ts.map +0 -1
- package/dist/models/NotificationRelationshipsSchemaUsers.js +0 -50
- package/dist/models/NotificationRelationshipsSchemaUsers.js.map +0 -1
- package/dist/models/NotificationRelationshipsSchemaUsersDataInner.d.ts +0 -39
- package/dist/models/NotificationRelationshipsSchemaUsersDataInner.d.ts.map +0 -1
- package/dist/models/NotificationRelationshipsSchemaUsersDataInner.js +0 -51
- package/dist/models/NotificationRelationshipsSchemaUsersDataInner.js.map +0 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { IdentityLinkSchemaData } from './IdentityLinkSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface IdentityLinkSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface IdentityLinkSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {IdentityLinkSchemaData}
|
|
22
|
+
* @memberof IdentityLinkSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: IdentityLinkSchemaData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the IdentityLinkSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfIdentityLinkSchema(value: object): value is IdentityLinkSchema;
|
|
30
|
+
export declare function IdentityLinkSchemaFromJSON(json: any): IdentityLinkSchema;
|
|
31
|
+
export declare function IdentityLinkSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): IdentityLinkSchema;
|
|
32
|
+
export declare function IdentityLinkSchemaToJSON(json: any): IdentityLinkSchema;
|
|
33
|
+
export declare function IdentityLinkSchemaToJSONTyped(value?: IdentityLinkSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=IdentityLinkSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityLinkSchema.d.ts","sourceRoot":"","sources":["../../src/models/IdentityLinkSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAQvE;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,IAAI,CAAC,EAAE,sBAAsB,CAAC;CACjC;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAEvF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAExE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kBAAkB,CAQ3G;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAEtE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,kBAAkB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1H"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfIdentityLinkSchema = instanceOfIdentityLinkSchema;
|
|
17
|
+
exports.IdentityLinkSchemaFromJSON = IdentityLinkSchemaFromJSON;
|
|
18
|
+
exports.IdentityLinkSchemaFromJSONTyped = IdentityLinkSchemaFromJSONTyped;
|
|
19
|
+
exports.IdentityLinkSchemaToJSON = IdentityLinkSchemaToJSON;
|
|
20
|
+
exports.IdentityLinkSchemaToJSONTyped = IdentityLinkSchemaToJSONTyped;
|
|
21
|
+
const IdentityLinkSchemaData_1 = require("./IdentityLinkSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the IdentityLinkSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfIdentityLinkSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function IdentityLinkSchemaFromJSON(json) {
|
|
29
|
+
return IdentityLinkSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function IdentityLinkSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, IdentityLinkSchemaData_1.IdentityLinkSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function IdentityLinkSchemaToJSON(json) {
|
|
40
|
+
return IdentityLinkSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function IdentityLinkSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, IdentityLinkSchemaData_1.IdentityLinkSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=IdentityLinkSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityLinkSchema.js","sourceRoot":"","sources":["../../src/models/IdentityLinkSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,oEAEC;AAED,gEAEC;AAED,0EAQC;AAED,4DAEC;AAED,sEASC;AAvDD,qEAKkC;AAgBlC;;GAEG;AACH,SAAgB,4BAA4B,CAAC,KAAa;IACtD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS,EAAE,mBAA4B;IACnF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uDAA8B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC1F,CAAC;AACN,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAED,SAAgB,6BAA6B,CAAC,KAAiC,EAAE,sBAA+B,KAAK;IACjH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qDAA4B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACtD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { IdentityLinkSchemaDataAttributes } from './IdentityLinkSchemaDataAttributes';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface IdentityLinkSchemaData
|
|
17
|
+
*/
|
|
18
|
+
export interface IdentityLinkSchemaData {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof IdentityLinkSchemaData
|
|
23
|
+
*/
|
|
24
|
+
type?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The user the link belongs to
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof IdentityLinkSchemaData
|
|
29
|
+
*/
|
|
30
|
+
id?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {IdentityLinkSchemaDataAttributes}
|
|
34
|
+
* @memberof IdentityLinkSchemaData
|
|
35
|
+
*/
|
|
36
|
+
attributes?: IdentityLinkSchemaDataAttributes;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the IdentityLinkSchemaData interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfIdentityLinkSchemaData(value: object): value is IdentityLinkSchemaData;
|
|
42
|
+
export declare function IdentityLinkSchemaDataFromJSON(json: any): IdentityLinkSchemaData;
|
|
43
|
+
export declare function IdentityLinkSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): IdentityLinkSchemaData;
|
|
44
|
+
export declare function IdentityLinkSchemaDataToJSON(json: any): IdentityLinkSchemaData;
|
|
45
|
+
export declare function IdentityLinkSchemaDataToJSONTyped(value?: IdentityLinkSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=IdentityLinkSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityLinkSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/IdentityLinkSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,UAAU,CAAC,EAAE,gCAAgC,CAAC;CACjD;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAUnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWlI"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfIdentityLinkSchemaData = instanceOfIdentityLinkSchemaData;
|
|
17
|
+
exports.IdentityLinkSchemaDataFromJSON = IdentityLinkSchemaDataFromJSON;
|
|
18
|
+
exports.IdentityLinkSchemaDataFromJSONTyped = IdentityLinkSchemaDataFromJSONTyped;
|
|
19
|
+
exports.IdentityLinkSchemaDataToJSON = IdentityLinkSchemaDataToJSON;
|
|
20
|
+
exports.IdentityLinkSchemaDataToJSONTyped = IdentityLinkSchemaDataToJSONTyped;
|
|
21
|
+
const IdentityLinkSchemaDataAttributes_1 = require("./IdentityLinkSchemaDataAttributes");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the IdentityLinkSchemaData interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfIdentityLinkSchemaData(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function IdentityLinkSchemaDataFromJSON(json) {
|
|
29
|
+
return IdentityLinkSchemaDataFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function IdentityLinkSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
37
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
38
|
+
'attributes': json['attributes'] == null ? undefined : (0, IdentityLinkSchemaDataAttributes_1.IdentityLinkSchemaDataAttributesFromJSON)(json['attributes']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function IdentityLinkSchemaDataToJSON(json) {
|
|
42
|
+
return IdentityLinkSchemaDataToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function IdentityLinkSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'type': value['type'],
|
|
50
|
+
'id': value['id'],
|
|
51
|
+
'attributes': (0, IdentityLinkSchemaDataAttributes_1.IdentityLinkSchemaDataAttributesToJSON)(value['attributes']),
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=IdentityLinkSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityLinkSchemaData.js","sourceRoot":"","sources":["../../src/models/IdentityLinkSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAwCH,4EAEC;AAED,wEAEC;AAED,kFAUC;AAED,oEAEC;AAED,8EAWC;AAvED,yFAK4C;AA4B5C;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACtH,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KAC5E,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface IdentityLinkSchemaDataAttributes
|
|
16
|
+
*/
|
|
17
|
+
export interface IdentityLinkSchemaDataAttributes {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {IdentityLinkSchemaDataAttributesProviderEnum}
|
|
21
|
+
* @memberof IdentityLinkSchemaDataAttributes
|
|
22
|
+
*/
|
|
23
|
+
provider?: IdentityLinkSchemaDataAttributesProviderEnum;
|
|
24
|
+
/**
|
|
25
|
+
* Where to send the person. Points at the PROVIDER, not at Cognito: going through Cognito's authorize endpoint would mint a federated profile before anything is decided, and the link has to be made BEFORE the first federated sign-in or Cognito creates a duplicate. Carries a single-use nonce in `state` that binds the identity coming back to the session that asked for it.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof IdentityLinkSchemaDataAttributes
|
|
28
|
+
*/
|
|
29
|
+
readonly authorizationUrl?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Unix seconds. Ten minutes - long enough to read a consent screen, short enough that an abandoned flow is not a standing invitation.
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof IdentityLinkSchemaDataAttributes
|
|
34
|
+
*/
|
|
35
|
+
readonly expiresAt?: number;
|
|
36
|
+
/**
|
|
37
|
+
* Returned by the unlink door; false once the provider has been removed.
|
|
38
|
+
* @type {boolean}
|
|
39
|
+
* @memberof IdentityLinkSchemaDataAttributes
|
|
40
|
+
*/
|
|
41
|
+
readonly linked?: boolean;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @export
|
|
45
|
+
*/
|
|
46
|
+
export declare const IdentityLinkSchemaDataAttributesProviderEnum: {
|
|
47
|
+
readonly Google: "Google";
|
|
48
|
+
readonly LinkedIn: "LinkedIn";
|
|
49
|
+
};
|
|
50
|
+
export type IdentityLinkSchemaDataAttributesProviderEnum = typeof IdentityLinkSchemaDataAttributesProviderEnum[keyof typeof IdentityLinkSchemaDataAttributesProviderEnum];
|
|
51
|
+
/**
|
|
52
|
+
* Check if a given object implements the IdentityLinkSchemaDataAttributes interface.
|
|
53
|
+
*/
|
|
54
|
+
export declare function instanceOfIdentityLinkSchemaDataAttributes(value: object): value is IdentityLinkSchemaDataAttributes;
|
|
55
|
+
export declare function IdentityLinkSchemaDataAttributesFromJSON(json: any): IdentityLinkSchemaDataAttributes;
|
|
56
|
+
export declare function IdentityLinkSchemaDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): IdentityLinkSchemaDataAttributes;
|
|
57
|
+
export declare function IdentityLinkSchemaDataAttributesToJSON(json: any): IdentityLinkSchemaDataAttributes;
|
|
58
|
+
export declare function IdentityLinkSchemaDataAttributesToJSONTyped(value?: Omit<IdentityLinkSchemaDataAttributes, 'authorizationUrl' | 'expiresAt' | 'linked'> | null, ignoreDiscriminator?: boolean): any;
|
|
59
|
+
//# sourceMappingURL=IdentityLinkSchemaDataAttributes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityLinkSchemaDataAttributes.d.ts","sourceRoot":"","sources":["../../src/models/IdentityLinkSchemaDataAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,4CAA4C,CAAC;IACxD;;;;OAIG;IACH,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;CAC7B;AAGD;;GAEG;AACH,eAAO,MAAM,4CAA4C;;;CAG/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,OAAO,4CAA4C,CAAC,MAAM,OAAO,4CAA4C,CAAC,CAAC;AAG1K;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAWvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,gCAAgC,EAAE,kBAAkB,GAAC,WAAW,GAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASrM"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.IdentityLinkSchemaDataAttributesProviderEnum = void 0;
|
|
17
|
+
exports.instanceOfIdentityLinkSchemaDataAttributes = instanceOfIdentityLinkSchemaDataAttributes;
|
|
18
|
+
exports.IdentityLinkSchemaDataAttributesFromJSON = IdentityLinkSchemaDataAttributesFromJSON;
|
|
19
|
+
exports.IdentityLinkSchemaDataAttributesFromJSONTyped = IdentityLinkSchemaDataAttributesFromJSONTyped;
|
|
20
|
+
exports.IdentityLinkSchemaDataAttributesToJSON = IdentityLinkSchemaDataAttributesToJSON;
|
|
21
|
+
exports.IdentityLinkSchemaDataAttributesToJSONTyped = IdentityLinkSchemaDataAttributesToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.IdentityLinkSchemaDataAttributesProviderEnum = {
|
|
26
|
+
Google: 'Google',
|
|
27
|
+
LinkedIn: 'LinkedIn'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the IdentityLinkSchemaDataAttributes interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfIdentityLinkSchemaDataAttributes(value) {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function IdentityLinkSchemaDataAttributesFromJSON(json) {
|
|
36
|
+
return IdentityLinkSchemaDataAttributesFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function IdentityLinkSchemaDataAttributesFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'provider': json['provider'] == null ? undefined : json['provider'],
|
|
44
|
+
'authorizationUrl': json['authorizationUrl'] == null ? undefined : json['authorizationUrl'],
|
|
45
|
+
'expiresAt': json['expiresAt'] == null ? undefined : json['expiresAt'],
|
|
46
|
+
'linked': json['linked'] == null ? undefined : json['linked'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
function IdentityLinkSchemaDataAttributesToJSON(json) {
|
|
50
|
+
return IdentityLinkSchemaDataAttributesToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function IdentityLinkSchemaDataAttributesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
53
|
+
if (value == null) {
|
|
54
|
+
return value;
|
|
55
|
+
}
|
|
56
|
+
return {
|
|
57
|
+
'provider': value['provider'],
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=IdentityLinkSchemaDataAttributes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IdentityLinkSchemaDataAttributes.js","sourceRoot":"","sources":["../../src/models/IdentityLinkSchemaDataAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiDH,gGAEC;AAED,4FAEC;AAED,sGAWC;AAED,wFAEC;AAED,kGASC;AA/CD;;GAEG;AACU,QAAA,4CAA4C,GAAG;IACxD,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;QAC3F,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;KAChE,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA8F,EAAE,sBAA+B,KAAK;IAC5L,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
|
|
@@ -9,19 +9,26 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { NotificationRelationshipsSchemaSubject } from './NotificationRelationshipsSchemaSubject';
|
|
13
|
+
import type { NotificationRelationshipsSchemaUser } from './NotificationRelationshipsSchemaUser';
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
* Declared in the WIRE shape, not the storage shape. Rows keep to-many entries as arrays, but transform_all_relationships serialises `users` to-ONE (RELATIONSHIP_TYPES says cardinality one) and renames it `user` - a spec written from the row therefore matches nothing and the generated client silently drops the whole relationship.
|
|
15
16
|
* @export
|
|
16
17
|
* @interface NotificationRelationshipsSchema
|
|
17
18
|
*/
|
|
18
19
|
export interface NotificationRelationshipsSchema {
|
|
19
20
|
/**
|
|
20
21
|
*
|
|
21
|
-
* @type {
|
|
22
|
+
* @type {NotificationRelationshipsSchemaUser}
|
|
23
|
+
* @memberof NotificationRelationshipsSchema
|
|
24
|
+
*/
|
|
25
|
+
user?: NotificationRelationshipsSchemaUser;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {NotificationRelationshipsSchemaSubject}
|
|
22
29
|
* @memberof NotificationRelationshipsSchema
|
|
23
30
|
*/
|
|
24
|
-
|
|
31
|
+
subject?: NotificationRelationshipsSchemaSubject;
|
|
25
32
|
}
|
|
26
33
|
/**
|
|
27
34
|
* Check if a given object implements the NotificationRelationshipsSchema interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"NotificationRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAOvG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C;;;;OAIG;IACH,OAAO,CAAC,EAAE,sCAAsC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAEjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CASrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpJ"}
|
|
@@ -18,7 +18,8 @@ exports.NotificationRelationshipsSchemaFromJSON = NotificationRelationshipsSchem
|
|
|
18
18
|
exports.NotificationRelationshipsSchemaFromJSONTyped = NotificationRelationshipsSchemaFromJSONTyped;
|
|
19
19
|
exports.NotificationRelationshipsSchemaToJSON = NotificationRelationshipsSchemaToJSON;
|
|
20
20
|
exports.NotificationRelationshipsSchemaToJSONTyped = NotificationRelationshipsSchemaToJSONTyped;
|
|
21
|
-
const
|
|
21
|
+
const NotificationRelationshipsSchemaSubject_1 = require("./NotificationRelationshipsSchemaSubject");
|
|
22
|
+
const NotificationRelationshipsSchemaUser_1 = require("./NotificationRelationshipsSchemaUser");
|
|
22
23
|
/**
|
|
23
24
|
* Check if a given object implements the NotificationRelationshipsSchema interface.
|
|
24
25
|
*/
|
|
@@ -33,7 +34,8 @@ function NotificationRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator)
|
|
|
33
34
|
return json;
|
|
34
35
|
}
|
|
35
36
|
return {
|
|
36
|
-
'
|
|
37
|
+
'user': json['user'] == null ? undefined : (0, NotificationRelationshipsSchemaUser_1.NotificationRelationshipsSchemaUserFromJSON)(json['user']),
|
|
38
|
+
'subject': json['subject'] == null ? undefined : (0, NotificationRelationshipsSchemaSubject_1.NotificationRelationshipsSchemaSubjectFromJSON)(json['subject']),
|
|
37
39
|
};
|
|
38
40
|
}
|
|
39
41
|
function NotificationRelationshipsSchemaToJSON(json) {
|
|
@@ -44,7 +46,8 @@ function NotificationRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator =
|
|
|
44
46
|
return value;
|
|
45
47
|
}
|
|
46
48
|
return {
|
|
47
|
-
'
|
|
49
|
+
'user': (0, NotificationRelationshipsSchemaUser_1.NotificationRelationshipsSchemaUserToJSON)(value['user']),
|
|
50
|
+
'subject': (0, NotificationRelationshipsSchemaSubject_1.NotificationRelationshipsSchemaSubjectToJSON)(value['subject']),
|
|
48
51
|
};
|
|
49
52
|
}
|
|
50
53
|
//# sourceMappingURL=NotificationRelationshipsSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"NotificationRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,8FAEC;AAED,0FAEC;AAED,oGASC;AAED,sFAEC;AAED,gGAUC;AAtED,qGAKkD;AAElD,+FAK+C;AAsB/C;;GAEG;AACH,SAAgB,yCAAyC,CAAC,KAAa;IACnE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS,EAAE,mBAA4B;IAChG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACpG,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACnH,CAAC;AACN,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,KAA8C,EAAE,sBAA+B,KAAK;IAC3I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAChE,SAAS,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;KAC5E,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { NotificationRelationshipsSchemaSubjectData } from './NotificationRelationshipsSchemaSubjectData';
|
|
13
|
+
/**
|
|
14
|
+
* What the notification is ABOUT - the target of the bell's deep link. Always this name, whatever the resource is, and it carries its own `type` so the client routes on that. Producers used to key this by resource type (`tasks`, `jobs`, ...), which cannot be declared here without enumerating every type any producer might ever use, so the typed client dropped all of them; it also collided with `user` outright when the subject was itself a user, overwriting the recipient. Absent when the notification is about nothing in particular.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface NotificationRelationshipsSchemaSubject
|
|
17
|
+
*/
|
|
18
|
+
export interface NotificationRelationshipsSchemaSubject {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {NotificationRelationshipsSchemaSubjectData}
|
|
22
|
+
* @memberof NotificationRelationshipsSchemaSubject
|
|
23
|
+
*/
|
|
24
|
+
data?: NotificationRelationshipsSchemaSubjectData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the NotificationRelationshipsSchemaSubject interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfNotificationRelationshipsSchemaSubject(value: object): value is NotificationRelationshipsSchemaSubject;
|
|
30
|
+
export declare function NotificationRelationshipsSchemaSubjectFromJSON(json: any): NotificationRelationshipsSchemaSubject;
|
|
31
|
+
export declare function NotificationRelationshipsSchemaSubjectFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationRelationshipsSchemaSubject;
|
|
32
|
+
export declare function NotificationRelationshipsSchemaSubjectToJSON(json: any): NotificationRelationshipsSchemaSubject;
|
|
33
|
+
export declare function NotificationRelationshipsSchemaSubjectToJSONTyped(value?: NotificationRelationshipsSchemaSubject | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=NotificationRelationshipsSchemaSubject.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationRelationshipsSchemaSubject.d.ts","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaSubject.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,0CAA0C,CAAC;CACrD;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CAQnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlK"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfNotificationRelationshipsSchemaSubject = instanceOfNotificationRelationshipsSchemaSubject;
|
|
17
|
+
exports.NotificationRelationshipsSchemaSubjectFromJSON = NotificationRelationshipsSchemaSubjectFromJSON;
|
|
18
|
+
exports.NotificationRelationshipsSchemaSubjectFromJSONTyped = NotificationRelationshipsSchemaSubjectFromJSONTyped;
|
|
19
|
+
exports.NotificationRelationshipsSchemaSubjectToJSON = NotificationRelationshipsSchemaSubjectToJSON;
|
|
20
|
+
exports.NotificationRelationshipsSchemaSubjectToJSONTyped = NotificationRelationshipsSchemaSubjectToJSONTyped;
|
|
21
|
+
const NotificationRelationshipsSchemaSubjectData_1 = require("./NotificationRelationshipsSchemaSubjectData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the NotificationRelationshipsSchemaSubject interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfNotificationRelationshipsSchemaSubject(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function NotificationRelationshipsSchemaSubjectFromJSON(json) {
|
|
29
|
+
return NotificationRelationshipsSchemaSubjectFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function NotificationRelationshipsSchemaSubjectFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, NotificationRelationshipsSchemaSubjectData_1.NotificationRelationshipsSchemaSubjectDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function NotificationRelationshipsSchemaSubjectToJSON(json) {
|
|
40
|
+
return NotificationRelationshipsSchemaSubjectToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function NotificationRelationshipsSchemaSubjectToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, NotificationRelationshipsSchemaSubjectData_1.NotificationRelationshipsSchemaSubjectDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=NotificationRelationshipsSchemaSubject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationRelationshipsSchemaSubject.js","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaSubject.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4GAEC;AAED,wGAEC;AAED,kHAQC;AAED,oGAEC;AAED,8GASC;AAvDD,6GAKsD;AAgBtD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+FAAkD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6FAAgD,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface NotificationRelationshipsSchemaSubjectData
|
|
16
|
+
*/
|
|
17
|
+
export interface NotificationRelationshipsSchemaSubjectData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof NotificationRelationshipsSchemaSubjectData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof NotificationRelationshipsSchemaSubjectData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the NotificationRelationshipsSchemaSubjectData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfNotificationRelationshipsSchemaSubjectData(value: object): value is NotificationRelationshipsSchemaSubjectData;
|
|
35
|
+
export declare function NotificationRelationshipsSchemaSubjectDataFromJSON(json: any): NotificationRelationshipsSchemaSubjectData;
|
|
36
|
+
export declare function NotificationRelationshipsSchemaSubjectDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationRelationshipsSchemaSubjectData;
|
|
37
|
+
export declare function NotificationRelationshipsSchemaSubjectDataToJSON(json: any): NotificationRelationshipsSchemaSubjectData;
|
|
38
|
+
export declare function NotificationRelationshipsSchemaSubjectDataToJSONTyped(value?: NotificationRelationshipsSchemaSubjectData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=NotificationRelationshipsSchemaSubjectData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationRelationshipsSchemaSubjectData.d.ts","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaSubjectData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAEvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAS3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1K"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfNotificationRelationshipsSchemaSubjectData = instanceOfNotificationRelationshipsSchemaSubjectData;
|
|
17
|
+
exports.NotificationRelationshipsSchemaSubjectDataFromJSON = NotificationRelationshipsSchemaSubjectDataFromJSON;
|
|
18
|
+
exports.NotificationRelationshipsSchemaSubjectDataFromJSONTyped = NotificationRelationshipsSchemaSubjectDataFromJSONTyped;
|
|
19
|
+
exports.NotificationRelationshipsSchemaSubjectDataToJSON = NotificationRelationshipsSchemaSubjectDataToJSON;
|
|
20
|
+
exports.NotificationRelationshipsSchemaSubjectDataToJSONTyped = NotificationRelationshipsSchemaSubjectDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the NotificationRelationshipsSchemaSubjectData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfNotificationRelationshipsSchemaSubjectData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function NotificationRelationshipsSchemaSubjectDataFromJSON(json) {
|
|
28
|
+
return NotificationRelationshipsSchemaSubjectDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function NotificationRelationshipsSchemaSubjectDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function NotificationRelationshipsSchemaSubjectDataToJSON(json) {
|
|
40
|
+
return NotificationRelationshipsSchemaSubjectDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function NotificationRelationshipsSchemaSubjectDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=NotificationRelationshipsSchemaSubjectData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationRelationshipsSchemaSubjectData.js","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaSubjectData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oHAEC;AAED,gHAEC;AAED,0HASC;AAED,4GAEC;AAED,sHAUC;AApCD;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|