@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 +8 -9
- package/dist/models/ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInner.d.ts +1 -0
- package/dist/models/ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInner.js +2 -1
- package/models/ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInner.ts +2 -1
- package/package.json +1 -1
package/deploy.log
CHANGED
|
@@ -876,21 +876,20 @@
|
|
|
876
876
|
# https://opencollective.com/openapi_generator/donate #
|
|
877
877
|
################################################################################
|
|
878
878
|
✅ SDK generated
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
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.
|
|
884
|
+
v1.1.481
|
|
886
885
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
887
|
-
|
|
886
|
+
8b4ce15..80a7cff master -> master
|
|
888
887
|
✅ Version bumped
|
|
889
888
|
|
|
890
|
-
> @drxsuperapp/sdk@1.1.
|
|
889
|
+
> @drxsuperapp/sdk@1.1.481 prepublishOnly
|
|
891
890
|
> npm run build
|
|
892
891
|
|
|
893
892
|
|
|
894
|
-
> @drxsuperapp/sdk@1.1.
|
|
893
|
+
> @drxsuperapp/sdk@1.1.481 build
|
|
895
894
|
> tsc
|
|
896
895
|
|
package/dist/models/ApiNotificationMyNotificationsGet200ResponseResponseObjectItemsInner.d.ts
CHANGED
|
@@ -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
|
|