@api-client/core 0.19.38 → 0.19.39
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/package.json
CHANGED
package/src/sdk/SdkMock.ts
CHANGED
|
@@ -1515,7 +1515,7 @@ export class SdkMock {
|
|
|
1515
1515
|
const filter = this.decodeFilter(query.filter)
|
|
1516
1516
|
const schema: Partial<DeploymentSchema> = {}
|
|
1517
1517
|
if (isAtomicFilter(filter)) {
|
|
1518
|
-
if (
|
|
1518
|
+
if (filter.field === 'fid') {
|
|
1519
1519
|
if (filter.operator === 'eq') {
|
|
1520
1520
|
schema.apiId = filter.value as string
|
|
1521
1521
|
}
|