@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 +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/services.d.mts +1 -1
- package/dist/services.d.ts +1 -1
- package/package.json +1 -1
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?:
|
|
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?:
|
|
572
|
+
flightNumber?: string;
|
|
573
573
|
}, unknown>;
|
|
574
574
|
|
|
575
575
|
declare const useDeleteEntity: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
|
package/dist/services.d.mts
CHANGED
|
@@ -438,7 +438,7 @@ declare const serviceFactories: readonly [(env: any) => {
|
|
|
438
438
|
configId: number;
|
|
439
439
|
service?: string;
|
|
440
440
|
xNode?: string;
|
|
441
|
-
flightNumber?:
|
|
441
|
+
flightNumber?: string;
|
|
442
442
|
}) => any;
|
|
443
443
|
}, (env: any) => {
|
|
444
444
|
deleteEntity: ({ model, ids, xNode, service, method, supaCallback, }: {
|
package/dist/services.d.ts
CHANGED
|
@@ -438,7 +438,7 @@ declare const serviceFactories: readonly [(env: any) => {
|
|
|
438
438
|
configId: number;
|
|
439
439
|
service?: string;
|
|
440
440
|
xNode?: string;
|
|
441
|
-
flightNumber?:
|
|
441
|
+
flightNumber?: string;
|
|
442
442
|
}) => any;
|
|
443
443
|
}, (env: any) => {
|
|
444
444
|
deleteEntity: ({ model, ids, xNode, service, method, supaCallback, }: {
|