@digital8/security-registers-backend-ts-sdk 0.0.101 → 0.0.102
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.
- package/README.md +2 -2
- package/dist/models/SecurityCompaniesListAllRequest.d.ts +1 -1
- package/dist/models/SecurityCompaniesListAllRequest.js +1 -1
- package/dist/models/SecurityCompaniesListRequest.d.ts +1 -1
- package/dist/models/SecurityCompaniesListRequest.js +1 -1
- package/dist/models/VenuesListAllRequest.d.ts +1 -1
- package/dist/models/VenuesListAllRequest.js +1 -1
- package/dist/models/VenuesListRequest.d.ts +1 -1
- package/dist/models/VenuesListRequest.js +1 -1
- package/package.json +1 -1
- package/src/models/SecurityCompaniesListAllRequest.ts +1 -1
- package/src/models/SecurityCompaniesListRequest.ts +1 -1
- package/src/models/VenuesListAllRequest.ts +1 -1
- package/src/models/VenuesListRequest.ts +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @digital8/security-registers-backend-ts-sdk@0.0.
|
|
1
|
+
## @digital8/security-registers-backend-ts-sdk@0.0.102
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @digital8/security-registers-backend-ts-sdk@0.0.
|
|
39
|
+
npm install @digital8/security-registers-backend-ts-sdk@0.0.102 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -88,7 +88,7 @@ export type SecurityCompaniesListAllRequestSortDirectionEnum = typeof SecurityCo
|
|
|
88
88
|
* @export
|
|
89
89
|
*/
|
|
90
90
|
export declare const SecurityCompaniesListAllRequestRelatedTypeEnum: {
|
|
91
|
-
readonly
|
|
91
|
+
readonly User: "user";
|
|
92
92
|
readonly Venue: "venue";
|
|
93
93
|
};
|
|
94
94
|
export type SecurityCompaniesListAllRequestRelatedTypeEnum = typeof SecurityCompaniesListAllRequestRelatedTypeEnum[keyof typeof SecurityCompaniesListAllRequestRelatedTypeEnum];
|
|
@@ -100,7 +100,7 @@ export type SecurityCompaniesListRequestSortDirectionEnum = typeof SecurityCompa
|
|
|
100
100
|
* @export
|
|
101
101
|
*/
|
|
102
102
|
export declare const SecurityCompaniesListRequestRelatedTypeEnum: {
|
|
103
|
-
readonly
|
|
103
|
+
readonly User: "user";
|
|
104
104
|
readonly Venue: "venue";
|
|
105
105
|
};
|
|
106
106
|
export type SecurityCompaniesListRequestRelatedTypeEnum = typeof SecurityCompaniesListRequestRelatedTypeEnum[keyof typeof SecurityCompaniesListRequestRelatedTypeEnum];
|
|
@@ -106,7 +106,7 @@ export type VenuesListAllRequestSortDirectionEnum = typeof VenuesListAllRequestS
|
|
|
106
106
|
* @export
|
|
107
107
|
*/
|
|
108
108
|
export declare const VenuesListAllRequestRelatedTypeEnum: {
|
|
109
|
-
readonly
|
|
109
|
+
readonly User: "user";
|
|
110
110
|
readonly SecurityCompany: "securityCompany";
|
|
111
111
|
};
|
|
112
112
|
export type VenuesListAllRequestRelatedTypeEnum = typeof VenuesListAllRequestRelatedTypeEnum[keyof typeof VenuesListAllRequestRelatedTypeEnum];
|
|
@@ -118,7 +118,7 @@ export type VenuesListRequestSortDirectionEnum = typeof VenuesListRequestSortDir
|
|
|
118
118
|
* @export
|
|
119
119
|
*/
|
|
120
120
|
export declare const VenuesListRequestRelatedTypeEnum: {
|
|
121
|
-
readonly
|
|
121
|
+
readonly User: "user";
|
|
122
122
|
readonly SecurityCompany: "securityCompany";
|
|
123
123
|
};
|
|
124
124
|
export type VenuesListRequestRelatedTypeEnum = typeof VenuesListRequestRelatedTypeEnum[keyof typeof VenuesListRequestRelatedTypeEnum];
|
package/package.json
CHANGED
|
@@ -96,7 +96,7 @@ export type SecurityCompaniesListAllRequestSortDirectionEnum = typeof SecurityCo
|
|
|
96
96
|
* @export
|
|
97
97
|
*/
|
|
98
98
|
export const SecurityCompaniesListAllRequestRelatedTypeEnum = {
|
|
99
|
-
|
|
99
|
+
User: 'user',
|
|
100
100
|
Venue: 'venue'
|
|
101
101
|
} as const;
|
|
102
102
|
export type SecurityCompaniesListAllRequestRelatedTypeEnum = typeof SecurityCompaniesListAllRequestRelatedTypeEnum[keyof typeof SecurityCompaniesListAllRequestRelatedTypeEnum];
|
|
@@ -108,7 +108,7 @@ export type SecurityCompaniesListRequestSortDirectionEnum = typeof SecurityCompa
|
|
|
108
108
|
* @export
|
|
109
109
|
*/
|
|
110
110
|
export const SecurityCompaniesListRequestRelatedTypeEnum = {
|
|
111
|
-
|
|
111
|
+
User: 'user',
|
|
112
112
|
Venue: 'venue'
|
|
113
113
|
} as const;
|
|
114
114
|
export type SecurityCompaniesListRequestRelatedTypeEnum = typeof SecurityCompaniesListRequestRelatedTypeEnum[keyof typeof SecurityCompaniesListRequestRelatedTypeEnum];
|
|
@@ -114,7 +114,7 @@ export type VenuesListAllRequestSortDirectionEnum = typeof VenuesListAllRequestS
|
|
|
114
114
|
* @export
|
|
115
115
|
*/
|
|
116
116
|
export const VenuesListAllRequestRelatedTypeEnum = {
|
|
117
|
-
|
|
117
|
+
User: 'user',
|
|
118
118
|
SecurityCompany: 'securityCompany'
|
|
119
119
|
} as const;
|
|
120
120
|
export type VenuesListAllRequestRelatedTypeEnum = typeof VenuesListAllRequestRelatedTypeEnum[keyof typeof VenuesListAllRequestRelatedTypeEnum];
|
|
@@ -126,7 +126,7 @@ export type VenuesListRequestSortDirectionEnum = typeof VenuesListRequestSortDir
|
|
|
126
126
|
* @export
|
|
127
127
|
*/
|
|
128
128
|
export const VenuesListRequestRelatedTypeEnum = {
|
|
129
|
-
|
|
129
|
+
User: 'user',
|
|
130
130
|
SecurityCompany: 'securityCompany'
|
|
131
131
|
} as const;
|
|
132
132
|
export type VenuesListRequestRelatedTypeEnum = typeof VenuesListRequestRelatedTypeEnum[keyof typeof VenuesListRequestRelatedTypeEnum];
|