@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.
Files changed (61) hide show
  1. package/dist/apis/UsersApi.d.ts +102 -1
  2. package/dist/apis/UsersApi.d.ts.map +1 -1
  3. package/dist/apis/UsersApi.js +217 -1
  4. package/dist/apis/UsersApi.js.map +1 -1
  5. package/dist/models/IdentityLinkSchema.d.ts +34 -0
  6. package/dist/models/IdentityLinkSchema.d.ts.map +1 -0
  7. package/dist/models/IdentityLinkSchema.js +50 -0
  8. package/dist/models/IdentityLinkSchema.js.map +1 -0
  9. package/dist/models/IdentityLinkSchemaData.d.ts +46 -0
  10. package/dist/models/IdentityLinkSchemaData.d.ts.map +1 -0
  11. package/dist/models/IdentityLinkSchemaData.js +54 -0
  12. package/dist/models/IdentityLinkSchemaData.js.map +1 -0
  13. package/dist/models/IdentityLinkSchemaDataAttributes.d.ts +59 -0
  14. package/dist/models/IdentityLinkSchemaDataAttributes.d.ts.map +1 -0
  15. package/dist/models/IdentityLinkSchemaDataAttributes.js +60 -0
  16. package/dist/models/IdentityLinkSchemaDataAttributes.js.map +1 -0
  17. package/dist/models/NotificationRelationshipsSchema.d.ts +11 -4
  18. package/dist/models/NotificationRelationshipsSchema.d.ts.map +1 -1
  19. package/dist/models/NotificationRelationshipsSchema.js +6 -3
  20. package/dist/models/NotificationRelationshipsSchema.js.map +1 -1
  21. package/dist/models/NotificationRelationshipsSchemaSubject.d.ts +34 -0
  22. package/dist/models/NotificationRelationshipsSchemaSubject.d.ts.map +1 -0
  23. package/dist/models/NotificationRelationshipsSchemaSubject.js +50 -0
  24. package/dist/models/NotificationRelationshipsSchemaSubject.js.map +1 -0
  25. package/dist/models/NotificationRelationshipsSchemaSubjectData.d.ts +39 -0
  26. package/dist/models/NotificationRelationshipsSchemaSubjectData.d.ts.map +1 -0
  27. package/dist/models/NotificationRelationshipsSchemaSubjectData.js +51 -0
  28. package/dist/models/NotificationRelationshipsSchemaSubjectData.js.map +1 -0
  29. package/dist/models/NotificationRelationshipsSchemaUser.d.ts +34 -0
  30. package/dist/models/NotificationRelationshipsSchemaUser.d.ts.map +1 -0
  31. package/dist/models/NotificationRelationshipsSchemaUser.js +50 -0
  32. package/dist/models/NotificationRelationshipsSchemaUser.js.map +1 -0
  33. package/dist/models/NotificationRelationshipsSchemaUserData.d.ts +39 -0
  34. package/dist/models/NotificationRelationshipsSchemaUserData.d.ts.map +1 -0
  35. package/dist/models/NotificationRelationshipsSchemaUserData.js +51 -0
  36. package/dist/models/NotificationRelationshipsSchemaUserData.js.map +1 -0
  37. package/dist/models/StartUserIdentityLinkRequest.d.ts +34 -0
  38. package/dist/models/StartUserIdentityLinkRequest.d.ts.map +1 -0
  39. package/dist/models/StartUserIdentityLinkRequest.js +50 -0
  40. package/dist/models/StartUserIdentityLinkRequest.js.map +1 -0
  41. package/dist/models/StartUserIdentityLinkRequestData.d.ts +47 -0
  42. package/dist/models/StartUserIdentityLinkRequestData.d.ts.map +1 -0
  43. package/dist/models/StartUserIdentityLinkRequestData.js +59 -0
  44. package/dist/models/StartUserIdentityLinkRequestData.js.map +1 -0
  45. package/dist/models/StartUserIdentityLinkRequestDataAttributes.d.ts +41 -0
  46. package/dist/models/StartUserIdentityLinkRequestDataAttributes.d.ts.map +1 -0
  47. package/dist/models/StartUserIdentityLinkRequestDataAttributes.js +59 -0
  48. package/dist/models/StartUserIdentityLinkRequestDataAttributes.js.map +1 -0
  49. package/dist/models/index.d.ts +10 -2
  50. package/dist/models/index.d.ts.map +1 -1
  51. package/dist/models/index.js +10 -2
  52. package/dist/models/index.js.map +1 -1
  53. package/package.json +1 -1
  54. package/dist/models/NotificationRelationshipsSchemaUsers.d.ts +0 -34
  55. package/dist/models/NotificationRelationshipsSchemaUsers.d.ts.map +0 -1
  56. package/dist/models/NotificationRelationshipsSchemaUsers.js +0 -50
  57. package/dist/models/NotificationRelationshipsSchemaUsers.js.map +0 -1
  58. package/dist/models/NotificationRelationshipsSchemaUsersDataInner.d.ts +0 -39
  59. package/dist/models/NotificationRelationshipsSchemaUsersDataInner.d.ts.map +0 -1
  60. package/dist/models/NotificationRelationshipsSchemaUsersDataInner.js +0 -51
  61. 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 { NotificationRelationshipsSchemaUserData } from './NotificationRelationshipsSchemaUserData';
