Skip to content

Commit

Permalink
test: Update procedure list snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Oct 16, 2024
1 parent 1675425 commit 41bfd84
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions src/aux-records/__snapshots__/RecordsServer.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,29 @@ Object {
},
"type": "object",
},
"name": "listSubscriptions",
"name": "listNotificationSubscriptions",
"origins": "api",
},
Object {
"http": Object {
"method": "GET",
"path": "/api/v2/records/notification/list/user/subscriptions",
},
"inputs": Object {
"schema": Object {
"instances": Object {
"maxLength": 3,
"minLength": 1,
"optional": true,
"schema": Object {
"type": "string",
},
"type": "array",
},
},
"type": "object",
},
"name": "listUserNotificationSubscriptions",
"origins": "api",
},
Object {
Expand Down Expand Up @@ -5412,7 +5434,29 @@ Object {
},
"type": "object",
},
"name": "listSubscriptions",
"name": "listNotificationSubscriptions",
"origins": "api",
},
Object {
"http": Object {
"method": "GET",
"path": "/api/v2/records/notification/list/user/subscriptions",
},
"inputs": Object {
"schema": Object {
"instances": Object {
"maxLength": 3,
"minLength": 1,
"optional": true,
"schema": Object {
"type": "string",
},
"type": "array",
},
},
"type": "object",
},
"name": "listUserNotificationSubscriptions",
"origins": "api",
},
Object {
Expand Down

0 comments on commit 41bfd84

Please sign in to comment.