@fctc/interface-logic 5.3.3 → 5.3.4

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/hooks.d.mts CHANGED
@@ -569,7 +569,7 @@ declare const useCreateSession: () => _tanstack_react_query.UseMutationResult<un
569
569
  configId: number;
570
570
  service?: string;
571
571
  xNode?: string;
572
- flightNumber?: number;
572
+ flightNumber?: string;
573
573
  }, unknown>;
574
574
 
575
575
  declare const useDeleteEntity: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
package/dist/hooks.d.ts CHANGED
@@ -569,7 +569,7 @@ declare const useCreateSession: () => _tanstack_react_query.UseMutationResult<un
569
569
  configId: number;
570
570
  service?: string;
571
571
  xNode?: string;
572
- flightNumber?: number;
572
+ flightNumber?: string;
573
573
  }, unknown>;
574
574
 
575
575
  declare const useDeleteEntity: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
@@ -438,7 +438,7 @@ declare const serviceFactories: readonly [(env: any) => {
438
438
  configId: number;
439
439
  service?: string;
440
440
  xNode?: string;
441
- flightNumber?: number;
441
+ flightNumber?: string;
442
442
  }) => any;
443
443
  }, (env: any) => {
444
444
  deleteEntity: ({ model, ids, xNode, service, method, supaCallback, }: {
@@ -438,7 +438,7 @@ declare const serviceFactories: readonly [(env: any) => {
438
438
  configId: number;
439
439
  service?: string;
440
440
  xNode?: string;
441
- flightNumber?: number;
441
+ flightNumber?: string;
442
442
  }) => any;
443
443
  }, (env: any) => {
444
444
  deleteEntity: ({ model, ids, xNode, service, method, supaCallback, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "5.3.3",
3
+ "version": "5.3.4",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",