@closerplatform/spinner-openapi 0.12.433 → 0.12.435
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/dist/api.d.ts +0 -13
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -7236,19 +7236,6 @@ export interface WorkingHours {
|
|
|
7236
7236
|
*/
|
|
7237
7237
|
durationSeconds: number;
|
|
7238
7238
|
}
|
|
7239
|
-
/**
|
|
7240
|
-
*
|
|
7241
|
-
* @export
|
|
7242
|
-
* @interface XVaultToken
|
|
7243
|
-
*/
|
|
7244
|
-
export interface XVaultToken {
|
|
7245
|
-
/**
|
|
7246
|
-
*
|
|
7247
|
-
* @type {string}
|
|
7248
|
-
* @memberof XVaultToken
|
|
7249
|
-
*/
|
|
7250
|
-
token: string;
|
|
7251
|
-
}
|
|
7252
7239
|
/**
|
|
7253
7240
|
* AgentGroupsApi - fetch parameter creator
|
|
7254
7241
|
* @export
|