@extrahorizon/javascript-sdk 8.13.0-dev-187-7713c3b → 8.13.0-dev-189-7998bb7

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.
@@ -5693,7 +5693,7 @@ const templatesV2Service = (httpWithAuth) => {
5693
5693
  };
5694
5694
  };
5695
5695
 
5696
- const version = '8.13.0-dev-187-7713c3b';
5696
+ const version = '8.13.0-dev-189-7998bb7';
5697
5697
 
5698
5698
  /**
5699
5699
  * Create ExtraHorizon client.
package/build/index.mjs CHANGED
@@ -5663,7 +5663,7 @@ const templatesV2Service = (httpWithAuth) => {
5663
5663
  };
5664
5664
  };
5665
5665
 
5666
- const version = '8.13.0-dev-187-7713c3b';
5666
+ const version = '8.13.0-dev-189-7998bb7';
5667
5667
 
5668
5668
  /**
5669
5669
  * Create ExtraHorizon client.
@@ -19,6 +19,7 @@ export interface AuthOauth2Service {
19
19
  *
20
20
  * Permission | Scope | Effect
21
21
  * - | - | -
22
+ * none | | Can only see a list of OAuth2 authorizations for this account
22
23
  * VIEW_AUTHORIZATIONS | global | **Required** for this endpoint
23
24
  * @see https://swagger.extrahorizon.com/swagger-ui/?url=https://swagger.extrahorizon.com/auth-service/2.0.4-dev/openapi.yaml#/OAuth2/get_oauth2_authorizations
24
25
  */
@@ -28,6 +29,7 @@ export interface AuthOauth2Service {
28
29
  *
29
30
  * Permission | Scope | Effect
30
31
  * - | - | -
32
+ * none | | Can only delete OAuth2 authorizations for this account
31
33
  * DELETE_AUTHORIZATIONS | global | **Required** for this endpoint
32
34
  * @see https://swagger.extrahorizon.com/swagger-ui/?url=https://swagger.extrahorizon.com/auth-service/2.0.4-dev/openapi.yaml#/OAuth2/delete_oauth2_authorizations__authorizationId_
33
35
  * @throws {ResourceUnknownError}
@@ -76,6 +78,7 @@ export interface AuthOauth2TokenService {
76
78
  *
77
79
  * Permission | Scope | Effect
78
80
  * - | - | -
81
+ * none | | Can only delete OAuth2 tokens for this account
79
82
  * DELETE_AUTHORIZATIONS | | Required for this endpoint
80
83
  */
81
84
  remove(id: string): Promise<AffectedRecords>;
@@ -135,6 +138,7 @@ export interface OAuth2RefreshTokenService {
135
138
  *
136
139
  * Permission | Scope | Effect
137
140
  * - | - | -
141
+ * none | | Can only delete OAuth2 refresh tokens for this account
138
142
  * DELETE_OAUTH2_REFRESH_TOKEN or DELETE_AUTHORIZATIONS | global | Required for this endpoint
139
143
  * Using DELETE_AUTHORIZATIONS for this endpoint is deprecated; use DELETE_OAUTH2_REFRESH_TOKEN instead
140
144
  * @param id the refresh token id
@@ -19,6 +19,7 @@ export interface AuthOauth2Service {
19
19
  *
20
20
  * Permission | Scope | Effect
21
21
  * - | - | -
22
+ * none | | Can only see a list of OAuth2 authorizations for this account
22
23
  * VIEW_AUTHORIZATIONS | global | **Required** for this endpoint
23
24
  * @see https://swagger.extrahorizon.com/swagger-ui/?url=https://swagger.extrahorizon.com/auth-service/2.0.4-dev/openapi.yaml#/OAuth2/get_oauth2_authorizations
24
25
  */
@@ -28,6 +29,7 @@ export interface AuthOauth2Service {
28
29
  *
29
30
  * Permission | Scope | Effect
30
31
  * - | - | -
32
+ * none | | Can only delete OAuth2 authorizations for this account
31
33
  * DELETE_AUTHORIZATIONS | global | **Required** for this endpoint
32
34
  * @see https://swagger.extrahorizon.com/swagger-ui/?url=https://swagger.extrahorizon.com/auth-service/2.0.4-dev/openapi.yaml#/OAuth2/delete_oauth2_authorizations__authorizationId_
33
35
  * @throws {ResourceUnknownError}
@@ -76,6 +78,7 @@ export interface AuthOauth2TokenService {
76
78
  *
77
79
  * Permission | Scope | Effect
78
80
  * - | - | -
81
+ * none | | Can only delete OAuth2 tokens for this account
79
82
  * DELETE_AUTHORIZATIONS | | Required for this endpoint
80
83
  */
81
84
  remove(id: string): Promise<AffectedRecords>;
@@ -135,6 +138,7 @@ export interface OAuth2RefreshTokenService {
135
138
  *
136
139
  * Permission | Scope | Effect
137
140
  * - | - | -
141
+ * none | | Can only delete OAuth2 refresh tokens for this account
138
142
  * DELETE_OAUTH2_REFRESH_TOKEN or DELETE_AUTHORIZATIONS | global | Required for this endpoint
139
143
  * Using DELETE_AUTHORIZATIONS for this endpoint is deprecated; use DELETE_OAUTH2_REFRESH_TOKEN instead
140
144
  * @param id the refresh token id
@@ -1 +1 @@
1
- export declare const version = "8.13.0-dev-187-7713c3b";
1
+ export declare const version = "8.13.0-dev-189-7998bb7";
@@ -1 +1 @@
1
- export declare const version = "8.13.0-dev-187-7713c3b";
1
+ export declare const version = "8.13.0-dev-189-7998bb7";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/javascript-sdk",
3
- "version": "8.13.0-dev-187-7713c3b",
3
+ "version": "8.13.0-dev-189-7998bb7",
4
4
  "description": "This package serves as a JavaScript wrapper around all Extra Horizon cloud services.",
5
5
  "main": "build/index.cjs.js",
6
6
  "types": "build/types/index.d.ts",