@smartytalent/api-client 0.1.33-dev.3 → 0.1.33-dev.5

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 (117) hide show
  1. package/dist/apis/LabelsApi.d.ts +141 -0
  2. package/dist/apis/LabelsApi.d.ts.map +1 -0
  3. package/dist/apis/LabelsApi.js +342 -0
  4. package/dist/apis/LabelsApi.js.map +1 -0
  5. package/dist/apis/StatesApi.d.ts +155 -0
  6. package/dist/apis/StatesApi.d.ts.map +1 -0
  7. package/dist/apis/StatesApi.js +364 -0
  8. package/dist/apis/StatesApi.js.map +1 -0
  9. package/dist/apis/index.d.ts +2 -0
  10. package/dist/apis/index.d.ts.map +1 -1
  11. package/dist/apis/index.js +2 -0
  12. package/dist/apis/index.js.map +1 -1
  13. package/dist/models/CreateLabelRequestBody.d.ts +34 -0
  14. package/dist/models/CreateLabelRequestBody.d.ts.map +1 -0
  15. package/dist/models/CreateLabelRequestBody.js +52 -0
  16. package/dist/models/CreateLabelRequestBody.js.map +1 -0
  17. package/dist/models/CreateLabelRequestBodyData.d.ts +47 -0
  18. package/dist/models/CreateLabelRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateLabelRequestBodyData.js +63 -0
  20. package/dist/models/CreateLabelRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateStateRequestBody.d.ts +34 -0
  22. package/dist/models/CreateStateRequestBody.d.ts.map +1 -0
  23. package/dist/models/CreateStateRequestBody.js +52 -0
  24. package/dist/models/CreateStateRequestBody.js.map +1 -0
  25. package/dist/models/CreateStateRequestBodyData.d.ts +47 -0
  26. package/dist/models/CreateStateRequestBodyData.d.ts.map +1 -0
  27. package/dist/models/CreateStateRequestBodyData.js +63 -0
  28. package/dist/models/CreateStateRequestBodyData.js.map +1 -0
  29. package/dist/models/EmailAttributesSchema.d.ts +6 -0
  30. package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
  31. package/dist/models/EmailAttributesSchema.js +2 -0
  32. package/dist/models/EmailAttributesSchema.js.map +1 -1
  33. package/dist/models/FinderAttributesSchema.d.ts +8 -6
  34. package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
  35. package/dist/models/FinderAttributesSchema.js +6 -4
  36. package/dist/models/FinderAttributesSchema.js.map +1 -1
  37. package/dist/models/FinderAttributesSchemaQuery.d.ts +26 -0
  38. package/dist/models/FinderAttributesSchemaQuery.d.ts.map +1 -0
  39. package/dist/models/FinderAttributesSchemaQuery.js +72 -0
  40. package/dist/models/FinderAttributesSchemaQuery.js.map +1 -0
  41. package/dist/models/FinderQueryCandidatesSchema.d.ts +219 -0
  42. package/dist/models/FinderQueryCandidatesSchema.d.ts.map +1 -0
  43. package/dist/models/FinderQueryCandidatesSchema.js +111 -0
  44. package/dist/models/FinderQueryCandidatesSchema.js.map +1 -0
  45. package/dist/models/FinderQueryEmailsSchema.d.ts +140 -0
  46. package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -0
  47. package/dist/models/FinderQueryEmailsSchema.js +102 -0
  48. package/dist/models/FinderQueryEmailsSchema.js.map +1 -0
  49. package/dist/models/FinderQueryJobsSchema.d.ts +123 -0
  50. package/dist/models/FinderQueryJobsSchema.d.ts.map +1 -0
  51. package/dist/models/FinderQueryJobsSchema.js +79 -0
  52. package/dist/models/FinderQueryJobsSchema.js.map +1 -0
  53. package/dist/models/FinderQueryTalentsSchema.d.ts +195 -0
  54. package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -0
  55. package/dist/models/FinderQueryTalentsSchema.js +103 -0
  56. package/dist/models/FinderQueryTalentsSchema.js.map +1 -0
  57. package/dist/models/FinderResultHitSchema.d.ts +64 -0
  58. package/dist/models/FinderResultHitSchema.d.ts.map +1 -0
  59. package/dist/models/FinderResultHitSchema.js +61 -0
  60. package/dist/models/FinderResultHitSchema.js.map +1 -0
  61. package/dist/models/FinderResultsSchema.d.ts +40 -0
  62. package/dist/models/FinderResultsSchema.d.ts.map +1 -0
  63. package/dist/models/FinderResultsSchema.js +52 -0
  64. package/dist/models/FinderResultsSchema.js.map +1 -0
  65. package/dist/models/LabelAttributesSchema.d.ts +92 -0
  66. package/dist/models/LabelAttributesSchema.d.ts.map +1 -0
  67. package/dist/models/LabelAttributesSchema.js +79 -0
  68. package/dist/models/LabelAttributesSchema.js.map +1 -0
  69. package/dist/models/LabelResourceSchema.d.ts +74 -0
  70. package/dist/models/LabelResourceSchema.d.ts.map +1 -0
  71. package/dist/models/LabelResourceSchema.js +74 -0
  72. package/dist/models/LabelResourceSchema.js.map +1 -0
  73. package/dist/models/LabelSchema.d.ts +49 -0
  74. package/dist/models/LabelSchema.d.ts.map +1 -0
  75. package/dist/models/LabelSchema.js +55 -0
  76. package/dist/models/LabelSchema.js.map +1 -0
  77. package/dist/models/LabelsSchema.d.ts +48 -0
  78. package/dist/models/LabelsSchema.d.ts.map +1 -0
  79. package/dist/models/LabelsSchema.js +56 -0
  80. package/dist/models/LabelsSchema.js.map +1 -0
  81. package/dist/models/StateAttributesSchema.d.ts +116 -0
  82. package/dist/models/StateAttributesSchema.d.ts.map +1 -0
  83. package/dist/models/StateAttributesSchema.js +86 -0
  84. package/dist/models/StateAttributesSchema.js.map +1 -0
  85. package/dist/models/StateResourceSchema.d.ts +74 -0
  86. package/dist/models/StateResourceSchema.d.ts.map +1 -0
  87. package/dist/models/StateResourceSchema.js +74 -0
  88. package/dist/models/StateResourceSchema.js.map +1 -0
  89. package/dist/models/StateSchema.d.ts +49 -0
  90. package/dist/models/StateSchema.d.ts.map +1 -0
  91. package/dist/models/StateSchema.js +55 -0
  92. package/dist/models/StateSchema.js.map +1 -0
  93. package/dist/models/StatesSchema.d.ts +48 -0
  94. package/dist/models/StatesSchema.d.ts.map +1 -0
  95. package/dist/models/StatesSchema.js +56 -0
  96. package/dist/models/StatesSchema.js.map +1 -0
  97. package/dist/models/UpdateLabelRequestBody.d.ts +34 -0
  98. package/dist/models/UpdateLabelRequestBody.d.ts.map +1 -0
  99. package/dist/models/UpdateLabelRequestBody.js +52 -0
  100. package/dist/models/UpdateLabelRequestBody.js.map +1 -0
  101. package/dist/models/UpdateLabelRequestBodyData.d.ts +53 -0
  102. package/dist/models/UpdateLabelRequestBodyData.d.ts.map +1 -0
  103. package/dist/models/UpdateLabelRequestBodyData.js +67 -0
  104. package/dist/models/UpdateLabelRequestBodyData.js.map +1 -0
  105. package/dist/models/UpdateStateRequestBody.d.ts +34 -0
  106. package/dist/models/UpdateStateRequestBody.d.ts.map +1 -0
  107. package/dist/models/UpdateStateRequestBody.js +52 -0
  108. package/dist/models/UpdateStateRequestBody.js.map +1 -0
  109. package/dist/models/UpdateStateRequestBodyData.d.ts +53 -0
  110. package/dist/models/UpdateStateRequestBodyData.d.ts.map +1 -0
  111. package/dist/models/UpdateStateRequestBodyData.js +67 -0
  112. package/dist/models/UpdateStateRequestBodyData.js.map +1 -0
  113. package/dist/models/index.d.ts +23 -0
  114. package/dist/models/index.d.ts.map +1 -1
  115. package/dist/models/index.js +23 -0
  116. package/dist/models/index.js.map +1 -1
  117. package/package.json +1 -1
