@managespace/sdk 0.1.177 → 0.1.178

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.
@@ -1,98 +0,0 @@
1
- "use strict";
2
- // @ts-nocheck
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- /**
6
- * ManageSpace API
7
- * ManageSpace API Documentation
8
- *
9
- * The version of the OpenAPI document: 1.0.0
10
- *
11
- *
12
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13
- * https://openapi-generator.tech
14
- * Do not edit the class manually.
15
- */
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.instanceOfExtension = instanceOfExtension;
18
- exports.ExtensionFromJSON = ExtensionFromJSON;
19
- exports.ExtensionFromJSONTyped = ExtensionFromJSONTyped;
20
- exports.ExtensionToJSON = ExtensionToJSON;
21
- exports.ExtensionToJSONTyped = ExtensionToJSONTyped;
22
- const extension_org_1 = require("./extension-org");
23
- /**
24
- * Check if a given object implements the Extension interface.
25
- */
26
- function instanceOfExtension(value) {
27
- if (!('id' in value) || value['id'] === undefined)
28
- return false;
29
- if (!('name' in value) || value['name'] === undefined)
30
- return false;
31
- if (!('description' in value) || value['description'] === undefined)
32
- return false;
33
- if (!('author' in value) || value['author'] === undefined)
34
- return false;
35
- if (!('version' in value) || value['version'] === undefined)
36
- return false;
37
- if (!('bundlePath' in value) || value['bundlePath'] === undefined)
38
- return false;
39
- if (!('manifest' in value) || value['manifest'] === undefined)
40
- return false;
41
- if (!('navLabel' in value) || value['navLabel'] === undefined)
42
- return false;
43
- if (!('navIcon' in value) || value['navIcon'] === undefined)
44
- return false;
45
- if (!('navRoute' in value) || value['navRoute'] === undefined)
46
- return false;
47
- if (!('createdAt' in value) || value['createdAt'] === undefined)
48
- return false;
49
- if (!('updatedAt' in value) || value['updatedAt'] === undefined)
50
- return false;
51
- return true;
52
- }
53
- function ExtensionFromJSON(json) {
54
- return ExtensionFromJSONTyped(json, false);
55
- }
56
- function ExtensionFromJSONTyped(json, ignoreDiscriminator) {
57
- if (json == null) {
58
- return json;
59
- }
60
- return {
61
- 'id': json['id'],
62
- 'name': json['name'],
63
- 'description': json['description'],
64
- 'author': json['author'],
65
- 'version': json['version'],
66
- 'bundlePath': json['bundlePath'],
67
- 'manifest': json['manifest'],
68
- 'navLabel': json['navLabel'],
69
- 'navIcon': json['navIcon'],
70
- 'navRoute': json['navRoute'],
71
- 'createdAt': (new Date(json['createdAt'])),
72
- 'updatedAt': (json['updatedAt'] == null ? null : new Date(json['updatedAt'])),
73
- 'orgs': json['orgs'] == null ? undefined : (json['orgs'].map(extension_org_1.ExtensionOrgFromJSON)),
74
- };
75
- }
76
- function ExtensionToJSON(json) {
77
- return ExtensionToJSONTyped(json, false);
78
- }
79
- function ExtensionToJSONTyped(value, ignoreDiscriminator = false) {
80
- if (value == null) {
81
- return value;
82
- }
83
- return {
84
- 'id': value['id'],
85
- 'name': value['name'],
86
- 'description': value['description'],
87
- 'author': value['author'],
88
- 'version': value['version'],
89
- 'bundlePath': value['bundlePath'],
90
- 'manifest': value['manifest'],
91
- 'navLabel': value['navLabel'],
92
- 'navIcon': value['navIcon'],
93
- 'navRoute': value['navRoute'],
94
- 'createdAt': ((value['createdAt']).toISOString()),
95
- 'updatedAt': (value['updatedAt'] == null ? null : value['updatedAt'].toISOString()),
96
- 'orgs': value['orgs'] == null ? undefined : (value['orgs'].map(extension_org_1.ExtensionOrgToJSON)),
97
- };
98
- }
@@ -1,43 +0,0 @@
1
- /**
2
- * ManageSpace API
3
- * ManageSpace API Documentation
4
- *
5
- * The version of the OpenAPI document: 1.0.0
6
- *
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 UpdateDocumentType
16
- */
17
- export interface UpdateDocumentType {
18
- /**
19
- * The type of the document.
20
- * @type {string}
21
- * @memberof UpdateDocumentType
22
- */
23
- documentType: UpdateDocumentTypeDocumentType;
24
- }
25
- /**
26
- * @export
27
- */
28
- export declare const UpdateDocumentTypeDocumentType: {
29
- readonly Lease: "Lease";
30
- readonly ID: "ID";
31
- readonly Insurance: "Insurance";
32
- readonly AutoPay_Agreement: "AutoPay Agreement";
33
- };
34
- export type UpdateDocumentTypeDocumentType = typeof UpdateDocumentTypeDocumentType[keyof typeof UpdateDocumentTypeDocumentType];
35
- /**
36
- * Check if a given object implements the UpdateDocumentType interface.
37
- */
38
- export declare function instanceOfUpdateDocumentType(value: object): value is UpdateDocumentType;
39
- export declare function UpdateDocumentTypeFromJSON(json: any): UpdateDocumentType;
40
- export declare function UpdateDocumentTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateDocumentType;
41
- export declare function UpdateDocumentTypeToJSON(json: any): UpdateDocumentType;
42
- export declare function UpdateDocumentTypeToJSONTyped(value?: UpdateDocumentType | null, ignoreDiscriminator?: boolean): any;
43
- //# sourceMappingURL=update-document-type.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-document-type.d.ts","sourceRoot":"","sources":["../../../src/generated/models/update-document-type.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kBAAkB;IAC/B;;;;OAIG;IACH,YAAY,EAAE,8BAA8B,CAAC;CAChD;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;CAKjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kBAAkB,CAGvF;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAExE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kBAAkB,CAQ3G;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,kBAAkB,CAEtE;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,kBAAkB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1H"}
@@ -1,61 +0,0 @@
1
- "use strict";
2
- // @ts-nocheck
3
- /* tslint:disable */
4
- /* eslint-disable */
5
- /**
6
- * ManageSpace API
7
- * ManageSpace API Documentation
8
- *
9
- * The version of the OpenAPI document: 1.0.0
10
- *
11
- *
12
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13
- * https://openapi-generator.tech
14
- * Do not edit the class manually.
15
- */
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.UpdateDocumentTypeDocumentType = void 0;
18
- exports.instanceOfUpdateDocumentType = instanceOfUpdateDocumentType;
19
- exports.UpdateDocumentTypeFromJSON = UpdateDocumentTypeFromJSON;
20
- exports.UpdateDocumentTypeFromJSONTyped = UpdateDocumentTypeFromJSONTyped;
21
- exports.UpdateDocumentTypeToJSON = UpdateDocumentTypeToJSON;
22
- exports.UpdateDocumentTypeToJSONTyped = UpdateDocumentTypeToJSONTyped;
23
- /**
24
- * @export
25
- */
26
- exports.UpdateDocumentTypeDocumentType = {
27
- Lease: 'Lease',
28
- ID: 'ID',
29
- Insurance: 'Insurance',
30
- AutoPay_Agreement: 'AutoPay Agreement'
31
- };
32
- /**
33
- * Check if a given object implements the UpdateDocumentType interface.
34
- */
35
- function instanceOfUpdateDocumentType(value) {
36
- if (!('documentType' in value) || value['documentType'] === undefined)
37
- return false;
38
- return true;
39
- }
40
- function UpdateDocumentTypeFromJSON(json) {
41
- return UpdateDocumentTypeFromJSONTyped(json, false);
42
- }
43
- function UpdateDocumentTypeFromJSONTyped(json, ignoreDiscriminator) {
44
- if (json == null) {
45
- return json;
46
- }
47
- return {
48
- 'documentType': json['documentType'],
49
- };
50
- }
51
- function UpdateDocumentTypeToJSON(json) {
52
- return UpdateDocumentTypeToJSONTyped(json, false);
53
- }
54
- function UpdateDocumentTypeToJSONTyped(value, ignoreDiscriminator = false) {
55
- if (value == null) {
56
- return value;
57
- }
58
- return {
59
- 'documentType': value['documentType'],
60
- };
61
- }