@easyedu/js-lsm-api 1.88.0 → 1.89.0

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 (39) hide show
  1. package/README.md +2 -2
  2. package/dist/esm/models/CertificateCanvasImageElement.d.ts +0 -13
  3. package/dist/esm/models/CertificateCanvasImageElement.js +0 -10
  4. package/dist/esm/models/CertificateCanvasLineElement.d.ts +0 -13
  5. package/dist/esm/models/CertificateCanvasLineElement.js +0 -10
  6. package/dist/esm/models/CertificateCanvasPortalLogoElement.d.ts +0 -13
  7. package/dist/esm/models/CertificateCanvasPortalLogoElement.js +0 -10
  8. package/dist/esm/models/CertificateCanvasShapeElement.d.ts +0 -13
  9. package/dist/esm/models/CertificateCanvasShapeElement.js +0 -10
  10. package/dist/esm/models/CertificateCanvasTextElement.d.ts +0 -13
  11. package/dist/esm/models/CertificateCanvasTextElement.js +0 -10
  12. package/dist/esm/models/CertificateCanvasVerificationQrElement.d.ts +0 -13
  13. package/dist/esm/models/CertificateCanvasVerificationQrElement.js +0 -10
  14. package/dist/models/CertificateCanvasImageElement.d.ts +0 -13
  15. package/dist/models/CertificateCanvasImageElement.js +1 -11
  16. package/dist/models/CertificateCanvasLineElement.d.ts +0 -13
  17. package/dist/models/CertificateCanvasLineElement.js +0 -11
  18. package/dist/models/CertificateCanvasPortalLogoElement.d.ts +0 -13
  19. package/dist/models/CertificateCanvasPortalLogoElement.js +0 -11
  20. package/dist/models/CertificateCanvasShapeElement.d.ts +0 -13
  21. package/dist/models/CertificateCanvasShapeElement.js +0 -11
  22. package/dist/models/CertificateCanvasTextElement.d.ts +0 -13
  23. package/dist/models/CertificateCanvasTextElement.js +1 -11
  24. package/dist/models/CertificateCanvasVerificationQrElement.d.ts +0 -13
  25. package/dist/models/CertificateCanvasVerificationQrElement.js +0 -11
  26. package/docs/CertificateCanvasElement.md +2 -2
  27. package/docs/CertificateCanvasImageElement.md +0 -2
  28. package/docs/CertificateCanvasLineElement.md +0 -2
  29. package/docs/CertificateCanvasPortalLogoElement.md +0 -2
  30. package/docs/CertificateCanvasShapeElement.md +0 -2
  31. package/docs/CertificateCanvasTextElement.md +0 -2
  32. package/docs/CertificateCanvasVerificationQrElement.md +0 -2
  33. package/package.json +1 -1
  34. package/src/models/CertificateCanvasImageElement.ts +0 -17
  35. package/src/models/CertificateCanvasLineElement.ts +0 -19
  36. package/src/models/CertificateCanvasPortalLogoElement.ts +0 -19
  37. package/src/models/CertificateCanvasShapeElement.ts +0 -19
  38. package/src/models/CertificateCanvasTextElement.ts +0 -17
  39. package/src/models/CertificateCanvasVerificationQrElement.ts +0 -19
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @easyedu/js-lsm-api@1.88.0
1
+ # @easyedu/js-lsm-api@1.89.0
2
2
 
3
3
  A TypeScript SDK client for the sbzw93t49b.execute-api.us-east-2.amazonaws.com API.
4
4
 
