@fusebase/fusebase-gate-sdk 2.2.15-sdk.0 → 2.2.15-sdk.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.
@@ -11,12 +11,12 @@ export declare class AppApisApi {
11
11
  constructor(client: Client);
12
12
  /**
13
13
  * Describe app API operation
14
- * Returns one published app API operation for the requested app feature and operation id.
14
+ * Returns one published app API operation for the requested app and operation id.
15
15
  */
16
16
  getAppApiOperation(params: {
17
17
  path: {
18
18
  orgId: orgIdInPathRequired;
19
- appFeatureId: string;
19
+ appId: string;
20
20
  operationId: string;
21
21
  };
22
22
  headers?: Record<string, string>;
@@ -30,8 +30,8 @@ export declare class AppApisApi {
30
30
  orgId: orgIdInPathRequired;
31
31
  };
32
32
  query?: {
33
+ productId?: string;
33
34
  appId?: string;
34
- appFeatureId?: string;
35
35
  visibility?: string;
36
36
  limit?: number;
37
37
  };
@@ -13,12 +13,12 @@ class AppApisApi {
13
13
  }
14
14
  /**
15
15
  * Describe app API operation
16
- * Returns one published app API operation for the requested app feature and operation id.
16
+ * Returns one published app API operation for the requested app and operation id.
17
17
  */
18
18
  async getAppApiOperation(params) {
19
19
  return this.client.request({
20
20
  method: "GET",
21
- path: "/:orgId/app-features/:appFeatureId/app-apis/:operationId",
21
+ path: "/:orgId/apps/:appId/app-apis/:operationId",
22
22
  pathParams: params.path,
23
23
  headers: params.headers,
24
24
  opId: "getAppApiOperation",
@@ -1,8 +1,8 @@
1
1
  export interface AppApiOperationContract {
2
2
  id?: number;
3
3
  orgId: string;
4
+ productId: string;
4
5
  appId: string;
5
- appFeatureId: string;
6
6
  operationId: string;
7
7
  method: string;
8
8
  path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fusebase/fusebase-gate-sdk",
3
- "version": "2.2.15-sdk.0",
3
+ "version": "2.2.15-sdk.1",
4
4
  "description": "TypeScript SDK for Fusebase Gate APIs - Generated from contract introspection",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -0,0 +1,9 @@
1
+ # Release Notes 2.2.15-sdk.1
2
+
3
+ - Current ref: `HEAD`
4
+ - Previous tag: `v2.2.15-sdk.1`
5
+ - Generated at: 2026-05-13T08:53:34.603Z
6
+
7
+ ## Included Drafts
8
+
9
+ - None
@@ -1,8 +1,8 @@
1
- # Release Notes 2.2.15-sdk.0
1
+ # Release Notes 2.2.15-sdk.1
2
2
 
3
3
  - Current ref: `HEAD`
4
- - Previous tag: `v2.2.15-sdk.0`
5
- - Generated at: 2026-05-11T11:37:49.510Z
4
+ - Previous tag: `v2.2.15-sdk.1`
5
+ - Generated at: 2026-05-13T08:53:34.603Z
6
6
 
7
7
  ## Included Drafts
8
8
 
@@ -1,9 +0,0 @@
1
- # Release Notes 2.2.15-sdk.0
2
-
3
- - Current ref: `HEAD`
4
- - Previous tag: `v2.2.15-sdk.0`
5
- - Generated at: 2026-05-11T11:37:49.510Z
6
-
7
- ## Included Drafts
8
-
9
- - None