attlaz-client 1.34.0 → 1.34.1
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/Client.d.ts +0 -2
- package/dist/Client.js +0 -3
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/Client.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OAuthClientToken } from './Http/OAuthClientToken.js';
|
|
2
|
-
import { RunnerEndpoint } from './Service/RunnerEndpoint.js';
|
|
3
2
|
import { AdapterEndpoint } from './Service/AdapterEndpoint.js';
|
|
4
3
|
import { ProjectEnvironmentEndpoint } from './Service/ProjectEnvironmentEndpoint.js';
|
|
5
4
|
import { ProjectEndpoint } from './Service/ProjectEndpoint.js';
|
|
@@ -70,7 +69,6 @@ export declare class Client {
|
|
|
70
69
|
getTriggerEndpoint(): TriggerEndpoint;
|
|
71
70
|
getUserEndpoint(): UserEndpoint;
|
|
72
71
|
getWorkspaceMemberEndpoint(): WorkspaceMemberEndpoint;
|
|
73
|
-
getWorkerEndpoint(): RunnerEndpoint;
|
|
74
72
|
getSourcesAccountEndpoint(): SourcesAccountEndpoint;
|
|
75
73
|
getLanguageEndpoint(): PlatformLanguageEndpoint;
|
|
76
74
|
getStorageEndpoint(): StorageEndpoint;
|
package/dist/Client.js
CHANGED
|
@@ -181,9 +181,6 @@ export class Client {
|
|
|
181
181
|
getWorkspaceMemberEndpoint() {
|
|
182
182
|
return this.getEndpoint('member', this.Store.WorkspaceMemberEndpoint);
|
|
183
183
|
}
|
|
184
|
-
getWorkerEndpoint() {
|
|
185
|
-
return this.getEndpoint('worker', this.Store.WorkerEndpoint);
|
|
186
|
-
}
|
|
187
184
|
getSourcesAccountEndpoint() {
|
|
188
185
|
return this.getEndpoint('sources-account', this.Store.SourcesAccountEndpoint);
|
|
189
186
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.34.0";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "1.
|
|
1
|
+
export const VERSION = "1.34.0";
|