@@ -764,7 +764,7 @@ and is automatically generated by the
764
764
  [OpenAPI Generator](https://openapi-generator.tech) project:
765
765
 
766
766
  - API version: `1.0.0`
767
- - Package version: `1.88.0`
767
+ - Package version: `1.89.0`
768
768
  - Generator version: `7.22.0`
769
769
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
770
770
 
@@ -21,12 +21,6 @@ export interface CertificateCanvasImageElement {
21
21
  * @memberof CertificateCanvasImageElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasImageElementTypeEnum}
27
- * @memberof CertificateCanvasImageElement
28
- */
29
- type: CertificateCanvasImageElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -64,13 +58,6 @@ export interface CertificateCanvasImageElement {
64
58
  */
65
59
  fit?: CertificateCanvasImageElementFitEnum;
66
60
  }
67
- /**
68
- * @export
69
- */
70
- export declare const CertificateCanvasImageElementTypeEnum: {
71
- readonly Image: "image";
72
- };
73
- export type CertificateCanvasImageElementTypeEnum = typeof CertificateCanvasImageElementTypeEnum[keyof typeof CertificateCanvasImageElementTypeEnum];
74
61
  /**
75
62
  * @export
76
63
  */
@@ -11,12 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- */
17
- export const CertificateCanvasImageElementTypeEnum = {
18
- Image: 'image'
19
- };
20
14
  /**
21
15
  * @export
22
16
  */
@@ -31,8 +25,6 @@ export const CertificateCanvasImageElementFitEnum = {
31
25
  export function instanceOfCertificateCanvasImageElement(value) {
32
26
  if (!('id' in value) || value['id'] === undefined)
33
27
  return false;
34
- if (!('type' in value) || value['type'] === undefined)
35
- return false;
36
28
  if (!('x' in value) || value['x'] === undefined)
37
29
  return false;
38
30
  if (!('y' in value) || value['y'] === undefined)
@@ -54,7 +46,6 @@ export function CertificateCanvasImageElementFromJSONTyped(json, ignoreDiscrimin
54
46
  }
55
47
  return {
56
48
  'id': json['id'],
57
- 'type': json['type'],
58
49
  'x': json['x'],
59
50
  'y': json['y'],
60
51
  'width': json['width'],
@@ -72,7 +63,6 @@ export function CertificateCanvasImageElementToJSONTyped(value, ignoreDiscrimina
72
63
  }
73
64
  return {
74
65
  'id': value['id'],
75
- 'type': value['type'],
76
66
  'x': value['x'],
77
67
  'y': value['y'],
78
68
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasLineElement {
21
21
  * @memberof CertificateCanvasLineElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasLineElementTypeEnum}
27
- * @memberof CertificateCanvasLineElement
28
- */
29
- type: CertificateCanvasLineElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -64,13 +58,6 @@ export interface CertificateCanvasLineElement {
64
58
  */
65
59
  strokeWidth: number;
66
60
  }
67
- /**
68
- * @export
69
- */
70
- export declare const CertificateCanvasLineElementTypeEnum: {
71
- readonly Line: "line";
72
- };
73
- export type CertificateCanvasLineElementTypeEnum = typeof CertificateCanvasLineElementTypeEnum[keyof typeof CertificateCanvasLineElementTypeEnum];
74
61
  /**
75
62
  * Check if a given object implements the CertificateCanvasLineElement interface.
76
63
  */
@@ -11,20 +11,12 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- */
17
- export const CertificateCanvasLineElementTypeEnum = {
18
- Line: 'line'
19
- };
20
14
  /**
21
15
  * Check if a given object implements the CertificateCanvasLineElement interface.
22
16
  */
23
17
  export function instanceOfCertificateCanvasLineElement(value) {
24
18
  if (!('id' in value) || value['id'] === undefined)
25
19
  return false;
26
- if (!('type' in value) || value['type'] === undefined)
27
- return false;
28
20
  if (!('x' in value) || value['x'] === undefined)
29
21
  return false;
30
22
  if (!('y' in value) || value['y'] === undefined)
@@ -48,7 +40,6 @@ export function CertificateCanvasLineElementFromJSONTyped(json, ignoreDiscrimina
48
40
  }
49
41
  return {
50
42
  'id': json['id'],
51
- 'type': json['type'],
52
43
  'x': json['x'],
53
44
  'y': json['y'],
54
45
  'width': json['width'],
@@ -66,7 +57,6 @@ export function CertificateCanvasLineElementToJSONTyped(value, ignoreDiscriminat
66
57
  }
67
58
  return {
68
59
  'id': value['id'],
69
- 'type': value['type'],
70
60
  'x': value['x'],
71
61
  'y': value['y'],
72
62
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasPortalLogoElement {
21
21
  * @memberof CertificateCanvasPortalLogoElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasPortalLogoElementTypeEnum}
27
- * @memberof CertificateCanvasPortalLogoElement
28
- */
29
- type: CertificateCanvasPortalLogoElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -52,13 +46,6 @@ export interface CertificateCanvasPortalLogoElement {
52
46
  */
53
47
  height: number;
54
48
  }
55
- /**
56
- * @export
57
- */
58
- export declare const CertificateCanvasPortalLogoElementTypeEnum: {
59
- readonly PortalLogo: "portal_logo";
60
- };
61
- export type CertificateCanvasPortalLogoElementTypeEnum = typeof CertificateCanvasPortalLogoElementTypeEnum[keyof typeof CertificateCanvasPortalLogoElementTypeEnum];
62
49
  /**
63
50
  * Check if a given object implements the CertificateCanvasPortalLogoElement interface.
64
51
  */
@@ -11,20 +11,12 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- */
17
- export const CertificateCanvasPortalLogoElementTypeEnum = {
18
- PortalLogo: 'portal_logo'
19
- };
20
14
  /**
21
15
  * Check if a given object implements the CertificateCanvasPortalLogoElement interface.
22
16
  */
23
17
  export function instanceOfCertificateCanvasPortalLogoElement(value) {
24
18
  if (!('id' in value) || value['id'] === undefined)
25
19
  return false;
26
- if (!('type' in value) || value['type'] === undefined)
27
- return false;
28
20
  if (!('x' in value) || value['x'] === undefined)
29
21
  return false;
30
22
  if (!('y' in value) || value['y'] === undefined)
@@ -44,7 +36,6 @@ export function CertificateCanvasPortalLogoElementFromJSONTyped(json, ignoreDisc
44
36
  }
45
37
  return {
46
38
  'id': json['id'],
47
- 'type': json['type'],
48
39
  'x': json['x'],
49
40
  'y': json['y'],
50
41
  'width': json['width'],
@@ -60,7 +51,6 @@ export function CertificateCanvasPortalLogoElementToJSONTyped(value, ignoreDiscr
60
51
  }
61
52
  return {
62
53
  'id': value['id'],
63
- 'type': value['type'],
64
54
  'x': value['x'],
65
55
  'y': value['y'],
66
56
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasShapeElement {
21
21
  * @memberof CertificateCanvasShapeElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasShapeElementTypeEnum}
27
- * @memberof CertificateCanvasShapeElement
28
- */
29
- type: CertificateCanvasShapeElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -70,13 +64,6 @@ export interface CertificateCanvasShapeElement {
70
64
  */
71
65
  strokeWidth: number;
72
66
  }
73
- /**
74
- * @export
75
- */
76
- export declare const CertificateCanvasShapeElementTypeEnum: {
77
- readonly Shape: "shape";
78
- };
79
- export type CertificateCanvasShapeElementTypeEnum = typeof CertificateCanvasShapeElementTypeEnum[keyof typeof CertificateCanvasShapeElementTypeEnum];
80
67
  /**
81
68
  * Check if a given object implements the CertificateCanvasShapeElement interface.
82
69
  */
@@ -11,20 +11,12 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- */
17
- export const CertificateCanvasShapeElementTypeEnum = {
18
- Shape: 'shape'
19
- };
20
14
  /**
21
15
  * Check if a given object implements the CertificateCanvasShapeElement interface.
22
16
  */
23
17
  export function instanceOfCertificateCanvasShapeElement(value) {
24
18
  if (!('id' in value) || value['id'] === undefined)
25
19
  return false;
26
- if (!('type' in value) || value['type'] === undefined)
27
- return false;
28
20
  if (!('x' in value) || value['x'] === undefined)
29
21
  return false;
30
22
  if (!('y' in value) || value['y'] === undefined)
@@ -50,7 +42,6 @@ export function CertificateCanvasShapeElementFromJSONTyped(json, ignoreDiscrimin
50
42
  }
51
43
  return {
52
44
  'id': json['id'],
53
- 'type': json['type'],
54
45
  'x': json['x'],
55
46
  'y': json['y'],
56
47
  'width': json['width'],
@@ -69,7 +60,6 @@ export function CertificateCanvasShapeElementToJSONTyped(value, ignoreDiscrimina
69
60
  }
70
61
  return {
71
62
  'id': value['id'],
72
- 'type': value['type'],
73
63
  'x': value['x'],
74
64
  'y': value['y'],
75
65
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasTextElement {
21
21
  * @memberof CertificateCanvasTextElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasTextElementTypeEnum}
27
- * @memberof CertificateCanvasTextElement
28
- */
29
- type: CertificateCanvasTextElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -82,13 +76,6 @@ export interface CertificateCanvasTextElement {
82
76
  */
83
77
  align?: CertificateCanvasTextElementAlignEnum;
84
78
  }
85
- /**
86
- * @export
87
- */
88
- export declare const CertificateCanvasTextElementTypeEnum: {
89
- readonly Text: "text";
90
- };
91
- export type CertificateCanvasTextElementTypeEnum = typeof CertificateCanvasTextElementTypeEnum[keyof typeof CertificateCanvasTextElementTypeEnum];
92
79
  /**
93
80
  * @export
94
81
  */
@@ -11,12 +11,6 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- */
17
- export const CertificateCanvasTextElementTypeEnum = {
18
- Text: 'text'
19
- };
20
14
  /**
21
15
  * @export
22
16
  */
@@ -37,8 +31,6 @@ export const CertificateCanvasTextElementAlignEnum = {
37
31
  export function instanceOfCertificateCanvasTextElement(value) {
38
32
  if (!('id' in value) || value['id'] === undefined)
39
33
  return false;
40
- if (!('type' in value) || value['type'] === undefined)
41
- return false;
42
34
  if (!('x' in value) || value['x'] === undefined)
43
35
  return false;
44
36
  if (!('y' in value) || value['y'] === undefined)
@@ -66,7 +58,6 @@ export function CertificateCanvasTextElementFromJSONTyped(json, ignoreDiscrimina
66
58
  }
67
59
  return {
68
60
  'id': json['id'],
69
- 'type': json['type'],
70
61
  'x': json['x'],
71
62
  'y': json['y'],
72
63
  'width': json['width'],
@@ -87,7 +78,6 @@ export function CertificateCanvasTextElementToJSONTyped(value, ignoreDiscriminat
87
78
  }
88
79
  return {
89
80
  'id': value['id'],
90
- 'type': value['type'],
91
81
  'x': value['x'],
92
82
  'y': value['y'],
93
83
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasVerificationQrElement {
21
21
  * @memberof CertificateCanvasVerificationQrElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasVerificationQrElementTypeEnum}
27
- * @memberof CertificateCanvasVerificationQrElement
28
- */
29
- type: CertificateCanvasVerificationQrElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -52,13 +46,6 @@ export interface CertificateCanvasVerificationQrElement {
52
46
  */
53
47
  height: number;
54
48
  }
55
- /**
56
- * @export
57
- */
58
- export declare const CertificateCanvasVerificationQrElementTypeEnum: {
59
- readonly VerificationQr: "verification_qr";
60
- };
61
- export type CertificateCanvasVerificationQrElementTypeEnum = typeof CertificateCanvasVerificationQrElementTypeEnum[keyof typeof CertificateCanvasVerificationQrElementTypeEnum];
62
49
  /**
63
50
  * Check if a given object implements the CertificateCanvasVerificationQrElement interface.
64
51
  */
@@ -11,20 +11,12 @@
11
11
  * https://openapi-generator.tech
12
12
  * Do not edit the class manually.
13
13
  */
14
- /**
15
- * @export
16
- */
17
- export const CertificateCanvasVerificationQrElementTypeEnum = {
18
- VerificationQr: 'verification_qr'
19
- };
20
14
  /**
21
15
  * Check if a given object implements the CertificateCanvasVerificationQrElement interface.
22
16
  */
23
17
  export function instanceOfCertificateCanvasVerificationQrElement(value) {
24
18
  if (!('id' in value) || value['id'] === undefined)
25
19
  return false;
26
- if (!('type' in value) || value['type'] === undefined)
27
- return false;
28
20
  if (!('x' in value) || value['x'] === undefined)
29
21
  return false;
30
22
  if (!('y' in value) || value['y'] === undefined)
@@ -44,7 +36,6 @@ export function CertificateCanvasVerificationQrElementFromJSONTyped(json, ignore
44
36
  }
45
37
  return {
46
38
  'id': json['id'],
47
- 'type': json['type'],
48
39
  'x': json['x'],
49
40
  'y': json['y'],
50
41
  'width': json['width'],
@@ -60,7 +51,6 @@ export function CertificateCanvasVerificationQrElementToJSONTyped(value, ignoreD
60
51
  }
61
52
  return {
62
53
  'id': value['id'],
63
- 'type': value['type'],
64
54
  'x': value['x'],
65
55
  'y': value['y'],
66
56
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasImageElement {
21
21
  * @memberof CertificateCanvasImageElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasImageElementTypeEnum}
27
- * @memberof CertificateCanvasImageElement
28
- */
29
- type: CertificateCanvasImageElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -64,13 +58,6 @@ export interface CertificateCanvasImageElement {
64
58
  */
65
59
  fit?: CertificateCanvasImageElementFitEnum;
66
60
  }
67
- /**
68
- * @export
69
- */
70
- export declare const CertificateCanvasImageElementTypeEnum: {
71
- readonly Image: "image";
72
- };
73
- export type CertificateCanvasImageElementTypeEnum = typeof CertificateCanvasImageElementTypeEnum[keyof typeof CertificateCanvasImageElementTypeEnum];
74
61
  /**
75
62
  * @export
76
63
  */
@@ -13,18 +13,12 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.CertificateCanvasImageElementFitEnum = exports.CertificateCanvasImageElementTypeEnum = void 0;
16
+ exports.CertificateCanvasImageElementFitEnum = void 0;
17
17
  exports.instanceOfCertificateCanvasImageElement = instanceOfCertificateCanvasImageElement;
18
18
  exports.CertificateCanvasImageElementFromJSON = CertificateCanvasImageElementFromJSON;
19
19
  exports.CertificateCanvasImageElementFromJSONTyped = CertificateCanvasImageElementFromJSONTyped;
20
20
  exports.CertificateCanvasImageElementToJSON = CertificateCanvasImageElementToJSON;
21
21
  exports.CertificateCanvasImageElementToJSONTyped = CertificateCanvasImageElementToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.CertificateCanvasImageElementTypeEnum = {
26
- Image: 'image'
27
- };
28
22
  /**
29
23
  * @export
30
24
  */
@@ -39,8 +33,6 @@ exports.CertificateCanvasImageElementFitEnum = {
39
33
  function instanceOfCertificateCanvasImageElement(value) {
40
34
  if (!('id' in value) || value['id'] === undefined)
41
35
  return false;
42
- if (!('type' in value) || value['type'] === undefined)
43
- return false;
44
36
  if (!('x' in value) || value['x'] === undefined)
45
37
  return false;
46
38
  if (!('y' in value) || value['y'] === undefined)
@@ -62,7 +54,6 @@ function CertificateCanvasImageElementFromJSONTyped(json, ignoreDiscriminator) {
62
54
  }
63
55
  return {
64
56
  'id': json['id'],
65
- 'type': json['type'],
66
57
  'x': json['x'],
67
58
  'y': json['y'],
68
59
  'width': json['width'],
@@ -80,7 +71,6 @@ function CertificateCanvasImageElementToJSONTyped(value, ignoreDiscriminator = f
80
71
  }
81
72
  return {
82
73
  'id': value['id'],
83
- 'type': value['type'],
84
74
  'x': value['x'],
85
75
  'y': value['y'],
86
76
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasLineElement {
21
21
  * @memberof CertificateCanvasLineElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasLineElementTypeEnum}
27
- * @memberof CertificateCanvasLineElement
28
- */
29
- type: CertificateCanvasLineElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -64,13 +58,6 @@ export interface CertificateCanvasLineElement {
64
58
  */
65
59
  strokeWidth: number;
66
60
  }
67
- /**
68
- * @export
69
- */
70
- export declare const CertificateCanvasLineElementTypeEnum: {
71
- readonly Line: "line";
72
- };
73
- export type CertificateCanvasLineElementTypeEnum = typeof CertificateCanvasLineElementTypeEnum[keyof typeof CertificateCanvasLineElementTypeEnum];
74
61
  /**
75
62
  * Check if a given object implements the CertificateCanvasLineElement interface.
76
63
  */
@@ -13,26 +13,17 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.CertificateCanvasLineElementTypeEnum = void 0;
17
16
  exports.instanceOfCertificateCanvasLineElement = instanceOfCertificateCanvasLineElement;
18
17
  exports.CertificateCanvasLineElementFromJSON = CertificateCanvasLineElementFromJSON;
19
18
  exports.CertificateCanvasLineElementFromJSONTyped = CertificateCanvasLineElementFromJSONTyped;
20
19
  exports.CertificateCanvasLineElementToJSON = CertificateCanvasLineElementToJSON;
21
20
  exports.CertificateCanvasLineElementToJSONTyped = CertificateCanvasLineElementToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.CertificateCanvasLineElementTypeEnum = {
26
- Line: 'line'
27
- };
28
21
  /**
29
22
  * Check if a given object implements the CertificateCanvasLineElement interface.
30
23
  */
31
24
  function instanceOfCertificateCanvasLineElement(value) {
32
25
  if (!('id' in value) || value['id'] === undefined)
33
26
  return false;
34
- if (!('type' in value) || value['type'] === undefined)
35
- return false;
36
27
  if (!('x' in value) || value['x'] === undefined)
37
28
  return false;
38
29
  if (!('y' in value) || value['y'] === undefined)
@@ -56,7 +47,6 @@ function CertificateCanvasLineElementFromJSONTyped(json, ignoreDiscriminator) {
56
47
  }
57
48
  return {
58
49
  'id': json['id'],
59
- 'type': json['type'],
60
50
  'x': json['x'],
61
51
  'y': json['y'],
62
52
  'width': json['width'],
@@ -74,7 +64,6 @@ function CertificateCanvasLineElementToJSONTyped(value, ignoreDiscriminator = fa
74
64
  }
75
65
  return {
76
66
  'id': value['id'],
77
- 'type': value['type'],
78
67
  'x': value['x'],
79
68
  'y': value['y'],
80
69
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasPortalLogoElement {
21
21
  * @memberof CertificateCanvasPortalLogoElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasPortalLogoElementTypeEnum}
27
- * @memberof CertificateCanvasPortalLogoElement
28
- */
29
- type: CertificateCanvasPortalLogoElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -52,13 +46,6 @@ export interface CertificateCanvasPortalLogoElement {
52
46
  */
53
47
  height: number;
54
48
  }
55
- /**
56
- * @export
57
- */
58
- export declare const CertificateCanvasPortalLogoElementTypeEnum: {
59
- readonly PortalLogo: "portal_logo";
60
- };
61
- export type CertificateCanvasPortalLogoElementTypeEnum = typeof CertificateCanvasPortalLogoElementTypeEnum[keyof typeof CertificateCanvasPortalLogoElementTypeEnum];
62
49
  /**
63
50
  * Check if a given object implements the CertificateCanvasPortalLogoElement interface.
64
51
  */
@@ -13,26 +13,17 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.CertificateCanvasPortalLogoElementTypeEnum = void 0;
17
16
  exports.instanceOfCertificateCanvasPortalLogoElement = instanceOfCertificateCanvasPortalLogoElement;
18
17
  exports.CertificateCanvasPortalLogoElementFromJSON = CertificateCanvasPortalLogoElementFromJSON;
19
18
  exports.CertificateCanvasPortalLogoElementFromJSONTyped = CertificateCanvasPortalLogoElementFromJSONTyped;
20
19
  exports.CertificateCanvasPortalLogoElementToJSON = CertificateCanvasPortalLogoElementToJSON;
21
20
  exports.CertificateCanvasPortalLogoElementToJSONTyped = CertificateCanvasPortalLogoElementToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.CertificateCanvasPortalLogoElementTypeEnum = {
26
- PortalLogo: 'portal_logo'
27
- };
28
21
  /**
29
22
  * Check if a given object implements the CertificateCanvasPortalLogoElement interface.
30
23
  */
31
24
  function instanceOfCertificateCanvasPortalLogoElement(value) {
32
25
  if (!('id' in value) || value['id'] === undefined)
33
26
  return false;
34
- if (!('type' in value) || value['type'] === undefined)
35
- return false;
36
27
  if (!('x' in value) || value['x'] === undefined)
37
28
  return false;
38
29
  if (!('y' in value) || value['y'] === undefined)
@@ -52,7 +43,6 @@ function CertificateCanvasPortalLogoElementFromJSONTyped(json, ignoreDiscriminat
52
43
  }
53
44
  return {
54
45
  'id': json['id'],
55
- 'type': json['type'],
56
46
  'x': json['x'],
57
47
  'y': json['y'],
58
48
  'width': json['width'],
@@ -68,7 +58,6 @@ function CertificateCanvasPortalLogoElementToJSONTyped(value, ignoreDiscriminato
68
58
  }
69
59
  return {
70
60
  'id': value['id'],
71
- 'type': value['type'],
72
61
  'x': value['x'],
73
62
  'y': value['y'],
74
63
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasShapeElement {
21
21
  * @memberof CertificateCanvasShapeElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasShapeElementTypeEnum}
27
- * @memberof CertificateCanvasShapeElement
28
- */
29
- type: CertificateCanvasShapeElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -70,13 +64,6 @@ export interface CertificateCanvasShapeElement {
70
64
  */
71
65
  strokeWidth: number;
72
66
  }
73
- /**
74
- * @export
75
- */
76
- export declare const CertificateCanvasShapeElementTypeEnum: {
77
- readonly Shape: "shape";
78
- };
79
- export type CertificateCanvasShapeElementTypeEnum = typeof CertificateCanvasShapeElementTypeEnum[keyof typeof CertificateCanvasShapeElementTypeEnum];
80
67
  /**
81
68
  * Check if a given object implements the CertificateCanvasShapeElement interface.
82
69
  */
@@ -13,26 +13,17 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.CertificateCanvasShapeElementTypeEnum = void 0;
17
16
  exports.instanceOfCertificateCanvasShapeElement = instanceOfCertificateCanvasShapeElement;
18
17
  exports.CertificateCanvasShapeElementFromJSON = CertificateCanvasShapeElementFromJSON;
19
18
  exports.CertificateCanvasShapeElementFromJSONTyped = CertificateCanvasShapeElementFromJSONTyped;
20
19
  exports.CertificateCanvasShapeElementToJSON = CertificateCanvasShapeElementToJSON;
21
20
  exports.CertificateCanvasShapeElementToJSONTyped = CertificateCanvasShapeElementToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.CertificateCanvasShapeElementTypeEnum = {
26
- Shape: 'shape'
27
- };
28
21
  /**
29
22
  * Check if a given object implements the CertificateCanvasShapeElement interface.
30
23
  */
31
24
  function instanceOfCertificateCanvasShapeElement(value) {
32
25
  if (!('id' in value) || value['id'] === undefined)
33
26
  return false;
34
- if (!('type' in value) || value['type'] === undefined)
35
- return false;
36
27
  if (!('x' in value) || value['x'] === undefined)
37
28
  return false;
38
29
  if (!('y' in value) || value['y'] === undefined)
@@ -58,7 +49,6 @@ function CertificateCanvasShapeElementFromJSONTyped(json, ignoreDiscriminator) {
58
49
  }
59
50
  return {
60
51
  'id': json['id'],
61
- 'type': json['type'],
62
52
  'x': json['x'],
63
53
  'y': json['y'],
64
54
  'width': json['width'],
@@ -77,7 +67,6 @@ function CertificateCanvasShapeElementToJSONTyped(value, ignoreDiscriminator = f
77
67
  }
78
68
  return {
79
69
  'id': value['id'],
80
- 'type': value['type'],
81
70
  'x': value['x'],
82
71
  'y': value['y'],
83
72
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasTextElement {
21
21
  * @memberof CertificateCanvasTextElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasTextElementTypeEnum}
27
- * @memberof CertificateCanvasTextElement
28
- */
29
- type: CertificateCanvasTextElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -82,13 +76,6 @@ export interface CertificateCanvasTextElement {
82
76
  */
83
77
  align?: CertificateCanvasTextElementAlignEnum;
84
78
  }
85
- /**
86
- * @export
87
- */
88
- export declare const CertificateCanvasTextElementTypeEnum: {
89
- readonly Text: "text";
90
- };
91
- export type CertificateCanvasTextElementTypeEnum = typeof CertificateCanvasTextElementTypeEnum[keyof typeof CertificateCanvasTextElementTypeEnum];
92
79
  /**
93
80
  * @export
94
81
  */
@@ -13,18 +13,12 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.CertificateCanvasTextElementAlignEnum = exports.CertificateCanvasTextElementFontFamilyEnum = exports.CertificateCanvasTextElementTypeEnum = void 0;
16
+ exports.CertificateCanvasTextElementAlignEnum = exports.CertificateCanvasTextElementFontFamilyEnum = void 0;
17
17
  exports.instanceOfCertificateCanvasTextElement = instanceOfCertificateCanvasTextElement;
18
18
  exports.CertificateCanvasTextElementFromJSON = CertificateCanvasTextElementFromJSON;
19
19
  exports.CertificateCanvasTextElementFromJSONTyped = CertificateCanvasTextElementFromJSONTyped;
20
20
  exports.CertificateCanvasTextElementToJSON = CertificateCanvasTextElementToJSON;
21
21
  exports.CertificateCanvasTextElementToJSONTyped = CertificateCanvasTextElementToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.CertificateCanvasTextElementTypeEnum = {
26
- Text: 'text'
27
- };
28
22
  /**
29
23
  * @export
30
24
  */
@@ -45,8 +39,6 @@ exports.CertificateCanvasTextElementAlignEnum = {
45
39
  function instanceOfCertificateCanvasTextElement(value) {
46
40
  if (!('id' in value) || value['id'] === undefined)
47
41
  return false;
48
- if (!('type' in value) || value['type'] === undefined)
49
- return false;
50
42
  if (!('x' in value) || value['x'] === undefined)
51
43
  return false;
52
44
  if (!('y' in value) || value['y'] === undefined)
@@ -74,7 +66,6 @@ function CertificateCanvasTextElementFromJSONTyped(json, ignoreDiscriminator) {
74
66
  }
75
67
  return {
76
68
  'id': json['id'],
77
- 'type': json['type'],
78
69
  'x': json['x'],
79
70
  'y': json['y'],
80
71
  'width': json['width'],
@@ -95,7 +86,6 @@ function CertificateCanvasTextElementToJSONTyped(value, ignoreDiscriminator = fa
95
86
  }
96
87
  return {
97
88
  'id': value['id'],
98
- 'type': value['type'],
99
89
  'x': value['x'],
100
90
  'y': value['y'],
101
91
  'width': value['width'],
@@ -21,12 +21,6 @@ export interface CertificateCanvasVerificationQrElement {
21
21
  * @memberof CertificateCanvasVerificationQrElement
22
22
  */
23
23
  id: string;
24
- /**
25
- *
26
- * @type {CertificateCanvasVerificationQrElementTypeEnum}
27
- * @memberof CertificateCanvasVerificationQrElement
28
- */
29
- type: CertificateCanvasVerificationQrElementTypeEnum;
30
24
  /**
31
25
  *
32
26
  * @type {number}
@@ -52,13 +46,6 @@ export interface CertificateCanvasVerificationQrElement {
52
46
  */
53
47
  height: number;
54
48
  }
55
- /**
56
- * @export
57
- */
58
- export declare const CertificateCanvasVerificationQrElementTypeEnum: {
59
- readonly VerificationQr: "verification_qr";
60
- };
61
- export type CertificateCanvasVerificationQrElementTypeEnum = typeof CertificateCanvasVerificationQrElementTypeEnum[keyof typeof CertificateCanvasVerificationQrElementTypeEnum];
62
49
  /**
63
50
  * Check if a given object implements the CertificateCanvasVerificationQrElement interface.
64
51
  */
@@ -13,26 +13,17 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.CertificateCanvasVerificationQrElementTypeEnum = void 0;
17
16
  exports.instanceOfCertificateCanvasVerificationQrElement = instanceOfCertificateCanvasVerificationQrElement;
18
17
  exports.CertificateCanvasVerificationQrElementFromJSON = CertificateCanvasVerificationQrElementFromJSON;
19
18
  exports.CertificateCanvasVerificationQrElementFromJSONTyped = CertificateCanvasVerificationQrElementFromJSONTyped;
20
19
  exports.CertificateCanvasVerificationQrElementToJSON = CertificateCanvasVerificationQrElementToJSON;
21
20
  exports.CertificateCanvasVerificationQrElementToJSONTyped = CertificateCanvasVerificationQrElementToJSONTyped;
22
- /**
23
- * @export
24
- */
25
- exports.CertificateCanvasVerificationQrElementTypeEnum = {
26
- VerificationQr: 'verification_qr'
27
- };
28
21
  /**
29
22
  * Check if a given object implements the CertificateCanvasVerificationQrElement interface.
30
23
  */
31
24
  function instanceOfCertificateCanvasVerificationQrElement(value) {
32
25
  if (!('id' in value) || value['id'] === undefined)
33
26
  return false;
34
- if (!('type' in value) || value['type'] === undefined)
35
- return false;
36
27
  if (!('x' in value) || value['x'] === undefined)
37
28
  return false;
38
29
  if (!('y' in value) || value['y'] === undefined)
@@ -52,7 +43,6 @@ function CertificateCanvasVerificationQrElementFromJSONTyped(json, ignoreDiscrim
52
43
  }
53
44
  return {
54
45
  'id': json['id'],
55
- 'type': json['type'],
56
46
  'x': json['x'],
57
47
  'y': json['y'],
58
48
  'width': json['width'],
@@ -68,7 +58,6 @@ function CertificateCanvasVerificationQrElementToJSONTyped(value, ignoreDiscrimi
68
58
  }
69
59
  return {
70
60
  'id': value['id'],
71
- 'type': value['type'],
72
61
  'x': value['x'],
73
62
  'y': value['y'],
74
63
  'width': value['width'],
@@ -7,8 +7,8 @@ A constrained certificate-canvas-v1 element.
7
7
 
8
8
  Name | Type
9
9
  ------------ | -------------
10
- `id` | string
11
10
  `type` | string
11
+ `id` | string
12
12
  `x` | number
13
13
  `y` | number
14
14
  `width` | number
@@ -31,8 +31,8 @@ import type { CertificateCanvasElement } from '@easyedu/js-lsm-api'
31
31
 
32
32
  // TODO: Update the object below with actual values
33
33
  const example = {
34
- "id": null,
35
34
  "type": null,
35
+ "id": null,
36
36
  "x": null,
37
37
  "y": null,
38
38
  "width": null,
@@ -7,7 +7,6 @@
7
7
  Name | Type
8
8
  ------------ | -------------
9
9
  `id` | string
10
- `type` | string
11
10
  `x` | number
12
11
  `y` | number
13
12
  `width` | number
@@ -23,7 +22,6 @@ import type { CertificateCanvasImageElement } from '@easyedu/js-lsm-api'
23
22
  // TODO: Update the object below with actual values
24
23
  const example = {
25
24
  "id": null,
26
- "type": null,
27
25
  "x": null,
28
26
  "y": null,
29
27
  "width": null,
@@ -7,7 +7,6 @@
7
7
  Name | Type
8
8
  ------------ | -------------
9
9
  `id` | string
10
- `type` | string
11
10
  `x` | number
12
11
  `y` | number
13
12
  `width` | number
@@ -23,7 +22,6 @@ import type { CertificateCanvasLineElement } from '@easyedu/js-lsm-api'
23
22
  // TODO: Update the object below with actual values
24
23
  const example = {
25
24
  "id": null,
26
- "type": null,
27
25
  "x": null,
28
26
  "y": null,
29
27
  "width": null,
@@ -7,7 +7,6 @@
7
7
  Name | Type
8
8
  ------------ | -------------
9
9
  `id` | string
10
- `type` | string
11
10
  `x` | number
12
11
  `y` | number
13
12
  `width` | number
@@ -21,7 +20,6 @@ import type { CertificateCanvasPortalLogoElement } from '@easyedu/js-lsm-api'
21
20
  // TODO: Update the object below with actual values
22
21
  const example = {
23
22
  "id": null,
24
- "type": null,
25
23
  "x": null,
26
24
  "y": null,
27
25
  "width": null,
@@ -7,7 +7,6 @@
7
7
  Name | Type
8
8
  ------------ | -------------
9
9
  `id` | string
10
- `type` | string
11
10
  `x` | number
12
11
  `y` | number
13
12
  `width` | number
@@ -24,7 +23,6 @@ import type { CertificateCanvasShapeElement } from '@easyedu/js-lsm-api'
24
23
  // TODO: Update the object below with actual values
25
24
  const example = {
26
25
  "id": null,
27
- "type": null,
28
26
  "x": null,
29
27
  "y": null,
30
28
  "width": null,
@@ -7,7 +7,6 @@
7
7
  Name | Type
8
8
  ------------ | -------------
9
9
  `id` | string
10
- `type` | string
11
10
  `x` | number
12
11
  `y` | number
13
12
  `width` | number
@@ -26,7 +25,6 @@ import type { CertificateCanvasTextElement } from '@easyedu/js-lsm-api'
26
25
  // TODO: Update the object below with actual values
27
26
  const example = {
28
27
  "id": null,
29
- "type": null,
30
28
  "x": null,
31
29
  "y": null,
32
30
  "width": null,
@@ -7,7 +7,6 @@
7
7
  Name | Type
8
8
  ------------ | -------------
9
9
  `id` | string
10
- `type` | string
11
10
  `x` | number
12
11
  `y` | number
13
12
  `width` | number
@@ -21,7 +20,6 @@ import type { CertificateCanvasVerificationQrElement } from '@easyedu/js-lsm-api
21
20
  // TODO: Update the object below with actual values
22
21
  const example = {
23
22
  "id": null,
24
- "type": null,
25
23
  "x": null,
26
24
  "y": null,
27
25
  "width": null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyedu/js-lsm-api",
3
- "version": "1.88.0",
3
+ "version": "1.89.0",
4
4
  "description": "OpenAPI client for @easyedu/js-lsm-api",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -25,12 +25,6 @@ export interface CertificateCanvasImageElement {
25
25
  * @memberof CertificateCanvasImageElement
26
26
  */
27
27
  id: string;
28
- /**
29
- *
30
- * @type {CertificateCanvasImageElementTypeEnum}
31
- * @memberof CertificateCanvasImageElement
32
- */
33
- type: CertificateCanvasImageElementTypeEnum;
34
28
  /**
35
29
  *
36
30
  * @type {number}
@@ -70,14 +64,6 @@ export interface CertificateCanvasImageElement {
70
64
  }
71
65
 
72
66
 
73
- /**
74
- * @export
75
- */
76
- export const CertificateCanvasImageElementTypeEnum = {
77
- Image: 'image'
78
- } as const;
79
- export type CertificateCanvasImageElementTypeEnum = typeof CertificateCanvasImageElementTypeEnum[keyof typeof CertificateCanvasImageElementTypeEnum];
80
-
81
67
  /**
82
68
  * @export
83
69
  */
@@ -94,7 +80,6 @@ export type CertificateCanvasImageElementFitEnum = typeof CertificateCanvasImage
94
80
  */
95
81
  export function instanceOfCertificateCanvasImageElement(value: object): value is CertificateCanvasImageElement {
96
82
  if (!('id' in value) || value['id'] === undefined) return false;
97
- if (!('type' in value) || value['type'] === undefined) return false;
98
83
  if (!('x' in value) || value['x'] === undefined) return false;
99
84
  if (!('y' in value) || value['y'] === undefined) return false;
100
85
  if (!('width' in value) || value['width'] === undefined) return false;
@@ -114,7 +99,6 @@ export function CertificateCanvasImageElementFromJSONTyped(json: any, ignoreDisc
114
99
  return {
115
100
 
116
101
  'id': json['id'],
117
- 'type': json['type'],
118
102
  'x': json['x'],
119
103
  'y': json['y'],
120
104
  'width': json['width'],
@@ -136,7 +120,6 @@ export function CertificateCanvasImageElementToJSONTyped(value?: CertificateCanv
136
120
  return {
137
121
 
138
122
  'id': value['id'],
139
- 'type': value['type'],
140
123
  'x': value['x'],
141
124
  'y': value['y'],
142
125
  'width': value['width'],
@@ -25,12 +25,6 @@ export interface CertificateCanvasLineElement {
25
25
  * @memberof CertificateCanvasLineElement
26
26
  */
27
27
  id: string;
28
- /**
29
- *
30
- * @type {CertificateCanvasLineElementTypeEnum}
31
- * @memberof CertificateCanvasLineElement
32
- */
33
- type: CertificateCanvasLineElementTypeEnum;
34
28
  /**
35
29
  *
36
30
  * @type {number}
@@ -69,22 +63,11 @@ export interface CertificateCanvasLineElement {
69
63
  strokeWidth: number;
70
64
  }
71
65
 
72
-
73
- /**
74
- * @export
75
- */
76
- export const CertificateCanvasLineElementTypeEnum = {
77
- Line: 'line'
78
- } as const;
79
- export type CertificateCanvasLineElementTypeEnum = typeof CertificateCanvasLineElementTypeEnum[keyof typeof CertificateCanvasLineElementTypeEnum];
80
-
81
-
82
66
  /**
83
67
  * Check if a given object implements the CertificateCanvasLineElement interface.
84
68
  */
85
69
  export function instanceOfCertificateCanvasLineElement(value: object): value is CertificateCanvasLineElement {
86
70
  if (!('id' in value) || value['id'] === undefined) return false;
87
- if (!('type' in value) || value['type'] === undefined) return false;
88
71
  if (!('x' in value) || value['x'] === undefined) return false;
89
72
  if (!('y' in value) || value['y'] === undefined) return false;
90
73
  if (!('width' in value) || value['width'] === undefined) return false;
@@ -105,7 +88,6 @@ export function CertificateCanvasLineElementFromJSONTyped(json: any, ignoreDiscr
105
88
  return {
106
89
 
107
90
  'id': json['id'],
108
- 'type': json['type'],
109
91
  'x': json['x'],
110
92
  'y': json['y'],
111
93
  'width': json['width'],
@@ -127,7 +109,6 @@ export function CertificateCanvasLineElementToJSONTyped(value?: CertificateCanva
127
109
  return {
128
110
 
129
111
  'id': value['id'],
130
- 'type': value['type'],
131
112
  'x': value['x'],
132
113
  'y': value['y'],
133
114
  'width': value['width'],
@@ -25,12 +25,6 @@ export interface CertificateCanvasPortalLogoElement {
25
25
  * @memberof CertificateCanvasPortalLogoElement
26
26
  */
27
27
  id: string;
28
- /**
29
- *
30
- * @type {CertificateCanvasPortalLogoElementTypeEnum}
31
- * @memberof CertificateCanvasPortalLogoElement
32
- */
33
- type: CertificateCanvasPortalLogoElementTypeEnum;
34
28
  /**
35
29
  *
36
30
  * @type {number}
@@ -57,22 +51,11 @@ export interface CertificateCanvasPortalLogoElement {
57
51
  height: number;
58
52
  }
59
53
 
60
-
61
- /**
62
- * @export
63
- */
64
- export const CertificateCanvasPortalLogoElementTypeEnum = {
65
- PortalLogo: 'portal_logo'
66
- } as const;
67
- export type CertificateCanvasPortalLogoElementTypeEnum = typeof CertificateCanvasPortalLogoElementTypeEnum[keyof typeof CertificateCanvasPortalLogoElementTypeEnum];
68
-
69
-
70
54
  /**
71
55
  * Check if a given object implements the CertificateCanvasPortalLogoElement interface.
72
56
  */
73
57
  export function instanceOfCertificateCanvasPortalLogoElement(value: object): value is CertificateCanvasPortalLogoElement {
74
58
  if (!('id' in value) || value['id'] === undefined) return false;
75
- if (!('type' in value) || value['type'] === undefined) return false;
76
59
  if (!('x' in value) || value['x'] === undefined) return false;
77
60
  if (!('y' in value) || value['y'] === undefined) return false;
78
61
  if (!('width' in value) || value['width'] === undefined) return false;
@@ -91,7 +74,6 @@ export function CertificateCanvasPortalLogoElementFromJSONTyped(json: any, ignor
91
74
  return {
92
75
 
93
76
  'id': json['id'],
94
- 'type': json['type'],
95
77
  'x': json['x'],
96
78
  'y': json['y'],
97
79
  'width': json['width'],
@@ -111,7 +93,6 @@ export function CertificateCanvasPortalLogoElementToJSONTyped(value?: Certificat
111
93
  return {
112
94
 
113
95
  'id': value['id'],
114
- 'type': value['type'],
115
96
  'x': value['x'],
116
97
  'y': value['y'],
117
98
  'width': value['width'],
@@ -25,12 +25,6 @@ export interface CertificateCanvasShapeElement {
25
25
  * @memberof CertificateCanvasShapeElement
26
26
  */
27
27
  id: string;
28
- /**
29
- *
30
- * @type {CertificateCanvasShapeElementTypeEnum}
31
- * @memberof CertificateCanvasShapeElement
32
- */
33
- type: CertificateCanvasShapeElementTypeEnum;
34
28
  /**
35
29
  *
36
30
  * @type {number}
@@ -75,22 +69,11 @@ export interface CertificateCanvasShapeElement {
75
69
  strokeWidth: number;
76
70
  }
77
71
 
78
-
79
- /**
80
- * @export
81
- */
82
- export const CertificateCanvasShapeElementTypeEnum = {
83
- Shape: 'shape'
84
- } as const;
85
- export type CertificateCanvasShapeElementTypeEnum = typeof CertificateCanvasShapeElementTypeEnum[keyof typeof CertificateCanvasShapeElementTypeEnum];
86
-
87
-
88
72
  /**
89
73
  * Check if a given object implements the CertificateCanvasShapeElement interface.
90
74
  */
91
75
  export function instanceOfCertificateCanvasShapeElement(value: object): value is CertificateCanvasShapeElement {
92
76
  if (!('id' in value) || value['id'] === undefined) return false;
93
- if (!('type' in value) || value['type'] === undefined) return false;
94
77
  if (!('x' in value) || value['x'] === undefined) return false;
95
78
  if (!('y' in value) || value['y'] === undefined) return false;
96
79
  if (!('width' in value) || value['width'] === undefined) return false;
@@ -112,7 +95,6 @@ export function CertificateCanvasShapeElementFromJSONTyped(json: any, ignoreDisc
112
95
  return {
113
96
 
114
97
  'id': json['id'],
115
- 'type': json['type'],
116
98
  'x': json['x'],
117
99
  'y': json['y'],
118
100
  'width': json['width'],
@@ -135,7 +117,6 @@ export function CertificateCanvasShapeElementToJSONTyped(value?: CertificateCanv
135
117
  return {
136
118
 
137
119
  'id': value['id'],
138
- 'type': value['type'],
139
120
  'x': value['x'],
140
121
  'y': value['y'],
141
122
  'width': value['width'],
@@ -25,12 +25,6 @@ export interface CertificateCanvasTextElement {
25
25
  * @memberof CertificateCanvasTextElement
26
26
  */
27
27
  id: string;
28
- /**
29
- *
30
- * @type {CertificateCanvasTextElementTypeEnum}
31
- * @memberof CertificateCanvasTextElement
32
- */
33
- type: CertificateCanvasTextElementTypeEnum;
34
28
  /**
35
29
  *
36
30
  * @type {number}
@@ -88,14 +82,6 @@ export interface CertificateCanvasTextElement {
88
82
  }
89
83
 
90
84
 
91
- /**
92
- * @export
93
- */
94
- export const CertificateCanvasTextElementTypeEnum = {
95
- Text: 'text'
96
- } as const;
97
- export type CertificateCanvasTextElementTypeEnum = typeof CertificateCanvasTextElementTypeEnum[keyof typeof CertificateCanvasTextElementTypeEnum];
98
-
99
85
  /**
100
86
  * @export
101
87
  */
@@ -120,7 +106,6 @@ export type CertificateCanvasTextElementAlignEnum = typeof CertificateCanvasText
120
106
  */
121
107
  export function instanceOfCertificateCanvasTextElement(value: object): value is CertificateCanvasTextElement {
122
108
  if (!('id' in value) || value['id'] === undefined) return false;
123
- if (!('type' in value) || value['type'] === undefined) return false;
124
109
  if (!('x' in value) || value['x'] === undefined) return false;
125
110
  if (!('y' in value) || value['y'] === undefined) return false;
126
111
  if (!('width' in value) || value['width'] === undefined) return false;
@@ -143,7 +128,6 @@ export function CertificateCanvasTextElementFromJSONTyped(json: any, ignoreDiscr
143
128
  return {
144
129
 
145
130
  'id': json['id'],
146
- 'type': json['type'],
147
131
  'x': json['x'],
148
132
  'y': json['y'],
149
133
  'width': json['width'],
@@ -168,7 +152,6 @@ export function CertificateCanvasTextElementToJSONTyped(value?: CertificateCanva
168
152
  return {
169
153
 
170
154
  'id': value['id'],
171
- 'type': value['type'],
172
155
  'x': value['x'],
173
156
  'y': value['y'],
174
157
  'width': value['width'],
@@ -25,12 +25,6 @@ export interface CertificateCanvasVerificationQrElement {
25
25
  * @memberof CertificateCanvasVerificationQrElement
26
26
  */
27
27
  id: string;
28
- /**
29
- *
30
- * @type {CertificateCanvasVerificationQrElementTypeEnum}
31
- * @memberof CertificateCanvasVerificationQrElement
32
- */
33
- type: CertificateCanvasVerificationQrElementTypeEnum;
34
28
  /**
35
29
  *
36
30
  * @type {number}
@@ -57,22 +51,11 @@ export interface CertificateCanvasVerificationQrElement {
57
51
  height: number;
58
52
  }
59
53
 
60
-
61
- /**
62
- * @export
63
- */
64
- export const CertificateCanvasVerificationQrElementTypeEnum = {
65
- VerificationQr: 'verification_qr'
66
- } as const;
67
- export type CertificateCanvasVerificationQrElementTypeEnum = typeof CertificateCanvasVerificationQrElementTypeEnum[keyof typeof CertificateCanvasVerificationQrElementTypeEnum];
68
-
69
-
70
54
  /**
71
55
  * Check if a given object implements the CertificateCanvasVerificationQrElement interface.
72
56
  */
73
57
  export function instanceOfCertificateCanvasVerificationQrElement(value: object): value is CertificateCanvasVerificationQrElement {
74
58
  if (!('id' in value) || value['id'] === undefined) return false;
75
- if (!('type' in value) || value['type'] === undefined) return false;
76
59
  if (!('x' in value) || value['x'] === undefined) return false;
77
60
  if (!('y' in value) || value['y'] === undefined) return false;
78
61
  if (!('width' in value) || value['width'] === undefined) return false;
@@ -91,7 +74,6 @@ export function CertificateCanvasVerificationQrElementFromJSONTyped(json: any, i
91
74
  return {
92
75
 
93
76
  'id': json['id'],
94
- 'type': json['type'],
95
77
  'x': json['x'],
96
78
  'y': json['y'],
97
79
  'width': json['width'],
@@ -111,7 +93,6 @@ export function CertificateCanvasVerificationQrElementToJSONTyped(value?: Certif
111
93
  return {
112
94
 
113
95
  'id': value['id'],
114
- 'type': value['type'],
115
96
  'x': value['x'],
116
97
  'y': value['y'],
117
98
  'width': value['width'],