@drxsuperapp/sdk 1.1.479 → 1.1.481

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/deploy.log CHANGED
@@ -876,21 +876,20 @@
876
876
  # https://opencollective.com/openapi_generator/donate #
877
877
  ################################################################################
878
878
  ✅ SDK generated
879
- On branch master
880
- Your branch is up to date with 'origin/master'.
881
-
882
- nothing to commit, working tree clean
883
- Everything up-to-date
879
+ [master 8b4ce15] VPS: Generated API SDK
880
+ 1 file changed, 2 insertions(+), 1 deletion(-)
881
+ To https://gitlab.com/drx-super/drx-sdk.git
882
+ b99160f..8b4ce15 master -> master
884
883
  ✅ Changes committed and pushed
885
- v1.1.479
884
+ v1.1.481
886
885
  To https://gitlab.com/drx-super/drx-sdk.git
887
- b017e44..93f07dd master -> master
886
+ 8b4ce15..80a7cff master -> master
888
887
  ✅ Version bumped
889
888
 
890
- > @drxsuperapp/sdk@1.1.479 prepublishOnly
889
+ > @drxsuperapp/sdk@1.1.481 prepublishOnly
891
890
  > npm run build
892
891
 
893
892
 
894
- > @drxsuperapp/sdk@1.1.479 build
893
+ > @drxsuperapp/sdk@1.1.481 build
895
894
  > tsc
896
895
 
@@ -122,6 +122,7 @@ export declare const ApiNotificationMyNotificationsGet200ResponseResponseObjectI
122
122
  readonly Reminder: "REMINDER";
123
123
  readonly Promotional: "PROMOTIONAL";
124
124
  readonly Security: "SECURITY";
125
+ readonly Broadcast: "BROADCAST";
125
126
  };
126
127
  export type ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInnerTypeEnum = typeof ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInnerTypeEnum[keyof typeof ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInnerTypeEnum];
127
128
  /**
@@ -24,7 +24,8 @@ export const ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInne
24
24
  Referral: 'REFERRAL',
25
25
  Reminder: 'REMINDER',
26
26
  Promotional: 'PROMOTIONAL',
27
- Security: 'SECURITY'
27
+ Security: 'SECURITY',
28
+ Broadcast: 'BROADCAST'
28
29
  };
29
30
  /**
30
31
  * Check if a given object implements the ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInner interface.
@@ -125,7 +125,8 @@ export const ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInne
125
125
  Referral: 'REFERRAL',
126
126
  Reminder: 'REMINDER',
127
127
  Promotional: 'PROMOTIONAL',
128
- Security: 'SECURITY'
128
+ Security: 'SECURITY',
129
+ Broadcast: 'BROADCAST'
129
130
  } as const;
130
131
  export type ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInnerTypeEnum = typeof ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInnerTypeEnum[keyof typeof ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInnerTypeEnum];
131
132
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.479",
3
+ "version": "1.1.481",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {