@postman-cse/onboarding-repo-sync 2.3.0 → 2.3.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.
- package/dist/action.cjs +1 -0
- package/dist/cli.cjs +1 -0
- package/dist/index.cjs +1 -0
- package/package.json +1 -1
package/dist/action.cjs
CHANGED
|
@@ -140950,6 +140950,7 @@ function createRepoSyncDependencies(inputs, resolved, factories, options = {}) {
|
|
|
140950
140950
|
// uid (the gateway services key access off it, exactly like the public REST
|
|
140951
140951
|
// API); the bare model id 403s "request access from the collection editor".
|
|
140952
140952
|
createMock: gatewayAssets.createMock.bind(gatewayAssets),
|
|
140953
|
+
configurePrivateMockRuntimeAuth: gatewayAssets.configurePrivateMockRuntimeAuth.bind(gatewayAssets),
|
|
140953
140954
|
listMocks: gatewayAssets.listMocks.bind(gatewayAssets),
|
|
140954
140955
|
mockExists: gatewayAssets.mockExists.bind(gatewayAssets),
|
|
140955
140956
|
findMockByCollection: gatewayAssets.findMockByCollection.bind(gatewayAssets),
|
package/dist/cli.cjs
CHANGED
|
@@ -138858,6 +138858,7 @@ function createRepoSyncDependencies(inputs, resolved, factories, options = {}) {
|
|
|
138858
138858
|
// uid (the gateway services key access off it, exactly like the public REST
|
|
138859
138859
|
// API); the bare model id 403s "request access from the collection editor".
|
|
138860
138860
|
createMock: gatewayAssets.createMock.bind(gatewayAssets),
|
|
138861
|
+
configurePrivateMockRuntimeAuth: gatewayAssets.configurePrivateMockRuntimeAuth.bind(gatewayAssets),
|
|
138861
138862
|
listMocks: gatewayAssets.listMocks.bind(gatewayAssets),
|
|
138862
138863
|
mockExists: gatewayAssets.mockExists.bind(gatewayAssets),
|
|
138863
138864
|
findMockByCollection: gatewayAssets.findMockByCollection.bind(gatewayAssets),
|
package/dist/index.cjs
CHANGED
|
@@ -140972,6 +140972,7 @@ function createRepoSyncDependencies(inputs, resolved, factories, options = {}) {
|
|
|
140972
140972
|
// uid (the gateway services key access off it, exactly like the public REST
|
|
140973
140973
|
// API); the bare model id 403s "request access from the collection editor".
|
|
140974
140974
|
createMock: gatewayAssets.createMock.bind(gatewayAssets),
|
|
140975
|
+
configurePrivateMockRuntimeAuth: gatewayAssets.configurePrivateMockRuntimeAuth.bind(gatewayAssets),
|
|
140975
140976
|
listMocks: gatewayAssets.listMocks.bind(gatewayAssets),
|
|
140976
140977
|
mockExists: gatewayAssets.mockExists.bind(gatewayAssets),
|
|
140977
140978
|
findMockByCollection: gatewayAssets.findMockByCollection.bind(gatewayAssets),
|