13
+ /**
14
+ * Who the notification is FOR. Singular and to-one on the wire.
15
+ * @export
16
+ * @interface NotificationRelationshipsSchemaUser
17
+ */
18
+ export interface NotificationRelationshipsSchemaUser {
19
+ /**
20
+ *
21
+ * @type {NotificationRelationshipsSchemaUserData}
22
+ * @memberof NotificationRelationshipsSchemaUser
23
+ */
24
+ data?: NotificationRelationshipsSchemaUserData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the NotificationRelationshipsSchemaUser interface.
28
+ */
29
+ export declare function instanceOfNotificationRelationshipsSchemaUser(value: object): value is NotificationRelationshipsSchemaUser;
30
+ export declare function NotificationRelationshipsSchemaUserFromJSON(json: any): NotificationRelationshipsSchemaUser;
31
+ export declare function NotificationRelationshipsSchemaUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationRelationshipsSchemaUser;
32
+ export declare function NotificationRelationshipsSchemaUserToJSON(json: any): NotificationRelationshipsSchemaUser;
33
+ export declare function NotificationRelationshipsSchemaUserToJSONTyped(value?: NotificationRelationshipsSchemaUser | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=NotificationRelationshipsSchemaUser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationRelationshipsSchemaUser.d.ts","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaUser.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,uCAAuC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAQ7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5J"}
@@ -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.instanceOfNotificationRelationshipsSchemaUser = instanceOfNotificationRelationshipsSchemaUser;
17
+ exports.NotificationRelationshipsSchemaUserFromJSON = NotificationRelationshipsSchemaUserFromJSON;
18
+ exports.NotificationRelationshipsSchemaUserFromJSONTyped = NotificationRelationshipsSchemaUserFromJSONTyped;
19
+ exports.NotificationRelationshipsSchemaUserToJSON = NotificationRelationshipsSchemaUserToJSON;
20
+ exports.NotificationRelationshipsSchemaUserToJSONTyped = NotificationRelationshipsSchemaUserToJSONTyped;
21
+ const NotificationRelationshipsSchemaUserData_1 = require("./NotificationRelationshipsSchemaUserData");
22
+ /**
23
+ * Check if a given object implements the NotificationRelationshipsSchemaUser interface.
24
+ */
25
+ function instanceOfNotificationRelationshipsSchemaUser(value) {
26
+ return true;
27
+ }
28
+ function NotificationRelationshipsSchemaUserFromJSON(json) {
29
+ return NotificationRelationshipsSchemaUserFromJSONTyped(json, false);
30
+ }
31
+ function NotificationRelationshipsSchemaUserFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, NotificationRelationshipsSchemaUserData_1.NotificationRelationshipsSchemaUserDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function NotificationRelationshipsSchemaUserToJSON(json) {
40
+ return NotificationRelationshipsSchemaUserToJSONTyped(json, false);
41
+ }
42
+ function NotificationRelationshipsSchemaUserToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, NotificationRelationshipsSchemaUserData_1.NotificationRelationshipsSchemaUserDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=NotificationRelationshipsSchemaUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationRelationshipsSchemaUser.js","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaUser.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,sGAEC;AAED,kGAEC;AAED,4GAQC;AAED,8FAEC;AAED,wGASC;AAvDD,uGAKmD;AAgBnD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,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,yFAA+C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3G,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACvE,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 NotificationRelationshipsSchemaUserData
16
+ */
17
+ export interface NotificationRelationshipsSchemaUserData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof NotificationRelationshipsSchemaUserData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof NotificationRelationshipsSchemaUserData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the NotificationRelationshipsSchemaUserData interface.
33
+ */
34
+ export declare function instanceOfNotificationRelationshipsSchemaUserData(value: object): value is NotificationRelationshipsSchemaUserData;
35
+ export declare function NotificationRelationshipsSchemaUserDataFromJSON(json: any): NotificationRelationshipsSchemaUserData;
36
+ export declare function NotificationRelationshipsSchemaUserDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationRelationshipsSchemaUserData;
37
+ export declare function NotificationRelationshipsSchemaUserDataToJSON(json: any): NotificationRelationshipsSchemaUserData;
38
+ export declare function NotificationRelationshipsSchemaUserDataToJSONTyped(value?: NotificationRelationshipsSchemaUserData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=NotificationRelationshipsSchemaUserData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationRelationshipsSchemaUserData.d.ts","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaUserData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CASrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpK"}
@@ -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.instanceOfNotificationRelationshipsSchemaUserData = instanceOfNotificationRelationshipsSchemaUserData;
17
+ exports.NotificationRelationshipsSchemaUserDataFromJSON = NotificationRelationshipsSchemaUserDataFromJSON;
18
+ exports.NotificationRelationshipsSchemaUserDataFromJSONTyped = NotificationRelationshipsSchemaUserDataFromJSONTyped;
19
+ exports.NotificationRelationshipsSchemaUserDataToJSON = NotificationRelationshipsSchemaUserDataToJSON;
20
+ exports.NotificationRelationshipsSchemaUserDataToJSONTyped = NotificationRelationshipsSchemaUserDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the NotificationRelationshipsSchemaUserData interface.
23
+ */
24
+ function instanceOfNotificationRelationshipsSchemaUserData(value) {
25
+ return true;
26
+ }
27
+ function NotificationRelationshipsSchemaUserDataFromJSON(json) {
28
+ return NotificationRelationshipsSchemaUserDataFromJSONTyped(json, false);
29
+ }
30
+ function NotificationRelationshipsSchemaUserDataFromJSONTyped(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 NotificationRelationshipsSchemaUserDataToJSON(json) {
40
+ return NotificationRelationshipsSchemaUserDataToJSONTyped(json, false);
41
+ }
42
+ function NotificationRelationshipsSchemaUserDataToJSONTyped(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=NotificationRelationshipsSchemaUserData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationRelationshipsSchemaUserData.js","sourceRoot":"","sources":["../../src/models/NotificationRelationshipsSchemaUserData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,8GAEC;AAED,0GAEC;AAED,oHASC;AAED,sGAEC;AAED,gHAUC;AApCD;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,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,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,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"}
@@ -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 { StartUserIdentityLinkRequestData } from './StartUserIdentityLinkRequestData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface StartUserIdentityLinkRequest
17
+ */
18
+ export interface StartUserIdentityLinkRequest {
19
+ /**
20
+ *
21
+ * @type {StartUserIdentityLinkRequestData}
22
+ * @memberof StartUserIdentityLinkRequest
23
+ */
24
+ data?: StartUserIdentityLinkRequestData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the StartUserIdentityLinkRequest interface.
28
+ */
29
+ export declare function instanceOfStartUserIdentityLinkRequest(value: object): value is StartUserIdentityLinkRequest;
30
+ export declare function StartUserIdentityLinkRequestFromJSON(json: any): StartUserIdentityLinkRequest;
31
+ export declare function StartUserIdentityLinkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartUserIdentityLinkRequest;
32
+ export declare function StartUserIdentityLinkRequestToJSON(json: any): StartUserIdentityLinkRequest;
33
+ export declare function StartUserIdentityLinkRequestToJSONTyped(value?: StartUserIdentityLinkRequest | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=StartUserIdentityLinkRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartUserIdentityLinkRequest.d.ts","sourceRoot":"","sources":["../../src/models/StartUserIdentityLinkRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,gCAAgC,CAAC;CAC3C;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAQ/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9I"}
@@ -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.instanceOfStartUserIdentityLinkRequest = instanceOfStartUserIdentityLinkRequest;
17
+ exports.StartUserIdentityLinkRequestFromJSON = StartUserIdentityLinkRequestFromJSON;
18
+ exports.StartUserIdentityLinkRequestFromJSONTyped = StartUserIdentityLinkRequestFromJSONTyped;
19
+ exports.StartUserIdentityLinkRequestToJSON = StartUserIdentityLinkRequestToJSON;
20
+ exports.StartUserIdentityLinkRequestToJSONTyped = StartUserIdentityLinkRequestToJSONTyped;
21
+ const StartUserIdentityLinkRequestData_1 = require("./StartUserIdentityLinkRequestData");
22
+ /**
23
+ * Check if a given object implements the StartUserIdentityLinkRequest interface.
24
+ */
25
+ function instanceOfStartUserIdentityLinkRequest(value) {
26
+ return true;
27
+ }
28
+ function StartUserIdentityLinkRequestFromJSON(json) {
29
+ return StartUserIdentityLinkRequestFromJSONTyped(json, false);
30
+ }
31
+ function StartUserIdentityLinkRequestFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, StartUserIdentityLinkRequestData_1.StartUserIdentityLinkRequestDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function StartUserIdentityLinkRequestToJSON(json) {
40
+ return StartUserIdentityLinkRequestToJSONTyped(json, false);
41
+ }
42
+ function StartUserIdentityLinkRequestToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, StartUserIdentityLinkRequestData_1.StartUserIdentityLinkRequestDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=StartUserIdentityLinkRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartUserIdentityLinkRequest.js","sourceRoot":"","sources":["../../src/models/StartUserIdentityLinkRequest.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wFAEC;AAED,oFAEC;AAED,8FAQC;AAED,gFAEC;AAED,0FASC;AAvDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,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,2EAAwC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACpG,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAChE,CAAC;AACN,CAAC"}
@@ -0,0 +1,47 @@
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 { StartUserIdentityLinkRequestDataAttributes } from './StartUserIdentityLinkRequestDataAttributes';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface StartUserIdentityLinkRequestData
17
+ */
18
+ export interface StartUserIdentityLinkRequestData {
19
+ /**
20
+ *
21
+ * @type {StartUserIdentityLinkRequestDataTypeEnum}
22
+ * @memberof StartUserIdentityLinkRequestData
23
+ */
24
+ type?: StartUserIdentityLinkRequestDataTypeEnum;
25
+ /**
26
+ *
27
+ * @type {StartUserIdentityLinkRequestDataAttributes}
28
+ * @memberof StartUserIdentityLinkRequestData
29
+ */
30
+ attributes?: StartUserIdentityLinkRequestDataAttributes;
31
+ }
32
+ /**
33
+ * @export
34
+ */
35
+ export declare const StartUserIdentityLinkRequestDataTypeEnum: {
36
+ readonly IdentityLinks: "identity-links";
37
+ };
38
+ export type StartUserIdentityLinkRequestDataTypeEnum = typeof StartUserIdentityLinkRequestDataTypeEnum[keyof typeof StartUserIdentityLinkRequestDataTypeEnum];
39
+ /**
40
+ * Check if a given object implements the StartUserIdentityLinkRequestData interface.
41
+ */
42
+ export declare function instanceOfStartUserIdentityLinkRequestData(value: object): value is StartUserIdentityLinkRequestData;
43
+ export declare function StartUserIdentityLinkRequestDataFromJSON(json: any): StartUserIdentityLinkRequestData;
44
+ export declare function StartUserIdentityLinkRequestDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartUserIdentityLinkRequestData;
45
+ export declare function StartUserIdentityLinkRequestDataToJSON(json: any): StartUserIdentityLinkRequestData;
46
+ export declare function StartUserIdentityLinkRequestDataToJSONTyped(value?: StartUserIdentityLinkRequestData | null, ignoreDiscriminator?: boolean): any;
47
+ //# sourceMappingURL=StartUserIdentityLinkRequestData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartUserIdentityLinkRequestData.d.ts","sourceRoot":"","sources":["../../src/models/StartUserIdentityLinkRequestData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;IAChD;;;;OAIG;IACH,UAAU,CAAC,EAAE,0CAA0C,CAAC;CAC3D;AAGD;;GAEG;AACH,eAAO,MAAM,wCAAwC;;CAE3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAG9J;;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,CASvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtJ"}
@@ -0,0 +1,59 @@
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.StartUserIdentityLinkRequestDataTypeEnum = void 0;
17
+ exports.instanceOfStartUserIdentityLinkRequestData = instanceOfStartUserIdentityLinkRequestData;
18
+ exports.StartUserIdentityLinkRequestDataFromJSON = StartUserIdentityLinkRequestDataFromJSON;
19
+ exports.StartUserIdentityLinkRequestDataFromJSONTyped = StartUserIdentityLinkRequestDataFromJSONTyped;
20
+ exports.StartUserIdentityLinkRequestDataToJSON = StartUserIdentityLinkRequestDataToJSON;
21
+ exports.StartUserIdentityLinkRequestDataToJSONTyped = StartUserIdentityLinkRequestDataToJSONTyped;
22
+ const StartUserIdentityLinkRequestDataAttributes_1 = require("./StartUserIdentityLinkRequestDataAttributes");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.StartUserIdentityLinkRequestDataTypeEnum = {
27
+ IdentityLinks: 'identity-links'
28
+ };
29
+ /**
30
+ * Check if a given object implements the StartUserIdentityLinkRequestData interface.
31
+ */
32
+ function instanceOfStartUserIdentityLinkRequestData(value) {
33
+ return true;
34
+ }
35
+ function StartUserIdentityLinkRequestDataFromJSON(json) {
36
+ return StartUserIdentityLinkRequestDataFromJSONTyped(json, false);
37
+ }
38
+ function StartUserIdentityLinkRequestDataFromJSONTyped(json, ignoreDiscriminator) {
39
+ if (json == null) {
40
+ return json;
41
+ }
42
+ return {
43
+ 'type': json['type'] == null ? undefined : json['type'],
44
+ 'attributes': json['attributes'] == null ? undefined : (0, StartUserIdentityLinkRequestDataAttributes_1.StartUserIdentityLinkRequestDataAttributesFromJSON)(json['attributes']),
45
+ };
46
+ }
47
+ function StartUserIdentityLinkRequestDataToJSON(json) {
48
+ return StartUserIdentityLinkRequestDataToJSONTyped(json, false);
49
+ }
50
+ function StartUserIdentityLinkRequestDataToJSONTyped(value, ignoreDiscriminator = false) {
51
+ if (value == null) {
52
+ return value;
53
+ }
54
+ return {
55
+ 'type': value['type'],
56
+ 'attributes': (0, StartUserIdentityLinkRequestDataAttributes_1.StartUserIdentityLinkRequestDataAttributesToJSON)(value['attributes']),
57
+ };
58
+ }
59
+ //# sourceMappingURL=StartUserIdentityLinkRequestData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartUserIdentityLinkRequestData.js","sourceRoot":"","sources":["../../src/models/StartUserIdentityLinkRequestData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA4CH,gGAEC;AAED,4FAEC;AAED,sGASC;AAED,wFAEC;AAED,kGAUC;AAzED,6GAKsD;AAuBtD;;GAEG;AACU,QAAA,wCAAwC,GAAG;IACpD,aAAa,EAAE,gBAAgB;CACzB,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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+FAAkD,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAChI,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,IAAA,6FAAgD,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACtF,CAAC;AACN,CAAC"}
@@ -0,0 +1,41 @@
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 StartUserIdentityLinkRequestDataAttributes
16
+ */
17
+ export interface StartUserIdentityLinkRequestDataAttributes {
18
+ /**
19
+ *
20
+ * @type {StartUserIdentityLinkRequestDataAttributesProviderEnum}
21
+ * @memberof StartUserIdentityLinkRequestDataAttributes
22
+ */
23
+ provider: StartUserIdentityLinkRequestDataAttributesProviderEnum;
24
+ }
25
+ /**
26
+ * @export
27
+ */
28
+ export declare const StartUserIdentityLinkRequestDataAttributesProviderEnum: {
29
+ readonly Google: "Google";
30
+ readonly LinkedIn: "LinkedIn";
31
+ };
32
+ export type StartUserIdentityLinkRequestDataAttributesProviderEnum = typeof StartUserIdentityLinkRequestDataAttributesProviderEnum[keyof typeof StartUserIdentityLinkRequestDataAttributesProviderEnum];
33
+ /**
34
+ * Check if a given object implements the StartUserIdentityLinkRequestDataAttributes interface.
35
+ */
36
+ export declare function instanceOfStartUserIdentityLinkRequestDataAttributes(value: object): value is StartUserIdentityLinkRequestDataAttributes;
37
+ export declare function StartUserIdentityLinkRequestDataAttributesFromJSON(json: any): StartUserIdentityLinkRequestDataAttributes;
38
+ export declare function StartUserIdentityLinkRequestDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): StartUserIdentityLinkRequestDataAttributes;
39
+ export declare function StartUserIdentityLinkRequestDataAttributesToJSON(json: any): StartUserIdentityLinkRequestDataAttributes;
40
+ export declare function StartUserIdentityLinkRequestDataAttributesToJSONTyped(value?: StartUserIdentityLinkRequestDataAttributes | null, ignoreDiscriminator?: boolean): any;
41
+ //# sourceMappingURL=StartUserIdentityLinkRequestDataAttributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartUserIdentityLinkRequestDataAttributes.d.ts","sourceRoot":"","sources":["../../src/models/StartUserIdentityLinkRequestDataAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,QAAQ,EAAE,sDAAsD,CAAC;CACpE;AAGD;;GAEG;AACH,eAAO,MAAM,sDAAsD;;;CAGzD,CAAC;AACX,MAAM,MAAM,sDAAsD,GAAG,OAAO,sDAAsD,CAAC,MAAM,OAAO,sDAAsD,CAAC,CAAC;AAGxM;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAGvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAQ3J;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,CAS1K"}
@@ -0,0 +1,59 @@
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.StartUserIdentityLinkRequestDataAttributesProviderEnum = void 0;
17
+ exports.instanceOfStartUserIdentityLinkRequestDataAttributes = instanceOfStartUserIdentityLinkRequestDataAttributes;
18
+ exports.StartUserIdentityLinkRequestDataAttributesFromJSON = StartUserIdentityLinkRequestDataAttributesFromJSON;
19
+ exports.StartUserIdentityLinkRequestDataAttributesFromJSONTyped = StartUserIdentityLinkRequestDataAttributesFromJSONTyped;
20
+ exports.StartUserIdentityLinkRequestDataAttributesToJSON = StartUserIdentityLinkRequestDataAttributesToJSON;
21
+ exports.StartUserIdentityLinkRequestDataAttributesToJSONTyped = StartUserIdentityLinkRequestDataAttributesToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.StartUserIdentityLinkRequestDataAttributesProviderEnum = {
26
+ Google: 'Google',
27
+ LinkedIn: 'LinkedIn'
28
+ };
29
+ /**
30
+ * Check if a given object implements the StartUserIdentityLinkRequestDataAttributes interface.
31
+ */
32
+ function instanceOfStartUserIdentityLinkRequestDataAttributes(value) {
33
+ if (!('provider' in value) || value['provider'] === undefined)
34
+ return false;
35
+ return true;
36
+ }
37
+ function StartUserIdentityLinkRequestDataAttributesFromJSON(json) {
38
+ return StartUserIdentityLinkRequestDataAttributesFromJSONTyped(json, false);
39
+ }
40
+ function StartUserIdentityLinkRequestDataAttributesFromJSONTyped(json, ignoreDiscriminator) {
41
+ if (json == null) {
42
+ return json;
43
+ }
44
+ return {
45
+ 'provider': json['provider'],
46
+ };
47
+ }
48
+ function StartUserIdentityLinkRequestDataAttributesToJSON(json) {
49
+ return StartUserIdentityLinkRequestDataAttributesToJSONTyped(json, false);
50
+ }
51
+ function StartUserIdentityLinkRequestDataAttributesToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'provider': value['provider'],
57
+ };
58
+ }
59
+ //# sourceMappingURL=StartUserIdentityLinkRequestDataAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StartUserIdentityLinkRequestDataAttributes.js","sourceRoot":"","sources":["../../src/models/StartUserIdentityLinkRequestDataAttributes.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA+BH,oHAGC;AAED,gHAEC;AAED,0HAQC;AAED,4GAEC;AAED,sHASC;AA7CD;;GAEG;AACU,QAAA,sDAAsD,GAAG;IAClE,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,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,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;KAC/B,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,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;KAChC,CAAC;AACN,CAAC"}
@@ -360,6 +360,9 @@ export * from './GuestMeetingAttendeeAttributesSchema';
360
360
  export * from './GuestMeetingAttendeeResourceSchema';
361
361
  export * from './GuestMeetingAttendeesSchema';
362
362
  export * from './GuestMetaSchema';
363
+ export * from './IdentityLinkSchema';
364
+ export * from './IdentityLinkSchemaData';
365
+ export * from './IdentityLinkSchemaDataAttributes';
363
366
  export * from './JobAttributesLocationItemSchema';
364
367
  export * from './JobAttributesOrganizationAddressSchema';
365
368
  export * from './JobAttributesOrganizationSchema';
@@ -486,8 +489,10 @@ export * from './NoteSchema';
486
489
  export * from './NotesSchema';
487
490
  export * from './NotificationAttributesSchema';
488
491
  export * from './NotificationRelationshipsSchema';
489
- export * from './NotificationRelationshipsSchemaUsers';
490
- export * from './NotificationRelationshipsSchemaUsersDataInner';
492
+ export * from './NotificationRelationshipsSchemaSubject';
493
+ export * from './NotificationRelationshipsSchemaSubjectData';
494
+ export * from './NotificationRelationshipsSchemaUser';
495
+ export * from './NotificationRelationshipsSchemaUserData';
491
496
  export * from './NotificationResourceSchema';
492
497
  export * from './NotificationSchema';
493
498
  export * from './NotificationsSchema';
@@ -581,6 +586,9 @@ export * from './SignalSchema';
581
586
  export * from './SignalsSchema';
582
587
  export * from './StartGuestAttemptRequestBody';
583
588
  export * from './StartGuestAttemptRequestBodyData';
589
+ export * from './StartUserIdentityLinkRequest';
590
+ export * from './StartUserIdentityLinkRequestData';
591
+ export * from './StartUserIdentityLinkRequestDataAttributes';
584
592
  export * from './StateAttributesSchema';
585
593
  export * from './StateResourceSchema';
586
594
  export * from './StateSchema';