@@ -0,0 +1,40 @@
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 { FinderResultHitSchema } from './FinderResultHitSchema';
13
+ /**
14
+ * OpenSearch-shaped results attached to the finder record after the search runs. Hits array items carry whatever subset of the index schema was projected.
15
+ * @export
16
+ * @interface FinderResultsSchema
17
+ */
18
+ export interface FinderResultsSchema {
19
+ /**
20
+ * Count of matching documents before pagination.
21
+ * @type {number}
22
+ * @memberof FinderResultsSchema
23
+ */
24
+ total?: number;
25
+ /**
26
+ *
27
+ * @type {Array<FinderResultHitSchema>}
28
+ * @memberof FinderResultsSchema
29
+ */
30
+ hits?: Array<FinderResultHitSchema>;
31
+ }
32
+ /**
33
+ * Check if a given object implements the FinderResultsSchema interface.
34
+ */
35
+ export declare function instanceOfFinderResultsSchema(value: object): value is FinderResultsSchema;
36
+ export declare function FinderResultsSchemaFromJSON(json: any): FinderResultsSchema;
37
+ export declare function FinderResultsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderResultsSchema;
38
+ export declare function FinderResultsSchemaToJSON(json: any): FinderResultsSchema;
39
+ export declare function FinderResultsSchemaToJSONTyped(value?: FinderResultsSchema | null, ignoreDiscriminator?: boolean): any;
40
+ //# sourceMappingURL=FinderResultsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FinderResultsSchema.d.ts","sourceRoot":"","sources":["../../src/models/FinderResultsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAS7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5H"}
@@ -0,0 +1,52 @@
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.instanceOfFinderResultsSchema = instanceOfFinderResultsSchema;
17
+ exports.FinderResultsSchemaFromJSON = FinderResultsSchemaFromJSON;
18
+ exports.FinderResultsSchemaFromJSONTyped = FinderResultsSchemaFromJSONTyped;
19
+ exports.FinderResultsSchemaToJSON = FinderResultsSchemaToJSON;
20
+ exports.FinderResultsSchemaToJSONTyped = FinderResultsSchemaToJSONTyped;
21
+ const FinderResultHitSchema_1 = require("./FinderResultHitSchema");
22
+ /**
23
+ * Check if a given object implements the FinderResultsSchema interface.
24
+ */
25
+ function instanceOfFinderResultsSchema(value) {
26
+ return true;
27
+ }
28
+ function FinderResultsSchemaFromJSON(json) {
29
+ return FinderResultsSchemaFromJSONTyped(json, false);
30
+ }
31
+ function FinderResultsSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'total': json['total'] == null ? undefined : json['total'],
37
+ 'hits': json['hits'] == null ? undefined : (json['hits'].map(FinderResultHitSchema_1.FinderResultHitSchemaFromJSON)),
38
+ };
39
+ }
40
+ function FinderResultsSchemaToJSON(json) {
41
+ return FinderResultsSchemaToJSONTyped(json, false);
42
+ }
43
+ function FinderResultsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
44
+ if (value == null) {
45
+ return value;
46
+ }
47
+ return {
48
+ 'total': value['total'],
49
+ 'hits': value['hits'] == null ? undefined : (value['hits'].map(FinderResultHitSchema_1.FinderResultHitSchemaToJSON)),
50
+ };
51
+ }
52
+ //# sourceMappingURL=FinderResultsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FinderResultsSchema.js","sourceRoot":"","sources":["../../src/models/FinderResultsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAkCH,sEAEC;AAED,kEAEC;AAED,4EASC;AAED,8DAEC;AAED,wEAUC;AA/DD,mEAKiC;AAsBjC;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,qDAA6B,CAAC,CAAC;KAC/G,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,mDAA2B,CAAC,CAAC;KAC/G,CAAC;AACN,CAAC"}
@@ -0,0 +1,92 @@
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 { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface LabelAttributesSchema
17
+ */
18
+ export interface LabelAttributesSchema {
19
+ /**
20
+ * Display name. Unique within a scope by convention but not enforced.
21
+ * @type {string}
22
+ * @memberof LabelAttributesSchema
23
+ */
24
+ name?: string;
25
+ /**
26
+ * Hex or CSS-named color the UI uses to render the label pill.
27
+ * @type {string}
28
+ * @memberof LabelAttributesSchema
29
+ */
30
+ color?: string | null;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof LabelAttributesSchema
35
+ */
36
+ description?: string | null;
37
+ /**
38
+ * tenant = visible to every user in the tenant; user = visible only to the owner.
39
+ * @type {LabelAttributesSchemaScopeEnum}
40
+ * @memberof LabelAttributesSchema
41
+ */
42
+ scope?: LabelAttributesSchemaScopeEnum;
43
+ /**
44
+ * Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId.
45
+ * @type {string}
46
+ * @memberof LabelAttributesSchema
47
+ */
48
+ ownerId?: string;
49
+ /**
50
+ * Optional UI hint: if set, the frontend only exposes this label in the picker for these resource types (emails, candidates, ...). Not enforced server-side.
51
+ * @type {Array<string>}
52
+ * @memberof LabelAttributesSchema
53
+ */
54
+ resourceTypes?: Array<string>;
55
+ /**
56
+ * Archived labels stay readable (for historical assignments) but disappear from the default list.
57
+ * @type {LabelAttributesSchemaStatusEnum}
58
+ * @memberof LabelAttributesSchema
59
+ */
60
+ status?: LabelAttributesSchemaStatusEnum;
61
+ /**
62
+ *
63
+ * @type {ResourceTimestampsSchema}
64
+ * @memberof LabelAttributesSchema
65
+ */
66
+ timestamps?: ResourceTimestampsSchema;
67
+ }
68
+ /**
69
+ * @export
70
+ */
71
+ export declare const LabelAttributesSchemaScopeEnum: {
72
+ readonly Tenant: "tenant";
73
+ readonly User: "user";
74
+ };
75
+ export type LabelAttributesSchemaScopeEnum = typeof LabelAttributesSchemaScopeEnum[keyof typeof LabelAttributesSchemaScopeEnum];
76
+ /**
77
+ * @export
78
+ */
79
+ export declare const LabelAttributesSchemaStatusEnum: {
80
+ readonly Active: "active";
81
+ readonly Archived: "archived";
82
+ };
83
+ export type LabelAttributesSchemaStatusEnum = typeof LabelAttributesSchemaStatusEnum[keyof typeof LabelAttributesSchemaStatusEnum];
84
+ /**
85
+ * Check if a given object implements the LabelAttributesSchema interface.
86
+ */
87
+ export declare function instanceOfLabelAttributesSchema(value: object): value is LabelAttributesSchema;
88
+ export declare function LabelAttributesSchemaFromJSON(json: any): LabelAttributesSchema;
89
+ export declare function LabelAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): LabelAttributesSchema;
90
+ export declare function LabelAttributesSchemaToJSON(json: any): LabelAttributesSchema;
91
+ export declare function LabelAttributesSchemaToJSONTyped(value?: LabelAttributesSchema | null, ignoreDiscriminator?: boolean): any;
92
+ //# sourceMappingURL=LabelAttributesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/LabelAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,8BAA8B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,+BAA+B,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;CAGjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;CAGlC,CAAC;AACX,MAAM,MAAM,+BAA+B,GAAG,OAAO,+BAA+B,CAAC,MAAM,OAAO,+BAA+B,CAAC,CAAC;AAGnI;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAE7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAejH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAgBhI"}
@@ -0,0 +1,79 @@
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.LabelAttributesSchemaStatusEnum = exports.LabelAttributesSchemaScopeEnum = void 0;
17
+ exports.instanceOfLabelAttributesSchema = instanceOfLabelAttributesSchema;
18
+ exports.LabelAttributesSchemaFromJSON = LabelAttributesSchemaFromJSON;
19
+ exports.LabelAttributesSchemaFromJSONTyped = LabelAttributesSchemaFromJSONTyped;
20
+ exports.LabelAttributesSchemaToJSON = LabelAttributesSchemaToJSON;
21
+ exports.LabelAttributesSchemaToJSONTyped = LabelAttributesSchemaToJSONTyped;
22
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.LabelAttributesSchemaScopeEnum = {
27
+ Tenant: 'tenant',
28
+ User: 'user'
29
+ };
30
+ /**
31
+ * @export
32
+ */
33
+ exports.LabelAttributesSchemaStatusEnum = {
34
+ Active: 'active',
35
+ Archived: 'archived'
36
+ };
37
+ /**
38
+ * Check if a given object implements the LabelAttributesSchema interface.
39
+ */
40
+ function instanceOfLabelAttributesSchema(value) {
41
+ return true;
42
+ }
43
+ function LabelAttributesSchemaFromJSON(json) {
44
+ return LabelAttributesSchemaFromJSONTyped(json, false);
45
+ }
46
+ function LabelAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'name': json['name'] == null ? undefined : json['name'],
52
+ 'color': json['color'] == null ? undefined : json['color'],
53
+ 'description': json['description'] == null ? undefined : json['description'],
54
+ 'scope': json['scope'] == null ? undefined : json['scope'],
55
+ 'ownerId': json['ownerId'] == null ? undefined : json['ownerId'],
56
+ 'resourceTypes': json['resourceTypes'] == null ? undefined : json['resourceTypes'],
57
+ 'status': json['status'] == null ? undefined : json['status'],
58
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
59
+ };
60
+ }
61
+ function LabelAttributesSchemaToJSON(json) {
62
+ return LabelAttributesSchemaToJSONTyped(json, false);
63
+ }
64
+ function LabelAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
65
+ if (value == null) {
66
+ return value;
67
+ }
68
+ return {
69
+ 'name': value['name'],
70
+ 'color': value['color'],
71
+ 'description': value['description'],
72
+ 'scope': value['scope'],
73
+ 'ownerId': value['ownerId'],
74
+ 'resourceTypes': value['resourceTypes'],
75
+ 'status': value['status'],
76
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
77
+ };
78
+ }
79
+ //# sourceMappingURL=LabelAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelAttributesSchema.js","sourceRoot":"","sources":["../../src/models/LabelAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA0FH,0EAEC;AAED,sEAEC;AAED,gFAeC;AAED,kEAEC;AAED,4EAgBC;AAnID,yEAKoC;AA2DpC;;GAEG;AACU,QAAA,8BAA8B,GAAG;IAC1C,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACN,CAAC;AAGX;;GAEG;AACU,QAAA,+BAA+B,GAAG;IAC3C,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,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,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAClF,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,74 @@
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 { LabelAttributesSchema } from './LabelAttributesSchema';
13
+ import type { ResourceLinksSchema } from './ResourceLinksSchema';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface LabelResourceSchema
18
+ */
19
+ export interface LabelResourceSchema {
20
+ /**
21
+ *
22
+ * @type {LabelResourceSchemaTypeEnum}
23
+ * @memberof LabelResourceSchema
24
+ */
25
+ type: LabelResourceSchemaTypeEnum;
26
+ /**
27
+ * Returns results with an ID greater than the specified ID. The ID is a combination of a UUID4 (hexadecimal) followed by a hyphen and an integer number from 1 to 9.
28
+ * @type {string}
29
+ * @memberof LabelResourceSchema
30
+ */
31
+ id: string;
32
+ /**
33
+ *
34
+ * @type {LabelAttributesSchema}
35
+ * @memberof LabelResourceSchema
36
+ */
37
+ attributes: LabelAttributesSchema;
38
+ /**
39
+ *
40
+ * @type {object}
41
+ * @memberof LabelResourceSchema
42
+ */
43
+ relationships?: object;
44
+ /**
45
+ *
46
+ * @type {ResourceLinksSchema}
47
+ * @memberof LabelResourceSchema
48
+ */
49
+ links?: ResourceLinksSchema;
50
+ /**
51
+ *
52
+ * @type {{ [key: string]: any; }}
53
+ * @memberof LabelResourceSchema
54
+ */
55
+ meta?: {
56
+ [key: string]: any;
57
+ };
58
+ }
59
+ /**
60
+ * @export
61
+ */
62
+ export declare const LabelResourceSchemaTypeEnum: {
63
+ readonly Labels: "labels";
64
+ };
65
+ export type LabelResourceSchemaTypeEnum = typeof LabelResourceSchemaTypeEnum[keyof typeof LabelResourceSchemaTypeEnum];
66
+ /**
67
+ * Check if a given object implements the LabelResourceSchema interface.
68
+ */
69
+ export declare function instanceOfLabelResourceSchema(value: object): value is LabelResourceSchema;
70
+ export declare function LabelResourceSchemaFromJSON(json: any): LabelResourceSchema;
71
+ export declare function LabelResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): LabelResourceSchema;
72
+ export declare function LabelResourceSchemaToJSON(json: any): LabelResourceSchema;
73
+ export declare function LabelResourceSchemaToJSONTyped(value?: LabelResourceSchema | null, ignoreDiscriminator?: boolean): any;
74
+ //# sourceMappingURL=LabelResourceSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/LabelResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,EAAE,2BAA2B,CAAC;IAClC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,qBAAqB,CAAC;IAClC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,2BAA2B;;CAE9B,CAAC;AACX,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC;AAGvH;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAKzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAa7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAc5H"}
@@ -0,0 +1,74 @@
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.LabelResourceSchemaTypeEnum = void 0;
17
+ exports.instanceOfLabelResourceSchema = instanceOfLabelResourceSchema;
18
+ exports.LabelResourceSchemaFromJSON = LabelResourceSchemaFromJSON;
19
+ exports.LabelResourceSchemaFromJSONTyped = LabelResourceSchemaFromJSONTyped;
20
+ exports.LabelResourceSchemaToJSON = LabelResourceSchemaToJSON;
21
+ exports.LabelResourceSchemaToJSONTyped = LabelResourceSchemaToJSONTyped;
22
+ const LabelAttributesSchema_1 = require("./LabelAttributesSchema");
23
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.LabelResourceSchemaTypeEnum = {
28
+ Labels: 'labels'
29
+ };
30
+ /**
31
+ * Check if a given object implements the LabelResourceSchema interface.
32
+ */
33
+ function instanceOfLabelResourceSchema(value) {
34
+ if (!('type' in value) || value['type'] === undefined)
35
+ return false;
36
+ if (!('id' in value) || value['id'] === undefined)
37
+ return false;
38
+ if (!('attributes' in value) || value['attributes'] === undefined)
39
+ return false;
40
+ return true;
41
+ }
42
+ function LabelResourceSchemaFromJSON(json) {
43
+ return LabelResourceSchemaFromJSONTyped(json, false);
44
+ }
45
+ function LabelResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
46
+ if (json == null) {
47
+ return json;
48
+ }
49
+ return {
50
+ 'type': json['type'],
51
+ 'id': json['id'],
52
+ 'attributes': (0, LabelAttributesSchema_1.LabelAttributesSchemaFromJSON)(json['attributes']),
53
+ 'relationships': json['relationships'] == null ? undefined : json['relationships'],
54
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
55
+ 'meta': json['meta'] == null ? undefined : json['meta'],
56
+ };
57
+ }
58
+ function LabelResourceSchemaToJSON(json) {
59
+ return LabelResourceSchemaToJSONTyped(json, false);
60
+ }
61
+ function LabelResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
62
+ if (value == null) {
63
+ return value;
64
+ }
65
+ return {
66
+ 'type': value['type'],
67
+ 'id': value['id'],
68
+ 'attributes': (0, LabelAttributesSchema_1.LabelAttributesSchemaToJSON)(value['attributes']),
69
+ 'relationships': value['relationships'],
70
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
71
+ 'meta': value['meta'],
72
+ };
73
+ }
74
+ //# sourceMappingURL=LabelResourceSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelResourceSchema.js","sourceRoot":"","sources":["../../src/models/LabelResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AA2EH,sEAKC;AAED,kEAEC;AAED,4EAaC;AAED,8DAEC;AAED,wEAcC;AAnHD,mEAKiC;AAEjC,+DAK+B;AA+C/B;;GAEG;AACU,QAAA,2BAA2B,GAAG;IACvC,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,qDAA6B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/D,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAClF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,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,mDAA2B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC9D,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -0,0 +1,49 @@
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 { ResourceLinksSchema } from './ResourceLinksSchema';
13
+ import type { LabelResourceSchema } from './LabelResourceSchema';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface LabelSchema
18
+ */
19
+ export interface LabelSchema {
20
+ /**
21
+ *
22
+ * @type {LabelResourceSchema}
23
+ * @memberof LabelSchema
24
+ */
25
+ data?: LabelResourceSchema;
26
+ /**
27
+ *
28
+ * @type {ResourceLinksSchema}
29
+ * @memberof LabelSchema
30
+ */
31
+ links?: ResourceLinksSchema;
32
+ /**
33
+ *
34
+ * @type {{ [key: string]: any; }}
35
+ * @memberof LabelSchema
36
+ */
37
+ meta?: {
38
+ [key: string]: any;
39
+ };
40
+ }
41
+ /**
42
+ * Check if a given object implements the LabelSchema interface.
43
+ */
44
+ export declare function instanceOfLabelSchema(value: object): value is LabelSchema;
45
+ export declare function LabelSchemaFromJSON(json: any): LabelSchema;
46
+ export declare function LabelSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): LabelSchema;
47
+ export declare function LabelSchemaToJSON(json: any): LabelSchema;
48
+ export declare function LabelSchemaToJSONTyped(value?: LabelSchema | null, ignoreDiscriminator?: boolean): any;
49
+ //# sourceMappingURL=LabelSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelSchema.d.ts","sourceRoot":"","sources":["../../src/models/LabelSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;IAC3B;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAEzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAU7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5G"}
@@ -0,0 +1,55 @@
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.instanceOfLabelSchema = instanceOfLabelSchema;
17
+ exports.LabelSchemaFromJSON = LabelSchemaFromJSON;
18
+ exports.LabelSchemaFromJSONTyped = LabelSchemaFromJSONTyped;
19
+ exports.LabelSchemaToJSON = LabelSchemaToJSON;
20
+ exports.LabelSchemaToJSONTyped = LabelSchemaToJSONTyped;
21
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
22
+ const LabelResourceSchema_1 = require("./LabelResourceSchema");
23
+ /**
24
+ * Check if a given object implements the LabelSchema interface.
25
+ */
26
+ function instanceOfLabelSchema(value) {
27
+ return true;
28
+ }
29
+ function LabelSchemaFromJSON(json) {
30
+ return LabelSchemaFromJSONTyped(json, false);
31
+ }
32
+ function LabelSchemaFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'data': json['data'] == null ? undefined : (0, LabelResourceSchema_1.LabelResourceSchemaFromJSON)(json['data']),
38
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
39
+ 'meta': json['meta'] == null ? undefined : json['meta'],
40
+ };
41
+ }
42
+ function LabelSchemaToJSON(json) {
43
+ return LabelSchemaToJSONTyped(json, false);
44
+ }
45
+ function LabelSchemaToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'data': (0, LabelResourceSchema_1.LabelResourceSchemaToJSON)(value['data']),
51
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
52
+ 'meta': value['meta'],
53
+ };
54
+ }
55
+ //# sourceMappingURL=LabelSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelSchema.js","sourceRoot":"","sources":["../../src/models/LabelSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,sDAEC;AAED,kDAEC;AAED,4DAUC;AAED,8CAEC;AAED,wDAWC;AA9ED,+DAK+B;AAE/B,+DAK+B;AA4B/B;;GAEG;AACH,SAAgB,qBAAqB,CAAC,KAAa;IAC/C,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mBAAmB,CAAC,IAAS;IACzC,OAAO,wBAAwB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjD,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS,EAAE,mBAA4B;IAC5E,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,iDAA2B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACpF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,iBAAiB,CAAC,IAAS;IACvC,OAAO,sBAAsB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/C,CAAC;AAED,SAAgB,sBAAsB,CAAC,KAA0B,EAAE,sBAA+B,KAAK;IACnG,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAChD,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -0,0 +1,48 @@
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 { ResourcesMetaSchema } from './ResourcesMetaSchema';
13
+ import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
14
+ import type { LabelResourceSchema } from './LabelResourceSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface LabelsSchema
19
+ */
20
+ export interface LabelsSchema {
21
+ /**
22
+ *
23
+ * @type {Array<LabelResourceSchema>}
24
+ * @memberof LabelsSchema
25
+ */
26
+ data?: Array<LabelResourceSchema>;
27
+ /**
28
+ *
29
+ * @type {ResourcesLinksSchema}
30
+ * @memberof LabelsSchema
31
+ */
32
+ links?: ResourcesLinksSchema;
33
+ /**
34
+ *
35
+ * @type {ResourcesMetaSchema}
36
+ * @memberof LabelsSchema
37
+ */
38
+ meta?: ResourcesMetaSchema;
39
+ }
40
+ /**
41
+ * Check if a given object implements the LabelsSchema interface.
42
+ */
43
+ export declare function instanceOfLabelsSchema(value: object): value is LabelsSchema;
44
+ export declare function LabelsSchemaFromJSON(json: any): LabelsSchema;
45
+ export declare function LabelsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): LabelsSchema;
46
+ export declare function LabelsSchemaToJSON(json: any): LabelsSchema;
47
+ export declare function LabelsSchemaToJSONTyped(value?: LabelsSchema | null, ignoreDiscriminator?: boolean): any;
48
+ //# sourceMappingURL=LabelsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LabelsSchema.d.ts","sourceRoot":"","sources":["../../src/models/LabelsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAOnE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAClC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAE3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAU/F;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW9G"}