@digital8/security-registers-backend-ts-sdk 0.0.709 → 0.0.711

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 (135) hide show
  1. package/.openapi-generator/FILES +1 -15
  2. package/README.md +2 -2
  3. package/dist/apis/GeneralApi.d.ts +5 -4
  4. package/dist/apis/GeneralApi.js +3 -1
  5. package/dist/models/AuthRegisterGuardRequestLicencesInner.d.ts +11 -3
  6. package/dist/models/AuthRegisterGuardRequestLicencesInner.js +11 -3
  7. package/dist/models/DevicesRegisterRequest.d.ts +10 -3
  8. package/dist/models/DevicesRegisterRequest.js +10 -3
  9. package/dist/models/ExportQueuedResource.d.ts +12 -3
  10. package/dist/models/ExportQueuedResource.js +12 -3
  11. package/dist/models/IncidentFieldSchemaResource.d.ts +21 -6
  12. package/dist/models/IncidentFieldSchemaResource.js +20 -6
  13. package/dist/models/IncidentVideoResource.d.ts +11 -3
  14. package/dist/models/IncidentVideoResource.js +11 -3
  15. package/dist/models/LicenceCheckLogResource.d.ts +15 -3
  16. package/dist/models/LicenceCheckLogResource.js +15 -3
  17. package/dist/models/LicenceListResource.d.ts +11 -3
  18. package/dist/models/LicenceListResource.js +11 -3
  19. package/dist/models/LicenceLiteResource.d.ts +11 -3
  20. package/dist/models/LicenceLiteResource.js +11 -3
  21. package/dist/models/LicenceResource.d.ts +11 -3
  22. package/dist/models/LicenceResource.js +11 -3
  23. package/dist/models/LicencesStoreRequest.d.ts +11 -3
  24. package/dist/models/LicencesStoreRequest.js +11 -3
  25. package/dist/models/LicencesUpdateRequest.d.ts +11 -3
  26. package/dist/models/LicencesUpdateRequest.js +11 -3
  27. package/dist/models/LicencesVerifyRequest.d.ts +11 -3
  28. package/dist/models/LicencesVerifyRequest.js +11 -3
  29. package/dist/models/MobileAppConfigRequest.d.ts +10 -3
  30. package/dist/models/MobileAppConfigRequest.js +10 -3
  31. package/dist/models/MobileAppConfigResource.d.ts +10 -3
  32. package/dist/models/MobileAppConfigResource.js +10 -3
  33. package/dist/models/MobileDeviceResource.d.ts +10 -3
  34. package/dist/models/MobileDeviceResource.js +10 -3
  35. package/dist/models/NotificationPreferenceResource.d.ts +17 -3
  36. package/dist/models/NotificationPreferenceResource.js +17 -3
  37. package/dist/models/NotificationPreferencesBulkRequestPreferencesInner.d.ts +17 -3
  38. package/dist/models/NotificationPreferencesBulkRequestPreferencesInner.js +17 -3
  39. package/dist/models/NotificationPreferencesStoreRequest.d.ts +17 -3
  40. package/dist/models/NotificationPreferencesStoreRequest.js +17 -3
  41. package/dist/models/PdfExportResource.d.ts +12 -3
  42. package/dist/models/PdfExportResource.js +12 -3
  43. package/dist/models/RegisterListResource.d.ts +11 -3
  44. package/dist/models/RegisterListResource.js +11 -3
  45. package/dist/models/RegisterResource.d.ts +11 -3
  46. package/dist/models/RegisterResource.js +11 -3
  47. package/dist/models/RegistersUpdateRequest.d.ts +11 -3
  48. package/dist/models/RegistersUpdateRequest.js +11 -3
  49. package/dist/models/RosterListResource.d.ts +11 -3
  50. package/dist/models/RosterListResource.js +11 -3
  51. package/dist/models/RosterResource.d.ts +11 -3
  52. package/dist/models/RosterResource.js +11 -3
  53. package/dist/models/RosterWithRegistersResource.d.ts +11 -3
  54. package/dist/models/RosterWithRegistersResource.js +11 -3
  55. package/dist/models/RostersUpdateRequest.d.ts +11 -3
  56. package/dist/models/RostersUpdateRequest.js +11 -3
  57. package/dist/models/VenuesSignedOnGuardsRequest.d.ts +32 -0
  58. package/dist/models/VenuesSignedOnGuardsRequest.js +49 -0
  59. package/dist/models/index.d.ts +1 -15
  60. package/dist/models/index.js +1 -15
  61. package/package.json +1 -1
  62. package/src/apis/GeneralApi.ts +11 -4
  63. package/src/models/AuthRegisterGuardRequestLicencesInner.ts +14 -11
  64. package/src/models/DevicesRegisterRequest.ts +13 -12
  65. package/src/models/ExportQueuedResource.ts +15 -12
  66. package/src/models/IncidentFieldSchemaResource.ts +27 -23
  67. package/src/models/IncidentVideoResource.ts +14 -12
  68. package/src/models/LicenceCheckLogResource.ts +18 -12
  69. package/src/models/LicenceListResource.ts +14 -11
  70. package/src/models/LicenceLiteResource.ts +14 -12
  71. package/src/models/LicenceResource.ts +14 -11
  72. package/src/models/LicencesStoreRequest.ts +14 -11
  73. package/src/models/LicencesUpdateRequest.ts +14 -11
  74. package/src/models/LicencesVerifyRequest.ts +14 -12
  75. package/src/models/MobileAppConfigRequest.ts +13 -12
  76. package/src/models/MobileAppConfigResource.ts +13 -12
  77. package/src/models/MobileDeviceResource.ts +13 -12
  78. package/src/models/NotificationPreferenceResource.ts +20 -11
  79. package/src/models/NotificationPreferencesBulkRequestPreferencesInner.ts +20 -12
  80. package/src/models/NotificationPreferencesStoreRequest.ts +20 -12
  81. package/src/models/PdfExportResource.ts +15 -12
  82. package/src/models/RegisterListResource.ts +14 -11
  83. package/src/models/RegisterResource.ts +14 -11
  84. package/src/models/RegistersUpdateRequest.ts +14 -11
  85. package/src/models/RosterListResource.ts +14 -11
  86. package/src/models/RosterResource.ts +14 -11
  87. package/src/models/RosterWithRegistersResource.ts +14 -11
  88. package/src/models/RostersUpdateRequest.ts +14 -12
  89. package/src/models/VenuesSignedOnGuardsRequest.ts +65 -0
  90. package/src/models/index.ts +1 -15
  91. package/dist/models/AustralianState.d.ts +0 -31
  92. package/dist/models/AustralianState.js +0 -57
  93. package/dist/models/IncidentSchemaType.d.ts +0 -25
  94. package/dist/models/IncidentSchemaType.js +0 -51
  95. package/dist/models/IncidentVideoStatus.d.ts +0 -26
  96. package/dist/models/IncidentVideoStatus.js +0 -52
  97. package/dist/models/LicenceCheckSource.d.ts +0 -30
  98. package/dist/models/LicenceCheckSource.js +0 -56
  99. package/dist/models/LicenceState.d.ts +0 -26
  100. package/dist/models/LicenceState.js +0 -52
  101. package/dist/models/LoginPlatform.d.ts +0 -25
  102. package/dist/models/LoginPlatform.js +0 -51
  103. package/dist/models/MobileDevicePlatform.d.ts +0 -25
  104. package/dist/models/MobileDevicePlatform.js +0 -51
  105. package/dist/models/NotificationStatus.d.ts +0 -25
  106. package/dist/models/NotificationStatus.js +0 -51
  107. package/dist/models/NotificationType.d.ts +0 -32
  108. package/dist/models/NotificationType.js +0 -58
  109. package/dist/models/PdfExportDownloadType.d.ts +0 -26
  110. package/dist/models/PdfExportDownloadType.js +0 -52
  111. package/dist/models/PdfExportKind.d.ts +0 -28
  112. package/dist/models/PdfExportKind.js +0 -54
  113. package/dist/models/PdfExportStatus.d.ts +0 -27
  114. package/dist/models/PdfExportStatus.js +0 -53
  115. package/dist/models/RecordSource.d.ts +0 -28
  116. package/dist/models/RecordSource.js +0 -54
  117. package/dist/models/SignOffStatus.d.ts +0 -26
  118. package/dist/models/SignOffStatus.js +0 -52
  119. package/dist/models/UserRole.d.ts +0 -29
  120. package/dist/models/UserRole.js +0 -55
  121. package/src/models/AustralianState.ts +0 -59
  122. package/src/models/IncidentSchemaType.ts +0 -53
  123. package/src/models/IncidentVideoStatus.ts +0 -54
  124. package/src/models/LicenceCheckSource.ts +0 -58
  125. package/src/models/LicenceState.ts +0 -54
  126. package/src/models/LoginPlatform.ts +0 -53
  127. package/src/models/MobileDevicePlatform.ts +0 -53
  128. package/src/models/NotificationStatus.ts +0 -53
  129. package/src/models/NotificationType.ts +0 -60
  130. package/src/models/PdfExportDownloadType.ts +0 -54
  131. package/src/models/PdfExportKind.ts +0 -56
  132. package/src/models/PdfExportStatus.ts +0 -55
  133. package/src/models/RecordSource.ts +0 -56
  134. package/src/models/SignOffStatus.ts +0 -54
  135. package/src/models/UserRole.ts +0 -57
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.AustralianState = void 0;
17
- exports.instanceOfAustralianState = instanceOfAustralianState;
18
- exports.AustralianStateFromJSON = AustralianStateFromJSON;
19
- exports.AustralianStateFromJSONTyped = AustralianStateFromJSONTyped;
20
- exports.AustralianStateToJSON = AustralianStateToJSON;
21
- exports.AustralianStateToJSONTyped = AustralianStateToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.AustralianState = {
27
- Qld: 'QLD',
28
- Nsw: 'NSW',
29
- Act: 'ACT',
30
- Vic: 'VIC',
31
- Tas: 'TAS',
32
- Sa: 'SA',
33
- Wa: 'WA',
34
- Nt: 'NT'
35
- };
36
- function instanceOfAustralianState(value) {
37
- for (var key in exports.AustralianState) {
38
- if (Object.prototype.hasOwnProperty.call(exports.AustralianState, key)) {
39
- if (exports.AustralianState[key] === value) {
40
- return true;
41
- }
42
- }
43
- }
44
- return false;
45
- }
46
- function AustralianStateFromJSON(json) {
47
- return AustralianStateFromJSONTyped(json, false);
48
- }
49
- function AustralianStateFromJSONTyped(json, ignoreDiscriminator) {
50
- return json;
51
- }
52
- function AustralianStateToJSON(value) {
53
- return value;
54
- }
55
- function AustralianStateToJSONTyped(value, ignoreDiscriminator) {
56
- return value;
57
- }
@@ -1,25 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const IncidentSchemaType: {
17
- readonly Liquor: "Liquor";
18
- readonly Gaming: "Gaming";
19
- };
20
- export type IncidentSchemaType = typeof IncidentSchemaType[keyof typeof IncidentSchemaType];
21
- export declare function instanceOfIncidentSchemaType(value: any): boolean;
22
- export declare function IncidentSchemaTypeFromJSON(json: any): IncidentSchemaType;
23
- export declare function IncidentSchemaTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): IncidentSchemaType;
24
- export declare function IncidentSchemaTypeToJSON(value?: IncidentSchemaType | null): any;
25
- export declare function IncidentSchemaTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): IncidentSchemaType;
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.IncidentSchemaType = void 0;
17
- exports.instanceOfIncidentSchemaType = instanceOfIncidentSchemaType;
18
- exports.IncidentSchemaTypeFromJSON = IncidentSchemaTypeFromJSON;
19
- exports.IncidentSchemaTypeFromJSONTyped = IncidentSchemaTypeFromJSONTyped;
20
- exports.IncidentSchemaTypeToJSON = IncidentSchemaTypeToJSON;
21
- exports.IncidentSchemaTypeToJSONTyped = IncidentSchemaTypeToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.IncidentSchemaType = {
27
- Liquor: 'Liquor',
28
- Gaming: 'Gaming'
29
- };
30
- function instanceOfIncidentSchemaType(value) {
31
- for (var key in exports.IncidentSchemaType) {
32
- if (Object.prototype.hasOwnProperty.call(exports.IncidentSchemaType, key)) {
33
- if (exports.IncidentSchemaType[key] === value) {
34
- return true;
35
- }
36
- }
37
- }
38
- return false;
39
- }
40
- function IncidentSchemaTypeFromJSON(json) {
41
- return IncidentSchemaTypeFromJSONTyped(json, false);
42
- }
43
- function IncidentSchemaTypeFromJSONTyped(json, ignoreDiscriminator) {
44
- return json;
45
- }
46
- function IncidentSchemaTypeToJSON(value) {
47
- return value;
48
- }
49
- function IncidentSchemaTypeToJSONTyped(value, ignoreDiscriminator) {
50
- return value;
51
- }
@@ -1,26 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const IncidentVideoStatus: {
17
- readonly Processing: "processing";
18
- readonly Ready: "ready";
19
- readonly Failed: "failed";
20
- };
21
- export type IncidentVideoStatus = typeof IncidentVideoStatus[keyof typeof IncidentVideoStatus];
22
- export declare function instanceOfIncidentVideoStatus(value: any): boolean;
23
- export declare function IncidentVideoStatusFromJSON(json: any): IncidentVideoStatus;
24
- export declare function IncidentVideoStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): IncidentVideoStatus;
25
- export declare function IncidentVideoStatusToJSON(value?: IncidentVideoStatus | null): any;
26
- export declare function IncidentVideoStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): IncidentVideoStatus;
@@ -1,52 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.IncidentVideoStatus = void 0;
17
- exports.instanceOfIncidentVideoStatus = instanceOfIncidentVideoStatus;
18
- exports.IncidentVideoStatusFromJSON = IncidentVideoStatusFromJSON;
19
- exports.IncidentVideoStatusFromJSONTyped = IncidentVideoStatusFromJSONTyped;
20
- exports.IncidentVideoStatusToJSON = IncidentVideoStatusToJSON;
21
- exports.IncidentVideoStatusToJSONTyped = IncidentVideoStatusToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.IncidentVideoStatus = {
27
- Processing: 'processing',
28
- Ready: 'ready',
29
- Failed: 'failed'
30
- };
31
- function instanceOfIncidentVideoStatus(value) {
32
- for (var key in exports.IncidentVideoStatus) {
33
- if (Object.prototype.hasOwnProperty.call(exports.IncidentVideoStatus, key)) {
34
- if (exports.IncidentVideoStatus[key] === value) {
35
- return true;
36
- }
37
- }
38
- }
39
- return false;
40
- }
41
- function IncidentVideoStatusFromJSON(json) {
42
- return IncidentVideoStatusFromJSONTyped(json, false);
43
- }
44
- function IncidentVideoStatusFromJSONTyped(json, ignoreDiscriminator) {
45
- return json;
46
- }
47
- function IncidentVideoStatusToJSON(value) {
48
- return value;
49
- }
50
- function IncidentVideoStatusToJSONTyped(value, ignoreDiscriminator) {
51
- return value;
52
- }
@@ -1,30 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const LicenceCheckSource: {
17
- readonly Cron: "cron";
18
- readonly SignOn: "sign_on";
19
- readonly ManualCreate: "manual_create";
20
- readonly ManualUpdate: "manual_update";
21
- readonly VerifyEndpoint: "verify_endpoint";
22
- readonly Signup: "signup";
23
- readonly Webhook: "webhook";
24
- };
25
- export type LicenceCheckSource = typeof LicenceCheckSource[keyof typeof LicenceCheckSource];
26
- export declare function instanceOfLicenceCheckSource(value: any): boolean;
27
- export declare function LicenceCheckSourceFromJSON(json: any): LicenceCheckSource;
28
- export declare function LicenceCheckSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): LicenceCheckSource;
29
- export declare function LicenceCheckSourceToJSON(value?: LicenceCheckSource | null): any;
30
- export declare function LicenceCheckSourceToJSONTyped(value: any, ignoreDiscriminator: boolean): LicenceCheckSource;
@@ -1,56 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.LicenceCheckSource = void 0;
17
- exports.instanceOfLicenceCheckSource = instanceOfLicenceCheckSource;
18
- exports.LicenceCheckSourceFromJSON = LicenceCheckSourceFromJSON;
19
- exports.LicenceCheckSourceFromJSONTyped = LicenceCheckSourceFromJSONTyped;
20
- exports.LicenceCheckSourceToJSON = LicenceCheckSourceToJSON;
21
- exports.LicenceCheckSourceToJSONTyped = LicenceCheckSourceToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.LicenceCheckSource = {
27
- Cron: 'cron',
28
- SignOn: 'sign_on',
29
- ManualCreate: 'manual_create',
30
- ManualUpdate: 'manual_update',
31
- VerifyEndpoint: 'verify_endpoint',
32
- Signup: 'signup',
33
- Webhook: 'webhook'
34
- };
35
- function instanceOfLicenceCheckSource(value) {
36
- for (var key in exports.LicenceCheckSource) {
37
- if (Object.prototype.hasOwnProperty.call(exports.LicenceCheckSource, key)) {
38
- if (exports.LicenceCheckSource[key] === value) {
39
- return true;
40
- }
41
- }
42
- }
43
- return false;
44
- }
45
- function LicenceCheckSourceFromJSON(json) {
46
- return LicenceCheckSourceFromJSONTyped(json, false);
47
- }
48
- function LicenceCheckSourceFromJSONTyped(json, ignoreDiscriminator) {
49
- return json;
50
- }
51
- function LicenceCheckSourceToJSON(value) {
52
- return value;
53
- }
54
- function LicenceCheckSourceToJSONTyped(value, ignoreDiscriminator) {
55
- return value;
56
- }
@@ -1,26 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const LicenceState: {
17
- readonly Qld: "QLD";
18
- readonly Nsw: "NSW";
19
- readonly Vic: "VIC";
20
- };
21
- export type LicenceState = typeof LicenceState[keyof typeof LicenceState];
22
- export declare function instanceOfLicenceState(value: any): boolean;
23
- export declare function LicenceStateFromJSON(json: any): LicenceState;
24
- export declare function LicenceStateFromJSONTyped(json: any, ignoreDiscriminator: boolean): LicenceState;
25
- export declare function LicenceStateToJSON(value?: LicenceState | null): any;
26
- export declare function LicenceStateToJSONTyped(value: any, ignoreDiscriminator: boolean): LicenceState;
@@ -1,52 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.LicenceState = void 0;
17
- exports.instanceOfLicenceState = instanceOfLicenceState;
18
- exports.LicenceStateFromJSON = LicenceStateFromJSON;
19
- exports.LicenceStateFromJSONTyped = LicenceStateFromJSONTyped;
20
- exports.LicenceStateToJSON = LicenceStateToJSON;
21
- exports.LicenceStateToJSONTyped = LicenceStateToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.LicenceState = {
27
- Qld: 'QLD',
28
- Nsw: 'NSW',
29
- Vic: 'VIC'
30
- };
31
- function instanceOfLicenceState(value) {
32
- for (var key in exports.LicenceState) {
33
- if (Object.prototype.hasOwnProperty.call(exports.LicenceState, key)) {
34
- if (exports.LicenceState[key] === value) {
35
- return true;
36
- }
37
- }
38
- }
39
- return false;
40
- }
41
- function LicenceStateFromJSON(json) {
42
- return LicenceStateFromJSONTyped(json, false);
43
- }
44
- function LicenceStateFromJSONTyped(json, ignoreDiscriminator) {
45
- return json;
46
- }
47
- function LicenceStateToJSON(value) {
48
- return value;
49
- }
50
- function LicenceStateToJSONTyped(value, ignoreDiscriminator) {
51
- return value;
52
- }
@@ -1,25 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const LoginPlatform: {
17
- readonly App: "app";
18
- readonly Web: "web";
19
- };
20
- export type LoginPlatform = typeof LoginPlatform[keyof typeof LoginPlatform];
21
- export declare function instanceOfLoginPlatform(value: any): boolean;
22
- export declare function LoginPlatformFromJSON(json: any): LoginPlatform;
23
- export declare function LoginPlatformFromJSONTyped(json: any, ignoreDiscriminator: boolean): LoginPlatform;
24
- export declare function LoginPlatformToJSON(value?: LoginPlatform | null): any;
25
- export declare function LoginPlatformToJSONTyped(value: any, ignoreDiscriminator: boolean): LoginPlatform;
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.LoginPlatform = void 0;
17
- exports.instanceOfLoginPlatform = instanceOfLoginPlatform;
18
- exports.LoginPlatformFromJSON = LoginPlatformFromJSON;
19
- exports.LoginPlatformFromJSONTyped = LoginPlatformFromJSONTyped;
20
- exports.LoginPlatformToJSON = LoginPlatformToJSON;
21
- exports.LoginPlatformToJSONTyped = LoginPlatformToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.LoginPlatform = {
27
- App: 'app',
28
- Web: 'web'
29
- };
30
- function instanceOfLoginPlatform(value) {
31
- for (var key in exports.LoginPlatform) {
32
- if (Object.prototype.hasOwnProperty.call(exports.LoginPlatform, key)) {
33
- if (exports.LoginPlatform[key] === value) {
34
- return true;
35
- }
36
- }
37
- }
38
- return false;
39
- }
40
- function LoginPlatformFromJSON(json) {
41
- return LoginPlatformFromJSONTyped(json, false);
42
- }
43
- function LoginPlatformFromJSONTyped(json, ignoreDiscriminator) {
44
- return json;
45
- }
46
- function LoginPlatformToJSON(value) {
47
- return value;
48
- }
49
- function LoginPlatformToJSONTyped(value, ignoreDiscriminator) {
50
- return value;
51
- }
@@ -1,25 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const MobileDevicePlatform: {
17
- readonly Ios: "ios";
18
- readonly Android: "android";
19
- };
20
- export type MobileDevicePlatform = typeof MobileDevicePlatform[keyof typeof MobileDevicePlatform];
21
- export declare function instanceOfMobileDevicePlatform(value: any): boolean;
22
- export declare function MobileDevicePlatformFromJSON(json: any): MobileDevicePlatform;
23
- export declare function MobileDevicePlatformFromJSONTyped(json: any, ignoreDiscriminator: boolean): MobileDevicePlatform;
24
- export declare function MobileDevicePlatformToJSON(value?: MobileDevicePlatform | null): any;
25
- export declare function MobileDevicePlatformToJSONTyped(value: any, ignoreDiscriminator: boolean): MobileDevicePlatform;
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.MobileDevicePlatform = void 0;
17
- exports.instanceOfMobileDevicePlatform = instanceOfMobileDevicePlatform;
18
- exports.MobileDevicePlatformFromJSON = MobileDevicePlatformFromJSON;
19
- exports.MobileDevicePlatformFromJSONTyped = MobileDevicePlatformFromJSONTyped;
20
- exports.MobileDevicePlatformToJSON = MobileDevicePlatformToJSON;
21
- exports.MobileDevicePlatformToJSONTyped = MobileDevicePlatformToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.MobileDevicePlatform = {
27
- Ios: 'ios',
28
- Android: 'android'
29
- };
30
- function instanceOfMobileDevicePlatform(value) {
31
- for (var key in exports.MobileDevicePlatform) {
32
- if (Object.prototype.hasOwnProperty.call(exports.MobileDevicePlatform, key)) {
33
- if (exports.MobileDevicePlatform[key] === value) {
34
- return true;
35
- }
36
- }
37
- }
38
- return false;
39
- }
40
- function MobileDevicePlatformFromJSON(json) {
41
- return MobileDevicePlatformFromJSONTyped(json, false);
42
- }
43
- function MobileDevicePlatformFromJSONTyped(json, ignoreDiscriminator) {
44
- return json;
45
- }
46
- function MobileDevicePlatformToJSON(value) {
47
- return value;
48
- }
49
- function MobileDevicePlatformToJSONTyped(value, ignoreDiscriminator) {
50
- return value;
51
- }
@@ -1,25 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const NotificationStatus: {
17
- readonly Sent: "sent";
18
- readonly Failed: "failed";
19
- };
20
- export type NotificationStatus = typeof NotificationStatus[keyof typeof NotificationStatus];
21
- export declare function instanceOfNotificationStatus(value: any): boolean;
22
- export declare function NotificationStatusFromJSON(json: any): NotificationStatus;
23
- export declare function NotificationStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationStatus;
24
- export declare function NotificationStatusToJSON(value?: NotificationStatus | null): any;
25
- export declare function NotificationStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): NotificationStatus;
@@ -1,51 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Security Registers API
6
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
7
- *
8
- * The version of the OpenAPI document: 1.0.0
9
- *
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.NotificationStatus = void 0;
17
- exports.instanceOfNotificationStatus = instanceOfNotificationStatus;
18
- exports.NotificationStatusFromJSON = NotificationStatusFromJSON;
19
- exports.NotificationStatusFromJSONTyped = NotificationStatusFromJSONTyped;
20
- exports.NotificationStatusToJSON = NotificationStatusToJSON;
21
- exports.NotificationStatusToJSONTyped = NotificationStatusToJSONTyped;
22
- /**
23
- *
24
- * @export
25
- */
26
- exports.NotificationStatus = {
27
- Sent: 'sent',
28
- Failed: 'failed'
29
- };
30
- function instanceOfNotificationStatus(value) {
31
- for (var key in exports.NotificationStatus) {
32
- if (Object.prototype.hasOwnProperty.call(exports.NotificationStatus, key)) {
33
- if (exports.NotificationStatus[key] === value) {
34
- return true;
35
- }
36
- }
37
- }
38
- return false;
39
- }
40
- function NotificationStatusFromJSON(json) {
41
- return NotificationStatusFromJSONTyped(json, false);
42
- }
43
- function NotificationStatusFromJSONTyped(json, ignoreDiscriminator) {
44
- return json;
45
- }
46
- function NotificationStatusToJSON(value) {
47
- return value;
48
- }
49
- function NotificationStatusToJSONTyped(value, ignoreDiscriminator) {
50
- return value;
51
- }
@@ -1,32 +0,0 @@
1
- /**
2
- * Security Registers API
3
- * API for the Security Registers compliance platform: guard rosters, sign-on/off registers, incidents, and licence verification.
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
- */
16
- export declare const NotificationType: {
17
- readonly IncidentAdded: "incident_added";
18
- readonly IncidentPendingReminder: "incident_pending_reminder";
19
- readonly NonSignOff: "non_sign_off";
20
- readonly NonSignOn: "non_sign_on";
21
- readonly SignOnRejected: "sign_on_rejected";
22
- readonly LicenceUpdated: "licence_updated";
23
- readonly LicenceExpiringSoon: "licence_expiring_soon";
24
- readonly ExportReady: "export_ready";
25
- readonly ExportFailed: "export_failed";
26
- };
27
- export type NotificationType = typeof NotificationType[keyof typeof NotificationType];
28
- export declare function instanceOfNotificationType(value: any): boolean;
29
- export declare function NotificationTypeFromJSON(json: any): NotificationType;
30
- export declare function NotificationTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationType;
31
- export declare function NotificationTypeToJSON(value?: NotificationType | null): any;
32
- export declare function NotificationTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): NotificationType;